.capa-luta{
    width: 100%;
    height: 500px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}
.area-vs-luta{
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 100px;
}
.name-atl-luta{
    font-size: 60px;
    color: #fff;
    font-family: 'Staatliches', cursive;
    text-shadow: 0px 0px 4px rgba(0,0,0,0.67);
    max-width: 800px;
    text-align: center;
}
.vs-luta{
    display: flex;
    align-items: center;
}
.vs-luta span{
    width: 100px;
    height: 2px;
    background-color: #fff;
    margin: 5px;
    -webkit-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.3); 
    box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.3);
}
.vs-luta p{
    margin: 0;
    font-size: 25px;
    color: #fff;
    font-family: 'Staatliches', cursive;
    text-shadow: 0px 0px 4px rgba(0,0,0,0.67);
}
.dados-lutadores{
    width: 100%;
}
.container-lutadores{
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
}
.left-lutador{
    width: 50%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: end;
}
.right-lutador{
    width: 50%;
    height: 400px;
    display: flex;
    align-items: center;
}
.img-lutador{
    width: 160px;
    height: 300px;
    display: flex;
    justify-content: center;
}
.img-lutador img{
    height: 300px;
}
.name-lutador{
    max-width: 300px;
    font-size: 35px;
    font-family: 'Staatliches', cursive;
    color: #3d3d3d;
}
.academia-lutador{
    font-family: 'Staatliches', cursive;
    color: #929292;
}
.siga-lutador{
    margin-top: 20px;
}
.siga-lutador p{
    margin: 0;
    color: #3d3d3d;
    font-size: 13px;
    font-family: 'Staatliches', cursive;
}
.siga-lutador a{
    color: #3d3d3d;
    font-size: 28px;
    margin: 5px;
}
.left-lutador .info-lutador{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 20px;
}
.left-lutador .siga-lutador{
    text-align: end;
}

.right-lutador .info-lutador{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 20px;
}
.right-lutador .siga-lutador{
    text-align: start;
}
.dados-luta{
    width: 80%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
}
.name-luta{
    max-width: 800px;
    font-size: 50px;
    font-family: 'Staatliches', cursive;
    color: #3d3d3d;
    text-align: center;
}
.end-luta{
    font-size: 20px;
    color: #929292;
    font-family: 'Staatliches', cursive;
    max-width: 400px;
    text-align: center;
}
.data-hora-luta{
    margin-top: 10px;
    font-size: 15px;
    color: #929292;
    font-family: 'Staatliches', cursive;
}

.left-lutador .name-lutador{
    text-align: end;
}
.pay-luta{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.pay-luta a{
    text-decoration: none;
}
.btn-luta-ver{
    padding: 10px 30px;
    color: #fff;
    background-color: #0d6bf5;
    border: 1px solid #0d6bf5;
    font-family: 'Staatliches', cursive;
    transition: all linear 0.1s;
}
.btn-luta-ver:hover{
    background-color: #fff;
    color: #0d6bf5;
}
.title-sec{
    width: 100%;
    padding: 30px 0;
    font-size: 30px;
    font-family: 'Staatliches', cursive;
    text-align: center;
}

.champion{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 1;
}
.campeon{
    padding: 5px 15px;
    background-color: #0d6af5d2;
    color: #fff;
    border-radius: 5px;
    font-family: 'Staatliches', cursive;
}
.championS{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 1;
}
.default{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
.campeonOR{
    padding: 5px 15px;
    background-color: #0d6af5d2;
    color: #fff;
    border-radius: 5px;
    font-family: 'Staatliches', cursive;
    position: absolute;
}
.compart_luta{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}
.btn_comp{
    padding: 10px 20px;
    display: flex;
    align-items: center;
    background-color: #0d6bf5;
    color: #fff;
    border: 1px solid #0d6bf5;
    cursor: pointer;
    transition: all linear .2s;
}
.btn_comp:hover{
    color: #0d6bf5;
    background-color: #fff;
}
.btn_comp span{
    font-size: 14px;
    margin-right: 10px;
}

@media only screen and (max-width: 900px){
    .container-lutadores{
        width: 95%;
    }
}
@media only screen and (max-width: 800px){
    .container-lutadores{
        flex-direction: column;
    }
    .left-lutador{
        width: 80%;
        height: 400px;
        display: flex;
        align-items: center;
        justify-content: end;
    }
    .right-lutador{
        width: 80%;
        height: 400px;
        display: flex;
        align-items: center;
    }
    .capa-luta{
        width: 100%;
        height: 350px;
    }
    .name-atl-luta{
        font-size: 40px;
    }
}