@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');

html {
    background-color: #00376b;
    accent-color: #fc6b0f;
    box-sizing: border-box;
}

body {
    font-size: 16px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    overflow-x: hidden
}

body h1,
body h2,
body h3,
body h4 {
    font-family: "Poppins", sans-serif;
}

.container {
    max-width: 1440px;
    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: #001830
}



footer p {
    color: #90d6ff;
    font-size: 0.8rem;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0
}


nav ul {
    display: flex;
    gap: 20px
}

nav li a {
    color: #fff;
    transition: all .2s;
    font-family: "Poppins", sans-serif;
    font-size: 0.9rem;
}

nav li:hover a,
nav li a.ativo {
    color: #fc6b0f;
}

.uk-navbar-nav>li>a {
    color: #fff
}

.uk-navbar-nav>li>a:hover {
    color: #fff
}

#mobile-navbar img {
    margin-bottom: 40px
}

.uk-nav-default {
    font-size: 20px;
}

header {
    padding: 30px 0;
}

.infos {
    max-width: 400px;
    position: relative;
}

.imagem {
    position: relative;
}

main {
    background: url(../img/bg-topo.webp) center top no-repeat;
    background-size: cover;
}

h1 {
    color: #fff;
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 30px;
}

main p {
    text-transform: uppercase;
    font-size: 1.3rem;
}

main .infos::before {
    content: "";
    display: block;
    width: 30px;
    aspect-ratio: 1;
    background: #99b6d1;
    border-radius: 30%;
    position: absolute;
    top: -50px;
    left: -50px;
}

main .infos::after {
    content: "";
    display: block;
    width: 35px;
    aspect-ratio: 1;
    background: #e76924 url(../img/ico-seta-ads.webp) center center no-repeat;
    border-radius: 30%;
    position: absolute;
    right: -50px;
    bottom: -50px;
    filter: blur(3px);
}

main .imagem::before {
    content: "";
    display: block;
    width: 20px;
    aspect-ratio: 1;
    background: #99b6d1;
    border-radius: 30%;
    position: absolute;
    top: 50px;
    right: -50px;
    filter: blur(3px);
}

main .imagem::after {
    content: "";
    display: block;
    width: 40px;
    aspect-ratio: 1;
    background: #e76924 url(../img/ico-seta-ads.webp) center center no-repeat;
    border-radius: 30%;
    position: absolute;
    right: -30px;
    bottom: 50%;
}

#destaques {
    padding: 50px 0;
    text-align: center;
    background: #003465;
}

#destaques .container {
    padding: 30px;
    border-radius: 30px;
    border: solid 1px #0069ce;
    background: #002e5a;
    align-items: stretch;
    box-sizing: border-box;
}

.destaque {
    width: 250px;
    box-sizing: border-box;
    padding: 30px;
    background: #001830;
    border-radius: 30px;
}

.destaque img {
    margin-bottom: 30px;
    filter: drop-shadow(0 0 5px rgba(0, 134, 231, 0.8));
}

.destaque p {
    color: #0086e7;
}

.destaque p strong {
    color: #fff;
    font-size: 2rem;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.cta {
    background: #003465;
    text-align: center;
}

.cta a {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 20px;
    font-size: 2rem;
    color: #fff;
    background: #e76924;
    font-weight: 600;
    transition: all 0.3s;
    filter: drop-shadow(0 0 0px rgba(0, 134, 231, 0.0));
}

.cta a:hover {
    filter: drop-shadow(0 0 20px rgba(0, 134, 231, 0.4));
}

#evidencia {
    padding: 50px 0;
    background: #003465;
}

#evidencia h2 {
    font-size: 2rem;
    color: #fff;
    text-wrap: balance;
    margin-bottom: 20px;
}

#evidencia h2::before {
    content: url(../img/seta-laranja.webp);
    display: block;
}

#evidencia .infos p {
    color: #90d6ff;
}

#evidencia .infos p strong {
    color: #fff;
    font-weight: normal;
}

#evidencia h2 strong {
    color: #fc6b0f;
    font-weight: normal;
}

#evidencia .container {
    box-sizing: border-box;
    padding: 30px;
    background: #00264b;
    border-radius: 30px;
}

#evidencia .infos {
    width: 300px;
}

#evidencia .numbers {
    max-width: 600px;
    align-items: stretch;
    text-align: center;

}

.numberevidencia {
    width: 250px;
    box-sizing: border-box;
    padding: 30px;
    background: #001830;
    border-radius: 30px;
    transition: all 0.3s;
    filter: drop-shadow(0 0 0 #001830);
}

.numberevidencia:hover {
    background: #0086e7;
    filter: drop-shadow(0 0 10px #0086e7);
}

.numberevidencia p.numero {
    font-size: 2.4rem;
    margin-bottom: 10px;
    color: #0086e7;
    font-weight: 600;
    transition: all 0.3s;

}

.numberevidencia:hover p.numero {
    color: #fff;
}

.numberevidencia p {
    color: #90d6ff;
}

#retail {
    background: #01396f;
    padding: 50px 0;
    text-align: center;
}

#retail .cta{
    background: none;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

#retail .cta a{
    font-size: 1.4rem;
}

#retail h2 {
    font-size: 2rem;
    color: #fff;
    text-wrap: balance;
    margin-bottom: 20px;
}

#retail h2 strong {
    color: #fc6b0f;
    font-weight: normal;
}

#retail .boxes {
    box-sizing: border-box;
    padding: 30px;
    background: #00264b;
    border-radius: 30px;
    border: solid 1px #0069ce;
    margin: 30px 0;
    align-items: stretch;
}

#retail .box {
    width: 250px;
    box-sizing: border-box;
    padding: 30px;
    background: #0288e9;
    border-radius: 30px;
}

#retail .box img {
    filter: invert(100%) sepia(0%) saturate(7436%) hue-rotate(25deg) brightness(114%) contrast(113%) drop-shadow(0 0 10px #fff);
    margin-bottom: 30px;
}

#retail .box:nth-child(even) {
    background: #002141;
}

#retail .box:nth-child(even) img {
    filter: invert(36%) sepia(33%) saturate(5996%) hue-rotate(187deg) brightness(99%) contrast(101%) drop-shadow(0 0 20px #0288e9);
}

#retail h3 {
    font-size: 2rem;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 600;
    transition: all 0.3s;
    line-height: 1.1;
}

#retail h3 strong {
    color: #fc6b0f;
    display: block;
    font-size: 3rem;
}

.boxninja {
    background: #001830;
    box-sizing: border-box;
    padding: 0 30px;
    border-radius: 30px;
    width: fit-content;
    margin: 0 auto;
    text-align: left;
}

.boxninja .ninja {
    scale: 1.05;
    transform-origin: left bottom;
}

.boxninja p {
    color: #90d6ff;
    padding-bottom: 20px;
    border-bottom: solid 2px #014d88;
    margin-bottom: 20px;
}

#fullfunnel {
    background: #001830;
    padding: 50px 0;
    text-align: center;
}

#fullfunnel h2 {
    font-size: 2rem;
    color: #fff;
    text-wrap: balance;
    margin-bottom: 20px;
}

#fullfunnel h2 strong {
    color: #fc6b0f;
    font-weight: normal;
}

#fullfunnel p {
    color: #90d6ff;
}

#fullfunnel p strong {
    color: #fff;
    font-weight: normal;
}


#fullfunnel .boxfunnel {
    box-sizing: border-box;
    padding: 30px;
    border-radius: 30px;
    border: solid 1px #0069ce;
    margin: 30px auto;

}

#fullfunnel .boxfunnel .box {
    background: url(../img/bg-number1.webp) center top no-repeat;
    background-size: cover;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 30px;
    border-radius: 30px;
    flex-grow: 1;
}

#fullfunnel .boxfunnel .box:nth-child(2) {
    background: url(../img/bg-number2.webp) center top no-repeat;
    background-size: cover;
}

#fullfunnel .boxfunnel .box p {
    color: #fff;
}

#fullfunnel .boxfunnel .box p strong {
    display: block;
    font-size: 4rem;
    font-weight: 600;
    line-height: 1;
}

#fullfunnel .boxfunnel .box p strong span {
    color: #fc6b0f;
}

.boxinfos {
    align-items: stretch;
    padding: 40px 0;
}

.boxinfos h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #fc6b0f;
    font-weight: 600;
    transition: all 0.3s;
    line-height: 1.1;
}

.boxinfos.menor h3 {
    font-size: 1.2rem;
}

#fullfunnel .boxinfos p {
    color: #fff;
}

.divisor {
    width: 1px;
    background: #0069ce;
}

.boxinfos .boxinfosinfo {
    width: 250px;
}

.boxinfos.menor .boxinfosinfo {
    width: 200px;
}

#anuncios {
    background: #003465;
    text-align: center;
    padding: 50px 0;
}

#anuncios h2 {
    font-size: 2rem;
    color: #fff;
    text-wrap: balance;
    margin-bottom: 20px;
}

#anuncios h2 strong {
    color: #fc6b0f;
    font-weight: normal;
}

#anuncios .anuncios {
    align-items: stretch;
}

#anuncios .anuncio {
    max-width: 380px;
}

.base-navegador {
    max-width: 90%;
    margin-bottom: 20px;
}

.anuncio h3 {
    font-size: 1.2rem;
    color: #fc6b0f;
    text-wrap: balance;
    margin-bottom: 10px;
    padding: 0 30px;
}

.anuncio p {
    color: #fff;
    padding: 0 30px;
}

#premios {
    background: #001830;
    padding: 50px 0;
    text-align: center;
}

#premios h2 {
    font-size: 2rem;
    color: #fff;
    text-wrap: balance;
    margin-bottom: 20px;
}

#premios h2 strong {
    color: #fc6b0f;
    font-weight: normal;
}

#premios p.catpremios {
    display: inline-block;
    background: #012b54;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 20px;
    margin: 10px;
    border-radius: 10px;
}

#premios .boxpremios {
    box-sizing: border-box;
    padding: 30px;
    background: #00264b;
    border-radius: 30px;
    border: solid 1px #0069ce;
    margin: 30px 0;
    align-items: stretch;
}

#premios .boxpremios p strong {
    color: #fff;
    display: block;
    margin-bottom: 5px;
}

#premios .boxpremios p {
    color: #90d6ff;
}

#premios .boxpremios .premio {
    width: 250px;
    box-sizing: border-box;
    padding: 30px;
    background: #0288e9;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: space-between;
    align-items: center;
}

#premios .boxpremios .premio:nth-child(odd) {
    background: #002141;
}

#premios .boxpremios .premio img {
    height: 61px;
}

#premios .cta {
    background: none;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

#premios .cta a {
    font-size: 1.2rem;
}

#cases {
    background: linear-gradient(90deg, rgba(1, 96, 170, 1) 0%, rgba(0, 52, 101, 1) 50%, rgba(1, 96, 170, 1) 100%);
    padding: 50px 0;
    text-align: center;
}

#cases h2 {
    font-size: 2rem;
    color: #fff;
    text-wrap: balance;
    margin-bottom: 20px;
}

#cases h2 strong {
    color: #fc6b0f;
    font-weight: normal;
}

.case {
    background: #002e5a;
    box-sizing: border-box;
    padding: 30px;
    border-radius: 30px;
    border: solid 1px #0069ce;
    margin: 30px 0;
    text-align: left;
}

.case h3 {
    font-size: 1.4rem;
    color: #fff;
    text-wrap: balance;
    margin-bottom: 20px;
}

.case p strong {
    color: #90d6ff;
}

.case p {
    margin-bottom: 5px;
}

#faleconosco {
    background: #001830;
    padding: 50px 0;
}

#faleconosco h2 {
    font-size: 2rem;
    color: #fff;
    text-wrap: balance;
    margin-bottom: 20px;
}

#faleconosco h2 strong {
    color: #fc6b0f;
    font-weight: normal;
}

#faleconosco h2::before {
    content: url(../img/seta-laranja.webp);
    display: block;
}

#faleconosco .flex {
    justify-content: center;
}

.textocontato {
    max-width: 450px;
    box-sizing: border-box;
    padding: 30px 40px;
    border-radius: 30px;
    border: solid 1px #0069ce;
    text-align: left;
    margin-bottom: 30px;
}

#faleconosco img {
    scale: 1.15;
    transform-origin: right center;
}

#faleconosco .textocontato a {
    background: #012b54;
    padding: 10px 20px;
    color: #fff;
    display: inline-block;
    border-radius: 10px;
    margin-top: 10px;
    transition: all 0.3s;
}

#faleconosco .textocontato a:hover {
    background: #0069ce;
}

#faleconosco .cta{
    background: none;
}

#faleconosco .cta a{
    font-size: 1.2rem;
}

#faq{
    background: #003465;
    padding: 50px 0;
    text-align: center;
}

#faq h2 {
    font-size: 2rem;
    color: #fff;
    text-wrap: balance;
    margin-bottom: 20px;
}

#faq h2 strong {
    color: #fc6b0f;
    font-weight: normal;
}

#faq li{
    background: #001830;
    padding: 10px 20px;
    border-radius: 10px;
    text-align: left;
}

#faq li h3{
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
}

#faq li p{
    color: #90d6ff;
    font-size: 1rem;
    margin-bottom: 10px;
}

#faq li p a{
    color: #fc6b0f;
}

#depoimentos{
    background: #002b53;
    padding: 50px 0;
    text-align: center;
}

#depoimentos h2 {
    font-size: 2rem;
    color: #fff;
    text-wrap: balance;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#depoimentos h2 strong {
    color: #fc6b0f;
    font-weight: normal;
}

#containerdepoimentos{
    margin: 0 auto;
    text-align: left;
    border-radius: 30px;
    border: solid 1px #0069ce;
    padding: 35px;
    box-sizing: border-box;
}

#depoimentos .seta{
    background: #0069ce;
    padding: 15px;
    border-radius: 50%;
    aspect-ratio: 1;
}

#depoimentos .seta svg{
    aspect-ratio: 1;
}

#depoimentos .seta svg polyline{
    stroke: #fff;
}

.espaco{
    padding: 0 10px;
}

.depoimento{
    padding: 40px;
    background: #001830;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    border-radius: 20px;
}

.textodepoimento p{
    text-wrap: pretty;
}

.textodepoimento p strong{
    color: #fc6b0f;
}

.depoimento .logodepoimento{
    width: 260px;
    flex-shrink: 0;
    background: #002e5a;
    padding: 50px 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: self-start;
    height: 200px;
}

.depoimento h3{
    font-size: 1.3rem;
    color: #fff;
    line-height: 1;
    margin-bottom: 5px;
    font-weight: 600;
}



@media screen and (max-width: 1480px) {
    .container {
        margin: 0 30px
    }
}

@media screen and (max-width: 1260px) {
    .boxinfos.menor {
        flex-direction: column;
    }

    .boxinfos.menor .boxinfosinfo {
        width: auto;
        background: #002141;
        padding: 20px;
        border-radius: 20px;
    }

    .boxinfos.menor .divisor {
        display: none;
    }

    nav li a{
        font-size: 0.8rem;
    }
}

@media screen and (max-width: 1080px) {
    .depoimento{
        flex-direction: column;
        height: calc(100% - 80px);
        justify-content: space-evenly;
    }
}

@media screen and (max-width: 910px) {
    .boxninja {
        flex-direction: column-reverse;
        padding-top: 20px;
        text-align: center;
    }
}

@media screen and (max-width: 640px) {
    .boxinfos {
        flex-direction: column;
        padding: 15px;
    }

    .boxinfos .boxinfosinfo {
        width: auto;
        background: #00376b;
        padding: 20px;
        border-radius: 20px;
    }

    .boxinfos .divisor {
        display: none;
    }

    #fullfunnel .boxfunnel .box p strong {
        font-size: 3rem;
    }

    #faleconosco img {
        scale: 1;
        margin-bottom: 20px;
    }

    #faleconosco h2,
    .destaque p strong,
    .cta a,
    #evidencia h2,
    .numberevidencia p.numero,
    #retail h2,
    #retail h3,
    #retail h3 strong,
    #fullfunnel h2,
    .boxinfos h3,
    #anuncios h2,
    #premios h2,
    #cases h2,
    #faq h2, #depoimentos h2 {
        font-size: 1.4rem;
    }

    #fullfunnel .boxfunnel .box p strong {
        font-size: 1.6rem;
    }

    main .infos::before, main .infos::after, main .imagem::before, main .imagem::after{
        display: none;
    }

    .depoimento .logodepoimento{
        width: 85%;
        height: 140px;

    }

    .depoimento{
        padding: 0;
    }

    #containerdepoimentos{
        background: #001830;
    }

    .textodepoimento p{
        font-size: 0.9rem;
    }

}