/*fomularios*/
form.contatos button, .bt-curriculo, form.contatos input.btn-lg{
background: rgb(0,137,79);
    background: -moz-radial-gradient(center, ellipse cover, rgba(0,137,79,1) 1%, rgba(0,108,63,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,137,79,1) 1%,rgba(0,108,63,1) 100%);
    background: radial-gradient(ellipse at center, rgba(0,137,79,1) 1%,rgba(0,108,63,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00894f', endColorstr='#006c3f',GradientType=1 );    margin-bottom: 30px;
    border-bottom: 3px solid #352d24;
    height: 35px !important;
    text-shadow: none !important;
    margin-top: 30px;
    width: 100% !important;
    float: left !important;
    text-align: center !important;
    padding: 0 !important;
    color: #fff !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
}
.form-control {
    display: block !important;
    width: 100% !important;
    padding: .375rem .75rem !important;
    line-height: 1.5 !important;
    color: #55595c !important;
    background-color: #fff !important;
    background-image: none !important;
    border: solid 1px #c5c5c5 !important;
    box-shadow: 0px 4px 0px #cecece !important;
    border-radius: .25rem !important;
}
.form-group {
    margin-top: 20px !important;
}