body {
  font-family: sans-serif;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #eec0c6;
  background-image: linear-gradient(315deg, #eec0c6 0%, #7ee8fa 74%);
  background-attachment: fixed;
  padding-bottom: 30px !important;
}

#page {
  height: 100vh;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.c-cursor {
  pointer-events: none;
}
html:not(.is-desktop) .c-cursor {
  display: none;
}

.c-cursor__pointer {
  height: 0.5rem;
  left: -0.25rem;
  opacity: 0;
  position: fixed;
  top: -0.25rem;
  width: 0.5rem;
  z-index: 9;
}
.c-cursor__pointer::before {
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}
.is-hover .c-cursor__pointer::before {
  opacity: 0.3;
  transform: scale(6);
}

.c-magnetic span {
  display: inline-block;
  pointer-events: none;
}

.test {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.test a {
  position: relative;
  color: #2e2e2e;
  display: block;
  letter-spacing: 0.125rem;
  margin-left: 1.25rem;
  padding: 1.875rem 1.25rem;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}
.test a span:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 100%;
  height: 8px;
  transform: scaleX(0);
  background-color: #42378f;
  background-image: linear-gradient(315deg, #42378f 0%, #f53844 0%);
  z-index: -1;
  transition: transform 0.3s;
}
.test a:hover {
  color: #2e2e2e;
}
.test a:hover span:after {
  transform: scaleX(1);
}

.dark-glass {
  background: linear-gradient(#1d375b55 0%, #151d3655 100%);
  width: 100%;
  box-shadow: 0 5px 15px 0 rgba(31, 38, 135, 0.15);
  color: white !important;
  padding: 20px;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(4px);
  -moz-backdrop-filter: blur(4px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  height: fit-content;
}

.glass {
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 5px 15px 0 rgba(31, 38, 135, 0.15);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  padding: 40px !important;
  margin: 40px 0;
}

.fit-content {
  height: fit-content !important;
}

.dark-glass pre {
  color: white !important;
  font-family: "Poppins";
  font-size: 16px;
}

.handy {
  height: 80px;
  align-self: center;
}

.w-100 {
  width: 100% !important;
}

table,
.table-wrapper {
  width: 100%;
}

.table-wrapper {
  overflow: auto;
}

td img {
  height: 50px;
  margin-right: 0.5rem;
}

tr {
  border-radius: 20px;
}
tr:hover {
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 10px;
  border-radius: 10px;
}

td {
  padding: 20px;
}

td img {
  min-width: 50px;
}

.button {
  background-color: #0e72ed;
  padding: 1rem 2rem;
  color: white;
  text-decoration: none;
  display: inline-block;
  border-radius: 10px;
  margin: 15px;
  width: fit-content;
  text-align: center;
}
.button:hover {
  text-decoration: none;
  color: white;
  box-shadow: 0 5px 15px 0 rgba(31, 38, 135, 0.15);
}

.leyenda {
  display: flex;
  flex: 1 1 auto;
  max-width: 700px;
  align-self: center;
  margin-top: 25px;
}

.controlcito {
  height: 15rem;
  width: auto;
}

.microfono {
  display: inline-block;
  background-color: #A0CE6C;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 10rem;
  margin: 0 0.5rem;
}

.camara {
  display: inline-block;
  background-color: #2D5188;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 10rem;
  margin: 0 0.5rem;
}

.bocinas {
  display: inline-block;
  background-color: #E0D3BE;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 10rem;
  margin: 0 0.5rem;
}

.proyeccion {
  display: inline-block;
  background-color: #45A6FB;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 10rem;
  margin: 0 0.5rem;
}

.aligner {
  display: flex;
  flex: 1 1 0;
  margin-right: 25px;
}

@media print {
  .bocinas,
.camara,
.microfono,
.proyeccion {
    -webkit-print-color-adjust: exact !important;
  }

  .button,
.button-desc,
.header,
.handy,
.print-noshow {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    position: absolute !important;
  }

  .breakpage {
    display: block !important;
    page-break-after: always;
    padding: 15px;
  }

  .glass {
    margin: 0 !important;
    padding-top: 0 !important;
  }

  h3 {
    margin-top: 40px !important;
  }
}

/*# sourceMappingURL=zoom.css.map */
