body {
    font-family: 'Roboto', sans-serif;
    color: #0A3766;
}
header {
    background: url("images/bg-header-old.svg") center bottom no-repeat;
    background-size: cover;
    min-height: 575px;
    color: white;
}

.header-title {
    font-size: 36px;
    line-height: 1.2em;
}
.header-subtitle {
    font-size: 18px;
    line-height: 1.6em;
    font-weight: 400;
}

.bg-light-grey {
    background-color: #F7F7F7;
}

.font-weight-medium {
    font-weight: 500;
}

.font-weight-black {
    font-weight: 900;
}

hr {
    background-color: rgba(0,0,0,.1);
    border: 0;
    height: 2px;
}

.bg-aboutUs {
    background: url("images/bg-missao.jpg") left center no-repeat;
    background-size: cover;
}
.btn-link {
    border: 2px solid white;
    border-radius: 2em;
    color: white;
    transition: all ease .2s;
}

.btn-link:hover,
.btn-link:focus {
    background-color: white;
    color: #0A3766;
    text-decoration: none;
    transition: all ease .5s;
}

footer {
    background-color: #0A3766;
}