#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-size: 1.8rem;
    color:black;
    margin: 0px;
    line-height: 1;
    text-align: center;
    margin-bottom: 10px;
}
.subTituloPromo{
      font-family: "Walsheim Bold";
      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;
}
.textoIlimitadas{
 font-family: "Walsheim Regular";
    font-size: 1.3rem; 
    margin: 0px;
    line-height: 1.2;
    margin-bottom: 5px;
}
.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: 15%;
  margin-top: 5px;
   position: absolute;
}




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

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



/* FORMULARIO............................... */
.textForm{
    background-color: var(--color-c1);
}




.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: 10%;

}

}


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

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

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

}


}

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

}
.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%;
    height: 320px;


}

}


@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%;
    height: 300px;


}


}