.containerImgLanding {
  position: absolute;
  top: 5%;
  right: calc(35% - 50% / 2);
  width: 50%;
  /* transform: rotate(-35deg); */
}
.text-intro {
  align-items: flex-end;
}
.btnCollapse {
  width: 100vw;
  height: 20rem;
  font-size: 4rem;
  line-height: 4.3rem;
  font-family: "GrenzeGotisch-Regular";
  color: #837549;
  text-align: left;
  text-shadow: 8px 5px 15px black;
  background-image: url("/work/models/memorica/recursos/exposiciones/mpm2/img/s5/bgCollapeS5.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
}
.listCollapse {
  list-style: decimal;
  font-size: 2rem;
  font-family: "GrenzeGotisch-Regular";
  font-size: 2rem;
  line-height: 2.6rem;
  color: #fff1e8;
  margin-left: 2rem;
}

.ouijaAudio {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.img-ouija {
  width: 100%;
  height: auto;
}
.ouija {
  width: 50%;
  /* height: 60rem; */
  position: relative;
  background-color: black;
  border: none;
  display: flex;
  margin: auto;
  transition: transform 1s;
}
.ouija:hover {
  transform: scale(1.05);
}
.ouija:hover .containerHelios {
  animation: rotate infinite 10s linear;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.innerContent1::before,
.innerContent1::after {
  background: url("/work/models/memorica/recursos/exposiciones/mpm2/img/s5/s5_1.jpg");
}

.innerContent2::before,
.innerContent2::after {
  background: url("/work/models/memorica/recursos/exposiciones/mpm2/img/s5/s5_2.jpg");
  mix-blend-mode: normal;
  filter: none;
}
.innerContent3::before,
.innerContent3::after {
  background: url("/work/models/memorica/recursos/exposiciones/mpm2/img/s5/s5_3.jpg");
  mix-blend-mode: normal;
}
.innerContent4::before,
.innerContent4::after {
  background: url("/work/models/memorica/recursos/exposiciones/mpm2/img/s5/s5_4.jpg");
  mix-blend-mode: normal;
}
.innerContent5::before,
.innerContent5::after {
  background: url("/work/models/memorica/recursos/exposiciones/mpm2/img/s5/s5_5.jpg");
}
.innerContent6::before,
.innerContent6::after {
  background: url("/work/models/memorica/recursos/exposiciones/mpm2/img/s5/s5_6.jpg");
}
.containerHelios {
  position: absolute;
  width: 12%;
  height: 12%;
  left: calc(38% - 12% / 2);
  top: calc(48% - 12% / 2);
  transform-origin: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: animation 3s;
}
.containerHelios img {
  transform-origin: center center;
}

.continerDrag {
  width: 120px;
}
.pseudoFooter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 0.4;
  width: 100%;
}

.containerImgLanding5_1 {
  position: absolute;
  width: 22%;
  top:  10%;
  right: calc(22% - 22% / 2);
  box-shadow: 20px 15px 15px #000000;
  transform: rotate(11deg);
  z-index: 1;
}

.containerImgLanding5_2 {
  position: absolute;
  width: 30%;
  top: 15%;
  transform: rotate(-9deg);
  right: calc(45% - 30% / 2);
  box-shadow: 20px 15px 15px #000000;
  z-index: 0;
 
}
.containerImgLanding5_3 {
  position: absolute;
  width: 20%;
  bottom: 2%;
  transform: rotate(-45deg);
  right: calc(32% - 20% / 2);
  box-shadow: 20px 15px 15px #000000;
  animation:  30s infinite linear slideRotate5;
  z-index: 2;
}

@keyframes slideRotate5 {
  0% {
      transform: rotate(-45deg); 
    }

    50% {
      transform: rotate(-40deg) ;

    }
    100% {
      transform:rotate(-45deg) ; 
    }
}

.containerImgLanding5_4 {
  position: absolute;
  width: 18%;
  bottom: -15%;
  transform: rotate(35deg);
  right: calc(25% - 18% / 2);
  box-shadow: 20px 15px 15px #000000;
  z-index: 3;
}
.containerText h3{
  font-family: GrenzeGotisch-Black;
  color: #fff1e8;
  font-size: 3rem;
  opacity: 1;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .containerImgLanding {
    position: absolute;
    top: 5%;

    width: 80%;
  }
  .continerDrag {
    width: 80px;
  }
  .ouija {
    width: 90%;
  }


.containerImgLanding5_1 {
  width: 32%;
  top:  10%;
  right: calc(37% - 32% / 2);
}

.containerImgLanding5_2 {
  width: 40%;
  top: 15%;
  right: calc(65% - 40% / 2);
}
.containerImgLanding5_3 {
  width: 30%;
  bottom: 37%;
  right: calc(50% - 30% / 2);
}


.containerImgLanding5_4 {
  width: 28%;
  bottom: 20%;
  right: calc(35% - 28% / 2);
}
.containerText h3{
font-size: 2rem;
}
}
