::-webkit-scrollbar {
  width: 0.5rem;
}
::-webkit-scrollbar-track {
  background: var(--neutral-200);
}
::-webkit-scrollbar-thumb {
  background: var(--primary-600);
}
/* Code for Firefox */
::-moz-selection {
  color: var(--neutral-200);
  background: var(--primary-600);
}
/* Other Browsers */
::selection {
  color: var(--neutral-200);
  background: var(--primary-600);
}
.unto--destacado::after {
  display: flex;
  color: red;
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: 3px;
  right: 10px;
  background: var(--primary-700);
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--neutral-200);
}
#-off-canvas-65-5 .offcanvas-inner {
  max-height: 100svh;
}
#_header-44-5 {
  height: auto;
}
/* AGENDA BUTTON */
/*TIMELINE*/
.m-timeline:before {
  content: "";
  position: fixed;
  top: 0;
  left: 50%;
  width: 2px;
  height: 94vh;
  background: var(--neutral-200);
}
.m-timeline ul {
  padding: 0;
  padding-top: 40px;
  margin: 0;
}
.m-timeline ul li {
  list-style: none;
  position: relative;
  width: 50%;
  padding: 20px 40px;
  box-sizing: border-box;
  display: flex;
}
.m-timeline ul li:nth-child(odd) {
  float: left;
  text-align: right;
  clear: both;
}
.m-timeline ul li:nth-child(odd) > div:first-of-type {
  display: inline-flex;
  width: 100%;
  align-content: flex-end;
  text-align: right;
  flex-wrap: wrap;
  align-items: flex-end;
}
.m-timeline ul li:nth-child(even) {
  float: right;
  text-align: left;
  clear: both;
}
.m-timeline__content {
  padding-bottom: 20px;
}
.m-timeline ul li:nth-child(odd):before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 25px;
  right: -6px;
  background: var(--primary-700);
  border-radius: 50%;
  box-shadow: 0 0 0 3px var(--neutral-200);
}
.m-timeline ul li:nth-child(even):before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 24px;
  left: -4px;
  background: var(--primary-700);
  border-radius: 50%;
  box-shadow: 0 0 0 3px var(--neutral-200);
}
.m-timeline ul li:nth-child(odd) .m-timeline__date {
  right: -110px;
  margin-top: -6px;
  display: flex !important;
}
.m-timeline ul li:nth-child(even) .m-timeline__date {
  left: -130px;
  margin-top: -8px;
  display: flex !important;
}
@media (max-width: 767px) {
  .m-timeline {
    width: 100%;
    padding-bottom: 0;
  }
  .m-timeline ul {
    padding-top: 60px;
  }
  .m-timeline:before {
    left: 21px;
    height: calc(100vh - 90px);
  }
  .m-timeline ul li:nth-child(odd), .m-timeline ul li:nth-child(even) {
    width: 100%;
    text-align: left;
    padding-left: 50px;
    padding-bottom: 65px;
  }
  .m-timeline ul li:nth-child(odd):before, .m-timeline ul li:nth-child(even):before {
    top: -18px;
    left: -3px;
  }
  .m-timeline ul li:nth-child(odd) .m-timeline__date, .m-timeline ul li:nth-child(even) .m-timeline__date {
    top: -30px;
    left: 20px;
    right: inherit;
    margin-top: 0;
  }
}

