
.sticky-wrapper {
    background: 0 0
}

.site-header-wrapper {
    width: 100%;
    z-index: 999;
    left: 0;
    top: 0;
    position: fixed
}

.header-top {
    height: 22px;
    margin-bottom: 5px;
}

.top-bar-nav {
    width: 100%;
    position: relative;
    margin: 0;
    padding-top: 3px;
    text-align: left;
    padding-left: 320px;
    color: black;
}

    .top-bar-nav li {
        display: inline-block;
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
        margin: 0 7px;
        transition: background-color .3s;
        margin: 0;
        padding: 0 0px;
        color: #FFF;
        font-weight: 600;
        font-size: 14px;
    }

    .top-bar-nav i {
        font-size: 17px;
        margin-right: 5px;
    }

.tel-details a {
    font-size: 18px;
    text-decoration: none;
    font-weight: 700;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}



.site-header {
    padding: 0;
    width: 100%;
    position: relative;
    z-index: 4;
    height: 90px;
    -webkit-transition: all .3s ease .2s;
    -moz-transition: all .3s ease .2s;
    -ms-transition: all .3s ease .2s;
    -o-transition: all .3s ease .2s;
    transition: all .3s ease .1s;
    box-shadow: 0 1px 0 rgb(0 0 0 / 5%);
}

.site-logo {
    float: left;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
    height: 116px
}

    .site-logo img {
        max-width: 380px;
        max-height: 130px;
        z-index: 999999;
        position: absolute;
        -webkit-transition: max-height 0.1s linear 0s;
        -moz-transition: max-height 0.1s linear 0s;
        -ms-transition: max-height 0.1s linear 0s;
        -o-transition: max-height 0.1s linear 0s;
        transition: max-height 0.1s linear 0s;
    }

.navbar {
    padding: 0;
    float: right;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    margin-top: 2px;
    z-index: 2;
}

.main-navigation > ul {
    margin: 0;
    list-style-type: none
}

    .main-navigation > ul > li {
        float: left;
        display: inline-block;
        text-transform: none;
        position: relative;
        height: 61px;
        margin-left: 1px;
        padding-left: 2px;
    }

        .main-navigation > ul > li > a {
            margin-top: 0;
            text-decoration: none;
            font-weight: 400;
            padding: 0 19px;
            line-height: 62px;
            font-size: 15px;
            display: inline-block;
            transition: all 200ms;
            -webkit-transition: all 200ms;
            -moz-transition: all 200ms;
            -o-transition: all 200ms;
        }

            .main-navigation > ul > li > a:before {
                content: "";
                position: absolute;
                z-index: -1;
                top: 0;
                right: 0;
                bottom: 0;
                filter: brightness(78%);
                width: 1px;
            }

            .main-navigation > ul > li > a:after {
                content: "";
                position: absolute;
                z-index: -1;
                top: 0;
                right: 1px;
                bottom: 0;
                filter: brightness(107%);
                width: 1px;
            }

        .main-navigation > ul > li:last-child > a:before, .main-navigation > ul > li:last-child > a:after {
            display: none;
        }


        .main-navigation > ul > li > a:hover {
            text-decoration: none
        }

#menu-toggle {
    float: right;
    font-size: 20px;
    margin-top: 7px;
    color: #333
}

    #menu-toggle i {
        line-height: 30px
    }

.barra_menu_ativada {
    position: absolute;
    height: 57px;
    width: 50%;
    left: 50%;
    bottom: 0;
}

.backOfertas {
    background: url(../images/BackOfertas.jpg) no-repeat center top;
}

.bt-header2 {
    width: 100%;
    height: 85px;
    background: url(../images/bg-bt-header.png) top center no-repeat #f7f7f7;
}

    .bt-header2 .top-bar {
        width: 100%;
        height: 10px;
        background: #737d83;
        position: absolute;
    }

    .bt-header2 .container {
        width: 1000px !important;
        margin: 0 auto;
    }

    .bt-header2 .box-links {
        float: left;
        width: 100%;
    }

        .bt-header2 .box-links a {
            background: #6e787e;
            border: 1px solid #919191;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            width: 315px;
            height: 66px;
            margin: 0 5px;
            padding: 9px 10px;
            text-align: center;
            float: left;
            margin-top: 10px;
            font-family: lato,sans-serif;
            font-size: 18px;
            color: #fff;
            text-decoration: none;
            text-transform: uppercase;
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
        }

            .bt-header2 .box-links a:first-child {
                margin-left: 0;
            }


.section-header-1 {
    text-align: center;
    padding: 0 30%;
}

    .section-header-1 h3 {
        font-size: 30px;
        font-weight: 700;
        margin: 0;
        text-transform: uppercase;
    }

    .section-header-1 h2 {
        color: #222;
        font-size: 14px;
    }

.site-logo:before {
    content: '';
    position: absolute;
    top: 0%;
    width: 209px;
    height: 120%;
    transform: skewX( -15deg );
    -webkit-transform: skewX( -15deg );
    -ms-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    left: 12px;
    border-bottom-left-radius: 26px;
    z-index: 100;
}

.site-logo:after {
    content: '';
    position: absolute;
    top: 0%;
    width: 120px;
    height: 120%;
    transform: skewX( -15deg );
    -webkit-transform: skewX( -15deg );
    -ms-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    left: 210px;
    border-bottom-right-radius: 26px;
    z-index: 9;
}

.ConteudoTop:after {
    content: '';
    position: absolute;
    top: 0%;
    width: 206px;
    height: 90px;
    transform: skewX( -15deg );
    -webkit-transform: skewX( -10deg );
    -ms-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    right: -4px;
    z-index: 0;
}

.menuContato:after {
    content: '';
    position: absolute;
    top: 0%;
    width: 16px;
    height: 61px;
    transform: skewX( -15deg );
    -webkit-transform: skewX( -10deg );
    -ms-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    right: -7px;
    z-index: 0;
}

.subMenuHeader {
    height: 30px;
    position: absolute;
    top: 0;
    right: -10px;
    z-index: 10;
}

    .subMenuHeader ul {
        margin: 0;
    }

        .subMenuHeader ul li {
            float: left;
            position: relative;
            list-style: none;
            padding: 0 5px;
        }

            .subMenuHeader ul li a {
                cursor: pointer;
                display: block;
                font-size: 11px;
                font-weight: 700;
                line-height: 28px;
                padding: 0 10px;
                text-transform: uppercase;
                -moz-transition: all .25s ease-out;
                -ms-transition: all .25s ease-out;
                -o-transition: all .25s ease-out;
                -webkit-transition: all .25s ease-out;
                transition: all .25s ease-out;
            }

            .subMenuHeader ul li > a:before {
                content: "";
                position: absolute;
                z-index: -1;
                top: 0;
                right: 0;
                bottom: 0;
                filter: brightness(78%);
                width: 1px;
            }

            .subMenuHeader ul li > a:after {
                content: "";
                position: absolute;
                z-index: -1;
                top: 0;
                right: 1px;
                bottom: 0;
                filter: brightness(107%);
                width: 1px;
            }

            .subMenuHeader ul li:last-child > a:after, .subMenuHeader ul li:last-child > a:before {
                filter: none;
                background: none;
            }

.backOfertas {
    background: url(../images/BackOfertas.jpg);
    background-attachment: fixed;
}

.chamadaEstoque {
    padding: 10px 0 0px;
}

    .chamadaEstoque i {
        font-size: 40px;
        float: left;
        margin-right: 15px;
        margin-top: 9px;
    }

a, article, b, body, center, div, footer, h1, h2, h3, h4, h5, header, html, i, iframe, img, label, li, nav, ol, p, section, small, span, strong, table, tbody, td, th, thead, tr, ul {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%
}

article, footer, header, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

select {
    appearance: auto !important;
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    background-image: none !important;
}

* {
    box-sizing: border-box;
    outline: 0
}

iframe {
    border: 0
}

body, html {
    height: 100%
}

html {
    width: 100%;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

a {
    color: #5e5e5e;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .3s ease .2s;
    -moz-transition: all .3s ease .2s;
    -ms-transition: all .3s ease .2s;
    -o-transition: all .3s ease .2s;
    transition: all .3s ease .1s
}

    a:hover {
        text-decoration: none
    }

    a:active, a:focus, a:hover {
        outline: 0;
        text-decoration: none;
        color: #666
    }

    a img {
        border: none
    }

    a > img {
        vertical-align: middle
    }

img {
    max-width: 100%
}

img {
    max-width: 100%
}

img {
    height: auto
}

strong {
    font-weight: 700
}

p {
    margin: 0 0 20px
}

i {
    font-style: italic
}

input::placeholder {
    color: #c0c0c0 !important;
    opacity: 1;
}

.text-align-center {
    text-align: center
}

::-webkit-input-placeholder {
    color: #999
}

:-moz-placeholder {
    color: #999
}

::-moz-placeholder {
    color: #999
}

:-ms-input-placeholder {
    color: #999
}

iframe {
    border: 0
}

h1, h2, h3, h4, h5 {
    margin: 0 0 15px 0;
    color: #333;
    font-weight: 400;
    line-height: 1.5em
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Roboto',sans-serif
}

h5 {
    font-size: 14px;
    font-family: Roboto,sans-serif
}

h1 a {
    color: #333;
    text-decoration: none
}

p {
    margin: 0 0 18px 0
}

ul {
    margin: 10px 0 10px 20px;
    list-style-type: disc
}

ol {
    margin: 10px 0 10px 30px;
    list-style-type: decimal
}

.margin-40 {
    margin-bottom: 40px !important
}

a:focus, .btn:focus, .btn:active:focus {
    outline: none;
    outline: none;
    outline-offset: -2px;
}

.btn-default:active,
.btn-primary:active,
.btn-success:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn:active {
    background-image: none;
    box-shadow: none;
}

.btn-default {
    text-shadow: 0 1px 0 #fff;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: none;
    filter: none;
    background-repeat: repeat-x;
    background-color: #fff;
    border-color: transparent;
    border-color: transparent;
    color: #999;
    text-transform: none;
}

    .btn-default:hover,
    .btn-default:focus {
        background-color: #eee;
        border-color: transparent;
        color: #222;
    }

    .btn-default:active {
        background-color: #eee;
        border-color: #ccc;
        color: #222 !important;
    }

    .btn-default:disabled {
        background-color: none;
        border-color: #e8e8e8;
        background-image: none;
    }

.btn-primary {
    border-color: #2b669a;
}

    .btn-primary:hover,
    .btn-primary:focus {
        background-color: #2d6ca2;
        border-color: transparent;
    }

    .btn-primary:active {
        background-color: #2d6ca2;
        border-color: transparent;
    }

    .btn-primary:disabled {
        background-color: #2d6ca2;
    }

.btn-success {
    border-color: #3e8f3e;
}

    .btn-success:hover,
    .btn-success:focus {
        background-color: #419641;
        border-color: transparent;
    }

    .btn-success:active {
        background-color: #419641;
        border-color: transparent;
    }

    .btn-success:disabled {
        background-color: #419641;
    }

.btn-default,
.btn-primary,
.btn-success {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
    text-shadow: none;
    border-width: 0;
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
    letter-spacing: .07em;
    line-height: 1.66857143;
    font-weight: 700;
    color: rgba(255,255,255,.9);
    position: relative;
    font-size: 14px;
    border: 1px solid transparent;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: 'Roboto Condensed', sans-serif;
}

.btn-default {
    color: #999;
    text-transform: none;
    font-weight: 400;
    border: 1px solid #ccc;
    letter-spacing: 0;
    font-family: 'Roboto', sans-serif;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active {
        border: 1px solid #ccc;
        color: #666;
    }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #e8e8e8;
}

.dados_anuncio .listadados li.col5:first-child {
    width: 22%;
}

.dados_anuncio .listadados li.col5:nth-child(3) {
    width: 31%;
}

.modoNoturno .bt-header {
    background: #101010;
    padding: 20px 0;
}

.modoNoturno h4, .modoNoturno .contentDefault h3, .modoNoturno .titleFiltroLogoMarca,
.modoNoturno .contentDepoimento h3, .modoNoturno .listing-header span, .modoNoturno .listing-header strong {
    color: #cfcfcf !important;
}

.modoNoturno .veiculosHome .results-grid-view .result-item2 {
    box-shadow: 0 3px 16px 2px #080808 !important;
}

.modoNoturno .veiculosHome .results-grid-view .result-item-in, .modoNoturno .results-grid-view .result-item-cont {
    background-color: #141414
}

.modoNoturno .linksLogo, .modoNoturno .contentDepoimento {
    background-color: #0a0a0a !important;
}

.modoNoturno .PrimeiraColunaFinanciamento, .modoNoturno .TerceiraColunaFinanciamento, .modoNoturno .QuintaColunaFinanciamento {
    color: #cfcfcf !important;
}

.modoNoturno .listing-header {
    border-bottom: 1px solid #292929;
}

.modoNoturno .boxEndereco {
    background-color: #161616;
    color: #dbdbdb;
}

.modoNoturno .EspacamentoColunaFinanciamento {
    background-color: #1e1e1e;
    color: #cfcfcf;
}

.modoNoturno .add-features-list li {
    background-color: #252525 !important;
}

.modoNoturno .veiculo-detalhes .title-Veiculo h2 {
    color: #FFF;
}

.modoNoturno .veiculo-detalhes .precoVeiculo {
    background-color: #000000;
    color: #d9d9d9 !important;
}

.modoNoturno .contentEstoque .results-grid-view .result-item {
    border: 1px solid #0a0a0a;
    background: #141414;
}

.modoNoturno .contentEstoque .search-filters .accordion-button {
    background-color: #0a0a0a;
    color: #dddddd;
}

.modoNoturno .accordion-item {
    border-bottom: 1px solid #1c1c1c;
}

.modoNoturno #vehicle-add-features, .modoNoturno .veiculo-detalhes .title-Veiculo,
.modoNoturno .dados_anuncio .listadados, .modoNoturno .dados_anuncio, .modoNoturno
.formPropostaVeiculo, .modoNoturno .veiculo-detalhes .telefone-loja, .modoNoturno .accordion-item {
    background-color: #1a1a1a;
    color: #cbcbcb;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.modoNoturno .form-control, .modoNoturno .textboxFinanc, .modoNoturno .textarea, .modoNoturno .comboboxFinanc {
    background-color: #bdbdbd !important;
    border-color: #3b3b3b !important;
    box-shadow: none !important;
}

.modoNoturno .content {
    background-color: #101010;
}

.modoNoturno .contentDefault {
    background-color: #101010;
}

.modoNoturno .mapaHome {
    border-top: 8px solid #000000 !important;
}


.toast {
    position: relative;
    margin: 10px;
    padding: 10px;
    background-color: #333;
    color: white;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transform: translateY(-50px);
    opacity: 0;
    transition: opacity 1s, transform 1s;
}

    .toast .toast-title {
        font-weight: bold;
    }

    .toast .toast-close-btn {
        position: absolute;
        top: 5px;
        right: 5px;
        background: none;
        border: none;
        color: white;
        font-size: 20px;
        cursor: pointer;
    }

    .toast.success {
        background-color: #4CAF50;
    }

    .toast.error {
        background-color: #F44336;
    }

input.error, select.error, textarea.error {
    background-color: #ffebef !important;
    color: #480000 !important;
    border: 1px solid red !important;
}

label.error {
    display: none !important;
}

.list-group {
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}

.accordion {
    margin-bottom: 0;
}

.accordion {
    border: 1px solid #ddd;
}

.progress {
    margin-bottom: 15px;
    height: 20px;
    border-radius: 3px;
    overflow: visible;
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    background-color: #eaeaea;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
    position: relative;
    border-radius: 3px;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.075);
    padding: 7px 11px;
    color: #777;
    margin-bottom: 9px;
}

.linkLateral {
    z-index: 99 !important
}

.telefoneMenuHeader {
    position: relative;
    list-style-type: none;
}

    .telefoneMenuHeader a {
        text-decoration: none;
        color: inherit;
        display: flex;
        align-items: center;
    }

.telefoneMenu {
    padding: 10px 15px;
    border-radius: 17px;
}

.dropdown-arrow {
    margin-left: 5px;
    transition: transform 0.3s ease; /* Anima  o para a rota  o */
}

.telefoneMenuHeader .dropdown {
    display: none;
    position: absolute;
    right: 14px;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    list-style: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 999;
    min-width: 185px;
    margin-top: -16px;
}

    .telefoneMenuHeader .dropdown li {
        padding: 8px 28px;
        cursor: pointer;
        color: #333;
        text-align: left;
        white-space: nowrap;
        font-weight: 600;
        border-bottom: 1px solid #efefef;
    }

        .telefoneMenuHeader .dropdown li:hover {
            background-color: #f0f0f0;
        }

.veiculo-detalhes .telefone-loja .telefone li {
    padding-bottom: 5px;
}

.accordion-item {
    border: none;
    border-bottom: 1px solid #CCC;
    border-radius: 0 !important;
}

.breadcrumb {
    background: none;
    margin: 0;
    font-weight: 300;
    padding-left: 0;
    font-size: 13px;
}

    .breadcrumb > li + li:before {
        content: "\203A";
        color: ##999;
        padding: 0 8px;
    }

    .breadcrumb li:first-child {
        padding-left: 0;
    }

    .breadcrumb a {
        color: #999;
    }

        .breadcrumb a:hover {
            color: #666;
        }

    .breadcrumb > .active {
        color: #666;
    }

.input-lg {
    font-size: 15px;
}

.list-group {
    list-style-type: none;
    margin: 20px 0;
}

.checkbox-inline {
    font-size: 13px;
    line-height: 1.5em;
    color: #999
}

.dropdown-menu > li > a {
    font-size: 13px;
    color: #666;
}

.list-group .badge {
    margin-top: 3px;
}

.badge {
    background: #999;
}

.form-control {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.075);
}

.btn-group {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.075);
}

.list-group-item a {
    color: #5e5e5e;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 400;
    color: #999
}

.banner-home {
    width: 100%;
    height: 540px;
    position: sticky;
    overflow: hidden;
    margin-top: 90px;
}

    .banner-home .swiper-wrapper {
        display: flex;
        z-index: 5;
    }

    .banner-home .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .banner-home .swiper-image {
        max-width: 100%;
        min-height: 540px;
        height: auto;
        object-fit: cover;
    }

.additional-images-swiper {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

    .additional-images-swiper .swiper-wrapper {
        display: flex;
    }

    .additional-images-swiper .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-shrink: 0;
    }

.video-container {
    position: relative;
    width: 100%; /* Garantir que ocupe toda a largura dispon vel */
    height: 0;
    padding-top: 75.25%; /* Propor  o 16:9 */
    background-color: #000; /* Fundo preto */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; /* A largura ser  100% */
        height: 100%; /* A altura ser  calculada para manter a propor  o */
        border: 0;
    }

.swiper-image {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.boxEndereco {
    background-color: #f7f7f7;
    padding: 10px 10px 20px 10px;
    text-align: center;
    border-radius: 10px
}

    .boxEndereco .titleEndereco {
        border-bottom: 1px dashed #dedede;
        padding: 10px 0;
        margin: 0 25px 20px;
        font-size: 16px
    }

.swiper-gallery-stock .chevron {
    align-items: center;
    background: linear-gradient(90deg,#eee 80%,hsla(0,0%,100%,0));
    bottom: 0;
    display: flex;
    justify-content: center;
    left: -10px;
    position: absolute;
    top: 0;
    width: 60px;
    z-index: 3;
}

.swiper-gallery-stock {
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 0 70px;
}

    .swiper-gallery-stock .chevron.chevron-right {
        background: linear-gradient(270deg,#eee 80%,hsla(0,0%,100%,0));
        left: auto;
        right: -10px;
    }

        .swiper-gallery-stock .chevron.chevron-right svg {
            transform: rotate(180deg);
        }

.linkslogoVeiculos {
    width: 100% !important;
    padding: 20px 0 0px !important;
    height: 99px;
    position: relative;
}

    .linkslogoVeiculos .box-links a {
        margin: 0 2px !important;
    }

.infoFooter p.tel {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
    padding: 0
}

.infoFooter .endereco {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
    padding: 0
}

.estoqueCompleto {
    margin: 34px 0
}

.sort-destination {
    margin: 0;
    list-style-type: none
}

.contentEstoque .filter-options-list li {
    border-bottom: 1px solid #f4f4f4 !important;
    margin-bottom: 2px
}

body {
    background-color: #fff;
    color: #777;
    font-size: 14px;
    font-weight: 400;
    font-family: Roboto,sans-serif;
    line-height: 1.7em;
    background-attachment: fixed;
    overflow-x: hidden
}


.DivConteudoButton {
    position: relative;
    text-align: left;
}

.message-wrap {
    border-bottom: solid 2px #fff;
    border-top: solid 3px #fff;
    padding: 22px 0;
    background: #dedede url(../images/message-shadow.png) top center repeat-x
}

    .message-wrap .message-shadow {
        margin-top: 25px;
        position: absolute;
        width: 100%;
        z-index: 77;
        background: url(../images/message-shadow.png) top center repeat-x;
        height: 21px
    }

    .message-wrap h2 {
        font-size: 30px;
        font-weight: 300;
        color: #000;
        letter-spacing: -2px;
        margin: 0;
        text-align: left !important;
        line-height: 30px
    }

.contentDefault {
    padding: 30px 0 0 !important;
    background-color: #f7f7f7
}

.section-header-1 {
    text-align: center
}

    .section-header-1 h3 {
        font-size: 28px;
        font-weight: 800;
        color: #2a2a2a;
        text-transform: uppercase;
        letter-spacing: 1px
    }

.dados_anuncio .price {
    font-size: 24px;
    font-weight: 700;
    margin-top: 2px;
    margin-bottom: 3px;
    padding: 3px 0;
}

.linksLogo {
    width: 100% !important;
    padding: 30px 0 40px !important;
}

.float-wpp {
    -webkit-animation: anima-whats 2s ease-in 7s infinite alternate forwards;
    animation: anima-whats 2s ease-in 7s infinite alternate forwards;
    bottom: 20px;
    position: fixed;
    right: 20px;
    z-index: 10123220;
}

.wppRodape {
    -webkit-animation: anima-whats 2s ease-in 7s infinite alternate forwards;
    animation: anima-whats 2s ease-in 7s infinite alternate forwards;
}

.float-wpp img {
    display: block;
    height: 41px;
    width: 43px;
}

@keyframes anima-whats {
    0%,to {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        transform: rotate(0deg);
        transform: scale(1)
    }

    50% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        transform: rotate(2deg)
    }

    80% {
        transform: rotate(45deg)
    }

    90% {
        transform: rotate(8deg);
        transform: scale(1.2)
    }
}

@keyframes anima-whats {
    0%,to {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        transform: rotate(0deg);
        transform: scale(1)
    }

    50% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        transform: rotate(2deg)
    }

    80% {
        transform: rotate(45deg)
    }

    90% {
        transform: rotate(8deg);
        transform: scale(1.2)
    }
}

@media (max-width:767.98px) {
    .float-wpp {
        right: 28px
    }
}

.content {
    padding: 50px 0;
    min-height: 400px
}

.listing-header {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px
}

    .listing-header span {
        font-size: 25px
    }

.listing-container {
    padding-top: 15px
}

.bt-header {
    background: #f7f7f7;
    padding: 20px 0;
}

.site-footer {
    background: #2f2f2f;
    color: #999
}

    .site-footer a {
        color: #999
    }

        .site-footer a:hover {
            color: #fff
        }

.site-footer-top {
    padding: 40px 0
}

.footer_widget .widgettitle {
    font-weight: 600;
    color: #eee
}

.site-footer-bottom {
    background: #252525;
    padding: 20px 0 0;
    border-top: 1px solid rgba(255,255,255,.05);
    font-size: 12px
}

.footer_widget.widget a {
    color: #e9e9e9
}

.result-item-cont:after, .result-item-cont:before, .result-item:after, .result-item:before {
    content: " ";
    display: table
}

.result-item-cont:after, .result-item:after {
    clear: both
}

b, strong {
    font-weight: 700 !important
}

.result-item-in:after, .result-item-in:before {
    display: table;
    content: " "
}

.result-item-in:after {
    clear: both
}

.btn-primary {
    letter-spacing: 0;
    border: none
}

#message {
    margin-top: 20px
}

.widget ul {
    margin: 0;
    list-style-type: none
}

.widget li {
    padding: 2px 0px;
}

.widget a {
    color: #5e5e5e
}

@media only screen and (max-width:1200px) {
    .telefoneMenuHeader {
        display: none !important
    }
}

@media only screen and (max-width:1400px) {
    .result-item-cont .col-md-8, .result-item-cont .col-md-4 {
        width: 100%
    }

    .result-item-cont .col-md-4 {
        margin-top: 0px !important;
        margin-bottom: 7px !important;
    }

        .result-item-cont .col-md-4 a {
            width: 100%
        }
}

@media (min-width:992px) {
    .container {
        width: 1000px !important;
    }

    .header-right {
        display: none;
    }
}

@media (min-width:1100px) {
    .container {
        width: 1150px !important;
    }
}

@media (min-width:768px) and (max-width:992px) {

    .site-header.container .container.sp-cont {
        width: 100% !important;
        height: 90px !important;
    }


    .top-bar-nav {
        color: white !important;
    }

    .container, .container-md, .container-sm {
        background: var(--headerBgColor) !important;
    }


    .site-logo:after, .site-logo:before, .site-logo:after, .site-logo:before {
        display: none !important;
    }


    .header-right #menu-toggle {
        position: absolute;
        margin-top: -85px !important;
        right: 5px
    }

    #rodape, .widget_newsletter {
        display: none
    }

    .result-item-pricing-home .price {
        font-size: 18px
    }

    .site-logo img {
        margin-left: 30px;
        max-height: 90px;
    }
}

@media only screen and (max-width:992px) {

    .main-navigation > ul > li > a, .main-navigation > ul > li > a > i{
       color: #222 !important;
    }

    .noMobile {
        display: none;
    }

    .site-header-wrapper {
        background: var(--headerBgColor) !important;
        height: 90px !important;
        width: 100%;
    }


    #showimagePopup {
        display: none !important
    }

    .toggle-menu {
        display: none;
        background: #fff;
        width: 100%;
        height: auto;
        border-top: 1px solid #eee;
        box-shadow: 0 3px 8px 0 #c6c6c6;
    }

    .menuContato {
        display: none !important;
    }

    .toggle-menu > ul > li {
        display: block;
        width: 100%;
        border-bottom: 1px solid #eee;
        background: #f7f7f7 !important;
        
    }

        .toggle-menu > ul > li > a {
            display: block;
            padding: 15px 0 15px 20px;
            line-height: normal;
            color: #222 !important
        }

    .toggle-menu.active {
        display: block !important;
    }

    .navbar {
        height: 0;
        z-index: 999;
        top: 90px !important;
        width: 100%;
        text-align: center;
    }

    .site-header {
        background-color: var(--headerBgColor) !important;
    }

    .header-right #menu-toggle {
        float: right;
        margin-left: 0;
        margin-top: 0;
        text-align: center;
        background: #252525;
        width: 42px;
        height: 32px;
        line-height: 32px;
        color: #fff;
        margin-left: -1px;
        overflow: hidden;
        border-radius: 5px
    }

    .footer_widget {
        margin-bottom: 30px
    }

    .site-footer-top {
        padding-bottom: 10px
    }
}

@media (min-width:1200px) {
    .mobile {
        display: none !important
    }
}

@media (min-width:1700px) {
    #Search-Filters {
        padding-right: 3% !important
    }

}

@media (min-width:1500px) {
    .container {
        width: 1350px !important;
    }
}



    @media only screen and (max-width:767px) {

        .site-logo:after, .site-logo:before, .site-logo:after, .site-logo:before {
            display: none !important;
        }

        .banner-home {
            height: 195px;
        }

            .banner-home .swiper-image {
                min-height: 193px;
            }

        .site-header {
            position: initial
        }

        .linksLogo .search-input {
            width: 100% !important;
        }

        .veiculosHome .results-grid-view .result-item-in {
            height: 108px !important;
        }

        .linksLogo .box-links a:first-child {
            margin-left: 5px !important;
        }

        .linksLogo .box-links a {
            width: 30.3% !important;
        }

        .linkslogoVeiculos .box-links a {
            width: 97px !important;
        }

        .swiper-gallery-stock {
            padding: 0 0px !important;
        }

            .swiper-gallery-stock .chevron {
                width: 48px !important;
            }

        .header-top {
            text-align: center !important;
        }

            .header-top .pull-right {
                float: initial !important
            }

        .result-item-pricing-home .price {
            font-size: 18px !important
        }

        .veiculosHome .results-grid-view .result-item2 {
            width: 49% !important;
            float: left !important;
            min-height: 200px;
            height: auto !important;
            box-shadow: none !important;
        }

        .divOrdenarEstoque {
            border-top: 1px dashed #e4e4e4;
            border-bottom: 1px dashed #e4e4e4;
            padding: 4px 0;
            margin: 10px 0;
        }

        .contentEstoque .col-md-3, .contentEstoque .col-md-9 {
            padding-left: 0;
            padding-right: 0;
        }

        .toggle-menu > ul > li {
            width: 100% !important;
            height: auto !important
        }

            .toggle-menu > ul > li > a {
                padding: 13px !important;
            }

        .veiculosHome .results-grid-view .result-item-sub-title {
            font-size: 12px !important;
        }

        .result-item-pricing-home .btnDetalhes {
            width: 100%;
            padding: 2px;
            margin-bottom: 10px;
        }

        .noMobile {
            display: none !important
        }

        .estoqueCompleto {
            margin-top: 14px
        }

        .boxEndereco {
            margin-bottom: 30px
        }

        #cookies .cookies-button {
            margin-top: 15px;
            width: 100%;
            margin-left: 0
        }

        #cookies .row-cookie .item-cookie {
            display: block
        }

        #cookies {
            background-color: rgba(206,206,206,.9)
        }

        .g-recaptcha {
            margin-bottom: 10px
        }

        .mobileLeft {
            float: left !important
        }

        .copyrights-left p, .copyrights-right p {
            text-align: center !important
        }

        #rodape {
            background: #fff;
            background: -moz-linear-gradient(top,#fff 0,#f6f6f6 47%,#ededed 100%);
            background: -webkit-gradient(left top,left bottom,color-stop(0,#fff),color-stop(47%,#f6f6f6),color-stop(100%,#ededed));
            background: -webkit-linear-gradient(top,#fff 0,#f6f6f6 47%,#ededed 100%);
            background: -o-linear-gradient(top,#fff 0,#f6f6f6 47%,#ededed 100%);
            background: -ms-linear-gradient(top,#fff 0,#f6f6f6 47%,#ededed 100%);
            background: linear-gradient(to bottom,#fff 0,#f6f6f6 47%,#ededed 100%);
            width: 100%;
            height: 50px;
            padding-top: 0px;
            position: fixed;
            bottom: 0;
            border: dotted #999;
            z-index: 999;
            border-width: 1px 0;
            text-align: center;
            -webkit-box-shadow: 0 -4px 24px -2px rgba(0,0,0,.75);
            -moz-box-shadow: 0 -4px 24px -2px rgba(0,0,0,.75);
            box-shadow: 0 -4px 24px -2px rgba(0,0,0,.75);
            margin-top: 30px
        }

        .site-header {
            z-index: 0
        }

        .DivConteudoButton {
            background: 0 0;
            z-index: 0
        }

        .veiculosHome .result-item2 {
            background: 0 0;
            box-shadow: none !important;
        }

        .contentDefault {
            background-color: #f7f7f7;
            padding: 62px 0 20px !important;
        }

        #showimagePopup, .DivConteudoButton h2 {
            display: none !important
        }

        .body {
            padding-top: 0 !important
        }

        .topnav {
            display: none
        }

        .site-header {
            padding: 4px 0;
            background: var(--headerBgColor) !important;
        }

        .toggle-menu > ul > li {
            width: 47%;
            float: left;
            height: 100px;
            margin-right: 5px !important
        }

            .toggle-menu > ul > li a {
                width: 100%;
                text-align: center;
                font-size: 15px
            }

        .main, .utility-bar {
            margin-top: 0 !important
        }

        .menuFinanciamento {
            display: none !important
        }

        .navbar {
            height: 0;
            box-shadow: none;
            top: 115px;
            width: 100%
        }

        .site-logo img {
            max-height: 90px;
        }

        .main-navigation > ul > li > a, .main-navigation > ul > li > a:hover {
            color: #222 !important
        }

        .header-right {
            position: absolute;
            right: 5px;
            margin-top: -90px
        }

        .result-item {
            border: none
        }

        .result-item-image {
            width: auto;
            height: auto
        }

        .site-footer-bottom {
            text-align: left
        }

        .site-footer-bottom {
            padding-bottom: 60px
        }

        .result-item {
            width: 100% !important;
            float: none !important;
            margin-bottom: 20px !important
        }

        .content {
            padding: 20px 0;
            min-height: 340px
        }

        .post-title {
            font-size: 20px
        }
    }

    .site-logo {
        transition: none;
    }

        .site-logo img {
            transition: none;
            left: 15px;
        }

    .pull-left,
    .header-top.noMobile,
    .subMenuHeader.noMobile,
    .ConteudoTop:after {
        transition: none;
    }

    .navbar {
        transition: none;
    }

    .site-header {
        transition: none;
    }

    .site-header-wrapper {
        transition: none;
        transition: none;
        background: #ffffff;
        position: fixed;
        height: 61px;
    }

    .ConteudoTop:after {
        content: '';
        display: block;
        visibility: var(--AtivDesat);
        transition: none;
    }

    .video-wrapper {
        max-width: 670px;
        width: 100%;
        aspect-ratio: 16 / 9;
    }

        .video-wrapper iframe {
            width: 100%;
            height: 100%;
            border-radius: 10px;
        }

@media (min-width:992px) and (max-width:1199px) {

    .main-navigation > ul > li > a {
        padding: 0 13px;
    }

    .container {
        width: 1100px !important
    }

    .mobile {
        display: none !important
    }
}

@media (min-width:1200px) and (max-width:1199px) {
    .main-navigation > ul > li > a 
    {
        padding: 0 8px;
    }
}

.main {
    padding-top: 90px;
}