@charset "utf-8";





.sliderresponsive{
    position: relative;
    margin: 0;
    height: 0;
    padding-bottom: 56.25%;
     
}

.sliderresponsive iframe{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
}


/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
    background-color: rgba(0,0,0,0.2);
    
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

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

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

/* Caption text */
.text {
  color: black;
  font-size: 1.em;
  padding: 8px 12px;
  Font-family: 'Lato', sans-serif;
   bottom: 4px;
  width: 100%;
  text-align: center;
      color: #F2F2F2;
}



/* Number text (1/3 etc) */
.numbertext {
  color: black;;
  font-size: 2em;
  padding: 8px 12px;
  display: flex;
    justify-content: space-between;
   align-self: center;
    top: 0;
    width: 100%;
    z-index: 1;
     color: #F2F2F2;
    Font-family: 'roboto', sans-serif;
    font-weight:bold;
    
}

#vermas22{
    font-size: .4em;
    color: fuchsia;
    align-self: center;
    
   
}

#punteo2{
    margin: .2em;
    width: 150px;
}



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

@-webkit-keyframes fade {
  from {opacity: .2;
    transition: .3s all;}
  to {opacity: 1;
    transition: .3s all;}
}

@keyframes fade {
  from {opacity: .4;
    transition: .3s all;}
  to {opacity: 1;
    transition: .3s all;}