.btn-mov{align-items:center;background:#7213ad;border:1px solid transparent;border-radius:.75rem;box-sizing:border-box;color:#fff;display:inline-flex;gap:.5rem;height:45px;justify-content:center;padding:.5rem 1rem;position:relative;transition:all .3s ease}.btn-mov span{font-size:.875rem;font-weight:600}.btn-mov img{filter:brightness(0) saturate(100%) invert(56%) sepia(60%) saturate(267%) hue-rotate(232deg) brightness(98%) contrast(102%)}.btn-mov img.arrow{height:8px;transform:rotate(90deg)}.btn-mov:hover{background:none;border-color:#7213ad;color:#7213ad;transition:all .3s ease}.btn-mov:hover img{filter:brightness(0) saturate(100%) invert(54%) sepia(62%) saturate(6705%) hue-rotate(184deg) brightness(96%) contrast(86%)}.btn-mov[disabled],.btn-mov[disabled]:hover{background:#cc62fb;color:#b0bec5}.btn-mov[disabled]:hover{cursor:not-allowed}.btn-mov.loading{align-self:center;border-radius:50%;border-top:none;height:45px;padding:0;pointer-events:none;width:45px}.btn-mov.loading img,.btn-mov.loading span{display:none}.btn-mov.loading:after{animation:spin .7s linear infinite;border:2px solid #fff;border-radius:50%;border-top-color:transparent;content:"";height:22px;position:absolute;width:22px}.btn-mov.bg-white{background:#fff;color:#7213ad}.btn-mov.bg-white img{filter:brightness(0) saturate(100%) invert(27%) sepia(38%) saturate(2844%) hue-rotate(251deg) brightness(87%) contrast(106%)}.btn-mov.bg-white:hover{background:transparent!important;transition:all .3s ease}.btn-mov.no-bg{background:transparent;border:1px solid #7213ad;color:#fff}.btn-mov.no-bg img{filter:brightness(0) saturate(100%) invert(30%) sepia(9%) saturate(890%) hue-rotate(163deg) brightness(98%) contrast(94%)}.btn-mov.no-bg:hover{background:#7213ad;color:#fff;transition:all .3s ease}.btn-mov.no-bg:hover img{filter:brightness(0) saturate(100%) invert(100%) sepia(0) saturate(7488%) hue-rotate(268deg) brightness(106%) contrast(103%)}@keyframes spin{to{transform:rotate(1turn)}}button.close-modal{align-items:center;background:none;border:none;display:flex;height:24px;justify-content:center;transition:all .3s ease;width:24px}button.close-modal img{filter:brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0) hue-rotate(357deg) brightness(105%) contrast(101%)}button.close-modal:hover{transition:all .3s ease}button.close-modal:hover img{filter:brightness(0) saturate(100%) invert(15%) sepia(100%) saturate(7496%) hue-rotate(359deg) brightness(100%) contrast(109%);transition:all .3s ease}[data-input-filter]{margin-bottom:1rem;width:330px}[data-item-filter]{max-height:0;opacity:0;overflow:hidden;transition:max-height .6s ease,opacity .6s ease,background .3s ease}[data-item-filter] button{align-items:center;border-radius:.5rem;color:#fff;display:flex;height:50px;justify-content:space-between;overflow:hidden;padding:0 1rem;transition:color .3s ease,font-size .3s ease;width:100%}[data-item-filter] button img{opacity:0;transform:translateX(2rem);transition:transform .6s ease,opacity .6s ease}[data-item-filter] button:hover{color:#aaa;font-size:1.25rem;transition:color .3s ease,font-size .3s ease}[data-item-filter] button:hover img{opacity:1;transform:translateX(0)}[data-item-filter].show{border-bottom:1px solid hsla(0,0%,100%,.1);max-height:70px;opacity:1}[data-item-filter]:hover{background:rgba(114,19,173,.1);border-bottom:none}.select3{background:#0e0712;border:1px solid transparent;border-radius:.75rem;box-sizing:border-box;padding-right:2rem;position:relative;transition:all .3s ease;width:320px;z-index:9}.select3 .header-select3{align-items:center;box-sizing:border-box;cursor:pointer;display:flex;gap:.75rem;height:40px;justify-content:space-between;padding:.5rem;width:inherit}.select3 .value-selected{align-items:center;display:flex;gap:.5rem}.select3 .value-selected span{color:#969596}.select3 .value-selected p{color:#fff}.select3 .body-select3{background:inherit;border:1px solid #fff;border-bottom-left-radius:.75rem;border-bottom-right-radius:.75rem;border-top:none;box-sizing:border-box;left:-1px;max-height:0;opacity:0;overflow:hidden;padding:0 .75rem;position:absolute;top:40px;transition:max-height .5s ease,opacity .5s ease,padding .3s ease;width:inherit}.select3 .body-select3 ol,.select3 .body-select3 ul{max-height:330px;overflow-y:auto;padding-right:.5rem}.select3 .body-select3 ol::-webkit-scrollbar,.select3 .body-select3 ul::-webkit-scrollbar{height:8px;width:8px}.select3 .body-select3 ol::-webkit-scrollbar-track,.select3 .body-select3 ul::-webkit-scrollbar-track{background:#ddd;border-radius:5px}.select3 .body-select3 ol::-webkit-scrollbar-thumb,.select3 .body-select3 ul::-webkit-scrollbar-thumb{background-color:#7213ad;border:#fff;border-radius:20px}.select3 input[data-input-filter=header-choice-cities]{box-sizing:border-box;width:100%}.select3:hover{border-color:#fff;transition:all .3s ease}.select3.show{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;border-color:#fff}.select3.show .body-select3{max-height:420px;opacity:1;padding:.75rem}.modal-center{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:rgba(0,0,0,.5);height:100vh;left:0;opacity:0;position:fixed;top:0;transition:visibility .3s,opacity .3s ease-in-out;visibility:hidden;width:100vw;z-index:99999}.modal-center,.modal-center .outclick{align-items:center;display:flex;justify-content:center}.modal-center .outclick{height:100%;width:100%}.modal-center .content-modal-center{background:linear-gradient(180deg,#0e0712 0,#1f1f1f);border:1px solid hsla(0,0%,100%,.1);border-radius:.75rem;box-shadow:0 4px 10px rgba(0,0,0,.25);opacity:0;position:relative;transform:translateY(-30px);transition:transform .3s ease-in-out,opacity .3s ease-in-out;width:700px}@media(max-width:576px){.modal-center .content-modal-center{width:300px}}.modal-center.show{opacity:1;transition-delay:0s;visibility:visible}.modal-center.show .content-modal-center{opacity:1;transform:translateY(0)}#modal-call-me .content-modal-center{padding:0;width:320px}#modal-call-me .header-modal{align-items:center;border-bottom:1px solid hsla(0,0%,100%,.1);display:flex;justify-content:space-between;padding:1rem}#modal-call-me .header-modal h3{color:#fff;font-weight:700}#modal-call-me .body-modal{padding:1rem}#modal-call-me button[type=submit]{width:100%}.contact-item a{background-color:hsla(0,0%,100%,.01);border:1px solid hsla(0,0%,100%,.1);border-radius:.75rem;display:grid;gap:.75rem;grid-template-columns:24px 1fr 24px;padding:.75rem;transition:border-color .4s ease,transform .3s ease,box-shadow .3s ease}.contact-item a h5{color:#9f4dd2;font-weight:500;transition:color .3s ease}.contact-item a p{color:#969596;margin:.5rem 0}.contact-item a p,.contact-item a span{font-size:.875rem;transition:color .3s ease}.contact-item a span{color:#fff}.contact-item a .arrow-next{align-self:center;color:#fff;left:0;position:relative;transition:filter 0 ease,left .3s ease}.contact-item a .icon{transition:filter 0 ease}.contact-item a:hover{border-color:#7213ad;box-shadow:0 6px 18px rgba(114,19,173,.25);transform:translateY(-2px)}.contact-item a:hover h5{color:#a227ef}.contact-item a:hover p{color:#bab8b9}.contact-item a:hover span{color:#fff}.contact-item a:hover .arrow-next{left:6px}.contact-item a:hover .arrow-next,.contact-item a:hover .icon{filter:brightness(0) saturate(100%) invert(26%) sepia(59%) saturate(6488%) hue-rotate(271deg) brightness(94%) contrast(101%)}.card-service-include{align-items:center;background:linear-gradient(135deg,#0f172a,#1e293b);border-radius:.25rem;box-shadow:0 0 0 1px rgba(0,178,255,.1);display:flex;font-weight:600;gap:.25rem;padding:.25rem .5rem .25rem .25rem;transition:background .3s ease,box-shadow .3s ease}.card-service-include .box-icon{align-items:center;background:#04070d;border-radius:5px;display:flex;height:28px;justify-content:center;transition:background .3s ease;width:28px}.card-service-include .box-icon img{filter:brightness(0) saturate(100%) invert(99%) sepia(0) saturate(7500%) hue-rotate(123deg) brightness(102%) contrast(101%);height:20px;width:20px}.card-service-include.install-free{background:linear-gradient(135deg,#064e3b,#10b981);box-shadow:0 0 8px 0 rgba(16,185,129,.25)}.card-service-include.install-free .box-icon{background:#10b981}.card-service-include.download .box-icon img{transform:rotate(180deg)}.card-service-include span{color:#fff;font-size:.875rem;font-weight:500}.ModalDisplayAlert .content-modal-center{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:rgba(26,32,46,.2);border:1px solid #13f7b3;border-radius:12px;gap:1.25rem;padding:2rem;width:500px}.ModalDisplayAlert .content-modal-center,.ModalDisplayAlert .header-modal>div{align-items:center;display:flex;flex-direction:column}.ModalDisplayAlert .header-modal p{color:#fefefe;font-size:1.25rem;line-height:1.75rem;text-align:center}.ModalDisplayAlert .body-modal p{color:#c5cbd9;line-height:1.25rem;text-align:center}.ModalDisplayAlert button{border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 2rem;transition:background .3s ease,box-shadow .3s ease}.ModalDisplayAlert button:hover{box-shadow:0 0 10px hsla(0,0%,100%,.3),0 0 20px hsla(0,0%,100%,.2),0 0 30px hsla(0,0%,100%,.1)}.ModalDisplayAlert.error .success{display:none}.ModalDisplayAlert.error .error{display:flex}.ModalDisplayAlert.error .content-modal-center{background:rgba(244,67,54,.1);border-color:#f44336}.ModalDisplayAlert.error .header-modal p{margin-top:1rem}.ModalDisplayAlert.error button{background:#f44336;color:#fff}.ModalDisplayAlert.error button:hover{background:#e53935;box-shadow:0 0 12px rgba(244,67,54,.6)}.ModalDisplayAlert.success .error{display:none}.ModalDisplayAlert.success .success{display:flex}.ModalDisplayAlert.success .content-modal-center{background:rgba(19,247,179,.1);border-color:#13f7b3;padding-top:0}.ModalDisplayAlert.success button{background:#13f7b3;color:#fff}.ModalDisplayAlert.success button:hover{background:#0fd6a0;box-shadow:0 0 12px rgba(19,247,179,.6)}.loading{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:rgba(0,0,0,.5);display:none;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:9999999}.loading.active{display:flex}.loading .lds-ring{align-items:center;display:flex;height:80px;justify-content:center;position:relative;width:80px}.loading .lds-ring div{animation:lds-ring 1.2s linear infinite;border:8px solid transparent;border-radius:50%;border-top-color:#7213ad;box-sizing:border-box;height:64px;position:absolute;width:64px}.loading .lds-ring div:nth-child(2){animation-delay:-.45s}.loading .lds-ring div:nth-child(3){animation-delay:-.3s}.loading .lds-ring div:nth-child(4){animation-delay:-.15s}.loading .lds-ring .logo-loading{align-items:center;animation:glow-pulse-zoom 2s ease-in-out infinite;background:#0e0712;border:2px solid #7213ad;border-radius:50%;display:flex;height:44px;justify-content:center;width:44px;z-index:10}.loading .lds-ring .logo-loading img{height:22px;-o-object-fit:contain;object-fit:contain;width:22px}@keyframes lds-ring{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes glow-pulse-zoom{0%,to{filter:drop-shadow(0 0 6px #9F4DD2) drop-shadow(0 0 12px rgba(159,77,210,.6666666667));transform:scale(1)}50%{filter:drop-shadow(0 0 12px #c065f0) drop-shadow(0 0 20px rgba(192,101,240,.6666666667));transform:scale(1.1)}}.card-contact{background:#1f1f1f;border-radius:12px;box-shadow:0 6px 18px rgba(114,19,173,.25);display:inline-flex;gap:.5rem;overflow:hidden;padding:.75rem;position:relative;transition:transform .3s ease,box-shadow .3s ease;z-index:1}.card-contact h4{color:#fff;font-size:1.125rem}.card-contact p{color:#bab8b9;margin-top:.5rem}.card-contact:before{border:1px solid transparent;border-radius:12px;content:"";inset:0;pointer-events:none;position:absolute;transition:border-color .4s ease,transform .3s ease,box-shadow .3s ease;z-index:-1}.card-contact:hover{box-shadow:0 6px 18px rgba(114,19,173,.25);transform:translateY(-2px)}.card-contact:hover:before{border-color:#7213ad}.card-contact.light{background:transparent}.card-contact.light h4{color:#1f1f1f}.card-contact.light p{color:#737272}@keyframes borderColorSpin{0%{background-position:0 50%}to{background-position:100% 50%}}.modal-contacts-center .content-modal-center{padding:1rem}.modal-contacts-center .header-modal{align-items:center;display:flex;justify-content:space-between}.modal-contacts-center .header-modal h3{color:#fff;font-size:1.5rem;font-weight:600}.modal-contacts-center .body-modal{display:grid;grid-template-columns:1fr 1fr;margin-top:1.25rem;max-height:calc(100vh - 200px);overflow-y:auto}.modal-contacts-center .body-modal::-webkit-scrollbar{height:8px;width:8px}.modal-contacts-center .body-modal::-webkit-scrollbar-track{background:#ddd;border-radius:5px}.modal-contacts-center .body-modal::-webkit-scrollbar-thumb{background-color:#7213ad;border:#fff;border-radius:20px}.modal-contacts-center .body-left{border-right:1px solid hsla(0,0%,100%,.1);padding-right:1rem}.modal-contacts-center .body-right{padding-left:1rem}.modal-contacts-center h4{color:#969596;line-height:1.25rem;margin-bottom:1.5rem}@media(max-width:992px){.modal-contacts-center .body-modal{display:flex;flex-direction:column-reverse}.modal-contacts-center .body-left{border-right:none;border-top:1px solid hsla(0,0%,100%,.1);padding-right:0;padding-top:1rem}.modal-contacts-center .body-right{padding-bottom:1rem;padding-left:0}}@media(max-width:576px){.modal-contacts-center .body-left,.modal-contacts-center .body-right{padding-right:1rem}}header#header-mov #nav-choose-site{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1.5rem}header#header-mov #nav-choose-site ul.choose-site{align-items:center;display:flex;gap:1.25rem}header#header-mov #nav-choose-site .item-choose-site{color:#fff;display:inline-block;transition:color .3s ease}header#header-mov #nav-choose-site .item-choose-site:after{background:#8005b6;content:"";display:block;height:3px;margin-top:.75rem;transition:width .3s ease;width:0}header#header-mov #nav-choose-site .item-choose-site.active:after,header#header-mov #nav-choose-site .item-choose-site:hover:after{width:100%}header#header-mov #nav-choose-site .item-choose-site:hover{color:#ccc;font-weight:400}header#header-mov[theme=light] #nav-choose-site .item-choose-site{color:#090909}header#header-mov[theme=light] #nav-choose-site .item-choose-site:hover{color:#ccc}header#header-mov[theme=light] .select3{background:#f9f3fc}header#header-mov[theme=light] .select3 .value-selected p{color:#090909}header#header-mov[theme=light] .select3.show{background:#0e0712}header#header-mov[theme=light] .select3.show .value-selected p{color:#fff}@media(max-width:768px){header#header-mov #nav-choose-site{flex-direction:column}}header#header-mov .menus{align-items:center;display:flex;gap:1rem;justify-content:space-between;position:relative}header#header-mov .menus a,header#header-mov .menus button{color:#fff}header#header-mov .menus .menus-right{align-items:center;display:flex;gap:1.5rem;height:57px}header#header-mov .menus .menus-right a{align-items:center;display:flex;gap:.5rem}header#header-mov .menus .menus-right a:hover,header#header-mov .menus .menus-right a:hover span{color:#8005b6}header#header-mov .menus #menus-left{align-items:center;display:flex;gap:1.25rem}header#header-mov .menus #menu-site{align-items:center;display:flex;gap:1rem}header#header-mov .menus #menu-site a,header#header-mov .menus #menu-site button{display:inline-block;transition:color .3s ease}header#header-mov .menus #menu-site a:after,header#header-mov .menus #menu-site button:after{background:#8005b6;content:"";display:block;height:3px;margin-top:.5rem;transition:width .3s ease;width:0}header#header-mov .menus #menu-site a:hover,header#header-mov .menus #menu-site button:hover{color:#ccc;font-weight:400}header#header-mov .menus #menu-site a.active:after,header#header-mov .menus #menu-site a:hover:after,header#header-mov .menus #menu-site button.active:after,header#header-mov .menus #menu-site button:hover:after{width:100%}header#header-mov .menus #btn-mobile{background:none;border:none;display:none;font-size:1rem;gap:.5rem}header#header-mov .menus #btn-mobile>span{border-top:2px solid;color:#fff;display:block;width:20px}header#header-mov .menus #btn-mobile>span:after,header#header-mov .menus #btn-mobile>span:before{background:currentColor;content:"";display:block;height:2px;margin-top:5px;position:relative;transition:.3s;width:20px}header#header-mov .menus #menus-left.active #menu-site{max-height:600px;opacity:1}header#header-mov .menus #menus-left.active #btn-mobile span{border-top-color:transparent}header#header-mov .menus #menus-left.active #btn-mobile span:before{transform:rotate(135deg)}header#header-mov .menus #menus-left.active #btn-mobile span:after{bottom:7px;transform:rotate(-137deg)}header#header-mov[theme=light] .menus #btn-mobile>span,header#header-mov[theme=light] .menus a,header#header-mov[theme=light] .menus button{color:#090909}header#header-mov[theme=light] .logo-mov{filter:brightness(0) saturate(100%) invert(16%) sepia(30%) saturate(6837%) hue-rotate(267deg) brightness(105%) contrast(99%)}@media(max-width:992px){header#header-mov .menus{align-items:flex-start}header#header-mov .menus #btn-mobile{display:flex!important}header#header-mov .menus #btn-mobile span{zoom:1.5}header#header-mov .menus #menus-left{flex-direction:column}header#header-mov .menus .logo-btn-mobile{align-items:center;display:flex;gap:1.5rem}header#header-mov .menus #menu-site{display:block;max-height:0;opacity:0;overflow:hidden;padding:0 .75rem;transition:max-height .5s ease,opacity .5s ease,padding .3s ease}}@media(max-width:568px){header#header-mov .menus .menus-right{align-items:flex-start;flex-direction:column}}header#header-mov{background:#0e0712;padding:1rem 0;transition:max-height .5s ease,opacity .5s ease,padding .3s ease}header#header-mov[theme=light]{background:#f9f3fc}footer#footer-mov .menus{display:flex;gap:1rem;justify-content:space-between}footer#footer-mov .menus .box-menu h3{color:#dddbdc;margin-bottom:1rem;text-transform:uppercase}footer#footer-mov .menus .box-menu ul{margin-bottom:2.5rem}footer#footer-mov .menus .box-menu li+li{margin-top:.75rem}footer#footer-mov .menus .box-menu a,footer#footer-mov .menus .box-menu button{align-items:center;color:#969596;display:flex;gap:.5rem;line-height:1.25rem;transition:color .3s ease}footer#footer-mov .menus .box-menu a:hover,footer#footer-mov .menus .box-menu button:hover{color:#ccc}footer#footer-mov .menus .box-menu a:hover img,footer#footer-mov .menus .box-menu button:hover img{filter:brightness(0) saturate(100%) invert(84%) sepia(0) saturate(1336%) hue-rotate(53deg) brightness(99%) contrast(91%)}footer#footer-mov[theme=light] .menus .box-menu h3{color:#3b3a3a;font-weight:500}footer#footer-mov[theme=light] .menus .box-menu a,footer#footer-mov[theme=light] .menus .box-menu button{color:#1f1f1f}footer#footer-mov[theme=light] .menus .box-menu a:hover,footer#footer-mov[theme=light] .menus .box-menu button:hover{color:#ccc}@media(max-width:576px){footer#footer-mov .menus{flex-direction:column}}footer#footer-mov .logo-socials{display:flex;flex-direction:column;gap:2rem;justify-content:space-between}footer#footer-mov .logo-socials .logo-slogan{display:flex;gap:2rem}footer#footer-mov .logo-socials h2{color:#fff;font-size:1.125rem}footer#footer-mov .logo-socials p{color:#bd85e0;font-size:.875rem;margin-top:1rem;text-transform:uppercase}footer#footer-mov .logo-socials ul.list-links-socials{align-items:center;display:flex;gap:.75rem}footer#footer-mov .logo-socials ul.list-links-socials a img{filter:brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0) hue-rotate(181deg) brightness(103%) contrast(103%);transition:filter .3s ease}footer#footer-mov .logo-socials ul.list-links-socials a:hover img{filter:brightness(0) saturate(100%) invert(45%) sepia(35%) saturate(7067%) hue-rotate(252deg) brightness(87%) contrast(87%)}footer#footer-mov[theme=light]{background:#fff}footer#footer-mov[theme=light] .logo-socials h2{color:#3b3a3a}footer#footer-mov[theme=light] .logo-socials p{color:#8005b6}footer#footer-mov[theme=light] .logo-socials ul.list-links-socials a img{filter:brightness(0) saturate(100%) invert(17%) sepia(7%) saturate(5415%) hue-rotate(232deg) brightness(93%) contrast(109%)}footer#footer-mov[theme=light] .logo-socials ul.list-links-socials a:hover img{filter:brightness(0) saturate(100%) invert(22%) sepia(97%) saturate(6518%) hue-rotate(276deg) brightness(94%) contrast(97%)}footer#footer-mov[theme=light] .logo-mov{filter:brightness(0) saturate(100%) invert(16%) sepia(30%) saturate(6837%) hue-rotate(267deg) brightness(105%) contrast(99%)}footer#footer-mov{background:#0e0712}footer#footer-mov .content{display:grid;grid-template-columns:1fr 1fr;padding-bottom:2rem;padding-top:3rem}footer#footer-mov .copyright{color:#969596;line-height:1.25rem;padding:1.5rem 0;text-align:center}footer#footer-mov[theme=light]{background:#f9f3fc}footer#footer-mov[theme=light] .copyright{color:#0e0712}@media(max-width:1200px){footer#footer-mov .content{display:flex;flex-direction:column-reverse}}@media(max-width:576px){footer#footer-mov .content{align-items:center}}section#include-download-app{background:#f9f3fc url(/images/bg-download-app.webp?fa21be46cbc046835ff235b4f1da7eef) no-repeat left 5% top;background-size:cover;padding-top:4rem}section#include-download-app .content{align-items:center;display:grid;grid-template-columns:1fr 1fr}section#include-download-app h1{color:#8005b6;font-size:1rem;margin-bottom:1rem}section#include-download-app h2{color:#090909;font-size:2rem;font-weight:600;line-height:2.5rem;margin-bottom:2rem}section#include-download-app li{align-items:center;border-bottom:2px solid #ddd6e2;display:flex;gap:.5rem;padding:1rem 0}section#include-download-app li p{color:#1f1f1f;font-size:.875rem}section#include-download-app .links-app{align-items:center;display:flex;gap:2rem;margin-top:3rem}section#include-download-app .box-qr{background:#fff;border-radius:.5rem;padding:.75rem;width:110px}section#include-download-app .box-qr img{height:110px}section#include-download-app .box-qr p{color:#3b3a3a;font-size:.75rem;line-height:.875rem;margin-top:.5rem}section#include-download-app .box-links{display:flex;flex-wrap:wrap;gap:1.5rem}section#include-download-app .box-links .card-contact{align-items:center;gap:1rem}section#include-download-app .box-links .card-contact .left-card img{zoom:1.5}section#include-download-app h3{align-items:center;color:#1f1f1f;display:flex;margin-bottom:1.5rem}section#include-download-app h3 b{font-weight:600;margin-left:4px}@media(max-width:1200px){section#include-download-app{background:#f9f3fc}section#include-download-app .content{display:block}section#include-download-app .bg{display:none}section#include-download-app .about{padding-bottom:4rem}}@media(max-width:576px){section#include-download-app .links-app{flex-direction:column-reverse}}section#include-be-part{background:url(/images/bg-be-part.webp?a2966845db747694d42ff22a5af4f8ef) no-repeat 50%;background-size:cover;padding:6rem 0}section#include-be-part .content{display:flex;justify-content:center}section#include-be-part .box-be{align-items:center;display:flex;flex-direction:column}section#include-be-part h1{color:#fff;font-size:3rem;font-weight:600;line-height:4rem;margin-bottom:2rem;max-width:700px;text-align:center}section#include-be-part h1 span{color:#bd85e0;font-size:inherit;font-weight:inherit;line-height:inherit}section#include-be-part h2{color:#fff;font-size:1.25rem;line-height:1.5rem;margin-bottom:3rem;max-width:700px;text-align:center}section#include-be-part h2 span{color:inherit;font-size:inherit;font-weight:500;line-height:inherit}#modal-contacts{bottom:30px;position:fixed;right:30px;z-index:2}#modal-contacts .box-contacts-modal{background:#0e0712;border:1px solid hsla(0,0%,100%,.1);border-radius:.75rem;bottom:80px;box-shadow:0 8px 24px rgba(159,77,210,.25);opacity:0;pointer-events:none;position:absolute;right:0;transform:translateY(20px);transition:opacity .4s ease,transform .4s ease;width:315px}#modal-contacts .box-contacts-modal .header-box-contacts-modal{align-items:center;background:#7213ad;border-top-left-radius:.75rem;border-top-right-radius:.75rem;display:flex;justify-content:space-between;padding:1rem}#modal-contacts .box-contacts-modal .header-box-contacts-modal h3{color:#fff;font-weight:600;text-shadow:0 0 6px rgba(159,77,210,.5)}#modal-contacts .box-contacts-modal .header-box-contacts-modal button#close-modal-contacts{align-items:center;background:none;border-radius:50%;display:flex;height:20px;justify-content:center;width:20px}#modal-contacts .box-contacts-modal .header-box-contacts-modal button#close-modal-contacts img{filter:brightness(0) saturate(100%) invert(100%);transition:all .3s ease}#modal-contacts .box-contacts-modal .header-box-contacts-modal button#close-modal-contacts:hover img{filter:drop-shadow(0 0 4px #9F4DD2)}#modal-contacts .box-contacts-modal .body-box-contacts-modal{animation:fadeInUp .4s ease both;padding:1rem}#modal-contacts .box-contacts-modal .body-box-contacts-modal .item-contact-modal-contacts{background:#1a1a1a;border:1px solid #2e2e2e;border-radius:.5rem;box-shadow:0 0 4px rgba(159,77,210,.2);box-sizing:border-box;display:flex;flex-direction:column;height:75px;justify-content:space-around;padding:.5rem;transition:all .3s ease;width:100%}#modal-contacts .box-contacts-modal .body-box-contacts-modal .item-contact-modal-contacts h4{color:#9f4dd2;font-weight:700;text-align:left}#modal-contacts .box-contacts-modal .body-box-contacts-modal .item-contact-modal-contacts p{color:#e2e2e2;font-weight:500;margin-top:.5rem;text-align:left}#modal-contacts .box-contacts-modal .body-box-contacts-modal .item-contact-modal-contacts:hover{background:#7213ad;border-color:#9f4dd2;box-shadow:0 0 8px #9f4dd2;transform:translateY(-2px)}#modal-contacts .box-contacts-modal .body-box-contacts-modal .item-contact-modal-contacts:hover h4,#modal-contacts .box-contacts-modal .body-box-contacts-modal .item-contact-modal-contacts:hover p{color:#fff}#modal-contacts .box-contacts-modal .body-box-contacts-modal li+li{margin-top:.75rem}#modal-contacts .box-contacts-modal .footer-box-contacts-modal div{background:#0e0712;border-right:1px solid hsla(0,0%,100%,.1);border-top:1px solid hsla(0,0%,100%,.1);bottom:-9px;height:16px;position:absolute;right:20px;transform:rotate(135deg);width:16px}#modal-contacts .show-list-contacts{align-items:center;border-radius:50%;bottom:10px;cursor:pointer;display:flex;right:0}#modal-contacts .show-list-contacts .box-icon-whats{align-items:center;animation:pulse-green 2s infinite;background:#29a71a;border-radius:50%;display:flex;height:60px;justify-content:center;width:60px}#modal-contacts .show-list-contacts .box-icon-whats img{filter:brightness(0) saturate(100%) invert(100%)}#modal-contacts .show-list-contacts .box-msg{align-items:center;background:#29a71a;border-bottom-left-radius:30px;border-top-left-radius:30px;display:flex;height:60px;left:30px;opacity:0;overflow:hidden;position:relative;transform:translateX(20px);transition:all .3s ease;width:0}#modal-contacts .show-list-contacts .box-msg span{color:#fff;display:none;font-weight:700;padding-left:10px;white-space:nowrap}#modal-contacts .show-list-contacts:hover .box-icon-whats{animation:none;box-shadow:0 0 12px #29a71a}#modal-contacts .show-list-contacts:hover .box-msg{opacity:1;padding:0 40px 0 30px;transform:translateX(0);width:auto}#modal-contacts .show-list-contacts:hover .box-msg span{display:inline-block}#modal-contacts.active .box-contacts-modal{opacity:1;pointer-events:all;transform:translateY(0)}#modal-contacts.active .show-list-contacts .box-icon-whats{animation:none;box-shadow:0 0 12px #29a71a}#modal-contacts.active .show-list-contacts .box-msg{opacity:1;padding:0 40px 0 30px;transform:translateX(0);width:auto}#modal-contacts.active .show-list-contacts .box-msg span{display:inline-block}@keyframes pulse-green{0%{box-shadow:0 0 0 0 rgba(41,167,26,.7);transform:scale(.95)}70%{box-shadow:0 0 0 12px rgba(41,167,26,0);transform:scale(1)}to{box-shadow:0 0 0 0 rgba(41,167,26,0);transform:scale(.95)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}ul.contacts{display:flex;flex-direction:column;gap:.75rem}section#b2c-indicate-form{background:#4e0578}section#b2c-indicate-form .title{background:#f9f3fc;padding:2.5rem 0}section#b2c-indicate-form .title .container{align-items:center;display:flex;gap:1rem;justify-content:space-between}section#b2c-indicate-form h1{color:#0e0712;font-size:2rem;font-weight:600}section#b2c-indicate-form h2{color:#4e0578;font-size:1.5rem;line-height:2rem}section#b2c-indicate-form h3{color:#f9f3fc;font-size:2.25rem;font-weight:600}section#b2c-indicate-form h4{color:#f9f3fc;line-height:1.5rem;margin-bottom:2.5rem;margin-top:1rem}section#b2c-indicate-form h5{color:#350950;margin-bottom:1.25rem}section#b2c-indicate-form .indicate-form{display:flex;gap:1.5rem;justify-content:space-between;padding-bottom:3rem;padding-top:3rem}section#b2c-indicate-form .step{align-items:center;display:flex;gap:.75rem;margin-bottom:.75rem}section#b2c-indicate-form .step p{color:#dbbcee}section#b2c-indicate-form .step .box-icon{align-items:center;background:#350950;border-radius:.25rem;display:flex;height:40px;justify-content:center;width:40px}section#b2c-indicate-form .step .box-icon img{filter:brightness(0) saturate(100%) invert(79%) sepia(9%) saturate(1532%) hue-rotate(219deg) brightness(103%) contrast(87%)}section#b2c-indicate-form .link-regulation{align-items:center;color:#fff;display:flex;gap:.5rem;margin-top:3rem}section#b2c-indicate-form form{background:#f9f3fc;border-radius:.75rem;box-sizing:border-box;height:330px;padding:1.25rem;width:350px}section#b2c-indicate-form form .input-group{height:auto;margin-bottom:.5rem}section#b2c-indicate-form form button{width:100%}@media(max-width:768px){section#b2c-indicate-form .title .container{align-items:center;flex-direction:column}section#b2c-indicate-form .indicate-form{flex-direction:column}section#b2c-indicate-form form{width:100%}}section#b2c-was-indicated{background:#f9f3fc;padding-bottom:4rem;padding-top:6rem}section#b2c-was-indicated .content{align-items:center;display:flex;gap:2rem;justify-content:center}section#b2c-was-indicated h1{color:#0e0712;font-size:2rem;font-weight:600;margin-bottom:1.5rem}section#b2c-was-indicated h2{color:#0e0712;margin-bottom:1.75rem}section#b2c-was-indicated h3{color:#0e0712;font-weight:500;line-height:1.5rem;margin-top:1.75rem;max-width:400px}section#b2c-was-indicated .bg{border-radius:1rem;overflow:hidden}section#b2c-was-indicated .step{align-items:center;display:flex;gap:.75rem;margin-bottom:.75rem}section#b2c-was-indicated .step p{color:#1f1f1f}section#b2c-was-indicated .step .box-icon{align-items:center;background:#631196;border-radius:.25rem;display:flex;height:40px;justify-content:center;width:40px}section#b2c-was-indicated .step .box-icon img{filter:brightness(0) saturate(100%) invert(79%) sepia(9%) saturate(1532%) hue-rotate(219deg) brightness(103%) contrast(87%)}@media(max-width:768px){section#b2c-was-indicated .content{flex-direction:column-reverse}section#b2c-was-indicated .bg img{height:auto;width:320px}}
