@charset "utf-8";

/* CSS Document */
html, body { }

/* topo */
.topo { padding: 40px 0; background: url(/view/resources/imagens/site/img_topo.png) no-repeat 85% center; }
.topo_direito a { display: block; margin-bottom: 5px; text-align: center; }
.logomarca { overflow: hidden; padding-top: 10px; padding-bottom: 5px; }
.logomarca img { float: left; margin-right: 10px; max-height: 140px; }
.logomarca span { font-size: 50px; line-height: 1; color: #4E524C; }
.logomarca small { font-size: 45%; padding-left: 3px; line-height: 0.5; }
.logomarca h1 { text-shadow: #fff 1px 1px 1px; }
.topo_acesso { background: #1c1c1c; }
.topo_acesso .container { padding: 4px 25px; }
.topo_acesso .container_left { padding-top: 3px; }
.topo_acesso .container_left small { color: #ccc; }

/* menu */
.dropdown:hover .dropdown-menu { display: block; }
.acesso_informacao img { position: absolute; right: 75px; top: 5px; height: 40px; }
.acesso_informacao span { font-size: 10px; line-height: 12px; }

/* rodape */
.rodape { color: #fff; }
.rodape .container { padding-top: 10px; padding-bottom: 20px; margin-top: 0; }
.rodape ul { margin-bottom: 20px; }
.rodape ul li a { color: #fff; }
.rodape ul li a:hover { color: #555; }
.rodape h1 a { color: #fff; }

/* page-header */
.page-header { color: #0095da; margin-top: 10px; border: none; }
.breadcrumb { background: none; border-bottom: 1px #efefef solid; }
.contatos { border-top: 1px solid #e7e7e7; border-bottom: 1px solid #e7e7e7; background: #f2f2f2; margin-top: 15px; }

/* lateral */
.lateral .list-group-item { border: none; margin: 7px 0; color: #fff; }
.lateral img { margin-right: 10px; }
.lateral .btn-default { background-color: #01155c;    /*border: 1px solid #a7a7a7;*/ color: #fff; text-align: left; }
.lateral .btn-primary { background-color: #34495e; }
.lateral h4 { font-weight: 200; }
.lateral h6 { font-weight: 100; }
.lateral a { color: #fff; }
.lateral .item { float: left; height: 100%; margin-right: 10px; position: absolute; left: 0; top: 0; border-top-left-radius: 4px; border-bottom-left-radius: 4px; text-align: center; width: 65px; font-size: 350%; background: #000; opacity: .10; }
.lateral .item .item-icone { margin-top: 16px; color: #fff; }

/** noticias ***/
.noticias { width: 100% !important; height: 385px; position: relative; overflow: auto; font-size: 18px; text-align: center; color: rgba(255, 255, 255, .6); background: #ffffff; box-shadow: 0; border: 4px #e4e5e7 solid; border-radius: 4px; }
.noticias ul { list-style: none; width: 300%; padding: 0 !important; }
.noticias ul li { display: block; float: left; width: 33%; height: 385px; min-height: 385px; }
.noticias .dot { -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3)); -moz-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3)); -ms-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3)); -o-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3)); filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3)); }
.noticias .dots { position: absolute; right: 30px; bottom: 0; width: 30px; }
.noticias .dots li { display: inline-block; width: 20px; height: 20px; margin: 4px 0; border: 2px solid #fff; background: #000000; color: #fbe900; border-radius: 14px; cursor: pointer; opacity: .4; font-size: 10pt; -webkit-transition: background .5s, opacity .5s; -moz-transition: background .5s, opacity .5s; transition: background .5s, opacity .5s; }
.noticias .dots li.active { border: 2px solid #fff; background: #fbe900; color: #000000; opacity: 1; }
.titulo_noticia_principal { width: auto; color: #fff !important; padding: 10px; text-align: left; background: url(/view/resources/imagens/site/bg_legenda.png) repeat; }
.titulo_noticia_principal a { color: #fff !important; }
.noticias_simples a { display: block; overflow: hidden; }
.noticias_simples .col-sm-6 { padding: 7px; }
.noticias_simples a, .noticias_simples a:link, .noticias_simples a:active .noticias_simples a:visited { overflow: hidden; font-weight: normal; display: block; border: 1px #a7a7a7 dotted; padding: 5px; }

/* galerias */
.galeria_inicio { width: 100% !important; height: 270px; border: 6px #eee solid; }
.galeria_inicio ul { list-style: none; width: 300%; height: 270px; }
.galeria_inicio li { height: 270px; overflow: hidden; display: block; float: left; width: 33%; min-height: 270px; -moz-background-size: 100% 100%; -o-background-size: 100% 100%; -ms-background-size: 100% 100%; box-shadow: inset 0 -3px 6px rgba(0, 0, 0, .1); }
.galeria_inicio li .legenda { padding: 10px; margin-top: 210px; font-size: 9pt; color: #ffffff; text-align: center; background: url(/view/resources/imagens/site/bg_legenda.png); box-shadow: 0 1px 2px rgba(0, 0, 0, .25); text-shadow: 0 0 1px rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .3); }
.lista { list-style: none; margin: 0; padding: 0; }
.lista li { padding: 15px; padding-left: 0; margin-bottom: 10px; border-bottom: 1px #ccc dotted; }
.lista .botoes { overflow: hidden; }
.destaque .hpanel h3 .fa { position: absolute; right: 25px; top: 10px; opacity: 0.3; }
.border-none { border: none; padding: 0; }
@media(max-width:768px) { .topo{padding:0;background-position:top center!important;}.logomarca{text-align:center;}.logomarca img{float:none;}.logomarca h1{text-shadow: #fff 2px 2px 1px;}.logomarca span{color:000;} }