.scroll-arrows{
    display: none;
}
.monito-sm {
    display: none;
}
.imagenBiografia {
    display: flex;
    justify-content: center;
    align-items: center;
}
.responsiveContent {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.2%;
    margin-bottom: 20px;
    top: 43.5%;
    transform: translateY(-50%);
}
.responsiveContent iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.txtVideoEspacio {
    height: 45vh;
    overflow-y: auto;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.txtVerdana {
    font-size: .9rem;
    font-family: 'Asap', sans-serif;
    font-size: 14px;
    font-family: 'Asap', sans-serif;
    letter-spacing: 0px;
}
.txtGaleria {
    height: 70vh;
    overflow-y: auto;
    text-align: left;
    font-size: 1rem;
}
.gallery a {
    width: 240px;
    height: 180px;
    display: inline-block;
    overflow: hidden;
    margin: 4px 6px;
}
.gallery img {
    height: 100%;
}
.galeriaFull {
    height: 66vh;
    overflow-y: auto;
}
.galeriaFull::-webkit-scrollbar {
    display: none;
}
.txtGaleriaFauna h5 {
    font-family: 'Cabin Sketch';
    font-style: normal;
    font-weight: 400;
    color: #3b302a;
    font-size: 1.9rem;
    letter-spacing: 0px;
}
.txtCabin {
    font-family: 'Cabin Sketch';
    font-style: normal;
    font-weight: 400;
    color: #3b302a;
    font-size: 1.1rem;
    letter-spacing: 0px;
}
small {
    font-size: 8px;
}
.fondoVideo {
    background-image: url(../images/espacio/fondo_video.png);
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}
#baguetteBox-overlay .full-image figcaption {
    line-height: 1.2;
    letter-spacing: 1px;
    font-family: 'Asap', sans-serif;
}

@media (max-width: 1239px) {
    .mediaChica {
        margin-top: 0 !important;
    }
}

@media (max-height: 600px) {
    .mediaChica {
        margin-top: 70px !important;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    body,
    html {
        position: relative;
    }
    .txtVideoEspacio {
        overflow: scroll !important;
        -webkit-overflow-scrolling: touch !important;
    }
    .imagenBiografia {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 60%;
        margin-top: 15px;
        margin-left: 37px;
    }
    .fondoVideo {
        background-size: contain;
    }
}

@media (max-width: 767px) {
    .scroll-arrows.arr2{
        padding-top: 0;
    } 
    .scroll-arrows {
        position: absolute;
        display: flex;
        width: 25px;
        right: 0;
        height: 100%;
        z-index: 99;
        padding-top: 60px;
        flex-flow: column;
        align-items: center;
        justify-content: center;
    }
    .scroll-arrows > div {
        width: 100%;
        height: 20px;
        color: #000;
        background-color: rgba(250, 250, 250, .7);
        border-radius: 5px;
        line-height: 1;
        font-size: 20px;
        cursor: pointer;
        margin: 20px 0;
        text-align: center;
    }
    .monito-sm {
        width: 40%;
        float: left;
        display: block;
    }
    .monito-lg {
        display: none;
    }
    .gallery {
        display: flex;
        flex-flow: wrap;
        overflow: auto;
        padding-bottom: 150px;
    }
    .gallery a {
        width: 26%;
        height: 80px;
        display: block;
        overflow: hidden;
        margin: 3%;
        box-shadow: none;
    }
    .gallery img {
        object-fit: cover;
        width: 100%;
        height: auto;
        position: relative;
    }
    .cont-galeria {
        height: 25vh;
        position: relative;
    }
    .cont-galeria .scroll{
        height: 100%;
        overflow: auto;
    }
    .galeriaFull {
        height: auto;
        overflow-y: auto;
    }
    #arte-2 {
        height: calc( 100vh - 60px );
    }
    .cont-animacion-sub {
        height: calc( 100vh - 50px );
        margin-top: 50px;
    }
    .portada{
        display: inline-flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
    }
    .portada img{
        padding-top: 0;
    }
}