@charset "UTF-8";
/* CSS Document */
.openbtn {
  width: 40px;
  height: 40px;
  border-style: none;
  background-color: hsla(0, 0%, 100%, 0.10);
  background-image: url(../img/ico-menu.svg);
  background-position: center center;
  background-size: 30px auto;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.openbtn:hover {
  background-color: hsla(0, 0%, 100%, 0.30);
}
.closebtn {
  width: 40px;
  height: 40px;
  border-style: none;
  background-color: hsla(0, 0%, 100%, 0.10);
  background-image: url(../img/ico-close.svg);
  background-position: center center;
  background-size: 20px auto;
  background-repeat: no-repeat;
  border-radius: 50%;
  margin-left: 24px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.closebtn:hover {
  background-color: hsla(0, 0%, 100%, 0.30);
}
/* CSS Document */
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  background-color: #392213;
  overflow-x: hidden;
  transition: 0.5s;
  right: 0px;
  top: 0px;
  -webkit-box-shadow: 0px 0px 8px hsla(0, 0%, 0%, 0.40);
  box-shadow: 0px 0px 8px hsla(0, 0%, 0%, 0.40);
  max-width: 350px;
}
.accordion-off, .accordion-on {
  color: #FFFFFF;
  width: 100%;
  border: none;
  text-align: left;
  padding-top: 12px;
  padding-right: 24px;
  padding-bottom: 12px;
  padding-left: 24px;
  background-color: transparent;
  font-weight: 500;
  font-size: 1em;
  opacity: 0.7;
}
.accordion-off:hover, .accordion-on:hover {
  opacity: 1;
}
.panel {
  display: none;
  overflow: hidden;
  background-color: #593a29;
}
.accordion-inn {
  color: #FFFFFF;
  width: 100%;
  border: none;
  text-align: left;
  padding-top: 12px;
  padding-right: 24px;
  padding-bottom: 12px;
  padding-left: 48px;
  background-color: transparent;
  font-weight: 500;
  font-size: 1em;
  white-space: nowrap;
  opacity: 0.7;
}
.accordion-inn:hover {
  opacity: 1;
}
.separador {
  background-color: hsla(0, 0%, 100%, 0.10);
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.accordion-sesion {
  color: #FFFFFF;
  width: 100%;
  border: none;
  text-align: left;
  padding-top: 12px;
  padding-right: 24px;
  padding-bottom: 12px;
  padding-left: 24px;
  background-color: transparent;
  font-weight: 500;
  font-size: 1em;
  margin-top: 0px;
  opacity: 0.7;
}
.accordion-sesion:hover {
  opacity: 1;
}
.accordion-agenda {
  color: #FFFFFF;
  width: 100%;
  border: none;
  text-align: left;
  padding-top: 12px;
  padding-right: 24px;
  padding-bottom: 12px;
  padding-left: 24px;
  background-color: transparent;
  font-weight: 500;
  font-size: 1em;
  opacity: 0.7;
}
.accordion-agenda:hover {
  opacity: 1;
}
.accordion-x {
  color: #FFFFFF;
  width: 100%;
  border: none;
  text-align: left;
  padding-top: 12px;
  padding-right: 24px;
  padding-bottom: 12px;
  padding-left: 24px;
  background-color: transparent;
  font-weight: 500;
  font-size: 1em;
  opacity: 0.7;
}
.accordion-x:hover {
  opacity: 1;
}