#s-banner-check {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

#content-img-home {
	width: 15%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 10px;
	z-index: 111;
}

#content-img-home a {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	border-radius: 20px;
	background-color: rgba(0, 0, 0, 0.8);
	transition: ease all 0.6s;
}

#content-img-home a:hover {
	transform: scale(1.1);
}

#content-img-home a img {
	width: 100%;
}

#carrousel-banner-check {
	width: 100%;
	display: block;
}

#carrousel-banner-check img {
	width: 100%;
	object-fit: cover;
	object-position: top;
}

#s-compre {
	padding: 0px !important;
	background-color: #bd2c2f !important;
	gap: 30px;
	flex-direction: row !important;
	align-items: stretch !important;
}

section#s-compre {
	padding-top: 70px !important;
}

#s-compre > div {
	width:100% !important;
	background-color: #bd2c2f !important;
}

#s-compre > img {
	width: 25%;
}

section#s-compre > div > div:nth-child(3) {
	box-shadow: none !important;
}

section#s-compre > div > div:nth-child(3) > div:first-child {
	justify-content: flex-start !important;
}

section#s-compre > div > div:nth-child(2),
section#s-compre > div > div:nth-child(1) {
	margin-bottom: 0px;
}

section#s-compre > div {
	justify-content: flex-start;
}

/*Preload inicio*/
.preloaderComplete {
	background: #bd2c2ed2;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999;
}

.loaderComplete {
	display: block;
	position: fixed;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #ffffff;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

.loaderComplete:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #ffffff;
	-webkit-animation: spin 3s linear infinite;
	animation: spin 3s linear infinite;
}

.loaderComplete:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #ffffff;
	-webkit-animation: spin 1.5s linear infinite;
	animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

#img-val-ing {
	display: none;
}

section#s-compre > div > div:nth-child(3) > div:first-child > div > h2 {
	font-family: "Muller bold";
	font-size: 27px;
}

#s-img-val {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#s-img-val img {
	width: 100%;
}

#content-p-checkout {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #bd2c2f;
	padding: 20px;
}

#p-checkout {
    width: 90%;
    display: grid;
    grid-template-columns: 75% 25%;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    position: relative;
}

#p-checkout>img {
	width: 100%;
	position: sticky;
	top: 120px;
	border-radius: 20px;
}

@media screen and (max-width: 1024px) {
	#s-compre {
		flex-direction: column !important;
	}

	#s-compre > div {
		width: 100%;
	}

	#s-compre > img {
		width: 100%;
	}

	section#s-compre > div {
		width: 100% !important;
	}

	section#s-compre {
		padding-top: 0px !important;
	}

	#s-compre {
		padding: 0px !important;
	}

	#carrousel-banner-check img {
		height: 45vh;
	}

	#content-img-home {
		width: 50%;
	}

	#img-val-ing {
		display: flex;
	}

	#s-img-val {
		display: none;
	}

	#p-checkout {
		display: flex;
		flex-direction: column;
	}
}
