/* Ajuste a largura máxima do conteúdo para telas menores */
.espacamento-home-menu{
	height:140px;
}

@media only screen and (max-width: 1260px) {
	
  .top-menu-soccialIcons .redesSociaisIcon {
		display: none !important;
	}
	.espacamento-home-menu{
	height:75px;
}
}
@media only screen and (max-width: 768px) {
	
	#rightDetails .row {
		margin: 0 !important;
	}
	
	#rightDetails .container-fluid {
		margin-top: 10px;
		margin-bottom: 20px;
		padding: 0 !important;
	}
	
	.col-agenda {
		margin-bottom: 20px;
	}
	
	.hero-content-withoutOverlay .TituloBoldWhiteUpperAd916cSize50px {
		font-size: 23px !important;
	}
	
	.hero-content-withoutOverlay .hero-lead {
		margin-top: 0px !important;
	}
	
	.page-title .breadcrumb {
		margin-top: 20px !important;
	}
  .coluna-atalhos {
    /*width: 100% !important;*/
  }
	.coluna-atalhos h1{
	  font-size:16px;
  }
	
	.top-menu-soccialIcons .redesSociaisIcon {
		display: none !important;
	}
	
	.umb-grid .row p {
		padding-top: 0px !important;
	}
	
	#resultados-mainbox {
		overflow-x: scroll;
		width: 100%;
	}
	
 #resultados {
		width: 1000px;
	}
}
