/* Copyright (c) 2017-2019 BMW Financial Services Mexico*/
/* Developed by www.blendwerk.com.mx */

/* ----------- Basic styles ----------- */
/* Header */
header {
    background-color: #fff;
}

html, body {
    height: 100%;
    font-size: 100%;
}

.modal {
    width: 100%;
    height: 100vh;
    background: rgba (0,0,0,.8);
    top: 0;
    left: 0;
    display: flex;
    position: absolute;
    animation: modal 1s 2s forwards;
    visibility: hidden;
    opacity: 0;
    z-index: 20;
}

.contenido {
    font-size: 15px;
    background-image: url("/Images/modal.jpg");
    border-image-slice: 50;
    margin: auto;
    width: 65%;
    height: 65%;
    border-radius: 10px;
    padding: 18px;
    border: gray 3px solid;
    text-align: left;
    overflow-y: auto;
    z-index: 20;
}


#cerrar {
    display: none;
}

}

#cerrar + label {
    position: fixed;
    color: #000000;
    font-size: 25px;
    z-index: 100;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    right: 10px;
    cursor: pointer;
    animation: modal 1s 2s forwards;
    visibility: hidden;
    opacity: 0;
}

.close {
    position: fixed;
    color: #000000;
    font-size: 25px;
    z-index: 100;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    right: 10px;
    cursor: pointer;
    animation: modal 1s 2s forwards;
    visibility: hidden;
    opacity: 0;
}

#cerrar:checked + label, #cerrar:checked ~ .modal {
    display: none;
}

@keyframes modal {
    100% {
        visibility: visible;
        opacity: 1;
    }
}

.bmw-header {
    background-color: #fff;
    position: fixed;
    z-index: 2000;
}
/* Logo */
.bmw-logo-container {
    background-color: transparent;
    align-items: flex-start;
    display: flex;
}

.bmw-mobile {
    display: none;
}

.bmw-col3 .bmw-logo-container img {
    max-width: none;
}
/* Top fixed navigation menu */
.bmw-fixed-nav {
    display: flex;
    flex-direction: row;
    font-family: 'BMWGroupCondensed-Regular', sans-serif;
    justify-content: flex-end;
}

.bmw-fixed-nav-opt {
    border-right: 1px solid #e6e6e6;
    color: #999;
    font-size: 1em;
    max-height: .9;
}

    .bmw-fixed-nav-opt a {
        color: #999;
        text-decoration: none;
    }

        .bmw-fixed-nav-opt a:hover {
            color: #444;
            text-decoration: underline;
        }

    .bmw-fixed-nav-opt:last-child {
        border-right: none !important;
    }
/* Top navigation menu */
.bmw-menu-wrapper {
    background-color: transparent;
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto;
}
/* Navbar container */
.bmw-navbar {
    align-items: baseline;
    background: #fff url('../images/icons/bmw-brd.png') repeat-x left bottom;
    color: #444;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    font-size: 14px;
    font-family: 'BMWGroupCondensed-Bold', sans-serif;
    justify-content: flex-start;
    line-height: 16px;
    overflow: hidden;
    z-index: 300;
    box-sizing: border-box;
}

    .bmw-navbar-a, .bmw-navbar .bmw-dropdown {
        /*padding: 10px 14px;*/
        border-bottom: 3px #999 solid;
        outline: 2px solid #fff;
        flex-shrink: 0;
    }

.bmw-navbar-a {
    padding: -1px;
}

.bmw-navbar .bmw-dropdown {
    padding: 10px 14px;
    align-self: flex-end;
}

    .bmw-navbar-a:hover, .bmw-navbar .bmw-dropdown:hover {
        outline: 2px solid rgb(255,255,255);
        border-bottom: 3px #000 solid;
    }

_:-moz-tree-row(hover), .bmw-navbar .bmw-dropdown {
    padding-top: 0px;
}
/* Navbar links */
.bmw-navbar a {
    color: #444;
    text-align: center;
    text-decoration: none;
    z-index: 10;
}
/* Dropdown container */
.bmw-dropdown {
    background-color: #fff;
    color: #444;
    overflow: hidden;
    padding: 0 14px;
}
    /* Dropdown button */
    .bmw-dropdown .bmw-dropbtn {
        background-color: #fff;
        border: none;
        color: #444;
        font-size: 14px;
        font-family: 'BMWGroupCondensed-Bold', sans-serif;
        outline: none;
    }
/* Dropdown content */
.bmw-dropdown-content {
    background-color: rgb(0, 0, 0, .7);
    background-color: rgba(0, 0, 0, .7);
    display: none;
    position: absolute;
    height: 100vh;
    z-index: 1;
}
/* Menu 3 columns */
.bmw-column-menu {
    background-color: transparent;
    float: left;
    height: auto;
}
    /* Columns links */
    .bmw-column-menu ul {
        border-left: 1px solid #999;
        float: left;
    }

    .bmw-column-menu a, .bmw-column-menu li {
        color: #999;
        display: block;
        float: none;
        list-style-type: none;
        text-decoration: none;
        text-align: left;
    }

        .bmw-column-menu a:hover {
            text-decoration: none;
        }

.bmw-row {
    background-color: #eeefea;
    margin: 0 auto;
}

    .bmw-row:after {
        clear: both;
        content: "";
        display: table;
    }
/* Close */
.bmw-close {
    float: left;
    cursor: pointer;
}
/* Main content */
.bmw-main {
    clear: both;
    display: table;
    position: relative;
}

    .bmw-main h2, .bmw-main-int h2 {
        font-size: 200%;
        font-family: 'BMWGroupCondensed-Bold', sans-serif;
        line-height: 1.3em;
    }

    .bmw-main p, .bmw-main-int p {
        color: #444;
        font-size: 90%;
        font-family: Arial, sans-serif;
        line-height: 1.5em;
    }

.bmw-main-separator {
    border: none;
    border-left: 34px solid #4c4c4c;
    clear: both;
    display: table;
    float: left;
}

.bmw-main-int {
    clear: both;
    position: relative;
}
/* Tiles */
.bmw-tile {
    border: none;
    position: relative;
}

    .bmw-tile [href="#"] {
        cursor: default;
    }

.bmw-tile-tit {
    float: left;
    font-size: 180%;
    font-family: 'BMWGroupCondensed-Bold', sans-serif;
    line-height: 30px;
    position: absolute;
    text-transform: uppercase;
    text-decoration: none;
    z-index: 100;
}

.bmw-tile-img {
    border: none;
    float: left;
    object-fit: cover;
    object-position: 50% 50%;
    text-decoration: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/* Video */
.bmw-videoframe {
    width: 100%;
    height: 100%;
}
/* Wrapper */
.bmw-wrapper {
    background-color: transparent;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 100vw;
}
/* Columns */
.bmw-col4 {
    background-color: transparent;
    position: relative;
}

.bmw-col3 {
    background-color: transparent;
    position: relative;
}

.bmw-col2 {
    background-color: transparent;
    position: relative;
}

.bmw-col1 {
    background-color: transparent;
    position: relative;
}
/* Generales */
.bmw-last {
    border-right: 0;
    margin-right: 0;
}

.bmw-bottom {
    margin-bottom: 0;
}

.bmw-dark-text, .bmw-dark-text a, a.bmw-dark-text {
    color: #444;
}

.bmw-light-text, .bmw-light-text a, a.bmw-light-text {
    color: #999;
}

.bmw-white-text, .bmw-white-text a, a.bmw-white-text {
    color: #eeefea;
}

.bmw-clear {
    clear: both;
}

.bmw-bckg-gr {
    background-color: #f2f2f2;
}

.bmw-left {
    float: left;
}

.bmw-right {
    float: right;
}

.bmw-image-title {
    float: left;
    position: absolute;
    text-decoration: none;
    z-index: 100;
}

.bmw-download {
    background: #444 url(../images/icons/bmw-download.png) center right no-repeat;
    color: #fff;
    display: block;
    font-family: 'BMWGroupCondensed-Bold', sans-serif;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
}

    .bmw-download a, a.bmw-download {
        color: #fff;
    }

h1 {
    font-size: 40px;
    font-family: 'BMWGroupCondensed-Bold', sans-serif;
    line-height: 44px;
    text-transform: uppercase;
}

h2 {
    font-size: 30px;
    font-family: 'BMWGroupCondensed-Bold', sans-serif;
    line-height: 32px;
    text-transform: uppercase;
}

h3 {
    font-size: 28px;
    font-family: 'BMWGroupCondensed-Bold', sans-serif;
    line-height: 30px;
    text-transform: uppercase;
}

h4 {
    font-size: 16px;
    font-family: 'BMWGroupCondensed-Bold', sans-serif;
    line-height: 18px;
    text-transform: uppercase;
}

p {
    font-size: 90%;
    font-family: Arial, sans-serif;
    line-height: 1.5em;
}

hr {
    border: 0 solid transparent;
}

.bmw-main ul, .bmw-main-int ul {
    color: #444;
    display: list-item;
    font-size: 90%;
    font-family: Arial, sans-serif;
    line-height: 1.5em;
    margin: 10px 20px;
}

    .bmw-main ul li:before, .bmw-main-int ul li:before {
        content: " \25aa ";
        margin-left: -14px;
        position: absolute;
    }

.bmw-main ol, .bmw-main-int ol {
    color: #444;
    font-size: 90%;
    font-family: Arial, sans-serif;
    line-height: 1.5em;
    list-style-type: decimal;
    margin: 10px 20px;
}

table {
    border-collapse: collapse;
    border: none;
    color: #444;
    background: #fff;
    font-size: 90%;
    line-height: 1.5em;
    font-family: Arial, sans-serif;
    margin: 30px 0;
    width: 100%;
}

    table th {
        border-left: 1px solid #aaa38e;
        border-right: 1px solid #aaa38e;
        font-family: 'BMWGroupCondensed-Bold', sans-serif;
        min-height: 50px;
        text-transform: uppercase;
        text-align: center;
        vertical-align: middle;
    }

        table th:first-of-type {
            border-left: none;
            border-right: 1px solid #aaa38e;
        }

        table th:last-of-type {
            border-right: none;
            border-left: 1px solid #aaa38e;
        }

    table tr {
        border: none;
        min-height: 30px;
    }

        table tr:hover td {
            background-color: #EFEFEF;
        }

    table td {
        padding: 6px 10px;
        vertical-align: top;
    }
/* Banner */
/* 1680x756 */
.bmw-banner {
    background-color: #fff;
    clear: both;
    position: relative;
    height: auto !important;
    display: table;
}

.bmw-banner-cover {
    /*object-fit: cover;*/
    object-position: 50% 50%;
}

.bmw-banner-prev {
    background: url(../images/icons/bmw-browse-prev.png) center center no-repeat;
    cursor: pointer;
    float: left;
    position: absolute;
    z-index: 500;
}

.bmw-banner-next {
    background: url(../images/icons/bmw-browse-next.png) center center no-repeat;
    cursor: pointer;
    float: right;
    position: absolute;
    z-index: 500;
}

.bmw-banner-prev:hover {
    background: url(../images/icons/bmw-browse-prev-hover.png) center center no-repeat;
}

.bmw-banner-next:hover {
    background: url(../images/icons/bmw-browse-next-hover.png) center center no-repeat;
}

.bmw-banner-prev:active {
    background: url(../images/icons/bmw-browse-prev-active.png) center center no-repeat;
}

.bmw-banner-next:active {
    background: url(../images/icons/bmw-browse-next-active.png) center center no-repeat;
}

.bmw-banner-txt {
    background-color: transparent;
    font-family: 'BMWGroupCondensed-Bold', sans-serif;
    position: absolute;
    z-index: 100;
}

    .bmw-banner-txt h1 {
        font-size: 300%;
        /*line-height: 4em;*/
        padding-top: 60px;
    }

.bmw-break {
    display: none;
}
/* 1680x465 */
.bmw-banner-int {
    background-color: #fff;
    clear: both;
    position: relative;
}

.bmw-banner-cover-int {
    object-fit: cover;
    object-position: 50% 50%;
}
/* Footer */
footer {
    background-color: #fff;
    position: relative;
}

.bmw-footer {
    align-content: stretch;
    display: flex;
    justify-content: center;
}

    .bmw-footer a {
        display: list-item;
        font-size: 80%;
        line-height: 1.5em;
        list-style-type: none;
    }



/* ----------- Grid styles ----------- */

/* ----------- +1931px Screens ----------- */
@media screen and (min-width: 1930px) {
    /* Header */
    header {
        padding-top: 32px;
    }

    .bmw-header {
        height: calc(130px - 40px);
        width: 100%;
    }
    /* Logo */
    .bmw-logo-container {
        margin-left: 32px;
        max-width: 100%;
        max-height: 40px;
    }

        .bmw-logo-container img {
            max-height: 46px;
        }

    .bmw-fs-logo {
        margin-right: 32px;
    }

        .bmw-fs-logo img {
            height: 46px;
            max-height: 46px;
            max-height: 46px;
        }

    .bmw-logo, .mini-logo {
        margin-right: 18px;
    }

        .bmw-logo, .mini-logo img {
            height: 29px;
            max-height: 29px;
            min-height: 29px;
        }

    .bmw-100-years {
        margin-right: 18px;
        max-height: 29px;
    }

        .bmw-100-years img {
            max-height: 29px;
        }
    /* Top fixed navigation menu */
    .bmw-fixed-nav {
        max-width: 100%;
    }

    .bmw-fixed-nav-opt {
        padding: 10px;
    }
    /* Top navigation menu */
    .bmw-menu-wrapper {
        padding: 0;
        width: 88%;
    }
    /* Navbar container */
    .bmw-navbar {
        padding: 6px 8% 0 8%;
        width: 100%;
    }
        /* Navbar links */
        .bmw-navbar a {
            padding: 10px 20px;
        }
    /* Dropdown container */
    .bmw-dropdown {
        padding: 0;
    }
        /* Dropdown button */
        .bmw-dropdown .bmw-dropbtn {
            padding: 0;
        }
    /* Dropdown content */
    .bmw-dropdown-content {
        left: 0;
        height: 100vh;
        margin-top: 13px;
        width: 100%;
    }
    /* Menu 3 columns */
    .bmw-column-menu {
        padding: 30px 0 30px 20px;
        width: calc(33.33% - 60px);
    }
        /* Columns links */
        .bmw-column-menu ul {
            margin: 0 0 0 10px;
            padding: 0 0 0 20px;
        }

        .bmw-column-menu a, .bmw-column-menu li {
            margin: 0;
            padding: 6px;
        }

    .bmw-row {
        background-color: #eeefea;
        margin: 0 auto;
    }
    /* Close */
    .bmw-close {
        width: 40px;
    }

        .bmw-close img {
            max-width: 24px;
        }
    /* Main content */
    .bmw-main {
        height: 100%;
        padding-bottom: 80px;
        top: 120px;
        width: 100%;
    }

        .bmw-main h2, .bmw-main-int h2 {
            margin: 0;
            padding: 0 0 30px 0;
        }

    .bmw-main-separator {
        height: 2px;
        margin: 10px 0 30px 0;
        width: 100%;
    }

    .bmw-main-int {
        padding: 50px 0;
    }
    /* Tiles */
    .bmw-tile {
        max-width: 100%;
        width: 100%;
    }

    .bmw-tile-tit {
        margin: 20px;
        max-width: 100%;
        width: calc(100% - 50px);
    }

    .bmw-tile-img {
        max-width: 100%;
        width: 100%;
    }
    /* Wrapper */
    .bmw-wrapper {
        padding: 0;
        width: 88%;
    }
    /* Video */
    .bmw-col1 .bmw-videoframe {
        min-height: 460px !important;
    }
    /* Columns */
    .bmw-col4 {
        height: auto;
        margin-right: 16px;
        margin-bottom: 16px;
        width: calc(25% - 16px);
    }

    .bmw-col3 {
        height: auto;
        margin-right: 16px;
        margin-bottom: 16px;
        width: calc(33.3% - 16px);
    }

    .bmw-col2 {
        height: auto;
        margin-right: 16px;
        margin-bottom: 16px;
        width: calc(66.6% - 16px);
    }

    .bmw-col1 {
        height: auto;
        margin-right: 16px;
        margin-bottom: 16px;
        width: calc(100% - 16px);
    }

        .bmw-col4 img, .bmw-col3 img, .bmw-col2 img, .bmw-col1 img {
            max-width: 100%;
        }
    /* Generales */
    .bmw-top-sp {
        margin-top: 30px;
    }

    .bmw-mrg-right {
        margin-right: 20px;
    }

    .bmw-mrg-left {
        margin-left: 20px;
    }

    .bmw-image-title {
        margin: 20px;
        max-width: 100%;
        width: calc(100% - 50px);
    }

    .bmw-pdng {
        padding: 20px;
    }

    .bmw-download {
        height: 28px;
        margin: 10px 0;
        max-width: calc(100% - 20px);
        min-width: 150px;
        padding: 5px;
        width: 240px;
    }

    p {
        margin-top: 10px;
        max-width: 800px;
    }

    hr {
        width: 100%;
    }
    /* Banner */
    /* 1680x756 */
    .bmw-banner {
        /*height: 45vw;*/
        height: auto;
        margin-bottom: 70px;
        width: 100vw;
    }

    .bmw-banner-cover {
        /*height: 45vw;*/
        height: auto;
        width: 100vw;
    }

    .bmw-banner-prev {
        /*height: 45vw;*/
        height: 100%;
        left: 0;
        width: 6%;
    }

    .bmw-banner-next {
        /*height: 45vw;*/
        height: 100%;
        right: 15px;
        width: 6%;
    }

    .bmw-banner-txt {
        left: 6%;
        width: 88%;
    }

        .bmw-banner-txt h1 {
            font-size: 300%;
            padding-top: 60px;
        }
    /* 1680x465 */
    .bmw-banner-int {
        height: 33.5vw;
        width: 100vw;
    }

    .bmw-banner-cover-int {
        height: 33.5vw;
        width: 100vw;
    }
    /* Footer */
    footer {
        bottom: 0;
        height: 230px;
        max-height: 230px;
        left: 0;
        margin-top: 80px;
        width: 100%;
    }

    .bmw-footer {
        padding-top: 100px;
    }
}

/* ----------- 1930px Screens ----------- */
@media screen and (min-width: 1681px) and (max-width: 1929px) {
    /* Header */
    header {
        padding-top: 32px;
    }

    .bmw-header {
        height: calc(130px - 40px);
        width: 100%;
    }
    /* Logo */
    .bmw-logo-container {
        margin-left: 32px;
        max-width: 100%;
        max-height: 40px;
    }

        .bmw-logo-container img {
            max-height: 46px;
        }

    .bmw-fs-logo {
        margin-right: 32px;
    }

        .bmw-fs-logo img {
            height: 46px;
            max-height: 46px;
            max-height: 46px;
        }

    .bmw-logo, .mini-logo {
        margin-right: 18px;
    }

        .bmw-logo, .mini-logo img {
            height: 29px;
            max-height: 29px;
            min-height: 29px;
        }

    .bmw-100-years {
        margin-right: 18px;
        max-height: 29px;
    }

        .bmw-100-years img {
            max-height: 29px;
        }
    /* Top fixed navigation menu */
    .bmw-fixed-nav {
        max-width: 100%;
    }

    .bmw-fixed-nav-opt {
        padding: 10px;
    }
    /* Top navigation menu */
    .bmw-menu-wrapper {
        padding: 0;
        width: 88%;
    }
    /* Navbar container */
    .bmw-navbar {
        padding: 6px 8% 0 8%;
        width: 100%;
    }
        /* Navbar links */
        .bmw-navbar a {
            padding: 10px 20px;
        }
    /* Dropdown container */
    .bmw-dropdown {
        padding: 0;
    }
        /* Dropdown button */
        .bmw-dropdown .bmw-dropbtn {
            padding: 0;
        }
    /* Dropdown content */
    .bmw-dropdown-content {
        left: 0;
        height: 100vh;
        margin-top: 13px;
        width: 100%;
    }
    /* Menu 3 columns */
    .bmw-column-menu {
        padding: 30px 0 30px 20px;
        width: calc(33.33% - 60px);
    }
        /* Columns links */
        .bmw-column-menu ul {
            margin: 0 0 0 10px;
            padding: 0 0 0 20px;
        }

        .bmw-column-menu a, .bmw-column-menu li {
            margin: 0;
            padding: 6px;
        }

    .bmw-row {
        background-color: #eeefea;
        margin: 0 auto;
    }
    /* Close */
    .bmw-close {
        width: 40px;
    }

        .bmw-close img {
            max-width: 24px;
        }
    /* Main content */
    .bmw-main {
        height: 100%;
        padding-bottom: 80px;
        top: 120px;
        width: 100%;
    }

        .bmw-main h2, .bmw-main-int h2 {
            margin: 0;
            padding: 0 0 30px 0;
        }

    .bmw-main-separator {
        height: 2px;
        margin: 10px 0 30px 0;
        width: 100%;
    }

    .bmw-main-int {
        padding: 50px 0;
    }
    /* Tiles */
    .bmw-tile {
        max-width: 100%;
        width: 100%;
    }

    .bmw-tile-tit {
        margin: 20px;
        max-width: 100%;
        width: calc(100% - 50px);
    }

    .bmw-tile-img {
        max-width: 100%;
        width: 100%;
    }
    /* Video */
    .bmw-col1 .bmw-videoframe {
        min-height: 460px !important;
    }
    /* Wrapper */
    .bmw-wrapper {
        padding: 0;
        width: 88%;
    }
    /* Columns */
    .bmw-col4 {
        height: auto;
        margin-right: 16px;
        margin-bottom: 16px;
        width: calc(25% - 16px);
    }

    .bmw-col3 {
        height: auto;
        margin-right: 16px;
        margin-bottom: 16px;
        width: calc(33.3% - 16px);
    }

    .bmw-col2 {
        height: auto;
        margin-right: 16px;
        margin-bottom: 16px;
        width: calc(66.6% - 16px);
    }

    .bmw-col1 {
        height: auto;
        margin-right: 16px;
        margin-bottom: 16px;
        width: calc(100% - 16px);
    }

        .bmw-col4 img, .bmw-col3 img, .bmw-col2 img, .bmw-col1 img {
            max-width: 100%;
        }
    /* Generales */
    .bmw-top-sp {
        margin-top: 30px;
    }

    .bmw-mrg-right {
        margin-right: 20px;
    }

    .bmw-mrg-left {
        margin-left: 20px;
    }

    .bmw-image-title {
        margin: 20px;
        max-width: 100%;
        width: calc(100% - 50px);
    }

    .bmw-pdng {
        padding: 20px;
    }

    .bmw-download {
        height: 28px;
        margin: 10px 0;
        max-width: calc(100% - 20px);
        min-width: 150px;
        padding: 5px;
        width: 240px;
    }

    p {
        margin-top: 10px;
        max-width: 800px;
    }

    hr {
        width: 100%;
    }
    /* Banner */
    /* 1680x756 */
    .bmw-banner {
        /*height: 39vw;*/
        height: auto;
        margin-bottom: 70px;
        width: 100vw;
    }

    .bmw-banner-cover {
        /*height: 39vw;*/
        height: auto;
        width: 100vw;
    }

    .bmw-banner-prev {
        /*height: 39vw;*/
        height: 100%;
        left: 0;
        width: 6%;
    }

    .bmw-banner-next {
        /*height: 39vw;*/
        height: 100%;
        right: 15px;
        width: 6%;
    }

    .bmw-banner-txt {
        left: 6%;
        width: 88%;
    }

        .bmw-banner-txt h1 {
            font-size: 300%;
            padding-top: 60px;
        }
    /* 1680x465 */
    .bmw-banner-int {
        height: 33.5vw;
        width: 100vw;
    }

    .bmw-banner-cover-int {
        height: 33.5vw;
        width: 100vw;
    }
    /* Footer */
    footer {
        bottom: 0;
        height: 230px;
        max-height: 230px;
        left: 0;
        margin-top: 80px;
        width: 100%;
    }

    .bmw-footer {
        padding-top: 100px;
    }
}

/* ----------- 1680px Screens ----------- */
@media screen and (min-width: 1281px) and (max-width: 1680px) {
    /* Header */
    header {
        padding-top: 32px;
    }

    .bmw-header {
        height: calc(130px - 40px);
        width: 100%;
    }
    /* Logo */
    .bmw-logo-container {
        margin-left: 32px;
        max-width: 100%;
        max-height: 40px;
    }

        .bmw-logo-container img {
            max-height: 46px;
        }

    .bmw-fs-logo {
        margin-right: 32px;
    }

        .bmw-fs-logo img {
            height: 46px;
            max-height: 46px;
            max-height: 46px;
        }

    .bmw-logo, .mini-logo {
        margin-right: 18px;
    }

        .bmw-logo, .mini-logo img {
            height: 29px;
            max-height: 29px;
            min-height: 29px;
        }

    .bmw-100-years {
        margin-right: 18px;
        max-height: 29px;
    }

        .bmw-100-years img {
            max-height: 29px;
        }
    /* Top fixed navigation menu */
    .bmw-fixed-nav {
        max-width: 100%;
    }

    .bmw-fixed-nav-opt {
        padding: 10px;
    }
    /* Top navigation menu */
    .bmw-menu-wrapper {
        padding: 0;
        width: 88%;
    }
    /* Navbar container */
    .bmw-navbar {
        padding: 6px 8% 0 8%;
        width: 100%;
    }
        /* Navbar links */
        .bmw-navbar a {
            padding: 10px;
        }
    /* Dropdown container */
    .bmw-dropdown {
        padding: 0;
    }
        /* Dropdown button */
        .bmw-dropdown .bmw-dropbtn {
            padding: 0;
        }
    /* Dropdown content */
    .bmw-dropdown-content {
        left: 0;
        /*height: 100vh;*/
        margin-top: 13px;
        width: 100%;
    }
    /* Menu 3 columns */
    .bmw-column-menu {
        padding: 30px 0 30px 20px;
        width: calc(33.33% - 60px);
    }
        /* Columns links */
        .bmw-column-menu ul {
            margin: 0 0 0 10px;
            padding: 0 0 0 20px;
        }

        .bmw-column-menu a, .bmw-column-menu li {
            margin: 0;
            padding: 6px;
        }

    .bmw-row {
        background-color: #eeefea;
        margin: 0 auto;
    }
    /* Close */
    .bmw-close {
        width: 40px;
    }

        .bmw-close img {
            max-width: 24px;
        }
    /* Main content */
    .bmw-main {
        height: 100%;
        padding-bottom: 80px;
        top: 120px;
        width: 100%;
    }

        .bmw-main h2, .bmw-main-int h2 {
            margin: 0;
            padding: 0 0 30px 0;
        }

    .bmw-main-separator {
        height: 2px;
        margin: 10px 0 30px 0;
        width: 100%;
    }

    .bmw-main-int {
        padding: 50px 0;
    }
    /* Tiles */
    .bmw-tile {
        max-width: 100%;
        width: 100%;
    }

    .bmw-tile-tit {
        margin: 20px;
        max-width: 100%;
        width: calc(100% - 50px);
    }

    .bmw-tile-img {
        max-width: 100%;
        width: 100%;
    }
    /* Video */
    .bmw-col1 .bmw-videoframe {
        min-height: 460px !important;
    }
    /* Wrapper */
    .bmw-wrapper {
        padding: 0;
        width: 88%;
    }
    /* Columns */
    .bmw-col4 {
        height: auto;
        margin-right: 16px;
        margin-bottom: 16px;
        width: calc(25% - 16px);
    }

    .bmw-col3 {
        height: auto;
        margin-right: 16px;
        margin-bottom: 16px;
        width: calc(33.3% - 16px);
    }

    .bmw-col2 {
        height: auto;
        margin-right: 16px;
        margin-bottom: 16px;
        width: calc(66.6% - 16px);
    }

    .bmw-col1 {
        height: auto;
        margin-right: 16px;
        margin-bottom: 16px;
        width: calc(100% - 16px);
    }

        .bmw-col4 img, .bmw-col3 img, .bmw-col2 img, .bmw-col1 img {
            max-width: 100%;
        }
    /* Generales */
    .bmw-top-sp {
        margin-top: 30px;
    }

    .bmw-mrg-right {
        margin-right: 20px;
    }

    .bmw-mrg-left {
        margin-left: 20px;
    }

    .bmw-image-title {
        margin: 20px;
        max-width: 100%;
        width: calc(100% - 50px);
    }

    .bmw-pdng {
        padding: 20px;
    }

    .bmw-download {
        height: 28px;
        margin: 10px 0;
        max-width: calc(100% - 20px);
        min-width: 150px;
        padding: 5px;
        width: 240px;
    }

    p {
        margin-top: 10px;
        max-width: 800px;
    }

    hr {
        width: 100%;
    }
    /* Banner */
    /* 1680x756 */
    .bmw-banner {
        /*height: 45vw;*/
        height: auto;
        margin-bottom: 70px;
        width: 100vw;
    }

    .bmw-banner-cover {
        /*height: 45vw;*/
        height: auto;
        width: 100vw;
    }

    .bmw-banner-prev {
        /*height: 45vw;*/
        height: 100%;
        left: 0;
        width: 6%;
    }

    .bmw-banner-next {
        /*height: 45vw;*/
        height: 100%;
        right: 15px;
        width: 6%;
    }

    .bmw-banner-txt {
        left: 6%;
        width: 88%;
    }

        .bmw-banner-txt h1 {
            font-size: 300%;
            padding-top: 60px;
        }
    /* 1680x465 */
    .bmw-banner-int {
        height: 33.5vw;
        width: 100vw;
    }

    .bmw-banner-cover-int {
        height: 33.5vw;
        width: 100vw;
    }
    /* Footer */
    footer {
        bottom: 0;
        height: 230px;
        max-height: 230px;
        left: 0;
        margin-top: 80px;
        width: 100%;
    }

    .bmw-footer {
        padding-top: 100px;
    }
}

/* ----------- 1280px Screens ----------- */
@media screen and (min-width: 1025px) and (max-width: 1280px) {
    /* Header */
    header {
        padding-top: 32px;
    }

    .bmw-header {
        height: calc(130px - 40px);
        width: 100%;
    }
    /* Logo */
    .bmw-logo-container {
        margin-left: 32px;
        max-width: 100%;
        max-height: 40px;
    }

        .bmw-logo-container img {
            max-height: 46px;
        }

    .bmw-fs-logo {
        margin-right: 32px;
    }

        .bmw-fs-logo img {
            height: 46px;
            max-height: 46px;
            max-height: 46px;
        }

    .bmw-logo, .mini-logo {
        margin-right: 18px;
    }

        .bmw-logo, .mini-logo img {
            height: 29px;
            max-height: 29px;
            min-height: 29px;
        }

    .bmw-100-years {
        margin-right: 18px;
        max-height: 29px;
    }

        .bmw-100-years img {
            max-height: 29px;
        }
    /* Top fixed navigation menu */
    .bmw-fixed-nav {
        max-width: 100%;
    }

    .bmw-fixed-nav-opt {
        padding: 10px;
    }
    /* Top navigation menu */
    .bmw-menu-wrapper {
        padding: 0;
        width: 88%;
    }
    /* Navbar container */
    .bmw-navbar {
        padding: 6px 8% 0 8%;
        width: 100%;
    }
        /* Navbar links */
        .bmw-navbar a {
            padding: 10px;
        }
    /* Dropdown container */
    .bmw-dropdown {
        padding: 0;
    }
        /* Dropdown button */
        .bmw-dropdown .bmw-dropbtn {
            padding: 0;
        }
    /* Dropdown content */
    .bmw-dropdown-content {
        left: 0;
        height: 100vh;
        margin-top: 13px;
        width: 100%;
    }
    /* Menu 3 columns */
    .bmw-column-menu {
        padding: 30px 0 30px 20px;
        width: calc(33.33% - 60px);
    }
        /* Columns links */
        .bmw-column-menu ul {
            margin: 0 0 0 10px;
            padding: 0 0 0 20px;
        }

        .bmw-column-menu a, .bmw-column-menu li {
            margin: 0;
            padding: 6px;
        }

    .bmw-row {
        background-color: #eeefea;
        margin: 0 auto;
    }
    /* Close */
    .bmw-close {
        width: 40px;
    }

        .bmw-close img {
            max-width: 24px;
        }
    /* Main content */
    .bmw-main {
        height: 100%;
        padding-bottom: 80px;
        top: 120px;
        width: 100%;
    }

        .bmw-main h2, .bmw-main-int h2 {
            margin: 0;
            padding: 0 0 30px 0;
        }

    .bmw-main-separator {
        height: 2px;
        margin: 10px 0 30px 0;
        width: 100%;
    }

    .bmw-main-int {
        padding: 50px 0;
    }
    /* Tiles */
    .bmw-tile {
        max-width: 100%;
        width: 100%;
    }

    .bmw-tile-tit {
        margin: 20px;
        max-width: 100%;
        width: calc(100% - 50px);
    }

    .bmw-tile-img {
        max-width: 100%;
        width: 100%;
    }
    /* Video */
    .bmw-col1 .bmw-videoframe {
        min-height: 460px !important;
    }
    /* Wrapper */
    .bmw-wrapper {
        padding: 0;
        width: 88%;
    }
    /* Columns */
    .bmw-col4 {
        height: auto;
        margin-right: 16px;
        margin-bottom: 16px;
        width: calc(25% - 16px);
    }

    .bmw-col3 {
        height: auto;
        margin-right: 16px;
        margin-bottom: 16px;
        width: calc(33.3% - 16px);
    }

    .bmw-col2 {
        height: auto;
        margin-right: 16px;
        margin-bottom: 16px;
        width: calc(66.6% - 16px);
    }

    .bmw-col1 {
        height: auto;
        margin-right: 16px;
        margin-bottom: 16px;
        width: calc(100% - 16px);
    }

        .bmw-col4 img, .bmw-col3 img, .bmw-col2 img, .bmw-col1 img {
            max-width: 100%;
        }
    /* Generales */
    .bmw-top-sp {
        margin-top: 30px;
    }

    .bmw-mrg-right {
        margin-right: 20px;
    }

    .bmw-mrg-left {
        margin-left: 20px;
    }

    .bmw-image-title {
        margin: 20px;
        max-width: 100%;
        width: calc(100% - 50px);
    }

    .bmw-pdng {
        padding: 20px;
    }

    .bmw-download {
        height: 28px;
        margin: 10px 0;
        max-width: calc(100% - 20px);
        min-width: 150px;
        padding: 5px;
        width: 240px;
    }

    p {
        margin-top: 10px;
        max-width: calc(100% - 16px);
    }

    hr {
        width: 100%;
    }
    /* Banner */
    /* 1680x756 */
    .bmw-banner {
        /*height: 45vw;*/
        height: auto;
        margin-bottom: 70px;
        width: 100vw;
    }

    .bmw-banner-cover {
        /*height: 45vw;*/
        height: auto;
        width: 100vw;
    }

    .bmw-banner-prev {
        /*height: 45vw;*/
        height: 100%;
        left: 0;
        width: 6%;
    }

    .bmw-banner-next {
        /*height: 45vw;*/
        height: 100%;
        right: 15px;
        width: 6%;
    }

    .bmw-banner-txt {
        left: 6%;
        width: 88%;
    }

        .bmw-banner-txt h1 {
            font-size: 300%;
            padding-top: 60px;
        }
    /* 1680x465 */
    .bmw-banner-int {
        height: 33.5vw;
        width: 100vw;
    }

    .bmw-banner-cover-int {
        height: 33.5vw;
        width: 100vw;
    }
    /* Footer */
    footer {
        bottom: 0;
        height: 230px;
        max-height: 230px;
        left: 0;
        margin-top: 80px;
        width: 100%;
    }

    .bmw-footer {
        padding-top: 100px;
    }
}

/* ----------- 1024px Screens ----------- */
@media screen and (min-width: 801px) and (max-width: 1024px) {
    /* Header */
    header {
        border-bottom: 3px solid #999;
        height: 80px;
        margin: 0 auto;
        padding-top: 19px;
        width: 100%;
    }

    .bmw-header {
        height: 60px;
        margin: 0 auto;
        width: 100%;
    }

    header .bmw-col2, header .bmw-col3 {
        height: auto;
        margin: 0;
        width: 100% !important;
    }
    /* Logo */
    .bmw-logo-container {
        align-items: stretch !important;
        margin: 0 55px;
        max-width: 100%;
        max-height: 100%;
        width: calc(100% - 110px);
    }

        .bmw-logo-container img {
            max-height: 46px;
        }

    .bmw-fs-logo {
        margin-right: 32px;
    }

        .bmw-fs-logo img {
            height: 46px;
            max-height: 46px;
            max-height: 46px;
        }

    .bmw-logo, .mini-logo {
        margin-right: 18px;
    }

        .bmw-logo, .mini-logo img {
            height: 29px;
            max-height: 29px;
            min-height: 29px;
        }

    .bmw-mobile {
        display: block;
        position: absolute;
        right: 50px !important;
    }

        .bmw-mobile img {
            max-height: 32px;
        }

    .bmw-100-years {
        margin-right: 18px;
        max-height: 29px;
    }

        .bmw-100-years img {
            max-height: 29px;
        }
    /* Top fixed navigation menu */
    .bmw-fixed-nav {
        display: none;
        max-width: 100%;
    }

    .bmw-fixed-nav-opt {
        padding: 10px;
    }
    /* Top navigation menu */
    .bmw-menu-wrapper {
        min-height: 40px;
        padding: 0;
        width: 100%;
    }
    /* Navbar container */
    .bmw-navbar {
        display: none;
    }
        /* Navbar links */
        .bmw-navbar a {
            padding: 10px 20px;
        }
    /* Dropdown container */
    .bmw-dropdown {
        padding: 0;
    }
        /* Dropdown button */
        .bmw-dropdown .bmw-dropbtn {
            padding: 0;
        }
    /* Dropdown content */
    .bmw-dropdown-content {
        left: 0;
        height: 100vh;
        margin-top: 13px;
        width: 100%;
    }
    /* Menu 3 columns */
    .bmw-column-menu {
        padding: 30px 0 30px 20px;
        width: calc(33.33% - 60px);
    }
        /* Columns links */
        .bmw-column-menu ul {
            margin: 0 0 0 10px;
            padding: 0 0 0 20px;
        }

        .bmw-column-menu a, .bmw-column-menu li {
            margin: 0;
            padding: 6px;
        }

    .bmw-row {
        background-color: #eeefea;
        margin: 0 auto;
    }
    /* Close */
    .bmw-close {
        width: 40px;
    }

        .bmw-close img {
            max-width: 24px;
        }
    /* Main content */
    .bmw-main {
        height: 100%;
        padding-bottom: 80px;
        top: 80px;
        width: 100%;
    }

        .bmw-main h2, .bmw-main-int h2 {
            margin: 0;
            padding: 0 0 30px 0;
        }

    .bmw-main-separator {
        height: 2px;
        margin: 10px 0 30px 0;
        width: 100%;
    }

    .bmw-main-int {
        padding: 50px 0;
    }

    .bmw-main-tit {
        width: 100% !important;
    }
    /* Tiles */
    .bmw-tile {
        max-width: 100%;
        width: 100%;
    }

    .bmw-tile-tit {
        margin: 20px;
        max-width: 100%;
        width: calc(100% - 50px);
    }

    .bmw-tile-img {
        max-width: 100%;
        width: 100%;
    }
    /* Video */
    .bmw-col1 .bmw-videoframe {
        min-height: 360px !important;
    }
    /* Wrapper */
    .bmw-wrapper {
        padding: 0;
        width: 88%;
    }
    /* Columns */
    .bmw-col4 {
        height: auto;
        margin-right: 16px;
        margin-bottom: 16px;
        width: calc(25% - 16px);
    }

    .bmw-col3 {
        height: auto;
        margin-right: 16px;
        margin-bottom: 16px;
        width: calc(33.3% - 16px);
    }

    .bmw-col2 {
        height: auto;
        margin-right: 16px;
        margin-bottom: 16px;
        width: calc(66.6% - 16px);
    }

    .bmw-col1 {
        height: auto;
        margin-right: 16px;
        margin-bottom: 16px;
        width: calc(100% - 16px);
    }

        .bmw-col4 img, .bmw-col3 img, .bmw-col2 img, .bmw-col1 img {
            max-width: 100%;
        }
    /* Generales */
    .bmw-top-sp {
        margin-top: 30px;
    }

    .bmw-mrg-right {
        margin-right: 20px;
    }

    .bmw-mrg-left {
        margin-left: 20px;
    }

    .bmw-image-title {
        margin: 20px;
        max-width: 100%;
        width: calc(100% - 50px);
    }

    .bmw-pdng {
        padding: 20px;
    }

    .bmw-download {
        height: 28px;
        margin: 10px 0;
        max-width: calc(100% - 20px);
        min-width: 150px;
        padding: 5px;
        width: 240px;
    }

    p {
        margin-top: 10px;
        max-width: 800px;
    }

    hr {
        width: 100%;
    }
    /* Banner */
    /* 1680x756 */
    .bmw-banner {
        /*height: 45vw;*/
        height: auto;
        margin-bottom: 70px;
        width: 100vw;
    }

    .bmw-banner-cover {
        /*height: 45vw;*/
        height: auto;
        width: 100vw;
    }

    .bmw-banner-prev {
        /*height: 45vw;*/
        height: 100%;
        left: 0;
        width: 6%;
    }

    .bmw-banner-next {
        /*height: 45vw;*/
        height: 100%;
        right: 15px;
        width: 6%;
    }

    .bmw-banner-txt {
        left: 6%;
        width: 88%;
    }

        .bmw-banner-txt h1 {
            font-size: 300%;
            padding-top: 60px;
        }
    /* 1680x465 */
    .bmw-banner-int {
        height: 33.5vw;
        width: 100vw;
    }

    .bmw-banner-cover-int {
        height: 33.5vw;
        width: 100vw;
    }
    /* Footer */
    footer {
        bottom: 0;
        height: 230px;
        max-height: 230px;
        left: 0;
        margin-top: 80px;
        width: 100%;
    }

    .bmw-footer {
        padding-top: 100px;
    }
}

/* ----------- 1024px Screens Mobile ----------- */
@media screen and (min-device-width: 801px) and (max-device-width: 1024px) {
    /* Header */
    header {
        border-bottom: 3px solid #999;
        height: 80px;
        margin: 0 auto;
        padding-top: 19px;
        width: 100%;
    }

    .bmw-header {
        height: 60px;
        margin: 0 auto;
        width: 100%;
    }

    header .bmw-col2, header .bmw-col3 {
        height: auto;
        margin: 0;
        width: 100% !important;
    }
    /* Logo */
    .bmw-logo-container {
        align-items: stretch !important;
        margin: 0 55px;
        max-width: 100%;
        max-height: 100%;
        width: calc(100% - 110px);
    }

        .bmw-logo-container img {
            max-height: 46px;
        }

    .bmw-fs-logo {
        margin-right: 32px;
    }

        .bmw-fs-logo img {
            height: 46px;
            max-height: 46px;
            max-height: 46px;
        }

    .bmw-logo, .mini-logo {
        margin-right: 18px;
    }

        .bmw-logo, .mini-logo img {
            height: 29px;
            max-height: 29px;
            min-height: 29px;
        }

    .bmw-mobile {
        display: block;
        position: absolute;
        right: 50px !important;
    }

        .bmw-mobile img {
            max-height: 32px;
        }

    .bmw-100-years {
        margin-right: 18px;
        max-height: 29px;
    }

        .bmw-100-years img {
            max-height: 29px;
        }
    /* Top fixed navigation menu */
    .bmw-fixed-nav {
        display: none;
        max-width: 100%;
    }

    .bmw-fixed-nav-opt {
        padding: 10px;
    }
    /* Top navigation menu */
    .bmw-menu-wrapper {
        min-height: 40px;
        padding: 0;
        width: 100%;
    }
    /* Navbar container */
    .bmw-navbar {
        display: none;
    }
        /* Navbar links */
        .bmw-navbar a {
            padding: 10px 20px;
        }
    /* Dropdown container */
    .bmw-dropdown {
        padding: 0;
    }
        /* Dropdown button */
        .bmw-dropdown .bmw-dropbtn {
            padding: 0;
        }
    /* Dropdown content */
    .bmw-dropdown-content {
        left: 0;
        height: 100vh;
        margin-top: 13px;
        width: 100%;
    }
    /* Menu 3 columns */
    .bmw-column-menu {
        padding: 30px 0 30px 20px;
        width: calc(33.33% - 60px);
    }
        /* Columns links */
        .bmw-column-menu ul {
            margin: 0 0 0 10px;
            padding: 0 0 0 20px;
        }

        .bmw-column-menu a, .bmw-column-menu li {
            margin: 0;
            padding: 6px;
        }

    .bmw-row {
        background-color: #eeefea;
        margin: 0 auto;
    }
    /* Close */
    .bmw-close {
        width: 40px;
    }

        .bmw-close img {
            max-width: 24px;
        }
    /* Main content */
    .bmw-main {
        height: 100%;
        padding-bottom: 80px;
        top: 80px;
        width: 100%;
    }

        .bmw-main h2, .bmw-main-int h2 {
            margin: 0;
            padding: 0 0 30px 0;
        }

    .bmw-main-separator {
        height: 2px;
        margin: 10px 0 30px 0;
        width: 100%;
    }

    .bmw-main-int {
        padding: 50px 0;
    }

    .bmw-main-tit {
        width: 100% !important;
    }
    /* Tiles */
    .bmw-tile {
        max-width: 100%;
        width: 100%;
    }

    .bmw-tile-tit {
        margin: 20px;
        max-width: 100%;
        width: calc(100% - 50px);
    }

    .bmw-tile-img {
        max-width: 100%;
        width: 100%;
    }
    /* Video */
    .bmw-col1 .bmw-videoframe {
        min-height: 360px !important;
    }
    /* Wrapper */
    .bmw-wrapper {
        padding: 0;
        width: 88%;
    }
    /* Columns */
    .bmw-col4 {
        height: auto;
        margin-right: 16px;
        margin-bottom: 16px;
        width: calc(25% - 16px);
    }

    .bmw-col3 {
        height: auto;
        margin-right: 16px;
        margin-bottom: 16px;
        width: calc(33.3% - 16px);
    }

    .bmw-col2 {
        height: auto;
        margin-right: 16px;
        margin-bottom: 16px;
        width: calc(66.6% - 16px);
    }

    .bmw-col1 {
        height: auto;
        margin-right: 16px;
        margin-bottom: 16px;
        width: calc(100% - 16px);
    }

        .bmw-col4 img, .bmw-col3 img, .bmw-col2 img, .bmw-col1 img {
            max-width: 100%;
        }
    /* Generales */
    .bmw-top-sp {
        margin-top: 30px;
    }

    .bmw-mrg-right {
        margin-right: 20px;
    }

    .bmw-mrg-left {
        margin-left: 20px;
    }

    .bmw-image-title {
        margin: 20px;
        max-width: 100%;
        width: calc(100% - 50px);
    }

    .bmw-pdng {
        padding: 20px;
    }

    .bmw-download {
        height: 28px;
        margin: 10px 0;
        max-width: calc(100% - 20px);
        min-width: 150px;
        padding: 5px;
        width: 240px;
    }

    p {
        margin-top: 10px;
        max-width: 800px;
    }

    hr {
        width: 100%;
    }
    /* Banner */
    /* 1680x756 */
    .bmw-banner {
        /*height: 45vw;*/
        height: auto;
        margin-bottom: 70px;
        width: 100vw;
    }

    .bmw-banner-cover {
        /*height: 45vw;*/
        height: auto;
        width: 100vw;
    }

    .bmw-banner-prev {
        /*height: 45vw;*/
        height: 100%;
        left: 0;
        width: 6%;
    }

    .bmw-banner-next {
        /*height: 45vw;*/
        height: 100%;
        right: 15px;
        width: 6%;
    }

    .bmw-banner-txt {
        left: 6%;
        width: 88%;
    }

        .bmw-banner-txt h1 {
            font-size: 300%;
            padding-top: 60px;
        }
    /* 1680x465 */
    .bmw-banner-int {
        height: 33.5vw;
        width: 100vw;
    }

    .bmw-banner-cover-int {
        height: 33.5vw;
        width: 100vw;
    }
    /* Footer */
    footer {
        bottom: 0;
        height: 230px;
        max-height: 230px;
        left: 0;
        margin-top: 80px;
        width: 100%;
    }

    .bmw-footer {
        padding-top: 100px;
    }
}


/* ----------- 800px Screens ----------- */
@media screen and (min-width: 526px) and (max-width: 800px) {
    /* Header */
    header {
        border-bottom: 3px solid #999;
        height: 80px;
        margin: 0 auto;
        padding-top: 19px;
        width: 100%;
    }

    .bmw-header {
        height: 60px;
        margin: 0 auto;
        width: 100%;
    }

    header .bmw-col2, header .bmw-col3 {
        height: auto;
        margin: 0;
        width: 100% !important;
    }
    /* Logo */
    .bmw-logo-container {
        align-items: stretch !important;
        margin: 0 55px;
        max-width: 100%;
        max-height: 100%;
        width: calc(100% - 110px);
    }

        .bmw-logo-container img {
            max-height: 46px;
        }

    .bmw-fs-logo {
        margin-right: 32px;
    }

        .bmw-fs-logo img {
            height: 46px;
            max-height: 46px;
            max-height: 46px;
        }

    .bmw-logo, .mini-logo {
        margin-right: 18px;
    }

        .bmw-logo, .mini-logo img {
            height: 29px;
            max-height: 29px;
            min-height: 29px;
        }

    .bmw-mobile {
        display: block;
        position: absolute;
        right: 50px !important;
    }

        .bmw-mobile img {
            max-height: 32px;
        }

    .bmw-100-years {
        margin-right: 18px;
        max-height: 29px;
    }

        .bmw-100-years img {
            max-height: 29px;
        }
    /* Top fixed navigation menu */
    .bmw-fixed-nav {
        display: none;
        max-width: 100%;
    }

    .bmw-fixed-nav-opt {
        padding: 10px;
    }
    /* Top navigation menu */
    .bmw-menu-wrapper {
        min-height: 40px;
        padding: 0;
        width: 100%;
    }
    /* Navbar container */
    .bmw-navbar {
        display: none;
    }
        /* Navbar links */
        .bmw-navbar a {
            padding: 10px 20px;
        }
    /* Dropdown container */
    .bmw-dropdown {
        padding: 0;
    }
        /* Dropdown button */
        .bmw-dropdown .bmw-dropbtn {
            padding: 0;
        }
    /* Dropdown content */
    .bmw-dropdown-content {
        left: 0;
        height: 100vh;
        margin-top: 13px;
        width: 100%;
    }
    /* Menu 3 columns */
    .bmw-column-menu {
        padding: 30px 0 30px 20px;
        width: calc(33.33% - 60px);
    }
        /* Columns links */
        .bmw-column-menu ul {
            margin: 0 0 0 10px;
            padding: 0 0 0 20px;
        }

        .bmw-column-menu a, .bmw-column-menu li {
            margin: 0;
            padding: 6px;
        }

    .bmw-row {
        background-color: #eeefea;
        margin: 0 auto;
    }
    /* Close */
    .bmw-close {
        width: 40px;
    }

        .bmw-close img {
            max-width: 24px;
        }
    /* Main content */
    .bmw-main {
        height: 100%;
        padding-bottom: 80px;
        top: 80px;
        width: 100%;
    }

        .bmw-main h2, .bmw-main-int h2 {
            margin: 0;
            padding: 0 0 30px 0;
        }

    .bmw-main-separator {
        height: 2px;
        margin: 10px 0 30px 0;
        width: 100%;
    }

    .bmw-main-int {
        padding: 50px 0;
    }

    .bmw-main-tit {
        width: 100% !important;
    }
    /* Tiles */
    .bmw-tile {
        margin: 0 auto;
        max-width: 100%;
        /*height: calc(18vw - 66px);*/
        width: calc(100vw - 66px);
    }

    .bmw-tile-tit {
        font-size: 125%;
        margin: 10px;
        max-width: 100%;
        width: calc(100% - 25px);
    }

    .bmw-tile-img {
        min-height: calc(50vw - 66px);
        width: auto;
        max-width: 100%;
        /*max-width: calc(100vw - 66px);*/
    }

    _:-ms-lang(x), .bmw-tile-img {
        width: auto !important;
        height: calc(50vw - 66px);
        max-width: 2000px;
        position: absolute;
        top: 0;
        right: 0;
    }

    _:-ms-lang(x), .bmw-col2 .bmw-tile-img {
        right: -50%;
    }

    _:-ms-lang(x), .bmw-tile {
        overflow: hidden;
        height: calc(50vw - 66px);
    }
    /* Wrapper */
    .bmw-wrapper {
        padding: 0;
        width: calc(100% - 110px);
    }
    /* Columns */
    .bmw-col4, .bmw-col3, .bmw-col2 {
        height: auto;
        margin-right: 14px;
        margin-bottom: 14px;
        width: calc(50% - 14px);
    }

    .bmw-col1 {
        height: auto;
        margin-right: 14px;
        margin-bottom: 14px;
        width: calc(100% - 14px);
    }
    /*.bmw-col4 img, .bmw-col3 img, .bmw-col2 img, .bmw-col1 img {
      max-width: 100%;
    }*/
    /* Generales */
    .bmw-top-sp {
        margin-top: 30px;
    }

    .bmw-mrg-right {
        margin-right: 20px;
    }

    .bmw-mrg-left {
        margin-left: 20px;
    }

    .bmw-image-title {
        margin: 20px;
        max-width: 100%;
        width: calc(100% - 50px);
    }

    .bmw-pdng {
        padding: 20px;
    }

    .bmw-download {
        height: 28px;
        margin: 10px 0;
        max-width: calc(100% - 20px);
        min-width: 150px;
        padding: 5px;
        width: 240px;
    }

    p {
        margin-top: 10px;
        max-width: 800px;
    }

    hr {
        width: 100%;
    }
    /* Banner */
    /* 1680x756 */
    .bmw-banner {
        /*height: 45vw;*/
        height: auto;
        margin-bottom: 100px;
        width: 100vw;
    }

    .bmw-banner-cover {
        /*height: 45vw;*/
        height: auto;
        width: 100vw;
    }

    .bmw-banner-prev {
        /*height: 45vw;*/
        height: 100%;
        left: 0;
        width: 6%;
    }

    .bmw-banner-next {
        /*height: 45vw;*/
        height: 100%;
        right: 15px;
        width: 6%;
    }

    .bmw-banner-txt {
        left: 55px;
        width: calc(100% - 130px);
    }

        .bmw-banner-txt h1 {
            color: #444;
            font-size: 280%;
            /*line-height: 3em;*/
            height: auto;
            margin: 0 auto;
            position: relative;
            padding-top: 45vw;
            width: 100%;
            white-space: normal;
        }

    .bmw-break {
        display: block;
        clear: both;
        height: 20px;
        white-space: nowrap;
    }
    /* 1680x465 */
    .bmw-banner-int {
        height: 33.5vw;
        width: 100vw;
    }

    .bmw-banner-cover-int {
        height: 33.5vw;
        width: 100vw;
    }
    /* Footer */
    footer {
        bottom: 0;
        height: 220px;
        max-height: 220px;
        left: 0;
        margin-top: 40px;
        width: 100%;
    }

    .bmw-footer {
        padding-top: 50px;
    }
}

/* ----------- 800px Screens Mobile ----------- */
@media screen and (min-device-width: 536px) and (max-device-width: 800px) {
    /* Header */
    header {
        border-bottom: 3px solid #999;
        height: 80px;
        margin: 0 auto;
        padding-top: 19px;
        width: 100%;
    }

    .bmw-header {
        height: 60px;
        margin: 0 auto;
        width: 100%;
    }

    header .bmw-col2, header .bmw-col3 {
        height: auto;
        margin: 0;
        width: 100% !important;
    }
    /* Logo */
    .bmw-logo-container {
        align-items: stretch !important;
        margin: 0 55px;
        max-width: 100%;
        max-height: 100%;
        width: calc(100% - 110px);
    }

        .bmw-logo-container img {
            max-height: 46px;
        }

    .bmw-fs-logo {
        margin-right: 32px;
    }

        .bmw-fs-logo img {
            height: 46px;
            max-height: 46px;
            max-height: 46px;
        }

    .bmw-logo, .mini-logo {
        margin-right: 18px;
    }

        .bmw-logo, .mini-logo img {
            height: 29px;
            max-height: 29px;
            min-height: 29px;
        }

    .bmw-mobile {
        display: block;
        position: absolute;
        right: 50px !important;
    }

        .bmw-mobile img {
            max-height: 32px;
        }

    .bmw-100-years {
        margin-right: 18px;
        max-height: 29px;
    }

        .bmw-100-years img {
            max-height: 29px;
        }
    /* Top fixed navigation menu */
    .bmw-fixed-nav {
        display: none;
        max-width: 100%;
    }

    .bmw-fixed-nav-opt {
        padding: 10px;
    }
    /* Top navigation menu */
    .bmw-menu-wrapper {
        min-height: 40px;
        padding: 0;
        width: 100%;
    }
    /* Navbar container */
    .bmw-navbar {
        display: none;
    }
        /* Navbar links */
        .bmw-navbar a {
            padding: 10px 20px;
        }
    /* Dropdown container */
    .bmw-dropdown {
        padding: 0;
    }
        /* Dropdown button */
        .bmw-dropdown .bmw-dropbtn {
            padding: 0;
        }
    /* Dropdown content */
    .bmw-dropdown-content {
        left: 0;
        height: 100vh;
        margin-top: 13px;
        width: 100%;
    }
    /* Menu 3 columns */
    .bmw-column-menu {
        padding: 30px 0 30px 20px;
        width: calc(33.33% - 60px);
    }
        /* Columns links */
        .bmw-column-menu ul {
            margin: 0 0 0 10px;
            padding: 0 0 0 20px;
        }

        .bmw-column-menu a, .bmw-column-menu li {
            margin: 0;
            padding: 6px;
        }

    .bmw-row {
        background-color: #eeefea;
        margin: 0 auto;
    }
    /* Close */
    .bmw-close {
        width: 40px;
    }

        .bmw-close img {
            max-width: 24px;
        }
    /* Main content */
    .bmw-main {
        height: 100%;
        padding-bottom: 80px;
        top: 80px;
        width: 100%;
    }

        .bmw-main h2, .bmw-main-int h2 {
            margin: 0;
            padding: 0 0 30px 0;
        }

    .bmw-main-separator {
        height: 2px;
        margin: 10px 0 30px 0;
        width: 100%;
    }

    .bmw-main-int {
        padding: 50px 0;
    }

    .bmw-main-tit {
        width: 100% !important;
    }
    /* Tiles */
    .bmw-tile {
        margin: 0 auto;
        max-width: 100%;
        /*height: calc(18vw - 66px);*/
        width: calc(100vw - 66px);
    }

    .bmw-tile-tit {
        font-size: 125%;
        margin: 10px;
        max-width: 100%;
        width: calc(100% - 25px);
    }

    .bmw-tile-img {
        min-height: calc(50vw - 66px);
        width: auto;
        max-width: 100%;
        /*max-width: calc(100vw - 66px);*/
    }

    _:-ms-lang(x), .bmw-tile-img {
        width: auto !important;
        height: calc(50vw - 66px);
        max-width: 2000px;
        position: absolute;
        top: 0;
        right: 0;
    }

    _:-ms-lang(x), .bmw-col2 .bmw-tile-img {
        right: -50%;
    }

    _:-ms-lang(x), .bmw-tile {
        overflow: hidden;
        height: calc(50vw - 66px);
    }
    /* Wrapper */
    .bmw-wrapper {
        padding: 0;
        width: calc(100% - 110px);
    }
    /* Columns */
    .bmw-col4, .bmw-col3, .bmw-col2 {
        height: auto;
        margin-right: 14px;
        margin-bottom: 14px;
        width: calc(50% - 14px);
    }

    .bmw-col1 {
        height: auto;
        margin-right: 14px;
        margin-bottom: 14px;
        width: calc(100% - 14px);
    }
    /*.bmw-col4 img, .bmw-col3 img, .bmw-col2 img, .bmw-col1 img {
      max-width: 100%;
    }*/
    /* Generales */
    .bmw-top-sp {
        margin-top: 30px;
    }

    .bmw-mrg-right {
        margin-right: 20px;
    }

    .bmw-mrg-left {
        margin-left: 20px;
    }

    .bmw-image-title {
        margin: 20px;
        max-width: 100%;
        width: calc(100% - 50px);
    }

    .bmw-pdng {
        padding: 20px;
    }

    .bmw-download {
        height: 28px;
        margin: 10px 0;
        max-width: calc(100% - 20px);
        min-width: 150px;
        padding: 5px;
        width: 240px;
    }

    p {
        margin-top: 10px;
        max-width: 800px;
    }

    hr {
        width: 100%;
    }
    /* Banner */
    /* 1680x756 */
    .bmw-banner {
        /*height: 45vw;*/
        height: auto;
        margin-bottom: 100px;
        width: 100vw;
    }

    .bmw-banner-cover {
        /*height: 45vw;*/
        height: auto;
        width: 100vw;
    }

    .bmw-banner-prev {
        /*height: 45vw;*/
        height: 100%;
        left: 0;
        width: 6%;
    }

    .bmw-banner-next {
        /*height: 45vw;*/
        height: 100%;
        right: 15px;
        width: 6%;
    }

    .bmw-banner-txt {
        left: 55px;
        width: calc(100% - 130px);
    }

        .bmw-banner-txt h1 {
            color: #444;
            font-size: 280%;
            /*line-height: 3em;*/
            height: auto;
            margin: 0 auto;
            position: relative;
            padding-top: 45vw;
            width: 100%;
            white-space: normal;
        }

    .bmw-break {
        display: block;
        clear: both;
        height: 20px;
        white-space: nowrap;
    }
    /* 1680x465 */
    .bmw-banner-int {
        height: 33.5vw;
        width: 100vw;
    }

    .bmw-banner-cover-int {
        height: 33.5vw;
        width: 100vw;
    }
    /* Footer */
    footer {
        bottom: 0;
        height: 220px;
        max-height: 220px;
        left: 0;
        margin-top: 40px;
        width: 100%;
    }

    .bmw-footer {
        padding-top: 50px;
    }
}

/* ----------- 480px Screens ----------- */
@media screen and (max-width: 535px) {
    /* Header */
    header {
        border-bottom: 3px solid #999;
        height: 80px;
        margin: 0 auto;
        padding-top: 19px;
        width: 100%;
    }

    .bmw-header {
        height: 60px;
        margin: 0 auto;
        width: 100%;
    }
    /* Logo */
    .bmw-logo-container {
        align-items: stretch !important;
        margin: 0 19px;
        max-width: 100%;
        max-height: 100%;
        width: 100%;
    }

        .bmw-logo-container img {
            max-height: 46px;
        }

    .bmw-fs-logo {
        margin-right: 32px;
    }

        .bmw-fs-logo img {
            height: 46px;
            max-height: 46px;
            max-height: 46px;
        }

    .bmw-logo, .mini-logo {
        margin-right: 18px;
    }

        .bmw-logo, .mini-logo img {
            height: 29px;
            max-height: 29px;
            min-height: 29px;
        }

    .bmw-mobile {
        display: block;
        position: absolute;
        right: 15px !important;
    }

        .bmw-mobile img {
            max-height: 32px;
        }

    .bmw-100-years {
        display: none;
    }
    /* Top fixed navigation menu */
    .bmw-fixed-nav {
        display: none;
        max-width: 100%;
    }

    .bmw-fixed-nav-opt {
        padding: 10px;
    }
    /* Top navigation menu */
    .bmw-menu-wrapper {
        min-height: 40px;
        padding: 0;
        width: 100%;
    }

        .bmw-menu-wrapper > .bmw-col2 {
            display: none;
        }
    /* Navbar container */
    .bmw-navbar {
        display: none;
    }
        /* Navbar links */
        .bmw-navbar a {
            padding: 10px 20px;
        }
    /* Dropdown container */
    .bmw-dropdown {
        padding: 0;
    }
        /* Dropdown button */
        .bmw-dropdown .bmw-dropbtn {
            padding: 0;
        }
    /* Dropdown content */
    .bmw-dropdown-content {
        left: 0;
        height: 100vh;
        margin-top: 13px;
        width: 100%;
    }
    /* Menu 3 columns */
    .bmw-column-menu {
        padding: 30px 0 30px 20px;
        width: calc(33.33% - 60px);
    }
        /* Columns links */
        .bmw-column-menu ul {
            margin: 0 0 0 10px;
            padding: 0 0 0 20px;
        }

        .bmw-column-menu a, .bmw-column-menu li {
            margin: 0;
            padding: 6px;
        }

    .bmw-row {
        background-color: #eeefea;
        margin: 0 auto;
    }
    /* Close */
    .bmw-close {
        width: 40px;
    }

        .bmw-close img {
            max-width: 24px;
        }
    /* Main content */
    .bmw-main {
        height: 100%;
        padding-bottom: 80px;
        top: 80px;
        width: 100%;
    }

        .bmw-main h2, .bmw-main-int h2 {
            margin: 10px 0;
            font-size: 180%;
            padding: 0 0 10px 0;
        }

    .bmw-main-separator {
        height: 2px;
        margin: 10px 0 20px 0;
        width: 100%;
    }

    .bmw-main-int {
        padding: 10px 0;
    }
    /* Tiles */
    .bmw-tile {
        background-color: transparent;
        margin: 10px auto;
        max-width: 100%;
        min-height: calc(100vw - 66px);
        width: calc(100vw - 66px);
    }

    .bmw-tile-tit {
        font-size: 125%;
        margin: 10px;
        max-width: 100%;
        width: calc(100% - 25px);
    }

    .bmw-tile-img {
        min-height: calc(100vw - 66px);
        width: calc(100vw - 66px);
    }

    _:-ms-lang(x), .bmw-tile-img {
        min-height: 100% !important;
        width: auto !important;
    }

    _:-ms-lang(x), .bmw-tile {
        height: auto;
        min-height: 1px;
        min-height: calc(100vw - 66px);
    }
    /* Wrapper */
    .bmw-wrapper {
        padding: 0;
        width: calc(100% - 66px);
    }
    /* Columns */
    [class*="bmw-col"] {
        margin: 0 auto;
        width: calc(100vw - 24px);
    }

    .bmw-col4 img, .bmw-col3 img, .bmw-col2 img, .bmw-col1 img {
        max-width: 100%;
    }
    /* Generales */
    .bmw-top-sp {
        margin-top: 20px;
    }

    .bmw-mrg-right {
        margin-right: 20px;
    }

    .bmw-mrg-left {
        margin-left: 20px;
    }

    .bmw-image-title {
        margin: 20px;
        max-width: 100%;
        width: calc(100% - 50px);
    }

    .bmw-pdng {
        padding: 20px;
    }

    .bmw-download {
        height: 28px;
        margin: 10px 0;
        max-width: calc(100% - 20px);
        min-width: 150px;
        padding: 5px;
        width: 100%;
    }

    p {
        margin-top: 10px;
        max-width: 800px;
        width: 100%;
    }

    hr {
        width: 100%;
    }
    /* Banner */
    /* 1680x756 */
    .bmw-banner {
        /*height: 45vw;*/
        height: auto;
        margin-bottom: 90px;
        width: 100vw;
    }

    .bmw-banner-cover {
        /*height: 45vw;*/
        height: auto;
        width: 100vw;
    }

    .bmw-banner-prev {
        background-size: 20px auto !important;
        /*height: 45vw;*/
        height: 100%;
        left: 5px;
        width: 20px;
    }

    .bmw-banner-next {
        background-size: 20px auto !important;
        /*height: 45vw;*/
        height: 100%;
        right: 20px;
        width: 20px;
    }

    .bmw-banner-txt {
        left: 33px;
        width: calc(100% - 86px);
    }

        .bmw-banner-txt h1 {
            color: #444;
            font-size: 200%;
            line-height: 1.5em;
            height: auto;
            margin: 0 auto;
            position: relative;
            padding-top: 45vw;
            width: 100%;
            white-space: normal;
        }

    .bmw-break {
        display: block;
        clear: both;
        height: 20px;
        white-space: nowrap;
    }
    /* 1680x465 */
    .bmw-banner-int {
        height: 33.5vw;
        width: 100vw;
    }

    .bmw-banner-cover-int {
        height: 33.5vw;
        width: 100vw;
    }
    /* Footer */
    footer {
        bottom: 0;
        height: 200px;
        max-height: 230px;
        left: 0;
        margin-top: 40px;
        width: 100%;
    }

    .bmw-footer {
        padding: 30px 0;
    }
}

/* ----------- 480px Screens Mobile ----------- */
@media screen and (max-device-width: 535px) {
    /* Header */
    header {
        border-bottom: 3px solid #999;
        height: 80px;
        margin: 0 auto;
        padding-top: 19px;
        width: 100%;
    }

    .bmw-header {
        height: 60px;
        margin: 0 auto;
        width: 100%;
    }
    /* Logo */
    .bmw-logo-container {
        align-items: stretch !important;
        margin: 0 19px;
        max-width: 100%;
        max-height: 100%;
        width: 100%;
    }

        .bmw-logo-container img {
            max-height: 46px;
        }

    .bmw-fs-logo {
        margin-right: 32px;
    }

        .bmw-fs-logo img {
            height: 46px;
            max-height: 46px;
            max-height: 46px;
        }

    .bmw-logo, .mini-logo {
        margin-right: 18px;
    }

        .bmw-logo, .mini-logo img {
            height: 29px;
            max-height: 29px;
            min-height: 29px;
        }

    .bmw-mobile {
        display: block;
        position: absolute;
        right: 15px !important;
    }

        .bmw-mobile img {
            max-height: 32px;
        }

    .bmw-100-years {
        display: none;
    }
    /* Top fixed navigation menu */
    .bmw-fixed-nav {
        display: none;
        max-width: 100%;
    }

    .bmw-fixed-nav-opt {
        padding: 10px;
    }
    /* Top navigation menu */
    .bmw-menu-wrapper {
        min-height: 40px;
        padding: 0;
        width: 100%;
    }

        .bmw-menu-wrapper > .bmw-col2 {
            display: none;
        }
    /* Navbar container */
    .bmw-navbar {
        display: none;
    }
        /* Navbar links */
        .bmw-navbar a {
            padding: 10px 20px;
        }
    /* Dropdown container */
    .bmw-dropdown {
        padding: 0;
    }
        /* Dropdown button */
        .bmw-dropdown .bmw-dropbtn {
            padding: 0;
        }
    /* Dropdown content */
    .bmw-dropdown-content {
        left: 0;
        height: 100vh;
        margin-top: 13px;
        width: 100%;
    }
    /* Menu 3 columns */
    .bmw-column-menu {
        padding: 30px 0 30px 20px;
        width: calc(33.33% - 60px);
    }
        /* Columns links */
        .bmw-column-menu ul {
            margin: 0 0 0 10px;
            padding: 0 0 0 20px;
        }

        .bmw-column-menu a, .bmw-column-menu li {
            margin: 0;
            padding: 6px;
        }

    .bmw-row {
        background-color: #eeefea;
        margin: 0 auto;
    }
    /* Close */
    .bmw-close {
        width: 40px;
    }

        .bmw-close img {
            max-width: 24px;
        }
    /* Main content */
    .bmw-main {
        height: 100%;
        padding-bottom: 80px;
        top: 80px;
        width: 100%;
    }

        .bmw-main h2, .bmw-main-int h2 {
            margin: 10px 0;
            font-size: 180%;
            padding: 0 0 10px 0;
        }

    .bmw-main-separator {
        height: 2px;
        margin: 10px 0 20px 0;
        width: 100%;
    }

    .bmw-main-int {
        padding: 10px 0;
    }
    /* Tiles */
    .bmw-tile {
        background-color: transparent;
        margin: 10px auto;
        max-width: 100%;
        min-height: calc(100vw - 66px);
        width: calc(100vw - 66px);
    }

    .bmw-tile-tit {
        font-size: 125%;
        margin: 10px;
        max-width: 100%;
        width: calc(100% - 25px);
    }

    .bmw-tile-img {
        min-height: calc(100vw - 66px);
        width: calc(100vw - 66px);
    }

    _:-ms-lang(x), .bmw-tile-img {
        min-height: 100% !important;
        width: auto !important;
    }

    _:-ms-lang(x), .bmw-tile {
        height: auto;
        min-height: 1px;
    }
    /* Wrapper */
    .bmw-wrapper {
        padding: 0;
        width: calc(100% - 66px);
    }
    /* Columns */
    [class*="bmw-col"] {
        margin: 0 auto;
        width: calc(100vw - 24px);
    }

    .bmw-col4 img, .bmw-col3 img, .bmw-col2 img, .bmw-col1 img {
        max-width: 100%;
    }
    /* Generales */
    .bmw-top-sp {
        margin-top: 20px;
    }

    .bmw-mrg-right {
        margin-right: 20px;
    }

    .bmw-mrg-left {
        margin-left: 20px;
    }

    .bmw-image-title {
        margin: 20px;
        max-width: 100%;
        width: calc(100% - 50px);
    }

    .bmw-pdng {
        padding: 20px;
    }

    .bmw-download {
        height: 28px;
        margin: 10px 0;
        max-width: calc(100% - 20px);
        min-width: 150px;
        padding: 5px;
        width: 100%;
    }

    p {
        margin-top: 10px;
        max-width: 800px;
        width: 100%;
    }

    hr {
        width: 100%;
    }
    /* Banner */
    /* 1680x756 */
    .bmw-banner {
        /*height: 45vw;*/
        height: auto;
        margin-bottom: 90px;
        width: 100vw;
    }

    .bmw-banner-cover {
        /*height: 45vw;*/
        height: auto;
        width: 100vw;
    }

    .bmw-banner-prev {
        background-size: 20px auto !important;
        /*height: 45vw;*/
        height: 100%;
        left: 5px;
        width: 20px;
    }

    .bmw-banner-next {
        background-size: 20px auto !important;
        /*height: 45vw;*/
        height: 100%;
        right: 20px;
        width: 20px;
    }

    .bmw-banner-txt {
        left: 33px;
        width: calc(100% - 86px);
    }

        .bmw-banner-txt h1 {
            color: #444;
            font-size: 200%;
            line-height: 1.5em;
            height: auto;
            margin: 0 auto;
            position: relative;
            padding-top: 45vw;
            width: 100%;
            white-space: normal;
        }

    .bmw-break {
        display: block;
        clear: both;
        height: 20px;
        white-space: nowrap;
    }
    /* 1680x465 */
    .bmw-banner-int {
        height: 33.5vw;
        width: 100vw;
    }

    .bmw-banner-cover-int {
        height: 33.5vw;
        width: 100vw;
    }
    /* Footer */
    footer {
        bottom: 0;
        height: 200px;
        max-height: 230px;
        left: 0;
        margin-top: 40px;
        width: 100%;
    }

    .bmw-footer {
        padding: 30px 0;
    }
}
