.profile-img{
     
    border-radius: 10%;
    box-shadow: 0 4px 10px darkslateblue;
    max-width: 250px;
    display: flex;
    flex-direction: column;

}

.profile-info{

    margin-bottom: 25px;
}

.profile{

    text-align: center;

}

.profile-header{


    display: flex;
    margin-top: 35px;
    flex-direction: column;
    text-align: center;
    align-items: center;

    
}

.profile-datos{
   
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 30px 0;
        font-size: 14px;
        text-align:left;

}

.dato{

    margin: 15px 0;
    font-weight: bold;
    


}

.dato i:hover{
    filter: brightness(130%);
}


.profile-title{

    font-size: 35px;
    font-weight: bold;
    margin: 0;
    color: #7422b3;
    text-align: center;
    
   

}

.profile-details{

    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;    
    margin: 20px auto;    
    font-style: italic;
    background-color: rgb(246, 244, 252, 0.5);
    padding: 20px 30px;
    /*box-shadow: 0 4px 10px darkslateblue;*/
    border-radius: 20px ;

}

.profile-btn{

    background-color: blueviolet;
    color: aliceblue;
    border: none;
    font-size: 20px;
    padding: 0.5em 1em;
    border-radius: 13px 0 13px 0;
    box-shadow: 0 4px 10px darkslateblue;

}

.profile-btn:hover{

    filter: brightness(130%);
}

.btn-descarga{

    background-color: darkslateblue;    
    color: aliceblue;
    border-radius: 30px 0 30px 0;
    padding: 10px 30px;
    margin: 10px auto;   
    border: solid 2px black;
    
    
}




 .btn-descarga:hover{

    background-color: aliceblue;
    border: solid 2px darkorchid;
    color: black;

 }

@media(min-width: 990px){

    .profile-img{

        width: 100%;
        max-width: 250px;
        
        
    }
    
    .profile-info{
    
        margin-bottom: 0px;
        text-align: justify;
        font-weight: 600;
        

        

    }
    
    .profile{
    
        text-align: left;
        
        align-items: center;
        justify-content: space-between;
        max-width: 1000px;
        margin: 0 auto;
    
    }

    .profile-header{

        display: flex;
        flex-direction: row;
        
        justify-content: space-around;
    }
    
    
    
    .profile-title{
    
        font-size: 60px;
    
    }
    
    .profile-details{
    
        font-size: 16px;
        margin: 30px 0;        
        font-style: italic;
        max-width: 800px;
        padding: 20px 30px;
        text-align: center;
        border-radius: 20px ;
        margin-left: 30px;

    }
    
    .profile-btn{
    
        font-size: 28px;       
        box-shadow: 0 4px 10px darkslateblue;
    }

    .profile-datos{

        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 30px 0;
        font-size: 15px;
        text-align:justify;
    }

    

    

}



