.elementor-2322 .elementor-element.elementor-element-16bfe8a{padding:50px 0px 100px 0px;}.elementor-2322 .elementor-element.elementor-element-87b1a9e:not(.elementor-motion-effects-element-type-background), .elementor-2322 .elementor-element.elementor-element-87b1a9e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-656f7dc );}.elementor-2322 .elementor-element.elementor-element-87b1a9e{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:20px 20px 20px 20px;}.elementor-2322 .elementor-element.elementor-element-87b1a9e > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-2322 .elementor-element.elementor-element-1a593df > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-2322 .elementor-element.elementor-element-1a593df > .elementor-element-populated{padding:20px 20px 20px 20px;}.elementor-2322 .elementor-element.elementor-element-a41d9a7{font-family:"Poppins", Sans-serif;font-size:18px;font-weight:400;}/* Start custom CSS */.header-internal {
    background-color: var( --e-global-color-e631eee ) !important;
    background-image: url(https://sulmetais.com.br/wp-content/uploads/2023/05/sulmetais-intro-bg.png);
    background-position: top right;
    background-repeat: no-repeat;
}
.header-internal > .elementor-container {
    min-height: 180px !important; 
}
.bt-orcamento-content {
    display: none;
}

.multi-search-form {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: end;
    margin-bottom: 10px;
    padding-bottom: 35px;
    border-bottom: 1px solid #ddd;
}
.multi-search-field {
    display: flex;
    flex-direction: column;
    min-width: 280px;
}
.multi-search-field label {
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
}
.multi-search-field select {
    padding: 11px;
    border-radius: 50px;
}
.multi-search-field select:disabled {
    background-color: #f5f5f5;
    color: #999;
}
.multi-search-button {
    background: #0073aa;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    height: fit-content;
}
.multi-search-button:hover {
    background: #005177;
}
.multi-search-button:disabled {
    background: #ccc;
    cursor: not-allowed;
}
.multi-results {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.multi-loading {
    text-align: center;
    padding: 20px;
    color: #666;
}
@media (max-width: 768px) {
    .multi-search-form {
        flex-direction: column;
    }
    .multi-search-field {
        min-width: 100%;
    }
}/* End custom CSS */