@media screen and (max-width: 1240px) {
    .wrap {
        padding: 0 20px;
    }
}
@media screen and (max-width: 1150px) {
    #menuprinc ul {
        gap: 14px;
    }
    .produtos-lst {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 30px;
    }

    .produtos-panels {
        display: grid;
        grid-template-areas: 
            'pDeck'
            'pColumn'
            'pRoof'
            'pSlatted'
            'pDoorFrame'
            'pUProfile'
            'pLProfile'
            'pFlatBoardFinishing'
            'pColumnCover'
            'pPlugHolesFinishing'
            'pSign'
        ;
        gap: 30px;
    }
    .sign {
        height: 200px;
    }
    .deck .produtos-panels-item-img {
        max-width: 250px;
    }
}
@media screen and (max-width: 1000px) {
    #menuprinc {
        display: none;
    }
    #menumob-btn {
        display: block;
    }

    .footer-l2 .wrap {
        justify-content: center;
        text-align: center;
    }
}
@media screen and (max-width: 900px) {
    #empresa-la {
        width: 60%;
    }
    #empresa-lb-q2 {
        display: none;
    }

    .footer-l1-la {
        max-width: none;
    }
    .footer-l1-la, .footer-l1-lb {
        width: 100%;
    }

    .produtoPage-frm {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        max-width: 500px;
        margin: auto;
    }

    .ensaios-tecnicos-l1 {
        display: block;
    }
    .ensaios-tecnicos-l1-la {
        max-width: none;
        margin-bottom: 40px;
    }

    .footer-l1 .wrap {
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 768px) {
    .section-title-big br {
        display: none;
    }

    #empresa .wrap {
        flex-wrap: wrap;
    }
    #empresa-la {
        width: 100%;
    }
    #empresa-lb {
        margin: auto;
    }

    .projetos-lst-item {
        max-width: none;
    }

    .quemsomos-frm {
        flex-wrap: wrap;
    }
    .quemsomos-frm-la, .quemsomos-frm-lb {
        width: 100%;
    }
    .quemsomos-certified-frm {
        text-align: center;
    }
    .quemsomos-certified {
        margin-top: -10px;
    }
    .quemsomos-frm-lb img {
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    #header-logo img {
        max-height: 70px;
    }
    #header-sep {
        height: 89px;
    }

    .produtos-lst-item {
        max-width: none;
        width: 100%;
    }
    .produtos-lst-imgFrm {
        padding: 10px;
    }

    #body-flags {
        display: block;
    }
    #header-flags {
        display: none !important;
    }

    .footer-l1 {
        margin: 40px 20px 20px;
    }
    .footer-l2 {
        padding: 30px 0 50px;
    }

    .produtos-panels-item {
        flex-wrap: wrap;
    }
    .produtos-panels-item-btn a {
        font-size: 16px;
        font-weight: 400;
    }
    .produtos-panels-item-img, .door-frame .produtos-panels-item-img, .u-profile .produtos-panels-item-img, .column-cover .produtos-panels-item-img, .plug-holes-finishing .produtos-panels-item-img {
        margin: -30px auto 20px;
    }

    .int-products-lst-item {
        padding: 70px 0;
    }
    .int-products-lst-item:nth-child(even) {
        background-color: rgba(245,245,245,1.00);
    }
    .int-products-lst-item .wrap {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .int-products-lst-item-colors {
        margin: 20px 0;
    }
    .int-products-lst-item-image {
        max-width: 300px;
        max-height: 300px;
        margin: auto;
    }
    .int-products-lst-item-excerpt, .int-products-lst-item-shortDescription {
        font-weight: 400;
    }
    .int-products-lst-item-btn a, .int-products-lst-item-btn a:active, .int-products-lst-item-btn a:visited {
        font-size: 16px;
        font-weight: 400;
    }
    .int-products-lst-item-colors-lst {
        justify-content: space-between;
        font-size: 12px;
        font-weight: 400;
    }

    .ensaios-tecnicos-l1-la-title {
        font-size: 34px;
        line-height: 40px;
    }
}