.interna {
	padding: 60px 0;
}

/* TOPSEARCH */
.topsearch {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    border-bottom: 1px solid #E9E9E9;
    background-color: #121212;
    color: #fff;
}

.topsearch .container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

.topsearch__left {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}

.topsearch__total {
    width: 100%;
}

.topsearch__total span {
    font-weight: bold;
}

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

.topsearch__buscar {
    position: relative;
    display: flex;
    align-items: center;
}

.topsearch__buscar input {
    padding: 8px 40px 8px 16px;
    border: 1px solid #E9E9E9;
    border-radius: 2px;
    width: 200px;
    background-color: #121212;
    outline: none;
    color: #fff;
}

.topsearch__buscar input::placeholder {
    color: #fff;
}

.topsearch__buscar button {
    position: absolute;
    right: 10px;
    font-size: 16px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    color: #fff;
    outline: none;
    top: calc(50% - 10px);
}
/* END TOPSEARCH */


.imovelcard__vejamais a{color: #000;   text-decoration: none;}

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