.detalle-renting-page .card-renting .plazos .text {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: var(--textoGris);
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

.detalle-renting-page .card-renting .tags-plazos {
  margin-top: 10px;
  justify-content: start;
}

.detalle-renting-page .detalle-renting .target-car-general2 .caracteristicas {
  grid-template-columns: repeat(auto-fit, minmax(20%, 25%));
}

.detalle-renting-page .target-inf {
  display: flex;
  flex-direction: column;
  margin-top: 16px !important;
}

.detalle-renting-page .subtitulo-formulario {
  color: var(--Black-80, #252627);
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.detalle-renting-page .fecha {
  display: flex;
  margin-top: 8px;
}

.detalle-renting-page .fecha div:nth-child(1) {
  margin-right: 4px;
}

.detalle-renting-page .fecha div:nth-child(2) {
  margin-right: 4px;
  margin-left: 4px;
}

.detalle-renting-page .fecha div:nth-child(3) {
  margin-left: 4px;
}

.detalle-renting-page .campo {
  flex: 1;
  /* Esto hace que cada campo tenga la misma anchura */


}

.detalle-renting-page select {
  border: solid 1px #CCD7EA;
  width: 100%;
  display: flex;
  height: 48px;
  padding: 12px 20px;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  align-self: stretch;
  border-radius: 8px;
  background: #fff;
  color: var(--textoGris2);
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.056px;
}

.detalle-renting-page select:focus {
  border: solid 1px var(--azulCarsAndCars);
  outline: none;
}

.detalle-renting-page select:hover {
  border: solid 1px #99AED5;
}

.detalle-renting-page .plazo {
  margin-top: 14px;
}

.detalle-renting-page .contenedor-plazos {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.detalle-renting-page .card {
  font-family: "DM Sans";
  background: #fff;
  color: var(--textoGris2);
  border: solid 1px #CCD7EA;
  border-radius: 8px;
  text-align: center;
  padding: 7px;
}

.detalle-renting-page .card.cards_meses{
  width: 31%;
}
.detalle-renting-page .card.cards_kms{
  width: 31%;
}


.detalle-renting-page .contenedor-precio-condiciones {
  display: flex;
  width: 100%;
  align-items: center;
}

.detalle-renting-page .contenedor-precio-condiciones .precios {
  width: 100%
}


.detalle-renting-page .link-condiciones{
  margin-top: 40px;
}

.detalle-renting-page .card:focus {
  border: solid 1px var(--azulCarsAndCars);
  outline: none;
}

.detalle-renting-page .card:hover {
  border: solid 1px #99AED5;
}

.detalle-renting-page .card h3 {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 114.286% */
  letter-spacing: -0.056px;
}

.detalle-renting-page .card p {
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 160% */
  letter-spacing: -0.04px;
  margin: 0;
}

.detalle-renting-page .card p span {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.056px;
}

.detalle-renting-page .kms .card h3 {
  margin-top: 6px;
}

.detalle-renting-page .caracteristicas {
  margin-top: 34px
}

.detalle-renting-page .campo-texto {
  border: solid 1px #CCD7EA;
  display: flex;
  height: 48px;
  padding: 12px 20px;
  align-items: center;
  gap: 179px;
  flex: 1 0 0;
  border-radius: 8px;
  background: #fff;
  width: 100%;
  margin-bottom: 8px;
}

.detalle-renting-page .campo-texto:hover {
  border: solid 1px #99AED5;
}

.detalle-renting-page .campo-texto:focus {
  border: solid 1px var(--azulCarsAndCars);
  outline: none;
}

#boton-info {
  cursor: pointer;
}

.detalle-renting-page .datos-form2 {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
}

.detalle-renting-page .datos-form>div {
  width: 50%;
}

.detalle-renting-page .datos-form2 .row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 8px;
}

.detalle-renting-page .datos-form2 .row input,
.detalle-renting-page .datos-form2 .row select {
  flex: 1;
}

.detalle-renting-page .datos-form {
  width: 100%;
  gap: 8px
}

.detalle-renting-page .datos-form>div>div {
  display: flex;
  gap: 8px;
}

.detalle-renting-page .datos-form>div>div>input,
.datos-form>div>div>select {
  width: 50%;
}

.detalle-renting-page .datos-form .button-interesa-dk {
  width: 100%;
  margin-top: 15px;
}

.detalle-renting-page .datos-form .button-interesa-dk a {
  width: 100%;
  margin-bottom: 37px;

}




.detalle-renting-page .target-title .icons-dk {
  margin-top: 15px;
  margin-bottom: 20px;
}

.detalle-renting-page .detalle-duda {
  /* margin-top: -70px; */
}

.detalle-renting-page .car-info-inf {
  height: fit-content;
}

.detalle-renting-page .sin_resultado {
  font-size: 19px;
}

.detalle-renting-page .card {
  cursor: pointer;
}

.campo_lleno, 
.detalle-renting-page .card.selected {
  background-color: rgba(164, 197, 255, 0.40) !important;
  color: black !important;
}

.campo_vacio{
  background-color: #fff !important;
}

.detalle-renting-page .target-funciona .container {
  background: transparent;
}

.detalle-renting-page .target-funciona {
  background: transparent;
}

.title-car-dk.movil {
  display: none;
}

.title-car-dk.desktop {
  display: block;
}

.target-car-general2.desplegable {
  padding: 20px 30px;
}

.caract-desplegable {
  display: flex;
  margin-top: -50px;
}

.caract-desplegable .target-sup-pc {
  width: 60%;
}

.caract-desplegable .target-inf {
  width: 40%;
}

.panel-oculto {
  display: none;
  margin-bottom: 60px;
}

.desplegar-form {
  margin-top: 80px;
}

.relacionados-renting .car-info-inf {
  height: 175px;
}

.bloque_r {
  display: flex;
}

.bloque_r input#info-nombre,
.bloque_r input#info-mail,
.bloque_r input#email,
.bloque_r input#telefono,
.bloque_r input#cp {
  margin-right: 20px;
}



#formulario-informacion-renting .text-leg-fin-mvl{
  /* background-color: red; */
}

#formulario-informacion-renting  .text-leg-fin-mvl p{
  text-align: center;
  margin-top: 20px;
  font-size: 15px;
  line-height: 20px;
  color: var(--textoGris);
}
 #formulario-informacion-renting .logoSantander_mvl{
  width: 100px;
  margin-left: 5px;
}

.informacionCardRenting{
  margin-top: 5px;
  margin-left: 5px;
}


@media(min-width:992px) and (max-width:1199px) {
  .detalle-renting-page .datos-form>div {
    width: 100%;
  }

  .detalle-renting-page .swiper-pagination {
    display: none;
  }

  .detalle-renting-page .datos-form {
    padding: 0 16px;
  }
}

@media(min-width:768px) and (max-width:991px) {
  .detalle-renting-page .datos-form>div {
    width: 100%;
  }

  .detalle-renting-page .swiper-pagination {
    display: none;
  }

  .title-car-one .contenedor-etiquetas {
    justify-content: space-between;
  }

  .title-car-one .contenedor-etiquetas span {
    flex-grow: 8;
  }

  .title-car-one .contenedor-etiquetas .cars-whatsapp {
    flex-grow: 2;
  }

  .detalle-renting-page .detalle-renting .target-car-general2 .caracteristicas {
    grid-template-columns: repeat(auto-fit, minmax(20%, 33%));
  }

  .detalle-renting-page .detalle-renting .target-inf {
    padding: 0;
  }

  .title-car-dk.movil {
    display: block;
    margin-top: 20px;
    margin-left: 20px;
  }

  .title-car-dk.desktop {
    display: none;
  }

  .target-car-general .precio .valor {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 10px !important;
  }

  .target-car-general .precio .nombre {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
  }

  .target-car-general .target-inf a {
    font-size: 16px;
  }

  .detalle-renting-page .datos-form2 .row:nth-child(2) {
    flex-basis: 100%;
    justify-content: space-between;
  }

  .detalle-renting-page .datos-form2 .row:nth-child(2) input,
  .detalle-renting-page .datos-form2 .row:nth-child(2) select {
    flex: 0 0 49%;
    margin-bottom: 0;
  }

  .listado-renting-page .listado-renting .card-renting .car-info-inf {
    height: 180px;
  }

  .caract-desplegable {
    display: flex;
    margin-top: -35px;
    flex-direction: column;
  }

  .caract-desplegable .target-sup-pc {
    width: 100%;
  }

  .target-car-general2.desplegable {
    padding: 0;
  }

  .caract-desplegable .target-inf {
    width: 100%;
  }

  .detalle-renting-page .target-inf {
    display: flex;
    flex-direction: column;
    /* margin-top: -60px !important; */
    margin-bottom: 21px;
  }


}

@media(max-width:767px) {
  .detalle-renting-page .target-inf {
    display: flex;
    flex-direction: column;
    /* margin-top: -60px !important; */
    margin-bottom: 21px;
  }

  .caract-desplegable .target-inf {
    width: 100%;
  }

  .target-car-general2.desplegable {
    padding: 0;
  }

  .caract-desplegable .target-sup-pc {
    width: 100%;
  }

  .caract-desplegable {
    display: flex;
    margin-top: -35px;
    flex-direction: column;
  }

  .listado-renting-page .listado-renting .card-renting .car-info-inf {
    height: fit-content;
    padding-bottom: 22px;
  }

  .detalle-renting-page .detalle-duda {
    /* display: none; */
  }

  .detalle-renting-page .datos-form2 .row:nth-child(2) {
    flex-basis: 100%;
    justify-content: space-between;
  }

  .detalle-renting-page .datos-form2 .row:nth-child(2) input,
  .detalle-renting-page .datos-form2 .row:nth-child(2) select {
    flex: 0 0 49%;
    margin-bottom: 0;
  }

  .target-car-general .target-inf a {
    font-size: 16px;
  }

  .target-car-general .precio .nombre {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
  }

  .target-car-general .precio .valor {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
  }

  .title-car-one .contenedor-etiquetas {
    justify-content: space-between;
  }

  .title-car-one .contenedor-etiquetas span {
    flex-grow: 8;
  }

  .title-car-one .contenedor-etiquetas .cars-whatsapp {
    flex-grow: 2;
  }

  .detalle-renting-page .datos-form>div {
    width: 100%;
  }

  .detalle-renting-page .swiper-pagination {
    display: none;
  }


  .detalle-renting-page .detalle-renting .target-car-general2 .caracteristicas {
    grid-template-columns: repeat(auto-fit, minmax(20%, 33%));
  }

  .detalle-renting-page .detalle-renting .target-inf {
    padding: 0;
  }

  .title-car-dk.movil {
    display: block;
    margin-top: 20px;
    margin-left: 20px;
  }

  .title-car-dk.desktop {
    display: none;
  }
}


.listado-renting-page .card-renting .plazos {
  margin-left: 5px;
  margin-top: -18px;
}

.card-renting .infoSe .text,
.card-renting .plazos .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;
  align-items: center;
  flex-wrap: wrap;
}

.listado-renting-page .card-renting .car-info-inf {
  height: 120px;
}

.listado-renting-page .card-renting .tags-plazos {
  margin-top: 10px;
  justify-content: start;
}

.listado-renting-page .card-renting .tags-plazos .caracteristica {
  padding: 7px 13px;
}

.listado-renting-page .card-renting .tags-plazos .caracteristica .texto {
  font-size: 10px;
  font-weight: 400;
  color: #000;
}

.listado-renting-page .card-renting .tags-plazos .valor {
  font-size: 16px;
  font-weight: 500;
  color: var(--azulCarsAndCars);
}

.listado-renting-page .listado-renting {
  margin-bottom: 30px;
}

.detalle-renting-page .mensaje-eviado {
  /* border: 1px solid red; */
  display: block;
  margin-top: 15px;
}


.listado-renting-page .subtitle.s1 {
  white-space: initial;
  height: 40px;
}

.target-home #texto-renting {
  margin-top: 0%
  /*padding-top: 27px;*/
}

.target-home #texto-renting h2 {
  text-align: center;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 11px;
  color: var(--primaryblue);
}

.target-home #texto-renting p {
  margin-bottom: 11px;
  text-align: left;
  font-size: 16px;
  line-height: 17px;
  color: var(--primaryblue);
}

#texto-renting .btn-container-renting {
  text-align: center;
}

#modalSolicitarInformacionRenting .card-coche .car-title {
  width: 100%;
  /* width: 50%; */
}



.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;
}


/* @media(min-width:992px) {
  .infocar-mv {
    display: none;
  }
} */

.renting.listado .title-solinf-mv,
.renting.listado .infocar-mv {
  display: none;
}

.renting.listado .infocar-dk {
  display: flex;
}


.contenedor-general-cars-detalle.relacionados-renting .title-solinf-mv,
.contenedor-general-cars-detalle.relacionados-renting .infocar-mv {
  display: none;
}

.contenedor-general-cars-detalle.relacionados-renting .infocar-dk {
  display: flex;
}


@media (min-width: 1200px) {
  .title-solinf-mv {
    display: none;
  }

  #modalVerServiciosRenting .modal-content{
    /* height: 400px; */

  }

  #modalVerServiciosRenting .modal-body{
    border-radius: 10px;
    grid-column-gap:0;
  }

  #modalVerServiciosRenting .modal-dialog {
    max-width: 820px;
  }

  #modalVerServiciosRenting .modal-body .col-izq {
    width: 307px;
    padding-top: 0;
    /* border: 1px solid; */
  }

  #modalVerServiciosRenting .modal-body .col-izq img{
    /* width: 80%; */
  }

  #modalVerServiciosRenting .modal-body .col-der {
    /* border: 1px solid red; */
    padding-left: 50px;
  }

  .detalle-renting-page .title_equipamiento{
    font-size: 24px;
    line-height: 32px;
  }

  .detalle-renting-page .acordeon .card .card-header .title {
    font-size: 16px;
    line-height: 24px;
  }


  .detalle-renting-page .acordeon .card  .card-body p.descripcion_equipamiento {
    text-align: left;
    font-size: 16px ;
    line-height: 20px ;
  }

}


.container.equipamientoCompleto{
  /* border:1px solid red; */
  padding-left: 0px;
  padding-right: 0px;
}


.target-detalle-equipamiento {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  max-width: 1010px;
  display: flex;
  
}

.detalle-renting-page .equipamientoCompleto .target-card{
  padding: 0;
}

.title_equipamiento{
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 10px;
  color: #252627;
  margin-bottom: 18px;
  
}

.detalle-renting-page .acordeon .card .card-header{
  border-bottom: 1px solid #CCD7EA;
  border-top: none;
  padding-bottom: 0px;
  padding-top: 0px;
}

.detalle-renting-page .target-detalle-equipamiento .card{
  border: none;
}

.detalle-renting-page .card-header .title.equip {
  /* border: 1px solid red; */
  text-align: left;
  font-style: italic !important;
  font-size: 15px;
  line-height: 20px;
}

.detalle-renting-page .acordeon .card  .card-body{
  padding-top: 0px;
  padding-bottom: 0px;
}

.detalle-renting-page .acordeon .card  .card-body .descripcion_equipamiento {
  text-align: left;
  font-size: 14px ;
  line-height: 20px ;
}

span.titulo_equipamiento_span{
  float: inline-end;
  font-size: 14px;
}


@media (min-width: 1400px) {
  .target-detalle-equipamiento {
      max-width: 1098px;
  }
}

#modalVerServiciosRenting .modal-body .titulo {
  font-family: DM Sans;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-align: left;
  /* background: #0E1213; */

}

#modalVerServiciosRenting .modal-body .listaServicios {
  margin-bottom: 11px;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  opacity: 0.8;
  padding-left: 16px;
  /* background: #383737; */
}

#modalVerServiciosRenting .mas_serviciosAdicionales p{
  font-style: italic;
  font-size: 15px;
  width: 90%;
  color: var(--textoGris);
  line-height: 20px;
  margin-top: 25px;
}



.parte-seo.renting h1{
  text-align: center;
  line-height: 40px;
  margin-bottom: 45px;
}

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

.parte-seo.renting{
  margin: 80px 0;
}