.divPregunta {
  padding: 20px;
  text-align: center;
  border-color: #9CFF00;
  border-style: solid;
  border-width: 2px;
  border-radius: 10px;
  max-width: 100%;
  margin: auto;
  margin-top: 5px;
  margin-bottom: 10px;
  /* color: #fff; */

}

.text-oscuro {
    color: black;
}

.opcionPregunta {
    border-style: solid;
    border-radius: 5px;
    padding: 5px;
    padding-top: 10px;
    border-width: 1px;
    max-width: 30%;
    display: inline-block;
    overflow: auto;
    max-height: 300px;
    cursor: pointer;
    min-width: 150px;
    min-height: 69px;
    margin: 2px;
    /* background-color: white; */
    color: #fff;
}

.opcionSeleccionada {
    background-color: #9CFF00;
    color: #fff;
}

.opcionSeleccionada>span {
    font-weight: 900;
}

.divSinPregunta {
    /* padding: 30px 50px; */
    font-weight: 900;
    font-size: 25px;
    color: #fff;
}

.btnVotar {
    color: #fff;
    background-color: #9CFF00;
    font-weight: 800;
    border-color: #fff !important;
    border-radius: 10px !important;
    font-size: 20px;
    padding: 2px 15px;
    margin-bottom: 5px !important;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
}

.btnVotar:hover {
    color: #9CFF00;
    border-color: #9CFF00;
    border-style: solid;
    border-width: 1px;
    background-color: #fff;
}


/* .btn-pregunta {
margin: 10px;
padding: .5rem 1rem;
color: #fff;
background-color: #9CFF00;
border-color: #9CFF00;
}

.btn-pregunta:hover {
color: #9CFF00;
background-color: #fff;
border-color: #9CFF00;
} */

.tituloPregunta {
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
}

#divContentPregunta {
    margin-top: 10px;
}


/* Temporizador Inicio */

.itemTemporizador {
    position: relative;
    float: left;
}

.itemTemporizador h2 {
    text-align: center;
    position: absolute;
    line-height: 125px;
    width: 100%;
}

svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.circle_animation {
    stroke-dasharray: 252;
    /* this value is the pixel circumference of the circle */
    stroke-dashoffset: 252;
    transition: all 1s linear;
}

.divTemporizador {
    /* position: absolute;
right: 5px;
bottom: 0px; */
    position: relative;
    /* right: 5px; */
    bottom: 0px;
    margin: 0 auto;
    text-align: center;
}


/* Temporizador Fin */

.txtRespuestaCorrecta {
    color: #FF0000;
    font-size: 18px;
    font-weight: 900;
}

.contenidoOpciones {
    /* display: flex; */
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-between;
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.imgLogoJuego {
    width: 140px;
    max-width: 100%;
}

.sweet-alert .sa-icon.sa-custom {
    width: 225px !important;
    height: 70px !important;
}

.sa-confirm-button-container>button.confirm {
    background-color: #9CFF00 !important;
    color:#072135;
}

.imgAyuda {
    max-width: 100%;
    cursor: pointer;
    /* width: 50px; */
}

.divRowAyudas {
    /* background-color: black;
    border-radius: 21px;
    padding: 5px;
    display: inline-block; */
    background-color: #5CFFF3;
    border-radius: 21px;
    padding: 5px;
    display: inline-block;
    border-color: #5CFFF3;
    border-style: solid;
    border-width: 1px;
}

.divLabelAyudas {
    font-size: 23px;
    margin-top: 8px;
    font-weight: 700;
    color: #fff;
}

.imgLogoMillonarioSmall {
    max-width: 100%;
    width: 150px;
}

.buttonMenu {
    text-align: center !important;
}

.disabledSalvavidas {
    pointer-events: none;
    cursor: default;
    /* color: gray !important; */
    /* color: #fff!important;
    background-color: gray !important; */
    color: #000!important;
    /* background-color: #fff !important; */
}

@media screen and (max-width: 991px) {
    #divContentPregunta {
        margin-top: 10px;
    }
    .imgAyuda {
        width: 50px;
    }
}
