.elementor-941 .elementor-element.elementor-element-50c5dff{--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--gap:0px;--background-transition:0.3s;}.elementor-941 .elementor-element.elementor-element-af2658c{--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}@media(min-width:768px){.elementor-941 .elementor-element.elementor-element-af2658c{--width:100%;}}/* Start custom CSS for container, class: .elementor-element-50c5dff */body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    
}

.table-wrapper {
    margin: 50px auto;
    overflow-x: auto;
    width: 90%;
    max-width: 1000px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    
}

.responsive-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    table-layout: fixed;
    text-align:center;
}

.responsive-table th, .responsive-table td {
    padding: 15px;
    text-align: left;
}

.responsive-table thead th {
    background-color: #1b4330;
    color: #ffffff;
    font-weight: bold;
}

.responsive-table tbody tr:nth-child(even) {
    background-color: #EEE;
}

.responsive-table tbody tr:hover {
    background-color: #CCC;
}
ul {
  list-style-type: none;
}

@media screen and (max-width: 600px) {
    .responsive-table thead {
        display: none;
    }

    .responsive-table tr {
        display: block;
        margin-bottom: 15px;
    }

    .responsive-table td {
        display: block;
        text-align: right;
        font-size: 14px;
        border-bottom: 1px solid #dddddd;
        position: relative;
        padding-left: 50%;
    }

    .responsive-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 50%;
        padding-left: 15px;
        font-weight: bold;
        text-align: left;
    }
}

a.zera-cotacao-link:link, a:visited {
	text-decoration: none;
	color:#3b3d42;
	cursor: pointer;
	}
a.zera-cotacao-link:hover {
text-decoration: none;
color:#3b3d42;
	}
a.zera-cotacao-link:active {
	text-decoration: none;
	color:#3b3d42;
	}/* End custom CSS */