/*#region LISTADO */
.listado main {
  background-color: #fff;
}

.banner-busqueda-listado-dk .dropdown.show .svgdropdown {
  transform: translateY(-50%) rotate(180deg);
}

.banner-busqueda-listado-dk.cont-stiky {
  position: sticky;
  top: 5.5rem;
  /* z-index: 999; */
  z-index: 10;
  background-color: #fff;
  height: 60px;
}

.dropdown.show .dropdown-item svg {
  transform: rotate(0deg);
}

.contenedor-titulo-listado {
  /*display: flex;*/  
  margin: 22px 0 20px 0;
  /* margin: 10px 0 22px 0; */
  /* text-align: center; */
}

.contenedor-titulo-listado .container {
  padding: 0 16px;
  max-width: 1246px;
}

.contenedor-titulo-listado h1 {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 10px;
  color: #000000;
}

.contenedor-titulo-listado .subtile-nubetags {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #252627;
  margin-left: 16px;
}

.contenedor-titulo-listado p {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #383737;
  margin-bottom: 0;
}

.cont_banner-busqueda-listado-movile.cont-stiky {
  position: sticky;
  top: 3.5rem;
  z-index: 999;
  background-color: #fff;
  height: 56px;
  display: block;
}

.banner-busqueda-listado-dk.cont-stiky{
  display: none;
}


.banner-busqueda-listado-movile .container {
  /* padding: 0 16px; */
  padding: 7px 16px;
  background: #fff;
}

.banner-busqueda-listado-movile .container button {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.004em;
  background: #fff;
  box-sizing: border-box;
  border: 1.5px solid var(--azulCarsAndCars);
  border-radius: 8px;
  width: 100%;
  padding: 14px 16px;
  color: var(--primaryblue);
  text-align: left;
  margin-bottom: 0px;
  margin-top: 10px;
}

.banner-busqueda-listado-movile .container .button-search-listado-img {
  float: right;
}

.banner-busqueda-listado-dk {
  display: none;
}

.banner-busqueda-listado-dk .container {
  padding: 0 16px;
  max-width: 1201px;
  display: flex;
}

.banner-busqueda-listado-dk .container .button-search-listado-dk,
.banner-busqueda-listado-dk .container .link {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  background: #fff;
  box-sizing: border-box;
  border: 1.5px solid var(--azulCarsAndCars);
  border-radius: 8px;
  width: 100%;
  max-width: 192px;
  padding: 18px;
  color: var(--primaryblue);
  text-align: left;
  margin-bottom: 0px;
  height: 54px;
}

.banner-busqueda-listado-dk .container .button-search-listado-dk-img {
  float: right;
}

.banner-busqueda-listado-dk .search-options-dk {
  display: flex;
  width: 100%;
}

.banner-busqueda-listado-dk .contenedor-filtros {
  display: flex;
  width: 100%;
}

.banner-busqueda-listado-dk .desp-search {
  width: 100%;
  margin-right: 24px;
}

.banner-busqueda-listado-dk .dropdown {
  width: 100%;
  border: #CCD7EA solid 1.5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.banner-busqueda-listado-dk .dropdown .busqueda-listado-boton,
.banner-busqueda-listado-dk .dropdown .link {
  position: relative;
  outline: none;
  width: 100%;
  background: white;
  border-radius: 99px;
  border: none;
  padding: 8px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 52px;
  max-width: 192px;
}

.banner-busqueda-listado-dk .dropdown .busqueda-listado-boton .nombre {
  font-size: 14px;
  line-height: 17px;
  color: var(--azul);
}

.banner-busqueda-listado-dk .dropdown .busqueda-listado-boton:disabled .nombre {
  opacity: 0.7;
}

.banner-busqueda-listado-dk .desp-search .seleccion ,
.banner-busqueda-listado-dk .dropdown .busqueda-listado-boton .seleccion {
  font-family: 'DM Sans';
  font-style: normal;
  /* font-weight: 400; */
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: var(--textoGris2) !important;
  opacity: 0.7;
}

.banner-busqueda-listado-dk .dropdown .busqueda-listado-boton .seleccion-sel {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #252627;
}

.banner-busqueda-listado-dk .dropdown .busqueda-listado-boton:disabled .seleccion {
  opacity: 0.7;
}

.banner-busqueda-listado-dk .dropdown .busqueda-listado-boton svg {
  width: 10px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  fill: var(--azulCarsAndCars);
}

.banner-busqueda-listado-dk .dropdown .busqueda-listado-boton:disabled svg {
  opacity: 0.7;
}

.banner-busqueda-listado-dk .dropdown-menu {
  min-width: 100%;
  width: 255px;
  max-height: 270px;
  margin-top: 15px;
  z-index: 10;
  overflow-y: hidden;
  background: #FFFFFF;
  border-radius: 10px;
  border: 0;
  box-shadow: 1px 5px 18px -2px rgb(1 53 149 / 15%);
}

.banner-busqueda-listado-dk .dropdown-menu .dropdown-item {
  cursor: pointer;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ADAAA9;
  margin: 5px 0px;
  padding: 5px 15px;
}

.banner-busqueda-listado-dk .dropdown-menu .dropdown-item.activo {
  background-color: #F4F8FF;
  color: #252627;
}

.banner-busqueda-listado-dk .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
}

.banner-busqueda-listado-dk .dropdown-menu .dropdown-item img {
  width: 23px;
  height: 23px;
  margin-left: 6px;
}

.banner-busqueda-listado-dk .dropdown-menu .dropdown-item svg {
  width: 32px;
  height: 22px;
  fill: #CCD7EA;
}

.banner-busqueda-listado-dk .dropdown-menu .dropdown-item p {
  margin-bottom: 0;
  margin-left: 16px;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

/*#region DESPLEGABLE PRECIO */
/* .banner-busqueda-listado-dk .desp-search .seleccion {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ADAAA9;
} */

.banner-busqueda-listado-dk .desp-search .collapse {
  position: absolute;
  z-index: 100;
  margin-top: 12px;
}

.banner-busqueda-listado-dk .desp-search .collapse .card {
  background: #FFFFFF;
  box-shadow: 1px 5px 18px -2px rgba(1, 53, 149, 0.15);
  border-radius: 10px;
  border: 0;
}

.banner-busqueda-listado-dk .desp-search .collapse .card-body {
  padding: 24px;
  width: 405px;
}

.banner-busqueda-listado-dk .desp-search .collapse .card .separador {
  border-bottom: 1px solid #E6EBF4;
  margin-top: 23px;
  margin-bottom: 19px;
}

.banner-busqueda-listado-dk .desp-search .collapse .card-body label,
#ModalDK .modal-body label {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #383737;
}

.banner-busqueda-listado-dk .desp-search .collapse .card-body input[type=text],
.banner-busqueda-listado-dk .desp-search .collapse .card-body input[type=number],
#ModalDK .modal-body input[type=text],
#ModalDK .modal-body input[type=number] {
  width: 100%;
  height: 52px;
  border: #CCD7EA solid 1.5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #252627;
  padding: 0 16px;
}

.banner-busqueda-listado-dk .desp-search .collapse .card-body input[type=text]:focus,
.banner-busqueda-listado-dk .desp-search .collapse .card-body input[type=number]:focus #ModalDK .modal-body input[type=text]:focus,
#ModalDK .modal-body input[type=number]:focus {
  border: var(--azulCarsAndCars) solid 1.5px;
  outline: none;
}

#ModalDK .container {
  padding: 0;
}

.banner-busqueda-listado-dk .desp-search .collapse .card-body .form-search-listado-buttons {
  display: flex;
  margin-left: auto;
  margin-top: 24px;
}

.banner-busqueda-listado-dk .desp-search .collapse .card-body .form-search-listado-buttons1 button {
  border: 0;
  text-decoration: underline;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 8px;
  width: 100%;
  max-width: 192px;
  padding: 9px 19px;
  color: var(--primaryblue);
  text-align: left;
  margin-bottom: 0px;
  height: 34px;
}

.banner-busqueda-listado-dk .desp-search .collapse .card-body .form-search-listado-buttons2 button {
  background-color: var(--azulCarsAndCars);
  color: #fff;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  box-sizing: border-box;
  border: 1.5px solid var(--azulCarsAndCars);
  border-radius: 8px;
  width: 100%;
  max-width: 192px;
  padding: 9px 19px;
  text-align: left;
  margin-bottom: 0px;
  height: 34px;
}

.banner-busqueda-listado-dk .desp-search .collapse .card .form-titulo-ext-categorias {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.banner-busqueda-listado-dk .desp-search .collapse .card .desplegables-search3 {
  position: relative;
  display: flex;
  margin-top: 19px;
}

.banner-busqueda-listado-dk .desp-search .collapse .card .desplegables-search3 .desp-search-precio-min {
  width: 50%;
  padding-right: 8px;
}

.banner-busqueda-listado-dk .desp-search .collapse .card .desplegables-search3 .desp-search-precio-max {
  width: 50%;
  padding-left: 8px;
}

.banner-busqueda-listado-dk .desp-search .collapse .card .desplegables-search-extendido {
  padding: 0;
}

.banner-busqueda-listado-dk .desp-search .collapse .card .desplegables-search-ext {
  position: relative;
  display: flex;
  margin-top: 19px;
}

.banner-busqueda-listado-dk .desp-search .collapse .card .desplegables-search-ext .desp-search-ext-izq {
  width: 50%;
  padding-right: 8px;
}

.banner-busqueda-listado-dk .desp-search .collapse .card .desplegables-search-ext .desp-search-ext-der {
  width: 50%;
  padding-left: 8px;
}

.banner-busqueda-listado-dk .desp-search .collapse .card .form-search-finan {
  padding-top: 30px;
}

.banner-busqueda-listado-dk .desp-search .collapse .card .form-search-finan .cont-search-finan {
  position: relative;
  display: flex;
  width: 100%;
  background: linear-gradient(200.17deg, #CFD5E0 -25.52%, #FAFAFA 120.09%), linear-gradient(0deg, #091E3A -100%, #091F3B -75.51%, #0A223F -55.59%, #0C2746 -39.52%, #0D2D4E -26.61%, #103558 -16.15%, #123E64 -7.45%, #154870 0.2%, #18537E 7.5%, #1B5E8C 15.14%, #1E699B 23.85%, #2174AA 34.3%, #247FB8 47.21%, #278AC6 63.28%, #2A95D4 83.21%, #2D9EE0 107.69%);
  box-shadow: 2px 2px 13px 2px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 8px 8px 8px 8px;
  align-items: center;
}

.banner-busqueda-listado-dk .desp-search .collapse .card .form-search-finan .cont-search-finan .search-finan-img .fin-img {
  border-radius: 4px;
  width: 41px;
  height: 41px;

}

.banner-busqueda-listado-dk .desp-search .collapse .card .form-search-finan .search-finan-text {
  margin-left: 16px;
  align-self: center;
  width: 100%;
  height: 41px;
}

.banner-busqueda-listado-dk .desp-search .collapse .card .form-search-finan .search-finan-text .search-finan-text-content p {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #252627;
}

.banner-busqueda-listado-dk .desp-search .collapse .card .form-search-finan .search-finan-enlace {
  color: var(--primaryblue);
  text-align: right;
  width: 100%;
  max-width: 20%;
  padding-right: 5px;
}

.banner-busqueda-listado-dk .desp-search .collapsing {
  -webkit-transition: none;
  transition: none;
}

/*.t-l-dk{
  display: none;
}*/
.t-l-mv {
  display: block;
}

.not-v {
  display: none;
}


.contenedor_sinStock {
  /* border: 1px solid red; */
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  color: var(--azulCarsAndCars);

  padding: 15px 11px;
  background: rgba(164, 197, 255, 0.4);
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.sin_stock_titulo {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 12px;
  font-weight: bold;
}

.sin_stock_text {
  font-size: 15px;
  line-height: 19px;
  max-width: 550px;
}

/*#endregion DESPLEGABLE PRECIO */

@media (min-width:1200px) {
  .banner-busqueda-listado-dk.cont-stiky{
    display: block;
  }

  .cont_banner-busqueda-listado-movile.cont-stiky{
    display: none;
  }
  

  /*.t-l-dk{
    display: block;
  }*/
  .t-l-mv {
    display: none;
  }

  .contenedor-titulo-listado {
    margin-bottom: 39px;
    margin-top: 40px;
  }

  .contenedor-titulo-listado .container {
    padding: 0;
  }

  .contenedor-titulo-listado h1 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 24px;
  }

  .contenedor-titulo-listado .subtile-nubetags {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    margin-left: 0;
    text-align: center;
  }

  .contenedor-titulo-listado p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
  }
}

@media (min-width:1400px) {
  .banner-busqueda-listado-dk .container {
    max-width: 1246px;
  }
}

/*#region MODAL BUSQUEDA MV */

.form-search-listado .dropdown.show .svgdropdown {
  transform: translateY(-50%) rotate(180deg);
}

.search-modal-mv .fade {
  transition: margin-left .5s linear;
}

.search-modal-mv .modal.fade .modal-dialog {
  transform: translate(0, 0px);
}

.search-modal-mv .fade:not(.show) {
  margin-left: 100%;
  opacity: 1;
}

.search-modal-mv .modal-dialog {
  margin: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
}


.search-modal-mv .modal {
  overflow: hidden;
  background: rgba(1, 53, 149, 0.5);
}

.modal-backdrop {
  background-color: transparent;
  position: unset !important;
}

.search-modal-mv .bg-modal-search {
  background: rgba(1, 53, 149, 0.5);
  margin-top: 88px;
}

.search-modal-mv .modal-content {
  height: 100%;
  border-radius: 10px;
  border: 0;
}

.search-modal-mv .modal-body {
  overflow-y: auto;
  padding: 0;
  padding-bottom: 112px;
}

.search-modal-mv .modal-body::-webkit-scrollbar {
  display: none;
}

.search-modal-mv .modal-footer>* {
  margin: 0;
}

.search-modal-mv .modal-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
  border: none;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 1px 5px 18px -2px rgba(1, 53, 149, 0.15);
  padding: 15px 16px;
}

.search-modal-mv .modal-open .modal {
  overflow-y: hidden;
}

.search-modal-mv .modal-header {
  border: 0;
  padding: 0;
}

.search-modal-mv .modal-header .form-titulo-ext-categorias {
  color: #1C1C1C;
}

.search-modal-mv .modal-header .form-titulo-ext {
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 42px;
  cursor: pointer;
}

.search-modal-mv .modal-header .form-titulo-ext h4 {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #252627;
}

.search-modal-mv .modal-header .form-titulo-ext img {
  margin-right: 12px;
  transform: rotate(180deg);
}

.search-modal-mv .form-search-listado-buttons {
  position: relative;
  display: flex;
}

.search-modal-mv button {
  border: 0 solid;
  flex-direction: row;
  justify-content: center;
  align-items: center;

  border-radius: 8px;
  color: #99AED5;

}

.search-modal-mv .form-search-listado-buttons1 {
  width: 100%;
}

.search-modal-mv .form-search-listado-buttons2 {
  width: 100%;
  text-align: right;
}

.search-modal-mv .form-search-button-limpiar {
  background: #F4F8FF;
  width: 164px;
  height: 52px;
  color: var(--azulCarsAndCars);
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 14px;
}

.search-modal-mv .form-search-button-buscar {
  background: var(--azulCarsAndCars);
  width: 164px;
  height: 52px;
  color: #fff;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  /* or 100% */

  text-align: center;
  letter-spacing: -0.004em;
}

.search-modal-mv .form-search-button-buscar p {
  margin-bottom: 0;
}

.search-modal-mv .form-search-button-limpiar:hover {
  background: #E4EEFF;
  color: var(--azulCarsAndCars);
}

.search-modal-mv .form-search-button-buscar:hover {
  background: var(--azulCarsAndCars);
  color: #fff;
}

/*#region DESPLEGABLE SEARCH*/
.form-search-listado .container h5 {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1C1C1C;
  margin: 17px;
  padding-top: 10px;
}

.form-search-listado {
  top: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  z-index: 1001;
  background: #FFFFFF;
  border-radius: 10px;
  padding-bottom: 25px;
  padding-top: 1px;
}

.form-search-listado .container {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0px;
  display: inline;
  background: #FFFFFF;
}

.form-search-listado .container .icons-carroceria .check-carrocerias ul {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  overflow: scroll;
  width: 100%;
  padding-left: 16px;
}

.form-search-listado .container .icons-carroceria .check-carrocerias ul::-webkit-scrollbar,
.form-search-listado .container .icons-carroceria .check-carrocerias ul::-moz-scrollbar {
  display: none;
}

.form-search-listado .container .icons-carroceria .check-carrocerias ul li {
  position: relative;
  list-style: none;
  text-align: center;
  margin-right: 8px;
}

.form-search-listado .container .icons-carroceria .check-carrocerias label {
  position: relative;
  cursor: pointer;
}

.form-search-listado .container .icons-carroceria .check-carrocerias input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.form-search-listado .container .icons-carroceria .check-carrocerias input[type="checkbox"]:checked~.icon-box {
  background: #E4EEFF;
  border: 1.5px solid var(--azulCarsAndCars);
  box-sizing: border-box;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  color: var(--primaryblue);
}

.form-search-listado .container .icons-carroceria .check-carrocerias .icon-box {
  padding: 8px;
  width: 83px;
  height: 76px;
  background: #fff;
  justify-content: center;
  align-items: center;
  border: 1.5px solid #CCD7EA;
  border-radius: 8px;
  color: #898F99;
}

.form-search-listado .container .icons-carroceria .check-carrocerias .icon-box img {
  text-align: center;
}

.form-search-listado .container .icons-carroceria .check-carrocerias .icon-box p {
  margin-top: 8px;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}

.form-search-listado .container .desplegables-search1 {
  position: relative;
  display: flex;
  margin-top: 30px;
}

.form-search-listado .container .desplegables-search1 .desp-search-marca {
  width: 50%;
  padding-left: 16px;
  padding-right: 8px;
}

.form-search-listado .container .desplegables-search1 .desp-search-modelo {
  width: 50%;
  padding-left: 8px;
  padding-right: 16px;
}

.form-search-listado .container .desplegables-search1 .desp-search-marca select,
.form-search-listado .container .desplegables-search1 .desp-search-modelo select {
  width: 100%;
  margin-bottom: 24px;
}

.form-search-listado .container .desplegables-search2 {
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 30px;
}

.form-search-listado .container .desplegables-search3 {
  position: relative;
  display: flex;
  margin-top: 30px;
}

.form-search-listado .container .desplegables-search3 .desp-search-precio-min {
  width: 50%;
  padding-left: 16px;
  padding-right: 8px;
}

.form-search-listado .container .desplegables-search3 .desp-search-precio-max {
  width: 50%;
  padding-left: 8px;
  padding-right: 16px;
}

.form-search-listado .container input[type=text],
.form-search-listado .container input[type=number] {
  width: 100%;
  height: 52px;
  border: #CCD7EA solid 1.5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #252627;
  padding: 0 16px;
}

.form-search-listado .container input[type=text]:focus,
.form-search-listado .container input[type=number]:focus {
  outline: none;
  border: var(--azulCarsAndCars) solid 1.5px;
}

/*DESPLEGABLE EXTENDIDO*/
.form-search-listado .container .form-titulo-ext-categorias {
  color: #1C1C1C;
}

.form-search-listado .container .form-titulo-ext {
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 42px;
}

.form-search-listado .container .form-titulo-ext h4 {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #252627;
}

.form-search-listado .container .form-titulo-ext img {
  margin-right: 12px;
  transform: rotate(180deg);
}

.form-search-listado .container .separador {
  border-bottom: 1px solid #E6EBF4;
  margin-left: 16px;
  margin-right: 16px;
  margin-top: 30px;
}

.form-search-listado .container .desplegables-search-extendido {
  padding: 0 16px;
}

.form-search-listado .container .desplegables-search-ext {
  position: relative;
  display: flex;
  margin-top: 10px;
}

.form-search-listado .container .desplegables-search-ext .desp-search-ext-izq {
  width: 50%;
  padding-right: 8px;
}

.form-search-listado .container .desplegables-search-ext .desp-search-ext-der {
  width: 50%;
  padding-left: 8px;
}

.form-search-listado .container .desplegables-search-extendido .iva-ded {
  align-items: center;
}

.form-search-listado .container .desplegables-search-extendido .iva-ded label {
  margin-bottom: 0;
}

.form-search-listado .container .desplegables-search-extendido .iva-ded h5 {
  padding-top: 0;
  margin: 0;
}

.form-search-listado .container .desplegables-search-extendido .iva-ded .desp-search-ext-der {
  text-align: end;
}

/* Swich */
.form-search-listado .container .desplegables-search-ext .switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 24px;
}

.form-search-listado .container .desplegables-search-ext .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.form-search-listado .container .desplegables-search-ext .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #CDD6E6;
  -webkit-transition: .4s;
  transition: .4s;
}

.form-search-listado .container .desplegables-search-ext .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.form-search-listado .container .desplegables-search-ext input:checked+.slider {
  background-color: var(--azulCarsAndCars);
}

.form-search-listado .container .desplegables-search-ext input:focus+.slider {
  box-shadow: 0 0 1px var(--azulCarsAndCars);
}

.form-search-listado .container .desplegables-search-ext input:checked+.slider:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}

/* Rounded sliders */
.form-search-listado .container .desplegables-search-ext .slider.round {
  border-radius: 12px;
}

.form-search-listado .container .desplegables-search-ext .slider.round:before {
  border-radius: 50%;
}

/* Swich */

.form-search-listado .container .desplegables-search-extendido p {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--textoGris2);
  margin: 0;
}

/* Checkbox */
.form-search-listado .container .desplegables-search-extendido .checkcars {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.form-search-listado .container .desplegables-search-extendido .checkcars input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.form-search-listado .container .desplegables-search-extendido .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 15px;
  width: 15px;
  border: 2px solid #CDD6E6;
  border-radius: 3px
}

.form-search-listado .container .desplegables-search-extendido .imgamb {
  width: 36px;
  height: 36px;
}

/* On mouse-over, add a grey background color */
.form-search-listado .container .desplegables-search-extendido .checkcars:hover input~.checkmark {
  background-color: #CDD6E6;
}

/* When the checkbox is checked, add a blue background */
.form-search-listado .container .desplegables-search-extendido .checkcars input:checked~.checkmark {
  background-color: var(--azulCarsAndCars);
  border: 2px solid var(--azulCarsAndCars);
}

/* Create the checkmark/indicator (hidden when not checked) */
.form-search-listado .container .desplegables-search-extendido .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.form-search-listado .container .desplegables-search-extendido .checkcars input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.form-search-listado .container .desplegables-search-extendido .checkcars .checkmark:after {
  left: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.form-search-listado .container .form-amb input {
  display: none;
}

.form-search-listado .container .form-amb .checkamb {
  background-position: center;
  background-size: auto 100%;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  margin-bottom: 0;
  opacity: 0.4;
  border-radius: 50%;
  background-color: rgba(180, 180, 180, 0.25);
  box-shadow: 0px 4px 12px rgba(180, 180, 180, 0.25);
}

.form-search-listado .container .form-amb input:checked+.checkamb {
  opacity: 1;
  border-radius: 50%;
  background-color: var(--azulCarsAndCars);
}

.form-search-listado .container .form-amb #imgamb0 {
  background-image: url(/public/icon/ambiental/0.png);
}

.form-search-listado .container .form-amb #imgambeco {
  background-image: url(/public/icon/ambiental/eco.png);
}

.form-search-listado .container .form-amb #imgambc {
  background-image: url(/public/icon/ambiental/0.png);
}

.form-search-listado .container .form-amb #imgambb {
  background-image: url(/public/icon/ambiental/b.png);
}

/* Checkbox */

.form-search-listado .container .desplegables-search-extendido .despl-check {
  display: flex;
  margin-top: 18px;
}

.form-search-listado .container .form-amb .despl-check {
  margin-right: 34px;
  margin-top: 0;
}

/* FIN DESPLEGABLE EXTENDIDO */
.form-search-listado .container .desp-change {
  display: block;
}

.form-search-listado .container .desp-change2 {
  display: none;
}

.form-search-listado .container .desplegables-search2 .desp-search-combustible select {
  width: 100%;
}

.form-search-listado .container select {
  list-style: none;
  border: 1.5px solid #CCD7EA;
  padding: 19px 46px;
  border-radius: 8px;
  color: #ADAAA9;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('/public/icon/arrow-right.svg');
  background-color: #fff;
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;

}

.form-search-listado .container select::-ms-expand {
  display: none;
}

.form-search-listado .container select:focus {
  color: black;
}

.form-search-listado .container button {
  height: 52px;
}

.form-search-listado .icons-carroceria .selects {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.form-search-listado .icons-carroceria .dropdown {
  width: 100%;
  border: #CCD7EA solid 1.5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.form-search-listado .icons-carroceria .dropdown button {
  position: relative;
  outline: none;
  width: 100%;
  background: white;
  border: none;
  padding: 8px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.form-search-listado .icons-carroceria .dropdown button .nombre {
  font-size: 14px;
  line-height: 17px;
  color: var(--azul);
}

.form-search-listado .icons-carroceria .dropdown button:disabled .nombre {
  opacity: 0.7;
}

.form-search-listado .icons-carroceria .dropdown button .seleccion {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ADAAA9;
}

.form-search-listado .icons-carroceria .dropdown button .seleccion-sel {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #252627;
}

.form-search-listado .icons-carroceria .dropdown button:disabled .seleccion {
  opacity: 0.7;
}

.form-search-listado .icons-carroceria .show button svg {
  transform: translateY(-50%) rotate(180deg);
}

.form-search-listado .icons-carroceria .dropdown button svg {
  width: 10px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  fill: var(--azulCarsAndCars);
}

.form-search-listado .icons-carroceria .dropdown button:disabled svg {
  opacity: 0.7;
}

.form-search-listado .icons-carroceria .dropdown-menu {
  min-width: 100%;
  margin-top: 15px;
  max-height: 270px;
  overflow-y: auto;
  background: #FFFFFF;
  border-radius: 10px;
  border: 0;
  box-shadow: 1px 5px 18px -2px rgb(1 53 149 / 15%);
}

.form-search-listado .desp-search-marca .dropdown-menu,
.form-search-listado .desp-search-precio-min .dropdown-menu,
.form-search-listado .desp-search-ext-izq .dropdown-menu {
  width: calc(200% + 20px);
}

.form-search-listado .desp-search-modelo .dropdown-menu,
.form-search-listado .desp-search-precio-max .dropdown-menu,
.form-search-listado .desp-search-ext-der .dropdown-menu {
  width: calc(200% + 20px);
  margin-left: calc(-100% - 20px);
}

.form-search-listado .icons-carroceria .dropdown-menu .dropdown-item {
  cursor: pointer;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ADAAA9;
  height: 40px;
  padding: 5px 15px;
}

.form-search-listado .icons-carroceria .dropdown-menu .dropdown-item.activo {
  background-color: #E4EEFF;
  ;
  color: #252627;
}

#ModalDK .form-search-listado .icons-carroceria .dropdown-menu .dropdown-item:hover {
  background-color: #E4EEFF;
  ;
}

.form-search-listado .form-search-finan {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 30px;
}

.form-search-listado .form-search-finan .cont-search-finan {
  position: relative;
  display: flex;
  width: 100%;
  background: linear-gradient(200.17deg, #CFD5E0 -25.52%, #FAFAFA 120.09%), linear-gradient(0deg, #091E3A -100%, #091F3B -75.51%, #0A223F -55.59%, #0C2746 -39.52%, #0D2D4E -26.61%, #103558 -16.15%, #123E64 -7.45%, #154870 0.2%, #18537E 7.5%, #1B5E8C 15.14%, #1E699B 23.85%, #2174AA 34.3%, #247FB8 47.21%, #278AC6 63.28%, #2A95D4 83.21%, #2D9EE0 107.69%);
  box-shadow: 2px 2px 13px 2px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 8px 8px 8px 8px;
  margin-bottom: 13px;
}

.form-search-listado .form-search-finan .cont-search-finan .search-finan-img .fin-img {
  border-radius: 8px;
  width: 80px;
  height: 80px;

}

.form-search-listado .form-search-finan .search-finan-text {
  margin-left: 16px;
  align-self: center;
  width: 100%;
}

.form-search-listado .form-search-finan .search-finan-text .search-finan-text-content p {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #252627;
}

.form-search-listado .form-search-finan .search-finan-enlace {
  color: var(--primaryblue);
  text-align: right;
  width: 100%;
  max-width: 20%;
  padding-top: 25px;
  padding-right: 5px;
}

.form-search-listado .container .form-search-listado-buttons {
  position: relative;
  display: flex;
  margin-top: 48px;
}

.form-search-listado .container button {
  border: 0 solid;
  flex-direction: row;
  justify-content: center;
  align-items: center;

  border-radius: 8px;
  color: #99AED5;

}

.form-search-listado .container .form-search-listado-buttons1 {
  width: 100%;
  padding-left: 16px;
  padding-right: 8px;
}

.form-search-listado .container .form-search-listado-buttons2 {
  width: 100%;
  padding-left: 8px;
  padding-right: 16px;
}

.form-search-listado .container .form-search-button-limpiar {
  background: #F4F8FF;
  width: 100%;
}

.form-search-listado .container .form-search-button-buscar {
  background: #E6EBF4;
  width: 100%;
}

.form-search-listado .container .form-search-button-limpiar:hover {
  background: #E4EEFF;
  color: var(--azulCarsAndCars);
}

.form-search-listado .container .form-search-button-buscar:hover {
  background: var(--azulCarsAndCars);
  color: #fff;
}

.form-search-listado .container .carrocerias {
  height: 93px;
  display: flex;
  grid-column-gap: 8px;
  overflow-x: scroll;
  overflow-y: hidden;
  padding: 0 0 0 16px;
  color: #898F99;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

.form-search-listado .container .carrocerias .sin-opcion {
  outline: none;
  color: #898F99;
  border: 1.5px solid #CCD7EA;
  border-radius: 8px;
  background-color: transparent;
  min-width: 83px;
  min-height: 76px;
}

.form-search-listado .container .carrocerias .sin-opcion.activa {
  background: #E4EEFF;
  border: 1.5px solid var(--azulCarsAndCars);
  color: #383737;
}

.form-search-listado .container .carrocerias .sin-opcion img {
  margin-top: 15px;
}

.form-search-listado .container .carrocerias .sin-opcion .texto {
  margin-top: 10px;
}

.form-search-listado .container .carrocerias .carroceria {
  min-width: 83px;
  min-height: 76px;
  border: 1.5px solid #CCD7EA;
  border-radius: 8px;
  background-color: transparent;
  padding: 0;
}

.form-search-listado .container .carrocerias .carroceria img {
  width: 50px;
  margin-top: 10px;
  height: 24px;
  opacity: 0.3;
}

.form-search-listado .container .carrocerias .carroceria.activa {
  background: #E4EEFF;
  border: 1.5px solid var(--azulCarsAndCars);
  border-radius: 5px;
}

.form-search-listado .container .carrocerias .carroceria.activa img {
  opacity: 1;
}

.form-search-listado .container .carrocerias .carroceria svg {
  width: 36px;
  height: 17px;
  margin-top: 20px;
  fill: #CCD7EA;
  ;
}

.form-search-listado .container .carrocerias .carroceria .texto {
  color: #898F99;
  margin-top: 10px;
}

.form-search-listado .container .carrocerias .carroceria.activa .texto {
  color: #383737;
}

.form-search-listado .container .distintivos {
  display: flex;
  overflow-x: scroll;
  grid-column-gap: 34px;
  padding: 0;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 11.2px;
  line-height: 11px;
  color: #383737;
  text-align: center;
  letter-spacing: 0.28px;
  height: 110px;

}

.form-search-listado .container .distintivos .sin-opcion {
  outline: none;
  margin: auto;
  border-radius: 25px;
  background-color: transparent;
  height: 62px;
  width: 62px;
  color: #383737;
}

.form-search-listado .container .distintivos .sin-opcion.activa {
  color: #383737;
  border: none;
}

.form-search-listado .container .distintivos .sin-opcion img {
  width: 60px;
}

.form-search-listado .container .distintivos .sin-opcion .texto {
  margin-top: 10px;
}

.form-search-listado .container .distintivos .distintivo {
  padding: 0;
  opacity: 0.4;
  border: 2px solid transparent;
  box-shadow: 0px 4px 12px rgb(180 180 180 / 25%);
  outline: none;
  margin: auto;
  border-radius: 25px;
  background-color: transparent;
  height: 62px;
  width: 62px;

}

.form-search-listado .container .distintivos .distintivo.activa {
  background-color: var(--azul);
  border-radius: 100%;
  opacity: 1;
  border: 1px solid var(--azulCarsAndCars);
  box-shadow: 0px 4px 12px rgba(180, 180, 180, 0.25);
}

.form-search-listado .container .distintivos .distintivo svg {
  text-align: center;
  align-items: center;
  height: 58px;
  width: 58px;
}


/*#endregion DESPLEGABLE SEARCH*/

/*#endregion MODAL BUSQUEDA MV */

.filtros-seleccion {
  display: flex;
  width: 100%;
}

.filtros-seleccion .container {
  padding: 0 16px;
  max-width: 1201px;
  display: flex;
}

@media (min-width:1400px) {
  .filtros-seleccion .container {
    max-width: 1246px;
  }
}

/*#region FILTROS ACTIVOS LISTADO*/

.filtros-seleccion .contenedor-filtros-activos-listado {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  overflow-x: auto;
  padding-right: 0px;
}

.filtros-seleccion .contenedor-filtros-activos-listado::after {
  content: '';
  position: absolute;
  right: 50px;
  width: 100px;
  height: 54px;
  /* background: linear-gradient(90deg, transparent, white); */
}

.filtros-seleccion .contenedor-filtros-activos-listado .filtro {
  outline: none;
  /* margin: 10px 4px 4px 4px; */
  margin: 4px ;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: rgba(164, 197, 255, 0.4);
  border-radius: 4px;
  padding: 8px;
  border: none;
}

.filtros-seleccion .contenedor-filtros-activos-listado .filtro .texto {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--azulCarsAndCars);
  margin-right: 8px;
  white-space: nowrap;
}

.filtros-seleccion .contenedor-filtros-activos-listado .filtro svg {
  fill: var(--azul);
  width: 11px;
  height: 11px;
}

.filtros-seleccion .contenedor-filtros-activos-listado .borrar-filtros {

  text-decoration-line: underline;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--azulCarsAndCars);
  background-color: transparent;
  padding: 0 10px;
  border: none;
  outline: none;
  white-space: nowrap;
}

.filtros-seleccion .btmenu {
  width: 40px;
  height: 40px;
  padding: 0;
  margin-top: 14px;
  background-image: url(/icon/menu-filters.svg);
  background-size: 28px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  border: 0;
}

.mostrar {
  display: none;
}

.filtros-seleccion .contenedor-filtros-activos-listado .filtro~.mostrar {
  display: block;
  /* margin-top: 20px; */
}

#clearfiltermdk {
  display: none;
}

@media (min-width: 1200px) {
  .filtros-seleccion .btmenu {
    display: none;
  }

  #clearfiltermv {
    display: none;
  }

  .filtros-seleccion .container {
    margin-top: 20px;
  }

  #clearfilterdk {
    display: block;
    background-image: url(/public/icon/Delete-comp.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
    width: 36px;
    height: 36px;
    border: 1.5px solid var(--azulCarsAndCars);
  }

  #clearfilterdk:hover {
    background: var(--azulCarsAndCars);
    background-image: url(/public/icon/Delete-comp-w.svg);
    background-repeat: no-repeat;
    background-position: center;
    border: 1.5px solid var(--azulCarsAndCars);
    color: #fff;
  }

  #clearfilterdk:active {
    background: #F4F8FF;
    background-image: url(/public/icon/Delete-comp.svg);
    background-repeat: no-repeat;
    background-position: center;
    color: var(--primaryblue);
  }

  .filtros-seleccion .contenedor-filtros-activos-listado .filtro {
    margin: 10px 8px 4px 8px;
  }

  .filtros-seleccion .contenedor-filtros-activos-listado .filtro:first-child {
    margin: 10px 8px 4px 0px;
  }

  .filtros-seleccion .contenedor-filtros-activos-listado .filtro~.mostrar {
    margin: 10px 8px 4px 8px;
  }

  .filtros-seleccion .contenedor-filtros-activos-listado::after {
    display: none;
  }

  /*.filtros-seleccion{
    display: none;
  }*/
}

/*#endregion*/


.contenedor-ordenar {
  display: flex;
  margin-top: 25px;
}

.contenedor-ordenar .container {
  padding: 0 16px;
  max-width: 1201px;
}

.contenedor-ordenar .dropdown {
  width: 115px;
}

.contenedor-ordenar button {
  background: #fff;
  border: 0;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: var(--azulCarsAndCars);
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  padding: 0 5px;
  height: 20px;
}

.contenedor-ordenar button:hover {
  background: #fff;
  border: 0;
  color: var(--azulCarsAndCars);
  width: auto;
}

.contenedor-ordenar .dropdown.show button {
  border: 0;
  color: var(--azulCarsAndCars);
}

.contenedor-ordenar button svg {
  margin-left: 10px;
  width: 12px;
  height: 9px;
  fill: var(--azulCarsAndCars);
  position: static;
}

.contenedor-ordenar .dropdown.show .svgdropdown {
  transform: translateY(0%) rotate(180deg);
}

.contenedor-ordenar .dropdown-menu {
  min-width: 285px;
  max-height: 270px;
  margin-top: 15px;
  overflow-y: auto;
  background: #FFFFFF;
  border-radius: 10px;
  border: 0;
  box-shadow: 1px 5px 18px -2px rgb(1 53 149 / 15%);
}

.contenedor-ordenar .dropdown-menu .dropdown-item {
  cursor: pointer;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ADAAA9;
  height: 40px;
  padding: 5px 15px;
}

.contenedor-ordenar .dropdown-menu .dropdown-item.activo {
  background-color: #E4EEFF;
  ;
  color: var(--azulCarsAndCars);
}

.contenedor-ordenar .dropdown-menu .dropdown-item:hover {
  background-color: #E4EEFF;
  color: #252627;
}

.alert-compararlist a {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
}

.contenedor-ordenar .alert-compararlist {
  display: none;
  width: calc(100% + 32px);
  text-align: right;
  margin-bottom: 28px;
  height: 52px;
  align-items: center;
  background: #E6EBF4;
  margin-left: -16px;
  padding: 0 16px;
  }

.contenedor-ordenar .alert-compararlist a {
  margin-left: 10px;
}

.contenedor-ordenar .alert-compararlist img {
  display: none;
  width: 24px;
}

@media (min-width:1200px) {
  .contenedor-ordenar .container {
    display: flex;
    flex-direction: row-reverse;
    padding: 0 !important;
  }

  .contenedor-ordenar .btn-ordenar {
    width: 100%;
  }

  .contenedor-ordenar .btn-ordenar button, .contenedor-ordenar button:hover{
    width: max-content;
  }

  .contenedor-ordenar{
    margin-top: 0px;
  }

  .filtros-seleccion .container {
    margin-top: 10px;
    margin-bottom: 10px;
}
  
  .barra_stock_ordern{
    margin-top: 0;
  }

  .contenedor-ordenar .alert-compararlist {
    width: 17%;
    text-align: right;
    display: flex;
    margin-bottom: 0px;
    background: transparent;
    margin-left: 0;
    padding: 0;
    height: auto;
    justify-content: flex-end;
  }

  .contenedor-ordenar .alert-compararlist a {
    margin-left: 10px;
  }



  .contenedor-ordenar button {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }

  .contenedor-ordenar .dropdown {
    /* width: 140px; */
    width: fit-content;
    justify-content: flex-end;
    display: flex;
  }
}

/*#region ORDENES LISTADO*/
.contenedor-orden {
  display: none;
}

.contenedor-orden.abierto {
  display: block;
}

.contenedor-orden .fondo {
  background-color: black;
  opacity: 0.4;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1102;
}

.contenedor-orden .container-lg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1103;
}

.contenedor-orden .container-custom {
  overflow-y: auto;
  width: calc(100% + 30px);
  height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0px -15px;
}

.contenedor-orden .cerrar {
  align-self: flex-end;
  border: none;
  background-color: transparent;
  outline: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin: 15px 0px;
}

.contenedor-orden .cerrar svg {
  width: 20px;
  height: 20px;
  fill: var(--azul);
}

.contenedor-orden .filtro {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.contenedor-orden .filtro .titulo {
  margin-bottom: 30px;
  font-weight: 900;
  font-size: 18px;
  line-height: 23px;
  color: var(--h2Gris);
}

.contenedor-orden .filtro .ordenes {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.contenedor-orden .filtro .ordenes .orden {
  outline: none;
  border: none;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--fondo-azul);
}

.contenedor-orden .filtro .ordenes .orden:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border: none;
}

.contenedor-orden .filtro .ordenes .orden svg {
  width: 20px;
  height: 20px;
  fill: var(--rojo);
  opacity: 0;
}

.contenedor-orden .filtro .ordenes .orden.activo svg {
  opacity: 1;
}

.contenedor-orden .filtro .ordenes .orden .texto {
  color: var(--azul);
  margin-left: 20px;
  font-size: 14px;
  line-height: 17px;
  font-weight: bold;
}

/*#endregion*/
/*#region ORDENES LISTADO*/
.contenedor-orden .filtro .titulo {
  font-size: 22px;
  line-height: 27px;
}

.contenedor-orden .filtro .ordenes .orden svg {
  width: 25px;
  height: 25px;
}

.contenedor-orden .filtro .ordenes .orden .texto {
  margin-left: 25px;
  font-size: 16px;
  line-height: 19px;
}

/*#endregion*/
/*#region ORDENES LISTADO*/
.contenedor-orden .container-custom {
  overflow-y: auto;
  margin: auto;
  max-height: 500px;
  max-width: 600px;
  transform: translate(-50%, -50%);
  top: 50%;
  position: absolute;
  left: 50%;
  border-radius: 15px;
}

/*#endregion*/
/*#region ORDENES LISTADO*/
.contenedor-orden .filtro .ordenes .orden .texto {
  margin-left: 30px;
  font-size: 18px;
  line-height: 21px;
}

.contenedor-orden .filtro .ordenes .orden svg {
  width: 30px;
  height: 30px;
}

/*#endregion*/
.contenedor-orden .filtro .titulo {
  font-size: 22px;
  line-height: 27px;
}

/*# region CARS */

.listado-cars {
  margin-top: 16px;
}

.listado-cars .container {
  padding: 0 16px;
  max-width: 1246px;
}

.container-banner,
.listado-cars .card-coche .contenedor-caracteristicas {
  margin-bottom: 25px;
}

/*#region ANUNCIOS LISTADO*/
.contenedor-anuncios-listado {
  display: block;
  grid-template-columns: 1fr;
  grid-row-gap: 24px;
}

.not-cars {
  text-align: center;
  padding: 0 14px;
}

.not-cars img {
  width: 100%;
  max-width: 300px;
}

.not-cars p {
  margin-top: 23px;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #252627;
}

.not-cars a {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.004em;
  text-decoration-line: underline;
  color: var(--azulCarsAndCars);
}

/*#endregion*/
@media (min-width: 768px) {

  /*#region ANUNCIOS LISTADO*/
  .contenedor-anuncios-listado {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 33px;
  }

  .container-banner, 
  .listado-cars .card-coche .contenedor-caracteristicas {
    margin-bottom: 0;
  }

  .not-cars {
    grid-column: 1 / span 2;
  }

  /*#endregion*/
}

@media (min-width: 1240px) {

  /*#region ANUNCIOS LISTADO*/
  .contenedor-anuncios-listado {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 24px;
    max-width: 1246px;
  }

  .not-cars {
    grid-column: 1 / span 3;
  }

  .listado-cars,
  #continuarReserva {
    margin-top: 29px;
    max-width: 1201px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1400px) {

  .listado-cars,
  #continuarReserva {
    max-width: 1401px;
    margin-left: auto;
    margin-right: auto;
  }

  .contenedor-ordenar .container {
    max-width: 1246px;
  }
}

/*#endregion*/

@media (min-width: 1500px) {
  .listado .card-coche .contenedor-precios {
    margin: 0;
  }
}

/*#region PAGINACION ANUNCIOS*/
.contenedor-paginacion-listado {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 40px 0 20px 0;
}

.contenedor-paginacion-listado>div {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #171038;
  transition: all 0.2s;
  padding: 10px;
  margin: 0px 5px;
  border-bottom: 4px solid #fff;
}

.contenedor-paginacion-listado>div.activa,
.contenedor-paginacion-listado .pagina:hover {
  border-bottom: 4px solid var(--azulCarsAndCars);
}

.contenedor-paginacion-listado .pagina:hover {
  cursor: pointer;
}

/*#endregion*/

/*#endregion CARS */

/*#region BUSCADOR DK */

#fondosearchlistadodk {
  display: none;
}

#formsearchlistadodk {
  display: none;
}

.fondo-search-dk-listado {
  background-color: var(--azulCarsAndCars);
  position: fixed;
  top: 88px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  transition: all .3s;
  z-index: 100;

}

.form-dk-center {
  justify-content: center;
  display: flex;
  height: 80%;
}

.form-dk-center .form-dk-close {
  position: absolute;
  top: 203px;
  z-index: 101;
  width: 620px;
  text-align: end;
}

.form-dk-center .button-dk-close {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  border: 0;
  background-image: url(/icon/UnionBlue.svg);
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 1px 5px 18px -2px rgba(1, 53, 149, 0.15);
}

@media (min-width: 1200px) {
  .contenedor-titulo-listado .container {
    text-align: center;
    max-width: 750px;
  }

  .banner-busqueda-listado-movile {
    display: none;
  }

  .banner-busqueda-listado-dk {
    display: block;
  }


}

/*#endregion LISTADO */


/*#region MODAL BUSQUEDA DK */

.add-search-dk .g-dk-close {
  width: 100%;
}

.add-search-dk .form-dk-close {
  position: relative;
  top: 96px;
  width: 620px;
  text-align: end;
  margin-left: auto;
  margin-right: auto;
}

.add-search-dk .button-dk-close {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  border: 0;
  background-image: url(/icon/UnionBlue.svg);
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 1px 5px 18px -2px rgba(1, 53, 149, 0.15);
}

.add-search-dk .dropdown.show .svgdropdown {
  transform: translateY(-50%) rotate(180deg);
}

.add-search-dk .modal {
  overflow: hidden;
  background: rgba(1, 53, 149, 0.5);
}

.modal-backdrop {
  background-color: transparent;
  position: unset !important;
}

.add-search-dk .bg-modal-search {
  background: rgba(1, 53, 149, 0.5);
  margin-top: 88px;
}

.add-search-dk .modal-dialog {
  width: 620px;
  max-width: 620px;
  height: 75%;
  padding: 0;
  background: #FFFFFF;
  border-radius: 10px;
  margin-top: 108px;
}

.add-search-dk .modal-content {
  height: 100%;
  border-radius: 10px;
  border: 0;
}

.add-search-dk .modal-body {
  overflow-y: auto;
  padding: 0;
  padding-bottom: 112px;
}

.add-search-dk .modal-body::-webkit-scrollbar {
  display: none;
}

.add-search-dk .modal-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
  border: none;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 1px 5px 18px -2px rgba(1, 53, 149, 0.15);
  padding: 17px 32px;
}

.add-search-dk .modal-open .modal {
  overflow-y: hidden;
}

.add-search-dk h5 {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--textoGris2);
  margin: 17px 83px;
  padding-top: 10px;
}

.add-search-dk {
  display: flex;
  flex-direction: column;
  padding: 0px;
  display: inline;
}

.add-search-dk .desplegables-search1 {
  position: relative;
  display: flex;
  margin-top: 30px;
}

.add-search-dk .desplegables-search1 .desp-search-marca {
  width: 50%;
  padding-left: 83px;
  padding-right: 8px;
}

.add-search-dk .desplegables-search1 .desp-search-modelo {
  width: 50%;
  padding-left: 8px;
  padding-right: 83px;
}

.add-search-dk .desplegables-search1 .desp-search-marca select,
.form-search-listado .container .desplegables-search1 .desp-search-modelo select {
  width: 100%;
  margin-bottom: 24px;
}

.add-search-dk .desplegables-search2 {
  padding-left: 83px;
  padding-right: 83px;
  margin-top: 30px;
}

.add-search-dk .desplegables-search3 {
  position: relative;
  display: flex;
  margin-top: 30px;
}

.add-search-dk .desplegables-search3 .desp-search-precio-min {
  width: 50%;
  padding-left: 83px;
  padding-right: 8px;
}

.add-search-dk .desplegables-search3 .desp-search-precio-max {
  width: 50%;
  padding-left: 8px;
  padding-right: 83px;
}

/*DESPLEGABLE EXTENDIDO*/
.add-search-dk .form-titulo-ext-categorias {
  color: #1C1C1C;
}

.add-search-dk .form-titulo-ext {
  padding-left: 83px;
  padding-right: 83px;
  margin-top: 32px;
  text-align: center;
  margin-bottom: 22px;
}

.add-search-dk .form-titulo-ext h4 {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
}

.add-search-dk .form-titulo-ext img {
  margin-right: 12px;
}

.add-search-dk .separador {
  border-bottom: 1px solid #E6EBF4;
  margin-left: 83px;
  margin-right: 83px;
  margin-top: 30px;
}

.add-search-dk .desplegables-search-extendido {
  padding: 0 83px;
}

.add-search-dk .desplegables-search-ext {
  position: relative;
  display: flex;
  margin-top: 30px;
}

.add-search-dk .desplegables-search-ext .desp-search-ext-izq {
  width: 50%;
  padding-right: 8px;
}

.add-search-dk .desplegables-search-ext .desp-search-ext-der {
  width: 50%;
  padding-left: 8px;
}

.add-search-dk .desplegables-search-extendido .iva-ded {
  align-items: center;
}

.add-search-dk .desplegables-search-extendido .iva-ded label {
  margin-bottom: 0;
}

.add-search-dk .desplegables-search-extendido .iva-ded h5 {
  padding-top: 0;
  margin: 0;
}

.add-search-dk .desplegables-search-extendido .iva-ded .desp-search-ext-der {
  text-align: end;
}

/* Swich */
.add-search-dk .desplegables-search-ext .switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 24px;
}

.add-search-dk .desplegables-search-ext .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.add-search-dk .desplegables-search-ext .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #CDD6E6;
  -webkit-transition: .4s;
  transition: .4s;
}

.add-search-dk .desplegables-search-ext .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.add-search-dk .desplegables-search-ext input:checked+.slider {
  background-color: var(--azulCarsAndCars);
}

.add-search-dk .desplegables-search-ext input:focus+.slider {
  box-shadow: 0 0 1px var(--azulCarsAndCars);
}

.add-search-dk .desplegables-search-ext input:checked+.slider:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}

/* Rounded sliders */
.add-search-dk .desplegables-search-ext .slider.round {
  border-radius: 12px;
}

.add-search-dk .desplegables-search-ext .slider.round:before {
  border-radius: 50%;
}

/* Swich */

.add-search-dk .desplegables-search-extendido p {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--textoGris2);
  margin: 0;
}

/* Checkbox */
.add-search-dk .desplegables-search-extendido .checkcars {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.add-search-dk .desplegables-search-extendido .checkcars input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.add-search-dk .desplegables-search-extendido .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 15px;
  width: 15px;
  border: 2px solid #CDD6E6;
  border-radius: 3px
}

.add-search-dk .desplegables-search-extendido .imgamb {
  width: 36px;
  height: 36px;
}

/* On mouse-over, add a grey background color */
.add-search-dk .desplegables-search-extendido .checkcars:hover input~.checkmark {
  background-color: #CDD6E6;
}

/* When the checkbox is checked, add a blue background */
.add-search-dk .desplegables-search-extendido .checkcars input:checked~.checkmark {
  background-color: var(--azulCarsAndCars);
  border: 2px solid var(--azulCarsAndCars);
}

/* Create the checkmark/indicator (hidden when not checked) */
.add-search-dk .desplegables-search-extendido .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.add-search-dk .desplegables-search-extendido .checkcars input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.add-search-dk .desplegables-search-extendido .checkcars .checkmark:after {
  left: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.add-search-dk .form-amb input {
  display: none;
}

.add-search-dk .form-amb .checkamb {
  background-position: center;
  background-size: auto 100%;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  margin-bottom: 0;
  opacity: 0.4;
  border-radius: 50%;
  background-color: rgba(180, 180, 180, 0.25);
  box-shadow: 0px 4px 12px rgba(180, 180, 180, 0.25);
}

.add-search-dk .form-amb input:checked+.checkamb {
  opacity: 1;
  border-radius: 50%;
  background-color: var(--azulCarsAndCars);
}

.add-search-dk .form-amb #imgambdk0 {
  background-image: url(/public/icon/ambiental/0.png);
}

.add-search-dk .form-amb #imgambdkeco {
  background-image: url(/public/icon/ambiental/eco.png);
}

.add-search-dk .form-amb #imgambdkc {
  background-image: url(/public/icon/ambiental/0.png);
}

.add-search-dk .form-amb #imgambdkb {
  background-image: url(/public/icon/ambiental/b.png);
}

/* Checkbox */

.add-search-dk .desplegables-search-extendido .despl-check {
  display: flex;
  margin-top: 18px;
}

.add-search-dk .form-amb .despl-check {
  margin-right: 34px;
  margin-top: 0;
}

/* FIN DESPLEGABLE EXTENDIDO */
.add-search-dk .desp-change {
  display: block;
}

.add-search-dk .desp-change2 {
  display: none;
}

.add-search-dk .desplegables-search2 .desp-search-combustible select {
  width: 100%;
}

.add-search-dk select {
  list-style: none;
  border: 1.5px solid #CCD7EA;
  padding: 19px 46px;
  border-radius: 8px;
  color: #ADAAA9;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('/public/icon/arrow-right.svg');
  background-color: #fff;
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;

}

.add-search-dk select::-ms-expand {
  display: none;
}

.add-search-dk select:focus {
  color: black;
}

.add-search-dk button {
  height: 52px;
}

.add-search-dk .icons-carroceria .selects {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.add-search-dk .icons-carroceria .dropdown {
  width: 100%;
  border: #CCD7EA solid 1.5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.add-search-dk .icons-carroceria .dropdown button {
  position: relative;
  outline: none;
  width: 100%;
  background: white;
  border: none;
  padding: 8px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.add-search-dk .icons-carroceria .dropdown button .nombre {
  font-size: 14px;
  line-height: 17px;
  color: var(--azul);
}

.add-search-dk .icons-carroceria .dropdown button:disabled .nombre {
  opacity: 0.7;
}

.add-search-dk .icons-carroceria .dropdown button .seleccion {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ADAAA9;
}

.add-search-dk .icons-carroceria .dropdown button .seleccion-sel {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #252627;
}

.add-search-dk .icons-carroceria .dropdown button:disabled .seleccion {
  opacity: 0.7;
}

.add-search-dk .icons-carroceria .show button svg {
  transform: translateY(-50%) rotate(180deg);
}

.add-search-dk .icons-carroceria .dropdown button svg {
  width: 10px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  fill: var(--azulCarsAndCars);
}

.add-search-dk .icons-carroceria .dropdown button:disabled svg {
  opacity: 0.7;
}

.add-search-dk .icons-carroceria .dropdown-menu {
  min-width: 100%;
  max-height: 270px;
  margin-top: 15px;
  overflow-y: auto;
  background: #FFFFFF;
  border-radius: 10px;
  border: 0;
  box-shadow: 1px 5px 18px -2px rgb(1 53 149 / 15%);
}

.add-search-dk .icons-carroceria .dropdown-menu .dropdown-item {
  cursor: pointer;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ADAAA9;
  margin: 5px 0px;
  padding: 5px 15px;
}

.add-search-dk .icons-carroceria .dropdown-menu .dropdown-item.activo {
  background-color: #E4EEFF;
  ;
  color: #252627;
}

.add-search-dk .form-search-finan {
  padding-left: 83px;
  padding-right: 83px;
  padding-top: 30px;
}

.add-search-dk .form-search-finan .cont-search-finan {
  position: relative;
  display: flex;
  width: 100%;
  background: linear-gradient(200.17deg, #CFD5E0 -25.52%, #FAFAFA 120.09%), linear-gradient(0deg, #091E3A -100%, #091F3B -75.51%, #0A223F -55.59%, #0C2746 -39.52%, #0D2D4E -26.61%, #103558 -16.15%, #123E64 -7.45%, #154870 0.2%, #18537E 7.5%, #1B5E8C 15.14%, #1E699B 23.85%, #2174AA 34.3%, #247FB8 47.21%, #278AC6 63.28%, #2A95D4 83.21%, #2D9EE0 107.69%);
  box-shadow: 2px 2px 13px 2px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 8px 8px 8px 8px;
  margin-bottom: 13px;
}

.add-search-dk .form-search-finan .cont-search-finan .search-finan-img .fin-img {
  border-radius: 8px;
  width: 80px;
  height: 80px;

}

.add-search-dk .form-search-finan .search-finan-text {
  margin-left: 16px;
  align-self: center;
}

.add-search-dk .form-search-finan .search-finan-text .search-finan-text-content p {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #252627;
}

.add-search-dk .form-search-finan .search-finan-enlace {
  color: var(--primaryblue);
  text-align: right;
  width: 100%;
  max-width: 20%;
  padding-top: 25px;
  padding-right: 5px;
}

.add-search-dk .form-search-listado-buttons {
  position: relative;
  display: flex;
}

.add-search-dk button {
  border: 0 solid;
  flex-direction: row;
  justify-content: center;
  align-items: center;

  border-radius: 8px;
  color: #99AED5;

}

.add-search-dk .form-search-listado-buttons1 {
  width: 100%;
}

.add-search-dk .form-search-listado-buttons2 {
  width: 100%;
  text-align: right;
}

.add-search-dk .form-search-button-limpiar {
  background: #F4F8FF;
  width: 164px;
  color: var(--azulCarsAndCars);
}

.add-search-dk .form-search-button-buscar {
  background: var(--azulCarsAndCars);
  width: 164px;
  color: #fff;
}

.add-search-dk .form-search-button-limpiar:hover {
  background: #E4EEFF;
  color: var(--azulCarsAndCars);
}

.add-search-dk .form-search-button-buscar:hover {
  background: var(--azulCarsAndCars);
  color: #fff;
}

.add-search-dk .distintivos {
  display: flex;
  grid-column-gap: 34px;
  padding: 0;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 11.2px;
  line-height: 11px;
  color: #383737;
  text-align: center;
  letter-spacing: 0.28px;
}

.add-search-dk .distintivos .sin-opcion {
  outline: none;
  margin: auto;
  border-radius: 25px;
  background-color: transparent;
  height: 62px;
  width: 62px;
  color: #383737;
}

.distintivos .sin-opcion.activa {
  color: #383737;
  border: none;
}

.distintivos .sin-opcion img {
  width: 52px;
  opacity: 0.5;
  /*padding: 4px;*/
  border: 2px solid transparent;
  border-radius: 100%;

}

.distintivos .sin-opcion.activa img {
  border: 2px solid blue;

  opacity: 1;
}

.add-search-dk .distintivos .sin-opcion .texto {
  margin-top: 10px;
}

.add-search-dk .distintivos .distintivo {
  outline: none;
  border: none;
  background-color: transparent;
  padding: 0;
  opacity: 0.4;
  border: 2px solid transparent;
  box-shadow: 0px 4px 12px rgba(180, 180, 180, 0.25);
  height: 52px;
  width: 52px;

}

.add-search-dk .distintivos .distintivo.activa {
  background-color: var(--azul);
  border-radius: 25px;
  opacity: 1;
  border: 2px solid var(--azulCarsAndCars);
  box-shadow: 0px 4px 12px rgba(180, 180, 180, 0.25);
}

.add-search-dk .distintivos .distintivo svg {
  text-align: center;
  align-items: center;
  height: 48px;
  width: 48px;
}

.add-search-dk .container .form-search-listado-buttons {
  position: relative;
  display: flex;
  margin-top: 48px;
}

.add-search-dk .container .form-search-listado-buttons1 {
  width: 100%;
  padding-left: 83px;
  padding-right: 8px;
}

.add-search-dk .container .form-search-listado-buttons2 {
  width: 100%;
  padding-left: 8px;
  padding-right: 83px;
}

/*#endregion MODAL BUSQUEDA DK */

.listado .form-check-label {
  display: flex;
}

.listado .form-check-input {
  visibility: hidden;
  position: absolute;
  right: 0;
}

.listado .form-check-label input[type=checkbox]+i {
  top: 5px;
}

/*BUTTON NORMAL*/
.banner-busqueda-listado-dk .dropdown .btn-primary-cc {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.004em;
  background: var(--primaryblue);
  border: 1.5px solid var(--azulCarsAndCars);
  border-radius: 8px;
  width: 100%;
  height: 52px;
  padding: 16px;
  color: #fff;
  text-align: center;
  align-items: center;

}

.banner-busqueda-listado-dk .dropdown .btn-primary-cc:hover {
  background: #012A77;
  border: 1.5px solid #012A77;

}

.banner-busqueda-listado-dk .dropdown .btn-primary-cc:active {
  background: #6786BF;
  border: 1.5px solid #6786BF;

}

.banner-busqueda-listado-dk .dropdown .btn-primary-cc:disabled {
  background: #E6EBF4;
  border: 1.5px solid #E6EBF4;
  color: #99AED5;

}

.banner-busqueda-listado-dk .dropdown .btn-tertiary-cc {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.004em;
  background: #E4EEFF;
  ;
  border: 1.5px solid #E4EEFF;
  ;
  border-radius: 8px;
  width: 100%;
  height: 52px;
  padding: 16px;
  color: var(--azulCarsAndCars);
  text-align: center;
  align-items: center;

}

.banner-busqueda-listado-dk .dropdown .btn-tertiary-cc:hover {
  background: var(--azulCarsAndCars);
  color: #fff;
  border: 1.5px solid var(--azulCarsAndCars);
}

.banner-busqueda-listado-dk .dropdown .btn-tertiary-cc:active {
  background: #CDD6E6;
  color: var(--azulCarsAndCars);
  border: 1.5px solid #CDD6E6;
}

.banner-busqueda-listado-dk .dropdown .btn-tertiary-cc:disabled {
  background: #EFF5FF;
  border: 1.5px solid #EFF5FF;
  color: #6786BF;
}

.banner-busqueda-listado-dk .dropdown .btn-secondary-cc {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.004em;
  background: #fff;
  border: 1.5px solid var(--azulCarsAndCars);
  border-radius: 8px;
  width: 100%;
  height: 52px;
  padding: 16px;
  color: var(--primaryblue);
  text-align: center;
  align-items: center;

}

.banner-busqueda-listado-dk .dropdown .btn-secondary-cc:hover {
  background: var(--azulCarsAndCars);
  border: 1.5px solid var(--azulCarsAndCars);
  color: #fff;
}

.banner-busqueda-listado-dk .dropdown .btn-secondary-cc:active {
  background: #F4F8FF;
  color: var(--primaryblue);
}

.banner-busqueda-listado-dk .dropdown .btn-secondary-cc:disabled {
  background: #EFF5FF;
  ;
  border: 1.5px solid #99AED5;
  color: #99AED5;
}

.btnSearchMulti {
  display: flex;
  justify-content: flex-end;
  padding: 0 16px;
  align-items: center;
}

.banner-busqueda-listado-dk .dropdown .btnSearchMulti .link {
  width: auto;
}

.banner-busqueda-listado-dk .dropdown .btnSearchMulti .btn-primary-cc {
  width: auto;
  height: 34px;
}

/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*
.ir-arriba{
  display:none;
  background-repeat:no-repeat;
  width: 52px;
  height: 52px;
  font-size:20px;
  background-color:transparent;
  cursor:pointer;
  position:fixed;
  bottom:16px;
  right:16px;
  z-index:2;
}
.ir-arriba .circulo{
  width: 52px;
  height: 52px;
  border-radius: 26px;
  background-color:#fff;
  border: 2px solid var(--primaryblue);
  text-align: center;
  padding-top: 6px;
}
.ir-arriba .circulo img{
  transform: rotate(-90deg);
  width: 23px;
}
@media (max-width:1200px){
  .ir-arriba{
    bottom: 26px;
    width: 32px;
    height: 32px;
  }
  .ir-arriba .circulo{
    width: 32px;
    height: 32px;
    padding-top: 0px;
  }
  .ir-arriba .circulo img{
    width: 16px;
    margin-bottom: 6px;
  }
}
*/

/*#region SEO */
.listado .parte-seo .container {
  padding: 0 16px;
}

.listado .parte-seo .container .titulo {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #252627;
  margin-top: 12px;
}

.listado .parte-seo .container .simularH3,
.listado .parte-seo .container h3.titulo {
  font-size: 18px;
}

.listado .parte-seo .container .text {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #383737;
  margin-bottom: 24px;
}

.listado .parte-seo .container ul li,
.listado .parte-seo .container .text1 {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 10px;
}

.listado .parte-seo .container .contLista {
  margin-bottom: 25px;
}

.listado .parte-seo .container .textLista {
  line-height: 10px
}

.contenedor_imgseo {
  display: flex;
  justify-content: center;  /* Centra horizontalmente */
  align-items: center;      /* Centra verticalmente */
  height: auto;             /* Ajusta la altura del contenedor según el contenido */
  padding: 20px;            /* Añadir un poco de espacio alrededor si es necesario */
}

.imgseo {
  margin-bottom: 24px;
  max-width: 100%;
  height: auto;
}

.feature-list {
  /*list-style-type: none;*/
  padding: 0;
  /* max-width: 600px; */
  margin: 0 50px;
  /*background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  */
}
.feature-item {
  /* padding: 20px; */
  padding: 0 7px;
  /* border-bottom: 1px solid #ddd; */
  margin-bottom: 0px !important;   
}
.feature-item:last-child {
  border-bottom: none;
}
.feature-title {
  font-weight: bold;
  color: #2c3e50;
  margin-bottom: 10px;
  font-size: 1em;
}
.feature-description {
  color: #555;
  font-size: 1em;
  line-height: 1.6;
}

.marcaModelo .feature-description  {
margin-bottom: 0;
}

.marcaModelo .feature-item:last-child {
  margin-bottom: 10px  !important;
}

.listado .parte-seo .card {
  margin-bottom: 24px;
}

.listado .parte-seo .card .card-header {
  display: flex;
  border-radius: 0;
  background-color: transparent;
  align-items: center;
  border-bottom: 0;
  border-top: 1px solid #F5F2EF;
  padding: 24px 0;
  cursor: pointer;
}

.listado .parte-seo .card .card-header .title {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #252627;
  width: 100%;
}

.listado .parte-seo .card .card-body p,
.listado .parte-seo .card .card-body li {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #383737;
}

.listado .parte-seo .card .card-header .mas-menos {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 0;
  background-color: white;
}

.listado .parte-seo .card .mas-menos svg {
  fill: var(--azul);
  width: 14px;
  height: 14px;
  margin-right: 10px;
}

.listado .parte-seo .card .mas-menos .menos {
  display: flex;
  transform: rotate(180deg);
}

.listado .parte-seo .card .collapsed .mas-menos .menos {
  display: flex;
  transform: rotate(360deg);
}

.listado .parte-seo .card .card-body {
  padding: 5px 0 25px 0;
}

@media (min-width: 1200px) {
  .listado .parte-seo .container {
    padding: 0 16px;
    max-width: 1201px;
  }

  .listado .parte-seo .container .titulo {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: #0E1213;
    margin-top: 20px;
  }

  .listado .parte-seo .container .simularH3,
  .listado .parte-seo .container h3.titulo {
    font-size: 26px;
  }

  .listado .parte-seo .container .text {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #383737;
    /* margin-bottom: 48px; */
  }

  .listado .parte-seo .container .text1 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #383737;
    margin-bottom: 15px;
  }

  .listado .parte-seo .container .imgseo {
    margin-bottom: 24px;
    width: auto;
  }

  .listado .parte-seo .card .card-header .title {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #252627;
  }

  .listado .parte-seo .card .card-body {
    padding: 5px 88px 25px 0;
  }

  .listado .parte-seo .card {
    margin-bottom: 48px;
  }
}

@media (min-width: 1400px) {
  .listado .parte-seo .container {
    padding: 0 16px;
    max-width: 1246px;
  }
}

/*#endregion SEO */


/*#region PRODUCTO */
body.detalle {

  background: #FAFAFA;
}

@media (min-width:1200px) {
  body.detalle {
    padding-bottom: 0px;
  }
}

/*#region BREADCRUMB DETALLE*/
.contenedor-breadcrumb-detalle {
  background-color: transparent;
}

.contenedor-breadcrumb-detalle .container {
  padding: 16px 16px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.contenedor-breadcrumb-detalle .container span {
  display: flex;
}

.contenedor-breadcrumb-detalle .seccion {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #383737;
  margin-bottom: 0;
}

.contenedor-breadcrumb-detalle .secmod {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}

@media (min-width:1200px) {
  .contenedor-breadcrumb-detalle {
    padding: 24px 0px 28px 0px;
  }

  .contenedor-breadcrumb-detalle .container {
    max-width: 1010px;
  }

  .contenedor-breadcrumb-detalle .seccion {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
  }

  .contenedor-breadcrumb-detalle .secmod {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
  }
}

@media (min-width:1400px) {

  .contenedor-breadcrumb-detalle .container {
    max-width: 1098px;
  }
}

/*#endregion*/

/*#region TITLE*/
.title-car-mv {
  display: flex;
  height: 50px;
  /* margin-top: -33px; */
  margin-bottom: -16px;
  /* margin-right: -16px; */
}

.title-car-one {
  padding: 0;
  display: contents;
  align-items: center;
  width: fit-content;
}

.title-car-one .car-text .titulo {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #0E1213;
  width: max-content;
}

.title-car-one p {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--textoGris2);
  margin-bottom: 0;
}

.title-car-one .car-text {
  width: 70%;
  float: left;
}

.title-car-one .car-icon {
  width: fit-content;
  float: right;
  display: block;
}

/* .title-car-mv span.txtWhatsapp {
  line-height: 2;
  font-size: 0.79em;
} */

.title-car-one .car-icon img.iconWhatsapp {
  width: 30px;
  height: 30px;
}


body>main>div.general-car>div.container.shadow-card>div.target-car.target-car-general>div.title-car-mv>div.title-car-one>div>div.cars-whatsapp,
body>main>div.general-car>div.container.shadow-card>div.target-car.target-car-general>div.title-car-mv>div.title-car-one>div>div.cars-share {
  margin-right: 12px;
}


@media (min-width:1200px) {

  body>main>div.general-car>div.container.shadow-card>div.target-car.target-car-general>div.title-car-mv>div.title-car-one>div>div.cars-whatsapp,
  body>main>div.general-car>div.container.shadow-card>div.target-car.target-car-general>div.title-car-mv>div.title-car-one>div>div.cars-share {
    margin-right: 16px;
  }
}

/* .title-car-one .contenedor-etiquetas {
  display: flex;
  width: 100%;
  justify-content: right;
  padding: 0;
  margin-top: 2px;
} */

/* body>main>div.general-car>div.container.shadow-card>div.target-car.target-car-general>div.title-car-mv>div.title-car-two {} */
/* 
.title-car-one .contenedor-etiquetas .cars-whatsapp button.button-whatsapp {
  border: 0;
  border-radius: 50%;
  background-image: url(/public/icon/icon-whatsapp.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 12px rgba(180, 180, 180, 0.25);
  width: 40px;
  height: 40px;
}

.title-car-one .contenedor-etiquetas .cars-share a {
  text-decoration: none;
}

span.txtWhatsapp {
  padding-top: 10px;
  padding-right: 7px;
  color: var(--azulCarsAndCars);
} */

/* .title-car-one .contenedor-etiquetas .cars-share button {
  border: 0;
  border-radius: 50%;
  background-image: url(/public/icon/icon-share.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 12px rgba(180, 180, 180, 0.25);
  width: 40px;
  height: 40px;
} */

/* .title-car-one .contenedor-etiquetas .cars-favorits { */
  /* margin-left: auto; */
/* } */

/* .title-car-one .contenedor-etiquetas .cars-favorits button {
  border: 0;
  border-radius: 50%;
  background-image: url(/public/icon/fav-inactive.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 12px rgba(180, 180, 180, 0.25);
  width: 40px;
  height: 40px;
  margin-right: 16px;
} */

/* .cars-calc button, */
/* .title-car-one .contenedor-etiquetas .cars-calc button {
  border: 0;
  border-radius: 50%;
  background-image: url(/public/icon/icon-calculadora.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 12px rgba(180, 180, 180, 0.25);
  width: 40px;
  height: 40px;
  margin-right: 16px;
} */

.cars-calc button {
  border: 0;
  background-image: url(/public/icon/icon-calculadora.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 1);
  width: 40px;
  height: 40px;
}

.cars-calc span {
  color: var(--azulCarsAndCars);
  position: relative;
  height: 40px;
  display: flex;
  float: right;
  margin: 0;
  align-items: center;
  left: -50px;
}

.cars-calc {
  /* margin-top: -22px; */
  margin-left: -11px;
  cursor: pointer;

}


.contenedor_calc {
  color: #e20f0f;
  font-size: 16px;
  margin: 0;
  padding: -4px;
  padding-top: -44px;
  top: -11px;
  position: relative;
  height: 15px;
  cursor: pointer;
}

.contenedor_calc:hover {
  /* color: #6786BF; */
  color: #e95d5d;
}


/* .title-car-one .contenedor-etiquetas .cars-favorits .added,
.cars-favorits .added {
  background-image: url(/public/icon/fav-active.svg);
} */

.title-car-two {
  display: flex;
  width: 100%;
  width: fit-content;
}

.title-car-two .title-estado {
  /* padding-left: 16px; */
  align-self: center;
}

.title-car-two .estado {
  display: flex;
  flex-direction: row;
  bottom: 62px;
  right: 0;
  color: white;
  text-align: right;
  align-content: center;
  padding: 4px 8px;
  border-radius: 4px;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}

.title-car-two .estado img {
  width: 20px;
  margin: 0 5px 0 0;
}

.title-car-two .estado.reservado {
  background-color: var(--textoReservado);
}

.title-car-two .estado.vendido {
  background-color: var(--azulCarsAndCars);
}

.title-car-two .estado.preparacion {
  background-color: var( --textoEnPreparacion);
}

.tabs-foto360video {
  width: 100%;
  /*display: none;*/
}

.tabs-foto360video .nav-tabs {
  background: #FFF;
  border: 0;
  padding: 24px 0px 16px 0px;
  border-radius: 10px 10px 0 0;
}

.tabs-foto360video .nav-item {
  width: 33.3%;
  text-align: center;
}

.tabs-foto360video .nav-link {
  background: transparent;
  padding: 0 0 8px 0;
  border-bottom: 2px solid #CCD7EA;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--textoGris2);
}

.tabs-foto360video .nav-link.active {
  border-color: transparent;
  background: transparent;
  border-bottom: 2px solid var(--azulCarsAndCars);
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: var(--azulCarsAndCars);
}

.tabs-foto360video .nav-link:hover {
  border-color: transparent;
  border-bottom: 2px solid #CCD7EA;
}

.tabs-foto360video .nav-link.active:hover {
  border-color: transparent;
  border-bottom: 2px solid var(--azulCarsAndCars);
}

.icons-dk {
  display: none;
}

.alert-comparar-dk {
  display: none;
}

.alert-comparar-mv {
  padding: 6px 16px;
  display: none;
  background: #E6EBF4;
  height: 40px;
}

.alert-comparar-mv img,
.alert-comparar-dk img {
  margin-right: 10px;
}

.alert-comparar-mv a,
.alert-comparar-dk a {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
}

.c-b-d-dk {
  display: none;
}

@media (min-width:1200px) {
  .c-b-d-dk {
    display: block;
  }

  .c-b-d-mv {
    display: none;
  }

  .alert-comparar-dk {
    display: none;
    width: 25%;
    text-align: right;
  }

  .alert-comparar-mv {
    display: none;
  }

  .title-car-one .car-text {
    width: 70%;
    margin-top: -24px;
  }

  #detalle-renting-page .title-car-one .car-text {
    width: 100%;
  }

  .title-car-one .car-icon {
    width: fit-content;
    float: right;
    display: none;
  }

  .title-car-one .car-icon img.iconWhatsapp {
    width: 30px;
    height: 30px;
  }

  .title-car-mv {
    display: none;
    border: 1px solid red;
  }

  .title-car-one {
    padding: 0;
    padding-top: 13px;
    margin-bottom: 0;
  }

  .tabs-mv {
    display: none;
  }

  .icons-dk {
    display: block;
  }

  .tabs-foto360video {
    width: 100%;
  }

  .tabs-foto360video .nav-tabs {
    /*display: none;*/
    border: 0;
    padding: 24px 0 0 25px;
  }

  .tabs-foto360video .nav-item {
    width: 33.3%;
    text-align: center;
  }

  .tabs-foto360video .nav-link {
    background: #fff;
    padding: 0 0 8px 0;
    border-bottom: 2px solid #CCD7EA;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: var(--textoGris2);
  }

  .tabs-foto360video .nav-link.active {
    border-color: #fff;
    border-bottom: 2px solid var(--azulCarsAndCars);
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: var(--azulCarsAndCars);
  }

  .tabs-foto360video .nav-link:hover {
    border-color: transparent;
    border-bottom: 2px solid #CCD7EA;
  }

  .tabs-foto360video .nav-link.active:hover {
    border-color: transparent;
    border-bottom: 2px solid var(--azulCarsAndCars);
  }

  .icons-dk {
    width: 70%;
    /* margin-right: -16px; */
    margin-right: 0;
  }

  .etiquetas-dk {
    padding-top: 24px;
  }

  .title-car-one .contenedor-etiquetas {
    width: 100%;
    padding: 0;
    margin-top: 17px;
  }
/*
  .title-car-one .contenedor-etiquetas .cars-share button {
    margin-right: 24px;
  }

  .title-car-one .contenedor-etiquetas .cars-favorits {
    /* margin-left: auto; */
  }

  .title-car-one .contenedor-etiquetas .cars-whatsapp {
    margin-right: 24px;
  }

  .title-car-one .contenedor-etiquetas .cars-favorits {
    margin-right: 10px;
  }
*/
  .title-car-two {
    width: auto;
    margin-top: 0;

  }

  .title-car-one .car-text .titulo {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: #0E1213;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
  }

  .title-car-one p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
  }

  .title-estado {
    margin-top: 16px;
    margin-bottom: 32px;
    width: fit-content;
  }

  .title-estado .title-estado {
    padding-left: 16px;
    align-self: center;
  }

  .title-estado .estado {
    display: flex;
    flex-direction: row;
    bottom: 62px;
    right: 0;
    color: white;
    text-align: right;
    align-content: center;
    padding: 4px 8px;
    border-radius: 4px;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }

  .title-estado .estado img {
    width: 20px;
    margin: 0 5px 0 0;
  }

  #btnReservado,
  .title-estado .estado.reservado {
    background-color: var(--textoReservado);
    color: #FFFFFF;
    font-weight: bold;
  }

  #btnReservado{
    font-size: 16px; /* Tamaño de fuente aumentado */
  }

  #btnReservado img{
  width: 20px;
  margin: 0 5px 0 0;
}

  .title-estado .estado.vendido {
    background-color: var(--azulCarsAndCars);
  }

  .title-estado .estado.preparacion {
    background-color: var( --textoEnPreparacion);
  }


.seoH2_titulo {
  background-color: transparent !important;
}

.seoH2_titulo h2 {
  margin-top: 40px;
  text-align: center;
}

/*#endregion TITLE*/

/*#region FICHACAR*/
/*.title-car-dk{
  display: none;
}*/
/*.general-car .target-title {
  display: none;
}*/

.general-car {
  padding: 0 16px;
  margin-bottom: 24px;
  /* margin-top: 16px; */
}

.general-car .container {
  border-radius: 10px;
  margin-top: 0;
  background: #fff;
}

.general-car .shadow-card {
  box-shadow: 1px 5px 18px -2px rgba(1, 53, 149, 0.09);
}

.target-car .container {
  display: flex;
  flex-direction: column;
  padding: 0px;
}

.target-car .target-sup {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.target-detalle .target-inf {
  padding: 16px 16px 0 16px;
  width: 100%;
  border-radius: 10px;
}

.target-car-general {
  background: #fff;
  border-radius: 10px;
}

/*#region GALERIA DETALLE*/
.target-car-general .swiper-container {
  width: 100%;
  cursor: pointer;
  /* max-height: 500px; */
}

.target-car-general .swiper {
  width: 100%;
  height: 100%;
}

.target-car-general .thumbsdetall {
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.target-car-general .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.target-car-general .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.target-car-general .swiper {
  width: 100%;
  height: 300px;

}

.target-car-general .swiper-slide {
  background-size: cover;
  background-position: center;
}

.target-car-general .mySwiper2 {
  height: 80%;
  width: 100%;
}

.target-car-general .mySwiper {
  margin-left: 0;
  margin-right: 0;
  height: 42px;
  width: 138px;
  overflow: hidden;
  box-sizing: border-box;
  margin-top: 16px;
}

.target-car-general .mySwiper img {
  border-radius: 5px;
}

.target-car-general .mySwiper2 img {
  border-radius: 0;
  max-height: 230px;
}

.target-car-general .mySwiper .swiper-slide {
  width: 42px !important;
  height: 100%;
  opacity: 0.4;
  border-radius: 5px;
}

.target-car-general .mySwiper .c-360,
.target-car-general .icon360,
.target-car-general .mySwiper .c-video,
.target-car-general .iconvideo {
  border: 1.5px solid #CCD7EA;
  /*background-image: url(/public/icon/detalle-icon-360.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 23px;*/
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 20px;
  color: var(--azulCarsAndCars);
  text-align: center;
  padding-top: 10px;
  border-radius: 5px;
  width: 42px;
  height: 42px;
  margin-top: 17px;
  margin-left: 8px;
}

.target-car-general .mySwiper .c-video,
.target-car-general .video360 {
  border: 1.5px solid #CCD7EA;
  background-image: url(/public/icon/detalle-icon-video.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 23px;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 20px;
  color: var(--azulCarsAndCars);
  text-align: center;
  padding-top: 18px;
  border-radius: 5px;
  width: 42px;
  height: 42px;
  margin-top: 17px
}

.target-car-general .mySwiper .c-extra img {
  width: 21px;
  height: auto;
}

.target-car-general .mySwiper .swiper-slide-thumb-active {
  width: 42px !important;
  opacity: 1;
  border: 1.5px solid var(--azulCarsAndCars);
  border-radius: 5px;
}

.target-car-general .specialactiveicon {
  opacity: 1;
  border: 1.5px solid var(--azulCarsAndCars);
  border-radius: 5px;
}

.target-car-general .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.target-car-general .flecha {
  position: relative;
  background-color: transparent;
  border: 0;
  width: 23px;
  height: 42px;
  margin-top: 16px;
  padding: 0;
}

.target-car-general .flecha.arrow-back {
  right: 8px;
}

.target-car-general .flecha.arrow-front {
  left: 8px;
  margin-right: 32px;
}

.target-car-general .flecha img {
  width: 23px;
}

.target-car-general .flecha.arrow-back img {
  transform: rotate(180deg);
}

.target-car .paginacionslide {
  position: absolute;
  z-index: 10;
  right: 0;
  display: flex;
  bottom: 14px;

  border: 0;
  border-radius: 11px 0 0 11px;
  background-color: var(--textoGris2);
  opacity: 0.8;
  width: 53px;
  height: 22px;
  padding-left: 11px;
}

.target-car .paginacionslide .swiper-pagination-custom {
  width: auto;
}

.target-car .paginacionslide .pagina-actual,
.target-car .paginacionslide .pagina-total {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #FFFFFF;
}

@media (min-width:1200px) {
  .target-car-general .container {
    flex-direction: unset;
    padding: 0px 24px;
  }

  .general-car .container {
    margin-top: 0px;
    max-width: 1010px;
  }

  /*.title-car-dk{
    display: block;
  }*/
  .general-car .target-title {
    display: flex;
  }

  .target-car-general .target-sup {
    max-width: 60%;
    padding-top: 13px;
  }

  .target-car-general .mySwiper2 img {
    border-radius: 10px;
    max-height: 500px;
  }

  .target-car-general .flecha {
    width: 32px;
    height: 58px;
    margin-top: 23px;
  }

  .target-car-general .flecha.arrow-back {
    right: 16px;
  }

  .target-car-general .flecha.arrow-front {
    left: 16px;
  }

  .target-car-general .flecha img {
    width: 32px;
  }

  .target-car-general .mySwiper .swiper-slide-active {
    width: 58px !important;
  }

  .target-car-general .mySwiper .swiper-slide {
    width: 58px !important;
  }

  .target-car-general .icon360,
  .target-car-general .iconvideo {
    width: 58px !important;
    height: 58px !important;
    margin-top: 23px;
    padding-top: 18px;
  }

  .target-car-general .mySwiper {
    height: 58px;
    width: 186px;
    margin-top: 23px;
  }


  .target-car-general .mySwiper .c-360 {
    background-size: 32px;
  }

  .target-car-general .mySwiper .c-video {
    background-size: 32px;
  }
}

@media (min-width:1400px) {
  .general-car .container {
    margin-top: 0px;
    max-width: 1098px;
  }
}

/*#endregion GALERIA DETALLE*/


.target-car-general .target-inf {
  padding: 0 16px;
  margin-bottom: 8px;
  margin-top: 19px;
}


.target-car-general .precios {
  display: grid;
  /* grid-template-columns: repeat(auto-fit, minmax(50%, 50%)); */
  grid-template-columns: repeat(2, 1fr); 
  clear: both;
  padding-top: 15px;
}

.precio.precio_contado ,
.precio.financiacion_desde {
  margin-bottom: 15px;
}

.target-car-general .precio .nombre {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: var(--textoGris2);
  margin-bottom: 4px;
}

.target-car-general .precio .valor {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  /* color: var(--azulCarsAndCars); */
  color: #0E1213;
  margin-bottom: 16px;
}

.target-car-general .precio .valor span {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  /* color: var(--azulCarsAndCars); */
  color: #0E1213;
}

.target-car-general .precio .valor2 {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 16px;
}

.target-car-general .precio .valor2 span {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
}

.target-car-general .precio .valor2 img {
  margin-top: -5px;
  margin-right: 8px;
}

.target-car-general .tintae-detalle {
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-column-gap: 8px;
}

.bloque_precioReparacion p span,
.target-car-general .tintae-detalle .tintae-tin,
.target-car-general .tintae-detalle .tintae-plazo,
.target-car-general .tintae-detalle .tintae-plazo span,
.target-car-general .tintae-detalle .tintae-entrada,
.target-car-general .tintae-detalle .tintae-entrada span {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: var(--textoGris2);
}

.bloque_precioReparacion p,
.fontSize14 {
  font-size: 14px;
  margin-bottom: 0.4rem
}

p.fontSize14.iva_deducible {
  font-weight: 400;
  line-height: 20px;
  color: var(--textoGris);
  margin-bottom: 0px;
}

sup.precioRecomendado {
  font-size: 11px;
  top: -1.5em;
}

.masInfo_precioReparacion {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 10px;
  background: aliceblue;
  width: 100%;
  margin-bottom: 10px;
  top: -9px;
  position: relative;
  display: none;
}

@media (min-width:1200px) {
  .masInfo_precioReparacion {
    width: 80%;
  }
}


.masInfo_precioReparacion p {
  margin: 0;
  font-size: 12px;
}

#imgReparacion:hover .masInfo_precioReparacion {
  display: block;
}

.target-car-general .tintae-detalle .tintae-tae,
.target-car-general .tintae-detalle .tintae-tae span {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  color: #252627;
}

.target-car-general .target-inf a {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  /* or 143% */
  text-align: center;
  text-decoration-line: underline;
}

.target-car-general2 .target-sup {
  padding: 0 16px;
  margin-bottom: 8px;
}

.target-car-general2 .caracteristicas {
  align-items: center;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20%, 33%));
}

.target-car-general2 .caracteristica .nombre {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: var(--textoGris2);
  margin-bottom: 4px;
}

.target-car-general2 .caracteristica .valor {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #252627;
  margin-bottom: 16px;
}

.target-car-general2 .target-inf {
  background: linear-gradient(159.17deg, rgba(207, 213, 224, 0.5) 99.64%, rgba(250, 250, 250, 0.5) 118.15%);
  width: 100%;
  text-align: center;
  border-radius: 0 0 10px 10px;
  padding: 24px 0;
}

.target-car-general2 .target-inf a {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  text-decoration-line: underline;
}

.button-interesa-dk,
.ctas-dk {
  display: none;
}

.barTags {
  margin-bottom: 30px;
  margin-top: 10px;
}

.barTags .contTags {
  display: flex;
  margin-bottom: 20px;
}

.barTags .caract-carday,
.barTags .caract-dana {
  /*margin-bottom: 0 !important;*/
  margin: 0 8px 0 0 !important;
  padding: 10px 24px !important;
}
.barTags .caract-carday .texto,
.barTags .caract-dana .texto {
  font-size: 16px !important;
  white-space: nowrap;
}

@media (min-width:991px) {
  .barTags {
    display: flex;
  }
  .barTags .contTags {
    margin-bottom: 0px;
  }
  .barTags .textoDana {
    margin-left: 10px;
    font-size: 14px;
  }
}

@media (min-width:1200px) {
  .target-car-general2 .caracteristica .nombre {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }

  .target-car-general2 .caracteristica .valor {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
  }

  .target-car-general2 .target-sup {
    margin-top: 30px;
    padding: 0 24px;
  }

  .target-car-general .target-inf {
    width: 40%;
    margin-top: 0;
    padding: 0 0px 0 25px;
  }

  .target-car-general .precio .nombre {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }

  .target-car-general .precio .valor {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 0px;
  }

  #detalle-renting-page .target-car-general .precio .valor {
    margin-bottom: 0px;
  }

  #btnModalCalculadoraCuota button {
    font-size: 15px;
    height: 37px;
    padding: 0;
    text-align: center;
  }


  .target-car-general .precio .valor span {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }

  .target-car-general .precio .valor2 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0px;
  }

  .target-car-general .precio .valor2 span {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
  }

  .target-car-general .precio .valor2 img {
    margin-top: -5px;
    margin-right: 8px;
  }

  .button-interesa-dk,
  .ctas-dk {
    display: block;
    margin-top: 35px;
    width: 46%;
    float: left
  }

  #detalle-renting-page .button-interesa-dk,
  #detalle-renting-page .ctas-dk {
    margin-top: 20px;
  }

  .ctas-dk {
    margin-right: 20px;
  }

  .detalle-renting-page .ctas-dk {
    width: 100%;
  }

}

.detalle-renting-page .ctas-dk {
  display: block;
  margin-top: 20px;
}

/*#endregion FICHACAR*/


/*#region OTROS DETALLE*/
.contenedor-otros-detalle {
  background: #E6EBF4;
}

/*#region SLIDE CARDS*/
.slide-cars-detalle h2 {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 35px;
  margin-top: 40px;
}

.slide-cars-detalle .button-slide-cars button {
  margin-top: 22px;
  margin-bottom: 37px;
}

.slide-cars-detalle .button-slide-cars {
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;

}

@media (min-width:1200px) {
  .contenedor-otros-detalle {
    background: #fff;
  }

  .slide-cars-detalle h2 {
    text-align: center;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    margin-top: 64px;
    margin-bottom: 40px;
  }

  .slide-cars-detalle .button-slide-cars button {
    max-width: 276px;
  }
}

@media (min-width:1400px) {
  .slide-cars-detalle .button-slide-cars button {
    max-width: 294px;
  }
}

.contenedor-otros-detalle .container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0 16px;
}

.contenedor-otros-detalle .control-slider {
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;

}

.contenedor-otros-detalle .contenedor-general-cars-detalle {
  display: flex;
  width: 100%;
}

.contenedor-otros-detalle .control-slider svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  fill: var(--azul);
}

.contenedor-otros-detalle .flecha-atras {
  transform: rotate(90deg);
  margin-right: 32px;
}

.contenedor-otros-detalle .flecha-adelante {
  transform: rotate(-90deg);
  margin-left: 32px;
}

.contenedor-otros-detalle .swiper-container {
  width: 100%;
}

.contenedor-otros-detalle .swiper-slide {
  height: auto;
}

.contenedor-otros-detalle .swiper-slide:hover {
  filter: drop-shadow(0px 0px 6px rgba(1, 53, 149, 0.31));

}

/*#endregion*/

.contenedor-otros-detalle .button-slide {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 47px 0 20px 0;
}

.contenedor-otros-detalle .button-slide label {
  height: 4px;
  width: 17px;
  border-radius: 12px;
  background: #CCD7EA;
  margin: 0 4px;
  cursor: pointer;
  transition: all 0.5s ease;
  opacity: 1;
}

.contenedor-otros-detalle .button-slide label.active {
  background: var(--azulCarsAndCars);
}

.contenedor-otros-detalle .swiper-pagination-bullet-active {

  opacity: 1;
}

.contenedor-otros-detalle .swiper-pagination-bullet {
  height: 4px;
  width: 17px;
  border-radius: 12px;
  background: var(--azulCarsAndCars);
  margin: 0 4px;
  cursor: pointer;
  transition: all 0.5s ease;

}


@media (min-width: 1200px) {

  /*#region DESTACADOS HOME*/
  .contenedor-otros-detalle .button-slide {
    margin: 41px 0 32px 0;
  }

  .contenedor-otros-detalle {
    padding: 30px 0px;
  }

  .contenedor-otros-detalle .swiper-container {
    width: 1010px;
    padding: 10px;
  }

  .contenedor-otros-detalle .container {
    padding: 0 20px;
  }

  .slide-cars-detalle .card-coche .titulo,
  .slide-cars-detalle .card-coche .subtitle {
    white-space: nowrap;
    text-overflow: ellipsis;
  }


  .slide-cars-detalle .card-coche .car-title,
  #ofertasRenting .card-coche .car-title,
  #ofertasRenting .card-coche .contenedor-precios {
    width: 50%;
  }

  .precio-contado {
    padding-left: 30px;
  }

  .contenedor-otros-detalle .control-slider {
    display: flex;
  }

  /*#endregion*/
}

@media (min-width: 1400px) {
  .contenedor-otros-detalle .container {
    padding: 0 132px;
  }

  .contenedor-otros-detalle .swiper-container {
    width: 1050px;
  }
}


/*#region OTROS VEHICULOS DETALLE*/
.contenedor-otros-vehiculos-detalle {
  background-color: #E6EBF4;
  padding: 50px 16px;
}

.contenedor-otros-vehiculos-detalle .container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.contenedor-otros-vehiculos-detalle .control-slider {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}

.contenedor-otros-vehiculos-detalle .control-slider svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  fill: var(--azul);
}

.contenedor-otros-vehiculos-detalle .flecha-atras {
  transform: rotate(90deg);
}

.contenedor-otros-vehiculos-detalle .flecha-adelante {
  transform: rotate(-90deg);
}

.contenedor-otros-vehiculos-detalle h2 {
  font-weight: 900;
  font-size: 22px;
  line-height: 26px;
  color: var(--h2Gris);
  text-align: center;
  margin: 0px 30px;
}

.contenedor-otros-vehiculos-detalle .swiper-container {
  width: 100%;
}

.contenedor-otros-vehiculos-detalle .swiper-slide {
  height: auto;
}

.contenedor-otros-vehiculos-detalle .button-slide {

  display: flex;
  justify-content: center;
  margin: 20px;
}

.contenedor-otros-vehiculos-detalle .button-slide label {
  height: 4px;
  width: 17px;
  border-radius: 12px;
  background: #CCD7EA;
  margin: 0 4px;
  cursor: pointer;
  transition: all 0.5s ease;
  opacity: 1;
}

.contenedor-otros-vehiculos-detalle .button-slide label.active {
  background: var(--azulCarsAndCars);
}

.contenedor-otros-detalle .swiper-pagination-bullet-active {

  opacity: 1;
}

.contenedor-otros-detalle .swiper-pagination-bullet {
  height: 4px;
  width: 17px;
  border-radius: 12px;
  background: var(--azulCarsAndCars);
  margin: 0 4px;
  cursor: pointer;
  transition: all 0.5s ease;

}

@media (min-width:1200px) {
  .contenedor-otros-vehiculos-detalle {
    padding: 90px 0px;
    background-color: #fff;
  }

  .contenedor-otros-vehiculos-detalle .container {
    max-width: 1010px;
  }

  .contenedor-otros-vehiculos-detalle .control-slider {
    margin-bottom: 80px;
  }

  .contenedor-otros-vehiculos-detalle h2 {
    margin: 0px 40px;
    font-size: 26px;
    line-height: 31px;
  }
}

@media (min-width:1200px) {
  .contenedor-otros-vehiculos-detalle .container {
    max-width: 1098px;
  }
}

/*#endregion*/

/*#region VIDEOCALL - DUDA - CONSUMO*/
.target-detalle {
  /* margin-left: 16px;
  margin-right: 16px; */
  border-radius: 10px;
  /* margin-bottom: 32px;
  margin-top: 16px; */
}

.target-detalle .container {
  display: flex;
  flex-direction: column;
  padding: 0px;
}

.target-detalle .target-sup {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.target-detalle .target-sup img {
  width: 100%;
  margin: 0%;
}

.target-detalle .target-inf {
  padding: 16px 16px 0 16px;
  width: 100%;
  border-radius: 10px;
}

.target-detalle .target-inf h2 {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #0E1213;
}

.target-detalle .target-inf p {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #383737;
  opacity: 0.8;
}

/*.target-detalle .target-inf button {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  /* identical to box height, or 100% 
  letter-spacing: -0.004em;
  background: #FFFFFF;
  border: 1.5px solid var(--azulCarsAndCars);
  box-sizing: border-box;
  border-radius: 8px;
  width: 100%;
  height: 52px;
  padding: 16px 18px;
  color: var(--primaryblue);
  text-align: left;
  margin-top: 22px;
  margin-bottom: 22px;
}*/
.target-detalle .target-inf a {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  background: #FFFFFF;
  border: 1.5px solid var(--azulCarsAndCars);
  box-sizing: border-box;
  border-radius: 8px;
  width: 100%;
  padding: 18px;
  color: var(--primaryblue);
  text-align: left;
  margin-top: 22px;
  margin-bottom: 22px;
}

.target-detalle .target-inf button img {
  float: right;
  margin-top: -8px;
}

#texto-videocall {
  background: linear-gradient(331.18deg, #FFDCDB -19.07%, #EDDEFF 100%), #C4C4C4;
}

.target-detalle-videocall .target-inf button {
  /*font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.004em;
  background: #FFFFFF;
  border:0;
  box-sizing: border-box;
  border-radius: 8px;
  width: 100%;
  height: 52px;
  padding: 16px 18px;
  color: var(--primaryblue);
  text-align: left;*/
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
}

.target-detalle-videocall .target-sup img {
  display: none;
}

/*.target-detalle-duda .target-inf button {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.004em;
  background: #FFFFFF;
  border:0;
  box-sizing: border-box;
  border-radius: 8px;
  width: 100%;
  height: 52px;
  padding: 16px 18px;
  color: var(--primaryblue);
  text-align: left;
  margin-top: 16px;
  margin-bottom: 0;
}*/

.detalle-duda {
  padding-top: 30px;
}

.target-detalle-duda {
  background: linear-gradient(151.1deg, #E9ECFC 0.88%, #B1BEFF 100%);
  border-radius: 10px;
  margin-bottom: 16px;
}

.target-detalle-duda .target-sup {
  display: unset;
  align-self: center;
  padding: 0 90px;
  margin-top: -23px;
}

.target-detalle-duda .target-inf h2 {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: var(--azulCarsAndCars);
}

.target-detalle-duda .target-inf button {
  margin-top: 16px;
}

.target-detalle .target-inf a {
  background: transparent;
  border: 0;
  box-sizing: border-box;
  border-radius: auto;
  width: auto;
  padding: 0;
  color: var(--primaryblue);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.target-detalle-duda .target-inf .duda-llama {
  border: 1.5px solid #fff;
}

.target-detalle-duda .target-inf .duda-llama:hover {
  border: 1.5px solid var(--azulCarsAndCars);
}

.target-detalle-duda .target-inf .duda-llama:active {
  border: 1.5px solid #F4F8FF;
  background: #F4F8FF;
}

.target-detalle-duda .target-inf .duda-sol-info {
  background: transparent;
  border: 1.5px solid var(--azulCarsAndCars);
}

.target-detalle-duda .target-inf .duda-sol-info:hover {
  background: #FFFFFF;
  border: 1.5px solid var(--azulCarsAndCars);
  color: var(--azulCarsAndCars);
}

.target-detalle-duda .target-inf .duda-sol-info:hover .icon-btn-secondary {
  background-image: url(/public/icon/arrow-right.svg);
}

.target-detalle-duda .target-inf .duda-sol-info:active {
  background: var(--azulCarsAndCars);
  border: 1.5px solid var(--azulCarsAndCars);
  color: #fff;
}

.target-detalle-duda .target-inf .duda-sol-info:active .icon-btn-secondary {
  background-image: url(/public/icon/arrow-right-w.svg);
}

.target-detalle-duda .target-inf .duda-whats {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.004em;
  background: #FFFFFF;
  border: 1.5px solid var(--azulCarsAndCars);
  box-sizing: border-box;
  border-radius: 8px;
  width: 100%;
  height: 52px;
  padding: 16px 18px;
  color: var(--primaryblue);
  text-align: left;
  margin-top: 22px;
  margin-bottom: 22px;
}

.target-detalle-duda .target-inf .duda-whats {
  display: none;
}

.target-detalle-duda .duda-whats-mv {
  width: 100%;
  display: flex;
  background: var(--azulCarsAndCars);
  border-radius: 0px 0px 8px 8px;
  border: 0;
  color: #fff;
  margin-top: 24px;
  height: 69px;
  align-items: center;
}

.target-detalle-duda .duda-whats-mv a {
  text-decoration: underline;
}

.target-detalle-duda .duda-whats-mv img {
  width: 32px;
  margin-left: 25px;
  margin-right: 29px;
}

.target-detalle-duda .duda-whats-mv p {
  margin: 0 59px 0 0;
  text-align: left;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  opacity: 1;
  color: #fff;
}

.target-detalle-consumo .target-sup {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.target-detalle-consumo .target-inf {
  padding: 0;
  width: 100%;
  border-radius: 0;
}

.target-detalle-consumo .target-sup h2 {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #252627;
  margin-bottom: 18px;
}

.target-detalle-consumo .target-inf h2 {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #252627;
  margin-bottom: 16px;
}

.target-detalle-consumo .contenedor-emisiones {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.target-detalle-consumo .contenedor-emisiones .barra {
  height: 7px;
  width: 100%;
  border-radius: 21px;
  position: relative;
  margin-bottom: 65px;
  margin-top: 18px;
}

.target-detalle-consumo .contenedor-emisiones .gradiente {
  max-width: 406px;
  background: #00f700;
  background: -moz-linear-gradient(90deg, #7AF24A -1.86%, #EEDB35 52.08%, #EB3624 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #7AF24A), color-stop(33%, #EEDB35), color-stop(66%, #ffa500), color-stop(100%, #EB3624));
  background: -webkit-linear-gradient(90deg, #7AF24A -1.86%, #EEDB35 52.08%, #EB3624 100%);
  background: -o-linear-gradient(90deg, #7AF24A -1.86%, #EEDB35 52.08%, #EB3624 100%);
  background: -ms-linear-gradient(90deg, #7AF24A -1.86%, #EEDB35 52.08%, #EB3624 100%);
  background: linear-gradient(90deg, #7AF24A -1.86%, #EEDB35 52.08%, #EB3624 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f700', endColorstr='#ff0000', GradientType=1);
}

.target-detalle-consumo .contenedor-emisiones .emisiones {
  position: absolute;
  top: 18px;
  left: 20%;
  transform: translateX(-50%);
  background-color: #CCD7EA;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px 6px;
  border-radius: 99px;
}

.target-detalle-consumo .contenedor-emisiones .emisiones::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 7.5px solid transparent;
  border-right: 7.5px solid transparent;
  border-bottom: 10px solid #CCD7EA;
}

.target-detalle-consumo .contenedor-emisiones .emisiones svg {
  width: 38px;
  height: 38px;
  margin-right: 5px;
}

.target-detalle-consumo .contenedor-emisiones .emisiones .valor {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #383737;
}

.target-detalle-consumo .contenedor-emisiones .texto {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: var(--textoGris2);
}

.target-detalle-consumo .contenedor-consumos {
  display: flex;
  width: 100%;
  grid-column-gap: 16px;
  margin-bottom: 21px;
}

.target-detalle-consumo .contenedor-consumos .consumo {
  width: auto;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  justify-content: center;
}

.target-detalle-consumo .contenedor-consumos .consumo svg {
  width: 48px;
  height: 48px;
  fill: black;
  margin-right: 20px;
}

.target-detalle-consumo .contenedor-consumos .consumo .texto {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.target-detalle-consumo .contenedor-consumos .consumo .texto .nombre {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: var(--textoGris2);
  margin-bottom: 11px;
  white-space: nowrap;
}

.target-detalle-consumo .contenedor-consumos .consumo .texto .valor {
  padding: 2px 4px;
  border-radius: 2.87024px;
  background: red;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  white-space: nowrap;
}

.target-detalle-consumo .contenedor-consumos .consumo .texto .vmedio {
  background: #013595;
  /* background: #99AED5; */
}

.target-detalle-consumo .contenedor-consumos .consumo .texto .vciudad {
  background: #DB2929;
}

.target-detalle-consumo .contenedor-consumos .consumo .texto .vcarretera {
  background: #345DAA;
}

.target-detalle-consumo .target-inf .m-caract-general {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 50%));
}

.target-detalle-consumo .target-inf .m-caract {
  display: flex;
}

.target-detalle-consumo .target-inf .m-caract h3 ,
.target-detalle-consumo .target-inf .m-caract h4 ,
.target-detalle-consumo .target-inf .m-caract h5 {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: var(--textoGris2);
  margin-bottom: 0;
}

.target-detalle-consumo .target-inf .m-caract p {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  /* color: #383737; */
  color: var(--textoGris2);
}

.target-detalle-consumo .target-inf .m-caract-icon {
  width: 40px;
  height: 40px;
  background-color: #E6EBF4;
  border-radius: 10px;
  margin-right: 8px;
}

.target-detalle-consumo .target-inf .m-caract-color {
  background-image: url(/public/icon/DetalleColor.svg);
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
}

.target-detalle-consumo .target-inf .m-caract-tapi {
  background-image: url(/public/icon/DetalleTapiceria.svg);
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
}

.target-detalle-consumo .target-inf .m-caract-carro {
  background-image: url(/public/icon/DetalleCarroceria.svg);
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
}


.detalle-duda-presupuesto .container {
  background: var(--gradients-gradient-06, linear-gradient(0deg, #F2F2F2 0%, #A7AAE9 100%));

}

.detalle-duda-presupuesto .target-detalle-duda .target-sup {
  /* width: 50%; */
  padding: 0;
  display: flex;
  margin-top: 15px;
}

.detalle-duda-presupuesto #texto-duda-presupuesto h2 {
  color: var(--black-80, #252627);
  font-family: DM Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.detalle-duda-presupuesto #texto-duda-presupuesto p {
  color: var(--black-80, #252627);
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.detalle-duda-presupuesto .target-detalle-duda .target-sup img {
  width: 229px;
}

.detalle-duda-presupuesto .cont_button {
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 26px 16px;
}

.detalle-duda-presupuesto button {
  display: flex;
  height: 52px;
  padding: 19px 46px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 8px;
  background: var(--ui-color-02-secondary-01-enabled, #E4EEFF);
  border: transparent;

  display: flex;
  width: 296px;
  height: 52px;
  padding: 19px 46px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}


/* .target-detalle-duda{
  background: linear-gradient(0deg, #F2F2F2 -53.85%, #CFD1F5 100%), linear-gradient(200.17deg, #CFD5E0 -25.52%, #FAFAFA 120.09%), linear-gradient(8.32deg, #CA1931 -48.48%, #5084E4 209.89%);
    margin: 0px 40px;
    margin-bottom: 60px;
} */


@media (min-width:750px) {
  .target-detalle-duda .target-sup {
    padding: 0 150px;
    margin-top: -32px;
  }
}

@media (min-width:1200px) {
  .detalle-duda {
    margin-bottom: 20px;
    margin-top: -60px;
  }

  .detalle .detalle-duda {
    margin-bottom: 20px;
    margin-top: -200px;
  }



  .detalle-videocall {
    margin-top: -20px;
  }

  .target-detalle-consumo .target-inf .m-caract-fin {
    margin-top: 38px;
  }

  .target-detalle-consumo .target-inf .m-caract-icon {
    width: 52px;
    height: 52px;
  }

  .target-detalle-consumo .target-inf .m-caract-color {
    background-size: 32px;
  }

  .target-detalle-consumo .target-inf .m-caract-carro {
    background-size: 32px;
  }

  .target-detalle-consumo .target-inf .m-caract h3 ,
.target-detalle-consumo .target-inf .m-caract h4 ,
  .target-detalle-consumo .target-inf .m-caract h5 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }

  .target-detalle-consumo .target-inf .m-caract p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
  }

  .target-detalle .container {
    display: flex;
    flex-direction: column;
    padding: 0px;
    margin: 0;
  }

  .target-detalle .target-inf {
    margin-top: 0;
  }

  .target-detalle-consumo .target-sup {
    margin-right: 25px
  }

  .target-detalle-consumo .target-inf {
    margin-left: 25px
  }

  .target-detalle-duda {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    max-width: 1010px;
    display: flex;
  }

  .target-detalle-duda {
    margin-top: 150px;
  }

  .detalle .detalle-duda-presupuesto .target-detalle.target-detalle-duda {
    margin-top: 50px;
  }


  .target-detalle-duda .container {
    flex-direction: unset;
  }

  .target-detalle-duda .target-sup {
    display: unset;
    align-self: center;
    padding: 0;
    margin: 0;
  }

  .target-detalle-duda .target-sup img {
    width: 307px;
  }

  .target-detalle-duda .target-inf {
    /* padding: 32px 122px 48px 16px; */
    padding: 32px 31px 16px 16px;
  }

  .target-detalle-duda .target-inf h2 {
    margin-bottom: 10px;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
  }

  .target-detalle-duda .target-inf button {
    margin-top: 21px;
  }

  .target-detalle-duda .target-inf .duda-whats {
    display: flex;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    background: var(--azulCarsAndCars);
    border: 1px solid var(--azulCarsAndCars);
    color: #fff;
    height: 75px;
    align-items: center;
    margin-top: 34px;
  }

  .target-detalle-duda .target-inf .duda-whats p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin: 0;
    opacity: 1;
  }

  .target-detalle-duda .target-inf .duda-whats img {
    float: none;
    margin-left: 32px;
    margin-right: 33px;
  }

  .target-detalle-duda .duda-whats-mv {
    display: none;
  }

  .target-detalle-videocall .target-sup {
    width: 100%;
    display: flex;
    flex-direction: inherit;
    text-align: center;
    justify-content: center;
  }

  .target-detalle-videocall .target-sup img {
    display: block;
    width: 264px;
    text-align: center;
  }

  .target-detalle-videocall {
    background: linear-gradient(331.18deg, #FFDCDB -19.07%, #EDDEFF 100%), #C4C4C4;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    margin-top: 58px;
    max-width: 1010px;
  }

  .target-detalle-videocall .container {
    display: flex;
    flex-direction: row;
    padding: 0px;
  }

  .target-home-videocall img {
    margin: 0;
  }

  #texto-videocall {
    background: transparent;
    padding-left: 69px;
    padding-top: 30px;
    padding-right: 33px;
    max-width: 1440px;
  }

  #texto-videocall h2 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 8px;
  }

  #texto-videocall p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    /* or 144% */
    /* UI Color/Text/Normal/02 Subtitle */
    color: #383737;
    opacity: 0.8;
    margin-bottom: 24px;
  }

  #texto-videocall button {
    /*font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;*/
    /*letter-spacing: -0.004em;
    height: 52px;*/
    width: 356px;
    margin-top: 0;
    margin-bottom: 35px;
  }

  .target-detalle-consumo {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    margin-top: 58px;
    max-width: 1010px;
    display: flex;
  }

  .target-detalle-consumo .container {
    display: flex;
    flex-direction: inherit;
    padding: 0px;
    margin: 0;
  }

  .target-detalle-consumo .target-sup h2 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #252627;
    margin-bottom: 18px;
  }

  .target-detalle-consumo .contenedor-emisiones .emisiones .valor {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #383737;
  }

  .target-detalle-consumo .contenedor-consumos {
    margin-top: 23px;
  }

  .target-detalle-consumo .contenedor-consumos .consumo .texto .valor {
    padding: 2px 13px;
  }

  .target-detalle-consumo .target-inf h2 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #252627;
    margin-bottom: 28px;
  }

  .target-detalle-consumo .contenedor-emisiones .texto {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--textoGris2);
  }

  .target-detalle-consumo .contenedor-consumos .consumo .texto .nombre {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }

  .target-detalle-consumo .contenedor-consumos .consumo .texto .valor {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 24px;
  }
}

@media (min-width:1400px) {
  .target-detalle-videocall {
    max-width: 1098px;
  }

  .target-detalle-duda {
    max-width: 1098px;
  }

  .target-detalle-consumo {
    max-width: 1098px;
  }

  .detalle-duda-presupuesto .container {
    background: linear-gradient(0deg, #F2F2F2 -53.85%, #CFD1F5 100%), linear-gradient(200.17deg, #CFD5E0 -25.52%, #FAFAFA 120.09%), linear-gradient(8.32deg, #CA1931 -48.48%, #5084E4 209.89%);

  }

  .detalle-duda-presupuesto .target-detalle-duda .target-sup {
    width: 50%;
    margin-top: 0;
  }

  .detalle-duda-presupuesto #texto-duda-presupuesto h2 {
    color: var(--black-80, #252627);
    font-family: DM Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
  }

  .detalle-duda-presupuesto #texto-duda-presupuesto p {
    color: var(--black-80, #252627);
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
  }

  .detalle-duda-presupuesto .target-detalle-duda .target-sup img {
    width: 229px;
  }

  .detalle-duda-presupuesto .cont_button {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .detalle-duda-presupuesto button {
    display: flex;
    height: 52px;
    width: 142px;
    padding: 19px 46px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: var(--ui-color-02-secondary-01-enabled, #E4EEFF);
    border: transparent;

    color: var(--ui-color-text-normal-04-cta, var(--azulCarsAndCars));
    text-align: center;
    /* M/04 CTA */
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 100% */
    letter-spacing: -0.064px;
  }


}

/*#endregion VIDEOCALL - DUDA - CONSUMO*/
/*#region TARGET CARD*/
.target-card {
  padding: 8px 16px;
}

.target-card .container {
  background: #FFFFFF;
  box-shadow: 1px 5px 18px -2px rgba(1, 53, 149, 0.15);
  border-radius: 10px;
}

.target-card .t-card-head {
  padding: 16px 16px;
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 10px;
}

.equipamiento_titulo,
.target-card .t-card-head h2 {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--azulCarsAndCars);
  width: 100%;
  margin-bottom: 0px;
}

.target-card .button-collapsed {

  text-align: right;
  text-align: -webkit-right;
}

.target-card .mas-menos {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 0;
  background-color: white;

}

.target-card .mas-menos svg {
  fill: var(--azul);
  width: 14px;
  height: 14px;
  margin-right: 10px;
}

.target-card .mas-menos .mas {
  display: flex;
}

.target-card .t-card-head.collapsed .menos {
  display: flex;
  transform: rotate(360deg);
}

.target-card .mas-menos .menos {
  display: flex;
  transform: rotate(180deg);
}

.target-card .mas-menos.collapsed .mas {
  display: none;
}


.target-card .t-card-content {
  display: flex;
}

.target-card .dimensions {
  display: flex;
  padding-left: 13px;
}

.target-card .contenedor-equipamiento {
  height: 100%;
  max-height: 123px;
  overflow: hidden;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 16px;
  padding-right: 16px;
  /* padding-bottom: 30px; */
}


.target-card #carEquip .info {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  /* font-size: 14px; */
  font-size: 16px;
  line-height: 20px;
  color: #383737;
  margin-bottom: 10px;
  padding: 0 16px 0 16px;
}

.target-card .contenedor-equipamiento .equipamiento {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #383737;
  margin-bottom: 10px;
}

.target-card .contenedor-equipamiento.new_extra h2{
  padding: 11px 0px;
  };

.target-card .btn-collap {
  text-align: center;
  padding-bottom: 40px;
}

.target-card .btn-vermas {

  border: 0;
  background: #fff;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: underline;
  width: 100%;
}

.target-card .btn-vermenos {
  display: none;
  border: 0;
  background: #fff;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: underline;
}

/*.target-card .contenedor-equipamiento .equipamiento::before {
  content: '';
  background-color: #383737;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}*/
.target-card .contenedor-dimensiones {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 30px;
}

.target-card .contenedor-dimensiones .coche-frontal .car-dim-front {
  width: 68px;
  height: 100px;
}

.target-card .contenedor-dimensiones .coche-lateral .car-dim-lat {
  width: 111px;
  height: 100px;
}


.target-card .contenedor-dimensiones .coche-frontal {
  position: relative;
  padding-right: 40px;
  padding-bottom: 35px;
  margin-bottom: 30px;
}

.target-card .contenedor-dimensiones .coche-frontal svg {
  width: 115px;
  height: 115px;
}

.target-card .contenedor-dimensiones .coche-frontal .medidor-vertical {
  position: absolute;
  top: 20px;
  right: 70px;
  height: 75px;
  width: 3px;
  background-color: var(--azul);
}

.target-card .contenedor-dimensiones .coche-frontal .medidor-vertical::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--azul);
  height: 2px;
  width: 17px;
}

.target-card .contenedor-dimensiones .coche-frontal .medidor-vertical::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--azul);
  height: 2px;
  width: 17px;
}

.target-card .contenedor-dimensiones .coche-frontal .altura {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #383737;
  position: absolute;
  top: 40px;
  right: 20px;
}

.target-card .contenedor-dimensiones .coche-frontal .medidor-horizontal {
  position: absolute;
  left: 0;
  width: 68px;
  height: 1px;
  background-color: #000000;
}

.target-card .contenedor-dimensiones .coche-frontal .medidor-horizontal::before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  transform: translateY(-50%);
  background-color: #000000;
  height: 6px;
  width: 1px;
}

.target-card .contenedor-dimensiones .coche-frontal .medidor-horizontal::after {
  content: '';
  position: absolute;
  top: -3px;
  right: 0;
  transform: translateY(-50%);
  background-color: #000000;
  height: 6px;
  width: 1px;
}

.target-card .contenedor-dimensiones .coche-frontal .ancho {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #383737;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 68px;
  text-align: center;
}

.target-card .contenedor-dimensiones .coche-lateral {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 30px;
}

.target-card .contenedor-dimensiones .coche-lateral svg {
  width: 215px;
  height: 76px;
}

.target-card .contenedor-dimensiones .coche-lateral .medidor-horizontal {
  position: absolute;
  left: 0;
  width: 111px;
  height: 1px;
  background-color: #000000;
}

.target-card .contenedor-dimensiones .coche-lateral .medidor-horizontal::before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  transform: translateY(-50%);
  background-color: #000000;
  height: 6px;
  width: 1px;
}

.target-card .contenedor-dimensiones .coche-lateral .medidor-horizontal::after {
  content: '';
  position: absolute;
  top: -3px;
  right: 0;
  transform: translateY(-50%);
  background-color: #000000;
  height: 6px;
  width: 1px;
}

.target-card .contenedor-dimensiones .coche-lateral .largo {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #383737;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 111px;
  text-align: center;
}

.target-card .contenedor-dimensiones .coche-lateral .medidor-vertical {
  position: absolute;
  top: 20px;
  right: -20px;
  height: 55px;
  width: 1px;
  background-color: #000000;
}

.target-card .contenedor-dimensiones .coche-lateral .medidor-vertical::before {
  content: '';
  position: absolute;
  top: 0;
  left: -3px;
  transform: translateX(-50%);
  background-color: #000000;
  height: 1px;
  width: 6px;
}

.target-card .contenedor-dimensiones .coche-lateral .medidor-vertical::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -3px;
  transform: translateX(-50%);
  background-color: #000000;
  height: 1px;
  width: 6px;
}

.target-card .contenedor-dimensiones .coche-lateral .altura {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #383737;
  position: absolute;
  top: 40px;
  right: -70px;
}

.target-card .contenedor-dimensiones .dimensions2 {
  width: 100%;
}

.target-card .contenedor-dimensiones .listado ul {
  list-style: none;
  margin-bottom: 0px;
  display: flex;
  padding-inline-start: 0px;
}

.target-card .contenedor-dimensiones .listado ul li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 20px;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #383737;
  width: 50%;
}

.target-card .contenedor-dimensiones .listado ul li::before {
  content: '';
  background-color: #383737;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.target-card .contenedor-dimensiones .volMaletero {
  background: #F4F8FF;
  border-radius: 0 0 10px 10px;
  display: flex;
  padding: 23px 32px;
  align-items: center;
  margin-left: -16px;
  margin-right: -16px;
}

.target-card .contenedor-dimensiones .volMaletero .textVMficha {
  margin-left: 30px;
}

.target-card .contenedor-dimensiones .volMaletero .titVMficha {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  color: var(--azulCarsAndCars);
  margin-bottom: 4px;
}

.target-card .contenedor-dimensiones .volMaletero .resultVMficha {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: var(--azulCarsAndCars);
  margin-bottom: 0;
}

@media (min-width:768px) {
  .target-card {
    padding: 16px 16px;
  }

  .target-card .contenedor-dimensiones {
    flex-direction: inherit;
  }

  .target-card .dimensions {
    width: 100%;
  }

  .target-card .contenedor-dimensiones .listado ul {
    display: block;
  }

  .target-card .contenedor-dimensiones .listado ul li {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #383737;
  }

  .target-card .contenedor-dimensiones .volMaletero {
    max-width: 500px;
    margin-bottom: 23px;
    border-radius: 10px;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width:1200px) {
  .target-card .container {
    max-width: 1010px;
    margin-left: auto;
    margin-right: auto;
  }

  .equipamiento_titulo,
  .target-card .t-card-head h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .target-card .t-card-head {
    padding: 32px 24px;
    display: flex;
  }

  .target-card .t-card-content {
    display: flex;
  }

  .target-card .dimensions {
    padding-left: 68px;
  }

  .target-card .contenedor-dimensiones .listado ul {
    display: flex;
  }

  .target-card .contenedor-dimensiones .coche-frontal .car-dim-front {
    width: 93px;
    height: 123px;
  }

  .target-card .contenedor-dimensiones .coche-lateral .car-dim-lat {
    width: 153px;
    height: 123px;
  }

  .target-card .contenedor-dimensiones .coche-frontal .medidor-horizontal {
    position: absolute;
    left: 0;
    width: 93px;
    height: 1px;
    background-color: #000000;
  }

  .target-card .contenedor-dimensiones .coche-frontal .ancho {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #383737;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 93px;
    text-align: center;
  }

  .target-card .contenedor-dimensiones .coche-lateral .medidor-horizontal {
    position: absolute;
    left: 0;
    width: 153px;
    height: 1px;
    background-color: #000000;
  }

  .target-card .contenedor-dimensiones .coche-lateral .largo {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #383737;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 153px;
    text-align: center;
  }

  .target-card .contenedor-dimensiones .coche-lateral .medidor-vertical {
    position: absolute;
    top: 20px;
    right: -20px;
    height: 75px;
    width: 1px;
    background-color: #000000;
  }

  .target-card .contenedor-dimensiones .coche-lateral .altura {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #383737;
    position: absolute;
    top: 40px;
    right: -80px;
  }

  .target-card .contenedor-equipamiento {
    height: 100%;
    max-height: 123px;
    overflow: hidden;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 25px;
    padding-right: 25px;
    /* padding-bottom: 40px; */
    column-count: 2;
    /* column-gap: 70px; */
  }

  .target-card .contenedor-equipamiento.new_extra  {
    max-height: fit-content;
    column-count: 1;
    width: 100%;
  }

  .target-card .contenedor-equipamiento.new_extra .equipamientoExtra  {
    column-count: 2;
    max-height: fit-content;
  }

  .target-card .contenedor-equipamiento.ayuda_dana   {
    column-count: 1;
    max-height: fit-content;
  }
  
  .target-card .contenedor-equipamiento.ayuda_dana   {
    padding-bottom: 40px;
  }

  .target-card .contenedor-equipamiento.new_extra h2,
  .target-card .contenedor-equipamiento.ayuda_dana h2{
    padding: 11px 0px;
  };

  .target-card #carEquip .info{
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #383737;
    margin-bottom: 20px;
    padding: 0 25px 0 25px;
  }

  .target-card .contenedor-equipamiento .equipamiento {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #383737;
    margin-bottom: 10px;
  }

  .target-card .contenedor-dimensiones .volMaletero {
    background: #F4F8FF;
    border-radius: 10px;
    display: flex;
    padding: 23px 30px;
    align-items: center;
  }

  .target-card .contenedor-dimensiones .volMaletero .textVMficha {
    margin-left: 30px;
  }

  .target-card .contenedor-dimensiones .volMaletero .titVMficha {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: var(--azulCarsAndCars);
    margin-bottom: 4px;
  }

  .target-card .contenedor-dimensiones .volMaletero .resultVMficha {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: var(--azulCarsAndCars);
    margin-bottom: 0;
  }
}

@media (min-width:1400px) {
  .target-card .container {
    max-width: 1098px;
    margin-left: auto;
    margin-right: auto;
  }

  .target-card .contenedor-dimensiones .volMaletero {
    padding: 23px 32px;
  }
}

/*#endregion TARGET CARD*/
/*#region CONDICIONES*/

.condiciones .container {
  padding: 0px 16px;
}

.condiciones p span {
  margin-top: 22px;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: var(--textoGris2);
}

@media (min-width:1200px) {
  .condiciones {
    padding-top: 79px;
  }

  .condiciones .container {
    padding: 0px;
    max-width: 1160px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width:1400px) {}

/*#endregion CONDICIONES*/

/*#region CTA MOVIL DETALLE*/
.contenedor-cta-movil-detalle {
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  /*flex-direction: column;*/
  justify-content: center;
  align-items: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 15px 16px;
}

.contenedor-cta-movil-detalle .ctas {
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  padding: 6px 0px;
}

.contenedor-cta-movil-detalle .ctas:first-child {
  padding-right: 8px;
}

.contenedor-cta-movil-detalle .ctas:last-child {
  padding-left: 8px;
}

.contenedor-cta-movil-detalle .btn-tertiary-icon {
  text-align: center;
}

.contenedor-cta-movil-detalle .ctas .boton {
  border: none;
  width: calc(30%);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-radius: 8px;
  padding: 8px;
}

.contenedor-cta-movil-detalle .ctas .boton.contactar {
  background-color: var(--primaryblue);
}

.contenedor-cta-movil-detalle .ctas .boton.whatsapp {
  background-color: #25d366;
}

.contenedor-cta-movil-detalle .ctas .boton.llamar {
  background-color: var(--primaryblue);
}

.contenedor-cta-movil-detalle .ctas .boton svg {
  width: 22px;
  height: 22px;
  fill: white;
}

.contenedor-cta-movil-detalle .ctas .boton .texto {
  display: none;
}

/*#endregion*/

@media (min-width:576px) {

  /*#region CTA MOVIL DETALLE*/
  .contenedor-cta-movil-detalle .ctas .boton {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .contenedor-cta-movil-detalle .ctas .boton .texto {
    margin-left: 10px;
    display: block;
    color: white;
  }

  /*#endregion*/
}

@media (min-width:1200px) {

  /*#region CTA MOVIL DETALLE*/
  .contenedor-cta-movil-detalle {
    display: none;
  }

  /*#endregion*/
}

@media (min-width:1200px) {
  .target-funciona-detalle {
    background: #FAFAFA;
  }

  .target-funciona-detalle .container {
    background: #FAFAFA;
  }
}

/*#endregion PRODUCTO */


/*#region GALERIA PANTALLA COMPLETA DETALLE*/
.target-sup-pc.pantalla-completa {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1110;
  padding: 0px;
  background-color: #fff;
  display: flex;
  justify-content: center;
}

.pantalla-completa .swiper-slide img {
  max-height: calc(100vh - 0px);
  object-fit: contain;
}

.target-car-general .target-sup.pantalla-completa .mySwiper2 img {
  border-radius: 0;
}

.target-car-general .target-sup.pantalla-completa .flecha {
  width: auto;
  outline: 0;
  line-height: 16px;
  padding: 10px;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
}

.target-car-general .target-sup.pantalla-completa .flecha.arrow-front {
  left: auto;
  right: 8px;
}

.target-car-general .target-sup.pantalla-completa .flecha.arrow-back {
  right: auto;
  left: 8px;
}

.target-sup-pc .gen-close-pc {
  display: none;
}

.target-sup-pc .gen-zoom-pc {
  display: block;
}

.target-sup-pc .btn-close-pc {

  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 10;
  right: 0;
  display: flex;
  top: 16px;
  right: 16px;
  border: 1.5px solid var(--primaryblue);
  border-radius: 20px;
  background-color: #fff;
  background-image: url(/public/icon/searchclose.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 23px;
}

.target-sup-pc .btn-zoom-pc {

  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 10;
  right: 0;
  display: flex;
  top: 16px;
  right: 16px;
  border: 0;
  border-radius: 20px;
  background-color: transparent;
  background-image: url(/public/icon/compress.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 23px;
}

.fade:not(.show) {
  opacity: 0;
  display: none;
}

#myTabContent,
.tab360,
.tabvideo {
  width: 100%;
  height: 372px;
}

.mini-fotos,
.mini-360 {
  display: flex;
}

.not-tab {
  display: none;
}

iframe {
  border: 0;
}

@media (min-width:1200px) {
  .target-car-general .target-sup.pantalla-completa {
    max-width: 100%;
  }

  .target-car .target-sup.pantalla-completa .slide {
    display: block;
  }

  #myTabContent {
    width: 577px;
    height: 382px;
  }

}

@media (min-width:1400px) {
  #myTabContent {
    width: 630px;
    height: 420px;
  }
}

/*#endregion*/

/*#region modal alert compare*/


.fullcompare .modal {
  overflow: hidden;
  background: rgba(1, 53, 149, 0.5);
}

.fullcompare .modal-content {
  height: 100%;
  border: 0;
  background-color: transparent;
}

.fullcompare .modal-header {
  justify-content: flex-end;
  background-color: transparent;
  border: 0;
  padding: 16px;
  padding-right: 0;
}

.fullcompare .modal-header .btn-close {
  border: 0;
  background-color: #fff;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  box-shadow: 1px 5px 18px -2px rgb(1 53 149 / 15%);
}

.fullcompare .modal-header .btn-close img {
  height: 23px;
  width: 23px;
}

.fullcompare .modal-body {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 35px 40px 33px 40px;
  border: 0;
}

.fullcompare .modal-body h3 {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  margin-bottom: 16px;
}

.fullcompare .modal-body p {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: var(--textoGris2);
  margin-bottom: 33px;
}

.fullcompare .modal-body .btn-primary-cc {
  width: 178px;
}

.fullcompare .modal-footer {
  justify-content: center;
  background-color: #fff;
  border: 0;
  padding: 16px 115px 33px 115px;
  margin: 0;
  border-radius: 0 0 10px 10px;
}

.fullcompare .modal-footer .btn-primary-cc {
  width: 178px;
}


/*#endregion modal alert compare*/

/*#region modal info */
.infocar-dk {
  display: none;
}

.title-solinf-dk {
  display: none;
}

.title-solinf-mv {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  margin-bottom: 24px;
  padding-left: 7px;
}

.modalinfo .modal-body .subtit-solinfo {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #383737;
  margin-top: 24px
}

#modalSolicitarInformacionRenting .modal-body {
  border-radius: 10px;
  padding-bottom:30px;
}

#modalSolicitarInformacionRenting .modal-body .subtit-solinfo {
  margin-top: 10px;
  margin-bottom: 10px;
}

#modalSolicitarInformacionRenting .form-control-cc,
#modalMasinfo .form-control-cc {
  width: 100%;
}

#modalSolicitarInformacionRenting .form-control-select.w50,
#modalSolicitarInformacionRenting .form-control-cc.w50 {
  width: 49%;
}

#modalSolicitarInformacionRenting #btnEnviarSolicitudRenting{
  margin-top: 25px;
}

.textareagen {
  width: 100%;
}

.text-count {
  text-align: end;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #ADAAA9;
}

.modalinfo textarea {
  width: 100%;
  height: 123px;
  padding-top: 10px;
}

.modalinfo {
  overflow: hidden;
  background: rgba(1, 53, 149, 0.7);
}

/**/
.modalinfo .modal-dialog {
  margin: auto;
  max-width: 100%;
  height: 100%;
}


.modalinfo .modal-content {
  height: 100%;
  border: 0;
  background-color: transparent;
}

.modalinfo .modal-header {
  justify-content: flex-end;
  background-color: #fff;
  border: 0;
  /* padding: 16px; */
  border-radius: 0;

  /* para dejar la X a la altura del titulo */
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
}

.modalinfo .modal-header .btn-close {
  border: 0;
  background-color: transparent;
  margin-top: 16px;
}

.modalinfo .modal-header .btn-close img {
  height: 23px;
  width: 23px;
}

.modalinfo .modal-body {
  background-color: #fff;
  padding: 16px;
}



.modalinfo .modal-body h3 {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  margin-bottom: 12px;
}

.modalinfo .modal-body p {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* color: var(--textoGris2); */
  margin-bottom: 18px;
}

.modalinfo .modal-body .min-text {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #ADAAA9;
}



.modalinfo .modal-footer {
  justify-content: center;
  background-color: #fff;
  border: 0;
  padding: 10px 16px 24px 16px;
  margin: 0;
  border-radius: 0;
}

.modalinfo .modal-footer .col-izq,
.modalinfo .modal-footer .col-der {
  width: 100%;
}

.modalinfo .modal-footer .col-der {
  margin-top: 16px;
}

.modalinfo .modal-footer>* {
  margin: 0;
}


/* FICHA CARD DK */

.modalinfo .card-coche {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  mix-blend-mode: normal;
  filter: drop-shadow(0px 3px 8px rgba(151, 151, 151, 0.19));
  margin-bottom: 24px;
}

.modalinfo .card-coche .parte-superior {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.modalinfo .card-coche .contenedor-foto {
  position: relative;
  margin-bottom: 15px;
  width: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 10px 10px 0 0;
}

.modalinfo .card-coche .contenedor-foto img {
  width: 100%;
}

/* 
.modalinfo .card-coche .contenedor-caracteristicas {
  margin-top: -23px;
  z-index: 9;
  width: 100%;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  background-color: var(--white);
  border-radius: 10px;
} */

/* .modalinfo .card-coche .car-info-sup {
  width: 100%;
  padding: 18px 16px 10px 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
} */

/* .modalinfo .card-coche .car-title {
  width: 100%;
  margin-bottom: 18px;
} */

/* .modalinfo .card-coche .titulo {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  text-align: left;
  color: var(--h2Gris);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
} */

.modalinfo .card-coche .subtitle {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: var(--textoGris2);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* .modalinfo .card-coche .contenedor-precios {
  width: 100%;
  display: flex;
  margin-bottom: 13px;
} */

.modalinfo .card-coche .contenedor-precios .contado-tachado {
  width: 50%;
}

.modalinfo .card-coche .contenedor-precios .text {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: var(--textoGris2);
  display: flex;
  flex-direction: row;
  /* justify-content: left; */
  align-items: center;
  flex-wrap: wrap;
}

.modalinfo .card-coche .contenedor-precios .contado-tachado .contado {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: var(--primaryblue);
  justify-content: left;
  display: flex;
}

#modalCalculadora .car-title{
  width: 100%;
}

#modalCalculadora .card-coche .contenedor-precios{
  margin-top: 10px;
  width: 100%;
}

#modalCalculadora .card-coche .contenedor-precios .financiado .texto-financiacion,
#modalCalculadora .card-coche .contenedor-precios .contado-tachado .contado2,
#modalCalculadora .card-coche .contenedor-precios .contado-tachado .contado {
  justify-content: end;
}

#modalCalculadora  .card-coche .contenedor-precios .financiado{
  justify-content: right;
}

#modalCalculadora .card-coche .contenedor-caracteristicas .caracteristica .texto{
  font-size: 11px;
}



.modalinfo .card-coche .contenedor-precios .contado-tachado .contado2 {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  justify-content: left;
  display: flex;
}

.modalinfo .card-coche .contenedor-precios .financiado {
  margin-top: 0px;
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
}

.modalinfo .card-coche .contenedor-precios .financiado .texto-financiacion {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: var(--primaryblue);
}

.modalinfo .card-coche .contenedor-precios .financiado img {
  margin-top: -5px;
  margin-right: 8px;
}

.modalinfo .card-coche .contenedor-precios .financiado .texto-ahorro {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.modalinfo .card-coche .contenedor-precios .financiado .texto-f-mes {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--azulCarsAndCars);
  display: flex;
  flex-direction: row;
  justify-content: right;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 3px;
}



.modalinfo .car-info-inf {
  padding: 0 16px 8px 16px;
  overflow: hidden;
  height: auto;
}

.modalinfo .car-info-inf .car-caract-global {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  overflow-x: scroll;
  overflow-y: hidden;
  flex-wrap: wrap;
}

#modalSolicitarInformacionRenting  .car-info-inf .car-caract-global {
  margin-bottom: 0px !important;
}

.contenedor.addDatosRenting {
  display: none;
}

.contenedor.addDatosRenting.pc,
.contenedor.addDatosRenting.mvl {
  padding:13px 16px;
  /* background: rgba(164, 197, 255, 0.4); */
  background: #EEEEEE;
  border-radius: 4px;
  margin: 10px 4px 8px 4px;
  display: flex;
  flex-direction: row;
  /* justify-content: center; */
  align-items: center;
  flex-wrap: wrap;
  font-size: 10px;
}

.contenedor.addDatosRenting.pc .car-caract-global,
.contenedor.addDatosRenting.mvl .car-caract-global {
  display: inline-flex;
  grid-column-gap: 25px;
}

#modalSolicitarInformacionRenting .infocar-dk .card-renting.card-coche.dl-interaccion-renting_detalle.dl-select-item {
  margin-top: -50px;
}

.caracteristica.addDatosRenting_importe {
  font-size: 20px;
  width: 100%;
}

.caracteristica .texto{
  /* font-size: 20px; */
  font-weight: bold;
}

.contenedor_resto_datos_renting {
  width: 100%;
  /* border: 5px solid red; */
  /* background: white; */
  color: black;
  display: flex;
  justify-content: space-between; /* Distribuye los hijos a ambos lados */
  align-items: flex-start; /* Cambiado a flex-start para que se alineen en la parte superior */
}

.contenedor_resto_datos_renting_derecha,
.contenedor_resto_datos_renting_izquierda {
  width: 47%; /* Aplicamos 47% a ambas partes */
  box-sizing: border-box; /* Asegura que padding y border no afecten el width */
  font-size: 15px;
  color: var(--textoGris2);
}

@media (min-width: 1200px) {
  .contenedor_resto_datos_renting_derecha,
  .contenedor_resto_datos_renting_izquierda {
    width: 50%; /* Aplicamos 50% a ambas partes */
  }
}






.modalinfo .card-coche .contenedor-caracteristicas .caracteristica {
  padding: 7px 9px;
  background: rgba(164, 197, 255, 0.4);
  border-radius: 4px;
  margin: 0 4px 8px 4px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.modalinfo .card-coche .contenedor-caracteristicas .caracteristica-first {
  margin: 0px 4px 8px 0px;
}

.modalinfo .card-coche .contenedor-caracteristicas .caracteristica .texto {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: var(--primaryblue);
}

.modalinfo .card-coche .contenedor-caracteristicas .caract-ambiental {
  background-color: transparent;
  border: 0;
  padding: 0;
  width: 35px;
  height: 35px;
}

.modalinfo .card-coche .contenedor-caracteristicas .caracteristica .ambiental {
  width: 35px;
  height: 35px;
}

/* END FICHA CARD DK */



@media (min-width:1200px) {
  .modalinfo .infocar-dk {
    display: block;

  }

  .modalinfo .infocar-mv {
    display: none;
  }

  .title-solinf-dk {
    display: block;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #252627;
    margin-bottom: 19px;
  }

  .title-solinf-mv {
    display: none;
  }

  .subtit-solinfo {
    color: var(--textoGris2);
  }


  .modalinfo .modal-dialog {
    margin: auto;
    max-width: 966px;
    height: auto;
  }

  .modalinfo .modal-content {
    height: 468px;
    top: -140px;
  }

  .modalinfo .modal-header {
    justify-content: flex-end;
    background-color: transparent;
    border: 0;
    /* padding: 16px; */
    padding: 0px;


    /* para dejar la X a la altura del titulo */
    position: unset;
  }

  .modalinfo .modal-header .btn-close {
    border: 0;
    background-color: #fff;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    box-shadow: 1px 5px 18px -2px rgb(1 53 149 / 15%);



  }

  .btn-close.btn-dentro {
    top: 0;
    position: absolute;
    z-index: 1;
    /* border: 2px solid; */
    margin-top: 45px;
    margin-right: 15px;
  }

  .modalinfo .modal-header .btn-close img {
    height: 23px;
    width: 23px;
  }

  .modalinfo .modal-body {
    background-color: #fff;
    padding: 0;
    border-radius: 10px 10px 0 0;
    padding: 38px 30px 10px 30px;
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-column-gap: 38px;
  }



  #modalMasinfo .modal-body input#info-nombre {
    width: 100%;
  }


  #modalCalculadora .modal-body {
    border-radius: 10px;
  }

  .modalinfo .modal-body .col-izq {
    width: 370px;
    padding-top: 52px;
  }

  #modalCalculadora .modal-body .col-izq {
    padding-top: 0 !important;
  }

  .modalinfo .modal-body h3 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: #000000;
    margin-bottom: 12px;
  }

  .modalinfo .modal-body p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    /* color: var(--textoGris2); */
  }

  .card-renting .leg-text {
    font-size: 10px !important;
  }

  .card-renting .leg-text .logoSantander{
    width: 100px;
    margin-left: 5px;
  }

  .modalinfo .modal-body .texto-mensaje-ok,
  .modalinfo .modal-body .texto-mensaje-ko {
    text-align: center;
    padding-top: 20px;
  }

  .modalinfo .modal-body .spiner .loadSP {
    background: url('/public/img/frontend/Loader.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50px;
    width: 50px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    animation: spin 1.5s linear infinite;
  }




  .modalinfo .modal-footer {
    justify-content: center;
    background-color: #fff;
    border: 0;
    padding: 10px 30px 40px 30px;
    margin: 0;
    border-radius: 0 0 10px 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 38px;
  }

  .modalinfo .modal-footer .col-izq {
    grid-column: 2;
    grid-row: 1;
    /* NEW */
    width: 498px;
  }

  .modalinfo .modal-footer .col-der {
    grid-column: 1;
    margin-top: 0;
  }

  

}

/*#endregion modal info */

/*#region modal share */

.title-share {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  margin-bottom: 24px;
}

.modalshare .modal-body .subtit-solinfo {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #383737;
  margin-top: 24px
}

#modalShare .form-control-cc {
  width: 100%;
}

.textareagen {
  width: 100%;
  margin-top: -20px;
  margin-bottom: 0px;
}

.textareagen textarea {
  margin-bottom: 15px;
}

.textareagen textarea {
  margin-top: 20px;
  margin-bottom: 0px;
}

input#infoDudas-tel {
  margin-bottom: 35px;
}


textarea#infoDudas-mensaje{
  margin-top: 0px;
}

textarea#infoDudas-mensaje .text-count{
  margin-top: 15px;
}

button#infoDudas-btEnviar{
  margin-top: 20px;
}



.text-count {
  text-align: end;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #ADAAA9;
}

.modalshare textarea {
  width: 100%;
  height: 123px;
  padding-top: 10px;
}

.modalshare {
  overflow: hidden;
  background: rgba(1, 53, 149, 0.7);
}

/**/
.modalshare .modal-dialog {
  margin: auto;
  max-width: 100%;
  height: 100%;
}

.modalshare .modal-content {
  height: 100%;
  border: 0;
  background-color: transparent;
}

.modalshare .modal-header {
  justify-content: flex-end;
  background-color: #fff;
  border: 0;
  padding: 16px;
  border-radius: 0;
}

.modalshare .modal-header .btn-close {
  border: 0;
  background-color: transparent;
}

.modalshare .modal-header .btn-close img {
  height: 23px;
  width: 23px;
}

.modalshare .modal-body {
  background-color: #fff;
  padding: 16px;
}

.modalshare .modal-body h3 {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  margin-bottom: 12px;
}

.modalshare .modal-body p {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--textoGris2);
  margin-bottom: 18px;
}

.modalshare .modal-body .col-izq {
  margin-bottom: 32px;
}


.modalshare .btn-secondary-cc {
  margin-bottom: 24px;
  text-decoration: none;
  color: var(--azulCarsAndCars);
  display: flex;
  justify-content: center;
}

.modalshare .btn-secondary-cc:hover {
  color: #fff;
}

.modalshare .btn-secondary-cc:active {
  color: var(--azulCarsAndCars);
}

.modalshare .copy-btn .copybtn-img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  background-image: url(/public/icon/share/share-copy.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
}

.modalshare .whatsapp-btn .whatsbtn-img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  background-image: url(/public/icon/share/share-whats.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
}

.modalshare .facebook-btn .facebtn-img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  background-image: url(/public/icon/share/share-face.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}

.modalshare .email-btn .emailbtn-img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  background-image: url(/public/icon/share/share-envelope.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
}

.modalshare .twitter-btn .twitterbtn-img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  background-image: url(/public/icon/share/share-twitter.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
}

.modalshare .download-btn .downbtn-img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  background-image: url(/public/icon/share/share-download.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
}

.modalshare .copy-btn:hover .copybtn-img {
  background-image: url(/public/icon/share/share-copy-w.svg);
}

.modalshare .whatsapp-btn:hover .whatsbtn-img {
  background-image: url(/public/icon/share/share-whats-w.svg);
}

.modalshare .facebook-btn:hover .facebtn-img {
  background-image: url(/public/icon/share/share-face-w.svg);
}

.modalshare .email-btn:hover .emailbtn-img {
  background-image: url(/public/icon/share/share-envelope-w.svg);
}

.modalshare .twitter-btn:hover .twitterbtn-img {
  background-image: url(/public/icon/share/share-twitter-w.svg);
}

.modalshare .download-btn:hover .downbtn-img {
  background-image: url(/public/icon/share/share-download-w.svg);
}


@media (min-width:1200px) {
  .modalshare .modal-dialog {
    margin: auto;
    max-width: 566px;
    height: auto;
  }

  .modalshare .modal-content {
    height: 468px;
  }

  .modalshare .modal-header {
    justify-content: flex-end;
    background-color: transparent;
    border: 0;
    padding: 16px;
    padding-right: 0;
  }

  .modalshare .modal-header .btn-close {
    border: 0;
    background-color: #fff;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    box-shadow: 1px 5px 18px -2px rgb(1 53 149 / 15%);
  }

  .modalshare .modal-header .btn-close img {
    height: 23px;
    width: 23px;
  }

  .modalshare .modal-body {
    background-color: #fff;
    padding: 0;
    border-radius: 10px;
    padding: 38px 30px 14px 30px;
    /*display: grid;
    grid-template-columns: repeat(2, auto);
    grid-column-gap: 38px;*/
  }

  /*.modalshare .modal-body .col-izq{
  width: 370px;
  padding-top: 52px;
}*/
  .modalshare .modal-body h3 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: #000000;
    margin-bottom: 12px;
  }

  .modalshare .modal-body p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: var(--textoGris2);
  }

  .modalshare .modal-body .col-der {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-column-gap: 35px;
  }
}

/*#endregion modal share */


/*region nubetags */

.listado .nubetags {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  overflow-x: auto;
  margin: 24px auto;
  max-width: 1201px;
  padding: 0 32px 0 16px;
  grid-gap: 16px;
}

.listado .nubetags .filtro {
  outline: none;
  /*margin: 10px 4px 4px 4px;*/
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: rgba(164, 197, 255, 0.4);
  border-radius: 8px;
  padding: 8px 16px;
  border: none;
  min-width: fit-content;
  color: var(--primaryblue);
  font-family: 'DM Sans';
  font-style: normal;
  font-size: 16px;
  line-height: 16px;
}

@media (min-width:1200px) {
  .listado .nubetags {
    justify-content: center;
    margin: 40px auto;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (min-width:1400px) {
  .listado .nubetags {
    max-width: 1246px;
  }
}

/*endregion nubetags */

/*region banners_listado */

.container-banner{
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Tres columnas iguales */
  gap: 10px; /* Espacio entre los divs */
  display: flex; /* Convertir en flexbox */
  justify-content: center; /* Centrar horizontalmente */
  align-items: center; /* Centrar verticalmente */
}

.container-banner.horizontal {
  grid-column: span 3; /* Este div ocupará el espacio de 3 columnas */
  width: 100%;
}

.banner-horizontal {
  border: 1px solid var(--azulCarsAndCars);
  border-radius: 10px;
  max-width: 100%; /* Limitar el ancho al tamaño del contenedor */
  height: auto; /* Mantener la proporción de la imagen */
}





/*endregion banners_listado */