.partido {
    height: 80%;
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 25px;
    margin: auto
}

.ppp {
    width: 100%
    text-align: center;
}

.ppp_C11 {
    margin-top: 20px;
}

header, footer {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (max-width: 510px){
    #prode_logo img {
        width: 100%;
    }
}

.ppp .iframe_publi {
    height: 0;
    width: 0;
    margin: auto;
    display: inline-block;
}

.equipos {
    width: 90%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #FF753C; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    position: relative;
    top: 50%;
    left: 50%;
    margin-left: -60px;
    margin-top: -60px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#opacityBody {
    background-color: #0000005c;
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0;
    right: 0;
    z-index: 99999;
    display: none;
    transition: all 0.3s ease;
}

.equipo:first-child {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.equipo:last-child {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.equipo:first-child .escudo {
    width: 45px;
    height: 45px;
    background-color: black;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start
}

.equipo:last-child .escudo {
    width: 45px;
    height: 45px;
    background-color: black;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end
}

.equipo:first-child .nombre {
    margin-left: 10px
}

.equipo:last-child .nombre {
    margin-right: 10px
}

span {
    display: flex;
    justify-content: center;
    margin: auto
}

.nombre {
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center
}

input {
    width: 50px;
    height: 40px
}

form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.sig {
    display: flex;
    align-self: center;
    width: 80px;
    border: 2px black solid;
    font-family: sans-serif;
    text-align: center
}

.gA,
.gB,
.gC,
.gD,
.gE,
.gF,
.gG,
.gH {
    background-color: #e9e9e9;
    display: inline-block;
    width: 570px;
    height: 940px;
    margin: 10px 2%
}

.cabecera {
    width: 100%;
    height: 120px;
    color: #fff;
    display: flex;
    background-color: #676767
}

.cabecera .grupo {
    width: 16%;
    background-color: #000;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 10px
}

.cabecera .grupo span {
    font-size: 65px;
    line-height: 60px;
    display: flex;
    justify-content: center
}

.cabecera .camiseta {
    width: auto;
    height: auto;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.cabecera .camiseta>p {
    font-family: 'Open Sans Condensed', sans-serif
}

.cabecera .camiseta>div {
    width: 39px;
    height: 39px;
    background-color: black;
    border-radius: 83px;
    margin: 0 auto
}

.cabecera .camiseta div {
    width: 45px;
    height: 45px;
    background-size: cover;
    display: flex;
    justify-content: space-between
}

.fechas {
    height: 820px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center
}

.fecha {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 200px;
    margin-top: 15px;
    margin-bottom: 15px
}

.fecha p {
    width: 85px;
    background-color: #000;
    color: #fff;
    font-family: sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px;
    display: flex;
    justify-content: center
}

.partido {
    height: 80%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 25px;
    margin: auto
}

.equipos {
    width: 90%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.informacion {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 15px;
    margin: auto
}

.equipo:first-child {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.equipo:last-child {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.equipo:first-child .escudo {
    width: 45px;
    height: 45px;
    background-color: black;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start
}

.equipo:last-child .escudo {
    width: 45px;
    height: 45px;
    background-color: black;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end
}

.equipo:first-child .nombre {
    margin-left: 10px
}

.equipo:last-child .nombre {
    margin-right: 10px
}

span {
    display: flex;
    justify-content: center;
    margin: auto
}

.nombre {
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center
}