html{

    height: 100%;

}



body {

    padding: 0;

    margin: 0;

    overflow: hidden;

    background-repeat: no-repeat;

    background-attachment: fixed;

    background-size: cover;

    min-height: 100%;

    

}



table{

    border-collapse: collapse !important;

}



.tabelaprodutos {

    position: relative;

    margin-left: auto;

    margin-right: auto;

    width: 98%;

   

    font-size: 4vh;   

    background-color: #261c0a; 

    color: white;

    font-family: Arial, Helvetica, sans-serif;

}

tr:nth-child(odd){
    background-color: #664f3a;
}


td,

th {

    

    border: 2px solid white;

    

    font-weight: bold;

    text-transform: capitalize;

    padding: 2px 5px 2px 5px;

}



td{

    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    display: table-cell;

    max-width: 700px;

    

}



th{

    text-transform: uppercase;

}



th.catnome{

    font-size: 50px;

}



td.preco{

    

    text-align: center;

    width: fit-content;

}



td.vazio{

    color: black;

}





#tabela{

    position: fixed;

    width: 100%;

    display: flex;

    bottom: 15px;

    min-height: 75%;

}

#video{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    max-height: 100%;
    max-width: 100%;
    margin: auto;
}

#imagem{
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    max-height: 100vh;
    right: 0;
    bottom: 0;
}


