/* 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;
   
  }
.containerPromo{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}
  
h1 {
    color: white;
    font-size: 2.5rem;
    text-align: center;
 line-height: 1.2;
 margin-bottom: 20px;

  }
h1 span{
    font-family: 'Telecable-Bold';
}

.containerPeliculas{
    width: 80%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;

}

.cardPelis{
    width: 130px;
    height: 100px;
    background-color: white;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.suma{
    color:white;
    font-size: 3rem;
    font-family: 'Telecable-Bold';
}


.containerProductos{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.cardFibra{
  width: 30%;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  
}
.cardLineas{
  width: 40%;
  height: 150px;
  border-left: 3px solid white;
  border-right: 3px solid white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

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

.textLineas{
  font-size: 1.5rem;
  color:white;
  margin: 0px;
  line-height: 1.2;
}

.textLineas img{
 width: 30px;
margin-right: 8px;
}

.containerPrecio{
  width: 95%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: #032b60c2;
border-radius: 10px;
}
.cardPrecio{
  display: flex;
  justify-content: center;
  align-items: center;
}

.euros{
  font-size: 5rem;
  margin: 0px;
  line-height: 1;
  color: var(--color-c8);
  font-family: 'Telecable-Bold';
}
.mes{
  font-size: 2rem;
  margin: 0px;
  line-height: 1;
  color: var(--color-c8);
  font-family: 'Telecable-Bold';
}
.despues{
  font-size: 0.9rem;
  color: white;
  margin: 0px;
}


  /* SECCION2***************************************************** */
  .imagenPortada {
    height: 500px;
    background-image: var(--img-pc);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
  }
  
  /* 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;
  }
  .containerForm{
    margin-bottom: 20px;
  }
  
  /* MEDIA QUERIS ************************************************************************************/
  @media (max-width: 1400px) {
    .cardLineas{
      width: 40%;
      height: 120px;
    }

/*     seccion2***************************************** */
.imagenPortada {
  height: 450px;

  }
}
  @media (max-width: 1200px) {
    #bloque1 {
     padding-bottom: 30px;
    }
    .cardLineas{
      width: 40%;
      height: 100px;
    }

  
    /*  bloque2****************************** */
    #textoLegalPromo {
      padding-top: 20px;
      color: white;
      text-align: center;
    }
  
 
  }
  
  @media (max-width: 990px) {
    /*   BLOQUE1 **********************************************************/
    h1 {
        color: white;
        font-size: 2rem;
        text-align: center;
     line-height: 1.2;
    
      }
      .containerPeliculas{
        width: 90%;
      }
  }
  
  @media (max-width: 765px) {
    /*   BLOQUE1 **********************************************************/
    h1 {
        color: white;
        font-size: 2.5rem;
        text-align: center;
     line-height: 1.2;
    
      }
  
      .containerPeliculas{
        width: 100%;
      }
      /*     seccion2***************************************** */
.imagenPortada {
  height: 350px;

  }
  
  }
  
  @media (max-width: 400px) {
    /*   BLOQUE1 **********************************************************/
    .textFibra{
      font-size: 1.6rem;

    }
    
    .textLineas{
      font-size: 1.2rem;

    }

  }
  @media (max-width: 360px) {
    /*   BLOQUE1 **********************************************************/
    h1 {
        color: white;
        font-size: 2rem;
        text-align: center;
     line-height: 1.2;
    
      }
    .cardPelis{
        width: 110px;
        height: 80px;
        background-color: white;
        border-radius: 10px;
    }
    .suma{
        color:white;
        font-size: 2rem;
        font-family: 'Telecable-Bold';
    }
  }
  @media (max-width: 320px) {
    /*   BLOQUE1 **********************************************************/


  }
  