.fuente10 {
  font-size: 12px;
}

.negro {
  color: #000;
}

.rojo {
  color: #aa0300;
}

.negrita {
  font-weight: bold;
}

h1,
h2,
h3 {
  margin-top: 0;
  margin-bottom: 0;
}

h1 {
  font-size: 28px;
  line-height: 40px;
}

h2 {
  font-size: 22px;
  line-height: 40px;
}

h3 {
  font-size: 16px;
  line-height: 40px;
}

h4 {
  font-size: 14px;
  line-height: 20px;
}

h5 {
  font-size: 12px;
  line-height: 20px;
}

h6 {
  font-size: 10px;
  line-height: 20px;
}

html {
  font-size: .9rem;
}

#anima_hamman {
  animation: anima_hamman_rota 30s infinite linear;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-iteration-count: infinite;
  animation-play-state: running;
  animation-name: anima_hamman_rota;
}

.navbar-brand {
  padding: 1px;
}

#logo_hammam {
  height: 45px;
}

.margen-logo {
  margin-left: 20px;
  margin-right: 40px;
}


.nobreak {
  white-space: nowrap;
}

.badge-success {
  background-color: #468847 !important;
}
.badge-primary {
  background-color: #3a87ad !important;
}
.badge-error {
  background-color: #b94a48 !important;
}

/* Desplegable autocomplete */
.select2-container .select2-selection--single {
  height: 35px !important;
}
