
/*MENU BURGER */
.menu-button {
  border: 0;
  background-color: #1FC17B;
  padding: 8px;
  border-radius: 50px;
  /* margin: 10px; */
  width: 50px;
  height: 50px;
  position: fixed;
  right: 1em;
  top: 1.5em;
  z-index: 999999;
  outline: none;
  cursor: pointer;
  transition: 0.5s;
  border: 2px solid #9e9e9e00;
}

.menu-button:hover{
  background-color: #1FC17B;
  color: #fff;
}


.menu-button.active {
  background-color: #ffffffc2;
  border: 2px solid #9E9E9E;
}

.menu-button:hover .menu-bar,
.menu-button.active .menu-bar {
  background-color: black;
}

.menu-button .menu-bar {
  width: 30px;
  height: 2px;
  background-color: white;
  position: relative;
  margin: 4px 0;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

/*MENU NAV */


#menu {
  width: 100%;
  height: 0%;
  position: fixed;
  background-color: #1fc17bf3;
  /* top: -10%;
  left: 100%; */
  /* -webkit-transform: translate(-100%, 0%);
  transform: translate(-100%, 0%); */
  z-index: 90;
}

.menu-nav {
  list-style: none;
  margin: 0;
  padding: 30px 0;
  text-align: right;
  position: absolute;
  /* top: 70px; */
  /* left: 40%; */
  /* -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%); */
  width: 100%;
  height: 100%;
  /* width: fit-content; */
  font-size: 1.5em;
  overflow: hidden;

}


.menu-nav li {
  padding-left: 0em;
}

.menu-nav a, .menu-nav a:visited {
  text-decoration: none;
  color: #FFF;
  padding: 0.5em;
  padding-right: 1em;
  display: block;
  opacity: 0;
  transition: 0.5s;
  /* text-transform: uppercase; */
  width: fit-content;
  border: 1px solid #fff;
  border-radius: 0 2em 2em 0;
  background-color: #1FC17B;

}

.menu-nav a:hover {
  /* background-color: #b1224d; */
  color: #000;
  background-color: #E31C79;
  padding-left: 1.5em;
}
.navegacion{
  width: 100%;
  /* max-width: 1200px; */
  margin: 0 auto;
  background-color: #FFF;
  position: fixed;
  z-index: 998;
  top: 0;
  min-height: 70px;
}

#menu-nav .lang {
  display: inline-flex;
  color: #fff;
}

.lang a {
  display: inline-flex;
  border: 0px solid #fff;
  border-radius: 0 0em 0em 0;
  padding-right: 1em;
}




.languaje {
  /* position: fixed;
  right: 0em;
  top: 0.1em; */
  /* background-color: #000; */
  width: fit-content;
  z-index: 999;
  color: #000;
  padding: 0.5em;
  padding-left: 0.5em;
  /* border-bottom-left-radius: 0.51rem;
  border-bottom-right-radius: 0.51rem; */
  padding-right: 0.5em;
  margin-bottom: 0.51em;
  text-transform: uppercase;
  font-size: 0.8em;
}


.nav_pais {
  position: relative;
  right: -1em;
  top: 0em;
  /* background-color: #fdc607; */
  padding: 0.1em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  border-radius: 0.5em;
}

.dropdown {
  position: relative;
  display: inline-block;
  transition: 0.5s;
  text-transform: uppercase;
  text-align: right;
  z-index: 999;
}

.dropdown-content {
  display: none;
  position: absolute;
  padding: 0.2em;

  /* right: -16px; */
  background-color: #fdc607;  /* min-width: 160px; */
  z-index: 1;
  /* padding-bottom: 2em;
  padding-top: 1em;
  border-top-right-radius: 1rem; */
}

.dropdown-content a {
  color: #fff;

  padding-bottom: 1em;
  padding-top: 0.5em;
  padding-left: 0.31em;
  padding-right: 0.31em;
  text-decoration: none;
  display: block;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropbtn {
  background-color: rgba(0, 0, 0, 0);
  color: #fdc607;
  padding: 0px;
  border: none;
  cursor: none;
  font-size: 1em;
}

.search_top {
  position: absolute;
  right: 80px;
  top: 20px;
  z-index: 999;
  margin: 0 auto;
}


.search_top img {
  width: 25px;
}