.imagen-isesion {
  background-image: url('../images/foto-guadalupe.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
}
.background-black {
  background: #0000008c;
}
.imagen-isesion footer a {
  text-decoration: none;
}
.imagen-isesion footer a:hover {
  text-decoration: underline;
}
.text-amarillo {
  color: #e7ef61;
}
.btn-verde {
  background-color: #8bc43f;
}
.btn-verde:hover {
  background-color: #67922e;
}
.pointer {
  cursor: pointer;
}
.numberCircle {
  width: 5rem;
  line-height: 5rem;
  border-radius: 50%;
  text-align: center;
}
.rounded-6 {
  border-radius: 1rem;
}
.accordion-button:not(.collapsed) {
    color: #343a40;
    background-color: #dee2e6;
}

@media (min-width: 768px){
  .fondo-saludo {
    background-size: 80% 50%;
    padding: 2px 2px 2px 50px;
    position: relative;
    left: -24px;
  }
}
/* Header Nuevo Inicio de Sesión */
.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgb(255, 255, 255);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-nolink {
  padding: .25rem 0;
  font-weight: 700;
  color: rgb(255, 255, 255);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgb(255, 255, 255);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}
/* FIN Header Nuevo Inicio de Sesión */
