.section-intro {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 500px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/back-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.section-intro:hover {
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
}

.container {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.show-footer {
  opacity: 1;
  -webkit-transform: translate(0px, 33px);
  -ms-transform: translate(0px, 33px);
  transform: translate(0px, 33px);
  perspective: 800px;
}

.h2-onboard {
  max-width: 320px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 1.6em;
  line-height: 1.1em;
  font-weight: 500;
  margin-bottom: 26px;
}

.show-next {
  display: inline-block;
  opacity: 1;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  cursor: pointer;
  backface-visibility: hidden;
}

.show-next:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.section-frase {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #000;
  opacity: 1;
}

.background-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1540px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h2-frases {
  max-width: 440px;
  margin-bottom: 0px;
  padding: 20px 25px 10px;
  background-color: rgba(0, 0, 0, 0.30);
  box-shadow: 0 0 30px 30px rgb(0 0 0 / 30%);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 1.8em;
  line-height: 1.2em;
  font-weight: 500;
  border-radius: 150px;
}

.btns-next {
  padding-top: 15px;
  padding-bottom: 10vh;
  z-index: 1;
}

.back {
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 5px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.back:hover {
  -webkit-transform: scale(1.2) rotate(180deg);
  -ms-transform: scale(1.2) rotate(180deg);
  transform: scale(1.2) rotate(180deg);
}

.next {
  margin-right: 5px;
  margin-left: 5px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.next:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.zoltar-cover {
  position: absolute;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1540px;
  background-image: url('../images/zoltar.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-print-color-adjust: exact;
}

.background-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -2;
  width: 100%;
  height: 100%;
  max-width: 1540px;
  min-width: 0px;
}

.info-layer {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 20;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0.72);
  opacity: 0;
}

.div-aviso {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 300px;
  margin-top: 10px;
  margin-right: 10px;
  padding: 50px 30px 20px;
  border-radius: 12px;
  background-color: #f9cb27;
  opacity: 0;
}
.link-block {
  display: block;
  text-align: left;
}
.info-close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9;
  margin-top: 10px;
  margin-right: 10px;
  opacity: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.info-close:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.text-help {
  border-style: solid;
  border-width: 0px;
  border-color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  text-align: left;
}

.section-cortina {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 19;
  display: block;
  width: 100%;
  height: 110%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #000;
  opacity: 1;
}

.aviso-audio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 260px;
  margin: 30vh 10px 0vh;
  padding: 30px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.43);
  opacity: 0;
}

.h3-aviso {
  max-width: 320px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.1em;
  font-weight: 400;
}

.cortina-interior {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: url('../images/cortina-2.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.iconinfo {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 51;
  display: block;
  margin-top: 20px;
  margin-right: 20px;
  opacity: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.iconinfo:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.logo {
  display: block;
  width: 100%;
  max-width: 400px;
  padding-top: 1vh;
  padding-bottom: 6vh;
  opacity: 1;
}

.footer-img {
  position: absolute;
  bottom: 40px;
  z-index: -1;
}

.body {
  overflow: hidden;
  height: 100%;
  background-color: #000;
  text-align: center;
  -webkit-perspective: 800px;
}
.logo-container {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 100%;
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 10px;
  padding-bottom: 0vh;
}

.image-2 {
  width: 110px;
  margin-left: 0px;
}
.image {
  width: 80%;
  margin-left: -15px;
  text-align: left;
}

.link-logo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 100%;
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 10px;
  padding-bottom: 0vh;
	-webkit-transition: -webkit-transform 200ms ease;
	transition: -webkit-transform 200ms ease;
	transition: transform 200ms ease;
	transition: transform 200ms ease, -webkit-transform 200ms ease;
}
.link-logo:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.link {
  color: #000;
  font-weight: 500;
  text-decoration: underline;
}

.btn-net, #btn-print {
  display: none;
  margin-right: 6px;
  margin-left: 6px;
  opacity: 1;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  cursor: pointer;
}
#btn-print { display: inline-block;margin-left: 30px}

.btn-net:hover, #btn-print:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
@media screen and (max-width: 991px) {
  .section-intro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #000;
  }

  .logo {
    padding-bottom: 4vh;
  }
}

@media screen and (max-width: 767px) {
  .section-cortina {
    opacity: 1;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    cursor: wait;
  }
  .cortina-interior {
	  background-image: url('../images/cortina-movil.png');
  }
}

@media screen and (max-width: 479px) {
  .show-next {
    padding-bottom: 30px;
  }

  .h2-frases {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 1.4em;
    line-height: 1.35em;
  }

  .background-video {
    overflow: hidden;
    min-width: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .logo {
    max-width: 300px;
    padding-right: 30px;
    padding-bottom: 10vh;
    padding-top: 20vh;
    padding-left: 30px;
  }
}

/* outside webflow */
/*animate letters*/
#text-type .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}
#text-type .w {
  display: inline-block; 
    margin-bottom: 0.2em;
    line-height: 1em;
}
#text-type .letter {
  transform-origin: 50% 100%;
  display: inline-block;
}

.hidePointer { visibility:hidden;pointer-events:none; display: none}



/*animation coinc*/

#btn-audio-back.active {
/*  animation: flipHeads 3s ease forwards; */
}
#coin.tails {
  animation: flipTails 3s ease forwards;
}

@keyframes flipHeads {
  from { transform: rotateX(0) scale(1); }
  to { transform: rotateX(450deg) scale(0.3); opacity:0; margin-top:100px}
}
@keyframes flipTails {
  from { transform: rotateX(0) scale(1); }
  to {transform: rotateX(450deg) scale(0.3); opacity:0; margin-top:100px}
}

body.robot .zoltar-cover {
  background-image: url('../images/robot.jpg?v2');
  background-position: 50% 30%;
}
body.robot .w-background-video > video {object-position: 50% 30%;}
body.robot .background-container,body.robot .zoltar-cover, body.robot .background-video {
  max-width: 798px;
}
body.robot .section-intro {
  background-image: url('../images/back-robot.jpg');
  }
body.maga .zoltar-cover {
  background-image: url('../images/maga.jpg?v3');
}
body.maga .background-container,body.maga .zoltar-cover, body.maga .background-video {
  max-width: 650px;
}
body.maga .section-intro {
  background-image: url('../images/back-maga.jpg?v3');
}

#qr-code {-webkit-print-color-adjust: exact; opacity: 0; width: 1px;}

@media print {
	#qr-code {opacity: 1;width: auto;}
	#btn-audio-stop, #btn-audio-next, #infoIcon_ID, #btn-print{display: none}
	.zoltar-cover { background-image: url('../images/zoltar-print.jpg');}
	body.maga .zoltar-cover { background-image: url('../images/robot-maga.jpg?v3');}
	body.robot .zoltar-cover { background-image: url('../images/robot-print.jpg?v2');}
}

