/*
Theme Name: Artesanias Theme Child
Template: oceanwp
Author: Jesus Gonzalez
*/

/* ============================================
   VARIABLES DE COLOR - MARCA
   ============================================ */
:root { --blanco: #ffffff; --negro: #000000; --rojo400: #ff605d; --rojo500: #ff2e2b; --rojo600: #f6100c; --rojo700: #c50805; --rojo800: #ab0c09; --rojo900: #8d110f; --rojo950: #4e0201; --rojo-gradient: linear-gradient(135deg, #ff2e2b 0%, #c50805 50%, #8d110f 100%); --shadow-menu: 0 4px 20px rgba(0, 0, 0, 0.08); --shadow-sticky: 0 4px 30px rgba(197, 8, 5, 0.15); }

/* ============================================
   LAYOUT GENERAL
   ============================================ */
.container-fluid { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }
.container-fluid .content-area,body.single-product .content-area { width: 100%;padding:0;border:0;}
.container-fluid .content-area div#content-wrap { width: 90%; padding: 0 30px; border: none; }
li#tab-title-additional_information {display: none;}
.mb-5{margin-bottom: 3rem !important;}
.contact-detail-content .custom-list{margin: 0}
.custom-list{list-style-type: none;}
.custom-list li{}

/* ============================================
   OCULTAR ELEMENTOS POR DEFECTO
   ============================================ */
.oceanwp-toolbar.clr { display: none !important; }
aside#right-sidebar { display: none !important; }

/* ============================================
   BOTONES DE PRODUCTOS
   ============================================ */
.woocommerce ul.products li.product .button { font-size: 13px; }
.woocommerce ul.products li.product .product-inner .added_to_cart { font-size: 13px; }
.woocommerce ul.products li.product .woo-entry-inner li:last-child{margin-bottom: 15px !important;}

/* ============================================
   MENÚ STICKY MEJORADO
   ============================================ */
#site-header { position: sticky !important; top: 0 !important; z-index: 999 !important; width: 100% !important; background: var(--blanco) !important; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important; box-shadow: var(--shadow-menu) !important; }
#site-header.sticky-scrolled { background: rgba(255, 255, 255, 0.95) !important; backdrop-filter: blur(10px) !important; -webkit-backdrop-filter: blur(10px) !important; box-shadow: var(--shadow-sticky) !important; border-bottom: 2px solid var(--rojo400) !important; }
#site-header.sticky-scrolled #site-logo img { transform: scale(0.9); transition: transform 0.3s ease; }
#site-header::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 3px; background: var(--rojo-gradient); transform: scaleX(0); transform-origin: left; transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); }
#site-header.sticky-scrolled::after { transform: scaleX(1); }
#site-header .header-scroll-progress { position: absolute; bottom: 0; left: 0; width: 0; height: 3px; background: var(--rojo-gradient); transition: width 0.1s linear; z-index: 10000; }

/* ============================================
   LOGO
   ============================================ */
#site-logo-inner { transition: all 0.3s ease; }
#site-logo img { transition: all 0.3s ease; max-height: 70px !important; }

/* ============================================
   MENÚ ESCRITORIO
   ============================================ */
#site-header #site-navigation-wrap { display: block !important;right: 0; }
#site-navigation-wrap .dropdown-menu > li > a.menu-link { position: relative !important; padding: 0 15px !important; font-weight: 600 !important; font-size: 15px !important; color: #333 !important; transition: all 0.3s ease !important; letter-spacing: 0.5px !important; }
#site-navigation-wrap .dropdown-menu > li > a.menu-link .text-wrap { position: relative !important; padding: 8px 0 !important; }
#site-navigation-wrap .dropdown-menu > li > a.menu-link:hover { color: var(--rojo700) !important; }
#site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link { color: var(--rojo700) !important; }
#site-navigation-wrap .dropdown-menu > li > a.menu-link .text-wrap::after { content: ''; position: absolute; bottom: -2px; left: 50%; width: 0; height: 2px; background: var(--rojo-gradient); transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); transform: translateX(-50%); }
#site-navigation-wrap .dropdown-menu > li > a.menu-link:hover .text-wrap::after { width: 100%; }
#site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link .text-wrap::after { width: 100%; }
#site-navigation-wrap .dropdown-menu > li.current-menu-item > a.menu-link { color: var(--rojo700) !important; }
#site-navigation-wrap .dropdown-menu > li.current-menu-item > a.menu-link .text-wrap::after { width: 100% !important; }

/* ============================================
   EFECTO HOVER DEL MENÚ (CÍRCULOS)
   ============================================ */
.effect-six #site-navigation-wrap .dropdown-menu > li > a.menu-link > span { position: relative; }
.effect-six #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:before { position: absolute; top: 50%; left: 50%; width: 50px; height: 50px; border: 2px solid var(--rojo400); border-radius: 50%; content: ""; opacity: 0; transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1); transform: translateX(-50%) translateY(-50%) scale(0.2); pointer-events: none; }
.effect-six #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:after { position: absolute; top: 50%; left: 50%; width: 40px; height: 40px; border: 3px solid var(--rojo600); border-radius: 50%; content: ""; opacity: 0; transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1); transform: translateX(-50%) translateY(-50%) scale(0.8); pointer-events: none; }
.effect-six #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover > span:before { opacity: .5; transform: translateX(-50%) translateY(-50%) scale(1); }
.effect-six #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover > span:after { opacity: .2; transform: translateX(-50%) translateY(-50%) scale(1); }
.effect-six #site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link > span:before { opacity: 1; transform: translateX(-50%) translateY(-50%) scale(1); }
.effect-six #site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link > span:after { opacity: 1; transform: translateX(-50%) translateY(-50%) scale(1); }
.effect-six #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover span.text-wrap{color: var(--negro);}

/* ============================================
   CARRITO DE COMPRAS - ESCRITORIO
   ============================================ */
.woo-menu-icon .wcmenucart { position: relative !important; padding: 0px !important; border-radius: 50% !important; transition: all 0.3s ease !important; background: transparent !important; }
.woo-menu-icon .wcmenucart:hover { background: rgba(197, 8, 5, 0.08) !important; transform: scale(1.1) !important; }
.woo-menu-icon .wcmenucart .wcmenucart-count { position: relative !important; }
/*.woo-menu-icon .wcmenucart .wcmenucart-details.count { position: absolute !important; top: -8px !important; right: -8px !important; background: var(--rojo-gradient) !important; color: white !important; font-size: 11px !important; font-weight: 700 !important; min-width: 20px !important; height: 20px !important; border-radius: 50% !important; display: flex !important; align-items: center !important; justify-content: center !important; box-shadow: 0 2px 8px rgba(197, 8, 5, 0.4) !important; }*/
.woo-menu-icon .wcmenucart .wcmenucart-details.count:empty { display: none !important; }
.current-shop-items-dropdown { border-top: 3px solid var(--rojo600) !important; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15) !important; border-radius: 0 0 12px 12px !important; overflow: hidden !important; }
.current-shop-items-dropdown .widget_shopping_cart { padding: 15px !important; }
.current-shop-items-dropdown .woocommerce-mini-cart__empty-message { color: #666 !important; font-size: 14px !important; }
.current-shop-items-dropdown .owp-cart-shop-link { background: var(--rojo-gradient) !important; color: white !important; padding: 8px 20px !important; border-radius: 50px !important; text-decoration: none !important; font-weight: 600 !important; display: inline-block !important; margin-top: 10px !important; transition: all 0.3s ease !important; }
.current-shop-items-dropdown .owp-cart-shop-link:hover { transform: scale(1.05) !important; box-shadow: 0 4px 15px rgba(197, 8, 5, 0.3) !important; }
.wcmenucart-details.count{background-color: var(--rojo400) !important;}
.wcmenucart-details.count:before{border-color: var(--rojo400) !important;}

/* ============================================
   MENÚ MÓVIL
   ============================================ */
#site-header .oceanwp-mobile-menu-icon { display: none !important; }
.oceanwp-mobile-menu-icon { display: flex !important; align-items: center !important; gap: 15px !important; }
.oceanwp-mobile-menu-icon .wcmenucart { position: relative !important; padding: 8px !important; }
/*.oceanwp-mobile-menu-icon .wcmenucart .wcmenucart-details.count { position: absolute !important; top: -6px !important; right: -6px !important; background: var(--rojo-gradient) !important; color: white !important; font-size: 10px !important; font-weight: 700 !important; min-width: 18px !important; height: 18px !important; border-radius: 50% !important; display: flex !important; align-items: center !important; justify-content: center !important; }*/
.oceanwp-mobile-menu-icon .mobile-menu { background: var(--rojo-gradient) !important; color: white !important; padding: 8px 18px !important; border-radius: 50px !important; border: none !important; font-weight: 600 !important; font-size: 14px !important; transition: all 0.3s ease !important; display: flex !important; align-items: center !important; gap: 8px !important; height: auto !important; line-height: 1.4 !important; }
.oceanwp-mobile-menu-icon .mobile-menu:hover { transform: scale(1.05) !important; box-shadow: 0 4px 15px rgba(197, 8, 5, 0.3) !important; }
.oceanwp-mobile-menu-icon .mobile-menu i { font-size: 18px !important; }

/* ============================================
   AJUSTES ADMIN BAR
   ============================================ */
.admin-bar #site-header { top: 32px !important; }



/* ============================================
   SECCIÓN QUIENES SOMOS - ABOUT
   ============================================ */
.about-section { padding: 80px 0; background: var(--blanco); position: relative; overflow: hidden; }
.about-section::before { content: ''; position: absolute; top: -50%; right: -20%; width: 600px; height: 600px; background: radial-gradient(circle, rgba(197, 8, 5, 0.03) 0%, transparent 70%); border-radius: 50%; pointer-events: none; z-index: 0; }
.about-section .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; position: relative; z-index: 1; }

/* ============================================
   HEADER DE LA SECCIÓN
   ============================================ */
.about-header { text-align: center; margin-bottom: 60px; }
.about-subtitle { display: inline-block; font-size: 14px; font-weight: 600; color: var(--rojo600); text-transform: uppercase; letter-spacing: 3px; background: rgba(197, 8, 5, 0.08); padding: 6px 18px; border-radius: 50px; margin-bottom: 15px; }
.about-title { font-size: clamp(32px, 5vw, 48px); font-weight: 700; color: var(--rojo900); margin-bottom: 15px; letter-spacing: -1px; }
.about-divider { width: 60px; height: 3px; background: var(--rojo-gradient); margin: 0 auto 20px; border-radius: 2px; }
.about-intro { max-width: 700px; margin: 0 auto; font-size: 18px; line-height: 1.8; color: #555; }

/* ============================================
   GRID DE CARACTERÍSTICAS
   ============================================ */
.about-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; margin-bottom: 60px; }
.about-card { background: #f8f9fa; border-radius: 16px; padding: 35px 25px 30px; text-align: center; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); border: 1px solid transparent; position: relative; overflow: hidden; }
.about-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--rojo-gradient); transform: scaleX(0); transform-origin: left; transition: transform 0.4s ease; }
.about-card:hover { transform: translateY(-8px); box-shadow: 0 20px 60px rgba(197, 8, 5, 0.10); border-color: rgba(197, 8, 5, 0.10); }
.about-card:hover::before { transform: scaleX(1); }
.about-card-icon { width: 64px; height: 64px; background: var(--rojo-gradient); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; font-size: 26px; color: white; transition: all 0.3s ease; }
.about-card:hover .about-card-icon { transform: scale(1.1) rotate(-5deg); }
.about-card-title { font-size: 18px; font-weight: 700; color: var(--rojo900); margin-bottom: 10px; }
.about-card-text { font-size: 14px; line-height: 1.7; color: #666; margin: 0; }

/* ============================================
   GRID MISIÓN, VISIÓN, VALORES
   ============================================ */
.about-mvv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; margin-bottom: 60px; }
.mvv-card { background: #f8f9fa; border-radius: 16px; padding: 35px 30px; text-align: center; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); border: 1px solid transparent; }
.mvv-card:hover { transform: translateY(-5px); box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06); border-color: rgba(197, 8, 5, 0.10); }
.mvv-icon { width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; font-size: 24px; color: white; transition: all 0.3s ease; }
.mvv-card:hover .mvv-icon { transform: scale(1.1); }
.mvv-card.mission .mvv-icon { background: var(--rojo-gradient); }
.mvv-card.vision .mvv-icon { background: var(--rojo-gradient); }
.mvv-card.values .mvv-icon { background: var(--rojo-gradient); }
.mvv-title { font-size: 20px; font-weight: 700; color: var(--rojo900); margin-bottom: 10px; }
.mvv-text { font-size: 14px; line-height: 1.8; color: #555; margin: 0; }
.mvv-tags { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 5px; }
.mvv-tag { background: rgba(197, 8, 5, 0.08); color: var(--rojo700); padding: 5px 14px; border-radius: 50px; font-size: 13px; font-weight: 500; transition: all 0.3s ease; }
.mvv-tag:hover { background: var(--rojo-gradient); color: white; transform: scale(1.05); }

/* ============================================
   CITA DESTACADA
   ============================================ */
.about-quote { background: var(--rojo-gradient); border-radius: 16px; padding: 50px 40px; text-align: center; position: relative; overflow: hidden; }
.about-quote::before { content: ''; position: absolute; top: -50%; right: -20%; width: 300px; height: 300px; background: rgba(255, 255, 255, 0.05); border-radius: 50%; }
.about-quote .quote-icon { font-size: 13vh; color: rgba(255, 255, 255, 0.2); display: block; margin-bottom: 10px;position: absolute;top: 0;left: 0; }
.about-quote blockquote { font-size: clamp(20px, 3vw, 28px); font-weight: 600; color: white; line-height: 1.6; margin: 0 0 10px; font-style: italic;border:none; }
.about-quote .quote-author { font-size: 15px; color: rgba(255, 255, 255, 0.7); font-weight: 400; letter-spacing: 1px; }

/* ============================================
   RESPONSIVE - TABLET (max-width: 992px)
   ============================================ */


@media(max-width: 1280px){
   /*.container{max-width: 100% !important;}*/
   .about-section .container,.contact-section .container,.politicas-section .container{width: 100%;}
}

@media (max-width: 992px) {
    .about-section { padding: 60px 0; }
    .about-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .about-mvv-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .about-mvv-grid .values { grid-column: 1 / -1; }
}

/* ============================================
   RESPONSIVE - MÓVIL (max-width: 768px)
   ============================================ */
@media (max-width: 768px) {
    .about-section { padding: 40px 0; }
    .about-header { margin-bottom: 40px; }
    .about-title { font-size: 28px; }
    .about-intro { font-size: 16px; }
    .about-grid { grid-template-columns: 1fr; gap: 16px; }
    .about-grid .about-card { padding: 25px 20px; }
    .about-mvv-grid { grid-template-columns: 1fr; gap: 16px; }
    .about-mvv-grid .values { grid-column: 1 / -1; }
    .mvv-card { padding: 25px 20px; }
    .about-quote { padding: 30px 20px; }
    .about-quote blockquote { font-size: 18px; }
    .mvv-tag { font-size: 12px; padding: 4px 12px; }
}

/* ============================================
   RESPONSIVE - MÓVIL PEQUEÑO (max-width: 480px)
   ============================================ */
@media (max-width: 480px) {
    .about-section { padding: 30px 0; }
    .about-title { font-size: 24px; }
    .about-subtitle { font-size: 12px; letter-spacing: 2px; padding: 4px 14px; }
    .about-intro { font-size: 14px; }
    .about-card-icon { width: 52px; height: 52px; font-size: 20px; }
    .about-card-title { font-size: 16px; }
    .about-card-text { font-size: 13px; }
    .mvv-icon { width: 48px; height: 48px; font-size: 20px; }
    .mvv-title { font-size: 17px; }
    .mvv-text { font-size: 13px; }
    .about-quote blockquote { font-size: 16px; }
}





/* ============================================
   RESPONSIVE - TABLET (max-width: 992px)
   ============================================ */
@media (max-width: 992px) {
    #site-header { padding: 10px 0 !important; }
    #site-logo img { max-height: 70px !important; }
    #site-header #site-navigation-wrap { display: none !important; }
    #site-header .oceanwp-mobile-menu-icon { display: flex !important; }
    .oceanwp-mobile-menu-icon .mobile-menu { padding: 6px 14px !important; font-size: 13px !important; }
    .admin-bar #site-header { top: 46px !important; }
}

/* ============================================
   RESPONSIVE - MÓVIL PEQUEÑO (max-width: 768px)
   ============================================ */
@media (max-width: 768px) {
    .woocommerce ul.products li.product li.title h2 { margin-bottom: 2px; font-size: 13px; }
    .woocommerce ul.products li.product li.title a { margin-bottom: 2px; font-size: 13px; }
    .woocommerce ul.products li.product .woo-entry-inner li { margin-bottom: 5px; }
    .woocommerce ul.products li.product .button { padding: 5px 3px; font-size: 12px; }
    .woocommerce ul.products li.product .woo-entry-inner li { margin-bottom: 10px; }
    .woocommerce ul.products li.product .price { font-size: 15px; }
    .container-fluid .content-area div#content-wrap{padding: 0 10px}
    body.woocommerce-page #main #content-wrap{padding-bottom: 0}
    .content-area, .content-left-sidebar .content-area{margin-bottom: 0}

}

/* ============================================
   RESPONSIVE - MÓVIL MUY PEQUEÑO (max-width: 480px)
   ============================================ */
@media (max-width: 480px) {
    #site-header { padding: 8px 0 !important; }
    #site-logo img { max-height: 70px !important; }
    .oceanwp-mobile-menu-icon .mobile-menu { padding: 5px 12px !important; font-size: 12px !important; }
    .oceanwp-mobile-menu-icon .mobile-menu span.menu-text { display: none !important; }
    .oceanwp-mobile-menu-icon .mobile-menu i { font-size: 18px !important; }
    .oceanwp-mobile-menu-icon .mobile-menu .oceanwp-close-text { display: none !important; }
    .admin-bar #site-header { top: 0 !important; }
}

/* ============================================
   SCROLL SUAVE
   ============================================ */
html { scroll-behavior: smooth; }

/* ============================================
   ANIMACIONES ADICIONALES
   ============================================ */
@keyframes bounceIn { 0% { transform: scale(0); } 50% { transform: scale(1.2); } 70% { transform: scale(0.9); } 100% { transform: scale(1); } }
@keyframes slideDown { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } }
@keyframes shadowPulse { 0%, 100% { box-shadow: 0 4px 30px rgba(197, 8, 5, 0.15); } 50% { box-shadow: 0 4px 40px rgba(197, 8, 5, 0.25); } }
@keyframes rippleAnimation { to { transform: scale(4); opacity: 0; } }

/* ============================================
   ESTADOS DE ANIMACIÓN
   ============================================ */
.wcmenucart-details.count.updated { animation: bounceIn 0.5s ease !important; }
.current-shop-items-dropdown.open { display: block !important; animation: slideDown 0.3s ease !important; }
#site-header.sticky-scrolled { animation: shadowPulse 2s ease-in-out infinite; }



/* ============================================
   PÁGINA DE CONTACTO - HERO
   ============================================ */
.contact-hero { position: relative; min-height: 400px; height: 50vh; background-size: cover; background-position: center; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden;z-index: 1; }
.contact-hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.55); z-index: 1; }
.contact-hero-content { position: relative; z-index: 2; padding: 20px; max-width: 800px; }
.contact-hero-title { font-size: clamp(36px, 6vw, 56px); font-weight: 700; color: white; margin-bottom: 15px; text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3); }
.contact-hero-divider { width: 60px; height: 3px; background: var(--rojo-gradient); margin: 0 auto 20px; border-radius: 2px; }
.contact-hero-subtitle { font-size: clamp(16px, 2vw, 20px); color: rgba(255, 255, 255, 0.85); font-weight: 300; letter-spacing: 1px; }


.contact-hero .parallax-bg { display: none; }
/* ============================================
   SECCIÓN CONTACTO
   ============================================ */
.contact-section {position: relative; z-index: 2; background: var(--blanco); margin-top: 0; padding:60px 0; }
.contact-section .container { max-width: 1200px; margin: 0 auto; padding: 0 20px;position: relative; z-index: 2; }


/* Fix para el parallax - evitar overflow */
.contact-hero { will-change: transform; }
.contact-hero .contact-hero-content { will-change: transform; }

/* Mejora para la transición entre hero y contenido */
.contact-hero::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 100%; height: 60px; background:linear-gradient(to bottom, transparent, #ffffff17); z-index: 3; pointer-events: none; }


/* ============================================
   GRID DE CONTACTO
   ============================================ */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: start; }

/* ============================================
   COLUMNA IZQUIERDA - INFORMACIÓN
   ============================================ */
.contact-info-title { font-size: clamp(28px, 3vw, 36px); font-weight: 700; color: var(--rojo900); margin-bottom: 15px; }
.contact-info-text { font-size: 16px; line-height: 1.8; color: #555; margin-bottom: 30px; }

.contact-details { display: flex; flex-direction: column; gap: 20px; margin-bottom: 30px; }
.contact-detail-item { display: flex; align-items: flex-start; gap: 16px; padding: 15px 20px; background: #f8f9fa; border-radius: 12px; transition: all 0.3s ease; }
.contact-detail-item:hover { background: rgba(197, 8, 5, 0.05); transform: translateX(5px); }
.contact-detail-icon { width: 44px; height: 44px; min-width: 44px; background: var(--rojo-gradient); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; color: white; transition: all 0.3s ease; }
.contact-detail-item:hover .contact-detail-icon { transform: scale(1.1) rotate(-5deg); }
.contact-detail-content h4 { font-size: 14px; font-weight: 600; color: var(--rojo800); margin: 0 0 2px; }
.contact-detail-content p { font-size: 14px; color: #555; margin: 0; }
.contact-detail-content a { color: var(--rojo700); text-decoration: none; transition: color 0.3s ease; }
.contact-detail-content a:hover { color: var(--rojo500); }

/* ============================================
   HORARIOS
   ============================================ */
.contact-hours { background: #f8f9fa; border-radius: 12px; padding: 20px 25px; margin-bottom: 30px; border-left: 3px solid var(--rojo600); }
.hours-title { font-size: 16px; font-weight: 700; color: var(--rojo900); margin-bottom: 12px; display: flex; align-items: center; gap: 10px; }
.hours-title i { color: var(--rojo600); }
.hours-list { list-style: none; padding: 0; margin: 0; }
.hours-list li { display: flex; justify-content: space-between; padding: 6px 0; font-size: 14px; color: #555; border-bottom: 1px solid #e9ecef; }
.hours-list li:last-child { border-bottom: none; }
.hours-day { font-weight: 500; }
.hours-time { color: #333; }
.hours-list li:last-child .hours-time { color: var(--rojo600); font-weight: 600; }

/* ============================================
   REDES SOCIALES
   ============================================ */
.contact-social { margin-top: 10px; }
.social-title { font-size: 16px; font-weight: 600; color: var(--rojo900); margin-bottom: 15px; }
.social-links { display: flex; gap: 12px; flex-wrap: wrap; }
.social-link { width: 48px; height: 48px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px; color: white; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); text-decoration: none; border: none; }
.social-link:hover { transform: translateY(-5px) scale(1.05); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);color: var(--blanco);}
.social-link.facebook { background: #1877f2; }
.social-link.instagram { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }
.social-link.tiktok { background: #000000; }
.social-link.youtube { background: #ff0000; }
.social-link.whatsapp { background: #25d366; }

/* ============================================
   COLUMNA DERECHA - FORMULARIO Y MAPA
   ============================================ */
.contact-form-wrapper { display: flex; flex-direction: column; gap: 30px; }

.contact-form-container { background: #f8f9fa; border-radius: 16px; padding: 35px 30px; border: 1px solid #e9ecef; }
.form-title { font-size: 22px; font-weight: 700; color: var(--rojo900); text-align: center; margin-bottom: 8px; }
.form-divider { width: 40px; height: 3px; background: var(--rojo-gradient); margin: 0 auto 25px; border-radius: 2px; }

/* ============================================
   ESTILOS DEL FORMULARIO CONTACT FORM 7
   ============================================ */
.contact-form-container .wpcf7 { margin: 0; }
.contact-form-container .wpcf7-form { display: flex; flex-direction: column; gap: 18px; }
.contact-form-container .wpcf7-form label { font-size: 14px; font-weight: 600; color: #333; display: block; margin-bottom: 5px; }
.contact-form-container .wpcf7-form .wpcf7-form-control { width: 100%; padding: 12px 16px; border: 2px solid #e9ecef; border-radius: 10px; font-size: 15px; transition: all 0.3s ease; background: white; color: #333; }
.contact-form-container .wpcf7-form .wpcf7-form-control:focus { outline: none; border-color: var(--rojo500); box-shadow: 0 0 0 4px rgba(197, 8, 5, 0.10); }
.contact-form-container .wpcf7-form .wpcf7-textarea {height: 100px;resize: vertical;max-height: 100px;min-height: 100px;}
.contact-form-container .wpcf7-form .wpcf7-submit { background: var(--rojo-gradient); color: white; padding: 14px 35px; border: none; border-radius: 50px; font-size: 16px; font-weight: 700; cursor: pointer; transition: all 0.3s ease; text-transform: uppercase; letter-spacing: 1px; width: 100%; }
.contact-form-container .wpcf7-form .wpcf7-submit:hover { transform: translateY(-3px); box-shadow: 0 8px 30px rgba(197, 8, 5, 0.35); }
.contact-form-container .wpcf7-form .wpcf7-submit:active { transform: translateY(0); }
.contact-form-container .wpcf7-form .wpcf7-not-valid-tip { color: var(--rojo600); font-size: 13px; margin-top: 5px; }
.contact-form-container .wpcf7-form .wpcf7-response-output { border-radius: 10px; padding: 15px 20px; margin: 10px 0 0; font-size: 14px; }
.contact-form-container .wpcf7-form .wpcf7-validation-errors { border-color: var(--rojo600); background: rgba(197, 8, 5, 0.05); }
.contact-form-container .wpcf7-form .wpcf7-mail-sent-ok { border-color: #28a745; background: rgba(40, 167, 69, 0.05); }
.contact-form-container .wpcf7-form .wpcf7-response-output{text-align: center;}
/* ============================================
   MAPA
   ============================================ */
.contact-map-container { background: #f8f9fa; border-radius: 16px; padding: 20px; border: 1px solid #e9ecef; }
.map-title { font-size: 16px; font-weight: 600; color: var(--rojo900); margin-bottom: 15px; display: flex; align-items: center; gap: 10px; }
.map-title i { color: var(--rojo600); }
.map-wrapper { width: 100%; height: 280px; border-radius: 12px; overflow: hidden; position: relative; }
.map-wrapper iframe { width: 100%; height: 100%; min-height: 250px; display: block; }

/* ============================================
   RESPONSIVE - TABLET (max-width: 992px)
   ============================================ */
@media (max-width: 992px) {
    .contact-grid { grid-template-columns: 1fr; gap: 40px; }
    .contact-hero { min-height: 300px; height: 40vh; }
    .contact-section { padding: 60px 0; }
    .contact-form-container { padding: 25px 20px; }
    .map-wrapper { height: 250px; }
}

/* ============================================
   RESPONSIVE - MÓVIL (max-width: 768px)
   ============================================ */
@media (max-width: 768px) {
    .contact-hero { min-height: 250px; height: 35vh; }
    .contact-section { padding: 40px 0; }
    .contact-detail-item { padding: 12px 15px; }
    .contact-detail-icon { width: 38px; height: 38px; min-width: 38px; font-size: 15px; }
    .contact-form-container { padding: 20px 15px; }
    .contact-form-container .wpcf7-form .wpcf7-form-control { padding: 10px 14px; font-size: 14px; }
    .map-wrapper { height: 220px; }
    .social-links { gap: 10px; }
    .social-link { width: 42px; height: 42px; font-size: 17px; }
    .hours-list li { font-size: 13px; flex-direction: column; gap: 2px; padding: 8px 0; }
}

/* ============================================
   RESPONSIVE - MÓVIL PEQUEÑO (max-width: 480px)
   ============================================ */
@media (max-width: 480px) {
    .contact-hero { min-height: 200px; height: 30vh; }
    .contact-section { padding: 30px 0; }
    .contact-info-title { font-size: 24px; }
    .contact-info-text { font-size: 14px; }
    .map-wrapper { height: 180px; }
    .contact-detail-content h4 { font-size: 13px; }
    .contact-detail-content p { font-size: 13px; }
    .social-link { width: 38px; height: 38px; font-size: 15px; }
}


/* ============================================
   FOOTER PERSONALIZADO
   ============================================ */
.custom-footer { background: #1a1a1a; color: #ccc; padding: 60px 0 0;}
.footer-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* ============================================
   GRID DEL FOOTER
   ============================================ */
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1.5fr 1.5fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(255, 255, 255, 0.08); }

/* ============================================
   COLUMNA - MARCA
   ============================================ */
.footer-brand .footer-logo { margin-bottom: 15px; }
.footer-brand .footer-logo img { max-height: 60px; width: auto; }
.footer-site-title { font-size: 24px; font-weight: 700; color: white; margin: 0 0 10px; }
.footer-description { font-size: 14px; line-height: 1.8; color: #999; margin: 0 0 20px; max-width: 300px; }

/* ============================================
   REDES SOCIALES EN FOOTER
   ============================================ */
.footer-social { display: flex; gap: 10px; flex-wrap: wrap; }
.footer-social-link { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 16px; color: white; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); text-decoration: none; border: none; background: rgba(255, 255, 255, 0.08); }
.footer-social-link:hover { transform: translateY(-4px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);color:var(--blanco); }
.footer-social-link.facebook:hover { background: #1877f2; }
.footer-social-link.instagram:hover { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }
.footer-social-link.tiktok:hover { background: #000000; }
.footer-social-link.youtube:hover { background: #ff0000; }
.footer-social-link.whatsapp:hover { background: #25d366; }

/* ============================================
   COLUMNAS - ENLACES Y CONTACTO
   ============================================ */
.footer-title { font-size: 16px; font-weight: 700; color: white; margin: 0 0 18px; position: relative; padding-bottom: 10px; }
.footer-title::after { content: ''; position: absolute; bottom: 0; left: 0; width: 30px; height: 2px; background: var(--rojo-gradient); border-radius: 2px; }

.footer-menu { list-style: none; padding: 0; margin: 0; }
.footer-menu li { margin-bottom: 10px; }
.footer-menu li a { color: #999; text-decoration: none; font-size: 14px; transition: all 0.3s ease; display: inline-block; }
.footer-menu li a:hover { color: var(--rojo400); transform: translateX(5px); }

.footer-contact-list { list-style: none; padding: 0; margin: 0; }
.footer-contact-list li { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; font-size: 14px; color: #999; }
.footer-contact-list li i { color: var(--rojo400); font-size: 16px; width: 20px; text-align: center; }
.footer-contact-list li a { color: #999; text-decoration: none; transition: color 0.3s ease; }
.footer-contact-list li a:hover { color: var(--rojo400); }

/* ============================================
   HORARIOS
   ============================================ */
.footer-hours-list { list-style: none; padding: 0; margin: 0; }
.footer-hours-list li { display: flex; justify-content: space-between; padding: 6px 0; font-size: 14px; color: #999; border-bottom: 1px solid rgba(255, 255, 255, 0.04); }
.footer-hours-list li:last-child { border-bottom: none; }
.footer-hours-list .day { color: #ccc; }
.footer-hours-list .time { color: #999; }
.footer-hours-list .closed { color: var(--rojo400); font-weight: 600; }

/* ============================================
   BADGE DE CONFIANZA
   ============================================ */
.footer-badge { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; padding: 8px 16px; background: rgba(255, 255, 255, 0.05); border-radius: 50px; border: 1px solid rgba(255, 255, 255, 0.08); }
.footer-badge i { color: var(--rojo400); font-size: 18px; }
.footer-badge span { font-size: 13px; color: #999; font-weight: 500; }

/* ============================================
   FOOTER INFERIOR - COPYRIGHT
   ============================================ */
.footer-bottom { padding: 20px 0; margin-top: 20px; }
.footer-bottom-content { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 15px; }
.footer-copyright { font-size: 14px; color: #666; margin: 0; }
.footer-copyright a { color: #999; text-decoration: none; transition: color 0.3s ease; }
.footer-copyright a:hover { color: var(--rojo400); }
.footer-bottom-links { display: flex; align-items: center; gap: 10px; font-size: 13px; }
.footer-bottom-links a { color: #666; text-decoration: none; transition: color 0.3s ease; }
.footer-bottom-links a:hover { color: var(--rojo400); }
.footer-bottom-links .separator { color: #444; }

/* ============================================
   RESPONSIVE - TABLET (max-width: 992px)
   ============================================ */
@media (max-width: 992px) {
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
    .custom-footer { padding: 40px 0 0; }
    #site-header-inner{padding: 0 15px}
}

/* ============================================
   RESPONSIVE - MÓVIL (max-width: 768px)
   ============================================ */
@media (max-width: 768px) {
    .footer-grid { grid-template-columns: 1fr; gap: 30px; }
    .custom-footer { padding: 30px 0 0; }
    .footer-bottom-content { flex-direction: column; text-align: center; }
    .footer-bottom-links { flex-wrap: wrap; justify-content: center; }
    .footer-description { max-width: 100%; }
    .footer-brand { text-align: center; }
    .footer-social { justify-content: center; }
    .footer-title::after { left: 50%; transform: translateX(-50%); }
    .footer-title { text-align: center; }
    .footer-contact-list li { justify-content: center; }
    .footer-hours-list li { justify-content: center; gap: 10px; }
    .footer-col.footer-hours .footer-badge{text-align: center;margin: 20px auto 0;width: 100%;justify-content: center;}
}

/* ============================================
   RESPONSIVE - MÓVIL PEQUEÑO (max-width: 480px)
   ============================================ */
@media (max-width: 480px) {
    .footer-social-link { width: 36px; height: 36px; font-size: 14px; }
    .footer-contact-list li { font-size: 13px; flex-wrap: wrap; }
    .footer-copyright { font-size: 12px; }
    .footer-bottom-links { font-size: 12px; }
}



/* ============================================
   MENÚ MÓVIL - SIDR (ESTILOS COMPLETOS)
   ============================================ */
#sidr { background: #1a1a1a !important; padding: 20px 0 !important; width: 300px !important; font-family: inherit !important; }
#sidr .sidr-class { padding: 0 !important; }

/* Contenedor del menú */
#sidr ul { list-style: none !important; padding: 0 !important; margin: 0 !important; }
#sidr ul li { display: block !important; border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important; margin: 0 !important;width:100%; }
#sidr ul li:last-child { border-bottom: none !important; }

/* Enlaces del menú */
#sidr ul li a { color: #ccc !important; font-size: 15px !important; padding: 14px 20px !important; display: block !important; transition: all 0.3s ease !important; text-decoration: none !important; font-weight: 500 !important; letter-spacing: 0.5px !important; border-left: 3px solid transparent !important; }
#sidr ul li a:hover { color: white !important; background: rgba(197, 8, 5, 0.15) !important; padding-left: 25px !important; border-left-color: var(--rojo500) !important; }
#sidr ul li.current-menu-item a { color: var(--rojo400) !important; background: rgba(197, 8, 5, 0.10) !important; border-left-color: var(--rojo500) !important; }
#sidr ul li.current-menu-item a:hover { color: white !important; }

/* Logo en el menú móvil */
#sidr .sidr-custom-logo { display: block !important; text-align: center !important; padding: 20px !important; border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important; margin-bottom: 10px !important; }
#sidr .sidr-custom-logo img { max-height: 60px !important; width: auto !important; }

/* Título del menú */
#sidr .sidr-menu-title { color: white !important; font-size: 18px !important; font-weight: 700 !important; padding: 15px 20px !important; margin: 0 !important; border-bottom: 2px solid var(--rojo500) !important; display: flex !important; align-items: center !important; gap: 10px !important; }
#sidr .sidr-menu-title i { color: var(--rojo400); font-size: 20px; }

/* Botón de cierre */
#sidr .sidr-close-btn { position: absolute !important; top: 15px !important; right: 15px !important; background: transparent !important; border: none !important; color: #999 !important; font-size: 24px !important; cursor: pointer !important; transition: all 0.3s ease !important; padding: 5px !important; z-index: 10 !important; }
#sidr .sidr-close-btn:hover { color: white !important; transform: rotate(90deg) !important; }

/* ============================================
   SUBMENÚS EN MÓVIL
   ============================================ */
#sidr ul ul { display: none !important; padding-left: 15px !important; background: rgba(255, 255, 255, 0.03) !important; }
#sidr ul ul li { border-bottom: 1px solid rgba(255, 255, 255, 0.03) !important; }
#sidr ul ul li a { font-size: 14px !important; padding: 10px 20px 10px 30px !important; color: #999 !important; border-left: 2px solid transparent !important; }
#sidr ul ul li a:hover { color: white !important; padding-left: 35px !important; border-left-color: var(--rojo400) !important; }
#sidr ul ul li.current-menu-item a { color: var(--rojo400) !important; }

/* Items con submenú */
#sidr ul li.menu-item-has-children > a { display: flex !important; justify-content: space-between !important; align-items: center !important; }
#sidr ul li.menu-item-has-children > a::after { content: '▼' !important; font-size: 10px !important; color: #666 !important; transition: transform 0.3s ease !important; margin-left: 10px !important; }
#sidr ul li.menu-item-has-children.open > a::after { transform: rotate(180deg) !important; }
#sidr ul li.menu-item-has-children.open > a { color: white !important; }

/* ============================================
   REDES SOCIALES EN MENÚ MÓVIL
   ============================================ */
#sidr .sidr-social { padding: 20px !important; border-top: 1px solid rgba(255, 255, 255, 0.08) !important; margin-top: 10px !important; display: flex !important; justify-content: center !important; gap: 12px !important; }
#sidr .sidr-social a { width: 40px !important; height: 40px !important; border-radius: 50% !important; display: flex !important; align-items: center !important; justify-content: center !important; font-size: 16px !important; color: white !important; transition: all 0.3s ease !important; text-decoration: none !important; padding: 0 !important; border: none !important; background: rgba(255, 255, 255, 0.08) !important; }
#sidr .sidr-social a:hover { transform: translateY(-3px) !important; }
#sidr .sidr-social .facebook:hover { background: #1877f2 !important; }
#sidr .sidr-social .instagram:hover { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%) !important; }
#sidr .sidr-social .tiktok:hover { background: #000000 !important; }
#sidr .sidr-social .youtube:hover { background: #ff0000 !important; }
#sidr .sidr-social .whatsapp:hover { background: #25d366 !important; }

/* ============================================
   OVERLAY DEL SIDR
   ============================================ */
.sidr-overlay { background: rgba(0, 0, 0, 0.7) !important; z-index: 999998 !important; backdrop-filter: blur(3px) !important; -webkit-backdrop-filter: blur(3px) !important; }

/* ============================================
   RESPONSIVE - AJUSTES
   ============================================ */
@media (max-width: 480px) { 
   #sidr { width: 280px !important; } 
   #sidr ul li a { font-size: 14px !important; padding: 12px 15px !important; } 
   #sidr ul ul li a { font-size: 13px !important; padding: 8px 15px 8px 25px !important; } 
   #sidr .sidr-social a { width: 36px !important; height: 36px !important; font-size: 14px !important; } 
   #sidr .sidr-custom-logo img { max-height: 45px !important; } 
   #sidr .sidr-menu-title { font-size: 16px !important; padding: 12px 15px !important; } 
}


.related.products { margin-top: 50px; padding-top: 35px; border-top: 2px solid #f1f3f5; }
.related.products > h2 { font-size: 24px; font-weight: 700; color: var(--rojo900); margin-bottom: 30px; position: relative; padding-bottom: 12px; }
.related.products > h2::after { content: ''; position: absolute; bottom: 0; left: 0; width: 50px; height: 3px; background: var(--rojo-gradient); border-radius: 2px; }
section.related.products ul.woo-entry-inner li img {height: 200px;object-fit: cover;}
.woocommerce ul.products li.owp-content-center .product-inner{box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;}
section.related.products ul.products li.product .woo-entry-inner li:last-child{padding-bottom: 10px}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {color: var(--rojo500) !important;}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {color: var(--rojo500) !important;border-color: var(--rojo500) !important;}
.woocommerce ul.products li.product .button:hover{color: var(--rojo500) !important;border-color: var(--rojo500) !important;}
.current-shop-items-dropdown{border-top-color:var(--rojo500) !important;}

a.button.checkout.wc-forward,button.single_add_to_cart_button.button.alt,a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained,
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.wc-block-components-checkout-place-order-button--full-width.contained,
body.woocommerce-checkout .wp-element-button{background-color:var(--rojo500) !important;}

.widget_shopping_cart_content .buttons .button:first-child:hover{border-color: var(--rojo500) !important;}

body.woocommerce-cart,body.woocommerce-checkout{}
body.woocommerce-cart .container,body.woocommerce-checkout .container{width: 80%;}
body.woocommerce-cart .content-area,body.woocommerce-checkout .content-area{width: 100%;border-right: 0 !important;padding-right: 0;}

.wc-blocks-components-select {margin-top: 10px !important;}
.wc-blocks-components-select .wc-blocks-components-select__label{top: 0;}



/* ============================================
   FORMULARIO DE RESERVACIONES
   ============================================ */
.reservation-form { max-width: 700px; margin: 0 auto; }
.reservation-form .form-row { display: flex; gap: 20px; margin-bottom: 18px; }
.reservation-form .form-col { flex: 1; min-width: 0; }
.reservation-form label { display: block; font-weight: 600; color: var(--rojo900); margin-bottom: 5px; font-size: 14px; }
.reservation-form .wpcf7-form-control { width: 100%; padding: 12px 16px; border: 2px solid #e9ecef; border-radius: 10px; font-size: 15px; transition: all 0.3s ease; background: white; color: #333; }
.reservation-form .wpcf7-form-control:focus { outline: none; border-color: var(--rojo500); box-shadow: 0 0 0 4px rgba(197, 8, 5, 0.10); }
.reservation-form .wpcf7-submit { background: var(--rojo-gradient); color: white; padding: 14px 35px; border: none; border-radius: 50px; font-size: 16px; font-weight: 700; cursor: pointer; transition: all 0.3s ease; text-transform: uppercase; letter-spacing: 1px; width: 100%; }
.reservation-form .wpcf7-submit:hover { transform: translateY(-3px); box-shadow: 0 8px 30px rgba(197, 8, 5, 0.35); }


/* ============================================
   RESERVACIONES - LEYENDA DE HORARIOS
   ============================================ */

.reservation-schedule-info { background: #f8f9fa; border-radius: 12px; padding: 18px 20px; margin: 15px 0 20px; border: 1px solid #e9ecef; }
.schedule-header { font-size: 15px; font-weight: 700; color: var(--rojo900); margin-bottom: 12px; display: flex; align-items: center; gap: 10px; }
.schedule-header i { color: var(--rojo500); font-size: 18px; }
.schedule-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; }
.schedule-item { text-align: center; padding: 8px 12px; border-radius: 8px; background: white; border: 1px solid #e9ecef; transition: all 0.3s ease; }
.schedule-item:hover { transform: translateY(-2px); box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); }
.schedule-item .schedule-day { display: block; font-size: 13px; font-weight: 600; color: #333; }
.schedule-item .schedule-time { display: block; font-size: 13px; color: var(--rojo700); font-weight: 500; margin-top: 2px; }
.schedule-item.closed { opacity: 0.6; }
.schedule-item.closed .schedule-time { color: #999; }
.schedule-item.closed .schedule-day { color: #999; }
.schedule-note { margin-top: 12px; font-size: 13px; color: #666; display: flex; align-items: center; gap: 8px; padding: 8px 12px; background: rgba(197, 8, 5, 0.05); border-radius: 8px;text-align:center;justify-content:center; }
.schedule-note p{text-align: center;margin-bottom: 0}
.schedule-note i { color: var(--rojo500); }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 768px) {
    .schedule-grid { grid-template-columns: 1fr; gap: 6px; }
    .schedule-item { display: flex; justify-content: space-between; align-items: center; padding: 6px 14px; }
    .schedule-item .schedule-day { font-size: 13px; }
    .schedule-item .schedule-time { font-size: 13px; margin-top: 0; }
    .schedule-note { font-size: 12px; flex-wrap: wrap; }
}

@media (max-width: 480px) {
    .reservation-schedule-info { padding: 14px 15px; }
    .schedule-item { padding: 5px 10px; font-size: 12px; }
    .schedule-item .schedule-day { font-size: 12px; }
    .schedule-item .schedule-time { font-size: 12px; }
    .schedule-header { font-size: 14px; }
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 768px) {
    .reservation-form .form-row { flex-direction: column; gap: 0; }
    .reservation-form .form-col { margin-bottom: 15px; }
}


/* ============================================
   RESERVACIONES - BENEFICIOS Y SERVICIOS
   ============================================ */

/* Beneficios */
.reservation-benefits { background: #f8f9fa; border-radius: 12px; padding: 20px 25px; margin-bottom: 25px; border-left: 3px solid var(--rojo600); }
.benefits-title { font-size: 16px; font-weight: 700; color: var(--rojo900); margin-bottom: 12px; display: flex; align-items: center; gap: 10px; }
.benefits-title i { color: var(--rojo500); }
.benefits-list { list-style: none; padding: 0; margin: 0; }
.benefits-list li { display: flex; align-items: center; gap: 10px; padding: 6px 0; font-size: 14px; color: #555; border-bottom: 1px solid #f1f3f5; }
.benefits-list li:last-child { border-bottom: none; }
.benefits-list li i { color: var(--rojo500); font-size: 16px; width: 20px; text-align: center; }

/* Servicios */
.reservation-services { background: #f8f9fa; border-radius: 12px; padding: 20px 25px; margin-bottom: 25px; border-left: 3px solid var(--rojo600); }
.services-title { font-size: 16px; font-weight: 700; color: var(--rojo900); margin-bottom: 12px; display: flex; align-items: center; gap: 10px; }
.services-title i { color: var(--rojo500); }
.services-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.service-item { display: flex; align-items: center; gap: 10px; padding: 8px 12px; background: white; border-radius: 8px; transition: all 0.3s ease; border: 1px solid #e9ecef; }
.service-item:hover { background: var(--rojo-gradient); color: white; border-color: var(--rojo500); transform: translateY(-2px); box-shadow: 0 4px 15px rgba(197, 8, 5, 0.15); }
.service-item i { font-size: 18px; color: var(--rojo600); }
.service-item:hover i { color: white; }
.service-item span { font-size: 13px; font-weight: 500; }

/* Formulario - Subtítulo */
.form-subtitle { font-size: 14px; color: #666; text-align: center; margin-bottom: 20px; }

/* ============================================
   TESTIMONIOS
   ============================================ */
.testimonials-section { padding: 60px 0; background: #f8f9fa; }
.testimonials-header { text-align: center; margin-bottom: 40px; }
.testimonials-subtitle { display: inline-block; font-size: 14px; font-weight: 600; color: var(--rojo600); text-transform: uppercase; letter-spacing: 3px; background: rgba(197, 8, 5, 0.08); padding: 6px 18px; border-radius: 50px; margin-bottom: 15px; }
.testimonials-title { font-size: clamp(28px, 4vw, 38px); font-weight: 700; color: var(--rojo900); margin-bottom: 15px; }

.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.testimonial-card { background: white; border-radius: 16px; padding: 30px 25px; text-align: center; box-shadow: 0 2px 20px rgba(0, 0, 0, 0.04); transition: all 0.4s ease; border: 1px solid #f1f3f5; }
.testimonial-card:hover { transform: translateY(-5px); box-shadow: 0 20px 60px rgba(197, 8, 5, 0.08); border-color: rgba(197, 8, 5, 0.10); }
.testimonial-stars { color: #f59e0b; font-size: 14px; margin-bottom: 12px; }
.testimonial-text { font-size: 15px; line-height: 1.7; color: #555; margin-bottom: 15px; font-style: italic; }
.testimonial-author { display: flex; flex-direction: column; }
.author-name { font-weight: 700; color: var(--rojo900); font-size: 15px; }
.author-location { font-size: 13px; color: #999; }

/* ============================================
   MAPA EN LÍNEA
   ============================================ */
.mb-5 { margin-bottom: 25px !important; }

/* ============================================
   RESPONSIVE - TESTIMONIOS
   ============================================ */
@media (max-width: 992px) {
    .testimonials-grid { grid-template-columns: 1fr 1fr; }
    .services-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    .testimonials-grid { grid-template-columns: 1fr; }
    .services-grid { grid-template-columns: 1fr; }
    .service-item { justify-content: center; }
    .benefits-list li { font-size: 13px; }
}

@media (max-width: 480px) {
    .testimonial-card { padding: 20px 15px; }
    .testimonial-text { font-size: 14px; }
}


/* ============================================
   DAYPICK - SELECTOR DE HORA (CORREGIDO)
   ============================================ */

/* Contenedor del calendario */
.flatpickr-calendar { border-radius: 12px !important; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15) !important; border: 1px solid #e9ecef !important; font-family: inherit !important; background: white !important; width: 320px !important; padding: 0 !important; overflow: hidden !important; }

/* Selector de tiempo */
.flatpickr-calendar .flatpickr-time { display: flex !important; align-items: center !important; justify-content: center !important; padding: 10px 15px !important; background: #f8f9fa !important; border-top: 1px solid #e9ecef !important; border-radius: 0 0 12px 12px !important; gap: 5px !important;max-height: initial !important;line-height: initial !important; }

/* Contenedor de los inputs de tiempo */
.flatpickr-calendar .flatpickr-time .numInputWrapper { position: relative !important; flex: 1 !important; max-width: 70px !important; }

/* Inputs de tiempo */
.flatpickr-calendar .flatpickr-time input { width: 100% !important; padding: 8px 10px !important; border: 2px solid #e9ecef !important; border-radius: 8px !important; font-size: 16px !important; font-weight: 600 !important; color: #333 !important; text-align: center !important; background: white !important; transition: all 0.3s ease !important; }

.flatpickr-calendar .flatpickr-time input:focus { outline: none !important; border-color: var(--rojo500) !important; box-shadow: 0 0 0 3px rgba(197, 8, 5, 0.10) !important; }

/* Flechas arriba/abajo */
.flatpickr-calendar .flatpickr-time .numInputWrapper .arrowUp { position: absolute !important; top: 2px !important; right: 4px !important; width: 0 !important; height: 0 !important; border-left: 5px solid transparent !important; border-right: 5px solid transparent !important; border-bottom: 5px solid #ccc !important; cursor: pointer !important; }

.flatpickr-calendar .flatpickr-time .numInputWrapper .arrowDown { position: absolute !important; bottom: 2px !important; right: 4px !important; width: 0 !important; height: 0 !important; border-left: 5px solid transparent !important; border-right: 5px solid transparent !important; border-top: 5px solid #ccc !important; cursor: pointer !important; }

.flatpickr-calendar .flatpickr-time .numInputWrapper .arrowUp:hover { border-bottom-color: var(--rojo500) !important; }
.flatpickr-calendar .flatpickr-time .numInputWrapper .arrowDown:hover { border-top-color: var(--rojo500) !important; }

/* Separador de hora */
.flatpickr-calendar .flatpickr-time .flatpickr-time-separator { font-size: 20px !important; font-weight: 700 !important; color: #333 !important; padding: 0 5px !important; }

/* AM/PM */
.flatpickr-calendar .flatpickr-time .flatpickr-am-pm { padding: 8px 12px !important; border: 2px solid #e9ecef !important; border-radius: 8px !important; font-size: 14px !important; font-weight: 600 !important; color: #333 !important; background: white !important; cursor: pointer !important; transition: all 0.3s ease !important; min-width: 50px !important; text-align: center !important; }

.flatpickr-calendar .flatpickr-time .flatpickr-am-pm:hover { border-color: var(--rojo500) !important; background: rgba(197, 8, 5, 0.05) !important; }

/* ============================================
   RESPONSIVE PARA EL CALENDARIO
   ============================================ */
@media (max-width: 768px) {
    .flatpickr-calendar { width: 280px !important; }
    .flatpickr-calendar .flatpickr-time input { font-size: 14px !important; padding: 6px 8px !important; }
    .flatpickr-calendar .flatpickr-time .flatpickr-am-pm { font-size: 12px !important; padding: 6px 8px !important; min-width: 40px !important; }
}

@media (max-width: 480px) {
    .flatpickr-calendar { width: 260px !important; }
    .flatpickr-calendar .flatpickr-time { padding: 8px 10px !important; flex-wrap: wrap !important; }
    .flatpickr-calendar .flatpickr-time .numInputWrapper { max-width: 60px !important; }
    .flatpickr-calendar .flatpickr-time input { font-size: 13px !important; padding: 4px 6px !important; }
}


.instagram-lalo{position: relative;padding-top: 50px}
.instagram-lalo h2{text-align: center;}



/* ============================================
   PÁGINA DE POLÍTICAS
   ============================================ */
.politicas-section { padding: 60px 0 80px; background: var(--blanco); }
.politicas-section .container { max-width: 900px; margin: 0 auto; padding: 0 20px; }

.politicas-content { display: flex; flex-direction: column; gap: 35px; }

/* ============================================
   TARJETAS DE POLÍTICAS
   ============================================ */
.politicas-card { background: #f8f9fa; border-radius: 16px; padding: 35px 40px; border: 1px solid #e9ecef; transition: all 0.3s ease; }
.politicas-card:hover { transform: translateY(-3px); box-shadow: 0 10px 40px rgba(197, 8, 5, 0.06); border-color: rgba(197, 8, 5, 0.15); }

.politicas-card-header { display: flex; align-items: center; gap: 18px; margin-bottom: 20px; }
.politicas-card-icon { width: 56px; height: 56px; min-width: 56px; background: var(--rojo-gradient); border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 24px; color: white; transition: all 0.3s ease; }
.politicas-card:hover .politicas-card-icon { transform: scale(1.05) rotate(-5deg); }

.politicas-card-title { font-size: 24px; font-weight: 700; color: var(--rojo900); margin: 0; }
.politicas-card-body { font-size: 15px; line-height: 1.8; color: #444; }
.politicas-card-body p { margin: 0 0 15px; }
.politicas-card-body p:last-child { margin-bottom: 0; }
.politicas-card-body strong { color: var(--rojo700); }
.politicas-card-body ul { list-style: none; padding: 0; margin: 15px 0; }
.politicas-card-body ul li { padding: 6px 0 6px 28px; position: relative; color: #555; }
.politicas-card-body ul li::before { content: '◆'; color: var(--rojo500); position: absolute; left: 0; top: 6px; font-size: 12px; }
.politicas-card-body .highlight-box { background: rgba(197, 8, 5, 0.05); border-left: 4px solid var(--rojo500); padding: 15px 20px; border-radius: 0 8px 8px 0; margin: 15px 0; }
.politicas-card-body .highlight-box strong { color: var(--rojo700); }

/* ============================================
   SECCIÓN DE CONTACTO
   ============================================ */
.politicas-contact { background: var(--rojo-gradient); border-radius: 16px; padding: 45px 40px; text-align: center; color: white; margin-top: 10px; }
.politicas-contact-icon { width: 64px; height: 64px; background: rgba(255,255,255,0.15); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 15px; font-size: 28px; color: white; backdrop-filter: blur(5px); }
.politicas-contact-title { font-size: 24px; font-weight: 700; margin: 0 0 8px;color: var(--blanco); }
.politicas-contact-text { font-size: 16px; opacity: 0.9; margin: 0 0 25px; max-width: 500px; margin-left: auto; margin-right: auto; }

.politicas-contact-buttons { display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; }
.btn-politicas { display: inline-flex; align-items: center; gap: 10px; padding: 12px 30px; border-radius: 50px; font-weight: 600; font-size: 15px; text-decoration: none !important; transition: all 0.3s ease; border: 2px solid transparent; }
.btn-politicas i { font-size: 16px; }
.btn-primary { background: white; color: var(--rojo700) !important; border-color: white; }
.btn-primary:hover { background: transparent; color: white !important; border-color: white; transform: translateY(-3px); box-shadow: 0 8px 30px rgba(0,0,0,0.2); }
.btn-secondary { background: transparent; color: white !important; border-color: rgba(255,255,255,0.4); }
.btn-secondary:hover { background: rgba(255,255,255,0.15); border-color: white; transform: translateY(-3px); }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 992px) { .politicas-section { padding: 50px 0 60px; } .politicas-card { padding: 28px 30px; } }

@media (max-width: 768px) {
    .politicas-section { padding: 40px 0 50px; }
    .politicas-card { padding: 22px 20px; }
    .politicas-card-header { gap: 14px; }
    .politicas-card-icon { width: 46px; height: 46px; min-width: 46px; font-size: 20px; border-radius: 12px; }
    .politicas-card-title { font-size: 20px; }
    .politicas-card-body { font-size: 14px; }
    .politicas-contact { padding: 30px 20px; }
    .politicas-contact-title { font-size: 20px; }
    .politicas-contact-text { font-size: 14px; }
    .btn-politicas { padding: 10px 20px; font-size: 14px; }
}

@media (max-width: 480px) {
    .politicas-section { padding: 30px 0 40px; }
    .politicas-card { padding: 18px 16px; border-radius: 12px; }
    .politicas-card-icon { width: 40px; height: 40px; min-width: 40px; font-size: 18px; border-radius: 10px; }
    .politicas-card-title { font-size: 17px; }
    .politicas-card-body { font-size: 13px; }
    .politicas-contact-buttons { flex-direction: column; align-items: center; }
    .btn-politicas { width: 100%; justify-content: center; }
}


.grecainferior{position: relative;}
.grecainferior img{width: 100%;}


/* ============================================
   VIDEO HERO - REEMPLAZO DE BANNER
   ============================================ */

.video-hero {position: relative;width: 100%;height: 70vh;min-height: 400px;max-height: 80vh;overflow: hidden;display: flex;align-items: center;justify-content: center;background: #1a1a1a;}

/* Video de fondo */
.video-hero .video-hero-bg {position: absolute;top: 50%;left: 50%;width: 100%;height: 100%;object-fit: cover;transform: translate(-50%, -50%);z-index: 1;}

/* Overlay para mejorar legibilidad del texto */
.video-hero .video-hero-overlay {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.45);z-index: 2;}

/* Contenido sobre el video */
.video-hero .video-hero-content {position: relative;z-index: 3;text-align: center;padding: 20px;max-width: 900px;color: white;}
.video-hero .video-hero-title {font-size: clamp(2.5rem, 8vw, 5rem);font-weight: 700;margin-bottom: 0.2rem;text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);letter-spacing: 2px;color: var(--blanco);}
.video-hero .video-hero-title .highlight {color: #ff605d;position: relative;}
.video-hero .video-hero-title .highlight::after {content: '';position: absolute;bottom: -5px;left: 0;width: 100%;height: 3px;background: linear-gradient(90deg, #ff605d, #c50805);border-radius: 2px;}
.video-hero .video-hero-subtitle {font-size: clamp(1.2rem, 2.5vw, 2rem);font-weight: 300;margin-bottom: 0.5rem;text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);letter-spacing: 1px;}
.video-hero .video-hero-subtitle strong {color: #ff605d;font-weight: 700;}
.video-hero .video-hero-divider {width: 60px;height: 3px;background: linear-gradient(90deg, #ff605d, #c50805);margin: 15px auto;border-radius: 2px;}
.video-hero .video-hero-description {font-size: clamp(1rem, 1.5vw, 1.3rem);font-weight: 300;color: rgba(255, 255, 255, 0.85);text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);letter-spacing: 0.5px;}

/* Fallback para navegadores sin soporte de video */
.video-hero .video-fallback {display: none;}
.video-hero .video-fallback img {width: 100%;height: 100%;object-fit: cover;}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 992px) {
    .video-hero {height: 50vh;min-height: 350px;}
}

@media (max-width: 768px) {
    .video-hero {height: 45vh;min-height: 300px;}
    .video-hero .video-hero-title {font-size: 2.2rem;}
    .video-hero .video-hero-subtitle {font-size: 1rem;}
    .video-hero .video-hero-description {font-size: 0.9rem;}
    .video-hero .video-hero-divider {width: 40px;margin: 10px auto;}
}

@media (max-width: 480px) {
    .video-hero {height: 35vh;min-height: 250px;}
    .video-hero .video-hero-title {font-size: 1.8rem;}
    .video-hero .video-hero-subtitle {font-size: 0.9rem;}
    .video-hero .video-hero-description {font-size: 0.8rem;}
}