body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #fbc4c4;
}

.logo {
  position: absolute;
  top: 20px;
  left: 30px;
  width: 200px;
  z-index: 3;
}

.titulo {
  text-align: center;
  font-family:'Times New Roman', Times, serif;
  font-size: 40px;
  color: black;
  margin-top: 100px;
  margin-bottom: 30px;
}

.carrossel-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.carrossel {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  flex: 0 0 100%;
  text-align: center;
}

.slide img {
  max-height: 300px;
  border-radius: 20px;
  margin-top: 250px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
  max-height: 500px;
  max-width: 500px;
}


.nome-local {
  margin-top: 10px;
  font-size: 16px;
  color: black;
}

.botao-navegacao {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.5em;
  color: rgb(221, 26, 26);
  background: none;
  border: none;
  z-index: 2;
  cursor: pointer;
}

.anterior {
  left: 20px;
}

.proximo {
  right: 20px;
}
