* {
  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;
}

.tablecontainer {
   /* height:50vh; */
   height:500px;
}

.table {
 table-layout: fixed;
}

.text-overflow {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.celdalarga {
  width: 200px;
}

.celdamedia {
  width: 150px;
}

.celdacorta {
  width: 80px;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 32px;
    line-height: 1.33;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}
