@font-face {
  font-family: 'open-sans';
  src: url('../font/OpenSans-VariableFont.ttf');
}

.openS {
  font-family: 'open-sans', sans-serif;
}

/* ETIQUETA SUGERIDOS */
.ribbon-wrapper-sugeridos {
  z-index: 900;
  width: 130px;
  height: 119px;
  overflow: hidden;
  position: absolute;
}

body {
  overflow-x: hidden;
}

.rowBtnBuscar {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0px;
  padding: 20px;
}

.divWsp {
  position: fixed;
  top: 50%;
  border-radius: 25px 0 0 25px;
  background-color: #27B43E;
  padding: 5px 15px;
  right: 0px;
  z-index: 500;
}

.filterInner {
  background-color: #F4F3F3;
  padding: 20px;
  border-radius: 15px;
  color: #00457d;
}

.card-img-top {
  border-radius: 20px;
}

@media (max-width: 600px) {
  .atributos {
    flex: 0 0 49%;
    max-width: 49%;
    padding-left: 10px;
  }
}

@media (min-width: 768px) and (max-width:1200px) {
  .atributos {
    flex: 0 0 49%;
    max-width: 49%;
    padding-left: 10px;
  }
}

.card {
  border-radius: 20px;
  overflow: hidden;
}

.card-body {
  border-radius: 20px;
}

.division {
  padding: 10px;
  width: 100%;
  border-bottom: 3px solid #00000026;
}

.rowMiniFichaMarca {
  display: flex;
  flex-direction: column;
}

.miniFichaMarca {
  font-size: clamp(16px, 4vw, 20px);
  font-weight: 900;
  color: #00457D;
}

.miniFichaModelo {
  font-size: clamp(16px, 4vw, 20px);
  color: #00457D;
  font-weight: 500;
}

.miniFichaPrecio {
  background-color: #00457D;
  color: #fff;
  font-weight: 900;
  font-size: clamp(30px, 4vw, 40px);
}

/* Primero eliminamos las reglas generales de nav-link que están causando conflicto */
.nav-link {
  position: relative;
  display: inline-block;
}

/* Aplicamos los efectos hover solo a los enlaces que NO son destacados */
.nav-link:not(.destacado) {
  overflow: hidden;
}

.nav-link:not(.destacado)::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  height: 3px;
  background-color: red;
  transition: width 250ms ease-in-out, left 250ms ease-in-out;
}

.nav-link:not(.destacado):hover::after {
  width: 100%;
  left: 0;
}

.destacado {
  position: relative;
  border-bottom: none;
}

.destacado::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: red;
}

.destacado:hover::after {
  animation: slideRightAndFade 1.5s forwards;
}

@keyframes slideRightAndFade {
  0% {
    left: 0;
    width: 100%;
    opacity: 1;
  }
  100% {
    left: 100%;
    width: 0;
    opacity: 0;
  }
}
/* Eliminamos cualquier pseudo-elemento after del destacado */
.destacado::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: red;
}


.rowFiltroLat {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 600px) {
  .autosSemiCol {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 601px) {
  .autosSemiCol {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .minifichasCol {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .rowFiltroLat {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .form-control-index-0 {
    border-radius: 15px;
    margin: 5px 0px;
  }

  .form-control-index-1 {
    border-radius: 15px;
    margin: 5px 0px;
  }

  .form-control-index-2 {
    border-radius: 15px;
    margin: 5px 0px 5px 0px;
  }

  .btn-filter-index {
    border-radius: 15px 15px 15px 15px !important;
    margin-top: 6px !important;
  }

  .placeholder-select {
    margin-left: 0px !important;
  }

  .rowBusc {
    padding-bottom: 5px;
  }

  .filter-top {
    transform: none !important;
    position: unset !important;
  }
  .rowOFer {
    display: flex;
    align-items: center;
    padding: 1% !important;
    position: relative;
  }
  .card-mobile{
    margin-top: 0px !important;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  .minifichasCol {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .filtroLat {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .autosSemiCol {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 901px) and (max-width: 1199px) {
  .minifichasCol {
    flex: 0 0 65%;
    max-width: 65%;
  }

  .filtroLat {
    flex: 0 0 35%;
    max-width: 35%;
  }

  .autosSemiCol {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1200px) {
  .minifichasCol {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .filtroLat {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .autosSemiCol {
    flex: 0 0 calc(1/3 * 100%);
    max-width: calc(1/3 * 100%);
  }
}

@media (min-width: 768px) {

  .form-control-index-0 {
    border-radius: 15px 0px 0px 15px !important;
  }

  .form-control-index-1 {
    border-radius: 0px !important;
    border: none;
    border-right: 1px solid #aeaeae;
  }

  .form-control-index-2 {
    border: none;
    border-radius: 0px !important;
  }
}

.rowOFer {
  display: flex;
  align-items: center;
  padding: 43px 43px 0px 43px;
  position: relative;
}



.mostrarRes {
  margin-top: -123px;
  background-color: #00457d;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
  height: 50px;
  border-radius: 12px 12px 0px 0px;
}
@media (max-width: 1024px) {
  .mostrarRes {
    margin-top: -118px;
  }
}
@media (max-width: 769px) {
  .mostrarRes {
    margin-top: -116px;
  }
}
@media (max-width: 719px) {
  .mostrarRes {
    margin-top: -145px;
    margin-bottom: 110px !important;
  }
}
@media (max-width: 396px) {
  .mostrarRes {
    margin-top: -173px;
    margin-bottom: 128px!important
  }
}

@font-face {
  font-family: "helveticaNeue";
  /* El nombre que quieras darle a la tipografía */
  src: url("../../font/HelveticaNeueLTStdBlkIt.otf") format("truetype");
}

.font-logo {
  font-family: "helveticaNeue", sans-serif !important;
}

.font-italic {
  font-style: italic;
}

.minificha-detail {
  font-weight: 300;
  font-size: 14px;
}

.rrss-icon {
  border-radius: 100%;
  background-color: #fff;
}

.text-blue {
  color: #00457d !important;
}

.text-blue-medium {
  color: #689DEE !important;
}

.fs-30 {
  font-size: clamp(24px, 2.5vw, 30px);
}

.bg-card {
  background-color: #f4f3f3;
}

.title-suc {
  line-height: 15px;
}

.bg-gray {
  background-color: #f3f3f3;
}

.logo-footer {
  position: absolute;
  bottom: -35px;
  z-index: 9999;
  left: 70px;
}

.filter-top {
  background: rgb(0, 65, 117);
  background: linear-gradient(0deg,
      rgba(0, 65, 117, 1) 0%,
      rgba(0, 88, 160, 1) 100%);
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  top: 25%;
  left: 50%;
  z-index: 20;
  transform: translate(-50%, -25%);
  position: absolute;
}

.container-img-minif {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.placeholder-select {
  height: 56px;
  padding-top: 23px;
  font-weight: 600;
  color: #b7b7b7;
  font-size: 17px;
  margin-left: 3px;
}

.placeholder-select-mobile {
  height: 40px;
  padding-top: 15px;
  font-weight: 600;
  color: #b7b7b7;
  font-size: 14px;
}

select option {
  font-weight: 400;
  color: #000000;
  font-size: 14px;
}

.card-index {
  border: none;
  border-radius: 20px;
}

.card-body-index {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.ofertas {
  font-family: 'open-sans', sans-serif;
  font-weight: 800;
}

.secondSelect {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 45px !important;
  background-image: url('../images/iconos/arrow-drop-down.svg');
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  /* Ajusta el padding para que la flecha no se superponga con el texto */
  /* padding-right: 25px; */
  background-size: 18px;
  font-size: 15px;
}

.secondSelect option {
  font-size: 10px;
}

.arrowDown {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('../images/iconos/arrow-drop-down-main.svg');

  background-position: 95% 70%;
  background-repeat: no-repeat;
  background-size: contain;
  /* Ajusta el padding para que la flecha no se superponga con el texto */
  padding-right: 25px;
  background-size: 20px;
}

.card-index:hover {
  filter: brightness(105%);
}


.btn-filter-index {
  margin-top: -1px;
  height: calc(100% + 2px);
  font-family: 'open-sans', sans-serif;
  font-weight: 800;
  font-size: 25px;
  border-radius: 0px 15px 15px 0px;
  color: white;
  width: 100%;
  outline: none;
  border: 1px solid #003e72;
  background-color: #00457D;
  background-image: linear-gradient(to bottom, #007dcc, #005aa6);
}

.def-btn {
  margin-top: -1px;
  border-radius: 15px;
  color: white;
  outline: none;
  border: 1px solid #003e72;
  background-color: #00457D;
  background-image: linear-gradient(to bottom, #007dcc, #005aa6);
  opacity: 100% !important;
  z-index: 999;
}

.def-btn:hover {
  background-image: linear-gradient(to bottom, #1688cf, #0665b3);
}

.btn-credit-container {
  width: 100%;
  padding: 15px 27px;
  border-radius: 15px;
  margin: 10px 0px;
  background-color: rgba(255, 255, 255, 0.6); /* Fondo blanco con opacidad */
}

.btn-credit-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.def-btn-credito {
  width: 100%;
  margin-top: -1px;
  border-radius: 15px;
  color: white;
  outline: none;
  border: 1px solid #008E3D;
  background-color: #00B550;
  background-image: linear-gradient(to bottom, #00B550, #008E3D);
  opacity: 1; /* Asegúrate de que el botón no tenga opacidad */
  z-index: 999;
}

.def-btn-credito:hover {
  background-image: linear-gradient(to bottom, #02a74c, #005726);
  color:white;
}

.imgSolDesk {
  height: auto;
  max-height: 450px;
  width: 100%;
  object-fit: contain;
}

.btn-filter-index:hover {
  background-image: linear-gradient(to bottom, #1688cf, #0665b3);
}

.btn-filter-mobile-index {
  font-size: 18px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  color: white;
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  border: 1px solid #003e72;
  background-color: #00457D;
  background-image: linear-gradient(to bottom, #007dcc, #005aa6);
  font-family: 'open-sans', sans-serif;
  font-weight: 800;
}

.btn-filter-mobile-index:hover {
  background-image: linear-gradient(to bottom, #1688cf, #0665b3);
}

@media (min-width: 769px) {
  .arrow-fluid {
    width: 40px;
    height: 30px;
  }
}

@media (max-width: 768px) {
  .arrow-fluid {
    width: 20px;
    height: 15px;
  }
}

.style-select {
  border-top-left-radius: 15px !important;
  border-bottom-left-radius: 15px !important;
}

.label-select {
  top: 5px;
  left: 15px;
  font-size: 15px;
}

.label-select select {
  font-size: 17px;
}

.label-select-mobile {
  top: 5px;
  left: 15px;
  font-size: 10px;
}

.bg-transparen {
  background-color: transparent;
}

.test ::after {
  align-items: start;
  text-align: start;
}

.caontainer-menu-footer {
  align-items: flex-start;
  width: 100%;
}

.navbar-nav-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  justify-content: space-around;
}

#footer-menu>li {
  list-style: none;
}

.container-text-footer {
  padding-left: 350px;
  padding-right: 110px;
}

.card-header {
  border-bottom: none;
}

.card {
  background-color: #F4F3F3;
}

.card-sucursales {
  min-height: 320px;
}

.form-control {
  height: 60px;
  color: #AFAFAF;
  background-color: #F4F3F3;
  border: none;
  border-radius: 20px;
}

.form-control::placeholder {
  color: #AFAFAF;
}

.md-textarea {
  height: 280px !important;
}

.bg-btnEnviar {
  background: rgb(180, 17, 47);
  background: -moz-linear-gradient(180deg, rgba(180, 17, 47, 1) 0%, rgba(139, 13, 36, 1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(180, 17, 47, 1) 0%, rgba(139, 13, 36, 1) 100%);
  background: linear-gradient(180deg, rgba(180, 17, 47, 1) 0%, rgba(139, 13, 36, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b4112f", endColorstr="#8b0d24", GradientType=1);
  border-radius: 15px;
  padding: 0.5rem 4rem;
}

.fs-16 {
  font-size: 16px;
}

.card-header {
  background-color: transparent;
}

.finTitle {
  font-size: clamp(20px, 4vw, 25px);
}

.suc1>i {
  margin: 8px 0px;
}


.border-div {
  border-right: 2px solid #aeaeae;
}

.contain-title-suc {
  align-items: flex-end;
  justify-content: space-between;
}

.format-title-suc {
  border-bottom: 3px solid #aeaeae;
  width: 100%;
}

.down {
  cursor: pointer;
  transition: all 0.3s linear;
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.bg-blue {
  background-color: #00457d;
}

.bg-navbar {
  background: rgb(0, 65, 117);
  background: linear-gradient(0deg,
      rgba(0, 65, 117, 1) 0%,
      rgba(0, 88, 160, 1) 100%);
}

.car-details-container {
  background: rgb(0, 65, 117);
  background: linear-gradient(0deg,
      rgba(0, 65, 117, 1) 0%,
      rgba(0, 88, 160, 1) 100%);
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1350px;
  }
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 7px;
  margin-left: 0;
}


.swiper-button-next {
  position: absolute;
  right: 0% !important;
}


.swiper-button-prev {
  position: absolute;
  left: 0% !important;
}


.ribbon-css-big {
  font: 11px Lato, sans-serif;
  font-weight: normal;
  font-weight: 600;
  position: relative;
  left: -64px;
  top: 25px;
  width: 280px;
  color: #fff;
  -webkit-transform: rotate(338deg) !important;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.ribbon-css-big,
.ribbon-css-Ficha-big {
  text-transform: uppercase;
  text-align: center;
  -webkit-transform: rotate(320deg);
  -moz-transform: rotate(320deg);
  -ms-transform: rotate(320deg);
  -o-transform: rotate(320deg);
  padding: 7px 0;
}

/* CIERRE ETIQUETA SUGERIDOS */

/* ETIQUETA SEMIUSADOS */
.ribbon-wrapper-big {
  z-index: 900;
  width: 215px;
  height: 119px;
  overflow: hidden;
  position: absolute;
}