.box {
    margin-top: 2rem;;
    padding: 10px;
    border: 1px solid rgb(196, 193, 193);
    border-radius: 5px;
}
a.nav-link {
    color: rgba(0,0,0,0.7);
    
}
a.nav-link:hover {
    color: rgba(0,77,87,0.7);
    font-weight: bold; 
}
a.nav-link.active {
    color:#007787;
    font-weight: 700;
}
.btn-link {
    color: rgba(0,77,87,0.7);
    font-weight: bold;
}
.btn-link:hover,.btn-link:focus {
        color: #007787;
        text-decoration: none;
    }
#intranet {
    color: #007787;
    font-weight: bold;
    font-size: 42px;
}
a:link{
    color: black;
    text-decoration: none;
}
li {
    margin-bottom: 0.5em;
}
.pos {
    margin-top: 6em;
}
.alert-danger, .title {
    background-color: red;
    color: white;
    border-radius: 5px;
}
.title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    font-weight: 900;
    background-color:rgba(0,77,87,1);
}
.nav-tabs .nav-link.active {
    color:#007787;
}
.barra {
    position: fixed;
    width:100%;
    background-color:rgb(255,255,253);
    top:0;
    box-shadow: 0 8px 8px -6px rgba(0,0,0,0.5);
    z-index:100;
}
.btn-uh {
    background-color: rgba(0,77,87,0.7);
    color:rgb(255,255,240);
}
.btn-uh:hover,.btn-uh:focus {
    background-color: rgba(0,77,87,1);
    color:rgb(255,255,255);
}
#logo {
    height:82px;
}
.uh-green {
    background-color:rgba(0,77,87,0.2);
}



