html{
  height:100%;
}
body{
  font-family: 'Open Sans', sans-serif !important;
  height:100%;
  min-width: 400px;
  margin:0;
  
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.container{
  position: absolute;
  bottom: 0; top: 0; left: 0; right: 0;
  text-align: center;
}
.center{
  margin: 22px;
}

.btn{
  margin: 8px 4px 0;  
}
.btn{
  width: 172px;
  height: 32px;
}

.line{  
  height: 2em;
}
.word, .clue{
  display: inline-block;
  height: 1.5em;  
  padding: 0 5px;
}
.word{
  text-align: right;  
  width: 100px;
}
.clue{
  width: 500px;
}


.crossword{
  display: block;  
  background-color: #e1f5ff;  
  width: 1400px;
  min-width: 850px;
  margin: auto;
  border-radius: 25px;
}
.square #img{
  width: 1em;
height: 1em;
}
.misterpro{
  display: flex;
}
.square{  
  margin: 0 1px 1px 0;
  display: inline-block;
  font: 24px Calibri;
  width: 1em;
  height: 1em;
  line-height: 1em;
  vertical-align: middle;
  
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.letter{
  background-color: rgb(255,255,255);
   
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.char:focus{
  -webkit-box-shadow: 0 0 0 2px rgba(255,32,32,1);
  -moz-box-shadow: 0 0 0 2px rgba(255,32,32,1);
  box-shadow: inset 0 0 0 2px rgba(255,32,32,1);  
}
.char {
  border-color: black;
  -webkit-box-shadow: 0 0 0 2px rgb(0, 0, 0);
  -moz-box-shadow: 0 0 0 2px rgb(0, 0, 0);
  box-shadow: inset 0 0 0 2px rgb(0, 0, 0);  
  font-size:24px;
  text-transform: uppercase;
  outline: 0;
  border: 0;
  padding: 0;
 
  width: 1.1em;
  height: 1.1em;
  text-align: center;
  background: none; 
} 

.prov{
  text-align: initial;
  padding-top: 10px;
  

}
/* .spuestas{
  font: 1em sans-serif;
  width: 700px;
  padding: 10px;
  border-radius: 10px;
  margin-top:20px;
  background-color: #ededed;
  /* column-count: 2; 
  
} */

.spuestash{
  font: 1em sans-serif;
  width: 500px;
  padding: 10px;
  border-radius: 10px;
  margin-top:20px;
  margin-bottom: 20px;
  background-color: #ededed;  
  float: left;
  margin-left: 10px;    
}

.spuestasv{
  font: 1em sans-serif;
  width: 500px;
  padding: 10px;
  border-radius: 10px;
  margin-top:20px;
  margin-bottom: 20px;
  background-color: #ededed;  
  float: right;
  margin-left: 10px; 
}

.blue{
border-radius: 5px;
background-color: #3987bbe7;
color: white;


}

#primeroh{
  width: 100%;
   position: relative;
}

#primerov{
  width: 100%;
   position: relative;
  /* color: #A50000; */
}
.respuestacorr{
height: 20px;
margin-top: 10px;
margin-left: 20px;
color: #27aec0;
font: 1em sans-serif;

}


.proh{
  text-align: initial;
  padding-top: 10px;


}
.hide{
  visibility: hidden;
}

.clueReadOnly
{
  border: 0 ;
  outline: 0;
  color:#303030 !important;
  background:none;
}

@media (max-width: 1400px) {
  .misterpro{
    display: block;

  }
  .spuestas{
    justify-content: center;
    width: 700px;
    padding: 10px;
    margin: auto;
    
  }

}

.headings-int {
    
  font: 28px 'Open Sans', sans-serif;
  color: #003b71;
  letter-spacing: 1px;
  font-size: 2em;
  margin-top: 0;
  text-align: left;
  margin: 20px;
  font-weight: bold;
}
.under-li {
    border-bottom: solid #dbdbdb;
    border-width: 3px;
    padding-bottom: 9px;
    width: 80%;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    text-align: left;
    margin: 20px;
}
.blink {
  animation: blink 2s linear infinite;
  -webkit-animation: blink 2s linear infinite;
}
@keyframes blink {
  50% { opacity: 0.0; }
}
@-webkit-keyframes blink {
  50% { opacity: 0.0; }
}

#prohibido{
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  color: red;
  font-weight: bold;
  font-size: large;
}
#countdown{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2vw;
  border-radius: 10px;
}
#mododebug{
  display: flex;
  align-items: center;
  justify-content: left;
  font-size: 2vw;
  border-radius: 10px;
}

.bien {
	border-color:#00A500;
}

.mal{
	border-color:#A50000;
}

i.ip {
    color:#83c635;
}
i.it {
    color: #f01b18;
}
i.ii{
    color : #31b0d5;
}
.blink {
    animation: blink 2s linear infinite;
    -webkit-animation: blink 2s linear infinite;
  }
  @keyframes blink {
    50% { opacity: 0.0; }
  }
  @-webkit-keyframes blink {
    50% { opacity: 0.0; }
  }

.mostrarRetro{
    display:inline-block;
}

.ocultarRetro{
    display:none;
}


.contrespuestash{
  font: 1em sans-serif;
  width: 500px;
  padding: 10px;
  border-radius: 10px;
  margin-top:20px;
  margin-bottom: 20px;
  background-color: #e1f5ff;  
  float: left;
  margin-left: 10px;    
}

.contrespuestasv{
  font: 1em sans-serif;
  width: 500px;
  padding: 10px;
  border-radius: 10px;
  margin-top:20px;
  margin-bottom: 20px;
  background-color: #e1f5ff;  
  float: right;
  margin-left: 10px; 
}

[data-title]:hover:after {
  opacity: 1;
  transition: all 0.1s ease 0.5s;
  visibility: visible;
}

[data-toggle]:after {
  content: attr(data-toggle);
  background-color: #83c635;
  color: #fff;
  font-size: 14px;
  width: 100px;
  font-family: 'Open Sans', sans-serif;
  position: absolute;
  padding: 3px 20px;
  bottom: -1.6em;
  left: 100%;
  white-space: nowrap;
  box-shadow: 1px 1px 3px #83c635;
  opacity: 0;
  border: 1px solid #83c635;
  z-index: 99999;
  visibility: hidden;
  border-radius: 6px;
  
}
[data-toggle] {
  position: relative;
}
/**/
[data-title]:hover:after {
opacity: 1;
transition: all 0.1s ease 0.5s;
visibility: visible;
}


@media (max-width: 576px){            /*  sm  BS4   >= 576 px  */
  body {
    background-color: white;
  }
}
@media (min-width: 576px){            /*  sm  BS4   >= 576 px  */
  body {
    background-color: white;
  }
  .contrespuestash{
    width: 255px;
  }
  
  .contrespuestasv{
    width: 250px;
  }

  .crossword{
    margin: auto;
  }

}
@media (min-width: 768px){            /*  md  BS4   >= 768 px    */
  body {
    background-color: white;
  }
  .contrespuestash{
    width: 330px;
  }
  
  .contrespuestasv{
    width: 330px;
  }

  .center {
    margin: 0px;
  }

  .crossword{
    margin: auto;
  }

}
@media (min-width: 992px){            /*  lg  BS4   >= 992 px    */
  body {
    background-color: white;
  }
  .contrespuestash{
    width: 420px;
    margin-left: 45px;
  }
  
  .contrespuestasv{
    width: 430px;
    /* margin-right: 45px; */
  }

  .center {
    margin: 0px;
  }

  .crossword{
    margin: auto;
  }

}
@media (min-width: 1200px){            /* xl  BS4   >= 1200 px    */
  body {
      background-color: white;
  }
  .contrespuestasv {
    margin-left: 20px;
    width: 420px;
  }
  .contrespuestash {
    margin-left: 60px;
    width: 420px;
  }
  .crossword{
    margin: auto;
  }

}


.tooltip-inner {font-size: 1.2em; text-align: left; min-width: 280px; padding: 10px}
.tooltip.primary .tooltip-inner          { background-color:    #337ab7; }
.tooltip.primary.top > .tooltip-arrow    { border-top-color:    #337ab7; }
.tooltip.primary.right > .tooltip-arrow  { border-right-color:  #337ab7; }
.tooltip.primary.bottom > .tooltip-arrow { border-bottom-color: #337ab7; }
.tooltip.primary.left > .tooltip-arrow   { border-left-color:   #337ab7; }

.tooltip.info .tooltip-inner          { background-color:    #31b0d5; }
.tooltip.info.top > .tooltip-arrow    { border-top-color:    #31b0d5; }
.tooltip.info.right > .tooltip-arrow  { border-right-color:  #31b0d5; }
.tooltip.info.bottom > .tooltip-arrow { border-bottom-color: #31b0d5; }
.tooltip.info.left > .tooltip-arrow   { border-left-color:   #31b0d5; }

.tooltip.success .tooltip-inner          { background-color:    #83c635; max-width:300px;}
.tooltip.success.top > .tooltip-arrow    { border-top-color:    #83c635; }
.tooltip.success.right > .tooltip-arrow  { border-right-color:  #83c635; }
.tooltip.success.bottom > .tooltip-arrow { border-bottom-color: #83c635; }
.tooltip.success.left > .tooltip-arrow   { border-left-color:   #83c635; }

.tooltip.warning .tooltip-inner          { background-color:    #ec971f; }
.tooltip.warning.top > .tooltip-arrow    { border-top-color:    #ec971f; }
.tooltip.warning.right > .tooltip-arrow  { border-right-color:  #ec971f; }
.tooltip.warning.bottom > .tooltip-arrow { border-bottom-color: #ec971f; }
.tooltip.warning.left > .tooltip-arrow   { border-left-color:   #ec971f; }

.tooltip.danger .tooltip-inner          { background-color:    #f01b18; }
.tooltip.danger.top > .tooltip-arrow    { border-top-color:    #f01b18; }
.tooltip.danger.right > .tooltip-arrow  { border-right-color:  #f01b18; }
.tooltip.danger.bottom > .tooltip-arrow { border-bottom-color: #f01b18; }
.tooltip.danger.left > .tooltip-arrow   { border-left-color:   #f01b18; }

.tooltip.in {opacity:1!important;}

