@media (min-width: 768px) and (max-width: 991px){

    .wrap-header .bottom .over-full-menu .container{
        margin-left: 0;
    }

    .wrap-header .bottom .over-full-menu.wrap-full-produtos .container{
        margin-left: 11%;
    }


    /* ALL */
    .container{
        width: 100%;
    }

    /* HEADER */
    .header-fixed{
        display: none;
    }

    .wrap-header .bottom .wrap-menu, .wrap-header .bottom .wrap-right .wrap-busca-palavra{
        padding-left: 10px;
    }

    .wrap-header .bottom .wrap-menu .wrap-item .item-menu{
        font-size: 11.5pt;
    }

    .wrap-header .bottom .wrap-menu .wrap-item{
        margin-right: 15px;
    }

    .wrap-header .bottom .midias{
        display: none;
    }

    /* CAMPANHA NA HOME */
    .wrap-campanha .titulo{
        margin: 150px 0 10px 75px;
    }

    .wrap-campanha .descricao span{
        margin-left: 75px;
    }

    /* PRODUTOS */
    .wrap-produtos .row-produtos .item .titulo{
        padding: 10px 5px;
        font-size: 15pt;
    }

    /* SEMINOVOS */
    .row-thumbs .thumb{
        width: calc( (100% - 30px) / 2)!important;
        margin: 10px 0;
    }

    /* FORMULARIOS DE PROPOSTAS */
    .wrap-services .wrap-right .wrap-proposta .col-md-6{
        padding: 0;
    }

    .wrap-services .wrap-left {
        min-width: calc(100% - 320px);
        max-width: calc(100% - 320px);
    }

    .wrap-services .wrap-right .wrap-proposta{
        max-width: 320px;
    }

    /* NOTICIAS */
    .wrap-noticias .row-noticias.row-noticias-large .item {
        margin: 0 15px;
        width: calc((100% - 60px) / 3);
    }

    /* CONTATO */
    .wrap-contato .wrap-historia, .wrap-contato .wrap-tabs{
        width: 50%;
        padding: 0;
    }

    .wrap-seminovo .wrap .imagens{
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .wrap-seminovo .wrap .wrap-center, .wrap-seminovo .wrap .wrap-proposta{
        width: 50%;
    }
}

@media (max-width: 767px){

    /* ALL */
    body{
        padding-top: 60px;
    }

    .container{
        width: 100%!important;
        padding: 10px!important;
        margin: 0!important;
    }

    header.header-titulo{
        margin: 40px 0;
    }

    header.header-titulo h1{
        font-size: 25pt;
    }

    /* OLW CONTROLS */
    .owl-prev{
        left: 10px;
    }

    .owl-next{
        right: 10px;
    }

    @keyframes menu {
        0%{display: none;opacity: 0;}
        100%{ opacity: 1;display: block;}
    }

    @-webkit-keyframes menu {
        0%{display: none;opacity: 0;}
        100%{ opacity: 1;display: block;}
    }

    @-moz-keyframes menu {
        0%{display: none;opacity: 0;}
        100%{ opacity: 1;display: block;}
    }

    @-o-keyframes menu {
        0%{display: none;opacity: 0;}
        100%{ opacity: 1;display: block;}
    }

    /* HEADER */

    .wrap-header{
        height: 0;
    }

    .wrap-header .bottom{
        display: none;
        position: fixed;
        padding-top: 60px;
        background-color: #f37435;
    }

    .wrap-header .bottom .container{
        height: 100%;
    }

    .wrap-header .bottom.active{
        width: 100%;
        height: 100%;
        z-index: 9999;
        display: block;
        animation: menu .3s;
    }

    .wrap-header .bottom .container{
        padding:0;
    }

    .wrap-header .bottom .wrap-right{
        width: 100%;
        height: 100%;
        overflow-y: hidden;
    }

    .wrap-header .bottom .wrap-menu{
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        /*border-bottom: 1px solid #f5f5f5;*/
    }

    .wrap-header .bottom .wrap-menu .wrap-item{
        line-height: 50px;
        height: 50px;
        width: 100%;
        margin: 0;
        position: relative;
        text-align: center;
        overflow-y: hidden;
        transition: all ease .3s;
    }

    .wrap-header .bottom .wrap-menu .wrap-item.show-submenu-mobile{
        height: initial;
    }

    .wrap-header .bottom .wrap-menu .wrap-item.show-submenu-mobile a{
        color: #ccc!important;
    }

    .wrap-header .bottom .wrap-menu .wrap-item.active{
        height: 200px;
        transition: all ease .3s;
        background-color: #1e442d;
    }

    .wrap-header .bottom .wrap-menu .wrap-item.active .item-menu{
        border-bottom: 1px solid #f37435;
        font-size: 14pt;
    }

    .wrap-header .bottom .wrap-menu .wrap-item.active .item-menu:first-of-type{
        border-top: 1px solid #f37435;
    }

    .wrap-header .bottom .wrap-menu .wrap-item span{
        color: #fff;
        font-size: 15.5pt;
    }

    .wrap-header .bottom .wrap-menu .wrap-item .item-menu{
        font-size: 15.5pt;
    }

    .wrap-header .bottom .wrap-menu .wrap-item .item-menu a:active, .wrap-header .bottom .wrap-menu .wrap-item .item-menu a:visited, .wrap-header .bottom .wrap-menu .wrap-item .item-menu a:focus, .wrap-menu .wrap-item a{
        color: #fff;
    }

    .wrap-header .bottom .over-full-menu{
        height: 100%;
        padding: 0;
        background-color: #f37435;
    }

    .wrap-header .bottom .over-full-menu .container{
        height: 500px;
    }

    .wrap-header .bottom .over-full-menu header .item{
        font-size: 15pt;
        margin: 0 15px;
    }

    .wrap-header .bottom .over-full-menu .wrap-content .item{
        width: auto;
    }

    .wrap-header .bottom .full-menu{
        height: 100%;
    }

    .wrap-header .bottom .full-menu .wrap-content{
        border: 1px solid #f0f0f0;
        max-height: calc(95% - 100px);
        height: auto;
        overflow-y: auto;
    }

    .wrap-header .bottom .over-full-menu:before{
        border-bottom: 13px solid #fff;
    }

    .wrap-header .bottom .full-menu .wrap-content.ct-produtos{
        background-color: #fff;
    }

    .wrap-header .bottom .full-menu .wrap-content.ct-produtos .item a{
        color: #000;
    }

    .wrap-content::-webkit-scrollbar-track{
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
    }

    .wrap-content::-webkit-scrollbar{
        width: 4px;
        background-color: #F5F5F5;
    }

    .wrap-content::-webkit-scrollbar-thumb{
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #444;
    }

    .wrap-video-intro .go-video .wrap-center .chamada {
        font-size: 22pt;
    }

    .wrap-bike .wrap-cores header.header-titulo, .wrap-produtos .wrap-cores header.header-titulo{
        margin-bottom: 20px;
        display: block;
        margin-top: 55px;
    }

    .wrap-bike .wrap-cores .wrap-select-cores, .wrap-produto .wrap-cores .wrap-select-cores{
        position: absolute;
        bottom: 18%;
        width: 100%;
        height: 70px;
        left: 0;
    }

    .wrap-bike .wrap-cores .wrap-select-cores .select-cores, .wrap-produto .wrap-cores .wrap-select-cores .select-cores{
        top:inherit;
        right: inherit;
        width: 100%;
        max-width: inherit;
    }

    .wrap-bike .wrap-cores .wrap-select-cores .item, .wrap-produto .wrap-cores .wrap-select-cores .item{
        width: 30px;
        height: 30px;
        margin-bottom: 0;
        margin-right: 10px;
    }

    .wrap-bike .wrap-cores .wrap-select-cores .item:hover, .wrap-produto .wrap-cores .wrap-select-cores .item:hover, .wrap-bike .wrap-cores .wrap-select-cores .item.active, .wrap-produto .wrap-cores .wrap-select-cores .item.active{
        width: 40px;
        height: 40px;
    }

    .wrap-bike .wrap-cores .acao-interesse .botao-interesse, .wrap-produto .wrap-cores .acao-interesse .botao-interesse{
        position: fixed;
        bottom: 0;
        right: 0;
        width: 100%;
        border-radius: 0;
    }

    .wrap-bike .wrap-cores .acao-video .botao-video, .wrap-produto .wrap-cores .acao-video .botao-video{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 50%;
        background-color: #fff;
        padding: 0;
        line-height: 45px;
        border-radius: 0;
        box-shadow: inset 0 0 0 1px #f5f5f5 ;
    }

    .wrap-bike .wrap-cores .acao-video .botao-video img, .wrap-produto .wrap-cores .acao-video .botao-video img{
        width: 30px;
    }

    .wrap-bike .wrap-cores .valor-bike, .wrap-produto .wrap-cores .valor-bike{
        width: 150px;
        right: calc(50% - 75px);
        top:0;
    }

    .wrap-bike .wrap-cores .valor-bike .botao-valor, .wrap-produto .wrap-cores .valor-bike .botao-valor{
        font-size: 10pt;
        padding: 5px;
    }

    .wrap-bike .wrap-interesse.wrap-encontre .wrap-resultados .item, .wrap-produto .wrap-interesse.wrap-encontre .wrap-resultados .item{
        width: 100%;
        margin: 0 0 15px 0;
        border-bottom: 1px solid #f2f2f2
    }

    .wrap-bike .wrap-dados-tec header.headers, .wrap-produto .wrap-dados-tec header.headers{
        padding: 10px 0;
    }

    .wrap-bike .wrap-dados-tec header.headers .item, .wrap-produto .wrap-dados-tec header.headers .item{
        width: auto;
        margin-right: 15px;
        font-size: 14pt;
        line-height: 55px;
        float: none;
        display: inline-block;
    }

    .wrap-bike .wrap-dados-tec header.headers .item::before, .wrap-produto .wrap-dados-tec header.headers .item::before{
        top: 40px;
        border-width:8px;
    }

    /* HEADER MOBILE */
    .header-mobile{
        overflow-y: hidden;
        position: fixed;
        height: 60px;
        top:0;
        left: 0;
        width: 100%;
        z-index: 9999;
        padding: 5px;
        border-bottom: 1px solid #f5f5f5;
        background-color: #fff;
        transition: all ease .3s;
    }

    .header-mobile.active{
        height: 117px;
        transition: all ease .3s;
    }

    .header-mobile .wrap-busca-palavra{
        margin-top: 10px;
    }

    .header-mobile header .logo{
        width: 220px;
    }

    .header-mobile header .trigger{
        width: 45px;
        height: 45px ;
        text-align: right;
        color: #f37435;
        font-size: 18pt;
    }

    .header-mobile header .trigger i{
        line-height: 45px;
    }

    /*.container-fluid section:nth-child(4){
        margin-top: 60px;
    }*/

    .wrap-bike .wrap-carrosel{
        display: none;
    }

    .wrap-carrosel, .wrap-carrosel .owl-item, .wrap-carrosel .item{
        height: 500px;
    }

    .wrap-bike .wrap-interesse .wrap-encontre, .wrap-produto .wrap-interesse .wrap-encontre, .wrap-bike .wrap-interesse .formulario, .wrap-produto .wrap-interesse .formulario{
        min-width: inherit;
        width: 100%;
        padding: 0  ;
    }

    .wrap-encontre .wrap-filtros .form-control{
        width: 100%;
        margin: 0 0 10px 0 ;
    }

    .wrap-encontre{
        text-align: center;
    }

    .wrap-encontre .wrap-imagem{
        display: none;
    }

    .wrap-encontre .wrap-resultados .item{
        height: auto;
        text-align: center;
    }

    .wrap-encontre .wrap-resultados .item .contatar{
        position: inherit;
        margin-left: 20px;
    }

    .wrap-bike .content, .wrap-produto .content{
        padding-top: 0;
    }

    /*ficha técnica*/
    .wrap-bike .wrap-dados-tec, .wrap-produto .wrap-dados-tec{
        padding-bottom: 0;
    }

    .wrap-bike .content, .wrap-produto .content{
        padding: 0;
    }

    .wrap-bike .content .item, .wrap-produto .content .item{
        width: 100%;
        padding: 15px 0;
        border:none;
        border-bottom: 1px solid rgba(36, 82, 55, 0.25);
        margin: 0;
    }

    .wrap-bike .content .item:last-of-type, .wrap-produto .content .item:last-of-type{
        border-bottom: none;
    }

    .wrap-thumbs{
        height: auto;
    }

    .wrap-thumbs .row-thumbs .item-thumb{
        width: 100%;
        margin: 0 0 15px 0;
    }

    /* PRODUTOS */

    .row-thumbs .thumb{
        width: 100%!important;
        margin: 10px 0;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(36, 82, 55, 0.25);
    }

    .row-thumbs .thumb:last-of-type{
        border-bottom: none;
    }

    /* SEMINOVO */
    .wrap-seminovo .info, .wrap-seminovo .preco{
        float: none;
        width: 100%;
        text-align: center;
    }

    .wrap-seminovo .wrap .imagens, .wrap-seminovo .wrap .wrap-center, .wrap-seminovo .wrap .wrap-proposta{
        width: 100%;
        padding: 0;
        margin: 10px 0;
    }

    .wrap-opcionais .item-opcional{
        width: 100%;
    }

    .wrap-observacoes{
        text-align: justify;
    }

    /* CONTATO */
    .wrap-contato, .wrap-historia, .wrap-contato .wrap-historia .historia, .wrap-contato .wrap-tabs{
        width: 100%;
        padding: 0;
        overflow-x: hidden ;
    }

    .wrap-contato .wrap-tabs{
        margin-top: 20px;
    }

    .wrap-contato .clpr{
        padding: 0!important;
    }

    .wrap-contato .nav > li{
        width: 50%;
    }

    .wrap-contato .nav > li > a{
        padding: 10px;
    }

    /* NOTÍCIAS */
    .wrap-noticias .row-noticias .item{
        width: 100%!important;
        margin: 10px 0!important;
    }

    /* FOOTER */
    footer.wrap-footer .item{
        margin: 0;
        width: 100%;
        border-bottom: 1px solid #d0d0d0 ;
    }

    footer.wrap-footer .item header{
        margin: 10px 0;
    }

    footer.wrap-footer .item.wrap-menu{
        padding: 0;
    }

    footer.wrap-footer .assinatura{
        padding: 0;
    }

    footer.wrap-footer .assinatura .container{
        padding: 5px!important;
    }
}

@media( min-width: 800px ) and (max-width: 991px){

    .wrap-header .bottom .over-full-menu{
        padding-left: 120px;

    }

    .wrap-header .bottom .over-full-menu .container{
        width: 100%;
    }

    .wrap-header .bottom .over-full-menu .wrap-content .row-content .item .imagem{
        width: 80px;
    }

}

@media(min-width: 1600px){
    .controle, .container{
        width: 75%;
        margin-left: 12.5%;
    }
}

@media(max-width: 1200px){
    .container{
        width: 100%;
    }
}

@media(max-width: 1150px){
    .wrap-header .bottom .midias .item-midia{
        display: none;
    }

    .wrap-header .bottom .midias .item-midia:first-child{
        display: inline-block;
    }
}

@media(max-width: 1280px) {
    .wrap-services header.banner{
        height: 235px;
    }

    .wrap-services header.banner img{
        object-fit: cover;
        height: 100%;
    }

    .row-thumbs .thumb{
        width: calc( (100% - 60px) / 3 );
        margin-right: 15px;
    }

    .wrap-noticias .row-noticias .item{
        margin: 0 15px;
        width: calc( (100% - 90px) / 4);
    }

    .wrap-noticia .noticia .main {
        min-width: calc(100% - 300px);
        max-width: calc(100% - 300px);
    }

    .wrap-noticia .noticia .aside{
        max-width: 300px;
    }

    .wrap-contato header.head{
        height: 235px;
    }

    .wrap-contato header.head img{
        object-fit: cover;
        height: 100%;
    }
}

@media (min-width: 991px) and (max-width: 1800px){
    /* CONTATO */

    .wrap-seminovo .wrap .imagens{
        width: 50%;
        max-width: 50%;
        margin-bottom: 20px;
    }

    .wrap-seminovo .wrap .wrap-center, .wrap-seminovo .wrap .wrap-proposta{
        width: 25%;
    }
}

@media (min-width: 991px) and (max-width: 1280px){

    .wrap-seminovo .wrap .wrap-center .wrap-infos-vei .item .imagem{
        display: none;
    }

    .wrap-header .bottom .wrap-menu .wrap-item{
        margin-right: 15px;
    }

    .wrap-header .bottom .wrap-menu .wrap-item .item-menu{
        font-size: 13pt;
    }

}

@media (min-width: 1360px) and (max-width: 1500px){
    .wrap-header .bottom .over-full-menu .container{
        margin-left: 6%;
        width: 87%;
    }
}

@media (min-width: 1500px){
    .wrap-header .bottom .over-full-menu .container{
        margin-left: 9%;
        width: 77.5%;
    }
}
