@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  margin: 0px;
  padding: 0px;
}

.bg-Encabezado {
  background-color: #16335c;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  overflow-x: hidden;
}

.fc-0 {
  color: #1a1a1a !important;
}

.fc-1 {
  color: #212121 !important;
}

.fc-2 {
  color: #009ef7 !important;
}

.fc-3 {
  color: #b5a385 !important;
}

.fc-4 {
  color: #1a9150 !important;
}

.fc-5 {
  color: #f1416c !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.fs-xs-1 {
  font-size: 1.6rem !important;
}
@media (max-width: 768px) {
  .fs-xs-1 {
    font-size: 1.2rem !important;
  }
}

.fz-x2 {
  font-size: 5.6rem !important;
}

.bg-petro {
  background-color: #1a1a1a !important;
}

.bg-primario {
  background-color: #16335c;
}

.btn-primary {
  color: #fff;
  background-color: #16335c;
  border-color: #16335c;
}
.btn-primary:hover {
  color: #fff;
  background-color: #16335c;
  border-color: #16335c;
}

.btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #16335c;
  border-color: #16335c;
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 143, 0, 0.45);
}

.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 143, 0, 0.45);
}

.badge-primary {
  background-color: #16335c;
  font-size: 13px;
}

.btn-dark {
  color: #ffffff;
  background-color: #b5a385;
  border-color: #b5a385;
}
.btn-dark:hover, .btn-dark:focus {
  color: #ffffff;
  background-color: #0080B9;
  border-color: #0080B9;
}

.btn-primary_light {
  color: #ffffff;
  background-color: #4f80b5;
  border-color: #4f80b5;
}
.btn-primary_light:hover, .btn-primary_light:focus {
  color: #ffffff;
  background-color: #1e3960;
  border-color: #1e3960;
}

.btn-darker {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}
.btn-darker:hover, .btn-darker:focus {
  color: #1a1a1a;
  background-color: #ffffff;
  border-color: #ffffff;
}

@media (min-width: 1200px) {
  .container {
    max-width: 85vw;
  }
}
#supBar {
  background-color: #16335c;
  position: relative;
  min-height: 275px;
  width: 100%;
  display: flex;
}
#supBar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../img/bg-img.png);
  background-size: contain;
  background-repeat: repeat-x;
  background-position: center;
  z-index: 0;
}

.br-20 {
  border-radius: 20px;
}

#dashboardEro {
  margin-top: -50px;
}
#dashboardEro .card p {
  color: #525252;
}

.category {
  font-size: 12px;
}

#accesoRapidoLotes a {
  text-decoration: none;
}
#accesoRapidoLotes .card {
  background-image: url(../../img/lotes_bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent !important;
  border: none !important;
  height: 150px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#accesoRapidoLotes .card:hover::before {
  background-color: rgba(181, 163, 133, 0.9);
}
#accesoRapidoLotes .card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.55);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.unstyled {
  color: inherit !important;
  text-decoration: none !important;
}
.unstyled:hover {
  color: inherit !important;
  text-decoration: none !important;
}

#verPreofertas {
  margin-top: 0px;
  padding: 50px 0px;
}

.bg-1 {
  background-color: #f1faff;
}

.bg-2 {
  background-color: #e8fff3;
}

.bg-3 {
  background-color: #fff8dd;
}

.bg-4 {
  background-color: #fff5f8;
}

#regUsuarios {
  margin-top: -50px;
}

#seccionRemate {
  min-height: 85vh;
}
#seccionRemate .card {
  min-height: 456px;
}
#seccionRemate .card-header {
  position: relative;
  display: inline-block;
  padding: 5px 0px;
  background-color: #16335c !important;
  border-bottom: none !important;
  border-radius: 15px 15px 0px 0px !important;
}
#seccionRemate .card-body {
  padding: 10px 14px !important;
}
#seccionRemate .card-body h6 {
  font-size: 14px !important;
}
@media (max-width: 768px) {
  #seccionRemate .card-footer .btn {
    font-size: 0.85rem;
  }
}
#seccionRemate .imgVideoCard {
  height: 225px;
  width: 100%;
  background-position: center;
  background-size: 112%;
  background-repeat: no-repeat;
  position: relative;
}
#seccionRemate .bg-1 {
  background-color: #16335c;
  color: #ffffff;
}
#seccionRemate .my-video-links {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -10px;
}

#pageLogin {
  position: relative;
  display: flex;
  min-height: 91vh;
  background-color: rgba(255, 111, 0, 0.25);
}
#pageLogin::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../img/bg_login.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

#e404 {
  display: flex;
  height: 95vh;
}

#verLotes {
  margin-top: -50px;
  min-height: 50vh;
}

.ribete {
  height: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 10px;
}

#dashboardReportes, #dashboardHistorico {
  margin-top: -50px;
}
@media print {
  #dashboardReportes, #dashboardHistorico {
    margin-top: 20px;
  }
}
#dashboardReportes .card p, #dashboardHistorico .card p {
  color: #525252;
}
#dashboardReportes #infoReports .card, #dashboardHistorico #infoReports .card {
  min-height: 348px;
}

#verRemates {
  margin-top: -50px;
  min-height: 58vh;
}

#miPerfil {
  margin-top: -50px;
  min-height: 58vh;
}
#miPerfil .card {
  overflow: hidden;
}

#myTab li a {
  color: #1a1a1a;
}
#myTab li a:hover {
  color: #16335c;
}

#listado-preofertas-realizadas {
  margin-top: 25px;
  min-height: 55vh;
}

#verClientesListado {
  margin-top: -50px;
  min-height: 55vh;
}

#exc {
  min-height: 81vh;
  display: flex;
}

.bcontainer {
  background-size: contain !important;
}

#perfil_interno .dropdown-menu {
  left: -78px !important;
}

.dropdown-item.active {
  background-color: #16335c;
  color: #ffffff;
}

.page-item.active .page-link {
  z-index: 1;
  color: #ffffff;
  background-color: #0080B9;
  border-color: #0080B9;
}

#modalTransmisionVivo .modal-header {
  background-color: #1a1a1a;
  border-bottom: 1px solid #2d2d2d;
}
#modalTransmisionVivo .modal-body {
  padding: 0px;
}
#modalTransmisionVivo .modal-content {
  border-radius: 1rem;
  box-shadow: 10px 15px 80px black;
}
#modalTransmisionVivo .modal-footer {
  background-color: #1a1a1a;
  border-top: 1px solid #2d2d2d;
}
#modalTransmisionVivo .higher {
  height: 486px;
}
#modalTransmisionVivo #loteActual {
  color: #212121;
}
#modalTransmisionVivo #loteActual span {
  color: #212121;
}
#modalTransmisionVivo .bg-grayer {
  background-color: #f8f9fa;
}
#modalTransmisionVivo #cajaChat {
  background-color: #ffffff;
  color: #212121;
  padding: 10px 5px;
  height: 180px;
  overflow-y: auto;
}
#modalTransmisionVivo #cajaChat #datosChat {
  border-bottom: 1px solid #525252;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.table td, .table th {
  vertical-align: middle;
}

.transmision-box {
  position: fixed;
  left: 5px;
}

.iconos-redes a {
  color: #212121 !important;
}
.iconos-redes a:hover {
  color: #1e3960 !important;
}

#loteSection {
  background-color: #ffffff;
  padding-top: 2rem;
  padding-bottom: 3rem;
  min-height: 91vh;
}
#loteSection .imgVideoCard {
  height: 335px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
#loteSection .my-video-links {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -10px;
}
#loteSection .card-header {
  padding: 0.3rem 1.25rem;
  background-color: #0080B9;
  text-align: center;
  color: #ffffff;
  border-bottom: 5px solid rgb(237, 237, 237);
}

.btn-outline-primary {
  color: #16335c !important;
  border-color: #16335c;
}
.btn-outline-primary:hover {
  color: #ffffff !important;
  background-color: #16335c;
  border-color: #16335c;
}

.bg-tabla-1 {
  background: #16335c !important;
  color: #ffffff !important;
  font-weight: 700 !important;
}

#preofUsers a {
  color: #16335c;
  font-weight: 700;
}
#preofUsers a:hover {
  color: #1e3960;
}

.dropdown-item.active, .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #16335c !important;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #16335c;
  background-color: #ffffff;
  border: 1px solid #fff5f8;
}
.page-link:hover {
  z-index: 2;
  color: #212121;
  text-decoration: none;
  background-color: #fff5f8;
  border-color: #fff5f8;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 143, 0, 0.45);
}

#reproductor {
  position: relative;
}
#reproductor .ofertaActiva {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 35%;
}
#reproductor .ofertaActiva .card {
  height: 100%;
  border-radius: 1px !important;
}

#controlVivo {
  min-height: 91vh;
}

.pulsarCircleActivo {
  font-size: 0.9rem;
  color: #1a9150;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(26, 145, 80, 0.3);
  animation: pulsoA 2s ease-in-out infinite;
}

.pulsarCircleInactivo {
  font-size: 0.9rem;
  color: #f1416c;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(241, 65, 108, 0.3);
  animation: pulsoI 2s ease-in-out infinite;
}

@keyframes pulsoA {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 10px rgba(26, 145, 80, 0.3);
  }
  50% {
    transform: scale(1.1);
    box-shadow: 0 0 10px rgba(26, 145, 80, 0.5);
  }
}
@keyframes pulsoI {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 10px rgba(241, 65, 108, 0.3);
  }
  50% {
    transform: scale(1.1);
    box-shadow: 0 0 10px rgba(241, 65, 108, 0.5);
  }
}
.box-lotes-control {
  height: 370px;
}

.pulse {
  --hover: #ef8f6e;
  animation: pulse 1s infinite;
  box-shadow: 0 0 0 2em transparent;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
  100% {
    box-shadow: 0 0 0 1em transparent;
  }
}
.scroll-top-button {
  position: fixed;
  bottom: 20px;
  right: 10px;
  display: none;
  background-color: #16335c;
  color: #ffffff;
  padding: 10px 15px;
  border-radius: 50%;
  text-align: center;
  font-size: 15px;
}

.scroll-top-button:hover {
  background-color: #16335c;
}

#clienteSection {
  min-height: 75vh;
  padding-top: 40px;
}

.bgFrontPage {
  background-position: center;
  background-size: cover;
  background-repeat: none;
  height: 390px;
  display: flex;
  width: 100%;
}

.separador {
  height: 5px;
  width: 120px;
  background-color: #1e3960;
  margin: 20px auto 10px auto;
}

#backendGestionWeb {
  min-height: 75vh;
  padding-top: 40px;
}
#backendGestionWeb a {
  color: #16335c;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #16335c;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #1e3960;
}

#opDetallePage {
  margin-top: 40px;
  min-height: 80vh;
}
#opDetallePage .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  color: #ffffff !important;
  background-color: #0080B9;
  border-color: #0080B9;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  color: #ffffff !important;
  background-color: #0080B9;
  border-color: #0080B9;
}

#importarUsuarios {
  display: flex;
  min-height: 83vh;
}
#importarUsuarios .card-header {
  background-color: #16335c;
  color: #ffffff;
}

div:where(.swal2-icon) .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 0.75em !important;
}

.compartir {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1009;
}

#pageConfiguracionCorreo {
  min-height: 65vh;
}

#tablaVentasDirectas {
  min-height: 40vh;
}

.ribbon {
  position: absolute;
  top: 5px;
  left: -10px;
  background: #dc3545; /* rojo por defecto */
  color: #fff;
  padding: 5px 15px;
  font-size: 0.9rem;
  font-weight: bold;
  transform: rotate(-20deg);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}

/* estilos diferenciados */
.ribbon-preoferta {
  background: #ffbe00; /* verde */
}

.ribbon-vivo {
  background: #2b00ff; /* naranja */
}/*# sourceMappingURL=styles.css.map */