.logo {
  height: 100px;
}

.masthead {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 75%, #000 100%), url("/assets/img/bg-masthead.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.verse-tooltip {
  cursor: help;
  text-decoration: underline dotted;
}

.tooltip-w100 .tooltip-inner {
  max-width: 420px;
  text-align: left;
}

header.App-header,
.App-header {
  background-color: #fff;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  font-size: calc(10px + 2vmin);
  color: #000;
  text-align: center;
  width: 100%;
}

.App-header > * {
  width: 100%;
}

#mainNav .nav-access {
  background: transparent;
  border: 0;
  box-shadow: none !important;
  padding: 1.5rem 0.75rem 1.25rem;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.35rem;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
}

#mainNav .nav-access:hover,
#mainNav .nav-access:focus {
  color: #fff;
}

#mainNav.navbar-shrink .nav-access {
  color: #fff;
}

#accesoModal {
  z-index: 2000;
}

#accesoModal.modal {
  background: rgba(0, 0, 0, 0.45);
}

.acceso-modal .btn {
  padding: 0.6rem 1.1rem;
}

.acceso-pagina {
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 0.5rem 1.5rem rgba(5, 67, 83, 0.12);
}

.acceso-pagina .btn {
  padding: 0.6rem 1.1rem;
}
