#bloque1{
    background-color: var(--color-c1);
padding-top: 30px;
}


#seccion1 ,#seccion2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


/* seccion1...................................... */
.tituloPromo {
    font-family: "Walsheim Bold";
    font-size: 1.8rem;
    color: black;
    margin: 0px;
    line-height: 1;
    text-align: center;
    margin-bottom: 10px;

    /* Nuevas propiedades para alinear e integrar el icono */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.25em; /* Espacio exacto entre las palabras y la manzana */
}

/* Regla para que el SVG tenga la altura exacta del texto */
.tituloPromo svg {
    height: 1em; /* Mismo tamaño exacto que el font-size de 1.8rem */
    width: auto; /* Mantiene la proporción sin deformar */
    fill: currentColor; /* Toma el color negro definido en el H1 */
}
.subTituloPromo{
    
      font-size: 2rem;
      margin: 0px;
      line-height: 1;
      text-align: center;
      color:black;
      margin-bottom: 20px;
}
.cardPromo{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cardPromoTop{
    width: 100%;
    background-color: black;
    padding: 10px;
    margin-bottom: 5px;
}
.textoSmartphone{
    font-size: 1.2rem;
    margin: 0px;
    line-height: 1.2;
    text-align: center;
    color:white;
     font-family: "Walsheim Regular";
     
}

.textoIphone{
  font-weight: 700;
    font-size: 1.5rem;
    margin: 0px;
    line-height: 1.2;
    text-align: center;
    color:white;
}


.cardPromoCenter{
    width: 100%;
    background-color: white;
    border: 2px dashed black;
    padding: 10px;
    margin-bottom: 5px;
}

.euros{
    color:black;
    font-size: 5rem;
    margin: 0px;
    line-height: 0.5;
    font-family: "Walsheim Bold";
    padding: 10px 0px;
}
.centimos{
    color:black;
    font-size: 2.5rem;
    margin: 0px;
    line-height: 0.5;
    font-family: "Walsheim Bold";
   padding: 10px 0px;
}
.centimos span{
     font-size: 2rem;
}

.textoIncluido{
    font-family: "Walsheim Regular";
    font-size: 1.2rem; 
    margin: 0px;
    line-height: 1;
    text-align: center;
    margin-top: -15px;
}
.cardBottom{
    width: 100%;
    border: 2px solid grey;
    padding: 10px;
}
.contratando{
    font-family: "Walsheim Regular";
    font-size: 1.2rem; 
    margin: 0px;
    line-height: 1.2;
    text-align: center;
}
.textoIlimitadas{
 font-family: "Walsheim Regular";
    font-size: 1.3rem; 
    margin: 0px;
    line-height: 1.2;
    margin-bottom: 5px;
    text-align: center;
}
.textoIlimitadas span{
 font-family: "Avenir Next Bold";
}

.cardPorSolo{
    width: 100%;
    padding: 10px;
    background-color: black;
    position: relative;
}

.euros2{
    color:white;
    font-size: 3rem;
    margin: 0px;
    line-height: 0.5;
    font-family: "Walsheim Bold";
    padding: 10px 0px;
}
.centimos2{
    color:white;
    font-size: 1.5rem;
    margin: 0px;
    line-height: 0.5;
    font-family: "Walsheim Bold";
   padding: 10px 0px;
}
.centimos2 span{
     font-size: 1rem;
}

.textoIncluido2{
    color: white;
    font-family: "Walsheim Regular";
    font-size: 0.8rem; 
    margin: 0px;
    line-height: 1;
    text-align: center;
    margin-top: -15px;
}

.textoPorsolo{
    color: white;
    font-family: "Walsheim Regular";
    font-size: 0.7rem; 
    margin: 0px;
    line-height: 1; 
  margin-left: 10%;
  margin-top: 5px;
   position: absolute;
}

.durante {
    font-size: 1rem;
    margin: 0px;
    line-height: 1.2;
    text-align: center;
    font-family: "Walsheim Regular";
    color: black;
}



/* seccion2...................................... */

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



/* FORMULARIO............................... */
.textForm{
    background-color: white;
    padding: 20px 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}




.fixed{
    background-color: white;
}


/* CONDICIONES PROMO...................... */
#bloque3 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.condiciones {
    font-size: 0.8rem;
    margin: 0px;
    line-height: 1.5;
}



/* MEDIA QUERIS ************************************************************************************/



@media (max-width: 1200px) {

    #bloque1{
        padding-top: 20px;
       padding-bottom: 20px;
    }
}

@media (max-width: 990px) {
.tituloPromo{
    font-size: 1.5rem;
}
.subTituloPromo{
    font-size: 1.8rem;
}
.euros{
    font-size: 4rem;
}
.centimos{
    font-size: 2rem;
}
.centimos span{
    font-size: 1.8rem;
}

.textoPorsolo{
  margin-left: 8%;

}

}


@media (max-width: 750px) {
.textoPorsolo{
  margin-left: 8%;
  font-size: 0.6rem; 

}
.contratando {
 font-size: 1rem;
}
.textoIlimitadas{
    font-size: 1.1rem;
}
/* seccion2...................................... */

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

}


}

@media (max-width: 400px) {
.textoPorsolo{
  margin-left: 0%;

}
.contratando {
 font-size: 0.8rem;
}
.textoIlimitadas{
    font-size: 0.9rem;
}

}

@media (max-width: 380px) {
.tituloPromo{
    font-size: 1.3rem;
}
.subTituloPromo{
    font-size: 1.6rem;
}
.imagenPortada{
    width: 100%;
   


}

}


@media (max-width: 320px) {
.tituloPromo{
    font-size: 1.1rem;
}
.subTituloPromo{
    font-size: 1.4rem;
}

.textoPorsolo{
    font-size: 0.5rem;
  margin-left: 0%;

}
.contratando {
 font-size: 0.6rem;
}
.textoIlimitadas{
    font-size: 0.7rem;
}
.imagenPortada{
    width: 100%;
   


}

.euros2{

    font-size: 2rem;
 
}
.textoIncluido2{
margin-top: -10px;
}

}