body .contenedor-ad-header {
  background-color: #1E1E1E !important;
}

#espacio-banner-superior {
  display: none;
  z-index: 99999999;
  flex-direction: column;
  position: relative;
  align-items: center;
  justify-content: space-around;
  background-color: white;
}

#boton-banner-superior,
#mensaje-scroll {
  border-radius: 8px;
  background-color: #d8d8d8;
  align-items: center;
  justify-content: center;
  color: #222222;
  font-family: "Lato", system-ui;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 18px;
}

#boton-banner-superior {
  height: 38px;
  width: 120px;
}

#mensaje-scroll {
  height: 38px;
  width: 320px;
}
#mensaje-scroll svg {
  width: 18px;
}
#mensaje-scroll span {
  margin-right: 5px;
}

#boton-banner-superior,
#mensaje-scroll,
#ITT_Mobile_BBCL {
  display: none;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.mb-5 {
  margin-bottom: 3rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.py-3 {
  padding-bottom: 1rem;
  padding-top: 1rem;
}