body {
  overflow-y: hidden;
}
body header {
  display: none;
}

ul {
  padding: 0px;
}
ul li {
  padding: 5px;
  line-height: 26px;
}
ul li a {
  color: #444 !important;
  font-size: 16px;
}

.overlay {
  display: none;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.overlay svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.tab.blocked {
  display: none;
}

.menu-list input[type=radio] {
  top: 6px;
  margin-right: 10px;
}

.wrap ul {
  list-style: none;
}
.wrap ul li {
  padding: 50px;
}
.wrap ul li label {
  cursor: pointer;
  display: block;
  position: relative;
  padding-left: 20px;
}
.wrap ul li label input {
  position: absolute;
  left: 0;
}
.wrap ul li ol li {
  padding: 10px;
  line-height: 30px;
}

.content-button {
  margin: 20px 0px;
}

.header {
  color: #fff;
  padding: 20px !important;
  display: block;
  background-color: #f55;
  position: relative;
}

.salir {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.height-vh {
  height: 93vh;
  position: relative;
}

.content-test {
  background: #f3f3f3;
  width: 100%;
  height: 700px;
  overflow: auto;
  padding-top: 40px;
  position: relative;
}
.content-test .glide__slides {
  margin-top: 10px;
  height: 600px;
}
.content-test .glide__slides .glide__slide {
  height: 600px;
  overflow: auto;
  padding-bottom: 200px;
}
.content-test button.slider__bullet {
  width: 33px;
  height: 24px;
  display: inline-block;
  border-radius: 0px !important;
  background: #d2d2d2;
  border: none;
}
.content-test button.slider__bullet.check {
  background-color: #49de6a;
}

#template-container {
  margin: 0;
  padding: 30px;
  position: relative;
  width: 100%;
}

.item {
  width: 90%;
  margin: 0 auto;
  display: block;
}
.item p span {
  padding-right: 5px;
  display: inline-block;
}
.item table {
  width: 100%;
}
.item table label {
  cursor: pointer;
  position: relative;
  padding-left: 18px;
  display: block;
}
.item table label input {
  top: 5px;
  left: 0px;
  position: absolute;
}
.item table label span {
  position: relative;
  display: inline-block;
}

.button {
  padding: 7px 10px 10px 10px;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
}

div.glide__arrows {
  z-index: 2;
  position: fixed;
  width: 73%;
  margin-top: -40px;
  background-color: #f3f3f3;
}

.tdtipoa {
  width: 80%;
}

#module .slider__bullets {
  left: 26%;
  width: 72.8%;
  bottom: 0;
  text-align: center;
  position: fixed;
  background: #d2d2d2;
}
#module a.navbar-item:focus,
#module a.navbar-item:focus-within,
#module a.navbar-item:hover,
#module a.navbar-item.is-active,
#module .navbar-link:focus,
#module .navbar-link:focus-within,
#module .navbar-link:hover,
#module .navbar-link.is-active {
  background-color: #565656 !important;
}
#module .tdtipoa td:nth-of-type(1) {
  width: 40%;
}
#module .tdtipoa td:nth-of-type(2) {
  width: 60%;
}
#module .temas li {
  padding: 0px !important;
  position: relative;
}
#module .temas li a {
  padding: 25px 10px;
}
#module .temas li.free a,
#module .temas li.free a:hover {
  background-color: #1da9ff;
}
#module .temas li.free a {
  color: #fff !important;
}
#module .temas li:not(.free) a {
  color: #b7b6b6 !important;
}
#module .temas li.blocked:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(86, 86, 86, 0.2);
  position: absolute;
}/*# sourceMappingURL=main.css.map */