@font-face {
    font-family: Questrial;
    src: url(../fonts/Questrial-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Ibrand;
    src: url(../fonts/ibrand.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* ----------------------------------------------------------------------
   Tokens de color, tipografia y anchos de contenedor
   ---------------------------------------------------------------------- */

:root {
    --color-primary: #00193a;
    --color-primary-hover: #002a63;
    --color-gold: #ffc407;
    --color-gold-dark: #cc9c05;
    --color-white: #ffffff;
    --color-black: #000000;
    --color-text: #555555;
    --color-whatsapp: #25d366;
    --color-whatsapp-hover: #1ebe5d;
    --font-primary: Questrial, sans-serif;
    --font-heading: Ibrand, sans-serif;
    --container-width: 90%;
    --container-width-mobile: 85%;
    --container-max: 1450px;
}

/* ------------------------------------------------------------------------
   Reset y caja por defecto
   ------------------------------------------------------------------------ */

*, ::after, ::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    overflow-x: hidden;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
}

body {
    overflow-x: clip;
    color: var(--color-text);
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    background: var(--color-white);
}

svg {
    max-width: 100%;
    height: auto;
}


/* ------------------------------------------------------------------------
   Controles de formulario y enlaces heredados del tema
   ------------------------------------------------------------------------ */

button, input, textarea {
    font: inherit;
}

button {
    cursor: pointer;
}

a {
    text-decoration: none;
    color: var(--color-primary);
}

b {
    font-weight: 700;
}


/* ------------------------------------------------------------------------
   Titulares y parrafos
   ------------------------------------------------------------------------ */

h1, h2, h3 {
    color: var(--color-primary);
    font-family: var(--font-heading);
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: .053em;
    margin-bottom: 10px;
}

p {
    margin-bottom: 1rem;
}

::selection {
    background: var(--color-gold);
    color: var(--color-white);
}


/* ------------------------------------------------------------------------
   Utilidades de maquetacion
   ------------------------------------------------------------------------ */

.p-y {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.contenedor-desk {
    width: var(--container-width);
    max-width: var(--container-max);
    margin: 0 auto;
}

.text-center {
    text-align: center;
}

.gold-line-main {
    display: block;
    width: 90px;
    height: 3px;
    border: 0;
    border-radius: 999px;
    background: var(--color-gold);
}

.hr-center {
    margin: 0 auto;
    margin-bottom: 15px;
}


/* ------------------------------------------------------------------------
   Anclas de scroll de las secciones enlazadas desde el menu
   ------------------------------------------------------------------------ */

#slider, #sobre-nosotros, #tours-paquetes {
    scroll-margin-top: 100px;
}


/* ------------------------------------------------------------------------
   Posicionamiento propio de esta plantilla (header sticky y hero)
   ------------------------------------------------------------------------ */

body.page-template-page-templatespage-viajes-uros-php #header, body.page-template-page-templatespage-viajes-uros-php #menu {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
}

body.page-template-page-templatespage-viajes-uros-php {
    #header {
        z-index: 100;
        background: #00193a;
    }

    #menu {
        position: sticky;
        top: 0;
        z-index: 999;
        width: 100%;
        background: var(--color-primary);
        border-top: 1px solid #303030b8;
    }

    #slider {
        margin-top: 0;
    }
}


/* ------------------------------------------------------------------------
   Cabecera superior con las redes sociales
   ------------------------------------------------------------------------ */

.section-header-1 {
    background-color: #00193a;
    padding: 10px 0;

    .social-cont {
        justify-content: end;
        align-items: center;
        gap: 15px;
        display: flex;
    }

    .social-icon {
        svg {
            vertical-align: middle;
        }
    }
}


/* ------------------------------------------------------------------------
   Menu principal heredado del tema (estructura de listas)
   ------------------------------------------------------------------------ */

.main-menu ul, .menu-gr-items ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-menu {
    > ul {
        display: flex;
        justify-content: center;

        > li {
            > a {
                display: block;
                padding: 20px 10px;
                color: var(--color-white);
                text-transform: uppercase;
                text-align: center;
                font-size: 13px;
                font-weight: 600;
            }
        }

        > li:hover {
            > a {
                color: #444;
                background: var(--color-gold);
            }
        }
    }
}


/* ------------------------------------------------------------------------
   Boton dorado reutilizado en cabecera y secciones
   ------------------------------------------------------------------------ */

.btn-viaj {
    color: var(--color-primary);
    text-transform: uppercase;
    background-color: var(--color-gold);
    border: 1px solid #00193a;
    border-radius: 50px;
    align-items: center;
    padding: 10px 20px;
    display: inline-flex;

    &:hover {
        transition: all .2s ease-in-out;
        transform: scale(1.02);
    }

    svg {
        vertical-align: middle;
    }
}


/* ------------------------------------------------------------------------
   Barra de navegacion principal
   ------------------------------------------------------------------------ */

header#header {
    position: relative;
    background: var(--color-primary);
}

nav#menu {
    position: relative;
    top: auto;
    left: auto;
    z-index: 90;
    width: 100%;
    background: var(--color-primary);
    border-top: 1px solid rgba(255, 255, 255, .12);
}

.hamburger {
    display: none;
}

.nav-viaj-main {
    z-index: 999;
    background: #fff;
    padding: 20px 0;
    position: sticky;
    top: 0;
    box-shadow: 0 4px 20px #00000014;

    .nav-items {
        a {
            color: #fff;
        }
    }
}

.nav-uros {
    justify-content: space-between;
    align-items: center;
    display: flex;

    .logo-main {
        img {
            vertical-align: middle;
            width: 203px;
            height: auto;
            display: inline-block;
        }
    }

    > ul {
        gap: 20px;
        list-style: none;
        display: flex;
    }
}


/* ------------------------------------------------------------------------
   Menu movil: el JS clona el <ul> del menu y le pone .mobile-menu
   ------------------------------------------------------------------------ */

body.mobile-menu-active {
    #header {
        display: none;
    }
}

.mobile-menu {
    border-bottom: 1px solid #f1f1f1;
    margin: 0;
    padding: 0;

    li {
        display: block;
        position: relative;
        margin-bottom: 0;
        padding: 10px 0;

        > a {
            display: block;
            position: relative;
            color: #444;
            text-transform: uppercase;
            font-size: 16.5px;
            font-weight: 400;
            line-height: 1;
            text-decoration: none;
        }

        ul {
            li {
                a {
                    display: block;
                    position: relative;
                    padding-left: 12px;
                    text-transform: capitalize;
                    font-size: 16px;
                    font-weight: 500;
                    text-decoration: none;
                }
            }
        }
    }

    > ul {
        padding: 10px 0 0 10px;
    }
}


/* ------------------------------------------------------------------------
   Panel lateral del menu movil de esta landing
   ------------------------------------------------------------------------ */

.nav-viaj-main + .mobile-header-active {
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
    max-width: 90%;
    height: 100vh;
    background: #00193a;
    z-index: 99999;
    overflow-y: auto;
    transform: translateX(-100%);
    visibility: hidden;
    transition: transform .35s ease, visibility .35s ease;

    &.sidebar-visible {
        transform: translateX(0);
        visibility: visible;
    }

    .mobile-menu-close {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
        border: 0;
        padding: 0;
        background: 0 0;
        color: #fff;
        font-size: 32px;
        line-height: 1;
        cursor: pointer;
        z-index: 2;
    }

    #mobile-menu-placeholder {
        padding: 80px 30px 40px;
    }

    .mobile-menu {
        margin: 0;
        padding: 0;
        list-style: none;

        > li {
            margin: 0;
            padding: 0;
            border-bottom: 1px solid rgba(255, 255, 255, .12);

            > a {
                display: block;
                padding: 17px 0;
                color: #fff;
                font-size: 15px;
                font-weight: 500;
                text-decoration: none;
                text-transform: uppercase;
            }

            > a:hover {
                color: #f5c400;
            }
        }
    }
}

body.mobile-menu-active:has(.nav-viaj-main) {
    overflow: hidden;
}


/* ------------------------------------------------------------------------
   Hero: imagen de fondo, titular y formulario
   ------------------------------------------------------------------------ */

.slider-main {
    position: relative;

    height: 600px;
    position: relative;

    .overlay-slider {
        pointer-events: none;
        background: #0000002e;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .img-content {
        height: 100%;
    }

    img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        display: block;
    }
}

.viaj-slider-cont {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;

    h1 {
        color: #fff;
        font-size: clamp(1.8rem, 3vw + 1rem, 3.5rem);
    }

    .sld-cont {
        color: #fff;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        gap: 10%;
        height: 100%;
        display: grid;
    }

    .sld-contact-form {
        -webkit-backdrop-filter: blur(3px);
        backdrop-filter: blur(3px);
        color: #fff;
        background-color: #00193a3d;
        border-radius: 10px;
        padding: 0 20px;
    }

    label {
        color: #fff !important;
    }
}


/* ------------------------------------------------------------------------
   Bloque de resenas (shortcode [slider-reviews])
   ------------------------------------------------------------------------ */

.slider-reviews {
    margin-bottom: 20px;
    padding-top: 40px;
    position: relative;
    padding-bottom: 20px;

    .card {
        background: linear-gradient(180deg, #fff 0, #f7f9fb 100%);
        border: 1px solid rgba(0, 0, 0, .05);
        padding: 1.25rem 1.5rem;
        max-width: 420px;
        margin: 1.5rem auto;
        box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
    }

    .header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 12px;
    }

    .avatar {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        overflow: hidden;
        background: linear-gradient(135deg, #ff7a3d 0, #ffc371 100%);
        box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
        flex-shrink: 0;

        img {
            width: 100%;
            height: 100%;
        }
    }

    .user-info {
        margin-left: 12px;
        flex: 1;
    }

    .user-name {
        font-size: 15px;
        font-weight: 500;
        color: #1f2937;
        margin: 0;
    }

    .user-date {
        font-size: 13px;
        color: #6b7280;
        margin: 2px 0 0;
    }

    .stars {
        display: flex;
        align-items: center;
        gap: 6px;
        margin-bottom: 14px;
    }

    .star-row {
        display: flex;
        gap: 3px;
    }

    .star {
        margin-right: 2px;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #00c27a;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .review-title {
        min-height: 45px;
        font-size: 15px;
        font-weight: 500;
        color: #111827;
        margin: 0 0 6px;
    }

    .review-body {
        font-size: 14px;
        line-height: 1.65;
        color: #4b5563;
        margin: 0;
    }

    .review-wrapper {
        position: relative;
        overflow: hidden;
        transition: max-height .5s ease;
        max-height: 72px;
    }

    .review-wrapper.expanded {
        max-height: 400px;
    }

    .swiper-button-next.nextp {
        right: 5px !important;
        position: absolute;
        top: 30px;
        transition: all .3s;
        box-shadow: 0 0 5px #00000040;
        padding: 10px;
        border: 1px solid #d7d7d7;
        width: 40px;
        height: 40px;
        border-radius: 509%;

        box-shadow: 0 0 10px #00000040;

        path {
            fill: #bdbdbd;
        }
    }

    .swiper-button-prev.prevp {
        left: 92% !important;
        position: absolute;
        top: 30px;
        transition: all .3s;
        box-shadow: 0 0 5px #00000040;
        padding: 10px;
        border: 1px solid #d7d7d7;
        width: 40px;
        height: 40px;
        border-radius: 509%;

        box-shadow: 0 0 10px #00000040;

        path {
            fill: #bdbdbd;
        }
    }

    .dots {
        display: flex;
        gap: 12px;
        align-items: center;
    }
}

.dots {
    width: fit-content;
    margin: 14px auto;
    display: flex;
    gap: 12px;
    align-items: center;

    span {
        width: 16px !important;
        height: 16px !important;
        border: 3px solid #00b894;
        border-radius: 50%;
        background: #00b894;
    }
}

p.rev-title {
    font-size: 1.4rem;
    line-height: 1rem;
    font-weight: 900 !important;
}

.trip_logo {
    svg {
        width: 140px;
    }
}

a.btn-tripadvisor {
    color: #198754;
    border-bottom: 1px solid #19875440;
    padding-bottom: 2px;

    b {
        color: #198754;
        border-bottom: 1px solid #19875440;
        padding-bottom: 2px;
    }
}

section.section-review {
    padding: 45px 0;
    margin: 0 auto;
    max-width: 1300px;
    align-items: center;
    text-align: center;
}


/* ------------------------------------------------------------------------
   Ajustes del tema sobre Swiper (la libreria se encola aparte)
   ------------------------------------------------------------------------ */

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
}

.swiper-slide {
    height: auto !important;
}

.swiper-pagination-bullet {
    opacity: 1;
    z-index: 2;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px !important;
    background-color: #cbd0d6;
    border-radius: 5px;
}

.swiper-pagination-bullet-active {
    background-color: var(--color-primary);
    width: 30px;
}


/* ------------------------------------------------------------------------
   Seccion de tours y paquetes
   ------------------------------------------------------------------------ */

.section-tours-paq {
    .tour-title {
        color: var(--color-primary);
    }

    .sub-title {
        text-align: center;
        font-size: clamp(24px, 2.3vw, 40px);
    }

    .sub-descrip {
        text-align: center;
        margin-top: 10px;
    }

    .list-tours-viaj {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        margin-top: 3rem;
        display: grid;
    }

    .item-tour {
        background-color: #fff;
        border: 1px solid #d8d8d8;
        border-radius: 8px;
        flex-direction: column;
        align-content: stretch;
        display: flex;

        &:hover {
            z-index: 1;
            transition: all .2s ease-in-out;
            transform: scale(1.02);
        }

        .img-tour {
            position: relative;

            .tour-duration {
                background: var(--color-primary);
                border-top-left-radius: 8px;
                border-bottom-right-radius: 20px;
                padding: 0 10px;
                position: absolute;
                top: 0;
            }

            img {
                object-fit: cover;
                border-top-left-radius: 8px;
                border-top-right-radius: 8px;
                width: 100%;
                height: 100%;
                display: block;
            }
        }

        .tour-info {
            flex-direction: column;
            flex: auto;
            justify-content: space-between;
            padding: 20px 15px;
            display: flex;
        }

        .tour-title {
            text-align: center;
            text-transform: uppercase;
        }

        .btn-viaj-tour {
            background-color: #0000;
            border: 2px solid var(--color-gold);
            border-radius: 50px;
            padding: 5px 20px;
            font-size: 15px;
            font-weight: 700;

            &:hover {
                color: #fff;
                background-color: #00193a;
                border-color: #00193a;
                transition: all .2s ease-in-out;
                transform: scale(1.02);
            }
        }

        .section-foot {
            justify-content: space-between;
            align-items: center;
            margin-top: 20px;
            display: flex;

            .trip-img {
                width: 123px;

                img {
                    width: 100%;
                    height: auto;
                }
            }
        }
    }
}


/* ------------------------------------------------------------------------
   Titulos de tour heredados del tema (el !important gana al resto)
   ------------------------------------------------------------------------ */

.list-tours-viaj {
    h3.tour-title {
        font-size: 1.3rem !important;
    }
}

.tour-duration {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    font-size: clamp(15px, 1vw, 18px);
    font-weight: 500;
}

.tour-title {
    margin: 0;
    color: #fff;
    font-size: clamp(35px, 2vw, 50px);
    font-weight: 700;
    line-height: 1;
}


/* ------------------------------------------------------------------------
   Seccion Explora
   ------------------------------------------------------------------------ */

.cont-explora {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    display: grid;

    .expl-image {
        img {
            object-fit: cover;
            -mask-image: url(https://www.urosexpeditions.com/wp-content/uploads/Pintura-2.svg);
            width: 100%;
            height: 100%;
            display: block;
            -webkit-mask-image: url(https://www.urosexpeditions.com/wp-content/uploads/Pintura-2.svg);
            -webkit-mask-position: center;
            -webkit-mask-size: contain;
            -webkit-mask-repeat: no-repeat;
        }
    }

    .expl-title {
        font-size: clamp(24px, 2.3vw, 40px);
    }

    .expl-descrip {
        margin-bottom: 20px;
    }
}


/* ------------------------------------------------------------------------
   Seccion de informacion adicional
   ------------------------------------------------------------------------ */

.section-additional {
    background-color: #00193a;

    .cont-aditional {
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
        gap: 3rem;
        display: grid;
    }

    .adi-image {
        height: 400px;

        img {
            object-fit: cover;
            border-radius: 15px;
            width: 100%;
            height: 100%;
            display: block;
        }
    }

    .item-adi {
        flex-direction: column;
        gap: 25px;
        display: flex;
    }

    .adi-title {
        font-size: clamp(1rem, 2vw + .5rem, 1.75rem);
    }

    .adi-info {
        color: #fff;
        align-items: center;
        gap: 20px;
        display: flex;

        .adi-icon {
            background-color: #fff;
            border-radius: 50%;
            justify-content: center;
            align-items: center;
            padding: 20px;
            display: flex;

            img {
                width: 50px;
                height: 50px;
            }
        }
    }
}


/* ------------------------------------------------------------------------
   Seccion de preguntas frecuentes: contenedor
   ------------------------------------------------------------------------ */

.cont-questions {
    .questions-title {
        text-align: center;
        font-size: clamp(24px, 2.3vw, 40px);
    }

    .cont-image {
        width: 100%;

        img {
            object-fit: cover;
            border-radius: 15px;
            width: 100%;
            height: 100%;
            display: block;
        }
    }

    .conten-descrip {
        border-radius: 15px;
        grid-template-columns: 40% 1fr;
        align-items: center;
        gap: 3rem;
        margin-top: 30px;
        padding: 30px;
        display: grid;
        box-shadow: 0 0 10px #0003;
    }
}


/* ------------------------------------------------------------------------
   Acordeon de FAQ (la clase .active la pone main.js al abrir)
   ------------------------------------------------------------------------ */

.cont-faqs {
    margin-top: 3rem !important;

    .faq_list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
        align-items: start;
        margin-top: 15px;
    }

    .faq_item {
        overflow: hidden;
        background: var(--color-white);
        border: 1px solid rgba(0, 25, 58, .1);
        border-radius: 16px;
    }

    .faq_question {
        width: 100%;
        min-height: 66px;
        padding: 18px 22px;
        border: 0;
        background: 0 0;
        color: var(--color-primary);
        font-size: 16px;
        font-weight: 800;
        text-align: left;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 18px;
    }

    .faq_icon {
        width: 32px;
        height: 32px;
        flex: 0 0 32px;
        border-radius: 50%;
        background: var(--color-gold);
        color: var(--color-primary);
        font-size: 20px;
        font-weight: 900;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .faq_answer {
        max-height: 0;
        overflow: hidden;
        transition: max-height .3s ease;
    }

    .faq_answer_inner {
        padding: 0 22px 22px;
        color: var(--color-text);
        font-size: 15px;
        line-height: 1.75;
    }

    .faq_item.active {
        .faq_icon {
            background: var(--color-primary);
            color: var(--color-white);
        }
    }
}

.page-template-page-viajes-uros {
    .faq_list.faq_list_one {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}


/* ------------------------------------------------------------------------
   Boton flotante de WhatsApp
   ------------------------------------------------------------------------ */

.icon-wpp-float {
    z-index: 99;
    animation: 1.2s infinite attract-shake-strong;
    position: fixed;
    bottom: 20px;
    right: 20px;

    a {
        color: #fff;
        cursor: pointer;
        background-color: #25d366;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
        width: 60px;
        height: 60px;
        text-decoration: none;
        display: flex;
        position: relative;
        box-shadow: 0 4px 10px #00000040;

        &:hover {
            transform: scale(1.08);
            box-shadow: 0 8px 20px #00000059;
        }

        .wpp-badge {
            color: #fff;
            background: #ff2d2d;
            border-radius: 20px;
            justify-content: center;
            align-items: center;
            min-width: 18px;
            height: 18px;
            padding: 0 5px;
            font-size: 11px;
            font-weight: 700;
            display: flex;
            position: absolute;
            top: 0;
            right: -6px;
            box-shadow: 0 2px 6px #0000004d;
        }

        svg {
            vertical-align: middle;
        }
    }
}

.wwp-buttom {
    color: #fff;
    z-index: 99;
    background-color: #25d366;
    border: none;
    border-radius: 50px;
    align-items: center;
    gap: 10px;
    padding: 15px;
    display: inline-flex;
    position: relative;
    bottom: 20px;
    right: 20px;
    box-shadow: 0 4px 12px #0000004d;

    &:hover {
        transition: all .2s ease-in-out;
        transform: scale(1.05);
        box-shadow: 0 6px 16px #0006;
    }

    .wpp-badge {
        text-align: center;
        background-color: red;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        font-size: 13px;
        font-weight: 700;
        display: inline-block;
        position: absolute;
        top: -5px;
        right: 0;
    }

    svg {
        vertical-align: middle;
        width: 30px;
        height: 30px;
    }
}

.anima-vibra {
    animation: .2s linear infinite both vibrate-3;
}


/* ------------------------------------------------------------------------
   Pie de pagina
   ------------------------------------------------------------------------ */

.footer-viajes {
    color: #fff;
    background-color: #00193a;

    .sec-logo {
        .descrip {
            margin-top: 20px;
        }
    }

    ul {
        list-style: none;

        li {
            margin-bottom: 10px;
        }
    }

    a {
        color: #fff;
    }

    .logoft-viajes {
        width: 200px;
        height: auto;
    }

    .footer-main {
        grid-template-columns: 30% 1fr 1fr 1fr;
        gap: 20px;
        display: grid;
    }

    .ftv-title {
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 20px;
        font-size: 18px;
    }

    .separador-footer {
        border: 1px solid #07264e;
        width: 100%;
    }

    .sec-derechos {
        text-align: center;
    }
}

.sec-derechos {
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20px;
    display: flex;

    .metodos-pago {
        img {
            width: 256px;
            height: auto;
        }
    }
}


/* ------------------------------------------------------------------------
   Modal de contacto: base heredada del tema
   ------------------------------------------------------------------------ */

body.modal-open {
    overflow: hidden;
}

.modal-dialog {
    margin: 50px auto;
    transition: transform .3s;
    transform: translateY(0);
    width: 65%;
}

.modal-content {
    background: #fff;
    border-radius: 10px;
    animation: .3s fadeIn;
    overflow: hidden;
    box-shadow: 0 5px 20px #0003;
}

.modal-body {
    padding: 20px;
}

.btn-close {
    cursor: pointer;
    background: 0 0;
    border: none;
    font-size: 1.5rem;
    line-height: 1;
}


/* ------------------------------------------------------------------------
   Modal de contacto: aspecto propio de esta landing
   ------------------------------------------------------------------------ */

.modal-landviaj {
    z-index: 3000 !important;

    .modal-body {
        color: #fff;
        background-color: #00193a;
        padding: 30px;
        position: relative;
    }

    .header-modal {
        text-align: center;
    }

    h2 {
        color: #fff;
    }

    label {
        color: #fff !important;
    }

    .btn-close {
        z-index: 99;
        position: absolute;
        right: 20px;
    }
}


/* ------------------------------------------------------------------------
   Modal de contacto: visibilidad (la clase .show la pone main.js)
   ------------------------------------------------------------------------ */

#myModalenquire {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    padding: 24px;
    background: rgba(0, 0, 0, .55);
    overflow-y: auto;

    &.show {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .modal-dialog {
        width: min(620px, 100%);
        margin: auto;
    }

    .modal-content {
        position: relative;
        width: 100%;
        max-height: calc(100vh - 48px);
        overflow-y: auto;
        background: #fff;
        border-radius: 22px;
        box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
    }
}


/* ------------------------------------------------------------------------
   Ajustes del tema sobre los formularios de WPForms
   ------------------------------------------------------------------------ */

div.wpforms-container-full {
    input[type=radio]:before {
        border-radius: 8px;
    }

    button {
        &[type=submit] {
            color: #000;
            text-transform: uppercase;
            background-color: var(--color-gold);
            border: none;
            border-radius: 10px;
            padding: 10px 20px;
            font-size: 14px;
            font-weight: 700;
            text-decoration: none;
            transition: all .2s;
            display: inline-block;
        }

        &[type=submit]:hover {
            color: #000;
            background-color: #f59e0b;
            transform: translateY(-1px);
        }

        svg {
            vertical-align: middle;
        }
    }
}

.wpforms-submit-container {
    text-align: center !important;
}


/* ==========================================================================
   RESPONSIVE

   Todos los @media del archivo, juntos y ordenados por breakpoint. Cada uno
   agrupa por componente los ajustes que le corresponden.
   ========================================================================== */

@media (max-width: 768px) {

    /* Acordeon de FAQ (la clase .active la pone main.js al abrir) */
    .cont-faqs {
        .faq_list {
            grid-template-columns: 1fr;
        }
    }
}

@media (max-width: 600px) {

    /* Titulos de tour heredados del tema (el !important gana al resto) */
    .tour-title {
        font-size: clamp(34px, 9vw, 46px);
    }
}

@media (max-width: 1024px) {

    /* Seccion de tours y paquetes */
    .section-tours-paq {
        .list-tours-viaj {
            grid-template-columns: repeat(2, 1fr);
        }
    }
}

@media (min-width: 1025px) and (max-width: 1350px) {

    /* Seccion de tours y paquetes */
    .section-tours-paq {
        .list-tours-viaj {
            grid-template-columns: repeat(3, 1fr);
        }
    }
}

@media (max-width: 576px) {

    /* Utilidades de maquetacion */
    .contenedor-desk {
        width: var(--container-width-mobile);
    }


    /* Barra de navegacion principal */
    .nav-viaj-main {
        padding: 10px 0;
    }

    .nav-uros {
        position: relative;

        .logo-main {
            img {
                width: 150px;
            }
        }

        > ul {
            z-index: 999;
            background: #fff;
            border: 1px solid #ccc;
            flex-direction: column;
            gap: 15px;
            width: 200px;
            padding: 15px;
            display: none;
            position: absolute;
            top: 50px;
            right: 0;
        }
    }

    .hamburger {
        cursor: default;
        display: inline-block;
    }

    .viaj-buttom {
        display: none;
    }

    .nav-items.show {
        display: flex;
    }


    /* Hero: imagen de fondo, titular y formulario */
    .viaj-slider-cont {
        .sld-cont {
            text-align: center;
            grid-template-columns: 1fr;
            gap: 10px;

            label {
                display: none !important;
            }
        }
    }

    .slider-main {
        height: 100vh;
    }


    /* Seccion de tours y paquetes */
    .section-tours-paq {
        .list-tours-viaj {
            grid-template-columns: 1fr;
        }
    }


    /* Seccion Explora */
    .cont-explora {
        grid-template-columns: 1fr;
    }


    /* Seccion de informacion adicional */
    .section-additional {
        .cont-aditional {
            grid-template-columns: 1fr;
        }
    }


    /* Seccion de preguntas frecuentes: contenedor */
    .cont-questions {
        .conten-descrip {
            grid-template-columns: 1fr;
        }
    }


    /* Pie de pagina */
    .footer-viajes {
        .footer-main {
            grid-template-columns: 1fr;
        }
    }
}

@media (min-width: 992px) {

    /* Panel lateral del menu movil de esta landing */
    .nav-viaj-main {
        + .mobile-header-active {
            display: none;
        }
    }
}

@media only screen and (max-width: 480px) and (orientation: portrait) {

    /* Barra de navegacion principal */
    header#header {
        height: 70px !important;
    }
}

@media (max-width: 480px) {

    /* Bloque de resenas (shortcode [slider-reviews]) */
    .slider-reviews {
        .swiper-button-prev.prevp {
            left: 70% !important;
        }
    }
}

/* ------------------------------------------------------------------------
   Animaciones referenciadas mas arriba
   ------------------------------------------------------------------------ */

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes attract-shake-strong {
    0% {
        transform: translateX(0) rotate(0)
    }
    5% {
        transform: translateX(-7px) rotate(-6deg)
    }
    10% {
        transform: translateX(7px) rotate(6deg)
    }
    15% {
        transform: translateX(-7px) rotate(-6deg)
    }
    20% {
        transform: translateX(7px) rotate(6deg)
    }
    25% {
        transform: translateX(-5px) rotate(-4deg)
    }
    30% {
        transform: translateX(5px) rotate(4deg)
    }
    35% {
        transform: translateX(0) rotate(0)
    }
    100% {
        transform: translateX(0) rotate(0)
    }
}

@keyframes vibrate-3 {
    0% {
        transform: translate(0)
    }
    20% {
        transform: translate(-2px, 2px)
    }
    40% {
        transform: translate(-2px, -2px)
    }
    60% {
        transform: translate(2px, 2px)
    }
    80% {
        transform: translate(2px, -2px)
    }
    100% {
        transform: translate(0)
    }
}

