@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root{
  --primary-color: #f1dbbe;
  --secondary-color:#bbdb96;
  --alternative-color:#d4d6b4;
  --violet-color:#9d63a9;
  --pink-color:#e9599a;
  --yellow-color:#e4d194;
  --green-light-color:#c2d94c;
  --orange-color:#faa61b;
  --blue-light-color:#81bbe6;
  --grey-color:#c7c2bd;
  --light-color:#c6b09d;
  --dark-color:#313526;
  --green-color:#7ea55d;
  --red-color:#d14f64;
  --white-color:#f6f6f6;
  --success-color:#10aa8d;
  --success-color-dark:#0c937a;
  --dark-blue:#24324f;
  --primary-blue-color:#4a7bae;
  --brown-color:#665f54;
}

*{
  margin: 0;
  padding: 0;
}
#galpon-1 .st0, #galpon-2 .st0, #galpon-3 .st0{
  stroke-width: 4;
  stroke: var(--yellow-color)!important;
}
#alma-1 .st0, #alma-2 .st0, #alma-3 .st0{
  stroke-width: 6;
  stroke: var(--primary-blue-color)!important;
}
#corral-1 .st0, #corral-2 .st0, #corral-3 .st0{
  stroke-width: 6;
  stroke: var(--red-color)!important;
}
.lote-completo-seguir{
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  position: absolute;
}
.lote-completo-seguir div{
  background-color: var(--alternative-color);
  padding: 0.3em 0.8em;
  border-radius: 0.5em;
}
body{
    margin: 0;
    overflow: hidden;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
h1, h3, h4, h5, h6{
  font-weight: 400;
  text-align: center;
}
h2.title{
  font-weight: 600;
  color: var(--secondary-color);
  text-transform: uppercase;
  text-align: center;
}
.text-white{
  color: #fff!important;
}
.text-bold{
  font-weight: 600;
}
.text-left, #pantalla-inicio h4{
  text-align: left;
}
#pantalla-inicio ul{
  margin-left: 1.3em;
}
.text-uppercase{
  text-transform: uppercase;
}
.bg-primary{
  background-color: var(--primary-color);
  color: #fff;
}
.rounded{
  border-radius: 0;
}
.border-bg-secondary{
  border: 3px solid var(--dark-blue);
}
.p-2{
  padding: 1em;
}
.p-1{
  padding: 0.5em;
}

canvas{
  width: 100% !important;
}
.header-home{
  width: 100%;
  display: flex;
  gap:20px;
  justify-content:center;
  align-items: center;
  padding: 20px;
}

.container{
  display: block;
  height: 100vh;
  position: fixed;
  top: 0;
  background: transparent;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  pointer-events: auto;
}
.pantalla-inicio{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(187, 219, 150, 0.4);
  backdrop-filter: blur(2px);
  position: absolute;
  top: 0;
  z-index: 2;
}
.fondo-inicio{
  background-image: url(../assets/lotes/00_plano-inicial.jpg);
  width: 100%;
  height: 100vh;
  background-size: cover;
}
.image-container{
  display: block;
  height: 100vh;
  position: fixed;
  top: 0;
  background: transparent;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  pointer-events: auto;
}
#title-espacio h2{
  position: absolute;
  z-index: 1000;
  background-color: var(--primary-color);
  padding: 0.2em 0.7em 0.2em 0.7em;
  border-radius: 0 20px 20px 0;
  top:20px;
  color: var(--secondary-color);
  font-size: 1em;
  font-weight: 500;
}
.p-relative{
  position: relative;
}
.containerActividad{
  overflow: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  backdrop-filter: blur(10px);
}
.contenedorVideo{
  width: 100%;
  background: black;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.containerVideo{
    overflow: hidden;
    position: absolute;
    height: 90vh;
  }

.containerVideo video{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.div-rta{
  display: flex;
  flex-direction: column !important;
}

.d-none{
    display: none !important;
}

.preguntas{
    display: flex;
    justify-content: center;
    align-items: center;
}

.preguntas form, .contAct, .container-body{
      margin: 1em;
      padding: 1em;
      border-radius: 1em;
      text-align: center;
}
.contAct{
  border-radius: 10px;
  padding: 1em;
  box-sizing: border-box;
  text-align: center;
}
.contAct h3.title{
  color: white;
  font-size: 1.1em;
}

.preguntas h3{
    margin-bottom: 2em;
}

.preguntas form p{
    margin: 1em 0em;
}
.respuestas-04{
  display: flex;
  flex-wrap: wrap;
}
.respuesta{
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    margin: 0 15px 20px 15px;

}
.checkboxes .respuestas{
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      max-height: 60%;
}

.preguntas form.checkboxes{
    max-height: 45%;
}

.pdf{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    background-color: black;
}

.pdf iframe{
    width: 80%;
    height: 80%;

}

.pdf button{
    width: 30%;
    margin-top: 10px;
    padding: 10px;
}


.hotspot{
  display: flex;
  justify-content: center;
  padding: 2em;
  border-radius: 0.5em;
  max-width: 60%;
  background-color:#d4d6b4;
  border: 4px solid /*#67ab02*/#5f812d;
  backdrop-filter: blur(10px);
  text-align: center;
  margin: auto;
}
.hotspot h3{
  background-color: var(--dark-blue);
  color: #d4d6b4;
  display: inline-block;
  padding: 0.2em 0.5em;
  margin-bottom: 1em;
  font-weight: 400;
}

.hotspot-imagen{
  display: flex;
  max-height:350px;
  border-radius: 10px;
}
.img-hotspot{
  max-width: 280px;
  margin:0.5em 0;
}
.img-pan{
  max-width: 200px;
  margin:0.5em 0;
  opacity: 1;
  transition: 0.5s;
  transform: scale(1);
  cursor: pointer;
}
.img-pan:hover{
  opacity: 0.7;
  transform: scale(1.05);
}
.d-flex{
  display: flex;
  justify-content: space-between;
}
.hotspot-cross{
  display: flex;
}

/* Sortable */
#CuestJugo{
  margin: 2em;
  padding: 4em;
  background : radial-gradient(50% 50%, rgba(199, 194, 189, 1) 0%, rgba(198, 176, 157, 1) 100%);
  border-radius: 20px;
  max-width: 70%;
  position: relative;
}
.respuestaSortable{
  display: block;
  padding: 5px;
  width: 22%;
}
.respuestaSortable img{
  max-width: 80%;
  height: auto;
  border-radius: 10px;
}
.inactivo img{
  opacity: 0.5;
  filter: grayscale(100%);
}
.columnasSortable{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  gap:10px;
}

.respuestasSortable{
  display: flex;
      flex-wrap: wrap;
      align-content: center;
      justify-content: space-around;
      align-items: center;
}
.img-tabla{
  max-width: 100%;
  height: auto;
  border-radius: 10px;

}
.respuestasSortable .item{
  max-width: 20%;
}
.respuestasSortable .item, .zonaRTA .item, .lista .item{
  margin:10px;
  padding: 10px;
  background-color: var(--white-color);
  border-radius: 10px;
  transition: 0.3s;
  background-image: url(../assets/03_iconos/1x/iconos-mover-ver02.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 35px;
  cursor: pointer;
}
.respuestasSortable .item:hover{
  cursor:pointer;
  background-color: var(--dark-color);
  background-image: url(../assets/03_iconos/1x/iconos-mover-ver02-i.png);
  color: #fff;
}
.zonaRTA{
  display: flex;
      min-height: 70px;
      border: 2px solid, var(--dark-color);
      border-radius: 15px;
      margin-top: 10px;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: space-evenly;
}
.image-relative{
  position: relative;
  max-width: 80%;
  margin: auto;
}
.image-relative img{
  width: 100%;
  height: auto;
}
.image-container svg, .highlight-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: 'auto';
}
.highlight {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; /* Ensure the highlight svg does not interfere with clicks */
}

.highlight polygon {
  fill: none;
  stroke: red;
  stroke-width: 2;
  stroke-linejoin: round;
  stroke-linecap: round;
  filter: drop-shadow(0 0 5px red);
  stroke-dasharray: 5, 5; /* Makes the stroke dashed for a more curved appearance */
}

/* Estilos para el SVG */
.highlight-svg path {
  stroke-width: 5; /* Aumentar el grosor del trazo */
  filter: drop-shadow(0 0 5px #84ea42); /* Aplicar el efecto de glow */
}
.highlight-svg path.sel{
  stroke-width: 2;
  filter: drop-shadow(0 0 5px #f5faf2); /* Aplicar el efecto de glow */
}
#consigna{
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  padding: 0 1em;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
button{
  font-family: 'Dosis',sans-serif;
}

#contador, .btn-espacio,.count-circle{
  z-index: 1000;
  display: flex;
  position: absolute;
  right: 10px;
  top:10px;
  height: 60px;
  width: 60px!important;
  border-radius: 50%;
  background: var(--success-color);
  padding: 9px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: fit-content;
  box-sizing: border-box;
  font-weight: 600;
  color:var(--white-color);
}
.count-circle{
  position: static;
  margin: auto;
  margin-top: 30px;
}
#contador span{
  margin: 0 2px;
}
.btn-espacio{
  top:10px;
  right: 100px;
  width: 60px;
}
.btn-espacio:hover{
  cursor: pointer;
}
.video-laboratorio.flex{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background-color: var(--primary-color);

}
.video-laboratorio video{
  width: 60% !important;
  height: auto;
}
.respuestas.imagenes {
  display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      align-content: center;
      gap: 10px;
}
.respuestas.imagenes .respuesta{
  display: flex;
  flex-direction: column;
}
.respuesta img{
  max-height: 70px;
  opacity: 0.7;
  border:2px solid #00b3b6;
  padding: 0.2em;
  padding-right: 0.5em;
}
.respuesta img:hover{
  cursor: pointer;
}
#consigna04 .respuestas-04{
  justify-content: center;
  gap:5%
}
#consigna04 .respuesta{
  max-width: 15%;
}
#consigna04 .respuesta img{
    max-height:none;
    max-width: 100%;
    border: none;
    opacity: 1;
}
.respuesta img.selected{
  opacity: 1;
  background-color: #00597c54;
  border-radius: 0.5em;
  border:2px solid #fff;
}
.enviado .respuesta.correcta img.selected{
  background-image: url('../assets/03_iconos/1x/icono-correcto02.png');
  background-repeat: no-repeat;
  background-position: 98% 90%;
}
.enviado .respuesta.incorrecta img.selected{
  background-image: url('../assets/03_iconos/1x/icono-incorrecto.png');
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 98% 90%;
}
.listo{
  border: 5px solid var(--primary-color);
}
.selector-container{
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.selector-container img{
  max-width: 200px;
}
.soluciones-reacciones{
  width: 90%;
}
.soluciones-reacciones img{
  border-radius: 0.5em;
}
.soluciones-reacciones h4{
  color: var(--secondary-color);
  background : radial-gradient(50% 50%, rgba(199, 194, 189, 1) 0%, rgba(198, 176, 157, 1) 100%);
  border-radius: 0.3em;
  display: inline-block;
  padding: 0.3em 0.5em;
  position: relative;
  top: -20px;
  box-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}
.soluciones-reacciones img{
  max-width: 350px;
}
.soluciones-reacciones img:hover{
  cursor: pointer;
  opacity: 0.8;
}
.btn-container{
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  justify-content: center;
  gap: 25px;
}
a.close{
  cursor: pointer;
  display: none;
}
a.close:hover img{
  transform: scale(0.9);
}
a.close img{
  transition: 0.2s;

}
.btn{
  font-size: 1rem;
}
.btn.btn-primary{
  background-color: var(--dark-blue);
  color: var(--secondary-color);
  border: none;
  padding: 0.5em 1em;
  border-radius: 0.5em;
  text-transform: uppercase;
  font-weight: 900;
  cursor: pointer;

}
.btn.btn-secondary{
  background-color: var(--blue-light-color);
  border: none;
  padding: 0.5em 1em;
  border-radius: 0.5em;
  text-transform: uppercase;
  font-weight: 900;
  cursor: pointer;
}
.panolens-infospot{
  background-color: var(--secondary-color);
  padding: 0.3em 0.5em;
  color: var(--light-color);
  border-radius: 0.3em;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.8em;
}
input[type="checkbox"]{
  margin-right: 10px;
  height: 15px;
  width: 15px;
}
.preguntas form{
  position: relative;
}
.close{
  cursor: pointer;
  position: absolute;
  right: 25px;
  top: 25px;
  z-index: 100;
}
.btn.btn-secondary.verify,.btn.btn-primary.next, .btn.btn-primary.confirm, .btn.btn-primary.verify,.btn.btn-primary.close-btn,.btn.btn-secondary.back {
  background-image: url(../assets/iconos/1x/iconos-next05.png);
  background-repeat: no-repeat;
  background-position: 85% center;
  padding-right: 50px;
  transition: 0.5s;
  font-weight: 600;
}
#consigna .hotspot .btn.btn-primary.next{
  padding-right: 50px;
  background-image: url(../assets/iconos/1x/iconos-next05.png);
  font-weight: 600;
  background-color: var(--orange-color);
  background-size: 15px;
}
#consigna .btn.btn-primary.next.selected{
  background-color: var(--secondary-color);
  color: var(--grey-color);
  background-image: url(../assets/iconos/1x/iconos-cancelar.png);
}
.consigna-actividad{
  background-color: var(--green-color);
  color: #fff;
  display: inline-block;
  padding: 0.2em 0.5em;
  margin: 0.5em 0;
}
.relato{
  font-size: 1em;
  background-color: var(--grey-color);
  font-weight: 600;
  font-style: italic;
  width: 80%;
  margin: auto;
  margin-bottom: 5px;
  padding: 0.2em 0.5em;
}
.contAct.success{
  text-align: center;
}
.buttons{
  display: flex;
  justify-content: space-between;
}
.btn.btn-primary.confirm{
  padding-right: 50px;
  background-image: url(../assets/iconos/1x/icono-check-azul.png);
}
.avanzar .btn.btn-primary.confirm, .avanzar .btn.btn-primary.next, #btn-consigna{
  padding-right: 50px;
  background-image: url(../assets/iconos/1x/iconos-next05.png)!important;
  color: var(--success-color);
  background-color: #fff;
  background-size: 10px;
  box-shadow: 2px 2px rgba(0,0,0,0.1);
}
.btn.btn-primary.close-btn{
  padding-right: 50px;
  background-image: url(../assets/03_iconos/1x/icono-cerrar-azul_1.png);
}
.btn.btn-secondary.verify:hover,.btn.btn-primary.next:hover,.btn.btn-primary.confirm:hover,.btn.btn-primary.verify:hover,.btn.btn-primary.close-btn:hover {
  background-position: 90% center;
  background-color:#243874;
}
.avanzar .btn.btn-primary.confirm:hover, .avanzar .btn.btn-primary.next:hover, #btn-consigna:hover{
  background-color: var(--success-color-dark);
  background-image: url(../assets/03_iconos/1x/iconos-next.png)!important;
  color: #fff;
}
.btn.btn-secondary.verify{
  padding-right: 50px;
}
.btn.btn-secondary.back{
  padding-right: 15px;
  padding-left: 50px;
  background-position: 20px center;
  background-image: url(../assets/iconos/1x/iconos-back.png);
}
.btn.btn-secondary.back:hover{
  background-position: 10px center;
}
.error{
  background: var(--red-color);
  border-radius: 0.5em;
  padding: 0.2em 0.5em;
  color: white;
  display: inline-block;
  margin-bottom: 10px;
}
.text-center{
  text-align: center;
}
.mt-2{
  margin-top: 1em;
}
.mt-1{
  margin-top: 0.5em;
}
.mb-2{
  margin-bottom: 1em;
}
.mb-1{
  margin-bottom: 0.5em;
}
.mr-2{
  margin-right: 1em;
}
.felicitaciones{
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
}
.container-middle{
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
}
table{
    margin: 1em auto;
    background: var(--alternative-color);
}
td{
  padding: 0.3em;
}
th{
    padding: 0.3em;
    background: var(--secondary-color);
}
.pantalla-cierre{
  position: absolute;
  text-align: center;
  width: 100%;
  backdrop-filter: blur(2px);
  height: 100vh;
  background: rgba(187, 219, 150, 0.4);
  top: 0;
  left: 0;
  z-index: 1000;
}
.pantalla-cierre .contenido,.pantalla-cierre h3 {
  color: var(--brown-color)!important;
  font-weight: 600!important;
}

.relative{
  position: relative;
}
.section-container{
  background : radial-gradient(50% 50%, rgba(199, 194, 189, 1) 0%, rgba(198, 176, 157, 1) 100%);
  padding: 1.5em;
  border-radius: 0.5em;
  opacity: 1;
  transition: 0.3s;
}
.section-container:hover{
  cursor: pointer;
  opacity: 0.9;
}
.section-container h3{
  font-weight: bold;
  position: absolute;
  left: 28%;
  background: radial-gradient(50% 50%, rgba(195, 230, 228, 1) 0%, rgba(119, 203, 196, 1) 100%);
  padding: 0.3em 0.5em;
  border-radius: 0.5em;
  color: var(--secondary-color);
  box-sizing: border-box;
}
#pantallaCaminos .section-container h3 {
  width: 80%;
  left: 10%;
}
.section-container img{
  max-width: 300px;
}
input[type="radio"]{
  margin-right: 7px;
}
button:disabled,
button[disabled]{
  opacity: 0.4;
}
.logos{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  text-align: center;
  margin-bottom: 1em;
}
.logos img:nth-child(1){
  width: 200px;
}
.logos img:nth-child(2){
  width: 150px;
  margin-top: 3px;
}
.inicio{
  text-align: center;
}
.inicio h1{
  background: var(--primary-color);
  padding: 0.5em;
  display: inline-block;
  border-radius: 0;
  margin-bottom: 0.3em;
  font-size: 1.4em;
  font-weight: 600;
  color: var(--dark-color);
}
.inicio h3{
  font-size: 1.1em;
  font-weight: 100;
  color: #fff;
}
.contenido{
  max-width: 90%;
  margin: auto;
  font-size: 1em;
}
.inicio .contenido{
  font-size: 1.1em;
}
#btn-inicio, #btn-bienvenida {
  font-size: 1em;
  padding-right: 50px;
  margin-top: 1em;
}
.btn-inicio{
  padding: 0.2em 0.5em;
  margin: 0.5em;
  font-size: 1.2rem;
  border: none;
  cursor: pointer;
  color: white;
  font-weight: bold;
  transition: transform .15s, background-color .3s;
}
.slider-vf p{
  font-weight: 600;
  font-size: 1.1em;
}
.btn-inicio.true {
  background-color: var(--success-color-dark);
}

.btn-inicio.false {
  background-color: var(--red-color);
}

.btn-inicio:hover {
  transform: scale(1.05);
}

.btn-inicio:active {
  transform: scale(0.95);
}
.img-fluid{
  max-width: 100%;
}
#final{
  text-align: center;
  height: 100vh;
  position: absolute;
  margin: auto;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  backdrop-filter: blur(10px);
}
.mt-4{
  margin-top: 1.5em;
}
.mb-2{
  margin-bottom: 1em;
}
a.btn.btn-primary{
  text-decoration: none;
  font-size: 0.8em;
  background-color: var(--primary-color);
  color: #fff;
  background-image: url(../assets/03_iconos/1x/iconos-back02.png)!important;
}
.container-body{
  max-width: 80%;
  overflow-y: auto;
  padding: 1em;
}
#final p{
  font-size: 1em;
  margin: 1em 0;
  color: var(--secondary-color);
  font-weight: 500;
}
.container-titulo{
  width: 100%;
  text-align: center;
  position: relative;
  top: -10px;
}
#final h2{
  background: var(--secondary-color);
  color: #fff;
  padding: 0.5em;
  display: inline-block;
  border-radius: 0.5em;
  margin-bottom: 0.3em;
}
.container-logos{
  text-align: center;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: flex-start;
  margin: 1em 0;
}

.img-fondo{
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  position:absolute;
}

.img-final{
  border-radius: 0.5em;
}
.container-logos img:nth-child(1){
  max-width:150px;
}
.container-logos img:nth-child(2){
  max-width:100px;
  margin-top: 3px;
}
.ad-panel{
  padding: 0.3em 1em;
  display: inline-block;
}
.ad-panel h3{
  color: #b75b0f;
  margin-bottom: 0.1em;
  font-size: 1em;
}
.ad-warning{
  background: #ffffff5e;
  border-radius: 0.5em;
  color: #fff !important;
  margin-top: 1em;
  border: 2px solid #fa7f1b;
}
.ad-panel p{
  font-size: 0.9em;
  font-style: italic;
  color: #b75b0f;
  font-weight: 600;
}
.preguntas{
  flex-direction: column;
  z-index: 1000;
  position: relative;
}
.trivias{
  display: flex;
  background-color: var(--alternative-color);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  border-radius: 1em;
}
.trivias h3{
  color: var(--success-color);
  font-weight: bold;
}
.correcto, .incorrecto{
    padding: 0.5em;
    border-radius: 0.5em;
    border: 2px solid #fff;
    text-align: center;
    display: inline-block;
    background-color: var(--success-color);
    color: white;
    margin: 1em auto !important;
}
.v-hidden{
  visibility: hidden;
}
.incorrecto{
  background-color: var(--red-color);

}
.rs{
  position: absolute;
    display: flex;
    gap: 10px;
    color: white;
    justify-content:flex-end;
    width: 98%;
    margin-top: 1em;
}
.rs div{
  text-align: center;
  opacity: 1;
}
.rs div.inactivo{
  opacity: 0.3;
}
.rs h4{
  font-size: 0.8em;
}
.rs img{
  width: 50px;
}
#actividad-r .container-middle{
  flex-direction: column;
}
#contenedor-zonas-r{
  display: flex;
  width: 100%;
}
.w-80{
  width: 80%;
  margin: auto;
}
.bg-white-80{
  background-color: rgba(255,255,255,0.7);
}
.respuestaSortable img{
  max-width: 100px;
}
.respuestaSortable h2{
  font-size: 1em;
}
.respuestaSortable .feedback p{
  font-size: 0.9em;
}
.texto-destacado{
  background-color: rgba(255,255,255,0.4);
  border: 3px solid var(--secondary-color);
  font-size: 1.1em;
}
#textoConsigna{
    background: #272b4f4f;
    display: inline;
    padding: 0.3em 0.5em;
    border-radius: 0.5em;
}
#decision-espacios{
  bottom: 0px;
}
.scrollable{
  height: 85vh;
  overflow: auto;
  justify-content: flex-start!important;
}
.seleccion-espacios .btn-primary.pan{
  font-size: 1.3rem;
}
.completo{
  border:4px solid var(--success-color);
}
/*contenedor para lotes*/
.img-wrapper { position: relative; display: block; width: auto; height:100vh;}
.img-wrapper img.base { display:block; width:auto; height:100%;margin: auto; }
.img-wrapper svg.overlay {
  position: absolute; top:0; left:0%; width:100%; height:100%; margin: auto;
  pointer-events: auto; /* poner auto si quieres clicks */
  z-index: 1;
}
#selector-lotes h3{
  position: absolute;
  z-index: 10;
  background-color: var(--secondary-color);
  top: 15px;
  padding: 0.1em 0.5em;
  width: 90%;
  right: 0px;
  font-size: 1.05em;
}
#wrapper02.img-wrapper{
  position: relative;
  max-height: 80vh;
  width: fit-content;
  margin: 0 auto;
}
#wrapper02 img.base {
  display: block;
  height: 80vh;
  width: auto;
}
#overlaySvg2{
  position: absolute;
  top: 0;
  left: 0;
  height: 80vh;
  width: auto;
  pointer-events: auto;
  z-index: 1;
}
.lote-completo .st0{
  fill: #0c937a !important;
  stroke: none;
}
.img-wrapper svg.overlay g:hover .st0{
  fill: #e46a80b0;
  stroke-width: 4;
  pointer-events: auto;
  cursor: pointer;
}
.img-wrapper svg.overlay g:hover .st2{
  fill: #e46a81;
  cursor: pointer;
}
.img-wrapper svg.overlay g:hover .st1{
  fill: #e9e9ea;
  cursor: pointer;
}
.st0 {
  fill: #e46a8000;
  stroke: #e46a81;
  stroke-miterlimit: 10;
  stroke-width: 5px;
}
#overlaySvg2 .st0{
  stroke: var(--brown-color);
  stroke-miterlimit: 10;
  stroke-width: 10px;
}

.st1 {
  fill: #e9e9ea00;
}

.st2{
  fill: #e46a8000;
}
.svg-drop-zone.drag-over {
  outline: 3px dashed #00ff00;
}
.pantalla-lote{
  position: absolute;
  width: 100vw;
  height: 100vh;
}
.img-completa{
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: var(--alternative-color);
  display: flex;
  justify-content: center;
}
.img-completa img{
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: transform 0.2s ease-out;
  will-change: transform;
  cursor: grab;
  user-select: none;
  touch-action: none;
}
.iconos-zoom,.iconos-movimiento{
  position: absolute;
  z-index: 1000;
}
.iconos-zoom{
  bottom: 10px;
  left: 10px;
}
.iconos-movimiento{
  right: 10px;
  bottom:10px;
}
.iconos-zoom img{
  cursor: pointer;
}
.iconos-movimiento img{
  cursor: pointer;
}
.img-completa img.ver{
  width: auto;
  height: 100%;
  object-fit: contain;
}
.zona-txt, .zona-txt-gan{
  display: inline-block;
  min-width: 70px;
  height: 20px;
  background-color: var(--green-color);
  padding: 0.2em 0.2em;
  border-radius: 4px;
}
.container-palabras-degradado{
  margin-top: 3em;
}
.opc-palabra{
  background-color: rgba(255,255,255,0.3);
  display: inline-block;
  border-radius: 0.3em;
  padding: 0 0.2em;
  font-size: 1em;
  margin-right: 0.5em;
}
.opc-palabra:hover{
  cursor: pointer;
}
span.fijado{
  background-color: transparent !important;
}
.wrong-palabra{
  background-color: #d14f656b;
  border: none;
  padding: 0 0.2em;
  font-size: 1em;
  margin-right: 0.5em;

}
.selector-actividades{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  position: absolute;
  width: 100%;
  padding: 5px;
}
.btn-selector{
  display: flex;
  flex-direction:column;
  align-items: center;
  justify-content: center;
  padding: 0.5em 0.7em;
  border-radius: 0.5em;
  background-color: var(--primary-color);
  cursor: pointer;
  transition: 0.3s;
  box-shadow: 3px 3px rgba(0, 0, 0, 0.3);
}
.btn-selector img{
  width: 30px;
  margin-right: 0.5em;
  display: none;
}
.el-flechas{
  min-width: 100px;
  padding: 2px 10px;
  background-color: #d8eeb5;
  cursor: pointer;
  margin: 0.7em 0;
}
.el-flechas.selected{
  background-color: var(--light-color);
}
.el-flechas.incorrect{
  background-color: var(--red-color);
}
.el-flechas.correct{
  background-color: var(--success-color);
}
.d-inline{
  display: inline;
}
.div-rta input[type="radio"]{
  display: block !important;
  appearance: radio;
  width: 1.1rem;
  height: 1.1rem;
  margin: 0;
  margin-right: .35rem;
  position: relative;
  z-index: 5; /* encima de la imagen si hace falta */
  opacity: 1 !important;
  visibility: visible !important;
}
.pendiente .respuesta img {
    width: 100%;
    max-height: none;
    margin: 0.5em 0;
    border:none;
    opacity: 1;
    border-radius: 0.5em;
    padding: 0.5em;
    background-color: white;
    box-sizing: border-box;
    border: 2px solid var(--green-color);
}
.input-pendiente, input[type="text"]{
  margin-right: 5px;
  border-radius: 0.3em;
  padding: 5px 7px;
  border: 1px solid grey;
}
.label-ub{
  background-color: var(--red-color);
  color: white;
  padding: 0.3em 0.5em;
}
.ub2{
  background-color: var(--yellow-color);
  color: var(--brown-color);
  font-weight: 600;
  border: 1px solid var(--brown-color);
}
.ub3{
  background-color: var(--primary-blue-color);
}
.lote-completo{
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lote-completo > .btn-selector{
  flex-direction: column;
  background-color: var(--success-color-dark);
  color: #fff;
}
.instalacion{
  cursor: pointer;
}
#cont-instalaciones, .textos-instalaciones{
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.instalacion{
  text-align: center;
  width: 30%;
}
.instalacion {
  position: relative;
  text-align: center;
  width: auto;
  cursor: grab;
}

.instalacion:active {
  cursor: grabbing;
}

.instalacion img {
  width: 60px;
  height: auto;
  display: block;
  margin: auto;
  pointer-events: none;
}
.instalacion h4 {
  background-color: var(--yellow-color);
  padding: 4px 8px;
  font-size: 0.9em;
  margin-top: 4px;
  border-radius: 4px;
  display: inline-block;
  pointer-events: none;
}
.instalacion.corral h4{
  background-color: var(--red-color);
  color: #fff;
}
.instalacion.alm h4{
  background-color: var(--primary-blue-color);
  color: #fff;
}
.instalacion.placed h4.alm{
  position: relative;
  left:-100px;
}
.svg-drop-zone {
  opacity: 1;
}
.volver-sel{
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.btn-volver-sel{
  background:none;
  border: none;
  cursor: pointer;
}
.btn-volver-sel img{
  transform: rotate(-90deg);
}
@media screen and (max-width:58em) {
  /*--consigna 3*/
  article#consigna03 .hotspot{
    max-width: 95%;
    padding: 0.5em;
  }
  #wrapper02.img-wrapper{
    max-height: 60vh;
  }
  #wrapper02 img.base {
    height: 60vh;
    width: 100%;
  }
  #overlaySvg2{
    height: 60vh;
    width: 100%;
  }
  .respuestas-ub .respuesta{
    display: block;
  }
  .pantalla-inicio{
    align-items: flex-start;
    overflow-y: scroll;
    padding-top: 1em;
  }
  .btn-inicio-next{
    height: 100px;
  }
  #final p {
    font-size: 0.9em;
  }
  #final h2 {
    font-size: 1.1em;
  }
  .containerVideo a.close {
    top: 40px;
    right:10px;
  }
  .preguntas form, .contAct, #CuestJugo{
    margin: 0.5em;
    padding: 1.3em;
  }
  h3, .preguntas h3{
    font-size: 1em;
    margin-bottom: 1em;
  }
  a.close img {
    transition: 0.2s;
    width: 18px;
    height: 18px;
  }
  .close {
    position: absolute;
    right: 5px;
    top: 5px;
    background: var(--alternative-color);
    padding: 7px;
    border-radius: 50%;
    width: 20px;
    box-shadow: 1px 1px rgba(0, 0, 0, 0.3);
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .respuestaSortable{
    width: 100%;
  }
  .preguntas{
    align-items: flex-start;
  }
  .respuesta label{
    font-size: 0.95em;
  }
  h1{
    font-size: 1em;
  }
  .inicio{
    width: 90%;
  }
  .inicio h1{
    font-size: 1.3em;
  }
  .logos img:nth-child(1) {
    width: 150px;
  }
  .logos img:nth-child(2) {
    width: 100px;
    margin-top: 3px;
  }
  #contador, .btn-espacio, .count-circle {
    height: 50px;
    width: 50px !important;
  }
  .btn-espacio{
    right: 75px;
  }
  .success, .error{
    font-size: 0.95em;
  }
  .respuesta {
    margin: 0 5px 20px 0px;
  }
  #consigna{
    left: 0;
    margin-top: 50px;
  }
  #consigna .contAct{
    max-width: 95%!important;
    padding: 0.7em 0.3em 0.3em 0.3em;
  }
  .contAct h3.title {
    font-size: 0.95em;
  }
  .hostspot-body img{
    max-width: 100%;
    height: auto;
  }
  .hotspot{
    max-width: 70%;
    margin-top: 1.6em;
    max-height: 85vh;
    overflow-y: auto;
    overflow-x:hidden;
    display: block;
  }
  #consigna04 .respuesta{
    width: 45%;
    box-sizing: border-box;
  }
  #consigna04 .respuestas-04{
    justify-content: space-between;
  }

  .hostspot-body{
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .btn-container{
    display: block;
    margin: auto;
  }
  .btn.btn-primary.back {
    margin-bottom: 20px;
  }
  .contAct{
    position: relative;
  }
  .container-middle, .bg-primary{
    width: 95%;
    margin: auto;
  }
  .container-middle.bg-white-80{
    width: 100%;
  }
  .seleccion-espacios{
    flex-direction: column;
    width: 95%;
    margin: auto;
  }

  #image-map area:hover{
    cursor: pointer;
    background-color: #00b3b6;
  }
  .svg-drop-zone{
    position: absolute;
    box-sizing: border-box;
    pointer-events: auto; /* aceptar drops */
    background: rgba(16,170,141,0.06); /* leve "colorsito" */
    border: 2px dashed rgba(16,170,141,0.18);
    transition: background .12s, border-color .12s;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .svg-drop-zone.highlight{
    background: rgba(16,170,141,0.18);
    border-color: rgba(16,170,141,0.32);
  }
  .sortable-ghost {
    opacity: 0.9;
    z-index: 9999 !important;    /* encima de todo */
    box-shadow: 0 8px 20px rgba(0,0,0,0.35);
    pointer-events: none;
  }
  .sortable-chosen {
    opacity: 0.8;
  }
  .sortable-fallback {
    pointer-events: none;
    z-index: 99999 !important;
    opacity: 0.9;
    cursor: grabbing;
  }
  /* asegúrate que el wrapper sea positioned */
  .img-wrapper { position: relative; display: inline-block; }
  .container-img {
    width: 50%;
    height: 25%;
  }
  .container-img img {
    width: 100%;   /* 100% del ancho de .container-img */
    height: auto;  /* Para mantener la proporción */
    position: relative; /* Esto ya lo tenías */
    display: block; /* Buena práctica para eliminar espacios extra */
  }
}
@media screen and (min-width:59em){
  .cont-ubicaciones{
    display: flex;
  }
  #cont-instalaciones{
    flex-direction: column;
  }
  .respuestas-ub{
    display: flex;
    justify-content: space-between;
  }
  .hotspot{
    max-height: 85vh;
    overflow-y: auto;
  }
  .respuestas-ub .respuesta{
    flex-direction: column;
    width: 30%;
  }
  .d-flex-desktop{
    display: flex;
  }
  .pendiente .respuesta{
    width: 33%;
  }
  .logos img:nth-child(1){
    width: 150px;
  }
  .logos img:nth-child(2){
    width: 100px;
    margin-top: 3px;
  }
  .contenido{
    max-width: 500px;
  }
  .container-body{
    width: 70%;
  }
  #final p{
    width: 70%;
    margin: 1em auto;
  }
  #final .img-final{
    max-width: 70%;
  }
  .img-pan {
    max-width: 300px;
  }
  .btn-selector{
    flex-direction:row;
    margin-top: 0.5em;
  }
}
@media screen and (min-width:1100px){
  .img-fluid.ub-img{
    max-width: 700px;
  }
}
@media screen and (min-width:1600px){
  .logos img:nth-child(1){
    width: 200px;
  }
  .logos img:nth-child(2){
    width: 150px;
    margin-top: 3px;
  }
  .img-pan {
    max-width: 400px;
  }
}
.ayuda{
  display: none!important;
}
input::placeholder {
  color: #fff;
}