*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#111827;-webkit-font-smoothing:antialiased;background-color:#fff;font-family:Roboto,system-ui,sans-serif}#root{width:100%}.login{min-height:100vh;display:flex}.login__left{background-color:#0c7e8c;flex:1;justify-content:center;align-items:center;display:flex}.login__logo{object-fit:contain;width:260px}.login__right{background:#fff;flex:1;justify-content:center;align-items:center;padding:3rem 2rem;display:flex}.login__form-wrap{width:100%;max-width:400px}.login__back{color:#6b7280;cursor:pointer;background:0 0;border:none;align-items:center;gap:.35rem;margin-bottom:2rem;padding:0;font-size:.875rem;transition:color .2s;display:flex}.login__back:hover{color:#0c7e8c}.login__titulo{color:#111827;margin-bottom:.35rem;font-size:1.75rem;font-weight:800}.login__subtitulo{color:#6b7280;margin-bottom:1.75rem;font-size:.9rem}.login__error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;margin-bottom:1.25rem;padding:.75rem 1rem;font-size:.85rem;line-height:1.5}.login__form{flex-direction:column;gap:1rem;display:flex}.login__field{flex-direction:column;gap:.35rem;display:flex}.login__field label{color:#374151;font-size:.8rem;font-weight:600}.login__field input{color:#111827;border:1.5px solid #e5e7eb;border-radius:10px;outline:none;padding:.7rem .9rem;font-size:.9rem;transition:border-color .2s}.login__field input:focus{border-color:#0c7e8c}.login__field input::placeholder{color:#9ca3af}.login__forgot{text-align:right;margin-top:-.25rem}.login__forgot a{color:#0c7e8c;font-size:.82rem;text-decoration:none}.login__forgot a:hover{text-decoration:underline}.login__btn{color:#fff;cursor:pointer;background:#0c7e8c;border:none;border-radius:50px;margin-top:.5rem;padding:.85rem;font-size:1rem;font-weight:700;transition:background .2s,transform .2s}.login__btn:hover{background:#0a6a75;transform:translateY(-1px)}@media (width<=768px){.login{flex-direction:column}.login__left{flex:none;padding:3rem 2rem}.login__logo{width:130px}}.navbar{z-index:200;background:0 0;justify-content:space-between;align-items:center;width:100%;padding:.75rem 2rem;transition:background .3s,box-shadow .3s;display:flex;position:fixed;top:0;left:0}.navbar--scrolled{background-color:#fff;box-shadow:0 2px 8px #00000014}@media (width<=768px){.navbar{background-color:#fff;box-shadow:0 2px 8px #00000014}.navbar--scrolled{background-color:#fff}}.navbar__brand{flex-shrink:0;align-items:center;display:flex}.navbar__brand img{width:auto;height:60px;margin-left:1.5rem;display:block}.navbar__links{gap:2rem;margin:0 0 0 3rem;padding:0;list-style:none;display:flex}.navbar__links a{color:#374151;font-weight:500;text-decoration:none;transition:color .2s}.navbar__links a:hover{color:#0c7e8c}.navbar__links-btns{display:none}.navbar__actions{align-items:center;gap:.75rem;display:flex}.navbar__btn-login{color:#fff;cursor:pointer;white-space:nowrap;background:#0c7e8c;border:1.5px solid #0c7e8c;border-radius:50px;padding:.4rem 1rem;font-size:.875rem;font-weight:600;transition:background .2s,color .2s}.navbar__btn-login:hover{color:#fff;background:#07616d}.navbar__btn-expert{color:#0a3d2e;cursor:pointer;white-space:nowrap;background:#19f578;border:none;border-radius:50px;padding:.4rem 1rem;font-size:.875rem;font-weight:600;transition:background .2s}.navbar__btn-expert:hover{background:#10d966}.navbar__lang{color:#374151;cursor:pointer;background:#fff;border:1.5px solid #fff;border-radius:50px;padding:.4rem .75rem;font-size:.875rem;font-weight:600;transition:border-color .2s,color .2s}.navbar__lang:hover{color:#0c7e8c;border-color:#fff}.navbar__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;padding:0;display:none}.navbar__hamburger span{transform-origin:50%;background-color:#374151;border-radius:2px;width:100%;height:2px;transition:transform .3s,opacity .3s;display:block}.navbar__hamburger--open span:first-child{transform:translateY(8px)rotate(45deg)}.navbar__hamburger--open span:nth-child(2){opacity:0}.navbar__hamburger--open span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.navbar__overlay{display:none}@media (width<=768px){.navbar__hamburger{display:flex}.navbar__actions .navbar__btn-login,.navbar__actions .navbar__btn-expert{display:none}.navbar__links{z-index:99;background-color:#fff;flex-direction:column;justify-content:flex-start;gap:0;width:100vw;height:calc(100vh - 76px);padding:1rem 2rem 2rem;transition:transform .35s;display:flex;position:fixed;top:76px;right:0;overflow-y:auto;transform:translate(100%)}.navbar__links--open{transform:translate(0)}.navbar__links li{width:100%}.navbar__links a{color:#374151;border-bottom:1px solid #e6f6f8;padding:1rem;font-size:1.2rem;font-weight:600;display:block}.navbar__links a:hover{color:#0c7e8c}.navbar__links-btns{flex-direction:column;gap:.75rem;padding:1.5rem 1rem 0;display:flex}.navbar__links-btns .navbar__btn-login,.navbar__links-btns .navbar__btn-expert{text-align:center;width:100%;padding:.75rem 1rem;font-size:1rem;display:block}.navbar__overlay{z-index:98;background:#0000004d;display:block;position:fixed;inset:0}}.footer__line{border:none;border-top:2px solid #ffffff4d;flex-basis:100%;width:100%;margin-bottom:.15rem}.footer{color:#fff;background-color:#0c7e8c;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 8rem;font-size:.9rem;display:flex}.footer__copy{font-weight:500}.footer__social{align-items:center;gap:.75rem;display:flex}.footer__social a{color:#fffc;align-items:center;transition:color .2s;display:flex}.footer__social a:hover{color:#fff}.footer__social svg{width:18px;height:18px}.footer__contacto{color:#ffffffd9}.footer__contacto a{color:#fff;text-underline-offset:3px;font-weight:600;text-decoration:underline}.footer__contacto a:hover{opacity:.8}@media (width<=640px){.footer{flex-direction:column;align-items:flex-start;padding:2rem 1.5rem}}.experto-modal__backdrop{z-index:2000;background:#00000080;justify-content:center;align-items:center;padding:1rem;animation:.2s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.experto-modal{background:#fff;border-radius:20px;width:100%;max-width:540px;max-height:90vh;padding:2.5rem;animation:.25s scaleIn;position:relative;overflow-y:auto}@keyframes scaleIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.experto-modal__close{cursor:pointer;color:#6b7280;background:#f3f4f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;transition:background .2s;display:flex;position:absolute;top:1rem;right:1rem}.experto-modal__close:hover{background:#e5e7eb}.experto-modal__titulo{color:#111827;margin-bottom:.4rem;font-size:1.4rem;font-weight:800}.experto-modal__subtitulo{color:#6b7280;margin-bottom:1.75rem;font-size:.9rem}.experto-modal__form{flex-direction:column;gap:1rem;display:flex}.experto-modal__row{gap:1rem;display:flex}.experto-modal__field{flex-direction:column;flex:1;gap:.35rem;display:flex}.experto-modal__field label{color:#374151;font-size:.8rem;font-weight:600}.experto-modal__field input{color:#111827;border:1.5px solid #e5e7eb;border-radius:10px;outline:none;padding:.65rem .9rem;font-size:.9rem;transition:border-color .2s}.experto-modal__field input:focus{border-color:#0c7e8c}.experto-modal__field input::placeholder{color:#9ca3af}.experto-modal__field select{color:#111827;cursor:pointer;appearance:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%236b7280'%3E%3Cpath fill-rule='evenodd' d='M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z'/%3E%3C/svg%3E") right .75rem center/1rem no-repeat;border:1.5px solid #e5e7eb;border-radius:10px;outline:none;padding:.65rem .9rem;font-size:.9rem;transition:border-color .2s}.experto-modal__field select:focus{border-color:#0c7e8c}.experto-modal__field select option[value=""]{color:#9ca3af}.experto-modal__btn{color:#fff;cursor:pointer;background:#0c7e8c;border:none;border-radius:50px;margin-top:.5rem;padding:.85rem;font-size:1rem;font-weight:700;transition:background .2s,transform .2s}.experto-modal__btn:hover{background:#0a6a75;transform:translateY(-1px)}.experto-modal__success{text-align:center;padding:2rem 1rem}.experto-modal__check{color:#fff;background:#0c7e8c;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.25rem;font-size:1.75rem;display:flex}.experto-modal__success h3{color:#111827;margin-bottom:.5rem;font-size:1.3rem;font-weight:800}.experto-modal__success p{color:#6b7280;font-size:.95rem}@media (width<=540px){.experto-modal{padding:2rem 1.25rem}.experto-modal__row{flex-direction:column}}.inicio{background:radial-gradient(60% 100% at 100%,#0c7e8c,#fff);flex-direction:column;justify-content:center;padding:7rem 4rem 4rem 100px;display:flex}.columns{align-items:center;gap:3rem;width:100%;display:flex}.columns__item--text{flex:0 0 60%;max-width:60%}.columns__item--image{flex:1;justify-content:center;align-items:center;min-width:0;display:flex}.inicio__titulo{color:#0c7e8c;margin-bottom:1.25rem;font-size:clamp(1.8rem,3.5vw,3rem);font-weight:800;line-height:1.2}.inicio__subtitulo{color:#374151;max-width:720px;margin-bottom:2rem;font-size:1.1rem;line-height:1.7}.inicio__cta{color:#fff;cursor:pointer;background:#0c7e8c;border:none;border-radius:50px;padding:.9rem 2.1rem;font-size:1.0625rem;font-weight:700;transition:transform .2s,box-shadow .2s,background .2s}.inicio__cta:hover{background:#0a6a75;transform:translateY(-2px);box-shadow:0 8px 20px #0c7e8c4d}.columns__item--image img{width:100%;max-width:480px;height:auto;display:block}.inicio__logo-placeholder{opacity:.5;background-color:#d1d5db;border-radius:6px;flex-shrink:0;width:100px;height:40px}.inicio__logo-uni{object-fit:contain;flex-shrink:0;width:auto;height:46px}.inicio__logos--desktop{flex-wrap:wrap;align-items:center;gap:1.5rem;margin-top:2.5rem;display:flex}.inicio__logos-mobile-wrap{display:none}@media (width<=768px){.inicio{background:linear-gradient(#fff 45%,#0c7e8c 100%);padding:8rem 0 0}.columns{flex-direction:column;gap:2rem;padding:0 1.5rem}.columns__item--text,.columns__item--image{flex:unset;width:100%;max-width:100%}.columns__item--image{order:1}.inicio__subtitulo{max-width:100%}.inicio__logos--desktop{display:none}.inicio__logos-mobile-wrap{background:#fff;width:100%;margin-top:2rem;padding:1.5rem 0;display:block;overflow:hidden}.inicio__logos--marquee{align-items:center;gap:2rem;width:max-content;animation:12s linear infinite marquee;display:flex}.inicio__logos--marquee .inicio__logo-uni{flex-shrink:0;width:auto;height:36px}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}}.como-funciona{text-align:center;background-color:#fff;background-image:url(/assets/plenty_fondo-B10VeyLE.png);background-position:50%;background-repeat:no-repeat;background-size:cover;margin-top:4%;padding:0 2rem;scroll-margin-top:4rem;position:relative}.como-funciona__titulo{max-width:820px;margin:0 auto 2rem;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;line-height:1.25}.como-funciona__titulo--primary{color:#0c7e8c}.como-funciona__titulo--secondary{color:#888ea0}@keyframes pillFadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.como-funciona__pills{width:100%;height:320px;margin-bottom:3rem;position:relative}.como-funciona__pill{color:#0c7e8c;letter-spacing:.04em;white-space:nowrap;opacity:0;animation:.5s forwards pillFadeUp;animation-delay:var(--delay,0s);background:#fff;border:1.5px solid #c8e8ec;border-radius:9999px;align-items:center;gap:.5rem;padding:.4rem 1rem .4rem .7rem;font-size:.8rem;font-weight:500;display:inline-flex;position:absolute;box-shadow:0 2px 10px #0c7e8c14}.como-funciona__pill-dot{background:#0c7e8c;border-radius:50%;flex-shrink:0;width:7px;height:7px}.como-funciona__pill--slot{min-width:80px;transition:opacity .25s;animation:none}.cf-pills-desktop{display:block}.cf-pills-mobile{display:none}@media (width<=640px){.cf-pills-desktop{display:none}.cf-pills-mobile{width:100%;height:260px;margin-bottom:2.5rem;display:block;position:relative}}.como-funciona__pasos{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.paso{background:#fff;border-radius:12px;max-width:260px;padding:2rem 1.5rem;transition:transform .2s;box-shadow:0 4px 12px #0000000f}.paso:hover{transform:translateY(-4px)}.paso__numero{color:#fff;background:#0c7e8c;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 1rem;font-size:1.25rem;font-weight:700;display:flex}.paso__titulo{color:#111827;margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.paso__descripcion{color:#6b7280;font-size:.95rem}.video-section{background:#fff;justify-content:center;padding:1rem 2rem;display:flex}.video-section__preview{cursor:pointer;border-radius:16px;width:100%;max-width:860px;position:relative;overflow:hidden;box-shadow:0 8px 40px #0c7e8c26}.video-section__inline{object-fit:cover;width:100%;height:100%;display:block}.video-section__overlay{background:#00000026;justify-content:center;align-items:center;transition:background .25s;display:flex;position:absolute;inset:0}.video-section__preview:hover .video-section__overlay{background:#00000047}.video-section__play-btn{cursor:pointer;color:#0c7e8c;background:#ffffffeb;border:none;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 16px #0003}.video-section__play-btn svg{width:28px;height:28px;margin-left:4px}.video-section__preview:hover .video-section__play-btn{transform:scale(1.1);box-shadow:0 6px 24px #0000004d}.video-section__modal{z-index:1000;background:#000000bf;justify-content:center;align-items:center;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.video-section__modal-inner{border-radius:12px;width:90%;max-width:960px;animation:.25s scaleIn;position:relative;overflow:hidden;box-shadow:0 20px 60px #00000080}.video-section__modal-video{background:#000;width:100%;display:block}.video-section__close{z-index:10;color:#fff;cursor:pointer;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;transition:background .2s;display:flex;position:absolute;top:.75rem;right:.75rem}.video-section__close:hover{background:#000c}@media (width<=640px){.video-section{padding:2rem 1rem}.video-section__play-btn{width:52px;height:52px}.video-section__modal-inner{width:95%}}.ecosistema{text-align:center;background:#fff;padding:5rem 2rem;scroll-margin-top:4rem}.ecosistema__titulo{color:#0c7e8c;margin-bottom:3rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800}.ecosistema__columnas{flex-wrap:wrap;justify-content:center;gap:2.5rem;max-width:1100px;margin:0 auto;display:flex}.ecosistema__item{text-align:left;flex-direction:column;flex:1;align-items:flex-start;gap:1rem;min-width:240px;max-width:300px;display:flex}.ecosistema__img{aspect-ratio:3/4;object-fit:cover;border-radius:20px;width:100%;-webkit-mask-image:linear-gradient(#000 60%,#0000 100%);mask-image:linear-gradient(#000 60%,#0000 100%)}.ecosistema__item-titulo{color:#6b7280;font-size:clamp(1.6rem,3vw,2rem);font-weight:800;line-height:1.1}.ecosistema__item-desc{color:#374151;font-size:.95rem;line-height:1.65}@media (width<=768px){.ecosistema{padding:3rem 1.5rem}.ecosistema__item{min-width:100%;max-width:100%}}.implementacion{text-align:center;background-color:#0c7e8c;border-radius:50% 50% 0 0/160px 160px 0 0;margin-top:-2px;padding:5rem 2rem 4rem}.implementacion__titulo{color:#fff;margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800}.implementacion__desc{color:#ffffffd9;max-width:520px;margin:0 auto 2.5rem;font-size:1.05rem;line-height:1.65}.implementacion__btn{color:#0c7e8c;cursor:pointer;background:#fff;border:none;border-radius:50px;padding:.9rem 2.5rem;font-size:1rem;font-weight:700;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 16px #00000026}.implementacion__btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0003}@media (width<=640px){.implementacion{border-radius:50% 50% 0 0/80px 80px 0 0;padding:4rem 1.5rem 3rem}}
