.backbagent:not(.fixed-top) {
  background-color: rgba(0, 0, 0, 0.4);
  margin-top: 7px;
}

.container2 {
  width: 95% !important;
  margin-left: 2% !important;
  margin-right: 2% !important;
  text-align: center !important;
}

.sbt-icon2 {
  width: 100%;
  margin: auto;
  height: auto;
}

.st-caption {
  margin-top: -350px !important;
}

.clientes {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.clientes img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 6px;
}

ul.custom-list {
  list-style: none; /* Quitar viñetas predeterminadas */
  padding-left: 0;
}

ul.custom-list li {
  position: relative;
  padding-left: 25px; /* espacio para el icono */
  margin-bottom: 8px;
}

ul.custom-list li::before {
  content: "\f00c"; /* Unicode de fa-check */
  font-family: "Font Awesome 5 Free";
  font-weight: 900; /* Necesario para algunos íconos sólidos */
  position: absolute;
  left: 0;
  top: 0;
  color: #28a745; /* Verde */
}

.rounded-iframe {
  border-radius: 15px;
  overflow: hidden;
  border: none;
}
