@media screen and (min-width: 1440px) {
    .content-produtos {
        max-width: 1110px;
        margin-left: 175px;
    }
}

@media screen and (max-width: 993px) {
    .top {
        background-color: #fff;
        position: sticky;
    }

    .navbar-toggler {
        background-color: #ef3d2f;
    }

    .logo {
        width: 50%;
    }

    .navbar-dark .navbar-nav .nav-link {
        text-align: center;
    }

    .form-login {
        width: 100% !important;
    }

    .top .form-row .col {
        flex-basis: 50%;
    }

    .top .form-row div:last-child {
        display: table;
        margin: 10px auto 0;
    }

    #slideHome article h3 {
        font-size: 1em;
    }

    #slideHome article a {
        display: none;
    }

    .hidden-md-up {
        display: none;
    }

    .title-underline {
        font-size: 1rem;
    }

    header select.mobile {
        width: 140px!important;
    }

    .catalogo article {
        margin-bottom: 1em;
    }

    .about {
        text-align: center;
        margin-bottom: 10px;
    }

    .box-image {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    .box-produto p {
        font-size: 14px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .static-content {
        margin-top: 1em;
    }

    .filtro {
        width: 100%;
    }

    .filtro > ul {
        flex-direction: row;
    }

    .filtro > ul > div {
        width: 50%;
    }

    .content-produtos {
        width: 85%;
    }

    .content-produto .row {
        display: block;
    }
}