body {
    margin: 0;
    padding: 0;
}

header {
    width: 100%;
    background-color: #ffffff;
    position: fixed;
    padding: 1.2rem 1rem;
}

footer {
    background-color: #F7F7F7;
}

a {
    text-decoration: none !important;
}

p {
    font: 400 18px inter;
    color: #6C7593;
}

span {
    display: flex;
    padding: 2px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    border: 1px solid #3A38B5;
    color: #3A38B5;
    font: 400 12px inter;
}

.tamanho-img {
    width: 120px;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-cria-cadastro {
    display: flex;
    height: 40px;
    padding: 8px 14px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    background: #E8EAF6;
    border: none;
    color: #3F51B5;
    border-radius: 8px;
    font: 500 16px inter;
}

.btn-cria-cadastro:hover {
    opacity: 0.8;
    transition: 0.5s;
}

.btn-entrar {
    display: flex;
    height: 40px;
    padding: 8px 14px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    border: none;
    background-color: #3F51B5;
    color: #fff;
    font: 500 16px inter;
}

.btn-entrar:hover {
    opacity: 0.9;
    transition: 0.5s;
}

.div-titulo-minha-es {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    padding: 12rem 0rem 6rem;
}

.aviso {
    color: red; 
    font-weight: 500; 
    margin-top: 25px;
}

.div-titulos {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.titulo-minha-es {
    font: 700 48px inter;
    color: #3F51B5;
}

.sub-titulo {
    width: 564px;
    font: 400 24px inter;
    color: #6C7593;
    margin-bottom: 35px;
}

.text-o-que-e {
    font: 700 32px inter;
    color: #16171D;
}

.div-o-que-e {
    background-color: #F7F7F7;
}

.video-o-que-e {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 609px;
    background: linear-gradient(208deg, #3F51B5 0%, #1AA6E5 100%);
    border-radius: 60px;
    padding: 43px 32px;
}

.div-videos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 80px;
}

.grid-videos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
}

.videos-tutorial {
    width: 318px;
    height: 458px;
    background-color: #F9F9FB;
    border-radius: 16px;
    border: none;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.10);
    transition: transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 23px 20px;
}

.videos-tutorial:hover {
    transform: scale(1.1);
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.17);
}

.div-text-igreja {
    display: flex;
    align-items: center;
    gap: 20px;
}

.div-text-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #6C7593;
}

.text-direitos-reservados {
    font: 400 12px inter;
    color: #000;
}

.text-igreja {
    font: 400 16px inter;
    color: #000;
    margin-bottom: 0 !important;
}

.div-titulo-imagem {
    display: flex;
    justify-content: flex-start;
    gap: 117px;
}

.div-btns-page-inicial {
    display: flex;
    align-items: center;
    gap: 20px;
}

.div-video-o-que-e {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 74px 0 96px 0;
}

.video-maior {
    width: 100%;
    height: 310px;
    border-radius: 30px;
}

.div-texts {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 15px;
}

.text-melhor-gestao {
    font: 700 32px inter;
    color: #3F51B5;
}

.videos-pequenos {
    width: 279px;
    height: 200px;
    border-radius: 16px;
}

.div-tags {
    display: flex;
    align-items: center;
    gap: 10px;
}

.div-text-tags {
    display: flex;
    flex-direction: column;
    gap: 19px;
    margin-top: 12px;
}

.text-saiba-mais {
    font: 700 32px inter;
    color: #6C7593;
}

.txt-aqui {
    text-decoration: underline !important;
    color: #3F51B5;
}

.margin-saiba-mais {
    margin: 102px 0 106px 0;
}


/* Estilos básicos do menu */
.main-nav ul {
    list-style: none;
    display: flex;
    align-items: center;
}

.main-nav li {
    margin-right: 20px;
}

.main-nav a {
    text-decoration: none;
    color: #333;
}

/* Estilos para o botão de toggle do menu */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
}

.menu-toggle span {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    background-color: #333;
}


/***********RESPONSIVIDADE*******************/
@media(max-width: 1400px) {
    .tamanho-logo {
        width: 400px;
        height: 100%;
    }

    .div-titulo-imagem {
        gap: 0;
    }
}

@media(max-width:1060px) {
    .div-titulo-imagem {
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }

    .div-titulos {
        align-items: center;
    }

    .titulo-minha-es {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .div-video-o-que-e {
        flex-direction: column-reverse;
        align-items: center;
        gap: 30px;
    }

    .grid-videos {
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width:992px) {
    .div-texts-o-que-e {
        width: 100% !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media(max-width:768px) {
    .titulo-minha-es {
        font-size: 45px;
    }

    .text-saiba-mais {
        font-size: 25px;
    }

    .div-btns-page-inicial {
        display: none;
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        background-color: #fff;
        text-align: center;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .div-btns-page-inicial.active {
        display: flex;
        padding: 10px 0px;
        margin-top: 20px;
        transition: 0.5s;
    }

    .div-btns-page-inicial {
        flex-direction: column;
    }

    .div-btns-page-inicial {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .menu-toggle {
        display: block;
    }

    .collapse.navbar-collapse {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
        /* Adicione a transição */
    }

    .collapse.navbar-collapse.show {
        max-height: 500px;
        /* Defina um valor apropriado para a altura máxima */
    }
}

@media(max-width:700px) {
    .grid-videos {
        grid-template-columns: 1fr;
    }

    .text-melhor-gestao {
        font-size: 25px;
    }
}

@media(max-width:645px) {
    .video-o-que-e {
        width: 100%;
    }

    .sub-titulo {
        width: 100%;
        font-size: 19px;
        text-align: center;
    }

    .titulo-minha-es {
        font-size: 40px;
    }
}

@media(max-width: 550px) {
    .div-text-btns {
        flex-direction: column;
    }

    .div-footer {
        justify-content: center;
    }

    .titulo-minha-es {
        font-size: 34px;
    }
}

@media(max-width: 426px) {
    .titulo-minha-es {
        font-size: 30px;
    }

    .sub-titulo {
        text-align: center;
    }

    .tamanho-logo {
        width: 100%;
    }

    p {
        text-align: center;
    }

    .text-saiba-mais {
        font-size: 18px;
    }

    .text-melhor-gestao {
        font-size: 20px;
        text-align: center;
    }
}

@media(max-width: 376px) {
    .text-igreja {
        font-size: 12px;
    }

    .titulo-minha-es {
        font-size: 25px;
    }

    .sub-titulo {
        font-size: 17px;
    }

    .text-saiba-mais {
        font-size: 14px;
    }
}
