@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 {
	width: 100%;
	min-height: 10vh;
	display: flex;
	/*padding: 0.5em;*/
	/*position: fixed;*/
	/*box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.1);*/
	
}

.menu {
	display: flex;
	justify-content: start;
	width: 80%;	
	/* border: yellow solid 1px; */
}

/* .img-marca {
	background-image: url("../img/marca-unimed-recife.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 178px;
	height: 65px;
	margin-left: 1.5em;
} */
.img-marca {
	display: flex;
	background-image: url("../img/marca-unimed-recife.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size:45% ;
	width: 20%;
	/* height: 100%; */
	margin-left: 3em;
	/* border: 1px solid red; */
}

#nav ul {
	list-style-type: none;
	display: flex;
	/* gap: 0.5em; */
	padding: 0 !important;
	margin: 0 !important;

	bottom: 0 !important;
	/* min-height: 1em;    
    justify-content: left;*/	
	/* border: 1px solid blue; */
}

#nav ul li {
	/* display: inline;
	margin: 0 1px;
	bottom: 0; */

	display: flex !important;
	justify-content: center !important;
	align-items: end !important;
	/* border-right: 1px solid white; */
}

#nav ul li a{
	height: 2.5em;
	/*font-family: 'Trebuchet MS' !important;*/
	font-family: 'unimed_sansregular' !important;
	/*font-weight: bold;*/
	font-size: 1em;
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 0.5em;
	margin-left: 0.5em;
	border-radius: 10px 10px 0px 0px;
	background-color: rgba(1, 94, 83, 0.2);
	text-transform: uppercase;
	/* border: 1px solid purple; */
}

#nav ul li a:hover,
#nav ul li a:active,
#nav ul li a.marcado {
	color: #B1CD4E ! important;
	background-color: rgba(1, 94, 83, 0.8) !important;
}


#nav .burger {
	display: none;
}

@media screen and (max-device-width: 480px) {
	#nav {
		width: 100%;
		min-height: 6vh;
		padding-left: 0.5em;
		padding-right: 0.5em;
	}


	#nav .menu {
		width: 50%;
		display: none;
		flex-direction: column;
		/* width: 250px; */
		background-color: rgba(255, 255, 255, 1);
		position: absolute;
		top: 6.4vh;
		left: 0;
		padding: 1em 0;

		/* border: 1px solid red; */
	}


	#nav .img-marca {
		width: 35vw;
		min-height: 7vh;
		/* border: red 1px solid; */
	}

	#nav .burger {
		width: 70%;
		/* height: auto; */
		padding: 0.5em;
		display: flex;
		justify-content: center;
		cursor: pointer;

		/* border: 1px solid red; */
	}

}



#nav ul li.dropdwn {
	display: inline;
	list-style-type: none;
}

#nav ul li.dropdwn {
	height: auto;
	overflow: hidden;
}

#nav ul li a.dropbtn {
	height: 2.5em;
	/*font-family: 'Trebuchet MS' !important;*/
	font-family: 'unimed_sansregular' !important;
	/*font-weight: bold;*/
	font-size: 1em;
	color: #ffffff;	
	text-decoration: none;
	display: inline-block;
	padding: 0.5em;
	margin-left: 0.5em;
	bottom: 0;
	border-radius: 10px 10px 0px 0px;
	background-color: rgba(1, 94, 83, 0.2);
	text-transform: uppercase;
	/*border-left: 1px solid #D5E7DB;
	border-top: 1px solid #D5E7DB;*/
}

/* #nav li.link a:hover,
a.dropbtn:hover {
	text-decoration: none;
	color: #B1CD4E! important;
	background-color: rgba(1, 94, 83, 0.8) !important;
	
} */



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

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

#nav 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 li.sublink {
	margin: 0.5em;
	list-style-type: none;
	/*float: left;*/
}

#nav 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 li.dropdwn li.sublink a:hover {
	color: #008C50;
	background-color: #CDDB70;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

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

/********** 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;
}

/*@media screen and (max-width: 720px) {
        .sidebar {padding-top: 15px;}
        .sidebar a {font-size: 9px;}
        .sidebar {display: none;}
    }*/

/* ************************************* */

.Bttop {
	z-index: 10;
	position: fixed;
	bottom: 0;
	width: 50px;
	height: 30px;
	background-color: #cccccc;
	right: 10%;
}

.Bttop a {
	font-family: "unimed_slabbook";
	font-size: 1em;
	color: #FFFFFF;
}

.Bttop a:hover {
	font-family: "unimed_slabbook";
	font-size: 1em;
	color: #666666;
}