header{border-radius:0 0 38px 38px;position:fixed;top:0;left:0;right:0;z-index:30;height:auto;background:var(--color-gray);border-bottom:1px solid rgba(255,255,255,7%);display:flex;align-items:center;padding:1rem 6rem;gap:2rem;box-shadow:0 0 0 1px rgba(200,162,74,6%),0 8px 32px rgba(0,0,0,.4),inset 0 1px rgba(255,255,255,4%);transition:background .4s ease,box-shadow .4s ease,border-color .4s ease,padding .4s ease,border-radius .4s ease}header.header--transparent{background:0 0;border-bottom-color:transparent;box-shadow:none;border-radius:0;padding-top:1.5rem;padding-bottom:1.5rem}.header__layout{display:flex;width:100%;justify-content:space-between;align-items:center}.header__layout h1{font-family:alex brush,cursive;font-size:2.5rem;font-weight:400;color:#fff}.header__layout h1 span{font-family:host grotesk,sans-serif;color:var(--color-gold)}.header__layout nav{display:flex;gap:25px;align-items:center}.header__layout nav,.header__layout nav li{list-style:none;margin:0;padding:0}.header__layout img{width:40px;height:auto}.header__actions{display:flex;align-items:center}.header__hamburger{display:none;flex-direction:column;justify-content:center;gap:7px;width:32px;height:28px;cursor:pointer}.bar-top{display:block;width:100%;height:2px;background:#fff;border-radius:2px;transform-origin:center;transition:transform .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.bar-bot{display:block;width:55%;height:2px;background:#fff;border-radius:2px;transform-origin:center;transition:transform .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}#menu-toggle:checked~.header__layout .bar-top{transform:translateY(4.5px)rotate(45deg)}#menu-toggle:checked~.header__layout .bar-bot{width:100%;transform:translateY(-4.5px)rotate(-45deg)}.menu-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:20;cursor:default}#menu-toggle:checked~.menu-overlay{display:block}.header__desplegable{width:220px;position:fixed;top:90px;right:6rem;border-radius:20px;flex-direction:column;background-color:var(--color-gray);border:1px solid rgba(200,162,74,.15);box-shadow:0 0 0 1px rgba(200,162,74,6%),0 16px 40px rgba(0,0,0,.5),inset 0 1px rgba(255,255,255,4%);z-index:30;display:flex;opacity:0;pointer-events:none;transform:translateY(-8px);transition:opacity .25s ease,transform .25s ease}#menu-toggle:checked~.header__desplegable{opacity:1;pointer-events:auto;transform:translateY(0)}.header__desplegable nav{display:flex;list-style:none;gap:20px;flex-direction:column;align-items:center;padding:1rem}.button__movile{display:none;justify-content:center;margin-bottom:1rem}@media(max-width:1200px){.header__layout nav{display:none}.header__actions{gap:20px}.header__hamburger{display:flex}.header__desplegable{right:6rem}}@media(max-width:992px){header{padding:1rem 3rem}.header__desplegable{right:3rem}}@media(max-width:768px){header{border-radius:0 0 28px 28px;padding:1rem 2rem}.header__layout h1{font-size:2rem}.header__layout h1 span{font-size:2rem}.header__desplegable{right:2rem}}@media(max-width:520px){header{border-radius:0 0 20px 20px;padding:1rem}.header__actions .button1{display:none}.header__desplegable{right:1rem;top:80px}.button__movile{display:flex;flex-direction:column;justify-content:center;margin-bottom:1rem}}