body{
    font-family: 'Encode Sans Semi Expanded', sans-serif;
}
.bg-header{
   background-color:#1a237e;
}
a.link{

}
a.udec{
    margin-right: 10px;
    border-right: 1px solid #d9d9d9;
    height: 100%;
    float: left;
    padding-right: 10px;
}
.home-iconos{
    text-align: center;
}
.home-iconos img{
    margin-bottom: 20px;
}
.btn-seleccionar-juego{
    padding: 10px 30px;
    border-radius: 20px;
    margin: 0 auto;
    display: block;
    text-align: center;
    text-decoration: none;
    margin-bottom: 30px;
    color: #fff;
}

.btn-ruleta{
    background: #534bae;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}
.btn-ruleta:hover{
    color: #fff;
    background: #5732ad;
}

.btn-pasa-palabras{
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    background-color: #00c6b6;
}
.btn-pasa-palabras:hover{
    color: #fff;
    background-color: #23ac99;
}

.bi-safe2::before,
.bi-dash-circle-dotted::before{
    width: 100%;
    text-align: center;
}