*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bt-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	border-width: 0px;
	border-style: solid;
	border-color: #FFFFFF;
	background-color: rgba(255,255,255,0);
	-webkit-backface-visibility: hidden;
	-webkit-transition: border-width 0.4s, background-color 0.4s, height 0s 0.4s;
	transition: border-width 0.4s, background-color 0.4s, height 0s 0.4s;
	z-index: 1000;
}

.bt-menu.bt-menu-open {
	height: 100%;
	border-width: 0px 0px 50px 320px;
	background-color: rgba(255,255,255,0.3);
	-webkit-transition: border-width 0.4s, background-color 0.4s;
	transition: border-width 0.4s, background-color 0.4s;

}

.bt-overlay {
	position: absolute;
	width: 100%;
}

.bt-menu-open .bt-overlay {
	height: 100%;
}

.bt-menu-trigger {
	position: relative;	
	z-index: 100;
	width: 50px;
	height: 50px;
	margin: 0; 
	padding: 0;
	float: right;
	display: block;
	cursor: pointer;	
}

.bt-menu-trigger span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	color: #893C12;
	font-size: 50px;
	line-height: 50px;	
	font-family: "FontAwesome";
}

.bt-menu-trigger span:before {	
	-webkit-transition: all 3s;
	transition: all 3s;
	content: '\f0c9';
	text-shadow: 0px 1px 1px #FFF;
}

.btn_active .bt-menu-trigger span:before {	
	content: '\f00d';
	-webkit-transition: all 3s;
	transition: all 3s;
}

/*
.bt-menu-trigger span:before,
.bt-menu-trigger span:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background: #893C12;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.bt-menu-trigger span:before {
	-webkit-transform: translateY(-250%);
	transform: translateY(-250%);
}

.bt-menu-trigger span:after {
	-webkit-transform: translateY(250%);
	transform: translateY(250%);
}

.bt-menu-open .bt-menu-trigger span:before {
	-webkit-transform: translateY(-300%);
	transform: translateY(-300%);
}

.bt-menu-open .bt-menu-trigger span:after {
	-webkit-transform: translateY(300%);
	transform: translateY(300%);
}*/

.bt-menu ul {
	position: fixed;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bt-menu ul:first-of-type {
	top: 0px;
	height: 100%;
	left: 0;
	-webkit-box-shadow: 1px 0px 1px 0px #999999; -moz-box-shadow: 1px 0px 1px 0px #999999; box-shadow: 1px 0px 1px 0px #999999;	
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
	overflow: auto;
}

.bt-menu ul:nth-of-type(2) {
	right: 0;
	bottom: 0;
	width: calc(100% - 320px);
}

.bt-menu ul li,
.bt-menu ul li a {
	display: block;
}

.bt-menu ul:nth-of-type(2) li {	
	font-size: 0px;
}

.bt-menu ul li {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.3s, visibility 0s 0.4s;
	transition: transform 0.4s, opacity 0.3s, visibility 0s 0.4s;
}

.bt-menu.bt-menu-open ul:first-of-type li,
.bt-menu.bt-menu-open ul:nth-of-type(2) li {
	visibility: visible;
	opacity: 1;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s 0.2s;
	transition: transform 0.4s, opacity 0.4s;
}

/* First menu */
.bt-menu ul:first-of-type li {
	width: 320px;	
	line-height: 40px;
	-webkit-transform: translate3d(-100%,50%,0);
	transform: translate3d(-100%,50%,0);
}
.menu_seccao { float: left;  padding: 5px 10px 5px 0; width: 40px; height: 40px;}

.bt-menu.bt-menu-open ul:first-of-type li {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* Second menu */
.bt-menu ul:nth-of-type(2) li {
	width: 60px;
	height: 50px;
	line-height: 50px;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.bt-menu.bt-menu-open ul:nth-of-type(2) li:first-child { 
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.bt-menu.bt-menu-open ul:nth-of-type(2) li:nth-child(2) { 
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.bt-menu.bt-menu-open ul:nth-of-type(2) li:nth-child(3) { 
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.bt-menu.bt-menu-open ul:nth-of-type(2) li:nth-child(4) {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.bt-menu.bt-menu-open ul:nth-of-type(2) li {
	-webkit-transform: scale(1);
	transform: scale(1);
	float: right;
}

.bt-menu ul li a {
	display: block;
	outline: none;
	text-decoration: none;
}

.bt-menu ul:first-of-type li a {
	padding: 0 20px;
	box-shadow: inset 0 1px rgba(0,0,0,0.2);
	color: #4B210A;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1em;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.bt-menu ul:first-of-type li:last-child a {
	box-shadow: inset 0 1px rgba(0,0,0,0.2), inset 0 -1px rgba(0,0,0,0.2);
}

.bt-menu ul:nth-of-type(2) li a {
	/*color: transparent;*/
	text-align: center;
	font-size: 24px;
}

.bt-menu ul li a:before {
	color: #4B210A;
	font-size: 24px;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.bt-menu ul:first-of-type li a:hover,
.bt-menu ul:first-of-type li a:focus,
.bt-menu ul:nth-of-type(2) li a:hover,
.bt-menu ul li a:hover:before,
.bt-menu ul li a:focus:before {
	color: #C0C762;
}

.bt-menu ul li .logo_menu { width: 260px; margin: 20px 50px 0 -10px; padding: 0; }
.bt-menu ul li .logo_menu a { box-shadow: inset 0 1px rgba(0,0,0,0); }
.bt-menu ul li .logo_menu img { width: 100%; }

.bt-menu { overflow: hidden; }
.bt-menu ul:first-of-type { left: -10000px; }
.bt-menu ul:nth-of-type(2) { bottom: -1000px; }
.bt-menu-open { overflow: visible; }
.bt-menu-open ul:first-of-type { left: 0; }
.bt-menu-open ul:nth-of-type(2) { bottom: 0; }

#bg_top_v_scroll.top_opened { width: calc(100% - 321px); background: rgba(255,255,255,1);
	-webkit-transition: all 0.3s; 
	-moz-transition: all 0.3s; 
	-ms-transition: all 0.3s; 
	-o-transition: all 0.3s; 
	transition: all 0.3s; 
}


/*MENU SECCOES*/
.section-menu ul, .section-menu-2 ul  { width: 100%; margin: 0; padding: 0; float: left; list-style: none; }
.section-menu-2 ul { background: #F4F4F4;}
.section-menu ul li, .section-menu-2 ul li { background: #F4F4F4; position: relative; width: 12.5%; margin: 0; padding: 0; float: left; overflow: hidden; }
.section-menu ul li.item-without-img { border-left: 1px solid #CCC; padding: 10px 0; transition: background-color 0.5s ease; }
.section-menu ul li.item-without-img:hover{ background: #EAEAEA;}
.section-menu-2 ul li{ border-left: 1px solid #CCC; padding: 10px 0; transition: background-color 0.5s ease; }
.section-menu-2 ul li:hover{ background: #EAEAEA;}
.section-menu-2 ul li:first-child { margin: 0 0 0 -1px}
.section-menu ul li a { position: relative; margin: 0; padding: 0; width: 100%; height: 100%; float: left; display: block; }
.section-menu-2 ul li a { position: relative; width: 100%; height: 100%; float: left; display: block; text-decoration: none; }
.section-menu ul li .img { position: relative; width: 100%; height: 100%; margin: 0; padding: 0; float: left; }	
.section-menu ul li .title{ position: absolute; width: 100%; margin: 0; padding: 5px; bottom: 0; background: rgba(255,255,255,0.5); text-transform: uppercase; font-family: 'DJB The Generic', sans-serif; font-size: 22px; line-height: 22px; }
.section-menu ul li .title-without-img { position: relative; background: rgba(255,255,255,0); text-align: center; float: left; }
.section-menu-2 ul  li .title  { width: 100%; margin: 0; padding: 5px; bottom: 0; text-transform: uppercase; font-family: 'DJB The Generic', sans-serif; font-size: 22px; line-height: 28px; float: left; }
.section-menu ul li .title img, .section-menu ul li .title span { position: relative; width: 15%; margin: 0 3% 0 0; padding: 0; float: left; }
.section-menu ul li .title-without-img img { width: 30%; margin: 0 35% 2%; clear: both; }
.section-menu ul li .title span { width: 100%; margin: 8px 0 0; }
.section-menu-2 ul  li .title img { width: 100%; padding: 0 42%; margin: 0; height: auto;}
.section-menu-2 ul  li .title p{ text-align: center; margin: 10px 0 0; padding: 0;}
.section-menu ul li .title img + span {width: 82%; }
.section-menu ul li .title-without-img img + span, .section-menu ul li .title-without-img span { width: 100%; font-size: 28px; line-height: 32px; }
.section-menu ul li .img { 
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-webkit-transition: all ease-in-out 0.4s; 
	-moz-transition: all ease-in-out 0.4s; 
	-ms-transition: all ease-in-out 0.4s; 
	-o-transition: all ease-in-out 0.4s; 
	transition: all ease-in-out 0.4s; 
}
.section-menu ul li:hover .img { 
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
	filter: alpha(opacity=50); 
	opacity: 0.5; 
}