body{

    background-image: url(static/fondo2.png);
    background-size: cover;
}

h1{

    text-align: center;
    
    color: white;
}

@font-face {
    font-family: 'olde';
    src: url('static/OldeEnglish.ttf') format("truetype");
    font-weight: normal;
    font-style: normal;
 }

#titulo{

    
    font-size:150px;

    font-family:olde;
    font-weight: normal;

    text-shadow: -4px 3px 0 red, -14px 7px 0 #0a0e27;


}

@media(min-width:768px){

#tarjeta{


    width: 80%;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 50% 45%;

    background: rgba( 255, 255, 255, 0.25 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );

    color: #fff;
}
#misiones{

    margin-top:5%;
    display: grid;
    grid-template-columns: 30% 30% 30%;
    margin-left: 10%;

    text-align: center;
    color: white;
    text-shadow: -4px 3px 0 red, -14px 7px 0 #0a0e27;


}

#team{

    margin-left: 14%;
    display: grid;
    grid-template-columns: 30% 30% 30%;



}
}

@media(max-width:768px){

    #tarjeta{


        width: 80%;
        margin: 0 auto;
    
        
    
        background: rgba( 255, 255, 255, 0.25 );
        box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
        backdrop-filter: blur( 4px );
        -webkit-backdrop-filter: blur( 4px );
        border-radius: 10px;
        border: 1px solid rgba( 255, 255, 255, 0.18 );
    
        color: #fff;
    }
    
    #dragon img{

        width: 80%;

    }
    #misiones{
    
        margin-top:5%;
        
        margin-left: 10%;
    
        text-align: center;
        color: white;
        text-shadow: -4px 3px 0 red, -14px 7px 0 #0a0e27;
    
    
    }
    
    #team{
    
        margin-left: 10%;
        
    
    
    
    }
    

}



#tarjetastats{

    width: 100%;

}

#sinopsis{

    text-align: center;
    color: #fff;
    font-size:20px;
    font-family: 'Roboto Mono', monospace;

}

#titulo2{

    text-shadow: -4px 3px 0 red, -14px 7px 0 #0a0e27;
    font-size: 70px;

}


#alejandro{

    width: 100%;
    display:block;
    margin:auto;

}

#cargo{

    color:white;
    text-align:center;

}

#gameplay{

    display:block;
    margin:auto;
     width: 60%; 

}




/*-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-++-+-++-+-+--+-+--++-+-+-+-+-+-+-+-+-+-+-+-+-+*/

/*-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-+REDES SOCIALES CSS+-+-++-+-+--+-+--++-+-+-+-+-+-+-+-+-+-+-+-+-+*/

/*-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-++-+-++-+-+--+-+--++-+-+-+-+-+-+-+-+-+-+-+-+-+*/

.redes-container{
    display: flex;
    height: 18vh;
    align-items: center;
    justify-content: center;
}

.redes-container ul li{
    display: inline-block;
    margin: 0 5px;
    width: 50px;
    height: 50 px;
    text-align: center;
}

.redes-container ul li a{
    display: block;
    padding: 0 10px;
    background-color: #333;
    color: white;
    line-height: 50px;
    font-size: 18px;
    box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 2);
    transition: .2s;
}

.redes-container ul:hover a{
    filter:blur(2px);
}

.redes-container ul li a:hover{
    transform: translate(-3px) scale(1.05);
    box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 4);
    filter: none;
}

.redes-container ul li .facebook:hover{
    background-color: var(--facebook);
}

.redes-container ul li .instagram:hover{
    background-color: var(--instagram);
}

.redes-container ul li .twitter:hover{
    background-color: var(--twitter);
}

.redes-container ul li .pinterest:hover{
    background-color: var(--pinterest);
}

.redes-container ul li .linkedin:hover{
    background-color: var(--linkedin);
}

