@media (max-width: 640px) {
.contenido .header .logo {
  width: 70%;
  left: 0;
  margin-right: 15%;
  margin-left: 15%;
}
}
.contenido .header .hamburgesa {
    display: none;
}
.contenido .top_menu {
    display: none;
}
.contenido .header .logo {
  float: left;
}
#menu-container {
	margin: 0 auto;
}
@media (min-width: 900px) {
  .menu-new {
    font-size: 1em;
  }
}
.menu-new {
  padding: 0.3em;
  background: #eee;
  min-height: 2em;
  line-height: 1em;
}
.menu-new > ul {
  transition: max-height 0.25s linear;
}
.menu-new ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.menu-new li {
  transition: visibility 0.25s linear;
  display: inline-block;
  border: 1px solid;
  border-color: #ccddca;
  border-radius: 3px;
  background-color: #ccddca;
  padding: 0.3em 0.3em;
  margin: 0.1em 0.1em;
  position: relative;
  min-width: 130px;
}
.menu-new li:hover {
  border: 1px solid;
  border-color: #000;
  background-color: #fff;
}
.menu-new li a{
  font-weight: 600;
  color: #1f5d50;
}
.menu-new li a:hover{
  color: #000;
}
@media (min-width: 651px) {
  .menu-new li ul {
    display: none;
    position: absolute;
    top: 100%;
    margin-top: 1px;
    left: -1px;
    right: -1px;
    font-size: 0.8em;
    z-index: 12;
    background-color: #e9f4e7;
  }
.submenu .submenu {
  visibility: hidden;
}
  .submenu .submenu {
  position: absolute;
  left: 100%;
  top: -1px;
  transition: .3s linear;
}
nav li:hover > .submenu {
  transform: rotateX(0deg);
  visibility: visible;
  opacity: 1;
}
  .menu-new li ul li {
    background-color: #e9f4e7;
  }
  .menu-new li:hover ul {
    display: block;
  }
  .menu-new li li {
    margin: 0;
    box-sizing: border-box;
    width: 100%;
  }
}
@media (max-width: 650px) {
  .menu-new {
    min-height: 2.25em;
}
  .menu-new > ul {
    max-height: 0;
    overflow: hidden;
    margin: 0 3em 0 0;
  }
  .menu-new li {
    visibility: hidden;
    display: block;
    padding: 0.5em 0.6em;
    border: none;
  }
  .menu-new ul {
    text-align: left;
  }
  .menu-new li ul {
    margin-top: 0.5em;
    border-left: 1px solid #000;
  }
  .menu-new .navbar-handle {
    display: block;
  }
  #navbar-checkbox:checked + .menu-new ul {
    max-height: 100%;
  }
  #navbar-checkbox:checked + .menu-new li {
    visibility: visible;
  }
  #navbar-checkbox:checked + .menu-new .navbar-handle,
  #navbar-checkbox:checked + .menu-new .navbar-handle:after,
  #navbar-checkbox:checked + .menu-new .navbar-handle:before {
    border-color: #aaa;
  }
}
.navbar-checkbox {
  display: none;
}
.navbar-handle {
  display: none;
  cursor: pointer;
  position: relative;
  font-size: 45px;
  padding: 0.5em 0;
  height: 0;
  width: 1.66666667em;
  border-top: 0.13333333em solid;
}
.navbar-handle:before,
.navbar-handle:after {
  position: absolute;
  left: 0;
  right: 0;
  content: " ";
  border-top: 0.13333333em solid;
}
.navbar-handle:before {
  top: 0.37777778em;
}
.navbar-handle:after {
  top: 0.88888889em;
}
.menu-new {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}
.menu-new .navbar-handle {
  position: absolute;
  font-size: 1.2em;
  top: 0.7em;
  right: 12px;
  z-index: 12;
}
