body {
    font-family: 'Source Sans Pro', sans-serif;
}

h1, h2, h3, h4, h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.navbar {
    margin-bottom: 0;
}

.banner-home {
    background-image: url('../images/banner-home.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
    display: flex;
    align-items: center;
    margin-bottom: 100px;
    margin-bottom: 30vh;
}

@media only screen and (max-width: 768px) {
    .banner-home {
        margin-bottom: 5vh;
    }
}

.banner-home h1 {
    color: #fff;
    font-size: 48px;
    line-height: 72px;
}


.sessoes {
    padding: 20vh 0;
    font-size: 16px;
    line-height: 24px;
}

@media only screen and (max-width: 768px) {
    .sessoes {
        padding: 5vh 0;
    }
}

.sessoes .row {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 768px) {
    .sessoes .row {
        display: block;
        align-items: center;
    }
}

.sessoes .row h2 {
    margin-bottom: 48px;
    font-size: 48px;
}

@media only screen and (max-width: 768px) {
    .sessoes .row h2 {
        margin-bottom: 40px;
        font-size: 32px;
    }
}

footer {
    background-color: #121212;
    padding: 90px 0;
    color: #f0f0f0;
}

footer h3 {
    font-size: 48px;
}


footer form .form-group input {
    border-radius: 0;
    height: 48px;
}

footer form .form-group textarea {
    border-radius: 0;
}

footer form .form-group button {
    display: block;
    height: 48px;
    border-radius: 0;
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}

.copyright {
    text-align: center;
    background-color: #000;
    padding: 16px 0;
    color: #a5a0a0;
}

.thumbnail {
    border: 0;
}

.servicos {

}

.servicos h2 {
    margin-bottom: 72px;
}

