body {
  max-width: 1600px;
  margin: 0 auto;
}
.stroke1 {
  text-align: center;
  background-image: linear-gradient(90deg, #ff0000, #fed90f, #00a2ff, #09f1b8);
  background-clip: text;
  -webkit-text-stroke-color: transparent;
  -webkit-text-stroke-width: calc(1em / 8);
  -webkit-background-clip: text;
  color: #000119;
  font-size: 10vw;
  font-weight: 700;
  letter-spacing: calc(5px + 5vw);
}
.stroke2 {
  text-align: center;
  background-image: linear-gradient(90deg, #ff00d2, #fed90f, #00a2ff, #09f1b8);
  background-clip: text;
  -webkit-text-stroke-color: transparent;
  -webkit-text-stroke-width: calc(1em / 16);
  -webkit-background-clip: text;
  color: black;
  font-size: 4vw;
  font-weight: 700;
  letter-spacing: calc(2px + 1vw);
}
.filtro{
  background-color: rgba(110, 184, 81, 0.575);
  margin: 0 auto;
  text-align: center;
}
.filtro a {
  margin: 0 auto;
  font-size: calc(10px + 2.5vw);
  text-align: center;
  color: transparent;
  font-weight: bold;
  background: -webkit-linear-gradient(red 20%, yellow, red 89%);
  background: linear-gradient(red 20%, rgb(228, 121, 60), red 100%);
  -webkit-background-clip: text;
  position: relative;
}

.rojito {
  color: red;
  font-weight: bolder;
  font-style: italic;
}
/* REGISTRO */

/* FIN DEL REGISTRO */



.video-container {
  position: relative;
  width: 80%;
  /* ajustar al 80% del ancho de la pantalla */
  padding-bottom: 56.25%;
  /* relación de aspecto de 16:9 (9/16 = 0.5625) */
  height: 0;
  overflow: hidden;
  margin: 0 auto;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* altura automática */
}
.hol{
  background-color: #0993e2;
}

.txt-p, .txt-block1 {
  font-size: calc(14px + 0.5vw);
  padding: 10px;
  margin: -8px auto;
  border: 2px solid transparent;
  transition: all 1s ease;
}

.txt-p:hover {
  background-color: #e6ddd0;
  transform: scale(1.02);
  border-left: 4px solid rgb(75, 187, 94);
  border-right: 4px solid green;
  border-top: 4px solid rgb(5, 97, 30);
  border-bottom: 4px solid rgb(8, 48, 23);
}
.txt-block1:hover {
  background-color: #e6ddd0;
  transform: scale(1.02);
  border-left: 4px solid rgb(75, 187, 94);
  border-right: 4px solid green;
  border-top: 4px solid rgb(5, 97, 30);
  border-bottom: 4px solid rgb(8, 48, 23);


.txt-p {
  cursor: pointer;
}

/* .txt-block1{
  font-size: calc(14px + 0.5vw);
  padding: 20px;
  border: 2px solid transparent;
  transition: all 1s ease;
} */