.banner-ferramentas{
    height: 400px;
    color: #fff;
    width: 100%;
    padding-top: 200px;
    padding-bottom: 200px;
    text-align: center;
    background-image: url('/img/banner-ferramentas.jpg');
    background-repeat: no-repeat;

    background-position: top right;
    background-attachment: fixed;

    /*background-size: cover;*/
}
.banner-ferramentas h1{
    font-size: 50px;
}

.ferrementas{
    margin-top: 40px;
    margin-bottom: 40px;
}
.ferrementas h1{
    font-size:40px;
    font-weight: 400;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #aa1e22;
}
.row.slide{
    margin-bottom:20px;
}
.ferrementas p{
    color: #adadad;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.faca-orcamento{
    margin-bottom: 40px;
}

a.a-faca-orcamento{
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 10px 0px;
    font-size: 30px;
    color: #fff;
    background-color:#adadad;
    border: 1px solid #adadad;
    font-size: 20px;
    font-weight:300;
}

a.a-faca-orcamento:hover{
    color: #adadad;
    background-color:#fff;
    border: 1px solid #adadad;
}

.ferrementas img {
    width: 100%;
}






@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}
