.comparador h1 {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #252627;
  margin-bottom: 8px;
}

.comparador h5 {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #252627;
  margin-top: 14px;
}

.comparador p {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--textoGris2);
}

.comparador li {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: var(--textoGris);
  height: 44px;
  padding: 16px 0 0 23px;
}

.comparador .menu-comp-precio-mv {
  display: block;
}

.comparador .menu-comp-precio-mv li {
  padding: 8px 0 0 23px;
}

.comparador .ficha-car .menu-comp-precio-mv li {
  padding: 16px 0 0 23px;
}

.comparador .ficha-car .menu-comp-precio-mv img {
  margin-top: -6px;
  margin-right: 5px;
}

.comparador .menu-comp-precio-dk {
  display: none;
}

.comparador .comparar .container {
  padding: 0 16px 46px 16px;
}

.comparador .comparar .cabecera {
  padding: 24px 0 0 0;
  margin-bottom: 29px;
}

.comparador .comparar .icons-fle {
  margin-bottom: 18px;
  display: flex;
  justify-content: flex-end;
  height: 44px;
  padding-right: 16px;
}

.comparador .comparar .btn-comp-izq {
  background-image: url(/icon/Stroke.svg);
  transform: rotate(180deg);
  background-position: center;
  background-size: 12px, 1px;
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
}

.comparador .comparar .btn-comp-der {
  background-image: url(/icon/Stroke.svg);
  background-position: center;
  background-size: 12px, 1px;
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  margin-left: 23px;
}

.comparador .comparar .content {
  display: grid;
  grid-template-columns: minmax(138px, 138px)1fr;
}

.comparador .menu-comp ul {
  list-style-type: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
}

.comparador .menu-comp li:nth-child(odd) {
  background-color: #fff;
}

.comparador .menu-comp li:nth-child(even) {
  background-color: #FAFAFA;
}

.comparador .comp-empty {
  display: none;
}

.comparador .cab-white {
  height: 101px;
  background-color: #fff;
}

.comparador .cars-comp ul {
  list-style-type: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
}

.comparador .cars-comp li:nth-child(odd) {
  background-color: #fff;
}

.comparador .cars-comp li:nth-child(even) {
  background-color: #FAFAFA;
}

.comparador .cars-comp {
  display: grid;
  grid-template-columns: auto auto auto;
  margin-left: 8px;
}

.comparador .cars-comp li {
  color: #252627;
}

.comparador .ficha-car {
  min-width: 288px;
  max-width: 288px;
  padding-left: 16px;
  padding-right: 16px;
  border-right: 1px solid #E5E5E5;
}

.comparador .cab-car {
  display: flex;
  border-bottom: 1px solid #E5E5E5;
  height: 101px;
}

.comparador .cab-car .foto-car {
  width: 72px;
  height: 72px;
  border-radius: 4px;
  background-image: url("");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.comparador .cab-car img {
  height: 72px;
  border-radius: 4px;
}

.comparador .cab-car .text-car {
  margin-left: 11px;
}

.comparador .cab-car .text-car .title-car {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #0E1213;
}

.comparador .cab-car .text-car .detalle-car {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--textoGris);
  margin-bottom: 6px;
}

.comparador .cab-car .text-car a {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.comparador .btn-comp {
  display: flex;
  margin-top: 14px;
}

.comparador .trash-comp {
  background-image: url(/public/icon/Delete-comp.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 59px;
}

.comparador .trash-comp:hover {
  background-image: url(/public/icon/Delete-comp-w.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.comparador .trash-comp:active {
  background-image: url(/public/icon/Delete-comp.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.comparador .btn-int-comp {
  margin-right: 16px;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  letter-spacing: -0.004em;
}

.comparador .btn-int-comp:hover {
  text-decoration: none;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  letter-spacing: -0.004em;
  color: #fff
}

.comparador .btn-int-comp:active {
  text-decoration: none;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  letter-spacing: -0.004em;
  color: #fff
}

.comparador .not-comp {
  text-align: center;
  display: none;
}
.comparador .link-not {
  margin-top: 47px;
  text-align: center;
  display: none;
}
.comparador .comp-empty .not-comp {
  text-align: center;
}

.comparador .comp-empty .link-not {
  margin-top: 47px;
  text-align: center;
}

.comparador .comp-empty .link-not img {
  margin-left: 4px;
}

.comparador .plus-car {
  text-align: center;
  padding-top: 100px;
  margin-left: 17px;
  width: 302px;
  height: 256px;
  background: #FAFAFA;
  border-radius: 8px;
}

.comparador .text-foot {
  margin-top: 40px
}

.comparador .text-foot p {
  color: var(--textoGris);
}

.comparador .cars-comp {
  overflow-x: auto;
}