nav {
    position: relative;
    background-color: #fff;
    box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
	z-index:10;
}

.content {
    padding: 60px 0;
    font-weight: 400;
}


.internatitle {
    padding: 25px;
    background-color: #F6F6F6;
    color: #fff;
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
	width:100%;
}

.internatitle h1 {
    font-weight: 500;
	font-size: 1.5rem;
}

.internatitle h2:after {
    display: block;
    content: '';
    width: 150px;
    height: 1px;
    background-color: #fff;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}


/* Imovel Listar */
.imovelcard__img {
    width: 40%;
    position: relative;
    overflow: hidden;
}

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

.imovelcard__infocontainer {
    width: 60%;
    padding: 20px 0 0 20px;
}

.imovelcard .row {
    width: 100%;
}
/* Imovel Listar */

.faleconosco form textarea{font-family:Arial; line-height:1.4;}

/* TOPSEARCH */
.topsearch {
    display: flex;
    justify-content: center;
    padding: 0px;
    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 #d6d6d6;
    border-radius: 2px;
    width: 200px;
    outline: none;
    color: #333;
	background: transparent;
}

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

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

.formulario input[type=submit]{background-color: #111;}