body {
    background-color: #696969;
   }
.foto-perfil{
    height: 100%;
    width: auto;
    max-width: 100%;
    border-radius: 50%;
}
.corPrimaria {
    background-color: #363636;
}
.corSecundaria {
    background-color:#696969;
    ;
}
p {
    font-family: lato,'Helvetica Neue', Arial, Helvetica, sans-serif;
    color: rgb(255, 255, 255) !important;
}
.titulosBrancos {
    text-underline-position: below;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
}
.titulosVerdes {
    text-decoration: underline;
    text-underline-position: below;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: black;
}
.textoBranco{
    color: white !important;
}
.jumbotron {
    margin-bottom: 0px;
}
.contado{
    bottom: 0;
    width: 100%;
    line-height: 60px; 
}
.footer {
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
}
.jumbotron p:last-child {
    margin-bottom: 0;
}
.jumbotron p:last-child {
    margin-bottom: 0;
}

.jumbotron-heading {
  font-weight: 300;
}

.jumbotron .container {
   max-width: 40rem;
}
.sobre {
    margin-bottom: auto;
}
.navbar {
    margin-bottom: 0px
}
