/* /wcorp/gc/prod/es_ES/estaticos/menu_JGA23/ */


:root {
  --menuJGA-green: #00A443;
  --menuJGA-green-dark: #00402A;
  --menuJGA-green-light: #FFF5EC;
  --menuJGA-green-lighter: #D8CFC7;
  --menu-sand6: #5F6971;
}

#menuJGA {
  display: none;
  width: 100%;
  max-width: 195px;
  text-align: left;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  background-color: white;
  border: 1px solid #D8CFC7;
  border-radius: 15px;
  position: fixed;
  z-index: 999;
  top: 68%;
  transform: translateY(-50%);
}

#menuJGA * {
  box-sizing: border-box;
}

#menuJGA strong {
  display: block;
  color: #00402A;
  font-family: 'IberPangea',sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.46px;
  padding: 17px 16px 13px;
  background-color: #FFF5EC;
}

#menuJGA ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#menuJGA ul li {
  list-style: none;
  border-top: 1px solid #D8CFC7;
}

#menuJGA ul li:before {
  content: none;
  display: none;
}

#menuJGA ul li a {
  color: #007F33;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.46px;
  display: block;
  padding: 6px 16px 13px;
  font-family: 'IberPangea medium',sans-serif;
  transition: all 0.1s;
  margin-bottom:0px;
}

#menuJGA ul li a:hover {
  font-weight:  500;
  color: #00402A;
  background-color: #D8CFC7;
}

@media (min-width: 1200px) {

  #menuJGA {
    display: block;
  }

  #menuJGA {
    right: calc(50vw + 660px);
    z-index:1;
  }

}

@media (min-width: 1200px) and (max-width: 1679px){
  
  #column-1 {
    padding-left: 250px;
  }

  #menuJGA {
    right: auto;
    left: 20px;
  }

}
