.swiper {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

.swiper-slide {
	background-position: center;
	background-size: cover;
	width: 627px;
	height: 300px;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}
.swiper .swiper-slide {
	border-radius: 20px;
	/*border: 5px double var(--bs-bg-azul8) !important;*/

   	border-left: 4px solid var(--bs-bg-ama12) !important;
   	/*border-right: 4px solid var(--bs-bg-ama12) !important;*/


	box-shadow: 0 4px 6px rgba(0,0,0,0.5) !important;

}


