body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

body {font-family: Arial, Helvetica, sans-serif;}

body {
  background-color: #fff;
  color: #000;
}

body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.25;
}

.container {
        position: relative;
        margin: 0px;
        top: 0;
        left: 0;
}

.containerFooternav {
	display: none;
        position: relative;
        margin: 0px;
        bottom: 0;
        left: 0;
}

.box {
        position: absolute;
        top: 0;
        left: 50;
}
.topnav {
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    margin: 0px;
    width: 100%;
    height: 49px;
    background-color: #fff;
    position: fixed;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}


.footernav {
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99999;
    margin: 0px;
    width: 100%;
    height: 49px;
    background-color: #fff;
    position: fixed;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1); /* Adiciona sombra */
}


.topnav a {
  z-index: 9;
  float: left;
  display: block;
  color: #000;
  text-align: center;
  //padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  //height: 49px;
}

.footernav a {
    z-index: 9;
    float: left;
    display: block;
    color: #000000;
    text-align: center;
    text-decoration: none;
    font-size: 25px;
    font-weight: bold; /* Adiciona negrito */
}



.active {
  background-color: #000;
  color: white;
}

.topnav .icon-menu {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: fixed;
  background-color: #fff;
  min-width: 0px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: #ddd;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #fff;
  color: #000;
	
}

.dropdown-content a:hover {
  background-color: #fff;
  color: #000;
}

.dropdown:hover .dropdown-content {
  display: block;
  background: #fff;
}

.menu-right {
    float: right;
    padding: 0px 20%;
}

div.notification a {
  font-size: 16px; 
}


@media screen and (max-width: 670px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon-menu {
    float: left;
    display: block;
    padding: 14px 16px;
  }

  .footernav a.icon-menu {
    float: left;
    display: block;
    padding: 14px 16px;
  }


}

a.text_notification {
	
//	width: 72px;
//	height: 72px;
	//-moz-border-radius: 36px;
	//-webkit-border-radius: 36px;
	//border-radius: 36px;
	font-size: 18px;
	text-align: center;
	color: #616161;
	text-decoration: none;
	//position: absolute;
	//right: 24px;
	//top: 36px;
	display: block;
	//background: #535558 url(http://images.vfl.ru/ii/1484930184/14435803/15757225.png

) center no-repeat;
	background-size: 36px;
	box-shadow: 0 3px 6px rgba(97, 97, 97 0.16), 0 3px 6px rgba(97, 97, 97 0.23);
	-moz-box-shadow: 0 3px 6px rgba(97, 97, 97 0.16), 0 3px 6px rgba(97, 97, 97 0.23);
	-webkit-box-shadow: 0 3px 6px rgba(97, 97, 97 0.16), 0 3px 6px rgba(97, 97, 97 0.23);
}

a.text_notification > span {
	width: 24px;
	height: 24px;
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	position: relative;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	display: block;
	transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
//	top: 0;
//	right: 0;
//	bottom: 0;
//	left: 0;
	margin: auto;
	background: #f60000; // vermelho
	box-shadow: 0 3px 6px rgba(255, 171, 0, 0.16), 0 3px 6px rgba(255, 171, 0, 0.23);
	-moz-box-shadow: 0 3px 6px rgba(255, 171, 0, 0.16), 0 3px 6px rgba(255, 171, 0, 0.23);
	-webkit-box-shadow: 0 3px 6px rgba(255, 171, 0, 0.16), 0 3px 6px rgba(255, 171, 0, 0.23);
}

a.text_notification > span.counter_notification {
	//right: 10px;
	//top: -10px;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-ms-transition: .2s linear;
	-o-transition: .2s linear;
	transition: .2s linear;
	transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
}

div.panel_notification {
  background-color: black;
  height: 300px;
  width: 400px;
  overflow-y: scroll;
}

div.notification {
  font-size: 10px; 
  background-color: #000;
  color: #fff;
  height: 30px;
  //width: 100%;
  padding: 0px 10px;
}


@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
//  .topnav.responsive .icon-menu {
//    position: absolute;
//    right: 0;
//    top: 0;
     text-align: left;   
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;        
    background: #fff;
  }

  .footernav.responsive a {
    float: none;
    display: block;
    text-align: left;        
    background: #fff;
  }

  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
    background: #fff;
  }

  .menu-right {
    float: left;
    width: 100%;
    padding: 0px 0px;
  }


  div.panel_notification {
    background-color: #000;
    height: 250px;
    width: 100%;
    overflow-y: scroll;
 }


}