@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@100..700&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');

:root{
  --primary-new-color:#24324f;
  --secondary-new-color:#79b9cd;
  --third-new-color:#edd393;
  --fourth-new-color:#525ca9;
  --fifth-new-color:#cd645e;
  --primary-color: #203d5a;
  --secondary-color:#1882b1; 
  --alternative-color:#f2dbbe;
  --violet-color:#7c5aa6;
  --grey-color:#b2bec6;
  --light-color:#f1dbbe;
  --dark-color:#9c7655; 
  --red-color:#d15066;
  --white-color:#f6f6f6;
  --success-color:#12aa8c;
  --success-color-dark:#08937a;
  --dark-blue:#203d5a;
  --white-soft:rgba(255,255,255,0.5);
}

*{
  margin: 0;
  padding: 0;
}
.debug{
  display: none!important;
}
body{
    margin: 0;
    overflow: hidden;
    box-sizing: border-box;
    font-family: 'Space Mono', 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;
}
.text-uppercase{
  text-transform: uppercase;
}
.bg-primary{
  background-color: var(--primary-color);
  color: #fff;
}
.bg-secondary-color{
  background-color: var(--secondary-new-color);
}
.rounded{
  border-radius: 1em;
}
.border-bg-secondary{
  border: 3px solid var(--dark-blue);
}
.p-2{
  padding: 1em;
}
.p-1{
  padding: 0.5em;
}

canvas{
  width: 100% !important;
}
.pantalla-inicio, #mensaje-inicio{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(255, 245, 245, 0.6);
  backdrop-filter: blur(10px);
  position: absolute;
  top: 0;
}
.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;
}
.contenedorVideo{
  top:0;
  width: 100%;
  background: black;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}
.img-actividad{
  max-width: 400px;
}
.containerVideo{
    overflow: hidden;
    position: absolute;
    height: 90vh;
}
.containerVideoHotspot{
  overflow: hidden;
}

.containerVideo video, .containerVideoHotspot video{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.etiqueta-reaccion{
  display: flex;
  position: relative;
  background-color: aliceblue;
  bottom: 100px;
  flex-direction: column;
}

.d-none{
    display: none !important;
}
ul{
  font-size: 0.9em;
}
li{
  text-align: left!important;
  margin-left: 25px;
  margin-top: 5px;
}
select{
  padding: 0.5em;
}
.preguntas{
    display: flex;
    justify-content: center;
    align-items: center;
}
.superindice{
  font-size: 0.7em;
}
.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;
}

.respuesta{
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    margin: 0 15px 10px 15px;
    font-size: 0.9em;
}
.datos li{
  margin-left: 1em;
  text-align: left;
}
.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;
}

.containerActividad{
  position: relative;
}
.containerActividad{
  display: flex;
  justify-content: center;
  padding: 1em;
  max-width: 85%;
  background-color: var(--primary-new-color);
  backdrop-filter: blur(10px);
  text-align: center;
  margin: auto;
}
.hotspot{
  padding: 1em;
  width: 85%;
  display: block;
  background-color: var(--primary-new-color);
  backdrop-filter: blur(10px);
  text-align: center;
  margin: auto;
}
.hostspot-body{
  color: white;
  padding: 1em;
  border: 2px dashed var(--white-soft);
}

.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;
}
.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;
}

.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;
}

.highlight-svg path {
  stroke-width: 5;
  filter: drop-shadow(0 0 5px #84ea42);
}
.highlight-svg path.sel{
  stroke-width: 2;
  filter: drop-shadow(0 0 5px #f5faf2);
}
#consigna{
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  padding: 0 1em;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
button{
  font-family: 'Antonio',sans-serif;
}

#contador, .btn-espacio,.count-circle, .contador-act01{
  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);
}
.contador-act01{
  top: auto;
  bottom: 25px;
  right: 25px;
}
.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;
}
.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;
}
a.close:hover img{
  transform: scale(0.9);
}
a.close img{
  transition: 0.2s;

}
.btn.btn-primary, .btn.btn-secondary,.btn.btn-third{
  background-color: var(--secondary-color);
  color: var(--white-color);
  border: none;
  padding: 0.5em 1em;
  text-transform: uppercase;
  font-weight: 900;
  cursor: pointer;
  font-size: 1.1rem;
  border: 2px solid var(--light-color);
}
.btn.btn-third{
  background-color: var(--violet-color);
}
.btn.btn-secondary{
  background-color: var(--fourth-new-color);
}
.panolens-infospot{
  background-color: var(--primary-color);
  padding: 0.3em 0.5em;
  color: var(--grey-color);
  border-radius: 0.3em;
  font-weight: 400;
  font-size: 0.8em;
  text-align: center;
  max-width: 300px;
}
input[type="checkbox"]{
  margin-right: 10px;
    display: inline-block !important;
  opacity: 1 !important;
  visibility: visible !important;
  width: 18px;
  height: 18px;
}
.preguntas form{
  position: relative;
}
.close{
  cursor: pointer;
  position: absolute;
  right: 25px;
  top: 25px;
  z-index: 100;
}
.btn-volver{
  width: 50px;
  height: 50px;
  position: absolute;
  background:url(../assets/iconos/1x/iconos-volver.png);
  background-size: cover;
  border: 0;
  bottom: 10px;
  cursor: pointer;
}
.btn-primary.pan{
  font-weight: 600;
  transition: 0.5s;
}
.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-next.png);
  background-repeat: no-repeat;
  background-position: 85% center;
  padding-right: 50px;
  transition: 0.5s;
  font-weight: 600;
}
.btn-primary.pan:hover{
  font-weight: 600;
  transition: 0.5s;
  background-color: var(--secondary-new-color);
}
#consigna .hotspot .btn.btn-primary.next{
  padding-right: 50px;
  background-image: url(../assets/iconos/1x/iconos-next.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);
}
.contAct.success{
  text-align: center;
}
.btn.btn-primary.confirm{
  padding-right: 50px;
  background-image: url(../assets/iconos/1x/icono-check.png);
}
.avanzar .btn.btn-primary.confirm, .avanzar .btn.btn-primary.next, #btn-consigna{
  padding-right: 50px;
  background-image: url(../assets/iconos/1x/iconos-next04.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: var(--fourth-new-color);
}
.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;
  /*background-image: url(../assets/iconos/1x/icono-check.png);*/
}
.btn.btn-secondary.back{
  padding-right: 15px;
  padding-left: 50px;
  background-position: 20px center;
  background-image: url(../assets/iconos/1x/iconos-back02.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;
  color: var(--primary-new-color);
}
th{
    padding: 0.3em;
    background: var(--secondary-color);
}
.wrap{
  flex-wrap: wrap;
}
.justify-center{
  justify-content: center;
}
.pantalla-cierre{
  position: absolute;
  text-align: center;
  width: 100%;
  backdrop-filter: blur(10px);
  height: 100vh;
  background: rgba(255,255,255,0.7);
}
.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,.mensaje-inicio{
  text-align: center;
  background-color: var(--primary-new-color);
  padding: 1em;
  max-width: 900px;
}
.container-inicio{
  padding: 1.5em 2.5em;
  border: 2px dashed rgba(255,255,255,0.4);
  position: relative;
}
.icon-inicio01{
  position: absolute;
  bottom:15px;
  left: 15px;
}
.icon-inicio02{
  position: absolute;
  top:15px;
  left: 15px;
}
.icon-inicio03{
  position: absolute;
  top:15px;
  right: 15px;
}
.icon-inicio04{
  position: absolute;
  bottom:15px;
  right: 15px;
}
.inicio h1{
  background: var(--secondary-new-color);
  padding: 0.5em 1em;
  display: inline-block;
  margin-bottom: 0.3em;
  font-size: 1.3em;
  font-weight: 600;
  color: var(--primary-new-color);
}
.inicio h3{
  font-size: 1.2em;
  color:var(--secondary-new-color);
}
.inicio p{
  color:var(--secondary-new-color);
  margin-bottom: 1em;
}
.contenido{
  max-width: 90%;
  margin: auto;
  font-size: 1em;
}
.inicio .contenido{
  font-size: 1.1em;
}
#consigna-inicial{
  position: absolute;
  top: 0;
  display: grid;
  align-items: center;
  height: 100vh;
  width: 100%;
  background: rgba(0,0,0, 0.7);
  backdrop-filter: blur(3px);
}
#btn-inicio, #btn-bienvenida {
  font-size: 1em;
  padding-right: 50px;
  margin-top: 1em;
}
.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: 1px dashed #fff;
    text-align: center;
    display: inline-block;
    background-color: var(--success-color-dark);
    color: white;
    margin: auto !important;
}
.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;
}
.cilindro, .cubo{
  max-width: 140px;
  margin-top: 1em;
}
.texto-destacado{
  background-color: var(--fourth-new-color);
  color: white;
  border: 3px solid var(--light-color);
  font-size: 1.2em;
  width: auto;
  display: inline-block;
  padding: 0.5em 1em;
}
.texto-destacado p{
  font-weight: 400;
  margin-bottom: 0;
}
#textoConsigna{
    background: #272b4f4f;
    display: inline;
    padding: 0.3em 0.5em;
    border-radius: 0.5em;
}
#decision-espacios{
  bottom: 0px;
}
#fondo-enfardado{
  background-image: url(../assets/fotos-centro-verde/foto-centro-verde.jpg);
  background-position: center center;
  background-size: cover;
}
.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);
}
.cont-imagenes{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  justify-items: center;
}

.cont-rta{
  padding: 10px;
  text-align: center;
}

.cont-rta img{
  max-width: 200px;
  display: block;
  margin: 0 auto 8px;
}

.cont-rta div{
  background-color: var(--secondary-color);
  min-height: 40px;
  width: 200px;
}
.cont-rta .opcion{
  min-height: 0;
}

#cont-opciones{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
}
#cont-opciones .opcion{
  padding: 5px;
  background-color: var(--white-color);
  color: #203d5a;
  cursor: pointer;
  margin-bottom: 0.2em;
}
.container-vid-hot {
    height: auto;
    max-width: 80%;
    margin: auto;
}
.container-vid-hot video{
  max-width: 100%;
}

.selector{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 10px;
}
.opt-img{
  width: 20%;
}
.opt-img img{
  max-width: 100%;
  opacity: 1;
  cursor: pointer;
  transition: 0.5s;
  transform: scale(1);
}
.opt-img img:hover{
  opacity: 0.8;
  transform: scale(1.05);
}
.opt-img img.completo{
  border: 4px solid var(--success-color);
}
.btnAbs{
  z-index: 1000;
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 10px;
    margin: 20px;
}
.close {
  position: absolute;
  right: -4px;
  top: -15px;
  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;
}
.subtitle{
    background-color: var(--violet-color);
    margin: 1em;
    display: inline-block;
    padding: 0.3em 0.5em;
}
.selector-balanza img{
  opacity: 1;
  transition: 0.5s;
}
.selector-balanza img:hover{
  opacity: 0.8;
}
.img-actividad-full,.img-actividad-full-02{
  max-width: 95%;
}
input{
  padding: 0.5em 1em;
}
p{
  font-size: 0.9em;
}
.img-actividad-inicial{
  max-width: 200px;
  margin-top: 1em;
}
@media screen and (max-width:58em) {
  .img-actividad{
    max-width: 200px;
  }
  .icon-inicio03{
    display:none;
  }
  .icon-inicio01 {
    bottom: 5px;
    left: 5px;
  }
  .inicio h3 {
    font-size: 1.1em;
  }
  .container-inicio {
    padding: 1.5em;
  }
  
  .container-vid-hot video{
    max-width: 100%;
    max-height: 0%;
    height: auto;
  }
  .cont-imagenes {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  }
  .cont-rta img {
    max-width: 100%;
  }
  .cont-rta div {
    width: 100%;
  }
  .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: 0.2em;
  }
  a.close img {
    transition: 0.2s;
    width: 18px;
    height: 18px;
  }
  
  .respuestaSortable{
    width: 100%;
  }
  .preguntas{
    align-items: flex-start;
  }
  .respuesta label{
    font-size: 0.95em;
  }
  .btn{
    font-size: 0.7em;
  }
  h1{
    font-size: 1em;
  }
  .inicio{
    width: 90%;
  }
  .inicio h1{
    font-size: 1.2em;
  }
  .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 5px 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;
  }
  .containerActividad{
    max-height: 100vh;
    position: absolute;
    left: 2.5%;
    top: 0.5em;
  }
  .hostspot-body{
    max-width: 95%;
    max-height: 85vh;
    overflow-y: auto;
    padding: 1em 0.3em;
  }
  .container-inicio .hostspot-body{
    height: auto;
  }
  .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;
  }
}
@media screen and (min-width:59em){
  .popupAct{
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }
  
  .hostspot-body{
    max-height: 85vh;
    overflow-y: auto;
  }
  .doscol{
    display: flex;
    justify-content: space-around;
  }
  .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;
  }
  .container-vid-hot {
    max-width: 60%;
  }
  .img-actividad-full {
        max-width: 40%;
  }
  .img-actividad-full-02{
    max-width: 50%;
  }

}
@media screen and (min-width:1600px){
  .hotspot, .containerActividad{
    max-width: 1300px;
  }
  .img-actividad-full{
    max-width: 45%;
  }
  .img-actividad-full-02{
    max-width: 65%;
  }
  body{
    font-size:1.1em;
  }
  .logos img:nth-child(1){
    width: 200px;
  }
  .logos img:nth-child(2){
    width: 150px;
    margin-top: 3px;
  }
  .img-pan {
    max-width: 400px;
  }
}