html, body{
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    background: black;
    overflow:hidden;
}
body{
    background-image: url("fondo.jpg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: opacity 1s, transform 3s;
    transform: scale(1);
}
body.transparente{
    opacity:0;
    transform: scale(1.3);
}
.contador{
    height: 100%;
    width: 100%;
    display: flex;
}
.contador .body-inner{
    display: block;
    flex: 1;
    /* background-color: black; */
    flex-direction: column;
    text-align: center;
    max-width: auto;
    margin: auto;
}
.contador .texto1{
    color: red;
    font-size: 60px;
    font-weight: 600;
}
.contador .texto2{
    color: white;
    font-size: 16px;
    font-family: sans-serif, Arial, Helvetica;
    margin: -20px 0 10px 0;
    height: 70px;
    /* display: flex; */
}
.contador .texto2b{
    display: inline-block;
    height: 100px;
    vertical-align: top;
    line-height: 100px;
}
.contador .texto2b br{
    display: none;
}
.contador .texto3{
    color: red;
    font-size: 24px;
    margin: 10px 0;
    font-weight: 600;
}
.contador .alarma{
	font-family:'Conv_alarm clock',Sans-Serif;
}
.contador audio{
    margin: 50px auto 0 auto;
    opacity: 0.3;
    width: 350px;
}
@font-face {
	font-family: 'Conv_alarm clock';
	src: url('fonts/alarm clock.eot');
	src: local('â˜º'), url('fonts/alarm clock.woff') format('woff'), url('fonts/alarm clock.ttf') format('truetype'), url('fonts/alarm clock.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.contador .btn{
    background-position: 50%;
    background-size: 80%;
    background-repeat: no-repeat;
    display: inline-block;
    height: 100px;
    width: 100px;
    border: 1px solid rgb(53, 53, 53);
    border-radius: 100px;
    transition: background-size .3s, background-position 1s;
    cursor: default;
    background-color: black;
}
.contador .btn:hover{
    background-size: 140% ;
}

.contador .btn1{
    background-image: url(btn1.jpg);
    margin: 0 15px 0 0;
    /* background-color: black; */
}
.contador .btn1:hover{
    background-position: 70% 60%;
}
.contador .btn2{
    background-image: url(btn2.jpg);
    margin: 0 0 0 15px;
}

.contador .btn2:hover{
    background-position: 50% 30%;
}

.contador .btn1b{
    background-image: url(btn1b.jpg);
    margin: 0 15px 0 0;
    /* background-color: black; */
    border: none;
    height: 200px;
    width: 200px;
    background-size: 100%;
}
.contador .btn1b:hover{
    background-position: 70% 60%;
}
.contador .btn2b{
    background-image: url(btn2b.jpg);
    margin: 0 0 0 15px;
    border: none;
    height: 200px;
    width: 200px;
    background-size: 100%;
}

.contador .btn2b:hover{
    background-position: 50% 30%;
}




.contador .btnplay{
    height: 50px;
    width: 50px;
    display: inline-block;
    font-size: 1px;
    vertical-align: middle;
    background-image: url(play-button.png);
    background-position: center;
    background-size: 70%;
    background-repeat: no-repeat;
}
.contador .displaynone{
    display: none;
}
.contador .body-inner2{
	/* display: none; */
	max-width: 890px;
	background: #00000099;
}
.contador .body-inner2 .texto2b{
	
height: initial;
	
line-height: 25px;
	
/* height: 200px; */
	
/* margin: auto; */
	
/* display: flex; */
	
margin: auto;
	
/* background: red; */
}
.contador .body-inner2 .texto2b p{

text-shadow: 1px 1px 9px black;
}
.contador .body-inner2 .finallink{
cursor: pointer;	
color: red;
}
.contador .body-inner2 .texto2{
	
display: flex;
	
height: initial;
}
.contador .body-inner{
    display: block;
}
.contador .body-inner2{
    display: none;
}
.contador.fase2 .body-inner{
    display: none;
}
.contador.fase2 .texto2{
	/* background-color: initial; */
}
.contador.fase2 .body-inner2{
    display: block;
    background-color: initial;
}
.contador.fase2{
    background-image: url("fondo_eddies2.jpg");
    background-position: center;
}
.contador.fase2 .body-inner2 .logo-im{

}
.contador.fase2 .body-inner2 .logo-ef{
    
max-height: 200px;
}
.contador .videoreveal{
    display: none;
}
.contador .videoreveal.mostrar{
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.contador .videoreveal.mostrar video{
    height: 100%;
    margin: auto;
}
canvas {
    display: block;
    vertical-align: bottom;
}
/* ---- particles.js container ---- */
            
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media only screen and (max-width: 600px) {
    .contador .btn1{
        margin: auto;
        width: 100px;
    }
    .contador .btn2{
        margin: auto;
    }
    .contador .texto2{
        display: flex;
        flex-direction: column;
        margin: 5px 0;
        height: auto;
    }
    .contador .texto2b{
        line-height: initial;
        display: inline-block;
        height: auto;
        margin: 15px 0;
    }
    .contador .texto2b br{
        display: block;
    }
} 
.skipbtns{
    
position: fixed;
    
left: calc( 50% - 65px );
    
bottom: 80px;
    
display: inline-block;
    
/* padding-left: 75px; */
}
.skipbtns .btnskip{
    /* position: fixed; */
    /* right: 52%; */
    /* bottom: 80px; */
    /* margin-left: 100px; */
    color: white;
    font-family: sans-serif;
    cursor: pointer;
    padding: 5px 10px;
    background: red;
    border-radius: 3px;
    display: inline;
}
.skipbtns .btnskip:hover{
	background: #ff9c9c;
	border: none;
}
.skipbtns .btncomprar{
    /* position: fixed; */
    margin-right: 0px;
    /* bottom: 80px; */
    color: white;
    font-family: sans-serif;
    cursor: pointer;
    padding: 5px 10px;
    background: red;
    border-radius: 3px;
    display: inline;
}
.skipbtns .btncomprar:hover{
    background: #ff9c9c;
}
