html {
    scroll-behavior: smooth;
}

.navbar-brand {
    margin-left: 20px;
}

.foto-perfil {
    height: 100%;
    width: auto;
    max-width: 100%;
    border-radius: 50%;
}

p {
    font-family:Arial, Helvetica, sans-serif;
    color: black !important;
}

.icones {
    padding-left: 5px;
}

.titulosBrancos {
    text-decoration: underline;
    text-underline-position: below;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
}

.titulosAzuis {
    padding: 20px;
    font-weight: 700;
    color: #0d6efd;
}

.textoBranco {
    color: white !important;
}

.jumbotron {
    margin-bottom: 0px;
}

.textoFooter {
    margin: 0;
    padding: 15px 0px 15px 0;
}

h3, h4 {
    padding-bottom: 60px;
    margin-bottom: 0;
}

ul {
    list-style: none;
}