html {background:#fff;}
body {font-size:14px;font-weight:500;color:#101820;font-family:'Poppins';}
html,
body {height:100%;}

html.active {overflow: hidden;}

* {-webkit-font-smoothing: antialiased;}

i, em {font-style:italic;}

a {color:#101820;}

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: #101820;
  color: #fff;
}
::-moz-selection {
  background: #101820;
  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:1680px;position:relative;z-index:2;left:50%;transform:translateX(-50%);width:calc(100% - 40px);}

.texto {line-height:150%;}
.texto p {margin-bottom:16px;}
.texto img {display:table;margin:0 auto;max-width:100%;}

.no-register {font-size: 13px; color: #b1b1b1;}

.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: #101820!important;
}

.lg-backdrop {
    background-color: #999999!important;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
    background-color: #101820!important;
    border-radius: 40px!important;
    color: #fff!important;
    padding: 20px 20px 20px!important;
}

#content {position:relative;width:100%;max-width:1920px;margin:0 auto;background:#fff;overflow: hidden;}

#content-page {position: relative;}

.titulo {font-weight: 400; line-height: 115%; letter-spacing: 1px;}
.titulo.size1 {font-size: 60px; line-height: 100%;}
.titulo.size2 {font-size: 56px;}
.titulo.size3 {font-size: 45px;}
.titulo.size4 {font-size: 36px;}
.titulo.size5 {font-size: 24px;}
.titulo.size6 {font-size: 16px;}
.titulo b {font-weight: 300;}

.subtitulo {font-size: 12px;}

.texto {font-size: 14px; font-weight: 400;}
.texto.size2 {font-size: 18px;}

.botao {padding: 0 20px; height: 40px; font-size: 12px; font-weight: 500; border-radius: 50px; background: #fff0; border: solid 1px #ffffff61; color: #fff; position: relative; display: flex; justify-content: center; align-items: center; text-transform: uppercase; width: fit-content; cursor: pointer; transition-duration: .8s;}
.botao svg {height: fit-content; width: 8px; margin-left: 20px;}
.botao svg path {fill: #fff; transition-duration: .8s;}
.botao:hover svg path {fill: #003165; transition-duration: .8s;}
.botao:hover {background: #fff; color: #003165; transition-duration: .8s;}
.botao.azul {background: #003165; color: #fff; border-color: #003165;}
.botao.azul:hover {background: #fff; border-color: #003165; color: #003165;}
.botao.azul svg path {fill: #fff; transition-duration: .8s;}
.botao.azul:hover svg path {fill: #003165; transition-duration: .8s;}
.botao.grande {height: 50px; font-size: 14px; padding: 0 30px;}
.botao.pequeno {height: 30px; font-size: 11px; padding: 0 15px;}
.botao.pequeno svg {width: 6px; margin-left: 15px;}

.upp {text-transform: uppercase;}
.justf {text-align: justify;}

.branco {color: #fff;}
.azul-claro {color: #4079b6;}
.azul-cinza {color: #84a1c0;}
.azul {color: #003165;}

.bold {font-weight: 600;}
.light {font-weight: 100;}

.owl-dots {display: flex; align-items: center; justify-content: center; margin-top: 30px;}
.owl-dots .owl-dot {position: relative; height: 18px; width: 18px; border: solid 1px #fff0; border-radius: 50%; background: none; display: flex; align-items: center; justify-content: center; margin: 0 6px; transition-duration: .8s;}
.owl-dots .owl-dot::before {content: ""; position: absolute; height: 10px; width: 10px; border-radius: 50%; background: #84a1c0; transition-duration: .8s;}
.owl-dots .owl-dot:hover::before {background: #fff; transform: scale(.8); transition-duration: .8s;}
.owl-dots .owl-dot.active::before {background: #fff; transform: scale(.8); transition-duration: .8s;}
.owl-dots .owl-dot:hover {border-color: #fff; transition-duration: .8s;}
.owl-dots .owl-dot.active {border-color: #fff; 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: 150px 0 50px;}
#erro .erro .titulo {max-width: 650px; text-align: center;}
#erro .erro .botao {margin-top: 45px;}

.whatsapp {position: fixed; bottom: 60px; right: 20px; z-index: 9; height: 65px; width: 65px; border-radius: 50%; background: #63d91a; display: flex; align-items: center; justify-content: center; transition-duration: .8s;}
.whatsapp:hover {background: #45a00d; transition-duration: .8s;}
.whatsapp svg {height: auto; width: 35px;}

.ico-menu {display: none; flex-direction: column; position: absolute; right: 10px; top: 52px; z-index: 99; cursor: pointer; width: fit-content; justify-content: center;}
.ico-menu.active {position: fixed;}
.ico-menu .linha {width: 26px; height: 3px; background: #fff; margin-top: 6px;}
.ico-menu.active .linha {background: #4079b6; transition-duration: .8s;}
.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;}

.menu-mobile {position: fixed; z-index: 98; left: 100%; top: 0; width: 100%; min-height: 100vh; background: #101820; padding: 0 10px; box-sizing: border-box; display: flex; flex-direction: column; overflow: auto; transition-duration: .8s;}
.menu-mobile.active {left: 0; transition-duration: .8s;}
.menu-mobile .logo {padding-top: 40px; width: 200px; position: relative;}
.menu-mobile .logo svg {width: 100%; height: 100%; object-fit: contain;}
.menu-mobile .logo svg path {fill: #fff;}
.menu-mobile .menu {display: flex; flex-direction: column; padding: 50px 0;}
.menu-mobile .menu li {margin: 15px 0; cursor: pointer;}
.menu-mobile .menu .link {font-size: 16px; padding: 5px 0; display: flex; align-items: center;}
.menu-mobile .menu .link svg {width: 12px; margin-left: 15px; transition: all 1.2s ease;}
.menu-mobile .menu .link.active svg {transform: rotate(180deg); transition: all 1.2s ease;}
.menu-mobile .menu .link svg path {fill: #fff;}
.menu-mobile .menu .submenu {background: #4079b6; border-radius: 4px; padding: 0px 15px; max-height: 0; overflow: hidden; display: flex; flex-direction: column; transition: all 1.5s ease;}
.menu-mobile .menu .submenu.active {max-height: 800px; margin-top: 5px; padding: 15px; transition: all 1.5s ease;}
.menu-mobile .menu .submenu li {margin: 10px 0;}
.menu-mobile .menu .submenu .link-submenu {font-size: 16px;}
.menu-mobile .social {display: flex; align-items: center;}
.menu-mobile .social li {margin-left: 10px;}
.menu-mobile .social li:first-child {margin-left: 0;}
.menu-mobile .social a {display: flex; align-items: center; justify-content: center; position: relative; height: 28px; width: 28px; background: #fff; border-radius: 50%; transition-duration: .8s;}
.menu-mobile .social li svg {height: 14px; width: 14px;}
.menu-mobile .social li svg path {fill: #4079b6;}

#header {position: absolute; width: 100%; top: 20px; z-index: 9;}
#header::before {content: ""; position: absolute; left: 0; top: 0; height: 100%; width: 4px; background: #003165;}
#header::after {content: ""; position: absolute; left: 0; top: -20px; width: 100%; height: 2px; background: linear-gradient(90deg, rgba(10,18,36,1) 20%, rgba(48,106,168,1) 60%, rgba(131,161,192,1) 100%);}
#header .conteudo {display: flex; align-items: center; justify-content: space-between; position: relative; padding: 30px 0;}
#header .logo {width: 250px; height: fit-content; position: relative;}
#header .logo svg {width: 100%; height: 100%; object-fit: contain;}
#header .logo svg path {fill: #fff;}
#header .menu {display: flex;}
#header .menu li {display: flex; align-items: center; margin: 0 80px;}
#header .menu li:first-child {margin-left: 0;}
#header .menu li:last-child {margin-right: 0;}
#header .menu .link {padding: 5px 0; font-size: 14px; display: flex; align-items: center; flex-direction: column; cursor: pointer; position: relative; transition-duration: .8s;}
#header .menu .link:hover {color: #84a1c0; transition-duration: .8s;}
#header .menu .link.active {color: #84a1c0; transition-duration: .8s;}
#header .menu .link::after {content: ""; width: 15px; height: 2px; background: #4079b6; opacity: 0; position: absolute; top: calc(100% + 30px); right: 0; transition-duration: .8s;}
#header .menu .link:hover::after {opacity: 1; width: 40px; transition-duration: .8s;}
#header .menu .link.active::after {opacity: 1; width: 40px; transition-duration: .8s;}
#header .social {display: flex; align-items: center;}
#header .social li {margin-left: 10px;}
#header .social li:first-child {margin-left: 0;}
#header .social a {display: flex; overflow: hidden; position: relative; display: flex; align-items: center; justify-content: center; background: #003165; height: 28px; width: 28px; border-radius: 50%; transition-duration: .8s;}
#header .social a:hover {background: #fff; transition-duration: .8s;}
#header .social li svg {height: 14px; width: 14px;}
#header .social li svg path {fill: #fff; transition-duration: .8s;}
#header .social li:hover svg path {fill: #003165; transition-duration: .8s;}
#header .box-menu-atuacoes {height: 0; position: absolute; top: -18px; left: 0; width: 100%; z-index: 1; background: #0b1225e0; overflow: hidden; display: flex; justify-content: flex-end; flex-direction: column; cursor: pointer; box-sizing: border-box; transition-duration: .8s;}
#header .box-menu-atuacoes.active {height: 100vh; opacity: 1; box-sizing: border-box; transition: all 1s ease;}
#header .box-menu-atuacoes .menu-atuacoes {opacity: 0; padding-bottom: 40px; transition-duration: .8s;}
#header .box-menu-atuacoes.active .menu-atuacoes {opacity: 1; transition-duration: .8s;}
#header .menu-atuacoes .solucao {min-height: 75vh;display: flex;flex-direction: column;justify-content: center;overflow: hidden; align-items: center; color: #FFF;background: #0b1225;background-clip: padding-box;margin: 1px;transition-duration: .8s;}
#header .menu-atuacoes .solucao .bg {position: absolute; overflow: hidden; height: 100%; width: 100%; left: 0; top: 0; z-index: 1; transition-duration: .8s;}
#header .menu-atuacoes .solucao:hover .bg {border-radius: 0 0 65px 0; transition-duration: .8s;}
#header .menu-atuacoes .solucao .bg img {height: 100%; width: 100%; opacity: .3; object-fit: cover;}
#header .box-menu-atuacoes .solucao::after {content: '';position: absolute;top: 0; right: 0; bottom: 0; left: 0;z-index: -1;border-radius: inherit;background: linear-gradient(90deg, #0f1f39 20%, #306aa8 60%, #83a1c0 100%)}
#header .menu-atuacoes .solucao:hover {background: #4079b6; border-radius: 0 0 65px 0; transition-duration: .8s;}
#header .menu-atuacoes .solucao .icone {height: 160px; width: 160px; z-index: 2; position: relative; display: flex; align-items: center; justify-content: center;}
#header .menu-atuacoes .solucao .icone svg {max-height: 160px; max-width: 160px; object-fit: contain;}
#header .menu-atuacoes .solucao .icone svg path {fill: #fff; transition-duration: .8s;}
#header .menu-atuacoes .solucao:hover .icone svg path {fill: #4079b6; transition-duration: .8s;}
#header .menu-atuacoes .solucao .titulo {margin-top: 25px; z-index: 2; position: relative; transition-duration: .8s;}
#header .menu-atuacoes .solucao:hover .titulo {margin-top: 5px; transition-duration: .8s;}
#header .menu-atuacoes .solucao .linha {margin-top: 30px; width: 40px; height: 2px; background: #4079b6; z-index: 2; position: relative; transition-duration: .8s;}
#header .menu-atuacoes .solucao:hover .linha {width: 75px;background: #fff; transition-duration: .8s;}

#footer {background: #fff; border-bottom: solid 5px #84a1c0; z-index: 1; position: relative;}
#footer .wrapper {z-index: 5;}
#footer .conteudo {display: flex; justify-content: space-between; padding: 75px 0 65px; width: 100%; position: relative; z-index: 2;}
#footer .logo {width: 250px; display: flex; height: fit-content; position: relative; z-index: 2;}
#footer .logo svg {height: 100%; width: 100%; object-fit: contain;}
#footer .box {display: flex; align-items: flex-start;}
#footer .informacoes {display: flex; padding-left: 100px;}
#footer .informacoes li {margin-left: 110px; font-size: 12px; color: #003165; font-weight: 500; display: flex; flex-direction: column;}
#footer .informacoes li:first-child {margin-left: 0; max-width: 240px;}
#footer .informacoes li .botao-footer {margin-top: 20px; font-size: 11px; color: #003165; opacity: .8; transition-duration: .8s;}
#footer .informacoes li .botao-footer:hover {opacity: .6; transition-duration: .8s;}
#footer .informacoes li .tel {display: flex; align-items: center; margin-bottom: 25px;}
#footer .informacoes li a {font-size: 12px; color: #003165; font-weight: 500;}
#footer .social {display: flex;}
#footer .social li {margin-left: 8px;}
#footer .social li:first-child {margin-left: 0;}
#footer .social a {display: flex; align-items: center; justify-content: center; height: 28px; width: 28px; border-radius: 50%; background: #003165;}
#footer .social li svg {height: 14px; width: 14px; transition-duration: .8s;}
#footer .social li svg path {fill: #fff; transition-duration: .8s;}
#footer .politicas {height: 70px; border-top: solid 1px #f5f5f5; box-sizing: border-box; display: flex; align-items: center;}
#footer .conteudo-politicas {display: flex; align-items: center; justify-content: space-between;}
#footer .menu-politicas {display: flex; align-items: center; background: #fff;}
#footer .menu-politicas li {margin-right: 50px;}
#footer .menu-politicas .link {font-size: 11px; font-weight: 400; opacity: .8; cursor: pointer; transition-duration: .8s;}
#footer .menu-politicas .link:hover {opacity: .4; transition-duration: .8s;}

.voltar-geral {cursor: pointer; position: fixed; opacity: 0; z-index: 99; top: 40px; left: 0px; height: 50px; width: 85px; border-radius: 2px; background: #003165; box-shadow: 0 0 10px 3px #0000002e; display: flex; align-items: center; justify-content: center; transition-duration: .8s;}
.voltar-geral.active {opacity: 1; transition-duration: .8s;}
.voltar-geral svg {width: 50px; height: fit-content;}
.voltar-geral svg path {fill: #fff;}

.box-topo-interno {height: 580px; background: url(../imagens/site/bg_topo.jpg) center top #0c1225; position: relative; z-index: 5;}
.box-topo-interno::after {content: ""; position: absolute; right: 0; bottom: 0; width: 40%; max-width: 600px; height: 50px; background: #0a1224;}
.box-topo-interno .wrapper {height: 100%; position: relative;}
.box-topo-interno .info {display: flex; flex-direction: column;  position: absolute; width: 100%; bottom: 120px; z-index: 2;}
.box-topo-interno .titulo {margin-bottom: 25px;}
.box-topo-interno .scroll {position: absolute; cursor: pointer; z-index: 99; top: calc(100% - 20px); left: 50%; transform: translateX(-50%); display: flex; align-items: center; justify-content: center; height: 40px; width: 40px; border-radius: 50%; background: #003165;transition-duration: .4s;}
.box-topo-interno .scroll:hover {background: #fff; transition-duration: .4s;}
.box-topo-interno .scroll svg {width: auto; height: 8px;}
.box-topo-interno .scroll svg path {fill: #fff;transition-duration: .4s;}
.box-topo-interno .scroll:hover svg path {fill: #003165;transition-duration: .4s;}

form {display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%;}
form .box {display: flex; position: relative; box-sizing: border-box; overflow: hidden; margin-bottom: 20px; height: 70px; border: solid 1px #c9cfd5; border-radius: 0 0 20px 0; transition-duration: .8s;}
form .box.pequeno {height: 55px;}
form .small4 {width: calc(25% - 15px);}
form .small2 {width: calc(50% - 10px);}
form .small {width: 100%;}
form .small.mensagem {height: 240px;}
form .box .label {font-size: 16px; position: absolute; top: 50%; transform: translateY(-50%); left: 25px; font-weight: 400; transition-duration: .8s;}
form .box.focus .label {font-size: 16px; color: #fff; top: 10px; transform: none; transition-duration: .8s;}
form .box.mensagem .label {top: 40px; transform: none;}
form .box.focus.mensagem .label {top: 20px; transform: none;}
form .box.focus.pequeno .label {top: 5px; transform: none;}
form .box.focus.pequeno input {font-size: 15px;}
form input[type="text"],
form input[type="email"],
form input[type="phone"],
form input[type="password"],
form input[type="search"],
form textarea,
form select {outline: 0; border: 0; height: 100%; width: 100%; box-sizing: border-box; padding: 0 0 0 25px; font-size: 16px; font-weight: 400; color: #003165; transition-duration: .8s;}
form select {background: url(../svg/ico_arrow_form.svg) no-repeat right!important; background-position-x: 90%!important; background-size: 10px!important; -webkit-appearance: none;}
form select option {font-size: 16px;}
form textarea {resize: none; padding-top: 40px;}
form .botao-form {display: flex; align-items: center; width: 100%; flex-direction: row; justify-content: space-between; padding: 0 40px; box-sizing: border-box;}
form .botao-form .termos {display: flex; align-items: center; font-size: 14px; font-weight: 500; margin-right: 35px;}
form .botao-form .termos a {font-size: 12px; font-weight: 500; text-decoration: underline; margin-left: 5px; transition-duration: .8s;}
form .botao-form .termos a:hover {color: #4079b6; transition-duration: .8s;}
form .botao-form .termos input {margin-right: 10px;}
form button {outline: 0; border: none;}
form .botao::after {width: 65px;}

.box-padrao {display: flex; justify-content: space-between;}
.box-padrao.reverso {flex-direction: row-reverse;}
.box-padrao.centro {justify-content: center;}
.box-padrao .box-img {position: relative; width: 50%; height: 465px;}
.box-padrao .box-img img {width: 100%; height: 100%; object-fit: contain;}
.box-padrao .info {width: calc(50% - 40px);}
.box-padrao .titulo {width: 80%; line-height: 140%;}
.box-padrao .linha {margin: 30px 0 30px;}
.box-padrao .texto {text-align: justify;}
.box-padrao .botao {margin-top: 45px;}

.atuacoes {background: #eef2f5; padding: 0 0 160px; position: relative;}
.atuacoes .wrapper {z-index: 3;}
.atuacoes .conteudo {display: flex; justify-content: space-between; position: relative;}
.atuacoes .conteudo::before {content: ""; position: absolute; left: 170px; top: calc(100% + 150px); width: 495px; height: 10px; background: #003165;}
.atuacoes .info {width: 50%; max-width: 480px; padding-right: 220px; margin-top: 100px; text-align: left;}
.atuacoes .titulo {margin-bottom: 25px; width: 100%; max-width: 300px;}
.atuacoes .lista {padding-left: 170px; padding-top: 100px; width: 50%; max-width: 420px; box-sizing: border-box; display: flex; flex-direction: column; position: relative; z-index: 2;}
.atuacoes .lista::before {content: ""; position: absolute; left: 0; top: 0; width: 360px; height: 360px; background: #f4f7f9;}
.atuacoes .atuacao {display: flex; flex-direction: column; position: relative; font-size: 20px;font-weight: 300; margin-bottom: 15px; padding-bottom: 15px; transition-duration: .8s;}
.atuacoes .atuacao::after {content: ""; position: absolute; bottom: 0; width: 20px; height: 2px; background: #4079b6; opacity: 0; transition-duration: .8s;}
.atuacoes .atuacao:hover::after {opacity: 1; width: 65px; transition-duration: .8s;}
.atuacoes .bg {position: absolute; right: 0; top: calc(100% - 300px); width: 770px; height: 450px; z-index: 3;}
.atuacoes .bg img {height: 100%; width: 100%; object-fit: contain;}

.time {background: #0a1224; position: relative;}
.time::after {content: ""; position: absolute; right: 0; top: 305px; width: 770px; height: 150px; border: solid 1px #2f3545;}
.time .lista {padding-top: 120px;}
.time .conteudo {padding: 180px 0; position: relative;}
.time .conteudo::before {content: ""; position: absolute; bottom: 0; left: 0; width: 340px; height: 10px; background: #003165;}
.time .lista .profissional {height: 570px; display: block; position: relative; box-sizing: border-box; cursor: pointer; transition-duration: .8s;}
.time .lista .profissional img {height: 100%; width: 100%; object-fit: cover;}
.time .lista .profissional::before {content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: .4; background: linear-gradient(0deg, rgba(64, 121, 182, 0.801) 0%, rgba(10,18,36,0) 95%); z-index: 1; transition-duration: .8s;}
.time .lista .profissional:hover::before {opacity: 1; transition-duration: .8s;}
.time .lista .profissional.active::before {opacity: 1; transition-duration: .8s;}
.time .lista .profissional::after {content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: .6; background: linear-gradient(0deg, rgb(10, 18, 36) 0%, rgba(64,121,182,0) 60%); opacity: 1; transition-duration: .8s;}
.time .lista .profissional.active::after {opacity: 1; transition-duration: .8s;}
.time .lista .profissional .box-titulo {display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; box-sizing: border-box; position: absolute; z-index: 3; bottom: 55px; padding: 0 30px; width: 100%; transition-duration: .8s;}
.time .lista .profissional:hover .box-titulo {bottom: 50px; transition-duration: .8s;}
.time .lista .profissional.active .box-titulo {bottom: 20px; transition-duration: .8s;}
.time .lista .profissional .social {height: 28px; width: 28px; border-radius: 50%; background: #fff; display: flex; align-items: center; justify-content: center; transition-duration: .8s;}
.time .lista .profissional .social:hover {background: #003165; transition-duration: .8s;} 
.time .lista .profissional .social svg {height: 14px; width: 14px;}
.time .lista .profissional .social svg path {fill: #003165; transition-duration: .8s;}
.time .lista .profissional .social:hover svg path {fill: #fff; transition-duration: .8s;}
.time .lista .profissional .box {display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; box-sizing: border-box; position: relative; box-sizing: border-box; z-index: 3; width: 100%; opacity: 0; max-height: 0; transition-duration: .8s;}
.time .lista .profissional:hover .box {margin-top: 10px; max-height: 30px; opacity: 1; transition-duration: .8s;}
.time .lista .profissional.active .box {margin-top: 10px; max-height: 450px; opacity: 1; transition: all ease 1s;}
.time .lista .profissional .linha {width: 40px; height: 2px; background: #4079b6;}
.time .lista .profissional.active .mais {opacity: 0; transition-duration: .8s;}
.time .lista .profissional .texto {opacity: 0; max-height: 0; width: 100%; transition-duration: .8s;}
.time .lista .profissional.active .texto {opacity: 1; max-height: 350px; margin-top: 15px; transition: all ease 1s;}
.time .lista .profissional .ver-mais {opacity: 0; height: 0; transition: all ease 1s;}
.time .lista .profissional.active .ver-mais {opacity: 1; height: 30px; margin-top: 10px; transition: all ease 1s;}
.time .lista .profissional .borda {position: absolute; left: 0; bottom: 0; z-index: 5; width: 100%; height: 4px; background: #003165; opacity: 0; transition-duration: .8s;}
.time .lista .profissional:hover .borda {opacity: 1; transition-duration: .8s;}
.time .lista .profissional.active .borda {opacity: 1; transition-duration: .8s;}

.clientes .info-clientes {text-align: center;}
.clientes .info-clientes .titulo {margin-bottom: 15px;}
.clientes .lista {padding-top: 70px;}
.clientes .lista .cliente {height: 150px; width: fit-content; position: relative; margin: 0 auto;}
.clientes .lista .cliente img {height: 100%; width: 100%; object-fit: contain;}
.clientes .owl-dots .owl-dot {border: solid 1px #fff0; border-radius: 50%; background: none; display: flex; align-items: center; justify-content: center; margin: 0 6px; transition-duration: .8s;}
.clientes .owl-dots .owl-dot::before {background: #003165;}
.clientes .owl-dots .owl-dot:hover::before {background: #003165;}
.clientes .owl-dots .owl-dot.active::before {background: #003165;}
.clientes .owl-dots .owl-dot:hover {border-color: #003165;}
.clientes .owl-dots .owl-dot.active {border-color: #003165;}

.blog {padding: 200px 0 100px;}
.blog .info-blog {width: 100%; max-width: 300px;}
.blog .lista {padding-top: 50px;}
.post {display: flex; flex-direction: column;}
.post .data {height: 135px; padding: 0 40px 40px; background: #003165; font-size: 48px; font-weight: 100; line-height: 100%; position: relative; box-sizing: border-box; display: flex; align-items: flex-end;}
.post .data::after {content: ""; position: absolute; left: 40px; bottom: 35px; width: 75px; height: 2px; background: #6683a3; transition-duration: .8s;}
.post:hover .data::after {width: calc(100% - 80px); transition-duration: .8s;}
.post .titulo {padding: 40px 35px 0; font-size: 18px;}
.blog .owl-dots .owl-dot {border: solid 1px #fff0; border-radius: 50%; background: none; display: flex; align-items: center; justify-content: center; margin: 0 6px; transition-duration: .8s;}
.blog .owl-dots .owl-dot::before {background: #003165;}
.blog .owl-dots .owl-dot:hover::before {background: #003165;}
.blog .owl-dots .owl-dot.active::before {background: #003165;}
.blog .owl-dots .owl-dot:hover {border-color: #003165;}
.blog .owl-dots .owl-dot.active {border-color: #003165;}

#home .banners {max-height: 950px; height: 99vh; width: 100%; display: block; position: relative; background: #4079b6;}
#home .banner {height: 99vh; width: 100%; position: relative;}
#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: 180px; width: 100%; max-width: 600px; display: flex; flex-direction: column; align-items: flex-start; transition-duration: 1s;}
#home .banner .titulo {margin-bottom: 20px; width: 100%; max-width: 500px;}
#home .banner .texto {width: 100%;}
#home .banner .botao {margin-top: 80px;}
#home .banners .owl-dots {position: absolute; justify-content: flex-start; bottom: 35px; max-width: 1680px; left: 50%; transform: translateX(-50%); width: calc(100% - 40px); z-index: 3;}
#home .banners .owl-dots .owl-dot {margin: 0 40px 0 0;}
#home .decamargo {position: relative; background: #eef2f5; padding-top: 75px;}
#home .decamargo .bg {position: absolute; left: 0; top: 0; height: 780px; width: 70%; max-width: 1305px;}
#home .decamargo .bg img {height: 100%; width: 100%; object-fit: cover;}
#home .decamargo .conteudo {display: flex; justify-content: space-between;}
#home .decamargo .info {width: 30%; max-width: 470px; padding-top: 120px;}
#home .decamargo .titulo {margin-bottom: 45px;}
#home .decamargo .botao {margin-top: 120px;}
#home .decamargo .bg-galeria {max-width: 880px; width: 60%; height: auto; position: relative; background: url(../imagens/site/bg_galeria.jpg) no-repeat top right;}
#home .decamargo .galeria {height: 100%; width: 100%; max-width: 665px; position: relative;}
#home .decamargo .galeria .box-galeria {height: 100%; position: relative; display: block;}
#home .decamargo .galeria .box-galeria::before {content: ""; position: absolute; left: 0; top: 0; z-index: 2; height: 100%; width: 100%; background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(64, 121, 182, 0) 25%);}
#home .decamargo .galeria .box-galeria::after {content: ""; position: absolute; left: 0; top: 0; z-index: 3; height: 100%; width: 100%; background: linear-gradient(0deg, rgba(64, 121, 182, 0.397) 0%, rgba(64,121,182,0) 40%);}
#home .decamargo .galeria .box-galeria img {height: 100%; width: 100%; object-fit: cover;}
#home .decamargo .galeria .owl-dots {position: absolute; left: 60px; bottom: 60px; z-index: 3; box-sizing: border-box;}
#home .decamargo .galeria .owl-dots .owl-dot {margin: 0 40px 0 0;}
#home .decamargo .galeria .botao {position: absolute; margin: 0; right: 50px; bottom: 50px; z-index: 3;}

#quem-somos .sobre {position: relative; padding-bottom: 35px;}
#quem-somos .sobre::after {content: ""; position: absolute; right: 0; bottom: 0; height: 510px; width: 35%; max-width: 600px; background: #0a1224; z-index: 1;}
#quem-somos .sobre .bg {position: absolute; left: 0; top: 0; height: 100%; width: 70%; max-width: 1305px; z-index: 2;}
#quem-somos .sobre .bg img {height: 100%; width: 100%; object-fit: cover;}
#quem-somos .sobre .conteudo {display: flex; align-items: center; justify-content: space-between;}
#quem-somos .sobre .info {width: 50%; max-width: 800px; padding-top: 170px;}
#quem-somos .sobre .titulo {margin-bottom: 55px; width: 100%; max-width: 540px; line-height: 120%;}
#quem-somos .sobre .box-img {width: 50%; max-width: 690px; height: 840px; border-right: solid 10px #0a1224; background: #003165; top: 75px; position: relative;}
#quem-somos .sobre .box-img::before {content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(0deg, rgba(64,121,182,0.7399334733893557) 0%, rgba(10,18,36,0) 30%); z-index: 1;}
#quem-somos .sobre .box-img::after {content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(0deg, rgb(10, 18, 36) 0%, rgba(64,121,182,0) 20%); z-index: 2;}
#quem-somos .sobre .box-img img {height: 100%; width: 100%; opacity: .7; object-fit: cover;}
#quem-somos .galeria {padding-top: 100px;}
#quem-somos .box-galeria {position: relative; display: block; background: #0a1224; height: 600px;}
#quem-somos .box-galeria img {height: 100%; width: 100%; object-fit: cover; transition-duration: .8s;}
#quem-somos .box-galeria:hover img {opacity: .4; transition-duration: .8s;}
#quem-somos .galeria .owl-dots .owl-dot {border: solid 1px #fff0; border-radius: 50%; background: none; display: flex; align-items: center; justify-content: center; margin: 0 6px; transition-duration: .8s;}
#quem-somos .galeria .owl-dots .owl-dot::before {background: #003165;}
#quem-somos .galeria .owl-dots .owl-dot:hover::before {background: #003165;}
#quem-somos .galeria .owl-dots .owl-dot.active::before {background: #003165;}
#quem-somos .galeria .owl-dots .owl-dot:hover {border-color: #003165;}
#quem-somos .galeria .owl-dots .owl-dot.active {border-color: #003165;}
#quem-somos .clientes {padding-top: 120px;}

#atuacao .descricao {position: relative;}
#atuacao .descricao .bg {position: absolute; right: 0; top: 0; height: 875px; width: 30%; max-width: 600px;}
#atuacao .descricao .bg img {height: 100%; width: 100%; object-fit: cover;}
#atuacao .descricao .conteudo {display: flex; justify-content: space-between;}
#atuacao .descricao .lista {display: flex; flex-direction: column; width: 50%; padding-top: 75px;}
#atuacao .descricao p {position: relative; text-align: justify; line-height: 180%; margin-bottom: 30px;}
#atuacao .descricao p::first-letter {padding-left: 10px;}
#atuacao .descricao p::before {content: ""; position: absolute; left: 0; top: 10px; height: 4px; width: 4px; border-radius: 50%; background: #0a1224;}
#atuacao .descricao .box-contato {width: 50%; max-width: 690px; height: 840px; border-right: solid 10px #0a1224; background: #003165; bottom: -75px; position: relative; display: flex; align-items: center; justify-content: center;transition-duration: .8s;}
#atuacao .descricao .box-contato::before {content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(0deg, rgba(64, 121, 182, 0.658) 0%, rgba(10, 18, 36, 0) 30%); z-index: 2;}
#atuacao .descricao .box-contato::after {content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(0deg, rgba(10, 18, 36, 0.877) 0%, rgba(64, 121, 182, 0) 20%); z-index: 3;}
#atuacao .descricao .box-contato .info {position: absolute; z-index: 4; width: 100%; max-width: 500px;}
#atuacao .descricao .box-contato .titulo {margin-bottom: 20px;}
#atuacao .descricao .box-contato .botao {margin-top: 45px;}
#atuacao .descricao .box-contato img {height: 100%; width: 100%; opacity: .9; object-fit: cover; position: absolute; z-index: 1; transition-duration: .8s;}
#atuacao .descricao .box-contato:hover img {filter: blur(50px); transform: scale(1.1); opacity: .1; transition-duration: .8s;}
#atuacao .descricao .box-contato:hover {transform: scale(.98); transition-duration: .8s;}

#profissionais .sobre {position: relative; min-height: 440px;}
#profissionais .sobre .bg {position: absolute; left: 0; top: 0; height: 100%; width: 70%; max-width: 1305px; z-index: 2;}
#profissionais .sobre .bg img {height: 100%; width: 100%; object-fit: cover;}
#profissionais .sobre .conteudo {padding-top: 70px;}
#profissionais .sobre .texto {width: 70%; max-width: 670px; line-height: 180%;}

#profissional .descricao {position: relative;}
#profissional .descricao .bg {position: absolute; right: 0; top: 0; height: 875px; width: 30%; max-width: 600px;}
#profissional .descricao .bg img {height: 100%; width: 100%; object-fit: cover;}
#profissional .descricao .conteudo {display: flex; justify-content: space-between;}
#profissional .descricao .lista {display: flex; flex-direction: column; width: 50%; padding-top: 75px;}
#profissional .descricao p {position: relative; text-align: justify; line-height: 180%; margin-bottom: 30px;}
#profissional .descricao p::first-letter {padding-left: 10px;}
#profissional .descricao p::before {content: ""; position: absolute; left: 0; top: 10px; height: 4px; width: 4px; border-radius: 50%; background: #0a1224;}
#profissional .conteudo .box-img {width: 50%; max-width: 690px; height: 840px; border-right: solid 10px #0a1224; background: #003165; top: 75px; position: relative;}
#profissional .conteudo .box-img::before {content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(0deg, rgba(64,121,182,0.7399334733893557) 0%, rgba(10,18,36,0) 30%); z-index: 1;}
#profissional .conteudo .box-img::after {content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(0deg, rgb(10, 18, 36) 0%, rgba(64,121,182,0) 20%); z-index: 2;}
#profissional .conteudo .box-img img {height: 100%; width: 100%; opacity: .7; object-fit: cover;}
#profissional .blog {padding: 110px 0 100px;}

.filtros-blog {width: calc(20% - 30px); display: flex; flex-wrap: wrap; align-content: flex-start;}
.filtros-blog .titulo {margin-bottom: 20px; width: 100%;}
.filtros-blog .botao {margin: 0 10px 10px 0;}

#blog .noticias {display: flex; justify-content: space-between; padding: 170px 0;}
#blog .lista {width: 80%; display: flex; flex-wrap: wrap;}
#blog .lista .post {width: calc(50% - 10px); margin-right: 10px;}

#post .box-topo-interno .titulo {max-width: 950px; width: 100%;}
#post .conteudo {display: flex; justify-content: space-between; padding: 150px 0 0;}
#post .conteudo .post {width: 80%;}
#post .blog {padding: 20px 0 100px;}

#contato .info-contatos {display: flex; justify-content: space-between; padding-top: 70px;}
#contato .contatos {display: flex; flex-direction: column; width: calc(50% - 10px);}
#contato .contatos .link {display: flex; align-items: center; font-size: 18px; margin: 0 0 10px; transition-duration: .8s;}
#contato .contatos .link:hover {color: #4079b6; transition-duration: .8s;}
#contato .contatos .link svg {width: 18px; height: 18px; margin-right: 15px;}
#contato .contatos .link svg path {fill: #4079b6;}
#contato .textos {padding-right: 0 !important; width: 40%;}
#contato .box-form {padding-top: 75px;}
#contato form input:focus, #contato form textarea:focus {background: #003165; color: #8ab5e3; outline: none; padding-top: 25px; font-size: 16px; font-weight: 400;}
#contato .mapas {display: flex; justify-content: space-between; margin-top: 100px; padding-bottom: 100px;}
#contato .mapa {width: 100%;}
#contato .mapa .info {padding-bottom: 25px;}
#contato .mapa .linha {width: 45px; height: 2px; background: #4079b6; margin-top: 10px;}
#contato .mapa .loc {display: flex; margin: 15px 0 20px;}
#contato .mapa .loc svg {height: 14px; width: 14px; margin-right: 10px; margin-top: 5px;}
#contato .mapa .loc svg path {fill: #101820;}

#politica .conteudo {padding: 50px 0 0;}
#politica .conteudo .titulo {font-weight: 700; margin-bottom: 30px;}