@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: #000000;
    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: 1080px;
    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: #003efe;
}

#footer-social {
    background: #F8E601;
}

#footer-social .container {
    position: relative
}

#footer-social ul {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: 20px 0
}

#footer-social li span {
    padding: 8px;
    background-color: #003efe;
    border-radius: 50%;
    color: #fff;
    transition: all .3s
}

#footer-social li span:hover {
    background-color: #003efe;
    color: #FFBF00;
}


footer p {
    color: #fff;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0;
}



nav ul {
    display: flex;
    gap: 5px
}

nav li a {
    color: #fff;
    transition: all .2s;
    font-family: "Poppins", serif;
    font-size: 1rem;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 30px;
}

nav li:hover a,
nav li a.ativo {
    background: #FFEC00;
    color: #00177D;
}

.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 0 80px;
}



#faq {
    background-color: #0059FF;
    background-image:
        linear-gradient(90deg, rgba(0, 54, 203, 0.00) 82.61%, #0036CB 97.84%),
        linear-gradient(90deg, #0036CB 2.08%, rgba(0, 54, 203, 0.00) 14.79%),
        url(../img/pattern-produtos.webp),
        radial-gradient(46.48% 36.65% at 22.92% 114.67%, #0036CB 0%, rgba(0, 54, 203, 0.00) 100%),
        radial-gradient(85.16% 64.59% at 64.19% 135.03%, #0036CB 0%, rgba(0, 54, 203, 0.00) 100%),
        radial-gradient(59.71% 62.42% at 42.21% -3.89%, #0036CB 0%, rgba(0, 54, 203, 0.00) 100%);
    background-position: center, center, center, center, center, center;
    background-repeat: no-repeat, no-repeat, repeat, no-repeat, no-repeat, no-repeat;
    padding: 50px 0;
    text-align: center;
}

#faq h2 {
    font-size: 1.4rem;
    color: #fff;
    text-wrap: balance;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
}

#faq ul {
    margin-bottom: 50px;
}


#faq li {
    background: #00177D;
    padding: 20px 20px;
    border-radius: 10px;
    text-align: left;
}

#faq li h3 {
    color: #FFEC00;
    font-size: 1rem;
    font-weight: 600;
}

#faq li p {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 10px;
}

#faq li a {
    color: #FFEC00;
}

#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-color: #0059FF;
    background-image:
        linear-gradient(90deg, rgba(0, 54, 203, 0.00) 82.61%, #0036CB 97.84%),
        linear-gradient(90deg, #0036CB 2.08%, rgba(0, 54, 203, 0.00) 14.79%),
        url(../img/pattern-produtos.webp),
        radial-gradient(46.48% 36.65% at 22.92% 114.67%, #0036CB 0%, rgba(0, 54, 203, 0.00) 100%),
        radial-gradient(85.16% 64.59% at 64.19% 135.03%, #0036CB 0%, rgba(0, 54, 203, 0.00) 100%),
        radial-gradient(59.71% 62.42% at 42.21% -3.89%, #0036CB 0%, rgba(0, 54, 203, 0.00) 100%);
    background-position: center, center, center, center, center, center;
    background-repeat: no-repeat, no-repeat, repeat, no-repeat, no-repeat, no-repeat;
    padding: 0 0 50px;
}

h1 {
    color: #fff;
    font-size: 2.5rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}

h1 strong {
    color: #FFEC00;
    font-weight: 700;
}

main .titulo {
    max-width: 400px;
}

main .titulo h2 {
 color: #fff;
 font-size: 1.6rem;
 margin-bottom: 10px;
}

main .titulo p {
    color: #fff;
    margin-bottom: 30px;
}

main #chamada {
    gap: 60px;
}


.cta {
    background: #FFEC00;
    color: #00177D;
    transition: all .2s;
    font-family: "Poppins", serif;
    font-size: 1rem;
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    border-radius: 30px;
}

.cta::after {
    content: url(../img/setinha-link.webp);
    transition: all .2s;
}

.cta:hover {
    background: #FFEC00;
    color: #00177D;
}

.cta:hover::after {
    padding-left: 10px;
}

@keyframes fotopai {
    0% {
        background: url(../img/pai01.webp) center center no-repeat;
        background-size: contain;
    }

    20% {
        background: url(../img/pai01.webp) center center no-repeat;
        background-size: contain;
    }

    25% {
        background: url(../img/pai02.webp) center center no-repeat;
        background-size: contain;
    }

    45% {
        background: url(../img/pai02.webp) center center no-repeat;
        background-size: contain;
    }

    50% {
        background: url(../img/pai03.webp) center center no-repeat;
        background-size: contain;
    }

    70% {
        background: url(../img/pai03.webp) center center no-repeat;
        background-size: contain;
    }

    75% {
        background: url(../img/pai04.webp) center center no-repeat;
        background-size: contain;
    }

    95% {
        background: url(../img/pai04.webp) center center no-repeat;
        background-size: contain;
    }

    100% {
        background: url(../img/pai01.webp) center center no-repeat;
        background-size: contain;
    }

}

@keyframes animaproduto01 {
    0% {
        background: url(../img/produto-anima-01-01.webp) center center no-repeat;
        background-size: contain;
        scale: 1;
    }

    20% {
        background: url(../img/produto-anima-01-01.webp) center center no-repeat;
        background-size: contain;
        scale: 1;
    }

    22.5% {
        background: url(../img/produto-anima-01-01.webp) center center no-repeat;
        background-size: contain;
        scale: 0.1;
    }

    22.6% {
        background: url(../img/produto-anima-01-02.webp) center center no-repeat;
        background-size: contain;
        scale: 0.1;
    }

    25% {
        background: url(../img/produto-anima-01-02.webp) center center no-repeat;
        background-size: contain;
        scale: 1;
    }

    45% {
        background: url(../img/produto-anima-01-02.webp) center center no-repeat;
        background-size: contain;
        scale: 1;
    }

    47.5% {
        background: url(../img/produto-anima-01-02.webp) center center no-repeat;
        background-size: contain;
        scale: 0.1;
    }

    47.6% {
        background: url(../img/produto-anima-01-03.webp) center center no-repeat;
        background-size: contain;
        scale: 0.1;
    }

    50% {
        background: url(../img/produto-anima-01-03.webp) center center no-repeat;
        background-size: contain;
        scale: 1;
    }

    70% {
        background: url(../img/produto-anima-01-03.webp) center center no-repeat;
        background-size: contain;
        scale: 1;
    }

    72.5% {
        background: url(../img/produto-anima-01-03.webp) center center no-repeat;
        background-size: contain;
        scale: 0.1;
    }

    72.6% {
        background: url(../img/produto-anima-01-04.webp) center center no-repeat;
        background-size: contain;
        scale: 0.1;
    }

    75% {
        background: url(../img/produto-anima-01-04.webp) center center no-repeat;
        background-size: contain;
        scale: 1;
    }

    95% {
        background: url(../img/produto-anima-01-04.webp) center center no-repeat;
        background-size: contain;
        scale: 1;
    }

    97.5% {
        background: url(../img/produto-anima-01-04.webp) center center no-repeat;
        background-size: contain;
        scale: 0.1;
    }

    97.6% {
        background: url(../img/produto-anima-01-01.webp) center center no-repeat;
        background-size: contain;
        scale: 0.1;
    }

    100% {
        background: url(../img/produto-anima-01-01.webp) center center no-repeat;
        background-size: contain;
        scale: 1;
    }
}

@keyframes animaproduto02 {
    0% {
        background: url(../img/produto-anima-02-01.webp) center center no-repeat;
        background-size: contain;
        scale: 1;
    }

    20% {
        background: url(../img/produto-anima-02-01.webp) center center no-repeat;
        background-size: contain;
        scale: 1;
    }

    22.5% {
        background: url(../img/produto-anima-02-01.webp) center center no-repeat;
        background-size: contain;
        scale: 0.1;
    }

    22.6% {
        background: url(../img/produto-anima-02-02.webp) center center no-repeat;
        background-size: contain;
        scale: 0.1;
    }

    25% {
        background: url(../img/produto-anima-02-02.webp) center center no-repeat;
        background-size: contain;
        scale: 1;
    }

    45% {
        background: url(../img/produto-anima-02-02.webp) center center no-repeat;
        background-size: contain;
        scale: 1;
    }

    47.5% {
        background: url(../img/produto-anima-02-02.webp) center center no-repeat;
        background-size: contain;
        scale: 0.1;
    }

    47.6% {
        background: url(../img/produto-anima-02-03.webp) center center no-repeat;
        background-size: contain;
        scale: 0.1;
    }

    50% {
        background: url(../img/produto-anima-02-03.webp) center center no-repeat;
        background-size: contain;
        scale: 1;
    }

    70% {
        background: url(../img/produto-anima-02-03.webp) center center no-repeat;
        background-size: contain;
        scale: 1;
    }

    72.5% {
        background: url(../img/produto-anima-02-03.webp) center center no-repeat;
        background-size: contain;
        scale: 0.1;
    }

    72.6% {
        background: url(../img/produto-anima-02-04.webp) center center no-repeat;
        background-size: contain;
        scale: 0.1;
    }

    75% {
        background: url(../img/produto-anima-02-04.webp) center center no-repeat;
        background-size: contain;
        scale: 1;
    }

    95% {
        background: url(../img/produto-anima-02-04.webp) center center no-repeat;
        background-size: contain;
        scale: 1;
    }

    97.5% {
        background: url(../img/produto-anima-02-04.webp) center center no-repeat;
        background-size: contain;
        scale: 0.1;
    }

    97.6% {
        background: url(../img/produto-anima-02-01.webp) center center no-repeat;
        background-size: contain;
        scale: 0.1;
    }

    100% {
        background: url(../img/produto-anima-02-01.webp) center center no-repeat;
        background-size: contain;
        scale: 1;
    }
}

@keyframes selo{
    0%{
        rotate: 0deg;
    }

    40%{
        rotate: 0deg;
    }

    50%{
        rotate: -5deg;
    }

    90%{
        rotate: -5deg;
    }

    100%{
        rotate: 0deg;
    }
}

#pai {
    aspect-ratio: 530 / 563;
    width: 100%;
    max-width: 530px;
    position: relative;
    animation: fotopai 12s linear infinite;
}

#pai::after {
    content: "";
    display: block;
    width: 120px;
    height: 120px;
    position: absolute;
    left: -20px;
    top: -20px;
    transform-origin: center center;
    animation: animaproduto01 6s linear infinite;
}

#pai::before {
    content: "";
    display: block;
    width: 120px;
    height: 120px;
    position: absolute;
    bottom: 100px;
    right: -20px;
    transform-origin: center center;
    animation: animaproduto02 6s linear infinite;
    animation-delay: 1s;
    background: url(../img/produto-anima-02-01.webp) center center no-repeat;
    background-size: contain;
}

#pai .selo{
    width: 200px;
    position: absolute;
    bottom: 20px;
    left: -100px;
    animation: selo 2s linear infinite;
    rotate: 0deg;
}


#vantagens{
    background: url(../img/pattern-seta.webp) center center repeat;
    padding: 50px 0;
}

#vantagens h2{
    color: #00177D;
    font-size: 1.6rem;
    margin-bottom: 40px;
}

#vantagens .container{
    text-align: center;
    align-items: stretch;
    gap: 40px 15px;

}

.vantagem{
    max-width: 240px;
    background: #002AE3;
    padding: 60px 20px 20px;
    border-radius: 20px;
    color: #fff;
    font-size: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.vantagem h3{
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.vantagem::before{
    position: absolute;
    top: -20px;
    transition: all 0.3s;
}

.vantagem:hover::before{
    top: -30px;
}

.vantagem:nth-child(1)::before{
    content: url(../img/ico-cupons.webp);
}

.vantagem:nth-child(2)::before{
    content: url(../img/ico-entrega.webp);
}

.vantagem:nth-child(3)::before{
    content: url(../img/ico-ofertas.webp);
}

.vantagem:nth-child(4)::before{
    content: url(../img/ico-giftcard.webp);
}

#estilo {
    background-color: #0059FF;
    background-image:
        linear-gradient(90deg, rgba(0, 54, 203, 0.00) 82.61%, #0036CB 97.84%),
        linear-gradient(90deg, #0036CB 2.08%, rgba(0, 54, 203, 0.00) 14.79%),
        url(../img/pattern-produtos.webp),
        radial-gradient(46.48% 36.65% at 22.92% 114.67%, #0036CB 0%, rgba(0, 54, 203, 0.00) 100%),
        radial-gradient(85.16% 64.59% at 64.19% 135.03%, #0036CB 0%, rgba(0, 54, 203, 0.00) 100%),
        radial-gradient(59.71% 62.42% at 42.21% -3.89%, #0036CB 0%, rgba(0, 54, 203, 0.00) 100%);
    background-position: center, center, center, center, center, center;
    background-repeat: no-repeat, no-repeat, repeat, no-repeat, no-repeat, no-repeat;
    padding: 100px 0 50px;
    text-align: center;
}

#estilo .titulo{
    position: relative;
     width: fit-content;
    margin: 0 auto;
    margin-bottom: 50px;
}

#estilo h2{
    background: #00177D;
    color: #fff;
    font-size: 1.6rem;
    padding: 20px 40px;
    border-radius: 20px;
    display: block;
    position: relative;
   
    
    z-index: 2;
}

#estilo h2 strong{
    font-style: italic;
}

#estilo .titulo::before{
    content: url(../img/splash.webp);
    position: absolute;
    z-index: 0;
    left: -50px;
    top: 50%;
    translate: 0 -50%;
}

.tipo .texto{
    max-width: 450px;
    text-align: left;
}

.tipo .texto h3{
    font-size: 3rem;
    color: #FFEC00;
    font-weight: 700;
    margin-bottom: 30px;
}

.tipo .texto p{
    color: #fff;
}

.tipo .texto a{
    color: #FFEC00;
}

.amarelo{
    background: url(../img/pattern-seta.webp) center center repeat;
    padding: 50px 0;
}

.azul{
    background-color: #0059FF;
    background-image:
        linear-gradient(90deg, rgba(0, 54, 203, 0.00) 82.61%, #0036CB 97.84%),
        linear-gradient(90deg, #0036CB 2.08%, rgba(0, 54, 203, 0.00) 14.79%),
        url(../img/pattern-produtos.webp),
        radial-gradient(46.48% 36.65% at 22.92% 114.67%, #0036CB 0%, rgba(0, 54, 203, 0.00) 100%),
        radial-gradient(85.16% 64.59% at 64.19% 135.03%, #0036CB 0%, rgba(0, 54, 203, 0.00) 100%),
        radial-gradient(59.71% 62.42% at 42.21% -3.89%, #0036CB 0%, rgba(0, 54, 203, 0.00) 100%);
    background-position: center, center, center, center, center, center;
    background-repeat: no-repeat, no-repeat, repeat, no-repeat, no-repeat, no-repeat;
    padding: 50px 0;
}

.amarelo .tipo .texto h3{
    font-size: 3rem;
    color: #002AE3;
    font-weight: 700;
    margin-bottom: 30px;
}

.amarelo .tipo .texto p{
    color: #2C2C2C;
}

.amarelo  .tipo .texto a{
    color: #002AE3;
}

#monteoseu{
    text-align: center;
    background: #1e1e1e url(../img/bg-monte-o-seu.webp) center top no-repeat ;
    background-size: cover;
    padding: 50px;
    color: #fff;
    position: relative;
}

#monteoseu::before{
    background: url(../img/pc-monte-02.webp) center center no-repeat;
    content: "";
    background-size: contain;
    aspect-ratio: 432 / 405;
    width: 300px;
    left: 50px;
    top: 50%;
    translate: 0 -50%;
    position: absolute;
    filter: drop-shadow(20px 20px 20px rgba(0, 0, 0, 0.7));
}

#monteoseu::after{
    background: url(../img/pc-monte-01.webp) center center no-repeat;
    content: "";
    background-size: contain;
    aspect-ratio: 432 / 421;
    width: 300px;
    right: 50px;
    top: 50%;
    translate: 0 -50%;
    position: absolute;
    filter: drop-shadow(20px 20px 20px rgba(0, 0, 0, 0.7));
}


#monteoseu .flex{
    justify-content: center;
    gap: 50px;
}

#monteoseu img{
    max-height: 400px;
}

#monteoseu h2 {
    text-transform: uppercase;
    font-size: 2.4rem;
    font-weight: 600;
    color: #FCC34A;
    margin-bottom: 20px;
}

#monteoseu .passos{
    border: solid 1px #FF7800;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 15px;
    flex-wrap: wrap;
    width: fit-content;
    margin: 30px auto;
    background: #131314;
}

#monteoseu .passo{
    background: #191D27;
    border-radius: 20px;
    overflow: hidden;
    width: 203px;
}

#monteoseu .passo p{
    color: #fff;
    padding: 20px;
    font-size: 0.8rem;
    text-align: center;
}

.customiza{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}


#monteoseu .separador{
    display: flex;
    justify-content: center;
    align-items: center;
}

#monteoseu a{
    background: #FF7800;
    border-radius: 10px;
    color: #fff;
    padding: 10px 30px;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s;
    text-align: center;
    width: 150px;
}

#monteoseu a:hover{
    background: #0081F2;
    color: #fff;
}

#monteoseu p.adicional{
    background: #131314;
    padding: 10px 20px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 30px;
    font-size: 0.9rem;
}

#monteoseu p.adicional strong{
    color: #FF7800;
}

#app {
    background: url(../img/bg-app.webp) center center no-repeat;
    background-size: cover;
    text-align: center;
    padding: 50px 0 0;
}

#app .container{
    align-items: flex-end;
}

#app .foto{
    scale: 1.2;
    transform-origin: right bottom;
}

#app .texto {
    max-width: 700px
}



#app .texto h2 {
    color: #2544b5;
    font-size: 2rem;
    margin-bottom: 20px;
    font-weight: 600;
}

#app .texto p {
    color: #000
}

#app .texto .vantagensapp {
    align-items: stretch;
    margin: 30px auto
}

#app .texto .vantagensapp .box {
    background: #001E4C;
    border: solid 1px rgba(233, 84, 0, .4);
    border-radius: 20px;
    padding: 20px;
    width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

#app .texto .vantagensapp .box h3 {
    color: #F8E601;
    margin-bottom: 5px;
    font-weight: 600;
}

#app .texto .vantagensapp .box p {
    color: #fff;
    font-size: 0.8rem;
}

#app .texto .cta {
    margin: 20px auto 80px;
}



.boxhow{
    background: #001345;
    padding: 30px;
    border-radius: 30px;
    gap: 15px;
}

.boxhow .passo{
    width: 204px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}

.boxhow .passo p{
    background: #002279;
    color: #fff;
    padding: 20px;
    text-align: center;
    font-size: 0.8rem;
    height: 100px;
}

.boxhow .passo p strong{
    color: #FF0000;
    font-size: 1rem;
}

.boxhow .passo a{
    color: #FFEC00;
}

.boxhow .separador{
    flex-shrink: 0;
}

.boxhow .texto{
    flex-grow: 1;
}

.boxhow .texto h3{
   font-size: 1.6rem;
   color: #fff;
   margin-bottom: 15px;
   text-wrap: balance;
}

.boxhow .texto h3 strong{
    color: #FFEC00;
}

.boxhow .texto p{
    color: #fff;
    font-size: 0.9rem;
}



#howto-estoque{
    margin-top: 30px;
}

#faq #saibamais h2{
    color: #FFEC00;
    text-transform: none;
}

#faq #saibamais p{
    color: #fff;
    margin-bottom: 15px;
}

#faq #saibamais p:last-child{
    margin: 0;
}

#black .flex{
    align-items: stretch;
}

#black .box{
    width: 900%;
    max-width: 650px;
    font-size: 0.8rem;
    background: radial-gradient(30.32% 6.07% at 78.93% 63.66%, rgba(18, 84, 255, 0.14) 0%, rgba(39, 100, 255, 0) 100%), radial-gradient(48.86% 65.68% at 10.31% 32.17%, rgba(233, 84, 0, 0.14) 4.66%, rgba(233, 84, 0, 0) 100%), #262626;
    padding: 20px;
    border-radius: 20px;
    align-items: center;
    color: #fff;
}

#black .box h2{
    color: #FF7800;
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

#black .box p{
    margin-bottom: 10px;
}

#black .box .cta{
    background: #FF7800;
    color: #fff;
    font-size: 0.8rem;

}



#black .box img{
    max-width: 150px;
}


@media screen and (max-width: 1480px) {
    #monteoseu::before, #monteoseu::after{
        display: none;
    }
}




@media screen and (max-width: 1160px) {
    .container {
        margin: 0 30px
    }

    #app {
        padding-top: 50px
    }

    #app .texto {
        max-width: none
    }

    #app .container {
        flex-direction: column-reverse;
        align-items: center;
    }

    #app .foto{
        display: none;
    }

    .boxhow{
        flex-wrap: wrap;
    }

    .boxhow .texto{
        width: 100%;
        text-align: center;
    }
}


@media screen and (max-width: 960px) {

    #monteoseu .separador{
        display: none;
    }

    
}


@media screen and (max-width: 830px) {

    #monteoseu{
        text-align: center;
        padding-top: 50px;
    }

    #monteoseu .flex{
        flex-direction: column;
    }

    header{
        padding: 30px 0;
    }

    main #chamada{
        flex-direction: column;
    }

    main .titulo{
        text-align: center;
    }

    main .cta{
        margin: 0 auto;
    }

    #pai .selo{
        left: 0px;
        bottom: -50px;
    }

    .tipo{
        flex-direction: column;
    }

    #estilo{
        padding: 50px 0;
    }

    .tipo .texto{
        max-width: 600px;
        text-align: center;
    }

    .amarelo .tipo{
        flex-direction: column-reverse;
    }

    #estilo .titulo::before{
        display: none;
    }

    .customiza{
        margin-bottom: 30px;
    }

    #app .texto .vantagensapp{
        flex-wrap: wrap;
    }

    .boxhow .separador{
        display: none;
    }

}

@media screen and (max-width: 650px) {

    #black .box{
        margin: 0 20px;
        justify-content: center;
        align-items: center;
    }

    #black .flex{ 
        flex-direction: column;
        max-width: calc(100% - 20px) ;
    }

    #monteoseu .separador{
        display: flex;
    }

    #monteoseu .passos{
        flex-direction: column;
        width: 100%;
        box-sizing: border-box;
        justify-content: center;
        align-items: center;
    }

    #monteoseu .separador img{
        rotate: 90deg;
    }

    .boxhow{
        flex-direction: column;
    }

    .boxhow .separador{
        display: block;
    }

    .boxhow .separador img{
        rotate: 90deg;
    }
}



@media screen and (max-width: 460px) {
    #monteoseu h2 {
        font-size: 1.4rem;
        line-height: 1;
    }

    #app .texto .vantagensapp .box {
        width: 100%
    }

    #pai::before, #pai::after {
        display: none;
    }

    h1{
        font-size: 2.5rem;
    }

    #estilo h2{
        font-size: 1.2rem;
    }

    .tipo .texto h3, .amarelo .tipo .texto h3{
        font-size: 1.8rem;
    }

    
}