/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 15/03/2022, 17:01:41
    Author     : DK
*/

@import url("https://fonts.googleapis.com/css2?family=Baloo+2&display=swap");
/* This pen */
body {
  font-family: "Baloo 2", cursive;
  font-size: 16px;
  /*color: #ffffff;*/
  text-rendering: optimizeLegibility;
  font-weight: initial;
}
#pageHeaderTitle {
  margin: 1rem 0;
  text-transform: uppercase;
  text-align: center;

}


*[ng-hide],
*[ng-show],
*[ng-if],
*[ng-switch-when],
*[ng-switch-default] {
  transition: 0s none;
  -webkit-transition: 0s none;
  animation: 0s none;
  -webkit-animation: 0s none;
}


/* Utilidades */
.cursor-pointer {
  cursor: pointer;
}

/* Inicio JG 21/03/2024 */
.cursor-not-allowed-if-disabled:disabled {
  cursor: not-allowed !important;
  pointer-events: all !important;
}
/* Fin JG 21/03/2024 */

    /* Quitar flechas en input number */
.input-number-no-arrows { /* Firefox */
  -moz-appearance: textfield;
}

.input-number-no-arrows::-webkit-outer-spin-button,
.input-number-no-arrows::-webkit-inner-spin-button { /* Chrome, Safari, Edge, Opera */
  -webkit-appearance: none;
  margin: 0;
}
  /* Fin Quitar flechas en input number */

  /* Centrar modal en pantalla */
.center-modal .modal-dialog {
  height: 100%;
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}

/* Inicio JG 19/01/2024 */
.fa-disabled {
  position: relative;
}

.fa-disabled .fa-disabled-line {
  display: none;
  content: '';
  position: absolute;
  top: -2px;
  left: 16px;
  width: 25px;
  height: 3px;
  background-color: rgb(134, 134, 134);
  transform-origin: 0% 0%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}
/* Fin JG 19/01/2024 */
/* Fin Utilidades */


/* Inicio JG 21/03/2024 */
  /* PhotoSwipe (Galeria de imagenes) */
  .pswp__zoom-level-indicator {
    background-color: rgba(var(--bs-secondary-rgb), 0.25);
    font-size: 16px;
    line-height: 1;
    color: #fff;
    height: auto;
    align-self: center;
    padding: 4px 10px 5px;
    margin-right: 20px;
  }
  
  .pswp__video-en-vivo {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: absolute;
    bottom: 50px;
    right: 50px;
    padding: 0;
    background-color: #110f16;
  }

  /* Inicio JG 22/11/2024 */
  .pswp__button--close svg{
    fill: white;
    background-color: var(--bs-danger);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
  }
  /* Fin JG 22/11/2024 */

  /* Inicio JG 13/05/2025 */
  .pswp__custom-thumbnails {
    position: absolute;
    top: 15px;
    bottom: auto;
    left: 0;
    right: 0;
    text-align: center;
    pointer-events: none !important;
  }
  
  @media (max-width: 650px) {
    .pswp__custom-thumbnails {
      top: auto !important;
      bottom: 15px !important;








    }


  }
  
  .pswp__custom-thumbnails img {
    pointer-events: auto !important;
    background-color: transparent;
    cursor: pointer;
    min-height: 70px;
    max-height: 70px;
    min-width: 70px;
    max-width: 70px;
    object-fit: fill !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
  
  .pswp__custom-thumbnails .active {
    border: 2px #cccccc solid;
  }
  /* Fin JG 13/05/2025 */


    /* Fin - PhotoSwipe */
  /* Fin JG 21/03/2024 */


/* Drag and Drop */
.icono-drag-and-drop{
  color: rgb(159, 158, 158);
  margin-top: 7px;
  font-size: 17px;
}
/* Fin Drag and Drop */


/*Visualización remates futuros e historicos pagina principal*/
.postcard {
  flex-wrap: wrap;
  display: flex;
  box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);
  border-radius: 10px;
  margin: 0 0 2rem 0;
  overflow: hidden;
  position: relative;
  /*color: #ffffff;*/
}
.postcard__title {
  font-size: 1.75rem;
}
.remate__bar {
  width: 50px;
  height: 10px;
  margin: 10px 0;
  border-radius: 5px;
  background-color: #424242;
  transition: width 0.2s ease;
}
.card-block:hover .remate__bar {
  width: 100px;
}
a, a:hover {
  text-decoration: none;
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
}
.postcard__title a {
        color: inherit;
}

.red .postcard__title:hover {
  color: #bd150b;
}

.red .remate__bar {
  background-color: #bd150b;
}

.green .postcard__title:hover {
  color: #79dd09;
}

.green .remate__bar {
  background-color: #79dd09;
}

.dark {
  background: #110f16;
}
.dark .card-block {
  color: #cccccc;
}

.light {
  background: #f3f5f7;
}
/*Fin Remates futuros e historicos*/


/*Tarjetas Lotes*/
.card {
    display: inline-block;
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 6px;
    color: rgba(0, 0, 0, 0.87);
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.card .card-image {
    height: auto;
    position: relative;
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -30px;
    border-radius: 6px;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.card .card-image img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    /*pointer-events: none;*/
}

.card .card-image .card-caption {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
    font-size: 1.3em;
    text-shadow: 0 2px 5px rgba(33, 33, 33, 0.5);
}

.card img {
    width: 100%;
    height: auto;
}

.card .author .avatar {
  width: 36px;
  height: 36px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}

.card .author .imagen-evaluador {
    width: 45px !important;
}

.card .author a {
    color: #333;
    text-decoration: none;
}

.card .author a .ripple-cont {
    display: none;
}

.card .ftr {
    margin-top: 15px;
}

.card .ftr div {
    display: inline-block;
}

.card .ftr .author {
    color: #888;
}

.card .ftr .stats {
    float: right;
    line-height: 30px;
}

.card .ftr .stats {
    position: relative;
    top: 1px;
    font-size: 14px;
}

.card-blog .card-notify-year {
	position: absolute;
	right: -10px;
	top: 10px;
	background: #ff4444;
	border-radius: 50%;
	text-align: center;
	color: #fff;      
	font-size: 14px;      
	width: 50px;
	height: 50px;    
	padding: 15px 0 0 0;
	z-index:1;
}

.modal-xxl { /*para agrandar el modal de lotes*/
    max-width: 100%;
}


/*Fin Tarjetas Lotes*/


/*Video panel*/
.video-responsive {
position: relative;
padding-bottom: 56.25%; /* 16/9 ratio */
padding-top: 30px; /* IE6 workaround*/
height: 0;
overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/*FIN Video panel*/

/* Subasta (Rematador) */
.subasta-rematador{
  height: calc(100vh - 60px);
  padding-left: 5px;
  padding-right: 5px;
  font-size: 15px;
}

.subasta-rematador button:disabled{
  cursor: not-allowed;
  pointer-events: all !important;
}

.subasta-rematador:-webkit-full-screen {
  padding: 5px 17px 5px 17px;
}
.subasta-rematador:-ms-fullscreen {
  padding: 5px 17px 5px 17px;
}
.subasta-rematador:fullscreen {
  padding: 5px 17px 5px 17px;
}

.subasta-rematador .subasta-header{
  height: calc((100% - 100px) / 2);
}

.subasta-rematador .subasta-middle{
  height: 100px;
  margin-left: -8px;
  margin-right: -8px;
}

.subasta-rematador .subasta-footer{
  height: calc((100% - 100px) / 2);
}


.subasta-rematador .card-chat{
  height: 100%;
}

.subasta-rematador .card-chat .card-body{
  max-height: calc(100% - 30px);
  overflow-y: auto;
}

.subasta-rematador .card-chat p{
  margin-top: 0px;
  margin-bottom: 0px;
}



.subasta-rematador .card-desarrollo-subasta{
  height: 100%;
}

.subasta-rematador .card-desarrollo-subasta .card-body{
  max-height: calc(100% - 30px);
  overflow-y: auto;
}



.subasta-rematador .card-sub-objetos{
  height: calc(50% - 7px);
  margin-top: 7px;
}

.subasta-rematador .card-sub-objetos .card-body{
  max-height: calc(100% - 30px);
  overflow-y: auto;
}

.subasta-rematador .card-sub-objetos .sub-objeto-rematado {
  background-color: rgba(var(--bs-danger-rgb), 0.2);
}


/* Inicio JG 19/01/2024 */
.subasta-rematador .card-streaming{
  height: calc(45px - 7px);
  margin-top: 7px;
  margin-bottom: 7px;
}
/* Fin JG 19/01/2024 */


.subasta-rematador .card-informacion-lote{
  height: 100%;
}

.subasta-rematador .card-informacion-lote .card-body{
  max-height: calc(100% - 51px);
  overflow-y: auto;
}

.subasta-rematador .card-informacion-lote p{
  margin-top: 0px;
  margin-bottom: 0px;
}

.subasta-rematador .card-informacion-lote .card-footer{
  height: 30px;
}

.subasta-rematador .card-informacion-lote .card-footer button{
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}




.subasta-rematador .card-lote-abierto{
  align-items: center;
}

.subasta-rematador .card-acciones{
  align-items: center;
}

.subasta-rematador .card-acciones i{
  font-size: 10px;
}


.subasta-rematador .card-precio-inicial{
  align-items: center;
}

.subasta-rematador .card-precio-inicial input{
  width: 130px;
}



.subasta-rematador .card-tipo-precio{
  align-items: center;
}

.subasta-rematador .card-tipo-precio select{
  width: 130px;
}



.subasta-rematador .card-incremento{
  align-items: center;
}

.subasta-rematador .card-incremento .incremento-rapido{
  height: 46px;
  width: 46px;

  font-size: 15px;
  line-height: 0.8;

  border: 2px solid rgb(71, 71, 71);
  border-radius: 23px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  -ms-border-radius: 23px;
  -o-border-radius: 23px;
}

.subasta-rematador .card-incremento input{
  width: 130px;
}



.subasta-rematador .card-lista-lotes{
  height: 100%;
}

.subasta-rematador .card-lista-lotes .card-body{
  max-height: calc(100% - 30px);
  overflow-y: auto;
}

.popover-color-circle{
  display: inline-flex;
  height: 15px;
  width: 15px;
  margin-right: 5px;
  border: 0.5px rgb(217, 217, 217) solid;

  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.subasta-rematador .card-lista-lotes button{
  font-size: 13px;
}

.subasta-rematador .card-lista-lotes .icono-estado-remate{
  padding-top: 3px;
  padding-right: 3px;
  font-size: 17px;
}

/* Inicio JG 17/08/2023 */
.subasta-rematador .card-lista-lotes .nombre-ganador-lote{
  display: inline-block;
  max-width: 180px !important;
  margin-bottom: -7px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* Fin JG 17/08/2023 */



.subasta-rematador .card-ofertas-aceptadas{
  height: 100%;
}

.subasta-rematador .card-ofertas-aceptadas .card-body{
  max-height: calc(100% - 30px);
  overflow-y: auto;
}

.subasta-rematador .card-ofertas-aceptadas button{
  font-size: 15px;
}


.subasta-rematador .card-usuarios-conectados{
  height: 100%;
  min-width: 220px;
}

.subasta-rematador .card-usuarios-conectados .card-body{
  max-height: calc(100% - 30px);
  overflow-y: auto;
}

.subasta-rematador .card-usuarios-conectados .card-body .usuario-conectado{
  background-color: #bfe7d5;
}

.subasta-rematador .card-usuarios-conectados .card-body .usuario-desconectado{
  background-color: #e7e9ea;
}


.subasta-rematador .card-ofertas-recibidas{
  height: 100%;
}

.subasta-rematador .card-ofertas-recibidas .card-body{
  max-height: calc(100% - 30px);
  overflow-y: auto;
}

.subasta-rematador .card-ofertas-recibidas button{
  font-size: 15px;
}
/* Fin Subasta (Rematador) */





/* Subasta (Operador) */
.subasta-operador{
  height: calc(100vh - 60px);
  padding-left: 5px;
  padding-right: 5px;
  font-size: 15px;
}

.subasta-operador button:disabled{
  cursor: not-allowed;
  pointer-events: all !important;
}

.subasta-operador:-webkit-full-screen {
  padding: 8px 10px 8px 10px;
}
.subasta-operador:-ms-fullscreen {
  padding: 8px 10px 8px 10px;
}
.subasta-operador:fullscreen {
  padding: 8px 10px 8px 10px;
}

/* Inicio JG 04/03/2023 */
.subasta-operador .clear-button:hover > i{
  color: var(--bs-danger) !important;
}
/* Fin JG 04/03/2023 */

.subasta-operador .subasta-left{
  height: 100%;

  width: calc((100% - 250px) / 2);
  max-width: calc((100% - 250px) / 2);
  min-width: calc((100% - 250px) / 2);
}

/* Inicio JG 16/12/2022 */
.subasta-operador .subasta-middle{
  height: 100%;

  width: calc((100% - 500px) / 2);
  max-width: calc((100% - 500px) / 2);
  min-width: calc((100% - 500px) / 2);
}

.subasta-operador .subasta-right{
  height: 100%;

  width: 375px;
  max-width: 375px;
  min-width: 375px;
}
/* Fin JG 16/12/2022 */

.subasta-operador .card-control{
  height: 80px;
}

.subasta-operador .card-chat{
  height: calc(100% - 88px);
}

.subasta-operador .card-chat .card-body{
  height: calc(100% - 80px);
  max-height: calc(100% - 80px);
  padding-bottom: 25px;
  overflow-y: auto;
}

.subasta-operador .card-chat p{
  margin-top: 0px;
  margin-bottom: 0px;
}

.subasta-operador .card-chat .lista-clientes-seleccionados{
  margin-bottom: 56px;
  border-radius: 15px 15px 0 0;
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  -ms-border-radius: 15px 15px 0 0;
  -o-border-radius: 15px 15px 0 0;
}

.subasta-operador .card-chat .lista-clientes-seleccionados span:hover{
  cursor: pointer;
  color: red;
  text-decoration: line-through;
}


.subasta-operador .doble-card{
  height: calc(100% / 3);
  min-height: calc(100% / 3);
  max-height: calc(100% / 3);
}



.subasta-operador .card-ofertar{
  height: 100%;
  width: 180px;
}

.subasta-operador .card-ofertar .input-oferta{
  font-size: 23px;
}

/* Inicio JG 02/12/2022 */
.subasta-operador .card-ofertar .card-body{
  height: calc(100% - 23px);
  max-height: calc(100% - 23px);
  overflow-y: auto;
}
/* Fin JG 02/12/2022 */

.subasta-operador .card-desarrollo-subasta{
  height: 100%;
  width: 100%;
}

.subasta-operador .card-desarrollo-subasta .card-body{
  max-height: calc(100% - 30px);
  overflow-y: auto;
}



.subasta-operador .card-sub-objetos{
  height: calc(50% - 7px);
  margin-top: 7px;
}

.subasta-operador .card-sub-objetos .card-body{
  max-height: calc(100% - 30px);
  overflow-y: auto;
}

.subasta-operador .card-sub-objetos .sub-objeto-rematado {
  background-color: rgba(var(--bs-danger-rgb), 0.2);
}



.subasta-operador .card-ofertas-aceptadas{
  height: calc(100% / 3);
}

.subasta-operador .card-ofertas-aceptadas .card-body{
  max-height: calc(100% - 30px);
  overflow-y: auto;
}

.subasta-operador .card-ofertas-aceptadas button{
  font-size: 15px;
}

/* Inicio JG 06/12/2022 */
.subasta-operador .card-ofertas-aceptadas .table > :not(:first-child) {
  border-top: 1.5px solid black;
}
/* Fin JG 06/12/2022 */


.subasta-operador .card-informacion-lote{
  height: calc((100% / 3) - 8px);
}

.subasta-operador .card-informacion-lote .card-body{
  max-height: calc(100% - 27px);
  overflow-y: auto;
}

.subasta-operador .card-informacion-lote p{
  margin-top: 0px;
  margin-bottom: 0px;
}

.subasta-operador .card-informacion-lote .card-footer{
  height: 30px;
}

.subasta-operador .card-informacion-lote .card-footer button{
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}



.subasta-operador .card-usuarios{
  height: 100%;
}

.subasta-operador .card-usuarios .card-body{
  height: calc(100% - 80px);
  max-height: calc(100% - 80px);
  overflow-y: auto;
}

.subasta-operador .card-usuarios .card-body i{
  width: 12px;
}

.subasta-operador .card-usuarios .filtros-usuarios{
  border-radius: 15px 15px 0 0;
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  -ms-border-radius: 15px 15px 0 0;
  -o-border-radius: 15px 15px 0 0;
}

.subasta-operador .card-usuarios .spin-icon {
  -webkit-animation:spin 1.5s linear infinite;
  -moz-animation:spin 1.5s linear infinite;
  animation:spin 1.5s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

/* Fin Subasta (Operador) */


/* Logueos */
#tabla-logueos:-webkit-full-screen {
  background-color: white;
  padding: 10px 20px;
  overflow-y: scroll;
}
#tabla-logueos:-ms-fullscreen {
  background-color: white;
  padding: 10px 20px;
  overflow-y: scroll;
}
#tabla-logueos:fullscreen {
  background-color: white;
  padding: 10px 20px;
  overflow-y: scroll;
}
/* Fin Logueos */


/* Registracion */
.pantalla-registracion{
  height: calc(100vh - 60px);
}
/* Fin Registracion */


/* Modificacion cuenta */
.pantalla-modificacion-cuenta .nav .nav-link{
  color: var(--bs-gray-700);
  background-color: rgba(var(--bs-secondary-rgb), 0.1);
}

.pantalla-modificacion-cuenta .nav .active{
  color: var(--bs-white);
  background-color: rgba(var(--bs-primary-rgb), 1);
}
/* Fin modificacion cuenta */


/* Modal lista lotes */
/* Utilizado para ajustar la altura del modal inferior */
.modal-lista-lotes .modal-dialog{
  height: 90% !important;
  max-height: 90% !important;
  min-height: 90% !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.modal-lista-lotes .modal-dialog .modal-content{
  height: 100% !important;
  max-height: 100% !important;
  min-height: 100% !important;
}
/* Fin Modal lista lotes */

/*Para la cuenta regresiva preoferta*/
#cuenta_regresiva ul {
    padding: 0;
    margin: 0;
}
#cuenta_regresiva li {
  display: inline-block;
  font-size: 0.75em;
  list-style-type: none;
  /*padding: 0.6em;*/
    padding-top: 0.2em;
    padding-right: 0.6em;
    padding-bottom: 0.6em;
    padding-left: 0.6em;

  text-transform: uppercase;
}

#cuenta_regresiva li span {
  display: block;
  font-size: 1.5rem;
}
/*Fin Para la cuenta regresiva preoferta*/

#video_rematador {
    position: absolute;
    z-index: 1;
    color: #FFFFFF;
    bottom: 50px;
    right: 10px;
    /*width: 85px;
    background-image: url(images/nrolote.png);*/
    height: 150px;
    /*background-position: center;
    background-repeat: no-repeat;
    padding-top: 15px;*/
}

#eliminar_preoferta {
    position: absolute;
    z-index: 1;
    color: #FFFFFF;
    margin-top: -15px;
    right: 40px;
    /*width: 85px;
    background-image: url(images/nrolote.png);
    height: 150px;*/
    /*background-position: center;
    background-repeat: no-repeat;
    padding-top: 15px;*/
}

#bajar_martillo {
    position: absolute;
    z-index: 1;
    color: #FFFFFF;
    top: 50px;
    right: 10px;
    /*width: 85px;
    background-image: url(images/nrolote.png);*/
    height: 50px;
    /*background-position: center;
    background-repeat: no-repeat;
    padding-top: 15px;*/
}

#papelitos {
    position: absolute;
    z-index: 1;
    color: #FFFFFF;
    margin-top: 0px;
    left: 0px;
    /*width: 85px;
    /*background-image: url(images/nrolote.png);*/
    height: 150px;
    /*background-position: center;
    background-repeat: no-repeat;
    padding-top: 15px;*/
}

#eliminar_preoferta {
    position: absolute;
    z-index: 1;
    color: #FFFFFF;
    margin-top: -15px;
    right: 40px;
    /*width: 85px;
    background-image: url(images/nrolote.png);
    height: 150px;*/
    /*background-position: center;
    background-repeat: no-repeat;
    padding-top: 15px;*/
}

/*martillo parpadea*/
/* Firefox old*/
@-moz-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 

@-webkit-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
/* IE */
@-ms-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 
/* Opera and prob css3 final iteration */
@keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 
.blink-image {
    -moz-animation: blink normal 2s infinite ease-in-out; /* Firefox */
    -webkit-animation: blink normal 2s infinite ease-in-out; /* Webkit */
    -ms-animation: blink normal 2s infinite ease-in-out; /* IE */
    animation: blink normal 2s infinite ease-in-out; /* Opera and prob css3 final iteration */
}
/*FIN martillo parpadea */

/*Tamaño orden de venta*/
.offcanvas-body {
    padding: 0;
}
.offcanvas-bottom {
    height: 16vh;
}
/* Fin Tamaño orden de venta*/

/* VER si no va mas ... 07/11/2022 con version 05/11 JG
.subasta-rematador .card-lista-lotes .lote-seleccionado {
  background-color: rgba(var(--bs-secondary-rgb), 0.15);
}
.subasta-rematador .card-lista-lotes .lote-abierto {
  background-color: rgba(var(--bs-success-rgb), 0.3);



}
.subasta-rematador .card-lista-lotes .lote-pasado {
  background-color: rgba(var(--bs-warning-rgb), 0.3);

}
.subasta-rematador .card-lista-lotes .lote-cerrado {
  background-color: rgba(var(--bs-danger-rgb), 0.2);


}
*/

/* Inicio JG 21/03/2024 */
/* Imagenes - Remates/Lotes */
.imagen-de-remate-proximo {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--bs-gray-200);
  cursor: pointer;
}

.imagen-de-remate-proximo img {
  max-width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: contain !important;
}

.imagen-de-remate-historico {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--bs-gray-900);
  cursor: pointer;
}

.imagen-de-remate-historico img {
  max-width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: contain !important;
}

.imagen-de-lote {
  max-width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: contain !important;
  cursor: pointer;
}
/* Fin - Imagenes - Remates/Lotes */

 

/* Imagenes - En remate */
.galeria-imagenes-en-remate {
  aspect-ratio: 16 / 9 !important;
  object-fit: contain !important;
  padding: 0px !important;
  margin: 0px !important;
}

.imagen-lote-principal-en-remate {
  height: 100%;
  max-height: 100%;
  width: 100%;
  max-width: 100%;
  cursor: pointer;
}

.imagen-lote-principal-en-remate img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.thumbnail-lote-en-reamte {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0));
}

.thumbnail-lote-en-reamte img {
  background-color: transparent;
  cursor: pointer;
  min-height: 80px;
  max-height: 80px;
  min-width: 80px;
  max-width: 80px;
  object-fit: fill !important;
  border: 2px #cccccc solid;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
/* Fin - Imagenes - En remate */
/* Fin JG 21/03/2024 */

/* Inicio JG 01/07/2024 */
.subasta-rematador .card-defensor{
  align-items: center;
}

.subasta-rematador .card-defensor select{
  width: 200px;
}
/* Fin JG 01/07/2024 */

/* Inicio JG 20/09/2024 */
.subasta-rematador .card-incremento .contenedor-incremento-rapido{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
/* Fin JG 20/09/2024 */

/* Inicio JG 20/09/2024 */
@media (max-width: 1625px) {
  .subasta-rematador .card-incremento .contenedor-incremento-rapido{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }

  .subasta-rematador .card-incremento .incremento-rapido {
    height: 24px;
    width: 55px;
  
    font-size: 15px;
    line-height: 0.75;
  
    border: 2px solid rgb(71, 71, 71);
  }
}
/* Fin JG 20/09/2024 */

/* Inicio JG 20/09/2024 */
.subasta-rematador .card-usuarios-conectados{
  height: 100%;
  width: 230px;
  min-width: 230px;
}
/* Fin JG 20/09/2024 */