@charset "utf-8";
/* CSS Document */

/* ----------------------------------------PESQUISA---------------------------------------- */

.pagination {
	margin: 0px;
}

.pesquisa {
	background-color: #0CF;
	max-width: 89%;
	min-height: 100px;
	position: absolute;
	z-index: 1000;
	margin-top: 2px;

	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.pesquisa_emp {
	height: 90px;
	min-height: inherit;
}

@media (min-width:990px) {

	/* Só trava a barra no to para desktops */
	.pesquisaTop {
		margin-top: 0px;
		max-width: 89%;
		background-color: #0CF;
		position: fixed;
		top: 0px;
		float: none;
		margin-left: auto;
		margin-right: auto;
		z-index: 1000;

		-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;

		/* Sombra */
		-webkit-box-shadow: 0px 15px 52px -20px rgba(56, 54, 56, 1);
		-moz-box-shadow: 0px 15px 52px -20px rgba(56, 54, 56, 1);
		box-shadow: 0px 15px 52px -20px rgba(56, 54, 56, 1);

	}
}

/* ---------------------------------------------------------------------------------- */












.obj-pesquisa {
	width: 100%;
	height: auto;
	min-height: 450px;
	background: #ECFFEC;
	background: #E8FDEB;
	z-index: 0;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	color: #000;
	margin-bottom: 15px;
	border: #0F0;
	border-style: solid;
	border-width: 1px;
}


.obj-pesquisa a {
	text-decoration: none;
	color: #333;
}

.obj-pesquisa a:hover {
	text-decoration: none;
	color: #060;
}


.obj-pesquisa .img {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -1;
	width: 100%;
}

.obj-pesquisa .img_tamanhoObj {
	width: 100%;
	height: auto;
	min-height: 270px;
	text-align: center;
	object-fit: cover;
}





.obj-pesquisa .button_img {

	-webkit-transition: opacity 0.2s ease-out, height 0.5s ease-out, margin-top 0.5s ease-out;
	-moz-transition: opacity 0.2s ease-out, height 0.5s ease-out, margin-top 0.5s ease-out;
	-ms-transition: opacity 0.2s ease-out, height 0.5s ease-out, margin-top 0.5s ease-out;
	-o-transition: opacity 0.2s ease-out, height 0.5s ease-out, margin-top 0.5s ease-out;
	transition: opacity 0.2s ease-out, height 0.5s ease-out, margin-top 0.5s ease-out;

	position: relative;
	margin-top: 100%;
	z-index: 1;
	background-color: #50cd88;
	width: 100%;
	height: 1px;
	opacity: 0;
}


.obj-pesquisa .informacoes {
	position: relative;
	font: 15px/15px "Lato", sans-serif;
	margin-left: 15px;
	top: 5px;
}

.cod {
	position: relative;
	font: 13px/13px "Lato", sans-serif;
	margin-right: 5px;
}




.obj-pesquisa:hover .button_img {

	-webkit-transition: opacity 0.2s ease-out, height 0.5s ease-out, margin-top 0.5s ease-out;
	-moz-transition: opacity 0.2s ease-out, height 0.5s ease-out, margin-top 0.5s ease-out;
	-ms-transition: opacity 0.2s ease-out, height 0.5s ease-out, margin-top 0.5s ease-out;
	-o-transition: opacity 0.2s ease-out, height 0.5s ease-out, margin-top 0.5s ease-out;
	transition: opacity 0.2s ease-out, height 0.5s ease-out, margin-top 0.5s ease-out;

	height: 260px;
	margin-top: 12px;
	background-color: #50cd88;
	opacity: 0.9;
}


.textoSuperior {
	color: #060;
	font: 300 32px/48px "Lato", sans-serif;
	vertical-align: middle;
}

.textoInferior {
	color: #333;
	font: 15px/15px sans-serif;
	/* text-decoration: line-through; */
	margin-top: 2px;
	margin-bottom: 6px;
	margin-left: 10px;
}

.nome {
	font: 20px/15px "Lato", sans-serif;
	margin-left: 10px;
}

.texto {
	font: 16px/15px "Lato", sans-serif;
	margin-left: 10px;
}


.disponivel span {
	margin-top: 5px;
}

.alinhamento {
	margin-left: 50px;
	padding-top: 5px;

	vertical-align: left;
}



/* ----------------------------------EMPREENDIMENTO--------------------------------------- */

.obj-pesquisa_emp {
	width: 100%;
	height: auto;
	min-height: 400px;
	background: #ECFFEC;
	background: #E8FDEB;
	z-index: 0;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	color: #000;
	margin-bottom: 15px;
	border: #0F0;
	border-style: solid;
	border-width: 1px;
}



.obj-pesquisa_emp:hover .button_img {

	-webkit-transition: opacity 0.2s ease-out, height 0.5s ease-out, margin-top 0.5s ease-out;
	-moz-transition: opacity 0.2s ease-out, height 0.5s ease-out, margin-top 0.5s ease-out;
	-ms-transition: opacity 0.2s ease-out, height 0.5s ease-out, margin-top 0.5s ease-out;
	-o-transition: opacity 0.2s ease-out, height 0.5s ease-out, margin-top 0.5s ease-out;
	transition: opacity 0.2s ease-out, height 0.5s ease-out, margin-top 0.5s ease-out;

	height: 270px;
	margin-top: 1px;
	background-color: #50cd88;
	opacity: 0.9;
}


.obj-pesquisa_emp .button_img {

	-webkit-transition: opacity 0.2s ease-out, height 0.5s ease-out, margin-top 0.5s ease-out;
	-moz-transition: opacity 0.2s ease-out, height 0.5s ease-out, margin-top 0.5s ease-out;
	-ms-transition: opacity 0.2s ease-out, height 0.5s ease-out, margin-top 0.5s ease-out;
	-o-transition: opacity 0.2s ease-out, height 0.5s ease-out, margin-top 0.5s ease-out;
	transition: opacity 0.2s ease-out, height 0.5s ease-out, margin-top 0.5s ease-out;

	position: relative;
	margin-top: 270px;
	z-index: 1;
	background-color: #50cd88;
	width: 100%;
	height: 1px;
	opacity: 0;
}




.obj-pesquisa_emp .informacoes {
	position: relative;
	font: 15px/15px "Lato", sans-serif;
	margin-left: 15px;
	top: 2px;
}

.obj-pesquisa_emp .img_tamanho {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.nome_emp {
	font: 20px/15px "Lato", sans-serif;
	margin-right: 10px;
	text-align: right;
	margin-bottom: 1px;
	margin-top: -5px;
}

.disponivel_emp {
	color: #060;
	font-weight: bold;
	margin-left: 30px;
}