
*{
  color: #262424;
  font-family: 'Helvetica_Neue_bold';
  font-size: 33.75px;
  box-sizing: border-box;
}

body{
  background: #EC2126;
  color: #262424;
  font-family: 'Helvetica_Neue_bold';
  font-size: 33.75px;
}


.main-container {
  max-width: 800px;
  margin: auto;
}
h1.titulo {
  margin: 50px auto 80px auto;
  text-align: center;
  font-size: 50px;
  text-transform: uppercase;
  margin-bottom: 60px;
  color: #ffffff;
}

h1#msg-final {
  text-align: center;
  color: #8a8e91;
  transition: all .5s ease;
  transform: scale(0);
  min-height: 50px;
  margin-bottom: 0;
}
.zoom-in {
  transform: scale(1) !important;
}
#acierto {
  text-align: center;
  min-height: 24px;
  transform: scale(0);
}
.acierto {
  animation: zoomInOut 1s ease;
}
.rojo {
  color:  red;
}
.verde {
  color: green;
}

.contentahorcado{
  padding: 25px 20px;
  background: #fff;
}

@keyframes zoomInOut {
  0% { transform: scale(0); }
  50% { transform: scale(1); }
  70% { transform: scale(1); }
  100% { transform: scale(0); }
}
h2.palabra {
  margin: 0 auto 25px auto;
  text-align: center;
  color: #EC2126;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-size: 60px;
  margin-top:30px;
}

.flex-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 10px auto; 
}
.no-wrap {
  flex-wrap: nowrap !important;
}
.col {
  width: 100%;
  text-align: center;
}

.col1 {
  width: 50%;
  text-align: center;
}
.col span {
  
}
#turnos h3 {
  margin: auto;
}
h3 span {
   color: #EC2126;
}
.letra:disabled {
  color:#c1c6c9;
}
picture {
  position: relative;
}
picture img {
  position: absolute;
  top: -203px;
  left: -205px;
  height: 225px;
}
#image5, #image4, #image3,
#image2, #image1, #image0 {
  opacity: 0;
  transition: opacity .3s ease;
}
.fade-in {
  opacity: 1 !important;
}
.encuadre {
  border: 2px dashed #EC2126;
  padding: 3px 2px 2px 6px;
}

.letra, #reset, button{
  /* background: url("../img/btn-calcula-big.png") no-repeat left top scroll transparent;*/
  background: rgb(255,255,255);
  background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(218,219,220,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(218,219,220,1) 100%);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(218,219,220,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#dadbdc",GradientType=1);
  border-radius: 20px;
  border: 2px solid #fff;
  /* width: 335px; */
  /* height: 185px; */
  display: inline-block;
  vertical-align: middle;
  line-height: 8px;
  text-align: center;
  font-size: 40px;
  color: #ec2126;
  overflow-wrap: normal;
  white-space: break-spaces;
  padding: 25px 30px;
  margin: 5px;
}

.hidden{
  display: none !important;
}

.logo img{width: 100%}









  /* Estilos para el teclado virtual integrado */
      .keyboard-container {
        margin-top: 20px;
        width: 100%;
        border-radius: 8px;
        padding: 10px;
        box-sizing: border-box;
      }
      
      
      .keyboard-row {
        display: flex;
        justify-content: center;
        margin-bottom: 5px;
      }
      
      .keyboard-key {
        padding: 12px 15px;
        margin: 0 3px;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 4px;
        cursor: pointer;
        user-select: none;
        font-size: 16px;
        min-width: 30px;
        text-align: center;
        transition: all 0.1s;
        position: relative;
      }
      
      .keyboard-key:hover {
        background-color: #e9e9e9;
      }
      
      .keyboard-key:active {
        background-color: #d0d0d0;
        transform: scale(0.95);
      }
      
      .keyboard-key.space {
        width: 300px;
      }
      
      .keyboard-key.special {
        background-color: #e0e0e0;
        font-weight: bold;
      }
      
      .keyboard-key.letter-ñ {
        background-color: #d4e6ff;
      }
      
      .keyboard-key.accent-key {
        background-color: #ffe0d0;
      }
      
      .keyboard-key.active-caps {
        background-color: #c0d8f0;
      }
      
      .accent-panel {
        display: none;
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        background: white;
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 5px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.2);
        z-index: 10;
      }
      
      .accent-panel.active {
        display: flex;
      }
      
      .accent-option {
        padding: 5px 10px;
        margin: 0 2px;
        cursor: pointer;
        border-radius: 3px;
      }
      
      .accent-option:hover {
        background-color: #f0f0f0;
      }





/*Estilos adicionales*/
      /*Estilos adicionales*/
  .elem{
    margin: 10px 0;
    display:flex;
    flex-direction:column;
  }
  .formMedio{
    border-radius:15px;
    background:none;
    padding:20px;
    height:100%;
    width:80%;
    display:flex;
    margin:auto;
    flex-direction: column;
    border:1px solid #cdcdcd;
  }
  .btns{
    display:flex; gap:20px;
  }
  .btns button{
    font-size:0.8rem;
  }

  .laterales{
    display:flex;
  }
      /*Estilo del combobox*/
    .lado{
      width: 50%;
    }
    .elem select, .elem input{
      border-radius:10px;
      padding: 7px;
      width: 450px;
      background: linear-gradient(to top, #cdcdcd, white);
    }
    .elem select, .elem input, .elem select option,  .elem label{
      font-size: 0.7rem;
    }
    .elem label{
      color:white;
    }
    .elem select{
      border:1px solid #f0f0f0;
    }
    .elem input{
      border: 1px solid #cdcdcd;
    }
    
    
    
    
    
    
    
     @media screen and (max-width: 767px) {

      .lado{
        width: 100%;
      }
      .elem select, .elem input{
        width: 100%;
      }

      .keyboard-container {
        padding: 0px;
      }
      .formMedio{
        width: 96%;
      }
      
      .keyboard-key {
        padding: 8px 11px;
        margin: 0 1px;
        font-size: 14px;
        min-width: 20px;
      }
    
   }


  @media screen and (max-width: 1024px) {
        .laterales{
          flex-direction:column;
          gap:10px;
        }
    }

