@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
.bg-blanco {
  background-color: #ffffff !important;
}

.bg-verdeOsc {
  background-color: #2a8c4a;
}

* {
  margin: 0px;
  padding: 0px;
}

html {
  scroll-behavior: smooth;
}

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

.brl {
  border-left: 1px solid #ffffff;
}
@media (max-width: 768px) {
  .brl {
    border-left: 1px solid transparent;
  }
}

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

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

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

.fc-3 {
  color: #2a8c4a !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: #64c27b;
}

.btn-primary {
  color: #fff;
  background-color: #2a8c4a;
  border-color: #2a8c4a;
}
.btn-primary:hover {
  color: #fff;
  background-color: #2a8c4a;
  border-color: #2a8c4a;
}

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

.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(139, 195, 74, 0.5098039216);
}

.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(139, 195, 74, 0.5098039216);
}

.badge-primary {
  background-color: #2a8c4a;
  font-size: 13px;
}

.btn-dark {
  color: #2a8c4a;
  background-color: #ffffff;
  border-color: #2a8c4a;
  border-radius: 20px;
}
.btn-dark:hover, .btn-dark:focus {
  color: #ffffff;
  background-color: #212121;
  border-color: #212121;
}

.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: #2a8c4a;
  position: relative;
  height: 250px;
  width: 100%;
}
#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(255, 144, 0, 0.85);
}
#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: -50px;
}

.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: 80vh;
}
#seccionRemate .card {
  min-height: 405px;
}
#seccionRemate .card-header {
  position: relative;
  display: inline-block;
  padding: 5px 0px;
  background-color: #2a8c4a !important;
  border-bottom: none !important;
  border-radius: 15px 15px 0px 0px !important;
}
#seccionRemate .card-body {
  padding: 10px 14px !important;
}
#seccionRemate .imgVideoCard {
  height: 225px;
  width: 100%;
  background-position: center;
  background-size: 112%;
  background-repeat: no-repeat;
  position: relative;
}
#seccionRemate .bg-1 {
  background-color: #2a8c4a;
  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(23, 48, 16, 0.5);
}
#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: 75vh;
}

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

#dashboardReportes {
  margin-top: -50px;
}
@media print {
  #dashboardReportes {
    margin-top: 20px;
  }
}
#dashboardReportes .card p {
  color: #525252;
}
#dashboardReportes #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: #2a8c4a;
}

#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: #2a8c4a;
  color: #ffffff;
}

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

#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: #64c27b !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: #2a8c4a;
  text-align: center;
  color: #ffffff;
  border-bottom: 5px solid rgb(237, 237, 237);
}

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

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

#preofUsers a {
  color: #2a8c4a;
  font-weight: 700;
}
#preofUsers a:hover {
  color: #64c27b;
}

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #2a8c4a;
  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: #2a8c4a;
  color: #ffffff;
  padding: 10px 15px;
  border-radius: 50%;
  text-align: center;
  font-size: 15px;
}

.scroll-top-button:hover {
  background-color: #2a8c4a;
}

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

.bgFrontPage {
  background-position: center;
  background-size: cover;
  background-repeat: none;
  height: 390px;
  display: flex;
  width: 100%;
  position: relative;
  background-attachment: fixed;
}
.bgFrontPage::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.55);
  width: 100%;
  height: 100%;
  z-index: 0;
}

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

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

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #2a8c4a;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #64c27b;
}

#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: #2a8c4a;
  border-color: #2a8c4a;
}

.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: #2a8c4a;
  border-color: #2a8c4a;
}

.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem #64c27b !important;
}

.preload {
  height: 100%;
  width: 100vw;
  display: flex;
  background: #f1f2f3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1900;
}

#escritoriosSocios {
  background-color: #2a8c4a;
  padding: 50px 0px;
}
#escritoriosSocios .card {
  height: 222px;
}
#escritoriosSocios .card img {
  width: 180px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

#contactoPage {
  min-height: 100vh;
}
#contactoPage .portada {
  min-height: 280px;
  background-color: #2a8c4a;
  display: flex;
  position: relative;
}
#contactoPage label {
  font-weight: 700;
}

#tablaCorreos {
  min-height: 75vh;
}/*# sourceMappingURL=styles.css.map */