*{
	margin: 0;
	padding: 0;
	outline: 0 !important;
}
::-webkit-scrollbar{
	width: 10px;
}
::-webkit-scrollbar-thumb{
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	border-radius: 10px;
	background: rgb(7, 215, 118, 0.9);
	-webkit-box-shadow: inset 0 0 6px rgb(7, 215, 118, 0.5);
    -moz-box-shadow: inset 0 0 6px rgb(7, 215, 118, 0.5);
}
:root {
    --cor_default: #707070;
    --cor_primary: #2FAD4E;
    --cor_secondary: #1D85A9;
    --cor_tertiary: #00B5F1;
    --cor_quaternary: #E61624;
    --cor_quinary: #F16C51;
    --cor_bg_default_opacity: rgba(112, 112, 112, 0.6);
    --cor_bg_primary_opacity: rgba(47, 173, 78, 0.6);
    --cor_bg_secondary_opacity: rgba(29, 133, 169, 0.6);
    --cor_bg_tertiary_opacity: rgba(0, 181, 241, 0.6);
    --cor_bg_quaternary_opacity: rgba(230, 22, 36, 0.6);
    --cor_bg_quinary_opacity: rgba(241, 108, 81, 0.6);
    --cor_bg_white_opacity: rgba(255, 255, 255, 0.9);
}
html, body{
    position: relative;
    min-height: 100%;
    height: 100%;
}
body{
	font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    line-height: 1.12;
	top: 0 !important;
	color: var(--cor_default);
}
audio, canvas, progress, video{
    display: inline-block;
    vertical-align: baseline;
}
#google_translate_element,
.skiptranslate{
    display: none;
}
#languages{
    position: absolute;
    right: 22px;
    width: 55px;
    top: 22px;
}
#languages .ms-dd{
    width: 55px;
}
#languages .ms-dd .ms-dd-header .option-selected{
    padding: 10px;
}
#languages .ms-dd .ms-dd-option-image, .ms-dd .ms-dd-selected-img{
    margin-right: 0;
}
#languages .ms-dd .ms-dd-option-image, .ms-dd .flag{
    width: 35px;
    margin: 0;
}
#languages .languages{
    display: none;
}
.v-line{
    width: 20px !important;
    height: 88px !important;
}
.z-index-1{
    z-index: 1 !important;
}
.z-index-2{
    z-index: 2 !important;
}
.z-index-3{
    z-index: 3 !important;
}
.h1-title{
    font-size: 4rem;
    line-height: 1.2;
}
.h2-title{
    font-size: 3rem;
    line-height: 1;
}
.h3-title{
    font-size: 2.5rem;
}
.h4-title{
    font-size: 2rem;
}
.h5-title{
    font-size: 1.7rem;
}
.h6-title{
    font-size: 1.4rem;
}
.font-size-1{
    font-size: 1rem !important;
}
.font-size-1-5{
    font-size: 1.5rem !important;
}
.font-size-2{
    font-size: 2rem !important;
}
.font-size-2-5{
    font-size: 2.5rem !important;
}
.font-size-3{
    font-size: 3rem !important;
}
.font-size-3-5{
    font-size: 3.5rem !important;
}
.font-size-4{
    font-size: 4rem !important;
}
.line-height-0-9{
    line-height: 0.9;
}
.line-height-1{
    line-height: 1;
}
.line-height-2{
    line-height: 2;
}
.font-londrina{
    font-family: 'Londrina Solid', cursive;
}
.font-londrina-thin{
    font-family: 'Londrina Solid', cursive;
    font-weight: 100;
}
.font-londrina-light{
    font-family: 'Londrina Solid', cursive;
    font-weight: 300;
}
.font-londrina-regular{
    font-family: 'Londrina Solid', cursive;
    font-weight: 400;
}
.font-londrina-black{
    font-family: 'Londrina Solid', cursive;
    font-weight: 900;
}
.font-montserrat-thin{
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
}
.font-montserrat-extralight{
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
}
.font-montserrat-light{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
.font-montserrat-regular{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
.font-montserrat-medium{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.font-montserrat-semibold{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.font-montserrat-bold{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.font-montserrat-extrabold{
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}
.font-montserrat-black{
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
}
.mt-n1-2, .my-n1-2{
    margin-top: -1.2rem!important;
}
.mt-n1-5, .my-n1-5{
    margin-top: -1.5rem!important;
}
.mt-n2-2, .my-n2-2{
    margin-top: -2.2rem!important;
}
.mt-n2-5, .my-n2-5{
    margin-top: -2.5rem!important;
}
.mt-n3-2, .my-n3-2{
    margin-top: -3.2rem!important;
}
.mt-n3-5, .my-n3-5{
    margin-top: -3.5rem!important;
}
.mt-n4-5, .my-n4-5{
    margin-top: -4.5rem!important;
}
.mt-n5, .my-n5{
    margin-top: -5rem!important;
}
.mb-n1-2, .my-n1-2{
    margin-bottom: -1.2rem!important;
}
.mb-n1-5, .my-n1-5{
    margin-bottom: -1.5rem!important;
}
.mb-n2-2, .my-n2-2{
    margin-bottom: -2.2rem!important;
}
.mb-n2-5, .my-n2-5{
    margin-bottom: -2.5rem!important;
}
.mb-n3-2, .my-n3-2{
    margin-bottom: -3.2rem!important;
}
.mb-n3-5, .my-n3-5{
    margin-bottom: -3.5rem!important;
}
.mb-n4-5, .my-n4-5{
    margin-bottom: -4.5rem!important;
}
.mb-n5, .my-n5{
    margin-bottom: -5rem!important;
}
.pt-35, .py-35{
    padding-top: 35px;
}
.pt-120, .py-120{
    padding-top: 120px;
}
.bg-column-left{
    background-color: var(--cor_quaternary);
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
    right: auto;
}
.bg-column-right{
    background-color: var(--cor_quaternary);
    position: absolute;
    height: 100%;
    width: 50%;
    left: auto;
    right: 0;
}
.text-black{
    color: #000!important;
}
.text-default{
    color: var(--cor_default)!important;
}
.bg-default{
    background-color: var(--cor_default)!important;
}
.bg-default-title{
    background-color: var(--cor_default);
    display: inline-block;
    padding: 0.5rem 1rem;
    color: #fff;
}
.bg-default-opacity{
    background: var(--cor_bg_default_opacity);
}
.btn-default{
    background-color: var(--cor_default)!important;
    text-transform: uppercase;
    display: inline-block;
    color: #fff!important;
    padding: 0.5rem 1rem;
    border: 0!important;
    font-weight: bold;
    border-radius: 0;
}
.btn-default:not(:disabled):not(.disabled):active:focus
.btn-default:disabled,
.btn-default.active,
.btn-default:active,
.btn-default:hover,
.btn-default:focus{
    background-color: var(--cor_secondary)!important;
    border-color: var(--cor_secondary)!important;
}
a.link-default{
    color: var(--cor_default)!important;
}
a.link-default:hover,
a.link-default:focus{
    color: var(--cor_secondary)!important;
}
.border-top-dotted-default{
    border-top: 3px dotted var(--cor_default)!important;
}
.border-bottom-dotted-default{
    border-bottom: 3px dotted var(--cor_default)!important;
}
.border-default{
    background-color: var(--cor_default)!important;
    border: 10px solid var(--cor_default)!important;
}
.border-5-default{
    border: 5px solid var(--cor_default)!important;
}
.border-10-default{
    border: 10px solid var(--cor_default)!important;
}
.border-y-3-default{
    border-top: 3px solid var(--cor_default)!important;
    border-bottom: 3px solid var(--cor_default)!important;
}
.border-radius-default{
    border: 2px solid var(--cor_default);
    border-radius: 246px;
}
.bg-gray{
    background-color: #6c757d!important;
}
#bg-gray a{
    background-color: var(--cor_primary);
    font-family: 'Londrina Solid', cursive;
    text-transform: uppercase!important;
    padding: 0.5rem 3rem;
    text-align: center;
    position: absolute;
    font-weight: bold;
    font-size: 30px;
    margin: 0 10px;
    color: #fff;
    z-index: 1;
    width: 95%;
    left: 0;
}
#bg-gray a:hover,
#bg-gray a:focus{
    background-color: var(--cor_secondary);
    color: #fff;
}
#bg-light a{
    background-color: var(--cor_primary);
    font-family: 'Londrina Solid', cursive;
    text-transform: uppercase!important;
    padding: 0.5rem 3rem;
    text-align: center;
    position: absolute;
    font-weight: bold;
    font-size: 30px;
    margin: 0 10px;
    color: #fff;
    z-index: 1;
    width: 95%;
    left: 0;
}
#bg-light a:hover,
#bg-light a:focus{
    background-color: var(--cor_secondary);
    color: #fff;
}
.text-primary{
    color: var(--cor_primary)!important;
}
.bg-primary{
    background-color: var(--cor_primary)!important;
}
.bg-primary-title{
    background-color: var(--cor_primary);
    display: inline-block;
    padding: 0.5rem 1rem;
    color: #fff;
}
.bg-primary-opacity{
    background: var(--cor_bg_primary_opacity);
}
.btn-primary{
    background-color: var(--cor_primary)!important;
    text-transform: uppercase;
    display: inline-block;
    color: #fff!important;
    padding: 0.5rem 1rem;
    border: 0!important;
    font-weight: bold;
    border-radius: 0;
}
.btn-primary:not(:disabled):not(.disabled):active:focus
.btn-primary:disabled,
.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.btn-primary:focus{
    background-color: var(--cor_secondary)!important;
    border-color: var(--cor_secondary)!important;
}
a.link-primary{
    color: var(--cor_primary)!important;
}
a.link-primary:hover,
a.link-primary:focus{
    color: var(--cor_secondary)!important;
}
#bg-primary a{
    background-color: var(--cor_secondary);
    font-family: 'Londrina Solid', cursive;
    text-transform: uppercase!important;
    padding: 0.5rem 3rem;
    text-align: center;
    position: absolute;
    font-weight: bold;
    font-size: 30px;
    margin: 0 10px;
    color: #fff;
    z-index: 1;
    width: 95%;
    left: 0;
}
#bg-primary a:hover,
#bg-primary a:focus{
    background-color: var(--cor_quaternary);
    color: #fff;
}
.border-top-dotted-primary{
    border-top: 3px dotted var(--cor_primary)!important;
}
.border-bottom-dotted-primary{
    border-bottom: 3px dotted var(--cor_primary)!important;
}
.border-primary{
    background-color: var(--cor_primary)!important;
    border: 10px solid var(--cor_primary)!important;
}
.border-5-primary{
    border: 5px solid var(--cor_primary)!important;
}
.border-10-primary{
    border: 10px solid var(--cor_primary)!important;
}
.border-y-3-primary{
    border-top: 3px solid var(--cor_primary)!important;
    border-bottom: 3px solid var(--cor_primary)!important;
}
.border-radius-primary{
    border: 2px solid var(--cor_primary);
    border-radius: 246px;
}
.text-secondary{
    color: var(--cor_secondary)!important;
}
.bg-secondary{
    background-color: var(--cor_secondary)!important;
}
.bg-secondary-title{
    background-color: var(--cor_secondary);
    display: inline-block;
    padding: 0.5rem 1rem;
    color: #fff;
}
.bg-secondary-opacity{
    background: var(--cor_bg_secondary_opacity);
}
.btn-secondary{
    background-color: var(--cor_secondary)!important;
    text-transform: uppercase;
    display: inline-block;
    color: #fff!important;
    padding: 0.5rem 1rem;
    border: 0!important;
    font-weight: bold;
    border-radius: 0;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus
.btn-secondary:disabled,
.btn-secondary.active,
.btn-secondary:active,
.btn-secondary:hover,
.btn-secondary:focus{
    background-color: var(--cor_primary)!important;
    border-color: var(--cor_primary)!important;
}
a.link-secondary{
    color: var(--cor_secondary)!important;
}
a.link-secondary:hover,
a.link-secondary:focus{
    color: var(--cor_primary)!important;
}
#bg-secondary a{
    background-color: var(--cor_quaternary);
    font-family: 'Londrina Solid', cursive;
    text-transform: uppercase!important;
    padding: 0.5rem 3rem;
    text-align: center;
    position: absolute;
    font-weight: bold;
    font-size: 30px;
    margin: 0 10px;
    color: #fff;
    z-index: 1;
    width: 95%;
    left: 0;
}
#bg-secondary a:hover,
#bg-secondary a:focus{
    background-color: var(--cor_primary);
    color: #fff;
}
.border-top-dotted-secondary{
    border-top: 3px dotted var(--cor_secondary)!important;
}
.border-bottom-dotted-secondary{
    border-bottom: 3px dotted var(--cor_secondary)!important;
}
.border-secondary{
    background-color: var(--cor_secondary)!important;
    border: 10px solid var(--cor_secondary)!important;
}
.border-5-secondary{
    border: 5px solid var(--cor_secondary)!important;
}
.border-10-secondary{
    border: 10px solid var(--cor_secondary)!important;
}
.border-y-3-secondary{
    border-top: 3px solid var(--cor_secondary)!important;
    border-bottom: 3px solid var(--cor_secondary)!important;
}
.border-radius-secondary{
    border: 2px solid var(--cor_secondary);
    border-radius: 246px;
}
#form-busca-secondary{
    border: solid 2px var(--cor_secondary) !important;
    display: inline-block;
    border-radius: 0px;
    padding: 0.5rem;
    width: 40%;
}
#form-busca-secondary button{
    background-color: transparent;
    border: solid 0;
}
.input-busca-secondary{
    background-color: transparent;
    line-height: 1.5;
    border: solid 0;
    width: 90%;
}
input.input-busca-secondary[type="text"]::-webkit-input-placeholder{ /* WebKit, Blink, Edge */
    font-family: 'Londrina Solid', cursive;
    color: var(--cor_secondary);
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 400;
}
input.input-busca-secondary[type="text"]:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
    font-family: 'Londrina Solid', cursive;
    color: var(--cor_secondary);
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 400;
}
input.input-busca-secondary[type="text"]::-moz-placeholder{ /* Mozilla Firefox 19+ */
    font-family: 'Londrina Solid', cursive;
    color: var(--cor_secondary);
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 400;
}
input.input-busca-secondary[type="text"]:-ms-input-placeholder{ /* Internet Explorer 10-11 */
    font-family: 'Londrina Solid', cursive;
    color: var(--cor_secondary);
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 400;
}
input.input-busca-secondary[type="text"]::-ms-input-placeholder{ /* Microsoft Edge */
    font-family: 'Londrina Solid', cursive;
    color: var(--cor_secondary);
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 400;
}
input.input-busca-secondary[type="text"]::placeholder{ /* Most modern browsers support this now. */
    font-family: 'Londrina Solid', cursive;
    color: var(--cor_secondary);
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 400;
}
.text-tertiary{
    color: var(--cor_tertiary)!important;
}
.bg-tertiary{
    background-color: var(--cor_tertiary)!important;
}
.bg-tertiary-title{
    background-color: var(--cor_tertiary);
    display: inline-block;
    padding: 0.5rem 1rem;
    color: #fff;
}
.bg-tertiary-opacity{
    background: var(--cor_bg_tertiary_opacity);
}
.btn-tertiary{
    background-color: var(--cor_tertiary)!important;
    text-transform: uppercase;
    display: inline-block;
    color: #fff!important;
    padding: 0.5rem 1rem;
    border: 0!important;
    font-weight: bold;
    border-radius: 0;
}
.btn-tertiary:not(:disabled):not(.disabled):active:focus
.btn-tertiary:disabled,
.btn-tertiary.active,
.btn-tertiary:active,
.btn-tertiary:hover,
.btn-tertiary:focus{
    background-color: var(--cor_primary)!important;
    border-color: var(--cor_primary)!important;
}
a.link-tertiary{
    color: var(--cor_tertiary)!important;
}
a.link-tertiary:hover,
a.link-tertiary:focus{
    color: var(--cor_primary)!important;
}
#bg-tertiary a{
    background-color: var(--cor_primary);
    font-family: 'Londrina Solid', cursive;
    text-transform: uppercase!important;
    padding: 0.5rem 3rem;
    text-align: center;
    position: absolute;
    font-weight: bold;
    font-size: 30px;
    margin: 0 10px;
    color: #fff;
    z-index: 1;
    width: 95%;
    left: 0;
}
#bg-tertiary a:hover,
#bg-tertiary a:focus{
    background-color: var(--cor_quaternary);
    color: #fff;
}
.border-top-dotted-tertiary{
    border-top: 3px dotted var(--cor_tertiary)!important;
}
.border-bottom-dotted-tertiary{
    border-bottom: 3px dotted var(--cor_tertiary)!important;
}
.border-tertiary{
    background-color: var(--cor_tertiary)!important;
    border: 10px solid var(--cor_tertiary)!important;
}
.border-5-tertiary{
    border: 5px solid var(--cor_tertiary)!important;
}
.border-10-tertiary{
    border: 10px solid var(--cor_tertiary)!important;
}
.border-y-3-tertiary{
    border-top: 3px solid var(--cor_tertiary)!important;
    border-bottom: 3px solid var(--cor_tertiary)!important;
}
.border-radius-tertiary{
    border: 2px solid var(--cor_tertiary);
    border-radius: 246px;
}
#form-busca-tertiary{
    border: solid 2px var(--cor_tertiary) !important;
    display: inline-block;
    border-radius: 0px;
    padding: 0.5rem;
    width: 100%;
}
#form-busca-tertiary button{
    background-color: transparent;
    border: solid 0;
}
.input-busca-tertiary{
    background-color: transparent;
    line-height: 1.5;
    border: solid 0;
    width: 90%;
}
input.input-busca-tertiary[type="text"]::-webkit-input-placeholder{ /* WebKit, Blink, Edge */
    font-family: 'Londrina Solid', cursive;
    color: var(--cor_tertiary);
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 400;
}
input.input-busca-tertiary[type="text"]:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
    font-family: 'Londrina Solid', cursive;
    color: var(--cor_tertiary);
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 400;
}
input.input-busca-tertiary[type="text"]::-moz-placeholder{ /* Mozilla Firefox 19+ */
    font-family: 'Londrina Solid', cursive;
    color: var(--cor_tertiary);
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 400;
}
input.input-busca-tertiary[type="text"]:-ms-input-placeholder{ /* Internet Explorer 10-11 */
    font-family: 'Londrina Solid', cursive;
    color: var(--cor_tertiary);
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 400;
}
input.input-busca-tertiary[type="text"]::-ms-input-placeholder{ /* Microsoft Edge */
    font-family: 'Londrina Solid', cursive;
    color: var(--cor_tertiary);
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 400;
}
input.input-busca-tertiary[type="text"]::placeholder{ /* Most modern browsers support this now. */
    font-family: 'Londrina Solid', cursive;
    color: var(--cor_tertiary);
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 400;
}
.text-quaternary{
    color: var(--cor_quaternary)!important;
}
.bg-quaternary{
    background-color: var(--cor_quaternary)!important;
}
.bg-quaternary-title{
    background-color: var(--cor_quaternary);
    display: inline-block;
    padding: 0.5rem 1rem;
    color: #fff;
}
.bg-quaternary-opacity{
    background: var(--cor_bg_quaternary_opacity);
}
.btn-quaternary{
    background-color: var(--cor_quaternary)!important;
    text-transform: uppercase;
    display: inline-block;
    color: #fff!important;
    padding: 0.5rem 1rem;
    border: 0!important;
    font-weight: bold;
    border-radius: 0;
}
.btn-quaternary:not(:disabled):not(.disabled):active:focus
.btn-quaternary:disabled,
.btn-quaternary.active,
.btn-quaternary:active,
.btn-quaternary:hover,
.btn-quaternary:focus{
    background-color: var(--cor_secondary)!important;
    border-color: var(--cor_secondary)!important;
}
a.link-quaternary{
    color: var(--cor_quaternary)!important;
}
a.link-quaternary:hover,
a.link-quaternary:focus{
    color: var(--cor_secondary)!important;
}
#bg-quaternary a{
    background-color: var(--cor_secondary);
    font-family: 'Londrina Solid', cursive;
    text-transform: uppercase!important;
    padding: 0.5rem 3rem;
    text-align: center;
    position: absolute;
    font-weight: bold;
    font-size: 30px;
    margin: 0 10px;
    color: #fff;
    z-index: 1;
    width: 95%;
    left: 0;
}
#bg-quaternary a:hover,
#bg-quaternary a:focus{
    background-color: var(--cor_primary);
    color: #fff;
}
.border-top-dotted-quaternary{
    border-top: 3px dotted var(--cor_quaternary)!important;
}
.border-bottom-dotted-quaternary{
    border-bottom: 3px dotted var(--cor_quaternary)!important;
}
.border-quaternary{
    background-color: var(--cor_quaternary)!important;
    border: 10px solid var(--cor_quaternary)!important;
}
.border-5-quaternary{
    border: 5px solid var(--cor_quaternary)!important;
}
.border-10-quaternary{
    border: 10px solid var(--cor_quaternary)!important;
}
.border-y-3-quaternary{
    border-top: 3px solid var(--cor_quaternary)!important;
    border-bottom: 3px solid var(--cor_quaternary)!important;
}
.border-radius-quaternary{
    border: 2px solid var(--cor_quaternary);
    border-radius: 246px;
}
.text-quinary{
    color: var(--cor_quinary)!important;
}
.bg-quinary{
    background-color: var(--cor_quinary)!important;
}
.bg-quinary-title{
    background-color: var(--cor_quinary);
    display: inline-block;
    padding: 0.5rem 1rem;
    color: #fff;
}
.bg-quinary-opacity{
    background: var(--cor_bg_quinary_opacity);
}
.btn-quinary{
    background-color: var(--cor_quinary)!important;
    text-transform: uppercase;
    display: inline-block;
    color: #fff!important;
    padding: 0.5rem 1rem;
    border: 0!important;
    font-weight: bold;
    border-radius: 0;
}
.btn-quinary:not(:disabled):not(.disabled):active:focus
.btn-quinary:disabled,
.btn-quinary.active,
.btn-quinary:active,
.btn-quinary:hover,
.btn-quinary:focus{
    background-color: var(--cor_tertiary)!important;
    border-color: var(--cor_tertiary)!important;
}
.btn-curtidas{
    width: 100px;
    height: 50px;
}
a.link-quinary{
    color: var(--cor_quinary)!important;
}
a.link-quinary:hover,
a.link-quinary:focus{
    color: var(--cor_tertiary)!important;
}
#bg-quinary a{
    background-color: var(--cor_tertiary);
    font-family: 'Londrina Solid', cursive;
    text-transform: uppercase!important;
    padding: 0.5rem 3rem;
    text-align: center;
    position: absolute;
    font-weight: bold;
    font-size: 30px;
    margin: 0 10px;
    color: #fff;
    z-index: 1;
    width: 95%;
    left: 0;
}
#bg-quinary a:hover,
#bg-quinary a:focus{
    background-color: var(--cor_primary);
    color: #fff;
}
.border-top-dotted-quinary{
    border-top: 3px dotted var(--cor_quinary)!important;
}
.border-bottom-dotted-quinary{
    border-bottom: 3px dotted var(--cor_quinary)!important;
}
.border-quinary{
    background-color: var(--cor_quinary)!important;
    border: 10px solid var(--cor_quinary)!important;
}
.border-5-quinary{
    border: 5px solid var(--cor_quinary)!important;
}
.border-10-quinary{
    border: 10px solid var(--cor_quinary)!important;
}
.border-y-3-quinary{
    border-top: 3px solid var(--cor_quinary)!important;
    border-bottom: 3px solid var(--cor_quinary)!important;
}
.border-radius-quinary{
    border: 2px solid var(--cor_quaternary);
    border-radius: 246px;
}
.table{
    margin-bottom: 0;
}
.table td,
.table th{
    padding: 0.40rem 1rem;
    vertical-align: top;
}
.table th{
    width: 30%;
}
.table td{
    width: 70%;
}
.table-striped tbody tr:nth-of-type(odd){
    background-color: #fff;
}
.table-striped tbody tr:nth-of-type(2),
.table-striped tbody tr:nth-of-type(4){
    background-color: var(--cor_bg_white_opacity);
}
.table-white,
.table-white>td,
.table-white>th{
    background-color: transparent;
}
.table-white tbody+tbody,
.table-white td,
.table-white th,
.table-white thead th{
    border-color: #fff;
}
.text-shadow{
    text-shadow: #000 2px 3px 2px;
}
.rounded {
    border-radius: 1rem !important;
}
a{
    color: var(--cor_primary);
    text-decoration: none;
}
a:hover,
a:focus{
    color: var(--cor_secondary);
    text-decoration: none;
}
#header{
    position: relative;
    z-index: 4;
}
#header.fixed-top{
    position: fixed;
}
#header.fixed-top #header-home,
#header.fixed-top #header-interna{
    background-color: var(--cor_primary);
}
#header #header-home{
    position: absolute;
    z-index: 9999;
    width: 100%;
    height: 80px;
    top: 0;
    left: 0;
}
#header #header-interna{
    background-color: #fff;
    height: 80px;
}
#header #header-home .navbar-expand-lg .navbar-nav .dropdown-menu{
    background-color: var(--cor_primary);
    border-radius: 0;
    left: -1px;
    border: 0;
    top: 50px;
}
#header #header-interna .navbar-expand-lg .navbar-nav .dropdown-menu{
    background-color: var(--cor_secondary);
    border-radius: 0;
    left: -1px;
    border: 0;
    top: 50px;
}
#header .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item{
    text-align: left !important;
}
#header #header-home nav,
#header #header-interna nav{
    position: static;
    text-align: center;
}
#header #header-home nav ul,
#header #header-interna nav ul{
    list-style: none;
    text-align: left;
    line-height: normal;
    -webkit-tap-highlight-color: transparent;
}
#header #header-home nav ul li.logo,
#header #header-interna nav ul li.logo{
    width: 234px;
}
#header #header-home nav ul li:nth-child(1),
#header #header-interna nav ul li:nth-child(1){
    margin-left: 116px;
    width: 157px;
}
#header #header-home nav ul li:nth-child(2),
#header #header-interna nav ul li:nth-child(2){
    width: 180px;
}
#header #header-home nav ul li:nth-child(4),
#header #header-interna nav ul li:nth-child(4){
    width: 176.5px;
}
#header #header-home nav ul li:nth-child(5),
#header #header-interna nav ul li:nth-child(5){
    width: 276.5px;
}
#header #header-home nav ul li a{
    text-decoration: none;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 400;
    margin: 1rem 0;
    color: #fff;
}
#header #header-home nav ul li a:hover,
#header #header-home nav ul li a:focus{
    background-color: var(--cor_tertiary);
    color: #fff;
}
#header #header-home nav ul li.logo a,
#header #header-interna nav ul li.logo a{
    margin-top: -40px;
    margin-bottom: 0;
}
#header #header-home nav ul li.logo a:hover,
#header #header-home nav ul li.logo a:focus{
    background-color: transparent;
}
#header.fixed-top #header-interna nav ul li a{
    text-decoration: none;
    color: #fff;
}
#header #header-interna nav ul li a.dropdown-item{
    text-decoration: none;
    color: #fff;
}
#header #header-home nav ul li a.dropdown-item.active,
#header #header-home nav ul li a.dropdown-item:active,
#header #header-home nav ul li a.dropdown-item:hover,
#header #header-home nav ul li a.dropdown-item:focus,
#header #header-interna nav ul li a.dropdown-item.active,
#header #header-interna nav ul li a.dropdown-item:active,
#header #header-interna nav ul li a.dropdown-item:hover,
#header #header-interna nav ul li a.dropdown-item:focus{
    background-color: var(--cor_tertiary);
    color: #fff;
}
#header #header-home nav ul li:last-child a{
    background-color: var(--cor_quaternary);
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 400;
    color: #fff;
}
#header #header-home nav ul li:last-child a:not(:disabled):not(.disabled):active:focus,
#header #header-home nav ul li:last-child a:disabled,
#header #header-home nav ul li:last-child a.active,
#header #header-home nav ul li:last-child a:active,
#header #header-home nav ul li:last-child a:hover,
#header #header-home nav ul li:last-child a:focus{
    background-color: #fff;
    color: var(--cor_quaternary);
    font-weight: 400;
}
#header #header-home nav ul li:last-child a span{
    font-size: 1.3rem;
    font-weight: 900;
}
#header #header-interna nav ul li a{
    color: var(--cor_primary);
    text-decoration: none;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 400;
    margin: 1rem 0;
}
#header #header-interna nav ul li a.active,
#header #header-interna nav ul li a:active,
#header #header-interna nav ul li a:hover,
#header #header-interna nav ul li a:focus{
    background-color: var(--cor_tertiary);
    color: #fff;
    text-decoration: none;
}
#header #header-interna nav ul li:last-child a{
    background-color: var(--cor_quaternary);
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 400;
    color: #fff;
}
#header #header-interna nav ul li:last-child a:not(:disabled):not(.disabled):active:focus,
#header #header-interna nav ul li:last-child a:disabled,
#header #header-interna nav ul li:last-child a.active,
#header #header-interna nav ul li:last-child a:active,
#header #header-interna nav ul li:last-child a:hover,
#header #header-interna nav ul li:last-child a:focus{
    background-color: var(--cor_tertiary);
    color: #fff;
    font-weight: 400;
}
#header #header-interna nav ul li:last-child a span{
    font-size: 1.3rem;
    font-weight: 900;
}
#header #header-interna nav ul li.logo.active a,
#header #header-interna nav ul li.logo:active a,
#header #header-interna nav ul li.logo a:hover,
#header #header-interna nav ul li.logo a:focus{
    background-color: transparent;
    text-decoration: none;
}
#breadcrumbs{
    text-align: center;
}
#breadcrumbs .box-content{
    height: 190px;
}
#breadcrumbs .breadcrumbs-custom-path li{
    display: inline-block;
    list-style: none;
}
#breadcrumbs .breadcrumbs-custom-path li a{
    opacity: 0.6;
    color: #fff;
}
#breadcrumbs .breadcrumbs-custom-path li.active a,
#breadcrumbs .breadcrumbs-custom-path li:active a,
#breadcrumbs .breadcrumbs-custom-path li a:hover,
#breadcrumbs .breadcrumbs-custom-path li a:focus{
    font-weight: bold;
    opacity: 1;
    color: #fff;
}
.section-content{
    position: relative;
}
.section-content .box-container{
    padding: 5rem 0;
}
.bg-media-column{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 654px;
    width: 728px;
}
.content-box{
    padding: 1rem;
}
#home .item .banners{
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    min-height: 588px;
}
#home .item .banners video{
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 588px;
    width: 100%;
}
#home .item .banners .banner-content{
    position: absolute;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    top: 0;
}
#home .item .content-box .content-txt{
    min-height: 488px;
    color: #fff;
}
#home .owl-next{
    opacity: 0;
    right: 0;
}
#home:hover .owl-next{
    opacity: 1;
    right: 50px;
}
#home .owl-prev{
    opacity: 0;
    left: 0;
}
#home:hover .owl-prev{
    opacity: 1;
    left: 50px;
}
#home .owl-nav button.owl-next,
#home .owl-nav button.owl-prev{
    /*background-color: var(--cor_bg_primary_opacity);*/
    background-color: transparent;
    transform: translateY(-100%);
    transition: all ease 0.5s;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    font-size: 3em !important;
    position: absolute;
    color: #fff;
    width: 50px;
    height: 50px;
    top: 50%;
}
#home .owl-nav button.owl-next:hover,
#home .owl-nav button.owl-prev:hover{
    /*background: var(--cor_bg_secondary_opacity);*/
    background-color: transparent;
    color: var(--cor_primary);
}
#home .owl-dots{
    position: relative;
    margin-top: -60px;
}
#home .owl-dots .owl-dot span{
    background: #fff;
    width: 15px;
    height: 15px;
}
#home .owl-dots .owl-dot.active span{
    background: var(--cor_primary);
}
#banner-estatico .banners{
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    min-height: 588px;
}
#banner-estatico .banners video{
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 588px;
    width: 100%;
}
#banner-estatico .banners .banner-content{
    position: absolute;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    top: 0;
}
#banner-estatico .content-box{
    min-height: 488px;
    color: #fff;
}
#secao .text-content ul{
    margin: 1rem 2rem;
}
#secao .text-content p b{
     color: var(--cor_primary);
}
.content-box-img{
    position: relative;
    margin: 0 auto;
}
.content-box-img-2{
    position: relative;
    margin: 0 auto;
    width: 525px;
    height: 363px;
}
.creditos-das-fotos-white{
    text-shadow: #000 0.1em 0.1em 0.2em;
    font-size: 0.7rem;
    color: #fff;
}
.creditos-das-fotos-black{
    text-shadow: #fff 0.1em 0.1em 0.2em;
    font-size: 0.7rem;
    color: #000;
}
.creditos-center{
    position: relative;
    text-align: center;
}
.creditos-left{
    position: absolute;
    bottom: 15px;
    left: 15px;
}
.creditos-right{
    position: absolute;
    bottom: 15px;
    right: 15px;
}
.content-box-img .creditos-right,
.content-box-img-2 .creditos-right{
    bottom: 10px;
    right: 10px;
}
.content-box-img-3 .creditos-right{
    bottom: 30px;
    right: 30px;
}
.content-box-img-4 .creditos-right,
.content-box-img-5 .creditos-right,
.content-box-img-6 .creditos-right{
    bottom: 20px;
    right: 35px;
}
#nosso-trabalho .owl-carousel .owl-stage-outer .owl-stage .owl-item .item{
    min-height: 505px;
}
#nosso-trabalho .text-content img{
    max-width: 100%;
    height: 100%;
}
#nosso-trabalho .box-content a{
    color: #fff;
}
#nosso-trabalho .box-content a:hover,
#nosso-trabalho .box-content a:focus{
    color: var(--cor_quaternary);
}
#nosso-trabalho .owl-carousel .owl-next{
    opacity: 1;
    right: -30px;
}
#nosso-trabalho .owl-carousel .owl-prev{
    opacity: 1;
    left: -40px;
}
#nosso-trabalho .owl-carousel .owl-nav{
    margin-top: 0;   
}
#nosso-trabalho .owl-carousel .owl-nav button.owl-next,
#nosso-trabalho .owl-carousel .owl-nav button.owl-prev{
    transform: translateY(-50%);
    transition: all ease 0.5s;
    font-size: 3em !important;
    position: absolute;
    color: var(--cor_primary);
    width: 35px;
    height: 35px;
    top: 45%;
}
#nosso-trabalho .owl-carousel .owl-nav button.owl-next:hover,
#nosso-trabalho .owl-carousel .owl-nav button.owl-prev:hover{
    background-color: transparent !important;
    color: var(--cor_secondary);
}
#nosso-trabalho .owl-carousel .owl-dots .owl-dot span{
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
#nosso-trabalho .owl-carousel .owl-dots .owl-dot.active span,
#nosso-trabalho .owl-carousel .owl-dots .owl-dot:hover span{
    background: var(--cor_secondary);
}
#nosso-trabalho .owl-carousel .owl-stage{
    display: flex;
    align-items: center;
}
#nosso-trabalho .owl-carousel .caption{
    text-align: center;
}
#nosso-trabalho .slider-nav{
    padding: 1rem 2rem;
}
#nosso-trabalho .slick-slide img{
    background-color: var(--cor_default);
    border: 5px solid var(--cor_default);
    cursor: pointer;
}
#nosso-trabalho .slick-slide.slick-current img{
    background-color: var(--cor_secondary);
    border: 5px solid var(--cor_secondary);
}
#nosso-trabalho .slick-dots li.slick-active button:before{
    color: var(--cor_secondary);
    font-size: 0.5rem;
}
#nosso-trabalho .slick-dots li button:hover:before,
#nosso-trabalho .slick-dots li button:focus:before{
    color: var(--cor_primary);
    font-size: 0.5rem;
}
#nosso-trabalho .slick-prev{
    left: 0;
}
#nosso-trabalho .slick-next{
    right: 0;
}
#nosso-trabalho .slick-prev,
#nosso-trabalho .slick-next{
    width: 35px;
    height: 35px;
}
#nosso-trabalho .slick-prev:before{
    font-family: 'icomoon' !important;
    color: var(--cor_primary);
    content: "\e903";
    font-size: 2rem;
}  
#nosso-trabalho .slick-next:before{
    font-family: 'icomoon' !important;
    color: var(--cor_primary);
    content:  "\e904";
    font-size: 2rem;
}
#nosso-trabalho .slick-prev:hover:before,
#nosso-trabalho .slick-prev:focus:before,
#nosso-trabalho .slick-next:hover:before,
#nosso-trabalho .slick-next:focus:before{
    color: var(--cor_secondary);
}
#nosso-trabalho-int a.btn-quaternary{
    margin-left: 0.8rem;
    padding: 1rem 3rem;
    font-size: 1rem;
}
#nosso-trabalho-int button.btn-tertiary{
    margin-right: 10rem;
    padding: 1rem 1.5rem;
    font-size: 1rem;
}
#nosso-trabalho-int button i{
    color: var(--cor_quaternary);
    padding-right: 0.5rem;
}
#parceiros-internas .owl-carousel .owl-stage-outer .owl-stage .owl-item .item{
    min-height: 100%;
}
#parceiros .owl-carousel .owl-stage{
    display: flex;
    align-items: center;
}
#parceiros .owl-carousel .caption{
    text-align: center;
}
#parceiros .owl-carousel .owl-next{
    opacity: 1;
    right: -30px;
}
#parceiros .owl-carousel .owl-prev{
    opacity: 1;
    left: -40px;
}
#parceiros .owl-carousel .owl-nav{
    margin-top: 0;   
}
#parceiros .owl-carousel .owl-nav button.owl-next,
#parceiros .owl-carousel .owl-nav button.owl-prev{
    transform: translateY(-50%);
    transition: all ease 0.5s;
    font-size: 3em !important;
    position: absolute;
    color: var(--cor_secondary);
    width: 35px;
    height: 35px;
    top: 45%;
}
#parceiros .owl-carousel .owl-nav button.owl-next:hover,
#parceiros .owl-carousel .owl-nav button.owl-prev:hover{
    background-color: transparent !important;
    color: var(--cor_primary);
}
#parceiros .item img{
    width: 150px;
    height: 100%;
}
#parceiros-internas .owl-carousel{
    width: auto;
}
#parceiros-internas h4{
    z-index: 2;
}
#parceiros-internas .item img{
    width: 130px;
    height: 100%;
}
#depoimentos .owl-carousel .owl-stage-outer .owl-stage .owl-item .item{
    min-height: 100%;
}
#depoimentos .owl-carousel .owl-next{
    opacity: 1;
    right: -30px;
}
#depoimentos .owl-carousel .owl-prev{
    opacity: 1;
    left: -40px;
}
#depoimentos .owl-carousel .owl-nav{
    margin-top: 0;   
}
#depoimentos .owl-carousel .owl-nav button.owl-next,
#depoimentos .owl-carousel .owl-nav button.owl-prev{
    transform: translateY(-50%);
    transition: all ease 0.5s;
    font-size: 3em !important;
    position: relative;
    color: var(--cor_tertiary);
    width: 35px;
    height: 35px;
}
#depoimentos .owl-carousel .owl-nav button.owl-next:hover,
#depoimentos .owl-carousel .owl-nav button.owl-prev:hover{
    background-color: transparent !important;
    color: var(--cor_primary);
}
#depoimentos .owl-carousel .owl-dots .owl-dot span{
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
#depoimentos .owl-carousel .owl-dots .owl-dot.active span,
#depoimentos .owl-carousel .owl-dots .owl-dot:hover span{
    background: var(--cor_secondary);
}
#depoimentos .owl-carousel .owl-stage{
    display: flex;
    align-items: center;
}
#depoimentos .owl-carousel .caption{
    text-align: center;
}
#memorias-e-afetos .item{
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
form#form-comentar input[type="text"],
form#form-comentar textarea{
    border: 2px solid var(--cor_primary);
    border-radius: 0;
}
form#form-comentar input[type="text"]::-webkit-input-placeholder, /* Chrome/Opera/Safari */
form#form-comentar textarea::-webkit-input-placeholder{
    font-family: 'Londrina Solid', cursive;
    color: var(--cor_primary);
    font-weight: 400;
}
form#form-comentar input[type="text"]::-moz-placeholder, /* Firefox 19+ */
form#form-comentar textarea::-moz-placeholder{
    font-family: 'Londrina Solid', cursive;
    color: var(--cor_primary);
    font-weight: 400;
}
form#form-comentar input[type="text"]:-ms-input-placeholder, /* Chrome/Opera/Safari */
form#form-comentar textarea:-ms-input-placeholder{
    font-family: 'Londrina Solid', cursive;
    color: var(--cor_primary);
    font-weight: 400;
}
form#form-comentar input[type="text"]:-moz-placeholder, /* Firefox 18- */
form#form-comentar textarea:-moz-placeholder{
    font-family: 'Londrina Solid', cursive;
    color: var(--cor_primary);
    font-weight: 400;
}
button.botao-default{
    font-weight: 600;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    text-align: center;
    min-width: unset;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    border-radius: 8px;
    font-size: 1.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
button.botao-default i{
    padding: 0.4rem;
}
button.close{
    border: 0;
    opacity: 1;
    margin: -2rem -1.7rem -1rem auto !important;
    padding: 2px 10px !important;
}
button.close:not(:disabled):not(.disabled):focus,
button.close:not(:disabled):not(.disabled):hover{
    opacity: 1;
}
form#form-comentar .alert-notification{
    padding: 0;
}
form#form-comentar .alert-notification .alert-success h3{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    margin-top: 30px;
    padding: .75rem 0.25rem;
    color: green;
}
form#form-comentar .alert-notification h3{
    margin-bottom: 5px;
}
form#form-comentar .alert-notification .alert.alert-error{
    background: #ff0000 none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    font-size: 0.9rem;
    margin-top: 10px;
    padding: 0.5rem;
    color: #fff;
}
form#form-comentar .alert-notification .alert.alert-success{
    background: #dff0d8 none repeat scroll 0 0;
    border: 1px solid #d6e9c6;
    font-size: 0.9rem;
    margin-top: 10px;
    padding: 0.5rem;
    color: #3c763d;
}
form#form-comentar img.loader{
    margin-top: 20px;
    margin-left: 10px;
}
#memorias-e-afetos .item:before{
    background-color: rgb(0, 0, 0, 0.4);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
}
#memorias-e-afetos .box-content{
    position: relative;
    min-height: 350px;
}
#memorias-e-afetos .box-content .box-content-txt{
    position: absolute;
    bottom: 0;
}
#memorias-e-afetos .box-content .box-content-txt a{
    color: #fff;
}
#memorias-e-afetos .box-content .box-content-txt a:hover,
#memorias-e-afetos .box-content .box-content-txt a:focus{
    color: var(--cor_quaternary);
}
#memorias-e-afetos .owl-carousel .owl-next{
    opacity: 1;
    right: -30px;
}
#memorias-e-afetos .owl-carousel .owl-prev{
    opacity: 1;
    left: -40px;
}
#memorias-e-afetos .owl-carousel .owl-nav{
    margin-top: 0;   
}
#memorias-e-afetos .owl-carousel .owl-nav button.owl-next,
#memorias-e-afetos .owl-carousel .owl-nav button.owl-prev{
    transform: translateY(-50%);
    transition: all ease 0.5s;
    font-size: 3em !important;
    position: absolute;
    color: #fff;
    width: 35px;
    height: 35px;
    top: 45%;
}
#memorias-e-afetos .owl-carousel .owl-nav button.owl-next:hover,
#memorias-e-afetos .owl-carousel .owl-nav button.owl-prev:hover{
    background-color: transparent !important;
    color: var(--cor_secondary);
}
#memorias-e-afetos .owl-carousel .owl-dots .owl-dot span{
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
#memorias-e-afetos .owl-carousel .owl-dots .owl-dot.active span,
#memorias-e-afetos .owl-carousel .owl-dots .owl-dot:hover span{
    background: var(--cor_secondary);
}
#memorias-e-afetos a i{
    -webkit-text-fill-color: var(--cor_quaternary);
    -webkit-text-stroke-color: var(--cor_primary);
    -webkit-text-stroke: 1px var(--cor_primary);
    text-stroke: 1px var(--cor_primary);
    -webkit-text-stroke-width: 1px;
    color: var(--cor_quaternary);
    background-color: #fff;
    border-radius: 50px;
    margin-right: 0.5rem;
    padding: 5px 7px;
    font-size: 1.5rem;
    cursor: pointer;
    width: 35px;
    height: 35px;
}
#memorias-e-afetos a:hover i,
#memorias-e-afetos a:focus i{
    -webkit-text-fill-color: var(--cor_primary);
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff;
    color: var(--cor_quaternary);
    background-color: var(--cor_quaternary);
}
#memorias-e-afetos a.btn-veja-todas{
    background-color: var(--cor_quaternary);
    padding: 0.5rem 3rem;
    text-align: center;
    position: absolute;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    right: 30px;
    z-index: 1;
    top: 0;
}
#memorias-e-afetos a.btn-veja-todas:hover,
#memorias-e-afetos a.btn-veja-todas:focus{
    background-color: #fff;
    color: var(--cor_quaternary);
}
#memorias-e-afetos-int a i.icon{
    -webkit-text-fill-color: #E71521;
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff;
    -webkit-text-stroke-width: 1px;
    color: var(--cor_quaternary);
    background-color: #F06B51;
    border-radius: 50px;
    margin-right: 0.5rem;
    padding: 5px 7px;
    font-size: 1.5rem;
    cursor: pointer;
    width: 35px;
    height: 35px;
}
#memorias-e-afetos-int a:hover i.icon,
#memorias-e-afetos-int a:focus i.icon{
    -webkit-text-fill-color: var(--cor_secondary);
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff;
    color: var(--cor_secondary);
    background-color: var(--cor_tertiary);
}
#multiplique-sorrisos h2 span{
    font-family: 'Montserrat', sans-serif;
}
/*
#multiplique-sorrisos a{
    background-color: var(--cor_secondary);
    font-family: 'Londrina Solid', cursive;
    text-transform: uppercase!important;
    padding: 0.5rem 3rem;
    text-align: center;
    position: absolute;
    font-weight: bold;
    font-size: 30px;
    margin: 25px 10px;
    color: #fff;
    z-index: 1;
    width: 95%;
    left: 0;
}
#multiplique-sorrisos a:hover,
#multiplique-sorrisos a:focus{
    background-color: var(--cor_primary);
    color: #fff;
}
*/
#na-midia .img-midia{
    background-color: var(--cor_secondary);
    border: 5px solid var(--cor_secondary);
}
#nossa-historia .owl-carousel.owl-drag .owl-item{
    z-index: 100 !important;
}
#nossa-historia .owl-carousel.owl-drag .owl-item .item .box-content-historia{
	min-height: 350px;
}
#nossa-historia .box-content-historia .box-content-left{
    position: relative;
    height: 142px;
}
#nossa-historia .box-content-historia .box-content-right{
    position: relative;
    height: 164px;
}
#nossa-historia .box-content-historia .box-content-left .plus-minus,
#nossa-historia .box-content-historia .box-content-right .plus-minus{
    background-color: #F06B51;
    border-radius: 50px;
    cursor: pointer;
    opacity: 0.8;
    width: 35px;
    height: 35px;
    float: left;
}
#nossa-historia .box-content-historia .box-content-left .box-min-txt,
#nossa-historia .box-content-historia .box-content-right .box-min-txt{
    border: 5px solid var(--cor_primary);
    background-color: var(--cor_tertiary);
    position: absolute;
    font-size: 0.8rem;
    padding: 1rem;
    color: #fff;
    width: 100%;
    z-index: 1;
}
#nossa-historia .box-content-historia .box-content-left .box-min-txt{
    overflow-y: scroll;
    height: 100%;
    left: 45px;
    top: 0;
}
#nossa-historia .box-content-historia .box-content-right .box-min-txt{
    overflow-y: scroll;
    height: 100%;
    left: 45px;
    top: 0;
}
#nossa-historia .box-content-historia .box-content-left .open,
#nossa-historia .box-content-historia .box-content-right .open{
    -webkit-text-fill-color: #E71521;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff;
    padding: 5px 7px;
    font-size: 1.5rem;
    color: #E71521;
    opacity: 1;
    z-index: 1;
}
#nossa-historia .box-content-historia .box-content-left .plus-minus.open:hover,
#nossa-historia .box-content-historia .box-content-left .plus-minus.open:focus,
#nossa-historia .box-content-historia .box-content-right .plus-minus.open:hover,
#nossa-historia .box-content-historia .box-content-right .plus-minus.open:focus{
    background-color: var(--cor_primary);
    -webkit-text-fill-color: var(--cor_primary);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff;
    color: var(--cor_primary);
    opacity: 1;
    z-index: 1;
}
#nossa-historia .box-content-historia .box-content-left .close,
#nossa-historia .box-content-historia .box-content-right .close{
    -webkit-text-fill-color: var(--cor_primary);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke: 1px #fff;
    background-color: var(--cor_primary);
    text-stroke: 1px #fff;
    padding: 5px 7px;
    font-size: 1.5rem;
    color: var(--cor_primary);
    opacity: 1;
}
#nossa-historia .box-content-historia .box-content-left .plus-minus.close:hover,
#nossa-historia .box-content-historia .box-content-left .plus-minus.close:focus,
#nossa-historia .box-content-historia .box-content-right .plus-minus.close:hover,
#nossa-historia .box-content-historia .box-content-right .plus-minus.close:focus{
    background-color: #F06B51;
    -webkit-text-fill-color: #E71521;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff;
    color: #E71521;
    opacity: 1;
}
#nossa-historia .box-content-historia .box-content-left .open,
#nossa-historia .box-content-historia .box-content-left .close{  
    left: 0;
}
#nossa-historia .box-content-historia .box-content-left .open:before,
#nossa-historia .box-content-historia .box-content-right .open:before{
    content: "\f067";
}
#nossa-historia .box-content-historia .box-content-left .close:before,
#nossa-historia .box-content-historia .box-content-right .close:before{
    content: "\f068";
}
#nossa-historia .owl-carousel .owl-next{
    opacity: 1;
    right: -30px;
}
#nossa-historia .owl-carousel .owl-prev{
    opacity: 1;
    left: -40px;
}
#nossa-historia .owl-carousel .owl-nav{
    margin-top: 0;   
}
#nossa-historia .owl-carousel .owl-nav button.owl-next,
#nossa-historia .owl-carousel .owl-nav button.owl-prev{
    transform: translateY(-50%);
    transition: all ease 0.5s;
    font-size: 3em !important;
    position: absolute;
    color: var(--cor_primary);
    width: 35px;
    height: 35px;
    top: 51%;
}
#nossa-historia .owl-carousel .owl-nav button.owl-next:hover,
#nossa-historia .owl-carousel .owl-nav button.owl-prev:hover{
    background-color: transparent !important;
    color: var(--cor_secondary);
}
#nossa-historia .owl-carousel .owl-dots .owl-dot span{
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
#nossa-historia .owl-carousel .owl-dots .owl-dot.active span,
#nossa-historia .owl-carousel .owl-dots .owl-dot:hover span{
    background: var(--cor_secondary);
}
#nossa-historia .owl-carousel .owl-stage-outer .owl-stage{
    background-image: url('../images/line-nossa-historia.png');
    background-repeat: repeat-x;
    background-position: center;
}
#logos-cwb .owl-carousel .owl-stage{
    display: flex;
    align-items: center;
}
#logos-cwb .owl-carousel .caption{
    text-align: center;
}
#logos-cwb .owl-carousel .owl-next{
    opacity: 1;
    right: -30px;
}
#logos-cwb .owl-carousel .owl-prev{
    opacity: 1;
    left: -40px;
}
#logos-cwb .owl-carousel .owl-nav{
    margin-top: 0;   
}
#logos-cwb .owl-carousel .owl-nav button.owl-next,
#logos-cwb .owl-carousel .owl-nav button.owl-prev{
    transform: translateY(-50%);
    transition: all ease 0.5s;
    font-size: 3em !important;
    position: absolute;
    color: var(--cor_secondary);
    width: 35px;
    height: 35px;
    top: 45%;
}
#logos-cwb .owl-carousel .owl-nav button.owl-next:hover,
#logos-cwb .owl-carousel .owl-nav button.owl-prev:hover{
    background-color: transparent !important;
    color: var(--cor_primary);
}
#logos-cwb .item img{
    width: 150px;
    height: 100%;
}
#atuacao h3{
    font-family: 'Londrina Solid', cursive;
    text-transform: uppercase;
    background-color: var(--cor_secondary);
    display: inline-block;
    padding: 0.5rem 1rem;
    font-weight: 400;
    color: #fff;
}
#atuacao p{
    margin-top: 1rem;
    margin-bottom: 1rem;
}
#mapa{
    margin-top: 100px;
    margin-bottom: 100px;
}
#mapa .box-content{
    margin-left: 100px;
}
#mapa h2{
    margin-top: 20px;
    margin-left: 140px;
}
#mapa #img-mapa{
    margin-top: -100px;
    margin-bottom: -100px;
    margin-left: -150px;
}
#bg-fundo .bg-image{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 654px;
    width: 100%;
}
#equipe p{
    padding: 3rem 4rem;
    color: #fff;
}
.accordion .card.active{
    border-top: 2px solid var(--cor_primary) !important;
    border-right: 2px solid var(--cor_primary) !important;
    border-bottom: 2px solid var(--cor_primary) !important;
    border-left: 2px solid var(--cor_primary) !important;
}
.accordion .card.active .card-header{
    background-color: var(--cor_primary);
    color: #fff;
}
.accordion .card.active .card-header a{
    color: var(--cor_secondary);
}
.accordion .card.active .card-header a:not(.collapsed) .rotate-icon{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #fff;
}
.accordion .card.active .fa-angle-down{
    float: right;
}
.accordion .card{
    border-top: 2px solid var(--cor_secondary) !important;
    border-right: 2px solid var(--cor_secondary) !important;
    border-bottom: 2px solid var(--cor_secondary) !important;
    border-left: 2px solid var(--cor_secondary) !important;
}
.accordion .card .card-header{
    background-color: var(--cor_secondary);
    color: #fff;
}
.accordion .card .card-header a{
    color: var(--cor_primary);
}
.accordion .card .card-header .icon{
    display: inline-block;
    position: absolute;
    right: 5px;
    width: 25px;
    height: 25px;
}
.accordion .card .card-header a[aria-expanded=true] h5 .icon{
    top: 8px;
}
.accordion .card .card-header a[aria-expanded=false] h5 .icon:before{
    content: "\e903";
}
.accordion .card .card-header a[aria-expanded=true] h5 .icon:after{
    content: "\e902";
    font-size: 5px;
}
/*
.accordion .card .card-header .icon:before{
    background: currentColor;
    position: absolute;
    display: block;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
}
.accordion .card .card-header .icon:after{
    background: currentColor;
    position: absolute;
    display: block;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
}
*/
.accordion .card .card-header a[aria-expanded=true] .icon::after {
    width: 0;
}
.accordion .card .card-body .box-content-accordion ul{
    padding: 0 2rem;
}
/* SLIDER PRODUTOS */


.galeria-thumbs .swiper-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid var(--cor_secondary);
    height: 100px !important;
    width: 100%;
}

.galeria-thumbs {
    /* height: 100%; */
    height: 480px;
    margin: 0 !important;
    width: 15%;
}

.galeria-thumbs .swiper-slide-active,
.galeria-thumbs .swiper-slide:hover,
.galeria-thumbs .swiper-slide:focus{
    border: 1px solid var(--cor_primary);
}

.galeria-produto {
    width: 75%;
    height: 480px;
    margin-right: 0 !important;
}

.galeria-produto .swiper-slide {
    box-sizing: border-box;
    border: 1px solid var(--cor_secondary);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 999px) {
    .galeria-thumbs {
        height: auto;
        width: 100%;
        margin-top: 15px !important;
    }
    .galeria-produto {
        width: 100%;
        height: 280px;
    }

    .galeria-thumbs .swiper-slide {
        width: calc(100% / 4) !important;
        height: 80px !important;
    }
}

/* LISTAGEM DE PRODUTOS */

.listagem-produtos .linha-boxes {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, #F4F4F8 50%);
    padding-bottom: 20px;
    margin-top: 70px;
}

.listagem-produtos .box {
    text-align: center;
    height: 420px;
}

.listagem-produtos .produto {
    height: 277px;
}

.listagem-produtos .botao {
    height: 50px;
}

.listagem-produtos .titulo {
    min-height: 57px;
}

.listagem-produtos .produto img {
    max-height: 277px;
    width: auto;
}

/* CONFIRA */

.confira-outras .linha {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.confira-outras .linha img {
    width: 150px;
}

/* DETALHES PRODUTO */

.principais-caracteristicas::after {
    content: '';
    width: 215px;
    height: 2px;
    background-color: transparent;
    border-top: 2px solid rgb(76 77 79 / 37%);
    display: block;
    position: absolute;
    margin-top: 5px;
}

.icon-zoom {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.detalhes-produto .nav-tabs {
    border: 0;
}

.detalhes-produto .nav-tabs .nav-link {
    color: #7D7F82;
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 10px;
    border-radius: 0;
    border-bottom: 1px solid var(--cor_secondary);
}

.detalhes-produto .nav-tabs .nav-link.active {
    border: 0;
    color: #007C3C;
    border-bottom: 3px solid var(--cor_primary);
}

.detalhes-produto .nav-tabs .nav-link:focus,
.detalhes-produto .nav-tabs .nav-link:hover {
    color: var(--cor_primary);  
}

.detalhes-produto .nav-tabs {
    justify-content: center;
    align-items: center;
}

.principais-caracteristicas {
    display: block;
    margin-top: 15px;
}

.descubra-mais .linha-boxes {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, #F4F4F8 50%);
    padding-bottom: 20px;
}

.descubra-mais .box {
    text-align: center;
    height: 420px;
}

.descubra-mais .produto {
    height: 277px;
}

.descubra-mais .botao {
    height: 50px;
}

.descubra-mais .produto img {
    max-height: 277px;
    width: auto;
}

@media (max-width: 1440px) {
    .detalhes-produto .nav-tabs .nav-link {
        font-size: 15px;
        padding: 5px;
    }
}

#fale-conosco .bg-fale-conosco{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 510px;
    width: 100%;
}
#fale-conosco .form-content-box:before{
    background-image: url("../images/h-line-secondary-top.png");
    position: absolute;
    width: 32px;
    height: 9px;
    content: '';
}
#fale-conosco .form-content-box:after{
    background-image: url("../images/h-line-secondary-bottom.png");
    position: absolute;
    width: 32px;
    height: 9px;
    content: '';
}
#fale-conosco .form-content-box p{
    color: var(--cor_secondary);
}
#fale-conosco .form-content-box p:nth-child(1){
    padding-top: 2rem;
}
#fale-conosco .form-content-box p span{
    font-family: 'Londrina Solid', cursive;
    color: var(--cor_primary);
    font-weight: 400;
}
#fale-conosco .form-content-box p a{
    color: var(--cor_secondary);
    text-decoration: none;
}
#fale-conosco .form-content-box p a:hover,
#fale-conosco .form-content-box p a:focus{
    color: var(--cor_primary);
}
#fale-conosco .form-content-box strong{
    font-family: 'Londrina Solid', cursive;
    color: var(--cor_quaternary);
    font-weight: 400;
}
#fale-conosco .form-content-box ul{
    padding: 1rem 0;
}
#fale-conosco .form-content-box ul li{
    padding: 0 5px;
}
#fale-conosco .form-content-box ul li a i{
    border: 2px solid var(--cor_primary);
    background-color: var(--cor_primary);
    border-radius: 100px;
    display: inline-block;
    line-height: 28px;
    text-align: center;
    color: #fff;
    width: 32px;
    height: 32px;
}
#fale-conosco .form-content-box ul li a:hover i,
#fale-conosco .form-content-box ul li a:focus i{
    background-color: var(--cor_secondary);
    border: 2px solid var(--cor_secondary);
    color: #fff;
}
form#form-contato input[type="text"],
form#form-contato input[type="email"],
form#form-contato input[type="tel"],
form#form-contato select,
form#form-contato textarea{
    border: 2px solid var(--cor_secondary);
    font-family: 'Londrina Solid', cursive;
    color: var(--cor_primary);
    font-weight: 400;
    border-radius: 0;
}
form#form-contato input[type="text"]::-webkit-input-placeholder, /* Chrome/Opera/Safari */
form#form-contato input[type="email"]::-webkit-input-placeholder,
form#form-contato input[type="tel"]::-webkit-input-placeholder,
form#form-contato textarea::-webkit-input-placeholder{
    font-family: 'Londrina Solid', cursive;
    color: var(--cor_primary);
    font-weight: 400;
}
form#form-contato input[type="text"]::-moz-placeholder, /* Firefox 19+ */
form#form-contato input[type="email"]::-moz-placeholder,
form#form-contato input[type="tel"]::-moz-placeholder,
form#form-contato textarea::-moz-placeholder{
    font-family: 'Londrina Solid', cursive;
    color: var(--cor_primary);
    font-weight: 400;
}
form#form-contato input[type="text"]:-ms-input-placeholder, /* Chrome/Opera/Safari */
form#form-contato input[type="email"]:-ms-input-placeholder,
form#form-contato input[type="tel"]:-ms-input-placeholder,
form#form-contato textarea:-ms-input-placeholder{
    font-family: 'Londrina Solid', cursive;
    color: var(--cor_primary);
    font-weight: 400;
}
form#form-contato input[type="text"]:-moz-placeholder, /* Firefox 18- */
form#form-contato input[type="email"]:-moz-placeholder,
form#form-contato input[type="tel"]:-moz-placeholder,
form#form-contato textarea:-moz-placeholder{
    font-family: 'Londrina Solid', cursive;
    color: var(--cor_primary);
    font-weight: 400;
}
form#form-contato .alert-notification{
    padding: 0;
}
form#form-contato .alert-notification .alert-success h3{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    margin-top: 30px;
    padding: .75rem 0.25rem;
    color: green;
}
form#form-contato .alert-notification h3{
    margin-bottom: 5px;
}
form#form-contato .alert-notification .alert.alert-error{
    background: #ff0000 none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    margin-top: 10px;
    padding: 0.5rem;
    color: #fff;
}
form#form-contato .alert-notification .alert.alert-success{
    background: #dff0d8 none repeat scroll 0 0;
    border: 1px solid #d6e9c6;
    margin-top: 10px;
    padding: 0.5rem;
    color: #3c763d;
}
form#form-contato img.loader{
    margin-top: 20px;
    margin-left: 10px;
}
#nossas-acoes-em-numeros .owl-carousel .owl-item img{
    width: auto;
    height: auto;
}
#nossas-acoes-em-numeros .owl-carousel .owl-next{
    opacity: 1;
    right: 100px;
}
#nossas-acoes-em-numeros .owl-carousel .owl-prev{
    opacity: 1;
    left: 100px;
}
#nossas-acoes-em-numeros .owl-carousel .owl-nav{
    margin-top: 0;   
}
#nossas-acoes-em-numeros .owl-carousel .owl-nav button.owl-next,
#nossas-acoes-em-numeros .owl-carousel .owl-nav button.owl-prev{
    transform: translateY(-50%);
    transition: all ease 0.5s;
    font-size: 3em !important;
    position: absolute;
    color: var(--cor_quaternary);
    width: 35px;
    height: 35px;
    top: 45%;
}
#nossas-acoes-em-numeros .owl-carousel .owl-nav button.owl-next:hover,
#nossas-acoes-em-numeros .owl-carousel .owl-nav button.owl-prev:hover{
    background-color: transparent !important;
    color: var(--cor_primary);
}
#nossas-acoes-em-numeros .owl-carousel .owl-dots .owl-dot span{
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    background: var(--cor_secondary);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
#nossas-acoes-em-numeros .owl-carousel .owl-dots .owl-dot.active span,
#nossas-acoes-em-numeros .owl-carousel .owl-dots .owl-dot:hover span{
    background: var(--cor_primary);
}
#nossas-acoes-em-numeros .owl-carousel .owl-stage{
    display: flex;
    align-items: center;
}
#nossas-acoes-em-numeros .owl-carousel .caption{
    text-align: center;
}
#financas .owl-carousel .owl-item img{
    width: auto;
    height: auto;
}
#financas .owl-carousel .owl-next{
    opacity: 1;
    right: 100px;
}
#financas .owl-carousel .owl-prev{
    opacity: 1;
    left: 100px;
}
#financas .owl-carousel .owl-nav{
    margin-top: 0;   
}
#financas .owl-carousel .owl-nav button.owl-next,
#financas .owl-carousel .owl-nav button.owl-prev{
    transform: translateY(-50%);
    transition: all ease 0.5s;
    font-size: 3em !important;
    position: absolute;
    color: var(--cor_quaternary);
    width: 35px;
    height: 35px;
    top: 45%;
}
#financas .owl-carousel .owl-nav button.owl-next:hover,
#financas .owl-carousel .owl-nav button.owl-prev:hover{
    background-color: transparent !important;
    color: var(--cor_primary);
}
#financas .owl-carousel .owl-dots .owl-dot span{
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    background: var(--cor_secondary);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
#financas .owl-carousel .owl-dots .owl-dot.active span,
#financas .owl-carousel .owl-dots .owl-dot:hover span{
    background: var(--cor_primary);
}
#financas .owl-carousel .owl-stage{
    display: flex;
    align-items: center;
}
#financas .owl-carousel .caption{
    text-align: center;
}
#footer .footer-content{
    color: #fff;
}
#footer .footer-content .footer-content-box p{
    opacity: 0.6;
}
#footer .footer-content .footer-content-box:before{
    background-image: url("../images/h-line-white-top.png");
    position: absolute;
    width: 32px;
    height: 9px;
    content: '';
}
#footer .footer-content .footer-content-box:after{
    background-image: url("../images/h-line-white-bottom.png");
    position: absolute;
    width: 32px;
    height: 9px;
    content: '';
}
#footer .footer-content .btn-child{
    background-color: var(--cor_tertiary)!important;
    color: #fff!important;
}
#footer .footer-content .btn-child:hover,
#footer .footer-content .btn-child:focus{
    background-color: var(--cor_quaternary) !important;
}
#footer .footer-content .btn-child h5{
    font-size: 1.1rem;
}
#footer .footer-content .btn-child h5 span{
    font-size: 1.3rem;
    font-weight: 900;
}
#footer .footer-content #form-receba-novidades input[type="text"],
#footer .footer-content #form-receba-novidades input[type="text"]::placeholder{
    background-color: var(--cor_quinary) !important;
    border-color: #fff!important;
    font-size: 0.9rem;
    border-radius: 0;
    color: #fff;
}
#footer .footer-content #form-receba-novidades input[type="email"],
#footer .footer-content #form-receba-novidades input[type="email"]::placeholder{
    background-color: var(--cor_quinary) !important;
    border-color: #fff!important;
    border-right: none;
    font-size: 0.9rem;
    border-radius: 0;
    color: #fff;
}
#footer .footer-content #form-receba-novidades button.btn{
    background-color: var(--cor_quinary) !important;
    border-color: #fff!important;
    border-left: none;
    font-size: 0.9rem;
    border-radius: 0;
    color: #fff;
}
#footer .footer-content #form-receba-novidades .alert-notification{
    padding: 0;
}
#footer .footer-content #form-receba-novidades .alert-notification .alert-success h3{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    margin-top: 30px;
    padding: .75rem 0.25rem;
    color: green;
}
#footer .footer-content #form-receba-novidades .alert-notification h3{
    margin-bottom: 5px;
}
#footer .footer-content #form-receba-novidades .alert-notification .alert.alert-error{
    background: #ff0000 none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    font-size: 0.9rem;
    margin-top: 10px;
    padding: 0.5rem;
    color: #fff;
}
#footer .footer-content #form-receba-novidades .alert-notification .alert.alert-success{
    background: #dff0d8 none repeat scroll 0 0;
    border: 1px solid #d6e9c6;
    font-size: 0.9rem;
    margin-top: 10px;
    padding: 0.5rem;
    color: #3c763d;
}
#footer .footer-content #form-receba-novidades img.loader{
    background: #fff;
    float: right;
    opacity: 0.5;
    border-radius: 50px; 
    margin-top: 10px;
    margin-left: 10px;
    padding: 5px;
}
#footer .footer-content #form-receba-novidades .h-captcha{
    transform: scale(0.85);
    margin-left: -24px;
}
#footer .footer-content a{
    color: #fff;
}
#footer .footer-content a:hover,
#footer .footer-content a:focus{
    color: var(--cor_primary);
}
#footer .footer-content ul li{
    font-size: 1rem;
    padding: 1px 0;
}
#footer .footer-content ul li a{
    color: #fff;
}
#footer .footer-content ul li a:hover,
#footer .footer-content ul li a:focus{
    color: var(--cor_primary);
}
#footer .footer-content ul li.list-link a{
    opacity: 0.6;
    color: #fff;
}
#footer .footer-content ul li.list-link a:hover,
#footer .footer-content ul li.list-link a:focus{
    color: var(--cor_primary);
    opacity: 1;
}
#footer .footer-content .footer-rede-sociais ul li{
    padding: 0 5px;
}
#footer .footer-content .footer-rede-sociais ul li a i{
    border: 2px solid #fff;
    background-color: #fff;
    border-radius: 100px;
    display: inline-block;
    line-height: 28px;
    text-align: center;
    color: var(--cor_quinary);
    width: 32px;
    height: 32px;
}
#footer .footer-content .footer-rede-sociais ul li a:hover i,
#footer .footer-content .footer-rede-sociais ul li a:focus i{
    background-color: var(--cor_primary);
    border: 2px solid var(--cor_primary);
    color: #fff;
}
#copyright{
    font-size: 0.8rem;
}
#copyright a{
    color: #fff;
}
#copyright a:hover,
#copyright a:focus{
    opacity: 0.7;
    color: #fff;
}
.scroll-top{
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: 105%;
    right: 50px;
    font-size: 20px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    z-index: 1001;
    border: 0;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: rgb(7, 215, 118);
    transition: .5s ease;
}
.scroll-top.open{
    bottom: 30px;
}
.scroll-top:hover{
    background: rgb(230, 22, 36);
}
.scroll-top:after{
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.modal{
    position: fixed;
    z-index: 9998;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .78);
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    top: 0
}
.modal-popup{
    position: relative;
    background-position: top center;
    width: 92vmin;
    max-width: 800px;
    min-width: 310px;
    border-radius: 40px 10px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    border-radius: 15px;
    border: 3px solid var(--cor_primary);
    background-color: #fff;
    padding: 5px
}
.modal-popup h2{
    color: var(--cor_primary);
    font-size: 1.8rem;
    line-height: 30px
}
.modal-popup span{
    color: var(--cor_secondary);
    font-size: 1.2rem;
}
.modal-popup p{
    color: var(--cor_default);
}
.btn-fechar{
    position: absolute;
    top: -10px;
    right: -10px;
    float: right;
    background-color: var(--cor_primary);
    color: #fff;
    border: 0 solid transparent;
    padding: .1rem 1.1rem .2rem 1.1rem;
    font-size: 1.5em;
    border-radius: 5px;
    -webkit-transition: ease .3s all;
    transition: ease .3s all;
}
.btn-fechar:hover,
.btn-fechar:focus{
    background-color: var(--cor_secondary);
    -webkit-transition: ease .3s all;
    transition: ease .3s all;
    color: #fff;
}
.termlgpd{
    position:fixed;
    width:100%; 
    bottom:0px;
    background-color: rgb(0, 0, 0, 0.8);
    color:#FFF;
    text-align:center;
    font-size:14px;
    z-index:1000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    min-height: 80px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.termlgpd label{
    width:100%; 
    max-width:800px;
}
.termlgpd a{
    color: var(--cor_primary) !important;
}
.termlgpd a.active,
.termlgpd a:active,
.termlgpd a:hover,
.termlgpd a:focus{
    color: #fff!important;
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px){
	.d-sm-none{
		display: none!important;
	}
	.d-sm-block{
		display: block!important;
	}
	.d-sm-flex{
		display: -ms-flexbox!important;
		display: flex!important;
	}
	.d-sm-inline{
		display: inline!important;
	}
	.d-sm-inline-block{
		display: inline-block!important;
	}
	.justify-content-sm-center {
	    -ms-flex-pack: center!important;
	    justify-content: center!important;
	}
	.text-sm-left{
		text-align: left!important;
	}
	.text-sm-center {
	    text-align: center!important;
	}
	.m-sm-0 {
        margin: 0!important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0!important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0!important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0!important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0!important
    }
    .m-sm-1 {
        margin: .25rem!important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem!important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem!important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem!important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem!important
    }
    .m-sm-2 {
        margin: .5rem!important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem!important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem!important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem!important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem!important
    }
    .m-sm-3 {
        margin: 1rem!important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem!important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem!important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem!important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem!important
    }
    .m-sm-4 {
        margin: 1.5rem!important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem!important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem!important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem!important
    }
    .m-sm-5 {
        margin: 3rem!important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem!important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem!important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem!important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem!important
    }
    .p-sm-0 {
        padding: 0!important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0!important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0!important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0!important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0!important
    }
    .p-sm-1 {
        padding: .25rem!important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem!important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem!important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem!important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem!important
    }
    .p-sm-2 {
        padding: .5rem!important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem!important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem!important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem!important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem!important
    }
    .p-sm-3 {
        padding: 1rem!important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem!important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem!important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem!important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem!important
    }
    .p-sm-4 {
        padding: 1.5rem!important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem!important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem!important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem!important
    }
    .p-sm-5 {
        padding: 3rem!important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem!important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem!important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem!important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem!important
    }
    .m-sm-n1 {
        margin: -.25rem!important
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem!important
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem!important
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem!important
    }
    .m-sm-n2 {
        margin: -.5rem!important
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem!important
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem!important
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem!important
    }
    .m-sm-n3 {
        margin: -1rem!important
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem!important
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem!important
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem!important
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem!important
    }
    .m-sm-n4 {
        margin: -1.5rem!important
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem!important
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem!important
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem!important
    }
    .m-sm-n5 {
        margin: -3rem!important
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem!important
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem!important
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem!important
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem!important
    }
    .m-sm-auto {
        margin: auto!important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto!important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto!important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto!important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto!important
    }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px){
	.d-lg-none{
		display: none!important;
	}
	.d-lg-block{
		display: block!important;
	}
	.d-lg-flex{
		display: -ms-flexbox!important;
		display: flex!important;
	}
	.d-lg-inline{
		display: inline!important;
	}
	.d-lg-inline-block{
		display: inline-block!important;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px){
	.d-xl-none{
		display: none!important;
	}
	.d-xl-block{
		display: block!important;
	}
	.d-xl-flex{
		display: -ms-flexbox!important;
		display: flex!important;
	}
	.d-xl-inline{
		display: inline!important;
	}
	.d-xl-inline-block{
		display: inline-block!important;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px){
	.d-xl-none{
		display: none!important;
	}
	.d-xl-block{
		display: block!important;
	}
	.d-xl-flex{
		display: -ms-flexbox!important;
		display: flex!important;
	}
	.d-xl-inline{
		display: inline!important;
	}
	.d-xl-inline-block{
		display: inline-block!important;
	}
}