/* CONTENT */
.content {
    display: flex;
    justify-content: center;
    background-color: #E9E9E9;
    padding: 40px 0 0 0;
    min-height: 1178px;
}

.searchfilters {
    width: 20%;
    position: absolute;
    right: 5%;
    background-color: #fff;
    padding: 20px;
}

.searchfilters__row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
}

.searchfilters__row_color {
    background-color: #fdd786;
    border: 1px solid #FEB00E;
}

.searchfilters label {
    width: 100%;
    text-transform: uppercase;
    font-weight: 400;
}

.searchfilters select {
    width: 100%;
    padding: 8px 16px;
    margin: 5px 0 10px 0;
    border-color: #E9E9E9;
}

.searchfilters__row_color select{border-radius: 2px; border: 1px solid #e1a94d; border-color:#e1a94d; background-color:#FFF;}

.searchfilters__col {
    width: 48%;
}

.pmin, .pmax {
    width: 100%;
    padding: 8px 16px;
    margin: 5px 0 10px 0;
	border-radius: 2px; border: 1px solid #e1a94d; 	
}

.searchfilters__btn {
    /* background-color: #0078FF; */
    border: none;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    padding: 20px 0;
    width: 100%;
    font-size: 16px;
    transition: .5s ease;
    cursor: pointer;
}

.searchfilters__btn:hover {
	background-color:#000;
}

.togglesearch {
    padding: 20px;
    background-color: #FFF;
    display: none;
    flex-flow: row nowrap;
    justify-content: space-between;
    cursor: pointer;
    font-size: 20px;
}

.imovelcard {
    width: 76%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    background-color: #FFF;
    transition: .5s ease;
    margin-bottom: 40px;
}

/* .imovelcard:hover { box-shadow: 0px 0px 0px 3px #0078FF;} */

.imovelcard:hover .imovelcard__img img {
    transform: scale(1.2);
}

.imovelcard .row, .imovelcard .col {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.imovelcard__img {
    width: 30%;
    position: relative;
    overflow: hidden;
}

.imovelcard__img img {
    width: 100%;
    transition: .5s ease;
}

.imovelcard__img__tag {
    position: absolute;
    text-transform: uppercase;
    top: 5%;
    left: 0%;
    background-color: rgba(0, 120, 255, 1);
    color: #fff;
    font-weight: bold;
    padding: 5px;
    letter-spacing: 1px;
    max-width: 90%;
}

.imovelcard__img__tag2 {
    position: absolute;
    text-transform: uppercase;
    top: 20%;
    left: 0;
    background-color: rgba(255, 0, 0, 0.5);
    color: #fff;
    font-weight: bold;
    padding: 5px;
    letter-spacing: 1px;
    max-width: 100%;
    line-height: 1;
    text-align: center;
}

/* helpers */
.imovelcard__infocontainer {
    width: 70%;
    padding: 20px 0 0 20px;
}

.imovelcard__infotopcontainer {
    width: 100%;
}

.imovelcard__infotabscontainer {
    width: calc(100% - 15px);
    border-bottom: 3px solid #FFF;
}
/*end helpers */

.imovelcard__info {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 75%;
}

.imovelcard__info__tag {
    padding: 5px 30px;
    background-color: #FFF;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #E9E9E9;
	height: max-content;
}

.imovelcard__info__local {
    width: 100%;
    font-size: 24px;
    line-height: 0.8;
    padding: 20px 0;
    color: #5C5C5C !important;
    font-weight: bold;
}

.imovelcard__info__ref {
    width: 100%;
    margin-bottom: 20px;
}

/* .imovelcard__info__feature:first-child { border-left: 1px solid #E9E9E9;} */

.imovelcard__info__feature {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    border: 1px solid #E9E9E9;
    /* border-left: none; */
    width: 20%;
    padding: 20px 0;
    text-align: center;
}

.imovelcard__info__feature:last-child {
    /* border-right: none; */
}


.imovelcard__info__feature i {
    font-size: 22px;
    color: #C2C2C2;
}

.imovelcard__info__feature p b {
    font-size: 16px;
}

.imovelcard__info__tab {
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #5C5C5C;
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: relative;
    transition: .5s ease;
}

.imovelcard__info__tab::after {
    content: '';
    position: absolute;
    bottom: -4px;
    width: 100%;
    height: 4px;
    left: 0;
    opacity: 0;
    transition: .5s ease;
}


/*
.imovelcard__info__tab:hover {    color: rgba(0, 120, 255, 0.7);}
.imovelcard__info__tab:hover::after {opacity: 1;background-color: rgba(0, 120, 255, 0.7);}

.ativo { color: #0078FF;}
.ativo::after { background-color: #0078FF; opacity: 1;}
*/

.imovelcard__valor {
    justify-content: center !important;
    width: 25%;
    position: relative;
    padding-top: 64px;
}

.imovelcard__valor p{
    width: 100%;
    text-align: center;
}

.imovelcard__valor__valor {
    font-weight: bold;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 15px;
    top: 0;
    width: auto !important;
}

/* .imovelcard__valor__valor span {color: #0078FF;} */

.imovelcard__valor__enviarmensagem {
/*    background-color: #0078FF; */
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 85%; */
    padding: 20px 5px;
    transition: .5s ease;
    color: #fff !important;
    cursor: pointer;
}

.imovelcard__valor__enviarmensagem:hover {
	background-color:#000;
}
#centraldenegocios::after{border:0px; height:0;}

.imovelcard__info__tab__content {
    padding: 50px 20px 30px 30px;
    width: 100%;
}
.imovelcard__info__tab__content__descricao h3{ font-weight:normal;}

.imovelcard__vejamais {
    margin-top: 20px;
    flex-basis: 100%;
}

.imovelcard__vejamais:hover a, .imovelcard__vejamais:hover i{
	background-color: black;
    color: #FFF;
    padding: 5px 10px 5px 5px;
	}

.imovelcard__vejamais a {
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s ease;
}

.imovelcard__vejamais a i {
    font-size: 20px;
    transition: .2s ease;
}

.imovelcard__info__tab__content__fotos {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.chocolat-image {
    width: 24%;
}

.imovelcard__info__tab__content__fotos img {
    width: 100%;
	max-height: 186px;
	border-radius: 4px;
    border: 1px solid white;
    transition: .2s ease;
}

.chocolat-image {
    cursor: zoom-in;
}

.chocolat-overlay {
    background-color: #212121;
    opacity: 1;
}

.chocolat-pagination, .chocolat-description, .chocolat-set-title {
    color: #fff;
}

.chocolat-open {
    overflow: unset;
    overflow-y: visible;
}

/* Form Imoveis */
.listaimo_faleconosco {width: 100%;padding: 0px;}
.listaimo_faleconosco form {background-color: #fdd786;border: 1px solid #FEB00E;padding: 20px;display: flex;flex-flow: row wrap;align-items: center;}
.listaimo_faleconosco form input {width: 20%;margin: 0px 10px 0 0;padding: 10px;color:#000;border-radius: 2px;border: 1px solid #e1a94d;}
.listaimo_faleconosco form textarea {width: 100%;margin: 5px 0;padding: 10px;color:#000;border-radius: 2px;border: 1px solid #e1a94d;}
.listaimo_faleconosco__cod {width: 50%;text-align: center;}
.listaimo__codinput {width: 60px !important; margin-left: 10px !important;}
.listaimo_faleconosco form button {background-color: #FF3F00;box-shadow: inset 0 -2px 0 0 rgba(0,0,0,.12);color: #fff;border: none;text-transform: uppercase;padding: 10px;cursor: pointer;border-radius: 2px;transition: .5s ease;}
.listaimo_faleconosco form button:hover{background-color:#000;}
/* Form Imoveis */

	
/* PAGINACAO width:760px; */
.lista_imoveis_paginacao { width:100%; position:relative;  padding: 5px 0px; text-align:center; /*border: 1px solid rgb(241, 241, 241);box-shadow: 0px 0px 10px rgb(235, 235, 235); */margin:5px; font-family: Arial, sans-serif;font-size: 16px; }
.lista_imoveis_paginacao select { position:absolute;  right:10px; width:180px; height:30px; }
.lipagina-btn-paginacao{display:-moz-border-radius:3px;  -webkit-border-radius:3px;  border-radius:3px; background:#666;-webkit-apprence:none; 
color:#FFFFFF !important; cursor:pointer; display:inline-block; font-size:16px; font-weight:bold; line-height:1; overflow:visible; padding:15px;
position:relative; text-decoration:none; width:auto;text-align:center; border:none; margin:3px; font-family:Arial;} 
.lipagina-btn-paginacao-atual{display:-moz-border-radius:3px;  -webkit-border-radius:3px;  border-radius:3px; -webkit-apprence:none; 
color:#FFFFFF !important; cursor:pointer; display:inline-block; font-size:16px; font-weight:bold; line-height:1; overflow:visible; padding:15px;	  
position:relative; text-decoration:none; width:auto;text-align:center; border:none; margin:3px; font-family:Arial; background-color:#000;}
.lipagina-btn-paginacao:hover{background-color:#333;}
/* PAGINACAO */	



/* END CONTENT */

@media (max-width: 1600px) {
    .searchfilters {
        right: 1%;
    }

    .imovelcard {
        width: 78%;
    }

	.imovelcard__img img{object-fit: contain;}

}

@media (max-width: 1367px) {

    .searchfilters__col {
        width: 100%;
    }
	

}

@media (max-width: 1024px) {
/*
    .togglemobile { display: flex; margin-left: 40px; }
	.togglemobile__btn {display: flex;padding: 10px;border: 1px solid #5c5c5c;border-radius: 5px;font-size: 20px;}
	.togglesearch {display: flex;background-color: #FFF;border: 1px solid #5c5c5c;text-transform:uppercase;font-weight:bold;color:#000;}
*/

/*
    .searchfilters {
        position: relative;
        width: 100%;
        right: unset;
        display: none;
        border-top: 1px solid #e9e9e9;
    }
*/
    .imovelcard {
        width: 100%;
        margin-bottom: unset;
        margin: 40px 0;
    }

    .faleconosco {
        width: 100%;
        position: relative;
    }

    .btnfaleconosco__fechar {
        right: 0;
    }


  .searchfilters{width: 100% !important;position: relative !important;right: unset !important;}
  .searchfilters__row_color select {width: calc(25% - 10px);margin: 5px;}
  .searchfilters label{width: 25%; display: none;}
  .searchfilters__col{width: 25%;}
  .pmin, .pmax{width: calc(100% - 10px);margin: 5px;}
  .searchfilters select{ margin: 5px; }

}



@media (max-width: 720px) { 
    .nav__tel, .nav__traducao {
        display: none;
    }

    .nav__right {
        padding: unset;
    }

    .topsearch__left h1 {
        text-align: center;
        width: 100%;
    }

    .custom-select {
        width: 100%;
        margin-left: unset;
    }

    .select-selected {
        width: 100%;
        margin-bottom: 5px;
    }

    .topsearch__separator {
        display: none;
    }

    .topsearch__buscar, .topsearch__buscar input {
        width: 100%;
    }

    .imovelcard .row, .imovelcard .col {
        align-items: stretch;
    }

    .imovelcard__img {
        width: 100%;
    }

    .imovelcard__infocontainer {
        width: 100%;
        padding: 20px;
    }

    .imovelcard__info {
        width: 100%;
    }

    .imovelcard__valor{
        width: 100%;
        padding-top: 20px;
    }

    .imovelcard__valor__valor{
        width: 100%;
        position: relative;
        text-align: center;
    }

    .imovelcard__info__tab {
        width: 100%;
        border: 1px solid #e9e9e9;
    }

    .chocolat-image {
        width: 100%;
    }

    .imovelcard__infotabscontainer{
        width: 100%;
    }

    .imovelcard__valor__enviarmensagem {
        width: 100%;
        margin: 0px 0;
    }

    .imovelcard__info__feature{width:50%;}
    .imovelcard__info__feature p {
        text-align: center;
    }

    .rodape__col {
        width: 100%;
        margin: 20px 0;
    }

    .rodape__col p {
        text-align: center;
    }

    .rodape__link {
        text-align: center;
    }

    .rodape__title::after {
        left: calc(50% - 12.5%);
    }

    .rodape__assinatura .maincontainer {
        flex-flow: column wrap;
        align-items: center;
        justify-content: center;
    }
}






/* CUSTOM SELECT */
/*the container must be positioned relative:*/
.custom-select {
    position: relative;
    font-family: Arial;
    border: 1px solid #E9E9E9;
    border-radius: 2px;
    margin-left: 20px;
}

.custom-select select {
    display: none; /*hide original SELECT element:*/
}

.select-selected {
    background-color: #fff;
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #000 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #000 transparent;
    top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
    color: #5C5C5C;
    padding: 8px 16px;
    cursor: pointer;
    user-select: none;
    width: 200px;
    border-bottom: 1px solid #E9E9E9;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color:#fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}
/* END CUSTOM SELECT */

@media (max-width: 1600px) {
    .topsearch .maincontainer {
        padding-right: unset;
    }
}

@media (max-width: 1024px) {
    .topsearch .maincontainer {
        flex-flow: row wrap;
    }

    .topsearch__left {
        width: 100%;
    }

    .topsearch__tag {
        margin: 0 40px;
    }
}

@media (max-width: 720px) {
    .topsearch__left h1 {
        text-align: center;
        width: 100%;
    }

    .topsearch__separator {
        display: none;
    }

    .topsearch__buscar, .topsearch__buscar input {
        width: 100%;
		
    }
	.topsearch__buscar{margin-bottom: 20px;}
	
	.listaimo_faleconosco form input{ width:100%; margin: 5px;}
	.listaimo_faleconosco form button{ width:100%;}
	.listaimo_faleconosco form textarea{ height:115px; }
	.imovelcard__info__tab__content{padding: 0px 20px 30px 20px;}
}
