/* BR MAPA PAGE V2 — responsive Google My Maps embed */

.mapIntro{
  margin:0 0 22px;
  font-size:18px;
  line-height:1.65;
  color:#536373;
}

.mapEmbedShell{
  width:100%;
  overflow:hidden;
  border:1px solid #dfe7e2;
  border-radius:18px;
  background:#f5f8f6;
  box-shadow:0 12px 34px rgba(16,47,80,.10);
}

.mapEmbed{
  display:block;
  width:100%;
  height:clamp(560px,72vh,820px);
  border:0;
}

@media(max-width:900px){
  .mapIntro{
    font-size:16px;
    margin-bottom:16px;
  }

  .mapEmbedShell{
    border-radius:14px;
  }

  .mapEmbed{
    height:68vh;
    min-height:520px;
    max-height:720px;
  }
}

@media(max-width:480px){
  .mapEmbed{
    min-height:500px;
  }
}
