@charset "UTF-8";
/*html normalize*/
html, body, div, span, applet, object, iframe, h1, h2, h3,
h4, h5, h6, p, blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn, em, font, img, ins,
kbd, q, s, samp, small, strike, strong, sub, sup, tt,
var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
:focus { outline: 0;}
a, a:link, a:visited, a:hover, a:active{text-decoration:none}
table { border-collapse: separate;border-spacing: 0;}
th, td {text-align: left; font-weight: normal;}
img, iframe {border: none; text-decoration:none;}
ol, ul {list-style: none;}
input, textarea, select, button {font-size: 100%;font-family: inherit;}
select {margin: inherit;}
hr {margin: 0;padding: 0;border: 0;color: #000;background-color: #000;height: 1px}
/*end normalize*/

@font-face {
    font-family: 'FuturaB';
    src: url('https://www.fantasmasdelmasaca.com/fonts/FuturaB.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FuturaM';
    src: url('https://www.fantasmasdelmasaca.com/fonts/FuturaM.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FuturaL';
    src: url('https://www.fantasmasdelmasaca.com/fonts/FuturaL.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'DomaineDispNar-BoldItalic';
    src: url('https://www.fantasmasdelmasaca.com/fonts/DomaineDispNar-BoldItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DomaineDispNarSemibold';
    src: url('https://www.fantasmasdelmasaca.com/fonts/DomaineDispNarSemibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BrandonText';
    src: url('https://www.fantasmasdelmasaca.com/fonts/BrandonText.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BrandonGrotesque';
    src: url('https://www.fantasmasdelmasaca.com/fonts/BrandonGrotesque.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*
@font-face {
    font-family: 'FSAlbertB';
    src: url('https://www.fantasmasdelmasaca.com/fonts/FSAlbertB.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FSAlbert';
    src: url('https://www.fantasmasdelmasaca.com/fonts/FSAlbert.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/



html, body{
    margin:0;
    color:#000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.centered{
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.ui-loader{
    display: none !important;
}

/*easing*/
.easing1{
    transition: all .5s cubic-bezier(0.01, 0.65, 0.15, 1);
    /*transition: all .75s cubic-bezier(0.8, 0.32, 0, 1); */
}
.easing2{
    transition: all .25s cubic-bezier(0.8, 0.32, 0, 1);
}
.easing3{
    transition: all .6s cubic-bezier(0.85,0, 0, 1.01);
}
.easing4{
    transition: all .6s cubic-bezier(0, 0.93, 0.42, 0.99);
}
.easingCartas{
    transition: all .5s cubic-bezier(0.13, 0.56, 0, 0.99);
    /*filter: blur(15px);*/
}
/*easing*/

/*textos*/
.tM{
    font-family: 'BrandonText';
}
.tB{
    font-family: 'BrandonText';
}

.tBoton{
    font-family: 'DomaineDispNarSemibold';
}

/*textos*/


/*PALETA*/
.blanco{
    color: #fff6eb;
}
.crudo{
    color: #ffbe84;
}

.mobileGradient, #elige, #middleLayer{
    display: none;
}

/*
.celeste{
    color: #b2dad8;
}
.naranjaIntenso{
    color: #e9712e;
}
.granate{
    color: #4d0f0d;
}
*/
/*********** WRAPP ***********/

#wrapper{
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 650px;
    /*background: url(/images/backgroundHR.jpg);*/
    
    background: url(/images/tapete.jpg) no-repeat center #000;
    background-size: cover;
    overflow: hidden;
}
#shadow{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
    pointer-events: none;

    background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 68%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0,0,0,0)), color-stop(68%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 68%, rgba(0,0,0,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 68%, rgba(0,0,0,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 68%, rgba(0,0,0,1) 100%);
    background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 68%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
}

#logoPavofrio{
    position: absolute;
    width: 140px;
    top: -55px;
    left: -15px;
    z-index: 101;
}

#logoFantasmas{
    position: absolute;
    left: 50%;
    margin-left: -170px;
    top: -25px;
    width: 340px;
    text-align: center;
    z-index: 101;
    cursor: pointer;
}
#luzRoja{
    position: absolute;
    left: 50%;
    margin-left: -356px;
    margin-top: -70px;
    opacity: 1;
    pointer-events: none;
    /*animation:         luz1 10s infinite;
    -webkit-animation: luz1 10s infinite;*/
    animation:         luz1 2s infinite;
    -webkit-animation: luz1 2s infinite;
}

@keyframes luz1 {
        0%, 100% {
            opacity: 1;
        }
        7%,19%, 21%, 23%, 25%, 54%, 56%,74%,88%,95%{
            opacity: 0.1;        
        }
        
        12%,20%, 24%, 55%, 70%,80%,99% {        
            opacity: 0.8;
        }  
    }
@-webkit-keyframes luz1 {
        
        0%, 100% {
            opacity: 1;
        }
        7%,19%, 21%, 23%, 25%, 54%, 56%,74%,88%,95%{
            opacity: 0.3;        
        }
        
        12%,20%, 24%, 55%, 70%,80%,99% {        
            opacity: 0.8;
        }
    }



#logo{
    position: relative;
    width: 100%;
}

.btShadow{
    pointer-events: none;
    position: absolute;
    z-index: 0;
    width: 160%;
    left: -75px;
    top: -25px;
    height: 150%;
    opacity: 1;
    background: rgba(0,0,0,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,1) 0%, rgba(0,0,0,0.48) 24%, rgba(0,0,0,0.07) 43%, rgba(0,0,0,0) 46%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0,0,0,1)), color-stop(24%, rgba(0,0,0,0.48)), color-stop(43%, rgba(0,0,0,0.07)), color-stop(46%, rgba(0,0,0,0)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,1) 0%, rgba(0,0,0,0.48) 24%, rgba(0,0,0,0.07) 43%, rgba(0,0,0,0) 46%);
    background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,1) 0%, rgba(0,0,0,0.48) 24%, rgba(0,0,0,0.07) 43%, rgba(0,0,0,0) 46%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,1) 0%, rgba(0,0,0,0.48) 24%, rgba(0,0,0,0.07) 43%, rgba(0,0,0,0) 46%);
    background: radial-gradient(ellipse at center, rgba(0,0,0,1) 0%, rgba(0,0,0,0.48) 24%, rgba(0,0,0,0.07) 43%, rgba(0,0,0,0) 46%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );

}


/*BT_MENU*/
#btMenu{
    width: 24px;
    height: 18px;
    position: fixed;
    right: 30px;
    top: 30px;
    cursor: pointer;
    z-index: 100;
}

.centerMenu{
    position: relative;
    width: 100%;
    height: 100%;
}

.lineMenu{
    width: 24px;
    height: 2px;
    transform-origin: center;
    position: absolute;
    background: #fff6eb;
}

.l1{
    top: 0;
}
.l2{
    top: 50%;
    margin-top: -1px;
}
.l3{
    bottom: 0;
}

#menu{
    width: 100%;
    height: 0;
    position: fixed;
    z-index: 99;
    /*display: none;*/
    overflow: hidden;
}
#menuContainer{
    background: rgba(22,5,1,0.9);
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
}

.menuItem{
    position: relative;
    float: left;
    width: 24.95%;
    height: 100%;
    border-left: solid thin #271711;
    display: table;
}
.menuItem .centerText{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}

.number{
    font-size: 18px;
    color: #fff6eb;
    width: 100%;
}

.texto{
    width: 100%;
    font-size: 40px;
    margin-top: 30px;
    color: #fff6eb;
    /*color: #f9e080;
    text-shadow: 0 0 10px #ff2a00, 0 0 15px #ff2a00, 0 0 15px #ff2a00, 0 0 15px #ff2a00;*/
}


.footer{
    position: absolute;
    width: 480px;
    height: 150px;
    left: 50%;
    bottom: 0px;
    margin-left: -240px;
}
.txtFooter{
    font-size: 12px;
    text-transform: uppercase;
    color: #ffbe84;
    width: 100%;
    text-align: center;
    float: left;
    margin-top: 15px;
    letter-spacing: 3px;
    font-family: 'BrandonGrotesque';
}.txtFooter span{
    color: #fff6eb;
}

.redesMenu{
    width: 116px;
    margin: 0 auto;
}

.menuItem .centerText:hover .texto{
    color: #ffbe84;
    /*font-family: 'DomaineDispNar-BoldItalic';*/
    /*font-style: italic;*/
}


/***    VIDEO    ***/
.video{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    /*transition: opacity .5s ease;*/
/*    opacity: 1;
    visibility: visible;*/
}

#blackLayer{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: black;
    opacity: 0;
    visibility: hidden;
    /*filter: blur(100px);*/
    z-index: 1;
}



/***    HOME    ***/
#home{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    /*background: url(/images/homeHR.jpg) no-repeat center;*/
    /*background-size: contain;*/
}

/*BOTONES*/
.button{
    position: absolute;
    width: 290px;
    height: 21px;
    top: 50%;
    left: 50%;
    text-align: center;

    cursor: pointer;
    /*display: none;*/
}

#replay{
    margin: 0px 0 0 -560px;
    width: 270px;
}
#juega{
    margin: 0px 0 0 300px;
}

.bgbutton{
    width: 100%;
    height: 200%;
    border: solid 2px white;
    margin-top: -12px;
    position: absolute;

    opacity: 0;
    transition: all 0.5s cubic-bezier(0.41, 0.21, 0, 1);

}.bg{
    width: 97.75%;
    height: 85%;
    height: 0;
    bottom: 0;
    position: absolute;
    background: white;
    margin: 3px;

    transition: all 0.5s cubic-bezier(0.41, 0.21, 0, 1);
}
.btnDetail{
    width: 98%;
    margin-top: 10px;
}
/*#juega p, #replay p{
    text-align: center;
}*/

#continuar, #consejo{
    width: 230px;
    margin: 25px auto 0;
    position: relative;
    left: 0;
    top: 0;
}
#continuar{
   width: 145px; 
}
#continuar .bg{
    width: 96%;
}

#consejo{
    display: none;
}

.button p{
    width: 100%;
    position: relative;
}

.btnText{
    text-align: left;
    font-size: 28px;
    margin-left: 0px;
    letter-spacing: -0.25px;
    opacity: 1;
    color: #fff6eb;

    transition: all 0.5s;
}

#replay .btnText, #juega .btnText{
    text-align: center;
    font-size: 25px;
}#replay .arrow{
    left: 0;
    transform: rotate(180deg);
}

#closeCard{
    position: absolute;
    top: 0;
    right: 0;
    left: inherit;
    width: 85px;
    display: none;
}
#closeCard:hover .btnText{
    color: #ffbe84;
}

#continuar .btnText, #consejo .btnText{
    font-size: 21px;
    text-align: center;
    /*color: #fff6eb;*/
}#continuar .arrow{
    top: 0;
    width: 11px;
}
#consejo .arrow{
    top: -2px;
    width: 11px;
}#continuar .arrow .lineArrow, #consejo .arrow .lineArrow{
    background: #ffbe84;
}


.reset{
    width: 160px;
    margin-left: -80px;
    margin-top: 330px;

    visibility: hidden;
    opacity: 0;
}
.reset img{
    /*position: absolute;*/
    /*left: 0;*/
/*    top: 0;
    margin: -8px -4px;*/
/*    -webkit-filter: drop-shadow(0px 0px 5px #ff1100);
    filter: drop-shadow(0px 0px 5px #ff1100);*/
}

.reset .btnText{
    text-align: center;
    font-size: 20px;
}

.reset:hover img{
/*    -webkit-filter: drop-shadow(0px 0px 5px #7790ff);
    filter: drop-shadow(0px 0px 5px #7790ff);*/
}

#resetFinish{
    right: 0;
    bottom: 40px;
    margin: 0;
    left: initial;
    top: initial;
    margin-right: 80px;
}


.arrow{
    position: absolute;
    right: 0;
    width: 31px;
    height: 21px;
    top: 4px;
}

/*.lineHArrow{
    position: absolute;
    right: 1px;
    top: 50%;
    margin-top: -1px;
    width: 30px;
    height: 2px;
    background: #f9e080;
    box-shadow: 0 0 10px #ff2a00, 0 0 15px #ff2a00, 0 0 15px #ff2a00, 0 0 15px #ff2a00;
}*/
.lineArrow{
    position: absolute;
    top: 50%;
    width: 11px;
    right: -2px;
    height: 2px;
    background: #fff6eb;
    /*box-shadow: 0 0 10px #ff2a00, 0 0 15px #ff2a00, 0 0 15px #ff2a00, 0 0 15px #ff2a00;*/
    transform-origin: right center;
}
.la1{
    transform: rotate(-45deg);
    margin-top: -1px;
}
.la2{
    transform: rotate(45deg);
}

.circle{
    position: absolute;
    width: 21px;
    height: 21px;
    margin-top: -3px;
    border-radius: 50%;
    border: solid thin #fff6eb;
    /*box-shadow: inset 0 0 10px #ff2a00, inset 0 0 10px #ff2a00, 0 0 10px #ff2a00, 0 0 10px #ff2a00;*/
}

.circle .svgLine{
    /*stroke:#f9e080b8; */
    stroke:#fff6eb; 
    stroke-width:2;

    margin: 6px -5px;
    position: absolute;
}

.circle .lineArrow{
    transform-origin: center center;
    right: 4px;
    width: 14px;
}
.circle .la1{
    margin-top: 0;
}
#closeCard .btnText{
    text-align: right;
    font-size: 20px;
}

#cardSelectedTirada .btnText{

}



.overClass .btnText{
    /*text-shadow: 0 0 20px #7790ff, 0 0 20px #7790ff, 0 0 20px #7790ff, 0 0 20px #7790ff;*/
    color: #000 !important;
    /*font-family: 'DomaineDispNar-BoldItalic';*/
}
.overClass .bgbutton{
    opacity: 1;
}
.overClass .bgbutton .bg{
    height: 85%;
}


/*.overClass .lineArrow{
    background: #ffbe84  !important;
}
.overClass .lineHArrow{
    width: 0px;
}*/



.button:hover .btnText{
    color: #ffbe84;
    /*font-family: 'DomaineDispNar-BoldItalic';*/
}
/*
.button:hover .lineArrow{
    background: #ffbe84;
}
.button:hover .lineHArrow{
    width: 0px;
}
.button:hover .arrow{
    right: -10px !important;
}*/
.button:hover .circle{
    border: solid thin #ffbe84;
}
.button:hover .svgLine{
    stroke: #ffbe84;
}


.button:hover .btnText{
    color: black;
}
.button:hover .bgbutton{
    opacity: 1;
}
.button:hover .bgbutton .bg{
    height: 85%;
}
/*
#replay:hover .btnText{
    color: black;
}
#replay:hover .bgbutton{
    opacity: 1;
}
#replay:hover .bgbutton .bg{
    height: 85%;
}*/

/*#juega:hover .btnText{
    color: black;
}
#juega:hover .bgbutton{
    opacity: 1;
}
#juega:hover .bgbutton .bg{
    height: 85%;
}*/




.tHome{
    width: 100%;
    font-size: 21px;
    line-height: 22px;
    text-align: center;
    position: absolute;
    bottom: 60px;
    color: #fff6eb;
}

#fondo{
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    z-index: 0;
}

/*
#filigrana{
    position: relative;
    margin: 5px 0 0 0;
}

*/
/***    TIRADA    ***/
#tirada{
    display: none;
}

.arrowsFakes{
    display: none;
    position: absolute;
    top: 50% !important;
    margin-top: -11px;
}.arrowsFakesL {
    left: 90px;
    transform: rotate(180deg);
}.arrowsFakesR{
    right: 90px;
}

#cardsContainer{
    position: absolute;
    width: 100%;
    max-width: 1380px;
    height: 410px;
    left: 50%;
    top: 50%;
    /*margin: -205px -685px;*/
    margin: -185px -685px;
    display: none;
    /*background: rgba(255,0,255,0.5);*/
}
#cardsContainer .circle{
    display: none;
}


.card{
    width: 251px;
    height: 409px;
    /*float: left;*/
    position: absolute;
    /*margin: 0 15px;*/
    left: -1000px;
    transform-style: preserve-3d;
    cursor: pointer;
    /*transition: transform .6s cubic-bezier(0, 0.93, 0.42, 0.99);*/
}


#girar{
    width: 251px;
    position: absolute;
    top: 50%;
    margin-top: 230px;
    text-align: center;
    color: #ffbe84;
    font-size: 20px;
    font-family: DomaineDispNar-BoldItalic;

    display: none;
}

.card_mask{
    width: 251px;
    height: 409px;
    overflow: hidden;
    border-radius: 20px;   

    -webkit-box-shadow: -3px 3px 10px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: -3px 3px 10px 0px rgba(0,0,0,0.6);
    box-shadow: -3px 3px 10px 0px rgba(0,0,0,0.6);

    transition: all .6s cubic-bezier(0, 0.93, 0.42, 0.99);

}.card_mask img{
    width: 100%;
}

.card_mask .side {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    position: absolute;
    width: 100%;
    border-radius: 25px;
    overflow: hidden;
}
.card_mask .back{
    transform: rotateY(180deg);
    border-radius: 25px;
    overflow: hidden;
}

.cardsOver{
    transition: transform .6s cubic-bezier(0, 0.93, 0.42, 0.99);
}

.over{
    opacity: 1;
    transform: rotateY(180deg) scale(1.2) !important;
    z-index: 1;
}
.over .card_mask .side{
    opacity: 1 !important;
}
.over .card_mask{
    box-shadow: 0px 35px 50px 0px rgba(0,0,0,0.4) !important;
}

.seleccioname{
    animation:         selectMe 2s infinite;
    -webkit-animation: selectMe 2s infinite;
}


@keyframes selectMe {
        0% {
            transform: scale(1);
        }
        50%{
            transform: scale(1.05);
        }
    }
@-webkit-keyframes selectMe {
       0% {
            transform: scale(1);
        }
        50%{
            transform: scale(1.05);
        }
    }


.infoFinish{
    position: absolute;
    width: 250px;
    height: 90px;
    left: 0;
    margin-left: 0;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    transform: rotateY(-180deg);
    /*display: none;*/
    /*top: -120px;*/
}

.infoFinish .result{
    position: absolute;
    width: 80px;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    top: 0;
    border: dashed thin #924c2b;
    border-radius: 50%;
}


.infoFinish .result .percentLine{
    position: absolute;
    width: 70px;
    height: 70px;
    margin: 5px;
}

.infoFinish .result .percent{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 22px;
    margin-left: 1px;
}
.infoFinish .result .percent .porcentaje{
    font-size: 30px;
    margin-left: -2px;
    letter-spacing: -1px;
    margin-top: 3px;
    color: #ffbe84;
    text-align: center;
    font-family: DomaineDispNar-BoldItalic;
}
.infoFinish .result .percent .porcentaje span{
    font-size: 11px;
}

.ghostName{
    width: 100%;
    text-align: center;
    color: #ffbe84;
    font-size: 11px;
    position: absolute;
    top: 90px;
    text-transform: uppercase;
    font-family: BrandonGrotesque;
}

#textoTirada{
    top: 50%;
    font-size: 21px;
    line-height: 24px;
    width: 100%;
    position: absolute;
    text-align: center;
    margin-top: -320px;
    color: #e1e4ce;
    /*color: #f9e080;*/
    /*text-shadow: 0 0 10px #ff2a00, 0 0 15px #ff2a00, 0 0 15px #ff2a00, 0 0 15px #ff2a00;*/

    visibility: hidden;
    opacity: 0;
}

#txtReset{
    top: 50%;
    font-size: 21px;
    width: 100%;
    position: absolute;
    text-align: center;
    margin-top: 270px;
    color: #e1e4ce;

    visibility: hidden;
    opacity: 0;
}

#cardSelect{
    position: absolute;
    /*left: 50%;*/
    top: 550px;
    /*margin-left: -12px;*/
    margin-left: 126px;
    opacity: 0;
    visibility: hidden;
    /*display: none; */
}



/*cardSelectedTirada*/
#cardSelectedTirada{
    width: 800px;
    height: 410px;
    text-align: left;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -205px -400px;
/*    width: 800px;
    height: 650px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -365px -400px;*/
}

#cardSelectedTirada .card {
    float: none;
    margin: 0 auto;
}


#cardSelectedTirada .infoCard{
/*    top: 400px;
    position: absolute;
    width: 100%;*/

    width: 475px;
    top: 0;
    right: 0;
    height: 100%;
    display: table;
    position: absolute;
}

#cardSelectedTirada .info{
    display: table-cell;
    vertical-align: middle;
}

.titular{
    font-size: 50px;
    margin: 10px 0 20px;
    color: #ffbe84;
    /*letter-spacing: -1px;*/
    text-align: center;
    font-family: DomaineDispNarSemibold;
}
.bodyCopy{
    font-size: 19px;
    line-height: 23px;
    color: #fff6eb;
    text-align: center;
}

.lineH{
    width: 80px;
    height: 2px;
    background: #cf7c36;
    margin: 20px auto;
}

.nCartas{
    font-family: 'BrandonGrotesque';
    color: white;
    font-size: 12px;
    letter-spacing: 4px;
    color: #fff6eb;
    width: 100%;
    text-align: center;
}

.redessociales{
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 145px;
}

.vertical{
    width: 56px;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -40px;
}

.rrss{
    width: 46px;
    height: 46px;
    cursor: pointer;
    position: relative;
    border-radius: 5px;
    border: solid 1px #ffbe84;
    text-align: center;
    margin: 0 5px 10px;
    float: left;
    /*box-shadow: 0 0 10px #e0270e, inset 0 0 10px #e0270e, 0 0 10px #e0270e, inset 0 0 10px #e0270e;*/
}
.rrss img{
    width: 35px;
    opacity: 0.9;
    margin-top: 7px;
/*
    -webkit-filter: drop-shadow(0px 0px 5px #ff1100);
    filter: drop-shadow(0px 0px 5px #ff1100);*/
}

.rrss:hover{
    /*box-shadow: 0 0 10px #7790ff, inset 0 0 10px #7790ff, 0 0 10px #7790ff, inset 0 0 10px #7790ff;
    border: solid 2px #7790ff;

    animation:         buttonOver 0.75s;
    -webkit-animation: buttonOver 0.75s;*/
}
.rrss:hover img{
/*    -webkit-filter: drop-shadow(0px 0px 5px #7790ff);
    filter: drop-shadow(0px 0px 5px #7790ff);*/

/*    animation:         buttonOver 0.75s;
    -webkit-animation: buttonOver 0.75s;*/
}

/*.bgRedes{
    width: 32px;
    height: 32px;    
    border-radius: 50%;
    background: #f3e7ae;
    position: absolute;
    margin: 3px;
}*/


/*cardSelectedFinish*/
#cardSelectedFinish{
    width: 500px;
    height: 425px;
    text-align: center;
    position: absolute;
    margin: -250px -250px;
    left: 50%;
    top: 50%;
}

#flechaMasContenido{
    right: 50%;
    margin-right: -15px;
    transform: rotate(90deg);
    top: -110px;
    animation:         rebote 2s infinite;
    -webkit-animation: rebote 2s infinite;

    display: none;

}

@keyframes rebote {
      0%   { 
        top: -110px;
        }
      50% { 
        top: -90px;
        }
    }
@-webkit-keyframes rebote {
      0%   { 
        top: -110px;
        }
      50% { 
        top: -90px;
        }
    }


#cardSelectedFinish .infoCard{
    width: 900px;
    height: 100%;
    top: 0px;
    left: -50px;
    position: absolute;
}

#fraseResultado{
    position: absolute;
    left: 135px;
    top: 37px;
    color: #fff6eb;
    font-size: 18px;
    line-height: 20px;
    text-align: left;
    width: 270px;
    font-family: 'BrandonText';
}


.infoResult{
/*    width: 100%;
    height: 150px;*/
}

#result{
    width: 116px;
    height: 116px;
    position: relative;
    margin: 0px;
    border: dashed thin #924c2b;
    border-radius: 50%;
}
#result img{
    margin-top: 15px;
}

.percentLine{
    position: absolute;
    width: 105px;
    height: 105px;
    margin: 5px;
/*
    -webkit-filter: drop-shadow(0 0 4px #60e2dc);
     filter: drop-shadow(0 0 4px #60e2dc); */
}

.percent{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 34px;
}
#porcentaje{
    font-size: 40px;
    color: #fff6eb;
    font-family: DomaineDispNar-BoldItalic;
}
#porcentaje span{
    font-size: 13px;
}

.resultText{
    float: left;
    max-width: 400px;
}
.resultText p{
    /*text-align: left;*/
}

.resultText .titular{
    margin-top: 25px;
    font-size: 35px;
}
.resultText .bodyCopy{
    font-size: 18px;
    line-height: 21px;
    color: #fff6eb;
}

.resultText .lineH {
    height: 1px;
    margin: -10px auto 10px;
}


.infoCard .lineV{
    width: 1px;
    height: 95%;
    position: absolute;
    top: 2.5%;
    left: 50%;
    border-left: dashed #723b41 1px;
    margin-left: 0px;
}


#claim{
    position: absolute;
    text-align: center;
    right: 0;
    width: 400px;
    bottom: 180px;
}
#claim img{
    width: 100%;
    max-width: 297px;
}
#claim p{
    font-family: 'DomaineDispNarSemibold';
    color: #fff6eb;
    font-size: 24px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.compartir{
    position: absolute;
    width: 400px;
    height: 74px;
    right: 0;
    bottom: 100px;
}

.comparte{
    position: absolute;
    top: 50%;
    width: 60%;
    font-size: 18px;
    margin-top: -10px;
    font-family: BrandonGrotesque;
    color: #fff6eb;
}

.horizontal{
    width: 140px;
    top: initial;
    bottom: 0;
    margin-right: 30px;
    right: 0;
    left: inherit;
}


/***    ALL GHOST    ***/

#allGhost{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;

    display: none;
}

.ghostContainer{
    position: absolute;
    width: 100%;
    max-width: 1360px;
    height: 410px;
    left: 50%;
    top: 50%;
    margin: -205px -672px;
    /*background: rgba(0,0,0,0.5);*/
}

#txtAllGhost{
    position: absolute;
    width: 100%;
    text-align: center;
    color: #e1e4ce;
    font-size: 22px;
    top: 50%;
    margin-top: -300px;
}

.ghostCard{
    width: 251px;
    height: 409px;
    position: absolute;

    overflow: hidden;
    border-radius: 20px;   
    left: 2000px;
    cursor: pointer;
}.ghostCard img{
    width: 100%;
}

.allGButton{
    top: 50% !important;
    margin-top: -10px;
    width: 55px;
    cursor: pointer;
}
.allGButton .lineHArrow{
    width: 55px;
}
.bgArrow{
    width: 80px;
    height: 30px;
    position: absolute;
    /*background: white;*/
    margin: -5px 0 0 -0px;
}

#next{
    right: 75px;
}
#prev{
    left: 75px;
    transform: rotate(180deg);
}
#next:hover{
    margin-right: 25px;
}
#prev:hover{
    margin-left: 25px;
}
.allGButton:hover .lineHArrow{
    width: 0;
}

/***    ALL GHOST    ***/


#openClose{
    display: none;
}
/***    REPRODUCTOR    ***/

#reproductor{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 102;
    left: 0;
    top: 0;
    display: none;
}
#yt{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
#close{
    position: absolute;
    right: 15px;
    top: 30px;
    width: 95px;
    cursor: pointer;
}#close .circle{
    right: 5px;
}#close .btnText{
    font-size: 16px;
    margin-top: -3px;
}#close .circle .svgLine{
    position: absolute;
    margin: 6px;
}
#close #bgClose{
    width: 150px;
    height: 50px;
    position: absolute;
    margin: -15px -30px;
}

#close:hover .btnText{
    color: #ffbe84;
}
#close:hover .circle{
    border: solid thin #ffbe84;
}
#close:hover .svgLine{
    stroke: #ffbe84;
}

/***    REPRODUCTOR    ***/


#orientation{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: black;
    z-index: 1111;
    display: none; 
}

#orientation p{
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: 30px;
    font-family: BrandonGrotesque;
    color: #fff6eb;
}
#orientation img{
    position: absolute;
    width: 60px;
    left: 50%;
    top: 50%;
    margin: -50px -30px;
}


/********LOADING********/

#contLoading{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000000;
    top: 0;
    left: 0;
    z-index: 1000;
}
#loading{

    position: fixed;
    width: 0;
    height: 1px;
    background-color: #fff;
    top: 50%;
    left: 0;
    transition: all 1s cubic-bezier(0, 0.93, 0.42, 0.99);

    /*background: url(/images/loading.png);
    width: 54px;
    height: 54px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
    animation:         circular 15s infinite;
    -webkit-animation: circular 15s infinite;*/
}

@keyframes circular {
      0%   { 
        transform: rotate(0deg);
        }
      50% { 
        transform: rotate(360deg);
        }
    }
@-webkit-keyframes circular {
      0%   { 
        -webkit-transform: rotate(0deg);
        }
      50% { 
        -webkit-transform: rotate(360deg);
        }
    }

@media only screen and (max-width: 1400px)  , screen and (max-height: 900px) {
    #logoFantasmas{
        transform: scale(0.8);
        margin-top: -15px;
    }
    #logoPavofrio{
        width: 120px;
        top: -47px;
        left: -10px;
    }
    #blackLayer{
        /*filter: blur(50px);*/
    }
    #cardsContainer{
        max-width: 1360px;
        width: 110%;
        margin-left: -675px;
        transform: scale(0.75);
        /*background: rgba(255,0,255,0.5);*/
    }
    .tHome{
        font-size: 18px;
        /*bottom: 30px;*/
    }
    #textoTirada {
        margin-top: -300px;
        font-size: 22px;
    }
    #txtReset {
        margin-top: 210px;
        transform: scale(0.75);
    }


    #cardSelectedTirada{
        height: 320px;
        margin-top: -160px;
    }
    .vertical{
        margin-left: 30px;
        margin-top: 5px;
    }
    .infoCard{
        /*top: 275px;*/
    }
    .button{
        width: 160px;
    }
    .btnText, .reset .btnText{
        font-size: 18px;
    }
    .titular{
        /*font-size: 22px;*/
        font-size: 31px;
        margin-bottom: 5px;
    }
    .bodyCopy, .resultText .bodyCopy{
        font-size: 14px;
        line-height: 16px;
    }
    #replay {
        margin: 0px 0 0 -410px;
        width: 200px;
    }
    #juega {
        margin: 0px 0 0 200px;
        width: 215px;
    }

    #replay p, #juega p, #replay .btnText, #juega .btnText{
        font-size: 20px;
        /*margin-top: -1px;*/
    }

    #consejo{
        margin-top: 20px;
        width: 210px;
    }
    #continuar{
        margin-top: 20px;
       width: 130px; 
    }
    .arrow{
        top: -2px;
    }
    #continuar .arrow, #consejo .arrow{
        top: -2px;
    }
    .lineArrow{
        /*width: 12px;*/
    }
    .lineHArrow{
        width: 25px;
    }

    .resultText .titular{
        font-size: 30px;
        margin-top: 20px;
    }
    .resultText .lineH{
        margin: 10px auto 10px;
    }

    #cardSelectedFinish{
        height: 310px;
        margin-top: -180px;
    }
    #cardSelectedFinish .infoCard{
        width: 760px;
        left: 0;
    }
    .percentLine {
        width: 70px;
        height: 70px;
        margin: 4px;
    }
    #porcentaje {
        font-size: 31px;
    }
    #fraseResultado{
        left: 100px;
        top: 15px;
        font-size: 16px;
        width: 215px;
    }

    #result {
        width: 78px;
        height: 78px;
        position: relative;
        margin: 0px;
    }
    .percent {
        top: 25px;
    }
    .resultText {
        max-width: 300px;
    }
    .infoCard .lineV{
        margin-left: -30px;
    }
    #claim {
        right: 75px;
        width: 250px;
        bottom: 120px;
    }
    #claim p{
        font-size: 20px;
    }
    .compartir{
        width: 370px;
        bottom: 50px;
    }
    .comparte{
        font-size: 16px;
        margin-top: -7px;
    }
    .rrss{
        transform: scale(0.85);
    }

    .reset{
        margin-top: 260px;
    }

    #resetFinish{
        bottom: 5px;
    }


    .ghostContainer{
        width: 110%;
        max-width: 1280px;
        margin-left: -640px;
        margin-top: -150px;
        transform: scale(0.75);
    }
    .allGButton{
        margin-top: 30px;
    }
    #next{
        right: 15px;
    }
    #prev{
        left: 15px;
    }
    #closeCard{
        width: 75px;
    }
    #closeCard .btnText{
        font-size: 16px;
    }
    .circle{
        margin-top: -5px;
    }

    #txtAllGhost{
        font-size: 18px;
        margin-top: -200px;
    }

    #consejo .btnText{
        text-align: center;
    }

    #continuar .btnText, #consejo .btnText{
        font-size: 18px;
    }

    /*menu*/
    .texto{
        font-size: 26px;
        margin-top: 10px;
    }
    .txtFooter{
        font-size: 12px;
    }
}
@media only screen and (max-width: 960px) {
    
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 414px) {
    
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
    #orientation{
        display: block;
    }
}

/*estos son los del Ipad*/
@media only screen and (max-width: 1024px) {
    
    #cardsContainer{
        width: 140%;
    }

    /*
    #textoTirada {
        top: -40px;
    }
    #txtReset {
    }


    #cardSelectedFinish .infoCard{
        width: 67%;
        height: 75%;
        top: 20px;
    }
    #cardSelectedFinish .percentLine {
        position: absolute;
        width: 120px;
        height: 120px; 
        margin: 0px -15px;
    }
    #result {
        width: 90px;
        height: 90px;
        margin: 0px;
    }
    #result img{
        width: 100%;
    }
    #cardSelectedFinish .percent{
        top: 40px;
    }
    #cardSelectedFinish #porcentaje{
        font-size: 30px;
    }
    .infoCard .lineH{
        margin: 0;
    }

    #claim {
        width: 65%;
        position: relative;
        margin: 15px auto;
    }
    #claim p{
        font-size: 25px;
    }
    #claim span {
        font-size: 65px;
    }
    .comparte{
        margin-top: 10px;
    }

    .infoFinish .result {
        position: absolute;
        width: 80px;
        height: 80px;
        left: 50%;
        margin-left: -40px;
        top: 0;
    }
    .infoFinish .result .percent{
        width: 90%;
    }

    .ghostContainer{
        transform: scale(0.65);
        max-width: 1024px;
        margin-left: -615px;
    }
    */
    
}


/*