#partidosDiv{
    display:none;
    position:absolute;
    opacity:0;
    z-index: 5;
    overflow: hidden;
}
#selectPartido{
    position: relative;
    overflow: hidden;
    width: 100%;
    display: block;
    min-height:100vh;
}
.greenBack {
    background-image: url("/files/img/background.png");
    background-size: cover;
    background-position: 50% 50%;
}

.poweredBy {
    position: relative;
    overflow: hidden;
    width: 205px;
    margin: 0 auto;
    z-index: 2;
}

.poweredByText {
    position: relative;
    overflow: hidden;
    color: white;
    font-size: 12px;
    font-weight: 800;
    width: 100%;
    text-align: center;
    letter-spacing: 1px;
}

.poweredByImg {
    position: relative;
    overflow: hidden;
    display: block;
    width: 95%;
    margin: 0 auto;
    margin-top: 5px;
}

.urnaLogo {
    position: relative;
    overflow: hidden;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    margin-top: -15px;
    z-index: 2;
}

.urnaLogoImg {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

#partidosText{
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
    color: white;
    margin-top: 20px;
    font-weight: 900;
    font-size: 20px;
    z-index: 2;
}

#partidos {
    position: relative;
    overflow: hidden;
    width: 95%;
    max-width:900px;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 30px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
}

.partido{
    position: relative;
    float: left;
    width: 42%;
    height: auto;
    margin-left: 4%;
    margin-right: 4%;
    margin-bottom: 20px;
    max-width: 200px;
    overflow: hidden;
    background-color: #ededed;
    border-radius: 13px;
}

.partidoName{
    position: relative;
    display: table-cell;
    color: #666666;
    margin-top: 5px;
    font-size: 10px;
    margin-bottom: 5px;
    margin-left: 10px;
    height: 30px;
    overflow: hidden;
    font-family: 'Muli-Regular', sans-serif;
    vertical-align: middle;
    padding-left: 10px;
    text-transform: uppercase;
}

.partidoImg{
    position: relative;
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
    border-radius: 7px;
}

.specialPartido{
    height: 30px;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    font-family: 'Muli', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}
#votoBlanco{
    background-color: white;
    color: black;
}
#votoAnulado{
    background-color: #ef1a1d;
    color: white;
}
