.tostaduria-slider {
  background-image: url("../img/tostaduria/banner.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
  display: flex;
  align-items: center;
}
.tostaduria-slider-container {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(3px);
  padding: 2rem 1rem;
}
.tostaduria-slider-text {
  max-width: 900px;
  text-align: center;
  color: white;
}
.tostaduria1 {
  padding: 3rem 0;
  background-image: url('../img/tostaduria/fondo1.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff2cd;
}
.tostaduria1 .title-dep {
  color: #fff;
  font-family: 'KGINeed';
  font-weight: bold;
}
.punto {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}

