: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;
}
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;
}
.nav-bar {
    position: fixed;
    width: 100dvw;
    top: 0;
    height: 75px;
    background-color: var(--color-red);
    color: var(--color-creme);
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1100;

    & .derecha-nav,
    .dropdown-toggle {
        display: flex;
        gap: 22px;
    }
    & .brand-name {
        height: 35px;
    }
    & .social-networks {
        display: flex;
        gap: 5px;

        & a {
            height: 24px;
            width: 24px;
            background-color: var(--color-purple);
            border-radius: 100px;
            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 {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        background-color: var(--color-red);
        color: var(--color-creme);
        border: none;
        border-radius: 4px;
        padding: 5px;
    }
    & .dropdown-toggle:hover {
        cursor: pointer;
        background-color: #8d2a26;
        transition: 0.3s;
    }
    & .dropdown-toggle:active {
        background-color: #8d2a26;
    }
    & .dropdown-menu {
        background-color: var(--color-red);
        padding: 0;
    }
    & .dropdown-item:hover, li:hover {
        background-color: #8d2a26;
        color: var(--color-creme);
    }
    & .tittle-dropdown {
        font-size: 18px;
    }
    & .contacto {
        font-size: 16px;
        color: var(--color-red);
        padding: 8px 20px;
        border-radius: 8px;
        border: 1px solid var(--color-red);
        background: var(--color-white);
        cursor: pointer;
    }
    & .contacto:hover,
    .contacto:active {
        background: var(--color-creme);
    }
    .bottom-sheet {
        position: fixed;
        left: 0;
        bottom: -100%;
        width: 100%;
        background: var(--color-red);
        box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
        transition: bottom 0.3s ease-in-out;
        z-index: 1050;
    }
    .bottom-sheet-content {
        width: 100%;
        padding: 20px 20px 0 20px;
        position: relative;
    }
    .bottom-sheet.show {
        bottom: 0;
    }
    .close-btn {
        position: absolute;
        right: 0;
        top: 0;
        margin: 20px 20px 0 0;
        padding: 0;

        & img {
            height: 24px;
            width: 24px;
        }
    }
    .list-group {
        list-style: none;
    }
    .title-dropdown {
        font-size: 18px;
        text-align: center;
    }
    .dropdown-toggle {
        display: none;
    }
    .dropdown-toggle::after {
        content: none;
    }
}
.hero-section {
    height: 140vh;
    position: relative;
    
    & .container-max {
        color: var(--color-creme);
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: center;
        padding: 0 20px;
        overflow: hidden;
    }
    & .hero-content {
        position: relative;
        height: 80vh;
    }
    & .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 {
        font-size: 48px;
        color: #FAFAFA;
        line-height: 1.7;
        text-align: start;
    }
    & strong {
        font-family: 'CanelaText Trial Bold', serif;
    }
}
.who-we-are {
    background: linear-gradient(90deg, var(--color-yellow) 40%, transparent);
    position: absolute;
    width: 100%;
    bottom: 60px;
    
    & .container-max {
        color: var(--color-white);
        position: relative;
        display: flex;
        align-items: center;
        gap: 90px;
        padding: 50px;
        padding-right: 20%;
    }
    & .who-we-are-info {
        width: 40%;
    }
    & h2 {
        font-size: 30px;
        text-align: left;
        text-transform: uppercase;
        color: var(--color-white);
    }
    & .parragraph {
        width: 100%;
        color: #FFF;
        font-size: 18px;
        text-align: justify;
        line-height: 28px;
    }
    & .parragraph span {
        font-weight: 700;
    }
    & .who-we-are-img {
        width: 40%;
        height: 80%;
        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 {
        padding: 25px 20px 40px;
    }
    & h2 {
        font-size: 48px;
        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: 30px;
        font-family: Lora;
        font-weight: 700;
    }
    & .horarios {
        display: flex;
        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);

    & .tab-content-container {
        position: relative;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    & h2 {
        color: var(--color-yellow-dark);
        font-size: 75px;
        font-weight: 700;
        align-self: center;
        margin: auto;
    }
    & .tab-content-places {
        aspect-ratio: 4 / 5;
        position: relative;
        cursor: pointer;
    }
    & .close-popup {
        position: absolute;
        top: 25px;
        right: 25px;
        height: 46px;
        width: 46px;
        cursor: pointer;
    }
    & .our-places-popup.show {
        width: 50vw;
        display: block;
        position: fixed;
        z-index: 2;
    }
    & .our-places-img {
        width: 100%;
        height: 100%;
        align-self: center;
        object-fit: cover;
        object-position: center;
    }
    & .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%);
    }
    & .logo img {
        width: 100%;
        max-height: 120px;
        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: 50px 55px 40px;
        border-radius: 5px;
        cursor: default;
    }
    & .our-places-info {
        display: flex;
        gap: 60px;
        max-height: 540px;
        overflow-y: scroll;
        scrollbar-width: none;
    }
    & .left,
    .right {
        display: flex;
        flex-direction: column;
        gap: 35px;
        text-align: left;
    }
    & .left {
        width: 30%;
    }
    & .right {
        width: 60%;
    }
    & .description {
        text-align: justify;
        padding-right: 15px;
        line-height: 1.25;
    }
    & .our-places-services {
        width: 100%;
        display: flex; 
        gap: 10px;

        & span {
            width: 80px;
            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: 150px;
        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;
        }
    }
    & .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);
    }
}
.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: 40px;
        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: flex;
        flex-direction: column;
    }
    & .how-to-get-info-img {
        background-repeat: no-repeat;
        background-size: cover; 
        height: 310px;
        
        & 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;
        padding: 75px 75px 75px 0;
        justify-content: left;
    }
    & .culture-info {
        display: flex;
        flex-direction: column;
        align-self: center;
        text-align: justify;
        color: var(--color-white);
        width: 40%;
    }
    & h2 {
        color: var(--color-yellow-dark);
        font-size: 75px;
        font-weight: 700;
        margin-bottom: 30px;
    }
    & .carrusel-container {
        position: relative;
        width: 60%;
        height: 370px;
        left: -60px;
    }
    & .swiper-slide {
        position: relative;
        height: 100%;
        border-radius: 8px;
        overflow: hidden;
    }
    & .img-carrusel {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    & .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;
    }
    & .swiper-button-next {
        background: var(--color-yellow-dark);
        border-radius: 50%;
        height: 40px;
        width: 40px;
        color: var(--color-white);
        right: -60px;
    }
    & .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);
    }
}
.mercado, .instagram {
    background-color: var(--color-purple);

    & .container-max {
        display: flex;
        padding: 75px 0 75px 75px;
        justify-content: right;
    }
    & .mercado-title, .instagram-title {
        align-self: center;
        margin: auto;
    }
    & .titulo-mercados-img {
        width: 400px;
        object-fit: contain;
    }
    & .carrusel-container {
        position: relative;
        width: 60%;
        height: 370px;
        right: -60px;
    }
    & .swiper-slide {
        position: relative;
        height: 100%;
        border-radius: 8px;
        overflow: hidden;
    }
    & .img-carrusel {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    & .nombre-slide {
        display: flex;
        position: absolute;
        bottom: 0;
        width: 100%;
        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;
        justify-content: center;
        text-align: center;

        & p {
            margin: 0;
            font-family: 'Lora';
        }
    }
    & .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;
    }
    & h3 {
        font-size: 25px;
        font-family: Lora;
        font-weight: 700;
    }
    & p {
        font-size: 16px;
        text-align: center;
    }
    & .swiper {
        margin-bottom: 50px;
        overflow: visible;
    }
    & .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: 20px;
        color: var(--color-creme);     
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: 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;
    }
    & h2 {
        font-size: 100px;
        align-self: center;
    }
}
.location {
    background-color: var(--color-creme);

    & .container-max {
        color: var(--color-purple);
        padding: 60px 20px;
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        gap: 20px;
    }
    & .location-info {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 20px;
    }
    & .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 {
        max-width: 346px;
        border-radius: 6px;
        margin-top: 50px;
        margin-bottom: 90px;
    }
}
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: 60px 20px;
    }
    & .footer-background {
        position: absolute;
        width: 100%;
        height: 100%;
    }
    & .footer-info {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        z-index: 1;
    }
    & .brand-name {
        height: 45px;
    }
    & .social-networks {
        display: flex;
        gap: 20px;
    }
    & a {
        text-decoration: none;
        color: var(--color-creme);
        transition: opacity ease-out 0.3s;
    }
    & a:hover {
        opacity: 0.7;
    }
    & ul {
        list-style: none;
        display: grid;
        grid-template-rows: repeat(3, 1fr);
        grid-template-columns: auto auto;
        width: 40%;
        gap: 40px;
        padding: 0;
    }
    & li {
        font-size: 18px;
    }
    & .footer-note {
        display: flex;
        justify-content: space-between;
        width: 100%;
        font-size: 20px;
        border-top: 1px solid var(--color-creme);
        border-left: none;
        padding-top: 15px;
        z-index: 1;
    }
}
.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 {
        & button {
            gap: 10px;
        }
    }
    .hero-section {
        & .hero-content {
            align-items: flex-end;
            justify-content: flex-end;
        }
        & p, strong {
            text-align: center;
        }
    }
    .our-places {
        & .tab-content-container {
            grid-template-columns: repeat(3, 1fr);
        }
    }
    .how-to-get {
        & h2 {
            font-size: 35px;
        }
    }
    .events {
        & .carousel-control-prev {
            display: none;
        }
        & .carousel-control-next-icon {
           width: 1rem;
           height: 1rem; 
        }
    }
    .location {
        & .location-text {
            font-size: 20px;
        }
    }
}
@media (768px <= width) {
    .nav-bar{
        padding-inline: 40px;

        & .social-networks {
            gap: 20px;
            
            & a {
                background-color: transparent;
            }
            & img {
                height: 24px;
                width: 24px;
            }
        }
        & .dropdown-toggle {
            display: block;
        }
        & .mobile {
            display: none;
        }
    }
    .hero-section {
        & .brand-name {
            height: 70px;
        }
    }
    .who-we-are {
        background: linear-gradient(90deg, var(--color-yellow) 40%, transparent);
        position: absolute;
        top: 80vh;
        
        & .container-max {
            color: var(--color-white);
            position: relative;
            display: flex;
            align-items: center;
            gap: 90px;
            padding: 50px;
            padding-right: 20%;
        }
        & .who-we-are-info {
            width: 40%;
        }
        & h2 {
            font-size: 30px;
            text-align: left;
            text-transform: uppercase;
            color: var(--color-white);
        }
        & .parragraph {
            width: 100%;
            color: #FFF;
            font-size: 18px;
            text-align: justify;
            line-height: 28px;
        }
        & .parragraph span {
            font-weight: 700;
        }
        & .who-we-are-img {
            width: 40%;
            height: 80%;
            position: relative;
            object-fit: cover;
            border-radius: 8px;
        }
    }
    .horario-section {
        & .horarios-info {
            position: relative;
            width: 100%;
            height: 100%;
            padding: 60px 0 0 0;
        }
        & h2 {
            font-size: 48px;
            text-align: center;
            color: var(--color-white);
            margin-bottom: 50px;
        }
        & .parragraph {
            width: 70%;
            gap: 30px;
            padding: 20px 120px 100px 20%;
            background: linear-gradient(90deg, var(--color-coffe) 40%, transparent);
        }
    }
    .how-to-get {
        & h2 {
            font-size: 45px;
        }
    }
    .culture {
    }
    .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,
    .location {
        & .container-max {
            flex-direction: column;
            align-items: center;
        }
        & h2 {
            text-align: center;
            font-weight: 700;
            font-size: 40px;
        }
    }
    footer {
        & .footer-container{
            padding-inline: 40px;
        }
        & ul {
            flex-direction: row;
            gap: 20px;
        }
        & .footer-note {
            width: 100%;
            text-align: start;
        }
    }
    .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: flex-end;

        & .brand-name {
            height: 45px;
            margin-bottom: 10px;
        }
        & .social-networks {
            margin-bottom: 15px;
        }
        & button {
            margin-bottom: 10px;
        }
    }
    .hero-section {
        & .brand-name {
            height: 75px;
        }
        & .hero-content {
            width: 60vw;
        }
    }
    .our-places {
        & .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;
        }
        & .our-places-img {
            height: 100%;
            padding-inline: 0;
        }
    }
    .how-to-get {
        & .how-to-get-info {
            flex-direction: row;
        }
        & .how-to-get-info-img {
            width: 33.4%;
            height: 400px;
        
            & p {
                font-size: 20px;
            }
        }
    }
    .who-we-are {
        & h2 {
            font-size: 48px;
            margin-bottom: 60px;
        }
    }
    .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;
            padding-inline: 80px;
            gap: 50px;
        }
        & h2 {
            font-size: 40px;
            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;
        }
    }
}

/* añadidos */

#primary-terrazas {
    overflow: hidden;
    
}

@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,250px) !important;
    }
    .services {
        & .service {
            cursor: grab;
        }
    }
}
@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;
    }
}