:root {
    --color-purple: #432E6F;
    --color-red: #BC2D29;
    --color-creme: #F5E9CE;
    --color-white: #FAFAFA;
    --color-yellow: #FDA003;
    --color-yellow-dark: #FFA105;
    --color-coffe: #450E15;

}
@font-face {
    font-family: 'CanelaText Trial Bold';
    src: url("../assets/fonts/CanelaText-Bold-Trial.otf") format("opentype");
    font-style: bold;
    font-weight: 600;
}
@font-face {
    font-family: 'Gotham';
    src: url("../assets/fonts/Gotham-Regular.woff") format("woff");
    font-style: normal;
    font-weight: 500;
}
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}
body {
    overflow-x: hidden;
}
body.no-scroll {
    overflow: hidden;
}
section[id]{
    scroll-margin-top: 85px;
}
h2 {
    font-family: 'Lora';
    font-weight: 700 !important;
    text-transform: uppercase;
}
p, li, button {
    font-family: 'Gotham', sans-serif;
}
.swiper {
    overflow-y: visible !important;
}
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-thumb {
    background: var(--color-purple);
    border-radius: 5px;
}
::-webkit-scrollbar-track {
    background: transparent;
}
.nav-bar {
    position: fixed;
    width: 100dvw;
    top: 0;
    height: fit-content;
    color: var(--color-creme);
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1100;

    & .header-mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
        background: var(--color-red);
    }
    & .derecha-nav,
    .dropdown-toggle {
        display: none;
    }
    & .header-collapse {
        display: none;
    }
    & .header-collapse.show {
        display: flex;
        flex-direction: column;
        padding: 0;
        background: var(--color-red);
    }
    & .header-collapse.show .header-center {
        display: block;
        padding: 20px 20px 0;
    }
    & .header-collapse.show .header-center .nav-menu-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    & .header-collapse.show .header-center .nav-menu-list a {
        color: var(--color-creme);
        display: block;
        padding: 10px 0;
        font-size: 18px;
    }
    & .header-collapse.show .derecha-nav {
        display: flex;
        flex-direction: column;
        padding: 28px 20px;
    }
    & .header-collapse.show .dropdown-toggle {
        display: flex;
        justify-content: flex-start;
    }
    & .brand-name img {
        max-width: 140px;
    }
    & .social-networks {
        display: none;
        gap: 5px;

        & a {
            height: 24px;
            width: 24px;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        & img {
            height: 16px;
            width: 16px;
        }
    }
    & a {
        text-decoration: none;
        color: var(--color-red);
        transition: opacity ease-out 0.3s;
    }
    & a:hover {
        opacity: 0.7;
    }
    & .dropdown-toggle {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        background-color: var(--color-red);
        color: var(--color-creme);
        border: none;
        padding: 8px 20px;
        & svg {
            flex-shrink: 0;
        }
    }
    & .dropdown-toggle:hover {
        cursor: pointer;
        background-color: #8d2a26;
        border-radius: 5px;
        transition: 0.3s;
    }
    & .dropdown-toggle:active {
        background-color: #8d2a26;
    }
    & .dropdown-menu {
        display: none;
    }
    & .dropdown-menu.show {
        position: relative !important;
        display: flex;
        flex-direction: column;
        background-color: var(--color-red);
        padding: 0;
        border: none;
        transform: translate(0) !important;
    }
    & .dropdown-item {
        color: var(--color-creme);
        padding: 5px 0 5px 50px;
    }
    & .dropdown-item:hover, li:hover {
        background-color: var(--color-white);
        color: var(--color-red);
    }
    & .contacto {
        display: none;
        width: 50%;
        font-size: 16px;
        color: var(--color-red);
        padding: 8px 20px;
        margin: 28px 20px 0;
        border-radius: 8px;
        border: 1px solid var(--color-red);
        background: var(--color-white);
        cursor: pointer;
    }
    & .contacto:hover,
    .contacto:active {
        background: var(--color-creme);
    }
    .title-dropdown {
        font-size: 18px;
        text-align: center;
    }
    .dropdown-toggle::after {
        content: none;
    }

    .derecha-nav.show {
        display: flex;
        flex-direction: column;
        padding: 28px 0;
        background: var(--color-red);
    }
    .main-nav-toggle .menu-toggle span:nth-child(2) {
        margin-top: 5px;
    }
    .main-nav-toggle .menu-toggle span:nth-child(3) {
        margin-top: 5px;
    }
    nav.menu--open .main-nav-toggle .menu-toggle span:nth-child(1) {
        transform: rotate(45deg) translateY(4px);
        margin-top: 0;
    }
    nav.menu--open .main-nav-toggle .menu-toggle span:nth-child(2) {
        opacity: 0;
        margin-top: 0;
    }
    nav.menu--open .main-nav-toggle .menu-toggle span:nth-child(3) {
        transform: rotate(-45deg) translateY(-4px);
        margin-top: 0;
    }
    .main-nav-toggle {
        position: relative;
        z-index: 1;
    }
    .main-nav-toggle .menu-toggle {
        background-color: transparent;
        border: 0;
        padding: 0;
        height: 24px;
        width: 24px;
        cursor: pointer;
    }
    .main-nav-toggle .menu-toggle span {
        display: block;
        background-color: var(--color-creme);
        border-radius: 8px;
        height: 3px;
        width: 100%;
        transition: all 0.3s ease-in-out;
    }
}
.hero-section {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: fit-content;
    position: relative;
    
    & .container-max {
        color: var(--color-creme);
        display: flex;
        position: relative;
        top: 8%;
        height: 100%;
        align-items: center;
        justify-content: center;
        padding: 0 20px;
        overflow: hidden;
    }
    & .container-max.banner {
        height: 80vh;
        top: 0;
    }
    & .hero-video-bg {
        position: absolute;
        inset: 0;
        z-index: 0;
        pointer-events: none;
        overflow: hidden;
    }
    & .hero-video-bg iframe,
    & .hero-video-bg video {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
    }
    & .hero-video-bg video {
        object-fit: cover;
    }
    & .hero-video-bg iframe {
        border: 0;
        top: 50%;
        left: 50%;
        /* Cover por ancho: llenar el ancho del banner y recortar arriba/abajo si aplica */
        width: 100vw;
        height: 56.25vw; /* 16:9 */
        min-width: 177.7777778vh; /* 16:9 en función del alto */
        min-height: 100%;
        transform: translate(-50%, -50%);
    }
    & .hero-content {
        position: relative;
        z-index: 1;
    }
    & .hero-img {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        object-fit: cover;
        bottom: 0;
    }
    & .hero-column {
        position: absolute;
        height: 70%;
        width: 10%;
        right: 0;
        top: 20%;
        background: linear-gradient(to bottom, var(--color-red) 50%, transparent);
    }
    & .brand-name {
        margin: 40px 0 50px 0;
        height: 50px;
    }
    & p, strong {
        position: relative;
        top: 30%;
        font-size: 30px;
        color: #FAFAFA;
        line-height: 1.7;
        text-align: center;
    }
    & strong {
        font-family: 'CanelaText Trial Bold', serif;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-section .hero-video-bg {
        display: none;
    }
}
.who-we-are {
    background: linear-gradient(to bottom, var(--color-yellow) 50%, transparent);
    position: relative;
    width: 100%;
    height: fit-content;
    bottom: 0;
    
    & .container-max {
        color: var(--color-white);
        position: relative;
        top: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: left;
        gap: 50px;
        padding: 50px;
        padding-top: 90px;
    }
    & .who-we-are-info {
        width: 100%;
    }
    & h2 {
        position: absolute;
        top: 30px;
        justify-self: center;
        font-size: 25px;
        text-align: left;
        text-transform: uppercase;
        color: var(--color-white);
    }
    & .parragraph {
        width: 100%;
        color: #FFF;
        font-size: 18px;
        text-align: left;
        line-height: 28px;
    }
    & .parragraph span {
        font-weight: 700;
    }
    & .who-we-are-img {
        width: 100%;
        max-height: 380px;
        max-width: 450px;
        aspect-ratio: 3/2;
        position: relative;
        object-fit: cover;
        border-radius: 8px;
    }
}
.horario-section {
    & .container-max {
        position: relative;
        height: fit-content;
    }
    & .horarios-img {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        object-fit: cover;
        bottom: 0;
    }
    & .horarios-info {
        position: relative;
        padding: 25px 20px 40px;
    }
    & h2 {
        font-size: 25px;
        text-align: center;
        color: var(--color-white);
        margin-bottom: 50px;
    }
    & .parragraph {
        width: 100%;
        padding: 35px 25px 55px;
        border-radius: 8px;
        background: linear-gradient(to top, var(--color-coffe) 40%, transparent);
        display: flex;
        flex-direction: column;
        gap: 30px;
        color: #FFF;
        font-size: 18px;
        text-align: left;
        line-height: 28px;
    }
    & .parragraph span {
        font-weight: 700;
    }
    & .titulo-texto {
        font-size: 20px;
        font-family: Lora;
        font-weight: 700;
    }
    & .horarios {
        display: flex;
        width: 100%;
        gap: 12px;
        align-items: center;
        position: relative;
    }
    & .horario-icon {
        position: relative;
        height: 100%;
        object-fit: contain;
    }
    & .horarios p {
        margin-bottom: 0;
    }
}
.our-places {
    background-color: var(--color-purple);

    & .container-max {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    & .tab-content-container {
        position: relative;
        width: 100%;
        max-width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
        grid-auto-rows: minmax(auto, 1fr);
        box-sizing: border-box;
        min-width: 0;
    }
    & h2 {
        color: var(--color-yellow-dark);
        font-size: 35px;
        font-weight: 700;
        align-self: center;
        margin: auto;
        aspect-ratio: 1/1;
        width: 100%;
        box-sizing: border-box;
        min-width: 0;
        overflow: hidden;
        padding: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        word-wrap: break-word;
        word-break: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }
    & .tab-content-places {
        position: relative;
        aspect-ratio: 1/1;
        cursor: pointer;
        width: 100%;
        box-sizing: border-box;
        min-width: 0;
        overflow: hidden;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0.08);
        touch-action: manipulation;
    }
    & .tab-content-places > .our-places-img,
    & .tab-content-places > .logo,
    & .tab-content-places > .logo-mobile {
        pointer-events: none;
    }
    & .tab-content-places .our-places-popup {
        pointer-events: auto;
    }
    & .tab-content-places.last-item {
        & .logo img,
        & .logo-mobile img {
            height: 200px;
            max-height: 200px;
        }
    }
    & .close-popup {
        position: absolute;
        top: 25px;
        right: 25px;
        height: 46px;
        width: 46px;
        cursor: pointer;
    }
    & .our-places-popup.show {
        width: 90vw;
        max-width: 600px;
        height: 85vh;
        max-height: 90vh;
        display: block;
        box-sizing: border-box;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        z-index: 100002;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    }
    & .our-places-popup.show::before {
        content: '';
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: -1;
        top: 50%;
        left: 50%;
        width: 100vw;
        height: 100vh;
        margin-left: -50vw;
        margin-top: -50vh;
    }
    & .our-places-img {
        width: 100%;
        height: 100%;
        align-self: center;
        object-fit: cover;
        object-position: center;
    }
    & .logo {
        display: none;
    }
    & .logo-mobile {
        position: absolute;
        bottom: 0;
        display: flex;
        justify-content: end;
        height: 100%;
        width: 100%;
        padding: 32px 24px;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%);
    }
    & .logo img,
    .logo-mobile img {
        width: 100%;
        max-height: 100px;
        object-fit: contain;
        align-self: flex-end;
    }
    & .our-places-popup {
        background-color: var(--color-creme);
        display: none;
        justify-self: anchor-center;
        align-self: anchor-center;
        padding: 70px 40px 40px;
        border-radius: 5px;
        cursor: default;
    }
    & .our-places-info {
        display: flex;
        flex-direction: column;
        padding-right: 20px;
        gap: 60px;
        height: 85%;
        overflow-y: scroll;
        scrollbar-width: auto;
        & .right {
            & .description {
                text-align: justify;
                padding-right: 15px;
                line-height: 1.25;
                display: -webkit-box;
                -webkit-line-clamp: 4;
                -webkit-box-orient: vertical;
                text-overflow: ellipsis;
                overflow-y: scroll;
                scrollbar-width: none;
            }
        }
        & .left,
        .right {
            display: flex;
            flex-direction: column;
            gap: 15px;
            width: 100%;
            text-align: left;
            min-height: fit-content;
            flex-shrink: 0;
        }
        & .left:empty,
        & .right:empty {
            display: none;
        }
        & .left:only-child,
        & .right:only-child {
            width: 100% !important;
        }
        & hgroup:empty {
            display: none;
        }
        & hgroup:has(.our-places-infoplace:empty):not(:has(.our-places-subtitle)) {
            display: none;
        }
        & hgroup:has(.our-places-subtitle:empty):has(.our-places-infoplace:empty) {
            display: none;
        }
        & .our-places-infoplace:empty {
            display: none;
        }
        & .our-places-infoplace:not(:has(p:not(:empty))):not(:has(img[src])):not(:has(a)) {
            display: none;
        }
        & p:empty {
            display: none;
        }
        & .our-places-subtitle:empty {
            display: none;
        }
        & .left:empty,
        & .right:empty {
            display: none;
        }
    }
    & .our-places-services {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;

        & span {
            width: 100%;
            font-size: 12px;
            font-family: GOtham, sans-serif;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            gap: 8px;
        }
        & img {
            width: 40px;
            height: 40px;
        }
    }
    & .places{
        max-height: 100px;
        width: 100%;
        align-self: center;
        object-fit: contain;
    }
    & .our-places-subtitle {
        font-size: 20px;
        font-family: Lora;
        font-weight: 700;
        text-transform: uppercase;
        color: var(--color-yellow);
    }
    & p {
        margin: 0;
    }
    & a {
        text-decoration: none;
    }
    & .our-places-icon {
        width: 40px;
        height: 40px;
    }
    & .icon-contact {
        width: 20px;
        height: auto;
        margin-right: 5px;
    }
    & .content-redes {
        font-family: Lora;
        color: #000;
    }
    & .our-places-infoplace {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 15px;
        margin-top: 15px;

        & a {
            color: #000;
            text-decoration:underline;
            text-underline-position: from-font;
        }
        &:empty {
            display: none;
        }
        &:not(:has(p:not(:empty))):not(:has(img[src])):not(:has(a)) {
            display: none;
        }
        &.first-info {
            & p {
                display: block !important;
                width: 100%;
                flex: 1;
                min-width: 0;
                white-space: pre-line !important;
                word-wrap: break-word;
                overflow-wrap: break-word;
                & .first-6-chars {
                    display: inline;
                    line-height: 1;
                }
                & br {
                    display: block !important;
                    margin: 0 !important;
                    line-height: 0;
                    content: "";
                    height: 0;
                }
            }
        }
    }
    & hgroup {
        &:empty {
            display: none;
        }
        &:has(.our-places-infoplace:empty):not(:has(.our-places-subtitle)) {
            display: none;
        }
        &:has(.our-places-subtitle:empty):has(.our-places-infoplace:empty) {
            display: none;
        }
    }
    & p:empty {
        display: none;
    }
    & .our-places-subtitle:empty {
        display: none;
    }
    & .our-places-buttons {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 20px;
        margin-top: 40px;
    }
    & .button-content {
        width: 190px;
        height: 40px;
        font-size: 16px;
        font-family: 'Gotham', sans-serif;
        background-color: var(--color-purple);
        color: var(--color-creme);
        border: none;
        border-radius: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    & .button-content:hover {
        background-color: var(--color-white);
        color: var(--color-purple);
        cursor: pointer;
        transition: 0.5s;
    }
    & .outline {
        background-color: var(--color-white);
        color: var(--color-purple);
    }
    & .outline:hover {
        background-color: var(--color-purple);
        color: var(--color-creme);
    }
}

/* Popup cuando está en body (iOS): mismos estilos para que se vea igual */
.our-places-popup.show {
    background-color: var(--color-creme);
    padding: 70px 40px 40px;
    border-radius: 5px;
    width: 90vw;
    max-width: 600px;
    height: 85vh;
    max-height: 90vh;
    display: block;
    box-sizing: border-box;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 100002;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    cursor: default;
}
.our-places-popup.show::before {
    content: '';
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    margin-left: -50vw;
    margin-top: -50vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.how-to-get {
    position: relative;
    background: #000;
    
    & .container-max {
        color: #fff;
        overflow: hidden;
        padding: 0;
    }
    & .how-to-get-title {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        padding: 75px 0 35px;
        position: relative;
    }
    & .how-to-get-background {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    & h2 {
        width: 100%;
        font-size: 22px;
        font-weight: 700;
        text-align: center;
        z-index: 1;

        & span {
            font-family: Gotham, sans-serif;
        }
    }
    & .how-to-get-icons {
        display: flex;
        gap: 30px;
        height: 100px;
        z-index: 1;
    }
    & .icon {
        height: 72px;
        object-fit: contain;
    }
    & .how-to-get-info {
        position: relative;
        margin: 0;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    & .how-to-get-info-img {
        background-repeat: no-repeat;
        background-size: cover; 
        height: 310px;
        width: 100%;
        
        & p {
            font-size: 16px;
            width: 100%;
            height: 100%;
            backdrop-filter: brightness(50%);
            text-align: center;
            align-content: center;
        }
    }
}
.culture, .promociones {
    background-color: var(--color-coffe);

    & .container-max {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        align-items: center;
        padding: 45px 0;
    }
    & .promociones-title {
        align-self: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    & .culture-info {
        display: flex;
        flex-direction: column;
        align-self: center;
        text-align: justify;
        color: var(--color-white);
    }
    & h2 {
        width: 100%;
        color: var(--color-yellow-dark);
        font-size: 30px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 30px;
    }
    & p {
        display: none;
    }
    & .carrusel-container {
        position: relative;
        height: 276px;
        right: -100px;
    }
    & .cultura-carrusel.swiper {
        height: 100%;
    }
    & .swiper-wrapper {
        height: 100%;
    }
    & .swiper-slide {
        position: relative;
        height: 100%;
        border-radius: 8px;
        overflow: hidden;
        transition: transform .3s ease-in-out;
    }
    & .img-carrusel {
        width: 100%;
        height: 100%;
        min-height: 100%;
        object-fit: cover;
        display: block;
    }
    & .nombre-slide {
        display: flex;
        position: absolute;
        bottom: 0;
        width: 100%;
        justify-content: center;
        text-align: center;
        padding: 30px 0;
        gap: 20px;
        background: linear-gradient(to top, #1A0508 30%, transparent);
        color: var(--color-creme);
        text-transform: uppercase;
        font-weight: 700;
        font-size: 20px;
        align-items: center;

        & p {
            margin: 0;
            font-family: 'Lora';
        }
    }
    & .icon-carrusel {
        height: 23px;
        width: 23px;
        display: none;
    }
    & .swiper-button-next {
        background: var(--color-yellow-dark);
        border-radius: 50%;
        height: 40px;
        width: 40px;
        color: var(--color-white);
        right: 80px;
    }
    & .swiper-button-next:after {
        font-size: 20px;
    }
    & .swiper-pagination {
        position: absolute;
        bottom: -25px !important;
        height: 10px;
        justify-self: center;
    }
    & .swiper-pagination-bullet {
        height: 10px;
        width: 10px;
        border-radius: 50%;
        background: #FCFCFC;
    }
    & .swiper-pagination-bullet-active {
        width: 30px;
        border-radius: 10px;
        background: var(--color-yellow-dark);
    }
}
.mercado, .instagram {
    background-color: var(--color-purple);

    & .container-max {
        display: flex;
        flex-direction: column;
        padding: 45px 0;
        justify-content: space-between;
    }
    & .mercado-title, .instagram-title {
        align-self: center;
        font-size: 30px;
    }
    & .titulo-mercados-img {
        width: 200px;
        object-fit: contain;
        margin-bottom: 30px;
    }
    & h2 {
        color: var(--color-yellow-dark);
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 30px;
    }
    & .carrusel-container {
        position: relative;
        height: 276px;
        right: -100px;
    }
    & .swiper {
        height: 100%;
    }
    & .swiper-wrapper {
        height: 100%;
    }
    & .swiper-slide {
        position: relative;
        height: 100%;
        border-radius: 8px;
        overflow: hidden;
        transition: transform .3s ease-in-out;
    }
    & .img-carrusel {
        width: 100%;
        height: 100%;
        min-height: 100%;
        object-fit: cover;
        display: block;
    }
    & .nombre-slide {
        display: flex;
        position: absolute;
        bottom: 0;
        height: 100%;
        width: 100%;
        align-items: center;
        justify-content: center;
        padding: 0 25px;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%);
        color: var(--color-creme);
        text-transform: uppercase;
        font-weight: 700;
        font-size: 20px;
        text-align: center;

        & p {
            margin: 0;
            font-family: 'Lora';
            font-size: 16px;
            text-align: center;
            width: 100%;
        }
        & .carrusel-title {
            text-align: center;
            width: 100%;
            margin: 0 auto;
        }
    }
    & .swiper-button-next {
        background: var(--color-yellow-dark);
        border-radius: 50%;
        height: 40px;
        width: 40px;
        color: var(--color-white);
        right: 100px;
    }
    & .swiper-button-next:after {
        font-size: 20px;
    }
    & .swiper-pagination {
        position: absolute;
        bottom: -30px !important;
        height: 10px;
        justify-self: center;
    }
    & .swiper-pagination-bullet {
        height: 10px;
        width: 10px;
        border-radius: 50%;
        background: #FCFCFC;
    }
    & .swiper-pagination-bullet-active {
        width: 30px;
        border-radius: 10px;
        background: var(--color-yellow-dark);
    }
}
.events {

    & .carousel, .carousel-inner, .carousel-item {
        width: 100%;
        height: fit-content;
    }
    & .carousel-item {
        background-repeat: no-repeat;
        background-size: cover; 
    }
    & .carousel-control-next, .carousel-control-prev {
        border-radius: 50%;
        top: 50%;
        width: fit-content;
        height: fit-content;
        margin: 0 5%;
        padding: 10px;
        background: #000;
    }
    & .button-indicators {
        background-color: #FCFCFC !important;
        width: 10px;
        height: 10px;
        opacity: 1 !important;
        border-radius: 50%;
        border: none !important;
    }
    & .active.button-indicators {
        background-color: var(--color-coffe) !important;
        width: 30px;
        height: 10px;
        border-radius: 30px;
    }
    & .img-logo {
        width: 100%;
        display: flex;
        justify-content: center;
        border-bottom-right-radius: 4px;
        margin-bottom: 300px;
    }
    & img {
        width: 180px;
        padding-bottom: 20px;
    }

    & .container {
        position: sticky;
        width: 80%;
        height: auto;
        max-width: 1200px;
        border-radius: 4px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: start;
        padding: 0;
        margin: 20px auto 46px auto;
    }
    & .container-info {
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        text-align: center;
        align-self: center;
        position: relative;
    }
    & h2 {
        font-size: 40px;
        margin-top: 20px;
    }
    & p {
        font-size: 16px;
        background-color: var(--color-yellow);
        border-top-left-radius: 4px;
        text-align: start;
        overflow-y: auto;
    }
    & .info {
        height: 120px;
        display: flex;
        flex-direction: column;
        font-family: 'CanelaText Trial Bold', serif;
        padding: 10px 0 0 20px;
        border-top-left-radius: 4px;
        position: absolute;
        top: -120px;
        right: 0;
    }
    & .date {
        line-height: 0.8;
        padding: 0;
        margin: 0;
        font-size: 70px;
    }
}
.services {
    background-size: cover;

    & .container-max {
        color: var(--color-creme);
        padding: 40px 20px;
        position: relative;
        height: fit-content;
        overflow: hidden;
    }
    & h2 {
        font-size: 30px;
        margin-bottom: 30px;
        text-align: center;
    }
    & h3 {
        font-size: 25px;
        font-family: Lora;
        font-weight: 700;
    }
    & p {
        font-size: 16px;
        text-align: center;
    }
    & .swiper {
        margin-bottom: 50px;
        overflow: visible;
    }
    .swiper-wrapper {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
    & .swiper-slide {
        background-color: rgba(55, 55, 55, 0.50);
        backdrop-filter: blur(15px);
        font-size: 18px;
        border-radius: 10px;
        width: 300px;
        height: 230px;
    }
    & .service {
        height: 100%;
        width: 100%;
        padding: 45px 15px;
        color: var(--color-creme);     
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        gap: 10px;
        /* cursor: grab; */
        position: relative;
    }
}
.instagram {
    & h2 {
        color: var(--color-yellow-dark);
        font-size: 100px;
    }
}
.promociones {
    & .container-max {
        justify-content: space-around;
    }
    & .carrusel-container {
        position: relative;
        height: 276px;
        right: -100px;
    }
    & .promociones-carrusel.swiper {
        height: 100%;
    }
    & .swiper-wrapper {
        height: 100%;
    }
    & .swiper-slide {
        position: relative;
        height: 100%;
        border-radius: 8px;
        overflow: hidden;
        transition: transform .3s ease-in-out;
    }
    & .img-carrusel {
        width: 100%;
        height: 100%;
        min-height: 100%;
        object-fit: cover;
        display: block;
    }
    & .nombre-slide {
        display: flex;
        position: absolute;
        bottom: 0;
        width: 100%;
        justify-content: center;
        text-align: center;
        padding: 30px 0;
        gap: 20px;
        background: linear-gradient(to top, #1A0508 30%, transparent);
        color: var(--color-creme);
        text-transform: uppercase;
        font-weight: 700;
        font-size: 20px;
        align-items: center;
        & p {
            margin: 0;
            font-family: 'Lora';
        }
    }
}
.location {
    background-color: var(--color-creme);
    margin-bottom: 80px;

    & .container-max {
        color: var(--color-purple);
        padding: 60px 20px;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: left;
        gap: 20px;
    }
    & h2 {
        font-size: 30px;
        justify-self: center;
        margin-bottom: 60px;
    }
    & .location-info {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 20px;
        & hgroup {
            width: 100%;
        }
    }
    & .location-text {
        font-size: 18px;
        margin: 30px 15px 0 0;
        padding-left: 20px;
        border-left: 3px solid var(--color-purple);
    }
    & .location-img {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        gap: 20px;
        height: 48px;
    }
    & .location-img img {
        height: 100%;
    }
    & .map {
        display: flex;
        justify-content: center;
    }
    & .map img {
        width: 100%;
        border-radius: 6px;
    }
}
footer {
    & .footer-container{
        background-color: var(--color-red);
        font-family: 'Gotham', sans-serif;
        color: var(--color-creme);
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: -90px;
        border-radius: 30px 30px 0 0;
        padding: 70px 20px 35px;
        overflow: hidden;
    }
    & .footer-background {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    & .footer-info {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 40px;
        justify-content: space-between;
        align-items: center;
        z-index: 1;
    }
    & .brand-name {
        width: 250px;
    }
    & a {
        text-decoration: none;
        color: var(--color-creme);
        transition: opacity ease-out 0.3s;
    }
    & ul {
        list-style: none;
        display: grid;
        grid-template-rows: repeat(3, 1fr);
        grid-template-columns: auto auto;
        width: 100%;
        gap: 40px;
        margin: 0 30px 30px;
    }
    & li {
        font-size: 18px;
    }
    & .footer-note {
        display: flex;
        justify-content: space-between;
        width: 100%;
        font-size: 16px;
        border-top: 1px solid var(--color-creme);
        border-left: none;
        padding-top: 15px;
        z-index: 1;
        & .social-networks {
            display: none;
        }
    }
    & .social-networks {
        display: none;
    }
    & .social-networks-mobile {
        display: flex;
        gap: 20px;
    }
}
.footer-contact {
    background-color: var(--color-creme);
}
.hero-container {
    background-image: repeating-conic-gradient(var(--color-red) 0% 25%, #BD2E2890 25% 50%);
    background-size: 64px 148px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    margin-top: 75px;

    & h2 {
        position: absolute;
        margin: auto;
        top: 33%;
        font-size: 55px;
        color: #fff;
        text-shadow: 1px 1px black;
        text-transform: uppercase;
    }
    & .hero-img {
        width: 100%;
        overflow: hidden;
        margin-top: 230px;
    }
    & .contact-img {
        width: 100%;
        overflow: hidden;
    }
    & img {
        width: 100%;
        height: 360px;
        object-fit: cover;
    }
}
.form-container {
    background-color: var(--color-creme);
    position: relative;

    .container-max {
        position: relative;
        padding: 70px 20px 160px 20px;
        display: grid;
        align-items: center;
        gap: 20px;
        font-family: 'Gotham', sans-serif;
        z-index: 1;
    }
    & .contact-background {
        position: absolute;
        width: 100%;
        height: 100%;
    }
    & h2{
        color: var(--color-purple);
        margin-bottom: 24px;
        text-transform: uppercase;
    }
    & hgroup p {
        padding-inline: 15px;
        border-left: 2px solid var(--color-purple);
    }
    .form-group {
        margin-bottom: 15px;
    }
    .form-group p{
        margin: 0;
    }
    label {
        margin-bottom: 12px;
        font-size: 18px;
    }
    input, textarea {
        width: 100%;
        padding: 12px;
        border: 1px solid transparent;
        border-radius: 4px;
        resize: none;
    }
    & .btn-content {
        width: 100%;
        height: 40px;
        font-size: 16px;
        background-color: var(--color-purple);
        color: var(--color-creme);
        border: 1px solid var(--color-purple);
        border-radius: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        justify-self: center;
        padding: 0;
    }
    & .btn-content:hover {
        background-color: var(--color-creme);
        color: var(--color-coffe);
        cursor: pointer;
        transition: 0.5s;
    }
    .error {
        border: 1px solid var(--color-red);
    }
    .error-message {
        color: var(--color-red);
        font-size: 18px;
        margin-top: 5px;
        display: none;
    }
    .error-visible {
        display: block;
    }
    .msg-sent {
        width: 80%;
        border: none;
        border-radius: 4px;
        padding: 48px 55px;
        text-align: center;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);

        & p {
            font-size: 18px;
        }
    }
    .btn-close {
        position: absolute;
        height: 48px;
        width: 48px;
        right: 0;
        top: 0;
        cursor: pointer;
        opacity: 1;
    }
    .check {
        width: 64px;
        height: 64px;
        margin-bottom: 24px;
        justify-self: center;
    }
    .btn-popover {
        width: 190px;
        background-color: var(--color-purple);
        border-color: var(--color-purple);
        border-radius: 4px;
        color: #fff;
    }
    .btn-popover:hover {
        color: var(--color-purple) !important;
    }
}
.error-404 {
    background-color: var(--color-creme);
    position: relative;
    width: 100%;
    height: 65vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 75px;
    padding-inline: 30px;

    & img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    & h1 {
        font-family: 'Playfair Display', serif;
        font-size: 150px;
        font-weight: bold;
        color: #000;
        margin: 50px 0 20px 0;
        line-height: 80px;
        display: flex;
        gap: 10px;

        & span {
            font-size: 120px;
             display: inline-block;
             position: relative;
             top: -15px;
        }
    }
    & p {
        color: #000;
        margin-bottom: 40px;
        font-size: 18px;
        font-weight: 400;
    }
    & button {
        width: 100%;
        width: fit-content;
        padding: 25px 80px;
        height: 40px;
        background-color: #000;
        color: #fafafa;
        border: none;
        border-radius: 8px;
        margin-bottom: 190px;
        display: flex;
        justify-content: center;
        align-items: center;
        justify-self: center;
        text-decoration: none;
    }
    & button a {
        color: #fafafa;
        text-decoration: none;
        font-size: 18px;
        white-space: nowrap;
    }
    & button:hover {
        background-color: #fafafa;
    }
    & button:hover a {
        color: #000;
    }
}
@media (576px <= width) {
    .nav-bar {
        padding: 10px 15px;
        background: var(--color-red);
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 20px;

        & .header-mobile {
            width: auto;
            flex: 0 0 auto;
            padding: 0;
        }
        & .header-collapse {
            display: flex;
            flex: 1;
            align-items: center;
            justify-content: space-between;
            min-width: 0;
        }
        & .header-center {
            display: flex;
            flex: 1;
            justify-content: center;
            padding: 0;
        }
        & .header-center .nav-menu-list {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            gap: 1.5rem;
        }
        & .header-center .nav-menu-list a {
            color: var(--color-creme);
            font-family: 'Gotham', sans-serif;
            font-size: 1rem;
            text-decoration: none;
            transition: opacity 0.2s ease;
        }
        & .header-center .nav-menu-list a:hover {
            opacity: 0.85;
        }
        & .header-center .nav-menu-list a.current-menu-item {
            font-weight: 600;
        }
        & .derecha-nav {
            padding: 0;
            flex: 0 0 auto;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        & .header-lang-dropdown {
            position: relative;
        }
        & .dropdown-menu {
            display: none;
        }
        & .dropdown-menu.show {
            position: absolute !important;
            display: block;
            top: 100% !important;
            left: 0 !important;
            right: auto !important;
            transform: none !important;
            margin-top: 4px;
        }
        & .dropdown-item {
            padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
        }
        & .dropdown-item:hover, li:hover {
            cursor: pointer;
            background-color: #8d2a26;
            transition: 0.3s;
        }
        & .dropdown-toggle {
            & svg {
                position: relative;
                right: 0;
            }
        }
        & button {
            gap: 10px;
        }
        & .brand-name {
            position: static;
            & img {
                height: 40px;
            }
        }
        & .social-networks {
            display: flex;

            & img {
                height: 20px;
                width: 20px;
            }
        }
        & .main-nav-toggle {
            display: none;
        }
        & .dropdown-toggle {
            position: relative;
            display: flex;
        }
        & .contacto {
            display: none;
            width: auto;
            margin: 0;
        }
    }
    .hero-section {
        & .container-max {
            height: fit-content;
        }
        & .container-max.banner {
            height: 80vh !important;
            min-height: 80vh !important;
            max-height: 80vh !important;
        }
        & .hero-content {
            align-items: flex-end;
            justify-content: flex-end;
        }
        & p, strong {
            text-align: center;
            font-size: 40px;
        }
    }
    .who-we-are {
        & h2 {
            font-size: 30px;
        }
    }
    .how-to-get {
        & .how-to-get-info {
            grid-template-columns: repeat(3, 1fr);
        }
        & h2 {
            font-size: 35px;
        }
    }
    .our-places {
        & h2 {
            font-size: 45px;
        }
    }
    .events {
        & .carousel-control-prev {
            display: none;
        }
        & .carousel-control-next-icon {
           width: 1rem;
           height: 1rem; 
        }
    }
    .location {
        & .location-text {
            font-size: 20px;
        }
        & .map img {
            max-width: 346px;
            margin-top: 50px;
        }
    }
}
@media (768px <= width) {
    .nav-bar{
        padding-inline: 40px;

        & .social-networks {
            gap: 20px;
            
            & a {
                background-color: transparent;
            }
            & img {
                height: 24px;
                width: 24px;
            }
        }
    }
    .hero-section {
        height: 140vh;
        padding-bottom: 60px;
        
        & .brand-name {
            height: 70px;
        }
        & p, strong {
            font-size: 48px;
        }
    }
    .who-we-are {
        background: linear-gradient(90deg, var(--color-yellow) 40%, transparent);
        
        & .container-max {
            color: var(--color-white);
            position: relative;
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 90px;
            padding: 50px;
        }
        & .who-we-are-info {
            width: 40%;
        }
        & h2 {
            position: relative;
            top: 0;
            justify-self: left;
            font-size: 40px;
            text-align: left;
            text-transform: uppercase;
            color: var(--color-white);
        }
        & .parragraph {
            width: 100%;
            color: #FFF;
            font-size: 18px;
            line-height: 28px;
        }
        & .parragraph span {
            font-weight: 700;
        }
        & .who-we-are-img {
            width: 40%;
            height: 80%;
            aspect-ratio: inherit;
            position: relative;
            object-fit: cover;
            border-radius: 8px;
        }
    }
    .horario-section {
        & .horarios-info {
            position: relative;
            width: 100%;
            height: 100%;
            padding: 60px 0;
        }
        & h2 {
            font-size: 40px;
            text-align: center;
            color: var(--color-white);
            margin-bottom: 50px;
        }
        & .titulo-texto {
            font-size: 30px;
        }
        & .horarios {
            width: 100%;
        }
        & .parragraph {
            width: 70%;
            gap: 30px;
            padding: 60px 120px 60px 20%;
            background: linear-gradient(90deg, var(--color-coffe) 40%, transparent);
        }
    }
    .our-places {
        & h2 {
            font-size: 65px;
        }
        & .our-places-popup {
            padding: 70px 55px 40px;
        }
        & .our-places-info {
            flex-direction: row;

            & .left {
                width: 30%;
                min-height: fit-content;
                flex-shrink: 0;
            }
            & .right {
                width: 60%;
                min-height: fit-content;
                flex-shrink: 0;
                & .description {
                    display: block;
                    overflow: visible;
                }
            }
            & .left:empty {
                display: none;
            }
            & .right:empty {
                display: none;
            }
            & .left:only-child,
            & .right:only-child {
                width: 100% !important;
            }
            & hgroup:empty {
                display: none;
            }
            & hgroup:has(.our-places-infoplace:empty):not(:has(.our-places-subtitle)) {
                display: none;
            }
            & hgroup:has(.our-places-subtitle:empty):has(.our-places-infoplace:empty) {
                display: none;
            }
            & .our-places-infoplace:empty {
                display: none;
            }
            & .our-places-infoplace:not(:has(p:not(:empty))):not(:has(img[src])):not(:has(a)) {
                display: none;
            }
            & p:empty {
                display: none;
            }
            & .our-places-subtitle:empty {
                display: none;
            }
        }
        & .logo-mobile {
            display: none;
        }
        & .logo {
            position: absolute;
            bottom: 0;
            display: flex;
            justify-content: end;
            height: 100%;
            width: 100%;
            padding: 32px 24px;
            background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%);
        }
        & .our-places-services {
            display: flex;
        }
    }
    .how-to-get {
        & h2 {
            font-size: 40px;
        }
    }
    .culture, .promociones {
        & .container-max {
            flex-direction: row;
            padding: 75px 75px 75px 0;
            justify-content: left;
            align-items: center;
            & p {
                display: block;
            }
        }
        & .promociones-title {
            align-self: center;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        & .carrusel-container {
            width: 60%;
            height: 370px;
            padding: 0;
            left: -60px;
        }
        & .cultura-carrusel.swiper {
            height: 100%;
        }
        & .swiper-wrapper {
            height: 100%;
        }
        & .swiper-button-next {
            right: -60px;
        }
        & .swiper-slide {
            transition: transform .3s ease-in-out;
        }
        .swiper-slide:hover {
            transform: translateY(-10px);
        }
        & .swiper-slide:hover .icon-carrusel {
            display: block;
        }
        & .swiper-pagination {
            bottom: -30px;
        }
        & .culture-info {
            width: 40%;
        }
        & h2 {
            font-size: 70px;
        }
    }
    .mercado, .instagram {
        & .container-max {
            flex-direction: row;
            padding: 75px 0 75px 75px;
            align-items: center;
            gap: 40px;
        }
        & .mercado-title {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            flex: 1;
        }
        & .titulo-mercados-img {
            width: 400px;
            margin: 0 0 30px 0;
            display: block;
            margin-left: auto;
            margin-right: auto;
        }
        & .carrusel-container {
            flex: 1;
            width: 60%;
            height: 370px;
            right: -60px;
            flex-shrink: 0;
            overflow: hidden;
        }
        & .instagram {
            & .carrusel-container {
                overflow: hidden !important;
                max-width: 100%;
                & .instagram-carrusel {
                    width: 100%;
                    max-width: 100%;
                    overflow: hidden !important;
                    & > * {
                        width: 100%;
                        max-width: 100%;
                        overflow: hidden !important;
                        box-sizing: border-box;
                    }
                }
            }
        }
        & .swiper {
            height: 100%;
        }
        & .swiper-wrapper {
            height: 100%;
        }
        & .swiper-slide {
            transition: transform .3s ease-in-out;
        }
        .swiper-slide:hover {
            transform: translateY(-10px);
        }
        & .nombre-slide {
            height: fit-content;
            padding: 30px 0;
            background: linear-gradient(to top, #1A0508 30%, transparent);
            & p {
                font-size: 20px;
            }
        }
        & .mercado-title, .instagram-title {
            font-size: 70px;
            align-self: center;
        }
    }
    .events {
        & .carousel-control-prev {
            display: inline-block;
        }
        & .carousel-control-next-icon, .carousel-control-prev-icon {
            width: 2rem;
            height: 2rem;
        }
    }
    .stores, .services, .location {
        & .container-max {
            padding-inline: 40px;
        }
    }
    .services {
        & .container-max {
            flex-direction: column;
            align-items: center;
        }
        & .swiper-wrapper {
            flex-direction: row;
        }
        & h2 {
            font-size: 48px;
        }
    }
    .location {
        & .container-max {
            flex-direction: row-reverse;
            padding: 60px 65px;
        }
        & h2 {
            text-align: center;
            font-weight: 700;
            font-size: 40px;
        }
    }
    footer {
        & .footer-container{
            padding-inline: 40px;
            padding: 60px 20px;
        }
        & .footer-info {
            flex-direction: row;
            gap: 0;
        }
        & .brand-name {
            max-height: 45px;
        }
        & ul {
            width: 40%;
            flex-direction: row;
            gap: 20px;
            margin-bottom: 16px;
        }
        & a:hover {
            opacity: 0.7;
        }
        & .footer-note {
            width: 100%;
            font-size: 20px;
            text-align: start;
            & .social-networks {
                display: flex;
                gap: 20px;
            }
        }
        & .social-networks-mobile {
            display: none;
        }
    }
    .hero-container{
        & h2 {
            font-size: 75px;
        }
    }
    .form-container {
        .container-max {
            padding-inline: 40px;
        }
    }
    .error-404 {
        & h1 {
            font-size: 100px;

            & span {
                font-size: 80px;
            }
        }
        & button {
            max-width: 275px;
        }
    }
}
@media (992px <= width) {
    .nav-bar{
        padding-inline: 80px;
        align-items: center;
    }
    .hero-section {
        & .brand-name {
            height: 75px;
        }
        & .hero-content {
            width: 60vw;
        }
    }
    .our-places {
        & .container-max {
            width: 100%;
            max-width: 100%;
            box-sizing: border-box;
        }
        & .tab-content-container {
            grid-template-columns: repeat(3, 1fr);
            gap: 0;
            grid-auto-rows: minmax(auto, 1fr);
            width: 100%;
            max-width: 100%;
            box-sizing: border-box;
            min-width: 0;
        }
        & .tab-content-container h2 {
            aspect-ratio: 1/1;
            padding: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            word-wrap: break-word;
            word-break: break-word;
            overflow-wrap: break-word;
            hyphens: auto;
        }
        & .tab-button-places {
            background-color: transparent;
            padding: 0;
            color: #000;
        }
        & .tab-button-places:hover, .tab-button-places:focus, .tab-button-places.active {
            color: var(--color-creme);
            background-color: transparent;
        }
        & .tab-button-places.active {        
            font-family: 'CanelaText Trial Bold', serif;
            text-transform: uppercase;
        }
        & .tab-button-places::before {
            content: "———";
            color: transparent;
            margin-right: 10px;
            margin-left: -20px;
            transition: all 0.5s ease;        
        }
        & .tab-button-places.active::before {
            color: var(--color-creme);
        }
        & .tab-content-places.active {
            flex-direction: row;
        }
        & .logo img, .logo-mobile img {
            max-height: 130px;
        }
        & .our-places-img {
            height: 100%;
            padding-inline: 0;
        }
    }
    .how-to-get {
        & .how-to-get-info-img {
            height: 350px;
        
            & p {
                font-size: 20px;
            }
        }
    }
    .who-we-are {
        & h2 {
            font-size: 48px;
            margin-bottom: 60px;
        }
    }
    .horario-section {
        & h2 {
            font-size: 48px;
        }
    }
    .culture, .promociones {
        & .culture-info {
            padding-inline: 80px;
        }
    }
    .stores {
        & .container-max {
            padding-inline: 80px;
        }
        & h2 {
            font-size: 30px;
        }
    }
    .events {
        & .img-logo {
            width: auto;
            padding: 50px 10px;
            margin-bottom: 150px;
        }
        & img {
            padding-bottom: 0;
        }
        & .container-info {
            height: 84px;
            flex-direction: row;
            align-items: center;
        }
        & h2 {
            margin: 0;
            padding: 0 40px;
            font-weight: 700;
        }
        & p {
            height: 120px;
            font-size: 18px;
            margin: -30px 0 0 0;
            padding: 30px 150px 0px 40px;
        }
        & .info {
            font-size: 18px;
            padding: 10px 0 0 20px;
            top: -65px;
            height: 140px;
            padding-top: 20px;
            line-height: 2.3;
        }
    }
    .services {
        & .container-max {
            flex-direction: row;
            padding-inline: 80px;
        }
    }
    .location {
        & .container-max {
            flex-direction: row-reverse;
            gap: 50px;
        }
        & h2 {
            font-size: 50px;
            font-weight: 700;
        }
        & .map img {
            margin-top: 0;
            max-width: 600px;
        }
    }
    footer {
        & .footer-container{
            padding-inline: 80px;
        }
        & .brand-name {
            height: 65px;
        }
        & ul {
            gap: 40px;
        }
    }
    .hero-container{
        flex-direction: row;
        justify-content: flex-end;

        & h2 {
            top: 40%;
            left: 20%;
        }
        & .hero-img {
            width: 70%;
            height: 400px;
            object-fit: cover;
            margin-top: 0;
        }
        & img {
            height: 400px;
            object-fit: cover;
        }
    }
    .form-container {
        .container-max {
            gap: 50px;
            padding-inline: 80px;
            grid-template-columns: 1fr 1fr;
            align-items: center;
        }
        & h2 {
            font-size: 48px;
        }
        & hgroup p {
            font-size: 22px;
        }
        & .btn-content {
            width: 273px;
            margin-right: auto;
        }
        & form {
            display: flex;
            flex-direction: column;
        }
    }
}
@media (1200px <= width) {
    .hero-section {
        & .hero-content {
            max-width: 1200px;
            align-items: center;
        }
        & .brand-name {
            margin: 100px 0;
        }
    }
    .how-to-get {
        overflow: hidden;

        .container-max {
            max-width: 100%;
            overflow: visible;
        }
    }
    .our-places {
        & .container-max {
            width: 100%;
            max-width: 100%;
            box-sizing: border-box;
        }
        & .tab-content-container {
            grid-template-columns: repeat(4, 1fr);
            width: 100%;
            max-width: 100%;
            box-sizing: border-box;
            min-width: 0;
        }
        & .tab-content-container h2 {
            aspect-ratio: 1/1;
            padding: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            word-wrap: break-word;
            word-break: break-word;
            overflow-wrap: break-word;
            hyphens: auto;
        }
    }
    .location {
        & h2 {
            font-size: 100px;
        }
    }
}

/* añadidos */

#primary-terrazas {
    overflow: visible; /* No recortar secciones; permite que blog, ubicación, etc. se muestren completos */
}

@media (min-width:1800px) {

 .culture, .promociones {
        & .culture-img {
            object-fit: cover;
            width: 100vw;  
        }
    }

}
@media (max-width:768px) {
    #primary-terrazas .swiper-horizontal>.swiper-pagination-bullets, 
    #primary-terrazas .swiper-pagination-bullets.swiper-pagination-horizontal, 
    #primary-terrazas .swiper-pagination-custom, 
    #primary-terrazas .swiper-pagination-fraction {
        z-index: 100;
        top: var(--swiper-pagination-top);
    }
    .services {
        & .service {
            cursor: grab;
        }
    }
    .hero-section {
        & .container-max.banner {
            height: 80vh !important;
            min-height: 80vh !important;
            max-height: 80vh !important;
        }
    }
    .culture, .promociones, .mercado {
        & .swiper-button-next {
            right: calc(40% - 50px) !important;
        }
    }
    .instagram {
        & .carrusel-container {
            position: static !important;
            right: 0 !important;
            height: auto !important;
            width: 100%;
            max-width: 100%;
            margin: 0 auto;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
        & .instagram-carrusel.swiper,
        & .instagram-carrusel {
            height: auto !important;
            overflow: visible;
            width: 100%;
            max-width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        & .swiper-wrapper {
            display: none !important;
        }
        & .swiper-button-next,
        & .swiper-pagination {
            display: none !important;
        }
        & .instagram-carrusel > *:not(.swiper-wrapper) {
            width: 100%;
            max-width: 100%;
            margin: 0 auto;
            overflow: hidden;
            box-sizing: border-box;
        }
    }
}
@media (min-width:1200px) {
    .services .swiper-wrapper {
        justify-content: space-evenly;
    }
}

/* Popup formulario */

.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-content {
    background: #fff;
    padding: 2rem;
    border-radius: 8px;
    max-width: 567px;
    max-height: 377px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.popup-icon {
    margin-bottom: 1rem;
}

.popup-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}

.popup-accept {
    margin-top: 1rem;
    padding: 0.75rem 3rem;
    cursor: pointer;
    background-color: var(--color-purple);
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
}

.popup-accept:hover {
    background-color: #1d152f;
}


.popup-content h2 {
    color: var(--color-purple);
    font-size: 20px;
    font-weight: 400;
}

.popup-content p {
    color: #1A202C;
    font-size: 18px;
}

@media (max-width: 660px) {
    .popup-content {
        margin: 20px;
    }
}

/* Blog Section */
.blog-section {
    background-color: var(--color-yellow);
    padding: 24px 16px;
    position: relative;
    min-height: auto;
    overflow: visible;
    
    & .container-max {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        box-sizing: border-box;
    }
    
    & .blog-section-title {
        font-family: 'Lora', serif;
        font-weight: 700;
        font-size: clamp(1.5rem, 5vw, 48px);
        text-transform: uppercase;
        color: var(--color-coffe);
        text-align: center;
        margin: 0 0 20px 0;
        line-height: 1.2;
    }
    
    & .blog-cards-container {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        width: 100%;
        margin-bottom: 24px;
    }
    
    & .blog-card {
        position: relative;
        background-color: var(--color-white);
        border-radius: 8px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        
        &:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
        }
    }
    
    & .blog-card-link-overlay {
        position: absolute;
        inset: 0;
        z-index: 1;
        cursor: pointer;
    }
    
    & .blog-card-image-wrapper {
        position: relative;
        width: 100%;
        padding-top: 60%;
        overflow: hidden;
    }
    
    & .blog-card-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    & .blog-card-date {
        position: absolute;
        bottom: 12px;
        left: 12px;
        display: flex;
        align-items: center;
        gap: 8px;
    }
    
    & .blog-card-date-icon {
        width: 36px;
        height: 36px;
        background-color: var(--color-yellow-dark);
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        
        & svg {
            width: 16px;
            height: 16px;
        }
    }
    
    & .blog-card-date-text {
        font-family: 'Gotham', sans-serif;
        font-size: clamp(0.75rem, 2vw, 14px);
        font-weight: 400;
        color: #FAFAFA;
        line-height: 1.3;
    }
    
    & .blog-card-content {
        padding: 20px 16px;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }
    
    & .blog-card-title {
        font-family: 'Lora', serif;
        font-size: clamp(1rem, 2.5vw, 24px);
        font-weight: 700;
        color: #000000;
        margin: 0 0 12px 0;
        line-height: 1.4;
    }
    
    & .blog-card-excerpt {
        font-family: 'Gotham', sans-serif;
        font-size: clamp(0.875rem, 1.5vw, 16px);
        font-weight: 400;
        color: #666;
        line-height: 1.6;
        margin: 0 0 16px 0;
        flex-grow: 1;
    }
    
    & .blog-card-divider {
        width: 100%;
        height: 2px;
        background-color: #D1D5DB;
        margin: 0 0 15px 0;
    }
    
    & .blog-card-link {
        font-family: 'Gotham', sans-serif;
        font-size: clamp(0.75rem, 2vw, 14px);
        font-weight: 700;
        color: var(--color-coffe);
        text-decoration: none;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        gap: 8px;
        transition: color 0.3s ease;
        pointer-events: none;
        
        .blog-card:hover & {
            color: var(--color-purple);
        }
        
        & svg {
            transition: transform 0.3s ease;
        }
        
        .blog-card:hover & svg {
            transform: translateX(4px);
        }
    }
    
    & .blog-button-wrapper {
        margin-top: auto;
        padding-top: 16px;
        display: flex;
        justify-content: center;
        flex-shrink: 0;
    }
    
    & .blog-button {
        background-color: var(--color-purple);
        color: var(--color-white);
        padding: 12px 28px;
        border-radius: 8px;
        font-family: 'Gotham', sans-serif;
        font-size: 14px;
        font-weight: 500;
        text-decoration: none;
        text-align: center;
        transition: background-color 0.3s ease, transform 0.3s ease;
        
        &:hover {
            background-color: #1d152f;
            transform: translateY(-2px);
        }
    }
}

/* Tablet portrait (≥576px) */
@media (min-width: 576px) {
    .blog-section {
        padding: 28px 24px;
        
        & .blog-section-title {
            margin-bottom: 24px;
        }
        
        & .blog-cards-container {
            grid-template-columns: repeat(2, 1fr);
            gap: 24px;
        }
        
        & .blog-card-content {
            padding: 22px 20px;
        }
    }
}

/* Tablet landscape (≥768px) */
@media (min-width: 768px) {
    .blog-section {
        padding: 36px 32px;
        
        & .blog-section-title {
            margin-bottom: 32px;
        }
        
        & .blog-cards-container {
            grid-template-columns: repeat(3, 1fr);
            gap: 32px;
            margin-bottom: 28px;
        }
        
        & .blog-card-date {
            bottom: 15px;
            left: 15px;
            gap: 10px;
        }
        
        & .blog-card-date-icon {
            width: 40px;
            height: 40px;
            
            & svg {
                width: 18px;
                height: 18px;
            }
        }
        
        & .blog-card-content {
            padding: 28px 24px;
        }
        
        & .blog-button {
            padding: 15px 40px;
            font-size: 16px;
        }
    }
}

/* Desktop (≥992px) */
@media (min-width: 992px) {
    .blog-section {
        padding: 44px 48px;
        
        & .blog-cards-container {
            gap: 40px;
        }
        
        & .blog-card-content {
            padding: 30px 28px;
        }
        
        & .blog-button {
            padding: 18px 48px;
            font-size: 18px;
        }
    }
}

/* Large desktop (≥1200px) */
@media (min-width: 1200px) {
    .blog-section {
        padding: 48px 60px;
        
        & .blog-section-title {
            margin-bottom: 40px;
        }
        
        & .blog-cards-container {
            gap: 50px;
            margin-bottom: 32px;
        }
        
        & .blog-card-content {
            padding: 30px;
        }
    }
}

/* ============================================
   CARRUSEL PERSONALIZADO (Custom Carousel)
   ============================================ */

/* Contenedor del carrusel - overflow hidden para ocultar slides fuera de vista */
.cultura-carrusel.mySwiper,
.cultura-carrusel-custom.mySwiper,
.mercado .carrusel-container .mySwiper,
.promociones-carrusel.mySwiper,
.instagram .carrusel-container .instagram-carrusel {
    overflow: hidden !important;
    position: relative;
    width: 100%;
    height: 100%;
}

/* Wrapper del carrusel - contenedor de slides */
.carousel-wrapper,
.swiper-wrapper {
    display: flex !important;
    flex-direction: row !important;
    will-change: transform;
    backface-visibility: hidden;
    height: 100%;
    position: relative;
}

/* Slides del carrusel */
.carousel-slide,
.swiper-slide {
    flex-shrink: 0 !important;
    box-sizing: border-box;
    height: 100%;
}

/* Paginación personalizada */
.custom-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.custom-pagination-bullet {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #FCFCFC;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    padding: 0;
    margin: 0;
}

.custom-pagination-bullet.active {
    width: 30px;
    border-radius: 10px;
    background: var(--color-yellow-dark);
}

.custom-pagination-bullet:hover {
    opacity: 0.8;
}

/* Botón de navegación personalizado */
.custom-carousel-next {
    cursor: pointer;
    user-select: none;
}

.custom-carousel-next:active {
    transform: scale(0.95);
}

/* Asegurar que los estilos existentes de Swiper funcionen con el carrusel personalizado */
.swiper-pagination.custom-pagination {
    position: absolute;
    bottom: -25px !important;
}

/* Mantener compatibilidad con estilos existentes */
.swiper-pagination-bullet.custom-pagination-bullet {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #FCFCFC;
}

.swiper-pagination-bullet-active.custom-pagination-bullet.active {
    width: 30px;
    border-radius: 10px;
    background: var(--color-yellow-dark);
}

/* ============================================
   SECCIÓN CULTURA CUSTOM (100% JavaScript puro, sin Swiper)
   ============================================ */

.culture-custom {
    background-color: var(--color-coffe);
}

.culture-custom .container-max {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    padding: 45px 0;
}

.culture-custom .culture-info-custom {
    display: flex;
    flex-direction: column;
    align-self: center;
    text-align: justify;
    color: var(--color-white);
}

.culture-custom h2 {
    width: 100%;
    color: var(--color-yellow-dark);
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

.culture-custom p {
    display: none;
}

.culture-custom .custom-carousel-container {
    position: relative;
    height: 276px;
    right: -100px;
    width: 100%;
    overflow: hidden;
}

.culture-custom .custom-carousel {
    height: 100%;
    width: 100%;
    position: relative;
}

.culture-custom .custom-carousel-track {
    display: flex;
    flex-direction: row;
    height: 100%;
    will-change: transform;
    backface-visibility: hidden;
    position: relative;
}

.culture-custom .custom-carousel-item {
    position: relative;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    transition: transform .3s ease-in-out;
    flex-shrink: 0;
    box-sizing: border-box;
}

.culture-custom .custom-carousel-img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    display: block;
}

.culture-custom .custom-carousel-overlay {
    display: flex;
    position: absolute;
    bottom: 0;
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 30px 0;
    gap: 20px;
    background: linear-gradient(to top, #1A0508 30%, transparent);
    color: var(--color-creme);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    align-items: center;
}

.culture-custom .custom-carousel-overlay p {
    margin: 0;
    font-family: 'Lora';
    display: block;
}

.culture-custom .custom-carousel-icon {
    height: 23px;
    width: 23px;
    display: none;
}

.culture-custom .custom-carousel-item:hover {
    transform: translateY(-10px);
}

.culture-custom .custom-carousel-item:hover .custom-carousel-icon {
    display: block;
}

.culture-custom .custom-carousel-btn-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 80px;
    background: var(--color-yellow-dark);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    color: var(--color-white);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    border: none;
    transition: transform 0.3s ease;
    font-size: 20px;
    font-weight: bold;
    padding: 0;
}

.culture-custom .custom-carousel-btn-next:hover {
    transform: translateY(-50%) scale(1.1);
}

.culture-custom .custom-carousel-btn-next span {
    display: block;
    line-height: 1;
}

.culture-custom .custom-carousel-pagination {
    position: absolute;
    bottom: -25px !important;
    left: 50%;
    transform: translateX(-50%);
    height: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    z-index: 10;
}

.culture-custom .custom-carousel-pagination .custom-pagination-bullet {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #FCFCFC;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    padding: 0;
    margin: 0;
}

.culture-custom .custom-carousel-pagination .custom-pagination-bullet.active {
    width: 30px;
    border-radius: 10px;
    background: var(--color-yellow-dark);
}

/* Responsive para mobile */
@media (max-width: 767px) {
    .culture-custom .custom-carousel-container {
        right: -100px;
        height: 276px;
    }
}

/* Responsive para desktop */
@media (768px <= width) {
    .culture-custom .container-max {
        flex-direction: row;
        padding: 75px 75px 75px 0;
        justify-content: left;
        align-items: center;
    }
    
    .culture-custom p {
        display: block;
    }
    
    .culture-custom .custom-carousel-container {
        width: 60%;
        height: 370px;
        padding: 0;
        left: -60px;
        right: auto;
    }
    
    .culture-custom .custom-carousel-btn-next {
        right: -60px;
    }
    
    .culture-custom .custom-carousel-pagination {
        bottom: -30px;
    }
    
    .culture-custom .culture-info-custom {
        width: 40%;
    }
    
    .culture-custom h2 {
        font-size: 70px;
    }
}