.elementor-9143 .elementor-element.elementor-element-8130bfb{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--gap:0px 100px;--row-gap:0px;--column-gap:100px;--margin-top:2rem;--margin-bottom:0rem;--margin-left:0rem;--margin-right:0rem;}.elementor-9143 .elementor-element.elementor-element-5093169{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9143 .elementor-element.elementor-element-3206a7b{--e-image-carousel-slides-to-show:1;}.elementor-9143 .elementor-element.elementor-element-9757fc8{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-9143 .elementor-element.elementor-element-8130bfb{--content-width:1700px;}.elementor-9143 .elementor-element.elementor-element-5093169{--width:50%;}.elementor-9143 .elementor-element.elementor-element-9757fc8{--width:50%;}}/* Start custom CSS for shortcode, class: .elementor-element-46bbc30 *//* Controles de cantidad */
.quantity-controls {
    display: flex;
    align-items: center;
    gap: 18px;
}

.quantity-btn {
    width: 45px;
    height: 45px;
    border: none;
    background: linear-gradient(135deg, #ff6b9d, #ff8cc8);
    color: white;
    border-radius: 50%;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(255, 107, 157, 0.3);
}

.quantity-btn:hover {
    background: linear-gradient(135deg, #ff8cc8, #ffa8d3);
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 6px 20px rgba(255, 107, 157, 0.4);
}

.quantity-btn:active {
    transform: scale(0.95);
}

.quantity-btn.minus {
    background: linear-gradient(135deg, rgba(255,255,255,0.2), rgba(255,255,255,0.3));
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.quantity-btn.minus:hover {
    background: linear-gradient(135deg, rgba(255,255,255,0.3), rgba(255,255,255,0.4));
}

.quantity-display {
    font-size: 20px;
    font-weight: bold;
    min-width: 35px;
    text-align: center;
    color: white;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

/* Botón de reserva */
.book-btn {
    background: linear-gradient(180deg, #FF0664 0%, #64067A 100%);
    color: white;
    border: none;
    padding: 18px 45px;
    border-radius: 30px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(255, 107, 157, 0.4);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.book-btn:hover:not(:disabled) {
    background: linear-gradient(135deg, #ff8cc8, #ffa8d3);
    transform: translateY(-4px);
    box-shadow: 0 12px 35px rgba(255, 107, 157, 0.5);
}

.book-btn:active:not(:disabled) {
    transform: translateY(-2px);
}

.book-btn:disabled {
    background: linear-gradient(135deg, rgba(255,255,255,0.2), rgba(255,255,255,0.3));
    cursor: not-allowed;
    color: rgba(255,255,255,0.6);
    box-shadow: none;
}/* End custom CSS */