@charset "UTF-8";
@media screen and (min-width: 991px) {
  .pg_nwl_base {
    position: relative;
  }
  .pg_nwl_base::before {
    position: absolute;
    content: "";
    display: block;
    width: 112px;
    height: 162px;
    background: url("/templates/images/lp_newsletter_3plus3/path.svg");
    background-size: contain;
    background-repeat: no-repeat;
    left: 40%;
    top: -1em;
    z-index: 1;
  }
}
.pg_nwl_base_title--special {
  position: relative;
  z-index: 1;
}
.pg_nwl_base_title--special::before {
  content: "SPECIÁL";
  display: inline-block;
  background-color: var(--pg-color-danger);
  color: white;
  font-size: 0.3125em;
  font-weight: 700;
  font-family: var(--pg-font-family-title-roboto-condenzed);
  padding: 0.25em 0.5em;
  position: absolute;
  top: -0.75em;
  left: -2em;
  z-index: 0;
  transform: rotate(-15deg);
}

.pg_nwl_base_ilustration {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .pg_nwl_base_ilustration {
    min-height: 25em;
  }
}
.pg_nwl_base_ilustration__img {
  display: flex;
  flex-direction: column;
  padding: 1em;
  font-size: 0.8em;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  max-width: 100%;
}

.pg_nwl_base_header__created {
  font-size: 0.875em;
  opacity: 0.5;
  color: var(--pg-color-main);
}
.pg_nwl_base_header__created strong {
  font-weight: 700;
}
.pg_nwl_base_header__text {
  max-width: min(100%, 30em);
}
