.variations_form .wt-departure .picker--focused{
    opacity:1;
}

.mod-comp {
    display: none;
}

/* CSS para el cuadro de fecha cerrada */
.closed-date-box {
    font-size: .9rem;
    color: #0F1924;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 500;
    padding: 12px 45px;
    text-align: left;
    background: #FFF;
    width: 100%;
    border-radius: 8px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
    border: 1px solid #ccc;
    line-height: normal;
}

.closed-date-box::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fil.exwt-booking-sectionl='none'%3E%3Cpath d='M11.4 2.29883H3.6C2.16406 2.29883 1 3.46289 1 4.89883V11.3988C1 12.8348 2.16406 13.9988 3.6 13.9988H11.4C12.8359 13.9988 14 12.8348 14 11.3988V4.89883C14 3.46289 12.8359 2.29883 11.4 2.29883Z' stroke='%23333A48' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.9 1V3.6M10.1 1V3.6M1 6.2H14' stroke='%23333A48' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 15px;
    top: 33%;
}

.closed-date-box::after {
    content: '';
    display: inline-block;
    width: 2.5rem;
    height: 0.5rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23333A48' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 5px;
    position: absolute;
    right: 0;
    top: 43%;
}

.closed-date-box.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* --- ESTILOS PARA LA CONTRACCI脫N DEL CALENDARIO (.picker) --- */
.picker {
    max-height: 410px;
    opacity: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    pointer-events: auto;
    transition: max-height 0.0s cubic-bezier(.17, .67, .74, .92),
        opacity 0.0s cubic-bezier(.17, .67, .74, .92),
        padding-top 0.0s cubic-bezier(.17, .67, .74, .92),
        padding-bottom 0.0s cubic-bezier(.17, .67, .74, .92);
}

.picker.is-contracting {
    max-height: 0 !important;
    opacity: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    pointer-events: none;
    transition-delay: 0.1s;
    transition-duration: 0.2s;
}

.product-gallery-single {
    max-width: 55%;
    box-sizing: border-box;
}

.tour-header-wrapper {
    display: flex;
    padding-bottom: 5%;
    gap: 4%;
}

#productImageA {
    z-index: 1;
}

.product-main-image-wrapper {
    position: relative;
    width: 100%;
    padding-top: 75%;
    /* Aspect ratio 4:3 */
    background-color: #f5f5f5;
    border-radius: 16px;
    overflow: hidden;
}

.product-main-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
    transition: opacity 0.8s ease-in-out;
}

.product-thumbnails-container {
    user-select: none;
}

.product-thumbnails-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    gap: 10px;
}

.product-thumbnails-list::-webkit-scrollbar {
    display: none;
}

.product-thumbnail-item {
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s ease;
    border: 2px solid transparent;
    padding: 2px;
    box-sizing: border-box;
    flex-shrink: 0;
    width: calc(20% - 8px);
    border-radius: 8px;
    scroll-snap-align: start;
}

.product-thumbnail-item:last-child {
    margin-right: 0;
}

.product-thumbnail-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
}

.product-thumbnail-item.active-thumbnail {
    opacity: 1;
    border-color: transparent;
}

.wt-departure .date-ph+.picker,
.wt-departure .date-ph+.picker .picker__holder {
    display: block;
    position: static;
}



.answer .itinerario-desc:first-of-type p {
    margin: 0 !important;
}

.icon-t.climaticas {
    gap: 11px;
}

@keyframes heartbeat {
    0%, 100% { transform: scale(1); }
    25%, 75% { transform: scale(1.025); }
    50% { transform: scale(1); }
}

.boton-heartbeat-glow {
    position: absolute;
    max-width: 250px;
    padding: 5px 7px;
    font-size: 16px;
    background-color: #9A00BB;
    color: white;
    border: none;
    border-radius: 37px;
    cursor: pointer;
    animation: heartbeat 2s ease-in-out infinite;
    z-index: 0;
    overflow: hidden;
    text-align: center;
    top: 130px;
}

.boton-heartbeat-glow::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background-size: 200% 200%;
    border-radius: 10px;
    z-index: -1;
    animation: rotateBorder 2s linear infinite;
}

.info-det ul.menu-espiritu {
    padding: 10px 40px 20px;
}

.info-det ul.menu-espiritu li {
    border: none;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 20px;
}

ul.accordion-list li div.answer p.req.spirit-trek {
    margin: 0 0 1.05em !important;
    padding: 0px 30px;
}

.spegazzini-tour,
.peritomoreno-tour {
    display: none;
}

.carousel-cabins .tour img {
    border-radius: 16px;
}

.cabins {
    margin-top: 66px;
}

.cabins .h4-tour {
    margin: 20px 35px;
}

.cabins-spe,
.cabins-per {
    margin: 11px 5%;
}

.switchs {
    position: relative;
    height: 50px;
    margin: 25px 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
}

.button-per,
.button-spe {
    position: absolute;
    font-family: 'Gilroy';
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    line-height: 30px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    background-color: rgb(185, 185, 185);
    color: rgb(255, 255, 255);
    transition: all 0.5s ease;
    width: 35%;
    height: 80%;
    z-index: 1;
}

.button-per.active,
.button-spe.active {
    z-index: 3;
    transform: scale(1.05);
}

.button-per:not(.active),
.button-spe:not(.active) {
    z-index: 2;
    transform: scale(0.95);
}

.switch-button.active svg path {
    fill: #FFC846;
}

.switch-premium.active {
    background-color: #189acd;
    color: #fff;
}

.switch-deluxe1.active,
.switch-deluxe2.active {
    background-color: #23aadf;
    color: #fff;
}

.switch-grandsuite.active {
    background-color: #0079a9;
    color: #fff;
}

/* Superposici贸n ajustada */
.switch-premium {
    left: 31%;
    width: 35%;
}

.switch-deluxe1,
.switch-deluxe2 {
    left: 0%;
    width: 28%;
}

.switch-grandsuite {
    right: 0%;
    width: 31%;
    font-size: 1.05rem;
}

.switch-button:hover {
    transform: scale(1.02);
    z-index: 4;
}

.visible {
    display: block;
    opacity: 1;
    visibility: visible;
}

div.woocommerce-wt-onsale.eco {
    display: flex !important;
    align-items: center;
    gap: 9px;
    width: 100%;
    justify-content: center;
    background: #24ae24;
    position: absolute;
    top: 0px !important;
    left: 0px;
    border-radius: 10px 10px 0 0;
    z-index: 0;
    min-height: 38px;
    min-width: 100%;
    padding: 9px 13px 7px;
    color: #FFF;
    font-family: Ubuntu;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.mini-ext,
.mini-nacionales {
    display: none;
}

.captain-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.btn-captain {
    width: 60%;
    color: #ffffff !important;
    background: #009abb;
    border-color: #2e6da4;
    padding: 11px 20px;
    border-radius: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 10px 0;
}

#content>div.wt-content-custom>div.content-dt>div.mod1-tour>ul>li.active>div.answer>div:nth-child(3)>div>div.captain-wrapper>p:nth-child(2) {
    display: none;
}

.btn-pasarelas {
    width: 100%;
    color: #ffffff !important;
    background: #009abb;
    border-color: #2e6da4;
    padding: 15px 20px;
    border-radius: 36px;
    display: flex;
    align-items: center;
    margin: 0 0 22px;
    justify-content: center;
}

.decrement-btn {
    display: inline-block;
    cursor: pointer;
    margin-right: 5px;
}

.increment-btn {
    display: inline-block;
    cursor: pointer;
    margin-left: 5px;
}

/** calendario **/
.wt-departure .picker select {
    color: #121212;
    font-family: Inter !important;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/** modal reserva **/
.precio-wrp {
    display: flex;
    gap: 11px;
    align-items: center;
}

.precio-wrp img {
    border-radius: 9px;
}

.tour-desde {
    text-align: start;
    margin-right: 10px;
}

.tour-desde p {
    color: #333A48;
    font-family: Ubuntu;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 10px !important;
    margin-bottom: 0px !important;
}

.precio-tour {
    color: #7B99AF;
    font-family: Ubuntu;
    font-size: 2.3rem;
    font-style: normal;
    font-weight: 700;
    line-height: .7rem;
}

.tour-tble.date-sl>tbody>tr>td.label {
    display: none;
}

.modal-header {
    width: 95%;
    height: 60px;
    flex-shrink: 0;
    padding: 0 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: absolute;
    top: -5%;
    left: 2.5%;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 4px 12px 0px rgba(151, 168, 193, 0.15);
    justify-content: space-between;
}

.map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 105%;
    background: transparent;
    z-index: 10;
    cursor: pointer;
}

.tour-name {
    color: #FFF;
    font-family: Ubuntu;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.5px;
    margin-top: 22px;
}

.tour-header h4 {
    margin: 5px 0 0;
    color: #32374E;
    font-family: Ubuntu;
    font-size: .9rem;
    font-style: normal;
    font-weight: 700;
    line-height: 18.2px;
}

.tour-header span {
    color: #7B99AF;
    text-align: right;
    font-family: Ubuntu;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-left: 5px;
}

#product_total_price .price {
    color: #000;
    font-family: Ubuntu;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.3px;
}

.wt-departure {
    position: relative;
}

.woocommerce-variation table.tour-tble {
    border: 0.7px solid #95A1AC;
    border-radius: 8px;
}

.tour-tble select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: white !important;
    padding: 6px 4px;
    text-align-last: center;
    color: #0F1924;
    text-align: center;
    font-family: Gilroy;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 13.956px;
}

.single_variation_wrap .tour-tble tr td {
    align-items: center;
    display: flex;
    justify-content: center;
}

.single_variation_wrap .tour-tble tr {
    display: flex;
    justify-content: space-between;
    margin: 12px 3% 9px;
}

.woocommerce-variation-wt-child-price,
.woocommerce---price,
.woocommerce-variation-wt-infant-price,
.woocommerce-variation-wt-ct1-price {
    display: flex;
    flex-direction: column;
}

.lb-pric {
    color: #000;
    font-family: Gilroy;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 13.956px;
}



.woocommerce-checkout #payment ul.payment_methods {
    display: flex;
    justify-content: center;
}

.woocommerce-checkout-review-order-table .woocommerce-Price-amount {
    text-align: end;
    margin: 0;
}

.p-price .woocommerce-Price-amount {
    color: #000;
    font-family: Ubuntu;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.subtotal-rev {
    color: #7D8595;
    font-family: Ubuntu;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.precio-pax {
    margin-left: 7px;
}

.precio-moneda {
    color: #0079A9;
    font-family: Ubuntu;
    font-size: 0.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.precio-moneda-total {
    color: #7B99AF;
    font-family: Ubuntu;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-left: 11px;
}

.precio-moneda-tag {
    color: #333A48;
    font-family: Ubuntu;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1px;
    text-transform: uppercase;
}

.variations tr {
    display: flex;
    flex-direction: column;
}

.variations svg {
    position: absolute;
    left: 88%;
    top: 45%;
    pointer-events: none;
}

.variations .value {
    position: relative;
}

.switch-tour {
    padding: 25px 20px 0;
}

.switch {
    position: relative;
    width: 40%;
    height: 50px;
    margin: 25px auto;
    background-color: #b9b9b9;
    border-radius: 25px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.switch-ext {
    position: relative;
    width: 20%;
    height: 44px;
    margin: 25px 20%;
    background-color: #b9b9b9;
    border-radius: 25px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    animation: fadeIn 0.3s ease-out;
}

.switch-text {
    padding: 11px 0px;
    color: #0F1924;
    font-family: Gilroy;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 12.793px;
}

input[type="checkbox"].switch-input {
    -webkit-appearance: none;
    position: relative;
    background-color: #491D79;
    width: 120px;
    height: 40px;
    border-radius: 20px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
    transition: all 0.7s ease;
}

input[type="checkbox"].switch-input::before {
    content: "";
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 20px;
    transform: scale(0.8);
    transition: all 0.7s ease;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

input[type="checkbox"].switch-input:checked::before {
    background-color: #fff;
    left: 82px;
}

input[type="checkbox"].switch-input:checked {
    background-color: #0079A9;
}

.modal-content {
    position: fixed;
    width: 100%;
    height: 85dvh;
    background-color: white;
    padding: 70px 20px;
    transition: bottom 0.5s ease-out;
}

.modal-btns {
    display: flex;
    justify-content: flex-end;
}

.modal.show .modal-content {
    bottom: 0;
}

.postid-74394 input[type="checkbox"].switch-input {
    -webkit-appearance: none;
    appearance: none;
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
}

.postid-74394 .switch-label {
    position: relative;
    width: 100%;
    height: 100%;
}

.postid-74394 .switch-text {
    position: absolute;
    font-family: 'Gilroy';
    top: 0;
    bottom: 0;
    width: 53%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold;
    padding: 0 8px;
    transition: all 0.5s ease;
    color: #fff;
    border-radius: 25px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.postid-74394 .spegazzini,
.args {
    background-color: #0079A9;
    z-index: 2;
    font-size: 1.05rem;
}

/* Segundo bot贸n */
.seno-mayo,
.extranjero {
    right: 0%;
    background-color: #b9b9b9;
    z-index: 1;
}

/* Cambios al activar */
input[type="checkbox"].switch-input:checked+.switch-label .spegazzini,
input[type="checkbox"].switch-input:checked+.switch-label .args {
    z-index: 1;
    background-color: #b9b9b9;
}

input[type="checkbox"].switch-input:checked+.switch-label .seno-mayo,
input[type="checkbox"].switch-input:checked+.switch-label .extranjero {
    z-index: 2;
    background-color: #491D79;
}

.close {
    width: 45%;
    height: 46px;
    flex-shrink: 0;
    border-radius: 12px;
    border: 1px solid rgba(0, 154, 187, 0.30);
    backdrop-filter: blur(3px);
    background: #fff;
    color: #009ABB;
    text-align: center;
    font-family: Gilroy;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.close:hover,
.close:focus {
    color: #fff;
    background: #009ABB;
    text-decoration: none;
    cursor: pointer;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.picker__input--active+.fecha-ph {
    opacity: 0;
}

.date-ph {
    display: flex;
    align-items: center;
    position: absolute;
    top: 2.3%;
    left: 27px;
    pointer-events: none;
    gap: 10px;
}

.fecha-ph {
    color: #0F1924;
    font-family: Gilroy;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.single-product form.cart .wt-departure input.picker__input {
    font-size: .9rem;
    color: #0F1924;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    padding: 10px 15px;
    text-align: left;
    border: none;
    background: #FAFAFA;
}

.single-product form.cart .wt-departure input.picker__input:focus-visible {
    border: none;
}

ul.accordion-list li div.answer.info-cuenta p {
    color: #343434;
    font-feature-settings: 'liga' off;
    font-family: Gilroy;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.2px;
    margin: 25px 7% 0 !important;
}

ul.accordion-list li div.answer p.req {
    color: #768094;
    font-feature-settings: 'liga' off;
    font-family: Ubuntu;
    font-size: 0.9rem !important;
    font-style: normal;
    font-weight: 400;
    line-height: 16.5px;
    padding: 0 30px 55px;
}

/** detalles botones **/
.incluido {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 80%;
    height: 40px;
    flex-shrink: 0;
    border-radius: 6px;
    background: rgba(73, 29, 121, 0.10);
    color: #491D79;
    font-family: Ubuntu;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 13px;
    letter-spacing: -0.2px;
}

.traslado-opc {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 80%;
    height: 50px;
    flex-shrink: 0;
    border-radius: 6px;
    background: rgba(0, 154, 187, 0.10);
    color: #009ABB;
    font-family: Ubuntu;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.2px;
}

.incluido svg,
.traslado-opc svg {
    margin-left: 15px;
}

.inc-wrp {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    min-width: 100%;
}

.incluido span,
.traslado-opc span {
    margin-left: 23px;
}

/** itinerarios **/
.itinerary {
    display: flex;
    position: relative;
    flex-direction: column;
    margin: 33px auto;
    width: 300px;
}

.itinerary-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 33px;
    align-items: center;
}

.gap {
    gap: 30px;
    height: 420px;
}

.postid-58653 .itinerary-item,
.postid-58808 .itinerary-item,
.postid-62176 .itinerary-item {
    align-items: center;
}

.postid-58653 .itinerary-item .azur,
.postid-58653 .itinerary-item .violet,
.postid-58808 .itinerary-item .azur,
.postid-58808 .itinerary-item .violet {
    margin: 5px 0 5px 15px !important;
}

.postid-62176 .itinerary-item .azur,
.postid-62176 .itinerary-item .violet {
    margin: 5px 0 5px 15px !important;
}

.itinerary-item {
    display: flex;
    position: relative;
    justify-content: flex-start;
    width: 228px;
}

.itinerary-item .icon {
    position: relative;
    z-index: 1;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 4px;
    flex-shrink: 0;
}

.itinerary-item .azur,
.itinerary-item .violet {
    margin: 7px 0 0 15px;
}

.itinerary-item .azur p,
.itinerary-item .violet p {
    margin: 0 !important;
}

.itinerary::before {
    content: '';
    position: absolute;
    left: 18%;
    top: 0;
    bottom: 0;
    height: 72%;
    width: 1px;
    background: linear-gradient(to bottom, transparent 0%, transparent 25%, #ddd 25%, #ddd 75%, transparent 75%, transparent 100%);
    background-size: 2px 20px;
    z-index: 0;
}

.itinerary-mid::before {
    content: '';
    position: absolute;
    left: 18%;
    top: 0;
    bottom: 0;
    height: 72%;
    width: 1px;
    background: linear-gradient(to bottom, transparent 0%, transparent 25%, #ddd 25%, #ddd 75%, transparent 75%, transparent 100%);
    background-size: 2px 20px;
    z-index: 0;
}

.itinerary-sm::before {
    content: '';
    position: absolute;
    left: 18%;
    top: 0;
    bottom: 0;
    height: 60%;
    width: 1px;
    background: linear-gradient(to bottom, transparent 0%, transparent 25%, #ddd 25%, #ddd 75%, transparent 75%, transparent 100%);
    background-size: 2px 20px;
    z-index: 0;
}

.itinerary-xsm::before {
    content: '';
    position: absolute;
    left: 18%;
    top: 0;
    bottom: 0;
    height: 60%;
    width: 1px;
    background: linear-gradient(to bottom, transparent 0%, transparent 25%, #ddd 25%, #ddd 75%, transparent 75%, transparent 100%);
    background-size: 2px 20px;
    z-index: 0;
}

.itinerary-large::before {
    content: '';
    position: absolute;
    left: 18%;
    top: 0;
    bottom: 0;
    height: 83%;
    width: 1px;
    background: linear-gradient(to bottom, transparent 0%, transparent 25%, #ddd 25%, #ddd 75%, transparent 75%, transparent 100%);
    background-size: 2px 20px;
    z-index: 0;
}

.azur h3 {
    color: #009ABB;
    font-family: Ubuntu;
    font-size: 0.8rem;
    font-style: normal;
    line-height: 15.6px;
    letter-spacing: -0.2px !important;
}

span.azur {
    color: #00809c;
    font-family: Gilroy;
    font-size: 1.8rem;
    font-style: normal;
    line-height: 15.6px;
    letter-spacing: -0.2px !important;
}

.azur p {
    color: #76BAC9;
    font-family: Ubuntu;
    font-size: 0.9rem !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 18px !important;
}

.violet h3 {
    color: #491D79;
    font-family: Ubuntu;
    font-size: 0.8rem;
    font-style: normal;
    line-height: 15.6px;
    letter-spacing: -0.2px !important;
}

span.violet {
    color: #491D79;
    font-family: Gilroy;
    font-size: 1.8rem;
    font-style: normal;
    line-height: 15.6px;
    letter-spacing: -0.2px !important;
}

.violet p {
    color: #9E81BE;
    font-family: Ubuntu;
    font-size: 0.9rem !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 18px !important;
}

/** itinerarios por tour **/
.accord-info {
    padding: 15px 0 30px;
}

.accord-info .active {
    padding: 0 !important;
}

.accordion-list .active {
    padding: 20px 0 0 0;
}

.pregs-wrap .accordion-list li.active .accordion-list-faqs .accordion-item-header,
.pregs-wrap .accordion-list li.active .accordion-list-info .accordion-item-header,
.pregs-wrap .accordion-list li.active .accordion-list-reco .accordion-item-header {
    background: none;
    color: #6E808E;
}

.lineas .accordion-list li.active .accordion-item-header {
    background: none;
    color: #686868;
}

.freq-header {
    display: flex;
    justify-content: space-between;
    margin: 0 28px 0 22px;
    padding: 0 28px 0 22px;
    margin: unset;
    color: #686868;
    font-family: Gilroy;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.freq-header .answer li {
    padding: 11px 11px;
}

.answer .itinerario-desc li {
    padding: 5px 0 0;
    font-family: Gilroy;
    color: #000;
    font-size: 1rem;
    font-weight: 600;
}

.answer .itinerario-desc ul {
    padding: 5px 0 35px;
}

.answer .itinerario-desc ul.menu-list li {
    color: #343434;
    font-weight: 500;
}

.postid-58653 .answer .itinerario-desc ul {
    padding: 10px 0 0px;
}

.postid-58808 .answer .itinerario-desc ul {
    padding: 10px 0 0px;
}

.postid-62176 .answer .itinerario-desc ul {
    padding: 10px 0 30px;
}

.accordion-list li.active .ac-arrow svg {
    transform: rotate(180deg);
    transition: transform 0.5s ease;
}

.accordion-list .accord-faq li.active .ad-arrow svg {
    transform: rotate(180deg);
    transition: transform 0.5s ease;
}

.accordion-list li.active .ac-arrow svg path:nth-of-type(2) {
    transform: rotate(90deg);
    transform-origin: center;
    transition: transform 0.5s ease;
}

.accordion-list-faqs li.active .ad-arrow svg,
.accordion-list-info li.active .ad-arrow svg,
.accordion-list-reco li.active .ad-arrow svg {
    transform: rotate(180deg);
    transition: transform 0.5s ease;
}

.preguntas .accordion-list-reco .answer-reco li {
    padding: 5px 40px 0;
    border: unset !important;
    color: #0079A9;
    font-feature-settings: 'liga' off;
    font-family: Gilroy;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    text-decoration-line: underline;
}

.aviso {
    display: flex;
    border-radius: 16px;
    background: rgba(0, 154, 187, 0.05);
    color: #009ABB;
    font-family: Ubuntu;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    flex-direction: column;
    align-items: center;
    padding: 30px 0;
    gap: 5px;
}

#content>div.wt-content-custom>div.content-dt>div.mod1-tour>ul>li.active>div.answer.info-cuenta>ul>li.active>div.info-det>div>p:nth-child(2) {
    display: none;
}

.aviso.aviso-parque {
    margin: 30px 30px 0;
    border-radius: 16px;
}

ul.accordion-list li div.answer .aviso p {
    color: #009ABB;
    font-family: Ubuntu;
    font-size: 0.7rem;
    font-style: normal;
    font-weight: 400;
    line-height: 170% !important;
    margin: 0 10% !important;
}

ul.accordion-list li div.answer a {
    color: #0079A9;
    font-feature-settings: 'liga' off;
    font-family: Gilroy;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    text-decoration-line: underline;
}

.captain-wrapper {
    display: flex;
    gap: 15px;
}

div.mod1-tour>ul>li.active>div.answer>div:nth-child(3)>div>p:nth-child(2) {
    display: none;
}

.h4-det {
    color: #292929;
    font-family: Gilroy;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.5px;
    margin-bottom: 5px;
}

.h4-det:first-of-type {
    margin-block-start: 35px;
}

.itinerario-desc {
    margin: 0px 10%;
}

.itinerario-desc p {
    color: #343434;
    font-feature-settings: 'liga' off;
    font-family: Gilroy;
    font-size: 0.95em !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 22.2px !important;
}

.product {
    display: none;
}

.eyelid {
    height: 480px;
    width: 100%;
    position: absolute;
    background: white;
    z-index: 0;
}

.tour-map {
    position: relative;
    height: 400px;
}

.bot-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 25px;
}

.tour-desc {
    margin: 50px 0 28px !important;
    color: #343434;
    font-feature-settings: 'liga' off;
    font-family: Gilroy;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    /* 25.2px */
}

.image-carousel .slick-next {
    right: calc(50px + (53vw - 360px) / 2);
    top: 41%;
}

.image-carousel .slick-next svg {
    width: 80px;
    height: auto;
}

.image-carousel {
    margin-bottom: 70px;
}

.image-carousel .slick-list {
    padding: 0 10% !important;
}

.image-carousel img {
    border-radius: 16px;
    box-shadow: 4px 4px 14px 1px rgb(0 0 0 / 15%);
    margin: 15px 0;
}

.accord-faq .ad-arrow svg path {
    stroke: #0F1924 !important;
}

.accordion-list .accord-faq li {
    box-shadow: none;
    color: #0F1924;
    font-family: Ubuntu;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18.2px;
    letter-spacing: -0.5px;
    border-radius: unset;
    margin: unset;
    border-bottom: 0.5px solid #E6E9F0;
    padding: unset;
}

.accordion-list .accord-faq .accordion-item-header {
    font-size: 1rem;
    padding: 30px 22px;
}

.accordion-list .accord-faq li div.accordion-item-header {
    background: none !important;
    color: #0F1924 !important;
    border: none;
}

.accordion-list:focus,
.accordion-list:active {
    -webkit-tap-highlight-color: transparent;
}

ul.accordion-list {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    list-style: none;
}

.preguntas ul.accordion-list {
    margin-bottom: 50px;
}

.home .preguntas ul.accordion-list {
    margin: 50px 0;
}

.accordion-list li.active .accord-info .accordion-item-header {
    color: #FFF;
    font-family: Ubuntu;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16.9px;
    letter-spacing: -0.2px;
    background-color: #009ABB;
    border-radius: 6px;
}

ul.accord-info li {
    position: relative;
    display: block;
    width: 87%;
    height: auto;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.10);
    padding: 0;
    margin: 0 auto 15px auto;
    cursor: pointer;
    border-radius: 6px;
}

.info-det {
    color: #6E808E;
    background: #FFF;
    font-family: Ubuntu;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.5px;
    border-radius: 6px;
}

.det-wrap {
    padding: 5% 10%;
}

.cant-wrp {
    display: flex;
    align-items: center;
    color: #6E808E;
    font-family: Ubuntu;
    font-size: .9rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 8px;
}

ul.accordion-list li div.answer.info-cuenta p.d-title {
    color: #0F1924;
    font-family: Ubuntu;
    font-size: .95rem;
    font-style: normal;
    font-weight: 500;
    line-height: 16.9px;
    letter-spacing: -0.2px;
    margin: 0 0 10px 0 !important;
}

.mod1-tour .ac-arrow {
    align-self: center;
}

#content>div.wt-content-custom>div.content-dt>div.mod1-tour>ul>li.active>div.answer.info-cuenta>ul>li>div.info-det>p {
    color: #4d5a64;
    font-family: Ubuntu;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 16.5px;
    margin: unset !important;
    padding: 25px;
}

.info-det ul {
    padding: 20px;
}

.info-det ul li {
    display: list-item;
    color: #4d5a64;
    font-family: Gilroy;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 17.6px;
    list-style-type: disc !important;
    box-shadow: unset;
}

.info-det ul li:last-child {
    margin: auto;
}

.d-value {
    color: #6E808E;
    font-family: Ubuntu;
    font-size: .9rem;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin-left: 8.5px;
}

.nota {
    color: #6E808E;
    font-family: Ubuntu;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.5px;
}

svg {
    vertical-align: middle;
}

.accordion-list li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.10);
    padding: 20px 0;
    margin: 0 auto 15px auto;
    cursor: pointer;
}

.home .accordion-list li {
    background: unset;
}

.tours-page .accordion-list li {
    margin: unset;
    border-radius: unset;
    box-shadow: unset;
    padding: 20px 15px;
}

.tours-page .accordion-item-header {
    font-family: Ubuntu;
}

.preguntas .accordion-list li {
    margin: 0;
    border-radius: unset;
    box-shadow: unset;
    padding: 22px 10%;
}

.preguntas .accordion-list li:not(:last-child) {
    border-bottom: 1px solid #E6E9F0;
}

.section-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FAFAFD;
}

.section-info .accordion-list li {
    margin: 0;
    border-radius: unset;
    box-shadow: unset;
    background: #FAFAFD;
}

.section-info .accordion-list li:not(:last-child)::after {
    content: "";
    display: block;
    width: 75%;
    height: 1px;
    background-color: #e6e6e6;
    position: absolute;
    bottom: 0;
    left: 12.5%;
}

ul.accordion-list li.active h3:after {
    transform: rotate(45deg);
}

ul.accordion-list li h3 {
    font-weight: 600;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    font-size: 15px;
    letter-spacing: 0.01em;
    cursor: pointer;
}

ul.accordion-list li div.answer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 10px 0;
    padding: 0;
    cursor: pointer;
}

ul.accordion-list li div.answer p {
    position: relative;
    display: block;
    font-weight: 300;
    padding: 2px 0 0 0;
    cursor: pointer;
    line-height: 150%;
    margin: 0 0 15px 0;
    font-size: 14px;
}

ul.accordion-list-faqs li div.answer-faqs p,
ul.accordion-list-reco li div.answer-reco p,
ul.accordion-list-info li div.answer-info p {
    color: #768094;
    font-feature-settings: 'liga' off;
    font-family: Gilroy;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    padding: 20px 40px 0;
    margin: 0;
}

ul.accordion-list-reco li div.answer-reco ul p {
    padding: 0px 40px 5px;
}

.listado-wrap {
    display: flex;
    padding: 25px 40px 11px;
    color: #768094;
    font-family: Gilroy;
    font-size: 0.95rem;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.5px;
    gap: 7px;
}

.icon-t {
    display: flex;
    gap: 16px;
    align-items: center;
}

.preguntas .icon-t {
    margin-right: 20px;
}

.accordion-item-header {
    display: flex;
    justify-content: space-between;
    margin: 1em 0;
    color: #686868;
    font-family: Gilroy;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    gap: 11px;
}

.lineas .accordion-list .accordion-item-header {
    background: none;
}

.preguntas .accordion-item-header {
    color: #333A48;
    font-size: 1.1rem;
    padding: unset;
    background: none;
}

.preguntas .accordion-list-faqs .accordion-item-header,
.preguntas .accordion-list-reco .accordion-item-header,
.preguntas .accordion-list-info .accordion-item-header {
    margin: 0 39px;
    color: #768094;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.5px;
}

.container-mod1 {
    display: flex;
    margin-bottom: 5em;
}

.carousel-product {
    display: flex;
    flex-direction: column;
    width: 58%;
}

@media only screen and (min-width: 768px) {
    .carousel-product {
        flex-direction: row;
    }

    .product-images {
        width: 93%;
    }

    .product-description {
        margin-left: 36px;
    }
}

/* Thumbnails Slider */
.slider-thumbnails {
    margin-left: -15px;
    margin-right: -15px;
}

.slider-thumbnails .slick-slide {
    padding: 15px;
    transition: transform 0.3s ease-out;
    opacity: .6;
}

.slider-thumbnails .active-thumbnail {
    opacity: 1;
}

.slick-slide:focus,
.slick-slide:focus {
    opacity: 1;
}

.slider-thumbnails .slick-slide img {
    max-width: 100%;
    box-sizing: border-box;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    transition: box-shadow 0.3s ease-out;
    border-radius: 6px;
}

/* Main Slider */
.slider {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    margin-bottom: 15px;
    border-radius: 16px;
}

.slider .slick-slide img {
    width: 100%;
    border-radius: 16px;
}

/* make button larger and change their positions */
.slick-prev,
.slick-next {
    width: 50px;
    height: 50px;
    z-index: 1;
}

.slick-prev {
    left: 5px;
}

.slick-next {
    right: 5px;
}

.slick-prev:before,
.slick-next:before {
    font-size: 40px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/* General slick slider styling */
.slick-slide:focus,
.slick-slide:focus {
    outline: none;
}

/* transition effects for opacity */
.slick-arrow {
    transition: opacity 0.5s ease-out;
}

/* Loading effects for main slider */
.slider {
    background: url(img/tail-spin.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100px 100px;
    min-height: 100px;
}

.slider img.slick-loading {
    opacity: 0;
}

.slider img {
    transition: opacity 0.3s ease 0s;
}

.slider .slick-loading:after {
    content: 'loading'
}

.rvws-container {
    display: block;
    position: relative;
    margin: 100px 0;
}

.postid-58661 .rvws-container,
.postid-58626 .rvws-container,
.postid-76707 .rvws-container,
.postid-76616 .rvws-container {
    display: block;
    position: relative;
    margin: 7em 0;
}

.rvws-name {
    color: #0F1924;
    text-align: center;
    font-family: Ubuntu;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.carousel-interes {
    display: flex;
    overflow-x: auto;
    width: 100%;
    justify-content: space-between;
}

.rvws-container .carousel-interes {
    display: flex;
    overflow-x: auto;
    width: 100%;
    justify-content: center;
}

.h3-comp {
    color: #292929;
    font-family: Gilroy;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.5px;
    margin: 0px 20px 44px 10%;
    padding-top: 7rem;
}

.rvws-name-wrp {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 11px;
}

.card-rvw {
    width: 334px;
    flex-shrink: 0;
    margin: 19px;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 4px 12px 0px rgba(151, 168, 193, 0.15);
    justify-content: center;
    padding: 40px 30px;
    z-index: 1;
    align-items: center;
}

.card-rvw p {
    color: #6E808E;
    text-align: center;
    font-family: Ubuntu;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 18px */
}

.card-rvw:nth-child(1) {
    margin-left: 25px;
}

/** tours **/
.h3-tour {
    color: #292929;
    font-family: Gilroy;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.5px;
}

.h4-tour {
    color: #292929;
    font-family: Gilroy;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.5px;
}

.tour-title {
    display: flex;
    flex-direction: column-reverse;
}

.sust-elem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px;
    background: rgba(0, 177, 64, 0.05);
    margin: 50px 35px 0;
    border-radius: 8px;
}

.sust-elem a {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.sust-wrp {
    display: flex;
    color: #00B140;
    font-family: Gilroy;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    align-items: center;
    gap: 7px;
}

.h3-reco {
    color: #6E808E;
    font-family: Gilroy;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.5px;
}

.h3-gal {
    width: 200px;
}

.desc-tour {
    color: #4d5a64;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    /* 25.5px */
    letter-spacing: 0.2px;
    margin-bottom: 11px !important;
}

.moreno-title .desc-tour {
    margin-bottom: 22px !important;
}

.cabins .desc-tour {
    margin: 0px 10% !important;
}

.desc-res {
    margin: 0 10%;
}

.res {
    color: #009ABB;
    font-feature-settings: 'liga' off;
    font-family: Gilroy;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 31.2px */
    letter-spacing: -0.5px;
    margin: unset;
    padding-bottom: 67px;
}

.mod1-tour {
    margin: 25px 35px 20px 35px;
}

.mod-comp {
    width: 100%;
    flex-shrink: 0;
    background: #FAFAFD;
    padding-bottom: 5em;
}

.mod-comp .ct-grid {
    padding: unset;
    border-radius: 16px;
}

.btn-price.btn-right {
    justify-content: center;
}

.wt-grid-shortcode figure.ex-modern-blog {
    min-width: 320px;
}

.reco-wrp {
    display: flex;
    flex-direction: column;
    padding-top: 60px;
    padding-left: 10%;
    position: relative;
    z-index: 99;
    background: white;
}

.reco-wrp h3 {
    color: #6E808E;
    font-family: Gilroy;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.5px;
}

.postid-74394 .reco-wrp h3 {
    width: 100%;
}

.gal-wrp {
    margin-top: 80px;
}

.gal-wrp h3 {
    margin-left: 10%;
    color: #6E808E;
    font-family: Gilroy;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.5px;
}

.bs-product {
    color: #7B99AF;
    font-family: Gilroy;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 116.3%;
    letter-spacing: 2px;
    margin: 50px 0 0 10%;
}

.bc-modal {
    color: #7B99AF;
    font-family: Gilroy;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 116.3%;
    letter-spacing: 2px;
    margin: 0 20% 33px;
}

.variations_form {
    height: 100%;
}

.reset_variations {
    display: none !important;
}

.summary {
    margin: 0;
    background: #FAFAFA;
    padding: 20px 25px;
    border: 1px solid #ddd;
    margin-bottom: 30px;
}

.woocommerce-variation table {
    margin-top: 20px;
}

.woocommerce---price,
.woocommerce-variation-wt-child-price,
.woocommerce-variation-wt-infant-price,
.woocommerce-variation-wt-ct1-price {
    font-size: 1rem;
}

.variations {
    width: 100% !important;
}

.variations td.value {
    position: relative;
    text-align: left !important;
}

.variations select {
    border-radius: 8px;
    padding: 12px 15px;
    width: 40%;
    color: #0F1924;
    font-family: Gilroy !important;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 500;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: white !important;
    justify-self: center;
    line-height: normal;
}

.single-product .variations select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: none !important;
}


.tour-tble.date-sl>tbody>tr>td {
    text-align: left;
}

.date-sl>tbody>tr {
    display: flex;
    flex-direction: column;
}

.date-sl {
    border: none !important;
}

.woocommerce div#product_total_price {
    margin: unset !important;
}

#product_total_price {
    color: #000;
    text-align: right;
    font-family: Gilroy;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 20px 20px 40px;
    text-align: end;
}

.summary .content th {
    border-top: unset;
}

.label {
    text-align: left;
    padding: 8px 8px;
    color: #0F1924;
    font-family: Gilroy;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 600;
    line-height: 12.793px;
}

.wpb_map_wraper {
    margin-left: 60px !important;
    margin-right: 30px;
}

/** INICIO - BOT脫N RESERVA PRODUCTOS VARIABLES **/
div.summary.entry-summary>form>div>div.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled>button {
    top: 35px;
    left: -55px;
}

.modal-backdrop {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

.modal-contents {
    background: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 300px;
    text-align: center;
}

.modal-icon {
    margin-bottom: 20px;
}

.modal-message h2 {
    color: #0F1924;
    text-align: center;
    font-family: Gilroy;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin: 0;
}

.modal-message p {
    margin: 11px 0 22px;
    color: #6A7385;
    text-align: center;
    font-family: Gilroy;
    font-size: .8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 18.2px */
    letter-spacing: 0.2px;
}

.modal-actions {
    display: flex;
    justify-content: space-evenly;
    margin-top: 20px;
}

.btn-cancel {
    color: #2A2A2A;
    text-align: center;
    font-family: Gilroy;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 116.3%;
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
    cursor: pointer;
}

.btn-confirm {
    width: 35%;
    color: #FFF;
    text-align: center;
    font-family: Gilroy;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 116.3%;
    border-radius: 10px;
    background: var(--Turquesa-Claro, #009ABB);
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}

/**CSS PAGINA PRODUCTO**/
.woocommerce #wtmain-content {
    font-size: 16px;
}

#content>div.wt-content-custom.col-md-12>div.content-dt>div>div:nth-child(1)>div.wpb_column.vc_column_container.vc_col-sm-8>div>div>div:nth-child(2)>div>ul:nth-child(4)>li>ul>li {
    margin-bottom: 15px;
}

.content ul {
    margin: unset !important;
}

.standard-arrow.bullet-top li:before .standard-arrow.bullet-top li:after {
    margin-top: 10px !important;
}

.content .standard-arrow ul {
    padding-top: 5px !important;
}

#content>div.wt-content-custom.col-md-12>div.content-dt>div>div:nth-child(1)>div.wpb_column.vc_column_container.vc_col-sm-8>div>div>div:nth-child(2)>div>ul:nth-child(6)>li {
    margin-bottom: 5px;
}

#content>div.wt-content-custom.col-md-12>div.content-dt>div>div>div.wpb_column.vc_column_container.vc_col-sm-8>div>div>div>div>ul:nth-child(4)>li>ul>li {
    margin-top: 10px !important;
}

#content>div.wt-content-custom.col-md-12>div.content-dt>div>div>div.wpb_column.vc_column_container.vc_col-sm-8>div>div>div>div>ul>li>ul>li {
    margin-top: 10px !important;
}

/* * *FIN CSS PRODUCTO* */

.header-img {
    width: 50px;
    height: 45px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    border-radius: 8px;
}

.header-img img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    aspect-ratio: 2/3;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled {
    background-color: gray !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled {
    background: #3eaffa !important;
    color: #ACBECB;
    box-shadow: none;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover {
    background-color: gray !important;
}

.wt-location-arr {
    display: none;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt {
    background: #009ABB;
    color: #fff;
}

@media (max-width:40em){
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt{
    background:#000 !important;
    }
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover {
    background-color: #45a049;
}

.single-product.woocommerce div.product .summary form.cart button[type="submit"] {
    top: unset;
    left: 1px !important;
}

#clicked {
    opacity: 0;
    pointer-events: none;
}

.content input[type="text"] {
    font-size: unset;
}

.wt-tickets-status {
    width: 100%;
    margin-bottom: 10px !important;
}

.single.single-product .wt-main div.summary .product_meta {
    margin-top: 10px !important;
}

div.summary.entry-summary>form>div>div.woocommerce-variation.single_variation>table:nth-child(5)>tbody>tr>td:nth-child(2)>select {
    padding: 10px 30px 10px 10px !important;
}

.product:not(.elementor-location-single) table.variations .reset_variations,
.the7-elementor-widget table.variations .reset_variations {
    top: 304px;
    display: none;
}

a.text-primary:hover {
    color: #b8d4ff !important;
}

a.text-primary {
    margin-bottom: 7px;
}

.switcher-wrap {
    display: none !important;
}

.slick-track {
    overflow:hidden;
}
/* Opción 1: La más directa */
.slick-slider {
  overflow: hidden !important;
}

/* Opción 2: Si necesitas asegurar también en el padre */
.product-images {
  overflow: hidden !important;
}

/* Opción 3: Ambas para estar seguro */
.slick-slider,
.product-images {
  overflow: hidden !important;
}

.t-reserva {
    display: flex;
    align-content: center;
    gap: 12px;
    margin-left: 35px;
}

.t-reserva span {
    color: #FFF;
    font-family: Gilroy;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.rarrow {
    margin-right: 40px;
}

.woocommerce #wtmain-content .wt-main.layout-2 .tour-details .btn {
    background: #238e6e;
}

.woocommerce #wtmain-content .wt-main.layout-2 .tour-details .btn:hover {
    background: #18bc70;
}

.gr-product>h4 {
    margin-top: 10px;
}

.top-wrp {
    display: flex;
    flex-direction: column;
    position: relative;
    aspect-ratio: auto;
}

.top-wrp img {
    width: 100%;
    aspect-ratio: revert-layer;
}

.top-wrp .glide-compare img {
    aspect-ratio: 3/2;
}

.btn-wpp a p {
    display: none;
}

.btn-wpp {
    width: 100%;
    color: #ffffff;
    background: #009ABB;
    border-color: #2e6da4;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    margin: 0;
    line-height: normal;
}

.btn-wpp a {
    width: 100%;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    align-items: center;
}

.cal-about {
    color: #292929;
    font-family: Gilroy;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.5px;
}

.btn {
    font-size: 16px !important;
    transition: all .2s !important;
}

.p-reserva {
    margin-right: 28px;
    font-family: 'Gilroy';
    font-weight: bold;
    font-size: 14px;
    background: white;
    border-radius: 16px;
    padding: 11px;
    color: #009abb;

    animation: heartbeat 2s ease-in-out infinite;
    transition: transform 0.2s;
}

.p-reserva span {
    font-family: Gilroy;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.t-reserva svg {
    margin-top: 2px;
}

.exwt-tour-desde {
    text-align: start;
}

.exwt-tour-desde .exwt-desde-label p {
    color: #333A48;
    font-family: Ubuntu;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 10px !important;
    margin-bottom: 0px !important;
}



.exwt-moneda {
    color: #333A48;
    font-family: Ubuntu;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1px;
    text-transform: uppercase;
}

.asesores-info-box {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: .9rem;
}

@media (max-width:40em){
    .asesores-info-box {
        font-size: .8rem;
    }
}

a.btn-consultar-wa {
    border-radius: 12px;
    background: linear-gradient(0deg, #1FAF38 0%, #60D669 100%);
    color: #FFF;
    font-family: Gilroy;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

@media (max-width:40em){
    a.btn-consultar-wa {
        font-size: 13px;

    }
}

span.meta-item {
    color: #6E808E;
    font-family: Ubuntu;
    font-size: 14px;
    font-style: normal;
    font-weight: 401;
    line-height: normal;
}

span.meta-item:nth-of-type(1){
    display:none;
}

@media (max-width: 40em) {
    span.meta-item{
    font-size: 12px;
    }    
}

.btn-consultar-wa{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #38c858;
    color: #fff !important;
    text-align: center;
    padding: 15px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration: none;
    margin-bottom: 25px;
    box-shadow: 0 4px 6px rgba(50, 200, 88, 0.2);
}

@media (max-width:40em){
    .btn-consultar-wa svg{
    height: 20px !important;
    width: 20px !important;     
    }
}

.simple-tour-meta{
    display: flex;
    gap: 15px; 
    color: #666; 
    font-size: 0.9rem;
    align-items: center;    
}

@media (max-width: 40em) {
    .simple-tour-meta{
    order: 0; 
    margin-bottom: 22px;
    }    
}
@media (max-width: 40em) {
    .exwt-tour-desde .exwt-precio-info{
    order: 2; 
    margin:0;
    }    
}
@media (max-width: 40em) {
    .exwt-desde-label {
    order: 1; 
    position: relative;
    }    
}


@media (max-width: 40em) {
    .exwt-desde-label p {
    position: absolute;
    top: 5px;
    left: 5px;
    }    
}
@media (max-width: 40em) {
    .exwt-moneda {
    font-size: 1.25rem;
    }    
}

/* --- CONSOLIDATED MEDIA QUERIES --- */

@media (min-width: 1000px) {
    .exwt-tour-desde { display: flex; align-items: baseline; flex-direction: column; text-align: end; margin-bottom:33px; }
    .exwt-precio { color: #000; font-family: Ubuntu; font-size: 42px; font-style: normal; font-weight: 700; line-height: 90%; letter-spacing: -1px; }
}

@media (max-width: 40em) {
    .exwt-tour-desde {
    margin:0;
    display: flex;
    flex-direction: column;
    }    
}
/* Mobile / Small Screens (max-width: 40em / ~640px) */
@media (max-width: 40em) {
    .picker__frame { padding: 11px; }
    .picker__wrap, .wt-departure { padding: 0 !important; margin: 0 !important; }
    .picker__day { padding: 0.45em 0 !important; margin: 2px !important; }
    .tour-header-wrapper { flex-direction: column; }
    .boton-heartbeat-glow { display: none; }
    .info-det ul.menu-list { padding: 22px 40px 0; }
    .info-det ul.menu-list li { display: list-item !important; }
    .switch-premium { left: 29%; }
    .switch-deluxe1, .switch-deluxe2 { left: 0%; width: 32%; }
    .switch-grandsuite { right: 0%; width: 40%; font-size: 0.95rem; }
    .tour-tble select { font-size: 0.9rem; }
    .single_variation_wrap .tour-tble tr { display: flex; justify-content: space-between; margin: 7px 3% 4px; }
    .lb-pric { font-size: 12px; }
    .p-price .woocommerce-Price-amount { font-size: 1rem; }
    .precio-pax { font-size: 12px; }
    .variations svg { position: absolute; right: 8%; left: unset !important; top: 45%; pointer-events: none; }
    #modal-reserva img:first-of-type { aspect-ratio: 2.5; }
    #modal-reserva .header-thumb img { aspect-ratio: 2/3 !important; }
    .switch-ext { position: relative; width: 80%; height: 44px; margin: 25px 0%; background-color: #b9b9b9; border-radius: 25px; overflow: hidden; display: flex; align-items: center; }
    .modal-btns { justify-content: flex-end; }
    .date-ph { display: flex; position: absolute; top: 25%; pointer-events: none; gap: 10px; align-items: center; line-height: normal; left: calc(10% - 1vw); }
    .single-product form.cart .wt-departure input.picker__input { padding: 10px 50px; }
    ul.accordion-list li div.answer p.req { color: #768094; font-feature-settings: 'liga' off; font-family: Ubuntu; font-size: 0.9rem !important; font-style: normal; font-weight: 400; line-height: 16.5px; padding: 0 30px 33px; }
    span.azur, span.violet { font-size: 1.3rem; }
    .home ul.accordion-list-faqs li div.answer-faqs p, .home ul.accordion-list-info li div.answer-info p, .home ul.accordion-list-reco li div.answer-reco p { padding: 20px 20px 0; }
    .accordion-item-header { font-size: .9rem; margin: 1em 2em; }
    .container-mod1 { flex-direction: column; }
    .carousel-product { width: 100%; }
    .slider-thumbnails { display: none; }
    .image-carousel .slick-next { right: calc(50px + (0vw - -140px) / 2); top: 42.5%; }
    .accord-faq .accordion-item-header { margin: 0 1em; font-size: 1rem; padding: 0; }
    .accordion-list .accord-faq li { padding: 20px 0; }
    ul.accordion-list { margin: 3em 0 0; }
    .info-cuenta ul.accord-info li { position: relative; display: block; width: 100%; height: auto; border-radius: 8px; background: #FFF; box-shadow: none; padding: 0; margin: 15px 0; cursor: pointer; border-radius: 6px; }
    .info-cuenta .accord-info .accordion-item-header { margin: 0 15px; box-shadow: none; padding: 15px; }
    #content>div.wt-content-custom>div.content-dt>div.mod1-tour>ul>li.active>div.answer.info-cuenta>ul>li>div.info-det>p:last-child { padding: 25px 25px 0; }
    .accordion-list li { padding: 10px 0; }
    .tour-name { display: none; }
    .rvws-container .carousel-interes { justify-content: flex-start; }
    .card-rvw:nth-child(3) { margin: 20px 40px 20px 20px; }
    .card-rvw:nth-child(1) { margin-left: 35px; }
    .cabins .desc-tour { margin: 0px 35px !important; }
    .bs-product { margin: 45px 0 0 10%; }
    .bc-modal { margin: 0 3% 15px; }
    .summary>.vc_column_container>.vc_column-inner { padding: unset !important; }
    #content>div.wt-content-custom.col-md-12>div.content-dt>div>div.vc_row.wpb_row.vc_row-fluid.summary.entry-summary>div>div>div>div>div>form>table.variations>tbody>tr>td { display: flex; justify-content: space-around; border: unset; margin: 20px 0 !important; }
    .a.text-primary { font-size: 16px; line-height: 20px; }
}

/* Tablet (max-width: 768/769px) */
@media (max-width: 769px) {
    .product-thumbnails-item { width: calc(33.333% - 7px); }
    .switchs { width: 90%; margin: 35px auto 20px; }
    .switch { width: 90%; height: 50px; }
    .postid-74394 .switch-text { font-size: 1.1rem; }
    .postid-74394 .spegazzini { font-size: 0.85rem; }
    #content>div.wt-content-custom.col-md-12>div.content-dt>div>div:nth-child(1)>div.wpb_column.vc_column_container.vc_col-sm-8>div>div>div.vc_row.wpb_row.vc_inner.vc_row-fluid>div>div>div>div.standard-arrow.list-divider.bullet-top>p { text-align: center !important; }
    .single-product.woocommerce div.product .summary form.cart button[type="submit"] { left: 5px !important; }
    .variations select { margin: unset !important; width: 100% !important; font-size: 13px; }
}

/* =========================================
   1. ESTILOS BASE (MOBILE FIRST)
   ========================================= */

/* --- Utilidades y Correcciones --- */

ul.accordion-list li div.answer .aviso p:empty {
  display: none;
}

/* --- Modales y Contenedores (Base) --- */

.modal {
  display: none;
  position: fixed;
  z-index: 9998;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  animation: fadeIn 0.3s ease-out;
}

.modal-content {
  position: fixed;
  width: 100%;
  height: 85dvh;
  background-color: white;
  padding: 70px 20px;
  transition: bottom 0.5s ease-out;
}

/* Especificidad para modal de confirmación */
#modal-confirmacion .modal-content {
  height: 100dvh;
  padding: unset;
  background: #009ABB;
}

.confirm-container {
  height: 55vh;
  background: #fff;
  position: relative;
}

.confirm-header {
  height: 55vh;
  background: #009ABB;
}

#modal-confirmacion .confirm-header {
  height: 45vh;
  background: #009ABB;
}


/* =========================================
   2. MEDIA QUERIES (MOBILE & TABLET)
   ========================================= */

/* --- Max Width: 778px --- */
@media (max-width: 778px) {
  #post-73902 .calafate-page .ct-grid h2 {
    margin: 20px 0 10px;
  }
}

/* --- Max Width: 1000px (Specific adjustments) --- */
@media (max-width: 1000px) {
  ul.accordion-list li div.answer .aviso {
    align-items: start;
  }

  ul.accordion-list li div.answer .aviso svg {
    margin: 0 10%;
  }
}

/* --- Max Width: 40em (Approx 640px) --- */
@media (max-width: 40em) {
  .tour-details {
    display: flex;
    position: static;
    align-content: center;
    left: 0;
    padding: unset;
  }

  .btn-wpp a {
    display: flex;
    position: static;
    align-content: center;
    left: 0;
    padding: unset;
  }

  .accord-faq > li:first-child .accordion-item-header {
    margin: 10px 1em 0;
  }

  div.answer p.req {
    color: #768094;
    font-feature-settings: 'liga' off;
    font-family: Ubuntu;
    font-size: 0.9rem !important;
    font-style: normal;
    font-weight: 400;
    line-height: 16.5px;
    padding: 0 15px 33px;
    margin: 0 0 1.75em;
  }

  .accordion-list .accord-faq li {
    padding: 20px 0;
  }
}

/* --- Min Width: 40em (Tablet/Desktop start) --- */
@media (min-width: 40em) {
  .tour-info-left {
    width: 50% !important;
  }

  .tour-info-right {
    width: 50% !important;
  }

  .wpb_map_wraper {
    margin: unset !important;
  }
}

/* --- Small Mobile Screens --- */
@media (max-width: 385px) {
  .tour-header h4 {
    font-size: 0.8rem;
  }
}

@media (max-width: 380px) {
  .switch-grandsuite {
    font-size: 0.9rem;
  }

  .postid-74394 .spegazzini {
    font-size: 0.75rem;
  }
}


/* =========================================
   3. MEDIA QUERIES (DESKTOP: +1000px)
   ========================================= */

@media (min-width: 1000px) {
  
  /* Layout & Modals Desktop */
  .modal-content {
    height: 75dvh;
    padding: 50px 20px;
  }

  .modal-header {
    width: 70%;
    padding: 0px 3%;
    top: -104px;
    left: 15%;
    border-radius: 20px 20px 0px 0px;
    height: 104px;
    background: #0000003d;
  }

  #modal-reserva {
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  /* Tour Cabins & Images */
  .carousel-cabins .tour img {
    border-radius: 16px;
    aspect-ratio: 2/1;
    max-width: 1024px;
  }

  .cabins-container {
    padding: 0 20%;
  }

  .cabins .h4-tour {
    margin: 25px 10% 20px;
  }

  .animal-container {
    padding: 20px 10%;
  }

  /* Buttons */
  .btn-captain {
    width: 16%;
    min-width: 175px;
    margin: 0;
  }

  .btn-pasarelas {
    width: 32%;
    min-width: 275px;
    margin: 0 0 22px;
  }

  .bot-btn .btn-primary, 
  .bot-btn .btn-wpp {
    width: 30%;
    border-radius: 36px;
  }

  .top-wrp .btn-primary, 
  .top-wrp .btn-wpp {
    border-radius: 50px;
    width: 30%;
  }

  /* Pricing & Header Details */
  .tour-desde {
    display: flex;
    align-items: baseline;
    flex-direction: column;
    text-align: end;
  }

  .precio-tour {
    color: #000;
    font-family: Ubuntu;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    letter-spacing: -1px;
  }

  .details-wrp {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 24px 0 25px;
  }

  .tour-header h4 {
    color: #FFF;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.5px;
    font-size: 2rem;
  }

  .tour-header p {
    display: none;
  }

  .precio-wrp img {
    display: none;
  }

  .header-img {
    display: none;
  }

  /* Checkout & Forms */
  .woocommerce-checkout #payment div.form-row {
    padding: 15px 27% 0;
  }

  .switch-tour {
    padding: 0 20%;
  }

  /* Accordion & Text Sizing */
  ul.accordion-list li div.answer.info-cuenta p {
    font-size: 1rem;
  }

  .incluido, 
  .traslado-opc {
    font-size: .9rem;
    width: 100%;
  }

  /* Itinerary Styles & Timelines */
  .itinerary-container {
    border-radius: 12px;
    border: 2px solid #E8F0F5;
    padding: 33px;
  }

  .itinerary {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 12px;
  }

  .itinerary-item .icon svg {
    width: 32px;
    height: 32px;
  }

  .itinerary-item .azur, 
  .itinerary-item .violet {
    margin: 11px 0 0 15px;
    width: 100dvw;
  }

  .itinerary-item .azur h3, 
  .itinerary-item .violet h3 {
    font-size: 1rem;
  }

  /* Timeline Gradients */
  .itinerary::before {
    content: '';
    position: absolute;
    left: 18%;
    top: 30px;
    bottom: 0;
    height: 72%;
    width: 1px;
    background: linear-gradient(to bottom, transparent 0%, transparent 25%, #ddd 25%, #ddd 75%, transparent 75%, transparent 100%);
    background-size: 2px 20px;
    z-index: 0;
  }

  .itinerary-mid::before {
    content: '';
    position: absolute;
    left: 18%;
    top: 30px;
    bottom: 0;
    height: 65%;
    width: 1px;
    background: linear-gradient(to bottom, transparent 0%, transparent 25%, #ddd 25%, #ddd 75%, transparent 75%, transparent 100%);
    background-size: 2px 20px;
    z-index: 0;
  }

  .itinerary-sm::before {
    content: '';
    position: absolute;
    left: 18%;
    top: 30px;
    bottom: 0;
    height: 60%;
    width: 1px;
    background: linear-gradient(to bottom, transparent 0%, transparent 25%, #ddd 25%, #ddd 75%, transparent 75%, transparent 100%);
    background-size: 2px 20px;
    z-index: 0;
  }

  .itinerary-xsm::before {
    content: '';
    position: absolute;
    left: 18%;
    top: 30px;
    bottom: 0;
    height: 53%;
    width: 1px;
    background: linear-gradient(to bottom, transparent 0%, transparent 25%, #ddd 25%, #ddd 75%, transparent 75%, transparent 100%);
    background-size: 2px 20px;
    z-index: 0;
  }

  .itinerary-large::before {
    content: '';
    position: absolute;
    left: 18%;
    top: 30px;
    bottom: 0;
    height: 75%;
    width: 1px;
    background: linear-gradient(to bottom, transparent 0%, transparent 25%, #ddd 25%, #ddd 75%, transparent 75%, transparent 100%);
    background-size: 2px 20px;
    z-index: 0;
  }

  /* Accordion Interaction & Styling */
  .accord-info {
    padding: 22px 0 30px;
  }

  .accordion-list li.active {
    padding: unset;
    box-shadow: unset;
  }
  
  .accordion-list li {
    box-shadow: unset;
    padding: unset;
  }

  .single-product .accordion-list li.active .accordion-item-header, 
  .single-product .accordion-list li.active .freq-header {
    background: #019cbf;
    color: #fff;
  }

  .pregs-wrap .accordion-list li.active .accordion-item-header {
    background: none;
    color: #333A48;
  }

  .mod1-tour .accordion-list li.active .accordion-item-header svg path, 
  .mod1-tour .accordion-list li.active .freq-header svg path {
    stroke: #fff;
  }

  .accordion-list .accordion-item-header, 
  .freq-header {
    padding: 22px 22px;
    border-radius: 12px;
    background: #FAFAFA;
    margin: unset;
  }

  .accordion-list li.active .accord-info .accordion-item-header {
    padding: 15px;
    margin: unset;
  }
  
  .accord-faq {
    padding: 2em 5em;
  }

  .section-info ul.accordion-list {
    padding: 0 20%;
  }

  /* Avisos & Info Boxes */
  .aviso {
    display: flex;
    border-radius: 16px;
    background: rgba(0, 154, 187, 0.05);
    color: #009ABB;
    font-family: Ubuntu;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    flex-direction: row;
    align-items: baseline;
    padding: 40px;
    gap: 5px;
    align-content: flex-start;
    justify-content: space-around;
  }

  .postid-71493 .aviso {
    align-items: center;
  }

  ul.accordion-list li div.answer .aviso p {
    font-size: 0.9rem;
    margin: 0 !important;
    width: 95%;
  }

  ul.accordion-list li div.answer .aviso .captain-wrapper p {
    width: 88%;
  }

  /* Typographic & Section Adjustments */
  .itinerario-desc {
    width: 65%;
    margin: 0px 10% 0 3%;
  }

  .tour-desc {
    font-size: 1.1rem;
    text-align: center;
    margin: 100px 0 50px !important;
  }

  .itinerario-desc.desc-espiritu {
    padding-bottom: 15%;
  }

  .det-wrap {
    padding: 2% 5%;
  }

  .info-det ul li {
    font-size: 0.9rem;
  }

  .h3-comp {
    font-size: 2.2rem;
  }

  .h3-tour {
    font-size: 2.2rem;
  }

  .h4-tour {
    font-size: 1.8rem;
  }

  .tour-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 11px;
    flex-direction: row;
    align-items: center;
  }

  .sust-elem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px;
    background: rgba(0, 177, 64, 0.05);
    margin: 50px 10% 0;
    border-radius: 8px;
  }

  .sust-wrp {
    font-size: 14px;
  }

  .h3-gal {
    width: auto;
  }

  .res {
    font-size: 2.25rem;
    text-align: center;
    padding-bottom: 100px;
  }

  .mod1-tour {
    display: flex;
    flex-direction: column;
    margin: 25px 10% 20px;
  }

  #post-164 .mod1-tour {
    display: flex;
    flex-direction: column;
    margin: 25px 10% 70px;
  }

  .mod-comp .btn-price {
    padding-right: 25px;
  }

  .p-reserva {
    display: none;
  }

  .cal-about {
    font-size: 2.5rem;
    width: 100%;
  }
}


/* =========================================
   4. HEIGHT-BASED MEDIA QUERIES
   ========================================= */

@media (max-height: 1200px) {
  #modal-confirmacion .confirm-header {
    height: 52vh;
  }
}

@media (max-height: 1000px) {
  .modal-content {
    height: 82dvh;
    padding: 40px 20px;
  }

  #product_total_price {
    padding: 22px 20px 15px;
  }

  #modal-confirmacion .confirm-header {
    height: 47vh;
  }
}

@media (max-height: 700px) {
  .modal-header {
    top: -15%;
  }

  .switch-tour {
    padding: 0 10px;
  }

  .modal-content {
    height: 100dvh;
    padding: 25px 20px;
  }
}

.tour-card {
    width: 90%;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 4px 12px 0px rgba(151, 168, 193, 0.15);
    position: absolute;
    left: 4.5%;
    top: -25%;
}


@media (min-width: 1000px) {
    .tour-card {
        width: 55%;
        max-width: 800px;
        height: 190px;
        border-radius: 16px;
        background: #FFF;
        box-shadow: 0px 4px 12px 0px rgba(151, 168, 193, 0.15);
        position: absolute;
        left: 22.5%;
        top: -15%;
    }
}

.confirm-container {
    height: 55vh;
    background: #fff;
    position: relative;
}



.tour-titulo {
    color: #000;
    font-family: Ubuntu;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.3px;
    margin: unset;
}

.tour-detalles {
    color: #333A48;
    font-family: Ubuntu;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    padding: 30px 10% 3%;
}

@media (min-width: 1000px) {
    .tour-detalles ul {
        margin-top: 20px;
    }
}

@media (min-width: 1000px) {
    .tour-detalles {
        float: left;
        width: 50%;
        padding: 29px 0 2% 35px;
    }
}

@media (min-width: 1000px) {
    .confirm-container {
        padding-top: 100px;
    }
}

@media (min-width: 1000px) {
    .tour-titulo {
        font-size: 1.5rem;
    }
}

.confirm-container .tour-detalles li {
    display: flex;
    align-items: center;
    margin: 15px 0px;
    font-family: Gilroy;
    font-size: 14px;
    padding: 0;
}

.tour-detalles li svg {
    margin-right: 5px;
}

.tour-detalles li p{
    font-size:14px;
}

@media (min-width: 1000px) {
    .tour-detalles ul {
        margin-top: 20px;
    }
}

@media (min-width: 1800px) {
    .tour-card {
        left: 29%;
    }
}

@media (max-width:40em){
    .captain-wrapper{
    display: flex;
    gap: 15px;
    flex-direction: column;
    align-items: center;   
    }    
}

@media (max-width:40em){
   .picker-input-wrapper{
    margin: 0 10px;
    width: 94% !important;
} 
}


.mod1-tour h2 {
    color: #000;
    font-family: Gilroy;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.5px;
    margin-top:0;
}

@media (max-width:40em){
    .picker.picker--opened .picker__holder{
        left: 50% !important;
    transform: translateX(-50%) !important;
    max-width: 90vw;     
    }
}
@media (max-width: 480px) {
    /* Corregir overflow global */
    html, body {
        overflow-x: hidden;
    }
    /* Ajustar el contenedor del calendario y el input */
    .picker__input {
        width: 100% !important;
        box-sizing: border-box;
    }
    /* Solucionar el desbordamiento de la tabla */
    .tour-tble.date-sl {
        width: 100% !important;
        left: 0 !important;
        margin-left: 0 !important;
    }
    /* Controlar el carrusel */
    .carousel-interes {
        max-width: 100vw;
        overflow-x: auto;
    }
}

    /* ===== CONTENEDOR PRINCIPAL DE RESERVA ===== */
    .exwt-booking-section {
        background: #f8fafc;
        border: 1px solid #66666636;
        border-radius: 12px;
        padding: 24px 16px;
        margin: 30px 0;
        box-shadow: 0 2px 12px rgba(0, 102, 204, 0.1);
        position: relative;
        overflow: visible;
        z-index: 10;
    }

    @media (max-width: 40em) {
        .exwt-booking-section {
            padding: 20px 16px;
            margin: 24px 0;
        }
    }

    /* ===== HEADER DEL BOOKING ===== */
    .exwt-booking-header {
        margin-bottom: 0;
        padding-bottom: 16px;
        border-bottom: 1px solid #e0e0e0;
    }

    .exwt-booking-title {
        font-size: 1.4rem;
        font-weight: 700;
        color: #001a4d;
        margin: 0 0 8px 0;
        display: flex;
        align-items: center;
        gap: 10px;
        line-height: 1.3;
    }

    @media (max-width: 40em) {
        .exwt-booking-title {
            font-size: 1.15rem;
        }

        .exwt-booking-title::before {
            font-size: 20px;
        }
    }

    .exwt-booking-subtitle {
        font-size: 0.9rem;
        color: #000;
        margin: 0;
        line-height: 1.5;
    }

    @media (max-width: 40em) {
        .exwt-booking-subtitle {
            font-size: 0.85rem;
        }
    }

    /* ===== SECCIÓN PRECIO "DESDE" ===== */
 

.exwt-tour-desde .exwt-precio-info {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 22px;
}

.exwt-moneda {
    color: #333A48;
    font-family: Ubuntu;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1px;
    text-transform: uppercase;
}

    .exwt-precio {
        font-size: 2.6rem;
        font-weight: 700;
        color: #333;
    }

    @media (max-width: 40em) {
        .exwt-precio {
            font-size: 2.1rem;
        }
    }

    .exwt-simbolo {
        font-size: 1.2rem;
        vertical-align: top;
    }

    .exwt-pax {
        font-size: 0.85rem;
        color: #666;
    }

    @media (max-width: 40em) {
        .exwt-pax {
            font-size: 0.7rem;
            color: #666;
        }
    }
@media (min-width: 1000px) {
    .exwt-tour-desde {
        display: flex;
        align-items: baseline;
        flex-direction: column;
        text-align: end;
        margin-bottom: 33px;
    }
}

    /* ===== CONTENEDOR DEL FORMULARIO ===== */
    .exwt-booking-form-wrapper {
        background: #f9fafc;
        padding: 16px 8px;
        border-radius: 8px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
        overflow: visible;
        z-index: 50;
        position: relative;
    }
    


    /* ===== ESTILOS DEL DATEPICKER MEJORADO ===== */
    /* Ocultar el input original de WooTours */
    .exwt-booking-form input[type="text"].elic-dti {
        display: none !important;
    }

    /* Contenedor principal del picker */
    .exwt-picker-container {
        position: relative;
        width: 100%;
        overflow: visible;
        z-index: 100;
        margin-bottom: 16px;
    }

    /* Contenedor del picker */
    .exwt-booking-form .picker {
        width: 100%;
        position: relative;
        margin-bottom: 16px;
        overflow: visible;
        z-index: 100;
        padding-top:0;
    }

    /* INPUT VISIBLE - Botón para abrir/cerrar el calendario */
    .exwt-picker-input {
        width: 100%;
        padding: 12px 12px;
        border: 1px solid #ddd;
        border-radius: 6px;
        font-size: 1rem;
        font-weight: 500;
        color: #333;
        background: white;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: all 0.3s ease;
        min-height: 44px;
        user-select: none;
        z-index: 101;
        position: relative;
    }

    .exwt-picker-input:hover {
        border-color: #0066cc;
        background: #f8fafc;
        box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.1);
    }

    .exwt-picker-input-text {
        flex: 1;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .exwt-picker-input-text::before {
        content: '📅';
        font-size: 18px;
        flex-shrink: 0;
    }

    .exwt-picker-input-arrow {
        font-size: 12px;
        color: #0066cc;
        transition: transform 0.3s ease;
        flex-shrink: 0;
        width: auto !important;
    }

    .exwt-picker-input.is-active .exwt-picker-input-arrow {
        transform: rotate(180deg);
    }

    /* El holder que contiene el calendario */
    .picker__holder {
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        right: auto !important;
        z-index: 999 !important;
        background: white;
        border-top: none;
        border-radius: 0 0 8px 8px;
        box-shadow: 0 8px 16px rgba(0, 102, 204, 0.15);
        padding: 2px;
        max-height: 500px;
        overflow-y: auto;
        width: 380px;
        display: none !important;
    }

    /* Mostrar el holder cuando el picker tiene picker--opened */
    .picker.picker--opened .picker__holder {
        display: block !important;
    }

    /* Mejora en la visualización del calendario */
    .exwt-booking-form .picker .flatpickr-calendar {
        background: transparent;
        border: none;
        border-radius: 0;
        box-shadow: none;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .exwt-booking-form .picker .flatpickr-months {
        padding: 12px 0;
    }

    .exwt-booking-form .picker .flatpickr-month {
        height: auto;
        padding: 0;
        margin-bottom: 12px;
    }

    .exwt-booking-form .picker .flatpickr-weekdays {
        background: #f8fafc;
        padding: 8px 0;
        border-radius: 4px;
        margin-bottom: 8px;
    }

    .exwt-booking-form .picker .flatpickr-day {
        flex-basis: 14.285714%;
        height: 32px;
        line-height: 32px;
        font-size: 0.9rem;
        border-radius: 4px;
        transition: all 0.2s ease;
        color: #333;
    }

    .exwt-booking-form .picker .flatpickr-day:hover:not(.disabled) {
        background: #e6f2ff;
        color: #0066cc;
        font-weight: 500;
    }

    .exwt-booking-form .picker .flatpickr-day.selected {
        background: #0066cc;
        color: white;
        font-weight: 600;
        border-radius: 4px;
    }

    .exwt-booking-form .picker .flatpickr-day.today {
        border-color: #0066cc;
        background: white;
        color: #0066cc;
        font-weight: 600;
    }

    .exwt-booking-form .picker .flatpickr-day.inRange {
        background: #cce5ff;
        color: #0066cc;
    }

    .exwt-booking-form .picker .flatpickr-day.disabled,
    .exwt-booking-form .picker .flatpickr-day.prevMonthDay,
    .exwt-booking-form .picker .flatpickr-day.nextMonthDay {
        color: #ddd;
        background: transparent;
        cursor: not-allowed;
    }

    /* Botones de navegación */
    .exwt-booking-form .picker .flatpickr-prev-month,
    .exwt-booking-form .picker .flatpickr-next-month {
        width: 32px;
        height: 32px;
        border-radius: 4px;
        transition: all 0.2s ease;
        color: #0066cc;
    }

    .exwt-booking-form .picker .flatpickr-prev-month:hover,
    .exwt-booking-form .picker .flatpickr-next-month:hover {
        background: #f0f4ff;
    }

    /* ===== ESTILOS DEL FORMULARIO DE VARIACIONES ===== */
    .single-product {
        margin: 0;
    }

    .single-product form.variations_form {
        margin: 0;
    }

    .single-product .variations {
        background: transparent;
        padding: 0;
        border: none;
        margin: 0 0 16px 0;
    }

    .single-product .variations tr {
        display: flex;
        flex-direction: column;
        margin-bottom: 16px;
        border: none;
        background: transparent;
    }

    .single-product .variations tr:last-child {
        margin-bottom: 0;
    }

    .single-product .variations th {
        padding: 0 0 8px 0;
        text-align: left;
        border: none;
        background: transparent;
        font-weight: 600;
        font-size: 0.95rem;
        color: #333;
    }

    .single-product .variations td {
        padding: 0;
        border: none;
        background: transparent;
    }

    .single-product .variations select {
        width: 100%;
        padding: 15px 12px;
        border: 1px solid #ddd;
        border-radius: 6px;
        font-size: 1rem;
        font-family: inherit;
        background-color: white;
        color: #333;
        cursor: pointer;
        transition: all 0.3s ease;
        appearance: none;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%230066cc' d='M10.293 3.293L6 7.586 1.707 3.293A1 1 0 00.293 4.707l5 5a1 1 0 001.414 0l5-5a1 1 0 10-1.414-1.414z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 10px center;
        padding-right: 30px;
    }

    .single-product .variations select:hover {
        border-color: #0066cc;
    }

    .single-product .variations select:focus {
        outline: none;
        border-color: #0066cc;
        box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.1);
    }

    /* ===== SECCIÓN DE TOTAL ===== */
    .single-product .woocommerce-variation-price {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #f8fafc;
        padding: 12px;
        border-radius: 6px;
        margin-bottom: 16px;
        font-size: 0.95rem;
    }

    .single-product .woocommerce-variation-price .label {
        font-weight: 600;
        color: #333;
    }

    .single-product .woocommerce-variation-price .woocommerce-Price-amount {
        font-size: 1.3rem;
        font-weight: 700;
        color: #0066cc;
    }

    /* ===== BOTÓN CTA ===== */
    .single-product .button.alt,
    .single-product button[type="submit"] {
        width: 100%;
        background-color: #0066cc;
        color: white;
        border: none;
        padding: 14px 20px;
        border-radius: 8px;
        font-size: 1rem;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        text-align: center;
        text-decoration: none;
        display: block;
    }

    .single-product .button.alt:hover,
    .single-product button[type="submit"]:hover {
        background-color: #0052a3;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 102, 204, 0.3);
    }

    .single-product .button.alt:active,
    .single-product button[type="submit"]:active {
        transform: translateY(0);
    }

    /* ===== FOOTER CON INFORMACIÓN IMPORTANTE ===== */
    .exwt-booking-footer {
        background: #f8fafc;
        padding: 16px;
        border-radius: 8px;
        border-left: 4px solid #0066cc;
        font-size: 0.85rem;
        color: #555;
        line-height: 1.6;
        margin-top: 16px;
    }

    .exwt-booking-footer p {
        margin: 0 0 8px 0;
    }

    .exwt-booking-footer p:last-child {
        margin-bottom: 0;
    }

    .exwt-booking-footer strong {
        color: #333;
        display: block;
        margin-bottom: 2px;
    }

    @media (max-width: 40em) {
        .exwt-booking-footer {
            font-size: 0.8rem;
            padding: 12px;
        }
    }

    /* ===== OCULTAR ELEMENTOS DE WOOCOMMERCE NO DESEADOS ===== */
    .exwt-booking-form .woocommerce-variation-price {
        display: block !important;
    }

    .exwt-booking-form .woocommerce-Price-amount::before {
        content: 'ARS ';
        font-family: inherit;
        font-size: 0.9rem;
        font-weight: 500;
        color: #121212;
    }

    .exwt-booking-form p.price {
        display: block !important;
    }

    .variations_form .wt-departure .picker {
        margin: 0;
    }

    @media (max-width: 40em) {
        .exwt-picker-input {
            font-size: 0.95rem;
            padding: 10px;
        }

        .exwt-picker-input-text::before {
            font-size: 16px;
        }

        .exwt-booking-form .picker .flatpickr-calendar {
            padding: 0;
            margin: 0;
        }

        .exwt-booking-form .picker .flatpickr-day {
            height: 28px;
            line-height: 28px;
            font-size: 0.85rem;
        }
    }

    /* Contenedor antiguo para compatibilidad */
    #closedDateContainer {
        display: none !important;
    }
    
    .exwt-picker-input-text {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
    color: #333;
    font-weight: 500;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.exwt-picker-input-text::before {
    content: '📅';
    font-size: 18px;
    flex-shrink: 0;
    display: inline-block;
}

/* Mostrar el input existente de FlatPickr */
.single-product form.cart .wt-departure input.picker__input {
    
            font-size: 1rem !important;
        font-family: Gilroy, sans-serif !important;
    display: block !important;
    width: 100% !important;
    padding: 14px 12px 12px 38px !important;
    border: 1px solid #ddd !important;
    border-radius: 6px !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    color: #333 !important;
    background: white url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2718%27 height=%2718%27 viewBox=%270 0 14 14%27 fill=%27none%27%3E%3Cpath d=%27M10.6 2.19995H3.4C2.07452 2.19995 1 3.27447 1 4.59995V10.6C1 11.9254 2.07452 13 3.4 13H10.6C11.9255 13 13 11.9254 13 10.6V4.59995C13 3.27447 11.9255 2.19995 10.6 2.19995Z%27 stroke=%27%236E808E%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3E%3C/path%3E%3Cpath d=%27M4.6 1V3.4M9.4 1V3.4M1 5.8H13%27 stroke=%27%236E808E%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3E%3C/path%3E%3C/svg%3E") no-repeat 12px center !important;
    background-size: 18px 18px !important;
    cursor: pointer !important;
    min-height: 44px !important;
    margin-bottom: 0px !important;
    transition: all 0.3s ease !important;
    box-sizing: border-box !important;
}

.single-product form.cart .wt-departure input.picker__input:hover {
    border-color: #0066cc !important;
    background-color: #f8fafc !important;
    box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.1) !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2718%27 height=%2718%27 viewBox=%270 0 14 14%27 fill=%27none%27%3E%3Cpath d=%27M10.6 2.19995H3.4C2.07452 2.19995 1 3.27447 1 4.59995V10.6C1 11.9254 2.07452 13 3.4 13H10.6C11.9255 13 13 11.9254 13 10.6V4.59995C13 3.27447 11.9255 2.19995 10.6 2.19995Z%27 stroke=%27%230066cc%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3E%3C/path%3E%3Cpath d=%27M4.6 1V3.4M9.4 1V3.4M1 5.8H13%27 stroke=%27%230066cc%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3E%3C/path%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: 12px center !important;
    background-size: 18px 18px !important;
}

.single-product form.cart .wt-departure input.picker__input:focus {
    border-color: #0066cc !important;
    background-color: white !important;
    box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.1) !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2718%27 height=%2718%27 viewBox=%270 0 14 14%27 fill=%27none%27%3E%3Cpath d=%27M10.6 2.19995H3.4C2.07452 2.19995 1 3.27447 1 4.59995V10.6C1 11.9254 2.07452 13 3.4 13H10.6C11.9255 13 13 11.9254 13 10.6V4.59995C13 3.27447 11.9255 2.19995 10.6 2.19995Z%27 stroke=%27%230066cc%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3E%3C/path%3E%3Cpath d=%27M4.6 1V3.4M9.4 1V3.4M1 5.8H13%27 stroke=%27%230066cc%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3E%3C/path%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: 12px center !important;
    background-size: 18px 18px !important;
    outline: none !important;
}

.single-product .picker__day {
    margin-left: 10px;
}
.single-product form.cart .wt-departure input[name="wt_date"]::placeholder {
    color: #0F1924 !important;
    font-family: Gilroy, sans-serif !important;
    font-size: 0.95rem !important;
    font-weight: 500 !important;
    opacity: 1 !important;
}

.exwt-booking-form .picker input.picker__input {
    display: block !important;
    width: 100%;
    padding: 12px 40px 12px 40px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 500;
    color: #333;
    background: white;
    background-image: none !important;
    cursor: pointer;
    min-height: 44px;
    margin-bottom: 16px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

/* Hover - sin interferir con JS */
.exwt-booking-form .picker input.picker__input:hover {
    border-color: #0066cc;
    box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.1);
}

/* Cuando el picker está activo */
.exwt-booking-form .picker input.picker__input--active,
.exwt-booking-form .picker input.picker__input--target {
    border-color: #0066cc !important;
    box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.1) !important;
}
.single-product .variations select[data-attribute_name]{
    background-repeat: no-repeat;
    background-position: left 12px center;
    background-size: 18px 18px;
    padding-left: 40px !important;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%236E808E' stroke-width='2'%3E%3Cpath d='M9 11l3 3L22 4'/%3E%3Cpath d='M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11'/%3E%3C/svg%3E") !important;
}

/* Hover - ícono cambia a color primario */
select[data-attribute_name]:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%230066cc' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='8' y1='6' x2='21' y2='6'/%3E%3Cline x1='8' y1='12' x2='21' y2='12'/%3E%3Cline x1='8' y1='18' x2='21' y2='18'/%3E%3Cline x1='3' y1='6' x2='3.01' y2='6'/%3E%3Cline x1='3' y1='12' x2='3.01' y2='12'/%3E%3Cline x1='3' y1='18' x2='3.01' y2='18'/%3E%3C/svg%3E");
}

@media (max-width:40em){
     .decrement-btn svg{
    fill:#fff;
    }   
    
    .woocommerce-variation table.tour-tble {
    background-color: #fff;
    }
    .mod1-tour h2{
    color:#fff;    
    }
    
    .exwt-booking-subtitle{
    color:#fff;
    }
    #product_total_price .price {
    color:#fff;
    }
    #product_total_price {
    color: #fff;
    }
}

.fa-calendar-check::before {
  content: "\f274";
}
.icon-accent {
  color: #00B0FF;
}
