@import url("theme-variables.css");
@import "https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&display=swap");

html {
  background-color: rgb(142, 13, 178, 0.7);
  height: 100%;
}
html,
body {
  /* min-height: 100%;*/
  overflow: hidden;
}
body {
  background-image: url(../style/img/bg-login.png);
  font-family: var(--font-default);
  background-size: cover;
  background-position: center;
  height: 100vh;
}
header {
  min-height: 110px;
  position: relative;
  z-index: 2;
}
/*ISCOLL Style*/
#contentRef {
  overflow: hidden;
  position: relative;
  padding: 0 5rem;
  margin-bottom: 4rem;
}

#contentRef a {
  color: #fff;
}

main {
  height: 80%;
  margin: 0 !important;
  width: 100% !important;
  max-width: unset !important;
}

.navbar {
  background-color: transparent;
}
#login .header-item img {
  max-width: 200px;
  margin-top: 30px;
}
#header-content .header-left {
  padding: 1vh;
}
#header-content .buttons {
  justify-content: flex-end;
}
#login h1 {
  color: #fff;
}
.header-item {
  margin-top: 1rem;
}
.text-opacity76 {
  opacity: 0.76;
}
#login_form .box {
  background-color: transparent;
  border: 1px #fff solid;
  color: #fff;
  border-radius: 22px;
}
.itemBiblio .box {
  border: 1px #fff solid;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 13px;
  background-image: url(../style/img/folder-ref.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 8rem;
  position: relative;
}

.itemBiblio .box > div:hover {
  cursor: pointer;
}

.itemBiblio.sourceBiblioTrue .box {
  background-color: var(--corporate-secondary-color);
  background-image: url(../style/img/icon-star.svg);
  background-size: 50px;
  background-position: 50% 19px;
}
.itemBiblio.sourceBiblioTrue .box:hover {
  background-color: var(--corporate-secondary-color-shadow);
}

.itemBiblio.sourceBiblioTrue .box div {
  color: var(--corporate-primary-color);
  font-weight: bold;
  text-align: center;
  position: absolute;
  bottom: 6px;
  width: 100%;
  left: 0;
  font-size: 0.75rem;
  min-height: 52px;
  line-height: 52px;
}

.itemBiblio.sourceBiblioTrue .box div span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  padding: 5px;
}

#columnsBiblio {
  padding: 2rem;
}

/*biblio-title_0*/

.itemBiblio .box:hover {
  background-color: rgba(255, 255, 255, 0);
}

.box strong,
#explicacionResult strong {
  color: #fff;
}

#explicacionResult {
  padding-bottom: 5rem;
}

#game-radio {
  color: #fff;
}
#game-radio-result {
  display: contents;
  text-transform: uppercase;
}
#game-radio .content li + li {
  margin-top: 0;
}

h1 #game-radio-result {
  text-transform: uppercase;
  display: block;
  margin: auto;
}

#game-radio-biblio-text {
  max-height: 22rem;
  overflow: hidden;
}

#popup-game-result .modal-card-head:before {
  background: url("../style/img/icon-correct.svg");
  width: 200px;
  height: 200px;
}

#popup-game-radio-pista .modal-card-body {
    max-height: 22rem;
    min-height: 22rem;
}

#iconRes {
  width: 140px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 15px 0 0 0;
}

.box input {
  background-color: var(--corporate-secondary-color);
  border: none;
  box-shadow: none;
  border-radius: 19px;
  color: var(--corporate-primary-color);
  text-align: center;
}

/*.box input:-internal-autofill-selected {*/

input:-internal-autofill-selected {
  background-color: var(--corporate-secondary-color);
}
.checkbox a:hover {
  color: var(--corporate-secondary-color);
}
.checkbox a {
  color: #fff;
}
.checkbox.legal:hover {
  color: #fff;
}
#game-radio-list .checkbox:hover {
  color: unset;
}
#game-radio-list label.checkbox {
  display: flex;
}
ul#game-radio-list {
  margin-left: 0;
}

#loginButton {
  background-color: var(--corporate-primary-color);
  border: none;
  font-weight: bold;
  min-width: 260px;
}
#loginButton img {
  max-height: 36px;
}

.button {
  background-color: var(--corporate-primary-color);
  border: none;
  color: #fff;
  padding-left: 2em;
  padding-right: 2em;
  font-family: "Montserrat";
  font-weight: 600;
}

.button.is-candor {
  background-color: var(--corporate-secondary-color) !important;
  color: #fff;
  text-transform: uppercase;
  border: 0 solid transparent;
  border-radius: 20px;
  margin-top: 2rem;
}

.modal .button.is-candor {
  width: fit-content;
  margin: 20px 60px 40px;
}

.show-pista-explicacion {
  margin-top: 2rem;
}

#pista-contenido {
  padding-left: 3rem;
}

.box input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--corporate-primary-color);
  opacity: 1; /* Firefox */
  text-align: center;
}
#nicknameError,
#notGame,
#codeError,
#checkLoginError,
#playerExist {
  background-color: crimson;
  margin: 1rem;
  color: #fff;
}

.box input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--corporate-primary-color);
  text-align: center;
}

.box input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--corporate-primary-color);
  text-align: center;
}

#pista-contenido table {
  width: 100%;
}
#pista-contenido table tr,
#pista-contenido table td {
  border: 1px solid white;
  color: #fff;
}
#pista-contenido table td {
  padding: 0 15px;
}
#pista-contenido table td strong {
  color: #fff;
}

.logo-icon {
  width: 80px;
}

#count-down-timer {
  color: #fff;
}
#clock {
  padding: 5px 2px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;

  display: block;
  margin: auto;
  font-size: 1.5rem;
  font-weight: bold;
  display: table;
}
#clock * {
  display: table-cell;
  vertical-align: middle;
  margin: 0 7px;
}
#clock img {
  width: 30px;
}
#clock #count-down-timer {
  min-width: 115px;
  text-align: left;
  line-height: 0;
}
#snippedDialog {
  top: 25%;
  margin-top: -25px;
  width: 100%;
  z-index: 6;
  position: absolute;
  font-size: 1.3em;
}

.button-action {
  border-radius: 4px;
  border-color: transparent;
  background-color: rgb(23, 3, 35, 0.37);
  padding: 5px 14px;
  width: 24%;
  float: right;
  margin: 0 4px;
  height: 57px;
  cursor: pointer;
}
#clue-icon {
  max-width: 32px;
}

#btnBiblio.button-action img {
  max-width: 44px;
}

#btnRef.button-action img {
  max-width: 32px;
}

.button-action:hover,
.button-action.active {
  background-color: var(--corporate-secondary-color);
}

#btnPista.button-action {
  -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
  animation: heartbeat 1.5s ease-in-out infinite both;
}
#btnPista.button-action.active {
  animation: none;
  -webkit-animation: none;
}

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.button.is-hovered,
.button:hover {
  background-color: var(--corporate-primary-color-shadow) !important;
  border-color: transparent;
  color: #fff;
}
.modal {
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  color: #fff;
  border-radius: 11px;
  opacity: 1;
  transition: opacity 1s ease-out;
}

.modal a {
  word-break: break-all;
}

.modal.is-hidden {
  display: none;
  opacity: 0;
}

.modal strong {
  color: #fff;
}

.modal h1 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.modal-card-title {
  color: #fff;
}
.delete {
  background-color: var(--corporate-primary-color-light);
  height: 60px;
  z-index: 1;
  max-height: 60px;
  max-width: 60px;
  min-height: 60px;
  min-width: 60px;
  position: absolute;
  width: 60px;
  border: 1px solid #fff;
  right: -30px;
  top: -30px;
  -webkit-box-shadow: -11px 14px 33px -17px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -11px 14px 33px -17px rgba(0, 0, 0, 0.75);
  box-shadow: -11px 14px 33px -17px rgba(0, 0, 0, 0.75);
  z-index: 3;
}
.delete:hover {
  background-color: #c47ae5;
  opacity: 1;
}
.delete::before {
  height: 6px;
  border-radius: 4px;
  width: 75%;
}
.delete::after {
  width: 6px;
  border-radius: 4px;
  height: 75%;
}
.modal-card-body {
  max-height: 20rem;
  min-height: 20rem;
  overflow-y: hidden;
  position: relative;
}

#game-radio-biblio .modal-card-body {
  max-height: 26rem;
  min-height: 26rem;
}

.modal-card-body p,
.modal-card-body li,
.modal-card-body td,
.modal-card-body th {
  font-size: 1.2rem;
}

.modal-card-body ul li {
  list-style-type: disc;
  padding-left: 15px;
}

.modal-card-body ul li li {
  list-style-type: circle;
}

.modal-card-body ul li li li {
  list-style-type: square;
}

#biblio .modal-card-body .column::before {
  background-image: url("../style/img/folder-ref.svg");
  background-size: contain;
  contain: "";
}

.modal-card-head,
.modal-card-body {
  background-color: transparent;
}
.modal-card-head {
  border-bottom: none;
  padding: 20px 60px;
}
.modal-card {
  margin-top: 6rem !important;
  background-color: var(--corporate-primary-color-translucid);
  border-radius: 12px;
  overflow: initial;
  -webkit-box-shadow: -11px 14px 33px -17px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -11px 14px 33px -17px rgba(0, 0, 0, 0.75);
  box-shadow: -11px 14px 33px -17px rgba(0, 0, 0, 0.75);
}

@media screen and (min-width: 769px) {
  .modal-card,
  .modal-content {
    width: 860px;
  }
}

main.container {
  position: absolute;
  top: 0;
  height: 100%;
}

main.container.fullW {
  width: 100%;
  max-width: 100% !important;
}

#game-video {
  position: relative;
  z-index: 1;
}

#skipVideo {
  position: absolute;
  z-index: 2;
  top: 500px;
  right: 4rem;
}
#skipVideo .button.is-info.is-light:hover {
  background-color: #e4eff9 !important;
  border-color: transparent;
  color: #296fa8;
}
#game-text-left.box,
#game-text-right.box {
  width: fit-content;
  margin-bottom: 0;
  position: relative;
  max-width: 36%;
}
#game-text-left.box {
  background-color: var(--dialog-bg-left);
  color: #fff;
  border: 1px solid #ffffff;
  float: left;
  border-radius: 3rem 3rem 3rem 0;
  padding: 2rem;
}
#game-text-right-source{
  margin-left:20px;
}

#game-text-right.box {
  float: right;
  background-color: var(--dialog-bg-right);
  color: #fff;
  border: 1px solid #ffffff;
  border-radius: 3rem 3rem 0 3rem;
}
#game-text-right.box:before {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  top: 6px;
  left: -17px;
  content: "";
  position: absolute;
  display: inline-block;

  border-radius: 15px;
}
#game-text-right.box:after {
  background-size: contain;
  content: "";
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  bottom: -29px;
  right: -3px;
  position: absolute;
  display: inline-block;
}

#game-text-left.box:before {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  top: -15px;
  right: 10px;
  content: "";
  position: absolute;
  display: inline-block;

  border-radius: 15px;
}
#game-text-left.box:after {
  background-size: contain;
  content: "";
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  bottom: -29px;
  left: -1px;
  position: absolute;
  display: inline-block;
}

#game-boton {
  right: 2rem;
  height: 74px;
  width: 33px;
  position: absolute;
  top: 50%;
  z-index: 7;
}

#game-boton:hover {
  cursor: pointer;
}

/*Slider*/

.swiper {
  width: 80%;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: unset;
}
#content-game-wrapper-Slider {
  width: 55%;
  position: absolute;
  display: block;
  margin: auto;
  bottom: 10rem;
  bottom: 10rem;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  /*z-index: -1;*/
}
#frame.Laptop {
  top: -21px;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*Slider*/

/*PROGRESS BAR*/

body {
}

h1 {
  text-align: center;
  margin: 4vh 0;
}
h1 span {
  white-space: nowrap;
}

.input:hover {
  cursor: pointer;
}
.input::before,
.input::after {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--corporate-primary-color-shadow);
  width: 13vw;
  height: 15px;
  /*max-width: 50px;*/
}

.description-flex-container {
  width: 80vw;
  font-weight: 400;
  font-size: 22px;
  margin-top: 100px;
  max-width: 1000px;
}
.description-flex-container p {
  margin-top: 0;
  display: none;
}
.description-flex-container p.active {
  display: block;
}

/* Path navigation bar */
#pathContainer {
  bottom: 30px;
  margin: 0 auto;
  width: 80%;
  position: absolute;
  left: 10%;
  z-index: 3;
}

#pathContainer span {
  position: absolute;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 15px;
  top: -15px;
  z-index: 2;
  margin-left: -5px;
}

#pathContainer-sections {
  width: 100%;
  position: absolute;
}

#pathContainer span div {
  position: absolute;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  width: 200px;
  left: 0;
  margin-left: -85px;
  margin-top: -30px;
  text-transform: uppercase;
}



#pathContainer-bar {
  bottom: 0;
  border: 1px solid #fff;
  border-radius: 15px;
  height: 15px;
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
}

#pathContainer-progress {
  background-color: #8e0db2;
  border-radius: 15px;
  height: 100%;
}

.faded {
  opacity: 0.3;
}

@media (max-width: 400px) {
  body {
    min-height: 950px;
  }
}

/*END PROGRESS BAR*/

@media only screen and (min-width: 1024px) {
  #login_form .box {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
    margin-top: 1.5rem !important;
  }
  #login_form .box p.intro-welcome {
    padding: 1rem 3rem;
  }
}

/*ANIMATIONS*/

/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
.fade-in {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fade-out {
  -webkit-animation: fade-out 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-out 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Game SVG component */
#game-svg {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -110px;
}

#rolloverDiv:hover {
  cursor: pointer;
}

#game-pista-explicacion  .modal-card-body {
  max-height: 22rem;
  min-height: 22rem;
}

#game-pista-explicacion-text {
  height: 18rem;
  overflow-x: hidden;
  overflow-y: scroll;
}

#game-pista-explicacion-text strong {
  color: #fff;
}

.pulsating-circle,
.click-elem {
  display: none;
}

.icon-tel {
  background: transparent url("./img/icon-tel.svg") no-repeat center center;
  display: inline-block;
  height: 80px;
  width: 62px;
}

#explicacionResult sup {
  font-size: 15px;
}

#biblio-text-content {
  /*
  max-height: 26rem;
  overflow-y: hidden;*/
  padding: 0 3rem;
}

#biblio-text-content strong {
  color: white;
}
#biblio-text-content td {
  border: 1px solid black;
  padding: 9px;
  font-size: 17px;
}

#biblio-text-content p,
#biblio-text-content li,
#biblio-text-content table {
  font-size: 17px;
}

#biblio-text-content p {
  margin-bottom: 1rem;
}

#biblio-text-content ul {
  margin-bottom: 1rem;
}

#biblio-text-content ul li {
  list-style-type: disc;
}

/* Default scrollbars */
.scrollbars-default {
  overflow-y: scroll !important;
}

/* Custom scrollbars */
.custom-scrollbar {
  margin-bottom: 3rem;
}

#reference-content {
  padding: 0 60px 60px;
}

#columnsBiblio {
  padding: 30px 60px 60px;
}

#explicacionResult {
  padding: 0 60px 60px;
}

.game-pista-explicacion-text-content {
  padding: 0 60px 60px;
}

.game-radio-biblio-text-content {
  padding: 0 60px 60px;
}

/* button arrows */
.arrow {
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}


/* Login form */
.field-body,
.field {
  position: relative;
}

#nicknameError, #notGame, #codeError, #playerExist {
  background-color: crimson;
  margin: 1rem;
  color: #fff;
  border-radius: 10px;
  padding: 0.5rem;
  position: absolute;
  top: -40px;
  right: 0;
  margin: 0 50px;
  width: 460px;
}

#nicknameError, #notGame, #codeError {
  margin: 0px 58px;
  width: 361px;
}

#checkLoginError {
  border-radius: 10px;
  top: auto;
  margin: 2px 50px 0;
  padding: 0.5rem;
}

#continueGame {
  margin-top: 30px;
  position: relative;
}

#continueGame #nicknameError,
#continueGame #notGame,
#continueGame #codeError,
#continueGame #checkLoginError,
#continueGame #playerExist {
  bottom: -60px;
  right: 50%;
  margin: 0 -150px 0;
  top: auto;
  width: 300px;
}


/* Game ordenar */
h2#game-ordenar-title {
  border-radius: 100px;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 300;
  font-size: 1.6rem;
  text-align: center;
  padding: 25px 30px 20px;
  max-width: 1024px;
  margin: 0 auto;
}

#game-ordenar #content_quiz {
  display: block;
  margin: 8vh auto 0;
  text-align: center;
  width: 70%;
}

#game-ordenar-list {
  margin-top: 8rem;
  width: 25%;
  position: relative;
  left: 85%;
  list-style-type: none;
}

#game-ordenar-list label.checkbox {
  background-color: #AFDCF3;
  border-radius: 15px;
  color: #003577;
  min-height: 60px;
  font-size: 1rem;
  padding: 0.7rem;
  margin-bottom: 1rem;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

#game-ordenar-list label.checkbox:hover,
#game-ordenar-list label.checkbox.active {
 background-color: #FFAC24;
 color: #470077;
}

#game-ordenar-list input {
opacity: 0;
display: none;
}

#game-ordenar-submit {
  background-color: var(--corporate-secondary-color) !important;
  color: #fff;
  text-transform: uppercase;
  border: 0 solid transparent;
  border-radius: 20px;
  margin-top: 0;
  position: absolute;
  bottom: 20%;
  left: 55%;
}

#game-ordenar-div {
  width: 45%;
  position: absolute;
  top: 38%;
  left: 30%;
  transform: translate(-4%, -10%);
}

#game-ordenar-div div {
  background: url("https://candor.enigmma.es/wp-content/uploads/2022/04/drop.png") no-repeat;
  background-size: cover !important;
  width: 209px;
  height: 105px;
  display: inline-flex;
  margin-top: 1rem;
  margin-right: 2rem;
}

#game-ordenar-div div span {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bolder;
  width: 46px;
  text-align: center;
  line-height: 52px;
}

#game-ordenar-div div.dropped {
  background: url('https://candor.enigmma.es/wp-content/uploads/2022/04/drop-2.png') no-repeat;
}

#game-ordenar-div div.dropped.correct {
 cursor: no-drop;
}

#game-ordenar-div div.dropped p {
  font-size: 0.9rem;
  color: #fff;
  text-align: left;
  display: flex;
  align-items: center;
  padding: 10px 25px 0 15px;
  width: 100%;
}

.dragged label.checkbox {
  opacity: 0.4;
}

.dragged label.checkbox:hover {
  background-color: #AFDCF3 !important;
  cursor: no-drop;
}

/* Game over */
#gameOver {
  display: flex;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
  margin: 8rem auto 0;
  max-width: 50%;
}

@media (max-width: 1200px) {
  #gameOver {
    max-width: 60%;
  }
}

#gameOver h2 {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 42px;
  font-weight: bold;
  line-height: 42px;
  text-align: center;
}

#gameOver .box {
  background-color: transparent;
  box-shadow: none;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 1.5rem 1.5rem 0;
}

#gameOver p {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 21px;
  line-height: 32px;
  margin-bottom: 1.5rem;
  text-align: center;
}

.points,
.time {
  max-width: 100%;
  position: relative;
  width: 270px;
}

.points {
  margin-right: 45px;
  float: right;
}

.time {
  margin-left: 45px;
  float: left;
}

#gameOver .points p,
#gameOver .time p {
  height: 45px;
  line-height: 45px;
  padding-left: 30px;
  position: relative;
  width: 90%;
  z-index: 2;
}

.points .icon,
.time .icon {
  left: -30px;
  position: absolute;
  top: -15px;
}

.icon-prize {
  background: transparent url("./img/icon-points.png") no-repeat center center;
  background-size: cover;
  display: inline-block;
  height: 80px;
  width: 80px;
  z-index: 3;
}

.icon-time {
  background: transparent url("./img/icon-time.png") no-repeat center center;
  background-size: cover;
  display: inline-block;
  height: 80px;
  width: 80px;
  z-index: 3;
}

.time p,
.points p {
  background-color: #8E0DB2;
  border-radius: 35px;
}

#gameOver .points #points-value,
#gameOver .time #time-value {
  background-color: #FFAC24;
  border-radius: 16px;
  font-size: 50px;
  font-weight: bold;
  height: 150px;
  line-height: 150px;
  margin-top: -50px;
  padding-left: 0;
  position: relative;
  width: 100%;
  z-index: 1;
}

#view-ranking {
  display: inherit;
  margin: 2rem auto;
}

#pie-de-pagina{
  bottom: 4%;
  color: #fff;
  position: absolute;
  width: 100%;
  height: 80px;
  text-align: left;
  padding-right: 5%;
  font-size: 13px;
  left: 5%;
  z-index: 1;
}

#pie-de-pagina * {
  color: #fff;
}

.acronimos{
  margin-top: 40px;
  font-size: 18px !important;
}

#textoFlotante strong {
  color: var(--text-color-primary);
}

#videoButton{
  margin-top:5rem;
}

.modal-card-body table, .modal-card-body td, .modal-card-body th {
  border: 1px solid #fff;
  padding: 10px;
}


/*
RESPONSIVE
Landscape tablet */
@media screen and (max-width: 1199px) {
  body {
    overflow: hidden;
    position: relative;
  }

  #login .header-item img {
    margin-left: 30px;
  }

  #login h1 {
    margin: 0;
  }

  #login_form .box {
    margin-top: 0.5rem !important;
  }

  #login_form .box p.intro-welcome {
    padding: 1rem 0rem !important;
  }

  #continueGame #nicknameError, #continueGame #notGame, #continueGame #codeError, #continueGame #checkLoginError, #continueGame #playerExist {
    bottom: 60px;
  }

  /* header */
  .logo-icon {
    max-width: 60px;
    min-width: 60px;
  }

  .button-action {
    height: auto;
    margin: 10px 5px;
    min-height: 40px;
    min-width: 30px;
    width: auto;
  }

  #clue-icon {
    max-width: 20px;
  }

  #btnBiblio.button-action img {
    max-width: 23px;
    padding-top: 5px;
  }

  #btnRef.button-action img {
    max-width: 16px;
    padding-top: 3px;
  }

  #btnBiblio.button-action img,
  #btnRef.button-action img {
    width: 100%;
  }

  #clock #count-down-timer {
    min-width: 100px;
    font-size: 2rem !important;
  }

  #my-button {
    padding: 15px 30px;
  }

  ul#game-radio-list {
    margin-top: 1rem;
  }

  ul#game-radio-list li {
    margin-bottom: 5px !important;
  }

  /* Content */
  #snippedDialog .box {
    font-size: 15px;
  }

  ul#game-radio-list li .radio {
    line-height: 1.1 !important;
    margin-bottom: 0;
    padding: 0.25rem 1rem 0.5rem;
  }

  .button.is-candor {
    margin-top: 0;
  }

  .button.is-candor {
    padding: 0.5rem 2rem !important;
    height: auto;
  }

  .custom-scrollbar {
    margin-bottom: 1rem;
  }

  h2#game-ordenar-title,
  h2#game-radio-title,
  h2#game-radio-title p {
    font-size: 1.1rem;
  }

  #game-radio-list label.radio {
    font-size: 0.9rem !important;
  }

  .modal-card-body p, .modal-card-body li, .modal-card-body td, .modal-card-body th {
    font-size: 1.2rem;
  }

  #content-game-wrapper-Slider {
    bottom: auto !important;
    top: auto !important;
    transform: translate(0, 0) !important;
  }

  #game-radio-list input {
    height: 20px !important;
    width: 20px !important;
    padding-top: 2px !important;
    top: -5px;
  }

  #game-radio-list input::after {
    margin-left: 0 !important;
    font-size: 0.8rem !important;
    line-height: 0.8rem !important;
    width: 17px !important;
    margin: 0px 0 0;
    position: relative;
    float: left;
  }

  .itemBiblio.sourceBiblioTrue .box div span {
    padding: 10px;
  }

  #game-radio {
    min-width: 300px;
  }

  /* Game ordenar */
  .is-touch-device #game-ordenar-div {
    height: auto;
    left: 50%;
    max-width: 900px;
    position: absolute;
    top: 175px;
    transition: none;
    width: 900px;
    margin-left: -450px;
  }

  .is-touch-device #game-ordenar-list {
    display: block;
    left: auto;
    margin: 0;
    width: 100%;
    position: absolute;
    top: 420px;
    z-index: 10;
  }

  .is-touch-device #game-ordenar-list li {
    float: left;
    margin-left: 1%;
    width: 32%;
  }

  .is-touch-device #game-ordenar-div div {
    margin-right: 0;
    margin-left: 60px;
    margin-top: 5px;
    width: 240px;
  }

  .is-touch-device #game-ordenar #content_quiz {
    display: block;
    margin: 8vh auto 0;
    text-align: center;
    width: 100%;
    margin: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
  }

  .is-touch-device h2#game-ordenar-title {
    margin-top: 80px;
    max-width: 80%;
  }

  .is-touch-device .content li + li {
    margin-top: 0;
  }

  .is-touch-device #game-ordenar-submit {
    bottom: 50px;
    height: 40px;
    left: auto;
    right: 20px;
    top: auto;
    z-index: 11;
  }

  .is-touch-device #game-ordenar-list label.checkbox:hover,
  .is-touch-device #game-ordenar-list label.checkbox.active {
    background-color: #AFDCF3;
  }

  .modal-card-body {
    max-height: 18rem;
    min-height: 18rem;
  }

  #game-radio-biblio .modal-card-body {
    max-height: 24rem;
    min-height: 24rem;
  }

  #game-radio-list label.radio {
    margin-bottom: 1rem;
  }

  #gameOver {
    margin-top: 2rem;
    max-width: 80%;
  }

  #textoFlotante {
    padding-bottom: 30px;
  }

  /* Footer */
  #pie-de-pagina{
    font-size: 11px;
    height: 65px;
  }

  #pathContainer {
    bottom: 15px;
  }

  #pathContainer span div {
    font-size: 13px;
  }

  /* Modals */
  .modal-card {
    margin-top: 3rem !important;
  }
}

#game-video-tag-boton{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
}
