/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 21 2023 | 15:37:02 */
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	background-size: cover;
	background-position: center;
}

.mySwiper2 {
    height: 60%;
	min-width:
}

.mySwiper {
	height: 15%;
	box-sizing: border-box;
	padding: 10px 0;
	margin-top: 10px;
}

.mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	cursor: pointer;
}

.mySwiper .swiper-slide-thumb-active {
	filter: saturate(1);
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.overlay-swiper {
    position: fixed;
    z-index: 400;
    background: #000000b0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.galeria {
    position: fixed;
    z-index: 400;
    width: 60%;
    top: 50px;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    margin: auto;
	padding:0px;
}


@media (max-width: 992px) {
	.galeria{
		width: 80%;
	}
}

@media (max-width: 768px) {
	.galeria{
		width: 90%;
	}
}