zhtml {background:#fff;}
body {font-size:14px;color:#222;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:#222;}

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);}
.wrapper2 {max-width:1840px;position:relative;z-index:1;left:50%;transform:translateX(-50%);width:calc(100% - 20px);}

.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: #1d252c!important;
}

.lg-backdrop {
    background-color: #082f51!important;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
    background-color: #1d252c!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; box-shadow: 0 0 100px 0 #1e252da6;overflow: hidden;}

#content-page {}

.titulo.size1 {font-size: 70px; line-height: 110%;}
.titulo.size2 {font-size: 45px; line-height: 110%;}
.titulo.size3 {font-size: 35px;}
.titulo.size4 {font-size: 24px;}
.titulo.size5 {font-size: 20px;}

.subtitulo {font-size: 18px; font-weight: 400;}
.subtitulo.size2 {font-size: 24px;}

.texto {font-size: 14px; font-weight: 500; line-height: 130%;}
.texto.size2 {font-size: 16px;}

.thin {font-weight: 100;}
.light {font-weight: 200;}
.semibold {font-weight: 400;}
.bold {font-weight: 500;}

.upp {text-transform: uppercase;}
.justf {text-align: justify;}

.branco {color: #fff;}
.preto {color: #222;}
.bege {color: #cccccc;}
.verde {color: #666;}
.azul {color: #082f51;}
.azul-claro {color: #008dff;}

.botao {color: #fff; padding: 0 20px 0 30px; height: 45px; border-radius: 50px; font-size: 14px; letter-spacing: 1px; font-weight: 500; position: relative; overflow: hidden; box-sizing: border-box; display: flex; align-items: center; width: fit-content;  cursor: pointer; transition-duration: .8s;}
.botao::before {content: ""; position: absolute; z-index: -2; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(-90deg, #008dff 0%, #27477f 80%, #082f51 100%); transition-duration: .8s;}
.botao::after {content: ""; position: absolute; z-index: -1; left: 0; top: 0; width: 0; height: 100%; opacity: 0; background: linear-gradient(90deg,rgba(8, 47, 81, 1) 30%, rgba(255, 255, 255, 0) 100%); transition-duration: .8s;}
.botao:hover::after {width: 100%; opacity: 1; transition-duration: .8s;}
.botao svg {position: relative; z-index: 2; height: 8px; width: 5px; margin: 0 10px 0 20px; transition-duration: .8s;}
.botao:hover svg {margin: 0 0 0 30px; transition-duration: .8s;}
.botao svg path {fill: #fff; transition-duration: .8s;}
.botao.botao-orcamento {padding: 0 30px;}
.botao.botao-orcamento svg {height: 18px; width: 18px; margin: 0 15px 0 0;}
.botao.botao-orcamento:hover svg {margin: 0 15px 0 0;}

.owl-dots {display: flex; align-items: center; justify-content: center; margin-top: 50px;}
.owl-dots .owl-dot {position: relative; box-sizing: border-box; height: 12px; width: 12px; border: solid 2px #041924; border-radius: 50%; margin: 0 7px; transition-duration: .8s;}
.owl-dots .owl-dot:hover {background: #041924; transition-duration: .8s;}
.owl-dots .owl-dot.active {background: #041924; transition-duration: .8s;}

.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; cursor: pointer; width: fit-content; justify-content: center; position: fixed; z-index: 11; right: 15px; top: 55px; transition-duration: .8s;}
.ico-menu.scroll {top: 20px; transition-duration: .8s;}
.ico-menu .linha {width: 26px; height: 3px; background: #fff; 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: .8s;}
.ico-menu:hover .linha:nth-child(2) {left: calc(100% - 20px); transition-duration: .8s;}
.ico-menu.active .linha:nth-child(2) {left: calc(100% - 20px); transition-duration: .8s;}

.cookie-bar {position:fixed;z-index:999999;bottom:0;left:0px;width:100%;}
.cookie-bar .conteudo {display: flex;background: #041924;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: #fff;}
.cookie-bar .box {float:left;width: calc(100% - 380px);margin-right: 20px;}
.cookie-bar .titulo {color:#fff;font-size:18px;margin-bottom:10px;font-weight:500;}
.cookie-bar .texto {color:#fff;font-size:14px;}
.cookie-bar .texto a {text-decoration:underline;color:#fff;}
.cookie-bar .buttons {float:right;width:300px;}
.cookie-bar .buttons .botao {margin-bottom:15px; width: 100%; font-size: 14px; border-radius: 50px; background: #008dff; justify-content: center; position: relative; transition-duration: .8s;}
.cookie-bar .buttons .botao::before {display: none;}
.cookie-bar .buttons .botao::after {display: none;}
.cookie-bar .buttons .botao:hover {opacity: .6; transition-duration: .8s;}
.cookie-bar .buttons .botao:last-child {margin-bottom:30px;}

.menu-mobile {position: fixed; display: flex; flex-direction: column; overflow: auto; background: #082f51; z-index: 10; left: calc(100% + 100px); width: 100%; height: 100vh; padding-top: 30px; transition-duration: .8s;}
.menu-mobile.active {left: 0;}
.menu-mobile .logo svg {width: 160px;}
.menu-mobile .menu {padding-top: 40px; display: flex; flex-direction: column;}
.menu-mobile .menu li {margin-bottom: 25px;}
.menu-mobile .menu li:last-child {margin-bottom: 0;}
.menu-mobile .link {display: flex; align-items: center; cursor: pointer; font-size: 20px;}
.menu-mobile .link svg {margin-left: 50px; width: 12px; height: fit-content; transition-duration: 1s;}
.menu-mobile .link.active svg {transform: rotate(180deg); transition-duration: 1s;}
.menu-mobile .link svg path {fill: #cccccc;}
.menu-mobile .menu-produtos-mob {display: flex; flex-direction: column; padding: 0 10px; background: #cccccc; border-radius: 10px; max-height: 0; overflow: hidden; transition-duration: 1s;}
.menu-mobile .menu-produtos-mob.active {padding: 15px 10px 20px; max-height: 500px; margin-top: 5px; transition-duration: 1s;}
.menu-mobile .menu-produtos-mob li {margin-bottom: 10px;}
.menu-mobile .link-produtos {font-size: 18px;}
.menu-mobile .social {padding-top: 40px;}
.menu-mobile .social a {background: #cccccc;}
.menu-mobile .social a svg path {fill: #082f51;}

.modal {position: fixed; height: 0; width: 100%; top: -100%; z-index: 99; opacity: 0; display: flex; align-items: center; justify-content: center; transition-duration: .8s;}
.modal .bg {position: absolute; height: 100%; width: 100%; background: #96b9ffb5; z-index: 1;}
.modal.active {opacity: 1; top: 0; height: 100vh; transition-duration: .8s;}
.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: .8s;}
.modal .conteudo .close:hover {background: #ff4747; transition-duration: .8s;} 
.modal .conteudo .close svg {height: 9px; width: 9px; transition-duration: .8s;}
.modal .conteudo .close:hover svg {transform: scale(1.5); transition-duration: .8s;}
.modal .conteudo .close svg path {fill: #b7b7b7; transition-duration: .8s;}
.modal .conteudo .close:hover svg path {fill: #ffffff; transition-duration: .8s;}
.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: .8s;}
.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: #082f51; transition-duration: .8s;}
.social a:hover {background: #cccccc; transition-duration: .8s;}
.social a svg {height: 16px; width: 16px; transition-duration: .8s;}
.social a.ytb svg {height: 12px; width: fit-content;}
.social a.pin svg {height: 18px; width: fit-content;}
.social a svg path {fill: #cccccc; transition-duration: .8s;}
.social a:hover svg path {fill: #082f51; transition-duration: .8s;}

.paginacao {margin-top:30px;width:100%;}
.paginacao ul {display:flex;flex-wrap:wrap;}
.paginacao ul li {margin-right:10px;margin-bottom:10px;}
.paginacao ul li a {display:flex;width:32px;height:32px;border-radius: 50%; justify-content:center;align-items:center;font-size:15px;border:2px solid #041924;color:#041924;opacity: .4; font-weight:700;transition-duration:0.5s;}
.paginacao ul li a:hover, 
.paginacao ul li.active a {background:#041924;border-color:#041924; color: #fff; opacity: 1;}

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: .8s;}
form .box.focus {background: #041924; transition-duration: .8s;}
form .small4 {width: calc(25% - 7px);}
form .small2 {width: calc(50% - 7px);}
form .small {width: 100%;}
form .small.mensagem {height: 240px; border-radius: 20px;}
form .box .label {font-size: 14px; position: absolute; top: 50%; transform: translateY(-50%); left: 25px; font-weight: 600; color: #041924; transition-duration: .8s;}
form .box.focus .label {font-size: 12px; top: 6px; color: #fff;  transform: none; transition-duration: .8s;}
form .box.mensagem .label {top: 20px; transform: none; transition-duration: .8s;}
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; border: solid 2px #041924; border-radius: 50px; color: #fff; font-weight: 600; box-sizing: border-box; transition-duration: .8s;}
form select {background: url(../svg/ico_arrow_form.svg) no-repeat right!important; background-position-x: calc(100% - 30px)!important; background-size: 10px!important; -webkit-appearance: none;}
form select option {font-size: 16px; background: #008dff;}
form textarea {resize: none; padding-top: 35px; border-radius: 20px;}
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: #7e7f74; margin-right: 35px;}
form .box-botao .termos a {font-size: 14px; text-decoration: underline; margin-left: 5px; color: #7e7f74; transition-duration: .8s;}
form .box-botao .termos a:hover {color: #1d252c; transition-duration: .8s;}
form .box-botao .termos input {margin-right: 10px;}
form .botao {border: none; outline: 0; background: none;}

.whatsapp {position: fixed; display: flex; align-items: center; justify-content: center; z-index: 9; right: 20px; bottom: 40px; height: 50px; width: 50px; border-radius: 50%; background: #30d75f;}
.whatsapp svg {height: 30px; width: 30px;}
.whatsapp svg path {fill: #fff;}

.produtos {position: relative; padding-bottom: 65px;}
.produto {display: flex; flex-direction: column; position: relative; overflow: hidden; height: 520px; background: #1d252c;}
.produto::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%);}
.produto img {height: 100%; width: 100%; opacity: .7; object-fit: cover; transition-duration: .8s;}
.produto:hover img {transform: scale(1.1); filter: blur(3px); opacity: .2; transition-duration: .8s;}
.produto .info {position: absolute; z-index: 2; left: 25px; bottom: 30px;}

.destaque {display: flex; justify-content: center; padding-bottom: 180px;}
.destaque .info {width: 35%; padding-top: 140px;}
.destaque .subtitulo {margin: 15px 0 30px;}
.destaque .texto {line-height: 160%;}
.destaque .box-img {position: relative; width: 65%;}
.destaque .box-img img {object-fit: contain; position: relative;}
.destaque .box-img .truck {z-index: 2;}
.destaque .box-img .modulo {position: absolute; z-index: 2; left: -200px; bottom: -140px;}
.destaque .box-img .triangulo {position: absolute; z-index: 3; animation: girar 8s infinite ease-in-out;}
@keyframes girar {
  0% {
    transform: rotate(-10deg); top: -5px; left: 150px;
  }
  50% {
    transform: rotate(15deg); top: 30px; left: 120px;
  }
  100% {
    transform: rotate(-10deg); top: -5px; left: 150px;
  }
}

.valores {padding: 150px 0 100px;}
.valor {cursor: pointer; box-sizing: border-box; height: 460px; padding: 60px 45px 60px 40px; border-radius: 12px; border: solid 1px #bbc8d1; background: #f9fafc; transition-duration: .8s;}
.valor .titulo {margin-bottom: 45px;}

.blog .lista {padding-top: 50px;}
.post {display: flex; flex-direction: column;} 
.post .box-img {width: 100%; height: 360px; border-radius: 12px; background: #041924; overflow: hidden; position: relative;}
.post .box-img img {height: 100%; width: 100%; border-radius: 12px; object-fit: cover; transition-duration: .8s;}
.post:hover .box-img img {opacity: .7; transition-duration: .8s;}
.post .box-img .data {display: flex; align-items: center; box-sizing: border-box; width: fit-content; position: absolute; z-index: 5; left: 20px; bottom: 20px; height: 25px; padding: 0 14px; border-radius: 50px; font-size: 14px; color: #fff; background: #008dff;}
.post .info {padding: 25px 20px 10px;}
.post .titulo {margin-bottom: 5px;}
.post .subtitulo {margin-bottom: 20px;}

.clientes {display: flex; flex-direction: column; padding-bottom: 140px;}
.clientes .info {width: 100%; box-sizing: border-box; position: relative;}
.clientes .titulo {margin-bottom: 35px;}
.clientes .texto {width: 100%; max-width: 620px;}
.clientes .lista {padding-top: 60px;}
.clientes .cliente {display: flex; justify-content: center; align-items: center; height: 100px;}
.clientes .cliente img {height: 100%; object-fit: contain;}

.vantagens {padding-top: 100px; display: flex; flex-direction: column;}
.vantagens .lista {margin-top: 20px; display: flex; flex-direction: column;}
.vantagens .vantagem {margin-top: 20px; display: flex; flex-direction: column; cursor: pointer;}
.vantagens .vantagem .box {height: 90px; padding: 0 40px; border-radius: 12px; background: #fff; box-shadow: 0px 5px 20px 3px #00000014; display: flex; align-items: center;  box-sizing: border-box; transition-duration: .8s;}
.vantagens .vantagem:hover .box {background: #041924; transition-duration: .8s;}
.vantagens .vantagem.active .box {background: #041924; transition-duration: .8s;}
.vantagens .vantagem .ver {position: relative; display: flex; justify-content: center; align-items: center; height: 40px; width: 40px; transition-duration: .8s;margin-left:auto;}
.vantagens .vantagem.active .ver {transform: rotate(-180deg); transition-duration: .8s;}
.vantagens .vantagem .linha {position: absolute; width: 40px; height: 2px; background: #041924; transition-duration: .8s;}
.vantagens .vantagem:hover .linha {background: #fff; transition-duration: .8s;}
.vantagens .vantagem.active .linha {background: #fff; transition-duration: .8s;}
.vantagens .vantagem .mais {width: 2px!important; height: 40px; transition-duration: .8s;}
.vantagens .vantagem.active .mais {opacity: 0; transition-duration: .8s;}
.vantagens .vantagem .titulo {transition-duration: .8s;}
.vantagens .vantagem:hover .titulo {color: #fff; transition-duration: .8s;}
.vantagens .vantagem.active .titulo {color: #fff; transition-duration: .8s;}
.vantagens .vantagem .texto {box-sizing: border-box; overflow: hidden; margin: 0; width: 100%; padding: 0 40px; line-height: 160%; max-height: 0; opacity: 0; transition-duration: .8s;}
.vantagens .vantagem.active .texto {max-height: 550px; opacity: 1; margin: 45px 0 50px; transition-duration: .8s;}
.vantagens .vantagem .icone {margin-right:40px;}
.vantagens .vantagem .icone svg {width:40px; height: 40px;}
.vantagens .vantagem .icone svg path {fill: #1a5fab; transition-duration: .8s;}
.vantagens .vantagem:hover .icone svg path {fill: #fff; transition-duration: .8s;}
.vantagens .vantagem.active .icone svg path {fill: #fff; transition-duration: .8s;}

.orcamento {height: 400px; background: url(../imagens/site/bg_orcamento.jpg) no-repeat fixed #041924;}
.orcamento .wrapper {height: 100%;}
.orcamento .info {height: 100%; width: 60%; padding-bottom: 10px; box-sizing: border-box; display: flex; flex-direction: column; justify-content: center;}
.orcamento .titulo {margin-bottom: 25px;}
.orcamento .texto {max-width: 680px;}
.orcamento .botoes {margin-top: 35px; display: flex;}
.orcamento .botao {margin-right: 15px;}

.box-topo-interno {position: relative; height: 70vh; max-height: 600px; margin-bottom: 120px; background: url(../imagens/site/box_topo.jpg) no-repeat center #67737f; background-size: cover!important;}
.box-topo-interno .wrapper {height: 100%;}
.box-topo-interno .titulo {position: absolute; text-align: center; bottom: 20vh; width: 100%; font-size: 60px;}

#header {position: fixed; z-index: 9; width: 100%; max-width: 1920px; padding: 35px 0 0; transition-duration: .8s;}
#header.active {padding:0;}
#header::before {content: ""; position: absolute; z-index: -1; left: 0; top: 0; width: 100%; height: 200px; background: linear-gradient(180deg, #000000b3 0%, #00000000 80%, #00000000 100%); transition-duration: .8s;}
#header.active::before {opacity: 0; height: 0; transition-duration: .8s;}
#header .bg {position: absolute; z-index: -1; height: 100%; width: 5px; opacity: 0; top: 0; background: #1a5fab; transition-duration: .8s;}
#header.active .bg {opacity: 1; width: 100%; transition-duration: .8s;}
#header .wrapper {z-index: 3; height: 100%;}
#header .conteudo {display: flex; align-items: center; justify-content: space-between; height: 100%;}
#header .logo {width: 200px; display: flex; position: relative; transition-duration: .8s;}
#header.active .logo {cursor: default; opacity: 0; transition-duration: .8s;}
#header .logo svg {width: 100%; height: 100%; object-fit: contain;}
#header .logo-selo {position: absolute; z-index: 2; left: -20px; opacity: 0; transition-duration: .8s;}
#header.active .logo-selo {left: 0; opacity: 1; transition-duration: .8s;}
#header .logo-selo svg {width: 110px;filter: brightness(10);}
#header .menu {display: flex; align-items: center;}
#header .menu li {margin-right: 130px;}
#header .menu li:last-child {margin-right: 0;}
#header .menu .link {position: relative; cursor: pointer; display: flex; align-items: center; bottom: 0; padding: 8px 0; font-size: 12px; letter-spacing: 2px; color: #fff; font-weight: 600; transition-duration: .8s;}
#header .menu .link:hover {padding: 0 0 16px 0; transition-duration: .8s;}
#header .menu .link.active {padding: 0 0 16px 0; transition-duration: .8s;}
#header .menu .link svg {margin-left: 30px; height: 5px; width: 8px;}
#header .menu .link svg path {fill: #fff; transition-duration: .8s;}
#header .menu-produtos {overflow: auto; position: absolute; display: flex; align-items: center; justify-content: center; left: 0; top: 0; background: url(../imagens/site/bg_menu.jpg) no-repeat left bottom #1d252c; width: 100%; height: 0; transition-duration: .8s;}
#header .menu-produtos.active {height: 100vh; transition-duration: .8s;}
#header .menu-produtos .produtos {padding: 0; width: 100%; height: 0; opacity: 0; box-sizing: border-box; overflow: hidden; transition-duration: .8s;}
#header .menu-produtos.active .produtos {height: fit-content; opacity: 1; transition-duration: .8s;} 
#header .menu-produtos .produtos .conteudo {height: auto;}
#header .menu-produtos .produtos .bg {display: none;}
#header .menu-produtos .produtos .owl-stage {background: #1d252c;}
#header .menu-produtos .produtos .produto {height: 460px;}

#footer {background: #041924; background-size: cover; position: relative;}
#footer .conteudo {display: flex; justify-content: space-between; align-items: flex-start; padding: 85px 0 90px;}
#footer .logo {position: relative;}
#footer .logo svg {width: 160px; height: 61px;}
#footer .logo svg path {fill: #cccccc;}
#footer .itens {display: flex; align-items: flex-start; box-sizing: border-box; flex: 1; padding-left: 120px; padding-top: 10px;}
#footer .itens .contatos {padding-right: 120px; box-sizing: border-box;}
#footer .item {cursor: pointer; display: flex; align-items: center; font-size: 12px; margin-bottom: 12px; transition-duration: .8s;}
#footer .item:hover {color: #008dff; transition-duration: .8s;}
#footer .item:last-child {margin: 0;}
#footer .item svg {margin-right: 10px; height: 16px; width: 16px;}
#footer .item svg path {fill: #fff; transition-duration: .8s;}
#footer .item:hover svg path {fill: #008dff; transition-duration: .8s;}
#footer .social {padding-top: 10px;}
#footer .social a {background: #cccccc; transition-duration: .8s;}
#footer .social a:hover {background: #082f51; transition-duration: .8s;}
#footer .social a svg path {fill: #1d252c; transition-duration: .8s;}
#footer .social a:hover svg path {fill: #cccccc; transition-duration: .8s;}
#footer .politicas {padding: 45px 0 50px; border-top: solid 1px #252f38;}
#footer .politicas .wrapper {display: flex; justify-content: space-between; align-items: center;}
#footer .menu {display: flex;}
#footer .menu li:first-child {margin-right: 30px;}
#footer .menu .link {font-size: 10px; transition-duration: .8s;}
#footer .menu .link:hover {opacity: .6;; transition-duration: .8s;}

#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;overflow:hidden;}
#home .banner img {height: 100%; width: 100%; object-fit: cover;}
#home .banner video {height: 100%; width: 100%; object-fit: cover;position:absolute;}
#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: 580px; display: flex; flex-direction: column; align-items: flex-start; transition-duration: 1s;}
#home .banner .titulo.size2 {position: relative; left: 80px; opacity: 0; letter-spacing: 1px; transition-duration: .8s;}
#home .banner .titulo.size2.active {opacity: 1; left: 0; transition-duration: .8s;}
#home .banner .titulo.size4 {position: relative; left: 80px; opacity: 0; letter-spacing: 1px; margin-top: 10px; transition-duration: .8s;}
#home .banner .titulo.size4.active {opacity: 1; left: 0; transition-duration: .8s;}
#home .banner .botao {position: relative; left: 80px; opacity: 0; margin-top: 50px;}
#home .banner .botao.active {opacity: 1; left: 0; transition-duration: .8s;}
#home .banners .owl-dots {position: absolute; bottom: 40px; max-width: 1420px; left: 50%; transform: translateX(-50%); width: calc(100% - 40px); z-index: 5; margin-top: 0; justify-content: flex-start;}
#home .sobre {padding: 120px 0; position: relative;}
#home .sobre .bg {position: absolute; display: flex; justify-content: center; left: 50%; transform: translateX(-50%); bottom: 15px; width: 105%;}
#home .sobre .bg::before {content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 80%);}
#home .sobre .bg svg {width: 100%; max-width: 1630px; max-height: 255px; height: fit-content;}
#home .sobre .bg svg path {fill: #f0f0ee;}
#home .sobre .conteudo {display: flex; flex-direction: column; align-items: center;}
#home .sobre .titulo {text-align: center; width: 100%; max-width: 730px; margin-bottom: 60px;}
#home .sobre .texto {columns: 2; line-height: 160%;}
#home .tectra {display: flex; flex-direction: column; margin: 80px 0 120px;}
#home .tectra .motivos {padding-top: 60px;}
#home .tectra .motivo {position: relative; cursor: pointer; box-sizing: border-box; height: 300px; margin-top: 40px; padding: 45px 20px 0; border-radius: 12px; border: solid 1px #bbc8d1; background: #f9fafc; transition-duration: .8s;}
#home .tectra .motivo:hover {margin-top: 30px; margin-bottom: 10px; transition-duration: .8s;}
#home .tectra .motivo .titulo {margin-bottom: 25px; width: 85%;}
#home .tectra .motivo .icone {display: flex; align-items: center; justify-content: center; position: absolute; left: 50%; transform: translateX(-50%); bottom: calc(100% - 30px); height: 60px; width: 60px; background-color: #1a5fac; border-radius: 50%;}
#home .tectra .motivo svg {height: 35px; width: 35px;}
#home .tectra .motivo svg path {fill: #fff;}
#home .orcamento {margin-bottom: 100px;}
#home .blog {margin-bottom: 100px;}

#sobre-nos .sobre {padding-bottom: 120px; display: flex; align-items: flex-start; justify-content: flex-end; position: relative;}
#sobre-nos .sobre .info {width: calc(50% - 20px); max-width: 700px; margin-right: 20px;}
#sobre-nos .sobre .titulo {margin-bottom: 50px;}
#sobre-nos .sobre .leia {margin-top: 10px; display: none; position: relative;}
#sobre-nos .sobre .leia-mais {position: relative; z-index: 2; transition-duration: .8s;}
#sobre-nos .sobre .leia-mais.active {opacity: 0; z-index: 1; transition-duration: .8s;}
#sobre-nos .sobre .leia-menos {position: absolute; opacity: 0; z-index: 1; transition-duration: .8s;}
#sobre-nos .sobre .leia-menos.active {opacity: 1; z-index: 2; transition-duration: .8s;}
#sobre-nos .sobre .selo {margin-top: 75px;}
#sobre-nos .sobre .selo svg {height: 50px; width: 51px; object-fit: contain;}
#sobre-nos .sobre .texto {line-height: 160%;}
#sobre-nos .sobre .galeria {width: 50%;}
#sobre-nos .sobre .galeria .owl-dots {width: 100%; justify-content: flex-start;}
#sobre-nos .sobre .galeria .owl-dots .owl-dot:first-child {margin-left: 0;}
#sobre-nos .sobre .box-galeria {display: block; position: relative; overflow: hidden; height: 635px; border-radius: 12px; background: #041924;}
#sobre-nos .sobre .box-galeria img {height: 100%; width: 100%; object-fit: cover; transition-duration: .8s;}
#sobre-nos .sobre .box-galeria:hover img {opacity: .6; transition-duration: .8s;}
#sobre-nos .bg-missao {position: relative;}
#sobre-nos .bg-missao::after {content: ""; position: absolute; right: 0; top: 0; width: calc(50% - 10px); height: 100%; border-radius: 12px 0 0 12px; background: #041924;}
#sobre-nos .bg-missao .triangulo {position: absolute; left: -100px; bottom: calc(100% - 120px); transform: rotate(20deg);}
#sobre-nos .bg-missao .triangulo svg {width: 400px; height: fit-content;}
#sobre-nos .bg-missao .triangulo2 {position: absolute; right: 0px; top: calc(100% - 40px); transform: rotate(20deg);}
#sobre-nos .bg-missao .triangulo2 svg {width: 500px; height: fit-content;}
#sobre-nos .missao {display: flex; justify-content: space-between; width: 100%;}
#sobre-nos .missao .esquerda {display: flex; flex-direction: column; box-sizing: border-box; width: calc(50% - 10px);}
#sobre-nos .missao .esquerda .item {box-sizing: border-box; height: calc(50% - 10px); padding: 40px 45px 0 40px; border-radius: 12px; background: #f9fafc;}
#sobre-nos .missao .esquerda .item:first-child {margin-bottom: 20px;}
#sobre-nos .missao .direita {width: calc(50% - 10px); max-width: 820px; height: 500px; padding: 40px 45px 0 40px; border-radius: 12px; background: #041924; cursor: pointer; position: relative; box-sizing: border-box; transition-duration: .8s;}
#sobre-nos .missao .titulo {margin-bottom: 25px;}
#sobre-nos .galeria-geral {margin-bottom: 100px;}
#sobre-nos .galeria-geral .box-galeria {position: relative; overflow: hidden; display: block; height: 500px; border-radius: 12px; background: #041924;}
#sobre-nos .galeria-geral .box-galeria img {height: 100%; width: 100%; border-radius: 12px; object-fit: cover; transition-duration: .8s;}
#sobre-nos .galeria-geral .box-galeria:hover img {opacity: .7; transition-duration: .8s;}

#solucao .sobre {display: flex; align-items: flex-start; justify-content: flex-end; position: relative;}
#solucao .sobre .info {width: calc(50% - 20px); max-width: 700px; margin-right: 20px;}
#solucao .sobre .titulo {margin-bottom: 50px;}
#solucao .sobre .texto {line-height: 160%;}
#solucao .sobre .galeria {width: 50%;}
#solucao .sobre .galeria .owl-dots {width: 100%; justify-content: flex-start;}
#solucao .sobre .galeria .owl-dots .owl-dot:first-child {margin-left: 0;}
#solucao .sobre .box-galeria {display: block; position: relative; overflow: hidden; height: 520px;}
#solucao .sobre .box-galeria img {height: 100%; width: 100%; object-fit: contain; transition-duration: .8s;}
#solucao .sobre .box-galeria:hover img {opacity: .6; transition-duration: .8s;}
#solucao .vantagens {margin-bottom: 100px;}
#solucao .video {width: 100%; height: 650px; margin: 100px 0; border-radius: 12px; background: #041924; overflow: hidden; position: relative; display: flex; align-items: center; justify-content: center;}
#solucao .video img {height: 100%; width: 100%; border-radius: 12px; object-fit: cover; transition-duration: .8s;}
#solucao .video:hover img {opacity: .7; transition-duration: .8s;}
#solucao .video svg {position: absolute; z-index: 3; border-radius: 50%;}

.filtro-blog {width: 20%;}
.filtro-blog .subtitulo {margin-bottom: 20px;}
.filtro-blog .categoria {display: flex; align-items: center; justify-content: space-between; box-sizing: border-box; position: relative; width: 100%; padding: 0 25px; height: 40px; border-radius: 50px; margin-bottom: 15px; font-size: 14px; font-weight: 600; color: #fff; background: #041924; transition-duration: .8s;}
.filtro-blog .categoria:hover {background: #008dff; transition-duration: .8s;}
.filtro-blog .tags {margin-top: 35px; display: flex; flex-direction: column;}
.filtro-blog .tags .lista-filtro {display: flex; flex-wrap: wrap; width: 100%;}
.filtro-blog .tag {width: fit-content; box-sizing: border-box; display: flex; align-items: center; cursor: pointer; height: 30px; padding: 0 12px; border-radius: 50px; font-size: 12px; font-weight: 600; margin-right: 5px; margin-bottom: 5px; color: #fff; background: #1f84dd; transition-duration: .8s;}
.filtro-blog .tag:hover {background: #1d252c; transition-duration: .8s;}

#blog .conteudo {display: flex; justify-content: space-between; padding-bottom: 100px;}
#blog .blog {display: flex; flex-wrap: wrap; gap: 20px; width: calc(80% - 40px);}
#blog .blog .post {width: calc(50% - 10px);}

#post .box-topo-interno .titulo {font-size: 45px; max-width: 850px; left: 50%; transform: translateX(-50%);}
#post .conteudo {display: flex; justify-content: space-between;}
#post .sobre {width: calc(80% - 40px); display: flex; flex-direction: column;}
#post .sobre .data {display: flex; align-items: center; box-sizing: border-box; width: fit-content; margin-bottom: 30px; height: 25px; padding: 0 14px; border-radius: 50px; font-size: 14px; color: #fff; background: #008dff;}
#post .sobre .subtitulo {margin-bottom: 30px;}
#post .sobre .galeria {padding-top: 40px;}
#post .sobre .box-galeria {display: block; position: relative; overflow: hidden; height: 340px; border-radius: 12px; background: #041924;}
#post .sobre .box-galeria img {height: 100%; width: 100%; border-radius: 12px; object-fit: cover; transition-duration: .8s;}
#post .sobre .box-galeria:hover img {opacity: .6; transition-duration: .8s;}
#post .blog {margin: 100px 0;}

#contato .box-form {position: relative; padding-bottom: 120px;}
#contato .box-form .bg {position: absolute; right: 0; top: -50px;}
#contato .info {width: 100%; position: relative; display: flex; justify-content: space-between;}
#contato .info .texto {width: 50%; max-width: 580px;}
#contato .links {display: flex; flex-direction: column; box-sizing: border-box; width: 50%; padding-left: 10px;}
#contato .link {cursor: pointer; display: flex; align-items: center; margin-bottom: 10px; font-size: 14px; font-weight: 600; transition-duration: .8s;}
#contato .link:hover {color: #008dff; transition-duration: .8s;}
#contato .link svg {margin-right: 10px; height: 16px; width: 16px;}
#contato .link svg path {fill: #082f51; transition-duration: .8s;}
#contato .link:hover svg path {fill: #008dff; transition-duration: .8s;}
#contato .form {padding-top: 75px;}
#contato .mapa {display: flex; flex-direction: column; margin-bottom: 100px;}
#contato .mapa .endereco {display: flex; align-items: center; max-width: 460px; margin-bottom: 20px;}
#contato .mapa .endereco svg {margin-right: 10px; height: 16px; width: 16px;}
#contato .mapa .endereco svg path {fill: #082f51;}
#contato .mapa .endereco .texto {flex: 1;}

#politicas .textos {padding-bottom: 80px; display: flex; justify-content: space-between;}
#politicas .texto {width: calc(80% - 40px);}
#politicas .filtros {width: 20%;}
#politicas .botao {margin-bottom: 15px;}

#erro .conteudo {padding: 60px 0 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: 45px 0 50px; max-width: 550px;}