@import url('https://fonts.googleapis.com/css?family=Montserrat:600&display=swap');
* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box
}
body {
    height: 100vh;
  background:#ffffff;
  font-family: 'Encode Sans', sans-serif;
  margin: 0;
}
/* navigation bar */
.top-container {
  background-color: #ffffff;
  padding: 0px;
  text-align: center;
  border-bottom: 1px solid #CCC;
}

.header {
  padding: 0px 0px;
  background-color: #ffffff;
  color: #ffffff;
}
.header a:hover, .header a:active, .active {
  background: #297BE6;
  transition: 0.7s all linear;
  color: #ffffff !important;
}
.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 1024px;
}

.sticky + .content {
  padding-top: 102px;
}
.navbar {
    background-color: #ffffff;
    border-bottom: 1px solid #CCC;
}
.banda{
   box-shadow: -5px 0 5px -5px #333, 5px 0 5px -5px #333;
   max-width: 1024px;
   /*min-height: 100%;*/
   height:auto !important; /* cross-browser */
   height: 100%; /* cross-browser */
   font-size: 12px;
  font-family: Verdana, "Times New Roman", Times, serif;
}
.footer {
  height: 40px;
  line-height: 30px; /* Vertically center the text there */
  background-color: #ffffff;
  text-align: center;
  max-width: 1024px;
  border-top: 1px solid #CCC;
}
@media (min-width: 992px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}
@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform:translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}
.ex {
    font-size: 12px;
  font-family: Verdana, "Times New Roman", Times, serif;
}
.cima {
    z-index: 300 !important;
}
.datautc{
    color:  #CC6633;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
  white-space: nowrap;

}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;       
  }
}
tr td{
  padding: 0 !important;
  margin: 0 !important;
}
.sombra{
    background-color: #E9E9E9;
    border: 1px solid #A9A9A9;
    text-align: center
}
.titulo {
    background-color: #E9E9E9;
}

