/**
 * ESTILOS ADICIONALES PARA INNOVA INMOBILIARIA
 * ==============================================
 * 
 * Copiar y pegar en: Elementor → Custom CSS
 * O en: Apariencia → Personalizar → CSS Adicional
 * O agregar al archivo style.css del child theme
 */

/* ========================================
   GRID DE PROPIEDADES - ESTILO MODERNO
   ======================================== */

/* ========================================
    HEADER (Tax/Archive Propiedades)
    ======================================== */
/* En algunas URLs (taxonomías) Elementor puede dejar el header transparente.
    Forzamos un fondo sólido solo en la vista de propiedades (clase agregada en body_class). */
body.innova-props-template .elementor-location-header,
body.innova-props-template header.site-header,
body.innova-props-template .site-header,
body.innova-props-template .elementor-location-header .elementor-section,
body.innova-props-template .elementor-location-header .elementor-container {
     background-color: #4b1b1b !important;
}

/* Si el header tiene overlay/posición absoluta, asegurar que se vea el fondo */
body.innova-props-template .elementor-location-header {
     position: relative;
     z-index: 1000;
}

/* Estilos del menú del header - colores y tipografía como el sitio */
body.innova-props-template .elementor-location-header a,
body.innova-props-template .elementor-location-header .elementor-nav-menu a,
body.innova-props-template .elementor-location-header .elementor-widget-nav-menu a {
    font-family: "Montserrat", Sans-serif !important;
    color: #FAB635 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    line-height: 1.2em !important;
}

body.innova-props-template .elementor-location-header a:hover {
    color: #ffc557 !important;
}

/* Asegurar que el modal "quienes somos" no quede tapado */
body.innova-props-template .elementor-location-header .quienessomos {
    cursor: pointer;
}

/* Grid propio (vista programada) */
.innova-props-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    padding: 20px 0;
}

/* Variantes de columnas para shortcode */
.innova-props-grid.innova-shortcode-grid-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.innova-props-grid.innova-shortcode-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.innova-props-grid.innova-shortcode-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.innova-props-grid.innova-shortcode-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.innova-props-grid.innova-shortcode-grid-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.innova-props-grid.innova-shortcode-grid-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.facetwp-template,
.jet-listing-grid,
.innova-listing .elementor-posts-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
}

.innova-props-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 16px 40px;
}

.innova-props-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 24px;
    align-items: start;
}

.innova-props-sidebar {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 18px;
    position: sticky;
    top: 20px;
}

.innova-props-filters {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.innova-filter-box {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
}

.innova-filter-title {
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
}

.innova-filter-option {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #444;
}

.innova-filter-option input {
    margin-right: 8px;
}

.innova-filter-select {
    width: 100%;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid #d9d9d9;
    font-size: 14px;
}

.innova-filter-actions {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 4px;
}

.innova-btn-primary {
    background: #e4322b;
    border: none;
    color: #fff;
    padding: 10px 16px;
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 6px 16px rgba(228, 50, 43, 0.2);
}

.innova-btn-link {
    color: #e4322b;
    text-decoration: none;
    font-weight: 600;
}

@media (max-width: 992px) {
    .innova-props-layout {
        grid-template-columns: 1fr;
    }

    .innova-props-sidebar {
        position: static;
    }
    
    /* Grid de propiedades en móvil: 1 columna */
    .innova-props-grid,
    .innova-props-grid.innova-shortcode-grid-2,
    .innova-props-grid.innova-shortcode-grid-3,
    .innova-props-grid.innova-shortcode-grid-4,
    .innova-props-grid.innova-shortcode-grid-5,
    .innova-props-grid.innova-shortcode-grid-6 {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
    
    .facetwp-template,
    .jet-listing-grid,
    .innova-listing .elementor-posts-container {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
}

.innova-props-page__filters {
    margin-bottom: 10px;
}

.innova-props-page__results {
    margin-top: 10px;
}

.innova-props-empty {
    text-align: center;
    padding: 60px 20px;
    background: #f8f9fa;
    border-radius: 12px;
    margin: 20px 0;
    color: #555;
    font-size: 16px;
}

.innova-property-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    flex-direction: column;
    border: 1px solid #e5e5e5;
}

.innova-property-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.innova-property-thumb {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #f5f5f5;
}

.innova-property-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.25s ease;
    display: block;
}

.innova-property-card:hover .innova-property-thumb img {
    opacity: 0.92;
}

.elementor-container.elementor-column-gap-narrow {
    color: #fff;
}

.innova-badge-operacion {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.95);
    color: #333;
    padding: 4px 10px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    border-bottom-right-radius: 4px;
}

.innova-badge-operacion.venta {
    background: rgba(255, 255, 255, 0.95);
    color: #d32f2f;
}

.innova-badge-operacion.alquiler {
    background: rgba(255, 255, 255, 0.95);
    color: #388e3c;
}

.innova-badge-operacion.temporal {
    background: rgba(255, 255, 255, 0.95);
    color: #f57c00;
}

.innova-property-body {
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.innova-property-title {
    margin: 0 0 6px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    color: #333;
}

.innova-property-title a {
    color: inherit;
    text-decoration: none;
}

.innova-property-title a:hover {
    color: #1976d2;
}

.innova-property-address {
    color: #666;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 4px;
}

.innova-property-meta {
    color: #999;
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 8px;
}

.innova-property-features {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 8px 0;
    padding: 8px 0;
    border-top: 1px solid #f0f0f0;
}

.innova-property-features .feature-item {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: #555;
    font-weight: 500;
}

.innova-property-features .feature-item svg {
    color: #999;
}

.innova-property-footer {
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid #e5e5e5;
}

.innova-property-price {
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.innova-price-currency {
    font-size: 14px;
    font-weight: 700;
    color: #e74c3c;
}

.innova-price-amount {
    font-size: 22px;
    font-weight: 700;
    color: #e74c3c;
}

.innova-price-consultar {
    font-size: 16px;
    color: #666;
    font-weight: 600;
}

.innova-property-location {
    color: #888;
    font-size: 11px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 4px;
}

.innova-property-location::before {
    content: "📍";
    font-size: 12px;
}

.innova-property-meta {
    color: #999;
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 6px;
}

.innova-property-footer {
    margin-top: auto;
    padding-top: 8px;
    border-top: 1px solid #e5e5e5;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.innova-property-price {
    display: flex;
    align-items: baseline;
    gap: 4px;
    margin-bottom: 2px;
}

.innova-price-currency {
    font-size: 12px;
    font-weight: 700;
    color: #e74c3c;
}

.innova-price-amount {
    font-size: 18px;
    font-weight: 700;
    color: #e74c3c;
}

.innova-price-consultar {
    font-size: 14px;
    color: #666;
    font-weight: 600;
}

.innova-property-btn {
    display: none;
}

.innova-props-pagination ul {
    list-style: none;
    display: flex;
    gap: 8px;
    justify-content: center;
    padding: 0;
    margin: 30px 0 0;
    flex-wrap: wrap;
}

.innova-props-pagination li a,
.innova-props-pagination li span {
    display: inline-flex;
    min-width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 2px solid #e0e0e0;
    text-decoration: none;
    font-weight: 700;
    color: #333;
    background: #fff;
}

.innova-props-pagination li span.current {
    background: #3A0807;
    border-color: #650806;
    color: #fff;
}

/* Ajustes para diferentes tamaños de pantalla */
@media (min-width: 992px) and (max-width: 1199px) {
    .facetwp-template,
    .jet-listing-grid,
    .innova-listing .elementor-posts-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .facetwp-template,
    .jet-listing-grid,
    .innova-listing .elementor-posts-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .facetwp-template,
    .jet-listing-grid,
    .innova-listing .elementor-posts-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* ========================================
   CONTADOR DE RESULTADOS
   ======================================== */

.innova-results-count,
.facetwp-counts {
    background: linear-gradient(135deg, #4b1b1b 0%, #a11111 100%);
    color: white;
    padding: 15px 25px;
    border-radius: 10px;
    margin: 20px 0;
    font-size: 16px;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
    display: inline-block;
}

.innova-active-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin: 12px 0 18px;
}

.innova-active-title {
    font-weight: 700;
    color: #333;
    font-size: 13px;
}

.innova-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #eef2ff;
    color: #1f2a60;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #d7ddff;
    transition: all 0.2s ease;
    font-size: 13px;
}

.innova-chip:hover {
    background: #d7ddff;
    border-color: #c3cbff;
}

.innova-chip-static {
    cursor: default;
}

.innova-chip-clear {
    background: #fff7f0;
    color: #b34700;
    border-color: #ffd9b3;
}

.innova-chip-clear:hover {
    background: #ffd9b3;
}

.innova-chip-x {
    font-size: 14px;
    line-height: 1;
}

.innova-results-count strong {
    font-weight: 700;
    font-size: 18px;
}

/* ========================================
   PAGINACIÓN MODERNA
   ======================================== */

.facetwp-pager,
.jet-filters-pagination {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 40px 0;
    flex-wrap: wrap;
}

.facetwp-page,
.jet-filters-pagination__link {
    min-width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    background: white;
}

.facetwp-page:hover,
.jet-filters-pagination__link:hover {
    border-color: #4169E1;
    color: #4169E1;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(65, 105, 225, 0.2);
}

.facetwp-page.active,
.jet-filters-pagination__link.active {
    background: #4169E1;
    color: white;
    border-color: #4169E1;
}

/* ========================================
   ORDENAMIENTO / SORTING
   ======================================== */

.facetwp-sort,
.jet-smart-filters-sorting {
    margin: 20px 0;
    text-align: right;
}

.facetwp-sort select,
.jet-smart-filters-sorting select {
    padding: 12px 40px 12px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    background: white;
    cursor: pointer;
    transition: all 0.3s ease;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
}

.facetwp-sort select:focus,
.jet-smart-filters-sorting select:focus {
    outline: none;
    border-color: #4169E1;
    box-shadow: 0 0 0 3px rgba(65, 105, 225, 0.1);
}

/* ========================================
   LOADING / SPINNER
   ======================================== */

.facetwp-loading,
.jet-filters-loading {
    position: relative;
}
.innova-filter-item {
    width: 49% !important;
    display: inline-block !important;
}

button.innova-search-btn {
    background: linear-gradient(135deg, #4b1b1b 0%, #a11111 100%);
    color: white;
}

.facetwp-loading::after,
.jet-filters-loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #4169E1;
    border-radius: 50%;
    animation: innova-spin 1s linear infinite;
    z-index: 100;
}

.innova-results-count {
    background: #eef2ff;
    color: #1f2a60;
}
@keyframes innova-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Overlay durante carga */
.facetwp-loading .facetwp-template,
.jet-filters-loading .jet-listing-grid {
    opacity: 0.5;
    pointer-events: none;
}

/* ========================================
   NO RESULTS / SIN RESULTADOS
   ======================================== */

.facetwp-no-results,
.jet-listing-not-found {
    text-align: center;
    padding: 60px 20px;
    background: #f8f9fa;
    border-radius: 12px;
    margin: 30px 0;
}

.facetwp-no-results::before,
.jet-listing-not-found::before {
    content: '🏠';
    display: block;
    font-size: 64px;
    margin-bottom: 20px;
}

.facetwp-no-results h3,
.jet-listing-not-found h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

.facetwp-no-results p,
.jet-listing-not-found p {
    color: #666;
    font-size: 16px;
}

/* ========================================
   FILTROS ACTIVOS / BREADCRUMBS
   ======================================== */

.facetwp-selections,
.jet-active-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0;
}

.facetwp-selection-value,
.jet-active-filter {
    background: #e3f2fd;
    color: #1976D2;
    padding: 8px 35px 8px 15px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    position: relative;
    transition: all 0.3s ease;
}

.facetwp-selection-value:hover,
.jet-active-filter:hover {
    background: #bbdefb;
}

.facetwp-selection-value::after,
.jet-active-filter::after {
    content: '×';
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    cursor: pointer;
    opacity: 0.7;
}

/* ========================================
   RANGE SLIDER PERSONALIZADO
   ======================================== */

.facetwp-type-slider .facetwp-slider,
.jet-range .jet-range__slider {
    background: #e0e0e0;
    height: 6px;
    border-radius: 3px;
}

.facetwp-type-slider .noUi-connect,
.jet-range .jet-range__slider .noUi-connect {
    background: linear-gradient(90deg, #667eea, #764ba2);
}

.facetwp-type-slider .noUi-handle,
.jet-range .noUi-handle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #4169E1;
    border: 3px solid white;
    box-shadow: 0 2px 8px rgba(65, 105, 225, 0.4);
    cursor: grab;
}

.facetwp-type-slider .noUi-handle:active,
.jet-range .noUi-handle:active {
    cursor: grabbing;
}

/* ========================================
   BOTONES DE ACCIÓN
   ======================================== */

.facetwp-reset,
.jet-filters-reset,
.innova-clear-filters {
    padding: 12px 24px;
    background: #6c757d;
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
}

.facetwp-reset:hover,
.jet-filters-reset:hover,
.innova-clear-filters:hover {
    background: #5a6268;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(108, 117, 125, 0.3);
}

/* ========================================
   BADGES Y ETIQUETAS
   ======================================== */

.property-badge,
.innova-property-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.badge-nuevo,
.badge-new {
    background: #28a745;
    color: white;
}

.badge-destacado,
.badge-featured {
    background: #ffc107;
    color: #000;
}

.badge-oferta,
.badge-sale {
    background: #dc3545;
    color: white;
}

/* ========================================
   ANIMACIONES GENERALES
   ======================================== */

.innova-property-card,
.property-card,
.listing-item {
    animation: innova-fadeInUp 0.6s ease forwards;
    opacity: 0;
}

.innova-property-card:nth-child(1) { animation-delay: 0.1s; }
.innova-property-card:nth-child(2) { animation-delay: 0.2s; }
.innova-property-card:nth-child(3) { animation-delay: 0.3s; }
.innova-property-card:nth-child(4) { animation-delay: 0.4s; }

@keyframes innova-fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ========================================
   TOOLTIPS
   ======================================== */

[data-tooltip] {
    position: relative;
    cursor: help;
}

[data-tooltip]::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: white;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 1000;
}

[data-tooltip]:hover::after {
    opacity: 1;
}

/* ========================================
   MEJORAS DE ACCESIBILIDAD
   ======================================== */

/* Focus visible para navegación por teclado */
a:focus-visible,
button:focus-visible,
select:focus-visible,
input:focus-visible {
    outline: 3px solid #4169E1;
    outline-offset: 2px;
}

/* Skip link para lectores de pantalla */
.skip-to-content {
    position: absolute;
    top: -40px;
    left: 0;
    background: #4169E1;
    color: white;
    padding: 8px 16px;
    text-decoration: none;
    z-index: 10000;
}

.skip-to-content:focus {
    top: 0;
}

/* ========================================
   RESPONSIVE UTILITIES
   ======================================== */

/* Ocultar en móvil */
@media (max-width: 767px) {
    .hide-mobile {
        display: none !important;
    }
}

/* Ocultar en desktop */
@media (min-width: 768px) {
    .hide-desktop {
        display: none !important;
    }
}

/* ========================================
   PRINT STYLES (Para impresión)
   ======================================== */

@media print {
    .innova-search-container,
    .facetwp-facet,
    .jet-smart-filters,
    .innova-search-btn,
    .facetwp-pager {
        display: none !important;
    }
    
    .innova-property-card {
        break-inside: avoid;
        page-break-inside: avoid;
    }
}

/* ========================================
   Modern Select Styling
   ======================================== */
/* Selects generales de Jet Smart Filters */
.jet-smart-filters select,
.jet-smart-filters-select,
.jet-select__control,
.innova-search-filters select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 12px 16px;
    padding-right: 40px;
    font-size: 14px;
    font-family: inherit;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
    min-height: 44px;
    width: 100%;
    max-width: 100%;
    display: block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233366cc' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 20px;
}

.jet-smart-filters select:hover,
.jet-smart-filters-select:hover,
.jet-select__control:hover,
.innova-search-filters select:hover {
    border-color: #3366cc;
    box-shadow: 0 0 0 3px rgba(51, 102, 204, 0.1);
}

.jet-smart-filters select:focus,
.jet-smart-filters-select:focus,
.jet-select__control:focus,
.innova-search-filters select:focus {
    outline: none;
    border-color: #3366cc;
    box-shadow: 0 0 0 4px rgba(51, 102, 204, 0.2);
}

.jet-smart-filters select option,
.jet-smart-filters-select option,
.jet-select__control option,
.innova-search-filters select option {
    padding: 8px;
    background-color: #fff;
    color: #333;
}

.jet-smart-filters select option:checked,
.jet-smart-filters-select option:checked,
.jet-select__control option:checked,
.innova-search-filters select option:checked {
    background: linear-gradient(#3366cc, #3366cc);
    background-color: #3366cc;
    color: #fff;
}

/* Contenedores de filtros */
.jet-smart-filters-select {
    margin-bottom: 12px;
}

.innova-filter-item {
    margin-bottom: 16px;
}

.innova-filter-item label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 13px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ========================================
   SPINNER DE CARGA
   ======================================== */

.innova-spinner {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.innova-spinner.active {
    display: flex;
}

.innova-spinner-content {
    background: white;
    border-radius: 12px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.innova-spinner-circle {
    width: 50px;
    height: 50px;
    margin: 0 auto 20px;
    border: 4px solid #e0e0e0;
    border-top: 4px solid #3366cc;
    border-radius: 50%;
    animation: innova-spin 1s linear infinite;
}

@keyframes innova-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.innova-spinner-text {
    color: #333;
    font-size: 16px;
    font-weight: 500;
}

/* ========================================
   FIN DE ESTILOS ADICIONALES
   ======================================== */
