.top-nav {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: stretch;
    height: 88px;
    padding: 1rem 0;
}
@media (min-width: 1280px){
    .owc-header__top {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 16px 0;
    }
}
@media (min-width: 999px){
    .owc-header__top {
        height: 96px;
    }
}
@media (min-width: 999px){
    .owc-header__top {
        width: 86%;
        max-width: 1680px;
    }
}
.owc-header__item-imprint {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font: inherit;
    font-family: 'MBCorpo Text',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: .75rem;
    line-height: 1rem;
    letter-spacing: .01875em;
    justify-self: center;
    margin: 0 1rem;
    color: #767676;
    text-decoration: none;
}
.owc-header__item-imprint:hover {
    color: #767676;
}
.owc-header__item-favorites, .owc-header__item-lang, .owc-header__item-search, .owc-header__language-and-imprint {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.owc-header__language-and-imprint {
    /*display: none;*/
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (min-width: 999px){
    .owc-header__language-and-imprint {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
} 
.owc-header__top-menu-tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media (min-width: 999px){
    .owc-header__top-menu-tools {
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial;
    }
}
.owc-header__item-cart, .owc-header__item-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.owc-header__item-profile {
    margin-left: 16px;
}
.owc-header-mme__button {
    padding: 0;
    border: none;
    background-color: transparent;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: #fff;
}
.owc-header-mme__button--active, .owc-header-mme__button:hover {
    background-color: #262626;
}
.owc-header-mme__container {
    padding: 1rem;
    width: calc(90%*0.5 - 1rem*0.5);
    max-width: 820px;
    position: absolute;
    right: 0;
    z-index: 900;
    margin-top: calc(9px + 0.5rem);
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.1),0 16px 24px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.1),0 16px 24px 0 rgba(0,0,0,0.1);
}
@media (min-width: 1280px){
    .owc-header-mme__container {
        width: calc(90%*0.33333 - 1rem*0.66667);
        max-width: 533.3333333333px;
    }
}
.owc-header-mme__login {
    color: #333;
}
.owc-header-mme__headline {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font: inherit;
    font-family: 'MBCorpo Title',serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.625rem;
    line-height: 2rem;
    margin-bottom: 1rem;
}
@media (min-width: 1024px){
    .owc-header-mme__headline {
        font-size: 2.125rem;
        line-height: 2.75rem;
    }
}
.owc-header-mme__subText {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font: inherit;
    font-family: 'MBCorpo Text',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 1.5rem;
}
@media (min-width: 1024px){
    .owc-header-mme__subText {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}
.owc-header-mme__loginButtonContainer {
    margin-bottom: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.owc-header-mme__iamLogin {
    width: 100%;
}
.wb-button, .wb-round-button {
    outline-offset: 0;
    overflow: visible;
    text-transform: none;
}
.wb-button, .wb-round-button {
    -webkit-tap-highlight-color: transparent;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    text-decoration: none;
}
.wb-button--tertiary {
    background-color: transparent;
    border: 1px solid transparent;
    color: var(--wb-color-highlight);
    outline: none;
}
.wb-button {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    border-radius: 2px;
    font: inherit;
    font-family: 'MBCorpo Text',sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .025em;
    line-height: 1.5rem;
}
/*@media (min-width: 1280px){
    .bottom-nav {
        border-top: 1px solid #262626;
    }
}*/
@media (min-width: 999px){
    .bottom-nav {
        position: relative;
    }
}
.owc-stage.owc-image-stage .owc-stage__image {
    position: relative;
}
.owc-stage--dark {
    color: #fff!important;
    background-color: #000!important;
}
.owc-stage {
    color: #000;
    background-color: #fff;
}
@media (min-width: 1024px){
    .owc-stage__content-wrapper {
        width: 100%;
        min-height: 44.4444444444vw;
    }
}
@media (min-width: 999px){
    .owc-stage__content-wrapper {
        padding: 3rem 0 0 0;
        min-height: calc(66.66667vw + 1px);
    }
}
#banner-home {
    margin-top: 80px;
}
@media (min-width: 999px) {
    #banner-home {
        margin-top: 160px;
    }
}
.owc-generic-image__img {
    max-width: 100%;
}
.banner-home-desktop {
    display: none;
}

.banner-home-mobile {
    display: block;
}
@media (min-width: 999px) {
    .banner-home-desktop {
        display: block;
    }

    .banner-home-mobile {
        display: none;
    }
}
@media (min-width: 1024px) {
    .owc-stage__content-wrapper {
        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: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        top: 160px;
    }
}
@media (min-width: 1024px){
    .owc-stage__content-wrapper {
        width: 100%;
        min-height: 44.4444444444vw!important;
    }
}
@media (min-width: 999px){
    .owc-stage__content-wrapper {
        padding: 3rem 0 0 0;
        min-height: calc(66.66667vw + 1px);
    }
}
.owc-stage__content-wrapper {
    padding: 1.5rem 0 0 0;
}
@media (min-width: 1024px){
    .owc-stage.owc-image-stage .owc-stage__content {
        -webkit-box-flex: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
    }
}
.wb-grid-container {
    margin: 0 auto;
    max-width: 1680px;
    position: relative;
    width: 90%;
}
@media (min-width: 1024px){
    .owc-stage__text {
        margin-top: 0;
    }
}
@media (min-width: 999px){
    .owc-stage__text {
        margin-top: calc(50vw + 1.5rem);
        text-align: left!important;
    }
    .wb-grid-container {
        margin: 0 auto;
        max-width: 1680px;
        position: relative;
        width: 86%;
    }
}
.owc-stage__text {
    position: relative;
    margin-top: 0;
    text-align: center;
}
.owc-stage.owc-image-stage.owc-stage--dark .owc-stage__title {
    color: #fff!important;
}
.owc-stage.owc-image-stage .owc-stage__title {
    color: #000!important;
}
.wb-grid-row {
    display: flex;
    flex-flow: wrap;
}
.wb-type-heading-xl {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font: inherit;
    font-family: 'MBCorpo Title',serif;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3rem;
}
.wb-type-copy {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font: inherit;
    font-family: MBCorpo Text,sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
}
.wb-grid-col-mq1-12 {
    width: 100%;
}
@media (min-width: 1024px){
    .wb-type-heading-xl {
        font-size: 4rem!important;
        line-height: 4.5rem!important;
    }
}
.owc-stage__description {
    color: #bfbfbf!important;
}
.owc-stage-cta-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    padding: 2rem 0;
}
.owc-stage-cta-buttons__button {
    width: 100%;
    margin-top: 0.5rem;
    white-space: nowrap;
}
@media (min-width: 999px){
    .owc-stage__description {
        margin-top: 2rem;
    }
    .owc-stage-cta-buttons__button {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto!important;
        width: auto!important;
    }
}
@media (min-width: 1280px){
    .owc-stage-cta-buttons {
        padding: 2rem 0;
    }
}
.wb-button--secondary.wb-button--theme-dark {
    border-color: #696969;
    color: #fff;
}
.wb-button--primary.wb-button--theme-dark {
    border-color: #57cdf5;
    color: #fff;
}
@media (min-width: 1024px){
    .owc-stage__gradient--retail {
        background: -webkit-gradient(linear,left bottom,left top,from(#000),color-stop(50%,transparent)),-webkit-gradient(linear,left top,right top,from(#000),color-stop(50%,transparent));
        background: linear-gradient(0deg,#000,transparent 50%),linear-gradient(90deg,#000,transparent 50%)!important;
    }
}
.owc-stage__gradient--retail {
    background: -webkit-gradient(linear,left bottom,left top,from(#000),color-stop(25%,transparent));
    background: linear-gradient(0deg,#000,transparent 25%);
}
.owc-stage__gradient {
    position: absolute;
    top: 160px;
}
@media (min-width: 1024px){
    .owc-stage__gradient {
        min-height: 44.4444444444vw!important;
    }
}
.owc-stage__gradient {
    width: 100%;
    min-height: 100vw;
}
.owc-stage.owc-image-stage .owc-stage-image__image-tag {
    -o-object-fit: cover;
    object-fit: cover;
}
.wb-button--secondary.wb-button--theme-dark:hover:not([disabled]) {
    background-color: rgba(255,255,255,.16);
    transition: background-color .3s ease-in-out;
}
.wb-button--medium {
    padding: 11px 23px;
}
.wb-button--secondary {
    background-color: transparent;
    border: 1px solid #bbb;
    color: #333;
    min-width: 144px;
    outline: none;
}
@media (min-width: 999px){
    .owc-stage-cta-buttons__button {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-top: 0;
        margin-right: 0.5rem;
    }
}
.owc-header__item-imprint {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font: inherit;
    font-family: 'MBCorpo Text',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: .75rem;
    line-height: 1rem;
    letter-spacing: .01875em;
    justify-self: center;
    margin: 0 1rem;
    color: #767676;
    text-decoration: none;
}
.wb-button--primary {
    background-color: #00adef;
    border: 1px solid #4a90e2;
    color: #fff;
    min-width: 144px;
    outline: none;
}
.wb-button--primary:hover:not([disabled]) {
    background-color: #0088c6;
    transition: background-color .3s ease-in-out;
}
#nuestras-recomendaciones .column-inner{
    background: #fff;
}
.mk-fancy-title.fancy-title-6 {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font: inherit;
    font-family: 'MBCorpo Text',sans-serif;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.75rem;
}
.box-body {
    padding: 1.5rem 2rem 3rem 2rem;
    border-left: 1px solid #696969;
    border-bottom: 1px solid #696969;
    border-right: 1px solid #696969;
    border-radius: 1%;
}
#nuestras-recomendaciones {
    padding-top: 60px;
    padding-bottom: 30px;
}
#nuestras-recomendaciones .container {
    max-width: 85%;
}
.mk-fancy-title.fancy-title-7 {
    margin-top: 0.25rem;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font: inherit;
    font-family: 'MBCorpo Text',sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
}
.mk-button#button-1 {
    width: 100%;
    padding: 11px 23px;
    -webkit-tap-highlight-color: transparent;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    text-decoration: none;
    color: #333;
    min-width: 144px;
    outline: none;
    -webkit-font-smoothing: antialiased;
    border-radius: 2px;
    font: inherit;
    font-family: 'MBCorpo Text',sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .025em;
    line-height: 1.5rem;
    border: 1px solid #bbb;
}
.mk-button#button-1:hover {
    background-color: rgba(0,0,0,.08);
    transition: background-color .3s ease-in-out;
}
.mk-button#button-2 {
    width: 100%;
    padding: 11px 23px;
    -webkit-tap-highlight-color: transparent;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    text-decoration: none;
    background-color: #00adef;
    border: 1px solid #4a90e2;
    color: #fff;
    min-width: 144px;
    outline: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    border-radius: 2px;
    font: inherit;
    font-family: 'MBCorpo Text',sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .025em;
    line-height: 1.5rem;
}
.mk-button#button-2:hover {
    background-color: #0088c6;
    transition: background-color .3s ease-in-out;
}
.recomendaciones-title {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font: inherit;
    font-family: 'MBCorpo Title',serif;
    font-style: normal;
    font-weight: 400;
    font-size: 3rem;
    line-height: 3.75rem;
    color: #333;
    padding-bottom: 45px;
}
#vehiculos {
    background-color: #000;
    padding-top: 60px;
    padding-bottom: 30px;
    color: #fff;
}
#vehiculos .container {
    max-width: 85%;
}
.owc-business-unit__card-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    opacity: .8;
}
.owc-business-unit {
    position: relative;
    display: block;
    width: 235px;
    height: 235px;
    padding-top: 100%;
    white-space: normal;
    text-decoration: none;
}
.wb-card--mineshaft {
    background: #272727;
    border: 1px solid #333;
    color: #fff;
    transition: background-color .3s ease-in-out;
}
.wb-card--mineshaft:hover {
    background: #00adef;
    color: #fff;
    transition: background-color .3s ease-in-out;
}
@media (max-width: 999px) {
    .owc-business-unit {
        width: 130px;
        height: 130px;
        padding: 0;
    }
    wb-icon {
        height: 40px !important;
        width: 40px !important;
    }
}
.vehiculos-title {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font: inherit;
    font-family: 'MBCorpo Text',sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 2rem;
}
.wb-type-copy-secondary {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font: inherit;
    font-family: 'MBCorpo Text',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
}
.footer-title {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font: inherit;
    font-family: 'MBCorpo Text',sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-bottom: 1.5rem;
}
.owc-footer-sitemap-section__link-list-wrapper {
    padding: 0;
}
.owc-footer-sitemap-section__link-wrapper:first-child {
    padding-top: 0;
}
.owc-footer-sitemap-section__link-wrapper:not(:last-child) {
    padding-bottom: 16px;
}
.wb-link--small.wb-link--theme-dark {
    background-image: linear-gradient(to top,#fff 1px,transparent 1px);
    color: #bbb;
}
.wb-link--small.wb-link--theme-dark:hover {
    color: #fff;
}
.wb-link--small {
    background-origin: right;
    background-repeat: no-repeat,no-repeat;
    background-size: 0 100%,100% 100%;
    padding-bottom: 2px;
    transition: background-size .42s cubic-bezier(.165,.84,.44,1);
}
footer .container {
    max-width: 85%;
}
@media (min-width: 999px) {
    footer .container {
    max-width: 100%;
    padding: 0;
    }
    footer .container .row {
        margin: 0 125px;
    }
    footer .container .row > div {
        padding: 0;
    }
}
.wb-link--small {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background-image: linear-gradient(to top,var(--wb-black) 1px,transparent 1px);
    font: inherit;
    font-family: 'MBCorpo Text',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
}
.wb-link {
    background-color: transparent;
    color: var(--wb-grey-20);
    cursor: pointer;
    outline: 0;
    text-decoration: none;
}
.bottom-row {
    padding-top: 15px;
    border-top: 1px solid #666;
}
.top-row {
    padding-bottom: 30px;
}
@media (min-width: 999px) {
    .top-row {
        justify-content: space-between;
    }
}
.owc-lower-footer-legal {
    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;
    width: auto;
}
.owc-lower-footer-legal__license {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: auto;
    margin-right: 1.5rem;
    word-break: normal;
    overflow-wrap: anywhere;
}
header .container {
    max-width: 100%;
}
.bottom-nav {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
}
nav ul li a {
    -webkit-font-smoothing: antialiased;
    font: inherit;
    font-family: 'MBCorpo Text',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #bfbfbf;
}
.owc-header-flyout.owc-header-flyout__first-level {
    margin-top: 16px;
    overflow: visible;
}
.owc-header-flyout {
    position: absolute;
    left: 0;
    z-index: 1500;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 4px;
    margin: 0;
    top: 100%;
    width: 492px;
    height: 80vh !important;
}
.owc-header-flyout .owc-header-flyout__topbar {
    position: relative;
    top: 0;
    z-index: 1501;
    width: 100%;
    min-height: 80px;
    background: #000;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #fff;
}
.owc-header-flyout .owc-header-flyout__topbar-content {
    display: grid;
    justify-items: stretch;
    height: 100%;
    padding: 16px 8px;
}
.owc-header-flyout.owc-header-flyout__first-level .owc-header-flyout__topbar-content {
    grid-column-gap: 0;
    grid-template-areas: "wishlist logo-title closeButton";
    grid-template-columns: 48px auto 96px;
}
.owc-header-flyout__topbar-desktop-title {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font: inherit;
    font-family: 'MBCorpo Text',sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.75rem;
    display: none;
    grid-area: logo-title;
    align-self: center;
    padding-left: 24px;
    opacity: 0;
    -webkit-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out;
    display: block;
}
.owc-header-flyout .owc-header-flyout__topbar-favourite-and-fss {
    display: none;
    grid-area: search-wishlist;
}
.owc-header__logo-and-claim-anchor {
    position: absolute;
    left: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transform: translateX(-50%);
    transform: none;
}
.owc-header-flyout .owc-header-flyout__logo {
    grid-area: logo-title;
}
.owc-header-flyout .owc-header-flyout__topbar-mobileElement {
    display: none;
}
.owc-header-button__iconWrapper {
    padding: 0;
    border: none;
    background-color: transparent;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: #333;
    grid-area: closeButton;
    justify-self: end;
}
.owc-header-flyout .owc-header-flyout__topbar-mobileElement {
    display: none;
}
.owc-header-flyout .owc-header-flyout__innerContent {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: auto;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #fff;
    padding-bottom: 24px;
}
.owc-header-button__icon {
    width: 16px;
    height: 16px;
}
wb-icon {
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 56px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    width: 56px;
}
wb-icon svg {
    fill: currentColor;
    height: auto;
    max-height: 100%;
    width: 100%;
}
.owc-header-mme__buttonIcon {
    width: 16px;
    height: 16px;
}
.owc-header-flyout .owc-header-flyout__topbar-fssElement {
    width: 86%;
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto;
    position: relative;
    display: none;
    padding: 8px 0;
}
.owc-header-flyout .owc-header-flyout__inner-content-title {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font: inherit;
    font-family: 'MBCorpo Title',serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2.125rem;
    line-height: 2.75rem;
    display: block;
    margin-bottom: 24px;
    padding: 0 86px;
}
.owc-header-flyout .owc-header-flyout__navigation-list {
    padding: 0 86px 8px 86px;
    -webkit-box-shadow: 0 4px 8px 1px rgb(0 0 0 / 10%);
    box-shadow: none;
}
.owc-header-navigation-link {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    min-height: 40px!important;
    padding: 0!important;
    margin-bottom: 8px!important;
    text-align: left!important;
    overflow-wrap: break-word!important;
    list-style-type: none!important;
}
.owc-header-navigation-link__anchor {
    font: inherit!important;
    font-family: 'MBCorpo Text',sans-serif;
    font-style: normal!important;
    font-weight: 400!important;
    font-size: 1.125rem!important;
    line-height: 1.75rem!important;
    width: 100%!important;
    color: #333!important;
    text-decoration: none!important;
}
.owc-header-navigation-tool-list {
    margin-bottom: 24px!important;
    margin-top: 24px!important;
    padding: 0!important;
    color: #999!important;
}
.owc-header-navigation-tool-list__linkOut {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font: inherit;
    font-family: 'MBCorpo Text',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 24px;
    margin-bottom: 16px;
    padding: 0px!important;
}
.owc-header-navigation-tool-list__linkOutAnchor{
    color: #999!important;
    text-decoration: none;
}
.owc-header-navigation-tool-list__linkOutIcon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 24px;
    height: 24px;
    margin-right: 16px;
    color: #767676;
}
.owc-footer-movetotop {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    border: 0;
    color: #fff;
    background: transparent;
    cursor: pointer;
}
.wb-type-copy-secondary {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font: inherit;
    font-family: 'MBCorpo Text',sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
}
#volver-top {
    background-color: #000;
    padding-top: 40px;
    padding-bottom: 40px;
}
.owc-footer-movetotop__icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.stage__img {
    width: 1680px;
    height: 560px;
    padding-bottom: 0;
}
.stage__img picture {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.stage__imgWrapper {
    cursor: default;
    position: absolute;
    z-index: -1;
    width: 100%;
    display: block;
}
.slick-slide img {
    display: block;
}
.stage__img picture>img {
    width: 100%;
}
#banner-historia img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.stage__item .aem--grid-stage {
    height: 100%;
}
.stage__headline {
    margin-right: -14px;
    margin-left: -14px;
}
.stage__contentRow {
    position: relative;
    overflow: auto;
    margin-right: -14px;
    margin-left: -14px;
}
.stage__contentCol {
    padding-right: 14px;
    padding-left: 14px;
}
#nacimiento-historia .slick-slide {
    display: block;
}
.teaserElement__link {
    color: #fff;
}
.teaserElement__link:hover {
    color: #fff;
}
.navegation-modelos {
    font-family: 'MBCorpo Text',sans-serif;
    font-style: normal;
    font-weight: 700;
    width: fit-content;
    display: none;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-snap-type: x proximity;
    scroll-snap-type: x proximity;
    background: #f4f4f4;
    height: 56px;
    border-bottom: 0;
    margin-bottom: 30px;
}
.item-navegation-modelos {
    font-family: 'MBCorpo Text',sans-serif;
    font-style: normal;
    font-weight: 700;
    position: relative;
    color: #272727;
    background: #fff;
    transition: color .2s ease-in-out;
    cursor: pointer;
    margin: 0;
    padding: 12px 20px;
    white-space: nowrap;
    scroll-snap-align: start;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    border: 1px solid #bbb;
    border-right: 0;
    z-index: 15;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navegation-modelos .item-navegation-modelos:last-child {
    border-right: 1px solid #bbb;
}
.item-navegation-modelos:hover {
    color: #272727;
    background-color: rgba(0,0,0,.04);
}
.item-navegation-modelos.item-navegacion-activo {
    fill: #fff;
    color: #fff;
    background-color: #272727;
    border-color: #272727;
}
.filtro-modelos {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-snap-type: x proximity;
    scroll-snap-type: x proximity;
    scroll-padding-left: 0;
    white-space: normal;
    flex-direction: column;
    width: 100%;
    height: auto;
}
.item-filtro-modelos {
    font-family: 'MBCorpo Text',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #767676;
    scroll-snap-align: start;
    background: none;
    display: flex;
    padding: 9px 2px;
    max-height: 40px;
    line-height: 22px;
    transition: color .2s ease-in-out;
}
.item-filtro-modelos:hover {
    color: #008dfc;
    cursor: pointer;
}
.item-filtro-modelos.item-filtro-activo {
    font-family: 'MBCorpo Text',sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #000;
    position: relative;
    box-shadow: none;
}
.dh-io-vmos_3DKIy {
    margin-inline-end: 10px;
    transition: transform .1s ease-in-out;
    transform-origin: left;
    display: inline-block;
    width: 40px;
}
.dh-io-vmos_NvMoW {
    --remaining-height: 0px;
    position: relative;
    padding: 0;
    transition: background-color .3s linear,box-shadow .3s linear;
    margin-top: 5px;
    margin-bottom: 15px;
    min-height: 360px;
}
.dh-io-vmos_NvMoW .dh-io-vmos_jQyeG {
    text-align: center;
    text-decoration: none;
    color: #9f9f9f;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 1;
    position: relative;
    padding: 0 4px;
    box-sizing: border-box;
    border-radius: 2px;
}
.dh-io-vmos_NvMoW .dh-io-vmos_jQyeG>* {
    width: 100%;
}
.dh-io-vmos_2YogX {
    height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.dh-io-vmos_34y-W {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font: inherit;
    font-family: 'MBCorpo Title',serif;
    font-style: normal;
    font-weight: 400;
    word-wrap: normal;
    word-break: break-word;
    text-decoration: none;
    color: #000;
    display: flex;
    flex: 0 0 100%;
    height: 48px;
    font-size: 24px;
    line-height: 24px;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
}
.dh-io-vmos_1PW4e {
    display: inline-block;
    white-space: pre-wrap;
}
.dh-io-vmos_GF728 {
    margin-block-end: 0.5rem;
    color: #9f9f9f;
    word-wrap: normal;
    word-break: break-word;
    font-family: 'MBCorpo Text',sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-top: 8px;
    line-height: 16px;
    font-size: 16px;
    text-align: center;
    margin-bottom: 2px;
}
.dh-io-vmos_3ISTp {
    margin-top: 12px;
    justify-content: center;
    box-sizing: border-box;
    max-width: 100%;
    padding: 0;
    min-height: 26px;
}
.dh-io-vmos_WB_Kr {
    max-width: 100%;
    min-width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 160px;
    min-height: 160px;
    overflow: hidden;
    margin-top: auto;
}
.dh-io-vmos_1ZPvF {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    transition: opacity .4s ease-out;
    opacity: 0;
    text-align: center;
}
.dh-io-vmos_qUvfj {
    display: block;
    opacity: 1;
}
.dh-io-vmos_1qzBt {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding-bottom: 20px;
    max-width: 300px;
    height: auto;
}
.dh-io-vmos_2p2ii {
    width: 100%;
    transition: opacity .2s linear,filter .1s linear;
    opacity: 1;
}
.dh-io-vmos_WMyyi {
    display: block;
    opacity: 0;
}
.dh-io-vmos_3gal8 {
    display: flex;
    opacity: 0;
    transition: opacity .3s linear;
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    height: 24px;
    justify-content: space-around;
    align-items: flex-end;
}
.dh-io-vmos_26GJy {
    -webkit-padding-end: 0.5rem;
    padding-inline-end: 0.5rem;
    -webkit-padding-start: 0.5rem;
    padding-inline-start: 0.5rem;
    -webkit-padding-after: 0.5rem;
    padding-block-end: 0.5rem;
    -webkit-padding-before: 0.5rem;
    padding-block-start: 0.5rem;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    pointer-events: none;
    z-index: 9;
    background: #f8f8f8;
    -webkit-animation: dh-io-vmos_32tlF ease-in-out,dh-io-vmos_1YapH linear;
    animation: dh-io-vmos_32tlF ease-in-out,dh-io-vmos_1YapH linear;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.dh-io-vmos_3xbPc {
    list-style: none;
    border-radius: 2px;
}
.dh-io-vmos_3Msx2 {
    opacity: 0;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: dh-io-vmos_3df0I;
    animation-name: dh-io-vmos_3df0I;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
.dh-io-vmos_2PXCY {
    background-color: #fff;
    width: 100%;
    transition: color .3s,background .2s linear;
    border: 1px solid #e8e8e8;
    border-bottom: 0;
    position: relative;
    height: 48px;
}
.dh-io-vmos_2PXCY:first-child {
    border-radius: 2px 2px 0 0;
}
.dh-io-vmos_3HxTq {
    color: #333;
    display: flex;
    height: calc(100% - 1px);
    width: 100%;
    text-decoration: none;
    align-items: center;
    -webkit-font-smoothing: antialiased;
    font: inherit;
    font-family: 'MBCorpo Text',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0 14px;
}
.dh-io-vmos_NvMoW:hover {
    background: #f8f8f8;
    border-radius: 2px;
    transition: background-color .3s linear,box-shadow .3s linear .2s;
}
.dh-io-vmos_2PXCY:hover {
    color: #008dfc;
    cursor: pointer;
    background: #f8f8f8;
}
.sidenav {
    position: fixed;
    bottom: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    z-index: 15;
}
@media (min-width: 999px) {
    .sidenav {
        z-index: 97;
        display: block;
        bottom: inherit;
        table-layout: inherit;
        width: auto;
        left: calc(100% - 45px);
        top: 50%;
        transform: rotate(0) translateY(-50%);
    }
}
.sidenav-item {
    background: #00adef;
    border-right: 1px solid #0089BD;
    display: table-cell;
    margin-bottom: 1px;
    vertical-align: bottom;
}
.sidenav:last-child {
    border-right: 0;
}
@media (min-width: 999px) {
    .sidenav-item {
        display: block;
        border-right: 0;
        overflow: hidden;
        min-width: 45px;
        height: 45px;
        transition: transform 0.5s ease 0s;
        transform: translateX(0px);
    }
    .sidenav-item:hover {
        background: #0088c6;
        transition: -webkit-transform 0.5s ease 0s;
        transform: translateX(-170px);
    }
}
.sidenav-item-link {
    font-size: 1rem;
    font-family: 'MBCorpo Text',Helvetica,Arial,sans-serif;
    line-height: 1.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    overflow: auto;
    display: block;
    padding: 10px 4px;
    max-height: 67px;
    background: 0;
    border: 0;
    outline: 0;
    overflow: hidden;
}
@media (min-width: 999px) {
    .sidenav-item-link {
        display: flex;
        white-space: nowrap;
        padding: 0;
        min-width: 45px;
        min-height: 45px;
    }
}
.sidenav-item-link:hover {
    color: #fff;
}
.sidenav-item-img {
    width: 25px;
    height: 25px;
    margin: 0 auto 5px;
    overflow: hidden;
}
@media (min-width: 999px) {
    .sidenav-item-img {
        float: left;
        text-align: center;
        margin: 10px;
    }
}
.sidenav-img-base {
    position: relative;
    display: block;
}
.sidenav-img {
    height: 100%;
    width: 25px;
    vertical-align: middle;
    max-width: 100%;
}
.sidenav-item-title {
    font-size: .625rem;
    font-family: 'MBCorpo Text',Helvetica,Arial,sans-serif;
    line-height: 1;
    text-align: center;
}
@media (min-width: 999px) {
    .sidenav-item-title {
        font-size: 1rem;
        font-family: 'MBCorpo Text',Helvetica,Arial,sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        padding-top: 0.00912em;
        padding-bottom: 0.15788em;
        height: 45px;
        line-height: 45px;
        margin-left: 5px;
        padding-right: 15px;
        padding-left: 5px;
    }
}
.vehiculos-category-title {
    background: transparent;
    -webkit-font-smoothing: antialiased;
    font: inherit;
    font-family: 'MBCorpo Text',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    transform: none;
    font-size: 20px;
    color: #767676;
    height: auto;
    padding: 16px 0;
    border-bottom: 1px solid #e8e8e8;
    margin: 0px 10px;
}
.vehiculos-row {
    margin: 0px 30px;
}
#novedades {
    background-color: #000;
    padding: 30px 0px;
}
#novedades .container{
    max-width: 85%;
}
.novedades-container {
    padding: 2rem 0;
    border: 1px solid #666;
    border-radius: 2px;
}
.novedades-title {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font: inherit;
    font-family: 'MBCorpo Text',sans-serif;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-style: normal;
    font-weight: 700;
    color: #fff;
}
.novedades-container > .row {
    margin: 0px 20px;
}
.novedades-subtitle {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font: inherit;
    font-family: 'MBCorpo Text',sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    color: #999;
    margin-top: 10px;
}
.novedades-link {
    background-color: #00adef;
    border: 1px solid #4a90e2;
    color: #fff;
    min-width: 144px;
    outline: none;
    -webkit-font-smoothing: antialiased;
    border-radius: 2px;
    font: inherit;
    font-family: 'MBCorpo Text',sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .025em;
    line-height: 1.5rem;
    width: 100%;
    padding: 15px 31px;
    display: flex;
    justify-content: center;
}
.novedades-link:hover {
    color: #fff;
    background-color: #0088c6;
    transition: background-color .3s ease-in-out;
}
.novedades-link:focus {
    background-color: #0088c6;
    border-color: #0088c6;
    box-shadow: 0 0 0 1px #fff inset;
    outline: none;
}
.novedades-button {
    width: inherit;
}
.img-logo-footer {
    width: 53%;
    height: auto;
    margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 999px) {
    .img-logo-footer {
        width: 82%;
    }
}
@media (min-width: 999px) {
    .img-logo-footer {
        width: 70%;
    }
}
.social-icons-item {
    margin-top: 5px;
}
.footer-icon {
    border: 1px solid #fff;
    color: #fff;
    height: auto;
    margin: 0px 5px 0px 0px;
    padding: 12px;
    transition: background-color .3s ease-in-out;
    width: 40px;
}
.footer-icon:hover {
    background-color: #00adef;
}
.social-icons {
    display: inline-flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
@media (min-width: 999px) {
    .top-row > div:not(:first-child) {
        /*margin: 5px 0px 0px 45px;*/
    }
}
.top-row > div:not(:last-child) {
    margin: 5px 0px 25px 0px;
}
.header-logo {
    width: 100%;
    height: auto;
}
.hide {
    display: none;
}
.modelo-detalle {
    display: none;
    padding: 15px 0px;
    transition: opacity .4s ease-out;
}
.modelo-detalle .novedades-button {
    display: flex;
    justify-content: center;
}
.modelo-detalle .novedades-button .novedades-link {
    padding: 10px;
    border-radius: 5px;
    width: 95%;
}
.dh-io-vmos_NvMoW:hover .modelo-detalle{
    display: block;
}
#background {
    
}
.stop-scrolling {
    height: 100%;
    overflow: hidden;
}
.desktop-nav {
    display: none;
}
.desktop-nav .top-desktop-nav {
    height: 95px;
    padding: 0 125px;
}
.desktop-nav .bottom-desktop-nav {
    height: 65px;
    padding: 0 125px;
}
@media (min-width: 999px) {
    .desktop-nav {
        display: flex;
    }
    .mobile-nav {
        display: none;
    }
}
.mobile-nav {
    background-color: #000;
    height: 80px;
}
.col-xs-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-xs-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.mobile-nav-logo {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    height: inherit;
}
/*MOBILE NAV*/
@media (max-width: 999px) {

    .w-sidebar {
        width: 100%;
        max-width: 100%;
        top: 0;
        z-index: 9999;
    }

    .w-sidebar .nav{
        height: inherit;
    }

    .collapse {
        margin-left: -200px;
        left: 0;
        transition: margin-left .15s linear;
    }

    .collapse.show {
        margin-left: 0 !important;
    }

    .collapsing {
        margin-left: -200px;
        left: -0.05%;
        transition: all .15s linear;
    }

    .navbar .dropdown-menu {
        margin: 0px;
        padding: 0px;
        width: 300 !important;
        /* border: 1px solid red; */
        max-width: 400px !important;
        min-width: inherit;
        box-shadow: 2px solid #ddd;
        height: auto;
        vertical-align: middle;
    }

    .collapse, .collapsing {
        margin-left: 0 !important;
        left: 0 !important;
        overflow: visible;
    }
    
    .sidebar.collapse {
        display: flex !important;
        margin-left: -100% !important;
        transition: all .3s linear;
        position: fixed;
        z-index: 9999;
        max-width: 0;
        min-width: 0;
        left: 0;
        flex-basis: auto;
    }
    
    .sidebar.collapse.show {
        left: 0;
        margin-left: 0 !important;
        max-width: 100%;
        /*min-width: initial;*/
    }
    
    .sidebar.collapsing {
        display: flex !important;
        margin-left: -10% !important;
        transition: all .3s linear !important;
        position: fixed;
        z-index: 9999;
        left: 0;
        min-width: initial;
    }
    
    #menuNav {
        z-index: 9998;
    }

    #menuNav .w-sidebar {
        z-index: 9998;
    }

    .bg-sidebar{
    background: #FFFFFF;
    }
    
    .navbar .sidebar .nav-item{
        width: 100%;
    }
    
    .navbar .sidebar .nav-item a{
        color: rgba(0, 0, 0, 0.5);
    }

    .header-mobile-nav {
        background-color: #000;
        padding-bottom: 10px;
        margin: 0px;
    }

    .close-mobile-nav {
        color: #fff;
    }

    .mobile-nav-title {
        color: #fff;
        margin: 5px 0px;
        font-family: 'MBCorpo Title',sans-serif;
        font-weight: normal;
        font-size: 27px;
        line-height: 33px;
    }

    .mobile-nav-item {
        margin: 0 5%;
        border-bottom: 1px solid #C4C4C4;
        padding: 15px;
    }

    .mobile-item-text {
        color: #333;
        font-style: normal;
        font-weight: 400;
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .mobile-nav-item-button {
        padding: 0;
        border: none;
        background-color: transparent;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    
}

@media (min-width: 999px) {
    #modelosNav{
        display: none!important;
    }
}
/*FIN MOBILE NAV*/
/*START DESKTOP NAV*/
.desktop-nav {
    padding: 0;
}

.desktop-nav .scroll-to-section {
    display: flex;
}

.desktop-nav .desktop-nav-button {
    max-height: 40px;
    overflow: hidden;
    padding: 0;
}

.desktop-nav .desktop-nav-button span {
    color: #BFBFBF;
    font-family: 'MBCorpo Text', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.desktop-nav .desktop-nav-button:hover span {
    color: #fff;
    opacity: 1;
}

.desktop-nav .desktop-nav-button img {
    margin-top: -15px;
}

.desktop-nav .w-sidebar {
    width: 100%;
    max-width: 25%;
    top: 0;
    z-index: 9999;
}

.desktop-nav .w-sidebar .nav{
    height: inherit;
}

.desktop-nav .collapse {
    margin-left: -200px;
    left: 0;
    transition: margin-left .3s linear;
}

.desktop-nav .collapse.show {
    margin-left: 15px !important;
}

.desktop-nav .collapsing {
    margin-left: -200px;
    left: -0.05%;
    transition: margin-left .3s linear;
}

.desktop-nav .navbar .dropdown-menu {
    margin: 0px;
    padding: 0px;
    width: 300 !important;
    /* border: 1px solid red; */
    max-width: 400px !important;
    min-width: inherit;
    box-shadow: 2px solid #ddd;
    height: auto;
    vertical-align: middle;
}

.desktop-nav .collapse, .collapsing {
    margin-left: -550px !important;
    left: 0 !important;
    overflow: visible;
}

.desktop-nav .sidebar.collapse {
    display: flex !important;
    margin-left: -100% !important;
    transition: all .3s linear;
    z-index: 9999;
    min-width: 0;
    left: 0;
    flex-basis: auto;
}

.desktop-nav .sidebar.collapse.show {
    left: 0;
    margin-left: 10% !important;
    max-width: 100%;
    min-width: initial;
}

.desktop-nav .sidebar.collapsing {
    display: flex !important;
    margin-left: -10% !important;
    transition: all .3s linear !important;
    position: fixed;
    z-index: 9999;
    left: 0;
    min-width: initial;
}

.desktop-nav #menuNav {
    z-index: 9998;
}

.desktop-nav #menuNav .w-sidebar {
    z-index: 9998;
}

.desktop-nav .bg-sidebar{
background: #FFFFFF;
}

.desktop-nav .navbar .sidebar .nav-item{
    width: 100%;
}

.desktop-nav .navbar .sidebar .nav-item a{
    color: rgba(0, 0, 0, 0.5);
}
/*FIN DESKTOP NAV*/
.dh-io-vmos_2MTsP {
    min-width: 64px;
    max-width: 64px;
    height: 8px;
    color: #000;
}
.w-sidebar .row {
    margin: 0;
}
.navegation-modelos-mobile {
    width: 100%;
    padding: 12px 16px;
    background: #333;
    color: #fff;
    font-family: 'MBCorpo Text', sans-serif;
    font-size: 18px;
    border-radius: 2px;
    border: 0;
}
.menu-filtro-modelo-mobile {
    margin-top: 15px;
    background-color: #fff;
    padding: 0 15px;
    display: inline-flex;
    flex-direction: row;
    width: 100%;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    border-bottom: 1px solid #e8e8e8;
}
.menu-filtro-modelo {
    display: none;
}
.item-filtro-modelos-mobile {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #767676;
    width: 100%;
    white-space: nowrap;
    height: 48px;
    padding: 5px;
}
.item-filtro-modelos-mobile:focus {
    outline: none;
}
.item-filtro-modelos-mobile.item-filtro-activo {
    color: #333;
    border-bottom: 2px solid #008dfc;
}
@media (min-width: 999px) {
    .navegation-modelos {
        display: flex;
    }
    .navegation-modelos-mobile {
        display: none;
    }
    .menu-filtro-modelo {
        display: block;
    }
    .menu-filtro-modelo-mobile {
        display: none;
    }
}
footer {
    padding: 30px 0 97px 0;
}
@media (min-width: 999px) {
    footer {
        padding: 30px 0;
    }
}
.novedades-texto-container {
    padding-bottom: 15px;
}
@media (min-width: 999px) {
    .novedades-texto-container {
        padding-bottom: 0;
   }
    .item-navegation-modelos svg {
        height: 10px;
    }
}
.dh-io-vmos_NvMoW:hover .dh-io-vmos_qUvfj {
    display: none;
    opacity: 0;
}
.dh-io-vmos_NvMoW:hover .dh-io-vmos_WMyyi {
    display: block;
    opacity: 1;
}
.header-mobile-nav > div {
    display: flex;
}
#whatsapp-buttom{
    position:fixed;
    width:60px;
    height:60px;
    bottom:20px;
    right:35px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:99;
}
    
#whatsapp-buttom .fa-whatsapp{
    margin-top: 15px;
}
@media (max-width: 1600px) {
    #whatsapp-buttom {
        bottom:20px;
        right:10px;
    }
}
@media (max-width: 1366px) {
    #whatsapp-buttom {
        bottom:20px;
        right:5px;
    }
}

@media (max-width: 1355px) {
    #whatsapp-buttom {
        bottom:20px;
        right:0px;
    }
}
@media (max-width: 1224px) {
    #whatsapp-buttom {
        bottom:90px;
        right:42px;
    }
}
@media (max-width: 768px) {
    #whatsapp-buttom {
        bottom:100px;
        right:17px;
    }
}