.container-slide-banner {
	width: 100%;
	height: 574px;
	position: relative;
	overflow: hidden;
}

.article-slide-banner {
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding-left: 13.5%;
	padding-top: 310px;
	background-color: rgba(0, 0, 0, 0.2);
}

.article-slide-banner span {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
}

.article-slide-banner h1 {
	font-size: 42px;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 2rem;
}

.button-order-slide-banner {
	background-color: #fff;
	color: #000;
	padding: 10px 35px;
	margin-right: 17px;
	border-radius: 100px;
	font-size: 15px;
	font-weight: 500;
	transition: ease .2s;
	border-style: solid;
	border-color: #fff;
}
.button-order-slide-banner:hover {
	background-color: #000;
	color: #fff;
	border-color: #000;
}

.button-view-slide-banner {
	color: #fff;
	background-color: #000;
	padding: 10px 45px;
	border-radius: 100px;
	font-size: 15px;
	font-weight: 600;
	transition: ease .2s;
	border-style: solid;
	border-color: #000;
}
.button-view-slide-banner:hover {
	color: #000;
	background-color: #fff;
	border-color: #fff;
}

.container-auto-scroll-bar {
	width: 100%;
	height: 43px;
	background-color: #efefec;
	display: flex;
	overflow: hidden;
}

.container-auto-scroll-bar div {
	width: 200%;
	display: flex;
	flex-direction: row;
}

.container-auto-scroll-bar p {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	white-space: nowrap;
	animation: slide 40s linear infinite;
}

.container-auto-scroll-bar p span {
	font-weight: 700;
}

.container-check-marks {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 1rem;
	margin-bottom: 0;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: white;
}
.container-check-marks ul {
	max-width: 1295px;
	width: 100%;
	display: flex;
	justify-content: space-around;
	padding: 0 1rem;
}

.container-check-marks li {
	list-style: none;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 400;
}
.container-check-marks li img {
	margin: 0 1rem;
	margin-left: 0rem;
}
.container-check-marks li span {
	font-weight: 500;
}

@media (min-width: 1440px) {
	.image-slide-banner, .image-slide-banner > * {
		width: 100%;
		height: auto;
	}
}

@media (max-width: 900px) {
	.container-slide-banner {
		display: flex;
		justify-content: center;
		overflow: hidden;
		max-height: 508px;
	}
	.article-slide-banner {
		padding-left: 5% !important;
		padding-top: 275px !important;
	}
	.article-slide-banner h1 {
		font-size: 32px;
		margin-bottom:0rem !important;
	}
	.container-auto-scroll-bar {
		height: 33px;
	}
	.container-auto-scroll-bar div {
		width: 685%;
	}
}
