.navbar-brand img {
    width: 120px;
}
.bg-light {
    background-color: #ffffff!important;
}
.banner{
    background-image: url("../imgs/bg-bam.jpeg");
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.layer{
    background:#000000ab;
    padding-top: 100px;
    padding-bottom: 100px;
}
h1{
    color: #fff;
    font-size: 2.9em;
    text-transform: uppercase;
    font-weight: 900;
}
.formulario{
    background: #fff;
    padding: 30px;
    border-radius: 6px;
}
.tit-form{
    font-size: 1.5em;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
}
form input, form textarea {
    margin: 10px 0;
}
.btn-form{
    width: 100%;
    background: #00bf62;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.p-txt-banner{
    color: #fff;
    font-size: 1.15em;
}
.p-txt-contato{
    color: #fff;
    margin: 0;
}
.hr-separator{
    color: #fff;
    border: 1px solid #fff;
    width: 5%;
}
.link-whats{
    background: #58c062;
    color: #fff;
    font-size: 1.5em;
    padding: 0 8px;
}
.copy{
    padding: 25px 0;
    background: #f5f5f5;
}

@media screen and (max-width: 991px){
    h1{
        font-size: 2.75em;
    }
}