*{box-sizing:border-box;-webkit-box-sizing:border-box;margin:0;padding:0}:root{--background: #0d0e0f;--dark-blue-color: #242757;--light-blue-color: #008AC3;--pink-color: #FC2292;--grey-color: #555C6F;--basic-color: #fafafa;--white: #FFF;--main-shadow: 1px 4px 15px rgba(0, 0, 0, 0.166)}@media (max-width: 1080px){html{font-size:93.75%}}@media (max-width: 720px){html{font-size:87.5%}}html{scroll-behavior:smooth;transition:all 0.5s}body{font-family:'Montserrat', sans-serif;overflow-x:hidden;background:var(--background)}img{max-width:100%}a{text-decoration:none;color:inherit}li{list-style-type:none}fieldset{border:none}.container{width:100%;margin:0 auto;padding:0 4rem}@media (max-width: 768px){.container{padding:0 2rem}}@media only screen and (min-width: 1024px) and (max-width: 1360px){.container{max-width:1250px}}@media (min-width: 1600px){.container{max-width:1900px}}.column{display:grid;grid-template-columns:var(--size, 50% auto);gap:40px;position:relative}@media (max-width: 768px){.column{--size: 100%}}.main__title{color:var(--white);font-size:3rem;line-height:3.5rem}@media only screen and (min-width: 1024px) and (max-width: 1360px){.main__title{font-size:2.7rem}}@media (min-width: 1600px){.main__title{font-size:4rem;line-height:4.5rem}}.main__title span{color:var(--pink-color)}.main__text{color:var(--white);font-size:1.125rem;line-height:1.688rem;font-weight:300;margin:1rem 0}.btn-primary{height:50px;padding:1rem 2rem;display:flex;justify-content:center;align-items:center;border-radius:25px;border:2px solid var(--pink-color);background:transparent;color:var(--pink-color);font-weight:600;font-size:1rem;width:40%;cursor:pointer;transition:all 0.5s;margin-top:2rem}@media (max-width: 768px){.btn-primary{width:70%}}@media only screen and (min-width: 1024px) and (max-width: 1360px){.btn-primary{width:45%}}.btn-primary:hover{background:var(--pink-color);color:var(--white)}.btn-primary:focus{outline:none}.header{padding:0;min-height:100vh}@media (max-width: 768px){.header{background-position:inherit}}.header .container{display:flex;justify-content:space-between;align-items:center;position:relative}@media (max-width: 768px){.header .container{flex-wrap:wrap;justify-content:space-between;padding:0 15px}}.header .logo a{display:flex}.header .logo img{height:70px}@media (max-width: 768px){.header .logo img{height:40px}}.header h1{margin:0}.header .call-action{background:var(--pink-color);color:var(--basic-color);border:1px solid var(--pink-color);font-size:12px;font-weight:800;margin-top:0;width:100%}.header .call-action:hover{background:#e80379}.header .call-action:focus{outline:none}.header .column{padding:0 4.5rem;align-items:center;position:relative;--size: 30% auto}@media (max-width: 768px){.header .column{--size: 100%;padding:0 2rem}}@media only screen and (min-width: 1024px) and (max-width: 1360px){.header .column{--size: 35% auto}}@media (min-width: 1600px){.header .column{--size: 35% auto}}.header .column__item{z-index:2}.header .column .main__title{margin-top:6rem}@media (max-width: 768px){.header .column .main__title{margin-top:3rem}}.header .column .btn-primary{width:60%}@media (max-width: 768px){.header .column .btn-primary{width:70%}}@media (min-width: 1024px){.header .column .btn-primary{width:65%}}.header .column figure{position:absolute;right:0;top:-7rem}@media (max-width: 768px){.header .column figure{top:auto;bottom:-18rem}}.header .column figure img{height:48rem}@media (max-width: 768px){.header .column figure img{height:auto}}@media (min-width: 1024px){.header .column figure img{height:42rem}}@media only screen and (min-width: 1024px) and (max-width: 1360px){.header .column figure img{height:38rem}}@media (min-width: 1600px){.header .column figure img{height:50rem}}.open-menu-mobile{display:none}@media (max-width: 768px){.open-menu-mobile{display:block}}.open-menu-mobile .icon{width:30px;height:30px;fill:var(--primary-color)}.close-menu-mobile{display:none}.close-menu-mobile .icon{width:20px;height:20px;fill:#FFF}.close-menu-mobile.active{display:block}@media (max-width: 768px){.close-menu-mobile.active{position:absolute;top:20px;right:30px;z-index:10}}.navigation.active-menu{transform:translate3d(0, 0, 0);transition:transform 0.6s cubic-bezier(0.75, 0, 0.25, 1);z-index:10}.informations{display:flex;align-items:center}.informations-content{display:flex;align-items:center;margin-right:15px}@media (max-width: 768px){.informations-content{display:none}}.informations-content--item{margin:0 15px;color:var(--white);font-size:1.2rem;display:flex}.informations-content--item__icon{width:26px;height:26px;margin:0 5px;border-radius:100%}.informations-content--item__icon a{display:flex}.base-navigation{padding:1em 0 2em;z-index:1;position:relative}.brands{display:grid;grid-template-columns:var(--size, 1fr 0.6fr 1fr 1fr 1fr 1fr);gap:10px;width:75%;margin:10rem auto 0 auto;position:relative}@media (max-width: 768px){.brands{margin:8rem auto 0 auto;--size: 50% auto;gap:30px}}.brands:before{content:'';position:absolute;background-image:url("../assets/images/line.png");background-repeat:no-repeat;background-size:contain;background-position:center;width:80%;margin:auto;height:20px;top:-40px;left:0;right:0}.brands__item{display:flex;justify-content:center;align-items:center}.brands__item:nth-child(2) img{width:5rem}.brands__item:nth-child(3) img{width:7.5rem}.brands__item:nth-child(4) img{width:11rem}.brands__item img{width:9rem;height:auto}.setup{padding:4rem 0}@media (max-width: 768px){.setup{margin-bottom:15rem}}@media (min-width: 1600px){.setup{padding:10rem 0}}.setup .column{padding:0 4.5rem;--size: 45% auto}@media (max-width: 768px){.setup .column{--size: 100%;padding:0 2rem}}.setup .column__item{z-index:1}.setup .column figure{position:absolute;right:0;top:2rem}@media (max-width: 768px){.setup .column figure{top:auto;bottom:-15rem}}.setup .column figure img{height:31rem}@media (max-width: 768px){.setup .column figure img{height:auto}}@media only screen and (min-width: 1024px) and (max-width: 1360px){.setup .column figure img{height:28rem}}@media (min-width: 1600px){.setup .column figure img{height:36rem}}.setup .main__text{width:80%;margin-bottom:3rem}@media (max-width: 768px){.setup .main__text{width:100%}}.setup__title{color:var(--white);font-size:1.6rem;margin-top:1.5rem}.setup__title span{color:var(--pink-color)}.setup__title--modifed{background:var(--pink-color);padding:6px 12px;width:80%;text-align:center}@media (max-width: 768px){.setup__title--modifed{width:90%;font-size:1.3rem}}.setup__text{color:var(--white);opacity:0.8;margin:0.575rem 0;line-height:1.575rem;font-size:1rem;width:80%}@media (max-width: 768px){.setup__text{width:100%}}.payment{padding:5rem 0;background-repeat:no-repeat;background-position:right center;background-size:contain}@media (min-width: 1600px){.payment{padding:10rem 0}}.payment .main__text{margin-bottom:3rem}.payment .column{gap:0}@media (max-width: 768px){.payment .column{--size: 100%}}@media (max-width: 768px){.payment .main__title{margin-top:4rem}}.payment__title{color:var(--white);font-size:1.5rem;margin-top:2rem;margin-bottom:0.800rem}.payment__title-modifed{background:var(--pink-color);padding:5px 10px;text-align:center;width:75%}@media (max-width: 768px){.payment__title-modifed{width:100%;font-size:1.2rem}}@media only screen and (min-width: 1024px) and (max-width: 1360px){.payment__title-modifed{width:82%}}@media (min-width: 1600px){.payment__title-modifed{width:60%}}.payment__text{color:var(--white);width:70%;opacity:0.8}@media (max-width: 768px){.payment__text{width:100%;font-size:1rem}}.payment img{width:90%}.call{background-image:url("../assets/images/img_cta.png");background-repeat:no-repeat;background-size:cover;background-position:center;padding:8rem 0}@media (min-width: 1600px){.call{padding:11rem 0}}.call .main__title{font-size:2.7rem}@media (min-width: 1600px){.call .main__title{font-size:4rem;line-height:4.5rem}}@media only screen and (min-width: 1024px) and (max-width: 1360px){.call .column{--size: 55% auto}}@media (min-width: 1600px){.call .column{--size: 60% auto}}.about{padding:5rem 0}@media (min-width: 1600px){.about{padding:10rem 0}}.about .main__title{width:100%;font-size:2.7rem;line-height:3.5rem;margin-top:2rem}@media (max-width: 768px){.about .main__title{width:100%;font-size:2.5rem}}.about .main__title span:first-child{color:var(--white);background:var(--pink-color);padding:2px 15px}.about .main__text{width:80%;line-height:2.2rem;margin-bottom:3rem}@media (max-width: 768px){.about .main__text{width:100%}}.about figure img{width:95%}@media (max-width: 768px){.about .column__item:first-child{order:2}}.footer .container{border-top:1px solid #fc22924d;padding:4rem 4rem 0 4rem}@media (max-width: 768px){.footer .container{padding:4rem 2rem 0 2rem}}.footer .main__title{line-height:4rem;width:90%}@media (max-width: 768px){.footer .main__title{width:100%}}@media (min-width: 1600px){.footer .main__title{line-height:4.5rem}}.footer .main__text{width:80%}@media (max-width: 768px){.footer .main__text{width:100%}}.footer .column{--size: 55% auto;align-items:center}@media (max-width: 768px){.footer .column{--size: 100%}}.footer__row{border-top:1px solid #fc22924d;margin-top:3rem;padding:3rem 7rem 0 7rem;display:grid;grid-template-columns:var(--size, 0.7fr 1fr 1fr 0.6fr);gap:50px}@media (max-width: 768px){.footer__row{--size: 100%;padding:3rem 0}}.footer__row-item{color:var(--white)}.footer__row-title{display:flex;align-items:center;font-size:1rem;margin-bottom:10px}.footer__row-title svg{width:17px;height:17px;margin-right:5px}.footer__row-link{font-size:0.875rem;opacity:0.8}.footer__row-link svg{margin-right:10px;width:25px;height:25px}.utm{text-align:center;background:var(--pink-color);padding:5px 0 0 0}.utm svg{width:110px}.copyright{text-align:center;color:var(--white);opacity:0.7;margin:30px 0 20px 0;font-size:0.900rem}.wpcf7{background:#1c1c1c;border-radius:10px;padding:40px}@media (max-width: 768px){.wpcf7{padding:40px 20px}}.wpcf7 fieldset+fieldset{margin-top:1.5rem}.wpcf7 label{color:var(--white);font-size:1rem;font-weight:600;margin-bottom:8px;display:inline-block}.wpcf7-response-output{color:#FFF}.wpcf7-form-control{width:100%;height:40px;padding:5px 15px;font-family:'Montserrat', sans-serif;border-radius:3px;border:none;font-size:12px}.wpcf7 textarea#msg{height:8rem}.wpcf7 .button-form{display:inline}@media (max-width: 768px){.wpcf7 .button-form{justify-content:center}}.wpcf7 .button-form .btn-primary.whatsapp{width:100%;font-size:0.813rem;padding:1rem 1.2rem;border:1px solid #25d366;background:#25d366;color:var(--white)}@media (max-width: 768px){.wpcf7 .button-form .btn-primary.whatsapp{margin:auto;margin-top:2rem;width:100%}}@media (min-width: 1600px){.wpcf7 .button-form .btn-primary.whatsapp{width:16.5rem}}.wpcf7 .button-form .btn-primary.whatsapp:hover{background:#1da851}.wpcf7 .button-form .wpcf7-submit{width:12.5rem;border:1px solid var(--pink-color);padding:1rem 1.2rem;border-radius:25px;height:3.125rem}@media (max-width: 768px){.wpcf7 .button-form .wpcf7-submit{margin:auto;margin-top:2rem;width:100%}}@media (min-width: 1600px){.wpcf7 .button-form .wpcf7-submit{width:16.5rem}}@keyframes pulse{0%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(51,217,178,0.7)}70%{transform:scale(1);box-shadow:0 0 0 10px rgba(51,217,178,0)}100%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(51,217,178,0)}}.btn-floating-whatsapp{width:45px;height:45px;position:fixed;bottom:2em;right:1.5em;display:none;cursor:pointer;text-align:center;line-height:45px;background-color:#25d366;border-radius:100%;animation:pulse 3s infinite;z-index:9999}@media (max-width: 600px){.btn-floating-whatsapp{display:block;right:15px}}.btn-floating-whatsapp .icon{fill:#FFF;width:20px;height:20px;margin:10px auto}.btn-floating-whatsapp .icon.cancel-wpp{width:15px;height:15px;margin:15px auto}.btn-floating-whatsapp .open-wpp.desactive{display:none}.btn-floating-whatsapp .cancel-wpp{display:none}.btn-floating-whatsapp .cancel-wpp.active{display:block}.specification{background:#2A2A2B;padding:7rem 0}@media (min-width: 1600px){.specification{padding:10rem 0}}.specification .column{--size: 36% auto;align-items:center}@media (max-width: 768px){.specification .column{--size: 100%}}.specification .main__title{font-size:2.7rem}@media (min-width: 1600px){.specification .main__title{font-size:3rem}}.specification__list{display:grid;grid-template-columns:1fr 1fr;gap:10px}@media (max-width: 768px){.specification__list{grid-template-columns:100%}}.specification__list-item{color:var(--white);display:flex;align-items:flex-start;margin:20px 0}.specification__list-item:nth-child(3) span{color:var(--white);z-index:1}.specification__list-item:nth-child(3) span:before{background:var(--pink-color);width:35px;height:28px;z-index:-1;bottom:5px;right:-7px;border-radius:10px 0 10px 0}.specification__list-item:nth-child(3) h3{background:var(--pink-color);padding:5px 10px;width:14.375rem;text-align:center}.specification__list-item span{color:var(--pink-color);font-size:4.2rem;font-weight:700;position:relative;height:fit-content;margin-top:-2.2rem;width:70px}@media (max-width: 768px){.specification__list-item span{margin-top:0}}.specification__list-item span:before{position:absolute;content:'';width:10px;height:10px;background:var(--white);bottom:15px;right:-15px;border-radius:3px 0 3px 0}.specification__list-item .modifed:before{right:0px}.specification__list-content{margin-left:2.5rem}.specification__list-content h3{font-size:1.5rem;margin-bottom:0.375rem}.specification__list-content p{opacity:0.9;line-height:1.5rem;font-size:0.875rem}@media (max-width: 768px){.specification__list-content p{font-size:1rem}}
