*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    overflow-x: hidden;
    scroll-behavior: smooth;
}
a:hover{
    text-decoration: none !important;
}
@font-face {
    font-family: 'Lato';
    src: url('../font/Lato-Regular.woff') format('woff'),
    url('../font/Lato-Thin.woff') format('woff'),
    url('../font/Lato-LightItalic.woff') format('woff'),
    url('../font/Lato-Light.woff') format('woff'),
    url('../font/Lato-Bold.woff') format('woff')
}
body {
    font-family: 'Lato';
    font-size: 16px;
    font-weight: 400;
    color: #474747;
    max-width: 100vw;
    
}

body h1,
body h2,
body h3,
body h4 {
    line-height: 1;
    font-family: 'Lato';
    font-weight: 700;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
}
.headerFlex{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.flex {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.center {
    justify-content: center;
}

.between {
    justify-content: space-between;
}

footer {
    background-color: #011c35;
    border: 1px solid #05365f;
}

#footer-social {
    background: #002344;
    padding: 30px 0;
}

#footer-social .container {
    position: relative;
}
#footer-social .fx{
    width: 25%;
}
#footer-social .social li{
    display: inline;
}
.menu1 li, .menu2 li{
    margin-bottom:20px
}
#footer-social li a {
    color: #fff;
    transition: all 0.3s;
    font-size: .7rem;
}
#footer-social li a:hover {
    color: #3adeff;
    text-decoration: none;
}
#footer-social li span {
    color: #05365f;
    transition: all 0.3s;
    font-size: .7rem;
    padding: 10px;
    background: white;
    border-radius: 50%;
    margin-right: 20px;
}
#footer-social li span:hover {
    background-color: #3adeff;
    color: #05365f;
}
#footer-social .flex {

    height: 155px;
}
footer p {
    color: #fff;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0;
}

nav li a {
    color: #fff;
    transition: all 0.3s;
    font-weight: 400;
    font-family: 'Lato';
    margin-left: 60px;
    font-size: .75rem;
}
.nav {
    left: -40px;
    position: relative;
}
nav li:hover a,
nav li a.ativo {
    color: #3adeff;
}

.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: 20px 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

main {
    background: url(../img/bg-topo.jpg) center repeat-x;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 0 30px;
    background-position-x: 0%;
}

main .texto{
    max-width: 440px;
    margin-right: 20px;
    padding: 50px 0;
}

main h1{
    color: #48a7e8;
    font-size: 5.5rem;
    margin-bottom: 30px;
}

main h2{
    font-size: 1.5rem;
    color: #00b8fb;
    margin-bottom: 30px;
}

hr{
    border: none;
    width: 50px;
    height: 3px;
    background: #00b8fb;
    margin-bottom: 30px;
}

main p{
    margin-bottom: 30px;
}
main area{
    position: relative;
    cursor: pointer;
}
.isometric img {
    max-width: 150% !important;
    width: 104% !important;
    margin-bottom: -110px;
    filter: drop-shadow(0px 40px 80px #002343);
}

main .flex{
    justify-content: space-between;
    padding: 70px 0 10px 0;
}

.isometric {
    transform: translate(100px,20px) scale(1.1);
}
@media screen and (max-width:1600px){
    .isometric{
        transform:translateX(-8%)
    }
}

div.responsive-wrapper {
    display: none !important;
    scale: 0;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important
}
.cta{
    padding: 20px 80px;
    color: #fff;
    background: #48a6e7;
    border-radius: 8px;
    display: inline-block;
    transition: all 0.3s;
}

.cta:hover{
    color: #48a6e7;
    background: #fff;
}
#carrosselSMRT .flex{
    flex-direction: row;
    justify-content: center;
}
#carrosselSMRT .uk-slider{
    position: relative;
}
#carrosselSMRT .flex div{
    height: 380px;
    align-items: center;
    padding: 60px 60px;
    width: 50%;
}
#carrosselSMRT .icon img{
    width: 50%;
}
#carrosselSMRT p, #carrosselSMRT h2{
    text-align: left;
}
#carrosselSMRT .infos{
    background: #dae1e7;
    border-radius: 0px 10px 10px 0px;
}
#carrosselSMRT .icon{
    background: #f2f5f7;
    border-radius: 10px 0 0px 10px;
}

#carrosselSMRT .infos h2 {
    font-size: 3rem;
}
.infos p {
    width: 300px;
    padding: 20px;
    border-left: 4px solid #00b8fb;
    margin: 20px 0;
}


.texto p{
    color:#efefef;
    font-weight: 100;
    width: 71%;
    font-size: 1.3rem;
}
.navs {
    position: absolute;
    bottom: 20px;
    left: 53%;
}
#carrosselSMRT ul.uk-flex-center {
    position: absolute;
    right: 5%;
    bottom: 30px;
}
#carrosselSMRT .uk-active a{
    background-color: #0c6ee1;
}

#casaConectada {
    background: #f2f5f7;
    text-align: center;
    position: relative;
    padding: 100px 30px;
}
#casaConectada hr{
    width: 50px;
    margin: auto;
    box-shadow: 0 0 10px #00b8fb;
}
#casaConectada .slides {
    padding: 60px 100px 60px 60px;
}

#casaConectada .slides ul {
    gap: 60px;
    padding: 0 0px;
}
#casaConectada .slides li{
    height: 300px;
    background: #dae1e7;
    text-align: center;
    width: 22%;
    border-radius: 10px;
    cursor: pointer;
}

.slides svg{
    width: 100px;
}
#casaConectada .slides li a{
    color: #797979;
    font-size: 1rem;
    font-weight: 100;
    text-decoration: none;
}
#casaConectada .slides li *{
    overflow: visible !important;
    transition: .2s;
}
#casaConectada .slides li:hover{
    background: #48a6e7;
    transform: scale(1.08);
    box-shadow: 0 0 50px rgba(72,166,231,.8);
}
#casaConectada .slides li:hover a{
    color: white;
}
#casaConectada .slides li:hover g path{
    fill: #24ccee;
}
#casaConectada .slides li:hover g circle:nth-child(2){
    fill:#d2e8f1
}
#casaConectada .slides li:hover g circle:nth-child(1) {
    filter: 
    drop-shadow(0px 0px 150px #93eafe)
    drop-shadow(0px 0px 150px #93eafe);
}
#casaConectada .slides ul .uk-panel {
    display: flex;
    flex-direction: column;
    height: 300px;
    justify-content: center;
}
.texto p strong{
    color: white
}


#slider-kbmSmrt{
    background: #fcfcfc;
    padding: 100px 30px;
    text-align: center;
    z-index: 1;
    position: relative;
}


.kbmSmrt h2{
    font-size: 1.1rem;
    letter-spacing: 10px;
    color: #555;
}
#slider-kbmSmrt hr{
    color: #00b8fb;
    background: #00b8fb;
    text-align: center;
    margin: 30px auto;
    box-shadow: 0 0 15px #00b8fb;
}
#app {
    background: radial-gradient(#074b94, #043a6d);
    padding: 60px 30px 0px 30px;
    position: relative;
    z-index: 0;
}
#app .flex{
    align-items: flex-start;
    justify-content: center;
}
#app .icon .iconSMRT {
    background: linear-gradient(310deg, #0a4a8f, #08325a);
    padding: 40px;
    width: 180px;
    border-radius: 50px;
    box-shadow: 10px 20px 40px rgb(0 0 0 / 50%);
    z-index: 1;
    position: relative;
}
#app .icon::before {
    content: '';
    height: 116px;
    width: 233px;
    background: #308cf7;
    position: absolute;
    top: -50px;
    left: 0;
    filter: blur(61px);
    z-index: 0;
}
#app h2{
    color: #4fa9e7;
    font-size: 3.5rem;
}

#app .icon p, #app .icon h3 {
    color: white;
    font-size: 1rem;
}
#app .flex .icon {
    width: 600px;
    position: relative;
}
#app .flex .cellphone {
    width: 400px;
    position: relative;
    margin-left: 100px;
    top: 60px;
    display: flex;
    justify-content: center;
}

.cellphone img {
    width: 400px;
    box-shadow: 50px 30px 70px rgb(0 0 0 / 30%);
    border-radius: 50px;
}

#app .step {
    flex-direction: column;
    align-items: center;
    height: 300px;
    justify-content: space-between;
}
.steps ul .passo p {
    color: #333 !important;
    text-align: center;
    line-height: 1;
    width: 170px;
    margin: 30px auto;
}
.steps h3{
    color: #000 !important;
    text-align: center;
    font-size: 2.5rem;
}
.steps.uk-slider.uk-slider-container {
    width: 360px;
    transform: translate(0%,-50%);
    left: 0%;
    position: absolute;
    text-align: center;
    top: 50%;
    margin-left: 20px;
}
.flexSteps{
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}
#app .steps li{
    text-align: center;
    padding: 0 40px;
}

.numberBox {
    display: flex;
    justify-content: center;
    text-align: center;
    height: 150px;
    width: 150px;
    border-radius: 10px;
    background: #48a6e7;
    box-shadow: 10px 20px 50px #48a6e7;
}
.numberBox p {
    background: #d2e8f1;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    border: 8px solid white;
    font-size: 2.5rem !important;
    color: #24ccee !important;
    line-height: 1.8;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0px 0px 25px #93eafe;
}

.stores .links{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.stores .links .uk-panel{
    padding:20px 30px 10px 0;
}

section.dicasSmart {
    padding-top: 80px;
}

.dicasSmart .kbmSmrt{
    text-align: center;
}
.dicasSmart .kbmSmrt hr{
    width: 50px;
    margin: auto;
    box-shadow: 0 0 10px #00b8fb;
}
.dicas li .uk-panel {
    padding: 100px;
    transition: .2s;
    cursor: pointer;
}
.dicas li .uk-panel:hover {
    filter: drop-shadow(0px 0px 35px rgba(57,105,177,.5));
}
.dicas li{
    height: 730px;
}

.dicas img {
    border-radius: 20px;
    position: relative;
    z-index: 1;
}
.dicas li .post{
    background-color: #efefef;
    transform: translateY(-30px);
    border-radius: 20px;
}
.post hr{
    transform: translateX(30px);
}
.post h3 {
    padding: 60px 30px 0;
}
.post p {
    padding: 0px 30px 30px;
}


#reviews{
    background: #f2f5f7;
    padding: 80px 0;
}
#reviews .kbmSmrt{
    text-align: center;
}
#reviews h2{
    color: #043a6d;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 3rem;
}
#reviews .kbmSmrt hr{
    width: 50px;
    margin: auto;
    box-shadow: 0 0 10px #00b8fb;
}
.splide{
    padding: 70px 0;
    transform: translateX(-40px);
}

.splide img{
    border-radius:20px;
    max-width: 720px;
    width: auto;
}
.splide iframe{
    aspect-ratio: 16/9;
    border-radius: 20px;
    transition: .2s;
}
ul.splide__list {
    height: 410px;
    width: 730px;
    gap: 150px;
}
ul.mob{
    height: auto;
    width: auto;
    gap: 0px;
}

.mob .is-prev {
    opacity: 0 !important;
}

.mob .is-next {
    opacity:0 !important;
}
@media screen and (max-width:1220px){
    ul.splide__list {
        gap: 0;
    }
    .reviews li {
        transform: scale(1);
        margin: 0 0px;
    }
}

    ul.mob {
        scale: .9;
        translate: 0% 0;
        justify-content: center;
    }

.reviews li {
    transform: scale(.65);
    transition: .2s;
    margin: 0 50px;
    z-index: 0;
    opacity: 0;
    width: 33% !important;
    height: 405px;
    margin-inline: auto;
}
.reviews .mob li {
    transform: scale(1);
    transition: .2s;
    margin: 0 0px;
    z-index: 1;
    opacity: 1;
    width: 70% !important;
    height: auto;
}
.reviews li.is-active div{
    box-shadow: 0 0 50px rgb(0 0 0 / 50%);
} 

.reviews .uk-panel {
    height: 405px;
    max-width: 1000px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    border-radius: 20px;
    width: 720px;
}
li.is-active {
    transform: scale(1);
    z-index: 2;
    opacity: 1;
    translate: -50% 0;
}
.mob li.is-active {
    translate: 0 0;
}
.is-prev {
    opacity: .4 !important;
    pointer-events: none !important;
    z-index: 1;
    touch-action: none;
}
.is-next {
    opacity: .4 !important;
    pointer-events: none !important;
    z-index: 1;
    touch-action: none;
}
.splide__arrow{
    background: #48a6e7 !important;
    color: black !important;
}
.splide__arrow--prev {
    left: 15em !important;
}
.splide__arrow--next {
    right: 15em !important;
}
#faq{
    background: #48a6e7;
    padding: 50px 30px;
    text-align: center;
}
#faq hr{
    margin: auto;
}
#faq .faqTitle{
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 30px;
    letter-spacing: 3px;
}
#faq hr{
    background: white;
}
#faq li p a{
    color: #666;
    text-decoration: underline;
}
        .navigations {
            display: none;
        }

#faq ul li.question {
    background: #dae1e7;
    text-align: left;
    padding: 20px 40px;
    border-radius: 20px;
    transition: .2s;
}

#faq .question.uk-open {
    background: #fff;
}
#faq li h2 {
    font-size: 1rem;
    margin: 0;
    line-height: normal;
    color: #000;
}

#faq li h2::after {
    display: none;
}

#faq p {
    margin-bottom: 10px;
    color: #05365f;
}

#faq ul {
    margin-bottom: 30px;
}

#faq ul li .uk-accordion-title {
    position: relative;
}

#faq li.uk-open .ico{
    transform: rotate(-180deg);
}
#faq ul li .uk-accordion-title .ico {
    transition: all ease-in-out .2s;
    border-radius: 50px;
    position: absolute;
    right: 0px;
    top: 3px;
    width: 25px;
    height: 25px;
    background: #48a6e7;
    display: flex;
    justify-content: center;
    align-items: center;
}
.reviewsMob{
    display: none;
}
footer .flex{
    justify-content: center;
}

@media screen and (max-width:1366px){

    .slides li {
        width: 30%;
        margin: auto;
    }
    .splide {
        transform: translateX(0px);
        zoom: .8;
    }
}
@media screen and (max-width:960px){
   .splide{
    display:none;
   }
}


@media screen and (max-width: 1411px){
    #footer-social .social li {
        display: inline-block;
        margin: 10px 0;
    }
}
@media screen and (max-width: 1387px){
    #footer-social .fx {
        width: 20%;
    }
}
@media screen and (max-width:1366px){
    .isometric{
            transform:translateX(-2%)
    }
    main h1 {
        font-size: 4.7rem;
    }
    .texto p {
        width: 90%;
    }
    }
@media screen and (max-width: 1260px) {
    main .isometric{
        display: none;
    }
    main .texto{
        max-width: 1200px;
        text-align: center;
    }
    .texto p {
        width: 100%;
    }
    main hr{
        margin: auto;
    }
    main .flex{
        align-items: flex-start;
    }
    main .texto {
        max-width: 150%;
        width: 100%;
    }
    main h1{
        font-size: 4rem;
    }

    main h2{
        font-size: 1rem;
    }

    main p{
        font-size: 1.4rem;
    }

    .cta {
        padding: 15px 60px;
        color: #fff;
        background: #00b8fb;
        border-radius: 40px;
        display: inline-block;
        transition: all 0.3s;
    }
    #app .flex .icon {
        width: 100%;
        position: relative;
    }
    #app .flex .cellphone {
        width: 100%;
        position: relative;
    }
    #app .flex {
        align-items: center;
    }
    .steps.uk-slider.uk-slider-container {
        left: 13%;
    }
    .stores .links {
        gap: 20px;
    }
    #app {
        padding: 60px 30px 30px 30px;
    }
}

@media screen and (max-width:1220px){
    
    .reviewsMob ul li{
        width: 100%;
        margin-inline: auto;
    }
    .reviewsMob .slides li {
    background: none;
    }
    .reviewsMob .slides li:hover {
        background: none;
        box-shadow: 0 0 0 red;
        }
    .reviewsMob ul .uk-panel {
        width: 100%;
        background-size: contain !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        height: 250px;
    }
    .reviewsMob iframe{
        border: 0;
            aspect-ratio: 16/9;
            width: 100%;
            height: auto;
    }
    .dicas .uk-slider-items li{
        width: 80% !important;
    }
    .menu1, .menu2{
        display: none !important;
    }
    
}
@media screen and (max-width:1192px){
    .steps.uk-slider.uk-slider-container {
        margin-left: 10px;
    }
}
@media screen and (max-width:1170px){
    #reviews{
        overflow-x: hidden;
    }
    #footer-social .fx {
        width: 50%;
        text-align: center;
    }
    .steps.uk-slider.uk-slider-container {
        left: 10%;
    }
}
@media screen and (max-width: 1080px) {
    .reviewsMob{
        display: block !important;
    }
    .splide{
        display: none;
    }
    .reviewsMob ul.uk-slider-items img{
        border-radius: 20px;
    }
        .reviewsMob ul.uk-slider-items {
            gap: 20px;
        }
    hr{
        margin: 0 auto 30px;
    }
    #casaConectada .slides li {
        width: 50%;
        margin: auto;
    }
    .dicas .uk-slider-items li {
        width: 50% !important;
    }
    .dicas li .uk-panel {
        padding: 40px;
    }
    .flexSteps{
        width: 100%;
    }
    .steps.uk-slider.uk-slider-container {
        width: 100%;
    }
    .uk-position-center-right-out {
        left: 90% !important;
    }
    .uk-position-center-left-out {
        right: 90% !important;
    }
    #app .steps{
        max-width: 370px;
    }
    .headerFlex a {
        padding: 20px;
    }
    .steps.uk-slider.uk-slider-container {
        left: 7%;
    }
}
@media screen and (max-width:1050px){
    .steps.uk-slider.uk-slider-container {
        left: 4%;
    }
}
@media screen and (max-width:985px){
    .steps.uk-slider.uk-slider-container {
        left: 2%;
    }
}
@media screen and (max-width:960px){
    #logo-kabum-rodape{
        display: none;
    }
    .flex{
        flex-direction: column;
    }
    main {
        background-position-x: 25%;
    }
    #slider-KbmSmrt{
        padding: 100px 30px ;
    }
    #slider-kbmSmrt .uk-dotnav{
        display: none !important;
    }
    main .texto p {
        width: 100%;
    }
    .flex{
        flex-direction: column !important;
    }
    #carrosselSMRT .flex div {
        width: 100% !important;
    }
    #casaConectada .slides{
        padding: 60px 0;
    }
    #casaConectada .slides ul {
        gap: 80px;
        padding: 0 0px;
    }
    #casaConectada .slides li {
        width: 100%;
        margin: auto;
    }
    #casaConectada .uk-slider-container {
        overflow: visible;
    }
    #casaConectada {
        overflow-x: hidden;
    }
    .kbmSmrt h2 {
        letter-spacing: 6px;
        line-height: 1.6;
    }
    #carrosselSMRT .icon img {
        width: 40%;
    }
    #carrosselSMRT .infos h2 {
        font-size: 3rem;
        text-align: center;
    }
    .infos p {
        width: 100%;
        padding: 20px;
        margin: 20px 0;
        border-left: 0;
        text-align: center !important;
        font-size: 1.5rem;
        line-height: 1;
    }
    #carrosselSMRT .navs {
        left: 0;
        padding: 0 20px;
    }
    #carrosselSMRT .icon {
        border-radius: 10px 10px 0px 0px;
    }
    #carrosselSMRT .infos {
        border-radius: 0px 0px 10px 10px;
    }
    #slider-kbmSmrt .infos{
        padding: 40px 20px;
    }
    #reviews{
        padding: 0;
    }
    #reviews h2{
        line-height: 1;
        font-size: 2.5rem;
    }
    .reviewsMob .slides ul{
        flex-direction: row;
        height: 250px;
        gap: 20px;
    }
    .reviewsMob .slides ul li{
       width: 100%;
        border-radius: 20px;
    }
    .navigations{
        display: block;
    }
    .reviewsMob iframe{
        border-radius: 20px;
    }
    .reviewsMob .slides{
        padding: 20px !important;
     }
     .reviewsMob .uk-dark a {
        background: #00b8fb;
        border-radius: 50%;
        height: 30px;
        width: 30px;
        color: black;
    }
     .uk-position-center-right {
    right: -30px;
    }
    .reviewsMob .uk-position-center-right {
    right: -10px !important;
    }
    .reviewsMob .uk-position-center-left {
        left: -10px !important;
    }
    .dicas{
        flex-direction: column;
        
    }
    .dicas .uk-slider-items li {
        width: 100% ;
    }
    .dicas li .uk-panel {
        padding: 15px !important;
    }
    #footer-social .fx {
        width: 65%;
    }
    .links div:nth-child(3){
        display: none;
    }
    .stores .links {
        margin-top: 40px;
        justify-content: center;
    }

    #app{
        text-align: center;
    }
    #app hr{
        margin: auto;
    }
    #app .container {
        margin: 0 10px;
    }
   
    #app .flex .cellphone {
        width: 100%;
        margin-left: 0px;
    }
    #app h2 {
        font-size: 1.9rem;
    }
    #dicas .uk-position-center-right {
        right: -40px !important;
    }
    #dicas .uk-position-center-left {
        left: -40px !important;
    }
    .reviewsMob ul .uk-panel {
    height: 204px;
    border-radius: 20px;
    }
    .steps.uk-slider.uk-slider-container {
        left: 50%;
    }
    .flexSteps{
        width: 100%;
        overflow: hidden;
    }
    .cellphone{
        text-align: center;
    }
    .steps.uk-slider.uk-slider-container {
        transform: translate(-50%,-50%);
        left: 49%;
    }
    #reviews {
        padding: 80px 0 !important;
    }
    #footer-social .fx {
        width: 80%;
    }
    #footer-social .flex {
        height: 55px;
    }
    #footer-social .fx {
        width: 75%;
    }
}
@media screen and (max-width:895px){
    #footer-social ul {
        transform: translateX(0px);
    }

    hr{
        border-color:transparent;
        outline: none;
        height: 5px;
        border: 0px solid red !important;
    }
}
@media screen and (max-width:769px){
    main{
        padding: 30px;
    }
    .dicas .uk-slider-items li {
        width: 100% !important;
    }
    .dicas {
        padding: 40px 40px;
    }
    .dicas ul{
        gap: 30px;
    }
    #dicas .uk-position-center-right {
        right: 0px !important;
    }
    #dicas .uk-position-center-left {
        left: 0px !important;
    }
    section.dicasSmart {
        padding: 150px 0px 40px;
        overflow-x: hidden;
    }
    #carrosselSMRT .flex img {
        width: 65% ;
    }
    #slider-kbmSmrt .icon img{
        width: 70%;
    }
    .flexSteps {
        width: 99%;
    }
}
@media screen and (max-width:501px){
#app .steps {
    max-width: 360px;
}
}
@media screen and (max-width: 450px){
    #app .container {
        margin: 0 0px;
    }
.steps.uk-slider.uk-slider-container {
    transform: translate(-50%,-50%);
}
#carrosselSMRT .flex .infos {
    height: 350px;
}
#carrosselSMRT .flex .icon {
    height: 250px;
}
#carrosselSMRT .flex img {
    width: 65%;
}
#carrosselSMRT .flex div {
    padding: 20px;
}
#carrosselSMRT .infos h2 {
    font-size: 2rem;
}
#app .step{
    justify-content: space-evenly;
}
.flexSteps{
    margin-bottom: -40px;
}
.numberBox {
    height: 120px;
    width: 120px;
    font-size: 2rem !important;
    line-height: 2.4;
}
#footer-social .fx {
    width: 100%;
}
}
@media screen and (max-width:400px){
    .steps h3 {
        font-size: 1.4rem;
    }
}


@media screen and (max-width: 570px){
    .uk-padding-large {
        padding: 0px !important;
    }
    .stores .links{
        flex-direction: column;
        gap: 20px;
    }
    #dicas .container  {
        margin: 0 0px;
    }
}

@media screen and (max-width: 370px){
    .numberBox {
        height: 130px;
        width: 130px;
    }
    footer .sclIcons ul{
        padding-left: 20px;
    }
}

@media screen and (max-width: 350px){
    #footer-social li span {
        padding: 8px;
    }
    footer .sclIcons ul{
        padding-left: 10px;
    }
}

.uk-slider-container-offset{
    margin: 0 !important;
}

#guiarobo .flex{
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    flex-direction: row !important;
}

#guiarobo .azul{
    background: url(../img/robo-bg.png) center top no-repeat;
    background-size: cover;
    padding: 50px 0;
}

#guiarobo .azul h2{
    color:#48a7e8;
    font-size: 3rem;
}

#guiarobo .azul h2 strong{
    color:#c0e5fe;
}

#guiarobo .azul .texto{
    max-width: 500px;
}

#guiarobo .legal{
    font-size: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

#guiarobo .branco{
    text-align: center;
    padding: 50px 0;
}

#guiarobo .branco hr{
    margin: 0 auto 20px;
}

#guiarobo .passos{
    align-items: stretch;
    margin-bottom: 40px;
}

#guiarobo .passo{
    background: #dae1e7;
    border-radius: 10px;
    padding: 30px;
    width: 350px;
    text-wrap: balance;
}

#guiarobo .passo .numero{
    font-size: 3rem;
    font-weight: bold;
    color: #48a7e8;
    margin-bottom: 10px;
}

@media screen and (max-width: 600px){
#guiarobo .container{
    margin: 0 40px;
}
}
