a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

ol,
ul {
    list-style: none
}

a,
article,
blockquote,
body,
dd,
div,
dl,
dt,
em,
fieldset,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
iframe,
img,
label,
legend,
li,
main,
nav,
ol,
p,
section,
span,
ul {
    margin: 0;
    padding: 0;
    border: 0
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    font-size: 1em;
    font-weight: 400
}

img {
    max-width: 100%
}

* {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.uk-modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1010;
    overflow-y: auto;
    padding: 15px 15px;
    background: rgba(0, 0, 0, .6);
    opacity: 0;
    transition: opacity .15s linear
}

@media(min-width: 640px) {
    .uk-modal {
        padding: 50px 30px
    }
}

@media(min-width: 960px) {
    .uk-modal {
        padding-left: 40px;
        padding-right: 40px
    }
}

.uk-modal.uk-open {
    opacity: 1
}

.uk-modal-page {
    overflow: hidden
}

.uk-modal-dialog {
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    width: 600px;
    max-width: 100% !important;
    background: #fff;
    opacity: 0;
    transform: translateY(-100px);
    transition: .3s linear;
    transition-property: opacity, transform
}

.uk-open>.uk-modal-dialog {
    opacity: 1;
    transform: translateY(0)
}

.uk-modal-container .uk-modal-dialog {
    width: 1200px
}

.uk-modal-full {
    padding: 0;
    background: 0 0
}

.uk-modal-full .uk-modal-dialog {
    margin: 0;
    width: 100%;
    max-width: 100%;
    transform: translateY(0)
}

.uk-modal-body {
    display: flow-root;
    padding: 20px 20px
}

.uk-modal-header {
    display: flow-root;
    padding: 10px 20px;
    background: #fff;
    border-bottom: 1px solid #e5e5e5
}

.uk-modal-footer {
    display: flow-root;
    padding: 10px 20px;
    background: #fff;
    border-top: 1px solid #e5e5e5
}

@media(min-width: 640px) {
    .uk-modal-body {
        padding: 30px 30px
    }

    .uk-modal-header {
        padding: 15px 30px
    }

    .uk-modal-footer {
        padding: 15px 30px
    }
}

.uk-modal-body>:last-child,
.uk-modal-footer>:last-child,
.uk-modal-header>:last-child {
    margin-bottom: 0
}

.uk-modal-title {
    font-size: 2rem;
    line-height: 1.3
}

[class*=uk-modal-close-] {
    position: absolute;
    z-index: 1010;
    top: 10px;
    right: 10px;
    padding: 5px
}

[class*=uk-modal-close-]:first-child+* {
    margin-top: 0
}

.uk-modal-close-outside {
    top: 0;
    right: -5px;
    transform: translate(0, -100%);
    color: #fff
}

.uk-modal-close-outside:hover {
    color: #fff
}

@media(min-width: 960px) {
    .uk-modal-close-outside {
        right: 0;
        transform: translate(100%, -100%)
    }
}

.uk-modal-close-full {
    top: 0;
    right: 0;
    padding: 10px;
    background: #fff
}

@media(min-width: 960px) {
    .uk-modal-close-full {
        padding: 20px
    }
}

.uk-icon {
    margin: 0;
    border: none;
    border-radius: 0;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    display: inline-block;
    fill: currentcolor;
    line-height: 0
}

canvas,
img,
svg,
video {
    max-width: 100%;
    height: auto;
    box-sizing: border-box
}

.uk-drop {
    display: none;
    position: absolute;
    z-index: 1020;
    --uk-position-offset: 20px;
    --uk-position-viewport-offset: 15px;
    box-sizing: border-box;
    width: 300px
}

.uk-drop.uk-open {
    display: block
}

.uk-drop-stack .uk-drop-grid>* {
    width: 100% !important
}

.uk-drop-parent-icon {
    margin-left: .25em;
    transition: transform .3s ease-out
}

[aria-expanded=true]>.uk-drop-parent-icon {
    transform: rotateX(180deg)
}

.uk-tab .uk-dropdown {
    margin-left: 30px
}

.uk-dropdown {
    --uk-position-offset: 10px;
    --uk-position-viewport-offset: 15px;
    width: auto;
    min-width: 170px
}

.uk-dropdown>:last-child {
    margin-bottom: 0
}

.uk-dropdown :focus-visible {
    outline-color: #333 !important
}

.uk-dropdown-large {
    padding: 40px
}

.uk-dropdown-dropbar {
    width: auto;
    background: 0 0;
    padding: 5px 0 25px 0;
    --uk-position-viewport-offset: 15px;
    box-shadow: none
}

@media(min-width: 640px) {
    .uk-dropdown-dropbar {
        --uk-position-viewport-offset: 30px
    }
}

@media(min-width: 960px) {
    .uk-dropdown-dropbar {
        --uk-position-viewport-offset: 40px
    }
}

.uk-dropdown-dropbar-large {
    padding-top: 40px;
    padding-bottom: 40px
}

.uk-dropdown-nav {
    font-size: .875rem
}

.uk-dropdown-nav>li>a {
    color: #999
}

.uk-dropdown-nav>li.uk-active>a,
.uk-dropdown-nav>li>a:hover {
    color: #666
}

.uk-dropdown-nav .uk-nav-subtitle {
    font-size: 12px
}

.uk-dropdown-nav .uk-nav-header {
    color: #333
}

.uk-dropdown-nav .uk-nav-divider {
    border-top: 1px solid #e5e5e5
}

.uk-dropdown-nav .uk-nav-sub a {
    color: #999
}

.uk-dropdown-nav .uk-nav-sub a:hover,
.uk-dropdown-nav .uk-nav-sub li.uk-active>a {
    color: #666
}

.uk-hidden,
[hidden] {
    display: none !important
}

@media(min-width: 640px) {
    .uk-hidden\@s {
        display: none !important
    }
}

@media(min-width: 960px) {
    .uk-hidden\@m {
        display: none !important
    }
}

@media(min-width: 1200px) {
    .uk-hidden\@l {
        display: none !important
    }
}

@media(min-width: 1600px) {
    .uk-hidden\@xl {
        display: none !important
    }
}

@media(max-width: 639px) {
    .uk-visible\@s {
        display: none !important
    }
}

@media(max-width: 959px) {
    .uk-visible\@m {
        display: none !important
    }
}

@media(max-width: 1199px) {
    .uk-visible\@l {
        display: none !important
    }
}

@media(max-width: 1599px) {
    .uk-visible\@xl {
        display: none !important
    }
}

.uk-invisible {
    visibility: hidden !important
}

.uk-hidden-visually:not(:focus):not(:active):not(:focus-within),
.uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    border: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important
}

.uk-visible-toggle:not(:hover):not(:focus) .uk-invisible-hover:not(:focus-within) {
    opacity: 0 !important
}

@media(hover: none) {
    .uk-hidden-touch {
        display: none !important
    }
}

@media(hover) {
    .uk-hidden-notouch {
        display: none !important
    }
}

.uk-offcanvas {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1000
}

.uk-offcanvas-flip .uk-offcanvas {
    right: 0;
    left: auto
}

.uk-offcanvas-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -270px;
    box-sizing: border-box;
    width: 270px;
    padding: 20px 20px;
    background: #222;
    overflow-y: auto
}

@media(min-width: 640px) {
    .uk-offcanvas-bar {
        left: -350px;
        width: 350px;
        padding: 30px 30px
    }
}

.uk-offcanvas-flip .uk-offcanvas-bar {
    left: auto;
    right: -270px
}

@media(min-width: 640px) {
    .uk-offcanvas-flip .uk-offcanvas-bar {
        right: -350px
    }
}

.uk-open>.uk-offcanvas-bar {
    left: 0
}

.uk-offcanvas-flip .uk-open>.uk-offcanvas-bar {
    left: auto;
    right: 0
}

.uk-offcanvas-bar-animation {
    transition: left .3s ease-out
}

.uk-offcanvas-flip .uk-offcanvas-bar-animation {
    transition-property: right
}

.uk-offcanvas-reveal {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    overflow: hidden;
    transition: width .3s ease-out
}

.uk-offcanvas-reveal .uk-offcanvas-bar {
    left: 0
}

.uk-offcanvas-flip .uk-offcanvas-reveal .uk-offcanvas-bar {
    left: auto;
    right: 0
}

.uk-open>.uk-offcanvas-reveal {
    width: 270px
}

@media(min-width: 640px) {
    .uk-open>.uk-offcanvas-reveal {
        width: 350px
    }
}

.uk-offcanvas-flip .uk-offcanvas-reveal {
    right: 0;
    left: auto
}

.uk-offcanvas-close {
    position: absolute;
    z-index: 1000;
    top: 5px;
    right: 5px;
    padding: 5px
}

.uk-close {
    cursor: pointer
}

.uk-card-primary.uk-card-body .uk-close,
.uk-card-primary>:not([class*=uk-card-media]) .uk-close,
.uk-card-secondary.uk-card-body .uk-close,
.uk-card-secondary>:not([class*=uk-card-media]) .uk-close,
.uk-light .uk-close,
.uk-offcanvas-bar .uk-close,
.uk-overlay-primary .uk-close,
.uk-section-primary:not(.uk-preserve-color) .uk-close,
.uk-section-secondary:not(.uk-preserve-color) .uk-close,
.uk-tile-primary:not(.uk-preserve-color) .uk-close,
.uk-tile-secondary:not(.uk-preserve-color) .uk-close {
    color: rgba(255, 255, 255, .5)
}

@media(min-width: 640px) {
    .uk-offcanvas-close {
        top: 10px;
        right: 10px
    }
}

.uk-offcanvas-close:first-child+* {
    margin-top: 0
}

.uk-offcanvas-overlay {
    width: 100vw;
    touch-action: none
}

.uk-offcanvas-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .1);
    opacity: 0;
    transition: opacity .15s linear
}

.uk-offcanvas-overlay.uk-open::before {
    opacity: 1
}

.uk-offcanvas-container,
.uk-offcanvas-page {
    overflow-x: hidden;
    overflow-x: clip
}

.uk-offcanvas-container {
    position: relative;
    left: 0;
    transition: left .3s ease-out;
    box-sizing: border-box;
    width: 100%
}

:not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
    left: 270px
}

.uk-offcanvas-flip.uk-offcanvas-container-animation {
    left: -270px
}

@media(min-width: 640px) {
    :not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
        left: 350px
    }

    .uk-offcanvas-flip.uk-offcanvas-container-animation {
        left: -350px
    }
}

body {
    font-size: 16px;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    overflow-x: hidden;
    accent-color: #ff6422
}

body h1,
body h2,
body h3,
body h4 {
    font-family: "Inter", sans-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: #0F2946
}

#footer-social {
    background: #0F2946
}

#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: #0F2946;
    transition: all .3s
}

#footer-social li span:hover {
    background-color: #00FF5F;
    color: #0F2946
}

footer p {
    color: #fff;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0
}

#logokabum-branco {
    width: 216px
}

nav ul.menuprincipal {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px
}

main .principal .familia {
    margin: 30px 0 0;
    display: none;
}

nav li.submenu a {
    background: #fff;
    color: #272727;
    padding: 10px 20px;
    border-radius: 30px
}

.uk-dropdown ul {
    background: #fff;
    translate: 30px -10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 10px 0
}

nav li.submenu .uk-dropdown li a {
    background: none;
    padding: 5px 20px
}

nav li.submenu .uk-dropdown li:hover a {
    color: #0F2946
}

nav li.submenu a span {
    color: #000;
    transition: all .3s
}

nav li.submenu:hover a span {
    color: #0F2946
}

nav li:not(.submenu):hover a {
    color: #0F2946
}

nav li a {
    color: #fff;
    transition: all .2s;
    font-family: "Inter", sans-serif;
    font-size: .9rem;
    display: flex;
    gap: 10px
}

.uk-navbar-nav>li>a {
    color: #fff;
    padding: 0
}

.uk-navbar-nav>li>a:hover {
    color: #fff;
    background: none
}

#logo-kabum {
    width: 140px;
}

.menu-burger {
    display: none
}

#mobile-navbar li {
    font-size: 1.1rem
}

#mobile-navbar a {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 5px;
    transition: all .3;
    margin-bottom: 5px
}

#mobile-navbar li ul {
    padding-left: 5px
}

#mobile-navbar li ul li {
    list-style: "- " inside
}

.uk-close svg line {
    stroke: #fff
}

#mobile-navbar a:hover {
    color: #00FF5F
}

#mobile-navbar img {
    margin-bottom: 30px;
    width: 140px
}

.uk-nav-default {
    font-size: 20px
}

#conteudo {
    background: #f7f7f8;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    padding: 50px 0;
    flex-direction: column;
    text-align: left
}

#conteudo .container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: flex-start;
    width: 100%
}

#conteudo h2 {
    color: #0F2946;
    font-size: 1.8rem;
    font-weight: 600
}

#conteudo h3 {
    color: #0F2946;
    font-size: 1.4rem;
    font-weight: 600
}

#conteudo p {
    color: #515151;
    font-size: .9rem
}

#conteudo li {
    color: #515151;
    list-style: disc inside
}

#conteudo a:not(.cta) {
    text-decoration: underline;
    color: #515151;
    transition: all .3s
}

#conteudo a:not(.cta):hover {
    color: #0F2946
}

#conteudo .cta {
    display: inline-block;
    background: #0F2946;
    padding: 15px 30px;
    border-radius: 20px;
    color: #fff;
    transition: all .3s
}

#conteudo .cta:hover {
    background: #00FF5F;
    color: #0F2946;
}

#conteudo ul.blocos {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%
}

#conteudo ul.blocos li {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    border: solid 1px #eef1f2;
    width: 300px;
    list-style: none;
    flex-grow: 1
}

#conteudo ul.blocos.guia li {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    border: solid 1px #eef1f2;
    width: 350px;
    list-style: none;
    flex-grow: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

#conteudo ul.blocos.guia li strong {
    display: inline;
    margin: 0
}

#conteudo ul.blocos li h3 {
    color: #ff6a00;
    margin-bottom: 5px;
    font-size: 1.1rem
}

#conteudo ul.blocos li strong {
    display: block;
    margin-bottom: 5px;
    color: #ff6a00
}

#conteudo ul.blocos .cta {
    display: block;
    margin-top: 15px;
    text-align: center;
    padding: 10px 20px
}

#faq {
    background: #010A1F;
    padding: 50px 0;
    text-align: center;
    position: relative
}

#faq p {
    color: #fff;
    margin-bottom: 20px
}

#faq h2 {
    color: #00FF5F;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 30px
}

#faq li {
    background: #0F2946;
    padding: 20px 20px;
    border-radius: 10px;
    text-align: left;
    margin-bottom: 20px;
}

.uk-accordion-content {
    margin-top: 20px
}

.uk-hidden,
[hidden] {
    display: none !important
}

#faq li h3 {
    color: #00FF5F;
    font-size: 1.1rem;
    font-weight: 600
}

#faq li p {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 10px
}

#faq li p a {
    color: #fff;
    text-decoration: underline
}

#faq li p a:hover {
    color: #00FF5F;
    text-decoration: underline
}

.uk-accordion-title {
    display: block;
    overflow: hidden
}

#faq li .uk-accordion-title::before {
    background: url(../img/seta-faq.webp) center center no-repeat;
    background-size: contain;
    rotate: 180deg;
    transition: all .3s;
    content: "";
    width: 1.5rem;
    aspect-ratio: 1;
    margin-left: 10px;
    float: right
}

#faq .uk-open .uk-accordion-title::before {
    rotate: 0deg
}

main {
    background: #010A1F;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-blend-mode: normal;
    padding-bottom: 0
}

@media(min-width: 768px) {
    main {
        background-image: url(../img/bg-topo.webp);
    }
}

.float {
    position: absolute
}

#float01 {
    top: 200px;
    left: 15%
}

#float02 {
    top: 300px;
    right: 20%
}

#float03 {
    left: 5%;
    top: 500px
}

#float04 {
    right: 5%;
    top: 450px
}

#float05 {
    left: 30%;
    top: 500px
}

#float06 {
    right: 30%;
    top: 500px
}

#float07 {
    left: 20%;
    top: 550px
}

#float08 {
    right: 20%;
    top: 550px
}

header {
    padding: 30px 0;
}

.arealogo {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    gap: 30px;
    position: relative;
    z-index: 2
}

.arealogo h2 {
    color: #fff;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1
}

.gatilhos {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center
}

#logokabum-branco {
    margin-bottom: 30px
}

h1 {
    color: #00FF5F;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 30px
}

main .principal {
    text-align: center;
    position: relative;
    background: url(../img/familia.webp) center center no-repeat;
    background-size: contain;
    min-height: 700px;
    padding-top: 320px;

}

main .principal .textos {
    max-width: 550px;
    margin: 30px auto 0;
    text-wrap: balance;
}

main .principal .textos p {
    font-size: 1.4rem;
}

.float {
    position: absolute;
    transition: all 0.3s;
}

.float:hover {
    scale: 1.04;
}

#seta01 {
    top: 5%;
    left: 5%;
}

#seta02 {
    top: 10%;
    right: 5%;
}

#seta03 {
    bottom: 15%;
    left: 5%;
}

#seta04 {
    bottom: 15%;
    right: 5%;
}

#descricao {
    background: #0F2946;
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    gap: 30px;

}

#descricao .container {
    align-items: stretch;
}

#descricao .box {
    width: 250px;
    border: solid 2px #34557A;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#descricao .boxgrande {
    border: solid 2px #34557A;
    border-radius: 20px;
    padding: 20px;
}

#descricao h2 {
    color: #00FF5F;
    font-size: 1.6rem;
    margin-bottom: 10px;
}

#descricao .container:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#app {
    position: relative;
    background: url(../img/bg-topo.webp) center top no-repeat;
    background-size: cover;
    padding: 50px 0 0
}


#app .foto {
    position: relative;
    z-index: 3
}

#app .container {
    position: relative;
    z-index: 2
}

#app .boxtexto {
    background: #0F2946;
    padding: 30px;
    border-radius: 0 30px 30px 0;
    position: relative;
    width: 600px;
    translate: -2px 0
}

#app .boxtexto h2 {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1
}

#app hr {
    width: 90px;
    border: solid 2px #fff;
    margin: 15px 0 10px
}

#app .vantagens {
    align-items: stretch;
    justify-content: flex-start;
    text-align: right;
    margin-top: 20px
}

#app .vantagem {
    border-radius: 20px;
    padding: 20px 20px 20px 80px;
    width: 45%;
    transition: all .3s;
    min-width: 250px
}

#app .vantagem:nth-child(1) {
    background: #fff url(../img/vantagem-app-01.webp) 15px center no-repeat;
    background-size: 32%
}

#app .vantagem:nth-child(2) {
    background: #fff url(../img/vantagem-app-02.webp) 15px center no-repeat;
    background-size: 32%
}

#app .vantagem:nth-child(3) {
    background: #fff url(../img/vantagem-app-03.webp) 15px center no-repeat;
    background-size: 32%
}

#app .vantagem:nth-child(4) {
    background: #fff url(../img/vantagem-app-04.webp) 15px center no-repeat;
    background-size: 32%
}

#app .vantagem:hover {
    background-size: 34%
}

#app .vantagem p {
    color: #007bff;
    font-size: 1rem;
    font-weight: 600;
    text-wrap: balance;
    line-height: 1
}

.downloadapp {
    justify-content: flex-start;
    align-items: center;
    margin: 20px 0 0 30px;
    gap: 15px
}

.downloadapp a img {
    transition: all .3s
}

.downloadapp a:hover img {
    translate: 0 3px
}

#perdeu {
    background: linear-gradient(0deg, rgba(0, 255, 95, 0.13) -30.32%, rgba(0, 255, 95, 0.00) 55.42%), radial-gradient(56.74% 105.06% at 50% 36.4%, rgba(15, 41, 70, 0.34) 0%, #010A1F 100%), #010A1F;
    padding: 100px 0;
    text-align: center
}

#perdeu h2 {
    color: #00FF5F;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 20px
}

#oquee {
    background: url(../img/bg-seta.webp) center center no-repeat;
    background-size: cover;
    padding: 100px 0;
    text-align: center;
    position: relative;
}

#oquee h2 {
    color: #00FF5F;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 20px
}

#oquee h3 {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 20px;
    border: solid 1px #00FF5F;
    padding: 20px;
    border-radius: 20px;
    display: inline-block;
}

#oquee h3 strong {
    color: #00FF5F;
}

#oquee p:nth-of-type(1) {
    margin-bottom: 50px;
}

#favoritos {
    background: linear-gradient(0deg, rgba(0, 255, 95, 0.13) -30.32%, rgba(0, 255, 95, 0.00) 55.42%), radial-gradient(56.74% 105.06% at 50% 36.4%, rgba(15, 41, 70, 0.34) 0%, #010A1F 100%), #010A1F;
    padding: 50px 0;
    text-align: center
}

#favoritos h2 {

    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 20px
}

#favoritos p {
    margin-bottom: 50px
}

.boxfavoritos {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 50px 30px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.favorito {
    width: 250px;
}

.favorito .bg {
    background: #0F2946;
    padding: 0 30px 30px;
    border-radius: 30px;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column
}

.favorito h3 {
    color: #00FF5F;
    font-size: 1.4rem;
    font-weight: 600;
    translate: 0 -15px
}

.favorito img {
    height: 120px;
    translate: 0 -30px;
    -o-object-fit: contain;
    object-fit: contain
}

#favoritos .favorito p {
    margin-bottom: 15px
}

.favorito a {
    display: block;
    background: #00FF5F;
    padding: 10px;
    border-radius: 10px;
    color: #0F2946;
    margin-top: auto;
    transition: all .3s
}

.favorito a:hover {
    color: #0F2946;
    background: #fff
}

#marcas {
    background: #00FF5F;
    text-align: center;
    padding: 50px 0
}

#marcas h2 {
    color: #510500;
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 10px;
    line-height: 1
}

#marcas p {
    color: #fff;
    margin-bottom: 30px
}

.boxmarcas {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap
}

.marca {
    background: #172357;
    width: 130px;
    aspect-ratio: 1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border: solid 2px rgba(255, 184, 142, .5);
    transition: all .3s
}

.marca:hover {
    background: #000310
}


#comprasegura {
    background: linear-gradient(0deg, rgba(0, 255, 95, 0.13) -30.32%, rgba(0, 255, 95, 0.00) 55.42%), radial-gradient(56.74% 105.06% at 50% 36.4%, rgba(15, 41, 70, 0.34) 0%, #010A1F 100%), #010A1F;
    padding: 50px 0;
    text-align: center
}

#comprasegura h2 {
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1
}

#comprasegura h2 strong {
    color: #00FF5F;
    font-weight: 600
}

.bignumbers {
    margin: 30px 0 50px
}

.bignumbers .numero {
    color: #00FF5F;
    font-size: 6rem;
    font-weight: 900;
    line-height: 1
}

.bignumbers .unidade {
    color: #00FF5F;
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase
}

.bignumbers .legenda {
    color: #fff
}

.logosseguros {
    margin-bottom: 30px;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}

#comprasegura a.cta {
    display: inline-block;
    background: #00FF5F;
    padding: 10px 50px;
    border-radius: 10px;
    color: #0F2946;
    margin-top: 20px;
    transition: all 0.3s
}

#comprasegura a.cta:hover {
    color: #020a2d;
    background: #fff
}

#grupo {
    padding: 50px 0;
    background: #000729;
    text-align: center
}

#grupo h2 {
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1
}

#grupo h2 strong {
    background: linear-gradient(270deg, #00FF5F 34.5%, #2167FF 49.6%, #87D6FE 69.02%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    display: inline-block;
    font-weight: 600
}

#grupo p {
    margin-bottom: 30px
}

.boxgrupo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px
}

.boxgrupo .marcagrupo {
    width: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #091840;
    border-radius: 20px;
    aspect-ratio: 2/1;
    padding: 40px;
    transition: all .3s
}

.boxgrupo #magalu:hover {
    background: #0086ff
}

.boxgrupo #netshoes:hover {
    background: #9a00ff
}

.boxgrupo #estante:hover {
    background: #00bcaf
}

.boxgrupo #epoca:hover {
    background: #f05e8a
}

#saibamais {
    background: #010A1F;
    padding: 0 0 50px;
    text-align: center
}

#saibamais h2 {
    color: #00FF5F;
    display: inline-block;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1
}

#saibamais p {
    margin-bottom: 10px;
    color: #fff
}

#saibamais a {
    color: #00FF5F
}

#nuvem {
    background: #010A1F;
    padding: 0 0 50px;
    text-align: center
}

#nuvem .container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex-wrap: wrap
}

#nuvem a {
    background: #0F2946;
    display: inline-block;
    padding: 3px 5px;
    color: #ccc;
    text-transform: uppercase;
    font-size: .7rem;
    transition: all .3s
}

#nuvem a:hover {
    background: #00FF5F;
    color: #0F2946
}

#regulamento {
    background: #f7f7f8;
    padding: 0 0 50px;
    text-align: center
}

#regulamento h2 {
    color: #ff6a00;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1
}

#regulamento p {
    margin-bottom: 20px;
    color: #515151
}

#regulamento .cta {
    display: inline-block;
    background: #2167ff;
    padding: 15px 30px;
    border-radius: 20px;
    color: #fff;
    transition: all .3s
}

#regulamento .cta:hover {
    background: #ff6a00;
    color: #fff
}

.produtos {
    margin-top: 30px;
    align-items: stretch;
    margin-bottom: 30px
}

.links {
    margin: 15px 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px
}

.links .cta {
    display: inline-block;
    padding: 10px 30px;
    border: #e95400 solid 1px;
    color: #fff;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: all .3s;
    font-weight: 600
}

.links .cta:last-child {
    background: #e95400
}

.links .cta:hover {
    background: #fff;
    color: #e95400
}

#listaDinamica {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px 0;
    flex-wrap: wrap
}

.box-produto {
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 10px 10px;
    transition: all .3s;
    border-radius: 20px;
    text-align: left;
    width: 220px
}

.box-produto img {
    width: 100%;
    margin-bottom: 10px
}

#ofertas .box-produto .preco {
    color: #0F2946;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 3px;
    line-height: 1
}

#ofertas .box-produto p {
    font-size: .8rem;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1;
    color: #878787
}

.box-produto h3 {
    color: #000;
    font-weight: 400;
    margin-bottom: 6px;
    line-height: 1;
    font-size: .9rem;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    box-orient: vertical
}

#ofertas .box-produto p.tag {
    background: #00FF5F;
    color: #0F2946;
    padding: 3px 8px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 3px;
    font-weight: normal
}

#ofertas .box-produto p span.porcentagem {
    background: #00FF5F;
    color: #0F2946;
    padding: 3px 5px;
    border-radius: 5px;
    display: inline-block;
    font-weight: normal;
    margin-bottom: 3px
}

#ofertas .box-produto p span.precode {
    text-decoration: line-through;
    color: #bfbfbf
}

#ofertas .uk-dotnav,
#esquenta .uk-dotnav {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto
}

#ofertas .uk-dotnav>*>*,
#esquenta .uk-dotnav>*>* {
    border: solid 1px #fff;
    background: #000
}

#ofertas .uk-dotnav>.uk-active>*,
#esquenta .uk-dotnav>.uk-active>* {
    background: #fff;
    border: solid 1px #fff
}

.uk-dotnav {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none
}

.uk-dotnav>* {
    flex: none
}

.uk-dotnav>*>* {
    display: block;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: 0 0;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    border: 1px solid rgba(102, 102, 102, .4);
    transition: .2s ease-in-out;
    transition-property: background-color, border-color
}

.uk-dotnav>*>:hover {
    background-color: rgba(102, 102, 102, .6);
    border-color: rgba(0, 0, 0, 0)
}

.uk-dotnav>*>:active {
    background-color: rgba(102, 102, 102, .2);
    border-color: rgba(0, 0, 0, 0)
}

.uk-dotnav>.uk-active>* {
    background-color: rgba(102, 102, 102, .6);
    border-color: rgba(0, 0, 0, 0)
}

.uk-dotnav>* {
    padding-left: 3px
}

.uk-slider {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.uk-slider-container {
    overflow: hidden;
    overflow: clip
}

.uk-slider-container-offset {
    margin: -11px -25px -39px -25px;
    padding: 11px 25px 39px 25px
}

.uk-slider-items {
    will-change: transform;
    position: relative;
    touch-action: pan-y
}

.uk-slider-items:not(.uk-grid) {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-touch-callout: none
}

.uk-slider-items.uk-grid {
    flex-wrap: nowrap
}

.uk-slider-items>* {
    flex: none;
    box-sizing: border-box;
    max-width: 100%;
    position: relative
}

[class*=uk-child-width]>* {
    box-sizing: border-box;
    width: 100%
}

.uk-child-width-1-2>* {
    width: 50%
}

.uk-child-width-1-3>* {
    width: 33.3222259247%
}

.uk-child-width-1-4>* {
    width: 25%
}

.uk-child-width-1-5>* {
    width: 20%
}

.uk-child-width-1-6>* {
    width: 16.6638893518%
}

.uk-child-width-auto>* {
    width: auto
}

.uk-child-width-expand>:not([class*=uk-width]) {
    flex: 1;
    min-width: 1px
}

#esquenta {
    margin-bottom: 50px;
    padding-top: 50px
}

#esquenta h2 {
    color: #fff;
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1
}

#esquenta h2 strong {
    color: #ff6a00
}

.acoesequenta {
    margin-bottom: 20px
}

.acao {
    text-align: left;
    margin-top: 50px
}

.acao h3 {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 1
}

.acao h3 strong {
    color: #ff6a00
}

.acao p {
    margin-bottom: 10px
}

.acao .links {
    justify-content: flex-start
}

.acao .legal {
    font-size: .8rem;
    color: #999
}

.acao .legal a {
    color: #999;
    text-decoration: underline;
    margin-bottom: 0
}

.acao .legal a:hover {
    color: #e15112
}

.acoesequenta li a {
    aspect-ratio: 2/1.6;
    background: #fff;
    margin: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px
}

#cupons h2 {
    color: #fff;
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1
}

#cupons p {
    margin-bottom: 30px
}

#cupons h2 strong {
    color: #ff6a00;
    display: block
}

.cupons {
    gap: 1rem;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    margin-bottom: 20px
}

#cupons .cupom .descritivo {
    margin-bottom: 5px
}

.cupom {
    box-sizing: border-box;
    background: #fff;
    padding: 10px;
    border-radius: 1rem;
    position: relative;
    color: #383838;
    width: 380px
}

#cupons .cupom p {
    margin-bottom: 0
}

.cupom.apagado {
    display: none
}

.cupom.encerrado {
    background: #6a6a6a
}

.cupom.encerrado * {
    filter: grayscale(1);
    color: #333
}

.cupom h2 {
    color: #383838;
    font-weight: 600
}

.linkcupom {
    gap: 3px;
    align-items: stretch;
    margin-bottom: 10px
}

#listacupons {
    margin-bottom: 30px
}

#listacupons .cupom .nomecupom {
    background: #000;
    border-radius: .5rem;
    padding: .5rem;
    color: #fff;
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    flex-grow: 1;
    transition: all .3s;
    height: 35px
}

#listacupons .cupom .nomecupom span {
    transition: .3s;
    display: inline-block
}

.cupom.encerrado .nomecupom {
    cursor: auto;
    text-decoration: line-through
}

.cupom .nomecupom::before {
    content: url(../img/copy.png);
    filter: brightness(100);
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    right: 7px
}

.cupom.cupom.encerrado .nomecupom::before {
    display: none
}

#listacupons .cupom .vantagem {
    font-size: 1.5rem;
    font-weight: 600;
    color: #4fa029;
    line-height: 1
}

.cupom .descritivo {
    overflow: hidden
}

hr {
    border-top: 5px #fff dotted;
    margin: 1rem 0;
    position: relative
}

.cupom .cta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    text-transform: uppercase;
    text-align: center;
    border-radius: .5rem;
    padding: .5rem;
    color: #fff;
    font-weight: bold;
    background: #ff6a00;
    transition: all .3s;
    font-size: .8rem;
    height: 35px
}

.cupom .cta:hover img {
    display: none
}

.cupom .cta div {
    display: none;
    pointer-events: none;
    font-size: .8rem
}

.cupom.cupom.encerrado .cta {
    pointer-events: none
}

#listacupons .linkcupom:has(.cta:hover) :not(:hover) {
    flex-shrink: 1;
    flex-grow: 0;
    height: 35px;
    padding: .5rem 0
}

#listacupons .linkcupom:has(.cta:hover) :not(:hover)::before {
    display: none
}

#listacupons .linkcupom:has(.cta:hover) :not(:hover) span {
    display: none;
    padding: 0;
    width: 0;
    padding: 0
}

.cupom .cta:hover {
    flex-grow: 1;
    flex-shrink: 0
}

.cupom .cta:hover div {
    display: flex;
    justify-content: center;
    align-items: center
}

.cupom .condicoes {
    color: #383838;
    display: block;
    text-decoration: underline;
    margin-bottom: 0rem;
    font-size: .8rem
}

#listacupons p.cronometro {
    color: #383838;
    margin-bottom: 0rem;
    font-size: .8rem;
    gap: 3px
}

.legalcupom {
    background: #fff;
    padding: 40px;
    max-width: 450px;
    margin: 0 auto;
    translate: -8px 0;
    position: relative
}

.legalcupom h2 {
    font-size: 1rem;
    text-transform: uppercase;
    color: #fc6b0f;
    margin-bottom: 10px
}

.legalcupom p {
    font-size: .8rem;
    color: #000
}

.legalcupom a {
    color: #fc6b0f
}

.legalcupom .uk-close svg line {
    stroke: #000
}

#notificacao {
    text-align: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #fc6b0f;
    border: dashed 2px #333;
    color: #fff;
    padding: 20px;
    opacity: 0;
    transition: opacity .3s
}

#notificacao p {
    font-weight: 600
}

#notificacao.mostrar {
    opacity: 1
}

.arealogo .separacupom {
    gap: 10px;
    align-items: center;
    justify-content: space-between
}

.fotocupom {
    width: 150px;
    flex-shrink: 0;
    border-right: dashed #333 1px;
    padding-right: 10px
}

.fotocupom img {
    border-radius: 1rem;
    width: 150px;
    aspect-ratio: 1;
    -o-object-fit: contain;
    object-fit: contain
}

.dadoscupom {
    flex-grow: 1
}

#naoencontrou {
    background: #0066f5;
    padding: 50px 0;
    text-align: center
}

#naoencontrou .chamada {
    max-width: 600px;
    text-align: left
}

#naoencontrou h2 {
    color: #fff
}

#naoencontrou p {
    color: #fff;
    text-wrap: balance;
    margin-bottom: 30px
}

#naoencontrou a {
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    background: #fc6b0f;
    border-radius: 10px;
    transition: all .3s
}

#naoencontrou a:hover {
    background: #fff;
    color: #fc6b0f
}

#listacupons p {
    text-align: center;
    color: #383838;
    font-size: .9rem
}

#listacupons .cupom .vantagem,
#listacupons .cupom .descritivo {
    text-align: left
}

#cupons .links a {
    text-decoration: none
}

#cupons .legal {
    font-size: .8rem
}

#cupons .legal a {
    color: #fff;
    text-decoration: underline;
    transition: all .3s
}

#cupons .legal a:hover {
    color: #fc6b0f
}

.oportunidades {
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.oportunidade {
    border: solid 1px #e95400;
    background: #121212;
    border-radius: 30px;
    padding: 20px 30px;
    text-align: center;
    width: 200px
}

#cupons .oportunidades p {
    margin-bottom: 0;
    color: #00FF5F
}

@media(min-width: 640px) {
    .uk-child-width-1-1\@s>* {
        width: 100%
    }

    .uk-child-width-1-2\@s>* {
        width: 50%
    }

    .uk-child-width-1-3\@s>* {
        width: 33.3222259247%
    }

    .uk-child-width-1-4\@s>* {
        width: 25%
    }

    .uk-child-width-1-5\@s>* {
        width: 20%
    }

    .uk-child-width-1-6\@s>* {
        width: 16.6638893518%
    }

    .uk-child-width-auto\@s>* {
        width: auto
    }

    .uk-child-width-expand\@s>:not([class*=uk-width]) {
        flex: 1;
        min-width: 1px
    }
}

@media(min-width: 960px) {
    .uk-child-width-1-1\@m>* {
        width: 100%
    }

    .uk-child-width-1-2\@m>* {
        width: 50%
    }

    .uk-child-width-1-3\@m>* {
        width: 33.3222259247%
    }

    .uk-child-width-1-4\@m>* {
        width: 25%
    }

    .uk-child-width-1-5\@m>* {
        width: 20%
    }

    .uk-child-width-1-6\@m>* {
        width: 16.6638893518%
    }

    .uk-child-width-auto\@m>* {
        width: auto
    }

    .uk-child-width-expand\@m>:not([class*=uk-width]) {
        flex: 1;
        min-width: 1px
    }
}

@media(min-width: 1200px) {
    .uk-child-width-1-1\@l>* {
        width: 100%
    }

    .uk-child-width-1-2\@l>* {
        width: 50%
    }

    .uk-child-width-1-3\@l>* {
        width: 33.3222259247%
    }

    .uk-child-width-1-4\@l>* {
        width: 25%
    }

    .uk-child-width-1-5\@l>* {
        width: 20%
    }

    .uk-child-width-1-6\@l>* {
        width: 16.6638893518%
    }

    .uk-child-width-auto\@l>* {
        width: auto
    }

    .uk-child-width-expand\@l>:not([class*=uk-width]) {
        flex: 1;
        min-width: 1px
    }
}

@media(min-width: 1600px) {
    .uk-child-width-1-1\@xl>* {
        width: 100%
    }

    .uk-child-width-1-2\@xl>* {
        width: 50%
    }

    .uk-child-width-1-3\@xl>* {
        width: 33.3222259247%
    }

    .uk-child-width-1-4\@xl>* {
        width: 25%
    }

    .uk-child-width-1-5\@xl>* {
        width: 20%
    }

    .uk-child-width-1-6\@xl>* {
        width: 16.6638893518%
    }

    .uk-child-width-auto\@xl>* {
        width: auto
    }

    .uk-child-width-expand\@xl>:not([class*=uk-width]) {
        flex: 1;
        min-width: 1px
    }
}

@media screen and (max-width: 1400px) {

    #float01,
    #float02 {
        display: none
    }
}

@media screen and (max-width: 1230px) {
    .container {
        margin: 0 30px
    }

    #conteudo .container {
        width: auto
    }

    .separacupom {
        flex-direction: column
    }

    .dadoscupom {
        border-top: 2px #fff dashed;
        border-left: none;
        padding-left: 0rem;
        padding-top: .5rem;
        width: 100%;
        text-align: center
    }

    .fotocupom {
        border-right: none;
        border-bottom: dashed #333 1px;
        padding: 0 0 10px
    }

    #listacupons .cupom .vantagem,
    #listacupons .cupom .descritivo,
    #listacupons .cupom .nomecupom {
        text-align: center
    }
}

@media screen and (max-width: 1100px) {
    #clube {
        padding: 90px 0 50px
    }

    #clube .flex {
        flex-direction: column
    }

    #clube .ninja {
        scale: 1
    }

    #clube .como .flex div {
        width: 100%
    }

    #clube .texto {
        margin: 0 30px;
        width: 100%
    }

    #app {
        padding: 100px 0 0
    }

    #app .container {
        flex-direction: column-reverse;
        gap: 50px
    }

    #app .boxtexto {
        background: #0F2946;
        padding: 30px;
        border-radius: 30px;
        position: relative;
        width: 100%;
        translate: -2px 0
    }

    #app .vantagem:nth-child(1) {
        background-size: 80px;
        background-position: 30px center
    }

    #app .boxtexto h2 {
        font-size: 2rem
    }

    .downloadapp {
        justify-content: center;
        margin: 30px 0 0
    }

    header.center {
        justify-content: space-between
    }

    header {
        width: calc(100% - 60px);
        margin: 0 auto
    }

    .menu {
        display: none
    }

    #logo-kabum {
        display: block
    }

    .menu-burger {
        display: block;
        width: 140px;
        text-align: right
    }

    nav ul.menuprincipal {
        background: none;
        border: none;
        padding: 0
    }
}

@media screen and (max-width: 960px) {
    .float {
        display: none
    }
}

@media screen and (max-width: 768px) {
    main .principal {
        background: none;
        min-height: auto;
        padding-top: 30px;
    }

    main .principal .familia {
        display: block;
    }
}

@media screen and (max-width: 665px) {
    header {
        padding: 30px 0
    }

    header.center {
        justify-content: flex-end
    }

    header nav.flex {
        display: none
    }


    #app .vantagem {
        width: 100%;
        padding: 30px
    }

    #app .boxtexto .vantagem:nth-child(1),
    #app .boxtexto .vantagem:nth-child(2),
    #app .boxtexto .vantagem:nth-child(3),
    #app .boxtexto .vantagem:nth-child(4) {
        background-size: 18%
    }

    #app .vantagem p {
        font-size: 1.2rem
    }

    .favorito {
        width: 100%
    }

    .dica {
        width: 100%
    }

    .bignumbers .numero {
        font-size: 5rem
    }

    .bignumbers {
        flex-wrap: wrap;
        gap: 30px
    }

    .numeros {
        width: 100%;
        background: #0F2946;
        border-radius: 20px;
        padding: 10px
    }

    .cupom {
        width: 100%;
        text-align: center;
        min-width: auto
    }

    .cupom .descritivo {
        height: auto;
        overflow: auto
    }

    .fotocupom {
        width: 100px
    }

    .box-produto img {
        max-width: 250px;
        margin: 0 auto 20px;
        display: block
    }

    .box-produto {
        text-align: center
    }
}

@media screen and (max-width: 580px) {
    .float {
        display: none
    }

    h1 {
        font-size: 2rem
    }

    .boxhome {
        width: 100%
    }

    main {
        background-position: center -60px, center center
    }

    #app .boxtexto .vantagem:nth-child(1),
    #app .boxtexto .vantagem:nth-child(2),
    #app .boxtexto .vantagem:nth-child(3),
    #app .boxtexto .vantagem:nth-child(4) {
        background-size: 25%
    }

    .boxgrupo .marcagrupo {
        width: 100%;
        aspect-ratio: 3/1
    }

    #app .boxtexto::after {
        display: none
    }

    .cupom {
        width: 100%
    }

    .box-produto {
        width: 100%
    }

    .itemguia {
        width: 100%
    }

    .gatilhos {
        flex-shrink: 1
    }
}