.hero {
  overflow: hidden;
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.hero article {
  color: #7d8285;
  display: inline;
  padding: 0.5em 0em;
  background-color: #FFAA3B;
  box-shadow: 1em 0 0 #FFAA3B,-1em 0 0 #FFAA3B;
  box-decoration-break: clone;
}
.hero article p {
  background-color: #f5f5f6;
  padding: 5px 0;
  white-space: pre-wrap;
  box-shadow: 10px 0 0 0 #f5f5f6, -10px 0 0 0 #f5f5f6;
  line-height: 24px;
}
.hero h2 {
  margin-bottom: 36px;
  line-height: 1.5;
  padding-top: 0;
  margin-top: 0;
  color: inherit;
}

.hero .intro {
  font-size: 18px;
  max-width: 500px;
  line-height: 1.5;
}

.hero .intro article {
  margin-bottom: 36px;
}

.hero .foto-hero {
  position: relative;
  /*  margin-top: -39px;
  margin-bottom: -230px;*/
  height: 600px;
}

.hero .foto-hero img {}

@media (max-width: 767px) {
  .hero {
    text-align: center;
  }
  .hero .intro {
    max-width: none;
  }
}

.mask-hero {
  background-image: url(../img/bg-hero.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  /**/
  -webkit-mask-image: url(../img/mask-hero.png);
  mask-image: url(../img/mask-hero.png);
  -webkit-mask-repeat: no-repeat;
  mask-size: 100vmin;
  -webkit-mask-size: 100vmin;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
}
