.titulo { font-weight: bold; color:#0f1d66 }
.autor { color: #999; font-size: 12px}
.foto-noticia { min-width: 150px; object-fit: cover; border-radius: 5px}
.bloco-noticia { margin-bottom: 20px; min-height: 100px}
.titulo-noticia { font-weight: bold; color: #555}
.panel { border: 0 !important}
.panel-body { background-color: #f3f3f3 !important;}
#servicos ul { margin: 0; padding: 0}
#servicos li { list-style: none !important; border-bottom: 1px solid #ccc; display: block; margin-bottom: 13px; padding-bottom: 5px}

//CSS DA BUSCA
.stylish-input-group .input-group-addon{background: white !important; }
.stylish-input-group .form-control{border-right:0; box-shadow:0 0 0; border-color:#ccc;}
.stylish-input-group button{border:0;background:transparent;}

#rodape {background-color: #0f1d66; color: #fff; font-size: 12px; padding-top: 10px}
#rodape .texto { padding: 10px 0}
#linha-azul { width: 100%; height: 5px; background-color: #0f1d66; margin: 15px 0 }
#banner { margin-bottom: 20px; z-index: -600}
.social {width: 30px; height: 30px; margin-top: 15px}

/* rotator in-page placement */
div.rotator {
    position:relative;
   //min-height: 300px;
    display:none;
}
/* rotator css */
div.rotator ul {
    margin:0;
    padding:0;
}
div.rotator ul li {
    float:left;
    position:absolute;
    list-style: none;
}
/* rotator image style */
div.rotator ul li img {
    border:1px solid #ccc;
    padding: 4px;
    background: #FFF;
}
div.rotator ul li.show {
    z-index:500;
}

.logo { max-width: 350px; max-height: 142px; padding: 5px 0}
.bloco { margin-top: 40px; margin-left: 20px;}
#slide { margin-bottom: 15px;}
#utilidade { text-align: right; line-height: 52px}
#baixo { margin: 0px; text-align: justify; font-size: 13px;}
#alinha { margin-top: 5px; float:right;}

/* Extra Small */
@media(max-width:767px){


}
/* Small */
@media(min-width:768px) and (max-width:991px){
}
/* Medium */

@media(min-width:992px) and (max-width:1199px){
}

/* Large */
@media(min-width:1200px){
.titulo-noticia { margin-left: 10px;; margin-top: 30px}  
}
