.mapWrapper {
  position: relative;
  width: 75%;
  left: 50%;
  top: 0%;
  transform: translateX(-50%);
}
.mapWrapper .row {
  position: relative;
  width: 100%;
  left: 0;
  height: 7em;
}
/* .mapWrapper .row .itemBar {
  position: relative;
  display: inline-block;
  width: 33.3333333333%;
  height: 0.25em;
  margin-top: 6.875em;
  background: rgba(255, 255, 255, 0.5);
} */

.mapWrapper .row .itemBar {
    position: relative;
    display: inline-block;
    width: 33.3333333333%;
    height: 0.25em;
    margin-top: 6.875em;
    /* background: rgba(255, 255, 255, 0.5); */
    border-top: 2px dashed #FD916F;
}
.mapWrapper .row .itemBar .itemInfo {
  position: absolute;
  width: 100%;
  bottom: 0.5em;
  text-align: center;
}
.mapWrapper .row .itemBar .itemInfo:after {
  content: "";
  position: absolute;
  width: 0.5em;
  height: 0.25em;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 3em 3em 0 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.25em;
  transition: width 0.2s ease-in, height 0.2s ease-in;
}
.mapWrapper .row .itemBar:hover .itemInfo:after {
  width: 2.5em;
  height: 0.25em;
  transition: width 0.2s ease-in, height 0.2s ease-in;
}
.mapWrapper .row .itemBar .itemDate {
  position: absolute;
  width: 100%;
  font-size: 1.25em;
  top: 0.25em;
  text-align: center;
  /* text-shadow: 1px 1px 2px black; */
}


.mapWrapper .row:nth-child(2n) .itemBar:first-child:after {
    content: "";
    position: absolute;
    width: 1.75em;
    height: 6.75em;
    right: 100%;
    top: 0;
    border-radius: 7em 0 0 7em;
    border: 2px dashed #FD916F;
    border-right: unset;
    /* border-right: 2px dashed #FD916F; */
}
/* .mapWrapper .row:nth-child(2n) .itemBar:first-child:after {
  content: "";
  position: absolute;
  width: 1.75em;
  height: 6.75em;
  right: 100%;
  top: 0;
  border-radius: 7em 0 0 7em;
  border: 0.25em solid rgba(255, 255, 255, 0.5);
  border-right: unset;
} */

/* .mapWrapper .row:nth-child(2n+1) .itemBar:last-child:after {
    content: "";
    position: absolute;
    width: 1.75em;
    height: 6.75em;
    left: 100%;
    top: 0;
    border-radius: 0 7em 7em 0;
    border: 0.25em solid rgba(255, 255, 255, 0.5);
    border-left: unset;
    border-right: 2px dashed #FD916F;
} */

.mapWrapper .row:nth-child(2n+1) .itemBar:last-child:after {
    content: "";
    position: absolute;
    width: 1.75em;
    height: 6.80em;
    left: 100%;
    top: -1px;
    border-radius: 0 8em 8em 0;
    border: 2px dashed #FD916F;
    border-left: unset;
    /* border-right: 2px dashed #FD916F; */
}

/* .mapWrapper .row:nth-child(2n+1) .itemBar:last-child:after {
  content: "";
  position: absolute;
  width: 1.75em;
  height: 6.75em;
  left: 100%;
  top: 0;
  border-radius: 0 7em 7em 0;
  border: 0.25em solid rgba(255, 255, 255, 0.5);
  border-left: unset;
} */
.mapWrapper .row:last-child .itemBar:after {
  display: none;
}


p.anio {
    font-family: "Gotham-Book";
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #FD916F !important;
    margin-bottom: 0px;
    line-height: 18px;
    font-weight: 700;
}