/*
Theme Name: GQ Child Theme
Version: 2.0
Description: Basic Child Theme by Guadrón Quijano S.A.S. de C.V.
Author: Luis Guadrón
Template: Divi
Author URL: https://guadronquijano.com
*/
 
/*------- Theme Customizations------- */

/* ===== FIX PARA DIVI (FOTOS DE ESPACIOS) ===== */
.et-l--header {
  z-index: 99999 !important; /* asegura que el header de Divi Builder quede arriba */
}

#page-container,
#main-content {
  position: relative !important;
  z-index: 1 !important; /* empuja todo el contenido por debajo del header */
}
