#logo-header {
    background: url('../imgs/logo_sm.jpg') no-repeat;
    width: 576px;
    height: 168px;
    margin: 0 auto;
    background-position: center;
}


@media (min-width: 768px) {
    #logo-header {
        background: url('../imgs/logo_md.jpg') no-repeat;
        width: 768px;
        height: 224px;
        margin: 0 auto;
    }
}

@media (min-width: 992px) {
    #logo-header {
        background: url('../imgs/logo_lg.jpg') no-repeat;
        width: 992px;
        height: 289px;
        margin: 0 auto;
    }
}

@media (min-width: 1200px) {
    #logo-header {
        background: url('../imgs/logo_xl.jpg') no-repeat;
        width: 1150px;
        height: 350px;
        margin: 0 auto;
    }
}


#facebook-icon {
    display: block;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
    background: url('https://pngimg.com/uploads/facebook_logos/facebook_logos_PNG19753.png') no-repeat;
    background-size: 30px 30px;
    margin-right: 15px;
    float: left;
}

.jumbo {
    font-family: "Lato";
    font-size: 20px;
    line-height: 35px;
}

address {
    display: inline;
}

#list-contactos li {
    margin-top: 15px;
    line-height: 25px;
}

#powered {
    font-size: 12px;
}

#section-proposta {
    background: url('../imgs/bg.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
}

#section-proposta .btn {
    min-width: 150px;
    background: #fff;
}

#section-proposta .btn:hover {
    background: #dc3545;
}