/*
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------- */

/* =========================
   1. FUENTES LOCALES
   ========================= */



@font-face {
  font-family: 'Inter';
  src: url('/wp-content/themes/Divi-Child/Fonts/Inter-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('/wp-content/themes/Divi-Child/Fonts/Inter-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('/wp-content/themes/Divi-Child/Fonts/Inter-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* =========================
   2. BASE TIPOGRÁFICA
   ========================= */

html {
  font-size: 100%; /* 16px */
}

body {
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 400;
  font-size: 1rem; /* 16px */
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

/* =========================
   3. TITULARES CON CLAMP
   ========================= */

/* H1 grande y fluido: entre ~2.2rem en móviles y ~3rem en pantallas grandes */
h1 {
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(2.2rem, 4vw + 1rem, 2.986rem);
  line-height: 1.1;
  margin: 0 0 0.6em 0;
}

/* H2 equilibrado: entre ~1.9rem y ~2.5rem */
h2 {
  font-weight: 600;
  font-size: clamp(1.9rem, 3vw + 0.5rem, 2.488rem);
  line-height: 1.2;
  margin: 0 0 0.6em 0;
}

/* H3 compacto: entre ~1.6rem y ~2rem */
h3 {
  font-weight: 600;
  font-size: clamp(1.6rem, 2.5vw + 0.4rem, 2.074rem);
  line-height: 1.3;
  margin: 0 0 0.5em 0;
}

/* Subtítulos y secciones menores */
h4, h5, h6 {
  font-weight: 500;
  font-size: clamp(1.25rem, 2vw + 0.3rem, 1.5rem);
  line-height: 1.4;
  margin: 0 0 0.5em 0;
}

/* =========================
   4. TEXTOS BASE
   ========================= */

p, li, span, input, textarea, button {
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 0 1em 0;
}

/* =========================
   5. TIPOS ESPECIALES
   ========================= */

strong, b {
  font-weight: 700;
}

em, i {
  font-style: italic;
}

small {
  font-size: 0.875rem;
  line-height: 1.4;
}

/* ===== 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 */
}



