body {
  background-color: #8387c5;
}

.navbar__brand {
  color: white;
  font-weight: bold;
  text-decoration: none;
}
.navbar__btn {
  text-transform: capitalize;
}

.footer__text {
  margin: 0;
}

.card-clima {
  border-radius: 20px;
  transition: all 0.3s ease;
}
.card-clima:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
.card-clima__img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.card-clima__titulo {
  font-weight: bold;
  margin-top: 10px;
}
.card-clima__temp {
  font-size: 18px;
}
.card-clima__btn {
  margin-top: 10px;
}
.card-clima--calor {
  background-color: #ffc107;
}
.card-clima--templado {
  background-color: #f8f9fa;
}
.card-clima--frio {
  background-color: #0dcaf0;
}

.ciudades__titulo {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 40px;
}
.ciudades__titulo::after {
  content: "";
  display: block;
  width: 60%;
  height: 4px;
  background: #1e2735;
  margin: 10px auto 0;
  border-radius: 10px;
}

.body-detalle{
    background: linear-gradient(to right, #dbeafe, #f0f9ff);
    min-height: 100vh;
}

.detalle-card{
    background: white;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0px 4px 20px rgba(0,0,0,0.15);
    max-width: 700px;
    margin: auto;
}

.detalle-card h2{
    font-size: 45px;
    margin-bottom: 20px;
    color: #1e3a8a;
}

.detalle-card h4{
    margin-top: 30px;
    margin-bottom: 15px;
    color: #2563eb;
    border-bottom: 2px solid #93c5fd;
    padding-bottom: 5px;
}

.detalle-card p{
    font-size: 18px;
    margin-bottom: 10px;
}

.detalle-card li{
    margin-bottom: 8px;
}

/*# sourceMappingURL=styles.css.map */
