.nav-single .titul-album{width:68.7%;font-size:20px;font-family:"Times New Roman", Times, serif;color:#999;text-shadow:1px 0 0 #666;text-align:center;margin:0 15%;padding:5px; 0;}
.gallery-container{
  width: 70%;
  position: relative;
  margin: 0 4.3%;
  background:#000;
  margin:1% auto;
  padding:0;
}
/* 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;
  background-color: rgba(0,0,0,0.1);
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 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 */
.desc-foto {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  width: 96%;
  text-align:justify;
}

.imgslide {
  width: 100%;
  background-size:contain;
}

/* Number text (1/3 etc) */
.numbertext {
  padding:5px;
  color: #FFF;
  font-weight:normal;
  font-size: 14px;
  text-align:center;
  position:absolute;
  top:3px;
  left:3px;
}

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

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

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

