.button-lg-reserva {
    padding: 8px 30px;
    font-size: 13px;
    line-height: 1;
    float: left;
    left: 0;
    margin-top: 0.3em;
}

.form-input-reserva {
    min-height: 20px;
    padding: 6px 15px;
    font-size: 14px;
    font-weight: 300;
    line-height: 27px;
    letter-spacing: .035em;
    color: #151515;
    background-color: #f5f5f5;
    background-image: none;
    border-radius: 5px;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    border: 2px solid #e9b817;
    align-self: center;
    float: left;
}

.contenedor-selector {
    z-index: 3 !important;
    top: 0px;
    float: left;
    border: solid red 1px;
    width: 25%;
}

#contenedor_reservas {
    left: 2em;
    top: 130px;
    z-index: 999;
}

.menuparque {
    background-color: #75b266;
}

.menuparque:hover {
    background-color: #e9a824;
    padding: 1.5rem !important;
}

@media(max-width: 1600px) {
    #reservas_selector {
        padding: 0 10px;
    }
    #reservas_selector .top_bloque .titulo {
        font-size: 16px;
        margin: 5px;
    }
    #reservas_selector .cuerpo_bloque .rsv_fecha {
        margin: 9px 2%;
        width: 100%;
    }
    #reservas_selector .cuerpo_bloque .fijar_fechas {
        font-size: 13px;
    }
}

.box-creative-icon-horario {
    position: relative;
    top: 10px;
    padding-right: 0px;
    font-size: 45px;
    line-height: 1;
    color: #e9a824;
    z-index: 1;
}