@media (max-width: 425px) {
    .titulo {
        font-size: 34px !important;
    }

    .img-header {
        height: 50px;
    }

    .form-esquerda,
    .form-direita {
        width: 100%;
    }

    .input-mensagem {
        margin-top: 240px;
    }

    .paginacao .paginacao-busca {
        width: 35px;
        height: 35px;
    }
}

@media (max-width: 767px) {
    #banner {
        display: none;
    }

    .descricao {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .titulo {
        font-size: 38px;
    }

    .owl-prev,
    .owl-next {
        left: unset;
        right: unset;
    }

    .img-header {
        height: 60px;
    }

    .linha-topo a {
        font-size: 12px;
    }

    .subtitulo-header {
        display: none;
    }

    #produto img {
        height: initial;
    }

    .privacidade-cookies {
        bottom: 37px;
    }

    .grecaptcha-badge {
        bottom: 50px !important;
    }

    .paginacao .paginacao-busca {
        width: 40px;
        height: 40px;
    }
}

@media(min-width:768px) {
    #bannerMobile {
        display: none;
    }

    .w-md-100 {
        width: 100% !important;
    }

    .start-md-0 {
        left: 0 !important;
    }

    .fs-md-12 {
        font-size: 12px;
    }
}

@media (max-width: 991px) {

    .subtitulo {
        margin-top: 1rem !important;
    }

    .btn-padrao {
        margin: 0 auto;
        display: block;
        margin-bottom: 1rem;
    }

    .border-right {
        border: 0;
    }

    .menu-item.contato,
    .menu-item {
        padding-left: 5px !important;
    }

    .texto-banner {
        width: 100%;
    }

    #blog .titulo,
    #blog .subtitulo {
        display: none;
    }

    .titulo-blog {
        text-align: justify;
        margin-top: 1rem;
    }

    .img-rodape {
        width: 50%;
        display: block;
        margin: 0 auto;
    }

    #rodape .col-12:first-child,
    #rodape .col-12 {
        padding: 0 15px;
    }

    .social {
        justify-content: center;
    }

    .descricao-rodape {
        text-align: justify;
    }

    .titulo-rodape,
    .ul-rodape {
        text-align: center;
    }

    .ul-produto li {
        max-width: 100%;
    }

}

@media (max-width: 1198px) {

    #banner .carousel-caption {
        top: 50px;
    }

    .titulo-banner {
        font-size: 32px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .menu-item {
        font-size: 12px;
    }
}

@media (min-width: 1199px) {

    .menu-item {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .texto-banner {
        width: 70%;
    }
}

@media (min-width: 1650px) {
    .flex-xxxl-nowrap {
        flex-wrap: nowrap;
    }
}

@media (min-width: 1720px) {
    .titulo-banner {
        font-size: 52px;
    }
}