@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.has-error {
  border-color: red !important;
}

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

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

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

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

.text-red {
  color: #bf161f !important;
}

.bg-red {
  background-color: #bf161f !important;
}

.main-cta {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  border: none;
  outline: none;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 13px 23px;
  border-radius: 10px;
  background: #2b884f;
  transition: 0.5s all;
}
.main-cta.red {
  background-color: #bf161f;
}
.main-cta.blue {
  background: #0a1b4e;
}
.main-cta:hover {
  color: white;
  opacity: 0.7;
}
@media (max-width: 991px) {
  .main-cta {
    font-size: 16px;
    padding: 10px 20px;
  }
}

.main-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-align: left;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: 0.5s all;
}
.main-phone strong {
  display: block;
  color: #8dc1d8;
  font-size: 15px;
  font-weight: 400;
}
.main-phone:hover {
  color: white;
  opacity: 0.7;
}
@media (max-width: 991px) {
  .main-phone {
    font-size: 14px;
  }
  .main-phone img {
    height: 30px;
  }
  .main-phone strong {
    font-size: 14px;
  }
}

body {
  max-width: 1920px;
  margin: auto;
  font-family: "Montserrat", sans-serif;
  background: #fff;
  overflow-x: hidden;
  /* MODAL */
}
body .container {
  max-width: 1300px;
}
body .container.big {
  max-width: 1600px;
}
body a {
  text-decoration: none;
  color: inherit;
}
body a:hover {
  color: inherit;
}
body section.barra-lgpd {
  display: none;
  position: fixed;
  bottom: 90px;
  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;
}
body section.barra-lgpd.exibir {
  display: flex;
}
body 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;
}
body 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% */
}
body section.barra-lgpd .text {
  color: var(--Texto-1, #141414);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
body section.barra-lgpd .text a {
  font-weight: 700;
  text-decoration-line: underline;
  color: #141414;
}
@media (max-width: 991px) {
  body section.barra-lgpd {
    bottom: 70px;
    left: 10px;
    max-width: calc(100% - 20px);
    flex-flow: column;
    gap: 10px;
  }
  body section.barra-lgpd .text {
    text-align: center;
    line-height: 1.4;
    font-size: 12px;
  }
  body section.barra-lgpd .button a {
    font-size: 12px;
    padding: 8px 20px;
  }
  body section.barra-lgpd .icon {
    display: none;
  }
}
body section.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: white;
}
body section.preloader .loader {
  border: 6px solid #e5e5e5;
  border-top-color: #0a1b4e;
  animation: loader-rotate 1s infinite;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
@keyframes loader-rotate {
  to {
    transform: rotate(1turn);
  }
}
body .modal-backdrop.show {
  opacity: 0.8;
  width: 100% !important;
  height: 100% !important;
}
body .modal-lg {
  max-width: 650px;
}
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: 18px;
}
body .modal-content .closebtn:hover {
  color: white !important;
}
@media (max-width: 991px) {
  body .modal-content .closebtn {
    position: static;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 7px;
    padding-right: 20px;
    color: black;
    text-align: right;
  }
}
body .modal-body {
  padding: 30px 40px;
  border-radius: 0;
  background-image: url("../image/bg-depoimentos.jpg");
  background-size: cover;
}
body .modal-body h1 {
  font-size: 32px;
  text-align: center;
  font-weight: 800;
  margin-bottom: 0;
  color: #0a1b4e;
}
body .modal-body h3 {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  margin-top: 10px;
}
body .modal-body form {
  margin-top: 20px;
}
body .modal-body form label {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
body .modal-body form button {
  outline: none;
  background-color: #0a1b4e;
  border: none;
  font-weight: 600;
  font-size: 18px;
  color: white;
  border-radius: 5px;
  padding: 9px 30px;
}
body .modal-body form button i {
  color: white;
  margin-right: 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 {
  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 {
    font-size: 25px;
  }
  body .modal-body h3 {
    text-align: center;
    font-size: 16px;
    margin-top: 0;
  }
  body .modal-body form {
    margin-top: 20px;
  }
  body .modal-body form button {
    font-size: 15px;
  }
  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: 15px;
    padding: 7px 15px;
  }
}
body section.formulario-enviado {
  padding: 200px 0;
  color: #0a1b4e;
  background: #f8f8f8;
  background-image: url("../image/bg-servicos.png");
}
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: #0a1b4e;
  font-weight: 500;
  border-bottom: 1px dotted #0a1b4e;
}
body section.formulario-enviado .box-in .btn-voltar {
  color: #0a1b4e;
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 30px;
  font-weight: 600;
  background-color: transparent;
  outline: none;
  border: 2px solid #0a1b4e;
  transition: 0.3s all;
}
body section.formulario-enviado .box-in .btn-voltar:hover {
  background-color: #0a1b4e;
  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: #0a1b4e;
}
body section.formulario-enviado .box-in h1 {
  font-size: 75px;
  font-weight: 500;
  color: #0a1b4e;
  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 .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 section.header {
  position: absolute;
  z-index: 2;
  padding: 30px 0;
  left: 0;
  width: 100%;
}
body section.header .logo {
  width: 100%;
}
body section.header.rodape {
  position: static;
  background: #0a1b4e;
}
@media (max-width: 991px) {
  body section.header {
    position: static;
    background: #0a1b4e;
    text-align: center;
  }
  body section.header .logo {
    height: 30px;
    width: auto;
  }
}
body main section.index-banner {
  min-height: 745px;
  display: flex;
  align-items: center;
}
body main section.index-banner h1 {
  color: #f6f6f6;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: -0.96px;
}
body main section.index-banner p {
  color: #f6f6f6;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 991px) {
  body main section.index-banner {
    min-height: auto;
    padding: 50px 0;
    text-align: center;
  }
  body main section.index-banner h1 {
    font-size: 32px;
  }
}
body main section.index-especialista {
  background-image: url("../image/onda.png");
  background-position: top;
  padding-top: 170px;
  padding-bottom: 50px;
  margin-top: -140px;
}
body main section.index-especialista .container {
  max-width: 750px;
}
body main section.index-especialista h2 {
  color: #8fcffd;
  text-align: center;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.8px;
}
body main section.index-especialista p {
  color: #fefefe;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 991px) {
  body main section.index-especialista {
    background: #0a1b4e;
    margin: 0;
    padding: 40px 0;
  }
  body main section.index-especialista h2 {
    font-size: 24px;
  }
}
body main section.index-programa {
  padding-top: 30px;
  padding-bottom: 100px;
}
body main section.index-programa h2 {
  color: #0a1b4e;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: -0.96px;
}
body main section.index-programa p {
  color: #0a1b4e;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 991px) {
  body main section.index-programa {
    padding: 30px 0;
    text-align: center;
  }
  body main section.index-programa h2 {
    font-size: 24px;
  }
}
body main section.index-objetivo {
  background: #0a1b4e;
  border-radius: 100px 100px 0 0;
  padding-bottom: 130px;
}
body main section.index-objetivo .sep {
  transform: translateY(-30px);
}
body main section.index-objetivo h2 {
  color: #f2f2f2;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: -0.96px;
  margin-top: -30px;
}
body main section.index-objetivo p {
  color: #f2f2f2;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
body main section.index-objetivo .motor {
  width: 100%;
  margin-top: -30px;
  transform: scale(1.3);
}
@media (max-width: 991px) {
  body main section.index-objetivo {
    border-radius: 0;
    padding: 30px 0;
    text-align: center;
  }
  body main section.index-objetivo .sep {
    display: none;
  }
  body main section.index-objetivo h2 {
    margin-top: 0;
    font-size: 24px;
  }
  body main section.index-objetivo .motor {
    display: none;
  }
}
body main section.index-vantagens {
  border-radius: 100px 100px 0 0;
  padding-top: 100px;
  margin-top: -100px;
  background: #f8f8f8;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}
body main section.index-vantagens:before {
  content: url("../image/swoosh.png");
  position: absolute;
  right: 50px;
  top: 0;
}
body main section.index-vantagens h2 {
  color: #0a1b4e;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: -0.96px;
}
body main section.index-vantagens ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: column;
  gap: 10px;
}
body main section.index-vantagens li {
  list-style: none;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0;
  color: #0a1b4e;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  border-radius: 10px;
  background: rgba(217, 217, 217, 0.6);
  display: flex;
  align-items: end;
  gap: 10px;
  padding: 5px 10px;
}
body main section.index-vantagens li:before {
  transform: translateY(3px);
  content: url("../image/check.png");
}
@media (max-width: 991px) {
  body main section.index-vantagens {
    margin: 0;
    padding: 30px 0;
    border-radius: 0;
  }
  body main section.index-vantagens h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
  }
  body main section.index-vantagens li {
    font-size: 16px;
  }
  body main section.index-vantagens:before {
    display: none;
  }
}
body main section.index-porque {
  background-image: url("../image/bg-porque.png");
  padding: 60px 0;
}
body main section.index-porque ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: column;
  gap: 10px;
  position: relative;
}
body main section.index-porque ul:before {
  height: calc(100% - 30px);
  width: 3px;
  background-color: #0a1b4e;
  position: absolute;
  left: 4.5px;
  top: 15px;
  content: "";
}
body main section.index-porque li {
  list-style: none;
  color: #0a1b4e;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  display: flex;
  gap: 13px;
  align-items: center;
}
body main section.index-porque li::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 3px solid #0a1b4e;
  border-radius: 100%;
  display: block;
  position: relative;
  background-color: #e9e9e9;
}
body main section.index-porque h3 {
  color: #0a1b4e;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0;
  letter-spacing: -0.64px;
}
body main section.index-porque h2 {
  color: #0a1b4e;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: -0.96px;
  margin-bottom: 30px;
}
body main section.index-porque .box {
  border-radius: 20px;
  background: #dbdbdb;
  padding: 25px 50px;
}
body main section.index-porque .box label {
  display: block;
  margin-bottom: 10px;
  color: #0a1b4e;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body main section.index-porque .box input,
body main section.index-porque .box textarea {
  margin-bottom: 10px;
  border-radius: 10px;
  background: #bdbdbd;
  display: block;
  width: 100%;
  border: none;
  outline: none;
  padding: 8px 12px;
  color: #444;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 991px) {
  body main section.index-porque {
    padding: 30px 0;
  }
  body main section.index-porque li {
    font-size: 16px;
  }
  body main section.index-porque h3 {
    font-size: 20px;
    text-align: center;
  }
  body main section.index-porque h2 {
    font-size: 24px;
    text-align: center;
  }
  body main section.index-porque .box {
    margin-top: 30px;
    padding: 20px;
  }
}
body main section.index-depoimentos {
  border-radius: 0 0 100px 100px;
  background: #f8f8f8;
  padding-top: 60px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
body main section.index-depoimentos .flex {
  display: flex;
}
body main section.index-depoimentos .flex .stars {
  transform: translateY(20px);
  width: auto;
  margin-left: 15px;
}
body main section.index-depoimentos:before {
  content: url("../image/swoosh.png");
  position: absolute;
  right: 50px;
  top: 0;
}
body main section.index-depoimentos h3 {
  color: #0a1b4e;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.64px;
}
body main section.index-depoimentos h2 {
  color: #0a1b4e;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  margin-bottom: 30px;
  letter-spacing: -0.96px;
}
body main section.index-depoimentos .img-depoimento {
  border: 15px solid #dbdbdb;
  background: #dbdbdb;
  width: 83px;
  border-radius: 0 0 70px 70px;
  margin-top: -16px;
}
body main section.index-depoimentos .img-depoimento img {
  border-radius: 100%;
  width: 53px;
  display: inline-block;
  height: 53px;
}
body main section.index-depoimentos .box-depoimento {
  padding: 50px;
  padding-bottom: 20px;
  border-radius: 30px 30px 30px 0;
  background-color: #dbdbdb;
}
body main section.index-depoimentos .box-depoimento p {
  color: #0a1b4e;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  margin-bottom: 30px;
  font-weight: 400;
}
body main section.index-depoimentos .box-depoimento strong {
  color: #0a1b4e;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}
body main section.index-depoimentos .owl-item.center .img-depoimento {
  border-color: #0a1b4e;
  background-color: #0a1b4e;
}
body main section.index-depoimentos .owl-item.center .box-depoimento {
  background-color: #0a1b4e;
}
body main section.index-depoimentos .owl-item.center .box-depoimento p,
body main section.index-depoimentos .owl-item.center .box-depoimento strong {
  color: white;
}
@media (max-width: 991px) {
  body main section.index-depoimentos {
    border-radius: 0;
    padding: 30px 0;
  }
  body main section.index-depoimentos h3 {
    font-size: 20px;
    text-align: center;
  }
  body main section.index-depoimentos h2 {
    font-size: 24px;
    text-align: center;
  }
  body main section.index-depoimentos .box-depoimento p,
  body main section.index-depoimentos .box-depoimento strong {
    font-size: 15px;
  }
}
body main section.index-sobre {
  background-image: url("../image/bg-sobre.png");
  padding-top: 200px;
  padding-bottom: 150px;
  margin-top: -100px;
  position: relative;
}
body main section.index-sobre:before {
  content: url("../image/predio.png");
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}
body main section.index-sobre h2 {
  color: #0a1b4e;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
}
body main section.index-sobre h3 {
  color: #0a1b4e;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.72px;
  margin-bottom: 40px;
}
body main section.index-sobre p {
  color: #0a1b4e;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  gap: 20px;
}
body main section.index-sobre p:before {
  background-color: #0a1b4e;
  width: 3px;
  display: block;
  content: "";
  flex: 0 0 3px;
}
@media (max-width: 991px) {
  body main section.index-sobre {
    margin: 0;
    padding: 30px 0;
  }
  body main section.index-sobre h3 {
    font-size: 20px;
    text-align: center;
  }
  body main section.index-sobre h2 {
    font-size: 24px;
    text-align: center;
  }
  body main section.index-sobre:before {
    display: none;
  }
}
body main section.index-servicos {
  margin-top: -100px;
  position: relative;
  z-index: 3;
}
body main section.index-servicos .bg {
  padding-bottom: 140px;
  background-color: #f3f3f3;
  background-image: url("../image/bg-servicos.png");
  padding-top: 20px;
}
body main section.index-servicos h2 {
  color: #0a1b4e;
  text-align: center;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: -0.96px;
}
body main section.index-servicos p {
  color: #0a1b4e;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
body main section.index-servicos .servico {
  border-radius: 20px;
  background: #dbdbdb;
  padding: 30px;
  padding-top: 1px;
  margin-top: 40px;
  height: calc(100% - 40px);
}
body main section.index-servicos .servico .main-cta {
  font-size: 16px;
  padding: 8px 10px;
  display: block;
}
body main section.index-servicos .servico .icon {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  text-align: center;
  background-color: #dbdbdb;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
}
body main section.index-servicos .servico .icon img {
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}
body main section.index-servicos .servico h4 {
  color: #0a1b4e;
  text-align: center;
  font-family: Montserrat;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.52px;
}
body main section.index-servicos .servico h5 {
  color: #0a1b4e;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.32px;
  margin-bottom: 30px;
}
body main section.index-servicos .servico p {
  color: #0a1b4e;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.32px;
}
@media (max-width: 991px) {
  body main section.index-servicos {
    margin: 0;
  }
  body main section.index-servicos .servico {
    height: auto;
  }
  body main section.index-servicos .bg {
    padding: 30px 0;
  }
  body main section.index-servicos h2 {
    font-size: 24px;
  }
}
body main section.index-duvidas {
  position: relative;
  margin-top: -100px;
  overflow: hidden;
  z-index: 3;
}
body main section.index-duvidas:before {
  content: url("../image/swoosh2.png");
  position: absolute;
  right: 0;
  top: 50px;
}
body main section.index-duvidas h2 {
  color: #0a1b4e;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: -0.96px;
  margin-bottom: 30px;
  margin-top: 30px;
}
body main section.index-duvidas .resposta {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
body main section.index-duvidas .duvida {
  border-radius: 20px;
  background: #efefef;
  padding: 25px 40px;
  margin-top: 15px;
}
body main section.index-duvidas .duvida a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #1b1c6b;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 991px) {
  body main section.index-duvidas {
    margin: 0;
    padding: 30px 0;
  }
  body main section.index-duvidas .duvida a {
    font-size: 18px;
  }
  body main section.index-duvidas:before {
    display: none;
  }
  body main section.index-duvidas h2 {
    text-align: center;
    font-size: 25px;
    margin-top: 0;
  }
}
body main section.index-certificacao {
  background-image: url("../image/bg-cert.png");
  border-radius: 100px 100px 0 0;
  padding: 100px 0;
}
body main section.index-certificacao h2 {
  color: #fff;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: -0.96px;
  margin-bottom: 20px;
}
body main section.index-certificacao span {
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  display: block;
}
body main section.index-certificacao hr {
  border-color: white;
  opacity: 1;
  border-width: 2px;
  max-width: 450px;
}
body main section.index-certificacao h3 {
  color: #fff;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 991px) {
  body main section.index-certificacao {
    padding: 30px 0;
    border-radius: 0;
    text-align: center;
  }
  body main section.index-certificacao img {
    max-width: 100%;
  }
  body main section.index-certificacao h2 {
    font-size: 30px;
  }
  body main section.index-certificacao h3 {
    font-size: 20px;
  }
}
body main .politica-termos {
  padding: 30px 0px;
}
body main .politica-termos h1,
body main .politica-termos h2,
body main .politica-termos h3,
body main .politica-termos h4,
body main .politica-termos h5,
body main .politica-termos h6 {
  font-size: 32px;
  font-weight: 700;
  color: #0a1b4e;
}
body main .politica-termos strong,
body main .politica-termos b {
  color: #0a1b4e;
}
@media (max-width: 991px) {
  body main .politica-termos {
    padding: 20px 0px;
    font-size: 15px;
  }
  body main .politica-termos h1 {
    font-size: 22px;
  }
}
body section.footer {
  margin-bottom: 69px;
}
body section.footer .map {
  height: 420px;
}
body section.footer .map iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  body section.footer {
    margin-bottom: 55px;
  }
  body section.footer .map {
    height: 250px;
  }
}
body footer section.barra-fixa {
  position: fixed;
  bottom: -1px;
  background: white;
  border-top: 2px solid #0a1b4e;
  width: 100%;
  padding: 10px 80px;
  z-index: 600;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  body footer section.barra-fixa {
    display: none;
  }
}
body footer section.barra-fixa.oculta {
  bottom: -100px;
}
body footer section.barra-fixa .main-phone {
  color: #0a1b4e;
}
body footer section.barra-fixa .main-phone strong {
  color: #0a1b4e;
}
body footer section.barra-fixa-mobile {
  background-color: #0a1b4e;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  padding: 5px 0;
  border-top: 2px solid #0a1b4e;
  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 .menu-mobile {
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0px;
  left: -100%;
  width: 90%;
  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: white;
}
body footer .menu-mobile .logo {
  width: 100%;
  padding: 10px;
  text-align: center;
  margin-bottom: 10px;
}
body footer .menu-mobile .logo img {
  height: 30px;
  -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: white;
  font-size: 16px;
  padding: 0 10px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
}
body footer section.botao_whatsapp {
  background-color: #25d366;
  width: 70px;
  height: 70px;
  position: fixed;
  z-index: 801;
  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;
  }
}