/*
  BANNER v 1.1;
  05/2023;
  João Diogo Pereira;
*/

.banner__item {
  height:100svh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.banner__item__content h2 {
  font-family: BebasNeue;
  font-size: 80px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: .6;
  letter-spacing: normal;
  color: #fff;
  text-transform: uppercase;
}

.banner__item__content {
  font-family: Archia;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.98px;
  color: #fff;
}

.banner__item__content--small{
  font-family: Archia;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: 0.94px;
  color: #fff;
}

.shape {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width:100%;
  /* height:185px;
  background-image: url(../images/shape.svg);
  background-size: 102%;
  background-position: bottom center;
  background-repeat: no-repeat; */
}