/*
    hemisferio.space
*/
@import url("estandar.css");
@import url("f/font_style.css");

:root {
  --light--color: #0071B1;
    
  --main-color: #434345;
  --thin-accent-color: #E65A24;
  --dark-accent-color: #E21C24;
}
html,body {
    height: 100%;
}
body {
	color: var(--main--color);
	font: normal 400 13px/1 'Segoe UI', sans-serif;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    letter-spacing: -.06em;
}
[class*="btn"] {
    text-decoration: none;
    display: inline-block;
}
nav {
    width: 100%;
    position: fixed;
    padding: 1em;
    color: #fff;
    text-align: right;
    z-index: 10;
    background: rgba(0,0,0,0.3);
    font-weight: bold;
}
nav .player {
    position: absolute;
    top: .7em;
    left: 28%;
}
.player audio {
    height: 33px;
}
.hello {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(3px);
    z-index: 12;
    background: #ffffffe6;
}
.hello.hide {
    display: none;
}
.hello .box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*background: #1e1e1e;*/
    padding: 2rem;
    font-size: 2em;
    text-align: center;
    /*box-shadow: 0 10px 10px #000;*/
    color: #00ff00;
}
.hello .box::before {
    content: '';
    display: block;
    background: url(img/load.gif);
    width: 64px;
    height: 64px;
    position: absolute;
    top: 43%;
    left: 50%;
    z-index: 20;
    border-radius: 50%;
}
.hello.ok .box::before {
    display: none;
}
.box div {
    font-size: 1.3em;
    letter-spacing: .1em;
    line-height: .8;
    max-width: 70%;
    margin: 0 auto;
}
span#on {
    opacity: 0;
    display: inline-block;
    padding: .3em .6em;
    background: #0c950c;
    margin: 1rem 0 0;
    font-size: 1.1rem;
    cursor: pointer;
}
span#on span {
    display: block;
    color: #fff;
    font-size: .8em;
}
span#on:hover {
    background: #0f4f0f;
    box-shadow: inset -4px -4px 0px #072907a3;
    margin: .9rem 0 0;
}
.text {
    opacity: .01;
}
.box-btn-intro {
    display: inline-block;
    position: relative;
}
.fireee {
    background:url(img/ilustracion_sin_tiiitulo-2.gif)no-repeat 50% 50%;
    height: 350px;
    width: 500px;
    max-width: initial !important;
    position: absolute;
    top: -39%;
    left: 9%;
    /*pointer-events: none;*/
    transform: translate(-50%, -50%);
    animation-fill-mode: backwards;
}
.click {
    background: url(img/ilustracion_sin_tiiitulo.png) no-repeat 50% 50%;
    width: 222px;
    height: 222px;
    position: absolute;
    top: -10%;
    left: 100%;
    animation: fade .3s 3s infinite alternate;
    background-size: contain;
    max-width: initial !important;
    background-size: contain;
    pointer-events: none;
    opacity: 0;
}
@keyframes fade {
    to {opacity: 1;}
  }
.exxx {
    position: absolute;
    z-index: 13;
    width: 200px;
    height: 200px;
    background: url(img/explosion-icegif-once.gif);
    display: none;
}
.exxx.on {
    display: block;
    transform: translate(-50%, -100%);
}
@keyframes inicio {
    to {transform: rotate(-33deg);}
  }
nav li {
    display: inline-block;
}
nav li a {
    color: #fff;
    padding: .3em 1em;
}
.pirotecnia {
    top: 1rem;
    left: 1rem;
    width: 80px;
    font-size: 1.3em;
    color: #000;
}
.pirotecnia.on {
    color: #fff;
}
.spletter {
    display: inline-block;
    overflow: hidden;
    height: 1em;
    vertical-align: bottom;
    width: 1em;
    position: relative;
}
.spletter span {
    display: inline-block;
    opacity: 0;
    position: absolute;
}
.spletter span:nth-of-type(1) {animation: letter 1s cubic-bezier(0.1, -0.6, 0.2, 0) 0s infinite alternate;}
.spletter span:nth-of-type(2) {animation: letter 1s cubic-bezier(0.1, -0.6, 0.2, 0) 1.1s infinite alternate;}
.spletter span:nth-of-type(3) {animation: letter 1s cubic-bezier(0.1, -0.6, 0.2, 0) 2.7s infinite alternate;}
@keyframes letter {
    to {opacity: 1; position: absolute; left: 0;}
  }
.slider {
    height: 100vh;
}
.slider img {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}
.slides li {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 100vh;

    background-position: 50% 50%;
    background-size: cover;
}
.slider header {
    position: relative;
    z-index: 2;
    width: 40%;
    color: #fff;
}
.slider header p {
    line-height: 1.2;
    font-size: 15px;
    text-shadow: 2px 1px 3px black;
}
.slider header h1 {font-size: 7.3em}
.slider header h2 {font-size: 3.8em}
ul.flex-direction-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 3;
}
path {fill: #fff;}

section img {
    filter: grayscale(1);
    transition: all linear .33s;
}
section .grid-noGutter:hover img {filter: grayscale(0);}
.fanzin {
    display: flex;
    flex-flow: nowrap;
    width: 95%;
    margin: 0 auto;
    padding: 2em 0;
}
.fanzin li {
    display: block;
    position: relative;
    transition: all .33s ease-in-out;
}
.fanzin li:hover {
    transform: scale(1.1);
    z-index: 100;
}
.fanzin img {
    padding: 1em;
}
.fanzin .btn-dl {
    position: absolute;
    top: 40%;
    left: 27%;
    padding: .4em;
    border: 3px solid;
    background-color: #fff;
    color: #333;
    opacity: 0;
    transition: opacity .33s ease-in-out, transform .55s ease-in;
}
.fanzin .btn-dl:hover {
    background: red;
    color: #fff;
    border-color: red;
    transform: scale(.9);
}
.fanzin .btn-dl:hover .dl {
    background: #fff;
    color: red;
}
.fanzin .btn-dl:active {
    background: green;
    transform: scale(1.1);
    
}
.fanzin .btn-dl.ready .dl {
    display: none;
}
.fanzin li:hover .btn-dl{
    opacity: 1;
}
.btn-dl span {
    display: block;
    font-size: .8em;
}
.btn-dl span.dl {
    margin-top: .3rem;
    padding: .6em 1.7em;
    text-align: center;
    color: #fff;
    background-color: red;
}
.col-7_sm-12 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.col-7_sm-12 .txt {
    width: 80%;
    max-width: 420px;
    position: relative;
}
.col-7_sm-12 .txt h2 {
    font-size: 4.4em;
    margin-bottom: 0.3em;
}
.txt p {
    font-size: 15px;
    line-height: 1.24;
}
footer .txt p {
    color: transparent;
}
.construccion {
    position: absolute;
    padding: 1.2em 1.8em;
    color: #2d1103;
    background: yellow;
    font-weight: bold;
    top: -3.7em;
    left: 0;
    z-index: 2;
}
.benagala{
    width: 100%;
    height: 114px;
    background: url(img/bengala.png) no-repeat 50% 50%;
    background-size: cover;
    text-indent: -9999px;
}
.nota-fanzine {
    padding: 1em;
    color: #000;
    display: inline-block;
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
    background: #0ed396;
    margin-top: 2em;
}
section {
    background-color: #333333;
    color: #FFF;
}
footer {
    min-height: 35vh;
    padding: 5vh 1em;
    text-align: right;
    background: #000;
    color: #fff;
    position: relative;
}
footer:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(https://c.tenor.com/PEDzvMlrdi0AAAAC/fire.gif);
    opacity: .3;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: hard-light;
    pointer-events: none;
}
footer .txt {
    display: inline-block;
    width: 33%;
    position: relative;
    z-index: 2;
}
footer h2 {
    font-size: 3.3em;
    margin-bottom: 0.3em;
}
footer a {
    color: #fff;
}
footer a:hover {
    color: red;
}
.social {
    position: absolute;
    top: 3em;
    left: 2em;
}
.social li {
    display: inline-block;
    margin: 1em;
    width: 50px;
}
.social li a {
    display: block;
    height: 0;
    padding-top: 50px;
    background-size: cover;
    overflow: hidden;
}
.social li a:hover {
    transform: scale(.8);
}
.social .ins a {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' id='Layer_1' x='0' y='0' style='enable-background:new 0 0 40 40' version='1.1' viewBox='0 0 40 40'%3E%3Cg fill='%23FFF'%3E%3Cpath d='M20 39.5h-8.1c-5.5 0-10.1-3.8-11.2-9.2-.1-.7-.2-1.4-.2-2.2V11.9C.5 6.1 4.6 1.4 10.4.6c.5-.1 1.1-.1 1.6-.1h16.1c5.8 0 10.6 4.1 11.3 9.9.1.5.1 1 .1 1.6v16.1c0 5.8-4.1 10.5-9.9 11.3-.5.1-1 .1-1.5.1H20zm0-3.5h8.2c4.3 0 7.8-3.5 7.8-7.8V11.8C36 7.5 32.5 4 28.2 4H11.9c-.7 0-1.5.1-2.2.3-3.4 1-5.7 4-5.7 7.6v16.3c0 .4 0 .9.1 1.3.7 3.8 3.9 6.5 7.8 6.5H20z' class='st0'/%3E%3Cpath d='M10 20c0-5.6 4.5-10 10.1-10 5.5 0 9.9 4.5 9.9 10 0 5.6-4.5 10-10.1 10-5.5 0-9.9-4.5-9.9-10zm10-6.5c-3.6 0-6.5 2.9-6.5 6.5s2.9 6.5 6.5 6.5 6.5-2.9 6.5-6.4c0-3.7-2.9-6.6-6.5-6.6zM30.4 11.9c-1.3 0-2.3-1.1-2.3-2.5 0-1.2 1.1-2.2 2.3-2.2 1.3 0 2.3 1.1 2.3 2.5 0 1.2-1.1 2.2-2.3 2.2z' class='st0'/%3E%3C/g%3E%3C/svg%3E");
}
.social .mail a {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='enable-background:new 0 0 60 40' viewBox='0 0 60 40'%3E%3Cpath fill='%23fff' d='M52.7 1.1H7.3c-3.4 0-6.1 2.8-6.1 6.1v25.4c0 3.4 2.8 6.1 6.1 6.1h45.5c3.4 0 6.1-2.8 6.1-6.1V7.3c0-3.4-2.8-6.2-6.2-6.2zm2.2 31.6v.3L40.5 18l14-12.1c.3.4.5.8.5 1.4v25.4zm-49.8 0V7.3c0-.4.1-.8.3-1.1l14 11.3-14 16.4c-.2-.4-.3-.8-.3-1.2zm25.5-11.4-20-16.2h38.6L30.6 21.3zm-8-1.4 6.8 5.5c.4.3.8.4 1.3.4s.9-.2 1.3-.5l5.4-4.7L51 34.9H9.8l12.8-15z' class='st0'/%3E%3C/svg%3E");
}
.social li.mail {
    width: 74px;
}
.fire {
    position: absolute;
    transform: translate(-50%, -90%);
    mix-blend-mode: multiply;
    pointer-events: none;
    user-select: none;
}
@media screen and (orientation: portrait) {
}
/*1280*/
@media screen and (max-width: 80em){	
}
/*1216*/
@media screen and (max-width: 76em){
}
/*960*/
@media screen and (max-width: 60em){
    .click {display: none;}
    .fireee {background-size: cover; max-width: 100vw !important;left: 0; top: 0; transform: translate(-40%, -66%);} 
    .benagala {background-size: contain;}
    .slider header {padding: 0 3em; top: 10vh;}
    .slider header, footer .txt{width: 100%;}
    .slider header h1 {font-size: 5.3em;}
    .slider header h2 {font-size: 2.2em;}
    article .col-5_sm-12 {order: 1;}
    article .col-7_sm-12 {order: 2; padding-bottom: 2em !important;}
    nav ul {display: block;  position: absolute; top: 0; left: 0; transform: translateY(-100%); width: 100%; background: rgba(0,0,0,0.88); transition: transform .55s ease-in;}
    nav ul.menuon {transform: translateY(0);}
    nav li { display: block; text-align: center; border-bottom: 1px solid; margin-bottom: .3em;}
    nav li a { display: block; padding: 1.2em; background: rgba(0,0,0,0.3);}
    .pirotecnia {top: 0; left: 0; position: relative;}
    h1.pirotecnia:after {
        content: '';
        display: block;
        width: 2em;
        height: 2em;
        position: absolute;
        right: 0;
        top: 0;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 32 32'%3E%3Cpath fill='none' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2' d='M7 16h18M7 25h18M7 7h18'/%3E%3C/svg%3E");
    }
    .box-fanzin {order: 3;}
    .fanzin .btn-dl { opacity: 1; font-size: 2em;}
    [class^="flex-nav"] {
        width: 6vw;
    }
    .social {
        position: initial;
    }
    .slider img {}
}
/*640*/
@media screen and (max-width: 40em){
}
/*ipad /* For portrait layouts only */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    .tarjetas img {max-height: 438px;}
}

/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-list,
.slick-track {
    height: 100%;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    /*height: 100%;*/
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';

/* Slider */
.slick-loading .slick-list {
    background: #fff url('img/load.gif') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    z-index: 10;
    background-color: rgb(0 0 0 / 42%);
    border-radius: 50%;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    /*background: transparent;*/
    background-color: rgb(0 0 0 / 82%);
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
   
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-size: 20px;
    line-height: 1;
    color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}
.slick-prev::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='enable-background:new 0 0 40 40' viewBox='0 0 40 40'%3E%3Cpath d='M33.8 17.7H10.9l6.3-6.6c.8-.8.7-2.1-.1-2.8-.8-.8-2.1-.7-2.8.1l-9.5 10c-.7.8-.7 1.9 0 2.7l9.5 10.5c.4.4.9.7 1.5.7.5 0 1-.2 1.3-.5.8-.7.9-2 .1-2.8l-6.5-7.2h23c1.1 0 2-.9 2-2s-.8-2.1-1.9-2.1z' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.slick-next::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='enable-background:new 0 0 40 40' viewBox='0 0 40 40'%3E%3Cpath d='M6.2 22.3h22.9l-6.3 6.6c-.8.8-.7 2.1.1 2.8.8.8 2.1.7 2.8-.1l9.5-10c.7-.8.7-1.9 0-2.7L25.7 8.4c-.4-.4-.9-.7-1.5-.7-.5 0-1 .2-1.3.5-.8.7-.9 2-.1 2.8l6.5 7.2h-23c-1.1 0-2 .9-2 2s.8 2.1 1.9 2.1z' fill='%23fff'/%3E%3C/svg%3E");
}
.slick-prev {
    left: 25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: 'â†';
}

[dir='rtl'] .slick-prev:before {
    content: 'â†’';
}

.slick-next {
    right: 25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: 'â†’';
}

[dir='rtl'] .slick-next:before {
    content: 'â†';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: 'â€¢';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}