:root {
  --yellow: #ebee80;
  --orange: #fcb177;
  --blueGreen: #4d9796;
  --lima: #d7efce;
  --brown: #503f26;
  --purple: #9b4fba;
  --purpleT: #ac7bc6;
  --purpleL: #f7d4ff;
  --greenB: #85a358;
  --greenS: #296e51;
  --pinkL: #ffcfc9;
  --greenMd: #49701b;
}
html {
  scroll-behavior: smooth;
}
b,
strong {
  font-weight: 600;
  font-style: italic;
}
body {
  margin: 0;
  padding: 0;
  background-size: contain;
  background-position: center center;
  background-color: var(--lima);
  overflow-x: hidden;
  line-height: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Obviously", sans-serif;
  font-weight: 800;
}
p {
  font-size: x-large;
  font-family: sans-serif;
  font-weight: 200;
  line-height: 1;
}

.contenedor {
  width: 100% !important;
  height: 100vh;
  justify-content: center;
  align-items: center;
}
.scene-1 {
  background-color: var(--lima);
}
.scene-2 {
  background-color: var(--purpleT);
}
.scene-3 {
  background-color: var(--greenB);
}
.scene-4 {
  background-color: var(--pinkL);
}
.zoom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end !important;
  height: 100%;
}
.zoom-1 {
  display: none;
  opacity: 0;
  height: 100%;
  width: 100%;
}
.zoom-1,
.zoom-2,
.zoom-3,
.zoom-4,
.zoom-5,
.zoom-6,
.zoom-7,
.zoom-8 {
  display: none;
  height: 100%;
  width: 100%;
}
.scene-1 .zoom div {
  background: var(--purple);
  margin: -20px 45px 30px 45px;
  padding: 25px;
  border-radius: 20px;
  z-index: -1;
}

.scene-2 .zoom div {
  background: var(--lima);
  margin: -20px 45px 30px 45px;
  padding: 25px;
  border-radius: 20px;
  z-index: -1;
}

.scene-3 .zoom div {
  background: var(--purpleL);
  margin: -20px 45px 30px 45px;
  padding: 25px;
  border-radius: 20px;
  z-index: -1;
}

.scene-4 .zoom div {
  background: var(--greenMd);
  margin: -20px 45px 30px 45px;
  padding: 25px;
  border-radius: 20px;
  z-index: -1;
}
.scene-1 .zoom p {
  color: white;
  font-size: 1.2rem;
  line-height: 1.3;
}
.scene-2 .zoom p {
  color: var(--purple);
  font-size: 1.2rem;
  line-height: 1.3;
}
.scene-3 .zoom p {
  color: var(--greenS);
  font-size: 1.2rem;
  line-height: 1.3;
}
.scene-4 .zoom p {
  color: var(--pinkL);
  font-size: 1.2rem;
  line-height: 1.3;
}

.contenido-interno {
  display: flex;
  flex-direction: row;
  height: 100%;
}
.textos-flotantes {
  position: absolute;
  max-width: 450px;
  margin-top: 10vh;
  left: 3vw;
}
.scene-1 .textos-flotantes h2 {
  font-size: 2.5rem;
  line-height: 1;
  color: var(--purple);
}
.scene-1 .textos-flotantes p {
  color: var(--purple);
}

.scene-2 .textos-flotantes h2 {
  font-size: 2.5rem;
  line-height: 1;
  color: var(--lima);
}
.scene-2 .textos-flotantes p {
  color: var(--lima);
}

.scene-3 .textos-flotantes h2 {
  font-size: 2.5rem;
  line-height: 1;
  color: var(--purpleL);
}
.scene-3 .textos-flotantes p {
  color: var(--purpleL);
}

.scene-4 .textos-flotantes h2 {
  font-size: 2.5rem;
  line-height: 1;
  color: var(--greenMd);
}
.scene-4 .textos-flotantes p {
  color: var(--greenMd);
}
.contenidos {
  width: 25%;
  height: 100%;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contenidos .center-images {
  width: 100%;
  height: auto;
}
.portada {
  display: flex;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background-image: url("../img/Portada2.jpg");
  background-size: cover;
  background-position: center center;
  background-color: #d7efce;
}

#loading-start {
  display: flex;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  position: fixed;
  justify-content: center;
  align-items: flex-end;
  background-image: url("../img/Portada2.jpg");
  background-size: cover;
  background-position: center center;
  background-color: #d7efce;
  padding-bottom: 5%;
}
#botton-start:hover{
background-color: #563c2bd3 !important;
color:rgba(255, 255, 255, 0.733) !important ;
}
#volver-home:hover{
background-color: #212529b2 !important;
color:rgba(255, 255, 255, 0.733) !important ;
}
.visible {
  display: block;
}
.hidden {
  display: none !important;
  transition-timing-function: linear;
  transition: 2s;
}
.intro {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background-color: #d7efce;
  padding: 15px;
}
.intro div {
  max-width: 1024px;
}
.cierre {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background-color: #d7efce;
  padding: 15px;
}
.cierre div {
  max-width: 1024px;
}
.botones {
  color: var(--purple);
  font-family: "Obviously", sans-serif;
  font-weight: 600;
  border: solid var(--purple) 2px;
  padding: 15px 6vw;
  background-color: transparent;
}
.active {
  color: var(--lima);
  background-color: var(--purple);
}
.botones:focus {
  outline: dotted 0px;
  outline: -webkit-focus-ring-color auto 0px;
}
.botones:hover {
  opacity: 0.8;
}
.btn-left {
  border-radius: 25px 0 0 25px;
}
.btn-right {
  border-radius: 0 25px 25px 0;
}
.contenedor-botones {
  position: fixed;
  width: 100%;
  text-align: center;
  z-index: 99999;
  top: 2%;
  letter-spacing: -20px;
  display: none;
}
.swipe-up {
  position: absolute;
  bottom: 10px;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  text-align: center;
}
.swipe-up h6 {
  width: 100%;
  color: var(--yellow);
  font-weight: 400;
}
.swipe-up .icono {
  display: flex;
  align-content: center;
  justify-content: center;
  text-align: center;
  transform: translateY(-15%);
  -webkit-transform: translateY(-15%);
  animation: slide-in 3s infinite;
}
.div-img {
  width: 50px;
  height: 50px;
  background-color: var(--yellow);
  -webkit-mask-box-image: url(https://encasa.parqueexplora.org/wp-content/uploads/2020/10/FLECHA.png);
}

@keyframes slide-in {
  50% {
    transform: translateY(15%);
    -webkit-transform: translateY(15%);
  }
  100% {
    transform: translateY(-15%);
    -webkit-transform: translateY(-15%);
  }
}

@media screen and (max-width: 1240px) {
  .zoom div {
    margin: -20px 0px 0px 5px !important;
    padding: 16px !important;
  }
  .zoom img {
    width: 100% !important;
  }
  .contenidos .center-images {
    width: 100%;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 1100px) {
  .botones {
    padding: 10px 4vw;
}
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 768px) {
  .portada {
    background-image: url("../img/MOVIL/Portada-Movil.jpg");
    background-position: center center;
  }
  .swipe-up h6 {
    color: #553b2a;
    font-weight: 600;
  }
  .div-img {
    background-color: #553b2a;
  }
  .contenidos .center-images {
    width: 100%;
    margin-top: 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    font-size: 130% !important;
  }
  .contenidos {
    width: 50%;
    height: 100%;
  }
  .contenido-interno {
    flex-wrap: wrap;
  }
  .columna-1 {
    order: 3;
    position: absolute;
    left: 0;
    padding: 0 !important;
  }
  .columna-2 {
    order: 1;
  }
  .columna-3 {
    order: 2;
  }
  .columna-4 {
    order: 4;
    position: absolute;
    right: 0;
    padding: 0 !important;
  }
  .zoom img {
    width: 95% !important;
  }
  .zoom {
    background: rgb(0, 0, 0);
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0.5703461804643732) 10%,
      rgba(0, 212, 255, 0) 100%
    );
  }
  .zoom p {
    font-size: 18px !important;
  }
  .zoom div {
    margin: 5px 0px 0px 5px !important;
    padding: 16px !important;
    z-index: 9 !important;
  }
}


@media screen and (max-width: 480px) {
}
@media screen and (max-width: 420px) {
}
@media screen and (max-width: 320px) {
}
