/* bloque1*********************************************** */

#bloque1 {
  padding-top: 30px;
  background-image: url("../images/img369/fondo.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#seccion2{
  display: flex;
  flex-direction: column;
  justify-content: end;
 
}
h1 {
  color: white;
  font-size: 2.5rem;
}

.containerOferta {
  width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.cardPromo {
  width: 150px;
  height: auto;
  background-color: white;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
}


.textoProducto{
    font-size: 1.5rem;
    margin: 0px;
}
.textoBlack{
    font-size: 1.5rem;
    margin: 0px;
    font-family: 'Telecable-Bold';
}

.containerPrecio{
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  
}
.euros{
    font-size: 6rem;
    margin: 0px;
    line-height: 1;
    color:white;
    font-family: 'Telecable-Bold';
}

.mes{
    font-size: 2rem;
    margin: 0px;
    line-height: 1.2;
    color:white;
    font-family: 'Telecable-Bold';
}

.durante{
    width: 70%;
    font-size: 1rem;
    color:white;
    text-align: center;
    margin-bottom: 20px;
}

/* SECCION2***************************************************** */
.imagenPortada {
  height: 500px;
  background-image: var(--img-pc);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
.containerForm{
  margin-bottom: 20px;
}
/* BLOQUE2 ********************************************** */

#bloque2 {
  width: 100%;
  background-color: var(--color-c6);
}
#textoLegalPromo {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7rem;
  color: black;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0px;
}

/* MEDIA QUERIS ************************************************************************************/
@media (max-width: 1400px) {
  h1 {
    color: white;
    font-size: 2rem;
  }
  .containerOferta {
    width: 80%;
  }
  .containerPrecio{
    width: 80%;
  }
  .durante{
    width: 80%;
  }
    /* SECCION2***************************************************** */
    .imagenPortada {
        height: 450px;
        background-position: center;
      }
}
@media (max-width: 1200px) {
  /*   BLOQUE1 **********************************************************/
  #bloque1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }


  /*  bloque2****************************** */
  #textoLegalPromo {
    padding-top: 20px;
    color: white;
    text-align: center;
  }

  /* SECCION2***************************************************** */
  .imagenPortada {
    height: 400px;
    background-position: center;
  }
}

@media (max-width: 990px) {
  /*   BLOQUE1 **********************************************************/
  h1 {
    color: white;
    font-size: 1.8rem;
  }
  .containerOferta {
    width: 85%;
  }
  .containerPrecio{
    width: 85%;
  }
  .durante{
    width: 85%;
  }
      /* SECCION2***************************************************** */
      .imagenPortada {
        height: 350px;
        background-position: center;
      }
}

@media (max-width: 765px) {
  /*   BLOQUE1 **********************************************************/
  h1 {
    color: white;
    font-size: 2.5rem;
    text-align: center;
  }
  .containerOferta {
    width: 100%;
  }
  .containerPrecio{
    width: 100%;
  }
  .durante{
    width: 100%;
  }
    /* SECCION2***************************************************** */
    .imagenPortada {
        height: 300px;
        background-position: center;
      }



}

@media (max-width: 400px) {
  /*   BLOQUE1 **********************************************************/
  h1 {
    color: white;
    font-size: 2rem;
    text-align: center;
  }
  .cardPromo {
    width: 135px;
  }
}
@media (max-width: 360px) {
  /*   BLOQUE1 **********************************************************/
}
@media (max-width: 320px) {
  /*   BLOQUE1 **********************************************************/

  .cardPromo {
    width: 120px;
  }
}
