#contenedor.paso_1 .p_total,
#contenedor.paso_1 #p_total {
    margin-right: 3%;
    line-height: 1.25em;
    letter-spacing: 0px;
}

#contenedor.paso_1 #p_total_cena {
    display: inline-block;
}

#contenedor.paso_1 #p_total_show {
    display: none;
}

#contenedor.paso_1 #p_total_nochevieja,
#contenedor.paso_1 .texto_reservas_nochevieja {
    display: none;
}

#contenedor.paso_1 .variants {
    overflow: hidden;
    display: block;
    clear: both;
    float: none;
}

#contenedor.paso_1 .type_ticket {
    border-top: 1px solid #DFDFDF;
    overflow: hidden;
    margin-top: 28px;
}

#contenedor.paso_1 .res_time_container {
    text-align: left;
}

#contenedor.paso_1 .res_time {
    display: inline-block;
    font-size: 28px;
    margin-right: 20px;
}

#contenedor.paso_1 .res_time label {
    cursor: pointer;
    font-weight: normal;
    color: #000;
}

#contenedor.paso_1 .res_time_container input[type='radio'] {
    margin: 0 12px 0 0;
}

#minus,
#plus {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#contenedor.paso_1 #contenedor_reservas {
    width: 90%;
    display: block;
    margin: auto;
    background-color: #f2f2f2;
    overflow: hidden;
    max-width: 1150px;
}

#contenedor.paso_1 .continuar {
    float: right;
    margin-right: -6px !important;
}

#contenedor.paso_1 #texto_reservas {
    margin: 0 auto 50px;
    max-width: 510px;
}

#contenedor.paso_1 h1 {
    max-width: 790px;
    text-align: center;
    margin: 0 auto 30px;
}

#contenedor.paso_1 h1 span {
    display: block;
    font-size: 24px;
    text-transform: uppercase;
    color: #c9b375;
    font-weight: bold;
}

#contenedor.paso_1 #texto_reservas p {
    font-size: 12pt;
    line-height: 1.25em;
    letter-spacing: 1px;
    text-align: center;
    display: block;
    margin: auto;
    width: 65%;
}

.section_form_reservas {
    margin-bottom: 20px;
    padding: 28px;
    display: inline-block;
    width: 100%;
}

#contenedor.paso_1 .sumary_form {
    background-color: #C9B375 !important;
    color: #fff;
    font-weight: bold;
}

#contenedor.paso_1 .summary_sec_form {
    width: 75%;
    float: left;
    background-color: transparent;
    font-size: 28px;
    color: #A09F9F;
    text-align: left;
}

#contenedor.paso_1 .summary_sec_form p,
#reservas_paso1_resumen p {
    color: #FFF;
    padding: 0;
}

#reservas_paso1_resumen .explicacion {
    font-size: 16px;
    font-weight: normal;
}

#contenedor.paso_1 .result_sec_form {
    width: 25%;
    float: right;
    font-size: 58px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: center;
}

#contenedor.paso_1 .result_sec_form input {
    font-size: 1em;
    background: transparent;
    border: 0;
    width: 100%;
    text-align: right;
    height: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#contenedor.paso_1 .sumary_form > .result_sec_form > input {
    color: #fff;
}

@media (max-width: 980px) {
    .section_form_reservas {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: stretch;
        align-items: flex-start;
    }

    #contenedor.paso_1 .summary_sec_form,
    #contenedor.paso_1 .result_sec_form {
        width: 100%;
        float: none;
        text-align: center;
    }

    #contenedor.paso_1 .result_sec_form input {
        margin: 0 20px;
        text-align: center;
    }

    #contenedor.paso_1 .result_sec_form {
        font-size: 40px;
    }
}

/*
.div_reservas {
    display: block;
    width: 80%;
    margin: auto;
}


img {
    vertical-align: middle;
}

input[type='radio'] {
    margin-right: 5px;
    vertical-align: middle;
}


.categoria_producto {
    margin-left: 15px;
}


input[type='checkbox'] {
    margin-right: 10px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8) url('https://i.stack.imgur.com/FhHRx.gif') 50% 50% no-repeat;
}

body.loading {
    overflow: hidden;
}

body.loading .modal {
    display: block;
}
*/
/*GLOBAL*/
#home-venta-entradas .et_pb_text_align_center {
    text-align: left;
}

.cuadro_rojo {
    width: 100%;
    margin: auto;
    display: block;
}

.cuadro_rojo > div {
    background-color: #fff;
}

#motor-reservas-container {
    background: #f2f2f2;
    padding: 0;
}

#reserva_ok_texto > h1 {
    font-size: 77px;
    font-weight: normal;
}

.error {
    color: #ff0302 !important;
    font-size: 12pt;
    text-shadow: aliceblue;
    display: block;
    clear: both;
    flex-basis: 100%;
}

#contenedor {
    background-color: #f2f2f2;
    padding-bottom: 2em;
}

input[type='text'],
input[type='password'],
input[type='number'],
textarea {
    padding: 28px 17px;
    border: 0;
    text-align: left;
    background-color: #F2F2F2;
}

textarea {
    min-height: 275px;
}

.separator {
    padding-top: 26px;
    margin-bottom: 14px;
    color: #C9B375;
    font-size: 24px;
    width: 100%;
    font-weight: bold;
    display: block;
}

#contenedor_reservas > h1 {
    text-align: center;
    padding: 70px 0;
    font-weight: normal;
}

#contenedor_reservas > h2 {
    text-align: center;
    padding: 8px 0;
    font-weight: lighter;
}

#contenedor_reservas > p {
    line-height: 1.3em;
}

button[type=submit],
#boton_continuar,
#finalizar {
    cursor: pointer;
    float: right;
    width: auto;
    background-color: #c9b375;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    padding: 24px 27px;
    font-weight: bold;
    margin-right: 0 !important;
    border: 0;
    line-height: 1em;
    height: auto;
    font-size: 24px;
}

#boton_continuar:hover,
#finalizar:hover {
    border: 0 !important;
    background-color: #ff0302 !important;
}

.ui-button-text-only .ui-button-text {
    padding: 0;
}

@media (max-width: 980px) {
    .separator {
        font-size: 20px;
        line-height: 1.5em;
    }

    #contenedor_reservas > h1 {
        padding: 30px 0;
    }
}

/*PASO 1*/
@media (min-width: 981px) {
    #reservas_paso1_fecha {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: stretch;
        align-items: center;
    }

    #reservas_paso1_personas,
    #reservas_paso1_resumen {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-content: stretch;
        align-items: center;
    }
}

#reservas_paso1_fecha .ui-datepicker-trigger {
    display: none;
}

#tickets,
#res_date {
    font-size: 28px;
    color: #A09F9F;
    display: inline-block;
    float: left;
}

#tickets {
    width: 100%;
}

input#datepicker2,
input#datepicker {
    background: transparent;
    border-color: #C9B375;
    width: auto;
    font-size: 24px;
    border-radius: 2px;
    border: 1px solid #C9B375;
    padding: 3px;
    text-align: center;
}

#numero_personas {
    width: 138px;
    text-align: right;
    border-radius: 0 !important;
    color: #C9B375;
    padding: 0;
    text-align: center !important;
    margin: 0 20px;
    border: 2px solid #dfdfdf !important;
}

#numero_personas::-webkit-outer-spin-button,
#numero_personas::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
#numero_personas[type=number] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
}

#input_total {
    width: 250px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    text-align: right;
}

@media (max-width: 980px) {

    #tickets,
    #res_date {
        font-size: 18px;
        line-height: 1.5em;
    }

    input#datepicker2,
    input#datepicker {
        font-size: 18px;
        margin-left: 0 !important;
        max-width: 280px;
    }
}

/*PASO 2*/
#reservas_paso2_solucitud {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: flex-start;
}

#reservas_paso2_solucitud > div {
    font-size: 30px;
    line-height: 1.3em;
}

#reservas_paso2_solucitud > h3,
#reservas_paso2_formas_pago > h3,
#detalles_confirmacion_reserva > h3 {
    flex-basis: 100%;
    color: #C9B375;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
}

#reservas_paso2_formas_pago small{
    font-size: 0.6em;
}

#reservas_paso2_solucitud_right {
    text-align: right;
}

#reservas_paso2_solucitud_right span {
    display: inline-block;
}

div#tabla_reservas {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: flex-start;
}

div#tabla_reservas > input {
    flex-basis: 48%;
    margin-bottom: 25px;
    font-size: 18px;
}

div#tabla_reservas > input:-ms-input-placeholder,
div#tabla_reservas > textarea:-ms-input-placeholder {
    color: #BBB;
}

div#tabla_reservas > input::-moz-placeholder,
div#tabla_reservas > textarea::-moz-placeholder {
    color: #BBB;
}

div#tabla_reservas > input:-ms-input-placeholder,
div#tabla_reservas > textarea:-ms-input-placeholder {
    color: #BBB;
}

div#tabla_reservas > input::-moz-placeholder,
div#tabla_reservas > textarea::-moz-placeholder {
    color: #BBB;
}

div#tabla_reservas > input:-ms-input-placeholder,
div#tabla_reservas > textarea:-ms-input-placeholder {
    color: #BBB;
}

div#tabla_reservas > input::-moz-placeholder,
div#tabla_reservas > textarea::-moz-placeholder {
    color: #BBB;
}

div#tabla_reservas > input:-ms-input-placeholder,
div#tabla_reservas > textarea:-ms-input-placeholder {
    color: #BBB;
}

div#tabla_reservas > input::-webkit-input-placeholder,
div#tabla_reservas > textarea::-webkit-input-placeholder {
    color: #BBB;
}

div#tabla_reservas > input::-ms-input-placeholder,
div#tabla_reservas > textarea::-ms-input-placeholder {
    color: #BBB;
}

div#tabla_reservas > input::-webkit-input-placeholder,
div#tabla_reservas > textarea::-webkit-input-placeholder {
    color: #BBB;
}

div#tabla_reservas > input::-moz-placeholder,
div#tabla_reservas > textarea::-moz-placeholder {
    color: #BBB;
}

div#tabla_reservas > input:-ms-input-placeholder,
div#tabla_reservas > textarea:-ms-input-placeholder {
    color: #BBB;
}

div#tabla_reservas > input::-ms-input-placeholder,
div#tabla_reservas > textarea::-ms-input-placeholder {
    color: #BBB;
}

div#tabla_reservas > input::-webkit-input-placeholder,
div#tabla_reservas > textarea::-webkit-input-placeholder {
    color: #BBB;
}

div#tabla_reservas > input::-moz-placeholder,
div#tabla_reservas > textarea::-moz-placeholder {
    color: #BBB;
}

div#tabla_reservas > input:-ms-input-placeholder,
div#tabla_reservas > textarea:-ms-input-placeholder {
    color: #BBB;
}

div#tabla_reservas > input::-ms-input-placeholder,
div#tabla_reservas > textarea::-ms-input-placeholder {
    color: #BBB;
}

div#tabla_reservas > input::-webkit-input-placeholder, div#tabla_reservas > textarea::-webkit-input-placeholder {
    color: #BBB;
}

div#tabla_reservas > input::-moz-placeholder, div#tabla_reservas > textarea::-moz-placeholder {
    color: #BBB;
}

div#tabla_reservas > input:-ms-input-placeholder, div#tabla_reservas > textarea:-ms-input-placeholder {
    color: #BBB;
}

div#tabla_reservas > input::-ms-input-placeholder, div#tabla_reservas > textarea::-ms-input-placeholder {
    color: #BBB;
}

div#tabla_reservas > input::placeholder,
div#tabla_reservas > textarea::placeholder {
    color: #BBB;
}

div#tabla_reservas > textarea {
    flex-basis: 100%;
    resize: none;
    font-size: 18px;
}

#reservas_paso2_formas_submit {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: flex-start;
}

#reservas_paso2_formas_checkbox {
    font-size: 18px;
}

#reservas_paso2_formas_checkbox > label {
    display: block;
    line-height: 1.5em;
    padding: 5px 0;
}

#reservas_paso2_formas_pago > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 1em;
}

#reservas_paso2_formas_pago > div > label {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    gap: 20px;
}
#form_paypal_evoluciona,
#form_paypal,
#form_redsys {
    display: none;
}
button#ent_submit {
    width: 100%;
    border: 2px solid #BC9F4E !important;
    border-radius: 2px;
    font-weight: bold;
    margin-top: 2em;
}
button#ent_submit:hover {
   border-radius: 2px;
}
@media (max-width:980px) {
    
    #reservas_paso2_solucitud>div {
        font-size: 18px;
    }

    #reservas_paso2_formas_pago > div {

        display: flex;
    
        justify-content: flex-start; 
        align-items: flex-start; 
        /* flex-flow: column nowrap; */ 
        flex-direction: column; 
        flex-wrap: nowrap; 
        align-content: stretch;   
        gap: 5px;

 
         margin-left: 0;
    }

    #reservas_paso2_formas_pago > div > label {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px!important;
        display: flex;
    
        justify-content: flex-start; 
        align-items: center; 
        /* flex-flow: row wrap; */ 
        flex-direction: row; 
        flex-wrap: wrap; 
        align-content: stretch;
 
        gap: 10px;
    }
    #reservas_paso2_formas_pago img{
        float: left;
        margin-bottom: 10px !important;
    }

    #reservas_paso2_formas_pago > div img {
   
        -o-object-fit: contain;
        object-fit: contain;
    }

    div#tabla_reservas {
        flex-direction: column;
    }
   
    div#tabla_reservas > input,
    div#tabla_reservas > select,
    div#tabla_reservas > textarea {
        flex-basis: 100%;
        width: 100%;
        margin-bottom: 25px;
    }
    div#tabla_reservas > select{
        font-size: 16px;
        margin: 0;
        height: 27px;
    }
    div#tabla_reservas > textarea {
        margin-bottom: 0;
    }

    #reservas_paso2_solucitud_right {
        text-align: left;
        margin-top: 30px;
    }

    #reservas_paso2_formas_submit {
        flex-direction: column;
    }

    #reservas_paso2_formas_checkbox > label {
        line-height: 1.5em;
        padding: 10px;
    }

    #reservas_paso2_formas_checkbox {
        margin-bottom: 20px;
    }

    #boton_continuar,
    #finalizar {
        width: 100%;
    }
}

/*PASO ALTERNATIVAS*/
.disponibilidad h3 {
    font-size: 21px;
    text-align: center;
    padding-bottom: 27px;
}

.disponibilidad .precio_producto {
    background-color: #C9B375;
    padding: 13px;
    color: #FFF;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    line-height: 1em;
    min-width: 125px;
}

.disponibilidad .precio_producto span {
    display: block;
    font-size: 14px;
    font-weight: normal;
}

.disponibilidad .nombre_producto {
    font-size: 21px;
    color: #C9B375;
    line-height: 1em;
    padding-right: 10px;
    text-align: center;
    width: 100%;
}

.disponibilidad_alt_tipo {
    padding: 27px 0;
    margin-bottom: 10px;
    border-top: 1px solid #c9b375;
}

.disponibilidad_nombre_precio {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: center;
}

.horarios_alt_group {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: center;
}

.horas_producto,
.horas_producto form {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: center;
}

.disponibilidad_text {
    font-size: 19px;
    text-align: right;
    font-weight: bold;
    line-height: 1em;
}

.disponibilidad_text.completo {
    color: #FF0202;
}

.disponibilidad input[type=submit] {
    margin-right: 10px;
    font-size: 18px;
    padding: 6px;
    border: 0;
    cursor: pointer;
}

.disponibilidad input[type=submit]:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.disponibilidad input[type=submit]:hover {
    color: #FFF;
    background-color: #c9b375;
}

.disponibilidad input[type=submit]:disabled:hover {
    color: #FFF;
    background-color: rgba(201, 179, 117, .3);
}

@media (min-width: 981px) and (max-width: 1205px) {
    .disponibilidad {
        flex-basis: 49%;
        margin-bottom: 20px;
    }
}

@media (max-width: 1405px) {
    .disponibilidad .nombre_producto {
        font-size: 18px;
        line-height: 17px;
    }

    .disponibilidad input[type=submit] {
        margin-right: 5px;
        font-size: 16px;
        padding: 4px;
    }

    .disponibilidad_text {
        font-size: 16px;
    }

    .disponibilidad .precio_producto {
        padding: 10px;
        font-size: 23px;
        min-width: 103px;
    }

    .disponibilidad .precio_producto span {
        font-size: 13px;
    }
}

@media (max-width: 980px) {
    .disponibilidad {
        flex-basis: 100%;
        margin-bottom: 20px;
    }

    .horarios_alt_group {
        display: flex !important;
        flex-direction: column;
    }

    .horas_producto {
        display: flex !important;
        flex-direction: column;
    }

    .disponibilidad input[type=submit] {
        margin-bottom: 5px;
    }
}

@media (max-width: 480px) {
    .disponibilidad h3 {
        font-size: 12px;
    }

    .disponibilidad .nombre_producto {
        font-size: 12px;
    }

    .arrow_box_siguientes a,
    .arrow_box_anteriores a {
        font-size: 12px !important;
    }

    .disponibilidad_text.completo {
        font-size: 10px;
    }

    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default {
        height: 25px;
        width: 25px;
        line-height: 25px;
        font-size: 16px;
    }
}

/*PASO ALTERNATIVAS CALENDARIO*/
#otros_dias {
    width: 100%;
    max-width: 1280px;
    margin-top: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: flex-start;
    padding-top: 25px !important;
}

#calendario {
    flex-basis: 32%;
    width: 32%;
    background: #FFF;
}

#calendario .ui-datepicker {
    background: #FFF;
    border: 0;
    width: 100% !important;
    padding: 20px;
    border-radius: 0;
}

#calendario .ui-datepicker-buttonpane.ui-widget-content.slick-slide,
#calendario .ui-datepicker-row-break.slick-slide {
    display: none !important;
}

#disponibilidad_alt_container {
    width: 100%;
    max-width: 1280px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: flex-start;
}

.disponibilidad {
    background-color: #FFF;
    padding: 37px 15px;
    flex-basis: 32%;
    max-width: 33%;
    align-self: stretch;
}

.horarios_alt_group {
    display: grid;
    grid-template-columns: auto 90px;
}

.horas_producto {
    display: grid;
    grid-auto-flow: column;
}

.formulario_horas_botones .boton_horas {
    border-radius: 50px;
    background-color: #41ad32;
    color: white;
    margin-right: 5px !important;
    padding: 5px 25px !important;
}

.formulario_horas_botones .boton_horas:disabled {
    background-color: rgba(201, 179, 117, .3);
}

.disponibilidad_text {
    font-size: 14px;
}

.disponibilidad_text.completo {
    color: rgb(226 14 14);
}

.disponibilidad_text .precio_producto {
    background-color: unset;
    color: #41ad327a;
    font-size: 14px;
}

.arrow_box_siguientes,
.arrow_box_anteriores {
    flex-basis: 32%;
    position: relative;
    border-radius: 50px;
}

.arrow_box_anteriores.empty:before {
    background-image: none;
    background-color: unset;
    cursor: default;
}

.arrow_box_anteriores.empty a {
    cursor: default;
    background-color: rgba(201, 179, 117, .3);
}

.arrow_box_siguientes a:hover,
.arrow_box_anteriores a:hover {
    color: white;
    background-color: rgba(170, 154, 110, 0.74);
}
 
.arrow_box_anteriores a:before{
    content: "";
    display: table;
    border-collapse: collapse;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    text-align: center;
    background-color: rgb(161 145 100 / 30%);
    background-repeat: no-repeat;
    background-position: center;
    border: 0;
    top: calc(50% - 13px);
    left: 15px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAALCAQAAAD2WzQdAAAAPUlEQVQI12NggAEZhm4YU4vhKoypwXAdxlRjuAljqjLcgutjKGMoZUAC5QwdyNxKhjZkbg1DMyq3DpnLAADNyAmGGSAnKQAAAABJRU5ErkJggg==);
    position: absolute;
}

.arrow_box_siguientes a:before{
    content: "";
    display: table;
    border-collapse: collapse;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    text-align: center;
    background-color: rgb(161 145 100 / 30%);
    background-repeat: no-repeat;
    background-position: center;
    border: 0;
    top: calc(50% - 13px);
    right: 15px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAALCAQAAAD2WzQdAAAAN0lEQVQI12NgWM6AAv4jcxgZ/iFzmRj+InOZGf4gc6czxMKYGxn8YMwNDP4w5jqGQBhzJYKJAgDXlAmPugrgvQAAAABJRU5ErkJggg==);
    position: absolute;
}

.arrow_box_siguientes a,
.arrow_box_anteriores a {
    width: 100%;
    background-color: #c9b375;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    padding: 15px;
    line-height: 1em;
    display: block;
    text-align: center;
    text-transform: uppercase;
    border-radius: 35px;
}

@media (max-width: 1405px) {

    .arrow_box_siguientes,
    .arrow_box_anteriores {
        flex-basis: 22%;
    }

    .arrow_box_siguientes a,
    .arrow_box_anteriores a {
        font-size: 18px;
    }

    #calendario {
        flex-basis: 52%;
        width: 52%;
    }

    .formulario_horas_botones .boton_horas {
        padding: 5px 10px !important;
    }
}

@media (max-width: 980px) {
    .disponibilidad_text.completo {
        transform: rotate(-45deg);
        position: absolute;
        line-height: 34px;
    }

    .formulario_horas_botones .boton_horas {
        padding: 5px 25px !important;
    }

    #otros_dias {
        padding-top: 0 !important;
        margin-top: 0;
    }

    .arrow_box_siguientes,
    .arrow_box_anteriores {
        order: 1;
        flex-basis: 100%;
        width: 100%;
        margin-bottom: 20px;
    }

    #otros_dias {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: stretch;
        align-items: center;
    }

    #calendario {
        flex-basis: 100%;
        width: 100%;
        order: 2;
    }

    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default {
        height: 40px;
        width: 40px;
        line-height: 27px;
        font-size: 18px;
    }
}

@media (max-width: 490px) {
    .formulario_horas_botones .boton_horas {
        padding: 5px 10px !important;
    }
}

/*datepicker*/
.ui-widget,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: 'Helvetica Neue LT Std', Helvetica, Arial, Lucida, sans-serif !important;
    font-size: 1em;
}

#ui-datepicker-div {
    max-width: 1150px;
    background: white;
    border: 1px solid #d4d4d4;
    border-radius: 0;
    z-index: 99999 !important;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
    padding: 12px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 2px solid transparent;
    background: transparent;
    font-weight: normal;
    color: #000;
    height: 46px;
    width: 46px;
    line-height: 36px;
    text-align: center;
    font-size: 18px;
}

td.ui-datepicker-days-cell-over.ui-datepicker-today a {
    border-color: #f2f2f2;
    border-radius: 50%;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
.ui-state-default:hover,
.ui-widget-content .ui-state-default:hover,
.ui-widget-header .ui-state-default:hover {
    font-weight: bold;
    color: #fff;
    background: #C9B375 !important;
    border: 2px solid #BC9F4E !important;
    border-radius: 50%;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
    font-size: 21px;
    text-transform: uppercase;
    color: #C9B375;
}

.ui-datepicker th {
    padding: 0;
    text-align: center;
    color: #B2B2B2;
    font-size: 14px;
    font-weight: bold;
}

.ui-widget-header {
    border: 0;
    background: transparent;
    color: #ffffff;
    font-weight: bold;
    border-radius: 0 !important;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    background-color: rgba(201, 179, 117, 0.3);
    background-repeat: no-repeat;
    background-position: center;
    border: 0;
    top: 10px;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-next {
    right: 19px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAALCAQAAAD2WzQdAAAAN0lEQVQI12NgWM6AAv4jcxgZ/iFzmRj+InOZGf4gc6czxMKYGxn8YMwNDP4w5jqGQBhzJYKJAgDXlAmPugrgvQAAAABJRU5ErkJggg==);
}

.ui-datepicker .ui-datepicker-prev {
    left: 19px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAALCAQAAAD2WzQdAAAAPUlEQVQI12NggAEZhm4YU4vhKoypwXAdxlRjuAljqjLcgutjKGMoZUAC5QwdyNxKhjZkbg1DMyq3DpnLAADNyAmGGSAnKQAAAABJRU5ErkJggg==);
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 19px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 19px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 0;
    background-color: #C9B375;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    border-radius: 0 !important;
}

@media (max-width: 980px) {
    #ui-datepicker-div {
        max-width: 300px;
    }

    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default {
        height: 36px;
        width: 36px;
        line-height: 26px;
        font-size: 16px;
    }
}

/*RESERVA OK*/
#localizador {
    font-size: 30px;
    color: #C9B375;
    border: 2px solid;
    display: inline-block;
    padding: 20px 40px;
    margin: 30px 0 50px;
}

#localizador.menu-entradas {
    
    background: #ff0302;
}
#localizador.menu-entradas a{
    color: #FFF !important;
    font-size: 18px !important;
    font-weight: bold;
    background: #ff0302;
}
 
div#reserva_ok_texto,
div#reserva_ok_texto p {
    text-align: center;
    max-width: 700px;
    font-size: 24px;
    margin: 0 auto;
}

#reserva_ok_texto > h1 {
    margin-bottom: 70px;
}

#detalles_confirmacion_reserva {
    background-color: #FFF;
    padding: 35px 58px;
    margin-top: 70px;
}

#reserva_valorar,
#reserva_gracias {
    background: #000;
}

#reserva_gracias {
    background-image: url(../../../uploads/2020/02/fondo-gracias.jpg) !important;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
}

#reserva_gracias > div {
    text-align: center;
}

#reserva_gracias img {
    margin-top: 50px;
}

#reserva_valorar {
    border-bottom: 1px solid #707070;
}

#detalles_confirmacion_reserva {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: flex-start;
}

#detalles_confirmacion_reserva_left {
    flex-basis: 49%;
}

#detalles_confirmacion_reserva_right {
    text-align: left;
    flex-basis: 49%;
}

#detalles_confirmacion_reserva_left div,
#detalles_confirmacion_reserva_left p,
#detalles_confirmacion_reserva_left spam,
#detalles_confirmacion_reserva_right div,
#detalles_confirmacion_reserva_right p,
#detalles_confirmacion_reserva_right spam {
    font-size: 24px;
}

div#reserva_ok_texto h1 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 50px;
    padding: 0 1em;
}

@media all and (max-width:980px) {
    #detalles_confirmacion_reserva_left {
        flex-basis: 100%;
    }

    #detalles_confirmacion_reserva_right {
        flex-basis: 100%;
    }
}

@media all and (max-width:480px) {

    #detalles_confirmacion_reserva_left div,
    #detalles_confirmacion_reserva_left p,
    #detalles_confirmacion_reserva_left spam,
    #detalles_confirmacion_reserva_right div,
    #detalles_confirmacion_reserva_right p,
    #detalles_confirmacion_reserva_right spam {
        font-size: 20px;
    }

    #localizador {
        font-size: 25px;
    }

    div#reserva_ok_texto h1 {
        font-size: 40px;
    }
}

#reserva_valorar > div > div > div > div {
    max-width: 630px;
    margin: 0 auto;
    text-align: center;
    line-height: 1em;
    font-size: 24px;
}

#reserva_valorar textarea {
    width: 100%;
    margin-top: 20px;
}

#reserva_valorar input {
    background: #ff0302;
    border: 0;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFF;
    padding: 10px 30px;
    font-size: 20px;
}

#reserva_valorar_texto p {
    text-align: center;
    font-size: 24px;
}

#sin-disponibilidad {
    border: 0 !important;
    background: #de6f6f;
    padding: 10px;
    color: #fff;
}

#reservas-loading {
    margin-top: 10px;
}

/*paso_alternativas */
@media (max-width: 980px) {
    .paso_alternativas #contenedor_reservas > p {
        padding: 0 20px;
        text-align: center;
    }

    /*
    #disponibilidad_alt_container>div:nth-child(1),
    #disponibilidad_alt_container>div:nth-child(3),
    .arrow_box_anteriores,
    .arrow_box_siguientes {
        display: none;
    }
    */
}

.client_message {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    background-color: transparent !important;
}

#childrens-info {
    margin-bottom: 20px;
    font-size: 16px;
    background: transparent;
}