/* ============================================
   REPORTE ASTROLÓGICO - ESTILOS OPTIMIZADOS
   Versión 3.4 - CON BOTÓN PDF MEJORADO
   ============================================ */

/* ============================================
   1. BASE Y RESET
   ============================================ */
body {
    font-family: 'Inter', 'Arial', 'sans-serif';
    color: #1a1a2e;
    background: #f1f5f9;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    margin: 0;
    min-height: 100vh;
}

.container {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    padding: 24px 24px 40px;
    box-sizing: border-box;
}

.page {
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 16px 0 !important;
    background: transparent !important;
    border: none !important;
}

/* ============================================
   2. ALERTAS
   ============================================ */
.alert-public {
    max-width: 800px;
    width: 100%;
    margin: 0 auto 16px auto;
    border-radius: 12px;
    padding: 14px 20px;
    font-size: 14px;
    text-align: center;
    box-sizing: border-box;
}
.alert-public { background: #fef3c7; border: 1px solid #f59e0b; color: #92400e; }
.alert-public a { color: #4F46E5; text-decoration: underline; }
.alert-public.verified { background: #ecfdf5; border-color: #22c55e; color: #065f46; }

/* ============================================
   3. PORTADA
   ============================================ */
.cover {
    text-align: center;
    padding: 10px 5px 15px;
    border-bottom: 2px solid #e8edf4;
}
.cover .logo-icon { font-size: 48px; margin-bottom: 16px; }
.cover h1 { 
    font-size: 28px; 
    color: #0f172a; font-weight: 400; margin: 8px 0 4px; letter-spacing: 1px; }
.cover .subtitle {
    font-size: 24px;
    color: #ffffff;
    font-weight: 200;
    background: #4051a5;
    display: inline-block;
    padding: 4px 20px;
    border-radius: 8px;
    margin: 10px 0;
}
.cover .user-name { font-size: 30px; font-weight: 400; color: #1e293b; }
.cover .user-email { font-size: 15px; color: #94a3b8; }
.cover .decorative-line { width: 100%; height: 1px; margin: 16px auto; background: #b8babd; }
.cover .badge-ia {
    display: inline-block;
    padding: 4px 18px;
    background: #e7f3f9;
    color: #5b5b5b;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 400;
    margin: 6px 4px;
}
.cover .badge-acceso {
    display: inline-block;
    padding: 4px 18px;
    background: #dbeafe;
    color: #1e40af;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    margin: 6px 4px;
}
.cover .app-name { font-size: 13px; color: #94a3b8; margin-top: 20px; }

/* ============================================
   4. DATOS DEL USUARIO
   ============================================ */
.user-data-section {
    background: #f8fafc;
    border-radius: 12px;
    padding: 18px 24px;
    margin: 1px 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.user-data-item { text-align: center; }
.user-data-item .label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #94a3b8;
    font-weight: 600;
}
.user-data-item .value { font-size: 15px; font-weight: 600; color: #0f172a; margin-top: 4px; }

/* ============================================
   5. EJES PRINCIPALES
   ============================================ */
.ejes-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin: 16px 0 20px;
}
.ejes-card {
    background: #f8fafc;
    border: 1px solid #e8edf4;
    border-radius: 10px;
    padding: 14px;
    text-align: center;
}
.ejes-card .label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #94a3b8;
    font-weight: 600;
}
.ejes-card .signo { font-size: 22px; font-weight: 700; color: #0f172a; }
.ejes-card .posicion { font-size: 13px; color: #64748b; }

/* ============================================
   6. ESTADÍSTICAS RÁPIDAS
   ============================================ */
.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin: 20px 0;
}
.stat-card {
    background: #ffffff;
    border: 1px solid #e8edf4;
    border-radius: 10px;
    padding: 14px 12px;
    text-align: center;
}
.stat-card .stat-number { font-size: 26px; font-weight: 700; color: #4F46E5; }
.stat-card .stat-label { font-size: 14px; color: #64748b; margin-top: 2px; }
.stat-card.highlight { background: #f0fdf4; border-color: #86efac; }
.stat-card.highlight .stat-number { color: #22C55E; }

/* ============================================
   7. GRÁFICOS DE BARRAS (CONTENIDO DEL REPORTE)
   ============================================ */
.charts-section {
    margin: 20px 0;
    padding: 20px 24px;
    background: #f8fafc;
    border-radius: 12px;
    border: 1px solid #e8edf4;
}
.charts-section h2 {
    margin-top: 0;
    font-size: 17px;
    color: #0f172a;
    font-weight: 700;
    border-bottom: 2px solid #e8edf4;
    padding-bottom: 4px;
}

.bar-chart { margin: 6px 0 12px; }
.bar-item {
    display: flex;
    align-items: center;
    margin: 3px 0;
    flex-wrap: wrap !important;
}
.bar-label { width: 80px; min-width: 80px; font-weight: 500; color: #0f172a; font-size: 12px; }
.bar-track {
    flex: 1;
    height: 24px;
    background: #e8edf4;
    border-radius: 6px;
    overflow: hidden;
    margin: 0 10px;
    position: relative;
}
.bar-fill { height: 100%; border-radius: 6px; }
.bar-value {
    flex: 1 1 100%;
    text-align: left;
    margin-top: 2px;
    font-size: 11px;
    color: #475569;
    font-weight: 500;
}

/* Colores de barras */
.bar-fill.fuego { background: linear-gradient(90deg, #ef4444, #f97316); }
.bar-fill.tierra { background: linear-gradient(90deg, #22c55e, #84cc16); }
.bar-fill.aire { background: linear-gradient(90deg, #3b82f6, #06b6d4); }
.bar-fill.agua { background: linear-gradient(90deg, #3b82f6, #6366f1); }
.bar-fill.cardinal { background: linear-gradient(90deg, #4F46E5, #8B5CF6); }
.bar-fill.fijo { background: linear-gradient(90deg, #f59e0b, #f97316); }
.bar-fill.mutable { background: linear-gradient(90deg, #22c55e, #10b981); }
.bar-fill.aspecto { background: linear-gradient(90deg, #8B5CF6, #4F46E5); }
.bar-fill.cuadrante { background: linear-gradient(90deg, #4F46E5, #8B5CF6); }
.bar-fill.planeta-aspecto { background: linear-gradient(90deg, #8B5CF6, #4F46E5); }

/* ============================================
   8. TABLA DE ASPECTOS
   ============================================ */
.aspectos-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
    margin: 10px 0;
}
.aspectos-table th {
    background: #f1f5f9;
    color: #0f172a;
    padding: 8px 12px;
    text-align: left;
    font-weight: 600;
    border-bottom: 2px solid #e2e8f0;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.aspectos-table td { padding: 6px 12px; border-bottom: 1px solid #f1f5f9; }
.aspectos-table .highlight { color: #4F46E5; font-weight: 600; }

/* ============================================
   9. BADGES
   ============================================ */
.badge {
    display: inline-block;
    padding: 2px 12px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 600;
}
.badge-conjuncion { background: #fef3c7; color: #92400e; }
.badge-sextil { background: #dbeafe; color: #1e40af; }
.badge-cuadratura { background: #fee2e2; color: #991b1b; }
.badge-trigono { background: #d1fae5; color: #065f46; }
.badge-oposicion { background: #fce7f3; color: #9d174d; }
.badge-quincuncio { background: #f3e8ff; color: #6d28d9; }

/* ============================================
   10. CONTENIDO DEL REPORTE
   ============================================ */
.reporte-content {
    padding: 30px;
    line-height: 1.8;
}

/* H1 CENTRADO */
.reporte-content h1 {
    font-size: 28px;
    color: #0f172a;
    padding-bottom: 10px;
    line-height: 2rem;
    font-weight: 600;
    text-align: center;
}

/* H2 CON FONDO RESALTADO */
.reporte-content h2 {
    font-size: 22px;
    color: #1e293b;
    margin-top: 60px;
    margin-bottom: 35px;
    font-weight: 400;
    border-bottom: 1px solid #747474;
    border-right: 1px solid #747474;
    padding: 8px 16px;
    text-align: center;
    background: #dbeafe;
    border-radius: 6px;
}

/* H3 CON FONDO RESALTADO */
.reporte-content h3 {
    font-size: 22px;
    color: #616161;
    margin: 5px 0;
    line-height: 1.8rem;
    font-weight: 500;
    font-style: italic;
    padding-bottom: 10px;
    padding: 25px 100px;
    display: inline-block;
}

/* H3 CON COMILLAS */
.reporte-content h3::before {
    content: '"';
    font-size: 28px;
    color: #616161;
    margin-right: 4px;
}

.reporte-content h3::after {
    content: '"';
    font-size: 28px;
    color: #616161;
    margin-left: 4px;
}
.reporte-content p {
    margin-bottom: 20px;
    text-align: justify;
    line-height: 1.7;
    font-size: 18px;
    color: #1e293b;
}
.reporte-content ul li {font-size: 18px; color: #1e293b; }
.reporte-content li {font-size: 18px; color: #1e293b; }
.reporte-content strong { color: #0f172a;}
.reporte-content blockquote {
    border-left: 4px solid #8B5CF6;
    padding-left: 16px;
    margin: 16px 0;
    color: #475569;
    font-style: italic;
}

/* ============================================
   11. BOTONES
   ============================================ */
.actions {
    text-align: center;
    margin: 16px 0 24px;
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}
.btn {
    padding: 5px 8px;
    border: none;
    border-radius: 10px;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.25s ease;
    text-decoration: none;
    display: inline-block;
    font-family: "Inter", "Segoe UI", system-ui, sans-serif;
}
.btn-primary { background: #4F46E5; color: #ffffff; }
.btn-primary:hover { background: #4338CA; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(79, 70, 229, 0.3); }
.btn-success { background: #22C55E; color: #ffffff; }
.btn-success:hover { background: #16A34A; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(34, 197, 94, 0.3); }
.btn-success:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none !important;
    box-shadow: none !important;
}
.btn-outline { background: transparent; color: #4F46E5; border: 2px solid #4F46E5; }
.btn-outline:hover { background: #4F46E5; color: #ffffff; transform: translateY(-2px); }

/* ============================================
   12. FOOTER
   ============================================ */
.footer {
    text-align: center;
    color: #94a3b8;
    font-size: 14px;
    margin-top: 1px;
    padding-top: 30px;
    padding-bottom: 20px;
    border-top: 1px solid #e8edf4;
}

/* ============================================
   13. CÚSPIDES GRID
   ============================================ */
.cuspides-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)) !important;
    gap: 8px;
}
.cuspides-grid .cuspide-item {
    background: #f8fafc;
    border: 1px solid #e8edf4;
    border-radius: 6px;
    padding: 6px 10px;
    text-align: center;
    font-size: 12px;
}
.cuspides-grid .cuspide-item .casa-label {
    font-size: 9px;
    text-transform: uppercase;
    color: #94a3b8;
    font-weight: 600;
}
.cuspides-grid .cuspide-item .signo-value { font-weight: 700; color: #0f172a; font-size: 14px; }
.cuspides-grid .cuspide-item .pos-value { font-size: 11px; color: #64748b; }

/* ============================================
   14. PARÁMETROS ASTROLÓGICOS - ESTILOS UNIFICADOS
   ============================================ */

/* 14.1 - PORTADA */
.parametros-portada h4 { color: #0f172a; }

/* 14.2 - BIG THREE, EJES, STATS */
.parametros-big-three .card,
.parametros-ejes .card,
.parametros-stats .card {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fafafa;
}
.parametros-big-three .card:hover { border-color: #cbd5e1; box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
.parametros-stats .card .fs-3 { font-weight: 700; }

/* 14.3 - TABLAS */
.parametros-planetas .table,
.parametros-aspectos .table {
    font-size: 0.8rem;
    margin-bottom: 0;
}
.parametros-planetas .table th,
.parametros-aspectos .table th {
    background: #f1f5f9;
    color: #0f172a;
    font-weight: 600;
    border-bottom: 2px solid #e2e8f0;
}
.parametros-planetas .table td,
.parametros-aspectos .table td {
    vertical-align: middle;
    padding: 6px 10px;
}
.parametros-planetas .table-hover tbody tr:hover,
.parametros-aspectos .table-hover tbody tr:hover { background: #f8fafc; }

/* 14.4 - BARRAS DE PROGRESO */
.parametros-elementos .progress,
.parametros-modalidades .progress,
.parametros-cuadrantes .progress,
.parametros-planetas-casa .progress {
    height: 22px;
    border-radius: 6px;
    background: #e8edf4;
}
.parametros-elementos .progress .progress-bar,
.parametros-modalidades .progress .progress-bar,
.parametros-cuadrantes .progress .progress-bar,
.parametros-planetas-casa .progress .progress-bar {
    font-size: 0.7rem;
    font-weight: 600;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 14.5 - CÚSPIDES */
.parametros-cuspides .col-md-3 .border {
    border-color: #e2e8f0 !important;
    border-radius: 8px;
    background: #fafafa;
}
.parametros-cuspides .col-md-3 .border .fw-bold { color: #0f172a; }

/* 14.6 - PLANETAS POR CASA */
.parametros-planetas-casa .progress {
    position: relative;
    overflow: visible;
    height: 22px;
    background: #e8edf4;
    border-radius: 6px;
}
.parametros-planetas-casa .progress .progress-bar {
    font-size: 0.65rem;
    font-weight: 600;
    color: #ffffff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    position: relative;
}
.parametros-planetas-casa .progress .position-absolute {
    border-radius: 6px;
    pointer-events: none;
}

/* 14.7 - TOTALES */
.parametros-totales {
    background: #f1f5f9;
    border-radius: 8px;
    font-size: 0.8rem;
    color: #0f172a;
    padding: 8px 16px;
    text-align: center;
}
.parametros-totales .fw-bold { font-weight: 600; }

/* 14.8 - ASPECTOS POR PLANETA en collapsible (se mantiene por si acaso) */
.parametros-aspectos-por-planeta .barra-item {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 8px !important;
    width: 100% !important;
}
.parametros-aspectos-por-planeta .barra-item .barra-label {
    flex-shrink: 0 !important;
    min-width: 80px !important;
}
.parametros-aspectos-por-planeta .barra-item .progress {
    flex: 1 !important;
    min-width: 0 !important;
}
.parametros-aspectos-por-planeta .barra-item .barra-valor {
    display: block !important;
    flex-shrink: 0 !important;
    min-width: 80px !important;
    text-align: right !important;
    font-size: 0.6rem !important;
    color: #64748b !important;
    margin-left: auto !important;
}

/* 14.9 - BADGES en parámetros */
.badge-conjuncion,
.badge-sextil,
.badge-cuadratura,
.badge-trigono,
.badge-oposicion,
.badge-quincuncio {
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 0.7rem;
    font-weight: 600;
    display: inline-block;
}

/* ============================================
   15. MODAL DE PARÁMETROS
   ============================================ */
#parametrosModal .modal-dialog {
    max-width: 840px;
    margin: 1.5rem auto;
}
#parametrosModal .modal-content {
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}
#parametrosModal .modal-header {
    border-bottom: 1px solid #e2e8f0;
    padding: 16px 24px;
    background: #f8fafc;
    border-radius: 16px 16px 0 0;
}
#parametrosModal .modal-header .modal-title { font-weight: 600; color: #0f172a; font-size: 1.1rem; }
#parametrosModal .modal-body { padding: 24px; max-height: 80vh; overflow-y: auto; }
#parametrosModal .modal-footer {
    border-top: 1px solid #e2e8f0;
    padding: 12px 24px;
    background: #f8fafc;
    border-radius: 0 0 16px 16px;
}

/* 15.1 - BADGES en modal */
#parametrosModal .badge-conjuncion,
#parametrosModal .badge-sextil,
#parametrosModal .badge-cuadratura,
#parametrosModal .badge-trigono,
#parametrosModal .badge-oposicion,
#parametrosModal .badge-quincuncio {
    display: inline-block !important;
    padding: 4px 12px !important;
    border-radius: 20px !important;
    font-size: 0.7rem !important;
    font-weight: 600 !important;
    border: none !important;
}
#parametrosModal .badge-conjuncion { background: #fef3c7 !important; color: #92400e !important; }
#parametrosModal .badge-sextil { background: #dbeafe !important; color: #1e40af !important; }
#parametrosModal .badge-cuadratura { background: #fee2e2 !important; color: #991b1b !important; }
#parametrosModal .badge-trigono { background: #d1fae5 !important; color: #065f46 !important; }
#parametrosModal .badge-oposicion { background: #fce7f3 !important; color: #9d174d !important; }
#parametrosModal .badge-quincuncio { background: #f3e8ff !important; color: #6d28d9 !important; }

/* ============================================
   16. VIGENCIA - MENSAJE EN REPORTE
   ============================================ */
.vigencia-mensaje {
    background: #f8f8f8;
    border: 1px solid #a4a4a4;
    border-radius: 12px;
    padding: 16px 24px;
    text-align: left;
    line-height: 1.2rem;
    font-size: 1rem;
    color: #9d9d9d;
    margin: 1px 0 10px;
}
.vigencia-mensaje strong {
    color: #646464;
    font-weight: 500;
}

/* ============================================
   17. REPORTE EXPIRADO
   ============================================ */
.reporte-expirado {
    text-align: center;
    padding: 20px 10px;
    margin: 10px 0;
    background: #fef2f2;
    border: 2px solid #fca5a5;
    border-radius: 12px;
}
.reporte-expirado .icono {
    font-size: 2rem;
    color: #ef4444;
    display: block;
    margin-bottom: 16px;
}
.reporte-expirado h2 {
    color: #991b1b;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 8px;
}
.reporte-expirado p {
    color: #7f1d1d;
    font-size: 1.1rem;
    max-width: 500px;
    margin: 0 auto 8px;
}

/* ============================================
   18. AVISO DATOS DESACTUALIZADOS
   ============================================ */
.aviso-datos-desactualizados {
    background: #fef3c7;
    border-left: 5px solid #f59e0b;
    border-radius: 8px;
    padding: 16px 20px;
    margin: 16px 0 20px 0;
    display: flex;
    align-items: flex-start;
    gap: 14px;
}
.aviso-datos-desactualizados .aviso-icono {
    font-size: 1.6rem;
    color: #f59e0b;
    flex-shrink: 0;
    margin-top: 2px;
}
.aviso-datos-desactualizados .aviso-contenido {
    flex: 1;
}
.aviso-datos-desactualizados .aviso-contenido .aviso-titulo {
    font-weight: 700;
    color: #92400e;
    font-size: 0.95rem;
    margin-bottom: 2px;
}
.aviso-datos-desactualizados .aviso-contenido .aviso-texto {
    color: #78350f;
    font-size: 0.9rem;
    margin: 0;
    line-height: 1.5;
}
.aviso-datos-desactualizados .aviso-contenido .aviso-texto strong {
    color: #78350f;
}

/* ============================================
   19. RESPONSIVE
   ============================================ */
@media (max-width: 840px) {
    .container { padding: 12px; border-radius: 0; max-width: 100%; }
    body { padding: 0; background: #fff; }
    .alert-public { border-radius: 0; max-width: 100%; }
}

@media (max-width: 768px) {
    .page { padding: 10px 0 !important; }
    .grid-4 { grid-template-columns: 1fr 1fr; gap: 10px; }
    .user-data-section { grid-template-columns: 1fr 1fr; gap: 8px; }
    .ejes-section { grid-template-columns: 1fr 1fr; gap: 10px; }
    .bar-label { width: 60px; min-width: 60px; font-size: 10px; }
    .cuspides-grid { grid-template-columns: 1fr 1fr 1fr; }
    .charts-section { padding: 12px 16px; }
    
    /* Tablas responsive */
    .parametros-planetas .table,
    .parametros-aspectos .table { font-size: 0.7rem; }
    .parametros-planetas .table td,
    .parametros-planetas .table th,
    .parametros-aspectos .table td,
    .parametros-aspectos .table th { padding: 4px 6px; }
    
    /* Modal responsive */
    #parametrosModal .modal-dialog { max-width: 100%; margin: 0.5rem; }
    #parametrosModal .modal-body { padding: 16px; max-height: 85vh; }
    #parametrosModal .table { font-size: 0.7rem; }
    #parametrosModal .table td,
    #parametrosModal .table th { padding: 4px 6px; }
    
    /* Vigencia responsive */
    .vigencia-mensaje {
        padding: 12px 16px;
        font-size: 0.85rem;
    }
    .reporte-expirado {
        padding: 30px 16px;
    }
    .reporte-expirado .icono {
        font-size: 1.5rem;
    }
    .reporte-expirado h2 {
        font-size: 1.4rem;
    }
    .reporte-expirado p {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .container { padding: 2px; }
    .page { padding: 2px 0 !important; }
    .user-data-section { grid-template-columns: 1fr; }
    .ejes-section { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr 1fr; }
    .cover h1 { font-size: 20px; }
    .cover h2 { margin-bottom: 5px;}
    .reporte-content p {padding: 2px; margin-bottom: 10px;line-height: 1.5;font-size: 16px;}
    .reporte-content h2 {padding: 2px 5px; font-size: 20px; margin-top: 35px;  margin-bottom: 25px;}
    .reporte-content h3 {padding: 2px 2px;}
    .cover .subtitle { font-size: 20px; }
    .cover .user-name { font-size: 22px; }
    .bar-label { width: 50px; min-width: 50px; font-size: 9px; }
    .cuspides-grid { grid-template-columns: 1fr 1fr; }
    .bar-item .planetas-lista { max-width: 100px; }
    .charts-section { padding: 10px 12px; }
    .user-data-section { padding: 12px 16px; }
    
    /* Modal responsive móvil */
    #parametrosModal .modal-dialog { max-width: 100%; margin: 0.5rem; }
    #parametrosModal .modal-body { padding: 16px; max-height: 85vh; }
    
    /* Vigencia responsive móvil */
    .vigencia-mensaje {
        padding: 10px 12px;
        font-size: 0.8rem;
    }
    .vigencia-mensaje .vigencia-nota {
        font-size: 0.75rem;
    }
    .reporte-expirado {
        padding: 24px 12px;
    }
    .reporte-expirado .icono {
        font-size: 1rem;
    }
    .reporte-expirado h2 {
        font-size: 1.2rem;
    }
    .reporte-expirado p {
        font-size: 0.9rem;
    }
    
    /* Aviso datos desactualizados responsive */
    .aviso-datos-desactualizados {
        padding: 12px 14px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .aviso-datos-desactualizados .aviso-icono {
        font-size: 2rem;
    }
}