@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;
}

/************/
/* navBAR   */
/************/

/* nav {
	padding-left: 1em;
	padding-right: 1em;
	border: 0;
	margin: 0;
	position: relative;
	height: 100%;
} */
/* #acessb {
	background-color: #BBD034;	
}
#acessb img{
	background-color: #008c50;
}
#acessb ul li a{		
	color: #008C50;
}
#acessb ul li a:hover{
	color: #C9E2D3;
}*/
#nav {
	width: 100%;
	height: 96px;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	display: flex;
	/* align-items: center;
	box-sizing: border-box; */

	/* position: relative; */
	/* display: flex; */
	/* justify-content: space-between; */
	/* background: linear-gradient(25deg, rgba(217, 230, 237, 0.9) 0%, rgba(102, 191, 232, 0.9) 20%, rgba(197, 218, 227, 0.9) 80%, rgba(159, 193, 209, 0.9) 100%); */

	background-color: rgba(187, 208, 53, 1);
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
	z-index: 9999;

	/* animação */
	
	/* mantém o estado final */
	/* animation: slideDown 1s ease forwards; */
	/* border: 1px solid green; */
}

.img-marca {
	background-image: url("../img/marca-instituto-unimed.svg");
	background-repeat: no-repeat;
	background-position: center;
	/* background-size: 50%; */
	/* width: 15vw; */
	width: 20%;
	/* margin-left: 3em; */
	margin: 0.5em;
	padding: 0.5em;
	float: left;
	display: flex;
	align-items: center;
	/* border: 1px dotted yellow; */
}

.menu {
	width: 80%;
	height: 100%;
	/* height: 96px; */
	/* right: 0; */
	float: right;
	display: flex;
	/* justify-content: space-around; */
	justify-content: center;

	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;

	/* width: 60vw;
	height: 6em; */
	/* border: red 1px solid; */
	/* margin: 0; */
	/*padding-bottom: 0.5em;*/
	/*display: inline-block;
	position: relative;
	overflow: hidden;*/
	/* border: 1px solid red; */

	/* transition: all 0.3s ease-in-out; */
		/* animation: slideInFromLeft 0.8s ease-out forwards;
		animation-fill-mode: forwards; */
}


.menu li {
	height: 100%;
	color: #fff !important;
	display: flex;
	align-items: end;
	margin-right: 0.5em;
	bottom: 0;
	/* border: 1px dotted yellow; */
}

/* @keyframes slideInFromLeft {
	from {
		transform: translateX(-100%);
		opacity: 0;
	}

	to {
		transform: translateX(0);
		opacity: 1;
	}
} */
nav ul li a {
	height: 2.5em;
	font-family: 'Trebuchet MS' !important;
	font-size: 1em;
	color: #035e53;
	text-decoration: none;
	display: inline-block;
	padding: 0.5em;
	margin-left: 0.5em;
	bottom: 0;
	border-radius: 10px 10px 10px 0px;
	background-color: rgba(255, 255, 255, 1);
	text-transform: uppercase;
}

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

#nav .burger {
	display: none;
}


@media (max-width: 1199px) {
	nav {
		height: 5em;
		padding-left: 0.5em;
		padding-right: 0.5em;
	}

	/* #nav .menu {
		width: 30%;
		display: none;
	} */

	.menu {
		width: auto;
		height: auto;
		display: none;
		flex-direction: column;
		background-color: rgba(255, 255, 255, 1);
		box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
		position: fixed;
		top: 9vh;
		left: 0;
		padding: 1em 0;
		
		/* border: rgba(198, 98, 134, 1) solid 1px; */
		/* transition: all 0.3s ease-in-out; */
			animation: slideInFromLeft 0.8s ease-out forwards;
				animation-fill-mode: forwards;
	}
@keyframes slideInFromLeft {
	from {
		transform: translateX(-100%);
		opacity: 0;
	}

	to {
		transform: translateX(0);
		opacity: 1;
	}
}
	nav .menu ul {
		flex-direction: column;
		align-items: center;
		/* border: 1px solid green; */
	}

	nav ul li a {
		width: 100%;
		height: auto;
		font-family: 'Trebuchet MS' !important;
		font-size: 0.35em;
		color: rgba(255, 255, 255, 1) !important;
		text-decoration: none;
		display: inline-block;
		padding: 0.5em;
		margin: 0.25em;
		margin-left: 1.5em;
		text-align: center;
		bottom: 0;
		border-radius: 10px;
		background-color: rgba(1, 94, 83, 0.9) !important;
		text-transform: uppercase;

	}

	nav ul li a:hover,
	nav ul li a:active,
	nav ul li a.marcado {
		color: rgba(255, 255, 255, 1) !important;
		background-color: rgba(115, 14, 50, 1);
	}

	#nav .burger {
		width: 100%;
		padding: 0.5em;
		display: flex;
		justify-content: center;
		cursor: pointer;
		float: right !important;
		/* border: 1px solid blue; */

	}

	.btBurger {
		width: 100%;
		height: auto;
		background-image: url("../img/menu-mobile.png");
		background-repeat: no-repeat;
		background-position: right;
		background-size: 8%;
		float: right;
	}

}

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