/*--PAGINA HOME--*/
/*--CONTAINER--*/
/*container - estruturacao*/
#container_home {
	width:100%;
	margin-bottom:2rem;
}

/*--SLIDES--*/
/*slides - linha*/

/*--IMOVEIS--*/
/*imoveis - titulo*/
#container_home .columns h1 {
	border-bottom:1px solid #F00;
	font-size:1.2rem;
	font-weight:bold;
	margin-top:2rem;
	width:100%;
}

/*para manter a cor de fundo do botão com dropdown */
#container_home a.background_active {background-color:#999 !important;}

/*imoveis - submenus do botão ver mais com dropdown*/
#container_home .drop {background-color:#CCC; padding:0 1rem; margin-top:-0.5rem; margin-left:0; border-top:1px solid #FFF;}
#container_home .drop > li {list-style:none; border-bottom:0.5px solid #FFF;}
#container_home .drop > li:last-child {border-bottom:none;}
#container_home .drop > li > a {color:#000; display:block; padding:0.5rem;}
#container_home .drop > li > a:hover {color:#FFF; background-color:#999;}

/*--MEDIA QUERY--*/
@media only screen and (min-width: 50rem) {
	#container_home {padding:0 1.5rem;}
}