
@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);
    }

.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;
}