body {
    font-family: 'Droid Serif', serif;
    color: #585858;
    font-weight: 400;
}
.container-fluid{
    background-color: #fcfcfc
}

.slicknav_menu {
    display:none;
}

/* Configurações pra tela MENOR que 992px*/
@media(max-width:992px){
    .js #menu {
        display:none;
    }

    .js .slicknav_menu {
        display:block;
        background: #fcfcfc url('../img/logo-horizontal.png') no-repeat;
        background-position: 10px 0px;
        background-size: 180px;
    }
    
    #menu-horizontal{
        display: none;
    }
    
    a.menu-mobile{
        display: block!important;
    }
}

/* Configurações pra tela MAIOR que 992px*/
@media(min-width:992px){
    a.menu-mobile{
        display: none!important;
    }
    
    #menu-horizontal{
        background-image: url(../img/noize.png);
        border-left: 1px solid #585858;
        border-right: 1px solid #585858;
        border-bottom: 1px solid #585858;
    }

    #menu-horizontal img{
        margin: 40px 0px 30px 30px;
    }
    
    #menu-horizontal #menu{
        padding: 0px;
    }
    
    #menu-horizontal #menu li{
        list-style: none;
        position: relative;
        background: transparent url(../img/menu-line.png) no-repeat center top;
    }
    
    #menu-horizontal #menu li a {
        font-family: 'Amaranth', sans-serif;
        font-size: 18px;
        text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
        display: block;
        margin-left: 20px;
        padding: 10px 0px 10px 20px;
        background: transparent;
        color: #FF7F00;
        text-decoration: none;
        border: none;
    }
    
    #menu-horizontal #menu li a:hover {
        text-decoration: none;
        background: transparent url(../img/menu-hover.png) repeat-y left top;
        color: #FF7F00;
    }
    
    a.ativo{
        background: transparent url(../img/menu-hover.png) repeat-y left top!important;
    }
    
    .carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{
        min-height:428px;
    }
    
    .carousel{
        min-height:428px
    }
    
    ul.slicknav_nav {
        border-bottom: 2px solid #484848;
    }
}

/******************* GERAL ******************/
.intro {
    font-family: 'Droid Serif', serif;
    font-size: 16px;
    color: #585858;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Amaranth', sans-serif;
    color: #4a4a4a;
    font-weight: 400;
}

.left{float: left;}
.right{float: right;}
.text-center{text-align: center;}
.pad-top-10{padding-top: 10px;}
.pad-top-20{padding-top: 20px;}

.pad-bot-10{padding-bottom: 10px;}
.pad-bot-20{padding-bottom: 20px;}

.mrg-top-10{margin-top: 10px;}
.mrg-top-20{margin-top: 20px;}

.mrg-bot-10{margin-bottom: 10px;}
.mrg-bot-20{margin-bottom: 20px;}

.social{
    margin: 20px 0px 20px 38px!important;
}

img.idioma{
    text-align: center;
    font-size: 16px;
    font-family: 'Amaranth', sans-serif;
    color: #ff7f00!important;
    text-decoration: none!important;
    padding-bottom: 20px;
    margin: 10px 15px 0 0 !important;
}

h1{
    font-size: 22px;
    line-height: 26px;
}

.titulo_home{
    color: #ff7f00;
}

.home{
    float: left;
    border-top: 1px #ccc solid;
}

.home h2{
    font-size: 20px;
    font-family: 'Amaranth', sans-serif;
    width: 100%;
}

.home_texto_noticia {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
}

.home_lerCompleto{
    float: left;
    font-size: 14px;
    background-color: #ff7f00;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    margin: 10px 0px;
}

.home_lerCompleto:hover{
    background-color: #d35400;
    color: #fff;
    text-decoration: none!important;
}

.valores{
    border: 1px solid #ccc;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.areas{
    height: 280px;
}

.areas h2{
    font-family: 'Droid Serif', serif!important;
    font-size: 14px;
    margin-top: 10px;
}

.equipe .col-md-6{
    height: 90px;
}

.equipe h3{
    font-size: 18px;
}

.equipe p{
    font-family: 'Droid Serif', serif;
    font-size: 14px;
    color: #585858;
}

#ContactForm label{
    float: left;
    width: 100%;
    font-family: 'Droid Serif', serif;
    font-size: 14px;
    color: #555;
    font-weight: 400;
}

#ContactForm input, textarea{
    float: left;
    width: 100%;
    font-family: 'Droid Serif', serif;
    font-size: 14px;
    color: #585858;
    margin-bottom: 15px;
    padding: 5px 10px;
    background-color: #f2f2f2;
    border: 1px solid #dbdbdb;
    font-weight: 400;
}

#ContactForm input.btn-submit{
    width: 150px;
}

/*********************** Noticias ****************/
.tags{
    float: left;
    width: 100%;
    padding: 10px;
    border: 1px #ff7f00 dashed;
    margin-bottom: 30px;
}

.tags h3{
    padding: 0px;
    margin: 0px;
    color: #ff7f00;
}

.tags a {
    color: #484848!important;
    font-size: 16px;
}

#textoMais{
    float: left;
    width: 100%;
}

.linha{
    float: left;
    width: 100%;
    border-bottom: 1px dashed #4a4a4a;
    margin-bottom: 15px;
    margin-top: 10px;
}

img.imgMais{
    float: right;
    width: 400px;
    margin-top: 30px;
    padding-left: 20px;
}

/* Página LER Notícias */
.noticiaHover{
    float: left;
    width: 100%;
    color: #585858;
}

span.clear{
    float: left;
    width: 100%;
}

span.data {
    float: left;
    color: #585858;
    font-size: 14px;
    margin-right: 30px;
}

span.titulo_noticia h2{
    float: left;
    font-size: 20px;
    font-family: 'Amaranth', sans-serif;
    width: 100%;
}

span.titulo_noticia h4{
    font-size: 18px;
    font-family: 'Amaranth', sans-serif;
    width: 100%;
    padding:0px;
    margin:0px;
    color: #ff7f00;
}

span.texto_noticia {
    float: left;
    width: 100%;
    margin: 5px 0px;
    font-size: 16px;
    line-height: 20px;
}

.lerCompleto{
    float: right;
    font-size: 14px;
    background-color: #ff7f00;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}

.lerCompleto:hover{
    background-color: #d35400;
    color: #fff;
    text-decoration: none!important;
}

.noticiaHover:hover{
    color: #ff7f00;
}

.compartilhar{
    float: right;
    width: 100%;
    height: 32px;
    text-align: right;
    margin-bottom: 10px;
}

.paginas{
    float: right;
    margin: 20px 20px 10px 0px;
}

.nPaginas, .nPaginas a {
    float: left;
    font-size: 16px;
    color: #fff;
    padding: 2px 2px;
    background-color: #484848;
    margin: 0px 2px;
}

.nPaginasB, .nPaginasB a, .nPaginasB a:link {
    float: left;
    font-size: 16px;
    color: #fff;
    padding: 2px 2px;
    background-color: #ccc;
    margin: 0px 2px;
}

.espaco:first-child{margin-left:100px;}

.setas1 {
    float: left;
    font-size: 16px;
    color: #fff;
    padding: 4px 2px;
    background-color: #222;
    margin: 0px 2px;
}

.setas1 a, .paginas a:link{
    text-decoration: none;
    border: none;
    color: #fff;
}

.setas {
    float: right;
    font-size: 16px;
    color: #fff;
    padding: 4px 2px;
    background-color: #222;
    margin: 0px 2px;
}

.setas a, .paginas a:link{
    text-decoration: none;
    border: none;
    color: #fff;
}

.cinza {
  color: #fff!important;
  background-color: gray;
}

.rodape{
    float: left;
    background: transparent url(../img/footer-line.png) repeat-x top center;
    padding: 20px 0px 0px 0px;
    margin-top: 40px;
    font-size: 14px;
}

.rodape h3{
    font-size: 18px;
    margin-top: 0px;
}