#content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;

  width: 100%;
}



.main-wrapper{


}
.column {
  /*	width: 600px;*/
  padding: 10px;
}

.contenedorimgxxx {
  /*position: relative;*/
  width: 658px;
  /*  height: 600px;*/
  overflow: hidden;
}

.contimagenes{
  display: flex;
  overflow: hidden;
  width: 580px;
}


.imagenes{
  width: 836px;
  overflow: hidden;


}

#featured {
  max-height: 550px;
  /*object-fit: cover;*/
  cursor: pointer;
  /*border-radius: 25px;*/

  width: 100%;
  /* position: absolute;
    top: 50%;
    transform: translateY(-50%);*/
 /* -webkit-box-shadow: 0px 10px 13px -7px #000000,
    3px 5px 15px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 10px 13px -7px #000000, 3px 5px 15px 5px rgba(0, 0, 0, 0);*/
}

.thumbnail {
  object-fit: cover;
  max-width: 180px;
  width: 100%;
  max-height: 100px;
  cursor: pointer;
  opacity: 0.5;
  margin: 5px;
  border: 2px solid black;
}

.thumbnail:hover {
  opacity: 1;
}

.active {
  opacity: 1;
}

#slide-wrapper {
  max-width: 100%;
  display: flex;
  min-height: 100px;
  align-items: center;
}

#slider {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}

#slider::-webkit-scrollbar {
  width: 8px;
}

.negritadatos {
  font-weight: bold;
}

/*#slider::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);

}

#slider::-webkit-scrollbar-thumb {
  background-color: #dede2e;
  outline: 1px solid slategrey;
   border-radius: 100px;

}
*/
#slider::-webkit-scrollbar-thumb:hover {
  background-color: #18b5ce;
}

.arrow {
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: 0.3s;
}

.arrow:hover {
  opacity: 0.5;
  width: 35px;
  height: 35px;
}
















.demo {
  width:780px;
  margin: 20px auto;

}
#lightSlider {
  list-style: none outside none;
  padding-left: 0;
  margin-bottom:0;
}
li {
  display: block;
  float: left;
  cursor:pointer;
}
img {
  display: block;
  height: auto;
  width: 780px;
 /* height: 520px;*/
}

.lSSlideOuter .lSPager.lSGallery li {
  opacity: 0.5;
}

.lSSlideOuter .lSPager.lSGallery li.active {
  opacity: 1;
}

lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li{
border-radius: 0;
}

lSSlideOuter .lSPager.lSGallery li.active:hover, .lSSlideOuter .lSPager.lSGallery li:hover {
border-radius: 0;
}

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: 64px;
  max-width: 100%;



}

@media screen and (max-width: 1000px) {
  #content-wrapper {
  }





}



@media screen and (max-width: 539px) {
  .contenedorimgxxx {
    margin: auto;

    width: 80%;
  }

  #featured {
  }
}

@media screen and (max-width: 700px) {
  .contenedorimgxxx {
    margin: auto;

    width: 80%;
  }
}



@media screen and (max-width: 825px) {
 

  .demo{

   
    width: 550px;
  }
  img{
      width: auto;
  }

  #lightSlider {
    height: auto !important;
  }



}



@media screen and (max-width: 585px) {
  .demo{


    width: 400px;
  }
  img{
    width: 400px;
  }

  #lightSlider {
    height: auto !important;
  }
}



@media screen and (max-width: 431px) {
  .demo{

    
    width: 300px;
  }
  img{
    width: 300px;
  }
  
  #lightSlider {
 height: auto !important;
  }
}



@media screen and (max-width: 337px) {
  .demo{

 
    width: 280px;
  }
  img{
    width: 280px;
  }

  #lightSlider {
  height: auto;
  }
}
