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

/* Línea separadora */
.hero_familia::after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    margin-bottom: 40px;
}

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

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

.hero_familia strong {
    color: #22205F; 
}

.email-familia {
    color: black;
    text-decoration: none;
    font-weight: bold;
}

.email-familia:hover {
    color: #FFCC05; 
}

.objetivos-familia {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 20px;
    font-family: 'Inter', sans-serif;
    list-style: none;
    
}


.objetivos-familia li{
    font-family: 'Inter', sans-serif;

}


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

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


    .container_history img{
        margin: 14px 0;
    }

    .hero_familia{
        padding: 0 10%;
        margin-top: -60px;
    }
    .hero_familia p{
        font-size: 1rem;
    }
    .hero_familia h2{
        font-size: 1.5rem;
        text-align: start;
    }
    .hero_texto1 h2:nth-child(1){
        margin-top: 0;
    }
}

