.carousel-item {
	height: 50%;
}

.carousel-item h1 {
	position: absolute;
	font-weight: 800;
	margin: 0;
	color: white;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}


/*--------------------------------------------------------------
	PRODUCTS
--------------------------------------------------------------*/
.section-products {
	background-image: url(../images/banners/products-background.png);
	padding-top: 20px;
	padding-bottom: 20px;
}

.section-products h2 {
	color: rgba(233,91,15,1);
	text-align: center;
	margin-bottom: 30px;
}

.section-products h2::before,.section-products h2::after {
	display: inline-block;
	content: "";
	border-top: .2rem solid rgba(233,91,15,1);
	width: 3rem;
	margin: 0 1rem;
	transform: translateY(-0.5rem);
}

.section-products img {
	height: 200px;
	margin: 20px;
	border-radius: 15px;
	/*opacity: 0.35;*/
}


.section-products .thumbnail h3 {
	color: orangered;
	text-align: center;
	margin-bottom: 30px;
	font-weight: 700;
	background-color: white;
	border-radius: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.section-products .thumbnail p {
	color: black;
	font-weight: 500;
}