/*SECTION TITULO INTERNA*/
.sect_title_interna {
    padding: 50px 0;
    padding-bottom: 120px;
    background-image: url(../../../../public/img/galeria/galeria22.jpeg);
    background-size: cover;
    background-position: center 24%;
    position: relative;
}
.sect_title_interna:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .5;
}
.sect_title_interna:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 28px;
    background-image: url(../../../../public/img/fondo/nubes2.png);
    background-size: cover;
    background-repeat: repeat;
    transform: rotate(180deg);
}
.row_height {
    height: 200px;
    align-items: flex-end;
}
.row_height h2 {
    color: #fff;
    font-weight: 700;
}
@media(max-width: 600px){
    .row_height {
        height: 100px;
    }
    .sect_title_interna {
        padding: 107px 0;
        padding-bottom: 70px;
    }
    .row_height h2 {
        font-size: 25px;
    }
}
/**/

/*********************************** SECTION GALERIA ***********************************/
.sect_galeria{
    padding: 80px 0;
}
.content_mixitup{
    width: 100%;
}
.box_galeria a{
    text-decoration: none;
}
.box_galeria a h6{
    margin-bottom: 0;
    padding: 10px;
    color: #fff;
    background: #04172a;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.box_galeria a:hover h6{
    background: #ffc815;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}