
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

:root {
    --verde: #14532d;
	--verdeClaro: #e8f5e7;
	--gris:#CCC;
  --amarillo:#f7d046;
}

html{
	font-size: 16px;
}

body{
	font-size: 1rem;
	font-family: "Outfit", sans-serif;
	font-weight: 400;
	font-style: normal;
  padding-top: 80px;
}


#header{
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: var(--verde);
}
.navbar-dark-green {
    background-color: var(--verde);
}


    .timeline {
      position: relative;
      margin: 0 auto;
      padding: 0 1rem;
      border-left: 2px solid var(--verde);
      max-width: 350px;
    }

    .timeline-programa {
      position: relative;
      margin: 0 auto;
      padding: 0 1rem;
      border-left: 2px solid var(--verde);
      max-width: 400px;
    }

    .timeline-item {
      position: relative;
      padding-left: 1.8rem;
      padding-bottom: 2rem;
    }

    .timeline-dot {
      position: absolute;
      left: -27px;
      top: 0;
      width: 20px;
      height: 20px;
      background-color: var(--verde);
      border-radius: 50%;
      border: 3px solid white;
      box-shadow: 0 0 0 2px var(--verdeClaro);
    }

    .timeline .timeline-item:last-child::after {
      content: '';
      position: absolute;
      z-index: 0;
      top: 10px;
      bottom: 0;
      left: -18px;
      width: 2px;
      background-color: #f8f9fa;
    }

    .timeline .timeline-item:last-child .timeline-dot {
      z-index: 1;
    }

.text-muted{
  font-size:1.2rem;
}

    .timeline-date {
      font-weight: bold;
      margin-bottom: 0.25rem;
    }

    .timeline-date a{
      font-size: 1.4rem;
    }

    h2 {
      text-align: center;
    }

    a{
        color:var(--verde)
    }

    .timeline-item.is-today .timeline-dot{
  box-shadow: 0 0 0 3px rgba(13,110,253,.3);
}
.timeline-item.is-today .timeline-date{
  font-weight: 700;
  text-decoration: underline;
}

.volver{
  text-decoration: none;
  font-size: 1.2rem;;
}

.city-card .card-img-top {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .city-card {
    transition: transform .15s ease, box-shadow .15s ease;
    border: 0;
    overflow: hidden;
    border-radius: 10px;
  }
  .city-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
  }

  .ciudad p, .ciudad li, th{
    font-size: 1.2rem;;
  }

  .ciudad img{
    border-radius: 8px;
  }

  
.ciudad h1, .ciudad h2, .ciudad h3, .ciudad h4, .ciudad h5, .ciudad h6{
    color:var(--verde);
  }

  .cuadro{
    border:4px solid var(--amarillo);
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
  }

  /* Día pasado: más claro */
.timeline-item.is-past {
  opacity: 0.5;
}

/* Día actual: resaltado */
.timeline-item.is-today {
  background: #e8f5e9;
  border-radius: 8px;
  font-size:1.8rem !important;
}

.timeline-item.is-today a {
  font-size:1.8rem !important;
}

.nav-link{
  font-size: 1.2rem;
}

.oviedo-page {
  max-width: 1040px;
  color: #202621;
}

.oviedo-page h1,
.oviedo-page h2,
.oviedo-page h3 {
  color: var(--verde);
}

.oviedo-page h1 {
  max-width: 760px;
  margin: 0;
  font-size: 4.5rem;
  line-height: 1.02;
}

.oviedo-page h2 {
  text-align: left;
  margin-bottom: 1.25rem;
}

.oviedo-page h2 span {
  display: inline-grid;
  width: 2.25rem;
  height: 2.25rem;
  margin-right: .45rem;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--verde);
  font-size: 1.1rem;
  vertical-align: .2rem;
}

.oviedo-page p,
.oviedo-page li,
.oviedo-page dd {
  font-size: 1.12rem;
  line-height: 1.65;
}

.oviedo-header {
  padding: clamp(1.5rem, 5vw, 3.5rem);
  border-left: 6px solid var(--amarillo);
  background: #fff;
}

.oviedo-kicker,
.oviedo-stop-number {
  color: #5c665e;
  font-size: .85rem !important;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.oviedo-subtitle {
  max-width: 680px;
  margin-top: 1rem;
  color: #4e5a51;
  font-size: 1.4rem !important;
}

.oviedo-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 2rem;
}

.oviedo-facts div {
  padding-top: 1rem;
  border-top: 1px solid #dce2dd;
}

.oviedo-facts dt {
  color: var(--verde);
  font-size: .95rem;
}

.oviedo-facts dt i {
  width: 1.3rem;
}

.oviedo-facts dd {
  margin: .25rem 0 0;
}

.oviedo-intro {
  padding: 1.5rem;
  border: 3px solid var(--amarillo);
}

.oviedo-feature-list,
.oviedo-check-list {
  padding-left: 1.4rem;
}

.oviedo-feature-list li,
.oviedo-check-list li {
  margin-bottom: .75rem;
  padding-left: .35rem;
}

.oviedo-route-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: end;
}

.oviedo-route-stat {
  min-width: 150px;
  padding: 1rem;
  border-top: 4px solid var(--amarillo);
  text-align: right;
}

.oviedo-route-stat strong,
.oviedo-route-stat span {
  display: block;
}

.oviedo-route-stat strong {
  color: var(--verde);
  font-size: 2rem;
}

.oviedo-stops {
  border-top: 1px solid #cbd4cd;
}

.oviedo-stop {
  display: grid;
  grid-template-columns: minmax(260px, 42%) 1fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  padding: 2.5rem 0;
  border-bottom: 1px solid #cbd4cd;
  align-items: start;
}

.oviedo-stop:nth-child(even) .oviedo-stop-image {
  order: 2;
}

.oviedo-stop h3 {
  margin-bottom: 1rem;
  font-size: 1.65rem;
}

.oviedo-stop-image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 6px;
  background: #dce2dd;
}

.oviedo-stop-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767.98px) {
  .oviedo-page h1 {
    font-size: 2.5rem;
  }

  .oviedo-facts,
  .oviedo-route-heading,
  .oviedo-stop {
    grid-template-columns: 1fr;
  }

  .oviedo-route-stat {
    width: fit-content;
    text-align: left;
  }

  .oviedo-stop:nth-child(even) .oviedo-stop-image {
    order: 0;
  }
}

.consejos-page {
  max-width: 1040px;
}

.consejos-header {
  padding: 1.75rem;
  border-left: 6px solid var(--amarillo);
  background: #fff;
}

.consejos-header h1 {
  margin-bottom: .5rem;
  color: var(--verde);
}

.consejos-header > p:first-child {
  color: #5c665e;
  font-weight: 700;
  text-transform: uppercase;
}

.consejos-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 2.5rem;
  border-top: 1px solid #cbd4cd;
}

.consejo-bloque {
  padding: 2rem 0 1.25rem;
  border-bottom: 1px solid #cbd4cd;
}

.consejo-bloque h2 {
  display: flex;
  gap: .65rem;
  align-items: center;
  margin-bottom: 1rem;
  color: var(--verde);
  font-size: 1.35rem;
  text-align: left;
}

.consejo-bloque h2 i {
  width: 1.5rem;
  color: #b78b00;
  text-align: center;
}

.consejo-bloque ul {
  margin-bottom: 0;
  padding-left: 1.25rem;
}

.consejo-bloque li {
  margin-bottom: .65rem;
  font-size: 1.1rem;
  line-height: 1.55;
}

@media (max-width: 767.98px) {
  .consejos-grid {
    grid-template-columns: 1fr;
  }
}
