.title-selecao {
    font-size: 30px !important;
    font-weight: 700 !important;
    margin: 0 0 0px 0;
}

#error {
    margin-top: 25px;
    text-align: center;
}

    #error img {
        text-align: center;
        width: 240px;
    }

    #error .desc-erro {
        margin-top: 20px;
        line-height: 0;
        font-size: 20px;
        font-weight: 700;
        color: #555555;
    }

    #error .desc-erro-2 {
        line-height: 30px;
        font-size: 20px;
        font-weight: 300;
        color: #555555;
    }

.selecao {
    margin-top: 35px;
}

p.description {
    font-size: 18px;
}

.box-mais-escalados p.description {
    margin-bottom: 25px;
}

@media screen and (max-width: 400px) {
    .container {
        padding: 5px;
    }

    .campo-background {
        height: 370px !important;
        width: 290px !important;
    }

        .campo-background .img-atleta {
            height: 35px !important;
            width: 35px !important;
        }

        .campo-background .img-clube {
            border-radius: initial;
            height: 20px !important;
            width: 20px !important;
            left: 62% !important;
            /*            top: 60% !important;*/
            top: 32% !important;
        }

    .capitao-mais-escalado > .infos {
        margin-left: 76px !important;
        margin-top: 5px !important;
    }

        .capitao-mais-escalado > .infos > .atleta > span:nth-child(2) {
            font-size: 14px !important;
        }

        .capitao-mais-escalado > .infos > .atleta > span:nth-child(3) {
            font-size: 14px !important;
        }

    .capitao-mais-escalado > .infos {
        margin-left: 76px !important;
        margin-top: 5px !important;
    }

        .capitao-mais-escalado > .infos > .atleta > span:nth-child(2) {
            font-size: 14px !important;
        }

        .capitao-mais-escalado > .infos > .atleta > span:nth-child(3) {
            font-size: 14px !important;
        }

    /**/

    .atleta-mais-escalado > .infos {
        margin-left: 76px !important;
        margin-top: 5px !important;
    }

        .atleta-mais-escalado > .infos > .atleta > span:nth-child(2) {
            font-size: 14px !important;
        }

        .atleta-mais-escalado > .infos > .atleta > span:nth-child(3) {
            font-size: 14px !important;
        }

    .atleta-mais-escalado > .infos {
        margin-left: 76px !important;
        margin-top: 5px !important;
    }

        .atleta-mais-escalado > .infos > .atleta > span:nth-child(2) {
            font-size: 14px !important;
        }

        .atleta-mais-escalado > .infos > .atleta > span:nth-child(3) {
            font-size: 14px !important;
        }

    .title-selecao {
        font-size: 24px !important;
    }

    p.description {
        font-size: 16px !important;
    }
}

@media screen and (min-width: 401px) and (max-width: 767px) {
    p.description {
        font-size: 18px !important;
    }

    .title-selecao {
        font-size: 24px !important;
        margin-top: 15px;
    }

    .campo-background {
        height: 440px !important;
        width: 330px !important;
    }

        .campo-background .img-atleta {
            height: 50px !important;
            width: 50px !important;
        }

        .campo-background .img-clube {
            border-radius: initial;
            height: 25px !important;
            width: 25px !important;
            /*        left: 62% !important;
        top: 60% !important;*/
            left: 52% !important;
            top: 42% !important;
        }
}

.campo-background {
    background: url(/assets/img/campo.svg) center center no-repeat;
    background-size: contain;
    height: 685px;
    width: 500px;
    -moz-transition: all .6s ease;
    transition: all .6s ease;
    margin: 0 auto;
    position: relative;
}

    .campo-background .atleta {
        position: absolute;
    }

    .campo-background .img-atleta {
        border-radius: 50%;
        height: 70px;
        width: 70px;
        box-shadow: 0 4px 1px 0 rgba(0, 0, 0, .5);
        background-color: #fff;
    }

    .campo-background .info-atleta {
        transition: all .1s ease-in-out;
    }

        .campo-background .info-atleta:hover {
            transform: scale(1.35);
        }

    .campo-background .img-clube {
        position: absolute;
        left: 62%;
        height: 35px;
        width: 35px;
        top: 42%;
    }

    .campo-background .position0 {
        bottom: 12%;
        left: 42.5%
    }

    .campo-background .position1 {
        left: 31%;
        bottom: 28%;
    }

    .campo-background .position2 {
        right: 31%;
        bottom: 28%;
    }

    .campo-background .position3 {
        left: 10%;
        top: 56%;
        bottom: 32%;
    }

    .campo-background .position4 {
        right: 10%;
        top: 56%;
        bottom: 32%;
    }

    .campo-background .position5 {
        right: 18%;
        top: 38%;
    }

    .campo-background .position6 {
        left: 42.5%;
        top: 38%;
    }

    .campo-background .position7 {
        left: 18%;
        top: 38%;
    }

    .campo-background .position8 {
        right: 18%;
        top: 18%;
    }

    .campo-background .position9 {
        right: 42.5%;
        top: 15%;
    }

    .campo-background .position10 {
        left: 18%;
        top: 18%;
    }

    .campo-background .position11 {
        left: 7%;
        bottom: 12%;
    }

.box-rodadas {
    text-align: center;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(63, 63, 68, 0.15);
    background-color: #FFFFFF;
    height: 42px;
    padding-top: 10px;
    cursor: pointer;
    position: relative;
    transition: all .15s ease-in-out;
    margin-bottom: 20px;
}

    .box-rodadas > span {
        text-align: center;
        color: #333333;
        font-size: 22px;
        font-weight: 700;
        text-transform: uppercase;
    }

.box-mais-escalados {
    min-height: 200px;
}

.capitao-mais-escalado {
    position: relative;
    display: block;
    height: 75px;
    padding: 0px;
    border-bottom: 1px solid #e8e8e8;
}

    .capitao-mais-escalado:not(:first-child) {
        margin-top: 15px;
    }

    .capitao-mais-escalado > .imgs {
        float: left;
    }

    .capitao-mais-escalado > .infos {
        margin-left: 75px;
        margin-top: 0px;
    }

        .capitao-mais-escalado > .infos > .atleta > span {
            display: block;
        }

            .capitao-mais-escalado > .infos > .atleta > span:first-child {
                font-weight: 700;
                font-size: 16px;
            }

            .capitao-mais-escalado > .infos > .atleta > span:nth-child(2) {
                margin-top: 0px;
                font-weight: 300;
                font-size: 14px;
            }

            .capitao-mais-escalado > .infos > .atleta > span:nth-child(3) {
                margin-top: 0px;
                font-weight: 300;
                font-size: 14px;
            }

    .capitao-mais-escalado > .imgs > .img-jogador {
        position: absolute;
        border-radius: 50%;
        height: 50px;
        width: 50px;
        box-shadow: 0 4px 1px 0 rgba(0, 0, 0, .5);
        background-color: #fff;
    }

    .capitao-mais-escalado > .imgs > .img-clube {
        position: absolute;
        height: 25px;
        width: 25px;
        top: 40px;
        left: 40px;
    }


.capitao {
    background-color: #ff7400;
    color: #fff;
    padding: 0px 5px;
    margin-left: 10px;
}

.atleta-mais-escalado {
    position: relative;
    display: block;
    height: 75px;
    padding: 0px;
    border-bottom: 1px solid #e8e8e8;
}

    .atleta-mais-escalado:not(:first-child) {
        margin-top: 15px;
    }

    .atleta-mais-escalado > .imgs {
        float: left;
    }

    .atleta-mais-escalado > .infos {
        margin-left: 75px;
        margin-top: 0px;
    }

        .atleta-mais-escalado > .infos > .atleta > span {
            display: block;
        }

            .atleta-mais-escalado > .infos > .atleta > span:first-child {
                font-weight: 700;
                font-size: 16px;
            }

            .atleta-mais-escalado > .infos > .atleta > span:nth-child(2) {
                margin-top: 0px;
                font-weight: 300;
                font-size: 14px;
            }

            .atleta-mais-escalado > .infos > .atleta > span:nth-child(3) {
                margin-top: 0px;
                font-weight: 300;
                font-size: 14px;
            }

    .atleta-mais-escalado > .imgs > .img-jogador {
        position: absolute;
        border-radius: 50%;
        height: 50px;
        width: 50px;
        box-shadow: 0 4px 1px 0 rgba(0, 0, 0, .5);
        background-color: #fff;
    }

    .atleta-mais-escalado > .imgs > .img-clube {
        position: absolute;
        height: 25px;
        width: 25px;
        top: 40px;
        left: 40px;
    }
