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

#bloque1 {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  background-image: url(../images/img461/fondo.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* Seccion1************************************************************* */

h1 {
  font-size: 2.3rem;
  color: white;
  font-family: "Poppins Bold";
  margin: 0px;
  line-height: 1.3;
}
.cardPromo {
  width: 80%;
  height: auto;
  background-color: white;
  border-radius: 10px;
  margin-top: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.titulo {
  font-size: 1.4rem;
  font-family: "Poppins SemiBold";
}
.cardPrecioPromo {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
}

.precioPromo {
  font-size: 6rem;
  font-family: "Poppins SemiBold";
  color: var(--color-c1);
  margin: 0px;
  line-height: 1;
}
.mesPromo {
  font-size: 2rem;
  font-family: "Poppins SemiBold";
  color: var(--color-c1);
  line-height: 1.2;
  margin-top: 10px;
}
.despues {
  font-size: 1rem;
  color: var(--color-c1);
  margin: 0px;
}

.cardFibrayMovil {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  margin-top: 20px;
}
.cardIcons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.imgIcon1 {
  width: 30px;
  height: 30px;
  background-image: url(../images/iconos/icono-fibra.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}
.imgIcon2 {
  width: 30px;
  height: 30px;
  background-image: url(../images/iconos/icono-movil.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}
.pFibra {
  font-size: 1.2rem;
  margin: 0px;
}

.segundaLinea {
  width: 70%;
  border: none;
  border-radius: 30px;
  background-color: #82cebc;
  padding: 5px 20px;
  margin-top: 20px;
}
/* Seccion2************************************************************* */
#seccion2 {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

.bloqueImagen {
  width: 100%;
}
.bloqueContenidoImagen {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-left: -50px;
}
.cardTVprecio h2 {
  font-size: 5rem;
  font-family: "Poppins SemiBold";
  margin: 0px;
  line-height: 1;
  color: var(--color-c2);
}
.cardTVprecio .durante {
  color: white;
  font-size: 1rem;
  margin: 0px;
}
.cardTVprecio .mes {
  font-size: 2rem;
  margin: 0px;
  line-height: 1;
}
.imagenPortada {
  width: 100%;
  height: 350px;
  background-image: var(--img-pc);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: -50px;
}

.cardTVprecio {
  width: 80%;
  height: auto;
  background-color: var(--color-c6);
  margin-top: 10px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

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

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

/* BLOQUE3........................................................ */

#bloque3{
  background-color:#fa5202 ;
}

.textoCondiciones{
   font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7rem;
  margin: 0px;
  line-height: 1.2;
color:white;
  padding: 20px 0px;
}

/* MEDIA QUERIS ************************************************************************************/
@media (max-width: 1400px) {
  h1 {
    font-size: 2rem;
  }
  .cardTVprecio h2 {
    font-size: 4rem;
  }
  .cardPromo {
    width: 90%;
  }
  .bloqueContenidoImagen {
    margin-left: -20px;
  }
  /* seccion2********************************************** */
  .cardTVprecio {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  /*   BLOQUE1 **********************************************************/
  .cardTVprecio {
    width: 100%;
  }
  .bloqueContenidoImagen {
    margin-left: 0px;
  }

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

@media (max-width: 990px) {
  /*   BLOQUE1 **********************************************************/

  .cardPromo {
    width: 100%;
  }
  .imagenPortada {
    height: 300px;
  }
}

@media (max-width: 765px) {
  /*   BLOQUE1 **********************************************************/
  #bloque1 {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  #seccion1,
  #seccion2 {
    margin-bottom: 10px;
  }
  h1 {

    text-align: center;
  }
  .titulo {
    font-size: 1.2rem;
  }
  .cardFibrayMovil {
    width: 90%;
  }
  .segundaLinea {
    width: 100%;
  }
  /* seccion2******************************************** */
  .imagenPortada {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  /*  bloque2****************************** */
  #textoLegalPromo {
    padding-top: 0px;
    text-align: center;
  }
}

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


  .pFibra {
    font-size: 1rem;
    margin: 0px;
  }
}
@media (max-width: 360px) {
  /*   BLOQUE1 **********************************************************/
  h1 {
    font-size: 1.8rem;
  }
  .titulo {
    font-size: 1rem;
  }
}
@media (max-width: 320px) {
  /*   BLOQUE1 **********************************************************/
  .despues {
    font-size: 0.8rem;
  }
  .pFibra {
    font-size: 0.8rem;
    margin: 0px;
  }
}
