.wsmenu>.wsmenu-list>li>.wsmegamenu a:hover .title {

  color: #E30613;

}
.wsmenu {
  font-family: var(--fuente);
  background: #E30613;

}
@media only screen and (max-width: 991px) {
 .wsmenu {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;

  }
}
.wsmenu>.wsmenu-list>li>.wsmegamenu li a:hover {
  color:#E30613;
}
.wsmenu>.wsmenu-list>li:hover>a {
  border-bottom-color: #550F11;
}

.wsmobileheader {
  background-color: rgba(206, 2, 2, 0.95);
}
.wsmenu>.wsmenu-list {
  background-color: #E30613;
}

