body {
  margin: 0;
  font-family: 'Roboto';
  font-size: var(--bs-body-font-size);
  font-weight: 400;
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

.btn-primary {
  color: #fff;
  background-color: black;
  border-color: black;
  border-radius: 4px;
  font-size: large;
  font-weight: bolder;
  font-family: 'Roboto';
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #ff3a40;
  border-color: #ff3a40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #333333 !important;
  border: 1px solid #333333;
}

.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(255,58,64,0.33);
}

@media (min-width: 970px) {
  h1 {
    margin-top: 60px;
    color: #ff3a40;
    font-size: 52px;
    font-weight: 500;
  }
}

@media (max-width: 969px) {
  h1 {
    margin-top: 40px;
    color: #ff3a40;
    font-size: 37px;
    font-weight: 500;
  }
}

@media (min-width: 970px) {
  h2 {
    color: white;
    font-size: 36px;
    font-weight: 500;
  }
}

@media (min-width: 970px) {
  h2.negro {
    color: black;
    font-size: 36px;
    font-weight: 500;
  }
}

@media (max-width: 969px) {
  h2 {
    color: white;
    font-size: 28px;
    font-weight: 500;
  }
}

@media (min-width: 970px) {
  h3 {
    color: rgb(77,78,79);
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 26px;
    margin-bottom: 18px;
  }
}

@media (max-width: 969px) {
  h3 {
    color: rgb(77,78,79);
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 20px;
  }
}

@media (min-width: 970px) {
  .white {
    color: #ffffff;
    font-size: 21px;
  }
}

@media (max-width: 969px) {
  .white {
    color: #ffffff;
    font-size: 18px;
  }
}

@media (min-width: 970px) {
  .espacios {
    font-weight: 500;
    padding: 0px;
    margin: 0px;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 80px;
  }
}

@media (max-width: 969px) {
  .espacios {
    padding: 0px;
    margin: 0px;
    padding-top: 50px;
    padding-right: 0px;
    padding-bottom: 60px;
  }
}

.pblanco {
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  margin-top: 20px;
}

.opciones {
  font-size: 18px;
  font-weight: 300;
  color: white;
  margin-right: 20px;
}

.form-check-input:checked {
  background-color: black;
  border-color: black;
}

.form-check-input {
  width: 1.2em;
  height: 1.2em;
  margin-top: .25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0,0,0,.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.table > tbody {
  vertical-align: inherit;
  background-color: white;
}

.table > thead {
  vertical-align: bottom;
  background-color: #f04e4a;
  color: white;
}

.resultados {
  background: #000000;
  margin: 5px 5px;
  font-size: 24px;
}

.resultados.inverso {
  background: #f2f2f2;
  margin: 5px 5px;
  font-size: 24px;
}

.resultados.titulo {
  font-size: 37px;
}

.resultados2.titulo {
  font-size: 27px;
  color: #ffffff;
}

.resultados.titulo2 {
  font-size: 37px;
  color: #000000;
  background-color: rgba(0,0,0,0);
}

.resultados2.titulo2 {
  font-size: 27px;
  color: #000000;
  background-color: rgba(0,0,0,0);
}

@media (max-width: 970px) {
  .tabla {
    width: 100%;
    flex: initial;
  }
}

@media (min-width: 969px) {
  .tabla {
    width: 80%;
    flex: initial;
  }
}

a {
  color: white;
  text-decoration: none;
}

