
.bg-black{
    background-color: #0000;
}
.ima {
    border-radius: 50%;
}

.about {
    font-size: 20px;
}

.tipo{
    font-family:'Times New Roman', Times, serif;
    font-style: italic;
    font-size: 50px;
    
}

.subtitle{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-style: italic;
    color: #990000;
}

.fa-brands {
    color:  darkcyan;
}

.bol {
    font-weight: bold;
    color: #990000;
}


.disp{
 color: #008B8B;
}

.card-cont {
    display: flex;
    align-items: center;
    align-content: center;
    margin-top: 100px;
}


.social {  
    display: flex;
    flex-direction: column;
    flex-wrap:nowrap;
}

span {
    font-size: 20px;
    }

.w-text{
    color: white;
}


.gray {
    color: #ff5722;
}

li {
    font-size: 20px;
    padding: 5px;
    margin: 10px;   
}

a {
    padding: 8px;
    font-size: 20px;    
}

@media screen and (max-width: 700px) {
    .tipo {
        font-size: 40px;
    }
}