/****** CSS PADRAO - Classes genericas e compartilhadas por todas as paginas *********/
body {
  position: relative;
  font-size: 13px;
  color: #444444;
  /*text-align: justify;*/
}
h3 {
  color: #b38d4d;
}
p { 
  text-align: justify; 
}
a:hover {
  text-decoration: none;
  color: #b38d4d;
}
.dark a:hover {
  text-decoration: none;
  color: #FF6;
}
.carousel-control.right, .carousel-control.left {
  background-image: none;
}

/******MODAL - LOGIN************************************************************************/
.modal {
  margin-top: 50px;
}
.modal-header {
  padding: 35px 50px;
}
.modal-header, .modal-header h4, .close {
  background-color: #5cb85c;
  color: white !important;
  text-align: center;
  font-size: 30px;
}
.modal-body {
  padding: 40px 50px;
  min-height: 230px;
}
#modal-body-faq {
  display: none;
  min-height: 340px; 
  width: 100%; 
  position: absolute; 
  background-color: #ffffff; 
  z-index: 10; 
}
#modal-body-faq #icone-duvida{
  position: absolute;
  font-size: 200px;
  color: #dddddd;
  right: 45px; 
  top: 60px; 
}
@media (max-width:600px) {
#modal-body-faq #icone-duvida{
  display: none;
}
}
#modal-body-faq #info-faq {
  padding: 40px 50px 20px 50px;
}
#modal-body-faq #info-faq b{
  margin-left: 20px;
}
.modal-footer p{
  background-color: #f9f9f9;
  text-align: right;
}


/******AFFIX************************************************************************************/
.affix-header {
  background-color: #ededed;
  color: #b38d4d;
  text-align: left;
  height: 155px;
  padding: 25px 0px 0px 25px;
}
.affix-header a {
  color: #999999;
}
.affix-header a:hover {
  color: #346fb7;
  text-decoration: none;
}
.affix-header .titulo-site {
  position: absolute; 
  left: 200px; 
  top: 25px;
}

.affix-header .redes-sociais {
  position: absolute;
  right: 30px;
  top: 60px;
}
.affix-header .redes-sociais a {
  display: inline-block;
  margin-bottom: 5px;
  opacity: 0.85;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: 0.3s;
}
.affix-header .redes-sociais a:hover {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.affix-header .borda-esquerda {
  border-left: dotted 1px #b38d4d;
  height: 100px;
}
.affix-space {
  height: 0px;
}
@media (max-width:1250px) {
.affix-header .titulo-site {
  display: none;
}
}
@media (max-width:867px) {
.affix-header .redes-sociais {
  display: none;
}
.header-logo {
  position: absolute;
  margin-left: 50%;
  left: -65px;
}
}
.affix {
  top:0;
  width: 100%;
  z-index: 9999 !important;
}
.affix ~ .affix-space {
	position: relative;
	margin-top: 50px;
}
.affix .navbar-brand {
	display: inline-block;
}  

/******MENU DE NAVEGACAO************************************************************************/
.navbar {
  margin-bottom: 0;
  background-color: #353535;
  z-index: 1049;
  border: 0;
  font-size: 11px !important;
  line-height: 1.42857143 !important;
  letter-spacing: 1px;
  border-radius: 0;/*opacity: 0.9;*/
}
@media (max-width:1367px) {
.navbar {
	letter-spacing: 0px;
}
}
.navbar-brand {
  display: none;
}
.dropdown-menu {
  background-color: #353535 !important;
}
.dropdown-header {
  color: #b38d4d !important;
}
.navbar li a, .navbar .navbar-brand {
  color: #dddddd !important;
  background-color: #353535 !important;
}
.navbar-nav li a:hover, .navbar-nav li.active a {
  color: #ffffff !important;
  background-color: #121212 !important;
}
.navbar-nav li.active a {
  color: #ffffff !important;
  background-color: #121212 !important;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
  color: #ffffff !important;
}
/**SUB-MENU**/
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  right: auto;
  margin-top: -6px;
  margin-left: -1px;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu .pull-left {
  float: none;
}
.dropdown-submenu .pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}
@media (max-width: 767px) {
.dropdown-submenu:hover > .dropdown-menu {
	padding-left: 10px;
}
}
@media (min-width: 768px) {
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block;
}
ul.nav li.dropdown:hover ul.dropdown-menu li.dropdown-submenu > ul.dropdown-menu {
  display: none;
}
ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu:hover > ul.dropdown-menu {
  display: block;
}
.lead {
  font-size: 21px;
}
}
#servicos-offline {
  display: none;
}
/**INATIVO**/
.navbar a[href=""] {
  color: #555555 !important;
  cursor: not-allowed;
}

/******RODAPE************************************************************************/
footer {
  background-color: #353535;
  color: #f5f5f5;
  text-align: center;
  padding: 20px 0px 0px 0px;
}
footer #topo {
  display: block;
  color: #f5f5f5;
  margin-bottom: 20px;
}
footer a {
  color: #999999;
}
footer a:hover {
  color: #346fb7;
  text-decoration: none;
}
footer #rodape-info {
  margin: 0px 0px 45px 0px;
  color: #b38d4d;
  text-align: left;
}
footer #redes-sociais a {
  display: inline-block;
  opacity: 0.85;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: 0.3s;
  margin-bottom: 5px;
}
footer #redes-sociais a:hover {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
footer .borda-esquerda {
  border-left: dotted 1px #b38d4d;
  height: 100px;
}
@media (max-width: 767px) {
footer #rodape-info {
  text-align: center;
}
footer #footer-logo {
  margin: 0px auto;
}
footer h5 {
  margin-top: 60px;
}
}

/******GOOGLEMAP************************************************************************/
#googleMap {
  width: 100%;
  top: 0px;
  height: 1020px;
  background-color: #000000;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
#googleMap:hover {
  -webkit-filter: grayscale(10%);
  filter: grayscale(10%);
}
#mapa {
  overflow: hidden;
  height: 45px;
  padding: 0px;
  margin: 0px;
}
#mapa:hover[title="Mapa"] {
  height: 1020px;
}
#mapa .titulo_mapa {
  position: absolute;
  display: block;
  padding-top: 10px;
  height: 45px;
  font-size: 10px;
  color: #b38d4d;
  width: 100%;
  cursor: pointer;
  background-color: #000000;
  opacity: 0.87;
  z-index: 1;
}


/****************************************************************************************************************************/
/******OUTRAS PAGINAS********************************************************************************************************/
/****************************************************************************************************************************/

/******CONTEUDO************************************************************************/
.conteudo {
  min-height: 645px;
  padding-bottom: 40px;
}
.conteudo > .titulo {
  margin-top: 40px;
  border-left: solid 2px #b38d4d;
  padding-left: 10px;
}
.conteudo > .titulo h2 {
  margin-bottom: 10px;
  color: #b38d4d;
  text-align: left;
}
.conteudo #anunciantes_carousel .carousel-inner img {
  margin: 30px auto 0px auto;
}
.conteudo .texto {
  margin-top: 40px;
}
.conteudo .texto h1 {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #EEE;	
  color: #b38d4d;
  font-size: 24px;	
  text-align: left;
}
.conteudo .texto h4 {
  color: #666666;
  margin: 20px 0px 15px 0px;
  text-align: left;
  font-weight: 600;
}
.conteudo .fotos {
  margin-top: 40px;
  text-align: center;
}
.conteudo .fotos .legenda {
  display: inline-block;
  margin-top: 10px;
  max-width: 500px;
}
.conteudo .fotos .thumbnail img {
  margin: 0px auto;
}
.conteudo .fotos .carousel-caption {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #444444;
  text-shadow: none;
  left: 0px;
  padding: 0px;
  margin-top: 20px;
  max-width: 500px;
  min-height: 60px;
}
.conteudo .fotos .carousel-control.right, .conteudo .fotos .carousel-control.left {
  background-image: none;
  color: #666666;
}
.conteudo .fotos .carousel-inner {
  text-align: center;
}
.conteudo .fotos .carousel-inner img {
  margin: auto;
}
.conteudo .revista {
  display: inline-block;
  float: left;
  width: 130px;
  text-align: center;
  margin: 20px;
}
.conteudo .revista img {
  margin: 0px auto 15px auto;
}
.thumbnail {
  padding: 0 0 15px 0;
  border: none;
  border-radius: 0;
}
.thumbnail-direita {
  margin: 0px 0px 15px 15px;
  padding: 10px;
  float: right;
}
.thumbnail-esquerda {
  margin: 0px 15px 15px 0px;
  padding: 10px;
  float: left;
}
.thumbnail .title {
	position: relative;
}
.thumbnail .title h4 {
	display: block;
	margin-bottom: 0;
	font-size: 15px;
	/*text-transform: uppercase;*/
	text-align: center;
	font-weight: 700;
}
.thumbnail .title span {
	display: block;
	color: #666;
	font-weight: 400;
	font-size: 13px;
	margin-top: 7px;
	text-align: center;
}
.thumbnail .content {
	margin-top: 15px;
	color: #777;
}
.noticia table {
  position: relative;
  margin: 10px auto;
}
.noticia td {
  padding: 10px;
  border: solid 1px #555555;
}
.noticia td p, .noticia td span {
  display: inline;
  margin: none;
  padding: none;
}

/* ----------------------------------------------------------------
	Custom
-----------------------------------------------------------------*/

blockquote .small::before { content: ''}

.line {
    clear: both;
    position: relative;
    width: 100%;
    margin: 30px 0;
    border-top: 1px solid #EEE;
}

.leftmargin-lg   { margin-left: 50px; }
.rightmargin-lg  { margin-right: 50px; }
.topmargin-lg    { margin-top: 50px; }
.bottommargin-lg { margin-bottom: 50px; }

.leftmargin   { margin-left: 30px; }
.rightmargin  { margin-right: 30px; }
.topmargin    { margin-top: 30px; }
.bottommargin { margin-bottom: 30px; }

.leftmargin-sm   { margin-left: 15px; }
.rightmargin-sm  { margin-right: 15px; }
.topmargin-sm    { margin-top: 15px; }
.bottommargin-sm { margin-bottom: 15px; }

.topmargin-xs    { margin-top: 10px; }
.bottommargin-xs { margin-bottom: 10px; }

.noleftmargin   { margin-left: 0px; }
.norighttmargin { margin-right: 0px; }
.notopmargin    { margin-top: 0px; }
.nobottommargin { margin-bottom: 0px; }
.noleftpadding  { padding-left: 0px; }
.nomargin       { margin: 0px; }

.noliststyle  { list-style-type: none; }
.list-circle  { list-style-type: circle; }
.list-decimal { list-style-type: decimal; }
.list-latin   { list-style-type: lower-latin; }
.list-roman   { list-style-type: lower-roman; }

.panel { margin: 30px 0; }
.panel-title { text-align: left; }
.panel-body h5 { margin-bottom: 15px; }
.panel-body li { margin-bottom: 15px; }

.panel .concurso li,    
.panel .camara li,      
.panel .homenageado li, 
.panel .eqt li { margin-bottom: 0px; }

.t600 { font-weight: 600; }
.t700 { font-weight: 700; }
.nounderline  { text-decoration: none; }
.line-through { text-decoration: line-through; } 

.bg-white { background-color: #FFF; }
.bg-rose { background-color: #c44d61; }
.color-blue { color: #337ab7; }
.color-red  { color: #F00; }
.color-white { color: #FFF; }
.color-rose { color: #c44d61; }

<!-- Glyphicon | Aumentar o tamanho dos ícones -->
.gi-2x {font-size: 2em;}
.gi-3x {font-size: 3em;}
.gi-4x {font-size: 4em;}
.gi-5x {font-size: 5em;}

<!-- ENTIDADES -->
.entidade-logo { margin-bottom: 10px; }
ul.entidade-dados {
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0;
  text-align: left;
}

<!-- FAQs | FISCALIZACAO (auditoria) | REGISTRO (modelo-contrato-socidade) -->
.faqs h4 {
    font-size: 15px;
    font-weight: 600;
	color: #444;
	line-height: 1.5;
	margin: 0 0 30px;	
}

<!-- Jumbotron | HOME (educacao-continuada) -->
.jumbotron h1 {
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: 600;
	color: #444;
}
.jumbotron h6 {
	margin: 25px 0;	
	font-size: 13px;
	font-weight: 500;
	text-align: right;
}
.jumbotron p {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 200
}