@charset "utf-8";
/* CSS Document */

/*#nav, #acessb {
	top: 0;
	position: fixed;
	z-index: 99;
}*/
#acessb {
	width: 100%;
	height: 2.1em;
	top: 0;
	/*left: 0;*/
	/*border:#0034FF solid 1px;*/
	display: flex;
	position: relative;
	margin: 0;
	padding: 0;
	/* border-bottom: #acba25 solid 2px;*/
}

#acessb ul {
	/*height: 2.5em;*/
	margin: 0;
	padding: 0 1em 0 0;

	/*border: #000000 1px solid;*/
	/*float: right;*/
	vertical-align: middle;
}

#acessb img {
	/* height: 70%;*/
	margin: 0;
	padding: 0;
	height: calc(100% - 0.5em);
	/*border: #000000 1px solid;
        alignment-baseline: middle;*/
	vertical-align: middle;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}

#acessb ul li {
	list-style-type: none
}

#acessb ul li a {
	text-decoration: none;
}

.fixo {
	width: 100%;
	margin: 0;
	top: 0;
	left: 0;
	z-index: 999;
	position: fixed;
	/*position: relative;*/
	/*height: 85px;*/
	/*padding: 0.5em;*/
	/*box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.1);*/
	/*  border: 1px solid green;*/
}

/************/
/* #navBAR   */
/************/

#nav {
	padding-left: 1em;
	padding-right: 1em;
	border: 0;
	margin: 0;
	position: relative;
	height: 100%;
	/*padding: 0.5em;*/
	/*position: fixed;*/
	/*box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.1);*/
}

@media screen and (min-device-width: 360px) and (max-device-width: 576px) {
	#nav {
		height: 5em;
		padding-left: 0.5em;
		padding-right: 0.5em;
	}
}

/* #acessb {
	background-color: #BBD034;	
}
#acessb img{
	background-color: #008c50;
}
#acessb ul li a{		
	color: #008C50;
}
#acessb ul li a:hover{
	color: #C9E2D3;
}*/

#nav #mn {
	width: 60vw;
	height: 6em;
	/*border: red 1px solid;*/
	margin: 0;
	/*padding-bottom: 0.5em;*/
	/*display: inline-block;
	position: relative;
	overflow: hidden;*/
}
#nav #mn ul {
	height: auto;
	margin: 0 !important;
	padding: 0 !important;
	padding-left: 2em!important;
	display: inline-table;
	position: absolute;
	bottom: 0px;
	/*border: 1px dotted blue;*/
}
#nav #mn li.link {
	float: left;
	list-style-type: none;
}

#nav #mn li.link a {
	height: 2.5em;
	/* font-family: 'Trebuchet MS' !important;	 */
	font-family: "unimed_slabsemibold" !important;
	font-size: 1em;
	/* color: #035e53;	 */
	text-decoration: none;
	display: inline-block;
	padding: 0.5em;
	margin-left: 0.5em;
	bottom: 0;
	border-radius: 10px 0px 10px 0px;
	/* background-color: rgba(255, 255, 255, 1); */
	text-transform: uppercase;
}
#nav #mn li.link a{
	font-size: 1em;
	color: rgba(70, 25, 95, 1) !important;
	background-color: rgba(187, 208, 53, 1) !important;
}
#nav #mn li.link a:hover {
	color: rgba(187, 208, 53, 1) !important;
	background-color: rgba(255, 255, 255, 1) !important;
}
#nav #mn li.link a:active {
	font-size: 1em;
	color: #BBD035 !important;
	background-color: rgba(2, 141, 80, 1) !important;
}
#nav #mn li.link a.marcado {
	font-size: 1em;
	color: #BBD035 !important;
	background-color: rgba(2, 141, 80, 1) !important;
}

/********** dropdown ****************/


#nav #mn li.dropdwn {
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	z-index: 99;
	overflow: visible;
	/*border: solid 1px blue;*/
}

#nav #mn li.dropdwn .dropdwn-content {
	min-width: 100px;
	display: none;
	position: absolute;
	left: 8px;
	top: 28px;
	background-color: #008C50;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
	z-index: 99;
	/*padding: 0.3em !important;*/
	/*border: 1px solid #ffffff;*/
}

#nav #mn li.sublink {
	margin: 0.5em;
	list-style-type: none;
	/*float: left;*/
}

#nav #mn li.dropdwn li.sublink a {
	font-family: 'Trebuchet MS' !important;
	font-weight: bold;
	font-size: 1em;
	width: 100%;
	background-color: inherit;
	color: #fff;
	padding: 0.1em 0.2em 0.1em 0.2em;
	text-decoration: none;
	list-style-type: none;
	display: block;
	/*border: 1px dotted blue;*/
}

#nav #mn li.dropdwn li.sublink a:hover {
	color: #008C50;
	background-color: #CDDB70;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#nav #mn li.dropdwn:hover .dropdwn-content {
	display: block !important;
}

#nav-bar-white {
	width: 100%;
	height: 2.1em;
	/*border:#0034FF solid 1px;*/
	display: flex;
	position: relative;
	margin: 0;
	padding: 0;
	/* background-color: rgba(0, 139, 90, 0.3); */
	background-color: rgba(255, 255, 255, 0.4);
	/* border-bottom: #acba25 solid 2px;*/
}


/********** MENU RESPONSIVO ****************/

.sidebar {
	background-color: rgba(0, 139, 90, 1);
}

.sidebar ul li span {
	color: #BBD035;
}

.sidebar ul li a {
	color: #fff;
}

.sidebar ul li a:active {
	color: #fff !important;

}

.sidebar ul li a:hover {
	color: #015e53;
}

.sidebar .closebtn {
	color: #fff;
	background-color: #BBD035;
}

.closebtn i {
	color: #fff;
}

.closebtn:hover,
.closebtn i:hover {
	color: #90A735 !important;
}

.sidebar {
	height: 100%;
	width: 0;
	margin: 0;
	position: fixed;
	z-index: 999 !important;
	top: 0;
	left: -5;
	background-color: rgba(0, 139, 90, .9);
	overflow-x: hidden;
	padding-top: 50px;
	transition: 0.5s;
	display: block;
}

.sidebar ul {
	padding: 0.5em 0.25em 0.5em 1em;
	margin: 0;
	font-size: 12px;
}

.sidebar ul li {
	padding: 0 !important;
	margin: 0 !important;
	list-style-type: none !important;
	/* border: solid 1px red;*/
}

.sidebar ul li span {
	text-decoration: none;
	font-weight: bold;
	/* color: #BBD035;*/
}

.sidebar ul li a {
	padding: 0 0.1em 0 0.1em !important;
	margin: 0 !important;
	text-decoration: none;
	/* color: #fff;*/

	font-kerning: none;
	transition: 0.3s;
}

.sidebar .closebtn {
	width: 100%;
	height: 2em;
	padding: 0.5em;
	position: absolute;
	top: 0;
	/*left: 10;*/
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background-color: #BBD035;
	text-align: right;
}

.sub-menu {
	padding: 0px 0px 0px 5px;
}

.parallax-container {
	position: relative;
	height: 60vh;
	overflow: hidden;
}

.layer {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: center;
	/* border: 1px solid green; */
}

.layer1 {
	background-image: url('../img/parallax.jpg');
	background-repeat: no-repeat;
	background-size: 100% ;
	background-position: bottom;
	max-height: 600px;
	opacity: 0.8;
	/* position: fixed; */
	transform: translateY(0px);
}

.layer2 {
	background-image: url('../img/parallax2.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	transform: translateY(0px);
}