.oculto {
    display: none;
}

.whatsapp {
    display: inline;
    width: 100%;
}

.gris {
    color: dimgray !important;
}

.rollo {
    color: white;
    font-weight: normal;
    font-size: 80%;
}

.btn-whatsapp {
    text-align: center;
    margin: 15px;
}

.logo img {
    margin-left: 5px !important;
    margin-right: 1px !important;
}

.nombre_plato {
    margin-top: 11px;

}

.price {
    margin-bottom: 0 !important;
}

.menu-img {
    margin-bottom: 0 !important;
}

.eventos p {
    color: black !important;
}

.guru {
    width: 20%;
}

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

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


/*------------------- MODAL -------------------*/

.imagen_modal {
    width: 100%;
}

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

.modal-body {
    padding: 0px !important;
}

.modal-header {
    background-color: black !important;
    border-bottom: 0px !important
}

.modal-content {
    background-color: black !important;
}




/*------------------- CATERING -------------------*/

.colorfondo {
    background-color: #eee;
}

.titular {
    font-family: "Special Elite", system-ui;
}

.parrafo {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    max-width: 85%;
}

.seccion1 {
    padding-top: 100px;
    max-width: 100%;
}

.seccion2 {
    padding-top: 65px;
    max-width: 100%;
}

.textoabsolute {
    top: 170px;
}

.imagen {
    max-width: 100%;
    margin-top: 11px;
}

.parrafomesas {
    margin-top: 5px;
    padding: 11px;
    text-align: justify;
    font-size: 17px;
    line-height: 30px;
}


/*------------------- PLATOS WEB -------------------*/

.fotosplato {
    object-position: center;
    object-fit: cover;
    width: 100%;
    aspect-ratio: 16 / 14;
    max-width: 100%;
    height: auto;
    display: block;
    vertical-align: middle;
}

/* ===== SushiSeven: Reserva WhatsApp (Book a Table) ===== */

.ss-booking {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 90px 0;
}

.ss-booking__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .55));
}

.ss-booking__content {
    position: relative;
    z-index: 2;
}

.ss-booking__title {
    color: #fff;
    letter-spacing: .08em;
}

.ss-booking__subtitle {
    color: rgba(255, 255, 255, .85);
}

.ss-booking__card {
    background: #1f1f1f;
    border-radius: 14px;
    padding: 32px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, .55);
}

.ss-booking__card h3 {
    color: #fff;
    font-weight: 600;
    letter-spacing: .03em;
}

.ss-booking__card p {
    color: #cfcfcf;
}

.ss-booking__inner {
    background: #262626;
    border-radius: 12px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, .08);
}

.ss-booking__label {
    color: #9e9e9e;
    font-size: .95rem;
}

.ss-booking__phone {
    color: #fff;
    font-weight: 700;
    font-size: clamp(1.2rem, 2vw, 1.55rem);
    white-space: nowrap;
}

.ss-booking__hint {
    color: #bdbdbd;
    font-size: .9rem;
    margin-top: 6px;
}

.ss-booking__note {
    color: #bdbdbd;
    font-size: .9rem;
}

.ss-booking__btn-wa {
    background: #f3efe6;
    color: #111;
    border-radius: 12px;
    padding: .85rem 1.2rem;
    font-weight: 500;
    min-width: 220px;
}

.ss-booking__btn-call {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 12px;
    padding: .85rem 1.2rem;
    min-width: 140px;
}

/* ===== SushiSeven: Catering ===== */

.ss-catering {
    background: #fff;
    padding: 70px 0;
}

/* Header: evitar que se pierda el texto superior */
.ss-catering__header h2 {
    color: #111;
    letter-spacing: .08em;
}

.ss-catering__header p {
    color: #444;
}

.ss-catering__header p span {
    color: #b01c1c;
    /* rojo elegante */
    letter-spacing: .08em;
}

/* Card principal */
.ss-catering__card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .08);
}

/* Imagen (recorte elegante sin editar la foto) */
.ss-catering__media {
    height: 100%;
    min-height: 420px;
    /* subido para empatar con el contenido */
    background: #f6f6f6;
}

.ss-catering__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 45%;
    display: block;
}

/* Contenido */
.ss-catering__content {
    padding: 34px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.ss-catering__badge {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 999px;
    background: #f3efe6;
    border: 1px solid rgba(0, 0, 0, .08);
    color: #111;
    font-size: .9rem;
    letter-spacing: .04em;
    margin-bottom: 14px;
}

.ss-catering__title {
    margin: 0 0 12px;
    color: #111;
    font-weight: 700;
    letter-spacing: .02em;
}

.ss-catering__lead {
    color: #444;
    line-height: 1.6;
    margin: 0 0 18px;
    font-size: 1rem;
}

/* Bloques con titulares */
.ss-catering__highlights {
    margin-top: 10px;
    display: grid;
    gap: 14px;
}

.ss-catering__item {
    background: #fafafa;
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 12px;
    padding: 14px;
}

.ss-catering__item h4 {
    margin: 0 0 6px;
    font-size: 1.02rem;
    font-weight: 700;
    color: #111;
    letter-spacing: .01em;
}

.ss-catering__item p {
    margin: 0;
    color: #555;
    line-height: 1.55;
    font-size: .95rem;
}

/* Nota al pie abajo para "llenar" el alto */
.ss-catering__footnote {
    margin-top: auto;
    color: #777;
    font-size: .9rem;
    padding-top: 14px;
}

/* ===== SushiSeven: Catering Header aislado ===== */

.ss-catering-header {
    text-align: center;
    margin-bottom: 50px;
}

.ss-catering-header__top {
    margin: 0;
    font-size: .85rem;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: #777;
}

.ss-catering-header__bottom {
    margin: 8px 0 0;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: .04em;
    color: #111;
}

.ss-catering-header__bottom span {
    color: #b01c1c;
    /* rojo elegante */
    letter-spacing: .08em;
}

/* ===== Fix Reserva: evitar textos apiñados ===== */

/* Título principal dentro de la caja */
.ss-booking__card h3 {
    margin: 0 0 10px;
    line-height: 1.15;
    letter-spacing: .01em;
    text-wrap: balance;
    /* si el navegador lo soporta */
}

/* Subtítulo */
.ss-booking__card p {
    margin: 0;
    line-height: 1.55;
    max-width: 46ch;
    margin-left: auto;
    margin-right: auto;
}

/* Tarjeta interior: más aire */
.ss-booking__inner {
    margin-top: 18px;
    padding: 22px 22px 18px;
}

/* Bloque teléfono: que no se pegue al resto */
.ss-booking__phone {
    display: block;
    margin-top: 6px;
    margin-bottom: 6px;
    line-height: 1.1;
}

/* Texto de apoyo del teléfono */
.ss-booking__hint {
    line-height: 1.35;
}

/* Botones: que respiren y no se monten */
.ss-booking__btn-wa,
.ss-booking__btn-call {
    line-height: 1.15;
    white-space: normal;
    /* permite saltos elegantes */
    text-align: center;
}




/* En pantallas medianas/pequeñas: apilar botones y dar separación real */
@media (max-width: 991.98px) {

    .ss-booking__inner .d-grid,
    .ss-booking__inner .d-md-inline-flex {
        gap: 12px !important;
    }

    .ss-booking__btn-wa,
    .ss-booking__btn-call {
        width: 100%;
        min-width: 0;
    }
}

/* En desktop: asegurar separación entre columna teléfono y botones */
@media (min-width: 992px) {
    .ss-booking__inner .row {
        row-gap: 10px;
    }
}



/* ==============================
   SushiSeven - Language Dropdown (Header)
   (Aislado para que no lo pise el template)
============================== */

#header #ss-lang {
    position: relative;
    margin-right: 12px;
    display: flex;
    align-items: center;
    z-index: 99999;
}

/* Botón/trigger */
#header #ss-lang .ss-lang__trigger {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 6px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .55);

    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 1;

    background: transparent;
}

#header #ss-lang .ss-lang__trigger:hover {
    background: rgba(255, 255, 255, .10);
}

/* Menú */
#header #ss-lang .ss-lang__menu {
    position: absolute;
    right: 0;
    top: calc(100% + 10px);

    min-width: 190px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .18);
    padding: 8px 0;

    /* Importante: no usar display:none para evitar "saltos" raros */
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity .15s ease, transform .15s ease, visibility .15s ease;

    z-index: 999999;
}





/* =========================================
   SushiSeven - Language pill (select)
========================================= */

#header .ss-lang-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 8px 14px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 999px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .10);

    margin-right: 12px;
}

#header .ss-lang-pill__flag {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    overflow: hidden;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(0, 0, 0, .12);
    background: #fff;

    font-size: 18px;
    line-height: 1;
}

/* Select “invisible” pero clicable */
#header .ss-lang-pill__select {
    border: 0;
    background: transparent;
    font-weight: 700;
    letter-spacing: .04em;
    color: #111;
    font-size: 14px;
    line-height: 1;

    padding-right: 5px;
    /* espacio para la flecha */
    appearance: none;
    /* quita flecha nativa */
    -webkit-appearance: none;
    -moz-appearance: none;

    cursor: pointer;
}

#header .ss-lang-pill__select:focus {
    outline: none;
}

/* Flecha como en tu imagen */
#header .ss-lang-pill__caret {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-right: 2px solid rgba(0, 0, 0, .55);
    border-bottom: 2px solid rgba(0, 0, 0, .55);
    transform: rotate(45deg);
    margin-left: -12px;
    /* la acerca al select */
    pointer-events: none;
}


/* ==============================
   SushiSeven - About (foto limpia + texto completo)
============================== */

.ss-about .section-header {
    margin-bottom: 30px;
}

/* Caja izquierda */
.ss-about__media {
    border-radius: 18px;
    overflow: hidden;
    background: #eee;
    min-height: 420px;
}

/* Imagen grande, completa */
.ss-about__img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Remate final */
.ss-about__closing {
    margin-top: 10px;
    line-height: 1.55;
}

/* Ajustes responsive */
@media (max-width: 575.98px) {

    .ss-about__media,
    .ss-about__img {
        min-height: 300px;
    }
}

/* ==============================
   About - equal height desktop
============================== */

@media (min-width: 992px) {

    .ss-about .row {
        align-items: stretch;
    }

    .ss-about__content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

    .ss-about__content ul {
        margin-bottom: 1.5rem;
    }

    .ss-about__content p {
        margin-bottom: 1rem;
    }

    .ss-about__closing {
        margin-top: 2rem;
    }
}

/* ==========================================
   SushiSeven - HERO FINAL
   Fondo full + caja centrada
========================================== */

.ss-hero {
    position: relative;
    overflow: hidden;
}

.ss-hero__container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.ss-hero__row {
    position: relative;
    min-height: 85vh;
}

.ss-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
}

.ss-hero__bgImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: saturate(1.05) contrast(1.02);
}

/* Overlay */
.ss-hero__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 0.20) 0%,
            rgba(0, 0, 0, 0.25) 55%,
            rgba(0, 0, 0, 0.45) 100%);
    pointer-events: none;
}

/* Texto centrado */
.ss-hero__copy {
    position: relative;
    z-index: 2;

    display: flex;
    justify-content: center;
    align-items: center;

    min-height: 85vh;
    padding: 24px;
}

/* Caja glass */
.ss-hero__copyBox {
    width: min(620px, 92%);
    padding: 28px 26px;
    border-radius: 22px;

    background: rgba(255, 255, 255, 0.68);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);

    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.45);
}

/* TITULO */
.ss-hero__title {
    margin-bottom: 16px;
    font-size: clamp(2rem, 5vw, 3.2rem);
    line-height: 1.15;
}

/* SUBTITULO */
.ss-hero__subtitle {
    font-size: clamp(1.05rem, 2.5vw, 1.2rem);
    line-height: 1.5;
}

/* ==========================================
   MOBILE AJUSTE ESPECÍFICO
   (Más presencia de texto)
========================================== */

@media (max-width: 575.98px) {

    .ss-hero__row,
    .ss-hero__copy {
        min-height: 86vh;
        /* antes 90/88 -> baja para quitar “blanco” */
    }

    .ss-hero__copy {
        padding: 14px;
        /* menos aire exterior */
    }

    /* Caja: más baja y más elegante */
    .ss-hero__copyBox {
        width: 92%;
        padding: 16px 16px 14px;
        /* menos padding => menos blanco abajo */
        border-radius: 18px;
    }

    /* TÍTULO: grande, compacto, sin tanto alto */
    .ss-hero__title {
        font-size: clamp(2.8rem, 10.5vw, 3.4rem);
        line-height: 1.02;
        font-weight: 800;
        letter-spacing: -0.4px;
        margin-bottom: 10px;
    }

    /* SUBTÍTULO: menos “cuadrado” */
    .ss-hero__subtitle {
        max-width: 26ch;
        /* clave: evita bloque ancho y rígido */
        margin-left: auto;
        margin-right: auto;

        font-size: 1.02rem;
        line-height: 1.45;
        opacity: 0.78;
    }
}