#bloque1{
    padding-top: 30px;
}

.tituloPromo{
    font-size: 2.5rem;
    color:#fb7900;
    margin: 0px;
    line-height: 1.5;
}

.subTituloPromo{
     font-size: 2.3rem;
    color: white;
    margin: 0px;
    line-height: 1.5;
}

/* SECCION1....................... */

.cardPrecioPromo{
    width: 80%;
    border:1px solid #fb7900;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 0px;
}
.textoPor{
    font-size: 1.5rem;
    margin: 0px;
    line-height: 1;
      margin-bottom: 20px;
    color: white;
  
}
.textoEuros{
     font-size: 5rem;
    color:#fb7900;
    margin: 0px;
    line-height: 0.5; 
    margin-bottom: 20px;
}

.textoEuros span{
     font-size: 2.5rem;

}

.textoMeses{
font-size: 1.2rem;
    color: white;
    margin: 0px;
    list-style: 1;
}

.textoPago{
    font-size: 1rem;
    color: white;
       margin: 0px;
    list-style: 1;
    font-family: "Helvetica Neuer";
}

.textoContratando{
       font-size: 1rem;
    color:#fb7900;
    margin: 0px;
    line-height: 1; 
  margin-bottom: 10px;
}

.textoPromocional{
       font-size: 0.8rem;
    color: white;
    margin: 0px;
    line-height: 1.2; 
    font-family: "Helvetica Neuer";
}

/* SECCION2....................... */

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








/* FORMULARIO...................... */
#seccion3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.containerForm{
    margin-top: -80px;
}
  #letras {
      margin-top: 0px;
    }


/* OPCIONES.......................... */

.cardOpciones{
    background-color: #fb7900;
 

}

.cardTextoPromocion{
    background-color: white;

}

.textoOpciones{
    font-size: 1.8rem;
    color:white;
    margin: 0px;
    line-height: 1.2;
    text-align: center;
       padding-top: 20px;
    padding-bottom: 20px;
}

.textoPromocion{
      font-size: 0.8rem;
    color:black;
    margin: 0px;
    line-height: 1.2;
       padding-top: 20px;
    padding-bottom: 20px;
    font-family: "Helvetica Neuer";
}







/* MEDIAQUERIS.........................*/
  @media (max-width: 1400px) {
.textoContratando{
       font-size: 0.9rem;
       margin-bottom: 5px;
}

.textoPromocional{
 font-size: 0.7rem;
}


/* OPCIONES.......................... */
.textoOpciones{
    font-size: 1.6rem;
}
.textoPromocion{
      font-size: 0.7rem;

  }
  }





  @media (max-width: 1200px) {

    #bloque1{
        padding-top: 20px;
        padding-bottom: 20px;
    }
/* FORMULARIO...................... */

.containerForm{
    margin-top: 0px;
}
#footerContainer{
    padding: 20px 10px;
    padding-bottom: 50px;
}

/* OPCIONES.......................... */
.textoOpciones{
    font-size: 1.4rem;
}

  
}







@media (max-width: 990px) {

.textoContratando{
       font-size: 0.8rem;
       margin-bottom: 5px;
}

.textoPromocional{
 font-size: 0.6rem;
}



}


@media (max-width: 765px) {

.tituloPromo{
    font-size: 2rem;
 text-align: center;
 line-height: 1.2;
}
.subTituloPromo{
    font-size: 2rem;
    text-align: center;
     line-height: 1;
}
/* SECCION1......................... */

.cardPrecioPromo{
    width: 100%;
     line-height: 1.2;
}

.textoContratando{
       font-size: 1rem;
       margin-bottom: 5px;
       text-align: center;
}

.textoPromocional{
 font-size: 0.8rem;
     text-align: center;
     line-height: 1.3;
}

/* SECCION2....................... */

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





/* FORMULARIO...................... */

.containerForm{
    margin-top: 0px;
}

/* OPCIONES.......................... */
.textoOpciones{
    font-size: 1.2rem;
}
.textoPromocion{
      font-size: 0.8rem;
      text-align: center;

  }



  }








@media (max-width: 400px) {
.textoContratando{
       font-size: 0.9rem;
       margin-bottom: 5px;
}

.textoPromocional{
 font-size: 0.7rem;
}
/* OPCIONES.......................... */
.textoOpciones{
    font-size: 1rem;
}

}






  @media (max-width: 360px) {
.tituloPromo{
    font-size: 1.8rem;

}
.subTituloPromo{
    font-size: 1.8rem;

}
.textoContratando{
       font-size: 0.8rem;
       margin-bottom: 5px;
}

.textoPromocional{
 font-size: 0.6rem;
}


  }


  @media (max-width: 320px) {
.tituloPromo{
    font-size: 1.6rem;

}
.subTituloPromo{
    font-size: 1.6rem;

}
.imagenPortada{
    margin-top: 10px;
    margin-bottom: 10px;
}

  }