/*
Theme Name:   Gerardo Montecinos Child
Theme URI:    https://gerardomontecinos.com
Description:  Tema hijo de Astra para gerardomontecinos.com
Author:       Gerardo Montecinos
Author URI:   https://gerardomontecinos.com
Template:     astra
Version:      1.0.0
License:      GNU General Public License v2 or later
Text Domain:  gerardo-child
*/

/* =============================================
   VARIABLES GLOBALES
   ============================================= */
:root {
  --gm-verde:       #1a6b4a;
  --gm-verde2:      #22896a;
  --gm-verde-light: #5fd4a0;
  --gm-dark:        #0d1f17;
  --gm-dark2:       #122a1e;
  --gm-dark3:       #0f1e16;
  --gm-card-dark:   #1a2e22;
  --gm-border-dark: #2a4535;
  --gm-text-muted:  #9aab9e;
}

/* =============================================
   RESET ASTRA
   ============================================= */
body { margin: 0; padding: 0; font-family: 'Inter', sans-serif; }
.ast-container { max-width: 100% !important; padding: 0 !important; }
#ast-fixed-header-wrap { display: none; }
.site-header { display: none; }
.site-footer { display: none; }
#page { padding-top: 0 !important; }
