/* _content/Igreja.Site/Areas/Admin/Views/Dashboard/Dashboard.cshtml.rz.scp.css */
/***** PAGINA DE DASHBOARD *****/
.dashboard .linksRapidos a[b-8vkjebfg1b] {
    display: block;
    background: var(--bs-verde);
    padding: 10px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-size: 1.4em;
    margin-bottom: 5px;
}

    .dashboard .linksRapidos a:hover[b-8vkjebfg1b] {
        background: var(--bs-verdeClaro);
        text-decoration: none;
    }

.dashboard .dadosGerais[b-8vkjebfg1b] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    margin-bottom: 20px;
}

    .dashboard .dadosGerais li[b-8vkjebfg1b] {
        flex: calc(20% - 8px) 0 0;
        text-align: center;
        color: #fff;
        -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.05);
        -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.05);
        box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.05);
        border-radius: 20px;
        padding: 20px;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    }

        .dashboard .dadosGerais li:nth-child(1)[b-8vkjebfg1b] {
            background: #EA597A;
        }

        .dashboard .dadosGerais li:nth-child(2)[b-8vkjebfg1b] {
            background: #727CF5;
        }

        .dashboard .dadosGerais li:nth-child(3)[b-8vkjebfg1b] {
            background: #F6BB33;
        }

        .dashboard .dadosGerais li:nth-child(4)[b-8vkjebfg1b] {
            background: #4CB0D2;
        }

        .dashboard .dadosGerais li:nth-child(5)[b-8vkjebfg1b] {
            background: #6C757D;
        }

        .dashboard .dadosGerais li b[b-8vkjebfg1b] {
            display: block;
            font-size: 3em;
            font-weight: 800;
        }

@media(max-width: 991px) {
    .dashboard .dadosGerais li[b-8vkjebfg1b] {
        flex: calc(50% - 8px) 0 0;
    }
}

.dashboard .boxConteudo .foto[b-8vkjebfg1b] {
    position: relative;
    margin-bottom: 15px;
}

    .dashboard .boxConteudo .foto img[b-8vkjebfg1b] {
        border-radius: 20px;
    }

    .dashboard .boxConteudo .foto span[b-8vkjebfg1b] {
        position: absolute;
        display: inline-block;
        border-radius: 5px;
        background: var(--bs-verdeEscuro);
        color: #fff;
        right: 15px;
        top: 15px;
        padding: 10px;
        text-align: center;
        font-size: 1.4em;
        line-height: 1em;
    }
/* _content/Igreja.Site/Areas/Admin/Views/Home/ConfirmarUsuario.cshtml.rz.scp.css */
/***** TELA DE LOGIN *****/
.login #reCAPTCHA div[b-p03okn8coj] {
    margin: 0 auto;
}

.login button[b-p03okn8coj] {
    margin-top: 25px;
}

.login[b-p03okn8coj] {
    height: 100vh;
    padding: 40px 0;
}

    .login[b-p03okn8coj]:after {
        content: " ";
        display: block;
        width: 100vw;
        height: 100vh;
        background: url("/img/bg_login.jpg") center center no-repeat;
        background-size: cover;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .login .bg[b-p03okn8coj] {
        height: 100%;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

        .login .bg > div[b-p03okn8coj] {
            flex: 0 0 50%;
            padding: 20px;
        }

            .login .bg > div.texto[b-p03okn8coj] {
                color: #fff;
            }

                .login .bg > div.texto h1[b-p03okn8coj] {
                    font-size: 4em;
                    font-weight: 800;
                    margin-bottom: 10px;
                    text-transform: uppercase;
                    text-shadow: 2px 2px 10px rgba(0,0,0,0.2);
                    color: var(--bs-verdeClaro);
                }

                .login .bg > div.texto h1[b-p03okn8coj], .login .bg > div.texto p[b-p03okn8coj] {
                    max-width: 400px;
                    margin: 0 auto;
                }

            .login .bg > div .box[b-p03okn8coj] {
                background: #fff;
                max-width: 500px;
                border-radius: 30px;
                padding: 30px;
                margin: 0 auto;
                -webkit-box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.5);
                -moz-box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.5);
                text-align: center;
            }

            .login .bg > div form[b-p03okn8coj] {
                background: rgba(0,0,0,.05);
                padding: 20px;
                margin: 20px auto;
                border-radius: 20px;
            }

                .login .bg > div form input[b-p03okn8coj] {
                    text-align: center;
                }

            .login .bg > div #esqueceu[b-p03okn8coj] {
                display: none;
            }

            .login .bg > div #esqueceu[b-p03okn8coj] {
                margin-top: 20px;
                padding-top: 20px;
                border-top: solid 1px #eee;
            }

            .login .bg > div a[b-p03okn8coj] {
                text-decoration: none;
            }

            .login .bg > div #esqueceu a[b-p03okn8coj] {
                font-size: 1.4em;
            }

            .login .bg > div .copy[b-p03okn8coj] {
                text-align: center;
                color: #fff;
                margin-top: 15px;
                font-size: 1.4em;
                text-shadow: 2px 2px 10px rgba(0,0,0,0.2);
                font-style: italic;
            }

                .login .bg > div .copy a[b-p03okn8coj] {
                    color: #FDDF33;
                }

    .login #reset[b-p03okn8coj] {
        padding-top: 20px;
        margin-top: 20px;
        border-top: solid 1px #eee;
    }

    .login #alterado[b-p03okn8coj] {
        display: none;
        border: solid #eee;
        border-width: 1px 0;
        padding-bottom: 30px;
        margin: 20px 0;
    }

        .login #alterado > i[b-p03okn8coj] {
            color: var(--bs-verde);
            font-size: 6em;
        }

@media(max-width: 991px) {
    .login[b-p03okn8coj]:after {
        background-position: left top;
        background-size: 200%;
    }

    .login .bg[b-p03okn8coj] {
        display: block;
    }
}

@media(max-width: 576px) {
    .login .bg > div.texto h1[b-p03okn8coj] {
        font-size: 2.8em;
    }
}

.error[b-p03okn8coj] {
    display: block;
}
/* _content/Igreja.Site/Areas/Admin/Views/Home/Login.cshtml.rz.scp.css */
/***** TELA DE LOGIN *****/
.login #reCAPTCHA div[b-sj8hchsqbb] {
    margin: 0 auto;
}

.login button[b-sj8hchsqbb] {
    margin-top: 25px;
}

.login[b-sj8hchsqbb] {
    height: 100vh;
    padding: 40px 0;
}

    .login[b-sj8hchsqbb]:after {
        content: " ";
        display: block;
        width: 100vw;
        height: 100vh;
        background: url("/img/bg_login.jpg") center center no-repeat;
        background-size: cover;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .login .bg[b-sj8hchsqbb] {
        height: 100%;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

        .login .bg > div[b-sj8hchsqbb] {
            flex: 0 0 50%;
            padding: 20px;
        }

            .login .bg > div.texto[b-sj8hchsqbb] {
                color: #fff;
            }

                .login .bg > div.texto h1[b-sj8hchsqbb] {
                    font-size: 4em;
                    font-weight: 800;
                    margin-bottom: 10px;
                    text-transform: uppercase;
                    text-shadow: 2px 2px 10px rgba(0,0,0,0.2);
                    color: var(--bs-verdeClaro);
                }

                .login .bg > div.texto h1[b-sj8hchsqbb], .login .bg > div.texto p[b-sj8hchsqbb] {
                    max-width: 400px;
                    margin: 0 auto;
                }

            .login .bg > div .box[b-sj8hchsqbb] {
                background: #fff;
                max-width: 500px;
                border-radius: 30px;
                padding: 30px;
                margin: 0 auto;
                -webkit-box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.5);
                -moz-box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.5);
                text-align: center;
            }

            .login .bg > div form[b-sj8hchsqbb] {
                background: rgba(0,0,0,.05);
                padding: 20px;
                margin: 20px auto;
                border-radius: 20px;
            }

                .login .bg > div form input[b-sj8hchsqbb] {
                    text-align: center;
                }

            .login .bg > div #esqueceu[b-sj8hchsqbb] {
                display: none;
                margin-top: 20px;
                padding-top: 20px;
                border-top: solid 1px #eee;
            }

            .login .bg > div a[b-sj8hchsqbb] {
                text-decoration: none;
            }

            .login .bg > div #esqueceu a[b-sj8hchsqbb] {
                font-size: 1.4em;
            }

            .login .bg > div .copy[b-sj8hchsqbb] {
                text-align: center;
                color: #fff;
                margin-top: 15px;
                font-size: 1.4em;
                text-shadow: 2px 2px 10px rgba(0,0,0,0.2);
                font-style: italic;
            }

                .login .bg > div .copy a[b-sj8hchsqbb] {
                    color: #FDDF33;
                }

#emailEnviado[b-sj8hchsqbb] {
    display: none;
    margin-top: 20px;
    padding-top: 20px;
    border-top: solid 1px #eee;
}

@media(max-width: 991px) {
    .login[b-sj8hchsqbb]:after {
        background-position: left top;
        background-size: 200%;
    }

    .login .bg[b-sj8hchsqbb] {
        display: block;
    }
}

@media(max-width: 576px) {
    .login .bg > div.texto h1[b-sj8hchsqbb] {
        font-size: 2.8em;
    }
}
/* _content/Igreja.Site/Areas/Admin/Views/Home/RedefinirSenha.cshtml.rz.scp.css */
/***** TELA DE LOGIN *****/
.login #reCAPTCHA div[b-i8xvse1hvs] {
    margin: 0 auto;
}

.login button[b-i8xvse1hvs] {
    margin-top: 25px;
}

.login[b-i8xvse1hvs] {
    height: 100vh;
    padding: 40px 0;
}

    .login[b-i8xvse1hvs]:after {
        content: " ";
        display: block;
        width: 100vw;
        height: 100vh;
        background: url("/img/bg_login.jpg") center center no-repeat;
        background-size: cover;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .login .bg[b-i8xvse1hvs] {
        height: 100%;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

        .login .bg > div[b-i8xvse1hvs] {
            flex: 0 0 50%;
            padding: 20px;
        }

            .login .bg > div.texto[b-i8xvse1hvs] {
                color: #fff;
            }

                .login .bg > div.texto h1[b-i8xvse1hvs] {
                    font-size: 4em;
                    font-weight: 800;
                    margin-bottom: 10px;
                    text-transform: uppercase;
                    text-shadow: 2px 2px 10px rgba(0,0,0,0.2);
                    color: var(--bs-verdeClaro);
                }

                .login .bg > div.texto h1[b-i8xvse1hvs], .login .bg > div.texto p[b-i8xvse1hvs] {
                    max-width: 400px;
                    margin: 0 auto;
                }

            .login .bg > div .box[b-i8xvse1hvs] {
                background: #fff;
                max-width: 500px;
                border-radius: 30px;
                padding: 30px;
                margin: 0 auto;
                -webkit-box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.5);
                -moz-box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.5);
                text-align: center;
            }

            .login .bg > div form[b-i8xvse1hvs] {
                background: rgba(0,0,0,.05);
                padding: 20px;
                margin: 20px auto;
                border-radius: 20px;
            }

                .login .bg > div form input[b-i8xvse1hvs] {
                    text-align: center;
                }

            .login .bg > div #esqueceu[b-i8xvse1hvs] {
                display: none;
            }

            .login .bg > div #esqueceu[b-i8xvse1hvs] {
                margin-top: 20px;
                padding-top: 20px;
                border-top: solid 1px #eee;
            }

            .login .bg > div a[b-i8xvse1hvs] {
                text-decoration: none;
            }

            .login .bg > div #esqueceu a[b-i8xvse1hvs] {
                font-size: 1.4em;
            }

            .login .bg > div .copy[b-i8xvse1hvs] {
                text-align: center;
                color: #fff;
                margin-top: 15px;
                font-size: 1.4em;
                text-shadow: 2px 2px 10px rgba(0,0,0,0.2);
                font-style: italic;
            }

                .login .bg > div .copy a[b-i8xvse1hvs] {
                    color: #FDDF33;
                }

    .login #reset[b-i8xvse1hvs] {
        padding-top: 20px;
        margin-top: 20px;
        border-top: solid 1px #eee;
    }

    .login #alterado[b-i8xvse1hvs] {
        display: none;
        border: solid #eee;
        border-width: 1px 0;
        padding-bottom: 30px;
        margin: 20px 0;
    }

        .login #alterado > i[b-i8xvse1hvs] {
            color: var(--bs-verde);
            font-size: 6em;
        }

@media(max-width: 991px) {
    .login[b-i8xvse1hvs]:after {
        background-position: left top;
        background-size: 200%;
    }

    .login .bg[b-i8xvse1hvs] {
        display: block;
    }
}

@media(max-width: 576px) {
    .login .bg > div.texto h1[b-i8xvse1hvs] {
        font-size: 2.8em;
    }
}
/* _content/Igreja.Site/Areas/Admin/Views/Igreja/Igreja.cshtml.rz.scp.css */
/***** MENU DA FICHA DA IGREJA *****/
.menuInternoLateral[b-rfg07pka5q] {
    flex-direction: column;
    justify-content: center;
}

    .menuInternoLateral .nav-link[b-rfg07pka5q] {
        font-size: 1.4em;
        border-radius: 0px 20px 20px 20px;
        border: solid 1px rgba(0,0,0,0.08);
        background: rgb(222,235,219);
        background: linear-gradient(0deg, rgba(222,235,219,1) 0%, rgba(255,255,255,1) 100%);
        margin-bottom: 10px;
    }

        .menuInternoLateral .nav-link.active[b-rfg07pka5q] {
            background: var(--bs-verdeClaro);
            font-weight: 600;
        }

@media(max-width: 991px) {
    .menuInternoLateral[b-rfg07pka5q] {
        flex-direction: inherit;
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: solid 1px #ddd;
    }
}
/* _content/Igreja.Site/Areas/Admin/Views/Ministerios/CadastrarEditarMinisterio.cshtml.rz.scp.css */
/***** BOTAO ON/OFF DE SOCIEDADES E MINISTERIOS *****/
/* The switch - the box around the slider */
.switch[b-rf80muguyk] {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 28px;
    vertical-align: middle;
}
    /* Hide default HTML checkbox */
    .switch input[b-rf80muguyk] {
        display: none;
    }
/* The slider */
.slider[b-rf80muguyk] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider[b-rf80muguyk]:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input.verde:checked + .slider[b-rf80muguyk] {
    background-color: #8bc34a;
}

input:focus + .slider[b-rf80muguyk] {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider[b-rf80muguyk]:before {
    -webkit-transform: translateX(32px);
    -ms-transform: translateX(32px);
    transform: translateX(32px);
}
/* Rounded sliders */
.slider.round[b-rf80muguyk] {
    border-radius: 28px;
}

    .slider.round[b-rf80muguyk]:before {
        border-radius: 50%;
    }

/***** PADRAO DE TABELA *****/
.boxFiltro .row div:first-child[b-rf80muguyk] {
    display: none;
}

.boxFiltro button[b-rf80muguyk] {
    width: 100%;
    margin-bottom: 5px;
}

    .boxFiltro button#fecharFiltro[b-rf80muguyk] {
        display: none;
    }

table[b-rf80muguyk] {
    font-size: 1.4em;
    border-bottom: solid 1px #ddd;
}

thead tr[b-rf80muguyk] {
    background: #D1E7DD;
    color: var(--bs-verdeEscuro);
}

    thead tr th[b-rf80muguyk] {
        font-weight: 800;
        vertical-align: middle;
    }

        thead tr th:first-child[b-rf80muguyk], tbody tr th:first-child[b-rf80muguyk] {
            background: rgba(0,0,0,.05);
            vertical-align: middle;
        }

table tr td[b-rf80muguyk] {
    line-height: 1em;
    vertical-align: middle;
}

table tbody td:last-child a[b-rf80muguyk] {
    font-size: 16px;
}

table tbody .destaque[b-rf80muguyk] {
    background: rgba(254, 237, 186,.5);
}

.pagination[b-rf80muguyk] {
    margin-bottom: 20px;
}

    .pagination .page-item:first-child .page-link[b-rf80muguyk], .pagination .page-item:last-child .page-link[b-rf80muguyk] {
        background: var(--bs-verde);
        color: #fff;
    }

    .pagination .page-item .page-link[b-rf80muguyk] {
        color: var(--bs-verde);
    }

    .pagination .page-item.disabled .page-link[b-rf80muguyk] {
        background: #f4f4f4;
        color: #ccc;
    }

@media(max-width: 767px) {
    .boxFiltro .row div[b-rf80muguyk] {
        display: none;
    }

        .boxFiltro .row div:first-child[b-rf80muguyk] {
            display: block;
        }

    .boxFiltro button#fecharFiltro[b-rf80muguyk] {
        display: block;
    }
}
/* _content/Igreja.Site/Areas/Admin/Views/Pagamentos/Pagamentos.cshtml.rz.scp.css */
tbody:not(:empty) ~ tfoot[b-b62ftiqo52] {
    display: none;
}

tbody tr td:last-child div[b-b62ftiqo52] {
    display: flex;
}

tbody tr td:last-child div a:last-child[b-b62ftiqo52] {
    margin-left: 10px;
}
/* _content/Igreja.Site/Areas/Admin/Views/Sociedades/CadastrarEditarSociedade.cshtml.rz.scp.css */
/***** BOTAO ON/OFF DE SOCIEDADES E MINISTERIOS *****/
/* The switch - the box around the slider */
.switch[b-bfd9wsjszw] {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 28px;
    vertical-align: middle;
}
    /* Hide default HTML checkbox */
    .switch input[b-bfd9wsjszw] {
        display: none;
    }
/* The slider */
.slider[b-bfd9wsjszw] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider[b-bfd9wsjszw]:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input.verde:checked + .slider[b-bfd9wsjszw] {
    background-color: #8bc34a;
}

input:focus + .slider[b-bfd9wsjszw] {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider[b-bfd9wsjszw]:before {
    -webkit-transform: translateX(32px);
    -ms-transform: translateX(32px);
    transform: translateX(32px);
}
/* Rounded sliders */
.slider.round[b-bfd9wsjszw] {
    border-radius: 28px;
}

    .slider.round[b-bfd9wsjszw]:before {
        border-radius: 50%;
    }

/***** PADRAO DE TABELA *****/
.boxFiltro .row div:first-child[b-bfd9wsjszw] {
    display: none;
}

.boxFiltro button[b-bfd9wsjszw] {
    width: 100%;
    margin-bottom: 5px;
}

    .boxFiltro button#fecharFiltro[b-bfd9wsjszw] {
        display: none;
    }

table[b-bfd9wsjszw] {
    font-size: 1.4em;
    border-bottom: solid 1px #ddd;
}

thead tr[b-bfd9wsjszw] {
    background: #D1E7DD;
    color: var(--bs-verdeEscuro);
}

    thead tr th[b-bfd9wsjszw] {
        font-weight: 800;
        vertical-align: middle;
    }

        thead tr th:first-child[b-bfd9wsjszw], tbody tr th:first-child[b-bfd9wsjszw] {
            background: rgba(0,0,0,.05);
            vertical-align: middle;
        }

table tr td[b-bfd9wsjszw] {
    line-height: 1em;
    vertical-align: middle;
}

table tbody td:last-child a[b-bfd9wsjszw] {
    font-size: 16px;
}

table tbody .destaque[b-bfd9wsjszw] {
    background: rgba(254, 237, 186,.5);
}

.pagination[b-bfd9wsjszw] {
    margin-bottom: 20px;
}

    .pagination .page-item:first-child .page-link[b-bfd9wsjszw], .pagination .page-item:last-child .page-link[b-bfd9wsjszw] {
        background: var(--bs-verde);
        color: #fff;
    }

    .pagination .page-item .page-link[b-bfd9wsjszw] {
        color: var(--bs-verde);
    }

    .pagination .page-item.disabled .page-link[b-bfd9wsjszw] {
        background: #f4f4f4;
        color: #ccc;
    }

@media(max-width: 767px) {
    .boxFiltro .row div[b-bfd9wsjszw] {
        display: none;
    }

        .boxFiltro .row div:first-child[b-bfd9wsjszw] {
            display: block;
        }

    .boxFiltro button#fecharFiltro[b-bfd9wsjszw] {
        display: block;
    }
}
/* _content/Igreja.Site/Areas/Apecom/Views/Configuracoes/Configuracoes.cshtml.rz.scp.css */
label.error[b-efs8ex8eyq] {
    width: 100%;
    margin-top: 5px;
}

input.error ~ .suggestion[b-efs8ex8eyq] {
    display: none;
}

.suggestion[b-efs8ex8eyq] {
    color: blue;
    width: 100%;
    margin-top: 5px;
}
/* _content/Igreja.Site/Areas/Apecom/Views/ContasReceber/DetalhesIgreja.cshtml.rz.scp.css */
.fichaIgreja h2[b-axf7k0aquk] {
    font-weight: 700;
    color: var(--bs-verde);
    font-size: 1.8em;
}

.fichaIgreja table[b-axf7k0aquk] {
    border: none;
    width: 100%;
    border: solid 1px #ddd;
}

    .fichaIgreja table th[b-axf7k0aquk], .fichaIgreja table td[b-axf7k0aquk] {
        padding: 10px;
        border-bottom: solid 1px #ddd;
    }

.statusIgreja table[b-axf7k0aquk] {
    width: 100%;
}

    .statusIgreja table thead td[b-axf7k0aquk] {
        font-weight: 800;
    }

    .statusIgreja table th[b-axf7k0aquk], .statusIgreja table td[b-axf7k0aquk] {
        padding: 10px;
    }

    .statusIgreja table tbody th[b-axf7k0aquk] {
        font-weight: 800;
    }
/* _content/Igreja.Site/Areas/Apecom/Views/ContasReceber/ListarContasReceber.cshtml.rz.scp.css */
.boxDados li[b-89rxzgzciw] {
    width: 170px;
}

#abasControle[b-89rxzgzciw] {
    font-size: 1.4em;
    margin-bottom: 15px;
    gap: 3px;
    border-bottom: solid 1px #ccc;
    position: relative;
}

    #abasControle .nav-link[b-89rxzgzciw] {
        background: #eee;
        color: #666;
        border-bottom: solid 1px #ccc;
        width: 220px;
    }

        #abasControle .nav-link.active[b-89rxzgzciw] {
            font-weight: 600;
            color: #fff;
            background: var(--bs-verdeClaro);
        }

    #abasControle li:nth-child(2) .nav-link.active[b-89rxzgzciw] {
        background: var(--bs-laranja);
    }

    #abasControle li:nth-child(3) .nav-link.active[b-89rxzgzciw] {
        background: red;
        border-bottom: solid 1px red;
    }

    #abasControle .contadorGeral[b-89rxzgzciw] {
        position: absolute;
        right: 0;
        font-size: 1em;
        margin-top: 8px;
        z-index: 1;
    }

td.valor[b-89rxzgzciw], th.valor[b-89rxzgzciw] {
    width: 90px;
    text-align: end;
}

.modal tr[b-89rxzgzciw] {
    width: 100%;
}

.modal .tbody td:nth-child(0)[b-89rxzgzciw] {
    width: 30%;
}

.modal .tbody td:nth-child(1)[b-89rxzgzciw] {
    width: 70%;
}

#lista-de-titulos tbody:not(:empty) ~ tfoot .sem-titulos[b-89rxzgzciw] {
    display: none;
}

#lista-de-titulos tbody:empty ~ tfoot .com-titulos[b-89rxzgzciw] {
    display: none;
}
/* _content/Igreja.Site/Areas/Apecom/Views/ContratosReceber/ContratoNaoRenovado.cshtml.rz.scp.css */
.fichaIgreja h2[b-1h18afo7xz] {
    font-weight: 700;
    color: var(--bs-verde);
    font-size: 1.8em;
}

.fichaIgreja table[b-1h18afo7xz] {
    border: none;
    width: 100%;
    border: solid 1px #ddd;
}

    .fichaIgreja table th[b-1h18afo7xz], .fichaIgreja table td[b-1h18afo7xz] {
        padding: 10px;
        border-bottom: solid 1px #ddd;
    }

.statusIgreja table[b-1h18afo7xz] {
    width: 100%;
}

    .statusIgreja table thead td[b-1h18afo7xz] {
        font-weight: 800;
    }

    .statusIgreja table th[b-1h18afo7xz], .statusIgreja table td[b-1h18afo7xz] {
        padding: 10px;
    }

    .statusIgreja table tbody th[b-1h18afo7xz] {
        font-weight: 800;
    }
/* _content/Igreja.Site/Areas/Apecom/Views/ContratosReceber/DetalhesIgreja.cshtml.rz.scp.css */
.fichaIgreja h2[b-f3amea5ui8] {
    font-weight: 700;
    color: var(--bs-verde);
    font-size: 1.8em;
}

.fichaIgreja table[b-f3amea5ui8] {
    border: none;
    width: 100%;
    border: solid 1px #ddd;
}

    .fichaIgreja table th[b-f3amea5ui8], .fichaIgreja table td[b-f3amea5ui8] {
        padding: 10px;
        border-bottom: solid 1px #ddd;
    }

.statusIgreja table[b-f3amea5ui8] {
    width: 100%;
}

    .statusIgreja table thead td[b-f3amea5ui8] {
        font-weight: 800;
    }

    .statusIgreja table th[b-f3amea5ui8], .statusIgreja table td[b-f3amea5ui8] {
        padding: 10px;
    }

    .statusIgreja table tbody th[b-f3amea5ui8] {
        font-weight: 800;
    }
/* _content/Igreja.Site/Areas/Apecom/Views/ContratosReceber/ListarContratosReceber.cshtml.rz.scp.css */
.boxDados li[b-tv3gxach0p] {
    width: 170px;
}

#abasControle[b-tv3gxach0p] {
    font-size: 1.4em;
    margin-bottom: 15px;
    gap: 3px;
    border-bottom: solid 1px #ccc;
    position: relative;
}

    #abasControle .nav-link[b-tv3gxach0p] {
        background: #eee;
        color: #666;
        border-bottom: solid 1px #ccc;
        width: 220px;
    }

        #abasControle .nav-link.active[b-tv3gxach0p] {
            font-weight: 600;
            color: #fff;
            background: var(--bs-verdeClaro);
        }

    #abasControle li:nth-child(2) .nav-link.active[b-tv3gxach0p] {
        background: var(--bs-laranja);
    }

    #abasControle li:nth-child(3) .nav-link.active[b-tv3gxach0p] {
        background: red;
        border-bottom: solid 1px red;
    }

    #abasControle .contadorGeral[b-tv3gxach0p] {
        position: absolute;
        right: 0;
        font-size: 1em;
        margin-top: 8px;
        z-index: 1;
    }

td.valor[b-tv3gxach0p], th.valor[b-tv3gxach0p] {
    width: 90px;
    text-align: end;
}

.modal tr[b-tv3gxach0p] {
    width: 100%;
}

.modal .tbody td:nth-child(0)[b-tv3gxach0p] {
    width: 30%;
}

.modal .tbody td:nth-child(1)[b-tv3gxach0p] {
    width: 70%;
}

#lista-de-contratos tbody:not(:empty) ~ tfoot .sem-titulos[b-tv3gxach0p] {
    display: none;
}

#lista-de-contratos tbody:empty ~ tfoot .com-titulos[b-tv3gxach0p] {
    display: none;
}
/* _content/Igreja.Site/Areas/Apecom/Views/ContratosReceber/RenovarContratoReceber.cshtml.rz.scp.css */
.fichaIgreja h2[b-nctzfwkafz] {
    font-weight: 700;
    color: var(--bs-verde);
    font-size: 1.8em;
}

.fichaIgreja table[b-nctzfwkafz] {
    border: none;
    width: 100%;
    border: solid 1px #ddd;
}

    .fichaIgreja table th[b-nctzfwkafz], .fichaIgreja table td[b-nctzfwkafz] {
        padding: 10px;
        border-bottom: solid 1px #ddd;
    }

.statusIgreja table[b-nctzfwkafz] {
    width: 100%;
}

    .statusIgreja table thead td[b-nctzfwkafz] {
        font-weight: 800;
    }

    .statusIgreja table th[b-nctzfwkafz], .statusIgreja table td[b-nctzfwkafz] {
        padding: 10px;
    }

    .statusIgreja table tbody th[b-nctzfwkafz] {
        font-weight: 800;
    }
/* _content/Igreja.Site/Areas/Apecom/Views/ControleIgrejas/AlterarCandidata.cshtml.rz.scp.css */
.fichaIgreja h2[b-utt82mujd4] {
    font-weight: 700;
    color: var(--bs-verde);
    font-size: 1.8em;
}

.fichaIgreja table[b-utt82mujd4] {
    border: none;
    width: 100%;
    border: solid 1px #ddd;
}

    .fichaIgreja table th[b-utt82mujd4], .fichaIgreja table td[b-utt82mujd4] {
        padding: 10px;
        border-bottom: solid 1px #ddd;
    }

.statusIgreja table[b-utt82mujd4] {
    width: 100%;
}

    .statusIgreja table thead td[b-utt82mujd4] {
        font-weight: 800;
    }

    .statusIgreja table th[b-utt82mujd4], .statusIgreja table td[b-utt82mujd4] {
        padding: 10px;
    }

    .statusIgreja table tbody th[b-utt82mujd4] {
        font-weight: 800;
    }
/* _content/Igreja.Site/Areas/Apecom/Views/ControleIgrejas/DetalhesIgreja.cshtml.rz.scp.css */
.fichaIgreja h2[b-beui0ce2bl] {
    font-weight: 700;
    color: var(--bs-verde);
    font-size: 1.8em;
}

.fichaIgreja table[b-beui0ce2bl] {
    border: none;
    width: 100%;
    border: solid 1px #ddd;
}

    .fichaIgreja table th[b-beui0ce2bl], .fichaIgreja table td[b-beui0ce2bl] {
        padding: 10px;
        border-bottom: solid 1px #ddd;
    }

.statusIgreja table[b-beui0ce2bl] {
    width: 100%;
}

    .statusIgreja table thead td[b-beui0ce2bl] {
        font-weight: 800;
    }

    .statusIgreja table th[b-beui0ce2bl], .statusIgreja table td[b-beui0ce2bl] {
        padding: 10px;
    }

    .statusIgreja table tbody th[b-beui0ce2bl] {
        font-weight: 800;
    }
/* _content/Igreja.Site/Areas/Apecom/Views/ControleIgrejas/ListarIgrejas.cshtml.rz.scp.css */
.boxDados li[b-z3nrqluavs] {
    width: 170px;
}

#abasControle[b-z3nrqluavs] {
    font-size: 1.4em;
    margin-bottom: 15px;
    gap: 3px;
    border-bottom: solid 1px #ccc;
    position: relative;
}

    #abasControle .nav-link[b-z3nrqluavs] {
        background: #eee;
        color: #666;
        border-bottom: solid 1px #ccc;
        width: 220px;
    }

        #abasControle .nav-link.active[b-z3nrqluavs] {
            font-weight: 600;
            color: #fff;
            background: var(--bs-verdeClaro);
        }

    #abasControle li:nth-child(1) .nav-link.active[b-z3nrqluavs] {
        background: var(--bs-verdeEscuro);
    }

    #abasControle li:nth-child(2) .nav-link.active[b-z3nrqluavs] {
        background: var(--bs-verde);
    }

    #abasControle li:nth-child(3) .nav-link.active[b-z3nrqluavs] {
        background: var(--bs-laranja);
    }

    #abasControle li:nth-child(4) .nav-link.active[b-z3nrqluavs] {
        background: red;
        border-bottom: solid 1px red;
    }

    #abasControle .contadorGeral[b-z3nrqluavs] {
        position: absolute;
        right: 0;
        font-size: 1em;
        margin-top: 8px;
        z-index: 1;
    }
/* _content/Igreja.Site/Areas/Apecom/Views/Dashboard/Dashboard.cshtml.rz.scp.css */
/***** PAGINA DE DASHBOARD *****/
.dashboard .linksRapidos a[b-8n5z41rhth] {
    display: block;
    background: var(--bs-verde);
    padding: 10px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-size: 1.4em;
    margin-bottom: 5px;
}

    .dashboard .linksRapidos a:hover[b-8n5z41rhth] {
        background: var(--bs-verdeClaro);
        text-decoration: none;
    }

.dashboard .dadosGerais[b-8n5z41rhth] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    margin-bottom: 20px;
}

    .dashboard .dadosGerais li[b-8n5z41rhth] {
        flex: calc(20% - 8px) 0 0;
        text-align: center;
        color: #fff;
        -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.05);
        -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.05);
        box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.05);
        border-radius: 20px;
        padding: 20px;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    }

        .dashboard .dadosGerais li:nth-child(1)[b-8n5z41rhth] {
            background: #EA597A;
        }

        .dashboard .dadosGerais li:nth-child(2)[b-8n5z41rhth] {
            background: #727CF5;
        }

        .dashboard .dadosGerais li:nth-child(3)[b-8n5z41rhth] {
            background: #F6BB33;
        }

        .dashboard .dadosGerais li:nth-child(4)[b-8n5z41rhth] {
            background: #4CB0D2;
        }

        .dashboard .dadosGerais li:nth-child(5)[b-8n5z41rhth] {
            background: #6C757D;
        }

        .dashboard .dadosGerais li b[b-8n5z41rhth] {
            display: block;
            font-size: 3em;
            font-weight: 800;
        }

@media(max-width: 991px) {
    .dashboard .dadosGerais li[b-8n5z41rhth] {
        flex: calc(50% - 8px) 0 0;
    }
}

.dashboard .boxConteudo .foto[b-8n5z41rhth] {
    position: relative;
    margin-bottom: 15px;
}

    .dashboard .boxConteudo .foto img[b-8n5z41rhth] {
        border-radius: 20px;
    }

    .dashboard .boxConteudo .foto span[b-8n5z41rhth] {
        position: absolute;
        display: inline-block;
        border-radius: 5px;
        background: var(--bs-verdeEscuro);
        color: #fff;
        right: 15px;
        top: 15px;
        padding: 10px;
        text-align: center;
        font-size: 1.4em;
        line-height: 1em;
    }
/* _content/Igreja.Site/Areas/Apecom/Views/Home/Login.cshtml.rz.scp.css */
/***** TELA DE LOGIN *****/
.login #reCAPTCHA div[b-19753epas0] {
    margin: 0 auto;
}

.login button[b-19753epas0] {
    margin-top: 25px;
}

.login[b-19753epas0] {
    height: 100vh;
    padding: 40px 0;
}

    .login[b-19753epas0]:after {
        content: " ";
        display: block;
        width: 100vw;
        height: 100vh;
        background: url("/img/bg_login.jpg") center center no-repeat;
        background-size: cover;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .login .bg[b-19753epas0] {
        height: 100%;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

        .login .bg > div[b-19753epas0] {
            flex: 0 0 50%;
            padding: 20px;
        }

            .login .bg > div.texto[b-19753epas0] {
                color: #fff;
            }

                .login .bg > div.texto h1[b-19753epas0] {
                    font-size: 4em;
                    font-weight: 800;
                    margin-bottom: 10px;
                    text-transform: uppercase;
                    text-shadow: 2px 2px 10px rgba(0,0,0,0.2);
                    color: var(--bs-verdeClaro);
                }

                .login .bg > div.texto h1[b-19753epas0], .login .bg > div.texto p[b-19753epas0] {
                    max-width: 400px;
                    margin: 0 auto;
                }

            .login .bg > div .box[b-19753epas0] {
                background: #fff;
                max-width: 500px;
                border-radius: 30px;
                padding: 30px;
                margin: 0 auto;
                -webkit-box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.5);
                -moz-box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.5);
                text-align: center;
            }

            .login .bg > div form[b-19753epas0] {
                background: rgba(0,0,0,.05);
                padding: 20px;
                margin: 20px auto;
                border-radius: 20px;
            }

                .login .bg > div form input[b-19753epas0] {
                    text-align: center;
                }

            .login .bg > div #esqueceu[b-19753epas0] {
                display: none;
                margin-top: 20px;
                padding-top: 20px;
                border-top: solid 1px #eee;
            }

            .login .bg > div a[b-19753epas0] {
                text-decoration: none;
            }

            .login .bg > div #esqueceu a[b-19753epas0] {
                font-size: 1.4em;
            }

            .login .bg > div .copy[b-19753epas0] {
                text-align: center;
                color: #fff;
                margin-top: 15px;
                font-size: 1.4em;
                text-shadow: 2px 2px 10px rgba(0,0,0,0.2);
                font-style: italic;
            }

                .login .bg > div .copy a[b-19753epas0] {
                    color: #FDDF33;
                }

#emailEnviado[b-19753epas0] {
    display: none;
    margin-top: 20px;
    padding-top: 20px;
    border-top: solid 1px #eee;
}

@media(max-width: 991px) {
    .login[b-19753epas0]:after {
        background-position: left top;
        background-size: 200%;
    }

    .login .bg[b-19753epas0] {
        display: block;
    }
}

@media(max-width: 576px) {
    .login .bg > div.texto h1[b-19753epas0] {
        font-size: 2.8em;
    }
}
/* _content/Igreja.Site/Views/Agenda/Agenda.cshtml.rz.scp.css */
#calendar[b-qokkddaea4] {
    font-size: 16px;
}

    #calendar .fc-toolbar-title[b-qokkddaea4] {
        font-weight: 800;
    }

    #calendar .fc-col-header th[b-qokkddaea4] {
        background: #4DA186;
    }

    #calendar td.fc-daygrid-day[b-qokkddaea4], #calendar .fc-col-header-cell[b-qokkddaea4] {
        border: 1px solid #4DA186;
    }

    #calendar .fc-day-other[b-qokkddaea4] {
        background: #eee;
    }

    #calendar .fc-scrollgrid-liquid[b-qokkddaea4] {
        border: 1px solid #4DA186;
    }

    #calendar .fc-col-header th a[b-qokkddaea4] {
        color: #fff;
        display: block;
    }

    #calendar .fc-col-header th:hover[b-qokkddaea4] {
        background: #0D5131;
    }

    #calendar .fc-prevYear-button[b-qokkddaea4], #calendar .fc-prev-button[b-qokkddaea4], #calendar .fc-next-button[b-qokkddaea4], #calendar .fc-nextYear-button[b-qokkddaea4] {
        background: #FEEDBA;
        border: none;
        color: #dfaf1f;
    }

        #calendar .fc-prevYear-button:hover[b-qokkddaea4], #calendar .fc-prev-button:hover[b-qokkddaea4], #calendar .fc-next-button:hover[b-qokkddaea4], #calendar .fc-nextYear-button:hover[b-qokkddaea4] {
            background-color: #ffe189;
        }

    #calendar h2.fc-toolbar-title[b-qokkddaea4] {
        color: #333;
        letter-spacing: -1px;
        text-transform: uppercase;
    }

@media(max-width: 991px) {
    #calendar[b-qokkddaea4] {
        font-size: 14px;
    }
}

@media(max-width: 576px) {
    #calendar[b-qokkddaea4] {
        font-size: 12px;
    }
}
/* _content/Igreja.Site/Views/Boletins/Boletins.cshtml.rz.scp.css */
.interna.boletins .filtro[b-ln06nua7fz] {
    margin-bottom: 30px;
    border-radius: 0 20px 20px 20px;
    background: #f9f9f9;
    padding: 15px 25px;
}

    .interna.boletins .filtro h4[b-ln06nua7fz] {
        text-transform: uppercase;
        color: #aaa;
        font-size: 1.6em;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

    .interna.boletins .filtro input[b-ln06nua7fz], .interna.boletins .filtro select[b-ln06nua7fz] {
        font-size: 1.6em;
        padding: 10px;
        width: 100%;
        border: solid 1px #eee;
        margin-bottom: 10px;
    }

    .interna.boletins .filtro button[b-ln06nua7fz] {
        display: block;
        width: 100%;
    }

.interna.boletins #listaBoletins[b-ln06nua7fz] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 45px;
}

    .interna.boletins #listaBoletins li[b-ln06nua7fz] {
        overflow: hidden;
        border-radius: 20px;
        border: solid 1px #eee;
        position: relative;
    }

        .interna.boletins #listaBoletins li img[b-ln06nua7fz] {
            object-fit: cover;
            object-position: top center;
            height: 300px;
            width: 100%;
        }

        .interna.boletins #listaBoletins li .info[b-ln06nua7fz] {
            padding: 25px 30px;
            margin-bottom: 50px;
            border-top: solid 2px #38AF00;
        }

        .interna.boletins #listaBoletins li .data[b-ln06nua7fz] {
            display: inline-block;
            padding: 2px 6px;
            border-radius: 5px;
            font-size: 1.4em;
            text-align: center;
            background: #38AF00;
            color: #fff;
            margin-top: -40px;
            position: absolute;
            z-index: 2;
        }

            .interna.boletins #listaBoletins li .data b[b-ln06nua7fz] {
                display: block;
                font-weight: 800;
                font-size: 3em;
                line-height: 1em;
                letter-spacing: -2px;
            }

        .interna.boletins #listaBoletins li h3[b-ln06nua7fz] {
            font-size: 2em;
            color: #2c8b6c;
            margin-bottom: 15px;
            font-weight: 800;
        }

        .interna.boletins #listaBoletins li a.btn[b-ln06nua7fz] {
            position: absolute;
            bottom: 20px;
        }

            .interna.boletins #listaBoletins li a.btn.visualizar[b-ln06nua7fz] {
                background: #2c8b6c;
                color: #fff;
                border-radius: 0 20px 20px 20px;
            }

                .interna.boletins #listaBoletins li a.btn.visualizar:hover[b-ln06nua7fz] {
                    color: #fff !important;
                    opacity: 0.7;
                }

        .interna.boletins #listaBoletins li > a[b-ln06nua7fz]:after {
            content: " ";
            display: block;
            width: 100%;
            position: absolute;
            z-index: 1;
            background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
            height: 100px;
            top: 200px;
        }

@media(max-width: 991px) {
    .interna.boletins #listaBoletins[b-ln06nua7fz] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 576px) {
    .interna.boletins #listaBoletins[b-ln06nua7fz] {
        grid-template-columns: repeat(1, 1fr);
    }
}
/* _content/Igreja.Site/Views/Contato/Contato.cshtml.rz.scp.css */
.interna.contato .formulario[b-f5ykw9rdpp] {
    background: #e7f4f2;
    padding: 30px;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 5px 3px 3px 0px rgba(0,0,0,0.05);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.05);
    border: solid 1px #fff;
    border-radius: 0 25px 25px 25px;
}

    .interna.contato .formulario h3[b-f5ykw9rdpp] {
        margin-bottom: 10px;
        text-transform: uppercase;
        letter-spacing: 3px;
        color: #999;
    }

    .interna.contato .formulario p[b-f5ykw9rdpp] {
        margin-bottom: 30px;
    }

    .interna.contato .formulario input[b-f5ykw9rdpp], .interna.contato .formulario select[b-f5ykw9rdpp], .interna.contato .formulario textarea[b-f5ykw9rdpp] {
        margin-bottom: 5px;
        border-radius: 0;
    }

    .interna.contato .formulario button[b-f5ykw9rdpp] {
        border-radius: 0;
        background: #255232;
        color: #fff;
        text-transform: uppercase;
        font-size: 1.6em;
        border: 0;
        margin-top: 20px;
    }

.interna.contato .informacoes > div[b-f5ykw9rdpp] {
    display: table;
    margin-bottom: 15px;
} 

.interna.contato .informacoes div div[b-f5ykw9rdpp] {
    position: relative;
    background: rgba(7, 50, 30,.85);
    border-radius: 0 40px 40px 40px;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 10%;
    overflow: hidden;
    color: #fff;
}

    .interna.contato .informacoes div div[b-f5ykw9rdpp]:after {
        position: absolute;
        width: 100%;
        height: 100%;
        content: " ";
        left: 0;
        top: 0;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        z-index: -1;
    }

.interna.contato .informacoes div:nth-child(1) div[b-f5ykw9rdpp]:after {
    background-image: url(https://cdn.pixabay.com/photo/2017/06/14/07/50/church-pews-2401405__340.jpg);
}

.interna.contato .informacoes div:nth-child(2) div[b-f5ykw9rdpp]:after {
    background-image: url(https://cdn.pixabay.com/photo/2017/10/12/22/17/business-2846221__340.jpg);
}

.interna.contato .informacoes div:nth-child(3) div[b-f5ykw9rdpp]:after {
    background-image: url(https://cdn.pixabay.com/photo/2017/11/17/09/37/businessman-2956974__340.jpg);
}

.interna.contato .informacoes svg[b-f5ykw9rdpp] {
    font-size: 3em;
    color: #38AF00;
    margin-bottom: 10px;
}

.interna.contato .informacoes h3[b-f5ykw9rdpp] {
    color: #38AF00;
    font-size: 2em;
    margin-bottom: 15px;
    display: block;
    font-weight: 800;
}

.interna.contato .informacoes div:first-child div a[b-f5ykw9rdpp] {
    font-size: 12px;
}

    .interna.contato .informacoes div:first-child div a:hover[b-f5ykw9rdpp] {
        background: #0D5131;
    }

.interna.contato .informacoes div:nth-child(3) div a[b-f5ykw9rdpp] {
    color: #fff;
    text-decoration: underline;
}

.interna.contato .informacoes div:hover div[b-f5ykw9rdpp] {
    background: rgba(0,0,0,.8);
}
/* _content/Igreja.Site/Views/Doutrina/Doutrina.cshtml.rz.scp.css */
.interna.doutrina .boxFullBG[b-mnx9mtc4ek] {
    padding: 100px 10%;
    margin-bottom: 0;
    -webkit-box-shadow: inset 5px 5px 35px 35px rgba(0,0,0,0.5);
    box-shadow: inset 5px 5px 35px 35px rgba(0,0,0,0.5);
}

    .interna.doutrina .boxFullBG h2[b-mnx9mtc4ek] {
        color: #38AF00;
    }

    .interna.doutrina .boxFullBG[b-mnx9mtc4ek]:after {
        background-image: url('/img/bg_doutrina.jpg');
    }

.interna.doutrina .estudos[b-mnx9mtc4ek] {
    background: #e7f4f2;
    padding-top: 100px;
    padding-bottom: 100px;
}

    .interna.doutrina .estudos h2[b-mnx9mtc4ek] {
        color: #0D5131;
    }

    .interna.doutrina .estudos p[b-mnx9mtc4ek] {
        margin-bottom: 40px;
    }

    .interna.doutrina .estudos .box[b-mnx9mtc4ek] {
        background: #fff;
        padding: 35px;
        border-radius: 0 20px 20px 20px;
        -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
        box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
    }

        .interna.doutrina .estudos .box svg[b-mnx9mtc4ek] {
            margin-bottom: 10px;
            color: #4DA186;
            border: solid 2px #4DA186;
            border-radius: 100%;
            width: 80px;
            height: 80px;
            padding: 5%;
        }

        .interna.doutrina .estudos .box h3[b-mnx9mtc4ek] {
            font-size: 2em;
        }
/* _content/Igreja.Site/Views/Home/Index.cshtml.rz.scp.css */
section#radio-ipb[b-msskgriz3p] {
    margin-top: 20px;
}

#boxPlayerRadio[b-msskgriz3p] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #414571;
    border-radius: 100px;
    padding: 5px 30px;
    font-family: "Roboto", "Oepn Sans", Helvetica, Arial, sans-serif;
    gap: 20px;
}

    #boxPlayerRadio img[b-msskgriz3p] {
        height: 40px;
    }

    #boxPlayerRadio p[b-msskgriz3p] {
        margin: 0;
        line-height: 1em;
    }

    #boxPlayerRadio .titulo[b-msskgriz3p] {
        color: #bcef23;
        font-size: 16px;
        font-weight: 800;
        line-height: 1em;
    }

    #boxPlayerRadio .texto[b-msskgriz3p] {
        color: #fff;
        font-size: 12px;
    }

@media screen and (max-width: 991px) {
    .playerRadioIPB p[b-msskgriz3p] {
        font-size: 18px;
    }
}

@media screen and (max-width: 600px) {
    #boxPlayerRadio[b-msskgriz3p] {
        flex-direction: column;
        gap: 5px;
        padding: 10px 20px;
        border-radius: 20px;
    }

        #boxPlayerRadio .texto[b-msskgriz3p] {
            text-align: center;
        }

        #boxPlayerRadio #playerRadioIPB[b-msskgriz3p] {
            width: 80%;
        }
}
/* _content/Igreja.Site/Views/Home2/Index.cshtml.rz.scp.css */
section#radio-ipb[b-e4of1nerpa] {
    margin-top: 20px;
}

#boxPlayerRadio[b-e4of1nerpa] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #414571;
    border-radius: 100px;
    padding: 5px 30px;
    font-family: "Roboto", "Oepn Sans", Helvetica, Arial, sans-serif;
    gap: 20px;
}

    #boxPlayerRadio img[b-e4of1nerpa] {
        height: 40px;
    }

    #boxPlayerRadio p[b-e4of1nerpa] {
        margin: 0;
        line-height: 1em;
    }

    #boxPlayerRadio .titulo[b-e4of1nerpa] {
        color: #bcef23;
        font-size: 16px;
        font-weight: 800;
        line-height: 1em;
    }

    #boxPlayerRadio .texto[b-e4of1nerpa] {
        color: #fff;
        font-size: 12px;
    }

@media screen and (max-width: 991px) {
    .playerRadioIPB p[b-e4of1nerpa] {
        font-size: 18px;
    }
}

@media screen and (max-width: 600px) {
    #boxPlayerRadio[b-e4of1nerpa] {
        flex-direction: column;
        gap: 5px;
        padding: 10px 20px;
        border-radius: 20px;
    }

        #boxPlayerRadio .texto[b-e4of1nerpa] {
            text-align: center;
        }

        #boxPlayerRadio #playerRadioIPB[b-e4of1nerpa] {
            width: 80%;
        }
}
/* _content/Igreja.Site/Views/Localizacao/Localizacao.cshtml.rz.scp.css */
/******  AREA INTERNA DE LOCALIZACAO  ******/
.interna.localizacao[b-uhrnesl2ps] {
    padding-top: 0;
}

    .interna.localizacao iframe[b-uhrnesl2ps] {
        width: 100% !important;
        height: 500px;
        margin-bottom: 40px;
    }

    .interna.localizacao .endereco[b-uhrnesl2ps] {
        border-radius: 0 20px 20px 20px;
        overflow: hidden;
        margin-bottom: 35px;
        -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
        box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
    }

        .interna.localizacao .endereco div:first-child[b-uhrnesl2ps] {
            padding: 0;
        }

            .interna.localizacao .endereco div:first-child img[b-uhrnesl2ps] {
                padding: 0;
                object-fit: cover;
                object-position: center;
                height: 100%;
            }

        .interna.localizacao .endereco div:last-child[b-uhrnesl2ps] {
            padding: 40px;
            background: #0D5131;
            color: #fff;
        }

        .interna.localizacao .endereco h2[b-uhrnesl2ps] {
            font-size: 2em;
            font-weight: 800;
            color: rgba(56, 175, 0,1);
            text-transform: uppercase;
            margin-bottom: 20px;
        }

        .interna.localizacao .endereco .btn.setaBtn[b-uhrnesl2ps] {
            background: rgba(56, 175, 0,.7);
        }

            .interna.localizacao .endereco .btn.setaBtn:hover[b-uhrnesl2ps] {
                opacity: 0.9;
            }

@media(max-width: 576px) {
    .interna.localizacao .endereco[b-uhrnesl2ps] {
        margin: 15px;
        margin-top: 0;
    }
}
/* _content/Igreja.Site/Views/SobreIgreja/SobreIgreja.cshtml.rz.scp.css */
/******  AREA INTERNA SOBRE A IGREJA  ******/
#barraInstitucional[b-funr17q8ug] {
    margin-top: 70px;
}

    #barraInstitucional .box[b-funr17q8ug] {
        background: rgba(21, 105, 65,.05);
        padding: 30px;
        padding-top: 40px;
        text-align: center;
        border-radius: 0 20px 20px 20px;
        position: relative;
    }

        #barraInstitucional .box[b-funr17q8ug]:before {
            position: absolute;
            left: 50%;
            top: -30px;
            margin-left: -30px;
            display: block;
            width: 60px;
            height: 60px;
            line-height: 60px;
            font-size: 30px;
            text-align: center;
            content: " ";
            background-color: #38AF00;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: 40px;
            border-radius: 100%;
            color: #fff;
        }

    #barraInstitucional div:nth-child(1) .box[b-funr17q8ug]:before {
        background-image: url(/img/ico_cruzCoracao.png);
    }

    #barraInstitucional div:nth-child(2) .box[b-funr17q8ug]:before {
        background-image: url(/img/ico_visao.png);
    }

    #barraInstitucional div:nth-child(3) .box[b-funr17q8ug]:before {
        background-image: url(/img/ico_biblia.png);
    }

    #barraInstitucional h2[b-funr17q8ug] {
        font-size: 2.4em;
        font-weight: 800;
        margin-bottom: 10px;
        color: #156941;
    }

#fotosSobre[b-funr17q8ug] {
    background: rgba(21, 105, 65,.05);
    padding: 100px 10%;
    margin: 60px 0;
    position: relative;
    -webkit-box-shadow: inset 5px 5px 35px 35px rgba(0,0,0,0.5);
    box-shadow: inset 5px 5px 35px -10px rgba(0,0,0,0.5);
}

    #fotosSobre h2[b-funr17q8ug] {
        color: #4DA186;
    }

    #fotosSobre[b-funr17q8ug]:after {
        content: " ";
        position: absolute;
        display: block;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background-repeat: no-repeat;
        background-position: center center;
        background-attachment: fixed;
        background-size: cover;
        background-image: url(https://cdn.pixabay.com/photo/2013/09/29/12/32/church-188087_960_720.jpg);
        z-index: -1;
        background-color: red;
        opacity: .05;
    }
/* _content/Igreja.Site/Views/SobrePastor/SobrePastor.cshtml.rz.scp.css */
.interna.pastor #fotoPastor[b-v1q45avugu] {
    border-radius: 0 20px 20px 20px;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 5px 3px 3px 0px rgba(0,0,0,0.1);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.1);
    margin-bottom: 40px;
}

.interna.pastor #sobre[b-v1q45avugu] {
    margin-bottom: 40px;
}

    .interna.pastor #sobre h2[b-v1q45avugu] {
        color: #156941;
        font-size: 3.6em;
        font-weight: 800;
        margin-bottom: 20px;
        border-bottom: solid 1px #eee;
        padding-bottom: 20px;
    }

        .interna.pastor #sobre h2 small[b-v1q45avugu] {
            display: block;
            font-size: 0.48em;
            color: #666;
            font-style: italic;
            line-height: 130%;
        }

    .interna.pastor #sobre hr[b-v1q45avugu] {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .interna.pastor #sobre .redessociais span[b-v1q45avugu] {
        font-size: 1.2em;
        margin-bottom: 10px;
        text-transform: uppercase;
        color: #666;
        display: block;
    }

    .interna.pastor #sobre .redessociais svg[b-v1q45avugu] {
        font-size: 3em;
        margin-right: 10px;
    }

.interna.pastor #mensagem[b-v1q45avugu] {
    background: rgba(0,0,0,.01);
    padding: 40px;
    border-radius: 0 20px 20px 20px;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
}

    .interna.pastor #mensagem svg[b-v1q45avugu] {
        font-size: 3em;
        color: #0D5131;
        margin-bottom: 5px;
    }

    .interna.pastor #mensagem h2[b-v1q45avugu] {
        color: #0D5131;
        font-size: 2.4em;
        font-weight: 800;
        margin-bottom: 20px;
    }

    .interna.pastor #mensagem p[b-v1q45avugu] {
        font-style: italic;
    }
/* _content/Igreja.Site/Views/Sociedade/Sociedade.cshtml.rz.scp.css */
.quadroSociedade[b-p748qbkk7g] {
    margin: 0;
    padding: 30px;
    padding-top: 0;
    border-radius: 0 40px 40px 40px;
    margin-top: 70px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
}

    .quadroSociedade img[b-p748qbkk7g] {
        margin-top: -50px;
    }

    .quadroSociedade h3[b-p748qbkk7g] {
        font-weight: 900;
        text-transform: uppercase;
        margin-bottom: 15px;
        border-radius: 0 20px 20px 20px;
        margin-top: -20px;
        color: #fff;
        display: inline-block;
        padding: 10px 15px;
    }

    .quadroSociedade p[b-p748qbkk7g] {
        margin-bottom: 20px;
        width: 90%;
    }

    .quadroSociedade a[b-p748qbkk7g] {
        display: inline-block;
        text-align: center;
        line-height: 100%;
        font-size: 16px;
        border-radius: 10px;
        background: #fff;
        padding: 5px 15px;
        margin-right: 5px;
        margin-bottom: 10px;
    }

    .quadroSociedade.upa[b-p748qbkk7g] {
        background: #fddb31;
        color: #333;
    }

    .quadroSociedade.upa h3[b-p748qbkk7g] {
        background: red;
    }

    .quadroSociedade.upa a[b-p748qbkk7g] {
        background: rgba(31, 67, 232,1);
        color: #fff;
    }

        .quadroSociedade.upa a:hover[b-p748qbkk7g] {
            color: #fff !important;
            background: rgba(31, 67, 232,.8);
        }

.quadroSociedade.ucp[b-p748qbkk7g] {
    background: #fddb31;
    color: #333;
}

    .quadroSociedade.ucp h3[b-p748qbkk7g] {
        background: #52b1de;
    }

    .quadroSociedade.ucp a[b-p748qbkk7g] {
        background: red;
        color: #fff;
    }

        .quadroSociedade.ucp a:hover[b-p748qbkk7g] {
            color: #fff !important;
            background: rgba(31, 67, 232,.8);
        }

.quadroSociedade.upa[b-p748qbkk7g] {
    background: #fddb31;
    color: #333;
}

    .quadroSociedade.upa h3[b-p748qbkk7g] {
        background: red;
    }

    .quadroSociedade.upa a[b-p748qbkk7g] {
        background: rgba(31, 67, 232,1);
        color: #fff;
    }

        .quadroSociedade.upa a:hover[b-p748qbkk7g] {
            color: #fff !important;
            background: rgba(31, 67, 232,.8);
        }

.quadroSociedade.ump[b-p748qbkk7g] {
    background: #0e335d;
    color: #fff;
}

    .quadroSociedade.ump h3[b-p748qbkk7g] {
        background: rgba(31, 67, 232,1);
    }

    .quadroSociedade.ump a[b-p748qbkk7g] {
        background: red;
        color: #fff;
    }

        .quadroSociedade.ump a:hover[b-p748qbkk7g] {
            color: #fff !important;
            background: rgba(31, 67, 232,.8);
        }

.quadroSociedade.saf[b-p748qbkk7g] {
    background: #f0e1ff;
    color: #333;
}

    .quadroSociedade.saf h3[b-p748qbkk7g] {
        background: #d8434c;
    }

    .quadroSociedade.saf a[b-p748qbkk7g] {
        background: #5e2d86;
        color: #fff;
    }

        .quadroSociedade.saf a:hover[b-p748qbkk7g] {
            color: #fff !important;
            background: rgba(31, 67, 232,.8);
        }

.quadroSociedade.uph[b-p748qbkk7g] {
    background: #eee;
    color: #333;
}

    .quadroSociedade.uph h3[b-p748qbkk7g] {
        background: #356c3f;
    }

    .quadroSociedade.uph a[b-p748qbkk7g] {
        background: #4da186;
        color: #fff;
    }

        .quadroSociedade.uph a:hover[b-p748qbkk7g] {
            color: #fff !important;
            background: rgba(31, 67, 232,.8);
        }

@media(max-width: 767px) {
    .quadroSociedade img[b-p748qbkk7g] {
        margin-top: 0;
    }
}
