html.lt-ie8 .container {
  display: none;
}

[ng\:cloak],[ng-cloak],.ng-cloak{display:none !important}

body {
  -webkit-font-smoothing: antialiased;
	font-size: 14px;
  line-height: 17px;
	font-family: bmw_groupregular, arial,helvetica,sans-serif;
  color: #363636;
}

.img-promocion {
   max-width: 100%;
}

.container-fluid {
  max-width: 1680px;
}

.image-header {
  margin-right: auto;
  margin-left: auto;
  display: none;
}

.image-modulos {
  position: absolute;
  top: 15px;
  right: 4%;
  width: 74px;
}

h1 {
  font-size: 35px;
  line-height: 100%;
  font-weight: normal;
  font-family: bmw_groupthin,arial,helvetica,sans-serif;
  color: #262626;
  margin: 28px 0 10px 0;
  letter-spacing: -1px;
}

h1.hack-br-hidden-xs br {
  display:none;
}

h2 {
  font-size: 20px;
  line-height: 100%;
  font-weight: normal;
  font-family: bmw_groupligth,arial,helvetica,sans-serif;
  color: #262626;
  margin-top: -2px;
  margin-bottom: 13px;
  letter-spacing: -.5px;
}

.price {
  font-size: 20px;
}

.promotion {
  font-family: bmw_grouplight,arial,helvetica,sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 20px;
  margin-top: 20px;
  letter-spacing: -.8px;
}

.promotion strong.strong {
  font-family: bmw_groupligth,arial,helvetica,sans-serif;
}

.promotion span.price_amount {
  font-family: bmw_groupligth,arial,helvetica,sans-serif;
  font-size: 35px;
}

.promotion-img {
  max-width: 300px;
}

.popover {
  font-family: inherit;
  border-radius: 0px;
}

.popover:focus {
  outline: none;
}

.popover-content {
  font-size: 12px;
}

.popover-title {
  /*font-size: 10px;*/
  font-weight: bold;
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
  border-radius: 0;
}

a {
  color: #1C69D4;
}

a:hover, a:focus {
  color: #0653B6;
}

.instructions {
  line-height: 100%;
  font-size: 18px;
  font-family: bmw_groupbold,arial,helvetica,sans-serif;
  margin: 30px 0 30px 0;
}
span.required {
	color: #1C69D4;
}

.btn {
  border-radius: 0px;
  font-size: 14px;
  height: 40px;
  font-family: bmw_groupligth,arial,helvetica,sans-serif;
  line-height: 100%;
}

.btn-bmw {
  padding: 13px 10px;
  border: 0px;
  text-align: center;
  background: #1C69D4;
}

a.btn-bmw {
  color: #fff;
}

a.btn-bmw:hover, a.btn-bmw:focus {
  color: #fff;
  text-decoration: none;
}

.btn-primary {
  background: #1C69D4;
}

.btn-secondary {
  background: #666;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
  border-color: #0653B6;
  background: #0653B6;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus, .btn-secondary:active, .btn-secondary.active, .open>.dropdown-toggle.btn-secondary {
  border-color: #4d4d4d;
  background: #4d4d4d;
}

.form-control {
  border-radius: 0px;
}

label {
  font-weight: normal;
}

input[type=checkbox], input[type=radio] {
  margin: 2px 0 0;
}

.error-block {
	color: red;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
	color: #363636;
}

.has-error .form-control {
  border-color: #d9534f;
}

.aviso_privacidad {
  border: 1px solid #eee;
  padding: 20px;
  height: 200px;
  overflow: scroll;
  margin: 0 0 20px 0;
}

.legal {
  font-size: 12px;
  line-height: 16px;
}

footer {
  background-color: #8e8e8e;
  color: white;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: bmw_groupregular,arial,helvetica,sans-serif;
  margin-top: 40px;
}

footer a {
  color: white;
}

footer hr {
  border-color: #bbb;
}

footer a:hover {
  color: #1C69D4;
  text-decoration: none;
}

.carousel-indicators {
  top: 10px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-right: 0px;
  }

  .form-group {
    margin-bottom: 5px;
  }

  .inline-error-block {
    padding-left: 0px;
    padding-top: 7px;
  }

  .image-modulos {
    width: 60px;
  }

  .carousel-indicators {
    bottom: 65px;
    top: inherit;
  }
  
}

@media (min-width: 992px) {
  
  .img-promocion {
     max-width: 750px;
  }

  h1.hack-br-hidden-xs br {
    display:inline;
  }

  .body {
    margin-left: 50px;
    margin-right: 50px;
  }

  .footer {
    margin-left: 50px;
    margin-right: 50px;
  }

  .header {
    border-top: 0px solid #8e8e8e;
  }

  .image-header {
    margin-right: auto;
    margin-left: auto;
    display: inherit;
    visibility: hidden;
  }

  .header-fix {
    position: relative; background-image: url(../img/header.jpg); background-size: 100%;
    margin-bottom: 20px;
  }

  /* .header-fix.header2 {
    position: relative; background-image: url(../img/header2.jpg); background-size: 100%;
  }

  .header-fix.header3 {
    position: relative; background-image: url(../img/header3.jpg); background-size: 100%;
  }

  .header-fix.header4 {
    position: relative; background-image: url(../img/header4.jpg); background-size: 100%;
  }

  .header-fix.header5 {
    position: relative; background-image: url(../img/header5.jpg); background-size: 100%;
  } */

  .claim {
    position: absolute;
    bottom: 0px;
    left: 65px;
  }

  .claim-top {
    top: 20px;
  }

  .claim h1 {
    color: #fff;
    margin-top: 10px;
  }

  .claim h2 {
    color: #fff;
  }

  .container {
    margin: 0;
  }

  .image-modulos {
    right: 92%;
  }
}

.browsehappy {
  position: relative;
  z-index: 2000;
  width: 100%;
  background: #e74c3c;
  color: #ffffff;
  font-size: 20px;
  font-family: sans-serif;
  height: 110px;
}

@media (min-width: 1200px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 25px;
  }

  .carousel-indicators {
    bottom: 90px;
    top: inherit;
  }
  
}

.browsehappy__inner {
  width: 850px;
  padding: 24px;
  margin: 0 auto;
}

.browsehappy__text {
  overflow: hidden;
  font-size: 18px;
  line-height: 17px;
}

.browsehappy__text p {
  margin: 10px 0 0px;
}

.browsehappy__link {
  float: right;
  padding-left: 24px;
}

.browsehappy__link  a {
  display: block;
  border: 1px solid #ffffff;
  padding: 21px 24px 20px;
  color: #ffffff;
  text-decoration: none;
  line-height: 1;
}

.descarga {
	font-size: 25px;
	line-height: 29px;
	font-weight: normal;
	font-family: bmw_groupligth,arial,helvetica,sans-serif;
  color: #ffffff;
  margin-left: 20px;
}

/***/

.cuadroMenu{
  display:inline-block;
  /*border: 1px solid red; */
  margin-left:0px;
  margin-right:10px;
  margin-top:0px;
  margin-bottom:10px;
  /*padding-left:10px;
  padding-right:10px;
  text-align:center;*/
  float:left;
  cursor: pointer;
}

.cuadroMenu2 h2{
   margin-top:15px;
}

.cuadroMenu2{
  
  padding-left:10px;
  padding-right:10px;
  text-align:center;
}
.recuadroAzul {
  height:5px;
  background-color: #1c69d4;
}

.color-familia-modelos{
  color: #E6E6E6;
  font-size: 90px;
}

.lugar-modelos2{
  position: absolute;
  margin-top: 55px;
  margin-left: 12px; 
}

.thumbnail {
  border: 0px solid #8E8E8E;
  border-radius: 0px;
  height: 20%;
}

.thumbnail-model {
  margin-top: 5px;
  cursor: pointer;
  /*opacity: 0.1;*/
  background-color:transparent;
}

.img-thumbnail {
  border: 0px solid #8E8E8E;
  border-radius: 0px;
  background-color:transparent;
}

.thumbnail .caption {
  min-height: 52px;
}

.thumbnail .caption h1 {
  font-size: 16px;
  margin: 0px;
  line-height: 1.2;
}

.thumbnail-model:hover .caption h1{
  font-size: 18px;
  /*background-color: red;/*#8E8E8E;*/
}

.thumbnail-selected {
  margin-top: 10px;
  margin-bottom: 10px;
}

.thumbnail-selected .caption h1 {
  font-size: 26px;
  margin: 20px;
}

.H2formato1{
  font-size: 20px;
  color: #bbb;
}

.H2formato2{
  font-size: 27px;
  color: #000;
}

.recuadroInferior {
  height:13px;
  background-color: #fff;
}

.icon-chevron-down-thick{
  display:inline-block;
  width:1rem; 
  height:1rem;
  padding:2;
  position:relative;
  top:.050rem;
  color:#002c5e;
  margin-right:.625rem
}
.icon{
  flex-shrink:0;
  margin-left:.375rem;
  margin-top:.25rem;
  width:1rem;
  height:1rem;
  position:relative;
  bottom:.225rem
}

.icon-chevron-down-thick1{
  display:inline-block;
  width:.5rem; 
  height:.5rem;
  padding:1;
  position:relative;
  top:1;
  color:#002c5e;
  margin-right:.625rem
}
.icon1{
  flex-shrink:0;
  margin-left:.370rem;
  margin-top:.25rem;
  width:1.2rem;
  height:1.2rem;
  position:relative;
  bottom:.26rem;
  transform:rotate(180deg)
}