@charset "utf-8";
/* CSS Document */


.tk-ivymode { font-family: "ivymode",sans-serif; }
.tk-area-extended { font-family: "area-extended",sans-serif; }
.tk-area-normal { font-family: "area-normal",sans-serif; }
.tk-area-extended-light { font-family: "area-extended-light",sans-serif; }
.tk-area-normal-light { font-family: "area-normal-light",sans-serif; }

html, body {
	width:100%;
	height:auto;
	min-height:100%;
	margin:0px;
	border:0px;
	padding:0px;
	font-family: "area-normal",sans-serif;;
	color:#2d4b32;
}
a {
	color:inherit;
	text-decoration:none;
}
img {
	max-width: 100%;
	height: auto !important;
}
svg {
	max-width: 100%;
}
.linha {
	position:relative;
	width:100%;
	height:auto;
}
.centro {
	position:relative;
	width:100%;
	max-width:1150px;
	padding:0px 10px;
	box-sizing:border-box;
	height:auto;
	margin:0px auto;
	font-size:0px;
	text-align:center;
}
.col {
	position:relative;
	display:inline-block;
	vertical-align:top;
	box-sizing:border-box;
}
.col1 {
	width:100%;
}
.col2 {
	width:50%;
}
.col3 {
	width:33.333333%;
}
.col3a {
	width:33.333333%;
}

.col3-1 {
	width:33.333333%;
}

.col3-2 {
	width:66.666666%;
}
.col3-2a {
	width:66.666666%;
}

.col4 {
	width:25%;
}
.col4-3 {
	width:75%;
}
.col5 {
	width:20%;
}
.col6 {
	width:16.666666%;
}

.celula {
	box-sizing:border-box;
	height:auto;
	font-size:20px;
	text-align: center;
	padding:0px 15px;
}

.contato {
    position: relative;
    display: inline-block;
    max-width: 360px;
    font-size: 13px;
    margin-right: 17px;
    text-align: left;
    box-sizing: border-box;
    background: #F4E7D2;
}
.contato span {
    font-size: 14px;
	color: #2d4b32;
	font-weight: bold;
}
.contato form {
	margin:20px 0px 0px 0px;
	padding:0px;
	border:0px;
}
.contato input, .contato textarea {
	width:100%;
	height:35px;
	font-size: 16px;
	background-color:#F4E7D2;
	color: #2d4b32;
	border: 1px solid #2d4b32;
	outline:none;
	box-sizing:border-box;
	padding:5px 10px;
	margin-bottom:25px;
	font-family: "area-normal",sans-serif;;
}
.contato2 {
	padding-top: 0px;
}
.contato2 input, .contato2 textarea {
	background-color:#FFF;
}
.botao {
	background: #7d3719;
	display: inline-block;
	border:0px;
	text-align:center;
	box-sizing:border-box;
	height:39px;
	line-height:39px;
	vertical-align: top;
	outline:none;
	color:#FFF;
	font-size:14px;
	font-weight: 300;
	padding: 0px 50px;
	cursor:pointer;
	-webkit-appearance: none;
}
.botao2 {
	background: #2d4b32;
	color:#FFF;
	font-weight: bold;
}
.botao3 {
	background:#c8a050;
	color:#fff;
	font-weight: bold;
}

.botao:hover {
	opacity:.8;
}
.contato textarea {
	height:150px;
	padding-top: 10px;
}

.contato ::-webkit-input-placeholder {
    color:#2d4b32;
}
.contato :-moz-placeholder {
    /* FF 4-18 */
    color:#2d4b32;
}
.contato ::-moz-placeholder {
    /* FF 19+ */
    color:#2d4b32;
}
.contato :-ms-input-placeholder {
    /* IE 10+ */
    color:#2d4b32;
}
.contato .cont-tit{
	font-size: 16px;
	font-weight: 600;
	text-align: left;
}
.cont-tit{
    display: inline-block;
    text-align: left;
    font-size: 22px;
    margin: 10px 0px;
    color: #2d4b32;
    font-family: "ivymode",sans-serif;
    font-weight: bold;
}
.txt-ban {
    font-size: 40px;
    color: #F4E7D2;
    padding: 0px;
	font-family: "ivymode",sans-serif;
	text-align: left;
}
.um-tit {
    font-size: 16px;
    max-width: 350px;
	height: 300px;
    font-family: "area-normal",sans-serif;
    display: inline-block;
    text-align: left;
}
.cont-tit2 {
	font-size: 38px;
	font-weight: bold;
}
.cont-txt{
    max-width: 730px;
    display: inline-block;
    font-size: 16px;
    line-height: 34px;
    margin: 10px 0px;
    color: #2d4b32;
}
.barra-ilus {
	background: right center no-repeat url(../_img/ilustra1.jpg);
	background-size: contain;
	padding: 70px 0px;
}
#tbl-box {
	height: 550px;
}
#tbl-box td {
	background: center center no-repeat;
	background-size: cover;
}
.lin-dif {
	background: url(../_img/linhas.gif) left center repeat-y;
    padding: 40px 30px !important;
    text-align: center;
    font-weight: 300;
    color: #a8835c;
}
.col4:nth-child(1) .lin-dif {
	background: none;
	padding: 30px;
}
.lin-dif span {
	font-size: 36px;
}
.foto {
	cursor:pointer;
}
.txt-centro {
	text-align: center;
	padding: 15px 0px;
}
.txt-centro>* {
	margin: 15px;
}
#top {
	position: fixed;
	z-index: 9999;
	background: #2d4b32 ;
	height: 90px;
	top: 0px;
}
#cab {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 60px;
	padding-top: 0px;
	box-sizing: border-box;
	background-color: #2d4b32;
	z-index: 999;
}
#cab-holder {
	height: 60px;
}

.cab-dir {
    position: absolute;
    right: 0px;
    top: 0px;
	margin-top: 24px;
    margin-right: 15px;
}
.menu-cab {
	position: absolute;
	right: 15px;
	top: 0px;
	width: 50px;
	height: 60px;
	background: center center no-repeat url(../_img/ico-menu-abre.png);
	background-size: contain;
	user-select: none;
	cursor: pointer;
}
.menu-open {
	background-image: url(../_img/ico-menu-fecha.png);
}
.menu-sub {
	position: absolute;
	display: none;
	background-color: #4faf6c;
	width: 300px;
	top: 60px;
	right: 0px;
    padding: 10px 0px;
	z-index: 99;
}
.menu-item {
	padding: 10px 20px;
	color: #FFF;
	white-space: nowrap;
	cursor: pointer;
	text-align: right;
	font-weight: bold;
}
.menu-item:hover {
	background-color: #3f9258;
}
.menu-open .menu-sub {
	display: block;
}
.fin-btn {
	float: right;
	margin-right: 60px;
}
#ico-menu {
    position: absolute;
    left: 20px;
    top: 35px;
    cursor: pointer;
    z-index: 777;
}
#ico-whats {
    position: absolute;
    right: 15px;
    width: 30px;
    cursor: pointer;
    z-index: 777;
    height: 30px;
    margin-top: 35px;
}

#ico-insta {
    position: absolute;
    right: 65px;
    cursor: pointer;
    z-index: 777;
    height: 30px !important;
    margin-top: 35px;
}
#ico-menu.menu-fechado polygon {
	display: none;
}
#ico-menu.menu-aberto polygon {
	display: inline;
}
#ico-menu.menu-fechado path {
	display: inline;
}
#ico-menu.menu-aberto path {
	display: none;
}
#logo-cab {
	margin-top: 75px;
}
#logo-cab-m {
	margin-top: 20px;
	margin-bottom: 10px;
	height: 35px;
	display: none;
}
#menu-corpo2 {
    position: absolute;
    padding: 0px;
    padding-top: 0px;
    background-color: #7d3719;
    color: #fff;
    z-index: 555;
    box-sizing: border-box;
    top: 75px;
    left: 0px;
    margin-left: 0px;
    text-align: left;
    display: none;
}
#menu-fundo {
    position: absolute;
    background-color: #7d3719;
    width: 68px;
    height: 55px;
    top: -55px;
    left: 0px;
}
.menu-item2 {
    padding: 10px 70px 15px 20px;
    font-size: 18px;
    border-bottom: 1px solid #FFF;
    cursor: pointer;
}
.menu-item2:hover {
	background-color: #F4E7D2;
	color: #2d4b32;
}
#ban {
	background: #2d4b32 center center no-repeat url(../_img/banner-1a-final.jpg);
    background-size: cover;
    margin-top: 90px;
}
#ban .centro {
	padding-bottom: 0px;
	height: 500px;
}
#ban2 {
	background: #2d4b32 center bottom no-repeat url(../_img/banner-2-final.jpg);
    background-size: cover;
}
#ban2 .centro {
	padding-bottom: 0px;
	height: 500px;
}
#ban4 {
	background: center center no-repeat url(../_img/implantacao-final.jpg);
    background-size: cover;
}
#ban4 .centro {
	padding-bottom: 0px;
	height: 700px;
}
#ban5 {
	background: #2d4b32 center bottom no-repeat url(../_img/banner-4a-final.jpg);
    background-size: cover;
}
#ban5 .centro {
	padding-bottom: 0px;
	height: 500px;
}

#ban3 .centro {
	padding: 0px;
}
.lente-ban {
	content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 0%, black 120%);
}
.tit-ban {
    position: relative;
    max-width: 360px;
    display: inline-block;
    font-size: 26px;
    color: #F4E7D2;
    text-align: left;
    line-height: 50px;
    letter-spacing: 5px;
}
.for-ban-pos {
	text-align: center;
	padding-top: 70px;
}
.laranja-linha {
	background-color: #7d3719;
}
.verde-linha {
	background-color: #2d4b32;
}
.beje-linha {
	background-color: #F4E7D2;
}
.verde-linha .cont-tit {
	color: #F4E7D2;
}
.laranja-linha .cont-tit {
	color: #2d4b32;
	font-size: 20px;
	line-height: 50px;
	letter-spacing: 4px;
	font-weight: 500;
}

.verde-linha .cont-txt {
	color: #F4E7D2;
}
.beje-linha .cont-tit {
	color: #2d4b32;
	max-width: none;
}
.beje-linha .cont-txt {
	color: #2d4b32;
}
.form-tit {
    color: #2d4b32;
	font-family: "ivymode",sans-serif;
    font-size: 18px;
    font-weight: 600;
}
.planta-tit {
	font-size: 22px;
    text-align: left;
    margin-bottom: 15px;
}
.lin-pla {
    border-top: 2px solid #2d4b32;
    text-align: left;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 30px;
    padding: 10px 0px 0px 15px;
    font-family: "ivymode",sans-serif;

}
.lin-pla div {
    position: absolute;
    display: inline-block;
    right: 40px;
}
.ico-pla {
    background: left center no-repeat;
    padding-left: 65px;
    text-align: left;
    margin-bottom: 20px;
    font-size: 16px;
}

.whats-icon {
	position: relative;
	width: 81px;
	height: 81px;
	padding: 0px 20px;
	background: center center no-repeat url(../_img/whats-icon.png?c=assdd);
}
#cab .whats-icon {
    position: relative;
    float: right;
    width: 40px;
    height: 60px;
	padding: 0px;
    margin-right: 10px;
    background: center 15px no-repeat url(../_img/whats-icon.png?c=assdd);
    background-size: contain;
}

.ban-bod {
	color: #fff;
	font-size: 11px;
	font-family: "area-normal",sans-serif;;
}
.ban-bod .botao {
	width: 220px;
	margin-top: 30px;
}
.ban-back {
	background-image: linear-gradient(to right, rgba(0,0,0,.3), rgba(0,0,0,.1));
	position: absolute;
	width: 100%;
	height: 100%;
}
.ban-tit {
    font-size: 38px;
	line-height: 50px;
	margin-top: 50px;
    max-width: 300px;
	font-weight: bold;
	color: #fff;
}
.ban-txt {
    font-size: 20px;
	line-height: 30px;
	font-family: 'Cormorant Garamond', serif;
	font-style: italic;
    color: #d4ae80;
    margin: 30px 0px;
    max-width: 300px;
}
.fundoazul {
	background-color: #2d4b32;
	left: 0px;
	top: 0px;
	position: absolute;
	width: 100%;
	height: 380px;
}
.ban-pre {
	font-size: 34px;
	margin-bottom: 10px;
	vertical-align: middle;
}
.ban-pre div {
	font-size: 19px;
}
.ban-pre span {
	font-size: 74px;
	vertical-align: -webkit-baseline-middle;
}
#dst .celula{
	text-align: center;
}
#dst .ban-pre{
	display: inline-block;
	font-size: 25px;
}
#dst  .ban-pre span {
	vertical-align:baseline;
	font-size: 60px;
}
.box-txt {
	display: inline-block;
    z-index: 99;
    width: 100%;
    padding: 40px;
    background: center center no-repeat url(../_img/fundo-box.jpg);
    background-size: cover;
	box-sizing: border-box;
}
.txt-tit {
	font-size: 35px;
	margin-bottom: 10px;
	font-family: "area-normal",sans-serif;;
}
.txt-tit span {
	color: #dd8d00;
}
.dst-txt {
	font-family: "area-normal",sans-serif;;

}
.dst-txt .ban-pre {
	margin: 0px 15px 40px 15px;
}
.box-folha {
	color: #6c3010;
	padding-top: 50px;
}
.txt-folha {
    display: inline-block;
    background: left center no-repeat url(../_img/folha-icon.png);
    padding-left: 55px;
    height: 50px;
    vertical-align: top;
    width: 150px;
    margin: 10px;
	font-family: "area-normal",sans-serif;;

}

.quadrado-folha {
	position: relative;
	display: inline-block;
	width: 118px;
	height: 118px;
	top: -60px;
	background: center center no-repeat url(../_img/box-folha.jpg);
	background-size: contain;
}
#vid {
    background: center center repeat-x url(../_img/line-fundo.jpg);
	padding: 50px 0px;
}
#gal, #gal2 {
	padding: 50px 0px;
}
#aer {
	background: center center no-repeat url(../_img/vista-aerea2.jpg);
	background-size: cover;
}
#imp {
	background: center center no-repeat url(../_img/fundo-selva.jpg);
	background-size: cover;
	padding: 40px 0px;
}
#imp .txt-tit {
	color: #FFF;
	font-family: "area-normal",sans-serif;;

}

#map {
	font-size: 0px;
	background-color: #f6ecdf;
}

#rod {
	padding: 50px 0px;
	background: #2d4b32;
	color: #FFFFFF;
	line-height: 36px;
}
#rod .celula {
	font-size: 18px;
}
#rod img {
	vertical-align: middle;
}
#litebox {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	z-index: 999999;
	display: none;
	align-items: center;
	justify-content: center;
}
.lite-item {
	position: relative;
	display: inline-block;
	background-color: #2d4b32;
	color: #fff;
	z-index: 9;
	padding: 0px;
}
.lite-item .whats-icon {
    position: absolute;
    float:none;
    margin-top: -13px;
    left: 20px;
}
.close-box {
	position: absolute;
	z-index: 9999;
	right: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
	font-size: 26px;
	color: #FFF;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}
.abre-box {
	position: absolute;
    z-index: 9999;
    right: 10px;
    top: 15px;
    width: 40px;
    height: 40px;
    font-size: 36px;
    color: #FFF;
    line-height: 40px;
    text-align: center;
	user-select: none;
    cursor: pointer;
	transform: rotate(180deg);
}
#con {
	position: absolute;
	z-index: 9;
}
#cont {
}
#cont .celula {
	text-align: center;
}
.con-voa {
	/* position: fixed !important;
	top: -20px !important; */

	position: fixed !important;
    top: auto !important;
    bottom: 0px !important;	
}
.con-voa form {
	display: none;
}
.abre-box-cima {
    top: 5px;
	transform: rotate(0deg);
}
.rdstation-popup-position-top_right {
	margin-top: 20px !important;
}
.rdstation-popup-curto {
	margin-top: -12px !important;
}
.cont-fundo {
    position: relative;
    top: -140px;
	margin-bottom: -100px;
	width: 100%;
    max-width: 570px;
    height: 482px;
    z-index: 9;
}
.cont-fundo img {
	width: 100%;
}
#pla-btn {
	display: inline-block;
	font-size: 0px;
	margin-bottom: 30px;
}
#pla-btn div {
	padding: 8px 30px;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	background-color: #FFF;
	color: #dd8d00;
	border: solid #dd8d00 2px;
	cursor: pointer;
}
.pb-sel {
	background-color: #dd8d00 !important;
	color: #FFF !important;
}
.planta-info-2 {
	display: none;
}
.dorm-txt {
	position: relative;
    display: inline-block;
    padding-left: 80px;
	text-align: left;
    max-width: 310px;
    font-size: 24px;
	margin-top: 80px;
	margin-bottom: 30px;
    font-family: "area-normal",sans-serif;;
}
.dorm-txt div {
    position: absolute;
    left: 0px;
    margin-top: -53px;
    font-size: 130px;
}
.dorm-txt b {
    font-size: 40px;
    font-family: "area-normal",sans-serif;;
}
.line-hei {
	line-height: 1.8;
	text-align: left;
}
#gal .txt-tit, #gal2 .txt-tit {
	text-align: center;
}
.box-item {
    position: relative;
    display: inline-block;
    padding: 15px;
    width: 180px;
    height: 170px;
    box-sizing: border-box;
    background: center 5px no-repeat;
    background-size: 80%;
    padding-top: 100px;
    vertical-align: top;
    margin: 25px;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #2d4b32;
    font-family: "area-normal",sans-serif;;
}
#bar {
	margin-top: 40px;
}
#bar .celula {
	background-color: #2d4b32;
	color: #FFF;
	text-align: center;
	padding: 20px;
	font-family: "area-normal",sans-serif;;
}
#bar input {
    height: 30px;
    vertical-align: top;
    width: 260px;
    margin: 5px;
}
#bar .cont-tit {
    display: inline-block;
}

#apt .celula {
	text-align: center;
	padding: 10px 0px;
	line-height: 40px;
}
#apt b {
	font-size: 26px;
}

#apt .botao {
	color: #2d4b32;
	background-color: #FFF;
	border: 1px solid #2d4b32;
	margin: 10px;
}
#apt .btn-sel {
	background-color: #2d4b32;
	border: 1px solid #2d4b32;
	color: #FFF;
}
.tipo1 {
	fill: #4faf6c;
}
.tipo2 {
	fill: #9c9e9f;
}

.tip2 {
	display: none;
}
.des-item {
    background: left center no-repeat;
    padding-left: 115px;
    width: 300px;
    height: 90px;
    font-size: 26px;
    line-height: 30px;
    font-family: "area-normal",sans-serif;;
    margin: 50px 0px;

}
.des-item2 {
	width: 350px;
    font-size: 22px;
    font-family: inherit;
}




.obr-box {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	border-radius: 10px;
	border: solid 1px #2d4b32;
	padding: 30px 30px;
	font-size: 0px;
}
.obr-col {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	padding: 0px 30px;
	width: 50%;
}
.obr-item {
	position: relative;
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	margin: 10px 0px;
}
.obr-tit {
	position: relative;
	font-size: 16px;
	text-align: left;
}
.obr-bar {
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	overflow: auto;
	width: 87%;
	height: 20px;
	background-color: #ccc;
	border-radius: 10px;
}
.obr-bar div {
	position: relative;
	height: 20px;
	min-width: 2%;
	background-color: #2d4b32;
	border-radius: 10px;
}
.obr-num {
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	width: 13%;
	vertical-align: bottom;
	font-size: 22px;
	font-family: "area-normal",sans-serif;;

}
#vid {
	background: #2d4b32;;
}
#dif {
	background: #2d4b32;
	padding: 40px 0px;;
}
#dif .celula {
    color: #F4E7D2;
    font-size: 16px;
    font-family: "ivymode", sans-serif;
    letter-spacing: 0.07rem;
    line-height: 26px;
    text-align: left;
    margin-left: 20px;
    margin-bottom: 20px;
    padding: 10px;
}
#dif span {
	font-size: 22px;
	font-weight: bold;
	color:#c8a050
}
.icon-pos {
 margin-left: -5px;
}
.cen-bols {
	display: none;
}
.cen-bols-sel {
	display: block;
}
.ban-bols {
    position: relative;
    display: inline-block;
    padding: 8px;
    border-radius: 20px;
    margin: 20px 10px 0px 10px;
    border: 2px solid #fff;
	cursor: pointer;
}
.ban-bols div {
    width: 15px;
    height: 15px;
    border-radius: 20px;
    background-color: #000;
}
.ban-bols:hover, .ban-bols-sel {
    border: 2px solid #000;
}
.galeria-thumb {
	position:relative;
	width:100%;
	font-size: 0px;
	white-space:nowrap;
	overflow:hidden;
}
.galeria-thumb-item {
	position:relative;
	width:100%;
	left:0px;
	margin: 0px;
	border-top: 0px;
	border-bottom: 0px;
	box-sizing: border-box;
	height:540px;
	display:inline-block;
	vertical-align:top;
	background: center center no-repeat;
	background-size:cover;
	cursor:pointer;
}
.galeria-thumb-item:hover {
	opacity:.6;
}
.galeria-thumb-esq {
	position:absolute;
	top:0px;
	left:35px;
	width:46px;
	height:100%;
	background:url(../_img/seta-e.png?c=assd) center center no-repeat;
	z-index:444;
	cursor:pointer;
}
.galeria-thumb-dir {
    position: absolute;
    top: 0px;
    right: 35px;
    width: 46px;
    height: 100%;
    background: url(../_img/seta-d.png?c=add) center center no-repeat;
    z-index: 444;
    cursor: pointer;
}
.img-btn {
	color: #d4ae80;
	border: #d4ae80 solid 1px;
	display: inline-block;
	padding: 8px;
	box-sizing: border-box;
	width: 30%;
	text-align: center;
	cursor: pointer;
	margin: 15px 0px;
	margin-right: 4%;
}
.img-btn:nth-last-child(1) {
    margin-right: 0px;
}
.img-btn-sel {
	color: #FFF;
	background-color: #2d4b32;
	border: #2d4b32 solid 1px;
}
.img-planta {
	height: 340px;
	margin-bottom: -70px;
    margin-top: 50px;
	cursor: pointer;
}
#planta0 {
	cursor: pointer;
}
.img-fundo {
	background: #2d4b32 url(../_img/seta-rosa.jpg) left top no-repeat;
	text-align: center;
	margin-bottom: 70px;
}
#met1, #met2 {
	color: #d4ae80;
	font-size: 18px;
}
#met1 b, #met2 b {
	font-weight: bold;
	font-size: 32px;
	color: #2d4b32;
}
.wave-line {
	margin: 30px 0px;
}
#barra-scr {
	position: fixed;
	display: none;
	width: 100%;
	height: 69px;
	top: 0px;
	left: 0px;
	background-color: #2d4b32;
	z-index: 555;
}
#barra-scr div {
	position: relative;
	width: 100%;
	max-width: 1100px;
	height: 100%;
	margin: 0 auto;
	background: url(../_img/logo-cab-m.svg) left center no-repeat;
	background-size: 310px 35px;
}
.rolou #ico-menu {
    margin-top: 20px;
}
.rolou #barra-scr {
	display: block;
}
.tit-ban-pos {
	padding-top: 270px;
}
#baixar {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0px;
    min-height: 100vh;
    background-color: #fff;
}
#baixar-botoes {
    display: none;
}
.no-scroll {
    overflow: hidden;
    height: 100%;
}





.barra-bod {
	position: relative;
	display: block;
	width: 100%;
	font-size: 0px;
	font-family: "ivymode", sans-serif;
    letter-spacing: 0.07rem;
	font-weight: 600;
    line-height: 26px;
	margin-top: 20px;
	max-width: 430px;
}
.barra-tit {
	position: relative;
	display: inline-block;
	width: 70%;
	text-align: left;
	font-size: 17px;
}
.barra-perc {
	position: relative;
	display: inline-block;
	width: 30%;
	text-align: right;
	font-size: 17px;
}
.barra-obra {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    border: 2px solid #000;
    border-radius: 10px;
}
.barra-obra div {
    position: relative;
    height: 10px;
    border-radius: 10px;
    background-color: #000;
}


/*  INICIO DO CSS RESPONSIVO  */

.mobile {
	display:none;
}
.pc {
	display:inline;
}
 
@media only screen and (max-width: 1500px) {
	
	.col1 {
		width:100%;
	}
	.col2 {
		width:50%;
	}
	.col3 {
		width:33.3333%;
	}
	.col3-2 {
		width:66.6666%;
	}
	.col4 {
		width:25%;
	}
	.col4-3 {
		width:66.6666%;
	}
	.col5 {
		width:25%;
	}
}

@media only screen and (max-width: 900px) {
	
	.col1 {
		width:100%;
	}
	.col2 {
		width:50%;
	}
	.col3 {
		width:100%;
	}
	.col3-2 {
		width:100%;
	}
	.col4 {
		width:25%;
	}
	.col4-3 {
		width:50%;
	}
	.col5 {
		width:50%;
	}
	.centro {
		padding:0px;
	}
	.celula {
		padding: 0px 25px;
	}
	.mobile {
		display:inline;
	}
	.pc {
		display:none;
	}

	#ico-menu {
	}
	#logo-cab {
		display: none;
	}
	#logo-cab-m {
		display: inline;
	}
	.imgban {
		position: initial;
		height: 350px;
	}
	#ban .centro {
		padding-bottom: 0px;
		height: auto;
	}
	.ban-tit {
		font-size: 30px;
		line-height: 42px;
	}
	.ban-txt {
		margin: 10px 0px 30px 0px;
	}
	.contato {
		max-width: none;
		margin-right: 0px;
	}
	.cont-tit {
		font-size: 20px;
	}
	.cont-tit2 {
		font-size: 24px;
		font-weight: bold;
	}
	.barra-ilus {
		background-size: cover;
		margin-bottom: 170px;
	}
	.barra-ilus img {
		position: relative;
		top: 220px;
	}
	.galeria-thumb-dir {
		right: 35px;
        width: 35px;
		background-size: contain;
	}
	.galeria-thumb-esq {
		left: 35px;
		width: 35px;
		background-size: contain;
	}
	.galeria-thumb-item {
		height:320px;
	}
	.fundoazul {
		height: 380px;
	}
	#tbl-box {
		height: 340px;
	}
	.img-btn {
		margin-right: 3%;
	}
	.wave-line {
		margin: 10px 0px;
	}
	#met1, #met2 {
		font-size: 14px;
	}
	#met1 b, #met2 b {
		font-size: 24px;
	}
	.img-planta {
		height: 240px;
	}
	.col3a .celula, .col3-2a .celula {
		padding: 0px 5px;
	}
	#rod .celula {
		text-align: left !important;
	}
}
@media only screen and (max-width: 750px) {
	
	.col1 {
		width:100%;
	}
	.col2 {
		width:50%;
	}
	.col3 {
		width:100%;
	}
	.col3-2 {
		width:100%;
	}
	.col4 {
		width:100%;
	}
	.col4-3 {
		width:100%;
	}
	.col5 {
		width:100%;
	}
}
@media only screen and (max-width: 480px) {
	#ico-insta {
		right: 55px;
	}
	#ban {
		background-position: top center;
		background-size: 209%;
	}
	#logo-arau {
		height: 50px !important;
	}
	.tit-ban-pos {
		padding-top: 130px;
	}
	.lente-ban {
		top: 0;
		bottom: 50%;
	}
	.for-ban-pos {
		padding-top: 40px;
	}
	.col1 {
		width:100%;
	}
	.col2 {
		width:100%;
	}
	.col3 {
		width:100%;
	}
	.col3-2 {
		width:100%;
	}
	.col4 {
		width:100%;
	}
	.col4-3 {
		width:100%;
	}
	.col5 {
		width:100%;
	}
}
