/*
Theme Name:	ASESORÍA MORCILLO
Theme URI:	http://asesoriamorcillo.es
Author: 	Agencia Visual
Author URI: 	http://agenciavisual.es
Description:	Theme para ASESORÍA MORCILLO basado en Multitheme AV
Template:	agenciavisual
Version: 	1.0
*/

/* Theme customization starts here
-------------------------------------------------------------- */

.morcillo-seo-page {
	font-size: 17px;
	line-height: 1.72;
}

.morcillo-seo-hero {
	align-items: center;
	background: linear-gradient(110deg, rgba(31, 63, 139, .92), rgba(31, 63, 139, .62)), var(--morcillo-hero-image);
	background-position: center;
	background-size: cover;
	color: #fff;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1.3fr) minmax(260px, .7fr);
	margin: -10px calc(50% - 50vw) 46px;
	padding: 76px max(32px, calc((100vw - 1180px) / 2)) 70px;
}

.morcillo-seo-hero h1,
.morcillo-seo-hero p {
	color: #fff;
	margin: 0;
}

.morcillo-seo-hero h1 {
	font-size: 42px;
	line-height: 1.15;
	margin-bottom: 18px;
}

.morcillo-seo-hero .eyebrow {
	color: #f07a00;
	font-weight: 700;
	letter-spacing: .04em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.morcillo-hero-card {
	background: rgba(255, 255, 255, .96);
	border-radius: 8px;
	color: #26344d;
	padding: 28px;
}

.morcillo-hero-card strong {
	color: #1f3f8b;
	display: block;
	font-size: 22px;
	margin-bottom: 10px;
}

.morcillo-seo-section {
	margin: 46px 0;
}

.morcillo-seo-section h2 {
	color: #333;
	font-size: 30px;
	margin-bottom: 18px;
}

.morcillo-service-grid,
.morcillo-link-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 24px;
}

.morcillo-service-card,
.morcillo-link-card {
	background: #fff;
	border: 1px solid #e5e8ef;
	border-radius: 8px;
	padding: 24px;
}

.morcillo-service-card .icon {
	color: #f07a00;
	display: block;
	font-size: 32px;
	line-height: 1;
	margin-bottom: 12px;
}

.morcillo-service-card h3,
.morcillo-link-card h3 {
	color: #1f3f8b;
	font-size: 21px;
	margin: 0 0 10px;
}

.morcillo-location-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 20px;
}

.morcillo-location-list span {
	background: #f2f5fb;
	border: 1px solid #dbe3f2;
	border-radius: 999px;
	color: #1f3f8b;
	font-weight: 700;
	padding: 8px 14px;
}

.morcillo-cta {
	background: #1f3f8b;
	border-radius: 8px;
	color: #fff;
	margin: 48px 0;
	padding: 34px;
	text-align: center;
}

.morcillo-cta h2,
.morcillo-cta p {
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	max-width: 780px;
}

.morcillo-button {
	background: #f07a00;
	border-radius: 6px;
	color: #fff !important;
	display: inline-block;
	font-weight: 700;
	margin-top: 14px;
	padding: 13px 24px;
	text-decoration: none;
	text-transform: uppercase;
}

.morcillo-note {
	border-left: 4px solid #f07a00;
	margin: 28px 0;
	padding: 6px 0 6px 20px;
}

@media (max-width: 900px) {
	.morcillo-seo-hero,
	.morcillo-service-grid,
	.morcillo-link-grid {
		grid-template-columns: 1fr;
	}

	.morcillo-seo-hero {
		padding-top: 54px;
	}

	.morcillo-seo-hero h1 {
		font-size: 34px;
	}
}
