@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
  @import url('https://fonts.googleapis.com/css2?family=Figtree&family=Lato:wght@700&display=swap');

html,
body {
  height: 100%;
}

body {
  font-family: "Open Sans";
  background-color: #fff;
}

input {
  text-align: center;
}
.simsu{
  font-family: 'Figtree', sans-serif;
  font-family: 'Lato', sans-serif;
  color:#3bd16f;
  font-size: 70px;

}
.derecha {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  border-left: 1px solid white !important;
}

.titulos {
  font-weight: bold;
}

#tabla-menu tr:hover {
  color: #3bd16f;
}

#tabla-menu tr:active {
  color: #3bd16f;
}

.btn-simsu {
  background-color: #3bd16f !important;
  color: white !important;
}

.btn-simsu-activo {
  background-color: #2cba5d !important;
  color: white !important;
  border: 2px dotted white !important;
}

.btn-simsu:hover {
  background-color: #2cba5d !important;
  color: white !important;
}

.top-nav {
  overflow: hidden;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
}

.bottom-nav {
  overflow: hidden;
  background-color: #ffffff;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.15);
}

.bottom-nav a {
  float: left;
  display: block;
  background-color: white;
  color: grey !important;
  text-align: center;
  padding: 10px 8px;
  text-decoration: none;
  font-size: 17px;
  width: 25%;
  line-height: 100%;
}

.bottom-nav a:hover {
  background: rgba(255, 255, 255, 1);
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 94%,
    rgba(78, 202, 146, 1) 95%,
    rgba(78, 202, 146, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 1)),
    color-stop(94%, rgba(255, 255, 255, 1)),
    color-stop(95%, rgba(78, 202, 146, 1)),
    color-stop(100%, rgba(78, 202, 146, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 94%,
    rgba(78, 202, 146, 1) 95%,
    rgba(78, 202, 146, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 94%,
    rgba(78, 202, 146, 1) 95%,
    rgba(78, 202, 146, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 94%,
    rgba(78, 202, 146, 1) 95%,
    rgba(78, 202, 146, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 94%,
    rgba(78, 202, 146, 1) 95%,
    rgba(78, 202, 146, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#3BD16F', GradientType=0);
  text-decoration: none;
  color: #3bd16f !important;
}

.bottom-nav a.active {
  background: rgba(255, 255, 255, 1);
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 94%,
    rgba(78, 202, 146, 1) 95%,
    rgba(78, 202, 146, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 1)),
    color-stop(94%, rgba(255, 255, 255, 1)),
    color-stop(95%, rgba(78, 202, 146, 1)),
    color-stop(100%, rgba(78, 202, 146, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 94%,
    rgba(78, 202, 146, 1) 95%,
    rgba(78, 202, 146, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 94%,
    rgba(78, 202, 146, 1) 95%,
    rgba(78, 202, 146, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 94%,
    rgba(78, 202, 146, 1) 95%,
    rgba(78, 202, 146, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 94%,
    rgba(78, 202, 146, 1) 95%,
    rgba(78, 202, 146, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#3BD16F', GradientType=0);
  text-decoration: none;
  color: #3bd16f !important;
}

#tabla-menu tr:hover {
  color: #3bd16f;
}

#tabla-menu tr:active {
  color: #3bd16f;
}
.ejes {
  cursor: pointer;
}

.green-simsu {
  color: #3bd16f;
}
