/* body, p, a, span, 
nav.navbar.bootsnav.menu-style1 ul.nav li a {
    font-size: 1rem;
} */
.fondo_negro {
    background-color: black;
}
.display_flex {
    display: flex;
}

/* index.php */
.masonry-gallery {
    position: relative;
}
.masonry-gallery.grid-4 .isotope-item {
    width: 24%;
}
.isotope-item .gallery-thumb {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-whp {
    height: 100%;
    object-fit: contain;
}

.skeleton-container {
    margin: auto;
}

.ulockd-footer2 {
    background-attachment: fixed;
    background-image: url(../images/onyva2.jpg);
    background-position: center top;
    background-repeat: repeat;
    background-size: cover;
}
.ulockd-footer2:before {
    background-color: rgba(0, 0, 0, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.footer_ul {
    margin: 1.8rem 2rem 0 0;
    display: flex;
    justify-content: center;
}
.footer_color_text, .footer-qlink ul li a, .footer-contact div a, .footer-font-icon.style2 a {
    color: #d3d2d2;
}
