/*Banner Nosotros*/

.banner-n {
    background-image: url(/images/banner_nosotros_\(1920x400\).jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 368px 16px;
}

.banner-n .text {
    color: #ffffff;
    text-align: center;
}

.banner-n .text h5 {
    font-size: 25px;
}

.banner-n .text h1 {
    font-size: 60px;
}

/*Creemos que*/

.reu {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 64px 80px;
}

.nuestras {
    width: 50%;
}

.nuestras h1 {
    padding-right: 2.5%;
    text-align: right;
    font-size: 80px;
}

.dias {
    width: 50%;
}

.dias h5 {
    padding-left: 2.5%;
    text-align: left;
    font-size: 24px;
}

@media (max-width: 818px) {
    .reu {
        display: block;
    }

    .nuestras {
        justify-items: center;
        width: 100%;
    }

    .nuestras h1 {
        padding: 5% 10% 0% 10%;
        text-align: center;
    }

    .dias {
        justify-items: center;
        width: 100%;
    }

    .dias h5 {
        padding: 0% 10% 5% 10%;
        text-align: center;
    }
}

/*Unción*/

.info {
    justify-content: center;
}

.expl {
    justify-content: center;
    align-items: center;
    padding: 48px 16px;
    display: flex;
}

.foto {
    height: 496px;
    width: 496px;
    margin: 20px;
    background-image: url(/images/definitivos/pastores.jpeg);
    background-position: center;
}

.texto {
    padding: 8px;
    font-size: 20px;
    font-weight: 500;
    width: 50%;
}

.texto h1 {
    font-size: 30px;
}