:root{--font-display:'Raleway', sans-serif;--font-heading:'DM Sans', sans-serif;--font-mono:'DM Mono', monospace;--font-ui:'Inter', sans-serif;--text-h1:96px;--text-h2:44px;--text-h3:32px;--text-h4:24px;--text-h5:20px;--text-cta:14px;--text-body-l:18px;--text-body-m:16px;--text-body-s:14px;--text-body-xs:12px;--weight-black:900;--weight-bold:700;--weight-semibold:600;--weight-medium:500;--weight-regular:400;--lh-h1:1;--lh-h2:1.1;--lh-h3:1;--lh-h4:1.2;--lh-cta:20px;--lh-body-l:28px;--lh-body-m:1.3;--lh-body-s:20px;--lh-body-xs:20px;--ls-h2:-0.88px;--color-n0:#FFFFFF;--color-n50:#F9FAFB;--color-n70:#F6F7F9;--color-n100:#EEEEED;--color-n200:#E0E4DF;--color-n300:#C2C6C0;--color-n400:#9DA09B;--color-n500:#6B6E69;--color-n700:#3A3C39;--color-n900:#111210;--color-brand:#F36402;--color-brand-dark:#D94420;--color-brand-tint:#FFF0E8;--color-surface:#E0E4DF;--color-ink:#111210;--color-text-primary:#111210;--color-text-secondary:#3A3C39;--color-text-tertiary:#4C4E4B;--color-text-brand:#EB650A;--color-text-on-dark:#FFFFFF;--color-text-disabled:#9DA09B;--color-success:#52A85A;--color-success-bg:#EAF6EC;--color-success-text:#1E6B25;--color-warning:#D4920B;--color-warning-bg:#FEF6E4;--color-warning-text:#8A5E05;--color-error:#D94444;--color-error-bg:#FEECEC;--color-error-text:#8B2020;--color-info:#3A7BC8;--color-info-bg:#E8F2FC;--color-info-text:#1A4E84;--radius-s:16px;--radius-m:24px;--radius-xl:48px;--radius-full:9999px;--space-2:8px;--space-4:16px;--space-6:24px;--space-8:40px;--space-10:56px;--shadow-very-high:0px 12px 16px rgba(22,22,35,.48);--shadow-high:0px  8px 16px rgba(22,22,35,.32);--shadow-medium:0px  6px 12px rgba(22,22,35,.32);--shadow-low:0px  4px  8px rgba(22,22,35,.12);--gradient-btn:linear-gradient(180deg, #E43C11 -25.36%, #F36402 54%, #F08A22 114.2%);--color-background-primary:var(--color-n0);--color-background-secondary:var(--color-n50);--color-border-secondary:var(--color-n200);--color-border-tertiary:var(--color-n100);--border-radius-xl:var(--radius-m);--border-radius-lg:var(--radius-s)}*,::after,::before{box-sizing:border-box;margin:0;padding:0}body{font-size:var(--text-body-m);font-weight:var(--weight-regular);line-height:var(--lh-body-m);color:var(--color-text-primary);background:var(--color-n0);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%}body,h2,h3,h4{font-family:var(--font-heading)}h2{font-size:var(--text-h2);font-weight:var(--weight-black);line-height:var(--lh-h2);letter-spacing:var(--ls-h2)}h3,h4{font-size:var(--text-h3);font-weight:var(--weight-semibold);line-height:1}h4{font-size:var(--text-h4);line-height:1.2}p{margin-bottom:var(--space-4)}p:last-child{margin-bottom:0}.container{width:100%;max-width:1320px;margin:0 auto;padding:0 20px}.section{padding:80px 0}.oli-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font-heading);font-size:var(--text-body-m);font-weight:var(--weight-semibold);line-height:var(--lh-body-m);padding:12px var(--space-6);border-radius:var(--radius-m);border:0;cursor:pointer;text-decoration:none;white-space:nowrap;color:var(--color-text-primary);transition:filter .2s,box-shadow .2s,opacity .2s}.oli-btn--primary{background:linear-gradient(180deg,#e43c11 -25.36%,#f36402 54%,#f08a22 114.2%);color:var(--color-text-on-dark);box-shadow:0 1px 2px -1px rgb(0 0 0/.1),0 1px 3px 0 rgb(0 0 0/.1)}.oli-btn--primary:hover{color:var(--color-text-on-dark);background:#f36402}.oli-btn--secondary,.oli-btn--secondary:hover{color:#4c4e4b;box-shadow:inset 0 0 4px rgb(0 0 0/.1)}.oli-btn--secondary{background:linear-gradient(to top,rgb(9 9 11/.02),rgb(9 9 11/.04));border:1px solid rgb(9 9 11/.1)}.oli-btn--secondary:hover{background:linear-gradient(to top,rgb(9 9 11/.02),rgb(9 9 11/.04)),radial-gradient(ellipse at 50% 30%,rgb(246 247 249/.4)0,rgb(195 197 198/.3) 55%,rgb(145 146 147/.25) 100%)}.input{width:100%;font-family:var(--font-heading);font-size:var(--text-body-m);color:var(--color-text-primary);background:var(--color-n0);border:1.5px solid var(--color-n200);border-radius:var(--radius-s);padding:12px var(--space-4);outline:0;transition:border-color .2s,box-shadow .2s}.input::placeholder{color:var(--color-text-tertiary)}.input:focus{border-color:var(--color-brand);box-shadow:0 0 0 3px var(--color-brand-tint)}.site-header{position:sticky;top:0;z-index:100;background:#fff0;border-bottom:1px solid #fff0;transition:background .25s,box-shadow .25s,border-color .25s}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:72px;gap:var(--space-6)}.site-logo{text-decoration:none;flex-shrink:0}.site-logo img{height:36px;width:auto}.primary-nav,.primary-nav .nav-item__link{display:flex;justify-content:center;align-items:center}.primary-nav{flex:1}.primary-nav__list{list-style:none;display:flex;align-items:center;gap:var(--space-6);padding:0;margin:0}.nav-item{position:relative;list-style:none}.primary-nav .nav-item__link{gap:var(--space-2);padding:8px var(--space-4);border-radius:6px;font-family:var(--font-heading);font-size:var(--text-cta);font-weight:var(--weight-regular);color:var(--color-text-primary);text-decoration:none;white-space:nowrap;transition:text-shadow .15s}.primary-nav .nav-item__link:hover{color:var(--color-text-primary);text-shadow:0 0 .4px currentColor,0 0 .4px currentColor}.nav-item__chevron-btn{background:0 0;border:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0 4px;color:inherit;flex-shrink:0;line-height:1}.nav-item__chevron-btn:focus-visible{outline:2px solid var(--color-brand);outline-offset:2px;border-radius:var(--radius-s)}.nav-item--has-dropdown{display:flex;align-items:center}.nav-item__chevron{display:inline-block;width:12px;height:12px;color:currentColor;flex-shrink:0;transition:transform .2s}.nav-dropdown{position:absolute;top:calc(100% + 4px);left:0;transform:translateY(-4px);min-width:180px;background:var(--color-n0);border:1px solid var(--color-n100);border-radius:var(--radius-s);box-shadow:var(--shadow-medium);padding:var(--space-2)0;margin:0;z-index:200;pointer-events:none;opacity:0;visibility:hidden;transition:opacity .15s,visibility .15s,transform .15s}.nav-dropdown::before{content:"";position:absolute;bottom:100%;left:0;right:0;height:8px}.nav-item--has-dropdown:hover{z-index:10}.nav-item--has-dropdown:hover>.nav-dropdown{pointer-events:auto;opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown,.nav-dropdown .nav-item{list-style:none}.nav-dropdown .nav-item__link{justify-content:flex-start;padding:8px var(--space-4);font-size:var(--text-cta);font-weight:var(--weight-regular);color:var(--color-text-secondary)}.nav-dropdown .nav-item__link:hover{background:var(--color-brand-tint);color:var(--color-text-primary);text-shadow:0 0 .4px currentColor,0 0 .4px currentColor}.header-ctas{display:flex;align-items:center;gap:var(--space-4);flex-shrink:0}.header-login-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;color:var(--color-text-primary);border-radius:50%;transition:color .2s,background .2s;flex-shrink:0}.header-login-icon:hover{color:var(--color-primary);background:rgb(0 0 0/.05)}.header-login-icon svg{display:block}.nav-mobile-cta,.nav-mobile-cta--primary,.nav-mobile-login,.nav-toggle{display:none}.nav-toggle{background:0 0;border:0;cursor:pointer;padding:var(--space-2);color:var(--color-text-primary);flex-shrink:0}.nav-toggle svg{width:24px;height:24px;flex-shrink:0}.site-footer{background:var(--color-n70);padding-top:64px}.site-footer__inner{display:flex;flex-direction:column;gap:48px}.site-footer__grid{display:flex;align-items:flex-start;flex-wrap:nowrap;gap:var(--space-8)}.footer-brand{flex:2 1 0%;min-width:0}.footer-col{flex:1 1 0%;min-width:0}.footer-logo{display:inline-block}.footer-logo img{width:175px;height:40px;object-fit:contain}.footer-tagline{font-family:"Roboto",sans-serif;font-size:16px;font-weight:300;line-height:24px;color:#4c4e4b;margin-top:0;width:auto;max-width:100%}.footer-col__heading,.footer-col__list a{font-family:var(--font-heading);font-weight:var(--weight-regular)}.footer-col__heading{font-size:var(--text-body-l);line-height:var(--lh-body-l);color:var(--color-text-primary);margin-bottom:var(--space-4)}.footer-col__list{list-style:none;display:flex;flex-direction:column;gap:var(--space-2);padding:0;margin:0}.footer-col__list a{font-size:var(--text-body-s);line-height:1.4;color:#656963}.footer-col__list a:hover{color:var(--color-brand)}.site-footer__bottom{display:flex;align-items:center;padding:24px 0 48px;border-top:1px solid var(--color-n300)}.footer-copy{font-family:"Roboto",sans-serif;font-size:14px;font-weight:300;line-height:1.3;color:#4c4e4b;margin:0}.home-wave{display:block;line-height:0;background:#fff}.home-wave svg{display:block;width:100%;height:40px}.home-cta-final{position:relative;overflow:hidden;background:#eb650a;padding:95px 0}.home-cta-final__orb{position:absolute;border-radius:200px;filter:blur(9.7px);background:linear-gradient(233.18deg,#fff0 48.6%,rgb(255 255 255/.25) 88.4%);pointer-events:none}.home-cta-final__orb--left{width:304px;height:304px;left:-120px;bottom:-60px;transform:rotate(150deg)}.home-cta-final__orb--right{width:264px;height:264px;right:-120px;top:-3px;transform:rotate(26.23deg)}.home-cta-final__inner{display:flex;flex-direction:column;align-items:center;gap:40px;text-align:center;margin:auto;max-width:588px}.home-cta-final__title{font-family:var(--font-heading);font-size:44px;font-weight:500;line-height:1.1;letter-spacing:-.88px;color:#fff;max-width:588px;margin:0 auto}.home-cta-final__subtitle{font-size:20px;font-weight:400;color:rgb(255 255 255/.85);margin:-16px 0 0}.home-cta-final__actions{display:flex;gap:16px;align-items:center;flex-wrap:wrap;justify-content:center}.home-cta-final .oli-btn--primary{background:#fff;color:#eb650a;box-shadow:none;filter:none}.home-cta-final .oli-btn--primary:hover{filter:none;opacity:.9}.home-cta-final .oli-btn--secondary{background:linear-gradient(180deg,rgb(9 9 11/.02)0,rgb(9 9 11/.04) 100%);border:1px solid rgb(9 9 11/.2);color:#fff;box-shadow:none}.home-cta-final .oli-btn--secondary:hover{background:radial-gradient(53% 53%at 47% 50%,rgb(255 255 255/.09)0,rgb(145 146 147/.18) 100%);box-shadow:none}.contact-form__fields{display:flex;flex-direction:column;gap:18px}.contact-form__row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.contact-form__field{display:flex;flex-direction:column;gap:8px}.contact-form__label{font-family:var(--font-heading);font-size:var(--text-body-s);font-weight:var(--weight-regular);line-height:1.4;color:var(--color-text-primary)}.contact-form__required{color:var(--color-brand);margin-left:2px}.contact-form__gdpr{display:flex;flex-direction:column;gap:12px}.contact-form__check-label{display:flex;align-items:flex-start;gap:8px;cursor:pointer}.contact-form__checkbox{width:15px;height:15px;flex-shrink:0;margin-top:1px;border-radius:4px;accent-color:var(--color-brand);cursor:pointer}.contact-form__check-text{font-family:var(--font-heading);font-size:var(--text-body-xs);font-weight:var(--weight-regular);line-height:1.1;color:#656963}.contact-form__submit{display:flex;padding:12px 24px;justify-content:center;align-items:center;align-self:stretch;width:100%;border-radius:var(--radius-m);background:var(--gradient-btn);box-shadow:0 1px 2px -1px rgb(0 0 0/.1),0 1px 3px 0 rgb(0 0 0/.1);color:var(--color-n0);font-family:var(--font-heading);font-size:var(--text-body-m);font-weight:var(--weight-medium);border:0;cursor:pointer;transition:filter .2s}.contact-form__submit:hover{filter:brightness(.93);color:var(--color-n0)}.contact-form__submit:disabled{cursor:not-allowed}.contact-form__field br,.contact-form__gdpr br,.wpcf7 .hidden-fields-container{display:none}.contact-form__field p,.wpcf7 form{margin:0;display:flex;flex-direction:column;gap:18px}.contact-form__field p{gap:6px}.agencia-descuento__desc p,.agencia-hero__subtitle p,.agencia-paso-card__desc p,.agencia-perfil-card__desc p,.contact-form__gdpr p,.wpcf7 form>p{margin:0}.wpcf7-form-control-wrap{display:block}.contact-form__gdpr .wpcf7-acceptance,.contact-form__gdpr .wpcf7-form-control-wrap,.contact-form__gdpr .wpcf7-list-item{display:contents}.wpcf7-response-output{font-size:var(--text-body-s);padding:var(--space-2) var(--space-4);border-radius:var(--radius-s);margin:0;border:0}.home-features__title-hl{background:linear-gradient(90deg,#e43c11 0,#e95d18 64.42%,#f08a22 100%);-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text;padding-right:.08em;display:inline}@media (max-width:1199px){.primary-nav{display:none;position:absolute;top:72px;left:0;right:0;background:var(--color-n0);border-bottom:1px solid var(--color-n200);padding:var(--space-6);z-index:99}.primary-nav__list{flex-direction:column;align-items:flex-start;gap:var(--space-4)}.primary-nav__list,.primary-nav__list>.nav-item{width:100%;overflow:visible}.primary-nav .nav-item__link{justify-content:flex-start}.nav-item--has-dropdown{flex-wrap:wrap}.nav-dropdown{position:static;transform:none!important;box-shadow:none;border:0;margin-top:var(--space-3);padding:var(--space-1)0 var(--space-1) var(--space-8);opacity:1;visibility:visible;display:none;min-width:unset;flex-basis:100%;width:100%}.nav-dropdown .nav-item__link{font-size:var(--text-body-s);color:var(--color-text-tertiary);padding:8px 16px;border-radius:var(--radius-s)}.nav-dropdown .nav-item__link:hover{color:var(--color-brand);background:var(--color-brand-tint)}.nav-item--has-dropdown>.nav-item__link{flex:1;min-width:0}.nav-item__chevron-btn{padding:10px 12px;color:var(--color-text-secondary)}.nav-item__chevron-btn:focus{outline:0}.site-header__inner{justify-content:space-between;height:auto;padding:var(--space-4) 20px}.nav-toggle{order:-1;display:flex;flex-shrink:0;min-width:20px;min-height:16px}.site-logo{order:0}.primary-nav{order:1}.header-ctas{order:2;display:flex}.header-ctas .header-login-icon,.header-ctas .oli-btn--secondary{display:none}.header-ctas .oli-btn--primary{display:flex;padding:6px 16px;justify-content:center;align-items:center;gap:8px;border-radius:24px;background:var(--gradient-btn);box-shadow:0 1px 2px -1px rgb(0 0 0/.1),0 1px 3px 0 rgb(0 0 0/.1);width:137px;white-space:nowrap}.nav-mobile-cta:not(.nav-mobile-cta--primary){display:inline-flex;margin-top:var(--space-6);max-width:300px}.nav-mobile-login{display:inline-flex;margin-top:var(--space-4);color:var(--color-text-primary)}.site-footer__grid{flex-wrap:wrap}.footer-brand{flex:1 1 100%}.footer-col{flex:1 1 calc(50% - var(--space-8)/2)}.footer-tagline{font-size:var(--text-body-m)}}@media (max-width:389px){.header-ctas .oli-btn--primary{display:none}.nav-mobile-cta--primary{display:inline-flex;margin-top:24px}}@media (max-width:768px){h2{font-size:clamp(32px,6vw,48px)}.contact-form__row{grid-template-columns:1fr}.site-footer__inner{gap:36px}.footer-brand,.site-footer__grid{flex-direction:column;align-items:center}.site-footer__grid{gap:36px}.footer-brand{display:flex}.footer-brand,.footer-col{flex:none;text-align:center}.site-footer__bottom{flex-direction:column-reverse;gap:var(--space-4);align-items:center}.footer-tagline{max-width:191px}.home-cta-final,.section{padding:48px 0}.home-cta-final__inner{gap:24px}.home-cta-final__title{font-size:28px;letter-spacing:-.84px}.home-cta-final__subtitle{font-size:16px}.home-cta-final .oli-btn--secondary{display:none}}.agencia-section-badge{display:inline-flex;align-items:center;background:#fff;border:1px solid #cbcccd;border-radius:999px;padding:13px 24px;font-size:18px;font-weight:600;color:#494d50;line-height:1}.agencia-hero{background:#fff0e8;padding:192px 0 582px;overflow:hidden;position:relative}.agencia-hero__cols{display:flex;gap:111px;align-items:center;padding-bottom:40px}.agencia-hero__left{flex:0 0 auto;width:54%;max-width:718px}.agencia-hero__right{flex:1 0 0%;min-width:0;display:flex;flex-direction:column;align-items:flex-start}.agencia-hero__badge{display:flex;align-items:center;margin-bottom:20px}.agencia-hero__badge-icon{flex-shrink:0;background:#f36402;border-radius:15px;padding:8px;width:30px;height:30px;display:flex;align-items:center;justify-content:center;margin-right:10px}.agencia-hero__badge-text,.agencia-hero__title{font-size:24px;font-weight:600;color:#111210;line-height:1.2}.agencia-hero__title{font-family:"Inter",sans-serif;font-size:64px;font-weight:700;margin:0}.agencia-hero__partners{display:flex;align-items:center;flex-wrap:wrap;gap:15px;margin-bottom:25px}.agencia-hero__partners-img{height:46px;width:160px;display:block}.agencia-hero__partners-text{font-size:20px;font-weight:700;color:#111210;line-height:28px}.agencia-hero__subtitle{font-size:18px;font-weight:600;color:#4c4e4b;line-height:28px;margin-bottom:30px}.agencia-hero__orbs{position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:2070px;height:542px;pointer-events:none}.agencia-hero__orb{position:absolute}.agencia-hero__orb--a,.agencia-hero__orb--b{width:1102px;height:1102px;left:484px;top:59px;border-radius:663px;filter:blur(8px);background:linear-gradient(187deg,#fff0 20.055%,#eb650a 105.16%);transform:rotate(45deg)}.agencia-hero__orb--b{width:1374px;height:1374px;left:348px;top:-77px;border-radius:773px;transform:rotate(-27.28deg)}.agencia-hero__orb--c,.agencia-hero__orb--d{width:826px;height:826px;left:622px;top:197px;border-radius:543px;filter:blur(8px);background:linear-gradient(to bottom,#fff0,#eb650a);transform:rotate(-89.73deg)}.agencia-hero__orb--d{width:532px;height:532px;left:769px;top:344px;transform:rotate(85.35deg)}.agencia-hero__orb--s1,.agencia-hero__orb--s2{width:265px;height:265px;left:790px;top:309px;border-radius:200px;filter:blur(8px);background:linear-gradient(to bottom,#fff0,rgb(255 255 255/.25));transform:rotate(-160.95deg)}.agencia-hero__orb--s2{width:49px;height:49px;left:1102px;top:351px;filter:blur(7px);transform:rotate(163.3deg)}.agencia-hero__orbs-fade{position:absolute;left:68px;top:0;width:1935px;height:512px;background:linear-gradient(to bottom,#fff0e8 0,#fff0 62.21%)}.agencia-perfiles{background:#fff;border-radius:80px 80px 0 0;padding:80px 0;position:relative;z-index:1;max-width:1320px;margin:-80px auto 0}.agencia-perfiles__header{text-align:center;display:flex;flex-direction:column;align-items:center;gap:20px;margin-bottom:80px}.agencia-descuento__title,.agencia-form__left-title,.agencia-pasos__title,.agencia-perfiles__title{font-family:"DM Sans",sans-serif;font-size:48px;font-weight:500;color:#111210;line-height:1.1;margin:0}.agencia-perfiles__title{letter-spacing:-.96px;text-align:center;max-width:704px}.agencia-perfiles__cards{display:flex;flex-direction:column;gap:48px}.agencia-perfil-card{display:flex;height:372px;overflow:hidden;border-radius:20px;border:1px solid #e0e4df;box-shadow:var(--shadow-low);background:#f9fafb}.agencia-perfil-card--reversed{flex-direction:row-reverse}.agencia-perfil-card__image{flex:0 0 57%;min-width:0;overflow:hidden}.agencia-perfil-card__image img{width:100%;height:100%;object-fit:cover;display:block}.agencia-perfil-card__body{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:24px;margin:auto;max-width:400px}.agencia-perfil-card__title{font-family:"Wix Madefor Display","DM Sans",sans-serif;font-size:40px;font-weight:700;line-height:1.1;color:#161a1d;margin:0}.agencia-perfil-card__desc{font-size:16px;line-height:1.3;color:#4c4e4b}.agencia-descuento{background:#f9fafb;padding:80px 0}.agencia-descuento__card{background:#fff;border:1px solid #e0e4df;border-radius:14px;box-shadow:var(--shadow-low);display:flex;align-items:center;justify-content:center;gap:140px;height:479px;overflow:hidden}.agencia-descuento__orbs{flex:0 0 600px;height:600px;position:relative}.agencia-descuento__orb{position:absolute;border-radius:290px;filter:blur(8px)}.agencia-descuento__orb--a{width:539px;height:539px;left:30px;top:30px;background:linear-gradient(187deg,#fff0 20.055%,#eb650a 105.16%)}.agencia-descuento__orbs:not(.agencia-descuento__orbs--right) .agencia-descuento__orb--a{transform:rotate(123.66deg)}.agencia-descuento__orbs--right .agencia-descuento__orb--a{transform:rotate(-155.39deg)}.agencia-descuento__orb--b,.agencia-descuento__orb--c{width:404px;height:404px;left:98px;top:98px;background:linear-gradient(to bottom,#fff0,#eb650a);transform:rotate(8.07deg)}.agencia-descuento__orb--c{width:261px;height:261px;left:170px;top:170px;transform:rotate(-155.34deg)}.agencia-descuento__content{flex:0 0 646px;display:flex;flex-direction:column;align-items:center;gap:40px;text-align:center}.agencia-descuento__header{display:flex;flex-direction:column;align-items:center;gap:20px}.agencia-descuento__title{letter-spacing:-.96px}.agencia-descuento__desc{font-size:16px;line-height:1.3;color:#4c4e4b;max-width:540px}.agencia-pasos{background:#fff;padding:80px 0}.agencia-pasos__header{text-align:center;display:flex;flex-direction:column;align-items:center;gap:10px;margin-bottom:62px}.agencia-pasos__title{letter-spacing:-2px;text-align:center}.agencia-pasos__cards{display:flex;justify-content:center;gap:32px}.agencia-paso-card{background:#f9fafb;border:.5px solid #c2c6c0;border-radius:24px;padding:32px;box-shadow:var(--shadow-low);flex:1;max-width:336px;display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}.agencia-paso-card__num{width:56px;height:56px;border-radius:50%;background:linear-gradient(180deg,#e43c11 25.4%,#f36402 54%,#f08a22 114.2%);display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:600;color:#fff;flex-shrink:0}.agencia-paso-card__title{font-size:20px;font-weight:700;color:#111210;margin:0;line-height:28px}.agencia-paso-card__desc{font-size:16px;line-height:1.3;color:#4c4e4b}.agencia-form{background:#fff;padding:80px 0}.agencia-form__card{background:#fff;border:1px solid #e0e4df;border-radius:14px;box-shadow:0 4px 4px rgb(22 22 35/.12);display:flex;align-items:stretch;overflow:hidden}.agencia-form__left{background:#fff0e8;flex:0 0 40%;max-width:451px;padding:40px;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-start;gap:16px}.agencia-form__left .home-features__title-hl{background:0 0;-webkit-text-fill-color:#eb650a;color:#eb650a;padding-right:0}.agencia-form__left-orbs{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.agencia-form__left-orb{position:absolute;border-radius:290px;filter:blur(8px)}.agencia-form__left-orb--a{width:590px;height:590px;left:147px;top:268px;background:linear-gradient(187deg,#fff0 20.055%,#eb650a 105.16%);transform:rotate(-155.39deg)}.agencia-form__left-orb--b,.agencia-form__left-orb--c{width:465px;height:465px;left:-157px;top:380px;background:linear-gradient(to bottom,#fff0,#eb650a);transform:rotate(4.6deg)}.agencia-form__left-orb--c{width:285px;height:285px;left:211px;top:445px;transform:rotate(16.65deg)}.agencia-form__left-title{letter-spacing:-.96px;position:relative}.agencia-form__right{flex:1;min-width:0;padding:40px 40px 40px 70px;display:flex;flex-direction:column;gap:24px;justify-content:center}@media (max-width:767px){.agencia-hero{padding:40px 0 154px}.agencia-hero__cols{flex-direction:column;gap:32px}.agencia-hero__left{width:100%;max-width:100%;z-index:9999}.agencia-hero__right{gap:16px;z-index:999}.agencia-hero__badge-text{font-size:16px}.agencia-hero__title{font-size:36px}.agencia-hero__partners-text,.agencia-hero__subtitle{font-size:16px}.agencia-section-badge{font-size:15px;padding:10px 18px}.agencia-perfiles{border-radius:40px 40px 0 0;margin-top:-40px;padding:80px 0}.agencia-perfiles__header{margin-bottom:40px}.agencia-perfiles__title{font-size:32px;letter-spacing:-1px}.agencia-perfil-card{height:auto}.agencia-perfil-card,.agencia-perfil-card--reversed{flex-direction:column}.agencia-perfil-card__image{flex:0 0 200px;width:100%}.agencia-perfil-card__body{padding:24px;gap:16px}.agencia-perfil-card__title{font-size:26px}.agencia-descuento{padding:48px 0}.agencia-descuento__card{flex-direction:column;gap:0;height:auto;padding:40px 24px}.agencia-descuento__orbs{display:none}.agencia-descuento__content{flex:none;gap:24px}.agencia-descuento__title{font-size:28px;letter-spacing:-1px}.agencia-pasos{padding:56px 0}.agencia-pasos__header{margin-bottom:40px}.agencia-pasos__title{font-size:32px;letter-spacing:-1px}.agencia-pasos__cards{flex-direction:column;align-items:center}.agencia-paso-card{max-width:100%;width:100%}.agencia-form{padding:48px 0}.agencia-form__card{flex-direction:column}.agencia-form__left{flex:0 0 auto;max-width:100%;padding:32px 24px}.agencia-form__left-title{font-size:28px;letter-spacing:-1px}.agencia-form__right{padding:32px 24px}}