#stencil {
  width: 100%;
  display: flex;
  height: 100%;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  background-color: black;
  position: absolute;
}

.atras {
  width: 65%;
  max-width: 300px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: 8%;
  left: 4%;
}
.video-stencil-mobile {
  display: none;
}
.img-logo-stencil {
  width: 50%;
  margin-left: 4%;
}
.arrow-left-left {
  width: 50%;
}
.alinearmain {
  width: 85%;
  border: 3px solid black;
  margin-bottom: 2em;
}
.titular {
  font-family: "Inter", sans-serif;
  width: 100%;
  margin-bottom: 0;
  font-size: 1.7em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: var(--negro);
}
.subtitular {
  font-family: "Inter", sans-serif;
  width: 100%;
  margin-top: 0;
  font-size: 1.3em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  color: var(--negro);
}
.cabecera {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.img-cabecera {
  height: 80%;
}
.img-a {
  width: 52%;
  margin: 1em;
}

.p-grande-light {
  font-family: "Inter", sans-serif;
  width: 85%;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: 400;
}
.cuerpo01 {
  width: 60%;
  margin-right: 1em;
}

.cuerpo {
  width: 50%;
  height: 35%;
  /* margin: 2em 30em 2em 0; */
  padding: 1em;
  border: 4px solid black;
  background-color: white;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
.cuerpo-fijo {
  width: 35%;
  height: 100%;
  padding: 1em;
  background-color: white;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.container {
  margin: auto;
  background-color: white;
  width: 100%;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.slider {
  position: relative;
  width: 100%;
  height: 385px;
}

ul.slider li {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  width: inherit;
  height: inherit;
  transition: opacity 0.5s;
  background: #fff;
}

ul.slider li img {
  width: 100%;
  height: 385px;
  object-fit: cover;
}

ul.slider li:first-child {
  opacity: 1; /*Mostramos el primer <li>*/
}

ul.slider li:target {
  opacity: 1; /*Mostramos el <li> del enlace que pulsemos*/
}

.menu {
  text-align: center;
  margin: 20px;
}

.menu li {
  display: inline-block;
  text-align: center;
}

.menu li a {
  display: inline-block;
  color: white;
  text-decoration: none;
  background-color: grey;
  padding: 10px;
  width: 5px;
  height: 5px;
  font-size: 20px;
  border-radius: 100%;
}
.video-stencil {
  width: 100%;
}
.video-stencil-mobile {
  display: none;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .cuerpo01 {
    width: 63%;
  }
  .video-stencil-02 {
    width: 90%;
  }
  .img-stencil {
    width: 90%;
  }
}
@media (max-width: 880px) {
  #stencil {
    width: 100%;
    height: 100%;
    padding-bottom: 1em;
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
    background-color: white;
  }
  .cuerpo-fijo {
    width: 100%;
    height: 100%;
    margin-top: 2em;
    padding: 0;
    background-color: white;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: end;
    position: initial;
  }
  .atras {
    width: 65%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    position: initial;
    margin: 1em 0;
    margin-top: 3em;
    margin-left: 3em;
  }

  .img-logo-stencil {
    width: 50%;
    margin-left: 2%;
  }
  .alinearmain {
    width: 85%;
    margin: 0 auto;
    margin-top: 2em;
    max-width: 820px;
    min-width: 3px;
    border: 3px solid black;
    padding: 0;
    margin-bottom: 1em;
  }
  .p-grande-light {
    margin: 0 auto;
    font-size: 0.9em;
  }
  .alinear {
    display: none;
  }
  .video-stencil-mobile {
    display: block;
    width: 90%;
    margin: 2em auto;
  }
}
.vacio {
  display: none;
}

@media (max-width: 670px) {
  .cuerpo-fijo {
    height: 100%;
    margin-top: 2em;
  }
  .alinear {
    height: 60%;
  }
  .atras {
    margin-top: -1em;
    margin-left: 2em;
  }
  .cuerpo01 {
    display: none;
  }
}
