* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

button {
    cursor: pointer;
}

/* header starts */

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 140px;
    background-color: #3F51B5;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

header img {
    height: 66px;
}

.logo-7me{
    width: 133px;
    height: 66px;
}

.div-header{
    width: 474px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.loading p {
    font-family: inter;
    color: #F4F4F6;
}

.loading p:nth-child(1) {
    font-weight: 400;
    font-size: 16px;
}
.loading p:nth-child(2) {
    font-weight: 700;
    font-size: 16px;
}

progress {
    width: 190px;                   
    height: 5px;                  
    border-radius: 6px; 
    background-color: rgba(196, 201, 232, 0.2);               
    appearance: none;             
}

/* Estilo para o fundo do progress bar no WebKit (Chrome, Safari) */
progress::-webkit-progress-bar {
    background-color: rgba(196, 201, 232, 0.2);
    border-radius: 6px;    

}

/* Estilo para a barra de progresso real (que mostra o valor) no WebKit */
progress::-webkit-progress-value {
    background-color: #D9D9D9;
    border-radius: 6px;
}

/* Estilo para o progress bar no Firefox */
progress::-moz-progress-bar {
    background-color: #D9D9D9;
    border-radius: 6px;  
}



/* header ends */

/* main starts */
main {
    flex: 1;
    /* height: 100vh; */
    background-color: #F4F4F6;
}

/* page one starts */
.main-container1,
.main-container7 {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.fade-background {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.div-data {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.div-data h4 {
    font-family: Inter !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    color: #6C7593 !important;
    margin-left: 8px !important;
}


.nome-igreja {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 30px;
}

.nome-igreja label {
    font: 600 20px inter;
    color: #3F51B5;
    margin: 0;
}

.level-up {
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.main-container1 p {
    font-size: 24px;
    font-style: normal;
    font-family: Inter;
    font-weight: 600;
    line-height: 28px;
    color: #1E3666;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 35px;
}


.blue-btn {
    background-color: #3F51B5;
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
    color: #FDFCFF;
    display: flex;
    font:500 18px inter;

    align-items: center;
    padding: 12px 18px;
    text-decoration: none;
}

.blue-btn img {
    margin-right: 10px;
    width: 23px;
    height: 26px;
}


#btn-dizimar-ofertar {
    color: #3F51B5;
    background-color: #E8EAF6;
}

#btn-dizimar-ofertar img {
    width: 39px;
    height: 20px;
}

.btn-dizimar-ofertar {
    color: #3F51B5;
    background-color: #E8EAF6;
}

.btn-dizimar-ofertar img {
    width: 39px;
    height: 20px;
}



.blue-btn:not(:first-child) {
    margin-top: 25px;
    /* Adapte conforme necessário */
}

.blue-btn img {
    margin-left: 5px;
}

/* page one ends */

/* page two starts */
.main-container2,
.main-container3,
.main-container4,
.main-container5,
.main-container6 {
    display: flex;
    justify-content: center;
    padding-top: 150px;
}

.flex {
    display: flex;
}

.card {
    width: 480px;
    /* height: 65vh; */
    background-color: white;
    border-radius: 10px;
    margin-top: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}

.card p {
    font-size: 18px;
    color: #6C7593;
}

/* search starts */
.search {
    display: flex;
    align-items: center;
    padding: 5px 0px 5px 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    width: 85%;
    background-color: #f8f8f8;
    margin: 20px 0;
}

.search input {
    border: none;
    padding: 5px 10px;
    width: 92%;
    background-color: transparent;
    outline: none;
}

.search input:focus {
    outline: none; 
}

.search img {
    margin-left: 5px; /* Adiciona um espaço entre o input e a imagem */
}



/* search ends */



.scroll,
.scroll2 {
    /* height: 500px; */
    width: 100%;
    padding-top: 10px;
    overflow: scroll;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.scroll::-webkit-scrollbar {
    display: none;
}

.card-in-card {
    display: flex;
    align-items: center;
    background-color: #f8f8f8;
    border-radius: 10px;
    width: 85%;
    height: 60px;
    padding: 10px 40px 10px 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.card-in-card img {
    background-color: #3F51B5;
    padding: 5px;
    border-radius: 10px;
    margin-right: 10px;
}

.card-in-card p {
    font-size: 14px;
}

/* page two ends */

/* page three starts */
.card-in-card2 {
    display: flex;
    align-items: center;
    width: 85%;
    height: 45px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.card-in-card2 p {
    font: 500 14px inter;
    color: #000000;
}

.dizimar-visitante{
    background-color: #F2F6FF;
}

.dizimar-visitante img{
    background-color: #3F51B5 !important;
}

.scroll2 {
    height: 100%;
    margin-bottom: 20px;
}

.scroll2::-webkit-scrollbar {
    display: none;
}

.card-in-card2 p {
    font-size: 14px;
    color: black;
}

.card-in-card2>img {
    border-radius: 50%;
    margin-right: 10px;
    height: 30px;
    width: 30px;
    padding: 3px;
    background-color: #78797e;
}

.light-btn {
    background-color: #E8EAF6;
    color: #3F51B5;
    border: none;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border-radius: 10px;
}



.buttons {
    display: flex;
}

.buttons button {
    margin-right: 10px;
}

/* page three ends */

/* page four starts */
.first {
    width: 85%;
    /* height: 80px; */
    background-color: #f8f8f8;
    border-radius: 10px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    padding: 10px;
    display: flex;
}

.first>img {
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.first div p:nth-child(1) {
    font: 500 16px inter;
    color: black;
}

.first div p:nth-child(2) {
    font: 400 14px inter;
}

.first div img {
    height: 15px;
    /* margin-right: 5px; */
}

.first div div {
    display: flex;
    align-items: flex-start;
}

.first div div label {
    font-size: 14px;
    color: #6C7593;
}

.second {
    margin-top: 10px;
    padding: 14px 0 20px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    width: 85%;
    display: flex;
    justify-content: space-between;
}

.second div p:nth-child(1) {
    font: 600 18px inter;
    color: #333;
    margin-bottom: 16px;
}

.second div p:nth-child(2),
.third div p:nth-child(2),
.fourth div p:nth-child(2),
.fifth div p:nth-child(2) {
    font: 400 14px inter;
    padding-right: 40px;
    color: #8F9BB3;
    margin-bottom: 5px;
}

.third div p:nth-child(1) {
    font: 600 18px inter;
    color: #ED8936;
    margin-bottom: 16px;
}

.fourth div p:nth-child(1) {
    font: 600 18px inter;
    color: #48BB78;
    margin-bottom: 16px;
}

.fifth div p:nth-child(1) {
    font: 600 18px inter;
    color: #FF3B3C;
    margin-bottom: 16px;
}

.third,
.fourth,
.fifth {
    display: flex;
    justify-content: space-between;
    width: 85%;
    padding: 14px 0 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.fifth {
    border-color: #3A38B5;
    margin-bottom: 30px;
}

/* swich starts */
.switch {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 20px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #E8EAF6;
    border: 1px solid #C4C7D4;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 2px;
    bottom: 1.5px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}


input:checked+.slider {
    background-color: #3F51B5;
    border-color: #1E3666;
}

input:focus+.slider {
    box-shadow: 0 0 1px #3F51B5;
}

input:checked+.slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

.termo-nome {
    color: #3A38B5;
    font-size: 16px;
}

.termo-titulo {
    color: #3A38B5;
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 20px;
}


.texto-termo {
    text-align: center;

}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* swich ends */
/* page four ends */

/* page fifth starts */
.comunhao {
    margin-top: 10px;
    padding: 20px 0 30px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    width: 85%;
    display: flex;
    justify-content: space-between;
}

.comunhao div p:nth-child(1),
.missao div p:nth-child(1),
.ensinando div p:nth-child(1),
.batizado div p:nth-child(1),
.discipulos div p:nth-child(1),
.temLicao div p:nth-child(1),
.aprendendo div p:nth-child(1) {
    font: 600 18px inter;
    color: #333333;
    margin-bottom: 9px;
}

.comunhao div p:nth-child(2),
.missao div p:nth-child(2),
.ensinando div p:nth-child(2),
.batizado div p:nth-child(2),
.discipulos div p:nth-child(2),
.temLicao div p:nth-child(2),
.aprendendo div p:nth-child(2) {
    font: 400 12px inter;
    color: #6C7593;
}

.missao,
.discipulos,
.batizado,
.ensinando,
.aprendendo,
.temLicao {
    display: flex;
    justify-content: space-between;
    width: 85%;
    padding: 20px 0px 30px 0;
    border-bottom: 0.5px solid #D3D3D3;
}

.missao{
    border-color: #3A38B5;
    margin-bottom: 30px;
}

.discipulos{
    border-bottom: 0.5px solid #D3D3D3;
}

.aprendendo div p:nth-child(1) {
    color: #3A38B5;
}

.temLicao {
    border: none;
}

.semanal,
.mensal,
.trimestral{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: 30px;
}

.trimestral{
    margin-top: 30px;
}

.mensal,
.trimestral{
    display: flex;
    padding: 0px 0px 20px;
    width: 85%;
    border-bottom: 0.5px solid #D3D3D3;
}

.semanal label,
.mensal label,
.trimestral label {
    font: 600 20px inter;
    color: #3A38B5;  
}


.icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 26px;
    width: 26px;
    background-color: #E8EAF6;
    color: #3F51B5;
    border-radius: 5px;
    margin-right: 10px;
}

/* page fifth ends */

/* last page starts */
.main-container7 img {
    margin-bottom: 20px;
}

#btn-dizimarFinal {
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}

#btn-dizimarFinal img {
    margin-bottom: 0;
    width: 39px;
    height: 20px;
}

.btn-dizimarFinal {
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}

.btn-dizimarFinal img {
    margin-bottom: 0;
    width: 39px;
    height: 20px;
}

#voltar05 {
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}

.main-container7 p {
    margin-bottom: 20px;
    width: 450px;
    text-align: center;
    font-size: 20px;
    color: #333333;
}

.main-container7 p span {
    color: #3A38B5;
    font-weight: bold;
}

.main-container7 button {
    margin-bottom: 30px;
}

/* last page ends */

/* main ends */

/* footer starts */
footer {
    /* position: absolute; */
    /* bottom: 0;
    left: 0;
    right: 0; */
    background-color: #FAFBFE;
    height: 60px;
    font-size: 14px;
    color: #98A6AD;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 100px;
    z-index: 5;
}

footer a {
    text-decoration: none;
    color: #98A6AD;
    margin-right: 30px;
}

/* footer starts */

.assinatura {
    display: none;
    gap: 10px;
    align-items: center;
    margin-left: 35px;
    margin-top: 12px;
}

.direction-div {
    flex-direction: column;
}

.btn-voltar {
    display: flex;
    padding: 4px 10px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 6px;
    border: none;
    color: #3A38B5;
    background: #E8EAF6;
    font: 500 14px inter;
}

.btn-avancar {
    display: flex;
    height: 32px;
    padding: 4px 10px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 6px;
    border: none;
    color: #ffffff;
    background: #3F51B5;
    font: 500 14px inter;
}

.div-icon-data {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 8px;
}

.assinatura p {
    margin-bottom: 0px !important;
    font: 600 14px inter !important;
    color: #6C7593 !important;
}

.container-indisponivel {
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 30%;
    padding: 0 10%;
}

.div-text-indisponivel h1 {
    font: 600 56px inter;
    color: #1E3666;
}

.div-text-manutencao p {
    font: 500 28px inter;
    color: #1E3666;
    text-align: start;
}

.div-imgs-esc-7me {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.fade-in {
    opacity: 0;
    transition: opacity 0.5s ease;
    /* Define a transição suave */
}

.fade-in.active {
    opacity: 1;
}

#div-unidade-nao-encontrada {
    margin-top: 20px;
    font: 500 20px inter;
    color: #1E3666;
    text-align: start;
}
.novidade{
    height: 32px;
    padding-left: 8px;
}

.div-novidade {
    display: flex;
    margin-top: 25px;
    padding-left: 44px;
}

@media(max-width:1025px) {
    .div-text-indisponivel h1 {
        font-size: 40px;
    }

    .div-text-manutencao p {
        font-size: 24px;
    }

    .div-imgs-esc-7me img {
        width: 180px;
    }
}

@media(max-width: 780px) {
    .div-text-indisponivel h1 {
        font-size: 42px;
    }

    .div-text-manutencao p {
        font-size: 18px;
    }

    .container-indisponivel {
        gap: 8%;
    }
}

@media(max-width: 680px) {
    footer {
        flex-direction: column;
        padding: 10px 20px;
    }

    .container-indisponivel {
        flex-direction: column;
        align-items: center;
    }

    .div-text-indisponivel h1 {
        text-align: center;
    }

    .div-text-manutencao p {
        text-align: center;
    }

    .div-texts-button {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 3rem;
    }

    .div-texts-button button {
        margin-top: 15px !important;
    }

    .div-imgs-esc-7me img {
        width: 150px;
    }

    .div-imgs-esc-7me {
        margin-bottom: 20px;
    }
}

@media(max-width: 470px) {
    header {
        height: 120px;
        padding: 0px 20px;
    }

    .main-container7 p {
        width: 80%;
    }

    .main-container7 {
        height: 80%;
        overflow: scroll;
    }

    .main-container7::-webkit-scrollbar {
        display: none;
    }

    .logo img {
        height: 50px;
    }

    .logo-7me img{
        height: 50px;
    }

    progress {
        width: 140px;
    }

    footer {
        height: 40px;
    }

    footer div {
        display: none;
    }

    .main-container2,
    .main-container3,
    .main-container4,
    .main-container5,
    .main-container6 {
        display: flex;
        justify-content: center;
        padding-top: 120px;
    }

    .div-imgs-esc-7me img {
        width: 120px;
    }

    .div-text-manutencao p {
        font-weight: 400;
    }

}

@media(max-width: 440px) {
    main {
        padding: 0 20px;
    }
}

@media(max-width: 350px) {
    main {
        padding: 3rem 20px;
    }
}
