h3 {
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
    color: #00416b;
}

p {
    display: block;
    color: darkgray;
    font-weight: bold;
    font-size: 0.8rem;
    /* display: none; */
}

.media {
    border-style: groove;
    border-radius: 10px;
    box-shadow: 0px 0px 3px black;
}

@media screen and (min-width:616px) {

    p,
    h6,
    #visor,
    .media {
        display: none;
    }
}

@media screen and (max-width:616px) {
    table {
        display: none;
    }

    p {
        visibility: visible;
    }
}

@media screen and (max-width: 430px) {
    .coluna {
        display: flex;
        flex-direction: column;
    }

    .btn {
        margin-top: 2%;
    }
}

.grid_container {
    grid-template-columns: 1fr;
    /* background-color: #ffffff; */
    background-color: rgb(62, 58, 113);
}

.item {
    width: 100px;
    height: 56px;
    margin-left: 5px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
thead {
    position: sticky;
    top: 0;
    z-index: 2;
}

.img-fluid {
    height: 56px;
}

footer {
    background-color: #00416b;
    position: static;
    bottom: 0;
    text-align: center;
    color: white;
    font-weight: bold;
}

@media screen and (max-width: 480px) {
    h3 {
        font-size: 5vw;
    }
}

@media screen and (max-width: 430px) {
    h3 {
        font-size: 4.9vw;
    }
}

.voltar {
    position: fixed;
    left: 39px;
    bottom: 4px;
    z-index: 3;
    width: 40px;
    height: 38px;
}
.subir{
    position: fixed;
    right: 39px;
    bottom: 4px;
    z-index: 3;
    width: 40px;
    height: 38px;
    scroll-behavior: auto;
}
