#bloque1 {
    width: 100%;
    height: auto;
    background-color: #000000;
    padding: 0px;
    padding-top: 30px;
}

.titulo{
       color: #fb7900;
    font-size: 2rem;
    margin: 0px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.subTitulo{
    font-family: "Helvetica Neuer";
    color:white;
    font-size: 1.5rem;
    margin: 0px;
    line-height: 1;
}
.textoPlazos{
    font-size: 1rem;
    line-height: 1.2;
    color: white;
    background-color: #fb7900;
    margin-top: 30px;
    padding: 10px 15px;
    display: inline-block;
}
.desde{
        font-size: 1.5rem;
        margin: 0px;
    line-height: 1;
    color: white;
    margin-top: 20px;
}
.euros{
       font-size: 5rem;
        margin: 0px;
    line-height: 1;
   color:#fb7900;
   margin-bottom: 10px;
}
.euros span{
    font-size: 2.5rem;
}

.durante{
        font-family: "Helvetica Neuer";
        font-size: 1rem;
        margin: 0px;
        line-height: 1.5;
        color:white;
}




/* SECCION2.......................... */
#seccion2{
margin-top: -120px;
}

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

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

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


/* MEDIAQUERIS.............................. */

@media (max-width: 1200px) {
    .containerForm{
  margin-top: 0px;
}
}

@media (max-width: 767px) {
    #seccion1{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .titulo{
        font-size: 1.5rem;
        margin-bottom: 10px;
    }
    .subTitulo {
        font-size: 1.2rem;
    }
    .textoPlazos{
        width: 100%;
        display: block;
        text-align: center;
        font-size: 1.2rem;
    }

    /* SECCION2.......................... */
#seccion2{
margin-top: 0px;
}
.imagenPortada{
    height: 311px;
    background-image: var(--img-movil);
    margin-top: 20px;
 
}

}



@media (max-width: 360px) {
    .titulo{
        font-size: 1.3rem;
    
    }
        .subTitulo {
        font-size: 1.1rem;
    }
        .euros{
        font-size: 4rem;
    }
    .euros span{
        font-size: 2rem;
    }
    .durante{
        font-size: 1rem;
    }
    .desde{
        font-size: 1.5rem;
    }
}

@media (max-width: 320px) {
    .titulo{
        font-size: 1.1rem;
    
    }
            .subTitulo {
        font-size: 1rem;
    }
    .imagenPortada{
    height: 280px;

 
}
}