.internatitle {
    padding: 40px;
    background-color: #26262b;
    color: #fff;
    background-image: url(../imagens/rodape_bg.jpg);
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
	width:100%;
}

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

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

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


.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 #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% - 13px);
}
/* END TOPSEARCH */