@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", sans-serif;
    font-optical-sizing: auto;
    overflow-x: hidden;
    accent-color: #FF6600;
}

body h1,
body h2,
body h3,
body h4 {
    font-family: "Poppins", sans-serif;
    line-height: 1;
}

.container {
    max-width: 1320px;
    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: linear-gradient(107deg, rgba(3, 34, 66, 0.00) -8.01%, #032242 118.99%), #000;
}

footer p {
    color: #fff;
    font-size: 0.8rem;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0;
}

header .box {
    padding: 15px 30px;
    background: linear-gradient(90deg, #003279 0%, #0049B2 50%, #003279 100%);
    border-radius: 30px;
    width: fit-content;
    margin: 0 auto;
}

header .uk-navbar-item,
header .uk-navbar-nav>li>a,
header .uk-navbar-toggle {
    min-height: auto;
}

nav ul {
    display: flex;
    gap: 40px
}

nav li a {
    color: #fff;
    transition: all .2s;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    display: flex;
    gap: 10px;
}

nav li:hover a,
nav li a.ativo {
    color: #FF6300;
}

nav li.btcontato a {
    background: #FF6300;
    padding: 5px 10px;
    border-radius: 10px;
    transition: all 0.3s;
}

nav li.btcontato:hover a {
    color: #FF6300;
    background: #fff;
}



.uk-navbar-nav>li>a {
    color: #fff;
    padding: 0;
}

.uk-navbar-nav>li>a:hover {
    color: #fff;
    background: none;
}

#logo-kabum {
    margin-right: 80px;
}

#mobile-navbar img {
    margin-bottom: 30px;
}

.uk-nav-default {
    font-size: 20px;
}


#faq {
    background: #E4E6F3;
    padding: 50px 0;
    text-align: center;
}

#faq h2 {
    color: #0049B2;
    font-size: 2rem;
    font-weight: 700;
    text-wrap: balance;
    margin-bottom: 30px;
}


#faq li {
    padding: 20px 20px;
    border-radius: 10px;
    text-align: left;
    border: solid 1px #0049B2;
}

#faq li h3 {
    color: #0049B2;
    font-size: 1.2rem;
    font-weight: 700;
}

#faq li p {
    color: #032242;
    font-size: 1rem;
    margin-bottom: 10px;
}

#faq li p a {
    color: #FF6300;
    text-decoration: underline;
}

#faq li .uk-accordion-title::before {
    background: url(../img/seta-faq.webp) center center no-repeat;
    background-size: contain;
    rotate: 180deg;
    transition: all .3s
}

#faq .uk-open .uk-accordion-title::before {
    rotate: 0deg
}



main {
    background: radial-gradient(77.43% 112.69% at 16.33% -52.18%, #0049B2 0%, rgba(3, 34, 66, 0.00) 100%), radial-gradient(103.42% 76.89% at 86.94% 133.86%, #0049B2 0%, rgba(3, 34, 66, 0.00) 100%), linear-gradient(169deg, rgba(3, 34, 66, 0.00) 21.71%, #032242 140.48%), #000;
    padding: 20px 0 0;
}

#arealogo .container {
    background: url(../img/ninja-topo.webp) bottom right no-repeat;
    min-height: 700px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#arealogo .texto {
    max-width: 650px;
}

#arealogo .foto {
    display: none;
}

#arealogo h1 {
    font-size: 2rem;
    color: #fff;
    margin-top: 15px;
    text-wrap: balance;
    margin-bottom: 30px;
}

#sobre {
    background: #E4E6F3;
    padding: 50px 0;
}

#sobre .container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#sobre p {
    color: #032242;
}

#categorias {
    background: radial-gradient(116.37% 125.61% at -66.89% -4.49%, #0049B2 0%, rgba(3, 34, 66, 0.00) 100%), radial-gradient(94.01% 112.55% at 151.91% 105.4%, #0049B2 0%, rgba(3, 34, 66, 0.00) 100%), linear-gradient(169deg, rgba(3, 34, 66, 0.00) 21.71%, #032242 140.48%), linear-gradient(0deg, #000 0%, #000 100%), #FFF;
    padding: 50px 0;
    text-align: center;
}

#categorias h2 {
    color: #fff;
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 20px;
}

#categorias p {
    max-width: 800px;
    text-wrap: balance;
    margin: 0 auto;
}

#categorias .produtos {
    margin: 20px 0 50px;
}

#categorias li {
    padding: 0 10px;
}

.categoria {
    border-radius: 24px;
    border: 1px solid #0049B2;
    background: #06121F;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.categoria img {
    border-radius: 20px;
}

.categoria h3 {
    font-weight: 600;
    color: #fff;
    font-size: 1rem;
}

.categoria p {
    font-size: 0.8rem;
    color: #fff;
    flex-grow: 1;
}

.categoria .cta {
    background: #FF6300;
    color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    transition: all 0.3s;
    display: flex;
    justify-self: flex-end;
    justify-content: center;
    align-items: center;
    gap: 10px
}


.categoria .cta:hover {
    color: #FF6300;
    background: #fff;
}

#categorias .uk-dotnav li {
    padding: 0 2px;
}

.uk-dotnav>*>* {
    border: solid 1px #0049B2;
    transition: all 0.3s;
}

.uk-dotnav>*>*:hover {
    background: #0049B2;
}

.uk-dotnav>.uk-active>* {
    background: #0049B2;
    width: 20px;
    border-radius: 5px;
}

.uk-dotnav>* {
    padding-left: 4px;
}

#magalu {
    background: #E4E6F3;
    padding: 50px 0 0;
    border-bottom: solid 10px #032242;
}

#magalu .texto {
    max-width: 500px;
}

#magalu h2 {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 20px 0;
}

#magalu p {
    color: #032242;
}

#marcas {
    background: #E4E6F3;
    padding: 50px 0;
    text-align: center;
}

#marcas h2 {
    color: #0049B2;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 30px;
}

#marcas li {
    padding: 0 10px;
}

#contato {
    background: #E4E6F3;
    padding: 50px 0;
    text-align: center;
    border-bottom: solid 2px rgba(71, 71, 71, 0.2);
}

#contato h2 {
    color: #0049B2;
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 20px;
}

#contato p{
    color: #032242;
}



.logos-softwares {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 150px 0;
    text-align: center;
    margin: 70px 50px 50px;
}

.texto-central {
    position: relative;
    z-index: 10;
    text-align: center;
    color: #fff;
    max-width: 600px;
    padding: 20px;
}

.texto-central h2 {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.2;
}

.container-logos {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.logo-nuvem {
    position: absolute;
    transform: translate(-50%, -50%) translateY(-2px);
    opacity: 0;
    object-fit: contain;
    animation-name: flutuar-logo;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    transition: left 0.8s ease, top 0.8s ease, opacity 0.5s ease;
}

@keyframes flutuar-logo {
    0%, 100% {
        transform: translate(-50%, -50%) translateY(-2px);
    }
    50% {
        transform: translate(-50%, -50%) translateY(2px);
    }
}

@media (max-width: 768px) {
    .texto-central h2 {
        font-size: 1.8rem;
    }
}

label{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    color: #474747;
}

label .uk-icon{
    color: #FF6300;
}

input, textarea{
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    border: none;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

form{
    max-width: 700px;
    margin: 0 auto;
    margin-top: 30px;
}

#contato form .legal{
    color: #474747;
    font-size: 0.7rem;
    text-align: center;
}

input[type="submit"]{
    background: #FF6300;
    color: #fff;
    padding: 15px 25px;
    width: fit-content;
    margin: 20px auto 0;
    border-radius: 20px;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s;
}

input[type="submit"]:hover{
    background: #0049B2;
    color: #fff;
}

#contato a{
    color: #474747;
    text-decoration: underline;
}

#contato a:hover{
    color: #FF6300;
}


@media screen and (max-width: 1350px) {
    .container {
        margin: 0 30px
    }

    #arealogo .texto {
        max-width: 450px;
    }

    #arealogo h1 {
        line-height: normal;
    }

}

@media screen and (max-width: 1060px) {
    #arealogo .container {
        background: none;
        justify-content: center;
        min-height: auto;
        flex-direction: column;
    }

    #arealogo .texto {
        padding: 50px 0;
        max-width: none;
    }

    #arealogo .foto {
        display: block;
    }
}

@media screen and (max-width: 640px) {
    .categoria p {
        padding: 0 30px;
    }
}

@media screen and (max-width: 575px) {


    #arealogo h1 {
        font-size: 2rem;
    }

    #magalu {
        text-align: center;
    }

}