@charset "UTF-8";



* {
    margin: 0;
    padding: 0;
    border: 0;
}

#loader-container {
    width: 300px;
    height: 600px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: absolute;
    background: #d9d9d9;
    z-index: 10000;
    border: 1px solid #555555;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background: #FFF;
    
}

#banner_content {
    display: none;
}

.banner {
    font-family: Arial, Helvetica, sans-serif;
    width: 300px;
    height: 600px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #555555;
    overflow: hidden;
    display: block !important;
    background: #d9d9d9;
    transform: translate3d(0px, 0px, 0px);
}

strong {
    font-weight: bold;
}

sup {
    font-size: 6px;
    position: relative;
    top: -0.8em;
    left: -2px;
}

.positionAb {
    position: absolute;
}

.fullSize {
    width: 300px;
    height: 600px;
}

.aC {
    left: 0;
    right: 0;
    margin: 0 auto;
}

#clickTag {
    width: 300px;
    height: 600px;
    cursor: pointer;
    box-sizing: border-box;
    top: -1px;
    left: -1px;
}

#loader-container .circle {
    -webkit-animation: spin 0.5s linear infinite;
    animation: spin 0.5s linear infinite;
    border: 5px solid #ddd;
    border-bottom-color: #333;
    border-radius: 50%;
    height: 40px;
    left: 50%;
    margin-left: -22.5px;
    margin-top: -22.5px;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    width: 40px;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.wrapAd{
    width: 300px;
    height: 600px;
    left: 0px;
    top: 0px;
  }

img{
    width: 100%;
    height: auto;
    background-size:contain;
}

[id*="bg"]{
    width: 300px;
    height: 600px;
    top: 0px;
    left: 0px;
}

#txt-1{
    left: 42px;
    top: 146px;
    width: 78px; 
    height: 72px;
  }

#txt-2{
    left: 149px;
    top: 150px;
    width: 80px; 
    height: 72px;
  }  

#txt-3{
    left: 100px;
    top: 233px;
    width: 162px; 
    height: 72px;
  }    

#txt-4{
    left: 35px;
    top: 318px;
    width: 80px; 
    height: 72px;
  }  
  
#txt-5{
    left: 136px;
    top: 328px;
    width: 28px; 
    height: 71px;
  }   
  
#txt-6{
    left: 146px;
    top: 414px;
    width: 121px; 
    height: 72px;
  }     


.glitch-base{
  position: 0 !important;
  margin: 0 !important;
  line-height: 0.5 !important;
  letter-spacing: -2px;
  color: #fff;
}



/* overlay canvas */
#ad{
  width: 300px;
  height: 600px;
  position: absolute;
  overflow: hidden;
  background:#000;
  font-family: Arial, sans-serif;
  color:#fff;
}

#scene{ position:absolute;  }

/* frames */
.frame{
  position:absolute;
  opacity:0;
  width: 300px;
  height: 600px;
}


/* fondos de ejemplo */
.f1{ background: linear-gradient(180deg,#2b0000,#060003); }
.f2{ background: linear-gradient(180deg,#5c0000,#120004); }
.f3{ background: linear-gradient(180deg,#0b0b12,#250000); }
.f4{ background: linear-gradient(180deg,#06060b,#020208); }

/* overlay canvas */
#glitch{
  position:absolute;
  width:100%;
  height:100%;
  pointer-events:none;
  opacity:0;
  z-index: 50;
}

/* UI */
#play{
  position:absolute;
  z-index:60;
  left:10px;
  bottom:10px;
  font-weight:700;
} 
 

.glitch-host { position: absolute; }

.glitch-r,
.glitch-c,
.glitch-slice {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  z-index: 2;
  will-change: transform, opacity, clip-path, filter;
}

.glitch-r { mix-blend-mode: screen; filter: drop-shadow(-2px 0 rgba(255,0,0,.9)); }
.glitch-c { mix-blend-mode: screen; filter: drop-shadow( 2px 0 rgba(0,255,255,.75)); }


#logo {
    width: 281px;
    height: 107px;
    top: 53px;
    left: 13px;
    z-index: 10;
     /*   mix-blend-mode: overlay; */

}

#legal{
    width: 300px;
    height: 600px;
    top: 0px;
    left: 0px;
}

#lines{
    mix-blend-mode: overlay; 
}

#wrap1, #wrap2, #wrap3 {
    width: 280px;
    height: 107px;
    top: 0px;
    left: 0px;
    z-index: 10;
}

#lines {
    width: 300px;
    height: 600px;
    top: 0px;
    left: 0px;
    }

#cta{
    width: 250px;
    height: 27px;
    top: 190px;
    left: 25px;
}
