@charset "UTF-8";

html {
	width: 100%;
	height: 100%;
}
html.sec-obras,
html.sec-home {
	position: fixed;
}

body {
	position: relative;
	margin: 0;
	background: #fff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.25;
	color: #49402d;
	height: 100%;
}

table {
	border-collapse: collapse;
}

td {
	padding: 0;
	font-size: 0;
}

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

a:hover {
	color: #9b8a68;
	text-decoration: none;
}

#menus_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	z-index: 50;
	background-color: rgba(255, 255, 255, 0);
	transition: height .5s, background-color .5s;
	transition-timing-function: ease;
}
#menus_overlay.on {
	height: 100vh;
	background-color: rgba(255, 255, 255, .94);
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#logo {
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 150;
}


#logo img {
	width: 80px;
	height: auto;
}
.sec-obras #logo img {
	opacity: .6;
}
#menus_overlay.on #logo img {
	opacity: 1;
}
@media (min-width: 768px) {
	#logo img {
		width: 90px;
		opacity: 1 !important;
	}
}

#burger {
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 150;
	width: 55px;
	padding: 10px;
	background: #fff;
	cursor: pointer;
}

#burger > div {
	height: 3px;
	margin-bottom: 8px;
	background: #b29e78;
}
#burger > div:last-child {
	margin-bottom: 0;
}

#menu {
	width: 120px;
	padding: 119px 0 0 30px;
	z-index: 100;
	display: none;
}
#menu.on {
	display: block;
}

#menu .obras, #menu .sobre, #menu .lang {
	font-size: 18px;
	line-height: 2.25;
	margin-top: 1em;
}

#menu > div:first-child {
	margin-top: 0;
}
#menu > div:last-child {
	padding-bottom: 25px;
}

#menu .submenu {
	width: 110px;
	margin-left: 10px;
	display: none;
}

#menu .obras a, #menu .lang a {
	color: #cbc0a7;
}
#menu .obras a:hover, #menu .obras .menu_on, #menu .lang a:hover {
	color: #a79e8a;
}
#menu .sobre a {
	color: #95886a;
}
#menu .sobre a:hover, #menu .sobre .menu_on, #menu .submenu .menu_on {
	color: #716750;
}

@media (min-width: 768px) {
	#menu {
		padding-top: 129px;
	}
	
	#menu .obras, #menu .sobre, #menu .lang {
		font-size: 14px;
		line-height: 1.8;
	}
}
@media (min-width: 992px) {
	#menu {
		display: block;
	}
}

#wrapper {
	position: relative;
	min-height: 100%;
	padding: 133px 0 30px;
}
.sec-obras #wrapper {
	height: 100%;
	padding: 54px 12px;
}
.sec-home #wrapper {
	max-height: 100%;
	padding: 30px 0;
}
@media (min-width: 992px) {
	#wrapper {
		padding: 30px 0;
	}
}
@media (min-width: 768px) {
	.sec-obras #wrapper {
		padding: 30px 0 140px;
	}
}

#menu_area {
	width: 150px;
	min-width: 150px;
}

#footer {
	position: absolute;
	left: 0;
	bottom: 12px;
	width: 100vw;
}

#assina {
	font-size: 8px;
	line-height: 12px;
	text-align: right;
	color: #cbc0a7;
	position: absolute;
	bottom: 0;
	right: 5px;
	/*z-index: 100;*/
}

#assina a {
	color: #cbc0a7;
}

#assina a:hover {
	color: #b29e78;
}

.dados {
	display: none;
}

.em_constru {
	font-size: 12px;
	text-align: center;
	margin-top: calc(50vh - 37px) !important;
}

/* pop-up*/
#popup_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background-color: #000;
	opacity: .5;
	z-index: 500;
}

#popup_wrapper {
	position: fixed;
	top: 50%;
	height: 0;
	width: 100%;
	display: none;
	z-index: 600;
}


#whatsAppButton {
	display: inline-block;
	vertical-align: text-bottom;
	width: 1.75em;
	height: 1.75em;
	margin-bottom: -4px;
	background-position: center center;
	background-size: cover;
	background-image: url(https://kiminii.com.br/loja/wp-content/plugins/add-whatsapp-button/includes/style-templates/../../img/wa-icon-original.png);
}

.awb-displaynone {
	display: none;
}