@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    box-sizing: border-box;
    user-select: none;
}


body {
    font-size: 16px;
    color: #fff;
    font-family: "Poppins", serif;
    font-optical-sizing: auto;
    overflow-x: hidden;
    accent-color: #FFEC00;
}

body h1,
body h2,
body h3,
body h4 {
    font-family: "Poppins", serif;
    line-height: 1;
}

.container {
    max-width: 1200px;
    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-color: #FF6A00;
}

#footer-social {
    background: #FF6A00;
}

#footer-social .container {
    position: relative
}

#footer-social ul {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: 20px 0 0
}

#footer-social li span {
    padding: 8px;
    background-color: #fff;
    border-radius: 50%;
    color: #FF6A00;
    transition: all .3s
}

#footer-social li span:hover {
    background-color: #161820;
    color: #FF6A00;
}


footer p {
    color: #fff;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0;
}



nav ul {
    display: flex;
    gap: 20px
}

nav li a {
    color: #fff;
    transition: all .2s;
    font-family: "Poppins", serif;
    font-size: 0.8rem;
    padding: 5px 15px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

nav li:hover a,
nav li a.ativo {
    color: #fff;
    background: #FF6A00;
}



.uk-navbar-nav>li>a {
    color: #fff;
    padding: 0;
}

.uk-navbar-nav>li>a:hover {
    color: #fff;
    background: none;
}



#mobile-navbar img {
    margin-bottom: 40px
}

.uk-nav-default {
    font-size: 20px;
}

header {
    padding: 30px 0px;
}


#faq {
    background-color: #0A0B0F;
    padding: 50px 0;
    text-align: center;
}

#faq p {
    color: #fff;
    margin-bottom: 20px;
}

#faq h2 {
    font-size: 1.4rem;
    color: #FF6A00;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
}

#faq ul {
    margin-bottom: 50px;
}


#faq li {
    background: #161820;
    padding: 20px 20px;
    border-radius: 10px;
    text-align: left;
}

#faq li p {
    color: #fff;
    font-size: 0.8rem;
    margin-bottom: 10px;
}

#faq .uk-accordion-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#faq li a {
    color: #FF7800;
}

#faq li h3 {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    color: #FF7800;
    font-weight: 600;
    font-size: 1rem;
    order: 1;
    flex-grow: 1;

}

#faq li .uk-accordion-title::before {
    background: url(../img/seta-faq.webp) center center no-repeat;
    background-size: contain;
    rotate: 180deg;
    transition: all .3s;
    width: 1.4em;
    height: 1.4em;
    display: block;
    margin: 0;
    float: none;
    order: 2;
}

#faq .uk-open .uk-accordion-title::before {
    rotate: 0deg
}

main {
    background: url(../img/barra-azul.webp) center bottom no-repeat, url(../img/pattern-circuito.webp) repeat, linear-gradient(180deg, #1F1F1F 0%, #0C0C0C 100%);
    padding: 0 0 150px;
    text-align: center;
}

h1 {
    flex-shrink: 0;
    font-size: 4rem;
    color: #fff;
    font-weight: 600;
    text-align: right;
}

h1 strong {
    display: block;
    color: #FF6A00;
}

main .titulo {
    gap: 50px;
    translate: 0 -50px;
}

main .titulo p {
    color: #fff;
    max-width: 550px;
    text-align: left;
}

main .titulo p span {
    color: #FF6A00;
}

main .boxvantagens {
    translate: 0 50px;
    margin-bottom: 50px;
}

main .chamada {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 20px;

}

main h2 {
    font-size: 3rem;
    color: #fff;
    font-weight: 600;
}

main h2 strong {
    display: block;
}

.cta {
    background: #FF6A00;
    color: #fff;
    transition: all .2s;
    font-size: 1rem;
    display: flex;
    width: fit-content;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 20px;
    border-radius: 30px;
}

.cta::after {
    content: url(../img/setinha-branca.webp);
    transition: all .2s;
}

.cta:hover {
    color: #fff;
}

.cta:hover::after {
    padding-left: 10px;
}

.vantagens {
    justify-content: center;
    align-items: stretch;
}

.vantagem {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.20) 15.1%, rgba(233, 84, 0, 0.20) 100%), #1D1D1D;
    border-radius: 24px;
    padding: 80px 20px 20px;
    position: relative;
    border: solid 2px rgba(233, 84, 0, 0.2);
}

.vantagem img {
    position: absolute;
    top: -30px;
    left: 50%;
    translate: -50% 0;
    filter: drop-shadow(10px 10px 5px rgba(0, 0, 0, 0.4));
    transition: translate 0.3s;
}

.vantagem:hover img {
    translate: -50% -10px;
}

#blog {
    background: #0C0C0C;
    padding: 50px 0 50px;
}

#blog .titulo {
    margin-bottom: 50px;
}

#blog .titulo p {
    max-width: 450px;
}

.noticias {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.noticia {
    flex-basis: calc((100% - 60px) / 3);
}

.noticia:nth-of-type(-n + 3) {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    border: solid 2px #0C0C0C;
}


.noticia:nth-of-type(-n + 3) img {
    scale: 1;
    transition: 0.3s;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}


.noticia:nth-of-type(-n + 3):hover img {
    scale: 1.1;
}

.noticia:nth-of-type(-n + 3) h3 {
    color: #fff;
    padding: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    font-weight: 600;
    transition: color 0.3s;
}

.noticia:nth-of-type(-n + 3):hover h3 {
    color: #E95400;
}

.noticia:nth-of-type(-n + 3)::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.8) 30%, rgba(0, 0, 0, 0) 50%);
    pointer-events: none;
    z-index: 2;
}

.noticia:nth-of-type(n + 4) a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.noticia:nth-of-type(n + 4) .portaimg {
    width: 30%;
    border-radius: 10px;
    flex-shrink: 0;
    overflow: hidden;
}

.noticia:nth-of-type(n + 4) .portaimg img {
    scale: 1;
    transition: scale 0.3s;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.noticia:nth-of-type(n + 4):hover .portaimg img {
    scale: 1.1;
}

.noticia:nth-of-type(n + 4) h3 {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    transition: color 0.3s;
    line-height: 1.2;
}

.noticia:nth-of-type(n + 4):hover h3 {
    color: #E95400;
}

#blog .cta {
    margin: 50px auto 0;
}

#pcsmontados {
    background: url(../img/barra-azul.webp) center bottom no-repeat, radial-gradient(103.54% 121.56% at 88.75% -18.05%, rgba(64, 117, 255, 0.18) 0%, rgba(5, 75, 255, 0.00) 100%), radial-gradient(149.12% 171% at 2.66% 170.89%, rgba(112, 145, 255, 0.32) 0%, rgba(255, 83, 0, 0.00) 100%), #070707;
    padding: 100px 0 150px;
    text-align: center;
}

#pcsmontados h2 {
    color: #FF6A00;
    font-size: 3rem;
    margin-bottom: 30px;
    font-weight: 600;
    text-wrap: balance;
}

#pcsmontados p {
    color: #fff;
    margin-bottom: 10px;
}

#listamontados {
    text-align: left;
    max-width: 1024px;
    margin: 40px auto 50px;
}

#listamontados ul {
    border-radius: 30px;
    overflow: hidden;
}

#listamontados .titulo {
    padding: 20px;
    background: #0F0F0F;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#listamontados h3 {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 1.2rem;
    order: 1;
    flex-grow: 1;

}

#listamontados .titulo::before {
    background: url(../img/seta-lista.webp) center center no-repeat;
    background-size: contain;
    rotate: 180deg;
    transition: all .3s;
    width: 1.4em;
    height: 1.4em;
    display: block;
    margin: 0;
    float: none;
    order: 2;
}

#listamontados .uk-open .titulo::before {
    rotate: 0deg
}

#listamontados .uk-accordion-content {
    margin: 0;
}

#listamontados .uk-accordion>:nth-child(n+2) {
    margin-top: 0;
}

#listamontados .linkpc {
    display: block;
    background: #2B2B2B;
    border-left: solid 3px #2B2B2B;
    transition: all 0.3s;
    color: #fff;
    padding: 20px;
    border-bottom: 2px solid #262626;


}

#listamontados .linkpc:hover {
    color: #FF6A00;
    border-left: solid 3px #FF6A00;
}

#listamontados  .tag::after {
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 0.7rem;
    margin-left: 10px;
    color: #fff;
}

.casual::after {
    background: #0081F2;
    content: "Casual";
}

.pro::after {
    background: #E95400;
    content: "PRO";
}

#guia {
    background: url(../img/pattern-monteoseu.webp), radial-gradient(66.96% 132.69% at 62.98% 56.29%, rgba(5, 75, 255, 0.10) 0%, rgba(5, 75, 255, 0.00) 100%), radial-gradient(87.13% 121.97% at 74.24% 108.43%, rgba(255, 83, 0, 0.32) 0%, rgba(255, 83, 0, 0.00) 100%), linear-gradient(0deg, #131218 0%, #131218 100%), #FFF;
    padding: 100px 0;
}

#guia .chamada {
    max-width: 400px;
    text-wrap: balance;
}

#guia h2 {
    text-transform: uppercase;
    color: #E95400;
}


#guia p.destaque {
    font-size: 2.8rem;
    line-height: 1.2;
}

#guia .cta {
    margin-top: 30px;
}


@media screen and (max-width: 1260px) {
    .container {
        margin: 0 30px
    }
}

@media screen and (max-width: 965px) {
    main .titulo {
        flex-direction: column;
        gap: 30px
    }

    h1 {
        text-align: center;
    }

    main .titulo p {
        text-align: center;
    }

    main .chamada {
        width: 100%;
    }

    main .boxvantagens {
        flex-wrap: wrap;
        translate: 0;
    }

    main h2 strong {
        display: inline;
    }

    main .chamada {
        align-items: center;
        margin-bottom: 30px;
    }

    main {
        padding: 0 0 100px;
    }

    #blog {
        padding: 50px 0;
    }

    #guia .chamada {
    max-width: 500px;
    text-wrap: balance;
}

}

@media screen and (max-width: 820px) {
    .noticia {
        flex-basis: calc((100% - 30px) / 2);
    }

    .noticia:nth-of-type(n + 4) {
        border-radius: 30px;
        overflow: hidden;
        position: relative;
        border: solid 2px #0C0C0C;
    }


    .noticia:nth-of-type(n + 4) img {
        scale: 1;
        transition: 0.3s;
        aspect-ratio: 16 / 9;
        object-fit: cover;
    }


    .noticia:nth-of-type(n + 4):hover img {
        scale: 1.1;
    }

    .noticia:nth-of-type(n + 4) h3 {
        color: #fff;
        padding: 20px;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 2;
        font-weight: 600;
        transition: color 0.3s;
        font-size: 1rem;
    }

    .noticia:nth-of-type(n + 4):hover h3 {
        color: #E95400;
    }

    .noticia:nth-of-type(n + 4)::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.8) 30%, rgba(0, 0, 0, 0) 50%);
        pointer-events: none;
        z-index: 2;
    }

    .noticia:nth-of-type(n + 4) .portaimg {
        width: auto;
    }

    .noticia:nth-of-type(n + 4) a {
        display: block;
    }

    #blog .titulo {
        flex-direction: column;
        text-align: center;
        text-wrap: balance;
    }

    #guia .container{
        flex-direction: column;
    }
}

@media screen and (max-width: 650px) {

    .vantagens {
        flex-wrap: wrap;
        gap: 60px;
    }

    .vantagem {
        width: 100%;
    }

}

@media screen and (max-width: 500px) {
    .noticia {
        flex-basis: 100%;
    }

    .noticia:nth-of-type(-n + 1) {
        border-radius: 30px;
        overflow: hidden;
        position: relative;
        border: solid 2px #0C0C0C;
    }


    .noticia:nth-of-type(-n + 1) img {
        scale: 1;
        transition: 0.3s;
        aspect-ratio: 16 / 9;
    object-fit: cover;
    }


    .noticia:nth-of-type(-n + 1):hover img {
        scale: 1.1;
    }

    .noticia:nth-of-type(-n + 1) h3 {
        color: #fff;
        padding: 20px;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 2;
        font-weight: 600;
        transition: color 0.3s;
    }

    .noticia:nth-of-type(-n + 1):hover h3 {
        color: #E95400;
    }

    .noticia:nth-of-type(-n + 1)::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.8) 30%, rgba(0, 0, 0, 0) 50%);
        pointer-events: none;
        z-index: 2;
    }

    .noticia:nth-of-type(n + 2) {
        border-radius: 0;
        overflow: hidden;
        position: relative;
        border: solid 2px #0C0C0C;
    }

    .noticia:nth-of-type(n + 2)::before {
        display: none;
    }

    .noticia:nth-of-type(n + 2) a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 20px;
    }

    .noticia:nth-of-type(n + 2) .portaimg {
        width: 30%;
        border-radius: 10px;
        flex-shrink: 0;
        overflow: hidden;
    }

    .noticia:nth-of-type(n + 2) .portaimg img {
        scale: 1;
        transition: scale 0.3s;
        aspect-ratio: 16 / 9;
    object-fit: cover;
    }

    .noticia:nth-of-type(n + 2):hover .portaimg img {
        scale: 1.1;
    }

    .noticia:nth-of-type(n + 2) h3 {
        color: #fff;
        font-size: 1rem;
        line-height: 1.2;
        font-weight: 600;
        transition: color 0.3s;
        position: static;
        padding: 0;
    }

    .noticia:nth-of-type(n + 2):hover h3 {
        color: #E95400;
    }

    h1 {
        font-size: 2.4rem;
    }

    main h2, #pcsmontados h2 {
        font-size: 1.8rem;
    }

    #pcsmontados{
        padding: 50px 0;
    }

    #guia p.destaque{
        font-size: 1.8rem;
    }

    #guia .chamada{
        text-align: center;
    }

    #guia .cta {
    margin: 30px auto 0;
}

#guia{
    padding: 50px 0;
}

}