.navbar-sticky.navbar-stick {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.partners-slider .partner-item img {
    max-width: 50% !important; /* Reduce el tamaño de las imágenes */
    height: auto !important; /* Mantiene la proporción */
    margin-right: -10px !important; /* Reduce espacio entre imágenes */
    margin-left: 2px !important; /* Acerca las imágenes */
}

/* Asegura que el botón del lanzador sea visible */
#chatwoot-widget-container {
  display: block !important;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

/* Estiliza el botón del lanzador */
.chatwoot-launcher {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #007bff; /* Color del botón */
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

/* Ajusta el contenedor del widget */
.chatwoot-widget {
  max-width: 400px;
  max-height: 600px;
  border-radius: 10px;
  overflow: hidden;
}