#banner {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
      /* background: linear-gradient(45deg, var(--azul-profundo), #000000); */
      /* background-image: url('../images/banners/nodos-engranajes-tecnologia.png'); */
      background-image: url('../images/banners/nodos-internet.jpg');
      /* background-image: url('../images/banners/nodos-internet-2.jpg'); */
      /* background-image: url('../images/banners/nodos-internet-3.jpg'); */
      /* background-image: url('../images/banners/nodos-internet-4.jpg'); */
      background-size: cover;
      background-position: center;
      background-attachment: fixed;
      display: flex;
      align-items: center;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 2;
  top: 0;
  left: 0;
}

.banner-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 5%;
  color: white;
  justify-content: space-around;
  /* justify-self:center */
  pointer-events: none;
}

.text-column {
  flex: 1;
  /* max-width: 50%; */
  max-width: 600px;
}

.text-column h1 {
  position: relative;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 6px;
  /* text-transform: uppercase; */
}

.text-column p {
  font-size: 1.5rem;
}

.image-column {
  flex: 1;
  max-width: 50%;
  display: flex;
  justify-content: center;
}

.image-column img {
  max-height: 90vh;
  object-fit: contain;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
    .text-column {
    max-width: 100%;
  }
  .image-column {
    max-width: 100%;
  }

  #banner {
    /* background-image: url('../images/banners/nodos-internet-mobile.jpg'); */
    /* background-image: url('../images/banners/nodos-internet-mobile-2.jpg'); */
    background-image: url('../images/banners/nodos-internet-mobile-3.jpg');
    /* background-image: url('../images/banners/nodos-internet-mobile-4.jpg'); */

}
}

@media screen and (min-width: 768px) {

  #cta-diagnostico, #cta-metodo{
    padding: 10px 15px;
}

  .text-column h1{
    font-size:7rem;
  }
    .banner-content{
      margin-left: 10%;
  }
}