.card-img {
    height: 100%;
    width: 100%;
    height: 20vw;
    object-fit: cover;
}

.card {
    border: none;
}

.card-body {
    background-color: rgba(0.5, 0.5, 0.5, 0.1);
    height: 100%;
}

.card-title {
    font-weight: bold;
}

#heading-visitante {
    text-align: center;
    font-weight: bold;
}