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

#bloque1 {
    padding-top: 20px;
    background-image: url("../images/img371/fondo.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

#seccion2{
  
  display: flex;
  justify-content: end;
  align-items: end;
}

.containerPromo{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background-color: white;
    padding: 5px;
    margin-bottom: 20px;
}

.cardsPromo1{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 1px solid black;
    padding: 10px;

}
.cardsPromo2{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.tituloPromo{
    font-family: 'Telecable-Bold';
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.2;
    margin: 0px;
    margin-top: 10px;
}
.cardPrecio{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.euros{
    font-size: 4rem;
    margin: 0px;
    line-height: 1;
    font-family: 'Telecable-Bold';
    color: #214fa3;
}
.mes{
    font-size: 1.5rem;
    margin: 0px;
    line-height: 1;
    font-family: 'Telecable-Bold';
    color: #214fa3;
}

.despues{
    font-size: 0.8rem;
    margin: 0px;
    margin-bottom: 10px;
  
}

.textoPromocional{
    font-size: 1rem;
    margin: 0px;
    line-height: 2;
    display: flex;
    align-items: start;
  gap:10px;
}
.textoPromocional span{
    font-family: 'Telecable-Bold';
}
.textoPromocional1{
    font-size: 1rem;
    margin: 0px;
    line-height: 2;
    display: flex;
    align-items: start;
  gap:10px;
}

.textoPromocional1 .imgFlechas{
    width: 20px;

}
.textoPromocional .imgFlechas{
    width: 20px;

}.textoPromocional .imgMovil{
    width: 20px;

}
.textoPromocional .img5G{
    width: 20px;
  
}
  /* SECCION2***************************************************** */
  .imagenPortada {
    width: 100%;
    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;
  }
  
  /* MEDIA QUERIS ************************************************************************************/


  @media (max-width: 1400px) {

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

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

}
  @media (max-width: 1200px) {
    #bloque1 {
        padding-bottom: 20px;
    }

  
    /*  bloque2****************************** */
    #textoLegalPromo {
      padding-top: 20px;
      color: white;
      text-align: center;
    }
  
 
  }
  
  @media (max-width: 990px) {
    /*   BLOQUE1 **********************************************************/

  }
  
  @media (max-width: 765px) {
    /*   BLOQUE1 **********************************************************/
    .tituloPromo{
        font-size: 1rem;
    }
    
    .euros{
        font-size: 3rem;
    
    }
    .mes{
        font-size: 1.2rem;
    
    }
    
    .despues{
        font-size: 0.6rem;
        margin: 0px;
        margin-bottom: 10px;
      
    }
    .textoPromocional{
        font-size: 0.8rem;
        line-height: 2.5;
    
    }

    .textoPromocional1{
        font-size: 0.8rem;
        line-height: 2.5;
    
    }
      /* SECCION2***************************************************** */
  .imagenPortada {
    height: 300px;
 
  }
  
  
  }
  
  @media (max-width: 400px) {
    /*   BLOQUE1 **********************************************************/
  

  }
  @media (max-width: 385px) {
    /*   BLOQUE1 **********************************************************/
    .textoPromocional1{
        font-size: 0.8rem;
        line-height: 1.2;
        gap: 5px;
    
    }
    .textoPromocional{
      gap:5px
    
    }

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


  }
  