#moove_gdpr_cookie_info_bar {
  z-index: 99999 !important;
}
#moove_gdpr_save_popup_settings_button {
  bottom: 85px !important;
}
#webc-toc {
  position: fixed;
  right: 20px;
  bottom: 150px;
  width: 350px;
  max-width: 350px;
  background: #000;
  border: 3px #744293 solid;
  padding: 10px;
  transition: 0.3s ease-in-out all;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  #webc-toc {
    right: unset;
    left: 20px;
  }
}
#webc-toc .sfondo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
#webc-toc .sfondo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  opacity: 0.3;
  transform: scale(1.4) rotate(-25deg);
}
#webc-toc ul {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 450px;
  overflow-y: auto;
  margin-top: 25px;
  transition: 0.3s ease-in-out all;
  opacity: 1;
  padding-right: 10px;
}
#webc-toc ul::-webkit-scrollbar {
  width: 7px;
}
#webc-toc ul::-webkit-scrollbar-thumb {
  background: #744293;
  border-radius: 10px;
  border: 2px solid #744293;
}
#webc-toc ul::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#webc-toc ul::-webkit-scrollbar-track {
  background: #e9e9e9b2;
  border-radius: 10px;
}
#webc-toc ul li {
  margin-bottom: 10px;
}
#webc-toc ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
}
#webc-toc ul li a:hover {
  text-decoration: underline;
}
#webc-toc ul li .toc__h2 {
  margin-left: 0;
  text-transform: uppercase;
  margin-left: 20px;
}
#webc-toc ul li .toc__h3 {
  margin-left: 40px;
}
#webc-toc ul li .toc__h4 {
  margin-left: 60px;
  opacity: 0.8;
}
#webc-toc .acciones {
  display: flex;
  justify-content: space-between;
}
#webc-toc .acciones > * {
  margin: 0;
}
#webc-toc .acciones .title {
  font-size: 1.2em;
  color: #fff;
  text-transform: uppercase;
}
#webc-toc .acciones .icons {
  position: relative;
}
#webc-toc .acciones .icons i {
  position: absolute;
  right: 0;
  top: 0;
}
#webc-toc .acciones .close {
  visibility: visible;
  cursor: pointer;
}
#webc-toc .acciones .open {
  visibility: hidden;
}
#webc-toc.closed {
  position: fixed;
  right: calc(50%);
  transform: translateX(50%);
  bottom: 20px;
  width: 280px;
  max-width: unset;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
  top: unset;
}
@media screen and (max-width: 768px) {
  #webc-toc.closed {
    right: unset;
    transform: unset;
    left: 20px;
  }
}
#webc-toc.closed .sfondo {
  visibility: hidden;
}
#webc-toc.closed ul {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 0;
  overflow-y: auto;
  opacity: 0;
}
#webc-toc.closed .acciones .close {
  visibility: hidden;
}
#webc-toc.closed .acciones .open {
  visibility: visible;
}
