.cmp-breadcrumb-nav {
  background: #ffffff;
  font-size: 9px;
  z-index: 100;
}

.breadcrumb-list li::after {
  content: ">";
  display: inline;
  font-size: 1em;
  padding: 0 5px 0 5px;
}

.breadcrumb-list li:first-child {
  content: url("./img/icons/house-icon.png");
  width: 15px;
  margin-right: 6px;
}

.breadcrumb-list li:last-child::after {
  content: "";
}

.cmp-breadcrumb__item {
  text-transform: uppercase;
}

.cmp-breadcrumb__item .cmp-breadcrumb__item-link {
  text-decoration: none;
}

.cmp-breadcrumb__item--active {
  font-weight: 600;
}

.cmp-kia-container-popup .cmp-kia-imagen-popup {
  height: 100%;
  width: 100%;
}

.cmp-kia-modal-window-popup .cmp-kia-imagen-popup {
  height: 100%;
  width: 100%;
}

.cmp-kia-container-popup .cmp-kia-interior-popup {
  position: relative;
  height: 100%;
  cursor: pointer;
  width: 100%;
  overflow: hidden;
}

.cmp-kia-container-popup .cmp-kia-interior-popup .cmp-kia-imagen-popup {
  width: 100%;
  height: 100%;
  transition: all 400ms ease-out;
  will-change: transform;
}

.cmp-kia-container-popup .cmp-kia-interior-popup .cmp-kia-capa-popup {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(59, 64, 65, 0.7);
  transition: all 400ms ease-out;
  opacity: 0;
  visibility: hidden;
  text-align: center;
}

.cmp-kia-interior-popup:hover .cmp-kia-capa-popup {
  opacity: 1;
  visibility: visible;
}

.cmp-kia-container-popup
  .cmp-kia-interior-popup:hover
  > .cmp-kia-capa-popup
  h3 {
  margin-top: 70px;
  margin-bottom: 15px;
}

.cmp-kia-container-popup .cmp-kia-interior-popup .cmp-kia-capa-popup h3 {
  color: #fff;
  font-weight: 200;
  margin-bottom: 120px;
  transition: all 400ms ease-out;
  margin-top: 30%;
  text-align: center;
  margin-left: 25%;
  margin-right: 25%;
  font-size: 15px;
}

.cmp-kia-modal-window-popup {
  position: fixed;
  background-color: rgba(225, 214, 214, 0.507);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}

.cmp-kia-modal-window-popup.open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.cmp-kia-modal-window-popup > div {
  height: 100%;
  width: 100%;
  max-width: 960px;
  max-height: 605px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cmp-kia-modal-window-popup header {
  font-weight: bold;
}

.cmp-kia-modal-window-popup {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}

.cmp-kia-modal-close {
  width: 10px;
  height: 3px;
  position: absolute;
  right: 0%;
  top: 0%;
  padding: 20px;
  background: black;
  color: white;
  line-height: 0;
  text-align: center;
  font-size: 100%;
  text-decoration: none;
  cursor: pointer;
}

.cmp-kia-modal-close:hover {
  color: rgb(255, 255, 255);
}

.cmp-kia-contenedor-popup {
  position: relative;
  display: inline-block;
}

.cmp-popup-titulo-imagen {
  color: white;
  font-size: 25px;
  font-weight: bolder;
  text-align: left;
  opacity: 1;
}

.cmp-popup-descripcion-imagen {
  max-width: 540px;
  color: white;
  font-size: 16px;
  font-weight: lighter;
  opacity: 1;
}

.cmp-kia-modal-window-popup-content {
  display: flex;
  align-items: end;
  justify-content: center;
  position: absolute;
  top: 42px;
  left: 0;
  width: 100%;
  height: calc(100% - 42px);
}

.cmp-kia-modal-window-popup-content-text {
  width: 100%;
  display: flex;
  gap: 10px;
  justify-content: space-evenly;
  padding: 20px;
}

@media (max-width: 767px) {
  .cmp-kia-modal-window-popup-content-text {
    flex-direction: column;
  }
}

.cmp-kia-container-popup .cmp-kia-imagen-popup {
  height: 100%;
  width: 100%;
}

.cmp-kia-modal-window-popup .cmp-kia-imagen-popup {
  height: 100%;
  width: 100%;
}

.cmp-kia-container-popup .cmp-kia-interior-popup {
  position: relative;
  height: 100%;
  cursor: pointer;
  width: 100%;
  overflow: hidden;
}

.cmp-kia-container-popup .cmp-kia-interior-popup .cmp-kia-imagen-popup {
  width: 100%;
  height: 100%;
  transition: all 400ms ease-out;
  will-change: transform;
}

.cmp-kia-container-popup .cmp-kia-interior-popup .cmp-kia-capa-popup {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(59, 64, 65, 0.7);
  transition: all 400ms ease-out;
  opacity: 0;
  visibility: hidden;
  text-align: center;
}

.cmp-kia-interior-popup:hover .cmp-kia-capa-popup {
  opacity: 1;
  visibility: visible;
}

.cmp-kia-container-popup
  .cmp-kia-interior-popup:hover
  > .cmp-kia-capa-popup
  h3 {
  margin-top: 70px;
  margin-bottom: 15px;
}

.cmp-kia-container-popup .cmp-kia-interior-popup .cmp-kia-capa-popup h3 {
  color: #fff;
  font-weight: 200;
  margin-bottom: 120px;
  transition: all 400ms ease-out;
  margin-top: 30%;
  text-align: center;
  margin-left: 25%;
  margin-right: 25%;
  font-size: 15px;
}

.cmp-kia-modal-window-popup {
  position: fixed;
  background-color: rgba(225, 214, 214, 0.507);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}

.cmp-kia-modal-window-popup.open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.cmp-kia-modal-window-popup > div {
  height: 100%;
  width: 100%;
  max-width: 960px;
  max-height: 605px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cmp-kia-modal-window-popup header {
  font-weight: bold;
}

.cmp-kia-modal-window-popup {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}

.cmp-kia-modal-close {
  width: 10px;
  height: 3px;
  position: absolute;
  right: 0%;
  top: 0%;
  padding: 20px;
  background: black;
  color: white;
  line-height: 0;
  text-align: center;
  font-size: 100%;
  text-decoration: none;
  cursor: pointer;
}

.cmp-kia-modal-close:hover {
  color: rgb(255, 255, 255);
}

.cmp-kia-contenedor-popup {
  position: relative;
  display: inline-block;
}

.cmp-popup-titulo-imagen {
  color: white;
  font-size: 25px;
  font-weight: bolder;
  text-align: left;
  opacity: 1;
}

.cmp-popup-descripcion-imagen {
  max-width: 540px;
  color: white;
  font-size: 16px;
  font-weight: lighter;
  opacity: 1;
}

.cmp-kia-modal-window-popup-content {
  display: flex;
  align-items: end;
  justify-content: center;
  position: absolute;
  top: 42px;
  left: 0;
  width: 100%;
  height: calc(100% - 42px);
}

.cmp-kia-modal-window-popup-content-text {
  width: 100%;
  display: flex;
  gap: 10px;
  justify-content: space-evenly;
  padding: 20px;
}

@media (max-width: 767px) {
  .cmp-kia-modal-window-popup-content-text {
    flex-direction: column;
  }
}

.cmp-kia-container-popup .cmp-kia-imagen-popup {
  height: 100%;
  width: 100%;
}

.cmp-kia-modal-window-popup .cmp-kia-imagen-popup {
  height: 100%;
  width: 100%;
}

.cmp-kia-container-popup .cmp-kia-interior-popup {
  position: relative;
  height: 100%;
  cursor: pointer;
  width: 100%;
  overflow: hidden;
}

.cmp-kia-container-popup .cmp-kia-interior-popup .cmp-kia-imagen-popup {
  width: 100%;
  height: 100%;
  transition: all 400ms ease-out;
  will-change: transform;
}

.cmp-kia-container-popup .cmp-kia-interior-popup .cmp-kia-capa-popup {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(59, 64, 65, 0.7);
  transition: all 400ms ease-out;
  opacity: 0;
  visibility: hidden;
  text-align: center;
}

.cmp-kia-interior-popup:hover .cmp-kia-capa-popup {
  opacity: 1;
  visibility: visible;
}

.cmp-kia-container-popup
  .cmp-kia-interior-popup:hover
  > .cmp-kia-capa-popup
  h3 {
  margin-top: 70px;
  margin-bottom: 15px;
}

.cmp-kia-container-popup .cmp-kia-interior-popup .cmp-kia-capa-popup h3 {
  color: #fff;
  font-weight: 200;
  margin-bottom: 120px;
  transition: all 400ms ease-out;
  margin-top: 30%;
  text-align: center;
  margin-left: 25%;
  margin-right: 25%;
  font-size: 15px;
}

.cmp-kia-modal-window-popup {
  position: fixed;
  background-color: rgba(225, 214, 214, 0.507);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}

.cmp-kia-modal-window-popup.open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.cmp-kia-modal-window-popup > div {
  height: 100%;
  width: 100%;
  max-width: 960px;
  max-height: 605px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cmp-kia-modal-window-popup header {
  font-weight: bold;
}

.cmp-kia-modal-window-popup {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}

.cmp-kia-modal-close {
  width: 10px;
  height: 3px;
  position: absolute;
  right: 0%;
  top: 0%;
  padding: 20px;
  background: black;
  color: white;
  line-height: 0;
  text-align: center;
  font-size: 100%;
  text-decoration: none;
  cursor: pointer;
}

.cmp-kia-modal-close:hover {
  color: rgb(255, 255, 255);
}

.cmp-kia-contenedor-popup {
  position: relative;
  display: inline-block;
}

.cmp-popup-titulo-imagen {
  color: white;
  font-size: 25px;
  font-weight: bolder;
  text-align: left;
  opacity: 1;
}

.cmp-popup-descripcion-imagen {
  max-width: 540px;
  color: white;
  font-size: 16px;
  font-weight: lighter;
  opacity: 1;
}

.cmp-kia-modal-window-popup-content {
  display: flex;
  align-items: end;
  justify-content: center;
  position: absolute;
  top: 42px;
  left: 0;
  width: 100%;
  height: calc(100% - 42px);
}

.cmp-kia-modal-window-popup-content-text {
  width: 100%;
  display: flex;
  gap: 10px;
  justify-content: space-evenly;
  padding: 20px;
}

@media (max-width: 767px) {
  .cmp-kia-modal-window-popup-content-text {
    flex-direction: column;
  }
}

.cmp-kia-container-popup .cmp-kia-imagen-popup {
  height: 100%;
  width: 100%;
}

.cmp-kia-modal-window-popup .cmp-kia-imagen-popup {
  height: 100%;
  width: 100%;
}

.cmp-kia-container-popup .cmp-kia-interior-popup {
  position: relative;
  height: 100%;
  cursor: pointer;
  width: 100%;
  overflow: hidden;
}

.cmp-kia-container-popup .cmp-kia-interior-popup .cmp-kia-imagen-popup {
  width: 100%;
  height: 100%;
  transition: all 400ms ease-out;
  will-change: transform;
}

.cmp-kia-container-popup .cmp-kia-interior-popup .cmp-kia-capa-popup {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(59, 64, 65, 0.7);
  transition: all 400ms ease-out;
  opacity: 0;
  visibility: hidden;
  text-align: center;
}

.cmp-kia-interior-popup:hover .cmp-kia-capa-popup {
  opacity: 1;
  visibility: visible;
}

.cmp-kia-container-popup
  .cmp-kia-interior-popup:hover
  > .cmp-kia-capa-popup
  h3 {
  margin-top: 70px;
  margin-bottom: 15px;
}

.cmp-kia-container-popup .cmp-kia-interior-popup .cmp-kia-capa-popup h3 {
  color: #fff;
  font-weight: 200;
  margin-bottom: 120px;
  transition: all 400ms ease-out;
  margin-top: 30%;
  text-align: center;
  margin-left: 25%;
  margin-right: 25%;
  font-size: 15px;
}

.cmp-kia-modal-window-popup {
  position: fixed;
  background-color: rgba(225, 214, 214, 0.507);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}

.cmp-kia-modal-window-popup.open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.cmp-kia-modal-window-popup > div {
  height: 100%;
  width: 100%;
  max-width: 960px;
  max-height: 605px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cmp-kia-modal-window-popup header {
  font-weight: bold;
}

.cmp-kia-modal-window-popup {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}

.cmp-kia-modal-close {
  width: 10px;
  height: 3px;
  position: absolute;
  right: 0%;
  top: 0%;
  padding: 20px;
  background: black;
  color: white;
  line-height: 0;
  text-align: center;
  font-size: 100%;
  text-decoration: none;
  cursor: pointer;
}

.cmp-kia-modal-close:hover {
  color: rgb(255, 255, 255);
}

.cmp-kia-contenedor-popup {
  position: relative;
  display: inline-block;
}

.cmp-popup-titulo-imagen {
  color: white;
  font-size: 25px;
  font-weight: bolder;
  text-align: left;
  opacity: 1;
}

.cmp-popup-descripcion-imagen {
  max-width: 540px;
  color: white;
  font-size: 16px;
  font-weight: lighter;
  opacity: 1;
}

.cmp-kia-modal-window-popup-content {
  display: flex;
  align-items: end;
  justify-content: center;
  position: absolute;
  top: 42px;
  left: 0;
  width: 100%;
  height: calc(100% - 42px);
}

.cmp-kia-modal-window-popup-content-text {
  width: 100%;
  display: flex;
  gap: 10px;
  justify-content: space-evenly;
  padding: 20px;
}

@media (max-width: 767px) {
  .cmp-kia-modal-window-popup-content-text {
    flex-direction: column;
  }
}

.cmp-background-video {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;

  max-height: 500px;
}

.cmp-background-video video {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.cmp-background-video {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;

  max-height: 500px;
}

.cmp-background-video video {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.cmp-background-video {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;

  max-height: 500px;
}

.cmp-background-video video {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.cmp-background-video {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;

  max-height: 500px;
}

.cmp-background-video video {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.cmp-background-video {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;

  max-height: 500px;
}

.cmp-background-video video {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cmp-background-video {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;

  max-height: 500px;
}

.cmp-background-video video {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.cmp-background-video {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;

  max-height: 500px;
}

.cmp-background-video video {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.cmp-background-video {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;

  max-height: 500px;
}

.cmp-background-video video {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.kia-cmp__showroom-iframe {
  width: 99.7%;
  height: 600px;
}

.kia-cmp__version-precio__mobile-display {
  display: none;
}

.kia-cmp__version-precio__content {
  padding: 50px 0 25px;
  background: linear-gradient(
    180deg,
    rgba(215, 215, 216, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  width: 400px;
  height: 700px;
  object-fit: cover;
  scroll-snap-align: center;
  flex: 0 0 400px;
  transition: all 0.5s ease;
}

.kia-cmp__version-precio__inicio {
  margin-bottom: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.kia-cmp__version-precio__cantdad-num,
.kia-cmp__version-precio__cantidad {
  display: flex;
}

.kia-cmp__version-precio__cantidad {
  align-items: center;
  margin-right: 80px;
}

.kia-cmp__version-precio__cantdad-num {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #000000;
  align-items: center;
  justify-content: center;
}

.kia-cmp__version-precio__versiones {
  font-size: 12px;
  line-height: 12px;
  margin-left: 8px !important;
}

.kia-cmp__version-precio__content:nth-child(n) {
  margin-right: 40px;
}

.kia-cmp__version-precio__content:first-child {
  margin-left: 0px;
}

.kia-cmp__version-precio__content:last-child {
  margin-right: 0px;
}

.kia-cmp__version-precio__flex {
  scroll-behavior: smooth;
  overflow-x: scroll;
  width: 100%;
  display: flex;
}

.kia-cmp__version-precio__flex::-webkit-scrollbar {
  -webkit-appearance: none;
}

.kia-cmp__version-precio p {
  margin: 0;
}

.kia-cmp__version-precio {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.kia-cmp__version-precio ul {
  padding-left: 15px;
}

.kia-cmp__version-precio ul {
  list-style: none;
}

.kia-cmp__version-precio li::before {
  content: ".";
  color: #05141f;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  position: relative;
  bottom: 3px;
}

.kia-cmp__version-precio__title {
  color: #000000;
  font-weight: bold;
  font-size: 50px;
  line-height: 50px;
}

.kia-cmp__version-precio__title-2 {
  font-size: 12px;
  line-height: 15px;
}

.kia-cmp__version-precio__content__title-tab,
.kia-cmp__version-precio__content__version-name,
.kia-cmp__version-precio__content__price,
.kia-cmp__version-precio__content__description {
  margin-left: 55px !important;
}

.kia-cmp__version-precio__content__title-tab {
  color: #000000;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 2.4px;
}

.kia-cmp__version-precio__content__version-name {
  color: #000000;
  font-size: 30px;
  font-weight: bold;
}

.kia-cmp__version-precio__content__line {
  width: 40px;
  border-bottom: 1px solid #adb1b4;
  margin: 15px 0 15px 55px !important;
}

.kia-cmp__version-precio__content__price {
  line-height: 19px;
  color: #05141f;
  font-size: 16px;
  font-weight: bold;
}

.kia-cmp__version-precio__content__price-grey {
  color: #000000;
  font-weight: 900;
}

.kia-cmp__version-precio__contenedor {
  position: relative;
  height: 100%;
}

.kia-cmp__version-precio__content__image {
  position: absolute;
  bottom: 350px;
  width: 100%;
}

.kia-cmp__version-precio__content__description {
  margin: 265px 61px 0;
  font-size: 16px;
  line-height: 20px;
  color: #05141f;
  overflow-y: auto;
  height: 185px;
}

.kia-cmp__version-precio__content__description::-webkit-scrollbar {
  display: none;
}

.kia-cmp__version-precio__content__button {
  width: 300px;
  height: 46px;
  background: #ffffff;
  border: 1px solid #05141f;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  cursor: pointer;
}

.kia-cmp__version-precio__content__button a {
  text-decoration: none;
  color: #05141f;
  font-size: 14px;
  font-weight: bold;
}

.kia-cmp__version-precio__right,
.kia-cmp__version-precio__left {
  width: 60px;
  height: 60px;
  background: #05141f;
  opacity: 0.4;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  cursor: pointer;
  z-index: 999999;
}

.kia-cmp__version-precio__right {
  right: -30px;
  top: 50%;
}

.kia-cmp__version-precio__left {
  left: -30px;
  top: 50%;
}

.kia-cmp__version-precio__arrow {
  width: 16px;
  height: 12px;
}

@media only screen and (max-width: 800px) {
  .kia-cmp__version-precio__desktop-display {
    display: none;
  }

  .kia-cmp__version-precio__content:nth-child(n) {
    margin-right: 0px;
  }

  .kia-cmp__version-precio__content:first-child {
    margin-left: 0px;
  }

  .kia-cmp__version-precio__mobile-display {
    display: block;
  }

  .kia-cmp__version-precio {
    width: 100%;
  }

  .kia-cmp__version-precio__content {
    padding: 65px 0 25px;
    flex: 0 0 100%;
    height: 100%;
  }

  .kia-cmp__version-precio__content__image {
    position: static;
    width: 100%;
  }

  .kia-cmp__version-precio__flex,
  .kia-cmp__version-precio__inicio {
    width: 100%;
    margin: 0 auto;
  }

  .kia-cmp__version-precio__inicio {
    margin-bottom: 40px !important;
  }

  .kia-cmp__version-precio__contenedor {
    text-align: center;
  }

  .kia-cmp__version-precio__content__title-tab,
  .kia-cmp__version-precio__content__version-name,
  .kia-cmp__version-precio__content__price,
  .kia-cmp__version-precio__content__description {
    margin-left: 0px !important;
  }

  .kia-cmp__version-precio__content__title-tab {
    margin-top: 20px !important;
  }

  .kia-cmp__version-precio__content__button {
    width: 110px;
    bottom: 0;
    margin-top: 20px;
    position: initial;
  }

  .kia-cmp__version-precio__content__description ul,
  .kia-cmp__version-precio__content__description p {
    margin: 0 15%;
  }

  .kia-cmp__version-precio__content__description {
    margin: 0;
    text-align: left;
    margin-top: 15px;
  }

  .kia-cmp__version-precio__content__price {
    margin-top: 17px !important;
  }
}

.cpm-download-title-container {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  max-width: 250px;
  min-height: 300px;
  padding: 70px 50px;
  border: 1px solid #ffffff80;
  color: white;
  background-color: transparent;
  position: relative;
  cursor: pointer;
}

.cpm-download-title-container .subtitle {
  font-size: 14px;
  color: #9ba1a5;
  margin-bottom: 12px;
}

.cpm-download-title-container .title {
  font-weight: bold;
  font-size: 30px;
  color: white;
}

.cpm-download-title-container .divider {
  height: 2px;
  width: 20px;
  margin: 25px 0;
  background-color: #697278;
}

.cpm-download-title-container .content {
  font-size: 16px;
  color: #f7f7f8;
}

.cpm-download-title-container .download-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: #05141f;
  background-color: white;
  transition: all 0.4s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cpm-download-title-container:hover .download-container {
  opacity: 1;
}

.download-icon {
  transform: translateY(40px);
  width: 25px;
  height: 25px;
  margin-bottom: 20px;
  transition: all 0.8s;
}

.download-title {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: bold;
}

.download-subtitle {
  transform: translateY(-25px);
  font-size: 14px;
  transition: all 0.8s;
}

.cpm-download-title-container:hover .download-icon {
  transform: translateY(0);
  transition: all 0.4s;
}

.cpm-download-title-container:hover .download-subtitle {
  transform: translateY(0);
  transition: all 0.4s;
}

.cpm-download-title-container {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  max-width: 250px;
  min-height: 300px;
  padding: 70px 50px;
  border: 1px solid #ffffff80;
  color: white;
  background-color: transparent;
  position: relative;
  cursor: pointer;
}

.cpm-download-title-container .subtitle {
  font-size: 14px;
  color: #9ba1a5;
  margin-bottom: 12px;
}

.cpm-download-title-container .title {
  font-weight: bold;
  font-size: 30px;
  color: white;
}

.cpm-download-title-container .divider {
  height: 2px;
  width: 20px;
  margin: 25px 0;
  background-color: #697278;
}

.cpm-download-title-container .content {
  font-size: 16px;
  color: #f7f7f8;
}

.cpm-download-title-container .download-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: #05141f;
  background-color: white;
  transition: all 0.4s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cpm-download-title-container:hover .download-container {
  opacity: 1;
}

.download-icon {
  transform: translateY(40px);
  width: 25px;
  height: 25px;
  margin-bottom: 20px;
  transition: all 0.8s;
}

.download-title {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: bold;
}

.download-subtitle {
  transform: translateY(-25px);
  font-size: 14px;
  transition: all 0.8s;
}

.cpm-download-title-container:hover .download-icon {
  transform: translateY(0);
  transition: all 0.4s;
}

.cpm-download-title-container:hover .download-subtitle {
  transform: translateY(0);
  transition: all 0.4s;
}
#cmp-footer-responsive-accordion {
  display: none;
}

.cmp-kia-footer {
  display: flex;
  flex-flow: row wrap;
  padding: 100px 30px 20px 30px;
  background: #05141f;
  color: #ffffff;
  border-top: 1px solid #e5e5e5;
}

.cmp-kia-footer > * {
  flex: 1 100%;
}

.cmp-kia-footer__addr {
  margin-right: 1.25em;
  margin-bottom: 2em;
}

.cmp-kia-footer__logo {
  display: none;
}

.cmp-kia-footer__addr h2 {
  margin-top: 1.3em;
  font-size: 15px;
}

.nav__title {
  font-size: 14px;
  text-align: left;
  letter-spacing: 0px;
  opacity: 1;
  font-weight: bolder;
}

.cmp-kia-footer address {
  font-style: normal;
  color: #999;
}

.cmp-kia-footer__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  max-width: max-content;
  background-color: rgb(33, 33, 33, 0.07);
  border-radius: 100px;
  color: #2f2f2f;
  line-height: 0;
  margin: 0.6em 0;
  font-size: 1rem;
  padding: 0 1.3em;
}

.cmp-kia-footer ul {
  list-style: none;
  padding-left: 0;
}

.cmp-kia-footer li {
  line-height: 2em;
  font-size: 14px;
}

.cmp-kia-footer a {
  text-decoration: none;
}

.cmp-kia-footer__nav {
  display: flex;
  flex-flow: row wrap;
}

.cmp-kia-footer__nav > * {
  flex: 1 50%;
  margin-right: 1.25em;
}

.nav__ul a {
  color: #999;
}

.nav__ul--extra {
  column-count: 2;
  column-gap: 1.25em;
}

.legal {
  margin-top: 61.74px;
  display: flex;
  flex-wrap: wrap;
  color: #999;
}

.legal p {
  font-size: 14px;
}

.legal__links {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.legal__links span {
  font-size: 14px;
}

.legal__links strong {
  color: #999;
  font-size: 14px;
  text-decoration: none;
}

.heart {
  color: #2f2f2f;
}

.cmp-footer-redes {
  margin-top: 197px;
  width: 200px;
}

.cmp-footer-redes li {
  display: inline-block;
}

.cmp-footer-redes .cmp-iconos-footer-redes {
  padding: 5px;
}

.cmp-footer-redes {
  margin-top: 15px;
}

#fecha {
  text-decoration: none;
}

.legal .legal__links {
  margin-left: auto;
}

.cmp-kia-footer__nav > * {
  flex: 1;
}

.nav__item--extra {
  flex-grow: 2;
}

.cmp-kia-footer__addr {
  flex: 1 0px;
}

.cmp-kia-footer__nav {
  flex: 2 0px;
}

.cmp-footer-kia-in-chile {
  margin-top: 100px;
}

.cmp-footer-kia-in-chile p {
  font-weight: normal;
  color: #999;
}

.cmp-footer-chile {
  color: white;
}

.cmp-footer-prueba {
  max-width: 1920px;
  margin: 0 auto;
}

.nav__title a {
  color: white;
}

.nav__ul li p {
  color: #999;
}

.nav__ul li {
  color: #999;
}

.nav__title-bloqueUno li {
  color: white;
}

.nav__title-bloqueUno li a {
  color: white;
}

@media screen and (max-width: 40.375em) {
  #cmp-footer-responsive-accordion {
    margin: 50px 0px;
    width: auto;
  }

  #cmp-footer-responsive-accordion li {
    list-style: none;
    width: 100%;
    margin-bottom: 0px;
    background: transparent;
    padding: 10px;
    border-radius: 4px;
  }

  .cmp-footer-accordion-responsive {
    width: 100%;
    margin: auto;
    color: black;
    padding: 45px 4px;
  }

  .cmp-footer-accordion-responsive .cmp-footer-container-responsive {
    position: relative;
    margin: 10px 10px;
  }

  .cmp-footer-accordion-responsive .label {
    position: relative;
    padding: 10px 0;
    font-size: 30px;
    color: rgb(173, 46, 46);
    cursor: pointer;
  }

  .cmp-footer-accordion-responsive .label::before {
    content: url(./img/icons/flecha-abajo-blanco.svg);
    color: rgb(255, 255, 255);
    position: absolute;
    top: 50%;
    right: 0%;
    font-size: 15px;
    transform: translateY(-50%);
    margin-right: 15px;
  }

  .cmp-footer-accordion-responsive .cmp-footer-content-responsive {
    position: relative;
    height: 0;
    text-align: justify;
    width: auto;
    overflow: hidden;
    transition: 0.5s;
    font-weight: bolder;
  }

  .cmp-footer-accordion-responsive hr {
    width: 95%;
    border-radius: 0%;
    margin-left: 6px;
  }

  .cmp-footer-accordion-responsive
    .cmp-footer-container-responsive.active
    .cmp-footer-content-responsive {
    height: auto;
  }

  .cmp-footer-accordion-responsive
    .cmp-footer-container-responsive.active
    .label::before {
    content: url(./img/icons/flecha-abajo-blanco.svg);
    font-size: 15px;
    margin-right: 15px;
    transform: rotate(180deg);
  }

  #cmp-footer-responsive-accordion {
    display: block;
  }

  .cmp-footer-prueba {
    display: none;
  }

  #cmp-footer-responsive-accordion li {
    list-style: none;
    width: 100%;
    margin-bottom: 0px;
    background: transparent;
    padding: 10px;
    border-radius: 4px;
  }

  .cmp-footer-content-responsive li {
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    opacity: 60%;
  }

  .cmp-footer-content-responsive li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
  }

  .cmp-footer-accordion-responsive .label {
    color: #ffffff;
    font-size: 16px;
    font-weight: bolder;
  }

  .legal {
    margin-top: -50px;
    margin-left: 9px;
  }

  .cmp-footer-imagen-responsive {
    position: absolute;
    margin-left: 10px;
    margin-top: -60px;
  }

  .cmp-footer-kia-in-chile {
    margin-top: 40px;
    margin-left: 9px;
  }

  .cmp-footer-iconos-responsive .cmp-iconos-footer-redes {
    padding: 5px;
    margin-left: 5px;
  }

  .nav__title {
    margin-left: -10px;
  }

  .nav__title-bloqueUno li {
    color: white;
  }

  .nav__title-bloqueUno li a {
    color: white;
  }
}

.kia-menu-flotante .cmp-kia-floating-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.75rem;
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 9999;
}

.kia-menu-flotante .cmp-kia-floating-action .menu {
  width: 50px;
  height: 50px;
}

.kia-menu-flotante .cmp-kia-floating-action .menu button {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #05141f;
  border-radius: 50%;
  border: none;
  font-size: 1.6rem;
  transition: 0.1s ease-in-out;
  cursor: pointer;
}

.kia-menu-flotante .cmp-kia-floating-action.active .menu button {
  transform: rotate(45deg);
}

.kia-menu-flotante .cmp-kia-floating-action .menu ul {
  position: absolute;
  right: 8px;
  bottom: 100px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 194px;
  border-radius: 20px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
}

.kia-menu-flotante .cmp-kia-floating-action.active .menu ul {
  max-height: 160px;
  padding: 0;
  opacity: 1;
  visibility: visible;
  bottom: 145px;
}

.kia-menu-flotante .cmp-kia-floating-action .menu ul li {
  transition: 0.3s;
  background-color: #05141f;
  border-radius: 19px;
  list-style: none;
}

.kia-menu-flotante .cmp-kia-floating-action .menu ul li:hover {
  background-color: #030c13;
}

.kia-menu-flotante .cmp-kia-floating-action .menu ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  text-decoration: none;
  padding: 10px 11px 10px 15px;
  font-size: 0.875rem;
}

.kia-menu-flotante .cmp-kia-floating-action .menu ul li a img {
  width: 24px;
  height: 24px;
}

.kia-menu-flotante .cmp-kia-floating-action button.toTop {
  width: 62px;
  height: 62px;
  color: #05141f;
  background-color: #ffffffe6;
  border: 1px solid #05141f33;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.kia-menu-flotante .cmp-kia-floating-action button.toTop:hover {
  color: #fff;
  background-color: #05141f;
  border: 1px solid #05141fcc;
}

.kia-menu-flotante .cmp-kia-floating-action button.toTop img {
  width: 19px;
  height: 9px;
}

.kia-menu-flotante .cmp-kia-floating-action button.toTop:hover img {
  filter: brightness(0) invert(1);
}

.kia-menu-flotante .cmp-kia-floating-action button.toTop span {
  font-size: 0.75rem;
  text-align: center;
}



.kia-new-specs-cmp{display:flex;justify-content:center;width:98%;gap:65px;margin-left: 2%;}
.kia-new-specs-section-one-img{width:635px;height:390px;inset:0;object-fit:cover}
.kia-new-specs-section-two-list-ul{padding-left:20px;margin-top:25px;list-style:none}
.kia-new-specs-section-two-list-ul li + li{margin-top:.75rem}
.kia-new-specs-section-two{width:470px}
.kia-new-specs-section-one{width:640px}
.kia-new-specs-section-two-titles{border-bottom:2px solid #05141f;padding-bottom:15px}
.kia-new-specs-section-two-list-item{cursor:pointer;font-size:20px;position:relative}
.kia-new-specs-section-two-list-item::before{content:"-";font-size:2em;margin-left:-.7em;position:absolute;top:60%;transform:translateY(-50%)}
.kia-new-specs-section-one-container{position:relative;padding-top:75%}
.kia-new-specs-section-one-img,.kia-new-specs-section-one-description{position:absolute;visibility:hidden;opacity:0;transition:all .3s ease-in-out}
.kia-new-specs-section-one-description{top:400px;width:86%;left:50%;transform:translateX(-50%);margin:0}
.active--item{cursor:default}
.active--item::before{color:red}
.kia-new-specs-section-two-title-one{font-size:20px;font-weight:bold}
.kia-new-specs-section-two-title-two{font-size:32px;font-weight:bold}
.dark-mode{background-color:#000;color:#fff}
.dark-mode .kia-new-specs-section-two-titles{border-color:#bbb}
.kia-new-sepcs-cmp-mobile{display:none}
.invert-align{flex-direction:row-reverse !important}
@media only screen and (max-width:1024px){.kia-new-sepcs-cmp-mobile{display:block;padding:20px 5%}
.kia-new-specs-cmp{display:none}
.kia-new-specs-carousel{display:flex;overflow-x:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:30px}
.kia-new-specs-carousel-item{flex:0 0 100%;transition:transform .45s ease-in-out}
.kia-new-specs-carousel-item-img{width:100%;height:auto}
.kia-new-specs-carousel-item-img img{width:100%;height:auto;object-fit:fill}
.kia-new-specs-carousel-dots{display:flex;justify-content:center;gap:10px;margin-top:20px}
.kia-new-specs-carousel-dots-items{width:30px;height:10px;background-color:#707070}
.active--dot{background-color:#fffbfb}
.kia-new-specs-title-one-mobile,.kia-new-specs-title-two-mobile{margin:0;font-weight:bold}
.kia-new-specs-title-two-mobile{font-size:22px}
}


.kia-content-column-wrapper{margin:0 auto;padding:0 20px}
.kia-content-column{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:20px auto;padding:20px;border-radius:8px}
.kia-content-column__image{flex:0 0 65%;display:flex;justify-content:center;align-items:center;overflow:hidden;position:relative}
.kia-content-column__image-element{width:100%;height:auto;border-radius:8px;object-fit:cover;transition:transform .3s ease-in-out}
.kia-content-column__image-element:hover{transform:scale(1.2)}
.kia-content-column__text{padding:20px;text-align:left}
.kia-content-column__title{font-size:1.8em;line-height:30px;font-weight:bold;margin-bottom:10px;color:#333}
.kia-content-column__content{font-size:1em;line-height:1.6;color:#555}
.kia-content-column--reversed{flex-direction:row-reverse}
.kia-content_column-container{margin:0 8.3333%}
.kia-content_column-mobile{display:none}
@media screen and (max-width:768px){.kia-content-column{flex-direction:column}
.kia-content_column{display:none}
.kia-content_column-mobile{display:block;margin:0 8.3333%}
.kia-content_column-mobile-container{display:flex}
.kia-content_column-mobile-slides{height:200px !important;position:relative}
.kia-content_column-mobile .slick-track{display:flex;gap:15px}
.kia-content_column-mobile-slides_text{position:absolute;bottom:10px;right:10px;color:white;font-weight:400 !important;font-size:14px}
}


/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons 
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
