/* body #banner .boxTitleDestiny:before {
  content: "";
  background: #cee7db66;
  position: absolute;
  top: 30px;
  left: 90px;
  height: 114%;
  width: calc(85% - 90px);
} */

#dataTour .col {
  width: auto;
  float: left;
}

.boxItemsTrip .col-b {
  width: calc(100% - 35px);
}

.boxItemsTrip .col-a {
  width: 35px;
  padding: 0;
  text-align: center;
}

#tourDays .number {
  top: 50%;
  margin-top: calc(-30%);
  font-size: 17rem;
  color: transparent;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: white;
  font-weight: bold;
  left: -24px;
  height: 100%;
  line-height: 1;
}

#tourDays .itemDay .col-a img {
  min-height: 440px;
  object-fit: cover;
}

.boxImgDay {
  overflow: hidden !important;
  position: relative;
  width: 100%;
  height: 440px;
}

#tourDays .itemDay:nth-child(even) .col-a {
  order: 1;
  display: flex;
  justify-content: end;
}
#tourDays .itemDay:nth-child(even) .col-b {
  order: 0;
  display: flex;
  justify-content: start;
}

.boxfirstItemTours:before {
  content: "";
  background: #cee7db4d;
  position: absolute;
  top: -8%;
  left: 17%;
  height: 110%;
  width: 93%;
  z-index: -1;
}
.boxfirstItemTours {
  position: relative;
}
#fixedStipe,
#boxFixedStipe .item {
  min-height: 60px;
}
#boxFixedStipe {
  position: fixed;
  bottom: 0;
  z-index: 50;
  width: 100%;
}
#boxFixedStipe.fixedTop {
  top: 0;
  bottom: unset;
}
#boxFixedStipe .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#fixedStipe .btnGral2:hover {
  background: white;
  color: var(--color-green) !important;
}

#boxFixedStipe .item.col-b {
  position: relative;
}

/* #boxFixedStipe .item.col-b:before {
  content: "";
  position: absolute;
  top: 10%;
  right: 0;
  height: 80%;
  width: 1px;
  background: white;
} */

/* #boxFixedStipe .item.col-b:after {
  position: absolute;
  bottom: 50%;
  right: 0;
  background: var(--color-green) !important;
  transform: translate(50%, 50%);
  color: #fff;
} */

/* Number Day */
.boxInfoStepDay {
  position: relative;
}
.boxNumberBottomDay,
.boxNumberTopDay {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
/* .boxNumberBottomDay {    
    bottom: -50px;
} */
/* .boxNumberTopDay {
    top: -50px;
} */

/* Estilos para el div con el círculo punteado y animación */
.rotating-circle {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.interBox {
  display: inline-block;
  position: relative;
  padding: 10px;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.interBox:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  border: 2px dotted #6d813b80;
  border-radius: 50%;
  animation: rotate 12s linear infinite; /* Animación para rotar el círculo */

  /* Agregar estilos de tabla para controlar la separación de puntos */
  display: table;
  border-spacing: 20px; /* Ajustar la separación entre los puntos "dotted" */
  border-collapse: separate;
}

/* Animación para rotar el círculo */
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
/* End Number Day */

/* Linea Animada */
.itemDay:nth-child(even) .animatedLineTours svg {
  transform: scaleX(-1);
}

.animatedLineTours {
  position: relative;
}

/* .animatedLineTours .block-trail-carousel__dot {
    display: block;
    width: 0.3125rem;
    height: 0.3125rem;
    border-radius: 50%;
    background-color: #6d813b;
    } */

#tourDays .itemDay {
  position: relative;
  overflow-x: hidden;
}

#tourDays .itemDay:before {
  content: "";
  height: 50px;
  width: 100%;
  position: absolute;
  left: 0;
  background: rgb(255, 255, 255);
  z-index: 9;
  top: -48px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 1) 100%
  );
}

/* .animatedLineTours:before,
  .animatedLineTours:after {
      content: '';
      height: 50px;
      width: 100%;
      position: absolute;
      left: 0;
      background: rgb(255, 255, 255);
      z-index: 9;
  }

  .animatedLineTours:before {
      top: 0;
      background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
  }

  .animatedLineTours:after {
      bottom: 0;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
  } */
/* END Linea Animada */

/* Estilo para los puntos de la línea */

/* Estilo para los puntos de la línea */
/* .dashed-line {
    stroke-dasharray: 5, 5; 
    stroke: black; 
    fill: none; 
    stroke-width: 2; 
    animation: dash-move 1s linear infinite; 
  } */

/* Definición de la animación */
/* @keyframes dash-move {
    0% {
      stroke-dashoffset: -10;
    }
    100% {
      stroke-dashoffset: 0; 
    }
  } */

.block-trail-carousel__dash.is-animating {
  -webkit-animation: dash 0.5s linear infinite;
  animation: dash 0.5s linear infinite;
}

.block-trail-carousel__dash {
  stroke-dasharray: 3;
  stroke-dashoffset: 6;
}

@keyframes dash {
  100% {
    stroke-dashoffset: 0;
  }
}

@media only screen and (max-width: 500px) {
  .itemDay .animatedLineTours svg {
    max-width: 80%;
    height: auto;
  }
}

.itemDay:nth-child(odd) .interBox {
  margin-left: auto;
}