@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure,
figcaption, footer, header, hgroup, menu, nav,
output, ruby, section, summary, time, mark, audio, video, input {
  margin: 0 auto;
  padding: 0;
  border: 0;
  font-size: 1rem;
  font: inherit;
  vertical-align: baseline;
  font-family: "Exo", sans-serif;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

*, *::before, *::after {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

html.no-scroll,
body.no-scroll {
  overflow: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "Exo", sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #000000;
  overflow-x: hidden;
}

html, body {
  font-size: 62.5%;
}

button {
  cursor: pointer;
  font-family: "Exo", sans-serif;
  border: 0;
  background: transparent;
}

a {
  color: #000;
  text-decoration: none;
}

span {
  font-size: 1.6rem;
}

main img, main video, main iframe {
  max-width: 100%;
}

.clearfix {
  clear: both;
}

h1, .h1 {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.2;
}

h2, .h2 {
  font-size: 2.6rem;
  line-height: 1.2;
}

h3, .h3 {
  font-size: 2.1rem;
  line-height: 1.2;
}

h4, .h4 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
}

h5, .h5 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
}

h6, .h6 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
}

p, .p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}
p b, .p b {
  font-weight: 600;
}
p.grey, .p.grey {
  color: #636363;
}

small, .small {
  font-size: 1.4rem;
  font-weight: 400;
  color: #636363;
}

.xs {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1em;
  color: #636363;
}

.big {
  font-size: 5rem;
}

.display,
.display-text {
  font-size: 12rem;
  font-weight: 900;
  font-style: italic;
  line-height: 1;
}

.weight-normal {
  font-weight: 400;
}

.weight-medium {
  font-weight: 500;
}

.weight-semibold {
  font-weight: 600;
}

.weight-boldm, strong {
  font-weight: 700;
}

.weight-black {
  font-weight: 900;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-black {
  color: #000000;
}

.text-grey {
  color: #636363;
}

.text-red {
  color: #E62439 !important;
}

.text-white, .white {
  color: #ffffff;
}

.text-blue {
  color: #3E85FF;
}

.text-green, .green {
  color: #68BC00;
}

.color-grey {
  color: #636363;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.sesgar {
  transform: skewX(-5deg);
}
.sesgar span {
  transform: skewX(5deg);
}

.blur {
  filter: blur(32px);
  pointer-events: none;
  opacity: 0.6;
}

.bg-light {
  background-color: #F8F8F8;
}

.background-white {
  background-color: #ffffff;
}

.background-grey {
  background-color: #F8F8F8;
}

.background-grey-medium {
  background-color: #D9D9D9;
}

.background-red {
  background-color: #E62439;
}

.background-black {
  background-color: #000000;
}

.border-top-dark {
  border-top: 1px solid #383B41;
}

.border-top-light {
  border-top: 1px solid #D9D9D9;
}

.border-light {
  border: 1px solid #D9D9D9;
}

.border-bottom {
  border-bottom: 1px solid #D9D9D9;
}

.row-grid > *, .flex > * {
  min-width: 0;
  min-height: 0;
}

.pad-1 {
  padding: 1rem;
}

.pad-2 {
  padding: 2rem;
}

.pad-3 {
  padding: 3rem;
}

.margin-1 {
  margin: 1rem;
}

.margin-top-1 {
  margin-top: 1rem;
}

.margin-top-3 {
  margin-top: 3rem;
}

.margin-right-1 {
  margin-right: 1rem;
}

.max-1000 {
  display: block;
}

.shadow {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.border-radius-8 {
  border-radius: 8px;
}

.links-list li {
  margin: 5px 10px 5px 0;
}
.links-list li p {
  padding: 10px;
  border-radius: 2px;
  background-color: #fff;
  color: #636363;
  font-size: 1.4rem;
}
.links-list li p:hover {
  opacity: 0.6;
  cursor: pointer;
}
.links-list li p span {
  margin-bottom: -2px;
}

.car {
  visibility: hidden;
  display: none;
}

.car::after {
  content: url(../assets/icono-car.svg);
}

.rounded {
  border-radius: 2px;
}

.dot-list {
  list-style: " • ";
  padding-left: 1rem;
}
.dot-list li {
  margin-bottom: 10px;
}

.border-left {
  border-left: solid 1px #ededed;
}

iframe {
  width: 100%;
  aspect-ratio: 16/9; /* Change 16/9 to your desired proportion, e.g., 4/3 or 1/1 */
  border: none;
}

.full-width {
  width: 100%;
}

.img-cover {
  width: 100.1%;
  min-height: 100.1%;
  object-fit: cover;
  transition: transform 1s;
}

.cont-img:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 57.5%;
}

.cont-img-ver:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 133.51%;
}

.cont-img-half:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 27.8%;
}

.cont-square:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

.cont-iframe iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.cont-iframe-width iframe {
  width: 100%;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.fixed {
  position: fixed;
}

.sticky {
  position: sticky;
}

.hidden {
  overflow: hidden;
}

.a-c {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.a-c-t {
  top: 50%;
  transform: translateY(-50%);
}

.a-c-l {
  left: 50%;
  transform: translateX(-50%);
}

.a-r {
  right: 0;
}

.a-t {
  top: 0;
}

.a-t.full-width {
  top: -1px;
}

.a-l {
  left: 0;
}

.a-b {
  bottom: 0;
}

.clear {
  clear: both;
}

.z-index-neg {
  z-index: -1;
}

.z-index {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-61 {
  z-index: 61;
}

#header {
  z-index: 99999999999999;
}

.logo {
  text-align: left;
  margin: 0;
}
.logo img {
  margin-left: -6px;
  min-width: 240px;
}

#footer,
.footer {
  position: relative;
  z-index: 10;
}
#footer .phone,
.footer .phone {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: right;
}
#footer .links,
.footer .links {
  padding: 0;
}
#footer .links li,
.footer .links li {
  float: left;
  margin: 5px 10px 5px 0;
}
#footer .links li a,
.footer .links li a {
  padding: 10px;
  display: block;
  border-radius: 2px;
  background-color: #F8F8F8;
  color: #636363;
  font-size: 1.4rem;
}
#footer .links li a:hover,
.footer .links li a:hover {
  background-color: #636363;
  color: #ffffff;
}

.footer p {
  color: #ffffff;
}

.redes {
  margin: 0;
}
.redes li {
  float: right;
  display: block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  margin-left: 10px;
}
.redes li span {
  text-indent: -99999px;
  display: none;
}
.redes li.facebook::after {
  content: url(../assets/icono-facebook.svg);
}
.redes li.instagram::after {
  content: url(../assets/icono-instagram.svg);
}
.redes li.x::after {
  content: url(../assets/icono-x.svg);
}
.redes li.whatsapp::after {
  content: url(../assets/icono-whatsapp.svg);
}

.banner {
  min-height: 350px;
  position: relative;
}
.banner-image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  border-radius: 3px;
  background-color: #E62439;
  min-height: 350px;
  width: 100%;
  height: 100%;
}
.banner .content {
  padding: 3rem 5rem;
}
.banner h1 {
  font-weight: 600;
}

.banner-secondary {
  height: 60rem;
}

.garantias {
  position: relative;
  top: -50px;
  z-index: 999999;
}

.btn-black {
  font-size: 1.6rem;
  font-style: italic;
  padding: 1em 2em;
  border: 0;
  border-radius: 3px;
  white-space: nowrap;
  cursor: pointer;
  transform: skewX(-5deg);
}
.btn-black span {
  display: block;
  transform: skewX(5deg);
}
.btn-black {
  background-color: #000000;
  color: #ffffff;
  box-shadow: 0 0 8px rgba(99, 99, 99, 0.5);
}
.btn-black span {
  color: #ffffff;
}
.btn-black:hover {
  box-shadow: 0 0 8px rgba(224, 17, 17, 0.5);
}

.btn-red {
  font-size: 1.6rem;
  font-style: italic;
  padding: 1em 2em;
  border: 0;
  border-radius: 3px;
  white-space: nowrap;
  cursor: pointer;
  transform: skewX(-5deg);
}
.btn-red span {
  display: block;
  transform: skewX(5deg);
}
.btn-red {
  background-color: #E62439;
  color: #ffffff;
  box-shadow: 0 0 8px rgba(224, 17, 17, 0.5);
}
.btn-red span {
  color: #ffffff;
}
.btn-red:hover {
  box-shadow: 0 0 8px rgba(99, 99, 99, 0.9);
}

.btn-white {
  font-size: 1.6rem;
  font-style: italic;
  padding: 1em 2em;
  border: 0;
  border-radius: 3px;
  white-space: nowrap;
  cursor: pointer;
  transform: skewX(-5deg);
}
.btn-white span {
  display: block;
  transform: skewX(5deg);
}
.btn-white {
  background-color: #ffffff;
  color: #000000;
  box-shadow: 0 0 8px rgba(99, 99, 99, 0.5);
}

.btn-green {
  font-size: 1.6rem;
  font-style: italic;
  padding: 1em 2em;
  border: 0;
  border-radius: 3px;
  white-space: nowrap;
  cursor: pointer;
  transform: skewX(-5deg);
}
.btn-green span {
  display: block;
  transform: skewX(5deg);
}
.btn-green {
  background-color: #68BC00;
  box-shadow: 0 0 8px rgba(99, 99, 99, 0.5);
}

.card-actions button:focus-visible,
.details:focus-visible,
.btn-black:focus-visible,
.btn-red:focus-visible {
  outline: 2px solid #E62439;
  outline-offset: 4px;
}

#header {
  position: relative;
  z-index: 9999999999;
  background: #fff;
  transform: translateZ(0);
}

/* Solo será sticky cuando JS añada esta clase */
#header.is-sticky-enabled {
  position: sticky;
  top: 0;
}

/* Sombra solo cuando el sticky está activo */
#header.is-sticky-enabled.is-scrolled #head_cont {
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.07);
}

/* Evita animaciones raras al cargar */
#header:not(.header-ready) #signboard,
#header:not(.header-ready) #head_cont,
#header:not(.header-ready) .logo img {
  transition: none !important;
}

/* Contenedor principal de la cabecera */
#head_cont {
  background: #fff;
  transition: padding 220ms ease, box-shadow 220ms ease;
}

/* Signboard: no usar display:none, se colapsa suavemente */
#signboard {
  overflow: hidden;
  max-height: 42px;
  opacity: 1;
  transform: translateY(0);
  transition: max-height 220ms ease, opacity 180ms ease, transform 220ms ease;
}

#signboard .bx-wrapper {
  margin-bottom: 0;
}

/* Logo */
#header .logo img {
  height: auto;
  max-height: 72px;
  transition: max-height 220ms ease, min-width 220ms ease, width 220ms ease;
}

/* Cuando ya no estamos arriba */
#header.is-scrolled #head_cont {
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.07);
}

/* Estado compacto */
#header.is-compact #signboard {
  max-height: 0;
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
  padding: 0;
}

#header.is-compact #head_cont {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

#header.is-compact .logo img {
  max-height: 50px;
  min-width: 0;
  width: auto;
}

/* Mejora para anchors */
html {
  scroll-padding-top: var(--header-height, 120px);
}

@media (prefers-reduced-motion: reduce) {
  #signboard,
  #head_cont,
  #header .logo img {
    transition: none !important;
  }
}
.menu {
  float: right;
  list-style: none;
  position: relative;
  z-index: 999999;
}
.menu li {
  display: inline-block;
  position: relative;
}
.menu li:hover a {
  font-weight: 600;
  color: #ffffff;
  background-color: #E62439;
}
.menu li:hover a span {
  color: #ffffff;
}
.menu li.submenu:hover a.has-submenu span::after {
  content: url(../assets/arrow-up.svg);
  padding: 0 5px 0 10px;
}
.menu a {
  padding: 10px;
  color: #000000;
  font-size: clamp(16px, 1.6vw, 16px);
  font-style: italic;
  font-weight: 500;
  text-decoration: none;
  display: block;
  border-radius: 2px;
  transform: skewX(-5deg);
}
.menu a span {
  transform: skewX(5deg);
  border-radius: 2px;
}
.menu .submenu a.has-submenu span::after {
  content: url(../assets/arrow.svg);
  padding: 0 5px 0 10px;
}

.submenu-content {
  position: absolute;
  padding: 0;
  overflow: visible;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s linear, opacity 0.3s linear;
}
.submenu-content li {
  background-color: #E62439;
  text-align: left;
  margin: 2px 0 0;
  padding: 10px 20px;
  color: #ffffff;
  font-style: italic;
  font-weight: 500;
  border-radius: 2px;
  white-space: nowrap;
  transform: skewX(-5deg);
  left: -40px;
  box-shadow: 0 0 8px rgba(99, 99, 99, 0.9);
}
.submenu-content li:hover {
  position: relative;
  transition: left 0.2s;
  left: -20px;
  background-image: linear-gradient(180deg, #E62439 30.77%, #FF6C7C 100%);
  box-shadow: 0 0 8px rgba(224, 17, 17, 0.5);
}
.submenu-content a {
  background-color: transparent;
  clip-path: none;
  font-style: italic;
  font-weight: 500;
  display: block;
  padding: 0;
  color: #ffffff;
  transform: none;
}

.submenu:hover .submenu-content {
  visibility: visible;
  opacity: 1;
}

a#entrar {
  color: #E62439;
  text-decoration: none;
  margin-right: 10px;
}
a#entrar span {
  color: #E62439;
}
a#entrar:hover, a#entrar:hover span {
  color: #000000;
  background-color: #ffffff;
}

.hamburger {
  border: 0;
  background: transparent;
  padding: 0;
}
.hamburger span {
  content: url(../assets/burguer.svg);
  margin: 0 0 0 20px;
  width: 30px;
  cursor: pointer;
  display: inline-block;
}
.hamburger[aria-expanded=true] span {
  content: url(../assets/close.svg);
}
.hamburger:hover, .hamburger:focus-visible {
  background-color: transparent;
  outline-offset: 4px;
}

#lupa {
  border: 0;
  background: transparent;
  padding: 0;
  line-height: 1;
}
#lupa:hover, #lupa:focus-visible {
  background-color: transparent;
  outline-offset: 4px;
}

#cresta_lovers {
  margin: 0;
  display: flex;
  flex: 1 0 0%;
}

.cresta-lovers {
  margin: auto 0 auto 15px;
}

#signboard {
  height: 32px;
  overflow: hidden;
  margin: 0;
}

#signboard.is-ready {
  visibility: visible;
}

#signboard {
  height: 32px;
  overflow: hidden;
  margin: 0;
}

#signboard li {
  display: none;
}

#signboard li:first-child {
  display: block;
}

#signboard .bx-wrapper li {
  display: block;
}

#signboard ul, #signboard p {
  margin-bottom: 0;
}

#signboard li {
  min-height: 20px;
}

#buscador {
  padding: 5em 0;
  display: none;
  background-color: #ffffff;
  width: 100%;
}

#buscador input,
.buscador input {
  border: 0;
  font-family: "Exo", sans-serif;
  font-size: clamp(24px, 2.4vw, 24px);
  color: #636363;
  font-style: italic;
  font-weight: 400;
  width: calc(100% - 42px);
  padding: 15px 10px 10px;
  background: none;
}

.buscador input:focus,
.buscador_fork input:focus {
  outline-offset: 4px;
}

.buscador #lupa-negra {
  margin: 10px;
  display: inline-block;
}

#search-main {
  border: 0;
  margin: 0;
  width: 100%;
  padding: 2rem;
  font-size: 1.6rem;
  background-color: #D9D9D9;
}

#buscador_fork .range-div {
  padding: 1.15rem;
  border-radius: 0;
  width: 100%;
}
#buscador_fork span {
  color: #fff;
  text-align: left;
}
#buscador_fork .flex {
  align-items: center;
}
#buscador_fork h1, #buscador_fork h3 {
  font-weight: 600;
  font-style: italic;
}

.input {
  border: solid 1px #D9D9D9;
  padding: 1rem;
  font-family: "Exo", sans-serif;
  font-size: 1.6rem;
  font-style: italic;
}

#buscador {
  padding: 5em 0;
  display: none;
  background-color: #ffffff;
  width: 100%;
}

#buscador input,
.buscador input {
  border: 0;
  font-size: clamp(24px, 2.4vw, 24px);
  color: #636363;
  font-style: italic;
  font-weight: 400;
  width: calc(100% - 42px);
  padding: 15px 10px 10px;
}

.buscador input:focus,
.buscador_fork input:focus {
  outline-offset: 4px;
}

.buscador #lupa-negra {
  margin: 10px;
  display: inline-block;
}

#search-main {
  border: 0;
  margin: 0;
  width: 100%;
  padding: 2rem;
  font-size: 1.6rem;
  background-color: #D9D9D9;
}

#buscador_fork .range-div {
  padding: 1.15rem;
  border-radius: 0;
  width: 100%;
}
#buscador_fork span {
  color: #fff;
  text-align: left;
}
#buscador_fork .flex {
  align-items: center;
}
#buscador_fork h1, #buscador_fork h3 {
  font-weight: 600;
  font-style: italic;
}

.contact input[type=submit],
.contact input[type=text],
.contact input[type=email],
.contact input[type=tel],
.contact input[type=date],
.contact input[type=number],
.contact input[type=password],
.contact input[type=search],
.contact input[type=file],
.contact textarea {
  width: 100%;
  padding: 1rem;
  border: none;
}
.contact input,
.contact textarea {
  border-radius: 8px;
}
.contact input[type=checkbox] {
  width: 2rem;
  height: 2rem;
  border: 0;
}
.contact .error {
  border: 1px solid #E62439 !important;
}
.contact .error-message {
  color: #E62439;
}

.card {
  background-color: #F8F8F8;
  padding: 3rem;
  height: 450px;
  border-radius: 8px;
  display: flex;
}
.card:hover {
  background-color: #FFF7CE;
  box-shadow: 0 0 20px 0 rgba(195, 195, 195, 0.5);
}
.card .h2 {
  font-weight: 700;
}
.card .title {
  flex-grow: 1;
  margin-bottom: 0;
  margin-top: auto;
}

@media screen and (max-width: 834px) {
  .card {
    padding: 2rem;
    height: 250px;
    background-size: 80px 80px !important;
    background-position: center 20px !important;
  }
}
.selection .background {
  position: absolute;
  aspect-ratio: 4/3.05;
  width: 90%;
  left: 5%;
  background: #ffffff;
  transform: skewX(-5deg);
  border-radius: 2px;
  z-index: 0;
  transition: 0.5s;
}
.selection li:hover .background {
  background: #E62439;
}
.selection .card-image {
  aspect-ratio: 4/3;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.selection .card-image img {
  width: initial;
  height: 70%;
  position: absolute;
  left: 50%;
  bottom: 10.5%;
  transform: translateX(-50%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 8%, black 85%, transparent 100%), linear-gradient(to right, transparent 0%, black 6%, black 94%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image: linear-gradient(to bottom, transparent 0%, black 8%, black 85%, transparent 100%), linear-gradient(to right, transparent 0%, black 6%, black 94%, transparent 100%);
}
.selection .logo-white {
  position: absolute;
  top: 50%;
  opacity: 0;
  left: 0;
  z-index: 1;
  transition: 0.5s;
  width: 100%;
  text-align: center;
}
.selection .logo-white img {
  width: 38.66%;
}
.selection li:hover .logo-white {
  top: 7%;
  opacity: 1;
}
.selection .card-content {
  z-index: 2;
  position: relative;
}

#card-single-buttons-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.03), 4px 4px 12px rgba(0, 0, 0, 0.05);
  z-index: 9;
}

.card-summary {
  margin: 0 8% 0 2%;
}
.card-summary h3 {
  font-weight: 400;
  font-style: italic;
  font-size: 2.1rem;
}
.card-summary h3 a {
  color: #000000;
  text-decoration: none;
}
.card-summary .precio {
  text-align: right;
  text-decoration: line-through;
  color: #E62439;
  font-weight: 600;
  font-style: italic;
  font-size: 1.6rem;
  line-height: 3rem;
}
.card-summary .precio span {
  color: #636363;
  margin-right: 1rem;
}
.card-summary .precio-div {
  margin: 0 10px 0 auto;
}
.card-summary .oferta {
  color: #E62439;
  font-weight: 600;
  font-style: italic;
  font-size: 2.1rem;
  text-align: right;
}
.card-summary .data div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-summary .data p {
  color: #000000;
  font-size: 1.4rem;
}
.card-summary .year {
  text-align: right;
  font-weight: 700;
  margin-right: 10px;
}
.card-summary .km {
  text-align: right;
}
.card-summary .km::before {
  content: "• ";
  color: #E62439;
  font-size: 2.6rem;
  display: inline-block;
  margin: -4px -10px;
  position: absolute;
}
.card-summary .feature p {
  color: #000000;
  white-space: nowrap;
  font-weight: 500;
}
.card-summary .feature p::before {
  position: relative;
  top: 10px;
}
.card-summary .feature p span {
  margin: 0 15px 0 0;
  font-size: 1.4rem;
  font-weight: 500;
}

p[data-type=electric]::before {
  content: url(../assets/icono-electric.svg);
  margin-right: 5px;
}

p[data-type=diesel]::before {
  content: url(../assets/icono-diesel.svg);
  margin-right: 5px;
}

p[data-type=gasolina]::before {
  content: url(../assets/icono-gasolina.svg);
  margin-right: 5px;
}

p[data-transmision=manual]::before {
  content: url(../assets/icono-manual.svg);
  margin-right: 5px;
}

p[data-transmision=automatic]::before {
  content: url(../assets/icono-automatic.svg);
  margin-right: 5px;
}

p.horses::before {
  content: url(../assets/icono-horses.svg);
  margin-right: 5px;
}

p[data-clasification=green]::before {
  content: url(../assets/icono-green.svg);
}

p[data-clasification=blue]::before {
  content: url(../assets/icono-blue.svg);
  margin-right: 5px;
}

p[data-clasification=eco]::before {
  content: url(../assets/icono-eco.svg);
  margin-right: 5px;
}

p[data-clasification=yellow]::before {
  content: url(../assets/icono-yellow.svg);
  margin-right: 5px;
}

p.clasification {
  text-align: right;
}
p.clasification span {
  visibility: hidden;
  display: none !important;
}

.badge-discount,
.price-per-month {
  background-color: #000000;
  display: inline-block;
  padding: 10px;
  border-radius: 3px;
  position: absolute;
  transform: skewX(-5deg);
  box-shadow: 0 0 8px rgba(99, 99, 99, 0.5);
  z-index: 3;
}
.badge-discount p,
.price-per-month p {
  color: #ffffff;
  font-weight: 600;
  font-style: italic;
  transform: skewX(5deg);
}

.price-per-month {
  left: 5px;
  top: 80px;
}

.badge-discount {
  left: 48px;
  top: 20px;
}

.card-actions button {
  padding: 0;
  margin-left: 12px;
}

button.fav {
  text-indent: -99999px;
  overflow: hidden;
  width: 15px;
  height: 15px;
  border: 0;
  display: inline-block;
  margin: 10px;
}
button.fav[data-state=true] {
  background: url(../assets/icono-fav.svg) center/contain no-repeat;
}
button.fav[data-state=false] {
  background: url(../assets/icono-nofav.svg) center/contain no-repeat;
}

button.share {
  background: url(../assets/icono-share.svg) center/contain no-repeat;
  text-indent: -99999px;
  overflow: hidden;
  width: 15px;
  height: 15px;
  border: 0;
  display: inline-block;
  margin: 10px;
}

.details {
  margin: 20px 0;
  background-color: #E62439;
  padding: 10px 25px;
  border-radius: 25px;
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  font-size: 1.2rem;
  transition: 0.5s;
  text-transform: uppercase;
}
.details:hover {
  background-color: #000000;
}

.max-valuation {
  background-image: url("../assets/icono-max-evaluation.svg");
  background-repeat: no-repeat;
  background-position: center 80px;
}
.max-valuation:hover {
  background-image: url("../assets/icono-max-evaluation-hover.svg");
}

.money-in-account {
  background-image: url("../assets/icono-money-in-account.svg");
  background-repeat: no-repeat;
  background-position: center 80px;
}
.money-in-account:hover {
  background-image: url("../assets/icono-money-in-account-hover.svg");
}

.zero-paperwork {
  background-image: url("../assets/icono-zero-paperworks.svg");
  background-repeat: no-repeat;
  background-position: center 110px;
}
.zero-paperwork:hover {
  background-image: url("../assets/icono-zero-paperworks-hover.svg");
}

.free-management {
  background-image: url("../assets/icono-free-management.svg");
  background-repeat: no-repeat;
  background-position: center 110px;
}
.free-management:hover {
  background-image: url("../assets/icono-free-management-hover.svg");
}

.tasacion {
  background-image: url("../assets/icono-tasacion.png");
  background-repeat: no-repeat;
  background-position: center 110px;
  background-size: 160px;
}

.pago {
  background-image: url("../assets/icono-pago.png");
  background-repeat: no-repeat;
  background-position: center 110px;
  background-size: 160px;
}

.papeleo {
  background-image: url("../assets/icono-papeleo.png");
  background-repeat: no-repeat;
  background-position: center 110px;
  background-size: 160px;
}

.recogida {
  background-image: url("../assets/icono-recogida.png");
  background-repeat: no-repeat;
  background-position: center 110px;
  background-size: 160px;
}

.clientes .galeria_clientes .h3 {
  padding-right: 186px;
  padding-top: 15px;
}
.clientes .client-name,
.clientes .client-auto {
  background-color: #000000;
  display: inline-block;
  padding: 10px;
  border-radius: 3px;
  position: absolute;
  transform: skewX(-5deg);
  box-shadow: 0 0 8px rgba(99, 99, 99, 0.5);
  z-index: 3;
}
.clientes .client-name p,
.clientes .client-auto p {
  color: #ffffff;
  font-weight: 600;
  font-style: italic;
  transform: skewX(5deg);
}
.clientes .client-auto {
  right: 35px;
  top: 70px;
}
.clientes .client-name {
  right: 20px;
  top: 20px;
}

:root {
  --share-modal-z: 9999999999;
  --share-backdrop: rgba(15, 15, 15, 0.48);
  --share-panel-bg: #ffffff;
  --share-panel-radius: 22px;
  --share-panel-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
  --share-text: #111111;
  --share-muted: #666666;
  --share-border: #e4e4e4;
  --share-border-hover: #151515;
  --share-soft-bg: #f6f6f6;
  --share-soft-bg-hover: #eeeeee;
  --share-focus: rgba(0, 0, 0, 0.22);
  --share-success: #16833a;
  --share-success-bg: #f0fff5;
  --share-transition: 0.24s ease;
}

/* =========================================================
   CAPA MODAL
   ========================================================= */
#share_car {
  position: fixed;
  inset: 0;
  z-index: var(--share-modal-z);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: var(--share-backdrop);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity var(--share-transition), visibility var(--share-transition);
}

#share_car.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* =========================================================
   CAJA INTERIOR
   ========================================================= */
#share_car .share_cont {
  position: relative;
  width: min(100%, 520px);
  padding: 34px;
  background: var(--share-panel-bg);
  border-radius: var(--share-panel-radius);
  box-shadow: var(--share-panel-shadow);
  color: var(--share-text);
  transform: translateY(14px) scale(0.985);
  opacity: 0;
  transition: transform var(--share-transition), opacity var(--share-transition);
}

#share_car.is-open .share_cont {
  transform: translateY(0) scale(1);
  opacity: 1;
}

/* =========================================================
   TÍTULO
   ========================================================= */
#share_car #share_car_title,
#share_car .share_cont > .h3,
#share_car .share_cont > p.h3 {
  margin: 0 0 26px;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  font-weight: 750;
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: var(--share-text);
}

#share_car .text-center {
  text-align: center;
}

/* =========================================================
   BOTÓN CERRAR
   ========================================================= */
#share_car .share-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: var(--share-soft-bg);
  color: var(--share-text);
  font: inherit;
  font-size: 26px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

#share_car .share-close:hover {
  background: var(--share-soft-bg-hover);
  transform: rotate(90deg);
}

#share_car .share-close:active {
  transform: rotate(90deg) scale(0.96);
}

#share_car .share-close:focus-visible {
  outline: 3px solid var(--share-focus);
  outline-offset: 3px;
}

/* =========================================================
   GRID DE COMPARTIR
   ========================================================= */
#share_car .share-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
}

/* =========================================================
   BOTONES / ENLACES
   ========================================================= */
#share_car .share-button {
  appearance: none;
  -webkit-appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-width: 0;
  min-height: 72px;
  padding: 18px 16px;
  border: 1px solid var(--share-border);
  border-radius: 15px;
  background: #ffffff;
  color: var(--share-text);
  font: inherit;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.055);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

#share_car .share-button:hover {
  transform: translateY(-2px);
  border-color: var(--share-border-hover);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
}

#share_car .share-button:active {
  transform: translateY(0);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
}

#share_car .share-button:focus-visible {
  outline: 3px solid var(--share-focus);
  outline-offset: 3px;
}

/* Texto interno: todos con el mismo ancho real */
#share_car .share-button span:last-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* =========================================================
   ICONOS
   ========================================================= */
#share_car .share-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  min-width: 28px;
  font-size: 24px;
  line-height: 1;
  color: currentColor;
}

#share_car .share-button-whatsapp {
  color: #128c4a;
  border-color: rgba(18, 140, 74, 0.28);
}

#share_car .share-button-facebook {
  color: #1877f2;
  border-color: rgba(24, 119, 242, 0.28);
}

#share_car .share-button-email {
  color: #b23b3b;
  border-color: rgba(178, 59, 59, 0.28);
}

#share_car .share-button-copy {
  color: #111111;
  border-color: rgba(17, 17, 17, 0.22);
}

#share_car .share-button-whatsapp:hover,
#share_car .share-button-facebook:hover,
#share_car .share-button-email:hover,
#share_car .share-button-copy:hover {
  color: #111111;
  border-color: #111111;
}

/* =========================================================
   ESTADO COPIADO
   ========================================================= */
#share_car .share-button.is-copied,
#share_car .is-copied {
  border-color: var(--share-success) !important;
  background: var(--share-success-bg) !important;
  color: var(--share-success) !important;
}

/* =========================================================
   MAIN CON BLUR
   ========================================================= */
main {
  transition: filter var(--share-transition);
}

main.blur {
  filter: blur(5px);
  pointer-events: none;
  user-select: none;
}

/* Bloqueo de scroll al abrir modal */
body.share-modal-open {
  overflow: hidden;
}

/* Evita saltos visuales en navegadores modernos */
body.share-modal-open {
  scrollbar-gutter: stable;
}

/* =========================================================
   MOBILE
   ========================================================= */
@media (max-width: 590px) {
  #share_car {
    align-items: flex-end;
    padding: 10px;
  }
  #share_car .share_cont {
    width: 100%;
    max-width: none;
    padding: 30px 18px 18px;
    border-radius: 24px 24px 14px 14px;
    transform: translateY(100%);
  }
  #share_car.is-open .share_cont {
    transform: translateY(0);
  }
  #share_car #share_car_title,
  #share_car .share_cont > .h3,
  #share_car .share_cont > p.h3 {
    margin-bottom: 20px;
    padding-inline: 42px;
    font-size: 1.25rem;
  }
  #share_car .share-close {
    top: 12px;
    right: 12px;
  }
  #share_car .share-grid {
    grid-template-columns: 1fr;
    gap: 11px;
  }
  #share_car .share-button {
    min-height: 62px;
    justify-content: flex-start;
    padding: 16px 18px;
    border-radius: 14px;
  }
  #share_car .share-button span:last-child {
    white-space: normal;
    text-align: left;
  }
  main.blur {
    filter: blur(4px);
  }
}
/* =========================================================
   PANTALLAS MUY PEQUEÑAS
   ========================================================= */
@media (max-width: 360px) {
  #share_car {
    padding: 8px;
  }
  #share_car .share_cont {
    padding-inline: 14px;
  }
  #share_car .share-button {
    min-height: 58px;
    padding: 14px;
    font-size: 0.92rem;
  }
  #share_car .share-icon {
    width: 26px;
    height: 26px;
    min-width: 26px;
    font-size: 22px;
  }
}
/* =========================================================
   REDUCCIÓN DE MOVIMIENTO
   ========================================================= */
@media (prefers-reduced-motion: reduce) {
  #share_car,
  #share_car .share_cont,
  #share_car .share-button,
  #share_car .share-close,
  main {
    transition: none;
  }
  #share_car .share-button:hover,
  #share_car .share-close:hover {
    transform: none;
  }
}
.slider-wrapper {
  width: 100%;
}

section {
  overflow: hidden;
  max-width: 100vw;
}

#selection .bx-viewport,
#ventajas .bx-viewport {
  overflow: visible !important;
}

.bx-wrapper {
  box-shadow: none;
  border: none;
  background: transparent;
  position: relative;
}

.bx-prev {
  width: 50px;
  height: 100%;
  text-indent: -9999999px;
  overflow: hidden;
  background: url("../assets/icono-flecha-prev.svg") center center no-repeat #ffffff;
  display: block;
  top: 0;
  left: -10px;
  position: absolute;
}

.bx-next {
  width: 50px;
  height: 100%;
  text-indent: -9999999px;
  overflow: hidden;
  background: url("../assets/icono-flecha-next.svg") center center no-repeat #ffffff;
  display: block;
  top: 0;
  right: -10px;
  position: absolute;
}

.disabled {
  display: none !important;
  visibility: hidden !important;
}

.carousel li {
  text-align: center;
  line-height: 4rem;
}

.selection .bx-prev {
  color: #fff;
  font-size: 2.1rem;
  padding: 5px 23px;
  width: 70px;
  height: 35px;
  text-indent: 0;
  overflow: hidden;
  display: block;
  position: absolute;
  transform: skewX(-5deg);
  border-radius: 3px;
  background: #E62439;
  top: 0;
  margin-top: -50px;
  left: -350px;
}
.selection .bx-prev::before {
  content: "⟻";
}
.selection .bx-prev:hover {
  text-indent: -10px;
  transition: 0.2s;
}
.selection .bx-next {
  color: #fff;
  font-size: 2.1rem;
  padding: 5px 23px;
  width: 70px;
  height: 35px;
  text-indent: 0;
  overflow: hidden;
  display: block;
  position: absolute;
  transform: skewX(-5deg);
  border-radius: 3px;
  background: #E62439;
  top: 0;
  margin-top: -50px;
  right: 205px;
}
.selection .bx-next::before {
  content: "⟼";
}
.selection .bx-next:hover {
  text-indent: 10px;
  transition: 0.2s;
}
.selection .disabled {
  display: block !important;
  visibility: visible !important;
  opacity: 0.6;
}
.selection .bx-controls-direction {
  position: absolute;
  top: 0;
  right: 0;
}

#ventajas .btn-red {
  position: absolute;
  bottom: -15px;
  left: 200px;
}
#ventajas .bx-prev {
  color: #fff;
  font-size: 2.1rem;
  padding: 5px 23px;
  width: 70px;
  height: 35px;
  text-indent: 0;
  overflow: hidden;
  display: block;
  position: absolute;
  transform: skewX(-5deg);
  border-radius: 3px;
  top: -25px;
  left: -350px;
}
#ventajas .bx-next {
  color: #fff;
  font-size: 2.1rem;
  padding: 5px 23px;
  width: 70px;
  height: 35px;
  text-indent: 0;
  overflow: hidden;
  display: block;
  position: absolute;
  transform: skewX(-5deg);
  border-radius: 3px;
  top: -25px;
  right: 205px;
}
#ventajas .disabled {
  display: block !important;
  visibility: visible !important;
  opacity: 0.6;
}
#ventajas .bx-controls-direction {
  position: absolute;
  top: 0;
  right: 0;
}

.clientes .bx-prev {
  left: -150px;
}
.clientes .bx-next {
  right: 0;
}

.carousel-models a, .carousel-categories a, .carousel-types a {
  color: #000000 !important;
  text-decoration: none !important;
}
.carousel-models a:hover img, .carousel-categories a:hover img, .carousel-types a:hover img {
  left: -10px;
  transition: left 0.2s;
}
.carousel-models p, .carousel-models span, .carousel-categories p, .carousel-categories span, .carousel-types p, .carousel-types span {
  white-space: nowrap;
}

.carousel_talleres li.item {
  display: block;
}
.carousel_talleres .row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 470px;
}
.carousel_talleres .precio {
  background: #fff url("../assets/background-precio.png") top left;
  padding: 3rem;
}
.carousel_talleres .precio strong {
  color: #E62439;
}

#talleres .bx-viewport {
  overflow: visible !important;
}

.carousel_servicios li.item {
  display: block;
}
.carousel_servicios .row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 470px;
}
.carousel_servicios .precio {
  background: #fff url("../assets/background-precio.png") top left;
  padding: 3rem;
}
.carousel_servicios .precio strong {
  color: #E62439;
}

#servicios .bx-viewport {
  overflow: visible !important;
}

#equipo .bx-viewport {
  overflow: visible !important;
}
#equipo .bx-wrapper {
  margin: 0;
}
#equipo .bx-next {
  right: 0;
}
#equipo .bx-prev {
  left: -145px;
}

li.post {
  float: left;
}

.post {
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  overflow: hidden;
}
.post .title {
  padding: 3rem;
}
.post h3 {
  margin-bottom: 2rem;
}
.post p {
  font-size: 1.4rem;
}
.post .image {
  height: 250px;
  border-radius: 8px 8px 0 0;
}

#blog .bx-prev,
.blog .bx-prev {
  color: #fff;
  font-size: 2.1rem;
  padding: 5px 23px;
  width: 70px;
  height: 35px;
  text-indent: 0;
  overflow: hidden;
  background: #000000;
  display: block;
  position: absolute;
  transform: skewX(-5deg);
  border-radius: 3px;
  margin-top: 10px;
  top: 100%;
  left: 0;
}
#blog .bx-prev::before,
.blog .bx-prev::before {
  content: "⟻";
}
#blog .bx-next,
.blog .bx-next {
  color: #fff;
  font-size: 2.1rem;
  padding: 5px 23px;
  width: 70px;
  height: 35px;
  text-indent: 0;
  overflow: hidden;
  background: #000000;
  display: block;
  position: absolute;
  transform: skewX(-5deg);
  border-radius: 3px;
  margin-top: 10px;
  top: 100%;
  left: 80px;
  margin: 10px 0;
}
#blog .bx-next::before,
.blog .bx-next::before {
  content: "⟼";
}
#blog .bx-next:hover,
.blog .bx-next:hover {
  text-indent: 10px;
  transition: 0.2s;
}

.menu-blog {
  margin: 0;
}
.menu-blog input.search {
  width: 100%;
  padding: 1rem;
  background-color: #D9D9D9;
  border: 0;
  color: #000000;
  font-size: 1.6rem;
}

.categories li a {
  background: #F8F8F8;
  color: #636363;
  font-size: medium;
  padding: 1rem;
  display: block;
  margin-bottom: 5px;
}

.autor {
  background-color: #000000;
  display: flex;
  padding: 10px;
  border-radius: 3px;
  transform: skewX(-5deg);
  box-shadow: 0 0 8px rgba(99, 99, 99, 0.5);
  z-index: 3;
}
.autor p {
  color: #ffffff;
  font-weight: 600;
  font-style: italic;
  transform: skewX(5deg);
}
.autor img {
  max-width: 48px;
  margin-right: 12px;
}

.jobs {
  border: 1px solid #D9D9D9;
}
.jobs .image {
  min-height: 280px;
}
.jobs .data {
  padding: 3rem;
}
.jobs .btn-white {
  margin-right: 10px;
  margin-bottom: 10px;
}

.how-it-works {
  display: flex;
  position: relative;
  z-index: 2;
}
.how-it-works li {
  flex: auto;
  padding: 20px;
  height: 270px;
  display: flex;
  flex-direction: column;
  min-width: 240px;
  margin: 0;
}
.how-it-works li div {
  position: relative;
  margin-bottom: 0;
  margin-top: auto;
}
.how-it-works p {
  font-size: 1.4rem;
}
.how-it-works .btn-black {
  margin-right: 10px;
  margin-bottom: 10px;
}
.how-it-works .icon::after {
  content: " ";
  position: absolute;
  display: block;
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
  height: 1px;
  width: 400%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: -1;
}

.locations {
  max-width: 900px;
  padding: 0;
  margin: 0;
}
.locations li {
  float: left;
  margin-right: 20px;
  margin-top: 20px;
}
.locations li a {
  color: #000000;
  font-size: 1.9rem;
}
.locations li a:hover, .locations li a[data-state=selected] {
  color: #E62439;
}

.dealerships {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.dealership {
  border: 1px solid #D9D9D9;
  flex: 1 0 32%;
  min-width: 32rem;
}
.dealership .image {
  min-height: 280px;
}
.dealership .data {
  padding: 3rem;
}
.dealership .btn-white {
  margin-right: 10px;
  margin-bottom: 10px;
}

.review-score {
  font-size: 12rem;
  font-weight: 900;
}

.stars span {
  display: inline-block;
  width: 36px;
  height: 36px;
  text-indent: -999999px;
  overflow: hidden;
  background: url(http://maps.gstatic.com/consumer/images/icons/2x/ic_star_rate_14.png) center/cover no-repeat;
}

.filtro .absolute {
  width: 100%;
  left: 0;
  z-index: 99;
  margin-top: 2rem;
}

.filtro-titulo {
  border-radius: 2px;
  background-color: #ffffff;
  display: block;
  font-size: 1.6rem;
  width: 100%;
  margin: 0;
  font-weight: 600;
  background-image: url("../assets/summary-close.svg");
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  padding: 1rem 40px 1rem 2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.filtro-titulo:hover {
  background-color: #E62439;
  color: #fff;
  background-image: url("../assets/summary-close-hover.svg");
}

details > summary::-webkit-details-marker {
  display: none;
}

details[open] summary.filtro-titulo {
  background-color: #E62439;
  color: #fff;
  font-weight: 600;
  background-image: url("../assets/summary-open.svg");
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
}

.filtro-label {
  font-weight: 600;
  font-size: 2.1rem;
  margin-bottom: 2rem;
}

.filtro-checks label {
  display: block;
  margin: 1rem 0;
  font-weight: 600;
}

.cleanall {
  margin-right: 0;
}

.cleanall-text {
  margin: 0 0 0 10px;
}

.filtro-quanty {
  font-size: 10px;
  position: absolute;
  left: calc(100% + 3px);
  top: 0;
  width: 16px !important;
  height: 16px;
  background: #E62439;
  border-radius: 100%;
  color: #fff;
}

.filters-actives li {
  float: left;
  margin: 5px 10px 5px 0;
}
.filters-actives li p {
  padding: 10px;
  border-radius: 2px;
  background-color: #fff;
  color: #636363;
  font-size: 1.4rem;
}
.filters-actives li p:hover {
  opacity: 0.6;
  cursor: pointer;
}
.filters-actives li p span {
  margin-bottom: -2px;
}

.filter-checkbox {
  box-sizing: border-box;
  --background-color: #fff;
  --checkbox-height: 25px;
}
.filter-checkbox input[type=checkbox] {
  display: none;
}
.filter-checkbox .check-box {
  height: var(--checkbox-height);
  width: var(--checkbox-height);
  background-color: transparent;
  border: calc(var(--checkbox-height) * 0.1) solid #a4a4a4;
  border-radius: 20px;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  transition: border-color ease 0.2s;
  cursor: pointer;
}
.filter-checkbox .check-box::before, .filter-checkbox .check-box::after {
  box-sizing: border-box;
  position: absolute;
  height: 0;
  width: calc(var(--checkbox-height) * 0.1);
  background-color: #E62439;
  display: inline-block;
  transform-origin: left top;
  border-radius: 10px;
  content: " ";
  transition: opacity ease 0.5s;
}
.filter-checkbox .check-box::before {
  top: calc(var(--checkbox-height) * 0.72);
  left: calc(var(--checkbox-height) * 0.41);
  box-shadow: 0 0 0 calc(var(--checkbox-height) * 0.05) var(--background-color);
  transform: rotate(-135deg);
}
.filter-checkbox .check-box::after {
  top: calc(var(--checkbox-height) * 0.37);
  left: calc(var(--checkbox-height) * 0.03);
  transform: rotate(-45deg);
}
.filter-checkbox input[type=checkbox]:checked + .check-box {
  border-color: #E62439;
}
.filter-checkbox input[type=checkbox]:checked + .check-box::after {
  height: calc(var(--checkbox-height) / 2);
  animation: dothabottomcheck 0.2s ease 0s forwards;
}
.filter-checkbox input[type=checkbox]:checked + .check-box::before {
  height: calc(var(--checkbox-height) * 1.2);
  animation: dothatopcheck 0.4s ease 0s forwards;
}
.filter-checkbox span {
  margin-left: 30px;
  display: inline-block;
  white-space: nowrap;
  margin-top: 3px;
}

.filtro-etiquetas .filter-checkbox span {
  margin-top: -5px;
}

@keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: calc(var(--checkbox-height) / 2);
  }
}
@keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: calc(var(--checkbox-height) * 1.2);
  }
}
.range-div {
  background-color: #E62439;
  padding: 3rem;
  border-radius: 2rem;
}

.filtro-slider-info {
  margin-bottom: 30px;
}
.filtro-slider-info span {
  color: #fff;
}

.range-div .relative {
  background: #F6909B;
  border-radius: 4px;
  height: 6px;
}
.range-div input[type=range] {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  pointer-events: none;
  height: 6px;
}
.range-div input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 18px;
  height: 18px;
  margin-top: -2px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.content-select {
  position: relative;
}
.content-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: #000;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Exo", sans-serif;
  transition: all 0.25s ease;
  padding: 1rem 40px 1rem 2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content-select select::-ms-expand {
  display: none;
}
.content-select select:hover {
  background: #E62439;
  color: #fff;
}
.content-select::after {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 8px);
  width: 10px;
  height: 10px;
  display: block;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-45deg);
  transition: all 0.25s ease;
}
.content-select:hover::after {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.pagination span, .pagination span a {
  font-size: 2.1rem;
  font-weight: 300;
  color: #383B41;
  margin: auto 5px;
}
.pagination .current {
  text-decoration: underline;
}

#selection {
  padding: 0 0 0 calc((100vw - min(98.5vw, 1340px)) / 2);
}

#slider-buscador {
  z-index: 1000000000;
  position: sticky;
}

#resultados-busqueda {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(20px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

#resultados-busqueda.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

#resultados-busqueda-separacion {
  position: sticky;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 1;
}

#resultados-busqueda .listado-coches {
  position: relative;
  z-index: 0;
}

#filtro-range-home {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#filtro-range-home .filtro-slider-min,
#filtro-range-home .filtro-slider-max {
  width: 85px;
}

#filtro-range-home .filtro-slider-range {
  width: calc(100% - 194px);
  margin: 0 24px 0 0;
}

.spot img {
  width: 100%;
}

.gallery-car .background {
  position: absolute;
  aspect-ratio: 4/3.05;
  width: 90%;
  left: 5%;
  background: #ffffff;
  transform: skewX(-5deg);
  border-radius: 2px;
  z-index: 0;
  transition: 0.5s;
}
.gallery-car .card-image {
  aspect-ratio: 4/3;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.gallery-car .card-image .card-img-exterior {
  width: initial;
  height: 70%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 8%, black 85%, transparent 100%), linear-gradient(to right, transparent 0%, black 6%, black 94%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image: linear-gradient(to bottom, transparent 0%, black 8%, black 85%, transparent 100%), linear-gradient(to right, transparent 0%, black 6%, black 94%, transparent 100%);
}
.gallery-car .card-image .card-img-interior {
  position: absolute;
  object-fit: contain;
}
.gallery-car .logo-white {
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 2rem;
  z-index: 1;
  transition: 0.5s;
  width: 100%;
  text-align: center;
}
.gallery-car .card-content {
  z-index: 2;
  position: relative;
}
.gallery-car .bx-prev {
  color: #fff;
  font-size: 2.1rem;
  padding: 5px 23px;
  width: 70px;
  height: 35px;
  text-indent: 0;
  overflow: hidden;
  display: block;
  position: absolute;
  transform: skewX(-5deg);
  border-radius: 3px;
  background: #000000;
  top: 12px;
  margin-top: -30px;
  left: -150px;
}
.gallery-car .bx-prev::before {
  content: "⟻";
}
.gallery-car .bx-prev:hover {
  text-indent: -10px;
  transition: 0.2s;
}
.gallery-car .bx-next {
  color: #fff;
  font-size: 2.1rem;
  padding: 5px 23px;
  width: 70px;
  height: 35px;
  text-indent: 0;
  overflow: hidden;
  display: block;
  position: absolute;
  transform: skewX(-5deg);
  border-radius: 3px;
  background: #000000;
  top: 12px;
  right: 5px;
  margin-top: -30px;
}
.gallery-car .bx-next::before {
  content: "⟼";
}
.gallery-car .bx-next:hover {
  text-indent: 10px;
  transition: 0.2s;
}
.gallery-car .disabled {
  display: block !important;
  visibility: visible !important;
  opacity: 0.6;
}
.gallery-car .bx-controls-direction {
  position: absolute;
  top: 0;
  right: 0;
}

.specs-list p {
  color: #636363;
  font-size: 1.4rem;
}
.specs-list p span.spec {
  color: #636363;
}
.specs-list ul li ul li {
  margin-bottom: 2rem;
}
.specs-list .icon {
  vertical-align: middle;
  line-height: 1;
  margin-right: 4px;
}

.equipamiento-completo summary {
  list-style: none; /* Firefox y navegadores modernos */
  cursor: pointer;
}
.equipamiento-completo summary::-webkit-details-marker {
  display: none; /* Safari y Chrome antiguos */
}
.equipamiento-completo summary::marker {
  display: none; /* navegadores modernos (refuerzo) */
}
.equipamiento-completo summary {
  font-size: 1.6rem;
  margin: 3rem auto;
}
.equipamiento-completo summary::after {
  content: url("../assets/summary-close.svg");
  right: 3rem;
  position: absolute;
  transform: scale(1.3);
  transition: transform 0.2s;
}
.equipamiento-completo details[open] summary::after {
  transform: rotate(180deg) scale(1.3);
}
.equipamiento-completo ul li {
  color: #636363;
  font-size: 1.4rem;
  padding: 1rem 0 0 0;
}
.equipamiento-completo ul li::before {
  content: "· ";
}
.equipamiento-completo p {
  color: #636363;
  font-size: 1.4rem;
  margin-bottom: 1.6rem;
}

.faq summary {
  list-style: none; /* Firefox y navegadores modernos */
  cursor: pointer;
}
.faq summary::-webkit-details-marker {
  display: none; /* Safari y Chrome antiguos */
}
.faq summary::marker {
  display: none; /* navegadores modernos (refuerzo) */
}
.faq summary {
  font-size: 1.6rem;
  position: relative;
}
.faq summary > * {
  width: 100%;
  padding-right: 24px;
}
.faq summary::after {
  content: url("../assets/summary-close.svg");
  right: 3rem;
  position: absolute;
  transform: scale(1.3) translateY(-50%);
  transition: transform 0.2s;
  top: 50%;
}
.faq details[open] summary::after {
  transform: rotate(180deg) scale(1.3) translateY(50%);
}
.faq ul li {
  color: #636363;
  font-size: 1.4rem;
  padding: 1rem 0 0 0;
}
.faq ul li::before {
  content: "· ";
}
.faq p {
  color: #636363;
  font-size: 1.4rem;
}

.faq:first-child {
  margin-top: 0;
}

.how-it-works-single-car {
  color: #fff;
  display: flex;
  position: relative;
  z-index: 2;
}
.how-it-works-single-car li {
  flex: auto;
  padding: 20px;
  height: 270px;
  display: flex;
  flex-direction: column;
  min-width: 240px;
  margin: 0;
}
.how-it-works-single-car li div {
  position: relative;
  margin-top: 0;
  margin-bottom: auto;
}
.how-it-works-single-car p {
  font-size: 1.4rem;
  color: #fff;
}
.how-it-works-single-car .btn-black {
  margin-right: 10px;
  margin-bottom: 10px;
}
.how-it-works-single-car .icon::after {
  content: " ";
  position: absolute;
  display: block;
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
  height: 1px;
  width: 300%;
  background-color: #636363;
  z-index: -1;
}

.big-icon {
  font-size: 3.6rem;
  vertical-align: middle;
  line-height: 1.3;
  margin-right: 4px;
}

.width {
  background-color: #FCE0E3;
  color: #E62439;
  border-radius: 20px;
  padding: 0.5rem 1rem;
  margin: 10px auto;
}

.content-texts > *:not(:first-child) {
  margin-top: 1.6rem;
}

.responsabilidad .icon {
  width: 70px;
  margin-right: 1.5rem;
}

@media screen and (max-width: 1365px) {
  .menu {
    float: none;
    width: 100% !important;
    margin: 0 !important;
    background-color: #ffffff;
    left: 0;
    padding: 2rem;
    position: absolute;
    top: 100%;
  }
  .menu ul {
    width: 100%;
  }
  .menu li {
    display: block;
    padding: 2px 0;
  }
  .menu a {
    width: 100%;
    display: inline-block;
  }
  .menu span {
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .menu .submenu {
    padding-bottom: 12px;
    border-bottom: 1px solid #F8F8F8;
  }
  .submenu-content {
    display: none;
    position: static;
    visibility: visible;
    opacity: 1;
  }
  .submenu-content li {
    left: 0;
    display: block;
    width: 100%;
    padding: 10px 20px;
    background: #F8F8F8;
    box-shadow: none;
  }
  .submenu-content li:hover {
    left: 8px;
    box-shadow: none;
  }
  .menu li .submenu-content li a, .menu li .submenu-content li a span {
    background: transparent;
    color: #000000;
  }
  .filtro.col-2 {
    grid-column: span 4;
  }
  .how-it-works-single-car {
    flex-direction: column;
  }
  .how-it-works-single-car li {
    flex-direction: row;
    height: auto;
    position: relative;
    width: 100%;
    padding: 0;
  }
  .how-it-works-single-car li div {
    text-align: left;
    padding: 20px;
    margin: auto 0;
  }
  .how-it-works-single-car li div.pad-top-1 {
    width: 60%;
  }
  .how-it-works-single-car li div.icon {
    position: relative !important;
    width: 40%;
  }
  .how-it-works-single-car .icon::after {
    top: 50%;
    bottom: 1px;
    left: 50%;
    height: calc(100% + 80px);
    width: 1px;
  }
}
@media screen and (min-width: 1000px) {
  #card-single-sidebard {
    position: absolute;
    right: 0;
    top: 0;
    width: 32%;
  }
  .sidebar-fixed {
    position: fixed;
    top: 20px;
    width: 100%;
    max-width: 420px;
    z-index: 10;
  }
  .sidebar-bottom {
    position: absolute;
    bottom: 0;
    top: auto;
  }
}
@media screen and (max-width: 1000px) {
  .max-1000 {
    display: none;
  }
  .item .flex {
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .item .flex .justify-end {
    margin: 0 auto 0 0;
  }
  .card-summary .feature p span {
    display: none;
  }
  .how-it-works {
    flex-direction: column;
  }
  .how-it-works li {
    flex-direction: row;
    height: auto;
    position: relative;
  }
  .how-it-works li div {
    text-align: left;
    padding: 20px;
    margin: auto 0;
  }
  .how-it-works li div.icon {
    position: relative !important;
  }
  .how-it-works .icon::after {
    top: 50%;
    bottom: 1px;
    left: 50%;
    height: calc(100% + 80px);
    width: 1px;
  }
  #card-data .col-8 {
    grid-column: span 12;
  }
}
@media screen and (max-width: 768px) {
  .item .flex .justify-end {
    margin: 0 0 0 auto;
  }
  .card-summary .feature p span {
    display: inline-block;
  }
  .max-1000 {
    display: none !important;
  }
  #head {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #header_logo,
  #cresta_lovers {
    grid-column: span 6;
  }
  .logo img {
    min-width: 150px;
  }
  .how-it-works {
    flex-direction: column;
  }
  .banner, .banner-image {
    min-height: 420px;
  }
  #footer .phone {
    text-align: left;
  }
  #filtro-range-home .filtro-slider-min,
  #filtro-range-home .filtro-slider-max {
    width: 50%;
    order: 1;
  }
  #filtro-range-home .filtro-slider-max {
    text-align: right;
  }
  #filtro-range-home .filtro-slider-range {
    width: 100%;
    margin: 7px 0 20px 0;
  }
  #selection {
    padding: 0 0 0 3rem;
  }
  .selection .bx-next {
    right: 3rem;
  }
  .selection .bx-prev {
    right: calc(3rem + 85px);
    left: initial;
  }
  .filtro.col-2 {
    grid-column: span 12;
  }
  .item.is-visible .background {
    background: var(--color-red);
  }
  .item.is-visible .logo-white {
    top: 7%;
    opacity: 1;
  }
}
@media screen and (min-width: 560px) {
  .only-560 {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  html, body {
    font-size: 55% !important;
  }
  #header .logo img {
    min-width: 80px;
    max-height: 40px !important;
  }
  .max-560 {
    display: none;
  }
  #head_cont {
    position: relative;
    z-index: 2;
  }
  #head_cont_sticky.mobile-sticky-header {
    position: fixed;
    top: env(safe-area-inset-top, 0);
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    transform: translate3d(0, -115%, 0);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s ease, box-shadow 0.2s ease;
    will-change: transform, opacity;
    box-shadow: none;
  }
  #head_cont_sticky.mobile-sticky-header.mobile-visible {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    pointer-events: auto;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
    z-index: 9999999999;
  }
  #signboard {
    position: relative;
    z-index: 1;
  }
  #cresta_lovers {
    display: flex;
    flex: 1 1 0%;
    justify-content: flex-end;
    align-content: center;
  }
  .cresta-lovers {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
  .card-summary .feature p span {
    margin: 0 5px 0 0;
  }
  .selection .bx-prev {
    left: -150px;
  }
  .selection .bx-next {
    right: 5px;
  }
  #ventajas .btn-red {
    position: relative;
    left: 0;
    bottom: -30px;
  }
  .item {
    min-width: 350px !important;
  }
  .item[aria-hidden=false] .background {
    background: var(--color-red);
  }
  .item[aria-hidden=false] .logo-white {
    top: 7%;
    opacity: 1;
  }
  h1, .h1 {
    font-size: calc(3.6rem * 0.85);
  }
  h2, .h2 {
    font-size: calc(2.6rem * 0.85);
  }
  .display, .display-text {
    font-size: calc(12rem * 0.6);
  }
  #counter {
    order: 1;
  }
  #orderby,
  #orderby .right {
    width: 100%;
  }
  .left-590 {
    float: left !important;
  }
}

/*# sourceMappingURL=main.css.map */
