@charset "utf-8";

/* CSS Document */

html, body { 
    font-family: 'Droid Sans', Helvetica, sans-serif;
}
body {font-family: 'Droid Serif', sans-serif;}



/* topo */

.topo {
    padding: 20px 0 15px 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: 25px;
    padding-bottom: 25px;
    text-shadow: 0px 0px #000;
}

.logomarca img {
    float: left;
    margin-right: 10px;
}

.logomarca span {
    font-size: 60px;
    line-height: 0.7;
    color: #636363;
}

.logomarca small {
    font-size: 48%;
}

.logomarca h1 {
    text-shadow: #000 1px 1px 1px;
}

.topo_acesso {
    background: #313131;
}

.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: #000000;
    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: #051c4d;
    margin-top: 15px;
    padding:20px 0;
}


/* lateral */

.lateral .list-group-item {
    border: none;
    margin: 7px 0;
    color: #fff;
}

.lateral img {
    margin-right: 10px;
}

.lateral .btn-default {
    background-color: #fff;
    border: 1px solid #a7a7a7;
    color: #252525;
    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%;
}

.lateral .btn-danger .item {
    background: #b94743;
}
.lateral .btn-warning .item {
    background: #f3ac03;
}
.lateral .btn-info .item {
    background: #0480bf;
}
.lateral .btn-success .item {
    background: #56b52a;
}
.lateral .btn-primary .item {
    background: #2a3b4c;
}
.lateral .btn-default .item {
    background: #a9a9a9;
}

.lateral .btn-warning2 .item {
    background:#d86806
}

.lateral .btn-info2 .item {
    background: #365a79;
}

.lateral .item .item-icone {
    margin-top: 16px;
}
.lateral .btn-danger .item .item-icone {
    color: #e67370;
}
.lateral .btn-warning .item .item-icone {
    color: #ffda81;
}
.lateral .btn-info .item .item-icone {
    color: #60b5e0;
}
.lateral .btn-success .item .item-icone {
    color: #b5dea1;
}
.lateral .btn-primary .item .item-icone {
    color: #617992;
}
.lateral .btn-default .item .item-icone {
    color: #d6d6d6;
}

.lateral .btn-warning2 .item .item-icone{
    color:#f99238
}

.lateral .btn-info2 .item .item-icone {
    color: #5581a7;
}

/** noticias ***/

.noticias {
    width: 100% !important;
    height: 250px;
    position: relative;
    overflow: auto;
    font-size: 18px;
    text-align: center;
    color: rgba(255, 255, 255, .6);
    background: #ffffff;
    box-shadow: 0;
    border: 1px #e4e5e7 solid;
}

.noticias ul {
    list-style: none;
    width: 300%;
    padding: 0 !important;
}

.noticias ul li {
    display: block;
    float: left;
    width: 33.33333333333333%;
    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;
    min-height: 100px;
}


/* 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;
}