#contLey7600 {
  color: white;
  margin-top: 20px;
}

#contLey7600 h1 {
  margin-left: 10%;
  color: yellow;
}

#contLey7600 p {
  text-align: center;
  font-size: 20px;
}

#contSecundario {
  color: white;
}

.video-container video {
  border: 1px solid transparent;
  border-image: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.8)) 0;
  box-shadow: 0 0 10px #66ff6e77, 0 0 50px rgba(102, 204, 255, 0.8);
  margin-top: 20px;
  background-color: rgba(0, 0, 0, 0.8);
  /* Ajusta el valor de "0.8" para cambiar la opacidad */
  border-radius: 50px;
}

.video-containerYouTube iframe {
  border: 1px solid transparent;
  border-image: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.8)) 0;
  box-shadow: 0 0 10px #66ff6e77, 0 0 50px rgba(102, 204, 255, 0.8);
  margin-top: 20px;
  background-color: rgba(0, 0, 0, 0.8);
  /* Ajusta el valor de "0.8" para cambiar la opacidad */
  border-radius: 50px;
  height: 300px;
}

#descargaLey7600 .col-xl-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 25px;
}

#descargaLey7600 img {
  height: 100px;
  border: solid lime;
  padding: 10px;
  border-radius: 50%;
  transition: transform 0.2s ease;
  background-color: lime;
}

#descargaLey7600 p {
  color: white;
  font-size: 17px;

}

#descargaLey7600 img:hover {
  transform: scale(1.1);
  /* Hace que la imagen se haga un poco más grande al pasar el mouse por encima */
}

@media screen and (max-width:1400px) {
  #contSecundario h1 {
    display: none;
  }
}

@media screen and (min-width:769px) {
  .video-containerYouTube {
    display: none;
  }
}

@media screen and (max-width:768px) {
  #contLey7600 h1 {
    text-align: center;
    color: yellow;
    margin-left: 0;
  }

  .video-container video {
    display: none;
  }


}