
body {
  background-image: url(bg.jpg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto 100%;

  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

.wrap-top {
  min-height: 100vh;
  padding-bottom: 180px;
}

/* MARQUEE INFINITE */
.marquee {
  position: absolute;
  bottom: 40px;
  width: 100%;
  overflow: hidden;
  background-color: rgba(255, 255, 255, .9);
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: flex;
}
.marquee img {
  width: 1200px;
  max-width: initial;
  height: 110px;
  padding: 20px;
  object-position: center;
  object-fit: contain;
}


.txt h1 {
  font-size: 62px;
  line-height: 1.1;
  padding-bottom: 10px;
  font-weight: 900;
}
.txt h1 small {
  font-size: 18px;
  font-style: italic;
}
.txt h2 {
  font-size: 30px;
  font-weight: 700;
}

.spacer20 {
  height: 20px;
}
.spacer30 {
  height: 30px;
}
.spacer40 {
  height: 40px;
}
.spacer60 {
  height: 60px;
}

.ico {
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 40px;
  padding: 3px 0 3px 60px;

  font-weight: 400;
  font-size: 26px;

}
.green {
  background-image: url(ico-green.svg);
}
.blue {
  background-image: url(ico-blue.svg);
}

a.cta {
  background-color: #000;
  font-weight: 500;
  color: #fff;
  padding: 10px 20px;
  margin-right: 20px;
  /*clip-path: polygon(0% 0%, 96% 0, 100% 50%, 96% 100%, 0% 100%);*/
}

.bottom {
  padding-top: 1rem;
  line-height: 1.2;
  color: #c6a343;
  font-style: italic;
}
.bottom:before {
  content: '';
  display: block;
  background-color: #c6a343;
  height: 2px;
  width: 60px;
}
.bottom strong {
  display: block;
  font-size: 1.1em;
  padding-bottom: 8px;
}
.bottom p {
  padding-top: 1rem;
}

/* LG - small desktop */
@media (max-width: 1199px) {
}

/* MD - tablet landscape */
@media (max-width: 991px) {

  main {
    background-color: rgb(194 177 166 / 40%);
  }
  .bottom {
    color: #000;
    font-size: 14px;
  }
  .bottom:before {
    background-color: #000;
  }

}

/* SM - tablet portrait */
@media (max-width: 767px) {

  body {
    background-position: center right 20%;
  }

  main {
    background-color: rgb(194 177 166 / 80%);
  }

  .txt h1 {
    font-size: 46px;
  }
  .txt h2 {
    font-size: 22px;
    padding: 20px 0;
  }
  .ico {
    font-size: 22px;
    padding: 5px 0 5px 60px;
  }

}

