.amaranth-regular {
	font-family: "Amaranth", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.amaranth-bold {
	font-family: "Amaranth", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.amaranth-regular-italic {
	font-family: "Amaranth", sans-serif;
	font-weight: 400;
	font-style: italic;
}

.amaranth-bold-italic {
	font-family: "Amaranth", sans-serif;
	font-weight: 700;
	font-style: italic;
}

.orbitron-font-600 {
	font-family: "Orbitron", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}

main header .background-1 {
	background-color: #f2d1da;
	background-image: url('../../images/valentine/90c25c44-3739-413a-ac60-0850251cc01b.jpg');
	background-size: cover;
	background-position: center;
}

main .background-2 {
	background-color: #ee2350;
	background-image: url('../../images/valentine/hearts-pastel-colors.jpg');
	background-size: cover;
	background-attachment: fixed;
}

main .background-3 {
	position: relative;
	background-color: rgba(238, 35, 80, .1);
}

main .background-3::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../../images/valentine/529743-PJ7W8U-305.png');
	opacity: 0.2;
	z-index: -1;
}

.p-text {
	font-family: "Inter", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	/* font-size: 14px; */
}

.p-text-gray p,
.p-text-gray {
	color: rgba(87, 99, 122, .8);
}

.p-text-light p,
.p-text-light {
	color: rgba(255, 255, 255, 1);
}

.p-text-dark p,
.p-text-dark {
	color: rgba(28, 25, 17, 1);
}

.christmasRedGradient {
	color: #800000;
	background-image: linear-gradient(45deg, #800000 13%, #c02900 22%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.christmasGreenGradient {
	color: #006600;
	background-image: linear-gradient(45deg, #006600 45%, #008000 50%, #339933 29%, #66CC66 91%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.christmasText {
	text-shadow:
		0 0 5px rgba(193, 202, 255, 0.8),
		0 0 10px rgba(193, 202, 255, 0.7),
		0 0 15px rgba(193, 199, 255, 0.6),
		0 0 20px rgba(193, 202, 255, 0.5),
		0 0 10px rgba(193, 199, 255, 0.4);

	animation: neonBlink 1.5s infinite alternate;
}

@keyframes neonBlink {
	0% {
		text-shadow:
			0 0 5px rgba(193, 202, 255, 0.8),
			0 0 10px rgba(193, 202, 255, 0.7),
			0 0 15px rgba(193, 199, 255, 0.6),
			0 0 20px rgba(193, 202, 255, 0.5),
			0 0 10px rgba(193, 199, 255, 0.4);
	}

	25% {
		text-shadow:
			0 0 3px rgba(193, 202, 255, 0.9),
			0 0 6px rgba(193, 202, 255, 0.8),
			0 0 9px rgba(193, 199, 255, 0.7),
			0 0 12px rgba(193, 202, 255, 0.6),
			0 0 15px rgba(193, 199, 255, 0.5);
	}

	50% {
		text-shadow: none;
	}

	75% {
		text-shadow:
			0 0 3px rgba(193, 202, 255, 0.9),
			0 0 6px rgba(193, 202, 255, 0.8),
			0 0 9px rgba(193, 199, 255, 0.7),
			0 0 12px rgba(193, 202, 255, 0.6),
			0 0 15px rgba(193, 199, 255, 0.5);
	}

	100% {
		text-shadow:
			0 0 5px rgba(193, 202, 255, 0.8),
			0 0 10px rgba(193, 202, 255, 0.7),
			0 0 15px rgba(193, 199, 255, 0.6),
			0 0 20px rgba(193, 202, 255, 0.5),
			0 0 10px rgba(193, 199, 255, 0.4);
	}
}

.christmasTextRed {
	text-shadow: 0 0 5px rgba(255, 0, 0, 0.8), 0 0 10px rgba(255, 0, 0, 0.7), 0 0 15px rgba(255, 0, 0, 0.6), 0 0 20px rgba(255, 0, 0, 0.5), 0 0 10px rgba(255, 0, 0, 0.4);
	animation: neonBlinkRed 1.5s infinite alternate;
}

@keyframes neonBlinkRed {
	0% {
		text-shadow: 0 0 5px rgba(255, 0, 0, 0.8), 0 0 10px rgba(255, 0, 0, 0.7), 0 0 15px rgba(255, 0, 0, 0.6), 0 0 20px rgba(255, 0, 0, 0.5), 0 0 10px rgba(255, 0, 0, 0.4);
	}

	25% {
		text-shadow: 0 0 3px rgba(255, 0, 0, 0.9), 0 0 6px rgba(255, 0, 0, 0.8), 0 0 9px rgba(255, 0, 0, 0.7), 0 0 12px rgba(255, 0, 0, 0.6), 0 0 15px rgba(255, 0, 0, 0.5);
	}

	50% {
		text-shadow: none;
	}

	75% {
		text-shadow: 0 0 3px rgba(255, 0, 0, 0.9), 0 0 6px rgba(255, 0, 0, 0.8), 0 0 9px rgba(255, 0, 0, 0.7), 0 0 12px rgba(255, 0, 0, 0.6), 0 0 15px rgba(255, 0, 0, 0.5);
	}

	100% {
		text-shadow: 0 0 5px rgba(255, 0, 0, 0.8), 0 0 10px rgba(255, 0, 0, 0.7), 0 0 15px rgba(255, 0, 0, 0.6), 0 0 20px rgba(255, 0, 0, 0.5), 0 0 10px rgba(255, 0, 0, 0.4);
	}
}

/* Navidad 2024 */
@keyframes breathe {

	0%,
	100% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.04);
	}
}

.breathe-animation {
	animation: breathe 2s ease-in-out infinite;
}

/* Luces navideñas */
.lightrope {
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	margin: 0;
	padding: 0;
	pointer-events: none;
	width: 100%;
}

.lightrope li {
	position: relative;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	width: 12px;
	height: 28px;
	border-radius: 50%;
	margin: 20px;
	display: inline-block;
	background: rgba(0, 247, 165, 1);
	box-shadow: 0px 4.66667px 24px 3px rgba(0, 247, 165, 1);
	animation-name: flash-1;
	animation-duration: 2s;
}

.lightrope li:nth-child(2n+1) {
	background: rgba(0, 255, 255, 1);
	box-shadow: 0px 4.66667px 24px 3px rgba(0, 255, 255, 0.5);
	animation-name: flash-2;
	animation-duration: 0.4s;
}

.lightrope li:nth-child(4n+2) {
	background: rgba(247, 0, 148, 1);
	box-shadow: 0px 4.66667px 24px 3px rgba(247, 0, 148, 1);
	animation-name: flash-3;
	animation-duration: 1.1s;
}

.lightrope li:nth-child(odd) {
	animation-duration: 1.8s;
}

.lightrope li:nth-child(3n+1) {
	animation-duration: 1.4s;
}

.lightrope li:before {
	content: "";
	position: absolute;
	background: #222;
	width: 10px;
	height: 9.33333px;
	border-radius: 3px;
	top: -4.66667px;
	left: 1px;
}

.lightrope li:after {
	content: "";
	top: -14px;
	left: 9px;
	position: absolute;
	width: 52px;
	height: 18.66667px;
	border-bottom: solid #222 2px;
	border-radius: 50%;
}

.lightrope li:last-child:after {
	content: none;
}

.lightrope li:first-child {
	margin-left: -40px;
}

@keyframes flash-1 {

	0%,
	100% {
		background: rgba(0, 247, 165, 1);
		box-shadow: 0px 4.66667px 24px 3px rgba(0, 247, 165, 1);
	}

	50% {
		background: rgba(0, 247, 165, 0.4);
		box-shadow: 0px 4.66667px 24px 3px rgba(0, 247, 165, 0.2);
	}
}

@keyframes flash-2 {

	0%,
	100% {
		background: rgba(0, 255, 255, 1);
		box-shadow: 0px 4.66667px 24px 3px rgba(0, 255, 255, 1);
	}

	50% {
		background: rgba(0, 255, 255, 0.4);
		box-shadow: 0px 4.66667px 24px 3px rgba(0, 255, 255, 0.2);
	}
}

@keyframes flash-3 {

	0%,
	100% {
		background: rgba(247, 0, 148, 1);
		box-shadow: 0px 4.66667px 24px 3px rgba(247, 0, 148, 1);
	}

	50% {
		background: rgba(247, 0, 148, 0.4);
		box-shadow: 0px 4.66667px 24px 3px rgba(247, 0, 148, 0.2);
	}
}

/* Christmas button */
.christmasButton {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 100px;
	padding: 22px 33px;
	text-decoration: none;
	color: #FFF;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
	background: #FF1700;
	/* Cambiado a rojo más intenso */
	outline: none;
	border-radius: 15px;
	border: 1px solid #4c0300;
	box-shadow:
		inset 1px 1px 0px rgba(255, 255, 255, 0.25),
		/* highlight */
		inset 0 0 6px #da3b2c,
		/* inner glow */
		inset 0 80px 80px -40px #dd4330,
		/* gradient */
		1px 1px 3px rgba(0, 0, 0, 0.75);
	/* shadow */

	position: relative;
	overflow: visible;
	/* IE9 & 10 */
	-webkit-transition: 300ms linear;
	-moz-transition: 300ms linear;
	-o-transition: 300ms linear;
	transition: 300ms linear;
}

/* .christmasButton::before {
	content: '';
	display: block;
	position: absolute;
	top: -7px;
	left: -3px;
	right: 0;
	height: 23px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAXCAYAAACS5bYWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABFpJREFUeNrUV0tIo1cUvpkYjQ4xxSA6DxuNqG0dtaUKOgs3s6i0dFd3pSsXdjeIixakiGA34sZuXCkoONLFwJTK4GMYLYXg29gatTpiXurkbd7vv9/5ub+IxuhA7eiFQ5Kbc8/57ne/e87/ywRBYLdl3GG3aNwqsLJ0k0tLS+fmcnNzWUVFBVMoFGx2djarvLxcm5OTw+bm5iytra2xc4ExNjY27iqVyvvwK6CpeDzuCYVC1urq6qDA9UcfPp+PHR4esmAwKK6tr68/l5/8rgQ2Ozub1dbWyiYmJooaGxt/VqvV38jlchX9l0qlwoFA4DWS/RKLxRxFRUVf5+XlPcaaT2AP0sVPJBL2SCRiAPBpu93+vKamZo/Ae71eZjabWV1dXVqw7CKwp43ksrCw8Bhg7MJ/PLDZ5PHx8cz29vYT5JGD/bSYLgTrcDgYdk6siSc6NjZWDaAe4ZoHQL+cmZnRpZPnhWDpD8kw7uKo9ML/NMCsd2tr61vkzboMrEyv138M7TyLRqMWMBsX3sMgaZhMpp+AR5EJrCocDpuEGzKg4x8khs+CVWxubvZfR9JkMik4nU7BarUKLpeLmLsKuwIqTLynp4fqmIzASrqQT09Pf1VVVfX0KsWZ6uHBwQHTaDSsoKAgo6/H4xHLEcrVyRwuEisrKzs5XrrIVAVwiUVDKRRrL+YI32ewdVhMApuHWvcj6vids6J2u90MF4yBHUZNgKoEBaRBQalJqFSqtJfUYrGIlQX+ydXVVTN+u0tKSjQNDQ1axJVl2iTypebn55d7e3v/kqoDgZU1NTU9LCws/Py0M+2ekuGincxJ3yF+18jIyHJLS0slQJUWFxczrBeBE0vE5tHRkbixlZWVfSR8gTX/0P5gH7S1tX3Z3t7+BW8qAvwSfr8/jA0EIRM/qoFtampqbW9vTw+XA+ojUruVd3Z2tvb19T2TQFEim81GgVJoCvvj4+NLOJZgaWmpemdn5y3a6BbcnJDAw8HBwac6ne6eqCW5XDwB3qVSqM9/DAwMUNy/eVLabT7sI25qwgujThCBhWE+mAt2yNc4SQKSZrOQQE1HS22VJkmPAGTr7+//fX19fRk+Zgq0trbGeFAKEAQT98BSqKOj47vm5uaa/Px8JeIk4GcaHh6eWlxcfAU/A8xG67BxAX3fwdcbYUpSDJ06Z49Ak8ZC3OL8f3YiA4PBYKdLQ2AJ9OTk5GpXV9cQiCVh79M94QtlPLDUE/1gPNrd3f0W33W4cBoco48zQuy/IZYAMnGqlSc4c66L9JruQUaSARXeT8HGKzxAqFBekni6+h46+pMzGiJGMgTOJh1yU/KNEGDvZWvfBawkA9ppwGg0mrRa7SOI2g+gxOgbJIpdFpj72PnxSnPX8vqRxTURgBQWKisrH+GThOm+CtAzoK/9/Uiqq/6hoaHfdnd3jaOjo7/yY7yxbwqkWy3sQzpS2C6YirwvUJk0y7hurfyGRrnduPGvAAMASmo8wzeVwfsAAAAASUVORK5CYII=) no-repeat 0 0,
	url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE0AAAAXCAYAAABOHMIhAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABiZJREFUeNrsWMtPlFcUvzPMwIDysLyRR4uATDHWCiVgSmRlios2DeiiXUFs0nRBd6arxqQhJDapkYXhP4BqDKTQhZaFNQSCaBEVJjwdHsNr5DUMDDPDzPT3u7nTDEgRKrKgc5KT+z3uufec33de99P4fD4RpL2RNgjB3kn35MkTeRERESFiYmLkGBoaKnQ6nWSNRvPPZFxr+vv7k6KioiIdDsfa8vLyQkFBgcP3Bnel3MDAQArWI0eFhISE87nb7bZ7PJ4VvLYuLi5O5+fnu9+kMNfq6+tLjIyMzMY6KeBEbK/XarXReI3lPDZMWcc4v7GxYV1dXR3Jy8ub2E5HPvJ6vRSSDH0ku1wuAfsEZOV1IEFHoeNFdHS0yMrK2knR0Lm5uR+hxLdQMjbwHTZbB41h8RGwCdc9MzMzneHh4bGJiYlf4SN8ijkfwqiIncCAAR7Iz2GPSShudjqdfeCeqampvwBQfFxc3JdYqwTv8gB8/F48A8BgKecE14V+L7ju2tpae05OzkuCCZvkPOj8mizmC6vVKtmPu+bx48cC3qI1mUyFUOyywWD4SHlELBaLJmCHNcwAghuAOujtuF4FqHO4nsX4EsAS3I4TJ04ME1h8PDE9PS09TYZoY2Pj1729vd6lpSVfkDYTPG0UkfNDRUWFgQ5Gb2Mh0N29e9eG/GQfHh4W8/PzwUy/ObQ/gMfVVlZW1iAiZdQxp3nv3LljRoL/5erVq1UIxzSiiVD9X4EDYATynCwAzGO858hCQRoaGmJFZNJz8YIcBc4BF966dau6sLAwBxVSJCUlCSThQwuU3W6XkYUok1Vzm5znQx5bbm9v77p+/frPeNSNRzZ/ISBwrG4ZR48eLamtrf2+uLjYSEG9Xi/wTISFhQlWGXohyzO/CJlVl23KQRLbABoaHx+/Z1lUZ/Hq1SsJFj3JT3hmHx8fnydPTEzMj46OziHPW2w22wxeD4Kfgadh/4YEzU8Az4DhffAn5eXlX1y6dKkEoCTspAQ9Mjs7+0BBo8Fms1lkZGTsOo0QLLRNkvnR+fEJzIMHD0xtbW39CL8JTFtSbAOvBIyLHIGVm9VzE2gKuDAMSSpcT6KXyT137lx2cnLyMXhcGDb3wq3XuWF3d/fCzZs3P0c4v5eSknJQbYLo7Ox0gC2lpaVZ3Be67Th/dnZWoAJKsJC3XA8fPhxoamp6hMb+BaaMgWcUMGtszZjiFDNmvcDI91pzG0iY4ARwkwrxkcHBwUdgNrRMbnrqoRbkVzDcvn3bl5qaWsmcgFH4G8XdEGUWFhak51AuISFBnkoCTyFbyWKxCJwIxlC0fq2rq7tcVFRkRKskjh8/Lr0+kBjCCDV/knfdv3//WX19/R8IRRNemxlu4AXwKqM+EJwdj1HbPYSwh3sCPAJDABm2LLchCjS+5/kirKGhwWk0GrMuXrxYQuX9hm/XXTMXMY+srKwI5ApZrbYmZh7deEJhAUKjLe/pLTzSsCuHrK+1tbUJVe3P6upq87Vr174rKysrYHVj/uW+OH3IfEuw4F3ee/fuPQfAvwOs5yyE4CnlFOu7BWrTCWlreO6FACpBZGwUw4BvkANLobReHb3kGZYGsGzTq/zlO8AT1ru6uoZbWlqeA6gINJAfnz59OlVLoX8Jtebm5raampqfcMvQYgTknz9//sKVK1c+y83NTdIEuCnaKMuNGzd+6+np6cCtSTkAw9D9X8Dyh+dbgaaAC1XAnUlPTy+qqqq6cPbs2UzkmWjNljiDJzpwHFnCkW2yo6NjCKW8H54wjlezKvRT09LSTsJrz5w6dSoN+Yp51ADAPUj8VoDbDq9pxrwuJcNIYQllJTIi/xopBw/VA7DJp0+f9hA78CgL5F5C8J2CpoCj8sfA6WCe/FPRhsRlZmbGIs8Y4FFO5CJgtrSsvrRVGW1V93b1myoGnKAKEcHgnwsWpg1lNI0fphwrmdqbckeU18WrnlOjqp5/j7W3BWvfQVPKa5SBkcrYCNVB65TRTlWZ1lXiXVU5xbtlDb2SPaLWYwrgHIcqPg6Vc7fbX69Yoyqfa7/AeiegbWOEVhmsVcWDwPn224iDJgla8Hd38Hd3ELQgaIeI/hZgAIPEp0vmQJdoAAAAAElFTkSuQmCC) no-repeat 50% 0,
	url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAXCAYAAACFxybfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAodJREFUeNrsVb1rWlEUv2pN/GqspKRSKFYXWzEloIWif0Fn6dJChQ7OQil0qd3EzcEpg0OgdHDr4CQODk7VRlLMEIVqApX4We0zflR9/Z1Ui4T34ksaaAYP/Hzc673n/M6550PG8zz73yKjn0wm83fDYDAwo9HINBrNnwOQg4MDs0ql2lQqlfdAWont7ng8Pjw+Ps44nc4G1pI9EXWaSOzt7TGO42aH5Pv7+08ajUZ0MBiUeXEZd7vdL5VK5fX29rZ+5tQiEmdxKrlcjsEYczgcynK5/BKKv/IXFNz/XiqVXkHdjUuRIA9SqdRD8or/R8Ez9fr9fqHVakUR4c2z0REjIQuHw2ZcrPBXLCA0RHTezEdHjIQqkUhEr9I4HOILhQLf6/VoOUFEvDMiQiToDx1Cdz+bzZ6bUFarlel0OkkVUK/XWbvdPoVer5fh3ntsfwJ+CJ2XA4p0Op1bpBgJyxDehQQ6nQ5DZXHBYDBZq9V+EhFUndnr9drEqoc2bwJbwGPgtohuVSwWe2Gz2TZMJpNgRKi6qtUqg2EWj8dTgUDgo0KhWPN4PC70EvXOzs67fD6/S6kiRIKeZA1YJ2MiJNbdbvfTUCjkV6vVK2hcDF8GI2w0GrGTkxM2HA5PDxaLxSOfz/cWEfk81X0XIMMFgJJ/srBjCgk8IdcfuVyuZ36//7nFYtkQyAMumUzuRiKRD0jMFLa+AZOpYwqgB/ziBVqmVBKUO7eAB/R0WG/Z7XaTVqtdbTabHJL6EK2djBaBPHA0NSqpbUsiMUeEBgpF4Q5AbZrmSJ/yEWgBTaBNHl9kdkgmMUeG7qwAq9PqovceTA3zlxlgsuswyuXsGsiSxJLEkoSY/BZgAEjRodi+uBruAAAAAElFTkSuQmCC) no-repeat 100% 0;
	
} */

.christmasButton:hover {
	background: #5e0d0c;
	/* Cambiado a rojo más claro */
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), 0 0 40px #FFF;
	box-shadow:
		inset 1px 1px 0px rgba(255, 255, 255, 0.25),
		/* highlight */
		inset 0 0 6px #a23227,
		/* inner glow */
		inset 0 80px 80px -40px #ac3223,
		/* gradient */
		1px 1px 3px rgba(0, 0, 0, 0.75);
	/* shadow */
}

.christmasButton:focus {
	outline: none;
	/*FF*/
}

.christmasButton:active {
	box-shadow:
		inset 1px 1px 0px rgba(255, 255, 255, 0.25),
		/* highlight */
		inset 0 0 6px #a23227,
		/* inner glow */
		inset 0 80px 80px -40px #ac3223,
		/* gradient */
		0px 1px 0px rgba(255, 255, 255, 0.25);
	/* shadow */

	-webkit-transition: 50ms linear;
	-moz-transition: 50ms linear;
	-o-transition: 50ms linear;
	transition: 50ms linear;
}

.text-shadow {
	text-shadow: 0px 4px 3px rgba(202, 12, 12, 0.5),
		0px 8px 13px rgba(202, 12, 12, 0.3),
		0px 18px 23px rgba(202, 12, 12, 0.3);
}

/* Animación de corazones flotantes */
@keyframes heart-float {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-30px);
	}
}

.heart-animation-l1,
.heart-animation-l2,
.heart-animation-l3 {
	animation: heart-float 3s ease-in-out infinite;
}

.asd-bottom-left {
	bottom: 480px;
}

.asd-bottom-right {
	bottom: 440px;
}

/* Animación ticker */
.ticker-news {
	padding: 1rem 0;
	overflow: hidden;
	white-space: nowrap;
	box-sizing: border-box;
}

.ticker-news__content {
	display: inline-block;
	padding-left: 100%;
	animation: ticker 25s linear infinite;
}

.ticker-news__item {
	display: inline-block;
	padding: 0 2rem;
	font-family: "Inter", serif;
	font-weight: 700;
	font-size: 1rem;
	color: #ee2350;
}

@keyframes ticker {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-70%);
	}
}

/* Responsive */
@media only screen and (min-width: 1024px) {
	.asd-bottom-left {
		bottom: 680px;
	}

	.asd-bottom-right {
		bottom: 640px;
	}
}

@media only screen and (min-width: 1280px) {
	.asd-bottom-left {
		bottom: 580px;
	}

	.asd-bottom-right {
		bottom: 540px;
	}
}

@media only screen and (min-width: 1536px) {
	.asd-bottom-left {
		bottom: 480px;
	}

	.asd-bottom-right {
		bottom: 440px;
	}
}