main {
  background-color: #273a5b;
  padding: 20px 20px;
}

.sin-salto-linea {
    white-space: nowrap;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 1.25rem;   
}
.card > hr {
    margin-right: 0;
    margin-left: 0; 
}

.card > .list-group {
    border-top: inherit;
    border-bottom: inherit; 
}

.card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(1.25rem - 1px);
      border-top-right-radius: calc(1.25rem - 1px); 
}
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(1.25rem - 1px);
      border-bottom-left-radius: calc(1.25rem - 1px); 
}

.card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; 
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem; 
}

label {
  font-family: 'Roboto', sans-serif;
  color: white;
}

h3 {
  font-family: 'Roboto', sans-serif;
  color: white;
}

h2 {
  font-family: 'Roboto', sans-serif;
  color: white;
}

span {
  font-family: 'Roboto', sans-serif;
  color: white;
}

