/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 21 2025 | 01:40:50 */
/* Eliminar Márgenes Y Padding Globales */
.Wp-Site-Blocks,
.Entry-Content,
.Wp-Block-Group,
.Wp-Block-Post-Content,
Body.Page {
    margin: 0 !Important;
    padding: 0 !Important;
}

/* Quitar Márgenes Laterales Forzados */
html, body {
    overflow-X: Hidden;
}