@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
.barra-nav  {
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 1em;
}
.menu-principal li {
	position: relative;
	float: left;
	text-align: left;
	border-bottom: 1px dashed #CCC;
}
.titulo-menu{
	text-align:center;
	/*border-bottom: 3px solid #0E2303;*/
	}
.sub-titulo-menu1{
	width: 96%;
	text-align: center;
	}
	.sub-titulo-menu{
	width: 96%;
	text-align: center;
	}		
.icon-menu {
	width: 30px;
	height: 30px;
	float: left;
	border: 1px solid #999;
	margin-right: 2px;
	border-radius: 2px;
	vertical-align: middle;
	display: none;
}
.menu-principal li a {
	font-family: 'Roboto Condensed', "Levenim MT", sans-serif;
	background-color: #F8F8F8;
	display: block;
	float: left;
	color: #333;
	text-decoration: underline;
	padding: .45em 0.25em .45em 0;
	font-weight:lighter;
}
.menu-principal li a:hover {
	text-decoration: none;
	background-color: #E2E2E2;
}
.menu-principal li:last-child {
	border-right: none;
	margin-bottom: 2em;
}
.menu-complemento li {
	position: relative;
	float: left;
	text-align: center;
	border-bottom: 1px dashed #CCC;
}
.menu-complemento li a {
	background-color: #F8F8F8;
	display: block;
	color: #009;
    text-decoration: underline;
    padding: .45em 0.4em;
	font-weight: light;
}
.menu-complemento li a:hover {
	text-decoration: none;
}
.menu-complemento li:first-child {
	border-top: 1px dashed #CCC;
}
@media (max-width: 1199px) {
	.menu-principal .titulo-menu a{
		width: 100%;
		color: #00CC00;
		/*text-transform: uppercase;*/
    }
	.barra-nav {
		background: rgba(244, 244, 244, .97);
        margin: 0;
        height: 100%;
        width: 80%;
        max-width: 320px;
        position: fixed;
        z-index: 1;
        top: 0;
        left: -80%;
        transition: left 0.1s ease-out;
        overflow-y: auto;
	}
	.menu-ativo .barra-nav {
		left: 0;
	}
	.menu-principal{
		width:90%;
		margin-left: 5%;
	}
	.menu-principal li {
		text-align: left;
		padding: .4em;
		margin:0;
		width: 100%;
		border-bottom: none;
		background-color: rgba(244, 244, 244, .97);
        border-top: thin dashed #CCC;
	}
	.menu-principal li:last-child{
		 border-bottom: thin dashed #CCC;	
	}
	.menu-principal li a{
		width: 80%;
		line-height: 30px;
		font-size: 1.1em;
		color: #666;
		margin-left: .5em;
		text-decoration: none;
		text-transform: lowercase;
		background-color: rgba(244, 244, 244, .97);
		font-weight: light;
	}
	.menu-principal li a:hover{
		color: #2C3E50;
		text-decoration: none;
		background-color: rgba(244, 244, 244, .97);
	}
	.menu-complemento li {
		text-align: left;
		padding: 0.5;
		margin:0;
		width: 100%;
		border-bottom: none;
		background-color: rgba(117, 152, 255, .97);
	}
	.menu-complemento li a{
		width: 80%;
		line-height: 30px;
		font-size: 1.05em;
		color: #333;
		margin-left: .5em;
		text-decoration: none;
		text-transform: lowercase;
		background-color: rgba(117, 152, 255, .97);
		font-weight: light;
	}
	.menu-complemento li a:hover{
		color: #2C3E50;
		text-decoration: none;
		background-color: rgba(117, 152, 255, .97);
	}
}
@media not all and (max-width: 1199px) {
	.menu-abrir,
	.menu-fechar {
		display: none;
	}    
}
@media (max-width: 1199px) {
	.menu-ativo:after {
		content: "";
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background: rgba(0,0,0,0.4);
	}
}
.menu-abrir,
.menu-fechar {
	background: none;
	border: 0;
	outline: 0;
	-webkit-appearance: none;
	font-size: 1.6em;
	text-indent: -999em;
}
.menu-abrir {
	height: 0;
	width: .9em;
	padding-top:.125em;
	border-top: .450em double #666;
	border-bottom: .175em solid #666;
	vertical-align: middle;
	margin: 0.5em;
}
.menu-fechar {
	position: relative;
	height: 1em;
	width: 1em;
	margin-top: 4em;
}
.menu-fechar:before {
	content: '\00D7';
	position: absolute;
	top: 0;
	left: 0;
	text-indent: 0;
}
@media (min-width: 1200px) {
	.barra-nav{
		width: 16.166%;
		height: auto;
		float:left;
	}
	.icon-menu{
		margin-right: 5px;
	}
    .menu-principal li a{
        font-size: 1.05em;
       	font-weight: light;
        width: 186px;
        padding: .6em 0.3em;
    }
    .menu-principal .titulo-menu a{
		background-color: #0C0;
		color: #FFF;
		
    }
	.menu-principal .sub-titulo-menu1 {
		width: 96%;
		background-color: #0C0;
		text-align: center;
		color: #FFF;
		font-weight:500;
		padding-top: 10px;
		padding-bottom: 10px;
			/*border-bottom: 3px solid #0E2303;*/	
    }
	.menu-principal .sub-titulo-menu1 a{
		background-color: #0C0;
		color: #FFF;
		padding-top: 10px;
		padding-bottom: 10px;
			
    }
	.menu-principal .sub-titulo-menu1 a:hover{
		background-color:#0C0;
    }
	.menu-principal .sub-titulo-menu {
		width: 96%;
		background-color: #002C41;
		text-align: center;
		color: #FFF;
		font-weight:500;
		padding-top: 10px;
		padding-bottom: 10px;		
    }
    .menu-complemento li a{
        font-size: 1em;
     font-weight:lighter;
        width: 186px;
        padding: .6em 0.4em;
    }
    .menu-principal .titulo-menu a:hover{
		background-color:#00CC00;
    }
}
.letra-pra-caber{
	font-size: .9em;
	}
.centro-cel{
	text-align: center;
}