/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 30 2025 | 20:04:50 */
.centered-container-layout {
  max-width: 900px; /* Ajusta según tu diseño */
  margin: 0 auto;    /* Centra el contenido */
  padding: 0 1rem;   /* Espaciado lateral en móviles */
  box-sizing: border-box;
}

