.asociese.container {
    margin-top: 50px; /* Margen superior para separar del header */
    margin-bottom: 50px; /* Margen inferior para separar del include pp */
}

/* Ajustar el espaciado entre las secciones */
.contenido, .formulario {
    margin-bottom: 30px; /* Margen inferior entre bloques de contenido */
}

body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f9;
}

.contenido {
    text-align: left;
    padding: 25px;
    background: rgba(150, 29, 131, 0.05);
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.asociese h1,
.asociese h2,
.asociese h3,
.formulario h2 {
    font-size: 1.8em;
    margin-bottom: 15px;
    font-weight: normal;
    color: #961d83;
    text-align: left;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

.asociese p,
.asociese li,
.formulario p {
    font-size: 1em;
    color: #666;
    line-height: 1.8;
}

.asociese ul li::before,
.asociese ol li::before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #961d83;
}

.linea-azul {
    height: 4px;
    background-color: #961d83;
    width: 50%;
    margin: 20px 0;
    animation: lineaAnim 1s ease-in-out forwards;
}

@keyframes lineaAnim {
    from { width: 0; }
    to { width: 50%; }
}

.footer-asociese {
    margin-top: 40px;
    text-align: center;
    padding: 20px;
    background-color: #961d83;
    color: #fff;
}

.footer-asociese p {
    margin: 0;
}

.link-azul {
    color: #961d83;
    text-decoration: none;
    font-weight: 700;
}

.link-azul:hover {
    text-decoration: underline;
}
