.wsmenu>.wsmenu-list>li>.wsmegamenu a:hover .title {
  border-bottom: 1px solid #CCC;
  font-size: 20px;
  padding: 9px 5px 9px 0px;
  color: #FFF;
  margin: 0px 0px 7px 0px;
  text-align: left;
  height: 39px;
  font-weight:500;
}
.wsmenu, .wsmenu-list {
  font-family:'Montserrat', sans-serif;
  color: #fff;
  font-size: 20px;
  padding: 0;  
  
}

@media only screen and (max-width: 991px) {
 .wsmenu {
    width: 100%;
    /*background: rgba(0, 0, 0, 0) none repeat scroll 0 0;*/
    left: 0;
    overflow-y: hidden;
    padding: 0;
    top: 0;
    visibility: hidden;
    position: fixed;
    margin: 0px;
	
  }


.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a {
  font-size:14px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu a:hover .title {
  font-size: 14px;
}
 
  
}

@media only screen and (min-width: 770px) {
.menu_centrado{
	display: flex !important; justify-content: center !important;
}

}
.wsmenu>.wsmenu-list>li>.wsmegamenu li a:hover {
  background: transparent;
  text-decoration: none;
  color:#FFF;
}
.wsmenu>.wsmenu-list>li:hover>a {
  color: #fff;
  /*border-bottom-color: #550F11;*/
}

.wsmobileheader {
  background-color: #0F0F0F;
  min-height:60px;
}


