/* Estilos específicos para la página de voluntarios */
.hero-content h1 {
    font-family: 'Poppins', Arial, sans-serif;
}

.volunteer-page .volunteer-hero {
    background-size: cover;
    background-position: center;
}

.volunteer-form-container {
    max-width: 800px;
    margin: 0 auto;
}

.volunteer-info {
    padding: 30px;
    background-color: #f9f9f9;
    border-radius: 10px;
}

.volunteer-details h4 {
    color: #3E5690;
    margin-top: 20px;
    margin-bottom: 10px;
}

.volunteer-details ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.volunteer-details li {
    margin-bottom: 8px;
    line-height: 1.5;
}

.volunteer-form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-family: inherit;
    resize: vertical;
}

.radio-options.vertical {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.radio-options.vertical .radio-label {
    margin-right: 0;
}

@media (max-width: 768px) {
    .volunteer-form-container {
        padding: 20px;
    }
    
    .volunteer-info {
        padding: 20px;
    }
    .donation-hero{
        width: 100%;
    }
    .hero-content {
        bottom: 15%;
        left: 0%;
        max-width: 100%;
    }
} 