:root{--hero-height-desktop:702px;--hero-height-mobile:598px;--hero-content-left:120px;--hero-content-max-width:706px;--hero-title-size:50px;--hero-title-line:60px;--hero-title-size-mobile:40px;--hero-title-line-mobile:48px;--hero-font:"Zilla Slab",serif;--hero-btn-bg:#ff5900;--hero-btn-radius:40px;--hero-btn-gap:16px;--hero-gradient-start:74%;--hero-gradient-end:98%}.hero-licenciatura{align-items:center;display:flex;height:var(--hero-height-desktop);position:relative;width:100%}.hero-gradiente{background-image:linear-gradient(180deg,transparent var(--hero-gradient-start),#fff var(--hero-gradient-end));height:101%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.hero-bg-desktop,.hero-bg-mobile{background-position:50%;background-size:cover;height:100%;left:0;position:absolute;top:0;width:100%}.hero-overlay{background-color:rgba(0,0,0,.35);inset:0;position:absolute}.hero-bg-desktop{display:block}.hero-bg-mobile{display:none}.hero-content{box-sizing:border-box;left:0;margin:0 0 0 var(--hero-content-left);max-width:var(--hero-content-max-width);position:absolute;right:0;text-align:left;z-index:2}.hero-title{color:#fff;font-family:var(--hero-font);font-size:var(--hero-title-size);font-weight:700;line-height:var(--hero-title-line);margin:0;padding:0}.hero-buttons{align-items:center;display:flex;flex-wrap:wrap;gap:var(--hero-btn-gap);margin-top:34px}.hero-button{border:2px solid transparent;border-radius:var(--hero-btn-radius);display:inline-block;font-family:var(--hero-font);font-size:20px;font-weight:600;line-height:20px;padding:12px 24px;text-decoration:none;transition:background-color .3s ease,color .3s ease,border-color .3s ease}.hero-button--primary{background-color:var(--hero-btn-bg);border-color:var(--hero-btn-bg);color:#fff!important}.hero-button--primary:focus-visible,.hero-button--primary:hover{background-color:#fff;color:var(--hero-btn-bg)!important;text-decoration:none!important}.hero-button--anchor{background-color:transparent;border-color:#fff;color:#fff!important}.hero-button--anchor:focus-visible,.hero-button--anchor:hover{background-color:#fff;color:#000!important;text-decoration:none!important}#scroll-button{scroll-margin-top:-100px}#scroll-button span{animation:sdb04 2s infinite;border-bottom:2px solid #fff;border-left:2px solid #fff;bottom:150px;box-sizing:border-box;height:24px;left:50%;margin-left:-12px;position:absolute;transform:rotate(-45deg);width:24px;z-index:2}@keyframes sdb04{0%{transform:rotate(-45deg) translate(0)}20%{transform:rotate(-45deg) translate(-10px,10px)}40%{transform:rotate(-45deg) translate(0)}}@media (max-width:767px){.hero-licenciatura{height:var(--hero-height-mobile)}.hero-bg-desktop{display:none}.hero-bg-mobile{display:block}.hero-content{margin:0 auto;max-width:100%;padding:0 13px;text-align:left}.hero-title{font-size:var(--hero-title-size-mobile);line-height:var(--hero-title-line-mobile)}.hero-button{font-size:18px;line-height:22px;padding:10px 18px}#scroll-button span{bottom:120px}}