@media screen and (max-width: 1240px) {
    .wrap {
        padding: 0 20px;
    }
    
    
}
@media screen and (max-width: 1145px) {
    #sobre-nos .wrap {
        grid-template-columns: repeat(1, 1fr);
    }
    .sobre-nos-lb {
        text-align: center;
    }

    #crm {
        padding: 70px 0 270px;
        background-size: auto 80%;
    }
}
@media screen and (max-width: 1000px) {
    #menuprinc {
        display: none;
    }
    .menumob-btn {
        display: block;
    }
}
@media screen and (max-width: 900px) {
    #qs-l1 {
        grid-template-columns: repeat(1, 1fr);
    }
    .qs-palco-item {
        max-height: none;
    }
    #qs-l2 {
        grid-template-columns: repeat(1, 1fr);
    }
    #qs-l2-la {
        margin-bottom: 70px;
        text-align: center;
    }
}
@media screen and (max-width: 800px) {
    #crm {
        padding: 70px 0 470px;
        background-size: auto 70%;
    }
    #crm-l1-la {
        width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .header-top-item:first-child {
        display: none;    
    }

    .vantBen-l1 {
        grid-template-columns: repeat(1, 1fr);
    }
    .vantBen-item-box {
        flex-wrap: wrap;
    }
    .vantBen-item-lb {
        margin: auto;
    }
}
@media screen and (max-width: 500px) {
    #qs-itens {
        grid-template-columns: repeat(1, 1fr);
    }
    #crm {
        padding: 70px 0 470px;
        background-size: auto 60%;
        background-position: 80% bottom;
    }
}