/*
    hemisferio.space
*/

@property --rotate {
    syntax: "<angle>";
    initial-value: 132deg;
    inherits: false;
}
:root {
    --card-height: 65vh;
    --card-width: calc(var(--card-height) / 1.5);
  }

/**
@property --a {
    syntax: "<angle>";
    initial-value: 0deg;
}
@keyframes spin { to { --a: 360deg; }}

.glow {
    background: conic-gradient(from var{--a}, red, yellow);
    animation: spin 3s linear infinite;
}*/

/*
@import url("gridlex.css");
@import url("f/font_style.css");*/
ul, ol {
    padding: 0;
}
body {
	color: #1a1a1a;
    font-family: "Coral Pixels", serif;
    font-size: 16px;
	/*font: normal 400 16px/1 ;*/
    margin: 0;
    padding: 0;
}
body.night {
    background: #001;
    color: #6fd2ba;
}
nav {
    display: block;
    padding-top: 1.42em;
    text-align: center;
}
.sara {
    display: inline-block;
    width: 35%;
    min-width: 233px;
    height: 2em;
    color: transparent;
}
h6.sara {
    position: fixed;
    bottom: 1.3em;
    right: 1em;
    width: 111px;
    padding: 0;
    margin: 0;
}
h6.sara .lcard {
    width: 100%;
}
h6.sara .front {
    opacity: .2;
}
h6.sara:hover .front {
    opacity: .6;
}
h6 .back {
    color: #ffffff;
    letter-spacing: 1em;
}
.sara path {
    
    fill: #6FD2BA;
}
.sara path:hover {
    fill: #34957e;
}
.sara .lcard {
    cursor:grab;
    position: relative;
    width: 9%;
    height: 2.2em;
    display: inline-block;
	-webkit-transform: perspective(400px) rotateY(0deg);
	transform: perspective(400px) rotateY(0deg);
    transition: transform 1s;
    transform-style: preserve-3d;
}
@keyframes rotatecard {
    0% {transform: rotateX(180deg);}
    20% {transform: rotateX(-180deg);}
    to {transform: rotateX(180deg);}
  }
  
.lcard:hover {
    animation: rotatecard 1.2s timing-function delay iteration-count direction fill-mode;
    transform: rotateX(180deg);
}
.sara .sp {
    /*margin-left: 2em;*/
}
.front, .back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}
div.back {
	transform: rotateX(180deg);
}
.sara div:hover div.back, .sara div:focus div.back {
	-webkit-transform: perspective(400px) rotateY(179.9deg);
	transform: perspective(400px) rotateY(179.9deg);
}
.sara div:hover div.front, .sara div:focus div.front {
	-webkit-transform: perspective(400px) rotateY(0deg);
	transform: perspective(400px) rotateY(0deg);
}
nav {
    z-index: 10;
    position: relative;
    filter: drop-shadow(4px 4px 4px#000);
}
.menu {
    position: absolute;
    width: calc(100% - 10px);
    transform: translateY(-77%);
    transition: all .44s cubic-bezier(1, 0.7, 0.78, 1.24);
    margin: 0;
    padding: 0;
}
.menu:hover {
    transform: translateY(-5%);
}
.menu li {
    display: inline-block;
    max-width: 20vw;
    transition: all .33s ease-in-out;
}
.menu li a {
    color: transparent;
}
.menu li a:hover {
    opacity: 1 !important;
    color: #34957e;
}
.menu:hover li a {
    opacity: .3;
}
.menu svg {
    display: block;
    width: 100%;
    fill: #6fd2ba;;
}
.menu .s-box {
    width: 1em;
    overflow: hidden;
}
.product-descp {
    display: none;
}
.npo {
    display: block;
    position: absolute;
    top: 0;
    right: 1em;
    background: url(img/preorder.svg) no-repeat;
    height: 6em;
    transform: translateY(-100%);
    transition: all .44s 1.2s;
    color: transparent;
}
.items li {
    max-width: 50vw;
    display: inline-block;
    vertical-align: middle;
}
.items img {
    max-width: 100%;
    max-height: 77vh;
}
.snubes {
    position: absolute;
    width: 100%;
    top: 42%;
}
.btn-snubes {
    display: block;
    width: 35%;
    height: 12em;
    background: url(img/nuubes_0.png) no-repeat;
    background-size: 100%;
    position: relative;
}
.btn-snubes span {
    display: block;
    position: absolute;
    width: 2.5em;
    height: 2em;
    background: url(img/nuubes_1.png) no-repeat 0 0;
}
span.txt {
    width: 100%;
    height: 4em;
    background-size: 92px;
    text-align: center;
    background-position: 50% 63%;
    top: 16%;
    line-height: 5em;
    opacity: 0;
}
span.inube_1 {
    top: 46%;
    background-size: 118px;
    height: 3em;
    width: 5em;
    left: 70%;
}
span.inube_2 {
    background-size: 132px;
    top: -1em;
    left: 25%;
    height: 4.5em;
    background-position: 0 104%;
    width: 6em;
}
span.inube_3 {
    width: 11em;
    background-size: 172px;
    background-position: 0 63%;
    height: 6.3em;
    top: 30%;
    left: 100%;
}
section {
    transition: all .55s ease-in-out;
}
section.producto {
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: -50% -100%;
    transform: scale(.01) translate(150%, -50%);
    background: #6fd2ba;
    border-radius: 1em;
    color: #00110e;
    padding: 2em;
    font-family: "Coral Pixels", serif;
    transition: all 1.33s .3s cubic-bezier(0.42, 0, 0.24, 1.37);
    ;
}
body.detalle-v section.producto {
    transform: scale(1) translate(-50%, -50%);
}
.content {
    margin: 0 auto;
    padding: 0 2%;
    max-width: 1200px;
}
.card.bunny1 {
    background-image: url(img/rabbit1.png) !important;
    background-size: contain !important;
}
.card {
    background: #191c29;
    padding: 3px;
    position: relative;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    font-size: 1.5em;
    color: rgb(88 199 250 / 0%);
    cursor: pointer;
    /*font-family: cursive;*/
    font-family: "Coral Pixels", serif;
    transition: all 2.44s 1.3s ease-in-out;
  }
.card::before {
    content: "";
    width: 104%;
    height: 102%;
    border-radius: 8px;
    background-image: linear-gradient(
      var(--rotate)
      , #5ddcff, #3c67e3 43%, #4e00c2);
      position: absolute;
      z-index: -1;
      top: -1%;
      left: -2%;
      animation: spin 2.5s linear infinite;
    transition: all .33s ease-in-out;
  }
  .card::after {
    position: absolute;
    content: "";
    top: calc(var(--card-height) / 6);
    left: 0;
    right: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    transform: scale(0.8);
    filter: blur(calc(var(--card-height) / 6));
    background-image: linear-gradient(
      var(--rotate)
      , #5ddcff, #3c67e3 43%, #4e00c2);
      opacity: 1;
    transition: opacity .5s;
    animation: spin 2.5s linear infinite;
  }
  
  @keyframes spin {
    0% {
      --rotate: 0deg;
    }
    100% {
      --rotate: 360deg;
    }
}
.card:hover::before {
    transform: scale(1.05);
    border-radius: 3px;
    opacity: .3;
    background-image: linear-gradient(var(--rotate), #00c8ff, #17d390 43%, #d1065b);
    filter: blur(10px);
}
.card:hover img {
    transform: scale(.89);
    transition: all .55s cubic-bezier(0.075, 0.82, 0.165, 1);
    box-shadow: 0 0 7px #000000c7;
}
.detalle-v .card {
    filter: blur(30px);
}
.btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    opacity: 0;
    transition: all .45s ease-in-out;
}
path.carrito {
    mix-blend-mode: screen;
    transition: all 1.45s ease-in-out;
}
.card:hover path.carrito {
    transform: translateX(37%);
}
.card:hover .btn {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
.btn svg {
    width: 100%;
    fill: #6fd2ba;
    transform: scale(1.2);
    /* stroke: #fff; */
    /* stroke-width: 10; */
}
.btn span {
    display: none;
    color: #6fd2ba;
    position: absolute;
    top: -10%;
    font-size: .5rem;
    animation: btnclear 3.5s linear infinite;
    background: #1f0729;
    border-radius: 3px;
    padding: 1px 6px;
    z-index: 1;
}
.buynow .btn span {
    display: block;
}
.elm .bgbtn {
    opacity: 0;
}
.elm .bgbtn:hover {
    opacity: 1;
}
.detalle-v .btn {
    scale: 1.5;
    opacity: 1;
}
.btn span.timer {
    background: red;
}

@keyframes btnclear {
    0% {right: 52%; opacity: 0;}
    15% {opacity: 1; text-shadow:0 0 10px #ffffff;}
    48% {right: -33%; opacity: 1;}
    90% {right: 12%;}
    92% {opacity: 0;}

}
img {user-select: none;}
aside {
    position: fixed;
    right: 10vh;
    width: 200px;
    top: 10vh;
}
.detalle-v aside {
    filter: blur(10px);
}
.player div + img,
.player div + img + img  {
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0.8);
}
.player div + img + img {
    transform: scale(0.6);
    pointer-events: none;
}
.player img:hover {
    opacity: .3;
    cursor: zoom-in;
}
.player li {
    position: relative;
    overflow: hidden;
    width: 140px;
    /*height: 200px;*/
    margin: 1em;
}
.player li.temp::before {
    content: '';
    display: block;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    pointer-events: none;
    z-index: 4;
}
.ic-escudo {
    width: 60px;
    position: fixed;
    bottom: .5em;
    right: .5em;
    cursor: pointer;
}
.ic-escudo img {
    position: absolute;
    z-index: -1;
    bottom: 0;
    transform: scale(1.8);
    filter: blur(5px);
}
.ok .ic-escudo img {
    opacity: .2;
}
.bic{opacity:0.88;}
#candado {fill:#FFFFFF;}
#funda {transform: translateY(-55%); transition: all .55s 1s cubic-bezier(1, 0.45, 0.51, 1.17);} 
body.ok #funda {transform: translateY(-0%);}
.fondo {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 5;
    backdrop-filter: blur(8px) grayscale(1);
}
.fondo.active {
    display: flex;
}
.text-box {
    background: #fff;
    padding: 1.2em;
    border: 3px solid #f80e03;
    border-radius: 6px;
    text-align: center;
}
.text-box h3 {
    color: #f80e03;
    font-size: 1.6em;
    letter-spacing: .16em;
}
.actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 4em;
}
.actions a {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    position: relative;
    border-radius: 4px;
    width: 135px;
    padding: .7em;
}
.actions .safe {
    text-transform: uppercase;
    border: 1px solid;
}
.safe:hover {
    background-color: #9ce7d5;
    color: #23715e;
}
.safe:active {
    background: #f80e03;
    color: #FFFFFF;
}
.actions .crux {
    background: #f80e03;
    color: #fff;
    text-align: left;
    padding-left: .5em;
}
.crux img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(.77);
    transition: all .33s ease-in-out;
}
.crux:hover img {
    transform: translate(9%, -50%) scale(.88);
}
.crux:active {
    background: #00c8ff;
}
.crux:active img {
    transform: translate(100%, 100%) scale(1.2);
}
.crux span {
    display: block;
    font-size: .8em;
}
.text-box p {
    color: #000;
}
.player div {
    /* width: 200px; */
}
section.cruxsection {
    position: absolute;
    width: 100%;
    top: 0;
    background: #000011;
    padding: 14vh 0 0;
    transform: translateY(-100%);
    transition: all .55s 1s ease-in-out;
}
section.cruxsection.active {
    display: block;
    transform: translateY(0);
    z-index: 6;
    background: #000011d1;
}
.text-cont h2 {
    animation: blur 1s linear infinite;
}
.ctitle.focus {
    animation: none;
}
@keyframes blur { 
    0% {filter: blur(2px);}
    20% {transform: rotateX(-180deg);}
    to { filter: blur(1px);}}
.btn-templar {
    display: none;
    background: #707e7b;
    border: 3px solid #d9d3c3;
    color: #fff;
    width: max-content;
    position: relative;
    padding: .6em 2.5em .6em 1.3em;;
}
.btn-templar.focus {
    display: inline-block;
}
.btn-templar:before {
    content: '';
    display: block;
    background: url(img/label-templario.png) no-repeat;
    position: absolute;
    top: 0;
    right: -20%;
    width: 4em;
    height: 4em;
    background-size: contain;
}
.btn-templar span {
    display: block;
    position: absolute;
    background: #f4b815;
    color: #400d76;
    left: -20%;
    font-size: .6em;
    width: 33%;
    padding: 3px;
    top: 10%;
}
.btn-templar:hover span {
    background: #f5f505;
}
.btn-templar:hover {
    background: #465250;
}
.templar-box {
    background: #d9d3c3 url(img/bgbox.png) no-repeat left 0;
    padding: .4em .4em 1em 10em;
    background-size: auto 100%;
    width: fit-content;
    min-height: 240px;
    color: #000;
    margin-left: -15em;
    margin-top: 0em;
    opacity: 0;
    pointer-events: none;
    transition: all .65s ease-in-out;
}
.templar-box.active {
    opacity: 1;
    pointer-events: initial;
    margin-left: -10em;
}
input[type="email"] {
    padding: .5em;
    background: #ffffff;
    border: 0;
}
.txt-price {
    padding: 1.4em 0;
    font-size: 1.1em;
}

@media screen and (orientation: portrait) {
}
/*modern media querie*/
@media (980 ≤ width <= 1900px) {   
}
@media screen and (width >= 60em) {
}
/*480*/
@media screen and (min-width: 30em){
	body {text-rendering: optimizeSpeed;}	
}
/*768*/
@media screen and (min-width: 48em){	
}
/*960*/
@media screen and (min-width: 60em){
}
/*1240*/
@media screen and (min-width: 76em){
    .items li {
        max-width: 25vw;
    }	
}
/*1440*/
@media screen and (min-width: 90em){
}
/*1280*/
@media screen and (max-width: 80em){	
}
/*1216*/
@media screen and (max-width: 76em){
}
/*960*/
@media screen and (max-width: 60em){
}
/*640*/
@media screen and (max-width: 40em){
}

.flexslider {
    width: 300px;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  }
  .flexslider .slides {
    zoom: 1;
  }
  .flexslider .slides img {
    height: auto;
    -moz-user-select: none;
  }
  .flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
  .loading .flex-viewport {
    max-height: 300px;
  }
  @-moz-document url-prefix() {
    .loading .flex-viewport {
      max-height: none;
    }
  }
  .carousel li {
    margin-right: 5px;
  }
  .flex-direction-nav {
    *height: 0;
  }
  .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f001';
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  }
  .flex-direction-nav a.flex-next:before {
    content: '\f002';
  }
  .flex-direction-nav .flex-prev {
    left: -50px;
  }
  .flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
  }
  .flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 10px;
  }
  .flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
  }
  .flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px;
  }
  .flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
  }
  .flex-direction-nav .flex-disabled {
    opacity: 0!important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: -1;
  }
  .flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
  }
  .flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
  }
  .flex-pauseplay a:hover {
    opacity: 1;
  }
  .flex-pauseplay a.flex-play:before {
    content: '\f003';
  }
  .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
    padding: 0;
  }
  .flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
  }
  .flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
  .flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
  }
  .flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
  }
  .flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
  }
  .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
  }
  .flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
  .flex-control-thumbs img:hover {
    opacity: 1;
  }
  .flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
  }