body{
	margin: 0px; padding: 0px;
	font-family: Romie-Regular;
	color: #202020;
	/*background: #fff url(images/bg_site.jpg) top center repeat;*/
}



/*FONTS*/
@font-face {
	font-family: Romie-Regular;
	src: url(fonts/Romie-Regular.otf);
}

@font-face {
	font-family: Romie-Bold;
	src: url(fonts/Romie-Bold.otf);
}

.roboto-<uniquifier> {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


.container{ width: 100%!important; max-width: 1200px!important; }


/*PADDINGS*/

.ptop50{ padding-top: 50px; }
.pbot50{ padding-bottom: 50px; }

.ptop100{ padding-top: 120px; }
.pbot100{ padding-bottom: 120px; }

a{ text-decoration:none; }

.desk{ display:block; }
.mob{ display:none; }

.titprinc{
	font-size: 30px;
	text-align: center;
	font-family: town-60-contrast-bold;
}


.foto100{ width: 100%; }
.margin0{ margin: 0px; }

.clear{ clear: both; }



.fullbanner{
	position: relative;
}

.saibamais{
  width: 120px;
  height: 120px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -60px;
}

.saibamais img{ width:100%; display:block; }


.fb1{
	height: 100vh;
	background: url(images/d001_2.png) bottom center no-repeat;
	background-size: cover;
}

.fb2{
	height: 100vh;
	background: url(images/d002.png) bottom center no-repeat;
	background-size: cover;
}

.fb2 span{
	width: 99%;
	display: block;
	font-size: 13px;
	text-align: right;
	position: absolute;
    bottom: 1px;
}

.fb1 h1{
	color: #c8bea3;
	text-align: center;
	top: 10%; position: relative;
}


.fb1 .logoheader{
	max-width: 600px; width: 100%;
	margin-left: -300px;
	top: 35%; left: 50%; position: relative;
}


.about{
	/*background: #144734;*/
	background: #c8bfa5;
	padding: 100px 0;
}

.about h1{
	width: 100%;
	font-size: 40px;
	line-height: 60px;
	margin-top: 10%; font-weight: 100;
	/*color: #cec8a8;*/
	color: #144734;
}

.about h1 span{
	font-size: 16px;
	color: #144734;
	font-family: "Roboto", sans-serif;
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: 700;
}




.mapa img{ max-width:500px }

/*FOOTER*/

.footer{
	background: #637b62;
	background-size: 50% auto;
}

.footer h1{ 
	width: 100%;
	font-size: 30px;
	line-height: 50px;
	margin-top: 10%; font-weight: 100;
}

.footer .endereco{
	width: 100%; display: block;
	color: #0d3c38; text-align: center;
	text-transform: uppercase;
}

.footer .logos{ max-width: 500px; width: 100%; margin: 0px auto 0 auto; }


.footer .boxform{ width: 80%; margin: 0; }

.footer .boxform .inp,
.footer .boxform textarea,
.footer .boxform .btenviar{
	width: 100%;
	border:none;
	background:none; color: #cbbda3; font-size: 18px;
	line-height: inherit;
	padding: 8px 0 0px 0; margin-bottom: 8px;
	border-bottom: 1px solid #cbbda3;
	font-family: "Roboto", sans-serif;
}

.footer .boxform textarea{
	height: 100px;
}

.logosdesk{
	padding: 50px 0;
	background: #144734;
}
.logosdesk img{ max-width: 60%; display:block; margin: 0 auto; }

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cbbda3;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #cbbda3;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #cbbda3;
}

.footer .boxform .btenviar {
	width: 100%;
	font-size: 14px;
	font-weight: 500;
	max-width: 100px;
	display: block;
	text-indent: 0px;
	background: #c8bea3; color: #144734;
	border: none; text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	margin:30px auto 0 auto;
	padding: 10px;
}

.txtdesk{ text-align:right; color:#263d33 }

.footer .titulo{ font-family: "Roboto", sans-serif; color:#c7bea1;
    font-size:18px; font-weight:500; text-decoration:underline;
    margin: 30px 0 10px 0;
  }





.whatsapp{
	width: 55px; height: 55px;
	position: fixed; bottom: 30px; right: 30px;
	z-index: 1000;
}
.whatsapp img{ width: 100%; }




  .parallax {
  /* Set a specific height */
  min-height: 500px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}








