/**
	Theme Name: Goya Child Theme
	Description: This is a child theme of Goya.
	Template: goya
	Version: 1.0
	Author: Everthemes
	Author URI: http://themeforest.net/user/luisvelaz
	Tags: responsive-layout, flexible-header, custom-colors, mega-menu, woocommerce, shop, ajax, page-builder, translation-ready, gutenberg
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ==========================================================================
   Ajustes de Diseño Global (Eliminar marco blanco del sitio)
   ========================================================================== */

/* Elimina el espacio/borde de 30px (Framed Layout) alrededor de toda la web */
body.goya-framed {
  padding: 0 !important;
}

/* Ajusta el margen superior del encabezado si es necesario */
#wrapper {
  margin: 0 !important;
  padding: 0 !important;
}