.dinamic_drop-down > div {
  overflow: auto;
  padding: 50px;
}
.dinamic_drop-down > div > div:first-child {
  padding: 40px;
}
.dinamic_drop-down > div > div:nth-child(2) > div {
  height: 200px;
  justify-content: center;
  align-items: center;
  -ms-flex-pack: center;
  -ms-flex-align: center;
}
.dinamic_drop-down > div > div:nth-child(2) > div > div:first-child {
  overflow-y: auto;
  height: 100%;
}
.dinamic_drop-down > div > div:nth-child(2) > div > div:first-child > p > span > span > svg {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: auto;
  height: 100%;
  transition: width 2s;
  stroke: #181818;
  stroke: var(--additional-color);
  fill: #181818;
  fill: var(--additional-color);
}
.dinamic_drop-down > div > div:nth-child(2) > div > div:nth-child(2) > select {
  width: 80%;
  margin: auto;
}

/* .ahorcado_cuadro_vacio {
  display:inline-block;
  border:2px solid #ffffff;
  padding:6px;
  padding-left:13px;
  padding-right:13px;
  font-weight:bold;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  margin:4px;
  text-align:center;
  min-width:43px;
} */

[id^="finished_game_"] h2, [id^="finished_game_"] p{
  color: white !important;
}

.hangman_square {
  display:inline-block;
  border:2px solid #eaeaea;
  border:2px solid var(--light-base-color);
  padding:6px;
  padding-left:13px;
  padding-right:13px;
  font-weight:bold;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  margin:4px;
  text-align:center;
  min-width:43px;
}

.hangman_letter {
  display:inline-block;
  border: none;
  background-color: #eaeaea;
  background-color: var(--light-base-color);
  padding:6px;
  padding-left:13px;
  padding-right:13px;
  font-weight:bold;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  margin:4px;
  text-align:center;
  min-width:43px;
  cursor:pointer;
}

.hangman_letter:hover {
  background: #c3c3c3;
}

.hangman_letter_wrong {
  display:inline-block;
  border: none;
  background-color: #e68d91;
  color: #fff;
  padding:6px;
  padding-left:13px;
  padding-right:13px;
  font-weight:bold;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  margin:4px;
  text-align:center;
  min-width:43px;
  cursor:default;
}
.hangman_letter_right {
  display:inline-block;
  border:none;
  background-color: #aee6b6;
  color: #fff;
  padding:6px;
  padding-left:13px;
  padding-right:13px;
  font-weight:bold;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  margin:4px;
  text-align:center;
  min-width:43px;
  cursor:default;
}
.hangman_boton_reset {
  display:inline-block;
  border:2px solid #eaeaea;
  border:2px solid var(--light-base-color);
  font-size:20px;
  padding:6px;
  padding-left:13px;
  padding-right:13px;
  font-weight:bold;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  margin:4px;
  text-align:center;
  min-width:43px;
  cursor:pointer;
}

.hangman_boton_reset:hover {
  background: #c3c3c3;
}

.dinamic_hangman1 > div:first-child {
  z-index: 2;
}
.dinamic_hangman1 > div:first-child > div{
  overflow: auto;
  padding: 40px 20px 94px !important;
}
.dinamic_hangman1 > div:nth-child(2) > div:first-child {
  padding-top: 30px;
  z-index: 1;
}
.dinamic_hangman1 > div:nth-child(2) > div:first-child > div:nth-child(3) {
  margin:5px 0px;
  padding:0px;
  font-size: calc(14px + 0.8vw);
}
.dinamic_hangman1 > div:nth-child(2) > div:nth-child(2) {
  background: #fff;
}
.dinamic_hangman1 > div:nth-child(2) > div:nth-child(2) > div {
  width: 60%;
}

.dinamic_hangman2 > div:first-child {
  z-index: 2;
}
.dinamic_hangman2 > div:first-child > div {
  overflow: auto;
  padding: 40px 20px 94px !important;
}
.dinamic_hangman2 > div:nth-child(2) > div:first-child {
  padding-top: 30px;
  z-index: 1;
}
.dinamic_hangman2 > div:nth-child(2) > div:first-child > div {
  margin:5px 0px;
  padding:0px;
  font-size: calc(14px + 0.8vw);
}
.dinamic_hangman2 > div:nth-child(2) > div:nth-child(2) > img {
  height: 80%;
}

.validate_game {
  background: #181818;
  background: var(--base-color);
  padding: 10px;
  text-align: center;
}

.validate_game:hover {
  background: #eaeaea;
  background: var(--light-base-color);
}

.right_arrow {
  color: #eaeaea;
  color: var(--light-base-color);
  cursor: pointer;
  font-size: 40px;
}

.undisplayed {
  display: none !important;
}

.form-control option {
  border: none;
}

.container_ {
  margin: 0 auto;
  width: 80%;
  height: 125px;
  position: relative;
  perspective:  1000px;
}

.item_ {
  display: block;
  position: absolute;
  background: transparent;
  width: 80%;
  height: 95px;
  font-size: calc(15px + 1vmin);
  text-align: center;
  color: #181818;
  color: var(--base-color);
  opacity: 0.95;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left:auto;
  margin-right:auto;
  left:0;
  right:0;
}

.no_selected_ {
  background: #181818;
  background: var(--additional-color);
  color: #fff;
  padding: 15px;
  border-radius: 4px;
  cursor: pointer;
}

.selected_:hover{
  background: #181818;
  background: var(--additional-color);
  cursor: pointer;
}

.marked_answer_ {
  background: #181818 !important;
  background: var(--additional-color) !important;
}

.dinamic_wheel > div:first-child > div:nth-child(2) > div:first-child {
  padding: 40px;
}
.dinamic_wheel > div:first-child > div:nth-child(2) > div:nth-child(2) > div {
  margin-top: 70px;
}
.dinamic_wheel > div:first-child > div:nth-child(2) > div:nth-child(2) > div > div {
  height: 100%;
  width: 100%;
  position: absolute;
  transform-style: preserve-3d;
  transition: transform 1s;
}
.dinamic_wheel > div:first-child > div:nth-child(2) > div:nth-child(3) {
  height: 290px;
  position: relative;
  flex-direction: row;
  align-items: center;
  display: flex;
}
.dinamic_wheel > div:first-child > div:nth-child(2) > div:nth-child(3) > div:nth-child(3) {
  width: 60px;
  border-radius: 50px;
}
.dinamic_wheel > div:first-child > div:nth-child(2) > div:nth-child(3) > div:nth-child(3) > img {
  width: 40px;
}
/*Versión IE*/
/* .dinamic_wheel > div:nth-child(2) {
  display: none;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -ms-overflow-style: auto;
}
.dinamic_wheel > div:nth-child(2) > div:nth-child(2) {
  overflow: auto;
}
.dinamic_wheel > div:nth-child(2) > div:nth-child(2) > div:first-child {
  padding: 40px;
  text-align: center;
}
.dinamic_wheel > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div {
  width: 80%;
  margin: 2px;
  margin: auto;
}
.dinamic_wheel > div:nth-child(2) > div:nth-child(2) > div:nth-child(3) {
  height: 290px;
  position: relative;
  flex-direction: row;
  align-items: center;
  display: flex;
}
.dinamic_wheel > div:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div {
  width: 60px;
  margin: auto;
  border-radius: 50px;
}
.dinamic_wheel > div:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div > img {
  width: 40px;
} */

.next_, .prev_ {
  color: #181818;
  color: var(--base-color);
  position: absolute;
  cursor: pointer;
  font-size: 40px;
}
.next_:hover, .prev_:hover {
  color: #eaeaea;
  color: var(--light-base-color);
}

.next_ {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.prev_ {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.elemento_transparente {
  opacity: 0.5;
}

.hueco_dinamica {
  /* width: 50%; Para dos casillas */
  height: 100%;
  border: 3px dashed rgba(0, 0, 0, 0.5);
  position: absolute;
  border-radius: 10px;
}
.elemento_dinamica {
  cursor: grab;
  /*width: 21%; Para dos casillas
  height: 25%; Para dos casillas */
  width: 90%;
  height: 65%;
  background: #efb79b;
  position: absolute;
  border-radius: 10px;
}

.dinamic_drag > div:nth-child(2) > div{
  width: 100%;
  padding: 0 50px;
  height: 100%;
  margin: 0;
  padding-bottom: 0;
  overflow-y: auto;
}

.dinamic_select > div:first-child {
  padding: 2%;
  text-align: center;
}
.dinamic_select > div:nth-child(2) > div > div {
  justify-content: center;
  align-items: center;
  margin-top:10px;
}

.dinamic_millionaire {
  background-color: #181818;
  background-color: var(--base-color);
  overflow-y: auto;
}
.dinamic_millionaire > div > div:nth-child(2){
  height:65%;
  width:60%;
}
.dinamic_millionaire > div > div:nth-child(2) > video{
  min-width:100%;
  margin: 20px 0;
}
.dinamic_millionaire > div:nth-child(2) > div:first-child{
  padding-bottom:20px;
  height:35%;
}
.dinamic_millionaire > div:nth-child(2) > hr{
  border-color: #181818;
  border-color: var(--additional-color);
  margin:0;
}
.dinamic_millionaire > div:nth-child(2) > hr:nth-child(1){
  top: 50px;
}
.dinamic_millionaire > div:nth-child(2) > hr:nth-child(2){
  top: 100px;
}
.dinamic_millionaire > div:nth-child(2) > hr:nth-child(3){
  top: 150px;
}
.dinamic_millionaire > div:nth-child(2) > hr:nth-child(4){
  top: 200px;
}

.dinamic_millionaire > div:nth-child(2) > div > div:nth-child(1) > p{
  transform:translateY(-50%);
  top:50%;
  font-size: 1.1rem;
  text-align:center;
  float:none;
}

.dinamic_millionaire > div:nth-child(2) > div > div:nth-child(1) > p:first-child{
  transform:translateY(-50%);
  top:50%;
  font-size: 1.4rem;
  float:left;
  text-align:start;
}

/*********** MATCH *******************/
[id^="left_item_"] {
  background: #eaeaea;
  background: var(--light-base-color);
  border: 8px solid var(--light-base-color);
}
[id^="right_item_"] {
  background: white;
  border: 8px solid var(--light-base-color);
}

.elements {
  padding: 5px;
  clear: both;
  border-radius: 0;
  cursor: pointer;
}
.validar_emparejamiento {
  padding: 20px;
  width: 320px;
  margin: 0 auto;
  font-size: 21px;
  background: #181818;
  background: var(--additional-color);
  cursor: pointer;
  margin-top: 30px;
  margin-bottom: 50px;
  color: white;
}
.check_dinamic_button {
  left: 0%;
  top: 33%;
  width: 100px;
  height: 80px;
  background: #0097d4;
  opacity: 0.7;
  border-radius: 2px;
}

.check_dinamic_button:hover {
  width: 115px;
  transition: 1s width;
  -moz-transition: all 1s width;
    -webkit-transition: all 1s width;
    -o-transition: all 1s width;
    transition: all1s width;
}

.dinamic_relate {
  overflow-x: hidden;
  overflow-y: auto;
  background-size: cover;
  background-repeat: no-repeat;
}
.dinamic_relate > div:first-child {
  margin: 20px 0;
}
.dinamic_relate > div:first-child > h1 {
  width: 80%;
}
.dinamic_relate > div:nth-child(2) > div:first-child > div, .dinamic_relate > div:nth-child(2) > div:nth-child(2) > div {
  width: 90%;
  margin: 10px auto;
  height: 90px;
  overflow-y: auto;
}

.dinamic_check_box > div > div:nth-child(2) {
  overflow-y: auto;
  padding: 20px;
}
.dinamic_check_box > div > div:nth-child(2) > div {
  width: 80%;
}
.dinamic_check_box > div > div:nth-child(2) > div > center > table > tbody {
  text-align: center;
}
.dinamic_check_box > div > div:nth-child(2) > div > center > table > tbody > tr > td {
  vertical-align:middle;
  width: 50%;
}
.dinamic_check_box > div > div:nth-child(2) > div > center > table > tbody > tr > td > span > svg {
  cursor:pointer;
  stroke: #181818;
  stroke: var(--additional-color);
  height: auto;
  width: 30%;
  padding: 10px;
}
.dinamic_check_box > div > div:nth-child(2) > div > center > div > div {
  margin-top:40px;
  cursor: pointer;
}
.check_dinamic {
  fill: transparent;
}

.dinamic_true_false > div {
  overflow-x: hidden;
  overflow-y: auto;
  padding: 50px;
}
.dinamic_true_false > div > div:first-child {
  padding: 40px;
}
.dinamic_true_false > div > div:nth-child(2) > div:first-child {
  height: 200px;
}
.dinamic_true_false > div > div:nth-child(2) > div:first-child > div:nth-child(2) > span {
  display: inline-block;
  display: -ms-inline-grid;
}
.dinamic_true_false > div > div:nth-child(2) > div:first-child > div:nth-child(2) > span > svg{
  float: left;
  width: 50%;
  max-width: 50px;
  height: 100%;
  stroke: #181818;
  stroke: var(--additional-color);
  margin-left: 30px;
  cursor: pointer;
}
.dinamic_true_false > div > div:nth-child(2) > div:nth-child(2) {
  width: 80%;
  padding: 5%;
}
@media screen and (max-width: 640px) {
  .dinamic_true_false > div > div:nth-child(2) > div:first-child > div:nth-child(2) > span > svg{
    float: left;
    width: 50%;
    max-width: 50px;
    height: 100%;
    stroke: #181818;
    stroke: var(--additional-color);
    margin-left: 0;
    cursor: pointer;
  }
}

.dinamic_relate_more_options {
  overflow-y: auto;
}
.dinamic_relate_more_options > div:first-child {
  margin: 20px auto;
}
.dinamic_relate_more_options > div:nth-child(2) > div:first-child > div, .dinamic_relate_more_options > div:nth-child(2) > div:nth-child(2) > div {
  width: 90%;
  margin: 10px auto;
  height: 90px;
  overflow-y: auto;
}
/*********** JUEGOBOX ********/
.juegobox_boton {
  display:inline-block;
  border:2px solid var(--base-color);
  font-size:20px;
  color:#57595c;
  padding:6px;
  padding-left:13px;
  padding-right:13px;
  font-size:18px;
  font-weight:bold;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  margin:4px;
  text-align:center;
  min-width:43px;
  cursor:pointer;
}

:root{
  --correct-answer-color:#00ff00;
  --to-check-answer-color:#fff;
}
.triangles{
  height:40px;
  width:200px;
  position:absolute;
  background-color: #181818;
  background-color: var(--additional-color);
  cursor:pointer;
}

.triangles::after{
  content:"";
  cursor:pointer;
  width: 0;
  height: 0;
  border-left: 40px solid #181818;
  border-left: 40px solid var(--additional-color);
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  left: 100%;
  transform:translateY(-100%);
}

.triangles::before{
  content:"";
  cursor:pointer;
  width: 0;
  height: 0;
  border-right: 40px solid #181818;
  border-right: 40px solid var(--additional-color);
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  transform:translateX(-100%);
  left: 0;
}
.correct_answer{
  background-color:#00ff00;
  background-color:var(--correct-answer-color);
}
.correct_answer::after{
  content:"";
  cursor:pointer;
  width: 0;
  height: 0;
  border-left: 40px solid #00ff00;
  border-left: 40px solid var(--correct-answer-color);
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  left: 100%;
  transform:translateY(-100%);
}
.correct_answer::before{
  content:"";
  cursor:pointer;
  width: 0;
  height: 0;
  border-right: 40px solid #00ff00;
  border-right: 40px solid var(--correct-answer-color);
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  transform:translateX(-100%);
}
.to_check_answer{
  background-color:#fff;
  background-color:var(--to-check-answer-color);
}
.to_check_answer::after{
  content:"";
  cursor:pointer;
  width: 0;
  height: 0;
  border-left: 40px solid #fff;
  border-left: 40px solid var(--to-check-answer-color);
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  left: 100%;
  transform:translateY(-100%);
}
.to_check_answer::before{
  content:"";
  cursor:pointer;
  width: 0;
  height: 0;
  border-right: 40px solid #fff;
  border-right: 40px solid var(--to-check-answer-color);
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  transform:translateX(-100%);
}
@media (max-width:767px){
  .dinamic_hangman1 > div:nth-child(2), .dinamic_hangman2 > div:nth-child(2) {
    overflow-x: hidden;
    overflow-y: auto;
  }
}

@media (max-width:770px){
  .responsive-triangles > div:nth-child(5){
      left:50% !important;
      transform:translateX(-50%);
      top:30px !important;
  }
  .responsive-triangles > div:nth-child(6){
      left:50% !important;
      transform:translateX(-50%);
      top:81px !important;
  }
  .responsive-triangles > div:nth-child(7){
      left:50% !important;
      transform:translateX(-50%);
      top:132px !important;
  }
  .responsive-triangles > div:nth-child(8){
      left:50% !important;
      transform:translateX(-50%);
      top:183px !important;
  }
}

/*********** SOPA DE LETRAS ********/

.first_selected_letter, .selected_letter{
  background-color: #181818;
  background-color: var(--additional-color);
}

.blinking_button_gray {
	-webkit-animation: blinking_gray 1500ms infinite;
	-moz-animation: blinking_gray 1500ms infinite;
	-o-animation: blinking_gray 1500ms infinite;
	animation: blinking_gray 1500ms infinite;
}

@keyframes blinking_gray {
	0% { background-color: white; box-shadow: 0 0 3px white; }
	50% { background-color:#eaeaea; background-color: var(--light-base-color); box-shadow: 0 0 20px var(--light-base-color); color: white;}
	100% { background-color: white; box-shadow: 0 0 3px white; }
}
@-webkit-keyframes blinking {
	0% { background-color: white; -webkit-box-shadow: 0 0 3px white; }
	50% { background-color:#eaeaea; background-color: var(--light-base-color); -webkit-box-shadow: 0 0 40px var(--light-base-color); color: white;}
	100% { background-color: white; -webkit-box-shadow: 0 0 3px white; }
}
@-o-keyframes blinking {
	0% { background-color: white; -o-box-shadow: 0 0 3px white; }
	50% { background-color:#eaeaea; background-color: var(--light-base-color); -o-box-shadow: 0 0 40px var(--light-base-color); color: white;}
	100% { background-color: white; -o-box-shadow: 0 0 3px white; }
}
@-moz-keyframes blinking {
	0% { background-color: white; box-shadow: 0 0 3px white; }
	50% { background-color:#eaeaea; background-color: var(--light-base-color); box-shadow: 0 0 40px var(--light-base-color); color: white;}
	100% { background-color: white; box-shadow: 0 0 3px white; }
}
@keyframes blinking {
	0% { background-color: white; box-shadow: 0 0 3px white; }
	50% { background-color:#eaeaea; background-color: var(--light-base-color); box-shadow: 0 0 20px var(--light-base-color); color: white;}
	100% { background-color: white; box-shadow: 0 0 3px white; }
}
@-webkit-keyframes blinking {
	0% { background-color: white; -webkit-box-shadow: 0 0 3px white; }
	50% { background-color:#eaeaea; background-color: var(--light-base-color); -webkit-box-shadow: 0 0 40px var(--light-base-color); color: white;}
	100% { background-color: white; -webkit-box-shadow: 0 0 3px white; }
}
@-o-keyframes blinking {white% { background-color: white; -o-box-shadow: 0 0 3px white; }
	50% { background-color:#eaeaea; background-color: var(--light-base-color); -o-box-shadow: 0 0 40px var(--light-base-color); color: white;}
	100% { background-color: white; -o-box-shadow: 0 0 3px white; }
}
@-moz-keyframes blinking {
	0% { background-color: white; box-shadow: 0 0 3px white; }
	50% { background-color:#eaeaea; background-color: var(--light-base-color); box-shadow: 0 0 40px var(--light-base-color); color: white;}
	100% { background-color: white; box-shadow: 0 0 3px white; }
}
