/* Estilos generales del sistema de pestañas */
.tabs-container {
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 5px;
    overflow: hidden;
}

.tabs-header {
    display: flex;
    background: #f8f8f8;
    border-bottom: 1px solid #e5e5e5;
}

.tab-button {
    flex: 1;
    padding: 12px 0;
    border: none;
    background: #f8f8f8;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.tab-button.active {
    background: #0078d4;
    color: white;
}

.tab-content {
    padding: 20px;
    display: none;
    background: #e7e7e7 !important;
}

.tab-content.active {
    display: block;
    background: #e7e7e7 !important;
}

.tab-title {
    color: #0078d4;
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #e5e5e5;
    font-size: 20px;
}

.tab-description {
    line-height: 1.5;
    color: #333;
    margin-bottom: 20px;
}

.tab-description ul {
    padding-left: 20px;
    margin: 10px 0;
}

.tab-description li {
    margin-bottom: 5px;
}

.tab-actions {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 25px 0;
}

.action-btn {
    padding: 8px 15px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-weight: 600;
    font-size: 13px;
    transition: background 0.3s;
}

.pdf-btn { background: #2b579a; color: white; }
.map-btn { background: #217346; color: white; }
.db-btn { background: #d83b01; color: white; }

.pdf-viewer {
    margin-top: 100px;
    background: #f8f8f8;
    border: 1px solid #e5e5e5;
    height: 500px;
    position: relative;
}

.pdf-placeholder {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #666;
}

.pdf-icon {
    font-size: 40px;
    margin-bottom: 10px;
    display: block;
}

.pdf-iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: none;
}

.radar-system {
    font-family: 'Segoe UI', Arial, sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    color: #333;
}

.radar-header {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    border-left: 5px solid #2b579a;
}

.radar-header h1 {
    color: #2b579a;
    margin-top: 0;
}
.textoSubMenuIndicadores{
    margin-left: 60% !important;
}
