body {
    font-family: 'Roboto', sans-serif;
  }

.bg-dark {
    /* background-color: #363940!important; */
    background-color: #cd253f!important;
}

.navbar-dark a {
    color: #f2f2f2 !important;;
}
.navbar-dark a:hover,
.navbar-dark a:active,
.navbar-dark a:focus {
    color: #b2b2b2!important;;
}

/* ul.nav a:hover { color: #f2f2f2 !important; } */

.text-footer{
    text-decoration: none; 
    color: #ffffff;
}

.text-profissional{
    margin-left: 50px; 
    margin-right: 50px; 
    margin-bottom: 50px;
}

.link-list {
    text-decoration: none;
    color: cadetblue;
}

@media screen and ( max-width: 600px) {
    .text-profissional{
        margin-left: 10px; 
        margin-right: 10px; 
        margin-bottom: 10px;
    }
}

/* @media screen and ( max-width: 435px) {
    .text-footer{
        font-size: smaller;
    }
} */