html{scroll-behavior:smooth!important}body{overflow-x:hidden;font-family:Inter,sans-serif;color:var(--Cinza,#505050);font-size:16px;margin:0}*{box-sizing:border-box}.container{max-width:85%;margin:0 auto;flex:1}@media screen and (max-width:768px){.container{max-width:90%}}a{text-decoration:none;color:inherit}.btn{text-decoration:none;cursor:pointer;outline:0;border:0;background-color:transparent}.form-control{margin-bottom:20px}.form-control label{font-size:14px;color:rgba(0,0,0,.6);font-weight:400;line-height:20px;display:block;margin-bottom:10px}.form-control input,.form-control textarea{background-color:#FFF;border:1px solid rgba(255,255,255,.0392156863);box-shadow:1px 1.5px 4px 0 rgba(0,0,0,.1019607843) inset;box-shadow:1px 1.5px 4px 0 rgba(0,0,0,.0784313725) inset;box-shadow:0 -.5px 1px 0 rgba(255,255,255,.2509803922) inset;box-shadow:0 -.5px 1px 0 rgba(255,255,255,.3019607843) inset;padding:16px 20px;border-radius:4px;height:58px;width:100%}.form-control input:active,.form-control input:focus,.form-control textarea:active,.form-control textarea:focus{outline:0;box-shadow:none}.form-control textarea{min-height:135px;resize:vertical}.form-control__btn{width:100%;height:56px;border-radius:8px;padding:8px 16px;background-color:#1F051E;color:#D9D9D9;font-family:Inter;font-weight:400;font-size:16px;line-height:24px;letter-spacing:0;text-align:center}.starline-marquee{position:relative;overflow:hidden;width:100%}.starline-marquee__inner{display:flex;flex-wrap:nowrap;align-items:center;width:-moz-max-content;width:max-content;animation:marqueeanimation 15s linear infinite}.starline-marquee__inner *{margin-right:40px}.starline-marquee__item{max-width:300px}@keyframes marqueeanimation{from{transform:translateX(0)}to{transform:translateX(-50%)}}.btn-menu{color:#fff;font-size:24px}aside{background-color:#1F051E;position:fixed;top:0;right:0;height:100%;width:0;transition:all .4s ease-in-out;z-index:99;overflow:auto}aside .close-mobile-drawer{display:flex;justify-content:flex-end;padding-right:20px;padding-top:40px}aside .container{display:flex;flex-direction:column;padding:40px 20px;height:90%;gap:30px}aside .starline-header__nav-menu{flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:0;flex:1}aside .starline-header__nav-client{background-color:#C72184}aside::-webkit-scrollbar{width:2px}aside::-webkit-scrollbar-track{background:0 0}aside::-webkit-scrollbar-thumb{background:#888}aside::-webkit-scrollbar-thumb:hover{opacity:.8}.top-info{background-color:#000;color:#B5B7BA;font-size:14px;height:40px;display:flex;align-items:center}.top-info .container{display:flex}.top-info__contact{flex:1}.top-info__contact span{margin-right:8px}.top-info__social{flex:1;display:flex;align-items:center;justify-content:flex-end}.top-info__social a{color:#B5B7BA}.top-info__social a:not(:last-of-type){margin-right:15px}@media screen and (max-width:992px){.top-info{height:80px;display:none}.top-info .container{flex-direction:column;justify-content:center}.top-info__contact,.top-info__social{flex:auto;justify-content:center;text-align:center}.top-info__contact{margin-bottom:10px}.top-info__contact span{display:block}}.top-info i{font-size:24px;color:#B5B7BA;text-decoration:none}.starline-header{--header-size:fit-content;--nav-size:98px}.starline-header__nav{height:var(--nav-size);padding-top:20px}.starline-header__nav .container{display:flex;align-items:center;justify-content:flex-start}.starline-header__nav-menu{flex:1;display:flex;align-items:center;justify-content:flex-start;gap:30px;padding-left:150px}.starline-header__nav-menu__item{color:#FFF;font-size:1rem;text-decoration:none}.starline-header__nav-client{background-color:rgba(31,5,30,.75);color:#FFF;padding:8px 16px;border-radius:8px;text-decoration:none;line-height:24px;text-align:center;font-size:1rem}.starline-header__nav-client:hover{background-color:#C72184}.starline-header__nav-client:active{background:linear-gradient(0deg,#C72184,#C72184),linear-gradient(0deg,rgba(255,255,255,.2),rgba(255,255,255,.2))}@media screen and (min-width:991px) and (max-width:1252px){.starline-header__nav-menu{justify-content:center;gap:20px;padding-left:0}}.starline-header__nav .container.mobile{justify-content:space-between}@media screen and (min-width:992px){.starline-header__nav .container.mobile{display:none}}@media screen and (max-width:992px){.starline-header__nav .container.desktop{display:none}}.starline-section{padding-top:80px;padding-bottom:80px}.starline-section__title{font-weight:600;font-size:30px;line-height:36px;letter-spacing:0;color:#3C3C3C;margin-bottom:20px}.starline-section__title .pink{color:#C72184}.starline-section__subtitle{font-weight:400;font-size:18px;line-height:36px}.starline-footer{background-color:#000;color:#FFF;padding-top:40px;padding-bottom:20px}.starline-footer__logo{margin-bottom:40px}@media screen and (max-width:768px){.starline-footer__logo-wrapper{display:flex;justify-content:center}.starline-footer__logo{margin-bottom:10px}}.starline-footer .block{display:block}.starline-footer .grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;margin-bottom:100px}@media screen and (max-width:768px){.starline-footer .grid{gap:20px}}@media screen and (max-width:992px){.starline-footer .grid{grid-template-columns:1fr;text-align:center}}@media screen and (min-width:1200px){.starline-footer .grid .starline-footer__column:nth-child(1){width:60%}}.starline-footer__column{font-size:14px;line-height:24px;color:#F0F0F0;font-weight:400;letter-spacing:0;text-align:left}@media screen and (max-width:992px){.starline-footer__column{margin-top:20px}}@media screen and (max-width:768px){.starline-footer__column{text-align:center}}.starline-footer__column-title{font-weight:700;margin-block-start:0;text-align:left}@media screen and (max-width:768px){.starline-footer__column-title{text-align:center}}.starline-footer__column-social{display:flex;align-items:center;text-align:left}.starline-footer__column-social i{font-size:28px}.starline-footer__column-social a{margin-right:20px}@media screen and (max-width:768px){.starline-footer__column-social{text-align:center;justify-content:center}.starline-footer__column-social a{margin-right:0}.starline-footer__column-social a:nth-child(1){margin-right:15px}}.starline-footer__column-contact__item{display:flex;margin-bottom:10px;text-align:left}.starline-footer__column-contact__item i{color:#fff;font-size:24px;width:35px;margin-right:10px}@media screen and (max-width:768px){.starline-footer__column-contact__item{text-align:center;display:block}.starline-footer__column-contact__item i{text-align:center}}.starline-footer__column-contact__item-info{text-align:left}.starline-footer__column-contact__item-info p:nth-child(1){font-weight:400;margin-block-start:-3px;margin-block-end:0;color:#FFF}.starline-footer__column-contact__item-info p:nth-child(2){font-weight:400;margin-block-start:0;color:#A4A4A4}@media screen and (max-width:768px){.starline-footer__column-contact__item-info{text-align:center}.starline-footer__column-contact__item-info i,.starline-footer__column-contact__item-info p{display:block;text-align:center}}@media screen and (max-width:992px){.starline-footer__column:nth-child(1){order:1}.starline-footer__column:nth-child(2){order:2}.starline-footer__column:nth-child(3){order:4}.starline-footer__column:nth-child(4){order:3}}.starline-footer__divider-info{border-top:.7px solid #474768;padding-top:20px;text-align:center;font-weight:400;font-size:16px;color:#4E4E4E}:root{--fab-size:64px;--fab-green-1:#25D366;--fab-green-2:#128C7E}.fab{position:fixed;right:2%;bottom:10%;width:var(--fab-size);height:var(--fab-size);display:inline-grid;place-items:center;border-radius:50%;text-decoration:none;color:#fff;z-index:9999;cursor:pointer;padding:6px;transition:transform .16s ease,box-shadow .16s ease}.fab__icon{width:80%;height:80%;display:block}.fab__label{display:none;position:absolute;right:calc(100% + 12px);background:rgba(0,0,0,.72);color:#fff;padding:8px 10px;border-radius:8px;font-size:14px;white-space:nowrap;box-shadow:0 6px 18px rgba(15,23,42,.28)}.fab__label::after{content:"";position:absolute;right:-6px;top:50%;transform:translateY(-50%);border-left:6px solid rgba(0,0,0,.72);border-top:6px solid transparent;border-bottom:6px solid transparent}.fab:focus,.fab:hover{transform:translateY(-6px) scale(1.03);box-shadow:0 20px 40px rgba(15,23,42,.32)}.fab:focus .fab__label,.fab:hover .fab__label{display:block}.fab:focus-visible{outline:2px solid rgba(37,211,102,.5);outline-offset:4px}.fab--whatsapp{background:linear-gradient(135deg,var(--fab-green-1),var(--fab-green-2));box-shadow:0 6px 18px rgba(15,23,42,.28)}.fab--pulse{animation:fab-pulse 2.6s infinite ease-out}@media (max-width:480px){.fab{--fab-size:56px}.fab__icon{width:58%;height:58%}.fab__label{display:none!important}}@keyframes fab-pulse{0%{box-shadow:0 6px 18px rgba(15,23,42,.28),0 0 0 0 rgba(37,211,102,.18)}70%{box-shadow:0 12px 28px rgba(15,23,42,.28),0 0 0 18px rgba(37,211,102,.06)}100%{box-shadow:0 6px 18px rgba(15,23,42,.28),0 0 0 0 rgba(37,211,102,0)}}.page-home .btn-primary{--border-radius:6px;border-radius:var(--border-radius);background-image:linear-gradient(91.25deg,#80FFA4 0,#04C93C 100%);border:0;text-decoration:none;padding:1px;width:100%;cursor:pointer}.page-home .btn-primary *{background:linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.2) 100%),linear-gradient(0deg,#04C93C,#04C93C);height:56px;padding:12px 24px;border-radius:var(--border-radius);color:#FFF;font-weight:500;font-size:20px;display:flex;align-items:center;justify-content:center;width:100%}.page-home .starline-header{--header-size:fit-content;--nav-size:98px;background-image:url(../img/bg/bg-header.webp?v=0.0.0.6);background-size:cover;background-position:center;background-repeat:no-repeat;min-height:var(--header-size);height:-moz-fit-content;height:fit-content;padding-bottom:80px}@media screen and (max-width:992px){.page-home .starline-header{background-position:50%}}@media screen and (max-width:768px){.page-home .starline-header{background-image:url(../img/bg/bg-header-mobile.webp?v=0.0.0.6)}}@media screen and (max-width:540px){.page-home .starline-header{--header-size:60vh;background-position:bottom}}.page-home .starline-header__content{display:flex;align-items:center;justify-content:flex-start;height:-moz-fit-content;height:fit-content}@media screen and (max-width:991px){.page-home .starline-header__content{align-items:flex-start;justify-content:center}}.page-home .starline-header__offer{max-width:100%}@media screen and (min-width:1200px){.page-home .starline-header__offer{max-width:28%}}@media screen and (max-width:540px){.page-home .starline-header__offer{justify-content:center}}.page-home .starline-header__offer__speed{font-size:186px;color:#FFF;line-height:80%;letter-spacing:0;font-weight:700;position:relative;width:-moz-fit-content;width:fit-content;margin-bottom:0}@media screen and (max-width:540px){.page-home .starline-header__offer__speed{font-size:116px;margin-top:40px;margin-right:auto;margin-left:auto}}.page-home .starline-header__offer__speed span{background-color:#D04F9C;border-radius:4px;padding:5px 6px;font-size:24px;font-weight:700;color:#3F0D4E;line-height:18px;text-align:center;height:24px;width:76px;position:absolute;top:50%;right:-30px;transform:translateY(-50%);display:flex;align-items:center;justify-content:center}@media screen and (max-width:540px){.page-home .starline-header__offer__speed span{font-size:20px}}.page-home .starline-header__offer__price{font-size:120px;font-weight:700;color:#FFF;text-align:center;position:relative;height:-moz-fit-content;height:fit-content;width:-moz-fit-content;width:fit-content;padding-inline:110px}@media screen and (max-width:540px){.page-home .starline-header__offer__price{padding-inline:80px;font-size:90px;margin:0 auto}}.page-home .starline-header__offer__price-tag{background-color:#D04F9C;border-radius:4px;padding:4px 10px;font-size:18px;font-weight:400;color:#fff;text-align:center;width:-moz-fit-content;width:fit-content;position:absolute;left:0;display:flex;align-items:center;justify-content:center}@media screen and (max-width:540px){.page-home .starline-header__offer__price-tag{font-size:16px;padding:4px 8px}}.page-home .starline-header__offer__price-symbol{font-size:30%;margin-right:4px;position:absolute;top:60%;left:3%;transform:translateY(-60%)}.page-home .starline-header__offer__price-cents{font-size:30%;position:absolute;right:8%}.page-home .starline-header__offer__price-cents .pink{display:block;color:#FF66B2;font-weight:400;font-size:20px}.page-home .starline-header__offer__price-cents,.page-home .starline-header__offer__price-tag{top:17%}.page-home .starline-header__offer__navigation{border:.5px solid #FFF;border-radius:4px;font-size:13px;color:#FFF;padding:4px 16px;width:-moz-fit-content;width:fit-content;display:flex;align-items:center;margin-bottom:30px}.page-home .starline-header__offer__navigation span{margin-inline:10px}.page-home .starline-header__offer__navigation .pink{font-size:26px;color:#D04F9C;font-weight:600}@media screen and (min-width:1300px){.page-home .starline-header__offer__navigation{font-size:15px}}@media screen and (max-width:991px){.page-home .starline-header__offer__navigation{font-size:16px}.page-home .starline-header__offer__navigation .pink{font-size:20px}}@media screen and (max-width:540px){.page-home .starline-header__offer__navigation{font-size:14px;padding:4px 16px;margin-right:auto;margin-left:auto}.page-home .starline-header__offer__navigation .pink{font-size:18px}}.page-home .advantages-bar{background-color:#fff;min-height:155px}.page-home .advantages-bar__content{padding-top:40px;padding-bottom:40px;display:grid;align-items:center;grid-template-columns:repeat(4,1fr);gap:40px}.page-home .advantages-bar__item{border:1px solid #D04F9C;border-radius:8px;padding:16px;font-weight:500;color:#3C3C3C;font-size:16px;display:flex;align-items:center;height:72px;width:300px}.page-home .advantages-bar__item i{color:#D04F9C;font-size:24px;margin-right:20px}.page-home .section-plans{background-image:url(../img/bg/bg-section-plans.webp?v=0.0.0.6);background-size:cover;background-position:center;background-repeat:no-repeat}.page-home .section-plans .starline-section__title{color:#FFF}.page-home .section-plans__subtitle{color:#FFF;margin-bottom:40px}.page-home .section-plans__plans{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media screen and (max-width:1200px){.page-home .section-plans__plans{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:600px){.page-home .section-plans__plans{grid-template-columns:1fr}}.page-home .section-plans__plans-item{background-image:linear-gradient(164.61deg,#CA057B 1.36%,rgba(201,19,127,.5) 67.76%,#C72184 135.45%);border-radius:8px;padding:1px;--item-margin-bottom:20px}.page-home .section-plans__plans-item__content{background-color:#520e5d;border-radius:8px;padding:35px;height:100%}@media screen and (max-width:1400px){.page-home .section-plans__plans-item__content{padding:20px}}.page-home .section-plans__plans-item__price-text,.page-home .section-plans__plans-item__type{font-size:12px;font-weight:700;color:#FFF;text-align:center;margin-bottom:var(--item-margin-bottom);display:block}.page-home .section-plans__plans-item__price-text{font-weight:400;text-align:center}.page-home .section-plans__plans-item__speed{background-color:#CA057B;border-radius:8px;padding:10px;display:flex;justify-content:center;align-items:center;color:#fff;font-size:48px;margin-bottom:var(--item-margin-bottom)}.page-home .section-plans__plans-item__price{font-size:80px;font-weight:700;color:#FFF;text-align:center;position:relative;height:-moz-fit-content;height:fit-content;width:-moz-fit-content;width:fit-content;width:100%;display:flex;justify-content:center;margin-bottom:var(--item-margin-bottom)}.page-home .section-plans__plans-item__price-cents,.page-home .section-plans__plans-item__price-symbol{font-size:30%;padding-top:10px;margin-right:10px}.page-home .section-plans__plans-item__price-cents .pink{display:block;padding-left:8px;color:#D04F9C;font-weight:400;font-size:20px}.page-home .section-plans__plans-item .btn-primary{width:100%;margin-bottom:var(--item-margin-bottom)}.page-home .section-plans__plans-item__info{font-weight:400;font-size:16px;text-align:center;color:#FFF;line-height:normal}.page-home .section-why-starline{background-color:#FFF}.page-home .section-why-starline .grid{display:grid;align-items:center;grid-template-columns:.7fr 1fr}@media screen and (max-width:1200px){.page-home .section-why-starline .grid{grid-template-columns:1fr}}@media screen and (max-width:1200px){.page-home .section-why-starline__img-bg{width:100%;height:auto;order:1}}@media screen and (max-width:1200px){.page-home .section-why-starline .advantages-bar{order:0}}.page-home .section-why-starline .advantages-bar__content{display:grid;align-items:center;grid-template-columns:1fr;padding-top:40px;padding-bottom:40px;gap:40px}@media screen and (max-width:1200px){.page-home .section-why-starline .advantages-bar__content{padding-top:20px;padding-bottom:20px;gap:20px}}.page-home .section-why-starline .advantages-bar__item{height:96px}.page-home .section-why-starline .advantages-bar__item i{font-size:32px;font-weight:300}.page-home .section-why-starline .advantages-bar__item-title{display:block;font-size:18px;font-weight:700;color:#3C3C3C;margin-bottom:5px}.page-home .section-contact{background-color:#F2F2F2}.page-home .section-contact .gap-2{gap:20px}.page-home .section-contact .grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}@media screen and (max-width:1200px){.page-home .section-contact .grid{grid-template-columns:1fr}}.page-home .section-contact__info{padding-top:30px}@media screen and (max-width:1200px){.page-home .section-contact__form{order:1}.page-home .section-contact__info{order:0}}.page-home .section-contact .starline-section__title{margin-bottom:40px}.page-home .section-contact__info-card{background-color:rgba(199,33,132,.0392156863);padding:24px 16px}.page-home .section-contact__info-card__text,.page-home .section-contact__info-card__title{font-weight:600;font-size:18px;letter-spacing:0;color:#3C3C3C}.page-home .section-contact__info-card__text{font-weight:400}.page-home .section-contact__info-card__text i{color:#C72184;margin-right:10px}.page-work-with-us .starline-header__nav{background-color:#3F0D4E}.page-work-with-us .starline-header__separator{display:flex;align-items:center}.page-work-with-us .starline-header__separator div{height:18px;flex:1}.page-work-with-us .starline-header__separator div:nth-child(1){background-color:#592267}.page-work-with-us .starline-header__separator div:nth-child(2){background-color:#930E6D}.page-work-with-us .starline-header__separator div:nth-child(3){background-color:#C5067A}.page-work-with-us .starline-header__content{background-color:#fff;padding-top:80px;padding-bottom:80px;display:grid;grid-template-columns:1fr 1fr;gap:40px}.page-work-with-us .starline-header__content-img{width:100%;height:auto}@media screen and (max-width:991px){.page-work-with-us .starline-header__content{grid-template-columns:1fr}}.page-work-with-us .starline-header .starline-section__title{color:#3C3C3C;margin-bottom:40px!important}.page-work-with-us .starline-header .starline-section__title.sm{font-size:24px}.page-work-with-us .starline-header .starline-section__subtitle{color:#3C3C3C;line-height:150%}.page-work-with-us .step-bar{background-image:linear-gradient(164.61deg,#CA057B 1.36%,rgba(201,19,127,.5) 67.76%,#C72184 135.45%);padding:1px;border-radius:8px}.page-work-with-us .step-bar.mb-20{margin-bottom:20px}.page-work-with-us .step-bar.mb-40{margin-bottom:40px}.page-work-with-us .step-bar__content{background-color:#fff;padding:24px;border-radius:8px;display:grid;align-items:center;grid-template-columns:.1fr 1fr}.page-work-with-us .step-bar__content div:nth-child(1){font-weight:300;font-size:32px;line-height:24px;color:#C72184}.page-work-with-us .step-bar__content div:nth-child(2){color:#3C3C3C;display:flex;flex-direction:column}.page-work-with-us .tip-card{background-color:rgba(199,33,132,.0392156863);padding:24px 16px 16px}.page-work-with-us .tip-card__title{color:#3C3C3C;font-weight:600}.page-work-with-us .tip-card__title i{color:#C72184;margin-right:10px}.page-work-with-us .tip-card__text{font-weight:400;color:#3C3C3C;font-size:18px;line-height:150%;letter-spacing:0}