* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;

}

html,
body {
  font-size: 62.5%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
  background-color: #000000;
}
p {
  font-family: "GrenzeGotisch-Regular";
  font-size: 2rem;
  line-height: 2.6rem;
  color: #fff1e8;
}

@keyframes balance {
  0% {
    transform: translateX(35vw) rotate(0deg);
  }

  35% {
    transform: translateX(0%) rotate(0deg);
  }

  45% {
    transform: translateX(0%) rotate(2deg);
  }

  50% {
    transform: translateX(0%) rotate(-2deg);
  }

  55% {
    transform: translateX(0%) rotate(1deg);
  }

  60% {
    transform: translateX(0%) rotate(-1deg);
  }

  100% {
    transform: translateX(0%) rotate(0deg);
  }
}

@keyframes show {
  0% {
    opacity: 0;
  }

  63% {
    opacity: 0;
  }

  68% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}
.bold {
  font-family: "GrenzeGotisch-Black";
}

.collapse {
  transition: height 1 ease;
}

.acronym {
  font-variant: small-caps;
}

.landingHome,
.startsMenu {
  position: relative;
  margin: auto;
}
.startsMenu {
  display: flex;
  justify-content: center;
  align-items: center;
}
.imgHome,
.frame {
  width: 100%;
  height: auto;
}

.cornerTop {
  position: absolute;
  width: 20%;
  top: 2rem;
  left: 2rem;
}
.cornerBottom {
  position: absolute;
  width: 20%;
  bottom: 2rem;
  left: 2rem;
}

.container-Ouija {
  position: absolute;
  width: 70%;
  top: 5%;
  right: calc(30% - 70% / 2);
  animation: balance 25s 1 linear;
}
.contianerOuijaSigner {
  position: relative;
}
.containerFirm {
  width: 40%;
  position: absolute;
  top: 14%;
  left: calc(30% - 40% / 2);
  animation: show 25s 1 linear;
}
.containerFirm img {
  width: 100%;
}
h1 {
  font-family: GrenzeGotisch-Black;
  color: #fff2df;
  font-size: 12rem;
  line-height: 12.5rem;
  text-shadow: 8px 5px 15px #fff2df71;
}
.title {
  position: absolute;
  bottom: 12%;
  left: 8%;
}
.container-overflow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.container-overflow .containerDragLanding {
  width: 80%;
  position: absolute;
  top: calc(37% - 80% / 2);
  left: calc(38.6% - 80% / 2);
  opacity: 0.15;
}

.intro {
  margin-top: 10rem;
  /* column-count: 2; */
}

.capitalLetter {
  font-family: "Dynalight-Regular";
  color: #837549;
  font-size: 5rem;
}

.text-intro {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.goldLine {
  height: 5px;
  width: 100vw;
  background-color: #837549;
  /* margin-bottom: 15px; */
  position: relative;
}

.containerBhima {
  width: 150px;
  position: absolute;
  left: calc(50% - 150px / 2);
  top: 0;
  z-index: 1;
}
.containerBhima2 {
  width: 150px;
  position: absolute;
  left: calc(50% - 150px / 2);
  bottom:0;
  z-index: 1;
}
.btnGoTo {
  width: 320px;
  height: 120px;

  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "GrenzeGotisch-Bold";
  color: #837549;
  /* margin: 5%; */
  background-image: url("/work/models/memorica/recursos/exposiciones/mpm2/img/landing/bgBtnHome.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: none;
  cursor: pointer;
  background-color: transparent;
  transition: transform 0.5s;
  /* background-color: #8605dc; */
  z-index: 3;
}

.btnGoTo:first-of-type {
  align-items: flex-start;
  /* justify-content: center; */
}

.btnGoTo h3 {
  font-size: 3rem;
  max-width: 75%;
  transform: scale(1.1);
  transition: text-shadow 1s;
  text-align: center;
}

.btnGoTo:hover h3 {
  text-shadow: 5px 5px 25px #e3e68b96;
}
.btnGoTo:hover {
  transform: scale(1.1);
  color: #837549;
}
.mirror {
  transform: scaleX(-1);
}
.mirrorY {
  transform: scaleY(-1);
}
footer {
  display: flex;
  /* justify-content: center;
    align-items: center; */
  flex-direction: column;
}
.btnReference {
  height: 8rem;
  border: none;
  font-family: "GrenzeGotisch-Bold";
  color: #837549;
  font-size: 3rem;
  background-image: url("/work/models/memorica/recursos/exposiciones/mpm2/img/landing/bgHome.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
h4 {
  font-family: "GrenzeGotisch-Bold";
  color: #fff1e8;
  font-size: 2.2rem;
  text-transform: uppercase;
  margin: 3rem 0 2rem 0;
}

.anchorReference {
  color: #fff1e8;
  transition: text-shadow 1s;
}
.anchorReference:hover {
  text-shadow: 5px 5px 25px #f9fad796;
}

/* .containerVid{
    position: absolute;
    width: 500px;
    top: 10%;
    left: calc(30% - 500px / 2);
  }
  .containerVid img{
    width: 100%;
    height: auto;
  }
  .containerVid:nth-last-of-type(1){
    position: absolute;
    width: 500px;
    top: 10%;
    left:  calc(70% - 500px / 2);
  } */

.startMenuBtns {
  /* position: absolute;
left: calc(50% - 320px / 2);
top: 15%; */
  padding: 20rem 0 10rem 0;
}
.btn-seeMore {
  width: 120px;
  background-color: #000000;
  border: none;
  margin: 2rem 0;
}
.moreText {
  display: block;
}

.startMenuSpace {
  padding: 10rem 0 0 0;
}
.endMenuSpace {
  padding: 0 0 11rem 0;
}
.dotGold {
  width: 10px;
  height: 10px;
  background-color: #837549;
  border-radius: 50%;
}
.switch {
  display: flex;
  justify-content: center;
  align-items: center;
}
.textWithSpace{
  margin-top: 10rem;
  display: flex;
  flex-direction: column;

}

.date{
  max-width: 94%;
  margin: auto;
  
}
.date p{
  font-size: 1.8rem;
  line-height: 2.2rem;
}
.date .author{
  text-align: end;
  /* max-width: 90%; */
  
}

.popContent2 {
  width: 50px;
  height: 50px;
  cursor: pointer;
  animation: spectrum 15s infinite ease-in alternate;
  justify-self: flex-end;
}
@media only screen and (max-width: 2300px) {
  h1 {
    font-size: 11rem;
    line-height: 11.5rem;
  }
}
@media only screen and (max-width: 2000px) {
  h1 {
    font-size: 9rem;
    line-height: 9.5rem;
  }
}
@media only screen and (max-width: 1600px) {
  h1 {
    font-size: 8rem;
    line-height: 8.5rem;
  }
}
@media only screen and (max-width: 1400px) {
  h1 {
    font-size: 6rem;
    line-height: 6.5rem;
  }
}
@media only screen and (max-width: 1000px) {
  h1 {
    font-size: 4rem;
    line-height: 4.5rem;
  }
}

@media only screen and (max-width: 768px) {
  .text-intro {
    flex-direction: column;
  }
  .container-Ouija {
    width: 90%;
    top: 8%;
    right: calc(20% - 70% / 2);
  }
  .cornerTop {
    width: 40%;
    top: 2rem;
    left: 2rem;
  }
  .cornerBottom {
    width: 40%;
    bottom: 2rem;
    left: 2rem;
  }
  .title {
    bottom: 10%;
    left: 17%;
  }
  h1 {
    font-size: 6rem;
    line-height: 6.5rem;
  }
  .moreText {
    display: none;
  }
  .switch {
    flex-direction: column;
  }
  .containerBhima, .containerBhima2{
    width: 100px;
    left: calc(50% - 100px / 2);
  }
}
@media only screen and (max-width: 576px){
  h1 {
    font-size: 5rem;
    line-height: 5rem;
  }
}
@media only screen and (max-width: 420px){
  h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
}
@media only screen and (max-width: 370px){
  h1 {
    font-size: 3.5rem;
    line-height: 3rem;
  }
}