.swiper-button-white {
	color: white !important;
	font-weight: 900;
	text-shadow: 0 6px rgba(0,0,0,0.2);
}

@media (max-width:767px) {
	.swiper-button-prev, .swiper-button-next {
		width: 48px;
		height: 48px;
		background-color: rgba(0,0,0,0.5);
	}	

	.swiper-button-prev {
		left: 10px;
		border-radius: 50px;
	}

	.swiper-button-prev:after {
		font-size: 1rem;
	}


	.swiper-button-next {
		right: 10px;
		border-radius: 50px;
	}

	.swiper-button-next:after {
		font-size: 1rem;
	}
	
}

/* BLOCO SLIDESHOW HOME
------------------------------------------------------*/

.home-slideshow-vertical {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding-bottom: 50px;
	padding: 0;
}

.home-slideshow-vertical  .swiper-container {width: 100%; height: 100%;}
.home-slideshow-vertical  .swiper-slide img {width: 100%; height: 100%;}

.home-slideshow-vertical .swiper-slide {
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
/*
.home-slideshow-vertical .swiper-slide a {
	display: block;
	height: 100%;
}
*/
.home-slideshow-vertical  .swiper-button-prev:after,
.home-slideshow-vertical  .swiper-button-next:after {
	opacity: 0.80;
	/*font-size: 3em !important;*/
	text-shadow: 0 3px rgb(0 0 0 / 90%) !important;
	/*padding: 13rem 1rem;*/
}

.home-slideshow-vertical  .swiper-pagination {
	bottom: 1rem;
}

.home-slideshow-vertical .swiper-pagination-bullet {
	background:rgba(215,212,204,1.00);
	border: 2px solid rgba(215,212,204,1.00);
	width: 18px;
	height: 18px;
	opacity: 1;
	vertical-align: middle;
	display: inline-block;
	margin-right: 1em !important;
}

.home-slideshow-vertical .swiper-pagination-bullet-active {
	width: 18px;
	height: 18px;
	opacity: 1;
	background: rgba(13,34,167,1.00);
	border: 2px solid rgba(13,34,167,1.00);
}

@media (min-width:768px) {
	.home-slideshow-vertical  .swiper-button-prev:after,
	.home-slideshow-vertical  .swiper-button-next:after {
		padding: 6rem 1rem;
	}
}


@media (min-width:992px) {
	.home-slideshow-vertical  .swiper-button-prev:after,
	.home-slideshow-vertical  .swiper-button-next:after {
		padding: 13rem 1rem;
	}
}



/* BLOCO SLIDESHOW HOME
------------------------------------------------------*/

.home-slideshow {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding-bottom: 50px;
	padding: 0;
}

.home-slideshow  .swiper-container {width: 100%; height: 100%;}
.home-slideshow  .swiper-slide img {width: 100%; height: 100%;}

.home-slideshow .swiper-slide {
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
/*
.home-slideshow .swiper-slide a {
	display: block;
	height: 100%;
}
*/
.home-slideshow  .swiper-button-prev:after,
.home-slideshow  .swiper-button-next:after {
	opacity: 0.80;
	/*font-size: 3em !important;*/
	text-shadow: 0 3px rgb(0 0 0 / 90%) !important;
	/*padding: 13rem 1rem;*/
}

.home-slideshow  .swiper-pagination {
	bottom: 1rem;
}

.home-slideshow .swiper-pagination-bullet {
	background:rgba(215,212,204,1.00);
	border: 2px solid rgba(215,212,204,1.00);
	width: 18px;
	height: 18px;
	opacity: 1;
	vertical-align: middle;
	display: inline-block;
	margin-right: 1em !important;
}

.home-slideshow .swiper-pagination-bullet-active {
	width: 18px;
	height: 18px;
	opacity: 1;
	background: rgba(13,34,167,1.00);
	border: 2px solid rgba(13,34,167,1.00);
}

@media (min-width:768px) {
	.home-slideshow  .swiper-button-prev:after,
	.home-slideshow  .swiper-button-next:after {
		padding: 6rem 1rem;
	}
}


@media (min-width:992px) {
	.home-slideshow  .swiper-button-prev:after,
	.home-slideshow  .swiper-button-next:after {
		padding: 13rem 1rem;
	}
}


/* BLOCO SLIDESHOW HOME PRODUCT CATALOG
------------------------------------------------------*/

.home-products-catalog {
	z-index: 1;
}

.home-products-catalog .swiper-container {
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding-right: 10%;

}

@media (min-width:992px) {
	.home-products-catalog .swiper-container {
		width: 88%;
		padding: 0;
	}
}

@media (min-width:1280px) {
	.home-products-catalog .swiper-container {
		width: 90%;
	}
}

.home-products-catalog .swiper-slide {
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.home-products-catalog .swiper-slide a {
	/*display: block;
	height: 100%;*/

}

.home-products-catalog .swiper-button-prev:after,
.home-products-catalog .swiper-button-next:after {
	opacity: 0.80;
	/*font-size: 3em !important;*/
	text-shadow: 0 3px rgb(0 0 0 / 90%) !important;
	padding: 13rem 1rem;
}

.home-products-catalog .swiper-pagination {
	bottom: 1rem;
}

.home-products-catalog .swiper-pagination-bullet {
	background:rgba(215,212,204,1.00);
	border: 2px solid rgba(215,212,204,1.00);
	width: 18px;
	height: 18px;
	opacity: 1;
	vertical-align: middle;
	display: inline-block;
	margin-right: 1em !important;
}

.home-products-catalog .swiper-pagination-bullet-active {
	width: 18px;
	height: 18px;
	opacity: 1;
	background: rgba(13,34,167,1.00);
	border: 2px solid rgba(13,34,167,1.00);
}






























/* BLOCO SLIDESHOW HOME PRODUCT CATALOG
------------------------------------------------------*/

.home-about-us {
	z-index: 1;
}

.home-about-us .swiper-container {
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
/*
@media (min-width:992px) {
	.home-about-us .swiper-container {
		width: 88%;
		padding: 0;
	}
}

@media (min-width:1280px) {
	.home-about-us .swiper-container {
		width: 90%;
	}
}

.home-about-us .swiper-slide {
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
*/
.home-about-us .swiper-button-prev:after,
.home-about-us .swiper-button-next:after {
	opacity: 0.80;
	/*font-size: 3em !important;*/
	text-shadow: 0 3px rgb(0 0 0 / 90%) !important;
	padding: 13rem 1rem;
}

.home-about-us .swiper-pagination {
	bottom: 1rem;
}
.home-about-us .swiper-pagination-bullet {
	background:rgba(215,212,204,1.00);
	border: 2px solid rgba(215,212,204,1.00);
	width: 18px;
	height: 18px;
	opacity: 1;
	vertical-align: middle;
	display: inline-block;
	margin-right: 1em !important;
}

.home-about-us .swiper-pagination-bullet-active {
	width: 18px;
	height: 18px;
	opacity: 1;
	background: rgba(13,34,167,1.00);
	border: 2px solid rgba(13,34,167,1.00);
}