.cabecera{
    width: 100%;
    height: 30vh;
    background: url('../../images/principal.jpg') no-repeat center / cover;
}
.cabecera__contenido{
    width: 90%;
    margin: 0 auto;
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cabecera__logos{
    width: 250px;
    display: flex;
}
.logo__sig{
    text-align: justify;
    width: 50%;
}
.logo__desc{
    font-family: 'Inter';
    
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
}
.logo__metis {
    width: 120px;
    height: 100px;
    background: url('../../images/metis.png') no-repeat center / cover;
    object-fit: contain;
    margin: 0 auto;
}
.logo__sitg{
    width: 150px;
    height: 50px;
    background: url('../../images/logoLarge.png') no-repeat center / cover;
}
.cabecera__lista{
    display: flex;
    align-items: center;
}
.cabecera__item{
    color: #ffffff;
    margin-right: 15px;
    font-size: 16px;
}
.login{
    width: 100px;
    border: none;
    padding: 12px;
    border-radius: 5px;
    cursor: pointer;
    background: #1665C0;
    color: #ffffff;
}
.login:hover{
    opacity: .8;
}
