.stickyHeader-on .stickyHeader {
    position: -webkit-sticky;
    position: sticky;
    z-index: 10;
    top: 0;
}

header {
    background-color: inherit;
    text-transform: uppercase;
}
header .flex {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.header-logo img {
    display: block;
}
.duaMenu {
    margin-left: auto;
    font-weight: 700;
}
.duaMenu-root > .duaMenu-link {
    width: 8rem;
    height: 8rem;
    background-color: var(--dark);
    -webkit-mask-image: url('../../images/icons/menu-root.svg');
    mask-image: url('../../images/icons/menu-root.svg');
    -webkit-mask-size: auto 4rem;
    mask-size: auto 4rem;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}
.header-redes {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.header-redes .mdi + .mdi {
    margin-left: 6rem;
}
.header-redes .mdi {
    font-size: 7.5rem;
    line-height: 1;
}
.header-redes .mdi:before {
    display: block;
}

@media (min-width: 768px) {
    header {
        margin-bottom: 8.5rem;
    }
    header .flex {
        height: 32.5rem;
    }
    .header-logo img:first-child {
        width: 12rem;
    }
    .header-logo img:last-child,
    .header-redes,
    .header-copyright {
        display: none;
    }
    .duaMenu-niv1 > nav > .duaMenu-elem + .duaMenu-elem {
        margin-left: 6.25rem;
    }
    .duaMenu-link,
    .duaMenu-sub {
        border-top: 0.5rem solid transparent;
        border-bottom: 0.5rem solid transparent;
    }
    .duaMenu-elem-act > .duaMenu-link,
    .duaMenu-elem-act > .duaMenu-sub {
        border-bottom-color: inherit;
    }
}
@media (max-width: 767px) {
    header {
        margin-bottom: 2.5rem;
    }
    header .flex {
        height: 15rem;
    }
    .header-logo img:first-child {
        display: none;
    }
    .header-logo img:last-child {
        width: 25.25rem;
    }
    .duaMenu-root > .duaMenu-link {
        display: block;
    }
    .duaMenu-on .duaMenu-root > .duaMenu-link {
        -webkit-mask-image: url('../../images/icons/menu-close.svg');
        mask-image: url('../../images/icons/menu-close.svg');
    }
    .duaMenu-niv1,
    .duaMenu-niv1 a,
    .duaMenu-niv1 .duaMenu-link,
    .duaMenu-niv1 .duaMenu-sub {
        color: var(--light);
    }
    .duaMenu-niv1 {
        padding-top: 18rem;
        background-color: var(--dark);
        text-align: center;
        overflow-y: auto;
    }
    .duaMenu-niv1:before {
        content: '';
        width: 25.25rem;
        height: 21.75rem;
        margin: 0 auto 9.5rem;
        background-image: url('../../images/icons/logo-vertical-light.svg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        display: block;
    }
    .duaMenu-niv1 > nav {
        padding-bottom: 18rem;
    }
    .duaMenu-niv1 .duaMenu-elem + .duaMenu-elem {
        margin-top: 3rem;
    }
    .header-redes,
    .header-copyright {
        margin-top: 10rem;
    }
    .header-copyright {
        font-size: 3.5rem;
        font-weight: 400;
        text-transform: none;
    }
}