/*#region account*/
.form-cuenta-dk {
  display: none;
}

.cuenta-gen-dk {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 32px 32px 10px 32px;
}

.cuenta-gen-dk .datos-gen-dk {
  display: flex;
  margin-bottom: 32px;
}

.cuenta-gen-dk .photo-perfil {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  /*background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/icon/profile.svg);*/
}

.cuenta-gen-dk .edit-photo-perfil {
  position: relative;
  background: #F2F5FA;
  border: 2px solid #FFFFFF;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/public/icon/camera-profile.svg);
  margin-left: 70px;
  margin-top: -23px;
}

.cuenta-gen-dk .info-name {
  margin-left: 33px;
  align-self: center;
}

.cuenta-gen-dk .info-name .name-perfil {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #0E1213;
}

.cuenta-gen-dk .info-name .date-account {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #717171;
}
.cuenta .inputs-doubles .dropdown {
  width: calc(100% + 43px);
  margin-bottom: 32px;
}
.title-fd {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #0E1213;
  margin-bottom: 33px;
}

.form-datos-dk .inputs-gen {
  display: flex;
}

.form-datos-dk .inputs-izq {
  width: 50%;
  padding-right: 12px;
}

.form-datos-dk .inputs-der {
  width: 50%;
  padding-left: 12px;
}

.form-datos-dk .inputs-doubles {
  display: flex;
  grid-gap: 24px;
}

.form-datos-dk .form-control-cc {
  width: 100%;
  margin-bottom: 48px;
}

.form-datos-dk .dropdown {
  width: 100%;
}

.areaprivada .g-image {
  border-bottom: 1px solid #CDD6E6;
  height: 71px;
  margin-bottom: 24px;
}

.areaprivada .g-image .form-file-label {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--textoGris2);
}

.areaprivada .g-image .img-doc-gen {
  width: 100%;
}

.idg1,
.idg2,
.idg3,
.idg4 {
  display: none;
}

.areaprivada .g-image .text-doc {
  border: 0.872149px solid #DEDEDE;
  border-radius: 3.4886px;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #444444;
  width: fit-content;
  padding: 4px 5px;
  display: flex;
}

.areaprivada .g-image .text-doc p {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #444444;
  margin-bottom: 0;
}

.areaprivada .g-image .img-doc {
  margin-left: 5px;
  cursor: pointer;
}

.areaprivada .g-image .int-label {
  justify-content: flex-end;
  display: flex;
  height: 35px;
}

.areaprivada .g-image .img-files {
  text-align: end;
  width: 40%;
}

.areaprivada .g-image .img-files .img-camera {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/public/icon/camera.svg);
  background-size: 16px;
  width: 35px;
  height: 35px;
  cursor: pointer;
}

.areaprivada .g-image .img-files .img-clip {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/public/icon/clip.svg);
  background-size: 16px;
  width: 35px;
  height: 35px;
  cursor: pointer;
}

.areaprivada .g-image input[type='file'] {
  display: none;
}

.areaprivada .input-box .form-control-cc {
  width: 100%;
  margin-bottom: 0;
}

.areaprivada .input-box a {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 24px;
  text-decoration: none;
  cursor: pointer;
}

.areaprivada .input-box img {
  margin-top: -80px;
  height: 17px;
  margin-left: calc(100% - 32px);
  cursor: pointer;
}

.btn-form-cuenta {
  text-align: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 56px;
}

/*region MENU MV*/

.menu-cuenta-mv {
  width: 100%;
  padding: 0 16px;
}

.menu-cuenta-mv .lista-menu-cuenta {
  margin-bottom: 24px;
}

.menu-cuenta-mv .enlace-menu {
  width: 100%;
  height: 74px;
  border-bottom: 0.7px solid #99AED5;
  align-items: center;
  display: flex;
}

.menu-cuenta-mv .enlace-menu .text-em-mv {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #252627;
  width: 100%;
}

.menu-cuenta-mv a:hover {
  text-decoration: none;
}

.menu-cuenta-mv a:active {
  text-decoration: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}

/*endregion MENU MV*/

/*region DatosPersonales MV*/

.content-form-mv {
  padding: 29px 16px 0px 16px;
  display: grid;
  grid-gap: 48px;
  margin-bottom: 44px;
}

.desplegable-pais {
  display: flex;
  width: 100%;
}

.desplegable-pais .dropdown {
  width: 100%;
  max-width: 85px;
  border: #CCD7EA solid 1.5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px 0 0 10px;
}

.desplegable-pais .dropdown button {
  border: none;
  height: 48px;
}

.desplegable-tel #tel-aa ,
.desplegable-pais #tel-aa {
  margin: 0;
  border-radius: 0 10px 10px 0;
}

.content-form-mv .form-control-cc {
  width: 100%;
  margin-bottom: 0;
}

.form-cuenta-mv .btn-form-cuenta {
  padding: 0 16px;
  display: grid;
  grid-gap: 24px;
}

.form-cuenta-mv .inputs-gen {
  display: flex;
}

.form-cuenta-mv .inputs-doubles {
  display: flex;
  grid-gap: 16px;
  width: 100%;
}

.form-cuenta-mv .input-box {
  margin-bottom: -24px;
}

.form-cuenta-mv p {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--textoGris2);
}

.form-cuenta-mv .text-cab-form-mv {
  margin-bottom: -24px;
}

.form-cuenta-mv .text-pie-form-mv {
  margin-top: -24px;
}

/*endregion DatosPersonales MV*/

@media (min-width:1200px) {

  .menu-cuenta-mv {
    display: none;
  }

  .form-cuenta-dk {
    display: block;
  }

  .cuenta-gen-dk {
    margin: 29px 24px 40px 24px;
  }

  .btn-form-cuenta {
    text-align: center;
    max-width: 222px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    row-gap: 28px;
    margin-bottom: 80px;
  }
  .areaprivada .g-image .img-files {
    width: 30%;
  }
}

/*#endregion account*/

/*#region alert*/
.areaprivada.alertas .cont-noti-aa p {
  margin-bottom: 24px;
  max-width: 100%;
}

.areaprivada.alertas .info-card-alert .content-ica .price-ica p {
  margin-bottom: 0px;
}

.alert-gen {
  padding: 33px 16px;
  display: grid;
  grid-gap: 24px;
}

.content-down-price {
  display: grid;
  grid-gap: 24px;
  padding: 16px 16px;
}

.ea-dk {
  display: none;
}

@media (min-width:1200px) {
  .alert-gen {
    display: flex;
    column-gap: 24px;
    overflow-x: scroll;
    padding: 24px 0 32px 24px;
  }

  .content-down-price {
    display: flex;
    column-gap: 24px;
    overflow-x: scroll;
    padding: 24px 24px;
  }

  .areaprivada.alertas .cont-noti-aa {
    padding: 0;
  }

  .ea-mv {
    display: none;
  }

  .ea-dk {
    display: block;
  }
}

/*region editalert MV*/
.editalert-gen {
  padding: 33px 16px;
  display: grid;
  grid-gap: 24px;
}

.editalert-gen .link {
  text-decoration: underline;
  color: var(--azulCarsAndCars);
  cursor: pointer;
}

.editalert-gen .link:hover {
  color: #6786BF;
  text-decoration: underline;
}

.editalert-gen .link:active {
  color: #012A77;
  text-decoration: underline;
}

.editalert-gen .delete-noti-aa {
  background-image: url(/public/icon/areaprivada/trash.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 20px;
  width: 35px;
  height: 35px;
  margin-top: 5px;
}

.card-alert-gen {
  display: flex;
}

.form-edit-mv {
  display: none;
}

.form-edit-mv .card-aa {
  display: block;
}

.form-edit-mv .modal-footer .editalert-btn-foot-izq {
  width: 50%;
  text-align: start;
}

.form-edit-mv .modal-footer .editalert-btn-foot-der {
  width: 50%;
  text-align: end;
}

.form-edit-mv .modal-footer button {
  width: 154px;
}

.form-edit-mv h5 {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #0E1213;
  margin-bottom: 24px;
}

.form-edit-mv .secc-form h6 {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1C1C1C;
  margin-bottom: 24px;
  margin-top: 32px;
}

.form-edit-mv .secc-form h6:first-child {
  margin-top: 0px;
}

.form-edit-mv .secc-form .desp-secc-form {
  display: flex;
  column-gap: 24px;
  border-bottom: 1px solid #E6EBF4;
  padding-bottom: 41px;
}

.form-edit-mv .secc-form .desp-secc-form:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.form-edit-mv .secc-form .desp-secc-form .dropdown {
  width: 100%;
}

.form-edit-mv .secc-form .desp-secc-form .dropdown.show .svgdropdown {
  transform: rotate(180deg);
}

.form-edit-mv .secc-form .iva-ded {
  position: relative;
  display: flex;
  margin-top: 32px;
  width: 100%;
}

.form-edit-mv .secc-form .desp-iva-izq {
  width: 50%;
}

.form-edit-mv .secc-form .desp-iva-der {
  width: 50%;
  text-align: end;
}

.form-edit-mv .secc-form .switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 24px;
}

.form-edit-mv .secc-form label {
  margin-bottom: 0;
}

.form-edit-mv .secc-form .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.form-edit-mv .secc-form .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #CDD6E6;
  -webkit-transition: .4s;
  transition: .4s;
}

.form-edit-mv .secc-form .switch .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.form-edit-mv .secc-form .switch .slider.round {
  border-radius: 12px;
}

.form-edit-mv .secc-form .switch .slider.round:before {
  border-radius: 50%;
}

.form-edit-mv .secc-form .switch input:checked+.slider {
  background-color: var(--azulCarsAndCars);
}

.form-edit-mv .secc-form .switch input:checked+.slider:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}

@media (min-width: 1200px) {
  .editalert-gen {
    display: flex;
    column-gap: 24px;
    overflow-x: scroll;
    padding: 24px 0 32px 24px;
  }
}

/*endregion editalert MV*/

/*#region modal editalert*/


#modalEditalert {
  overflow: hidden;
  background: rgba(1, 53, 149, 0.5);
}

#modalEditalert .modal-dialog {
  margin: auto;
  max-width: 500px;
  height: auto;
}

#modalEditalert .modal-content {
  height: 100%;
  border: 0;
  background-color: transparent;
}

#modalEditalert .modal-header {
  justify-content: flex-end;
  background-color: transparent;
  border: 0;
  padding: 16px;
  padding-right: 0;
}

#modalEditalert .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%);
}

#modalEditalert .modal-header .btn-close img {
  height: 23px;
  width: 23px;
}

#modalEditalert .modal-body {
  background-color: #fff;
  border-radius: 10px;
  padding: 26px 26px;
  border: 0;
  position: unset;
  max-height: 400px;
  overflow-y: auto;
}

#modalEditalert .modal-body .editalert-title {
  display: flex;
}

#modalEditalert .modal-body .editalert-title h5 {
  width: 100%;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #0E1213;
  margin-bottom: 0;
}

#modalEditalert .modal-body h3 {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  margin-bottom: 16px;
}

#modalEditalert .modal-body p {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--textoGris2);
  margin-bottom: 33px;
  margin-top: 16px;
}

#modalEditalert .modal-body .editalert-content .param-search {
  width: 100%;
  display: flex;
  grid-gap: 9px 8px;
  align-items: center;
  flex-wrap: wrap;
  max-width: fit-content;
  margin-bottom: 24px;
}

#modalEditalert .modal-body .editalert-content .param-search .filtro {
  outline: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: rgba(164, 197, 255, 0.4);
  border-radius: 4px;
  padding: 4px 8px;
  border: none;
}

#modalEditalert .modal-body .editalert-content .param-search .texto {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: var(--azulCarsAndCars);
  margin-right: 8px;
  white-space: nowrap;
}

#modalEditalert .modal-body .editalert-content .param-search svg {
  fill: var(--azul);
  width: 11px;
  height: 11px;
}

#modalEditalert .modal-body .editalert-content a p {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--azulCarsAndCars);
  margin-bottom: 0;
}

#modalEditalert .modal-body .editalert-content a p img {
  margin-left: 5px;
}

#modalEditalert .modal-footer {
  display: none;
  flex-wrap: inherit;
  background-color: #fff;
  border-top: 0;
  padding: 16px 30px;
  margin: 0;
  border-radius: 0 0 10px 10px;
  margin-top: -1px;
  box-shadow: 1px 5px 18px -2px rgba(1, 53, 149, 0.15);
}

#modalEditalert .modal-footer .editalert-btn-foot-izq {
  width: 50%;
  text-align: start;
}

#modalEditalert .modal-footer .editalert-btn-foot-der {
  width: 50%;
  text-align: end;
}

#modalEditalert .modal-footer button {
  width: 154px;
}

#modalEditalert .editalert-filtro h5 {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #0E1213;
  margin-bottom: 24px;
}

#modalEditalert .editalert-filtro .secc-form h6 {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1C1C1C;
  margin-bottom: 24px;
  margin-top: 32px;
}

#modalEditalert .editalert-filtro .secc-form h6:first-child {
  margin-top: 0px;
}

#modalEditalert .editalert-filtro .secc-form .desp-secc-form {
  display: flex;
  column-gap: 24px;
  border-bottom: 1px solid #E6EBF4;
  padding-bottom: 41px;
}

#modalEditalert .editalert-filtro .secc-form .desp-secc-form:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

#modalEditalert .editalert-filtro .secc-form .desp-secc-form .dropdown {
  width: 100%;
}

#modalEditalert .editalert-filtro .secc-form .desp-secc-form .dropdown.show .svgdropdown {
  transform: rotate(180deg);
}

#modalEditalert .editalert-filtro .secc-form .iva-ded {
  position: relative;
  display: flex;
  margin-top: 32px;
  width: 100%;
}

#modalEditalert .editalert-filtro .secc-form .desp-iva-izq {
  width: 50%;
}

#modalEditalert .editalert-filtro .secc-form .desp-iva-der {
  width: 50%;
  text-align: end;
}

#modalEditalert .editalert-filtro .secc-form .switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 24px;
}

#modalEditalert .editalert-filtro .secc-form label {
  margin-bottom: 0;
}

#modalEditalert .editalert-filtro .secc-form .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

#modalEditalert .editalert-filtro .secc-form .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #CDD6E6;
  -webkit-transition: .4s;
  transition: .4s;
}

#modalEditalert .editalert-filtro .secc-form .switch .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

#modalEditalert .editalert-filtro .secc-form .switch .slider.round {
  border-radius: 12px;
}

#modalEditalert .editalert-filtro .secc-form .switch .slider.round:before {
  border-radius: 50%;
}

#modalEditalert .editalert-filtro .secc-form .switch input:checked+.slider {
  background-color: var(--azulCarsAndCars);
}

#modalEditalert .editalert-filtro .secc-form .switch input:checked+.slider:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}

@media (min-width:1200px) {
  #modalEditalert .modal-content {
    min-width: 582px;
  }

  #modalEditalert .modal-body {
    padding: 46px 48px;
  }
}

/*#endregion modal editalert*/


/*#endregion alert*/

/*#region delete*/

.delete-head {
  padding: 10px 16px 23px 16px;
}

.delete-head h3 {
  padding: 0;
}

.delete-body {
  padding: 20px 16px 0 16px;
  background: #F4F8FF;
}

.delete-body .text-coment {
  display: flex;
}

.delete-body .text-coment p {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #013086;
  margin-bottom: 0;
  margin-left: 16px;
}

.delete-body textarea {
  margin-top: 23px;
  height: 123px;
  width: 100%;
  resize: none;
  background: transparent;
}

.delete-footer {
  display: grid;
  row-gap: 20px;
  padding: 29px 16px 16px 16px;
}

#modalDeleteacount {
  overflow: hidden;
  background: rgba(1, 53, 149, 0.5);
}

#modalDeleteacount .modal-dialog {
  margin: 0;
  max-width: 100%;
  height: 100%;
}

#modalDeleteacount .modal-content {
  height: 100%;
  border: 0;
  background-color: #fff;
  border-radius: 0;
}

#modalDeleteacount .modal-header {
  justify-content: flex-end;
  background-color: transparent;
  border: 0;
  padding: 16px;
}

#modalDeleteacount .modal-header .btn-close {
  border: 0;
  background-color: #fff;
  border-radius: 20px;
  width: 40px;
  height: 40px;
}

#modalDeleteacount .modal-header .btn-close img {
  height: 23px;
  width: 23px;
}

#modalDeleteacount .modal-body {
  background-color: #fff;
  padding: 16px;
  border: 0;
}

#modalDeleteacount .modal-body h3 {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  margin-bottom: 16px;
  padding: 0;
}

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

#modalDeleteacount .modal-body .img-delete {
  border-bottom: 1.5px solid var(--azulCarsAndCars);
  max-width: 323px;
  margin: auto;
  text-align: center;
  margin-top: 60px;
}

#modalDeleteacount .modal-footer {
  justify-content: center;
  background-color: #fff;
  border-top: 0;
  padding: 16px;
  margin: 0;
}

@media (min-width:768px) {
  .delete-footer {
    display: flex;
    column-gap: 20px;
  }

  #modalDeleteacount {
    overflow: hidden;
    background: rgba(1, 53, 149, 0.5);
  }

  #modalDeleteacount .modal-dialog {
    margin: auto;
    max-width: 500px;
    height: auto;
  }

  #modalDeleteacount .modal-content {
    height: 100%;
    border: 0;
    background-color: transparent;
  }

  #modalDeleteacount .modal-header {
    justify-content: flex-end;
    background-color: transparent;
    border: 0;
    padding: 16px;
    padding-right: 0;
  }

  #modalDeleteacount .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%);
  }

  #modalDeleteacount .modal-header .btn-close img {
    height: 23px;
    width: 23px;
  }

  #modalDeleteacount .modal-body {
    text-align: center;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    padding: 35px 40px 33px 40px;
    border: 0;
  }

  #modalDeleteacount .modal-body h3 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 16px;
  }

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

  #modalDeleteacount .modal-body .img-delete {
    border-bottom: 1.5px solid var(--azulCarsAndCars);
    margin: 30px 46px;
  }

  #modalDeleteacount .modal-footer {
    justify-content: center;
    background-color: #fff;
    border-top: 0;
    padding: 16px 115px 33px 115px;
    margin: 0;
    border-radius: 0 0 10px 10px;
    margin-top: -1px;
  }

}

@media (min-width:1200px) {
  .delete-head {
    padding: 0px 16px 23px 24px;
  }

  .delete-body {
    padding: 20px 16px 0 24px;
    background: #F4F8FF;
  }

  .delete-footer {
    padding: 29px 16px 16px 24px;
  }
}

/*#endregion delete*/

/*#region Reserva general*/
.reserva .background-menu-header,
.reserva .background-menu-content,
.reserva .contenedor-principal .menu-lateral-ap,
.pago .background-menu-header,
.pago .background-menu-content,
.pago .contenedor-principal .menu-lateral-ap,
.documentacion .background-menu-header,
.documentacion .background-menu-content,
.documentacion .contenedor-principal .menu-lateral-ap,
.entrega .background-menu-header,
.entrega .background-menu-content,
.entrega .contenedor-principal .menu-lateral-ap {
  display: none;
}

.reserva .main-container,
.pago .main-container,
.documentacion .main-container,
.entrega .main-container {
  background: #fff;
}

.reserva .main-content,
.pago .main-content,
.documentacion .main-content,
.entrega .main-content {
  width: 100%;
  /*padding: 0 16px;*/
  background: #fff;
}

.reserva .previous-btn {
  border: 0;
  background-color: transparent;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: var(--azulCarsAndCars);
  margin: 17px 0 0 0;
  padding-left: 0;
}

.reserva .previous-btn img {
  transform: rotate(180deg);
  width: 20px;
  margin-right: 5px;
  margin-top: -2px;
}

.reserva .Title {
  margin-bottom: 17px;
  padding-left: 18px;
}

.opciones-checkout ,
.content_menu_ckeckout {
  padding-left: 18px;
  padding-right: 18px;
}

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

.infocar-mv .head-car,
.infocar-mv .barraInferior,
.infocar-mv .car-prefer,
.infocar-mv .footer-total{
  padding: 0 9px;
}

.condicion-finan h2 {
  margin-bottom: 17px;
}

.condicion-finan p {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: var(--textoGris2);
  text-align: initial !important;
}

.reserva .backDK {
  display: none;
}

.reserva .resu-ped {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #252627;
  margin-bottom: 18px;
}





.reserva .content .general-checkout .infocar-dk {
  display: none;
}

.reserva .content .general-checkout .opciones-checkout .opciones-gen {
  padding-top: 23px;
  border-top: 1px solid #F5F2EF;
}

.reserva .content .opciones-checkout h3 {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #252627;
}

.reserva .content .general-checkout .card {
  background: #fff;
  border: 0;
  padding-bottom: 16px;
}

.reserva .content .general-checkout .card .card-body {
  padding: 0;
}

.reserva .content .mincard {
  background: #fff;
  border: 1.5px solid #F5F2EF;
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 16px;
  cursor: pointer;
  /*min-height: 135px;*/
}

.reserva .content .mincardselect {
  border: 1.5px solid rgb(1, 53, 149);
  box-shadow: rgb(1 53 149 / 15%) 1px 5px 18px -2px;
}

.reserva .content .mincard:last-child {
  margin-bottom: 0px;
}

.reserva .content .mincard:first-child {
  margin-top: 24px;
}

.reserva .content .mincard .mincard-header {
  display: flex;
  padding-bottom: 21px;
}
.reserva .content .mincard .mincard-header .mincard-title2{flex-shrink: 0;}

.reserva .content .mincard .mincard-header .mincard-title {
  width: 100%;
  min-width: 55%;
}

.reserva .content .mincard .mincard-header h4 {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #252627;
}

.reserva .content .mincard .mincard-header .mincard-price {
  width: 100%;
  text-align: right;
}

.reserva .content .mincard .mincard-header .finan-car span {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: var(--azulCarsAndCars);
}

.reserva .content .mincard .mincard-header .finan-price span{
    color: var(--primaryblue);
}

.reserva .content .mincard .mincard-body {
  padding-bottom: 8px;
}

.reserva .content .mincard .mincard-body p {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #383737;
  margin-bottom: 0;
}

.reserva .content .mincard .mincard-footer {
  border-top: 0.7px solid #F5F2EF;
  padding-top: 8px;
  display: flex;
  bottom: 0;
}

.reserva .content .mincard .mincard-footer p {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: var(--textoGris2);
  width: 100%;
  padding-top: 5px;
  margin: 0;
}

.reserva .content .mincard h4 {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #0E1213;
  margin-bottom: 0;
}

.reserva .content .general-checkout .form-control-cc {
  width: 100%;
}

.reserva .content .general-checkout #dninie {
  margin-top: 21px;
}

.reserva .content .desplegable-pais{
  margin-bottom: 21px;
}
/*
#PagoReservaPP .mincard-body {
  display: flex;
  padding-bottom: 0;
  align-items: center;
}

#PagoReservaPP .mincard-body img {
  margin-right: 16px;
}

#PagoReservaPR .mincard-body h4 {
  margin-bottom: 5px;
}

#PagoReservaPR .mincard-body h4 img {
  width: 67px;
}
*/

.reserva .content .btns-reserved {
  margin-top: 48px;
}

.reserva .content .btns-reserved .btn-tertiary-icon {
  margin-top: 16px;
}

.reserva .icon-btn-next {
  float: right;
  margin-top: -8px;
  background-image: url(/public/img/frontend/reserva/TimeSquare.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 32px;
  height: 32px;
}

.reserva .btn-tertiary-icon:hover .icon-btn-next {
  background-image: url(/public/img/frontend/reserva/TimeSquare-w.svg);
}

.reserva .content .opciones-checkout .ti-reserva {
  display: flex;
}
/*.reserva .content .opciones-checkout .descfinanciacion {
  display:none;
}*/

.reserva .content .opciones-checkout .ti-reserva .ti-izq {
  width: 100%;
}

.reserva .content .opciones-checkout .ti-reserva .ti-izq p {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #252627;
  margin-bottom: 8px;
}

.reserva .content .opciones-checkout .ti-reserva .ti-der {
  /*width: 45%;*/
  text-align: right;
}

.reserva .content .opciones-checkout .ti-reserva .ti-der p {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: var(--azulCarsAndCars);
  margin-bottom: 8px;
  width: max-content;
}

.reserva .content .opciones-checkout .ti-pendiente .ti-izq p,
.reserva .content .opciones-checkout .ti-pendiente .ti-der p {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: var(--textoGris2);
}

.reserva .content .opciones-checkout .ti-total {
  background: #F4F8FF;
  margin: 14px -16px 0 -16px;
  padding: 0 16px;
  align-items: center;
  height: 62px;
}

.reserva .content .opciones-checkout .ti-total p {
  margin-bottom: 0;
  width: max-content;
}

.reserva .content .opciones-checkout .ti-total .ti-izq p {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #252627;
  margin-bottom: 0;
}

.reserva .content .opciones-checkout .ti-total .ti-der p {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #013086;
  margin-bottom: 0;
}

.reserva .content .opciones-checkout .cond-reserv-list ul {
  margin-left: -16px;
  margin-top: 24px;
  margin-bottom: 30px;
}

.reserva .content .opciones-checkout .cond-reserv-list ul li {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #383737;
}

.reserva .condicion-finan {
  margin-top: 50px;
}


.modalscompra {
  overflow: hidden;
  background: rgba(1, 53, 149, 0.7);
}

/**/
.modalscompra .modal-dialog {
  margin: auto;
  max-width: 100%;
  height: 100%;
}

.modalscompra .modal-content {
  height: 100%;
  border: 0;
  background-color: transparent;
}

.modalscompra .modal-header {
  justify-content: flex-end;
  background-color: #fff;
  border: 0;
  padding: 16px;
  border-radius: 0;
}

.modalscompra .modal-header .btn-close {
  border: 0;
  background-color: transparent;
}

.modalscompra .modal-header .btn-close img {
  height: 23px;
  width: 23px;
}

.modalscompra .modal-body {
  background-color: #fff;
  padding: 16px;
}

.modalscompra #btnpedidosmv {
  display: none;
}

.modalscompra .modal-body h3 {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  margin-bottom: 12px;
}

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

.modalscompra .modal-body .min-text {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #ADAAA9;
}

.modalscompra .target-funciona .container .funciona-desk {
  display: block;
  padding-left: 0px;
}

.modalscompra .target-funciona .container h5 {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #252627;
  margin-bottom: 15px;
  margin-top: 0px;
}

.modalscompra .target-funciona .container .funciona-general {
  display: flex;
  margin-bottom: 0;
}

.modalscompra .target-funciona .container .funciona-general h5 {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: var(--azulCarsAndCars);
  margin-bottom: 7px;
}

.modalscompra .target-funciona .container .funciona-general ul {
  margin-left: -20px;
}

.modalscompra .target-funciona .container .funciona-general ul li {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #383737;
}

.modalscompra .target-funciona .container .funciona-general .funciona-icon {
  background: #F2F5FA;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  min-width: 40px;
  text-align: center;
  float: left;
  margin-right: 23px;
}

.modalscompra .target-funciona .container .funciona-general .funciona-icon img {
  margin-top: 5px;
}

.modalscompra .target-funciona .container .funciona-general .funciona-texto h5 {
  margin-top: 0px;
}

.modalscompra .modal-footer {
  justify-content: center;
  background-color: #fff;
  border: 0;
  padding: 10px 16px 24px 16px;
  margin: 0;
  border-radius: 0;
}

.modalscompra .modal-footer a{
  width: 100%;
}

.modalscompra .modal-footer .col-izq,
.modalscompra .modal-footer .col-der {
  width: 100%;
}

.modalscompra .modal-footer .col-der {
  margin-top: 16px;
}

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

#modalSaveLater .modal-body .col-der {
  text-align: center;
}

#modalSaveLater .modal-body img {
  max-width: 266px;
}

@media (min-width:1200px) {
  #modalSaveLater .modal-footer {
    display: none;
  }

  #modalSaveLater .modal-body .col-izq {
    grid-column: 2;
    grid-row: 1;
  }

  #modalSaveLater .modal-body .col-der {
    grid-column: 1;
  }

  .reserva .backMV {
    display: none;
  }

  .reserva .backDK {
    display: block;
  }

  .reserva .previous-btn {
    margin: 0 0 17px 0;
  }


  .reserva .main-container>.container {
    max-width: 100%;
  }

  .reserva .main-content {
    padding: 0;
  }

  .reserva .backMV,
  .reserva .backDK,
  .reserva .Title,
  .reserva .content {
    max-width: 964px;
    margin-left: auto;
    margin-right: auto;
  }

  .reserva .Title {
    margin-bottom: 32px;
  }

  .reserva h2 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
  }

  .reserva .content .opciones-checkout h3 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
  }

  .reserva .condicion-finan {
    padding: 0 40px;
  }

  .reserva .content .general-checkout {
    display: flex;
    grid-column: 2;
    column-gap: 24px;
  }

  .reserva .content .general-checkout .infocar-mv {
    display: none;
  }

  .reserva .content .general-checkout .infocar-dk {
    display: block;
    width: 370px;
    min-width: 370px;
    position: sticky;
    top: 50px;
    /* height: 840px; */
    /*modificar en cada pagina altura*/
  }

  .reserva .content .general-checkout .opciones-checkout {
    min-width: 570px;
  }

  .reserva .content .general-checkout .opciones-checkout .opciones-gen {
    padding: 0px 0px 21px 23px;
    border: 0;
    border-radius: 10px;
  }
  .reserva .content .general-checkout .opciones-checkout .opciones-gen.documentacion {
    padding: 0px 0px 21px 0px;
  }

  .reserva .content .btns-reserved {
    background: #fff;
    padding: 21px 0 0 0;
    display: flex;
    grid-column: 2;
    column-gap: 24px;
    flex-direction: row-reverse;
    margin-top: 0;
    /* padding-left: 23px; */
  }

  .reserva .content #accordion .btns-reserved {
    padding-left: 0;
  }

  .reserva .content .btns-reserved .btn-tertiary-icon {
    margin-top: 0;
  }

  /* FICHA CARD DK */

  .reserva .content .general-checkout .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;
  }

  .reserva .content .general-checkout .card-coche .parte-superior {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .reserva .content .general-checkout .card-coche .contenedor-foto {
    position: relative;
    margin-bottom: 15px;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 10px 10px 0 0;
  }

  .reserva .content .general-checkout .card-coche .contenedor-foto img {
    width: 100%;
  }

  .reserva .content .general-checkout .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;
  }

  .reserva .content .general-checkout .card-coche .car-info-sup {
    width: 100%;
    padding: 18px 16px 10px 16px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .reserva .content .general-checkout .card-coche .car-title {
    width: 100%;
    margin-bottom: 18px;
  }

  .reserva .content .general-checkout .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;
  }

  .reserva .content .general-checkout .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;
  }

  .reserva .content .general-checkout .card-coche .contenedor-precios {
    width: 100%;
    display: flex;
    margin-bottom: 13px;
  }

  .reserva .content .general-checkout .card-coche .contenedor-precios .contado-tachado {
    width: 50%;
  }

  .reserva .content .general-checkout .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;
  }

  .reserva .content .general-checkout .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;
  }

  .reserva .content .general-checkout .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;
  }

  .reserva .content .general-checkout .card-coche .contenedor-precios .financiado {
    margin-top: 0px;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
  }

  .reserva .content .general-checkout .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);
  }

  .reserva .content .general-checkout .card-coche .contenedor-precios .financiado img {
    margin-top: -5px;
    margin-right: 8px;
  }

  .reserva .content .general-checkout .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;
  }

  .reserva .content .general-checkout .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;
  }

  .reserva .content .general-checkout .car-info-inf {
    padding: 0 16px 8px 16px;
    overflow: hidden;
    height: auto;
  }

  .reserva .content .general-checkout .car-info-inf .car-caract-global {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    overflow-x: hidden;
    overflow-y: hidden;
    flex-wrap: wrap;
  }

  .reserva .content .general-checkout .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;
  }

  .reserva .content .general-checkout .card-coche .contenedor-caracteristicas .caracteristica-first {
    margin: 0px 4px 8px 0px;
  }

  .reserva .content .general-checkout .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);
  }

  .reserva .content .general-checkout .card-coche .contenedor-caracteristicas .caract-ambiental {
    background-color: transparent;
    border: 0;
    padding: 0;
    width: 35px;
    height: 35px;
  }

  .reserva .content .general-checkout .card-coche .contenedor-caracteristicas .caracteristica .ambiental {
    width: 35px;
    height: 35px;
  }

  .reserva .content .general-checkout .linkcar {
    margin-top: 23px;
    margin-bottom: 0;
  }

  .reserva .content .general-checkout .linkcar a {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.004em;
  }

  /* END FICHA CARD DK */

  .reserva .content .mincard .mincard-footer p {
    width: auto;
  }

  .reserva .content .general-checkout #dninie {
    margin-top: 31px;
    margin-bottom: 49px;
  }

  .reserva .content .desplegable-pais{
    margin-bottom: 49px;
  }

  .reserva .content .opciones-checkout .ti-reserva {
    padding: 0 16px;
  }

  .reserva .content .opciones-checkout .ti-reserva .ti-izq p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #252627;
    margin-bottom: 10px;
  }

  .reserva .content .opciones-checkout .ti-reserva .ti-der p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--azulCarsAndCars);
    margin-bottom: 10px;
    width: max-content;
  }

  .reserva .content .opciones-checkout .ti-pendiente .ti-izq p,
  .reserva .content .opciones-checkout .ti-pendiente .ti-der p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--textoGris2);
  }

  .reserva .content .opciones-checkout .ti-total .ti-izq p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #252627;
    margin-bottom: 0;
  }

  .reserva .content .opciones-checkout .ti-total .ti-der p {
    margin-bottom: 0;
  }

  .reserva .content .opciones-checkout .ti-total {
    margin: 14px 0 0 0;
  }

  .reserva .content .opciones-checkout .cond-reserv-list ul {
    margin-top: 0;
  }

  .reserva .condicion-finan {
    margin-top: 100px;
  }

  .reserva .condicion-finan h2 {
    text-align: center;
    margin-bottom: 32px;
  }




  .modalscompra .modal-dialog {
    margin: auto;
    max-width: 766px;
    height: auto;
  }

  #modalSaveLater .modal-dialog {
    max-width: 815px;
    width: 815px;
  }

  .modalscompra .modal-content {
    height: auto;
  }

  .modalscompra .modal-header {
    justify-content: flex-end;
    background-color: transparent;
    border: 0;
    padding: 16px;
    padding-right: 0;
  }

  .modalscompra .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%);
  }

  .modalscompra .modal-header .btn-close img {
    height: 23px;
    width: 23px;
  }

  .modalscompra .modal-body {
    background-color: #fff;
    padding: 0;
    border-radius: 10px;
    padding: 38px 30px 38px 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 38px;
  }

  .modalscompra .modal-body h3 {
    margin-bottom: 12px;
  }

  .modalscompra .modal-body p {
    color: #252627;
  }

  .modalscompra #btnpedidosmv {
    display: block;
  }

  .modalscompra .target-funciona .container .funciona-desk {
    display: block;
    padding-left: 0px;
  }

  .modalscompra .target-funciona .container h5 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #252627;
    margin-top: 0px;
  }

  .modalscompra .target-funciona .container .funciona-general {
    display: flex;
    margin-bottom: 0;
  }

  .modalscompra .target-funciona .container .funciona-general h5 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #0E1213;
  }

  .modalscompra .target-funciona .container .funciona-general ul {
    margin-left: -20px;
  }

  .modalscompra .target-funciona .container .funciona-general ul li {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #383737;
  }

  .modalscompra .target-funciona .container .funciona-general .funciona-icon {
    background: #F2F5FA;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    min-width: 40px;
    text-align: center;
    float: left;
    margin-right: 23px;
  }

  .modalscompra .target-funciona .container .funciona-general .funciona-icon img {
    margin-top: 5px;
  }

  .modalscompra .target-funciona .container .funciona-general .funciona-texto h5 {
    margin-top: 0px;
  }

  /*.modalscompra .modal-footer {
    display: none;
  }*/

  .reserva .content .general-checkout .infocar-dk .opciones-checkout {
    min-width: auto;
  }

  .sep-check_new{
    border-top: 1px solid #F5F2EF;
    padding-top: 24px;
    margin: 0;
  }

  .reserva .content .general-checkout .infocar-dk .opciones-checkout .sep-check {
    border-top: 1px solid #F5F2EF;
    padding-top: 24px;
    margin: 0 16px;
  }

  .imports-reserva-mv {
    display: none;
  }

  #modalContProces .modal-footer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 38px;
    border-radius: 0 0 10px 10px;
  }

  #modalContProces .modal-body {
    border-radius: 10px 10px 0 0;
  }

  #modalContProces .modal-footer .col-izq {
    grid-column-start: 2;
  }

  #modalContProces .modal-footer .col-der {
    grid-column-start: 1;
    grid-row-start: 1;
    margin-top: 0;
  }
}

@media (min-width:1400px) {
  .reserva .condicion-finan {
    padding: 0 80px;
  }
}

/*#endregion Reserva general*/

/*#region Pago*/
body.pago {
  overflow-x: hidden;
}

.pago .carac-car {
  padding-top: 4px;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: var(--textoGris2);
  width: 100%;
}

.pago .content .general-checkout .opciones-checkout .opciones-gen {
  margin-top: 24px;
}

.pago .content .opciones-checkout .ti-pendiente {
  margin-top: 16px;
  padding-top: 8px;
  border-top: 1px solid #F5F2EF;
}

#pagarReservar .entrega-tasacion,
.pago .entrega-tasacion {
  margin-top: 35px;
}

.entrega-rapidpay {
  margin-top: 10px;
}

.entrega-rapidpay a:hover{
  text-decoration: none;
}

#pagarReservar  .cont-entrega-tasacion,
.pago .cont-entrega-tasacion,
.cont-entrega-rapidpay {
  position: relative;
  display: flex;
  width: 100%;
  border-radius: 10px;
  padding: 8px 8px 8px 8px;
  margin-bottom: 13px;
  cursor: pointer;
}

#pagarReservar  .cont-entrega-tasacion,
.pago .cont-entrega-tasacion {  
  background: linear-gradient(0deg, #F2F2F2 -53.85%, #CFD1F5 100%), 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%);
}

.cont-entrega-rapidpay {
  background:rgba(164, 197, 255, 0.4);
}


#pagarReservar .entrega-tasacion-img .et-img,
.pago .entrega-tasacion-img .et-img,
 .entrega-rapidpay-img .et-img {
  border-radius: 8px;
  width: 80px;
  height: 80px;
}

#pagarReservar .entrega-tasacion-text ,
.pago .entrega-tasacion-text,
.entrega-rapidpay-text {
  margin-left: 16px;
  align-self: center;
  width: 100%;
}


#pagarReservar  .entrega-tasacion-text .entrega-tasacion-text-content p ,
.pago .entrega-tasacion-text .entrega-tasacion-text-content p ,
.entrega-rapidpay-text .entrega-rapidpay-text-content p {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #252627;
  margin-bottom: 0;
}

#pagarReservar .entrega-tasacion-enlace,
.pago .entrega-tasacion-enlace,
.entrega-rapidpay-enlace {
  color: var(--primaryblue);
  text-align: right;
  max-width: 20%;
  padding-top: 25px;
  padding-right: 5px;
}

.pago .content .btns-reserved {
  margin-top: 21px;
}

.pago .content .btns-reserved a{
  width: 100%;
}


.pago #resumenpago .mincard-price .pvpcoche p{
  color: var(--azulCarsAndCars);
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}

.checkGarantia .pvpGarantia{
  color: var(--azulCarsAndCars);
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=range] {
  width: 100%;
  display: inline-block;
  cursor: pointer;
}

input[type='range']:focus {
  outline: none;
}

input[type='range'],
input[type='range']::-webkit-slider-runnable-track,
input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type=range]::-webkit-slider-thumb {
  background-color: var(--azulCarsAndCars);
  width: 24px;
  height: 24px;
  border: 2px solid #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  margin-top: -9px;
}

input[type=range]::-moz-range-thumb {
  background-color: var(--azulCarsAndCars);
  width: 18px;
  height: 18px;
  border: 2px solid #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}

input[type=range]::-ms-thumb {
  background-color: var(--azulCarsAndCars);
  width: 24px;
  height: 24px;
  border: 2px solid #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}

input[type=range]::-webkit-slider-runnable-track {
  height: 6px;
  border-radius: 4px;
  background: linear-gradient(to right, var(--azulCarsAndCars) calc(var(--value)*1%), #CCD7EA 0);
}

input[type=range]::-moz-range-track {
  height: 6px;
  border-radius: 4px;
  background: linear-gradient(to right, var(--azulCarsAndCars) calc(var(--value)*1%), #CCD7EA 0);
}

input[type=range]::-ms-track {
  background-color: #CCD7EA;
  height: 6px;
  border-radius: 4px;
}

input[type=range]::-ms-fill-lower {
  background-color: var(--azulCarsAndCars)
}

input[type=range]::-ms-fill-upper {
  background-color: black;
}


/* Range */
.range-container label{
    margin-bottom: 0;
    margin-right: 3px;
}

/*
.rangeslider{position:relative;display:block;cursor:pointer;height:25px;width:100%}
.rangeslider__fill,.rangeslider__fill__bg,.rangeslider__handle{display:block;position:absolute;top:50%;height:2px;z-index:2;background:#29e;border-radius:10px;will-change:width}
.rangeslider__handle{will-change:width,height,top;width:14px;height:14px;display:inline-block;z-index:3;cursor:pointer;border:solid 2px #fff;border-radius:50%;-webkit-transition:width .1s ease-in-out,height .1s ease-in-out,top .1s ease-in-out;transition:width .1s ease-in-out,height .1s ease-in-out,top .1s ease-in-out}
.rangeslider__handle:active{background:var(--azulCarsAndCars)}
.rangeslider__fill__bg{background:#ccc;width:100%}.rangeslider--disabled{opacity:.4}

.rangeslider__fill,.rangeslider__fill__bg,.rangeslider__handle{
  display:block;
  position:absolute;
  top:50%;
  height:6px;
  z-index:2;
  background:var(--azulCarsAndCars);
  border-radius:10px;
  will-change:width;

}
.rangeslider__fill__bg{
  background:#CCD7EA;
  width:100%
}
.rangeslider__handle {
  background-color: var(--azulCarsAndCars);
  top: 15px;
  width: 24px;
  height: 24px;
  border: 2px solid #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}
.output{
  margin-bottom: 0;
}
*/

.checkGarantia,
.checkseguro {
  display: flex;
  margin-top: 31px;
  margin-bottom: 42px;
}

#checkGarantia,
#checkseguro {
  visibility: hidden;
  position: absolute;
  right: 0;
}

.checkGarantia .form-check-label,
.checkseguro .form-check-label {
  top: 4px;
}

.checkGarantia p ,
.checkseguro p {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #252627;
  margin-bottom: 0;
}

.checkGarantia p .link ,
.checkseguro p .link {
  color: var(--azulCarsAndCars);
  text-decoration: underline;
  cursor: pointer;
}

.messageseguro {
  display: none;
  align-items: flex-start;
  width: 275px;
  background-color: var(--azulCarsAndCars);
  color: #fff;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  margin-left: 50px;
  margin-top: 40px;
  padding: 16px 12px;
}

.messageseguro p {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 0;
}

.messageseguro::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent var(--azulCarsAndCars) transparent;
}

.messageseguro img {
  cursor: pointer;
}

@media (min-width:1200px) {
  .pago .content .general-checkout .opciones-checkout .opciones-gen {
    margin-top: 0;
  }

  .pago .content .opciones-checkout .ti-pendiente {
    margin-top: 31px;
    padding-top: 22px;
    border-top: 1px solid #F5F2EF;
  }

  #pagarReservar .entrega-tasacion,
  .pago .entrega-tasacion {
    margin-top: 23px;
  }

  .pago .content .btns-reserved {
    margin-top: 0;
  }

   #modalTinTae .modal-body {
    border-radius: 10px;
  }

 
}

@media (min-width:1400px) {}

/*#endregion Pago*/

/*#region Pago Resumen*/
.pagocontado #resumen,
.pagofinanciado #resumen {
  display: none;
}

.pagocontado #title-gen h2,
.pagofinanciado #title-gen h2 {
  margin-bottom: 8px;
}

.gen-disabled {
  display: none;
}

.pagocontado .content .mincard:first-child,
.pagofinanciado .content .mincard:first-child {
  margin-top: 24px;
}

.pagocontado .content .general-checkout .opciones-checkout .opciones-gen,
.pagofinanciado .content .general-checkout .opciones-checkout .opciones-gen {
  border-top: 0;
  margin-top: 0;
}

.pagocontado #paso1pago .mincard,
.pagofinanciado #paso1pago .mincard {
  border: 1.5px solid rgb(1, 53, 149) !important;
  box-shadow: rgb(1 53 149 / 15%) 1px 5px 18px -2px;
  cursor: auto !important;
}

.pagocontado .opciones-gen .link-prefiero,
.pagofinanciado .opciones-gen .link-prefiero {
  margin-top: 8px;
  margin-bottom: 24px;
}

.pagocontado #paso2pago,
.pagofinanciado #paso2pago {
  display: none;
}

#paso2pago h3 {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #252627;
  margin-top: 38px;
  margin-bottom: 24px;
}



/* #resumenpago h3 {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #252627;
  margin-bottom: 24px;
} */

.pagocontado .next-steps,
.pagofinanciado .next-steps {
  margin-top: 69px;
}

@media (min-width:1200px) {

  .pagocontado #title-gen p,
  .pagofinanciado #title-gen p {
    display: none;
  }

  .pagocontado #title-gen h2,
  .pagofinanciado #title-gen h2 {
    margin-bottom: 0;
  }

  .pagocontado .textdk,
  .pagofinanciado .textdk {
    display: block;
  }

  .gen-disabled {
    display: none !important;
  }

  /*.pagocontado .content .general-checkout .opciones-checkout .opciones-gen,
    .pagofinanciado .content .general-checkout .opciones-checkout .opciones-gen {
        border: 1px solid #CDCAC8;
    }*/
  .pagocontado .opciones-gen .link-prefiero,
  .pagofinanciado .opciones-gen .link-prefiero {
    margin-top: 0;
    margin-bottom: 20px;
  }
}

@media (min-width:1400px) {}

/*#endregion Pago Resumen*/

/*#region Pago transferencia*/

.pagotransferencia #title-gen h2 {
  margin-bottom: 8px;
}

.pagotransferencia .formtransferencia .target-funciona .container .funciona-general .funciona-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
}

.pagotransferencia .formtransferencia .target-funciona .container .funciona-general .funciona-icon img {
  height: 24px;
  margin-top: 8px;
}

.pagotransferencia .formtransferencia .target-funciona .container .funciona-general .funciona-texto {
  width: 100%;
}

.pagotransferencia .formtransferencia .target-funciona .container .funciona-general .funciona-texto h5 {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: var(--azulCarsAndCars);
}

.pagotransferencia .formtransferencia .target-funciona .container .funciona-general .funciona-texto .funciona-texto-norma {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #383737;
}

.pagotransferencia .g-image {
  height: 42px;
}

.pagotransferencia .idg3 {
  display: none;
}

.pagotransferencia .nctgen .text-doc {
  border: 0;
}

.pagotransferencia .nctgen .text-doc p {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #252627
}

.pagotransferencia .nctgen .img-files {
  width: auto;
}

.pagotransferencia .g-image .img-files .img-copy {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/public/icon/icon-copy-alt.svg);
  background-size: 16px;
  width: 35px;
  height: 35px;
  cursor: pointer;
}

.pagotransferencia .info-next-transfe {
  background: #F2F5FA;
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 53px;
}

.pagotransferencia .info-next-transfe p {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #383737;
  margin-bottom: 0;
}

.pagotransferencia .info-next-transfe span {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: var(--azulCarsAndCars);
}

.pagotransferencia .next-steps {
  margin-top: 69px;
}

#modalTransfe .modal-body img {
  max-width: 266px;
}

#modalTransfe .modal-body .image {
  text-align: center;
}

.pagotransferencia .formtransferencia .target-funciona .container .funciona-desk {
  display: block;
}

.pagotransferencia .texttransfe {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #383737;
  margin-bottom: 16px;
}

.pago .notimage, .documentacion .notimage {
  border-bottom: 1px solid #E4000B;
}

.pago .linkcar {
  margin-top: 32px;
  margin-bottom: 32px;
  text-align: center;
}

/*------------------*/
.entrega-car-tasacion {
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 16px 18px;
  border-radius: 10px;
  background: linear-gradient(0deg, #F2F2F2 -53.85%, #CFD1F5 100%), 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%);
  /*display: none;*/
}

.cont-entrega-car-tasacion {
  display: flex;
  width: 100%;
  align-items: center;
}

.entrega-car-tasacion-text {
  width: 100%;
}
.entrega-car-tasacion-img{
  cursor: pointer;
}

.entrega-tasacion-text-content p {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #252627;
  margin-bottom: 0;
}

.entrega-tasacion-text-content .price-tasacion {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #252627;
}

@media (min-width:1200px) {
  .entrega-car-tasacion {
    margin-bottom: -14px;
    border-radius: 10px 10px 0 0;
  }
}

/*------------------*/
@media (min-width:1200px) {
  .pagotransferencia .content .general-checkout .infocar-dk {
    height: auto;
  }
  .pagotransferencia .formtransferencia .target-funciona .container .funciona-desk {
    display: block;
    padding-left: 0;
  }

  .pagotransferencia .formtransferencia .target-funciona .container .funciona-general {
    display: flex;
  }

  .pagotransferencia .texttransfe {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #383737;
    margin-bottom: 23px;
  }
}

@media (min-width:1400px) {}

/*#endregion Pago transferencia*/
.pagorapidpay #title-gen h2 {
  margin-bottom: 8px;
}

.pagorapidpay .next-steps {
  margin-top: 69px;
}

#modalPagoRP .imgfly {
  text-align: center;
}

#modalPagoRP .imgfly img {
  width: 294px;
}

/*#region Pago rapidpay*/

/*#endregion Pago rapidpay*/

/*#region Documentacion*/
.documentacion .card-header {
  border: 0;
  display: flex;
  border-radius: 0;
  background-color: transparent;
  padding: 16px 0;
  cursor: pointer;
}

.documentacion .card-header.collapsed {
  border-bottom: 0.7px solid #D8D8D8;
}

.documentacion .content .opciones-checkout .card-header h3 {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #252627;
  width: 100%;
}

.documentacion .content .opciones-checkout .card-header.collapsed h3 {
  color: #ADAAA9;
}

.documentacion .card-header button {
  display: none;
  background: transparent;
  border: 0;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  text-decoration-line: underline;
  color: var(--azulCarsAndCars);
  margin-top: -6px;
}

.documentacion .card-header.collapsed button {
  display: block;
}

.documentacion .opciones-checkout .dropdown {
  margin-bottom: 32px;
}
.documentacion .opciones-checkout .inputs-doubles .dropdown {
  width: calc(100% + 43px);
  margin-bottom: 32px;
}

.documentacion .desplegable-tel {
  display: flex;
  width: 100%;
}

.documentacion .desplegable-tel .dropdown {
  height: 52px;
  width: 100%;
  max-width: 85px;
  border: #CCD7EA solid 1.5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px 0 0 10px;
}

.documentacion .desplegable-tel .dropdown button {
  border: none;
  height: 48px;
}

.documentacion #DP-telefono {
  margin: 0;
  border-radius: 0 10px 10px 0;
}

.documentacion #checkpadron,
.documentacion #titularV,
.documentacion #check-pp {
  visibility: hidden;
  position: absolute;
  right: 0;
}

.documentacion .checkpadron,
.documentacion .titularV,
.documentacion .check-pp {
  display: flex;
}

.documentacion .checkpadron p,
.documentacion #titularV p {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #252627;
  margin-bottom: 20px;
}

.documentacion .checkpadron p img,
.documentacion #titularV p img {
  margin-left: 5px;
  margin-top: -3px;
}

.documentacion .next-steps {
  margin-top: 69px;
}

.documentacion .inputs-gen {
  display: flex;
}

.documentacion .inputs-gen .inputs-doubles {
  display: flex;
  grid-gap: 16px;
  width: 100%;
}

.documentacion .check-pp p {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--textoGris2);
}

.documentacion .firmaclient {
  display: flex;
}

.documentacion .firmaclient .fc-izq,
.documentacion .firmaclient .fc-der {
  width: 50%;
}

.documentacion .firmaclient .fc-der {
  text-align: end;
}

.documentacion .firmaclient .fc-der button {
  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);
  border: 0;
  background: transparent;
}

.documentacion .firmaclient .fc-der button:disabled {
  color: #99AED5;
}

.documentacion #draw-canvas {
  cursor: crosshair;
  background: #FFFFFF;
  border: 1.5px solid #CCD7EA;
  border-radius: 10px;
}

.documentacion .btns-canvas-firmaclient {
  display: none;
}

.documentacion #modalAutorizacion .modal-body h5 {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #252627;
}

.documentacion .modalscompra .modal-body p {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #383737;
}

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

.documentacion #headingDPersonal,
.documentacion #headingTVehiculo,
.documentacion #headingDFacturacion {
  pointer-events: none;
}

.documentacion .card-header.collapsed .disbtn {
  display: none;
}

.documentacion #btncontinueED,
.documentacion #btnsavelaterED {
  display: none;
}

#modalRevDocu .col-der {
  text-align: center;
}

#modalRevDocu .col-der img {
  width: 294px;
}

.b-proces-mv {
  width: 100%;
  margin-top: 14px;
}

.b-proces-dk {
  display: none;
  width: 100%;
  margin-bottom: 23px;
  margin-top: -41px;
}

.b-proces {
  border-top: 3px solid #F2F5FA;
  width: 100%;
}

.b-proces-active {
  border-top: 3px solid var(--azulCarsAndCars);
  width: 25%;
  margin-top: -3px;
}

.documentacion .content .general-checkout .opciones-checkout .opciones-gen {
  border-top: 0;
}

.documentacion #modalPadron .modal-body {
  padding: 16px 32px;
}

.documentacion #modalPadron .modal-body span {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #383737;
}

@media (min-width:1200px) {
  .documentacion #modalAutorizacion .modal-body {
    display: block;
  }

  .documentacion #modalPadron .modal-body,
  .documentacion #modalAutorizacion .modal-body {
    border-radius: 10px;
  }

  .documentacion #modalPadron .modal-body {
    padding: 32px;
  }

  .documentacion .modalscompra .modal-body p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: var(--textoGris2);
  }

  .documentacion #modalPadron .modal-body p {
    color: #383737;
  }

  .documentacion #modalPadron .modal-body p span {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #383737;
  }

  .documentacion #modalAutorizacion .modal-body h5 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #252627;
  }

  .documentacion .content .opciones-checkout .card-header h3 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #252627;
    width: 100%;
  }

  .b-proces-mv {
    display: none;
  }

  .b-proces-dk {
    display: block;
  }

  #modalRevDocu .modal-body .col-izq {
    grid-column: 2;
    grid-row: 1;
  }

  #modalRevDocu .modal-body .col-der {
    grid-column: 1;
    align-self: center;
  }
  #modalRevDocu .modal-footer{
    display: none;
  }
}

@media (min-width:1400px) {}

/*#endregion Documentacion*/

/*#region Entrega*/
.entrega .imports-reserva-dk {
  padding-bottom: 28px;
}

.entrega .content .opciones-checkout .ti-pendiente .ti-der p {
  color: var(--azulCarsAndCars);
}

.entrega .content .general-checkout .opciones-checkout .opciones-gen {
  border-top: 0;
  padding-top: 0;
}

.entrega .textmv {
  margin-top: 16px;
}

.entrega .textdk {
  display: none;
}

.entrega .textmv,
.entrega .fechaorient {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #383737;
}

.entrega .general-checkout {
  padding-bottom: 69px;
}

.entrega .opciones-gen .link-prefiero {
  margin-top: 8px;
  margin-bottom: 63px;
}

.entrega .content .opciones-checkout h3 {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #252627;
  margin-bottom: 16px;
}

.entrega .check-DF {
  display: flex;
  margin-bottom: 36px;
}

.entrega #check-DF {
  visibility: hidden;
  position: absolute;
  right: 0;
}

.entrega .check-DF p {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #383737;
}

.entrega .direntrega {
  margin-bottom: 36px;
}

.entrega .form-check-label input[type=checkbox]+i {
  margin-top: 4px;
}

.entrega .inputs-gen {
  display: flex;
}

.entrega .inputs-gen .inputs-doubles {
  display: flex;
  grid-gap: 16px;
  width: 100%;
}

.entrega #contador {
  width: 100%;
  text-align: end;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #ADAAA9;
  margin-bottom: 8px;
}

.entrega textarea {
  width: 100%;
  height: 123px;
  resize: none;
  padding-top: 12px;
}

.entrega .modalscompra .target-funciona .container .funciona-general {
  border-bottom: 0.7px solid #CCD7EA;
  margin-bottom: 24px;
  padding-bottom: 18px;
}

.entrega .modalscompra .target-funciona .container .funciona-general .funciona-icon img {
  margin-top: 8px;
}

.entrega .target-funciona .container .funciona-general .funciona-icon img {
  height: 24px;
}

.entrega .modalscompra .modal-body h3 {
  margin-bottom: 27px;
}

.entrega .modalscompra .modal-body h4 {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #383737;
  margin-bottom: 5px;
}

.entrega .modalscompra .modal-body p {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #383737;
  margin-bottom: 5px;
}

.entrega .modalscompra .modal-body ul {
  margin-left: -23px;
}

.entrega .modalscompra .modal-body ul li {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: var(--textoGris2);
}

.entrega .modalscompra .modal-body .link {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  margin-right: 14px;
}

.entrega .modalscompra .modal-body .imgplus {
  width: 8px;
  height: 8px;
  margin-right: 5px;
  margin-top: -3px;
  rotate: 45deg;
}

.entrega .modalscompra .modal-body .recoDK {
  display: none;
}

.entrega .btn-group-toggle {
  display: flex;
  width: 100%;
  grid-column: 3;
  column-gap: 19px;
}

.entrega .btn-info {
  width: 100%;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  background: #fff;
  border: 1.5px solid #CDCAC8;
  border-radius: 8px;
  height: 52px;
  padding: 16px;
  color: var(--textoGris2);
  text-align: center;
  align-items: center;
  cursor: pointer;
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active {
  width: 100%;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  background: #E4EEFF;
  border: 1.5px solid var(--azulCarsAndCars);
  border-radius: 8px;
  height: 52px;
  padding: 16px;
  color: #0E1213;
  text-align: center;
  align-items: center;
  cursor: pointer;
}

.entrega .btn-info.focus {
  box-shadow: 0 0 0 0;
}
.entrega .opciones-checkout .inputs-doubles .dropdown {
  width: calc(100% + 43px);
  margin-bottom: 32px;
}

@media (min-width:1200px) {
  .entrega .content .opciones-checkout h3 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #252627;
    margin-bottom: 32px;
  }

  .entrega .check-DF {
    margin-bottom: 41px;
  }

  .entrega .direntrega {
    margin-bottom: 49px;
  }

  .entrega .modalscompra .target-funciona .container .funciona-general .funciona-icon img {
    margin-top: 8px;
  }

  .entrega .modalscompra .modal-body .recoMV {
    display: none;
  }

  .entrega .modalscompra .modal-body .recoDK {
    display: block;
  }

  .entrega .textdk {
    display: block;
  }

  .entrega .textmv {
    display: none;
  }

  .entrega .textdk,
  .entrega .fechaorient {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #383737;
  }
}

@media (min-width:1400px) {}

/*#endregion Entrega*/

/*#region Pedidos*/

/*@media (min-width:1200px) {
  #modalCancelPed .modal-footer {
    display: none;
  }
}*/

/*#endregion Pedidos*/

.inputcalendar {
  position: relative;
}

.open-button {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 25px;
  height: 25px;
  background: #fff;
  pointer-events: none;
  cursor: pointer;
  text-align: center;
}

.open-button .imgcalendar img,
.open-button .imgtime img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

/* MODAL RESERVA */

#modalCochereserv .modal-body .col-izq button, #modalCochenot .modal-body .col-izq button, #modalErrorpay .modal-body .col-izq button, #modalTransfe .modal-body .col-izq button{
  display: none;
}
#modalCochereserv .modal-footer .btn-secondary-icon, #modalCochenot .modal-footer .btn-secondary-icon, #modalErrorpay .modal-footer .btn-secondary-icon{
  margin-top: 16px;
}
#modalCochereserv .modal-body .col-der,  #modalCochenot .modal-body .col-der, #modalErrorpa .modal-body .col-der, #modalTransfe .modal-body .col-der {
  text-align: center;
}

@media (min-width:1200px) {
  #modalCochereserv .modal-footer, #modalCochenot .modal-footer, #modalErrorpay .modal-footer, #modalTransfe .modal-footer{
    display: none;
  }
  #modalCochereserv .modal-body .col-izq button, #modalCochenot .modal-body .col-izq button, #modalErrorpay .modal-body .col-izq button, #modalTransfe .modal-body .col-izq button{
    display: block;
  }
  #modalCochereserv .btn-secondary-icon, #modalCochenot .btn-secondary-icon, #modalErrorpay .btn-secondary-icon{
    margin-top: 16px;
  }
  #modalCochereserv .modal-body .col-izq,  #modalCochenot .modal-body .col-izq, #modalErrorpa .modal-body .col-izq, #modalTransfe .modal-body .col-izq{
    grid-column: 2;
    grid-row: 1;
  }
  #modalCochereserv .modal-body .col-der,  #modalCochenot .modal-body .col-der, #modalErrorpa .modal-body .col-der, #modalTransfe .modal-body .col-der {
    grid-column: 1;
  }
}