html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
  ========================================
  Html, Body
  ========================================
*/

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

html,
body {
	height: 100%;
}

body {
	background: #930E0B;

	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
	font-size: 100%;
	color: #666666;

	line-height: 1.4;

	cursor: default;
}

/*
  ========================================
  Link
  ========================================
*/

a {
	color: #666666;
	text-decoration: none;
}

/*
  ========================================
  Typography
  ========================================
*/

h1, h2, h3, h4, h5, h6 {
	font-family: 'Source Sans Pro', sans-serif;
}

p {
	line-height:1.4;
	font-size:15px;
	color:#666666;
	margin-bottom: 20px;
}

b, strong {
	font-weight: bold;
}

/*
  ========================================
  Img
  ========================================
*/

img,
picture,
video,
embed,
object {
	max-width: 100%;
}

img {
	display: inline-block;
	vertical-align: middle;
}

/*
  ========================================
  Clearfix
  ========================================
*/

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	clear: both;
	*zoom: 1;
}

/*
  ========================================
  Class
  ========================================
*/

.left {
	float: left;
}

.right {
	float:  right;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.text-justify {
	text-align: justify !important;
}

/*CONTAINER*/

.container {
	margin:0 auto;
	max-width:1100px;/*1100px*/
}

@media screen and (max-width: 1150px) { /* 1150px	 */ 
	.container {
		padding-right:20px;
		padding-left:20px;
	}
}

.fundo {
	background:#E9E9E9;
}

/*
  ========================================
 	SUPERIOR
  ========================================
*/	

.bg-header {
	min-height:182px;
	background:url(../img/bg-header/bg-header.png) center no-repeat;
}

.logo {
	float:left;
	margin-left:14px;
	margin-top:26px;
}

.creci {
	float:left;
	margin:110px 0 0 14px;
}

/*MENU*/

.menu {
	min-height:81px;
	background:#AA1B17;
}

.menu h6 {
	float:right;
	font-size:20px;
	color:#ffffff;
	background:url(../img/bg-header/telefone.png) left center no-repeat;
	padding:6px 0 0px 46px;
	margin:22px 48px 0 0;
}

.menu ul.dropdown  {
	float:left;
}

.menu ul.dropdown li { 
	float: left; 
	zoom: 1; 
}

.menu ul.dropdown li a { 
	display: block; 
	padding: 30px 17px; 
	font-size:15px;
	background:transparent;
	color:#ffffff;
	font-family: 'Source Sans Pro', sans-serif;
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.menu ul.dropdown li.hover a {
	background:#761411; 
}

.menu ul.dropdown li.ativo a {
	background:#761411; 
}

.menu ul.dropdown li:last-child a  { 
	border-right: none;
} 

.menu ul.dropdown li.hover,
.menu ul.dropdown li:hover {
	position: relative;
}

.menu ul.dropdown li.hover a { 
	color: #ffffff;  
}
/* 
	LEVEL TWO
*/
.menu ul.dropdown ul { 
	width: 100%;
	display:none;
	position: absolute; 
	top: 100%; 
	left: 0;
	z-index:1000;
}

.menu ul.dropdown ul li {
	 font-weight: normal; 
	 background: #ffffff; 
	 color: #4B4B4C; 
	 float: none; 
}
		  
.menu ul.dropdown ul li a { 
	width: 200px;
	font-size:14px;
	padding: 11px 14px;
	display: inline-block;
	font-weight:normal;
} 

.menu ul li ul li .outro {
	background:#ffffff;
	color:#555555;	
}

.menu ul.dropdown li .drop {
	padding-right:38px;
	background:url(../img/bg-header/drop.png) right 12px center no-repeat;
}

.menu ul.dropdown li .drop:hover {
	background:#761411 url(../img/bg-header/drop.png) right 12px center no-repeat;
}

.menu ul.dropdown li.hover .drop {
	background:#761411 url(../img/bg-header/drop.png) right 12px center no-repeat;
}

.menu ul.dropdown li.ativo .drop {
	background:#761411 url(../img/bg-header/drop.png) right 8px center no-repeat;
}

/*////MENU////*/

.menu ul li ul li .outro {
	background:#921714!important;
	color:#ffffff!important;
}

.menu ul li ul li .outro:hover {
	background:#5A0E0C!important;
	color:#ffffff!important;
}

.menu ul.dropdown li.ativo a {
	background:#921714;
	color:#ffffff;
}

@media screen and (max-width: 1115px) {
	.menu h6 {
		margin-right:0;
	}
}

@media screen and (max-width: 1024px) {
	.menu {
		display:none;
	}
	
	.bg-header {
		min-height:inherit;
		padding:19px 0;
		background:#ffffff url(../img/bg-header/bg-resp.png) top center no-repeat;
	}
	
	.creci,
	.logo {
		margin:0;
		float:none;
		width:100%;
		text-align:center;
	}
	
	.creci {
		margin-top:6px!Important;
	}

	.header__right {
        display: none;
    }
}

.header__right {
	/* margin-left:14px; */
	margin-top:50px;
    float: right;
}

.header__info {
    margin-left: 80px;
    display: inline-block;
    vertical-align: middle;
}

.header__icon,
.header__text {
    display: inline-block;
    vertical-align: middle;
}

.header__icon,
.header__text {
    display: inline-block;
    vertical-align: middle;
}

.header__icon {
    margin-right: 20px;
    width: 62px;
    height: 61px;
    background-image: url('../img/bg-header/icons.png');
}

.header__icon--phone {
    background-position: 0 0;
}

.header__icon--search {
    background-position: -61px 0;
}

.header__text {
    line-height: 1.4;
    font-size: 20px;
    font-weight: 300;
    color: #000;
    text-align: center;
    text-transform: uppercase;
}

.header__text strong {
    display: block;
    font-weight: 700;
}

/*
  ========================================
 	MEIO
  ========================================
*/

.banner {
	padding:30px 0;
	background:url(../img/fundo-banner.png) center repeat;
}

#owl-banner {
	float:left;
	width:70.5%;
	position:relative;
}

#owl-banner .item img {
    display: block;
    width: 100%;
    height: auto;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.description-banner {
	background:rgba(17,17,17, 0.9);
	position:absolute;
	top:300px;
	left:30px;
	padding:15px 30px;
	min-width:350px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.description-banner h3 {
	font-size:15px;
	color:#ffffff;
	line-height:1.1;
}

.description-banner h2 {
	font-size:25px;
	color:#ffffff;
	line-height:1.1;
}

.tipo-banner {
	position:absolute;
	top:35px;
	left:30px;
	background:#E7E7E7;
	min-width:90px;
	padding:6px 6px;
	text-align:center;
	font-size:15px;
	color:#AA1B17;
	font-weight:bold;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.tipo-promocao {
	position:absolute;
	top:35px;
	left:122px;
	background:#FF8204;
	min-width:90px;
	padding:6px 6px;
	text-align:center;
	font-size:15px;
	color:#fff;
	font-weight:bold;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media screen and (max-width: 600px) {
	.banner {
		padding:20px 0;
	}
	
	.tipo-promocao,
	.tipo-banner {
		display:none;
	}
	
	.description-banner {
		position:inherit;
		top:inherit;
		left:inherit;
	}
}

@media screen and (max-width: 400px) {
	.description-banner {
		padding:15px 20px;
	}
}

@media screen and (min-width: 601px) {
	.description-banner span {
		display:none;
	}	
}

.other-color {
	background:#F0F0F0!important;
}

.other-color:hover, 
.ativo {
	background:#A5A5A5!important;
}

.first-content {
	padding-top:20px;
	padding-bottom:36px;
	text-align:center; 
}

.sub-title-borda span {
	font-size:15px;
	color:#666666;
	font-weight:bold;
	padding:0 14px;
	background:#E9E9E9;
}

.sub-title-borda {
	background:url(../img/borda.png) center repeat-x;
	min-width:314px;
	text-align:center;
	display:inline-table;
	margin-bottom:10px;
}

.buscar {
	float:right;
	width:25%;
}

.buscar select {
	padding:8px 14px!important;
}

.buscar-index {
	float:right;
	width:25%;
}

.caixa {
	background:#ffffff;
	padding:24px 22px;
	margin-top:38px;
	margin-bottom:46px;
	text-align:center;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.caixa img {
	display:block;
	width:100%;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.caixa a {
	font-size:16px;
	color:#ffffff;
	background:#E86916;
	padding:12px 14px;
	position:absolute;
	bottom:12px;
	right:10px;
}

.other-caixa {
	display:inline-table!important;
	width:inherit!important;
	margin-top:20px;
}

.face {
	background:#ffffff;
	padding:24px 22px;
	text-align:center;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.box-gray {
	background:#F6F7F8;
	padding:30px 15px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.box-gray h6 {
	font-size:16px;
	color:#395998;
	font-weight:600;
	line-height:1.2;
}

@media screen and (min-width: 1025px) {
	.surge {
		display:none;
	}
}

@media screen and (max-width: 1024px) {
	.buscar {
		display:none;
	}
	
	#owl-banner {
		width:100%;
	}
	
	.detalhes-imovel,
	.imoveis {
		float:none!important;
		width:100%!Important;
	}
	
	.first-content {
		padding-top:20px;
		padding-bottom:20px;
	}
}

@media screen and (max-width: 460px) { /* 460px	 */ 
	.sub-title-borda {
		min-width:100%;
	}
}

.caixa-resp {
	float:left;
	width:48%;
	background:#ffffff;
	margin-top:20px;
	min-height:130px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.caixa-resp a {
	display:block;
	padding:15px;
}

.caixa-resp h6 {
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
	margin-bottom:10px;
	padding:8px;
	background:#E86916;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.face-resp {
	float:right;
	width:48%;
	background:#ffffff;
	margin-top:20px;
	min-height:130px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.face-resp a {
	display:block;
	padding:20px;
}

.face-resp h6 {
	font-size:16px;
	font-weight:600;
	color:#ec6743;
	margin-bottom:10px;
}

.face-resp h5 {
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
	padding:12px;
	background:#ec6743;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

@media screen and (max-width: 750px) { /* 750px	 */ 
	.caixa-resp,
	.face-resp {
		float:left;
		width:100%;
		min-height:inherit;
	}
}

/*
  ========================================
 	INFERIOR
  ========================================
*/

.rodape {
	min-height:238px;
	background:url(../img/rodape.png) center no-repeat;
	padding:38px 0 0 0;
}

.matriz {
	float:left;
}

.filial {
	float:left;
	position:relative;
	/* left:250px; */
}

.rodape h1 {
	float:left;
	display:block;
	background:#ffffff;
	font-size:15px;
	font-weight:bold;
	color:#761411;
	padding:7px 25px;
	margin-bottom:12px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.rodape p {
	font-size:15px;
	color:#FFFFFF;
	margin-left:2px;
	margin-bottom:15px;
}

.rodape h2 {
	font-size:20px;
	color:#FFFFFF;
	line-height:1.1;
	margin-bottom:14px;
}

.rodape a {
	display:block;
	font-size:15px;
	color:#ffffff;
}

.rodape a:hover {
	text-decoration:underline;
}

.last {
	padding-top:20px;
	padding-bottom:20px;
}

.last p {
	float:left;
	margin-top:5px;
}

.blocks-last {
	float:right;
}

.last p,
.last a {
	margin-bottom:0;
	font-size:15px;
	color:#ffffff;
}

.last a:hover {
	text-decoration:underline;
}

.blocks-last li {
	float:left;
	background:#6F0B09;
	font-size:15px;
	color:#ffffff;
	padding:6px 15px;
	margin-left:8px;
	list-style:none;
}

@media screen and (max-width: 1000px) { /* 1150px	 */ 
	.filial {
		float:right;
		position:inherit;
		left:0;
	}
}

@media screen and (max-width: 850px) { /* 1150px	 */ 
	.last p,
	.blocks-last {
		float:none;
		width:100%;
		text-align:center;
	}
	
	.last p {
		margin-bottom:15px;
	}
	
	.blocks-last ul {
		display:inline-table;
	}
	
	.blocks-last li {
		margin:0;
	}
	
	.blocks-last li:nth-of-type(2n) {
		margin-left:8px;
	}
	
	.last {
		padding-top:15px;
		padding-bottom:15px;
	}
}

@media screen and (max-width: 750px) { /* 750px	 */ 
	.rodape {
		min-height:inherit;
		background:#B6120E;
		padding:20px 0;
	}
	
	.rodape h1 {
		float:none;
	}
	
	.matriz {
		margin-bottom:20px;
	}
	
	.matriz,
	.filial {
		float:none;
		width:100%;
		text-align:center;
	}
}

/*
  ========================================
 	INTERNAS
  ========================================
*/

.title {
	min-height:80px;
	padding:25px 0 0 0;
	background:url(../img/title.jpg) center no-repeat;
}

.title h1 {
	font-size:25px;
	font-weight:bold;
	color:#666666;
}

.internas {
	padding-top:40px;
	padding-bottom:30px;
}


@media screen and (max-width: 1024px) { /* 1024px	 */ 
	.internas {
		padding-top:20px;
		padding-bottom:20px;
	}
	
	.title {
		min-height:60px;
		padding:14px 0 0 0;
	}
}

@media screen and (max-width: 800px) { /* 800px	 */ 
	.title {
		text-align:center;
	}
}

/*
  ========================================
 	A SANTI
  ========================================
*/

.santi h1 {
	font-size:20px;
	font-weight:bold;
	color:#666666;
	margin-bottom:18px;
	margin-top:40px;
}

.txt-santi {
	float:left;
	width:46%;
}

.slide-santi {
	float:right;
	width:47%;
}

#owl-santi .item img {
	display: block;
	width: 100%;
	height: auto;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

@media screen and (max-width: 920px) { /* 920px	 */ 
	.txt-santi,
	.slide-santi {
		float:none;
		width:100%;
	}
	
	.santi h1 {
		margin:15px 0;
	}
}

/*
  ========================================
 	IMOVEIS
  ========================================
*/

.imoveis {
	float:left;
	width:72%;
}

.imoveis li {
	float:left;
	background:transparent;
	width:33.3%;
	margin-right:0;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.imoveis li a {
	display:block;
	padding:18px 16px;
}

.imoveis li:hover {
	background:#ffffff;
}

.imoveis li:hover .tipo {
	color:#ffffff;
	background:#AA1B17;
}

.imoveis li:nth-of-type(3n) {
	margin-right:0;
}

.relative {
	position:relative;
}

.imoveis li img {
	display:block;
	width:100%;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.imoveis li h3 {
	margin-top:5px;
	font-size:14px;
	color:#666666;
	font-weight:600;
}

.imoveis li h2 {
	font-size:14px;
	color:#666666;
}

.imoveis li h1 {
	font-size:16px;
	color:#761311;
	font-weight:bold;
}

.tipo {
	position:absolute;
	top:0;
	left:0;
	background:#ffffff;
	min-width:90px;
	padding:6px 6px;
	text-align:center;
	font-size:15px;
	color:#761311;
	font-weight:bold;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.tipo-detalhes,
.tipo-two {
	position:absolute;
	top:0;
	left:92px;
	background:#FF8204;
	min-width:90px;
	padding:6px 6px;
	text-align:center;
	font-size:15px;
	color:#ffffff;
	font-weight:bold;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.tipo-detalhes {
	top:23px;
	left:50px!important;
	z-index:9999;
}

@media screen and (max-width: 800px) { /* 670px	 */ 
	.imoveis {
		float:none;
		width:100%;
	}
	
	.imoveis li {
		float:left;
		width:48%;
		margin-bottom:20px;
	}
	
	.imoveis li:nth-of-type(2n) {
		float:right;
	}
	
	.imoveis li a {
		display:block;
		padding:0;
	}
	
	.sub-title-borda {
		margin-bottom:20px;
	}
}

@media screen and (max-width: 620px) { /* 620px	 */ 
	.imoveis li {
		float:left;
		width:100%;
		margin-bottom:20px;
	}
}

/*
  ========================================
 	IMOVEL DETALHES
  ========================================
*/

.detalhes-imovel {
	float:left;
	width:72%;
}

.nome {
	float:left;
	width:36%;
}

.nome h1 {
	font-size:25px;
	font-weight:bold;
	color:#AA1A17;
	line-height:1;
}

.nome h2 {
	font-size:20px;
	color:#666666;
	font-weight:600;
}

.valor {
	float:right;
	width:57%;
}

.valor h1 {
	float:left;
	font-size:25px;
	font-weight:bold;
	color:#ffffff;
	min-width:285px;
	background:#AA1B17;
	text-align:center;
	padding:10px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.social {
	float:right;
	margin:7px 30px 0 0;
}

.social li {
	float:left;
	margin-left:3px;
	list-style:none;
}

.social li a {
	display:block;
	width:43px;
	height:43px;
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.facebook {
	background:url(../img/face.jpg) center no-repeat;
}

.facebook:hover {
	background:url(../img/face-hover.jpg) center no-repeat;
}

.twitter {
	background:url(../img/twitter.jpg) center no-repeat;
}

.twitter:hover {
	background:url(../img/twitter-hover.jpg) center no-repeat;
}

.margin-details {
	margin-bottom:36px;
}

.box-details {
	float:left;
	width:36%;
	background:#FFFFFF;
	padding:24px;
	min-height:385px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.box-details li {
	margin-bottom:18px;
	border-bottom: 1px solid #cdcdcd;
}

.box-details li:last-child {
	margin-bottom:0;
}

.box-details h2 {
	font-size:14px;
	color:#666666;
	font-weight:bold;
	line-height:1;
}

.box-details h3 {
	font-size:14px;
	color:#666666;
}

.slide-details {
	float:right;
	width:57%;
	background:#D9D9D9;
	border:1px solid #cdcdcd;
	padding:18px;
	min-height:385px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.proposta {
	float:left;
	margin:32px 0 15px 0;
	background:#A5A5A5;
	min-width:285px;
	cursor:pointer;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.proposta a {
	display:block;
	font-size:15px;
	font-weight:bold;
	color:#ffffff;
	text-align:right;
	padding:17px 60px 17px 0;
	background:url(../img/proposta.png) left 38px center no-repeat;
}

.proposta:hover {
	background:#8C8C8C;
}

.formulario-proposta {
	margin-bottom:25px;
}

.other {
	text-align:center;
	margin-bottom:10px;
}

.margin-descricao {
	margin-bottom:35px;
}

@media screen and (max-width: 800px) {
	.nome,
	.valor {
		float:none;
		width:100%;
		text-align:center;
	}
	
	.valor h1 {
		float:none;
		display:inline-table;
		min-width:380px;
		margin-top:15px;
	}
	
	.social {
		display:none;
	}
	
	.slide-details,
	.box-details {
		float:none;
		width:100%;
		text-align:center;
		min-height:inherit;
	}
	
	.slide-details {
		margin-bottom:20px;
	}
	
	.slide-desk-none {
		display:none;
	}
	
	.margin-details {
		margin-bottom:20px;
	}
}

@media screen and (min-width: 801px) {
	.slide-resp {
		display:none;
	}
}

@media screen and (max-width: 500px) {
	.valor h1 {
		float:none;
		min-width:100%;
	}
	
	.proposta {
		margin:20px 0;
		float:none;
		min-width:100%;
	}
	
	.proposta a {
		text-align:center;
		padding:17px 0 17px 0;
		background:none;	
	}
	
	.margin-descricao {
		margin-bottom:20px;
	}
	
	.other {
		margin:0;
	}
}


/*ABAS*/

.item_aba {
	float:left;
	text-align:center;
	width:49%;
	background: #E6E6E6;
	color:#666666;
	padding:17px 20px 17px 20px;
	font-size:15px;
	font-weight:600;
	cursor:pointer;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.conteudo {
	padding:8px 0 35px 0;
}

.float {
	float:right;
}

.item_aba:hover,
.ativo {
	background:#A5A5A5;
	color:#ffffff;
}

/*ENVIE SEU IMÓVEL*/

.mapa-matriz {
	float:left;
	width:48%;
}

.mapa-filial {
	float:left;
	/* float:right; */
	width:48%;
}

.mapa-matriz h2,
.mapa-filial h2 {
	font-size:15px;
	font-weight:bold;
	color:#666666;
	margin-bottom:15px;
}

/*div*/
.file-input {
	float:left;
	width: 100%;
	background: #A2A2A2;
	border: 1px solid #cdcdcd;
	position: relative;
	cursor: pointer;
	/* text-align:center; */
	padding: 7px 17px;
	overflow:hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.file-input:hover {
	background:#919191;
}

/*campo file */
.file-input>.file{
	cursor:pointer;
	top:0;
	left:0;
	position: absolute;
	opacity:0;
	width:100%;
	min-height:36px;
}
	/*nome do arquivo*/
.file-input span{
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	display: inline-block;
	cursor:pointer;
	max-width:280px;
}

@media screen and (max-width: 700px) { /* 450px */ 
	.file-input{	
		max-width:100%;
	}
}


/*
  ========================================
 	INPUTS
  ========================================
*/

.inputs h2 {
	font-size:15px;
	font-weight:bold;
	color:#666666;
	margin-bottom:18px;
}

.margin-out {
	margin:0 0 38px 0;
}

.one {
	float:left;
	width:48%;
}

.two {
	float:right;
	width:48%;
}

.cidade {
	float:left;
	width:48%;
}

.estado {
	float:right;
	width:48%;
}

.inputs input[type="text"], textarea {
	display: block;
	padding: 12px 14px;
	background:#ffffff;
	border: 1px solid #CDCDCD;
	outline: none;
	font-size: 14px;
	color:#666666;
	font-family: 'Source Sans Pro', sans-serif;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.inputs select {
	-webkit-appearance: none !important;
  	-moz-appearance:     none !important;	
	padding: 11px 14px;
	border: 1px solid #CDCDCD;
	background:#ffffff url(../img/seta-select.png) right 15px center no-repeat;
	outline: none;
	font-size: 14px;
	color:#666666;
	font-family: 'Source Sans Pro', sans-serif;
	cursor:pointer;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.inputs .btn {
	float:right;
	font-size: 15px;
	color:#ffffff;
	font-weight:600;
	font-family: 'Source Sans Pro', sans-serif;
	cursor:pointer;
	transition-duration:500ms;
	outline:none;
	border:1px solid #AA1B17;
	background:#AA1B17;
	padding:17px 35px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.inputs .btn:hover {
	background:#801411;
	color:#ffffff;
}

.inputs select.error {
	padding: 2px 8px;
	margin:3px 0 0 0;
	color: #ed3237;
	font-size:12px;
}

.inputs .btn-other {
	margin-top:18px;
	min-width:250px;
}

.inputs .error {
	display: block;
	margin:3px 0 0 0;
	padding: 0 12px;
	color: #ed3237;
	font-size:12px;
}

.margin {
	margin-bottom:8px;
}

@media screen and (max-width: 800px) { /* 670px	 */ 
	.mapa-filial,
	.mapa-matriz,
	.one,
	.two {
		float:none;
		width:100%;
	}
	
	.margin-out {
		margin-bottom:10px;
	}
	
	.mapa-matriz {
		margin-bottom:10px;
	}
	
	.inputs .btn-other {
		margin-top:8px;
	}
}

@media screen and (max-width: 600px) { /* 670px	 */ 
	.inputs .btn,
	.cidade,
	.estado {
		float:none;
		width:100%;
	}
	
	.voltar a {
		float:left!important;
		width:100%;
		margin-top:10px!important;
	}
}

/*
  ========================================
  Placeholder
  ========================================
*/

::-webkit-input-placeholder {
   color: #666666;
}

:-moz-placeholder {
   color: #666666;  
}

::-moz-placeholder { 
   color: #666666;  
}

:-ms-input-placeholder {  
   color: #666666;  
}

.mensagem {
	padding:20px;
	margin-bottom:10px;
	background-color:#AA1B17;
	font-size:15px;
	color:#FFF;
	border-radius:6px;
}

.voltar a {
	margin-top:40px;
	float:right;
	min-width:170px;
	text-align:center;
	padding:8px 0;
	font-size:15px;
	font-weight:bold;
	color:#848484;
	border:1px solid #d6d6d6;
	background:#d6d6d6;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.voltar a:hover {
	background:#CDCDCD;
}

/* PAGINATION */
.paginator {
	margin:20px 0 0 0;
}
ul.paginator {
    float: right;
    display: block;
    margin-top: 1.875rem;
    margin-right: -0.3125rem;
}
ul.paginator li {
    float: left;
    display: block;
    margin-right: 3px;
    margin-bottom:0.3rem;
    width:inherit!important;
}
ul.paginator li:nth-of-type(3n) {
    margin-right: 3px;
}
ul.paginator li a {
    display: block;
    width: 2.1875rem;
    height: 2.0625rem;
    color:#333333;
    background: #FFF;
    font-size: 0.875rem;
    line-height: 2.25rem;
    text-align: center;
    border: 1px solid #A30E0C;
    padding: 0px;
}
ul.paginator li:hover a,
ul.pagination li a:focus {
    background: #A30E0C;
    color: white;
    position: relative;
}
ul.paginator li .active{
    background: #A30E0C;
    color: white;
    cursor: default;
    position: relative;
}
