* {
  margin: 0;
  padding: 0;
}

.barbtn{
  width: 50px;
  margin-right: 2;
  margin-left: 1;
  background-color: rgba(133, 131, 131, 1);
}

.caja3{
  /* width: 100%; */
  width: 100%;
  height: 300px;
  /* height: 100%; */
  background: rgba(0, 0, 0, 0);
  overflow: hidden;
}

.text-banner{
  font-size: 2vw;
  font-weight: 800;
  text-align: center;
}

.title {
  /* font-family: sans-serif; */
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
  color: rgb(52, 56, 52);
}

.headerfa {
  color: black;
}

.sidebar-collapse .brand-link .sidebar-brand-text {
  /* background-color: red;
  color: green;
  width: 9px; */
  visibility: hidden;
  height: 0px;
  transition: .2s;
}

.sidebar-is-opening .brand-link .sidebar-brand-text {
  /* background-color: red;
  color: green;
  width: 9px; */
  visibility: visible;
}

.sidebar-open .brand-link .sidebar-brand-text {
  /* background-color: red;
  color: green;
  width: 9px; */
  visibility: visible;
}

.alfrente{
  z-index: 9999;
}

.login-header{
  background-color: rgb(184, 184, 191);
  color: white;
}
