#divOutrosBanners {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  padding: 10px 52px 10px 16px;
  box-sizing: border-box;
  position: relative;
  font-size: clamp(12px, 1.05vw, 15px);
  line-height: 1.4;
  text-align: center;
  overflow: hidden;
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.35s ease-in, opacity 0.3s ease-in, min-height 0.35s ease-in, padding 0.35s ease-in;
}

#divOutrosBanners.outros-banners--closing {
  transform: translateY(-100%);
  opacity: 0;
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  pointer-events: none;
}

#divOutrosBanners .outros-banners-text {
  flex: 1;
  font-weight: 600;
  max-width: 100%;
}

#divOutrosBanners .outros-banners-text a {
  color: inherit;
  text-decoration: none;
}

#divOutrosBanners .outros-banners-text a:hover {
  text-decoration: underline;
}

#divOutrosBanners #spanOutrosBanners {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  float: none;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  padding: 4px 10px;
  opacity: 0.85;
  user-select: none;
}

#divOutrosBanners #spanOutrosBanners:hover {
  opacity: 1;
}
