.foto-portada-institucion {
    height: 120px;
    position: absolute;
    top: 50px;
    width: 100%;
    opacity: 0;
    background-color: gray;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.foto-logo-institucion {
    position: relative;
    height: 100px;
    width: 130px;
    left: 120px;
    top: 50px;
    background-size: contain;
    border-radius: 10px;
    box-shadow: 2px 5px 2px -2px rgba(0, 0, 0, 0.4);
    background-repeat: round;
}

.distancia-a-portada-institucion {
    margin-top: 140px;
}

.foto-portada-institucion.chico {
    height: 60px;
}

.foto-logo-institucion.chico {
    height: 80px;
    width: 110px;
    top: 10px;
}

.distancia-a-portada-institucion.chico {
    margin-top: 80px;
}