@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;
}

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

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

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

@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;
}

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

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

.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);
}

/* Í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;
}

.section_title {
  font-size: 1rem;
}

#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);
}

/* 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;
  background-color: #2972de;
}

.header.sticky .btn-cta:hover {
  background-color: #2a7fff;
}

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

.hero-index-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  opacity: 0.2;
}

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

.btn-cta:hover {
  background-color: #2a7fff;
  color: #fff;
}

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

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

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

#carousel-1 h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  z-index: 2;
  padding-bottom: 1rem;
}

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

#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.25rem;
  font-weight: 400;
  z-index: 2;
  line-height: 24px;
}

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

.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 #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;
}

/*===== 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.25rem 0;
  border-bottom: 1px solid #083578;
}

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

.header {
  background-color: #0e2252;
  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%;
  }

  #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;
  }

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

  .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;
}

.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 {
  margin-bottom: 25px;
}

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

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

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

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

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

section.calculator #calculatorResultado {
  display: none;
  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 .description {
  font-size: 1rem;
  font-weight: 500;
}

section.calculator #reducaoDivida {
  color: #14da7b;
  display: block;
  font-size: 2rem;
  font-weight: 600;
}

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

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

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 #btnSimular {
  width: 100%;
  padding: 1rem;
  border-radius: 8px;
  border: none;
  font-weight: 500;
  background-color: #2972de;
  color: #eee;
}

section.calculator #btnSimular:hover {
  background-color: #2f7ef5;
}

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: #555;
  font-weight: 500;
  font-size: 16px;
}

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;
  padding: 0.5rem;
}

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: 4rem !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: #0e2252;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  height: auto;
}

#videos_desktop {
  padding: 0 12rem;
}

.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;
}

/*=============================
  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;
}

#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-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;
}

/*=============================
  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 .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 {
  padding-top: 50px;
}

#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;
}

/*=============================
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 .smartphone-image {
  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-esquerdo {
  text-align: right;
}

#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: #2a78c5 !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-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;
}

.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;
}

.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 {
  padding-bottom: 2rem;
}

#indiqueEGanheSection .como-funciona ul {
  display: flex;
  justify-content: center;
}

#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;
  padding: 4rem;
  margin-top: 3rem;
}

#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);
  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 {
  cursor: grab;
  height: 450px;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}

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

#pixSection .pix-box img {
  width: auto;
  max-width: none;
  height: 100%;
  user-select: none;
  pointer-events: none;
  display: block;
}

/*======================================
	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: 2rem 0;
  background: #0e2252;
}

.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: 14px;
  color: #0cc0df;
}

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