body {
    background-color: #212322;
    background-image: url("../img/icon-bg-main.png");
    background-repeat: repeat;
    /*background-position: right top;*/
}


.card {
    border-radius: 20px;
    overflow: hidden;
    background-color: #F2F2F2;
}

.profile-pic {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin: -100px auto 15px auto;
    border: 6px solid white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.cover-image {
    height: 220px;
    width: 100%;
    object-fit: cover;
}

#link {
    color: rgb(84, 84, 84);
    text-decoration: none;
}

#link:hover {
    /*color: blue;*/
    text-decoration: none;
}

.btn-social{
    border: 1px solid #042d6d;
}

.btn-social:hover{
    background-color: #042d6d;
    color: #F2F2F2;
   
}

.txt-Bfta{
    color: #042d6d;
}

/*Codigos Pixán*/
.justificarTxt {
    text-align: justify;
    overflow-wrap: break-word;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    color: #fff;
    font-size: 14px;
    position: relative;
}
#footer .footer-bottom {
    z-index: 2;
    position: relative;
    padding-top: 40px;
    padding-bottom: 20px;
}

#footer .copyright {
    text-align: center;
    float: left;
}

@media (max-width: 768px) {

    #footer .copyright,
    #footer .credits {
    padding: 5px;
    float: none;
    text-align: center;
    }
}