.real-container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding: 2rem 0;
}

.section-torneo section[class*='-container'] > div > div > small {
    font-weight: bold;
}

.match-separator [class*="-input-goles"] {

    position: absolute;
    z-index: -1;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    right: -3px;

}

[class*="-input-goles"].selected input {

        background: #b8ff93 !important;    

}

.torneo-right-wrapper [class*="-input-goles"] { left: -3px; }
.torneo-right-wrapper [class*="-input-goles"] { justify-content: flex-start; }

.match-separator [class*="-input-goles"] input {
    width: 80%;
    height: 20px;
    font-size: 12px;
    border: none;
    background: #e9e9e9;
    padding-left: 5px;
}

.torneo-left-wrapper  [class*="-input-goles"] input { padding-left: 25px; }

.cuartos-container > .match-separator .top-input-goles { top: -34%; }

.cuartos-container > .match-separator .bottom-input-goles { bottom: -34%; }

.semis-container > .match-separator .top-input-goles { top: -16%; width: 105%; }

.semis-container > .match-separator .bottom-input-goles { bottom: -16%; width: 105%; }

.final-container > .match-separator .top-input-goles { top: -7.5%; width: 90%; }

.final-container > .match-separator .bottom-input-goles { bottom: -7.5%; width: 90%; }

.match-team {
    position: relative;
}

.match-team.selected {

}

.match-team.selectable {

}

.match-team .selector {
    position: absolute;
    right: 0;
    height: 100%;
    width: 0;
    background: #68b41cbf;
    clip-path: polygon(0 0 , 100% 0, 100% 100%, 60% 100%);
    transition: all .25s ease-in-out;
}

.match-team.selectable {
    cursor: pointer;
}

.match-team.selected .selector {
    width: 45px;
}

.match-team.selectable:hover .selector {
    width: 45px;
}

.final-top-input-goles {
    position: absolute;
    right: 3.25% !important;
    top: 42.75%;
    display: flex;
    justify-content: flex-end;
    width: 8.25%;
}

[class*="-top-input-goles"] input,[class*="-bottom-input-goles"] input {
    height: 18px;
    font-size: 12px;
    border: none;
    background: #e9e9e9;
    padding-left: 5px !important;
    width: 100%;
}

.final-bottom-input-goles {

    position: absolute;
    left: 3.25% !important;
    top: 42.75%;
    display: flex;
    justify-content: flex-end;
    width: 8.25%;

}

.copa-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.match-team.winner.coup i{
    display: block;
    margin: auto;
    margin-top: 16px;
    margin-bottom: 8px;
}

.copa-wrapper .match-team.coup {
    text-align: center;
    color: #fff;
    /* margin: .5rem 0; */
}

.copa-wrapper .match-team.coup small {
    font-weight: unset !important;
    font-size: unset !important;
}

.flag-icon {
    border-radius: 2px;
}

.section-torneo button {
    background: #eaeaea;
    border-radius: 4px;
    border: 2px solid goldenrod;
    box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0.19);
    padding: .65rem 2rem;
    font-weight: bold;
    transition: all .25s ease-in-out;
    cursor: pointer;
    position: absolute;
    bottom: 15%;
}

.section-torneo a {
    background: #000;
    border-radius: 4px;
    color: #fff;
    /* border: 2px solid goldenrod; */
    box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0.19);
    padding: .65rem 2rem;
    font-weight: bold;
    transition: all .25s ease-in-out;
    cursor: pointer;
    position: absolute;
    bottom: 10%;
    text-decoration: none;
}

.section-torneo a:hover {
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.68);
    font-weight: 900;
}

.menu-wrapper ul {
    padding: 0;

}

.second-phase-title {
    text-align: center;
    color: black;
    margin-bottom: 3rem;
}

@media screen and (min-width: 1279px) {
    .section-torneo section.container {
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {

    

    .menu-wrapper ul li {
        font-size: 0.55rem;
        padding: .25rem;
    }

}