.elementor-959 .elementor-element.elementor-element-1bc0211d{--display:flex;--padding-top:4%;--padding-bottom:5%;--padding-left:20%;--padding-right:20%;}.elementor-959 .elementor-element.elementor-element-a9e6455{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );font-style:var( --e-global-typography-primary-font-style );text-decoration:var( --e-global-typography-primary-text-decoration );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );word-spacing:var( --e-global-typography-primary-word-spacing );}.elementor-959 .elementor-element.elementor-element-2da27fb{text-align:center;}.elementor-959 .elementor-element.elementor-element-2da27fb .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:30px;font-weight:600;text-transform:none;font-style:normal;text-decoration:none;line-height:1.2em;letter-spacing:0px;word-spacing:0em;}.elementor-959 .elementor-element.elementor-element-1ccea36{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );font-style:var( --e-global-typography-text-font-style );text-decoration:var( --e-global-typography-text-text-decoration );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-959 .elementor-element.elementor-element-133f740{padding:3% 15% 0% 15%;text-align:center;font-size:var( --e-global-typography-2c0aa67-font-size );line-height:var( --e-global-typography-2c0aa67-line-height );}@media(max-width:1366px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );word-spacing:var( --e-global-typography-primary-word-spacing );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-959 .elementor-element.elementor-element-133f740{font-size:var( --e-global-typography-2c0aa67-font-size );line-height:var( --e-global-typography-2c0aa67-line-height );}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );word-spacing:var( --e-global-typography-primary-word-spacing );}.elementor-959 .elementor-element.elementor-element-2da27fb .elementor-heading-title{font-size:45px;}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-959 .elementor-element.elementor-element-133f740{font-size:var( --e-global-typography-2c0aa67-font-size );line-height:var( --e-global-typography-2c0aa67-line-height );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );word-spacing:var( --e-global-typography-primary-word-spacing );}.elementor-959 .elementor-element.elementor-element-2da27fb .elementor-heading-title{font-size:28px;line-height:1.1em;}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-959 .elementor-element.elementor-element-133f740{font-size:var( --e-global-typography-2c0aa67-font-size );line-height:var( --e-global-typography-2c0aa67-line-height );}}/* Start custom CSS for text-editor, class: .elementor-element-133f740 */.form-reserva-personalizada {
    max-width:420px;
    margin:40px auto;
    padding:30px;
}

.form-reserva-personalizada label{
    font-weight:600;
    display:block;
    margin-bottom:6px;
    font-size:14px;
}

.form-reserva-personalizada input{
    width:100%;
    padding:12px;
    border:1px solid #ddd;
    border-radius:8px;
    margin-bottom:18px;
    font-size:15px;
    transition:all .2s ease;
}

.form-reserva-personalizada input:focus{
    border-color:#FFB37F;
    outline:none;
    box-shadow:0 0 0 2px rgba(255,179,127,0.2);
}

.form-reserva-personalizada button{
    width:100%;
    padding:8px;
    border:none;
    border-radius:22px;
    font-size:16px;
    font-weight:600;
    color:white;
    cursor:pointer;

    background: linear-gradient(135deg, #FFB37F, #FF8A5C);

    transition:all .25s ease;
}


.form-reserva-personalizada button:hover{
    transform:translateY(-1px);
    box-shadow:0 6px 18px rgba(0,0,0,0.15);
}

.form-reserva-personalizada button:active{
    transform:translateY(0);
}



/* CAJA DE RESERVA */
.woocommerce div.product form.cart {
    display:flex;
    flex-wrap:wrap;
    gap:16px;
    padding:22px;
    background:#ffffff;
    border-radius:14px;
    border:1px solid #eee;
    box-shadow:0 8px 20px rgba(0,0,0,0.05);
    margin-top:20px;
}

/* FILAS */
.woocommerce div.product form.cart .form-row{
    display:flex;
    flex-direction:column;
    flex:1;
    min-width:180px;
}

/* LABEL */
.woocommerce div.product form.cart label{
    font-size:13px;
    font-weight:600;
    margin-bottom:6px;
    color:#555;
}

/* INPUT FECHA */
.woocommerce div.product form.cart input[type="date"]{
    height:48px;
    border-radius:10px;
    border:1px solid #ddd;
    padding:0 12px;
    font-size:14px;
    background:#fafafa;
}

/* INPUT CANTIDAD */
.woocommerce div.product form.cart .qty{
    height:48px;
    width:90px;
    border-radius:10px;
    border:1px solid #ddd;
    text-align:center;
}

/* EFECTO FOCUS */
.woocommerce div.product form.cart input:focus{
    outline:none;
    border-color:var(--e-global-color-primary);
    box-shadow:0 0 0 2px rgba(0,0,0,0.05);
    background:white;
}

/* BOTON RESERVAR */
.woocommerce div.product form.cart .single_add_to_cart_button{
    height:48px;
    padding:0 30px;
    border-radius:10px;
    font-size:15px;
    font-weight:600;
    background:var(--e-global-color-primary);
    border:none;
    color:white;
    transition:all .2s ease;
}

/* HOVER BOTON */
.woocommerce div.product form.cart .single_add_to_cart_button:hover{
    transform:translateY(-2px);
    box-shadow:0 6px 12px rgba(0,0,0,0.15);
}

/* RESPONSIVE */
@media (max-width:768px){

.woocommerce div.product form.cart{
flex-direction:column;
}

.woocommerce div.product form.cart input,
.woocommerce div.product form.cart .qty,
.woocommerce div.product form.cart .single_add_to_cart_button{
width:100%;
}

}/* End custom CSS */