#explora {
    padding-block: 48px;
    margin-bottom: 64px;
}
#explora * {
  padding: 0;
  margin: 0;
  box-sizing: initial;

  --color-1: #141414;
  --color-2: #53565A;
  --color-3: #325996;
  --color-4: #FFFFFF;

}
#explora .container{
  position: relative;
}
#explora .swiper-slide {
    text-align: center;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
#explora .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#explora .swiper {
  max-width: 1436px;
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
#explora .title {
  margin-bottom: 46px;
  text-align: center;
}
#explora .title p {
  font-family: var(--font-regular);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
#explora .models-car {
  display: flex;
}
#explora article.art {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
  position: relative;
  
} 

#explora figure.img-car img {
  width: 100%;
}
#explora .name-car {
  font-family: var(--font-medium);
  font-style: normal;
  font-weight: 500;
  font-size: 34px;
  line-height: 48px;
  text-align: center;
  color: var(--color-1);
  margin-bottom: 32px;
}
#explora .price-car {
  margin-bottom: 42px;
}
#explora .price-car > p {
  font-family: var(--font-medium);
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
}
#explora .price-car .precio-desde-car {
  color: var(--color-2);
}
#explora .price-car .cuota-mensual-car {
  color: var(--color-1);
}
#explora .buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 32px;
}
#explora .buttons > a {
  font-family: var(--font-medium);
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 20px;
  text-transform: uppercase;
  height: 50px;
  display: grid;
  place-content: center;
  text-decoration:none;
}
#explora .buttons .button_1 {
  color: var(--color-4);
  background-color: var(--color-3); 
  border: 1px solid var(--color-3);
}
#explora .buttons .button_2 {
  color: var(--color-3);
  background-color: var(--color-4);
  border: 1px solid var(--color-3);
}
#explora ul {
  padding-inline-start: 24px;
  text-align: left;
  list-style: disc;
}
#explora ul > li {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--color-1);
}
#explora .cont-arrow {
    height: 0;
    margin: 0;
    width: 0;
  }
#explora .swiper-button-prev, 
#explora .swiper-button-next {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 1;
  z-index: 9;
  top: 35%;
  width: 30px;
  height: 50px;
}

#explora .swiper-button-prev{
    background-image: url(/volvo/imag/v1/icon/articulos/modelos/Next.svg);
    rotate: 180deg;
    left: 2.5%;
  }
#explora .swiper-button-prev.swiper-button-disabled{
    background-image: url(/volvo/imag/v1/icon/articulos/modelos/Prev.svg);
    rotate: 360deg;
  }
#explora .swiper-button-next{
    background-image: url(/volvo/imag/v1/icon/articulos/modelos/Next.svg);
    right: 2.5%;
  }
#explora .swiper-button-next.swiper-button-disabled{
    background-image: url(/volvo/imag/v1/icon/articulos/modelos/Prev.svg);
    rotate: 180deg;

  }
@media (max-width: 600px) { 
  #explora .swiper {
    width: 100%;
  }
  #explora article.art {
    gap: 16px;
    width: 85%;
  }
  #explora .title{
    width: 85%;
    margin: 0 auto 32px;
  }
  #explora .name-car {
    font-size: 24px;
    line-height: 29px;
  }
  #explora .price-car {
    margin-bottom: 16px;
  }
  #explora .buttons {
    margin-bottom: 24px;
  }
  #explora .price-car > p {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px; 
  }
  #explora .buttons > a {
    font-size: 14px;
    line-height: 20px;
  }
  #explora ul > li {
    font-size: 14px;
    line-height: 18px;
  }
  #explora .swiper-slide:not(.swiper-slide-active) .cont-next {
    background: none;
    display: none;
    padding: 0;
  }
  #explora .cont-arrow {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
    gap: 32px;
    width: 85%;
    margin-top: 32px;
    height: auto;
  }
  #explora .swiper-button-prev, 
  #explora .swiper-button-next {
    position: initial;
    width: 12px;
    height: 20px;
  }
}