#canvas{
    /*background-image: url(../img/logo_unsta2.png);*/
    background-image: url(../img/UNSTA_Isotipo_centro-02.png);
    /*background-size: 115px;*/
    background-size: 9vh;
    height: 70vh;
    width: 70vh;
    background-repeat: no-repeat;
    background-position: center;
    cursor:pointer;
    transform: rotate(0deg);
    margin: auto;
    display: block;
    margin-top: 25px;
}
.pregunta_categoria {
    font-size: 30px
}
.pregunta_puntaje, .pregunta_pregunta{
    font-size: 28px
}
.pregunta_puntaje{
    margin-top: 60px;
}
.opcion_respuesta{
    width: 45%;
    height: 225px;
    font-size: 45px;
    border-radius: 0px !important;
    word-wrap: anywhere;
    word-break: break-word;
}

.puntaje_ruleta{
    margin: auto;
    width: 40%;
    /*font-size: calc(7vh - 10px);*/
    font-size: 50px;
    border-radius: 0px !important;
    /*height: 10vh;*/
    padding: 1vh;
}
.resultado_respuesta, .resultado_button{
    margin: auto;
    font-size: 50px;
    width: 80%;
    word-break: break-all;
}

.resultado_respuesta .glyphicon.glyphicon-ok,
.resultado_respuesta .glyphicon.glyphicon-remove{
    font-size: 50px;
}
.resultado_respuesta .glyphicon.glyphicon-remove:before{
    vertical-align: text-bottom;
}

@media screen and (max-width: 992px){
    #wrap_ruleta_puntaje{
        margin-top: -20px;
    }
    #wrap_ruleta_puntaje .puntaje_ruleta{
        font-size: 25px !important;
    }
    #canvas{
        height: 55vh;
        width: 55vh;
        background-size: 7vh;
    }
    .pregunta_categoria {
        font-size: 30px
    }
    .pregunta_puntaje, .pregunta_pregunta{
        font-size: 20px
    }
    .pregunta_puntaje{
        margin-top: 0px;
    }
    .opcion_respuesta{
        font-size: 20px;
        height: 180px;
    }
    .resultado_button, .glyphicon.glyphicon-ok, .glyphicon.glyphicon-remove, .resultado_respuesta{
        font-size: 23px !important;
    }
}

@media screen and (max-width: 380px){
    #canvas{
        height: 45vh;
        width: 45vh;
    }
}

.alert-info, .btn-info, .btn-info:hover, .btn-primary, .btn-primary:hover,
.alert-success, .btn-success, .btn-success:hover,
.alert-warning, .btn-warning, .btn-warning:hover,
.alert-danger, .btn-danger, .btn-danger:hover{
    color:white !important;
    border-color: transparent !important;
    border-radius: 0px !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    vertical-align: bottom;
}

.alert-info, .btn-info, .btn-info:hover, .btn-primary, .btn-primary:hover{
    background-color: #2e5ec0;
}
.alert-success, .btn-success, .btn-success:hover{
    background-color: #50b490 !important;

}
.alert-warning, .btn-warning, .btn-warning:hover{
    background-color: #ffc410 !important;

}
.alert-danger, .btn-danger, .btn-danger:hover{
    background-color: #f7470e !important;

}

html, body {
    margin: 0;
    padding: 0;
    background: #fff;
    height: 100%;
    width: 100%;
    text-align: center;
    overflow-x: hidden;
}
#confetti{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.glyphicon{
    font-size: 24px;
}

.navbar-inverse {
    background-color: #2e5ec0;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color:    #fff;
    background-color: transparent !important;
}
.navbar-brand{
    color: white !important;
    font-size: 23px;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
h1{
    font-size: 26px;
}

@media screen and (max-width: 992px){
    h1, h2, h3, h4, h5, h6{
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
    }
    h1{
        font-size: 20px;
    }
}