.hero-banner {
	background-position: right;
	background-size: cover !important;
}

.d-table {
	padding: 80px 0
}

.black-title-banner {
	display: flex;
}

.black-h1 {
	font-family: 'Barlow', sans-serif;
	font-size: 120px;
	line-height: 100px;
}

.black-h1-black {
	color: #0000;
	-webkit-text-fill-color: #0000;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: white;
}

.black-h2 {
	font-family: 'Barlow', sans-serif;
	font-size: 40px;
	text-shadow: 0 5px 10px black;
	line-height: 38px;
}

.descuento-promo {
	font-family: 'Barlow', sans-serif;
	background-color: #2c32ff;
	border-radius: 200px;
	padding: 45px 10px;
	font-size: 60px;
	box-shadow: 0 0 20px #2c32ff;
	width: fit-content;
	animation-name: precio-dest;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}

@keyframes precio-dest {
	0% {
		box-shadow: 0 0 20px #2c32ff;
	}

	50% {
		box-shadow: 0 0 30px #2c32ff;
	}

	100% {
		box-shadow: 0 0 20px #2c32ff;
	}
}

.descuento-promo-1 {
	font-size: 30px;
	margin: 0;
	color: white;
}

.descuento-promo-2 {
	font-size: 80px;
	margin: 15px 0;
	color: white;
}

	.descuento-promo-2 strong {
		line-height: 35px;
	}

.descuento-promo-3 {
	font-size: 30px;
	margin: 0;
	color: white;
}

.card {
	margin-bottom: 20px;
	transition: all .2s ease-in-out
}

	.card:hover {
		transform: translateY(-10px);
		border: solid 1px #2c32ff;
		box-shadow: 0 0 20px #2c32ff30;
	}

@media (max-width: 700px) {
	.hero-banner {
		background-position: center;
		padding-top: 55px;
		padding-bottom: 20px;
	}

	.d-table {
		padding: 30px 0
	}

	.black-h1 {
		font-size: 90px;
		line-height: 70px;
		text-align: center;
	}

	.black-h2 {
		text-align: center;
	}

	.descuento-promo {
		margin: auto;
	}

	.black-title-banner {
		flex-direction: column
	}
}
