.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    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: 80%;
    width: 100%;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
  /* Contenedor de la imagen */
.img-container {
    position: relative;
    display: inline-block;
    object-fit: fill;
}

  /* Imagen */
.imagen {
    width: 500px;
    cursor: none;
    
}

  /* Área de zoom */
.zoom {
    display: none;
    position: absolute;
    width: 550px;
    height: 150px;
    border: 1px solid #eee;
    background-repeat: no-repeat;
    pointer-events: none;
    transform: translate(-100%, -100%);
  }
.color-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    background: gray;
    border: 1px solid gray;
}