.flickity-page-dots{
	bottom:6px;

}
.flickity-page-dots li{
	background:white !important;
	transition:width .3s;
	transform-origin: center;
}
.flickity-page-dots li.is-selected{
	width:10%;
	border-radius:5px;
}
.mi-carousel {
    width: 100%;
}

.mi-carousel .carousel-cell {
    width: 100%;
    height: 215px; 
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
	border-radius:15px;
}

.mi-carousel img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* recorta sin deformar */
    display: block;
}
.carousel-wrapper {
    position: relative;
}

/* Loader */
.carousel-loader {
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flickity-page-dots .dot{
    width:5px;
	height:5px;
}
@media screen and (max-width:767px){
mi-carousel .carousel-cell {

    height: 300px; 

}
}
