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

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

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

.hero_madres strong {
    color: #22205F; 
}

/* ==========================
        CONTACTO
============================= */
.contacto-madres {
    font-size: 1.2rem;
    font-weight: bold;
    color: #22205F;
    margin-top: 10px;
}

.lista-contacto-madres {
    list-style-type: none;
    padding-left: 0;
    font-size: 1.2rem;
    line-height: 1.6;
}

.lista-contacto-madres li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.lista-contacto-madres li::before {
    content: "📞"; 
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.2rem;
    color: #22205F;
}


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

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


    .container_history img{
        margin: 14px 0;
    }

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

}