/* ===== MODERN LANDING CSS - RESTMARGARITASBAR ===== */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400&family=Inter:wght@300;400;500;600;700&display=swap');

/* --- TYPOGRAPHY --- */
.t1 {
    font-family: 'Playfair Display', serif !important;
    font-size: 65px;
    color: #e67300;
    position: relative;
    display: inline-block;
}

.t1::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #e74c3c, #f39c12);
    border-radius: 2px;
}

.t2 {
    font-size: 80px;
}

#h2contactanos {
    font-size: 25px !important;
}

.nuestrahistoria {
    font-size: 17px;
}

/* --- SECTION STYLING --- */
#section-gallery {
    background: #fafafa;
    position: relative;
}

#section-gallery .container {
    position: relative;
    z-index: 2;
}

/* Gallery card hover effects */
.portfolio-item {
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.5s ease;
}

.portfolio-item:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

.portfolio-item-wrap {
    border-radius: 16px;
    overflow: hidden;
}

.portfolio-image img {
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.portfolio-item:hover .portfolio-image img {
    transform: scale(1.1);
}

.portfolio-description {
    background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.8) 100%) !important;
}

/* --- ABOUT US SECTION --- */
#section-gallery h2.t1 {
    margin-bottom: 20px;
}

#section-gallery .col-lg-6 p,
#section-gallery .col-lg-6 div {
    line-height: 1.8;
}

/* --- PROMOTIONS SECTION --- */
#section-reviews {
    position: relative;
}

#section-reviews::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 1;
}

#section-reviews > .container,
#section-reviews > .content,
#section-reviews > .text-center {
    position: relative;
    z-index: 2;
}

#section-reviews h2.t1,
#section-reviews h2.mb-4 {
    font-family: 'Playfair Display', serif !important;
    text-shadow: 0 2px 20px rgba(0,0,0,0.3);
}

/* --- MENU SECTION --- */
.price-menu-list li {
    padding: 16px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    transition: background-color 0.3s ease;
}

.price-menu-list li:hover {
    background-color: rgba(255,255,255,0.05);
    padding-left: 10px;
}

.menuname, .nombremenu {
    font-weight: bold;
    font-size: 20px;
    font-style: italic;
    font-family: 'Playfair Display', serif;
    letter-spacing: 0.5px;
}

.nombremenu22 h2, .menuname22 h2 {
    font-weight: bold;
    font-size: 20px;
    font-style: italic;
    color: #ffffff !important;
    font-family: 'Playfair Display', serif;
}

/* --- RESERVATION SECTION --- */
#contenidoreservacion {
    padding: 60px 30px;
    text-align: center;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 20px 80px rgba(0,0,0,0.08);
    margin: -40px auto 0;
    position: relative;
    z-index: 5;
    max-width: 1100px;
}

#reservacion {
    width: 48%;
    margin-top: 40px;
    float: right;
    text-align: center;
}

#reservacion h2 {
    text-align: center;
}

#inforeservacion {
    width: 48%;
    margin-top: 20px;
    float: left;
    font-size: 19px;
    line-height: 1.8;
}

.row2 {
    padding: 8px;
}

.row2 input[type=text], .row2 input[type=number], .row2 input[type=email] {
    padding: 14px 18px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

.row2 input:focus {
    border-color: #e74c3c;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(231, 76, 60, 0.1);
    outline: none;
}

.cuadrodetexto {
    font-size: 15px !important;
    width: 90% !important;
    box-sizing: border-box !important;
    border: 2px solid #e0e0e0 !important;
    border-radius: 12px !important;
    display: inline-block;
    padding: 14px 18px !important;
    font-family: 'Inter', sans-serif !important;
    background: #f8f9fa !important;
    transition: all 0.3s ease !important;
}

.cuadrodetexto:focus {
    border-color: #e74c3c !important;
    background: #fff !important;
    box-shadow: 0 0 0 4px rgba(231, 76, 60, 0.1) !important;
    outline: none !important;
}

.columna-2 {
    width: 44.5%;
    display: inline-block;
}

.cuadrodetextofecha {
    padding: 14px !important;
    font-size: 14px !important;
    width: 68.5% !important;
    box-sizing: border-box !important;
    display: inline-block;
}

#cuadrodetextohora {
    font-size: 16px !important;
    width: auto !important;
    min-width: 170px !important;
    max-width: 100% !important;
    display: inline-block;
    border-radius: 12px !important;
    padding: 12px 14px !important;
    min-height: 48px !important;
    line-height: 1.45 !important;
    color: #111827 !important;
    background-color: #ffffff !important;
    -webkit-text-fill-color: #111827;
    border: 2px solid #d1d5db !important;
    box-sizing: border-box !important;
    vertical-align: middle;
}

/* Contraste en todo el formulario de reserva (evita texto blanco heredado de .salmon u otros) */
#contenidoreservacion input.cuadrodetexto,
#contenidoreservacion select.cuadrodetexto {
    color: #111827 !important;
    background-color: #ffffff !important;
    -webkit-text-fill-color: #111827;
}

#contenidoreservacion select.cuadrodetexto option,
#contenidoreservacion #cuadrodetextohora option {
    color: #111827 !important;
    background-color: #ffffff !important;
}

#contenidoreservacion #reservacion label,
#contenidoreservacion #reservacion .widget .widget-title {
    color: #374151 !important;
}

#contenidoreservacion select.cuadrodetexto {
    min-height: 48px !important;
    line-height: 1.45 !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

#contenidoreservacion #cuadrodetextohora:focus,
#contenidoreservacion select.cuadrodetexto:focus {
    border-color: #e74c3c !important;
    outline: none !important;
    box-shadow: 0 0 0 4px rgba(231, 76, 60, 0.12) !important;
}

#contenidoreservacion .row2 input::placeholder {
    color: #6b7280 !important;
    opacity: 1;
}

/* Fila personas/horas: sin fondo rojo; solo espacio entre columnas */
#contenidoreservacion .row2--reserva-doble {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    align-items: stretch;
}

#contenidoreservacion .row2--reserva-doble .columna-2 {
    width: auto;
    flex: 1 1 200px;
    max-width: calc(50% - 6px);
    vertical-align: top;
}

@media (max-width: 520px) {
    #contenidoreservacion .row2--reserva-doble .columna-2 {
        max-width: 100%;
    }
}

/* Submit Button */
.submit_boton,
.obtenerfecha {
    padding: 16px 42px !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    color: #fff !important;
    background: linear-gradient(135deg, #c0392b, #e74c3c) !important;
    border: none !important;
    border-radius: 50px !important;
    cursor: pointer !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 8px 32px rgba(231, 76, 60, 0.3) !important;
}

.submit_boton:hover,
.obtenerfecha:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 12px 40px rgba(231, 76, 60, 0.5) !important;
}

#contiene_submit_button {
    text-align: center;
    margin-top: 30px;
}

#submit_button {
    padding: 16px;
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 14px;
    display: inline-block;
    width: 300px;
    background: linear-gradient(135deg, #c0392b, #e74c3c);
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.4s ease;
    box-shadow: 0 8px 32px rgba(231, 76, 60, 0.3);
}

#submit_button:hover {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(231, 76, 60, 0.5);
}

/* --- SPORTS SECTION --- */
.portfolio-slider {
    border-radius: 16px;
    overflow: hidden;
}

/* --- "BEST OPTION" BANNER --- */
.salmon {
    background: linear-gradient(135deg, #c0392b, #e74c3c) !important;
    position: relative;
}

.salmon h2.t1 {
    color: #fff !important;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    font-size: clamp(2rem, 5vw, 4rem);
}

.salmon h2.t1::after {
    background: linear-gradient(90deg, rgba(255,255,255,0.6), rgba(255,255,255,0.2));
}

/* --- ICONS SECTION --- */
section:not([id]) .col-lg-3 .text-center {
    padding: 40px 20px;
    border-radius: 16px;
    transition: all 0.4s ease;
    background: transparent;
}

section:not([id]) .col-lg-3 .text-center:hover {
    background: rgba(0,0,0,0.03);
    transform: translateY(-6px);
}

section:not([id]) .col-lg-3 img {
    transition: transform 0.4s ease;
}

section:not([id]) .col-lg-3 .text-center:hover img {
    transform: scale(1.1) rotate(5deg);
}

section:not([id]) .col-lg-3 h4 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1.3rem;
    margin-top: 14px;
    color: #1a1a1a;
}

section:not([id]) .col-lg-3 p {
    font-family: 'Inter', sans-serif;
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* --- FOOD CAROUSEL (Revolution Slider) --- */
.tp-caption.FoodCarousel-Content,
.FoodCarousel-Content {
    color: rgba(41, 46, 49, 1.00);
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    font-style: normal;
    font-family: 'Inter', sans-serif;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.97);
    border-color: rgba(41, 46, 49, 0.1);
    border-style: solid;
    border-width: 1px;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

.tp-caption.FoodCarousel-Button,
.FoodCarousel-Button {
    color: rgba(41, 46, 49, 1.00);
    font-size: 13px;
    line-height: 13px;
    font-weight: 700;
    font-style: normal;
    font-family: 'Inter', sans-serif;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1.00);
    border-color: rgba(41, 46, 49, 0.1);
    border-style: solid;
    border-width: 1px;
    border-radius: 50px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.tp-caption.FoodCarousel-Button:hover,
.FoodCarousel-Button:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: rgba(231, 76, 60, 1.00);
    border-color: rgba(231, 76, 60, 1.00);
    border-style: solid;
    border-width: 1px;
    border-radius: 50px;
    cursor: pointer;
}

.tp-caption.FoodCarousel-CloseButton,
.FoodCarousel-CloseButton {
    color: rgba(41, 46, 49, 1.00);
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    font-style: normal;
    font-family: 'Inter', sans-serif;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(41, 46, 49, 0);
    border-style: solid;
    border-width: 1px;
    border-radius: 30px;
    letter-spacing: 1px;
}

.tp-caption.FoodCarousel-CloseButton:hover,
.FoodCarousel-CloseButton:hover {
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    background-color: rgba(231, 76, 60, 1.00);
    border-color: rgba(231, 76, 60, 0);
    border-style: solid;
    border-width: 1px;
    border-radius: 30px;
    cursor: pointer;
}

.foodcarousel-headline {
    font-weight: 800 !important;
    font-family: 'Playfair Display', serif;
}

.FoodCarousel-Content a,
.FoodCarousel-Content a:visited {
    color: #e74c3c !important;
    text-decoration: underline !important;
}

.FoodCarousel-Content a:hover {
    color: #c0392b !important;
}

/* --- REVOLUTION SLIDER ARROWS --- */
#rev_slider_41_1 .metis.tparrows {
    background: rgba(255, 255, 255, 0.95);
    padding: 10px;
    transition: all 0.3s;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    border-radius: 50%;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

#rev_slider_41_1 .metis.tparrows:hover {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

#rev_slider_41_1 .metis.tparrows:before {
    color: rgb(0, 0, 0);
    transition: all 0.3s;
}

#rev_slider_41_1 .metis.tparrows:hover:before {
    transform: scale(1.3);
    color: #e74c3c;
}

/* --- REVOLUTION SLIDER THUMBNAILS --- */
.erinyen .tp-thumb {
    opacity: 1;
    border-radius: 12px;
    overflow: hidden;
}

.erinyen .tp-thumb-over {
    background: rgba(3, 0, 0, 0.25);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s;
    border-radius: 12px;
}

.erinyen .tp-thumb-more:before {
    font-family: "revicons";
    font-size: 12px;
    color: rgb(170, 170, 170);
    display: block;
    line-height: 15px;
    text-align: left;
    z-index: 2;
    position: absolute;
    top: 20px;
    right: 20px;
}

.erinyen .tp-thumb-more:before {
    content: "\e825";
}

.erinyen .tp-thumb-title {
    font-family: 'Inter', sans-serif;
    letter-spacing: 1px;
    font-size: 12px;
    color: rgb(255, 255, 255);
    display: block;
    line-height: 15px;
    text-align: left;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 35px 20px 20px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    transition: all 0.3s;
    font-weight: 500;
}

.erinyen .tp-thumb.selected .tp-thumb-more:before,
.erinyen .tp-thumb:hover .tp-thumb-more:before {
    color: rgb(170, 170, 170);
}

.erinyen .tp-thumb.selected .tp-thumb-over,
.erinyen .tp-thumb:hover .tp-thumb-over {
    background: rgb(255, 255, 255);
}

.erinyen .tp-thumb.selected .tp-thumb-title,
.erinyen .tp-thumb:hover .tp-thumb-title {
    color: rgb(0, 0, 0);
}

/* --- BLOG SECTION (showcase): velo oscuro transparente + hover --- */
/* El tema pone background #181818 en [data-bg-parallax] y tapa la foto; hay que dejarlo transparente */
#section-blog.blog-showcase[data-bg-parallax] {
    background-color: transparent !important;
}

#section-blog.blog-showcase {
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.55s ease;
}

/* Velo ligero para que la imagen del parallax se vea bien */
#section-blog.blog-showcase::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(8, 10, 18, 0.2);
    z-index: 0;
    pointer-events: none;
    transition: background 0.55s ease;
}

/* Viñeta muy suave en bordes (no opaque el centro donde está la comida) */
#section-blog.blog-showcase::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: radial-gradient(
        ellipse 90% 85% at 50% 45%,
        transparent 35%,
        rgba(0, 0, 0, 0.22) 100%
    );
    opacity: 0.55;
    transition: opacity 0.55s ease;
}

#section-blog.blog-showcase:hover::before {
    background: rgba(6, 8, 14, 0.32);
}

#section-blog.blog-showcase:hover::after {
    opacity: 0.72;
}

#section-blog.blog-showcase .blog-showcase__inner {
    position: relative;
    z-index: 2;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

#section-blog.blog-showcase:hover .blog-showcase__inner {
    transform: translateY(-6px);
}

.blog-showcase__intro {
    background: rgba(12, 14, 22, 0.45);
    border-radius: 20px;
    padding: 2rem 1.75rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
    max-width: 420px;
    transition:
        background 0.5s ease,
        border-color 0.5s ease,
        box-shadow 0.5s ease,
        transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

#section-blog.blog-showcase:hover .blog-showcase__intro {
    background: rgba(14, 18, 28, 0.58);
    border-color: rgba(255, 255, 255, 0.22);
    box-shadow:
        0 28px 64px rgba(0, 0, 0, 0.45),
        0 0 0 1px rgba(163, 230, 53, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transform: translateY(-4px);
}

.blog-showcase__eyebrow {
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: #bef264;
    margin: 0 0 0.35rem;
    opacity: 0.95;
    transition: color 0.4s ease, letter-spacing 0.5s ease;
}

#section-blog.blog-showcase:hover .blog-showcase__eyebrow {
    color: #d9f99d;
    letter-spacing: 0.42em;
}

.blog-showcase__title {
    font-family: 'Playfair Display', serif !important;
    font-size: clamp(2.5rem, 6vw, 3.5rem);
    font-weight: 700;
    line-height: 1.1;
    color: #f8fafc !important;
    margin: 0 0 1rem;
    position: relative;
    display: block;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
    transition: color 0.4s ease;
}

.blog-showcase__title::after {
    content: "";
    display: block;
    width: 48px;
    height: 4px;
    margin-top: 0.75rem;
    border-radius: 2px;
    background: linear-gradient(90deg, #84cc16, #22d3ee);
    transition: width 0.5s cubic-bezier(0.22, 1, 0.36, 1), filter 0.4s ease;
}

#section-blog.blog-showcase:hover .blog-showcase__title::after {
    width: 72px;
    filter: brightness(1.15);
}

.blog-showcase__lead {
    font-family: 'Inter', sans-serif;
    font-size: 1.05rem;
    line-height: 1.65;
    color: rgba(248, 250, 252, 0.88);
    margin: 0 0 1.5rem;
    font-weight: 500;
}

.blog-showcase__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #0f172a !important;
    background: linear-gradient(135deg, #bef264, #86efac);
    padding: 0.85rem 1.35rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
    transition: transform 0.35s ease, box-shadow 0.35s ease, filter 0.35s ease;
}

.blog-showcase__cta:hover {
    color: #0f172a !important;
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 14px 36px rgba(190, 242, 100, 0.35);
    filter: brightness(1.05);
}

.blog-showcase__cta i {
    font-size: 1rem;
    transition: transform 0.35s ease;
}

.blog-showcase__cta:hover i {
    transform: translateX(5px);
}

/* Grid: una sola entrada centrada; dos entradas en columnas */
#section-blog .blog-showcase__grid.post-2-columns {
    margin-bottom: 0 !important;
}

#section-blog .blog-showcase__grid.post-2-columns .post-item:only-child {
    width: 100% !important;
    max-width: 32rem;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
}

.post-item.border,
.blog-card {
    border-radius: 20px;
    overflow: hidden;
    border: none !important;
    box-shadow:
        0 16px 48px rgba(0, 0, 0, 0.35),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    transition:
        transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.5s ease,
        filter 0.45s ease;
    background: #fff;
    will-change: transform;
}

.blog-card__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.post-item.border:hover,
.blog-card:hover {
    transform: translateY(-14px) scale(1.02);
    box-shadow:
        0 32px 72px rgba(0, 0, 0, 0.45),
        0 0 0 1px rgba(190, 242, 100, 0.35),
        0 0 40px rgba(134, 239, 172, 0.12);
    filter: saturate(1.05);
}

#section-blog.blog-showcase:hover .post-item.border:not(:hover),
#section-blog.blog-showcase:hover .blog-card:not(:hover) {
    transform: translateY(-2px);
    filter: brightness(0.93) saturate(0.92);
    transition: filter 0.45s ease, transform 0.45s ease;
}

.blog-card__media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
}

.blog-card__media .img-blur-load-wrap,
.blog-card__media a {
    display: block;
    height: 100%;
}

.blog-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.post-item:hover .blog-card__media img,
.blog-card:hover .blog-card__media img {
    transform: scale(1.12);
}

#section-blog .post-meta-category {
    top: 14px !important;
    right: 14px !important;
}

#section-blog .post-meta-category a {
    display: inline-block;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.65rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    padding: 0.45rem 0.85rem !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #047857, #0f766e) !important;
    color: #ecfdf5 !important;
    border: none !important;
    box-shadow: 0 4px 14px rgba(4, 120, 87, 0.4);
}

#section-blog .post-meta-category a:hover {
    color: #fff !important;
    filter: brightness(1.08);
}

.blog-card__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 1.35rem 1.5rem 1.5rem !important;
    text-align: left !important;
}

#section-blog .post-meta-date {
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    color: #64748b !important;
    margin-bottom: 0.5rem;
    display: block;
}

#section-blog .post-meta-date i {
    margin-right: 0.35rem;
    color: #059669;
}

.blog-card__heading {
    font-size: 1.35rem !important;
    line-height: 1.3 !important;
    margin: 0 0 0.65rem !important;
}

.blog-card__heading a,
.post-item-description.blog-card__body h2 a {
    font-family: 'Playfair Display', serif !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    transition: color 0.25s ease;
}

.blog-card__heading a:hover,
.post-item-description.blog-card__body h2 a:hover {
    color: #047857 !important;
}

.blog-card__excerpt {
    font-family: 'Inter', sans-serif !important;
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
    color: #475569 !important;
    margin: 0 0 1.25rem !important;
    flex: 1;
}

.item-link.blog-card__link,
#section-blog .item-link {
    align-self: flex-start;
    margin-top: auto;
    color: #047857 !important;
    font-weight: 700 !important;
    font-family: 'Inter', sans-serif !important;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 0.8rem !important;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    transition: color 0.2s ease, gap 0.2s ease;
}

.item-link.blog-card__link:hover,
#section-blog .item-link:hover {
    color: #065f46 !important;
    gap: 0.65rem;
}

#section-blog .item-link i {
    font-size: 0.75rem;
    transition: transform 0.2s ease;
}

#section-blog .item-link:hover i {
    transform: translateX(3px);
}

@media (max-width: 991px) {
    .blog-showcase__intro {
        max-width: none;
    }

    #section-blog .blog-showcase__grid.post-2-columns .post-item {
        width: 100% !important;
        float: none !important;
        margin-bottom: 1.5rem;
    }
}

/* --- COVID / ACCORDION --- */
.ac-item {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 12px;
    border: 1px solid #e0e0e0 !important;
}

.ac-title {
    font-family: 'Inter', sans-serif !important;
    font-weight: 700 !important;
    padding: 20px 24px !important;
    transition: background 0.3s ease !important;
}

.ac-title:hover {
    background: rgba(231, 76, 60, 0.05) !important;
}

.ac-content {
    padding: 20px 24px !important;
    font-family: 'Inter', sans-serif;
    line-height: 1.8;
    color: #555;
}

/* --- QR CODE --- */
#qrcode {
    padding: 30px;
    background: #f8f9fa;
    border-radius: 16px;
    display: inline-block;
}

/* --- PORTFOLIO FILTER --- */
.grid-filter li a {
    font-family: 'Inter', sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    border-radius: 50px !important;
    transition: all 0.3s ease !important;
}

.grid-filter li a:hover,
.grid-filter li.active a {
    background: linear-gradient(135deg, #c0392b, #e74c3c) !important;
    color: #fff !important;
    border-color: transparent !important;
}

/* --- CATEGORY --- */
.categoria_articulo {
    background-color: #e74c3c !important;
    border-radius: 6px;
}

.buttonnaranja {
    background-color: #e74c3c !important;
    border-color: #c0392b !important;
    border-radius: 50px !important;
    transition: all 0.3s ease !important;
}

.buttonnaranja:hover {
    background-color: #c0392b !important;
    border-color: #a93226 !important;
    transform: translateY(-2px) !important;
}

#cotizacion_total {
    color: white;
    font-size: 50px;
}

.logolanding {
    width: 50%;
}

/* --- FONT FACES --- */
@font-face {
    font-family: 'TextaNarrowAlt-Black';
    src: url(../fuente/TextaNarrowAlt-Black.ttf);
}

#TextaNarrowAlt-Black {
    font-family: "TextaNarrowAlt-Black";
}

@font-face {
    font-family: 'TextaNarrow-Bold';
    src: url(../fuente/TextaNarrow-Bold.ttf);
}

#TextaNarrow-Bold {
    font-family: "TextaNarrow-Bold";
}

@font-face {
    font-family: 'manuscrita';
    src: url(../fuente/Homework.ttf);
}

#manuscrita {
    font-family: "manuscrita";
}

@font-face {
    font-family: 'TextaNarrowAlt-Medium';
    src: url(../fuente/TextaNarrowAlt-Medium.ttf);
}

@font-face {
    font-family: 'Cabin-Bold';
    src: url(../fuente/Cabin-Bold.ttf);
}

#mainMenu nav > ul > li > a {
    font-family: "Cabin-Bold" !important;
    letter-spacing: 0.5px;
}

/* --- PREGUNTAS (FAQ) --- */
.preguntas {
    background: linear-gradient(135deg, #8e1515, #a51818);
    border-radius: 16px;
}

.preguntas p {
    color: white;
}

.preguntas .ac-title {
    color: white;
}

/* --- PRICING --- */
.margin-bottom-20px {
    margin-bottom: 20px;
}

.plan-price2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: 'Playfair Display', serif;
}

.plan-price2 del {
    color: gray;
    font-size: 30px;
    margin-bottom: 10px;
    display: block;
}

.plan-price2 span {
    color: #c0c0c0;
    font-size: 18px;
    font-weight: bold;
}

.fontli {
    font-size: 18px !important;
    line-height: 27px;
}

/* --- RESPONSIVE --- */
@media (min-width: 0px) and (max-width: 600px) {
    #inforeservacion {
        width: 100%;
        float: none;
        font-size: 19px;
    }
    #reservacion {
        width: 100%;
        float: none;
        font-size: 19px;
    }
    #contenidoreservacion {
        padding: 30px 15px;
        margin: 0;
        border-radius: 0;
    }
    .t1 {
        font-size: 45px;
    }
    .t2 {
        font-size: 60px;
    }
}

@media (min-width: 601px) and (max-width: 1024px) {
    .t1 {
        font-size: 55px;
    }
    .t2 {
        font-size: 70px;
    }
}

/* --- Barra de navegación: iconos + paleta viva (verde, lima, azul) --- */
#header .header-inner.header-nav-branded {
    position: relative;
    background: linear-gradient(180deg, #f2fff8 0%, #dcf5e8 42%, #c5edd4 100%) !important;
    box-shadow: 0 6px 24px rgba(8, 91, 58, 0.12);
}

#header .header-inner.header-nav-branded::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: linear-gradient(
        90deg,
        #063d5c 0%,
        #047857 22%,
        #84cc16 48%,
        #059669 72%,
        #0e7490 100%
    );
    pointer-events: none;
}

#header.dark .header-inner.header-nav-branded,
.dark #header .header-inner.header-nav-branded {
    background: linear-gradient(180deg, #14221c 0%, #0a1511 100%) !important;
    box-shadow: 0 6px 28px rgba(0, 0, 0, 0.45);
}

#header .header-inner.header-nav-branded #mainMenu nav > ul > li > a {
    display: inline-flex !important;
    align-items: center;
    gap: 0.42em;
    line-height: 1.25 !important;
    transition: color 0.2s ease;
}

#header .header-inner.header-nav-branded #mainMenu nav > ul > li > a .nav-item__icon {
    font-size: 1.12em;
    color: #059669;
    transition: color 0.2s ease, transform 0.2s ease;
    flex-shrink: 0;
}

#header:not(.dark) .header-inner.header-nav-branded #mainMenu nav > ul > li > a,
#header:not(.dark) .header-inner.header-nav-branded #mainMenu nav > ul > li > a .nav-item__text {
    color: #064e3b;
}

#header:not(.dark) .header-inner.header-nav-branded #mainMenu nav > ul > li:hover > a,
#header:not(.dark) .header-inner.header-nav-branded #mainMenu nav > ul > li > a:hover {
    color: #047857 !important;
}

#header:not(.dark) .header-inner.header-nav-branded #mainMenu nav > ul > li:hover > a .nav-item__icon,
#header:not(.dark) .header-inner.header-nav-branded #mainMenu nav > ul > li > a:hover .nav-item__icon {
    color: #65a30d;
    transform: scale(1.08);
}

#header.dark .header-inner.header-nav-branded #mainMenu nav > ul > li > a .nav-item__icon,
.dark #header .header-inner.header-nav-branded #mainMenu nav > ul > li > a .nav-item__icon {
    color: #a3e635;
}

#header.dark .header-inner.header-nav-branded #mainMenu nav > ul > li:hover > a .nav-item__icon,
.dark #header .header-inner.header-nav-branded #mainMenu nav > ul > li:hover > a .nav-item__icon {
    color: #d9f99d;
}

/* Alinear búsqueda con la misma altura visual que los enlaces del menú */
#header .header-inner.header-nav-branded .header-extras.header-extras--branded {
    display: flex !important;
    align-items: center;
    align-self: stretch;
    height: 80px;
    line-height: normal !important;
    float: right;
}

#header .header-inner.header-nav-branded .header-extras--branded > ul {
    display: flex !important;
    align-items: center;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

#header .header-inner.header-nav-branded .header-extras--branded > ul > li {
    float: none !important;
    display: flex !important;
    align-items: center;
    height: 100%;
    line-height: normal !important;
    margin: 0 !important;
}

.header-extras--branded .header-extras__search {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 50%;
    border: 2px solid #10b981;
    color: #064e3b !important;
    background: linear-gradient(160deg, #ffffff 0%, #ecfdf5 100%);
    box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
    transition: background 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.header-extras--branded .header-extras__search i {
    position: static !important;
    font-size: 17px !important;
    line-height: 1 !important;
    color: inherit !important;
}

.header-extras--branded .header-extras__search:hover {
    border-color: #65a30d;
    color: #047857 !important;
    background: linear-gradient(160deg, #f0fdf4 0%, #dcfce7 100%);
    box-shadow: 0 4px 16px rgba(101, 163, 13, 0.28);
    transform: translateY(-1px);
}

#header.dark .header-extras--branded .header-extras__search,
.dark #header .header-extras--branded .header-extras__search {
    border-color: #84cc16;
    color: #ecfccb !important;
    background: linear-gradient(160deg, rgba(20, 83, 45, 0.5) 0%, rgba(6, 78, 59, 0.35) 100%);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

#header.header-mini .header-inner.header-nav-branded .header-extras.header-extras--branded,
#header.header-alternative .header-inner.header-nav-branded .header-extras.header-extras--branded {
    height: 60px;
}

@media (max-width: 991px) {
    #header .header-inner.header-nav-branded #mainMenu nav > ul > li > a .nav-item__icon {
        font-size: 1.05em;
    }
}
