.supermenu {
  padding: 8px 25px 8px 25px;
  font-family: 'museo300', Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 26px;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  list-style: none; 
  display:flex;
}

.supermenu a{
  color: #ffffff;
}


#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color:#454545;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  font-family: 'museo500', Arial, Helvetica, sans-serif;
  line-height: 1;
}

#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li {
  font-family: 'museo500', Arial, Helvetica, sans-serif;
  font-size:17px;
  line-height: 12px;  
  font-weight: 600;
  font-style: italic;
  color:#3d3d3d;
  text-decoration: none;
  text-transform: uppercase;
  padding: 1.1% 0 0 20px;
}
#cssmenu > ul > li:first-child > a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#cssmenu.align-center > ul > li:first-child > a {
  border-radius: 0;
}
#cssmen.align-right > ul > li:first-child > a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #444444;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover {
  background: transparent;
}

#cssmenu.align-right > ul > li:after {
  right: auto;
  left: -1px;
}
#cssmenu > ul > li:before {
  content: '';
  position: absolute;
  top: 18px;
  right: -1px;
  display: block;
  height: 20px;
  width: 1px;
  opacity: 0;
  background: rgba(255, 255, 255, 0.8);
  background: linear-gradient(to top, rgba(0, 0, 0, 0), #ffffff, rgba(0, 0, 0, 0));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #ffffff, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #ffffff, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.01), #ffffff, rgba(255, 255, 255, 0.01));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), #ffffff, rgba(0, 0, 0, 0));
}
#cssmenu.align-right > ul > li:before {
  right: auto;
  left: 0px;
}
#cssmenu > ul > li:last-child:after,
#cssmenu > ul > li:last-child:before {
  display: none;
}
#cssmenu.small-screen {
  width: 300px;
  position: absolute;
  z-index: 872163;
  right: 0;
}
#cssmenu.small-screen > ul,
#cssmenu.small-screen.align-center > ul {
  width: 100%;
  text-align: left;
}
#cssmenu.small-screen > ul > li,
#cssmenu.small-screen.align-center {
  float: none;
  display: block;
  border-top: 1px solid rgba(100, 100, 100, 0.1);
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #cccccc;
}
#cssmenu.small-screen > ul > li > a {
  padding: 18px 25px;
}
#cssmenu.small-screen > ul > li:after,
#cssmenu.small-screen > ul > li:before {
  display: none;
}
#cssmenu.small-screen #menu-button {
  display: block;
  padding: 18px 25px 19px 25px;
  cursor: pointer;
  font-size: 15px;
  text-decoration: none;
  color: #fcfefb;
}
#cssmenu.small-screen #menu-button.menu-opened {
  color: #444444;
}
#cssmenu.small-screen #menu-button:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 14px;
  display: block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  width: 48px;
  height: 4px;
}
#cssmenu.small-screen #menu-button.menu-opened:after {
  border-top: 2px solid #444444;
  border-bottom: 2px solid #444444;
}
#cssmenu.small-screen #menu-button:before {
  content: "";
  position: absolute;
  right: 25px;
  top: 8px;
  display: block;
  width: 48px;
  height: 2px;
  background: #000000;
}
#cssmenu.small-screen #menu-button.menu-opened:before {
  background: #444444;
}

.marcador{background-color: #18668a;}

@media screen and (max-width: 1200px) {
.supermenu {
  padding: 9px 19px 7px 19px;
  font-family: 'museo500', Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 26px;
  text-decoration: none;
  text-transform: uppercase;
  color: #212121;
  list-style: none;
  display:flex; 
}
}

@media screen and (max-width: 1228px) {
#cssmenu > ul > li {
  font-family: 'museo500', Arial, Helvetica, sans-serif;
  font-size:15px;
  line-height: 12px;  
  font-weight: 600;
  font-style: italic;
  color:#3d3d3d;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.5% 0 0 8px;
}
}

@media screen and (max-width: 1000px) {
.supermenu {
  padding: 9px 10px 7px 10px;
  font-family: 'museo500', Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 26px;
  text-decoration: none;
  text-transform: uppercase;
  color: #212121;
  list-style: none; 
  display:flex;
}
}

@media screen and (min-width: 1003px) {
#menuMobile{display:none;}
}
}
