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);}
.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: #323e48!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: 35px;}
.titulo.size3 {font-size: 25px;}
.titulo.size4 {font-size: 20px;}
.titulo b {font-weight: 500;}

.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;}
.semibold {font-weight: 400;}
.bold {font-weight: 500;}

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

.branco {color: #fff;}
.bege {color: #bbbab0;}
.verde {color: #7e7f74;}
.azul {color: #323e48;}

.botao {color: #bbbab0; font-size: 14px; letter-spacing: 1px; font-weight: 500; position: relative; box-sizing: border-box; display: flex; align-items: center; width: fit-content;  cursor: pointer; transition-duration: .8s;}
.botao svg {height: 8px; width: 5px; margin: 0 10px 0 40px; transition-duration: .8s;}
.botao:hover svg {margin: 0 0 0 50px; transition-duration: .8s;}
.botao svg path {fill: #bbbab0; transition-duration: .8s;}
.botao.branco {color: #fff;}
.botao.branco svg path {fill: #fff; transition-duration: .8s;}

.owl-dots {display: flex; align-items: center; justify-content: center; margin-top: 50px;}
.owl-dots .owl-dot {position: relative; height: 6px; width: 70px; border-top: solid 1px #bbbab000; margin: 0 10px; transition-duration: .8s;}
.owl-dots .owl-dot:hover {border-top: solid 1px #bbbab0; transition-duration: .8s;}
.owl-dots .owl-dot.active {border-top: solid 1px #bbbab0; transition-duration: .8s;}
.owl-dots .owl-dot::after {content: ""; position: absolute; z-index: 2; bottom: 0; left: 0; background: #bbbab0; height: 2px; width: 100%;}

.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: 60.5px; transition-duration: .8s;}
.ico-menu.scroll {top: 31px; transition-duration: .8s;}
.ico-menu .linha {width: 26px; height: 3px; background: #bbbab0; 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: #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: fixed; display: flex; flex-direction: column; overflow: auto; background: #323e48; 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; height: fit-content;}
.menu-mobile .logo svg path {fill: #bbbab0;}
.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: #bbbab0;}
.menu-mobile .menu-solucoes-mob {display: flex; flex-direction: column; padding: 0 10px; background: #bbbab0; border-radius: 10px; max-height: 0; overflow: hidden; transition-duration: 1s;}
.menu-mobile .menu-solucoes-mob.active {padding: 15px 10px 20px; max-height: 500px; margin-top: 5px; transition-duration: 1s;}
.menu-mobile .menu-solucoes-mob li {margin-bottom: 10px;}
.menu-mobile .link-solucao {font-size: 18px;}
.menu-mobile .menu-portfolio-mob {display: flex; flex-direction: column; padding: 0 10px; background: #bbbab0; border-radius: 10px; max-height: 0; overflow: hidden; transition-duration: 1s;}
.menu-mobile .menu-portfolio-mob.active {padding: 15px 10px 20px; max-height: 500px; margin-top: 5px; transition-duration: 1s;}
.menu-mobile .menu-portfolio-mob li {margin-bottom: 10px;}
.menu-mobile .link-portfolio {font-size: 18px;}
.menu-mobile .social {padding-top: 40px;}
.menu-mobile .social a {background: #bbbab0;}
.menu-mobile .social a svg path {fill: #323e48;}

.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: #323e48; transition-duration: .8s;}
.social a:hover {background: #bbbab0; 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: #bbbab0; transition-duration: .8s;}
.social a:hover svg path {fill: #323e48; transition-duration: .8s;}

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; background: #fff; transition-duration: .8s;}
form .box.focus {background: #bbbab0; transition-duration: .8s;}
form .small4 {width: calc(25% - 7px);}
form .small2 {width: calc(50% - 7px);}
form .small {width: 100%;}
form .small.mensagem {height: 240px;}
form .box .label {font-size: 14px; position: absolute; top: 50%; transform: translateY(-50%); left: 25px; font-weight: 600; color: #7e7f74; transition-duration: .8s;}
form .box.focus .label {font-size: 12px; top: 8px; 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 1px #bbbab0; 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: 95%!important; background-size: 10px!important; -webkit-appearance: none;}
form select option {font-size: 16px; background: #bbbab0;}
form textarea {resize: none; padding-top: 35px;}
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; background: none; display: flex; align-items: center; outline: 0; height: 50px; padding: 0 26px; background: #7e7f74; color: #fff; transition-duration: .8s;}
form .botao:hover {background: #1d252c; transition-duration: .8s;}

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

.projetos {width: 100%;}
.projetos .owl-dots {position: absolute; z-index: 4; bottom: 50px; left: 50%; transform: translateX(-50%); margin: 0;}
.projeto {height: 950px; width: 100%; background: #1d252c; display: block; position: relative; overflow: hidden;}
.projeto::after {content: ""; position: absolute; z-index: 2; left: 0; bottom: 0; width: 100%; height: 100%; background: linear-gradient(0deg, rgba(0,0,0,0.6699054621848739) 0%, rgba(0,0,0,0) 20%);}
.projeto img {position: absolute; object-fit: cover; z-index: 1; height: 100%; width: 100%; opacity: .8; transition-duration: .8s;}
.projeto:hover img {transform: scale(1.1); filter: blur(3px); opacity: .2; transition-duration: .8s;}
.projeto .info {display: flex; align-items: center; justify-content: space-between; position: absolute; z-index: 3; width: calc(100% - 40px); max-width: 1420px; left: 50%; transform: translateX(-50%); bottom: 100px;}
.projeto .selo svg {height: 40px; width: 40px;}
.projeto .selo svg path {fill: #fff;}

.portfolio {width: 100%; height: 600px; margin-bottom: 35px; background: #1d252c; cursor: pointer; position: relative; display: flex; justify-content: center; overflow: hidden;}
.portfolio::after {content: ""; position: absolute; z-index: 2; width: 100%; height: 100%; background: linear-gradient(0deg, rgba(0, 0, 0, 0.726) 0%, rgba(0,0,0,0) 25%);}
.portfolio img {position: absolute; object-fit: cover; z-index: 1; height: 100%; width: 100%; opacity: .3; transition-duration: .8s;}
.portfolio:hover img {transform: scale(1.1); filter: blur(3px); opacity: .2; transition-duration: .8s;}
.portfolio .info {display: flex; flex-direction: column; align-items: center; position: absolute; z-index: 3; top: 80px;}
.portfolio .selo svg {height: 70px; width: 70px;}
.portfolio .selo svg path {fill: #fff;}
.portfolio .titulo.size2 {margin: 95px 0 15px;}
.portfolio .titulo.grande {font-size: 65px;}

.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: .8s;}
.vantagem:hover {background: #dbff00; border-color: #fff; box-shadow: -2px 2px 10px 3px #ddff0047; padding-top: 75px; height: 310px; transition-duration: .8s;}
.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: .8s;}
.vantagem:hover::after {opacity: 1; transition-duration: .8s;}
.vantagem .titulo {margin-bottom: 45px; width: 90%; transition-duration: .8s;}
.vantagem:hover .titulo {color: #000; transition-duration: .8s;}
.vantagem .texto {transition-duration: .8s;}
.vantagem:hover .texto {color: #000; transition-duration: .8s;}

.botao-solucoes {display: flex; justify-content: space-between; overflow: hidden; position: relative; cursor: pointer; margin-top: 130px; height: 185px; background: #1d252c; transition-duration: .8s;}
.botao-solucoes:hover {background: #7e7f74; transition-duration: .8s;}
.botao-solucoes .botao {width: 50%; padding-right: 100px; box-sizing: border-box; justify-content: flex-end;}
.botao-solucoes:hover .botao svg {margin: 0 0 0 50px;}
.botao-solucoes img {width: 50%; height: 700px; bottom: 0; position: relative; object-fit: cover; transition-duration: 20s;}
.botao-solucoes:hover img {bottom: 520px; transition-duration: 20s;}

.valores {padding: 150px 0 100px; background: #f1f1ec;}
.valor {cursor: pointer; box-sizing: border-box; height: 460px; padding: 60px 45px 60px 40px; background: #7e7f74; transition-duration: .8s;}
.valor:hover {background: #fff; transition-duration: .8s;}
.valor .titulo {margin-bottom: 45px; transition-duration: .8s;}
.valor:hover .titulo {color: #7e7f74; transition-duration: .8s;}
.valor .texto {transition-duration: .8s;}
.valor:hover .texto {color: #7e7f74; transition-duration: .8s;}
.valor .linha {position: absolute; left: 40px; bottom: 60px; width: 20px; height: 2px; background: #fff; transition-duration: .8s;}
.valor:hover .linha {width: 70px; background: #7e7f74; transition-duration: .8s;}

.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;}

.como-trabalhamos {padding-top: 100px; display: flex; flex-direction: column;}
.como-trabalhamos .item {margin-top: 20px; display: flex; flex-direction: column; cursor: pointer;}
.como-trabalhamos .item:first-child {margin-top: 60px;}
.como-trabalhamos .item .box {height: 90px; padding: 0 40px; background: #fff; box-shadow: 0px 5px 20px 3px #00000014; display: flex; align-items: center; justify-content: space-between; box-sizing: border-box; transition-duration: .8s;}
.como-trabalhamos .item:hover .box {background: #7e7f74; transition-duration: .8s;}
.como-trabalhamos .item.active .box {background: #7e7f74; transition-duration: .8s;}
.como-trabalhamos .item .ver {position: relative; display: flex; justify-content: center; align-items: center; height: 40px; width: 40px; transition-duration: .8s;}
.como-trabalhamos .item.active .ver {transform: rotate(-180deg); transition-duration: .8s;}
.como-trabalhamos .item .linha {position: absolute; width: 40px; height: 2px; background: #bbbab0;}
.como-trabalhamos .item .mais {width: 2px!important; height: 40px; transition-duration: .8s;}
.como-trabalhamos .item.active .mais {opacity: 0; transition-duration: .8s;}
.como-trabalhamos .item .titulo {transition-duration: .8s;}
.como-trabalhamos .item:hover .titulo {color: #fff; transition-duration: .8s;}
.como-trabalhamos .item.active .titulo {color: #fff; transition-duration: .8s;}
.como-trabalhamos .item .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;}
.como-trabalhamos .item.active .texto {max-height: 550px; opacity: 1; margin: 45px 0 50px; transition-duration: .8s;}

.box-topo-interno {position: relative; height: 70vh; max-height: 650px; 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: 25px 0 0; transition-duration: .8s;}
#header.active {padding: 15px 0;}
#header::before {content: ""; position: absolute; z-index: -1; left: 0; top: 0; width: 100%; height: 200px; background: linear-gradient(180deg, #0000009a 0%, #00000000 100%); transition-duration: .8s;}
#header.active::before {opacity: 0; height: 0; transition-duration: .8s;}
#header::after {content: ""; position: absolute; left: 0; top: 35px; height: calc(100% - 50px); width: 4px; background: #bbbab0; transition-duration: .8s;}
#header.active::after {top: 30px; height: calc(100% - 60px); transition-duration: .8s;}
#header .bg {position: absolute; z-index: -1; height: 100%; width: 5px; opacity: 0; top: 0; background: #1e252d; 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: 220px; margin-bottom: 35px; height: fit-content; 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 {height: 50px; width: 50px;}
#header .menu {display: flex; align-items: center;}
#header .menu li {margin-right: 80px;}
#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: #bbbab0; 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: #bbbab0; transition-duration: .8s;}
#header .menu-solucoes {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-solucoes.active {height: 100vh; transition-duration: .8s;}
#header .menu-solucoes .solucoes {padding: 0; width: 100%; height: 0; opacity: 0; box-sizing: border-box; overflow: hidden; transition-duration: .8s;}
#header .menu-solucoes.active .solucoes {height: fit-content; opacity: 1; transition-duration: .8s;} 
#header .menu-solucoes .solucoes .conteudo {height: auto;}
#header .menu-solucoes .solucoes .bg {display: none;}
#header .menu-solucoes .solucoes .owl-stage {background: #1d252c;}
#header .menu-solucoes .solucoes .solucao {height: 460px;}
#header .menu-solucoes .info-solucoes {display: none;}
#header .menu-portfolio {overflow: auto; box-sizing: border-box; display: flex; align-items: center; position: absolute; 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-portfolio.active {height: 100vh; transition-duration: .8s;}
#header .menu-portfolio .wrapper {height: fit-content;}
#header .menu-portfolio .lista {display: flex; justify-content: space-between; opacity: 0; transition-duration: .8s;}
#header .menu-portfolio.active .lista {opacity: 1; transition-duration: .8s;}
#header .menu-portfolio .projeto {width: calc(50% - 10px); height: 460px;}
#header .menu-portfolio .projeto .info {bottom: 25px;}
#header .menu-portfolio .projeto .selo {width: fit-content; position: absolute; right: 20px; top: 25px; opacity: 0; transition-duration: .8s;}
#header .menu-portfolio .projeto:hover .selo {opacity: 1; transition-duration: .8s;}

#footer {background: url(../imagens/site/footer.jpg) no-repeat center #1d252c; background-size: cover; position: relative;}
#footer .conteudo {display: flex; justify-content: space-between; align-items: flex-start; padding: 105px 0 90px;}
#footer .logo {position: absolute; left: 50%; transform: translateX(-50%); top: 45px;}
#footer .logo svg {width: 255px; height: fit-content;}
#footer .logo svg path {fill: #bbbab0;}
#footer .itens {display: flex; flex-direction: column;}
#footer .item {cursor: pointer; font-size: 12px; margin-bottom: 12px; transition-duration: .8s;}
#footer .item:hover {color: #7e7f74; transition-duration: .8s;}
#footer .item:last-child {margin: 0;}
#footer .social a {background: #bbbab0; transition-duration: .8s;}
#footer .social a:hover {background: #323e48; transition-duration: .8s;}
#footer .social a svg path {fill: #1d252c; transition-duration: .8s;}
#footer .social a:hover svg path {fill: #bbbab0; 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; color: #d0d3d4; transition-duration: .8s;}
#footer .menu .link:hover {color: #7e7f74; 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;}
#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 .titulo.size3 {letter-spacing: 4px; margin-top: 10px;}
#home .banner .botao {margin-top: 50px;}
#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: 180px 0 290px; 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;}
#home .sobre .selo {margin: 110px 0 135px;}
#home .sobre .selo svg {height: 50px; width: fit-content;}
#home .sobre .texto {columns: 2; line-height: 160%;}
#home .mandala {height: 780px; width: 780px; border-radius: 50%; border: solid 3px #f3f3f1; margin: -150px auto 20px; display: flex; align-items: center; justify-content: center; position: relative;}
#home .mandala::before {content: ""; position: absolute; z-index: 1; height: 660px; width: 660px; border-radius: 50%; background: #f3f3f1;}
#home .mandala .selo {display: flex; align-items: center; justify-content: center; position: absolute; z-index: 4; height: 240px; width: 240px; border-radius: 50%; background: linear-gradient(180deg,rgba(149, 165, 177, 1) 15%, rgba(48, 57, 64, 1) 100%);}
#home .mandala .selo svg {height: 90px; width: 90px;}
#home .mandala .selo svg path {fill: #1e252d;}
#home .mandala .spin {position: absolute; height: calc(100% - 40px); width: calc(100% - 40px);}
#home .mandala .spin svg {height: 100%!important; width: 100%!important; object-fit: contain;}
#home .mandala .spin svg {animation: rotate infinite 10s linear;}
#home .mandala .spin svg circle {fill: #1e252d;}
@keyframes rotate {
0% {transform: rotate(360deg) translate3D(0%, 0%, 0);}
100% {transform: rotate(0) translate3D(0%, 0%, 0);}
} 
#home .mandala .centro {display: flex; flex-wrap: wrap; justify-content: space-between; align-content: space-between; position: absolute; overflow: hidden; gap: 12px; height: 330px; width: 330px; border-radius: 50%; z-index: 3;}
#home .mandala .box {position: relative; z-index: 1; height: calc(50% - 12px); width: calc(50% - 12px); background: #dbdbdb;}
#home .mandala .segmentos {overflow: hidden; position: relative; display: flex; flex-wrap: wrap; justify-content: space-between; align-content: space-between; gap: 2.5px; height: 620px; width: 620px; border-radius: 50%;}
#home .mandala .segmentos::after {content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 2; height: 390px; width: 390px; border-radius: 50%; background: #f2f2f0;}
#home .mandala .segmento {position: relative; display: flex; justify-content: center; align-items: center; cursor: pointer; z-index: 1; height: calc(50% - 2.5px); width: calc(50% - 2.5px); font-size: 50px; transition-duration: .8s;}
#home .mandala .segmento:nth-child(1) {background: #1e252d; transition-duration: .8s;}
#home .mandala .segmento:nth-child(1):hover {background: #1e252d57; transition-duration: .8s;}
#home .mandala .segmento:nth-child(2) {background: #2f3946; transition-duration: .8s;}
#home .mandala .segmento:nth-child(2):hover {background: #2f394657; transition-duration: .8s;}
#home .mandala .segmento:nth-child(3) {background: #5c728b; transition-duration: .8s;}
#home .mandala .segmento:nth-child(3):hover {background: #5c728b57; transition-duration: .8s;}
#home .mandala .segmento:nth-child(4) {background: #4b5e73; transition-duration: .8s;}
#home .mandala .segmento:nth-child(4):hover {background: #4b5e7357; transition-duration: .8s;}
#home .mandala .segmento svg {height: 45%; width: 50%;}
#home .mandala .segmento svg path {fill: #c4c4c4; transition-duration: .8s;}
#home .mandala .segmento:hover svg path {fill: #fff; transition-duration: .8s;}
#home .mandala #juridica svg {transform: rotate(90deg); margin: 0 0 20px 20px;} 
#home .mandala #contabil svg {transform: rotate(270deg); margin: 0 30px 30px 0;} 
#home .mandala #financeira svg {margin: 20px 20px 0 0;} 
#home .mandala #funding svg {margin: 20px 0 0 20px;} 
#home .mandala .box-segmento {height: fit-content; position: absolute; z-index: 5; padding: 20px 25px; width: 325px; font-size: 14px; font-weight: 500; color: #7e7f74; background: #f0f0ee; opacity: 0; transform: scale(.8); transition-duration: .8s;}
#home .mandala .box-segmento.active {opacity: 1; transform: scale(1); transition-duration: .8s;}
#home .mandala #box-juridica {left: calc(100% - 50px); top: 15%;}
#home .mandala #box-contabil {right: calc(100% - 50px); top: 15%;}
#home .mandala #box-financeira {right: calc(100% - 50px); bottom: 15%;}
#home .mandala #box-funding {left: calc(100% - 50px); bottom: 15%;}
#home .segmentos-mobile {display: none; flex-direction: column; width: 100%; margin-bottom: 35px;}
#home .segmentos-mobile .lista {padding-top: 30px;}
#home .segmento-mobile {box-sizing: border-box; height: 320px; padding: 40px 30px 30px 25px; background: #f2f2f0;}
#home .segmento-mobile .titulo {margin-bottom: 20px;}
#home .segmento-mobile .linha {position: absolute; left: 25px; bottom: 30px; width: 20px; height: 2px; background: #7e7f74;}
#home .solucoes-home {padding: 130px 0; display: flex; flex-wrap: wrap; justify-content: space-between;}
#home .solucoes-home .titulo-topo {width: 100%; margin-bottom: 60px;}
#home .solucoes-home .lista {width: calc(50% - 70px); display: flex; flex-direction: column;}
#home .solucoes-home .solucao-home {display: flex; align-items: center; justify-content: space-between; box-sizing: border-box; cursor: pointer; width: 100%; height: 90px; margin-bottom: 20px; padding: 0 40px; background: #fff; box-shadow: 0px 5px 20px 3px #00000014; transition-duration: .8s;}
#home .solucoes-home .solucao-home:hover {background: #7e7f74; transition-duration: .8s;}
#home .solucoes-home .solucao-home.active {background: #7e7f74; transition-duration: .8s;}
#home .solucoes-home .solucao-home:last-child {margin-bottom: 0;}
#home .solucoes-home .solucao-home .titulo {transition-duration: .8s;}
#home .solucoes-home .solucao-home:hover .titulo {color: #fff; transition-duration: .8s;}
#home .solucoes-home .solucao-home.active .titulo {color: #fff; transition-duration: .8s;}
#home .solucoes-home .solucao-home .ver {position: relative; display: flex; justify-content: center; align-items: center; height: 40px; width: 40px; transition-duration: .8s;}
#home .solucoes-home .solucao-home:hover .ver {transform: rotate(-180deg); transition-duration: .8s;}
#home .solucoes-home .solucao-home.active .ver {transform: rotate(-180deg); transition-duration: .8s;}
#home .solucoes-home .solucao-home .linha {position: absolute; width: 40px; height: 2px; background: #bbbab0;}
#home .solucoes-home .solucao-home .mais {width: 2px!important; height: 40px; transition-duration: .8s;}
#home .solucoes-home .solucao-home:hover .mais {opacity: 0; transition-duration: .8s;}
#home .solucoes-home .solucao-home.active .mais {opacity: 0; transition-duration: .8s;}
#home .solucoes-home .info {width: 50%;}
#home .solucoes-home .info .titulo {margin-bottom: 45px; width: 70%;}
#home .solucoes-home .info .linha {margin-top: 40px; width: 70px; height: 2px; background: #bbbab0;}
#home .solucoes-home-mobile {display: none;}

#sobre-nos .sobre {padding-bottom: 80px; display: flex; align-items: flex-start; justify-content: flex-end; position: relative;}
#sobre-nos .sobre .bg {position: absolute; display: flex; justify-content: center; z-index: -1; left: 50%; transform: translateX(-50%); bottom: 15px; width: 105%;}
#sobre-nos .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%);}
#sobre-nos .sobre .bg svg {width: 100%; max-width: 1630px; height: 255px;}
#sobre-nos .sobre .bg svg path {fill: #f0f0ee;}
#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; height: 635px; background: #1d252c;}
#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 .missao {display: flex; justify-content: space-between; width: 100%; padding-top: 80px;}
#sobre-nos .missao .esquerda {display: flex; flex-direction: column; box-sizing: border-box; width: calc(50% - 50px); padding-top: 70px;}
#sobre-nos .missao .esquerda .item:first-child {margin-bottom: 70px;}
#sobre-nos .missao .direita {width: 50%; max-width: 820px; height: 460px; padding: 70px 45px 0 60px; background: #f1f1ec; cursor: pointer; position: relative; box-sizing: border-box; transition-duration: .8s;}
#sobre-nos .missao .titulo {margin-bottom: 25px;}
#sobre-nos .clientes {padding-top: 60px;}

#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 .selo {margin-top: 75px;}
#solucao .sobre .selo svg {height: 50px; width: 51px;}
#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; height: 560px; background: #1d252c;}
#solucao .sobre .box-galeria img {height: 100%; width: 100%; object-fit: cover; transition-duration: .8s;}
#solucao .sobre .box-galeria:hover img {opacity: .6; transition-duration: .8s;}
#solucao .portfolio {margin-top: 120px;}

#portfolio .projetos {display: flex; flex-wrap: wrap; gap: 20px; padding-bottom: 120px;}
#portfolio .projeto {width: calc(50% - 10px); height: 620px; position: relative;}
#portfolio .projeto .info {bottom: 30px; width: calc(100% - 80px);}
#portfolio .projeto .titulo {font-size: 30px;}
#portfolio .projeto .selo {opacity: 0; transition-duration: .8s;}
#portfolio .projeto:hover .selo {opacity: 1; transition-duration: .8s;}

#projeto .sobre {position: relative;}
#projeto .sobre .box-logo {display: flex; justify-content: space-between; width: 100%; margin-bottom: 50px;}
#projeto .sobre .titulo {width: 50%;}
#projeto .sobre .logo {margin-top: 5px; display: flex;}
#projeto .sobre .logo svg {width: 230px; height: 37px;}
#projeto .sobre .texto {line-height: 160%; columns: 2;}
#projeto .sobre .tags {margin-top: 25px;}
#projeto .sobre .tag {height: 30px; padding: 0 20px; border-radius: 50px; font-size: 12px; font-weight: 600; background: #bbbab0; margin-right: 10px; display: flex; align-items: center; width: fit-content;}
#projeto .galeria {columns: 450px; -webkit-columns: 450px; padding-top: 60px;}
#projeto .box-galeria {position: relative; display: flex; overflow: hidden; cursor: pointer; margin-bottom: 20px; background: #1d252c;}
#projeto .box-galeria img {width: 100%; transition-duration: .8s;}
#projeto .box-galeria:hover img {opacity: .6; transition-duration: .8s;}
#projeto .botao-solucoes {margin-bottom: 35px;}

#contato .box-form {position: relative; padding-bottom: 120px;}
#contato .box-form .bg {position: absolute; right: 0; top: -50px;}
#contato .info {width: 100%; position: relative;}
#contato .info .texto {margin-top: 75px; columns: 2;}
#contato .info .selo {position: absolute; right: 0; bottom: 0;}
#contato .info .selo svg {height: 50px; width: 51px;}
#contato .links {display: flex; flex-direction: column; margin-top: 85px;}
#contato .link {cursor: pointer; display: flex; align-items: center; margin-bottom: 10px; font-size: 14px; font-weight: 600; transition-duration: .8s;}
#contato .link:hover {opacity: .5; transition-duration: .8s;}
#contato .link svg {height: 22px; width: 22px; margin-right: 15px;}
#contato .link svg path {fill: #7e7f74; transition-duration: .8s;}
#contato .form {padding-top: 75px;}
#contato .especializacoes .bg {display: none;}
#contato .orcamento {margin-bottom: 100px;}

#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: 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 .conteudo .botao {display: flex; align-items: center; outline: 0; height: 50px; padding: 0 26px; background: #7e7f74; color: #fff; transition-duration: .8s;}
#erro .conteudo .botao:hover {background: #1d252c; transition-duration: .8s;}
#erro .box-end {width: 100%; height: 120px; background: #e4e4e3;}