#bloque1{
    width: 100%;
    background-image: var(--img-pc);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px 0px;
    background-color: var(--color-c1);
}

/* SECCION1************************** */

.titulo{
    font-size: 1.8rem;
    margin: 0px;
    line-height: 1;
    color:var(--color-c6);
      font-family: 'Lemon_bold';
      margin-bottom: 10px;
}
.subtitulo{
    font-size: 2rem;
    margin: 0px;
    line-height: 1.2;
    color:white;
     font-family: 'Lemon_bold';
      margin-bottom: 10px;
}

.textoConsulta{
    font-size: 1.3rem;
    margin: 0px;
    line-height: 1.3;
    color:white;
  
}

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

.destacado{
    width: 250px;
    height: 200px;
    background-image: url(/images/img303/destacado.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.textoSolo{
    color:white;
    font-size: 1.2rem;
    margin: 0px;
    line-height: 1.2;
     text-align: center;
     margin-left: 20px;
}

.textoEuros{
    color:white;
    font-size: 2rem;
    margin: 0px;
    line-height: 1.2;
    font-family: 'Lemon_bold';
    text-align: center;
    margin-left: 20px;
}
.sello{
    margin-left: 80px;
}
/*TEXTO PROMO */

#textoLegalPromo{
    padding: 20px 0px;
    font-size: 0.8rem;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    line-height: 1.2;
    

}



/* CAJAS .......................................*/

#bloque3{
    background-color: #eeeeee;
   padding-top: 20px;
}
.tituloCajas{
    font-size: 1.8rem;
    color: var(--color-c1);
    margin: 0px;
    line-height: 1.2;
       font-family: 'Lemon_normal';
       margin-bottom: 20px;
}


.cardProductos{
    width: 100%;
    height: 280px;
    background-color: white;
    padding: 20px;
    margin-bottom: 20px;
}

.imgCards{
    margin-bottom: 10px;
}
.tituloCards{
    font-size: 0.9rem;
    color: var(--color-c1);
    margin: 0px;
    line-height: 1.2;
    font-family: 'Lemon_normal';
    margin-bottom: 10px;
}

.textoCards{
    font-size: 0.8rem;
    margin: 0px;
    line-height: 1.3;
}


#bloque4{
    padding: 20px 0px;
    background-color: white;
}

.tituloBottom{
    font-size: 1.8rem;
    color:var(--color-c1);
    margin: 0px;
    line-height: 1;
}


  @media (max-width: 1450px) {

.sello{
    margin-left: 30px;
}

  }


@media (max-width: 1200px) {

        
#bloque1{
    width: 100%;
    background-image: none;
    padding: 20px 0px;
    background-color: var(--color-c1);
}

.titulo{
    margin-top: 20px;
}

.imagenPortada{
    width: 100%;
    height: 350px;
    background-image: var(--img-movil);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--color-c1);
}


.cardDestacado2{
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: var(--color-c6);
    padding: 20px 10px;
    margin-top: 20px ;
}

.titulo{
    font-size: 1.5rem;
}
.subtitulo{
    font-size: 1.8rem;
}
.textoConsulta{
    font-size: 1rem;
}
.textoSolo{
    font-size: 1rem;
margin-left: 0px;
}

.textoEuros{
font-size: 1.5rem;
margin-left: 0px;
}


/*TEXTO PROMO */
#textoLegalPromo{
   text-align: center;
    

}



.tituloBottom{

    text-align: center;
}


}




 @media (max-width: 765px) {

.imagenPortada{
    width: 100%;
    height: 250px;
}




}

 @media (max-width: 380px) {
    .titulo{
    font-size: 1.2rem;
}
.subtitulo{
    font-size: 1.5rem;
}

.textoSolo{
    font-size: 0.8rem;
}

.textoEuros{
font-size: 1.2rem;

}




}