
.topnav {
  z-index:2;
  position: relative;
  overflow: hidden;
  /*height:70px;*/
  background-color: rgba(0, 0, 0, 0.55);
}
.topnav a {
  display: flex;
  float: left;
  box-sizing: content-box;  
  color: #313131;
  text-align: center;
  padding: 20px 10px;
  text-decoration: none;
  font-family : LatoRegular;
  font-size : 15px;
  line-height : 30px;
  color : #FFFFFF;
}
i.fa.fa-bars{
  position: relative;
  display:flex;
  float:right;
  padding-right:10px;
}
.topnav a:not(:first-child){
  position: relative;
  left: none;
  top:20px;
}
.topnav a:hover:not(:first-child) {
  background-color: #ddddddc0;
  color: black;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.topnav a.active {
  background-color: #22c4e959;
  color: white;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.topnav .icon {
  display: none;
}
.logo img{
  padding-left: 60px;
  height:50px;
}
.img_logo-movil{
  display:none;
}
.menu-redes-sup img{
  padding:20px;
}
.menu-redes-sup{
  position: relative;
  display:flex;
  width:160px;
  top:20px;
  float:right;
}
@media screen and (max-width: 961px) {
  .topnav {
    background-color: #F6EBE8;
  }
  .topnav a{
    color: #313131;
    padding: 20px 10px;
    line-height : none;
  }
  .topnav a:not(:first-child){
    position: relative;
    display: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .topnav a.icon {
    position: initial;
    display: flex;
    float: right;
  }
  .topnav a:not(:first-child){
    position: none;
    left: 0;
    top:0;
  }
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .logo img{
    height:auto;
    padding-right:0px;
    padding-left:20px;
  }
  .img_logo-movil{
    display:inline;
  }
  .img_logo-desk{
    display:none;
  }
  .img-menu_redes_sup{
    display:none;
  }
  .menu-redes-sup{
    width:0px;
  }
}
@media screen and (min-width: 962px) and (max-width: 1249px){
  .topnav a {
    padding: 20px 6px;
  }
}
@media screen and (min-width: 1000px)and (min-width: 1034px){
  .topnav a:not(:first-child){
    left: 8%;
  }
}
@media screen and (min-width: 1210px){
  .topnav a:not(:first-child){
    left: 14%;
  }
}

