.header-select-uf{
	float: left;
	display: inline-block;
	width: 33%;
	border-radius: 20px 0 0 20px;
	padding: 0 0 0 9px;
	margin: 0px -21px 0 0;
	text-align: center;
	    font-size: 15px;
    height: 52px;
}

.header-select-city{
	float: left;
	display: inline-block;
	width: 33%;
	border-left: 0px transparent;
	margin: 0 -20px 0 0;
	text-align: center;
	    font-size: 15px;
    height: 52px;
}

.header-input-search{
	width: 33%;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	float: left;
	text-align: center;
	    font-size: 15px;
    height: 52px;
}

@media(max-width: 767px){
	.header-input-search{
		width: 85%;
		border-left: 1px solid #ddd;
		border-radius: 20px 0 0 20px;
		margin: 0 0 0 0;
	}
}



.header-button-submit{
	border-left: none;
	border-radius: 0 20px 20px 0;
	float: left;
	height: 52px;
}

.custom-searchhome-container{
	margin-top: 33px;
}

.custom-btn-anunciar{
	width: 200px;
	height: 40px;
	font-size: 18px;
	margin: 33px auto 30px auto;
	display: block;
}

.header-logo-custom{
	margin: 0 auto;
	display: block;
	/*max-width: 309px;*/
}

 

.localizacao-destaque{
	margin: 10px auto 0px 25px;
}

.select-cat-custom{
	float: left;
	width: auto;
}

.btn-register-custom{
	font-size: 15px;
}

.terms-link{
	float: left;
	line-height: 3em;
	margin-left: 10px;
}

.agree-check-input{
	float: left;
	width: 20px;
}

ul, ol{
	list-style: none;
}

.portfolio_item_holder{
	border: 1px solid #ddd;
	border-radius: 3px;
	height: 456px;
	margin: 10px 0 10px 0;
}

.portfolio_item_holder img{
	/*width: 100%;*/
}

.list-item-custom figure{
	border: none;
}

.btn-custom{
	color: #fff;
	background: #333;
	width: 250px;
	height: 50px;
	border-radius: 3px;
	display: block;
	margin: 0 auto;
}

.btn-custom:hover{
	background: #fe8f01;
}

.container-featured-itens{
	margin-bottom: 15px;
}

.pagination-container{
	margin-top:10px;
	margin-bottom: 10px;
}

.item-custom-sidebar{
	margin-top: 15px;
}

#commentform h4{
	text-align: center;
}

.col-lateral-custom{
	overflow: hidden;
}

.btn-announce-custom{
	margin-top: 20px;
	margin-bottom:  20px;
}

.col-left-data-custom{
	overflow: hidden;
}
 
@media screen and (max-width: 767px) {

  	.header-select-uf {
		float: left;
		display: inline-block;
		width: 100%;
		  border-radius: 0px 0 0 0px;  
		padding: 0 0 0 9px;
		margin: 0px -21px 0 0;
		text-align: center;
		font-size: 15px;
		height: 42px;
	}  	
	
	.header-select-city  {
		float: left;
		display: inline-block;
		width: 100%;
		  border-radius: 0px 0 0 0px;  
		padding: 0 0 0 9px;
		margin: 0px -21px 0 0;
		text-align: center;
		font-size: 15px;
		height: 42px;
	}  

	
	.portfolio_item_holder{ 
			height: unset !important; 
	}


	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	  
		padding-right: 0px;
		padding-left: 12px;
	}
	
	
}

/* Miniaturas dos anúncios em destaque - imagem inteira sem corte */
.container-featured-itens .thumbnail__portfolio {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
}

.container-featured-itens .thumbnail__portfolio .image-wrap {
    width: 100% !important;
    height: 200px !important;
    min-height: 200px !important;
    max-height: 200px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    overflow: hidden !important;
    background: #f5f5f5 !important;
    border-radius: 8px 8px 0 0 !important;
    position: relative !important;
}

.container-featured-itens .thumbnail__portfolio .image-wrap img {
    width: auto !important;
    height: auto !important;

    max-width: 100% !important;
    max-height: 200px !important;

    object-fit: contain !important;
    object-position: center center !important;

    display: block !important;
    margin: 0 auto !important;
}
.container-featured-itens .portfolio_item_holder img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 200px !important;
    object-fit: contain !important;
}