body{
	padding: 0;
	margin: 0;
	color: #161616;
	background: #FFF;
	font-family: "Lato";
	line-height: 17px;
	font-size: 13px;
}

h1{
	font-size: 30px;
	font-weight: 300;
	line-height: 60px;
	text-align: center;
}

h2{
	font-size: 22px;
}

h3{
	font-size: 30px;
	margin: 10px 0;
}

h4{
	font-size: 20px;
	margin: 10px 0;
}

h5{
	font-size: 18px;
	font-weight: normal;
	color: #17a859;
	padding-left: 0px; 
}

h6{
	font-size: 15px;
	margin-top: 3px;
}

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

hr{
	height: 1px;
	background: #e5026d;
	border: none;
	margin: 20px 0 40px 0;
}

.wrap{
	width: 100%;
	position: relative;
}

.subpag{
	background: url(../img/bg_sub.jpg) center top repeat-y;
	padding-top: 20px;
}

.clear{clear: both;}
.floatR{float: right;}
.floatL{float: left;}

.txtCenter{
	text-align: center;
}

/*.btn{
	font-size: 40px;
	font-weight: 100;
	letter-spacing: 4px;
	text-decoration: none;
	color: #FFF;
}*/

.btn2{
	background: #17a859;
	font-size: 18px;
	text-decoration: none;
	color: #FFF;
	padding: 9px 0;
	display: block;
	width: 100px;
	text-align: center;
	margin: 20px auto 20px;
}

.btn_fb{
	background: #3b5998;
	font-size: 18px;
	text-decoration: none;
	color: #FFF;
	padding: 14px 0;
	display: block;
	width: 100%;
	text-align: center;
	margin: 10px 0;
}

.btn_gp{
	background: #e04a39;
	font-size: 18px;
	text-decoration: none;
	color: #FFF;
	padding: 14px 0;
	display: block;
	width: 100%;
	text-align: center;
	margin: 10px 0;
}



.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt80{margin-top: 80px;}
.mt90{margin-top: 90px;}
.mt100{margin-top: 100px;}


/* ******************************************************************************* */
/* ******************************************************************************* */
/* ******************************************************************************* */


*, *::after, *::before {
    box-sizing: border-box;
}

.navigation-master {
    font-size: 0;
    position: relative;
    white-space: nowrap;
    z-index: 9999;
}

.nav-controls {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 100%;
}

.navigation-logo {
	background: #FFF;
    color: #ffffff;
    font-size: 26px;
    height: 100px;
    line-height: 100px;
    text-align: center;
}
.navigation-logo a {
    color: #000;
    display: block;
    padding: 0 21px;
    font-weight: 700;
}

.menu-button {
    background-color: #17a859;
    height: 100px;
    position: absolute;
    right: 0px;
    top: 0;
    width: 100px;
    z-index: 1;
}

ol, ul {
    list-style: outside none none;
}


.menu-button:hover i::before, .menu-button:active i::before {
    top: 0;
    transform: rotate(90deg);
}
.menu-button.active i::before {
    top: 0;
    transform: rotate(45deg);
}
.menu-button i::before, .menu-button i::after {
    background-color: #fff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: -12px;
    transition: all 0.2s ease-out 0s;
}
.menu-button:hover i::after, .menu-button:active i::after {
    top: 0;
}
.menu-button.active i::after {
    top: 0;
    transform: rotate(-45deg);
}
.menu-button i::after {
    top: 12px;
}
.menu-button i {
    background-color: #fff;
    height: 2px;
    left: 32px;
    position: absolute;
    right: 32px;
    top: 49px;
    transition: all 0.2s ease-out 0s;
}
.menu-button.active i {
    background-color: transparent;
}


i{
    display: inline-block;
    font-style: normal;
    position: relative;
    text-decoration: none;
}

p{
    line-height: 17px;
    margin: 15px 0;
}

.nav-container {
	position: absolute;
	top: 100px;
	left: 0;
    display: inline-block;
    height: 0;
    border-top: 1px solid #17a859; 
    overflow: hidden;
    transition: height 0.4s cubic-bezier(0.16, 0.84, 0.44, 1) 0s;
    vertical-align: top;
    width: 100%;
}

.nav-menu {
    background-color: #17a859;
    font-size: 0;
    position: relative;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.5);
}
.nav-menu > li {
    animation-duration: 0.4s;
}
.nav-menu li {
    position: relative;
}
.nav-menu > li > a {
    /*height: 100px;*/
    line-height: 62px;
    width: 100%;
}
.nav-menu li a {
    color: #fff;
    display: block;
    font-size: 23px;
    white-space: nowrap;
    border-bottom: 1px solid #208f52;
}
.nav-menu li a.active{
    color: #fff214;
}

.logo{
	top: 10px;
	width: 33%;
	position: relative;
}

.logo img{
	width: 100%;
	max-width: 110px;
}


/* ICONS SOCIALS */

.social-menu {
	text-align: center;
    background-color: #e5026d;
    height: 28px;
    width: 100%;
}
.social-menu li {
    animation-duration: 0.4s;
    display: inline-block;
    margin: 0 14px 10px;
}
.social-menu a {
    color: #ffffff;
    height: 28px;
    transition: all 0.2s ease-out 0s;
    width: 28px;
    display: inline-block;
    background: url(../img/icons_social.png);
}
.social-menu a:hover{
    opacity: 0.6;
}

.fa-facebook{}
.fa-twitter{background-position: -30px 0 !important}
.fa-pinterest{background-position: -59px 0 !important}
.fa-instagram{background-position: -89px 0 !important}
.fa-vimeo{background-position: -118px 0 !important}
.fa-tumblr{background-position: -147px 0 !important}


.hidden {
    display: none !important;
}


/* ******************************************************************************* */
/* ******************************************************************************* */
/* ******************************************************************************* */


/* SLIDE */

#slide{
    height: auto;
    width: 100%;
    padding-bottom: 87%;
    overflow: hidden;
    position: relative;
    display: block;
}

#slide ul {
    height: 100%;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}

#slide ul li{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: inherit !important;
    background-size: cover !important;
}

.cycle-slideshow{
	position: absolute !important;
}

.cycle-prev{
	background: rgba(0,0,0,0.7) url(../img/seta-left.png) no-repeat center center;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 43%;
	left: 0%;
	z-index: 999;
	cursor: pointer;
}

.cycle-next{
	background: rgba(0,0,0,0.7) url(../img/seta-right.png) no-repeat center center;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 43%;
	right: 0%;
	z-index: 999;
	cursor: pointer;
}


/* FORM BUSCA */

#busca #forms {
	position: relative;
	padding: 15px 30px 30px 30px;
	border: none;
	border-bottom: 3px solid #17a859;
	overflow: hidden;
	height: 68px;

	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
#busca #forms h2 {
	margin: 0;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 42px;
	text-align: center;
}
#busca #forms fieldset {
	padding: 0;
	border: none;
	margin: 0;
}
#busca #forms #form-busca-codigo {
	position: absolute;
	top: 66px;
	width: 85%;
	height: 45px;
}
#busca #forms #form-busca-codigo label {
	position: relative;
	width: 95%;
	display: block;
}
#busca #forms #form-busca-codigo label input {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 0 0 15px;
	width: 100%;
	height: 45px;
	border: 1px solid #f0f0f0;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
}
#busca #forms #form-busca-codigo button {
	position: absolute;
	top: 0;
	right: 12px;
	width: 50px;
	height: 100%;
	border: none;
	background: #17a859;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
}
#busca #forms #form-busca {
	width: 100%;
	margin-top: 64px;
}
#busca #forms #form-busca label {
	margin-bottom: 10px;
	display: block;
	padding: 11px 2px;
	background: #EEE;
}
#busca #forms #form-busca label select {
	padding: 0 9px;
	padding-right: 0px;
	width: 100%;
	border: 1px solid #f0f0f0;
	border-radius: 0;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 43px;
	background: none;
	/*-webkit-appearance: none;*/
}
#busca #forms #form-busca button {
	width: 100%;
	height: 100%;
	border: none;
	background: #17a859;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	text-transform: uppercase;
	color: #fff;
}




#main header {
    display: block;
    margin: 25px 0;
    padding: 0 15px;
}


#main header h2 {
    border-bottom: 3px solid #17a859;
    display: inline-block;
    font-size: 160%;
    font-weight: 400;
    margin: auto;
    padding: 0 0 10px 0;
    text-transform: uppercase;
    line-height: 24px;
}



#main #imoveis .entry .imoveis-list li {
    margin-bottom: 15px;
    width: 100%;
    padding-bottom: 8px;
    box-shadow: 0px 1px 5px -2px;
    background: #F0F0F0;
}

#main #imoveis .entry .imoveis-list li p {
    margin: 5px 0 5px 10px;
}

#main #imoveis .entry .imoveis-list li a img {
	position: absolute;
    top:-100%; left:0; right: 0; bottom:-100%;
    margin: auto;
    width: 100%;
}

.limite{
	height: 250px;
	overflow: hidden;
	background: #DDD;
	position: relative;
	line-height:8em;
}

#main #imoveis .entry .imoveis-list li a h3 {
    font-size: 18px;
    margin: 10px;
    line-height: 22px;
}

#main #imoveis .entry .imoveis-list li a h5 {
    margin: 10px 0 10px 10px;
}




/* HOME */

.content_home{
	position: relative;
	margin-top: 0px;
}

#content .entry{
	padding: 0 15px 15px 15px;
}

#main .entry{
	padding: 0 10px 15px;
}

img {
    display: block;
}


aside .enquete {
    border-top: 1px solid #EEE;
}

aside .enquete p{
	font-weight: bold;
	font-size: 15px;
}

aside .enquete .resultados {
    display: none;
}

aside .enquete .resultados ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

aside .enquete .resultados ul li {
    margin: 0 0 12px;
    overflow: hidden;
}

aside .enquete .resultados ul li span {
    float: right;
}

aside .enquete form button {
    background: #17a859 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    margin-top: 15px;
    padding: 10px 20px;
}

aside .enquete form a {
    background: #ccc none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    margin-left: 20px;
    padding: 10px 20px;
    text-decoration: none;
    line-height: 15px;
}

aside .enquete form .msg {
    display: block;
    margin-top: 15px;
}

aside .enquete form label {
    display: block;
    margin: 0 0 12px;
}
aside .enquete form label input {
    margin-right: 5px;
}

aside .enquete .resultados .ver-enquete {
    background: #ccc none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    margin-top: 15px;
    padding: 10px 20px;
    text-decoration: none;
    line-height: 15px;
}

#publicidades{
	margin-bottom: 10px;
}

#publicidades .banner{
	float: left;
	width: 49%;
}

#publicidades .banner:nth-child(2n){
	margin-left: 2%;
}

#publicidades .banner img{
	width: 100%;
}


.msg.success { color: #0d6033; }

#form-interesse .msg.success { color: #FFF; margin-top: 15px;}



.load{
	background: url(../img/load.png);
	width: 32px;
	height: 32px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	display: none;
}

.load.verde{
	background: url(../img/load_verde.gif);
	width: 32px;
	height: 32px;
	margin: 10px auto;
	display: none;
	float: none;
}

.form-msg{
	position: absolute;
	top: 37px;
	left: 130px;
	color: #cc0000;
}

.sucess{
	margin: 30px 0;
	font-size: 16px;
	text-align: center;
}
.sucess a{
	color: #CC0000;
	text-decoration: none;
}

.error {
	border: 1px solid #DFA7A7;
	background-color: #ffffee;
	color: #660000;
	width: 100%;
	padding: 10px;
	margin-top: 15px;
	font-size: 13px;
}
.error li {
	list-style: circle;
	padding: 5px;
	margin-left: 30px;
}

.erro{
	margin-top: 10px;
}





/* IMOVEL */

.topo_imobiliaria{
	height: 160px;
	background: #f5f5f5;
	margin-bottom: 15px;
}

.topo_imobiliaria .imobiliaria{
	float: left;
	margin-left: 15px;
	margin-top: 20px;
}

.topo_imobiliaria h3{
	margin-bottom: 5px;
	font-size: 18px;
}

.topo_imobiliaria a{
	margin: 28px 0 0 15px;
	padding: 10px 20px;
	font-weight: 400;
	font-size: 16px;
}

.topo_imobiliaria img{
	margin: 25px auto 15px;
	border: 1px solid #CCC;
	display: block;
	float: left;
	background: #FFF;
	padding: 10px;
	width: 110px;
	margin-left: 15px;
}

.left {
    float: left;
}

.button {
    background: #17a859 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-weight: 300;
    padding: 10px 15px;
    text-decoration: none;
    text-transform: uppercase;
}
.right {
    float: right;
}


.imovel .box header {
	padding: 0!important;
	margin-bottom: 0!important;
	border: none!important;
	display: block!important;
}
.imovel .box header h3 {
	padding-bottom: 6px;
	margin: 0 0 10px;
	border-bottom: 3px solid #17a859;
	display: inline-block;
	font-size: 160%;
	text-transform: uppercase;
}

.imovel .descricao {
	margin: 0 0 50px;
	overflow: hidden;
}
.imovel .descricao img {
	width: 100%;
	display: block;
}
.imovel .descricao .desc {
	margin-top: 20px;
	padding: 0 15px;
}
.imovel .descricao .desc h4 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 20px;
}
.imovel .descricao .desc .price {
	padding: 2px 0 2px 15px;
	border-left: 3px solid #17a859;
}
.imovel .descricao .desc .price h5 {
	font-size: 26px;
	margin: 0 0 10px;
	color: #17a859;
}
.imovel .descricao .desc .price small {
	font-size: 100%;
	line-height: 11px;
}
.imovel .descricao .desc p {}

.imovel .galeria {
	margin-bottom: 30px;
	overflow: hidden;
}
.imovel .galeria header{
	padding: 0 15px !important;
}
.imovel .galeria .gal {
	position: relative;
	overflow: hidden;
}
.imovel .galeria .gal .pika-stage {
	position: relative;
	width: 600px;
	max-width: 600px;
	height: 400px;
	max-height: 400px;
	background: #f5f5f5;
	overflow: hidden;
}
.imovel .galeria .gal img {
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
.imovel .galeria .gal .pika-stage .pika-imgnav {
	display: none !important;
	visibility: hidden;
}
.imovel .galeria .gal .pika-stage .pika-aniwrap { display: none; }
.imovel .galeria .gal .pika-stage .pika-textnav {}
.imovel .galeria .gal .pika-stage .pika-textnav a {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	display: block;
	text-indent: -9999px;
	cursor: pointer;
}
.imovel .galeria .gal .pika-stage .pika-textnav a.next {
	right: 0;
	background: url(../img/seta-right.png) center center no-repeat #17A859;
}
.imovel .galeria .gal .pika-stage .pika-textnav a.previous {
	left: 0;
	background: url(../img/seta-left.png) center center no-repeat #17A859;
}
.imovel .galeria .gal .jcarousel-container {
	position: relative;
	height: 95px;
	margin-top: 30px;
}
.imovel .galeria .gal .jcarousel-container .jcarousel-clip-horizontal {
	height: 95px;
	overflow: hidden;
}
.imovel .galeria .gal .jcarousel-container ul { margin: auto; }
.imovel .galeria .gal .jcarousel-container ul li {
	width: 95px;
	height: 95px;
	margin-right: 5px;
	cursor: pointer;
}
.imovel .galeria .gal .jcarousel-container ul li .clip {
	width: 95px;
	height: 95px;
	overflow: hidden;
}
.imovel .galeria .gal .jcarousel-container ul li:last-child { margin-right: 0; }
.imovel .galeria .gal .jcarousel-container ul li img {
	width: auto;
	height: auto;
	min-height: 100%;
	min-height: 100%;
	display: block;
}
.imovel .galeria .interesse {
	padding: 1px 30px 30px 30px;
	background: #17A859;
	color: #fff;
}
.imovel .galeria .interesse header { border: none; padding-left: 0 !important; }
.imovel .galeria .interesse header h3 { margin: 0; }
.imovel .galeria .interesse p { margin-top: 0; }
.imovel .galeria .interesse form .field { margin-bottom: 7px!important; }
.imovel .galeria .interesse form button {
	background: #fff!important;
	color: #17A859!important;
}


#add_favoritos{
	width: 100%;
	text-align: center;
	font-weight: 400;
	padding: 14px 0;
	font-size: 18px;
	text-transform: inherit;
}

.imovel .interesse {
	padding: 1px 30px 30px 30px;
	background: #17A859;
	color: #fff;
}
.imovel .interesse header { border: none; padding-left: 0 !important; }
.imovel .interesse header h3 { margin: 0; }
.imovel .interesse p { margin-top: 0; }
.imovel .interesse form .field { margin-bottom: 15px!important; }
.imovel .interesse form button {
	background: #fff!important;
	color: #17A859!important;
}



.imovel .informacoes { padding: 0 15px; margin: 0 0 30px; }
.imovel .informacoes p { margin-top: 0; }

.imovel .caracteristicas { padding: 0 15px; margin: 0 0 30px; }
.imovel .caracteristicas ul {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}
.imovel .caracteristicas ul li {
	display: block;
	overflow: hidden;
}
.imovel .caracteristicas ul li div {
	padding: 3px 5px;
	width: 50%;
	border-bottom: 1px solid #f0f0f0;
	float: left;
}
.imovel .caracteristicas ul li .title { font-weight: bolder; }

.imovel .mapa { margin: 0 15px 15px; }
.imovel .mapa #map {
	width: 100%;
	height: 300px;
}

#main form fieldset .field {
    display: block;
    margin: 0 0 7px;
    width: 100%;
}

#main form fieldset .field input, #main form fieldset .field textarea {
    border: 1px solid #f0f0f0;
    font-weight: 300;
    padding: 10px 15px;
    width: 100%;
}

#main form fieldset .field select {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f0f0f0;
    border-radius: 0;
    color: #555;
    font-weight: 300;
    margin: 0;
    padding: 10px 15px;
    text-indent: 0px;
    width: 100%;
}

#main form fieldset button {
    background: #17a859 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    padding: 10px 15px;
    text-transform: uppercase;
}
.imovel .galeria .interesse form button {
    background: #fff none repeat scroll 0 0 !important;
    color: #17a859 !important;
}





#main #imobiliarias .imobiliaria {
    border-bottom: 3px solid #17a859;
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
    width: 100%;
    text-align: center;
}

#main #imobiliarias .imobiliaria .infos h3 {
	margin: 15px 0;
	font-size: 23px;
}

#main #imobiliarias .imobiliaria img {
	margin: 0 auto;
}

#main #imobiliarias .imobiliaria .contato {
	margin: 0 0 20px 0;
	display: block;
	background: #17a859;
	padding: 10px 0;
	color: #FFF;
}

#main #imobiliarias .imobiliaria .infos p {
	font-size: 15px;
	line-height: 20px;
}



/* -- Imobiliária ----------------------------------------------------------- */

#main #imobiliaria .desc {
	margin-bottom: 30px;
	overflow: hidden;
	text-align: center;
	font-size: 15px;
}
#main #imobiliaria .desc img {
	width: 200px;
	height: 200px;
	margin: 0 auto;
	display: block;
}
#main #imobiliaria .desc p {
	line-height: 23px;
}

#main #imobiliaria .list-imoveis h3 {
	padding-bottom: 10px;
	margin: 0 0 30px;
	border-bottom: 3px solid #17A859;
	display: inline-block;
	font-size: 160%;
	text-transform: uppercase;
}
#main #imobiliaria .list-imoveis ul {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}
#main #imobiliaria .list-imoveis ul li {
	width: 100%;
	min-height: 402px;
	margin-right: 35px;
	margin-bottom: 40px;
}
#main #imobiliaria .list-imoveis ul li a {
	display: block;
	text-decoration: none;
}
#main #imobiliaria .list-imoveis ul li a img {
	width: 100%;
	display: block;
	background: #000;
}
#main #imobiliaria .list-imoveis ul li a h4 {
	font-size: 20px;
	margin: 10px 0;
}
#main #imobiliaria .list-imoveis ul li a h5 {
	font-size: 16px;
	font-weight: 400;
	margin: 10px 0;
}
#main #imobiliaria .list-imoveis ul li a p { margin: 0; }




.noticias .noticia-recente img {
    height: auto;
    width: 100%;
}

.noticias .noticia-recente h3 {
    font-size: 150%;
    line-height: 22px;
    font-weight: bolder;
    margin-bottom: 0;
    margin-top: 30px;
}

.noticias .noticia-recente a {
    color: #17a859;
}

.noticias .noticia a {
    color: #17a859;
}

.noticias .noticia {
    border-top: 1px solid #f0f0f0;
    margin: 30px 0 0;
    overflow: hidden;
    padding: 30px 0 0;
}

.noticias .noticia h3 {
    font-size: 190%;
    font-weight: bolder;
    margin: 20px 0 0 0;
}

.noticia img{
	width: 100%;
}

.noticia h3{
	font-size: 24px;
	line-height: 22px;
}

#main .entry header h4 {
    color: #a6a6a6;
    font-size: 130%;
    font-weight: 300;
    margin-top: 10px;
}

#main .entry header{
    padding: 0;
}





/* PAGINACAO */

.pagination {
    border-top: 1px solid #f0f0f0;
    margin-top: 40px;
    overflow: hidden;
    padding-top: 40px;
}
.pagination .inactive {
    opacity: 0.5;
}
.pagination span {
    border: 1px solid #333;
    display: block;
    float: left;
    line-height: 23px;
    padding: 3px 15px;
}
.pagination span a {
    display: block;
    text-decoration: none;
}
.pagination ul {
    position: absolute;
    list-style: outside none none;
    margin: 0 0 0 -15px;
    left: 50%;
    overflow: hidden;
    padding: 0;
}
.pagination ul li {
    float: left;
    margin: 0;
    display: none;
}
.pagination ul li.active{
    display: block;
}
.pagination ul li.active a {
    border-color: #17a859;
    color: #17a859;
    font-weight: bold;
}
.pagination ul li a {
    border: 1px solid #333;
    display: block;
    height: 31px;
    width: 31px;
    line-height: 31px;
    text-align: center;
    text-decoration: none;
}
.pagination .proxima {
    margin-left: 5px;
    float: right;
}





/* CONTATO */

#form-contato {
	position: relative;
}
#form-contato #parte-consumidor {
	/*position: absolute;*/
	height: 320px;
	width: 100%;
}
#form-contato #parte-lojista {
	/*position: absolute;*/
	height: 434px;
	display: none;
}
#form-contato label,
#form-contato div {
	display: block;
	margin: 0 0 12px;
	overflow: hidden;
}
#form-contato .campoTexto {
	padding: 7px 8px;
	border: none;
	outline: none;
    border: 1px solid #FFF;
    font-family: "Lato";
    color: #777;
    width: 100%;
}
#form-contato div .campoBox {
	margin: 0 10px 0 0;
	float: left;
	font-size: 110%;
}
#form-contato div .campoBox input {
	float: left;
	margin: 2px 6px 0 1px;
}
#form-contato div .campoSelect {
	padding: 6px 8px;
	border: none;
	border-radius: 0;
	outline: none;
	font-family: "Lato";
	/*background: url(../img/select-seta.png) 404px center no-repeat #f3f0e9;*/
	/*color: #af9a6c;*/
	-webkit-appearance: none;
    border: 1px solid #FFF;
    color: #777;
    width: 100%;
}

#form-contato textarea {
	max-width: 404px;
	height: 120px;
	max-height: 120px;
	min-height: 120px;
}
#form-contato button {
	padding: 1px 7px;
	margin: 0;
	border: none;
	outline: none;
	float: right;
	background: none;
	font-size: 17px;
	line-height: 24px;
    color:#fff;
    background: #e5026d;
    font-family: "Lato";
}

#form-contato select, #form-contato input, #form-contato textarea{
    font-size: 14px;
}

#form-contato small{
    font-size: 14px;
}

.info {
    background: rgba(23, 168, 89, 1);
    color: #fff;
    margin-top: 30px;
    padding: 25px;
    right: 70px;
    font-size: 15px;
}

.info p{
	margin: 5px 0;
}

#map{
	width: 100%;
	height: 250px;
}





/* FOOTER */

footer{
	background: #17a859;
	height: 360px;
	color: #FFF;
	font-size: 14px;
	padding-top: 1px;
}

footer p{
	line-height: 20px;
}

footer .footer_sociais{
	height: 55px;
}
.footer_sociais .social-menu{
	background:none;
	margin-top: 25px;
	padding-right: 0px;
}
.footer_sociais .widget-social li, .nav-container-full .widget-social li {
    margin: 0 10px;
}
.footer_sociais .widget-social a, .nav-container-full .widget-social a {
    height: 28px;
    width: 28px;
}
.footer_sociais .widget-social a, .nav-container-full .widget-social a {
    transition: all 0.2s ease-out 0s;
}
.footer_sociais .widget-social a {
    color: #ffffff;
    height: 28px;
    transition: all 0.2s ease-out 0s;
    width: 28px;
    display: inline-block;
    background: url(../img/icons_social.png);
}

footer .newsletter{
	height: 90px;
	text-align: center;
	color: #FFF;
	padding-top: 0px;
}

footer #form-news{
	height: 90px;
}

footer .newsletter h2{
	margin-bottom: 20px;
}

footer .newsletter input{
	background: none;
	padding: 10px 15px;
	color: #FFF;
	border: none;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	font-family: "Lato";
	font-size: 12px;
}
footer .newsletter input[type="submit"]{
	width: auto;
	padding: 9px 15px;
	margin-left: 10px;
	cursor: pointer;
}

footer .erro{
	margin-top: 5px;
}

footer .load{
	margin-top: -63px;
	margin-right: 5px; 
}

footer .logo_quax{
	margin: 17px auto 0 auto;
	display: block;
	background: url(../img/quax.png) no-repeat;
	width: 22px;
	height: 22px;
	text-indent: -999px;
	overflow: hidden;
}

footer ::-webkit-input-placeholder {
   color: #FFF;
}

footer :-moz-placeholder { /* Firefox 18- */
   color: #FFF;  
}

footer ::-moz-placeholder {  /* Firefox 19+ */
   color: #FFF;  
}

footer :-ms-input-placeholder {  
   color: #FFF;  
}