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

#bloque1{
    padding-top: 30px;
    background-color: var(--color-c5);
}
#seccion1{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
#seccion2{
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}
.cardPromo{
  width: 100%;
  height: auto;
  background-color: white;
  border-radius: 10px;
  border-top:20px solid  #ef3341;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
h1{
  text-align: center;
}
.cardFibraFixo{
 width: 100%;
 display: flex;
 justify-content: space-evenly;
 align-items: center;
 margin-top: 20px;
}

.cardFibraFixo .cajas{
  width: 130px;
  height: 120px;
  border-radius: 30px;
  border:1px solid black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.imagenPortada {
  width: 100%;
  height: 400px;
  background-image: var(--img-pc);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;

}
.icono1 {
  width: 40px;
  height: 40px;
  background-image: url(../images/iconos/icono-fibra.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;

}

.icono2 {
  width: 40px;
  height: 40px;
  background-image: url(../images/iconos/icono-fijo.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;

}

.imagenPortada {
  width: 100%;
  height: 500px;
  background-image: var(--img-pc);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;

}
.cardFibraFixo .cajas .texto1{
  font-size: 1.2rem;
  margin: 0px;
  line-height: 1.2;
}
.cardFibraFixo .cajas .texto2{
  font-size: 1.2rem;
  margin: 0px;
  line-height: 1.2;
  font-family: 'Renogare Bold';
}



.cardPrecio{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.cardPrecio .euros{
  font-size: 6rem;
  margin: 0px;
  line-height: 1;
  font-family: 'Renogare Bold';
}
 .mes{
  font-size: 2rem;
  margin: 0px;
  line-height: 1;
}
.despues{
  font-size: 1rem;
  margin: 0px;
  line-height: 1;

}

.containerForm{
  margin-bottom: 20px;
}


  
  /* BLOQUE2 ********************************************** */
  
  #bloque2 {
    width: 100%;
    background-color: var(--color-c12);
  
  }
  #textoLegalPromo {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.7rem;
    color:  var(--color-c1);
    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;

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

 
  }
  
  @media (max-width: 765px) {
    /*   BLOQUE1 **********************************************************/
    .cardFibraFixo{
    justify-content: space-around;
    }

    .cardFibraFixo .cajas{
      width: 120px;
      height: 100px;
    }
    .imagenPortada {
      height: 300px;
      margin-top: 20px;
      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 **********************************************************/
    .cardPromo{
      padding: 15px 5px;
    }
  }