@media only screen and (min-width: 768px) and (max-width: 1128px) {
  html,
  body {
    overflow-x: hidden;
  }

  body::-webkit-scrollbar {
    width: 0.6em;
  }

  body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }

  body::-webkit-scrollbar-thumb {
    background-color: #111;
    outline: 1px solid slategrey;
  }

  .clearfix {
    clear: both;
  }

  .tablet-hidden {
    display: none !important;
  }

  .shadow-default {
    box-shadow: 6px 10px 44px 2px rgba(50, 0, 0, 0.33);
  }

  .shadow-light {
    box-shadow: 2px 8px 18px 0 rgba(70, 0, 0, 0.12);
  }

  .tablet1 {
    width: 7.5% !important;
  }
  .tablet2 {
    width: 16.6666% !important;
  }
  .tablet3 {
    width: 25% !important;
  }
  .tablet4 {
    width: 33.3333% !important;
  }
  .tablet5 {
    width: 41% !important;
  }
  .tablet6 {
    width: 50% !important;
  }
  .tablet7 {
    width: 58.3333% !important;
  }
  .tablet8 {
    width: 66.6666% !important;
  }
  .tablet9 {
    width: 75% !important;
  }
  .tablet10 {
    width: 83.3333% !important;
  }
  .tablet11 {
    width: 91.6666% !important;
  }
  .tablet12 {
    width: 100% !important;
  }

  .bg-white {
    background-color: #fff !important;
  }
  .bg-red {
    background-color: var(--red) !important;
  }
  .bg-primary {
    background-color: var(--primary) !important;
  }

  .mt-5,
  .mt-5-tablet {
    margin-top: 130px !important;
  }
  .mt-4,
  .mt-4-tablet {
    margin-top: 100px !important;
  }
  .mt-3,
  .mt-3-tablet {
    margin-top: 70px !important;
  }
  .mt-2,
  .mt-2-tablet {
    margin-top: 36px !important;
  }
  .mt-1,
  .mt-1-tablet {
    margin-top: 15px !important;
  }

  .mb-3,
  .mb-3-tablet {
    margin-bottom: 70px !important;
  }
  .mb-2,
  .mb-2-tablet {
    margin-bottom: 36px !important;
  }
  .mb-1,
  .mb-1-tablet {
    margin-bottom: 15px !important;
  }
  .mb-0,
  .mb-0-tablet {
    margin-bottom: 0 !important;
  }

  .mr-3,
  .mr-3-tablet {
    margin-right: 70px !important;
  }
  .mr-2,
  .mr-2-tablet {
    margin-right: 36px !important;
  }
  .mr-1,
  .mr-1-tablet {
    margin-right: 15px !important;
  }

  .ml-3,
  .ml-3-tablet {
    margin-left: 70px !important;
  }
  .ml-2,
  .ml-2-tablet {
    margin-left: 36px !important;
  }
  .ml-1,
  .ml-1-tablet {
    margin-left: 15px !important;
  }

  .my-3,
  .my-3-tablet {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .my-2,
  .my-2-tablet {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .my-1,
  .my-1-tablet {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .mx-3,
  .mx-3-tablet {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .mx-2,
  .mx-2-tablet {
    margin-left: 36px !important;
    margin-right: 36px !important;
  }
  .mx-1,
  .mx-1-tablet {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .mx-auto,
  .mx-auto-tablet {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .py-1,
  .py-1-tablet {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-2,
  .py-2-tablet {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .py-3,
  .py-3-tablet {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .px-1,
  .px-1-tablet {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .px-2,
  .px-2-tablet {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
  .px-3,
  .px-3-tablet {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .pt-1,
  .pt-1-tablet {
    padding-top: 15px !important;
  }
  .pt-2,
  .pt-2-tablet {
    padding-top: 36px !important;
  }
  .pt-3,
  .pt-3-tablet {
    padding-top: 70px !important;
  }

  .pb-1,
  .pb-1-tablet {
    padding-bottom: 15px !important;
  }
  .pb-2,
  .pb-2-tablet {
    padding-bottom: 36px !important;
  }
  .pb-3,
  .pb-3-tablet {
    padding-bottom: 70px !important;
  }

  .pr-1,
  .pr-1-tablet {
    padding-right: 15px !important;
  }
  .pr-2,
  .pr-2-tablet {
    padding-right: 36px !important;
  }
  .pr-3,
  .pr-3-tablet {
    padding-right: 70px !important;
  }

  .pl-1,
  .pl-1-tablet {
    padding-left: 15px !important;
  }
  .pl-2,
  .pl-2-tablet {
    padding-left: 36px !important;
  }
  .pl-3,
  .pl-3-tablet {
    padding-left: 70px !important;
  }

  .letter-spaced {
    letter-spacing: 1px;
  }

  .flex-between {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .flex-start {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .flex-column {
    display: flex;
    flex-direction: column;
  }

  .flex-center,
  .flex-center-tablet {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .flex-vertical-center {
    position: relative;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .no-wrap,
  .no-wrap-desktop {
    flex-wrap: nowrap;
  }

  .container,
  .container-2 {
    position: relative;
    width: 90%;
    margin: 0 auto;
  }

  header {
    position: fixed;
    width: 100vw;
    height: 90px;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  }

  header .container {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .btn-menu {
    position: relative;
    top: 0;
    width: 65px;
    height: 55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .nav-bg {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
  }

  nav,
  .forms-nav-holder {
    position: fixed;
    width: 330px;
    height: 100vh;
    overflow: hidden;
    padding: 25px 35px;
    top: 0;
    right: 0;
    background-color: var(--primary);
    transition: transform 0.4s ease;
    z-index: 10000;
    -webkit-transform: translateX(330px);
    -moz-transform: translateX(330px);
    -o-transform: translateX(330px);
    transform: translateX(330px);
  }

  .forms-nav-holder {
    overflow: initial;
    overflow-x: hidden;
    background-color: #fff;
  }

  nav .btn-close {
    padding-left: 12px;
  }

  nav.opened,
  .forms-nav-holder.opened {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    padding: 10px 0 10px 10px;
  }

  .nav-ul {
    list-style: none;
  }

  .nav-ul li a,
  .nav-ul li span {
    line-height: 2.4em;
    letter-spacing: 1px;
    padding-left: 12px;
    display: block;
    width: 100%;
  }

  .btn-menu .btn-line {
    position: relative;
    width: 28px;
    height: 2px;
    background-color: #fff;
  }

  .btn-menu .btn-line:nth-child(2) {
    margin: 5px 0;
  }

  header h1.logo {
    position: relative;
    display: block;
    width: 151px;
    height: 60px;
    background: url("../images/nissan-dahruj.png") no-repeat;
    background-size: 100% 100%;
    image-rendering: -webkit-optimize-contrast;
    text-indent: -9999px;
    overflow: hidden;
  }

  section {
    position: relative;
    width: 100vw;
    top: 0;
    left: 0;
    margin: 0 auto;
    float: left;
  }

  section.intro {
    background-color: transparent !important;
  }

  .intro-swiper-container,
  .intro-swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }

  .intro-item {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }

  .intro-item-intern {
    position: relative;
    width: 100vw;
    height: 100%;
    overflow: hidden;
  }

  .intro-item::after {
    position: absolute;
    content: "";
    width: 100vw;
    height: 70%;
    background-image: linear-gradient(0deg, #000, transparent);
    bottom: 0;
  }

  .banner-text-holder {
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    left: 0;
    right: 0;
  }

  .banner-text-holder .text-thin {
    color: #fff;
  }

  .intro-img {
    position: relative;
    width: 100vw;
  }

  .title {
    font-family: fontRegular;
    font-weight: lighter;
    position: relative;
    font-size: 3.6em;
    line-height: 1.2em;
  }
  .title span {
    font-size: 1em;
    font-family: fontLight;
  }
  .subtitle,
  .subtitle-social {
    position: relative;
    font-size: 2.2em;
    font-family: fontRegular;
  }
  .text-desc {
    font-family: fontLight;
    font-size: 1.4em;
  }
  .text-thin {
    font-family: fontLight;
    font-size: 1.4em;
    font-weight: lighter;
  }
  .text-small {
    font-family: fontLight;
    font-size: 1.2em;
    font-weight: lighter;
  }
  .text-extrasmall {
    position: relative;
    font-family: fontLight;
    font-size: 0.9em;
    font-weight: lighter;
  }
  .text-bold {
    font-family: fontBold;
  }
  .text-italic {
    font-style: italic;
  }

  .text-center {
    text-align: center !important;
  }
  .text-left {
    text-align: left !important;
  }
  .text-right,
  .text-right-tablet {
    text-align: right !important;
  }

  .car-spotlight {
    position: relative;
    width: 150%;
    height: 200px;
    overflow: hidden;
    left: 50%;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
  }

  .card-car .car-spotlight img.car {
    position: absolute;
    display: block;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    z-index: 2;
  }

  .img-centered-bg {
    position: absolute;
    left: 50%;
    right: 0;
    top: 50%;
    margin: 0 auto;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }

  .how-to-buy-card {
    position: relative;
    width: 100%;
    height: 258px;
    overflow: hidden;
  }

  .how-to-buy-card img {
    transition: filter 0.2s ease;
  }

  .how-to-buy-card:hover > img {
    filter: sepia(1) brightness(0.7) saturate(3) hue-rotate(-60deg);
  }

  .how-to-buy-card h2::after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: width 0.2s ease;
    bottom: -5px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  .how-to-buy-card:hover h2::after {
    width: 100%;
  }

  section.seminovos {
    min-height: 630px;
  }

  section.medias {
    min-height: 600px;
  }

  footer {
    position: relative;
    width: 100vw;
    min-height: 405px;
  }

  footer .container {
    height: 100%;
  }

  .logo-footer {
    position: relative;
    display: block;
    width: 80%;
    margin: 0 auto;
  }

  .footer-tablet-holder-mt {
    margin-top: 57px !important;
  }

  .footer-bottom-line {
    position: relative;
    width: 100vw;
    padding-bottom: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }

  .footer-bottom-line p {
    margin: 20px 20px 0 20px;
  }

  .footer-media-holder {
    position: relative;
    width: 60% !important;
    margin: 0 auto;
  }

  .fb_iframe_widget {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden;
  }

  .yt-holder {
    align-items: flex-end;
  }

  /* .carousel_next_6ix210o7ue4 {
    position: absolute;
  } */

  .yt-vid-item {
    width: 94%;
    height: 220px;
  }

  section.intro.intern {
    height: 480px;
    min-height: initial;
    overflow: hidden;
  }

  .img-sobre1 {
    position: relative;
    max-width: 100%;
    margin-top: -110px;
  }

  .max-width-100 {
    max-width: 100%;
  }

  .card-border-x {
    position: relative;
  }

  .card-border-x::before,
  .card-border-x::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 250px;
    background: #e9e9e9;
    top: 45px;
    left: 0;
  }

  .card-border-x::after {
    left: initial;
    right: 0;
  }

  .ofertas-holder {
    position: relative;
  }

  img.oferta-principal {
    position: relative;
    display: block;
    margin: 0 auto;
    height: 600px;
  }

  .btn-oferta-principal {
    display: block;
    margin: -110px auto 110px auto !important;
  }

  .mauticform-label,
  div label {
    position: relative;
    display: block;
    color: var(--primary);
    margin: 15px 0 5px 0;
  }

  textarea {
    height: 120px;
    resize: none;
  }

  select.input-default {
    color: #999;
  }

  .input-default::placeholder,
  .input-default option {
    color: #999 !important;
    letter-spacing: 1px !important;
  }

  .input-default.textarea {
    padding-top: 15px;
    height: 150px;
    resize: none;
  }

  .search-outter-holder {
    height: 44px;
    margin-top: -4px;
  }

  .search-holder {
    position: relative;
  }

  .search-holder .search-icon {
    position: absolute;
    content: "";
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    z-index: 2;
    font-size: 1.2rem;
  }

  .search-holder .input-default {
    padding-left: 42px;
  }

  select.input-default.filter {
    border: none;
    outline: none;
  }

  .detail-item {
    position: relative;
    height: 40px;
  }

  .detail-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    bottom: 0;
  }

  .detail-item.key::after {
    width: 70%;
  }

  section.car-features {
    background-color: #f5f5f5;
  }

  .features .feature-item {
    position: relative;
    width: 27%;
    min-height: 40px;
    border-bottom: 1px solid #ccc;
  }

  .features .feature-item:nth-child(3n + 2) {
    margin-left: 9%;
    margin-right: 9%;
  }

  .bottom-buttons-holder {
    position: fixed;
    width: 100vw;
    bottom: 0;
    z-index: 9999;
  }

  .buttons-holder {
    position: relative;
    width: 560px;
    margin: 0 0 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  .btn-bottom {
    position: relative;
    height: 38px;
    border-radius: 12px 12px 0 0;
    background-color: var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 0 12px;
    box-shadow: 0px -1px 12px -4px rgba(0, 0, 0, 0.5);
  }

  .btn-whatsapp-holder {
    position: fixed;
    left: 10px;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 1em;
    height: 150px;
  }

  .btn-whatsapp-holder .btn-whatsapp {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #12b135;
    box-shadow: 1px 1px 3px 0px rgb(0 0 0 / 40%);
    cursor: pointer;
  }

  .btn-whatsapp-holder .btn-whatsapp svg {
    color: #fff;
    font-size: 25px;
  }

  .btn-whatsapp-holder .btn-bottom {
    justify-content: flex-start;
    margin: 8px 0 0 0;
    height: 44px;
  }

  .btn-whatsapp-holder .btn-bottom svg {
    font-size: 15px;
    margin-right: 8px;
  }

  .buttons-holder .btn-bottom i {
    position: relative;
  }

  .whatsapp-icon {
    font-size: 1.8em;
  }

  .buttons-holder .btn-bottom p {
    position: relative;
    color: #fff;
    margin-left: 10px;
  }

  .whatsapp-cities-holder {
    position: absolute;
    bottom: 50px;
  }

  .whatsapp-cities-holder a {
    position: relative;
    display: block;
    width: 180px;
    padding: 8px 0 8px 12px;
    border-radius: 4px;
    font-weight: bold;
  }

  .btn-ofertas-spotlight {
    position: absolute;
    bottom: 20px;
  }

  .filters-shell-holder.fixed {
    position: fixed;
    top: 115px;
    margin: 0;
    width: 170px;
    padding-right: 12px;
    height: calc(100vh - 50px);
    overflow: auto;
    padding-bottom: 50px;
  }

  .oferta-tab-fix {
    position: absolute;
    bottom: 70px;
    margin: 0 auto;
    z-index: 9;
    left: 0;
    right: 0;
  }

  button.catalog {
    position: relative;
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 45px auto;
  }
  button.catalog .icon {
    font-size: 2em;
    max-width: 32px;
  }
  button.catalog span {
    position: relative;
    font-size: 1.2em;
    margin-left: 25px;
  }

  .banner-title {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
  }

  .banner-control-next,
  .banner-control-prev {
    top: initial;
    width: 40px !important;
    height: 40px !important;
    border-radius: 100%;
    margin: 0 auto;
    background-image: initial !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    transition: background-color 0.2s ease;
    pointer-events: initial !important;
  }

  .banner-control-prev {
    left: 25px !important;
  }

  .banner-control-next {
    right: 25px !important;
  }

  .banner-control-next .arrow,
  .banner-control-prev .arrow {
    color: #fff !important;
    margin: 0 !important;
  }

  .banner-control-next:hover,
  .banner-control-prev:hover {
    background-color: rgba(0, 0, 0, 0.9);
  }

  .car-picture {
    position: relative;
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }

  .colors-holder {
    position: relative;
    margin: -15px auto 20px auto;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .colors-holder .color-item {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin: 15px 15px 0 0;
    box-shadow: 1px 2px 7px 0 rgba(0, 0, 0, 0.3);
  }
}
