/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Template: generatepress
Author: Tom Usborne
Author URI: https://generatepress.com/about
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS, and is translated into over 25 languages by our amazing community of users. A few of our many features include 60+ color controls, powerful dynamic typography, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover), and 9 widget areas. Learn more and check out our powerful premium version at https://generatepress.com
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 3.6.0.1764059142
Updated: 2025-11-25 08:25:42

*/

/* Formulario CF7 a 2 columnas responsive */
#responsive-form{
	max-width:80% /*-- puedes cambiar esto si quieres otro ancho del formulario --*/;
	margin:0 auto;
        width:100%;
}
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}

//*Pagina de producto*//
div.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled h2 {
	display: none;
}

div.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab h2 {
	display:none;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	padding: 0 50px 0 0;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
	display:none !important;
}
h1.product_title.entry-title {
	font-size: 32px !important;
}
img.emoji {
	max-width: 22px !important;
}

h1.woocommerce-products-header__title.page-title {
	display:none;
}
.woocommerce-variation-price {
	display:none;
} 

.row {
	display:flex !important;
}
.woocommerce-variation-description {
	margin: 0 0 0 47px;
}

/*Menu*/
/*Submenu manipulado papel*/
.gb-sub-menu-sm2d63c2 {
	width:346px !important;
	margin-right:0px !important;
}
/*Color menú*/
.gb-sub-menu-sm40b274 .menu-item {
	background-color: #ffff !important;
	color: #575760 !important;
}

/*Menu soportes de impresion*/
.gb-sub-menu-sm40b274 {
	width: 334px !important;
}
/*Menu packagig*/
.gb-element-f2473c3b {
margin-top: 0px !important
}
#menu-item-350 {
	width: 150px;
}

/*Entradas*/
.entry-meta {
	display: none;
}

/* Ocultar cualquier elemento de "trigger" o lupa dentro de la galería */
.zoomImg {
    display: none !important;
}

.woocommerce-product-gallery__image {
    pointer-events: none;
}
.product_video_iframe_light.nickx-popup.nfancybox-media {
	display:none;
}

.product .woocommerce-product-gallery a.woocommerce-product-gallery__trigger,
.product .single-product-gallery__trigger {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

/*Ocultar menú por defecto*/
.gb-site-header.gb-site-header-cc49e61b {
    display: none !important;
}
/*Overlay panels mega mennu*/
/*Overlay corte*/
#gb-overlay-296 {
	top:56px !important;
}
/*Overlay Encuadernación*/
#gb-overlay-328
{
	top:85px !important;
}
#gb-overlay-2477 {
	top: 100px !important;
}
#gb-overlay-2477 {
	top: 88px !important; 
}
/*Overlay Plastificado, Laminado, Barnizado*/
#gb-overlay-332 {
	top: 19px !important;
}
#gb-overlay-3469 {
	top: 20px !important;
}
#gb-overlay-3472 {
	top: 52px !important;
	
}
#gb-overlay-3474 {
	top:20px !important;
}
#gb-overlay-3478 {
	top:79px !important;
}

#gb-overlay-2483 {
	top:38px !important;
}


/*Menu separadores*/
hr.wp-block-separator {
	margin-top:0px !important;
	margin-bottom:0px !important;
}

/*Blog*/
/* Ocultar las migas de pan de WooCommerce solo en las entradas del blog */
.single-post .woocommerce-breadcrumb {
    display: none !important;
}
/* Ocultar las migas de pan de WooCommerce solo en categorías del blog */
.category .woocommerce-breadcrumb {
    display: none !important;
}
/*Titulo entradas*/
.single .entry-title {
	margin-top:20px;
}

/*Menú movil*/
.gb-menu-container-a39d1fca.gb-menu-container--mobile {
    background-color: #ffffff !important;
	color: #282828 !important;
}
/*Tablas comparativas gamas*/
tr {
	text-align:left;
}

/*Barra lateral izquierda*/
.widget-area .widget {
    padding-top: 10px !important;    /* Espacio arriba */
    padding-bottom: 10px !important; /* Espacio abajo */
    padding-left: 30px !important;   /* Espacio izquierda */
    padding-right: 40px !important;  /* Espacio derecha */
}
/*Migas de pan*/
.woocommerce-breadcrumb {
	margin-bottom: 20px !important;
	margin-top: 20px !important;
}

/*Etiquetas de descuentos por volumen*/
/* Preparamos el contenedor de GeneratePress */
.woocommerce ul.products li.product {
    position: relative !important;
}

/* Centrado perfecto de la etiqueta */
.badge-tiered-pricing {
    position: absolute !important;
    top: 15px !important; /* Distancia desde el borde superior */
    left: 50% !important; /* Lo mueve al centro exacto */
    transform: translateX(-50%) !important; /* Eje de coordenadas para centrarlo al 100% */
    background-color: #db5400 !important;
    color: #ffffff !important;
    padding: 6px 14px !important;
    font-size: 11px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    border-radius: 4px !important;
    z-index: 99 !important;
    white-space: nowrap !important; /* Evita que el texto se rompa en dos líneas */
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    pointer-events: none;
}

