/**
 * Cover Section
 */

.section-fullscreen .logo-light {
    margin-top: -8rem;
    max-width: 260px;
    width: 68%;
}

/**
 * Whatsapp Call to Action
 */

.whatsapp-cta {
    bottom: 20px;
    position: fixed;
    right: 20px;
    transform: translateY(0);
    transition: ease-out 0.12s;
    z-index: 998;
}

.whatsapp-cta.whatsapp-show {
    transform: translateY(-60px);
}

/**
 * Social button twitch
 */
.button-circle.button-circle-social-twitch {
    background: #9146ff;
}

/**
 * Footer Logo
 */
footer .logo {
    max-width: 100px;
}

@media (min-width: 48rem) {

    .section-fullscreen .logo-light {
        margin-top: -2.5rem;
    }

}