.my-home {
	--home-ink: #101828;
	--home-muted: #5f6b7a;
	--home-line: rgba(16, 24, 40, 0.1);
	--home-blue: #2676ec;
	--home-blue-dark: #1764d6;
	--home-green: #54ae54;
	--home-soft: #f7fbff;
	--home-shadow: 0 18px 54px rgba(16, 24, 40, 0.1);
	background: #fff;
	color: var(--home-ink);
	font-family: "Montserrat", Arial, sans-serif;
}

body.page-template-my-inicio-page .page-header #hero,
body.page-template-my-inicio-page .page-header .h-hero,
body.page-template-phpmy-inicio-page-php .page-header #hero,
body.page-template-phpmy-inicio-page-php .page-header .h-hero {
	display: none !important;
	height: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
}

.my-home :where(div, section, article, p, a, span, li, h1, h2, h3, small, strong, em, label, time, button) {
	font-family: "Montserrat", Arial, sans-serif !important;
}

.my-home *,
.my-home *::before,
.my-home *::after {
	box-sizing: border-box;
}

.my-home a {
	text-decoration: none;
}

.my-home-container {
	width: min(1120px, calc(100% - 56px));
	margin: 0 auto;
}

.my-home-hero {
	position: relative;
	display: grid;
	min-height: 100vh;
	margin-top: -120px;
	overflow: hidden;
	place-items: center;
	isolation: isolate;
}

.my-home-hero__image,
.my-home-hero__shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.my-home-hero__image {
	z-index: -2;
	object-fit: cover;
	object-position: center 68%;
}

.my-home-hero__shade {
	z-index: -1;
	background:
		linear-gradient(180deg, rgba(4, 11, 25, 0.48) 0%, rgba(4, 11, 25, 0.38) 46%, rgba(4, 11, 25, 0.68) 100%),
		radial-gradient(circle at 50% 45%, rgba(38, 118, 236, 0.08), transparent 52%);
}

.my-home-hero__content {
	position: absolute;
	top: 58%;
	left: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: min(1120px, calc(100% - 56px));
	padding-top: 0;
	text-align: center;
	color: #fff;
	transform: translate(-50%, -50%);
}

.my-home-hero h1 {
	margin: 0;
	color: #fff;
	font-size: 65px;
	font-weight: 600;
	line-height: 0.95;
	letter-spacing: 0;
}

.my-home-hero p {
	margin: 20px auto 40px;
	color: rgba(255, 255, 255, 0.94);
	font-size: 38px;
	font-weight: 400;
	line-height: 1.25;
}

.my-home-button {
	display: inline-block;
	padding: 1.0rem 1.6rem;
	border: 0;
	border-radius: 50px;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	cursor: pointer;
	background-size: 300% 100%;
	box-shadow: 0 2px 15px 0 rgba(65, 132, 234, 0.75);
	transition: all 0.4s ease-in-out;
}

.my-home-button:hover,
.my-home-button:focus {
	transform: scale(1.05);
	box-shadow: 0 1px 8px 0 rgba(65, 132, 234, 0.85);
}

.my-home-button--light {
	color: #fff;
	background-image: linear-gradient(90deg, #25aae1, #4481eb, #04befe, #3f86ed);
}

.my-home-button--light:hover,
.my-home-button--light:focus {
	color: #fff;
	background-position: 100% 0;
}

.my-home-button--blue {
	color: #fff;
	background-image: linear-gradient(90deg, #25aae1, #4481eb, #04befe, #3f86ed);
}

.my-home-button--blue:hover,
.my-home-button--blue:focus {
	color: #fff;
	background-position: 100% 0;
}

.my-home-section {
	padding-top: 250px;
	padding-bottom: 120px;
}



.my-home-opoleyes__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
	column-gap: 70px;
	align-items: center;
}

.my-home-opoleyes__copy h2,
.my-home-section-head h2,
.my-home-newsletter h2 {
	margin: 0;
	color: #000;
	font-size: 56px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0;
}

.my-home-opoleyes__copy p {
	max-width: 700px;
	margin: 16px 0 30px;
	color: #000;
	font-size: 20px;
	line-height: 1.75;
}

.my-home-opoleyes__visual {
	position: relative;
}

.my-home-opoleyes__visual::before {
	position: absolute;
	inset: 9% -3% -7% 11%;
	border-radius: 26px;
	background: #edf7ed;
	content: "";
}

.my-home-opoleyes__visual img {
	position: relative;
	display: block;
	width: 100%;
	border-radius: 18px;
	box-shadow: var(--home-shadow);
}

.my-home-newsletter {
	position: relative;
	margin-top: clamp(130px, 10vw, 180px);
	padding: clamp(68px, 6vw, 90px) 0;
	overflow: hidden;
	background:
		radial-gradient(620px 360px at 86% 18%, rgba(4, 190, 254, 0.34), transparent 68%),
		radial-gradient(520px 300px at 14% 12%, rgba(255, 255, 255, 0.14), transparent 70%),
		linear-gradient(135deg, #1a2f86 0%, #2676ec 48%, #0792e2 100%);
}

.my-home-newsletter h2,
.my-home-newsletter p {
	color: #fff;
}

.my-home-newsletter__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
	column-gap: 10px;
	row-gap: 0;
	align-items: center;
}

.my-home-newsletter__copy h2 {
	margin-bottom: 20px;
	color: #fff;
	font-size: 35px;
	font-weight: 700;
	line-height: 1.18;
}

.my-home-newsletter__list {
	display: grid;
	gap: 12px;
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
}

.my-home-newsletter__list li {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	color: #fff;
	font-size: 20px;
	line-height: 1.55;
}

.my-home-newsletter__list li::before {
	position: absolute;
	top: 0.18em;
	left: 0;
	display: grid;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #e8f6e8;
	color: var(--home-green);
	content: "✓";
	font-size: 14px;
	font-weight: 800;
	place-items: center;
}

.my-home-newsletter__visual img {
	display: block;
	width: 100%;
	max-width: 520px;
	margin-left: auto;
}

.my-home-newsletter__list li::before {
	position: static;
	display: block;
	flex: 0 0 auto;
	width: auto;
	height: auto;
	margin-top: -1px;
	border-radius: 0;
	background: transparent;
	color: #fff;
	content: "✓";
	font-size: 22px;
	font-weight: 800;
	line-height: 1.25;
}

.my-home-newsletter__copy .my-home-button {
	align-self: flex-start;
	background-image: linear-gradient(90deg, #ffffff, #e9f7ff, #ffffff, #d9f0ff);
	color: #1267d8;
	box-shadow: 0 12px 30px rgba(3, 36, 94, 0.34);
}

.my-home-newsletter__copy .my-home-button:hover,
.my-home-newsletter__copy .my-home-button:focus {
	color: #064fb2;
	box-shadow: 0 10px 24px rgba(3, 36, 94, 0.42);
}

.my-home-newsletter__visual {
	display: flex;
	justify-content: flex-end;
}

.my-home-newsletter__visual img {
	width: min(100%, 560px);
	max-width: none;
	height: auto;
	margin-left: 0;
	filter: drop-shadow(0 18px 34px rgba(3, 36, 94, 0.18));
}

.my-home-blog {
	background: #fff;
	padding-bottom: 180px;
}

.my-home-section-head {
	max-width: 860px;
	margin: 0 auto 44px;
	text-align: center;
}

.my-home-section-head p {
	margin: 18px auto 0;
	color: #000;
	font-size: 19px;
	line-height: 1.7;
}

.my-home-post-carousel {
	position: relative;
	display: grid;
	width: 100%;
}

.my-home-post-viewport {
	grid-column: 1;
	grid-row: 1;
	overflow: hidden;
	width: 100%;
	padding-bottom: 34px;
	margin-bottom: -34px;
	cursor: grab;
	touch-action: pan-y;
	user-select: none;
}

.my-home-post-viewport.is-dragging {
	cursor: grabbing;
}

.my-home-post-track {
	display: flex;
	gap: 24px;
	will-change: transform;
	transition: transform 0.45s ease;
}

.my-home-post-arrow {
	position: relative;
	z-index: 3;
	grid-column: 1;
	grid-row: 1;
	align-self: center;
	display: grid;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 1px solid rgba(0, 0, 0, 0.16);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.86);
	color: #000;
	cursor: pointer;
	touch-action: manipulation;
	user-select: none;
	transition: transform 0.2s var(--home-ease, ease), border-color 0.2s var(--home-ease, ease), background 0.2s var(--home-ease, ease);
	place-items: center;
}

.my-home-post-arrow--prev {
	justify-self: start;
	transform: translateX(-50%);
}

.my-home-post-arrow--next {
	justify-self: end;
	transform: translateX(50%);
}

.my-home-post-arrow--prev:hover,
.my-home-post-arrow--prev:focus {
	transform: translateX(-50%) translateY(-2px);
}

.my-home-post-arrow--next:hover,
.my-home-post-arrow--next:focus {
	transform: translateX(50%) translateY(-2px);
}

.my-home-post-arrow svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.6;
}

.my-home-post-card {
	display: flex;
	flex-direction: column;
	flex: 0 0 calc((100% - 48px) / 3);
	overflow: hidden;
	border: 1px solid var(--home-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: none;
	text-align: center;
}

.my-home-post-card__media {
	position: relative;
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #edf3fb;
}

.my-home-post-card__media::after {
	display: none;
	content: none;
}

.my-home-post-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
	transition: transform 0.35s ease;
	user-select: none;
	-webkit-user-drag: none;
}

.my-home-post-card__icon {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	display: grid;
	width: 42px;
	height: 42px;
	color: #fff;
	opacity: 0;
	transform: translate(-50%, -50%) scale(0.92);
	transition: opacity 0.28s ease, transform 0.28s ease;
	place-items: center;
}

.my-home-post-card__icon svg {
	display: block;
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.4;
}

.my-home-post-card:hover .my-home-post-card__media img {
	transform: none;
}

.my-home-post-card:hover .my-home-post-card__media::after,
.my-home-post-card:focus-within .my-home-post-card__media::after,
.my-home-post-card:hover .my-home-post-card__icon,
.my-home-post-card:focus-within .my-home-post-card__icon {
	opacity: 0;
}

.my-home-post-card:hover .my-home-post-card__icon,
.my-home-post-card:focus-within .my-home-post-card__icon {
	transform: translate(-50%, -50%) scale(1);
}

.my-home-post-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 22px 22px 24px;
}

.my-home-post-card time {
	display: block;
	margin-bottom: 10px;
	color: var(--home-blue);
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.my-home-post-card h3 {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.28;
}

.my-home-post-card h3 a {
	color: #000;
	font-weight: 600;
	text-align: center;

}

.my-home-post-card p {
	display: -webkit-box;
	overflow: hidden;
	margin: 12px 0 22px;
	color: black;
	font-size: 16px;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
}

.my-home-post-card__button {
	width: 100%;
	margin-top: auto;
	padding-right: 1rem;
	padding-left: 1rem;
	cursor: pointer;
	touch-action: manipulation;
}

@media (max-width: 1300px) {
	.my-home-container {
		width: calc(100% - 120px);
	}
}

@media (max-width: 1024px) {
	.my-home-container {
		width: calc(100% - 80px);
	}

	.my-home-button {
		width: min(100%, 360px);
	}

	.my-home-hero {
		margin-top: -96px;
	}

	.my-home-opoleyes__grid,
	.my-home-newsletter__grid {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.my-home-opoleyes__grid {
		gap: 36px;
	}

	.my-home-opoleyes__visual {
		order: -1;
	}

	.my-home-opoleyes__copy,
	.my-home-opoleyes__copy p {
		max-width: none;
		text-align: center;
	}

	.my-home-opoleyes__copy .my-home-button {
		margin-right: auto;
		margin-left: auto;
	}

	.my-home-opoleyes__visual img {
		margin-right: auto;
		margin-bottom: 40px;
		margin-left: auto;
	}

	.my-home-newsletter__grid {
		padding: 0;
	}

	.my-home-newsletter {
		text-align: center;
	}

	.my-home-newsletter__copy {
		order: 2;
	}

	.my-home-newsletter__copy .my-home-button {
		width: min(100%, 360px);
		margin-right: auto;
		margin-left: auto;
	}

	.my-home-newsletter__list {
		max-width: 560px;
		margin-right: auto;
		margin-left: auto;
		justify-items: center;
		text-align: center;
	}

	.my-home-newsletter__list li {
		display: block;
		width: fit-content;
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}

	.my-home-newsletter__list li::before {
		display: inline-block;
		width: auto;
		margin-right: 10px;
	}

	.my-home-newsletter__visual {
		order: 1;
		justify-content: center;
	}

	.my-home-newsletter__visual img {
		width: min(100%, 460px);
		margin: 0 auto;
	}

	.my-home-post-card {
		flex-basis: calc((100% - 24px) / 2);
	}

	.my-home-post-arrow {
		transition: none;
	}

	.my-home-post-arrow--prev:hover,
	.my-home-post-arrow--prev:focus {
		transform: translateX(-50%);
	}

	.my-home-post-arrow--next:hover,
	.my-home-post-arrow--next:focus {
		transform: translateX(50%);
	}
}

@media (max-width: 700px) {
	.my-home-container {
		width: calc(100% - 60px);
	}

	.my-home-hero {
		min-height: 92vh;
	}

	.my-home-opoleyes__visual img{
		margin-bottom: 20px;
	}
	.my-home-section h2 {
		font-size: 38px;
	}

	#my-home-opoleyes-title,
	#my-home-blog-title {
		font-size: 45px;
	}

	.my-home-hero h1
	{
		font-size: 55px;
	}

	.my-home-hero p{
		font-size: 32px;
	}

	.my-home-opoleyes__copy,
	.my-home-section-head,
	.my-home-newsletter__copy {
		text-align: center;
	}

	.my-home-opoleyes__copy p,
	.my-home-section-head p {
		font-size: 18px;
	}

	.my-home-newsletter__grid {
		padding: 0;
	}

	.my-home-newsletter__list {
		justify-items: center;
		text-align: center;
	}

	.my-home-newsletter__list li {
		display: block;
		width: fit-content;
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
		font-size: 18px;
		text-align: center;
	}

	.my-home-newsletter__list li::before {
		display: inline-block;
		width: auto;
		margin-right: 10px;
	}


	.my-home-newsletter__copy .my-home-button {
		margin-bottom: 130px;
	}

	.my-home-newsletter__visual img {
		width: min(100%, 340px);
	}

	.my-home-post-track {
		gap: 16px;
	}

	.my-home-post-card {
		flex-basis: 100%;
	}

	.my-home-post-arrow {
		width: 44px;
		height: 44px;
	}

	.my-home-post-arrow--prev {
		margin-left: -22px;
		transform: none;
	}

	.my-home-post-arrow--next {
		margin-right: -22px;
		transform: none;
	}

	.my-home-post-arrow--prev:hover,
	.my-home-post-arrow--prev:focus {
		margin-left: -22px;
		transform: none;
	}

	.my-home-post-arrow--next:hover,
	.my-home-post-arrow--next:focus {
		margin-right: -22px;
		transform: none;
	}
}

@media (max-width: 920px) and (orientation: landscape) {
	.my-home-hero {
		min-height: 115vh;
	}

	.my-home-hero__content {
		top: 64%;
		width: min(680px, calc(100% - 72px));
	}

	.my-home-hero h1 {
		font-size: clamp(44px, 8vw, 56px);
	}

	.my-home-hero p {
		margin: 16px auto 28px;
		font-size: clamp(25px, 4.8vw, 34px);
		line-height: 1.22;
	}

	.my-home-hero .my-home-button {
		padding: 0.82rem 1.45rem;
	}
}
