
.imagenGaleria {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}


.col-lg-4, .col-md-6, .col-sm-12 {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    height: 100%;
}

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

.columna-imagen{
    height: 200px;
}

.boton-descarga{
    bottom: 10px;
    right: 15px;
    font-weight: 800;
    font-size: 1.5rem
}

.boton-descarga-enlace{
    color: rgba(255, 255, 255, 0.8);
}

.boton-descarga-enlace:hover{
    color: #fff;
}

.card-image-comunicacion{
    transition: 0.3s;
}

.card-image-comunicacion:hover{
    cursor: pointer;
    border: 2px solid var(--principal)
}
