.tituloP { 
  background-color: rgb(36, 194, 146);
  color: white;
  border: none;
}

.titulo1 {
  background-color: rgb(36, 194, 146);
  color: white;
  border: none;
}

.titulo1_font {
  font-size: 30px; /*30*/
  border-radius: 25px; /*25*/
}
.titulop_font {
  font-size: 20px;
  border-radius: 25px;
}

.titulo2 {
  font-size: 20px;
  color:rgb(92, 47, 255);
}

.titulo4 {
  font-size: 120px;
  color:rgba(25, 240, 61, 0.918);      
}

.buttonE {
  background-color:orangered;
  border-radius: 25px;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration:  none;
  display: inline-block;
  font-size: 50px;
  margin: 4px 2px;
  cursor: pointer;
}

.buttonC {
  background-color:rgb(92, 233, 27);
  border-radius: 25px;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration:  none;
  display: inline-block;
  font-size: 50px;
  margin: 4px 2px;
  cursor: pointer;
}

.buttonER {
  background-color:orangered;
  border-radius: 25px;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration:  none;
  display: inline-block;
  font-size: 50px;
  margin: 4px 2px;
  cursor: pointer;
}

.buttonCR {
  background-color:rgb(92, 233, 27);
  border-radius: 25px;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration:  none;
  display: inline-block;
  font-size: 50px;
  margin: 4px 2px;
  cursor: pointer;
}

.tamanio_img {
    height: 40px;
    width: 80px;
}

.teclado {
  position: relative;
  background-color:darkgrey;
  border: none;
  font-size: 28px;
  color: #FFFFFF;
  padding: 20px;
  width: 150px;
  text-align: center;
  transition-duration: 0.4s;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
  
}

.tablaCal {
  width: 100%;
}

.tablaRes {
  width: 100%;
}
/* .teclado:after {
  content: "";
  background: #f1f1f1;
  display: block;
  position: absolute;
  padding-top: 300%;
  padding-left: 350%;
  margin-left: -20px !important;
  margin-top: -120%;
  opacity: 0;
  transition: all 0.8s
} */
.teclado:active:after {
  padding: 0;
  margin: 0;
  opacity: 1;
  transition: 0s
}
.button1 {
  background-color: white; 
  color: black; 
  border: 2px solid darkgrey;
}

.button1:hover {
  background-color: darkgrey;
  color: white;
}

.buttonE1 {
  background-color:orangered;
  border-radius: 25px;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration:  none;
  display: inline-block;
  font-size: 30px;
  margin: 4px 2px;
  cursor: pointer;
}

.buttonC1 {
  background-color:rgb(92, 233, 27);
  border-radius: 25px;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration:  none;
  display: inline-block;
  font-size: 25px;
  margin: 4px 2px;
  cursor: pointer;
}

.score {
  border-radius: 25px;
  width: 200px;
  height: 250px;
  text-align:center;
  color: white;
  background-color:  darkgrey ;
  font-size: 50px;
  display: flex;
  align-items: center;

}
.scoreh {
  text-align: center;
  color: white;
  background-color:  darkgrey ;
  font-size: 50px;
  width: 200px;
}

.tamanio_img {
  height: 80px;
  width: 100px;
}

.titulop_font {
  font-size: 20px;
  border-radius: 25px;
}

.responsiveimg {
  width: 7%;
  height: auto;
}

.div-block-12 {
  display: flex;
  width: 82%;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.heading-4 {
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  align-self: center;
}
.link-block {
  width: 15%;
}
.image-11 {
  width: 100%;
}
/* @media (max-width: 575px) {
  .titulo1_font {
    font-size: 10px; 
    border-radius: 5px; 
  }

  .titulo2 {
    font-size: 8px;
    color:rgb(92, 47, 255);
  }

  .titulo4 {
    font-size: 30px;
    color:rgba(25, 240, 61, 0.918);      
  }

  .buttonE {
    background-color:orangered;
    border-radius: 5px;
    border: none;
    color: white;
    padding: 3px 7px;
    text-align: center;
    text-decoration:  none;
    display: inline-block;
    font-size: 11px;
    margin: 1px 1px;
    cursor: pointer;
  }

  .buttonC {
    background-color:rgb(92, 233, 27);
    border-radius: 5px;
    border: none;
    color: white;
    padding: 3px 7px;
    text-align: center;
    text-decoration:  none;
    display: inline-block;
    font-size: 11px;
    margin: 1px 1px;
    cursor: pointer;
  }
  .tamanio_img {
    height: 10px;
    width: 20px;
  }

  .titulop_font {
    font-size: 8px;
    border-radius: 5px;
  }

  .teclado {
    position: relative;
    background-color:darkgrey;
    border: none;
    font-size: 7px;
    color: #FFFFFF;
    padding: 5px;
    width: 35px;
    text-align: center;
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    
  }

  .buttonE1 {
    background-color:orangered;
    border-radius: 5px;
    border: none;
    color: white;
    padding: 3px 7px;
    text-align: center;
    text-decoration:  none;
    display: inline-block;
    font-size: 9px;
    margin: 1px 1px;
    cursor: pointer;
  }

  .buttonC1 {
    background-color:rgb(92, 233, 27);
    border-radius: 5px;
    border: none;
    color: white;
    padding: 3px 7px;
    text-align: center;
    text-decoration:  none;
    display: inline-block;
    font-size: 9px;
    margin: 1px 1px;
    cursor: pointer;
  }

  .score {
    border-radius: 5px;
    width: 50px;
    height: 65px;
    text-align:center;
    color: white;
    background-color:  darkgrey ;
    font-size: 12px;
    display: flex;
    align-items: center;

  }
  .scoreh {
    text-align: center;
    color: white;
    background-color:  darkgrey ;
    font-size: 12px;
    width: 50px;
  }

  .tablaCal {
    width: 40%;
  }

  .tablaRes {
    width: 25%;
  }

  
}  */

.bloqueE-mobileP{
    display: none;
}

.bloqueE-mobileL{
  display: none;
}
@media (max-width: 992px) and (orientation: portrait) {

  .titulo1_font {
    font-size: 15px; /*30*/
    border-radius: 10px; /*25*/
  }
  .titulop_font {
    font-size: 10px;
    border-radius: 10px;
  }

  .titulo2 {
    font-size: 12px;
    color:rgb(92, 47, 255);
  }

  .titulo4 {
    font-size: 60px;
    color:rgba(25, 240, 61, 0.918);      
  }

    .buttonE {
      background-color:orangered;
      border-radius: 10px;
      border: none;
      color: white;
      padding: 7px 15px;
      text-align: center;
      text-decoration:  none;
      display: inline-block;
      font-size: 25px;
      margin: 2px 1px;
      cursor: pointer;
    }

    .buttonC {
      background-color:rgb(92, 233, 27);
      border-radius: 10px;
      border: none;
      color: white;
      padding: 7px 15px;
      text-align: center;
      text-decoration:  none;
      display: inline-block;
      font-size: 25px;
      margin: 2px 1px;
      cursor: pointer;
    }

    .buttonER {
      background-color:orangered;
      border-radius: 10px;
      border: none;
      color: white;
      padding: 7px 15px;
      text-align: center;
      text-decoration:  none;
      display: inline-block;
      font-size: 20px;
      margin: 2px 1px;
      cursor: pointer;
    }
  
    .buttonCR {
      background-color:rgb(92, 233, 27);
      border-radius: 10px;
      border: none;
      color: white;
      padding: 7px 15px;
      text-align: center;
      text-decoration:  none;
      display: inline-block;
      font-size: 20px;
      margin: 2px 1px;
      cursor: pointer;
    }
  
    .teclado {
      position: relative;
      background-color:darkgrey;
      border: none;
      font-size: 20px;
      color: #FFFFFF;
      padding: 10px;
      width: 80px;
      text-align: center;
      transition-duration: 0.4s;
      text-decoration: none;
      overflow: hidden;
      cursor: pointer;
    }

    .tamanio_img {
      height: 40px;
      width: 50px;
    }
    
    .titulop_font {
      font-size: 12px;
      border-radius: 10px;
    }

    .buttonE1 {
      background-color:orangered;
      border-radius: 10px;
      border: none;
      color: white;
      padding: 7px 15px;
      text-align: center;
      text-decoration:  none;
      display: inline-block;
      font-size: 12px;
      margin: 2px 1px;
      cursor: pointer;
    }
    
    .buttonC1 {
      background-color:rgb(92, 233, 27);
      border-radius: 10px;
      border: none;
      color: white;
      padding: 7px 15px;
      text-align: center;
      text-decoration:  none;
      display: inline-block;
      font-size: 12px;
      margin: 2px 1px;
      cursor: pointer;
    }
    
    .score {
      border-radius: 10px;
      width: 100px;
      height: 50px;
      text-align:center;
      color: white;
      background-color:  darkgrey ;
      font-size: 15px;
      display: flex;
      align-items: center;
    
    }
    .scoreh {
      text-align: center;
      color: white;
      background-color:  darkgrey ;
      font-size: 15px;
      width: 100px;
    }
    .bloqueE-full{
        display: none;
      }
    .bloqueE-mobileL {
        display: none;
    }

    .bloqueE-mobileP{
        display: block;
    }
  }

@media (max-width: 992px) and (orientation: landscape) {
  .titulo1_font {
    font-size: 15px; /*30*/
    border-radius: 10px; /*25*/
  }
  .titulop_font {
    font-size: 10px;
    border-radius: 10px;
  }

  .titulo2 {
    font-size: 12px;
    color:rgb(92, 47, 255);
  }

  .titulo4 {
    font-size: 60px;
    color:rgba(25, 240, 61, 0.918);      
  }

    .buttonE {
      background-color:orangered;
      border-radius: 10px;
      border: none;
      color: white;
      padding: 7px 15px;
      text-align: center;
      text-decoration:  none;
      display: inline-block;
      font-size: 25px;
      margin: 2px 1px;
      cursor: pointer;
    }

    .buttonC {
      background-color:rgb(92, 233, 27);
      border-radius: 10px;
      border: none;
      color: white;
      padding: 7px 15px;
      text-align: center;
      text-decoration:  none;
      display: inline-block;
      font-size: 25px;
      margin: 2px 1px;
      cursor: pointer;
    }

    .buttonER {
      background-color:orangered;
      border-radius: 5px;
      border: none;
      color: white;
      padding: 3px 7px;
      text-align: center;
      text-decoration:  none;
      display: inline-block;
      font-size: 15px;
      margin: 2px 1px;
      cursor: pointer;
    }

    .buttonCR {
      background-color:rgb(92, 233, 27);
      border-radius: 5px;
      border: none;
      color: white;
      padding: 3px 7px;
      text-align: center;
      text-decoration:  none;
      display: inline-block;
      font-size: 15px;
      margin: 2px 1px;
      cursor: pointer;
    }

    .teclado {
      position: relative;
      background-color:darkgrey;
      border: none;
      font-size: 25px;
      color: #FFFFFF;
      padding: 15px;
      width: 100px;
      text-align: center;
      transition-duration: 0.4s;
      text-decoration: none;
      overflow: hidden;
      cursor: pointer;
    }

    .tamanio_img {
      height: 40px;
      width: 50px;
    }
    
    .titulop_font {
      font-size: 12px;
      border-radius: 10px;
    }

    .buttonE1 {
      background-color:orangered;
      border-radius: 10px;
      border: none;
      color: white;
      padding: 7px 15px;
      text-align: center;
      text-decoration:  none;
      display: inline-block;
      font-size: 18px;
      margin: 2px 1px;
      cursor: pointer;
    }
    
    .buttonC1 {
      background-color:rgb(92, 233, 27);
      border-radius: 10px;
      border: none;
      color: white;
      padding: 7px 15px;
      text-align: center;
      text-decoration:  none;
      display: inline-block;
      font-size: 18px;
      margin: 2px 1px;
      cursor: pointer;
    }
    
    .score {
      border-radius: 15px;
      width: 120px;
      height: 250px;
      text-align:center;
      color: white;
      background-color:  darkgrey ;
      font-size: 30px;
      display: flex;
      align-items: center;
    
    }
    .scoreh {
      text-align: center;
      color: white;
      background-color:  darkgrey ;
      font-size: 30px;
      width: 120px;
    }

    .divisorT {
       height: 5px;
    }
  .bloqueE-full{
      display: none;
    }

    .bloqueE-mobileL {
        display: block;
    }

    .bloqueE-mobileP{
        display: none;
    }
}