/* ==========================
        BODY
============================= */
.hero_jovenes {
    padding: 60px 10%; 
    color: #000; 
    text-align: justify; 
    margin-top: -94px;
}

.hero_jovenes h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-top: 40px; 
    color: #22205F; 
}

.hero_jovenes p {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.hero_jovenes strong {
    color: #22205F; 
    font-weight: bold;
}

@media (max-width: 720px) {
    .hero_jovenes {
        padding: 0px 10%;
        text-align: start;
        margin-top: -60px;

    }
    .container_history {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .hero_jovenes{
        padding: 0 10%;
        margin-top: -60px;
    }


    .container_history img{
        margin: 14px 0;
    }

    .hero_jovenes{
        padding: 0 10%;
        margin-top: -60px;
    }
    .hero_jovenes p{
        font-size: 1rem;
    }
    .hero_jovenes h2{
        font-size: 1.5rem;
        text-align: start;
    }
    .juventud_femenina img{
        object-position: 5px!important;
    }

    .donation-button {
        padding: 12px 25px;
        font-size: 0.9rem;
    }
}

.donation-button-container {
    text-align: center;
    margin: 40px 0;
}

.donation-button {
    display: inline-block;
    padding: 15px 30px;
    background-color: #22205F;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.donation-button:hover {
    background-color: #1a1850;
}




