@import url('https://fonts.googleapis.com/css2?family=Dosis&family=Neucha&family=Open+Sans&family=Rubik+Distressed&family=Thasadith&display=swap');

* { box-sizing: border-box; }

body{font: 20px 'Dosis', sans-serif;}
h1{font: 2.5em 'Rubik Distressed', cursive; margin: 10px;}

table {
    width: 80%;
    font-size: 1.2em;
    border-collapse: collapse;
    color: #333;
}

thead th {
    border: 1px solid #ddd;
    background-color: #a34e4e;
    font-weight: bold;
    text-align: left;
    padding: 10px;
    color:#ffffff;
    position: sticky;
    top: 0;
}

td {
    border: 1px solid #ddd;
    padding: 10px;
}

tr:nth-child(even) {
    background: #f3f3f3;
    /*color:aquamarine;*/
}

tr:hover {
    cursor: pointer;
    background-color: #e0aeae;
    color: #f9f9f9;
}

.content {
    width: 70%;
    margin: auto;
    padding: 10px;
    text-align: center;
}

#tabela-fundos {
    margin-left: auto;
    margin-right: auto;
}

#overlay {
    text-align: center;
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    cursor: pointer;
}

#overlay img{margin-top: 150px;}

.vermelho{color: rgb(201, 49, 12); font-weight: bolder;}
.azul{color: rgb(1, 52, 87); font-weight: bold;}

.prov_total{
    width: 80%;
    margin: auto; 
    display: flex; 
    justify-content: right; 
    font-size: 35px;
    background: #333; 
    color: #fff;
    padding: 2px 20px;
}

@media screen and (max-width: 1600px) and (min-width: 0px) {
    table{ width: 100%; }
    .prov_total {width: 100%; }
    .content {width: 100%; font-size: 0.8em; }
}
@media screen and (min-width: 600px) and (min-height: 0px) and (max-height: 750px) {
    table{ width: 100%; }
    .prov_total {width: 100%; }
    .content {width: 100%; font-size: 0.8em; }
}
/*
@media only screen and (min-width: 1100px) and (max-width: 1350px){
       table{ width: 100%; }
    .prov_total {width: 100%; }
    .content {width: 100%; font-size: 0.8em; }
  }

@media only screen and (max-width: 600px) {
   
    table{ width: 100%; }
    .prov_total {width: 100%; }
    .content {width: 100%; font-size: 0.5em; }
  }

@media only screen and (max-width: 750px) {

table{ width: 100%; }
.prov_total {width: 100%; }
.content {width: 100%; font-size: 0.5em; }
}
*/
@media only screen and (max-width: 375px) {

    table{ width: 100%; }
    .prov_total {width: 100%; }
    .content {width: 100%; font-size: 0.2em; margin: 0px; padding: 0px;}
    }