:root {
	--gpm-blue: #082d82;
	--gpm-blue-dark: #031d5d;
	--gpm-red: #ed1622;
	--gpm-white: #ffffff;
	--gpm-light: #f5f7fb;
	--gpm-text: #1c2843;
	--gpm-muted: #65708a;
	--gpm-border: #dfe5ef;
	--gpm-green: #16a34a;
	--gpm-heading: "Montserrat", sans-serif;
	--gpm-body: "Poppins", sans-serif;
	--gpm-shadow: 0 18px 45px rgba(7, 32, 85, 0.13);
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	color: var(--gpm-text);
	background: var(--gpm-white);
	font-family: var(--gpm-body);
	overflow-x: hidden;
}

body.gpm-menu-open {
	overflow: hidden;
}

a {
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

h1,
h2,
h3,
h4 {
	font-family: var(--gpm-heading);
}

.gpm-container {
	width: min(calc(100% - 36px), 1240px);
	margin-inline: auto;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* Header */

.gpm-header {
	position: sticky;
	top: 0;
	background: rgba(255, 255, 255, 0.98);
	border-bottom: 1px solid var(--gpm-border);
	box-shadow: 0 5px 25px rgba(0, 27, 79, 0.07);
	z-index: 9990;
}

.admin-bar .gpm-header {
	top: 32px;
}

.gpm-header__inner {
	display: flex;
	align-items: center;
	gap: 28px;
	min-height: 88px;
}

.gpm-header__logo {
	flex: 0 0 auto;
}

.gpm-header__logo .custom-logo {
	width: 150px;
	max-width: 150px;
	max-height: 72px;
	object-fit: contain;
}

.gpm-nav {
	margin-left: auto;
}

.gpm-menu {
	display: flex;
	align-items: center;
	gap: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.gpm-menu a {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 88px;
	color: var(--gpm-text);
	font-family: var(--gpm-heading);
	font-size: 13px;
	font-weight: 700;
}

.gpm-menu a::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 22px;
	left: 0;
	height: 3px;
	border-radius: 5px;
	background: var(--gpm-red);
	transform: scaleX(0);
	transition: transform 0.25s ease;
}

.gpm-menu a:hover {
	color: var(--gpm-blue);
}

.gpm-menu a:hover::after,
.gpm-menu .current-menu-item a::after {
	transform: scaleX(1);
}

.gpm-header__whatsapp {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 11px 16px;
	border-radius: 8px;
	background: var(--gpm-red);
	color: var(--gpm-white);
	font-family: var(--gpm-heading);
	font-size: 13px;
	font-weight: 700;
	box-shadow: 0 10px 24px rgba(237, 22, 34, 0.25);
}

.gpm-menu-toggle,
.gpm-mobile-menu {
	display: none;
}

/* Elementor general */

.elementor-page .site-content,
.elementor-page .site-main,
.elementor-page article {
	margin: 0;
	padding: 0;
}

.gpm-e-title {
	padding: 74px 0 28px;
	text-align: center;
}

.gpm-section-heading .elementor-heading-title {
	color: var(--gpm-blue);
	font-size: clamp(27px, 4vw, 38px);
	font-weight: 800;
	text-transform: uppercase;
}

.gpm-section-heading .elementor-heading-title::after {
	content: "";
	display: block;
	width: 44px;
	height: 4px;
	margin: 13px auto 0;
	border-radius: 5px;
	background: var(--gpm-red);
}

.gpm-section-description {
	max-width: 760px;
	margin-inline: auto;
	color: var(--gpm-muted);
}

/* Hero */

.gpm-e-hero {
	position: relative;
	min-height: 650px;
	background-position: center center !important;
	background-size: cover !important;
	overflow: hidden;
}

.gpm-e-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(
			90deg,
			rgba(2, 31, 101, 0.98) 0%,
			rgba(2, 38, 117, 0.94) 39%,
			rgba(3, 38, 109, 0.52) 61%,
			rgba(3, 38, 109, 0.05) 100%
		);
	z-index: 1;
}

.gpm-e-hero > .elementor-container {
	position: relative;
	min-height: 650px;
	align-items: center;
	z-index: 2;
}

.gpm-hero-content > .elementor-element-populated {
	padding: 70px 20px !important;
}

.gpm-hero-title .elementor-heading-title {
	color: var(--gpm-white);
	font-size: clamp(42px, 5.7vw, 76px);
	font-weight: 800;
	line-height: 0.98;
	letter-spacing: -2px;
}

.gpm-hero-title .elementor-heading-title span {
	color: var(--gpm-red);
}

.gpm-hero-description {
	max-width: 590px;
	color: var(--gpm-white);
	font-size: 18px;
	line-height: 1.65;
}

.gpm-hero-description p {
	color: inherit;
}

.gpm-e-hero .elementor-widget-button {
	display: inline-block;
	width: auto;
	margin-right: 10px;
	margin-bottom: 10px;
}

.gpm-button .elementor-button {
	min-height: 50px;
	padding: 16px 23px;
	border: 2px solid var(--gpm-white);
	border-radius: 8px;
	font-family: var(--gpm-heading);
	font-weight: 700;
}

.gpm-button-outline .elementor-button {
	background: transparent;
	color: var(--gpm-white);
}

.gpm-button-white .elementor-button {
	border-color: var(--gpm-red);
	background: var(--gpm-white);
	color: var(--gpm-red);
}

/* Beneficios */

.gpm-e-benefits {
	padding: 34px 0;
	background: var(--gpm-white);
	box-shadow: 0 12px 35px rgba(6, 37, 101, 0.07);
}

.gpm-benefit .elementor-icon-box-wrapper {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 12px 18px;
}

.gpm-benefit .elementor-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: var(--gpm-blue);
	color: var(--gpm-white);
	font-size: 26px;
}

.gpm-benefit .elementor-icon-box-title {
	margin-bottom: 5px;
	color: var(--gpm-blue);
	font-size: 16px;
	font-weight: 800;
}

.gpm-benefit .elementor-icon-box-description {
	color: var(--gpm-muted);
	font-size: 13px;
}

/* Planes */

.gpm-e-plans {
	padding: 10px 0 82px;
}

.gpm-plan-card > .elementor-element-populated {
	height: 100%;
	margin: 10px;
	padding: 34px 30px !important;
	border: 1px solid var(--gpm-border);
	border-radius: 13px;
	box-shadow: var(--gpm-shadow);
	text-align: center;
}

.gpm-plan-blue > .elementor-element-populated {
	background:
		linear-gradient(
			145deg,
			var(--gpm-blue),
			var(--gpm-blue-dark)
		);
	color: var(--gpm-white);
}

.gpm-plan-white > .elementor-element-populated {
	background: var(--gpm-white);
}

.gpm-plan-icon .elementor-icon {
	width: 76px;
	height: 76px;
	border-radius: 50%;
	background: var(--gpm-white);
	color: var(--gpm-blue);
	font-size: 33px;
}

.gpm-plan-white .gpm-plan-icon .elementor-icon {
	background: var(--gpm-red);
	color: var(--gpm-white);
}

.gpm-plan-title .elementor-heading-title {
	color: var(--gpm-blue);
	font-size: 25px;
	font-weight: 800;
	line-height: 1.15;
}

.gpm-plan-blue .gpm-plan-title .elementor-heading-title {
	color: var(--gpm-white);
}

.gpm-plan-list ul {
	margin: 20px 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

.gpm-plan-list li {
	position: relative;
	margin-bottom: 12px;
	padding-left: 24px;
}

.gpm-plan-list li::before {
	content: "✓";
	position: absolute;
	top: 0;
	left: 0;
	color: var(--gpm-red);
	font-weight: 800;
}

.gpm-plan-blue .gpm-plan-list,
.gpm-plan-blue .gpm-plan-list p {
	color: var(--gpm-white);
}

.gpm-plan-button .elementor-button {
	border: 2px solid var(--gpm-red);
	border-radius: 7px;
	background: transparent;
	color: var(--gpm-red);
	font-weight: 700;
}

.gpm-plan-blue .gpm-plan-button .elementor-button {
	border-color: var(--gpm-white);
	color: var(--gpm-white);
}

/* Promoción */

.gpm-e-promo {
	margin-bottom: 74px;
	padding: 20px 28px;
	border-radius: 12px;
	background:
		linear-gradient(
			90deg,
			#e80818,
			#f51c2e
		);
	color: var(--gpm-white);
}

.gpm-promo-title .elementor-heading-title {
	color: var(--gpm-white);
	font-size: 25px;
	font-weight: 800;
}

.gpm-promo-text,
.gpm-promo-text p {
	margin: 0;
	color: var(--gpm-white);
}

.gpm-promo-button .elementor-button {
	border-radius: 7px;
	background: var(--gpm-white);
	color: var(--gpm-red);
	font-weight: 700;
}

/* Cobertura */

.gpm-e-coverage {
	padding: 75px 0;
	background: var(--gpm-light);
}

.gpm-e-coverage .elementor-column:first-child >
.elementor-element-populated {
	padding-right: 35px !important;
}

.gpm-coverage-title .elementor-heading-title {
	color: var(--gpm-blue);
	font-size: clamp(30px, 4vw, 45px);
	font-weight: 800;
	line-height: 1.1;
}

.gpm-map-title .elementor-heading-title {
	padding: 12px;
	border-radius: 8px;
	background: var(--gpm-blue);
	color: var(--gpm-white);
	font-size: 19px;
	text-align: center;
}

.gpm-map-image img {
	width: 100%;
	border-radius: 14px;
	box-shadow: var(--gpm-shadow);
}

.gpm-whatsapp-form {
	display: grid;
	gap: 13px;
}

.gpm-whatsapp-form input,
.gpm-whatsapp-form select,
.gpm-whatsapp-form textarea {
	width: 100%;
	min-height: 48px;
	padding: 12px 15px;
	border: 1px solid var(--gpm-border);
	border-radius: 7px;
	background: var(--gpm-white);
	color: var(--gpm-text);
	font-family: var(--gpm-body);
}

.gpm-whatsapp-form textarea {
	min-height: 100px;
	resize: vertical;
}

.gpm-whatsapp-form input:focus,
.gpm-whatsapp-form select:focus,
.gpm-whatsapp-form textarea:focus {
	border-color: var(--gpm-blue);
	outline: none;
	box-shadow: 0 0 0 4px rgba(8, 45, 130, 0.09);
}

.gpm-whatsapp-form button {
	min-height: 50px;
	border: 0;
	border-radius: 7px;
	background: var(--gpm-blue);
	color: var(--gpm-white);
	font-family: var(--gpm-heading);
	font-weight: 700;
	cursor: pointer;
}

/* Galería */

.gpm-e-gallery {
	padding: 10px 0 82px;
}

.gpm-gallery-image img {
	width: 100%;
	height: 320px;
	border-radius: 10px;
	object-fit: cover;
	box-shadow: 0 12px 30px rgba(6, 35, 91, 0.14);
	transition: transform 0.3s ease;
}

.gpm-gallery-image img:hover {
	transform: translateY(-7px);
}

/* Por qué */

.gpm-e-why-title {
	padding: 45px 0 5px;
	background: var(--gpm-blue);
	text-align: center;
}

.gpm-why-heading .elementor-heading-title {
	color: var(--gpm-white);
	font-size: 31px;
	font-weight: 800;
}

.gpm-why-heading .elementor-heading-title::after {
	content: "";
	display: block;
	width: 45px;
	height: 4px;
	margin: 14px auto 0;
	background: var(--gpm-red);
}

.gpm-e-why {
	padding: 20px 0 52px;
	background: var(--gpm-blue);
}

.gpm-why-item {
	padding: 0 22px;
	border-right: 1px solid rgba(255, 255, 255, 0.25);
	text-align: center;
}

.gpm-e-why .elementor-column:last-child .gpm-why-item {
	border-right: 0;
}

.gpm-why-item .elementor-icon {
	color: var(--gpm-white);
	font-size: 45px;
}

.gpm-why-item .elementor-icon-box-title {
	color: var(--gpm-white);
	font-size: 16px;
	font-weight: 800;
}

.gpm-why-item .elementor-icon-box-description {
	color: rgba(255, 255, 255, 0.84);
	font-size: 13px;
}

/* Contacto */

.gpm-e-contact {
	padding: 80px 0;
}

.gpm-contact-title .elementor-heading-title {
	color: var(--gpm-blue);
	font-size: clamp(28px, 4vw, 43px);
	font-weight: 800;
}

.gpm-contact-image img {
	max-height: 290px;
	border-radius: 12px;
	object-fit: cover;
}

.gpm-form-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 13px;
}

.gpm-contact-form button {
	background: var(--gpm-red);
}

.gpm-contact-whatsapp .elementor-button {
	width: 100%;
	border-radius: 7px;
	background: var(--gpm-green);
	color: var(--gpm-white);
	font-weight: 800;
}

.gpm-contact-card {
	margin-top: 18px;
	padding: 21px;
	border: 1px solid var(--gpm-border);
	border-radius: 10px;
	background: var(--gpm-light);
}

.gpm-contact-card strong {
	color: var(--gpm-blue);
}

.gpm-contact-card p {
	margin: 7px 0;
	font-size: 13px;
}

/* Footer */

.gpm-footer {
	padding-top: 54px;
	background:
		linear-gradient(
			145deg,
			var(--gpm-blue),
			var(--gpm-blue-dark)
		);
	color: rgba(255, 255, 255, 0.82);
}

.gpm-footer__grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1fr;
	gap: 38px;
	padding-bottom: 42px;
}

.gpm-footer .custom-logo {
	width: 145px;
	max-height: 85px;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

.gpm-footer h3 {
	color: var(--gpm-white);
	font-size: 17px;
}

.gpm-footer p,
.gpm-footer li,
.gpm-footer a {
	color: rgba(255, 255, 255, 0.8);
	font-size: 13px;
}

.gpm-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.gpm-footer li {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	margin-bottom: 9px;
}

.gpm-footer__wa {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 16px;
	border-radius: 7px;
	background: var(--gpm-green);
	color: var(--gpm-white) !important;
	font-weight: 700;
}

.gpm-footer__bottom {
	padding: 18px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.13);
	text-align: center;
	font-size: 12px;
}

.gpm-floating-whatsapp {
	position: fixed;
	right: 22px;
	bottom: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: var(--gpm-green);
	color: var(--gpm-white);
	font-size: 31px;
	box-shadow: 0 14px 34px rgba(10, 110, 49, 0.3);
	z-index: 9980;
}

.gpm-content {
	padding: 70px 0;
}

/* Responsive */

@media (max-width: 1100px) {

	.gpm-nav {
		display: none;
	}

	.gpm-header__whatsapp {
		margin-left: auto;
	}

	.gpm-menu-toggle {
		display: block;
		width: 45px;
		height: 45px;
		padding: 9px;
		border: 0;
		border-radius: 8px;
		background: var(--gpm-blue);
	}

	.gpm-menu-toggle > span:not(.screen-reader-text) {
		display: block;
		height: 2px;
		margin: 5px 0;
		background: var(--gpm-white);
	}

	.gpm-mobile-menu {
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		display: block;
		max-height: 0;
		background: var(--gpm-white);
		overflow: hidden;
		box-shadow: var(--gpm-shadow);
		transition: max-height 0.35s ease;
	}

	.gpm-mobile-menu.is-open {
		max-height: 540px;
	}

	.gpm-mobile-menu__list,
	.gpm-mobile-menu .gpm-menu {
		display: block;
		margin: 0;
		padding: 14px 20px;
		list-style: none;
	}

	.gpm-mobile-menu li {
		border-bottom: 1px solid var(--gpm-border);
	}

	.gpm-mobile-menu a {
		display: block;
		padding: 13px 4px;
		color: var(--gpm-blue);
		font-weight: 700;
	}

	.gpm-footer__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.gpm-gallery-image img {
		height: 260px;
	}
}

@media (max-width: 767px) {

	.admin-bar .gpm-header {
		top: 46px;
	}

	.gpm-header__inner {
		min-height: 73px;
	}

	.gpm-header__logo .custom-logo {
		width: 110px;
		max-width: 110px;
	}

	.gpm-header__whatsapp span {
		display: none;
	}

	.gpm-header__whatsapp {
		width: 44px;
		height: 44px;
		justify-content: center;
		padding: 0;
		border-radius: 50%;
	}

	.gpm-e-hero {
		min-height: 630px;
		background-position: 66% center !important;
	}

	.gpm-e-hero::before {
		background:
			linear-gradient(
				90deg,
				rgba(2, 31, 101, 0.98),
				rgba(2, 38, 117, 0.9)
			);
	}

	.gpm-e-hero > .elementor-container {
		min-height: 630px;
	}

	.gpm-hero-title .elementor-heading-title {
		font-size: 42px;
	}

	.gpm-hero-description {
		font-size: 16px;
	}

	.gpm-e-hero .elementor-widget-button {
		display: block;
		margin-right: 0;
	}

	.gpm-e-hero .elementor-button {
		width: 100%;
	}

	.gpm-e-benefits .elementor-column {
		width: 100% !important;
	}

	.gpm-e-plans .elementor-column {
		width: 100% !important;
	}

	.gpm-plan-card > .elementor-element-populated {
		margin: 8px 0;
	}

	.gpm-e-promo {
		margin-right: 14px;
		margin-left: 14px;
		text-align: center;
	}

	.gpm-e-coverage .elementor-column {
		width: 100% !important;
	}

	.gpm-e-coverage .elementor-column:first-child >
	.elementor-element-populated {
		padding-right: 10px !important;
		padding-bottom: 35px !important;
	}

	.gpm-e-gallery .elementor-column {
		width: 50% !important;
	}

	.gpm-gallery-image img {
		height: 245px;
	}

	.gpm-e-why .elementor-column {
		width: 50% !important;
	}

	.gpm-why-item {
		margin-bottom: 28px;
		border-right: 0;
	}

	.gpm-e-contact .elementor-column {
		width: 100% !important;
	}

	.gpm-e-contact .elementor-column >
	.elementor-element-populated {
		padding-bottom: 30px !important;
	}

	.gpm-form-grid {
		grid-template-columns: 1fr;
	}

	.gpm-footer__grid {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.gpm-footer li {
		justify-content: center;
	}

	.gpm-footer .custom-logo {
		margin-inline: auto;
	}
}

@media (max-width: 480px) {

	.gpm-e-gallery .elementor-column {
		width: 100% !important;
	}

	.gpm-gallery-image img {
		height: 310px;
	}

	.gpm-e-why .elementor-column {
		width: 100% !important;
	}
}
/* ==========================================================
   CORRECCIÓN VISUAL GPM ELECTROCOM – MOCKUP
   ========================================================== */

:root {
	--gpm-blue: #082d82;
	--gpm-blue-dark: #031d5d;
	--gpm-red: #ed1622;
	--gpm-white: #ffffff;
	--gpm-light: #f6f8fc;
	--gpm-text: #15213d;
	--gpm-muted: #626e84;
	--gpm-border: #dfe5ef;
	--gpm-green: #16a34a;
}

/* Cabecera */

body .gpm-header {
	background: #ffffff !important;
	border-bottom: 1px solid #e2e7ef !important;
	box-shadow: 0 5px 22px rgba(5, 35, 91, 0.08) !important;
}

body .gpm-header__logo .custom-logo {
	width: 165px !important;
	max-width: 165px !important;
	max-height: 75px !important;
	object-fit: contain !important;
}

body .gpm-menu a {
	color: #15213d !important;
	font-weight: 700 !important;
}

body .gpm-menu a:hover,
body .gpm-menu .current-menu-item > a {
	color: var(--gpm-blue) !important;
}

body .gpm-menu a::after {
	background: var(--gpm-red) !important;
}

body .gpm-header__whatsapp {
	background: var(--gpm-red) !important;
	color: #ffffff !important;
}

/* Banner principal */

body.elementor-page .gpm-e-hero {
	position: relative !important;
	min-height: 650px !important;
	background-position: center right !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	isolation: isolate !important;
	overflow: hidden !important;
}

body.elementor-page .gpm-e-hero::before {
	content: "" !important;
	position: absolute !important;
	inset: 0 !important;
	display: block !important;
	background: linear-gradient(
		90deg,
		rgba(2, 29, 87, 0.99) 0%,
		rgba(3, 39, 117, 0.96) 40%,
		rgba(3, 39, 117, 0.66) 65%,
		rgba(3, 39, 117, 0.12) 100%
	) !important;
	z-index: 0 !important;
	pointer-events: none !important;
}

body.elementor-page .gpm-e-hero > .elementor-container {
	position: relative !important;
	min-height: 650px !important;
	align-items: center !important;
	z-index: 2 !important;
}

body.elementor-page .gpm-hero-content > .elementor-element-populated {
	padding: 65px 20px !important;
}

body.elementor-page .gpm-hero-kicker .elementor-heading-title {
	color: #ffffff !important;
	font-family: "Montserrat", sans-serif !important;
	font-size: 17px !important;
	font-weight: 800 !important;
}

body.elementor-page .gpm-hero-kicker .elementor-heading-title::before {
	content: "●";
	margin-right: 8px;
	color: #239cff;
	font-size: 11px;
	vertical-align: 2px;
}

body.elementor-page .gpm-hero-title .elementor-heading-title {
	max-width: 720px !important;
	color: #ffffff !important;
	font-family: "Montserrat", sans-serif !important;
	font-size: clamp(48px, 5.2vw, 76px) !important;
	font-weight: 800 !important;
	line-height: 1.02 !important;
	letter-spacing: -0.045em !important;
	text-shadow: 0 4px 18px rgba(0, 0, 0, 0.14) !important;
}

body.elementor-page
.gpm-hero-title
.elementor-heading-title
.gpm-red-text {
	color: var(--gpm-red) !important;
}

body.elementor-page .gpm-hero-description,
body.elementor-page .gpm-hero-description p {
	max-width: 590px !important;
	color: #ffffff !important;
	font-size: 17px !important;
	line-height: 1.65 !important;
}

body.elementor-page .gpm-e-hero .elementor-widget-button {
	display: inline-block !important;
	width: auto !important;
	margin-right: 10px !important;
}

body.elementor-page .gpm-e-hero .elementor-button {
	min-height: 50px !important;
	padding: 15px 22px !important;
	border-radius: 8px !important;
	font-family: "Montserrat", sans-serif !important;
	font-weight: 800 !important;
}

body.elementor-page .gpm-button-outline .elementor-button {
	border: 2px solid #ffffff !important;
	background: transparent !important;
	color: #ffffff !important;
}

body.elementor-page .gpm-button-white .elementor-button {
	border: 2px solid var(--gpm-red) !important;
	background: #ffffff !important;
	color: var(--gpm-red) !important;
}

/* Beneficios */

body.elementor-page .gpm-e-benefits {
	padding: 32px 0 !important;
	background: #ffffff !important;
}

body.elementor-page .gpm-benefit .elementor-icon {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 64px !important;
	height: 64px !important;
	border-radius: 50% !important;
	background: var(--gpm-blue) !important;
	color: #ffffff !important;
}

body.elementor-page
.gpm-e-benefits
.elementor-column:nth-child(2)
.gpm-benefit
.elementor-icon {
	background: var(--gpm-red) !important;
}

body.elementor-page .gpm-benefit .elementor-icon-box-title,
body.elementor-page .gpm-benefit .elementor-icon-box-title a {
	color: var(--gpm-blue) !important;
	font-weight: 800 !important;
}

body.elementor-page .gpm-benefit .elementor-icon-box-description {
	color: var(--gpm-muted) !important;
}

/* Títulos */

body.elementor-page .gpm-section-heading .elementor-heading-title {
	color: var(--gpm-blue) !important;
	font-family: "Montserrat", sans-serif !important;
	font-weight: 800 !important;
	text-transform: uppercase !important;
}

body.elementor-page
.gpm-section-heading
.elementor-heading-title::after {
	content: "" !important;
	display: block !important;
	width: 44px !important;
	height: 4px !important;
	margin: 13px auto 0 !important;
	background: var(--gpm-red) !important;
	border-radius: 4px !important;
}

body.elementor-page .gpm-section-description,
body.elementor-page .gpm-section-description p {
	color: var(--gpm-muted) !important;
}

/* Tarjetas de servicios */

body.elementor-page
.gpm-plan-card > .elementor-element-populated {
	height: 100% !important;
	padding: 34px 30px !important;
	border: 1px solid var(--gpm-border) !important;
	border-radius: 12px !important;
	box-shadow: 0 15px 40px rgba(7, 32, 85, 0.13) !important;
	text-align: center !important;
}

body.elementor-page
.gpm-plan-blue > .elementor-element-populated {
	background: linear-gradient(
		145deg,
		var(--gpm-blue),
		var(--gpm-blue-dark)
	) !important;
	color: #ffffff !important;
}

body.elementor-page
.gpm-plan-white > .elementor-element-populated {
	background: #ffffff !important;
	color: var(--gpm-text) !important;
}

body.elementor-page .gpm-plan-title .elementor-heading-title {
	color: var(--gpm-blue) !important;
	font-weight: 800 !important;
}

body.elementor-page
.gpm-plan-blue
.gpm-plan-title
.elementor-heading-title {
	color: #ffffff !important;
}

body.elementor-page .gpm-plan-blue .gpm-plan-list,
body.elementor-page .gpm-plan-blue .gpm-plan-list li,
body.elementor-page .gpm-plan-blue .gpm-plan-list p {
	color: #ffffff !important;
}

body.elementor-page .gpm-plan-white .gpm-plan-list,
body.elementor-page .gpm-plan-white .gpm-plan-list li {
	color: var(--gpm-text) !important;
}

body.elementor-page .gpm-plan-icon .elementor-icon {
	background: #ffffff !important;
	color: var(--gpm-blue) !important;
}

body.elementor-page
.gpm-plan-white
.gpm-plan-icon
.elementor-icon {
	background: var(--gpm-red) !important;
	color: #ffffff !important;
}

/* Promoción */

body.elementor-page .gpm-e-promo {
	background: linear-gradient(
		90deg,
		#df0717,
		var(--gpm-red)
	) !important;
	color: #ffffff !important;
}

body.elementor-page .gpm-promo-title .elementor-heading-title,
body.elementor-page .gpm-promo-text,
body.elementor-page .gpm-promo-text p {
	color: #ffffff !important;
}

body.elementor-page .gpm-promo-button .elementor-button {
	background: #ffffff !important;
	color: var(--gpm-red) !important;
}

/* Cobertura */

body.elementor-page .gpm-e-coverage {
	background: #ffffff !important;
}

body.elementor-page .gpm-coverage-title .elementor-heading-title {
	color: var(--gpm-blue) !important;
	font-weight: 800 !important;
}

body.elementor-page .gpm-map-title .elementor-heading-title {
	padding: 12px !important;
	border-radius: 7px !important;
	background: var(--gpm-blue) !important;
	color: #ffffff !important;
	text-align: center !important;
}

body.elementor-page .gpm-whatsapp-form button {
	background: var(--gpm-blue) !important;
	color: #ffffff !important;
}

/* Por qué elegir GPM */

body.elementor-page .gpm-e-why-title,
body.elementor-page .gpm-e-why {
	background: var(--gpm-blue) !important;
}

body.elementor-page .gpm-why-heading .elementor-heading-title,
body.elementor-page .gpm-why-item .elementor-icon,
body.elementor-page .gpm-why-item .elementor-icon-box-title,
body.elementor-page .gpm-why-item .elementor-icon-box-title a {
	color: #ffffff !important;
}

body.elementor-page
.gpm-why-item
.elementor-icon-box-description {
	color: rgba(255, 255, 255, 0.86) !important;
}

/* Contacto */

body.elementor-page .gpm-contact-title .elementor-heading-title {
	color: var(--gpm-blue) !important;
	font-weight: 800 !important;
}

body.elementor-page .gpm-contact-form button {
	background: var(--gpm-red) !important;
	color: #ffffff !important;
}

body.elementor-page
.gpm-contact-whatsapp
.elementor-button {
	background: var(--gpm-green) !important;
	color: #ffffff !important;
}

/* Footer */

body .gpm-footer {
	background: linear-gradient(
		145deg,
		var(--gpm-blue),
		var(--gpm-blue-dark)
	) !important;
}

/* Celular */

@media (max-width: 767px) {

	body.elementor-page .gpm-e-hero::before {
		background: rgba(2, 31, 101, 0.91) !important;
	}

	body.elementor-page
	.gpm-hero-title
	.elementor-heading-title {
		font-size: 42px !important;
	}

	body.elementor-page
	.gpm-e-hero
	.elementor-widget-button {
		display: block !important;
		width: 100% !important;
		margin-right: 0 !important;
	}

	body.elementor-page
	.gpm-e-hero
	.elementor-button {
		width: 100% !important;
	}
}
/* ==========================================================
   VISIBILIDAD DE ELEMENTOS GPM
   ========================================================== */

body.elementor-page .elementor-widget-heading,
body.elementor-page .elementor-widget-text-editor,
body.elementor-page .elementor-widget-icon,
body.elementor-page .elementor-widget-icon-box {
	opacity: 1 !important;
	visibility: visible !important;
}

/* Sección por qué elegir GPM */

body.elementor-page .gpm-e-why-title,
body.elementor-page .gpm-e-why {
	display: block !important;
	background: #082d82 !important;
	opacity: 1 !important;
	visibility: visible !important;
}

body.elementor-page .gpm-e-why-title > .elementor-container,
body.elementor-page .gpm-e-why > .elementor-container {
	display: flex !important;
}

body.elementor-page
.gpm-e-why-title
.elementor-heading-title {
	display: block !important;
	color: #ffffff !important;
	opacity: 1 !important;
	visibility: visible !important;
}

body.elementor-page .gpm-why-item,
body.elementor-page .gpm-why-item .elementor-icon-box-wrapper,
body.elementor-page .gpm-why-item .elementor-icon-box-content {
	display: block !important;
	opacity: 1 !important;
	visibility: visible !important;
}

body.elementor-page .gpm-why-item .elementor-icon {
	color: #ffffff !important;
	fill: #ffffff !important;
	opacity: 1 !important;
	visibility: visible !important;
}

body.elementor-page
.gpm-why-item
.elementor-icon-box-title,
body.elementor-page
.gpm-why-item
.elementor-icon-box-title a {
	display: block !important;
	color: #ffffff !important;
	opacity: 1 !important;
	visibility: visible !important;
}

body.elementor-page
.gpm-why-item
.elementor-icon-box-description {
	display: block !important;
	color: rgba(255, 255, 255, 0.86) !important;
	opacity: 1 !important;
	visibility: visible !important;
}

/* Tarjetas de servicios */

body.elementor-page .gpm-plan-card {
	display: flex !important;
	opacity: 1 !important;
	visibility: visible !important;
}

body.elementor-page
.gpm-plan-card > .elementor-element-populated {
	display: flex !important;
	flex-direction: column !important;
	min-height: 480px !important;
	padding: 34px 30px !important;
	border-radius: 12px !important;
	opacity: 1 !important;
	visibility: visible !important;
}

body.elementor-page
.gpm-plan-blue > .elementor-element-populated {
	background: linear-gradient(
		145deg,
		#082d82,
		#031d5d
	) !important;
}

body.elementor-page
.gpm-plan-white > .elementor-element-populated {
	background: #ffffff !important;
	border: 1px solid #dfe5ef !important;
}

body.elementor-page .gpm-plan-icon,
body.elementor-page .gpm-plan-icon .elementor-icon-wrapper,
body.elementor-page .gpm-plan-icon .elementor-icon {
	display: block !important;
	opacity: 1 !important;
	visibility: visible !important;
}

body.elementor-page
.gpm-plan-blue
.gpm-plan-title
.elementor-heading-title,
body.elementor-page
.gpm-plan-blue
.gpm-plan-list,
body.elementor-page
.gpm-plan-blue
.gpm-plan-list li {
	color: #ffffff !important;
}

body.elementor-page
.gpm-plan-white
.gpm-plan-title
.elementor-heading-title {
	color: #082d82 !important;
}

/* Franja promocional */

body.elementor-page .gpm-e-promo {
	display: flex !important;
	padding: 22px 30px !important;
	background: linear-gradient(
		90deg,
		#d90718,
		#ed1622
	) !important;
	color: #ffffff !important;
	opacity: 1 !important;
	visibility: visible !important;
}

body.elementor-page
.gpm-e-promo
.elementor-heading-title,
body.elementor-page
.gpm-e-promo
.elementor-widget-text-editor,
body.elementor-page
.gpm-e-promo
.elementor-widget-text-editor p {
	color: #ffffff !important;
	opacity: 1 !important;
	visibility: visible !important;
}

@media (max-width: 767px) {

	body.elementor-page
	.gpm-e-why-title > .elementor-container,
	body.elementor-page
	.gpm-e-why > .elementor-container {
		display: block !important;
	}

	body.elementor-page
	.gpm-plan-card > .elementor-element-populated {
		min-height: auto !important;
	}
}