.cajas {
  width: 100%;
  padding-right: 30px;
  display: flex;
  justify-content: center;
}
.cajaOpciones {
  width: 100%;
  display: flex;
  justify-content: center;
}

.cajaOpciones ul {
  list-style: none;
  list-style-type: none;
  padding: 0px;
}
.opciones {
  list-style-type: none;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
}
.cuadrado {
  margin-top: 2%;
  margin-left: 2%;
  /* width: 20%; */
  width: 150px;
  height: 150px;
  position: relative;
  float: left;
  display: flex;
  border: 5px solid #243160;
  border-radius: 30px;
  background: #fff;
}
.cuadradoDes {
  background: #243160;
}

.option,
.acierto {
  float: left;
  margin: 10px;
  border-radius: 25px;
  position: relative;
  /* width: 21%; */
  width: 150px;
  height: 150px;
}
.option img,
.acierto img {
  border-radius: 25px;
  width: 100%;
}
.option div,
.acierto div {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  bottom: 25px;
  padding: 5px 10px;
}
.acierto {
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
}

.option:hover {
  cursor: pointer;
}
.cont-juegoCadena {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flecha-azul {
  padding: 0px 15px;
  padding-right: 5px;
}
.cont-ronda h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 0px;
  color: #243160;
}
.cont-ronda p {
  text-align: center;
  font-size: 2rem;
  margin-top: 0px;
  color: #243160;
}
.container3 {
  width: 100%;
}
.slide {
  font-size: 1.1rem;
}
#slideContainer {
  height: 650px;
}
.clone {
  list-style: none;
  background-color: #69abdf;
  color: #ffffff;
  z-index: 99999;
}
.desactivada {
  opacity: 0.5;
}
.desactivada:hover {
  cursor: auto;
}

.siguienteRonda,
.resultados {
  display: none;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  font-size: 2.5rem;
  cursor: pointer;
}
/* .resultados {
  font-size: 1.1rem;
  cursor: auto;
  background: #fff;
  width: 75%;
  height: 600px;
  top: 50%;
  border: 5px solid #243160;
  padding-bottom: 25px;
  border-radius: 30px;
} */
.resultados {
  border: 5px solid #243160;
  border-radius: 30px;
  background: rgba(255, 255, 255, 1);
  padding: 15px 30px;
  top: 50%;
  font-size: 2rem;
  color: #243160;
}
.resultados h3 {
  text-align: center;
}
.resultados,
.victoria,
.derrota {
  display: none;
}
.cont-rondasTiempo {
  padding: 30px;
  padding-top: 0px;
  width: 50%;
  margin: auto;
}
.rondasTiempo {
  display: flex;
  justify-content: space-between;
}
.rondasTiempo h3 {
  margin: 17px 0px;
}
.resultados a.button-jugar::after {
  display: none;
}
.resultados a.button-jugar {
  margin: auto;
  margin-bottom: 50px;
}
.cont-contador {
  position: absolute;
  right: 150px;
  top: 20px;
  border-radius: 25px;
  /* border: 5px solid #243160; */
  padding: 10px 15px;
  color: #243160;
  width: 125px;
  background: #c0d7e9;
  display: flex;
  gap: 15px;
}
.cont-contador img {
  width: 30%;
}
#contador {
  font-family: "Courier New", Courier, monospace; /* Fuente monoespaciada */
  font-size: 2rem;
  font-weight: 600;
}
.victoria,
.derrota {
  padding-bottom: 50px;
}
.victoria p,
.derrota p {
  width: 80%;
  margin: auto;
}
.incorrecta {
  background-color: transparent;
}
.incorrecta img {
  border: 2px solid red;
}
@media (min-width: 1px) and (max-width: 1440px) {
  .cont-contador {
    right: 20px;
    /* top: 60px; */
  }
  .cuadrado {
    margin-left: 0px;
  }
}
@media (min-width: 1px) and (max-width: 1440px) {
  .option,
  .cuadrado,
  .acierto {
    width: 130px;
    height: 130px;
  }
  .cuadrado {
    flex-shrink: 0;
  }
}
@media (min-width: 1px) and (max-width: 1024px) {
  .cuadrado,
  .acierto,
  .option {
    width: 120px;
    height: 120px;
  }
  .option,
  .acierto {
    font-size: 0.9rem;
  }
  .flecha-azul {
    width: 55px;
    padding: 0px 10px 0px 5px;
  }
  .flecha-azul img {
    width: 100%;
  }
  .option div,
  .acierto div {
    bottom: 0px;
    width: 100px;
    border-radius: 0px 0px 25px 25px;
  }
}
@media (min-width: 1px) and (max-width: 768px) {
  #slideContainer {
    height: 990px;
  }
  .cont-ronda {
    padding-bottom: 80px;
  }
  .cont-contador {
    right: 50%;
    transform: translateX(50%);
    top: 120px;
  }
  .cuadrado,
  .acierto,
  .option {
    width: 110px;
    height: 110px;
  }
  .option div,
  .acierto div {
    width: 90px;
  }
  .opciones {
    flex-wrap: wrap;
    margin-bottom: 0px;
  }
  .cajas .opciones {
    gap: 0px 10px;
  }
  .flecha-azul {
    padding: 0px;
    padding-right: 5px;
  }
  .option div {
    bottom: 8px;
  }
  .clone {
    width: 120px !important;
    height: 120px !important;
    background-color: transparent;
  }
  .resultados {
    width: 80%;
    position: fixed;
  }
  .siguienteRonda {
    position: fixed;
  }
}
@media (min-width: 1px) and (max-width: 426px) {
  .cuadrado,
  .acierto,
  .option {
    width: 90px;
    height: 90px;
  }
  .option div,
  .acierto div {
    width: 70px;
    font-size: 0.8rem;
  }
  .clone {
    width: 100px !important;
    height: 100px !important;
  }
}
@media (min-width: 1px) and (max-width: 376px) {
  #slideContainer {
    height: 1150px;
  }
  .cajas .opciones {
    padding: 0px;
    gap: 5px 10px;
  }
  .flecha-azul {
    width: 40px;
    padding: 0px;
  }

  .cont-ronda {
    padding-bottom: 40px;
  }
  .cont-ronda h2 {
    margin-bottom: 10px;
  }
  .cuadrado,
  .acierto,
  .option {
    width: 70px;
    height: 70px;
  }
  .option img,
  .acierto img {
    border-radius: 15px;
  }
  .cuadrado {
    border-radius: 20px;
  }
  .option {
    padding: 5px;
    /* margin: 0px; */
  }
  .option div,
  .acierto div {
    width: 60px;
    font-size: 0.6rem;
    padding: 5px;
    border-radius: 0px 0px 15px 15px;
  }
  .clone {
    max-width: 100px !important;
    max-height: 100px !important;
    width: 30% !important;
  }
  .siguienteRonda {
    font-size: 1.8rem;
  }
  .resultados {
    font-size: 1.8rem;
    padding: 0px 20px;
  }
  .cajaOpciones {
    /* Comprobar  */
    display: block;
  }

  .cajaOpciones ul {
    justify-content: space-between;
    width: 100%;
  }
  .cajaOpciones .opciones .option {
    margin: 0px;
    padding: 0px;
    flex-wrap: unset;
    width: 30%;
    height: 100%;
    line-height: 0;
  }
  .option div {
    font-size: 0.75rem;
  }
  .option.clone div {
    width: 82%;
  }
  .cuatroElementos .cajaOpciones ul.opciones {
    justify-content: space-around;
    gap: 20px;
  }
  .cajas .opciones {
    width: 100%;
  }
  .cajaOpciones .opciones .option div {
    bottom: 0px;
    width: 78%;
    padding: 10px;
  }
}
@media (min-width: 1px) and (max-width: 321px) {
  .resultados a.button-jugar {
    text-align: center;
  }
}
