/*#region Forms Logins*/
.noscroll-logins {
  overflow: hidden;
}

.fondologins {
  /*display: none;*/
  overflow: scroll;
  height: 100%;
  background: #fff;
  position: fixed;
  width: 100%;
  min-width: 360px;
  z-index: 1;
}

.fondologins .containerlogins {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.fondologins .cerrarlogins {
  width: 100%;
  display: flex;
  background-color: #fff;
  padding: 0 16px;
}

.fondologins .cerrarlogins .loginslogo {
  width: 50%;
}

.fondologins .cerrarlogins .loginsbtnsclose {
  width: 50%;
  text-align: right;
  text-align: -webkit-right;
}

.fondologins .cerrarlogins .btncerrar {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  border: 0;
  background-image: url(/icon/UnionBlue.svg);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: none;
  margin-top: 10px;
}

.fondologins .bgforms {
  background: #fff;
  padding: 24px 16px;
}

.fondologins .bgforms .textos {
  margin-top: 28px;
}

.fondologins .bgforms .textos .centrar {
  text-align: center;
}

.fondologins .bgforms .textos .black {
  color: #113999;
}

.fondologins .containerlogins input {
  width: 100%;
  margin-bottom: 28px;
}

.fondologins .containerlogins .input-box input {
  margin-bottom: 0px;
}

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

.fondologins h3 {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  color: #0E1213;
}

.fondologins p {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--textoGris);
}

.fondologins .containerlogins .lbl-checkbox {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--textoGris);
  display: flex;
  align-items: center;
  height: 44px;
}

.fondologins .containerlogins .lbl-checkbox input {
  width: auto;
  margin-top: 27px;
  margin-right: 12px;
}

.fondologins .containerlogins a {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  cursor: pointer;
}

.fondologins .containerlogins .btnform {
  margin: 24px 0;
}

.fondologins .containerlogins .division {
  float: none;
  margin: 0 auto 18px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

.fondologins .containerlogins .division .line {
  border-top: 1px solid #CDCAC8;
  position: absolute;
  top: 10px;
  width: 43%;
}

.fondologins .containerlogins .division .line.l {
  left: 0;
}

.fondologins .containerlogins .division .line.r {
  right: 0;
}

.fondologins .containerlogins .division span {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: var(--textoGris);
  vertical-align: top;
}

/* Social */
.fondologins .containerlogins .social {
  float: none;
  margin: 0 auto 24px;
  text-align: center;
}

.fondologins .containerlogins .social .circle {
  display: inline-block;
  margin: 0 4px;
  padding: 4px;
}

.fondologins .containerlogins .social.desktop {
  display: none;
}

.fondologins .containerlogins .social .button {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  padding: 14px;
  height: 52px;
  gap: 10px;
  border-radius: 10px;
}

.fondologins .containerlogins .social .texto-social {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  flex: none;
  order: 2;
  flex-grow: 0;
}

.fondologins .containerlogins .social .texto-social.facebook {
  color: #FFFFFF;
}

.fondologins .containerlogins .social .texto-social.google {
  color: #000000;
}

.fondologins .containerlogins .social .texto-social.apple {
  color: #FFFFFF;
}

.fondologins .containerlogins .social a:hover {
  text-decoration: none;
}

.fondologins .containerlogins .desktop .social img {
  margin-left: 16px;
}

#olvPass,
#revMail a {
  color: var(--azulCarsAndCars);
  text-decoration: underline;
}

#olvPass:hover,
#revMail a:hover {
  color: #6786BF;
}

#olvPass:active,
#revMail a:active {
  color: #012A77;
}

/*end Social */

.fondologins .containerlogins .crear-cuenta {
  text-align: center;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #383737;
  margin-top: 50px;
}

.fondologins .containerlogins .crear-cuenta a {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--azulCarsAndCars);
  text-decoration: none;
}

#not-is {
  display: none;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #DB2929;
  margin-bottom: 44px;
}

#not-Cc, #not-Cc2  {
  display: none;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #DB2929;
  margin-bottom: 44px;
}

#not-mail {
  display: none;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #DB2929;
  margin-top: -23px;
}

#exc-mail {
  margin-top: -80px;
  height: 17px;
  margin-left: calc(100% - 32px);
  cursor: pointer;
}

#pass-not-complis {
  display: none;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #DB2929;
}

#pass-not-complis2 {
  display: none;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #DB2929;
}

#pass-not {
  display: none;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #DB2929;
}

#pass-not2 {
  display: none;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #DB2929;
}

#pass-not3 {
  display: none;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #DB2929;
}

#pass-not4 {
  display: none;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #DB2929;
}

.input-error {
  border: 1.5px solid #DB2929 !important;
}

#checkPPdk {
  display: none;
}

#formLogin h3 {
  margin-bottom: 37px;
}

#formRegis h3 {
  margin-bottom: 20px;
}

#revMail,
#cuentacreada {
  display: none;
}

#formOlvPass h3,
#revMail h3 {
  margin-bottom: 8px;
}

#formOlvPass p,
#revMail p {
  margin-bottom: 20px;
}

/* @media (min-width: 400px) {
  #formOlvPass p,
  #revMail p {
    margin-bottom: 52px;
  }
  
} */



#formOlvPass .btnform,
#revMail .btnform {
  margin: 0 0 24px 0;
}

#revMail .pfoot {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #252627;
}

#revMail .pfoot a {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
}

#formRegis label p {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--textoGris);
  margin-bottom: 0;
}

#formRegis label a {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--azulCarsAndCars);
}

.checkslogins {
  display: flex;
}

.fondologins .checkslogins p {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--textoGris);
  margin-top: -2px;
}

#remember-password,
#pp-regis-dk,
#pp-regis-mv {
  visibility: hidden;
  position: absolute;
  right: 0;
  width: auto;
}

/*#endregion Forms Logins*/
/*#region RestPass*/

#formRestPass h3,
#passChange h3 {
  margin-bottom: 8px;
}

#formRestPass .text-minpass {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--textoGris);
}

/*#endregion RestPass*/

/*#region menu lateral*/

.areaprivada .menu-lateral-ap {
  display: flex;
  background: #fff;
}

.areaprivada .menu-lateral-ap .container {
  display: flex;
  flex-direction: column;
}

.areaprivada .menu-lateral-ap .secciones {
  padding: 11px 16px 0 16px;
  background-color: #FFFFFF;
}

.areaprivada .menu-lateral-ap .secciones a {
  text-decoration: none;
}

.areaprivada .menu-lateral-ap .secciones .seccion .textos {
  flex-flow: wrap;
  padding-left: 16px;
}

.areaprivada .menu-lateral-ap .secciones .seccion .titulo {
  font-family: 'DM Sans';
  display: flex;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #0E1213;
}

.areaprivada .menu-lateral-ap .secciones .seccion .subtitulo {
  font-family: 'DM Sans';
  display: flex;
  padding-top: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: var(--textoGris);
}

.areaprivada .menu-lateral-ap .secciones .seccion object {
  width: 40px;
}

.areaprivada .menu-lateral-ap .secciones .seccion object:hover {
  cursor: pointer;
}

.areaprivada .menu-lateral-ap .secciones .seccion object.arrow {
  opacity: 1;
  width: 10.5px;
}

.areaprivada.seccion .menu-lateral-ap {
  display: none;
}

.areaprivada .menu-lateral-ap .secciones .seccion .bloque-hover {
  display: flex;
  justify-content: center;
  padding: 16px 0 16px 0;
  border-bottom: 1px solid #F2F5FA;
}

.menu-lateral-ap .seccion .backgicon {
  width: 40px;
  height: 40px;
  background-color: #F7F9FF;
  border-radius: 10px;
}

#menu-pedidos .backgicon {
  background-image: url(/public/img/areaprivada/icon-ap-buy.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-color: #F7F9FF;
  border-radius: 10px;
}

#menu-favoritos .backgicon {
  background-image: url(/public/img/areaprivada/icon-ap-fav.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-color: #F7F9FF;
  border-radius: 10px;
}

#menu-tasaciones .backgicon {
  background-image: url(/public/img/areaprivada/icon-ap-tas.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-color: #F7F9FF;
  border-radius: 10px;
}

#menu-videollamadas .backgicon {
  background-image: url(/public/img/areaprivada/icon-ap-vid.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-color: #F7F9FF;
  border-radius: 10px;
}

#menu-cuenta .backgicon {
  background-image: url(/public/img/areaprivada/icon-ap-profile.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-color: #F7F9FF;
  border-radius: 10px;
}

#menu-alertas .backgicon {
  background-image: url(/public/img/areaprivada/icon-ap-alert.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-color: #F7F9FF;
  border-radius: 10px;
}

/*#endregion menu lateral*/

/*#region general info*/
.areaprivada .main-content .container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0;
}

.contenedor-aa {
  padding: 0;
}

.contenedor-aa h3 {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #252627;
  padding: 0 16px;
}

.contenedor-aa .block-title {
  display: flex;
  background-color: #FFFFFF;
  text-align: center;
  height: 56px;
  padding: 16px;
  border-bottom: 1px solid #E6E6E6;
}

.contenedor-aa .block-title img {
  transform: rotate(180deg);
  height: 12px;
  margin-top: 8px;
  cursor: pointer;
}

.contenedor-aa .block-title h3 {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  align-items: center;
  text-align: center;
  color: #252627;
  width: 100%;
}

/*#region cards*/
.card-aa {
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(151, 151, 151, 0.19);
  border-radius: 10px;
  display: flex;
  min-width: fit-content;
  padding: 16px;
}

.icon-noti-aa {
  background-image: url(/public/icon/notification-blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 35px;
  height: 35px;
  margin-top: 5px;
}

.close-noti-aa {
  background-image: url(/public/icon/UnionBlue.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 16px;
  width: 35px;
  height: 35px;
  margin-top: 5px;
}

.cont-noti-aa {
  width: 100%;
  padding: 0;
}

.cont-noti-aa h5 {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #0E1213;
}

.cont-noti-aa p {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--textoGris);
  max-width: 220px;
}

.cont-noti-aa a {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 147.5%;
}

.cont-noti-aa a img {
  margin-left: 10px;
}

.cont-noti-aa .edit-alert {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.cont-noti-aa .edit-alert img {
  margin-top: -5px;
}

.cont-noti-aa .foot-card-aa {
  display: flex;
}

.cont-noti-aa .foot-card-aa .f-edit-alert {
  width: 100%;
}

.cont-noti-aa .foot-card-aa .f-result {
  width: 100%;
  text-align: end;
}

.cont-noti-aa .param-search {
  width: 100%;
  display: flex;
  grid-gap: 9px 8px;
  align-items: center;
  flex-wrap: wrap;
  max-width: fit-content;
  margin-bottom: 24px;
}

.cont-noti-aa .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;
}

.cont-noti-aa .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;
}

.cont-noti-aa .param-search svg {
  fill: var(--azul);
  width: 11px;
  height: 11px;
}

.info-card-alert {
  display: flex;
  margin-bottom: 11px;
}

.info-card-alert .phot-ica {
  width: 67px;
  height: 67px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/public/img/frontend/video_detalle.jpg);
  border-radius: 4px;
}

.info-card-alert .content-ica {
  margin-left: 16px;
  align-self: center;
}

.info-card-alert .content-ica .title-ica {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #0E1213;
}

.info-card-alert .content-ica .param-ica {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: var(--textoGris);
}

.info-card-alert .content-ica .price-ica {
  display: flex;
}

.info-card-alert .content-ica .price-ica span {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: var(--azulCarsAndCars);
}

.info-card-alert .content-ica .price-ica p {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: var(--azulCarsAndCars);
  margin-left: 8px;
}

/*#endregion cards*/

/*#region cards-cars*/
.btns-cp-dk {
  display: none;
}

.card-pedido-aa {
  background: #FFFFFF;
  box-shadow: 1px 5px 18px -2px rgba(1, 53, 149, 0.15);
  border-radius: 10px;
  padding: 16px 16px 22px 16px;
}

.card-gen {
  display: flex;
}

.photo-bg-cp {
  width: 107px;
  height: 91px;
}

.photo-cp {
  width: 107px;
  height: 91px;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/img/frontend/sin-imagen-tasacion.jpg');
}

.content-cp {
  display: flex;
  align-self: center;
}

.info-car-cp {
  margin-left: 14px;
  padding-bottom: 16px;
}

.info-car-cp .title-cp {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #0E1213;
  margin-bottom: 5px;
}

.info-car-cp .subtitle-cp {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--textoGris);
  margin-bottom: 5px;
}

.info-car-cp .matricula-cp {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: var(--textoGris);
}

.info-car-cp .pricetotal-cp {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: var(--textoGris);
  margin-bottom: 5px;
}


.info-cp {
  display: flex;
}

.info-cp .text-cp {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 0px;
  margin-left: 5px;
}

.info-cp .text-cp-green {
  color: #20BAA3;
}

.info-cp .text-cp-yello {
  color: var(--textoReservado);
}

.info-cp .text-cp-red {
  color: #DB2929;
  min-width: 250px;
}

.btns-cp-mv {
  margin-top: 16px;
  text-align: center;
}

.btns-cp-mv button {
  margin-bottom: 16px;
}

.btns-cp-mv .contPasos {
  margin: 22px auto 0 auto;
}

.contPasos.dk {
  display: none;
}

.contPasos {
  width: 100%;
  max-width: 264px;
  text-align: center;
}

.contPasos .paso {
  color: var(--textoGris);
  font-weight: 400;
  font-family: 'DM Sans';
}

.contPasos .paso .txtPaso {
  font-weight: 700;
  font-family: 'DM Sans';
}

.contPasos .barraPasos {
  margin-top: 6px;
  width: 100%;
  height: 2px;
  background-color: #F2F5FA;
  border-radius: 2px;
  position: relative;
}

.contPasos .progreso {
  width: 0%;
  height: 4px;
  background-color: var(--azulCarsAndCars);
  position: absolute;
  left: 0;
  top: -1px;
  border-radius: 2px;
}

.contPasos .progreso.paso1 {
  width: 25%;
}

.contPasos .progreso.paso2 {
  width: 50%;
}

.contPasos .progreso.paso3 {
  width: 75%;
}

.contPasos .progreso.paso4 {
  width: 100%;
}

/*#endregion cards-cars*/

/*#region index*/
.areaprivada .misPedidosHome {
  margin: 16px -16px;
}

.areaprivada.home .notificaciones {
  display: none;
}

.areaprivada.home .cont-noti-aa p {
  margin-bottom: 39px;
}

.areaprivada.home .cont-noti-aa h5 {
  margin-bottom: 16px;
}

.areaprivada.home .last-search {
  margin: 30px -16px 0 -16px;
}

.areaprivada.home .last-search .title-last-search {
  margin-bottom: 35px;
}

.areaprivada.home .last-search .title-last-search h3 {
  width: 100%;
}

.areaprivada.home .last-search .control-slider {
  display: none;
}

.areaprivada .contenedor-destacados-home .button-slide {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 40px 0 62px 0;
}

/*#endregion index*/

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

.pedidos .general-detalleP {
  padding: 33px 0px;
}

.pedidos .general-detalleP .infocar-dk {
  display: none;
}

.pedidos .resumen-reserv {
  padding: 0 16px;
  background-color: #FAFAFA;
}

.pedidos .resumen-reserv .car-prefer {
  margin: 0 16px;
  padding-top: 16px;
  border-top: 1px solid #F5F2EF;
}

.pedidos .resumen-reserv .car-prefer h5 {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #252627;
  margin-bottom: 9px;
}

.pedidos .resumen-reserv .car-prefer p {
  padding: 0;
  margin: 0;
}

.pedidos .resumen-reserv .car-prefer .pref-fin,
.pedidos .resumen-reserv .car-prefer .pref-contado,
.pedidos .resumen-reserv .car-prefer .pref-entrega,
.pedidos .resumen-reserv .car-prefer .pref-garantia,
.pedidos .resumen-reserv .car-prefer .pref-gestion,
.pref-cupon {
  margin-bottom: 16px;
}

.pedidos .resumen-reserv .car-prefer .rowPedido,
.pedidos .resumen-reserv .car-prefer .pref-gen {
  display: flex;
}

.pedidos .resumen-reserv .car-prefer .rowPedido {
  margin-bottom: 10px;
}

.pedidos .resumen-reserv .car-prefer .text-izq {
  width: 100%;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: var(--textoGris);
}

.pedidos .resumen-reserv .car-prefer .text-der,
.pedidos .resumen-reserv .car-prefer .text-der {
  width: 100%;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: right;
  color: #252627;
}

.pedidos .resumen-reserv .car-prefer .text-der.text-cp-red {
  color: #DB2929;

}

.pedidos .resumen-reserv .car-prefer .text-der.text-cp-yello {
  color: var(--textoReservado);
  ;
}

.pedidos .resumen-reserv .car-prefer .text-der.text-cp-green {
  color: #20BAA3;

}

.pedidos .resumen-reserv .car-prefer .barraInferior {
  height: 10px;
}

.pedidos .resumen-reserv .car-prefer .text-tot {
  width: 100%;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  color: #383737;
}

.pedidos .resumen-reserv .car-prefer .text-title-izq {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #383737;
  margin-bottom: 8px;
}

.pedidos .resumen-reserv .car-prefer .text-title-der {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: var(--azulCarsAndCars);
  margin-bottom: 8px;
}

.pedidos .resumen-reserv .car-prefer .pref-mod {
  display: flex;
  width: 100%;
  /*cursor: pointer;*/
}

.pedidos .resumen-reserv .car-prefer img {
  margin-top: -10px;
  margin-left: 5px;
}

.pedidos .resumen-reserv .car-prefer .footer-total {
  background: #FAFAFA;
  margin: 0 -16px;
  border-radius: 0 0 10px 10px;
  padding: 16px;
}

.pedidos .resumen-reserv .car-prefer .footer-total .text-izq,
.pedidos .resumen-reserv .car-prefer .footer-total .text-der {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: var(--azulCarsAndCars);
}

.pedidos .resumen-reserv .car-prefer .footer-total .text-title-izq,
.pedidos .resumen-reserv .car-prefer .footer-total .text-title-der {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: var(--textoGris);
}

.pedidos .resumen-reserva .btns-reserved , 
.pedidos .resumen-reserva .btns-reserved2 
{
  text-align: center;
  margin-bottom: 15px;
}

.pedidos .resumen-reserva .btns-reserved2 #btncontpedido {
  width: auto;
}

.pedidos .resumen-reserva .btns-reserved #btncancelar {
  width: 215px;
  color:  var(--azulCarsAndCars) !important;
  text-decoration:underline;
}

.pedidos .resumen-reserva .btns-reserved button {
  width: 215px;
}

/* FICHA CARD DK */

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

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

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

.pedidos .card-coche .contenedor-foto img {
  width: 100%;
}

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

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

.pedidos .card-coche .car-title {
  width: 100%;
  margin-bottom: 18px;
}

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

.pedidos .card-coche .subtitle {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: var(--textoGris);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pedidos .card-coche .contenedor-precios {
  width: 100%;
  display: flex;
  margin-bottom: 13px;
}

.pedidos .card-coche .contenedor-precios .contado-tachado {
  width: 50%;
}

.pedidos .card-coche .contenedor-precios .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;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
}

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

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

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

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

.pedidos .card-coche .contenedor-precios .financiado img {
  margin-top: -5px;
  margin-right: 8px;
}

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

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

.pedidos .car-info-inf {
  padding: 0 16px 8px 16px;
  overflow: hidden;
  height: auto;
}

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

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

.pedidos .card-coche .contenedor-caracteristicas .caracteristica-first {
  margin: 0px 4px 8px 0px;
}

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

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

.pedidos .card-coche .contenedor-caracteristicas .caracteristica .ambiental {
  width: 35px;
  height: 35px;
}

.linkcar {
  margin-top: 8px;
  margin-bottom: 24px;
  text-align: center;
}

.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 */

#modalCancelPed #btnnotcancdk,
#modalCancelPed #btncancdk,
#modalInfoCancelPed #btnINFOcancdk {
  display: none;
}

#modalCancelPed .btn-secondary-icon {
  margin-top: 20px;
}

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

#modalCancelPed .col-der img {
  margin-top: 71px;
  border-bottom: 1.67568px solid var(--azulCarsAndCars);
}

#modalCancelPed h3 {
  padding: 0;
}

#modalInfoCancelPed .btn-secondary-icon {
  margin-top: 20px;
}

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

#modalInfoCancelPed .col-der img {
  margin-top: 71px;
  border-bottom: 1.67568px solid var(--azulCarsAndCars);
}

#modalInfoCancelPed h3 {
  padding: 0;
}

/*#endregion pedidos*/

/*#region tasaciones*/

.tasaciones .btns-cp-mv {
  display: grid;
}

/*#region tasaciones detalle*/

#modalCancelTas .modal-body button {
  display: none;
}

.tasaciones .general-detalleP {
  padding: 0;
}

.tasaciones .general-detalleP .infocar-dk {
  display: none;
}

.tasaciones .card-coche {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  mix-blend-mode: normal;
  filter: unset;
  margin-bottom: 24px;
}

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

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

.tasaciones .card-coche .contenedor-foto img {
  width: 100%;
}

.tasaciones .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: 0;
}

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

.tasaciones .card-coche .car-title {
  width: 100%;
  margin-bottom: 18px;
}

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

.tasaciones .card-coche .subtitle {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: var(--textoGris);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tasaciones .car-info-inf {
  padding: 0 16px 8px 16px;
  overflow: hidden;
  height: auto;
  display: flex;
}

.tasaciones .text-estado-tasacion {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 0;
  margin-left: 4px;
}

.tasaciones .text-tasacion-yellow {
  color: var(--textoReservado);
}

.tasaciones .text-tasacion-green {
  color: #20BAA3;
}

.tasaciones .resumen-reserv {
  padding: 0;
  background-color: #FAFAFA;
}

.tasaciones .resumen-reserv .car-prefer {
  margin: 0 16px;
  padding-top: 16px;
}


.tasaciones .resumen-reserv .car-prefer .datos-coche {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20%, 33%));
  margin-bottom: 22px;
}

.tasaciones .resumen-reserv .car-prefer .datos-coche .titulo-dato {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: var(--textoGris);
  margin-bottom: 4px;
}

.tasaciones .resumen-reserv .car-prefer .datos-coche .dato-coche {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #252627;
  margin-bottom: 16px;
}

.tasaciones .resumen-reserv .car-prefer .datos-extra .datos-coche-extra {
  width: 100%;
  display: flex;
  margin-bottom: 16px;
}

.tasaciones .resumen-reserv .car-prefer .datos-extra .datos-extras-coche {
  display: block;
}

.tasaciones .resumen-reserv .car-prefer .datos-extra .datos-coche-extra .titulo-dato {
  width: 100%;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #383737;
  margin-bottom: 4px;
}

.tasaciones .resumen-reserv .car-prefer .datos-extra .datos-coche-extra .dato-coche {
  width: 100%;
  text-align: end;
  margin-bottom: 0;
}

.tasaciones .resumen-reserv .car-prefer .datos-extra .datos-extras-coche .dato-coche {
  text-align: start;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #383737;
  margin-bottom: 0;
}

.tasaciones .resumen-reserv .car-prefer .datos-extra .datos-coche-extra .dato-coche-green {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #20BAA3;
  margin-bottom: 0;
}

.tasaciones .resumen-reserv .car-prefer .datos-extra .datos-coche-extra .dato-coche-yellow {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--textoReservado);
  margin-bottom: 0;
}


.tasaciones .resumen-reserva .btns-reserved {
  text-align: center;
  margin-bottom: 69px;
}

.tasaciones .resumen-reserva .btns-reserved button {
  width: 215px;
}

/*#endregion tasaciones detalle*/

/*#endregion tasaciones*/


/*#region calendar*/

.ui-datepicker,
.ui-datepicker table,
.ui-datepicker tr,
.ui-datepicker td,
.ui-datepicker th {
  margin: 0;
  padding: 0;
  border: none;
  border-spacing: 0;
  max-width: min-content;
}

.ui-datepicker {
  display: none;
  width: 459px;
  padding: 23px;
  cursor: default;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  z-index: 1000 !important; /* Ajustar según sea necesario */

  /*-webkit-box-shadow: 0px 1px 1px rgba(255,255,255, .1), inset 0px 1px 1px rgb(0,0,0);
  -moz-box-shadow: 0px 1px 1px rgba(255,255,255, .1), inset 0px 1px 1px rgb(0,0,0);
  box-shadow: 0px 1px 1px rgba(255,255,255, .1), inset 0px 1px 1px rgb(0,0,0);*/
}

.ui-datepicker-header {
  position: relative;
  padding-bottom: 10px;
  height: 32px;
  margin-bottom: 23px;
  /*border-bottom: 1px solid #d6d6d6;*/
}

.ui-datepicker-title {
  text-align: center;
  padding-top: 5px;
}

.ui-datepicker-month {
  position: relative;
  padding-right: 15px;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
  color: #383737 !important;
  text-transform: capitalize;
  background: #fff !important;
}

.ui-datepicker-year {
  padding-left: 8px;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
  color: #383737 !important;
  background: #fff !important;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  position: absolute;
  top: -2px;
  padding: 5px;
  cursor: pointer;
  background: #FAFAFA;
  box-shadow: 0px 1.09259px 1.09259px rgba(0, 14, 51, 0.05);
  border-radius: 87.4074px;
}

.ui-datepicker-prev {
  left: 0;
  /*padding-left: 0;*/
  rotate: 180deg;
}

.ui-datepicker-next {
  right: 0;
  /*padding-right: 0;*/
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
  display: block;
  width: 32px;
  height: 32px;
  /*text-indent: -9999px;*/
  content-visibility: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/icon/Stroke.svg);
}

/*.ui-datepicker-prev span {
  background-position: 0px 0px;
 }
 
.ui-datepicker-next span {
  background-position: -5px 0px;
}
 
.ui-datepicker-prev-hover span { background-position: 0px -10px; }
 
.ui-datepicker-next-hover span { background-position: -5px -10px; }*/

.ui-datepicker-calendar th {
  padding-top: 15px;
  padding-bottom: 10px;
  text-align: center;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #1F1F1F;
  text-transform: capitalize;
}

.ui-datepicker-calendar td,
.ui-datepicker-calendar td span {
  padding: 0;
  text-align: center;
  /*line-height: 26px;*/
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
}

.ui-datepicker-calendar .ui-state-default {
  display: block;
  width: 54px;
  height: 48px;
  outline: none;
  text-decoration: none;
  color: #1F1F1F;
  /*border: 1px solid transparent;*/
  padding-top: 13px;
}

.ui-datepicker-calendar .ui-state-highlight {
  border: 2.18518px solid var(--azulCarsAndCars);
  border-radius: 6.55555px;
  color: #1F1F1F;
  padding-top: 11px;
}

.ui-datepicker-calendar .ui-state-active {
  /*color: #6a9113;
  border: 1px solid #6a9113;*/
  background: var(--azulCarsAndCars);
  box-shadow: 0px 1.63889px 1.09259px rgba(0, 31, 112, 0.25), 0px 3.27778px 2.18518px rgba(0, 71, 255, 0.2);
  border-radius: 6.55555px;
  border: 2.18518px solid var(--azulCarsAndCars);
  border-radius: 6.55555px;
  color: #FFF;
  padding-top: 11px;
}

.ui-datepicker-other-month .ui-state-default,
.domday .ui-state-default {
  color: #CDCAC8;
}

.ui-datepicker-unselectable .ui-state-default {
  color: #CDCAC8;
}

/*#endregion calendar*/

/*#region tasaciones*/
.tasaciones-gen {
  display: grid;
  padding: 33px 16px;
  grid-template-columns: 1fr;
  grid-row-gap: 24px;
}

.card-tasacion-aa {
  background: #FFFFFF;
  box-shadow: 1px 5px 18px -2px rgba(1, 53, 149, 0.15);
  border-radius: 10px;
  padding: 16px 16px 22px 16px;
}

.foot-cp {
  background: #F8F8F8;
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: -22px;
  margin-top: 12px;
  padding: 18px 16px 21px 16px;
  border-radius: 0 0 10px 10px;
}

.foot-cp p {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #383737;
  margin-bottom: 0;
}

#modalCancelTas #btnnotcancdk,
#modalCancelTas #btncancdk,
#modalEliminarTas #btnnotcancdk,
#modalEliminarTas #btncancdk {
  display: none;
}

#modalCancelTas .col-der,
#modalEliminarTas .col-der {
  text-align: center;
}

#modalCancelTas .col-der img,
#modalEliminarTas .col-der img {
  margin-top: 71px;
  width: 100%;
  max-width: 328px;
}

#modalCancelTas .btn-secondary-icon,
#modalEliminarTas .btn-secondary-icon {
  margin-top: 20px;
}

.precioTasPre,
.precioTasPre span {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #0E1213;
}

.textTasPre {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #383737;
}

.tasacion-empty {
  text-align: center;
}

.tasacion-empty .not-comp {
  text-align: center;
}

.tasacion-empty .link-not {
  margin-top: 47px;
  text-align: center;
}

.tasacion-empty .link-not img {
  margin-left: 4px;
}

.tasacion-empty .link-not .btn-secondary-cc {
  max-width: 257px;
}

/*#endregion tasaciones*/

/*#region favoritos*/
.favoritos-gen {
  display: grid;
  padding: 33px 16px;
  grid-template-columns: 1fr;
  grid-row-gap: 24px;
}

/*#endregion favoritos*/

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

.general-vc {
  max-width: 376px;
  padding-left: 16px;
}

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

.videollamadas .block-title {
  border-bottom: 0;
}

.videollamadas a.nav-link.tab-proxima-cita.active {
  background: none;
}

.videollamadas .nav-tabs {
  /* background: #FFF; */
  border: 0;
  padding: 0;
  border-bottom: 1px solid #E6E6E6;
}

.videollamadas .nav-item {
  width: 50%;
}

.videollamadas .nav-link {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--textoGris);
  height: 56px;
  padding: 15px 16px;
}

.videollamadas .nav-link:hover {
  border: 1px solid transparent;
}

.videollamadas .nav-link.active {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #252627;
  border: 0;
  border-bottom: 2px solid var(--azulCarsAndCars);
}

.videollamadas .tab-content {
  padding: 10px 16px;
}

.videollamadas #proximaCita .target-videocall,
.videollamadas #citasPasadas .target-videocall {
  height: auto;
}

.videollamadas .target-videocall {
  background: #FFFFFF;
  padding: 16px;
  margin-bottom: 15px;
  border-bottom: 1px solid #cccc;
}

.videollamadas .target-videocall:last-child {
  border-bottom: 0;
}

.videollamadas .datos-videocall {
  /* display: flex; */
  margin-bottom: 12px;
}

.videollamadas .datos-videocall p {
  margin: 0;
}


.datos-videocall-mvl {
  display: flex;
}

.datos-videocall-pc {
  display: none;
}

.videollamadas .cImg {
  padding-right: 25px;
}

.videollamadas .datos-citaP .citaP-fecha {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  display: flex;
  align-items: center;
  color: var(--azulCarsAndCars);
  padding-bottom: 2px;
}

.videollamadas .datos-citaP .citaP-hora {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: var(--textoGris);
  padding-bottom: 12px;
}

.videollamadas .datos-citaP .citaP-coche {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #252627;
  white-space: nowrap;
  max-width: 218px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.videollamadas .datos-citaP .citaP-asesor {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 200;
  font-size: 14px;
  line-height: 20px;
  color: #252627;
}

.videollamadas .datos-videocall .dia-mes {
  width: 50px;
  min-width: 50px;
  height: 50px;
  background: #F7F9FF;
  border-radius: 10px;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: var(--azulCarsAndCars);
  display: grid;
  padding: 5px;
}

.videollamadas .datos-videocall .dia-mes p {
  text-align: center;
  align-self: center;
}

.videollamadas .datos-videocall .coche-asesor {
  width: 100%;
  font-family: 'DM Sans';
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  color: #252627;
  padding-left: 12px;
}

.videollamadas .datos-videocall .coche-asesor .coche {
  font-weight: 700;
}

.videollamadas .datos-videocall .coche-asesor .asesor {
  font-weight: 400;
}

.videollamadas .datos-videocall .fecha-horario {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: end;
  width: 50%;
}

.videollamadas .datos-videocall .fecha-horario .fecha {
  color: #ADAAA9;
}

.videollamadas .datos-videocall .fecha-horario .horario {
  color: #383737;
}

.videollamadas .target-videocall .link-agendar {
  text-align: center;
  margin-top: 16px;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

/*#endregion videocall*/

/*#region modal eliminar cuenta*/

#modalEliminarcuenta .checkseliminar {
  display: flex;
}

#modalEliminarcuenta .checkseliminar .form-check-input {
  visibility: hidden;
  position: absolute;
  right: 0;
  width: auto;
}

#modalEliminarcuenta .checkseliminar p {
  margin-top: -4px;
}

#modalEliminarcuenta #elimancioncuenta {
  display: none;
}

#modalEliminarcuenta .modal-body .col-der {
  text-align: center;
  margin-top: 80px;
}

#modalEliminarcuenta .modal-body .btn-dk-ec {
  display: none;
}

#modalEliminarcuenta .btn-secondary-icon {
  margin-top: 19px;
}

/*#endregion modal eliminar cuenta*/

/*check cancelar pedido*/
#modalCancelPed .checkcancelarpedido {
  display: flex;
}

#modalCancelPed .checkcancelarpedido .form-check-input {
  visibility: hidden;
  position: absolute;
  right: 0;
  width: auto;
}

#modalCancelPed .checkcancelarpedido p {
  margin-top: -4px;
}

@media (min-width: 1200px) {

  .datos-videocall-mvl {
    display: none;
  }

  .datos-videocall-pc {
    display: flex;
  }

  .videollamadas #proximaCita .target-videocall {
    height: 141px;
  }

  .videollamadas #citasPasadas .target-videocall {
    height: 238px;
  }

  .videollamadas .target-videocall {
    background: #FFFFFF;
    box-shadow: 1px 5px 18px -2px rgb(1 53 149 / 15%);
    border-radius: 10px;
    max-width: 361px;
    padding: 16px;
    margin-bottom: 15px;
  }

}