@font-face {
    font-family: 'Season Mix';
    src: url('../fonts/SeasonMix-TRIAL-Heavy.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Basic Sans';
    src: url('../fonts/fonnts.com-Basic_Sans_Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Basic Sans';
    src: url('../fonts/fonnts.com-Basic_Sans_Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}



html {
    scroll-padding-top: 7rem;
    height: auto;
    min-height: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
/* style="font-family: 'Basic Sans', sans-serif; font-weight: 700;" */

body {
    font-family: 'Basic Sans', sans-serif;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    /* height: 100%; */
    /* height: 100%; */
    height: auto !important;
    min-height: 100vh;
    margin: 0;
}


main {
    flex: 1;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


a {
    text-decoration: none;
    color: inherit;
}


h1 {
    font-size: 2.1rem;
}

h2 {
    font-size: 1.4rem;
}

h3 {
    font-size: 1rem;
}



.suTitulo {
    color: red
}



.my-navbar {
    width: 100%;
    background-color: #990012;
    height: 7rem;
    /* padding-top: 20px; */
    padding-bottom: 5px;
    padding-left: 10rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    /* justify-content: space-evenly; */
    column-gap: 10%;
    font-family: 'Season Mix', sans-serif;
}



.my-navbar-items {
    margin-top: 20px;
    font-size: larger;
    color: white;
    display: flex;
    flex-direction: row;
    /* width: 100%; */
    justify-content: center;
    column-gap: 5rem;
    list-style-type: none;
    align-items: center;
}

.my-navbar-items li a {
    position: relative;
    display: inline-block;
}

.nav-active::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px; /* distancia respecto al texto */
    width: 170%;
    height: 4px;
    background-color: white;
    border-radius: 2px;
}




.navbar-logo {
    width: auto;
    height: 80px;
}

/* copia de seguridad */

.navbar-logo2 {
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.navbar-shop-logo {
    width: auto;
    height: 55px;
    margin-left: 10%;
    cursor: pointer;
    display: none;
}

/* Menu */

/* CONTENEDOR PRINCIPAL */
.menu-section {
    display: flex;
    /* height: calc(100dvh - 7rem); */
    /* respeta navbar */
}

/* LADO IZQUIERDO */
.menu-left {
    width: 50%;
    /* background-color: #f1edea; */
    background-color: white ;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 2rem 0;
}

.menu-content {
    width: 90%;
}

.menu-content h1 {
    margin-bottom: 2rem;
    font-family: 'Season Mix', sans-serif;
    font-weight: 700;
}


.menu-content h2 {
    font-family: 'Season Mix', sans-serif;
    font-weight: 700;

}

/* DOS COLUMNAS (Café/Latte | Frappé/Té/Extras) */
.menu-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2rem;
    font-size: 0.78rem;
    align-items: start;
}

.menu-col {
    min-width: 0;
}

/* BLOQUE DE SECCIÓN */
.menu-block {
    margin-bottom: 1.8rem;
}

.menu-block h2 {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 0.8rem;
}

.menu-block .ice {
    height: 1.2rem;
    width: auto;
    vertical-align: middle;
}

/* ITEMS DE PRECIO FIJO (Espresso, Extras...) */
.menu-fixed .menu-row {
    display: grid;
    grid-template-columns: 1fr auto 2.2rem;
    column-gap: 0.6rem;
    align-items: baseline;
    margin-bottom: 5px;
}

.menu-fixed .oz {
    font-weight: 700;
    text-align: right;
    white-space: nowrap;
}

.menu-fixed .price {
    text-align: right;
}

/* TABLA POR TAMAÑOS (12/16/20 oz) */
.menu-grid {
    margin-top: 0.5rem;
}

.grid-head,
.grid-row {
    display: grid;
    grid-template-columns: 1fr 2rem 2rem 2.4rem;
    column-gap: 0.4rem;
    align-items: baseline;
}

.grid-head {
    margin-bottom: 0.6rem;
    font-weight: 700;
}

.grid-head span:not(:first-child),
.grid-row span:not(.item) {
    text-align: right;
    white-space: nowrap;
}

.grid-row {
    margin-bottom: 6px;
}

.grid-row .item {
    padding-right: 0.5rem;
}

/* Línea de sabores (subtexto en cursiva) */
.grid-row.sub {
    margin-bottom: 10px;
}

.grid-row.sub .item {
    font-style: italic;
    font-size: 0.72rem;
    line-height: 1.2;
}

/* Nota de rocas */
.menu-note {
    margin-top: 1rem;
    font-weight: 700;
}

/* EXTRAS */
.menu-extras {
    display: grid;
    grid-template-columns: 1fr;
}

.menu-extras .menu-row {
    display: grid;
    grid-template-columns: 1fr 2.2rem;
    column-gap: 0.6rem;
    align-items: baseline;
    margin-bottom: 5px;
}

.menu-extras .price {
    text-align: right;
}

/* LADO DERECHO */
.menu-right {
    width: 50%;
    position: sticky;
    top: 0;            /* antes: 7rem  → causaba el hueco blanco arriba */
    align-self: flex-start;
    height: 100vh;     /* antes: calc(100vh - 7rem) */
    overflow: hidden;
}

.menu-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* OVERLAY OSCURO */
.image-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

/* DOTS */
.slider-dots {
    position: absolute;
    bottom: 20px;
    right: 40px;
    display: flex;
    gap: 10px;
}

.slider-dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid white;
    cursor: pointer;
}

.slider-dots .active {
    background-color: white;
}
/* Footer */
footer {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background-color: black;
    padding: 100px 0px;
    margin-top: auto;
    font-family: 'Season Mix', sans-serif;

}


.footer-main-menu {
    display: flex;
    flex-direction: column;
    color: white;
    gap: 1rem;
    margin-right: 80px;
}

#footer-logo {
    width: 200px;
    height: 200px;
}

.footer-socialmedia {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}


.footer-socialmedia img {
    width: 16px;
    height: 34px;
}

.footer-socialmedia a:first-child img {
    width: 34px;
}



/* Sidebar shopping cart */

.offcanvas {
    width: 380px;
    background-color: #f3efeb;
}

.offcanvas-header {
    border-bottom: 2px solid #d8c7b8;
}

.offcanvas-body {
    padding: 2rem;
}

@media (max-width: 768px) {

    .my-navbar {
        flex-direction: row;
        height: 70px;
        padding: 1rem;
        /* gap: 1rem; */
        justify-content: space-between;
        align-items: center;
    }


    .my-navbar-items {
        display: none;
    }

    .navbar-logo {
        height: 40px;
    }


    .navbar-shop-logo {
        /* height: 40px;
        margin-left: 0; */
        display: none;
    }



    .text-container {
        align-items: center;
        text-align: center;
    }

    .aboutus-p {
        max-width: 100%;
        text-align: justify;
    }


    .menu-section {
        flex-direction: column;
        height: auto;
        /* min-height: calc(100vh - 70px); */
        /* height: calc(100dvh - 7rem);*/
    }

    .offcanvas {
        height: 100vh !important;
    }


    .menu-top {
        width: 100%;
        height: 40vh;
    }

    .menu-top img {
        object-fit: cover;
    }


    .menu-left {
        width: 100%;
        flex-direction: column;
        padding: 40px 10px;
    }

    .menu-cols {
        grid-template-columns: 1fr;
        font-size: 0.95rem;
    }

    .menu-right {
        /* width: 100%; */
        display: none;
        flex-direction: column;
    }

    .image-overlay {
        display: none;
    }

    .grid-head,
    .grid-row {
        grid-template-columns: 1fr auto auto auto;
        column-gap: 0.9rem;
    }

    .menu-fixed .menu-row {
        grid-template-columns: 1fr auto auto;
        column-gap: 0.9rem;
    }


    footer {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
        padding: 50px 20px;
        text-align: center;
    }

    #footer-logo {
        width: 80px;
        height: auto;
    }

    .footer-main-menu {
        margin-right: 0;
    }

    .footer-socialmedia {
        flex-direction: row;
        gap: 1.5rem;
    }

    .footer-socialmedia img {
        width: auto;
        height: 20px;
    }

    #footer-insta {
        height: 25px !important;
    }
}



/* Dropdown store navbar item */

.nav-item.dropdown {
    position: relative;
}

.dropdown-menu {
    background-color: #cbb59c;
    border: none;
    padding: 10px 0;
    position: absolute;
    left: -50px !important;
    /* transform: translateX(-30px); */
    top: 40px !important;
    margin-top: 10px;
    min-width: 200px;
    opacity: 0.95;
    border-radius: 0px;
}

.dropdown-item {
    color: #1b0e06;
    /* font-size: 0.9rem; */
    padding: 10px 20px;
    text-align: center;
    height: 22px;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: transparent !important;
    color: inherit;
    text-decoration: underline;
}