@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');
/*Hola!*/
:root{
  --primary-color: #00b3b6;
  --secondary-color:#00597c;
  --alternative-color:#c6b09d;
  --violet-color:#9d63a9;
  --pink-color:#e9599a;
  --yellow-color:#f8e915;
  --green-light-color:#c2d94c;
  --orange-color:#faa61b;
  --blue-light-color:#12c0df;
  --grey-color:#c7c2bd;
  --light-color:#c6b09d;
  --dark-color:#9c7655;
  --green-color:#509c44;
  --red-color:#d14f64;
  --white-color:#f6f6f6;
  --success-color:#00b69b;
  --success-color-dark:#058572;
}

*{
  margin: 0;
  padding: 0;
}

body{
    margin: 0;
    overflow: hidden;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}
h1, h3, h4, h5, h6{
  font-weight: 600;
  color: var(--secondary-color);
  text-align: center;
}
h2.title{
  font-weight: 600;
  color: var(--secondary-color);
  text-transform: uppercase;
  text-align: center;
}
.text-white{
  color: #fff!important;
}

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(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;
}
.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);
}



.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;
}
.etiqueta-reaccion{
  display: flex;
  position: relative;
  background-color: aliceblue;
  bottom: 100px;
  flex-direction: column;
}

.d-none{
    display: none !important;
}

.preguntas{
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 75vh;
}

.preguntas form, .contAct, .container-body{
      margin: 1em;
      padding: 3em;
      /*background-color: var(--light-color);*/
      background : radial-gradient(50% 50%, rgba(199, 194, 189, 1) 0%, rgba(198, 176, 157, 1) 100%);
      border-radius: 20px;
      max-width: 70%;
      text-align: center;
}
#feedback-cuest07.success, .success{
  /*background-color: #00b3b6a0;*/
  background: #00b69b;
  color: #fff;
  padding: 0.5em;
  border-radius: 0.5em;
  display: inline-block;
}
#cuest07.preguntas form{
  max-width: 90%;
}
#cuest07 h3{
  text-transform: initial;
}
.contAct{
  border-radius: 10px;
  padding: 1em;
  box-sizing: border-box;
  text-align: center;
}
.contAct h3.title{
  color: var(--secondary-color);
  font-size: 1.1em;
}

.preguntas h3{
    margin-bottom: 2em;
}

.preguntas form p{
    margin: 1em 0em;
}

.respuesta{
    display: flex;
    flex-direction: row;
    /*flex-wrap: wrap;*/
    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%;
  margin-left: 4%;
  background : radial-gradient(50% 50%, rgba(199, 194, 189, 1) 0%, rgba(198, 176, 157, 1) 100%);
  backdrop-filter: blur(10px);
  text-align: center;
}

.hotspot-imagen{
  display: flex;
  max-height:350px;
  border-radius: 10px;
}

.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: 10px;
  width: 33%;
}
.columnasSortable{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-around;
  gap:10px;
}

.respuestaSortable img{
  max-width:90% ;
}

.respuestasSortable{
  display: flex;
      flex-wrap: wrap;
      align-content: center;
      justify-content: space-around;
      align-items: center;
}
.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: none;
}
.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, .pop-up{
  position: absolute;
  left: 25%;
}
#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: radial-gradient(50% 50%, rgba(195, 230, 228, 1) 0%, rgba(119, 203, 196, 1) 100%);
  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(--secondary-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;
}
.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;

}

/*--NUEVO--*/
.primary-gradient
{
  background : radial-gradient(50% 50% rgba(195, 230, 228, 1) 0%, rgba(119, 203, 196, 1) 100%);
}
.btn.btn-primary{
  background-color: var(--orange-color);
  color: var(--secondary-color);
  border: none;
  padding: 0.5em 1em;
  border-radius: 0.5em;
  text-transform: uppercase;
  font-weight: 900;
  cursor: pointer;
}
.panolens-infospot{
  font-family: 'Montserrat', sans-serif!important;
  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;
}
form h3, .preguntas h3{
  color: var(--secondary-color);
}
input[type="checkbox"]{
  margin-right: 10px;
}
.preguntas form{
  position: relative;
}
.close{
  cursor: pointer;
  position: absolute;
  right: 25px;
  top: 25px;
  z-index: 100;
}
.btn.btn-primary.next, .btn.btn-primary.confirm, .btn.btn-primary.verify,.btn.btn-primary.close-btn,.btn.btn-primary.back {
  background-image: url(../assets/03_iconos/1x/iconos-next03.png);
  background-repeat: no-repeat;
  background-position: 85% center;
  padding-right: 30px;
  transition: 0.5s;
  font-weight: 600;
}
#consigna .hotspot .btn.btn-primary.next{
  padding-right: 50px;
  background-image: url(../assets/03_iconos/1x/iconos-seleccionar.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/03_iconos/1x/iconos-cancelar.png);
}
.contAct.success{
  text-align: center;
}
.btn.btn-primary.confirm{
  padding-right: 50px;
  background-image: url(../assets/03_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/03_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-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: #ffb946;
}
.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-primary.verify{
  padding-right: 50px;
  background-image: url(../assets/03_iconos/1x/icono-listo-azul.png);
}
.btn.btn-primary.back{
  padding-right: 15px;
  padding-left: 50px;
  background-position: 20px center;
  background-image: url(../assets/03_iconos/1x/iconos-back.png);
}
.btn.btn-primary.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;
}
.imageSortable{
  position: relative;
}
.imageSortable p{
  background-color: var(--secondary-color);
  color:#fff;
  padding: 0.2em 0.5em;
  border-radius: 0.5em;
  position: absolute;
  bottom: 30px;
}
#cuest07, #cuest07 form{
  background: var(--primary-color);
  border-radius: 0;
  color: #fff;
  padding: 10px!important;
}
#cuest07{
  height: 100%;
  /*max-height: 67vh;*/
}
.relative{
  position: relative;
}
#feedback-cuest07{
  text-align: center;
  padding: 0.3em 1em;
  border-radius: 0.5em;
  position: absolute;
  left: 20px;
  bottom: 110px;
  z-index: 5000;
  box-sizing: border-box;
}

#feedback-cuest07.error{
  background-color: #d14f65b8;
}
#cuest07 h3{
  font-size: 1.1em;
}
.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{
  /*position: absolute;
  left: 20px;
  top: 20px;*/
  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(--secondary-color);
  color: #fff;
  padding: 0.5em;
  display: inline-block;
  border-radius: 0.5em;
  margin-bottom: 0.3em;
}
.inicio h3{
  font-size: 1.4em;
  margin-bottom: 0.7em;
}
#btn-inicio {
  font-size: 1em;
  padding-right: 50px;
  margin-top: 2em;
}
.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(--secondary-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-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;
}
#CuestJugo{
  padding: 1em 2em;
}
.ad-panel{
  padding: 0.3em 1em;
  display: inline-block;
}
.ad-panel h3{
  color: #b75b0f;
  margin-bottom: 0.1em;
  font-size: 1em;
}
.ad-warning{
  /*background: #fa7f1b83;*/
  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;
}
@media screen and (max-width:58em) {
  
  #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;
    /*background-color: var(--light-color);*/
    max-width: 90%;
  }
  h3, .preguntas h3{
    font-size: 1em;
    margin-bottom: 1em;
  }
  a.close img {
    transition: 0.2s;
    width: 18px;
    height: 18px;
  }
  .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;
  }
  .respuestaSortable{
    width: 100%;
  }
  .preguntas{
    align-items: flex-start;
  }
  .respuesta label{
    font-size: 0.95em;
  }
  .video-laboratorio.flex{
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: var(--primary-color);
    overflow-y: scroll;
  }
  .video-laboratorio video {
    width: 90% !important;
    height: auto;
    margin-top: 0.5em;
  }
  #cuest07 h3 {
    font-size: 0.8em;
  }
  .respuesta img {
    max-height: 45px;
  }
  #cuest07 label{
    font-size: 0.8em;
  }
  #cuest07 .respuesta {
    margin-right:10px;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 0px;
  }
  #cuest07, #cuest07 form {
    padding: 3px!important;
  }
  .btn{
    font-size: 0.7em;
  }
  div#contVideoLaboratorio{
    height: 95vh;
  }
  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;
  }
  .imageSortable {
    position: relative;
    width: 70%;
    margin: auto;
  }
  .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;
  }
  .hostspot-body img.matafuego{
    max-width: 70%;
    height: auto;
  }
  .hotspot{
    max-width: 70%;
    margin-top: 1.6em;
  }
  .hostspot-body{
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  #feedback-cuest07.success {
    background-color: #00b3b6;
    backdrop-filter: blur(10px);
  }
  #feedback-cuest07.error {
    background-color: #d14f65f2;
    left: 0;
    top: 70px;
    bottom: auto;
  }
  .section-container img {
    max-width:200px;
  }
  .btn-container{
    display: block;
    margin: auto;
  }
  .selector-container{
    gap: 30px;
    justify-content: flex-start;
  }
  .soluciones-reacciones img {
    max-width: 250px;
  }
  .btn.btn-primary.back {
    margin-bottom: 20px;
  }
  .image-relative {
    position: relative;
    max-width: 100%;
  }
  #cuest11, #cuest09 .contAct{
    position: relative;
  }
  #cuest11 .close{
    right: 5px;
    top: -10px;
  }
  .lista .item{
    font-size: 0.9em;
    padding-left: 35px;
  }
  .btn-container .count-circle{
    margin-top: 15px;
    margin-bottom: 10px;
  }

}
@media screen and (min-width:59em){
  .respuesta img{
    padding-bottom: 0.5em;
  }
  #cuest07 h3 {
    font-size: 0.95em;
    margin-bottom: 0.7em;
  }
  .respuesta img {
    max-height: 40px;
  }
  .logos img:nth-child(1){
    width: 150px;
  }
  .logos img:nth-child(2){
    width: 100px;
    margin-top: 3px;
  }
  .container-body{
    width: 70%;
  }
  #final p{
    width: 70%;
    margin: 1em auto;
  }
  #final .img-final{
    max-width: 70%;
  }
  #feedback-cuest07{
    width: 50%;
  }
  img#soluciones-img {
    max-width: 80%;
    border-radius: 15px;
  }
  .soluciones-reacciones .btn-container > div{
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .soluciones-reacciones img {
    max-width: 100%;
  }

}
@media screen and (min-width:1600px){
  body{
    font-size:1.1em;
  }
  
  #cuest07 h3 {
    font-size: 1.2em;
    margin-bottom: 1.8em;
  }
  #cuest07.preguntas form{
    max-width: 80%;
  }
  .verify{
    margin-top: 1.3em;
  }
  .respuesta img {
    max-height: 70px;
    padding: 0.2em;
  }
  .logos img:nth-child(1){
    width: 200px;
  }
  .logos img:nth-child(2){
    width: 150px;
    margin-top: 3px;
  }
}

#loader {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: #000;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

#progress-container {
  width: 80%;
  height: 20px;
  background: #151515;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 20px;
}

#progress-bar {
  width: 0%;
  height: 100%;
  background: var(--primary-color);
  transition: width 0.3s ease;
}

#progress-text {
  margin-top: 10px;
}
