.swiper {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

.swiper-slide {
	background-position: center;
	background-size: cover;
	width: 40%;
	/*width: 920px;
	height: 442px;*/
}
.swiper-slide-ip {
	background-position: center;
	background-size: cover;
	width: 627px;
	height: 300px !important;
}


.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	/*object-fit: cover;*/
	object-fit: contain;
	border-radius: 20px;
}

.swiper-slide-ip img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover !important; 
	border-radius: 20px;
}

.swiper .swiper-slide {
	border-radius: 26px;
	/*border: 5px double var(--bs-bg-azul8) !important;*/

   	/*border-left: 4px solid var(--bs-bg-ama12) !important;*/
   	border-top: 4px solid var(--bs-bg-ama12) !important;
   	/*border-right: 4px solid var(--bs-bg-ama12) !important*/
   	border-bottom: 4px solid var(--bs-bg-azul10) !important;

	box-shadow: 0 4px 6px rgba(0,0,0,0.5) !important;

}

.swiper .swiper-slide-ip {
	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;

}


/* Estilos de Swiper con Imágenes */
        .header-swiper {
            width: 100%;
            height: 100%;
        }
        .swiper-slide-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .swiper-pagination-bullet-active {
            background: var(--bs-bg-ama12) !important;
            width: 24px !important;
            border-radius: 4px !important;
            transition: all 0.3s ease;
        }