@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-style: normal;
  color: #5e678c;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a:focus,
input:focus,
textarea:focus,
button:focus,
.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

a:hover {
  color: #3e54ff;
}

a {
  transition: all 0.3s ease-out 0s;
}

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

i,
span,
a {
  display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0px;
  color: #333;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 40px;
}

@media (max-width: 767px) {
  h1 {
    font-size: 24px;
  }

  #calculadora .section-title p {
    padding: 16px 0;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 25px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin: 0px;
}

#whatsappError {
  color: rgb(255, 72, 72);
  display: none;
}

.img-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.error {
  color: orangered;
}

.success {
  color: green;
}

.scroll-whatsapp {
  width: 45px;
  height: 45px;
  background: #3e54ff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #fff !important;
  border-radius: 50%;
  position: fixed;
  bottom: 70px;
  right: 30px;
  z-index: 9;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
  text-align: center;
  line-height: 45px;
}

@keyframes animation1 {
  0% {
    transform: translateY(30px);
  }

  50% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(30px);
  }
}

/* Preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
}

.preloader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader-icon {
  width: 100px;
  height: 100px;
  display: inline-block;
  padding: 0px;
}

.preloader-icon span {
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #3e54ff;
  -webkit-animation: preloader-fx 1.6s linear infinite;
  animation: preloader-fx 1.6s linear infinite;
}

.preloader-icon span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader-fx {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mt-205 {
  margin-top: 205px;
}

.mt-210 {
  margin-top: 210px;
}

.mt-215 {
  margin-top: 215px;
}

.mt-220 {
  margin-top: 220px;
}

.mt-225 {
  margin-top: 225px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mb-205 {
  margin-bottom: 205px;
}

.mb-210 {
  margin-bottom: 210px;
}

.mb-215 {
  margin-bottom: 215px;
}

.mb-220 {
  margin-bottom: 220px;
}

.mb-225 {
  margin-bottom: 225px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-205 {
  padding-top: 205px;
}

.pt-210 {
  padding-top: 210px;
}

.pt-215 {
  padding-top: 215px;
}

.pt-220 {
  padding-top: 220px;
}

.pt-225 {
  padding-top: 225px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-205 {
  padding-bottom: 205px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-215 {
  padding-bottom: 215px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-225 {
  padding-bottom: 225px;
}

.section-title {
  padding: initial !important;
}

#pre_load {
  background-color: #fff;
  width: 100vw;
  height: 100vh;
}

/* Cores padrão */

.btn-whatsapp {
  color: #fff !important;
  background-color: #22b430;
  padding: 12px 24px;
  border-radius: 12px;
  border: 0;
  font-size: 16px;
  position: relative;
  transition: 0.8s;
}

.btn-whatsapp::after {
  content: url(../images/whatsapp-button.png);
  position: absolute;
  right: -24px;
  top: -26px;
}

.btn-whatsapp img {
  position: absolute;
  top: -24px;
}

.btn-whatsapp:hover {
  transform: scale(1.1);
}

.whatsapp-color {
  background-color: #22b430;
  color: #fff;
}

.whatsapp-color:hover {
  background-color: #48d256;
  color: #fff;
}

.primary-color {
  color: #0f2c4e;
}

.highlight-blue {
  color: #3e54ff;
}

.cta-color {
  color: #ffa927;
}

/* Ícones redes sociais */
.icon-social-media a {
  color: #fff !important;
  transition: transform 0.4s;
}

.icon-social-media:hover a {
  transform: translateY(-4px);
  color: #15bff4 !important;
}

/* botao fechar modal */
.btn_fecha_modal {
  color: #fff;
  border: 0;
  padding: 0;
  background: 0;
}

#whatsapp-scroll {
  position: fixed;
  width: 70px;
  height: 70px;
  background-color: rgb(66, 179, 62);
  color: #fff;
  font-size: 53px;
  border-radius: 50%;
  border: none;
  right: 28px;
  bottom: 100px;
  z-index: 99999;
  transition: 0.8s;
  box-shadow: 0 0 15px rgb(46, 164, 43);
}

#whatsapp-scroll:hover {
  transform: scale(1.1);
  background-color: rgb(59, 210, 107);
  box-shadow: 0 0 20px rgb(46, 164, 43);
}

/* Reescrita Bootstrap */

.is-invalid {
  background-color: #dc35452b !important;
}

.is-valid {
  background-color: #19875421 !important;
}

/* Animation */

@keyframes escala {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.05);
  }
}

/* @keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
} */

/*======================================
	01. Start Header CSS
========================================*/
/* Topbar */
.header .toolbar-area {
  background: #000420;
}

.header .toolbar-area .toolbar-contact {
  margin-top: 8px;
}

.header .toolbar-area .toolbar-contact p {
  display: inline-block;
  margin-right: 8px !important;
  margin-top: 2px;
  margin: 0;
  text-align: center;
  line-height: 0;
  font-size: 14px;
  color: #aaa;
}

.header .toolbar-area .toolbar-contact p:last-child {
  margin-right: 0px !important;
}

.header .toolbar-area .toolbar-contact p a {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-right: 7px;
}

.header .toolbar-area .toolbar-contact p i {
  display: inline-block;
  margin-right: 6px;
  color: #fff;
  font-size: 15px;
}

.header .toolbar-area .toolbar-contact p a:hover {
  color: #15bff4;
}

.header .toolbar-area .toolbar-contact ul li p {
  margin: 0;
  float: right;
  font-size: 13px;
  margin-top: 8px;
  font-weight: 400;
  line-height: 18px;
  color: #777;
}

.header .toolbar-area .toolbar-sl-share ul {
  float: right;
}

.header .toolbar-area .toolbar-sl-share ul li {
  margin: 0;
  text-align: center;
  display: inline-block;
  height: 40px;
  margin-right: 5px;
}

.header .toolbar-area .toolbar-sl-share ul li:last-child {
  margin-right: 0;
}

.header .toolbar-area .toolbar-sl-share ul li a {
  color: #fff;
  height: 35px;
  width: 25px;
  text-align: center;
  display: block;
  line-height: 35px;
  text-align: center;
}

.header .toolbar-area .toolbar-sl-share ul li a i {
  font-size: 20px;
}

.header .toolbar-area .toolbar-sl-share ul li a#icon-instagram:hover {
  color: #15bff4;
}

.header .toolbar-area .toolbar-sl-share ul li a#icon-facebook:hover {
  color: #345eca;
}

.header .toolbar-area .toolbar-sl-share ul li a#icon-twitter:hover {
  color: #15bff4;
}

.header .btn-cta {
  display: none;
}

.header.sticky .btn-cta {
  display: inline-block;
}

.header .btn-cta {
  font-size: 18px;
  margin-top: 10px;
}

.btn-cta {
  margin-left: 16px;
  padding: 6px 30px;
  border-radius: 12px;
  background-color: #2a78c5;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 500;
  transition: none;
}

.btn-cta:hover {
  background-color: #15bff4;
  color: #fff;
}

.btn-cta:visited {
  color: #fff;
}

.btn-cta.azul {
  background: #122a4f;
}

.btn-cta.azul:hover {
  outline: 2px solid #4d94ff;
}

.responsive_hero {
  display: none;
}

#carousel-hero .carousel-indicators {
  bottom: 100px;
}

#carousel-hero .carousel-indicators button:hover {
  background-color: #48d256;
}

#carousel-1 h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  z-index: 2;
  line-height: 60px;
}

#carousel-1 {
  height: 600px;
  background-color: #fff;
}

#carousel-1 .flex-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

#carousel-1 .content {
  height: 600px;
  background-color: #091125;
  border-radius: 0 0 0 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

#carousel-1 h2 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  z-index: 2;
  line-height: 32px;
}

#carousel-1 h2 span {
  font-weight: 600;
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
  opacity: 1;
}

.carousel-indicators .active {
  background-color: #2c6bca;
}

.btn-hero {
  /* position: absolute; */
  /* top: 60%; */
  z-index: 2;
  width: auto;
  /* left: 14%; */
  font-size: 1.3rem;
  margin-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

#carousel-1 #btn-hero-2 {
  width: auto;
  background: transparent;
  outline: 2px solid #2c6bca;
  transition: 0.3s;
}

#carousel-1 #btn-hero-2:hover {
  background: #2c6bca;
  outline: 2px solid #4d94ff;
}

#carousel-2 .conteudo {
  display: flex;
  align-items: center;
  padding-top: 150px;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
}

#carousel-2 {
  padding-bottom: 100px;
  background-color: #fff;
}

#carousel-2 h1 {
  font-size: 85px;
  color: #fff;
}

#carousel-2 h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}

#carousel-3 {
  background-color: #0d2d4e;
  margin-bottom: 100px;
}

#carousel-3 img {
  height: 762px;
  width: 100vw;
  object-fit: none;
  opacity: 0.3;
}

#carousel-3 .conteudo {
  display: flex;
  align-items: left;
  padding-top: 150px;
  justify-content: start;
  flex-direction: column;
  gap: 40px;
  position: absolute;
  z-index: 2;
  top: 14%;
  left: 42%;
  transform: translateX(-50%);
}

#carousel-3 button {
  margin-left: 0;
  background-color: #ffa927;
}

#carousel-3 h1 {
  font-size: 64px;
  color: #fff;
}

#carousel-3 h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}

#bg-quitardivida {
  background: linear-gradient(#0f2c4e, white);
  width: 100vw;
  height: 762px;
}

#carousel-2 #btn-hero-2,
#carousel-3 #btn-hero-2 {
  z-index: 2;
  width: auto;
  font-size: 1.5rem;
  transition: 0.3s;
}

#carousel-2 #btn-hero-2:hover,
#carousel-3 #btn-hero-2:hover {
  background-color: #48d256;
}

#hero-carro {
  position: absolute;
  top: 350px;
  right: -170px;
}

#hero-moto {
  position: absolute;
  top: 350px;
  /* left: -100px; */
}

/*===== NAVBAR =====*/
.navbar-area {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.3s ease-out 0s;
  padding: 0;
  background-color: #0f2c4e;
  color: #fff;
}

.navbar-area.header-3 {
  background: #fff;
}

.navbar-area.sticky {
  position: fixed;
  z-index: 99;
  transition: all 0.3s ease-out 0s;
  padding: 0.5rem 0;
  border-bottom: 1px solid #132247;
}

.navbar-area.sticky .toolbar-area {
  display: none;
}

.header {
  background-color: #0a1329;
  color: #fff;
}

.navbar {
  padding: 0;
  position: relative;
  transition: all 0.3s ease-out 0s;
}

.navbar-brand {
  padding: 0;
}

.navbar-brand img {
  width: 100%;
  max-width: 112px;
}

.navbar-toggler {
  padding: 0px;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

.navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 5px 0;
  position: relative;
  transition: all 0.3s ease-out 0s;
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
  transform: rotate(45deg);
  top: 7px;
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
  transform: rotate(135deg);
  top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 165% !important;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
  }
}

@media (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 100% !important;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    height: 100vh;
  }

  .casos-resolvidos video {
    width: 80%;
  }

  #btn-hero {
    top: 22%;
    width: 200px;
    left: 18%;
    font-size: 16px;
  }

  #carousel-1 h1 {
    font-size: 1.5rem;
    top: 50%;
    left: 8%;
  }

  #carousel-1 h2 {
    font-size: 1rem;
    left: 8%;
    top: 72%;
    line-height: 1.2rem;
  }

  .section-title h2,
  .section-title h4 {
    font-size: 1.7rem !important;
  }

  #carousel-hero .carousel-indicators {
    display: none !important;
  }

  .casos-resolvidos {
    height: 72vh !important;
  }

  .indique-e-ganhe {
    text-align: center;
  }

  .indique-e-ganhe .section-title {
    margin-bottom: 20px;
  }

  .indique-e-ganhe .align-items-center {
    gap: 16px;
    text-align: center;
  }

  .indique-e-ganhe #box-desvantagem {
    padding-top: 1rem;
  }

  .footer {
    text-align: center;
  }
}

.navbar-nav .nav-item {
  position: relative;
  z-index: 1;
  transition: transform 0.4s;
}

.nav-item#item_calculadora {
  display: none;
}

.navbar-nav .nav-item:hover a {
  color: #12d8fb;
  transform: translateY(-4px);
}

.navbar-nav .nav-item a {
  font-size: 16px;
  color: #051441;
  transition: all 0.3s ease-out 0s;
  position: relative;
  padding: 15px;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  transition: all 0.3s ease-out 0s;
  position: relative;
  text-transform: capitalize;
}

.navbar-area.sticky .nav-item a {
  padding-top: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav .nav-item a {
    padding: 32px 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .navbar-nav .nav-item a {
    color: #051441;
    display: flex;
    justify-content: space-between;
    background-color: #eee;
    margin-bottom: 4px;
    width: 100%;
    padding: 16px 0 16px 16px;
    border-radius: 8px;
  }

  .nav-inner {
    padding: 0;
  }
}

.navbar-nav .nav-item a.active {
  color: #12d8fb;
  /* font-weight: 500; */
  background-color: #0a1329;
}

.navbar-nav .nav-item a.dd-menu {
  padding-right: 34px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav .nav-item a.dd-menu {
    padding-right: 30px;
  }
}

.navbar-nav .nav-item a.dd-menu::after {
  content: '\ea58';
  font: normal normal normal 1em/1 'LineIcons';
  position: absolute;
  right: 17px;
  font-size: 10px;
  top: 50%;
  margin-left: 5px;
  margin-top: 0px;
  transition: all 0.3s ease-out 0s;
  height: 10px;
  margin-top: -5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav .nav-item a.dd-menu::after {
    right: 13px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .navbar-nav .nav-item a.dd-menu::after {
    top: 16px;
    right: 0;
    transform: rotate(180deg);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .navbar-nav .nav-item a.collapsed::after {
    transform: rotate(0deg);
  }
}

.navbar-nav .nav-item:hover > .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.navbar-nav .nav-item:hover > .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}

.navbar-nav .nav-item .sub-menu {
  min-width: 220px;
  background-color: #fff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 100% !important;
  left: -8px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
  padding: 10px;
}

.navbar-nav .nav-item .sub-menu.left-menu {
  left: -100%;
}

.navbar-nav .nav-item .sub-menu.collapse:not(.show) {
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .navbar-nav .nav-item .sub-menu.collapse:not(.show) {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .navbar-nav .nav-item .sub-menu {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    padding: 0;
    margin: 0;
  }

  .navbar-nav .nav-item .sub-menu::after {
    display: none;
  }
}

.navbar-nav .nav-item .sub-menu > li {
  display: block;
  margin-left: 0;
}

.navbar-nav .nav-item .sub-menu > li:last-child {
  border: none;
}

.navbar-nav .nav-item .sub-menu > li.active > a,
.navbar-nav .nav-item .sub-menu > li:hover > a {
  color: #3e54ff;
}

.navbar-nav .nav-item .sub-menu > li > a {
  font-weight: 400;
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  color: #222;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  font-weight: 400;
}

.navbar-nav .nav-item .sub-menu > li:first-child a {
  border: none;
}

.navbar-nav .nav-item .sub-menu > li > a:hover {
  background: rgba(0, 0, 0, 0.05);
  color: #3e54ff;
}

/*======================================
   End Header CSS
========================================*/

/*======================================
   02. Hero Area CSS
========================================*/
.hero-slider {
  position: relative;
  background: #3e54ff08;
}

.hero-slider img {
  position: relative;
}

.hero-slider #banner img {
  height: 850px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-slider .single-slider {
  height: 600px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-slider .single-slider::before {
  position: absolute;
  content: '';
  right: 0;
  width: 50%;
  background-image: url(../images/hero-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0;
  height: 100%;
  top: 0;
  z-index: -1;
  border-radius: 0;
}

.hero-slider .hero-text {
  float: none;
  margin-top: 150px;
}

.hero-slider .hero-text .small-title {
  color: #fff;
  background: #3e54ff;
  font-size: 15px;
  padding: 5px 18px;
  display: inline-block;
  margin-bottom: 15px;
}

.hero-slider .hero-text h1 {
  color: #333;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 25px;
}

.hero-slider .hero-text h1 span {
  font-weight: 300;
}

.hero-slider .hero-text p {
  color: #666;
  font-size: 14px;
}

.hero-slider .hero-text .button {
  margin-top: 35px;
}

.hero-slider .hero-text .button .btn {
  color: #333;
  background: transparent;
  border: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid transparent;
  border: 2px solid #333;
}

.hero-slider .hero-text .button .btn {
  margin-right: 10px;
}

.hero-slider .hero-text .button .btn .dir-part {
  background-color: #3e54ff;
}

.hero-slider .hero-text .button .btn:hover {
  border-color: #3e54ff;
  color: #fff;
}

.hero-slider .hero-text .button .btn:last-child {
  margin-right: 0px;
}

.hero-slider .hero-image {
  margin-top: 175px;
}

/* Slider Dots*/
.hero-slider .home-slider {
  position: relative;
}

.hero-slider .tns-nav {
  background: #3e54ff;
  display: inline-block;
  padding: 8px 20px 8px 20px;
  border-radius: 3px;
  position: absolute;
  left: -30px;
  top: 260px;
  transform: rotate(90deg);
  border-radius: 12px 12px 0px 0;
  z-index: 9;
}

.hero-slider .tns-nav button {
  width: 10px;
  height: 10px;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
  background: #fff;
  display: inline-block;
  border: none;
  margin-right: 9px;
  border-radius: 30px;
}

.hero-slider .tns-nav button:last-child {
  margin: 0;
}

.hero-slider .tns-nav button.tns-nav-active {
  width: 20px;
}

/*=========================
   End Hero Area CSS
===========================*/

.section-title {
  font-size: 48px;
}

.section-title h5 {
  font-weight: 500;
  font-size: 16px;
  color: #555;
  padding: 0 8%;
}

/*=============================
Start Calculator CSS
===============================*/

section.calculator {
  background-color: #edf6ff;
  height: 800px;
  padding: 0;
  display: flex;
}

section.calculator .calculator-wrapper {
  /* display: none; */
}

section.calculator #calculatorResultado {
  display: none;
  /* display: flex; */
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}

section.calculator #calculatorResultado h2 {
  line-height: 3rem;
  text-align: center;
}

section.calculator #calculatorResultado {
  height: 600px;
  align-items: center;
  justify-content: center;
}

section.calculator #reducaoDivida {
  color: #14da7b;
  display: block;
}

section.calculator #novaParcela {
  color: #25c97a;
  font-weight: 600;
}

section.calculator .novaParcelaWrapper {
  font-size: 1rem;
}

section.calculator .calculator-wrapper,
section.calculator #calculatorResultado {
  background-color: #fff;
  width: 100%;
  max-width: 1160px;
  border-radius: 40px;
  padding: 4.5rem;
  margin: auto;
}

section.calculator .top {
  background-color: transparent;
}

section.calculator .top h2 {
  font-size: 2.5rem;
}

section.calculator .body {
  padding: 2rem 0;
}

section.calculator .top span {
  padding-top: 0.5rem;
}

section.calculator span {
  color: #8b97a4;
}

section.calculator label {
  color: #787878;
  font-size: 0.875rem;
  font-weight: 500;
}

section.calculator .form-wrapper {
  width: 50%;
}

section.calculator input {
  width: 100%;
  border-radius: 8px;
  transition: none;
  font-weight: 400;
}

section.calculator input:focus {
  outline: 2px solid #aee7ff;
}

section.calculator .flex-line {
  display: flex;
  gap: 2rem;
  padding-bottom: 1rem;
}

section.calculator .flex-line .form-wrapper {
  display: flex;
  flex-direction: column;
}

section.calculator .footer {
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
}

section.calculator .footer .highlight {
  color: #14c871;
  font-weight: 500;
}

section.calculator #calculatorResultado a,
section.calculator .footer a {
  background-color: #25c97a;
  padding: 0.5rem 1.5rem;
}

section.calculator #calculatorResultado a,
section.calculator .footer a,
section.calculator .footer button {
  transition: 0.4s;
  border-radius: 8px;
  font-weight: 500;
  font-size: 1rem;
  color: #fff;
  border: 0;
}

section.calculator .footer button {
  background-color: #2598c9;
  height: 40px;
  width: 195px;
}

section.calculator #fillFieldsError {
  color: #ff7a7a;
  display: none;
}

.show {
  display: block !important;
}

section.calculator #calculatorResultado a:hover,
section.calculator .footer a:hover,
section.calculator .footer button:hover {
  transform: translateY(-4px);
}

section.calculator .footer a:hover {
  color: #fff;
  background-color: #14da7b;
}

section.calculator button:hover {
  background-color: #2bb2ed;
}

/*=============================
END Calculator CSS
===============================*/

/*=============================
	04. Start Services CSS
===============================*/
.services {
  background: #fff;
  padding-bottom: 85px;
}

section.services {
  padding-top: 6rem !important;
}

.services .single-service {
  height: 350px;
  text-align: left;
  position: relative;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 5px 35px #0000000d;
  border-radius: 20px;
  background: #fff;
  z-index: 5;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 15px 0;
}

.services .single-service span {
  position: absolute;
  top: 5px;
  right: 10px;
  color: #fff;
}

#service-1 {
  background-image: url('../images/servico-analise-contratual.webp');
}

#service-2 {
  background-image: url('../images/acao-revisional.webp');
}

#service-3 {
  background-image: url('../images/reboque.webp');
}

.services .section-title h2 {
  margin-bottom: 12px;
  font-size: 48px;
  color: #0f2c4e;
}

.services .section-title h5 {
  color: #777777;
}

.services .single-service {
  background-position: center;
  background-size: cover;
  cursor: pointer;
}

.services .single-service::before {
  content: '';
  background-color: #090f18b3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.services .single-service:hover::after {
  content: 'veja mais';
  color: #fff;
  top: 8px;
  right: 16px;
  position: absolute;
}

.services .single-service:hover::before {
  background: #143066b0;
}

.services #service-1 h3,
.services #service-2 h3 {
  padding-top: 2rem;
}

.services .single-service h3 {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}

.services .single-service p {
  margin-top: 20px;
  line-height: 24px;
  font-size: 14px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  color: #fff;
}

/*=============================
  End Service CSS
===============================*/

/*=============================
09. Casos Resolvidos Section
===============================*/

.casos-resolvidos {
  background-color: #0a1329;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  height: auto;
}

.casos-resolvidos #videos_mobile {
  display: none;
}

.background-videos {
  opacity: 0.15;
}

.swiper-slide-active {
  z-index: 2;
  /* box-shadow: 20px 12px 20px 9px #0005; */
}

.swiper-button-prev,
.swiper-button-next {
  color: #0dcaf0 !important;
}

.swiper-slide video {
  border-radius: 16px;
}

.swiper-slide-active video {
  opacity: 1;
  outline: 2px solid #0dcaf0;
  margin-top: -15px;
}

.casos-resolvidos .section-title {
  margin-bottom: 50px;
}

.casos-resolvidos .section-title h5 {
  color: #fff;
}

.casos-resolvidos .header-video {
  color: #fff;
  display: flex;
  justify-content: space-between;
  font-size: 1.2rem;
}

.casos-resolvidos .header-video .divida-antes {
  text-decoration: line-through;
  opacity: 0.5;
}

.casos-resolvidos .section-title h2 {
  color: #fff;
  font-size: 48px;
  margin-bottom: 5px;
}

.casos-resolvidos .section-title p {
  color: #fff;
}

.casos-resolvidos button {
  width: 270px;
  border-radius: 12px;
  height: 44px;
  font-weight: 600;
}

.casos-resolvidos .btn-cta {
  font-weight: 500;
  font-size: 16px;
  padding: 8px 30px;
  font-size: 16px;
}

/*=============================
  End Casos Resolvidos
===============================*/

/*=============================
10. Vantagens Section
===============================*/

.vantagens ul li {
  color: #777;
  line-height: 200%;
}

.vantagens h3 {
  color: #0f2c4e;
  font-size: 2.5rem;
  padding: 2rem 0;
}

.vantagens #table_vantagens tr td:first-child i {
  font-size: 23px;
  color: #0d406d4a;
  padding-left: 8px;
}

.vantagens #table_vantagens tbody tr:hover {
  background-color: #eee !important;
  color: #000 !important;
}

.vantagens #table_vantagens svg {
  font-size: 1.5rem;
}

.vantagens #table_vantagens .fa-circle-exclamation path {
  color: #13548d;
}

.vantagens #table_vantagens thead {
  background-color: #0e4271;
  color: #fff;
}

.vantagens #table_vantagens thead th {
  font-weight: 500;
}

.vantagens .bolas.verde {
  padding: 6px;
  background-color: #58ea7c;
  border-radius: 50%;
  color: #fff;
}

.vantagens .bolas.vermelha {
  padding: 6px;
  background-color: #f94d4d;
  border-radius: 50%;
  color: #fff;
}

.tooltip-inner {
  background-color: #13548d;
  opacity: 1 !important;
}

.tooltip.bs-tooltip-right .tooltip-arrow::before {
  border-right-color: #13548d !important;
}

.tooltip.bs-tooltip-left .tooltip-arrow::before {
  border-left-color: #13548d !important;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #13548d !important;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #13548d !important;
}

/*=============================
  End Vantagens
===============================*/

/*=============================
10. Indique e Ganhe Section
===============================*/

.indique-e-ganhe {
  background-color: #0f2c4e;
  color: #fff;
}

.indique-e-ganhe .section-title h5 {
  color: #fff;
}

.indique-e-ganhe .section-title h4 {
  color: #4adeff;
  font-size: 3rem;
  padding-bottom: 1rem;
}

.indique-e-ganhe h3,
.indique-e-ganhe ul li {
  color: #fff;
}

.indique-e-ganhe ul li {
  font-size: 1.2rem;
}

.indique-e-ganhe .section-title p {
  color: #fff;
  font-weight: 600;
}

.indique-e-ganhe #box-vantagem,
.indique-e-ganhe #box-desvantagem {
  position: relative;
}

.indique-e-ganhe #box-vantagem h3,
.indique-e-ganhe #box-desvantagem h3 {
  color: #4adeff;
  font-weight: 700;
}

.section.indique-e-ganhe {
  background-image: url('../images/bg-indiqueganhe.webp');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
}

.section.indique-e-ganhe::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0f2c4e;
  opacity: 0.85;
}

/*=============================
  End Indique e Ganhe
===============================*/

#selo_section {
  text-align: center;
  padding-bottom: 60px;
}

#selo_section .premios {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
}

#selo_section .section-title {
  margin-bottom: 40px;
}

#selo_section .selo {
  width: 280px !important;
  cursor: pointer;
}

#selo_section .highlight {
  background: transparent;
  width: auto;
  color: #4277c9;
  font-weight: 700;
  padding: 0;
  font-size: initial;
}

.modal {
  display: none; /* Oculta o modal inicialmente */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); /* Fundo negro semi-transparente */
}

.selo_modal_content {
  display: block;
  margin: auto;
  height: 90vh;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  font-weight: bold;
  color: white;
  cursor: pointer;
}

/*=============================
10. Perguntas Frequentes Section
===============================*/

#perguntas-frequentes .accordion-button {
  font-weight: normal;
  background-color: #eee;
  margin: 5px 0;
  border: none;
  color: #333;
  border-radius: 8px;
}

#perguntas-frequentes .accordion-button:not(.collapsed) {
  color: #333;
}

#perguntas-frequentes .accordion-item {
  margin: 16px 0;
}

/*=============================
  End Perguntas Frequentes
===============================*/

/*=============================
10. Sobre Section
===============================*/

#sobre .single-slider::before {
  position: absolute;
  content: '';
  right: 0;
  width: 100%;
  background-image: url(../images/main_image.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0;
  height: 100%;
  top: 0;
  z-index: -1;
  border-radius: 0;
}

#sobre .single-slider {
  height: 700px;
  background-color: #010b1665;
  display: flex;
  align-items: center;
}

#sobre .single-slider h1 {
  font-size: 4rem;
  text-shadow: 1px 12px 20px #00000036;
}

#sobre .single-slider h1,
#sobre .single-slider h4 {
  color: #fff;
  text-shadow: 1px 12px 20px #00000036;
}

#sobre .single-slider h4 {
  font-weight: 400;
}

.pilares-icon {
  width: 3rem;
  fill: #0f2c4e;
}

#sobre-section #pilares {
  padding-top: 10vh;
}

#sobre-section img {
  border-radius: 24px;
}

#sobre-section #pilares h5 {
  color: #0f2c4e;
}

#localizacao-section {
  padding-top: 0;
}

#localizacao-section #local-icon {
  padding-bottom: 30px;
}

#localizacao-section .row {
  display: flex;
  align-items: center;
}

#localizacao-section h3 {
  font-size: 40px;
  color: #0f2c4e;
}

#localizacao-section #lado-direito {
  text-align: center;
}

#localizacao-section #lado-direito img {
  border-radius: 24px;
}

#localizacao-section p {
  padding: 32px 0;
}

#localizacao-section #segundo-paragrafo {
  display: inline-block;
  width: 80%;
  padding-top: 0;
}

#localizacao-section .btn-cta {
  background-color: #22b430;
  margin-left: 0;
  width: 150px;
  text-align: center;
  border-radius: 12px;
}

#localizacao-section .btn-cta:hover {
  background-color: #1a9026;
}

/*=============================
  End Sobre
===============================*/

/*=============================
  Start Avaliações
===============================*/

.testimonials-section {
  background-color: #f3f7fd;
  padding: 7rem 0 !important;
}

.testimonials {
  padding: 100px 0;
}

.testimonials-item {
  background-color: #fff;
  padding: 2rem;
  border-radius: 30px;
  min-height: 250px;
}

.testimonials-item .info {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.testimonials-item img {
  max-width: 80px;
  border-radius: 50%;
  vertical-align: middle;
}

.testimonials-item .name {
  font-size: 1.5rem;
  text-transform: capitalize;
  font-weight: 600;
  color: #333;
}

.testimonials-item .job {
  text-transform: capitalize;
  color: #aaa;
}

.testimonials-item p {
  margin-top: 1.5rem;
  color: #333;
}

.testimonials-item .rating {
  margin-top: 1rem;
  font-size: 0.875rem;
  color: rgb(255, 207, 35);
}

.testimonials .swiper-pagination {
  position: relative !important;
  bottom: 2rem !important;
}

.testimonials .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  background-origin: #eee;
}

/*=============================
  End Avaliações
===============================*/

#box-minicasos {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

#minicasos-section {
  display: flex;
  justify-content: space-between;
}

#minicasos-section .header-minicasos .tipo-divida {
  display: block;
}

#minicasos-section .header-minicasos .nome-parceiro {
  display: block;
  font-size: 20px;
  color: #7c7c7c;
  font-weight: 700;
}

#minicasos-section .header-minicasos .divida-antiga,
#minicasos-section .header-minicasos .divida-nova {
  font-size: 20px;
}

#minicasos-section .header-minicasos .divida-antiga {
  color: #ff8585;
}

#minicasos-section .header-minicasos .divida-nova {
  font-weight: 600;
  color: #53bd5a;
}

#minicasos-section .header-minicasos {
  display: flex;
  justify-content: space-between;
}

#minicasos-section .header-minicasos p:nth-of-type(2) {
  text-align: right;
}

#minicasos-section .divida-nova {
  font-weight: 600;
}

#minicasos-section video {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0px 14px 11px #0000002e;
  border: 3px solid #fff;
}

#minicasos-section p {
  color: #777;
}

#casos-indiqueeganhe-section {
  background: #093459;
  padding-top: 100px;
  border-radius: 300px 300px 0 0;
}

#casos-indiqueeganhe-section .section-title {
  margin-bottom: 60px;
}

#casos-indiqueeganhe-section #box-indiqueeganhe {
  text-align: center;
  padding-left: 0;
}

#casos-indiqueeganhe-section #box-indiqueeganhe video {
  width: 100%;
}

#casos-indiqueeganhe-section #box-indiqueeganhe-direita video {
  width: 58%;
}

#casos-indiqueeganhe-section #box-indiqueeganhe-direita {
  text-align: left;
  padding-top: 50px;
}

#casos-indiqueeganhe-section h2 {
  color: #15bff4;
  font-size: 64px;
  padding-bottom: 32px;
}

#casos-indiqueeganhe-section h4 {
  color: #16456f;
}

#casos-indiqueeganhe-section h5 {
  font-size: 20px;
  color: #fff;
}

#casos-indiqueeganhe-section p {
  font-size: 16px;
  color: #fff;
}

#casos-indiqueeganhe-section #comofunciona li {
  font-size: 16px;
  color: #fff;
}

#casos-indiqueeganhe-section ul {
  line-height: 32px;
}

#casos-indiqueeganhe-section #header-indiqueeganhe {
  display: flex;
  gap: 16px;
}

#casos-indiqueeganhe-section .passos {
  color: #fff;
  background-color: #15bff4;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 1rem;
  padding: 16px;
  border-radius: 16px;
  width: 110px;
  height: 110px;
}

#casos-indiqueeganhe-section #comofunciona div:nth-of-type(1) {
  padding-top: 20px;
}

#casos-indiqueeganhe-section #comofunciona h5 {
  color: #15bff4;
}

#casos-indiqueeganhe-section #box-indiqueeganhe {
  padding-top: 50px;
}

#casos-indiqueeganhe-section .passos svg {
  font-size: 40px;
}

#casos-indiqueeganhe-section #lado-direito {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 16px;
}

#casos-indiqueeganhe-section #lado-direito p {
  padding-top: 4px;
}

#casos-indiqueeganhe-section #video-indiqueeganhe {
  display: flex;
  justify-content: center;
}

/*=============================
10. Contato page
===============================*/

#contato-section h3 {
  font-size: 36px;
  color: #0f2c4e;
}

#contato-section form label {
  padding-top: 8px;
}

#contato-section form button {
  background-color: #0f2c4e;
  color: #fff;
  transition: 0.4s;
}

#contato-section form button:hover {
  background-color: #144072;
}

#contato-section p {
  padding: 16px 0;
}

#contato-section #lado-esquerdo {
  display: flex;
  align-items: center;
  justify-content: center;
}

#contato-section #box-whatsapp .btn-cta {
  background-color: #22b430;
  margin-left: 0;
  text-align: center;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 24px;
}

#contato-section #box-whatsapp .btn-cta:hover {
  background-color: #1a9026;
}

#contato-section select {
  font-size: 16px;
  color: #aaa;
}

#contato-section select,
#contato-section input[type='text'],
#contato-section textarea,
#contato-section input[type='password'],
#contato-section input[type='tel'],
#contato-section input[type='email'] {
  border-radius: 8px;
}

#siga-section {
  padding-top: 0;
}

#siga-section #social ul {
  padding-top: 16px;
  display: flex;
  gap: 16px;
}

#siga-section #social ul li a {
  color: #0f2c4e !important;
  font-size: 32px;
}

#siga-section h3 {
  font-size: 32px;
  color: #0f2c4e;
  padding-bottom: 24px;
}

#siga-section ul li span {
  color: #0f2c4e;
  font-style: italic;
}

#siga-section #lado-direito {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#mapa-section {
  padding-top: 0;
}

#mapa-section h3 {
  font-size: 36px;
  color: #0f2c4e;
  padding: 16px 0;
}

#mapa-section #lado-esquerdo {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#mapa-section #lado-esquerdo i {
  font-size: 80px;
  color: #17375c;
  padding-bottom: 16px;
}

#mapa-section #lado-esquerdo p {
  font-size: 16px;
  color: #777;
}

#mapa-section #lado-direito iframe {
  width: 100%;
}

/*=============================
  Contato Page
===============================*/

/*=============================
10. Calculadora page
===============================*/

.video-container {
  position: relative;
  display: inline-block;
}

.video-container video {
  width: 520px;
  cursor: pointer;
  border-radius: 8px;
}

section.explanation {
  padding-top: 8rem;
  padding-bottom: 12rem;
}

section.calculator.calculator-page .calculator-wrapper {
  border: 1px solid #edf6ff;
  box-shadow: -4px 16px 8px 8px #00000005;
}

section.calculator #calculatorResultado h2,
section.calculator .top h2 {
  color: #343b4f !important;
}

section.explanation .explanation-top {
  display: flex;
}

section.explanation .explanation-top p {
  width: 70%;
  padding-top: 1rem;
}

section.explanation .explanation-bottom p {
  text-align: center;
}

section.explanation .explanation-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 8rem;
  gap: 0.5rem;
}

section.explanation p {
  color: #777;
}

section.explanation h2 {
  color: #343b4f;
}

section.explanation .highlight {
  color: #2598c9;
}

/*=============================
  End Calculadora Page
===============================*/

#jurosabusivos-section p {
  margin-bottom: 16px;
}

#revisaocontratual-section img {
  border-radius: 100px 0;
}

#jurosabusivos-section .section-title h2#main-title {
  text-transform: initial !important;
  line-height: 56px;
  margin-bottom: 4px;
}

#revisaocontratual-section h2,
#revisaocontratual-section h5,
#revisaocontratual-section p {
  color: #e6e6e6;
}

#revisaocontratual-section p:nth-of-type(1) {
  padding-bottom: 16px;
}

#revisaocontratual-section {
  background-color: #0f2c4e;
}

#buscaeapreensao-section img {
  border-radius: 100px 0;
}

#buscaeapreensao-section #div-direita #title {
  padding: 16px 0;
}

#chamada {
  padding-bottom: 120px;
}

#chamada .btn-whatsapp {
  margin-top: 60px;
}

#chamada h5 {
  font-weight: 400;
  font-size: 20px;
}

#chamada h5 span {
  font-weight: 600;
  display: block;
  font-size: 24px;
  padding-bottom: 8px;
}

/*======================================
	17. Area do Funcionário
========================================*/

#section_cadastro_usuario {
  padding-top: 50px;
  padding-bottom: 50px;
  display: none;
}

#section_cadastro_usuario h3 {
  font-size: 1.2rem;
}

#section_cadastro_usuario #div-buttons {
  display: flex;
  gap: 16px;
  align-items: center;
  padding-top: 20px;
}

#tabela_manual .td_hide {
  display: none;
}

#tabela-clientes-section {
  padding-bottom: 50px;
  padding-top: 50px;
}

#tabela-clientes-section #div_radio_cliente {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 16px 0;
  padding-right: 16px;
}

#tabela-clientes-section #total_clientes {
  display: flex;
  justify-content: end;
  gap: 12px;
  padding: 16px 0;
}

#tabela-clientes-section .section-title {
  margin-bottom: 0px;
}

#tabela-clientes-section
  table.table-bordered.dataTable
  thead
  tr:first-child
  th {
  font-weight: 500;
}

#tabela-clientes-section table thead,
#section_cadastro_usuario table thead {
  background-color: #0e4271;
  color: #fff;
}

#tabela-clientes-section table thead th,
#section_cadastro_usuario table thead th {
  font-weight: 500;
}

.coluna_reserva {
  background-color: #316fff2c !important;
}

.page-item.active .page-link {
  background-color: #0e4271;
  border-color: #0e4271;
  color: #fff !important;
}

#tabela-clientes-section .page-link {
  color: #0e4271;
}

.table-hover:not(#table_vantagens) > tbody > tr:hover {
  background-color: #236cae8a !important;
  color: #fff !important;
}

table tbody tr {
  cursor: pointer;
}

#modal_cliente {
  font-weight: 600;
  color: #555;
}

/* #modal_cliente #boxReservaModal{
  display: none;
} */

#modal_cliente .modal-header,
#modal_reserva .modal-header,
#modal_alterar_usuario .modal-header {
  background-color: #0e4271;
}

#modal_alterar_usuario .modal-header h5,
#modal_reserva .modal-header h5,
#modal_cliente .modal-header h5 {
  color: #fff !important;
}

#box_check_local {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

#modal_cliente .modal-body h5 {
  color: #0e4271;
}

#modal_cliente hr {
  background-color: #555;
  width: 100%;
  margin: 8px 0;
}

#modal_cliente label {
  font-weight: 400;
}

.form-control:disabled {
  color: rgb(170, 170, 170);
  background-color: rgba(221, 221, 221, 0.8);
}

#indiqueEGanheSection h5 {
  color: #898989;
}

#indiqueEGanheSection h2 {
  color: #0d3c76;
  padding-bottom: 1.5rem;
}

#indiqueEGanheSection .como-funciona ul {
  display: flex;
  gap: 5rem;
  padding-top: 5rem;
  height: 250px;
  justify-content: center;
}

#indiqueEGanheSection .como-funciona {
  padding-bottom: 2rem;
}

#indiqueEGanheSection .como-funciona h3 {
  color: #333;
  text-align: center;
  font-size: 2rem;
  padding-bottom: 2rem;
}

#indiqueEGanheSection .como-funciona .number-box {
  color: #093459;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  flex-direction: column;
  position: relative;
}

#indiqueEGanheSection .como-funciona .number-box span {
  font-weight: 500;
  font-size: 1rem;
  color: #898989;
}

#indiqueEGanheSection .como-funciona .number {
  color: #fff;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background-color: #093459;
  font-size: 4rem;
  position: absolute;
  left: 50%;
  top: -50px;
  font-weight: 600;
  display: flex;
  transform: translateX(-50%);
  align-items: center;
  justify-content: center;
}

#indiqueEGanheSection .depoimento {
  background: linear-gradient(159deg, #0a1329, #0c4f91);
}

#indiqueEGanheSection .depoimento {
  padding: 4rem 0;
}

#indiqueEGanheSection .depoimento video {
  border-radius: 20px;
  box-shadow: -1px 17px 16px #0a132945;
}

#indiqueEGanheSection .depoimento h2 {
  color: #fff;
  text-align: center;
  font-weight: 500;
  padding-bottom: 2rem;
}

#indiqueEGanheSection #flexPassos {
  padding: 4rem 0;
}

#flexPassos {
  padding-top: 6rem;
}

#flexPassos h5 {
  font-weight: 500;
}

#flexPassos ul {
  display: flex;
  gap: 2rem;
  padding-top: 6rem;
  height: 250px;
  justify-content: center;
}

#flexPassos .number-box {
  color: #093459;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  flex-direction: column;
  position: relative;
}

#flexPassos .number {
  color: #fff;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background: linear-gradient(135deg, #31669b, #0754a1);
  font-size: 3rem;
  position: absolute;
  left: 50%;
  top: -50px;
  font-weight: 600;
  display: flex;
  transform: translateX(-50%);
  align-items: center;
  justify-content: center;
}

#flexPassos .number-box p {
  color: #0d3c76;
  font-weight: 500;
  font-size: 1rem;
  padding-top: 1rem;
}

#flexPassos .number-box span {
  color: #0d3c76;
  font-weight: 800;
  font-size: 2rem;
}

#pixSection .pix-box {
  display: flex;
  gap: 1rem;
  overflow-x: scroll;
  padding: 2rem;
  cursor: grab;
}

#pixSection .pix-box:active {
  cursor: grabbing;
}

#pixSection .pix-box img {
  width: 250px;
  outline: 1px solid #e3e3e369;
  border-radius: 8px;
  user-select: none;
  pointer-events: none;
  box-shadow: 3px 18px 7px 0px rgb(100 100 100 / 8%);
}

/*======================================
	17.Login Funcionário
========================================*/

#erro_usuario_invalido {
  display: none;
}

/*======================================
	17. END Login Funcionário
========================================*/

/*======================================
	17. Start Footer CSS
========================================*/
.footer {
  background-color: #fff;
  z-index: 2;
  position: relative;
}

.br_address {
  display: none;
}

.footer .footer-top {
  padding-top: 80px;
  padding-bottom: 50px;
}

.footer .logo {
  margin-bottom: 25px;
}

.footer .f-about {
  padding-right: 30px;
}

.footer .f-about p {
  color: #fff;
  font-size: 14px;
  display: block;
  line-height: 27px;
}

.footer .f-about .footer-social {
  margin-top: 35px;
}

.footer .f-about .footer-social ul li {
  display: inline-block;
  margin-right: 6px;
}

.footer .f-about .footer-social ul li:last-child {
  margin: 0;
}

.footer .f-about .footer-social ul li a {
  font-size: 24px;
  height: 35px;
  width: 35px;
  text-align: center;
  display: block;
  line-height: 35px;
  border: none;
  color: #fff;
}

.footer .footer-middle {
  padding: 40px 0;
  background: #08213f;
}

.footer .single-footer {
  margin-top: 30px;
}

.footer .single-footer h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  text-transform: capitalize;
}

/* Footer Link */
.footer .f-link ul li {
  margin-bottom: 13px;
  position: relative;
}

.footer .f-link ul li:last-child {
  margin: 0;
}

.footer .f-link ul li:hover:before {
  background: #fff;
}

.footer.index2 .f-link ul li:hover:before {
  background: #fff;
}

.footer .f-link ul li:last-child {
  margin-bottom: 0px;
}

.footer .f-link ul li a {
  display: inline-block;
  color: #0cc0df;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  transition: transform 0.4s;
}

.footer .f-link ul li a:hover {
  color: #3fe2ff;
  transform: translateY(-4px);
}

.footer .f-contact p {
  color: #fff;
  margin-bottom: 20px;
  line-height: 30px;
}

.footer .f-contact ul li {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.footer .f-contact ul li a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-weight: 400;
}

.footer .f-contact ul li a:hover {
  padding: 0;
}

.footer .f-contact ul li i {
  display: inline-block;
  margin-right: 7px;
  font-size: 17px;
  color: #0cc0df;
}

.footer .custom-flex {
  margin-right: -15px;
}

.footer .custom-flex li {
  width: calc(33.33% - 15px);
  margin-bottom: 15px;
  margin-right: 15px;
}

.footer .gallery ul {
  margin-left: -10px;
  overflow: hidden;
}

.footer .gallery ul li {
  float: left;
  margin: 10px 0 0 10px;
  padding: 0;
}

.footer .gallery ul li a {
  position: relative;
}

.footer .gallery ul li a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #3e54ff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.footer .gallery ul li a:hover:before {
  opacity: 0.8;
  visibility: visible;
}

.footer .gallery ul li a i {
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #fff;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}

.footer .gallery ul li a:hover i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.footer .gallery ul li img {
  width: 100px;
  height: 100px;
}

/*======================================
	End Footer	CSS
========================================*/
