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

input {
  text-align: center
}

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

body{
  font-family: 'Open Sans';
  background-color: #FFF ;
}


.titulos{
  font-family: 'Bungee', cursive;
}

#tabla-menu tr:hover {
  color: #4eca92;
}

#tabla-menu tr:active {
  color: #4eca92;
}

.btn-simsu{
  background-color: #031b71 !important;
  color: white !important;

}

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

}

.btn-simsu:hover{
  background-color: #052aad  !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='#4eca92', GradientType=0);
  text-decoration: none;
  color: #4eca92 !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='#4eca92', GradientType=0);
  text-decoration: none;
  color: #4eca92 !important;
}


#tabla-menu tr:hover {
  color: #4eca92;
}

#tabla-menu tr:active {
  color: #4eca92;
}
.ejes{
  cursor: pointer;
}