@font-face {
  font-family: NeoSansBold;
  src: url(../font/NeoSansStdBold.otf);
  font-display: swap;
}
@font-face {
  font-family: NeoSansLight;
  src: url(../font/NeoSansStdLight.otf);
  font-display: swap;
}
@font-face {
  font-family: NeoSansRegular;
  src: url(../font/NeoSansStdRegular.otf);
  font-display: swap;
}
* {
  font-family: NeoSansRegular, sans-serif;
}
.bold {
  font-family: NeoSansBold;
}
.light {
  font-family: NeoSansLight;
}
.regular {
  font-family: NeoSansRegular;
}
.naranjo {
  color: #ff171a !important;
}
.gris-light {
  color: #949494 !important;
}
.gris {
  color: #6c6c6c !important;
}
.verde {
  color: #39ba50 !important;
}
.txt-menu {
  color: #2d2d2d !important;
}
.wrap {
  width: 85% !important;
  margin: 0 auto;
}

/*-------------------------- Header --------------------------*/
header {
  background-color: transparent !important;
}
/*-------------------------- Fin Header --------------------------*/
/*-------------------------- Footer --------------------------*/
footer {
  background: #ff171a;
  padding: 40px 0 60px 0;
  color: #fff;
  font-size: 14px;
  max-width: 95%;
  margin: 0 auto;
  border-radius: 15px 15px 0 0;
}

footer .wrap-footer {
  margin: 0 auto;
  /*max-width: 1300px;*/
  width: 85%;
  position: relative;
}
.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer .logo-rrss > div {
  width: 50%;
}
footer a {
  font-family: "Montserrat", sans-serif !important;
  text-decoration: none;
}
footer .menu {
  margin: 3% 0 0 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 !important;
}
footer .menu .col ul {
  margin: 0;
  padding: 0;
}
footer .menu .col li {
  list-style: none;
  margin-bottom: 5px;
}
footer .menu .col a {
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}
/*-------------------------- Fin Footer --------------------------*/
header a {
  font-size: 0.75em;
}
.logo-menu img {
  max-width: 80%;
}
.btn-menu {
  /*border:1px solid #ff171a;*/
  font-size: 0.7em;
}
.arrienda::after {
    position: absolute;
    content: "";
    border: 1px solid #07718d;
    /* left: 0px; */
    top: -36%;
    width: 93px;
    height: 100px;
    z-index: -1;
    transition: opacity 0.4s;
    padding: 0 33px;
    border-radius: 0 0 10px 10px;
}
.agenda::after {
  position: absolute;
  content: "";
  background-color: #ff171a;
/*  left: 50%;*/
/*  margin-left: -35px;*/
  top: -36%;
  width: 93px;
  height: 100px;
  z-index: -1;
  transition: opacity 0.4s;
  padding: 0 33px;
  border-radius: 0 0 10px 10px;
}
.remate::after {
  position: absolute;
  content: "";
  background-color: #092435;
  left: 0px;
  top: -120%;
  width: 70px;
  height: 150px;
  z-index: -1;
  transition: opacity 0.4s;
  padding: 0 33px;
  border-radius: 0 0 10px 10px;
}
.navbar-item:hover {
  background-color: unset !important;
}
#banner img {
  border-radius: 15px;
}
.navbar-item.navlogo {
  max-height: unset !important;
  max-width: 165px;
}
.navbar-item.navlogo img {
  max-height: unset !important;
}
.navbar-item {
  text-align: center;
}
.navbar-end {
  width: 100%;
}
#detalle-formulario .logos-superior {
  display: flex;
  flex-wrap: wrap;
}
#detalle-formulario .logos-superior img,
.sucursales .marcas img {
  opacity: 0.4;
}
#detalle-formulario .logos-superior img.active,
.sucursales .marcas img.active,
.sucursales .marcas li.active img {
  opacity: 1;
}
#detalle-formulario .logos-superior .marcas a:hover img,
.sucursales .marcas a:hover img {
  opacity: 1;
}
#detalle-formulario .img-auto {
  width: 100%;
  max-width: 500px;
}
.colores {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 20px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.colores a:hover,
.colores a.active {
  border: 1px solid red;
}
.colores a {
  display: block;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  width: 25px;
  height: 25px;
  margin: 0 13px 20px 0;
  position: relative;
}
#detalle-formulario .detalle {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 10px;
}
img.ficha {
  vertical-align: middle;
}
.disclaimer p {
  font-size: 0.6em;
  color: #949494 !important;
  font-style: italic !important;
}
a.cotiza {
  background-color: #ff171a;
  height: 1.9em;
}
#detalle-formulario .formulario .cabecera-formulario a {
  display: block;
  width: 50%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #ffffff;
  color: #ff171a;
  padding: 10px;
  text-decoration: none;
  text-align: center;
  border-radius: 15px 15px 0 0;
}
#detalle-formulario .formulario .cabecera-formulario a.active {
  background: #ff171a;
  color: #ffffff;
  font-weight: bold;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  font-size: 26px;
}
#detalle-formulario .formulario input,
#detalle-formulario .formulario select {
  width: 100%;
  border-radius: 15px;
  height: 30px;
  border: 1px solid #d2d2d2;
  padding: 0 10px;
  background-color: rgba(255, 255, 255, 0.8);
}
.form-footer input,
.form-footer select {
  border: 1px solid #d2d2d2 !important;
  height: 35px !important;
}

.form-footer textarea {
  border: 1px solid #d2d2d2 !important;
}
#detalle-formulario .formulario.form-footer .cabecera-formulario a.active,
#detalle-formulario .formulario.form-footer .cabecera-formulario a:hover {
  background: #ff171a;
  color: #ffffff;
  font-weight: bold;
  box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
}
#detalle-formulario .formulario.form-footer .cabecera-formulario a {
  display: block;
  width: 50%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #ffffff;
  color: #bdbdbd;
  padding: 10px;
  text-decoration: none;
  text-align: center;
  border-radius: 15px 15px 0 0;
  box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
}
.btn-form-cotizar {
  z-index: 5;
}
.btn-form-financiamiento {
  margin-left: -50px;
  z-index: 4;
  padding-left: 50px !important;
}
.btn-form-servicio {
  margin-left: -50px;
  z-index: 3;
  padding-left: 50px !important;
}
.btn-form-rya {
  margin-left: -50px;
  z-index: 2;
  padding-left: 50px !important;
}
.btn-form-compramos {
  margin-left: -50px;
  z-index: 1;
  padding-left: 50px !important;
}
#detalle-formulario .formulario input.has-error,
#detalle-formulario .formulario select.has-error,
#detalle-formulario .formulario textarea.has-error {
  background-color: rgb(247 148 148 / 80%);
}

#detalle-formulario .formulario textarea {
  width: 100%;
  border-radius: 15px;
  padding: 0 10px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #d2d2d2;
  padding: 10px 10px;
}
#detalle-formulario .formulario button.button {
  width: 100%;
  border-radius: 15px;
  background-color: #ff171a;
  border: none;
}
.form-cotizar {
  /*background-image: url(../img/bg_formulario.png);*/
  border-radius: 10px;
  margin-top: -6px;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
}
#versiones .detalle {
  font-size: 0.7em;
  line-height: 30px;
  height: 330px;
  overflow: auto;
}
#versiones .version {
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.btn-cotizar a {
  background-color: #ff171a;
  width: 100%;
  height: 2em;
}
/* width */
.detalle::-webkit-scrollbar {
  width: 7px;
}

/* Track */
.detalle::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* Handle */
.detalle::-webkit-scrollbar-thumb {
  background: #949494;
  border-radius: 10px;
}

/* Handle on hover */
.detalle::-webkit-scrollbar-thumb:hover {
  background: #6c6c6c;
}
#versiones .slick-prev,
#versiones .slick-next,
.multiple-items-citroen .slick-next,
.multiple-items-citroen .slick-prev {
  height: 30px;
  width: 30px;
}
#versiones .slick-prev:before,
#versiones .slick-next:before {
  content: " ";
}
#versiones .slick-dots li.slick-active button:before {
  color: #ff171a !important;
  line-height: 23px;
  border: none;
  font-size: 24px;
}
#versiones .slick-dots li button:before {
  color: #fff !important;
  border: 1px solid #ff171a;
  border-radius: 99999px;
  font-size: 17px;
}
.banner-home .slick-dots li.slick-active button:before {
  color: #ff171a !important;
  line-height: 23px;
  border: none;
  font-size: 24px;
}
.banner-home .slick-dots li button:before {
  color: #fff !important;
  border: 1px solid #ff171a;
  border-radius: 99999px;
  font-size: 17px;
}
.banner-home .slick-dots {
  text-align: unset;
}
#buscador select {
  width: 100%;
  height: 35px;
  border-radius: 15px;
  background-color: #bfbfbf;
  color: #fff;
  font-weight: 500;
  text-align: center;
  border: none;
}
#servicios .columns .column div {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  width: 290px;
  height: 290px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#servicios .columns .column div img {
  max-height: 90px;
}
.vertical {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.texto-over-img {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  margin-top: 10%;
}
.texto-over-img-der {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ffffff;
  margin-top: 15%;
}
.sucursales {
  background-color: #2f2f2f;
  border-radius: 15px;
}
.sucursales .marcas ul,
.logos-superior .marcas ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sucursales .marcas ul li,
.logos-superior .marcas ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
.sucursales .marcas ul img,
.logos-superior .marcas ul img {
  margin: 0 auto;
  display: block;
  max-height: 50px;
  max-width: 100%;
  width: auto;
}
.marcas {
  min-height: 50px;
}
.marcas,
.google-maps {
  width: 80%;
  margin: 0 auto;
}
.sucursales .marcas a::after,
.sucursales .marcas li.active a::after {
  position: absolute;
  content: ">>";
  right: 45%;
  top: 90%;
  opacity: 0;
  z-index: 0;
  transition: opacity 0.4s;
  color: #ffffff;
  font-family: NeoSansBold;
  transform: rotate(90deg);
  letter-spacing: -3px;
}
.sucursales .marcas a.active::after,
.sucursales .marcas a:hover::after,
.sucursales .marcas li.active a::after {
  opacity: 1;
}
#mapa iframe {
  width: 100%;
  border-radius: 15px;
  margin-top: -110px;
  max-height: 300px;
}
.img-slider {
  /*width: 558px !important;*/
  height: 288px !important;
  object-fit: cover;
}
.text.highlighted {
  position: absolute;
  top: 42%;
  left: 46%;
}
.opel .card,
.maxus .card {
  border-radius: 0;
  box-shadow: none;
  max-width: 100%;
  height: 100%;
  border: 1px solid #eee;
}
.maxus .card {
  border: 0 !important;
  background-color: #212121;
}
.maxus .card-image:first-child img {
  border-radius: 0 !important;
}
.maxus .card-content {
  background-color: #212121;
  font-size: 0.9em;
  border-radius: 0;
}
.maxus .text-caract {
  position: absolute;
  color: #fff;
  font-size: 16px;
  text-align: center;
  width: 100%;
  bottom: 0;
  margin-bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 10px 10px 10px;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7357317927170868) 0%,
    rgba(0, 0, 0, 0) 94%,
    rgba(0, 0, 0, 0) 100%
  );
}
.opel .card .content {
  font-size: 0.9em;
}
.opel .card-image img {
  border-radius: 0;
}
.triangulo {
  border-style: solid;
  border-width: 18px;
  width: 0;
  height: 0;
}
.triangulo > div {
  border-style: solid;
  border-width: 10px;
  width: 0;
  height: 0;
  position: relative;
}

.triangulo.derecha {
  border-color: transparent transparent transparent black;
}
.triangulo.derecha > div {
  border-color: transparent transparent transparent white;
  top: -10px;
  left: -21px;
}
.triangulo.izquierda {
  border-color: transparent black transparent transparent;
}
.triangulo.izquierda > div {
  border-color: transparent white transparent transparent;
  top: -10px;
  left: 1px;
}
.triangulo.arriba {
  border-color: black transparent transparent transparent;
}
.triangulo.arriba > div {
  border-color: white transparent transparent transparent;
  top: -21px;
  left: -10px;
}
.triangulo.abajo {
  border-color: transparent transparent black transparent;
}
.triangulo.abajo > div {
  border-color: transparent transparent white transparent;
  top: 1px;
  left: -10px;
}
.botonera-modelos {
  margin-top: 50px;
  margin-bottom: 50px !important;
}
.botonera-modelos a {
  background-color: #858382;
  width: 100%;
  color: #ffffff;
}
.botonera-modelos a:hover,
.botonera-modelos a.current {
  background-color: #ff171a;
  color: #ffffff !important;
  border: 0;
}
.botonera-autos a p {
  color: #000000;
}
.botonera-autos a p.nombre {
  font-size: 1.2em;
  height: 70px;
}
.botonera-autos a h2 {
  color: #000000 !important;
}
.botonera-autos a h2.nombre {
  font-size: 1.2em !important;
  height: 70px !important;
}
.botonera-autos .column .sombreado {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  height: 100%;
}
.botonera-autos .imagen {
  background-size: 80% !important;
  background-repeat: no-repeat !important;
  padding-bottom: 50%;
  background-position: center center !important;
  position: relative;
}
#info-sueldo {
  display: none;
}
#credito-maf {
  display: none;
}
.card-image {
  /*width: 27vw;*/
}
.icono-destacado {
  width: 35% !important;
  height: 35% !important;
  left: -4px !important;
  top: -3px !important;
}
.paginador-usados ul {
  padding: 0;
  margin: 20px 0;
  text-align: center;
}
.paginador-usados ul li {
  display: inline-block;
  padding: 0 10px;
}
.paginador-usados ul li a {
  color: #bfbfbf;
}
.paginador-usados ul li a.active {
  color: #d9001d;
}
.paginador-usados ul li a.active::before {
  display: block;
  /*content: '';*/
  width: 100%;
  height: 1px;
  background: #d9001d;
  position: absolute;
  bottom: 0;
  left: 0;
}
input[type="checkbox"],
input[type="radio"] {
  width: 10% !important;
}
.titulo-acordeon {
  background-color: #f3f3f3;
  border-radius: 15px;
}
.acordeon1,
.acordeon2,
.acordeon3,
.acordeon4,
.acordeon5 {
  display: none;
}
.acordeon1.active,
.acordeon2.active,
.acordeon3.active,
.acordeon4.active,
.acordeon5.active {
  display: block;
}
.btn-abrir {
  position: absolute;
  right: 1%;
}
#contactos #tab-1 {
  display: block;
}
#contactos .tab-content {
  display: none;
}
.slider-honda .slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  right: 0px;
}
.slider-honda .slick-dots {
  position: absolute;
  bottom: 70px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 0%;
  right: 85px;
}
.slider-honda .slick-dots li {
  display: block;
  margin: 11px 5px;
}
.slider-honda .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 25px;
  height: 25px;
  font-family: "slick";
  font-size: 9px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slider-honda .slick-dots li.slick-active button:before {
  color: #ff0000;
  opacity: 1;
}
.slider-honda .slick-next:before {
  font-size: 0px !important;
}
.version table tr td img {
  max-width: 50%;
}
#formulario-cotizar-detalle .mensaje-exito,
#formulario-compra .mensaje-exito,
#formulario-cotizar-usado .mensaje-exito,
#formulario-reverva-ahora .mensaje-exito {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  top: 0;
  left: 0;
}
#tabless {
  display: table;
  width: 100%;
  height: 100%;
}
#formulario-cotizar-detalle .mensaje-exito .cerrar,
#formulario-compra .mensaje-exito .cerrar,
#formulario-cotizar-usado .mensaje-exito .cerrar,
#formulario-reverva-ahora .mensaje-exito .cerrar {
  font-family: NeoSansStd-Regular;
  font-style: normal;
  color: #fff;
  font-size: 1.5rem;
  border: 2px solid #fff;
  border-radius: 50px;
  width: 32px;
  line-height: 25px;
  padding-bottom: 5px;
  display: block;
  text-align: center;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transition: all 180ms ease-in-out;
  transition: all 180ms ease-in-out;
}
#formulario-cotizar-detalle .mensaje-exito .inside,
#formulario-compra .mensaje-exito .inside {
  display: table-cell;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  font-size: 1.3rem;
}
.iframe-box iframe {
  width: 100%;
  height: 700px;
  vertical-align: top;
}
#contenido-sertec .mapas {
  padding-right: 3rem;
  padding-left: 3rem;
}
#panorama {
  border-radius: 15px;
  padding-bottom: 30%;
}
.form-footer .mensaje-exito {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 7;
  display: none;
}
.form-footer .mensaje-exito .cerrar {
  font-style: normal;
  color: #fff;
  font-size: 1.5rem;
  border: 2px solid #fff;
  border-radius: 50px;
  width: 32px;
  line-height: 25px;
  padding-bottom: 5px;
  display: block;
  text-align: center;
  position: absolute;
  right: 20px;
  top: 20px;
  transition: all 180ms ease-in-out;
}
.form-footer .mensaje-exito .inside {
  display: table-cell;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  font-size: 1.3rem;
}
.datos-contacto a {
  color: #4a4a4a;
}
.formulario textarea:focus,
.formulario input:focus,
.formulario input[type]:focus {
  border-color: #ff171a;
  outline: 0 none;
  border: 1px solid #ff171a !important;
}
.detalle-auto-usado .nombre-precio h1 {
  font-size: 40px !important;
  font-weight: bold !important;
}
.detalle-auto-usado .nombre-precio h2 {
  font-weight: 600 !important;
  font-size: 25px !important;
}
.navbar-dropdown a.navbar-item:hover {
  background-color: #e5e5e5 !important;
}
/*-------------CSS USADOS----------------*/
.nombre-usado-interior {
  font-family: sans-serif;
  font-weight: bold;
  line-height: 30px;
}
.detalles-usado {
  background-color: #eeeeee;
  border-radius: 25px;
  padding: 5px 10px;
}
.columna-fotos {
  padding-right: 3rem !important;
}
#formulario-cotizar-usado,
#formulario-reverva-ahora {
  padding: 0 3rem;
}
#detalle-formulario #formulario-cotizar-usado input,
#detalle-formulario #formulario-cotizar-usado select,
#detalle-formulario #formulario-reverva-ahora input,
#detalle-formulario #formulario-reverva-ahora select {
  border-radius: 5px;
  margin: 5px 0;
}
.slick-next.der-usados {
  right: 10px !important;
}
.izq-usados {
  left: 10px !important;
}
.detalle-combustible {
  font-size: 15px !important;
}
#marcas-home .marcas.iconos-home {
  width: 100% !important;
}
#marcas-home .marcas.iconos-home .item-marca a {
  /* max-width: 100%; */
  width: 100%;
  max-width: 100%;
  height: 50px;
}
#marcas-home .marcas.iconos-home .item-marca.marca-kaiyi a {
  width: 70px;
  height: 70px;
}

#marcas-home .marcas.iconos-home .item-marca.marca-jetour,
#marcas-home .marcas.iconos-home .item-marca.marca-exeed,
#marcas-home .marcas.iconos-home .item-marca.marca-kyc,
#marcas-home .marcas.iconos-home .item-marca.marca-usados,
#marcas-home .marcas.iconos-home .item-marca.marca-omoda,
#marcas-home .marcas.iconos-home .item-marca.marca-jaecoo {
  flex: 1.3 0 0;
}
#marcas-home .marcas.iconos-home .item-marca a img {
  /* max-width: 100%; */
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/*---------------------------------------*/
/* @media screen and (max-width: 1650px) {
  #marcas-home .marcas.iconos-home .item-marca a {
    width: 68px;
    height: 50px;
  }
  #marcas-home .marcas.iconos-home .item-marca.marca-jetour a,
  #marcas-home .marcas.iconos-home .item-marca.marca-exeed a,
  #marcas-home .marcas.iconos-home .item-marca.marca-kyc a,
  #marcas-home .marcas.iconos-home .item-marca.marca-usados a,
  #marcas-home .marcas.iconos-home .item-marca.marca-omoda a {
    width: 95px;
  }
} */
@media screen and (max-width: 1407px) {
  .card-image {
    /*width: 41vw;*/
  }
  .wrap {
    width: 95% !important;
  }
  /* #marcas-home .marcas.iconos-home .item-marca a {
    width: 70px;
    height: 50px;
  }
  #marcas-home .marcas.iconos-home .item-marca.marca-kaiyi a {
    width: 70px;
    height: 60px;
  }
  #marcas-home .marcas.iconos-home .item-marca.marca-jetour a,
  #marcas-home .marcas.iconos-home .item-marca.marca-exeed a,
  #marcas-home .marcas.iconos-home .item-marca.marca-kyc a,
  #marcas-home .marcas.iconos-home .item-marca.marca-usados a,
  #marcas-home .marcas.iconos-home .item-marca.marca-omoda a {
    width: 92px;
  } */
}
@media screen and (max-width: 1100px) {
  footer .wrap-footer {
    width: 95%;
  }
  .detalle-combustible {
    font-size: 1rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .separador-menu {
    display: block !important;
  }
  .salto-menu {
    display: none !important;
  }
  .arrienda,
  .agenda,
  .remate {
    color: #6c6c6c !important;
  }
  .navbar-link:not(.is-arrowless) {
    padding-right: 0.75rem;
  }
  #contactos .ico-marcas {
    justify-content: space-around;
  }
  .menu-izq {
    display: none !important;
  }
  .navbar-item.is-hidden {
    display: block !important;
  }
  .navbar-dropdown {
    background-color: #e5e5e5;
  }
  .btn-menu em {
    display: block !important;
  }
}

@media (max-width: 1000px) {
  footer .logo-rrss > div {
    width: 100%;
  }
  footer .logo img {
    width: 150px;
    display: block;
    margin: 0 auto;
  }
  footer .logo-rrss > div {
    width: 100%;
  }
  footer .menu .col {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    /*display: none;*/
  }
  footer .menu {
    display: block !important;
  }
}
@media screen and (max-width: 900px) {
  .sucursales .marcas ul li,
  .logos-superior .marcas ul li {
    -webkit-box-flex: none;
    -ms-flex: none;
    flex: none;
    width: 25%;
    margin-bottom: 6%;
  }
  .sucursales .marcas,
  .logos-superior .marcas,
  .google-maps {
    width: 100%;
  }
  #mapa iframe {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #btn-filtros {
    z-index: 3;
  }
  #seminuevos #buscador {
    left: -105%;
    position: fixed;
  }
  #buscador.active {
    position: fixed !important;
    left: 0 !important;
    top: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0px 1.5% 2em 1.5%;
    z-index: 100;
    overflow-y: auto;
    overflow-x: hidden;
    background: #f3f3f3;
  }
  #buscador.active .buscar {
    height: 100vh;
  }
  #formulario-cotizar-usado,
  #formulario-reverva-ahora {
    padding: 0 0.25rem;
  }
  .columna-fotos {
    padding-right: 0.8rem !important;
  }
  #panorama {
    padding-bottom: 60%;
  }
  .btn-form-cotizar {
    width: 100% !important;
  }
  .btn-form-financiamiento {
    margin-left: 0px;
    width: 100% !important;
    padding-left: 0px !important;
    border-radius: 0 !important;
  }
  .btn-form-servicio {
    margin-left: 0px;
    width: 100% !important;
    padding-left: 0px !important;
    border-radius: 0 !important;
  }
  .btn-form-rya {
    margin-left: 0px;
    width: 100% !important;
    padding-left: 0px !important;
    border-radius: 0 !important;
  }
  .btn-form-compramos {
    margin-left: 0px;
    width: 100% !important;
    padding-left: 0px !important;
    border-radius: 0 !important;
  }
  .cabecera-form-footer {
    display: block !important;
  }
  .form-usados {
    display: none;
  }
  .form-usados.active {
    display: block;
  }
  .card-image {
    /*width: 85vw;*/
  }
  .ico-reserva {
    max-width: 65%;
  }
  .dyp .column {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  #contenido-sertec .mapas {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  /* #marcas-home .marcas.iconos-home .item-marca.marca-jetour img,
  #marcas-home .marcas.iconos-home .item-marca.marca-exeed img,
  #marcas-home .marcas.iconos-home .item-marca.marca-kyc img,
  #marcas-home .marcas.iconos-home .item-marca.marca-usados img,
  #marcas-home .marcas.iconos-home .item-marca.marca-omoda img,
  #marcas-home .marcas.iconos-home .item-marca.marca-jaecoo img{
    max-width: clamp(100px,80%,200px);
    margin: 0 auto;
  } */
  .btn-servicios {
    background: none;
    position: absolute;
    right: 0;
    height: 39px;
    top: 0;
    width: 30px;
  }
}
.btn-servicios {
  padding-right: 1em !important;
}
@media (max-width: 500px) {
  #versiones .slick-prev {
    left: -10px;
  }
  #versiones .slick-next {
    right: -10px;
  }
}
@media screen and (min-width: 1024px) {
  .navbar-end {
    justify-content: space-evenly;
  }
  .navbar-dropdown.dd-contactos {
    left: -110px !important;
  }
  .compra::after {
      position: absolute;
        content: "";
        border: 1px solid #ff171a;
        left: 0px;
        top: -56%;
        width: 93px;
        height: 100px;
        z-index: -1;
        transition: opacity 0.4s;
        padding: 0 33px;
        border-radius: 0 0 10px 10px;
  }
}

.triple-contenido .listado-marcass .box-img {
  width: 90px;
  height: 80px;
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.triple-contenido .listado-marcass .box-img img {
  max-width: 90%;
  max-height: 90%;
  height: auto;
  vertical-align: top;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
