/* BLOQUE1************************ */

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

#seccion2 {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}
.imagenPortada {
  width: 150%;
  height: 400px;
  background-image: var(--img-pc);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: -220px;
}

.cardInfo {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  background-color: white;
  border-radius: 10px;
  padding: 20px 0px;
}

h1 {
  font-family: "Poppins SemiBold";
  font-size: 1.8rem;
  text-align: center;
}
.cadApp {
  width: 60%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.Netflix {
  width: 120px;
  height: 80px;
  background-image: url(../images/img406/netflix.webp);
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center;
  border-radius: 20px;
  box-shadow: 0px 5px 10px -5px black;
}
.suma {
  font-family: "Poppins SemiBold";
  font-size: 2rem;
}

.showtime {
  width: 120px;
  height: 80px;
  background-image: url(../images/img406/showtime.webp);
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center;
  border-radius: 20px;
  box-shadow: 0px 5px 10px -5px black;
}

.cardOferta {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.cajaFibra {
  width: 33.3%;
  height: 150px;
  border-right: 2px solid black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cajaLineas {
  width: 33.3%;
  height: 150px;
  border-right: 2px solid black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cajaTV {
  width: 33.3%;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.titulo {
  font-family: "Poppins SemiBold";
  font-size: 2rem;
  line-height: 1;
  margin: 3px;
}
.subtitulo {
  font-size: 1rem;
  line-height: 1;
  margin: 3px;
  font-family: "Poppins SemiBold";
}

.cardPrecio {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.euros {
  font-family: "Poppins SemiBold";
  font-size: 6rem;
  line-height: 1;
  margin: 0px;
  color: var(--color-c1);
}

.mes {
  font-family: "Poppins SemiBold";
  font-size: 2rem;
  line-height: 1;

  color: var(--color-c1);
}
.luego {
  font-size: 0.7rem;
  color: black;
}

/* BLOQUE2 ********************************************** */

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

/* MEDIA QUERIS ************************************************************************************/
@media (max-width: 1290px) {
}

@media (max-width: 1200px) {
  /*   BLOQUE1 **********************************************************/
  .cadApp {
    width: 70%;
  }
  .cardOferta {
    margin-top: 0px;
  }
  .cardPrecio {
    margin-top: 0px;
  }
  .cajaFibra {
    height: 80px;
  }
  .cajaLineas {
    height: 80px;
  }
  .titulo {
    font-size: 1.5rem;
  }

  /*  bloque2****************************** */
  #textoLegalPromo {
    padding-top: 20px;
  }
}

@media (max-width: 990px) {
  /*   BLOQUE1 **********************************************************/
  h1 {
    font-size: 1.5rem;
  }
  .cadApp {
    width: 80%;
  }
  .imagenPortada {
    width: 160%;
    margin-left: -90px;
  }
}

@media (max-width: 765px) {
  /*   BLOQUE1 **********************************************************/
  h1 {
    font-size: 1.2rem;
  }

  .imagenPortada {
    width: 100%;
    height: 300px;
    margin-left: 0px;
    margin-top: -150px;
  }
  .cadApp {
    width: 90%;
    margin-top: 0px;
  }
  .suma {
    font-size: 1.5rem;
  }
  .euros {
    font-size: 4rem;
    margin-left: 20px;
  }
  .mes {
    font-size: 1.2rem;
  }
  .titulo{
    font-size: 1.2rem;
  }
  .subtitulo{
    font-size: 0.8rem;
  }
  /*  bloque2****************************** */
  #textoLegalPromo {
    padding-top: 0px;
    text-align: center;
  }
  .cardPrecio {
    justify-content: start;
  }
  
  .luego {
    text-align: start;
    margin-left: -150px;
  }
}

@media (max-width: 400px) {
  /*   BLOQUE1 **********************************************************/
}
@media (max-width: 360px) {
  /*   BLOQUE1 **********************************************************/

  .cadApp {
    width: 95%;
    margin-top: 0px;
  }
}
@media (max-width: 320px) {
  /*   BLOQUE1 **********************************************************/
  .subtitulo{
    font-size: 0.6rem;
  }

  .cadApp {
    width: 95%;
    margin-top: 0px;
  }
  .luego {
    text-align: start;
    margin-left: -100px;
  }
}