/* Media query para celular*/

/* VERTICAL */
@media (max-width: 600px) and (orientation: portrait) {
  body {
    height: 100% !important;
  }
  .facet_sidebar {
    display: none;
  }
  .facet_navbar {
    display: none;
  }
  #header{
    display: none;
  }
  #contMediaQuery{
    display: flex;
    z-index: 300;
    object-fit: fill;
    width: 100vw;
  }
  #texto_mediaQuery{
    width:82vw;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-content: center;
    border-radius: 25px;
    padding: 18px 20px 18px 20px;
    text-align: center;
    font-weight: 600;
    font-size: 0.65rem;
    line-height: 1.5em;
    letter-spacing: 25%;
    word-spacing: 115%;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -20%);
  }
  #pantallaGrande{
    font-weight: 600;
  }
  #contEsc01{
    display: none;
  }
  #contSplash{
    display: none;
  }
}

.contMediaQuery {
  z-index: 20;
  color: #052254;
  background-color: #FFF4E8;
  box-shadow: 3px 3px 14px #233D75;  /*#FAA03E*/
  overflow-y: hidden;
  overflow-x: wrap;
}

.oculto {
  display: none !important;
  overflow: hidden !important;
  height: 0 !important;
  width: 0 !important;
 }

#contSplash {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 200;
  flex-basis: auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  align-content: flex-end;
  overflow-y: hidden;
}

.oculto#contSplash {
  display: none;
}

.animFondoSplash {
  height: 100vh;
  width: 100%;
  max-width: 100%;
  position: relative;
  object-fit: fill;
  margin: 0 auto;
  background-color: #FFFFFF;
  overflow-y: hidden;
  overflow-x: wrap;
}

@keyframes fadeOut {
  to{
    opacity: 0;
  }
}

.fade-Out{
  opacity: 1;
  animation: fadeOut 1s ease-in forwards;
}

.splashBtn {
  position: absolute;
  align-self: center;
  justify-content: center;
  z-index: 201;
  top: 16%;
  left: 50%;
  transform: translate(-50%, 0);
  display: none;

}

.splashBtn img {
  width: auto;
  height: 350px;
  transform-origin: 50% 50% 0;
  transition: height 400ms ease;
}

.splashBtn img:hover { /* Ancho */
  width: auto;
  height: 380px;
  transform-origin: 50% 50% 0;
}

.loader {
  position: absolute;
  width: 24%;
  transform: translate(157%, -95%);
  z-index: 202;
}

*{
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  user-drag: none;
  -webkit-user-drag: none;
  /*user-select: none; Es mejor comentar esto para que el texto sea seleccionable y accesible
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; */
}

* img{
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

*::selection {
  color: #052254;
  background: #FF8DA1;
  /*color: #052254;
  background: #FA8825;*/
  /*color: #FFF4E8;
  background: #3B31C4;*/
}


.oculto {
  display: none;
  overflow: hidden;
  height: 0;
  width: 0;
 }

body {
  font-family: 'Open Sans', sans-serif;
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFFFFF;
}

button {
  background: none;
  border: none;
  outline: none;
}

/* Esto es para personalizar mi scrollbar
    El asterisco es para añadir ese estilo a TODA mi página, no sólo al body*/
*::-webkit-scrollbar { /* Ancho */
  width: 0.8rem;
}

*::-webkit-scrollbar-track { /* fondo */
  background: #052254;
}

*::-webkit-scrollbar-thumb { /* barra */
  background: #1F6FFF;
}

#header {
  width: 100%;
  position: fixed;
  z-index: 100;
}

#header-img {
  height: 150px;
  width: auto;
  padding: 15px 5px 0px 5px;
  /*position: absolute;*/
}

.nav-bar {
  width: 10rem;
  height: 100vh;
  position: fixed;
  background-color:  #27337d /*#233D75*/;
  /* offset-x | offset-y | blur-radius | color */
  box-shadow: 4px 0px 14px #ABBCFF;  /*#FAA03E*/
  transition: width 400ms ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  list-style: none;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
}

.guiaTutores {
  color: #ABBCFF;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0 0.2rem 0 0.2rem;
  opacity: 1;
  transition: opacity 100ms ease-out;
  transition: font-size 100ms ease-out;
}

.nav-bar-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-weight: bold;
  overflow: scroll;
  height: 560px;
  width: 100%;
  overflow-x: none;
  overflow-x: hidden;
}

.nav-bar-list:hover::-webkit-scrollbar { /* Ancho */
  width: 0.6rem;
  left: 0px;
  display: flex;
}

.nav-bar-list:hover::-webkit-scrollbar-track { /* fondo */
  background: #052254;
  left: 0px;
  display: flex;
}

.nav-bar-list:hover::-webkit-scrollbar-thumb { /* barra */
  background: #1F6FFF;
  left: 0px;
  display: flex;
}

.nav-bar-list::-webkit-scrollbar { /* Ancho */
  display: none;
}

.nav-bar-list::-webkit-scrollbar-track { /* fondo */
  display: none;
}

.nav-bar-list::-webkit-scrollbar-thumb { /* barra */
  display: none;
}

.nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  font-size: 0em;
  padding: 0;
  overflow-x: none;
  margin: 1rem 0rem 1rem 0rem;
  text-decoration: none;
  opacity: 0;
  transition: opacity 300ms ease-out;
  transition: font-size 200ms ease-out;
}

.footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  background-color: #052254;
  margin-top: auto; /* Esto es para mandarlo hasta abajo en el contenedor */
  opacity: 0;
  transition: opacity 300ms ease-out;

}

.footer-texto {
  font-size: 0rem;
  font-weight: 600;
  color: #ABBCFF;
  padding: 5px 4px 5px 4px;
  margin: 5px 5px 5px 5px;
  transition: font-size 200ms ease-out;
}

.nav-link:hover {
  color: #8DAAFF;
  text-decoration: underline;
}

.nav-link_EscenaActiva {
  color: #FAA03E;
}

.nav-bar:hover { /* Mostrar y ocultar barra de navegación. */
  width: 20rem;
}

.nav-bar:hover .guiaTutores {
  /* display: none; */
  opacity: 0;
  font-size: 0rem;
}

.nav-bar:hover .nav-link {
  /*  display: block; */
  opacity: 1;
  font-size: 1.3rem;
}

.nav-bar:hover .footer {
  /*  display: block; */
  opacity: 1;
}

.nav-bar:hover .footer-texto {
  /*  display: block; */
  font-size: 0.8rem;
}

#navLogoCentro {
  height: 1.6em;
  width: auto;
  margin: 0.3em;
  margin-left: 0.8em;
}

.navRedes {
  display: flex;
  flex-direction: row;
  margin-left: auto;
  margin-right: 0.8em;
}

.iconsRedes {
  height: 2.8em;
  margin: 0.3em 0.3em 0.3em 0.3em;
  width: auto;
}

/* INICIA CONTENIDO DE LA PÁGINA Y ACABA BARRA DE NAVEGACIÓN */
main {
  width: 100%;
  display: flex;
  /*flex-direction: column; esta es la línea que arruina todo*/
  align-items: center;
  background-color: #FFFFFF;
  justify-content: flex-end;
  /*background-color: #d9c3d3;*/
}

.contenedorGeneral {
  height: 100vh;
  width: calc( 100% - 10rem);
  max-width: 100%;
  overflow: hidden;
  position: relative;
  display: none;
}

.contenedorGeneral.escActiva {
  display: block;
}

.contCuentoTexto {
  position: absolute;
  z-index: 20;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  left: 25px;
  top: 20px;
  border-radius: 25px;
  padding: 40px 60px 40px 60px;
  text-align: left;
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1.5em;
  letter-spacing: 35%;
  word-spacing: 122.5%;
  color: #052254;
  background-color: #FFF4E8;
  box-shadow: 3px 3px 14px #233D75;  /*#FAA03E*/
}

.contCuentoTexto.visible{
  display: flex;
}

.animacion{
  display: none;
}

.animacion.visible{
  display: block;
}

.btnX_instrucciones, .btnX_duelo, .btnX_creditos{
  position: absolute;
  right: 25px;
  top: 25px;
}

.btnX_instrucciones img, .btnX_duelo img, .btnX_creditos img{
  height: 30px;
}

#btnDuelo{
  position: absolute;
  right: 40px;
  top: 120px;
}

#btnDuelo img{
  height: 60px;
}

#btnCreditos{
  position: absolute;
  right: 40px;
  top: 205px;
}

#btnCreditos img{
  height: 60px;
}

#btnDescargar{
  position: absolute;
  right: 40px;
  top: 290px;
}

#btnDescargar img{
  height: 60px;
}

h1{
  font-weight: 800;
  font-size: 3em;
}

p {
  font-size: 1.2em;
}

#btnInstrucciones{
  position: absolute;
  right: 40px;
  top: 35px;
}

#btnInstrucciones img{
  height: 60px;
}

.instruccionesCont_triple{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 25px 0px 25px 10px;
}

.instruccionesCont_individual{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self:flex-start;
  margin: 18px;
}

#tecladoAmarilla{
  height: 100px;
  margin-top: 16px;
}

#flechas{
  height: 70px;
  margin-top: 30px;
}

#cursor{
  height: 60px;
  margin-top: 26px;
}

#esc01_instrucciones{
  width: 1020px;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 9;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  border-radius: 25px;
  padding: 30px 25px 30px 25px;
  text-align: left;
  font-weight: 600;
  font-size: 18px;
  color: #052254;
  background-color: #FFF4E8;
  box-shadow: 3px 3px 14px #233D75;  /*#FAA03E*/
  user-drag: none;
  -webkit-user-drag: none;
}

#esc01_instrucciones.visible{
  display: flex;
}

#esc01_duelo{
  width: 1020px;
  height: 630px;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 9;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: top;
  top: 50%;
  left: 50%;
  border-radius: 25px;
  padding: 30px 25px 30px 25px;
  text-align: left;
  font-weight: 600;
  font-size: 18px;
  color: #052254;
  background-color: #FFF4E8;
  box-shadow: 3px 3px 14px #233D75;  /*#FAA03E*/
  user-drag: none;
  -webkit-user-drag: none;
}

#esc01_duelo.visible{
  display: flex;
}

h2.duelo{
  align-self: left;
  font-size: 1.8em;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-top: 30px;
}

#contDuelo{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
  margin: 15px 25px 15px 25px;
  overflow: auto;
  padding-right: 80px;
  padding-left: 10px;
  font-size: .9em;
  line-height: 180%;
}

#esc01_creditos{
  width: 1020px;
  height: 630px;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 9;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: top;
  top: 50%;
  left: 50%;
  border-radius: 25px;
  padding: 30px 60px 30px 60px;
  text-align: left;
  font-weight: 600;
  font-size: 18px;
  color: #052254;
  background-color: #FFF6ED;
  box-shadow: 3px 3px 14px #233D75;  /*#FAA03E*/
  user-drag: none;
  -webkit-user-drag: none;
}

#esc01_creditos.visible{
  display: flex;
}

#contCreditos{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.creditosNombre {
  color: #9E2C50;
  font-size: 1em;
  font-weight: 700;
}

.elemCredit{
  margin: 15px 25px 15px 25px;
}

.elemAses{
  margin: 15px 38px 15px 38px;
  text-align: center;
}

.break {
  flex-basis: 100%;
  height: 0;
}

#contAsesorxs{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 15px;
}

h2.creditos{
  align-self: center;
  font-size: 2em;
  margin-top: 50px;
  color: #3B31C4;
}

.contenedorAudio {
  width: 90px;
  height: 60px;
  position: absolute;
  left: 850px;
  bottom: 40px;
  /*left: 15px;
  top: 15px;*/
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  /*background-color:rgba(171, 188, 225, 0.75);*/
  border-radius: 50px;
  transition: all 400ms ease-out;
  z-index: 20;
}

.btnSonidoNarrar{
  height: 60px;
  opacity: 1;
  transition: all 400ms ease-out;
}

.btnSonidoNarrar_anim {
  height: 60px;
  width: auto;
  animation: crescendoNarrar 1.4s alternate infinite ease-in;
}

@keyframes crescendoNarrar {
  0%   {transform: scale(1);}
  100% {transform: scale(1.3);}
}

.audioPlayer{
  margin: 0px;
  height: 0px;
  width: 0px;
  padding: 0px;
  border: 0px solid #233D75;
  opacity: 0;
  transition: all 400ms ease-out;
}

audio {
  -moz-box-shadow: 0px 0px 0px 0px #052254;
  -webkit-box-shadow:  0px 0px 0px 0px #052254;
  box-shadow: 0px 0px 0px 0px #052254;
  -moz-border-radius:0px 0px 0px 0px ;
  -webkit-border-radius:0px 0px 0px 0px ;
  border-radius:0px 0px 0px 0px ;
  opacity: 0;
  transition: all 400ms ease-out;
}

#narrarCuento {
  color: #052254;
  font-size: 0rem;
  font-weight: 700;
  margin-left: 0px;
  opacity: 0;
  transition: all 400ms ease-out;
}

.contenedorAudio:hover{
  width: 430px;
  height: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  /*background-color:rgba(171, 188, 225, 0.75);*/
  border-radius: 45px;
  transition: all 600ms ease-out;
  opacity: 1;
}

.contenedorAudio:hover .btnSonidoNarrar{
  height: 60px;
  opacity: 1;
  transition: all 600ms ease-out;
  opacity: 1;
}

.contenedorAudio:hover .audioPlayer{
  margin: 2px 5px 0px 5px;
  height: 45px;
  width: 300px;
  padding: 1px;
  border: 4px solid #233D75;
  display: flex;
  transition: opacity 600ms ease-out;
  opacity: 1;
}

.contenedorAudio:hover audio{
  transition: all 600ms ease-out;
  -moz-box-shadow: 3px 3px 6px 1px #052254;
  -webkit-box-shadow:  3px 3px 6px 1px #052254;
  box-shadow: 3px 3px 6px 1px #052254;
  -moz-border-radius:35px 35px 35px 35px ;
  -webkit-border-radius:35px 35px 35px 35px ;
  border-radius:35px 35px 35px 35px ;
  display: flex;
  opacity: 1;
 }

.contenedorAudio:hover #narrarCuento{
  color: #052254;
  font-size: 1.1rem;
  font-weight: 700;
  margin-left: 28px;
  display: flex;
  opacity: 1;
  transition: all 600ms ease-out;
}

#contControles {
  z-index: 20;
  margin-top: auto;
}

.btnEscAnt {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 20;
}

.btnEscSig {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 20;
}

.btnEscAnt img, .btnEscSig img {
  height: 60px;
  width: auto;
  margin: 20px;
  z-index: 20;
}

.btnEscSig_anim img {
  height: 60px;
  width: auto;
  margin: 20px;
  animation: crescendoFlecha 1.2s alternate infinite ease-in;
  z-index: 20;
}

@keyframes crescendoFlecha {
  0%   {transform: scale(1);}
  100% {transform: scale(1.5);}
}

.btnEscSig2 {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 20;
}

.btnEscSig2 img {
  height: 60px;
  width: auto;
  margin: 20px;
  z-index: 20;
}

.btnEscSig2_anim img {
  height: 60px;
  width: auto;
  margin: 20px;
  animation: crescendoFlecha2 1.2s alternate infinite ease-in;
  z-index: 20;
}

@keyframes crescendoFlecha2 {
  0%   {transform: scale(1);}
  100% {transform: scale(1.2);}
}

.btnRefresh {
  position: absolute;
  left: 400px;
  bottom: 35px;
  z-index: 20;
}

.btnRefresh img{
  height: 60px;
  z-index: 20;
}

.btnTexto {
  position: absolute;
  left: 665px;
  bottom: 35px;
  z-index: 20;
}

.btnTexto img{
  height: 60px;
  z-index: 20;
}
/*
.txtCuento {
  font-size: 1.2em;
  line-height: 1.5em;
  letter-spacing: 25%;
  word-spacing: 87.5%;
}*/

#esc02_texto1{
  width: 822px;
}

#esc03_texto1{
  width: 800px;
}

#esc04_texto1{
  width: 745px;
}

#esc05_texto1{
  width: 840px;
}

#esc06_texto1{
  width: 860px;
}

#esc07_texto1{
  width: 950px;
}

#esc08_texto1{
  width: 860px;
}

#esc09_texto1{
  width: 860px;
}

#esc10_texto1{
  width: 850px;
}

#esc11_texto1{
  width: 850px;
}

#esc12_texto1{
  width: 860px;
}

#esc13_texto1{
  width: 850px;
}

#esc14_texto1{
  width: 925px;
}

#esc15_texto1{
  width: 930px;
}

#esc16_texto1{
  width: 860px;
}

#esc17_texto1{
  width: 868px;
}

#esc18_texto1{
  width: 820px;
}

#esc19_texto1{
  width: 880px;
}

#esc20_texto1{
  width: 900px;
}

#esc21_texto1{
  width: 801px;
}

#esc22_texto1{
  width: 720px;
}

#esc23_texto1{
  width: 850px;
}

#esc24_texto1{
  width: 878px;
}

#esc25_texto1{
  width: 838px;
}

#esc26_texto1{
  width: 960px;
}

#esc27_texto1{
  width: 830px;
}

#esc28_texto1{
  width: 780px;
}

#esc29_texto1{
  width: 860px;
}

#esc30_texto1{
  width: 840px;
}

.animFondo {
  height: 100vh;
  width: 100%;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
  background-color: #FFFFFF;
  overflow-y: auto;
  overflow-x: hidden;
}

.suscribe-texto{
  color: #21243b;
  font-size: 1.1em;
  font-weight: 600;
  margin: 0px 25px 10px 25px;
}

.button {
  border: 0.16em solid #222485;
  border-radius: 40px;
  color: white;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 15px 35px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  width: 450px;
  background-color: #222485;
}

.button:hover {
  background-color: #2c30db;
  border: 0.16em solid #2c30db;
  color: white;
  }

  #dirCarr {
    color: #3B31C4;
    font-size: 1em;
    font-weight: 600;
  }

/* ESCENA 02 */
  #esc02_guitarra {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 23%;
    transform: translate(65%, -60%);
  }

  #esc02_peluches {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10%;
    transform: translate(40%, -245%);
  }

  #esc02_poster {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20%;
    transform: translate(-120%, -120%);
  }

  #esc02_VulpinaAcostada {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24%;
    transform: translate(-132%, 0%);
  }

  #esc02_VulpinaCamina {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 68%;
    transform: translate(-27%, 15%);
  }

  #esc02_maceta {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 38%;
    transform: translate(60%, 70%);
  }

  #esc02_basketball {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10%;
    transform: translate(-470%, 35%);
  }

/* ESCENA 03 */
  #esc03_FotoBebe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12%;
    transform: translate(-43.2%, -144.5%);
  }

  #esc03_FotoBoda {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12.5%;
    transform: translate(-183.8%, -48.5%);
  }

  #esc03_FotoPlaya {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12.5%;
    transform: translate(-43%, -05%);
  }

  #esc03_Jarron {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24%;
    transform: translate(-193%, -53%);
  }

  #esc03_AdornoBolas {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15%;
    transform: translate(-208%, 51%);
  }

  #esc03_Puerta {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35.6%;
    transform: translate(37%, -38.85%);
  }

  #esc03_VulpinaCamina {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    transform: translate(-70%, 37.9%);
  }

/* ESCENA 04 */
  #esc04_Pendulo{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20%;
    transform: translate(-240%, 119%);
  }

  #esc04_Cactus{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10%;
    transform: translate(-470%, -160%);
  }

  #esc04_Botella{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16.5%;
    transform: translate(172%, -263%);
  }

  #esc04_Globo{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14%;
    transform: translate(-268%, -132%);
  }

  #esc04_Planta{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 33%;
    transform: translate(65%, -13%);
  }

  #esc04_Frida{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 23%;
    transform: translate(-55%, -90%);
  }

  #esc04_Sillon{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 78%;
    transform: translate(-51%, 18%);
  }

  #esc04_Cobija{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 17%;
    transform: translate(30%, 167%);
  }

  #esc04_VulpinaIdle{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18%;
    transform: translate(-160%, 25%);
  }

  #esc04_VulpinaDuerme{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 36%;
    transform: translate(-80%, 62%);
  }

/* ESCENA 05 */
  #esc05_Cactus{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12%;
    transform: translate(2%, -74%);
  }

  #esc05_Planta{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16%;
    transform: translate(-268%, -77%);
  }

  #esc05_Cortinas{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30%;
    transform: translate(-98%, -113%);
  }

  #esc05_Sillon{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 34%;
    transform: translate(-147%, -9%);
  }

  #esc05_Bonsai{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 13%;
    transform: translate(140%, 49%);
  }

  #esc05_VulpinaIdle{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25%;
    transform: translate(-175%, 57.15%);
  }

  #esc05_VulpinaDespierta{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25%;
    transform: translate(-175%, 20.6%);
  }

  #esc05_PapaIdle{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 13.5%;
    transform: translate(98%, -78%);
  }

/* ESCENA 06 */
  #esc06_Pendulo{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20%;
    transform: translate(-240%, 119%);
  }

  #esc06_Cactus{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10%;
    transform: translate(-470%, -160%);
  }

  #esc06_Botella{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16.5%;
    transform: translate(172%, -263%);
  }

  #esc06_Globo{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14%;
    transform: translate(-268%, -132%);
  }

  #esc06_Planta{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 33%;
    transform: translate(65%, -13%);
  }

  #esc06_Frida{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 23%;
    transform: translate(-55%, -90%);
  }

  #esc06_Sillon{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 78%;
    transform: translate(-51%, 18%);
  }

  #esc06_Cobija{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 17%;
    transform: translate(30%, 167%);
  }

  #esc06_VulpinaIdle{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 19.5%;
    transform: translate(-98%, 45%);
  }

  #esc06_VulpinaPapa{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    transform: translate(-28.5%, -22%);
  }

/* ESCENA 07 */
  #esc07_Hotcakes{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26.2%;
    transform: translate(-177%, -105%);
  }

  #esc07_Fiebre{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26.2%;
    transform: translate(-186%, 05%);
  }

  #esc07_Tarea{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26.2%;
    transform: translate(-66%, -90%);
  }

  #esc07_VulpinaPapa{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    transform: translate(-28.5%, -22%);
  }

  #esc07_VulpinaPapaIdle{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    transform: translate(-28.5%, -22%);
  }

/* ESCENA 08 */
  #esc08_Pendulo{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20%;
    transform: translate(-240%, 119%);
  }

  #esc08_Cactus{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10%;
    transform: translate(-470%, -160%);
  }

  #esc08_Botella{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16.5%;
    transform: translate(172%, -263%);
  }

  #esc08_Globo{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14%;
    transform: translate(-268%, -132%);
  }

  #esc08_Planta{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 33%;
    transform: translate(65%, -13%);
  }

  #esc08_Frida{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 23%;
    transform: translate(-55%, -90%);
  }

  #esc08_Cobija{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 17%;
    transform: translate(30%, 167%);
  }

  #esc08_Sillon{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 78%;
    transform: translate(-51%, 18%);
  }

  #esc08_VulpinaPapaIdle{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    transform: translate(-28.5%, -22%);
  }

  #esc08_PapaCamina{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 87%;
    transform: translate(-58%, -21%);
  }

/* ESCENA 09 */
  #esc09_PuertaCerrada{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 21.8%;
    transform: translate(-226%, -30.8%);
  }

  #esc09_PuertaAbierta{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 21.8%;
    transform: translate(-128.6%, -30.6%);
  }

  #esc09_Sol{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25%;
    transform: translate(-13%, -100%);
  }

  #esc09_Reloj{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16%;
    transform: translate(180%, -90%);
  }

  #esc09_Llavero{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 19%;
    transform: translate(-1%, 20%);
  }

  #esc09_Maceta{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25.5%;
    transform: translate(96%, 35%);
  }

  #esc09_Perchero{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24%;
    transform: translate(-120%, -23%);
  }

  #esc09_PercheroVacio{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24%;
    transform: translate(-120%, -23%);
  }

  #esc09_VulpinaCamina{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 44.5%;
    transform: translate(13%, 35%);
  }

  #esc09_VulpinaCaminaMochila{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 58%;
    transform: translate(-68%, 35%);
  }

/* ESCENA 10 */
  #esc10_Lagartijas{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 21%;
    transform: translate(-220%, -75%);
  }

  #esc10_CampanasViento{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16%;
    transform: translate(180%, -93%);
  }

  #esc10_MacetasColgantes{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25.5%;
    transform: translate(-110%, -75%);
  }

  #esc10_PuertaCerrada{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 36%;
    transform: translate(-23.5%, -38.4%);
  }

  #esc10_VulpinaCamina{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    transform: translate(-85%, 29%);
  }

  #esc10_VulpinaToca{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20%;
    transform: translate(-16%, 23%);
  }

  #esc10_VulpinaStatic{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20%;
    transform: translate(-16%, 23%);
  }

  #esc10_OsaSaluda{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30%;
    transform: translate(-16%, -36%);
  }

/* ESCENA 11 */
  #esc11_FotosRefri{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22%;
    transform: translate(-195%, -80%);
  }

  #esc11_LetrasRefri{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 17%;
    transform: translate(-236%, 75%);
  }

  #esc11_Microondas{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18%;
    transform: translate(-72%, -167%);
  }

  #esc11_Tostadora{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10%;
    transform: translate(-40%, -25%);
  }

  #esc11_Cafetera{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12%;
    transform: translate(260%, -40%);
  }

  #esc11_Tetera{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7%;
    transform: translate(279%, 16%);
  }

  #esc11_Osa{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 29%;
    transform: translate(30%, -35%);
  }

  #esc11_OsaTe_BACK, #esc11_OsaTe_FRONT{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26.5%;
    transform: translate(-80%, -35%);
  }

  #esc11_Vulpina{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 19%;
    transform: translate(-215%, 22%);
  }

  #esc11_Banco{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 13%;
    transform: translate(-260%, 155%);
  }

  #esc11_Mesa{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 72%;
    transform: translate(-30%, 52%);
  }

  #esc11_Taza{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7.3%;
    transform: translate(-158%, 212%);
  }

/* ESCENA 12 */
  #esc12_FotosRefri{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22%;
    transform: translate(-195%, -80%);
  }

  #esc12_LetrasRefri{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 17%;
    transform: translate(-236%, 75%);
  }

  #esc12_Microondas{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18%;
    transform: translate(-72%, -167%);
  }

  #esc12_Tostadora{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10%;
    transform: translate(-40%, -25%);
  }

  #esc12_Cafetera{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12%;
    transform: translate(260%, -40%);
  }

  #esc12_Tetera{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7%;
    transform: translate(279%, 16%);
  }

  #esc12_OsaIdle{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25.9%;
    transform: translate(-72%, -34.5%);
  }

  #esc12_OsaAstilla{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32%;
    transform: translate(-72%, -34.5%);
  }

  #esc12_Vulpina{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 19%;
    transform: translate(-215%, 22%);
  }

  #esc12_VulpinaAstilla{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22.6%;
    transform: translate(-183%, 21.5%);
  }

  #esc12_Banco{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 13%;
    transform: translate(-260%, 155%);
  }

  #esc12_Mesa{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 72%;
    transform: translate(-30%, 52%);
  }

  #esc12_Taza{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7.3%;
    transform: translate(-156%, 63%);
  }

/* ESCENA 13 */
  #esc13_FotosRefri{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22%;
    transform: translate(-195%, -80%);
  }

  #esc13_LetrasRefri{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 17%;
    transform: translate(-236%, 75%);
  }

  #esc13_Microondas{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18%;
    transform: translate(-72%, -167%);
  }

  #esc13_Tostadora{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10%;
    transform: translate(-40%, -25%);
  }

  #esc13_Cafetera{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12%;
    transform: translate(260%, -40%);
  }

  #esc13_Tetera{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7%;
    transform: translate(279%, 16%);
  }

  #esc12_OsaIdle{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25.9%;
    transform: translate(-72%, -34.5%);
  }

  #esc13_OsaIdle{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25.8%;
    transform: translate(-72%, -34.5%);
  }

  #esc13_VulpinaIdle{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22.6%;
    transform: translate(-183%, 21.5%);
  }

  #esc13_VulpinaDespide{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 17%;
    transform: translate(-255%, 27%);
  }

  #esc13_VulpinaSale{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 61%;
    transform: translate(-140%, 25%);
  }

  #esc13_Banco{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 13%;
    transform: translate(-260%, 155%);
  }

  #esc13_Mesa{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 72%;
    transform: translate(-30%, 52%);
  }

  #esc13_Taza{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7.3%;
    transform: translate(-156%, 63%);
  }

  #esc14_Sol{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18%;
    transform: translate(-35%, -110%);
  }

  #esc14_EstrellasDer{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15%;
    transform: translate(230%, -70%);
  }

  #esc14_EstrellasIzq{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15%;
    transform: translate(-320%, -70%);
  }

  #esc14_Suelo{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -14%);
  }

  #esc14_NubesDer{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30%;
    transform: translate(35%, -155%);
  }

  #esc14_NubesIzq{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 38%;
    transform: translate(-105%, -160%);
  }

  #esc14_ArbolesDer{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40%;
    transform: translate(20%, 5%);
  }

  #esc14_ArbolesIzq{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40%;
    transform: translate(-120%, 5%);
  }

  #esc14_VulpiCorre1{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 55%;
    transform: translate(-95%, 65%);
  }

  #esc14_MamaRecuerdo{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15%;
    transform: translate(-40%, -10%);
  }

  #esc14_VulpiIdle{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 21.5%;
    transform: translate(-50%, 65%);
  }

  #esc14_VulpiCorre2{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 55%;
    transform: translate(-8.5%, 65%);
  }

  #esc14_Arbustos{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 78%);
  }

  /* ESCENA 15 */

  #esc15_Tronco{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    transform: translate(-48%, -2%);
  }

  #esc15_VulpiIdle{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15%;
    transform: translate(-170%, -40%);
  }

  #esc15_VulpiCruza{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 46%;
    transform: translate(-50%, -40%);
  }

  #esc15_VulpiIdle2{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12%;
    transform: translate(165%, -10%);
  }

  #esc15_AromaMama{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40%;
    transform: translate(-50%, -27%);
  }

  #esc15_Peces{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 31%;
    transform: translate(-52%, 220%);
  }

  #esc15_ArbolesDer{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28%;
    transform: translate(79%, -27%);
  }

  #esc15_ArbolesIzq{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30%;
    transform: translate(-168%, -28%);
  }

  /* ESCENA 16 */

  #esc16_Libelula{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 38%;
    transform: translate(32%, 23%);
  }

  #esc16_Mariposa{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 38%;
    transform: translate(-132%, 23%);
  }

  #esc16_Bang{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 34%;
    transform: translate(22%, -80%);
  }

  #esc16_VulpiIdle{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 27%;
    transform: translate(-36%, 0%);
  }

  #esc16_VulpiTemor{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 27%;
    transform: translate(-36%, -1%);
  }

  #esc16_VulpiAroma{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 27%;
    transform: translate(-36%, -1%);
  }

  #esc16_AromaMama{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 65%;
    transform: translate(-46%, 12%);
  }

  /* ESCENA 17 */

  #esc17_AromaMama{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -60%);
  }

  #esc17_Escopeta{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 65%;
    transform: translate(-30%, -70%);
  }

  #esc17_Cazador{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40%;
    transform: translate(-20%, -45%);
  }

  #esc17_VulpiTranqui{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30%;
    transform: translate(-87%, -22%);
  }

  #esc17_VulpiMiedo{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 34.5%;
    transform: translate(-86.3%, -22%);
  }

  #esc17_HojasAzules{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 27%;
    transform: translate(-185%, -9%);
  }

  #esc17_HojasRosas{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 27%;
    transform: translate(87%, -9%);
  }

  /* ESCENA 18 */

  #esc18_Sol{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15%;
    transform: translate(15%, -175%);
  }

  #esc18_Riscos{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 47%;
    transform: translate(10%, -74%);
  }

  #esc18_ArbolesFondo{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 95%;
    transform: translate(-50%, 5%);
  }

  #esc18_Bang1{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22%;
    transform: translate(-190%, -74%);
  }

  #esc18_Bang2{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22%;
    transform: translate(-35%, -10%);
  }

  #esc18_VulpiCiervo{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 60%);
  }

  #esc18_ArbolesDer{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 42%;
    transform: translate(19%, 77.2%);
  }

  #esc18_ArbolesIzq{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28%;
    transform: translate(-178%, 73.1%);
  }

  /* ESCENA 19 */

  #esc19_ElementosFondo{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -37.2%);
  }

  #esc19_Nido{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 13%;
    transform: translate(-290%, -230%);
  }

  #esc19_Panal{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 13%;
    transform: translate(-120%, -145%);
  }

  #esc19_Cueva{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 33%;
    transform: translate(50%, -90%);
  }

  #esc19_CiervoIdle{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 23%;
    transform: translate(-10%, -14%);
  }

  #esc19_VulpiIdle{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 17%;
    transform: translate(-110%, 20%);
  }

  #esc19_CiervoIdle2{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 17.35%;
    transform: translate(18%, -14%);
  }

  #esc19_VulpiIdle2{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 17%;
    transform: translate(-110%, 20%);
  }

  /* ESCENA 20 */

  #esc20_ElementosFondo{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -37.2%);
  }

  #esc20_Nido{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 13%;
    transform: translate(-290%, -230%);
  }

  #esc20_Panal{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 13%;
    transform: translate(-120%, -145%);
  }

  #esc20_Cueva{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 33%;
    transform: translate(50%, -90%);
  }

  #esc20_CiervoIdle{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 17.35%;
    transform: translate(18%, -14%);
  }

  #esc20_VulpiIdle{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 17%;
    transform: translate(-110%, 20%);
  }

  #esc20_CiervoPuno{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 19%;
    transform: translate(7.6%, -14%);
  }

  #esc20_VulpiPuno{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 21.5%;
    transform: translate(-88%, 18%);
  }

    /* ESCENA 21 */

  #esc21_VulpiCamina{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 25%);
  }

  #esc21_Flores{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 33%;
    transform: translate(-151%, 90%);
  }

  #esc21_Tortuga{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14%;
    transform: translate(-32%, 395%);
  }

  #esc21_Riscos{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 33.5%;
    transform: translate(49.6%, -38%);
  }

    /* ESCENA 22 */

  #esc22_Zanahorias{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24%;
    transform: translate(68%, 120%);
  }

  #esc22_Pajaro{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9%;
    transform: translate(390%, -138%);
  }

  #esc22_Puercoespin{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14%;
    transform: translate(-280%, 110%);
  }

  #esc22_Ardilla{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16.5%;
    transform: translate(-300%, -235%);
  }

  #esc22_Hojas{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20.6%;
    transform: translate(-30.9%, 245%);
  }

  #esc22_VulpiIdle{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16%;
    transform: translate(-110%, 35%);
  }

  #esc22_VulpiMochila{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24.3%;
    transform: translate(-75%, 35%);
  }

  #esc22_ConejoSale{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 21.5%;
    transform: translate(-31%, 70%);
  }

  #esc22_VulpiPena{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16.8%;
    transform: translate(-110%, 31%);
  }


    /* ESCENA 23 */

  #esc23_Zanahorias{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24%;
    transform: translate(68%, 120%);
  }

  #esc23_Pajaro{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9%;
    transform: translate(390%, -138%);
  }

  #esc23_Puercoespin{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14%;
    transform: translate(-280%, 110%);
  }

  #esc23_Ardilla{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16.5%;
    transform: translate(-300%, -235%);
  }

  #esc23_ConejoIdle{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 21.5%;
    transform: translate(-31%, 70%);
  }

  #esc23_VulpiIdle{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16.8%;
    transform: translate(-110%, 31%);
  }

  #esc23_ConejoTriste{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 21.5%;
    transform: translate(-31%, 70%);
  }

  #esc23_VulpiHambre{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16.8%;
    transform: translate(-110%, 31%);
  }

  /* ESCENA 24 */

  #esc24_AromaMama{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    transform: translate(-50%, 50%);
  }

  #esc24_RecuerdoMama{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32%;
    transform: translate(30%, -70%);
  }

  #esc24_VulpiIdle{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 37%;
    transform: translate(-50%, -3%);
  }

  #esc24_VulpiMuffin{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 37%;
    transform: translate(-50%, -3%);
  }

  #esc24_PlantasDer{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30%;
    transform: translate(80%, 30%);
  }

  #esc24_PlantasIzq{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30%;
    transform: translate(-180%, 30%);
  }

  /* ESCENA 25 */

  #esc25_Mapache{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15.5%;
    transform: translate(155%, 18%);
  }

  #esc25_Cuervo{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9.5%;
    transform: translate(-390%, -144%);
  }

  #esc25_Zarigueya{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14.1%;
    transform: translate(40%, -113%);
  }

  #esc25_VulpiCamina{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 55%;
    transform: translate(-92%, 0%);
  }

  #esc25_VulpiMochila{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25.3%;
    transform: translate(-92%, 2%);
  }

  /* ESCENA 26 */

  #esc26_Luna{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 13%;
    transform: translate(-220%, -190%);
  }

  #esc26_Planta{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25%;
    transform: translate(-190%, 61%);
  }

  #esc26_Lechuza{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 23%;
    transform: translate(10%, -120%);
  }

  #esc26_VulpiIdle{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20%;
    transform: translate(-95%, 20%);
  }

  #esc26_VulpiMochila{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20.5%;
    transform: translate(-94%, 18%);
  }

  /* ESCENA 27 */

  #esc27_Luna{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 13%;
    transform: translate(-220%, -190%);
  }

  #esc27_Planta{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25%;
    transform: translate(-190%, 61%);
  }

  #esc27_VulpiIdle{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20.5%;
    transform: translate(-91%, 18%);
  }

  #esc27_LechuzaIdle{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11%;
    transform: translate(75%, -120%);
  }

  #esc27_VulpiMochila{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20.5%;
    transform: translate(-91%, 18%);
  }

  #esc27_LechuzaAla{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 17.8%;
    transform: translate(46%, -119.5%);
  }

  /* ESCENA 28 */

  #esc28_EstrellasDer{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35%;
    transform: translate(40%, -145%);
  }

  #esc28_EstrellasIzq{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32%;
    transform: translate(-150%, -135%);
  }

  #esc28_Luna{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15%;
    transform: translate(-70%, -180%);
  }

  #esc28_VulpiLechu{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -12%);
  }

  #esc28_Juncos{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 61%;
    transform: translate(-80%, 85%);
  }

  #esc28_Peces{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28%;
    transform: translate(-165%, 200%);
  }

  #esc29_ArbustoDer{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14%;
    transform: translate(257%, 115%);
  }

  #esc29_ArbustoIzq{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14%;
    transform: translate(-357%, 115%);
  }

  #esc29_Muffin{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4.5%;
    transform: translate(-190%, 134%);
  }

  #esc29_Resortera{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8%;
    transform: translate(-30%, 158%);
  }

  #esc29_Astilla{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3.6%;
    transform: translate(180%, 811%);
  }

  #esc29_VulpiIdle{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26%;
    transform: translate(-50%, 50.5%);
  }

  #esc29_VulpiCamina1{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 21%;
    transform: translate(-110%, 5%);
  }

  #esc29_VulpiCamina2{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 21%;
    transform: translate(-70%, 5%);
  }

  #esc29_VulpiCamina3{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 21%;
    transform: translate(-30%, 5%);
  }

  #esc29_CiervoIdle{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12%;
    transform: translate(-355%, -22%);
  }

  #esc29_PapaIdle{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15.5%;
    transform: translate(-219%, -40%);
  }

  #esc29_OsaIdle{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 19.5%;
    transform: translate(110%, -44%);
  }

  #esc29_ConejoIdle{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 13%;
    transform: translate(245%, 29%);
  }

  #esc29_RetratoMama{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11%;
    transform: translate(-50%, -127%);
  }

  #esc29_FloresDer{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12%;
    transform: translate(82%, -80%);
  }

  #esc29_FloresIzq{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12%;
    transform: translate(-188%, -80%);
  }

  #esc30_ArbustoRosa{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 17%;
    transform: translate(194%, 120%);
  }

  #esc30_VulpiIdle{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 13%;
    transform: translate(62%, 8%);
  }

  #esc30_PapaIdle{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16%;
    transform: translate(170%, -40%);
  }

  #esc30_VulpiPapa{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40%;
    transform: translate(20%, -40%);
  }

  #esc30_Mama{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 17.5%;
    transform: translate(-140%, -39%);
  }

  #esc30_AromaMama{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40%;
    transform: translate(-90%, -20%);
  }

  #esc30_Flores{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12%;
    transform: translate(-355%, -71%);
  }

  /* HORIZONTAL */
  @media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
    html {
      height: 100vh;
      width: 100vw;
    }
    body {
      transform: translate(-50%, -50%) rotate(-90deg);
      position: fixed;
      left: 50%;
      top: 50%;
      max-height: 100vw;
      min-height: 100vw;
      height: 100vw;
      width: 100vh;
    }
    main, .contenedorGeneral, .animFondo {
      width: 100vh;
      height: 100vw;
    }
    .facet_sidebar {
      display: none;
    }
    .facet_navbar {
      display: none;
    }
    #header{
      display: none;
    }
    #contMediaQuery{
      display: flex;
      z-index: 300;
      object-fit: fill;
      width: 100vw;
    }
    #texto_mediaQuery{
      width:82vh;
      position: absolute;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-self: center;
      align-content: center;
      border-radius: 25px;
      padding: 18px 20px 18px 20px;
      text-align: center;
      font-weight: 600;
      font-size: 0.65rem;
      line-height: 1.5em;
      letter-spacing: 25%;
      word-spacing: 115%;
      top: 45%;
      left: 50%;
      transform: translate(-50%, 0%);
    }
    #pantallaGrande{
      font-weight: 600;
    }
    #contEsc01{
      display: none;
    }
    #contSplash{
      display: none;
    }
  }
