#bloque1 {
    
    background-image: url(../images/img354/fondoPromo.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  /* SECCION1******************************************** */
  #seccion1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .containerPortada {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .cardTitulo {
    width: 100%;
    margin-bottom: 10px;
  }
  .cardPromocion {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  h1 {
    text-align: center;
    font-size: 1.8rem;
    color: white;
    margin: 0px;
    line-height: 1.3;
  
  }

  .circulo{
    width: 150px;
    height: 150px;
   background-color: white;
   border-radius: 500px;
   margin-top: 10px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
  }
.cardEuros{
  display: flex;
  justify-content: center;
  align-items: center;
}
  .cardMes{
    display: flex;
    flex-direction: column;
  justify-content: center;
  align-items: start;
  }
  .desde{
    font-size: 1.2rem;
    font-weight: 500;
    margin: 0px;
    line-height: 1;
  }
  .euros{
    font-size: 5rem;
    font-weight: 700;
    margin: 0px;
    line-height: 1;
  }
  .simbolo{
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0px;
    line-height: 1;
  }
  .mes{
    font-size: 1rem;
    font-weight: 400;
    margin: 0px;
    line-height: 1;
  }
  /* SECCION2****************************************** */
  
  #seccion2 {
    display: flex;
    justify-content: center;
    align-items: end;
  }
  .imagenPortada {
    width: 100%;
    height: 400px;
    background-image: var(--img-pc);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
  }
  
  /* FORMULARIO**************************** */
  #seccion3 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .containerForm {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  /* BLOQUE2************************************* */
  
  #bloque2 {
    background-color: #eeeeee;
  }
  
  #textoLegalPromo {
    font-size: 0.6rem;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  h3 {
    font-size: 2rem;
    font-weight: 700;
    color: black;
    margin: 0px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  h3 span {
    color: white;
    background-color: var(--color-c5);
    padding: 0px 10px;
  }
  .sinLimites {
    font-size: 1rem;
    font-weight: 300;
    color: black;
    margin: 0px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .sinLimites span {
    font-weight: 800;
  }
  #bannerSeccion2 {
    display: flex;
    justify-content: center;
    align-items: end;
  }
  .imagenBanner {
    width: 100%;
    height: 150px;
    background-image: url(../images/imgBanner/imgBanner.webp);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
  }
  
  /* BLOQUE CAJAS******************************** */
  h2{
    font-size: 1.5rem;
    font-weight: 500;
    margin: 0px;
    line-height: 1.2;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #cajasSecion{
    margin-bottom: 20px;
  }
  .cardCajas{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding: 20px;
    border:1px solid black;
    margin-bottom: 20px;
  }
  .cardCajas img{
    width: 100%;
    object-fit: contain;
  }
.cardTextoCajas{
  width: 100%;
  margin-top: 20px;
}
  .tituloCajas{
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0px;
    line-height: 1;
    margin-bottom: 10px;
  }
  .textoCajas{
    font-size: 1rem;
    margin: 0px;
    line-height: 1.2;
  }

.cajaPrecio{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
  margin-top: 20px;
  margin-bottom: 20px;
}

.tituloPrecioCard{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;

}

.dispositovos{
  font-size: 1rem;
  font-weight: 700;
  margin: 0px;
  line-height: 1.2;
}
.simultaneos{
  font-size: 1rem;
  font-weight: 400;
  margin: 0px;
  line-height: 1.2;
}
.cardEuros{
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.cardMes{
  display: flex;
  flex-direction: column;
justify-content: center;
align-items: start;
}

.euros{
  font-size: 4rem;
  font-weight: 700;
  margin: 0px;
  line-height: 1;
}
.simbolo{
  font-size: 2rem;
  font-weight: 700;
  margin: 0px;
  line-height: 1;
}

.mes{
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0px;
  line-height: 1.2;
}

.info{
  width: 100%;
  border: none;
  background-color: black;
  color:white;
  border-radius: 20px;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 5px 0px;
}

.cardInfo{
  width: 100%;
  background-color: black;
  margin-top: 20px;
  padding: 10px;
}
.textoCardInfo{
  text-align: center;
  font-size: 1rem;
  margin: 0px;
  line-height: 1.2;
  color:white;
}
  /* MEDIAQUERIS********************************* */
  
  @media (max-width: 1400px) {
    h1 {
      font-size: 1.5rem;
    }
  }
  
  @media (max-width: 1200px) {
      /*seccion1********************************* */
  .containerPortada{
    margin-top: 20px;
 }
    /* SECCION2********************************* */
    .imagenPortada {
      height: 300px;
      margin-top: 20px;
    }
    /*FORMULARIO**********************/
    .containerForm {
      margin-top: 0px;
    }
    /*    BLOQUE2******************************* */
    h3 {
      font-size: 1.8rem;
    }
    .imagenBanner {
      height: 100px;
    }
  }
  
  @media (max-width: 990px) {
    /*  SECCION1******************************* */

  
    h1 {
      font-size: 1.3rem;
    }
  
    /*    BLOQUE2******************************* */
    h3 {
      font-size: 1.5rem;
    }
  }
  
  @media (max-width: 765px) {
    /*  SECCION1******************************* */
  
    h1 {
      font-size: 1.5rem;
      text-align: start;
    }
    .containerPortada{
      align-items: start;
    }
    /* SECCION2********************************* */
  
    #seccion2 {
      margin-top: -100px;
    }
    .imagenPortada {
      height: 250px;
      background-position: bottom right;
      margin-top: 0px;
    }
  
    /*    BLOQUE2******************************* */
    #textoLegalPromo {
      text-align: center;
    }
    h3 {
      text-align: center;
    }
    .sinLimites {
      text-align: center;
    }
    .imagenBanner {
      height: 150px;
    }
  }
  
  @media (max-width: 400px) {
 
  }
  
  @media (max-width: 360px) {
  }
  