html, body { 
  /*background-color: #37364B;*/
  background-color: #1E4D50;
  color: white;
}

#jspsych-content {
  text-align: center;
  margin: auto;
  /*background-color: #37364B;*/
  background-color: #1E4D50;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: none;
}

#jspsych-content.fondo_practica {
  background-color: #142850;
}

.instructions {
  width: 80vw;
  max-width: 960px;
}
.instructions-float {
  position: absolute;
  top: 5vh;
  width: 80vw;
  max-width: 960px;
}
.instructions-btn {
  width: 30vw;
  max-width: 200px;
  padding: 20px;
  border: 3px solid white;
  border-radius: 10px;
  background-color: #444;
  color: white;
  font-size: 18px;
  position: absolute;
  bottom: 10vh;
  left: 50%;
  transform: translateX(-50%);
}
#jspsych-html-button-response-btngroup {
  height: 0px;
  /*max-width: 800px;*/
  max-width: 520px;
  position: absolute;
  bottom: 4vh;
  width: 80vw;
  left: 50%;
  transform: translateX(-50%);
}
.touch-btn {
  width: 30vw;
  max-width: 100px;
  height: 30vw;
  max-height: 100px;
  border: 3px solid white;
  border-radius: 50%;
  background-color: #444;
}
.touch-btn:disabled {
  background-color: #444;
  border: 3px solid white;
}
.touch-btn-left {
  position: absolute;
  left: 0;
  bottom: 5vh;
}
.touch-btn-right {
  position: absolute;
  right: 0;
  bottom: 5vh;
}
.touch-btn-left-fake {
  position: absolute;
  left: max(10vw, calc(50vw - 250px));
  bottom: 9vh;
}
.touch-btn-right-fake {
  position: absolute;
  right: max(10vw, calc(50vw - 250px));
  bottom: 9vh;
}

.spinner {
  animation: rotate 2s linear infinite;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
}
  
.spinner .path {
  stroke: rgb(255, 255, 255);
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

.heart-flower-stim {
  width: 80vw;
  max-width: 800px;
  height: 180px;
  background-color: white;
  border-radius: 20px;
  position: relative;
  border: 6px solid white;
}
.heart-flower-stim .top_feedback {
  position: absolute;
  top: -65%;
  right: 0;
  display: none;
}
.heart-flower-stim .bot_feedback {
  width: auto;
  height: 50px;
  padding: 10px 0;
  position: absolute;
  top: calc(100% + 40px);
  left: 50%;
  transform: translateX(-50%);
}
/*.heart-flower-stim p {
  margin: 0;
  line-height: 80px;
  font-size: 18px;
}*/
.heart-flower-stim img {
  /*width: 60px;*/
  top: 16px;
  height: 120px;
  padding: 10px 0px;
}

.heart-flower-left img {
  position: absolute;
  left: 20px;
}
.heart-flower-right img {
  position: absolute;
  right: 20px;
}
.preparando p {
  margin: 0;
  line-height: 180px;
  font-size: 36px;
  color: black;
}
.heart-flower-stim.tiempo {
  border-color: #FFAA00;
  color: #FFAA00;
}
.heart-flower-stim.exito {
  border-color: #50E48B;
  color: #50E48B;
}
.heart-flower-stim.fracaso {
  border-color: #FF3762;
  color: #FF3762;
}
.botones_falsos {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  width: 80vw;
  max-width: 800px;
}
.boton_falso {
  position: relative;
  border: 6px solid #6D6B8B;
  color: #6D6B8B;
  border-radius: 15px;
  height: 60px;
  width: 60px;
  /*cursor: pointer;*/
  outline-width: 0px;
  /*outline-color: #E6FF8D;*/
  outline-style: solid;
}
/*.boton_falso:active {
  border-color: #E6FF8D;
}*/
/*.boton_falso:hover {
  transition-duration: 0.1s;
  background-color: #3A3A3A;
}*/

/*.boton_falso:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 4em;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.05s;
  box-shadow: 0 0 10px 40px white;
}

.boton_falso:active:after {
  box-shadow: 0 0 0 0 white;
  position: absolute;
  border-radius: 4em;
  left: 0;
  top:0;
  opacity: 1;
  transition: 0s;
}

.boton_falso:active {
  top: 1px;
}*/

/*TEXT_INPUT*/
#input-0 {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 20px #646AC129;
  border-radius: 10px;
  height: 50px;
  border: none;
  font-size: 26px;
  text-align: center;
  width: 300px;
}
input#jspsych-survey-text-next, .boton_continuar {
  background: transparent linear-gradient(90deg, #E6FF8D 0%, #90CBF2 100%) 0% 0% no-repeat padding-box;
  border-radius: 52px;
  border: none;
  letter-spacing: 8px;
  color: #FFFFFF;
  text-shadow: 0px 2px 6px #00000063;
  padding: 7px 30px;
  font-size: 26px;
  font-weight: 900;
  max-width: none;
  width: auto;
}
#jspsych-fullscreen-btn {
  background: transparent linear-gradient(90deg, #E6FF8D 0%, #90CBF2 100%) 0% 0% no-repeat padding-box;
  border-radius: 52px;
  border: none;
  letter-spacing: 8px;
  color: #FFFFFF;
  text-shadow: 0px 2px 6px #00000063;
  padding: 7px 30px;
  font-size: 26px;
  font-weight: 900;
  max-width: none;
  width: auto;
}
a#jspsych-survey-text-next {
  background: transparent linear-gradient(90deg, #E6FF8D 0%, #90CBF2 100%) 0% 0% no-repeat padding-box;
  border-radius: 52px;
  border: none;
  letter-spacing: 8px;
  color: #FFFFFF;
  text-shadow: 0px 2px 6px #00000063;
  padding: 7px 30px;
  font-size: 26px;
  font-weight: 900;
  max-width: none;
  width: auto;
  text-decoration: none !important;
}
#reingresar_rut {
  background: transparent linear-gradient(90deg, #ff8d97 0%, #df4646 100%) 0% 0% no-repeat padding-box;
  border-radius: 52px;
  border: none;
  letter-spacing: 8px;
  color: #FFFFFF;
  text-shadow: 0px 2px 6px #00000063;
  padding: 7px 30px;
  font-size: 26px;
  font-weight: 900;
  max-width: none;
  width: auto;
  text-decoration: none !important;
}
.boton_iniciar {
  background: transparent linear-gradient(90deg, #7154E8 0%, #E85474 100%) 0% 0% no-repeat padding-box;
  border-radius: 52px;
  border: none;
  letter-spacing: 8px;
  color: #FFFFFF;
  text-shadow: 0px 2px 6px #00000063;
  padding: 7px 30px;
  font-size: 26px;
  font-weight: 900;
  max-width: none;
  width: auto;
}

.boton_practicar {
  background: transparent;
  border-radius: 52px;
  border: none;
  letter-spacing: 8px;
  color: #E6FF8D;
  padding: 7px 30px;
  font-size: 26px;
  font-weight: 900;
  max-width: none;
  width: auto;
  border: 1px solid #E6FF8D;
}
.boton_practicar:hover {
  color: #3d3d3d;
}

.boton_cancelar {
  background: transparent linear-gradient(90deg, #ffba8d 0%, #f29090 100%) 0% 0% no-repeat padding-box;
  border-radius: 52px;
  border: none;
  letter-spacing: 8px;
  color: #FFFFFF;
  text-shadow: 0px 2px 6px #00000063;
  padding: 7px 30px;
  font-size: 26px;
  font-weight: 900;
  max-width: none;
  width: auto;
  left: 0;
}
#boton_reintentar {
  background: transparent linear-gradient(90deg, #7154E8 0%, #E85474 100%) 0% 0% no-repeat padding-box;
  border-radius: 52px;
  border: none;
  letter-spacing: 8px;
  color: #FFFFFF;
  text-shadow: 0px 2px 6px #00000063;
  padding: 7px 30px;
  font-size: 26px;
  font-weight: 900;
  width: auto;
  max-width: 370px;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
#mensaje_error {
  color: red;
  margin-bottom: 40px;
}
#mensaje_cargando {
  z-index: 99;
  display: flex;
  position: absolute;
  flex-direction: column;
  background-color: #37364b;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}

#mensaje_cargando .loading {
  max-width: 200px;
}

#contenedor_reintentar {
  z-index: 101;
  display: flex;
  position: absolute;
  flex-direction: column;
  background-color: #37364b;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}

.boton_consentir {
  /*left: 100%;*/
  left: calc(100% + 40px);
}
.boton_cancelar_2 {
  background: transparent linear-gradient(90deg, #ffba8d 0%, #f29090 100%) 0% 0% no-repeat padding-box;
  border-radius: 52px;
  border: none;
  letter-spacing: 8px;
  color: #FFFFFF;
  text-shadow: 0px 2px 6px #00000063;
  padding: 7px 30px;
  font-size: 26px;
  font-weight: 900;
  max-width: none;
  width: auto;
  left: 100%;
}
.boton_consentir_2 {
  left: 0;
}
.advertencia {
  max-width: 100%;
}

.titulo_principal {
  font-size: 50px;
  font-weight: 900;
  letter-spacing: 0px;
  color: #FFFFFF;
  line-height: 55px;
}

.texto_azul {
  letter-spacing: 5px;
  color: #90CBF2;
}

table {
  border-collapse: collapse;
}
td, th {
  border: 1px solid white;
}
.londrina {
  font-family: "Londrina Solid", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.titulo_secundario {
  font-size: 30px;
}
.fondo_blanco {
  background-color: white;
  color: black;
  text-align: left;
  padding: 1px 2% 2%;
  border-radius: 10px;
}
@media only screen and (max-height:51.25em) {
  h1.titulo_principal {
    font-size: 30px;
    margin: 0;
  }
  h3 {
    margin: 0;
  }
  p {
    margin-bottom: 0;
    margin-top: 6px;
  }
  .fondo_blanco p {
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 4px;
    line-height: 26px;

  }
  .fondo_blanco .titulo_secundario {
    font-size: 20px;
  }
  .fondo_blanco {
    font-size: 14px;
    padding-bottom: 4px;
  }
  img.advertencia {
    max-width: 530px;
  }
}

body.mas_ancho .instructions {
  max-width: 1166px;
}

body {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}