.inf-content{
    width: 50rem;
    height: 60rem;
    background-size:cover; 
    background-position: center;
    box-sizing: unset !important;
    overflow: hidden;
}
.inf-content .shadow{ box-shadow: 0 0 1rem #222;}
.inf-content a{
    text-decoration: none;
    font-weight: bold;
}
.inf-tittle{
    font-family: 'Titillium Web', sans-serif;
    font-weight: 900;
    font-size: 2.5rem;
    padding: 0 0.5rem;
}

.inf-grid{
    width: 50rem;
    height: 60rem;
    display: grid;
    grid-template-columns:24.5rem 1rem 24.5rem;
    grid-template-areas:"col1 col2 col3" "col4 col5 col6" "col7 col8 col9" "col10 col11 col12";     
}

.inf-column:nth-child(1), .inf-column:nth-child(3), .inf-column:nth-child(4),.inf-column:nth-child(6),
.inf-column:nth-child(7),.inf-column:nth-child(9),.inf-column:nth-child(10),.inf-column:nth-child(12){
    display: flex;
    justify-content: center;
    align-items: center;
}
.inf-column:nth-child(3), .inf-column:nth-child(4), .inf-column:nth-child(9),.inf-column:nth-child(10){
    overflow: hidden;
}

.inf-column:nth-child(1){
    grid-area: col1;
}

.inf-column:nth-child(2){
    grid-area: col2;
}

.inf-column:nth-child(3){
    grid-area: col3;
}

.inf-column:nth-child(4){
    grid-area: col4;
}

.inf-column:nth-child(5){
    grid-area: col5;
}

.inf-column:nth-child(6){
    grid-area: col6;
}

.inf-column:nth-child(7){
    grid-area: col7;
}

.inf-column:nth-child(8){
    grid-area: col8;
}

.inf-column:nth-child(9){
    grid-area: col9;
}

.inf-column:nth-child(10){
    grid-area: col10;
}

.inf-column:nth-child(11){
    grid-area: col11;
}

.inf-column:nth-child(12){
    grid-area: col12;
}


.inf-arrow-left {
	width: 0; 
	height: 0; 
	border-bottom: 10px solid transparent;  /* left arrow slant */
	border-top: 10px solid transparent; /* right arrow slant */
	font-size: 0;
    line-height: 0;
    position:relative;
    right:10px;
    top: 50%;
}

.inf-arrow-right {
	width: 0; 
	height: 0; 
	border-bottom: 10px solid transparent;  /* left arrow slant */
	border-top: 10px solid transparent; /* right arrow slant */
	font-size: 0;
    line-height: 0;
    position:relative;
    left:10px;
    top: 50%;
}

.inf-circle{
    position: relative;
    width: 7rem;
    height: 7rem;
    padding: 0.5rem;
    border-radius: 50%;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 1rem #222;
    overflow: hidden;
    transition: transform 300ms;
}
.inf-circle i, .inf-circle svg{ font-size: 2rem; background-color:transparent !important; margin-right: 0 !important;}

.inf-text{
    display: none;
    margin:0;
    font-size: 0.4rem;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-align: center;
}
.hide-left{position:relative;left:298px; transition: left 300ms ease;}
.hide-right{position:relative;right:298px; transition: right 300ms ease;}

/* .hide-left:hover, .hide-right:hover{
    left:0;
} */

.inf-characters{display: none;}
.inf-characters div{
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    margin: 0.09rem 0.09rem;
    border: 0.1rem solid #666;
    overflow: hidden;
    box-sizing: unset !important;
}
.inf-characters div img{
    width: 100% !important;
    height: auto !important;
    vertical-align: unset !important;
}

.inf-circle:hover{
    transform: scale(2,2)  rotate(1080deg);
    flex-flow: column;
}
.inf-circle:hover i, .inf-circle:hover svg{
    font-size: 1rem;
}

#inf-review:hover{
    background-color:white !important;
}
#inf-review:hover .inf-text{
    display:block;
}

#inf-characters:hover .inf-characters{
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
}
.inf-popup{
    display: none;
    width: 50rem;
    height: 60rem;
    background-color: rgba(0,0,0,0.7);
    z-index: 999999;
}
.inf-popup .content{
    width: 100%;
    height: auto;
    max-height: 40rem;
    padding: 1rem;
    margin:1rem;
    border: 0.5rem solid white;
    background-color: #fafafa;
    position: relative;
    box-shadow: 0 0 1rem #222;
    overflow: auto;
}


.inf-popup img{
    width: 100%;
    height: auto;
}
.inf-popup .text{
    text-align: justify;
}
.inf-popup .text hr{
    border: none;
}
.inf-popup #review .img{
    width: 100%;
    height: 15rem;
    margin-bottom: 2rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inf-popup #characters{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-flow: column nowrap;
}
.inf-popup .character{
    display: flex;
    flex-wrap: nowrap;
    flex-flow: row nowrap;
    margin: 0.5rem 0;
    align-items: center;
    height: 10rem;
    background-color: #e0e0e0;    
    padding: 0.5rem;
}
.inf-popup .character .img{
    width: 28rem;
    height: 100%;
    overflow: hidden;
}
.inf-popup .character .text{
    padding: 0 1rem;
}
.inf-popup h3{
    margin: 0;
}
#inf-gameplay span, #inf-images span{ display: none; justify-content: center; font-size: 1.5rem;}
#inf-gameplay:hover span, #inf-images:hover span{ display: block;}
.inf-popup #gameplay iframe{
    width: 100%;
    height: 30rem;
}

.inf-popup #images .img{
    position: relative;
    margin: 0.2rem;
    transition: 300ms ease;
}
.inf-popup #images .img .thumb-overly{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    transition: 300ms ease;
    z-index: 99999999;
}
.inf-popup #images .img:hover .thumb-overly{
    background-color: rgba(0,0,0,0.0);
}
.inf-popup #images .img:hover{
    margin: 0.4rem;
}
