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

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

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

.hero_peregrina strong {
    color: #22205F; 
}

.hero_bg1 .hero_bg1_virgen {
    object-position: bottom;
}

/* ==========================
        EMAIL
============================= */
.email-peregrina {
    color: black;
    text-decoration: none;
    font-weight: bold;
}

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

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

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


    .container_history img{
        margin: 14px 0;
    }

    .hero_peregrina{
        padding: 0 10%;
        margin-top: -60px;
    }
    .hero_peregrina p{
        font-size: 1rem;
    }
    .hero_peregrina h2{
        font-size: 1.5rem;
        text-align: start;
    }

}
