/**
 * Osório HP bottom banner (acf/menin-osorio-hp-bottom-banner).
 */

.block-osorio-hp-bottom-banner {
  position: relative;
  width: 100%;
}


.osorio-hp-bottom-banner__top-shape {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  color: #fff;
  height: auto;
  z-index: 1;
}

.osorio-hp-bottom-banner__bottom-shape {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  color: #fff;
  height: auto;
  z-index: 1;
}

.wp-block-acf-menin-osorio-hp-bottom-banner.alignwide .block-osorio-hp-bottom-banner,
.wp-block-acf-menin-osorio-hp-bottom-banner.alignfull .block-osorio-hp-bottom-banner {
  width: 100%;
}

.osorio-hp-bottom-banner__img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.osorio-hp-bottom-banner__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(200px, 35vw, 360px);
  padding: 1.5rem;
  text-align: center;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.85);
  background: #2a2a2a;
}
