body {font-size:13px;font-family:'Nexa';color:#333333;position:relative;overflow-x:hidden;}

html,
body {
  background-color:#666666;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #00000000 #f1f1f1;
}

*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: #00000000;
}

*::-webkit-scrollbar-thumb {
  background-color: #fdd925;
}

html.active-menu-mobile {overflow: hidden;}
html.active {overflow: hidden;}

* {-webkit-font-smoothing: antialiased;}

i, em {font-style:italic;} 

a {color:#333;}

strong, b {font-weight: bold;}
 
/* FONT FORM */
::-webkit-input-placeholder {color: #000000;}
::-moz-placeholder {color: #000000;}
:-ms-input-placeholder {color: #000000;}
input:-moz-placeholder {color: #000000;}

::-webkit-input-placeholder:focus {color: #000000;}
::-moz-placeholder:focus {color: #000000;}
:-ms-input-placeholder:focus {color: #000000;}
input:-moz-placeholder:focus {color: #000000;}

select {
  -ms-box-sizing:content-box;
  -moz-box-sizing:content-box;
  -webkit-box-sizing:content-box;
  box-sizing:content-box;
  -moz-appearance: none;
}

select::-ms-expand {
  display: none;
}

::selection {
  background:#6d7780;
  color: #ffffff;
}
::-moz-selection {
  background:#333333;
  color: #ffffff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  background:transparent !important;
}

form * {outline:0;}

form .error,
form .error, form .success {padding: 20px 30px;padding-left: 60px;font-size: 14px;text-align: left;color: #4baa2b;}
form .success {background:url(../imagens/site/ico_success.png) no-repeat 0px center;}
form .error {background:url(../imagens/site/ico_error.png) no-repeat 0px center;}
form .retorno {margin-bottom: 15px;background: #e8f3e5;padding: 0 10px;border-radius: 4px;width: calc(100% - 24px);}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
     -khtml-user-select: none; /* Konqueror */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently*/
}

.sk-circle {display: none;width: 40px;height: 40px;position: fixed;z-index: 99999;left: 50%;top: 50%;margin-left: -20px;margin-top: -20px;}
.sk-circle .sk-child {width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.sk-circle .sk-child:before {content: '';display: block;margin: 0 auto;width: 15%;height: 15%;background-color: var(--cor-principal);border-radius: 100%;-webkit-animation: sk-circleBounceDelay .8s infinite ease-in-out both;        animation: sk-circleBounceDelay .8s infinite ease-in-out both;}
.sk-circle .sk-circle2 {-webkit-transform: rotate(30deg);    -ms-transform: rotate(30deg);        transform: rotate(30deg);}
.sk-circle .sk-circle3 {-webkit-transform: rotate(60deg);    -ms-transform: rotate(60deg);        transform: rotate(60deg);}
.sk-circle .sk-circle4 {-webkit-transform: rotate(90deg);    -ms-transform: rotate(90deg);        transform: rotate(90deg);}
.sk-circle .sk-circle5 {-webkit-transform: rotate(120deg);    -ms-transform: rotate(120deg);        transform: rotate(120deg);}
.sk-circle .sk-circle6 {-webkit-transform: rotate(150deg);    -ms-transform: rotate(150deg);        transform: rotate(150deg);}
.sk-circle .sk-circle7 {-webkit-transform: rotate(180deg);    -ms-transform: rotate(180deg);        transform: rotate(180deg);}
.sk-circle .sk-circle8 {-webkit-transform: rotate(210deg);    -ms-transform: rotate(210deg);        transform: rotate(210deg);}
.sk-circle .sk-circle9 {-webkit-transform: rotate(240deg);    -ms-transform: rotate(240deg);        transform: rotate(240deg);}
.sk-circle .sk-circle10 {-webkit-transform: rotate(270deg);    -ms-transform: rotate(270deg);        transform: rotate(270deg);}
.sk-circle .sk-circle11 {-webkit-transform: rotate(300deg);    -ms-transform: rotate(300deg);        transform: rotate(300deg);}
.sk-circle .sk-circle12 {-webkit-transform: rotate(330deg);    -ms-transform: rotate(330deg);        transform: rotate(330deg);}
.sk-circle .sk-circle2:before {-webkit-animation-delay: -1.1s;        animation-delay: -1.1s;}
.sk-circle .sk-circle3:before {-webkit-animation-delay: -1s;        animation-delay: -1s;}
.sk-circle .sk-circle4:before {-webkit-animation-delay: -0.9s;        animation-delay: -0.9s;}
.sk-circle .sk-circle5:before {-webkit-animation-delay: -0.8s;        animation-delay: -0.8s;}
.sk-circle .sk-circle6:before {-webkit-animation-delay: -0.7s;        animation-delay: -0.7s;}
.sk-circle .sk-circle7:before {-webkit-animation-delay: -0.6s;        animation-delay: -0.6s;}
.sk-circle .sk-circle8:before {-webkit-animation-delay: -0.5s;        animation-delay: -0.5s;}
.sk-circle .sk-circle9:before {-webkit-animation-delay: -0.4s;        animation-delay: -0.4s;}
.sk-circle .sk-circle10:before {-webkit-animation-delay: -0.3s;        animation-delay: -0.3s;}
.sk-circle .sk-circle11:before {-webkit-animation-delay: -.8s;        animation-delay: -.8s;}
.sk-circle .sk-circle12:before {-webkit-animation-delay: -0.1s;        animation-delay: -0.1s;}

.form {display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;}

.form input[type="text"],
.form input[type="number"],
.form input[type="email"],
.form select,
.form input[type="password"],
.form textarea {outline: 0; font-weight: 500; background: #00000000; border: solid 2px #ffffff; color: #ffffff!important; padding: 25px 0px; padding-left: 25px; display: block; margin-bottom: 20px; font-size: 14px; transition: all cubic-bezier(0.70, 0, 0.35, 1.10) .4s;}
.form textarea {height: 120px; border-radius: 0 0 0 20px; width: calc(100% - 20px); resize: none;}
.form textarea:focus {outline: 0; outline: none; transition: all cubic-bezier(0.70, 0, 0.35, 1.10) .4s;}
.form select {-webkit-appearance: none; outline: 0; background: url(../svg/ico_arrow.svg) no-repeat right #00000000!important; background-position-x: 90%!important; background-size: 10px!important;}
.form option {outline: 0; font-size: 14px; color: #ffffff; background: #999999;}
.form input::-webkit-input-placeholder {color: #ffffff; transition: all cubic-bezier(0.70, 0, 0.35, 1.10) .4s;}
.form select::-webkit-input-placeholder {color: #ffffff; transition: all cubic-bezier(0.70, 0, 0.35, 1.10) .4s;}
.form textarea::-webkit-input-placeholder {color: #ffffff; transition: all cubic-bezier(0.70, 0, 0.35, 1.10) .4s;}
.form input:focus::-webkit-input-placeholder {color: var(--cor-principal); transition: all cubic-bezier(0.70, 0, 0.35, 1.10) .4s;}
.form select:focus::-webkit-input-placeholder {color: var(--cor-principal); transition: all cubic-bezier(0.70, 0, 0.35, 1.10) .4s;}
.form textarea:focus::-webkit-input-placeholder {color: var(--cor-principal); transition: all cubic-bezier(0.70, 0, 0.35, 1.10) .4s;}
.form .small3 {color: #ffffff;}
.form .last {float:right!important;}

.st-arrow-form path {fill: #999999!important;}

.form .botao-form {display: flex; justify-content: right; width: 100%;}
.form .botao-form .termos {position: relative; display: flex; align-items: center; font-size: 13px; z-index: 1; cursor: pointer; margin-right: 30px;}
.form .botao-form .termos a {text-decoration: underline; color: var(--cor-principal);}
.form .botao-form .termos input {margin-right: 10px; margin-top: 2px; border: none; outline: 0;}
.form .botao-form button.botao {outline: 0; background: #00000000; border: solid 2px #999999; z-index: 2; color: #999999; font-weight: 500; font-size: 16px;} 
.form .botao-form button.botao:hover {background: #333333; color: var(--cor-principal);}
.form .retorno {display: none;}

.box-form {display: flex; flex-wrap: wrap;}
.box-form .primeira {width: calc(25% - 40px);}
.box-form .primeira:last-child {margin-right: 0;}
.box-form .segunda {width: calc(50% - 37px);}
.box-form .primeira:last-child {margin-right: 0;}

.cookie-bar {background:#101010;padding:20px 0px 0;position:fixed;z-index:999999;bottom:0;left:0px;width:100%;}
.cookie-bar .box {float:left;width:calc(100% - 350px);}
.cookie-bar .titulo {color: var(--cor-principal);font-size:22px;margin-bottom:20px;}
.cookie-bar .texto {color: #ffffff;font-size:16px;}
.cookie-bar .texto a {color: var(--cor-principal);}
.cookie-bar .buttons {float:right;width:300px;}
.cookie-bar .buttons li {cursor:pointer;margin-bottom:20px;border:3px solid  var(--cor-principal);border-radius: 50px; font-size:14px; font-weight: 800; text-align:center;padding:8px 0px;transition:all 0.3s cubic-bezier(0.420, 0.000, 0.580, 1.000);}
.cookie-bar .buttons li.aceitar {background: var(--cor-principal); color: #222222;}
.cookie-bar .buttons li.nao-aceitar {color: var(--cor-principal);}
.cookie-bar .buttons li:hover {opacity:0.8;}

.owl-nav {display:none;}

.owl-dots {display: flex; width: 100%; justify-content: center; align-items: center; position: relative; z-index: 10; padding-top: 30px;}
.owl-dots.disabled {display: none!important;}
.owl-dots .owl-dot {margin: 0px 5px; cursor: pointer; width: 100px; height: 4px; border-radius: 20px; border: none; background: #5c5c5c; transition-duration: .8s;}
.owl-dots .owl-dot.active {background: #ffffff; transition-duration: .8s;}  
.owl-dots .owl-dot:hover {background: #ffffff; transition-duration: .8s;}
.owl-stage, .owl-stage-outer, .owl-item {height: 100%;}

.lg-toolbar {background: var(--cor-principal)!important; padding: 10px 0!important;}
.lg-actions .lg-next, .lg-actions .lg-prev {background: var(--cor-principal)!important; padding: 15px!important; border-radius: 100%!important; color: #ffffff!important; font-size: 20px!important;}
.lg-object {border-radius: 8px;}
.lg-toolbar .lg-icon {color: #ffffff!important;}

.linha-topo {position: absolute; left: 0; top: 0; width: 100%; height: 10px; background: var(--cor-principal); z-index: 10;}

.titulo.extra-grande {font-size: 105px; line-height: 95px;}
.titulo.grande {font-size: 80px; line-height: 75px;}
.titulo {font-size: 36px;}
.titulo.pequeno {font-size: 20px;}

.subtitulo {font-size: 14px;}
.subtitulo.grande {font-size: 26px;}

.texto {font-size: 16px; font-weight: 500; line-height: 35px;}

.chamada {font-size: 16px;}
.chamada.grande {font-size: 30px;}

.bold {font-weight: bold;}
.extra-bold {font-weight: 800;}

.botao {display: inline-flex; justify-content: center; padding: 8px 25px; color: #999999; border: solid 2px #999999; border-radius: 50px; font-size: 16px; font-weight: 500; transition: all cubic-bezier(0.70, 0, 0.35, 1.10) .4s;}
.botao svg {height: 18px; width: 18px; margin-right: 10px;}
.botao svg path {fill: #999999; transition: all cubic-bezier(0.70, 0, 0.35, 1.10) .4s;}

.box-carousel {background: #333333;}

.menu-padrao {width: 100%; height: 0; background: url(../imagens/site/bg_menu.jpg) no-repeat center var(--cor-principal); background-position-x: 1920px; overflow: hidden; position: absolute; z-index: 10; top: 0px; left: 0; transition: all cubic-bezier(0.70, 0, 0.35, 1.10) .6s;}
.menu-padrao.active {height: 100vh; transition: all cubic-bezier(0.70, 0, 0.35, 1.10) .6s;}
.menu-padrao.active-bg {background-position-x: 15px; transition: all cubic-bezier(0.70, 0, 0.35, 1.10) .6s;}
.menu-padrao .conteudo {position: relative; height: 100%;}
.menu-padrao .menu {height: 100%; width: 65%; position: relative; left: -200px; opacity: 0; text-align: right; display: flex; flex-direction: column; justify-content: center; align-items: flex-end; z-index: 2; transition: all cubic-bezier(0.70, 0, 0.35, 1.10) .6s;}
.menu-padrao .menu.active {left: 0; opacity: 1; transition: all cubic-bezier(0.70, 0, 0.35, 1.10) .6s;}
.menu-padrao .menu .link {width: fit-content;}
.menu-padrao .menu .link li {font-size: 85px; color: #ffffff; line-height: 80px; margin: 10px 0; font-weight: 800; text-transform: uppercase; display: inline-block; position: relative;}
.menu-padrao .menu .link li::after {content: ""; position: absolute; bottom: 0; right: -20px; background: var(--cor-principal); height: 50%; width: 10%; opacity: 0; z-index: -1; transition: all cubic-bezier(0.70, 0, 0.35, 1.10) .4s;}
.menu-padrao .menu .link:hover li::after {width: calc(100% + 30px); padding-left: 50px; opacity: 1; transition: all cubic-bezier(0.70, 0, 0.35, 1.10) .4s;}
.menu-padrao .endereco {color: #ffffff; font-size: 17px; letter-spacing: 1px; position: absolute; right: -100px; top: 0; opacity: 0; height: 100%; text-align: center; z-index: 1;writing-mode: vertical-rl; transition: all cubic-bezier(0.70, 0, 0.35, 1.10) .6s;}
.menu-padrao .endereco.active {opacity: 1; right: 15px; width: auto; transition: all cubic-bezier(0.70, 0, 0.35, 1.10) .6s;}
.menu-padrao .wpp {color: #ffffff; font-size: 35px; position: absolute; left: -100px; opacity: 0; line-height: 30px; bottom: 20px; display: flex; align-items: center; z-index: 3; transition: all cubic-bezier(0.70, 0, 0.35, 1.10) .6s;}
.menu-padrao .wpp.active {opacity: 1; left: 0; transition: all cubic-bezier(0.70, 0, 0.35, 1.10) .6s;}
.menu-padrao .wpp svg {height: 40px; width: 40px; margin-right: 20px; margin-bottom: 3px;}
.menu-padrao .wpp svg path {fill: #ffffff;}

.box-topo-interno {height: 720px; width: 100%; position: relative; background: url(../imagens/site/box_topo_interno.jpg) no-repeat bottom center;}
.box-topo-interno .sombra {position: absolute; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.747) 0%, rgba(255,255,255,0) 30%); z-index: 1;}
.box-topo-interno .conteudo {width: 100%; position: absolute; bottom: 0; display: flex; justify-content: space-between; align-items: flex-end;}
.box-topo-interno .info {padding-bottom: 80px;}
.box-topo-interno .info .titulo {text-transform: uppercase; color: #ffffff; font-weight: 800; position: relative; left: 100px; opacity: 0; transition-duration: .4s;}
.box-topo-interno .info .titulo.active {left: 0; opacity: 1; transition-duration: .4s;}
.box-topo-interno .info .subtitulo {margin-top: 25px; color: #ffffff; position: relative; left: 100px; opacity: 0; transition-duration: .4s;}
.box-topo-interno .info .subtitulo.active {left: 0; opacity: 1; transition-duration: .4s;}
.box-topo-interno .social {display: flex; justify-content: space-between; align-items: center; padding-bottom: 60px; position: relative; left: -200px; opacity: 0; transition-duration: .4s;}
.box-topo-interno .social.active {left: 0; opacity: 1; transition-duration: .4s;}
.box-topo-interno .social .botao {margin-right: 10px;}
.box-topo-interno .social .botao:hover {color: var(--cor-principal); background: #333333;}
.box-topo-interno .social .link {margin-left: 3px; padding: 7px; border: solid 2px #999999; border-radius: 10px 0; transition: all cubic-bezier(0.70, 0, 0.35, 1.10) .4s;}
.box-topo-interno .social .link:first-child {margin-left: 0;}
.box-topo-interno .social .link:hover {background: #333333; transition: all cubic-bezier(0.70, 0, 0.35, 1.10) .4s;}
.box-topo-interno .social .link li {height: 16px; width: 16px; position: relative; display: block;}
.box-topo-interno .social .link svg {height: 100%; width: 100%;}
.box-topo-interno .social .link svg path {fill: #999999; transition: all cubic-bezier(0.70, 0, 0.35, 1.10) .4s;}
.box-topo-interno .social .link:hover svg path {fill: var(--cor-principal); transition: all cubic-bezier(0.70, 0, 0.35, 1.10) .4s;}

.vantagens .vantagem {cursor: pointer; display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; position: relative; overflow: hidden; height: 360px; background: var(--cor-principal); box-shadow: 0 0 20px 5px #00000000; transition: all cubic-bezier(0.70, 0, 0.35, 1.10) .4s;}
.vantagens .vantagem:hover {transform: scale(0.95); box-shadow: 0 0 15px 5px #fdd92556; transition: all cubic-bezier(0.70, 0, 0.35, 1.10) .4s;}
.vantagens .vantagem::before {content: ""; position: absolute; top: -3px; left: 0; width: 100%; height: 4px; background: #cbae1e; opacity: 0; transition: all cubic-bezier(0.70, 0, 0.35, 1.10) .4s;}
.vantagens .vantagem:hover::before {top: 0; opacity: 1; transition: all cubic-bezier(0.70, 0, 0.35, 1.10) .4s;}
.vantagens .vantagem .titulo {width: 90%;}
.vantagens .vantagem .texto {position: relative; top: 50px; max-height: 0; width: 90%; text-align: center; font-family: 600; line-height: 22px; color: #333333; opacity: 0; overflow: hidden; transition-duration: .8s;}
.vantagens .vantagem:hover .texto {opacity: 1; max-height: 200px; top: 0; margin-top: 20px; transition-duration: .8s;}
.vantagens .vantagem .icone {height: 75px; width: 75px; position: relative; margin-bottom: 30px;}
.vantagens .vantagem .icone svg {height: 100%; width: 100%; display: block;}
.vantagens .vantagem .icone svg path {fill: #222222!important;}
.vantagens .vantagem .icone svg .cls-1 {fill: #222222!important;}
.vantagens .owl-dots {padding-top: 10px;}
.vantagens .owl-stage {padding: 10px 0;}

.especialistas {background: url(../imagens/site/bg_especialistas.jpg) no-repeat center fixed; padding: 200px 0;}
.especialistas .conteudo {display: flex; align-items: center; justify-content: center;}
.especialistas .info {width: 50%;}
.especialistas .info .titulo {color: #ffffff; margin-bottom: 30px;}
.especialistas .info .texto {color: #ffffff; text-align: justify;}
.especialistas .marcas {width: calc(50% - 75px); margin-left: 75px; display: flex; justify-content: space-between;}
.especialistas .marcas .marca {width: 160px; position: relative;}
.especialistas .marcas .marca img {height: 100%; width: 100%; object-fit: contain;}

.revisao {padding: 25px 50px; border-radius: 100px; border: solid 2px #333333; display: flex; align-items: center; flex-direction: column; text-align: center; transition: all cubic-bezier(0.70, 0, 0.35, 1.10) .4s;}
.revisao:hover {background: #333333; transition: all cubic-bezier(0.70, 0, 0.35, 1.10) .4s;}
.revisao .titulo {color: var(--cor-principal)!important; margin-bottom: 20px!important; line-height: 35px;}
.revisao .wpp {font-size: 18px; font-weight: 600; color: #ffffff; display: flex; align-items: center;}
.revisao .wpp svg {width: 20px; height: 20px; margin-right: 15px;}
.revisao .wpp svg path {fill: #ffffff;}

.whatsapp-fixed {position:fixed;bottom:0;right:0;z-index:10;}
.whatsapp-fixed .icone {display: flex; align-items: center; justify-content: center; position:absolute;bottom:20px;right:20px;width:64px;height:64px;border-radius:100%;background:#06d755;cursor:pointer;}
.whatsapp-fixed .icone svg {height: 36px; width: 36px;}
.whatsapp-fixed .modal-whatsapp {position:absolute;right:20px;bottom:100px;background:white;border-radius:12px;overflow:hidden;z-index:3;width:240px;box-shadow:0px 0px 20px rgba(0, 0, 0, 0.3);display:none;}
.whatsapp-fixed .modal-whatsapp .box-titulo {background:#06d755;padding:10px 20px;position:relative;}
.whatsapp-fixed .modal-whatsapp .box-titulo .titulo {font-size:20px;color:white;}
.whatsapp-fixed .modal-whatsapp .box-titulo .close {position:absolute;z-index:2;cursor:pointer;right:20px;top:10px;font-size:20px;font-weight:600;color:white;}
.whatsapp-fixed .modal-whatsapp .box-content {padding:5px 20px;}
.whatsapp-fixed .modal-whatsapp .contato {margin:20px 0px;display:block;}
.whatsapp-fixed .modal-whatsapp .contato .icone-box {display: flex; align-items: center; justify-content: center; width:32px;height:32px;border-radius:100%;background:#06d755;float:left;position:relative;}
.whatsapp-fixed .modal-whatsapp .contato .icone-box svg {height: 20px; width: 20px;}
.whatsapp-fixed .modal-whatsapp .contato .nome {float:right;width:calc(100% - 40px);font-size:16px;font-weight:300;padding-top:5px;}

#content-page {background: #222222;}
#content {margin:0 auto;max-width:1920px; width: 100%;position:relative;z-index:4;background:#222222;-webkit-transition:ease-out all 0.4s;transition:ease-out all 0.4s;}

#header {position: absolute; top: 110px; left: -200px; opacity: 0; width: 100%; z-index: 20; transition-duration: .4s;}
#header.active {left: 0; opacity: 1; transition-duration: .4s;}
#header .conteudo {display: flex; justify-content: space-between; align-items: center; width: 100%; height: 0;}
#header .conteudo .logo {position: relative; width: 160px; padding: 15px 0 15px 40px; display: flex; align-items: center; transition: all cubic-bezier(0.70, 0, 0.35, 1.10) .4s;} 
#header .conteudo .logo:hover {padding-left: 80px; transition: all cubic-bezier(0.70, 0, 0.35, 1.10) .4s;}
#header .conteudo .logo::after {content: ''; z-index: -1; padding-right: 35px; background: #333333; height: 100%; width: 0; position: absolute; left: -35px; transition: all cubic-bezier(0.70, 0, 0.35, 1.10) .4s;}
#header .conteudo .logo:hover::after {width: 100%; left: 0; transition: all cubic-bezier(0.70, 0, 0.35, 1.10) .4s;}
#header .conteudo .logo.active {opacity: 0; transition: all cubic-bezier(0.70, 0, 0.35, 1.10) .4s;} 
#header .conteudo .logo svg {width: 100%; height: 100%;}
#header .conteudo .ico-menu {position: relative; padding: 5px 40px 5px 0; display: flex; align-items: center; transition: all cubic-bezier(0.70, 0, 0.35, 1.10) .4s;}
#header .conteudo .ico-menu:hover {padding-right: 60px; transition: all cubic-bezier(0.70, 0, 0.35, 1.10) .4s;}
#header .conteudo .ico-menu::after {content: ''; z-index: -1; background: #333333; height: 100%; width: 0; position: absolute; right: -35px; transition: all cubic-bezier(0.70, 0, 0.35, 1.10) .4s;}
#header .conteudo .ico-menu:hover::after {width: 100%; padding-left: 5px; right: 0; transition: all cubic-bezier(0.70, 0, 0.35, 1.10) .4s;}
#header .conteudo .ico-menu svg {height: 55px; width: 55px;}
#header .conteudo .ico-menu.open:hover .line {stroke: var(--cor-principal);}

#footer {background: #222222; position: relative; background-size: cover; padding-top: 100px;}
#footer .conteudo {display: flex; flex-direction: column; align-items: center; width: 100%; padding-bottom: 50px;}
#footer .conteudo .logo {position: relative; width: 275px; padding-bottom: 90px;}
#footer .conteudo .logo svg {width: 100%; height: 100%;}
#footer .info {display: flex; justify-content: space-between; width: 100%;}
#footer .info .box-left {display: flex; align-items: center;}
#footer .info .box-menu-lgpd .menu-lgpd {display: flex; justify-content: flex-start;}
#footer .info .box-menu-lgpd .menu-lgpd li {color: #666666; font-size: 12px; transition: all cubic-bezier(0.70, 0, 0.35, 1.10) .4s;}
#footer .info .box-menu-lgpd .menu-lgpd li:hover {color: var(--cor-principal); transition: all cubic-bezier(0.70, 0, 0.35, 1.10) .4s;}
#footer .info .box-menu-lgpd .menu-lgpd a:first-child {margin-right: 40px;}
#footer .info .menu {padding-left: 80px; display: flex; align-items: center;}
#footer .info .menu .link {margin-left: 50px; transition: all cubic-bezier(0.70, 0, 0.35, 1.10) .4s;}
#footer .info .menu .link:first-child {margin-left: 0;}
#footer .info .menu .link li {display: flex; align-items: center; color: #ffffff; font-size: 12px; transition: all cubic-bezier(0.70, 0, 0.35, 1.10) .4s;}
#footer .info .menu .link:hover li {color: var(--cor-principal); transition: all cubic-bezier(0.70, 0, 0.35, 1.10) .4s;}
#footer .info .menu .link li svg {margin-right: 10px; height: 15px; width: 15px; display: block;}
#footer .info .menu .link li svg path {fill: var(--cor-principal);}
#footer .info #egge {background: transparent; height:20px; display:block; overflow: hidden; transform: translate3d(0,0,0); text-align: center; opacity: 1;}
#footer .info #egge svg path {fill: var(--cor-principal);}

#home {width: 100%; height: 100%; overflow: hidden;}
#home .banners {position: relative; height: 100vh; width: 100%; overflow: hidden; -webkit-animation-name: fadeIn; animation-name: fadeIn; z-index: 1; background: #505050;}
#home .banners .lista {height: 100%; width: 100%; object-fit: cover; position: relative; z-index: 2;}
#home .banners .lista .banner {width: 100%; height: 100%;}
#home .banners .lista .banner img {height: 100%; width: 100%; object-fit: cover; display: block; z-index: 1; position: fixed;}
#home .banners .lista .banner .img-banner-mobile {display: none;}
#home .banners .lista .banner .info {position: absolute; height: 100%; width: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; z-index: 3;}
#home .banners .lista .banner .info .titulo {margin: 150px 0 25px; color: #ffffff; text-transform: uppercase; width: 60%; position: relative; left: -100px; opacity: 0; transition-duration: .4s;}
#home .banners .lista .banner .info .titulo.active {left: 0; opacity: 1; transition-duration: .4s;}
#home .banners .lista .banner .info .chamada {width: 80%; color: #ffffff; position: relative; left: -100px; opacity: 0; transition-duration: .4s;}
#home .banners .lista .banner .info .chamada.active {left: 0; opacity: 1; transition-duration: .4s;}
#home .banners .botoes, .sociais {display: flex; align-items: center; padding: 40px; position: absolute; bottom: 0; opacity: 0; z-index: 5;}
#home .banners .botoes {left: -200px; transition-duration: .4s;}
#home .banners .botoes.active {opacity: 1; left: 0; transition-duration: .4s;}
#home .banners .sociais {right: 200px; transition-duration: .4s;}
#home .banners .sociais.active {right: 0; opacity: 1; transition-duration: .4s;}
#home .banners .botoes::after {content: ''; position: absolute; z-index: -1; bottom: 0; left: 0; width: 100%; height: 0px; opacity: 0; background: #ffffff; transition: all cubic-bezier(0.70, 0, 0.35, 1.10) .4s;}
#home .banners .botoes:hover::after {height: 100%; opacity: 1; transition: all cubic-bezier(0.70, 0, 0.35, 1.10) .4s;}
#home .banners .sociais::after {content: ''; position: absolute; z-index: -1; bottom: 0; left: 0; width: 100%; height: 0px; opacity: 0; background: #ffffff; transition: all cubic-bezier(0.70, 0, 0.35, 1.10) .4s;}
#home .banners .sociais:hover::after {height: 100%; opacity: 1; transition: all cubic-bezier(0.70, 0, 0.35, 1.10) .4s;}
#home .banners .botoes .botao:first-child {margin-right: 15px;}
#home .banners .botoes .botao:hover {background: #333333; color: var(--cor-principal); transition: all cubic-bezier(0.70, 0, 0.35, 1.10) .4s;}
#home .banners .botoes .botao:hover svg path {fill: var(--cor-principal); transition: all cubic-bezier(0.70, 0, 0.35, 1.10) .4s;}
#home .banners .sociais .link {margin-left: 3px; padding: 8px; border: solid 2px #999999; border-radius: 10px 0; transition: all cubic-bezier(0.70, 0, 0.35, 1.10) .4s;}
#home .banners .sociais .link:first-child {margin-left: 0;}
#home .banners .sociais .link:hover {background: #333333; transition: all cubic-bezier(0.70, 0, 0.35, 1.10) .4s;}
#home .banners .sociais .link li {height: 18px; width: 18px; position: relative; display: block;}
#home .banners .sociais .link svg {height: 100%; width: 100%;}
#home .banners .sociais .link svg path {fill: #999999; transition: all cubic-bezier(0.70, 0, 0.35, 1.10) .4s;}
#home .banners .sociais .link:hover svg path {fill: var(--cor-principal); transition: all cubic-bezier(0.70, 0, 0.35, 1.10) .4s;}
#home .banners .owl-dots {position: absolute; z-index: 9; bottom: 50px; width: 100%; display: flex; justify-content: center;}

#home .conteudo-vantagens {padding-top: 150px; background: url(../imagens/site/bg_mouve.png) no-repeat center left #222222;}
#home .conteudo-vantagens .conteudo {display: flex; justify-content: space-between; align-items: center;}
#home .conteudo-vantagens .conteudo .info {width: calc(30% - 40px); padding-right: 40px;}
#home .conteudo-vantagens .conteudo .info .titulo {color: #999999; margin-bottom: 30px;}
#home .conteudo-vantagens .conteudo .info .texto {color: #999999; text-align: justify;}
#home .conteudo-vantagens .conteudo .info .chamada {color: #999999; margin-top: 10px;}
#home .conteudo-vantagens .conteudo .vantagens {width: 70%;}
#home .conteudo-vantagens .conteudo .vantagens .owl-stage {padding-left: 5px;}
#home .conteudo-vantagens .conteudo-baixo {padding-top: 75px; width: 100%; display: flex; align-items: center; justify-content: center;}
#home .conteudo-vantagens .conteudo-baixo .especialistas-home {display: flex; flex-direction: column; justify-content: flex-start; width: 100%;}
#home .conteudo-vantagens .conteudo-baixo .especialistas-home .subtitulo {color: #999999; font-weight: 500;}
#home .conteudo-vantagens .conteudo-baixo .especialistas-home .marcas {display: flex; align-items: center; padding-top: 50px;}
#home .conteudo-vantagens .conteudo-baixo .especialistas-home .marcas .marca {width: 50px; position: relative; margin-right: 60px;}
#home .conteudo-vantagens .conteudo-baixo .especialistas-home .marcas .marca img {width: 100%; height: 100%; object-fit: contain; transition: all cubic-bezier(0.70, 0, 0.35, 1.10) .4s;}
#home .conteudo-vantagens .conteudo-baixo .especialistas-home .marcas .marca:hover img {opacity: .5; transition: all cubic-bezier(0.70, 0, 0.35, 1.10) .4s;}
#home .conteudo-vantagens .conteudo-baixo .revisao {position: absolute;}

#sobrenos .sobre {background: url(../imagens/site/bg_mouve.png) no-repeat center left #222222; padding-top: 130px;}
#sobrenos .sobre .conteudo {display: flex; justify-content: space-between; align-items: flex-end;}
#sobrenos .sobre .conteudo .info {width: calc(50% - 10px); margin-right: 10px; display: flex; flex-direction: column; align-items: center;}
#sobrenos .sobre .conteudo .info .titulo {width: 100%; color: #ffffff; margin-bottom: 30px;}
#sobrenos .sobre .conteudo .info .texto {color: #ffffff; text-align: justify;}
#sobrenos .sobre .conteudo .info .revisao {margin-top: 200px;}
#sobrenos .sobre .conteudo .carousel {width: calc(50% - 10px); margin-left: 10px;}
#sobrenos .sobre .conteudo .carousel .box-carousel {height: 600px; position: relative; display: block;}
#sobrenos .sobre .conteudo .carousel .box-carousel img {height: 100%; width: 100%; object-fit: cover; display: block;}

#sobrenos .conteudo-vantagens {display: flex; flex-direction: column; padding-top: 150px; padding-bottom: 130px;}
#sobrenos .conteudo-vantagens .info {padding-bottom: 50px; width: 75%;}
#sobrenos .conteudo-vantagens .info .titulo {color: #ffffff; margin-bottom: 30px;}
#sobrenos .conteudo-vantagens .info .texto {color: #ffffff; text-align: justify;}
#sobrenos .conteudo-vantagens .vantagens .vantagem {height: 420px;}

#servicos .servicos {padding: 150px 0; position: relative; background: url(../imagens/site/bg_mouve.png) no-repeat center left #222222;}
#servicos .servicos::after {content: ""; position: absolute; height: 100%; width: 100%; right: 0; top: 0; background: url(../imagens/site/carro_servicos.png) no-repeat right center;}
#servicos .servicos .lista-servicos {display: flex; flex-direction: column; align-items: center; width: 55%;}
#servicos .servicos .lista-servicos .info {width: 100%;}
#servicos .servicos .lista-servicos .info .titulo {color: #ffffff; margin-bottom: 30px;}
#servicos .servicos .lista-servicos .info .texto {color: #ffffff;}
#servicos .servicos .lista-servicos .lista {display: flex; flex-wrap: wrap; width: 100%; padding-top: 50px;}
#servicos .servicos .lista-servicos .lista .servico {display: flex; align-items: center; width: 40%; margin: 20px 0;}
#servicos .servicos .lista-servicos .lista .servico h3 {font-size: 20px; color: #ffffff; font-weight: 600;}
#servicos .servicos .lista-servicos .lista .servico svg {height: 40px; width: 40px; margin-right: 30px;}
#servicos .servicos .lista-servicos .revisao {margin-top: 120px;}

#servicos .conteudo-vantagens {display: flex; flex-direction: column; padding-bottom: 130px;}
#servicos .conteudo-vantagens .info {padding-bottom: 50px; width: 75%;}
#servicos .conteudo-vantagens .info .titulo {color: #ffffff; margin-bottom: 30px;}
#servicos .conteudo-vantagens .info .texto {color: #ffffff;}
#servicos .conteudo-vantagens .vantagens .vantagem {height: 420px;}

#contato .conteudo-contato {background: url(../imagens/site/bg_mouve.png) no-repeat center left #222222; padding-top: 130px; padding-bottom: 90px;}
#contato .conteudo-contato .conteudo {display: flex; justify-content: space-between; align-items: flex-start;}
#contato .conteudo-contato .conteudo .box-form {width: calc(50% - 10px); margin-right: 10px;}
#contato .conteudo-contato .conteudo .box-form .info {display: flex; flex-direction: column; padding-bottom: 75px;}
#contato .conteudo-contato .conteudo .box-form .info .titulo {color: #ffffff; margin-bottom: 30px;}
#contato .conteudo-contato .conteudo .box-form .info .menu {display: flex; align-items: center;}
#contato .conteudo-contato .conteudo .box-form .info .menu a:first-child {margin-right: 70px;}
#contato .conteudo-contato .conteudo .box-form .info .menu li {display: flex; align-items: center; color: #ffffff; font-size: 16px;}
#contato .conteudo-contato .conteudo .box-form .info .menu li svg {height: 20px; width: 20px; margin-right: 10px;}
#contato .conteudo-contato .conteudo .box-form .info .menu li svg path {fill: var(--cor-principal);}
#contato .conteudo-contato .conteudo .box-mapa {width: calc(50% - 10px); margin-left: 10px;}
#contato .conteudo-contato .conteudo .box-mapa .info {display: flex; flex-direction: column; padding-bottom: 55px; margin-left: 30px;}
#contato .conteudo-contato .conteudo .box-mapa .info .titulo {color: #ffffff; margin-bottom: 30px;}
#contato .conteudo-contato .conteudo .box-mapa .info .endereco {display: flex; align-items: center;}
#contato .conteudo-contato .conteudo .box-mapa .info .endereco .texto {color: #ffffff; font-size: 16px; line-height: normal; display: flex; align-items: center;}
#contato .conteudo-contato .conteudo .box-mapa .info .endereco svg {height: 20px; margin-right: 5px;}
#contato .conteudo-contato .conteudo .box-mapa .info .endereco svg path {fill: var(--cor-principal);}
#contato .conteudo-contato .conteudo .box-mapa .info .botao {margin-left: 20px;}
#contato .conteudo-contato .conteudo .box-mapa .info .botao:hover {background: #333333; color: var(--cor-principal);}
#contato .conteudo-contato .conteudo .box-mapa .mapa {height: 360px;}

#contato .box-revisao {display: flex; align-items: center; justify-content: center;}

#politica-de-privacidade {display: block;}
#politica-de-privacidade .conteudo-politica {padding: 100px 0 0; display: flex; flex-direction: column;}
#politica-de-privacidade .conteudo-politica .texto {color: #ffffff;}

#politica-de-cookies {display: block;}
#politica-de-cookies .conteudo-politica {padding: 100px 0 0; display: flex; flex-direction: column;}
#politica-de-cookies .conteudo-politica .texto {color: #ffffff;}

#erro404 {background: url(../imagens/site/404.jpg) no-repeat center top;}
#erro404 .conteudo {width: 100%; height: 90vh; display: flex; align-items: center; justify-content: center; flex-direction: column; padding-top: 150px;}
#erro404 .conteudo .chamada {color: #ffffff; margin-top: 50px;}
#erro404 .conteudo .botao {color: #ffffff; border: solid 2px #ffffff; cursor: pointer; margin-top: 30px; transition: all cubic-bezier(0.70, 0, 0.35, 1.10) .4s;}
#erro404 .conteudo .botao:hover {background: #333333; border: solid 2px #666666; color: var(--cor-principal); transition: all cubic-bezier(0.70, 0, 0.35, 1.10) .4s;}
#erro404 .conteudo .revisao {margin-top: 100px;}