.elementor-3399 .elementor-element.elementor-element-67d2d77{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3399 .elementor-element.elementor-element-207157a{box-shadow:0px 2px 18px 0px rgba(0, 0, 0, 0.2);}#elementor-popup-modal-3399 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-3399{justify-content:center;align-items:center;pointer-events:all;background-color:rgba(0,0,0,.8);}#elementor-popup-modal-3399 .dialog-close-button{display:flex;}#elementor-popup-modal-3399 .dialog-widget-content{background-color:#02010100;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:767px){.elementor-3399 .elementor-element.elementor-element-67d2d77{--content-width:95%;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3399 .elementor-element.elementor-element-207157a{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-207157a *//* Estilo do iframe */
.mapa-poetico iframe {
  width: 100%;
  height: 500px;
  border: 0px solid #004250;
  border-radius: 12px;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.0);
  transition: transform 0.3s ease;
}

/* Zoom sutil ao passar o mouse */
.mapa-poetico iframe:hover {
  transform: scale(1.00);
}

/* Responsividade: altura do mapa em telas menores */
@media (max-width: 768px) {
  .mapa-poetico iframe {
    height: 420px;
  }
}
@media (max-width: 480px) {
  .mapa-poetico iframe {
    height: 360px;
  }
}

/* Animação do título */
@keyframes fadeInDownSutil {
  0% {
    opacity: 0;
    transform: translateY(-15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.titulo-poetico {
  animation: fadeInDownSutil 0.8s ease-out both;
  text-align: center;
  font-size: 2rem;
  color: #004250;
  margin-bottom: 20px;
}/* End custom CSS */