html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.card-rounded {
    background-color: white;
    border-radius: 8px;
}

h1{
    font-size:4.2rem !important;
    color:grey;
}

.supGrande {
    font-size: 1.7rem;
    color: #cbcbcb !important;
}

.colorEtiqueta {
    color: #cbcbcb !important;
}

.textoEtiqueta{
    font-size:1rem;
}

.colorSecundario {
    color: #ababab !important;
}

.colorSecundarioDestacado {
    color: grey !important;
}

.textoPeque{
    font-size:0.8rem;
}

.bordeSeparadorSuperior {
    border-top-style: dashed;
    border-top-width: 1px;
    border-top-color: #f1f1f1;
}