.maestra-header{align-items:center;display:flex;justify-content:center;padding:1rem 1.5rem;position:relative;width:100%}.maestra-header__back{color:var(--cPrimary);cursor:pointer;font-size:var(--text-sm-font-size);left:1.5rem;position:absolute}.maestra-header__back span{font-weight:var(--fwSemiBold)}.maestra-header__back:hover{color:var(--cPrimaryH)}.maestra-header__brand,.maestra-header__logo-name{align-items:center;display:flex;gap:.5rem}.maestra-header__logo-name{flex-direction:row}.maestra-header .maestra-logo-responsive{transform:translateY(4px)}@media(max-width:991.98px){.maestra-header .maestra-logo-responsive{transform:translateY(3px)}}.maestra-header__name{color:var(--cPrimaryText);font-size:var(--text-xl-font-size);font-weight:var(--fwBold)}.maestra-header__divider{color:var(--cTertiaryText);font-weight:var(--fwLight);margin:0 .25rem}.maestra-header__title{color:var(--cSecondaryText);font-size:var(--text-xl-font-size);font-weight:var(--fwSemiBold)}.maestra-header__actions{align-items:center;display:flex;gap:.5rem;position:absolute;right:1.5rem}@media(max-width:799.98px){.maestra-header{padding:.5rem 1rem .25rem}.maestra-header__back{left:1rem}.maestra-header__actions{right:1rem}.maestra-header__name,.maestra-header__title{font-size:var(--text-base-font-size)}}@media(max-width:575.98px){.maestra-header__back span{display:none}}