html {background:#fff;}
body {font-size:14px;color:#ccd4dd;font-family:'Montserrat';font-weight: 400;}
html,
body {height:100%;}

html.active {overflow: hidden;}

* {-webkit-font-smoothing: antialiased;}

i, em {font-style:italic;}

a {color:#ccd4dd;}

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:1680px;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: #a2acb6!important;
}

.lg-object {
    border-radius: 4px;
}

.lg-sub-html, .lg-toolbar {
    background: #1414149e!important;
    color: #a2acb6!important;
}

.lg-toolbar {
    background-color: #141414!important;
}

.lg-backdrop {
    background-color: #141414!important;
}

.lg-actions .lg-prev:hover {
  background: #a2acb6!important;
  color: #fff!important;
  left: 15px;
  transition: .3s;
}

.lg-actions .lg-next:hover {
  background: #a2acb6!important;
  color: #fff!important;
  right: 15px;
  transition: .3s;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
    background-color: #141414!important;
    border-radius: 40px!important;
    color: #a2acb6!important;
    padding: 20px 20px 20px!important;
    transition: .3s;
}

#content {position:relative;width:100%;max-width:1920px;margin:0 auto;background:#fff; box-shadow: 0 0 100px 0px #0044686b;overflow:hidden;}

#content-page {position: relative;}

.titulo {font-weight: 200; line-height: 110%;}
.titulo.size1 {font-size: 85px;}
.titulo.size2 {font-size: 48px;}
.titulo.size3 {font-size: 30px;}
.titulo.size4 {font-size: 24px; line-height: 130%;}
.titulo.size5 {font-size: 20px;}
.titulo.size6 {font-size: 18px;}
.titulo.size7 {font-size: 12px;}
.titulo b {font-weight: 600;}

.subtitulo {font-size: 25px; line-height: 130%;}
.subtitulo.size2 {font-size: 20px;}
.subtitulo.size3 {font-size: 16px;}

.texto {font-size: 14px; font-weight: 400; line-height: 150%;}
.texto.size2 {font-size: 16px;}
.texto.size3 {font-size: 24px;}
.texto b {font-weight: 600;}

.extrabold {font-weight: 700;}
.bold {font-weight: 600;}
.semibold {font-weight: 500;}

.upp {text-transform: uppercase;}
.justf {text-align: justify;}

.branco {color: #fff;}
.cinza {color: #b2b2b2;}
.azul-claro {color: #a2acb6;}
.azul {color: #5f6d7c;}
.gelo {color: #ccd4dd;}

.botao {padding: 5px 0 10px; font-size: 14px; font-weight: 400; color: #fff; border-bottom: solid 1px #ffffff3b; width: fit-content; display: flex; align-items: center; cursor: pointer; transition-duration: .8s;}
.botao svg {margin-left: 30px; width: 28px; height: 28px; transition-duration: .8s;}
.botao.azul {color: #5f6d7c; border-color: #d5d5d5;}
.botao.cinza {color: #b2b2b2; border-color: #2d2d2fe5;}

.botao-secundario {display: flex; align-items: center; width: fit-content; cursor: pointer; font-size: 16px; font-weight: 500; height: 52px; padding: 0 36px; border-radius: 50px; color: #fff; background: #a59ed8; transition-duration: .8s;}
.botao-secundario:hover {background: #6c6684; transition-duration: .8s;}
.botao-secundario.mini {height: 18px; padding: 0 10px; border-radius: 50px; background: #333; color: #b2b2b2; font-size: 9px;}
.botao-secundario.roxo {background: #a59ed8; color: #fff;}
.botao-secundario.azul {background: #80a1b9; color: #fff; transition-duration: .8s;}
.botao-secundario.azul:hover {background: #5f6d7c; transition-duration: .8s;}

.owl-dots {display: flex; align-items: center; justify-content: center; margin-top: 70px;}
.owl-dots .owl-dot {box-sizing: border-box; display: flex; align-items: center; justify-content: center; position: relative; margin: 0 10px; height: 10px; width: 10px; border: solid 1px #ccd4dd00; background: #0000; border-radius: 50%; transition-duration: .8s;}
.owl-dots .owl-dot:hover {border-color: #ccc4dd; transition-duration: .8s;}
.owl-dots .owl-dot.active {border-color: #ccc4dd; transition-duration: .8s;}
.owl-dots .owl-dot::before {content: ""; position: absolute; height: 6px; width: 6px; border-radius: 50%; background: #ccc4dd;}

.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 {position: relative; display: flex; flex-direction: column; align-items: flex-end; cursor: pointer;}
.ico-menu .linha {position: relative; width: 65px; height: 1px; background: #0f0f0f; transition-duration: .8s;}
.ico-menu:hover .linha {width: 50px; transition-duration: .8s;}
.ico-menu .linha:nth-child(2) {width: 35px; margin-top: 15px;}

.cookie-bar {position:fixed;z-index:999999;bottom:0;left:0px;width:100%;}
.cookie-bar .conteudo {display: flex;background: #000;padding: 30px 30px 0px;margin-bottom: 30px;border-radius: 30px;}
.cookie-bar .icone {margin-right: 20px;}
.cookie-bar .icone svg {width: 40px; height: 40px;}
.cookie-bar .icone svg path {fill: #30d75f;}
.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 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: #151515; z-index: 9; left: calc(100% + 100px); width: 100%; height: 100vh; padding: 30px 0; transition-duration: .8s;}
.menu-mobile.active {left: 0;}
.menu-mobile .menu {padding-top: 50px; display: flex; flex-direction: column;}
.menu-mobile .menu li {margin-bottom: 15px;}
.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: 1s;}
.menu-mobile .link.active svg {transform: rotate(180deg); transition-duration: 1s;}
.menu-mobile .link svg path {fill: #fff;}
.menu-mobile .menu-institucional-mob {display: flex; flex-direction: column; padding: 0 10px; background: #18cd6d; max-height: 0; overflow: hidden; transition-duration: 1s;}
.menu-mobile .menu-institucional-mob.active {padding: 10px; max-height: 300px; margin-top: 5px; transition-duration: 1s;}
.menu-mobile .menu-institucional-mob li {margin-bottom: 10px;}
.menu-mobile .link-institucional {font-size: 16px;}
.menu-mobile .menu-solucoes-mob {display: flex; flex-direction: column; padding: 0 10px; background: #18cd6d; max-height: 0; overflow: hidden; transition-duration: 1s;}
.menu-mobile .menu-solucoes-mob.active {padding: 10px; max-height: 300px; margin-top: 5px; transition-duration: 1s;}
.menu-mobile .menu-solucoes-mob li {margin-bottom: 10px;}
.menu-mobile .link-solucao {font-size: 16px;}
.menu-mobile .social {padding-top: 30px; display: flex;}
.menu-mobile .social li {margin-right: 10px;}
.menu-mobile .social li:first-child {margin-left: 0;}
.menu-mobile .social a {display: flex; justify-content: center; align-items: center; position: relative; height: 28px; width: 28px; border-radius: 50%; background: #18cd6d; transition-duration: .8s;}
.menu-mobile .social a:hover {background: #fff; transition-duration: .8s;}
.menu-mobile .social a svg {height: 13px; width: 13px; transition-duration: .8s;}
.menu-mobile .social a svg path {fill: #fff; transition-duration: .8s;}
.menu-mobile .social a:hover svg path {fill: #18cd6d; transition-duration: .8s;}

.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; position: relative; height: fit-content; z-index: 5;}
.social li {margin-left: 10px;}
.social li:first-child {margin-left: 0;}
.social .rede {display: flex; justify-content: center; align-items: center; position: relative; box-sizing: border-box; height: 25px; width: 25px; border-radius: 50%; background: #2d2d2f; transition-duration: .8s;}
.social .rede:hover {background: #5f6d7c; transition-duration: .8s;}
.social .rede svg {height: 13px; width: 13px; transition-duration: .8s;}
.social .rede.ytb svg {height: 6px; width: 13px;}
.social .rede svg path {fill: #fff;}

form {display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%;}
form .box {display: flex; align-items: center; position: relative; box-sizing: border-box; overflow: hidden; margin-bottom: 20px; height: 60px; background: #0000; color: #5f6d7c; border: solid 1px #ccd4dd; border-radius: 50px!important; transition-duration: .8s;}
form .box.focus {border-color: #a59ed8; background: #f4f5f7; transition-duration: .8s;}
form .small4 {width: calc(25% - 10px);}
form .small2 {width: calc(50% - 10px);}
form .small {width: 100%;}
form .small.mensagem {height: 240px;}
form .box .label {font-size: 14px; position: absolute; top: calc(50% - 2px); transform: translateY(-50%); left: 30px; font-weight: 500; color: #5f6d7c; transition-duration: .8s;}
form .box.focus .label {top: 6px; transform: none; transition-duration: .8s;}
form .box.mensagem .label {top: 20px; transform: none;}
form .box.focus.mensagem .label {top: 20px; 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 input[type="file"],
form textarea,
form select {outline: 0; width: 100%; padding: 0 0 0 30px; font-size: 18px; font-weight: 400; background: #0000; box-sizing: border-box; border: none; transition-duration: .8s;}
form input[type="file"] {font-size: 14px;}
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: 40px; height: 100%;}
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: 400; color: #666; margin-right: 35px;}
form .box-botao .termos a {font-size: 14px; color: #666; text-decoration: underline; margin-left: 5px; transition-duration: .8s;}
form .box-botao .termos a:hover {color: #1d2941; transition-duration: .8s;}
form .box-botao .termos input {margin-right: 10px;}
form button {outline: 0; border: none; background: none;}

.box-topo-interno {background: url(../imagens/site/box_top.jpg) no-repeat bottom right #222; position: relative; height: 600px; margin-bottom: 70px;}
.box-topo-interno .wrapper {height: 100%; z-index: 5;}
.box-topo-interno .info {position: absolute; left: 0; bottom: 14vh; width: 100%; max-width: 480px;}
.box-topo-interno .titulo {margin-bottom: 40px;}

.produtos {padding: 80px 0 75px; background: url(../imagens/site/bg_produtos.jpg) no-repeat center top;}
.produtos .chamada {text-align: center; margin: 0 auto; max-width: 880px; line-height: 130%;}
.produtos .chamada a {padding: 0 15px; height: 30px; border-radius: 50px; font-weight: 300; background: #a2acb6; color: #fff; width: fit-content; cursor: text;}
.produtos .lista {padding-top: 120px;}
.produtos .lista .owl-dots .owl-dot {border: solid 1px #fff0; transition-duration: .8s;}
.produtos .lista .owl-dots .owl-dot:hover {border-color: #fff; transition-duration: .8s;}
.produtos .lista .owl-dots .owl-dot.active {border-color: #fff; transition-duration: .8s;}
.produtos .lista .owl-dots .owl-dot::before {background: #fff;}
.produto {height: 400px; border-radius: 25px; background: #fff0; position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: center;}
.produto::before {content: ""; position: absolute; z-index: 2; left: 0; bottom: 0; width: 100%; height: 100%; border-radius: 25px; background: linear-gradient(180deg, #00446813 55%, #004468f3 95%); transition-duration: .8s;}
.produto:hover::before {opacity: 0; transition-duration: .8s;}
.produto::after {content: ""; position: absolute; z-index: 2; left: 0; bottom: 0; opacity: 0; width: 100%; height: 100%; border-radius: 25px; background: linear-gradient(180deg,#00446834 25%, rgba(0, 102, 153, 1) 90%); transition-duration: .8s;}
.produto:hover::after {opacity: 1; transition-duration: .8s;}
.produto img {height: 100%; width: 100%; border-radius: 25px; opacity: .9; object-fit: cover; transition-duration: .8s;}
.produto:hover img {opacity: .6; transition-duration: .8s;}
.produto .info {position: absolute; display: flex; flex-direction: column; align-items: center; text-align: center; z-index: 3; bottom: 55px; transition-duration: .8s;}
.produto:hover .info {bottom: 75px; transition-duration: .8s;}
.produto .titulo {margin-bottom: 15px;}
.produto .texto {max-height: 0; opacity: 0; max-width: 250px; transition-duration: .8s;}
.produto:hover .texto {opacity: 1; max-height: 80px; transition-duration: .8s;}
.produto .linha {position: absolute; z-index: 3; top: calc(100% - 50px); width: 70px; height: 1px; opacity: .2; background: #fff; transition-duration: .8s;}
.produto:hover .linha {top: 15px; opacity: 1; transition-duration: .8s;}
.produto svg {position: absolute; z-index: 3; top: 100%; height: 95px; width: 95px; opacity: 0; transition-duration: .8s;}
.produto:hover svg {opacity: 1; top: calc(100% - 50px);}
.produto svg path {fill: #ccd4dd;}

.slogan {position: relative; padding-top: 50px; height: 100px;}
.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: 50px; font-size: 130px; line-height: 100px; font-weight: 900; color: #f4f5f6; text-transform: uppercase; white-space: nowrap; will-change: transform; animation: marquee-horizontal 16s linear infinite;}
@keyframes marquee-horizontal {
  from {transform: translateX(0)}
  to {transform: translateX(-50%)}
}

.vantagens {padding-top: 95px; position: relative;}
.vantagens .chamada {padding-left: 50px;}
.vantagens .lista {padding-top: 70px;}
.vantagem {height: 270px; padding: 40px 40px 0; cursor: pointer; display: flex; flex-direction: column; justify-content: flex-start; position: relative;}
.vantagem::before {content: ""; position: absolute; z-index: -1; left: 0; bottom: 0; opacity: 0; width: 100%; height: calc(100% - 20px); border-radius: 25px 25px 0 0; background: linear-gradient(0deg,rgba(255, 255, 255, 0) 35%, rgba(244, 245, 247, 1) 95%); transition-duration: .8s;}
.vantagem:hover::before {height: 100%; opacity: 1; transition-duration: .8s;}
.vantagem::after {content: ""; position: absolute; left: 0; bottom: 3px; width: 100%; height: 1px; background: #ccd4dd; transition-duration: .8s;}
.vantagem:hover::after {bottom: 0; height: 4px; transition-duration: .8s;}
.vantagem svg {height: 28px; width: 28px; transform: rotate(90deg); opacity: 0; transition-duration: .8s;}
.vantagem:hover svg {opacity: 1; transition-duration: .8s;}
.vantagem svg rect {fill: #a2acb6;}
.vantagem .titulo {margin: 30px 0 35px;}

.bg-clientes {width: 100%; position: relative;}
.bg-clientes .bg {position: absolute; right: 0; bottom: -100px;}
.bg-clientes .bg img {height: 960px; width: 1440px; object-fit: contain;}
.clientes {display: flex; flex-direction: column; padding-top: 150px;}
.clientes .info {width: 100%; max-width: 660px; padding-left: 50px; position: relative;}
.clientes .titulo {margin-bottom: 35px; max-width: 490px;}
.clientes .icone {position: absolute; right: 0; bottom: 30px;}
.clientes .lista {padding-top: 100px;}
.clientes .cliente {display: flex; justify-content: center; align-items: center; height: 80px;}
.clientes .cliente img {max-height: 80px; height: fit-content; width: fit-content!important; object-fit: contain;}

.bg-contato {position: relative; padding: 80px 0 65px;}
.bg-contato::after {content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 65%; background: #222;}
.contato {position: relative; overflow: hidden; display: flex; justify-content: space-between; box-sizing: border-box; background: url(../imagens/site/contato.jpg) no-repeat right bottom #222; height: 400px; width: 100%; border-radius: 25px; padding: 100px 50px 0;}
.contato .links {width: 50%; display: flex; flex-direction: column;}
.contato .titulo {width: 100%; max-width: 340px;}
.contato .link {display: flex; align-items: center; box-sizing: border-box; width: fit-content; height: 40px; padding: 0 18px; border: solid 1px #5f6d7c; border-radius: 50px; font-size: 14px; color: #fff; margin-top: 10px; transition-duration: .8s;}
.contato .link:hover {background: #5f6d7c; transition-duration: .8s;}
.contato .link.wpp {margin-top: 40px; font-size: 18px;}
.contato .link svg {margin-right: 12px; height: 16px; width: 16px;}
.contato .link svg path {fill: #80a1b9; transition-duration: .8s;}
.contato .link:hover svg path {fill: #fff; transition-duration: .8s;}
.contato .info {width: 50%; display: flex; flex-direction: column;}
.contato .texto {width: 100%; max-width: 360px; line-height: 24px;}
.contato .botao-secundario {margin-top: 70px;}

.box-linha {width: 100%;}
.box-linha .wrapper {display: flex; align-items: center;}
.box-linha .linha {position: absolute; left: 120px; width: 110%; height: 1px; background: #ccd4dd;}
.box-linha svg {height: 120px; width: 120px;}

.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;}

.big-menu {background: linear-gradient(180deg,rgba(13, 13, 13, 1) 10%, rgba(21, 22, 24, 1) 100%); box-sizing: border-box; overflow: hidden; overflow-y: scroll; position: absolute; left: 100%; top: 0; z-index: 10; height: 100vh; width: 100%; transition-duration: .8s;}
.big-menu.active {left: 0;}
.big-menu::before {content: ""; position: absolute; z-index: -1; left: 0; top: 0; width: 50%; height: 100%;}
.big-menu.blur::before {z-index: 9;}
.big-menu .bg {position: fixed; bottom: 0; width: 50%; height: 100%; background: url(../imagens/site/bg_menu.png) no-repeat right bottom; transition-duration: .8s;}
.big-menu.blur .bg {filter: blur(5px); transition-duration: .8s;}
.big-menu .wrapper {height: 100%;}
.big-menu .close {position: absolute; cursor: pointer; right: 50px; top: 40px; transition-duration: .8s;}
.big-menu .close:hover {padding-right: 20px; transition-duration: .8s;}
.big-menu .close svg {width: 70px; max-height: 9px;}
.big-menu .social {position: absolute; left: 50px; bottom: 50px;}
.big-menu .info {width: 50%; padding-left: 50px; padding-top: 22vh; position: relative; box-sizing: border-box; transition-duration: .8s;}
.big-menu.blur .info {filter: blur(5px); transition-duration: .8s;}
.big-menu .logo svg {width: 245px;}
.big-menu .titulo {margin: 50px 0 25px;}
.big-menu .texto {max-width: 520px;}
.big-menu .social {transition-duration: .8s;}
.big-menu.blur .social {filter: blur(5px); transition-duration: .8s;}
.big-menu .close-mobile {display: none; position: absolute; z-index: 3; left: 30px; top: 30px;}
.big-menu .close-mobile svg {width: 70px; max-height: 9px;}
.big-menu .menu {display: flex; flex-direction: column; position: absolute; z-index: 2; right: 0; top: 0; width: 50%; height: 100%; background: linear-gradient(0deg,#222222 40%, #141414 100%);}
.big-menu .menu::after {content: ""; position: absolute; z-index: -1; left: 0; bottom: 0; width: 100%; height: 100%; background: url(../imagens/site/shadow_menu.png) no-repeat left bottom;}
.big-menu .menu li {height: 16.66%; display: block;}
.big-menu .link {height: 100%; padding: 0 0 0 190px; font-size: 36px; font-weight: 200; border-bottom: solid 1px #333; position: relative; cursor: pointer; box-sizing: border-box; display: flex; align-items: center; transition-duration: .8s;}
.big-menu .link:hover {background: #5f6d7c; padding-left: 230px; transition-duration: .8s;}
.big-menu .link::before {content: ""; position: absolute; left: 0; top: 0; width: 4px; height: 100%; background: #fff; opacity: 0; transition-duration: .8s;}
.big-menu .link:hover::before {opacity: 1; transition-duration: .8s;}
.big-menu .link svg {margin-left: 190px; width: 9px; height: 5px; transform: rotate(270deg);}
.big-menu .submenu {display: flex; flex-direction: column; box-sizing: border-box; position: absolute; z-index: 3; right: -50%; top: 0; width: 50%; height: 100%; padding: 40px 0 0 80px; background: linear-gradient(0deg,#222222 40%, #141414 100%); transition-duration: .8s;}
.big-menu .submenu.active {right: 0; transition-duration: .8s;}
.big-menu .submenu .close-submenu {cursor: pointer; position: relative; left: 0; margin-bottom: 30px; transition-duration: .8s;}
.big-menu .submenu .close-submenu:hover {left: -20px; transition-duration: .8s;}
.big-menu .submenu .close-submenu svg {width: 70px; max-height: 9px;}
.big-menu .submenu .titulo {margin: 0 0 100px 0;}
.big-menu .submenu li {margin-bottom: 45px;}
.big-menu .link-sub {font-size: 28px; transition-duration: .8s;}
.big-menu .link-sub:hover {padding-left: 40px; opacity: 1!important; transition-duration: .8s;}
.big-menu .link-sub.active {opacity: .3; transition-duration: .8s;}

#header {position: absolute; z-index: 9; top: 0; width: 100%; border-bottom: solid 1px #333333;}
#header .conteudo {background: #fff; height: 100px;}
#header .conteudo .wrapper {display: flex; align-items: center; justify-content: space-between; height: 100%;}
#header .logo {display: flex; position: relative; bottom: 12px;}
#header .logo svg {width: 170px;}
#header .logo svg .cls-logo-1 {fill: #0f0f0f !important;}
#header .box {display: flex; align-items: center;}
#header .ico-menu {margin-right: 70px;}
#header .menu {display: flex; align-items: center; justify-content: flex-end;}
#header .box-menu {position: relative;}
#header .link {display: flex; align-items: center; cursor: pointer; height: 50px; padding: 0 35px; font-size: 13px; border-left: solid 1px #333; transition-duration: .8s;}
#header .link:hover {background: #606d7d; color: #fff; transition-duration: .8s;}
#header .link.active {background: #606d7d; color: #fff; transition-duration: .8s;}
#header .link svg {margin-left: 40px; width: 9px; height: 5px;}
#header .link svg path {fill: #b2b2b2; transition-duration: .8s;}
#header .link:hover svg path {fill: #fff; transition-duration: .8s;}
#header .link.active svg path {fill: #fff; transition-duration: .8s;}
#header li:last-child .link {border-right: solid 1px #333;}
#header .menu-topo {overflow: hidden; box-sizing: border-box; position: absolute; left: 1px; width: 800px; padding: 0 0 0 35px; height: 0; opacity: 0; background: url(../imagens/site/bg_menu_topo.png) no-repeat right bottom #fff; transition-duration: .8s;}
#header .menu-topo.active {height: 580px; padding: 45px 0 0 35px; opacity: 1; transition-duration: .8s;}
#header .link-topo {display: flex; align-items: center; width: fit-content; margin-bottom: 35px; font-size: 18px; height: 40px; padding: 0 6px 0 18px; border-radius: 50px; transition-duration: .8s;}
#header .link-topo:last-child {margin-bottom: 0;}
#header .link-topo:hover {background: #eef0f2; color: #5f6d7c; transition-duration: .8s;}
#header .link-topo svg {height: 28px; width: 28px; margin-left: 15px; opacity: 0; transition-duration: .8s;}
#header .link-topo:hover svg {opacity: 1; transition-duration: .8s;}
#header .link-topo svg path {fill: #5f6d7c;}
#header .link-topo svg rect {fill: #fff;}

#footer {position: relative; background: url(../imagens/site/shadow_menu.png) no-repeat left bottom #222; border-top: solid 1px #333; border-bottom: solid 3px #8a8bb5; padding-top: 80px;}
#footer .conteudo {display: flex; justify-content: space-between;}
#footer .logo {display: block;}
#footer .logo svg {width: 170px;}
#footer .itens {display: flex; flex-direction: column;}
#footer .item {font-size: 14px; margin-bottom: 16px; display: flex; align-items: center; transition-duration: .8s;}
#footer .item:hover {color: #8a8bb5; transition-duration: .8s;}
#footer .item .botao-secundario {margin-left: 20px;}
#footer .botao {margin-top: 40px;}
#footer .titulo {margin-bottom: 25px;}
#footer .itens img {opacity: .5; filter: grayscale(1); object-fit: contain;}
#footer .parceiros img:last-child {width: 85px; height: 25px; margin-top: 15px;}
#footer .parceiros img {width: 140px; height: 30px;}
#footer .empresa img {width: auto; height: auto; opacity: 1; filter: none;}
#footer .politicas {display: flex; align-items: center; justify-content: space-between; padding: 85px 0 40px;}
#footer .menu {display: flex; align-items: center;}
#footer .menu li:first-child {margin-right: 30px;}
#footer #scroll-top {position: absolute; right: 0; top: 60px; margin-top: 0;}
#footer #scroll-top svg {transform: rotate(270deg);}
#footer .politica {font-size: 10px; color: #e8e8e8; transition-duration: .8s;}
#footer .politica:hover {color: #8a8bb5; transition-duration: .8s;}

#home .banners {padding-top: 200px; position: relative;}
#home .banners::before {content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 65%; background: linear-gradient(180deg,rgba(20, 20, 20, 1) 50%, rgba(66, 67, 69, 1) 100%);}
#home .banners .info {width: 100%; max-width: 980px;}
#home .banners .info .titulo {margin-bottom: 50px;}
#home .banners .info .texto {max-width: 820px;}
#home .banners .lista {margin-top: 65px;}
#home .banners .owl-dots {position: absolute; flex-direction: column; justify-content: center; z-index: 2; top: 0; right: 50px; height: 100%; margin: 0;}
#home .banners .owl-dot {margin: 10px 0;}
#home .banners .owl-stage-outer {border-radius: 25px;}
#home .banner {position: relative; overflow: hidden; display: block; height: 650px; border-radius: 25px; background: #000;}
/* #home .banner {position: relative; overflow: hidden; display: block; height: 650px; border-radius: 25px; background: #000;} */
/* #home .banner::before {content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; background: linear-gradient(0deg, rgb(20 20 20 / 41%) 0%, rgb(20 20 20 / 12%) 30%, rgba(255, 255, 255, 0) 60%);} */
#home .banner::before {content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; background: linear-gradient(360deg, #303030 0%, #4d4d4d 50%, rgba(255, 255, 255, 0.438) 100%);}
#home .banner img {height: 100%; width: 100%; object-fit: cover;}
#home .banner video {height: 100%; width: 100%; opacity: .6; object-fit: cover;}
#home .banner .img-banner-mobile {display: none;}
#home .banner .box {position: absolute; z-index: 3; left: 50px; bottom: 35px;}
#home .banner .titulo {width: 100%; max-width: 420px;}
#home .banner .itens {display: flex; flex-wrap: wrap; align-items: center; width: 80%; margin-top: 75px;}
#home .banner .item {display: flex; align-items: center; cursor: pointer; font-size: 14px; height: 25px; padding: 0 15px; border-radius: 50px; margin-right: 10px; margin-bottom: 10px; background: #2d2d2f; transition-duration: .8s;}
#home .banner .item:hover {background: #5f6d7c; transition-duration: .8s;}
#home .banner .botao {position: absolute; z-index: 3; right: 50px; bottom: 40px;}
#home .banner .mouse {position: absolute; box-sizing: border-box; left: 50%; transform: translateX(-50%); bottom: 50px; width: 28px; height: 44px; border: 2px solid #fff; border-radius: 50px;}
#home .banner .mouse div {animation: animate-mouse 1s ease-out infinite; width: 2px; background: #fff; position: absolute; top: 8px; left: 50%; transform: translateX(-50%);}
@keyframes animate-mouse {from {bottom: 14px; height: 0px; opacity: 0;} to {bottom: 6px; height: 8px; opacity: 1;}}
#home .sobre {position: relative; height: 680px;}
#home .sobre .wrapper {display: flex; align-items: flex-end; height: 100%;}
#home .sobre .info {width: 50%; max-width: 660px; padding-left: 50px; padding-bottom: 80px; box-sizing: border-box;}
#home .sobre .subtitulo {margin: 30px 0 45px; max-width: 470px;}
#home .sobre .botao {margin-top: 60px;}
#home .sobre .box-img {position: absolute; right: 0; bottom: 0; width: 55%;}

#sobre-nos .sobre {display: flex; justify-content: space-between;}
#sobre-nos .sobre .info {width: calc(50% - 50px);}
#sobre-nos .sobre .titulo {margin-bottom: 20px; width: 100%; max-width: 420px;}
#sobre-nos .sobre .subtitulo {margin: 30px 0 45px; max-width: 470px;}
#sobre-nos .sobre .galeria {position: absolute; overflow: hidden; border-radius: 25px; right: 0; bottom: 170px; width: 50%;}
#sobre-nos .sobre .galeria .owl-dots {position: absolute; bottom: 40px; width: 100%;}
#sobre-nos .sobre .box-galeria {position: relative; display: block; overflow: hidden; height: 715px; border-radius: 25px; background: #333;}
#sobre-nos .sobre .box-galeria::before {content: ""; position: absolute; z-index: 2; left: 0; bottom: 0; width: 100%; height: 100%; background: linear-gradient(0deg, rgb(20 20 20 / 64%) 0%, rgb(20 20 20 / 31%) 30%, rgba(255, 255, 255, 0) 60%);}
#sobre-nos .sobre .box-galeria img {height: 100%; width: 100%; opacity: .7; object-fit: cover; transition-duration: .8s;}
#sobre-nos .sobre .box-galeria:hover img {opacity: .4; transition-duration: .8s;}
#sobre-nos .valores {position: relative; height: 680px; padding-top: 100px;}
#sobre-nos .valores .wrapper {height: 100%;}
#sobre-nos .valores .lista {width: 50%; gap: 50px; padding-left: 45px; border-left: solid 2px #e7ebef; box-sizing: border-box; display: flex; flex-wrap: wrap; justify-content: space-between;}
#sobre-nos .valores .item {width: calc(50% - 25px); margin-bottom: 75px; box-sizing: border-box;}
#sobre-nos .valores .item:nth-child(3) {margin-bottom: 30px;}
#sobre-nos .valores .item:nth-child(4) {margin-bottom: 30px;}
#sobre-nos .valores .item .titulo {margin-bottom: 30px;}
#sobre-nos .valores .box-img {position: absolute; right: 0; bottom: 0; width: 55%;}
#sobre-nos .valores .selo {position: absolute; right: 0; bottom: 60px;}
#sobre-nos .valores .selo svg {width: 265px; max-height: 75px; height: auto;}
#sobre-nos .valores .selo svg path {fill: #fff;}
#sobre-nos .bg-solucoes {position: relative; padding: 80px 0 230px;}
#sobre-nos .bg-solucoes::after {content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 800px; background: linear-gradient(0deg,rgba(162, 173, 183, 0.98) 15%, rgba(255, 255, 255, 1) 100%);}
#sobre-nos .bg-solucoes .bg {position: absolute; right: 0; top: 330px;}
#sobre-nos .solucoes .conteudo {display: flex; justify-content: space-between;}
#sobre-nos .solucoes .info {width: calc(50% - 20px);}
#sobre-nos .solucoes .info .titulo {margin-bottom: 65px;}
#sobre-nos .solucoes .box {display: flex; flex-direction: column;}
#sobre-nos .solucoes .box .titulo {margin-bottom: 20px; width: 100%; max-width: 420px;}
#sobre-nos .solucoes .box .itens {margin-top: 25px; display: flex; flex-wrap: wrap;}
#sobre-nos .solucoes .box .item {display: flex; align-items: center; cursor: pointer; font-size: 13px; height: 25px; padding: 0 15px; border-radius: 50px; margin-right: 10px; margin-bottom: 10px; background: #a2acb6; color: #fff; transition-duration: .8s;}
#sobre-nos .solucoes .listas {padding-top: 90px; display: flex; flex-direction: column;}
#sobre-nos .solucoes .listas .titulo {margin-bottom: 30px;}
#sobre-nos .solucoes .lista {padding-bottom: 60px;}
#sobre-nos .solucoes .solucao {display: flex; flex-direction: column; position: relative; box-sizing: border-box; cursor: pointer; height: 170px;}
#sobre-nos .solucoes .solucao::after {content: ""; position: absolute; left: 0; bottom: 3px; width: 100%; height: 1px; background: #ccd4dd; transition-duration: .8s;}
#sobre-nos .solucoes .solucao:hover::after {bottom: 0; height: 4px; transition-duration: .8s;}
#sobre-nos .solucoes .solucao .titulo {margin-bottom: 25px; font-size: 16px; font-weight: 400;}
#sobre-nos .solucoes .lista .owl-dots .owl-dot {border: solid 1px #fff0; transition-duration: .8s;}
#sobre-nos .solucoes .lista .owl-dots .owl-dot:hover {border-color: #a2acb673; transition-duration: .8s;}
#sobre-nos .solucoes .lista .owl-dots .owl-dot.active {border-color: #a2acb673; transition-duration: .8s;}
#sobre-nos .solucoes .lista .owl-dots .owl-dot::before {background: #a2acb6;}
#sobre-nos .contato {margin-top: -170px;}
#sobre-nos .galeria-solucoes {padding-top: 70px;}
#sobre-nos .galeria-solucoes .box-galeria {position: relative; overflow: hidden; display: block; height: 510px; border-radius: 25px; background: #004368;}
#sobre-nos .galeria-solucoes .box-galeria::after {content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; opacity: 0; background: linear-gradient(0deg,rgba(0, 102, 153, 1) 0%, rgba(255, 255, 255, 0) 60%); transition-duration: .8s;}
#sobre-nos .galeria-solucoes .box-galeria:hover::after {opacity: 1; transition-duration: .8s;}
#sobre-nos .galeria-solucoes .box-galeria img {height: 100%; width: 100%; opacity: .5; object-fit: cover;}
#sobre-nos .galeria-solucoes .owl-dots .owl-dot {border: solid 1px #fff0; transition-duration: .8s;}
#sobre-nos .galeria-solucoes .owl-dots .owl-dot:hover {border-color: #fff; transition-duration: .8s;}
#sobre-nos .galeria-solucoes .owl-dots .owl-dot.active {border-color: #fff; transition-duration: .8s;}
#sobre-nos .galeria-solucoes .owl-dots .owl-dot::before {background: #fff;}
#sobre-nos .bg-contato {padding-top: 0;}

#solucao .sobre {display: flex; justify-content: space-between;}
#solucao .sobre .info {width: calc(50% - 35px);}
#solucao .sobre .box {margin-top: 65px;}
#solucao .sobre .titulo {margin-bottom: 20px; width: 100%; max-width: 420px;}
#solucao .sobre .itens {margin-top: 25px; display: flex; flex-wrap: wrap;}
#solucao .sobre .item {display: flex; align-items: center; cursor: pointer; font-size: 13px; height: 25px; padding: 0 15px; border-radius: 50px; margin-right: 10px; margin-bottom: 10px; background: #a2acb6; color: #fff; transition-duration: .8s;}
#solucao .sobre .galeria {position: absolute; overflow: hidden; border-radius: 25px; right: 0; bottom: 25px; width: 50%;}
#solucao .sobre .galeria .owl-dots {position: absolute; bottom: 40px; width: 100%;}
#solucao .sobre .box-galeria {position: relative; display: block; overflow: hidden; height: 715px; border-radius: 25px; background: #333;}
#solucao .sobre .box-galeria::before {content: ""; position: absolute; z-index: 2; left: 0; bottom: 0; width: 100%; height: 100%; background: linear-gradient(0deg, rgb(20 20 20 / 64%) 0%, rgb(20 20 20 / 31%) 30%, rgba(255, 255, 255, 0) 60%);}
#solucao .sobre .box-galeria img {height: 100%; width: 100%; opacity: .7; object-fit: cover; transition-duration: .8s;}
#solucao .sobre .box-galeria:hover img {opacity: .4; transition-duration: .8s;}
#solucao .vantagens .chamada {display: none;}
#solucao .vantagens .lista {padding-top: 0;}
#solucao .box-linha {margin-top: 60px;}
#solucao .box-topo-produto .info {max-width: 500px;}

#segmentos .segmentos {display: flex; flex-direction: column;}
#segmentos .segmento {display: flex; justify-content: space-between; padding-bottom: 50px;}
#segmentos .segmento:nth-child(even) {flex-direction: row-reverse;}
#segmentos .segmento .info {width: calc(50% - 20px); max-width: 620px; padding-top: 20px; box-sizing: border-box;}
#segmentos .segmento .info .subtitulo {margin: 20px 0 30px;}
#segmentos .segmento .box-img {position: relative; overflow: hidden; background: #004368; width: 50%; height: 330px; border-radius: 25px;}
#segmentos .segmento .box-img::after {content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; background: linear-gradient(180deg,rgba(255, 255, 255, 0) 25%, rgba(20, 20, 20, 0.65) 100%);}
#segmentos .segmento .box-img img {height: 100%; width: 100%; opacity: .7; object-fit: cover;}
#segmentos .slogan {border-top: solid 1px #ccd4dd;}

#produtos .lista {display:flex;flex-wrap:wrap;}
#produtos .lista .produto {width:calc(25% - 40px);margin:0px 20px;margin-bottom:40px;}

#trabalhe-conosco .conteudo {display: flex; justify-content: space-between;}
#trabalhe-conosco .vagas {width: 30%;}
#trabalhe-conosco .lista {margin-top: 25px;}
#trabalhe-conosco .vaga {padding: 40px 40px 25px; cursor: pointer; display: flex; flex-direction: column; justify-content: flex-start; position: relative;}
#trabalhe-conosco .vaga::before {content: ""; position: absolute; z-index: -1; left: 0; bottom: 0; width: 100%; height: 100%; border-radius: 25px 25px 0 0; background: linear-gradient(0deg,rgba(255, 255, 255, 0) 35%, rgba(244, 245, 247, 1) 95%);}
#trabalhe-conosco .vaga::after {content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 4px; background: #ccd4dd;}
#trabalhe-conosco .vaga svg {height: 28px; width: 28px; transform: rotate(90deg);}
#trabalhe-conosco .vaga svg rect {fill: #a2acb6;}
#trabalhe-conosco .vaga .titulo {margin: 30px 0 35px;}
#trabalhe-conosco .form {width: calc(70% - 50px);}

#contato .informacoes {display: flex; justify-content: space-between;}
#contato .informacoes .texto {width: 50%; max-width: 580px;}
#contato .informacoes .itens {width: 50%; padding-left: 10px; box-sizing: border-box; display: flex; flex-direction: column;}
#contato .informacoes .item {display: flex; align-items: center; font-size: 14px; margin-bottom: 15px;}
#contato .informacoes .item .botao-secundario {margin-left: 15px;}
#contato .form {padding-top: 45px;}
#contato .bg-mapa {width: 100%; padding-top: 90px; position: relative;}
#contato .bg-mapa .bg {position: absolute; right: 0; bottom: -100px;}
#contato .mapa {display: flex; flex-direction: column;}
#contato .mapa .endereco {display: flex; margin-bottom: 40px;}
#contato .mapa .texto {max-width: 420px;}
#contato .mapa svg {margin-right: 10px; width: 17px; height: 21px;}
#contato .mapa svg path {fill: #a59ed8;}
#contato .mapa .botao-secundario {margin-left: 40px;}
#contato .mapa iframe {border-radius: 25px;}

#politica .box-topo-interno .info {max-width: 600px;}
#politica .conteudo {padding-bottom: 100px;}