@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


* {
    box-sizing: border-box;
    user-select: none;
}


body {
    font-size: 16px;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    overflow-x: hidden;
    accent-color: #FF6600;
}

body h1,
body h2,
body h3,
body h4 {
    font-family: "Inter", sans-serif;
    line-height: 1;
}

.container {
    max-width: 1220px;
    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: #FFF0E3;
}

#footer-social {
    background: #FFF0E3;
}

#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: #008042;
    border-radius: 50%;
    color: #FFF0E3;
    transition: all .3s
}

#footer-social li span:hover {
    background-color: #FF6600;
    color: #FFF0E3;
}


footer p {
    color: #474747;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0;
}

header {
    padding: 20px 0 80px;
}

nav ul {
    display: flex;
    gap: 20px
}

nav li a {
    color: #fff;
    transition: all .2s;
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    display: flex;
    gap: 10px;
}

nav li:hover a,
nav li a.ativo {
    color: #00FF77;
}



.uk-navbar-nav>li>a {
    color: #fff;
    padding: 0;
}

.uk-navbar-nav>li>a:hover {
    color: #fff;
    background: none;
}

#logo-kabum {
    width: 140px;
}

#mobile-navbar img {
    margin-bottom: 30px;
    width: 140px;
}

.uk-nav-default {
    font-size: 20px;
}


#faq {
    background: url(../img/bg-laranja.webp) center top repeat;
    padding: 50px 0;
    text-align: center;
}

#faq p {
    color: #fff;
    margin-bottom: 20px;
}

#faq h2 {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    text-wrap: balance;
    margin-bottom: 30px;
}


#faq li {
    background: #F7F7F8;
    padding: 20px 20px;
    border-radius: 10px;
    text-align: left;
}

#faq li h3 {
    color: #008042;
    font-size: 1.2rem;
    font-weight: 700;
}

#faq li p {
    color: #004C1C;
    font-size: 1rem;
    margin-bottom: 10px;
}

#faq li p a {
    color: #004C1C;
    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
}

#nuvem {
    background: #FFF0E3;
    padding: 30px 0 0;
}

#nuvem .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

#nuvem a {
    background: #008042;
    color: #FFF0E3;
    font-size: 0.7rem;
    padding: 2px 5px;
    border-radius: 5px;
    transition: all 0.3s;
    text-transform: uppercase;
}

#nuvem a:hover {
    background: #FF5F00;
    color: #FFF0E3;
}

main {
    background: url(../img/bg-topo.webp) center bottom no-repeat;
    background-size: cover;
    text-align: center;
    padding-bottom: 50px;
}

.arealogo .container {
    gap: 20px 80px;
    margin-bottom: 50px;
}

main .texto {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 450px;
}

h1 {
    color: #fff;
    font-size: 2rem;
}

h1 strong {
    color: #00FF77;
}

main .slider {
    min-width: 550px;
    margin-top: -10%;
    position: relative;
}

.float {
    position: absolute;
    transition: all 0.3s;
}

.float:hover {
    filter: drop-shadow(0px 0px 15px #fff);
}

#float01 {
    left: -25px;
    bottom: 20px;
}

#float02 {
    right: 35px;
    bottom: -50px;
}

#float03 {
    right: -55px;
    bottom: 50px;
}

.blococonteudo {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.blococonteudo p {
    text-wrap: balance;
}

.blococonteudo p strong {
    color: #00FF77;
}

.blococonteudo p:nth-of-type(1) {
    font-size: 1.2rem;
    font-weight: 700;

}


#ofertas {
    background: url(../img/bg-verde.webp) center top no-repeat;
    background-size: cover;
    padding: 0 0 50px;
    text-align: center;
}


.produtos {
    align-items: stretch;
}

.box-produto {
    background: #008042;
    border: solid 1px #00FF77;
    padding: 25px;
    border-radius: 20px;
    box-sizing: border-box;
    margin: 0 10px 10px;
}

.box-produto img {
    margin-bottom: 10px;
    border-radius: 20px;
}

#ofertas .box-produto .preco {
    color: #00FF77;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1;
}

#ofertas .box-produto p {
    font-size: 0.8rem;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1;
    color: #fff;
}

#ofertas .box-produto .cta {
    color: #004C1C;
    background: #00FF77;
    display: block;
    border-radius: 10px;
    border: none;
    padding: 10px 15px;
    margin-top: 10px;
    transition: all 0.3s;
}

#ofertas .box-produto:hover .cta {
    color: #fff;
    background: #FF6600;
}

.box-produto h3 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1;
    text-wrap: balance;
    font-size: .9rem;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    box-orient: vertical
}

#ofertas .uk-dotnav>*>* {
    background: #fff;
    transition: all 0.3s;
}

#ofertas .uk-dotnav>.uk-active>* {
    background: #00FF77;
    width: 20px;
    border-radius: 5px;
}

.uk-dotnav>* {
    padding-left: 4px;
}

#ofertas .cta {
    color: #004C1C;
    background: #00FF77;
    display: inline-block;
    border-radius: 10px;
    border: none;
    padding: 10px 35px;
    transition: all 0.3s;
}

#ofertas .cta:hover {
    color: #fff;
    background: #FF6600;
}

.ideias {
    background: url(../img/bg-laranja.webp) center top repeat;
    padding: 50px 0;
    text-align: center;
}

.ideias h2 {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 700;
}

.ideias p {
    margin-bottom: 20px;
    text-wrap: balance;
}

.ideias p a {
    color: #fff;
    text-decoration: underline;
    font-weight: 700;
}

.ideias .texto {
    max-width: 550px;
    text-align: left;
}

.ideias .texto p:last-of-type {
    margin-bottom: 0;
}

.ideias .texto h3 {
    font-size: 1.6rem;
    color: #fff;
    font-weight: 700;
    text-wrap: balance;
    margin-bottom: 20px;
}

.ideias .top {
    margin-top: 50px;
}

.ideias:nth-child(odd) {
    background: #008042;
}

.ideias:nth-child(odd) .flex {
    flex-direction: row-reverse;
}

.ideias.monteoseu {
    background: #008042 url(../img/bg-monte-seu-pc.webp) center center no-repeat;
    background-size: cover;
}


.ideias:nth-child(even) .cta{
    background: #008042;
}

.ideias:nth-child(even) .cta:hover {
    color: #fff;
    background: #004C1C;
}


.ideias .cta {
    color: #fff;
    background: #FF6600;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: fit-content;
    gap: 10px;
    border-radius: 20px;
    border: none;
    padding: 10px 25px;
    transition: all 0.3s;
    margin-top: 20px;
}

.ideias .cta::after {
    content: url(../img/setinha.webp);
}

.ideias .cta:hover {
    color: #fff;
    background: #004C1C;
}


#categorias {
    background: #FFF0E3;
    padding: 50px 0;
    text-align: center;
}

#categorias h2 {
    color: #004C1C;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
}

#categorias p {
    color: #008042;
    margin-bottom: 20px;
    text-wrap: balance;
}

#categorias .flex {
    align-items: stretch;
    margin-top: 80px;
    gap: 80px 50px;
}

.boxcategoria {
    border-radius: 30px;
    border: 2px solid #004C1C;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.20) 15.1%, rgba(0, 0, 0, 0.00) 100%), #008042;
    box-shadow: 0 39px 35px 0 rgba(0, 0, 0, 0.16);
    max-width: 450px;
    padding: 0 30px 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

#categorias .boxcategoria img {
    margin: -50px 0 30px;
}

#categorias .boxcategoria h3 {
    color: #FF6600;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 1.4rem;
}

#categorias .boxcategoria p {
    color: #fff;
    font-weight: 700;
    text-wrap: unset;
}

#categorias .boxcategoria li {
    color: #fff;
    margin-bottom: 20px;
    text-align: left;
}

#categorias .cta {
    justify-self: flex-end;
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

#categorias .cta a {
    color: #fff;
    background: #FF6600;
    display: inline-block;
    border-radius: 10px;
    border: none;
    padding: 10px 35px;
    transition: all 0.3s;
}

#categorias .cta a:hover {
    color: #FF6600;
    background: #fff;
}

#motivos {
    background: #F7F7F8;
    padding: 50px 0;
    text-align: center;
}

#motivos h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #FF5F00;
}

#motivos p {
    color: #515151;
    text-wrap: balance;
}

#motivos .flex {
    margin-top: 60px;
    align-items: stretch;
    gap: 60px 30px;
}

#motivos .cta{
    color: #fff;
    background: #FF6600;
    display: inline-block;
    border-radius: 10px;
    border: none;
    padding: 10px 35px;
    transition: all 0.3s;
    margin-top: 20px;
}

#motivos .cta:hover {
    color: #fff;
    background: #004C1C;
}

.boxmotivo {
    max-width: 380px;
    padding: 70px 30px 30px;
    background: #fff;
    border: solid 2px #FF6600;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    flex-direction: column;
    gap: 10px;
    text-align: left;
}

.boxmotivo::before {
    position: absolute;
    top: -38px;
    left: 50%;
    translate: -50% 0;
}

.boxmotivo:nth-child(1)::before {
    content: url(../img/motivo-01.webp);
}

.boxmotivo:nth-child(2)::before {
    content: url(../img/motivo-02.webp);
}

.boxmotivo:nth-child(3)::before {
    content: url(../img/motivo-03.webp);
}

.boxmotivo h3 {
    color: #FF5F00;
    font-weight: 700;
    font-size: 1.4rem;

}

#motivos .boxmotivo p {
    text-align: left;
    text-wrap: unset;
}

#cartinha{
    background: url(../img/bg-topo.webp) center center no-repeat;
    background-size: cover;
    padding: 50px 0 0;
}

#cartinha .texto{
    max-width: 400px;
}

#cartinha h2{
    color: #fff;
    font-size: 2.5rem;
    margin-bottom: 20px;
}

#cartinha h2 strong{
    color: #00FF77;
}

#cartinha p{
    font-weight: normal;
    margin-bottom: 20px;
}

#cartinha .cta {
    color: #fff;
    background: #FF6600;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: fit-content;
    gap: 10px;
    border-radius: 20px;
    border: none;
    padding: 10px 25px;
    transition: all 0.3s;
    margin-top: 20px;
}

#cartinha .cta::after {
    content: url(../img/setinha.webp);
}

#cartinha .cta:hover {
    color: #fff;
    background: #008042;
}




@media screen and (max-width: 1250px) {
    .container {
        margin: 0 30px
    }
}

@media screen and (max-width: 1155px) {
    .arealogo .container {
        flex-direction: column-reverse;
    }

    header {
        padding: 20px 0 0;
    }

    main .slider {
        margin: 0 0 30px;
    }

    #float02 {
        right: 35px;
        top: 50px;
    }

    #float03 {
        left: -35px;
        top: 150px;
    }

    .ideias .texto{
        text-align: center;
        max-width: none;
    }

    .ideias:nth-child(odd) .flex, .ideias .flex{
        flex-direction: column-reverse;
    }

    .ideias p{
        text-wrap: unset;
    }

    .monteoseu .cta{
        margin: 20px auto 0;
    }

}

@media screen and (max-width: 650px) {
    main .slider {
        min-width: auto;
        width: 100%;
    }

    .float {
        display: none;
    }

    .arealogo .container {
        margin-bottom: 30px;
    }

    .blococonteudo p {
        text-wrap: unset;
    }

}