/* Advertising presentation shared with Empresas and Anuncios. */
@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("fonts/geist-latin-ext.woff2") format("woff2");
}

@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("fonts/geist-latin.woff2") format("woff2");
}

.anelo-home-ad.box-publiciadad-n1-lg,
.anelo-home-ad.box-publiciadad-n1-xs {
  position: relative;
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  overflow: hidden;
  border: 0 !important;
  border-radius: 22px;
  background: transparent !important;
  box-shadow: 0 22px 48px rgba(45, 28, 58, .16);
}

.anelo-home-ad.box-publiciadad-n1-lg > a img,
.anelo-home-ad.box-publiciadad-n1-xs > a img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  border-radius: inherit;
}

.anelo-home-ad.box-publiciadad-n1-lg > .label-publicidad,
.anelo-home-ad.box-publiciadad-n1-xs > .label-publicidad {
  position: absolute !important;
  z-index: 4;
  top: 12px !important;
  right: auto !important;
  bottom: auto !important;
  left: 12px !important;
  width: auto !important;
  height: auto !important;
  padding: 6px 10px !important;
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 999px;
  background: rgba(22, 17, 27, .72) !important;
  color: #fff !important;
  font-size: 9px !important;
  font-weight: 800;
  letter-spacing: .1em;
  line-height: 1 !important;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

/* Scope the reference font to advertising, without changing the home typography. */
.anelo-home-ad > .label-publicidad {
  font-family: "Geist", Arial, sans-serif;
}

/* Preserve the width correction for the home BeBuilder containers. */
.anelo-home-ad-wrapper.anelo-home-ad-wrapper {
  box-sizing: border-box !important;
  width: 100% !important;
  min-width: 0 !important;
  flex-basis: auto !important;
  flex-grow: 1 !important;
}
.anelo-home-ad.anelo-home-ad {
  min-width: 0 !important;
  box-sizing: border-box !important;
}

@media (max-width: 767px) {
  .anelo-home-ad.box-publiciadad-n1-lg { display: none !important; }
  .anelo-home-ad.box-publiciadad-n1-xs {
    display: block !important;
    border-radius: 18px;
  }
}
