.title-all{
    width: 80%;
    margin: auto;
    padding: 20px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-bottom: 1px solid #abadb1;
    margin-bottom: 20px;
}
.title-all p{
    text-align: center;
    font-size: 30px;
    font-family: 'Staatliches', cursive;
    color: #abadb1;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.title-all span{
    font-family: 'Staatliches', cursive;
    color: #3d3d3d;
}
.all-atletas{
    width: 80%;
    margin: auto;
    padding: 40px 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.atleta-card{
    width: 200px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 20px;
    background-color: #fff;
    padding: 10px;
    
}
.atleta-card:hover{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.24);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.24);
}
.card-img-atl{
    width: 180px;
    margin: auto;
    height: 120px;
    display: flex;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 10px;
}
.car-img-png{
    width: 120px;
    height: 120px;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom: 1px solid #abadb1;
}
.card-name{
    text-align: center;
    font-size: 30px;
    font-family: 'Staatliches', cursive;
    color: #3d3d3d;
}
.card-info{
    color: #abadb1;
    font-size: 14px;
    margin-top: -3px;
    margin-bottom: 10px;
}
.card-social{
    display: flex;
    align-items: center;
    width: 190px;
    justify-content: space-between;
    border-top: 1px solid #abadb1;
    margin-top: 5px;
}
.card-social p{
    font-family: 'Staatliches', cursive;
    color: #abadb1;
    letter-spacing: 1px;
}
.area-seguir a{
    font-size: 23px;
    color: #abadb1;
    margin: 3px;
}
.btn-atl{
    margin: 10px;
}
.btn-atl a{
    text-decoration: none;
    padding: 8px 25px;
    border: 1px solid #006bf3;
    background-color: #006bf3;
    color: #fff;
    font-family: 'Staatliches', cursive;
}
.btn-atl a:hover{
    background-color: #fff;
    color: #006bf3;
}
.btn-atl p{
    margin: 0;
    color: #3d3d3d;
    font-size: 18px;
    text-align: center;
    font-family: 'Staatliches', cursive;
}
.btn-atl span{
    font-size: 14px;
}
.capa-atl{
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.infos-capa-atl{
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.nome-capa-atl{
    text-align: center;
    font-size: 70px;
    font-family: 'Staatliches', cursive;
    font-weight: 600;
    letter-spacing: 1px;
    text-shadow: 0px 0px 4px rgba(0,0,0,0.67);
    color: #fff;
}
.tko-capa-atl{
    text-shadow: 0px 0px 4px rgba(0,0,0,0.67);
    color: #fff;
    font-family: 'Staatliches', cursive;
}
.statis-atl{
    width: 80%;
    margin: auto;
    padding: 50px 0;
}
.title-statis{
    width: 100%;
    text-align: center;
    font-size: 50px;
    letter-spacing: 1px;
    font-family: 'Staatliches', cursive;
}
.bio-desk{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.left-img{
    width: 50%;
    display: flex;
    justify-content: center;
}
.infos-bio{
    width: 50%;
}
.item-info{
    max-width: 100%;
    padding: 10px;
    border-bottom: 1px solid #abadb1;
}
.item-info span{
    color: #abadb1;
    font-family: 'Staatliches', cursive;
}
.item-info p{
    font-size: 30px;
    font-family: 'Staatliches', cursive;
    margin: 0;
}
.item-group-info{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.item-group-info .item-info{
    width: 30%;
}
.left-img img{
    height: 400px;
}
.siga-ele{
    width: 90%;
    margin: auto;
    margin-top: 20px;
    padding: 20px 0;
}
.title_ele{
    width: 100%;
    text-align: center;
    font-family: 'Staatliches', cursive;
    font-size: 20px;
}
.area-social{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.area-social a{
    text-decoration: none;
    color: #abadb1;
    font-size: 28px;
    margin: 10px;
}
.btn-compartilhar{
    padding: 10px 30px;
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    background-color: #fff;
    color: #006bf3;
    position: absolute;
    right: 20px;
    top: 100px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.24);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.24);
    cursor: pointer;
    transition: all linear .25s;
}
.btn-compartilhar p{
    margin: 0;
    margin-right: 10px;
}
.btn-compartilhar:hover{
   background-color: #006bf3;
    color: #fff;
}
@media only screen and (max-width: 615px){
    .title-all p{
        font-size: 30px;
    }
    .bio-desk{
        display: flex;
        align-items: center;
        flex-direction: column-reverse;
        justify-content: center;
    }
    .bio-desk img{
        margin: 10px;
        height: 300px;
    }
    .left-img{
        width: 90%;
    }
    .infos-bio{
        width: 90%;
    }
    .capa-atl{
        width: 100%;
        height: 350px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-attachment: scroll;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .nome-capa-atl{
        font-size: 40px;
    }
}