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

/* SECCION1.................................... */


.tituloPromo{
    font-size: 1.8rem;
font-family: "Walsheim Black";
margin-bottom: 10px;
}

.tituloPromo span{
font-family: "Walsheim Regular";
}
.cardProductos{
    width: 100%;
    background-color: black;
    padding: 20px;
}
.textoLinea{
    font-size: 1.4rem;
    color: white;
    margin: 0px;
    line-height: 1.5;
    font-family: "Walsheim Regular";
}
.textoLinea span{
font-family: "Walsheim Black";
}



.cardBlanca {
    width: 100%;
    background-color: white;
    border: 2px dashed black;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    margin-top: 10px;
    padding: 10px 0px;
}

.llevate {
    line-height: 1.8;
    font-size: 1.5rem;
    margin: 0px;
    font-family: "Walsheim Regular";
    margin-bottom: 10px;
}

.carEuros {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.euros {
    font-family: "Walsheim Black";
    font-size: 5rem;
    margin: 0px;
    line-height: 1;
    margin-top: -10px;
   margin-right: 15px;
}
.span1 {
    font-size: 3rem;
    margin: 0px;
    line-height: 1;
    font-family: "Walsheim Black";
    margin-top: -30px;
    margin-left: -10px;
   
}
.span2 {
    font-size: 2rem;
    margin: 0px;
    line-height: 1;
    font-family: "Walsheim Black";
    margin-top: -30px;
   
}
.iva {
    font-size: 0.9rem;
    margin: 0px;
    line-height: 1;
    margin-top: -20px;
    margin-bottom: 10px;
}
.durante {
    font-size: 0.8rem;
    margin: 0px;
    line-height: 1.2;
}
/* SECCION2.................................. */
.cardSmarphone{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.imgPortada{
    width: 100%;
    height: 453px;
background-image: var(--img-pc);
background-size: contain ;
background-repeat: no-repeat;
background-position: center;
}
.textoImagen{
    margin-top: 10px;
     font-family: "Walsheim Black";
    font-size: 1.2rem;
}


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



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

.textForm span {
    background-color: white;
}



/* MEDIAQUERIS........................................... */
@media (min-width: 1200px) and (max-width: 1400px) {
    .textForm span {
        font-size: 1.2rem;
}
}
@media (max-width: 1200px) {
#bloque1{
    padding-top: 20px;
    padding-bottom: 20px;
}

}

@media (max-width: 990px) {
.textoLinea {
    font-size: 1.2rem;
}



    /* SECCION2.................................. */
    #seccion2{
    display: flex;
    justify-content: center;
    align-items: end;
}

.imgPortada{
    width: 100%;
    height: 365px;
background-image: var(--img-movil);

}


}


@media (max-width: 380px) {
    .imgPortada{
    height: 325px;
}
    .tituloPromo{

        font-size: 1.5rem;
    }
.textoLinea {
        font-size: 1rem;
    }
}
@media (max-width: 320px) {
        .imgPortada{
    height: 300px;
}
    .tituloPromo{

        font-size: 1.5rem;
    }
.textoLinea {
        font-size: 0.9rem;
    }
}