/**
 * CSS migrado desde Simple Custom CSS and JS (snippet ID 24 / 24.css).
 * Antes vivía en wp-content/uploads/custom-css-js/24.css.
 * Incluido en el tema hijo para no depender del plugin custom-css-js.
 *
 * @package Astra-Child
 */

/* Ocultar título de entrada por defecto (páginas Elementor) */
.entry-title {
	display: none !important;
}

.header-info h2 {
	font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	margin: 0;
	font-size: 50px;
	line-height: 1.2;
}

.header-info p {
	font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	margin: 0;
	font-size: 30px;
	line-height: 1.2;
}

.header-info h2 {
	font-family: 'Roboto', sans-serif !important;
	font-size: 70px !important;
}

/* 1. Sección hero */
.header-info {
	padding: 60px 20px;
	border-radius: 20px;
	margin-bottom: 40px;
}

.header-info h2 {
	font-size: 2.5rem;
	line-height: 1.2;
	margin-bottom: 20px;
}

/* 2. Sección Gestión integral */
.gestio-integral {
	background-color: #fdf6f6;
	padding: 60px 0 !important;
}

.contrafoc-curs-section-title {
	color: #E72B2F !important;
	font-size: 2.2rem;
	font-weight: 800;
	margin-bottom: 10px;
}

/* 3. Tarjetas gestio-item */
.gestio-integral .gestio-item {
	padding: 30px !important;
	background-color: #ffffff;
	border: none !important;
	border-radius: 24px;
	box-shadow: 0 10px 30px rgba(231, 43, 47, 0.08);
	transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
}

.gestio-integral .gestio-item:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 40px rgba(231, 43, 47, 0.12);
}

.gestio-integral .gestio-item h3 {
	color: #E72B2F;
	font-size: 1.4rem;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}

.gestio-item ul li {
	margin-bottom: 12px;
	list-style-type: none;
	position: relative;
	padding-left: 20px;
}

.gestio-item ul li::before {
	content: "•";
	color: #E72B2F;
	font-weight: bold;
	position: absolute;
	left: 0;
}

.gestio-item p,
.gestio-item ul {
	padding: 0 !important;
	margin: 0 !important;
}

/* 4. Cumplimiento normativo */
.compliment-normatiu {
	background-color: #ffffff !important;
	padding: 40px !important;
	border-radius: 30px;
	border-left: 6px solid #E72B2F;
	margin: 40px 0;
}

.compliment-normatiu h2 {
	color: #E72B2F;
	font-weight: 700;
}

.compliment-normatiu .highlight {
	background-color: rgba(231, 43, 47, 0.08);
	color: #c41f23;
	padding: 2px 8px;
	border-radius: 4px;
	font-weight: bold;
}

.compliment-normatiu li {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 1.1rem;
	margin-bottom: 15px;
}

.compliment-normatiu li img.emoji {
	width: 22px;
	height: 22px;
}

/* 5. Sección final Elementor */
.elementor-element-22f6b83 {
	padding: 80px 10% !important;
}

.elementor-element-22f6b83 h2 {
	font-weight: 800;
	color: #E72B2F;
	margin-bottom: 25px;
}

.elementor-element-22f6b83 p {
	font-size: 1.15rem;
	line-height: 1.8;
	color: #555;
}

/* Botones Elementor (marca) */
.elementor-button {
	background-color: #E72B2F !important;
}

.elementor-button:hover {
	background-color: #000 !important;
}

@media (max-width: 768px) {
	.e-grid {
		grid-template-columns: 1fr !important;
	}

	.header-info h2 {
		font-size: 1.8rem;
	}
}
