#bloque1{
    padding-top: 30px;
   
}

.tituloPromo{
    font-size: 2.3rem;
    color: var(--color-c6);
    margin: 0px;
    line-height: 1.2;
}
.subtituloPromo{
    font-size: 1.5rem;
    color: white;
 margin: 0px;
 line-height: 1.2;
 font-family: "Helvetica Neuer";
 margin-top: 30px;
 margin-bottom: 30px;
}
.cardInteres{
    background-color: var(--color-c6);
    padding: 10px;
    display: inline-block;
    margin-bottom: 30px;
}

.textoInteres{
    color: white;
    font-size: 1rem;
    margin: 0px;
 line-height: 1;
 
}
.textoDesde{
    color: white;
    font-size: 1.5rem;
    margin: 0px;
 line-height: 1;

}
.textoEuro{
    color: var(--color-c6);
    font-size: 5rem;
    margin: 0px;
 line-height: 1;
}
.textoEuro span{
    font-size: 2.5rem;
}

.textoDurante{
    color: white;
    font-size: 1rem;
    margin: 0px;
 line-height: 1.5;
  font-family: "Helvetica Neuer";
}




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


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

/* SECCION3........................ */

#seccion3{
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
}





/* MEDIAQUERIES......................... */


@media (max-width: 1400px) {

}
@media (max-width: 1200px) {
   .subtituloPromo{
    margin-top: 20px;
    margin-bottom: 20px;
   }
   .cardInteres{
    margin-bottom: 20px;
   }
    .imagenPortada{
        height: 400px;
    }

}
@media (max-width: 992px) {
    .tituloPromo{
font-size: 2rem;
}

.subtituloPromo{
    font-size: 1.2rem;
    margin-top: 10px;
    margin-bottom: 10px;
}
.cardInteres{
 margin-bottom: 10px;
}
.textoInteres{
    font-size: 0.9rem;
}

.textoEuro{
    font-size: 4rem;
}
.textoEuro span{
    font-size: 2rem;
}

.textoDurante{
    font-size: 0.9rem;
}
    .imagenPortada{
        height: 350px;
    }

}


@media (max-width: 765px) {
    #bloque1{
        padding-top: 20px;
       
    }
#seccion1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.tituloPromo{
font-size: 2.3rem;
}

.subtituloPromo{
    font-size: 1.5rem;
    margin-top: 10px;
    margin-bottom: 0px;
}
 .cardInteres{
    width: 100%;
    margin-bottom: 20px;
 }
 .textoInteres{
    font-size: 1.2rem;
 }
    .imagenPortada{
        height: 280px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .cardPrecio{
        width: 80%;
    }
.textoDesde{
    font-size: 3rem;
}
.textoEuro{
    font-size: 6rem;
}
.textoEuro span{
    font-size: 3rem;
}

.textoDurante {
    font-size: 1.2rem;  

}


}


@media (max-width: 600px) {
.tituloPromo{
font-size: 2rem;
}

.subtituloPromo{
    font-size: 1.2rem;
  
}

    .textoInteres {
        font-size: 1rem;
    }
    .textoDesde{
    font-size: 2rem;
}
.textoEuro{
    font-size: 5rem;
}
.textoEuro span{
    font-size: 2.5rem;
}

.textoDurante {
    font-size: 1rem;  

}

}

@media (max-width: 380px) {
.tituloPromo{
font-size: 1.8rem;
}

}

@media (max-width: 320px) {

.tituloPromo{
font-size: 1.5rem;
}

.subtituloPromo{
    font-size: 1rem;
  
}

.textoInteres {
 font-size: 0.8rem;
}
.textoDesde{
font-size: 1.5rem;
}
.textoEuro{
    font-size: 4rem;
}
.textoEuro span{
    font-size: 2rem;
}

.textoDurante {
    font-size: 0.8rem;  

}
    .imagenPortada{
        height: 250px;

    }

}