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 */
.footer:before {
    content: '';
    background-repeat: no-repeat;
    transform: scale(0.8);
    position: absolute;
    width: 261px;
    left: -1rem;
    bottom: 0rem;
    height: 368px;
    z-index: 0;
    top: -9rem;
}


.altura {
    margin-bottom: 2rem;
    background-color: transparent;
}
.ancho {
    margin-left: 4rem;
    padding-left: 4rem;
    padding-top: 5.6rem;
}
.alto {
    padding: 0 4px;
    margin-bottom: 0;
}
.containerCard {
    /* display: flex; */
    margin: auto;
    width: 95vw;
    justify-content: space-evenly;
    margin-bottom: 2rem;
}
.cCard {
    flex-direction: column;
    border-radius: .25rem;
    width: 340px;
    border-radius: 10px;
    padding-top: 0.4rem;
    height: 384px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 40%);
}
.containerImagenCard {
    display: flex;
    margin: 0 auto;
}
.imagenCard {
    min-height: 200px;
    max-height: 200px;
}
.textoCard {
    margin-top: 1rem;
    padding: 1rem;
}
.t1 {
    background-color: rgb(255, 255, 255);
    color: #3e8953;
}

.fila {
    justify-content: space-evenly;
}


@media only screen and (max-width: 576px) {
    .alto {
        display: flex;
        justify-content: center;
        padding: 0 4px;
        margin-bottom: 0;
    }
    nav a {
        font-size: 1rem;
    }
    #list-example {
        display: none;
    }
    .col-8 {
        width: 100%;
    }
    .fila {
        flex-direction: column;
        gap: 33px;
    }
    .cCard {
        width: 100%;
    }
}