.site-header{position:fixed;z-index:100;top:0;right:0;left:0;height:80px;background:#000000b3;box-shadow:0 0 10px #00000012}.header-inner.container{position:relative;display:flex;width:calc(100% - 30px);max-width:1170px;height:80px;margin:0 auto;padding:0;align-items:center;justify-content:space-between}.brand{display:block;width:160px;flex:0 0 160px}.brand img{display:block;width:160px;height:auto}.main-nav{height:80px}.main-nav>ul{display:flex;height:80px;margin:0;padding:0;align-items:center;gap:37px;list-style:none}.main-nav>ul>li{position:relative;height:80px}.main-nav>ul>li>a,.main-nav>ul>li>span.menu-trigger{display:flex;height:80px;padding:0;align-items:center;color:#fff;cursor:default;font-family:var(--font-body);font-size:18px;font-weight:400;line-height:80px;text-decoration:none;white-space:nowrap}.main-nav>ul>li>a{cursor:pointer}.main-nav>ul>li.has-children>a:after,.main-nav>ul>li.has-children>span:after{width:6px;height:6px;margin:-4px 0 0 7px;content:"";transform:rotate(45deg);border-right:2px solid currentColor;border-bottom:2px solid currentColor}.main-nav>ul>li>a:hover{color:#fff;text-decoration:none}.submenu{position:absolute;top:100%;left:-20px;min-width:270px;margin:0;padding:10px 0;list-style:none;border-radius:0;background:#fff;box-shadow:0 10px 30px #00000026;opacity:0;visibility:hidden;transform:translateY(4px);transition:opacity .15s ease,transform .15s ease,visibility .15s}.main-nav>ul>li.has-children:hover .submenu,.main-nav>ul>li.has-children:focus-within .submenu{opacity:1;visibility:visible;transform:translateY(0)}.submenu li a{display:block;padding:8px 20px;color:#6a727f;font-size:14px;line-height:24px;text-decoration:none}.submenu li a:hover{color:#4a44f2;background:#f7f8fa;text-decoration:none}.nav-toggle{display:none;padding:8px 0;flex-direction:column;gap:5px;border:0;background:none;cursor:pointer}.nav-toggle span{display:block;width:24px;height:2px;background:#fff}@media (max-width: 991px){.header-inner.container{width:calc(100% - 37.5px)}.brand{transform:translateY(-15px)}.nav-toggle{display:flex}.main-nav{position:absolute;top:100%;right:-30px;left:-30px;display:none;height:auto;max-height:calc(100vh - 80px);overflow-y:auto;background:#1d1741;box-shadow:0 8px 18px #0003}.main-nav.is-open{display:block}.main-nav>ul{display:block;height:auto;padding:8px 0}.main-nav>ul>li,.main-nav>ul>li>a,.main-nav>ul>li>span.menu-trigger{height:auto}.main-nav>ul>li>a,.main-nav>ul>li>span.menu-trigger{padding:12px 30px;font-size:16px;line-height:26px}.submenu{position:static;display:none;min-width:0;padding:0;border-radius:0;background:#ffffff0f;box-shadow:none;opacity:1;visibility:visible;transform:none}.submenu li a{padding:8px 45px;color:#fff}.main-nav>ul>li.has-children:hover .submenu,.main-nav>ul>li.has-children:focus-within .submenu{display:block}}.site-footer{--footer-bg: #111827;--footer-surface: #1b2638;--footer-line: rgba(148, 163, 184, .2);--footer-muted: #a8b3c5;--footer-accent: #5eead4;color:#f8fafc;background:var(--footer-bg)}.footer-inner,.footer-bottom-inner{width:min(1120px,calc(100% - 48px));margin:0 auto}.footer-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(48px,8vw,112px);padding-top:48px;padding-bottom:40px}.footer-column{min-width:0}.footer-brand-link{display:inline-block;border-radius:4px}.footer-brand-link:focus-visible{outline:2px solid var(--footer-accent);outline-offset:6px}.footer-logo{display:block;width:min(250px,100%);height:auto}.footer-president{margin:16px 0 0;color:var(--footer-muted);font-size:15px;line-height:1.6}.site-footer .social-icons{justify-content:flex-start;gap:10px;margin:20px 0 0}.site-footer .social-icon{width:38px;height:38px;border:1px solid var(--footer-line);color:#dbe5f2;background:var(--footer-surface);transition:color .2s ease,background-color .2s ease,border-color .2s ease,transform .2s ease}.site-footer .social-icon:hover{border-color:var(--footer-accent);color:#0f172a;background:var(--footer-accent);transform:translateY(-2px)}.site-footer .social-icon:focus-visible{outline:2px solid var(--footer-accent);outline-offset:3px}.footer-contact h2{margin:0 0 18px;color:#fff;font-size:22px;letter-spacing:-.02em;line-height:1.2}.footer-contact address{margin:0;color:#fff;font-size:15px;font-style:normal;line-height:1.5}.footer-contact-list{display:grid;gap:12px;margin:0;padding:0;list-style:none}.footer-contact-list li{display:grid;grid-template-columns:24px minmax(0,1fr);gap:12px;align-items:start}.footer-contact-list svg{width:21px;height:21px;margin-top:2px;fill:none;stroke:var(--footer-accent);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.footer-contact-label{display:block;margin-bottom:3px;color:var(--footer-accent);font-size:11px;font-weight:700;letter-spacing:.1em;line-height:1.2;text-transform:uppercase}.footer-contact-value{display:block;color:#e5eaf2;line-height:1.55}.footer-contact a{color:inherit;text-decoration:none}.footer-contact a:hover,.footer-contact a:focus-visible{color:var(--footer-accent);text-decoration:underline;text-underline-offset:3px}.footer-bottom{border-top:1px solid var(--footer-line)}.footer-bottom-inner{padding-top:14px;padding-bottom:16px}.footer-copyright{margin:0;color:var(--footer-muted);font-size:13px;line-height:1.5}@media (max-width: 767px){.footer-inner,.footer-bottom-inner{width:calc(100% - 40px)}.footer-inner{grid-template-columns:1fr;gap:32px;padding-top:32px;padding-bottom:32px}.footer-brand{text-align:center}.footer-brand-link,.footer-logo{margin-right:auto;margin-left:auto}.footer-logo{width:min(250px,100%)}.site-footer .social-icons{justify-content:center}.footer-contact h2{font-size:20px}.footer-bottom-inner{padding-top:14px;padding-bottom:16px}}.whatsapp-button{position:fixed;z-index:90;right:24px;bottom:24px;display:flex;width:60px;height:60px;align-items:center;justify-content:center;border-radius:50%;color:#fff;background:#25d366;box-shadow:0 4px 16px #00000038;transition:transform .15s ease}.whatsapp-button:hover{color:#fff;transform:scale(1.06)}.whatsapp-button svg{width:31px;height:31px;fill:currentColor}@media (max-width: 600px){.whatsapp-button{right:18px;bottom:18px}}.contact-form{display:block;width:calc(100% - 30px);max-width:570px;margin:0 auto;text-align:center}.contact-form input,.contact-form textarea{display:block;width:100%;margin:0 0 30px;padding:15px 30px;border:2px solid rgba(255,255,255,.3);border-radius:5px;outline:0;color:#fff;background:transparent;font-family:var(--font-body);font-size:16px;font-weight:400;line-height:28px;resize:none}.contact-form input{height:62px}.contact-form textarea{height:100px}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#ffffffb3;opacity:1}.contact-form input:focus,.contact-form textarea:focus{border-color:#fff}.contact-form .button{display:inline-block;min-width:194px;height:66px;padding:18px 70px;border-radius:5px;color:#fff;background:linear-gradient(to left,#7d4ae4,#5376e7);font-family:var(--font-body);font-size:18px;font-weight:600;line-height:30px}.hero{position:relative;width:100%;height:min(48.387vw,600px);min-height:0;overflow:hidden;background:#52387a;font-family:Roboto,sans-serif}.hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;background-position:center;background-size:cover;opacity:0;pointer-events:none;transition:opacity .7s ease}.hero-slide.is-active{opacity:1;pointer-events:auto}.hero-pill-button,.hero-purple-button{position:absolute;z-index:12;display:flex;align-items:center;justify-content:center;box-sizing:border-box;font-family:Roboto,sans-serif;font-weight:500;text-align:center;text-decoration:none}.hero-pill-button{width:238px;height:42px;border-radius:16px;color:#533b7c;background:#fff;font-size:19px;line-height:42px}.hero-pill-button:hover{color:#fff;background:#000;text-decoration:none}.hero-purple-button{height:45px;padding:0 45px;border-radius:5px;color:#fff;background:linear-gradient(181deg,#6e4ab9,#5e35b1);box-shadow:4px 4px 15px #461d7d;font-size:15px;line-height:45px}.hero-purple-button:hover{color:#fff;filter:brightness(1.2);text-decoration:none}.hero-congress-logo,.hero-congress-line,.hero-congress-title,.hero-congress-details{position:absolute;left:50%;height:auto;transform:translate(-50%)}.hero-congress-logo{top:21.83%;width:204px}.hero-congress-line{top:40.33%;width:187px}.hero-congress-title{top:44.5%;width:419px}.hero-congress-details{top:63%;width:540px}.hero-slide-congress .hero-pill-button{top:79%;left:50%;transform:translate(-50%)}.hero-slide-specialty{color:#fff}.hero-specialty-shape{position:absolute;z-index:1;height:auto}.hero-specialty-shape-left{top:39%;left:-11.7%;width:37.34%}.hero-specialty-shape-right{top:-4.34%;right:-10.16%;width:23.71%}.hero-specialty-content{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;text-align:center}.hero-specialty-content h2{position:absolute;top:14.17%;right:0;left:0;margin:0;color:#fff;font:700 74px/92px Roboto,sans-serif}.hero-specialty-content p{position:absolute;top:46.33%;right:0;left:0;margin:0;color:#fff;font:400 41px/51px Roboto,sans-serif}.hero-slide-specialty .hero-pill-button{top:67%;left:50%;transform:translate(-50%)}.hero-slide-report,.hero-slide-anniversary{color:#fff;background:linear-gradient(305deg,#19edd0,#52387a)}.hero-report-illustration{position:absolute;z-index:1;top:0;right:0;width:auto;height:100%;max-width:none}.hero-report-content{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;font-family:Lexend Deca,sans-serif}.hero-report-content h2{position:absolute;top:29.84%;left:calc(50% - 429px);margin:0;color:#fff;font:700 37px/46px Lexend Deca,sans-serif}.hero-report-content p{position:absolute;top:42%;left:calc(50% - 449px);width:496px;margin:0;color:#fff;font:400 29px/36px Lexend Deca,sans-serif;text-align:center}.hero-slide-report .hero-purple-button{top:66.34%;left:calc(50% - 293px);width:159px}.hero-slide-network{color:#000}.hero-network-content{position:absolute;top:0;right:0;bottom:0;left:0;text-align:center}.hero-network-brand,.hero-network-rule{position:absolute;left:50%;height:auto;transform:translate(-50%)}.hero-network-brand{top:20.67%;width:498px}.hero-network-rule{top:49.42%;width:544px}.hero-network-title{position:absolute;z-index:2;top:21.5%;left:50%;color:inherit;font:400 42px/52px Roboto,sans-serif;transform:translate(-50%)}.hero-network-content p{position:absolute;top:54.33%;right:0;left:0;margin:0;color:#000;font:400 36px/46px Roboto,sans-serif}.hero-slide-network .hero-purple-button{top:80.5%;left:50%;transform:translate(-50%)}.hero-anniversary-mark{position:absolute;z-index:2;top:0;left:50%;width:568px;max-width:none;transform:translate(-50%)}.hero-anniversary-shape{position:absolute;z-index:1;height:auto}.hero-anniversary-shape-left{top:0;left:0;width:359px}.hero-anniversary-shape-right{top:42.5%;right:0;width:294px}@media (max-width: 480px){.hero{width:100%;height:auto;aspect-ratio:480 / 720;max-height:none}.hero-pill-button{width:243px;height:40px;font-size:16px;line-height:40px}.hero-congress-logo{top:20.97%;width:202px}.hero-congress-line{top:35.83%;width:189px}.hero-congress-title{top:40.56%;width:346px}.hero-congress-details{top:52.78%;width:381px}.hero-slide-congress .hero-pill-button{top:63.75%}.hero-specialty-shape-left{top:58.33%;left:-6.67%;width:43.54%}.hero-specialty-shape-right{top:-6.8%;right:-7.71%;width:35%}.hero-specialty-content h2{top:19.03%;font-size:52px;line-height:63px}.hero-specialty-content p{top:39.58%;font-size:25px;line-height:32px}.hero-slide-specialty .hero-pill-button{top:52.92%}.hero-report-illustration{top:40.7%;right:auto;left:50%;width:101.04%;height:auto;transform:translate(-50%)}.hero-report-content h2{top:27.78%;right:0;left:0;font-size:34px;line-height:45px;text-align:center}.hero-report-content p{top:37.08%;left:50%;width:79.58%;font-size:20px;line-height:26px;transform:translate(-50%)}.hero-slide-report .hero-purple-button{top:54.44%;left:50%;width:165px;height:46px;padding:0 46px;font-size:14px;transform:translate(-50%)}.hero-network-brand{top:40.76%;width:40%}.hero-network-rule{top:49.93%;width:43.75%}.hero-network-title{top:6.8%;width:100%;font-size:15px;line-height:19px}.hero-network-content p{top:17.36%;font-size:13px;line-height:17px}.hero-slide-network .hero-purple-button{top:25.83%;height:19px;padding:0 15px;font-size:6px;line-height:19px}.hero-anniversary-mark{top:-2.22%;width:72.92%;height:15.97%}.hero-anniversary-shape-left{top:0;width:40.83%}.hero-anniversary-shape-right{top:76.39%;width:37.71%}}@media (prefers-reduced-motion: reduce){.hero-slide{transition:none}}.home-page{overflow:hidden;font-family:var(--font-body)}.home-page h2,.home-page h3,.home-page h5,.home-page p{margin-top:0}.home-container{width:calc(100% - 30px);max-width:1170px;margin-right:auto;margin-left:auto}.home-centered,.home-heading,.home-apply,.home-services-content,.home-contact{text-align:center}.home-heading{color:#393e46;font-family:var(--font-heading);font-size:36px;font-weight:800;line-height:56px;margin-bottom:30px}.home-heading-light{color:#fff}.home-spacer{display:block;width:100%}.home-spacer-10{height:10px}.home-spacer-20{height:20px}.home-spacer-40{height:40px}.home-spacer-50{height:50px}.home-spacer-60{height:60px}.home-spacer-70{height:70px}.home-spacer-100{height:100px}.home-spacer-150{height:150px}.home-spacer-200{height:200px}.home-spacer-380{height:380px}.home-button{position:relative;z-index:1;display:inline-block;overflow:hidden;border:0;border-radius:5px;color:#fff;font-family:var(--font-body);font-size:16px;font-weight:700;line-height:26px;text-decoration:none;white-space:nowrap;transition:color .3s ease,background-color .3s ease}.home-button:before{position:absolute;z-index:-1;top:50%;left:50%;width:0;height:0;content:"";transform:translate(-50%,-50%);border-radius:50%;background:#393e46;transition:width .5s ease-in-out,height .5s ease-in-out}.home-button:hover{color:#fff;text-decoration:none}.home-button:hover:before{width:400px;height:400px}.home-button-small{padding:10px 30px}.home-button-medium{padding:15px 70px}.home-button-big{padding:20px 70px;font-size:18px}.home-button-cyan{background:#00e4fa;color:#1d1741}.home-button-blue{background:#2d63d1}.home-button-soft{background:#eee;color:#6a727f}.home-apply{min-height:147px;padding:23px 15px;color:#fff;background:#694bb3;font-size:18px;line-height:34px}.home-instagram{position:relative;display:flex;min-height:282px;align-items:center;justify-content:center;background:#f8f8f9}.home-instagram a{position:relative;z-index:1;width:250px}.home-instagram img{width:250px;border-radius:0}.home-instagram-dots{position:absolute;top:0;bottom:0;left:-100px;width:27.063%;background:url(/media/2020/06/dots.png) center / contain no-repeat}.home-highlights{color:#fff;background:linear-gradient(to right,#5376e7,#7d4ae4)}.home-highlights-carousel{--visible-cards: 3;--active-card: 0;position:relative;margin:0 -20px 10px 0;padding:0 0 30px}.home-highlights-viewport{overflow:hidden}.home-highlights-track{display:flex;transform:translate(calc(var(--active-card) * -1 * (100% / var(--visible-cards))));transition:transform .55s ease}.home-highlight-card{display:block;flex:0 0 calc(100% / var(--visible-cards));padding-right:20px}.home-highlight-card img{width:100%;aspect-ratio:1;object-fit:cover;border:2px solid #fff;border-radius:10px;background:#fff;box-shadow:2px 0 20px #6f6f8626}.home-carousel-dots{position:absolute;right:20px;bottom:0;left:0;height:10px;text-align:center}.home-carousel-dots button{width:8px;height:8px;margin:0 6px;padding:0;border:0;border-radius:50%;background:#343783;transition:.3s ease}.home-carousel-dots button.is-active{background:#4a44f2;box-shadow:0 0 0 4px #4a44f24d}.home-press-grid{display:flex}.home-press-featured-wrap,.home-press-list{flex-basis:570px}.home-press-featured-wrap{margin-right:30px}.home-press-card{position:relative;overflow:hidden;border-radius:10px;background:#fff;box-shadow:0 30px 70px #c1d2d480}.home-press-card h3{margin:0 0 18px;color:#393e46;font-family:var(--font-heading);font-size:22px;font-weight:800;line-height:35px}.home-press-card h3 a{color:inherit}.home-press-card h3 a:hover{color:#4a44f2;text-decoration:none}.home-press-featured img{width:100%;aspect-ratio:570 / 340;object-fit:cover}.home-press-featured .home-press-card-text{padding:32px 40px}.home-press-featured h3{max-width:80%}.home-press-item{min-height:170px;margin-bottom:25px}.home-press-item img{position:absolute;top:0;left:0;width:170px;height:156.67px;object-fit:cover}.home-press-item .home-press-card-text{padding:30px 35px 20px 200px}.home-press-item h3{margin-bottom:16px}.home-press-item time{display:block;color:#6a727f;font-size:14px;line-height:20px}.home-services{position:relative;overflow:hidden;color:#fff;background:linear-gradient(to right,#5376e7,#7d4ae4)}.home-services-content{position:relative;z-index:2}.home-services h2{margin-bottom:30px;color:#fff;font-family:var(--font-heading);font-size:60px;font-weight:800;line-height:76px}.home-services p{max-width:570px;margin:0 auto;color:#fff;font-size:24px;line-height:36px}.home-shape{position:absolute;z-index:1;height:auto;pointer-events:none}.home-shape-1{top:-130px;left:35%;width:7.357%;opacity:.7}.home-shape-2{bottom:25%;left:22%;width:11.771%}.home-shape-3{right:10%;bottom:48%;width:14.03%}.home-shape-4{top:20%;left:18%;width:2.628%}.home-shape-5{top:1%;left:24%;width:1.314%}.home-shape-6{top:56%;left:45%;width:1.314%}.home-benefits{position:relative;display:flex;min-height:270px;color:#fff;background:#52387a}.home-benefits-column{display:flex;width:50%;flex-direction:column;align-items:center;justify-content:center;padding:0 35px;text-align:center}.home-benefits h3{max-width:643px;margin:20px 0 40px;color:#fff;font-family:var(--font-heading);font-size:30px;font-weight:800;line-height:50px}.home-contact{color:#fff;background:#291451}.home-contact h2{margin-bottom:30px;color:#fff;font-family:var(--font-heading);font-size:36px;font-weight:400;line-height:56px}.home-info{position:relative;color:#fff;background:linear-gradient(to bottom,#19edd0,#52387a)}.home-info-inner{display:flex;min-height:357px;padding-top:50px;padding-bottom:50px}.home-info-column{width:50%;padding:0 15px}.home-info-brand{text-align:center}.home-info-brand>img{width:300px;margin:0 auto}.home-info-brand>p{margin-bottom:0;color:#fff;font-size:18px;line-height:34px}.home-info .social-icons{margin-bottom:20px}.home-info-contact{padding-top:73px}.home-info-contact h5{margin:0 0 40px;color:#fff;font-family:var(--font-heading);font-size:17px;font-weight:800;line-height:13px}.home-info-contact p{margin:0 0 35px;color:#fff;font-size:14px;line-height:26px}.home-info-contact p span{display:block}.home-info-contact svg{display:inline-block;width:22px;height:22px;margin-right:3px;vertical-align:-6px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.home-info-contact strong{margin-right:4px}@media (max-width: 991px){.home-press-grid{display:block}.home-press-featured-wrap{margin:0 0 30px}.home-press-featured img{height:auto}}@media (max-width: 767px){.home-container{width:calc(100% - 37.5px)}.home-mobile-spacer-10{height:10px}.home-mobile-spacer-40{height:40px}.home-mobile-spacer-50{height:50px}.home-mobile-spacer-60{height:60px}.home-mobile-spacer-90{height:90px}.home-mobile-spacer-100{height:100px}.home-button-medium,.home-button-big{padding:15px 50px}.home-button-big{font-size:18px;line-height:30px}.home-apply{min-height:114px;padding-top:7px;padding-bottom:7px}.home-instagram{min-height:202px}.home-instagram-dots{left:-70px;width:60%}.home-highlights-carousel{margin-right:-20px}.home-services h2{font-size:40px;line-height:56px}.home-services p{font-size:20px;line-height:32px}.home-benefits{min-height:486.5px;flex-direction:column}.home-benefits-column{width:100%}.home-benefits h3{margin-bottom:40px}.home-info-inner{min-height:646px;flex-direction:column;padding-top:50px;padding-bottom:70px}.home-info-column{width:100%;padding-right:0;padding-left:0}.home-info-contact{padding-top:70px}}@media (max-width: 575px){.home-press-item time{display:inline}.home-press-item:first-child time{display:block}.home-press-featured .home-press-card-text{padding:32px 40px}.home-press-featured h3{max-width:100%}.home-press-item img{position:relative;width:170px;height:156.67px;margin:30px 30px 10px;border-radius:20px}.home-press-item .home-press-card-text{padding:30px}}.blog-listing{padding:var(--space-6) var(--space-4)}.post-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:var(--space-4);margin-top:var(--space-5)}.post-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden;text-decoration:none;color:var(--color-text);box-shadow:var(--shadow-sm);transition:transform .15s ease,box-shadow .15s ease}.post-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);text-decoration:none}.post-card img,.post-card-placeholder{width:100%;height:180px;object-fit:cover;background:var(--color-bg-alt)}.post-card-body{padding:var(--space-3) var(--space-4) var(--space-4)}.post-card-body time{font-size:.8rem;color:var(--color-text-muted)}.post-card-body h3{margin:var(--space-1) 0 0;font-size:1.05rem}.social-icons{display:flex;gap:var(--space-3);justify-content:center;margin:0 0 var(--space-4)}.social-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#fff;color:#1a1a1a;transition:transform .15s ease}.social-icon:hover{transform:translateY(-2px);text-decoration:none}.social-icon svg{width:20px;height:20px}.block-image{margin:0 0 var(--space-4)}.block-image img{border-radius:var(--radius)}.block-image figcaption{font-size:.875rem;color:var(--color-text-muted);margin-top:var(--space-2);text-align:center}.featured-image img{max-height:420px;width:100%;object-fit:cover}.block-list{margin:0 0 var(--space-4)}.block-list li{margin-bottom:var(--space-2)}.block-embed{position:relative;width:100%;aspect-ratio:16 / 9;margin:0 0 var(--space-4);border-radius:var(--radius);overflow:hidden;background:var(--color-bg-alt)}.block-embed iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:none}blockquote{margin:0 0 var(--space-4);padding:var(--space-3) var(--space-4);border-left:4px solid var(--color-primary);background:var(--color-bg-alt);border-radius:0 var(--radius) var(--radius) 0;font-style:italic}.block-table{overflow-x:auto;margin:0 0 var(--space-4)}.block-table table{width:100%;border-collapse:collapse}.block-table td,.block-table th{border:1px solid var(--color-border);padding:var(--space-2) var(--space-3);text-align:left}hr{border:none;border-top:1px solid var(--color-border);margin:var(--space-5) 0}.block-section{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:var(--space-6) 0;margin-top:var(--space-2);margin-bottom:var(--space-5)}.page-article>.block-section:first-child{margin-top:calc(-1 * var(--space-6));padding-top:150px}@media (max-width: 720px){.page-article>.block-section:first-child{padding-top:90px}}.page-article>.block-section:last-child{margin-bottom:calc(-1 * var(--space-6))}.block-section:has(+.block-section){margin-bottom:0}.block-section+.block-section{margin-top:0}.block-section-inner{max-width:860px;margin:0 auto;padding:0 var(--space-4);text-align:center}.block-section h1,.block-section h2,.block-section h3,.block-section h4,.block-section h5,.block-section h6{color:inherit}.block-columns{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:var(--space-5);margin:0 0 var(--space-4);align-items:start;box-sizing:border-box;width:100vw;max-width:var(--container-width);margin-left:50%;transform:translate(-50%);padding:0 var(--space-4)}.page-article>h2:has(+.block-columns),.page-article>h3:has(+.block-columns){box-sizing:border-box;width:100vw;max-width:var(--container-width);margin-left:50%;transform:translate(-50%);padding:0 var(--space-4)}.block-columns.is-card{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}@media (max-width: 720px){.block-columns{grid-template-columns:1fr!important}}.block-column{min-width:0;overflow-wrap:break-word}.block-column p a[href^=mailto]{font-size:.8em;white-space:nowrap}.block-column.is-card{background:#fff;border-radius:10px;box-shadow:2px 0 20px #6f6f8626;overflow:hidden}.block-column.is-card .block-image{margin:0}.block-column.is-card .block-image img{max-height:none;width:100%;border-radius:0}.block-column .block-image img{max-height:280px;width:auto;margin:0 auto}.news-block{display:flex;gap:var(--space-5);margin:0 0 var(--space-4);align-items:stretch}.news-featured{flex:1 1 0;border-radius:10px;box-shadow:0 20px 50px #c1d2d480;overflow:hidden;background:#fff}.news-featured .block-image{margin:0}.news-featured .block-image img{aspect-ratio:570 / 340;object-fit:cover;width:100%;height:auto;border-radius:0}.news-featured h3{margin:var(--space-3) var(--space-4) var(--space-2)}.news-featured p{margin:0 var(--space-4) var(--space-4);color:var(--color-text-muted);font-size:.85rem}.news-items-list{flex:1 1 0;display:flex;flex-direction:column;gap:var(--space-3);justify-content:space-between}.news-item{display:flex;gap:var(--space-3);align-items:flex-start}.news-item-thumb{width:170px;height:auto;border-radius:10px;flex-shrink:0}.news-item-text h3{margin-bottom:var(--space-1)}.news-item-text time,.news-item-text p{color:var(--color-text-muted);font-size:.85rem;margin:0}@media (max-width: 720px){.news-block{flex-direction:column}}.courses-page{min-height:70vh;background:#f7f8fb}.courses-page ::selection{color:#fff;background:var(--color-primary)}.courses-hero{position:relative;overflow:hidden;color:#fff;background:linear-gradient(115deg,#1d1741fa,#322b7df0),url(/media/2023/11/bg_seccion_facturacion.jpg) center / cover}.courses-hero:after{position:absolute;right:7%;bottom:-110px;width:280px;height:280px;border:1px solid rgba(0,228,250,.28);border-radius:50%;content:"";box-shadow:0 0 0 22px #00e4fa09,0 0 0 44px #00e4fa06}.courses-hero-inner.container{position:relative;z-index:1;padding-top:calc(var(--header-height) + 52px);padding-bottom:56px}.courses-hero h1{max-width:700px;margin:0 0 10px;color:#fff;font-size:clamp(2rem,4vw,3.2rem);letter-spacing:-.04em}.courses-hero p{max-width:560px;margin:0;color:#ffffffc7;font-size:1rem;line-height:1.6}.courses-content.container{padding-top:48px;padding-bottom:72px}.courses-heading-row{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:24px}.courses-heading-row h2{margin:0;font-size:clamp(1.45rem,3vw,2rem);letter-spacing:-.035em}.courses-result-count{flex:0 0 auto;padding:7px 11px;color:var(--color-primary-dark);border:1px solid rgba(74,68,242,.16);border-radius:999px;background:#fff;font-size:.75rem;font-weight:700;line-height:1.35}.courses-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,360px));justify-content:center;gap:24px 18px}.course-card-shell{display:flex;min-width:0;flex-direction:column}.course-card-heading{display:flex;align-items:flex-end;min-height:2.44em;margin:0 4px 12px;overflow:hidden;color:var(--color-heading);font-family:"Lexend Deca",var(--font-body);font-size:clamp(1rem,1.5vw,1.2rem);font-weight:700;letter-spacing:-.04em;line-height:1.22}.course-card{display:flex;position:relative;width:100%;min-width:0;flex-direction:column;overflow:hidden;border:1px solid #e1e4ec;border-radius:16px;background:#eef0f3;box-shadow:0 8px 22px #00000014;transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}.course-card:hover{border-color:#d6d9e6;box-shadow:0 14px 30px #00000024;transform:translateY(-3px)}.course-card-visual{position:relative;width:100%;flex:0 0 auto;overflow:hidden;border:0;border-radius:16px;background:#eef0f3}.course-card-image-frame,.course-card-placeholder{width:100%;aspect-ratio:4 / 5}.course-card-image-frame{display:flex;align-items:center;justify-content:center;overflow:hidden;background:#eef0f3}.course-card-image{display:block;width:100%;height:100%;object-fit:contain;object-position:center}.course-card-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#4a44f2;background:#e9edf3}.course-card-placeholder-icon{display:grid;width:50px;height:50px;place-items:center;margin-bottom:10px;color:#4a44f2;border:1px solid #c8d0df;border-radius:50%;background:#fff}.course-card-placeholder span{color:#747b8b;font-family:"Lexend Deca",var(--font-body);font-size:.54rem;font-weight:700;letter-spacing:.12em;text-align:center}.course-card-body{display:flex;position:absolute;right:0;bottom:0;left:0;min-width:0;flex-direction:column;z-index:1;margin:0;padding:36px 20px 14px;border:0;border-radius:0;background:linear-gradient(180deg,#0000,#0000001a 24%,#00000061 46%,#000000d1 78%,#000000f5);box-shadow:none}.course-card-code{position:absolute;z-index:2;top:12px;right:12px;color:#11121a;font-family:"Lexend Deca",var(--font-body);font-size:.62rem;font-weight:700;line-height:1.3;text-shadow:0 1px 6px rgba(255,255,255,.92)}.course-card-date{display:flex;min-width:0;align-items:center;gap:7px;margin-top:0;margin-bottom:0;padding-top:8px;color:#fff;font-family:"Lexend Deca",var(--font-body);font-size:.68rem;font-weight:600;line-height:1.35}.course-card-date-icon{flex:0 0 auto;color:#d9e4ff}.course-card-date span{min-width:0}.course-card-date-separator{color:#ffffffbf}.course-card-actions{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}.course-card-action{display:inline-flex;flex:1 1 140px;min-height:36px;align-items:center;justify-content:center;gap:7px;padding:8px 11px;border-radius:8px;font-family:"Lexend Deca",var(--font-body);font-size:.7rem;font-weight:700;line-height:1.25;text-decoration:none;transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}.course-card-action:hover{text-decoration:none;transform:translateY(-1px)}.course-card-action:focus-visible,.courses-pagination .button:focus-visible{outline:3px solid rgba(0,228,250,.45);outline-offset:3px}.course-card-action-primary{color:#fff;background:var(--color-primary)}.course-card-action-primary:hover{color:#fff;background:var(--color-primary-dark)}.course-card-action-secondary{color:var(--color-primary-dark);border:1px solid #dfe2e9;background:#fff}.course-card-action-secondary:hover{color:var(--color-primary);border-color:#4a44f266;background:#f8f8ff}.courses-status{display:flex;min-height:180px;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:32px;border:1px dashed #cfd2e2;border-radius:12px;color:var(--color-text-muted);text-align:center}.courses-status strong{color:var(--color-heading);font-family:var(--font-heading);font-size:1.15rem}.courses-status-error{align-items:flex-start;border-style:solid;border-color:#f0c8c8;background:snow;text-align:left}.courses-status-error .button{margin-top:15px}.course-skeleton{min-height:560px;border-radius:16px;background:linear-gradient(100deg,#eaebf3 20%,#fafaff,#eaebf3 50%);background-size:200% 100%;animation:courses-loading 1.2s ease-in-out infinite}.courses-pagination{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:32px;color:var(--color-text-muted);font-size:.85rem}.courses-pagination .button{display:inline-flex;align-items:center;gap:7px;padding:9px 15px;font-size:.78rem}.courses-pagination .button:disabled{cursor:not-allowed;opacity:.45;transform:none}@keyframes courses-loading{0%{background-position:100% 0}to{background-position:-100% 0}}@media (prefers-reduced-motion: reduce){.course-card,.course-card-action,.course-skeleton{transition:none;animation:none}}@media (max-width: 720px){.courses-hero-inner.container{padding-top:calc(var(--header-height) + 30px);padding-bottom:42px}.courses-content.container{padding-top:36px;padding-bottom:56px}.courses-heading-row{align-items:flex-start;flex-direction:column;gap:12px;margin-bottom:20px}.courses-grid{grid-template-columns:minmax(0,420px);gap:20px}.course-card{width:100%}.course-card-body{padding:34px 17px 16px}.courses-pagination{gap:10px;justify-content:space-between}.courses-pagination span{font-size:.76rem}}@media (max-width: 420px){.course-card-body{padding:32px 15px 10px}.course-card-code{font-size:.56rem}.course-card-heading{min-height:0;margin-right:2px;margin-bottom:9px;font-size:.95rem}.course-card-date{margin-top:0;margin-bottom:0;padding-top:7px;font-size:.62rem}.course-card-actions{display:flex;gap:5px}.course-card-action{min-height:34px;gap:4px;padding:7px 6px;font-size:.62rem}.course-card-action svg{width:14px;height:14px}}.matriculados-page,.matriculados-detail-page,.matriculados-ver-section{width:100%;margin:0;color:#272d3a;background:#f5f7fb;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:15px;line-height:1.5}.matriculados-page,.matriculados-detail-page{min-height:100vh;padding-top:var(--header-height)}.matriculados-page *,.matriculados-detail-page *,.matriculados-ver-section *{box-sizing:border-box}.matriculados-shell{width:min(1240px,calc(100% - 48px));margin:0 auto;padding:32px 0 72px}.matriculados-banner{position:relative;display:grid;min-height:126px;margin:0;padding:16px 40px;grid-template-columns:190px minmax(0,1fr) auto;gap:32px;align-items:center;overflow:hidden;color:#fff;border:1px solid rgba(255,255,255,.16);border-radius:18px;background-color:#52387a;background-image:linear-gradient(169deg,#52387a,#19eccf);box-shadow:0 14px 36px #2e287129}.matriculados-banner:after{position:absolute;right:-58px;bottom:-100px;width:330px;height:220px;content:"";border:1px solid rgba(255,255,255,.13);border-radius:50%;box-shadow:0 0 0 22px #ffffff09,0 0 0 44px #ffffff06;transform:rotate(-12deg)}.matriculados-logo,.matriculados-title,.matriculados-banner-status{position:relative;z-index:1}.matriculados-logo a{display:inline-flex;align-items:center}.matriculados-logo img{display:block;width:185px;height:auto;max-height:58px;object-fit:contain;object-position:left center}.matriculados-title{min-width:0}.matriculados-title h1{margin:0 0 7px;color:#fff;font-family:var(--font-heading);font-size:clamp(1.8rem,3.2vw,2.4rem);font-weight:700;letter-spacing:-.035em;line-height:1.05}.matriculados-title p{max-width:470px;margin:0;color:#fffc;font-size:.86rem;line-height:1.5}.matriculados-banner-status{display:inline-flex;padding:8px 12px;align-items:center;gap:8px;align-self:start;color:#ffffffe0;font-size:.75rem;font-weight:600;white-space:nowrap;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:#1914492e}.matriculados-banner-status span{width:7px;height:7px;border-radius:50%;background:#8df0d8;box-shadow:0 0 0 4px #8df0d821}.matriculados-directory{margin-top:24px}.matriculados-toolbar{margin-bottom:20px}.matriculados-search-section{min-width:0;margin:0;width:100%}.matriculados-search-row{display:flex;width:min(100%,754px);align-items:center;gap:12px}.matriculados-toolbar-heading{display:flex;margin-bottom:9px;align-items:baseline;color:#373e4e;font-size:.86rem;font-weight:700;letter-spacing:-.01em}.matriculados-result-count{margin-left:12px;color:#8a90a0;font-size:.76rem;font-weight:600}.matriculados-input-group{display:flex;width:auto;height:48px;flex:1 1 640px;align-items:center;overflow:visible;border:1px solid #e0e4ed;border-radius:11px;background:#fff;box-shadow:0 5px 18px #272d3a0b;transition:border-color .18s ease,box-shadow .18s ease}.matriculados-input-group:focus-within{border-color:#4a44f2a6;box-shadow:0 0 0 4px #4a44f21a,0 5px 18px #272d3a0b}.matriculados-search-icon{display:inline-flex;padding-left:15px;align-items:center;color:#8e96a7}.matriculados-input-group input,.matriculados-input-group select{height:100%;color:#272d3a;font:inherit;line-height:1.5;border:0;outline:0;background:#fff}.matriculados-input-group input{min-width:0;padding:0 14px 0 10px;flex:1 1 auto}.matriculados-input-group input::placeholder{color:#a4aab8}.matriculados-localidad-combobox{position:relative;min-width:0;height:100%;flex:1 1 auto}.matriculados-localidad-combobox input{display:block;width:100%}.matriculados-localidad-options{position:absolute;z-index:10;top:calc(100% + 6px);right:0;left:0;max-height:260px;overflow-y:auto;padding:5px;border:1px solid #e0e4ed;border-radius:9px;background:#fff;box-shadow:0 12px 28px #272d3a29}.matriculados-localidad-option,.matriculados-localidad-empty{display:block;width:100%;padding:9px 10px;color:#3f4756;font:inherit;font-size:.84rem;line-height:1.25;text-align:left;border:0;border-radius:6px;background:transparent}.matriculados-localidad-option{cursor:pointer}.matriculados-localidad-option:hover,.matriculados-localidad-option[aria-selected=true]{color:#302bd1;background:#f0f0ff}.matriculados-localidad-empty{color:#8a90a0}.matriculados-input-group select{width:154px;padding:0 30px 0 14px;border-left:1px solid #edf0f5;color:#5b6373;font-size:.84rem;cursor:pointer}.matriculados-search-help{margin:7px 0 0;color:#8a90a0;font-size:.75rem;line-height:1.4}.matriculados-search-action{display:flex;padding:0}.matriculados-btn{display:inline-flex;min-height:40px;padding:0 14px;align-items:center;justify-content:center;color:#fff;font:inherit;font-size:.83rem;font-weight:700;line-height:1;text-decoration:none;border:1px solid transparent;border-radius:9px;cursor:pointer;transition:color .18s ease,background-color .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease}.matriculados-btn:hover{color:#fff;text-decoration:none}.matriculados-btn:focus-visible,.matriculados-input-group select:focus-visible{outline:3px solid rgba(74,68,242,.24);outline-offset:2px}.matriculados-btn:disabled{opacity:.48;cursor:default}.matriculados-btn-search{min-width:102px;min-height:48px}.matriculados-btn-primary,.matriculados-btn-accent{border-color:#4a44f2;background:#4a44f2;box-shadow:0 5px 14px #4a44f22e}.matriculados-btn-primary:hover,.matriculados-btn-accent:hover{color:#fff;border-color:#393e46;background:#393e46;transform:translateY(-1px)}.matriculados-btn-secondary{min-height:36px;color:#596171;font-size:.78rem;border-color:#dfe3ec;background:#fff}.matriculados-btn-secondary:hover:not(:disabled){color:#393e46;border-color:#cdd3e0;background:#f8f9fc}.matriculados-table-card{overflow:hidden;border:1px solid #e5e8f0;border-radius:14px;background:#fff;box-shadow:0 10px 28px #272d3a0e}.matriculados-table-wrap{overflow-x:auto;padding:0}.matriculados-table{width:100%;min-width:900px;border-collapse:collapse}.matriculados-table th,.matriculados-table td{padding:14px 18px;vertical-align:middle;border:0;border-bottom:1px solid #edf0f4;text-align:left}.matriculados-table th{color:#858da0;font-size:.66rem;font-weight:700;letter-spacing:.09em;line-height:1.25;text-transform:uppercase;background:#fafbfc}.matriculados-table th:nth-last-child(-n+2){text-align:center}.matriculados-table td{color:#626b7b;font-size:.84rem;background:#fff}.matriculados-table tbody tr{transition:background-color .15s ease}.matriculados-table tbody tr:hover td{background:#fbfbff}.matriculados-table tbody tr:last-child td{border-bottom:0}.matriculados-registration{color:#393e46!important;font-variant-numeric:tabular-nums;font-weight:700}.matriculados-action-cell{text-align:center!important;white-space:nowrap}.matriculados-action-button{display:inline-flex;min-height:34px;padding:0 10px;align-items:center;justify-content:center;gap:6px;font-size:.72rem;font-weight:700;line-height:1;text-decoration:none;border:1px solid;border-radius:8px;box-shadow:none;transition:color .18s ease,background-color .18s ease,border-color .18s ease,transform .18s ease}.matriculados-action-button:hover{text-decoration:none;transform:translateY(-1px)}.matriculados-action-button:focus-visible{outline:3px solid rgba(74,68,242,.2);outline-offset:2px}.matriculados-action-button-view{color:#4a44f2;border-color:#4a44f23d;background:#f4f3ff}.matriculados-action-button-view:hover{color:#3931d2;border-color:#4a44f275;background:#ebeaff}.matriculados-action-button-print{color:#167c75;border-color:#167c7540;background:#effbf9}.matriculados-action-button-print:hover{color:#0f655f;border-color:#167c757a;background:#e2f7f4}.matriculados-empty{padding:42px 18px!important;color:#858da0!important;text-align:center!important}.matriculados-status{display:flex;min-height:100px;padding:24px;align-items:center;justify-content:center;gap:10px;color:#737c8d;text-align:center;background:#fff}.matriculados-spinner{width:15px;height:15px;border:2px solid #e0e3ee;border-top-color:#4a44f2;border-radius:50%;animation:matriculados-spin .75s linear infinite}@keyframes matriculados-spin{to{transform:rotate(360deg)}}.matriculados-error{min-height:74px;color:#9b3d4b;border-top:1px solid #f2d4d9;background:#fff8f8}.matriculados-pagination{display:flex;min-height:70px;padding:15px 18px;align-items:center;justify-content:space-between;gap:16px;border-top:1px solid #edf0f4;background:#fff}.matriculados-page-indicator{color:#8a90a0;font-size:.77rem}.matriculados-page-actions{display:flex;gap:8px}.matriculados-footer{width:100%;padding:10px 0;color:#fff;text-align:center;background:#252b36}.matriculados-footer p{margin:0 0 1rem}.matriculados-detail-page{color:#272d3a}.matriculados-ver-section{display:flex;min-height:calc(100vh - var(--header-height));padding:40px 20px 24px;flex-direction:column;align-items:center;background:radial-gradient(circle at 84% 8%,rgba(53,201,176,.22),transparent 27%),linear-gradient(140deg,#29234d,#4a44f2 70%,#5d66e8)}.matriculados-ver-container{display:flex;width:100%;min-height:0;padding:0;flex:1 1 auto;align-items:flex-start;justify-content:center}.matriculados-card-custom{position:relative;width:350px;padding:20px;color:#333;border:1px solid rgba(255,255,255,.42);border-radius:16px;background-color:#fff;background-position:top left;background-repeat:no-repeat;background-size:contain;box-shadow:0 18px 42px #14123e40}.matriculados-profile-section{display:flex;align-items:center}.matriculados-profile-pic{width:130px;height:130px;margin-right:15px;object-fit:cover}.matriculados-logo-container{display:flex;flex-grow:1;justify-content:flex-end}.matriculados-ver-datos-logo{width:120px;height:auto}.matriculados-personal-info{flex-grow:1;margin-top:60px}.matriculados-personal-info h5{max-width:320px;margin:0 0 .5rem;font-size:1.25rem;line-height:1.2}.matriculados-personal-info h6{margin:0 0 .5rem;font-size:1rem;line-height:1.2}.matriculados-personal-info p{margin:0!important}.matriculados-qr-section{display:flex;margin-top:20px;align-items:center;justify-content:space-between}.matriculados-qr-code{flex:0 0 120px}.matriculados-qr-code img{width:120px;height:120px}.matriculados-description-text{flex-grow:1;margin-left:10px;font-size:.75rem;line-height:1rem}.matriculados-signature-space{height:100px;margin-top:20px}.matriculados-ver-actions{display:flex;width:100%;min-height:58px;padding:16px 0 0;align-items:center;justify-content:center;gap:8px}.matriculados-qr-page{justify-content:center}.matriculados-cardqr{width:500px;margin:0;padding:30px;text-align:center;border:1px solid rgba(255,255,255,.42);border-radius:16px;background:#fff;box-shadow:0 18px 42px #14123e33}.matriculados-qr-logo{display:block;width:250px;height:auto;margin:0 auto}.matriculados-qr p{margin:.5rem 0 1rem;color:#333}.matriculados-qr-large{display:block;width:410px;height:410px;max-width:100%;margin:0 auto}.matriculados-qr-page .matriculados-ver-actions{min-height:70px}@media (max-width: 900px){.matriculados-banner{grid-template-columns:155px minmax(0,1fr)}.matriculados-logo img{width:155px}.matriculados-banner-status{position:absolute;top:24px;right:28px}}@media (max-width: 680px){.matriculados-shell{width:calc(100% - 28px);padding:20px 0 48px}.matriculados-banner{display:block;min-height:0;padding:22px 24px 24px}.matriculados-logo{margin-bottom:20px}.matriculados-logo img{width:178px}.matriculados-banner-status{top:23px;right:20px;padding:6px 9px;font-size:.68rem}.matriculados-title h1{font-size:1.85rem}.matriculados-title p{font-size:.84rem}.matriculados-toolbar{display:block;margin-bottom:16px}.matriculados-search-row{display:grid;width:100%;gap:10px}.matriculados-input-group{width:100%}.matriculados-input-group select{width:128px;padding-right:10px}.matriculados-btn-search{justify-self:end}.matriculados-table{min-width:860px}.matriculados-pagination{align-items:flex-start;flex-direction:column}.matriculados-page-actions{width:100%}.matriculados-page-actions .matriculados-btn{flex:1}.matriculados-ver-section{padding:24px 14px 16px}.matriculados-card-custom{max-width:100%;margin-top:0}.matriculados-cardqr{width:100%;padding:24px 18px}.matriculados-qr-large{width:78%;height:auto}}@media (prefers-reduced-motion: reduce){.matriculados-btn,.matriculados-input-group,.matriculados-table tbody tr{transition:none}.matriculados-spinner{animation:none}}@media print{.matriculados-ver-actions,.matriculados-footer{display:none}.matriculados-ver-section{min-height:auto;background:#fff}}.benefits-page{background:#fff;color:#6a727f;font-family:var(--font-body);overflow:hidden}.benefits-hero{width:100%;min-height:251.633px;padding-top:150px;background:url(/media/2023/11/bg_seccion_servicios.jpg) center center / cover no-repeat;color:#fff;text-align:center}.benefits-hero h1{margin:0 0 40px;color:#fff;font-family:var(--font-heading);font-size:42.012px;font-weight:800;line-height:61.6316px;text-align:center}.benefits-page .benefits-content{max-width:1168.5px;padding:0 15px}.benefits-content{padding:0 15px}.benefits-search-spacer{height:50px}.benefits-search-form{position:relative;width:100%;height:62px;margin:0}.benefits-search-field{display:inline-block;width:100%;height:62px;margin:0;padding:15px 75px 15px 30px;border:2px solid #f8f8f8;border-radius:5px;outline:0;color:#393e46;background:#f8f8f8;font:400 16px/28px var(--font-body)}.benefits-search-field::placeholder{color:#a0a0a0;opacity:1}.benefits-search-field:focus{border-color:#e9e9e9}.benefits-search-submit{position:absolute;top:0;right:0;display:flex;width:62px;height:62px;align-items:center;justify-content:center;padding:0;border:0;border-radius:5px;color:#2b2b2b;background:transparent;cursor:pointer}.benefits-search-submit svg{width:27px;height:27px;fill:currentColor}.benefits-filter-spacer{height:100px}.benefits-filters-desktop{width:100%;min-height:86px;margin:0 0 20px;padding:0;text-align:center}.benefits-filters-desktop button{display:inline-block;height:38px;margin:0 5px 5px 0;padding:2px 10px;border:0;border-radius:30px;color:#6a727f;background:transparent;font:400 18px/34px var(--font-body);text-align:center;cursor:pointer}.benefits-filters-desktop button:hover,.benefits-filters-desktop button.is-active{background:#ebebeb}.benefits-filters-mobile{display:none}.benefits-grid{display:grid;width:100%;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:30px;row-gap:0;margin:0}.benefit-card{min-width:0;padding:0 0 30px}.benefit-card-image{position:relative;display:block;width:100%;aspect-ratio:1 / 1;overflow:hidden;background:#f2f2f2}.benefit-card-image:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:#0000004d;opacity:0;transition:opacity .2s ease}.benefit-card-image:hover:after{opacity:1}.benefit-card-image img,.benefit-card-image span{display:block;width:100%;height:100%;object-fit:cover}.benefit-card-footer{height:90.734px;overflow:hidden;padding:10px;background:#f9f9f9}.benefit-more{display:inline-block;height:49px;padding:14px 20px;border-radius:5px;color:#fff;background:#f4524d;font:400 14px/normal var(--font-body);text-align:center;text-decoration:none}.benefit-more:hover{color:#fff;background:#de4641;text-decoration:none}.benefits-empty{grid-column:1 / -1;margin:0;padding:24px 0;font-size:18px;text-align:center}.benefits-pagination{display:flex;min-height:34px;margin:-10px 0 0;padding:0;align-items:center;justify-content:center;gap:0}.benefits-pagination button{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;padding:0;border:0;color:#6a727f;background:transparent;font:400 18px/34px var(--font-body);cursor:pointer}.benefits-pagination button.is-active{color:#393e46;font-weight:700}.benefits-pagination button:disabled{cursor:default;opacity:.35}.benefits-contact-spacer{height:100px}.benefits-contact{width:100%;color:#fff;background:linear-gradient(to bottom,#19edd0,#52387a)}.benefits-page .benefits-contact-inner{width:calc(100% - 30px);max-width:1168.5px;margin:0 auto;padding:50px 15px 0}.benefits-contact-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:30px;align-items:start}.benefits-contact-brand{min-width:0}.benefits-contact-logo{display:block;width:300px;max-width:100%;height:auto;margin:0 auto}.benefits-contact-president{height:34px;color:#fff;font:400 18px/34px var(--font-body);text-align:center}.benefits-contact-brand-spacer{height:50px}.benefits-contact .social-icons{display:flex;width:calc(100% - 30px);height:40px;margin:0 0 20px 30px;align-items:center;justify-content:center;gap:20px}.benefits-contact .social-icon{flex:0 0 40px;width:40px;height:40px}.benefits-contact-info{min-width:0;color:#fff}.benefits-contact-heading-spacer{height:33px;margin-bottom:40px}.benefits-contact-info h5{height:13px;margin:0 0 40px;color:#fff;font:800 17px/13px var(--font-heading)}.benefits-contact-info p{min-height:95.836px;margin:0 0 35px;color:#fff;font:400 14px/26.446px var(--font-body)}.benefits-contact-icon{display:inline-block;width:24px;height:24px;margin:0;vertical-align:-7px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.benefits-page-arrow{position:relative;margin:0 6px}.benefits-page-arrow:before{display:block;width:8px;height:8px;border-top:1px solid currentColor;border-right:1px solid currentColor;content:""}.benefits-page-prev:before{transform:rotate(-135deg)}.benefits-page-next:before{transform:rotate(45deg)}@media (max-width: 991px){.benefits-hero{min-height:193.266px;padding-top:30px}.benefits-hero h1{margin-bottom:40px}.benefits-search-spacer,.benefits-filter-spacer{height:60px}.benefits-filters-desktop{display:none}.benefits-filters-mobile{display:block;width:100%;height:92px;margin:0 0 20px}.benefits-filters-mobile select{display:block;width:100%;height:62px;margin:0 0 30px;padding:15px 30px;border:2px solid #ebebeb;border-radius:5px;outline:0;color:#393e46;background:#ebebeb;font:400 16px/28px var(--font-body)}.benefits-grid{grid-template-columns:1fr;column-gap:0}.benefit-card{width:100%;padding-right:0}.benefits-pagination{margin-top:-10px}.benefits-contact-spacer{height:60px}.benefits-contact-info p{min-height:122.281px}.benefits-contact-columns{grid-template-columns:1fr;column-gap:0}.benefits-page .benefits-contact-inner{width:calc(100% - 7.5px)}}@media (max-width: 767px){.benefits-content{width:calc(100% - 7.5px);margin-right:auto;margin-left:auto}}:root{--color-primary: #4a44f2;--color-primary-dark: #393e46;--color-primary-light: #7b76f5;--color-heading: #393e46;--color-text: #6a727f;--color-text-muted: #8a90a0;--color-bg: #ffffff;--color-bg-alt: #f7f8fa;--color-border: #e5e7eb;--color-header-bg: rgba(0, 0, 0, .7);--color-header-text: #ffffff;--header-height: 80px;--color-footer-bg: #252b36;--color-footer-text: #a0a8b5;--font-heading: "Raleway", sans-serif;--font-body: "Open Sans", sans-serif;--space-1: 4px;--space-2: 8px;--space-3: 16px;--space-4: 24px;--space-5: 40px;--space-6: 64px;--space-7: 96px;--radius: 5px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .08);--shadow-md: 0 4px 16px rgba(0, 0, 0, .12);--container-width: 1170px}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--font-body);font-size:18px;color:var(--color-text);background:var(--color-bg);line-height:1.889;-webkit-font-smoothing:antialiased;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;color:var(--color-heading);line-height:1.25;margin:0 0 var(--space-3)}h1{font-size:clamp(2rem,4vw,2.75rem)}h2{font-size:clamp(1.5rem,3vw,2.1rem)}h3{font-size:1.4rem}p{margin:0 0 var(--space-3)}a{color:var(--color-primary);text-decoration:none}a:hover{color:var(--color-primary-dark);text-decoration:underline}img{max-width:100%;height:auto;display:block}ul,ol{padding-left:1.25em}.container{max-width:var(--container-width);margin:0 auto;padding:0 var(--space-4)}.button{position:relative;display:inline-block;overflow:hidden;isolation:isolate;background:var(--color-primary);color:#fff;padding:12px 28px;border-radius:var(--radius);font-weight:600;font-family:var(--font-body);letter-spacing:.3px;border:none;cursor:pointer;transition:color .15s ease,transform .15s ease}.button:before{content:"";position:absolute;top:var(--ripple-y, 50%);left:var(--ripple-x, 50%);width:0;height:0;transform:translate(-50%,-50%);border-radius:50%;background:var(--color-primary-dark);transition:width .5s ease-in-out,height .5s ease-in-out;z-index:-1}.button:hover:before{width:var(--ripple-size, 400px);height:var(--ripple-size, 400px)}.button:hover{color:#fff;text-decoration:none;transform:translateY(-1px)}.button.button-outline{background:transparent;color:var(--color-primary);border:1.5px solid var(--color-primary)}.button.button-outline:hover{color:#fff}.button.button-light-accent{background:#00e4fa;color:#1d1741}.button.button-light-accent:hover{color:#fff}.button.button-soft{background:#eee;color:var(--color-text)}.button.button-soft:hover{color:#fff}.page-article{padding:var(--space-6) var(--space-4);max-width:860px}.page-article{padding-top:calc(var(--space-6) + var(--header-height))}.page-article:has(>.block-section:first-child){padding-top:var(--space-6)}main:has(.page-article>.block-section:last-child)+.site-footer{margin-top:0}.post-date{display:block;color:var(--color-text-muted);margin-bottom:var(--space-4)}
