.sectionInscripcionExpositor{

    background-image: url(../assets/images/fondoexpositor.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 180px;
}

.seccion-reserva{
    padding: 60px 0px 0px 0px;
    background: #f4f4f6;
}

.seccion-reserva .img-lenca{
    width: 100%;
    object-fit: cover;

}

.seccion-reserva h2{
    font-family: 'Gilroy-Regular';
    color: #5C5C5C;
    font-size: 40px;
    text-align: center;
    margin-top: -6%;
} 

.seccion-reserva h2 span{
    font-family: 'Gilroy-Black';
}

label.error {
    color: red;
    font-size: 1rem;
    display: block;
    margin-top: 5px;
}
@media (max-width:575px){

    .seccion-reserva h2{
        margin-top: 0 !important;
    }
}

@media (max-width:600px){
    .seccion-reserva h2{
        font-size: x-large !important ;
        
    }

}

@media (max-width:767px){
    .sectionInscripcionExpositor{
        height: 130px;
    }
}

@media (max-width:1260px){
    .seccion-reserva h2{
        font-size: xx-large
    }
}