.elementor-kit-13{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-13 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =====================================================
   TABLAO FLAMENCO LAS SETAS - CSS GLOBAL
   Versión: 1.2 Final
   ===================================================== */

/* ===== VARIABLES GLOBALES ===== */
:root {
  --cw-bg-dark: #0b0d16;
  --cw-bg-alt: #151827;
  --cw-primary: #c0392b;
  --cw-gold: #d4a15c;
  --cw-text-main: #f7f3e9;
  --cw-text-muted: #b7b3a6;
  --cw-radius-lg: 18px;
}

/* ===== FONDO NEGRO PREMIUM - TODA LA WEB ===== */

html,
body {
  margin: 0 !important;
  padding: 0 !important;
  background-color: #0a0605 !important;
  background-image: none !important;
}

body.elementor-page,
#page,
.site,
.site-content,
#content {
  background-color: #0a0605 !important;
  background-image: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Contenedores principales de Astra */
.site-main,
.ast-separate-container,
.ast-separate-container .site-main,
.ast-separate-container .ast-article-single,
.ast-separate-container #primary,
.site-content,
#primary {
  margin: 0 !important;
  padding: 0 !important;
  background-color: #0a0605 !important;
}

/* Header y Footer oscuros */
.site-header,
.site-footer,
header,
footer {
  background-color: #0a0605 !important;
  margin: 0 !important;
}

.site-header {
  margin-bottom: 0 !important;
}

/* Textos visibles en fondo oscuro */
.elementor-section {
  color: #f5e6d3;
}

/* Links visibles */
a {
  color: #c9a868;
  transition: color 0.2s ease;
}

a:hover {
  color: #d4af37;
}

a:focus {
  outline: 2px solid #d4af37;
  outline-offset: 2px;
}

/* ===== GESTIÓN DE ANCHOS - ANCHO COMPLETO CORRECTO ===== */

/* Forzar página Elementor a ancho completo */
.elementor-page .site,
.elementor-page #page,
.elementor-page #content,
.elementor-page .site-content {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
}

/* Eliminar limitaciones de Astra en páginas Elementor */
.elementor-page .ast-separate-container .ast-article-single,
.elementor-page .ast-separate-container .ast-article-post,
.elementor-page .ast-separate-container .ast-container,
.elementor-page .ast-container,
.elementor-page #primary {
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Secciones de Elementor - fondo transparente */
.elementor-section,
.elementor-section.elementor-section-boxed > .elementor-container,
.e-container,
.e-con,
.elementor-widget-wrap {
  background-color: transparent !important;
}

/* Eliminar márgenes ENTRE secciones */
.elementor-section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.elementor-section + .elementor-section {
  margin-top: 0 !important;
}

/* ===== SECCIONES OSCURAS (CLASES PERSONALIZADAS) ===== */

.cw-section-dark,
.elementor-element.cw-section-dark,
div.cw-section-dark {
  background: radial-gradient(circle at top, #151827 0%, #05060b 55%, #020308 100%) !important;
  color: #f7f3e9 !important;
}

/* ===== SECCIONES CLARAS ===== */

.cw-section-light,
.elementor-element.cw-section-light,
div.cw-section-light {
  background: #f7f3e9 !important;
  color: #222 !important;
}

/* ===== CARDS OSCURAS ===== */

.cw-card,
.elementor-element.cw-card,
.elementor-widget.cw-card,
div.cw-card {
  background: rgba(9,11,20,0.9) !important;
  border-radius: 18px !important;
  padding: 24px !important;
  border: 1px solid rgba(255,255,255,0.05) !important;
  backdrop-filter: blur(24px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(24px) saturate(180%) !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.cw-card:hover,
.elementor-element.cw-card:hover,
.elementor-widget.cw-card:hover,
div.cw-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3) !important;
  background: linear-gradient(135deg, rgba(192,57,43,0.1) 0%, rgba(212,161,92,0.1) 100%), rgba(9,11,20,0.9) !important;
}

/* ===== CARDS CLARAS ===== */

.cw-card-light,
.elementor-element.cw-card-light,
.elementor-widget.cw-card-light,
div.cw-card-light {
  background: #ffffff !important;
  border-radius: 18px !important;
  padding: 24px !important;
  border: 1px solid #eee !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04) !important;
}

.cw-card-light:hover,
.elementor-element.cw-card-light:hover,
.elementor-widget.cw-card-light:hover,
div.cw-card-light:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.12) !important;
  transform: translateY(-3px) !important;
}

/* ===== BOTONES ROJOS CON ESTADOS DE ACCESIBILIDAD ===== */

.cw-btn-primary,
.elementor-widget.cw-btn-primary .elementor-button,
.elementor-widget-button.cw-btn-primary .elementor-button,
.elementor-element.cw-btn-primary .elementor-button,
a.elementor-button.cw-btn-primary,
.elementor-button.cw-btn-primary {
  background: linear-gradient(135deg, #c0392b 0%, #e74c3c 100%) !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  letter-spacing: 0.03em !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  padding: 16px 32px !important;
  border-radius: 999px !important;
  box-shadow: 0 14px 28px rgba(192, 57, 43, 0.45) !important;
  transition: all 0.2s ease !important;
  border: none !important;
}

.cw-btn-primary:hover,
.elementor-widget.cw-btn-primary .elementor-button:hover,
.elementor-widget-button.cw-btn-primary .elementor-button:hover,
.elementor-element.cw-btn-primary .elementor-button:hover,
a.elementor-button.cw-btn-primary:hover,
.elementor-button.cw-btn-primary:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 18px 36px rgba(192, 57, 43, 0.6) !important;
  background: linear-gradient(135deg, #d04437 0%, #f35e4f 100%) !important;
}

.cw-btn-primary:focus,
.elementor-widget.cw-btn-primary .elementor-button:focus,
a.elementor-button.cw-btn-primary:focus,
.elementor-button.cw-btn-primary:focus {
  outline: 3px solid #ffffff !important;
  outline-offset: 3px !important;
}

/* ===== BOTÓN SCROLL TO TOP ===== */

.ast-scroll-to-top-right,
#ast-scroll-top,
.scroll-to-top,
[class*="scroll-top"],
a.scroll-to-top {
  position: fixed !important;
  bottom: 30px !important;
  right: 30px !important;
  width: 50px !important;
  height: 50px !important;
  background: linear-gradient(135deg, #d4af37, #f4e4c1) !important;
  border-radius: 50% !important;
  border: 1px solid rgba(212, 175, 55, 0.6) !important;
  box-shadow: 0 8px 24px rgba(212, 175, 55, 0.35) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  z-index: 9999 !important;
  padding: 0 !important;
  margin: 0 !important;
  opacity: 1 !important;
}

.ast-scroll-to-top-right:hover,
#ast-scroll-top:hover,
.scroll-to-top:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 12px 32px rgba(212, 175, 55, 0.5) !important;
  background: linear-gradient(135deg, #f4e4c1, #d4af37) !important;
}

.ast-scroll-to-top-right:focus,
#ast-scroll-top:focus,
.scroll-to-top:focus {
  outline: 3px solid #ffffff !important;
  outline-offset: 3px !important;
}

.ast-scroll-to-top-right svg,
#ast-scroll-top svg,
.ast-scroll-to-top-right i,
#ast-scroll-top i,
.ast-scroll-to-top-right::before,
#ast-scroll-top::before {
  color: #1a0f0b !important;
  fill: #1a0f0b !important;
  width: 22px !important;
  height: 22px !important;
  font-size: 22px !important;
}

/* ===== GALERÍA CON HOVER ZOOM ===== */

.elementor-gallery-item {
  overflow: hidden !important;
  border-radius: 12px !important;
}

.elementor-gallery-item img {
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.elementor-gallery-item:hover img {
  transform: scale(1.08) !important;
}

/* ===== SMOOTH SCROLL ===== */

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

/* ===== RESPONSIVE - MOBILE ===== */

@media (max-width: 768px) {
  h1, .elementor-heading-title.elementor-size-default {
    font-size: 32px !important;
    line-height: 1.2 !important;
  }
  
  h2 {
    font-size: 26px !important;
  }
  
  .cw-btn-primary,
  .elementor-widget.cw-btn-primary .elementor-button {
    padding: 14px 28px !important;
    font-size: 13px !important;
  }
  
  .cw-card,
  .cw-card-light {
    padding: 20px !important;
  }
  
  .ast-scroll-to-top-right,
  #ast-scroll-top {
    bottom: 20px !important;
    right: 20px !important;
    width: 46px !important;
    height: 46px !important;
  }
  
  .ast-scroll-to-top-right svg,
  #ast-scroll-top svg,
  .ast-scroll-to-top-right i,
  #ast-scroll-top i {
    width: 20px !important;
    height: 20px !important;
    font-size: 20px !important;
  }
}

/* ===== ACCESIBILIDAD ===== */

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Skip to content link */
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #d4af37;
  color: #1a0f0b;
  padding: 8px 16px;
  text-decoration: none;
  z-index: 100000;
}

.skip-link:focus {
  top: 0;
}

/* =====================================================
   FIN DEL CSS GLOBAL
   ===================================================== *//* End custom CSS */