*{
	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(233, 80, 37, 0.9);
	-webkit-box-shadow: inset 0 0 6px rgb(233, 80, 37, 0.5);
    -moz-box-shadow: inset 0 0 6px rgb(233, 80, 37, 0.5);
}
:root {
    --cor_primary: #e95025;
    --cor_secondary: #444140;
    --cor_tertiary: #b7b4b3;
    --cor_quaternary: #dad8d7;
    --cor_quinary: #f0e7e5;
    --cor_black: #000000;
    --cor_white: #ffffff;
    --cor_background_primary: rgb(233, 80, 37);
    --cor_background_secondary: rgb(68, 65, 64);
    --cor_background_tertiary: rgb(183, 180, 179);
    --cor_background_quaternary: rgb(218, 216, 215);
    --cor_background_quinary: rgb(240, 231, 229);
    --cor_background_black: rgb(0, 0, 0);
    --cor_background_white: rgb(255, 255, 255);
    --cor_background_primary_opacity: rgba(233, 80, 37, 0.6);
    --cor_background_secondary_opacity: rgba(68, 65, 64, 0.6);
    --cor_background_tertiary_opacity: rgba(183, 180, 179, 0.6);
    --cor_background_quaternary_opacity: rgba(218, 216, 215, 0.6);
    --cor_background_quinary_opacity: rgba(240, 231, 229, 0.6);
    --cor_background_black_opacity: rgba(0, 0, 0, 0.6);
    --cor_background_white_opacity: rgba(255, 255, 255, 0.6);
    --cor_background_primary_box_shadow: rgba(233, 80, 37, 25%);
    --cor_background_secondary_box_shadow: rgba(68, 65, 64, 25%);
    --cor_background_tertiary_box_shadow: rgba(183, 180, 179, 25%);
    --cor_background_quaternary_box_shadow: rgba(218, 216, 215, 25%);
    --cor_background_quinary_box_shadow: rgba(240, 231, 229, 25%);
    --cor_background_black_box_shadow: rgba(0, 0, 0, 25%);
    --cor_background_white_box_shadow: rgba(255, 255, 255, 25%);
}
html, body{
    position: relative;
    min-height: 100%;
    height: 100%;
}
body{
	font-family: 'Roboto', sans-serif;
    background-color: var(--cor_quinary)!important;
    font-size: 1.2rem;
    line-height: 1.2;
	top: 0 !important;
	color: var(--cor_secondary);
}
.font-roboto-regular{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.font-roboto-bold{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.h1, h1{
    font-size: 2.3rem;
}
.h2, h2 {
    font-size: 1.9rem;
}
.h3, h3 {
    font-size: 1.6rem;
}
.h4, h4 {
    font-size: 1.3rem;
}
.box-h-acad{
    height: 260px;
}
.text-primary{
    color: var(--cor_primary)!important;
}
.link-primary{
    color: var(--cor_primary)!important;
}
.link-primary:hover,
.link-primary:focus{
    color: var(--cor_secundary)!important;
}
.bg-primary{
    background-color: var(--cor_primary)!important;
}
.bg-primary-opacity{
    background: var(--cor_background_primary_opacity);
}
.bg-primary-radial-gradient{
    background: radial-gradient(#fc8240, var(--cor_primary));
}
.bg-primary-img{
    background-image: url("../images/background/bg-primary-img.jpg");
    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;
    height: auto;
}
.border-primary{
    border-color: var(--cor_primary)!important;
}
.btn-primary{
    background-color: var(--cor_primary)!important;
    border-color: var(--cor_primary)!important;
    color: var(--cor_white)!important;
    font-weight: bold;
}
.btn-primary:not(:disabled):not(.disabled):active:focus
.btn-primary:disabled,
.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.btn-primary:focus{
    box-shadow: 0 0 0 0.25rem rgb(68 65 64 / 50%)!important;
    background-color: var(--cor_secondary)!important;
    border-color: var(--cor_secondary)!important;
    color: var(--cor_white)!important;
    font-weight: bold;
}
.text-secondary{
    color: var(--cor_secondary)!important;
}
.link-secondary{
    color: var(--cor_secondary)!important;
}
.link-secondary:hover,
.link-secondary:focus{
    color: var(--cor_primary)!important;
}
.bg-secondary{
    background-color: var(--cor_secondary)!important;
}
.bg-secondary-opacity{
    background: var(--cor_background_secondary_opacity);
}
.border-secondary{
    border-color: var(--cor_secondary)!important;
}
.btn-secondary{
    background-color: var(--cor_secondary)!important;
    border-color: var(--cor_secondary)!important;
    color: var(--cor_primary)!important;
    font-weight: bold;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus
.btn-secondary:disabled,
.btn-secondary.active,
.btn-secondary:active,
.btn-secondary:hover,
.btn-secondary:focus{
    box-shadow: 0 0 0 0.25rem rgb(233 80 37 / 50%)!important;
    background-color: var(--cor_primary)!important;
    border-color: var(--cor_primary)!important;
    color: var(--cor_secondary)!important;
    font-weight: bold;
}
.text-tertiary{
    color: var(--cor_tertiary)!important;
}
.link-tertiary{
    color: var(--cor_tertiary)!important;
}
.link-tertiary:hover,
.link-tertiary:focus{
    color: var(--cor_quaternary)!important;
}
.bg-tertiary{
    background-color: var(--cor_tertiary)!important;
}
.bg-tertiary-opacity{
    background: var(--cor_background_tertiary_opacity);
}
.border-tertiary{
    border-color: var(--cor_tertiary)!important;
}
.text-quaternary{
    color: var(--cor_quaternary)!important;
}
.link-quaternary{
    color: var(--cor_quaternary)!important;
}
.link-quaternary:hover,
.link-quaternary:focus{
    color: var(--cor_tertiary)!important;
}
.bg-quaternary{
    background-color: var(--cor_quaternary)!important;
}
.bg-quaternary-opacity{
    background: var(--cor_background_quaternary_opacity);
}
.border-quaternary{
    border-color: var(--cor_quaternary)!important;
}
.text-quinary{
    color: var(--cor_quinary)!important;
}
.link-quinary{
    color: var(--cor_quinary)!important;
}
.link-quinary:hover,
.link-quinary:focus{
    color: var(--cor_quaternary)!important;
}
.bg-quinary{
    background-color: var(--cor_quinary)!important;
}
.bg-quinary-opacity{
    background: var(--cor_background_quinary_opacity);
}
.border-quinary{
    border-color: var(--cor_quinary)!important;
}
.bg-sectors{
    background-color: #fc8240!important;
}
.bg-sectors-opacity{
    background: rgba(252, 130, 64, 0.6);
}
.border-sectors{
    border-color: #fc8240!important;
}
.btn-white{
    background-color: var(--cor_white)!important;
    border-color: var(--cor_white)!important;
    color: var(--cor_primary)!important;
    font-weight: bold;
}
.btn-white:not(:disabled):not(.disabled):active:focus
.btn-white:disabled,
.btn-white.active,
.btn-white:active,
.btn-white:hover,
.btn-white:focus{
    box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 50%)!important;
    background-color: var(--cor_quinary)!important;
    border-color: var(--cor_quinary)!important;
    color: var(--cor_secondary)!important;
    font-weight: bold;
}

.bg-degrade{
    background: #fbfcfd; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #fbfcfd 0%, #e4e4e4 50%, #e7e7e7 51%, #dddddd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#fbfcfd), color-stop(50%,#e4e4e4), color-stop(51%,#e7e7e7), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  #fbfcfd 0%,#e4e4e4 50%,#e7e7e7 51%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  #fbfcfd 0%,#e4e4e4 50%,#e7e7e7 51%,#dddddd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  #fbfcfd 0%,#e4e4e4 50%,#e7e7e7 51%,#dddddd 100%); /* IE10+ */
    background: linear-gradient(135deg,  #fbfcfd 0%,#e4e4e4 50%,#e7e7e7 51%,#dddddd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfcfd', endColorstr='#dddddd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.border-1{
    border-width: 1px!important;
}
.border-2{
    border-width: 2px!important;
}
.border-3{
    border-width: 3px!important;
}
.border-4{
    border-width: 4px!important;
}
.border-5{
    border-width: 5px!important;
}
.rounded{
    border-radius: .5rem !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 #header-home{
    background-color: var(--cor_quinary);
    position: relative;
    width: 100%;
}
#header.fixed-top #header-home nav a img,
#header.fixed-top #header-interna nav a img{
    transition: transform .4s , -webkit-transform .4s;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
#header .line-h{
    border-top: 3px solid var(--cor_primary);
}
#header #header-interna{
    background-color: var(--cor_quinary);
}
#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,
#header #header-interna nav ul li{
    display: inline-block;
    padding: 0 1rem;
    color: var(--cor_white);
}
#header #header-home nav ul li:last-child,
#header #header-interna nav ul li:last-child{
    padding: 0 0 0 1rem;
}
#header nav ul li a{
    color: var(--cor_secondary)!important;
    text-decoration: none;
}
#header nav ul li a.active,
#header nav ul li a:active,
#header nav ul li a:hover,
#header nav ul li a:focus{
    color: var(--cor_primary)!important;
    text-decoration: none;
}
#header nav ul li:last-child a{
    background-color: var(--cor_primary)!important;
    color: var(--cor_white)!important;
    font-weight: bold;
}
#header nav ul li:last-child a:not(:disabled):not(.disabled):active:focus,
#header nav ul li:last-child a:disabled,
#header nav ul li:last-child a.active,
#header nav ul li:last-child a:active,
#header nav ul li:last-child a:hover,
#header nav ul li:last-child a:focus{
    background-color: var(--cor_secondary)!important;
    color: var(--cor_quinary)!important;
    font-weight: bold;
}
#header.fixed-top{
    position: fixed;
    z-index: 5;
}
#header.fixed-top .line-h{
    border-top: 3px solid var(--cor_quinary);
}
#header.fixed-top #header-home,
#header.fixed-top #header-interna{
    background-color: var(--cor_primary);
}
#header.fixed-top nav ul li a{
    color: var(--cor_quinary)!important;
    text-decoration: none;
}
#header.fixed-top nav ul li a.active,
#header.fixed-top nav ul li a:active,
#header.fixed-top nav ul li a:hover,
#header.fixed-top nav ul li a:focus{
    color: var(--cor_secondary)!important;
    text-decoration: none;
}
#header.fixed-top nav ul li:last-child a{
    background-color: var(--cor_white)!important;
    color: var(--cor_primary)!important;
    font-weight: bold;
}
#header.fixed-top nav ul li:last-child a:not(:disabled):not(.disabled):active:focus,
#header.fixed-top nav ul li:last-child a:disabled,
#header.fixed-top nav ul li:last-child a.active,
#header.fixed-top nav ul li:last-child a:active,
#header.fixed-top nav ul li:last-child a:hover,
#header.fixed-top nav ul li:last-child a:focus{
    background-color: var(--cor_quinary)!important;
    color: var(--cor_secondary)!important;
    font-weight: bold;
}
.bg-full-banner{
    background-image: url("../images/background/bg-full-banner.jpg");
    background-position: left bottom;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    height: auto;
}
#home .content-box{
    padding: 8rem 0!important;
    position: relative;
}
#img-full-banner{
    position: relative;
    margin-top: -35px;
    z-index: 4;
}
#banner-lgpd,
#banner-404{
    background-color: var(--cor_secondary);
}
.bg-section{
    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;
    height: auto;
}
.section-content{
    position: relative;
}
.section-content .box-container{
    padding: 5rem 0;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: var(--cor_white);
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: var(--cor_white);
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: var(--cor_white);
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--cor_white);
}
::-ms-input-placeholder { /* Microsoft Edge */
    color: var(--cor_white);
}
::placeholder { /* Most modern browsers support this now. */
    color: var(--cor_white);
}
.form-control:focus {
    color: var(--cor_white);
    background-color: var(--cor_primary);
    border-color: var(--cor_primary);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(233 80 37 / 25%);
}
.form-control-sm{
    height: calc(1.8125rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.form-control-lg{
    height: calc(2.875rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(233 80 37 / 25%);
}
form .alert-notification{
    padding: 0;
}
form .alert-notification .alert-success h3{
    background: var(--cor_white) none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    margin-top: 30px;
    padding: .75rem 0.25rem;
    color: green;
}
form .alert-notification h3{
    margin-bottom: 5px;
}
form .alert-notification .alert.alert-error{
    background: #ff0000 none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    margin-top: 10px;
    padding: 0.25rem 0.25rem;
    color: var(--cor_white);
    font-size: 1rem;
}
form .alert-notification .alert.alert-success{
    background: #dff0d8 none repeat scroll 0 0;
    border: 1px solid #d6e9c6;
    margin-top: 30px;
    padding: .75rem 0.25rem;
    color: #3c763d;
}
form img.loader{
    margin-left: 10px;
    border-radius: 100px;
    background: var(--cor_white);
    padding: 1px;
}
form label.error{
    display: block;
    line-height: 15px;
    padding: 5px 0px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 11px;
    color: #ff0000;
    font-weight: 500;
}
#academias .owl-carousel .owl-next{
    opacity: 1;
    right: 10px;
}
#academias .owl-carousel .owl-prev{
    opacity: 1;
    left: 10px;
}
#academias .owl-carousel .owl-nav{
    margin-top: 0;   
}
#academias .owl-carousel .owl-nav button.owl-next,
#academias .owl-carousel .owl-nav button.owl-prev{
    background-color: var(--cor_primary);
    transform: translateY(-50%);
    transition: all ease 0.5s;
    color: var(--cor_white);
    border-radius: 50px;
    position: absolute;
    font-size: 1.2em;
    width: 35px;
    height: 35px;
    top: 45%;
}
#academias .owl-carousel .owl-nav button.owl-next:hover,
#academias .owl-carousel .owl-nav button.owl-prev:hover{
    background-color: var(--cor_secondary);
    color: var(--cor_white);
}
#academias .owl-carousel.owl-theme .owl-dots{
    margin: 10px 0;
}
#academias .owl-carousel .owl-dots .owl-dot span{
    -webkit-backface-visibility: visible;
    background-color: var(--cor_background_primary);
    transition: opacity .2s ease;
    border-radius: 50px;
    margin: 7px 7px;
    display: block;
    width: 12px;
    height: 12px;
}
#academias .owl-carousel .owl-dots .owl-dot.active span,
#academias .owl-carousel .owl-dots .owl-dot:hover span{
    background-color: var(--cor_background_secondary);
}
#academias .owl-carousel{
    margin: 0;
    padding: 0;
}
#academias .owl-carousel .owl-item .item img{
    display: inline-block;
    width: 100%;
    height: 100%;
}
#academias-disponiveis .owl-carousel .owl-next{
    opacity: 1;
    right: 10px;
}
#academias-disponiveis .owl-carousel .owl-prev{
    opacity: 1;
    left: 10px;
}
#academias-disponiveis .owl-carousel .owl-nav{
    margin-top: 0;   
}
#academias-disponiveis .owl-carousel .owl-nav button.owl-next,
#academias-disponiveis .owl-carousel .owl-nav button.owl-prev{
    background-color: var(--cor_primary);
    transform: translateY(-50%);
    transition: all ease 0.5s;
    color: var(--cor_white);
    border-radius: 50px;
    position: absolute;
    font-size: 1.2em;
    width: 35px;
    height: 35px;
    top: 45%;
}
#academias-disponiveis .owl-carousel .owl-nav button.owl-next:hover,
#academias-disponiveis .owl-carousel .owl-nav button.owl-prev:hover{
    background-color: var(--cor_secondary);
    color: var(--cor_white);
}
#academias-disponiveis .owl-carousel.owl-theme .owl-dots{
    margin: 10px 0;
}
#academias-disponiveis .owl-carousel .owl-dots .owl-dot span{
    -webkit-backface-visibility: visible;
    background-color: var(--cor_background_primary);
    transition: opacity .2s ease;
    border-radius: 50px;
    margin: 7px 7px;
    display: block;
    width: 12px;
    height: 12px;
}
#academias-disponiveis .owl-carousel .owl-dots .owl-dot.active span,
#academias-disponiveis .owl-carousel .owl-dots .owl-dot:hover span{
    background-color: var(--cor_background_secondary);
}
#academias-disponiveis .owl-carousel{
    margin: 0;
    padding: 0;
}
#academias-disponiveis .owl-carousel .owl-item .item img{
    display: inline-block;
    width: 100%;
    height: 100%;
}
#beneficios .owl-carousel .owl-next{
    opacity: 1;
    right: 10px;
}
#beneficios .owl-carousel .owl-prev{
    opacity: 1;
    left: 10px;
}
#beneficios .owl-carousel .owl-nav{
    margin-top: 0;   
}
#beneficios .owl-carousel .owl-nav button.owl-next,
#beneficios .owl-carousel .owl-nav button.owl-prev{
    background-color: transparent;
    transform: translateY(-50%);
    transition: all ease 0.5s;
    color: var(--cor_white);
    border-radius: 50px;
    position: absolute;
    font-size: 1.5em;
    width: 35px;
    height: 35px;
    top: 45%;
}
#beneficios .owl-carousel .owl-nav button.owl-next:hover,
#beneficios .owl-carousel .owl-nav button.owl-prev:hover{
    background-color: transparent;
    color: var(--cor_secondary);
}
#beneficios .owl-carousel.owl-theme .owl-dots{
    margin: 10px 0;
}
#beneficios .owl-carousel .owl-dots .owl-dot span{
    -webkit-backface-visibility: visible;
    background-color: var(--cor_background_white);
    transition: opacity .2s ease;
    border-radius: 50px;
    margin: 7px 7px;
    display: block;
    width: 12px;
    height: 12px;
}
#beneficios .owl-carousel .owl-dots .owl-dot.active span,
#beneficios .owl-carousel .owl-dots .owl-dot:hover span{
    background-color: var(--cor_background_secondary);
}
#beneficios .owl-carousel{
    margin: 0;
    padding: 0;
}
#beneficios .owl-carousel .owl-item .item{
    padding: 10px;
}
#beneficios .owl-carousel .owl-item .item img{
    display: inline-block;
    width: 100px;
    height: 100px;
}
#dicas .owl-carousel .owl-next{
    opacity: 1;
    right: 10px;
}
#dicas .owl-carousel .owl-prev{
    opacity: 1;
    left: 10px;
}
#dicas .owl-carousel .owl-nav{
    margin-top: 0;   
}
#dicas .owl-carousel .owl-nav button.owl-next,
#dicas .owl-carousel .owl-nav button.owl-prev{
    background-color: transparent;
    transform: translateY(-50%);
    transition: all ease 0.5s;
    color: var(--cor_primary);
    border-radius: 50px;
    position: absolute;
    font-size: 1.5em;
    width: 35px;
    height: 35px;
    top: 32%;
}
#dicas .owl-carousel .owl-nav button.owl-next:hover,
#dicas .owl-carousel .owl-nav button.owl-prev:hover{
    background-color: transparent;
    color: var(--cor_white);
}
#dicas .owl-carousel.owl-theme .owl-dots{
    margin: 10px 0;
}
#dicas .owl-carousel .owl-dots .owl-dot span{
    -webkit-backface-visibility: visible;
    background-color: var(--cor_background_white);
    transition: opacity .2s ease;
    border-radius: 50px;
    margin: 7px 7px;
    display: block;
    width: 12px;
    height: 12px;
}
#dicas .owl-carousel .owl-dots .owl-dot.active span,
#dicas .owl-carousel .owl-dots .owl-dot:hover span{
    background-color: var(--cor_background_secondary);
}
#dicas .owl-carousel{
    margin: 0;
    padding: 0;
}
#dicas .owl-carousel .owl-item .item{
    padding: 10px;
}
#dicas .owl-carousel .owl-item .item img{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.accordion .card{
    background-color: var(--cor_background_quaternary);
}
.accordion .card .card-header{
    background-color: var(--cor_background_tertiary);
    border-bottom: var(--cor_background_tertiary);
}
.accordion .card .card-header a{
    color: var(--cor_secondary);
}
.accordion .card .card-header a:hover{
    color: var(--cor_primary);
}
.accordion .card .card-header a:not(.collapsed) .rotate-icon{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: var(--cor_primary);
}
.accordion .card .fa-angle-down{
    float: right;
}
.page-link{
    
}
.page-link{
    background-color: var(--cor_primary);
    border-color: var(--cor_primary);
    border-radius: 10px!important;
    color: var(--cor_white);
    padding: 5px 20px;
    margin: 0 5px;
}
.page-link:hover,
.page-link:focus{
    box-shadow: 0 0 0 0.2rem var(--cor_background_secondary_box_shadow);
    color: var(--cor_primary);
}
.page-item.active .page-link,
.page-item:active .page-link{
    background-color: var(--cor_secondary);
    border-color: var(--cor_secondary);
    color: var(--cor_white);
}
.page-item.disabled .page-link,
.page-item:disabled .page-link{
    background-color: var(--cor_quinary);
    border-color: var(--cor_primary);
    color: var(--cor_secondary);
}
#footer .footer-content{
    padding: 0 1rem;
    color: #adb5bd;
}
#footer .footer-content a img{
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s , -webkit-transform .4s;
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
#footer .footer-content p{
    padding: 1rem 0;
}
#footer .footer-content .footer-head{
    border-bottom: 2px solid var(--cor_primary);
    margin-bottom: 1rem;
    padding: 1rem 0;
}
#footer .footer-content ul li{
    font-size: 1rem;
    padding: 5px 0;
}
#footer .footer-content ul li a{
    color: var(--cor_white);
}
#footer .footer-content ul li a.active,
#footer .footer-content ul li a:active,
#footer .footer-content ul li a:hover,
#footer .footer-content ul li a:focus{
    color: var(--cor_secondary);
}
#footer .footer-content .footer-rede-sociais ul li{
    padding: 0 5px;
}
#footer .footer-content .footer-rede-sociais ul li a i{
    background-color: var(--cor_white);
    border: 2px solid var(--cor_white);
    border-radius: 100px;
    display: inline-block;
    line-height: 28px;
    text-align: center;
    color: var(--cor_primary);
    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_secondary);
    border: 2px solid var(--cor_secondary);
    color: var(--cor_white);
}
#copyright p{
    font-size: 0.8rem;
}
.icon-wpp-right{
    right: 0;
}
.icon-wpp-left,
.icon-wpp-right{
    z-index: 2333;
    position: fixed;
    bottom: 0;
}
.icon-wpp-left{
    left: 0;
}
.pulse-wpp i{
    color: #fff;
    font-size: 32px;
    margin: 9px 11px;
}
.pulse-wpp{
    margin: 20px;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #01e675;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(1, 230, 117, 0.4);
    animation: pulse-wpp 1s infinite;
}
.pulse-wpp:hover{
    animation: none;
    box-shadow: 0 0 0 3px #01e675;
    background: #fff;
}
.pulse-wpp:hover i{
    color: #01e675 !important;
}
@keyframes pulse-wpp{
    0% {
        box-shadow: 0 0 0 0 rgba(1, 230, 117, 0.9);
    }
    70% {
        box-shadow: 0 0 0 17px rgba(1, 230, 117, 0);
    }
    to {
        box-shadow: 0 0 0 0 rgba(1, 230, 117, 0);
    }
}
.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: var(--cor_white);
    text-align: center;
    cursor: pointer;
    background: rgb(68, 65, 64);
    transition: .5s ease;
}
.scroll-top.open{
    bottom: 30px;
}
.scroll-top:hover{
    background: rgb(183, 180, 179);
}
.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%);
}
.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:hover,
.termlgpd a:focus{
    color: var(--cor_white)!important;
}
.modal a{
    cursor: default;
}
.modal .close {
    background-color: var(--cor_white);
    border-radius: 10px;
    padding: 0.2rem;
    width: 30px;
    height: 30px;
}