html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.fs-2-5 {
    font-size: 2.5rem !important;
}

.btn{
  cursor:pointer;
}
a.md-raised:hover:not(.white, .orange) {
    color: white;
}
a.md-raised.white:hover, a.md-raised.orange:hover {
    color: #000;
}

#btnValidarCliente{
    display: none;
}

.position-relative{
    position:relative;
}