body {
  margin: 0;
  padding: 0;
  height: 100vh;
  background: #e0bb9e;
}

h1,
h2,
h3,
h4 {
  color: #870303;
  font-weight: bold;
}

p {
  color: #870303;
}

.full-height-image {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  z-index: -1; /* o -1 si quieres que quede detrás del contenido */
}

.barra-logo {
  background-color: #183e63;
}

.tarjeta {
  background-color: #fff !important;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.tarjeta-titulo {
  background-color: #870303;
  color: #fff;
  padding: 10px;
  border-radius: 10px 10px 0 0;
  font-weight: bold;
}

.tarjeta-contenido {
  color: #870303;
}

.recuadro {
  background-color: #34492f;
  border-radius: 16px;
  border: 2px solid #fff;
  padding: 10px;
  color: #fff;
}

.btn-primary {
  background-color: #870303 !important;
  border-color: #ccc !important;
}

.btn-primary:hover {
  background-color: #444 !important;
  border-color: #999 !important;
}
