/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Apr 01 2026 | 20:11:24 */
/* Borrar barra superior, idiomas de Polylang e iconos sociales */
#header_meta, 
.header_meta, 
.social_bookmarks, 
.lang-item, 
.language-switcher-container,
#header .widget_polylang {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
}

/* Forzar que el logo y menú lateral suban al borde */
.html_header_sidebar #top #header {
    padding-top: 0 !important;
    margin-top: 0 !important;
}