.text-high-destaques{
  font-size: 23px !important;
  position: absolute;
    left: 0;
    bottom: 0;
    padding: 1em;
    margin: 0;
    width: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0.75);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.75) 45%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.95) 75%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.75) 45%);
    background: linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.75) 45%);
    font-weight: bold;
}

.italic{
  font-style: italic;
}

.data-small{
  font-size: 13px !important;
}


.slider-high, .slider, .slider-arrow{
-webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.loade-slide{

-webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;

  opacity: 0;

}

.table {
    color: #37474f !important;
}

.table th{
    border-top: 0px !important;
    border-bottom: 0 !important;
    font-size: 16px;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 0px  !important;
}

table td {
    border-color: none;
    font-size: 16px;
  }

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #FAFAFA;
}

.margin-burj{
  margin-bottom: 20px;
    margin-right: 20px;
}

.data-atualizacao{
  color: #0091EA;
}

.data-hora-atualizacao{
  font-size: 13px;
}
