* {box-sizing:border-box}


.slider {
  display: block;
  width: 100%;
}

/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
  /* width: 95%; */
}

/* Hide the images by default */
.slider  .mySlides {
  display: none;
  height: 100%;
  /* min-height: 590px; */
}
.slider .mySlides img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
/* Next & previous buttons */
.slider .prev, .slider .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: #3e3e3e;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  /* background: #2395d2; */
}

/* Position the "next button" to the right */
.slider .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.slider .prev:hover, .slider .next:hover {
  /* background-color: rgba(0,0,0,0.8); */
  background-color: rgb(212 212 212);
  text-decoration: none;
  color: white;
}

/* Caption text */
.slider .text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  text-shadow: 1px 1px #0000005e;
  background: #0000005e;
}

/* Number text (1/3 etc) */
/* .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
} */

/* The dots/bullets/indicators */

.slider .dots  {
  text-align: center;
  width: 100%;
  position: relative;
  left: 0px;
  bottom: 30px;
}

/* .slider .galeria{
  margin-top: 1px;
} */

.slider .dot {
  cursor: pointer;
  height: 14px;
  width: 14px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.slider .active, .slider .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.slider .medesaparezco {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

.slider .puntitos img{
  width: 100vw;
  object-fit: cover;
  display: block;
  max-height: 600px;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* Container for image text */
.slider .caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.slider .row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.slider .column {
  display: inline-block;
  width: 25%;
  padding: 0px 2px;
  /* max-width: 170px; */
  vertical-align: top;
  position: relative;
}

/* Add a transparency effect for thumnbail images */
.slider .thumb{
  opacity: 0.5;
  color: #000000; 
}

.slider .active, .slider .thumb:hover {
  opacity: 1;
}

.slider .active{
  color: #000000;
}

.slider .textomini {
  position: absolute;
  padding: 2px 5px;
  color: #fff;
  text-shadow: 1px 1px #0000005e;
  top: 0px;
  background: #0000005e;
}

@media all and (max-width:700px){
  .slider .dot {
    height: 12px;
    width: 12px;
    margin: 0 5px;
  }
}