#stencil02 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  background-color: black;
  position: absolute;
}
.alinear {
  width: 100%;
  /* padding-right: 40%; */
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: baseline;
}
.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%;
}

.img-logo-stencil {
  width: 50%;
  margin-left: 4%;
}
.img-mobi {
  display: none;
}
.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.5em;
  font-size: 1.7em;
  font-weight: 700;
  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%;
}
.video-stencil-02 {
  width: 83%;
  border-bottom: 25px solid black;
  border-top: 25px solid black;
}

.img-a {
  width: 52%;
  margin: 1em;
}
.img-stencil {
  width: 83%;
  margin: 1em 0;
}
.p-grande-light {
  font-family: "Inter", sans-serif;
  width: 85%;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: 400;
}
.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);
}
.cuerpo01 {
  width: 65%;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  background-color: black;
}

.vacio {
  width: 40%;
}
.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%;
  /* margin: 2em 30em 2em 0; */
  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%;
}
.row {
  background-color: black;
}
@media (max-width: 880px) {
  #stencil02 {
    flex-flow: column nowrap;
  }
  .cuerpo-fijo {
    width: 100%;
    height: 100%;
    align-items: flex-start;
  }
  .alinearmain {
    margin: 0 auto;
    margin-bottom: 1em;
  }
  .p-grande-light {
    margin: 0 auto;
  }
  .cuerpo01 {
    display: none;
  }
  .img-mobi {
    display: block;
    background-color: white;
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
  }
  .img-stencil02 {
    width: 70%;
    margin: 1em 0;
  }
  .atras {
    position: initial;
    margin: 2em 0;
    margin-left: 4em;
  }
}
