
/* === Reset e Tipografia === */

html, body {
  overflow-x: hidden;
  width: 100%;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  color: #222;
  background-color: #f9f9f9;
}

.py-5 {
    padding-top: 5em !important;
    padding-bottom: 5em !important;
}

h1 { font-size: 52px; font-weight: 700; }
h2 { font-size: 32px; font-weight: 700; }
h3, h4, h5 { font-size: 22px; font-weight: 600; margin-bottom: 0; }
p { font-size: 20px; }

/* === Utilitários Gerais === */
.btn,
.card,
.form-control,
.rounded,
.rounded-custom {
  border-radius: 8px !important;
}

.btn-primary {
  background-color: #1d1b75;
  border-color: #1d1b75;
  color: #fff;
}

.btn-primary:hover {
  background-color: #16145e;
  border-color: #16145e;
}

.btn-warning {
  background-color: #fcec00;
  border-color: #fcec00;
  color: #000;
}

.btn-warning:hover {
  background-color: #f3e600;
  border-color: #f3e600;
}

/* === Hero === */
.hero-section {
  background-color: #050547;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
}

/* === Seções === */
.header-info {
  background-color: #f2690a;
  color: #fff;
}

.benefits-section {
  background-color: #fff;
}

.como-funciona-section {
  background-color: #050547;
}

.bg-stars {
  background-image: url('../img/bg-stars.jpg');
  background-size: cover;
  background-position: center;
}

.bg-footer {
  background-image: url('../img/footer.jpg');
  background-size: cover;
  background-position: center;
}

/* Posicionamento lateral das setas do carrossel de depoimentos */
#carouselDepoimento {
  position: relative;
}

#carouselDepoimento .carousel-control-prev,
#carouselDepoimento .carousel-control-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  opacity: 1;
  z-index: 10;
}

#carouselDepoimento .carousel-control-prev {
  left: -20px;
}

#carouselDepoimento .carousel-control-next {
  right: -20px;
}

#carouselDepoimento .carousel-control-prev-icon,
#carouselDepoimento .carousel-control-next-icon {
  background-size: 60% 60%;
  background-position: center;
  background-repeat: no-repeat;
}

.carousel-item img {
  object-fit: cover;
  width: 100%;
  height: auto;
}

ul.list-unstyled li::before {
  content: url('../img/check.svg');
  color: #f2690a;
  font-weight: bold;
  margin-right: 12px;
}

.text-primary {
  color: #1d1b75 !important;
}

.text-warning {
  color: #fcec00 !important;
}

.bg-warning {
  background-color: #fcec00 !important;
}

.bg-primary {
  background-color: #1d1b75 !important;
  color: #fff;
}

.bg-secondary {
  background-color: #f2690a !important;
  color: #fff;
}

.bg-light {
  background-color: #f8f9fa !important;
}

footer a.btn-light i {
  color: #1d1b75;
  font-size: 18px;
  line-height: 40px;
  display: inline-block;
}

footer a.btn-light:hover {
  background-color: #dce1ff;
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
  }

/* Ajuste de responsividade */

.como-funciona-section img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 767.98px) {
  .como-funciona-section .d-flex {
    flex-direction: column !important;
    text-align: center;
  }

  .como-funciona-section .col-md-4 {
    text-align: center !important;
  }

  .como-funciona-section .btn {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .fundador-card {
    flex-direction: column !important;
    text-align: center;
  }

  .fundador-card img {
    max-width: 100% !important;
    margin-bottom: 1rem;
  }
}

@media (max-width: 767.98px) {
  #carouselDepoimento .carousel-control-prev,
  #carouselDepoimento .carousel-control-next,
  #carouselInscricao .carousel-control-prev,
  #carouselInscricao .carousel-control-next {
    display: none !important;
  }
}
