.navbar-element{color:#fff;background-color:#0080c1;height:84px;width:63px;text-align:center;align-content:center}@media (min-width:1023px) and (max-width:1920px){.proportional-height{height:calc(750px - (380 * (1920px - 100vw)) / (1920 - 1023))}}@media (min-width:720px) and (max-width:1022px){.proportional-height{height:calc(450px - (380 * (1022px - 100vw)) / (1022 - 720))}}@keyframes header-animation{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes header-animation-exit{to{opacity:0;transform:translateY(-10px);display:none}0%{opacity:1;transform:translateY(0)}}.header-enter{animation:header-animation .5s forwards}.header-exit{animation:header-animation-exit .5s forwards}.elemento{opacity:0;transform:translateY(20px);transition:opacity 1s ease,transform 1s ease;will-change:opacity,transform;position:relative;z-index:1}.elemento.aparece{opacity:1;transform:translateY(0)}