.button-entrar {
    color: #FFF;
}

.button-entrar:hover {
    color: #422f8d;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background: rgba(33, 26, 54, 0.089);
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.055);
}

.banner_section {
    height: 680px;
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 290px;
    position: relative;
    background-image: url(../images/bg_top.webp);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    background-color: #e0d3e0;
}


.banner_section .used_app {
    display: flex;
    align-items: center;
    margin-top: 35px;
}

.banner_section .used_app ul {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.banner_section .used_app ul li:not(:first-child) {
    margin-left: -15px;
}

.banner_section .used_app p {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 0;
    color: var(--text-white);
}

.txt-alianca {
    color: #dbd3fc;
    font-weight: bold;
    font-family: 'Roboto', Roboto, sans-serif;
    font-size: 32px;
    text-shadow: 0 0 6px #6A49F2;
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
}

.title-top {
    text-shadow: 0 0 6px #525252;
    margin-top: 50px;
    font-size: 26px;
    color: var(--text-white);
    letter-spacing: 1px;
    font-weight: 900;
}

.remove-li-style {
    list-style-type: none;
}

.button-home {
    border: 2px solid #6A49F2;
    border-radius: 12px;
    background-color: rgb(205, 199, 237);
    font-weight: bold;
    width: 100%;
    min-height: 50px;
}

.button-home:hover {
    background-color: #6A49F2;
    color: #fff;
    transition: all 0.4s ease 0s;
}

.text-assista-video {
    text-shadow: 0 0 6px #525252;
    font-size: 26px;
    color: var(--text-white);
    letter-spacing: -1px;
    font-weight: 700;
}

.yt_video .thumbnil a span {
    display: block;
    font-weight: 700;
    font-size: 30px;
}

.yt_video .thumbnil a .play_btn {
    background-color: rgba(255, 255, 255, 0.1);
    width: 96px;
    height: 96px;
    border-radius: 100px;
    text-align: center;
    margin: 0 auto;
    line-height: 96px;
    position: relative;
    display: block;
}

.waves-block {
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    transform: translate(1px, 1px);
    width: 150px;
    height: 150px;
}

.waves {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    z-index: -1;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}

.wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    position: absolute;
    top: 0;
}

.wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    position: absolute;
    top: 0;
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.img-play {
    position: absolute;
    z-index: 1;
}

.modern_ui_section {
    background-color: #e0d3e0;
    padding-top: 40px;
}

.modal-content-modal-youtube {
    background-color: transparent;
    border: 0px;
    margin-top: 150px;
}

#close-video {
    color: white;
}

.img-play:hover {
    cursor: pointer;
}

.bg-img {
    width: 100%;
    height: 100%;
    color: #fff;
    /* background-image: url(../images/bg_top.webp); */
    background-color: #352d6b;
    border-radius: 55px 0px 55px 0;
    font-family: Montserrat, sans-serif;
    font-size: .85rem;
    font-weight: 600;
    line-height: 1rem;
    text-transform: uppercase;
    padding: 9px 30px
}

.default_btn {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #FFF;
    border-radius: 7px;
    background-color: #6A49F2;
    font-size: 25px;
    font-weight: 700;
}

.default_btn:hover {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #FFF;
    border-radius: 7px;
    background-color: #181147;
}

.titulo-text-home {
    height: 60px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
}

.div-text-home {
    height: 280px;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: left;
    padding-right: 10px;
    padding-left: 10px;
}

.feature {
    margin-top: 60px;
}

.ShowCaseTextAbove {
    display: inline-block;
    width: 100%;
    height: 130px;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 55px 0px 55px 0;
    font-family: Montserrat, sans-serif;
    font-size: .85rem;
    font-weight: 600;
    line-height: 1rem;
    text-transform: uppercase;
    padding: 9px 30px
}

.show-videos {
    background-image: url(../images/capas/videos.png);
}

.show-pedidos-e-intencoes {
    background-image: url(../images/capas/pedidos-de-oracoes.png);
}

.show-conselhos {
    background-image: url(../images/capas/conselhos_topo.png);
}

.show-tunel-do-tempo {
    background-image: url(../images/capas/tunel-do-tempo.png);
}

.show-novena {
    background-image: url(../images/capas/novena-das-rosas.png);
}

.show-velario {
    background-image: url(../images/capas/acenda-velas.png);
}

:root {
    --purple: #6A49F2;
    --dark-purple: #211a4e;
}

.bg-footer,
.bg-menu {
    background-color: #181147;
}

.menu-button {
    background-color: #382e7a;
}

.menu-button:hover {
    background-color: #E5CAF3;
    color: #2c0263 !important;
}

.text-purple {
    color: var(--purple);
}

.text-dark-purple {
    color: var(--dark-purple);
}

.bg-purple {
    background-color: var(--purple);
}

.bg-dark-purple {
    background-color: var(--dark-purple);
}

.social-media-button:hover {
    background-color: white;
    color: var(--purple) !important;
}

.go_top {
    position: fixed;
    right: 30px;
    bottom: 75px;
    cursor: pointer;
    transition: .4s all;
    opacity: 0;
}

.go_top:hover {
    bottom: 80px;
}

.review_list_section .review_box {
    padding: 40px 30px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 10px #EDE9FE;
    margin: 20px 0;
}

.review_list_section .review_box .rating ul {
    display: flex;
}

.review_list_section .review_box .rating ul li span {
    color: #FC9400;
    font-size: 18px;
}

.review_list_section .review_box h3 {
    font-size: 20px;
    color: var(--purple);
    margin: 10px 0;
}

.review_list_section .review_box .reviewer {
    display: flex;
    align-items: center;
    margin-top: 35px;
}

.review_list_section .review_box .reviewer .avtar {
    width: 80px;
}

.review_list_section .review_box .reviewer .text {
    margin-left: 20px;
    width: calc(100% - 100px);
}

.review_list_section .review_box .reviewer .text h3 {
    font-weight: 600;
    color: var(--dark-purple);
    margin-bottom: 0;
}

#navbarSupportedContent {
    background-color: #181147;
}

.header-menu {
    background-color: #181147;
}

.t-menu {
    height: 80px;
}

.icon-footer {
    font-size: 20px;
}

.modal-height {
    height: 460px;
}

.margin-thumbs {
    margin-top: 20px;
}

@media only screen and (max-width: 830px) {
    .modern_ui_section {
        background-color: #e0d3e0;
        padding-top: 10px;
    }

    .titulo-text-home {
        height: 100%;
    }

    .div-text-home {
        height: 100%;
    }

    .banner_section {
        height: 900px;
    }
}
