#bloque1{
    padding-top: 30px;
}


/* SECCION1....................... */
.promo-container {
    color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    /* Se elimina el padding y background para heredar la estructura de la row */
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.promo-subtitle {
    color: #ff6600; /* Naranja corporativo[cite: 2] */
    font-weight: 700;
    font-size: 2rem;
    margin: 0 0 0.2rem 0;
    letter-spacing: -0.5px;
}

.promo-title {
    font-size: 2.4rem;
    font-weight: 700;
    margin: 0 0 0.2rem 0;
    display: flex;
    align-items: center;
    gap: 10px;
    letter-spacing: -1px;
}

.apple-icon {
    font-size: 2.2rem;
}

.promo-capacity {
    font-size: 1.8rem;
    font-weight: 400;
    margin: 0 0 1.5rem 0;
    letter-spacing: -0.5px;
}

.promo-price-box {
    border: 2px solid #ff6600; /* Recuadro naranja[cite: 2] */
    padding: 1.2rem;
    text-align: center; /* Centra el contenido solo dentro de la caja[cite: 2] */
    margin-bottom: 1.5rem;
    width: 90%; /* Ajuste para no desbordar la columna xl-4[cite: 2] */
}

.price-label {
    display: block;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
}

.price-main {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ff6600; /*[cite: 2] */
    line-height: 0.8;
    margin-bottom: 0.5rem;
}

.price-number {
    font-size: 6rem;
    font-weight: 800;
    letter-spacing: -3px;
}

.price-currency {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 5px;
    font-weight: 700;
}

.currency {
    font-size: 2rem;
    line-height: 1;
}

.period {
    font-size: 1.8rem;
    line-height: 1;
}

.price-details p {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.installments {
    color: #ffffff; /*[cite: 2] */
}

.initial-payment {
    color: #ff6600; /*[cite: 2] */
}

.promo-footer p {
    margin: 0 0 4px 0;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.3;
}



/* SECCION2....................... */

.imagenPortada{
    width: 100%;
    height: 445px;
    background-image: var(--img-pc);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}











/* OPCIONES.......................... */



.textoPromocion{
      font-size: 0.8rem;
    color:black;
    margin: 0px;
    line-height: 1.2;
       padding-top: 20px;
    padding-bottom: 20px;
    font-family: "Helvetica Neuer";
}







/* MEDIAQUERIS.........................*/
  @media (max-width: 1460px) {

  }





  @media (max-width: 1200px) {

    #bloque1{
        padding-top: 20px;
        padding-bottom: 20px;
    }
#seccion3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

  
}







@media (max-width: 990px) {




}


@media (max-width: 765px) {


/* SECCION1......................... */
.promo-subtitle{
    margin:0px;
    text-align: center;
}
.promo-title{
 justify-content: center;
    
}
.promo-capacity{
    margin:0px;
     text-align: center;
}

.promo-price-box{
    width: 100%;
}
.promo-footer p{
text-align: center;
}
/* SECCION2....................... */

.imagenPortada{
    width: 100%;
    height: 292px;
    background-image: var(--img-movil);
    margin-top: 20px;
    margin-bottom: 20px;
 
}











  }








@media (max-width: 400px) {


}






  @media (max-width: 360px) {



  }


  @media (max-width: 320px) {
.promo-title{
    font-size: 2rem;
}
.promo-footer p{
    font-size: 0.8rem;
}
  }