*{
    margin: 0;
    padding: 0;
    box-sizing: 0;
}

body {
    background-color: yellow;
}

p {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 25px;
    color: darkblue;
    text-align: center;
}

h2 {
    color: darkblue;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 25px;
    text-align: center;

}

a {
    text-decoration: none;
}
h3 {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: darkblue;
    text-align: center;
    font-size: 20px;
}

th {
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: rgb(0, 0, 231);
    background: yellow;
    border:rgb(3, 3, 216) 2px solid;
}

table {
    border: #000092 2px solid;
    direction: center;
    font-size: 15px;
    margin: auto;
}

/*table td {
    color: yellow;
}*/

table tr {
    background-color: #0000c0;
}

td {
    border: blue 2px solid;
    /*color: darkblue;*/
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.tooltip {
    font-size: 14px;
    font-weight: normal;
    color: yellow;
    text-decoration: none;
    position: relative;
}

.tooltip:hover {
    text-decoration: underline;
}

.tooltip:hover .tooltip-box { /*Tooltips de FERRETERIA */
    display: inline-block;
}

.tooltip-box { /*Tooltips de FERRETERÃA */
    display: none;
    position: absolute;
    background: yellow;
    border: blue 2px solid;
    line-height: 20px;
    z-index: 1000;
    text-align: left;
    color: blue;
    font-size: 10px;
    padding: 3px 45px;
    border-radius: 12px;
    left: 45;
    right: 0;
    bottom: -525px;
    width: 165px;
}

.tooltip-box::after { /*Tooltips de FERRETERÃA */
    content: "";
    display: block;
    border-top: 7px solid blue;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent    ;
    position: absolute;
    bottom: -8px;
    left: calc(50% - 7px);
}

b {
    color:blue;
}

.tooltip:hover .tooltip-boxx { /*Tooltips de HOGAR Y ARTICULOS PARA BEBE */
    display: inline-block;
}

.tooltip-boxx { /*Tooltips de HOGAR Y ARTICULOS PARA BEBE */
    display: none;
    position: absolute;
    background:yellow;
    border: blue 2px solid;
    line-height: 20px;
    z-index: 1000;
    text-align: left;
    color:blue;
    font-size: 10px;
    padding: 5px 10px;
    border-radius: 12px;
    left: 0;
    right: 0;
    bottom: -500px;
    width: 165px;
}

.tooltip-boxx::after { /*Tooltips de HOGAR Y ARTICULOS PARA BEBE */
    content: "";
    display: block;
    border-top: 7px solid blue;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent    ;
    position: absolute;
    bottom: -8px;
    left: calc(50% - 7px);
}

.tooltip-boxxx { /*Tooltips de REFRIGERADOS Y EMPACADOS */
    display: none;
    position: absolute;
    background:yellow;
    border: blue 2px solid;
    line-height: 20px;
    z-index: 1000;
    text-align: left;
    color:blue;
    font-size: 10px;
    padding: 5px 10px;
    border-radius: 12px;
    left: -50px;
    right: 0;
    bottom: -15px;
    width: 165px;
}

.tooltip-boxxx::after {  /*Tooltips de REFRIGERADOS Y EMPACADOS */
    content: "";
    display: block;
    border-top: 7px solid blue;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent    ;
    position: absolute;
    bottom: -8px;
    left: calc(50% - 7px);
}

.tooltip:hover .tooltip-boxxx { /*Tooltips de REFRIGERADOS Y EMPACADOS */
    display: inline-block;
}

.fila {
    text-align: left;
    /*background: yellow;
    color: blue;*/
}

.fila2 {
    text-align: left;
    background: yellow;
    color: blue;
}
/*.fila:hover {
    background: yellow;
    color: blue;
}*/

tr {
    color: yellow;
}

table tr:hover {
    background-color: yellow;
    color: rgb(1, 1, 175);
    cursor: pointer;
  }