
.gallery-container-fotos{
    margin-bottom: 30px;
}
.gallery-container-header {
    width: 100%;
    text-align: center;
}

.gallery-container-header h1 {
    font-size: 1.6em;
}

.gallery-container-header p {
    font-size: 0em;
    margin-bottom: 50px;
}


/* Slideshow container */

.gallery-container {
    width: 100%;
    position: relative;
    margin: 0px;
    background: #000;
    padding: 0px;
}

.gallery-container-shadow {
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.4);
}


@media (min-width: 480px) {
    .gallery-container {
        width: 400px;
        margin: 0 auto;
    }
}


@media (min-width: 768px) {
    .gallery-container {
        width: 600px;
        margin: 0 auto;
    }
}

@media (min-width: 1280px) {
    .gallery-container {
        width: 750px;
        margin: 0 auto;
        margin-bottom: 150px;
    }
}


/* Hide the images by default */

.mySlides {
    display: none;
}


/* 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
    }
}


/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 1.2em;
    padding: 8px;
    position: absolute;
    bottom: 0;
}


/* 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: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    background-color: rgba(0, 0, 0, 0.2);
}


/* 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 */

.text {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    width: 100%;
    text-align: center;
}

.imgslide {
    width: 100%;
}

/*GALERIA DE FOTOS*/