/*

RED - color: #D82328;
GREEN - color: #04A852;
grey - color: #e5e5e5;

font-family: 'Arvo', serif;
font-family: 'Josefin Sans', sans-serif;
font-family: 'Montserrat', sans-serif;

*/
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans|Montserrat:300,400,700');

body {
	font-family: 'Arvo', serif;
	font-weight:300;
}
.wrapper-home{
	position:relative;
	padding-top:60px;
	padding-bottom:60px;
}
.wrapper{
	position:relative;
	padding-top:30px;
	padding-bottom:60px;
}
.wrapper-zero{
	position:relative;
	padding-top:0px;
}
.wrapper-post{
	position:relative;
	padding-top:250px;
}

#list,
#box{
	padding-top: 20px;
}
#sidebar{
	margin-bottom: 20px;
	margin-top: 20px;
}
/* Tipografia
-----------------------------------------------------------------------*/
a:link {color: #04A852;text-decoration: none;}
a:visited {text-decoration: none;color: #04A852;}
a:hover {text-decoration: underline;color: #1c1e5d;}
a:active {text-decoration: none;color: #1c1e5d;}

h1, h2, h3{
	font-family: 'Arvo', serif;
	color: #04A852;
    font-weight:400;
}
h4{
  font-family: 'Arvo', serif;
  font-weight:400;	
  color: #000;
}
h5, h6{
  font-family: 'Montserrat', sans-serif;	
  font-weight:400;	
  color: #000;
}
p, li{
  font-size: 1.2em;
  text-align:justify;	
}
/* Elements
-----------------------------------------------------------------------*/
.divider20{
	height:20px;
}
.divider40{
	height:40px;
}
.divider60{
	height:60px;
}
.page-header{
	border-bottom-color: #04A852;
}
.titline {
	margin: 30px auto 30px auto!important;
	position: relative;
	text-align: center;    
}
.titline:before,
.titline:after {
	border-top: 1px solid #04A852;
	content: "";
	height: 1px;
	left: auto;
	position: absolute;
	top: 12px;
	width: 30px;
}
.titline:before {
	margin-left: -45px;
}
.titline:after {
	margin-left: 20px;
}
section{
	padding-top:40px;
	padding-bottom:0;
}
/* mapa */
#map-canvas{
  position: relative;
  width: 100%;
  height: 400px;
  padding: 0px;
  margin-top: -30px;
  margin-bottom: 40px
}
/* pagination */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #05398f;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #05398f;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #05398f;
  background-color: #B9C6DC;
  border-color: #05398f;
}
/* botao pedido de informacao */
#boxinfo{
	background-color: #009245;
	background: url(../images/bg-info.png) top right no-repeat #009245;
	width: 100%;
	min-height: 90px;
	height: auto;
	padding: 10px 100px 10px 20px;
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.5em;
	font-weight: 300;
	line-height: 1.0em;
}
#boxinfo:hover{
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.55);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.55);
}
#boxinfo strong{
	font-weight: 700;
	font-size: 1.4em;
	line-height: 1.0em;
}
/* Formulários */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
/* Modal */
.modal-dialog {
  position: relative;
  width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -200px 0 0 -200px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

/* well blue */
.well_blue {
  min-height: 120px;
  padding-top: 0px;
  padding-bottom: 10px;
  padding-left:0;
  padding-right:0;
  margin-bottom: 20px;
  color: #fff;
  background-color: #D82328;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well_blue h1,
.well_blue h2,
.well_blue h3,
.well_blue h4,
.well_blue p{
  padding-left: 15px;
  padding-right:  15px;
  color: #fff;
}
.well_blue h4{
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4em;
  color: #fff;
}
.well_blue p{
  font-size: 1.0em;
  text-align: left;
  font-weight: 300;
}
/* well grey */
.well_grey {
  height: auto;
  padding: 0px 10px 19px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #CCC;
  background: url(../images/metal.jpg) top left no-repeat;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well_grey h3,
.well_grey p{
  padding-left: 15px;
  padding-right:  15px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.well_grey h3{
  font-size: 1.6em;
  color: #000;
  display: inline-block;
  width: 65%;  
}
.well_grey p{
  font-size: 1.0em;
  color: #000;
  text-align: left;
}
.well_grey img{
  height: 75px;
  width: auto;
  border: none;
  margin-top:12px;
  display: inline-block;
  float: right;
  margin-right: 15px;  
}
/* well */
.well_white {
  height: auto;
  padding: 0px 10px 19px;
  margin: 20px 0px;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well_white h3{
  font-size: 1.6em;
  color: #000;
  display: inline-block;
  width: 55%;
  padding-left: 15px;
  padding-right:  15px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.well_white img{
  height: 95px;
  width: auto;
  border: none;
  margin-top:12px;
  display: inline-block;
  float: none;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
/* Panel Default */
.panel .btn-default,
.panel .btn-default:visited{
  color: #fff;
}
.panel .btn-default:hover,
.panel .btn-default:active{
  color: #1c1e5d;
}

/* NAV PIL */
.nav-pills > li > a {
  border-radius: 0px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
  background:url(../images/seta-navpills.png) center right no-repeat #337ab7;
  cursor: pointer;
}
/* hover */
.button:hover,
.button:focus {
  text-decoration: none;
  background-color: #eee;
  background:url(../images/seta-navpills-grey.png) center right no-repeat #eee;
  cursor: pointer;
}

/* IMAGES
----------------------------------------------------------------------------- */
.img-responsive{
	margin-bottom:20px;
}
.img-responsive2 {
  display: block;
  width: 100%;
  height: 150px;
  margin-bottom:10px;
  overflow: hidden;
}
.img-responsive3{
	display: block;
	height:200px;
	width:100%;
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
}
.img-planta {
  width: auto;
  height: 500px;
  margin-bottom:10px;
}
.img-hover:hover{
  opacity:0.85;
  cursor:pointer;
}
/* Header
-----------------------------------------------------------------------*/
header{
	position:relative;
	width:100%;
	height:auto;
	background-color:transparent;
	margin-top:0px;
	margin-bottom:40px;
	padding-bottom:3px;
	z-index:1;
}
/* owl */
#owl-demo .item img{
    display: inline-block;
    width: 100%;
	height: auto;	
	position:relative;
	overflow:hidden;
}
/* setas */
.carousel-control {
	height: 92%;
}
.carousel-control img{
	font-size:60px;
	top:40%;
	cursor:pointer;
	position:absolute;
	color:#04A852;
}
.manchete{
	position:absolute;
	top:10px;
	left:15%;
	display:block;
	z-index:5;
	width:33.33%;
	height:160px;
	padding: 65px 9px 0 9px;
	text-align:left;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size:2.4em;
	color:#fff;
	line-height:1.2em;
	z-index:1;
}
.padded-multi-line { 
  background:#b8150a;
  background-color: rgba(184, 21, 10, 1); 
  padding: 0 20px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
header hr {
	margin-left:0;
	border-top: 0px solid #b8150a;
}
.manchete .btn{
	margin-top:0;
	margin-left:0;
}

/* Navbar
-----------------------------------------------------------------------*/
.topnavbar-wrapper{
	width:100%;
	height:60px;
	top:0;
	margin-bottom:0px;
	background-color:#fff;
}
#logomini{
	width: 180px;
	height: auto;
	text-align: center;
	position: absolute;
	top: 12px;
}
#logomain{
	width: auto;
	height: 70px;
	text-align: center;
	position: absolute;
	top: -35px;
}
#callme{
	float:right;
	display:inline;
	font-size:2.0em;
	font-weight:300;
	color:#000;
	border-radius:4px;
	text-align:right;
}
#callme small{
	font-size:0.7em;
	color:#1c1e5d;
	font-weight:400;
	float:right;
}
/* Center navbar
---------------------------------------------------- */
.sticker{
	z-index: 1000;
}
.navbar-center {
	width:100%;
	margin-top:0px;
	text-align:center;
	background-color: #fff;
	border-radius:0px;
	border-bottom: 1px solid #04A852;
	border-top:0px;
	margin-bottom:0px;
	z-index: 1000;
}
.navbar-center .nav {
	float:right;
}
.navbar-center .nav li{
	height:30px;
	margin-top:-35px;
	padding-top:0px;
	display:inline-block;
	float:none;
	margin:0px;
	padding:0 auto;
	vertical-align:middle;
	text-align:center;
	font-family: 'Arvo', serif;
}
.navbar-center .navbar-nav > li > a {
	color: #000;
	font-size: 0.9em;
	font-weight: 300;
	text-transform:uppercase;
	border-bottom: none;
}
.navbar-center .navbar-nav > li.active > a {
	background-color: #d3d3d3;
	color: #000;
	border-bottom: 1px solid #05398f;
}
.navbar-center .navbar-nav > li > a:hover,
.navbar-center .navbar-nav > li.active > a:hover{
	background-color: transparent;
	color: #D82328;
	border-bottom: none;
}
/* Caixa Submenu */
.navbar-nav > li > .dropdown-menu {
  margin-top: 18px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* */
.dropdown-menu > li > a{
  display: block;
  width: 100%;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #000;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #04A852;
  background-color: transparent;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #D82328;
  text-decoration: none;
  background-color: transparent;
  outline: 0;
}
.dropdown-toggle:focus {
  color: #999;
}
/* selected page marker */
.navbar-center .navbar-nav > li > a.selected {
	font-weight:700;
}
/* Menu sandwish
------------------------------------------- */
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 0px solid transparent;
  border-radius: 4px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fff;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 28px;
  height: 3px;
  border-radius: 0px;
  background-color:#D82328;
}
.navbar-toggle:hover .icon-bar {
  background-color:#D82328;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (max-width: 767px) {
	.navbar-center .nav {
		float:none;
		border-top: 1px solid #04A852;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.navbar-center .navbar-nav > li > a {
		height: auto;
		display:block;
		color: #04A852;
		font-size: 1.0em;
		font-weight: 300;
		text-transform:uppercase;
		border-bottom: none;
		
	}
	.navbar-center .nav li {
		width: 100%;
		height: auto;
		display:block;
		margin:0px;
		padding:0 auto;
		vertical-align:middle;
		text-align:center;
	}
	.navbar-collapse li {
		border-bottom:1px solid #ddd;
		color: #999;
	}
	.navbar-collapse li:hover {
		background-color: #04A852;
		text-align:center;
	}
	.navbar-collapse li:hover a:link,
	.navbar-collapse li:hover a:visited {
		color:#FFFFFF;
		text-align:center;
		width: 100%;
		height: auto;
		display:block;
	}	
	ul .dropdown-menu{
		padding-top: 0;
		padding-bottom: 0;
		color: #000;
	}
	.navbar-collapse .dropdown-menu li a:hover {
		color: #fff;
	}
}


/*

RED - color: #D82328;
GREEN - color: #04A852;
grey - color: #e5e5e5;

font-family: 'Arvo', serif;
font-family: 'Josefin Sans', sans-serif;
font-family: 'Montserrat', sans-serif;

*/






/* Social share */
#socialshare{
	min-height: 40px;
	padding: 10px auto;
}
/* Paginas
-----------------------------------------------------------------------*/

/* Homepage Imoveis
----------------------------------------------------------------------------- */
.produtoitembox{
	width: 100%;
	height: auto;
	min-height: 280px;
	padding-top:10px;
	padding-bottom:15px;
	padding-left:0px;
	padding-right:0px;
	margin-bottom:20px;
	border:1px solid #E7E8E9;
}
.produtoitembox:hover{
	cursor:pointer;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(37, 37, 37, 0.55);
	   -moz-box-shadow: 0px 0px 5px 0px rgba(37, 37, 37, 0.55);
			box-shadow: 0px 0px 5px 0px rgba(37, 37, 37, 0.55);
}
.produtoitem{
	padding-top:40px;
	padding-bottom:15px;
	margin-bottom:20px;
	border-bottom:1px solid #E7E8E9;
}
.produtoitem img{
	margin-bottom:20px;
}
.produtoitembox h1{
	text-align:left;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size:1.2em;
	margin-top:-5px;
	margin-bottom:15px;
	color:#000;
	width: 80%;
}
.produtoitem h1{
	text-align:left;
	font-size:1.4em;
	font-family: 'Montserrat', sans-serif;
	margin-top:0;
	margin-bottom:5px;
	color:#000;
}
.produtoitembox p,
.produtoitem p{
	text-align:left;
	font-size:1.0em;
	padding-bottom:15px;
}
/* NOTICIAS
----------------------------------------------------------------------------- */
.destaquebox {
  display: block;
  height:auto;
  padding:0px;
  margin-bottom: 30px;
  line-height: 1.42857143;
  background-color: transparent;
  border-bottom: 1px solid #ddd;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.destaquebox .foto{
	display: block;
	width:100%;
	height: auto;
}
.destaquebox img:hover{
	cursor:pointer;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(37, 37, 37, 0.55);
	   -moz-box-shadow: 0px 0px 5px 0px rgba(37, 37, 37, 0.55);
			box-shadow: 0px 0px 5px 0px rgba(37, 37, 37, 0.55);
}
.destaquebox > img,
.destaquebox a > img {
  margin-right: auto;
  margin-left: auto;
}
.destaquebox .noimage{
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}
.destaquebox .noimage p{
	font-family: 'Montserrat', sans-serif;;	
  	font-weight:300;
	font-size: 1.2em;
  	color: #333;
	vertical-align: middle;
}
.destaquebox .author{
  padding-top: 10px;
  text-overflow: ellipsis;
  width: 100%; /* change to your preferences */
  white-space: nowrap;
  overflow:hidden;
}
.destaquebox h1{
  text-align: left;	
  margin-bottom: 15px;
}
#social{
	min-height:40px;
	margin-top:40px;
	margin-bottom: 20px;
}
.destaquebox .txt {
  padding: 16px 10px;
  color: #333;
  text-align: left;
}
.destaquebox .tit{
  display: block; /* Fallback for non-webkit */
  display: -webkit-box;
  max-width: 100%;
  height: 2.2em; /* Fallback for non-webkit */
  font-size: 1.6em;
  font-weight:700;
  line-height: 1.1em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.destaquebox a{
	text-decoration:none;
}
a.destaquebox:hover,
a.destaquebox:focus,
a.destaquebox.active {
  border-color: #337ab7;
  text-decoration:none;
}
.destaquebox .moduletxt {width: 100%;margin: 0 0 0 0;overflow: hidden;}
.destaquebox .moduletxt p { margin: 0;}
.destaquebox .fadetxt {  position: relative;  height: 7.2em; /* exactly 6 lines */}
.destaquebox .fadetxt:after {
	content:"";
	text-align:right;
	position:absolute;
	bottom:0;
	right:0;
	width:15%;
	height:1.2em;
	background:linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
}
.destaquebox .buttons{
	float: none;
	margin-top: 20px;
	padding:0px 10px 10px 0;
	text-align:right;
}
/* Footer
-----------------------------------------------------------------------*/
footer {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 10px;
  margin-top:0;
  background-color: #fff;
}
footer h3{
	font-size: 1.2em;
	font-weight: 300;
	text-transform: uppercase;
	text-align:center;
	color: #333; 
}
footer h2{
	font-size: 1.2em;
	font-weight: 300;
	text-transform: uppercase;
	color: #D82328;
}
footer h6{
	font-weight: 300;
}
/* Sobfooter Quem Somos */
#boxmissao{
  margin-bottom: 30px;	
}
#boxanos{
  margin-bottom: 30px;	
}
/* WBI */
.wbi{
  font-family: 'Josefin Sans', sans-serif;
  font-size:13px;
  color:#333;
  text-decoration:none;
}
.wbi a:link, a:visited, a:hover, a:active{
  color:#333;
  text-decoration:none;
}
/* go back */
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom:11px;
    right:22px;
    display:none;
	z-index:2;
}
/* Cookie Law */
#cookielaw{
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	min-height:80px;
	height:auto;
	z-index:1000;
	margin:0;
	padding-top:30px;
	display:block;
	color:#fff;
	background:#000;
	cursor:pointer;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.0em;
}
#cookielaw .modal-title {
	font-size: 1.0em;
	font-weight: 300;
	color: #fff;
}
.closecookie {
  float: right;
  opacity:0.65;
  margin-top:  -5px;
  margin-left: 15px;
}
.closecookie:hover,
.closecookie:focus {
  opacity:1; 
}
/* Buttons
-----------------------------------------------------------------------*/
/* botão default */
.btn-default,
.btn-default:visited{
  color: #04A852;
  background-color: #fff;
  border-color: #04A852;
  border-radius: 0;
  text-transform: uppercase;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #04A852;
  border-color: #04A852;
}
/* botão primary */
.btn-primary,
.btn-primary:visited{
  color: #fff;
  background-color: #D82328;
  border-color: #fff;
  border-radius: 0;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #D82328;
  background-color: #fff;
  border-color: #D82328;
}
/* botao white */
.btn-white,
.btn-white:visited{
  color: #D82328;
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  font-weight:400;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.open > .dropdown-toggle.btn-white {
  color: #D82328;
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  font-weight:700;
}
@media (max-width:1080px) {
.piquete-phone { font-size:18px; white-space:nowrap; }
}
/*

RED - color: #D82328;
GREEN - color: #04A852;
grey - color: #e5e5e5;

font-family: 'Arvo', serif;
font-family: 'Josefin Sans', sans-serif;
font-family: 'Montserrat', sans-serif;

*/
/* Responsive: Mobile
-----------------------------------------------------------------------*/




@media (max-width:767px) {
	.wrapper-home{
		position:relative;
		padding-top:0px;
		padding-bottom:0px;
	}
	#subtop{
		position:relative;
		margin-top:-10px;
	}
	#subtop h4{
		font-size: 1.2em;
	}
	.wrapper{
		position:relative;
		padding-top:30px;
		padding-bottom:60px;
		/*background: url(../images/gruas-02.png) bottom right no-repeat;*/
		background: url(../images/gruas-01-inv.png) bottom right no-repeat;
	}
	.wrapper-zero{
		position:relative;
		padding-top:0px;
	}
	.wrapper-post{
		position:relative;
		padding-top:250px;
	}
}

/* Menu Tablet Horizontal
-----------------------------------------------------------------------*/
@media screen and (min-width: 981px) and (max-width: 1200px) {}
/* Menu Tablet Vertical
-----------------------------------------------------------------------*/
@media (min-width:767px) and (max-width:980px) {
}
