/****** GERAL ******/
@font-face {
    font-family: "Montserrat-Black";
    src: url("/assets/fonts/Montserrat/Montserrat-Black.ttf");
}

@font-face {
    font-family: "Montserrat-Bold";
    src: url("/assets/fonts/Montserrat/Montserrat-Bold.ttf");
}

@font-face {
    font-family: "Montserrat-ExtraBold";
    src: url("/assets/fonts/Montserrat/Montserrat-ExtraBold.ttf");
}

@font-face {
    font-family: "Montserrat-ExtraLight";
    src: url("/assets/fonts/Montserrat/Montserrat-ExtraLight.ttf");
}

@font-face {
    font-family: "Montserrat-Italic";
    src: url("/assets/fonts/Montserrat/Montserrat-Italic.ttf");
}

@font-face {
    font-family: "Montserrat-Light";
    src: url("/assets/fonts/Montserrat/Montserrat-Light.ttf");
}

@font-face {
    font-family: "Montserrat-Medium";
    src: url("/assets/fonts/Montserrat/Montserrat-Medium.ttf");
}

@font-face {
    font-family: "Montserrat-Regular";
    src: url("/assets/fonts/Montserrat/Montserrat-Regular.ttf");
}

@font-face {
    font-family: "Montserrat-SemiBold";
    src: url("/assets/fonts/Montserrat/Montserrat-SemiBold.ttf");
}

@font-face {
    font-family: "Montserrat-Thin";
    src: url("/assets/fonts/Montserrat/Montserrat-Thin.ttf");
}

html, body {
    width: 100%;
    background-color: #fff;
    overflow-x: hidden !important;
}

html, body, div, p, ul, ol, li, img, h1, h2, h3, h4, h5, h6, form, input, textarea, select, label, button {
    font-family: 'Montserrat-Regular', sans-serif;
    position: relative;
    font-family: "Montserrat-Regular", sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    outline: 0;
}

* {
    margin: 0;
    box-sizing: border-box;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
    padding: .5em;
    padding-right: 1.5em;
}


input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-family: 'Montserrat-Regular', sans-serif;
    color: #000;
}

a {
    text-decoration: none;
}

a:hover, .blink {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    text-decoration: none;
}


/*** PRELOADER ***/
.preloader {
    overflow: hidden;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
    display: block;
    z-index: 999999999999999999 !important;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(/assets/img/loader-logo.gif);
}

.d-flex-row {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-content: center;
}

.d-flex-col {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-content: center;
}

.texto-pesquisa-vazio {
    padding: 40px;
    font-size: 16px;
    color: red;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.slide {
    width: 100%;
}

.slide ul {
    list-style-type: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.slide ul li img {
    width: 100%;
}

.show-inline {
    display: inline-block;
}

.hide, .visible-mobile {
    display: none;
}

.show {
    display: block;
}

.fcenter {
    margin: 0 auto;
}

.fleft {
    float: left
}

.fright {
    float: right
}

.clear {
    clear: both;
}

.acenter {
    text-align: center;
}

.aleft {
    text-align: left;
}

.aright {
    text-align: right;
}

.ajustify {
    text-align: justify;
}

.bold {
    font-family: "Montserrat-Bold", sans-serif;
}

.img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
}

.uppercase {
    text-transform: uppercase;
}

.social-icons {
    position: absolute;
    right: 100px;
    height: 700px;
    top: 0;
    padding-right: 10px;
}

.social-icons ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    align-items: center;
}

.social-icons ul li a {
    transition: all linear 60ms;
    display: block;
    color: #000;
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 23px;
    text-align: center;
    line-height: 40px;
    margin-bottom: 20px;
}

.social-icons ul li a:hover {
    transition: all linear 60ms;
    background-color: red;
    color: #fff;
}

@media print {
    body * {
        visibility: hidden;
    }

    .imprimir, .imprimir * {
        visibility: visible;
    }

    .imprimir {
        position: absolute;
        left: 0;
        top: 0;
    }
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

/****** FONT SIZE ******/
.size-22 {
    font-size: 22px;
}

.size-25 {
    font-size: 25px;
}

.size-35 {
    font-size: 35px;
}

/****** LAYOUT ******/
.col-100 {
    width: 100%;
}

.col-98 {
    width: 98%;
}

.col-95 {
    width: 95%;
}

.col-90 {
    width: 90%;
}

.col-85 {
    width: 85%;
}

.col-83 {
    width: 83.33333333333333%;
}

.col-80 {
    width: 80%;
}

.col-75 {
    width: 75%;
}

.col-70 {
    width: 70%;
}

.col-65 {
    width: 65%;
}

.col-60 {
    width: 60%;
}

.col-58 {
    width: 58.33333333333333%;
}

.col-52 {
    width: 52%;
}

.col-50 {
    width: 50%;
}

.col-55 {
    width: 55%;
}

.col-48 {
    width: 48%;
}

.col-45 {
    width: 45%;
}

.col-40 {
    width: 40%;
}

.col-35 {
    width: 35%;
}

.col-33 {
    width: 33.3333337%;
}

.col-30 {
    width: 30%;
}

.col-25 {
    width: 25%;
}

.col-20 {
    width: 20%;
}

.col-8 {
    width: 8.333333333333333%;
}

.contend {
    width: calc(100vw - 140px);
    padding-left: 70px;
}

/****** SPACER ******/
.spacer-1, .spacer-5, .spacer-10, .spacer-15, .spacer-20, .spacer-25, .spacer-30, .spacer-35, .spacer-40, .spacer-45, .spacer-50, .spacer-60, .spacer-70, .spacer-100, .spacer-200 {
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    display: block;
    clear: both;
}

.spacer-1 {
    height: 1px;
}

.spacer-5 {
    height: 5px;
}

.spacer-10 {
    height: 10px;
}

.spacer-15 {
    height: 15px;
}

.spacer-20 {
    height: 20px;
}

.spacer-25 {
    height: 25px;
}

.spacer-30 {
    height: 30px;
}

.spacer-35 {
    height: 35px;
}

.spacer-40 {
    height: 40px;
}

.spacer-45 {
    height: 45px;
}

.spacer-50 {
    height: 50px;
}

.spacer-60 {
    height: 60px;
}

.spacer-70 {
    height: 70px;
}

.spacer-100 {
    height: 100px;
}

.spacer-200 {
    height: 200px;
}

/*** SPLASH ***/
.splash {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: rgba(0, 0, 0, 0.9);
}

.splash-content {
    display: block;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 350px;
    position: fixed;
    z-index: 1041;
    margin: -175px 0 0 -250px;
    background-color: #fff;
}

.splash-barra {
    height: 45px;
    background-color: #000;
}

.splash-logo {
    width: 50%;
    color: #fff;
    font-family: "Montserrat-Bold", sans-serif;
    line-height: 45px;
    padding-left: 20px;
}

.splash-close {
    width: 43%;
    line-height: 45px;
    text-align: right;
}

.splash-logo, .splash-close {
    display: inline-block;
}

#splash-close-x {
    font-size: 14px;
    color: #333;
}

#splash-close-x:hover {
    color: #555;
}

.splash-banner {
    height: 170px;
    background-size: cover;
    background-position: 0% 90%;
}

.splash-form {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0 20px;
    margin-top: -10px;
}

.splash-form input {
    box-sizing: border-box;
    width: 100%;
    padding: 7px;
    margin-bottom: 10px;
}

.splash-form input[type="text"] {
    background-color: #F0EEEF;
    border: 1px solid #F0EEEF;
    padding-left: 30px;
}

.splash-icon {
    float: left;
    margin-top: -34px;
    padding-left: 8px;
    position: relative;
    z-index: 2;
    color: #909090;
}

.splash-form input[type="submit"] {
    background-color: #000;
    border: 1px solid #000;
    font-family: "Montserrat-Bold", sans-serif;
    color: #fff;
}

.splash-info {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 20px;
    color: #aaa;
    font-size: 66%;
    text-align: justify;
}

.splash-info span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-family: "Montserrat-Bold", sans-serif;
    margin-bottom: 5px;
}

/*** DEMOBAR ***/
.demo-bar {
    padding: 10px 0;
    background: #333
}

.demo-main {
    width: 90%;
    margin: 0 auto
}

.demo-contend {
    width: 50%
}

.demo-warning {
    color: red;
    font-size: 12px
}

.demo-subscreve {
    text-align: right
}

.demo-subscreve .bt {
    width: 200px;
    height: 30px;
    line-height: 30px;
    color: #333;
    text-align: center;
    font-family: "Montserrat-SemiBold", sans-serif;
    border-radius: 20px;
    margin: 0;
    padding: 0;
    font-size: 13px;
    background: red
}

.demo-subscreve .bt:hover {
    opacity: .8
}

/*** TOPBAR ***/
.topbar {
    height: 115px;
    background-color: #1D242C;
}

.topbar, .topbar a {
    color: #666;
}

.topbar .logo {
    width: 30%;
}

.topbar .logo img {
    padding: 40px 35px 40px 0;
    width: auto;
    height: 37px;
}

.features {
    width: 70%;
    margin-top: 30px
}

.topbar .local, .topbar .phones, .topbar .social {
    height: 40px;
}

.topbar .phones div {
    margin-top: 7px;
}

.topbar .local i, .topbar .phones i {
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 3px solid #555;
    border-radius: 50%;
    color: #555;
    font-size: 20px;
    margin-right: 5px;
    vertical-align: top;
}

.topbar .local p, .topbar .phones p {
    font-size: 12px;
}

.topbar .social i {
    background: #666;
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 3px solid #666;
    border-radius: 50%;
    color: #222;
    font-size: 20px;
    margin-left: 5px;
}

.topbar .social i:hover {
    background: #555;
    border: 3px solid #555;
}

/*** MENU ***/
.menu {
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100vw;
    height: 100px;
    align-items: center;
}

.menu .logo {
    width: 25%;
    padding-left: 100px;
}

.menu .logo img {
    width: 200px;
}

.menu .main-menu {
    padding-right: 100px;
    width: 75%;
    display: flex;
    justify-content: flex-end;
}

.menu ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.menu ul a {
    text-align: center;
    color: #fff;
    font-family: "Montserrat-Regular", sans-serif;
    line-height: 60px;
}

.menu ul a.active li, .menu ul a:hover li {
    transition: all linear 200ms;
    font-family: "Montserrat-SemiBold", sans-serif;
}

.menu ul a {
    display: inline-block;
    height: 60px;
    text-transform: capitalize;
    width: 85px;
    margin: auto 10px;
    font-size: 18px;
}

.menu ul a li {
    transition: all linear 200ms;
}

/*** PAGES ***/
.page-type {
    padding: 80px 0;
}

.page-title {
    margin-top: -120px;
    margin-left: 100px;
    font-size: 30px;
    color: #fff;
    margin-bottom: 70px;
    font-family: "Montserrat-SemiBold", sans-serif;
    width: 50%;
}

.page-title h1 {
    font-size: 18px;
    font-family: "Montserrat-Bold", sans-serif;
    color: red;
    padding: 30px 0;
}

.main-title, .car-count {
    width: auto;
    font-family: "Montserrat-Bold", sans-serif;
    padding-bottom: 5px;
}

.main-title {
    font-size: 2rem;
    text-transform: uppercase;
}

.car-count {
    margin-top: 10px;
    font-size: 14px;
}

.car-count font {
    color: red;
}

.results-item {
    width: 23.25%;
    margin: 40px 0 0 2.3333337%;
}

.results-item:nth-child(4n) {
    margin-left: 0;
}

.results-item:hover {
    opacity: 0.7;
}

.div-results-item-image {
    cursor: pointer;
}

.results-item-image {
    width: 100%;
    padding: 0 !important;
}

.results-item-image img {
    height: auto;
    width: 100%;
}

.results-item-image i {
    position: absolute;
    top: 10%;
    right: 10%;
    color: red;
    font-size: 200%;
}

.results-item-brand b, .results-item-price {
    display: block;
    font-size: 16px;
    color: #000;
    font-family: "Montserrat-Bold", sans-serif;
}

.results-item-price span {
    font-size: 10px;
}

.results-item-brand b, .results-item-brand p {
    width: 90%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.results-item-brand p {
    font-size: 12px;
    color: #666;
}

.results-item-price {
    height: 40px;
    line-height: 40px;
    background: #e1e1e1;
    text-align: center;
}

.results-item-versao {
    font-size: 11px;
    color: #666;
    overflow: hidden;
}

.results-item-details {
    border-top: 1px solid #e1e1e1;
    margin-top: 10px;
    padding-top: 10px;
    color: #999;
}

.results-item-details p {
    display: inline-block;
    margin-right: 10px;
    font-size: 11px;
    text-transform: capitalize;
}

.results-item-details p i {
    color: red;
}

/*** PAGINAÇÃO ***/
.paginacao {
    float: right;
    box-shadow: 1px 1px 4px #ccc;
}

.paginacao ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.paginacao ul li {
    height: 33px;
    width: 33px;
    float: left;
    background-color: red;
    border-right: 1px solid #fff;
    text-align: center;
    line-height: 33px;
}

.paginacao ul li:last-child {
    border-right: none;
}

.paginacao ul li:last-child {
    margin-right: 0;
}

.paginacao ul li.disabled {
    opacity: 0.55;
    background-color: #E6E6E6 !important;
}

.paginacao ul li a {
    height: 30px;
    width: 30px;
    display: list-item;
    color: #ddd;
}

.paginacao ul li:hover, .paginacao ul li.active {
    background-color: #999999;
}

.paginacao ul li:hover a, .paginacao ul li.active a {
    color: #fff;
}

.paginacao li.extenso {
    width: auto;
    background: #fff;
    margin: 0 10px;
    font-size: 13px;
}

.paginacao li.extenso:hover {
    background: #fff;
}

/*** MENSAGENS ***/
.mensagens {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 300px;
    z-index: 10000000000000000;
    padding: 20px;
}

.mensagens ul {
    padding: 0;
    margin: 0 0 0 10px;
    list-style-type: none;
}

.mensagens ul li {
    margin-bottom: 5px;
}

.mensagens ul li:last-child {
    margin-bottom: 0;
}

.mensagens i {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.mensagens.erro {
    background-color: #f2dede;
    border-color: #ebccd1;
    border: 1px solid;
    color: #a94442;
}

.mensagens.sucesso {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    border: 1px solid;
    color: #3c763d;
}

/****** FLEX ******/
.flex {
    display: flex;
}

.flex-center {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.flex-bottom {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.flex-right {
    margin-left: auto;
}


.menu-mobile {
    display: none;
}

.visible-mobile {
    display: none;
}

#msgCookie a {
    color: red;
}


#msgCookie {
    background: rgba(0, 0, 0, .9);
    bottom: 0;
    color: #fff;
    display: none;
    left: 0;
    padding: 15px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 10;
}

.grecaptcha-badge {
    display: none;
}

.legenda-slide {
    background-color: transparent;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.legenda-slide h4 {
    transform: none !important;
    text-transform: uppercase;
    font-size: 60px;
    color: #fff;
    font-family: "Montserrat-SemiBold", sans-serif;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.legenda-slide h5 {
    transform: none !important;
    font-size: 30px;
    color: #fff;
    font-family: "Montserrat-Regular", sans-serif;
}

.legenda-slide span {
    transform: none !important;
    font-size: 60px;
    color: red;
    font-family: "Montserrat-SemiBold", sans-serif;
    letter-spacing: 3px;
}

/****** FOOTER ******/
.footer {
    width: 100%;
}

.footer-content {
    flex-direction: column;
    display: inline-block;
    width: 100%;
}

.footer-content .links-footer {
    padding: 80px 50px 20px 50px;
    background-color: #000;
    color: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
}

.footer-content .links-footer .list-links {
    padding: 2px 10px;
    min-width: 150px;
}

.footer-content .links-footer .list-links:nth-child(2) ul {
    column-count: 2;
    column-gap: 25px;
    height: 100%;
}

.footer-content .link-sociais ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 250px;
}

.footer-content .link-sociais ul li {
    margin: 0px;
    margin-right: 10px;
    height: 58px;
}

.footer-content .link-sociais ul li a {
    font-size: 16px !important;
    color: #000 !important;
    background-color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px !important;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.footer-content .link-sociais ul li a:hover {
    color: #fff !important;
    background-color: red !important;
    border-color: #fff !important;
}

.footer-content .links-footer h2 {
    color: rgba(255, 255, 255, 0.75);
    font-family: "Montserrat-Regular", sans-serif;
    font-size: 18px;
}

.footer-content .links-footer a h2:hover {
    color: rgba(255, 255, 255, 1);
}

.footer-content .links-footer ul {
    position: relative;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-content .links-footer ul li {
    display: block;
    margin-bottom: 1px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.75);
    font-family: "Montserrat-Regular", sans-serif;
    line-height: 1.5;
}

.footer-content .links-footer ul li.icon-footer {
    position: absolute;
    width: 28px;
    left: -40px;
    text-align: center;
}

.footer-content .links-footer ul li.icon-footer i {
    font-size: 20px;
    color: #fff;
}

.footer-content .links-footer .list-links:nth-child(1) ul li, .footer-content .links-footer .list-links:nth-child(2) ul li, .footer-content .links-footer .list-links:nth-child(4) ul li {
    margin-bottom: 7px;
}

.footer-content .links-footer ul li a {
    display: block;
    margin-bottom: 1px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.75);
    font-family: "Montserrat-Regular", sans-serif;
    line-height: 1.5;
}

.footer-content .links-footer ul li a:hover {
    color: red;
}

.news-footer p, .news-footer small a, .news-footer span {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.55);
}

.news-footer small, .news-footer span {
    margin-top: 35px;
}

.news-footer .link-sociais li,
.news-footer .link-sociais li a {
    width: 40px;
    height: 40px;
}

.news-footer .link-sociais li {
    display: inline-block;
    margin-right: 10px;
}

.news-footer .link-sociais li a {
    display: block;
    background: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40px 40px;
}

.news-footer .link-sociais li a:hover {
    opacity: 0.7;
}

.news-footer h2 {
    font-size: 25px;
    font-family: "Montserrat-SemiBold", sans-serif;
}

.news-footer {
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/assets/img/back-newsletter.png);
    width: 100%;
    height: 470px;
}

.news-footer-content {
    padding: 20px 50px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    height: 450px;
}

.news-footer .bg-dark {
    background-color: #141414;
    height: 320px;
    margin-bottom: -50px;
    padding: 50px 30px;
    z-index: 2;
    color: rgba(255, 255, 255, 0.9);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-sizing: content-box;
}

.news-footer .bg-dark .c-title {
    font-size: 16px;
    font-family: "Montserrat-Regular", sans-serif;
    margin-top: 30px;
}

.news-footer .bg-dark .box-contato {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    height: 62px;
    margin-top: 30px
}

.news-footer .bg-dark .box-contato .fa {
    font-size: 25px;
    background-color: white;
    color: #141414;
    margin: 0;
    line-height: 60px;
    width: 60px;
    text-align: center;
}

.news-footer .bg-dark .box-contato .c-info {
    font-size: 14px;
    font-family: "Montserrat-Regular", sans-serif;
    color: #fff;
    background-color: red;
    padding: 21px 29px;
}

.news-footer-content .news {
    display: flex;
    flex-direction: column;
    height: 350px;
    padding: 0px 35px;
}

.news-footer input, .news-footer button {
    height: 50px;
    line-height: 50px;
    border: 0;
    margin: 0;
    padding: 0 15px;
    display: block;
    float: left;
}

.news-footer input[type=text] {
    border: 1px solid red;
    height: 50px;
    width: 300px;
}

.news-footer button[type=submit] {
    font-family: "Montserrat-Regular", sans-serif;
    font-size: 16px;
    background: red;
    color: #fff;
    border: 1px solid red;
}

.news-footer button[type=submit]:hover {
    opacity: 0.7;
}

.news-footer span {
    clear: both;
    display: block;
    font-size: 75%;
    line-height: 21px;
}

.copyright {
    background-color: #141414;
    color: rgba(255, 255, 255, 0.65);
    padding: 35px 80px;
    display: flex;
    justify-content: space-between;
}

.copyright div {
    font-size: 12px !important;
}

.copyright a {
    color: rgba(255, 255, 255, 0.65);
}

.copyright a:hover {
    color: #ED1C24;
}


/*** MENU SEARCH ***/
.menu-search {
    width: 1000px;
    padding: 0;
    margin: 0 auto;
    margin-top: -115px;
}

.tipos-stock {
    padding-right: 10px 0px;
}

.tipos-box {
    display: flex;
    width: 100%;
    flex-direction: row;
    z-index: 5;
}

.tipos-box.stock-page {
    margin-top: 20px;
}

.tipos-box label {
    background-color: #fff;
    cursor: pointer;
    display: block;
    background-blend-mode: luminosity;
    background-repeat: no-repeat;
    width: 45px;
    height: 40px;
    border: 1px solid #999;
    background-position: center;
    background-size: 30px;
    margin-right: 5px;
}

.tipos-box label.active {
    background-blend-mode: normal;
}

.tipos-box input[type=radio] {
    visibility: hidden;
    height: 0;
    width: 0;
    pointer-events: none;
    display: none;
}

.inputs-box {
    padding: 25px 30px;
    background-color: #fff;
    box-shadow: 0 0 5px #ccc;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    box-sizing: content-box;
}

.inputs-box .row {
    flex-direction: row;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.inputs-box .row:nth-child(2) {
    margin-top: 15px;
}

.inputs-box .row .col {
    display: flex;
    justify-content: flex-start;
}

.inputs-box .row .col:nth-child(1) {
    width: 25%;
}

.inputs-box .row .col:nth-child(2) {
    width: 40%;
    padding-right: 30px;
}

.inputs-box .row .col:nth-child(3) {
    width: 35%;
}

.inputs-box .row .group {
    width: min-content;
    display: inline-block;
}

.inputs-box .row .group .form-title {
    width: 100%;
    margin-bottom: 8px;
    display: inline-block;
    font-size: 16px;
    font-family: "Montserrat-Regular", sans-serif;
    min-width: 140px;
}

.inputs-box .row .group select, .inputs-box .row .group .btn input {
    margin-right: 30px;
    color: #999;
    background-color: #fff;
    border-radius: 0px !important;
    height: 40px;
    font-family: "Montserrat-Regular", sans-serif;
    border: 1px solid #AEAEAE;
}

.inputs-box .row .col:nth-child(2) .group {
    width: 50%;
}

.inputs-box .row .col:nth-child(2) .group select {
    width: calc(100% - 30px);
}

.inputs-box .row .group select[name="fuel"] {
    width: 150px;
}

.inputs-box .row .group select option {
    font-weight: normal;
    border: 0;
    background: #999;
    text-align: center;
    outline: none;
    color: #000;
    opacity: 0.55;
    font-size: 14px;
}

.inputs-box .row .group.btn {
    margin-top: auto;
    margin-left: auto;
    margin-right: 0px;
}

.inputs-box .row .group.price-range {
    width: 100%;
}

.inputs-box .row .group.btn a {
    transition: all ease-in 100ms;
    background: red;
    color: #fff;
    margin-left: auto;
    height: 40px;
    border: none;
    font-size: 16px;
    font-family: "Montserrat-Regular", sans-serif;
    width: 120px;
    display: block;
    margin-right: 0px;
    text-align: center;
    line-height: 40px;
}

.inputs-box .row .group.btn a:hover {
    transition: all ease-in 100ms;
    background: #000;
    box-shadow: 0px 0px 2px #333;
    cursor: pointer;
}

input[name="intervalo-preco"] {
    visibility: hidden !important;
}

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
    font-size: 12px;
    background-color: transparent;
    color: #333;
    font-family: "Montserrat-Regular", sans-serif;
}

.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
    display: none;
}

.irs--round .irs-min, .irs--round .irs-max {
    display: none;
}

.irs--round .irs-line {
    top: 26px;
}

.irs--round .irs-bar {
    background-color: red;
    height: 6px;
    top: 25px;
}

.irs--round .irs-handle {
    top: 20px;
    width: 15px;
    height: 15px;
    border: 1px solid red;
    background-color: white;
    border-radius: 50%;
}

.irs--round .irs-from {
    left: 0px !important;
    right: auto !important;
    padding: 0 !important;
}

.irs--round .irs-to {
    right: 0px !important;
    left: auto !important;
    padding: 0 !important;
}

/*Filtros dos veículos*/
.tabs-filtros {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 50px;
}

.tabs-filtros .pesquisa-detalhada a {
    color: red;
}

.tabs-filtros ul:not(.pagination) {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.tabs-filtros ul:not(.pagination) li {
    box-shadow: 1px 1px 4px #ccc;
}

.tabs-filtros ul:not(.pagination) li a {
    display: block;
    padding: 22px 35px;
    background-color: #fff;
    color: #232323;
    font-size: 16px;
}

.tabs-filtros ul:not(.pagination) li a.active {
    background-color: red;
    color: #fff;
}

.tabs-filtros ul:not(.pagination) li a:hover {
    background-color: #000;
    color: #fff;
}

.content-filtros {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 0px;
}

.content-filtros .coluna-marcas {
    width: 15%;
    min-height: 750px;
    border-right: 1px solid #989898;
    overflow-y: hidden;
    margin-top: 50px;
}

.content-filtros .coluna-marcas h3 {
    color: red;
    font-size: 16px;
}

.content-filtros .coluna-marcas ul {
    overflow: hidden;
    list-style-type: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.content-filtros .coluna-marcas ul li:last-child {
    margin-top: auto;
}

.content-filtros .coluna-marcas ul li a {
    display: block;
    padding: 5px 0px;
    font-size: 16px;
    font-family: "Montserrat-Regular", sans-serif;
    color: #343434;
}

.content-filtros .coluna-marcas ul li a.all {
    font-family: "Montserrat-SemiBold", sans-serif;
    padding: 0;
    color: red;
}

.content-filtros .coluna-marcas ul li a.active, .content-filtros .coluna-marcas ul li a:hover {
    font-family: "Montserrat-Bold", sans-serif;
    border-right: 3px solid red;
}

.content-filtros .coluna-veiculos {
    width: calc(85% - 25px);
    height: 710px;
    padding: 50px 0px 0px 0px;
    overflow-y: hidden;
}

.page-veiculos .header-veiculos {
    height: 45px;
    font-family: "Montserrat-SemiBold", sans-serif;
    box-shadow: 0px 3px 4px #ccc;
    padding-left: 30px;
    line-height: 45px;
    font-size: 1rem;
    color: #595959;
    display: flex;
    justify-content: space-between;
    padding-right: 45px;
}

.page-veiculos .header-veiculos .total-em-estoque a {
    color: #000;
}

.page-veiculos .header-veiculos .total-em-estoque a strong {
    color: red;
}

.list-veiculos {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.relacionados .list-veiculos {
    justify-content: space-between;
    width: 100%;
    padding: 10px 2px;
}

.list-veiculos .results-item {
    width: 22.87%;
    margin: 0px 0px 20px 20px;
}

.relacionados .list-veiculos .results-item {
    margin: 0;
    width: 24%;
    box-shadow: 1px 2px 4px #999;
}

.list-veiculos a {
    box-shadow: 1px 1px 2px #ccc;
    display: block;
}

.list-veiculos .results-item .results-item-image {
    margin: 0;
    display: flex;
}

/*** OFICINAS ***/
.oficinas {
    background-image: url(../img/back-home-oficinas.png);
    padding: 30px 0px 50px;
}

.oficinas .col-80 {
    padding: 50px 0;
}

.oficinas h1 {
    font-size: 25px;
    color: #fff;
    font-family: "Montserrat-SemiBold", sans-serif;
    line-height: 1.3;
}

.oficinas h2 {
    font-size: 22px;
    color: #fff;
    line-height: 1.4;
    font-family: "Montserrat-Regular", sans-serif;
}

.oficinas p {
    color: #fff;
    font-family: "Montserrat-Regular", sans-serif;
    line-height: 1.7;
    font-size: 15px;
}

.oficinas ul {
    list-style: none;
    margin: 5px 0 0 10px;
}

.oficinas i, .oficinas a {
    color: red;
}

.oficinas a:hover {
    opacity: 0.7;
}

.oficinas .servicos {
    position: relative;
    display: flex;
    flex-direction: column;
}

.oficinas .servicos .tipo-servicos .barra-progresso {
    position: absolute;
    background-color: red;
    height: 35px;
    top: 12px;
    left: 30px;
    transition: width linear 150ms;
}


.oficinas .servicos .tipo-servicos:hover p span {
    opacity: 0.9;
}


.oficinas .servicos .tipo-servicos p {
    cursor: pointer;
    color: #fff;
    font-size: 1.7rem;
    margin: 10px 30px;
    font-family: "Montserrat-Regular", sans-serif;
}

.oficinas .servicos .tipo-servicos p span {
    padding-left: 2px;
    padding-right: 2px;
}

.oficinas .lista-servicos {
    color: #fff;
    position: absolute;
    z-index: 2;
    top: 610px;
    left: -60px;
    width: calc((100vw / 100) * 55);
    overflow-x: hidden;
    overflow-y: auto;
    height: 100px;
    padding-left: 2px;
}

.oficinas .lista-servicos ul {
    color: #fff;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
    display: flex;
    height: 100%;
    padding: 0;
    margin: 0;
    transition: transform ease-in-out 800ms;
}

.oficinas .lista-servicos li {
    font-size: 2.3rem;
    font-family: "Montserrat-Regular", sans-serif;
    text-align: left;
    display: inline-table;
    min-width: calc((100vw / 100) * 55);
}

.oficinas-slide .images {
    margin-top: 140px;
    height: auto;
    width: calc((100vw / 100) * 55);
    z-index: 0;
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: -50px;
}

.oficinas-slide .images ul {
    height: 600px;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
    display: flex;
    padding: 0;
    margin: 0;
    transition: transform ease-in-out 500ms;
}

.oficinas-slide .images ul li {
    display: inline-table;
    min-width: calc((100vw / 100) * 50);
}

.oficinas-slide .images ul li img {
    width: calc((100vw / 100) * 49);
}

.oficinas .slider-controle {
    margin-top: 50px;
}

.oficinas .slider-controle input {
    width: calc((100vw / 100) * 49);
    float: left;
}

/*Input range*/
input[type=range] {
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    background: #999999;
    border-radius: 0px;
    border: 0px solid #000101;
}

input[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 1px solid red;
    height: 35px;
    width: 35px;
    background-position: center;
    background-size: contain;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-image: url(/assets/img/slider-control.png);
    background-color: #000000;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -16px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #999999;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    background: #999999;
    border-radius: 0px;
    border: 0px solid #000101;
}

input[type=range]::-moz-range-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 1px solid red;
    height: 35px;
    width: 35px;
    background-position: center;
    background-size: contain;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-image: url(/assets/img/slider-control.png);
    background-color: #000000;
    cursor: pointer;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    border-width: 39px 0;
    color: transparent;
}

input[type=range]::-ms-fill-lower {
    background: #999999;
    border: 0px solid #000101;
    border-radius: 50px;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}

input[type=range]::-ms-fill-upper {
    background: #999999;
    border: 0px solid #000101;
    border-radius: 50px;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}

input[type=range]::-ms-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 1px solid red;
    height: 35px;
    width: 35px;
    background-position: center;
    background-size: contain;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-image: url(/assets/img/slider-control.png);
    background-color: #000000;
    cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
    background: #999999;
}

input[type=range]:focus::-ms-fill-upper {
    background: #999999;
}


.underline-red::after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background-color: red;
    margin-top: 25px;
}

.underline-white::after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background-color: white;
    margin-top: 25px;
}

.estrela-prestacao {
    position: relative;
    top: -78px;
    left: 7px;
    height: 0;
}

.estrela-prestacao img {
    position: absolute;
    height: 4.5rem;
    width: 4.5rem;
}

.estrela-prestacao b {
    position: relative;
    top: 26px;
    left: 0px;
    width: 4.5rem;
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 12px;
}

.banda-estado {
    position: absolute;
    top: 10px;
    left: 0;
    padding: 10px 13px;
    color: #fff;
}

.blue-back {
    background: #393185;
}

.brand-back {
    background: red;
}

.filters-column {
    width: 15%;
    margin-top: 30px;
}

.cars-column {
    width: 85%;
    min-height: 1px;
}

.cars-column.w-filter {
    width: 82%;
    padding-right: 20px;
    padding-top: 10px;
    float: right;
}

.priceRangeRow {
    margin-top: -15px;
    width: 400px;
    float: right;
}

.priceRangeCol {
    margin-top: 20px;
    width: 85%;
    float: left;
}

.hidden-desktop {
    display: none;
}


.card-vehicle-footer {
    padding: 10px;
    display: block;
    position: relative;
    box-sizing: border-box;
    box-shadow: 1px 1px 3px 0px #ccc;
}

.card-vehicle-footer.list {
    display: flex;
    flex-direction: row;
    padding: 16px;
    justify-content: space-between;
}


.card-vehicle-footer.list .vehicle-name {
    font-size: 1.3rem;
}

.card-vehicle-footer .vehicle-name {
    font-size: 1rem;
    color: #333;
    font-family: "Montserrat-Medium", sans-serif;
}

.card-vehicle-footer.list .vehicle-version {
    margin-bottom: auto;
}

.card-vehicle-footer .vehicle-version {
    min-height: 18px;
    font-size: 0.7rem;
    margin-bottom: 15px;
}

.card-vehicle-footer.list .vehicle-details ul {
    height: 65px;
}

.card-vehicle-footer .vehicle-details ul {
    list-style-type: none;
    padding-right: 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-vehicle-footer .vehicle-details {
    height: 100%;
}

.card-vehicle-footer .vehicle-details ul li {
    font-size: 0.7rem;
    text-align: left;
}

.card-vehicle-footer .vehicle-price {
    font-size: 1.3rem;
    line-height: 1;
    margin-bottom: 5px;
    font-family: "Montserrat-Medium", sans-serif;
    text-align: center;
    min-height: 20px;
}

.card-vehicle-footer.list .vehicle-price {
    text-align: right;
    font-size: 1.6rem;
}

.card-vehicle-footer.list .vehicle-link a {
    width: 100px;
    font-size: 1rem;
    padding: 10px 15px;
}

.card-vehicle-footer .vehicle-link a {
    background-color: red;
    text-align: center;
    font-size: 0.7rem;
    color: #fff;
    padding: 6px 14px;
}

.banner .jssorb05 {
    padding-right: 150px;
}

@media (max-width: 498px) {
    .hidden-desktop {
        display: inherit;
    }

    .d-mobile-hidden {
        display: none !important;
    }

    .d-desktop-hidden {
        display: block !important;
    }
}

/*Mobile*/
@media (max-width: 498px) {
    .slide {
        width: 100%;
        height: 35vh;
        margin-left: 0;
    }

    .page-title {
        width: 100%;
        padding-left: 25px;
    }

    .legenda-slide {
        justify-content: start;
        padding-top: 110px;
    }

    .mobile-content {
        height: 100%;
        display: block;
    }

    .splash-banner {
        background-position: center center;
    }

    .splash-content {
        top: 10%;
        width: 280px;
        height: 435px;
        margin: 0 0 0 -140px;
    }

    .splash-info {
        width: 100%;
        padding-top: 5px;
    }

    .splash-form {
        width: 100%;
    }

    .visible-mobile {
        display: block;
    }

    .hidden-mobile {
        display: none !important;
    }

    body {
        /*overflow-x: hidden;*/
        min-width: 100%;
    }

    * {
        box-sizing: border-box;
    }

    .contend {
        width: 100%;
        padding: 20px 45px;
    }

    .demo-bar {
        display: none;
    }

    .topbar {
        display: none;
    }

    .menu {
        display: none;
    }

    /* Menu Mobile */
    .menu-mobile {
        display: block;
        height: 59px;
        position: absolute;
        top: 0;
        z-index: 1;
    }

    .main-menu {
        background-color: transparent;
        box-shadow: none;
        position: relative;
        width: 100%;
        z-index: 5;
        top: 0;
        line-height: normal;
    }

    .main-menu .menu-mobile-container {
        display: block;
        width: 100vw;
    }

    .main-menu .main-menu-container {
        overflow: hidden;
        background-color: #1D242C;
        clear: both;
        height: 100vh;
        width: 100vw;
        transition: left .2s ease-out;
        -webkit-box-shadow: 0px 5px 5px 0px rgba(51, 51, 51, 1);
        -moz-box-shadow: 0px 5px 5px 0px rgba(51, 51, 51, 1);
        box-shadow: 0px 5px 5px 0px rgba(51, 51, 51, 1);
        border-top: none;
        z-index: 10;
        left: 101vw;
        top: 0;
        display: none;
    }

    .menu-search {
        margin-top: -420px;
        z-index: 0;
    }

    .main-menu .menu-mobile-btn:checked ~ div.main-menu-container {
        transition: left .2s ease-out;
        left: 0;
        display: block;
        position: fixed;
        padding-top: 50px;
        z-index: 999999999;
        height: 100vh;
        max-height: 100vh;
        width: 100vw;
        background-color: #111;
        overflow: hidden;
    }

    .main-menu .main-menu-container ul li {
        float: left;
        padding: 25px;
        text-align: left;
        width: 100%;
    }

    .main-menu .main-menu-container ul li a {
        font-size: 25px;
        font-family: "Montserrat-Regular", sans-serif;
        color: #ffffff;
        -webkit-font-smoothing: antialiased;
    }

    .main-menu .main-menu-container ul li a:hover, .main-menu .main-menu-container ul li a.active {
        color: red;
        font-weight: inherit;
    }

    .main-menu .menu-mobile-logo {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }

    .main-menu .menu-mobile-logo img {
        max-width: 100%;
        height: 40px;
    }

    .menu-mobile-container .logo {
        display: table;
        height: 40px;
        padding: 8px 0 0 10px;
    }

    .main-menu .menu-mobile-icon {
        cursor: pointer;
        display: inline-block;
        float: left;
        padding: 28px 20px;
        position: relative;
        user-select: none;
        z-index: 9999999999;
    }

    .main-menu .menu-mobile-icon .menu-mobile-navicon {
        background: #fff;
        display: block;
        height: 4px;
        position: relative;
        transition: background .2s ease-out;
        width: 30px;
    }

    .main-menu .menu-mobile-icon .menu-mobile-navicon:before,
    .main-menu .menu-mobile-icon .menu-mobile-navicon:after {
        background: #fff;
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        transition: all .2s ease-out;
        width: 100%;
    }

    .main-menu .menu-mobile-icon .menu-mobile-navicon:before {
        top: 9px;
    }

    .main-menu .menu-mobile-icon .menu-mobile-navicon:after {
        top: -9px;
    }

    .main-menu .menu-mobile-btn {
        display: none;
    }

    .main-menu .menu-mobile-btn:checked ~ .menu-mobile-container .menu-mobile-icon .menu-mobile-navicon {
        background: transparent;
    }

    .main-menu .menu-mobile-btn:checked ~ .menu-mobile-container .menu-mobile-icon .menu-mobile-navicon:before {
        transform: rotate(-45deg);
    }

    .main-menu .menu-mobile-btn:checked ~ .menu-mobile-container .menu-mobile-icon .menu-mobile-navicon:after {
        transform: rotate(45deg);
    }

    .main-menu .menu-mobile-btn:checked ~ .menu-mobile-container .menu-mobile-icon:not(.steps) .menu-mobile-navicon:before,
    .main-menu .menu-mobile-btn:checked ~ .menu-mobile-container .menu-mobile-icon:not(.steps) .menu-mobile-navicon:after {
        top: 0;
    }

    /* FIM Menu Mobile */
    .oficinas .col-45 {
        width: 100%;
    }

    .oficinas-slide {
        width: 100%;
    }

    .oficinas .servicos {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .oficinas .servicos .tipo-servicos p {
        margin-left: 0;
    }

    .oficinas .servicos .tipo-servicos .barra-progresso {
        left: -2px;
        top: 15px;
    }

    .oficinas .col-80 {
        padding-bottom: 10px;
        padding-top: 10px;
        width: 90%;
    }

    .oficinas-slide .images {
        width: 94vw;
    }

    .oficinas-slide .images ul {
        height: 500px;
    }

    .oficinas .lista-servicos {
        top: 250px;
        left: 0;
        width: 97vw;
    }

    .oficinas .slider-controle input {
        width: 85vw;
        float: left;
        margin-left: 45px;
    }

    .oficinas-slide .images ul li {
        min-width: 80vw !important;
    }

    .oficinas .lista-servicos li br {
        display: none;
    }

    .oficinas-slide .images ul li img {
        width: calc(97vw - 90px);
        left: 45px;
    }

    .oficinas .lista-servicos li {
        font-size: 1.3rem;
        left: 45px;
        min-width: 97vw;
    }

    .oficinas-slide .images {
        margin-top: 30px;
        margin-bottom: -250px;
    }

    .sobre.sobre-s1 {

    }

    .sobre .col-45.s-back1.fleft, .sobre .col-55.fleft {
        width: 100%;
    }

    .sobre .clear {
        display: none;
    }

    .d-mobile-hidden {
        display: none;
    }

    /* Footer */
    .footer {
        width: 100%;
        text-align: center;
        height: auto;
        background-color: #444;
        display: flow-root;
        z-index: 0;
    }

    .footer-content {
        display: inline-block;
        width: 100%;
        height: auto;
    }

    .news-footer {
        height: auto;
    }


    .news-footer-content {
        padding: 0;
        display: inline-block;
        height: auto;
        width: 100%;
    }

    .news-footer-content .news {
        display: block;
        height: 500px;
        padding: 45px;
        width: 100%;
    }

    .news-footer-content form {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .news-footer button[type=submit] {
        margin-top: 20px;
        width: 140px;
    }

    .news-footer input[type=text] {
        font-size: 100%;
        height: 50px;
        width: 100%;
    }

    .tipo-servicos {
        min-width: 200px;
    }

    .news-footer input[type=submit] {
        font-size: 20px;
        background: red;
        color: #fff;
        border: 1px solid red;
        width: 140px;
        height: 60px;
        scroll-behavior: smooth;
        margin-top: 20px;
    }

    .news-footer-content .col-30.fleft.bg-dark {
        display: block;
        height: 500px;
        padding: 45px 25px;
        width: 100%;
    }

    .news-footer .bg-dark .c-title {
        font-size: 20px;
        margin-top: 30px;
        text-align: left;
        font-family: "Montserrat-Regular", sans-serif;
    }

    .underline-white::after {
        width: 70px;
        height: 5px;
    }

    .footer-content .links-footer {
        padding: 25px;
        background-color: #000;
        color: rgba(255, 255, 255, 0.9);
        display: block;
        text-align: left;
        width: 100%;
    }

    .footer-content .link-sociais {
        display: flex;
        flex-direction: column;
        margin-top: 10px;
        max-width: 100vw !important;
        margin-right: 0px !important;
    }

    .material-scrolltop {
        bottom: 20px;
    }

    .material-scrolltop.reveal {
        height: 40px;
        width: 40px;
    }

    .footer-content .link-sociais ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-content .link-sociais ul li {
        margin: 10px;
    }

    .footer-content .link-sociais ul li a {
        font-size: 26px !important;
        color: #000 !important;
        background-color: #fff;
        width: 55px;
        height: 55px;
        line-height: 55px !important;
        text-align: center;
        border-radius: 50%;
        border: 1px solid #fff;
    }

    .footer-content .links-footer .list-links:nth-child(2) ul {
        column-count: 1;
    }

    .footer-content .links-footer .list-links, .footer-content .links-footer .list-links:nth-child(2) {
        max-width: 100%;
        width: 100%;
    }

    .footer-content .links-footer .list-links:nth-child(3) ul {
        padding-left: 30px;
    }

    .footer-content .links-footer ul li.icon-footer {
        left: 4px;
    }

    .copyright {
        background-color: #000;
        color: rgba(255, 255, 255, 0.65);
        padding: 35px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .copyright div {
        font-size: 16px !important;
        margin-bottom: 20px;
    }

    .footer-content .links-footer h2 {
        font-size: 22px;
        margin-top: 50px;
    }

    .news-footer .bg-dark .box-contato .fa {
        width: 20% !important;
    }

    .news-footer .bg-dark .box-contato .c-info {
        width: 80% !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .footer-content .links-footer .list-links:nth-child(2) ul {
        height: auto;
    }

    .card-vehicle-footer .vehicle-link a {
        font-size: 1rem;
        padding: 10px 14px;
    }

    .results-item:hover {
        opacity: 1;
    }
}

/*Tablet*/
@media (min-width: 499px) and (max-width: 767px) {

    .visible-mobile {
        display: block;
    }

    .hidden-mobile {
        display: none !important;
    }

    body {
        /*overflow-x: hidden;*/
        min-width: 100%;
    }

    * {
        box-sizing: border-box;
    }

    .contend {
        width: 100%;
        padding: 0 10px;
    }

    .demo-bar {
        display: none;
    }

    .topbar {
        display: none;
    }

    .menu {
        display: none;
    }

    /* Menu Mobile */
    .menu-mobile {
        display: block;
        height: 59px;
    }

    .main-menu {
        background-color: #1D242C;
        box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1);
        position: fixed;
        width: 100%;
        z-index: 5;
        top: 0;
        line-height: normal;
    }

    .main-menu .menu-mobile-container {
        display: block;
    }

    .main-menu .main-menu-container {
        overflow: hidden;
        background-color: #1D242C;
        clear: both;
        max-height: 0;
        transition: max-height .2s ease-out;
        -webkit-box-shadow: 0px 5px 5px 0px rgba(51, 51, 51, 1);
        -moz-box-shadow: 0px 5px 5px 0px rgba(51, 51, 51, 1);
        box-shadow: 0px 5px 5px 0px rgba(51, 51, 51, 1);
        border-top: 1px solid red;
    }

    .main-menu .main-menu-container ul li {
        float: left;
        padding: 10px;
        width: 100%;
    }

    .main-menu .main-menu-container ul li a {
        font-size: 13px;
        text-align: left;
        color: #ffffff;
    }

    .main-menu .main-menu-container ul li a:hover, .main-menu .main-menu-container ul li a.active {
        font-size: 13px;
        color: red;
        font-weight: inherit;
    }

    .main-menu .menu-mobile-logo {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }

    .main-menu .menu-mobile-logo img {
        max-width: 100%;
        height: 40px;
    }

    .menu-mobile-container .logo {
        display: table;
        height: 40px;
        padding: 8px 0 0 10px;
    }

    .main-menu .menu-mobile-icon {
        cursor: pointer;
        display: inline-block;
        float: left;
        padding: 28px 20px;
        position: relative;
        user-select: none;
    }

    .main-menu .menu-mobile-icon .menu-mobile-navicon {
        background: #fff;
        display: block;
        height: 2px;
        position: relative;
        transition: background .2s ease-out;
        width: 18px;
    }

    .main-menu .menu-mobile-icon .menu-mobile-navicon:before,
    .main-menu .menu-mobile-icon .menu-mobile-navicon:after {
        background: #fff;
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        transition: all .2s ease-out;
        width: 100%;
    }

    .main-menu .menu-mobile-icon .menu-mobile-navicon:before {
        top: 5px;
    }

    .main-menu .menu-mobile-icon .menu-mobile-navicon:after {
        top: -5px;
    }

    .main-menu .menu-mobile-btn {
        display: none;
    }

    .main-menu .menu-mobile-btn:checked ~ div.main-menu-container {
        max-height: 500px;
    }

    .main-menu .menu-mobile-btn:checked ~ .menu-mobile-container .menu-mobile-icon .menu-mobile-navicon {
        background: transparent;
    }

    .main-menu .menu-mobile-btn:checked ~ .menu-mobile-container .menu-mobile-icon .menu-mobile-navicon:before {
        transform: rotate(-45deg);
    }

    .main-menu .menu-mobile-btn:checked ~ .menu-mobile-container .menu-mobile-icon .menu-mobile-navicon:after {
        transform: rotate(45deg);
    }

    .main-menu .menu-mobile-btn:checked ~ .menu-mobile-container .menu-mobile-icon:not(.steps) .menu-mobile-navicon:before,
    .main-menu .menu-mobile-btn:checked ~ .menu-mobile-container .menu-mobile-icon:not(.steps) .menu-mobile-navicon:after {
        top: 0;
    }

    /* FIM Menu Mobile */
    .page-type {
        padding: 40px 0;
    }

    .page-title {
        text-align: center;
        padding: 0 10px;
    }

    /* Veículos */
    .results-item {
        margin: 30px 0 10px;
        width: calc(50% - 5px);
    }

    .contend .results-item:nth-child(even) {
        margin-right: 5px;
    }

    .contend .results-item:nth-child(odd) {
        margin-left: 5px;
    }


    /* Footer */
    .footer {
        padding: 40px 0;
        text-align: center;
        font-family: "Montserrat-Regular", sans-serif;
    }

    .footer .contend .col-25 {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer .contend .col-25:nth-child(4) {
        width: 100%;
        margin-bottom: 0;
    }

    .footer .contend .col-25 .col-95 {
        width: 100%;
    }

    .footer .contend input[type="text"] {
        width: calc(100% - 60px);
    }

    .footer .contend input[type="submit"] {
        width: 60px;
    }

    /* Credits */
    .credits {
        text-align: center;
    }

    .credits .contend .col-33 {
        width: 100%;
    }

    .credits .contend .col-33.aleft {
        text-align: center;
    }

    .credits .contend .col-33.aright {
        text-align: center;
    }

    .material-scrolltop {
        bottom: 20px;
    }

    .material-scrolltop.reveal {
        height: 40px;
        width: 40px;
    }
}

/*Desktop*/
@media (min-width: 1280px) and (max-width: 1919px) {
    html, body, div, p, ul, ol, li, img, h1, h2, h3, h4, h5, h6, form, input, textarea, select, label, button {
        font-size: 15px;
        font-family: "Montserrat-Regular", sans-serif;
    }

    .menu-search {
        margin-top: -90px;
    }

    body {
        min-width: 1180px;
    }

    .menu ul a li {
        font-size: 16px;
        font-family: "Montserrat-Regular", sans-serif;
    }

    .menu .logo img {
        width: 160px;
    }

    .social-icons ul li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 15px;
    }

    .tabs-filtros ul:not(.pagination) li a {
        padding: 10px 20px;
    }

    .lista-viaturas-2.list-veiculos .results-item {
        width: 22%;
    }

    .footer-content .links-footer h2 {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.70);
    }

    .footer-content .links-footer ul li, .footer-content .links-footer ul li a {
        font-size: 10px;
    }

    .footer-content .link-sociais ul li a {
        width: 25px;
        height: 25px;
        line-height: 25px !important;
        display: list-item;
    }

    .sobre .financia p, .sobre .financia ul li {
        font-size: 14px;
    }

    .p-stock .priceRangeRow {
        margin-top: 15px;
        width: 400px;
        float: left;
    }

    .p-stock .list-veiculos {
        justify-content: space-between;
    }

    .p-stock .list-veiculos .results-item {
        width: 24%;
        margin: 0px 0px 15px 0px;
    }

    .content-filtros .coluna-marcas ul li a {
        font-size: 13px;
        padding: 4px 0px;
    }

    .estrela-prestacao {
        top: -67px;
    }

    .estrela-prestacao img {
        height: 4rem;
        width: 4rem;
    }

    .estrela-prestacao b {
        top: 23px;
        font-size: 12px;
        width: 4rem;
    }

    .list-veiculos .results-item {
        width: 23%;
        margin: 0px 0px 15px 15px;
    }

    .content-filtros .coluna-marcas {
        min-height: 675px;
    }

    .content-filtros .coluna-veiculos {
        height: 680px;
    }

    .news-footer input[type=text] {
        width: 250px
    }

    .news-footer input {
        height: 50px;
    }
}

@media (min-width: 1500px) {
    .menu .logo {
        width: 25%;
        padding-left: 70px;
    }

    .menu .main-menu, .social-icons {
        padding-right: 70px;
    }

    .page-title {
        margin-left: 70px;
    }

    .content-filtros .coluna-marcas {
        min-height: 795px;
    }

    .banner .jssorb05 {
        right: 0px;
        padding-right: 90px;
    }

    .social-icons {
        right: 0px;
        padding-right: 70px;
    }

    .content-filtros .coluna-veiculos {
        height: 810px
    }
}

/*Large Devices*/
@media (min-width: 1920px) {

    .banner .jssorb05 {
        padding-right: 80px;
    }

    .social-icons ul li a {
        width: 38px;
        height: 38px;
        line-height: 38px;
        font-size: 20px;
    }

    .oficinas-slide .images {
        margin-top: 35px;
        margin-bottom: 64px;
    }

    .oficinas .servicos {
        margin: 40px 0px;
    }

    .oficinas-slide .images ul {
        height: 635px;
    }

    .tabs-filtros ul:not(.pagination) li a {
        padding: 15px 30px;
    }

    .content-filtros .coluna-marcas ul li a {
        font-size: 14px;
    }
}

.filtros-ordenacao select {
    min-width: 190px;
}

.badge-reservado {
    background-color: #fff;
    color: #393185 !important;
}

.badge-vendido {
    background-color: #fff;
    color: red !important;
}