
.row-roulette {
    margin: 0 auto;
    width: 900px;
    position: relative;
    -webkit-box-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col-roulette-6 {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: cente;
    -ms-flex-direction: column;
    -webkit-box-orient: vertica;
    -webkit-box-direction: normal;
    flex-direction: column;
    display: flex;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.point {
    position: absolute;
    z-index: 300;
    margin-top: -18px;
}

.roulette-img {
    height: auto;
    transition: all 5s;
}

.roulette-background-img {
    position: absolute;
    z-index: 9;
}

.col- {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-roulette-5 h1 {
    color: #0069d9;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2.3rem;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
}

.col-roulette-5 p {
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #1e1e1e;
    font-family: Arial, Helvetica, sans-serif;
}

.btn-roulette {
    padding: 15px 30px;
    border-radius: .25rem;
    background-color: #007bff;
    color: #fff;
    transition: background-color .15s ease-in-out;
    border: 0;
    font-weight: bold;
    font-size: 18px;
}

.btn-roulette:hover, .btn-roulette:focus {
    background-color: #0069d9;
}

.btn-roulette:active {
    background-color: #0062cc;
}

.premio-active {
    color: #ffffff;
    padding: 2rem;
    background: #0069d9;
    border-radius: 30px;
}

.premio-active h2 {
    font-size: 2rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    margin: 0;
}

.premio-active h3 {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 3.25rem;
    margin: 0;
}