html {
  
}

body {
 	background-color: #f2f2f2 !important;

}


#linha_topo{
	color: #FFFFFF;
	background-color: #2a5781;
	font-size: 16px;
	min-height: 40px;
	
}

#linha_topo span.fa{
	font-size: 20px;
	padding-left: 2px;
    padding-right: 2px;
}
	
#linha_topo a{
	display: inline-block;
    line-height: 40px;
    padding-left: 5px;
    padding-right: 5px;
}
#linha_topo a:hover{
	color: #ad2b26 !important;
    background: #fff;
    font-weight: bold;
}
    

.titulo_aj{
	color: #336699;
	z-index: 1000;
} 

.imagem_aj{
	/*position: relative;
	top: 5px;
	z-index: -1;*/
	max-width: 100%;
}

.divLeilao{
	  
	border: solid 1px #d5d5d5;     
	padding: 0px 15px;
    background-color: #f6f6f6;
    margin-bottom: 10px;
	 
}

.cardItemLeilao{
	
	
}

a .page-link:focus , a .page-link:hover  , a .page-link:visited , a .page-link:active{
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,0,0,.25);
}


@media screen and (min-width: 480px) {
	.titulo_aj {
		position: relative;
		bottom: 10px;
		left: 100px;
	}
	.imagem_aj{
		max-width: 70%;
	}
}

#collapsibleNavbar{
	line-height: 20px;
	border-top: 1px solid #999999;
}

.searchNav span{
	font-size: 20px;
    padding: 10px 10px;
}

.newsletterNav span{
	font-size: 20px;
    padding: 10px 10px;
}

.localPeriodoVisitacao{
		max-width: 100%;
	}

@media screen and (min-width: 992px) {
	#collapsibleNavbar{
		line-height: 100px;
		border: none;
	}
	
	.searchNav span{
		font-size: 25px;
	    padding-top: 45px;
	}
	
	.newsletterNav span{
		font-size: 25px;
	    padding-top: 45px;
	}
	
	.localPeriodoVisitacao{
		max-width: 70%;
	}
}

a.nav-link{
	color: #19386E !important;
	border-bottom: 3px solid #FFFFFF;
	font-weight: 500;
}

a.nav-link:hover{
	background-color: #F2F2F2 ;
	color: black !important;	
	border-bottom: 3px solid #9F211C;
	font-weight: 500;
	
}



.searchNav{
	background-color: #999999;
	
}

.newsletterNav{
	background-color: #9F211C;
	
}

  .carousel-inner img {
      width: 100%;
      height: 100%;
  }
  
#navlinkHome , #navlinkAgenda , #navlinkLeiloeiro , #navlinkComitente , #navlinkCadastro, #navlinkContato , #navlinkAjuda{
	color: #FFFFFF !important;
	border-bottom: 3px solid #2a5781 !important;
}

#navlinkHome:hover, #navlinkAgenda:hover , #navlinkLeiloeiro:hover , #navlinkComitente:hover , #navlinkCadastro:hover, #navlinkContato:hover , #navlinkAjuda:hover{
	color: #333 !important;
    border-bottom: 3px solid #a82222 !important;
    border-radius: 3px;
}

.tagAJL .ui-tagcloud-strength-1 a{
	color:#a67d01 !important;
}
.tagAJL .ui-tagcloud-strength-2 a{
	color:#125e24 !important;
}
.tagAJL .ui-tagcloud-strength-3 a{
	color:#9F211C !important;
}
.tagAJL .ui-tagcloud-strength-4 a{
	color:#2a5781 !important;
}
.tagAJL .ui-tagcloud-strength-5 a{
	color:#666 !important;
}
  
  
  