/* Hacer que el contenedor principal de Astra sea transparente */
.ast-separate-container .ast-article-post,
.ast-separate-container .ast-article-single,
.site-content,
#content,
.ast-container {
background-color: transparent !important;
background-image: none !important;
}
/* Asegurar que el cuerpo de la web muestre el fondo que elegiste */
body {
background-attachment: fixed;
}
