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

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


.contenedorPromo{
    width: 100%;
height: auto;

}
  
.cajasPromo{
    width: 100%;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 5px 10px -5px black;
    margin-bottom: 10px;
    border-top: 15px solid var(--color-c8);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
  
.cardPromoPrecio{
    width: 60%;
    border-right: 1px solid black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
  
.cardPromoMovil{
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
} 
  
  
.ilimitados{
    font-size: 1rem;
    margin: 0px;
line-height: 1.2;
text-align: center;
}

.euros{
   
    font-family: 'Renogare Bold';
    font-size: 3.5rem;
    margin: 0px;
    line-height: 1.3;
}

.mes{
    font-family: 'Renogare Bold';
    font-size: 1.5rem;
    margin: 0px;
    line-height: 1;
}
.despues{
    font-size: 0.6rem;
    margin: 0px;
line-height: 1;
text-align: center;
}


.cardCobertura{
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 10px;
}

.icon1{
    width: 20px;
    height: 20px;
    background-image: url(../images/iconos/dos-flechas.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.icon2{
    width: 20px;
    height: 20px;
    background-image: url(../images/iconos/telefono-movil.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.icon3{
    width: 15px;
    height: 15px;
    background-image: url(../images/iconos/banda-ancha.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.textCobertura{
    font-size: 0.8rem;
    margin: 0px;
line-height: 1;
margin-left: 10px;

}
.textblack{
    font-family: 'Renogare Bold';
}
.tarifas{
    font-family: 'Renogare Bold';
    font-size: 1.2rem;
    margin: 0px;
line-height: 1.2;
text-align: center;
margin-top: 20px;
margin-bottom:20px;
}

  /* seccion2***************************************** */
  #seccion2{
    display: flex;
    justify-content: center;
    align-items: end;
  }
  .imagenPortada {
    width: 100%;
    height: 400px;
    background-image: var(--img-pc);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
  }
  
  /* BLOQUE2 ********************************************** */
  
  #bloque2 {
    width: 100%;
    background-color: var(--color-c12);
  }
  #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: 1290px) {
  }
  @media (max-width: 1200px) {
    /*   BLOQUE1 **********************************************************/
    #bloque1 {
        padding-top: 20px;
        padding-bottom: 20px;
    
      }
    .ilimitados{
        font-size: 0.8rem;
    }
    .cardCobertura{
        padding: 5px;
    }
    .textCobertura{
  font-size: 0.7rem;
    margin-left: 5px;
    
    }
    /*  bloque2****************************** */
    #textoLegalPromo {
      padding-top: 20px;
      color:black;
      text-align: center;
    
    }
  }
  
  @media (max-width: 990px) {
      /*   BLOQUE1 **********************************************************/

  }
  
  @media (max-width: 765px) {
    /*   BLOQUE1 **********************************************************/
    .imagenPortada{
    height: 300px;
    margin-bottom: 20px;
    }
    /*  bloque2****************************** */
    #textoLegalPromo {
      padding-top: 0px;
      text-align: center;
    }
  }
  
  @media (max-width: 400px) {
    /*   BLOQUE1 **********************************************************/
  }
  @media (max-width: 360px) {
    /*   BLOQUE1 **********************************************************/
  }
  @media (max-width: 320px) {
    /*   BLOQUE1 **********************************************************/
  }
  