﻿.btn {
    border-radius: 10rem;
}
.avatar, .team-pill {
    transition: all .4s ease-in-out;
}
.avatar {
    border: .3rem solid #fff;
}
.team-pill {
    background-color: #fff;
    border-radius: 50rem;
}
.team-score {
    position: absolute;
    top: calc(50% - 10px);
    bottom: 0;
    left: calc(50% - 19px);
    color: #ffF;
}
.heroe {
    color: #fff;
    background-color: #003C6B;
}

.breadcrumb {
    padding: 0;
    background-color: transparent
}

    .breadcrumb a {
        color: #fff;
    }
.top-hero {
    position: relative;
}

.imagen-torneo {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

    .imagen-torneo:after {
        content: "";
        background: rgb(0,69,119);
        background: linear-gradient(180deg, rgba(0,69,119,0.900078781512605) 0%, rgba(0,69,119,0.29503676470588236) 100%);
        top: 0;
        bottom: 0;
        width: 100%;
        position: absolute;
    }
@media (min-width: 768px) {
    .team-pill:hover {
        background-color: #333;
        color: #fff;
    }

        .team-pill:hover .avatar {
            border-color: #333;
        }

        .team-pill:hover .btn {
            background-color: #fff;
            border: #fff;
            color: #333;
        }

            .team-pill:hover .btn:hover {
                background-color: #f1f1f1;
                border: #f1f1f1;
                color: #333;
            }

        .team-pill:hover .player-name-1 {
            display: none !important;
        }
        .team-pill:hover .player-name-2 {
            display: none !important;
        }
        .team-pill:hover .team-score {
            display: block !important;
        }
}