﻿

#player2-container .mejs__time-buffering, #player2-container .mejs__time-current, #player2-container .mejs__time-handle,
#player2-container .mejs__time-loaded, #player2-container .mejs__time-hovered, #player2-container .mejs__time-marker, #player2-container .mejs__time-total {
    height: 2px;
}

#player2-container .mejs__time-total {
    margin-top: 9px;
}
#player2-container .mejs__time-handle {
    left: -5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ffffff;
    top: -5px;
    cursor: pointer;
    display: block;
    position: absolute;
    z-index: 2;
    border: none;
}
#player2-container .mejs__time-handle-content {
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
}
.videoIntro1{
    width: 100%!important;
    height: 100%!important;
}
.videoIntro2{
    width: 100%;
    height: 100%;

}
.content-video{
    width: 100%!important;
    height: 100% !important;
}
.btnIniciarIntro{
    position: absolute;
    left: calc(50% - 117.5px);
    top: calc(50% - 15px );
    z-index:1;
}

.btniniciar{
    background-color: #F1C40F!important;
    border-color: #F1C40F!important;
    color: #000!important;
    font-weight: bold!important;
}
.btnlogin{
    background-color: #000000;
    border-color: #000000;
    color: #FFF;
    font-weight: bold;
}

.modal_intro {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
    z-index:1999!important;
    overflow: hidden;
}

.btnRegisterIntroLogin{
    position: absolute!important;
    left: 30%!important;
    top: calc(75% - 15px )!important;
    z-index: 3 !important;
    background: transparent;
    color: white;
    text-decoration: underline;
    text-shadow: 1px 1px 2px black;

}
.btnRegisterIntroRegister{
    position: absolute!important;
    right: 30%!important;
    top: calc(75% - 15px )!important;
    z-index: 3 !important;
}

.btnRegisterIntroModal{
    left: calc(74% - 30px)!important;
    top: calc(75% - 15px )!important;
    z-index: 3 !important;
}

.eyes-postion{
    top:9px!important;
    right: -17px!important;
}
.size-text-modal{
    font-size: 12px!important;
}
.padding-modal-intro{
    padding: 25px;
}

.terms-height {
    height: 495px!important;
    overflow-x: auto!important;
}

.link-terms {
    text-decoration: underline!important;
    color: #343a40!important
}

@media screen and (max-width: 768px) {
    .btnRegisterIntroLogin{
        position: absolute!important;
        left: calc(50% - 100px)!important;
        bottom: 5%!important;
        top: 90%!important;
        z-index: 3 !important;
        background: transparent;
        color: white;
        width: 200px;
        height: 40px;
        text-decoration: underline;
        text-shadow: 1px 1px 2px black;

    }
    .btnRegisterIntroRegister{
        position: absolute!important;
        left: calc(50% - 100px)!important;
        bottom: 15%!important;
        top: 80%!important;
        z-index: 3 !important;
        width: 200px;
        height: 40px;
        text-decoration: underline;
        text-shadow: 1px 1px 2px black;
    }
}