/*
Theme Name: [Sualpe] Hello Elementor Child
Theme URI: -
Description: Hello Elementor Child Theme
Author: Grupo Active
Author URI: https://grupoactive.es/es/
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: hello-elementor-child
*/

:root {
	/* COLOURS */
	--white: #fff;
	--green-ok: #a3cb38;
	--red-ok: #e74c3c;
	--yellow-ok: #f39c12;

	--red: #e30613;
	--red-dark: #a1020c;
	--black: #181818;
	--grey-600: #7b7d7b;
	--grey-300: #bfbfbf;

	/* elementor */
	--e-global-color-primary: #323b8c;
	--e-global-color-secondary: #929396;
	--e-global-color-text: #444444;
	--e-global-color-accent: #ffcc00;
	--e-global-color-cf12eda: #232855;
	--e-global-color-867a5c7: #323b8c8d;
	--e-global-color-55b71fc: #ffffff;
	--e-global-color-cd18789: #ffffff8d;
	--e-global-color-5807fec: #ffffff38;
	--e-global-color-4db9e99: #000000;
	--e-global-color-74f9b0e: #0000008d;
	--e-global-color-185fc3a: #00000038;
	--e-global-color-cd7b187: #f4f4f4;
	--e-global-color-d854d60: #181818;
}

@media screen and (max-width: 767px) {
}

/* ---------------------------------------------------------- */
/* ------------------------------------------- MENU PRINCIPAL */
/* ---------------------------------------------------------- */
.menu-principal ul li a {
	text-transform: uppercase !important;
}
/* ---------------------------------------------------------- */
/* ------------------------------------------- HOME --------- */
/* ---------------------------------------------------------- */
/* --------------------- FABRICAS */
.home-cont-fabricas .cont-fabricas .elementor-loop-container.elementor-grid {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.home-cont-fabricas
	.cont-fabricas
	.elementor-loop-container.elementor-grid
	.e-loop-item {
	width: 22%;
}
@media screen and (max-width: 1280px) {
	.home-cont-fabricas
		.cont-fabricas
		.elementor-loop-container.elementor-grid
		.e-loop-item {
		width: 31%;
	}
}
@media screen and (max-width: 970px) {
	.home-cont-fabricas
		.cont-fabricas
		.elementor-loop-container.elementor-grid
		.e-loop-item {
		width: 48%;
	}
}
@media screen and (max-width: 390px) {
	.home-cont-fabricas
		.cont-fabricas
		.elementor-loop-container.elementor-grid
		.e-loop-item {
		width: 98%;
	}
}
/* HOVER */
.hover-fabricas-home {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	cursor: pointer;
}
/* ---------------------------------------------------------- */
/* ------------------------------------------- FABRICAS ----- */
/* ---------------------------------------------------------- */
/* --------------------- MENU */
@media screen and (max-width: 390px) {
	.cont-menu-fabricas .menu-fabricas nav ul li a {
		font-size: 12px !important;
	}
}

/* ----------------------------------------------------- */
/* ------------------------------------------- ELEMENTOS */
/* ----------------------------------------------------- */
.cont-menu-fabricas .menu-fabricas nav ul li a {
	cursor: pointer;
}
.menu-anchor--active {
	background-color: var(--e-global-color-primary);
	color: var(--white) !important;
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

/* ----------------------------------------------------- */
/* ------------------------------------------- PRODUCTOS */
/* ----------------------------------------------------- */
/* --------------------- SINGLE */
/* BREADCRUMB */
.product-breadcrumb ul li a span {
	color: var(--e-global-color-867a5c7) !important;
}
.product-breadcrumb ul li a span:hover {
	color: var(--e-global-color-cf12eda) !important;
}

