
@font-face {
    font-family: 'Styrene B Web';
    src: url('../webfonts/StyreneB-Regular-Web.woff2') format('woff2'),
    url('../webfonts/StyreneB-Regular-Web.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Styrene B Web';
    src: url('../webfonts/StyreneB-RegularItalic-Web.woff2') format('woff2'),
         url('../webfonts/StyreneB-RegularItalic-Web.woff') format('woff');
    font-weight:  400;
    font-style:   italic;
    font-stretch: normal;
}
  
@font-face {
    font-family: 'pdu-regular';
    src: url('../webfonts/pdu-regular.eot');
    src: url('../webfonts/pdu-regular.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/pdu-regular.woff2') format('woff2'),
         url('../webfonts/pdu-regular.woff') format('woff'),
         url('../webfonts/pdu-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/* *********************************************************************** */



html{
    height: 100%;
    font-family:sans-serif;
    
}

body{    
    margin: auto;    
    padding: 0;
    overflow: hidden;
    font-family:sans-serif;
    height:100%;
    
 
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */


}

/* ***************** Wrapper 3D y Container 3D ************** */




/* ************  Splash ************ */

#splash{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-family: "Styrene B Web",sans-serif;
    font-size:14px;
    text-transform: uppercase;
    background-color: white;
    
    display: block;
    white-space: nowrap;
    z-index: 2000;
    
    
}

#splash .text{
    color:#ff6a4f;    
    vertical-align: top;
    position: relative;
    top: -2px;
}

#splash .content{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

#splash .bar{
    display: inline-block;
    height:14px;
    min-width: 300px;
    background-color:#e9e9e9;
    padding: 0;    
    margin:0 25px 0 25px;    
    position: relative;
}


@media (max-width: 480px) {
    #splash .bar{
        min-width: 100px;
    }
}

#splash .progress{
    position: absolute;
    top: 0;
    left:0;
    width:0%;
    height:100%;
    background-color:#ff6a4f;

}

#splash .counter{
    display: inline-block;
    vertical-align: top;;
    position: relative;
    top: -2px;
}



@media (min-width: 992px) {
    #splash .bar{        
        min-width: 614px;
    }
}

/* ************  Flip device ************ */

#flipDevice{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2c2934;
    z-index: 200;
}

#flipDevice img{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

@media screen and (orientation:portrait) { 

    #flipDevice {
        display: block !important;

    }
}

@media screen and (orientation:landscape) {


 }