body {
    font-family: 'Source Sans Pro', sans-serif;
}
.banner-head{
    width: 100%;
    min-height: 735px;
    background: url('../img/banner-inicial-sarraff.png') top center no-repeat;
    background-size: 162%;

}
.navbar-default {
    background-color: rgba(0, 0, 0, 0) !important;
    border: 0 !important;
    padding-top: 30px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    padding-top: 20px;
}
.navbar-nav li{
    text-align: center;
}
.dropdown-menu{
    background-color: rgba(0, 0, 0, 0.95) !important;
}
.nav-fixed .dropdown-menu{
    background-color: #18232E !important;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: transparent;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    background-color: transparent !important;
    border-width: 1px;
    border-style: solid;
    border-color: #FFFFFF;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    border-radius: 2px;
    min-height: 0px;
    margin: 0px;
    text-align: center;

}
.navbar-nav li a{
    color: #FFF !important;
    font-weight: 400 !important;
    font-size: 18px;
}
.navbar-nav li a:hover{
border-width: 1px;
border-style: solid;
border-color: #FFFFFF;
opacity: 0.4;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
filter: alpha(opacity=40);
border-radius: 2px;
min-height: 0px;
margin: 0px;
text-align: center;
}
.bloco-texto-head{
    padding-top: 100px;
}
.bloco-texto-head h1{
    font-size: 46px;
}
.bloco-texto-head h3{
    font-size: 28px;
}
.titulo-head{
    color: #FFF;
    font-weight: 100 !important;
}
.bloco-servicos-head{
    padding-top: 50px;
}
.bloco-servicos-head div{
    width: 140px;
    min-height: 140px;
    display: inline-block;
}
.bloco-servicos-head a{
    margin-left: 10px;
}
.icone-servico{
    background-size: 85% !important;
}
#servico-avaliacao-empresa{
    background: url('../img/avaliacao_de_empresa.png') top center no-repeat;
}
#servico-avaliacao-empresa:hover{
    background: url('../img/avaliacao_de_empresa-over.png') top center no-repeat;
}
#servico-conselho-independete{
    background: url('../img/conselho-idependente.png') top center no-repeat;
}
#servico-conselho-independete:hover{
    background: url('../img/conselho-idependente-over.png') top center no-repeat;
}
#servico-estudo-viabilidade{
    background: url('../img/estudo-viabilidade.png') top center no-repeat;
}
#servico-estudo-viabilidade:hover{
    background: url('../img/estudo-viabilidade-over.png') top center no-repeat;
}
#servico-gestao-comercial{
    background: url('../img/gestao-comercial.png') top center no-repeat;
}
#servico-gestao-comercial:hover{
    background: url('../img/gestao-comercial-over.png') top center no-repeat;
}
#servico-gestao-economica{
    background: url('../img/gestao-financeira.png') top center no-repeat;
}
#servico-gestao-economica:hover{
    background: url('../img/gestao-financeira-over.png') top center no-repeat;
}
#servico-plano-negocio{
    background: url('../img/plano-de_negocios.png') top center no-repeat;
}
#servico-plano-negocio:hover{
    background: url('../img/plano-de_negocios-over.png') top center no-repeat;
}
#servico-revitalizacao{
    background: url('../img/revitalizacao.png') top center no-repeat;
}
#servico-revitalizacao:hover{
    background: url('../img/revitalizacao-over.png') top center no-repeat;
}
#empresa{
    width: 100%;
    min-height: 100px;
}
.bloco-img-empresa img{
    border-radius: 10px;
    position: absolute;
    margin-top: -30px;
    width: 85%;
}
.bloco-texto-empresa{
    padding-top: 30px;
}
.bloco-texto-empresa h2{
    color: #18B6E5;
    font-size: 42px;
    font-weight: 300;
}
.bloco-texto-empresa p{
    color: #6D6D6D;
    font-size: 19px;
    text-align: justify;
}
#equipe{
    width: 100%;
    min-height: 100px;
    background-color: #E7E7E7;
    padding-bottom: 30px;
    margin-top: -20px;
}
.bloco-equipe h2{
    color: #1A2B3D;
    font-weight: 300;
    font-size: 38px;
}
.bloco-equipe h3{
    color: #000;
    font-weight: 300;
    font-size: 22px;
    display: inline-block;
    margin-bottom: 25px;
}
.bloco-equipe h3 b{
    font-weight: 600;
    font-size: 26px;
}
.bloco-equipe p{
    color: #6D6D6D;
    font-weight: 400;
    font-size: 15px;
    text-align: justify;
}
#contato{
    width: 100%;
    min-height:100px;
    background-color: #1A2B3D;
    padding-bottom: 20px;
}
.bloco-texto-contato h2{
    color: #FFF;
    font-weight: 300;
    font-size: 42px;
    margin-bottom: 30px;
}
.bloco-texto-contato p{
    color: #FFF;
    font-weight: 300;
    font-size: 22px;
}
.linha{
    width: 200px;
    height: 1px;
    background-color: #FFF;
    margin-top: 100px;
    margin-bottom: 30px;
}
.div-form{
    margin-top: 30px;
    width: 80%;
    min-height: 100px;
    border: 1px solid #FFF;
    border-radius: 10px;
    padding: 10px;
}
.div-form h5{
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 20px;
}
.div-form input::-webkit-input-placeholder{
    color: #FFFFFF;
    font-size: 16px;
}
.div-form input{
    margin-bottom: 30px;
    height: 60px;
    background-color: transparent !important;
    font-size: 16px;
}
.div-form input:focus{
    background-color: #FFF !important;
    border-color: #FFF !important;
    box-shadow: none !important;
}
.btn-primary{
    background-color: #18B6E5;
    height: 60px;
    width: 100%;
    font-size: 36px;
    padding-top: 3px;
}
#map{
    width: 100%;
    min-height: 100px;
}
#map iframe{
    pointer-events: none;
}
#msg-envio{
    font-size: 22px;
    color: #FFF;
    font-weight: 400;
    margin-top: 20px;
}
.banner-avaliacao-empresa{
    background: url('../img/banner-avaliacao-de-empresas.png') top center no-repeat;
    background-size: 162%;
    min-height: 600px !important;
}
.banner-conselho-independente{
    background: url('../img/banner-conselho-independente_01.png') top center no-repeat;
    background-size: 162%;
    min-height: 600px !important;
}
.banner-estudo-viabilidade{
    background: url('../img/banner-estudo-viabilidade.png') top center no-repeat;
    background-size: 175%;
    min-height: 600px !important;
}
.banner-gestao-comercial{
    background: url('../img/banner-gestao-comercial.png') top center no-repeat;
    background-size: 190%;
    min-height: 600px !important;
}
.banner-gestao-financeira{
    background: url('../img/banner-gestao-financeiro.png') top center no-repeat;
    background-size: 175%;
    min-height: 600px !important;
}
.banner-plano-negocios{
    background: url('../img/banner-plano-de-negocios.png') top center no-repeat;
    background-size: 162%;
    min-height: 600px !important;
}
.banner-revitalizacao{
    background: url('../img/banner-revitalizacao.png') top center no-repeat;
    background-size: 162%;
    min-height: 600px !important;
}
.banner-equipe{
    background: url('../img/banner-equipe.png') top center no-repeat;
    background-size: 120%;
    min-height: 400px !important;
}
.bloco-texto-head p{
    color: #FFF;
    font-size: 16px;
}
.texto-servicos{
    width: 45%;
}
.servicos h3{
    font-size: 41px;
    margin-bottom: 5px !important;
}
.servicos h1{
    font-size: 47px;
    font-weight: 400 !important;
    margin-top: 5px;
}
.banner-faq{
    background: url('../img/faqs.jpg') top center no-repeat;
    background-size: 100%;
    min-height: 600px !important;

}
.logo-rodape-interna{
    margin-top: 30px;
    margin-bottom: 20px;
    width: 20%;
}
.linha-interno{
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.bloco-inicio h4 {
    line-height: 31px;
    color: #1A2B3D;
    font-family: source-sans-pro, sans-serif;
    font-weight: 400;
    font-size: 18px;
}
.bloco-conteudo h4 {
    text-align: left;
    font-size: 14px;
}
.bloco-conteudo p {
    text-align: justify;
}
.linha-faq {
    width: 50px;
    height: 5px;
    background-color: #1A2B3D;
}
#faq {
    width: 100%;
    min-height: 100px;
    margin-bottom: 50px;
}
.bloco-inicio a{
    cursor: pointer;
}
.texto-bloco-servicos h2{
    line-height: 25px;
    color: #1A2B3D;
    font-size: 25px;
    font-family: source-sans-pro, sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
}
.texto-bloco-servicos p{
    color: #333;
    font-family: source-sans-pro, sans-serif;
    font-weight: 300;
    font-size: 16px;
}
.conteudo-servicos{
    width: 100%;
    min-height: 100px;
    margin-bottom: 30px;
}
.form-servicos h5{
    color: #1A2B3D !important;
}
.form-servicos{
    border-color: #18B6E5 !important;
}
.form-servicos input{
    border-color: #18B6E5 !important;
    color: #6D6D6D !important;
}
.form-servicos input:focus{
    border-color: #6D6D6D !important;
}
.form-servicos input::-webkit-input-placeholder{
    color: #6D6D6D;
    font-size: 16px;
}
.nav-fixed{
    width: 100%;
    height: 80px;
    background-color: #18232E;
    position: fixed;
    top: 0;
    z-index: 99;
}
.nav-fixed .navbar-default {
    padding-top: 0 !important;

}
.box-tag{

    padding: 10px;
    width: 250px;
    height: 50px;
    text-align: center;
}
.box-tag p{
    font-size: 18px;
    color: #FFF;
    font-family: source-sans-pro, sans-serif;
    font-weight: 400;
}
@media(max-width:600px) {
    .banner-head {
        background-size: 850%;
        padding-bottom: 30px;
    }
    .bloco-img-empresa{
        display: none;
    }
    .linha {
        width: 100%;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .div-form{
        width: 100%;
    }
    .bloco-texto-head {
        padding-top: 70px;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: 0 !important;
        box-shadow: none;
    }
    .navbar-brand {
        padding: 0px 15px;
    }
    .texto-servicos {
        width: 100%;
    }
    .nav-fixed .navbar-nav {
        background-color: #18232E !important;
    }
}
