.w-webflow-badge {
    display: none !important;
}

.ento-no-sabes-o-que-estas-a-perder-after {
    text-align: center;
    font-size: 28px;
    line-height: 100%;
    color: black;
    font-family: Archivgrotesk, Arial, sans-serif;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    text-decoration: none;
    z-index: 998;
}

@media screen and (min-width: 479px) {
    #mobile-structure-after,
    .ento-no-sabes-o-que-estas-a-perder-after {
        display: none !important;
    }
}

@media screen and (max-width: 479px) {
    #mobile-structure-before,
    .ento-no-sabes-o-que-estas-a-perder {
        display: none !important;
    }

}

#menu__toggle {
    opacity: 0;
    opacity: 0;
    position: fixed; 
    top: -9999px;    
    left: -9999px;
}

#menu__toggle:checked ~ .menu__btn > span {
    transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
    top: 0;
    transform: rotate(0);
}
#menu__toggle:checked ~ .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
    visibility: visible;
    right: 0;
}

.menu__btn {
    display: flex;
    align-items: center;
    position: fixed;
    top: 20px;
    right: 32px;

    width: 26px;
    height: 26px;

    cursor: pointer;
    z-index: 1000;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
    display: block;
    position: absolute;

    width: 100%;
    height: 2px;

    background-color: #000;

    transition-duration: .25s;
}
.menu__btn > span::before {
    content: '';
    top: -8px;
}
.menu__btn > span::after {
    content: '';
    top: 8px;
}

.menu__box {
    display: block;
    position: fixed;
    visibility: hidden;
    top: 0;
    right: -100%;
    width: 200px;
    height: 100%;
    margin: 0;
    padding: 80px 0;
    list-style: none;
    background-color: #FFFFFF;
    box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
    transition-duration: .25s;
    z-index: 999;
}

.menu__item {
    display: block;
    padding: 12px 24px;
    text-align: center;
    color: #000;
    font-family: Archivgrotesk, Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition-duration: .25s;
}

.menu__item:hover {
    background-color: #CFD8DC;
}

.scroll-to-top {
    text-decoration: none;
    background: #33962A; 
    display: none; 
    justify-content: center; 
    align-items: center; 
    width: 50px; 
    height: 50px; 
    border-radius: 50%; 
    position: fixed; 
    bottom: 20px; 
    right: 20px; 
    cursor: pointer; 
    box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
}