/* Estilos específicos para páginas de información */

.content-wrapper {
    background: white !important;
    padding: 2rem !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
    margin: 2rem 0 !important;
    min-height: 200px !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.content-wrapper h2 {
    color: #2c3e50 !important;
    font-size: 1.8rem !important;
    font-weight: bold !important;
    margin-bottom: 1rem !important;
    margin-top: 0 !important;
}

.content-wrapper h3 {
    color: #34495e !important;
    font-size: 1.4rem !important;
    font-weight: 600 !important;
    margin-bottom: 0.8rem !important;
    margin-top: 1.5rem !important;
}

.content-wrapper p {
    color: #555 !important;
    line-height: 1.6 !important;
    margin-bottom: 1rem !important;
    font-size: 1rem !important;
}

.content-wrapper ul {
    margin-bottom: 1rem !important;
    padding-left: 1.5rem !important;
}

.content-wrapper li {
    color: #555 !important;
    line-height: 1.6 !important;
    margin-bottom: 0.5rem !important;
}

.content-wrapper strong {
    color: #2c3e50 !important;
    font-weight: 600 !important;
}

/* Asegurar que el contenido sea visible */
.main-content {
    background: #f8f9fa !important;
    min-height: 60vh !important;
}

.container {
    background: transparent !important;
}

/* Estilos para el botón de regreso */
.btn-primary {
    background-color: #007bff !important;
    border-color: #007bff !important;
    padding: 0.75rem 1.5rem !important;
    font-size: 1rem !important;
    border-radius: 5px !important;
}

.btn-primary:hover {
    background-color: #0056b3 !important;
    border-color: #0056b3 !important;
}

