.indicador-autos {
  margin-bottom: 45px;
}

.carousel-item {
  text-align: center;
}

.car_custom_slider .slick-slider button {
  position: absolute;
  top: 32%;
  outline: none;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 35px;
  border: none;
  background-color: white !important;
  color: black !important;
  z-index: 99;
}

.car_custom_slider .slick-slider .slick-prev {
  left: 0px;
  font-size: 0;
  padding-left: 4px;
  outline: none;
  box-shadow: none;
  padding-bottom: 6px;
  justify-content: center !important;
  display: flex;
  align-items: center;
  background-color: transparent !important;
  color: white !important;
  opacity: 0.5;
}
.car_custom_slider .slick-slider .slick-prev::before {
  font-size: 22px;

  font-size: 25px;
  font-weight: 700;
}

.car_custom_slider .slick-slider .slick-next {
  right: 0px;
  font-size: 0;
  outline: none;
  box-shadow: none;
  padding-left: 8px;
  outline: none;
  box-shadow: none;
  padding-bottom: 6px;
  justify-content: center !important;
  display: flex;
  align-items: center;
  background-color: transparent !important;
  color: white !important;
  opacity: 0.5;
}

.car_custom_slider .slick-slider .slick-next::before {
  font-size: 22px;

  font-size: 25px;
  font-weight: 700;
}

.slick-dots {
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  padding: 1px;
  background-color: white;
  margin: 10px 5px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  cursor: pointer;
}

.car_custom_slider .slick-dots button {
  display: none;
}

.slick-dots li.slick.active {
  background: orange;
}

.car_custom_slider .slick-slider img {
  width: 90%;
  margin: auto;
}

.car_custom_slider .slick-slider {
  position: relative;
  opacity: 0.8;
  transition: all 900ms ease;
}

.car_custom_slider .slick-current {
  opacity: 2;
  transform: scale(1.3);
  z-index: 99;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.car_custom_slider .slick-slide .xyz {
  opacity: 0;
}

.car_custom_slider .slick-current .xyz {
  opacity: 0;
}

.car_custom_slider .slick-arrow {
  outline: none;
  box-shadow: none;
}

.carousel-indicators {
  margin-bottom: 114px;
  bottom: -4.5rem !important;
}

.slide-container {
  margin-top: -16rem;
  margin-bottom: 6rem;
  text-align: left;
  margin-left: 9.5em;
}

@media (max-width: 769px) {
  .slide-container {
    left: 0;
    position: absolute;
    right: 0;
    bottom: 3rem;
    margin: 0px !important;
    text-align: center !important;
  }

  .carousel-indicators {
    margin-bottom: 0;
    bottom: 2rem !important;
  }
}

.subtitle-slider {
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  margin-bottom: 3rem;
  color: white;
}

.carousel-item-lg {
  transform: scale(1.2);
}

.carousel-item-sm {
  transform: scale(0.8);
}

.autos-grid {
  display: flex;
  max-height: 70vh;
  max-width: 100vw;
  margin-bottom: 440px;
  margin-top: -82px;
  justify-content: center;
}

.styleUniversoDS {
  font-family: "Oswald", sans-serif;

  text-align: start;
  color: black;
}

#ds_news .carousel-inner {
  display: flex;
  align-items: flex-start;
}

#ds_news .carousel-control-prev {
  left: 67% !important;
  order: 1;
  z-index: 999;
  color: #000 !important;
  top: -12rem !important;
  width: 0;
}
#ds_news .carousel-control-next {
  order: 1;
  z-index: 999;
  color: #000 !important;
  top: -12rem !important;
  right: 28% !important;
  width: 0;
}

@media (max-width: 768px) {
  #ds_news .carousel-control-prev {
    left: 0% !important;
    order: 1;
    z-index: 999;
    color: #000 !important;
    top: 14% !important;
    width: 15%;
  }
  #ds_news .carousel-control-next {
    order: 1;
    z-index: 999;
    color: #000 !important;
    top: 14% !important;
    right: 0% !important;
    width: 15%;
  }
}

.header-general .header-pp {
  background: black !important;
}

.header-general .no-header {
  padding-top: 12rem !important;
  margin-top: 0 !important;
}

@media (max-width: 768px) {
  .header-general .no-header {
    padding-top: 1rem !important;
  }
}

.card-auto {
  letter-spacing: -0.06em;
  padding: 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s, box-shadow 0.2s;
}

.card-auto:hover {
  background-color: #fff;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.08), 0 7px 25px 0 rgba(0, 0, 0, 0.08),
    0 0 40px 0 rgba(0, 0, 0, 0.1);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 30px !important;
  height: 30px !important;
}
