#tournamentSelectFooter{
    width: 120px;
    height: 25px;
    font-size: 14px;
    font-family: 'Oswald';
}
#divisionSelectFooter{
    width: 120px;
    height: 25px;
    font-size: 14px;
    font-family: 'Oswald';
}
#mainMenuDummy{
    position:relative;
    width:100%;
    height:75px;
    overflow:hidden;
}
.mainMenu{
    position:fixed;
    top:0px;
    width:100%;
    height:75px;
    z-index:1;
    overflow:hidden;
}

.centeredMenu{
    display: flex;
    justify-content: center;
    gap: 25px;
    position: relative;
    width: 1000px;
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
}

#mainMenuLogo{
    float: left;
    position: relative;
    height: 100%;
}

#divisionDiv{
    float: right;
    position: relative;
    width: 130px;
    margin-right: 0px;
    margin-top: -5px;
}

.mainMenuOptions{
    float: left;
    position: relative;
    /*width: 825px;*/
    height: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

#divisionDivFooter{
    float: left;
    position: relative;
    width: 170px;
    margin-left: 250px;
}

#mainMenuOptionsFooter{
    float: left;
    position: relative;
    width: 630px;
    height: 28px;
    margin-left: 15px;
    margin-top: 12px;
}

.mainMenuOption{
    position: relative;
    float: right;
    color: white;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
    padding-right: 5px;
}
.mainMenuSelectedOption{
    background-color: #58ae33;
    border-radius: 5px;
}
#content{
    position:relative;
    width:100%;
    height:100%;
    overflow:hidden;
}

#principalContainer{
    position:relative;
    width:100%;
    min-height:560px;
    height:auto;
    overflow:hidden;
    background-color:#ededed;
}

#centeredPrincipal{
    display: flex;
    align-items: center;
    position:relative;
    width:1000px;
    height:auto;
    overflow:hidden;
    margin:0 auto;
}

#principalBkg{
    position: absolute;
    width: 100%;
    min-height: 100%;
    min-width: 1000px;
    top: 0;
}

#playerContainer{
    position:relative;
    float:left;
    top:25px;
    width:433px;
    height:629px;
}

#player{
    position:fixed;
    top:78px;
}

#moreInfo{
    position:absolute;
    bottom:50px;
    left:100px;
}

#indexInformationContainer{
    position:relative;
    float:left;
    width:100%;
    height:auto;
    min-height:400px;
}
#informationContainer{
    position:relative;
    float:left;
    width:50%;
    height:auto;
    margin-top:100px;
    min-height:400px;
}

#leagueTitle{
    position: relative;
    width: 680px;
    height: 170px;
    font-size: 70px;
    margin-top: 35px;
    margin-left: 160px;
    font-weight: 700;
}

#timerLogo{
    position: relative;
    width: 450px;
    margin: 0 auto;
    display: block;
}

#leagueText{
    position:relative;    
    width:85%;
    height:155px; 
    margin-left:40px;
    font-size:18px;
    text-align: justify;
    line-height: 26px;
}

.suscribeContainer{
    position: absolute;
    width: 350px;
    height:auto;
    left: 325px;
    top: 100px;
}

.suscribeText{
    position: absolute;
    width: 154px;
    height: 43px;
    top: 0px;
    left: 5px;
    color: white;
    font-size: 22px;
    line-height: 43px;    
    text-align:center;
    font-weight: 100;
}

.suscribeText:hover{
    cursor:pointer;
}

.vacanciesText{
    position: absolute;
    left: 160px;
    font-size: 30px;
    font-weight: 700;
    top: 185px;
}

.timerContainer{
    position: relative;
    width: 100%;
    height: 220px;
}

.timerText1{
    position: absolute;
    top: 20px;
    left: 310px;
    font-weight: 400;
    font-size: 20px;
    color: black;
}

.timerText2{    
    position: relative;
    margin-top: 15px;
    text-align: center;
    font-size: 19px;
}

.timer{
    position: relative;
    width: 453px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.timerLetter{
    margin-left: 5px;
}

.timerDots{
    position: relative;
    float: left;
    width: 19px;
    color: #001a46;
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    line-height: 63px;
}
.digitsDiv{
    position: relative;
    float: left;
    height: auto;
    overflow: hidden;
    width:99px;
}
.digitBox{
    position: relative;
    float: left;
    width: 45px;
    height: 65px;
    overflow: hidden;
    margin-left: 2px;
    margin-right: 2px;
    border-radius: 6px;
}

.digit{
    position: relative;
    color: white;
    font-family: 'Oswald-Medium', sans-serif;
    font-size: 28px;
    text-align: center;
    line-height: 65px;
}
.timerLabel{
    position: relative;
    float: left;
    width: 100%;
    height: 20px;
    text-align: center;
    margin-top: 5px;
    font-size:15px;
}
#subscribeContainer{
    position: relative;
    width: 300px;
    margin: 0 auto;
    margin-top: 35px;
    display: block;
    height: 60px;
    border-radius: 7px;
}
#subscribeText{
    position: relative;
    float: left;
    text-align: center;
    line-height: 60px;
    color: white;
    margin-left: 40px;
    font-size: 18px;
}
#subscribeArrow{
    position: relative;
    float: left;
    width: 30px;
    margin-top: 25px;
    margin-left: 15px;
}

#appButtonsContainer{
    position: relative;
    width: 445px;
    height: 65px;
    margin-left: 276px;
}

.storeBtn{
    position:relative;
    float:left;
    height:65px
}

#googlePlayBtn{
    margin-right:5px;
}

.reusableBkgContainer{
    position:relative;
    float:left;
    margin-bottom:3px;
    height:600px;
    min-width: 498px;
    min-height: 520px;
    max-height:700px;
}

.reusableContainer{
    position: relative;
    float: left;
    width: 350px;
    height: 250px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 55px;
    margin-bottom: 30px;
    background-color: #ededed;
    border-radius: 10px;
}
.reusableImgContainer{
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-top: -50px;
    border-radius: 100%;
    background-color: #30a443;
    overflow:hidden;
}

.reusableTextInfo {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 120px;
}

.reusableWhiteLine{
    position:relative;
    width:100%;
    height:0px;
    border:2px solid white;
    top:353px;
    left:0px;
}

#mapInfo{
    position:absolute;
    top:-10px;
    left:250px;
    width:420px;
    height:100px;
    font-size:32px;
    font-weight:700;
    color:white;
    line-height:48px;
}

.reusableBtnContainer{
    position: absolute;
    bottom: 20px;
    width: 130px;
    left: calc(50% - 65px);
    height: 40px;
    line-height: 40px;
    color: white;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    cursor:pointer;
}

.reusableImg{
    position: relative;
    height: 60px;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
}

#informationImg{
    height:50px;
    margin-top:25px;
}
.reusableBtnText{
    position: absolute;
    top: 0px;
    left: 0px;
    color: #666666;
    font-size: 18px;
    line-height: 43px;
    width: 164px;
    text-align: center;
    font-weight: 200;
}

.reusableBtnText:hover{
    cursor:pointer;
}

.reusableTitleInfo{
    position: relative;
    width: 90%;
    margin: 0 auto;
    margin-top: 15px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #001a46;
    text-transform: uppercase;
}

.reusableInfo{
    position: relative;
    width: 90%;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    color: #001a46;
    margin: 0 auto;
    margin-top: 5px;
}

.additionalInfo{
    position:relative;
    width:100%;
    height:56px;
    left:0px;    
    font-size:20px;
    color:#777777;
    font-weight: 100;
}
.asterisk{
    position: relative;
    float: left;
    width: 22px;
    height: 56px;
    margin-left: 17px;
    margin-top: 1px;
}
.additionalInfoText{
    position: relative;
    float: left;
    width: 500px;
    height: 45px;
    font-size: 18px;
    line-height: 26px;
}

.twoDigitsBox{
    position:relative;
    float:left;
    width:80px;
    height:59px;
}

.digitsPair{
    position: absolute;
    top: 11px;
    height: 40px;
    left: 10px;
    width: 80px;
    font-weight: 300;
    color: #00A3D9;
    font-size: 40px;
    letter-spacing:21px;
}

#indexLink{
    position: absolute;
    top: 0px;
    left: 49px;
    height: 42px;
    width: 280px;
}

.whiteBtn{
    position: absolute;
    width: 164px;
    height: 55px;
    font-size: 21px;
    color: #27465F;
    text-align: center;
    line-height: 45px;
    font-weight: 400;
    background-image: url('/images/index/whiteBtn.png');
    background-size: 100%;
}

.whiteBtn:hover{
    cursor:pointer;
    opacity:0.9;
}

.blueBtn{
    position:absolute;
    width:164px;
    height:45px;
    font-size:22px;
    color:white;
    text-align:center;
    background-color: #4B6379;
    line-height: 45px;
    font-weight:200;
}

.roundedCorner
{   
    -moz-border-radius:4px; /* Firefox */
    -webkit-border-radius: 4px; /* Safari, Chrome */
    -khtml-border-radius: 4px; /* KHTML */
    border-radius: 4px; /* CSS3 */
}

.blueBtn:hover{
    cursor:pointer;
}
#vidFixedContainer{
    position:fixed;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    z-index: 1;
    display:none;
}
#vidDivContainer{
    position:absolute;
    width:100%;
    height:100%;
}
#mapFixedContainer{
    position:fixed;
    left:0px;
    top:75px;
    width:100%;
    height:calc(100% - 75px);
    z-index: 1;
    display: none;
}
#mapDivContainer{
    position: absolute;
    left: 0px;
    width: 100%;
    top: 0px;
    height: 100%;
    border-radius: 0px;
}
#mapDivContainerBkg{
    background-color: rgba(0, 26, 29, 0.9);
    opacity:1;
}
#mapDiv{
    position: relative;
    width: 94%;
    left: 3%;
    height: 80%;
    top: 10%;
    border-radius: 8px;
    overflow: hidden;
}
#map{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height: 100%;
}
#closeMap{    
    position: absolute;
    right: 3%;
    top: calc(10% - 40px);
    color: white;
    font-size: 30px;
}
#closeMap:hover{
    cursor:pointer;
}
#viewMap:hover{
    cursor:pointer;
}
#subscribe{
    margin-top: 13px;
}
#subscribe:hover{
    cursor: pointer;
}
#facebookAndTwitter{
    position: absolute;
    top: 140px;
    left: 370px;
    width: 410px;
    height: 35px;
}
#leagueVideo{
    position: relative;
    display:block;
    margin: 0px auto;
    margin-top:5%;

}
.subsubtitle{
    position: relative;
    font-size: 18px;
    margin-left: 40px;
    margin-bottom: 25px;
}
#logoUCM{
    margin-top: 20px;
    margin-left: 100px;
    height: 95px;
}
#UCMText{
    position: relative;
    width: 74%;
    margin-top: 30px;
    margin-left: 40px;
    font-size: 18px;
    text-align: justify;
    line-height: 26px;
}
#squaresContainer{
    position:relative;
    height:auto;
    overflow:hidden;
    background-image:url('/files/indexBkg.jpg');
    background-size:cover;
    background-position:center;
}
#squaresCenteredContainer{
    position: relative;
    padding: 20px calc(50% - 400px);
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    /*backdrop-filter: hue-rotate(215deg);*/
}

#bottomSubscriptionTitle{    
    position: relative;
    text-align: center;
    margin-top: 40px;
    font-size: 26px;
    letter-spacing: 2px;
    color: #001a46;
}
#bottomSubscriptionImage{
    position: relative;
    display: block;
    width: 350px;
    margin: 0 auto;
    margin-top: 40px;
}
#bottomSubscriptionButton{
    position: relative;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 40px;
    width: 220px;
    height: 55px;
    font-size: 19px;
    line-height: 55px;
    border-radius: 5px;
    color: white;
    text-align: center;
}
#bottomSubscriptionButton:hover{
    opacity:0.85;
}

#bottomSubscriptionDiv{
    position:relative;
    width:calc(100%-40px);
    padding: 20px;
    min-width: 1000px;
    height:auto;
    overflow:hidden;
    background-color:#ededed;
}

#logoContainer{
    position: relative;
    float: left;
    width: 50%;
}
#topLogo{
    position: relative;
    height: 350px;
    margin: 0 auto;
    display: block;
}

#logo{
    position: relative;
    width: 150px;
    margin: 0px 110px;
}
#leagueTitle{
    position: relative;
    width: 100%;
    height: 165px;
    font-size: 49px;
    margin-top: 15px;
    margin-left:0px;
    text-align: center;
    font-weight: 700;
    color: #4C647A;
}

#fbButton{
    position: absolute;
    height: 40px;
    width: 40px;
    left: 35%;
    bottom:20px;
    border-radius: 5px;
}
#fbButton .socialIcon{
    position: relative;
    width: 35px;
    margin: 0 auto;
    display: block;
    margin-top: 4px;
}

#igButton{
    position: absolute;
    height: 40px;
    width: 40px;
    right: 35%;
    bottom:20px;
    border-radius: 5px;
}
#igButton .socialIcon{
    position: relative;
    width: 23px;
    margin: 0 auto;
    display: block;
    margin-top: 8px;
}
#divisionSelectDummy{
    position:relative;
    width:100%;
    height:45px;
    overflow:hidden;
}
#divisionSelectDiv{
    position: fixed;
    width: 100%;
    min-width: 1000px;
    height: 45px;
    background-color: #ededed;
    top: 75px;
    z-index: 1;
    text-align:center;
}
#divisionCenteredDiv{
    position:relative;
    display:inline-block;
    width:auto;
    height:100%;
    overflow:hidden;
}
.selectDivision{
    position: relative;
    float: left;
    width: auto;
    margin-top: 7.5px;
    -webkit-appearance: none;
    box-shadow: none !important;
    outline: none;
    border: none;
    text-align: left;
    margin-left: 40px;
    font-size: 11px;
    height: 30px;
    padding-left: 15px;
    padding-right: 25px;
    background-color: #d7d9dd;
    background-image: url(/files/divisionArrow.png);
    background-repeat: no-repeat;
    background-size: 11px;
    background-position: 92% 50%;
}
.selectsArrow{
    position: relative;
    float: left;
    margin-top: 47px;
    margin-left: 10px;
}
@media screen and (max-width:768px){
    #principalContainer{
        min-height:0px;
    }
    #squaresContainer{
        width:100%;
    }
    .reusableBkgContainer{
        width: 100%;
        min-height: 0px;
        min-width:0px;
        height: 125px;
    }
    #centeredPrincipal{
        width:100%;
    }
    #titleLogo{
        position: relative;
        width: 75px;
        top: 16px;
    }
    #leagueTitle{
        font-size:28px;
        height:auto;
    }
    #informationContainer{
        margin-top:10px;
    }

    .suscribeContainer{
        width: 60%;
        left: 20%;
    }
    #subscribeBtn{
        font-size:26px;
        height: 60px;
        line-height: 60px;
    }
    #appButtonsContainer{
        width:100%;
        margin-left:0px;
        height:auto;
        overflow:hidden;
        margin-bottom:30px;
    }
    .storeBtn{
        width:43%;
        height:auto;
    }
    #googlePlayBtn{
        margin-right:4%;
        margin-left:5%;
    }
    #principalBkg{
        min-width:100%;
    }
    #informationContainer{
        min-height:0px;
    }
    .reusableCenteredDiv{
        width:100%;
        height:100%;
        top:0px;
    }
    .reusableContainer{
        height:230px;
    }
    .reusableInfo{
        font-size:13px;
    }
    #bottomSubscriptionDiv{
        min-width:0px;
    }
    .centeredMenu{
        width: 100%;
        height: 70px;
    }
    .mainMenu, #mainMenuDummy{
        height:70px;
    }
    #mainMenuLogo{
        height: 45px;
        width: auto;
        margin-top: 12.5px;
        margin-left: 20px;
    }
    #divisionSelectDiv{
        top:70px;
        min-width:0px;
    }
    .selectDivision{
        font-size: 9px;
        margin-left: 5px;
        padding-left: 8px;
        padding-right: 20px;
    }
    .selectsArrow{
        margin-top: 19px;
        height: 10px;
        margin-left: 8px;
    }
    #squaresCenteredContainer{
        width:100%;
    }
    #timerLogo{
        width:85%;
    }
    .timer{
        width: 278px;
        max-width:90%;
    }
    .digitBox{
        width: 35px;
        height: 55px;
    }
    .digit{
        font-size:24px;
        line-height:55px;
    }
    .digitsDiv{
        width:80px;
    }
    #subscribeContainer{
        width:90%;
    }
    #subscribeText{
        margin-left:20%;
        font-size:16px;
    }
    .reusableContainer{
        width:90%;
    }
    #bottomSubscriptionTitle{
        font-size:18px;
    }
    #bottomSubscriptionImage{
        width:80%;
    }
    #bottomSubscriptionButton{
        width: 90%;
        font-size: 16px;
    }

    #mobileMenuDiv {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 70px;
        left:100%;
        background-color: rgba(0, 26, 29, 0.7);
        z-index: 2;
        transition: left .3s ease-out;
        -moz-transition: left .3s ease-out;
        -webkit-transition: left .3s ease-out;
        -o-transition: left .3s ease-out;
    }
    #mobileMenuDiv.open{
        left:0px;
    }
    #mobileMenu{
        position:absolute;
        top: 20px;
        width: 94%;
        left: 3%;
        height: 356px;
        background-color: #30a443;
        z-index: 1;
        border-radius: 7px;
    }
    #mobileMenu:after{
        bottom: 100%;
        right: 10px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    #mobileMenu:after {
        border-color: rgba(136, 183, 213, 0);
        border-bottom-color: #66ba53;
        border-width: 12px;
        margin-left: -30px;
    }
    #mobileMenuContainer{
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .mainMenuOption{
        float: none;
        width: 60%;
        text-align: center;
        display: block;
        font-size: 16px;
        line-height: 16px;
        height: 16px;
        margin: 0 auto;
        padding-top: 13px;
        padding-bottom: 13px;
        border-bottom: 1px solid rgba(255,255,255, 0.4);
    }
    .mainMenuOption:last-child{
        border-bottom:1px solid transparent;
    }

}