body{
  margin: 0;
  padding: 0;
}
a:hover, a:active, a:focus, div, p, span{
  text-decoration: none;
}
body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) textarea:focus,
body:not(.user-is-tabbing) div:focus {
  outline: none;
}
@font-face {
  font-family: 'VWHead-Bold';
    src: local('VWHead-Bold'),
         url('../fonts/VWHead-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/VWHead-Bold.woff') format('woff'),
         url('../fonts/VWHead-Bold.ttf') format('truetype'),
         url('../fonts/VWHead-Bold.svg#icomoonregular') format('svg');
}

@font-face {
  font-family: 'VWHead-BoldItalic';
    src: local('VWHead-BoldItalic'),
         url('../fonts/VWHead-BoldItalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/VWHead-BoldItalic.woff') format('woff'),
         url('../fonts/VWHead-BoldItalic.ttf') format('truetype'),
         url('../fonts/VWHead-BoldItalic.svg#icomoonregular') format('svg');
}

@font-face {
  font-family: 'VWHead-Regular';
    src: local('VWHead-Regular'),
         url('../fonts/VWHead-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/VWHead-Regular.woff') format('woff'),
         url('../fonts/VWHead-Regular.ttf') format('truetype'),
         url('../fonts/VWHead-Regular.svg#icomoonregular') format('svg');
}

@font-face {
  font-family: 'VWHead-RegularItalic';
    src: local('VWHead-RegularItalic'),
         url('../fonts/VWHead-RegularItalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/VWHead-RegularItalic.woff') format('woff'),
         url('../fonts/VWHead-RegularItalic.ttf') format('truetype'),
         url('../fonts/VWHead-RegularItalic.svg#icomoonregular') format('svg');
}

.main_content{
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  padding: 0;
}

#vwd4_page{
  padding: 0 !important;
}
.promociones-content{
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  display: table;
  background-image: url("../images/fondo.jpg");
    background-position: center center;
    background-size: 100% 100%;
}
.mobile_promocion{
  width: 100%;
  height: auto;
}
.mobile_promocion .promociones-content{
  width: 100vw;
  height: 100vh;
}
.menu{
  background: white none repeat scroll 0 0;
  box-shadow: 2px 0 24px 0px rgba(0, 0, 0, 0.24);
  float: left;
  height: 100%;
  position: relative;
  width: 92px;
  z-index: 100;
  display: table;
}

.main-menu{
  display: table-cell;
  vertical-align: middle;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    height: auto;
}


.main-menu li{
  display: inline-block;
    height: auto;
    margin: 0;
    width: 100%;
    padding: 15px 5px;
    box-sizing: border-box;
    border-top: 1px solid #dee1e3;
}
.main-menu li:last-child{
  border-bottom: 1px solid #dee1e3;
}

.main-menu li a span{
  display: block;
  margin: 0 auto 10px;
}
.destacadas{
  background: url('../images/destacadas.svg');
  width: 20px;
  height: 20px;
}
.buen-fin{
  background: url('../images/buen-fin.svg');
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
}
.autos{
  background: url('../images/autos.svg');
  width: 34px;
  height: 14px;
}
.servicio{
  background: url('../images/servicio.svg');
  width: 22px;
  height: 22px;
}
.interesa{
  background: url('../images/muneca_gris.svg');
  width: 25px;
  height: 20px;
  background-size: 35px;
  background-position: -5px;
  position: relative;
}
.horas{
  background: url('../images/logo72.svg');
  width: 52px;
  height: 23px;
}
.main-menu li a{
  display: block;
  color: #808890 !important;
  font-family: "VW-Head Regular";
  font-size: 12px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}

.main-menu li:hover a{
  color: #000 !important;

}

.main-menu li:hover a .destacadas{
  background: url('../images/destacadas-hov.svg');
  width: 20px;
  height: 20px;
}

.main-menu li:hover a .autos{
  background: url('../images/autos-hov.svg');
  width: 34px;
  height: 14px;
}

.main-menu li:hover a .servicio{
  background: url('../images/servicio-hov.svg');
  width: 22px;
  height: 22px;
}

.main-menu li:hover a .interesa{
  background: url('../images/muneca_azul.svg');
  width: 25px;
  height: 20px;
  background-size: 35px;
  background-position: -5px;
  position: relative;
}

.main-menu li.active a{
  color: #00b5f1 !important;
}

.main-menu li.active a .destacadas{
  background: url('../images/destacadas-hov.svg');
  width: 20px;
  height: 20px;
}

.main-menu li.active a .autos{
  background: url('../images/autos-hov.svg');
  width: 34px;
  height: 14px;
}

.main-menu li.active a .servicio{
  background: url('../images/servicio-hov.svg');
  width: 22px;
  height: 22px;
}

.main-menu li.active a .interesa{
  background: url('../images/muneca_azul.svg');
  width: 25px;
  height: 20px;
  background-size: 35px;
  background-position: -5px;
  position: relative;
}



.promociones{
  display: table;
  position: relative;
  height: 100%;
  padding: 0;
  margin: 106px 0 0 0;
  box-sizing: border-box;
  width: 100%;
  table-layout: fixed;
}

.promocion-titles{
  display: table;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 25px 25px 0 25px;
  position: relative;
}

.promocion-titles h1{
  color: #333333 !important;
  text-align: left;
  margin: 0 0 30px 0;
  font-family: "VW-Head Bold";
  font-size: 30px;
}

.promocion-titles p{
  color: #717272 !important;
  font-family: "VW-Head Regular";
  text-align: left;
  margin: 10px 0;
  padding: 0;
  font-size: 25px;
  line-height: normal;
}

.promociones-carousel{
  position: relative;
  width: 100%;
  height: auto;
  display: table;
  margin: 0;
  padding: 10px 0;
  box-sizing: border-box;
  vertical-align: middle;
  table-layout: fixed;
}

.promocion-container{
  width: 33.3333%;
  float: left;
  display: block;
  box-sizing: border-box;
  padding: 0 15px;
}
.no-promo-content{
  width: 100% !important;
}

.promocion-border{
  width: 100%;
  height: auto;
  position: relative;
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.2);
  box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.2);
  height: 500px;
}

.promocion-border:hover{
  -webkit-box-shadow: 0px 0px 10px 0px #00b3ee;
-moz-box-shadow:    0px 0px 10px 0px #00b3ee;
box-shadow:         0px 0px 10px 0px #00b3ee;
}

.tipo-promocion{
  text-align: left;
  color: #00b3ee !important;
  font-size: 16px;
  margin: 0 0 20px 0;
  font-family: "VW-Head Bold";
}
.desktop_promocion .promocion-border{
  height: 400px;
}
.desktop_promocion .menu{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: block;
  border: 1px solid #dee1e3;
}
.desktop_promocion .center-menu{
  display: table;
  margin: 140px 0;
}
.desktop_promocion .promociones{
  margin: 100px 0 0 0;
}
.mobile_promocion .center-menu{
  display: table;
  width: 100%;
}
.pro-active{
  -webkit-box-shadow: 0px 0px 10px 0px #00b3ee !important;
-moz-box-shadow:    0px 0px 10px 0px #00b3ee !important;
box-shadow:         0px 0px 10px 0px #00b3ee !important;
}

.bandera{
  position: relative;
  float: right;
  background-image: url("../images/start.png");
  height: 74px;
  width: 74px;
  background-position: center;
  z-index: 1;
}
.bandera-fin{
  position: relative;
  float: right;
  background-image: url("../images/buen_fin.svg");
  height: 74px;
  width: 74px;
  background-position: center;
  z-index: 1;
}
.bandera-72-horas{
  position: relative;
  float: right;
  background-image: url("../images/72_horas.svg");
  height: 67px;
  width: 112px;
  margin-right: 5px;
  background-position: center;
  z-index: 1;
}
.bandera-3dias{
  position: relative;
  float: right;
  background-image: url("../images/3.svg");
  height: 94px;
  width: 102px;
  margin-right: 5px;
  background-position: center;
  z-index: 1;
}
.bandera-contrareloj{
  position: relative;
  float: right;
  background-image: url('../images/contrareloj.svg');
  height: 42px;
  width: 132px;
  margin-right: 15px;
  background-position: center;
  z-index: 1;
  margin-top: 15px;
}
.promocion-title{
  font-size: 32px;
  font-family: "VW-Head Bold";
  text-align: left;
  color: #00b3ee !important;
  margin: 0 0 10px 0;
  line-height: 1;
  }
  .promocion-title span{
    font-size: 18px;
  }

  .no-promos{
    font-size: 25px;
    color: #00b5f1 !important;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }

  .promocion-feature{
    color: #000 !important;
    font-size: 18px;
    font-family: "VW-Head Regular";
    line-height: normal;
    text-align: left;
  }

  .promocion-feature span{
    color: #00b3ee !important;
    font-size: 18px;
  }

  .promocion-image{
    bottom: 70px;
        display: block;
        height: auto;
        left: 0;
        margin: auto;
        max-width: 400px;
        position: absolute;
        right: 0;
        width: 100%;
  }

  .btn-promocion{
    background: #0099da none repeat scroll 0 0;
        border-radius: 3px;
        bottom: 20px;
        color: #fff !important;
        font-family: "VW-Head Bold";
        font-size: 16px;
        height: auto;
        left: 0;
        margin: auto;
        padding: 10px 30px;
        position: absolute;
        right: 0;
        text-align: center;
        text-decoration: none;
        width: 185px;
  }

  .slick-prev, .slick-next {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: transparent !important;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 60px;
    line-height: 0;
    margin: 0;
    outline: medium none;
    padding: 0;
    position: absolute;
    top: calc(50% - 22px);
    width: 45px;
    z-index: 2;
}
.slick-prev {
    background-image: url("../images/prev-carousel.svg");
    background-repeat: no-repeat;
    left: -1px;
}
.slick-next {
    background-image: url("../images/next-carousel.svg");
    background-repeat: no-repeat;
    right: -1px;
}

/* ---- ver promo ----- */



  @media screen and (max-height: 800px){
    .promocion-border{
      height: 400px;
    }
    .promocion-feature{
      font-size: 18px;
      margin: 0;
    }
    .promocion-title{
      font-size: 30px;
    }
    .promocion-image{
      max-width: 350px;
      bottom: 60px;
    }
    .desktop_promocion .promocion-image{
      bottom: 90px;
      max-width: 400px;
    }
    .btn-promocion{
      padding: 10px;
      font-size: 16px;
      bottom: 10px;
    }
    .promocion-titles h1{
      font-size: 25px;
      margin: 0 0 15px;
    }
    .promocion-titles p{
      font-size: 20px;
    }
  }
  .slick-list{
    padding: 10px 0;
  }

  /*----- ver promo interta------*/

  .promociones-ver{
    display: table;
    position: relative;
    height: 100%;
    margin: 0;
    padding: 0px 0 0 0;
    box-sizing: border-box;
    width: calc(100% - 93px);
    table-layout: fixed;
  }

  .promocion-sec-1{
    display: table;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 25px;
    position: absolute;
    top: 0;
    left: 0;
  }

  #regresa{
    color: #00b3ee !important;
    float: left;
    cursor: pointer;
    font-family: "VW-Head Regular";
    font-size: 16px;
  }

  #regresa:hover{
    color: #0068AA !important;
  }



  .servicio-title{
    font-size: 25px;
  }
  .servicio-txt{
    font-size: 12px;
  }

  .slick-dots{
    display: table;
    font-size: 0;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
    vertical-align: bottom;
  }

  .slick-dots li{
    display: inline-block;
    margin: 0;
    padding: 0;
    transition: all 0.5s ease 0s;
  }

  .slick-dots li.slick-active button{
    background-color: #00b3ee !important;
  }

  .slick-dots li button{
    background-color: #ccc;
    border: medium none;
    color: transparent !important;
    font-size: 10px;
    height: 5px;
    margin: 8px;
    width: 25px;
  }

  .legales{
    position: relative;
    display: block;
    margin: 10px 0 10px;
    padding: 0 20px;
    color: #808890 !important;
    font-family: "VW-Head Bold";
    font-size: 11px;
  }
    @media screen and (max-height: 1250px){
      .promocion-titles h1{
        font-size: 26px;
        margin: 0 0 15px;
        line-height: normal;
      }
      .promocion-titles p{
        font-size: 16px;
      }
    }

    @media screen and (max-height: 1050px){
      .promocion-container{
        width: 50%;
      }
    }

    @media screen and (max-height: 650px){
      .promocion-border{
        height: 350px;
      }
      .promocion-feature{
        font-size: 14px;
      }
    }
    @media screen and (max-height: 520px){
      .promocion-titles h1{
        font-size: 18px;
      }
      .promocion-titles p{
        font-size: 14px;
      }
      .promocion-border{
        height: 300px;
      }
    }

    @media screen and (max-width: 870px){
      .bandera-contrareloj{
        height: 34px;
        width: 102px;
      }
      .tipo-promocion{
        margin: 0 0 16px 0;
      }
    }
    @media screen and (max-width: 768px){
      .promociones{
        padding: 0;
      }
      .promocion-titles h1{
        font-size: 18px;
      }
      .promocion-titles p{
        font-size: 14px;
      }
      .promociones-carousel{
        vertical-align: middle;
      }
      .promocion-feature{
        font-size: 16px;
      }
      .promocion-title{
        font-size: 28px;
      }
      .promocion-title span{
        font-size: 16px;
      }
      .promocion-border{
        height: 350px;
        max-height: 400px;
      }
      .menu{
        position: fixed;
        bottom: 0;
        width: 100%;
        height: auto;
      }
      .promocion-feature span{
        font-size: 16px;
      }
      .main-menu li{
        width: 90px;
        vertical-align: bottom;
        border-top: 0 solid #fff;
        border-right: 1px solid #dee1e3;
        padding: 10px 15px;
        height: 70px;
      }
      .main-menu li:last-child{
        border-bottom: 0 solid #fff;
        border-right: 0 solid #fff;
      }
      .main-menu li a{
        font-size: 10px;
      }
      .promocion-titles{
        padding: 20px 20px 0 20px;
        display: block;
        position: relative;
      }
      .promociones-carousel{
        display: table;
      }
      .fa{
        color: #00b5f1 !important;
      }
      .main-menu li a span.autos{
        margin: 5px auto 10px;
      }
      .main-menu li a span.buen-fin{
        margin: 0 auto 5px;
        width: 25px;
        height: 25px;
      }
      .promocion-border{
        padding: 10px 20px;
      }
      .bandera-72-horas{
        height: 61px;
        width: 104px;
        margin-right: 0;
      }
      .bandera-3dias{
        height: 67px;
        width: 74px;
        margin-right: 0;
      }
    }
    @media screen and (max-width: 767px){
      .promociones{
        margin: 0;
      }
      .promociones{
        width: 100%;
        height: calc(100% - 80px);
        padding: 0;
      }
    }
    @media screen and (max-width: 700px){
      .promocion-border{
        height: 400px;
      }
      .promocion-titles h1{
        font-size: 15px;
      }
      .promocion-titles p{
        font-size: 12px;
      }
      .promocion-title{
        font-size: 16px;
      }
      .promocion-title span{
        font-size: 12px;
      }
      .promocion-feature, .promocion-feature span{
        font-size: 13px;
      }
    }
    @media screen and (max-width: 400px){
      .main-menu li{
        width: 25%;
        float: left;
        padding: 10px 0;
      }
    }

    @media (max-height: 620px) and (max-width: 768px) {
    /* CSS stuff */
    .promocion-border{
      height: 330px;
    }
    .promocion-image{
      max-width: 250px;
    }
}

/*el mike was here*/
#mensaje{
  position: absolute;
top: 40%;
font-family: "VW-Head Regular";
font-size: 20px;
text-align: center;
width: 100%;
text-align: center;
}
#mensaje>div{
  text-align: center;
}

.load{
  position: relative;
}
.ok{
  position: relative;
  color: #0099DA !important;
}
.error{
  position: relative;
  color: #D50400 !important;
}



.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 2000;
    position: fixed;
    height: 20vh;
    width: 20vh;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.pace:before {
content: '';
position: absolute;
display: block;
width: 120vw;
height: 100vh;
top: -40vh;
left: -50vw;
background: #0099da;
}

.pace.pace-inactive .pace-activity, .pace.pace-inactive:before {
  display: none;
}

.pace .pace-activity {
    position: fixed;
    z-index: 2000;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 200px;
    width: 200px;
    display: block;
    /*background: url("../images/loader.gif") no-repeat;*/
    box-sizing: border-box;
    border-width: 7px;
    border-style: solid;
    background: rgba(255,255,255,.5);
    border-color: #EEE transparent;
    border-radius: 50%;
    -webkit-animation: scaleout 1s linear infinite;
    -moz-animation: scaleout 1s linear infinite;
    -o-animation: scaleout 1s linear infinite;
    animation: scaleout 1s linear infinite;
}
.pace .pace-activity:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    display: block;
}
@-webkit-keyframes scaleout {
  0% { -webkit-transform: scale(0.0) rotate(0deg) }
  100% {
    -webkit-transform: scale(1.0) rotate(359deg);
    opacity: 0;
  }
}
@keyframes scaleout {
  0% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0) rotate(0deg);
  } 100% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0) rotate(359deg);
    opacity: 0;
  }
}


.no-padding{
  padding: 0 !important;
}
@media screen and (max-width: 768px){
  .vw_m532_showroom_nav{
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
  }
  .main_content{
    padding: 40px 0 0 0;
  }
}
