body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    /* padding-top: 70px;  <-- REMOVER ESSA LINHA */
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


@font-face {
    font-family: 'Balgin Black';
    src: url('fonts/Balgin-Black.ttf');
    font-weight: 900;
    font-style: bold;
}

/* Fonte Balgin Display Regular */
@font-face {
    font-family: 'Balgin Display';
    src: url('fonts/Fontspring-DEMO-balgin-display-regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

.inter-font {
  font-family: "Inter", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 400 !important;
  font-style: normal !important;
}


.Montserrat-fina {
    font-family: "Inter", sans-serif !important;
    font-weight: 100 !important;
}

.navbar-custom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent !important; /* transparência total */
    padding: 20px 0;
    z-index: 10; /* garante que fique acima do banner */
}

.navbar-custom .nav-link {
    font-weight: 600;
    font-size: 14px;
    color: #fff !important; /* texto branco para aparecer no fundo */
    margin: 0 12px;
}

.inscreva-btn {
    background: #BFD8F7;
    border-color: #BFD8F7;
    color: #000 !important;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
    margin-left: 15px;
}

.azul {
    background: #BFD8F7;
}

.social-icons img {
    margin-left: 8px;
}

/* Banner ocupa toda a tela */
.banner {
    min-height: 90vh;
    background: url('images/banner-principal.webp') no-repeat center center/cover;
    color: white;
    display: flex;
    align-items: center;
    padding-top: 0; /* sem espaço extra no topo */
    padding-left: 12%;
}


.banner-text h1 {
    font-size: 5rem;
    font-weight: 900;
    line-height: 1.1;
}

.banner-text .highlight {
    font-size: 5.2rem;
    font-weight: 900;
}

.sub-text {
    
    font-family: "Inter", sans-serif !important;
    margin-top: 20px;
    padding: 15px 20px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    display: inline-block;
    font-size: 20px !important;
    max-width: 350px;
}

.banner-text h1,
.banner-text .highlight {
    font-family: 'Balgin Black', sans-serif;
}


.career-section {
    background-color: #0e101a; /* fundo escuro */
    color: #fff;
    padding: 60px 0;
}

.career-title {
    font-family: 'Balgin Black', sans-serif !important;
    font-size: 35px;
    color: #B5A062;
    margin-bottom: 30px;
    text-align: center;
}

.career-section p {
    font-family: "Inter", sans-serif !important;
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.technique-section {
    background: url('images/capsula-mulher2.jpg') center/cover no-repeat;
    padding: 120px 0;
    position: relative;
}

.technique-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(14, 16, 26, 0.2); /* overlay escuro */
}

.technique-content {
    position: relative;
    z-index: 1;
    max-width: 600px;
    margin-left: auto; /* texto alinhado à direita como no exemplo */
    color: #FEFEFE;
}

.technique-title {
    font-family: 'Balgin Black', sans-serif;
    color: #B5A062;
    font-size: 35px;
    margin-bottom: 10px;
    text-align: right;
}

.technique-subtitle {
    font-family: 'Balgin Display', sans-serif;
    color: #FEFEFE;
    font-size: 26px;
    margin-bottom: 20px;
    text-align: right;
}

.technique-content p {
    font-family: "Inter", sans-serif !important;
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 15px;
    text-align: right;
}


.course-methodology {
    background-color: #BBD7F1; /* Azul claro */
    padding: 50px 0;
    text-align: center;
}

.methodology-title {
    font-family: 'Balgin Black', sans-serif;
    color: #B5A062;
    font-size: 35px;
    margin-bottom: 20px;
}

.course-methodology p {
    font-family: "Inter", sans-serif !important;
    font-size: 20px;
    color: #000;
    line-height: 1.6;
    max-width: 900px;
    margin: 0 auto;
}



.mentors {
  background-color: #7CA0C7; /* azul da imagem */
  padding: 60px 0;
}

.mentors-title {
  font-family: 'Balgin Black', sans-serif;
  font-size: 32px;
  color: #FEFEFE;
  text-align: center;
  margin-bottom: 40px;
}

.mentor {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.mentor-photo {
  width: 180px;
  height: auto;
  
}

.mentor-info {
  flex: 1;
}

.mentor-name {
  font-family: 'Balgin Black', sans-serif;
  font-size: 28px;
  color: #0A101C;
  margin-bottom: 10px;
}

.mentor-credentials {
  margin-bottom: 15px;
}

.mentor-credentials .crm,
.mentor-credentials .rqe {
  display: inline-block;
  background-color: #CFAF58;
  color: #0A101C;
  padding: 5px 10px;
  border-radius: 15px;
  font-family: "Inter", sans-serif !important;
  font-size: 18px;
  margin-right: 10px;
}

.mentor-info ul {
  padding-left: 20px;
  font-family: "Inter", sans-serif !important;
  color: #FEFEFE;
  line-height: 1.5;
}

.mentor-info ul li {
  margin-bottom: 5px;
}



.beneficios-wrap{
      padding:48px 40px;
      box-shadow: inset 0 0 0 3px rgba(255,255,255,0.03);
      background-color: #0c2030;
    }

    .titulo-principal{
      font-family: 'Balgin Black', 'Montserrat', sans-serif;
      color: #cfe1ff; /* tom azul claro do título */
      font-size: 56px;
      line-height: 1;
      text-align:center;
      margin: 8px 0 6px;
      letter-spacing: .5px;
    }

    .subtitulo{
      color: #d6e6f8;
      text-align:center;
      margin-bottom:36px;
      font-size: 18px;
      font-weight: 500;
    }

    /* Grid dos cards */
    .cards-row {
      margin-top: 10px;
    }

    .custom-card{
      border-radius: 18px;
      padding: 26px 28px;
      min-height: 160px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      box-shadow: 0 8px 0 rgba(0,0,0,0.06);
    }

    /* pequena linha branca acima do título do card */
    .custom-card h5{
      position: relative;
      margin: 0 0 12px;
      font-weight:700;
      font-size: 16px;
      line-height:1.25;
        font-family: "Inter", sans-serif !important;
      
    }
    .custom-card h5::before{
      content: '';
      display: block;
      width: 56px;
      height: 4px;
      border-radius:2px;
      background: #ffffff;
      margin-bottom: 10px;
    }

    .custom-card p{
      margin:0;
      font-size: 14px;
      line-height: 1.45;
      color: rgba(255,255,255,0.95);
      flex: 1 1 auto;
      margin-top:6px;
  font-family: "Inter", sans-serif !important;
    }

    /* Cores dos cards */
    .card-azul{
      background: #27457f; /* azul parecido com a imagem */
      color: #cdb26a;
    }
    .card-amarelo{
      background: #cdb26a; /* dourado/mostarda */
      color: #0c2030; /* texto escuro no dourado */
    }

    /* ajustar o título do card quando fundo amarelo (linha branca permanece) */
    .card-amarelo h5::before{ background: #ffffff; }
    .card-amarelo p{ color: rgba(5,18,25,0.95); }

    /* responsividade */
    @media (max-width: 991.98px){
      .titulo-principal{ font-size:44px; }
    }
    @media (max-width: 575.98px){
      .titulo-principal{ font-size:34px; }
      .subtitulo{ font-size:15px; }
      .custom-card{ padding:20px; }
    }





    .form-inscricao {
  background-color: #BBD7F1; /* azul claro */
  padding: 50px 0;
}

.form-titulo {
  font-family: 'Balgin Black', sans-serif;
  font-size: 32px;
  color: #0A101C;
  margin-bottom: 5px;
}

.form-subtitulo {
  font-family: "Inter", sans-serif !important;
  font-size: 25px;
  color: #0A101C;
  margin-bottom: 30px;
}

.form-wrapper {
  background-color: #0A101C;
  padding: 30px;
  border-radius: 20px;
  max-width: 600px;
  font-family: "Inter", sans-serif !important;
}

.form-control {
  background-color: #2A3B55;
  border: none;
  color: white;
  font-family: "Inter", sans-serif !important;
}

.form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.btn-enviar {
  background-color: #CDB26A;
  color: #0A101C;
  font-weight: bold;
  border-radius: 5px;
  padding: 10px;
  font-family: "Inter", sans-serif !important;
}

.form-termos {
  font-size: 18px;
  color: white;
  margin-top: 15px;
  font-family: "Inter", sans-serif !important;
}

.form-seguro {
  font-size: 18px;
  color: white;
  margin-top: 10px;
  font-family: "Inter", sans-serif !important;
}





/* Navbar */
.navbar-custom {
    background: rgba(0, 0, 0, 0.7);
    padding: 10px 0;
}

.navbar-nav .nav-link {
    color: white !important;
    margin: 0 10px;
    font-weight: 600;
}

.inscreva-btn {
    font-weight: bold;
    border-radius: 10px;
}

.social-icons img {
    margin-left: 8px;
}


.banner-text h1 {
    font-size: 3rem;
    font-weight: 900;
}

.highlight {
    color: white;
    font-size: 3.5rem;
}

.sub-text {
    margin-top: 20px;
    padding: 10px 15px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    display: inline-block;
    font-size: 1.1rem;
}



.faq-title {
    font-family: 'Balgin Black', sans-serif;
    color: #FEFEFE;
}

/* Cards */
.faq-card {
    background-color: #22314E;
    border: none;
    border-radius: 8px;
    margin-bottom: 10px;
}

.faq-btn {
    color: #a4a3a3;
    font-family: "Inter", sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    text-align: left;
    padding: 14px 20px;
    border-radius: 8px;
}

.faq-btn:hover,
.faq-btn:focus {
    text-decoration: none;
    background-color: #1b263d;
    color: #FEFEFE;
}

.card-body {
    background-color: #1b263d;
    color: #FEFEFE;
    font-family: "Inter", sans-serif !important;
    font-size: 15px;
    border-radius: 0 0 8px 8px;
}





.partners-title {
    font-family: 'Balgin Black', sans-serif;
    color: #C3A86B; /* Dourado */
    font-size: 35px;
}

.partners-text {
    font-family: "Inter", sans-serif !important;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 1.6;
}





.testimonials-title {
  font-family: 'Balgin Black', sans-serif;
  color: #000;
  font-size: 35px;
}

.testimonials-text {
  font-family: "Inter", sans-serif !important;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 1.6;
}

.testimonial-card {
  background: #fff;
  border-radius: 20px;
  height: 100%;
}

.testimonial-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #6E8BB6;
}

.testimonial-name {
  font-family: "Inter", sans-serif !important;
  font-weight: 700;
  font-size: 14px;
  color: #6E8BB6;
}

.testimonial-desc {
  font-family: "Inter", sans-serif !important;
  font-size: 14px;
  color: #555;
}

/* Botão Inscreva-se */
.btn-register {
  background-color: #fff;
  color: #000;
  font-family: 'Balgin Black', sans-serif;
  font-size: 16px;
  padding: 10px 25px;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-register:hover {
  background-color: #000;
  color: #fff;
}


.footer-logo {
  max-height: 130px;
}

.footer-text {
  font-family: "Inter", sans-serif !important;
  margin-top: 15px;
  font-size: 20px;
  color: #D3D9E5;
}
.footer-text2 {
  font-family: "Inter", sans-serif !important;
  margin-top: 15px;
  font-size: 12x;
  color: #D3D9E5;
}


.testimonial-card {
  background: white;
  border-radius: 15px;
  text-align: center;
  padding: 20px;
}
.testimonial-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
}
.testimonial-name {
  font-weight: bold;
  margin-top: 10px;
}
.testimonial-desc {
  font-size: 14px;
  color: #333;
}


/* Evita que o swiper jogue o site pro lado */
.swiper-container {
  overflow: hidden;
  padding-bottom: 10px; /* espaço para não cortar sombra do card */
}

.swiper-slide {
  box-sizing: border-box;
}

.swiper-slide-mobile {
  min-height: 300px !important;
}

html, body {
  overflow-x: hidden !important;
}