@import url("font-awesome.min.css");
/* columnas */


#memory_template{
    background: url("../../assets/img/fondos/memory.png") no-repeat center center;
    margin:0!important;
    text-align:center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    width: 100%;
    height: 100%;
}

.block{display:flex;}
.none{display:none;position:absolute;top:-10000px;}

/* mios */
.centrado{
    width:100%;
    text-align:center;
}

/* cartas */
/*.one_third{*/
    /*float:left;*/
    /*width:33.3333%;*/
/*}*/

#imagenes div.one_third{
    width:234px;height:234px;
    margin:5px 6px;
}

#imagenes{
    margin:0 auto;
    z-index:1;
    width:100%;
    height:100%;
    overflow:hidden;
    clear:both;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: inherit;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}


#imagenes div{
    float:left;
    /*opacity:.6;*/
    filter:alpha(opacity=60);
    padding:0;
    border:0;
    margin: 0;
    cursor:pointer;
    /*box-shadow:0 1px 2px rgba(0,0,0,.5);*/
    z-index:2;
    position:relative;
    /*box-sizing:border-box;*/
    border-radius: 45%;
    /*margin-bottom: 10px;*/
}


#imagenes div img{
    border: none;
    z-index: 3;
    position: absolute;
    border-radius: 45%;
    border:0;
    height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.opacity{
    opacity:1;
    filter:alpha(opacity=100);

    /* Theoretically for IE 8 & 9 (more valid) */
    /* ...but not required as filter works too */
    /* should come BEFORE filter */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;

    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=100) !important;

    /* Older than Firefox 0.9 */
    -moz-opacity:1 !important;

    /* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 1 !important;

    /* Modern!
    /* Firefox 0.9+, Safari 2?, Chrome any?
    /* Opera 9+, IE 9+ */
    opacity: 1 !important;
    zoom: 1 !important;
}

.opacity-clean{

    /* Theoretically for IE 8 & 9 (more valid) */
    /* ...but not required as filter works too */
    /* should come BEFORE filter */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)" !important;
    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=30) !important;
    /* Older than Firefox 0.9 */
    -moz-opacity:0.3 !important;
    /* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 0.3 !important;
    /* Modern!
    /* Firefox 0.9+, Safari 2?, Chrome any?
    /* Opera 9+, IE 9+ */
    opacity: 0.3 !important;
    zoom: 1 !important;
}

/* pantalla 2 */
.verpremio h1{
    font-size:13vh;
    font-weight:bold;
    text-transform:uppercase;
    margin:0;
    color:black;
    padding-bottom:0;
    font-family: VagBold;
}
.verpremio h2{
    font-size:7.5vh;
    margin:20px 0;
    color:black;
}
.verpremio h3{
    font-size:8vh;
    margin:0;
    color:black;
    padding-top:30px;
}
h4{
    font-size:1.3em;
    line-height:40px;
    margin:0;
    color:#000000;
    padding-top:30px;
}

.verpremio i{margin-right:30px;}

/*.div_reset{*/
    /*text-align:center;*/
    /*font-family:'Myriad Pro';*/
    /*cursor:pointer;*/
/*}*/

.reset{
    position:absolute;
    margin:0 auto;
    width:50px;
    height:50px;
    background:transparent url("../img/reload.png") no-repeat center bottom;
    background-size:100%;
    cursor:pointer;
    color:#f8f8f8;
    /*font-family:'Myriad Pro Bold';*/
    text-align:center;
}