#reloj {
  font-size: 1.4em;
}

.text-large {
  font-size: 1.4em;
}

.bold {
  font-weight: bold;
}

.relative {
  position: relative;
}

#textoMarquesina {
  position: relative;
  top: -2px;
  cursor: pointer;
  display: inline
}

.alinear {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.align-center {
  align-items: center;
}

.align-start {
  align-items: start;
}

.align-end {
  align-items: end;
}

.align-baseline {
  align-items: baseline;
}

.justify-center {
  justify-content: center;
}

.justify-start {
  justify-content: start;
}

.justify-end {
  justify-content: end;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

div.info {
  display: flex;
  width: 5%;
  background-color: red;
}

div.seleccion {
  display: flex;
  width: 95%;
}

.datafiscal {
  max-width: 65px;
}

.label {
  font-size: 85%;
}

.notifyjs-corner {
  top: 50px !important;
}

.bg-color-brown {
  background-color: #8A0403;
}

.bg-color-brown h1 {
  color: #fff !important;
}

.color-brown {
  color: #8A0403;
}

.color-brown h1,
.color-brown h4 {
  color: #8A0403 !important;
}

.bg-color-green {
  background-color: #2C7500;
}

.bg-color-green-alt {
  background-color: #ccffcb;
}

.bg-color-green h1 {
  color: #fff !important;
}

.color-green {
  color: #2C7500;
}

.color-green h1 {
  color: #2C7500 !important;
}

.color-green h1,
.color-green h4 {
  color: #2C7500 !important;
}

.color-white {
  color: #fff !important;
}

.separadorCampo {
  border-bottom: 1px solid #ececec;
  padding: 5px 25px;
  line-height: 1.5;
}

.separadorCampo:hover {
  border-bottom: 1px solid #ccc;
  background-color: #ececec;
}

footer {
  margin-top: 20px;
}

.descripcionLote {
  min-height: 200px;
}

a.favorito:focus,
a.favorito :hover {
  color: #ff851b;
}

.evemto-default {
  max-height: 165px !important;
  width: 100%
}

.filtrosEstadoEventos {
  padding: 0;
}

.filtrosEstadoEventos p {
  font-size: 14px;
  font-weight: bold;
}

.filtrosEstadoEventos .form-check {
  line-height: 25px;
  margin-bottom: 20px
}

.filtrosEstadoEventos input {
  visibility: hidden;
}

.filtrosEstadoEventos .form-check label:before {
  content: "\f096";
  font-family: "FontAwesome";
  font-size: 16px;
  font-weight: lighter;
  display: inline-block;
}

.filtrosEstadoEventos input[type="checkbox"]:checked~label:before {
  content: "\f046";
  font-family: "FontAwesome";
  font-size: 16px;
  font-weight: lighter;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mr-1 {
  margin-right: .25em;
}

.mx-1 {
  margin-left: .25em;
  margin-right: .25em;
}

.mx-2 {
  margin-left: .5em;
  margin-right: .5em;
}

.mx-3 {
  margin-left: .75em;
  margin-right: .75em;
}

.mx-4 {
  margin-left: 1em;
  margin-right: 1em;
}

.mbs-1 {
  margin-block-start: .25em;
}

.mbs-2 {
  margin-block-start: .5em;
}

.mbs-3 {
  margin-block-start: .75em;
}

.mbs-4 {
  margin-block-start: 1em;
}

.mbe-1 {
  margin-block-end: .25em;
}

.mbe-2 {
  margin-block-end: .5em;
}

.mbe-3 {
  margin-block-end: .75em;
}

.mbe-4 {
  margin-block-end: 1em;
}

.mis-1 {
  margin-inline-start: .25em;
}

.mis-2 {
  margin-inline-start: .5em;
}

.mis-3 {
  margin-inline-start: .75em;
}

.mis-4 {
  margin-inline-start: 1em;
}

.mie-1 {
  margin-inline-end: .25em;
}

.mie-2 {
  margin-inline-end: .5em;
}

.mie-3 {
  margin-inline-end: .75em;
}

.mie-4 {
  margin-inline-end: 1em;
}

.listaCategoriasProductos {
  padding-inline-start: 0px;
}

/*Bootstrap 4.4:INICIO*/

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 100%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover,
a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.font-weight-bold {
  font-weight: bold;
}

.minHeight350 h4 {
  min-height: 55px;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

/*Bootstrap 4.4:FIN*/

@media (min-width: 1200px) {
  .item {
    font-size: 15px;
  }

}

@media (min-width: 768px) {
  .container-principal {
    min-height: 545px;
  }
}

@media (max-width: 767px) {

  .sidr-open .navbar-fixed-top {
    position: absolute;
  }

  .bloqueInfo {
    float: right;
    clear: right;
    text-align: right;
  }

  .item {
    border-bottom: 7px double #DDD;
  }
}

@media (max-width: 991px) {
  .separadorCampo {
    padding: 20px 25px;
  }

  .sidr-open .navbar-fixed-top {
    position: absolute;
  }

  .bloqueInfo {
    float: right;
    clear: right;
    text-align: right;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .nav>li>a {
    padding: 7px;
  }

  .minHeight350 {
    min-height: 350px;
  }

  /*.tituloLoteEnEvento h4{
        font-size: 14px;
    }
    .item{
        font-size: 12px;
    }*/
}

@media (max-width: 640px) {
  .panel-body {
    margin: 10 0;
  }

  .panel-body iframe {
    top: 0;
    left: 0;
    width: 100%;
  }
}

@media (max-width: 399px) {
  #reloj {
    text-align: center;
  }
}

/*Switch button */
.jumbotron {
  background: #6b7381;
  color: #bdc1c8;
  border-radius: 0;
  padding: 2rem;
}

.jumbotron h1 {
  color: #fff;
}

.switch>.row {
  padding-bottom: 2rem;
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid rgba(189, 193, 200, 0.5);
}

.switch h3 {
  font-weight: 400;
}

.switch h3>small {
  font-weight: 200;
  font-size: 0.75em;
  color: #939aa5;
}

.switch h6 {
  font-weight: 700;
  font-size: 0.65rem;
  letter-spacing: 3.32px;
  text-transform: uppercase;
  color: #bdc1c8;
  margin: 0;
  line-height: 5rem;
}

.switch .btn-toggle {
  top: 50%;
  transform: translateY(-50%);
}

.invisible {
  visibility: hidden;
}

.btn-toggle {
  margin: 0 rem;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 1.5rem;
  color: #6b7381;
  background: #bdc1c8;
}

.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:focus.active,
.btn-toggle.focus.active {
  outline: none;
}

.btn-toggle:before,
.btn-toggle:after {
  line-height: 1.5rem;
  width: 4rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}

/*.btn-toggle:before {
  content: 'Ocultar'
  left: -5rem;
};*/
.btn-toggle:after {
  content: '';
  right: -5rem;
  opacity: 0.5;
}

.btn-toggle>.handle {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 1.125rem;
  background: #fff;
  transition: left 0.25s;
}

.btn-toggle.active {
  transition: background-color 0.25s;
}

.btn-toggle.active>.handle {
  left: 1.6875rem;
  transition: left 0.25s;
}

.btn-toggle.active:before {
  opacity: 0.5;
}

.btn-toggle.active:after {
  opacity: 1;
}

.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
  line-height: -0.5rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.4125rem;
  width: 2.325rem;
}

.btn-toggle.btn-sm:before {
  text-align: right;
}

.btn-toggle.btn-sm:after {
  text-align: left;
  opacity: 0;
}

.btn-toggle.btn-sm.active:before {
  opacity: 0;
}

.btn-toggle.btn-sm.active:after {
  opacity: 1;
}

.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
  display: none;
}

.btn-toggle:before,
.btn-toggle:after {
  color: #6b7381;
}

.btn-toggle.active {
  background-color: #75caeb;
}

.btn-toggle.btn-lg {
  margin: 0rem;
  padding: 0;
  position: relative;
  border: none;
  height: 2.5rem;
  width: 5rem;
  border-radius: 2.5rem;
}

.btn-toggle.btn-lg:focus,
.btn-toggle.btn-lg.focus,
.btn-toggle.btn-lg:focus.active,
.btn-toggle.btn-lg.focus.active {
  outline: none;
}

.btn-toggle.btn-lg:before,
.btn-toggle.btn-lg:after {
  line-height: 2.5rem;
  width: 5rem;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}

/*.btn-toggle.btn-lg:before {
  content: 'Ocultar';
  left: -6rem;
}*/
.btn-toggle.btn-lg:after {
  /* content: 'Mostrar';*/
  right: -6rem;
  opacity: 0.5;
}

.btn-toggle.btn-lg>.handle {
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 1.875rem;
  background: #fff;
  transition: left 0.25s;
}

.btn-toggle.btn-lg.active {
  transition: background-color 0.25s;
}

.btn-toggle.btn-lg.active>.handle {
  left: 2.8125rem;
  transition: left 0.25s;
}

.btn-toggle.btn-lg.active:before {
  opacity: 0.5;
}

.btn-toggle.btn-lg.active:after {
  opacity: 1;
}

.btn-toggle.btn-lg.btn-sm:before,
.btn-toggle.btn-lg.btn-sm:after {
  line-height: 0.5rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.6875rem;
  width: 3.875rem;
}

.btn-toggle.btn-lg.btn-sm:before {
  text-align: right;
}

.btn-toggle.btn-lg.btn-sm:after {
  text-align: left;
  opacity: 0;
}

.btn-toggle.btn-lg.btn-sm.active:before {
  opacity: 0;
}

.btn-toggle.btn-lg.btn-sm.active:after {
  opacity: 1;
}

.btn-toggle.btn-lg.btn-xs:before,
.btn-toggle.btn-lg.btn-xs:after {
  display: none;
}

.btn-toggle.btn-sm {
  margin: 0 0rem;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 1.5rem;
}

.btn-toggle.btn-sm:focus,
.btn-toggle.btn-sm.focus,
.btn-toggle.btn-sm:focus.active,
.btn-toggle.btn-sm.focus.active {
  outline: none;
}

.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
  line-height: 1.5rem;
  width: 0.5rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.55rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}

/*.btn-toggle.btn-sm:before {
  content: 'Ocultar';
  left: -0.6rem;
}*/
.btn-toggle.btn-sm:after {
  /* content: 'Mostrar';*/
  right: -0.6rem;
  opacity: 0.5;
}

.btn-toggle.btn-sm>.handle {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 1.125rem;
  background: #fff;
  transition: left 0.25s;
}

.btn-toggle.btn-sm.active {
  transition: background-color 0.25s;
}

.btn-toggle.btn-sm.active>.handle {
  left: 1.6875rem;
  transition: left 0.25s;
}

.btn-toggle.btn-sm.active:before {
  opacity: 0.5;
}

.btn-toggle.btn-sm.active:after {
  opacity: 1;
}

.btn-toggle.btn-sm.btn-sm:before,
.btn-toggle.btn-sm.btn-sm:after {
  line-height: -0.5rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.4125rem;
  width: 2.325rem;
}

.btn-toggle.btn-sm.btn-sm:before {
  text-align: right;
}

.btn-toggle.btn-sm.btn-sm:after {
  text-align: left;
  opacity: 0;
}

.btn-toggle.btn-sm.btn-sm.active:before {
  opacity: 0;
}

.btn-toggle.btn-sm.btn-sm.active:after {
  opacity: 1;
}

.btn-toggle.btn-sm.btn-xs:before,
.btn-toggle.btn-sm.btn-xs:after {
  display: none;
}

.btn-toggle.btn-xs {
  margin: 0;
  padding: 0;
  position: relative;
  border: none;
  height: 1rem;
  width: 2rem;
  border-radius: 1rem;
}

.btn-toggle.btn-xs:focus,
.btn-toggle.btn-xs.focus,
.btn-toggle.btn-xs:focus.active,
.btn-toggle.btn-xs.focus.active {
  outline: none;
}

.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
  line-height: 1rem;
  width: 0;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}

/*.btn-toggle.btn-xs:before {
  content: 'Ocultar';
  left: 0;
}*/
.btn-toggle.btn-xs:after {
  /* content: 'Mostrar';*/
  right: 0;
  opacity: 0.5;
}

.btn-toggle.btn-xs>.handle {
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 0.75rem;
  background: #fff;
  transition: left 0.25s;
}

.btn-toggle.btn-xs.active {
  transition: background-color 0.25s;
}

.btn-toggle.btn-xs.active>.handle {
  left: 1.125rem;
  transition: left 0.25s;
}

.btn-toggle.btn-xs.active:before {
  opacity: 0.5;
}

.btn-toggle.btn-xs.active:after {
  opacity: 1;
}

.btn-toggle.btn-xs.btn-sm:before,
.btn-toggle.btn-xs.btn-sm:after {
  line-height: -1rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.275rem;
  width: 1.55rem;
}

.btn-toggle.btn-xs.btn-sm:before {
  text-align: right;
}

.btn-toggle.btn-xs.btn-sm:after {
  text-align: left;
  opacity: 0;
}

.btn-toggle.btn-xs.btn-sm.active:before {
  opacity: 0;
}

.btn-toggle.btn-xs.btn-sm.active:after {
  opacity: 1;
}

.btn-toggle.btn-xs.btn-xs:before,
.btn-toggle.btn-xs.btn-xs:after {
  display: none;
}

.btn-toggle.btn-secondary {
  color: #6b7381;
  background: #bdc1c8;
}

.btn-toggle.btn-secondary:before,
.btn-toggle.btn-secondary:after {
  color: #6b7381;
}

.btn-toggle.btn-secondary.active {
  background-color: #ff8300;
}

/*Switch button END */

.btn-toggle.btn-lg.terminos:after {
  content: '';
  right: -6rem;
  opacity: 0.5;
}

.btn-toggle.btn-lg.terminos::before {
  content: '';
  right: -6rem;
  opacity: 0.5;
}

.btn-toggle.terminos.active {
  background-color: #75caeb;
}

.progress {
  margin-bottom: 0px !important;

}

.inputVacio {
  border: 1px solid #ff8080db !important;
}

.fontBadge {
  font-size: 75%;
}

.programarOferta:visited,
.programarOferta:active {
  color: #fff;

}

.contadorLotes {
  user-select: none;
  margin-top: 20px;
  margin-bottom: 10px;
}

.bootstrap-switch-large {
  width: 200px;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.alert-fixed {
  margin-top: 5px;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 999;
}

.bloqueCompraDirecta .montoCompraDirecta {
  font-weight: bolder;
  color: #464646;
}

.bloqueCompraDirecta h4 {
  font-size: 24px;
}

.divProgramarOferta .alert {
  font-size: 13px;
}

.bolderAdd {
  font-weight: bold;
}

.py-1 {
  padding-top: 1em;
  padding-bottom: 1em;
}

.w-100 {
  width: 100%;
}

.w-90 {
  width: 90%;
}

.w-80 {
  width: 80%;
}

.w-70 {
  width: 70%;
}

.w-60 {
  width: 60%;
}

.w-50 {
  width: 50%;
}

.w-40 {
  width: 40%;
}

.w-30 {
  width: 30%;
}

.w-20 {
  width: 20%;
}

.w-10 {
  width: 10%;
}

.tachado {
  text-decoration: line-through !important;
  color: red !important;
}

.ganador {
  color: green !important;
  font-weight: bold !important;
}

#monto,
.montoMoneda {
  font-size: 18px;
}

.display_none {
  display: none;
}

.error {
  color: red;
}

.border-bottom-0 {
  border-bottom: 0;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background: #5110e9;
}

.owl-item.selected>* {
  outline: 2px solid #4a6;
}

.owl-item {
  padding: 2px;
}

.labelLotesFront {
  color: white;
  background-color: #030404ad;
  text-align: center;
  font-size: 11px;
  width: 30%;
  position: absolute;
  margin-top: 88px;
  margin-left: 63%;
  border-radius: 4px;
}

.labelLotesFrontGeneral {
  color: white;
  background-color: #030404ad;
  text-align: center;
  font-size: 11px;
  width: 30%;
  position: absolute;
  margin-top: 113px;
  margin-left: 49%;
  border-radius: 4px;
}

.labelLotesFrontfiltro {
  color: white;
  background-color: #030404ad;
  text-align: center;
  font-size: 11px;
  width: 30%;
  position: absolute;
  margin-top: 88px;
  margin-left: 47%;
  border-radius: 4px;
}

.resultados-lista .labelLotesFrontfiltro {
  color: white;
  background-color: #030404ad;
  text-align: center;
  font-size: 11px;
  width: 30%;
  position: absolute;
  margin-top: 11px;
  margin-left: 55%;
  border-radius: 4px;
}

@media (max-width:768px) {
  .labelLotesFront {
    margin-top: 118px;
    margin-left: 66%;
  }
}

.imagenEventoWorthit {
  position: relative;
  text-align: right;
}

.pb-3 {
  padding-bottom: 1.1rem;
}
