body {
    padding-bottom: 0; 
    height: 100%; 
    background-size: cover; 
    background-image: 'initial';
}

.container-table {
    overflow-x: auto;
}

.container-table .table tbody tr:hover {
    color: #64c5b1;
}

.div-fullscreen {
    display: initial !important;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: white;
}

#btn-voltar {
    position: fixed; 
    z-index: 9999; 
    text-align: center; 
    width: 100%; 
    top: 10px;
}

#btn-voltar > a {
    background-color: rgba(0, 0, 0, 0.1); 
    padding: 5px; 
    border-radius: 10px;
}

#btn-voltar > a > i, #btn-voltar > a > span {
    font-weight: bold; 
    color: white; 
    text-shadow: 2px 2px black;
}

.carousel {
    margin: 0;
    position: absolute;
    /* top: 50%; */
    /* -ms-transform: translateY(-50%); */
    /* transform: translateY(-50%); */
    height: 100%;
    width: 100%;
}

.carousel-inner {
    height: 100%;
    width: 100%; 
}

.carousel-inner > .item {
    height: 100%; 
    width: 100%;
    background-repeat: no-repeat !important; 
    background-position: center !important; 
    background-size: contain !important;
}

.mt-1 {
    margin-top: 1rem;
}