#bloque1{
    padding-top: 30px;
}

.tituloPromo{
    font-size: 2.5rem;
    margin: 0px;
    line-height: 1;
    margin-bottom: 10px;
}
.subTituloPromo{
    font-size: 1.8rem;
    margin: 0px;
    line-height: 1;
    background-color: black;
    color:white;
display: inline-block;
padding: 5px 10px;
font-family: "Walsheim Black";
margin-bottom: 30px;
}

/* seccion1.......................... */ 
.cardVariosProductos{
    width: 100%;
    padding: 10px;
}
.cardProductos{
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: start;
    gap:10px;
    margin-bottom: 20px;
}
.cardProductos img{

    object-fit: contain;
}
.textoCard{
    font-size: 1.5rem;
    margin: 0px;
    line-height: 1;
    color:black;
    padding: 0px;
}
.textoCard span{
    font-family: "Walsheim Black";
    background-color: var(--color-c1);
    padding: 0px;
}
.textoCard2{
    font-size: 1rem;
    margin: 0px;
    line-height: 1;
    color:black;
    margin-top: 5px;
}

.cardTextosProductos{
    width: 80%;
}

.cardTextoProductos2{
        width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    gap:10px;
    margin-top: 10px;
}
.cardTextoProductos3{
    width: 100%;
    border: 2px dashed black;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0px;
}

.cardEuros{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.textoEuros{
    font-size: 5rem;
    margin: 0px;
    line-height: 0.5;
    font-family: "Walsheim Black";
}

.cardMes{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
   
}
.textoCentimos{
    font-size: 2.5rem;
        margin: 0px;
    line-height: 1.2;
    font-family: "Walsheim Black";
}
.textoCentimos span{
    font-size: 1.5rem;

}
.textoIva{
       font-size: 1rem;
        margin: 0px;
    line-height: 1.2;
}




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

.imagenPortada{
    width: 100%;
    height: 474px;
    background-image: var(--img-pc);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
   display: flex;
   justify-content: center;
   align-items: end;
}

.cardTexto{
 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   margin-bottom: 25px;
}

.textoImg1{
    font-size: 1.5rem;
    margin: 0px;
    line-height: 1.5;
    color:white
}
.textoImg2{
    font-size: 1.5rem;
    margin: 0px;
    line-height: 1.5;
    color:white;
font-family: "Walsheim Black";
}











/* FORMULARIO....................... */

.containerForm{
    margin-top: -50px;
}




/* MEDIAQUERIS............................. */

@media (max-width: 1200px) {
    .containerForm{
    margin-top: 0px;
}
 .imagenPortada{
    height: 400px;
 }
 .textoImg1,.textoImg2{
    font-size: 1.2rem;
 }
}

@media (max-width: 990px) {

 .imagenPortada{
    height: 350px;
 }
 .cardTexto{
    margin-bottom: 15px;
 }

.cardProductos img{
    width: 25px;
}
.textoCard{
    font-size: 1.2rem;
}
.textoImg1,.textoImg2{
    font-size: 1.2rem;
 }

 .textoEuros{
    font-size: 4rem;
 }
 .textoCentimos{
    font-size: 2rem;

}
.textoCentimos span{
    font-size: 1rem;

}
.textoIva{
       font-size: 0.8rem;

}

}


@media (max-width: 765px) {
    #bloque1{
        padding-top: 20px;
    }
.logoNegocios{
    width: 130px;
}

.tituloPromo{
font-size: 1.5rem;
margin-bottom: 5px;
}
.subTituloPromo{
    font-size: 1rem;
    margin-bottom: 0px;
}


.imagenPortada{
    height: 280px;
  margin-top: 20px;
  margin-bottom: 20px;

}
    .cardTexto {
        margin-bottom: 10px;
    }
.textoImg1, .textoImg2 {
        font-size: 1rem;
    }



}

@media (max-width: 400px) {

.tituloPromo{
font-size: 1.2rem;
}
.subTituloPromo{
    font-size: 0.9rem;
   
}
.cardProductos{
    margin-bottom: 15px;
}

}

@media (max-width: 360px) {

.textoCard{
    font-size: 1rem;
}
.textoCard2{
    font-size: 0.9rem;
}


}




@media (max-width: 320px) {

.tituloPromo{
font-size: 1rem;
}
.subTituloPromo{
    font-size: 0.7rem;
   
}

.textoCard{
    font-size: 0.9rem;
}
.textoCard2{
    font-size: 0.8rem;
}

    .imagenPortada {
        height: 250px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
        .textoImg1, .textoImg2 {
        font-size: 0.8rem;
    }
    .logoNegocios{
    width: 100px;
}

}