body {
  padding-bottom: 70px;
  font-family: "Noto Serif", serif;
}

.navbar{
  background-color: #eaeaea;
}

#mapContainer {
  height: 100%;
}

iframe {
  border: 0;
  width: 100%;
  height: 100%;
}

.textoLaFlor{
  padding: 3rem 6rem !important;
}

#mapaIframe{
  width: 100%;
  height: 100%;
  border: 0;
}

.photo { /*PAGINA LA FLOR*/
  width: 80%;
  height: 100%;
}

.event {
  max-width: 28rem;
}

.contact {
  max-width: 55rem;
}

.blurred-background { /* PARA EL FOOTER*/
  background-color: rgba(255, 255, 255, 0.7);
  /* Ajusta el color de fondo y la opacidad según tus necesidades */
  backdrop-filter: blur(2px);
  /* Ajusta el valor según el grado de desenfoque deseado */
}

.card-img-fix { /*PARA AGENDA*/
  height: 300px;
  object-fit: cover;
}

.gallery {
  display: grid;
  gap: 1rem;
  grid-auto-rows: 35rem;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 20rem), 1fr));
}

.card-gallery {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-old {
  filter: grayscale(100%);
}

.content-img { /* PARA EL INDEX*/ 
  background-image: url("../img/laFlor/varias017.jpg");
  width: 100%;
  height: calc(100vh - 135px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  text-align: center;
}

.text_box {  /*para ALREDEDORES, el desplegable de los botones*/
  display: none;
}

.texto-navbar{
  font-size: x-large;
  font-weight: lighter;
}

.mapa_foto{
  height: 400px;
  width: 400px;
  object-fit: contain;
}

@media (max-width: 1200px){
  .mapa_foto{
    height: 400px;
    width: 100%;
    object-fit: contain;
  }
}

@media (max-width: 600px){
  .texto-navbar{
    font-size: medium;
  }

  .textoLaFlor{
    padding: 1rem 2rem !important;
  }
}
