
.topnav {
	overflow:hidden;
	text-align:center;

}
.topnav a {
  display: inline-block;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 1.2rem;
  color:#fff;
}

.topnav a:hover {
opacity:0.7;
}


.topnav .icon {
  display: none;
}
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
	color:#fff;
	text-align:right;
  }
  
   	#pc{display:none;}
	#movil{display:block}

  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
	border-bottom:1px dashed #dedede;
	color:#dedede;
	font-size:1.5rem;
  }
  
  .topnav.responsive a:hover {
	  opacity:0.7;
  }
}