body {
  font-family: sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f5f5f5;
  padding: 24px;
}

.gallery-container {
  text-align: center;
  margin-bottom: 48px;
}

.slider {
  position: relative;
  display: inline-block;
}

.slider img {
  width: auto;
  height: auto;
  max-width: 90vw;
  max-height: 80vh;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.slider button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.4);
  border: none;
  color: #fff;
  font-size: 32px;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 4px;
}

.slider .prev { left: -50px; }
.slider .next { right: -50px; }

.caption {
  margin-top: 8px;
  font-size: 1rem;
  color: #ffffff;
}

.thumbnails {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.thumbnails img {
  width: 80px;
  height: auto;
  margin: 4px;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 4px;
}

.thumbnails img.active {
  border-color: #333;
}
.titulo{font-size: 36px; padding: 50px;}
.migas
 {
    list-style: none;
    margin-left: 40px;
}
