

/* BLOQUE1 ******************************************************************************************* 

#bloque1{
  width: 100%;
  height: auto;
  padding-top: 30px;
background-color: var(--color-c1);
}

#seccion{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
 SECCION1********************************************* 

h1{
  font-size: 1.8rem;
  font-family: "Walsheim Black";
  margin: 0px;
  line-height: 1.2;
}


h2{
  font-family: "Walsheim Regular";
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.cardNegra{
  width: 100%;
  height: 180px;
 display: flex;
 justify-content: center;
 align-items: center;
  background-color: black;
  margin-bottom: 10px;
 
}
.cardText{
  width: 90%;
}

.linea{
  color:white;
  margin: 0px;
  line-height: 1.5;
  font-size: 1.5rem;
  font-family: "Walsheim Regular";
 
}
.linea span{
  font-family: "Walsheim Black";
}

.cardBlanca{
  width: 100%;
  height: 180px;
  background-color: white;
  border:2px dashed black;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.llevate{
  line-height: 1.8;
  font-size: 1.5rem;
  margin: 0px;
  list-style: 1;
  font-family: "Walsheim Regular";
  margin-top: 10px;
}
.carEuros{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.euros{
  font-family: "Walsheim Black";
  font-size: 6rem;
  margin: 0px;
  line-height: 1;
  margin-top: -10px;
}
.span1{
  font-size: 3rem;
  margin: 0px;
  line-height: 1;
  font-family: "Walsheim Black";
  margin-top: -40px;
}
.span2{
  font-size: 2rem;
  margin: 0px;
  line-height: 1;
  font-family: "Walsheim Black";
  margin-top: -40px;
}
.iva{
  font-size: 1rem;
  margin: 0px;
  line-height: 1;
  margin-top: -30px;
  margin-bottom: 10px;
}
.durante{
  font-size: 0.8rem;
  margin: 0px;
  line-height: 1.2;
}
/* SECCION2********************************************* 

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

/* FORMULARIO......................... 
.textForm{
  background-color: var(--color-c1);
}
.textForm span{
  background-color: white;;
}

/* BLOQUE3 *******************************************************************************************
#bloque3{
  padding-top: 20px;
  padding-bottom: 20px;
}
.condiciones{
font-size: 0.8rem;
margin: 0px;
line-height: 1.5;
}


/* MEDIA QUERIS ***********************************************************************************


@media (max-width: 1400px) {


}
@media (max-width: 1200px) {


  #seccion{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
  
  }
  
h1,h2{
  font-size: 1.6rem;
}
.linea{
  font-size: 1.3rem;
}
.cardNegra{
  height: 150px;
}

}

@media (max-width: 990px) {




}




@media (max-width: 765px) {

  #bloque1{
 
    padding-top: 20px;

  }


 /* SECCION2********************************************* 

.imagenPortada{
  width: 100%;
  height: 381px;
  background-image: var(--img-movil);

}
.cardNegra{
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.cardBlanca{
  height: auto;
  padding-bottom: 10px;
}

.containerForm{
 margin-top: -20px;
}
 
}

@media (max-width: 600px) {
 
  h1,h2{
    font-size: 1.4rem;
  }
  .linea{
    font-size: 1.2rem;
  }
 
 
}


@media (max-width: 360px) {
 
  h1,h2{
    font-size: 1.3rem;
  }
  .linea{
    font-size: 1.1rem;
  }
  .llevate{
    font-size: 1.3rem;
  }
  .euros{
    font-size: 5rem;

  }
  .span1{
    font-size: 2.5rem;
  }
  .span2{
    font-size: 1.5rem;
  }
  .iva{
    font-size: 1rem;
    margin-top: -15px;
    margin-bottom: 5px;
  }
  .durante{
    font-size: 0.8rem;
   
  }
 
}

@media (max-width: 320px) {
 
  h1,h2{
    font-size: 1.1rem;
  }
  .linea{
    font-size: 1rem;
  }

 
}*/



#bloque1{
    
  background-image: url(/images/img40/fondo-xxl.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
padding-top: 30px;
}


#seccion1 ,#seccion2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


/* seccion1...................................... */
.tituloPromo{
    font-size: 1.8rem;
    color:black;
    margin: 0px;
    line-height: 1;
    text-align: center;
    margin-bottom: 10px;
}
.subTituloPromo{
      font-family: "Walsheim Bold";
      font-size: 2rem;
      margin: 0px;
      line-height: 1;
      text-align: center;
      color:black;
      margin-bottom: 20px;
}
.cardPromo{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cardPromoTop{
    width: 100%;
    background-color: black;
    padding: 10px;
    margin-bottom: 5px;
}
.textoSmartphone{
    font-size: 1.2rem;
    margin: 0px;
    line-height: 1.2;
    text-align: center;
    color:white;
     font-family: "Walsheim Regular";
     
}

.textoIphone{
  font-weight: 700;
    font-size: 1.5rem;
    margin: 0px;
    line-height: 1.2;
    text-align: center;
    color:white;
}


.cardPromoCenter{
    width: 100%;
    background-color: white;
    border: 2px dashed black;
    padding: 10px;
    margin-bottom: 5px;
}

.euros{
    color:black;
    font-size: 5rem;
    margin: 0px;
    line-height: 0.5;
    font-family: "Walsheim Bold";
    padding: 10px 0px;
}
.centimos{
    color:black;
    font-size: 2.5rem;
    margin: 0px;
    line-height: 0.5;
    font-family: "Walsheim Bold";
   padding: 10px 0px;
}
.centimos span{
     font-size: 2rem;
}

.textoIncluido{
    font-family: "Walsheim Regular";
    font-size: 1.2rem; 
    margin: 0px;
    line-height: 1;
    text-align: center;
    margin-top: 5px;
}
.cardBottom{
    width: 100%;
    border: 2px solid grey;
    padding: 10px;
}
.contratando{
    font-family: "Walsheim Regular";
    font-size: 1.2rem; 
    margin: 0px;
    line-height: 1.2;
}
.textoIlimitadas{
 font-family: "Walsheim Regular";
    font-size: 1.3rem; 
    margin: 0px;
    line-height: 1.2;
    margin-bottom: 5px;
}
.textoIlimitadas span{
 font-family: "Avenir Next Bold";
}

.cardPorSolo{
    width: 100%;
    padding: 10px;
    background-color: black;
    position: relative;
}

.euros2{
    color:white;
    font-size: 3rem;
    margin: 0px;
    line-height: 0.5;
    font-family: "Walsheim Bold";
    padding: 10px 0px;
}
.centimos2{
    color:white;
    font-size: 1.5rem;
    margin: 0px;
    line-height: 0.5;
    font-family: "Walsheim Bold";
   padding: 10px 0px;
}
.centimos2 span{
     font-size: 1rem;
}

.textoIncluido2{
    color: white;
    font-family: "Walsheim Regular";
    font-size: 0.8rem; 
    margin: 0px;
    line-height: 1;
    text-align: center;
    margin-top: -15px;
}

.textoPorsolo{
    color: white;
    font-family: "Walsheim Regular";
    font-size: 0.7rem; 
    margin: 0px;
    line-height: 1; 
  margin-left: 15%;
  margin-top: 5px;
   position: absolute;
}




/* seccion2...................................... */

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



/* FORMULARIO............................... */
.textForm{
    background-color: var(--color-c1);
}

.textForm span{
    background: white;
}


.fixed{
    background-color: white;
}


/* CONDICIONES PROMO...................... */
#bloque3 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.condiciones {
    font-size: 0.8rem;
    margin: 0px;
    line-height: 1.5;
}



/* MEDIA QUERIS ************************************************************************************/
@media (max-width: 1200px) {

    #bloque1{
        padding-top: 20px;
       padding-bottom: 20px;
    }
}

@media (max-width: 990px) {
.tituloPromo{
    font-size: 1.5rem;
}
.subTituloPromo{
    font-size: 1.8rem;
}
.euros{
    font-size: 4rem;
}
.centimos{
    font-size: 2rem;
}
.centimos span{
    font-size: 1.8rem;
}

.textoPorsolo{
  margin-left: 10%;

}

}


@media (max-width: 750px) {
.textoPorsolo{
  margin-left: 8%;

}
.contratando {
 font-size: 1rem;
}
.textoIlimitadas{
    font-size: 1.1rem;
}
/* seccion2...................................... */

.imagenPortada{
    width: 100%;
    height: 321px;
background-image: var(--img-movil);
margin-bottom: 20px;

}


}

@media (max-width: 400px) {
.textoPorsolo{
  margin-left: 2%;

}
.contratando {
 font-size: 0.8rem;
}
.textoIlimitadas{
    font-size: 0.9rem;
}

}

@media (max-width: 380px) {
.tituloPromo{
    font-size: 1.3rem;
}
.subTituloPromo{
    font-size: 1.6rem;
}
.imagenPortada{
    width: 100%;
    height: 280px;


}

}


@media (max-width: 320px) {
.tituloPromo{
    font-size: 1.1rem;
}
.subTituloPromo{
    font-size: 1.4rem;
}

.textoPorsolo{
    font-size: 0.5rem;
  margin-left: 0%;

}
.contratando {
 font-size: 0.6rem;
}
.textoIlimitadas{
    font-size: 0.7rem;
}
.imagenPortada{
    width: 100%;
    height: 300px;


}


}