body {
  color: #FCFCFC;
}

.badge-orange-light {
  background-color: #FF4D10;
  min-height: 30vh;
}

.bg-blue-light {
  background-color: #A6C5EC;
  border-radius: 42px;
  min-height: 30vh;
}

.bg-brown-light {
  background-color: #D6C9BE;
  border-radius: 42px;
  min-height: 30vh;
}

.bg-gray-light {
  background-color: #E5E5E5;
  border-radius: 42px;
  min-height: 30vh;
}

.bg-orange {
  background-color: #FF4D10;
  min-height: 30vh;
}

.rounded {
  border-radius: 42px;
}

.bg-orange-light2 {
  background-color: #FF8857;
  border-radius: 42px;
  min-height: 30vh;
}

.bg-orange-light {
  background-color: #FFEADC;
  border-radius: 42px;
  min-height: 30vh;
}

.btn-dark {
  padding: 1rem 2rem;
  color: #FCFCFC;
  font-size: 30px !important;
  background-color: #2A2723;
  border-radius: 20px;
}

.contador-giveaway {
  background-color: #FCFCFC;
  color: black;
  border-radius: 24px;
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.header-orangeticket {
  background: url('https://portalbanregio.s3.amazonaws.com/assets/rediseno/orangeticket/ORANGE_TICKET_BKG.png') no-repeat;
  background-size: cover;
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
}

.icon-red-social {
  width: 60px;
  text-align: center;
  line-height: 60px;
}

.img-orangeticket-one {
  margin-left: auto;
  margin-top: 2rem;
  margin-bottom: 7rem;
}

.img-sponsor {
  position: relative;
  width: 450px;
  left: -164px;
}

.fs-20 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

div.carousel .carousel-indicators {
  position: relative !important;
  bottom: auto !important;
  margin-top: 20px !important;
}

div.carousel .carousel-indicators li {
  width: 12px !important;
  height: 12px !important;
  border-radius: 50% !important;
  background-color: #ccc !important;
}

div.carousel .carousel-indicators .active {
  background-color: #FF4D10 !important;
}

@media (min-width: 768px) {
  .btn-dark {
    padding: 2rem 8rem;
    font-size: 40px !important;
  }

  .img-orangeticket-one {
    margin-left: -50px;
    margin-top: 0rem;
  }

  .img-sponsor {
    position: absolute;
    left: -180px;
    top: -75px;
  }
}