a {
    text-decoration: none !important;
}

.logo {
    min-height: 40px !important;
}

.navbar-collapse.collapse {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.navbar-brand {
    margin-right: 2rem;
}

    .navbar-brand img {
        height: 60px;
    }

@media(min-width:1025px) {
    .navbar-collapse.collapse {
        padding-bottom: 15px
    }
}

@media(max-width: 1200px) {
    .logo {
        height: 38px !important;
    }

    .navbar-brand {
        margin-right: 0;
    }
}

.navbar-nav > li:first-of-type {
    margin-left: auto;
}

.navbar-nav > li.searchbox {
    margin-left: 0;
}

.nav > li.contact > a {
    color: #FFF !important;
    background-color: #3f8dbf;
    font-family: 'Source Sans Pro',sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: .02em;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    border: 0;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
}

    .nav > li.contact > a:hover {
        background-color: #387eaa;
        color: #FFF !important;
        border: 0;
        -webkit-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
        -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
        box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15)
    }

@media(max-width: 1024px) {
    .nav > li.contact > a {
        padding: 15px 20px;
    }
}

.navbar-collapse {
    padding-top: 15px;
    padding-bottom: 15px;
}

.social a .icon-s-linkedin:after {
    background: #2867b2;
    background: #2e77cc
}


.dropdown-menu-right {
    right: 0;
    left: auto;
}

.searchbox > div {
    width: 400px;
}

.navbar .searchbox .dropdown-menu {
    width: 400px;
}

.area-client {
    margin-left: auto;
    margin-right: 4px;
}

    .area-client > a {
        border-color: #e6e9ed !important;
        -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
        -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
        box-shadow: inset 0 -2px 0 rgba(0,0,0,0.05);
    }

@media(max-width:1024px) {
    .navbar-nav .searchbox {
        float: none !important;
    }
}

ul.solution-text li {
    margin-bottom: 5px
}

.forms label {
    width: auto !important;
}

textarea.form-control {
    min-height: 150px;
}

.img-missao figure img {
    max-width: 150px !important;
}

.img-visao figure img {
    max-width: 290px !important;
    align-self: center;
}

@media(max-width: 1024px) {
    .img-missao, .img-visao {
        display: none !important;
    }

    .img-visao {
        padding-left: 30px;
    }
}

@media(max-width:480px) {
    #cliente > div > .row > div > figure img {
        max-width: 250px !important;
    }
}