.container.gallery-container {
    margin-top: 7em;
    margin-bottom: 3em;
    background-image: url(../images/fondo-galeria.jpg);
    -webkit-background-size: fixed;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size:cover;
    color: #35373a;
    border-radius: 20px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}

video{
    position: fixed;

    min-width: 100% ;
    min-height: 100% ;     

    top: 50%;
    left: 50%;     

    transform: translateX (-50%) translateY() (-50%);    

    z-index: -1;        
    --webkit-filter: sepia(100%)
}

@media(max-width: 768px) {
    .container.gallery-container {
        margin-top: 6em;
    }

    .container.gallery-container {
        border-radius: 0;
    }
}
.gallery-container h1 {
    color: white;
    padding-top: 1em;
    text-align: center;
    margin-top: 70px;
}

.gallery-container p.page-description {
    text-align: center;
    max-width: 800px;
    margin: 25px auto;
    color: red;
    font-family: 'Lobster';
    font-size: 18px;
}

.tz-gallery {
    padding: 40px;
}

.tz-gallery .lightbox img {
    width: 100%;
    margin-bottom: 20px;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}


.tz-gallery .lightbox img:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}

.tz-gallery img {
    border-radius: 4px;
}

.baguetteBox-button {
    background-color: transparent !important;
}


@media(max-width: 768px) {
    body {
        padding: 0;
    }

    .container.gallery-container {
        border-radius: 0;
    }
}





body {
    background-repeat: no-repeat;
    color: #000;
    overflow-x: hidden
}

p {
    margin-top: 2em;
    color: red
}

h2 {
    margin-top: 3em;
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 40px;
    color: red
}

@media (max-width:767px) {
    h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px
    }
}

.intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto
}

.intro p {
    margin-bottom: 0
}

.people {
    padding: 50px 0;
    cursor: pointer
}

.item {
    margin-bottom: 30px
}



.item .box {
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 280px;
    position: relative;
    overflow: hidden
}

.item .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(31, 148, 255, 0.75);
    transition: opacity 0.15s ease-in;
    opacity: 0;
    padding-top: 80px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15)
}

.item:hover .cover {
    opacity: 1
}

.item .name {
    font-weight: bold;
    margin-bottom: 8px
}

.item .title {
    text-transform: uppercase;
    font-weight: bold;
    color: #bbd8fb;
    letter-spacing: 2px;
    font-size: 13px;
    margin-bottom: 20px
}

.social {
    font-size: 18px
}

.social a {
    color: inherit;
    margin: 0 10px;
    display: inline-block;
    opacity: 0.7
}

.social a:hover {
    opacity: 1
}