@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* CLASSES GLOBAIS */
.has-error {
  border-color: red !important;
}

@media (min-width: 991px) {
  .hide-desktop {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hide-mobile {
    display: none !important;
  }
}

.container {
  max-width: 1300px;
}
.container.small {
  max-width: 1035px;
}
.container.big {
  max-width: 1600px;
}

ul.no-list-style {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}
a:hover, a:focus, a:active, a:focus {
  text-decoration: none;
}

/*  Validação   */
.ng-invalid-required.ng-touched,
.campo-invalido {
  border-color: #dc3545 !important;
}

/* VARIAVEIS GLOBAIS DO PROJETO */
img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

* {
  background-size: cover;
  background-position: center;
}

a.main-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #193B6A;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: 0.5s all;
}
@media (max-width: 991px) {
  a.main-phone {
    font-size: 16px;
  }
}
a.main-phone:hover {
  opacity: 0.5;
  transform: translateY(-3px);
}

.main-cta {
  border-radius: 5px;
  background: #CF0303;
  display: inline-block;
  border: none;
  outline: none;
  padding: 15px 100px;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: 0.5s all;
}
.main-cta:hover {
  background: #a90000;
  color: white;
}
.main-cta.whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: white;
  background: #39AB03;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 15px;
}
.main-cta.whatsapp:hover {
  background: #135f00;
}
.main-cta.outline {
  background: transparent;
  border: 1px solid #1A56A9;
  color: #1A56A9;
  font-weight: 400;
  padding: 15px 50px;
}
.main-cta.outline svg path {
  stroke: #1A56A9;
}
.main-cta.outline:hover {
  background-color: #1A56A9;
  border-color: #1A56A9;
  color: #FFFFFF;
}
.main-cta.outline:hover svg path {
  stroke: #FFFFFF;
}
@media (max-width: 991px) {
  .main-cta {
    font-size: 16px !important;
    padding: 8px 20px !important;
  }
}

.out-card-servico,
.out-card-solucao,
.out-card-item {
  padding: 5px;
  height: 100%;
}
@media (max-width: 991px) {
  .out-card-servico,
  .out-card-solucao,
  .out-card-item {
    height: auto;
  }
}

div.card-servico,
div.card-categoria,
div.card-item {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 50px;
  transition: 0.5s all;
  background-size: cover;
  height: 100%;
}
div.card-servico .botoes,
div.card-categoria .botoes,
div.card-item .botoes {
  display: flex;
  flex-flow: column;
  gap: 10px;
}
div.card-servico .botoes a,
div.card-categoria .botoes a,
div.card-item .botoes a {
  text-align: center;
  width: 100%;
  max-width: 235px;
  padding-inline: 0;
  justify-content: center;
}
div.card-servico p,
div.card-categoria p,
div.card-item p {
  color: #737373;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
div.card-servico h4,
div.card-categoria h4,
div.card-item h4 {
  color: #303030;
  font-family: "DM Sans", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
div.card-servico .icon,
div.card-categoria .icon,
div.card-item .icon {
  height: 50px;
  width: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
  filter: brightness(0);
}
@media (max-width: 991px) {
  div.card-servico,
  div.card-categoria,
  div.card-item {
    padding: 30px;
  }
  div.card-servico p,
  div.card-categoria p,
  div.card-item p {
    font-size: 15px;
    margin-bottom: 20px;
  }
  div.card-servico h4,
  div.card-categoria h4,
  div.card-item h4 {
    margin-bottom: 10px;
    font-size: 20px;
  }
}

div.card-solucao {
  border-radius: 10px;
  background-color: #16243D;
  transition: 0.5s all;
  background-size: cover;
  height: 100%;
}
div.card-solucao .botoes {
  display: flex;
  flex-flow: column;
  gap: 10px;
}
div.card-solucao .botoes a {
  color: #006BFF;
  width: 100%;
  padding: 15px 0 0 0;
  border: none;
}
div.card-solucao .botoes a:hover {
  background-color: transparent;
  border-color: transparent;
}
div.card-solucao p {
  color: #737373;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
div.card-solucao h4 {
  position: relative;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}
div.card-solucao h4::before {
  content: "";
  width: 50px;
  height: 5px;
  background: #193B6A;
  display: block;
  margin-bottom: 15px;
}
div.card-solucao h4 a {
  color: #FFFFFF;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}
div.card-solucao .icon {
  height: 50px;
  width: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
  filter: brightness(0);
}
@media (max-width: 991px) {
  div.card-solucao .content .botoes .main-cta {
    padding: 15px 0 0 0 !important;
  }
  div.card-solucao p {
    font-size: 15px;
    margin-bottom: 20px;
  }
  div.card-solucao h4 {
    margin-bottom: 10px;
    font-size: 20px;
  }
}

.owl-carousel .owl-nav:not(.disabled) .owl-prev,
.owl-carousel .owl-nav:not(.disabled) .owl-next {
  position: absolute;
  top: calc(50% - 20px);
}
.owl-carousel .owl-nav:not(.disabled) .owl-prev {
  left: -70px;
}
.owl-carousel .owl-nav:not(.disabled) .owl-next {
  right: -70px;
}

.owl-carousel .owl-dots:not(.disabled) {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-wrap: wrap;
  margin-top: 40px;
}
.owl-carousel .owl-dots:not(.disabled) .owl-dot {
  border-radius: 100%;
  background: #D9D9D9;
  width: 15px;
  height: 15px;
}
.owl-carousel .owl-dots:not(.disabled) .owl-dot.active {
  background: #1A56A9;
}
@media (max-width: 991px) {
  .owl-carousel .owl-dots:not(.disabled) {
    margin-top: 20px;
  }
}

section.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  background-image: url("../image/bg-header.png");
  background-position: bottom center;
  padding: 10px 0;
  overflow: hidden;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
}
section.header .logo {
  max-width: 100%;
  max-height: 150px;
}
section.header .linha {
  position: relative;
}
section.header .linha:before {
  content: "";
  width: 1px;
  background-color: white;
  height: 500px;
  position: absolute;
  right: 0;
  top: -70px;
}
section.header .linha.linha2:before {
  right: 20px;
}
section.header .menu {
  /* padding-right: 20px; */
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.header .menu a {
  color: #161616;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}
section.header .menu a:hover, section.header .menu a.active {
  color: #193B6A;
}
section.header .menu a:hover:before, section.header .menu a.active:before {
  width: 100%;
  opacity: 1;
}
section.header .menu a:before {
  opacity: 0;
  transition: 0.5s all;
  content: "";
  width: 0;
  position: absolute;
  bottom: -4px;
  left: 0;
  height: 2px;
  background-color: #193B6A;
}
@media (max-width: 991px) {
  section.header {
    position: absolute;
    background-image: url("../image/bg-header.png");
    background-position: center;
    padding: 15px 0;
    border-bottom: none;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
  }
  section.header .logo {
    width: 150px;
    margin-bottom: 10px;
  }
  section.header .whatsapp {
    font-size: 14px !important;
    padding: 6px 15px !important;
  }
  section.header .social-icons .main-social svg {
    width: 25px;
    height: 25px;
  }
}

section.barra-lgpd {
  display: none;
  position: fixed;
  bottom: 10px;
  left: calc(50% - 397.5px);
  padding: 15px;
  align-items: center;
  gap: 15px;
  z-index: 800;
  border-radius: 5px;
  background: #fff;
  max-width: 795px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), -2px 2px 2px 0px rgba(0, 0, 0, 0.06) inset;
}
section.barra-lgpd.exibir {
  display: flex;
}
section.barra-lgpd .icon {
  border-radius: 5px;
  background: rgba(92, 92, 92, 0.1);
  /* Sombra elemento botão */
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), -2px 2px 2px 0px rgba(0, 0, 0, 0.06) inset;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  gap: 10px;
  width: 35px;
  height: 35px;
}
section.barra-lgpd .button a {
  border-radius: 5px;
  background: #2b2b2b;
  box-shadow: -3px 3px 9px -18px rgba(0, 0, 0, 0.3);
  display: inline-block;
  padding: 16px 24px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
}
section.barra-lgpd .text {
  color: var(--Texto-1, #141414);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
section.barra-lgpd .text a {
  font-weight: 700;
  text-decoration-line: underline;
  color: #141414;
}
@media (max-width: 991px) {
  section.barra-lgpd {
    bottom: 70px;
    left: 10px;
    max-width: calc(100% - 20px);
    flex-flow: column;
    gap: 10px;
  }
  section.barra-lgpd .text {
    text-align: center;
    line-height: 1.4;
    font-size: 12px;
  }
  section.barra-lgpd .button a {
    font-size: 12px;
    padding: 8px 20px;
  }
  section.barra-lgpd .icon {
    display: none;
  }
}

body {
  font-size: 1em;
  font-family: "DM Sans", sans-serif;
  text-rendering: optimizeLegibility;
  line-height: 1.4;
  max-width: 1920px;
  margin: auto;
  overflow-x: hidden;
  background: #f4f4f4;
  /* MODAL */
}
body main {
  overflow: hidden;
}
body div#lightbox {
  position: fixed !important;
  top: 10px !important;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body .modal-backdrop.show {
  opacity: 0.8;
  width: 100% !important;
  height: 100% !important;
}
body .modal-lg {
  max-width: 600px;
}
body .modal .close-modal {
  position: absolute;
  width: 100%;
  height: 100%;
}
body .modal-content {
  border-radius: 0 !important;
  background-color: white;
}
body .modal-content .closebtn {
  outline: none;
  color: white;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: -40px;
  border: none;
  cursor: pointer;
  z-index: 2;
  text-shadow: none;
  font-weight: 500;
  opacity: 1;
  font-size: 15px;
}
body .modal-content .closebtn:hover {
  color: white !important;
}
@media (max-width: 991px) {
  body .modal-content .closebtn {
    position: static;
    font-size: 14px;
    margin-top: 20px;
    padding-right: 20px;
    text-align: right;
    color: #23494a !important;
  }
}
body .modal-body {
  padding: 40px;
  border-radius: 15px;
}
body .modal-body h1 {
  color: #1A56A9;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
  line-height: 1;
}
body .modal-body h1.terciary {
  color: #CF0303;
}
body .modal-body h3 {
  font-weight: 400;
  text-align: center;
  font-size: 16px;
}
body .modal-body form {
  margin-top: 20px;
}
body .modal-body form label {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
}
body .modal-body form input,
body .modal-body form select,
body .modal-body form textarea {
  font-size: 16px;
  padding: 10px 20px;
  border: 1px solid gray;
  width: 100%;
  margin-bottom: 15px;
  outline: none;
}
body .modal-body form textarea {
  resize: none;
  height: 100px;
  outline: none;
}
body .modal-body.video {
  border-radius: 0;
  min-height: 650px;
  padding: 0;
}
@media (max-width: 991px) {
  body .modal-body.video {
    min-height: 360px;
  }
}
body .modal-body iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
@media screen and (max-width: 991px) {
  body .modal-body {
    padding: 15px 0;
  }
  body .modal-body h1 {
    margin-bottom: 10px;
    font-size: 24px;
    text-align: center;
  }
  body .modal-body h3 {
    text-align: center;
    font-size: 15px;
  }
  body .modal-body form {
    margin-top: 20px;
  }
  body .modal-body form label {
    font-size: 15px;
  }
  body .modal-body form input,
  body .modal-body form select,
  body .modal-body form textarea {
    font-size: 14px;
  }
}
body section.formulario-enviado {
  padding: 100px 0;
  color: #1A56A9;
}
body section.formulario-enviado .box-in {
  text-align: center;
}
body section.formulario-enviado .box-in h5 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 20px;
}
body section.formulario-enviado .box-in a {
  color: #1A56A9;
  font-weight: 500;
  border-bottom: 1px dotted #1A56A9;
}
body section.formulario-enviado .box-in .btn-voltar {
  color: #1A56A9;
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 30px;
  font-weight: 600;
  background-color: transparent;
  outline: none;
  border: 2px solid #1A56A9;
  transition: 0.3s all;
}
body section.formulario-enviado .box-in .btn-voltar:hover {
  background-color: #1A56A9;
  color: white;
}
body section.formulario-enviado .box-in .btn-voltar i {
  vertical-align: middle;
  font-size: 20px;
  margin-right: 15px;
}
body section.formulario-enviado .box-in h3 {
  font-size: 24px;
  font-weight: 400;
  color: #1A56A9;
}
body section.formulario-enviado .box-in h1 {
  font-size: 75px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 991px) {
  body section.formulario-enviado {
    padding: 90px 0;
    text-align: center;
  }
  body section.formulario-enviado .container {
    position: relative;
    z-index: 2;
  }
  body section.formulario-enviado .box-in {
    text-align: center;
  }
  body section.formulario-enviado .box-in .btn-voltar {
    font-size: 13px;
    margin: 10px 0;
  }
  body section.formulario-enviado .box-in h3 {
    font-size: 16px;
  }
  body section.formulario-enviado .box-in h5 {
    font-size: 15px;
  }
  body section.formulario-enviado .box-in h1 {
    font-size: 28px;
  }
}
body .politica-termos {
  padding: 40px 0px;
  color: #525252;
  background-size: cover;
}
body .politica-termos h1,
body .politica-termos h2,
body .politica-termos h3,
body .politica-termos h4,
body .politica-termos h5,
body .politica-termos h6 {
  font-size: 32px;
  font-weight: 700;
  color: #1A56A9;
}
body .politica-termos strong,
body .politica-termos b {
  color: #1A56A9;
}
@media (max-width: 991px) {
  body .politica-termos {
    padding: 20px 0px;
    font-size: 15px;
  }
  body .politica-termos h1 {
    font-size: 22px;
  }
}
body main section.header-conteudo {
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 70px;
  text-align: center;
  min-height: 470px;
}
body main section.header-conteudo.small {
  padding-bottom: 50px;
}
body main section.header-conteudo h1 {
  color: #FFFFFF;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 108%; /* 37.8px */
  margin-bottom: 20px;
}
body main section.header-conteudo p {
  color: #fff;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 830px;
  margin: auto;
}
@media (max-width: 991px) {
  body main section.header-conteudo {
    padding: 200px 0 30px 0 !important;
    min-height: 250px;
  }
  body main section.header-conteudo h1 {
    font-size: 21px;
    margin-bottom: 15px;
  }
  body main section.header-conteudo p {
    font-size: 14px;
  }
}
body main section.breadcrumb {
  margin-bottom: 65px;
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
body main section.breadcrumb a {
  color: white;
  text-decoration: underline;
  margin: 0 5px;
  font-weight: 300;
  text-transform: lowercase;
}
body main section.breadcrumb a:first-child {
  margin-left: 0;
}
body main section.breadcrumb a:last-child {
  margin-right: 0;
}
body main section.breadcrumb a.active {
  color: white;
  text-decoration: none;
}
@media (max-width: 991px) {
  body main section.breadcrumb {
    font-size: 12px;
    margin-bottom: 30px;
  }
}
body main .side-site {
  float: left;
  width: 100%;
}
body main .side-site .title {
  display: table;
  color: var(--cinza-texto, #353535);
  font-family: "DM Sans", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}
body main .side-site form.search-form {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #bbb;
  background: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
body main .side-site form.search-form input {
  width: 100%;
  height: 48px;
  border: none;
  padding: 0 10px;
  border: none;
  background: none;
  color: #626262;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
body main .side-site form.search-form input::-moz-placeholder {
  color: #626262;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 200% */
}
body main .side-site form.search-form input::placeholder {
  color: #626262;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 200% */
}
body main .side-site form.search-form button {
  height: 48px;
  display: flex;
  align-items: center;
  padding: 15px;
  border: none;
  background: none;
}
body main .side-site ul {
  list-style-type: none;
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
body main .side-site ul li {
  margin-bottom: 5px;
}
body main .side-site ul li a {
  color: #626262;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px; /* 250% */
}
body main .side-site ul li a:hover {
  color: #1A56A9;
}
body main .side-site ul li:last-of-type {
  border-bottom: 0;
}
body main ul.paginacao {
  display: flex;
  margin: 30px 0;
  clear: both;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  justify-content: center;
}
body main ul.paginacao li {
  list-style: none;
}
body main ul.paginacao li a {
  background: #D9D9D9;
  color: #5E5E5E;
  font-family: Poppins;
  font-size: 21.825px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 50px;
  height: 50px;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  transition: all 0.3s;
}
body main ul.paginacao li a.active, body main ul.paginacao li a:hover {
  border: 0.873px solid #ADADAD;
  background: #FFFFFF;
  color: #000000;
}
@media (max-width: 991px) {
  body main ul.paginacao li a {
    font-size: 18px;
    width: 50px;
    height: 50px;
  }
}
body main section.index-banner .item-banner {
  padding-top: 5rem;
}
body main section.index-banner .item-banner .content h1 {
  font-size: 36px;
  line-height: 1.4;
  font-weight: 800;
  margin-top: 8rem;
  margin-bottom: 15px;
}
body main section.index-banner .item-banner .content p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  body main section.index-banner .item-banner .content h1 {
    font-size: 28px;
    line-height: 1.2;
    margin-top: 9rem;
  }
  body main section.index-banner .item-banner .content p {
    font-size: 16px;
    line-height: 1.3;
  }
}
@media (max-width: 991px) {
  body main section.index-banner .item-banner {
    padding-top: 10rem;
  }
}
body main section.index-counter {
  padding: 30px 0;
}
body main section.index-counter .text-counter {
  color: #193B6A;
}
body main section.index-counter .counter-content h3 {
  color: #193B6A;
  font-size: 25px;
  font-weight: bold;
  line-height: 24px;
  margin-top: 10px;
}
body main section.index-counter .counter-content p {
  color: #606060;
  font-size: 13px;
}
body main section.index-area-de-atuacao {
  padding: 40px 0 0 0;
}
body main section.index-area-de-atuacao .texto {
  flex-wrap: wrap;
  width: 50%;
  margin: 0 auto;
}
body main section.index-area-de-atuacao .texto h2 {
  color: #193B6A;
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  line-height: 38px;
  margin-bottom: 1rem;
}
body main section.index-area-de-atuacao .texto h2 strong {
  font-weight: bold;
}
body main section.index-area-de-atuacao .texto p {
  color: #161616;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 991px) {
  body main section.index-area-de-atuacao .texto h2 {
    font-size: 22px;
  }
  body main section.index-area-de-atuacao .texto p {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
body main section.index-area-de-atuacao .box-area {
  border-radius: 10px;
  background-color: #193B6A;
  padding: 20px;
  text-align: center;
}
body main section.index-area-de-atuacao .box-area .img-rounded {
  width: 110px;
  height: 110px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-top: -60px;
  margin-bottom: 30px;
  background-color: #FFFFFF;
  border: 2px solid #193B6A;
}
body main section.index-area-de-atuacao .box-area .img-rounded img {
  display: inline-block;
  width: 46px;
  height: 46px;
}
body main section.index-area-de-atuacao .box-area h3 {
  color: #FFFFFF;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
body main section.index-area-de-atuacao .box-area .main-cta.outline {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  padding: 12px 60px;
  margin-bottom: 15px;
}
body main section.index-area-de-atuacao .box-area .main-cta.outline svg path {
  stroke: #FFFFFF;
}
body main section.index-area-de-atuacao .box-area .main-cta.outline:hover {
  background-color: #1A56A9;
  border-color: #1A56A9;
  color: #FFFFFF;
}
body main section.index-area-de-atuacao .box-area .main-cta.outline:hover svg path {
  stroke: #FFFFFF;
}
@media (max-width: 991px) {
  body main section.index-area-de-atuacao .box-area h3 {
    font-size: 21px;
    margin-bottom: 20px;
  }
  body main section.index-area-de-atuacao .box-area .img-rounded {
    width: 90px;
    height: 90px;
  }
  body main section.index-area-de-atuacao .box-area .img-rounded img {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 991px) {
  body main section.index-area-de-atuacao .texto {
    width: 100%;
    margin: 0 auto 20px;
  }
  body main section.index-area-de-atuacao .areas {
    padding-top: 0 !important;
  }
  body main section.index-area-de-atuacao .areas .ps-5 {
    padding-left: 0 !important;
  }
  body main section.index-area-de-atuacao .box-area {
    margin-top: 40px;
  }
}
body main section.index-destaque {
  padding: 30px 0;
}
body main section.index-destaque .destaque {
  padding: 25px 50px;
  border-radius: 5px;
  background-image: url("../image/destaque1.png");
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.index-destaque .destaque a {
  display: inline-flex;
  margin-top: 10px;
  gap: 10px;
  color: #fff;
  align-items: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding: 15px 30px;
  border-radius: 5px;
  border: 1px solid #fff;
  transition: 0.5s all;
}
body main section.index-destaque .destaque a:hover {
  background-color: #193B6A;
  border-color: #193B6A;
}
body main section.index-destaque .destaque img {
  margin-bottom: 15px;
}
body main section.index-destaque .destaque.destaque2 {
  background-image: url("../image/destaque2.png");
}
body main section.index-destaque .destaque.destaque2 a {
  margin-top: 40px;
}
body main section.index-destaque .destaque h2 {
  margin-bottom: 10px;
  color: #fff;
  font-family: Montserrat;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
body main section.index-destaque .destaque p {
  margin-bottom: 0;
  color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.index-destaque .box-white {
  border-radius: 5px;
  border: 1px solid #d4d4d4;
  background: linear-gradient(90deg, #fff 0%, #ebebeb 100%);
  padding: 20px 45px;
}
body main section.index-destaque .box-white p {
  margin-bottom: 0;
  color: #1c1c1c;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.index-destaque .box-white h3 {
  color: #1c1c1c;
  font-family: Montserrat;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: normal;
}
body main section.index-destaque .box-white h3 strong {
  background: var(--gradiente-02, linear-gradient(90deg, #66be03 23.85%, #01727b 77.63%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
@media (max-width: 991px) {
  body main section.index-destaque .destaque {
    padding: 25px;
    height: auto;
  }
  body main section.index-destaque .destaque img {
    height: 50px;
  }
  body main section.index-destaque .destaque.destaque2 a {
    margin-top: 20px;
  }
  body main section.index-destaque .destaque h2 {
    font-size: 22px;
  }
  body main section.index-destaque .destaque p {
    font-size: 15px;
  }
  body main section.index-destaque .destaque a {
    font-size: 16px;
    padding: 10px;
  }
  body main section.index-destaque .box-white {
    padding: 25px;
  }
  body main section.index-destaque .box-white .icon {
    height: 30px;
    margin-bottom: 20px;
  }
  body main section.index-destaque .box-white h3 {
    font-size: 22px;
  }
  body main section.index-destaque .box-white p {
    font-size: 15px;
  }
}
body main section.index-servicos {
  padding: 30px 0;
}
body main section.index-servicos h2 {
  margin-bottom: 25px;
  color: #1c1c1c;
  text-align: center;
  font-family: Montserrat;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
body main section.index-servicos h2 strong {
  background: var(--gradiente-02, linear-gradient(90deg, #66be03 23.85%, #01727b 77.63%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
@media (max-width: 991px) {
  body main section.index-servicos h2 {
    font-size: 22px;
  }
}
body main section.index-passos {
  background-image: url("../image/bg-passos.png");
  padding: 40px 0 90px 0;
}
body main section.index-passos .col-lg-4 {
  border-right: 2px solid #8a8a8a;
}
body main section.index-passos .col-lg-4:last-child {
  border: none;
}
body main section.index-passos h4 {
  margin-bottom: 25px;
  color: #019db1;
  font-family: Montserrat;
  font-size: 29.944px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
body main section.index-passos .num {
  display: flex;
  align-items: center;
}
body main section.index-passos .num .in-num {
  color: rgba(28, 28, 28, 0.12);
  font-family: Montserrat;
  font-size: 57.412px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  transform: translateX(-25px);
}
body main section.index-passos p {
  margin-bottom: 50px;
  color: #050e2c;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.index-passos h2 {
  color: #1c1c1c;
  font-family: Montserrat;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 7px;
}
body main section.index-passos h2 strong {
  background: var(--gradiente-02, linear-gradient(90deg, #66be03 23.85%, #01727b 77.63%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
@media (max-width: 991px) {
  body main section.index-passos {
    padding: 30px 0;
    text-align: center;
  }
  body main section.index-passos .col-lg-4 {
    border: none;
  }
  body main section.index-passos h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  body main section.index-passos .num {
    justify-content: center;
  }
  body main section.index-passos p {
    font-size: 15px;
    margin-bottom: 20px;
  }
  body main section.index-passos h2 {
    font-size: 22px;
  }
  body main section.index-passos h2 br {
    display: none;
  }
}
body main section.index-seguranca-imobiliaria {
  padding: 60px 0;
}
body main section.index-seguranca-imobiliaria h2 {
  color: #FFFFFF;
  font-family: "DM Sans", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 20px;
}
body main section.index-seguranca-imobiliaria h2 strong {
  font-weight: bold;
}
body main section.index-seguranca-imobiliaria p {
  margin-bottom: 25px;
  color: #FFFFFF;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  body main section.index-seguranca-imobiliaria {
    padding: 30px 0;
    text-align: center;
  }
  body main section.index-seguranca-imobiliaria h2 {
    font-size: 22px;
  }
  body main section.index-seguranca-imobiliaria p {
    font-size: 15px;
  }
}
body main section.index-solucoes {
  padding: 40px 0;
}
body main section.index-solucoes .texto {
  flex-wrap: wrap;
  width: 50%;
  margin: 0 auto;
}
body main section.index-solucoes .texto h2 {
  color: #1B304E;
  font-family: "DM Sans", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 1rem;
}
body main section.index-solucoes .texto h2 strong {
  font-weight: 700;
}
body main section.index-solucoes .texto p {
  color: #1B304E;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  body main section.index-solucoes .texto {
    width: 90%;
  }
  body main section.index-solucoes .texto h2 {
    font-size: 22px;
  }
  body main section.index-solucoes .texto p {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
body main section.index-apoiar {
  padding: 10px 0 45px 0;
  position: relative;
}
body main section.index-apoiar .texto h2 {
  color: #1B304E;
  font-family: "DM Sans", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 1rem;
}
body main section.index-apoiar .texto h2 strong {
  font-weight: 700;
}
body main section.index-apoiar .texto p {
  color: #1B304E;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 2rem;
}
body main section.index-apoiar h4 {
  color: #FFFFFF;
  font-family: "DM Sans", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 0;
}
body main section.index-apoiar .item-box {
  border-radius: 10px;
  background: #FFFFFF;
  padding: 30px;
}
body main section.index-apoiar .item-box .icon {
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 30px;
  background-color: #1B304E;
}
body main section.index-apoiar .item-box .icon img {
  display: inline-block;
  width: 46px;
  height: 46px;
}
body main section.index-apoiar .item-box .item-title {
  color: #1B304E;
  font-family: "DM Sans", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body main section.index-apoiar .item-box .item-descr {
  color: #1B304E;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.index-apoiar .owl-carousel .owl-stage-outer {
  overflow: unset;
}
body main section.index-apoiar .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  opacity: 0;
  pointer-events: none;
}
body main section.index-apoiar .owl-carousel .owl-stage-outer .owl-stage .owl-item.active {
  opacity: 1;
  pointer-events: all;
}
body main section.index-apoiar .owl-carousel .owl-stage-outer .owl-stage .owl-item.active ~ .owl-item {
  position: relative;
  opacity: 1;
}
body main section.index-apoiar .owl-carousel .owl-stage-outer .owl-stage .owl-item.active ~ .owl-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  pointer-events: none;
}
body main section.index-apoiar .owl-carousel .owl-nav:not(.disabled) {
  position: absolute;
  bottom: calc(50% - 11.5px);
  left: 30px;
  display: flex;
  width: calc(100% + 200px);
  justify-content: space-between;
  pointer-events: none;
}
body main section.index-apoiar .owl-carousel .owl-nav:not(.disabled) .owl-next,
body main section.index-apoiar .owl-carousel .owl-nav:not(.disabled) .owl-prev {
  font-size: 32px;
  color: #1B304E;
  transition: 0.3s all;
  outline: none;
  border: none;
  pointer-events: all;
}
body main section.index-apoiar .owl-carousel .owl-nav:not(.disabled) .owl-prev.disabled,
body main section.index-apoiar .owl-carousel .owl-nav:not(.disabled) .owl-next.disabled {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 991px) {
  body main section.index-apoiar {
    padding: 50px 0;
  }
  body main section.index-apoiar .texto {
    font-size: 18px;
  }
  body main section.index-apoiar .texto h2 {
    font-size: 22px;
  }
  body main section.index-apoiar .item-box {
    padding: 25px 50px 25px 50px;
    gap: 10px;
    margin-bottom: 0;
  }
  body main section.index-apoiar .item-box .item-title {
    font-size: 23px;
  }
  body main section.index-apoiar .item-box .item-descr {
    font-size: 18px;
  }
}
body main section.index-voce-sabia {
  padding: 40px 0;
}
body main section.index-voce-sabia .texto h3 {
  color: #1B304E;
  font-size: 25px;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body main section.index-voce-sabia .descricao {
  flex-wrap: wrap;
  width: 55%;
  margin: 0 auto;
}
body main section.index-voce-sabia .descricao h3 {
  color: #1B304E;
  font-size: 25px;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
body main section.index-voce-sabia .descricao h3 strong {
  font-weight: bold;
}
body main section.index-voce-sabia .descricao hr {
  width: 100%;
}
body main section.index-voce-sabia .descricao p {
  color: #1B304E;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 10px 50px;
}
@media (max-width: 991px) {
  body main section.index-voce-sabia .descricao {
    width: 100%;
  }
  body main section.index-voce-sabia .descricao h3 {
    font-size: 22px;
  }
  body main section.index-voce-sabia .descricao p {
    padding: 10px;
  }
}
body main section.index-voce-sabia .box-item h4 {
  color: #006BFF;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
}
body main section.index-voce-sabia .box-item .icon {
  width: 30px;
  height: 30px;
}
body main section.index-voce-sabia .box-item .icon svg path {
  fill: #006BFF;
}
@media (max-width: 991px) {
  body main section.index-voce-sabia .box-item {
    justify-content: flex-start !important;
    padding-left: 4rem;
  }
}
body main section.index-prevenir {
  padding: 60px 0;
}
body main section.index-prevenir h2 {
  color: #FFFFFF;
  font-family: "DM Sans", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  margin-bottom: 20px;
}
body main section.index-prevenir h2 strong {
  font-weight: bold;
}
body main section.index-prevenir p {
  margin-bottom: 25px;
  color: #FFFFFF;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  body main section.index-prevenir {
    padding: 30px 0;
    text-align: center;
  }
  body main section.index-prevenir h2 {
    font-size: 22px;
  }
  body main section.index-prevenir p {
    font-size: 15px;
  }
}
body main section.index-depoimentos {
  padding: 70px 0;
  background: linear-gradient(to bottom, #F2F2F2 0%, #F2F2F2 50%, #FFFFFF 50%, #f4f4f4 100%);
}
body main section.index-depoimentos h2 {
  color: #535353;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  text-transform: uppercase;
}
body main section.index-depoimentos h3 {
  color: #193B6A;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 35px;
}
body main section.index-depoimentos .box {
  border-radius: 10px;
  padding: 40px 80px;
  background-color: #1B304E;
}
body main section.index-depoimentos .box .icon {
  width: 33px;
  height: 26px;
  margin-bottom: 40px;
}
body main section.index-depoimentos .box .icon svg path {
  fill: #1A56A9;
}
body main section.index-depoimentos .box p {
  margin-bottom: 24px;
  color: #FFFFFF;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.index-depoimentos .box strong {
  color: #FFFFFF;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
}
@media (max-width: 991px) {
  body main section.index-depoimentos {
    padding: 30px 0;
  }
  body main section.index-depoimentos h2 {
    font-size: 16px;
  }
  body main section.index-depoimentos h3 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  body main section.index-depoimentos .box {
    padding: 30px 20px;
  }
  body main section.index-depoimentos .box .icon {
    width: 33px;
    height: 26px;
  }
  body main section.index-depoimentos .box .icon svg {
    margin-bottom: 20px;
  }
  body main section.index-depoimentos .box .icon svg path {
    fill: #1A56A9;
  }
  body main section.index-depoimentos .box p {
    font-size: 14px;
  }
}
body main section.index-redes-sociais .z-1 {
  z-index: 1;
}
body main section.index-redes-sociais .social-image {
  display: inline-block;
  width: 33.33%;
  overflow: hidden;
}
body main section.index-redes-sociais .texto h2 {
  color: #193B6A;
  font-family: "DM Sans", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body main section.index-redes-sociais .texto p {
  color: #161616;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.index-redes-sociais .icons a .social-icon {
  width: 90px;
  height: 90px;
  background-color: #193B6A;
  transition: 0.5s all;
}
body main section.index-redes-sociais .icons a :hover {
  background-color: #152A47;
}
body main section.index-redes-sociais .icons a small {
  color: #9D9D9D;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body main section.index-redes-sociais .bg-bottom {
  height: 150px;
  border-radius: 10px;
}
@media (max-width: 991px) {
  body main section.index-redes-sociais .gap-4 {
    gap: 1rem !important;
  }
  body main section.index-redes-sociais .texto h2 {
    font-size: 22px;
  }
  body main section.index-redes-sociais .texto p {
    font-size: 15px;
  }
  body main section.index-redes-sociais .icons a .social-icon {
    width: 70px;
    height: 70px;
  }
  body main section.index-redes-sociais .icons a .social-icon svg {
    width: 30px !important;
    height: 30px !important;
  }
  body main section.index-redes-sociais .icons a small {
    font-size: 12px;
  }
  body main section.index-redes-sociais .bottom-0 {
    bottom: 45px !important;
  }
  body main section.index-redes-sociais .bottom-0 .bg-bottom {
    height: 85px;
  }
}
body main section.index-blog {
  padding: 70px 0;
}
body main section.index-blog .texto h2 {
  color: #535353;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  text-transform: uppercase;
}
body main section.index-blog .texto h3 {
  color: #193B6A;
  font-family: "DM Sans", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}
body main section.index-blog .box-posts .post-card {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
body main section.index-blog .box-posts .post-card .post-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
}
body main section.index-blog .box-posts .post-card .post-image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
body main section.index-blog .box-posts .post-card .post-image-wrapper .post-overlay {
  position: absolute;
  inset: 0;
  background: rgba(25, 59, 106, 0.7);
  background: linear-gradient(180deg, rgba(25, 59, 106, 0) 0%, rgba(25, 59, 106, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$primary", endColorstr="$primary", GradientType=0 );
  color: #FFFFFF;
  transition: background 0.3s ease;
}
body main section.index-blog .box-posts .post-card:hover .post-overlay {
  background: rgba(25, 59, 106, 0.8);
  background: linear-gradient(180deg, rgba(25, 59, 106, 0.3) 0%, rgba(25, 59, 106, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$primary", endColorstr="$primary", GradientType=0 );
}
body main section.index-blog .box-posts .post-card h4 {
  font-family: "DM Sans", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 15px;
}
body main section.index-blog .box-posts .post-card .continue-link {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
@media (max-width: 991px) {
  body main section.index-blog {
    padding: 30px 0;
  }
  body main section.index-blog .texto h2 {
    font-size: 16px;
  }
  body main section.index-blog .texto h3 {
    font-size: 22px;
    margin-bottom: 25px;
  }
  body main section.index-blog .button {
    margin-bottom: 25px;
  }
  body main section.index-blog .box-posts {
    margin-bottom: 30px;
  }
  body main section.index-blog .box-posts .post-card h4 {
    font-size: 18px;
  }
  body main section.index-blog .box-posts .post-card .continue-link {
    font-size: 14px;
  }
}
body main section.index-duvidas {
  padding: 30px 0 60px 0;
}
body main section.index-duvidas .box h2 {
  margin-bottom: 25px;
  color: #193B6A;
  font-family: "DM Sans", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body main section.index-duvidas .box h2 a,
body main section.index-duvidas .box h2 a:hover {
  color: #193B6A;
}
body main section.index-duvidas .duvida {
  border-radius: 15px;
  background-color: #FFFFFF;
  border-left: 7px solid #193B6A;
  margin-bottom: 15px;
  padding: 30px;
}
body main section.index-duvidas .duvida a {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #193B6A;
  font-family: "DM Sans", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: bold;
  justify-content: space-between;
  line-height: normal;
}
body main section.index-duvidas .duvida a i {
  color: #193B6A;
}
body main section.index-duvidas .duvida:last-child {
  margin-bottom: 0;
}
body main section.index-duvidas .duvida .resposta {
  color: #161616;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  margin-top: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  body main section.index-duvidas .box h2 {
    font-size: 22px;
  }
  body main section.index-duvidas .box .duvida {
    padding: 20px;
  }
  body main section.index-duvidas .box .duvida .resposta {
    font-size: 14px;
  }
  body main section.index-duvidas .box .duvida a {
    font-size: 16px;
    gap: 15px;
  }
  body main section.index-duvidas .button {
    margin-top: 30px;
  }
}
body main section.index-proximo-nivel {
  padding: 60px 0;
}
body main section.index-proximo-nivel h2 {
  color: #FFFFFF;
  font-family: "DM Sans", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 20px;
}
body main section.index-proximo-nivel h2 strong {
  font-weight: bold;
}
body main section.index-proximo-nivel p {
  margin-bottom: 25px;
  color: #FFFFFF;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 70px;
}
@media (max-width: 991px) {
  body main section.index-proximo-nivel {
    padding: 30px 0;
    text-align: center;
  }
  body main section.index-proximo-nivel h2 {
    font-size: 22px;
  }
  body main section.index-proximo-nivel p {
    font-size: 15px;
    padding: 0 10px;
  }
}
body main section.index-vantagens {
  padding: 50px 0 120px 0;
  position: relative;
}
body main section.index-vantagens::before {
  content: url("../image/detail.png");
  position: absolute;
  top: -130px;
  left: 0;
}
body main section.index-vantagens::after {
  content: url("../image/detail2.png");
  position: absolute;
  bottom: -130px;
  right: 0;
}
body main section.index-vantagens .row {
  position: relative;
}
body main section.index-vantagens .row:before {
  color: #1c1c1c;
  font-family: Montserrat;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  content: "X";
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  height: 70px;
  width: 70px;
  border-radius: 100%;
}
body main section.index-vantagens .content {
  border-radius: 0 0 15px 15px;
  border: 1px solid #cacaca;
  background: #fff;
}
body main section.index-vantagens .content .item {
  display: flex;
  gap: 30px;
  align-items: center;
  padding: 25px 80px;
  border-bottom: 1px solid #cacaca;
}
body main section.index-vantagens .content .item:last-child {
  border: none;
}
body main section.index-vantagens .content .item strong {
  display: block;
  color: #050e2c;
  font-family: Montserrat;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
body main section.index-vantagens .content .item span {
  color: #050e2c;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.index-vantagens .title {
  padding: 30px;
  border-radius: 15px 15px 0px 0px;
  background: linear-gradient(95deg, #40cb7d 71.51%, #20653e 110.41%);
}
body main section.index-vantagens .title.title2 {
  background: linear-gradient(92deg, #ee3944 60.66%, #b00a14 105.06%);
}
body main section.index-vantagens .title h3 {
  color: #1c1c1c;
  text-align: center;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 3px;
}
body main section.index-vantagens .title h2 {
  margin-bottom: 0;
  color: #1c1c1c;
  font-family: Montserrat;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  body main section.index-vantagens {
    padding: 30px 0;
  }
  body main section.index-vantagens .row:before {
    display: none;
  }
  body main section.index-vantagens:before, body main section.index-vantagens::after {
    display: none;
  }
  body main section.index-vantagens .title {
    padding: 20px;
  }
  body main section.index-vantagens .title h3 {
    font-size: 15px;
  }
  body main section.index-vantagens .title h2 {
    font-size: 22px;
  }
  body main section.index-vantagens .content .item {
    padding: 20px;
    gap: 20px;
  }
  body main section.index-vantagens .content .item strong {
    font-size: 18px;
  }
  body main section.index-vantagens .content .item span {
    font-size: 15px;
  }
}
body main section.index-contato {
  padding: 10px 0 45px 0;
  position: relative;
}
body main section.index-contato .bg-form {
  background-color: #193B6A;
  border-radius: 0.8rem;
}
body main section.index-contato input:not(.form-check-input),
body main section.index-contato textarea {
  display: block;
  width: 100%;
  padding: 15px 20px;
  border-radius: 5px;
  border: none;
  background: rgba(241, 241, 241, 0.25);
  outline: none;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.index-contato input:not(.form-check-input)::-moz-placeholder, body main section.index-contato textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
body main section.index-contato input:not(.form-check-input)::placeholder,
body main section.index-contato textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
body main section.index-contato .form-check-label {
  color: #4d4d4d;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.index-contato label:not(.form-check-label) {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  color: #FFFFFF;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}
body main section.index-contato h4 {
  color: #FFFFFF;
  font-family: "DM Sans", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 0;
}
body main section.index-contato hr {
  margin: 30px 0;
  opacity: 1;
  background-color: #b5b5b5;
  border-color: #b5b5b5;
}
body main section.index-contato .box {
  margin-top: 50px;
  border-radius: 10px;
  padding: 40px 0;
  margin-bottom: 30px;
}
body main section.index-contato .box h2 {
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 5px;
}
body main section.index-contato .box p {
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
body main section.index-contato .img {
  margin-bottom: 15px;
}
body main section.index-contato .texto {
  margin-bottom: 40px;
}
body main section.index-contato .texto p {
  color: #161616;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
body main section.index-contato .texto h2 {
  color: #193B6A;
  font-family: "DM Sans", sans-serif;
  font-size: 35px;
  font-style: normal;
  line-height: 38px;
  margin-bottom: 1rem;
}
body main section.index-contato .texto h2 strong {
  font-weight: bold;
}
@media (max-width: 991px) {
  body main section.index-contato {
    padding: 30px 0;
    text-align: center;
  }
  body main section.index-contato label {
    text-align: left;
  }
  body main section.index-contato input:not(.form-check-input),
  body main section.index-contato textarea {
    padding: 10px 15px;
  }
  body main section.index-contato label:not(.form-check-label) {
    font-size: 15px;
  }
  body main section.index-contato::before {
    display: none;
  }
  body main section.index-contato h4 {
    font-size: 16px;
    margin-top: 30px;
  }
  body main section.index-contato .img {
    height: 75px;
  }
  body main section.index-contato .texto {
    margin-bottom: 20px;
  }
  body main section.index-contato .texto h3 {
    font-size: 24px;
  }
  body main section.index-contato .texto p {
    font-size: 15px;
  }
  body main section.index-contato .box {
    padding: 30px;
    margin-top: 0;
  }
  body main section.index-contato .box h2 {
    font-size: 22px;
  }
  body main section.index-contato .box p {
    margin-bottom: 20px;
    font-size: 15px;
  }
}
body main div.index-clientes {
  padding-top: 50px;
}
body main div.index-clientes h2 {
  color: #1B304E;
  font-family: "DM Sans", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: bold;
  line-height: 38px;
  margin-bottom: 1rem;
  text-align: center;
}
body main div.index-clientes .box {
  border-radius: 10px;
  background: #fff;
  padding: 20px 120px;
}
body main div.index-clientes .box img {
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  body main div.index-clientes {
    padding: 30px 0;
  }
  body main div.index-clientes h2 {
    font-size: 22px;
  }
  body main div.index-clientes .box {
    padding: 30px;
  }
}
body main section.index-sobre {
  background: linear-gradient(93deg, #e5e5e5 5.33%, #f7f7f7 51.93%, #cbcbcb 104.73%);
  box-shadow: 0px 6px 27.6px 0px rgba(0, 0, 0, 0.25);
  padding: 50px 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 590px;
}
body main section.index-sobre::after {
  content: url("../image/img-sobre.png");
  position: absolute;
  right: 0;
  bottom: -7px;
}
body main section.index-sobre .logo {
  margin-bottom: 25px;
}
body main section.index-sobre h3 {
  color: #1d1d1e;
  font-family: Montserrat;
  font-size: 25px;
  font-style: normal;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: normal;
}
body main section.index-sobre .main-cta {
  margin-top: 20px;
}
body main section.index-sobre p {
  color: #1d1d1e;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  body main section.index-sobre {
    min-height: auto;
    padding: 30px 0;
    text-align: center;
  }
  body main section.index-sobre::after {
    display: none;
  }
  body main section.index-sobre .main-cta {
    margin-top: 0;
  }
  body main section.index-sobre .logo {
    height: 50px;
  }
  body main section.index-sobre h3 {
    font-size: 18px;
  }
  body main section.index-sobre p {
    font-size: 15px;
  }
}
body main section.index-instagram {
  background-image: url("../image/bg-contato.png");
  padding: 50px 0;
  position: relative;
}
body main section.index-instagram:before {
  content: url("../image/detail3.png");
  position: absolute;
  top: -110px;
  left: 0;
}
body main section.index-instagram .link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #050e2c;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}
body main section.index-instagram img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 5px;
}
body main section.index-instagram h3 {
  margin-bottom: 10px;
  color: #1c1c1c;
  text-align: center;
  font-family: Montserrat;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
body main section.index-instagram h3 strong {
  background: var(--gradiente-02, linear-gradient(90deg, #66be03 23.85%, #01727b 77.63%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
@media (max-width: 991px) {
  body main section.index-instagram {
    padding: 30px 0;
  }
  body main section.index-instagram h3 {
    font-size: 22px;
  }
  body main section.index-instagram::before {
    display: none;
  }
}
body main section.servicos-interna {
  padding: 60px 0;
  background: linear-gradient(180deg, #fff 36.56%, #d9d9d9 123.46%);
}
body main section.servicos-interna .img {
  border-radius: 5px;
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 40px;
}
body main section.servicos-interna .texto p,
body main section.servicos-interna .texto ul,
body main section.servicos-interna .texto ol {
  color: #1e1e1e;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  body main section.servicos-interna {
    padding: 30px 0;
  }
  body main section.servicos-interna .img {
    height: 250px;
    margin-bottom: 20px;
  }
  body main section.servicos-interna .texto p,
  body main section.servicos-interna .texto ul,
  body main section.servicos-interna .texto ol {
    font-size: 15px;
  }
}
body main section.servicos-form {
  border-radius: 15px 0px 15px 15px;
  background: #F0F0F0;
  box-shadow: 0px 11px 22px 0px rgba(0, 0, 0, 0.25);
  padding: 35px;
  position: sticky;
  top: 20px;
}
body main section.servicos-form .topo h3 {
  color: #1B304E;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
body main section.servicos-form .topo p {
  color: var(--cinza-texto, #353535);
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.servicos-form input:not(.form-check-input),
body main section.servicos-form textarea {
  display: block;
  width: 100%;
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid #BBBBBB;
  background: #fff;
  outline: none;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 5px;
}
body main section.servicos-form input:not(.form-check-input)::-moz-placeholder, body main section.servicos-form textarea::-moz-placeholder {
  color: #818181;
}
body main section.servicos-form input:not(.form-check-input)::placeholder,
body main section.servicos-form textarea::placeholder {
  color: #818181;
}
body main section.servicos-form .form-check-label {
  color: #4d4d4d;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.servicos-form label:not(.form-check-label) {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  color: #282622;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
body main section.servicos-form .main-cta {
  padding: 10px 30px;
}
@media (max-width: 991px) {
  body main section.servicos-form {
    padding: 25px 15px;
    margin-top: 20px;
  }
  body main section.servicos-form .topo h3 {
    font-size: 18px;
  }
  body main section.servicos-form .topo p {
    font-size: 16px;
  }
  body main section.servicos-form label {
    text-align: left;
  }
  body main section.servicos-form input:not(.form-check-input),
  body main section.servicos-form textarea {
    padding: 10px 15px;
  }
  body main section.servicos-form label:not(.form-check-label) {
    font-size: 15px;
  }
  body main section.servicos-form::before {
    display: none;
  }
}
body main section.servicos {
  padding: 50px 0;
}
body main section.servicos .tab-buttons .box-texto h2,
body main section.servicos .box-itens .box-texto h2 {
  color: #193B6A;
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body main section.servicos .tab-buttons .box-texto p,
body main section.servicos .box-itens .box-texto p {
  color: #161616;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.servicos .tab-buttons .card-categoria,
body main section.servicos .box-itens .card-categoria {
  border-radius: 5px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  height: 280px;
  align-content: center;
}
body main section.servicos .tab-buttons .card-categoria h4,
body main section.servicos .box-itens .card-categoria h4 {
  color: #193B6A;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body main section.servicos .tab-buttons .card-categoria .icon,
body main section.servicos .box-itens .card-categoria .icon {
  height: 45px;
  width: 45px;
}
body main section.servicos .tab-buttons .card-categoria .botoes .main-cta.outline,
body main section.servicos .box-itens .card-categoria .botoes .main-cta.outline {
  color: #006BFF;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0 auto;
  border: none;
  padding: 0px 20px;
}
body main section.servicos .tab-buttons .card-categoria .botoes .main-cta.outline:hover,
body main section.servicos .box-itens .card-categoria .botoes .main-cta.outline:hover {
  background-color: transparent;
  color: #193B6A;
}
body main section.servicos .tab-buttons .card-categoria .botoes .main-cta.outline:hover svg path,
body main section.servicos .box-itens .card-categoria .botoes .main-cta.outline:hover svg path {
  stroke: #193B6A;
}
body main section.servicos .tab-buttons .card-categoria .botoes .main-cta.outline svg path,
body main section.servicos .box-itens .card-categoria .botoes .main-cta.outline svg path {
  stroke: #006BFF;
}
body main section.servicos .tab-buttons .main-cta,
body main section.servicos .box-itens .main-cta {
  width: 100%;
}
body main section.servicos .tab-buttons .main-cta.active,
body main section.servicos .box-itens .main-cta.active {
  background-color: #193B6A;
  border-color: #193B6A;
  color: #FFFFFF;
}
body main section.servicos .box-logo {
  border-radius: 12.801px;
  background: #193B6A;
}
body main section.servicos .box-logo .logo img {
  max-width: 100%;
}
body main section.servicos .box-logo .descricao p {
  color: #FFF;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
body main section.servicos .card-servico h4 {
  color: #193B6A;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body main section.servicos .card-servico p {
  color: #363636;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  body main section.servicos .tab-buttons .main-cta {
    margin-bottom: 16px;
  }
  body main section.servicos .tab-buttons .box-texto {
    margin-top: 2rem !important;
    width: 100% !important;
  }
  body main section.servicos .tab-buttons .box-texto h2 {
    font-size: 22px;
  }
  body main section.servicos .tab-buttons .box-texto p {
    font-size: 15px;
  }
  body main section.servicos .tab-buttons .out-card-categoria {
    margin-left: 15px;
    margin-right: 15px;
  }
  body main section.servicos .tab-buttons .out-card-categoria .card-categoria {
    height: 230px;
  }
  body main section.servicos .box-logo {
    padding: 25px;
  }
  body main section.servicos .box-logo .logo {
    text-align: center;
  }
  body main section.servicos .box-logo .logo img {
    max-width: 80%;
    margin-bottom: 25px;
  }
}
body main section.index-solucoes {
  background: linear-gradient(0deg, #CECECE 13.84%, #FFF 67.07%);
  padding: 50px 0;
}
body main section.cta-servico {
  padding: 50px 0;
}
body main section.cta-servico .texto {
  flex-wrap: wrap;
  width: 50%;
  margin: 0 auto;
}
body main section.cta-servico .texto h3 {
  color: #FFFFFF;
  font-family: "DM Sans", sans-serif;
  font-size: 35px;
  font-style: normal;
  line-height: 42px;
  margin-bottom: 1rem;
}
body main section.cta-servico .texto h3 strong {
  font-weight: bold;
}
body main section.cta-servico .texto p {
  color: #FFFFFF;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 991px) {
  body main section.cta-servico .texto {
    width: 100%;
  }
  body main section.cta-servico .texto h2,
  body main section.cta-servico .texto h3 {
    font-size: 22px;
    line-height: normal;
  }
  body main section.cta-servico .texto p {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
body main section.contato {
  background: #f4f4f4;
  padding: 60px 0;
}
body main section.contato .box {
  border-radius: 40px;
  background: #FFFFFF;
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.25);
  padding: 50px;
}
body main section.contato .box .title {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 20px;
}
body main section.contato .box .title .box-img {
  border-radius: 20px;
  overflow: hidden;
}
body main section.contato .box .title h2 {
  color: #193B6A;
  font-family: "DM Sans", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body main section.contato .box .box-links {
  padding: 0 3rem;
}
body main section.contato .box .box-links .icons a .social-icon {
  width: 80px;
  height: 80px;
  background-color: #193B6A;
  transition: 0.5s all;
}
body main section.contato .box .box-links .icons a :hover {
  background-color: #152A47;
}
body main section.contato .box .box-links .icons a small {
  color: #6B6B6B;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.contato .box .box-form {
  padding: 5px 30px;
}
body main section.contato .box .box-form h3 {
  color: #193B6A;
  font-family: "DM Sans", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
body main section.contato .box .box-form label {
  color: #161616;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
  margin-bottom: 5px;
}
body main section.contato .box .box-form input[type=text],
body main section.contato .box .box-form textarea {
  margin-bottom: 20px;
  resize: none;
  padding: 12px 20px;
  border: 1px solid #BCBCBC;
  background: #F1F1F1;
}
body main section.contato .box .box-form input::-moz-placeholder, body main section.contato .box .box-form textarea::-moz-placeholder {
  color: #909090;
}
body main section.contato .box .box-form input::placeholder,
body main section.contato .box .box-form textarea::placeholder {
  color: #909090;
}
body main section.contato .box .box-form .form-check label {
  color: #161616;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
}
body main section.contato .box .box-form .form-check label:not(.form-check-label) {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  color: #1c1c1c;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 991px) {
  body main section.contato .box {
    padding: 30px 0;
  }
  body main section.contato .box .title {
    padding: 0 40px;
  }
  body main section.contato .box .title img {
    height: 245px;
  }
  body main section.contato .box .title h2 {
    font-size: 21px;
    font-weight: 500;
  }
  body main section.contato .box .box-links {
    margin-bottom: 45px;
  }
  body main section.contato .box .box-form {
    padding: 10px 40px;
  }
  body main section.contato .box .box-form h3 {
    font-size: 24px;
    font-weight: 600;
  }
  body main section.contato .box .box-form label {
    font-size: 16px;
    margin-bottom: 10px;
  }
  body main section.contato .box .box-form input[type=text],
  body main section.contato .box .box-form textarea {
    padding: 10px 15px;
  }
  body main section.contato .box .box-form .form-check label {
    font-size: 15px;
  }
}
body main section.sobre-topo {
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 24%;
  padding: 70px 0 70px 0;
}
body main section.sobre-topo h2 {
  margin-bottom: 10px;
  color: #193B6A;
  font-family: "DM Sans", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body main section.sobre-topo p {
  color: #161616;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.sobre-topo img {
  border-radius: 12px;
}
body main section.sobre-topo .sobre-missao .box-missao-visao-valores ul {
  display: table;
  width: 100%;
}
body main section.sobre-topo .sobre-missao .box-missao-visao-valores ul li {
  display: table;
  width: 100%;
  border-bottom: 1px solid #d2d2d2;
  padding: 5px 0;
}
body main section.sobre-topo .sobre-missao .box-missao-visao-valores ul li a {
  display: table;
  width: 100%;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2A2A2A;
  font-family: "DM Sans", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  border-radius: 15px;
}
body main section.sobre-topo .sobre-missao .box-missao-visao-valores ul li a svg {
  margin-right: 20px;
}
body main section.sobre-topo .sobre-missao .box-missao-visao-valores ul li a svg path {
  transition: 0.5s;
}
body main section.sobre-topo .sobre-missao .box-missao-visao-valores ul li a:hover {
  background: #eee;
}
body main section.sobre-topo .sobre-missao .box-missao-visao-valores ul li a.active {
  background: #193B6A;
  box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.25);
  font-weight: 600;
  color: #FFFFFF;
}
body main section.sobre-topo .sobre-missao .box-missao-visao-valores ul li a.active svg path {
  stroke: #FFFFFF;
}
body main section.sobre-topo .sobre-missao .box-missao-visao-valores ul li a:last-of-type {
  border-bottom: 0;
}
body main section.sobre-topo .sobre-missao .box-content {
  float: left;
  width: 100%;
  display: none;
  padding: 30px 60px 30px 45px;
}
body main section.sobre-topo .sobre-missao .box-content h2 {
  font-size: 32px;
  line-height: 40px;
}
body main section.sobre-topo .sobre-missao .box-content.active {
  display: block;
}
body main section.sobre-topo .sobre-missao .separator {
  float: left;
  width: 100%;
  padding: 60px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  body main section.sobre-topo {
    padding: 30px 0;
    text-align: center;
    background-position: right;
  }
  body main section.sobre-topo h2 {
    font-size: 21px;
    margin-top: 25px;
  }
  body main section.sobre-topo p {
    font-size: 15px;
    margin-bottom: 0;
  }
  body main section.sobre-topo .sobre-missao .box-missao-visao-valores ul {
    margin-bottom: 15px;
    padding-left: 0;
  }
  body main section.sobre-topo .sobre-missao .box-missao-visao-valores ul li {
    display: inline-block;
    width: 65%;
  }
  body main section.sobre-topo .sobre-missao .box-missao-visao-valores ul li a {
    height: 50px;
    font-size: 18px;
    line-height: 28px;
  }
  body main section.sobre-topo .sobre-missao .box-content {
    padding: 30px 15px 30px 15px;
  }
  body main section.sobre-topo .sobre-missao .box-content h2 {
    font-size: 24px;
    line-height: 32px;
    margin-top: 0px;
  }
}
body main section.sobre-timeline {
  padding: 45px 0;
  background: linear-gradient(92deg, #E6E6E6 -3.27%, #FFF 112.01%);
}
body main section.sobre-timeline h2 {
  margin-bottom: 50px;
  color: #193B6A;
  font-family: "DM Sans", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body main section.sobre-timeline h3 {
  margin-bottom: 10px;
  color: #161616;
  font-family: "DM Sans", sans-serif;
  font-size: 79.864px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body main section.sobre-timeline .img {
  width: 100%;
  border-radius: 10px;
  height: 330px;
}
body main section.sobre-timeline p {
  margin-bottom: 0;
  color: var(--cinza-texto, #353535);
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.sobre-timeline .anos {
  display: flex;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 2px solid #dedede;
}
body main section.sobre-timeline .anos a {
  border-left: 2px solid #dedede;
  padding: 0 70px;
  color: #aeaeae;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  flex: 1;
}
body main section.sobre-timeline .anos a:first-child {
  border-left: none;
}
body main section.sobre-timeline .anos a.active {
  color: #161616;
  font-weight: 700;
}
@media (max-width: 991px) {
  body main section.sobre-timeline {
    padding: 10px 0;
  }
  body main section.sobre-timeline .anos {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  body main section.sobre-timeline .anos a {
    padding: 0 10px;
    font-size: 18px;
  }
  body main section.sobre-timeline h2 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
  }
  body main section.sobre-timeline .img {
    height: 150px;
  }
  body main section.sobre-timeline h3 {
    font-size: 30px;
    text-align: center;
  }
  body main section.sobre-timeline p {
    text-align: center;
    font-size: 15px;
    margin-bottom: 20px;
  }
  body main section.sobre-timeline::before {
    display: none;
  }
}
body main section.sobre-diretores {
  padding-top: 60px;
  background: white;
  position: relative;
}
body main section.sobre-diretores:before {
  content: "";
  height: 4px;
  background-color: #193B6A;
  width: 1000px;
  position: absolute;
  right: 0;
  top: 180px;
}
body main section.sobre-diretores:after {
  position: absolute;
  left: 0;
  top: 80px;
  content: url("../image/icon2.png");
}
body main section.sobre-diretores h2 {
  color: #f60;
  font-family: "Open Sans";
  font-size: 42.589px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 15px;
}
body main section.sobre-diretores .img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 100%;
  margin-bottom: 20px;
  position: relative;
}
body main section.sobre-diretores .legenda {
  border-radius: 15px;
  background: #4b4b4b;
  padding: 20px;
  color: #fff;
  text-align: center;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.sobre-diretores .legenda a {
  text-decoration-line: underline;
  display: block;
}
@media (max-width: 991px) {
  body main section.sobre-diretores {
    text-align: center;
    padding-top: 30px;
  }
  body main section.sobre-diretores .legenda {
    margin-top: 30px;
  }
  body main section.sobre-diretores .img {
    max-width: 200px;
    margin: auto;
    display: block;
  }
  body main section.sobre-diretores h2 {
    font-size: 24px;
  }
  body main section.sobre-diretores:before, body main section.sobre-diretores:after {
    display: none;
  }
}
body main section.sobre-equipe {
  padding: 50px 0;
}
body main section.sobre-equipe .texto {
  flex-wrap: wrap;
  width: 60%;
  margin: 0 auto;
}
body main section.sobre-equipe .texto h2 {
  color: #193B6A;
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  line-height: 38px;
  margin-bottom: 1rem;
}
body main section.sobre-equipe .texto h2 strong {
  font-weight: bold;
}
body main section.sobre-equipe .texto p {
  color: #161616;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body main section.sobre-equipe .texto h2 {
    font-size: 22px;
  }
  body main section.sobre-equipe .texto p {
    font-size: 15px;
    margin-bottom: 0px;
  }
}
body main section.sobre-equipe .box .team {
  overflow: hidden;
  border-radius: 8px;
}
body main section.sobre-equipe .box .team .content {
  background-color: #193B6A;
}
body main section.sobre-equipe .box .team .content .name {
  margin-bottom: 5px;
  color: #FFFFFF;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
body main section.sobre-equipe .box .team .content .cargo {
  color: #FFFFFF;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.sobre-equipe .box .team .team-img {
  object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  aspect-ratio: 1/1;
  transition: all 0.4s ease;
}
body main section.sobre-equipe .box .team .team-icon {
  top: 25px;
  right: 0px;
  left: 0;
  transition: all 0.5s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
}
body main section.sobre-equipe .box .team .team-icon i {
  height: 36px;
  width: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #059669;
}
@media (max-width: 991px) {
  body main section.sobre-equipe {
    padding-top: 30px;
  }
  body main section.sobre-equipe .texto {
    width: 100%;
  }
  body main section.sobre-equipe .box {
    padding-left: 15px;
    padding-right: 15px;
  }
  body main section.sobre-equipe .box .team .team-img {
    aspect-ratio: auto;
  }
  body main section.sobre-equipe .box .team .content {
    padding: 15px;
    text-align: justify !important;
  }
  body main section.sobre-equipe .box .team .content .name {
    font-size: 15px;
  }
  body main section.sobre-equipe .box .team .content .cargo {
    font-size: 14px;
    line-height: 24px;
  }
}
body main section.sobre-compromisso {
  padding: 50px 0;
}
body main section.sobre-compromisso .texto {
  flex-wrap: wrap;
  width: 64%;
  margin: 0 auto;
}
body main section.sobre-compromisso .texto h2 {
  color: #193B6A;
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  line-height: 38px;
  margin-bottom: 1rem;
}
body main section.sobre-compromisso .texto h2 strong {
  font-weight: bold;
}
body main section.sobre-compromisso .texto p {
  color: #161616;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
body main section.sobre-compromisso .texto p:first-of-type {
  font-size: 23px;
  line-height: 30px;
}
body main section.sobre-compromisso .texto p:first-of-type strong {
  font-weight: bold;
}
@media (max-width: 991px) {
  body main section.sobre-compromisso .texto {
    width: 100%;
  }
  body main section.sobre-compromisso .texto h2 {
    font-size: 22px;
  }
  body main section.sobre-compromisso .texto p {
    font-size: 15px !important;
    line-height: 24px !important;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  body main section.sobre-compromisso {
    padding: 30px 0;
  }
}
body main section.sobre-cta-compromisso {
  padding: 50px 0;
}
body main section.sobre-cta-compromisso .texto {
  flex-wrap: wrap;
  width: 71%;
  margin: 0 auto;
}
body main section.sobre-cta-compromisso .texto h2 {
  color: #FFFFFF;
  font-family: "DM Sans", sans-serif;
  font-size: 35px;
  font-style: normal;
  line-height: 42px;
  margin-bottom: 1rem;
}
body main section.sobre-cta-compromisso .texto h2 strong {
  font-weight: bold;
}
body main section.sobre-cta-compromisso .texto p {
  color: #FFFFFF;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 991px) {
  body main section.sobre-cta-compromisso .texto {
    width: 100%;
  }
  body main section.sobre-cta-compromisso .texto h2 {
    font-size: 22px;
    line-height: normal;
  }
  body main section.sobre-cta-compromisso .texto p {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
body main section.sobre-missao {
  position: relative;
}
body main section.sobre-missao::after {
  content: url("../image/detail2.png");
  position: absolute;
  right: 0;
  bottom: -70px;
}
body main section.sobre-missao .box {
  border-radius: 10px;
  background: #222;
  padding: 80px 30px 50px 30px;
}
body main section.sobre-missao .box .in {
  height: 100%;
  background: #303030;
  padding: 45px;
  padding-top: 1px;
}
body main section.sobre-missao .box .in img {
  margin-top: -35px;
}
body main section.sobre-missao .box .in strong {
  display: block;
  color: #f2f2f2;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 20px 0;
}
body main section.sobre-missao .box .in p,
body main section.sobre-missao .box .in ul {
  color: #f2f2f2;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body main section.sobre-missao::after {
    display: none;
  }
  body main section.sobre-missao .box {
    padding: 30px 20px;
  }
  body main section.sobre-missao .box .in {
    padding: 15px;
    padding-top: 1px;
  }
  body main section.sobre-missao .box .in img {
    height: 40px;
    margin-top: -20px;
  }
  body main section.sobre-missao .box .in strong {
    font-size: 16px;
  }
  body main section.sobre-missao .box .in p,
  body main section.sobre-missao .box .in ul {
    font-size: 14px;
  }
}
body main section.sobre-galeria {
  padding: 40px 0;
}
body main section.sobre-galeria h2 {
  margin-bottom: 25px;
  color: #1c1c1c;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
body main section.sobre-galeria .owl-carousel img {
  height: 380px;
  border-radius: 5px;
}
@media (max-width: 991px) {
  body main section.sobre-galeria {
    padding: 30px 0;
  }
  body main section.sobre-galeria h2 {
    font-size: 22px;
  }
  body main section.sobre-galeria .owl-carousel img {
    height: 250px;
  }
}
body main section.duvidas {
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  padding: 70px 0 70px 0;
}
body main section.duvidas .box h2 {
  margin-bottom: 25px;
  color: #193B6A;
  font-family: "DM Sans", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body main section.duvidas .box .duvida {
  border-radius: 15px;
  background-color: #FFFFFF;
  border-left: 7px solid #193B6A;
  margin-bottom: 15px;
  padding: 30px;
}
body main section.duvidas .box .duvida a {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #193B6A;
  font-family: "DM Sans", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: bold;
  justify-content: space-between;
  line-height: normal;
}
body main section.duvidas .box .duvida a i {
  color: #193B6A;
}
body main section.duvidas .box .duvida:last-child {
  margin-bottom: 0;
}
body main section.duvidas .box .duvida .resposta {
  color: #161616;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  margin-top: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.duvidas .side-site .box-cta {
  background-color: #193B6A;
  border-radius: 10px;
  padding: 60px 30px;
}
body main section.duvidas .side-site .box-cta h3 {
  color: #FFFFFF;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body main section.duvidas .side-site .box-cta p {
  color: #FFFFFF;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.duvidas .side-site .box-cta .main-cta {
  padding: 15px 50px;
}
@media (max-width: 991px) {
  body main section.duvidas {
    padding: 15px;
  }
  body main section.duvidas .box {
    padding: 30px 0;
  }
  body main section.duvidas .box h2 {
    font-size: 22px;
  }
  body main section.duvidas .box p {
    font-size: 15px;
  }
  body main section.duvidas .box .duvida {
    padding: 20px;
  }
  body main section.duvidas .box .duvida .resposta {
    font-size: 14px;
  }
  body main section.duvidas .box .duvida a {
    font-size: 16px;
  }
  body main section.duvidas .side-site .box-cta {
    padding: 30px;
  }
  body main section.duvidas .side-site .box-cta h3 {
    font-size: 22px;
  }
  body main section.duvidas .side-site .box-cta p {
    font-size: 15px;
  }
}
body main section.blog {
  padding: 70px 0;
}
body main section.blog .box-posts .post-card {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
body main section.blog .box-posts .post-card .post-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
}
body main section.blog .box-posts .post-card .post-image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
body main section.blog .box-posts .post-card .post-image-wrapper .post-overlay {
  position: absolute;
  inset: 0;
  background: rgba(25, 59, 106, 0.7);
  background: linear-gradient(180deg, rgba(25, 59, 106, 0) 0%, rgba(25, 59, 106, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$primary", endColorstr="$primary", GradientType=0 );
  color: #FFFFFF;
  transition: background 0.3s ease;
}
body main section.blog .box-posts .post-card:hover .post-overlay {
  background: rgba(25, 59, 106, 0.8);
  background: linear-gradient(180deg, rgba(25, 59, 106, 0.3) 0%, rgba(25, 59, 106, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$primary", endColorstr="$primary", GradientType=0 );
}
body main section.blog .box-posts .post-card h4 {
  font-family: "DM Sans", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 15px;
}
body main section.blog .box-posts .post-card .continue-link {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
@media (max-width: 991px) {
  body main section.blog {
    padding: 30px 0;
  }
  body main section.blog .texto h2 {
    font-size: 16px;
  }
  body main section.blog .texto h3 {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
body main section.blog-interna .into-content {
  float: left;
  width: 100%;
  padding-top: 30px;
}
body main section.blog-interna .into-content .box-content {
  float: left;
  width: 100%;
  overflow: hidden;
}
body main section.blog-interna .into-content .box-content .box-img img {
  display: table;
  width: 100%;
  max-height: 450px;
  float: left;
  border-radius: 10px;
}
body main section.blog-interna .into-content .box-content .box-resume,
body main section.blog-interna .into-content .box-content .box-text {
  float: left;
  width: 100%;
  padding: 20px 0;
}
body main section.blog-interna .into-content .box-content .box-resume h3,
body main section.blog-interna .into-content .box-content .box-text h3 {
  display: table;
  color: #303030;
  font-family: "DM Sans";
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body main section.blog-interna .into-content .box-content .box-resume p,
body main section.blog-interna .into-content .box-content .box-text p {
  color: #303030;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.blog-interna .box-related {
  float: left;
  width: 100%;
  position: relative;
  border-radius: 10px;
  padding-top: 80px;
}
body main section.blog-interna .box-related .title-box {
  position: absolute;
  padding: 0 20px;
  color: #193B6A;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  top: -15px;
  left: 50%;
  margin-top: 65px;
  transform: translate(-50%, 0);
}
body main section.blog-interna .box-related .card-related {
  display: flex;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #BCBCBC;
  background: #fff;
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%;
  margin-top: 15px;
}
body main section.blog-interna .box-related .card-related img {
  width: 105px;
  height: 105px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
body main section.blog-interna .box-related .card-related span {
  display: table;
  padding-left: 15px;
  color: var(--marrom-1, #282622);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
body main section.blog-interna .box-related .card-related:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  body main section.blog-interna .box-related {
    margin-top: 50px;
    padding: 40px 20px 20px;
  }
  body main section.blog-interna .box-related .title-box {
    white-space: nowrap;
  }
  body main section.blog-interna .box-related span {
    font-size: 16px;
    line-height: 22px;
  }
}
body main section.destaque {
  padding: 50px 0;
}
body main section.destaque .box-clientes {
  border-radius: 10px;
  background: #fff;
  padding: 45px 0px;
  text-align: center;
}
body main section.destaque .box-clientes .logo-item {
  width: 30%;
}
body main section.destaque .box-clientes .logo-item img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body main section.destaque .box-destaque h3 {
  color: #193B6A;
  font-family: "DM Sans", sans-serif;
  font-size: 32.505px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body main section.destaque .box-destaque p {
  color: #363636;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  body main section.destaque {
    padding: 50px 0 10px 0;
  }
  body main section.destaque .box-clientes {
    padding: 15px 0px;
    margin-bottom: 30px;
  }
  body main section.destaque .box-clientes .logo-item {
    width: 40%;
  }
  body main section.destaque .box-destaque h3 {
    font-size: 22px;
  }
  body main section.destaque .box-destaque p {
    font-size: 15px;
  }
}
body main section.cases-de-sucesso {
  padding: 50px 0;
}
body main section.cases-de-sucesso .box-texto h3 {
  color: #193B6A;
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body main section.cases-de-sucesso .box-texto p {
  color: #363636;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.cases-de-sucesso .owl-cases .item {
  max-width: 99%;
  position: relative;
  overflow: visible;
}
body main section.cases-de-sucesso .owl-cases .item .logo-floating {
  max-width: 150px;
  max-height: 80px;
  background-color: #f4f4f4;
  padding: 0.5rem 0.8rem;
  position: absolute;
  top: -50px;
  left: 15%;
  transform: translateX(-50%);
  z-index: 10;
}
body main section.cases-de-sucesso .owl-cases .item .logo-floating img {
  height: 80px;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
body main section.cases-de-sucesso .owl-cases .item .box-cases .main-cta {
  width: 100%;
}
body main section.cases-de-sucesso .owl-cases .item .box-cases .main-cta.active {
  background-color: #193B6A;
  border-color: #193B6A;
  color: #FFFFFF;
}
body main section.cases-de-sucesso .owl-cases .owl-dots:not(.disabled) {
  margin-top: 5px;
}
@media (max-width: 991px) {
  body main section.cases-de-sucesso {
    padding: 10px 0 50px 0;
  }
  body main section.cases-de-sucesso .box-texto h3 {
    font-size: 22px;
  }
  body main section.cases-de-sucesso .box-texto p {
    font-size: 15px;
  }
  body main section.cases-de-sucesso .logo-floating {
    left: 20% !important;
  }
  body main section.cases-de-sucesso .box-cases {
    padding: 2rem 1rem !important;
  }
  body main section.cases-de-sucesso .box-cases .tab-buttons .nav-pills .nav-item {
    margin-right: 1rem !important;
  }
  body main section.cases-de-sucesso .box-cases .tab-buttons .nav-pills .nav-item .main-cta {
    font-size: 14px !important;
    padding: 8px 10px !important;
  }
}
body main section.porque-o-grupo-aguiar {
  background: linear-gradient(0deg, #CECECE 13.84%, #FFF 82.77%);
  padding: 50px 0;
}
body main section.porque-o-grupo-aguiar .box-texto h3 {
  color: #193B6A;
  font-family: "DM Sans", sans-serif;
  font-size: 33.477px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body main section.porque-o-grupo-aguiar .box-texto p {
  color: #363636;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.porque-o-grupo-aguiar .card-item {
  border-radius: 5px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  padding: 40px 50px;
}
body main section.porque-o-grupo-aguiar .card-item h4 {
  color: #193B6A;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
body main section.porque-o-grupo-aguiar .card-item p {
  color: #363636;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
body main section.porque-o-grupo-aguiar .card-item .icon {
  width: 45px;
  height: 45px;
}
@media (max-width: 991px) {
  body main section.porque-o-grupo-aguiar .box-texto {
    width: 100% !important;
  }
  body main section.porque-o-grupo-aguiar .box-texto h3 {
    font-size: 22px;
  }
  body main section.porque-o-grupo-aguiar .box-texto p {
    font-size: 15px;
  }
}
body main section.index-depoimentos.interna {
  background: #F2F2F2;
  padding: 50px 0;
}
body main section.cta-construa {
  padding: 50px 0;
}
body main section.cta-construa .texto {
  flex-wrap: wrap;
  width: 50%;
  margin: 0 auto;
}
body main section.cta-construa .texto h2 {
  color: #FFFFFF;
  font-family: "DM Sans", sans-serif;
  font-size: 35px;
  font-style: normal;
  line-height: 42px;
  margin-bottom: 1rem;
}
body main section.cta-construa .texto h2 strong {
  font-weight: bold;
}
body main section.cta-construa .texto p {
  color: #FFFFFF;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 991px) {
  body main section.cta-construa .texto {
    width: 100%;
  }
  body main section.cta-construa .texto h2 {
    font-size: 22px;
    line-height: normal;
  }
  body main section.cta-construa .texto p {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
body footer section.barra-fixa {
  position: fixed;
  bottom: -1px;
  background: white;
  border-top: 2px solid #193B6A;
  width: 100%;
  padding: 10px 80px 15px 80px;
  z-index: 600;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  body footer section.barra-fixa {
    display: none;
  }
}
body footer section.barra-fixa .main-phone {
  color: #050e2c;
}
body footer section.barra-fixa .main-phone svg {
  fill: #050e2c;
}
body footer section.barra-fixa .main-phone svg path {
  fill: #050e2c;
}
body footer section.barra-fixa.oculta {
  bottom: -100px;
}
body footer section.barra-fixa-mobile {
  background-color: #193B6A;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  padding: 5px 0;
  border-top: 2px solid #FFFFFF;
  transition: 0.3s all;
}
body footer section.barra-fixa-mobile .list-itens {
  display: flex;
  justify-content: space-around;
  font-size: 30px;
}
body footer section.barra-fixa-mobile .list-itens a {
  color: white;
}
body footer section.barra-fixa-mobile .list-itens a i {
  color: white;
}
@media screen and (min-width: 992px) {
  body footer section.barra-fixa-mobile {
    display: none;
  }
}
body footer section.footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #112039;
  color: #ffffff;
  font-size: 18px;
}
body footer section.footer a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}
body footer section.footer a:hover {
  color: #1A56A9;
}
body footer section.footer h4 {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #ffffff;
}
body footer section.footer .logo {
  display: inline-block;
  text-align: center;
}
body footer section.footer .logo img {
  max-width: 65%;
  height: auto;
}
body footer section.footer .footer-map iframe {
  width: 100%;
  max-height: 200px;
  border: 0;
  border-radius: 20px;
}
body footer section.footer .btn-back-to-top {
  display: inline-flex;
  align-items: center;
  position: absolute;
  left: -15px;
  top: -30px;
  transform: rotate(-90deg);
  width: 150px;
  height: 65px;
  padding: 0.5rem;
  border-radius: 20px;
  background-color: #000000;
  text-decoration: none;
  transition: background 0.3s ease;
}
body footer section.footer .btn-back-to-top span {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  color: #ffffff;
  padding: 0.5rem 1rem;
  display: inline-flex;
  margin-top: 20px;
}
body footer section.footer .btn-back-to-top span svg {
  fill: #193B6A;
  position: absolute;
  right: 43%;
  top: 15%;
  transform: rotate(90deg);
  width: 23px;
  height: 24px;
  margin-left: 10px;
}
body footer section.footer .btn-back-to-top:hover {
  background-color: #141414;
  color: #ffffff;
}
body footer section.footer .btn-back-to-top:hover span svg {
  fill: #193B6A;
}
body footer section.footer .menu-footer {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
body footer section.footer .menu-footer a {
  font-size: 18px;
}
body footer section.footer .redes-sociais {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
body footer section.footer .redes-sociais a {
  width: 46px;
  height: 46px;
  background-color: #D8DEE7;
}
body footer section.footer .redes-sociais a i {
  font-size: 24px;
  color: #112039;
  transition: color 0.3s ease;
}
body footer section.footer .redes-sociais a i:hover {
  color: #1A56A9;
}
body footer section.footer .redes-sociais a svg {
  transition: color 0.3s ease;
}
body footer section.footer .redes-sociais a svg path {
  fill: #112039;
}
body footer section.footer .redes-sociais a svg path:hover {
  fill: #1A56A9;
}
body footer section.footer .copy {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  margin-bottom: 0.5rem;
}
body footer section.footer .unidade {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-size: 15px;
  margin-bottom: 1rem;
}
body footer section.footer .botoes .main-cta.whatsapp {
  background-color: #39AB03;
  color: #ffffff;
  padding: 0.8rem 0.8rem;
  border-radius: 3px;
  display: inline-block;
  text-decoration: none;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
}
body footer section.footer .botoes .main-cta.whatsapp svg {
  width: 20px;
  height: 20px;
}
body footer section.footer .botoes .main-cta.whatsapp:hover {
  background-color: #319203;
}
@media (max-width: 768px) {
  body footer .footer .logo {
    display: block !important;
    text-align: center;
    margin-right: 0 !important;
  }
  body footer .footer .logo img {
    max-width: 40% !important;
  }
  body footer .footer-map iframe {
    max-height: 150px;
  }
  body footer .btn-back-to-top {
    margin-top: 1rem;
  }
  body footer .redes-sociais {
    justify-content: center;
  }
  body footer .text-lg-end {
    text-align: center !important;
  }
}
body footer section.botao_whatsapp {
  background-color: #25d366;
  width: 70px;
  height: 70px;
  position: fixed;
  z-index: 900;
  bottom: 40px;
  padding: 5px;
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: center;
  right: 30px;
  border-radius: 75px;
  transition: all 0.5s;
}
body footer section.botao_whatsapp i.fab.fa-whatsapp {
  color: white;
  font-size: 46px;
  vertical-align: middle;
}
@media (min-width: 992px) {
  body footer section.botao_whatsapp.scroll {
    bottom: 100px;
  }
}
body footer section.botao_whatsapp:hover {
  background-color: #1f9249;
}
@media screen and (max-width: 991px) {
  body footer section.botao_whatsapp {
    bottom: 75px;
    right: 10px;
  }
}
body footer .menu-mobile {
  background-image: url(../image/bg-menu-mobile.png);
  background-size: cover;
  background-position: center left;
  position: fixed;
  top: 0px;
  left: -100%;
  width: 95%;
  height: 100%;
  overflow: auto;
  z-index: 998;
  padding-bottom: 65px;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
body footer .menu-mobile.aberto {
  left: 0px;
}
body footer .menu-mobile .fechar {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 25px;
  font-weight: 700;
  color: #1A56A9;
}
body footer .menu-mobile .logo {
  width: 100%;
  padding: 10px;
  text-align: center;
  margin-bottom: 10px;
}
body footer .menu-mobile .logo img {
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 20px;
}
body footer .menu-mobile ul {
  padding: 0px;
}
body footer .menu-mobile ul li {
  list-style: none;
  margin: 5px;
  padding: 2px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
body footer .menu-mobile ul li:last-child {
  border-bottom: none;
}
body footer .menu-mobile ul li a {
  color: #1A56A9;
  font-size: 16px;
  padding: 0 10px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
}
body footer .menu-mobile ul.blue li {
  background-color: #013d60;
  margin: 0 0 2px 0;
  padding: 0;
}
body footer .menu-mobile ul.blue li a {
  color: white;
  font-size: 13px;
  line-height: 1;
  padding: 0 0;
}/*# sourceMappingURL=custom.css.map */