html {
    scroll-behavior: smooth;
}

.wp-block-template-part {
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
}
#inicio, #instalaciones, #renovables, #climatizacion, #reformas {
    scroll-margin-top: 150px;
}

@media screen and (max-width: 600px) {
    .dont-show-mobile {
        display: none !important;
    }
    .mobile_view .wp-block-group, .mobile_view .wp-block-navigation {
        justify-content: center;
    }
    #inicio, #instalaciones, #renovables, #climatizacion, #reformas {
        scroll-margin-top: 200px;
    }
}