@import url("angular-datatables.css");
html{
  /* */
  height: 100%;
  /**/
  background-size: auto 100%;
  background-color: rgba(107, 66, 12,0.8)
}
body {
  background: url("cdmx.jpg") repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  box-sizing: content-box;
}
.filter{
  height: 100%;
  width: 100%;
  /*background-color: rgba(82, 45, 6,0.65)*/

}
.card{
  background-color: rgba(255,255,255,0.8);
}

.principal-view{
  margin-left: 2.5% ;
  width: 95%;

}
.principal-container{
  width: 90%;

  margin-top: 4em;
  margin-left: 5%;
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 text-align: center;

  background: rgba(255,255,255,0.5);*/

}
