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

/* SECCION1......................... */
#seccion1{
   display: flex;
   flex-direction: column;
    justify-content: center;
    align-items: center; 
}
.titulo{
    width: 100%;
font-size: 1.6rem;
margin: 0px;
line-height: 1;
font-family: "Walsheim Black";
background-color: black;
color:white;
text-align: center;
padding: 10px ;
margin-bottom: 15px;
}
.subtitulo{
    font-family: "Walsheim Black";
    font-size: 1.6rem;
margin: 0px;
line-height: 1;
text-align: center;
margin-bottom: 15px;
}

.cardPromo{
    width: 100%;
    padding: 40px 15px;
    background-color: white;
}

.cardTituloPromo{
    width: 100%;
    padding: 10px;
    background-color: black;
    margin-bottom: 20px;
}
.tituloPromo{
font-family: "Walsheim Black";
font-size: 1.4rem;
margin: 0px;
line-height: 1.3;
text-align: center;
color:white
}


.cardPrecio{
    width: 100%;
     padding: 20px 10px;
    background-color: var(--color-c1);
    border:2px dashed black;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.cardEuros{
 display: flex;
justify-content: center;
align-items: center;
}

.euros{
    font-size: 8rem;
    color:black;
    margin: 0px;
    line-height: 1;
    font-family: "Walsheim Black";
}

.textoEuro{
       font-size: 4rem;
    color:black;
    margin: 0px;
    line-height: 1; 
    font-family: "Walsheim Black";
}
.textoMes{
       font-size: 2rem;
    color:black;
    margin: 0px;
    line-height: 1; 
    font-family: "Walsheim Black";
}


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

.contratando span{
    font-family: "Walsheim Black"; 
}

/* IMAGEN PORTADA.................. */
#seccion2{
    display: flex;
    justify-content: center;
    align-items: center;
}
.imgPortada{
    width: 100%;
    height: 450px;
    background-image: var(--img-pc);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


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



/* MEDIA .........................*/

@media (max-width: 1450px) {

.imgPortada{
  height: 400px;

}    



}


@media (max-width: 1200px) {

.titulo {
    font-size: 1.2rem;
}
.subtitulo{
font-size: 1.2rem;
}
.cardPromo {
    padding: 20px 15px;
}

.tituloPromo {
    font-size: 1.1rem;
}
.euros {
    font-size: 6rem;
}
.textoEuro {
    font-size: 3rem;
} 

.textoMes {
    font-size: 1.5rem;
}    
.cardPrecio {
    padding: 10px 5px;
}

.contratando {
    font-size: 1rem;
}


}


@media (max-width: 990px) {
.imgPortada{
  height: 300px;
z-index: 1;
} 


}

@media (max-width: 765px) {

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

.cardPromo{
    margin-top: -20px;
    z-index: 0;
}
.cardTituloMovil{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

}


@media (max-width: 340px) {

.imgPortada{
  height: 250px;

}

}