html {
    width: 100vw;
    overflow-x: hidden;
}
.imgOnyva {
    padding-right: 100px;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    margin-top: 50px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    z-index: 100;
    border-radius: 8px;
}
.imgOnyva:hover::after {
    transform: translateY(0);
}
.imgOnyva::after {
    width: 220px;
    height: 200px;
    font-size: 1.8rem;
    color: #fff;
    background-color: #32656d61;
    inset: 0;
    display: grid;
    place-items: center;
    transform: translateY(-100%);
    transition: .35s;
    margin: 0 -20px;
    /* transform: scale(0.001);
    transition: .4s; */
}

/* Mio Navbar */

.navTop {
    position: fixed;
    width: 100vw;
    top: 0;
    z-index: 100000;
    background-color: #ffffff;
    padding-left: 1rem;
    padding-right: 1.4rem;
    display: flex;
    justify-content: space-evenly;
}
.navbar-nav {
    display: inline-flex;
}
.itemsNav {
    display: contents;
    display: inline-flex;
}
a:link {
    color: rgb(22, 22, 22);
}
a:visited {
    color: inherit;
}
.nav-link {
    color: rgb(8 8 8);
}
.nav-link:focus, .nav-link:hover {
    color: #000000;
    transform: scale(1.1);
}
.image-gallery {
    margin-top: 78px;
}

/* Center */
.image-gallery-content {
    margin: auto;
}
.image-gallery-content, .image-gallery-image, .image-gallery-slide {
    width: 60%;
}

/* Mio Footer */
.whatsapp:link {
    cursor: pointer;
    color: rgb(197 189 189);
}
.footer .social-links {
    margin-top: 0;
    display: flex;
    justify-content: center;
}
.footer .social-links ul {
    bottom: 5rem;
}
.footer .social-links img {
    vertical-align: middle;
    width: 44px;
    height: 25px;
    /* filter: grayscale(100%); */
    filter: brightness(0.5);
}
.footer .social-links img:hover {
    vertical-align: middle;
    width: 44px;
    height: 25px;
    filter: none;
    color: blue;
}

.altura {
    margin-top: 10rem;
    margin-bottom: 2rem;
}
.ancho {
    margin-left: 4rem;
    padding-left: 4rem;
    padding-top: 5.6rem;
    /* font-size: 14px; */
}

@media only screen and (max-width: 480px) {
    .image-gallery {
        margin-top: 0;
    }
}