html{
	overflow-x: hidden;
	min-height:100%;
	height: 100%;
}

body {	
	width:100%;
	height: 100%;
	font-family: Georgia, sans-serif;
}

img {
	max-width: 100%;
	height: auto;
}

.imggallery {
	width: 100%;
}

a{ 
	color: #3F3F3F;
}
a:hover{ 
	color: #3F3F3F;
	text-decoration:underline;
}
a:focus {
	outline:none;
	outline-offset:0;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    margin: 0 auto !important;
}

.glyphicon-chevron-left:before {
    color: #000 !important;
}

.glyphicon-chevron-right:before {
    color: #000 !important;
}

.carousel-control.left {
	background: none !important;
}

.carousel-control.right {
	background: none !important;
}

.btplanta:hover {
	color:#fff !important;
}

.inner {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.botao {
	padding: 10px 50px;
    background-color: #000;
    color: #fff;
	font-family: Georgia, sans-serif;
	display: inline-block;
	font-size: 16px;
}

.btdown {
    position: absolute;
    right: 0px;
    top: 0px;
}

.tituloarea {
	font-size: 30px;
	font-family: 'Raleway', sans-serif;
	color:#000;
	padding: 20px 0px;
}

.hashtags {
	font-size: 1.2vw; 
	position: absolute; 
	bottom: -5px;
}

.flickity-page-dots {
	display: none;
}

.iconmenu {
display: none;
  cursor: pointer;
  position: absolute;
      right: 5px;
    margin-top: 25px;
}

.menumobile {
	padding-top: 15px;
}

.logodiv {
    padding-top: 0px;
}

.menudiv {
	/*position: absolute;
	right: 10px;
	top: 10px;*/
	text-align: right;
}

.menutop {
	padding-left: 0px;
	float: right;
	margin-top: 15px;
	padding-right: 6px;
}

.menutop li {
	padding-right: 35px;
	font-family: 'Raleway', sans-serif;
	list-style: none;
	color: #fff;
	font-size: 16px;
	float: left;
}

.menutop li:last-child {
	padding-right: 0px;
}

#menu-menuprincipal-1>li:after {
	content: "|";
	display: inline-block;
	position: absolute;
	right: 0px;
	top: 30px;
	color:#fff;
	font-family: 'Raleway', sans-serif;
}

#menu-menuprincipal-1>li:last-child:after {
	display: none;
}

#menu-menuprincipal-1>li:last-child {
	padding-right: 0px;
}

#menu-menuprincipal-1>li {
	float: left !important;
	font-family: 'Raleway', sans-serif;
	font-size: 16px !important;
	color: #fff !important;

}

#menu-menuprincipal-1>li> a {
	font-family: 'Raleway', sans-serif;
	font-size: 16px !important;
	color: #fff !important;
	font-weight: 600;
}

#menu-menuprincipal-1>.active > a {
	font-family: 'Raleway', sans-serif;
	font-size: 16px !important;
	color: #fff !important;
	text-decoration: underline !important;
	font-weight: 600;
}


.logo {
	transition:all 0.4s ease !important;
	width: 380px;
    height: auto;
	z-index: 99;
	
}

.margrid {
	margin-bottom: 20px;
}

.logosmall {
	-webkit-transform: scale(0.3);  
      -ms-transform: scale(0.3);  
          transform: scale(0.3);  
	transition:all 0.4 ease;
	top: -80px;
    position: relative;
}

.bar1, .bar2, .bar3 {
	width: 50px;
    height: 3px;
    background-color: #00adee;
    margin: 6px 3px;
    transition: all 0.4s ease;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-5px, 5px);
  transform: rotate(-45deg) translate(-5px, 5px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

.divmenu {
    height: 105px;
    position: fixed;
    z-index: 99999;
    width: 100%;
	background-color: #000;
	border-bottom: 1px solid #000;
	/*background-image: url(../images/fundo_padrao.jpg);
	background-size: cover;
	background-repeat: repeat;*/
}

.bgmenu {
	background-color: #fff;
	transition: background-color 0.5s ease;
	-webkit-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
}

.headerhome {
  background-image: url("../images/imagem_home.jpg");
  height: 100%; 
	  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	padding: 0px;
}


.linguaon {
	font-family: 'Raleway', sans-serif;
	color:#000;
	font-size: 14px;
	text-decoration: underline;
}

.lingua {
	font-family: 'Raleway', sans-serif;
	color:#000;
	font-size: 14px;
	transition: all 0.4s ease;
}

.lingua:hover {
	color:#000 !important;
	font-size: 14px !important;
	text-decoration: underline !important;
}

.modal-body {
   /* padding-top: 70px !important;*/
}

.lingua:hover {
	color:#000;
	cursor: pointer;
}

.linguadiv {
	position: relative;
    left: -8px;
    margin-top: -20px;
	z-index: 999;
}

.rowblack {
	height: 55px;
	text-align: center;
	background-color: #000;
	font-family: Georgia, sans-serif;
	font-size: 24px;
	color: #fff;
	font-weight: 100;
	padding-top: 10px;
}

.frasetop {
	font-family: Georgia, sans-serif;
	font-size: 22px;
	color: #fff;
	font-weight: 100;
	position: absolute;
    top: 25px;
	left: 60%;
}

.menu0, .menu1, .menu2, .menu3 {
	cursor: pointer;
}

.wpcf7-text, .wpcf7-textarea, .wpcf7-submit, ::-webkit-input-placeholder {
    width: 100% !important;
    
    padding: 14px 10px !important;
    margin-bottom: 10px;
	font-family: Georgia, sans-serif;
	font-weight: 300;
	color:#000 !important;
	font-size: 16px !important;overflow-x: hidden;
}

.wpcf7-list-item-label {
	font-family: Georgia, sans-serif;
	font-weight: 400;
	color:#fff;
	font-size: 16px !important;
}

.tipologia {
	font-size: 16px !important;
	margin-bottom: 10px;
	font-family: Georgia, sans-serif;
	font-weight: 300;
	margin-top: 10px;
	color:#fff;
	float: left;
}
	
	
	.wpcf7-mail-sent-ok {
    border: none !important;
		color:#398f14 !important;
		font-family: Georgia, sans-serif;
		font-size: 16px !important;
    text-align: center !important;
    font-weight: 600 !important;
}
	

::-moz-placeholder { /* Firefox 19+ */
   font-family: Georgia, sans-serif;
	font-size: 13px !important;
	color: #000 !important;
    font-weight: 300;
}
:-ms-input-placeholder { /* IE 10+ */
  font-family: Georgia, sans-serif;
	font-size: 13px !important;
	color: #000 !important;
    font-weight: 300;
}
:-moz-placeholder { /* Firefox 18- */
     font-family: Georgia, sans-serif;
	font-size: 13px !important;
	color: #000 !important;
    font-weight: 300;
}
	
	div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: none !important;
		font-family: Georgia, sans-serif;
		color:#f00;
		font-size: 14px !important;
}
	
	span.wpcf7-not-valid-tip {
    font-size: 14px;
    font-weight: 300;
    display: block;
		font-family: Georgia, sans-serif;
		color:#f00;
}
	
	input[type=submit] {
		font-family: Georgia, sans-serif;
    font-size: 18px !important;
    color: #fff !important;
    font-weight: 400 !important;
    background-color: #4d4d4d !important;
    border: none !important;
    text-transform: uppercase;
    padding: 20px 0px !important;
    transition: all 0.4s ease;
    margin-top: 40px;
		    display: inline-block;
    width: 140px !important;
    float: right;
	}
	
	input[type=submit]:hover {
		color: #000 !important;
		background-color: #fff !important;
	}


.spaceblank {
	padding: 150px 0px;
	text-align: center;
	min-height: 162px;
}

.spacetexto {
	padding: 130px 0px;
	text-align: center;
}

.texto {
	color:#fff;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 300;
}

.areatexto {
	max-width: 800px;
	text-align: left;
}

.titulotexto {
	color:#231f20;
	font-family: 'Nunito', cursive;
	font-size: 30px;
	font-weight: 200;
}

.buttonmap {
	padding: 10px 50px;
    background-color: #000;
    color: #fff;
	font-family: Georgia, sans-serif;
}

.titulofooter {
	font-family: Georgia, sans-serif;
	color:#fff;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 10px;
}

.textofooter {
	font-family: 'Lato', sans-serif;
	color:#000;
	font-size: 15px;
	line-height: 22px;	
}

.textofooter a{
	font-family: Georgia, sans-serif;
	color:#fff;
	font-size: 24px;
	line-height: 28px;
	margin-top: 10px;
	text-decoration: underline;
}


.titulopagina {
	color:#000;
	font-family: Georgia, sans-serif;
	font-size: 18px;
	font-weight: 400;
}

.circletitles {
	color:#000;
	font-family: Georgia, sans-serif;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 20px;
	text-align: center;
}

.titletexto {
	color:#000;
	font-family: Georgia, sans-serif;
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 20px;
	text-align: center;
}

.textoregular {
	color:#000;
	font-family: Georgia, sans-serif;
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
}

.innertext {
	width: 100%;
	text-align: center;
	color: #fff;
	
	font-family: Georgia, "serif";
	position: sticky;
    top: 30%;
	z-index: 99;
}

.titletxt {
	font-family: Georgia, "serif";
	font-size: 48px;
	color:#fff;
}

.text {
	font-family: Georgia, "serif";
	font-size: 24px;
	color:#fff;
}

.textsmall {
	font-family: Georgia, "serif";
	font-size: 18px;
	color:#fff;
	line-height: 1.1;
}

.overlay {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-size: cover;
	background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,0.7315301120448179) 0%, rgba(9,9,121,0) 58%);
}

.parallax {
	min-height: 100vh;
	height: 100%;

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

.iconinstagram {
	float: right;
	margin-top: 10px;
}

.grid {
	padding: 0px !important;
	background-position: center;
	background-size: cover;
}


.grid450 {
	min-height: 450px;
}

.grid480 {
	min-height: 480px;
}


.grid600 {
	min-height: 600px;
}

.grid700 {
	min-height: 700px;
}

.grid800 {
	min-height: 800px;
}

.grid980 {
	min-height: 980px;
}

.grid1250 {
	min-height: 1250px;
}

.grid1800 {
	min-height: 1800px;
}


.textosacabamentos {
	color:#41463f;
	text-align:left;
	font-size:16px;
	line-height:18px;
	padding-top:40px;
	padding-bottom:40px;
	font-family: Georgia, sans-serif;
}

.piso {
	font-family: Georgia, sans-serif;
	font-weight:400;
	font-size:14px;
	color:#fff;
	background-color:#41463f;
	text-align:center;	
	padding:15px 0px;
}

.bloco {
	font-family: Georgia, sans-serif;
	font-weight:700;
	font-size:16px;
	color:#fff;
	background-color:#8d908c;
	text-align:center;	
	padding:5px 0px;

}

.btdown {
    position: absolute;
    right: 0px;
    top: 0px;
}

.andar {
	font-family: "Open Sans";
	font-weight:400;
	font-size:14px;
	color:#fff;
	background-color:#c6c7c5;
	text-align:center;	
	padding:5px 0px;
	margin-top:5px;
	height:80px;
}

.andaractive {
	background-color:#4d4e4c;	
	font-family: "Open Sans";
	font-weight:400;
	font-size:12px;
	color:#fff;
	text-align:center;	
	padding:5px 0px;
	margin-top:5px;
	height:60px;
}

.andar:hover {
	background-color:#4d4e4c;	
	cursor:pointer;
}

.colesq {
	width:48%;
	float:left;		
}

.coldir {
	width:48%;
	float:right;		
}

.menucontainer {
	background-color: #00adee;
	/*background-image: url(../images/fundo_padrao.jpg);
	background-size: cover;
	background-repeat: repeat;*/
	margin-top: -200%;
	position: fixed;
	height: auto;
	min-height: 100vh;
	width: 100%;
	right: 0px;
	padding-top: 150px;
	padding-bottom: 50px;
	z-index: 999;
	text-align: center;
	
}

.navbar-default {
    background: none !important;
    border: none !important;
}

.navbar-nav {
    float: none !important;
    margin: 0 auto !important;
    text-align: center;
}

.navbar-nav>li {
    float: none !important;
}

.navbar-default .navbar-nav>li>a {
    font-family: 'Nunito', sans-serif;
	font-size: 30px !important;
	color: #fff !important;
	text-transform: uppercase;
	line-height: 40px;
    font-weight: 200;
}


.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #fff !important;
    background: none !important;
	text-decoration: underline !important;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #fff !important;
    background: none !important;
	text-decoration: underline !important;
}


.menudesktop {
	display: block;
	float: right;
}

.menu>li {
    float: left;
	list-style: none;
	padding: 5px 20px;
    text-align: center;
}

.menu>li>a {
    font-family: Georgia, sans-serif;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	line-height: 40px;
    font-weight: 100;
}


.menu>.active>a, .menu>.active>a:hover, .menu>.active>a:focus {
    color: #fff;
    background: none;
	text-decoration: underline;
}

.menu>li>a:hover, .menu>li>a:focus {
    color: #fff !important;
    background: none;
	text-decoration: underline;
}

footer {
	padding: 30px 70px;
	/*background: #0e2244;*/
}


.footertxt {
	font-family: Georgia, sans-serif;
	font-size: 12px !important;
	color: #000 !important;
	text-transform: uppercase;
    font-weight: 100;
}


.btmap {
	font-family: Georgia, sans-serif;
	color:#fff;
	font-size: 14px;
	text-transform: uppercase;
    font-weight: 100;
	background-color: #000;
	padding: 5px 50px;
	text-align: center;
	cursor: pointer;
    margin: 0 auto;
    top: 10px;
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 40px;
}

.titulotexto {
	margin-bottom: 5px;
}

/*.titulotexto::before {
	content: "";
    width: 102px;
    height: 47px;
    position: relative;
    left: -10px;
    display: inline-block;
    background-image: url(../images/icon_title.jpg);
    background-position: center;
    background-repeat: no-repeat;
    top: 14px;
}*/



@media (min-width: 1500px) {
	.container {
		width: 1440px
	}
}

@media (max-width: 1500px) {
	.menu>li {
	padding: 5px 15px;
	}
	
	.logo {
    margin-left: 50px;
	}
}

@media (max-width: 1200px) {
	.menu>li {
    padding: 5px 10px;
	}
	
	.logo {
    margin-left: 50px;
	}
	
	.menu>li>a {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    line-height: 40px;
    font-weight: 100;
}
	
	.menutop li {
    padding-right: 25px;
    font-family: 'Raleway', sans-serif;
    list-style: none;
    color: #fff;
    font-size: 14px;
    float: left;
}

}

@media (max-width: 1100px) {
	.menu {
		margin-left: 10px;
	}
	.menu>li {
    padding: 5px 10px;
	}
	
	.logo {
    margin-left: 30px;
	}
	
	.menu>li>a {
    font-family: Georgia, sans-serif;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    line-height: 40px;
    font-weight: 100;
}

}
	
	@media (max-width: 991px) {
	.menudesktop {
	display: none;
}
	
	.iconmenu {
  display: none;

}

}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
	.wrapper2col	{
		padding-top: 58%;
	}
	.wrapper3col	{
		padding-top: 58%;
	}
	.wrapper4col	{
		padding-top: 58%;
	}

	.titulo {
		font-size: 2.6vw;
	}

	.hashtags {
		font-size: 2.2vw; 
	}
}

.menutop2 {
	padding-left: 0px;
	float: none;
	margin-top: 15px;
	padding-right: 6px;
}

.menutop2 li {
	font-family: 'Raleway', sans-serif;
	list-style: none;
	color: #fff;
	font-size: 22px;
	float: none;
	text-align: center;
	line-height: 2.5;
}

/* Landscape phone to portrait tablet */
@media (max-width: 769px) {
	
	.menutop {
		display: none;
	}
	
	.iconmenu {
		display: inline-block;
	}
	
	.linguadiv {
    margin-top: -60px;
}
	
	.divmenu {
    height: 100px;
	}
	
	.logodiv {
    padding-top: -5px;
		text-align: center;
		margin: 0 auto;
}
	
	.logo {
    margin-left: 0px;
    max-width: 250px;
}
	
	.menumobile {
		margin-top: -15px;
		right: 30px;
	}
	
	.areatexto {
	max-width: 100%;
	padding-left: 0px;
}
	
	
	.titulotexto::before {
	display: none;
}
	
	.menucontainer {
		width: 100%;
	}
	
	.titulo {
		font-size: 5.6vw;
	}
	
	.hashtag {
		font-size: 4.2vw; 
		position: absolute; 
		bottom: 0px;
	}
	
	.logo {
    	transition: all 0.4s ease !important;
    width: 280px;
    margin-left: 0px;
    margin-top: 5px;
		margin-bottom: 10px;
	}
}

.flickity-button {
    background: hsla(0, 0%, 100%, 0) !important;
}

/* Landscape phones and down */
@media (max-width: 480px) {
	
	.margtmobile {
		margin-top: 30px;
	}
	
	.innertext {
		font-size: 30px;
	}
	
	.menutop li {
    padding-right: 6px;
    font-family: 'Raleway', sans-serif;
    list-style: none;
    color: #000;
    font-size: 16px;
    float: left;
    margin-top: 5px;
}
	
	.flickity-prev-next-button {
    top: 40%;
}
	
	.texto {
    font-size: 15px;
}
	
	.spaceblank {
    min-height: 220px;
}
	
	.frasehome {
    font-size: 24px !important;
}
	
	.menutop {
    float: inherit;
    padding-right: 0px;
}
	
	.menumobile {
		right: 0px;
	}
	
	.frasetop {	
		font-size: 14px;
		color: #000;
		top: 30px;
	}
	
	.navbar-default .navbar-nav>li>a {
	font-family: 'Raleway', sans-serif;
    font-size: 18px !important;
    line-height: 4px;
		font-weight: bold !important;
	}
	
	.rowblack {
    	font-size: 19px;
	}
	
	footer {
		padding: 20px 0px;
	}

}
/* end device media queries */

/* Internet Explorer 8+ (Media Query) */
@media screen\0 {

}


