html {background:#fff;}
body {font-size:14px;color:#0c1388;font-family:'Almarena';}
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:1820px;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: #fe0000!important;
}

.lg-backdrop {
    background-color: #0c128869!important;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
    background-color: #fe0000!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 #0d138850;overflow: hidden;}

#content-page {}

.titulo.size1 {font-size: 60px;}
.titulo.size2 {font-size: 36px}
.titulo.size3 {font-size: 24px;}
.titulo.size4 {font-size: 22px;}

.titulo b {font-weight: 600;}

.subtitulo {font-size: 24px; line-height: 135%;}

.texto {font-size: 18px; font-weight: 500;}
.texto.size2 {font-size: 24px;}
.texto.size3 {font-size: 16px;}

.bold {font-weight: 600;}

.upp {text-transform: uppercase;}
.justf {text-align: justify;}
.highline {line-height: 200%;}

.branco {color: #fff;}
.azul {color: #1b25cf;}

.botao {height: 60px; padding: 0 30px; border-radius: 50px; background: #0000; border: solid 2px #fff; color: #fff; font-size: 14px; font-weight: 700; position: relative; box-sizing: border-box; display: flex; align-items: center; width: fit-content; text-transform: uppercase; cursor: pointer; transition-duration: .8s;}
.botao:hover {background: #0c1388; border-color: #0c1388; color: #fff; transition-duration: .8s;}
.botao.azul {border-color: #0c1388; color: #0c1388; transition-duration: .8s;}
.botao.azul:hover {background: #0c1388; color: #fff; transition-duration: .8s;}

.owl-dots {display: flex; align-items: center; justify-content: center; margin-top: 50px;}
.owl-dots .owl-dot {position: relative; box-sizing: border-box; height: 10px; width: 10px; border: solid 2px #0d1488; background: #0d1488; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 5px; transition-duration: .8s;}
.owl-dots .owl-dot:hover {border-color: #fe0000; background: #0000; transition-duration: .8s;}
.owl-dots .owl-dot.active {border-color: #fe0000; background: #0000; transition-duration: .8s;}

.owl-nav {display: flex; align-items: center; justify-content: space-between; position: absolute; z-index: -1; top: 0; height: 100%; width: calc(100% + 100px); left:50%; transform:translateX(-50%);}
.owl-nav .owl-prev {font-size: 0; background: url(../svg/ico_arrow_left.svg) no-repeat; height: 23px; width: 13px;}
.owl-nav .owl-next {font-size: 0; background: url(../svg/ico_arrow_right.svg) no-repeat; height: 23px; width: 13px;}

#erro .erro {display: flex; flex-direction: column; align-items: center; padding: 50px 0 150px;}
#erro .erro .titulo {max-width: 550px; text-align: center;}
#erro .erro .botao {margin-top: 45px;}

.cookie-bar {position:fixed;z-index:999999;bottom:0;left:0px;width:100%;}
.cookie-bar .conteudo {display: flex;justify-content: space-between; background: #0e1389;padding: 30px 30px 0px;border-radius: 30px; margin-bottom: 30px;}
.cookie-bar .icone {margin-right: 20px;}
.cookie-bar .icone svg {width: 40px; height: 40px;}
.cookie-bar .icone svg path {fill: #e0c6a0;}
.cookie-bar .box {float:left;width: calc(100% - 380px);margin-right: 20px;}
.cookie-bar .titulo {font-size:18px;margin-bottom:10px;font-weight:500;color:#fff;}
.cookie-bar .texto {font-size:14px;color:#fff;}
.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;}

.sociais {display: flex; align-items: center;}
.sociais li {margin-left: 10px;}
.sociais li:first-child {margin-left: 0;}
.sociais .social {display: flex; justify-content: center; align-items: center; position: relative; box-sizing: border-box; height: 34px; width: 34px; border-radius: 50%; border: solid 2px #1a25cf; background: #1a25cf; transition-duration: .8s;}
.sociais .social:hover {border-color: #fff; transition-duration: .8s;}
.sociais .social svg {height: 16px; width: 16px; transition-duration: .8s;}
.sociais .social.ytb svg {height: 12px; width: fit-content;}
.sociais .social svg path {fill: #fff; transition-duration: .8s;}

.whatsapp {position: fixed; display: flex; align-items: center; justify-content: center; z-index: 9; right: 30px; bottom: 40px; height: 50px; width: 50px; border-radius: 50%; background: #30d75f;}
.whatsapp svg {height: 30px; width: fit-content;}
.whatsapp svg path {fill: #fff;}

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: 70px; border-radius: 50px; background: #fff; border: solid 2px #e8e9fe; transition-duration: .8s;}
form .small4 {width: calc(25% - 6px);}
form .small3 {width: calc(33.33% - 6px);}
form .small2 {width: calc(50% - 6px);}
form .small {width: 100%;}
form .small.mensagem {height: 180px; border-radius: 30px;}
form .box .label {font-size: 14px; position: absolute; top: 50%; transform: translateY(-50%); left: 25px; font-weight: 500; color: #0e1389; transition-duration: .8s;}
form .box.focus .label {font-size: 12px; top: 8px; transform: none; transition-duration: .8s;}
form .box.mensagem .label {top: 20px; transform: none;}
form .box.focus.mensagem .label {top: 10px; 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 input[type="number"],
form textarea,
form select {outline: 0; height: 100%; width: 100%; padding: 0 0 0 25px; font-size: 16px; background: #fff0; color: #0e1389; border: none; border-radius: 2px; font-weight: 500; box-sizing: border-box; transition-duration: .8s;}
form select {background: url(../svg/ico_arrow.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: 25px;}
form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="phone"]:focus,
form input[type="password"]:focus,
form input[type="search"]:focus,
form input[type="number"]:focus,
form textarea:focus,
form select:focus {color: #0e1389; transition-duration: .8s;}
form .box-botao {display: flex; align-items: center; justify-content: flex-end; height: 50px; width: 100%; padding-top: 15px;}
form .box-botao .termos {display: flex; align-items: center; box-sizing: border-box; position: relative; font-size: 14px; color: #0e1389; margin-right: 20px;}
form .box-botao .termos a {font-size: 14px; color: #0e1389; text-decoration: underline; margin-left: 5px; transition-duration: .8s;}
form .box-botao .termos a:hover {color: #fe0000; transition-duration: .8s;}
form .box-botao .termos input {margin-right: 10px; margin-bottom: 1px;}
form button {outline: 0; border: none; background: none;}

.modal {position: fixed; height: 0; width: 100%; top: -100%; z-index: 20; opacity: 0; overflow: auto; transition-duration: .8s;visibility:hidden;}
.modal .bg {position: fixed; height: 100%; width: 100%; background: #66666686; z-index: 1;}
.modal.active {opacity: 1; top: 0; height: 100%; transition-duration: .8s;visibility:visible;}
.modal .conteudo {width: 90%; max-width: 1000px; background: #fff; left: 50%; transform: translateX(-50%); top: 0px; border-radius: 50px; overflow: hidden; box-sizing: border-box; position: absolute; z-index: 2;}
.modal .conteudo::after {content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 10px; background: #d0d0d0; z-index: 3;}
.modal .texto a {color: #fe0000; text-decoration: underline;}
.modal .conteudo .topo {width: 100%; background: #0d1488; height: 80px; padding: 0 45px; box-sizing: border-box; display: flex; align-items: center; justify-content: space-between;}
.modal .conteudo .close {cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 5px; height: 15px; width: 15px; transition-duration: .8s;}
.modal .conteudo .close:hover {transform: rotate(180deg); transition-duration: .8s;}
.modal .conteudo .close svg {height: 15px; width: 15px; transition-duration: .8s;}
.modal .conteudo .close svg path {fill: #fff; transition-duration: .8s;}
.modal .conteudo .box-info {padding: 20px 45px 0; display: flex; justify-content: space-between; position: relative;}
.modal .conteudo .info {flex: 1; padding-right: 20px; padding-top: 20px;}
.modal .conteudo .box-img {width: 120px; height: 120px; border-radius: 50%; box-shadow: -5px 10px 20px 5px rgba(26, 38, 207, 0.315); display: flex; align-items: flex-end; position: relative;}
.modal .conteudo .box-img img {width: 120px; height: 120px;}
.modal .conteudo form {width: 100%; padding: 30px 45px 40px; box-sizing: border-box;}
.modal .conteudo form .termos {color: #999; font-size: 12px;}
.modal .conteudo form .termos a {color: #999; font-size: 12px;}

.modal.modal-servico {position: fixed; height: 100vh; width: 100%; right: -100%; top: 0; z-index: 99; opacity: 0; overflow: auto; transition-duration: .8s;}
.modal.modal-servico .bg {position: fixed; width: 100%; height: 100%; background: #0d13889a; z-index: 1;}
.modal.modal-servico.active {opacity: 1; right: 0; height: 100%; transition-duration: .8s;}
.modal.modal-servico .conteudo {width: 50%; min-height: 100vh; background: #fff; right: 0; top: 0; left: auto; border-radius: 0; margin: 0; transform: none; overflow: visible; box-sizing: border-box; position: absolute; z-index: 2;}
.modal.modal-servico .conteudo::after {display: none;}
.modal.modal-servico .conteudo .topo {width: 100%; background: url(../imagens/site/topo_modal.jpg) no-repeat center #0d1488; height: 230px; padding: 0 50px; box-sizing: border-box; display: flex; align-items: center; justify-content: space-between;}
.modal.modal-servico .close {height: auto; width: auto; position: absolute; z-index: 5; transform: rotate(180deg); left: -95px; top: 15px; padding: 0; transition-duration: .8s;}
.modal.modal-servico .close:hover {left: -105px; transition-duration: .8s;}
.modal.modal-servico .close svg {width: 115px; height: 140px;}
.modal.modal-servico .close svg path {fill: #fe0000;}
.modal.modal-servico .conteudo .topo .titulo {max-width: 330px;}
.modal.modal-servico .conteudo .info {padding: 35px 50px 50px; width: 100%; box-sizing: border-box;}
.modal.modal-servico .conteudo .linha {margin: 30px 0 35px; width: 65px; height: 8px; background: #fe0000;}
.modal.modal-servico .conteudo .galeria {margin-top: 35px;}
.modal.modal-servico .conteudo .box-galeria {height: 245px; border-radius: 20px; background: #0d1488; display: block; position: relative; overflow: hidden;}
.modal.modal-servico .conteudo .box-galeria img {height: 100%; width: 100%; object-fit: cover; transition-duration: .8s;}
.modal.modal-servico .conteudo .box-galeria:hover img {opacity: .6; transition-duration: .8s;}
.modal.modal-servico .conteudo .box-botao {display: flex; align-items: center; justify-content: space-between; width: 100%; margin-top: 5px;}
.modal.modal-servico .conteudo .selo {border-radius: 50%; box-shadow: -5px 10px 20px 5px rgba(26, 38, 207, 0.315);}
.modal.modal-servico .conteudo .selo img {height: 105px; width: 105px;}

.box-topo {height: 40vh; background: #0d1488;}
.box-topo .wrapper {height: 100%;}
.box-topo .titulo {position: absolute; width: fit-content; text-align: center; bottom: 8vh; left: 50%; transform: translateX(-50%);}
.box-topo .botao {position: absolute; z-index: 5; left: 0; top: 50px;}

.menu-mobile {display: flex; flex-direction: column; box-sizing: border-box; position: absolute; z-index: 5; left: 100%; top: 80px; width: 240px; padding: 25px 20px; border-radius: 25px; background: #0d1488; transition-duration: .8s;}
.menu-mobile.active {left: calc(100% - 250px); transition-duration: .8s;}
.menu-mobile .menu {display: flex; flex-direction: column;}
.menu-mobile .menu li {margin-bottom: 20px;}
.menu-mobile .menu li:last-child {margin-bottom: 0}
.menu-mobile .link {font-size: 16px; cursor: pointer;}
.menu-mobile .sociais {margin: 20px 0;}

#header {position: absolute; top: 0; left: 0; padding-top: 20px; width: 100%;}
#header::before {content: ""; position: absolute; z-index: 2; left: 0; top: 0; width: 100%; height: 4px; background: #0d1488;}
#header::after {content: ""; position: absolute; z-index: 1; left: 0; top: 0; width: 100%; height: 200px; background: linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgba(12, 23, 177, 0.589)90%);}
#header .wrapper {z-index: 3;}
#header .conteudo {display: flex; align-items: center; justify-content: space-between;}
#header .logo {display: flex;}
#header .menu {display: flex; align-items: center; justify-content: space-between; flex: 1; padding: 0 70px;}
#header .link {display: flex; align-items: center; overflow: hidden; position: relative; cursor: pointer; box-sizing: border-box; font-size: 14px; letter-spacing: 0.5px; height: 70px; padding: 0 30px; border-radius: 50px; background: #fff0; transition-duration: .8s;}
#header .link:hover {background: #1a25cf; transition-duration: .8s;}
#header .link::before {content: ""; position: absolute; left: 50%; transform: translateX(-50%); top: 0; height: 3px; width: calc(100% - 120px); background: #fe0000; opacity: 0; transition-duration: .8s;}
#header .link:hover:before {width: calc(100% - 60px); opacity: 1; transition-duration: .8s;}
#header .link svg {margin-left: 25px; width: 12px; height: fit-content;}
#header .link svg path {fill: #fff;}
#header .ico-menu {display: none; flex-direction: column; cursor: pointer; position: relative; width: 35px; height: 21px;}
#header .ico-menu .line {width: 35px; height: 3px; border-radius: 50px; margin-bottom: 6px; background: #fff; transition-duration: .8s;}
#header .ico-menu .line:last-child {margin: 0;}
#header .ico-menu.close .line {position:absolute;transition-duration: .8s;}
#header .ico-menu.close .line:nth-child(1) {transform:rotate(-45deg);transition-duration: .8s;}
#header .ico-menu.close .line:nth-child(2) {transform:rotate(45deg); transition-duration: .8s;}
#header .ico-menu.close .line:nth-child(3) {width: 0; opacity: 0; transition-duration: .8s;}
#header .botao {position: absolute; right: 0; top: 100%;}

#footer {position: relative; margin-top: 110px;}
#footer .wrapper {height: 100%;}
#footer .logo {position: absolute; cursor: pointer; z-index: 5; border-radius: 50%; left: 50%; transform: translateX(-50%); top: -30px; box-shadow: -2px 0px 15px 5px #0d13882a;}
#footer .logo svg {height: 105px; width: fit-content;}
#footer .topo {background: #0d1488; position: relative;}
#footer .seta {position: absolute; left: -120px; bottom: -15px;}
#footer .seta svg {height: 260px; width: fit-content;}
#footer .seta svg path {fill: #1b25cf;}
#footer .conteudo {display: flex; justify-content: space-between; align-items: flex-end; box-sizing: border-box; padding: 50px 0 85px;}
#footer .itens {display: flex; padding-bottom: 5px;}
#footer .loc {font-size: 13px; letter-spacing: .5px; line-height: 18px; max-width: 200px; padding-right: 160px;}
#footer .menu {display: flex; flex-direction: column;}
#footer .menu li:first-child {margin-bottom: 8px;}
#footer .menu .link {font-size: 16px; letter-spacing: 1px;}
#footer .box {display: flex; flex-direction: column; align-items: flex-end;}
#footer .botao:hover {background: #fff; border-color: #fff; color: #0d1488;}
#footer .sociais {padding-bottom: 50px; width: fit-content;}
#footer .politicas {display: flex; justify-content: space-between; align-items: center; padding: 30px 0;}
#footer .politicas .menu {flex-direction: row;}
#footer .politicas .menu li:first-child {margin-right: 50px; margin-bottom: 0;}
#footer .politicas .link {font-size: 10px; font-weight: 600; letter-spacing: normal;}

#home .banner {height: 100vh; position: relative;}
#home .banner img {position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
#home .banner .img-banner-mobile {display: none;}
#home .banner .wrapper {position: absolute; z-index: 2; height: 100%;}
#home .banner .logo {position: absolute; right: 0; bottom: 0; padding: 10px 25px 8px; border-radius: 15px 15px 0 0; background: #fff;}
#home .banner .logo svg {width: 240px; height: 45px;}

#home .servicos {position: relative;}
#home .servicos .bg {position: absolute; overflow: hidden; top: 0; left: 0; width: 100%; height: 280px; background: #0d1488;}
#home .servicos .bg svg {position: absolute; right: -25px; top: -280px; height: 560px; width: fit-content;}
#home .servicos .lista {padding-top: 85px;}
#home .servicos .servico {display: flex; flex-direction: column; box-sizing: border-box; cursor: pointer; margin: 30px 0; padding: 55px 45px; border: solid 2px #f1f1f1; background: #fff; border-radius: 30px; transition-duration: .8s;}
#home .servicos .servico:hover {margin: 0; background: #1a25cf; border-color: #1a25cf; transition-duration: .8s;} 
#home .servicos .servico .info {position: relative;}
#home .servicos .servico .info svg {position: absolute; right: 0; top: 0; width: 45px; height: fit-content; transition-duration: .8s;}
#home .servicos .servico:hover .info svg {width: 55px; transition-duration: .8s;}
#home .servicos .servico .info svg path {fill: #e2e2e2; transition-duration: .8s;}
#home .servicos .servico:hover .info svg path {fill: #fe0000; transition-duration: .8s;}
#home .servicos .servico .titulo {margin-bottom: 15px; transition-duration: .8s;}
#home .servicos .servico:hover .titulo {color: #fff; transition-duration: .8s;}
#home .servicos .servico .texto {transition-duration: .8s;}
#home .servicos .servico:hover .texto {color: #fff; transition-duration: .8s;}
#home .servicos .servico .box-img {height: 300px; border-radius: 30px; margin-top: 20px; position: relative; overflow: hidden; transition-duration: .8s;}
#home .servicos .servico:hover .box-img {height: 345px; margin-top: 35px; transition-duration: .8s;}
#home .servicos .servico .box-img img {height: 100%; width: 100%; object-fit: cover;}

#home .sobre {padding-top: 120px; min-height: 800px; position: relative;}
#home .sobre .box-titulo {display: flex; align-items: center; justify-content: center; position: relative;}
#home .sobre .box-titulo svg {position: absolute; left: -30px; width: 12%; height: fit-content;}
#home .sobre .box-titulo .titulo b {color: #1a25cf;}
#home .sobre .info {width: 50%; padding: 80px 10px 0 50px; box-sizing: border-box;}
#home .sobre .subtitulo {width: 75%; margin-top: 50px;}
#home .sobre .linha {margin-top: 50px; width: 60px; height: 8px; background: #fe0000;}
#home .sobre .box-img {position: absolute; right: 0; top: 260px; width: calc(50% - 50px); height: 600px; border-radius: 60px 0 0 60px; background: #0c1388;}
#home .sobre .box-img img {height: 100%; width: 100%; opacity: .7; border-radius: 60px 0 0 60px; object-fit: cover;}
#home .sobre .box-img .selo {position: absolute; border-radius: 50%; box-shadow: -5px 10px 20px 5px rgba(26, 38, 207, 0.315); left: 50%; transform: translateX(-50%); bottom: -50px; height: 100px; width: 100px;}
#home .sobre .box-img .selo img {opacity: 1;}

#home .vantagens {padding: 50px 0 240px; margin-top: 100px; position: relative;}
#home .vantagens .bg {position: absolute; overflow: hidden; left: 0; bottom: 0; width: 100%; height: 950px; border-radius: 0 0 180px 180px; background: #e8e9ff;}
#home .vantagens .bg::before {content: ""; position: absolute; z-index: 2; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(0deg,rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 1) 100%);}
#home .vantagens .bg img {height: 100%; width: 100%; opacity: .15; object-fit: cover;}
#home .vantagens .wrapper {z-index: 3;}
#home .vantagens .vantagem {box-sizing: border-box; cursor: pointer; display: flex; flex-direction: column; align-items: center; height: 340px; padding: 85px 0 0 35px; border-radius: 30px; background: #0d1488; margin-top: 20px; transition-duration: .8s;}
#home .vantagens .vantagem:hover {margin-top: 0; padding-top: 65px; background: #1b25cf; transition-duration: .8s;}
#home .vantagens .vantagem .titulo {margin-bottom: 40px; width: 100%;}
#home .vantagens .vantagem .texto {margin-right: 20px; box-sizing: border-box;}
#home .vantagens .subtitulo {width: 100%; max-width: 860px; margin: 185px auto 0; text-align: center;}

#home .depoimentos {padding: 120px 40px 0;}
#home .depoimentos .info-geral {max-width: 680px;}
#home .depoimentos .info-geral .titulo {margin-bottom: 40px;}
#home .depoimentos .lista {padding-top: 60px;}
#home .depoimento {display: flex;}
#home .depoimento .box-img {height: 220px; width: 220px; border-radius: 50%; border: solid 5px #1b25cf; border-radius: 50%; position: relative; overflow: hidden;}
#home .depoimento .box-img img {height: 100%; width: 100%; object-fit: cover;}
#home .depoimento .info {padding: 25px 0 0 30px; flex: 1; box-sizing: border-box;}
#home .depoimento .titulo {margin-bottom: 10px;}
#home .depoimento .empresa {margin-bottom: 20px; font-size: 20px;}

#home .clientes {padding-top: 120px;}
#home .clientes .info {padding-bottom: 100px; padding-left: 40px; max-width: 680px; width: fit-content;}
#home .clientes .titulo {margin-bottom: 45px;}
#home .clientes .cliente {display: flex; flex-direction: column; justify-content: center; align-items: center; cursor: pointer;}
#home .clientes .cliente img {width: auto!important; max-height: 80px; max-width: 100%; object-fit: contain;}

#home .contato {position: relative; margin-top: 150px;}
#home .contato::before {content: ""; position: absolute; left: 0; top: -60px; height: 280px; width: 8px; background: #fe0000;}
#home .contato .seta {position: absolute; right: 40px; top: -100px;}
#home .contato .seta svg {width: 200px; height: fit-content;}
#home .contato .seta svg path {fill: #e9eafe;}
#home .contato .conteudo {display: flex; flex-direction: column;}
#home .contato .info {padding-left: 40px; width: 50%; box-sizing: border-box;}
#home .contato .titulo {margin-bottom: 40px;}
#home .contato .form {padding-top: 120px;}

#politicas .textos {padding: 80px 0 0; display: flex; justify-content: space-between;}
#politicas .texto {width: calc(80% - 20px);}
#politicas .filtros {width: 20%; display: flex; flex-direction: column; align-items: flex-end;}
#politicas .botao {margin-bottom: 15px;}

#erro .conteudo {padding: 120px 0 0; display: flex; flex-direction: column; align-items: center; text-align: center;}
#erro .conteudo svg {margin-bottom: 55px; width: 320px; height: fit-content;}