html {
    width: 100vw;
    overflow-x: hidden;
}
a {
    text-decoration: none;
}
.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 {
    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);
}

/* Center */
.image-gallery-content {
    margin: auto;
}
.image-gallery-content, .image-gallery-image, .image-gallery-slide {
    width: 60%;
}

/* Mio Footer */
.footer:before {
    /* content: '';
    background-image: url(../img/services.png);
    background-repeat: no-repeat;
    transform: scale(0.8); */
    position: absolute;
    width: 261px;
    left: -1rem;
    bottom: 0rem;
    height: 368px;
    z-index: 0;
    top: -9rem;
}
.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: 2rem;
    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;
    height: 450px;
    border: 1px solid gray;
    border-radius: 10px;
    overflow-y: hidden;
    padding-top: 0.4rem;
}
.containerImagenCard {
    display: flex;
    margin: 0 auto;
}
.imagenCard {
    min-height: 200px;
    max-height: 200px;
}
.textoCard {
    margin-top: 1rem;
    background-color: #3e8953;
    color: rgb(255, 255, 255);
    padding: 1rem;
}

.list-group-item-action:focus, .list-group-item-action:hover {
    z-index: 1;
    color: #f7f7f7;
    text-decoration: none;
    background-color: #3a8253e0;
}
.espacio {
    height: 71vh;
    overflow-y: scroll;
    margin-bottom: 2rem;
}
.altoInsideBox {
    margin-top: 12px;
}

@media only screen and (max-width: 576px) {
    .alto {
        margin-top: 25px;
        display: flex;
        justify-content: center;
        padding: 0 4px;
        margin-bottom: 0;
    }
    nav a {
        font-size: 1rem;
    }
    #list-example {
        display: none;
    }
    .col-8 {
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    nav a {
        padding: 0 11px;
    }
    .image-gallery {
        margin-top: 91px;
    }
}
