html,
body {
    font-family: montserrat, sans-serif;
    font-weight: 400;
    font-size: 18px;
    font-size: 1rem;
    color: #86898a
}

h1 {
    margin-top: 0;
    margin-bottom: 0.6em;
    color: #34363b;
    font-size: 1.56em;
    line-height: 120%;
    font-weight: 800;
}
h1 .font-size-2{
    font-size: 1.84rem;
}
p{
    margin-bottom: 1.6em;
    color: #66676b;
    font-size: 18px;
}
.font-weight-bold {
    font-weight: 700
}

main {
    position: relative;
    width: 100%;
    height: auto
}

header {
    position: relative;
    padding-top: 12rem;
    padding-bottom: 5rem;
    text-align: center;
    color: #fff;
    background-image: url(../../header.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
}

.horizon{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 150px;
}
.navbar{
    position: absolute;
    top: 0;
    padding: 2rem;
}
.btn {
    padding: 18px 22px;
    border-radius: 0px!important;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1;
    border: 2px solid #ffffff;
}
.btn-saiba-mais {
    color: #fff;
    background-color: #0054a4;
    border-color: #0054a4;
}
.btn-saiba-mais:hover {
    color: #fff;
    background-color: #003672;
    border-color: #003672;
}

.btn-saiba-mais-inverse {
    color: #ffffff;
    background-color: transparent;
    border: 2px solid #ffffff;
}
.btn-saiba-mais-inverse:hover {
    color: #003672;
    background-color: #fff;
    border-color: transparent;
}
span.pink{
    color: #df4986;
}
section.launch .container {
    max-width: 720px
}

section.notes p {
    font-size: 1rem
}

ul.lista-social {
    list-style: none;
}
ul.lista-social li {
    display: inline;
}
ul.lista-social li a {
    display: inline;
}

ul.lista-social i {
    color: #ffffff;
}
footer {
    min-height: 30px;
    background-color: #0054a4
}
footer p, footer a{
    color: #ffffff;
}

@media (min-width: 768px){
    header{
        padding-top: 17rem;
        padding-bottom: 12rem;
    }
}
@media(max-width:768px) {
    .horizon {
        height: auto;
    }
    ul.lista-social {
        text-align: center;    
    }
    footer p, footer a{
        text-align: center;
    }
}