.dv-app181-desing-id689a1f17eab3d .swiper {
  width: 100%;
  position: relative;
}

.dv-app181-desing-id689a1f17eab3d .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dv-app181-desing-id689a1f17eab3d .swiper-slide img {
	display:block;
  	height: auto;
  	object-fit: cover;
	margin: 0 auto;
}

.dv-app181-desing-id689a1f17eab3d .swiper-slide a img:hover {
	opacity: 0.85;
	transform: scale(1.02);
	transition: transform 0.3s, opacity 0.3s;
}


.swiper-button-next-id689a1f17eab3d,.swiper-button-prev-id689a1f17eab3d{
	font-size: 32px;
	/*background: rgba(0, 0, 0, 0.3);*/
	color: white;
	padding: 0px 15px;
	border-radius: 50%;
	cursor: pointer;
	user-select: none;
	transition: all 0.3s ease;
}
.swiper-button-prev-id689a1f17eab3d {
  left: 10px;
}
.swiper-button-next-id689a1f17eab3d {
  right: 10px;
}

/*DISEÑO 2 BANNER*/

/* Alturas por clase */
.alto-50 { height: 50px; }
.alto-100 { height: 100px; }
.alto-150 { height: 150px; }
.alto-auto { height: auto; }

/* Anchos por clase */
.ancho-50 { width: 50px; }
.ancho-100 { width: 100px; }
.ancho-150 { width: 150px; }
.ancho-auto { width: auto; }

.dv-app181-desing-id689a1f17eab3d .imagen-banner {
	object-fit: cover;
	max-width: 100%;
	height: auto;
	display: block;
}

.dv-app181-desing-id689a1f17eab3d .img-banner {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: center;
}

.banner-item-id689a1f17eab3d{
	flex: 1 1 auto;
  	text-align: center;
}



/*DISEÑO DE LA PAGINACION*/

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: transparent;
  border: 2px solid #00b16b;
  opacity: 1;
  margin: 0 6px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  background: white;
  border: 3.5px solid black;
}

@media (max-width: 991px) {
	.alto-150 { height: 100px; }
  	.ancho-150 { width: 100px; }
	
	.swiper-button-next-id689a1f17eab3d,.swiper-button-prev-id689a1f17eab3d{
		display:none;
	}
}

@media (max-width: 768px){
	.dv-app181-desing-id689a1f17eab3d .swiper-slide img {
		object-fit: contain !important;
	}
}