:root {
  --text-primary: #060606;
  --bg-highlight: #560146;
  --text-teal: #00A693;
  --text-magenta: #780162;
}

body
{
  background-image: url(../img/bg.png);
  font-family: Arial, sans-serif;
  color: var(--text-primary);
  font-style: normal;
}

.home-p-1
{
  font-size: 17px;
  font-weight: 700;
  line-height: 27px;
}

.home-p-2
{
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -1.317px;
}

.home-p-2 > span
{
  color: #ffffff;
  background-color: var(--bg-highlight);
}

.home-p-3,
.home-p-4
{
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}

.home-p-4 > span
{
  color: var(--text-teal);
}

.home-p-5,
.home-p-6
{
  text-align: center;
  font-size: 17px;
  line-height: normal;
}

.home-p-5 > span
{
  color: var(--text-magenta);
}

.container-seta {
  position: relative;
}

.seta-destaque
{
  position: absolute;
  top: -80px;
  left: 16.12%;
  width: 130px;
  z-index: 1;
  pointer-events: none;
}

.img-fade
{
  max-width: 100%;
  height: auto;
  mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
}

@media (max-width: 991.98px)
{
  .seta-destaque
	{
    display: none;
  }
}