h1 {
    font-size: 44px;
}

h2 {
    font-size: 36px;
}

/*titulo*/

#tituloMaior {
    font-size: 44px;
    font-weight: 500;
    color: #01208f;
    line-height: 55px;
    margin-top: 20px;
}

#subtitulo {
    font-size: 36px;
    font-weight: 500;
    color: #0057ff;
    line-height: 45px;
    margin-top: 10px;
}

#textoAniversario {
    font-size: 22px;
    font-weight: 400;
    color: #000000;
    line-height: 30px;
    margin-top: 20px;
}

/*banner promocao aniversario*/

.banner-aniversario-interno {
    background: linear-gradient(to right, #0072ff, #001f8b);
    color: white;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.banner-texto {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}


.botao-presente {
    display: inline-block;
    background: transparent;
    color: white;
    border: 2px solid white;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
}

.botao-presente:hover {
    background: white;
    color: #001f8b;
}

/*secao plus*/
.cardPlus .nDivPlano{
    background-color: #011766;
    border-radius: 30px;
}

#modelosParcerias .item{
    height: 22rem !important;
    display: flex !important;
    justify-content: center !important;
}

.item + .item{
    margin-top: 3rem;
}

.promo-container {
  display: flex;
  flex-wrap: nowrap; /* Garante que fiquem lado a lado */
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.promo-left {
  flex: 1;
  font-family: Arial, sans-serif;
  min-width: 0; /* Garante que não force quebra */
}

.promo-right {
  width: 380px; /* Ajuste para caber seu card */
  flex-shrink: 0; /* Não deixa encolher */
}


.promo-title {
  font-size: 36px;
  color: #01208f;
  margin-bottom: 20px;
}

.promo-alert {
  font-size: 22px;
  font-weight: bold;
  color: #0057ff;
  margin-bottom: 20px;
}

.promo-benefits {
  font-size: 22px;
  margin-bottom: 30px;
  padding-left: 5px;
  color: black;
  list-style-position: inside;
}

.promo-benefits ul {
  list-style-type: circle;
  padding-left: 20px;
  margin-top: 10px;
}

.novo {
  color: #0057ff;
}

.promo-call {
  font-size: 22px;
  font-weight: bold;
  color: #0057ff;
}


@media screen and (max-width: 768px) {
    

    h1 {
        font-size: 34px !important;
    }

    h2:not(.tutorial-container h2, h2.titulo-principal) {
        font-size: 28px !important;
        text-align: left !important;
    }

    h3:not(#tutorialGifs h3, h3.subtitulo-curso, #faq h3) {
        font-size: 24px !important;
    }
    
    p {
        font-size: 20px;
    }

    .promo-benefits li {
      font-size: 20px;
    }
    
    #textoAniversario {
        font-size: 20px !important;
    }

   .tituloTutorial {
    text-align: left !important;
   }

  .promo-container {
    flex-direction: column;
    padding: 20px 15px;
    gap: 30px;
  }

  .promo-left,
  .promo-right {
    width: 100%;
  }
  .promo-right {
    margin-left: 10px;
  }

  .promo-title {
    font-size: 24px;
    text-align: left;
  }

  .promo-alert {
    font-size: 20px;
    text-align: center;
  }

  .promo-benefits {
    font-size: 18px;
  }

  .promo-benefits ul {
    padding-left: 20px;
  }

  .promo-call {
    font-size: 18px;
    text-align: center;
  }

  .cardPlus {
    width: 100%;
  }

  .nDivPlano {
    border-radius: 20px;
    padding: 20px 15px;
  }

  .valores {
    text-align: center;
  }

  .btnAzCl {
    display: block;
    text-align: center;
    width: 100%;
  }

  .btnVermaisPlano {
    text-align: center;
  }

  .atrTodo {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
  }

  .vl1.valorReal,
  .vl2.valorCentavo {
    font-size: 24px;
  }

  .vl2.valorCentavo {
    display: inline-block;
  }

  .dvMaisvendido {
    font-size: 14px;
    padding: 6px 10px;
  }
  #faq {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-texto {
    font-size: 20px;
  }

  .banner-aniversario-interno 
    {
        padding: 20px;
    }
    
    .promo-right {
        display:flex;
        align-items: center;
        justify-content: center;
    }
        
    .cardPlus {
        max-width: 400px;
        
    }
}

