/* BLOQUE1***************************************** */
#bloque1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #187637;
}

h1,h2{
  font-size: 2rem;
  margin: 0px;
  background-color: white;
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 10px;
border-radius: 10px;
}
h1 span{
  color: #52a71a;
}

.cardInfo{
  width: 100%;
   display: flex;
   flex-direction: column;
   justify-content: start;
   align-items: start;
   margin-top: 20px;
}
.lista{
  font-size: 1.3rem;
  color: white;
  font-family: "Trade Regular";
  margin: 0px;
}
.lista i{
  color: #52a71a;
}
.negrita{
  font-family: "Trade Bold";
}

.cardDescuento{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.imgDescuento{
    width: 100%;
    height: 200px;
    background-image: url(../images/img283/descuento.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

   
  }


/* seccion2******************************************* */

#seccion2 {

  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

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

}




/* seccion3******************************************* */

#seccion3 {

  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.imgLuz {
  width: 100%;
  height: 350px;
  background-image: url(../images/img283/luzYgas.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: -300px;
}


/* seccion4******************************************** */
.containerForm{
  margin-top: -100px;
}


/* BLOQUE2 ********************************************** */

#bloque2 {
  width: 100%;
  background-color: #187637;
}
#textoLegalPromo {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7rem;
  color: rgb(255, 255, 255);
  padding-bottom: 20px;
  margin: 0px;
  
}




  /* MEDIA QUERIS ************************************************************************************/
  @media (max-width: 1400px) {
#bloque1 {
    padding-top: 20px;
    padding-bottom: 20px;
}
/* seccion2 */
.imagenPortada{
  margin-left: 0px;
}
/* seccion3 */
.imgLuz {
  margin-left: -100px;
}

}

@media (max-width: 1200px) {
  h1,h2{
    font-size: 1.8rem;
  }
  .lista{
    font-size: 1rem;

  }
/*  
  bloque2 *********************************************************************/
    #textoLegalPromo {
        margin-top: 20px;
      
      }

 /*      seccion4 *************************/
      .containerForm{
        margin-top: 0px;
      }
 
}

@media (max-width: 990px) {
  h1,h2{
    font-size: 1.5rem;
  }
  .lista{
    font-size: 0.8rem;

  }
  .imgDescuento {
    height: 150px;
  }
  .imagenPortada {
    height: 250px;
  }
  .imgLuz {
    height: 250px;
  }
}

@media (max-width: 765px) {
  /*   BLOQUE1 **********************************************************/
  h1,h2{
    font-size: 1.3rem;
    text-align: center;
    display: block;
  
  }
  .lista{
    font-size: 1rem;
    text-align: center;

  }
.cardInfo{
  margin-top: 5px;
  justify-content: center;
  align-items: center;
}
  .imgDescuento {
    height: 200px;
   background-position: left;
  }
  .imagenPortada {
    position: relative;
    height: 350px;
    margin-top: -230px;
    background-position: right;
    z-index: 2;
  }
  .imgLuz{
    position: relative;
    margin-left: 0px;
    background-position: right;
    margin-top: -65px;
    margin-bottom: 20px;
    z-index: 1;
  }

  /*   BLOQUE2 **********************************************************/
  #textoLegalPromo {
    margin-top: 0px;
    text-align: center;
  }
}

@media (max-width: 400px) {
  /*   BLOQUE1 **********************************************************/
  h1,h2{
    font-size: 1.1rem;
  
  
  }

  .imagenPortada {
    margin-top: -180px;
  }

}

@media (max-width: 360px) {
    /*   BLOQUE1 **********************************************************/
    .lista{
      font-size: 0.8rem;
  
    }
    .imagenPortada {
      margin-top: -150px;
    }

  }
  @media (max-width: 320px) {
    /*   BLOQUE1 **********************************************************/
    h1,h2{
      font-size: 1rem;
    
    
    }

    .imagenPortada {
      margin-top: -120px;
    }

  }