/* ===OPEN=RAFFLE=== */

.open-raffle-btn {
  margin-bottom: 50px;
}

.open-raffle-btn a {
    display: inline-block;
    height: 80px;
    border: 5px solid rgb(0, 0, 0);
    background: rgb(8, 112, 223);
    width: 500px;
    border-radius: 50px;
    margin: 0 50px;
    font-size: 18px;
    font-family: ExoSoftLight;
    box-sizing: border-box;
    padding: 9px 0 0 0;
    transition: 0.5s;
}

.open-raffle-btn a:hover {
    box-shadow: 0 0 30px rgb(8, 112, 223);
    transition: 0.5s;
}

.open-raffle-btn span {
  font-size: 24px;
  font-family: ExoSoftMedium;
  display: block;
  position: relative;
  top: -4px;
}

/* ===END=OPEN=RAFFLE=== */

/* ===MODAL=== */

.modal {
  position: relative;
  z-index: 1000;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.9);
  padding: 36px;
  width: 600px;
  border-radius: 20px;
  border: 5px solid rgb(8, 112, 223);
}

.modal-title {
    font-size: 40px;
    color: #fff;
    padding: 0 0 20px 0;
    text-align: center;
    font-weight: bold;
}

.modal-case-buttons .back{
  float: right;
}

.modal-case-buttons .reopen:hover {
  color: rgb(8, 112, 223);
}

.modal-case-buttons .back:hover {
  color: rgb(8, 112, 223);
}

.modal-wp-name {
  font-size: 30px;
  font-family: ExoSoftMedium;
  text-align: center;
  color: rgb(8, 112, 223);
}

.modal-wp-raffle {
    width: 283px;
    height: 284px;
    line-height: 284px;
    margin: 0 auto;
    position: relative;
    padding-top: 30px;
}

.modal-wp-raffle img {
  vertical-align: middle;
  max-width: 283px;
  max-height: 284px;
  position: relative;
  z-index: 3;
  border-radius: 50%;
}

/* ===END=MODAL=== */

/*  ===RULET=== */

.rulet:after {
  background: url(../images/win_white.png) no-repeat 0 0;
  width: 197px;
  height: 296px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: calc(-320px / 2);
  margin-left: calc(-197px / 2);
  content: "";
  z-index: 2;
}

.rulet {
    height: 490px;;
    position: relative;
    margin-bottom: 30px;
}

.rul {
    height: 141px;
    background: rgb(8, 10, 25);
    margin: 0 10%;
    position: relative;
    top: 150px;
    overflow: hidden;
}

.rul:after {
  background: url(../images/l.png) no-repeat 0 0,
    url(../images/r.png) no-repeat right 0;
  width: 100%;
  height: 141px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
}

.rul-ul {
  width: 99999px;
  position: relative;
  left: calc(50% - 1000px);
  transition: 9s;
}

.l2 {
  background: url(../images/l2.png) no-repeat 0 0;
  width: 736px;
  height: 519px;
  position: absolute;
  top: -20px;
  left: -50px;
  z-index: 3;
}

.r2 {
  background: url(../images/r2.png) no-repeat 0 0;
  width: 613px;
  height: 509px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}

.rul-i-raffle {
  float: left;
  width: 140px;
  height: 120px;
  background: url(../images/global/giveaway/rul-giveaway.png) no-repeat 0 0;
  margin: 10px 15px 0 0;
  position: relative;
}

.item-chance-raffle {
  text-align: center;
}

.item-chance-raffle span {
  font-size: 16px;
}

.rul-wp-raffle {
  height: 75px;
  line-height: 75px;
  text-align: center;
}

.rul-wp-raffle img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
}

.rul-name {
  font-size: 15px;
  font-family: ExoSoftMedium;
  text-align: center;
  color: rgb(8, 112, 223);
}

/*  ===END=RULET=== */

/* ===COMPRAR=RIFAS=== */

.buy-raffle-btn {
    width: 275px;
    float: right;
    z-index: 100;  
    position: relative;
}

.buy-raffle-btn a {
	display: inline-block;
	height: 74px;
	border: 5px solid rgb(0, 0, 0);
	background: rgb(8, 112, 223);
	width: 100%;
	border-radius: 50px;
	font-size: 18px;
	font-family: ExoSoftLight;
	box-sizing: border-box;
	padding: 9px 0 0 0;
	transition: 0.5s;
}

.buy-raffle-btn a:hover {
	box-shadow: 0 0 20px rgb(8, 112, 223);
	transition: 0.5s;
}

.buy-raffle-btn span {
	font-size: 24px;
	font-family: ExoSoftMedium;
	display: block;
    text-align: center;
    top: 7px;
    position: relative;
}

/* ===FIM=COMPRAR=RIFAS=== */

/* ===RIFAS=== */

.raffle-detail {
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 30px 0;
    position: relative;
    box-sizing: border-box;
    padding: 15px 40px 30px 40px;
}

.raffle-top {
    width: 100%;
    min-height: 450px;
    height: auto;
    margin: 0 0 30px 0;
    padding: 15px 0 30px 0;
    display: flex;
}

.raffle-prize-center {
  width: 100%;
}

.raffle-prize-title {
  font-size: 35px;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}

.raffle-prize-title::after {
  width: 50px;
  height: 5px;
  background: rgb(8, 112, 223);
  position: absolute;
  bottom: 0;
  left: calc(50% - 25px);
  content: "";
  border-radius: 5px;
}

.raffle-prize-description {
  font-size: 15px;
  text-align: center;
  color: #c8d5f2;
}

.raffle-prize-image {
  display: flex;
  justify-content: center;
}

.raffle-prize-image img {
  width: auto;
  height: 300px;
}

.raffle-prize-name {
  width: 100%;
  text-align: center;
  overflow: hidden;
  font-size: 20px;
  font-family: ExoSoftMedium;
  color: #c8d5f2;
}

.raffle-prize {
  width: 50%;
}

.raffle-winner {
  width: 50%;
}

.raffle-winner-title {
  font-size: 35px;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}

.raffle-winner-title::after {
  width: 50px;
  height: 5px;
  background: rgb(8, 112, 223);
  position: absolute;
  bottom: 0;
  left: 46%;
  content: "";
  border-radius: 5px;
}

.raffle-winner-description {
  font-size: 15px;
  text-align: center;
  color: #c8d5f2;
}

.raffle-winner-image {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.raffle-winner-image img {
  width: auto;
  height: 270px;
  border-radius: 50%;
}

.raffle-winner-name {
  text-align: center;
  font-size: 20px;
  color: #c8d5f2;
}

/* ===END=RIFAS */

/* ===COMPRADORES=== */

.raffle-item-loop {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

.raffle-item {
  background-size: cover;
  width: 140px;
  height: 140px;
  position: relative;
  background-image: url(../images/global/raffle/item-raffle.png);
}

.raffle-item-user {
  background-size: cover;
  width: 140px;
  height: 140px;
  position: relative;
  background-image: url(../images/global/raffle/item-raffle-user.png);
}

.raffle-number {
  position: relative;
  z-index: 10;
  display: flex;
  text-align: center;
  overflow: hidden;
  padding: 10px 10px 5px 10px;
  box-sizing: border-box;
}

.raffle-number span {
  margin: 0px auto 0px auto;
  display: block;
  font-size: 16px;
}

.raffle-item-number {
    background-size: cover;
    width: 140px;
    height: 140px;
    position: relative;
    background-image: url(../images/global/raffle/item-raffle.png);
    cursor: pointer;
}

.raffle-item-winner {
  background-size: cover;
  width: 140px;
  height: 140px;
  position: relative;
  background-image: url(../images/global/raffle/item-raffle-winner.png);
}

.raffle-number-only {
  text-align: center;
  padding: 10px 10px 10px 10px;
  box-sizing: border-box;
  font-size: 50px;
  padding-top: 35px;
}

.raffle-number-image {
  height: 70px;
  line-height: 50px;
  position: relative;
  z-index: 10;
  text-align: center;
}

.raffle-number-image img {
  vertical-align: middle;
  max-width: 48%;
  border-radius: 50%;
}

.raffle-number-user {
  position: relative;
  z-index: 10;
  display: flex;
  text-align: center;
  overflow: hidden;
  padding: 5px 10px 0px 10px;
  box-sizing: border-box;
}

.raffle-number-user span {
  margin: 0px auto 0px auto;
  display: block;
  font-size: 16px;
  overflow: hidden;
}

/* ===END=COMPRADORES=== */