.banner-slider {
  display: flex;
  justify-content: space-between;

	
	align-items: center;
	justify-content: center;
	align-content: center;align-content

}

.slider-for {
  max-width: 84%;
  padding-right: 35px;
  height: auto;
}



.slider-banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slick-arrow {
  display: none !important;
}

.slider-nav {
  max-width: 16%;
  padding-top: 20px;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.thumb-image .thumbnail-image {
  text-align: center;
  overflow: hidden;
}

.thumb-image .thumbnail-image .thumbImg {
  max-width: 178px;
  height: 110px;
  margin: 0 auto;
}

.thumb-image .thumbnail-image .thumbImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.slider-nav .slick-sklide:hover{
 	opacity:0.5;
}
/* 
.thumb-image .thumbnail-image.slick-current .thumbImg {
  border: 2px solid #196db6;
}

.thumb-image .thumbnail-image:hover .thumbImg {
  border: 2px solid #000;
} */

/* En pantallas móviles, los thumbnails se comportan en horizontal */
@media screen and (max-width: 767px) {
	.banner-slider {
		    display: flex;
    	flex-flow: column;
	}
	.slider-for {
		max-width:100%;
		padding-right:0px !important;
		
	}
  .slider-nav {
    max-width: 100%;
    height: auto;
    padding-top: 10px;
    flex-direction: row;
    justify-content: center;
    gap: 5px;
  }

  .thumb-image .thumbnail-image .thumbImg {
    max-width: 80px;
    height: 60px;
  }
}
