* {
  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: #e4e6ff;
}

.grid-wrapper {
  width: 100%;
  /* max-width: 1922px;      */
  aspect-ratio: 1922 / 957;
  position: relative;
}

.gridLanding {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(5, 1fr);
  gap: 0;
  position: absolute;
  inset: 0; /* ocupa todo el grid-wrapper */
  perspective: 1000px;
}

.card {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: black;
}

.card-inner {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.6s;
}

.card.flip .card-inner {
  transform: rotateY(180deg);
}

.front,
.back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.front {
  background-size: cover;
  background-position: center;
}

.back {
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  transform: rotateY(180deg);
}

.highlight {
  transform: scale(1.1);
  z-index: 2;
  transition: transform 0.3s;
}
.landing {
  background-color: black;
  margin-top: 60px;
}
.container.carouselLanding {
  max-width: 100vw;
  width: 100%;
}
.btnIconAudio {
  border: none;
  background: transparent;
  /* width: 50px; */
}
.btnIconAudio svg {
  overflow: visible;
}
.collapse {
  transition: height 1 ease;
}
.acronym {
  font-variant: small-caps;
}

p {
  font-family: "Jost-Medium";
  font-size: 2rem;
  line-height: 2.6rem;
  color: #4c743b;
  margin-top: 2rem;
}
.footerImg {
  font-family: "Jost-Medium";
  font-size: 1.8rem;
  line-height: 2.3rem;
  color: #4c743b;
  text-align: center;
}
.bold {
  font-family: "Jost-Bold";
}
.note sup {
  background-color: #42c2b9;
  padding: 1px 5px;
}
.popover {
  --bs-popover-bg: #fff1d9;
}

.menuRooms {
  position: relative;
  width: 100%;
  max-width: 992px;
  border: 15px solid #d58b40;
}

.bgMujerIndigena {
  width: 100%;
  display: block;
}

.btnMenu {
  position: absolute;
  background: #222;
  color: white;
  /* border-radius: 50%; */
  /* width: 50px; */
  height: 95px;
  display: flex;
  padding: 1rem;
  width: auto;
  justify-content: center;
  align-items: center;
  border: none;
}

.btn1 {
  top: calc(14.5% - 95px /2);
  left: 9.5%;
  width: 61%;
}
.btn2 {
   top: calc(34% - 95px /2);
  left: 33%;
  width: 57.2%;
}
.btn3 {
   top: calc(53.7% - 95px /2);
  left: 32.2%;
   width: 48%;
}
.btn4 {
top: calc(73.1% - 95px /2);
  left: 28%;
   width: 43%;
}
.contianerTitle{
  /* text-shadow: #222; */
    font-family: "advanced_led_board-7";
    font-size: 2rem;
    color: #d58b40;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contianerTitle h2{
     font-size: 1.7rem;
     padding: 0 0.5rem;
       /* max-width: 95%; */

}
.contianerMin-img{
  border-radius: 50%;
  overflow: hidden;
  width: 70px;
  /* padding: 0.5rem; */
 
}
.containerNumberRoom{
  width: 70px;
}
.green{
  color: #42c2b9;
}

footer{
  display: flex;
  flex-direction: column;
}

.btnCredits{
  background-color: black;
  border: none;
  padding: 1rem;
  font-size: 2.5rem;
  color: #d58b40;
   font-family: "advanced_led_board-7";
}
.space.bgGreen{
  background-color: #42c2b9;
  height: 10px;
}
.space.bgOrange{
  background-color: #d58b40;
  height: 10px;
}
.anchorSupportMaterial{
  color: #42c2b9;
}
.btnMenu{
transition: transform 1s;
}
.btnMenu:hover{
  transform: scale(1.1)
}
.menuMobileLanding{
  background-color: black;
  border: #d58b40 solid 10px;
}
.btnMenuMobile{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: black;
  width: 100%;
  padding: 1rem;
  border: none;
  transition: transform 1s;
}
.btnMenuMobile:hover{
  transform: scale(1.1)
}
.landing1{
  width: 100vw;
  background-color: #d58b40;
  background-image: url("/work/models/memorica/recursos/exposiciones/mujerIndigena/img/s1/s1Transparent.png");
  background-repeat: repeat;
  background-size: 100px;
  
/* Animación */
animation: moveBg 8s steps(10) infinite;
}

h5{
    font-family: "Jost-Bold";
    font-size: 2.5rem;
    text-align: center;
    color: #4c743b;
}
@keyframes moveBg {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}

.landing1 img{
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .grid-wrapper {
    width: 100vw; /* ancho relativo a la pantalla */
    /* max-width: 1922px;      */
    aspect-ratio: 766 / 1030;
    position: relative;
  }
  .contianerTitle{
max-width: 60%;
  }
.contianerTitle h2{
     font-size: 1.5rem;
text-align: center;

}
}

@media only screen and (max-width: 768px) {
h5{
    
    font-size: 2rem;
   
}

.btn1 {
  top: calc(9.5% - 95px /2);
  left: 0%;
  width: 92%;
}
.btn2 {
   top: calc(28.6% - 95px /2);
  left: 23%;
  width: 77%;
}
.btn3 {
   top: calc(74.4% - 95px /2);
  left: 27%;
   width: 63%;
}
.btn4 {
top: calc(92.5% - 95px /2);
  left: 42%;
   width: 58%;
}
.contianerTitle{
  max-width: 60%;
}
.contianerTitle h2{
     font-size: 1.5rem;
text-align: center;

}
}

@media only screen and (max-width: 576px){
  .btn1 {
  top: 0;
  left: 0%;
  width: 100%;
}
.btn2 {
   top: calc(31.5% - 95px /2);
  left: 0%;
  width: 100%;
}
.btn3 {
   top: calc(70.5% - 95px /2);
  left: 0%;
   width: 100%;
}
.btn4 {
top: none;
bottom: 0;
  left: 0%;
   width: 100%;
}
.contianerTitle{
  max-width: 60%;
}
.contianerTitle h2{
     font-size: 1.5rem;


}
}

@media only screen and (max-width: 400px){
.contianerTitle h2{
     font-size: 1.1rem;

text-align: center;
}
.contianerTitle{
  max-width: 50%;
}
}