* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background: linear-gradient(to left top, #2e3440, #3b4252, #4c566a, #463950);
    background-size: 600% 600%;
    animation: gradiente-animado 20s ease infinite;
    color: white;
    margin-top: 0;
    text-align: center;
    width: 100%;
}

/* Ícones flutuantes no fundo */
#fundo-animado {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    pointer-events: none;
}

#fundo-animado span {
    position: absolute;
    animation: flutuar 30s linear infinite;
    opacity: 0.2;
}

#fundo-animado span img {
    width: 24px;
    height: 24px;
    filter: blur(0.5px);
}

#fundo-animado span:nth-child(1) {
    left: 10%;
    animation-delay: 0s;
}

#fundo-animado span:nth-child(2) {
    left: 30%;
    animation-delay: 5s;
}

#fundo-animado span:nth-child(3) {
    left: 50%;
    animation-delay: 10s;
}

#fundo-animado span:nth-child(4) {
    left: 70%;
    animation-delay: 15s;
}

#fundo-animado span:nth-child(5) {
    left: 90%;
    animation-delay: 20s;
}

@keyframes flutuar {
    0% {
        transform: translateY(100vh);
        opacity: 0;
    }
    10% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        transform: translateY(-10vh);
        opacity: 0;
    }
}


/*toúrng~fldnbvo´rktnmhort~ikdfmhls~ktjhsirjhtfkijhmdhkmlçfkdgmhlfgnmhlfgjhtjnhlçjfgnhjfdgnhjçfld;nh*/

#barrasup {
    position: sticky;
    display: flex;
    justify-content: center;
    margin-top: 0;
    align-items: center;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.06);
    border-radius: 0 0 20px 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35), inset 0 0 0.5px rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1rem;
    color: white;
    z-index: 1000;
}
/*toúrng~fldnbvo´rktnmhort~ikdfmhls~ktjhsirjhtfkijhmdhkmlçfkdgmhlfgnmhlfgjhtjnhlçjfgnhjfdgnhjçfld;nh*/


.logo {
    font-size: 1.5rem;
    font-weight: bold;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 34px;
}


.nav-links a {
    position: relative;
    color: white;
    text-decoration: none;
    display: inline-block;
    padding: 5px 0;
    transition: color 0.3s;
}


.nav-links a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: white;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease-in-out;
}

.nav-links a:hover::after {
    transform: scaleX(1);
}


.nav-links a:hover {
    color: #4FC1E9;
}



/*~trkhp[rok,hp]rdfrhkjrhkjdtfhjrtklfjhlirjhpirtjhj~sdçkmqpwoerqi4,cqp9w4r,793y5hu3qxmmf*/


#cabelho {
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 20px;
    margin-bottom: 80px;
    padding: 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow:
        0 10px 32px rgba(0, 0, 0, 0.35),
        inset 0 0 0.5px rgba(255, 255, 255, 0.2);
    color: white;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.cont {
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3), inset 0 0 1px rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin: 30px auto;
    align-items: center;
    padding: 20px;
    width: 90%;
    max-width: 900px;
}

.o {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.o img {
    border-radius: 20px;
}

p {
    margin-top: 8px;
}



#sobre {
    margin: 30px auto;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3), inset 0 0 1px rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px;
    width: 90%;
    max-width: 50%;
}

.eu {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
}

.eu img {
    width: 150px;
    height: 200px;
    border-radius: 30%;
}

#fot {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3), inset 0 0 1px rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0;
    margin-top: 220px;
    position: static;
    padding: 40px 0;
}


#fot a {
    color: #fff;
}

#seletorpg {
    padding: 60px 30px;
    margin: 32px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: rotateY(20deg);
    border-radius: 10px;
    width: 100%;
}

.pagina-boton {
    background: linear-gradient(90deg, #2e3440 0%, #3b4252 50%, #4c566a 100%);
    color: white;
    border: none;
    padding: 15px 10px;
    cursor: pointer;
    display: inline-block;
    border-radius: 15px;
    transition: transform 0.3s, color 0.3s;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    min-width: 150px;
    max-width: 230px;
    margin: 15px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.pagina-boton::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(79, 193, 233, 0.2) 0%, rgba(102, 126, 234, 0.3) 50%, rgba(90, 90, 140, 0.4) 100%);
    opacity: 0;
    transition: opacity 0.8s ease, background 0.8s ease;
    border-radius: 15px;
    z-index: -1;
    backdrop-filter: blur(10px);
}

.pagina-boton:hover::before {
    opacity: 1;
    background: linear-gradient(90deg, rgba(79, 193, 233, 0.6) 0%, rgba(102, 126, 234, 0.7) 50%, rgba(90, 90, 140, 0.8) 100%);
}

.pagina-boton:hover {
    transform: scale(1.15);
    color: #12181C;
}

hr {
    height: 3px;
}


#paginas {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 20px;
}

.exibir {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 40px;
    gap: 20px;
    text-align: center;
    align-items: center;
}

.exibir img {
    height: 100%;
    width: 100%;
    max-width: 350px;
    max-height: 450px;
    border-radius: 20px;
}

.exibir-form {
    justify-content: center;
    margin: 40px;
    gap: 20px;
    text-align: center;
    align-items: center;
}

.exibir-form img {
    max-width: 600px;
    max-height: 500px;
    width: 100%;
}

@keyframes brilho-glass {
    0% {
        box-shadow: 0 0 5px #4fc1e9;
    }

    50% {
        box-shadow: 0 0 20px #4fc1e9aa;
    }

    100% {
        box-shadow: 0 0 5px #4fc1e9;
    }
}


@keyframes aparecer {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


@keyframes gradiente-animado {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.eu,
#fot,
.cont {
    animation: aparecer 1.5s ease-out;
}

@keyframes vem-de-lado {
    from {
        opacity: 0;
        transform: translatex(-200px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.titulo,
.subtitulo {
    animation: vem-de-lado 1s ease-out;
}

@keyframes teste {
    0% {
        box-shadow: 0 0 5px #fff;
    }

    100% {
        box-shadow: 0 0 5px rgb(84, 84, 112);
    }
}

.titulo-ARI,
.subtitulo-ARI {
    animation: teste 2s ease-in-out;
}

@keyframes footerb {
    from {
        opacity: 0;
        transform: translateY(-200px);
    }
}

#fot,
#cabelho {
    animation: footerb 1.5s ease-in-out;
}

@keyframes cont {
    from {
        transform: translateY(-200px);
    }
}

.cont,
.eu,
#sobre {
    animation: cont 2s ease-in-out;
}




.exibir img {
    animation: aparecer 2s ease-in-out;
}

.download {
    gap: 50px;
}

.download a {
    gap: 10px;
    margin: 20px;
}


@media (max-width: 768px) {
    #barrasup {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
        padding: 1rem;
    }

    .nav-links {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
    }

    .nav-links li {
        margin: 0;
    }

    .nav-links a {
        font-size: 1rem;
        padding: 4px 10px;
    }

    .logo {
        width: 100%;
        text-align: center;
        font-size: 1.3rem;
    }

    #sobre {
        width: 95%;
        max-width: 95%; /* <-- este aqui resolve */
        padding: 20px;
    }

    .eu {
        flex-direction: column;
        width: 100%;
        gap: 20px;
    }

    .eu img {
        width: 140px;
        height: auto;
    }
}