#regiao-2 #map {
  height: 100vh;
}
h2{
  color: #209CEE;
}

#regiao-3{
  background-color: #f1f9ff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04)
}

 form {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  background: #ffffff;
  padding: 1rem 0;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
} 

.regiao-colapsada {
  display: none;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.toggle-btn {
  background: none;
  border: none;
  font-size: 20px;
  color: #007bff;
  cursor: pointer;
  margin: 0 auto;
  display: block;
}

.toggle-btn:hover {
  color: #0056b3;
}

.fixo-rodape {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 1rem;
  border-top: 1px solid #ccc;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
  z-index: 999;
  transition: transform 0.3s ease-in-out;
}

.fixo-rodape.regiao-colapsada {
  transform: translateY(100%);
}

.fixo-topo {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  padding: 1rem 0.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 999;
  transition: transform 0.3s ease-in-out;
}

.fixo-topo.regiao-colapsada {
  transform: translateY(-100%);
}

.gm-style-iw-ch, .gm-style-iw-chr{
  height: 20px;
  max-height: 20px;
  overflow: visible;
}

#lightbox {
  display: none;
  position: fixed;
  top:0; left:0; width:100%; height:100%;
  background: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
#lightbox img {
  max-width: 90%;
  max-height: 90%;
}
.gm-style-iw {
  max-width: 250px !important;
  max-height: 400px !important;
  overflow: hidden !important;
  padding: 0 !important;
}

.slide-img {
  max-width: 90%;
  border-radius: 6px;
  cursor: pointer;
}

.gm-ui-hover-effect{
  z-index: 10;
}

/*

.btn-buscar{
  width: 100%;
  margin-top: 2rem;
}

#userInput{
  width: 100%;
  border: 1px solid #209CEE;
  border-radius: 6px;
  margin-right: 0.5rem;
  outline: none;
}

.btn-chat{
  width:100%;
  margin-top:2rem;
}

.chat-input{
  margin-top:2rem;
}
 */
/* body {
  font-family: 'Inter', sans-serif;
  background-color: #ffffff;
  margin: 0;
  padding: 1rem;
  color: #333;
}

h1, h2 {
  text-align: center;
  color: #209CEE;
  margin: 0.5rem 0 1rem;
}

form {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin: 1rem auto;
  flex-wrap: wrap;
  max-width: 800px;
  background: #f1f9ff;
  padding: 1rem 1.25rem;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

label {
  display: flex;
  flex-direction: column;
  font-size: 0.9rem;
  color: #209CEE;
  min-width: 120px;
}

input[type="date"],
input[type="time"] {
  padding: 0.5rem;
  border: 1px solid #209CEE;
  border-radius: 6px;
  outline: none;
}

input[type="date"]:focus,
input[type="time"]:focus {
  border-color: #126fb2;
}

button {
  padding: 0.5rem 1rem;
  background-color: #209CEE;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  transition: background-color 0.3s;
}

button:hover {
  background-color: #126fb2;
}

#map {
  height: 360px;
  width: 100%;
  max-width: 1000px;
  margin: 0.75rem auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.chat-area {
  max-width: 1000px;
  margin: auto;
  padding: 1rem;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  margin-bottom:0;
  padding-bottom:0;
}

#userInput {
  width: 70%;
  padding: 0.5rem;
  font-size: 1rem;
  border: 1px solid #209CEE;
  border-radius: 6px;
  margin-right: 0.5rem;
  outline: none;
}

#userInput:focus {
  border-color: #126fb2;
}

.recomendacoes-container {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.evento-card {
  background-color: #f1f9ff;
  padding: 0.75rem;
  border-radius: 10px;
  transition: transform 0.3s;
  flex: 1 1 220px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.evento-card.destacado-1 {
  transform: scale(1.05);
  background-color: #e0f7ff;
}

.evento-card.destacado-2 {
  transform: scale(1.03);
  background-color: #f0fbff;
}

.explicacao-chat {
  margin-top: 0.5rem;
  font-style: italic;
  color: #666;
}

#regiao-1,
#regiao-2 {
  padding: 0.75rem;
}

#regiao-2 #map {
  height: 50vh;
}

#regiao-1{
  padding-bottom:0;
}

#regiao-2{
  padding-top:0;
}

#chatInput{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
  padding:auto;
}

@media (max-width: 768px) {
  form {
    flex-direction: column;
    align-items: stretch;
  }

  input {
    width: 100%;
    margin-bottom: 0.5rem;
    padding: 0.5rem 1rem;
  }

  button {
    width: 100%;
  }

  .recomendacoes-container {
    flex-direction: column;
  }

  #chatInput{
    flex-direction: column;
  }
}
 */