.profile{
    height: 150px;
}

.profile--opacity{
    background-color: rgba(0,0,0,0.3);
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
}

.profile--opacity img{
    height: 100%;
}

.profile--img{
    width: 100%;
    transition: all .3s cubic-bezier(.27,.63,.5,1.05);
}

.profile_unidad{
    position: relative;
    margin-bottom: 0px;
    background-repeat: no-repeat;
    max-height: 260px;
    background-size: 100%;
    background-position: right;
}

.profile_unidad_tittle{
    padding-right: 3%;
    color: white;
    position: absolute;
    text-transform: capitalize;
    font-size: 32px;
    margin-left: 16px;
    right: 0;
    bottom: 0;
}

.banner_opacity{
    background-color: rgba(0,0,0,0.4);
    height: 100%;
    width: 100%;
}