.nav-link {
    color: black;
}

.link {
    color: rgba(0,0,0,.5);
}

.fundo-colorido {
    background: #00949e4d;
}

.letra-min {
    font-size: .9rem;
    margin-left: -1rem;
}

.tit-enfase {
    font-size: 1.25rem;
    font-weight: bolder;
}

#banner {
    display: flex;
    margin-top: 4rem;
    height: 60px;
    background: rgba(0, 148, 158,.7);
    justify-content: center;
    align-items: center;
    color:rgb(255, 255, 255);
    font-weight:900;
}

h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.25rem;
}

.col-6{
    padding: 10px;
}

.btn{
    margin-bottom: 4px;
}