.box-culto-right a {
    color: #5cd1ff !important;
}

.box-culto {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    height: 100vh;
}

.box-culto-center {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 60vh;
}

.box-culto-left {
    flex: 1;
}

.box-culto-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-calvary {
    width: 60px;
}

.text-culto,
.text-culto-horario {
    color: white;
    text-shadow: 0 0 3px #fff;
    font-weight: 900;
    font-size: 50px;
}

.box-oquee {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgb(19, 19, 19);
}

.box-image-oquee {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.box-text-oquee {
    width: 40rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.box-reuniao {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding-top: 30px;
    padding-bottom: 30px;
}

.box-text-reuniao {
    width: 40rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.text-header-reuniao {
    font-weight: bold;
    text-align: center;
}

.text-descricao-reuniao {
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
}

.image-oquee {
    width: 660px;
    border-radius: 15px;
}

.box-sermoes {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgb(19, 19, 19);
}

.image-social-link {
    width: 150px;
}

.box-text-sermoes {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.box-text-social-link {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

@media screen and (max-width: 1000px) {
    .text-culto,
    .text-culto-horario {
        font-size: 40px;
    }
    .box-culto {
        flex-direction: column;
        height: 100vh;
    }
    .box-culto-center {
        justify-content: flex-end;
        height: 40vh;
    }
    .box-culto-left {
        flex: 0;
    }
    .box-image-oquee {
        display: none;
    }

    .box-text-oquee {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.loading-eventos {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 500px) {
    .text-culto,
    .text-culto-horario {
        font-size: 25px;
    }
}
