@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

html {
    accent-color: #ef7413;
    background: radial-gradient(38.15% 56.29% at 21.38% 84.15%, rgba(0, 111, 255, 0.20) 0%, rgba(0, 111, 255, 0.00) 100%), radial-gradient(42.77% 40.06% at 74.25% 31.92%, rgba(0, 111, 255, 0.20) 0%, rgba(0, 111, 255, 0.00) 100%), radial-gradient(45.1% 53.68% at 78.5% 82.91%, rgba(241, 72, 0, 0.20) 0%, rgba(241, 72, 0, 0.00) 100%), radial-gradient(46.86% 44.3% at 22.83% 20.23%, rgba(241, 72, 0, 0.20) 0%, rgba(241, 72, 0, 0.00) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(0, 111, 255, 0.01) 100%), #FFF;
    min-height: 100dvh;
    overflow: hidden;

}

#loading{
    position: absolute;
    top: 0;
    left: 0;
    width: 100dvw;
    height: 100dvh;
    background: #ee7412;
    display: flex;
    justify-content: center;
    align-items: center;
}

#loading img{
    animation: loading 1s linear infinite;
}

body {
    font-size: 16px;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    overflow-x: hidden
}

body h1,
body h2,
body h3,
body h4 {
    font-family: "Inter", sans-serif;
}

.container {
    max-width: 778px;
    margin: 0 auto
}

.flex {
    clear: both;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly
}

.center {
    justify-content: center
}

.between {
    justify-content: space-between
}

.gap{
    gap: 30px;
}

.wrap{
    flex-wrap: wrap;
}

footer {
    background: none;
    text-align: center;
}

#footer-social {
    padding: 0 0 30px;
}

#footer-social .container {
    position: relative
}

#footer-social ul {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.6rem;
}

#footer-social img {
    max-width: 140px
}

#footer-social li span {
    padding: 8px;
    border-radius: 50%;
    color: #000;
    transition: all .3s
}

#footer-social li span:hover {
    background-color: #ef7413;
    color: #fff;
}

footer p {
    color: #000;
    font-size: 0.8rem;
    text-transform: uppercase;
    padding: 20px 0;
}

nav ul {
    display: flex;
    gap: 20px
}

nav li a {
    background: none;
    color: #b5d0ff;
    font-size: 1rem;
    font-weight: 600;
    font-style: italic;
    transition: all 0.3s;
}

nav li:hover a,
nav li a.ativo {
    color: #ee7412;
}

.uk-navbar-nav>li>a {
    color: #fff
}

.uk-navbar-nav>li>a:hover {
    color: #fff
}

#mobile-navbar img {
    margin-bottom: 40px
}

.uk-nav-default {
    font-size: 20px;
}

header{
    padding: 40px 0 0;
}

header{
    text-align: center;
}

header #bgtopo img{
    border-radius: 30px;
}

.portaAvatar{
    position: relative;
    width: 160px;
    aspect-ratio: 1;
    margin: 0 auto;
    translate: 0 -80px;

}

header .avatar img{
    width: 160px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: solid 5px #fff;
    position: absolute;
    top: 0;
    left: 0;
}

/* header #avatar{
    animation: giraAvatar 4s ease-out;
}

header #avatark{
    animation: giraAvatarK 4s ease-out;
} */

h1{
    font-size: 1.6rem;
    translate: 0 -40px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

h1 strong{
    font-weight: 600;
}

h1 span{
    color: #006FFF;
}

#navegacao{
    background: #006FFF;
    padding: 10px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: fit-content;
    margin: 0 auto 40px;
    transition: all 0.3s;
}

#navegacao li a{
    padding: 10px 15px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    transition: all 0.3s;
    font-weight: 600;
}

#navegacao li a[aria-selected="true"]{
    color: #006EFF;
    background: #fff;      
}

#navegacao li a[aria-selected="false"]{
    color: #9FC9FF;
    background: none;   
}

#navegacao:has(a#flagshop[aria-selected="true"]){
    background: #FF8000;
}

#navegacao:has(a#flagshop[aria-selected="true"]) li a[aria-selected="true"]{
    color: #FF8000;
}

#navegacao:has(a#flagshop[aria-selected="true"]) li a[aria-selected="false"]{
    color: #AD5600;
}

.fixados{
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 30px;
    position: relative;
    margin: 0 auto 40px;
    width: fit-content;
}

.fixados:has(div)::before{
    position: absolute;
    top: -10px;
    left: -10px;
    content: url(../img/fixado.png);
    display: block;
}

.fixado{
    flex: 1 0 0;
    background: #23272D;    
    border-radius: 30px;
    transition: all 0.3s;
    max-width: 240px;
}

.fixado a{
    display: block;
    padding: 20px;
}

.fixado:hover{
    background: #111417;
    box-shadow: 0 5px 0 #666;
}

.fixado img{
    border-radius: 20px;
    margin-bottom: 10px;
    display: block;
}

.fixado p.categoria{
    background: #F14800;
    color: #5F1C00;
    text-transform: uppercase;
    padding: 3px 15px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 600;
    border-radius: 10px;
    font-size: 0.8rem;
}

.fixado p.categoria.Promoção{
    background: #85F100;
    color: #5F1C00;
}

.fixado p.categoria.Projetos{
    background: #4641FF;
    color: #fff;
}

.fixado p.categoria.Drops{
    background: #F21147;
    color: #fff;
}

.fixado h3{
    font-size: 1.4rem;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}

.fixado p{
    font-size: 1rem;
    color: #fff;
}

.listalinks{
    margin-bottom: 20px;
}

.listalink a{
    background: #fff;
    border: solid 3px #000;
    border-radius: 20px;
    padding: 10px 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    transition: all 0.3s;
    margin-bottom: 20px;
}

.listalink a p{
    flex-grow: 1;
    color: #000;
    font-size: 1.2rem;
    font-weight: 600;
    transition: all 0.3s;
}

.listalink .icone{
    background: #F14800;
    border-radius: 15px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    flex-shrink: 0;
}

.listalink a .setapixel{
    translate: -5px 0 ;
    transition: all 0.3s;
    filter: brightness(0);
    flex-shrink: 0;
}

.listalink a:hover{
    border: solid 3px #F14800;
}

.listalink a:hover p{
    color: #F14800;
}

.listalink a:hover .setapixel{
    translate: 0 0 ;
    filter: brightness(1);
}

#shop .fixados{
    text-align: center;
}

#shop .listalink .icone{
    padding: 0;
    height: 60px;
    
}

h2{
    font-size: 1.3rem;
    color: #23272D;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-top: 20px;
    text-align: center;
    font-weight: 600;

}

@keyframes giraAvatar {
    0% {
        opacity: 1;
        transform: rotateY(0deg);
    }

    40% {
        opacity: 1;
        transform: rotateY(0deg);
    }
    
    44%{
        opacity: 1;
        transform: rotateY(90deg);
    }
    45%{
        opacity: 0;
        transform: rotateY(90deg);
    }

    85%{
        opacity: 0;
        transform: rotateY(90deg);
    }

    86%{
        opacity: 1;
        transform: rotateY(90deg);
    }

    900%{
        opacity: 1;
        transform: rotateY(0deg);
    }

    100%{
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@keyframes giraAvatarK {
    0% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    45% {
        opacity: 0;
        transform: rotateY(-90deg);
    }
    46% {
        opacity: 1;
        transform: rotateY(-90deg);
    }
    
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }

    80% {
        opacity: 1;
        transform: rotateY(0deg);
    }

    84%{
        opacity: 1;
        transform: rotateY(-90deg);
    }

    85% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }
}

@keyframes loading {
    0% {
        opacity: 1;
    }

    50%{
        opacity: 0.5;
    }

    
}





@media screen and (max-width: 818px) {
    .container {
        margin: 0 30px
    }  
  
}

@media screen and (max-width: 580px) {
    .fixados{
        flex-direction: column;
    } 

    .fixado{
        max-width: none;
    }

    .fixado img{
        width: 100%;
        aspect-ratio: 1.4 / 1;
        object-fit: cover;
    }
  
}

@media screen and (max-width: 400px) {

    .listalink a .setapixel{
        display: none;
    }

    .listalink a p{
        font-size: 1rem;
    }

    .portaAvatar{
        width: 120px;
        translate: 0 -60px;
    }

    h1{
        font-size: 1.4rem;
    }

    #navegacao{
        gap: 10px;
    }

}


