@import url('https://fonts.googleapis.com/css2?family=Urbanist: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');

:root{
  --blue: #0094FF;
  --indigo: #001220;
  --green: #2CCDB2;
  --yellow: #FAB02F;
}

html,body{font-size: 12px; font-family: 'Urbanist', sans-serif; overflow-x: hidden;}
a{text-decoration: none;}

.bgAll{position: fixed; width: 100vw; height: 100vh; background: rgba(0,0,0,0.1); display: none; z-index: 9999; backdrop-filter: blur(4px);}
.bgAll.active{display: block;}


header{position: fixed; display: flex; width: 100%; height: 90px; background: var(--yellow); box-shadow: 0 0 5px #BE7900; z-index: 10000;}
header .header{display: flex; width: 100%; height: 90px; justify-content: space-between; align-items: center;}
header .header .menu{display: flex; justify-content: flex-start; gap: 20px; height: 40px;}
header .header .menu ul{padding: 0; list-style: none; height: 40px;}
header .header .menu ul li{float: left; padding: 0 20px; border-right: dotted 2px #BE7900;}
header .header .menu ul li a{color: #fff; font-size: 20px; font-weight: bold; line-height: 40px;}
header .header .menu .lojasApp{color: #fff; font-size: 20px; font-weight: bold; line-height: 40px; display: flex; gap: 10px;}
header .header .menu .lojasApp a{display: inline-block; width: 40px; height: 40px;}
header .header .menu .lojasApp a img{width: 40px; height: 40px;}
header .header .navBars{display: none;}
header .header .navBars svg{height: 40px; color: var(--indigo); cursor: pointer; display: none;}
header .header .navBars svg.active{display: block;}
header .header .logo a{display: inline-block; line-height: 0;}
header .header .menu ul li a.active{color: var(--indigo);}
.footer ul li a.active{color: var(--indigo); text-decoration: underline;}

.banner-topo{display: flex; width: 100%; margin: 90px 0 0; flex-direction: column; align-items: center; position: relative; padding: 0 0 100px;}
.banner-topo .img-banner{width: 100%; height: auto;}
.banner-topo .bannerResp{display: none; width: 100%; height: 560px; background: url(../images/banner-resp.png) no-repeat center top;}
.banner-topo .linkLojas{display: flex; flex-direction: column; align-items: center; gap: 40px; margin: -8% 0 0;}
.banner-topo .linkLojas .tt{color: #000; font-size: 20px; font-weight: 500; text-align: center;}
.banner-topo .linkLojas .buttons{display: flex; gap: 10px;}
.banner-topo .blocoTexto{display: flex; gap: 30px; flex-direction: column; margin: 100px 0 0;}
.banner-topo .blocoTexto .t1{width: 100%; text-align: center; font-size: 64px; font-weight: bolder; color: var(--yellow);}
.banner-topo .blocoTexto .t2{width: 100%; text-align: center; font-size: 36px; font-weight: 400; color: #484848;}

.recursos{display: flex; width: 100%; background: #f6f6f6; padding: 110px 0;}
.recursos .blocoTexto{display: flex; flex-direction: column; width: 100%; height: 100%; gap: 30px; justify-content: center; flex-wrap: wrap;}
.recursos .blocoTexto .t1{width: 100%; font-size: 36px; font-weight: bold; color: #000;}
.recursos .blocoTexto .t2{width: 100%; font-size: 20px; font-weight: 500; color: #010603;}

.redes{display: block; width: 100%;}
.redes .img-redes{position: relative; top: -40px;}
.redes .texto{display: block; width: 100%; padding: 150px 0; color: var(--yellow); font-size: 50px; font-weight: bolder;}
.redes .redeSocial{display: block; width: calc(100% - 100px); margin: -40px 50px 0; background: url(../images/bg-rede-social.png) no-repeat right top var(--blue); border-radius: 40px; padding: 160px 200px; background-size: contain; position: relative;}
.redes .redeSocial .boxTexto{display: flex; width: 45%; margin: 0; flex-direction: column; gap: 40px;}
.redes .redeSocial .boxTexto .title{display: flex; width: 100%; margin: 0; color: #fff; font-size: 64px; font-weight: bolder; gap: 10px; align-items: center;}
.redes .redeSocial .boxTexto p{width: 100%; margin: 0; color: #fff; font-size: 24px; font-weight: 500;}
.redes .redeSocial .buttons{position: absolute; top: -24px; display: flex; gap: 20px;}

.boxText{display: flex; width: 100%; margin: 0; flex-direction: column; gap: 40px;}
.boxText .title{display: flex; width: 100%; margin: 0; color: #fff; font-size: 64px; font-weight: bolder; gap: 10px; align-items: center;}
.boxText .title.mobile{display: none;}
.boxText .subtitle{width: 100%; margin: 0; color: #fff; font-size: 24px; font-weight: 600;}
.boxText p{width: 100%; margin: 0 0 15px; color: #fff; font-size: 20px; font-weight: 400;}

.paparazzi{display: block; width: 100%; background: var(--indigo); padding: 280px 0 180px; margin: -170px 0 0;}
.paparazzi .boxText .title{color: var(--yellow);}

.eventos{display: block; width: 100%; background: url(../images/bg-eventos.png) no-repeat left top #5f8cad; padding: 110px 0; margin: 0;}

.saude{display: block; width: 100%; background: url(../images/bg-saude.png) no-repeat right top #fff; padding: 195px 0 130px; margin: 0;}
.saude .boxText .title{color: var(--green);}
.saude .boxText .subtitle{color: #000;}
.saude .boxText p{color: #000;}
.saude .resume{display: block; color: #000; font-size: 50px; font-weight: bolder; margin: 40px 0 130px;}
.saude .app{margin: 0 0 30px;}
.saude .mobile{display: none;}
.saude .text{display: flex; color: var(--green); font-size: 64px; line-height: 64px; font-weight: bolder; margin: 0 0 50px;}
.saude .buttons{display: flex; gap: 10px; margin: 0; justify-content: center;}

.localizacao{display: block; width: 100%; background: #A156BB; padding: 135px 0 0; margin: 0;}
.localizacao .box{display: flex; gap: 20px; padding: 0 10px 0 0; width: 100%; height: calc(100% - 55px); background: #80289E; margin: 0; justify-content: space-between; align-items: center; border-radius: 30px; position: relative; top: 150px;}
.localizacao .box .text{color: #fff; font-size: 36px; font-weight: bold;}
.localizacao .box img{position: relative; top: 10px;}

.achados{display: block; width: 100%; background: #f3f3f3; padding: 230px 0 100px; margin: 0;}
.achados .boxText .title{color: #E86060;}
.achados .boxText .subtitle{color: #000;}
.achados .boxText p{color: #000;}

.loja{display: block; width: 100%; height: calc(100% - 50px); background: #FE7122; padding: 130px 0 0; margin: 0;}
.loja .col-md-8{position: relative;}
.loja .buttons{display: flex; width: 100%; margin: 40px 0 0; justify-content: flex-start; gap: 20px;}
.loja .img-footer{display: flex; width: 100%; margin: -195px 0 0; justify-content: flex-end; position: relative; top: 90px;}

.invista{display: block; width: 100%; background: #fff; padding: 230px 0 0; margin: 0;}
.invista .boxText .title{color: var(--yellow); position: relative;}
.invista .boxText .title img{position: absolute; left: -287px; top: 35px;}
.invista .boxText .subtitle{color: #000; font-size: 36px; font-weight: 300;}
.invista .boxText .button{display: flex; width: 200px; height: 65px; justify-content: center; align-items: center; border-radius: 20px; color: #fff; font-size: 24px; font-weight: bolder; background: var(--blue);}
.invista .boxImg{display: flex; align-items: end;}

.carousel-default.owl-theme .owl-nav{position: absolute; margin: 0 auto; left: 0; right: 0; bottom: 0;}
.carousel-default.owl-theme .owl-nav [class*=owl-]{position: absolute; border: none; width: 48px; height: 48px; border-radius: 50%; background: transparent; border: solid 5px rgba(0,0,0,0.2)}
.carousel-default.owl-theme .owl-nav [class*=owl-]:hover{background: transparent;}
.carousel-default.owl-theme .owl-nav [class*=owl-] svg{color: #000; border-radius: 50%; height: 30px; width: 38px; padding: 4px 0; background: #fff;}
.carousel-default.owl-theme .owl-nav .owl-next{right: 0;}
.carousel-default.owl-theme .owl-nav .owl-prev{left: 0;}
.carousel-default.owl-theme .owl-dots{position: absolute; width: fit-content; margin: 0 auto; left: 0; right: 0; bottom: -45px;}
.carousel-default.owl-theme .owl-dots .owl-dot span{width: 10px; height: 10px; border-radius: 50%; background: transparent; border: solid 2px #fff; opacity: 1;}
.achados .carousel-default.owl-theme .owl-dots .owl-dot span{border: solid 2px #B7B7B7;}
.carousel-default.owl-theme .owl-dots .owl-dot.active span{background: #fff; opacity: 1;}
.achados .carousel-default.owl-theme .owl-dots .owl-dot.active span{background: #B7B7B7;}

.footer{display: block; width: 100%; border-top: solid 1px #D2D2D2; padding: 75px 0 40px;}
.footer ul{display: flex; width: 100%; flex-wrap: wrap; gap: 20px; padding: 0; justify-content: space-between;}
.footer ul li{list-style: none; width: 48%;}
.footer ul li a{color: #4B4B4B; font-size: 20px; font-weight: bold;}
.footer .lojasApp{color: #000; font-size: 20px; font-weight: bold; line-height: 40px; display: flex; gap: 10px; justify-content: end;}
.footer .lojasApp a{display: inline-block; width: 40px; height: 40px;}
.footer .lojasApp a img{width: 40px; height: 40px;}

.copyDev{display: block; width: 100%; padding: 20px 0; background: #01090F;}
.copyDev .box{display: flex; width: 100%; gap: 20px; justify-content: baseline; align-items: center;}
.copyDev .box .copyright{color: #fff; font-size: 15px; font-weight: 400;}
.copyDev .box .sep{background: #fff; width: 1px; height: 30px;}
.copyDev .box .developer{display: flex; gap: 10px; color: #fff; font-size: 13px; font-weight: 300;}

.defaultBoxText{display: block; width: 100%; margin: 170px 0 150px;}
.defaultBoxText h1{display: block; width: 100%; margin: 0 0 40px; padding: 0 0 25px; color: var(--yellow); font-size: 64px; font-weight: bolder; border-bottom: solid 1px #dfdfdf ;}

.contato{display: block; width: 100%; padding: 150px 0 210px; background: var(--yellow);}
.contato .boxContato{display: block; width: 100%; padding: 50px 50px 0; background: #fff; border-radius: 40px;}
.contato .boxContato .le{display: flex; flex-direction: column; align-content: space-between; flex-wrap: wrap; justify-content: space-between;}
.contato .boxContato .le img{position: relative; top: 92px; max-width: 100%; height: auto;}
.contato .boxContato h1{display: block; width: 100%; color: var(--yellow); font-size: 40px; font-weight: bold;}
.contato .boxContato h2{display: block; width: 100%; color: var(--yellow); font-size: 40px; font-weight: 400; margin: 0 0 50px;}
.contato .boxContato h2 a{font-size: 18px; font-weight: 400;}
.contato .boxContato form{display: flex; width: 100%; gap: 15px; flex-direction: column; margin: 0 0 50px;}
.contato .boxContato form input.txt{width: 100%; border: solid 1px #d8d8d8; padding: 0 30px; height: 65px; color: #555; font-size: 20px; font-weight: 600; border-radius: 20px;}
.contato .boxContato form textarea{width: 100%; height: 160px; border: solid 1px #d8d8d8; padding: 15px 30px; color: #555; font-size: 20px; font-weight: 600; border-radius: 20px;}
.contato .boxContato form input[type="submit"]{width: 150px; height: 60px; border: none; color: #fff; background: var(--blue); font-size: 24px; font-weight: bolder; border-radius: 20px;}
.contato .boxContato form .user{display: block; width: 100%;}
.contato .boxContato form .user span{display: block; width: 100%; color: #2f2f2f; font-size: 20px; font-weight: 700; margin: 0 0 5px;}
.contato .boxContato form .user label{display: inline-block; color: #4b4b4b; font-size: 20px; font-weight: 400; margin: 0 45px 0 0;}
.contato .boxContato form .user label input{display: inline-block; width: 17px; height: 17px;}

.investidor{display:block; width: 100%; padding: 90px 0 200px;}
.investidor .boxTopo{display:block; width: 100%; height: 40vw; margin: 0 0 145px; padding: 40px 0 0; background: linear-gradient(to bottom,#0094FF,#40A1F8,#00E0FF); border-radius: 0 0 195px 195px; box-shadow: 0 0 15px rgba(0,0,0,0.55);}
.investidor .boxTopo h1{width: 100%; color: #fff; font-size: 100px; font-weight: bolder;}
.investidor .boxTopo h2{width: 100%; color: #fff; font-size: 45px; font-weight: bolder;}
.investidor .boxTopo img{width: 45vw; height: auto;}
.investidor .boxText .subtitle{color: #000; font-size: 36px;}
.investidor .boxText p{color: #000;}
.investidor .button{display: inline-block; color: #fff; background: var(--blue); font-size: 24px; font-weight: bolder; border-radius: 20px; line-height: 60px; padding: 0 25px; margin: 50px 0 0;}

@media(max-width: 1660px){
  .redes .redeSocial{width: calc(100% - 50px); margin: -40px 25px 0; padding: 140px 150px;}
  .redes .redeSocial .boxTexto{width: 55%;}
  .redes .redeSocial .boxTexto p{font-size: 22px;}
  .invista .boxText .title img{left: -250px;}
}
@media(max-width: 1550px){
  .redes .redeSocial{padding: 120px 100px;}
  .redes .redeSocial .boxTexto{width: 65%;}
  .redes .redeSocial .boxTexto p{font-size: 20px;}
}
@media(max-width: 1480px){
  .redes .redeSocial{width: 100%; margin: -40px 0 0; border-radius: 0;}
}
@media(max-width: 1399px){
  .redes .redeSocial{padding: 80px; margin: -69px 0 0;}
  .investidor .boxTopo{height: 41vw; border-radius: 0 0 120px 120px;}
  .investidor .boxTopo h1{font-size: 75px;}
  .investidor .boxTopo h2{font-size: 36px;}
}
@media(max-width: 1199px){
  header .header .menu ul li a{font-size: 16px;}
  header .header .menu .lojasApp{font-size: 16px;}
  .redes .texto{font-size: 40px;}
  .redes .redeSocial{padding: 50px; margin: -40px 0 0;}
  .saude .resume{font-size: 36px;}
  .saude .text{font-size: 45px; line-height: 45px;}
  .localizacao .box .text{font-size: 28px;}
  .invista{padding: 150px 0 0;}
  .contato .boxContato .le img{top: 70px;}
  .investidor .boxTopo{height: 42vw; border-radius: 0 0 80px 80px;}
}
@media(max-width: 991px){
  header .header .menu{display: none; position: absolute; width: 100%; height: auto; gap: 0; top: 90px; left: 0; background: var(--yellow); flex-direction: column; align-items: baseline; padding: 0 0 20px; box-shadow: 0 0 5px #BE7900;}
  header .header .menu.active{display: flex;}
  header .header .menu ul{height: auto; width: 100%;}
  header .header .menu ul li{width: 100%; text-align: left; border-right: none; border-bottom: dotted 2px #BE7900; padding: 20px;}
  header .header .menu ul li a{font-size: 20px;}
  header .header .menu .lojasApp{padding: 5px 20px 0 20px; font-size: 20px;}
  header .header .navBars{display: flex;}
  .banner-topo .blocoTexto{gap: 20px; margin: 40px 0 0;}
  .banner-topo .blocoTexto .t1{font-size: 44px;}
  .banner-topo .blocoTexto .t2{font-size: 26px; font-weight: 500;}
  .recursos{padding: 50px 0;}
  .recursos .blocoTexto{margin: 30px 0 0;}
  .redes .img-redes{width: 600px; height: auto;}
  .redes .texto{padding: 100px 0; font-size: 36px;}
  .redes .redeSocial{padding: 150px 25px 50px; margin: -40px 0 0; background: url(../images/bg-rede-social-resp.png) no-repeat right top var(--blue); background-size: 235px;}
  .redes .redeSocial .boxTexto{width: 100%;}
  .redes .redeSocial .buttons{flex-direction: column; gap: 20px;}
  .saude{background-size: 100vw; padding: 150px 0 70px;}
  .saude .buttons{margin: 0 0 50px;}
  .localizacao .box{flex-direction: column; padding: 0 25px 30px; height: auto;}
  .localizacao .box img{top: -45px; max-width: 100%; height: auto;}
  .localizacao .box .text{font-size: 24px;}
  .loja .img-footer{right: -150px;}
  .invista .boxText .title img{width: 150px; height: auto; left: -160px; top: 48px;}
  .invista .boxText .subtitle{font-size: 28px;}
  .footer .col-lg-2{display: flex; justify-content: center;}
  .footer ul{margin: 30px 0;}
  .footer ul li{display: flex; justify-content: center;}
  .footer .lojasApp{justify-content: center;}
  .copyDev .box{justify-content: center;}
  .contato{padding: 125px 0 80px;}
  .contato .boxContato .le img{top: 0;}
  .investidor .boxTopo{height: 42vw; border-radius: 0 0 80px 80px;}
  .investidor .boxTopo h1{font-size: 45px;}
  .investidor .boxTopo h2{font-size: 24px;}
}
@media(max-width: 767px){
  .banner-topo{padding: 0 0 50px;}
  .banner-topo .bannerResp{display: block;}
  .banner-topo .img-banner{display: none;}
  .banner-topo .linkLojas{position: static; width: 120px; gap: 15px; margin: -245px 0 0 -195px; height: 235px;}
  .banner-topo .linkLojas .tt{font-size: 13px; line-height: 15px;}
  .banner-topo .linkLojas .buttons{flex-direction: column; gap: 5px;}
  .banner-topo .linkLojas .buttons img{width: 100%; height: auto;}
  .redes .img-redes{width: 500px;}
  .redes .texto{padding: 50px 0; font-size: 30px;}
  .owl-carousel{margin: 0 0 100px;}
  .boxText{margin: 0 0 50px;}
  .boxText .title.desk{display: none;}
  .boxText .title.mobile{display: flex;}
  .boxText .title{font-size: 45px; line-height: 45px;}
  .boxText .title img{height: 80px; width: auto;}
  .paparazzi .row, .localizacao .row, .loja .row{flex-direction: column-reverse;}
  .localizacao .box{margin: 60px 0 0;}
  .loja{padding: 60px 0 45px;}
  .loja .buttons{width: 170px; flex-wrap: wrap;}
  .loja .img-footer{margin: -240px 0 0; right: -50px;}
  .loja .img-footer img{width: 375px; height: auto;}
  .invista{padding: 100px 0 0;}
  .invista .boxText .title img{top: 15px;}
  .invista .boxText .subtitle{font-size: 24px;}
  .contato .boxContato h1{font-size: 28px;}
  .contato .boxContato h2{font-size: 28px;}
  .investidor{padding: 90px 0 80px;}
  .investidor .boxTopo{height: 42vw; border-radius: 0 0 30px 30px; margin: 0 0 55px;}
}
@media(max-width: 575px){
  .banner-topo .blocoTexto .t1{font-size: 24px;}
  .banner-topo .blocoTexto .t2{font-size: 16px;}
  .recursos .blocoTexto .t1{font-size: 18px;}
  .recursos .blocoTexto .t2{font-size: 15px;}
  .redes .img-redes{width: 300px; top: -20px;}
  .redes .texto{padding: 20px 0 40px; font-size: 20px;}
  .redes .redeSocial{padding: 170px 7.5px 30px; margin: -23px 0 0;}
  .redes .redeSocial .boxTexto{gap: 20px;}
  .redes .redeSocial .boxTexto .title{flex-direction: column; font-size: 30px; gap: 5px;}
  .redes .redeSocial .boxTexto .title img{width: 50px; height: auto;}
  .redes .redeSocial .boxTexto p{font-size: 16px;}
  .boxText .title{font-size: 36px; line-height: 36px;}
  .boxText .subtitle{font-size: 20px;}
  .boxText p{font-size: 16px;}
  .paparazzi{padding: 200px 0 80px;}
  .eventos{padding: 50px 0 100px;}
  .saude{background-size: 720px; padding: 70px 0 10px;}
  .saude .desk{display: none;}
  .saude .mobile{display: block;}
  .saude .resume{font-size: 25px; margin: 140px 0 40px;}
  .saude .text{font-size: 36px; line-height: 36px;}
  .localizacao{padding: 50px 0 0;}
  .localizacao .box{width: calc(100% - 50px); margin: 60px 25px 0; gap: 0;}
  .localizacao .box .text{font-size: 18px;}
  .loja .img-footer{margin: -200px 0 0; right: -40px;}
  .invista{padding: 100px 60px 0;}
  .invista .boxText .title img{width: 75px; left: -80px; top: 18px;}
  .invista .boxText .subtitle{font-size: 18px;}
  .footer ul li{width: 45%; text-align: center;}
  .copyDev .box{flex-wrap: wrap;}
  .copyDev .box .sep{width: 100%; height: 1px; background: rgba(255,255,255,0.1);}
  .copyDev .box .copyright{width: 100%; text-align: center;}
  .contato .boxContato{padding: 30px 25px 0; border-radius: 30px;}
  .contato .boxContato h1{font-size: 24px;}
  .contato .boxContato h2{font-size: 24px;}
  .contato .boxContato form input.txt{padding: 0 15px; height: 60px; font-size: 16px;}
  .contato .boxContato form textarea{padding: 15px; height: 140px; font-size: 16px;}
  .contato .boxContato form .user span{font-size: 16px;}
  .contato .boxContato form .user label{font-size: 16px;}
  .contato .boxContato form input[type="submit"]{height: 50px; font-size: 20px;}
  .investidor .boxTopo{height: auto; padding: 40px 0 20px; position: relative;}
  .investidor .boxTopo h1{font-size: 36px;}
  .investidor .boxTopo h2{font-size: 18px;}
  .investidor .boxTopo img{width: 40vw; position: absolute; right: -15px; bottom: -45px;}
  .investidor .boxText .subtitle{font-size: 24px;}
  .investidor .button{margin: 0;}
}
@media(max-width: 450px){
  .redes .redeSocial .buttons{top: 15px;}
  .invista{padding: 100px 40px 0;}
  .investidor .boxTopo img{width: 45vw;}
}
@media(max-width: 430px){
  .redes .img-redes{width: 250px; top: -20px;}
  .redes .texto{font-size: 18px;}
}
@media(max-width: 380px){
  .redes .redeSocial{background-size: 180px;}
  .saude .boxText .title{font-size: 24px;}
  .localizacao .box{width: calc(100% - 30px); margin: 60px 15px 0;}
  .invista{padding: 100px 20px 0;}
}
@media(max-width: 360px){
  .redes .img-redes{width: 200px; top: -10px;}
  .redes .texto{font-size: 16px;}
}