.elementor-28155 .elementor-element.elementor-element-72d515e{--display:flex;}.elementor-28155 .elementor-element.elementor-element-c40b900{--display:flex;}.elementor-28155 .elementor-element.elementor-element-5c00e61{--display:flex;}.elementor-28155 .elementor-element.elementor-element-e56a430{--display:flex;}.elementor-28155 .elementor-element.elementor-element-e4865b2{--display:flex;}.elementor-28155 .elementor-element.elementor-element-2660812{--display:flex;}.elementor-28155 .elementor-element.elementor-element-5d96b87{--display:flex;}.elementor-28155 .elementor-element.elementor-element-d0c2273{--display:flex;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-28155 .elementor-element.elementor-element-56dc358 .elementor-heading-title{font-size:40px;}}/* Start custom CSS for html, class: .elementor-element-52fe239 */<style>
.minerais-table {
    width: 100%;
    margin: 15px 0;
    font-family: Arial, sans-serif;
}

.minerais-table table {
    width: 100%;
    border-collapse: collapse;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.minerais-table th,
.minerais-table td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
    vertical-align: middle;
}

.minerais-table th {
    background-color: #27a844; /* Verde para cabeçalho */
    color: white;
    font-weight: bold;
    text-align: center;
}

.minerais-table tr:nth-child(even) {
    background-color: #f2f2f2; /* Alternância de cores */
}

/* Responsividade para dispositivos móveis */
.table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 767px) {
    .minerais-table table {
        display: block;
        white-space: nowrap;
        font-size: 14px;
    }
    
    .minerais-table th,
    .minerais-table td {
        padding: 8px;
    }
}
</style>/* End custom CSS */