#cupom_expo{
  min-height: 100vh;
  height: 100%;
  background: url('img/background.png') no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}

#coupon{
  margin: auto;
  border-radius: 8px;
}

#coupon .top, #coupon .bottom{
  background: #fff;
  margin: auto;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0px 12px 16px rgba(90,83,40, 0.2);
}

#coupon .divider{
  display: block;
  height: 24px;
  background: url('img/divisor.png') no-repeat center;
  background-size: contain;
}

#coupon a{
  display: inline-block;
  height: 60px;
  line-height: 47px;
  font-size: 24pt;
  font-weight: bold;
  color: #1FC4BE;
}

#coupon figure{
  margin: 10px 0 0 0;
}

#coupon h1{
  font-family: "Roboto";
  font-size: 140pt;
  font-weight: bold;
  color: #831A39;
  letter-spacing: -10px;
  margin-top: -20px;
}

#coupon h1 small{
  font-size: 80pt;
  font-weight: bold;
  letter-spacing: -5px;
}

#coupon h5{
  font-family: "Roboto";
  text-align: center;
  font-size: 18pt;
  color: #831A39;
  margin-top: -50px;
  padding: 0px 10px;
}

#intructions{
  font-family: "Roboto";
  font-size: 14pt;
  color: #831A39;
  margin-top: 30px;
}

.plain_image{
  height: 100vh;
  background: #333;
}

.plain_image img{
  margin-top: 5%;
  box-shadow: 0px 3px 20px #000;
}
