/* Folha de estilo */

/* Reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    text-decoration: none;
    background:transparent;
}

@font-face{
    font-family: 'modern 880 bt';
    src: url('../fonts/modern_880_bt.ttf');
}

@font-face{
    font-family: 'Modern880_BT_Bold';
    src: url('../fonts/Modern880_BT_Bold.ttf');
}

/*
* Cores, Definições Genéricas
*/
.navbar-default{
    border-top: 5px solid #8b0304 !important;
    background-color: #282828;
    margin-top: 30px;
    z-index: 11;
    border-color: transparent;
}

.dropdown-menu{
    background-color: #282828;
}

.dropdown-menu a{
    text-transform: uppercase;
}

.dropdown-menu a:hover{
    color: #b4002c !important;
}

.cinza{
    background-color: #282828;
}

.vermelha{
    background: #8b0304;
}

.no-padding{
    padding: 0px;
}

.font-normal{
    font-family: 'modern 880 bt';
}

.font-bold{
    font-family: 'Modern880_BT_Bold';
}

.pd-left-none{
    padding-left: 0px !important;
}

.pd-right-none{
    padding-right: 0px !important;
}

.pd-right-5{
    padding-right: 5%;
}

.pd-left-5{
    padding-left: 5%;
}

.pd-none{
    padding: 0px;
}

.row{
    margin: 0px;
}

.navbar-nav {
    float: none;
    margin: 0;
    display: table;
    margin: auto;
}

.fl-right{
    float: right;
}

.fl-left{
    float: left;
}

.titulo-default{
    color: #8b0304;
    font-size: 1.4em;
    text-decoration: none;
    text-align: left;
    margin-bottom: 11px;
}

a:hover{
    text-decoration: inherit;
}

.mais-default{
    padding: 4px 7px;
    font-size: 1.4em;
    color: #fff;
    background-color: #8b0304;
    float: right;
    margin-top: 20px;
}

#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}

.owl-pagination{
    position: absolute;
    right: 40px;
    top: 80%;
}

.owl-buttons{
    position: absolute;
    z-index: 11;
    top: 45%;
    width: 100%;
}

.owl-prev{
    top: 0px;
    left: 40px;
    position: absolute;
}

.owl-next{
    top: 0px;
    right: 40px;
    position: absolute;
}

.titulo-pag{
    font-size: 2em;
    color: #8b0303;
    text-align: left;
    /*padding: 40px 0px 30px 0px;*/
}

.txt-interna{
    font-size: 1em;
    color: #464646;
    text-align: justify;
    direction: ltr;
    line-height: 1.2;
}

.bloco-conteudo-interna{
    border-left: solid 1px #bfc1c2;
    padding: 40px 0px 30px 30px;
    height: 100%;
    display: table;
}

.conteudo-interna .bloco-conteudo{
    height: 100%;
    position: relative;
}

.control-label{
    color: #464646;
    font-size: 0.9em;
    font-weight: normal;
}

.form-control{
    border: transparent;
    background: #f4f3ee;
}

textarea.form-control {
    min-height: 140px;
}

.btn-default {
    color: #fff;
    background-color: #282828;
    border-color: transparent;
    font-size: 0.9em;
    float: right;
    border-radius: 0px;
    text-transform: uppercase;
}

/*.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}*/
/*
* Cores, Definições Genéricas
*/

/*
* Header
*/
header{
    width: 100%;
    margin: auto;
    height: auto;
    display: table;
    position: relative;
    border-top: 5px solid #575757;
    padding-top: 30px;
}

.link-linha-topo{
    font-size: 1em;
    color: #fff !important;
}
/*.link-linha-topo:hover .dropdown-menu1{display: block !important; opacity: 99999999999;}*/
.link-linha-topo:hover{
    border-top: 8px solid #282828;
    margin-top: -8px;
    background: transparent !important;
}

.link-topo-ativo{
    border-top: 8px solid #282828;
    margin-top: -8px;
    background: transparent !important;
}

.link-linha-topo:visited{
    border-top: 8px solid #282828 !important;
}

.encapsula-topo{
    max-width: 1256px;
    position: relative;
    display: table;
    width: 100%;
    margin: auto;
}

.topo{
    width: 100%;
    height: auto;
    position: relative;
    display: table;
    padding-left: 3%;
    padding-right: 3%;
}

.logo{
    height: auto;
    float: left;
    position: relative;
}

.logo img{
    max-width: 445px;
}

.img-logo img{
    max-width: 100%;
}

.txt-atend{
    font-size: 15px;
    color: #882727;
    text-align: left;
    padding-top: 15px;
    margin-bottom: 10px;
}

.link-topo{
    color: #464646;
    font-size: 15px;
    text-align: left;
    text-decoration: none !important;
}

.contato-topo{
    height: 25px;
}

.contato-topo img{
    float: left;
    margin-top: -3px;
}

.bloco-linguas a{
    float: right;
    padding: 0px 3px 0px 3px;
}

.bloco-linguas{
    height: auto;
    position: relative;
    display: table;
    width: 100%;
}

input[type="search"]{
    width: 83%;
    height: 34px;
    padding-left: 2%;
    border: none;
    background: #f0f0f0;
}

.form-compartilhe{
    width: 84%;
    height: 34px;
    padding-left: 2%;
    border: none;
    background: #f0f0f0;
}

.form-compartilhe-nome{
    width: 94%;
    margin-bottom: 10px;
}

.btn-ok{
    border: none;
    color: #fff;
    font-size: 15px;
    padding: 10px 8px;
}

.form-search{
    margin-top: 15px;
}

.navbar{
    margin-bottom: 0px;
}

.icon-youtube{
    margin-left: -7px;
    padding-top: 16px !important;
}
/*
* Header
*/

/*
* Footer
*/
footer{
    width: 100%;
    max-width: 1256px;
    margin: auto;
    height: auto;
    display: table;
    position: relative;
    padding-top: 30px;
    padding-left: 3%;
    padding-right: 3%;
}

.encapsula-rodape{
    background: #282828;
    width: 100%;
    border-top: 5px solid #8b0304;
}

.txt-logo-footer{
    color: #fff;
    font-size: 0.8em;
    text-align: justify;
    direction: ltr;
    line-height: 1.4;
    margin-top: 20px;
}

.txt-titulo-footer{
    color: #bfa980;
    font-size: 1em;
    text-align: left;
}

.linha-local-footer{
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 22px;
}

.icon-local-footer{
    float: left;
    margin-right: 5px;
    margin-top: -4px;
}

.txt-local-footer{
    font-size: 0.8em;
    color: #fff;
    text-align: left;
    text-decoration: none;
    line-height: 1.4;
}

.top-linha-footer{
    margin-top: 3px;
}

.fb-page{
    max-width: 250px !important;
}

.bloco-direitos{
    padding: 20px 0px;
    border-top: 1px solid #949494;
    margin-top: 30px;
}

.txt-direitos{
    font-size: 0.8em;
    float: left;
    color: #fff;
    text-align: left;
}

.txt-dev{
   font-size: 0.8em;
    float: right;
    color: #fff;
    margin-top: 12px;
    margin-right: 10px;
    text-align: left;
}

.compartilhe-monteiro{
    width: 100%;
    height: auto;
    display: table;
    position: relative;
    background: #f4f3ee;
    padding: 40px 0px;
    margin-bottom: 50px;
    margin-top: 50px;
    z-index: 1;
}

.tamanho-max{
    max-width: 1256px;
    margin: auto;
    display: block;
    position: relative;
}

.titulo-compartilhe{
    color: #464646;
    font-size: 1.2em;
    text-align: left;
    margin-bottom: 20px;
}

.mg-right-3{
    margin-right: 3%;
}

.bloco-conectado{
    display: table;
    margin-left: 7%;
}

.bloco-conectado a{
    margin: 10px;
}

.encapsula-direitos{
    max-width: 1060px;
}
/*
* Footer
*/

/*
* Banner
*/
.banner{
    width: 100%;
    height: auto;
    /*min-height: 386px;*/
    display: table;
    position: relative;
    background: #f4f3ee;
}

.bloco-desc-banner{
    background-color: #282828;
    opacity: 0.89;
    padding: 18px 18px;
    position: absolute;
    top: 36%;
    left: 10%;
    max-width: 460px;
}

.bloco-desc-banner h2{
    font-size: 1.4em;
    color: #fff;
}

.bloco-desc-banner p{
    font-size: 1em;
    color: #fff;
    line-height: 1.2;
    text-align: justify;
    direction: ltr;
}

.linha-desc-banner{
    width: 100%;
    height: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #fff;
}

.banner-interna{
    display: table;
    margin: auto;
    max-width: 100%;
}

.bloco-breadcrumb{
    width: 100%;
    height: auto;
    display: table;
    position: relative;
    background: #f4f3ee;
    padding: 10px 0px;
    border-top: 1px solid #babcbb;
    border-bottom: 1px solid #babcbb;
}

.breadcrumb{
    margin-bottom: 0px;
    background: #f4f3ee;
    padding: 8px 0px;
}

.breadcrumb>li+li:before{
    color: #464646;
}
/*
* Banner
*/

/*
* Index
*/
.baixo-banner{
    width: 100%;
    height: auto;
    display: table;
    position: relative;
    background: #8b0304;
    padding: 30px 0px;
}

.titulo-home{
    font-size: 1.4em;
    color: #fff;
    text-align: center;
}

.aspas-left{
    position: absolute;
    left: 5%;
    top: -18px;
}

.aspas-right{
    position: absolute;
    right: 5%;
    top: 10px;
}

/*Conteudo*/
.conteudo{
    width: 100%;
    padding-top: 55px;
}

.conteudo-interna{
    width: 100%;
    min-height: 400px;
    display: table;
    position: relative;
    height: 100%;
    border-bottom: solid 1px #bfc1c2;
}

.bloco-conteudo{
    padding: 0% 5%;
    width: 100%;
    height: auto;
    position: relative;
    display: table;
}

.borda-titulo{
    width: 96px;
    height: 2px;
    display: block;
    position: relative;
    background: #8b0304;
    margin-top: 5px;
    margin-bottom: 40px;
}

.seta-default{
    padding: 3px 5px;
    border: 1px solid #dcdcdc;
    margin: 3px;
    cursor: pointer;
    color: #dcdcdc;
    font-size: 1.3em;
}

.bloco-ultimas-noticias{
    /*display: table;*/
    position: relative;
    width: 100%;
    height: auto;
}

.txt-noticia-destaque{
    color: #464646;
    font-size: 1em;
    text-decoration: none;
}

.txt-noticia-destaque p{
/*    text-align: justify;
    direction: ltr;*/
    text-align: left;
    padding-top: 10px;
    padding-bottom: 5px;
}

.ultimas-noticias-ind{
    max-width: 206px;
    width: 206px;
    margin: 0px 9px 50px 9px;
}

.ultimas-noticias-ind img{
    max-width: 100%;
    max-height: 120px;
    overflow: hidden;
    position: relative;
}

.data-noticia{
    font-size: 0.8em;
    color: #b4002c;
    text-align: left;
}

.bloco-ultimas-pub{
    border-left: 4px solid  rgba(139, 3, 4, .3);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding-left: 10px;
    margin-bottom: 38px;
}

.titulo-ultima-pub{
    color: #464646;
    font-size: 1em;
}

.txt-ultima-pub{
    color: #464646;
    font-size: 0.8em;
    line-height: 1.2;
    padding-top: 5px;
    text-align: justify;
    direction: ltr;
}

iframe{
    width: 100% !important;
    max-width: 100% !important;
}

.bloco-setas{
    margin-right: 8%;
}
/*Conteudo*/

/*
* Escritorio
*/
.breadcrumb a{
    color: #464646 !important;
    font-size: 0.9em;
}

.breadcrumb li{
    color: #464646 !important;
    font-size: 0.8em;
}

.menu-lateral{
    max-width: 275px;
}

.menu-lateral-atuacao{
    display:  none;
}

.link-menu-lateral{
    color: #464646;
    font-size: 1em;
    text-decoration: none;
    padding: 5px 0px;
    text-align: left !important;
}

.submenu-ano{
    display: none;
}

.submenu-ano li{
    padding-left: 20px;
}

.linha-menu-lateral{
    list-style: none;
    padding: 13px 10px;
}

.titulo-menu-lateral{
    font-size: 1.1em;
    color: #8b0303;
    text-align: left;
    padding-bottom: 20px;
    cursor: pointer;
}

.sem-resultado{
    font-size: 1.2em;
    color: #8b0303;
    text-align: center;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.link-lateral-ativo{
    border-top: solid 1px #bfc1c2;
    border-bottom: solid 1px #bfc1c2;
    background: url('../img/seta-menu-lateral.png');
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 19px;
}

.link-lateral-ativo a{
    color: #8b0303;
}

.bloco-menu-lateral{
    /*border-right: solid 1px #bfc1c2;*/
    padding-top: 55px;
    height: 100%;
    display: table;
    position: relative;
}

.img-localizacao{
    max-width: 100%;
}

.email-profissional{
    border-top: 1px solid #bfc1c2;
    padding-top: 10px;
    margin-top: 20px;
}

.email-profissional a{
    color: #464646;
    text-decoration: underline;
    font-size: 1em;
    text-align: left;
    margin-top: 5px;
    padding-left: 15px;
    float: left;
}

.email-profissional img{
    float: left;
}

.bloco-profissional{
    min-height: 370px;
}
/*
* Escritorio
*/

/*
* Noticias
*/
.conteudo-interna-not{
    padding-top: 65px;
    padding-right: 20px;
}

.conteudo-interna-not:first-child{
    padding-top: 55px;
}

.bloco-conteudo-noticias .bloco-conteudo-interna{
    border: transparent;
}

/*.bloco-conteudo-noticias{
    padding-bottom: 50px;
}*/

.img-noticias{
    max-width: 100%;
    max-height: 120px;
    max-width: 204px;
    display: table;
    position: relative;
    float: left;
    margin-right: 20px;
}

.titulo-noticias{
    text-align: left;
    font-size: 1.6em;
}

.titulo-noticias a{
    text-decoration: none;
    color: #464646;
}

.txt-noticias-info{
    font-size: 0.9em;
    color: #b4002c;
    text-align: left;
    padding-top: 13px;
    padding-bottom: 13px;
}

.txt-desc-noticias{
    font-size: 0.9em;
    text-align: justify;
    direction: ltr;
    color: #464646;
    line-height: 1.4;
}

.txt-desc-noticias:hover{
    color: inherit;
}

.link-desc-noticias{
    text-align: justify;
    direction: ltr;
}

.link-paginacao{
    color: #616060;
    font-size: 0.8em;
    text-decoration: none;
    float: left;
    border: none;
    padding: 10px 5px;
    background: transparent;
}

.link-paginacao-ativo{
    font-weight: bold;
}

.bloco-paginacao{
    display: table;
    position: relative;
    padding-top: 60px;
}

.titulo-menu-destaques{
    font-size: 1.2em;
    color: #464646;
    text-align: left;
}

.encapsula-noticias{
    border-right: solid 1px #bfc1c2;
    padding-bottom: 50px;
}

.bloco-noticia-destaque{
    /*width: 100%;*/
    width: 90%;
    height: auto;
    display: table;
    position: relative;
    /*padding: 10px;*/
    padding: 15px;
}

.bloco-leia-tambem .bloco-noticia-destaque:nth-child(odd){
    background: #f8f8f5;
    border-left: 1px solid #b4002c;
}

.bloco-noticia-destaque img{
    float: left;
    margin-right: 10px;
    max-width: 100px;
    max-height: 60px;
}

.bloco-links-blog{
    width: 100%;
    height: auto;
    display: table;
    position: relative;
    padding-left: 10px;
    padding-bottom: 15px;
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #bfc1c2;
}

.bloco-links-blog:last-child{
    border-bottom: transparent;
}

.share-noticia{
    color: #fff;
    font-size: 0.8em;
    text-align: left;
    padding: 5px;
    background: #ff6c45;
    float: left;
    border-radius: 3px;
    cursor: pointer;
}

.bloco-busca-blog{
    margin-top: 20px;
    margin-bottom: 40px;
    width: 100%;
    height: auto;
    display: table;
}

.bloco-tags{
    display: block;
}
.bloco-tags-post a:hover{
    color: #8b0303;
    font-weight: bold;
}
.bloco-tags-post a{
    padding: 0px 7px;
}
.bloco-tags-post{
    padding-bottom: 20px;
}

.tags-lateral{
    color: #464646;
    font-size: 1em;
    text-decoration: none;
    padding: 5px 7px;
    line-height: 1.4;
}

.img-not-ind{
    max-width: 100%;
    display: table;
    position: relative;
    margin-bottom: 20px;
    /*margin-right: 20px;*/
        padding-bottom: 20px;
    margin: auto;
}

.icone-tag-not{
    float: left;
    padding-right: 5px;
    padding-bottom: 25px;
}

.bloco-compartile-not{
    width: 100%;
    height: auto;
    display: table;
    position: relative;
    padding-bottom: 50px;
    border-bottom: 1px solid #bfc1c2;
}

.bloco-compartile-not div{
    margin-bottom: 15px;
}

/*.bloco-leia-tambem .bloco-noticia-destaque{
    background: transparent;
}*/
/*
* Noticias
*/

/*
* Informativo
*/
.num-informativo{
    text-align: left;
    font-size: 1.8em;
    margin-bottom: 15px;
}
/*
* Informativo
*/

/*
* Midias
*/
.txt-icon-midia{
    float: left;
    margin-top: 10px;
    margin-left: 5px;
    color: #b4002c;
    text-align: left;
    font-size: 1em;
}

.mtlsr-images-for-lightbox{
    /*max-width:600px;*/
    margin:0 auto;
    overflow:hidden;
}

.mtlsr-images-for-lightbox ul li{
    float:left;
    display:inline;
    margin:1%;
    padding:2%;
    background-color:#fff;
}

.mtlsr-images-for-lightbox ul li a img{
    width:100%;
    height:auto;
}

.mtlsr-lightbox{
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: -moz-linear-gradient(left,  rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.7)), color-stop(100%,rgba(0,0,0,0.7))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#b3000000',GradientType=1 ); /* IE6-8 */
}

.mtlsr-lightbox .image-in-lightbox{
    border-radius:5px
}

.close, .next, .prev{
    color:#666;
    font-size:30px;
    text-decoration:none;
}

.next, .prev{
    color:#aaa;
    font-size:80px;
}

.close:hover, .next:hover, .prev:hover{color:#fff;}

.mtlsr-lightbox{
    display:none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    left: 0px;
}

.mtlsr-lightbox .image-in-lightbox{
    max-width: 80%;
    max-height: 80%;
    /*max-width:700px;
    width:100%;*/
    position:absolute;
    z-index:999;
    top:10%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.close, .next, .prev{position:absolute;z-index:9999;}
.close{position:absolute;right:20px;top:20px}
.next, .prev{top:50%}
.next{right:20px;}
.prev{left:20px;}
/*
* Midias
*/

/*
*   Publicações
*/
.titulo-publicacoes{
    text-align: left;
    font-size: 1.3em;
    padding-bottom: 10px;
}

.titulo-publicacoes a{
    color: #464646;
    text-decoration: none;
}

.txt-desc-publicacao{
    color: #464646;
    text-decoration: none;
    font-size: 1.3em;
    text-align: justify;
    direction: ltr;
    line-height: 1.4;
}

.txt-desc-publicacao:hover{
    color: inherit;
}

.conteudo-interna-publicacao {
    padding-top: 25px;
    padding-right: 20px;
}
/*
*   Publicações
*/

/*
*  Vitrine Slides
*/
.carrega-busca{
    max-height: 200px;
    height: auto;
    overflow: auto;
    display: block;
    position: absolute;
    background-color: #fff;
    display: none;
    margin-top: 38px;
    z-index: 999;
    padding: 5px;
}

.carrega-busca .carrega-busca-ajax{
    display: block;
}

.carrega-busca-ajax{
    display: none;
}

.carrega-busca li{
    color: #404041;
    font-family: 'DroidSans';
    font-size: 0.9em;
    padding-bottom: 5px;
    padding-top: 5px;
    cursor: pointer;
}

.carrega-busca li:hover{
    color: #8b0304;
    font-weight: bold;
}

.bloco-ultimas-noticias{
    width: 690px !important;
    overflow: hidden;
    position: relative;
}

.bloco-roda-vitrine {
    width: 3000px;
    height: 480px;
    overflow: hidden;
}

.encapsula-produto-vitrine {
    width: 680px;
    height: 360px;
    float: left;
}


/*
* Index
*/
@media all and (max-width: 530px) {
    .ultimas-noticias-ind{
        display: table;
        float: none;
        margin: auto;
        margin-bottom: 50px;
    }
}

@media all and (min-width: 768px) and (max-width: 990px) {
    .nav>li>a{
        font-size: 0.8em;
        padding: 10px 6px;
    }

    .bloco-desc-banner{
        top: 28%;
    }

    .bloco-desc-banner h2{
        font-size: 1em;
    }

    .bloco-desc-banner p{
        font-size: 0.8em;
    }
}

@media all and (min-width: 991px) and (max-width: 1071px) {
    .nav>li>a{
        font-size: 0.9em;
        padding: 10px 8px;
    }

    .navbar-nav{
        margin-left: 5%;
    }
}

@media all and (max-width: 767px) {
    .navbar-nav{
        margin: 0;
        float: left;
    }

    .icon-redes{
        display: none !important;
    }

    .navbar-collapse{
        border-color: transparent !important;
    }

    .navbar-default{
        /*position: absolute;*/
        position: fixed;
        width: 100%;
        top: 0px;
        margin-top: 0px;
        border-top: transparent;
    }

    .navbar-brand{
        width: 65%;
        height: auto;
    }

    .img-logo img{
        max-height: 50px;
    }

    .logo{
        display: none;
    }

    .topo-contato-mobile{
        margin-top: 40px;
        margin-bottom: 20px;
        border-bottom: solid 1px #000;
    }

    .navbar-toggle{
        padding: 5px 5px;
        margin-top: 15px;
    }

    .bloco-linguas-mobile{
        position: absolute;
        right: 59px;
        margin-top: 15px;
    }

    .bloco-linguas-mobile img{
        max-width: 25px;
    }

    .search-mobile{
        display: none;
        width: 95%;
        position: relative;
        /*height: 40px;*/
        margin: auto;
        margin-top: 14px;
    }

    .encapsula-menu-idioma{
        width: 100%;
        height: auto;
        position: relative;
        display: table;
    }

    .close-search-mobile{
        width: 25px;
        display: block;
    }

    .close-search-mobile img{
        width: 25px;
        margin-top: 5px;
        float: left;
    }

    .input-search-mobile{
        /*width: 80% !important;*/
        width: 79% !important;
    }

    .bloco-center-footer{
        display: table;
        margin: auto;
    }

    .center-bloco-compartilhe{
        width: 350px;
        margin: auto;
        display: table;
        float: none;
    }

    .navbar-header{
        max-height: 130px;
        overflow: hidden;
    }

    .banner{
        display: none;
    }

    .bloco-menu-lateral{
        border-right: transparent;
    }
    /*.navbar-default{
        border-bottom: 1px solid #ccc !Important;
        background: transparent;
        margin-bottom: 5px;
    }*/

    .bloco-conteudo-interna{
        padding: 0px;
        border: transparent;
    }

    .conteudo-interna{
        border: transparent;
    }

    .bloco-menu-lateral{
        display: none;
    }

    .titulo-pag{
        padding-top: 20px;
    }

    .img-profissional{
        max-width: 100%;
        margin-top: 20px;
    }

    .img-noticias{
        float: none;
        padding-bottom: 15px;
        margin: auto;
    }

    .encapsula-noticias{
        border: transparent;
    }

    .carrega-busca{
        max-width: 83%;
        margin: auto;
        margin-left: 5%;
        position: fixed !important;
        margin-top: 0px !important;
    }

    /*
    * Vitrine Slides
    */

    .bloco-ultimas-noticias {
        width: 230px !important;
        overflow: hidden;
        position: relative;
        display: table;
        margin: auto;
    }

    .bloco-roda-vitrine {
        width: 230px;
        height: auto;
        max-height: 1370px;
        overflow: hidden;
    }

    .encapsula-produto-vitrine {
        width: 230px;
        height: auto;
        float: left;
    }

    .ultimas-noticias-ind {
        max-width: 100%;
        width: 100%;
    }
}

@media all and (min-width: 768px) {
    .navbar-brand{
        display: none;
    }

    .search-mobile{
        display: none !important;
    }

    .ultimas-noticias-ind{
        max-height: 230px;
        height: 230px;
    }
}

@media all and (max-width: 991px) {
    .bloco-sobre-footer{
        display: none;
    }
}

@media all and (max-width: 360px) {

    .center-bloco-compartilhe{
        width: 320px;
        margin: auto;
        display: table;
        float: none;
    }
}

@media all and (min-width: 767px) and (max-width: 1130px) {
    .bloco-ultimas-noticias {
        width: 450px !important;
    }
    .btn-twitter{
        width: 90px !important;
    }
}

.fb-like{
    width: 60px !important;
    /*display: none !important;*/
    overflow: hidden !important;
}

.txt-desc-noticias p a span div{
    text-align: justify;
    direction: ltr;
    color: #464646;
    line-height: 1.4;
    font-family: 'modern 880 bt';
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
    border-color: #282828 !important;
}

.select-internas{
    width: 100%;
    padding: 10px 10px;
    border: solid 1px #999;
    color: #333;
    display: block;
    margin: 25px 0px 15px 0px;
}


.encapsula-txt-noticia{
    font-size: 0.9em;
    text-align: justify;
    direction: ltr;
    color: #464646;
    line-height: 1.4;
    font-family: 'modern 880 bt' !important;
}

.encapsula-txt-noticia p, .encapsula-txt-noticia span
{
    font-family: 'modern 880 bt' !important;
}

.bloco-alerta{
    /*display: none;*/
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999;
}
.bg-bloco-alerta
{
    width: 100%;
    height: 210%;
    position: absolute;
    background: #000;
    opacity: 0.6 !important;
}
.link-fechar-lightbox{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: -6%;
    top: -20px;
    border: solid 1px #fff;
    /*border-radius: 25px;*/
    padding: 5px;
    margin: 20px;
}
.bloco-conteudo-alerta
{
    padding: 30px 40px;
    background: #fff;
    position: relative;
    margin: auto;
    display: block;
    max-width: 880px;
    width: 75%;
    border: 4px solid #000;
    border-radius: 15px;
    margin-top: 20px;
}