@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Gidole&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
#footer-slot {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: -9999 !important;
}

/* Borders */
.rounded {
  border-radius: 8px !important;
}

.rounded-0 {
  border-radius: 0px !important;
}

.rounded-1 {
  border-radius: 1px !important;
}

.rounded-2 {
  border-radius: 2px !important;
}

.rounded-3 {
  border-radius: 3px !important;
}

.rounded-4 {
  border-radius: 4px !important;
}

.rounded-5 {
  border-radius: 5px !important;
}

.rounded-6 {
  border-radius: 6px !important;
}

.rounded-7 {
  border-radius: 7px !important;
}

.rounded-8 {
  border-radius: 8px !important;
}

.rounded-9 {
  border-radius: 9px !important;
}

.rounded-10 {
  border-radius: 10px !important;
}

.rounded-11 {
  border-radius: 11px !important;
}

.rounded-12 {
  border-radius: 12px !important;
}

.rounded-13 {
  border-radius: 13px !important;
}

.rounded-14 {
  border-radius: 14px !important;
}

.rounded-15 {
  border-radius: 15px !important;
}

.rounded-16 {
  border-radius: 16px !important;
}

.rounded-17 {
  border-radius: 17px !important;
}

.rounded-18 {
  border-radius: 18px !important;
}

.rounded-19 {
  border-radius: 19px !important;
}

.rounded-20 {
  border-radius: 20px !important;
}

.rounded-top {
  border-radius: 8px 8px 0 0 !important;
}

.rounded-bottom {
  border-radius: 0 0 8px 8px !important;
}

.rounded-left {
  border-radius: 8px 0 0 8px !important;
}

.rounded-right {
  border-radius: 0 8px 8px 0 !important;
}

/* Nord theme */
/* Nordic Frost */
/* Aurora colors */
/* Crear colores de texto de acuerdo a la paleta de colores */
.danger.text {
  color: #bf616a !important;
}

.warning.text {
  color: #d08770 !important;
}

.alert.text {
  color: #ebcb8b !important;
}

.success.text {
  color: #a3be8c !important;
}

.info.text {
  color: #8fbcbb !important;
}

.primary.text {
  color: #5e81ac !important;
}

.secondary.text {
  color: #b48ead !important;
}

.dark.text {
  color: #2e3440 !important;
}

.light.text {
  color: #eceff4 !important;
}

.accented.text {
  color: #004f53 !important;
}

.neutral.text {
  color: #d1d6df !important;
}

/* Crea weights de texto */
.thin {
  font-weight: 100 !important;
}

.light {
  font-weight: 300 !important;
}

.regular {
  font-weight: 400 !important;
}

.medium {
  font-weight: 500 !important;
}

.bold {
  font-weight: 600 !important;
}

.extra bold {
  font-weight: 700 !important;
}

/* » HELPER TEXT « */
.helper.text {
  margin-top: 0 !important;
  font-size: 0.8em !important;
}

.helper.text.danger {
  color: #60272c !important;
}

.helper.text.warning {
  color: #7e3e29 !important;
}

.helper.text.alert {
  color: #bd8921 !important;
}

.helper.text.success {
  color: #577140 !important;
}

.helper.text.info {
  color: #436f6e !important;
}

.helper.text.primary {
  color: #26374b !important;
}

.helper.text.secondary {
  color: #66435f !important;
}

.helper.text.dark {
  color: black !important;
}

.helper.text.light {
  color: #8b9dbc !important;
}

.helper.text.accented {
  color: black !important;
}

.helper.text.neutral {
  color: #7786a0 !important;
}

/* Mixin para generar márgenes */
.margin-top-none {
  margin-top: 0 !important;
}

.margin-top-small {
  margin-top: 0.5rem !important;
}

.margin-top-medium {
  margin-top: 1rem !important;
}

.margin-top-large {
  margin-top: 1.5rem !important;
}

.margin-top-extra-large {
  margin-top: 3rem !important;
}

.margin-bottom-none {
  margin-bottom: 0 !important;
}

.margin-bottom-small {
  margin-bottom: 0.5rem !important;
}

.margin-bottom-medium {
  margin-bottom: 1rem !important;
}

.margin-bottom-large {
  margin-bottom: 1.5rem !important;
}

.margin-bottom-extra-large {
  margin-bottom: 3rem !important;
}

.margin-left-none {
  margin-left: 0 !important;
}

.margin-left-small {
  margin-left: 0.5rem !important;
}

.margin-left-medium {
  margin-left: 1rem !important;
}

.margin-left-large {
  margin-left: 1.5rem !important;
}

.margin-left-extra-large {
  margin-left: 3rem !important;
}

.margin-right-none {
  margin-right: 0 !important;
}

.margin-right-small {
  margin-right: 0.5rem !important;
}

.margin-right-medium {
  margin-right: 1rem !important;
}

.margin-right-large {
  margin-right: 1.5rem !important;
}

.margin-right-extra-large {
  margin-right: 3rem !important;
}

.margin-horizontal-none {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.margin-horizontal-small {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.margin-horizontal-medium {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.margin-horizontal-large {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.margin-horizontal-extra-large {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.margin-vertical-none {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.margin-vertical-small {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.margin-vertical-medium {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.margin-vertical-large {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.margin-vertical-extra-large {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.margin-all-none {
  margin: 0 !important;
}

.margin-all-small {
  margin: 0.5rem !important;
}

.margin-all-medium {
  margin: 1rem !important;
}

.margin-all-large {
  margin: 1.5rem !important;
}

.margin-all-extra-large {
  margin: 3rem !important;
}

.height-full {
  height: 100vh !important;
}

.height-extra-tall {
  height: 78vh !important;
}

.height-very-tall {
  height: 70vh !important;
}

.height-tall {
  height: 65vh !important;
}

.height-half {
  height: 50vh !important;
}

.height-stretch {
  height: "stretch" !important;
}

.flex {
  display: flex !important;
}

.vertical-center {
  align-items: center !important;
}

.horizontal-center {
  justify-content: center !important;
}

.fadein {
  animation: fadeIn 0.2s ease-in-out forwards;
  opacity: 0;
}

.glowing {
  transition: all;
  animation: glowing 1s infinite;
}

@keyframes glowing {
  0% {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
  }
  50% {
    text-shadow: 0 0 15px rgb(255, 255, 255);
  }
  100% {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
  }
}
/* Nord theme */
/* Nordic Frost */
/* Aurora colors */
.bento.segment {
  border-radius: 8px !important;
  border: none !important;
  box-shadow: 0px 0px 4px rgba(3, 7, 18, 0.02), 0px 2px 15px rgba(3, 7, 18, 0.04), 0px 3px 33px rgba(3, 7, 18, 0.06), 0px 6px 59px rgba(3, 7, 18, 0.08) !important;
}

.danger.bento {
  background-color: #bf616a !important;
  color: #eceff4 !important;
}

.warning.bento {
  background-color: #d08770 !important;
  color: #eceff4 !important;
}

.alert.bento {
  background-color: #ebcb8b !important;
  color: #eceff4 !important;
}

.success.bento {
  background-color: #a3be8c !important;
  color: #eceff4 !important;
}

.info.bento {
  background-color: #8fbcbb !important;
  color: #eceff4 !important;
}

.primary.bento {
  background-color: #5e81ac !important;
  color: #eceff4 !important;
}

.secondary.bento {
  background-color: #b48ead !important;
  color: #eceff4 !important;
}

.dark.bento {
  background-color: #2e3440 !important;
  color: #eceff4 !important;
}

.light.bento {
  background-color: #eceff4 !important;
  color: #eceff4 !important;
}

.accented.bento {
  background-color: #004f53 !important;
  color: #eceff4 !important;
}

.neutral.bento {
  background-color: #d1d6df !important;
  color: #eceff4 !important;
}

/*Mixin para generar anchos de bentos */
.wide.bento {
  width: 72vw !important;
  max-width: 72vw !important;
  margin: 0 auto;
}

.regular.bento {
  width: 48vw !important;
  max-width: 48vw !important;
  margin: 0 auto;
}

.narrow.bento {
  width: 24vw !important;
  max-width: 24vw !important;
  margin: 0 auto;
}

.quarter.bento {
  height: 18.75vh !important;
}
.quarter.bento .column {
  max-height: 18.75vh !important;
  overflow-y: scroll !important;
}

.half.bento {
  height: 37.5vh !important;
}
.half.bento .column {
  max-height: 37.5vh !important;
  overflow-y: scroll !important;
}

.three-quarters.bento {
  height: 60vh !important;
}
.three-quarters.bento .column {
  max-height: 60vh !important;
  overflow-y: scroll !important;
}

.full.bento {
  height: 82vh !important;
}
.full.bento .column {
  max-height: 82vh !important;
  overflow-y: scroll !important;
}

/* Nord theme */
/* Nordic Frost */
/* Aurora colors */
.ui.button:not(.vmenu) {
  box-shadow: 0px 0px 4px rgba(3, 7, 18, 0.02), 0px 2px 15px rgba(3, 7, 18, 0.04), 0px 3px 33px rgba(3, 7, 18, 0.06), 0px 6px 59px rgba(3, 7, 18, 0.08) !important;
  transition: all 0.2s linear !important;
}

/* Mixin para colores personalizados en botones */
.danger.button {
  background-color: #bf616a !important;
  color: #eceff4 !important;
}
.danger.button .icon {
  color: #eceff4 !important;
}
.danger.button:hover {
  background-color: #ce858c !important;
}

.warning.button {
  background-color: #d08770 !important;
  color: #eceff4 !important;
}
.warning.button .icon {
  color: #eceff4 !important;
}
.warning.button:hover {
  background-color: #dda796 !important;
}

.alert.button {
  background-color: #ebcb8b !important;
  color: #eceff4 !important;
}
.alert.button .icon {
  color: #eceff4 !important;
}
.alert.button:hover {
  background-color: #f3dfb7 !important;
}

.success.button {
  background-color: #a3be8c !important;
  color: #eceff4 !important;
}
.success.button .icon {
  color: #eceff4 !important;
}
.success.button:hover {
  background-color: #bdd0ad !important;
}

.info.button {
  background-color: #8fbcbb !important;
  color: #eceff4 !important;
}
.info.button .icon {
  color: #eceff4 !important;
}
.info.button:hover {
  background-color: #afcfce !important;
}

.primary.button {
  background-color: #5e81ac !important;
  color: #eceff4 !important;
}
.primary.button .icon {
  color: #eceff4 !important;
}
.primary.button:hover {
  background-color: #809bbd !important;
}

.secondary.button {
  background-color: #b48ead !important;
  color: #eceff4 !important;
}
.secondary.button .icon {
  color: #eceff4 !important;
}
.secondary.button:hover {
  background-color: #c8adc3 !important;
}

.dark.button {
  background-color: #2e3440 !important;
  color: #eceff4 !important;
}
.dark.button .icon {
  color: #eceff4 !important;
}
.dark.button:hover {
  background-color: #434c5e !important;
}

.light.button {
  background-color: #eceff4 !important;
  color: #2e3440 !important;
}
.light.button .icon {
  color: #2e3440 !important;
}
.light.button:hover {
  background-color: white !important;
}

.accented.button {
  background-color: #004f53 !important;
  color: #eceff4 !important;
}
.accented.button .icon {
  color: #eceff4 !important;
}
.accented.button:hover {
  background-color: #008086 !important;
}

.neutral.button {
  background-color: #d1d6df !important;
  color: #eceff4 !important;
}
.neutral.button .icon {
  color: #eceff4 !important;
}
.neutral.button:hover {
  background-color: #eff1f4 !important;
}

/* Nord theme */
/* Nordic Frost */
/* Aurora colors */
input, textarea {
  border-radius: 8px !important;
}
input.empty, textarea.empty {
  border-color: #bf616a !important;
}

.dropdown.empty, select.empty {
  border-color: #bf616a !important;
}

/* Nord theme */
/* Nordic Frost */
/* Aurora colors */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  display: flex !important;
  justify-content: center;
  align-items: center;
  animation: fade-out 2s linear forwards;
}
#loader img {
  width: 100px;
}

@keyframes fade-out {
  0% {
    opacity: 1;
    background-color: #004f53;
  }
  70% {
    opacity: 1;
    background-color: #00373a;
  }
  100% {
    opacity: 0;
    display: hidden !important;
    background-color: black;
    pointer-events: none;
  }
}
/* Nord theme */
/* Nordic Frost */
/* Aurora colors */
.danger.icon {
  color: #bf616a !important;
}

.warning.icon {
  color: #d08770 !important;
}

.alert.icon {
  color: #ebcb8b !important;
}

.success.icon {
  color: #a3be8c !important;
}

.info.icon {
  color: #8fbcbb !important;
}

.primary.icon {
  color: #5e81ac !important;
}

.secondary.icon {
  color: #b48ead !important;
}

.dark.icon {
  color: #2e3440 !important;
}

.light.icon {
  color: #eceff4 !important;
}

.accented.icon {
  color: #004f53 !important;
}

.neutral.icon {
  color: #d1d6df !important;
}

.icon.active {
  text-shadow: 0 0 6px rgba(0, 255, 255, 0.7), 0 0 10px rgba(0, 255, 255, 0.5) !important;
}

/* Nord theme */
/* Nordic Frost */
/* Aurora colors */
.ui.calendar {
  border: none !important;
}

.ui.calendar table {
  border-radius: 8px !important;
  border: none !important;
}
.ui.calendar table td {
  transition: 0.2s all ease-in;
  position: relative !important;
}
.ui.calendar table td:hover {
  background-color: #b48ead !important;
  color: #eceff4 !important;
}
.ui.calendar table th {
  border-radius: 8px 8px 0 0 !important;
}
.ui.calendar table td.today {
  background-color: #004f53 !important;
  color: #eceff4 !important;
  font-weight: 900 !important;
}
.ui.calendar table td.active:not(.today) {
  background-color: #809bbd !important;
  color: #eceff4 !important;
  font-weight: 600 !important;
}

#cont {
  position: sticky !important;
  top: 35px !important;
  padding-bottom: 20px !important;
  padding-top: 0px !important;
  background-color: #eceff4 !important;
  z-index: 999 !important;
}

/* Nord theme */
/* Nordic Frost */
/* Aurora colors */
.ui.breadcrumb {
  color: #2e3440 !important;
  margin-bottom: 2em !important;
}
.ui.breadcrumb .active {
  color: #004f53;
  cursor: default !important;
}
.ui.breadcrumb .section:not(.active):hover {
  cursor: pointer;
  color: #b48ead !important;
}

/* Nord theme */
/* Nordic Frost */
/* Aurora colors */
.slider .labels {
  color: #2e3440 !important;
}

/* Nord theme */
/* Nordic Frost */
/* Aurora colors */
.card {
  border-radius: 8px !important;
}

.card.soft {
  box-shadow: 0px 0px 4px rgba(3, 7, 18, 0.02), 0px 2px 15px rgba(3, 7, 18, 0.04), 0px 3px 33px rgba(3, 7, 18, 0.06), 0px 6px 59px rgba(3, 7, 18, 0.08) !important;
}

.card.danger {
  border: 1px solid #bf616a !important;
}

.card.warning {
  border: 1px solid #d08770 !important;
}

.card.alert {
  border: 1px solid #ebcb8b !important;
}

.card.success {
  border: 1px solid #a3be8c !important;
}

.card.info {
  border: 1px solid #8fbcbb !important;
}

.card.primary {
  border: 1px solid #5e81ac !important;
}

.card.secondary {
  border: 1px solid #b48ead !important;
}

.card.dark {
  border: 1px solid #2e3440 !important;
}

.card.light {
  border: 1px solid #eceff4 !important;
}

.card.accented {
  border: 1px solid #004f53 !important;
}

.card.neutral {
  border: 1px solid #d1d6df !important;
}

.card.danger.soft {
  border: 4px solid #ebced1 !important;
}

.card.warning.soft {
  border: 4px solid #f6e8e3 !important;
}

.card.alert.soft {
  border: 4px solid white !important;
}

.card.success.soft {
  border: 4px solid #f1f5ee !important;
}

.card.info.soft {
  border: 4px solid #eff5f5 !important;
}

.card.primary.soft {
  border: 4px solid #c3d0e0 !important;
}

.card.secondary.soft {
  border: 4px solid #f1eaf0 !important;
}

.card.dark.soft {
  border: 4px solid #6f7d98 !important;
}

.card.light.soft {
  border: 4px solid white !important;
}

.card.accented.soft {
  border: 4px solid #00e1ec !important;
}

.card.neutral.soft {
  border: 4px solid white !important;
}

/* Nord theme */
/* Nordic Frost */
/* Aurora colors */
form {
  color: #eceff4 !important;
}

dialog {
  border-radius: 8px !important;
  border: none;
  animation: fadeIn 0.4s ease-in forwards;
}

dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

/* Nord theme */
/* Nordic Frost */
/* Aurora colors */
body {
  background-color: #004f53 !important;
}
body *:not(i) {
  font-family: "Gidole" !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}/*# sourceMappingURL=main.css.map */