/* Estilos para la landing page */
.wrapper.has-section-bg {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    min-height: 100vh;
}

body {
    margin: 0;
}

.landing-link {
    position: fixed;
    inset: 0;
    z-index: 10;
    cursor: pointer;
}