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

#bloque1 {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: var(--color-c13);
  }
  
  h1 {
    font-family: 'Renogare Bold';
    color: black;
    margin-bottom: 30px;
  }
  
  /* SECCION1**************************************************** */
  
  .containerPromo{
    width: 100%;
    height: auto;
    background-color: white;
  border-radius: 15px;
  border-top: 20px solid var(--color-c8);
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  box-shadow: 0px 5px 10px -5px black;
  }
  
  .tituloPromo{
    font-size: 1.5rem;
    margin: 0px;
    
  }
  
  .cardPrecioPromo{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }
  
  .euroPromo{
    font-size: 6rem;
    margin: 0px;
    line-height: 1;
    font-family: "Renogare Bold";
  }
  
  .mesPromo{
    font-family: "Renogare Bold";
    font-size: 2rem;
    margin: 0px;
    line-height: 1.2;
  }
  
  .durantePromo{
    font-size: 1rem;
    margin: 0px;
    margin-bottom: 30px;
  }
  .containerProductos{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
  .textoProductos{
    font-size: 1.5rem;
    margin: 0px;
    margin-bottom: 10px;
    
  }
  .textoProductos .icono1{
    width: 28px;
    margin-right: 5px;
  }
  .textoProductos .icono2{
    width: 24px;
    margin-right: 8px;
  }
  .textoLinea{
    font-family: "Renogare Bold";
    font-size: 1rem;
    margin: 0px;
    background-color: var(--color-c10);
    color: var(--color-c11);
    padding: 5px 15px;
    border-radius: 30px;
    margin-top: 10px;
  }
  
  /* seccion2************************************************** */
  
  #seccion2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .imagenPortada {
    width: 100%;
    height: 395px;
    background-image: var(--img-pc);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  
  .cajaPrecioDispositivo {
    width: 65%;
    height: auto;
    background-color: var(--color-c8);
    margin-top: 10px;
    border-radius: 10px;
    padding: 5px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
      box-shadow: 0px 5px 10px -5px black;
  }
  .cajaPrecioDispositivo .euros {
    font-size: 5rem;
    font-family: "Renogare Bold";
    margin: 0px;
    line-height: 1;
    color: white;
  }
  .cajaPrecioDispositivo .euros .mes {
    font-size: 2rem;
  }
  .cajaPrecioDispositivo .durante {
    font-size: 1rem;
    margin: 0px;
    color: white;
  }

    .textoTarifa{
    width: 100%;
    font-size: 1.5rem;
    background-color: var(--color-c1);
    color:white;
    margin: 0px;
    line-height: 1;
    text-align: center;
    border-radius: 5px;
    padding: 10px 5px;
    margin-top: 20px;
    box-shadow: 0px 5px 10px -5px black;
  }
  /* BLOQUE2 ********************************************** */
  
  #bloque2 {
    width: 100%;
    background-color: var(--color-c13);
    
  }
  #textoLegalPromo {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.7rem;
    color: black;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0px;
  }
  


/*   FORMULARIO */



  .textForm{
background-color: var(--color-c5);
  }
  .formulario {
    background-color: var(--color-c5);
  }

  #oForm .inputname, #oForm .inputnum, #oForm .inputmail {
    background-color: white !important;
  }

.informate, .DejaTuTel, .control-checkbox, .control-checkbox a, .ssl::after, form .ssl{
  color:var(--color-c2) !important;
}




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

#bloque3{
  background-color:#fce6e8;
}

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














  /* MEDIA QUERIS ************************************************************************************/
  @media (max-width: 1400px) {
  
  /*   BLOQUE1 **********************************************************/
  
  
  
  /* SECCION1******************************************* */
  
  
    /*   SECCION2**************************************************************** */
    .cajaPrecioDispositivo {
      width: 75%;
    }
  }
  @media (max-width: 1200px) {
   /*   BLOQUE1 **********************************************************/
  
  /* SECCION1******************************************* */
  
  
    /*   SECCION2**************************************************************** */
  
  
  
  
  
  
    /*  bloque2****************************** */
    #textoLegalPromo {
      padding-top: 20px;
    
    }
  }
  
  @media (max-width: 990px) {
   /*   BLOQUE1 **********************************************************/
  
  /* SECCION1******************************************* */
  
  
    /*   SECCION2**************************************************************** */

    .cajaPrecioDispositivo {
      width: 100%;
    }
  }
  
  @media (max-width: 765px) {
    /*   BLOQUE1 **********************************************************/
    #bloque1 {
      padding-top: 20px;
      padding-bottom: 20px;
    
    }
    h1{
      margin-bottom: 20px;
      text-align: center;
    }
  /* SECCION1******************************************* */
  .containerPromo{
    margin-top: 20px;
  margin-bottom: 20px;
  }
      .imagenPortada {
      width: 100%;
      height: 250px;
    }
  
  
  
  /*   SECCION2**************************************************************** */
    .cajaPrecioDispositivo {
     margin-top: 20px;
     background-color: white;
    }
    .cajaPrecioDispositivo .euros{
      color:black
    }
    .cajaPrecioDispositivo .durante{
      color:black;
    }

    .cardSmartphoneName{
      width: 100%;
      background-color: var(--color-c8) ;
   padding: 10px;
   border-radius: 10px 10px 0px 0px;
    }
  .TextoSmarphone{
    color:white;
    font-size: 1.5rem;
    margin: 0px;
    line-height: 1;
    text-align: center;
  }
    /*  bloque2****************************** */
    #textoLegalPromo {
    
      text-align: center;
    }
  }
  
  @media (max-width: 400px) {
    /*   BLOQUE1 **********************************************************/
  /* SECCION1******************************************* */
  
    /*   SECCION2**************************************************************** */

    .textoTarifa{
      font-size: 1.3rem;
    }
  }
  @media (max-width: 360px) {
    /*   BLOQUE1 **********************************************************/
    /* SECCION1******************************************* */
    .tituloPromo{
      font-size: 1.3rem;
    }
    .textoProductos{
      font-size: 1.3rem;
      
    }
  }
  @media (max-width: 320px) {
    /*   BLOQUE1 **********************************************************/
  /* SECCION1******************************************* */
  
  
    /*   SECCION2**************************************************************** */
    .cajaPrecioDispositivo {
      width: 100%;
    }
  }
  