.card-body {
    display: block;
    justify-content: center;
    align-items: center;
}

.imagen-centrada {
    display: block;
    margin: 0 auto;
    max-width: 60%;
    max-height: 60%;
}

#exicorp {
    margin-top: 3em;
    width: 13vw;
}

#eximin {
    margin-top: 2em;
    width: 13vw;
}

#xerapo {
    width: 10vw;

}

#mexus {
    width: 8vw;
}

#conexxion {
    margin-top: 40px;
    width: 12vw;
}

#nextport {
    width: 12vw;
}

#escomex {
    width: 10vw;
}

.imagen-animation {
    overflow: hidden;
}

.imagen {
    margin-top: 1em;
    margin-right: 1em;
}

.imagen:hover {
    transition: all 0.3s ease-out;
    transform: scale(1.2);
}

.justify-content-center {
    margin-top: 2em;
}
