@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');


.urbanist-<uniquifier> {
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

body{
  background: url(/images/bg.jpg);
  font-family: "Urbanist", sans-serif;
  background-color: #007638;
  min-height:100vh ;
  color:#FFF;
}

a{
  color: #FFF;
  text-decoration: underline;
}
a:link {
  color: #FFF;
}
a:visited {
  color: #FFF;
}
a:hover {
  color: #FFF;
}
header{
  min-height: 100px;
  
}
h1{
  color: #FFF;
  font-size: 2em;
}
img.logo{
  width: 400px;
  position:absolute;
  top:0;
  left: 0;
}

img.preco {
  position:absolute;
  top:0;
  right: 0;
}
.data-time-live {
  text-align: right;
  font-weight: 600;
  color: #FFF;
  margin-bottom: 10px;
  font-size: 1.2em;
  padding:1em;
  font-family: "Urbanist", sans-serif;
  
  z-index: 222;
  
}
.results{overflow: auto!important;
  height: auto!important;}
.uk-table{
  position: relative;
    background: #1d1d1b4d;    
    z-index: 11122;
}

table{color:#FFF!important;}
tbody{ overflow-y: scroll;
  display: table-row-group;
  height: 200px;}
th{font-weight: 600!important;color:#FFF!important;}

img.img-footer{
  position: fixed;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 1320px) {
  .results{overflow: auto!important;
    height: auto!important;}
  
}

@media only screen and (max-width: 600px) {
  img.img-footer{
    position: relative;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
}

