
/* Shortcode reservas */
.container-form-reservas {
    margin-left: auto;
    margin-right: auto;
    background-color: #f7f7f7 !important;
    padding: 35px;
}

.container-form-reservas .form-reserva{
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.container-form-reservas  .form-reserva input, .form-reserva select{
    width: 100%;
    height: 30px;
    text-align: center;
}

.container-form-reservas  .form-reserva button{
    width: 100%;
    height: 50px;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.container-form-reservas  .form-reserva .boton_buscar{
    background: var(--the7-btn-bg,#598d3f);
    color: white;
    font-size: 18px;
    border: 1px solid #5f9434;
    transition: 0.3s;
}

.container-form-reservas  .form-reserva .boton_buscar:hover{
    background-color: #5f9434;
    background: var(--the7-btn-hover-bg,transparent linear-gradient(135deg, #5bb32f 30%, #598d3f 100%));
    color: #f7f7f7;
    transition: 0.3s;
}

.container-form-reservas input, .container-form-reservas label, .container-form-reservas select {
    display:block;
    background-color: white;
    border: 0;
    border: 1px solid #598d3f;
    border-top: 0;
}

.container-form-reservas input,.container-form-reservas label, .container-form-reservas select{
    font-weight: bold;
}

.container-form-reservas label{
    color: #598d3f;
    padding-top: 5px;
    font-size: 14px;
    border: 0;
    border: 1px solid #598d3f;
    border-bottom: 0;
    text-transform: uppercase;
    text-align: center;
}
