/* ===== CSS Fale Conosco ===== */
@import url("http://fonts.googleapis.com/css?family=Roboto:400,700");

div.header {
	display: none;
}

div.searchWrapper {
	display: none;
}

div.content h2 {
	font-family: 'Roboto';
	font-size: 16px;
	color: #999999;
}

div.wrapper h3 {
	display: none;
}

div.wrapper fieldset {
	border:0;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
	padding-top: 15px;
}

div.wrapper fieldset legend {
	display: none;
}

div.wrapper fieldset label {
	font-family: 'Roboto';
	font-size: 14px;
	color: #666666;
}

div.box-outras-opcoes {
	display: none;
}

div.bottomSearchWrapper {
	display: none;
}

div.footer {
	display: none;
}

input.fitext {
	width: 100%;
}

input.DDD.fitext {
	width: 50px;
}

input.telefone.fitext {
	width: 100px;
}

div.fComentario textarea {
	width: 100%;
}

ul.bts {
	display: inline;
    list-style: inherit;
    margin-top: 10px;
    float: left;
    margin-left: 0;
    padding: 0;
}

ul.bts li {
	display: inline;
}

ul.bts li a {
	cursor: pointer;
    padding: 7px 14px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    outline: none;
    overflow: hidden;
    position: relative;
    z-index: 10;
    color: #fff;
    background-color: #3c9a91;
    border: none;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    text-decoration: none;
}

ul.bts li a:hover {
	background-color: #606060;
}

.voltar {
	display:none;
}