
.clear {
    clear: both;
}

html {
    position: relative;
    min-height: 100%;
    padding-bottom: 23rem;
}

body {
    font-family: 'MMCOFFICE-Regular';
    position: relative;
}

.dropdown, .dropup {
    position: unset;
}

.font-mmco-regular {
    font-family: 'MMCOFFICE-Regular';
}

.font-mmco-bold {
    font-family: 'MMCOFFICE-Bold';
}

.text-red {
    color: #ff010b;
}

.fs-10 {
    font-size: 10px
}

.fs-11 {
    font-size: 11px
}

.fs-20 {
    font-size: 20px;
}

.fs-24 {
    font-size: 24px
}

.fs-13 {
    font-size: 13px
}

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

.fs-14 {
    font-size: 14px
}

.fs-16 {
    font-size: 16px
}

.fs-18 {
    font-size: 18px
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px
}

.fs-26 {
    font-size: 26px
}

.fs-36 {
    font-size: 36px
}

.fs-28 {
    font-size: 28px
}

.fs-33 {
    font-size: 33px
}

.l-height-25 {
    line-height: 25px;
}

.l-height-22 {
    line-height: 22px;
}

.w-75 {
    width: 75% !important;
}

/*meneu*/

.site-navbar-wrap {
  position: relative;
  z-index: 99;
  width: 100%;
  left: 0; }
  .site-navbar-wrap a {
    color: #fff; }
  .site-navbar-wrap .site-navbar-top {
    font-size: 0.8rem; }

.site-navbar-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4); }

.site-navbar {
  margin-bottom: 0px;
  width: 100%; 
background-color: #000;
    padding: 20px 0;
}
  .site-navbar .site-logo {
    font-weight: 200;
    line-height: 0;
    top: -7px;
    position: relative; }
    .site-navbar .site-logo a {
      font-weight: 200;
      color: #fff;
      font-size: 20px;
      font-weight: bold;
      text-transform: uppercase; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0; 
        margin-bottom: 0;
    border-bottom: 1px solid #fff;
    padding: 0;
    
  }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block;
      font-weight: 500; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block;
     
      margin-right: 30px;
    }
      .site-navbar .site-navigation .site-menu > li > a {
        padding: 20px 0px;
        color: rgba(255, 255, 255, 0.6);
        font-size: 15px;
        text-decoration: none !important; 
        font-size: 10px;
    color: #fff;
    text-transform: uppercase;
      }
        .site-navbar .site-navigation .site-menu > li > a.active {
          color: #fff; }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #fff; }
      .site-navbar .site-navigation .site-menu > li:last-child {
        padding-right: 0; }
        .site-navbar .site-navigation .site-menu > li:last-child > a {
          padding-right: 0; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s;
        border-radius: 4px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          font-size: 14px;
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #343a40; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
            color: #007bff; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
          color: #fff !important; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li:first-child > a {
            border-top-left-radius: 4px;
            border-top-right-radius: 4px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li:last-child > a {
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #ebeef0;
              color: #212529; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            background: #ebeef0;
            color: #212529; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #fff; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #dee2e6; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a.active, .site-mobile-menu .site-nav-wrap a:hover {
        color: #007bff; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li.active > a {
        color: #007bff; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 5px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 17px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }

.sticky-wrapper {
  position: relative;
  z-index: 100;
  width: 100%; }

.sticky-wrapper img{
      width: 75px;
    max-width: 100%;
    margin-top: 10px;
}
  .sticky-wrapper + .site-blocks-cover {
    margin-top: 96px; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .sticky-wrapper .site-navbar ul li.active a {
      color: #fff; }
  .sticky-wrapper.is-sticky .site-navbar {
    background-color: #000; }
    .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li {
      display: inline-block;
      padding: 10px 0px; }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child {
        padding-right: 0; }
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child > a {
          padding-right: 0; }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.has-children > a {
        padding-right: 20px; }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a {
        padding: 10px 0px;
        color: #fff;
        font-size: 10px; }
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #fff !important; }
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a.active {
          color: #fff !important; }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.active a {
        color: #fff; }




.title-red {
    font-size: 14px;
    font-family: 'MMCOFFICE-Bold';
    color: #ff010b;
}

.bg-grey {
    background-color: #e1e1e1;
}

.navbar-toggler {
    position: absolute;
    right: 1rem;
}

.navbar-nav-mobile .col {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
}

.navbar-nav-mobile, .list-collapse-products {
    list-style: none;
    padding-left: 0 !important;
}

@media (min-width: 1200px) {
    .container-standar {
        width: 1140px !important;
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .footer-fuso {
        width: 1140px;
    }

}

@media (max-width: 1200px) {
    .container-body-fuso {
        width: 95% !important;
    }
}


@media (min-width: 570px) and (max-width: 1280px) {
    .list-footer-number a {
        font-size: 18px;
    }

    .footer-fuso {
        width: 100% !important;
        max-width: 100% !important;
        background: black;
    }
}


.header-fuso{
    padding-bottom: 80px;
}

.container-cars-file .carousel-cars-item {
    display: flex;
}

.container-standar {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

.footer-fuso {
    width: 95%;
    margin: auto;
    padding-top: 3rem;
}

.carousel-cars-item .slick-next,
.carousel-cars-item .slick-prev {
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: #000;
    cursor: pointer;
    font-size: 50px;
    outline: none;
}

.dropdown-posventa a {
    margin-right: 1rem !important;
}

.btn-cotizar-rwd{
    display: none;
}

@media (max-width: 990px) {
    .btn-cotizar-rwd{
        display: block;
        }

        .btn-agendar-header-v2{
            display: none;
        }
}

@media (max-width: 520px) {
    .carousel-cars-item .slick-next,
    .carousel-cars-item .slick-prev {

        position: absolute;
        top: 50%;
        z-index: 1;
    }

    .carousel-cars-item .slick-prev {
        left: 5px;
    top: 170px;
    display: none!important;
    }

    .carousel-cars-item .slick-next {
        right: 5px;
    top: 170px;
    display: none!important;
    }

    .carousel-cars-item .item {
        width: 100%;
    }


}

@media (max-width: 768px) {
    .btn-cotizar-header {
        margin-right: 5rem;
    }

    .navbar-toggler {
        border-left: 2px solid rgba(255, 255, 255) !important;
        border-radius: 0 !important;
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }

}

@media (min-width: 769px) {
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-light .navbar-toggler-icon {
        display: none;
    }

    .container-menu-nav-header .navbar-nav {
        display: flex;
        flex-direction: row;
    }

    .add-style-elem-minus {
        width: 329px !important;
    }

    .add-style-elem-car .slick-list,
    .add-style-elem-car .slick-track {
        width: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 865px) {
    .btn-cotizar-header {
        padding: 0.4rem 0.9rem !important;
        width: 124px;
        margin-right: 61px;
        max-width: 100%;
    }

    .container-menu-nav-header .nav-item-header {
        font-size: 11px !important;
        margin-right: 0.4rem !important;
    }
}

@media (min-width: 866px) and (max-width: 995px) {
    .btn-cotizar-header {
        padding: 0.5rem 0.9rem !important;
    }

    .container-menu-nav-header .nav-item-header {
        margin-right: 1rem !important;
    }
}

nav .btn-cotizar-header {
    margin-right: 61px;
}

.container-menu-nav-header {
    background: black;
    height: 5rem;
    position: fixed;
  z-index: 9999;
  width: 100%;
  top: 0;
 
}

.container-menu-nav-header .nav-item-header {
    display: inline-block;
    vertical-align: top;
    margin-right: 2rem;
    font-family: 'MMCOFFICE-Bold';
    font-size: 12px;
    text-transform: uppercase;
    color: white;
}

.container-menu-nav-header .navbar-brand {
    margin-right: 2rem;
}

.container-menu-nav-header li a {
    color: white;
    text-decoration: none;
}

.btn-cotizar-header {
    float: right;
    font-family: 'MMCOFFICE-Bold';
    background-color: #ff010b;
    border: none;
    outline: none;
    font-size: 12px;
    padding: 6px 30px;
    margin: 0 auto;
}

.btn-cotizar-header img{
    height: 20px;
}

.btn-agendar-header {
    float: right;
    font-family: 'MMCOFFICE-Bold';
    background-color: #4d4d4d;
    color: #fff !important;
    border: none;
    outline: none;
    font-size: 12px;
    padding: 6px 30px;
    margin-right: 20px;
}

.layer-cars-menu-nav {
    background-clip: border-box;
    background-color: rgba(0, 0, 0, .95);
    border-radius: 0;
    box-shadow: 0 3px 11px 0 rgb(0 0 0 / 9%);
    font-size: 1rem;
    position: absolute;
    transform: translateY(20px);
    -webkit-transition: all 3s ease-in;
    -moz-transition: all 3s ease-in;
    -ms-transition: all 3s ease-in;
    -o-transition: all 3s ease-in;
    transition: all .3s ease-in;
    width: 100%;
    height: 100vh;
    top: 5rem;
    z-index: 10;
    padding-top: 1rem;
    visibility: hidden;
}

.show-layer {
    display: block !important;
    opacity: 1 !important;
    transform: scaleY(1) !important;
    visibility: visible !important;
}

.hide-layer {
    transition: all .3s ease-out;
    opacity: .2 !important;
}

.btn-close-header-layer {
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: #fff;
    font-size: 35px;
    outline: none;
    position: absolute;
    right: 10rem;
    top: 0;
    line-height: 2rem;
}

.content-header-layer-cars ul {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    margin-left: 10rem;
}

.content-header-layer-cars ul li {
    margin-right: 2.5rem;
    color: #fff;
    display: initial !important;
    font-family: 'MMCOFFICE-Bold';
    font-size: 12px;
    cursor: pointer;
    height: 1.5rem;
}

.content-header-layer-cars ul li:hover {
    border-bottom: 2px solid #e70011;
}

.border-line-bottom-red {
    border-bottom: 2px solid #e70011;
}

.container-result-filter-menu-cars {
    padding-left: 5rem;
}

.content-item-car {
    padding: 40px 50px;
    text-align: center;
}

@media (max-width: 800px) {
    .btn-agendar-header {
        display: none
    }
}

@media (min-width: 1023px) {
    .content-item-car {
        padding: 20px;
    }
}

@media (min-width: 1582px) and (max-width: 1900px) {
    .content-item-car {
        padding: 25px 45px;
    }
}

.content-img-item-car {
    max-height: 105px;
    min-height: 105px;
}

.content-padding-layer-cars {
    padding: 0 85px !important;
}

.scroll-hidden {
    overflow: hidden;
}

.content-items-submain-layer {
    overflow-y: auto;
    height: 100vh;
    padding-bottom: 5rem;
}

.hide-zoomout {
    display: none;
}

.dropdown-posventa .items {
    margin-left: -24% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dropdown-posventa {
    display: block;
    position: absolute;
    z-index: 100;
    top: 5rem;
    left: 0;
    width: 100%;
    height: 4rem;
    background: black;
    padding-top: 2rem;
    padding-top: 1rem;
    transform: translateY(20px);
    transition: all .3s ease-in;
    visibility: hidden;
}

.dropdown-posventa a {
    color: white !important;
}

.layer-posventa {
    cursor: pointer;
}

.dropdown-vehiculos .items {
    margin-left: 10% !important;
    display: flex;
    justify-content: inherit;
    align-items: center;
}

.dropdown-vehiculos {
    display: block;
    position: absolute;
    z-index: 100;
    top: 5rem;
    left: 0;
    width: 100%;
    height: 4rem;
    background: black;
    padding-top: 2rem;
    padding-top: 1rem;
    transform: translateY(20px);
    transition: all .3s ease-in;
    visibility: hidden;
}

.dropdown-vehiculos-v2 {
    display: block;
    position: absolute;
    z-index: 100;
    top: 5rem;
    left: 210px;
    width: 190px;
    max-width: 100%;
    height: auto;
    background: black;
    padding-top: 2rem;
    padding-top: 1rem;
    transform: translateY(20px);
    transition: all .3s ease-in;
    visibility: hidden;
}

.dropdown-vehiculos a {
    color: white !important;
}

.dropdown-vehiculos-v2 a {
    color: white !important;
    margin-left: 10px;
}

.layer-vehiculos {
    cursor: pointer;
}

.animated.fadeInUp,
.animated.fadeOutDown {
    transform: translateY(20px);
    transition: all .3s ease-in;
}

footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 23rem;
    background: black;
    color: white;
}

.container-list-footer {
    display: inline-block;
    vertical-align: top;
    margin-right: 3rem;
    text-align: left;
}

.line-divid-footer {
    border-bottom: 1px solid white;
}

.text1-footer-fuso,
.text2-footer-fuso {
    font-size: 10px;
    font-family: 'MMCOFFICE-Regular';
    margin-top: 1.5rem !important;
    margin-bottom: 1rem;
    text-align: center;
}

.title-list-footer {
    font-size: 14px;
    font-family: 'MMCOFFICE-Bold';
}

.list-item-footer a {
    color: #9c9c9c !important;
    background-color: transparent;
    font-size: 12px;
    font-family: 'MMCOFFICE-Regular';
    text-decoration: none !important;
}

.icons-networks-footer {
    margin-bottom: 2rem;
}

.icons-networks-footer img {
    width: 1.5rem;
}

.img-logo-footer {
    margin-right: 3rem;
    float: left;
}

.container-body-fuso {
    width: 1140px;
    margin: auto;
}

.content-ubic-page-fuso {
    margin-top: 1.5rem;
    font-size: 11px;
    margin-bottom: 1.5rem;
}

.etiq-categ {
    color: #ff566a;
    font-family: 'MMCOFFICE-Regular';
}

.text-title-fuso-body {
    font-size: 33px;
    font-family: 'MMCOFFICE-Bold';
    margin-bottom: 0;
}

.line-divide-title {
    background-color: #e1e1e1;
    margin-top: 0;
}

.content-history-fuso,
.container-circle-img {
    text-align: center;
}

.subcontainer-we-fuso {
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-history-fuso {
    text-align: left;
    margin-top: 1rem;
    color: #3d3d3d !important;
    font-family: 'MMCOFFICE-Regular';
    font-size: 14px;
    text-align: justify !important;
}

.img-history-fuso {
    max-width: 100%;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #fff;
    border-bottom: 3px solid #ff1000;
    color: #3d3d3d;
    font-family: 'MMCOFFICE-Bold';
}

.nav-pills .nav-link {
    color: #3d3d3d;
    font-family: 'MMCOFFICE-Regular';
    font-size: 20px;
    margin-left: 1.2rem;
    margin-right: 1.2rem;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px
}

.descrip-text-tab-we-fuso {
    line-height: 16px;
    font-size: 14px;
    text-align: justify !important;
    font-family: 'MMCOFFICE-Regular';
    color: #212529;
}

.tab-pane {
    background-color: #f0f0f0;
    padding: 35px 45px;
    text-align: center;
    margin-bottom: 3rem;

}

.subcontainer-descrip-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-pills {
    justify-content: center;
}

.content-img-we-fuso {
    height: auto;
    max-width: 100%;
}

.carousel-indicators-home img {
    height: auto;
    max-width: 100%;
    
}

.carousel-indicators-home i {
    font-size: 7rem;
    color: #ff010b;
}

.container-coti-cars {
    text-align: center;
}

.container-coti-cars img {
    margin: auto;
    min-height: 135px;
    width: auto;
}

.container-coti-cars-cat {
    text-align: center;
}

.container-coti-cars-cat img {
    margin: auto;
    min-height: 135px;
    width: 300px;
}

.title-cars-coti {
    font-size: 20px;
    font-family: 'MMCOFFICE-Bold';
    text-transform: uppercase;
    margin-bottom: 0;
}

.text-descrip-coti {
    font-family: 'MMCOFFICE-Regular';
}

.see-coti-new {
    background-color: #4d4d4d;
    border-radius: 0;
    outline: none;
    color: #fff !important;
    font-family: 'MMCOFFICE-Bold';
    margin-bottom: 0.5rem;
    padding: 8px 34px;
    text-decoration: none !important;
}

.new-coti {
    background-color: #ff010b;
    border-radius: 0;
    outline: none;
    font-family: 'MMCOFFICE-Bold';
    color: #fff !important;
    margin-bottom: 0;
    padding: 8px 25px;
    text-decoration: none !important;
}

.carousel-cars-item {
    margin-bottom: 3rem;
    margin-top: 6rem;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3rem;
    padding-right: 3rem;
}

.carousel-cars-item-v2 {
    max-width: 1140px;
}

.carousel-cars-item .new-coti {
    font-size: 13px;
}

.carousel-cars-item .see-coti-new {
    font-size: 13px;
}

.carousel-cars-item-v2 .new-coti {
    width: 188px;
    max-width: 100%
}

.carousel-cars-item-v2 .see-coti-new {
    width: 188px;
    max-width: 100%
}

.section-cars-info {
    position: relative;
    overflow: hidden;
}

.section-cars-info .btnPrev,
.section-cars-info .btnNext {
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: #000;
    cursor: pointer;
    font-size: 50px;
    height: 40px;
    margin-top: -20px;
    opacity: .3;
    outline: none;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: opacity .25s;
    width: 40px;
    z-index: 100;
}

.section-cars-info .btnNext {
    right: 8rem;
}

.section-cars-info .btnPrev {
    left: 8rem;
}

.content-alert-coti {
    background-color: #2f2f2f;
    padding-bottom: 15px;
    padding-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-alert-coti {
    font-size: 24px;
    font-family: 'MMCOFFICE-Bold';
    color: #fff !important;
    margin: 0 !important;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

.content-alert-coti a {
    color: #ff010b !important;
    background-color: transparent;
    border: 1px solid #ff010b;
    font-family: 'MMCOFFICE-Bold';
    text-decoration: none;
}

.content-info-posventa {
    background-image: url('../img/home/banner-posventa-home.png') !important;
    background-size: cover;
    margin-top: 5px;
    padding: 73px 0;
    margin-bottom: 1rem;
}

.subcontent-info-posventa {
    max-width: 1140px;
    margin: auto;
}

.content-info-posventa label {
    font-size: 34px;
    font-family: 'MMCOFFICE-Bold';
    margin-bottom: 0.25rem !important;
}

.content-info-posventa p {
    line-height: 22px;
    font-size: 18px;
    font-family: 'MMCOFFICE-Regular';
    margin-bottom: 1.5rem !important;
}

.content-info-posventa a {
    background-color: #ff010b;
    border-radius: 0;
    outline: none;
    text-decoration: none;
    font-family: 'MMCOFFICE-Bold';
    color: #fff !important;
    margin-top: 1.5rem !important;
    padding: 6px 40px;
}

.carousel-indicators li {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
    border: none;
}

#carouselExampleIndicators .carousel-indicators li.active {
    filter: grayscale(0);
}

#carouselExampleIndicators .carousel-indicators li.active img {
    border: 2px solid red !important;
}

#carouselExampleIndicators .carousel-indicators {
    bottom: -75px;
    z-index: 9;
}

.item-cars-menu {
    cursor: pointer;
}

.container-list5-footer {
    margin-right: 0;
}

.block-gris{
    background-color: #2f2f2f;
    padding-bottom: 30px;
    padding-top: 30px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.block-gris h1{
    color: #fff;
}

.block-blog{
    border: 2px solid #cecece;
    margin-bottom: 30px

}


.block-blog .block-text-blog{
    padding: 20px;
}

.block-blog .block-text-blog h3{
    font-size: 20px;
    margin-bottom: 20px;
}

.block-blog .block-text-blog p{
    font-size: 14px;
    height: 80px;
}

.side-blog-home .btn-blog{
    font-family: 'MMCOFFICE-Bold';
    background-color: #ff010b;
    border: none;
    outline: none;
    font-size: 14px;
    padding: 10px 30px;
    margin: 0 auto;
    color: #fff;
}

@media (max-width: 1060px) {
    html {
        padding-bottom: 23rem;
    }

    footer {
        height: 23rem;
    }

    .container-list-footer {
        margin-right: 1rem;
    }

    .container-list5-footer {
        margin-bottom: 2rem;
    }

    .container-description-footer {
        text-align: center;
    }

    .subcontent-info-posventa {
        width: 95%;
        overflow: hidden;
    }

    .btn-cotizar-header {
        /*padding: 0.5rem 0.9rem !important;
        width: 140px;*/
        padding: 0.5rem 0.9rem !important;
    width: 110px;
    font-size: 10px;

    }

    .container-menu-nav-header .navbar-nav-mobile li a {
        color: black !important;
    }

    .navbar-nav-mobile .multi-collapse {
        max-height: 100%;
    }

    .navbar-nav-mobile .list-models-dropdown {
        color: #000;
        font-family: 'MMCOFFICE-BOLD';
        font-size: 18px;
        list-style: none;
        margin-top: 0;
        padding-left: 1rem;
        text-align: left;
        text-transform: uppercase;
        list-style: none;
    }

    .list-models-dropdown .dropdown-item {
        background-color: transparent;
        border: 0;
        clear: both;
        color: #212529;
        display: block;
        font-weight: 400;
        padding: 0.25rem 1.5rem;
        text-align: inherit;
        white-space: nowrap;
        width: 100%;
    }

    .navbar-nav-mobile {
        padding-left: 0;
        list-style: none;
        overflow: hidden;
    }

    .navbar-nav-mobile a {
        color: #000;
        font-family: 'MMCOFFICE-BOLD';
        font-size: 18px;
        text-transform: uppercase;
        padding: 0.5rem 1rem;
        padding-top: 1rem;

    }

    .navbar-nav-mobile .content-item-product-und {
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar-nav-mobile .content-item-product-und p {
        padding: 0 10px;

    }

}

@media (max-width: 1150px) {
    .carousel-cars-item {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

}

@media (min-width: 769px) {
    .navbar-nav-mobile {
        display: none;
    }

}

@media (max-width: 768px) {
    .content-alert-coti {
        display: block;
        text-align: center;
    }

    .text-descrip-coti{
        font-size: 14px;
    }

    .text-alert-coti {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .carousel-cars-item .see-coti-new{
        font-size: 10px;
        width: 135px;
        max-width: 100%;
    }

    .carousel-cars-item .new-coti{
        font-size: 10px;
         width: 135px;
        max-width: 100%; 
    }

    .container-coti-cars img{
        min-height: auto;
        margin: 0 auto;
        width: 100%;
       
    }

    .img-alto{
        height: 155px;
    }

    .title-cars-coti{
        font-size: 15px;
    }

    #section-product-banner {
        background-image: url('../img/liviano/banner-variation-canter-3-6t-375x400.png');
    }

    .container-menu-nav-header .navbar-collapse {
        position: absolute;
        z-index: 99999;
        background: white;
        color: black;
        width: 100%;
        left: 0;
        /*height: auto;*/
        height: 100vh;
        top: 5rem;
        overflow: auto;
        margin: 0;
        border: 0;
        border-radius: 0;
    }

    .navbar-nav-web {
        display: none;
        list-style: none;
    }

    .layer-cars-menu-nav {
        display: none;
    }

    .container-description-footer {
        flex-wrap: wrap;
    }

    .text1-footer-fuso {
        padding-bottom: 2rem;
    }

    .carousel-indicators-home i {
        font-size: 4rem;
    }

}

@media (max-width: 576px) {
    html {
        padding-bottom: 50rem;
    }

    footer {
        height: 50rem;
    }

    .container-list-footer {
        display: block;
        margin-right: 0 !important;
    }

    .img-logo-footer {
        margin-right: 0;
    }

    .list-item-footer {
        display: none;
    }

    .container-description-footer {
        flex-direction: column;
        text-align: center;
    }

    .container-list-footer {
        text-align: center !important;
    }

    .footer-fuso {
        text-align: center;
    }

    .img-logo-footer,
    .list-footer-central {
        margin-bottom: 0;
    }

    .img-logo-footer, .container-description-footer {
        float: initial;
    }

    .subcontainer-descrip-img,
    .subcontainer-we-fuso {
        display: block;
    }

    .content-info-posventa {
        background-image: url('https://fusoweb.s3.us-west-2.amazonaws.com/web/banner-posventa-home-mobile.png') !important;
        margin-bottom: 1rem;
        margin-top: 1rem;
        padding: 30px 20px 237px;
    }

    #section-product-banner {
        background-image: url('https://fusoweb.s3.us-west-2.amazonaws.com/web/banner-variation-canter-3-6t-800x402.png') !important;
    }

    .text1-footer-fuso {
        padding-bottom: 0;
    }

    .carousel-indicators-home i {
        font-size: 2.5rem;
        color: #ff010b;
    }
}

.section-map {
    margin-bottom: 1rem;
}

.section-map .content-stores {
    background-color: #000;
    height: 80vh;
    width: 25%;
    overflow: hidden;
}

.section-map .content-map {
    width: 75%;
}

@media (max-width: 600px) {
    .section-map .content-map {
        display: none;
    }

    .section-map .content-stores {
        width: 100%;
    }
}

.section-map .wrap-stores {
    padding: 30px 45px;
}

.section-map .wrap-stores .wrap-list-stores {
    max-height: 48vh;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 10px 15px;
}

.select {
    display: flex;
    height: 3em;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.select:after {
    background-color: #fff;
    content: "▼";
    padding: 0;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 20px;
    transition: all .25s ease;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    height: 0.5em;
    width: 0.8em;
}

.select-main {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #000;
    border: 1px solid #fff !important;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    flex: 1;
    outline: 0;
    padding: 0 1em;
    font-size: 12px !important;
    line-height: inherit;
    margin: 0;
    outline: none;
    width: 100%;
}

#carouselExampleIndicators .carousel-indicators {
    bottom: 60px;
    z-index: 1;
    width: 150px;
    max-width: 100%;
    height: 6px;
    margin: 0px auto;
}

#carouselExampleIndicators .carousel-indicators li {
    background: #cecece;
}

#carouselExampleIndicators .carousel-indicators li.active {
    background-color: #ff010b !important;
}


.img-web-slider-home {
    display: block;
    min-height: 500px;
  object-fit: cover;
}

.img-mobile-slider-home {
    display: none;
}


@media (max-width: 990px) {
    #carouselExampleIndicators .carousel-indicators {
        bottom: 19px;
    }

    .img-web-slider-home {
        display: none;
    }

    .img-mobile-slider-home {
        display: block;
    }
}

section.side-blog-home {
    padding: 80px 0;
    overflow: hidden;
}

section.side-blog-home h4 {
    font-size: 24px;
    color: #000000;
    font-family: MMCOFFICE-Bold;
    padding-bottom: 30px;
}

section.side-blog-home h3 {
    font-size: 24px;
    color: #717171;
    font-family: MMCOFFICE-Bold;
    margin-top: 6px;
}

section.side-blog-home a {
    color: #FF010B;
    font-family: MMCOFFICE-Bold;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 10px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    margin: 0 auto;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.section-product-banner {
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 5rem;
    padding-top: 2rem;
    background-image: url('../img/liviano/hero_modelo_generica.webp') !important;
}

.wrap-content-banner label {
    font-size: 40px;
    text-decoration: underline;
    text-transform: uppercase !important;
    margin-bottom: 0.5rem;
}

.content-btns-file a {
    border: none;
    display: block;
    outline: none !important;
    padding: 8px 0;
    text-align: center;
    width: 245px;
    text-decoration: none !important;
    border-radius: 0 !important;
}

.btn-cotizar-file {
    background-color: #ff010b;
    margin-bottom: 0.5rem !important;
}

.see-file-banner {
    background-color: #fff;
    color: #787878 !important;
}

.see-file-banner-ft {
    background-color: #fff;
    color: #ff010b !important;
}

.text-price-banner-file,
.text-dollar-banner-file {
    margin-bottom: 0 !important;
}

.content-text-car-file {
    margin-top: 3.5rem;
}

.container-features {
    background-color: #f3f3f3;
    overflow: hidden;
}

.container-features .wrap-section {
    padding-top: 3rem;
}

.wrap-items-applications {
    display: flex;
    flex-wrap: wrap;
    justify-content: start !important;
}

.wrap-items-applications .wrap-item {
    display: flex;
    flex-direction: column;
    margin: 10px;
    text-align: center;
    width: 155px;
}

#section-cabina .wrap-section-content,
#section-tren-motriz .wrap-section-content {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.img-icon-arrow-collapse-file {
    background-repeat: no-repeat;
    height: 22px;
    margin-top: 6px;
    width: 22px;
    background-image: url('../img/liviano/icon-open-collapse.png');
}

.btn-accordion-item-file .img-icon-arrow-collapse-file {
    transition: all .5s ease;
}

.btn-accordion-item-file.is-open .img-icon-arrow-collapse-file {
    background-image: url('../img/liviano/icon-close-collapse.png') !important;
    transform: rotate(180deg);
    transition: all .5s ease;
}

.btn-accordion-item-file.accordion {
    align-items: center;
    background-color: #f3f3f3;
    border: none;
    border-bottom: 1px solid #dfe1e4;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    outline: none;
    padding: 10px 20px;
    text-align: left;
    transition: background-color .2s linear;
    width: 100%;
}

.btn-accordion-item-file.accordion.is-open,
.btn-accordion-item-file.accordion:hover {
    background-color: #fff;
}

.accordion-file-white .accordion-content {
    background-color: #fff;
    border-bottom: none;
    margin-bottom: 8px;
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    transition: max-height .2s ease-in-out;
}

.accordion-file-white .accordion-content .wrap-accordion-content {
    padding: 5px 15px 25px;
}

.btn-accordion-item-file.accordion .title {
    color: #3d3d3d;
    font-family: MMCOFFICE-Bold;
}

.btn-accordion-item-file.accordion.is-open .title {
    color: #ff010b;
    font-family: 'MMCOFFICE-Bold';
}

.no-border-bottom {
    border-bottom: none !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.slider-slick-mini .slick-slide.slick-active.slick-current img {
    border: 2px solid #e70011 !important;
    cursor: pointer;
}

.slider-slick-mini .slick-slide.slick-active img {
    cursor: pointer;
}

.carousel-indicators-file {
    box-shadow: 5px 1px 5px black;
}

.carousel-indicators-file img,
.carousel-indicators-file {
    border: none;
    display: block;
    max-height: 410.1px;
    max-width: 658px;
    margin-left: auto;
    margin-right: auto;
}

.carousel-indicators-mini {
    position: relative !important;
    margin-top: 1rem !important;
}

.carousel-indicators-mini img {
    border: 2px solid transparent;
    display: block;
    height: 56px;
    margin: initial;
    max-width: 82px !important;
    transition: border-color .25s;
    width: 100% !important;
    margin: 0 auto;
    text-align: center;
}

.carousel-indicators-mini {
    margin: 0 auto;
    max-width: 300px !important;
    padding: 0;
}

.container-gallery-sliders {
    position: relative;
}

.container-gallery-sliders .btnPrev,
.container-gallery-sliders .btnNext {
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: #000;
    cursor: pointer;
    font-size: 50px;
    height: 40px;
    margin-top: -20px;
    opacity: .3;
    outline: none;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: opacity .25s;
    width: 40px;
    z-index: 100;
}

.container-gallery-sliders .btnNext {
    right: 4rem;
}

.container-gallery-sliders .btnPrev {
    left: 4rem;
}

#section-banner-info {
    padding-bottom: 3rem;
    padding-top: 3rem;
}

.wrap-banner-info {
    align-items: center;
    background-color: #9c9c9c;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    padding: 15px 25px;
}

.btn-red-coti-banner,
.btn-red-coti-banner:hover {
    background-color: #ff010b;
    border: none;
    outline: none;
    padding: 6px 40px;
    text-decoration: none;
}

.container-cars-file {
    background: white;
}

.container-cars-file .carousel-cars-item {
    margin-top: 0;
    padding-top: 5rem;
    overflow: hidden;
}

.options-slug-fuso.active a {
    left: -9.5rem;
}

.options-slug-fuso a {
    border-radius: 0 5px 5px 0;
    color: #000;
    font-size: 20px;
    margin-top: 5%;
    padding: 10px 0 10px 20px;
    position: absolute;
    position: fixed;
    text-decoration: none;
    transition: .3s;
    width: 210px;
    z-index: 1;
}

.touch-fixed {
    align-items: center;
    background-color: #e4e4e4;
    display: flex;
    padding-left: 5px;
}

.touch-fixed.chasis {
    top: 15px;
}

.touch-fixed.tren-motriz {
    top: 68px;
}

.touch-fixed.cabina {
    top: 121px;
}

.touch-fixed.security {
    top: 174px;
}

.touch-fixed.specifications {
    top: 227px;
}

.touch-fixed.gallery {
    top: 280px;
}

.touch-fixed.cotizar-btn {
    top: 332px;
    background-color: #ff010b;
    display: none;
}

.options-slug-fuso.active a:hover {
    background-color: #e70011 !important;
    color: #fff !important;
    left: 0;
    width: 185px;
}

.options-slug-fuso.active a {
    left: -9.5rem;
}

.options-slug-fuso a {
    left: -13.5rem;
}

.options-slug-fuso .icon-right {
    text-align: center;
    width: 57px;
}

.options-slug-fuso a:hover .icon-right {
    opacity: 0;
}

.cotizar-desk {
    position: fixed;
    width: 120px;
    height: 50px;
    right: 40px;
    background-color: #ff010b;
    color: #FFF;
    border-radius: 20px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    text-decoration: none;
    font-size: 16px;
    bottom: 150px;
    line-height: 47px;
    display: none;
}

@media (max-width: 990px) {
    .cotizar-desk {
        display: none !important;
    }

    .touch-fixed.cotizar-btn {
        display: flex;
    }
}

.touch-fixed.cotizar-btn

@media (min-width: 500px) and (max-width: 670px) {
    .wrap-items-applications .wrap-item {
        width: 142px !important;
        margin: 0;
    }

    .wrap-items-applications .wrap-item .body-car p {
        width: 94px;
        margin: auto;
    }

    #section-chasis .col-md-12 {
        padding: 0;
    }
}

@media (max-width: 990px) {

    @media (max-width: 670px) {
        .wrap-items-applications .wrap-item {
            width: 152px;
            margin: 0;
        }

        .wrap-items-applications .wrap-item .body-car p {
            width: 94px;
            margin: auto;
        }

        #section-chasis .col-md-12 {
            padding: 0;
        }
    }
    @media (min-width: 280px) and (max-width: 320px) {
        .wrap-items-applications .wrap-item {
            width: 125px;
        }
    }
}

.content-form-register {
    background-color: #ececec;
    padding: 3rem;
}

.content-form-register input[type=email],
.content-form-register input[type=number],
.content-form-register input[type=text] {
    background-color: #fff !important;
    border: 1px solid #ececec !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    font-family: 'MMCOFFICE-Regular' !important;
    font-size: 12px !important;
    outline: none !important;
    width: 100% !important;
}

.content-form-register select {
    cursor: inherit;
    font-size: 12px !important;
    line-height: inherit;
    margin: 0;
    outline: none;
    padding: 0 1em 0 0;
    width: 100%;
}

.content-form-register select,
.content-form-register select:focus {
    border: 1px solid #ececec !important;
}

.content-form-register input:focus,
.content-form-register input:active,
.content-form-register select:focus,
.content-form-register select:active,
.content-form-register button:focus,
.content-form-register button:active,
.content-form-register a:focus,
.content-form-register a:active {
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.btn-static-red,
.btn-static-red:hover,
.btn-static-white,
.btn-static-white:hover {
    border: none;
    display: block;
    outline: none;
    padding: 8px 0;
    text-align: center;
    width: 245px;
}

.btn-static-red,
.btn-static-red:hover {
    background-color: #ff010b;
}

.btn-static-grey,
.btn-static-grey:hover {
    background-color: #4d4d4d;
    border: none;
    display: block;
    outline: none;
    padding: 8px 0;
    text-align: center;
    width: 245px;
}

.btn-link,
.btn-link:hover {
    text-decoration: none;
}

.no-border {
    border-radius: 0 !important;
}

@media (max-width: 580px) {
    .content-btns-register-fuso button {
        margin-bottom: 1rem;
    }

    .content-form-register .col-sm-4,
    .content-form-register .col-sm-6 {
        margin-bottom: 1rem;
    }
}

.whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    text-decoration: none;
}

.whatsapp-icon {
    margin-top: 15px;
}

.whatsapp:hover {
    color: #FFF;
}

.document-type-icon {
    position: absolute;
    top: 8px;
    right: 45px;
    font-size: 12px;
    z-index: 9;
    color: #afafaf;
}

.css-tlfecz-indicatorContainer {
    color: #E20411;
}

.select-red {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 10px 0;
}

.select-red:after {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #E20411;
    position: absolute;
    top: 41%;
    right: 4px;
    content: "";
    z-index: 98;
}

.css-tj5bde-Svg {
    color: #E20411;
}

.separator {
    height: 0.5px;
    background-color: #a0a0a0;
    margin-bottom: 25px;
    margin-top: 8px;
}

#btn-cotizar-mobile {
    display: none;
}

.btn-open-filters {
    display: none;
}

.btn-open-filters {
    background-color: #2C2C2C;
    color: #fff;
    padding: 10px 35px;
    font-weight: 600;
    border-radius: 5px;
    border: none;
}

.btn-open-filters:focus {
    background-color: #2C2C2C;
    color: #fff;
    outline: none;
}

@media (min-width: 768px) {
    .collapse.dont-collapse-sm {
        display: block;
        height: auto !important;
        visibility: visible;
    }
}

.css-b62m3t-container.is-invalid .css-1s2u09g-control {
    border: 1px solid #ca3644 !important;
}

.form-group .form-control,
.form-group .form-control:focus {
    font-size: 14px;
    margin-bottom: 5px;
    border: 1px solid #eee;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.content-step1,
.content-step2 {
    background-color: #F0F0F0;
    min-height: 100%;
    padding: 60px 50px;
}

.group-cards-products {
    padding: 30px 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.group-cards-products .card {
    max-width: 270px;
    text-align: center;
    margin: 20px 20px;
    border: none;
    padding: 5px 32px;
}

.group-cards-products .card.active {
    border: 1px solid #E20411;
}

.content-product {
    padding: 30px 60px;
}

.content-products h6 {
    color: #E20411 !important;
    font-weight: 600;
}

.content-products .card img {
    max-width: 180px;
}

.content-product-selected {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.content-product-selected .rigth-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.content-solicitud-prev-check {
    text-align: center;
    padding: 10px 0px 0px 0px;
}

.content-reserve {
    padding: 60px;
    background-color: #F1F1F1;
}

.content-reserve-principal {
    padding: 30px;
    background-color: #fff;
}

.card-product-solicitud {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 60px;
}

.card-product-solicitud .left-solicitud-car {
    text-align: left !important;
}

.card-product-solicitud .right-solicitud-car {
    max-width: 400px;
}

.card-product-solicitud .right-solicitud-car img {
    max-height: 165px;
}

.group-amounts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.group-amounts .group-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.talk-bubble {
    margin: 5px;
    display: inline-block;
    position: relative;
    width: 150px;
    height: auto;
    background-color: #E3E3E3;
    padding: 5px 10px;
}

.talk-bubble .talktext p {
    font-size: 12px;
    margin: 0;
    text-align: center;
    font-weight: bold;
}

.border {
    border: 8px solid #E3E3E3;
}

.round {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.tri-right.border.btm-left:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -8px;
    right: auto;
    top: auto;
    bottom: -40px;
    border: 32px solid;
    border-color: transparent transparent transparent #000;
}

.tri-right.btm-left:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 45%;
    right: auto;
    top: -17px;
    bottom: 0px;
    border: 9px solid;
    border-color: transparent transparent transparent #E3E3E3;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.group-btn .btn-amount {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    padding: 7px 50px;
    margin-right: 5px;
    font-size: 15px;
    border-radius: 0px;
    margin-bottom: 5px;
}

.group-btn .btn-amount.active,
.group-btn .btn-amount:hover {
    background-color: #000;
    color: #fff;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.tag-texto-black {
    background-color: #2D2D2D;
    padding: 8px 15px;
    color: #fff;
}

.tag-texto-black-princ {
    background-color: #2D2D2D;
    padding: 8px 10px;
    color: #fff;
    font-size: 15px;
    width: 100%;
}

.arrow-to-reservation img {
    margin-bottom: -45px;
    z-index: 100001;
}

.btn-cotizar {
    background-color: #E20411;
    border-radius: 5px;
    padding: 8px 25px;
    color: #fff;
    font-size: 15px;
    border: none;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    display: inline;
    position: relative;
}

.btn-cotizar.loading {
    background-color: #a00304;
}

.btn-cotizar.loading:after {
    content: "";
    position: absolute;
    border-radius: 100%;
    right: 6px;
    top: 55%;
    width: 0px;
    height: 0px;
    margin-top: -2px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-left-color: #FFF;
    border-top-color: #FFF;
    -webkit-animation: spin .6s infinite linear, grow .3s forwards ease-out;
    animation: spin .6s infinite linear, grow .3s forwards ease-out;
}

.btn-reservar {
    background-color: #E20411;
    border-radius: 5px;
    padding: 8px 25px;
    color: #fff;
    font-size: 15px;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    width: 195px;
    display: inline;
    position: relative;
}

.btn-reservar.loading {
    background-color: #a00304;
}

.btn-reservar.loading:after {
    content: "";
    position: absolute;
    border-radius: 100%;
    right: 6px;
    top: 55%;
    width: 0px;
    height: 0px;
    margin-top: -2px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-left-color: #FFF;
    border-top-color: #FFF;
    -webkit-animation: spin .6s infinite linear, grow .3s forwards ease-out;
    animation: spin .6s infinite linear, grow .3s forwards ease-out;
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes grow {
    to {
        width: 14px;
        height: 14px;
        margin-top: -8px;
        right: 13px;
    }
}

@keyframes grow {
    to {
        width: 14px;
        height: 14px;
        margin-top: -8px;
        right: 13px;
    }
}

.btn-volver {
    background-color: #9C9C9C;
    border-radius: 5px;
    padding: 8px 5px;
    color: #fff !important;
    font-size: 15px;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    width: 195px;
    text-decoration: none !important;
    text-align: center;
}

.btn-volver-button {
    background-color: #9C9C9C;
    border-radius: 5px;
    padding: 8px 25px;
    color: #fff;
    font-size: 15px;
    border: none;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    display: inline;
    position: relative;
    margin-top: 8px;
}

.content-datos {
    text-align: left !important;
}

.text-grey {
    color: #717171;
}

.wrap-form-quoting {
    padding: 45px 65px;
    background-color: #F0F0F0;
    border: 1px solid #ECECEC;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: -0.5rem;
    margin-bottom: 2rem;
}

.wrap-info-producto {
    margin-top: 3rem;
}

.wrap-info-producto .section-img-product img {
    max-width: 350px;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}

@media (min-width: 1348.99px) and (max-width: 1519px) {
    .group-cards-products {
        padding: 30px 60px;
    }
}

@media (max-width: 320px) {
    .group-cards-products .card {
        max-width: 135px !important;
    }

    .talk-bubble {
        width: 80px !important;
    }
}

@media (min-width: 321px) and (max-width: 410px) {
    .group-cards-products {
        padding: 30px 15px !important;
    }

    .talk-bubble {
        width: 95px !important;
    }
}

@media (min-width: 568px) {
    .product-selected-movil {
        display: none;
    }

    #menu-movil {
        display: none;
    }

    .separator.movil {
        display: none;
    }
}

@media (max-width: 568px) {
    .px-sm-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .wrap-form-quoting {
        padding: 35px 5px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .wrap-info-producto {
        margin-top: 1rem;
        margin-bottom: 2rem;
        overflow: hidden;
    }

    .wrap-info-producto .section-img-product img {
        display: none;
    }

    .content-reserve-principal {
        padding: 0px 15px 30px 15px;
    }

    .texts-cards {
        font-size: 12.5px;
    }

    .content-step1,
    .content-step2 {
        background-color: #fff;
    }

    .group-amounts {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .group-amounts .group-btn {
        margin-right: 3px !important;
    }

    .btn-reservar {
        width: 100%;
    }

    .reserve-component {
        padding-top: 90px;
    }

    .content-step1-reserve {
        background-color: #fff !important;
        min-height: 100% !important;
        padding: 15px !important;
    }

    .content-select-car-reserve {
        display: none;
    }

    .content-solicitud-prev-check {
        margin-top: 5px;
    }

    #menu-desktop {
        display: none;
    }

    .cssload-loading {
        left: 40% !important;
    }

    #btn-cotizar-mobile {
        display: block;
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 10px;
    }

    .btn-open-filters {
        display: block;
    }

    .content-filters {
        display: block;
        margin-top: 10px;
    }

    #quoting-main {
        margin-top: 84px;
    }

    .group-cards-products {
        padding: 30px 25px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .group-cards-products .card {
        max-width: 160px;
        margin: 20px 0px;
        padding: 5px 0px;
    }

    .wancho {
        display: none;
    }

    .footer-copy {
        font-size: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .text-info-form {
        display: none;
    }

    .content-step1,
    .content-step2 {
        padding-top: 35px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 0px;
    }

    .btn-cotizar {
        width: 100%;
    }

    .content-product {
        display: none;
    }

    .content-solicitud-prev-check h2 {
        font-size: 22px;
    }

    .card.card-product-solicitud {
        margin-left: 15px;
        margin-right: 15px;
        text-align: center;
        padding: 15px 25px;
    }

    .card.card-product-solicitud .right-solicitud-car {
        display: none;
    }

    .card-product-solicitud .left-solicitud-car {
        text-align: left !important;
        width: 100%;
    }

    .card-product-solicitud .left-solicitud-car h1 {
        font-size: 33px;
    }

    .card-product-solicitud.left-solicitud-car h3 {
        font-size: 24px;
    }

    .content-reserve {
        padding: 15px;
    }

    .content-reserve h3 {
        text-align: center;
        font-size: 18px;
        font-weight: bold;
    }

    .content-reserve .tag-texto-black {
        text-align: center;
    }

    .arrow-to-reservation img {
        margin-bottom: 10px;
        z-index: 100001;
        margin-top: -25px;
    }

    .group-btn .btn-amount {
        padding: 7px 0px;
        font-size: 12px;
        border-radius: 0px;
    }

    .talk-bubble {
        width: 110px;
        padding: 5px 10px;
    }

    .talk-bubble .talktext p {
        font-size: 9px;
    }

    .tri-right.btm-left:after {
        left: 40%;
    }

    .content-reserve .btn-reservar,
    .content-buttons .btn-reservar {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0 !important;
    }

    .content-buttons {
        padding: 0px 20px;
    }

    .btn-volver {
        width: 100%;
    }

    .content-datos {
        font-size: 13px;
    }
}

@media (min-width: 767.99px) and (max-width: 1023.99px) {
    .content-product {
        padding: 30px 15px !important;
    }

    .content-step1,
    .content-step2 {
        padding: 60px 15px;
    }

    .group-cards-products {
        padding: 30px 0px;
    }

    .reserve-principal .content-info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 31%;
        flex: 0 0 31%;
        max-width: 31%;
    }

    .reserve-principal .content-reserve-info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 68%;
        flex: 0 0 68%;
        max-width: 68%;
    }

    .reserve-principal .content-step1-reserve {
        padding: 40px 15px;
    }

    .content-reserve-principal {
        padding: 15px;
    }

    .content-select-car-reserve {
        display: none;
    }

    .content-select-car-reserve-tablet {
        display: block !important;
    }
}

@media (min-width: 1024px) and (max-width: 1340px) {
    .content-step1,
    .content-step2 {
        padding: 60px 15px;
    }

    .group-cards-products {
        padding: 30px 80px;
    }

    .reserve-principal .content-info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 31%;
        flex: 0 0 31%;
        max-width: 31%;
    }

    .reserve-principal .content-reserve-info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 68%;
        flex: 0 0 68%;
        max-width: 68%;
    }

    .reserve-principal .content-step1-reserve {
        padding: 40px 15px;
    }

    .content-reserve-principal {
        padding: 15px;
    }

    .content-select-car-reserve {
        display: none;
    }

    .content-select-car-reserve-tablet {
        display: block !important;
    }
}

@media (min-width: 1341px) {
    .card-product-solicitud {
        padding: 0 40px;
    }
}

#process-payment-modal {
    background-color: #a9a9a924;
}

#process-payment-modal .modal-content {
    background: #1f1f1f99;
    border: none;
}

#process-payment-modal .icon-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 400px;
}

#process-payment-modal .icon {
    width: 320px;
    height: 320px;
    background-color: #272727;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
}

#process-payment-modal .inner-icon {
    width: 200px;
    margin-left: 50px;
    margin-bottom: 32px;
}

#process-payment-modal svg g#card {
    -webkit-transform: translate(170px, -60px) rotate(90deg);
    transform: translate(170px, -60px) rotate(90deg);
    -webkit-transform-origin: 420px 130px;
    transform-origin: 420px 130px;
    -webkit-animation: slidecard 2s ease .5s infinite;
    animation: slidecard 4s 2s infinite;
}

.content-select-car-reserve {
    padding-top: 40px;
    width: 80%;
}

.content-select-car-reserve .card {
    padding: 25px 40px;
}

.content-step1-reserve {
    background-color: #F0F0F0;
    min-height: 100%;
    padding: 40px 50px;
}

.formReservePrincipal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.content-select-car-reserve-tablet {
    display: none;
}

.group-amounts .group-btn {
    margin-right: 12px;
}

@-webkit-keyframes slidecard {
    0% {
        -webkit-transform: translate(170px, -60px) rotate(90deg);
        transform: translate(170px, -60px) rotate(90deg);
        -webkit-transform-origin: 420px 130px;
        transform-origin: 420px 130px;
    }

    40% {
        -webkit-transform: translate(60px, -20px) rotate(0deg);
        transform: translate(60px, -20px) rotate(0deg);
        -webkit-transform-origin: 500px 130px;
        transform-origin: 500px 130px;
    }

    60% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    100% {
        -webkit-transform: translate(0px, 400px);
        transform: translate(0px, 400px);
    }
}

@keyframes slidecard {
    0% {
        -webkit-transform: translate(170px, -60px) rotate(90deg);
        transform: translate(170px, -60px) rotate(90deg);
        -webkit-transform-origin: 420px 130px;
        transform-origin: 420px 130px;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease;
    }

    15% {
        -webkit-transform: translate(60px, -20px) rotate(0deg);
        transform: translate(60px, -20px) rotate(0deg);
        -webkit-transform-origin: 500px 130px;
        transform-origin: 500px 130px;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease;
    }

    25% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease;
    }

    40% {
        -webkit-transform: translate(0px, 400px);
        transform: translate(0px, 490px);
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease;
    }

    50% {
        -webkit-transform: translate(140px, 481px) rotate(10deg);
        transform: translate(140px, 481px) rotate(10deg);
        -webkit-transform-origin: 340px 176px;
        transform-origin: 340px 176px;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    60% {
        -webkit-transform: translate(294px, -29px) rotate(72deg);
        transform: translate(294px, -29px) rotate(72deg);
        -webkit-transform-origin: 340px 176px;
        transform-origin: 340px 176px;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease;
    }

    75% {
        -webkit-transform: translate(170px, -60px) rotate(90deg);
        transform: translate(170px, -60px) rotate(90deg);
        -webkit-transform-origin: 420px 130px;
        transform-origin: 420px 130px;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease;
    }
}

.cssload-loading {
    top: 50%;
    position: relative;
    left: 47%;
}

.preloader-loading-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999999999;
    height: 100%;
    width: 100%;
    background: #000;
}

.preloader-loading-wrapper .cssload-loading i {
    width: 49px;
    height: 49px;
    display: inline-block;
    background: #E20411;
    border-radius: 50%;
}

.preloader-loading-wrapper .cssload-loading i:nth-child(1) {
    animation: cssload-loading-ani1 1.15s ease-in-out infinite;
    -o-animation: cssload-loading-ani1 1.15s ease-in-out infinite;
    -ms-animation: cssload-loading-ani1 1.15s ease-in-out infinite;
    -webkit-animation: cssload-loading-ani1 1.15s ease-in-out infinite;
    -moz-animation: cssload-loading-ani1 1.15s ease-in-out infinite;
}

.preloader-loading-wrapper .cssload-loading i:nth-child(2) {
    background: #fff;
    margin-left: -10px;
    animation: cssload-loading-ani1 1.15s ease-in-out 0.58s infinite;
    -o-animation: cssload-loading-ani1 1.15s ease-in-out 0.58s infinite;
    -ms-animation: cssload-loading-ani1 1.15s ease-in-out 0.58s infinite;
    -webkit-animation: cssload-loading-ani1 1.15s ease-in-out 0.58s infinite;
    -moz-animation: cssload-loading-ani1 1.15s ease-in-out 0.58s infinite;
}

@keyframes cssload-loading-ani1 {
    70% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

@-webkit-keyframes cssload-loading-ani1 {
    70% {
        -webkit-transform: scale(0.5);
    }
}

.text-bold {
    font-weight: bold;
}

.content-select-coti-fuso {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: hsl(0, 0%, 100%);
    border-color: hsl(0, 0%, 80%);
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    cursor: default;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    min-height: 38px;
    outline: 0 !important;
    position: relative;
    -webkit-transition: all 100ms;
    transition: all 100ms;
    box-sizing: border-box;
}

.subcontent-select-coti-fuso {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: grid;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2px 8px;
    -webkit-overflow-scrolling: touch;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.content-icon-coti-fuso {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    box-sizing: border-box;
}

.subcontent-icon-coti-fuso {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    background-color: hsl(0, 0%, 80%);
    margin-bottom: 8px;
    margin-top: 8px;
    width: 1px;
    box-sizing: border-box;
}

.content-text-elem-form {
    color: hsl(0, 0%, 50%);
    grid-area: 1/1/2/3;
    margin-left: 2px;
    margin-right: 2px;
    box-sizing: border-box;
}

.subcontent-select-coti-fuso input {
    background: 0;
    border: 0;
    caret-color: transparent;
    font-size: inherit;
    grid-area: 1/1/2/3;
    outline: 0;
    padding: 0;
    width: 1px;
    color: transparent;
    left: -100px;
    opacity: 0;
    position: relative;
    -webkit-transform: scale(.01);
    -moz-transform: scale(.01);
    -ms-transform: scale(.01);
    transform: scale(.01);
}

.content-icon-arrow-down {
    color: hsl(0, 0%, 80%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 8px;
    -webkit-transition: color 150ms;
    transition: color 150ms;
    box-sizing: border-box;
}

.css-tj5bde-Svg {
    display: inline-block;
    fill: currentColor;
    line-height: 1;
    stroke: currentColor;
    stroke-width: 0;
}

.css-tj5bde-Svg {
    color: #E20411;
}

label.error {
    color: #E20411;
    font-size: 12px;
}

.wrap-form-quoting-2 {
    margin: 0px;
}

.wrap-form-quoting-2 select.select-modelo {
    color: #E20411
}

.wrap-form-quoting-2 select.select-modelo option {
    color: #E20411
}

.btn-clic {
    border: 1px solid #707070;
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
    padding: 10px;
    font-size: 14px;
}

.video-testi p {
    font-size: 14px;
    color: #000000;
}

.block-cotizar-modelo{
    padding-top: 3rem;
}

@media (max-width: 990px) {

    .section-img-product {
        padding-top: 30px;
        display: block;
        margin-bottom: 40px;
    }

    .wrap-info-producto .section-img-product img {
        display: block;
        margin: 0 auto;
    }

    .gracias-info {
        text-align: center;
        margin-top: 80px;
    }

    .gracias-info h2 span.fs-11 {
        display: block;
        margin-top: 5px;
        margin-bottom: 20px;
    }

    .gracias-info h2 span.fs-11 img {
        display: none;
    }

    .section-info-product h2{
        font-size: 20px;
    }

    .block-cotizar-modelo{
        padding-top: 1rem;
    }

    .section-info-product h5.text-rwd{
        color: #ff010b;
    }
}

/*campaña servicios*/

.container-body-servicios{
    padding: 100px 0;
    background-color: #F5F5F5;
    position: relative;

}

.container-body-servicios h2{
    font-size: 24px;
    color: #000000;
    text-align: center;
    margin-bottom: 33px;
     font-family: 'MMCOFFICE-Bold';
}


.container-body-servicios .form-control{
    height: 60px;
    border: 2px solid #000;
    border-radius: 0;
    font-size: 32px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-family: 'MMCOFFICE-Bold';
}


.container-body-servicios .btn-cotizar{
    font-size: 18px;
    color: #fff;
    border-radius: 0;
    padding: 15px;
     font-family: 'MMCOFFICE-Bold';
}

.container-body-servicios-listado{
    padding: 50px 0;
    padding-bottom: 0;
    overflow: hidden;
    position: relative;
    background-color: #fff;
}

.container-body-servicios-listado .block-info{
    padding: 20px;
    border: 1px solid #FF010B;
}

.container-body-servicios-listado .block-info h2{
    font-size: 18px;
    color: #000;
    border-bottom: 1px solid #717171;
    width: 100%;
    font-weight: bold;
    padding-bottom: 10px;
     font-family: 'MMCOFFICE-Bold';
}

.container-body-servicios-listado .block-info p{
    font-size: 14px;
    color: #4D4D4D;
    line-height: 28px;
}


.container-body-servicios-listado .btn-cotizar{
    display: block;
    margin-top: 20px;
    width: 100%;
    border-radius: 0;
    text-align: center;
    margin-bottom: 100px;
        padding: 15px;
         font-family: 'MMCOFFICE-Bold';
}

.container-body-servicios-listado .btn-cotizar:hover{
    color: #fff;
    text-decoration: underline;
}

.container-body-servicios-listado .bg-verde{
    background-color: #00B13D;
}


.container-body-agendar{
    padding: 100px 0;
    background-color: #F5F5F5;
    position: relative;

}

.container-body-agendar h2{
    font-size: 24px;
    color: #000000;
    text-align: center;
    margin-bottom: 33px;
}
.container-body-agendar .more-info{

}

.container-body-agendar .more-info p{
    font-size: 24px;
    color: #4D4D4D;
    line-height: 28px;
     font-family: 'MMCOFFICE-Bold';
}

.container-body-agendar .more-info p span{
    font-size: 18px;
}

.container-body-agendar .btn-cotizar{
    padding: 15px;
     font-family: 'MMCOFFICE-Bold';
}


.container-body-mante{
    padding: 100px 0;
    background-color: #F5F5F5;
    position: relative;

}

.container-body-mante h2{
    color: #000000;
    text-align: center;
    margin-bottom: 33px;
}


.container-body-mante .form-control{
    height: 60px;
    border: 1px solid #000;
    border-radius: 0;
    color: #000;
}


.container-body-mante .btn-cotizar{
    font-size: 18px;
    color: #fff;
    border-radius: 0;
    padding: 15px;
}

.container-body-red{
    background-color: #FF0000;
    padding: 20px;
}

.bg-red{
    background-color: #FF0000;
}

.bg-white{
    background-color: #fff;
    padding: 50px 0;
}

.container-body-red h2{
    color: #fff;
    font-size: 24px;
    text-align: center;
   
}

.container-body-red h2 span{
     font-family: 'MMCOFFICE-Bold'
}

.container-body-accor{
    padding: 100px 0;
    position: relative;
    padding-bottom: 0;
}

.container-body-accor h3{
    font-size: 24px;
    color: #000;
    font-weight: bold;
    text-align: center;
    font-family: 'MMCOFFICE-Bold';
}

.container-body-accor h2{
    font-size: 64px;
    color: #000;
    font-weight: bold;
    text-align: center;
    font-family: 'MMCOFFICE-Bold';
}

.container-body-accor h2 span{
    font-size: 12px;
    display: block;
}

.container-body-accor p{
    font-size: 24px;
    color: #000;
    text-align: center;
    margin-top: 50px;
     font-family: 'MMCOFFICE-Regular'
}

.container-body-accor .btn-accordion-item-file.accordion{
    background-color: #000;
}

.container-body-accor .btn-accordion-item-file.accordion .title{
    color: #fff;
    font-weight: 400;
    font-family: 'MMCOFFICE-Regular';
}

.container-body-accor .btn-accordion-item-file.accordion .title svg{
    width: 25px;
    margin-right: 20px;
}

.container-body-accor .accordion-file-white .accordion-content{
    background-color: transparent;
    padding: 0;
}

.container-body-accor .accordion-file-white .accordion-content ul{
    webkit-column-count: 2;

     -moz-column-count: 2;

          column-count: 2;

  -webkit-column-width: 50%;

     -moz-column-width: 50%;

          column-width: 50%;

    -webkit-column-gap: 4em;

       -moz-column-gap: 4em;

            column-gap: 4em;
    padding: 0;

}

.container-body-accor .accordion-file-white .accordion-content ul li{
    list-style: none;
    font-size: 14px;
    color: #717171;
    line-height: 28px;
}
.container-body-accor .accordion-file-white .accordion-content .wrap-accordion-content{
    padding: 0;
    padding-top: 20px;
}

.container-body-accor .btn-accordion-item-file.is-open .img-icon-arrow-collapse-file {
  background-image: url('../img/icon-close-collapse-v2.png') !important;
  transform: rotate(180deg);
  transition: all .5s ease;
}

.container-body-accor .img-icon-arrow-collapse-file {
  background-repeat: no-repeat;
  height: 22px;
  margin-top: 6px;
  width: 22px;
  background-image: url('../img/icon-open-collapse-v2.png');
}

.container-body-accor2{
    padding: 50px 0;
    position: relative;
    background-color: #f3f3f3;
}

.container-body-accor2 p{
    font-size: 14px;
}

@media (max-width: 600px) {
    .container-body-accor .accordion-file-white .accordion-content ul{
    webkit-column-count: 1;

     -moz-column-count: 1;

          column-count: 1;

  -webkit-column-width: 50%;

     -moz-column-width: 50%;

          column-width: 50%;

    -webkit-column-gap: 4em;

       -moz-column-gap: 4em;

            column-gap: 4em;
    padding: 0;

}
}
/*fin*/


.no-bg{
    background-image: none!important;
    padding-top: 0;
    padding-bottom: 0;
}

.info-float{
    position: absolute;
    top: 250px;
    left: 0;
    right: 0;
}

@media (max-width: 990px) {
  .no-bg{
    background-image: none!important;
    padding-top: 0;
    background: #000;
    }
    .info-float{
        position: relative;
        text-align: center;
        top: 0;
        padding-bottom: 50px;
    }

    .info-float .content-btns-file a{
        margin: 0 auto;
    }
}


/*flotante home*/
.btn-cotiza-aqui-rwd {
    position: fixed;
    display: none;
    bottom: 0
}

.btn-cotiza-aqui-rwd ul {
    display: flex;
    padding: 0;
    width: 100%;
    margin: 0;
    background-color: #ff010b
}

.btn-cotiza-aqui-rwd ul li {
    background-color: #ff010b;
    display: inline-block;
    margin: 0;
    width: 22%;
    margin: 0 auto
}

.btn-cotiza-aqui-rwd ul li img {
    width: 25px;
    display: block;
    margin: 0 auto
}

.btn-cotiza-aqui-rwd a {
    color: #fff;
    display: block;
    font-size: 10px;
    padding: 8px;
    height: 60px;
}



 @media (max-width: 990px) {
    .btn-cotiza-aqui-rwd {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        padding-bottom: 0;
        top: auto;
        bottom: 0;
        left: 0;
        text-align: center;
        border-radius: 0;
        display: none;
        z-index: 9;
        text-align: center;
        left: 0;
        right: 0;
        color: #fff;
        display: block;
    }

    .whatsapp{
        display: none;
    }

 }


/*new banner carter 3.6t y 5*/

.section-product-banner-v2{
    position: relative;
    overflow: hidden;
    background-color: #000;
    background-image: none!important;
    padding: 0;

}

.section-product-banner-v2 .info-modelo{
    position: absolute;
    left: 200px;
    top: 50px;
}

.section-product-banner-v2 .info-modelo img{
    display: block;
    max-width: 200px;
}

.section-product-banner-v2 .info-modelo label {
    font-size: 40px;
    
    text-transform: uppercase !important;
    margin-bottom: 0.5rem;
    position: relative;
}

.section-product-banner-v2 .info-modelo label:after{
    content: "";
    width: 100%;
    display: block;
    border-bottom: 2px solid #FF010B ;
}


.section-product-banner-v2 .info-modelo h1 {
    font-size: 40px;
    
    text-transform: uppercase !important;
    margin-bottom: 0.5rem;
    position: relative;
    border-bottom: 2px solid #FF010B ;
}

.section-product-banner-v2 .info-modelo h1:after{
    content: "";
    width: 100%;
    display: block;
    border-bottom: 2px solid #FF010B ;
}


.section-product-banner-v2 .info-modelo .text-carga{
    color: #FF010B;
    font-size: 14px;
    font-width: 700;
    text-transform: uppercase;
}

.section-product-banner-v2 .form-banner{
    position: absolute;
    right: 70px;
    top: 0;
}

.section-product-banner-v2 .form-banner form {
        padding: 35px 20px;
    background-color: #F0F0F0;
    border: 1px solid #ECECEC;
    width: 450px;
    height: 507px;
}

.section-product-banner-v2 .form-banner form h2{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.section-product-banner-v2 .form-banner form .form-control{
    border: 1px solid #CBC9C9;
}

.section-product-banner-v2 .form-banner form .form-check{
    margin-bottom: 15px;
}

.section-product-banner-v2 .form-banner form .form-check a{
    color: #FF010B;
}


 @media (max-width: 990px) {
    .section-product-banner-v2 .info-modelo {
      left: 0;
      top: 50px;
      margin: 0 auto;
      display: block;
      padding: 15px;
      right: 15px;
      width: 100%;
    }
    .section-product-banner-v2 .form-banner{
        position: relative;
        width: 100%;
        right: 0;
        background-color: #F0F0F0;
         height: 100%;
    }
    .section-product-banner-v2 .form-banner form{
        padding: 45px 50px;
        width: 100%;
         height: 100%;

    }
 }

 /*listado mantenimeitno*/

 .listado-mante ul{
    webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-width: 50%;
    -moz-column-width: 50%;
    column-width: 50%;
    -webkit-column-gap: 4em;
    -moz-column-gap: 4em;
    column-gap: 4em;
    list-style: none;
    margin: 0;
    padding: 0;
 }

 .listado-mante ul li{
    margin-bottom: 20px;
    list-style: none;
        font-size: 20px;
 }

 @media (max-width: 700px) {
    .section-product-banner-v2 .info-modelo label{
        font-size: 28px;
    }
  .listado-mante ul {
    column-count: 1;
  }
}


/*slider rwd todos*/

.slider-slick-todos  .slick-slide{
    position: relative;
}

.slider-slick-todos .slick-slide img{
    margin: 0 auto;
}

.slider-slick-todos button{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.slider-slick-todos .slide-arrow{
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.slider-slick-todos .prev-arrow{

  left: 0px;
  right: 0px;
  width: 20px;
  height: 40px;
  color: #000;
  opacity: 0.3;
  z-index: 99;
  display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
     font-size: 50px;
}

.slider-slick-todos .prev-arrow:after{
      content: "\f104";
}


.slider-slick-todos .next-arrow{
  right: 0px;
  width: 20px;
  height: 40px;
  color: #000;
  opacity: 0.3;
  z-index: 99;
  display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
     font-size: 50px;
}

.slider-slick-todos .next-arrow:after{
        content: "\f105";
}

.rwd-modelo-todos{
    display: none;
}



 @media (max-width: 700px) {
    .ot-floating-button{
        bottom: 70px!important;
    }


    .rwd-modelo-todos{
        display: block;
    }

    .desk-modelo-todos{
        display: none;
    }
 }




 /*flotas*/

 /*NAV SECONDARY*/
.nav-links-secondary2 {
  background-color: #000000;
  height: 50px;
  font-family: 'MMCOFFICE-Regular';
}
@media (min-width: 920px) {
  .nav-links-secondary2 {
    background-color: #000000;
    width: 100%;
    max-height: calc(100% - 100px);
  }
}

.nav-links-secondary2 .horizontal-list-wrapper {
  width: 100%;
  border-top: 1px solid #cccccc;
  margin-left: 0;
}
.nav-links-secondary2 .horizontal-list-wrapper ul {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  list-style-type: none;
  margin: 0;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0;
}
.nav-links-secondary2 .horizontal-list-wrapper ul li {
  border-bottom: 2px solid transparent;
  margin: 0 15px;
}
.nav-links-secondary2 .horizontal-list-wrapper ul li a {
  color: #ffffff;
  cursor: pointer;
  display: inline;
  font-family: 'MMCOFFICE-Regular';
  font-size: .75rem;
  letter-spacing: .125rem;
  line-height: 1.375rem;
  padding: 0 0 2px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}
.nav-links-secondary2 .horizontal-list-wrapper ul li a.active {
  color: #ED0000;
}
.nav-links-secondary2 .horizontal-list-wrapper ul li a:hover {
  color: #ED0000
}
.nav-links-secondary2 .horizontal-list-wrapper select {
  background-color: #000000;
  color: #ffffff;
  font-family: 'MMCOFFICE-Regular';
  font-size: 1rem;
  width: 100%;
  border: none;
}

/*PAGE MODELS principal*/
.banner-interna-modelos2 {
  position: relative;
  height: auto;
}

@media (min-width: 992px) {
  .banner-interna-modelos2 .content-princ-text-center {
    padding-top: calc(104px + 1rem);
    padding-bottom: 6rem;
  }
}

.banner-interna-modelos2 .img-mobile
{
  display: none;
}
.banner-interna-modelos2 img {
  object-fit: cover;
  height: auto;
}
.banner-content-md {
  max-width: 750px;
}
.banner-content-lg {
  max-width: 1100px;
}
.banner-interna-modelos2 .content-princ-text-center{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  height: 100%;
}
.banner-interna-modelos2 .content-princ-text-center h1 {
  color: #ffffff;
  font-family: 'MMCOFFICE-Bold';
  font-size: 5.25rem;
  line-height: 5rem;
  margin-bottom: 15px;
}
.banner-interna-modelos2 .content-princ-text-center h2 {
  font-family: 'MMCOFFICE-Bold';
  font-size: 1.5rem;
  line-height: 1.875rem;
}
.banner-interna-modelos2 .content-princ-text-center p {
  font-family: 'MMCOFFICE-Regular';
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin-top: 0;
}

@media (max-width: 990px) {
    .banner-interna-modelos2 .img-mobile {
        display: block;
    }
}

.model {
  padding: 4.375rem 0 3.125rem 0;
}
.slider-models a {
  text-decoration: none;
}
.slider-models h3 {
  font-family: 'MMCOFFICE-Bold';
  font-size: 1.5rem;
}
.slider-models p {
  font-family: 'MMCOFFICE-Regular';
  font-size: 1rem;
  line-height: 1.75rem;
}
.slider-models .disabled {
  display: block;
}
.slider-models button {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 65px;
  border: none;
  cursor: pointer;
  margin: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 70px;
}
.slider-models  button.slick-next , .slider-models  button.slick-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='69' height='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M8.515.5.029 8.985 1.444 10.4l8.485-8.485z'/%3E%3Cpath d='m.005 9.01 8.486 8.485 1.414-1.415-8.486-8.485z'/%3E%3Cpath d='M69 8H1v2h68z'/%3E%3C/g%3E%3C/svg%3E");
  font-size: 0;
    width: 60px;
    height: 30px;
}
.slider-models  button.slick-next :hover, .slider-models  button.slick-prev:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='69' height='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ED0000' fill-rule='evenodd'%3E%3Cpath d='M8.515.5.029 8.985 1.444 10.4l8.485-8.485z'/%3E%3Cpath d='m.005 9.01 8.486 8.485 1.414-1.415-8.486-8.485z'/%3E%3Cpath d='M69 8H1v2h68z'/%3E%3C/g%3E%3C/svg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  width: 70px;
}
.slider-models  button.slick-prev {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  position: absolute;
  left: 2%;
  bottom: 30%;
}
.slider-models  button.slick-next  {
  position: absolute;
  right: 2%;
  bottom: 30%;
}

.slider-models .slick-slide{
    position: relative;
}

.slider-models  button span {
  font-size: 0;
}
.slider-models .owl-item:not(.active) {
  opacity: 0.3;
}
.slider-models .owl-item:not(.active) .model-text-content {
  opacity: 0;
}
.slider-models .btn-link-nav {
  background-color: #ffffff;
  color: #000000;
  background-image: linear-gradient(-60deg, rgb(0, 0, 0) 50%, transparent 0px);
  transition: color .3s ease-in-out,background-position .3s ease-in-out;
  background-size: 500% 500%;
  background-position: 0 50%;
  min-width: 195px;
  border-width: 2px;
  border-color: #000;
  margin-bottom: 50px;
}
.slider-models .btn-link-nav:hover {
  background-color: transparent;
  background-position: 99% 50%;
  color: #ffffff;
  cursor: pointer;
}
.slider-models .model-selector-bg-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  left: 50%;
  overflow: hidden;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60%;
}
.slider-models .model-selector-bg-container:after {
background-color: transparent;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  width: 159%;
  -webkit-animation: slideAndSkewIn;
  animation: slideAndSkewIn;
  animation-duration: 0s;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
}

.slider-models .slick-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}


.slider-models .slick-dots {
    padding: 0;
    margin: 0;
}

.slider-models .slick-dots .slick-active button{
    background-color: #ff010b;
}

.slider-models .slick-dots  li{
    display: inline-flex;
}

.slider-models .slick-dots button{
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    list-style: none;
    font-size: 0;
}

/*SLIDER MODELS INTERNA*/
.slider-models-interna a {
  text-decoration: none;
}
.slider-models-interna h3 {
  font-family: 'MMCOFFICE-Bold';
  font-size: 1.3rem;
}
.slider-models-interna p {
  font-family: 'MMCOFFICE-Regular';
  font-size: 1rem;
  line-height: 1.75rem;
}
.slider-models-interna .disabled {
  display: block;
}
.slider-models-interna  button {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 65px;
  border: none;
  cursor: pointer;
  margin: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 70px;
}
.slider-models-interna  button.slick-next , .slider-models-interna  button.slick-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='69' height='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M8.515.5.029 8.985 1.444 10.4l8.485-8.485z'/%3E%3Cpath d='m.005 9.01 8.486 8.485 1.414-1.415-8.486-8.485z'/%3E%3Cpath d='M69 8H1v2h68z'/%3E%3C/g%3E%3C/svg%3E");
}
.slider-models-interna  button.slick-next :hover, .slider-models-interna  button.slick-prev:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='69' height='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ED0000' fill-rule='evenodd'%3E%3Cpath d='M8.515.5.029 8.985 1.444 10.4l8.485-8.485z'/%3E%3Cpath d='m.005 9.01 8.486 8.485 1.414-1.415-8.486-8.485z'/%3E%3Cpath d='M69 8H1v2h68z'/%3E%3C/g%3E%3C/svg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  width: 70px;
}
.slider-models-interna  button.slick-prev {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  position: absolute;
  left: 2%;
  bottom: 30%;
}
.slider-models-interna  button.slick-next  {
  position: absolute;
  right: 2%;
  bottom: 30%;
}
.slider-models-interna  button span {
  font-size: 0;
}
.slider-models-interna .owl-item:not(.active) {
  opacity: 0.3;
}
.slider-models-interna .owl-item:not(.active) .model-text-content {
  opacity: 0;
}
.slider-models-interna .btn-link-nav {
  background-color: #ffffff;
  color: #000000;
  background-image: linear-gradient(-60deg, rgb(0, 0, 0) 50%, transparent 0px);
  transition: color .3s ease-in-out,background-position .3s ease-in-out;
  background-size: 500% 500%;
  background-position: 0 50%;
  min-width: 195px;
  border-width: 2px;
  border-color: #000;
  margin-bottom: 50px;
}
.slider-models-interna .btn-link-nav:hover {
  background-color: transparent;
  background-position: 99% 50%;
  color: #ffffff;
  cursor: pointer;
}
.slider-models-interna .model-selector-bg-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  left: 50%;
  overflow: hidden;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 65%;
}
.slider-models-interna .model-selector-bg-container:after {
background-color: transparent;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  width: 159%;
  -webkit-animation: slideAndSkewIn;
  animation: slideAndSkewIn;
  animation-duration: 0s;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
}
.slider-models-interna .model-selector:hover .model-text-content {
  color: #ffffff;
}
.slider-models-interna .model-selector-bg-container .model-selector-bg-image {
  max-height: none;
  min-height: 0;
  min-height: auto;
  min-width: 0;
  min-width: auto;
  width: auto;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  opacity: 0;
  position: relative;
  -webkit-transition: opacity .15s ease-out .45s;
  transition: opacity .15s ease-out .45s;
  transition-delay: 0.45s; 
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}
.slider-models-interna .model-selector-bg-container .model-selector-bg-image:before {
  background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,rgba(0,0,0,0)),color-stop(70%,rgba(0,0,0,.54)));
  background: linear-gradient(180deg,rgba(0,0,0,0) 50%,rgba(0,0,0,.54) 70%);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}
.slider-models-interna .model-image {
  margin-bottom: .5rem;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
  z-index: 2;
}
.slider-models-interna .model-text-content {
  color: #000000;
  position: relative;
  z-index: 2;
}
.slider-models-interna .model-text-content .model-title {
  font-weight: bolder;
  max-width: 150px;
  min-height: 80px;
  margin: 0 auto;
}
.slider-models-interna .model-text-content .model-description span {
  display: block;
}
a:hover .model-selector-bg-container:after {
  animation: slideAndSkewOut;
  animation-fill-mode: backwards;
  animation-duration: 300ms;
  animation-delay: 150ms;
  transform: skewX(0deg) translateX(-100%);
}
a:hover .model-selector-bg-container .model-selector-bg-image {
  max-width: 100%;
  opacity: 1;
}
.slider-models .model-selector:hover .model-text-content {
  color: #ffffff;
}
.slider-models .model-selector-bg-container .model-selector-bg-image {
  max-height: none;
  min-height: 0;
  min-height: auto;
  min-width: 0;
  min-width: auto;
  width: auto;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  opacity: 0;
  position: relative;
  -webkit-transition: opacity .15s ease-out .45s;
  transition: opacity .15s ease-out .45s;
  transition-delay: 0.45s; 
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}
.slider-models .model-selector-bg-container .model-selector-bg-image:before {
  background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,rgba(0,0,0,0)),color-stop(70%,rgba(0,0,0,.54)));
  background: linear-gradient(180deg,rgba(0,0,0,0) 50%,rgba(0,0,0,.54) 70%);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}
.slider-models .model-image {
  margin-bottom: .5rem;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
  z-index: 2;
}
.slider-models .model-text-content {
  color: #000000;
  position: relative;
  z-index: 2;
}
.slider-models .model-text-content .model-title {
  font-weight: bolder;
}
.slider-models .model-text-content .model-description span {
  display: block;
}
.promotions {
  padding: 0 0 4.688rem 0;
}
/*panel expand*/
.hightlight h4 {
  font-family: 'MMCOFFICE-Bold';
  font-size: 1.25rem;
  height: 50px;
  max-width: 250px;
  margin: 0 auto;
  line-height: 1.50rem;
  border: 1px solid #ed0000;
  padding: 0.7rem;
}
.hightlight p {
  font-family: 'MMCOFFICE-Regular';
  font-size: 1rem;
  line-height: 1.75rem;
}
.content-wrapper-panel {
  min-height: 600px;
}
.panel-expand {
  position: absolute;
  display: block;
  min-height: 600px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  transition: z-index .1s step-end,left .1s cubic-bezier(.55,.085,.68,.53),right .1s cubic-bezier(.55,.085,.68,.53);
  z-index: 0;
}
.panel-img-content {
  position: absolute;
  width: 100%;
  height: 100%;
}
.panel-img-content img {
  object-fit: cover;
  object-position: bottom;
  position: absolute;
  width: 100%;
  height: 100%;
}
.panel-gradient {
  background: rgba(0,0,0,.54);
  bottom: 0;
  display: block;
  height: inherit;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.panel-text-content {
  position: absolute;
  transition: margin .2s;
  right: 0;
  bottom: 0;
  left: 0;
}
.panel-text-content .panel-section {
  width: 24.33333vw;
  padding: 0 0 6rem;
  margin: 0 auto;
}
.panel:hover .panel-expand {
  left: -40px;
  right: -40px;
  z-index: 2;
  transition: z-index 0s step-end,left .2s cubic-bezier(.55,.085,.68,.53),right .2s cubic-bezier(.55,.085,.68,.53);
}
.panel:hover .panel-text-content {
  margin-bottom: 90px;
}
.x {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.panel {
  color: #ffffff;
}
@media (max-width: 991.98px) {
.content-wrapper-panel {
  min-height: 400px;
}
.panel {
  padding: 0;
}
.panel-expand {
  position: relative;
  min-height: 500px;
}
.panel:hover .panel-expand {
  transition: none;
  left: 0;
}
.panel-text-content .panel-section {
  width: 100%;
  margin: 40px auto;
  padding: 0 1rem;
}
}
.select-model {
  padding: 0 0 3.125rem 0;
  overflow: hidden;
}
.select-model p {
  color: #686D71;
}
.select-model span {
  color:#000000;
  font-family: 'MMCOFFICE-Bold';
  font-size: 0.75rem;
}
.select-model .form-select {
  border: 0;
  border-bottom: 1px solid #686D71;
}
.select-model .btn-link-nav {
  background-color: #ffffff;
  color: #000000;
  background-image: linear-gradient(-60deg, rgb(0, 0, 0) 50%, transparent 0px);
  transition: color .3s ease-in-out,background-position .3s ease-in-out;
  background-size: 500% 500%;
  background-position: 0 50%;
  width: 100%;
  border-width: 2px;
  border-color: #000;
  letter-spacing: 2px;
}
.select-model .btn-link-nav:hover {
  background-color: transparent;
  background-position: 99% 50%;
  color: #ffffff;
  cursor: pointer;
}

.select-model .color-container .color div {
  width: 100vh;
} 
.select-model .color-container {
  position: absolute;
  width: 100vh;
  height: 100%;
}
.select-model .color-container .color {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100vw;
  transform: translate(0);
}
.select-model .color-container .color div{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100vw;
}
@media (min-width: 992px) {
  .select-model .color-container {
    position: absolute;
    top: 0;
    width: 50vw;
    left: 50%;
    height: 100%;
    overflow: initial;
    opacity: 0;
  }
  .select-model .color-container .color {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 60vw;
    -webkit-clip-path: polygon(30% 0,100% 0,100% 100%,0 100%);
    clip-path: polygon(30% 0,100% 0,100% 100%,0 100%);
    transform: translate(100%);
    transition: transform .5s linear;
  }
  .select-model .color-container .color div{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 60vw;
  }
  .select-model .slider-models-color .owl-item.active .color-container .color {
    transform: translate(-25vw);
  }
}

.select-model .slider-models-color .owl-item.active .color-container {
  opacity: 1;
}
.select-model .img-container {
  width: 100%;
  position: relative;
  margin-bottom: 60px;
}
.select-model .owl-theme .owl-dots {
  position: absolute;
  bottom: 50px;
  right: 0;
  left: 0;
}
.select-model .owl-theme .owl-dots .owl-dot span {
  width: 24px;
  height: 24px;
  box-shadow: inset 0 1px 4px 0 rgba(0,0,0,.6);
  transition: all .25s ease;
}
.select-model .owl-theme .owl-dots .owl-dot.active span {
  transform: scale(1.68);
  box-shadow: 0 6px 20px -2px rgba(0,0,0,.7)
}
@media (max-width: 991.98px) {
  .select-model .container-fluid {
    margin-left: 0!important;
  }
}
/*Slider Models Interna*/

.select-model-interna {
  padding: 0 0 3.125rem 0;
  overflow: hidden;
}
.select-model-interna p {
  color: #686D71;
}
.select-model-interna span {
  color:#000000;
  font-family: 'MMCOFFICE-Bold';
  font-size: 0.75rem;
}
.select-model-interna .form-select {
  border: 0;
  border-bottom: 1px solid #686D71;
}
.select-model-interna .btn-link-nav {
  background-color: #ffffff;
  color: #000000;
  background-image: linear-gradient(-60deg, rgb(0, 0, 0) 50%, transparent 0px);
  transition: color .3s ease-in-out,background-position .3s ease-in-out;
  background-size: 500% 500%;
  background-position: 0 50%;
  width: 100%;
  border-width: 2px;
  border-color: #000;
  letter-spacing: 2px;
}
.select-model-interna .btn-link-nav:hover {
  background-color: transparent;
  background-position: 99% 50%;
  color: #ffffff;
  cursor: pointer;
}
.select-model-interna .color-container {
  width: 100vw;
  left: 0;
}
.select-model-interna .color-container .color {
  position: absolute;
  top: 37.5vw;
  height: calc(100% - 37.5vw);
  display: block;
  width: 100vh;
  transition: transform .5s linear;
}
.select-model-interna .img-container {
  position: relative;
  margin-bottom: 100px;
}
.select-model-interna .nav-pills .nav-link {
  background-color: transparent;
  color: #212529;
  font-family: 'MMCOFFICE-Bold';
  font-size: 1.5rem;
  border-radius: 0;
}
.select-model-interna .nav-pills .nav-link.active {
  border-bottom: 2px solid #ED0000;
}
@media (max-width: 991.98px) {
  .select-model-interna .color-container .color {
    width: 100%;
    transform: translate(0)!important;
  }
}
@media (min-width: 991.98px) {
.select-model-interna .color-container .color {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100vw;
  -webkit-clip-path: polygon(30% 0,100% 0,100% 100%,0 100%);
  clip-path: polygon(30% 0,100% 0,100% 100%,0 100%);
  transform: translate(100%);
  transition: transform .5s linear;
}
.select-model-interna .color-container {
  position: absolute;
  top: 0;
  width: 50vw;
  left: 50%;
  height: 100%;
  overflow: initial;
  opacity: 0;
}
.select-model-interna .img-container {
  width: 100%;
  position: relative;
  margin-bottom: 60px;
}
}

.select-model-interna .slider-models-color-interna .owl-item.active .color-container {
  opacity: 1;
}
.select-model-interna .slider-models-color-interna .owl-item.active .color-container .color {
  transform: translate(-30vw);
}
.select-model-interna .owl-theme .owl-dots {
  position: absolute;
  bottom: 50px;
  right: 0;
  left: 0;
}
.select-model-interna .owl-theme .owl-dots .owl-dot span {
  width: 24px;
  height: 24px;
  box-shadow: inset 0 1px 4px 0 rgba(0,0,0,.6);
  transition: all .25s ease;
}
.select-model-interna .owl-theme .owl-dots .owl-dot.active span {
  transform: scale(1.68);
  box-shadow: 0 6px 20px -2px rgba(0,0,0,.7)
}
@media (max-width: 991.98px) {
  .select-model-interna .container-fluid {
    margin-left: 0!important;
  }
}
.postventa {
  padding: 0 0 1.125rem 0;
}
.postventa .link-postventa {
  background: #D9D9D9;
  color: #000000;
  position: relative;
  min-height: 255px;
  text-decoration: none;
  padding: 20px;
  overflow: hidden;
}
.postventa .link-postventa:hover .bg-link-postventa {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0.9;
}
.postventa .link-postventa .bg-link-postventa {
  position: absolute;
  top: 0;
  right: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.postventa .link-postventa .box-postventa {
  position: relative;
  z-index: 2;
}
.postventa .link-postventa .box-postventa img {
  width: 60px;
}
.postventa .link-postventa .box-postventa p {
  color: #ffffff;
  font-family: 'MMCOFFICE-Bold';
  font-size: 1rem;
}
.blog {
  padding: 0 0 5rem 0;
}
.blog a .card-bg-scale {
  overflow: hidden;
}
.blog a:hover .card-overlay-bottom img {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.card-overlay-bottom img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.blog .btn-outline-fecha {
  color: #ffffff;
  font-family: 'MMCOFFICE-Regular';
  font-size: 0.875rem;
  padding: .75rem 2rem;
  border: 1px solid #ffffff;
  margin-bottom: 1.5rem;
  width: auto;
  display: inline-block;
}
.blog p {
  font-family: 'MMCOFFICE-Bold';
  font-size: 1rem;
  margin-top: 0;
}
.card-grid-lg {
  height: calc(280px - var(--bs-gutter-y) / 2);
}
@media (min-width: 991.98px) {
  .card-grid-lg {
    height: 560px;
  }
}
.card-grid-sm {
  height: calc(280px - var(--bs-gutter-y) / 2);
}
.securex {
  padding: 0 0 5rem 0;
}
footer .logo-footer-brand {
  max-width: 260px;
}
.footer-link {
  margin-top: 2rem;
}

@media (min-width: 991.98px) {
  .footer-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end!important;;
    gap: 30px;
    margin-top: 2rem;
    text-align: left;
  }
}

@media (max-width: 991.98px) {
  footer .logo-footer-brand {
    margin: 0 auto;
  }
  .footer-menu-text {
    text-align: center;
  }
}
.footer-link .block-toggler {
  font-family: 'MMCOFFICE-Bold';
}
.footer-link .block-toggler:hover {
  text-decoration: none;
}
.footer-link .block-toggler:after {
  content: '';
  background-image: url('../images/arrow-down-white.svg');
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 7px;
  width: 24px;
  height: 24px;
  pointer-events: none;
}
.footer-link .footer-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .telefono-central {
  font-size: 1.313rem;
  font-family: 'MMCOFFICE-Bold';
}
.footer-menu-extra {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: none;
}

@media (min-width: 768px) {
  .footer-menu-extra {
    display: block;
  }
}

.footer-menu-container {
  bottom: 15px;
  color: #fff;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  position: fixed;
  right: 25px;
  transition: width .3s ease-out;
  width: 120px;
  z-index: 10;
}
.footer-menu-button {
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 120px;
  height: 4rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  padding-left: 38px;
  border: none;
}
.footer-menu-button:before {
  content: "";
  z-index: -1;
  background-color: #ed0000;
  height: 100%;
  position: absolute;
  width: 100%;
  left: 20px;
  top: 0;
  transform: skewX(-30deg);
  transition: all .25s ease;
}

@media (min-width: 992px) {
  .expand-lg {
    display: block !important;
  }
}

.footer-menu-container {
  width: calc(100% - 50px);
}
.footer-menu-isExpand .footer-menu-items-container {
  transform: translateX(100%);
  visibility: visible;
  transition: transform .3s ease-out,visibility .3s ease-out 0ms;
}
.footer-menu-items-container {
  display: block;
  position: absolute;
  z-index: -10;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  transform: translateX(200%);
  transition: transform .3s ease-out,visibility .3s ease-out .3s;
  padding-right: 120px;
  visibility: hidden;
  background-color: rgba(0,0,0,.9);
}
.footer-menu-items {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end !important;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 auto;
  height: 100%;
}
.footer-menu-anchor {
  color: #ffffff;
  font-family: 'MMCOFFICE-Bold';
  font-size: 0.875rem;
  text-decoration: none;
}
.footer-menu-anchor:hover {
  color: #ED0000;
}
.footer-menu-anchor figure {
  margin: 0;
}
.footer-menu-anchor, .footer-menu-item {
  display: flex;
  align-items: center;
}
.footer-menu-item {
  justify-content: center;
  padding: .5rem 1.5rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: .875rem;
  line-height: 1.25rem;
}

/*MENU*/
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: fixed;
    visibility: hidden;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    transform: translateY(-100%);
    transition: transform 50ms ease-out 0ms,visibility 0ms ease-out 50ms;
}
.navbar-expand-lg .navbar-nav .dropdown-menu.show {
  transition: transform .3s ease-out 1ms,visibility 0ms ease-out 0ms;
  max-height: none;
  transform: translateY(0) !important;
  background-color: #fff; 
}
@media (max-width: 992px) {
.navbar-expand-lg .navbar-nav .dropdown-menu.show {
  position: relative;
  padding-top: 0;
  transform: translate(0)!important;
  transition: none;
}
/*.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: relative;
}*/
}
.dropdown-menu.show {
  visibility: visible !important;
}
.navbar-brand img {
  position: relative;
  width: 100px;
  z-index: 20;
}
.nav-link {
  position: relative;
  z-index: 20;
}
.navbar-brand {
  position: relative;
}
.navbar .logo-brand-secondary {
  position: absolute;
  left: 0;
  opacity: 0;
}
.navbar.open_menu .logo-brand-secondary {
  opacity: 1;
}
.navbar.open_menu .logo-brand-primary {
  opacity: 0;
}
@media (max-width: 992px) {
  .navbar .logo-brand-secondary {
    display: none;
  }
  .navbar .logo-brand-primary {
    display: block;
    opacity: 1!important;
  }
}
.dropdown-menu.show .product_link {
  text-align: center;
  -webkit-transition-delay: 175ms;
  transition-delay: 175ms;
  margin-bottom: 1.5rem
}
.dropdown-menu.show .product_link a:hover p.category-model {
  color: #000000;
}
.nav-modelos-autos .category-model {
  color: #686d71;
  font-family: 'MMCOFFICE-Bold';
  font-size: 1.313rem;
  margin: 0;
}
.navbar-nav.ncolor a{
  color: #000;  
}
.navbar-nav.ncolor a.show{
  color: red;  
}
.navbar-nav.ncolor a.show::after{
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24'%3E%3Cdefs%3E%3Cpath id='a' fill='%23BD0000' d='M12.5 13.563 6.762 8 5 9.712 12.5 17 20 9.712 18.237 8z'/%3E%3C/defs%3E%3Cuse fill-rule='evenodd' xlink:href='%23a'/%3E%3C/svg%3E");
  transform: rotate(180deg);
  transition: all 0.5s ease-in;
}
.nav-modelos-autos .price-model {
  color: #686d71;
  font-family: 'MMCOFFICE-Regular';
  font-size: .8rem;
  margin: 0;
}
.dropdown-menu-container {
  margin: 20px 90px;
}
@media (max-width: 991.98px) {
  .dropdown-menu-container {
    margin: 0;
  }
  .dropdown-menu-container > div {
    padding: 0;
  }
}
/*PAGE MODELS*/
.list-models {
  padding: 5rem 0;
}
.list-models span {
  font-family: 'MMCOFFICE-Regular';
  font-size: .75rem;
}
.list-models .form-select {
  max-width: 200px;
  font-family: 'MMCOFFICE-Bold';
  border: 0;
  border-bottom: 1px solid #c8c8c8;
}
@media (max-width: 991.98px) {
  .list-models .form-select {
    max-width: 100%;
  }
}
.list-models .model-list-item {
  position: relative;
}
.list-models figure {
  position: relative;
  z-index: 1;
}
.list-models figure img {
  padding-bottom: 60px;
}
.list-models .model-list-item .model-list-img-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.list-models .model-list-item-card {
  text-align: center;
}
.list-models .model-list-item-card p {
  font-family: 'MMCOFFICE-Regular';
}
.list-models .model-list-item-card .btn-link-nav {
  background-color: #ffffff;
  color: #000000;
  background-image: linear-gradient(-60deg, rgb(0, 0, 0) 50%, transparent 0px);
  transition: color .3s ease-in-out,background-position .3s ease-in-out;
  background-size: 500% 500%;
  background-position: 0 50%;
  min-width: 195px;
  border-width: 2px;
  border-color: #000
}
.list-models .model-list-item-card .btn-link-nav:hover {
  background-color: transparent;
  background-position: 99% 50%;
  color: #ffffff;
  cursor: pointer;
}
/*PAGE MODELS principal*/
.banner-interna-modelos {
  position: relative;
  height: auto;
}

@media (min-width: 992px) {
  .banner-interna-modelos .content-princ-text-center {
    padding-top: calc(104px + 1rem);
    padding-bottom: 6rem;
  }
}

.banner-interna-modelos .img-mobile
{
  display: none;
}
.banner-interna-modelos img {
  object-fit: cover;
  height: auto;
}
.banner-content-md {
  max-width: 750px;
}
.banner-content-lg {
  max-width: 1100px;
}
.banner-interna-modelos .content-princ-text-center{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  height: 100%;
}
.banner-interna-modelos .content-princ-text-center h1 {
  color: #ffffff;
  font-family: 'MMCOFFICE-Bold';
  font-size: 5.25rem;
  line-height: 5rem;
  margin-bottom: 15px;
}
.banner-interna-modelos .content-princ-text-center h2 {
  font-family: 'MMCOFFICE-Bold';
  font-size: 1.5rem;
  line-height: 1.875rem;
}
.banner-interna-modelos .content-princ-text-center p {
  font-family: 'MMCOFFICE-Regular';
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin-top: 0;
}
section.download-file {
  background-color: #000000;
  position: relative;
  min-height: 150px;
  z-index: 1;
}
section.download-file .btn-link-nav {
  background-color: #ED0000;
  color: #ffffff;
  background-image: linear-gradient(-60deg, rgb(255, 255, 255) 50%, transparent 0px);
  transition: color .3s ease-in-out,background-position .3s ease-in-out;
  background-size: 500% 500%;
  background-position: 0 50%;
  min-width: 260px;
  border: 0;
}
@media (max-width:991.98px) {
  section.download-file {
    padding: 2rem 1rem;
  }
  section.download-file .btn-link-nav {
    margin-right: 0!important;
    min-width: 100%;
    margin: 0 0 2rem 0 ;
  }
  section.download-file .btn-link-nav:last-child {
    margin: 0;
  }
}
section.download-file .btn-link-nav:hover {
  background-color: transparent;
  background-position: 99% 50%;
  color: #000000;
  cursor: pointer;
}
section.specs-basic {
  padding: 4.375rem 0 0 0;
}
section.specs-basic p {
  color: #686d71;
  font-size: 24px;
  font-family: 'MMCOFFICE-Regular';
  line-height: 2.5rem;
}
section.specs-basic p span {
  font-size: 42px;
  font-family: 'MMCOFFICE-Bold';
  color: #000;
}
section.destacado-1 {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
section.destacado-1 .block-text-dest-1 {
  padding: 5% 20%;
}

@media (max-width:991.98px) {
section.destacado-1 .block-text-dest-1 {
  padding: 5% 30px;
}
}
section.destacado-1 .block-text-dest-1 p {
  color: #686d71;
  font-size: 16px;
  font-family: 'MMCOFFICE-Regular';
}
/*PAGE MODELS INTERIOR*/
section.intro-interior {
  padding: 4.375rem 0 0 0;
}
section.intro-interior p{
  color: #686D71;
  text-align: center;
  padding-bottom: 50px;
  width: 50%;
  display: block;
  margin: 0 auto;
}
section.destacado-interior{
  position: relative;
  overflow: hidden;
  padding: 4.375rem 0 9.375rem 0;
}
section.destacado-interior .block-text-dest-1 {
  padding: 5% 20%;
}

@media (max-width: 991.98px) {
  section.destacado-interior .block-text-dest-1  {
    padding: 5% 30px;
  }
}

 section.destacado-interior .block-text-dest-1 p{
  color: #686d71;
}
section.interior-specs-3 {
  padding: 0 0 4.375rem 0;
  position: relative;
  background-color: #F6F6F6;
}
section.interior-specs-3 p {
  color: #686D71;
  text-align: justify;
}
section.interior-specs-3 .ext-spect-3-border {
  margin-top: -50px;
}
section.interior-specs-2 {
  padding: 4.375rem 0 4.375rem 0;
}
section.interior-specs-2 p {
  color: #686D71;
  text-align: justify;
}
@media (max-width: 991.98px) {
  section.interior-specs-3 .ext-spect-3-border {
    margin-top: 0;
  }
}
/*PAGES MODEL EXTERIOR*/
section.intro-exterior{
  padding: 4.375rem 0 4.375rem 0;
}
section.intro-exterior p{
  color: #686D71;
  text-align: center;
  padding-bottom: 50px;
  width: 50%;
  display: block;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  section.intro-exterior p{
    width: 100%;
  }
}

section.exterior-specs-2{
  padding: 0 0 4.375rem 0;
  position: relative;
  overflow: hidden;
}
section.exterior-specs-2 p{
  color: #686D71;
  text-align: justify;
}
section.destacado-exterior {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding-bottom: 150px;
}
section.destacado-exterior .block-text-dest-1 {
  padding: 5% 20%;
}

@media (max-width: 991.98px) {
  section.destacado-exterior .block-text-dest-1 {
    padding: 5% 30px;
  }
}

section.destacado-exterior .block-text-dest-1 h3 {
  color: #ffffff;
}
section.destacado-exterior .block-text-dest-1 p{
 color: #ffffff;
}
section.exterior-specs-3 {
  padding-bottom: 70px;
  position: relative;
  background-color: #F6F6F6;
}
section.exterior-specs-3 p{
  color: #686D71;
  text-align: justify;
}
section.exterior-specs-3 .ext-spect-3-border {
  margin-top: -50px;
}
@media (max-width: 991.98px) {
  section.exterior-specs-3 .ext-spect-3-border {
    margin-top: 0;
  }
}
/*PAGE MODEL PERFORMANCE*/
section.destacado-performance{
  padding: 4.375rem 0 4.375rem 0;
  position: relative;
  overflow: hidden;
}
section.destacado-performance .block-text-dest-1 {
  padding: 5% 20%;
}

@media (max-width: 991.98px) {
  section.destacado-performance .block-text-dest-1 {
    padding: 5% 30px;
  }
}

section.destacado-performance .block-text-dest-1 p{
  color: #686d71;
}
section.performance-specs-2 {
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
}
section.performance-specs-2 p{
  color: #686D71;
  text-align: justify;
}
/*PAGE MODEL SEGURIDAD*/
section.seguridad-specs-basic {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
section.seguridad-specs-basic p {
  color: #686d71;
  text-align: justify;
}
section.destacado-seguridad .block-text-dest-1 {
  padding: 5% 20%;
}

@media (max-width: 991.98px) {
  section.destacado-seguridad .block-text-dest-1 {
    padding: 5% 30px;
  }
}

section.destacado-seguridad .block-text-dest-1 h3{
  color: #ffffff;
}
section.destacado-seguridad .block-text-dest-1 h6 {
  color: #ffffff;
  font-family: 'MMCOFFICE-Bold';
  font-size: 0.75rem;
}
section.destacado-seguridad .block-text-dest-1 p {
  color: #ffffff;
}
section.seguridad-adicionales {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
section.seguridad-adicionales ul {
  padding: 0;
  margin: 0;
}
section.seguridad-adicionales li {
  color: #686d71;
  font-size: 1rem;
  list-style: none;
  font-family: 'MMCOFFICE-Regular';
}
section.seguridad-adicionales img {
  max-width: 750px;
  margin-left: -200px;
}
@media (max-width: 991.98px) {
  section.seguridad-adicionales img {
    width: 100%;
    margin-left: 0;
  }
}
/*PAGE COTIZAR*/
.form-cotizar {
  padding: 5rem 0;
}
/*PAGE CONCESIONARIO*/
.concesionario {
  padding: 0 0 5rem 0;
  font-family: 'MMCOFFICE-Regular';
}
.concesionario .box-filter-concesionario {
  background-color: #000000;
  min-height: 150px;
}
.concesionario .box-filter-concesionario select {
  color: #ffffff;
}
.concesionario .box-filter-concesionario .form-group {
  position: relative;
}
.concesionario .box-filter-concesionario .form-group:before {
  content: '';
  background-image: url('../images/arrow-down-white.svg');
  background-repeat: no-repeat;
  position: absolute;
  top: 30px;
  right: 7px;
  width: 24px;
  height: 24px;
  pointer-events: none;
}
.concesionario label{
  color: #ffffff;
  font-size: 0.75rem;
  font-family: 'MMCOFFICE-Regular';
  text-transform: uppercase;
}
.concesionario .icheck-black label{
  font-weight: bold;
  text-transform: inherit;
  font-size: 16px;
  color: #000;
}
.concesionario .icheck-black label a{
  font-weight: bold;
  text-transform: inherit;
  font-size: 16px;
  color: #000;
}
.concesionario select{
  background-color: #000000;
  font-weight: bold;
  border: 0;
  border-bottom: 1px solid #c8c8c8;
}
.concesionario .box-list-items {
  padding-top: 5rem;
}
.concesionario .box-header-item {
  width: 100%;
  min-height: 210px;
  border-top: 2px solid #ED0000;
  border-bottom: 2px solid #ED0000;
  padding: 1rem 0;
  margin-bottom: 1.5rem;
}
.concesionario .icono {
  width: 24px;
  margin-right: 1rem;
}
.concesionario .icono a {
  color: #ED0000;
  font-size: 2rem;
  line-height: 1rem;
}
.concesionario .icono .btn-mapa {
  font-family:'mmc_officeregular';
  font-size: 0.75rem;
  line-height: 0.8rem;
  padding: 0.5rem;
  border: 1px solid #ED0000;
}
.concesionario .icono:hover .btn-mapa {
  background-color: #ED0000;
  color: #ffffff;
}
.concesionario .box-header-item h3:first-child {
  color: #ED0000;
  font-family: 'MMCOFFICE-Bold';
}
.concesionario .box-header-item h3:last-child {
  color: #000000;
  font-family: 'MMCOFFICE-Bold';
}
.concesionario .box-header-item p {
  margin-bottom: 0;
}
.concesionario h3{
  font-family: 'MMCOFFICE-Bold';
  font-size: 1rem;
  text-transform: uppercase;
}
.concesionario a {
  color: #000000;
  text-decoration: none;
}
.concesionario strong {
  font-family: 'MMCOFFICE-Bold';
}
.concesionario  input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #000;
}
.concesionario  input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color: #000;
 opacity:  1;
 font-weight: bold;
}
.concesionario  input::-moz-placeholder { /* Mozilla Firefox 19+ */
 color: #000;
 opacity:  1;
 font-weight: bold;
}
.concesionario  input:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #000;
 font-weight: bold;
}
.concesionario  input:-ms-input-placeholder { /* Microsoft Edge */
 color: #000;
 font-weight: bold;
}
.concesionario  input:placeholder { /* Most modern browsers support this now. */
 color: #000;
 font-weight: bold;
}
.concesionario .contact-form button.btn{
  background-color: #e70011;
  border: none;
}
.concesionario .block-concesionario {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
.concesionario .block-concesionario h2{
  font-size: 18px;
  font-family: 'MMCOFFICE-Bold';
  line-height: 25px;
  color: #000;
}
.concesionario .block-concesionario h2 span{
  text-transform: uppercase;
}
.concesionario .block-concesionario p span{
  font-family: 'MMCOFFICE-Bold';
}
.concesionario .block-concesionario p.direccion{
  min-height: 80px;
  display: block;
}
.concesionario .block-concesionario p.telf{
  min-height: 40px;
  display: block;
}
.concesionario .block-concesionario p.telf a {
  color: #000000;
  font-family: 'MMCOFFICE-Regular';
  text-decoration: none;
}
.concesionario .block-concesionario p.horario{
  min-height: 150px;
  display: block;
}
.concesionario .block-concesionario ul{
  padding: 0;
  margin: 0;
  text-align: center;
  border-top: 1px solid #C8C8C8
}
.concesionario .block-concesionario ul li{
  list-style: none;
  display: inline-block;
  color: #000000;
  font-size: 10px;
  margin-right: 10px;
  font-family: 'MMCOFFICE-Regular';
  text-align: center;
  margin-top: 15px;
  margin-right: 30px;
}
.concesionario .block-concesionario ul li img{
  width: 20px;
  margin: 0 auto;
  text-align: center;
  display: block;
}
.concesionario .block-concesionario .links {
  width: 100%;
  display: block;
}
.btn-link-red {
  background-color: #ED0000;
  color: #ffffff;
  background-image: linear-gradient(-60deg, rgb(255, 255, 255) 50%, transparent 0px);
  transition: color .3s ease-in-out,background-position .3s ease-in-out;
  background-size: 500% 500%;
  background-position: 0 50%;
  min-width: 175px;
  border: 0;
}
.btn-link-red:hover {
  background-color: transparent;
  background-position: 99% 50%;
  color: #000000;
  cursor: pointer;
}
.btn-link-black {
  background-color: #000000;
  color: #ffffff;
  background-image: linear-gradient(-60deg, rgb(255, 255, 255) 50%, transparent 0px);
  transition: color .3s ease-in-out,background-position .3s ease-in-out;
  background-size: 500% 500%;
  background-position: 0 50%;
  border: 0;
}
.btn-link-black:hover {
  background-color: transparent;
  background-position: 99% 50%;
  color: #000000;
  cursor: pointer;
}
/*CORPORATIVO*/
.nuestros-logros {
  padding: 5rem 0;
  background-color: #F5F5F5;
}
.nuestros-logros span {
  font-family: 'MMCOFFICE-Bold';
  font-size: 5.313rem;
}
.expertos {
  background-color: #FF0000;
  padding: 2rem 0 2rem 0;
}

.expertos h2{
    color: #fff;
    font-family: 'MMCOFFICE-Bold';
}

.expertos p{
    color: #fff;
}
.vehiculos {
  background-color: #000;
  /*margin-bottom: 5rem;*/
}
.vehiculos .slider-corporativo  button {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 65px;
  border: none;
  cursor: pointer;
  margin: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 70px;
  height: 18px;
  background-position: center;
}

.vehiculos .slider-corporativo .slick-arrow{
position: absolute;
    right: 0;
    bottom: -50px;
    width: 150px;
    justify-content: space-between !important;
    display: flex;
    display: none!important;
}

.slider-corporativo  button.slick-next{
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='69' height='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M8.515.5.029 8.985 1.444 10.4l8.485-8.485z'/%3E%3Cpath d='m.005 9.01 8.486 8.485 1.414-1.415-8.486-8.485z'/%3E%3Cpath d='M69 8H1v2h68z'/%3E%3C/g%3E%3C/svg%3E");
  font-size: 0;
    width: 60px;
    height: 30px;
    
}

.slider-corporativo  button.slick-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='69' height='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M8.515.5.029 8.985 1.444 10.4l8.485-8.485z'/%3E%3Cpath d='m.005 9.01 8.486 8.485 1.414-1.415-8.486-8.485z'/%3E%3Cpath d='M69 8H1v2h68z'/%3E%3C/g%3E%3C/svg%3E");
  font-size: 0;
    width: 60px;
    height: 30px;
    webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 65%;

}
.slider-corporativo  button.slick-next:hover{
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='69' height='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ED0000' fill-rule='evenodd'%3E%3Cpath d='M8.515.5.029 8.985 1.444 10.4l8.485-8.485z'/%3E%3Cpath d='m.005 9.01 8.486 8.485 1.414-1.415-8.486-8.485z'/%3E%3Cpath d='M69 8H1v2h68z'/%3E%3C/g%3E%3C/svg%3E");
  background-color: transparent;
  background-repeat: no-repeat;

  
}

.slider-corporativo  button.slick-prev:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='69' height='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ED0000' fill-rule='evenodd'%3E%3Cpath d='M8.515.5.029 8.985 1.444 10.4l8.485-8.485z'/%3E%3Cpath d='m.005 9.01 8.486 8.485 1.414-1.415-8.486-8.485z'/%3E%3Cpath d='M69 8H1v2h68z'/%3E%3C/g%3E%3C/svg%3E");
  background-color: transparent;
  background-repeat: no-repeat;
  
}


.model-corporativo {
  padding-bottom: 7rem;
  background-color: #F6F6F6;
}
.ejecutivos {
  background-color: #F6F6F6;
  padding: 5rem 0;
}
.ejecutivos .box-asesor {
  background-color: #ffffff;
  padding: 1.5rem 0;
}
.ejecutivos .box-asesor img {
  max-width: 160px;
  height: 100%;
}
.ejecutivos .box-asesor h4 {
  color: #ED0000;
  font-family: 'MMCOFFICE-Bold';
  display: block;
}
.ejecutivos .box-asesor p {
  line-height: 1.2rem;
}
.ejecutivos .box-asesor p:last-child {
  margin: 0;
}
.ejecutivos .box-asesor .btn-social {
  background-color: #000000;
  color: #ffffff;
  border: none;
}


/*FORM CONTACT*/
.form-contact input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000000;
}
.form-contact input::-moz-placeholder { /* Firefox 19+ */
  color: #000000;
}
.form-contact input:-ms-input-placeholder { /* IE 10+ */
  color: #000000;
}
.form-contact input:-moz-placeholder { /* Firefox 18- */
  color: #000000;
}
.form-contact {
  padding: 5rem 0;
}

.form-contact .form-control{
    border: none;
        border-radius: 0;
}

.form-contact select{
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
        padding: 4px 0;
    background-color: transparent;
}
.form-contact a {
  color: #ED0000;
  text-decoration: none;
}
.form-contact a:hover {
  text-decoration: underline;
}
.form-contact option {
  font-family: 'MMCOFFICE-Regular';
  font-size: 0.875rem;
}
.form-contact [class*="icheck-"]
{
  min-height: 22px;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  padding-left: 0;
}
.form-contact [class*="icheck-"] > input:first-child
{
  position: absolute !important;
  opacity: 0;
  margin: 0;
}
.form-contact .icheck-black label
{
  font-family: 'MMCOFFICE-Regular';
  font-size: 0.75rem;
  text-transform: inherit;
  color: #000;
}
.form-contact [class*="icheck-"] > label
{
  padding-left: 29px !important;
  min-height: 22px;
  line-height: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.form-contact [class*="icheck-"] > input:first-child:checked + input[type="hidden"] + label:after, .form-contact [class*="icheck-"] > input:first-child:checked + label:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 10px;
  border: 2px solid #fff;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: rgb(255, 255, 255);
  border-right-color: #000000;
  border-bottom-color:  #000000;
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: rgb(255, 255, 255);
  border-top: none;
  border-top-color: currentcolor;
  border-left: none;
  border-left-color: currentcolor;
  transform: translate(7.75px,4.5px) rotate(45deg);
  -ms-transform: translate(7.75px,4.5px) rotate(45deg);
}
.form-contact [class*="icheck-"] > input:first-child + input[type="hidden"] + label:before, .form-contact [class*="icheck-"] > input:first-child + label:before
{
  content: "";
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 22px;
  border: 2px solid #000;
  border-radius: 0;
  margin-left: -29px;
}
.form-floating label
{
  font-size: 0.875rem;
  font-family: 'MMCOFFICE-Regular';
}
.form-floating > .form-control {
  padding: 4px 0;
  border-bottom: 1px solid #000;
}
.form-floating .error {
  position: relative;
  top: auto;
  transform: none!important;
}
.form-floating > .form-control:not(:placeholder-shown) ~ label.error {
  transform: none;
}
@media (max-width: 990px) {
.banner-interna-modelos .img-desk {
    display: none;
}
.banner-interna-modelos .img-mobile {
    display: block;
}
}

@media (max-width: 768px) {
.banner-interna-modelos .content-princ-text-center h1 {
  font-size: 2rem;
  line-height: 2rem;
}
.banner-interna-modelos .content-princ-text-center p {
  font-size: 1.25rem;
}
section.destacado-interior {
  padding: 4.375rem 0;
}
section.intro-interior p {
  width: 100%;
}
}

.responsive-iframe {
  width: 100%;
  height: 75vh;
}
/*SECCION FORMULARIO COTIZAR MODELO*/
.form-cotiza-mitsu {
  padding: 5rem 0;
}
/*SECCION PROMOCIONES*/
.seccion-default {
  padding: 5rem 0;
}
/*SECCION MANTENIMIENTO PREPAGO*/
.seccion-mantenimiento {
  padding: 4rem 0 4rem 0;
}
table {
  font-family: 'MMCOFFICE-Regular';
}
/*SECCION POSVENTA*/
.seccion-posventa {
  padding: 5rem 0;
}
/*SECCION LIBRO RECLAMACIONES*/
.seccion-libro {
  padding: 5rem 0;
}
.clime .steps-progress .btn-step-progress:not(:last-of-type) {
  margin-right: 20px;
}
.clime .steps-progress .btn-step-progress {
    background-color: #ed0000;
    min-height: 40px;
    color: #fff;
}
.clime .steps-progress .btn-step-progress.collapsed {
    background-color: #dadada;
    color: #fff;
}
.clime .steps-progress .btn-step-progress:not(:last-of-type) {
    margin-right: 20px;
}
.clime .steps-progress .btn-step-progress span {
    margin-left: 10px;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
.clime .btn-step {
    position: relative;
    display: block;
    padding: 20px 85px 20px 25px;
    width: 100%;
    text-align: left;
    pointer-events: none;
    background: #050505;
}
.clime .btn-step:before {
    content: "";
    border-radius: 0.25rem;
    background-color: #f9f9fa;
    border: 0 solid #adb5bd;
}
.clime .btn-step:after, 
.clime .btn-step:before {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
}
.clime .btn-step:after {
    right: 30px;
    width: 20px;
    height: 20px;
}
.clime .btn-step span {
    margin-right: 20px;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
}
.clime .btn-step.btn-secondary:after {
    background-image: url('../../img/check.svg');
    background-size: cover;
}
.clime .btn-step:after {
    content: "";
}
.clime input.form-control {
    border: none!important;
    border-bottom: 1px solid #000!important;
    box-shadow: none!important;
}
.clime .steps-fields .form-group label {
    position: absolute;
    left: 0;
    top: 5px;
    color: #000000;
    font-family: 'MMCOFFICE-Regular';
    font-size: 0.75rem;
    transition: transform .15s ease-out,font-size .15s ease-out;
    z-index: 10;
    padding: 3px;
}
.clime .steps-fields .form-group {
    position: relative;
}
.clime .steps-fields .form-group.focused label {
    transform: translateY(-80%);
    font-size: 12px;
}
.clime .steps-fields .form-group label {
    position: absolute;
    left: 0;
    top: 5px;
    color: #000000;
    font-size: 0.875rem;
    transition: transform .15s ease-out,font-size .15s ease-out;
    z-index: 10;
    padding: 3px;
}
.clime .steps-fields .checkboxs label {
    color: #000000;
    font-family: 'MMCOFFICE-Regular';
    font-size: 0.75rem;
}
.clime .steps-fields .checkboxs label a {
  color: #ed0000;
}
#acepto-error {
    top: 40px;
    color: #e70011;
}
.clime div.steps-fields select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border: none;
    border-bottom: 1px solid #000!important;
    border-radius: 0;
    position: relative;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border:none;
}
.book-mitsu input:focus,
.book-mitsu input:active,
.book-mitsu select:focus,
.book-mitsu select:active{
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.book-mitsu input.form-control {
    color: #000;
    border-radius: 0;
    font-family: 'MMCOFFICE-Regular';
    transition: all .3s ease;
}
/*SECCION REPUESTOS*/
.tab-menu-respuestos button {
  color: #000000;
}
/*FIXED WHATSAPP*/
.fixed-whatsapp {
  position: fixed;
  bottom: 100px;
  right: 25px;
  z-index: 2;
}
.fixed-whatsapp a {
  background-color: #25d366;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.fixed-whatsapp img {
  width: 45px;
}
@media (min-width: 768px){
    .clime .btn-step {
        padding: 20px 115px 20px 60px;
    }
    .clime .btn-step:after, .clime .btn-step:before {
        right: 55px;
    }
    .clime .btn-step:after {
        right: 60px;
    }
}
@keyframes slideAndSkewOut {
  0% {
    background-color: white;
    transform: skewX(-30deg) translateX(-84%);
  }
  50% {
    background-color: white;
    transform: skewX(-30deg) translateX(-100%);
  }
  100% {
    background-color: white;
    transform: skewX(0deg) translateX(-100%);
  }
}
@keyframes slideAndSkewIn {
  0% {
    background-color: white;
    transform: skewX(0deg) translateX(-100%);
  }
  50% {
    background-color: white;
    transform: skewX(-30deg) translateX(-100%);
  }
  100% {
    background-color: white;
    transform: skewX(-30deg) translateX(-84%);
  }
}


/*Tabla Ventas*/

.tabla-ventas{
  padding: 100px 0;
}

.tabla-ventas table th{
  text-align: center;
  color: #fff;
  border: 1px solid #fff!important;
  background-color: #ff010b!important;
}

.tabla-ventas table td{
  font-size: 14px;
  text-align: center;
}


@media (max-width:992px) {
   .tabla-ventas .table td:first-child {
    width:100%;
    text-align:none
  }
  .tabla-ventas table tr {
    border-bottom:3px solid #ff010b;
    display:block;
    max-width:100%
  }
  .tabla-ventas table td::before {
    content:attr(data-label);
    float:left;
    font-weight:700
  }
  .tabla-ventas table thead {
    border:none;
    clip:rect(0 0 0 0);
    height:1px;
    margin:-1px;
    overflow:hidden;
    padding:0;
    position:absolute;
    width:1px
  }
  .tabla-ventas table td {
    border-bottom:1px solid #ddd;
    display:block;
    text-align:right
  }

  .sticky-wrapper img{
    width: 53px;
  }
}


/*footer*/

footer.footer{
  background-color: #000;
  padding: 100px 0;
  position: relative;
  height: auto;
}


footer.footer .social-icons-wrapper a{
  margin: 0 15px;
}

footer.footer  ul{
  padding: 0;
  margin: 0;
}

footer.footer  ul li{
  margin-bottom: 10px;
  list-style: none;
  display: inline-block;
  position: relative;
}

footer.footer  ul li a{
  color: #adaeb2;
      font-size: .75rem;
    line-height: 1.25rem;
}

footer.footer  ul li::before {
        color: #fff;
        content: "|";
        display: inline-block;
        font-size: .875rem;
        padding: 0px 8px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

footer.footer  ul li:first-child::before{
        content: '';
}


@media (max-width:500px) {
  footer.footer  ul li::before{
    content: "";
    padding: 0;
  }
}

/*banner*/

section.banner{
  position: relative;
}

@media (max-width:990px) {
  section.banner{
    display: none;
  }
}