
.timeline-map {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 3rem;
}
@media (min-width: 1024px) {
  .timeline-map {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
  .timeline-map > .view-content {
  min-height: 50vh;
  width: 100%;
}
  .timeline-map > .view-content:first-child {
  grid-column: 1 / -1;
}
.view-timeline-map.view-display-id-block_1 .view-content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}
.view-timeline-map.view-display-id-attachment_1 {
  height: 100%;
}
.view-timeline-map > .view-empty {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.view-timeline-map > .view-empty :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.view-timeline-map > .view-empty :where(a):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.view-timeline-map > .view-empty :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.view-timeline-map > .view-empty :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  padding-left: 1.625em;
}
.view-timeline-map > .view-empty :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.view-timeline-map > .view-empty :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.view-timeline-map > .view-empty :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.view-timeline-map > .view-empty :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.view-timeline-map > .view-empty :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.view-timeline-map > .view-empty :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.view-timeline-map > .view-empty :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.view-timeline-map > .view-empty :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.view-timeline-map > .view-empty :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}
.view-timeline-map > .view-empty :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  padding-left: 1.625em;
}
.view-timeline-map > .view-empty :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.view-timeline-map > .view-empty :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.view-timeline-map > .view-empty :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.view-timeline-map > .view-empty :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.view-timeline-map > .view-empty :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
  content: open-quote;
}
.view-timeline-map > .view-empty :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  content: close-quote;
}
.view-timeline-map > .view-empty :where(h1):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.view-timeline-map > .view-empty :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
}
.view-timeline-map > .view-empty :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.view-timeline-map > .view-empty :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
}
.view-timeline-map > .view-empty :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.view-timeline-map > .view-empty :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
}
.view-timeline-map > .view-empty :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.view-timeline-map > .view-empty :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
}
.view-timeline-map > .view-empty :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.view-timeline-map > .view-empty :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.view-timeline-map > .view-empty :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.view-timeline-map > .view-empty :where(code):not(:where([class~="not-prose"] *))::before {
  content: "`";
}
.view-timeline-map > .view-empty :where(code):not(:where([class~="not-prose"] *))::after {
  content: "`";
}
.view-timeline-map > .view-empty :where(a code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
}
.view-timeline-map > .view-empty :where(pre):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.view-timeline-map > .view-empty :where(pre code):not(:where([class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.view-timeline-map > .view-empty :where(pre code):not(:where([class~="not-prose"] *))::before {
  content: none;
}
.view-timeline-map > .view-empty :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none;
}
.view-timeline-map > .view-empty :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.view-timeline-map > .view-empty :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.view-timeline-map > .view-empty :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.view-timeline-map > .view-empty :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.view-timeline-map > .view-empty :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.view-timeline-map > .view-empty :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.view-timeline-map > .view-empty {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.view-timeline-map > .view-empty :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.view-timeline-map > .view-empty :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.view-timeline-map > .view-empty :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.view-timeline-map > .view-empty :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.view-timeline-map > .view-empty :where(h2 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.875em;
}
.view-timeline-map > .view-empty :where(h3 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.9em;
}
.view-timeline-map > .view-empty :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.view-timeline-map > .view-empty :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.view-timeline-map > .view-empty :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.view-timeline-map > .view-empty > :where(ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.view-timeline-map > .view-empty > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.view-timeline-map > .view-empty > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.view-timeline-map > .view-empty > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.view-timeline-map > .view-empty > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.view-timeline-map > .view-empty :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.view-timeline-map > .view-empty :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.view-timeline-map > .view-empty :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.view-timeline-map > .view-empty :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.view-timeline-map > .view-empty :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.view-timeline-map > .view-empty :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.view-timeline-map > .view-empty :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.view-timeline-map > .view-empty :where(tbody td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.view-timeline-map > .view-empty :where(tbody td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.view-timeline-map > .view-empty > :where(:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.view-timeline-map > .view-empty > :where(:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.view-timeline-map > .view-empty {
  height: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(219 225 230 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(249 248 245 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
  font-family: museo-sans, sans-serif;
  font-weight: 300;
}
.view-timeline-map > .view-empty :is(:where(p):not(:where([class~="not-prose"] *))) {
  margin-bottom: 0px;
}
.view-timeline-map > .view-empty :is(:where(li):not(:where([class~="not-prose"] *))) {
  margin-bottom: 0px;
}
.view-timeline-map > .view-empty * :is(:where(li):not(:where([class~="not-prose"] *)))::marker {
  color: rgb(153 27 213 );
}
.view-timeline-map > .view-empty :is(:where(li):not(:where([class~="not-prose"] *)))::marker {
  color: rgb(153 27 213 );
}
.view-timeline-map > .view-empty h2 {
  position: relative;
  left: -2.25rem;
  display: inline-block;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  border-color: currentColor;
  --tw-bg-opacity: 1;
  background-color: rgb(0 112 209 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity, 1));
}
#timeline-container {
  font-size: 1rem;
  line-height: 1.5rem;
}
#timeline-container .vis-item {
  cursor: pointer;
  background-color: rgb(158 210 255 / 0.5);
  font-family: museo, serif;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 85 158 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#timeline-container .vis-item:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 85 158 / var(--tw-border-opacity, 1));
  background-color: rgb(0 85 158 / 0.4);
}
#timeline-container .vis-item.vis-selected {
  --tw-border-opacity: 1;
  border-color: rgb(0 112 209 / var(--tw-border-opacity, 1));
  background-color: rgb(0 112 209 / 0.5);
  --tw-text-opacity: 1;
  color: rgb(0 85 158 / var(--tw-text-opacity, 1));
}
#timeline-container .vis-item.vis-selected > .vis-item-content {

      }
#timeline-container .vis-item.vis-selected .vis-item-content {
  position: relative;
}
#timeline-container .vis-item.vis-selected .vis-item-content:before {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: -10;
  display: block;
  height: 100%;
  width: 100%;
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
  background-color: rgb(0 112 209 / 0.25);
  --tw-content: '';
  content: var(--tw-content);
          -webkit-background-clip: text;
                  background-clip: text;
}
#timeline-container .vis-item.vis-selected .vis-item-overflow {
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 252 / var(--tw-bg-opacity, 1));
  -webkit-background-clip: text;
          background-clip: text;
}
#timeline-container .vis-item.vis-selected .vis-item-visible-frame {
        
      }
#timeline-container .vis-item.vis-range {
      
    }
#timeline-container .vis-item .vis-item-overflow {
  overflow: visible;
}
/* .vis-panel {
  .vis-time-axis {
    &:after {
      @apply content-[''] w-[2px] h-full absolute left-0 -top-8 block z-20 bg-primarydark bottom-0;
    }
      @apply border-l-primarydark border-l-2;

    
  }
} */
#timeline-container .vis-left .vis-labelset .vis-label .vis-inner, #timeline-container .vis-top .vis-labelset .vis-label .vis-inner {
  width: -moz-min-content;
  width: min-content;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
}
.taxonomy-term.vocabulary-timeline-events.map_popup img {
  aspect-ratio: 16 / 9;
  height: 100%;
  border-radius: 0.125rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.leaflet-container {
  aspect-ratio: 5/4;
  width: 100%;
  overflow: hidden;
  border-radius: 0.125rem;
}
.timeline-map-tooltip {
  visibility: hidden;
  padding: 0.25rem;
  text-align: center;
}
.timeline-map-marker:has-[div.highlighted] {
  z-index: 1000;
}
.timeline-map-marker.hovered, .timeline-map-marker:hover {
  z-index: 1001 !important;
}
.timeline-map-marker.hovered + .timeline-map-tooltip, .timeline-map-marker:hover + .timeline-map-tooltip {
  visibility: visible;
  z-index: 10000;
}
.timeline-map-marker.highlighted + .timeline-map-tooltip {
  visibility: visible;
  z-index: 10000;
}
.timeline-map-marker.highlighted {
  z-index: 1000 !important;
}
.timeline-map-marker.highlighted .markerdata {
  --tw-text-opacity: 1;
  color: rgb(0 112 209 / var(--tw-text-opacity, 1));
}
.vis-background.vis-vertical {

}
.vis-custom-time.maptime {
  width: 0.25rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(9 159 150 / var(--tw-bg-opacity, 1)) !important;
}
.vis-custom-time.maptime > .vis-custom-time-marker {
  position: relative;
  top: auto !important;
  bottom: 0.25rem;
  left: 0px !important;
  display: flex;
  align-items: baseline;
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(9 159 150 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 252 / var(--tw-bg-opacity, 1));
  padding: 0px !important;
  padding-right: 0.5rem !important;
  font-family: museo-sans, sans-serif !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  text-transform: uppercase;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(9 159 150 / var(--tw-text-opacity, 1));
}
.vis-custom-time.maptime > .vis-custom-time-marker .maptime-label, .vis-custom-time.maptime > .vis-custom-time-marker > span {
  left: 100%;
  margin-right: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(9 159 150 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity, 1));
}
.markerdata {
  position: relative;
  width: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(5 139 255 / var(--tw-text-opacity, 1));
}
.markerdata .markerlabel {
  position: absolute;
  top: -1.5rem;
  left: -50%;
  width: -moz-max-content;
  width: max-content;
  background-color: rgb(9 159 150 / 0.9);
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity, 1));
}
.markerdata .markertop, .markerdata .markerpointer {
  --tw-border-opacity: 1;
  border-color: rgb(252 252 252 / var(--tw-border-opacity, 1));
}
.markerdata .markertop {
  z-index: 10;
  height: 1.25rem;
  width: 1.5rem;
  border-radius: 0.25rem;
  border-width: 1px;
  background-color: currentColor;
  background-image: url(/themes/custom/centro/img/text-lines.svg);
  background-size: 0.8rem 0.8rem;
  background-position: center;
  background-repeat: no-repeat;
}
.markerdata .markerpointer {
  position: relative;
  bottom: 4px;
  z-index: 20;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -0.25rem;
  display: block;
  height: 0.5rem;
  width: 0.5rem;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-right-width: 1px;
  border-bottom-width: 1px;
  background-color: currentColor;
  --tw-content: '';
  content: var(--tw-content);
}