#top_bar{
	margin-top: 15px;
}

#navigation ul{
	display: none;
}
#navigation li:hover ul{ /* Display the dropdown on hover */
	display: block;
    right: 0;
}

#p2020{
	position: absolute;
    padding: 10px;
    width: 900px;
    margin: 0 auto;
    bottom: 50px;
    left: 0;
    right: 0;
    opacity: 1;
    background-color: #dadada;
}

a:link {
	font-family: Arial,sans-serif!important;
}
#logo1{
	width: 450px;
    background-color: #dadada;
    float: left;
}

.icone-politica {
	position: absolute;
    left: 0;
    right: 0;
    bottom: 73px;
    margin: 0 auto;
}

.icone-pme {
	position: absolute;
    left: 0;
    right: 0;
    top: 49%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin: 0 auto;
}

.relative {
	position: relative;
}

#caixacentral{
	background-color: #dadada;
    display: block;
    color: #969798;
    font-size: 12px;
    line-height: 20px;
    width: 900px;
    height: 500px;
    padding: 10px!important;
    position: absolute!important;
    top: 25px!important;
    left: 0!important;
    right: 0!important;
    margin-left: auto!important;
    margin-right: auto!important;
}

.descriptioninstitucional{
	width: 97%!important;
	padding-right: 15px;
}

.other_color{
	color: #DD052B!important;
    font-size: 10px!important;
}

.other_color:hover{
	font-size: 10px!important;
	color: #474747!important;
}

/* Side bar  
**************************************************/
#side-bar{
 	width: 270px;
 	background: #fff;
 	text-align: center;
 	position: fixed;
 	top: 0;
 	left: 0;
 	bottom: 0px;
 	z-index: 5; 
 	display: none;
}
#inner-bar{
	position: fixed;
	top: 0;
	left: 0;
	width: 70px;
	color: #fff;
	height: 100%;
	z-index: 5;
	text-align: center;
	background-color: #fafaf5;
	box-shadow: 1px 0 4px -4px #000;
}
#menu-toggle-wrapper{
	position: fixed;
	top: 0;
	left: 0px;
	width: 70px;
	height: 70px;
	z-index: 11;
	display: block;
}
#menu-toggle {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 30px;
	display: block;
	margin-left: -15px;
	width: 30px;
	height: 3px;
	background: #DD052B;
}
#menu-toggle:after,#menu-toggle:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 3px;
	background: #DD052B;
	left: 0;

	-webkit-transform-origin:center center;
	   -moz-transform-origin:center center;
	    -ms-transform-origin:center center;
	     -o-transform-origin:center center;
	        transform-origin:center center;
}
#menu-toggle:before{
	top: -8px;
}
#menu-toggle:after{
	bottom: -8px;
}
#menu-toggle-wrapper.anim-out #menu-toggle{
	background: rgba(220, 151, 31,0);
}
#menu-toggle-wrapper.anim-out #menu-toggle:after{
	-webkit-transform: rotate(-45deg) translate(2px,-8px);
	   -moz-transform: rotate(-45deg) translate(3px,-8px);
	    -ms-transform: rotate(-45deg) translate(3px,-8px);
	     -o-transform: rotate(-45deg) translate(3px,-8px);
	        transform: rotate(-45deg) translate(3px,-8px);
	
}

#menu-toggle-wrapper.anim-out #menu-toggle:before{
	-webkit-transform: rotate(45deg) translate(4px,9px);
	   -moz-transform: rotate(45deg) translate(3px,8px);
	    -ms-transform: rotate(45deg) translate(3px,8px);
	     -o-transform: rotate(45deg) translate(3px,8px);
	        transform: rotate(45deg) translate(3px,8px);
	
}
#menu-toggle,
#menu-toggle:before,
#menu-toggle:after{
	-webkit-transition: all 0.3s cubic-bezier(0.585, -0.600, 0.430, 1.650);
	   -moz-transition: all 0.3s cubic-bezier(0.585, -0.600, 0.430, 1.650);
	    -ms-transition: all 0.3s cubic-bezier(0.585, -0.600, 0.430, 1.650);
	     -o-transition: all 0.3s cubic-bezier(0.585, -0.600, 0.430, 1.650);
	        transition: all 0.3s cubic-bezier(0.585, -0.600, 0.430, 1.650);
}

#menu-toggle-wrapper:hover #menu-toggle:before,
#menu-toggle-wrapper:focus #menu-toggle:before{
	top: -6px;
}

#menu-toggle-wrapper:hover #menu-toggle:after,
#menu-toggle-wrapper:focus  #menu-toggle:after{
	bottom: -6px;
}

#menu-toggle-wrapper.anim-out:hover #menu-toggle:after,
#menu-toggle-wrapper.anim-out:focus #menu-toggle:after{
	bottom: -8px;
}
#menu-toggle-wrapper.anim-out:hover #menu-toggle:before,
#menu-toggle-wrapper.anim-out:focus #menu-toggle:before{
	top: -8px;
}

#abe{
	position: absolute;
    bottom: 15px;
    width: 30px;
    height: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.icons_img{
	height: 20px;
}

.icons_line{
	margin-bottom: 5px;
}

#inner-bar > .logo-alt{
	width:40px;
	/* margin-top: -35px; */
	padding: 15px;
	bottom: 32px;
	position: absolute;
}
#inner-bar > .logo-alt img{
	width: 100%;
}
#menu-toggle{

}
#side-wrapper{
	padding-top:70px;
}
#side-inner{
	position: relative;
	min-height: 100%;
}

#side-contents{
	position: relative;
	left:0;
	padding-bottom: 100px;
}
#logo-wrapper{
	padding: 45px 40px 25px 40px;
}
#logo-wrapper a{
	display: block;
	max-width: 190px;
	margin: 0 auto;
}
#logo-wrapper img{
	max-width: 100%;
}
#side-footer{
	position: absolute;
	left: 0px;
	bottom: 0;
	width: 100%;
	height: 70px;
	overflow: hidden;
	/* background-color: #fafaf5; */
}
#copyright{
	position: relative;
	margin-top: 10px;
	color: #8d8d8d;
}

#copyright:after{
	content: '';
	position: absolute;
	top: -5px;
	left: 50%;
	margin-left:-35px; 
	width:70px;
	height: 1px;
	background-color: #d9d9d9;
	box-shadow: 0 1px 0 0 #fff;
}

#side-collapse{
	position: absolute;
	font-size: 20px;
	display: block;
	height: 50px;
	top: 0;
	left: 0px;
	width: 100%;
	color:#818181;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
#side-collapse:hover,
#side-collapse:focus {
	color:#46463C;
}
#side-collapse i{
	line-height: 40px;
	float: left;
	margin-left: 10px;
}

/* Show menu state 
 **************************************************/
 .show-sidebar #side-bar{
 	display: block;
}
.show-sidebar #inner-bar,
.show-sidebar #menu-toggle-wrapper{
 	display: none;
 }
 .show-sidebar #main-content,
 .show-sidebar .page-side{
 	margin-left: 270px;
 }
 .show-sidebar #ajax-folio-loader{
	 left:270px;
 }
/* Navigation 
**************************************************/
#navigation{
	margin:0;
	padding: 0;
	list-style: none;
	text-align: left;
}
.sub-menu{
	display: none;
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	background: #fafaf5;
	min-height: 100%;
	z-index: 2;
	list-style: none;
	margin: 0;
	padding: 0;
	box-shadow: 2px 0px 6px -6px #000;
}

.current-menu-parent ul.sub-menu{
	/* display: block; */
}

#navigation li  a,
#navigation li ul li a {
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
#navigation li{
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #FFFFFF;
	cursor:pointer;
	

	margin-bottom: 0;
}
#navigation li:first-child{
	border-top: 1px solid #efefef;
}
#navigation li a{
	display: block;
	padding: 12px 35px 12px 35px;
	color: #818181;
	font-size: 12px;
	text-transform: uppercase;
	position: relative;
}
#navigation  li  a:hover,
#navigation  li  a:focus,
#navigation  li.current-menu-item  a,
#navigation  li.current-menu-parent >  a{
	color: #474747;
	background: #FEFEFE;
	/* font-family: ralewaysemibold; */
}
#navigation  li.current-menu-item  a:before,
#navigation  li.current-menu-parent  >a:before,
#navigation  .nav-prev>a:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 100%;
	background: #DD052B;
}
#navigation li ul li.current-menu-item >a:before{
	background: transparent;
}
#navigation  .nav-prev>a i{
	margin-right: 15px;
}
#navigation li.menu-item-has-children > a:after{
	content: "\f105";
	font-family: fontawesome;
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -10px;
	width: 0;
	height: 0;
	color: #A5A5A5;

}

#navigation li.menu-item-has-children2 > a:after{
	content: "\f107";
	font-family: fontawesome;
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -10px;
	width: 0;
	height: 0;
	color: #A5A5A5;

}
#navigation ul.sub-menu li{
    border-bottom: 1px solid #F0F0F0;
	
    border-top: none;
}
#navigation ul.sub-menu li a{
	padding: 12px 35px;
	text-transform: none;
	font-size: 13px;
}
#navigation ul.sub-menu li.nav-prev a{
	padding: 20px 35px;
	background: #fff;
	font-size: 14px;
	text-transform: uppercase;
}

#navigation ul.sub-menu li:last-child{
	margin-bottom: 50px;
}
/* Social icons 
**************************************************/
.social-icons{
	margin: 0;
	padding: 0;

}
.social-icons li{
	list-style: none;
	display: inline-block;
}

.social-icons li a{
	color:#c4c4c4;
	font-size: 16px;
	padding: 2px;

	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}

.social-icons li a:hover,.social-icons li a:focus{
	color:#363636;
}


.lupa{
	float: right;
    top: 15px;
    position: absolute;
	right: 130px;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index:10000;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #edeeee;
  width: 250px;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
}
.popup .close {
  position: absolute;
  top: 10px;
  right: 12px;
  transition: all 200ms;
  font-size: 20px;
  text-decoration: none;
  color: #969798;
}
.popup .close:hover {
  color: #3f3e41;
}
.popup .content {
  max-height: 30%;
  overflow: hidden;
}

.title-search{
	color: #3f3e41;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    float:left;
    text-transform:uppercase;
}

.text-search{
	color: #969798;
    font-family: Arial, sans-serif;
    font-size: 12px;
    float:left;
    clear:left;
    margin-top:20px;
}

#pesquisa{
	margin-top: 2px;
    border-color: #3f3e41;
    border: solid;
    border-width: 1px;
    width: 98%;
    color: #969798;
    outline: none;
    margin-bottom: 10px;
    float:left;
    clear:left;
    margin-top:10px;
}

#rodape{
	bottom:0;!important
	margin-bottom:0px;
	width:100%;
	max-height:43px;
	height:auto!important;
	margin-left:0px;
	margin-right:0px;
	left:0px;
	position:absolute;
	right:0px;
	text-align:center;
	display:inline-block;
	*display:inline;
}

.btn-search{
	background-color: #3f3e41;
    display: block;
    float:left;
    clear:left;
    cursor: pointer;
    color: #969798;
    font-size: 12px;
    line-height: 20px;
    font-family: Arial, sans-serif;
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
    border-collapse: collapse;
    border: none;
}	

.btn-search:hover{
	background-color:#E30614;
	display:block; 
	float:left;
    clear:left;
	cursor:pointer;
	color:#ffffff;
	font-size:12px;
	line-height:20px;
	margin-top:10px;
	margin-bottom:5px;
	font-family:Arial, sans-serif;
	text-align:center;
	padding-left:12px;
	padding-right:12px;
	border-collapse:collapse;
	border:none;
}

#caixacentral2{
	background-color:#dadada;
	display:block; 
	color:#969798;
	font-size:12px;
	line-height:20px;
	position:absolute;
	top:150px; 
	margin:0 auto;
	width:650px;
	height:500px;
	padding:10px;
	right:0;
	left:0;
	margin-left:auto;
	margin-right:auto;
}

.text-results{
	font-size: 12px;
    line-height: 20px;
    font-family: Arial, sans-serif;
    color: #969798;
    text-transform:uppercase;
}

.pesq-link{
	color: #E30614 !important;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    float:left;
    clear: left;
    padding-left:20px;
    text-transform:uppercase;
}

.pesq-link:hover{
	color:#3f3e41 !important;
}

.pesq-local{
	color: #969798;
    font-family: Arial, sans-serif;
    font-size: 12px;
    float:left;
    clear: left;
    margin-bottom: 20px;
    padding-left:20px;
}

#description-search{
	height: 400px;
    width: 580px;
    overflow: hidden;
    position: absolute;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
    text-align: justify;
    color: #969798;
    margin-top:20px;
}

#loading {
  	width: 100%;
  	height: 100%;
  	position: fixed;
  	background-color: #fff;
  	z-index: 100000;
  	text-align: center;
  	overflow:hidden;
  	top:0px;
}

#loading-image {
  	position: relative;
  	z-index: 100000;
}
.carregar{
	font-size: 12px;
	position: relative;
	top: 40%;
	font-family: Arial, sans-serif;
}

#subloading {
    display: inline-block;
    height: 64px;
    left: 50%;
    margin: -50px auto 0 -153px;
    position: absolute;
    top: 50%;
}

/* custom scroll bar
**************************************************/
#main-content .nicescroll-rails{
	background: #1b1c18;
	padding: 7px 0; 
	bottom: 0;
	top: auto !important;
	height: 20px !important;
}
#main-content .nicescroll-rails> div{
	height: 6px;
	border-radius: 6px;
	background: #DD052B !important;
	border:none !important;
	margin-right: 123px;
}

#side-bar .nicescroll-rails> div{
	background: #9A9A9A !important;
}

#main-content{
	position: relative;
 	margin-left: 70px;
 	z-index: 2;
 	
	background: #fdfdfd;
 	
	/* border-left: 1px solid #f1f1f1; */
}

/* Show menu state 
 **************************************************/
 .show-sidebar #side-bar{
 	display: block;
}
.show-sidebar #inner-bar,
.show-sidebar #menu-toggle-wrapper{
 	display: none;
 }
 .show-sidebar #main-content,
 .show-sidebar .page-side{
 	margin-left: 270px;
 }
 .show-sidebar #ajax-folio-loader{
	 left:270px;
 }
 
 .show-sidebar #menu-toggle-wrapper{
	 	display: block;
	 }
	 .show-sidebar #main-content,
	 .show-sidebar .page-side{
	 	margin-left: 0px;
	 }
	  .show-sidebar #side-bar{
	 	display: none;
	 }
.aviso-cookies{font-family: Arial, sans-serif!important;
    width: 100%;
    background: #000;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    z-index: 3;
    text-align: center;
    position: fixed;
    bottom: 0px;
    margin: 0 auto;
    left: 0;
    right: 0;}
.aviso-cookies a{font-family: Arial, sans-serif!important;color:#fff;text-decoration:underline;}.close-barra{color:#fff;font-size:13px;cursor:pointer;margin-left:5px;text-decoration:none !important;}

@media(max-width:1366px){
}