body {
    font-family: 'Changa', sans-serif;
    background-image: url('../images/bg.jpg');
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    font-weight: 700;
    background-attachment: fixed;
}

.pagina {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
    padding-bottom: 40px;
}

.geral {
    max-width: 1200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.col {
    position: relative;
    text-align: center;
    padding: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 36px;
    line-height: 30px;
    background-image: url('../images/vs.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    order: 2;
}

.foto {
    width: 100%;
}

.placar {
    text-align: center;
    margin-top: -40px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.vs {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px;
}

.placar-num {
    font-size: 120px;
    line-height: 110px;
}

.placar-tx {
}

.vs-img {
}

.placar.dir {
}

.nome {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.foto-geral {
    border-radius: 300px;
    overflow: hidden;
    width: 250px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../images/no-img.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media (max-width:699px) {
    .foto-geral {
        width: 180px;
        height: 180px;
    }
}

@media (max-width:699px) {
    .placar-num {
        font-size: 90px;
        line-height: 80px;
    }
}

@media (max-width:899px) {
    .vs-img {
        max-width: 200%;
        margin-left: -50%;
        margin-right: -50%;
    }
}

.tabela-fora {
    font-size: 20px;
    font-weight: normal;
    overflow: auto;
    margin: 20px;
    line-height: 26px;
    width: 100%;
    max-width: 600px;
}

table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    background-color: rgba(0, 0, 0, 0.19);
}

th {
    color: #fbcb23;
}

tr {
}

.geral.principal {
    align-content: center;
    justify-content: space-evenly;
    min-height: 80vh;
}

td,
th {
    padding: 10px;
    border: 1px rgba(255, 255, 255, 0.2) solid;
}

h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    font-style: italic;
}

h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 48px;
    line-height: 50px;
}

@media (max-width:899px) {
    h4 {
        font-size: 36px;
        line-height: 38px;
    }

    .geral.principal {
        flex-wrap: wrap;
    }
}

@media (max-width:699px) {
    h4 {
        font-size: 24px;
        line-height: 26px;
    }

    .geral.principal {
    }
}

.tx-meio {
    text-align: center;
    padding: 20px;
}

.tabela-fora.w-100 {
    max-width: 100%;
}

.bt {
    min-height: 30px;
    padding: 10px 25px;
    border-radius: 6px;
    border-style: none;
    background-color: #fbcb23;
    transition: background-color 300ms ease;
    text-decoration: none;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bt:hover {
    background-color: #ffdb5b;
}

select,
input {
    padding: 5px 10px;
    margin: 0px;
    width: 100%;
    border-radius: 6px;
    border-style: none;
    display: inline-block;
    box-sizing: border-box;
    height: 50px;
    font-size: 20px;
    border: 1px solid white;
    background-color: white;
}

input:focus {
    border: 1px solid #fbcb23;
    outline: none;
    box-shadow: none;
}

select {
}

@media (max-width:699px) {
    .tabela-fora {
        margin: 10px;
        font-size: 16px;
        line-height: 20px;
    }
}

.jogos {
    overflow: auto;
}

.w-nav {
    background-color: transparent;
    width: 100%;
}

a {
    color: #fff;
    transition: all 300ms ease;
}

.w-nav-link,
.w-dropdown-link {
    color: #fff;
    padding: 20px;
}

.w-nav-link:hover,
.w-dropdown-link:hover {
    color: #fbcb23;
}

.w-nav-link.w--current {
    color: #fbcb23;
}

.w-dropdown-toggle {
    padding-right: 45px;
}

.w-dropdown-list {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px rgba(255, 255, 255, 0.2) solid;
}

.w-container {
    max-width: 1200px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 20px;
}

.nav-brand-image {
    max-height: 115px;
}

.w-nav-brand {
    margin-right: auto;
}

.w-icon-nav-menu {
    font-size: 40px;
}

@media (max-width:991px) {
    .w-nav-menu {
        background-color: rgba(18, 18, 18, 0.91);
    }
}

.w-nav-button.w--open {
    background-color: transparent;
    color: #fbcb23;
}

.col.primeiro {
    margin-bottom: 60px;
}

.primeiro .foto-geral {
    width: 320px;
    height: 320px;
}

@media (max-width:899px) {
    .col.primeiro {
        order: 1;
    }
}

@media (max-width:699px) {
    .primeiro .foto-geral {
        width: 250px;
        height: 250px;
    }
}
