.elementor-kit-5{--e-global-color-primary:#2A2A2A;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#C1D101;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 button:hover,.elementor-kit-5 button:focus,.elementor-kit-5 input[type="button"]:hover,.elementor-kit-5 input[type="button"]:focus,.elementor-kit-5 input[type="submit"]:hover,.elementor-kit-5 input[type="submit"]:focus,.elementor-kit-5 .elementor-button:hover,.elementor-kit-5 .elementor-button:focus{background-color:#A1B300;color:#FFFFFF;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{color:#A1B300;border-style:solid;border-color:#A1B300;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//***
* class: .sticky-header
*/
header.sticky-header {
	--header-height: 100px;
	--shrink-header-to: 0.6;
	--transition: .45s cubic-bezier(.4, 0, .2, 1);
	background-color: #fbfbfb;
	transition: background-color var(--transition),
				backdrop-filter var(--transition),
				box-shadow var(--transition);
}

/***
* Sticky header activated
*/
header.sticky-header.elementor-sticky--effects {
	background-color: rgba(244, 245, 248, .8);
	box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}
header.sticky-header > .elementor-container {
	min-height: var(--header-height);
	transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects > .elementor-container {
	min-height: calc( var(--header-height) * var(--shrink-header-to) );
}

/***
* Shorter header on mobile (70px instead of 100px)
*/
@media only screen and (max-width: 767px) {
	header.sticky-header {
		--header-height: 70px;
	}
}

/***
* class: .logo
*/
header.sticky-header .logo img {
	transition: transform var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
	transform: scale(.6);
}
/* SeparadoresCajas distribuidores
*/
.separador-cajas-distribuidores{
    width: 30%;
}
.color-verde-italic{
    color:#c3d500;
    font-family: "Baskerville","Palatino Linotype","Palatino","Times New Roman",serif;
    font-style: italic;
    font-size: 1.3em;
    line-height: 0.5em;
    font-weight: normal;
}
/*TEMPORAL*/
/*Quitar boton de compra*/
.single_add_to_cart_button{
    display: none !important;
}
/*Quitar precio vista categoria*/
.woocommerce-Price-amount{
    display: none !important;
}
/*Quitar el Limpiar de las variables de productos*/
a.reset_variations{
    display: none !important;
}
/*Fondo de los campos del formulario gris*/
.campo-form > span > input{
    border-color: #e1e1e1 !important;
    background-color: #fcfcfc !important;
}
.campo-form > span > textarea{
    border-color: #e1e1e1 !important;
    background-color: #fcfcfc !important;
}
/*Color nombre producto vista categoría con el Hover*/
.woocommerce-loop-product__title{
    color:#2c2c2c;
}
.woocommerce-loop-product__title:hover{
    color:#000;
    text-decoration: underline;
    text-decoration-color:#C1D101; 
    text-decoration-thickness: 2px;
    transition: text-decoration linear 0.5s;
}
.add_to_cart_button{
    display: none !important;
}
/*Hacer más gruesa la letra del boton de enviar del formulario de contacto*/
input.wpcf7-form-control{
    font-weight: 500;
}
/*Titulo Categorias Acordeón*/
.titulo-categoria-acordeon:hover > div > h1{
    transition: color linear 0.5s;
}
.titulo-categoria-acordeon:hover > div > h1{
    color: #000 !important;
    
}
/*Enlaces MailTo y tel de la página de Inicio*/
.enlaces-contact{
    font-weight: 600;
    color:#7a7a7a;
}
/*Puesto 31-01-2023*//* End custom CSS */