@import url(root_colors.css);
@import url(cards.css);
@import url(slide.css);
@import url(header.css);
@import url(midia.css);
@import url(tutorial.css);
@import url(dialog.css);



html,
body {
    height: 100vh;
    margin: 0;
    padding: 0;
    min-width: 400px;
}

body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* background: #090a0d; */
    background: var(--background-color);
    background-size: cover;
    background-attachment: fixed;
    font-family: Inter;
}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: transparent;
}


.container__topo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    max-width: 1600px;
    height: 800px;
    border-radius: 0px 0px 30px 30px;
    background: transparent;
    /* box-shadow: 3px 20px 20px rgba(0, 0, 0, 0.3); ; */
    position: relative;
    /* Mantém a referência para posicionamento absoluto dos filhos */
    z-index: 0;
    overflow: hidden;
}





/* Animação de fade-in e subir */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(50px);
        /* Começa deslocado para baixo */
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        /* Termina na posição original */
    }
}




.container__text {

    width: 100%;
    color: #fff;
    /* padding-top:100px; */
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    opacity: 0;
    /* Inicialmente invisível */
    animation: fadeInUp 0.3s ease-in-out forwards;
    /* Animação de fade-in */
    animation-delay: 0.3s;

}

.container__text h1 {
    color: var(--text-color-cards);
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

.container__text p {
    margin-top: 1px;
    font-weight: 200;

}

.guia{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.guia p{
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    width: 50%;
}







a {
    text-decoration: none !important;
    border: none !important;
    outline: none !important;
}


.button_text {
    color: white;
    font-weight: 800;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 60px;
    background: #077931;
    border-radius: 10px;
}

.button_text:hover{
    transform:scale(1.1);
}

.cotainer_top_row {
 
    border-radius: 30px;
    background: var( --background-color_top);
    width: 80%;
    height: 450px;
    position: relative;
    top: 200px;
    display: flex;
    align-items: center;
    justify-content: start;
}


.text__row{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 30px;
    width: 100%;
    overflow: hidden;
}
.text__row ul{
    width: 50%;
    font-size: 20px;
    text-align: center;
}

/* .cotainer_top_row img {
    width: 250px;
    height: auto;
} */



/* .text__topo {

    width: 80%;
} */


@media (max-width: 1200px) {
    .container__topo {
        width: 100%;
    }
    .cotainer_top_row{
        width: 95%;
    }

}
@media (max-width: 900px) {
    
    .guia p{
        line-height: 20px;
        font-size: 16px;
       
    }
    

}
@media (max-width: 650px) {
    .container__topo {
        height: 800px;
    }
    .text__row ul{
        font-size: 12px;
    }

    .container__topo #logo{
        width: 300px;
    }

}
@media (max-width: 500px) {
   
    .cotainer_top_row {
        height: 580px;
        top:100px;
    }

}







.button__guia {
    font-weight: bold;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 50px;
    border-radius: 30px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    background: linear-gradient(0deg, #00E5FF, #12AAFF);
}

.button_jogar {
    font-weight: bold;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 50px;
    border-radius: 30px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    background: #029F3A;
    color: white;
}

.button_jogar:hover {
    cursor: pointer;
}

i {
    padding-left: 5px;
}




ul li {
    padding: 10px;
}



.footer {
    /* padding: 0  0 100px; */
    color: var(--text-color-foot);
    z-index: 98;
    height: 100px;
    width: 100%;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /* bottom:  100px; */
}

#scrollToTopBtn {
    color: var(--text-color-foot);
    display: none;
    position: fixed;
    bottom: 220px;
    right: 15px;
    z-index: 99;
    text-align: center;
    cursor: pointer;
    transform: translateX(-18%);
    font-weight: bold;
    font-size: 18px;
    width: 70px;
    height: 70px;

    border-radius: 50%;
    color: #ff3c00;
    background: rgba(255, 255, 255, 0.35);
    box-shadow: 0 8px 32px 0 rgba(255, 60, 0, 0.37);
    backdrop-filter: blur(13.5px);
    -webkit-backdrop-filter: blur(13.5px);
    border: 1px solid rgba(255, 255, 255, 0.18);

}

#scrollToTopBtn i {
    padding: 25px;
}



.floating-buttons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    z-index: 99;
    margin: 0;
}

.floating-img {
    width: 90px;
    height: 90px;
    transition: transform 0.3s;

}


.floating-img:hover {
    transform: scale(1.1);
}

.floating-img.insta{
    right: -15px;
    top: -10px;
    position: relative;
    width: 60px;
    height: 60px;
}

#buttonJ {
    text-decoration: none;
}

#loadMoreButton {
    top : -60px;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    width: 180px;
    height: 40px;
    border-radius: 10px;

    /* background: rgba(255, 255, 255, 0.35);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(13.5px);
    -webkit-backdrop-filter: blur(13.5px);
    border: 1px solid rgba(255, 255, 255, 0.18); */


    position: relative;
    text-align: center;
    cursor: pointer;
    color: var(--text-color-strong);
}
#loadMoreButtonS {
    margin: 0;
    top : -150px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    width: 180px;
    height: 40px;
    border-radius: 10px;
    
    /* background: rgba(255, 255, 255, 0.35);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(13.5px);
    -webkit-backdrop-filter: blur(13.5px);
    border: 1px solid rgba(255, 255, 255, 0.18); */
    
    
    position: relative;
    text-align: center;
    cursor: pointer;
    color: var(--text-color-strong);
}

/* #qtd_cards {
    margin-top: -60px;
    font-size: 15px;
    color: #077931;
} */
#loadMoreButtonT {
    margin: 0;
    top : -150px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    width: 180px;
    height: 40px;
    border-radius: 10px;
    
    /* background: rgba(255, 255, 255, 0.35);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(13.5px);
    -webkit-backdrop-filter: blur(13.5px);
    border: 1px solid rgba(255, 255, 255, 0.18); */
    
    
    position: relative;
    text-align: center;
    cursor: pointer;
    color: var(--text-color-strong);
}

/* #qtd_cards {
    margin-top: -60px;
    font-size: 15px;
    color: #077931;
} */

.guia p{
    color: var(--text-color-cards);
    font-weight: 300;
}