@charset "utf-8";

/* CSS Document */

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



/* topo */

.topo {
    padding: 30px 0 30px 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: 20px;
    padding-bottom: 4px;
    text-shadow: 1px 1px #fff;
}

.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: #fff 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 {
    /*background: #c0392b;*/
    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%;

    background: #000;
    opacity: .10;
}
.lateral .item .item-icone {
    margin-top: 16px;
    color: #fff;
}

/** 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;
    max-height:92px;
}


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

/**
Adicionado por Adriel
 */

.covid-destaques {
    /*background-color: #ef5350; cor anterior*/
    background-color: #c0392b;
    padding: 2rem !important;
    margin-bottom: 2rem;
    border-top: 1px solid #b71c1c;
}

.covid-destaques-titulo {
    font-size: 2.2rem;
    text-align: center;
    padding: 0 1rem 0 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    color: #FFF;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.covid-destaques-espacamento-entre-banners {
    margin-top: 2rem;
}

/**
Sobrescrevendo classes do bootstrap
- para aproximar os destaques da COVID do top menu.
 */

.navbar {
    margin-bottom: 0;
}

/**
Redimensionamento thumbs das imagens de galerias na index.
 */

.max-width-galeria-thumb {
    background-size: 300px auto !important;
}





