/* Estilos para las secciones */
.section {
    margin-bottom: 30px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.section h2 {
    font-size: 20px;
    color: #454545;
    margin-bottom: 15px;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

.section h4 {
    font-size: 18px;
    color: #003366;
    margin-bottom: 10px;
}

.section h5 {
    font-size: 16px;
    color: #006699;
    margin-bottom: 10px;
}

.subsection {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.subsection p {
    flex: 1 1 45%;
    margin: 5px 0;
    color: #3d3d3d;
    line-height: 1.6;
}

.anexo-label {
    color: #003366;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.9em;
    font-weight: bold;
}