/* Isolated Google Maps presentation for the approved Localização section. */
body.gb-editorial-home .gb-location-native .gb-location-map{
  width:min(1180px,calc(100% - 48px));
  margin:42px auto 0;
  border:1px solid rgba(255,255,255,.14);
  background:#0b0b0d;
  overflow:hidden;
  min-height:430px;
  box-shadow:0 28px 90px rgba(0,0,0,.28);
}
body.gb-editorial-home .gb-location-native .gb-location-map iframe{
  display:block;
  width:100%;
  height:430px;
  border:0;
  filter:saturate(.92) contrast(1.02);
}
@media(max-width:700px){
  body.gb-editorial-home .gb-location-native .gb-location-map{
    width:calc(100% - 30px);
    margin-top:28px;
    min-height:320px;
  }
  body.gb-editorial-home .gb-location-native .gb-location-map iframe{height:320px}
}
