html {background:#fff;}
body {font-size:14px;color:#000;font-family:'Montserrat';font-weight: 300;}
html,
body {height:100%;}

html.active {overflow: hidden;}

* {-webkit-font-smoothing: antialiased;}

i, em {font-style:italic;}

a {color:#000;}

a {text-decoration:none;cursor:pointer;}
a:hover {text-decoration:none;}

strong, b {font-weight:bold;}
input[type="reset"], input[type="submit"], button {cursor:pointer;}

::-webkit-input-placeholder {color:#fff;}
::-moz-placeholder {color:#fff;}
:-ms-input-placeholder {color:#fff;}
input:-moz-placeholder {color:#fff;}

select {
  -ms-box-sizing:content-box;
  -moz-box-sizing:content-box;
  -webkit-box-sizing:content-box;
  box-sizing:content-box;
}

select::-ms-expand {
  display: none;
}

::selection {
  background: #999;
  color: #fff;
}
::-moz-selection {
  background: #999;
  color: #fff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  background:transparent !important;
}

form * {outline:0;}

form .error,
form .success {font-size:16px;margin-bottom: 15px;}
form .success {color: #0080007d;background: #e4f1d4;padding: 20px;border-radius: 4px;border: solid 2px #0080001f;font-weight: 600;}
form .error {color: #8000007d;background: #f1d4d4;padding: 20px;border-radius: 4px;border: solid 2px #8000001f;font-weight: 600;}
form .retorno {width: 100%;}

.clear {clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0;}
.last {margin-right:0px !important;}
.not-found {font-size:16px;margin:0px 0px 0px 20px;}

.wrapper {max-width:1420px;position:relative;z-index:1;left:50%;transform:translateX(-50%);width:calc(100% - 40px);}

.texto {line-height:150%;}
.texto p {margin-bottom:16px;}
.texto img {display:table;margin:0 auto;max-width:100%;}

.loading-full {position:fixed;z-index:99;top:0;bottom:0;left:0;right:0;background:#2234637a;display:none;}

.sk-circle {
  width: 40px;
  height: 40px;
  position: fixed;
  z-index: 99;
  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: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s 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: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.lg-autoplay-button {
    display: none;
}

#lg-counter, .lg-toolbar .lg-icon {
    color: #fff!important;
}

.lg-object {
    border-radius: 4px;
}

.lg-toolbar {
    background-color: #222!important;
}

.lg-backdrop {
    background-color: #999999!important;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
    background-color: #222!important;
    border-radius: 40px!important;
    color: #fff!important;
    padding: 20px 20px 20px!important;
}

#content {position:relative;width:100%;max-width:1920px;margin:0 auto;background:#fff;overflow: hidden;}

#content-page {}

.titulo.size1 {font-size: 60px;}
.titulo.size2 {font-size: 48px;}
.titulo.size3 {font-size: 36px;}
.titulo.size4 {font-size: 24px;}
.titulo.size5 {font-size: 20px;}
.titulo b {font-weight: 800;}

.subtitulo {font-size: 18px; font-weight: 600;}
.subtitulo.size2 {font-size: 24px;}

.texto {font-size: 14px; font-weight: 500; line-height: 120%;}
.texto.size2 {font-size: 16px;}

.semibold {font-weight: 500;}
.bold {font-weight: 600;}
.extrabold {font-weight: 700;}

.upp {text-transform: uppercase;}
.justf {text-align: justify;}

.branco {color: #fff;}
.cinza {color: #999;}
.verde {color: #dbff00;}

.botao {height: 40px; padding: 0 26px; border-radius: 50px; background: #f1f1f1; border: solid 2px #f1f1f1; color: #000; font-size: 12px; font-weight: 700; position: relative; box-sizing: border-box; display: flex; align-items: center; width: fit-content; text-transform: uppercase; cursor: pointer; transition-duration: .2s;}
.botao:hover {background: #000; border-color: #000; color: #f1f1f1; transition-duration: .2s;}
.botao svg {margin-left: 15px; width: 5px; height: fit-content;}
.botao svg path {fill: #000; transition-duration: .2s;}
.botao:hover svg path {fill: #fff; transition-duration: .2s;}
.botao.branco {background: #0000; border-color: #fff; color: #fff; transition-duration: .2s;}
.botao.branco:hover {background: #fff; color: #000; transition-duration: .2s;}
.botao.branco svg path {fill: #fff; transition-duration: .2s;}
.botao.branco:hover svg path {fill: #000; transition-duration: .2s;}
.botao.verde {background: #dbff00; border-color: #000; color: #000; transition-duration: .2s;}
.botao.verde:hover {color: #dbff00; border-color: #dbff00; background: #000; transition-duration: .2s;}
.botao.verde svg path {fill: #000; transition-duration: .2s;}
.botao.verde:hover svg path {fill: #dbff00; transition-duration: .2s;}
.botao.grande {height: 45px; padding: 0 35px; font-size: 14px;}
.botao.grande svg {width: 7px;}
.botao.mini {height: 38px; padding: 0 25px; font-size: 10px;}
.botao.mini svg {margin-left: 10px;}

.owl-dots {display: flex; align-items: center; justify-content: center; margin-top: 50px;}
.owl-dots .owl-dot {position: relative; height: 13px; width: 13px; border: solid 1px #fff0; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 5px; transition-duration: .2s;}
.owl-dots .owl-dot:hover {border: solid 1px #dbff00; transition-duration: .2s;}
.owl-dots .owl-dot.active {border: solid 1px #dbff00; transition-duration: .2s;}
.owl-dots .owl-dot::before {content: ""; position: absolute; z-index: 2; background: #fff; height: 9px; width: 9px; border-radius: 50%; transition-duration: .2s;}
.owl-dots .owl-dot:hover::before {background: #dbff00; transition-duration: .2s;}
.owl-dots .owl-dot.active::before {background: #dbff00; transition-duration: .2s;}

.owl-nav {display: flex; align-items: center; justify-content: space-between; position: absolute; z-index: -1; top: 0; height: 100%; width: calc(100% + 100px); left:50%; transform:translateX(-50%);}
.owl-nav .owl-prev {font-size: 0; background: url(../svg/ico_arrow_left.svg) no-repeat; height: 23px; width: 13px;}
.owl-nav .owl-next {font-size: 0; background: url(../svg/ico_arrow_right.svg) no-repeat; height: 23px; width: 13px;}

#erro .erro {display: flex; flex-direction: column; align-items: center; padding: 50px 0 150px;}
#erro .erro .titulo {max-width: 550px; text-align: center;}
#erro .erro .botao {margin-top: 45px;}

.ico-menu {display: none; flex-direction: column; position: relative; cursor: pointer; width: fit-content; justify-content: center; position: absolute; z-index: 11; right: 10px; top: 50px;}
.ico-menu .linha {width: 26px; height: 3px; background: #dbff00; margin-top: 6px;}
.ico-menu .linha:first-child {margin-top: 0;}
.ico-menu .linha:nth-child(2) {width: 20px; left: 0; position: relative; transition-duration: .2s;}
.ico-menu:hover .linha:nth-child(2) {left: calc(100% - 20px); transition-duration: .2s;}
.ico-menu.active .linha:nth-child(2) {left: calc(100% - 20px); transition-duration: .2s;}

.cookie-bar {position:fixed;z-index:999999;bottom:0;left:0px;width:100%;}
.cookie-bar .conteudo {display: flex;background: #f1f1f1;padding: 30px 30px 0px;margin-bottom: 30px;}
.cookie-bar .icone {margin-right: 20px;}
.cookie-bar .icone svg {width: 40px; height: 40px;}
.cookie-bar .icone svg path {fill: #c8c5a6;}
.cookie-bar .box {float:left;width: calc(100% - 380px);margin-right: 20px;}
.cookie-bar .titulo {color:#000;font-size:18px;margin-bottom:10px;font-weight:500;}
.cookie-bar .texto {color:#000;font-size:14px;}
.cookie-bar .texto a {text-decoration:underline;color:#fff;}
.cookie-bar .buttons {float:right;width:300px;}
.cookie-bar .buttons li {margin-bottom:15px; width: 100%; font-size: 14px; justify-content: center;}
.cookie-bar .buttons li:last-child {margin-bottom:30px;}

.menu-mobile {position: absolute; display: flex; flex-direction: column; overflow: auto; background: #000; z-index: 10; left: calc(100% + 100px); width: 100%; height: 100vh; padding: 30px 0; transition-duration: .2s;}
.menu-mobile.active {left: 0;}
.menu-mobile .logo svg {width: 220px; height: fit-content;}
.menu-mobile .logo svg path {fill: #dbff00;}
.menu-mobile .menu {padding-top: 35px; display: flex; flex-direction: column;}
.menu-mobile .menu li {margin-bottom: 20px;}
.menu-mobile .menu li:last-child {margin-bottom: 0;}
.menu-mobile .link {display: flex; align-items: center; cursor: pointer; font-size: 18px;}
.menu-mobile .link svg {margin-left: 50px; width: 12px; height: fit-content; transition-duration: .4s;}
.menu-mobile .link.active svg {transform: rotate(180deg); transition-duration: .4s;}
.menu-mobile .link svg path {fill: #fff;}
.menu-mobile .menu-especializacoes-mob {display: flex; flex-direction: column; padding: 0 10px; background: #dbff00; border-radius: 10px; max-height: 0; overflow: hidden; transition-duration: .4s;}
.menu-mobile .menu-especializacoes-mob.active {padding: 15px 10px 20px; max-height: 500px; margin-top: 5px; transition-duration: .4s;}
.menu-mobile .menu-especializacoes-mob li {margin-bottom: 10px;}
.menu-mobile .link-produto {font-size: 18px;}
.menu-mobile .social {padding-top: 35px;}
.menu-mobile .social a {background: #dbff00;}
.menu-mobile .social a svg path {fill: #000;}

.modal {position: fixed; height: 0; width: 100%; top: -100%; z-index: 99; opacity: 0; display: flex; align-items: center; justify-content: center; transition-duration: .2s;}
.modal .bg {position: absolute; height: 100%; width: 100%; background: #96b9ffb5; z-index: 1;}
.modal.active {opacity: 1; top: 0; height: 100vh; transition-duration: .2s;}
.modal .conteudo {width: 35%; padding: 35px 40px; border-radius: 20px; background: #333; position: relative; z-index: 2;}
.modal .conteudo .close {height: 30px; width: 30px; right: 5px; top: 5px; box-shadow: 0 0 0 1px #e2e2e2; border-radius: 12px; position: absolute; display: flex; align-items: center; justify-content: center; cursor: pointer; transition-duration: .2s;}
.modal .conteudo .close:hover {background: #ff4747; transition-duration: .2s;} 
.modal .conteudo .close svg {height: 9px; width: 9px; transition-duration: .2s;}
.modal .conteudo .close:hover svg {transform: scale(1.5); transition-duration: .2s;}
.modal .conteudo .close svg path {fill: #b7b7b7; transition-duration: .2s;}
.modal .conteudo .close:hover svg path {fill: #ffffff; transition-duration: .2s;}
.modal .conteudo .titulo {margin-bottom: 15px;}
.modal .conteudo form {display: flex; flex-direction: column; align-items: center; width: 100%; padding-top: 30px;}
.modal .conteudo form .label {color: #fff; transition-duration: .2s;}
.modal .conteudo form input {color: #fff;}

.social {display: flex; align-items: center;}
.social li {margin-left: 10px;}
.social li:first-child {margin-left: 0;}
.social a {display: flex; justify-content: center; align-items: center; position: relative; box-sizing: border-box; height: 32px; width: 32px; border-radius: 50%; background: #000; transition-duration: .2s;}
.social a:hover {background: #dbff00; transition-duration: .2s;}
.social a svg {height: 16px; width: 16px; transition-duration: .2s;}
.social a.ytb svg {height: 12px; width: fit-content;}
.social a.pin svg {height: 18px; width: fit-content;}
.social a svg path {fill: #dbff00; transition-duration: .2s;}
.social a:hover svg path {fill: #000; transition-duration: .2s;}

.whatsapp {position: fixed; bottom: 50px; right: 20px; z-index: 9; height: 65px; width: 65px; border-radius: 50%; background: #dbff00; display: flex; align-items: center; justify-content: center; transition-duration: .2s;}
.whatsapp:hover {background: #dbff00; transition-duration: .2s;}
.whatsapp svg {height: auto; width: 35px;}
.whatsapp svg path {fill:#000 !important;}

form {display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%;}
form .box {display: flex; position: relative; box-sizing: border-box; overflow: hidden; border: none; margin-bottom: 20px; height: 60px; border-radius: 50px; background: #fff; transition-duration: .2s;}
form .box.focus {background: #dbff00; transition-duration: .2s;}
form .small4 {width: calc(25% - 10px);}
form .small2 {width: calc(50% - 10px);}
form .small {width: 100%;}
form .small.mensagem {height: 240px; border-radius: 30px;}
form .box .label {font-size: 14px; position: absolute; top: 50%; transform: translateY(-50%); left: 25px; font-weight: 600; color: #000; transition-duration: .2s;}
form .box.focus .label {font-size: 12px; top: 8px; transform: none; transition-duration: .2s;}
form .box.mensagem .label {top: 20px; transform: none;}
form .box.focus.mensagem .label {top: 10px; transform: none;}
form .box.focus.pequeno .label {top: 10px; transform: none;}
form .box.focus.pequeno input {font-size: 15px;}
form input[type="text"],
form input[type="email"],
form input[type="phone"],
form input[type="password"],
form input[type="search"],
form textarea,
form select {outline: 0; height: 100%; width: 100%; padding: 0 0 0 25px; font-size: 14px; background: #fff0; color: #000; border: solid 2px #000; border-radius: 50px; font-weight: 600; box-sizing: border-box; transition-duration: .2s;}
form select {background: url(../svg/ico_arrow_form.svg) no-repeat right!important; background-position-x: 95%!important; background-size: 10px!important; -webkit-appearance: none;}
form select option {font-size: 16px;}
form textarea {resize: none; padding-top: 20px; border-radius: 30px;}
form .box-botao {width: 100%; display: flex; align-items: center; justify-content: flex-end; box-sizing: border-box;}
form .box-botao .termos {display: flex; align-items: center; font-size: 14px; font-weight: 600; color: #3f362b; margin-right: 35px;}
form .box-botao .termos a {font-size: 14px; text-decoration: underline; margin-left: 5px; transition-duration: .2s;}
form .box-botao .termos a:hover {color: #dbff00; transition-duration: .2s;}
form .box-botao .termos input {margin-right: 10px;}
form button {outline: 0; border: none; background: none;}

.especializacoes {position: relative; padding-bottom: 65px;}
.especializacoes .bg {display: flex; align-items: flex-end; position: absolute; left: 0; bottom: 0;}
.info-especializacoes {padding: 100px 0 75px 40px; box-sizing: border-box; display: flex; justify-content: space-between;}
.info-especializacoes .titulo {max-width: 360px;}
.info-especializacoes .botao {padding-top: 0;}
.especializacao {display: flex; flex-direction: column; position: relative; overflow: hidden; height: 755px; border-radius: 30px; background: #000;}
.especializacao::after {content: ""; position: absolute; z-index: 1; left: 0; bottom: 0; width: 100%; height: 100%; background: linear-gradient(360deg, rgba(0,0,0,0.6026785714285714) 0%, rgba(0,0,0,0) 40%);}
.especializacao img {height: 100%; width: 100%; object-fit: cover; transition-duration: .2s;}
.especializacao:hover img {opacity: .7; transform: scale(1.05); transition-duration: .2s;}
.especializacao .info {position: absolute; z-index: 2; left: 40px; bottom: 40px;}
.especializacao .colecao {margin: 5px 0 25px;}
.especializacao .categoria {display: flex; align-items: center; box-sizing: border-box; width: fit-content; border-radius: 50px; padding: 0 18px; height: 28px; font-size: 14px; background: #fff;}
.especializacoes .owl-dots .owl-dot::before {background: #000; transition-duration: .2s;}
.especializacoes .owl-dots .owl-dot:hover::before {background: #dbff00; transition-duration: .2s;}
.especializacoes .owl-dots .owl-dot.active::before {background: #dbff00; transition-duration: .2s;}

.lista-vantagens .owl-stage {height: 330px; display: flex; align-items: center;}
.vantagem {padding: 55px 40px 0; border-radius: 30px; border: solid 1px #333; height: 275px; box-shadow: -2px 2px 10px 3px #ddff0000; background: #000; display: flex; flex-direction: column; box-sizing: border-box; position: relative; cursor: pointer; transition-duration: .2s;}
.vantagem:hover {background: #dbff00; border-color: #fff; box-shadow: -2px 2px 10px 3px #ddff0047; padding-top: 75px; height: 310px; transition-duration: .2s;}
.vantagem::after {content: ""; box-sizing: border-box; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #0000; border: solid 8px #fff; border-radius: 30px; opacity: 0; transition-duration: .2s;}
.vantagem:hover::after {opacity: 1; transition-duration: .2s;}
.vantagem .titulo {margin-bottom: 45px; width: 90%; transition-duration: .2s;}
.vantagem:hover .titulo {color: #000; transition-duration: .2s;}
.vantagem .texto {transition-duration: .8s;}
.vantagem:hover .texto {color: #000; transition-duration: .2s;}

.videos {position: relative; overflow: hidden; border-radius: 30px;}
.videos .owl-dots {position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); margin-top: 0;}
.videos .owl-dots .owl-dot.active {border-color: #fff; transition-duration: .2s;}
.videos .owl-dots .owl-dot:hover {border-color: #fff; transition-duration: .2s;}
.videos .owl-dots .owl-dot::before {background: #fff; transition-duration: .2s;}
.videos .owl-dots .owl-dot:hover::before {background: #fff; transition-duration: .2s;}
.videos .owl-dots .owl-dot.active::before {background: #fff; transition-duration: .2s;}
.video {display: flex; align-items: center; justify-content: center; overflow: hidden; position: relative; width: 100%; height: 700px; background: #000;}
.video img {height: 100%; width: 100%; opacity: .6; object-fit: cover; transition-duration: .2s;}
.video:hover img {transform: scale(1.1); opacity: .5; transition-duration: .2s;}
.video svg {position: absolute; width: auto; height: 90px; border-radius: 50%;}

.slogan {margin-top: 60px; height: 125px; position: relative; background: url(../imagens/site/slogan.jpg);}
.slogan .lista {display: -webkit-box; display: flex; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; transform: translateZ(0); backface-visibility: hidden; -webkit-backface-visibility: hidden; position: absolute; top: 0; white-space: nowrap; will-change: transform; animation: marquee-horizontal 16s linear infinite;}
.slogan .lista svg {height: 125px; width: fit-content;}
@keyframes marquee-horizontal {
  from {transform: translateX(0)}
  to {transform: translateX(-50%)}
}

.voltar-geral {cursor: pointer; position: fixed; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; opacity: 0; z-index: 99; top: -80px; left: 20px; transition-duration: .2s;}
.voltar-geral.active {opacity: 1; top: -2px; transition-duration: .2s;}
.voltar-geral svg {width: 60px; height: 77px;}
.voltar-geral .logo {position: absolute; bottom: 8px;}
.voltar-geral .logo svg {width: 50px; height: 21px;}
.voltar-geral .logo svg path {fill: #dbff00;}

.box-topo-interno {position: relative; height: 520px; margin-bottom: 100px; background: url(../imagens/site/box_topo.jpg) no-repeat left #000;}
.box-topo-interno::after {content: ""; position: absolute; left: 50%; transform: translateX(-50%); top: 100%; width: 50%; max-width: 580px; height: 20px; border-radius: 0 0 20px 20px; background: #d8d8d8;}
.box-topo-interno .wrapper {height: 100%;}
.box-topo-interno .titulo {position: absolute; text-align: center; bottom: 13vh; width: 100%;}

#header {position: absolute; z-index: 9; width: 100%; padding-top: 30px;}
#header::before {content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 350px; background: linear-gradient(180deg, rgba(0,0,0,0.7147233893557423) 0%, rgba(0,0,0,0) 50%);}
#header .wrapper {z-index: 3; height: 100%;}
#header .conteudo {display: flex; align-items: center; justify-content: space-between; height: 100%;}
#header .logo {width: 195px; height: fit-content; display: flex; position: relative;}
#header .logo svg {width: 100%; height: 100%; object-fit: contain;}
#header .menu {display: flex; align-items: center; flex: 1; padding-left: 80px;}
#header .menu li {margin-right: 50px;}
#header .menu li:last-child {margin-right: 0;}
#header .menu .link {position: relative; cursor: pointer; display: flex; align-items: center; bottom: 0; font-size: 12px; padding: 0 20px; height: 30px; border-radius: 50px; transition-duration: .2s;}
#header .menu .link:hover {background: #dbff00; color: #000; transition-duration: .2s;}
#header .menu .link.active {background: #dbff00; color: #000; transition-duration: .2s;}
#header .menu .link svg {margin-left: 20px; height: 5px; width: 8px;}
#header .menu .link svg path {fill: #dbff00; transition-duration: .2s;}
#header .menu .link:hover svg path {fill: #000; transition-duration: .2s;}
#header .menu .link.active svg path {fill: #000; transition-duration: .2s;}
#header .box-menu-especializacoes {position: relative;}
#header .menu-especializacoes {overflow: hidden; position: absolute; left: 0; top: 0; background: #222; width: 100%; height: 0; transition-duration: .2s;}
#header .menu-especializacoes.active {height: 100vh; transition-duration: .2s;}
#header .menu-especializacoes .especializacoes {padding: 0; background: #222; height: 0; opacity: 0; overflow: hidden; transition-duration: .2s;}
#header .menu-especializacoes.active .especializacoes {height: 100%; padding: 250px 0 60px; opacity: 1; transition-duration: .2s;} 
#header .menu-especializacoes .especializacoes .conteudo {height: auto;}
#header .menu-especializacoes .especializacoes .bg {display: none;}
#header .menu-especializacoes .especializacoes .owl-stage {background: #222;}
#header .menu-especializacoes .especializacao {height: 520px;}
#header .menu-especializacoes .info-especializacoes {display: none;}
#header .orcamento {position: absolute; right: 0; top: calc(100% + 20px);}

#footer {background: #000; position: relative;}
#footer .conteudo {display: flex; justify-content: space-between; align-items: flex-start; padding: 40px 0 70px;}
#footer .box {display: flex;}
#footer .logo {font-size: 17px; font-weight: 400;}
#footer .logo svg {width: 180px; height: fit-content;}
#footer .logo svg path {fill: #dbff00;}
#footer .itens {padding-left: 215px; display: flex; flex-direction: column;}
#footer .item {font-size: 12px; margin-bottom: 12px;}
#footer .item:last-child {margin: 0;}
#footer .itens .botao {margin-top: 10px;}
#footer .social a {background: #fff; transition-duration: .2s;}
#footer .social a:hover {background: #dbff00; transition-duration: .2s;}
#footer .social a svg path {fill: #000; transition-duration: .2s;}
#footer .politicas {display: flex; justify-content: space-between; align-items: center; padding-bottom: 20px;}
#footer .menu {display: flex;}
#footer .menu li:first-child {margin-right: 30px;}
#footer .menu .link {font-size: 10px; transition-duration: .2s;}
#footer .menu .link:hover {color: #dbff00; transition-duration: .2s;}

#home .banners {max-height: 950px; height: 100vh; width: 100%; display: block; position: relative; background: #000;}
#home .banner {max-height: 950px; height: 100vh; width: 100%; position: relative; display: block;}
#home .banner img {height: 100%; width: 100%; object-fit: cover;}
#home .banner .img-banner-mobile {display: none;}
#home .banner .wrapper {height: 100%; position: absolute; top: 0; z-index: 5;}
#home .banner .info {position: absolute; z-index: 3; left: 0%; bottom: 20vh; width: 100%; max-width: 620px; display: flex; flex-direction: column; align-items: flex-start; transition-duration: 1s;}
#home .banner .botao {margin-top: 50px;}
#home .banners .owl-dots {position: absolute; bottom: 70px; max-width: 1420px; left: 50%; transform: translateX(-50%); width: calc(100% - 40px); z-index: 5; margin-top: 0; justify-content: flex-start;}
#home .especializacoes::before {content: ""; position: absolute; left: 50%; transform: translateX(-50%); top: 0; width: 50%; max-width: 580px; height: 20px; border-radius: 0 0 20px 20px; background: #dbff00;}
#home .vantagens {height: 805px; padding-top: 160px; box-sizing: border-box; background: url(../imagens/site/bg_vantagens.jpg) no-repeat fixed 50%; position: relative; overflow: hidden;} 
#home .vantagens .bg {position: absolute; right: 0; bottom: -10px; width: 100%;}
#home .vantagens .bg::after {content: ""; position: absolute; right: 0; bottom: 0; height: 20px; width: 20px; background: #fff;}
#home .vantagens .bg img {width: 100%; height: fit-content;}
#home .videos {position: relative; top: 135px;}
#home .guegoo {padding: 250px 0 135px; background: #222;}
#home .guegoo .conteudo {width: 100%; max-width: 1140px; margin: 0 auto;}
#home .guegoo .titulo {margin-bottom: 75px;}
#home .guegoo .texto {columns: 2; line-height: 20px;}

#sobre-nos .sobre {position: relative;}
#sobre-nos .sobre .bg {position: absolute; right: 0; top: -50px;}
#sobre-nos .sobre .info {width: 100%; padding-bottom: 90px;}
#sobre-nos .sobre .info .titulo {margin-bottom: 75px;}
#sobre-nos .sobre .info .texto {columns: 2;}
#sobre-nos .vantagem {background: #fff; border: solid 2px #f5f5f5;}
#sobre-nos .vantagem:hover {background: #dbff00; border-color: #fff;}
#sobre-nos .vantagem .titulo {color: #000;}
#sobre-nos .vantagem .texto {color: #000;}
#sobre-nos .lista-vantagens .owl-dots .owl-dot::before {background: #000; transition-duration: .2s;}
#sobre-nos .lista-vantagens .owl-dots .owl-dot:hover::before {background: #dbff00; transition-duration: .2s;}
#sobre-nos .lista-vantagens .owl-dots .owl-dot.active::before {background: #dbff00; transition-duration: .2s;}
#sobre-nos .box-video {position: relative; padding-bottom: 115px; margin-top: 150px;}
#sobre-nos .box-video::before {content: ""; position: absolute; z-index: 1; left: 0; bottom: 0; width: 100%; height: calc(100% - 140px); background: #000;}
#sobre-nos .box-video .bg {position: absolute; z-index: 2; right: 0; bottom: 25px; width: 100%;}
#sobre-nos .box-video .bg img {width: 100%; max-width: 1920px; height: fit-content;}
#sobre-nos .box-video .wrapper {z-index: 3;}
#sobre-nos .box-video .titulo {font-size: 70px; margin: 50px auto 0; width: fit-content;}
#sobre-nos .especializacoes .bg {display: none;}

#especializacao .lista {display: flex; flex-wrap: wrap; padding-bottom: 90px;}
#especializacao .especializacao {width: calc(50% - 10px); margin: 10px 0;}
#especializacao .especializacao:nth-child(odd) {margin-right: 20px;}

#produto .sobre {position: relative;}
#produto .sobre .bg {position: absolute; right: 0; top: -50px;}
#produto .sobre .info {width: 100%; padding-bottom: 90px; position: relative;}
#produto .sobre .titulo {margin-bottom: 75px;}
#produto .sobre .texto {columns: 2; transition-duration: .2s;}
#produto .sobre .leia-mais {display: none; margin-top: 15px;}
#produto .sobre .leia-menos {display: none; transition-duration: .2s;}
#produto .galeria {columns: 280px; padding-bottom: 120px;}
#produto .box-galeria {position: relative; display: flex; overflow: hidden; cursor: pointer; overflow: hidden; background: #000; border-radius: 30px; margin-bottom: 20px;}
#produto .box-galeria img {width: 100%; transition-duration: .2s;}
#produto .box-galeria:hover img {opacity: .6; transition-duration: .2s;}

#contato .box-form {position: relative;}
#contato .box-form .bg {position: absolute; right: 0; top: -50px;}
#contato .info {width: 100%;}
#contato .info .texto {margin-top: 75px; columns: 2;}
#contato .links {display: flex; flex-wrap: wrap; width: 50%; margin-top: 85px;}
#contato .link {cursor: pointer; display: flex; align-items: center; width: 50%; margin-bottom: 10px; font-size: 14px; font-weight: 600; transition-duration: .2s;}
#contato .link:hover {opacity: .3; transition-duration: .2s;}
#contato .link svg {height: 22px; width: 22px; margin-right: 15px;}
#contato .link svg path {fill: #000; transition-duration: .2s;}
#contato .form {padding-top: 75px;}
#contato .especializacoes .bg {display: none;}
#contato .orcamento {margin-bottom: 100px;}

#politica .conteudo {padding-bottom: 180px;}
#politica .conteudo .titulo {font-weight: 700; margin-bottom: 30px;}

#erro .conteudo {padding: 120px 0; display: flex; flex-direction: column; align-items: center; text-align: center;}
#erro .conteudo svg {width: 240px; height: fit-content;}
#erro .conteudo .titulo {margin: 25px 0 30px; max-width: 550px;}
#erro .box-end {width: 100%; height: 120px; background: #e4e4e3;}