/* Copyright (c) 2025 BMW Financial Services México*/
/* Developed by www.blendwerk.com.mx */

/* ----------- Basic styles ----------- */
/* General */
html, body {
    height: 100%;
}
* {
    -webkit-overflow-scrolling: touch !important;
}
/* Cookies */
div.cookiesDisclaimerContainer {
    background-color: #fff !important;
    position: fixed !important;
    bottom: 0 !important;
    z-index: 1000 !important;
    width: 100% !important;
    height: auto !important;
    -webkit-box-shadow: 0px -10px 10px 0px rgba(0,0,0,0.3) !important;
    -moz-box-shadow: 0px -10px 10px 0px rgba(0,0,0,0.3) !important;
    box-shadow: 0px -10px 10px 0px rgba(0,0,0,0.3) !important;
    padding: 20px 0 !important;
}
.cookiesDisclaimerText {
    width: 80% !important;
    margin: 10px auto !important; 
}
.cookiesDisclaimerText .bold {
    font-size: 2em !important;
    line-height: 2em !important;
    margin-bottom: 10px !important;
}
.cookiesDisclaimerText p {
    line-height: 1em !important;
    margin-bottom: 10px !important;
}
.cookiesDisclaimerButton {
    width: 80% !important;
    margin: 20px auto !important;
}
.cookiesDisclaimerButton .cookiesMoreInfo {
    color: #000 !important;
    font-weight: bold !important;
    font-family: 'BMWTypeNext-Bold', sans-serif !important;
    font-size: 1.1em !important;
    width: auto !important;
    float: left !important;
}
.cookiesDisclaimerButton .cookiesMoreInfo a {
    color: #000 !important;
}
.cookiesDisclaimerButton .buttonClass {
    float: right !important;
    width: auto !important;
    background-color: rgb(28, 105, 212) !important;
    color: #fff !important;
    padding: 15px 45px !important;
    font-weight: bold !important;
    font-family: 'BMWTypeNext-Bold', sans-serif !important;
    font-size: 1em !important;
    cursor: pointer !important;
}
/* Legal */
.bmw-cot-legal {
    padding: 25px 0 !important;
}
.bmw-cot-legal p {
    font-size: .75em !important;
    text-align: justify !important;
}
.bmw-cot-legal b {
    font-size: medium !important;
}
/* Tooltip Mobile */
.bmw-cot-tooltip-icon {
    width: 20px !important;
    text-shadow: none !important;
    box-shadow: none !important;
    border-color: transparent !important;
    background-color: transparent !important;
    margin: -6px 0 20px 20px !important;
    display: none;
    clear: both !important;
}
.bmw-cot-tooltip-text {
    width: 100% !important;
    font-size: .75em !important;
    text-align: justify !important;
    padding-top: 0 !important;
    display: none;
}
/* Header */
header {
    position: fixed;
    z-index: 100;
    height: 100px !important;
    transition: background-color 0.5s ease;
    background-color: rgba(255, 255, 255, 0);
    background-color: rgba(white, 0.1);
    background-color: rgb(255, 255, 255, 0);
    display: block;
    text-align: right;
    margin: 0 auto !important;
    width: 100%;
    max-width: 100vw;
    clear: both;
    padding: 0 4%;
    box-sizing: border-box;
}
.bmw-cot-header {
    background-color: transparent;
    border: none;
}
.bmw-cot-solid {
    background-color: rgba(255, 255, 255, 1);
    background-color: rgb(255, 255, 255, 1);
    border-bottom: 1px solid #d4d4d4;
}
.bmw-cot-header-rel {
    position: relative !important;
}
/* Logo */
.bmw-cot-logo {
    background-color: transparent;
    height: auto;
    text-decoration: none !important;
}
.bmw-cot-logo img {
    background-color: transparent;
    width: auto;
    max-height: 40px;
    margin: 25px 10px 0 10px;
}
.bmw-cot-garage{
    opacity: .7;
}
/* Banner */
.bmw-cot-banner {
    width: 100%;
}
.bmw-cot-banner img {
    width: 100%;
    height: auto;
}
/* Main content */
.bmw-cot-main {
    clear: both;
    /*display: table;*/
    position: relative;
    width: 100%;
    /*height: calc(100% - 240px);*/
    padding-bottom: 100px !important
}
.bmw-cot-main h2, .bmw-cot-main-int h2 {
    font-size: 32px;
    font-family: 'BMWTypeNext-Regular', sans-serif;
    line-height: 34px;
}
.bmw-cot-main p, .bmw-cot-main-int p {
    color: #444;
    font-size: 15px;
    font-family: 'BMWTypeNext-Regular', sans-serif;
    line-height: 22px;
}
.bmw-cot-main-separator {
    border: none;
    border-left: 34px solid #4c4c4c;
    clear: both;
    display: table;
    float: left;
}
/* Wrapper */
.bmw-cot-wrapper {
    background-color: transparent;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    margin: 0 auto;
}
/* Title */
.bmw-cot-main-title {
    width: 100% !important;
    background-color: #fff;
    margin: 0;
    padding: 30px 50px;
    font-family: 'BMWTypeNext-Regular', sans-serif;
    font-weight: lighter !important;
}
.bmw-cot-main-title h1, .bmw-cot-main-int-title h1 {
    font-size: 1.6em;
    font-family: 'BMWTypeNext-Regular', sans-serif;
    line-height: 1.9em;
}
.bmw-cot-main-title h2, .bmw-cot-main-int-title h2 {
    font-size: 1em;
    font-weight: bold;
    font-family: 'BMWTypeNext-Regular', sans-serif;
    line-height: 34px;
}
h3.bmw-cot-preview-tit {
    width: 100% !important;
    font-size: 1.3em !important;
    font-family: 'BMWTypeNext-Regular', sans-serif !important;
    line-height: 1.3em !important;
    color: #606060 !important;
    font-weight: 300 !important;
    padding: 10px 0 !important;
    margin: 0 !important;
}
/* Content */
.bmw-cot-main-content {
    /*width: calc(100% - 100px) !important;*/
    width: 100%;
    background-color: transparent;
    margin: 0;
    padding: 0 40px;
}
/* Series */
.bmw-cot-series {
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    width: calc(100% - 2px) !important;
    padding-top: 25px;
}
/* Models */
.bmw-cot-models {
    border-top: none;
    border-bottom: none;
    width: calc(100% - 2px) !important;
    height: auto !important;
}
.bmw-cot-models-btn{
    width: 100% !important;
    max-width: 100% !important;
}
.bmw-cot-models-btn img{
    width: 100% !important;
    max-width: 100% !important;
}
.bmw-cot-models-btn figcaption{
    width: 100% !important;
    max-width: 100% !important;
    color: #000;
    padding-bottom: 20px !important;
}
.bmw-cot-models-btn:hover figcaption, .bmw-cot-models-btn:active figcaption{
    color: #1C69D4 !important;
}
/* Customize */
.bmw-cot-sticky {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
}
.bmw-cot-customize {
    border-top: none;
    border-bottom: none;
    /*width: 100% !important;*/
    height: auto !important;
    text-shadow: none !important;
    margin-bottom: 25px !important;
}
.bmw-cot-customize h2 {
    color: #1C69D4 !important;
    font-size: 1.4em !important;
    font-weight: lighter !important;
}
.bmw-cot-customize ul {
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    clear: both;
}
.bmw-cot-customize ol {
    width: 80%;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    margin-left: 26% !important;
    clear: both;
}
.bmw-cot-customize li {
    width: 100%;
}
.bmw-cot-customize li label {
    min-height: 20px;
    font-size: .85em !important;
}
.bmw-cot-customize li span {
    width: 66%;
    float: left;
    min-height: 20px;
    clear: right;
    display: table-cell;
    font-size: .78em !important;
    font-family: 'BMWTypeNext-Bold', sans-serif;
}
.bmw-cot-custom-bdr {
    border: 12px solid #EFEFEF;
    padding: 12px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.bmw-cot-custom-plan {
    display: flex !important;
    justify-content: space-between !important;
    align-items: stretch !important;
    height: auto !important;
}
.bmw-cot-col-50.bmw-cot-custom-bdr {
    width: calc(50% - 10px) !important;
    margin-right: 0 !important;
}
.bmw-cot-customize h3 {
    display: block;
    float: left;
    font-family: 'BMWTypeNext-Bold', sans-serif;
    color: #939393 !important;
    font-size: 1.2em;
    width: 100%;
    padding-top: 6px;
    line-height: 1.3em !important;
}
.bmw-cot-preview-img {
    text-align: center;
    width: 65%;
    margin: 0 auto;
    display: flex;
    padding: 20px 0;
}
.bmw-cot-label {
    font-size: .8em;
    margin: 20px 0;
    width: 100%;
    display: block;
}
.bmw-cot-price {
    font-size: 1.1em;
    margin: 10px 0;
    width: 100%;
    font-family: 'BMWTypeNext-Bold', sans-serif;
    text-align: center;
}
.bmw-cot-downpay {
    font-size: .95em;
    margin: 10px 0;
    width: 100%;
    font-family: 'BMWTypeNext-Bold', sans-serif;
    text-align: center;
}
.bmw-cot-downpay em {
    font-family: 'BMWTypeNext-Bold', sans-serif;
    color: #808080 !important;
    padding-left: 30px !important;
}
.bmw-cot-version {
    font-family: 'BMWTypeNext-Regular', sans-serif !important;
    font-weight: lighter;
}
.bmw-cot-auto-heigth {
    height: auto !important;
}
.bmw-cot-message {
    display: block;
    height: auto !important;
    width: 100%;
    clear: both;
    box-sizing: border-box;
    background-color: transparent;
}
.bmw-cot-message-height {
    min-height: 1vh !important;
    height: auto;
}
.bmw-cot-message-img, .bmw-cot-message img {
    max-width: 100%;
    height: auto;
    width: 100%;
}
.bmw-cot-message-h2, .bmw-cot-message h2 {
    text-align: left !important;
    color: #fff !important;
    background-color: transparent !important;
    width: 100%;
    font-size: 1.6em !important;
    position: absolute;
    height: auto;
    clear: both;
    width: 90%;
    bottom: 20%;
    left: 50px;
    z-index: 1000;
    padding: 0;
    margin: 0;
    line-height: 1.5em;
    float: left;
}
.bmw-cot-message-h3, .bmw-cot-message h3 {
    text-align: left !important;
    color: #fff !important;
    background-color: transparent !important;
    width: 100%;
    font-size: 1em !important;
    position: absolute;
    height: auto;
    clear: both;
    width: 90%;
    bottom: 46%;
    left: 50px;
    z-index: 1000;
    padding: 0;
    margin: 0;
    line-height: 1em;
    float: left;
}
.bmw-cot-message-btn {
    text-align: left !important;
    color: #fff !important;
    background-color: #1C69D4 !important;
    width: 100%;
    font-size: .8em !important;
    position: absolute;
    height: auto;
    clear: both;
    width: auto !important;
    bottom: 36%;
    left: 50px;
    z-index: 1000;
    padding: 15px 30px;
    margin: 0;
    line-height: .8em;
    box-sizing: border-box;
    border: none !important;
    float: left;
    text-shadow: none !important;
}
.bmw-cot-btn-hidden {
    position: fixed;
    top: 10px;
    left: 10px;
    opacity: 0;
}
.bmw-cot-preview{
    padding: 0 !important;
    line-height: 1.4em;
}
.bmw-cot-preview label{
    font-size: .92em;
    font-family: 'BMWTypeNext-Light', sans-serif;
    padding-bottom: 8px;
}
.bmw-cot-preview b{
    font-size: .92em;
    font-family: 'BMWTypeNext-Bold', sans-serif;
    padding-bottom: 8px;
}
.bmw-cot-preview h4{
    font-size: 1.1em;
    font-family: 'BMWTypeNext-Regular', sans-serif;
    padding-bottom: 8px;
}
/* Columns */
.bmw-cot-col4 {
    background-color: transparent;
    position: relative;
    height: auto;
    margin-right: 16px;
    margin-bottom: 16px;
    width: calc(25% - 16px);
    display: flex;
}
.bmw-cot-col3 {
    background-color: transparent;
    position: relative;
    height: auto;
    margin-right: 16px;
    margin-bottom: 16px;
    width: calc(33.3% - 16px);
}
.bmw-cot-col2 {
    background-color: transparent;
    position: relative;
    height: auto;
    margin-right: 16px;
    margin-bottom: 16px;
    width: calc(66.6% - 16px);
}
.bmw-cot-col1 {
    background-color: transparent;
    position: relative;
    height: auto;
    margin-right: 16px;
    margin-bottom: 16px;
    width: calc(100% - 16px);
}
/* Generales */
.bmw-cot-last {
    margin-right: 0;
}
.bmw-cot-bottom {
    margin-bottom: 0;
}
.bmw-cot-dark-text, .bmw-cot-dark-text a, a.bmw-cot-dark-text {
    color: #444;
}
.bmw-cot-light-text, .bmw-cot-light-text a, a.bmw-cot-light-text {
    color: #999;
}
.bmw-cot-white-text, .bmw-cot-white-text a, a.bmw-cot-white-text {
    color: #eeefea;
}
.bmw-cot-clear {
    clear: both;
}
.bmw-cot-center {
    text-align: center !important;
    margin: 0 auto !important;
    justify-content: center !important;
    float: none !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    align-content: center !important;
    table-layout: fixed;
}
.bmw-cot-centerbutton {
    text-align: center !important;
    margin: 0 auto !important;
    justify-content: center !important;
    float: none !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    align-content: center !important;
}
.bmw-cot-button-mrg {
    margin-left: 6px !important;
    margin-right: 6px !important;
    box-sizing: border-box !important;
    table-layout: fixed;
}
.bmw-cot-bckg-gr {
    background-color: #f2f2f2;
}
.bmw-cot-left {
    margin-left: 0 !important;
    padding-left: 0 !important;
}
.bmw-cot-right {
    margin-right: 0 !important;
    padding-right: 0 !important;
}
.bmw-cot-tab {
    display: table;
    width: 100%;
    min-height: 30px;
    box-sizing: border-box;
    table-layout: fixed;
}
.bmw-cot-tab10 {
    display: table;
    width: 100%;
    min-height: 10px;
    box-sizing: border-box;
    table-layout: fixed;
    cursor: pointer;
}
.bmw-cot-col {
    float: left;
    display: block;
    margin-right: 28px !important;
}
.bmw-cot-col:last-of-type {
    margin-right: 0 !important;
}
.bmw-cot-col-100 {
    width: 100%;
}
.bmw-cot-col-90 {
    width: calc(90% - 25px) !important;
}
.bmw-cot-col-80 {
    width: calc(80% - 25px) !important;
}
.bmw-cot-col-70 {
    width: calc(70% - 25px) !important;
}
.bmw-cot-col-60 {
    width: calc(60% - 25px) !important;
}
.bmw-cot-col-50 {
    width: calc(50% - 25px) !important;
}
.bmw-cot-col-40 {
    width: calc(40% - 25px) !important;
}
.bmw-cot-col-30 {
    width: calc(30% - 25px) !important;
}
.bmw-cot-col-20 {
    width: calc(20% - 25px) !important;
}
.bmw-cot-col-10 {
    width: calc(10% - 25px) !important;
}
.bmw-cot-col-25 {
    width: calc(25% - 25px) !important;
}
.bmw-cot-col-33 {
    width: calc(33% - 25px) !important;
}
.bmw-cot-col-66 {
    width: calc(66% - 25px) !important;
}
.bmw-cot-col-75 {
    width: calc(75% - 50px) !important;
}
.bmw-cot-left {
    float: left !important;
}
.bmw-cot-right {
    float: right !important;
}
/* Footer */
footer {
    bottom: 0;
    height: 90px;
    min-height: 180px;
    margin-top: 10px;
    padding-top: 5px;
    width: 100%;
    background-color: #E6E6E6 !important;
    color: #000 !important;
}
.bmw-cot-footer {
    margin: 10px auto;
    padding: 0 50px;
    width: calc(100% - 100px);
}
.bmw-footer-brdr {
    border-top: 1px solid #A5A5A5 !important;
    padding-top: 50px !important;
}
footer a {
    color: #000 !important;
    display: list-item !important;
    list-style-type: none !important;
    background-color: transparent;
    width: 100%;
    padding: 0;
    margin: 4px 0;
    font-size: .82em !important;
    min-height: 22px;
    font-weight: 600;
    font-smooth: always;
    text-shadow: none;
}
/* Error */
.bmw-cot-error, input.bmw-cot-error, div.ui-input-text input.bmw-cot-error {
    border: 2px solid red !important;
}
/* Dealer contact */
.bmw-dealer-contact p {
    font-size: .8em !important;
    padding: 2px !important;
    box-sizing: border-box !important;
    line-height: 1.1em !important;
    color: #000 !important;
}
.bmw-dealer-contact p:first-of-type {
    padding-top: 10px !important;
}
.bmw-dealer-contact p b {
    font-family: 'BMWTypeNext-Bold', sans-serif;
}
/* Seccion preview nuevo diseño */
h2.lblPreviewModelo.bmw-cot-sl-title{
    margin: 10px 0 !important;
}
h3.bmw-cot-preview-tit.bmw-cot-sl-subtit{
    color: #333 !important;
    font-family: 'BMWTypeNext-Light', sans-serif !important;
    font-weight: bolder !important;
    text-transform: uppercase !important;
    width: 100% !important;
}
img.bmw-cot-preview-img.imgPreviewModelo.bmw-cot-sl-img{
    width: 100% !important;
    max-width: 100% !important;
    background-color: #fff !important;
}
.bmw-cot-sl-height{
    display: flex !important;
    flex-wrap: wrap !important;
    align-content: stretch !important;
    align-items: stretch !important;
    justify-content: space-evenly !important;
}
.bmw-cot-sl-height>div{
    align-content: stretch !important;
    align-self: stretch !important;
}
.bmw-cot-sl-bckg{
    background-color: #f2f2f2 !important;
    border: 10px solid #f2f2f2 !important;
    box-sizing: border-box !important;
}
/* Layout de columnas en seccion preview */
.bmw-cot-sl-bckg .bmw-cot-col{
    box-sizing: border-box !important;
    margin-right: 24px !important;
}
.bmw-cot-sl-col .bmw-cot-label{
    font-weight: bolder !important;
    margin: 15px 0 5px 0 !important;
    width: 100% !important;
}
.bmw-cot-sl-col{
    display: flex !important;
    justify-content: stretch !important;
    box-sizing: border-box !important;
    flex-wrap: wrap !important;
}
.bmw-cot-sl-col-80{
    width: calc(80% - 1px) !important;
    box-sizing: border-box !important;
}
.bmw-cot-sl-col-75{
    width: calc(75% - 1px) !important;
    box-sizing: border-box !important;
}
.bmw-cot-sl-col-66{
    width: calc(66% - 1px) !important;
    box-sizing: border-box !important;
}
.bmw-cot-sl-col-50{
    width: calc(50% - 1px) !important;
    box-sizing: border-box !important;
}
.bmw-cot-sl-col-25{
    width: calc(25% - 1px) !important;
    box-sizing: border-box !important;
}
.bmw-cot-sl-col-20{
    width: calc(20% - 1px) !important;
    box-sizing: border-box !important;
}
.bmw-cot-sl-col-15{
    width: calc(15% - 1px) !important;
    box-sizing: border-box !important;
}
.bmw-cot-sl-col-10{
    width: calc(10% - 1px) !important;
    box-sizing: border-box !important;
}
.ui-content.jqm-content.bmw-cot-sl-bckg.bmw-cot-sl-col{
    padding: 4px !important;
}
.bmw-cot-sl-details{
    position: relative !important;
    display: flex !important;
}
/* Estilos para filtros dinamicos */
.bmw-cot-sl-clear.ui-btn.ui-icon-delete.ui-btn-icon-notext.ui-btn-inline{
    -webkit-border-radius: .3125em !important;
    border-radius: .3125em !important;
    border: 1px solid #d2d2d2 !important;
    background-color: #fff !important;
    height: 30px !important;
    width: 30px !important;
    color: #333 !important;
}
.bmw-cot-sl-clear.ui-btn.ui-icon-delete.ui-btn-icon-notext.ui-btn-inline:hover{
    background-color: #fff !important;
}
.bmw-cot-sl-clear::after{
    background-image: url("../images/icons/mini-close.png") !important;
    background-size: 12px 12px !important;
    border: none !important;
    background-color: #fff !important;
    -webkit-border-radius: .3125em !important;
    border-radius: .3125em !important;
}
.bmw-cot-sl-apply.ui-btn.ui-icon-delete.ui-btn-icon-notext.ui-btn-inline{
    -webkit-border-radius: .3125em !important;
    border-radius: .3125em !important;
    border: 1px solid #d2d2d2 !important;
    background-color: #fff !important;
    height: 30px !important;
    max-height: 30px !important;
    width: 30px !important;
}
.bmw-cot-sl-apply.ui-btn.ui-icon-delete.ui-btn-icon-notext.ui-btn-inline:hover{
    background-color: #fff !important;
}
.bmw-cot-sl-apply::after{
    background-image: url("../images/icons/mini-browse-next-hover.png") !important;
    background-size: auto 16px !important;
    border: none !important;
    background-color: #fff !important;
    -webkit-border-radius: .3125em !important;
    border-radius: .3125em !important;
}
a.bmw-cot-sl-refresh{
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    border: 1px solid transparent !important;
    background-color: transparent !important;
    font-family: 'BMWTypeNext-Regular', sans-serif !important;
    color: #000 !important;
    width: auto !important;
    min-width: 80px !important;
    font-size: .8em !important;
    padding: 3px!important;
    display: flex !important;
}
a.bmw-cot-sl-refresh:hover{
    background-color: transparent !important;

}
a.bmw-cot-sl-refresh::before{
    content: url(../images/icons-svg/recycle-black.svg);
    border: none !important;
    background-color: transparent !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    padding-right: 6px;
    margin-top: 2px;
}
.bmw-cot-sl-refresh-con {
    align-items: flex-end !important;
    align-content: flex-end !important;
    justify-content: flex-end !important;
    justify-items: flex-end !important;
    width: 100% !important;
}
div.bmw-cot-col-66.bmw-cot-sl-bckg{
    width: 66.6% !important;
    margin-right: 0 !important;
    margin: 0 !important;
}
div.bmw-cot-col-33.bmw-cot-sl-bckg{
    width: 33.4% !important;
    margin-right: 0 !important;
    margin: 0 !important;
}
.bmw-cot-sl-block{
    margin-bottom: 20px !important;
}
/* Estilos "Tu financiamiento" */
ul.bmw-cot-sl-ul{
    box-sizing: border-box;
    padding: 0 !important;
    width: 100% !important;
}
ol.bmw-cot-sl-ol{
    box-sizing: border-box;
    padding: 0 !important;
    width: 100% !important;
    margin-left: 0 !important;
}
ul.bmw-cot-sl-ul>li, ul.bmw-cot-sl-ul>li>label, ul.bmw-cot-sl-ul>li>span{
    box-sizing: border-box !important;
    margin: 0 !important;
    width: 100% !important;
    font-size: .98em !important;
    line-height: 1.35em !important;
}
ul.bmw-cot-sl-ul>li>label{
    font-size: 1.1em !important;
    line-height: 1.4em !important;
    padding-bottom: 10px !important;
}
ol.bmw-cot-sl-ol>li, ol.bmw-cot-sl-ol>li>label, ol.bmw-cot-sl-ol>li>span{
    box-sizing: border-box !important;
    margin: 0 !important;
    font-size: 1em !important;
    line-height: 1.3em !important;
    font-family: 'BMWTypeNext-Light', sans-serif !important;
    padding-bottom: 5px !important;
}
ul.bmw-cot-sl-ul>li>ol.bmw-cot-sl-ol>li>label{
    width: 40% !important;
}
ul.bmw-cot-sl-ul>li>ol.bmw-cot-sl-ol>li>span{
    width: 60% !important;
    font-weight: bold !important;
    font-family: 'BMWTypeNext-Regular', sans-serif !important;
}
.bmw-cot-customize ol.bmw-cot-sl-ol{
    box-sizing: border-box !important;
    margin-left: 1px !important;
}
ul.bmw-cot-sl-ul>li>span{
    padding-left: 15px !important;
}
/* Estilos texto CAT Promedio */
.bmw-cot-sl-legal{
    margin: 12px 0 !important;
}
.bmw-cot-sl-legal p{
    font-size: .7em !important;
    line-height: 1.2em !important;
}
.bmw-cot-sl-legal b{
    font-size: 1.2em !important;
    line-height: 1.2em !important;
    font-weight: bold !important;
}
/* Estilos botones preview */
.bmw-cot-tab.bmw-cot-col-100.bmw-cot-center, .bmw-cot-customize>div.ui-content>.bmw-cot-tab{
    padding-top: 10px !important;
}
button.bmw-cot-button.ui-btn.bmw-cot-sl-btn{
    background-color: #fff !important;
    color: #000 !important;
    border: 2px solid #000;
    text-shadow: none !important;
    box-shadow: none !important;
    font-family: 'BMWTypeNext-Regular', sans-serif !important;
}
a.bmw-cot-button.ui-btn{
    background-color: #1C69D4 !important;
    border: 2px solid #1C69D4 !important;
    text-shadow: none !important;
    box-shadow: none !important;
    font-family: 'BMWTypeNext-Regular', sans-serif !important;
}
/* Estilos texto Bienvenida */
#bmwStockFixed{
    background-color: #fff !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    color: #666 !important;
    padding: 15px 0 !important;
    box-sizing: border-box !important;
    border-top: #999 1px solid !important;
    z-index: 1000 !important;
    margin-top: 20px !important;
}
#bmwStockFixed>p{
    font-size: 1.1em !important;
    text-align: center !important;
}
.bmw-cot-sl-fixed{
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
}
#bmwStockFixed img{
    margin: 0 20px !important;
}
.bmw-cot-sl-arrow{
    display: none;
}
.bmw-cot-sl-fixed>.bmw-cot-sl-arrow{
    display: block !important;
}
p.bmw-cot-sl-text{
    font-size: 1.1em !important;
    text-align: justify !important;
    color: #666 !important;
    margin: 25px 0 !important;
}
/* Select */
.bmw-cot-select{
    padding-top: 100px;
}
.bmw-cot-select-title{
    padding-bottom: 30px;
}
.bmw-cot-select-category{
    line-height: 2.2em
}
.bmw-cot-select-label{
    background-color: transparent !important;
    line-height: 1.5em;
    color: #000 !important;
    font-family: 'BMWTypeNext-Regular', sans-serif !important;
    font-weight: 500 !important;
    font-size: .9em;
    padding-left: 35px;
    text-indent: -10px;
}
.bmw-cot-select-label::before{
    content: "•  ";
    margin-left: -10px ;
    padding-right: 10px;
}
.bmw-cot-select-price{
    background-color: transparent !important;
    color: #000 !important;
    font-family: 'BMWTypeNext-Regular', sans-serif !important;
    font-weight: 500 !important;
    line-height: 1.5em;
}
.bmw-cot-select-category{
    font-family: 'BMWTypeNext-Bold', sans-serif !important;
}
.bmw-cot-select-dealer{
    line-height: 1.5em;
    margin-bottom: 15px;
}
.bmw-cot-select-dealer h3{
    line-height: 1.7em;
    padding: 6px 0;
}
.bmw-cot-select-dealer p{
    line-height: 1.5em;
    padding: 6px 0;
}
/* Boton Regresar */
a#slBackButton{
    background-color: transparent !important;
    color: #000 !important;
    font-weight: 500 !important;
    font-family: 'BMWTypeNext-Regular', sans-serif !important;
    font-size: 1.1em !important;
    text-decoration: none !important;
    margin: 20px 0 !important;
    box-sizing: border-box !important;
    cursor:pointer !important;
}
a#slBackButton::before{
    content: url("../images/icons-svg/back-blue.svg") !important;
    margin-right: 10px !important;
}
/* Popup sin vehiculos similares */
#nosimilarvehicle-dialog a.ui-btn.ui-icon-delete.ui-btn-icon-notext.ui-btn-right.bmw-cot-sl-close{
    color: #fff !important;
    border-radius: 0% !important;
    background-color: #1C69D4 !important;
}
#nosimilarvehicle-dialog a.ui-btn.ui-icon-delete.ui-btn-icon-notext.ui-btn-right.bmw-cot-sl-close:after{
    background-color: transparent !important;
}
#nosimilarvehicle-dialog div.ui-header.ui-bar-inherit{
    min-height: 2px !important;
    border: none !important;
}
#nosimilarvehicle-dialog div.ui-content{
    padding: 32px !important;
}
#nosimilarvehicle-dialog div.ui-content p{
    text-align: center !important;
    font-size: 1.2em !important;
    line-height: 1.7em !important;
    font-family: 'BMWTypeNext-Light', sans-serif !important;
}
/* Popup texto Legal */
#legaladvise-dialog a.ui-btn.ui-icon-delete.ui-btn-icon-notext.ui-btn-right.bmw-cot-sl-close{
    color: #fff !important;
    border-radius: 0% !important;
    background-color: #1C69D4 !important;
}
#legaladvise-dialog a.ui-btn.ui-icon-delete.ui-btn-icon-notext.ui-btn-right.bmw-cot-sl-close:after{
    background-color: transparent !important;
}
#legaladvise-dialog div.ui-header.ui-bar-inherit{
    min-height: 10px !important;
    padding: 18px !important;
    margin: 0 !important;
}
#legaladvise-dialog div.ui-header span{
    background-color: transparent !important;
    font-size: .9em !important;
    font-weight: bolder !important;
    max-width: 90% !important;
    display: block !important;
}
#legaladvise-dialog div.ui-content{
    padding: 20px !important;
}
#legaladvise-dialog div.ui-content p{
    text-align: justify !important;
    font-size: .75em !important;
    line-height: 1.25em !important;
    font-family: 'BMWTypeNext-Light', sans-serif !important;
}
#legaladvise-dialog{
    margin: auto !important;
}
#legaladvise-dialog .small{
    font-size: .75em !important;
}
/* Vehiculos similares */
#bmw-cot-modelsSimilares.bmw-cot-models > div.ui-content.jqm-content > .bmw-cot-tab > .ui-grid-c{
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    display: grid !important;
    height: auto !important;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}
.otraCaja.ui-block-d{
    background-color: #f2f2f2 !important;
    padding: 10px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    height: 100% !important;
    min-height: 100% !important;
    width: 100% !important;
}
.otraCaja.ui-block-d, div.cajaAuto, div.cajaAuto > div, .bmw-cot-sl-cajaModel, .bmw-cot-sl-cajaPrecio{
    cursor: pointer !important;
}
.otraCaja.ui-block-d > .cajaAuto,
.otraCaja.ui-block-d > .cajaAuto > div{
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    flex-flow: column nowrap !important;
}
.otraCaja.ui-block-d > .cajaAuto > div > label.bmw-cot-sl-cajaModel {
    font-size: 1.1em !important;
    line-height: 1.2em !important;
    font-family: 'BMWTypeNext-Regular', sans-serif !important;
    font-weight: lighter !important;
    width: 100% !important;
    align-self: flex-start !important;
    padding-bottom: 6px !important;
    margin: 0 !important;
    margin-top: 0 !important;
}
.otraCaja.ui-block-d > .cajaAuto > div > label.bmw-cot-sl-cajaModel > p {
    font-size: 1.35em !important;
    line-height: 1.35em !important;
    font-family: 'BMWTypeNext-Light', sans-serif !important;
    clear: both !important;
    width: 100% !important;
    color: #000 !important;
}
.otraCaja.ui-block-d > .cajaAuto > div > label.bmw-cot-sl-cajaModel > p > strong{
    font-family: 'BMWTypeNext-Light', sans-serif !important;
    font-weight: bold !important; 
}
.otraCaja.ui-block-d > .cajaAuto > div > label.bmw-cot-sl-cajaPrecio{
    font-size: 1em !important;
    line-height: 1em !important;
    font-family: 'BMWTypeNext-Light', sans-serif !important;
    font-weight: normal !important;
    width: 100% !important;
    align-self: flex-start !important;
    margin: 0 !important;
    margin-top: 0 !important;
    color: #000 !important;
}
.otraCaja.ui-block-d > .cajaAuto > div > label.bmw-cot-sl-cajaPrecio > div > span{
    font-size: .9em !important;
    line-height: 1.1em !important;
    font-family: 'BMWTypeNext-Light', sans-serif !important;
    font-weight: 600 !important;
}
.bmw-cot-sl-cajaEquipamiento{
    background-color: #fff !important;
    box-sizing: border-box !important;
    margin: 16px 0 0 0 !important;
    text-align: center !important;
    font-size: .65em !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 30px !important;
    padding: 5px 0 0 5px !important;
    box-sizing: border-box !important;
    display: block !important;
    font-family: 'BMWTypeNext-Regular', sans-serif !important;
    font-weight: bolder !important;
    cursor:pointer;
}
.bmw-cot-sl-cajaEquipamiento > div{
    background-color: #f2f2f2 !important;
    box-sizing: border-box !important;
    width: 60% !important;
    max-width: 60% !important;
    padding: 10px !important;
}
.bmw-cot-sl-cajaEquipamiento.bmw-cot-sl-cajaVacia > div{
    background-color: #fff !important;
}
img.cajaBlanca{
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    background-color: #fff !important;
}
.bmw-cot-sl-cajaInfo{
    display: flex !important;
    flex-wrap: wrap !important;
    align-self: flex-start !important;
    align-content: flex-start !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    padding: 6px 0 0 0 !important;
    margin-top: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}
.bmw-cot-sl-cajaInfo:last-of-type{
    flex-grow: 2 !important;
    margin-top: 0 !important;
}
.bmw-cot-sl-cajaInfo > div{
     width: 100% !important;
    max-width: 100% !important;
}
.bmw-cot-sl-cajaInfo > div > table{
    width: 100% !important;
    max-width: 100% !important;
    border: none !important;
    empty-cells: hide !important;
    border-collapse: collapse !important;
    width: 100% !important;
    max-width: 100% !important;
}
.bmw-cot-sl-cajaInfo > div > table > tbody > tr > td{
    height: 20px !important;
    min-height: 20px !important;
    vertical-align: top !important;
    font-family: 'BMWTypeNext-Light', sans-serif !important;
    font-size: .9em !important;
    line-height: 1.4em !important;
}
.bmw-cot-sl-cajaInfo > div > table > tbody > tr > td:first-of-type{
    width: calc(40% - 2px) !important;
    max-width: calc(40% - 2px) !important;
    box-sizing: border-box !important;
    text-align: left !important;
    font-weight: bolder !important;
    white-space: wrap !important;
    word-wrap: break-word !important;
}
.bmw-cot-sl-cajaInfo > div > table > tbody > tr > td:last-of-type{
    width: calc(60% - 2px) !important;
    max-width: calc(60% - 2px) !important;
    text-align: right !important;
    font-weight: normal !important;
    white-space: wrap !important;
    word-wrap: break-word !important;
}
button.bmw-cot-sl-cajaDetalles.ui-btn{
    width: 100% !important;
    margin: 0 0 15px 0 !important;
    background-color: #333 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    text-shadow: none !important;
    box-shadow: none !important;
    font-family: 'BMWTypeNext-Regular', sans-serif !important;
    font-weight: normal !important;
    font-size: .8em !important;
    border-radius: 0 !important;
    align-self: flex-end !important;
    align-content: flex-end !important;
    min-height: 40px !important;
    display: flexbox !important;
}
.bmw-cot-sl-legalAdviseIcon{
    color: #000 !important;
    cursor: pointer !important;
}
/* NEW STOCK LOCATOR */
.bmw-cot-sl-vehicle{
    border: none;
    background-color: #F2F2F2;
    padding: 10px;
    display: flex !important;
}
.bmw-cot-sl-model{
    font-size: 1.5em !important;
    line-height: 1.15em !important;
    font-family: 'BMWTypeNext-Regular', sans-serif !important;
    font-weight: lighter !important;
    width: 100% !important;
    align-self: flex-start !important;
    padding-bottom: 6px !important;
    margin: 0 0 10px 0 !important;
}
.bmw-cot-sl-price{
    font-size: .9em !important;
    line-height: 1.5em !important;
    font-family: 'BMWTypeNext-Light', sans-serif !important;
    font-weight: bolder !important;
    margin-bottom: 20px;
}
.bmw-cot-sl-price a{
    font-size: .9em !important;
    line-height: .2em;
}
.bmw-cot-sl-price a.btn img{
    height: 13px;
    padding: 0 !important;
    margin: 0 !important;
    display:inline-block !important;
}
.bmw-cot-sl-price a.btn{
    height: 15px !important;
    padding: 0 !important;
    margin: 0 !important;
}
.bmw-cot-sl-image{
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    background-color: #fff !important;
    margin-bottom: 20px !important;
}
.bmw-cot-sl-image img{
    max-width: 100%;
}
.bmw-cot-sl-equipment{
    width: 100% !important;
    max-width: 100% !important;
    min-height: 30px !important;
    background-color: #fff;
    padding: 10px;
}
.bmw-cot-sl-equipment strong{
    font-size: .6em;
    padding: 10px;
    background-color: #F2F2F2;
    display: flex;
    max-width: 60%;
    text-align: center;
}
.bmw-cot-sl-noequipment{
    padding-top: 50px;
}
.bmw-cot-sl-info{
    line-height: 1.2em;
}
.bmw-cot-sl-info label{
    font-size: .9em !important;
    box-sizing: border-box !important;
    text-align: left !important;
    font-weight: bolder !important;
    white-space: wrap !important;
    word-wrap: break-word !important;
    padding-bottom: 5px !important;
}
.bmw-cot-sl-info span{
    font-size: .9em !important;
    box-sizing: border-box !important;
    text-align: right !important;
    font-weight: normal !important;
    white-space: wrap !important;
    word-wrap: break-word !important;
    padding-bottom: 5px !important;
}
.bmw-cot-sl-info span:last-of-type{
    min-height: 50px !important;
}

/* BOOTSTRAP */
.bmw-cot-series .bmw-cot-legend{
    font-family: 'BMWTypeNext-Bold', sans-serif !important;
    font-weight: normal !important;
    font-size: 1.2em !important;
    color: #939393;
    text-align: left !important;
}
.bmw-cot-series label.btn.bmw-cot-series-btn{
    border-radius: 0 !important;
    border: #fff 1px solid !important;
    border-bottom: #fff 2px solid !important;
    height: 50px;
    font-size: 1.2rem;
    font-family: 'BMWTypeNext-Bold', sans-serif !important;
    font-weight: normal !important;
    line-height: 1.8rem;
    padding: 0 18px !important;
}
.bmw-cot-series label.btn.bmw-cot-series-btn:hover{
    border-bottom: #1C69D4 2px solid !important;
    font-size: 1.8rem;
    line-height: 1.8rem;
}
.bmw-cot-series .btn-check:checked + .btn.bmw-cot-series-btn{
    border: #fff 1px solid !important;
    border-bottom: #1C69D4 2px solid !important;
    font-size: 1.8rem;
    line-height: 1.8rem;
}
.bmw-cot-models .bmw-cot-legend, .bmw-cot-customize .bmw-cot-legend{
    font-family: 'BMWTypeNext-Bold', sans-serif !important;
    font-weight: normal !important;
    font-size: 1.2em !important;
    color: #939393;
    text-align: left !important;
    padding: 40px 0 0 0;
    margin-bottom: 20px !important;
}
.bmw-cot-custom-bdr .bmw-cot-legend{
    font-family: 'BMWTypeNext-Bold', sans-serif !important;
    font-weight: normal !important;
    font-size: 1.2em !important;
    color: #939393;
    text-align: left !important;
    padding: 0 0 20px 0;
    margin-bottom: 0 !important;
}
.btn-group.bmw-cot-custom{
    margin-bottom: 16px !important;
    width: 100%;
}
.btn-group.bmw-cot-custom label.btn.btn-outline-primary:hover{
    background-color: #EFEFEF !important;
    color: #000 !important;
}
.btn-group.bmw-cot-custom ~ input,.btn-group.bmw-cot-custom ~ label{
    cursor: pointer !important;
}
.btn-group.bmw-cot-custom label.btn-outline-primary{
    border-color: #AAAAAA;
    color:#000 !important;
}
.btn-group.bmw-cot-custom .btn-check:checked+.btn{
    color: #fff !important;
}
.btn-group.bmw-cot-custom label.btn-outline-primary > b{
    font-size: .85em !important;
}
.btn-group.bmw-cot-custom label.btn-outline-primary > em{
    font-size: .85em !important;
    font-weight: 500;
}
.list-group.bmw-cot-custom > li.list-group-item.form-check{
    padding: 0;
    text-indent: 0;
    margin: 0;
    cursor: pointer !important;
}
.list-group.bmw-cot-custom > li.list-group-item.form-check:hover{
    background-color: #EFEFEF;
}
.list-group.bmw-cot-custom > li.list-group-item.form-check > input.form-check-input{
    margin: 20px 10px !important;
}
.list-group.bmw-cot-custom > li.list-group-item.form-check > label.form-check-label{
    margin: 0 !important;
    padding: 10px !important;
    height: 100%;
    cursor: pointer !important;
}
.list-group.bmw-cot-custom > li.list-group-item.form-check > label.form-check-label > b {
    padding-right: 16px !important;
    font-size: .95em !important;
}
.list-group.bmw-cot-custom > li.list-group-item.form-check > label.form-check-label > em {
    padding-right: 16px !important;
    font-size: .85em !important;
}
.bmw-cot-custom-bdr select{
    border-radius: 5px !important;
    border-color: #AAAAAA !important;
    width: 80% !important;
    text-align: center;
    margin: 0 10%;
    font-size: .9em;
    font-weight: 600;
    height: 35px;
}
.bmw-cot-custom > li.form-check > label.form-check-label > div{
    font-size: 1em !important;
    display: flex !important;
    font-weight: 600;
    line-height: 1em;
    padding-bottom: 5px;
}
.bmw-cot-100vh{
    max-height: 100vh;
}
.bmw-cot-norad{
    border-radius: 0 !important;
}
.bmw-cot-summary{
    font-size: .85em;
    margin-top: 20px;
    line-height: 1.8em;
}
.bmw-cot-summary span{
    font-family: 'BMWTypeNext-Bold', sans-serif !important;
}
.bmw-cot-modal .modal-header{
    border-bottom: none !important;
}
.bmw-cot-modal .modal-footer{
    border-top: none !important;
}
.bmw-cot-popup-content span{
    font-size: .8em;
}
.bmw-cot-popup-content .row{
    padding-bottom: 10px;
}
.bmw-cot-popup-content em{
    color: #1C69D4 !important;
    font-family: 'BMWTypeNext-Bold', sans-serif !important;
}
.bmw-cot-popup-content h3{
    font-family: 'BMWTypeNext-Bold', sans-serif !important;
    color: #000 !important;
    font-weight: normal;
    font-size: 1.2em;
}
.bmw-cot-popup-content label{
    color: #000 !important;
    font-weight: normal;
    font-size: .87em !important;
}
.bmw-cot-popup-content .form-select, .bmw-cot-popup-content .form-control{
    min-height: 20px;
    font-size: .87rem;
    line-height: 1.1em;
}
.bmw-cot-popup-content small{
    font-weight: 400;
}
.bmw-cot-right-arrow{
    width: 30px !important;
}
.bmw-cot-main-content.container{
    width: calc(100% - 50px) !important;
    max-width: calc(100% - 50px) !important;
    margin: 0 auto !important;
    padding: 0 auto !important;
}
.bmw-cot-sl-clear{
    -webkit-border-radius: .3em !important;
    border-radius: .3em !important;
    border: 1px solid #d2d2d2 !important;
    background-color: #fff !important;
}
.bmw-cot-sl-clear:hover, .bmw-cot-sl-clear:active{
    border: 1px solid #4c4c4c !important;
    background-color: #fff !important;
}
/* Range */
input[type=range]::-ms-track {
    width: 300px;
    height: 5px;
    background: transparent;
    border-color: transparent;
    border-width: 6px 0;
    color: transparent;
}
input[type=range]::-ms-fill-lower {
    background: #777;
    border-radius: 10px;
}
input[type=range]::-ms-fill-upper {
    background: #ddd;
    border-radius: 10px;
}
input[type=range]::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #1C69D4 !important;
}
input[type=range]:focus::-ms-fill-lower {
    background: #1C69D4;
}
input[type=range]:focus::-ms-fill-upper {
    background: #ccc;
}
.bmw-cot-sl-range{
    padding-top: 8px;
}
/* Landing */
.bmw-cot-landing {
    width: 100%;
}
.bmw-cot-landing img {
    width: 100%;
    height: auto;
}
.bmw-cot-landing-cont{
    position: absolute !important;
    top: 90px !important;
}
.bmw-cot-landing-cont h3{
    color: #fff !important;
    font-size: 2.5vh !important;
    line-height: 3.5vh !important;
    text-shadow: #000 1px 2px 1px !important;
    padding: 4px 0 !important;
}
.bmw-cot-landing-cont h3 a{
    text-decoration: underline !important;
    font-weight: bold !important;
    color: #fff !important;
}
.bmw-cot-landing-cont h3 b{
    clear: both !important;
    display: block !important;
}
.bmw-cot-landing-cont .btn.btn-secondary{
    background-color: black !important;
    border: none !important;
}
.bmw-cot-landing-cont .btn.btn-secondary:hover{
    background-color: #1C69D4 !important;
    border: none !important;
}
.bmw-cot-landing-legal{
    text-align: justify !important;
    font-size: 1.8vh !important;
}
.bmw-cot-landing-btn{
    height: auto !important;
    font-size: 1.8vh !important;
}



/* ----------- RESPONSIVE ----------- */
/* ----------- 800px Screens ----------- */
@media screen and (min-width:451px) and (max-width: 800px) {
    body {
        cursor: pointer;
    }
    .bmw-cot-col {
        margin-right: 0 !important;
    }
    .bmw-cot-col-100 {
        width: 100%;
    }
    .bmw-cot-col-90, .bmw-cot-col-80, .bmw-cot-col-70, .bmw-cot-col-60, .bmw-cot-col-50,
    .bmw-cot-col-40, .bmw-cot-col-30, .bmw-cot-col-20, .bmw-cot-col-10, .bmw-cot-col-25,
    .bmw-cot-col-33, .bmw-cot-col-66, .bmw-cot-col-75, .bmw-cot-col-50.bmw-cot-custom-bdr {
        width: calc(100% - 2px) !important;
    }
    footer {
        max-height: 100% !important;
        height: auto !important;
    }
    .bmw-cot-center {
        flex-direction: column !important;
    }
    .bmw-cot-auto-heigth {
        height: calc(100vh - 330px) !important;
    }
    .bmw-cot-message {
        height: 200px !important;
        line-height: 2em !important;
    }
    .bmw-cot-message-height {
        min-height: 50vh !important;
        height: auto !important;
    }
    .bmw-cot-message-h2, .bmw-cot-message h2 {
        color: #000 !important;
        position: relative;
        width: calc(100% - 50px);
        bottom: 0;
        left: 50px;
        z-index: 1000;
        line-height: 2em;
        white-space: normal;
        box-sizing: border-box;
    }
    .bmw-cot-message-h3, .bmw-cot-message h3 {
        color: #000 !important;
        position: relative;
        width: calc(100% - 50px);
        bottom: 0;
        left: 50px;
        z-index: 1000;
        line-height: 1.5em;
        white-space: normal;
        box-sizing: border-box;
    }
    .bmw-cot-message-btn {
        min-width: 30% !important;
        font-size: .8em !important;
        position: relative;
        width: auto !important;
        bottom: 0;
        left: 50px;
        z-index: 1000;
        padding: 10px;
        line-height: 1.2em;
        box-sizing: border-box;
        border: none !important;
        text-shadow: none !important;
        text-align: center !important;
        margin-bottom: 20px !important;
    }
    .bmw-cot-main-title {
        width: calc(100% - 20px) !important;
        margin: 0 10px !important;
        padding: 60px 0 0 0 !important;
        box-sizing: content-box !important;
    }
    .bmw-cot-main-content {
        width: calc(100% - 20px) !important;
        margin: 0 10px !important;
        padding: 20px 0 0 0 !important;
        box-sizing: content-box !important;
    }
    .bmw-cot-sticky {
        position: relative !important;
        display: table !important;
        margin-bottom: 20px;
    }
    .bmw-cot-insurance > fieldset.ui-controlgroup > div.ui-controlgroup-controls {
        width: 100% !important;
        display: inline-block !important;
        text-align: center !important;
        border: none !important;
    }
    .bmw-cot-insurance > fieldset.ui-controlgroup > div.ui-controlgroup-controls > div.ui-radio {
        width: 100% !important;
        border-radius: 0 !important;
        border: none !important;
    }
    .bmw-cot-insurance > fieldset.ui-controlgroup > div.ui-controlgroup-controls > div.ui-radio > label {
        border: 1px solid #dddddd !important;
    }
    .bmw-cot-custom-plan {
        display: block !important;
    }
    .bmw-cot-custom-plan .bmw-cot-col-50 {
        width: 100% !important;
    }
    .bmw-cot-series {
        height: auto !important;
        max-height: 500px !important;
    }
    #bmwCotResume {
        margin-top: 30px !important;
    }
    /* Tooltip Mobile */
    .bmw-cot-tooltip-icon {
        display: block;
    }
    .bmw-cot-tooltip-text {
        display: block;
    }
    .bmw-cot-sl-col-80{
        width: calc(80% - 1px) !important;
    }
    .bmw-cot-sl-col-75{
        width: calc(75% - 1px) !important;
    }
    .bmw-cot-sl-col-66{
        width: calc(66% - 1px) !important;
    }
    .bmw-cot-sl-col-50{
        width: calc(50% - 1px) !important;
    }
    .bmw-cot-sl-col-25{
        width: calc(25% - 1px) !important;
    }
    .bmw-cot-sl-col-20{
        width: calc(20% - 1px) !important;
    }
    .bmw-cot-sl-col-15{
        width: calc(15% - 1px) !important;
    }
    .bmw-cot-sl-col-10{
        width: calc(10% - 1px) !important;
    }
    div.bmw-cot-col-66.bmw-cot-sl-bckg{
        width: 66% !important;
    }
    div.bmw-cot-col-33.bmw-cot-sl-bckg{
        width: 33% !important;
    }
    ul.bmw-cot-sl-ul>li>ol.bmw-cot-sl-ol>li>label{
        width: 50% !important;
    }
    ul.bmw-cot-sl-ul>li>ol.bmw-cot-sl-ol>li>span{
        width: 50% !important;
    }
    .bmw-cot-sl-tablet{
        width: 50% !important;
    }
    /* Vehiculos similares  */
    #bmw-cot-modelsSimilares.bmw-cot-models > div.ui-content.jqm-content > .bmw-cot-tab > .ui-grid-c{
        grid-template-columns: repeat(2, 1fr);
    }
    .otraCaja.ui-block-d{
        width: 100% !important;
    }
    .otraCaja.ui-block-d > .cajaAuto,
    .otraCaja.ui-block-d > .cajaAuto > div{
        width: 100% !important;
    }
    .otraCaja.ui-block-d > .cajaAuto > div > label.bmw-cot-sl-cajaModel {
        width: 100% !important;
    }
    .otraCaja.ui-block-d > .cajaAuto > div > label.bmw-cot-sl-cajaModel > p {
        width: 100% !important;
    }
    .otraCaja.ui-block-d > .cajaAuto > div > label.bmw-cot-sl-cajaPrecio{
        width: 100% !important;
    }
    .bmw-cot-sl-cajaEquipamiento{
        width: 100% !important;
        max-width: 100% !important;
        min-height: 30px !important;
    }
    .bmw-cot-sl-cajaEquipamiento > div{
        width: 60% !important;
        max-width: 60% !important;
    }
    img.cajaBlanca{
        width: 100% !important;
        max-width: 100% !important;
    }
    .bmw-cot-sl-cajaInfo{
        width: 100% !important;
        max-width: 100% !important;
    }
    .bmw-cot-sl-cajaInfo > div{
        width: 100% !important;
        max-width: 100% !important;
    }
    .bmw-cot-sl-cajaInfo > div > table{
        width: 100% !important;
        max-width: 100% !important;
    }
    .bmw-cot-sl-cajaInfo > div > table > tbody > tr > td{
        height: 20px !important;
        min-height: 20px !important;
    }
    .bmw-cot-sl-cajaInfo > div > table > tbody > tr > td:first-of-type{
        width: calc(40% - 2px) !important;
        max-width: calc(40% - 2px) !important;
    }
    .bmw-cot-sl-cajaInfo > div > table > tbody > tr > td:last-of-type{
        width: calc(60% - 2px) !important;
        max-width: calc(60% - 2px) !important;
    }
    button.bmw-cot-sl-cajaDetalles.ui-btn{
        width: 100% !important;
        min-height: 40px !important;
    }
    #bmw-cot-modelsSimilares > div.ui-content.jqm-content > .bmw-cot-tab > .ui-grid-c > .otraCaja.ui-block-d{
        width: 100% !important;
    }
    /* Landing */
    .bmw-cot-landing {
        width: 100%;
    }
    .bmw-cot-landing img {
        width: 100%;
        height: auto;
    }
    .bmw-cot-landing-cont{
        position: relative !important;
        top: 0 !important;
    }
    .bmw-cot-landing-cont h3{
        color: #000 !important;
        font-size: 1.2em !important;
        line-height: 1.5em !important;
        text-shadow: none !important;
        text-align: justify !important;
    }
    .bmw-cot-landing-cont.col-4{
        width: 100% !important;
    }
    .bmw-cot-landing-cont h3 a{
        text-decoration: underline !important;
        font-weight: bold !important;
        color: #1C69D4 !important;
    }
    .bmw-cot-landing-cont h3 b{
        clear: both !important;
        display: block !important;
    }
    .col-1,.col-2,.col-3,.col-4,.col-5,.col-6,
    .col-7,.col-8,.col-9,.col-10,.col-11,.col-12{
        width: 100% !important;
    }
    .bmw-cot-series .bmw-cot-legend{
        padding-bottom: 30px !important;
    }
    .bmw-cot-series label.btn.bmw-cot-series-btn{
        height: 65px !important;
    }
    .bmw-cot-footer{
        padding-bottom: 30px !important;
    }
    .bmw-cot-logo img{
        max-width: 100% !important;
    }
}

/* ----------- 800px Mobile ----------- */
@media screen and (min-device-width:451px) and (max-device-width: 800px) {
    body {
        cursor: pointer;
    }
    .bmw-cot-col {
        margin-right: 0 !important;
    }
    .bmw-cot-col-100 {
        width: 100%;
    }
    .bmw-cot-col-90, .bmw-cot-col-80, .bmw-cot-col-70, .bmw-cot-col-60, .bmw-cot-col-50,
    .bmw-cot-col-40, .bmw-cot-col-30, .bmw-cot-col-20, .bmw-cot-col-10, .bmw-cot-col-25,
    .bmw-cot-col-33, .bmw-cot-col-66, .bmw-cot-col-75, .bmw-cot-col-50.bmw-cot-custom-bdr {
        width: calc(100% - 2px) !important;
    }
    footer {
        max-height: 100% !important;
        height: auto !important;
    }
    .bmw-cot-center {
        flex-direction: column !important;
    }
    .bmw-cot-centerbutton {
        flex-direction: column !important;
    }
    .bmw-cot-auto-heigth {
        height: calc(100vh - 330px) !important;
    }
    .bmw-cot-message {
        height: 200px !important;
        line-height: 2em !important;
    }
    .bmw-cot-message-height {
        min-height: 50vh !important;
        height: auto !important;
    }
    .bmw-cot-message-h2, .bmw-cot-message h2 {
        color: #000 !important;
        position: relative;
        width: calc(100% - 50px);
        bottom: 0;
        left: 50px;
        z-index: 1000;
        line-height: 2em;
        white-space: normal;
        box-sizing: border-box;
    }
    .bmw-cot-message-h3, .bmw-cot-message h3 {
        color: #000 !important;
        position: relative;
        width: calc(100% - 50px);
        bottom: 0;
        left: 50px;
        z-index: 1000;
        line-height: 1.5em;
        white-space: normal;
        box-sizing: border-box;
    }
    .bmw-cot-message-btn {
        min-width: 30% !important;
        font-size: .8em !important;
        position: relative;
        width: auto !important;
        bottom: 0;
        left: 50px;
        z-index: 1000;
        padding: 10px;
        line-height: 1.2em;
        box-sizing: border-box;
        border: none !important;
        text-shadow: none !important;
        text-align: center !important;
        margin-bottom: 20px !important;
    }
    .bmw-cot-main-title {
        width: calc(100% - 20px) !important;
        margin: 0 10px !important;
        padding: 60px 0 0 0 !important;
        box-sizing: content-box !important;
    }
    .bmw-cot-main-content {
        width: calc(100% - 20px) !important;
        margin: 0 10px !important;
        padding: 20px 0 0 0 !important;
        box-sizing: content-box !important;
    }
    .bmw-cot-sticky {
        position: relative !important;
        display: table !important;
        margin-bottom: 20px;
    }
    .bmw-cot-insurance > fieldset.ui-controlgroup > div.ui-controlgroup-controls {
        width: 100% !important;
        display: inline-block !important;
        text-align: center !important;
        border: none !important;
    }
    .bmw-cot-insurance > fieldset.ui-controlgroup > div.ui-controlgroup-controls > div.ui-radio {
        width: 100% !important;
        border-radius: 0 !important;
        border: none !important;
    }
    .bmw-cot-insurance > fieldset.ui-controlgroup > div.ui-controlgroup-controls > div.ui-radio > label {
        border: 1px solid #dddddd !important;
    }
    .bmw-cot-custom-plan {
        display: block !important;
    }
    .bmw-cot-custom-plan .bmw-cot-col-50 {
        width: 100% !important;
    }
    .bmw-cot-series {
        height: auto !important;
        max-height: 500px !important;
    }
    #bmwCotResume {
        margin-top: 30px !important;
    }
    /* Tooltip Mobile */
    .bmw-cot-tooltip-icon {
        display: block;
    }
    .bmw-cot-tooltip-text {
        display: block;
    }
    .bmw-cot-sl-col-80{
        width: calc(80% - 1px) !important;
    }
    .bmw-cot-sl-col-75{
        width: calc(75% - 1px) !important;
    }
    .bmw-cot-sl-col-66{
        width: calc(66% - 1px) !important;
    }
    .bmw-cot-sl-col-50{
        width: calc(50% - 1px) !important;
    }
    .bmw-cot-sl-col-25{
        width: calc(25% - 1px) !important;
    }
    .bmw-cot-sl-col-20{
        width: calc(20% - 1px) !important;
    }
    .bmw-cot-sl-col-15{
        width: calc(15% - 1px) !important;
    }
    .bmw-cot-sl-col-10{
        width: calc(10% - 1px) !important;
    }
    div.bmw-cot-col-66.bmw-cot-sl-bckg{
        width: 66% !important;
    }
    div.bmw-cot-col-33.bmw-cot-sl-bckg{
        width: 33% !important;
    }
    ul.bmw-cot-sl-ul>li>ol.bmw-cot-sl-ol>li>label{
        width: 50% !important;
    }
    ul.bmw-cot-sl-ul>li>ol.bmw-cot-sl-ol>li>span{
        width: 50% !important;
    }
    .bmw-cot-sl-tablet{
        width: 50% !important;
    }
    /* Vehiculos similares */
    #bmw-cot-modelsSimilares.bmw-cot-models > div.ui-content.jqm-content > .bmw-cot-tab > .ui-grid-c{
        grid-template-columns: repeat(2, 1fr);
    }
    .otraCaja.ui-block-d{
        width: 100% !important;
    }
    .otraCaja.ui-block-d > .cajaAuto,
    .otraCaja.ui-block-d > .cajaAuto > div{
        width: 100% !important;
    }
    .otraCaja.ui-block-d > .cajaAuto > div > label.bmw-cot-sl-cajaModel {
        width: 100% !important;
    }
    .otraCaja.ui-block-d > .cajaAuto > div > label.bmw-cot-sl-cajaModel > p {
        width: 100% !important;
    }
    .otraCaja.ui-block-d > .cajaAuto > div > label.bmw-cot-sl-cajaPrecio{
        width: 100% !important;
    }
    .bmw-cot-sl-cajaEquipamiento{
        width: 100% !important;
        max-width: 100% !important;
        min-height: 30px !important;
    }
    .bmw-cot-sl-cajaEquipamiento > div{
        width: 60% !important;
        max-width: 60% !important;
    }
    img.cajaBlanca{
        width: 100% !important;
        max-width: 100% !important;
    }
    .bmw-cot-sl-cajaInfo{
        width: 100% !important;
        max-width: 100% !important;
    }
    .bmw-cot-sl-cajaInfo > div{
        width: 100% !important;
        max-width: 100% !important;
    }
    .bmw-cot-sl-cajaInfo > div > table{
        width: 100% !important;
        max-width: 100% !important;
    }
    .bmw-cot-sl-cajaInfo > div > table > tbody > tr > td{
        height: 20px !important;
        min-height: 20px !important;
    }
    .bmw-cot-sl-cajaInfo > div > table > tbody > tr > td:first-of-type{
        width: calc(40% - 2px) !important;
        max-width: calc(40% - 2px) !important;
    }
    .bmw-cot-sl-cajaInfo > div > table > tbody > tr > td:last-of-type{
        width: calc(60% - 2px) !important;
        max-width: calc(60% - 2px) !important;
    }
    button.bmw-cot-sl-cajaDetalles.ui-btn{
        width: 100% !important;
        min-height: 40px !important;
    }
    #bmw-cot-modelsSimilares > div.ui-content.jqm-content > .bmw-cot-tab > .ui-grid-c > .otraCaja.ui-block-d{
        width: 100% !important;
    }
    /* Landing */
    .bmw-cot-landing {
        width: 100%;
    }
    .bmw-cot-landing img {
        width: 100%;
        height: auto;
    }
    .bmw-cot-landing-cont{
        position: relative !important;
        top: 0 !important;
    }
    .bmw-cot-landing-cont h3{
        color: #000 !important;
        font-size: 1.2em !important;
        line-height: 1.5em !important;
        text-shadow: none !important;
        text-align: justify !important;
    }
    .bmw-cot-landing-cont.col-4{
        width: 100% !important;
    }
    .bmw-cot-landing-cont h3 a{
        text-decoration: underline !important;
        font-weight: bold !important;
        color: #1C69D4 !important;
    }
    .bmw-cot-landing-cont h3 b{
        clear: both !important;
        display: block !important;
    }
    .col-1,.col-2,.col-3,.col-4,.col-5,.col-6,
    .col-7,.col-8,.col-9,.col-10,.col-11,.col-12{
        width: 100% !important;
    }
    .bmw-cot-series .bmw-cot-legend{
        padding-bottom: 30px !important;
    }
    .bmw-cot-series label.btn.bmw-cot-series-btn{
        height: 65px !important;
    }
    .bmw-cot-footer{
        padding-bottom: 30px !important;
    }
    .bmw-cot-logo img{
        max-width: 100% !important;
    }
}

/* ----------- 450px Screens ----------- */
@media screen and (min-width:1px) and (max-width: 450px) {
    body {
        cursor: pointer;
    }
    .bmw-cot-col {
        margin-right: 0 !important;
    }
    .bmw-cot-col-100 {
        width: 100%;
    }
    .bmw-cot-col-90, .bmw-cot-col-80, .bmw-cot-col-70, .bmw-cot-col-60, .bmw-cot-col-50,
    .bmw-cot-col-40, .bmw-cot-col-30, .bmw-cot-col-20, .bmw-cot-col-10, .bmw-cot-col-25,
    .bmw-cot-col-33, .bmw-cot-col-66, .bmw-cot-col-75, .bmw-cot-col-50.bmw-cot-custom-bdr,
    .bmw-cot-main {
        width: calc(100% - 1px) !important;
    }
    footer {
        max-height: 100% !important;
        height: auto !important;
    }
    .bmw-cot-center {
        flex-direction: column !important;
    }
    .bmw-cot-auto-heigth {
        height: calc(100vh - 330px) !important;
    }
    .bmw-cot-message {
        height: 200px !important;
        line-height: 2em !important;
    }
    .bmw-cot-banner{
        width: 100% !important;
        max-width: 100% !important;
    }
        .bmw-cot-banner img {
            width: 100%;
            height: 350px;
            justify-self: center !important;
            position: relative;
            left: -25%;            
            object-fit: cover !important;
            min-width: 600px !important;
        }
    .bmw-cot-header {
        position: fixed !important;
        height: auto !important;
        min-height: 90px;
        /*background: #fff;
        border-bottom: 1px solid #d2d2d2;*/
    }
    .bmw-cot-main-title {
        width: calc(100% - 20px) !important;
        margin: 0 10px !important;
        padding: 60px 0 0 0 !important;
        box-sizing: content-box !important;
        text-align: center !important;
    }
    .bmw-cot-main-content {
        width: calc(100% - 20px) !important;
        margin: 0 10px !important;
        padding: 20px 0 0 0 !important;
        box-sizing: content-box !important;
    }
    .bmw-cot-message-height {
        min-height: 50vh !important;
        height: auto !important;
    }
    .bmw-cot-message-h2, .bmw-cot-message h2 {
        color: #000 !important;
        position: relative;
        width: calc(100% - 50px);
        bottom: 0;
        left: 50px;
        z-index: 1000;
        line-height: 2em;
        white-space: normal;
        box-sizing: border-box;
    }
    .bmw-cot-message-h3, .bmw-cot-message h3 {
        color: #000 !important;
        position: relative;
        width: calc(100% - 50px);
        bottom: 0;
        left: 50px;
        z-index: 1000;
        line-height: 1.5em;
        white-space: normal;
        box-sizing: border-box;
    }
    .bmw-cot-message-btn {
        min-width: 30% !important;
        font-size: .8em !important;
        position: relative;
        width: auto !important;
        bottom: 0;
        left: 50px;
        z-index: 1000;
        padding: 10px;
        line-height: 1.2em;
        box-sizing: border-box;
        border: none !important;
        text-shadow: none !important;
        text-align: center !important;
        margin-bottom: 20px !important;
    }
    .bmw-cot-main-title {
        width: calc(100% - 20px) !important;
        margin: 0 10px !important;
        padding: 60px 0 0 0 !important;
        box-sizing: content-box !important;
    }
    .bmw-cot-sticky {
        position: relative !important;
        display: table !important;
        margin-bottom: 20px;
    }
    .bmw-cot-insurance > fieldset.ui-controlgroup > div.ui-controlgroup-controls {
        width: 100% !important;
        display: inline-block !important;
        text-align: center !important;
        border: none !important;
    }
    .bmw-cot-insurance > fieldset.ui-controlgroup > div.ui-controlgroup-controls > div.ui-radio {
        width: 100% !important;
        border-radius: 0 !important;
        border: none !important;
    }
    .bmw-cot-insurance > fieldset.ui-controlgroup > div.ui-controlgroup-controls > div.ui-radio > label {
        border: 1px solid #AAAAAA !important;
    }
    .bmw-cot-footer {
        width: calc(100% - 1px) !important;
    }
    .bmw-cot-custom-plan {
        display: block !important;
    }
    h1 {
        font-size: 1.8em !important;
        line-height: 1.8em !important;
    }
    h2 {
        font-size: 1.5em !important;
        line-height: 1.5em !important;
    }
    h3 {
        font-size: 1.3em !important;
        line-height: 1.3em !important;
    }
    .bmw-cot-customize h3 {
        font-size: 1.25em !important;
        line-height: 1.3em !important;
    }
    .bmw-cot-series {
        height: auto;
        max-height: 500px !important;
    }
    .bmw-cot-logo img {
        max-height: 40px;
        width: 100%;
        min-height: 1px;
        visibility: visible;
        margin-top: 10px;
    }
    footer a {
        font-size: 1em !important;
    }
    .bmw-cot-customize h2 {
        font-size: 1.8em !important;
        margin: 16px !important;
    }
    .bmw-cot-customize li label, .bmw-cot-customize li span {
        font-size: 1.1em !important;
        line-height: 1.4em !important;
    }
    .bmw-cot-label, .bmw-cot-price {
        font-size: 1.3em !important;
    }
    .bmw-cot-message-h2, .bmw-cot-message h2 {
        font-size: 2.3em !important;
    }
    .bmw-cot-message-h3, .bmw-cot-message h3 {
        font-size: 2em !important;
    }
    .bmw-cot-message-btn {
        font-size: 1em !important;
    }
    .cookiesDisclaimerText .bold {
        font-size: 1.2em !important;
        line-height: 1.2em !important;
    }
    /* Tooltip Mobile */
    .bmw-cot-tooltip-icon {
        display: block;
    }
    .bmw-cot-tooltip-text {
        display: block;
    }
    .bmw-cot-sl-col-80{
        width: calc(100% - 1px) !important;
    }
    .bmw-cot-sl-col-75{
        width: calc(100% - 1px) !important;
    }
    .bmw-cot-sl-col-66{
        width: calc(100% - 1px) !important;
    }
    .bmw-cot-sl-col-50{
        width: calc(100% - 1px) !important;
    }
    .bmw-cot-sl-col-25{
        width: calc(100% - 1px) !important;
    }
    .bmw-cot-sl-col-20{
        width: calc(100% - 1px) !important;
    }
    .bmw-cot-sl-col-15{
        width: calc(100% - 1px) !important;
    }
    .bmw-cot-sl-col-10{
        width: calc(100% - 1px) !important;
    }
    div.bmw-cot-col-66.bmw-cot-sl-bckg{
        width: 100% !important;
    }
    div.bmw-cot-col-33.bmw-cot-sl-bckg{
        width: 100% !important;
    }
    ul.bmw-cot-sl-ul>li>ol.bmw-cot-sl-ol>li>label{
        width: 100% !important;
    }
    ul.bmw-cot-sl-ul>li>ol.bmw-cot-sl-ol>li>span{
        width: 100% !important;
    }
    .bmw-cot-sl-tablet{
        width: 100% !important;
    }
    /* Vehiculos similares */
    .bmw-cot-sl-cajaEquipamiento{
        width: 100% !important;
        max-width: 100% !important;
        min-height: 30px !important;
    }
    .bmw-cot-sl-cajaEquipamiento > div{
        width: 60% !important;
        max-width: 60% !important;
    }
    img.cajaBlanca{
        width: 100% !important;
        max-width: 100% !important;
    }
    .bmw-cot-sl-cajaInfo{
        width: 100% !important;
        max-width: 100% !important;
    }
    .bmw-cot-sl-cajaInfo > div{
        width: 100% !important;
        max-width: 100% !important;
    }
    .bmw-cot-sl-cajaInfo > div > table{
        width: 100% !important;
        max-width: 100% !important;
    }
    .bmw-cot-sl-cajaInfo > div > table > tbody > tr > td{
        height: 20px !important;
        min-height: 20px !important;
    }
    .bmw-cot-sl-cajaInfo > div > table > tbody > tr > td:first-of-type{
        width: calc(100% - 2px) !important;
        max-width: calc(100% - 2px) !important;
        display: table-row !important;
        text-align: left !important;
    }
    .bmw-cot-sl-cajaInfo > div > table > tbody > tr > td:last-of-type{
        width: calc(100% - 2px) !important;
        max-width: calc(100% - 2px) !important;
        display: table-row !important;
        text-align: left !important;
    }
    button.bmw-cot-sl-cajaDetalles.ui-btn{
        width: 100% !important;
        min-height: 40px !important;
    }
    #bmw-cot-modelsSimilares > div.ui-content.jqm-content > .bmw-cot-tab > .ui-grid-c > .otraCaja.ui-block-d{
        width: 100% !important;
    }
    ul.bmw-cot-sl-ul, ol.bmw-cot-sl-ol, .bmw-cot-sl-cajaInfo{
        font-size: 1.2em !important;
    }
    /* Landing */
    .bmw-cot-landing {
        width: 100%;
        overflow-x: hidden;
        display: flow;
    }
        .bmw-cot-landing img {
            width: auto !important;
            height: 350px !important;
            display: flex !important;
        justify-self: center !important;
            object-fit: cover;
            
        }
    .bmw-cot-landing-cont{
        position: relative !important;
        top: 0 !important;
    }
    .bmw-cot-landing-cont h3{
        color: #000 !important;
        font-size: 1.2em !important;
        line-height: 1.5em !important;
        text-shadow: none !important;
        text-align: justify !important;
    }
    .bmw-cot-landing-cont.col-4{
        width: 100% !important;
    }
    .bmw-cot-landing-cont h3 a{
        text-decoration: underline !important;
        font-weight: bold !important;
        color: #1C69D4 !important;
    }
    .bmw-cot-landing-cont h3 b{
        clear: both !important;
        display: block !important;
    }
    .btn.bmw-cot-landing-btn{
        width: 100% !important;
    }
    .col-1,.col-2,.col-3,.col-4,.col-5,.col-6,
    .col-7,.col-8,.col-9,.col-10,.col-11,.col-12{
        width: 100% !important;
    }
    .bmw-cot-series .bmw-cot-legend{
        padding-bottom: 30px !important;
    }
    .bmw-cot-series label.btn.bmw-cot-series-btn{
        height: 65px !important;
    }
    .bmw-cot-sl-vehicle{
        display: flex !important;
        flex-direction: column !important;
    }
    .bmw-cot-sl-vehicle label, .bmw-cot-sl-vehicle span, .bmw-cot-sl-info label, .bmw-cot-sl-info span,
    .bmw-cot-select-label, .bmw-cot-select-price{
        text-align: left !important;
    }
    .bmw-cot-select-price{
        text-indent: 20px !important;
    }
    .bmw-cot-footer{
        padding-bottom: 30px !important;
    }
    .bmw-cot-preview-img{
        width: 100% !important;
    }
    .btn-group.bmw-cot-custom > .btn:not(.dropdown-toggle){
        border-radius: 0 !important;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
}

/* ----------- 450px Mobile ----------- */
@media screen and (min-device-width:1px) and (max-device-width: 450px) {
    body {
        cursor: pointer;
    }
    .bmw-cot-col {
        margin-right: 0 !important;
    }
    .bmw-cot-col-100 {
        width: 100%;
    }
    .bmw-cot-col-90, .bmw-cot-col-80, .bmw-cot-col-70, .bmw-cot-col-60, .bmw-cot-col-50,
    .bmw-cot-col-40, .bmw-cot-col-30, .bmw-cot-col-20, .bmw-cot-col-10, .bmw-cot-col-25,
    .bmw-cot-col-33, .bmw-cot-col-66, .bmw-cot-col-75, .bmw-cot-col-50.bmw-cot-custom-bdr,
    .bmw-cot-main {
        width: calc(100% - 1px) !important;
    }
    footer {
        max-height: 100% !important;
        height: auto !important;
    }
    .bmw-cot-center {
        flex-direction: column !important;
    }

    .bmw-cot-auto-heigth {
        height: calc(100vh - 330px) !important;
    }
    .bmw-cot-message {
        height: 200px !important;
        line-height: 2em !important;
    }
    .bmw-cot-banner{
        width: 100% !important;
        max-width: 100% !important;
    }
    .bmw-cot-banner img{
        width: 100%;
        height: 350px;
        justify-self: center !important;
        position: relative;
        left: -25%;
        
        object-fit: cover !important;
        min-width: 600px !important;
    }
    .bmw-cot-header {
        position: fixed !important;
        height: auto !important;
        min-height: 90px;
        /*background: #fff;
        border-bottom: 1px solid #d2d2d2;*/
    }
    .bmw-cot-logo img{
        width: 100% !important;
    }
    .bmw-cot-main-title {
        width: calc(100% - 20px) !important;
        margin: 0 10px !important;
        padding: 60px 0 0 0 !important;
        box-sizing: content-box !important;
        text-align: center !important;
    }
    .bmw-cot-main-content {
        width: calc(100% - 20px) !important;
        margin: 0 10px !important;
        padding: 20px 0 0 0 !important;
        box-sizing: content-box !important;
    }
    .bmw-cot-message-height {
        min-height: 50vh !important;
        height: auto !important;
    }
    .bmw-cot-message-h2, .bmw-cot-message h2 {
        color: #000 !important;
        position: relative;
        width: calc(100% - 50px);
        bottom: 0;
        left: 50px;
        z-index: 1000;
        line-height: 2em;
        white-space: normal;
        box-sizing: border-box;
    }
    .bmw-cot-message-h3, .bmw-cot-message h3 {
        color: #000 !important;
        position: relative;
        width: calc(100% - 50px);
        bottom: 0;
        left: 50px;
        z-index: 1000;
        line-height: 1.5em;
        white-space: normal;
        box-sizing: border-box;
    }
    .bmw-cot-message-btn {
        min-width: 30% !important;
        font-size: .8em !important;
        position: relative;
        width: auto !important;
        bottom: 0;
        left: 50px;
        z-index: 1000;
        padding: 10px;
        line-height: 1.2em;
        box-sizing: border-box;
        border: none !important;
        text-shadow: none !important;
        text-align: center !important;
        margin-bottom: 20px !important;
    }
    .bmw-cot-main-title {
        width: calc(100% - 20px) !important;
        margin: 0 10px !important;
        padding: 60px 0 0 0 !important;
        box-sizing: content-box !important;
    }
    .bmw-cot-sticky, .bmw-cot-sticky-ie {
        position: relative !important;
        display: table !important;
        margin-bottom: 20px;
        background-color: #fff;
    }
    .bmw-cot-insurance > fieldset.ui-controlgroup > div.ui-controlgroup-controls {
        width: 100% !important;
        display: inline-block !important;
        text-align: center !important;
        border: none !important;
    }
    .bmw-cot-insurance > fieldset.ui-controlgroup > div.ui-controlgroup-controls > div.ui-radio {
        width: 100% !important;
        border-radius: 0 !important;
        border: none !important;
    }
    .bmw-cot-insurance > fieldset.ui-controlgroup > div.ui-controlgroup-controls > div.ui-radio > label {
        border: 1px solid #AAAAAA !important;
    }
    .bmw-cot-footer {
        width: calc(100% - 1px) !important;
    }
    .bmw-cot-custom-plan {
        display: block !important;
    }
    h1 {
        font-size: 1.8em !important;
        line-height: 1.8em !important;
    }
    h2 {
        font-size: 1.5em !important;
        line-height: 1.5em !important;
    }
    h3 {
        font-size: 1.3em !important;
        line-height: 1.3em !important;
    }
    .bmw-cot-customize h3 {
        font-size: 1.4em !important;
        line-height: 1.4em !important;
    }
    .bmw-cot-series {
        height: auto !important;
        max-height: 500px !important;
    }
    .bmw-cot-logo img {
        max-height: 40px;
        width: 100%;
        min-height: 1px;
        visibility: visible;
        margin: 20px auto;
    }
    footer a {
        font-size: 1em !important;
    }
    .bmw-cot-customize h2 {
        font-size: 2em !important;
        margin: 16px !important;
    }
    .bmw-cot-customize li label, .bmw-cot-customize li span {
        font-size: 1.1em !important;
        line-height: 1.4em !important;
    }
    .bmw-cot-label, .bmw-cot-price {
        font-size: 1.3em !important;
    }
    .bmw-cot-message-h2, .bmw-cot-message h2 {
        font-size: 2.3em !important;
    }
    .bmw-cot-message-h3, .bmw-cot-message h3 {
        font-size: 2em !important;
    }
    .bmw-cot-message-btn {
        font-size: 1em !important;
    }
    .cookiesDisclaimerText .bold {
        font-size: 1.2em !important;
        line-height: 1.2em !important;
    }
    /* Tooltip Mobile */
    .bmw-cot-tooltip-icon {
        display: block;
    }
    .bmw-cot-tooltip-text {
        display: block;
    }
    .bmw-cot-sl-col-80{
        width: calc(100% - 1px) !important;
    }
    .bmw-cot-sl-col-75{
        width: calc(100% - 1px) !important;
    }
    .bmw-cot-sl-col-66{
        width: calc(100% - 1px) !important;
    }
    .bmw-cot-sl-col-50{
        width: calc(100% - 1px) !important;
    }
    .bmw-cot-sl-col-25{
        width: calc(100% - 1px) !important;
    }
    .bmw-cot-sl-col-20{
        width: calc(100% - 1px) !important;
    }
    .bmw-cot-sl-col-15{
        width: calc(100% - 1px) !important;
    }
    .bmw-cot-sl-col-10{
        width: calc(100% - 1px) !important;
    }
    div.bmw-cot-col-66.bmw-cot-sl-bckg{
        width: 100% !important;
    }
    div.bmw-cot-col-33.bmw-cot-sl-bckg{
        width: 100% !important;
    }
    ul.bmw-cot-sl-ul>li>ol.bmw-cot-sl-ol>li>label{
        width: 100% !important;
    }
    ul.bmw-cot-sl-ul>li>ol.bmw-cot-sl-ol>li>span{
        width: 100% !important;
    }
    .bmw-cot-sl-tablet{
        width: 100% !important;
    }
    /* Vehiculos similares */
    #bmw-cot-modelsSimilares.bmw-cot-models > div.ui-content.jqm-content > .bmw-cot-tab > .ui-grid-c{
        grid-template-columns: repeat(1, 1fr);
    }
    .otraCaja.ui-block-d{
        width: 100% !important;
    }
    .otraCaja.ui-block-d > .cajaAuto,
    .otraCaja.ui-block-d > .cajaAuto > div{
        width: 100% !important;
    }
    .otraCaja.ui-block-d > .cajaAuto > div > label.bmw-cot-sl-cajaModel {
        width: 100% !important;
    }
    .otraCaja.ui-block-d > .cajaAuto > div > label.bmw-cot-sl-cajaModel > p {
        width: 100% !important;
    }
    .otraCaja.ui-block-d > .cajaAuto > div > label.bmw-cot-sl-cajaPrecio{
        width: 100% !important;
    }
    .bmw-cot-sl-cajaEquipamiento{
        width: 100% !important;
        max-width: 100% !important;
        min-height: 30px !important;
    }
    .bmw-cot-sl-cajaEquipamiento > div{
        width: 60% !important;
        max-width: 60% !important;
    }
    img.cajaBlanca{
        width: 100% !important;
        max-width: 100% !important;
    }
    .bmw-cot-sl-cajaInfo{
        width: 100% !important;
        max-width: 100% !important;
    }
    .bmw-cot-sl-cajaInfo > div{
        width: 100% !important;
        max-width: 100% !important;
    }
    .bmw-cot-sl-cajaInfo > div > table{
        width: 100% !important;
        max-width: 100% !important;
    }
    .bmw-cot-sl-cajaInfo > div > table > tbody > tr > td{
        height: 20px !important;
        min-height: 20px !important;
    }
    .bmw-cot-sl-cajaInfo > div > table > tbody > tr > td:first-of-type{
        width: calc(100% - 2px) !important;
        max-width: calc(100% - 2px) !important;
        display: table-row !important;
        text-align: left !important;
    }
    .bmw-cot-sl-cajaInfo > div > table > tbody > tr > td:last-of-type{
        width: calc(100% - 2px) !important;
        max-width: calc(100% - 2px) !important;
        display: table-row !important;
        text-align: left !important;
    }
    button.bmw-cot-sl-cajaDetalles.ui-btn{
        width: 100% !important;
        min-height: 40px !important;
    }
    #bmw-cot-modelsSimilares > div.ui-content.jqm-content > .bmw-cot-tab > .ui-grid-c > .otraCaja.ui-block-d{
        width: 100% !important;
    }
    ul.bmw-cot-sl-ul, ol.bmw-cot-sl-ol, .bmw-cot-sl-cajaInfo{
        font-size: 1.2em !important;
    }
    /* Landing */
    .bmw-cot-landing {
        width: 100%;
        overflow-x: hidden;
        display: flow;
    }
        .bmw-cot-landing img {
            width: auto !important;
            height: 350px !important;
            display: flex !important;
        justify-self: center !important;
            object-fit: cover;
        }
    .bmw-cot-landing-cont{
        position: relative !important;
        top: 0 !important;
    }
    .bmw-cot-landing-cont h3{
        color: #000 !important;
        font-size: 1.2em !important;
        line-height: 1.5em !important;
        text-shadow: none !important;
        text-align: justify !important;
    }
    .bmw-cot-landing-cont.col-4{
        width: 100% !important;
    }
    .bmw-cot-landing-cont h3 a{
        text-decoration: underline !important;
        font-weight: bold !important;
        color: #1C69D4 !important;
    }
    .bmw-cot-landing-cont h3 b{
        clear: both !important;
        display: block !important;
    }
    .btn.bmw-cot-landing-btn{
        width: 100% !important;
    }
    .col-1,.col-2,.col-3,.col-4,.col-5,.col-6,
    .col-7,.col-8,.col-9,.col-10,.col-11,.col-12{
        width: 100% !important;
    }
    .bmw-cot-series .bmw-cot-legend{
        padding-bottom: 30px !important;
    }
    .bmw-cot-series label.btn.bmw-cot-series-btn{
        height: 65px !important;
    }
    .bmw-cot-sl-vehicle{
        display: flex !important;
        flex-direction: column !important;
    }
    .bmw-cot-sl-vehicle label, .bmw-cot-sl-vehicle span, .bmw-cot-sl-info label, .bmw-cot-sl-info span,
    .bmw-cot-select-label, .bmw-cot-select-price{
        text-align: left !important;
    }
    .bmw-cot-select-price{
        text-indent: 20px !important;
    }
    .bmw-cot-footer{
        padding-bottom: 30px !important;
    }
    .bmw-cot-preview-img{
        width: 100% !important;
    }
    .btn-group.bmw-cot-custom{
        display: flex !important;
        vertical-align: middle !important;
        flex-direction: column !important;
        border-radius: 0 !important;
    }
    .btn-group.bmw-cot-custom > .btn:not(.dropdown-toggle){
        border-radius: 0 !important;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
}

/* ----------- Print ----------- */
@media print {
    @page{ 
        size: auto !important;
        margin: 8mm 8mm 8mm 8mm !important;  
    }
    footer, .bmw-cot-banner, .bmw-cot-preview-btn, .bmw-cot-main-title, header, #bmw-cot-content-VehiculoSimilar {
        display: none !important;
    }
    body {
        width: 100%;
        max-width: 100%;
        margin: 0 !important;
        height: auto !important;
        padding: 0;
        overflow: hidden;
        box-sizing: border-box !important;
    }
    /*.bmw-cot-col-90, .bmw-cot-col-80, .bmw-cot-col-70, .bmw-cot-col-60, .bmw-cot-col-50,
    .bmw-cot-col-40, .bmw-cot-col-30, .bmw-cot-col-20, .bmw-cot-col-10, .bmw-cot-col-25, .bmw-cot-col-33,
    .bmw-cot-col-66, .bmw-cot-col-75 {
        width: 100% !important;
    }*/
    .bmw-cot-main-content, .bmw-cot-main {
        width: calc(100% - 2px) !important;
        margin: 0 auto !important;
        padding: 0 !important;
    }
    img.bmw-cot-img {
        width: 60%;
        max-width: 60%;
        height: auto;
        margin: 0 auto !important;
        text-align: center !important;
    }
    .bmw-cot-customize label {
        display: table-cell !important;
        width: 33% !important;
    }
    .bmw-cot-customize span {
        display: table-cell !important;
        width: 66% !important;
    }
    .bmw-cot-button, #bmwPopupSend-popup {
        display: none !important;
    }
    .bmw-cot-customize h2 {
        display: block !important;
    }
    .bmw-cot-tab.bmw-cot-col-100, #legalDisclaimer{
        max-width: 99% !important;
        margin: 0 auto !important;
        padding: 0 !important;
    }
    .bmw-cot-tab.bmw-cot-col-100{
        justify-content: center !important;
        align-content: center !important;
        align-items: center !important;
    }
    .bmw-cot-left{
        width: 75% !important;
    }
    .bmw-cot-right{
        width: 100% !important;
    }
    .bmw-cot-right > .bmw-cot-left.bmw-cot-col-50{
        width: 75% !important;
        margin: 0 !important;
        padding: 0 !important;
        justify-content: flex-start !important;
    }
}

/* ----------- IE ----------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /*IE10+ CSS styles*/
    .bmw-cot-logo img {
        visibility: visible !important;
        opacity: 1 !important;
    }
    .bmw-cot-logo {
        visibility: visible !important;
        background: transparent;
    }
}

@media all and (min-width:410px) and (max-width:900px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /*IE10+ CSS styles*/
    section::after {
        content: "";
        clear: both;
        display: table;
    }
    .bmw-cot-customize li label, .bmw-cot-customize li span,
    .bmw-cot-customize li span ol li label, .bmw-cot-customize li span ol li span {
        white-space: normal !important;
        display: block !important;
        float: left !important;
        width: 50% !important;
        padding-top: 2px;
    }
    .bmw-cot-header {
        position: relative !important;
        background: #fff;
        border-bottom: 1px solid #d2d2d2;
    }
    .bmw-cot-col-90, .bmw-cot-col-80, .bmw-cot-col-70, .bmw-cot-col-60, .bmw-cot-col-50, .bmw-cot-col-40,
    .bmw-cot-col-30, .bmw-cot-col-20, .bmw-cot-col-10, .bmw-cot-col-25, .bmw-cot-col-33, .bmw-cot-col-66,
    .bmw-cot-col-75, .bmw-cot-col-50.bmw-cot-custom-bdr {
        box-sizing: border-box !important;
        width: calc(100% - 1px) !important;
        max-width: 100% !important;
    }
    .bmw-cot-right, .bmw-cot-left {
        float: none !important;
        clear: both;
    }
    .bmw-cot-col-100 {
        width: calc(100% - 1px) !important;
        box-sizing: border-box !important;
        max-width: 100% !important;
    }
    #bmwCotResume {
        width: calc(100% - 1px) !important;
        box-sizing: border-box !important;
        max-width: 100% !important;
        display: block !important;
    }
    .bmw-cot-preview-img {
        max-width: 100%;
    }
    .bmw-cot-customize ul, .bmw-cot-customize ol {
        display: block !important;
        white-space: normal !important;
        width: calc(100% - 30px) !important;
        margin: 0 !important;
        margin-left: 25px !important;
    }
    .bmw-cot-logo {
        visibility: visible;
        height: auto !important;
    }
    .bmw-cot-logo img {
        height: 40px !important;
        margin-top: 8px !important;
        margin-bottom: 8px !important;
        visibility: visible !important;
    }
    .ui-grid-c > .ui-block-a, .ui-grid-c > .ui-block-b, .ui-grid-c > .ui-block-c, .ui-grid-c > .ui-block-d {
        width: 50% !important;
    }
    .bmw-cot-custom-plan {
        display: block !important;
    }
    .bmw-cot-custom-plan .bmw-cot-col-50 {
        width: 100% !important;
    }
    .bmw-cot-series {
        height: auto !important;
        max-height: 500px !important;
    }
    #bmwCotResume {
        margin-top: 30px !important;
    }
}

/* ----------- 1680px Screens + ----------- */
@media screen and (min-width: 1680px) and (max-width: 3000px) {
    h1 {
        font-size: 2em !important;
    }
    h2 {
        font-size: 1.8em !important;
    }
    h3 {
        font-size: 1.6em !important;
    }
    .bmw-cot-series {
        height: auto;
        max-height: none;
    }
    .bmw-cot-logo img {
        max-height: 40px;
        height: auto;
        min-height: none;
        visibility: visible;
    }
    footer a {
        font-size: 1em !important;
    }
    .bmw-cot-customize h2 {
        font-size: 1.8em !important;
        margin: 16px !important;
    }
    .bmw-cot-customize li label, .bmw-cot-customize li span {
        font-size: 1.3em !important;
        line-height: 1.6em !important;
    }
    .bmw-cot-label, .bmw-cot-price {
        font-size: 1.3em !important;
    }
    .bmw-cot-message-h2, .bmw-cot-message h2 {
        font-size: 2.3em !important;
    }
    .bmw-cot-message-h3, .bmw-cot-message h3 {
        font-size: 2em !important;
    }
    .bmw-cot-message-btn {
        font-size: 1em !important;
    }
}

/* ----------- 1500px Screens (landing) ----------- */
@media screen and (min-width: 901px) and (max-width: 1200px) {
    /* Landing */
    .bmw-cot-landing {
        width: 100%;
    }
    .bmw-cot-landing img {
        width: 100%;
        height: auto;
    }
    .bmw-cot-landing-cont{
        position: relative !important;
        top: 0 !important;
    }
    .bmw-cot-landing-cont h3{
        color: #000 !important;
        font-size: 1.2em !important;
        line-height: 1.5em !important;
        text-shadow: none !important;
        text-align: justify !important;
    }
    .bmw-cot-landing-cont.col-4{
        width: 100% !important;
    }
    .bmw-cot-landing-cont h3 a{
        text-decoration: underline !important;
        font-weight: bold !important;
        color: #1C69D4 !important;
    }
    .bmw-cot-landing-cont h3 b{
        clear: both !important;
        display: block !important;
    }
}

/* ----------- 1500px Screens (landing) ----------- */
@media screen and (min-device-width: 901px) and (max-device-width: 1200px) {
    /* Landing */
    .bmw-cot-landing {
        width: 100%;
    }
    .bmw-cot-landing img {
        width: 100%;
        height: auto;
    }
    .bmw-cot-landing-cont{
        position: relative !important;
        top: 0 !important;
    }
    .bmw-cot-landing-cont h3{
        color: #000 !important;
        font-size: 1.2em !important;
        line-height: 1.5em !important;
        text-shadow: none !important;
        text-align: justify !important;
    }
    .bmw-cot-landing-cont.col-4{
        width: 100% !important;
    }
    .bmw-cot-landing-cont h3 a{
        text-decoration: underline !important;
        font-weight: bold !important;
        color: #1C69D4 !important;
    }
    .bmw-cot-landing-cont h3 b{
        clear: both !important;
        display: block !important;
    }
}