/* =============================
   SABORES
   ============================= */
body.sabores-bg {
    background-image: url("../img/global/fondo.webp");
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    background-repeat: repeat-y;

    min-height: 100svh;
    overflow-x: hidden;
    scrollbar-gutter: stable;
}

#wrapper-texto-sabores {
    width: 1240px;
}

#titulo-nuestros-sabores {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
}

#texto-nuestros-sabores {
    font-size: 16px;
    line-height: 24px;
}

.contenido-sabores {
    max-width: 1240px;
    width: 100%;
    display: grid;
    justify-items: center;
    margin: 3rem auto 2rem;
}

.carta {
    width: 100%;
    max-width: 816px;
    flex-direction: column;
    align-items: center;
}

.carta-encabezado {
    width: 100%;
    max-width: 816px;
    background: url("../img/sabores/fondo-encabezado-menu.svg") no-repeat center;
    background-size: contain;
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
    color: var(--principal);
    margin-top: -1.5rem;
}

.carta-encabezado .tab-btn {
    font-size: 24px;
    line-height: 32px;
    cursor: pointer;
    padding: 10px 25px;
    transition: color 0.3s ease;
    color: var(--principal);
    width: 100%;
}

.carta-encabezado .tab-btn.activo {
    color: var(--cafe1);
    font-weight: bold;
}

.carta-cuerpo {
    width: 100%;
    max-width: 816px;
    display: none;
}

.carta-cuerpo.mostrar {
    display: block;
    height: 100%;
}

.visor-pdf {
    width: 100%;
    max-width: 816px;
    height: 850px;
    /* o responsive */
    /* overflow-y: auto; */
    overflow-y: hidden;
    overflow-x: hidden;

    touch-action: pan-y;
    /* 👈 clave */
    -webkit-overflow-scrolling: touch;
    background-color: transparent !important;
}

.ndfHFb-c4YZDc-cYSp0e-s2gQvd .ndfHFb-c4YZDc-s2gQvd {
    background-color: aqua !important;
}

.visor-pdf iframe {
    width: 100%;
    max-width: 816px;
    height: 100%;
    border: none;
    background-color: transparent !important;
}

.visor-pdf canvas {
    width: 100% !important;
    max-width: 816px;
    height: auto !important;
    display: block;
    margin-bottom: 20px;
    background-color: transparent !important;
}

/* =============================
   TRANSICIONES OPCIÓN MENU
   ============================= */
.menu-encabezado {
    display: flex;
    gap: 1rem;
    justify-content: center;
    position: relative;
}

.menu-encabezado-item {
    cursor: pointer;
}

.menu-encabezado-item.activo {
    font-weight: bold;
    color: var(--cafe1);
}

.menu-encabezado-imagen-wrapper {
    position: relative;
}

#menu-opcion-activa-img {
    position: absolute;
    top: -2rem;
    left: 0;
    transform: translateX(0);
    transition: transform 0.5s ease;
    max-width: 100%;
    height: auto;
}

@media (max-width:1300px) {

    .carta-encabezado {
        background: url("../img/sabores/fondo-encabezado-menu.svg") no-repeat center;
        background-size: contain;
        justify-content: flex-start;
    }

    .contenido-sabores {
        max-width: 1240px;
        margin-top: -3rem;
    }

    #nuestros-sabores {
        margin-top: 80px;
    }

    #wrapper-texto-sabores,
    .carta {
        width: 900px;
    }

    .visor-pdf {
        height: 787px;
    }
}

@media (min-width: 769px) and (max-width:992px) {

    .carta-encabezado {
        background: url("../img/sabores/fondo-encabezado-menu-md.svg") no-repeat center;
        background-size: contain;
        justify-content: flex-start;
    }

    #nuestros-sabores {
        margin-top: 80px;
    }

    #wrapper-texto-sabores,
    .carta {
        width: 680px;
    }

    .visor-pdf {
        height: 850px;
    }

     .contenido-sabores {
        max-width: 1240px;
    }
}

/* TABLET — pantallas medianas */
@media (min-width: 601px) and (max-width: 768px) {
    .carta-encabezado {
        background: url("../img/sabores/fondo-encabezado-menu-md.svg") no-repeat center;
        background-size: contain;
        justify-content: flex-start;
    }

    #nuestros-sabores {
        margin-top: 100px;
    }

    #wrapper-texto-sabores,
    .carta {
        width: 100%;
        max-width: 680px;
        margin: 0 auto;
    }

    #titulo-nuestros-sabores {
        font-size: 22px;
        line-height: 30px;
        text-align: left;
    }

    #texto-nuestros-sabores {
        font-size: 14px;
        line-height: 22px;
        text-align: left;
    }

    .carta-encabezado .tab-btn {
        font-size: 20px;
        line-height: 26px;
    }

    .visor-pdf {
        height: 450px;
    }
}


/* MÓVIL GRANDE — 600px */
@media (min-width: 481px) and (max-width: 600px) {

    .carta-encabezado {
        background: url("../img/sabores/fondo-encabezado-menu-md.svg") no-repeat center;
        background-size: contain;
        justify-content: flex-start;
    }

    #wrapper-texto-sabores,
    .carta {
        max-width: 420px;
    }

    .visor-pdf {
        height: 400px;
    }

    .carta-encabezado .tab-btn {
        font-size: 20px;
    }

    .carta-cuerpo {
        margin-top: 0rem;
    }

    #texto-nuestros-sabores {
        font-size: 14px;
        line-height: 20px;
    }

    #titulo-nuestros-sabores {
        font-size: 28px;
        line-height: 36px;
        margin-top: 1rem;
        max-width: 80%;
    }
}

/* MÓVIL PEQUEÑO — 480px o menos */
@media (min-width:320px) and (max-width: 480px) {

    .contenido-sabores {
        display: grid;
        justify-content: center;        
        margin-top: -6rem;
    }   
    
    .carta-encabezado {
        background: url("../img/sabores/fondo-encabezado-menu-sm.svg") no-repeat center;
        background-size: contain;
        justify-content: flex-start;
    }

    #wrapper-texto-sabores,
    .carta {
        width: 95%;
        padding: 0 1rem;
    }

    #titulo-nuestros-sabores {
        font-size: 20px;
        line-height: 28px;
        max-width: 90%;
        padding-bottom: 1rem;
    }

    #texto-nuestros-sabores {
        width: auto;
    }

    .carta-encabezado .tab-btn {
        font-size: 18px;
        line-height: 24px;
    }

    .visor-pdf {
        height: 400px !important;
        width: 100% !important;
        max-width: 470px !important;
    }

    #titulo-nuestros-sabores {
        margin-top: 3rem;
    }
}