/* fdbarfety 04990680 */
.cst_BLACK_LABEL .btn-default {box-shadow: none;}

/* wabbey 10430515 & schadwick 12069951 */
.cst_PHONE_FIVE .btn-primary {background-image: none;text-transform: capitalize;min-width:220px;letter-spacing: inherit;padding:0;background-color:var(--color-neutral-alpha-1);border-bottom-width:0px;border-top-width:0px;}
.cst_PHONE_FIVE .btn-primary div{display: inline;font-size: 14px !important;font-weight:300}
.cst_PHONE_FIVE .btn-primary b {font-size: 14px !important;}

/* ddcdusting 12084863 */
.index .dealer-info-container .dealer-info-content .content a {color: #fff; text-decoration: underline;}

/* ddcmhampton 04761055 */
.vdp .window-sticker-link i, .vdp .window-sticker-link span {font-size: 38px;}

/* ddcdusting 05416683 */
.vdp .wsm-incentive-display .on-page-incentive-wrapper {background-color: #fff !important;}
.vdp .wsm-incentive-display .text-discount {color: #000;}

.contenedor {
  width: 80%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.marquee {
  display: flex;
  animation: mover 10s linear infinite;
}

.marquee a {
  width: 100%;
  height: auto;
  display: block;
  flex-shrink: 0;
}

@keyframes mover {
  0% { transform: translateX(0); }
  20% { transform: translateX(0); } /* 2s imagen 1 */

  30% { transform: translateX(-100%); } /* 1s transición */

  80% { transform: translateX(-100%); } /* 5s imagen 2 */

  90% { transform: translateX(0); } /* 1s regreso */

  100% { transform: translateX(0); } /* pausa opcional de 1s */
}








