.color-black{
    color: #000000 !important;
}

.p-0{
    padding: 0px !important;
}

.mt-50{
    margin-top: 50px !important;
}
.link-phone{
    color: #000000; 
    text-decoration: none;
}
.div-txt{
    color: #000000; 
    font-weight: 300; 
    margin-top:50px; 
    margin-bottom: 0px;
}
.div-direccion{
    margin-top:50px; 
    text-align: left; 
    width: 100%;
}
.table-une{
    width: 100%;
    border: 1px solid #000000;
    overflow: auto;
    border-radius: 0px;
    box-shadow: none;
    margin: 0px;
    margin-top: 50px;
    background: #ffffff;
    border-spacing: 0px;
}
.border-table{
    border-top: 1px solid #000000;
	border-right: 1px solid #000000;
}
.border-table-top{
    border-top: 1px solid #000000;
}
.border-table-right{
    border-right: 1px solid #000000;
}
.div-footer-table{
    border: 1px solid #000; 
    text-align: center; 
    background: #e8eaeb;
    padding: 12px;
    border-top: 0px;
}
.div-footer-table p{
    color: #000000 !important; 
    font-size: 16px !important;
}
.align-center{
  text-align:center;  
}
.w-100{
    width: 100% !important;
}
.div-logos{
    display: flex;
    margin-top: 50px;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.logo-shcp{
    width: 20%;
    height: fit-content;
    border: none !important;
}
.logo-buro{
    max-width: 25%;
    height: fit-content;
    border: none !important;
    min-width: 80px;
    /* width: 10vh; */
    max-height: 100px;
}
.logo-condusef{
    width: 15%;
    height: fit-content;
    max-width: 200px !important;
    border: none !important;
}

@media (max-width: 900px) {
    .hidden-xs {
      display: none !important;
    }
    .show-xs{
        display: flex !important;
    }
  }

  .div-table{
    margin-top: 50px;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .div-table p{
    color: #000 !important;
    font-size: 16px !important;
    padding: 12px;
    text-align: center;
  }
  .div-table-title{
    background: #e8eaeb;
    border: 1px solid #000;
    padding: 12px;
    font-weight: 600 !important;
  }
  .div-table-contenido{
    border: 1px solid #000;
    border-top: 0px;
    border-bottom: 0px;
    padding: 12px;
  }
  .border-bottom{
    border-bottom: 1px solid !important;

  }
  .show-xs {
    display: none;
  }
/* @media (max-width: 767px) {
    .hidden-xs {
      display: none !important;
    }
    .show-xs{
        display: flex !important;
    }
  } */