@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Ethiopic:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
    --resol-h: 1080px;
    --resol-w: 1920px;
    --hdresol-h: 720px;
    --hdresol-w: 1280px;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    scroll-behavior: auto;
}

body {
    display: flex;
    flex-direction: column-reverse;
    background-color: #222;
    font-family: 'Noto Sans Ethiopic', sans-serif;
}

.esconder {
    opacity: 0;
}

.sendBack{
    z-index: -1 !important;
}

.sendFront{
    z-index: 5 !important;
}

.sp--body-login {
    background-image: url("../assets/imagens/bg.svg");
    display: flex;
    width: var(--resol-w);
    height: var(--resol-h);
}

.conteudo {
    position: absolute;
    bottom: 5%;
    height: 43%;
    width: 100%;
    padding-left: 150px;
    padding-right: 20px;
    overflow: auto;
    z-index: 3;
    transition: all 0.5s ease;
}

.canais>.thumb {
    border-radius: 0 !important;
    background-color: rgb(243, 243, 243);
}

.opaco {
    /* opacity: 0.2; */
}

.tmpBotoes {
    display: flex;
    justify-content: center;
    height: 60px;
    padding-top: 60px;
    padding-bottom: 30px;
    width: 100%;
}

.tmpBotoes .tmpButton {
    background-color: rgba(0, 0, 0, 0.4);
    border: solid 2px white;
}

.temporadas {
    padding-left: 50px;
    padding-right: 50px;
    height: 32%;
}

#temporada {
    padding-top: 40px;
}

.tmpBotoes button {
    display: flex;
    outline: none;
    align-items: center;
    text-align: center;
    color: white;
    background-color: #333;
    font-weight: 500;
    font-size: 16px;
    height: 40px;
    width: 150px;
    margin-left: 20px;
    border-style: none;
    border-radius: 50px;
    box-shadow: 0 0 10px black;
    transition: all 0.2s ease;
    justify-content: center;
}

.tmpBotoes button:focus {
    background-color: #ffb000;
    border: solid 1px #ffb000;
    color: black;
}

.categoria,
.avatar-slider {
    height: 200px;
    z-index: 1500;
    margin-bottom: 10px;
}

.avatar-slider {
    width: 500px;
    margin-bottom: 200px;
}

.categoria p {
    font-weight: 500;
    font-size: 20px;
    text-shadow: 1px 1px black;
    display: flex;
    justify-content: left;
    color: white;
}

::-webkit-scrollbar {
    width: 0;
}

.thumb {
    border-radius: 5px;
    height: 190px !important;
    filter: saturate(0.4);
    text-align: center;
    background-color: #333;
}

.cifrao {
    width: 40px;
    transform: translateX(-45px);
    margin-right: -40px;
    z-index: 9999;
}

.thumb:focus,
.fcanais:focus {
    filter: saturate(1.2);
    border-radius: 0;
    cursor: pointer;
    z-index: 99;
    /* border: solid 4px darkorange; */
    outline: 3px solid darkorange;
}

.swiper-wrapper {
    padding: 4px;
}

.swiper {
    padding-right: 6px !important;
}

.swiper2 {
    overflow: hidden;
    /* margin-bottom: 30px; */
}

.thumbIMG{
    height: 130px;
    width: 130px;
    align-self: center;
    justify-self: center;
    border-radius: 10px;
}

.fcanais{
    display: flex;
    justify-content: center;
    align-items: center;
    content: attr('data-logo') !important;
    border-radius: 10px;
    border-style: none;
    border: solid 2px #555;
    background-image: linear-gradient(180deg, #222, #555);
}

.player-poster{
    background-size: contain !important;
}

.fcanais:focus{
    /* justify-content: flex-start; */
    /* width: 860px !important; */
    border: solid 2px darkorange;
    outline: none;
    border-radius: 10px;
    /* padding: 20px; */
    /* text-align: left; */
}

/* 
.c-canais{
    bottom: 2%;
    height: 45% !important;
}

.sw-canais{
    margin-left: -778px !important;
}

 */
/* 


.fcanais:focus .thumbIMG{
    width: 150px;
    height: 150px;
    align-self: left;
    margin-right: 60px;
    filter: drop-shadow(0 0 10px #111);
}


.fcanais:focus .thumbTitulo{
    margin-bottom: 25px;
    margin-top: -50px;
    width: 600px;
    font-size: 30px;
    font-weight: 700;
    align-self: flex-start;
    justify-self: flex-start;
}

.fcanais:focus .thumbAtual{
    width: 500px;
    font-size: 24px;
    color: #ccc;
    align-self: flex-start;
    justify-self: flex-start;
} */


.sp--formArea {
    position: absolute;
    top: 0;
    left: 0;
    width: var(--resol-w);
    height: var(--resol-h);
    display: flex;
    align-items: center;
    justify-content: center;
}

.sp--form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-right: 50px;
    border-right: solid 2px #333;
    z-index: 999;
}

.criar {
    padding: 0;
    margin-top: 350px;
    margin-bottom: 100px;
    border-right: none !important;
}

.avatares {
    padding-bottom: 200px !important;
}

.sp--form-logo {
    width: 400px;
    margin-left: 50px;
    filter: drop-shadow(0 0 5px black);
}

.sp--formErro {
    font-size: 20px;
    text-align: center;
    align-self: center;
    position: absolute;
    top: calc(var(--hdresol-h)/2);
    left: calc(var(--hdresol-w)/2.3);
    color: red;
    animation-name: anim-erro-login;
    animation-duration: 1s;
    animation-direction: alternate-reverse;
    animation-iteration-count: infinite;
}

.sp--form-email,
.sp--form-senha,
.sp--form-entrar {
    margin-top: 20px;
    height: 50px;
    width: 450px;
    border-radius: 5px;
    border-style: none;
    outline: none;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    box-shadow: 0 5px 5px -2px black;
}

.sp--form-entrar {
    margin-top: 50px;
    height: 60px;
    background-color: #222;
    color: #ffb000;
    border-color: #333;
    border-style: solid;
    border-width: 2px;
}

.sp--form-email:focus,
.sp--form-senha:focus,
.sp--form-entrar:focus {
    border: 2px solid #ffb000;
}

.req {
    border: 2px solid red !important;
}

.sp--form-entrar:focus {
    background-color: #ffb000;
    color: #333;
    border-color: #333;
    border-style: solid;
    border-width: 2px;
}

.sp--carregar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    box-shadow: inset var(--resol-w) 0 0 0 #222;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.sp--carregar-item {
    height: 2px;
    width: 25px;
    animation-name: anim-load;
    animation-duration: 0.5s;
    animation-direction: alternate-reverse;
    animation-iteration-count: infinite;
}

.vjs-loading-spinner {
    /* transform: translateX(-50%) !important; */
    height: 5px !important;
    width: 100px !important;
    border: none !important;
    animation-name: anim-videoLoad !important;
    animation-duration: 1s !important;
    animation-direction: alternate-reverse !important;
    animation-iteration-count: infinite !important;
    visibility: visible !important;
}

.erroLabel {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100px;
    text-align: center;
    color: white;
    font-weight: 500;
    font-size: 30px;
    line-height: 3;
    top: 0;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
}

.mostrarErro {
    display: block;
}

.video-js {
    width: var(--resol-w) !important;
    height: var(--resol-h) !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 999999;
}

/* li.vjs-menu-item.vjs-texttrack-settings {
    display: none;
} */

.vjs-menu .vjs-menu-content {
    display: flex !important;
    width: 300px !important;
    flex-direction: column;
    justify-content: center !important;
    margin-right: 10px !important;
    align-items: flex-start;
    position: fixed !important;
    bottom: 5% !important;
    right: 0 !important;
}

.vjs-menu li {
    text-align: center !important;
    width: 100%;
}

.btnProximoEp {
    height: 60px !important;
    width: 250px !important;
    position: fixed !important;
    left: calc(100% - 300px) !important;
    top: calc(100% - 130px) !important;
    background-color: rgba(0, 0, 0, 0.4);
    border: solid 2px #ffb000 !important;
    box-shadow: 0 0 5px black;
    border-radius: 50px !important;
    color: black;
    font-size: 20px !important;
    font-weight: 600 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    outline: none;
}

.nxt {
    display: none;
}

.icoPlayerPlayPause {
    opacity: 0;
    content: url("../assets/icones/icoPlayerPlay.png");
    position: fixed;
    top: 50%;
    left: calc(50% - 50px);
    width: 100px;
    height: 100px;
    border-radius: 50px;
}

.icoPlay {
    content: url("../assets/icones/icoPlayerPlay.png") !important;
}

.icoPause {
    content: url("../assets/icones/icoPlayerPause.png") !important;
}

.icoRetro,
.icoAvancar {
    position: fixed;
    opacity: 0;
    top: 50%;
    width: 100px;
    height: 100px;
}

.icoAvancar {
    left: calc(50% + 500px);
    content: url("../assets/icones/icoPlayerAvancar.png") !important;
}

.icoRetro {
    left: calc(50% - 600px);
    content: url("../assets/icones/icoPlayerRetro.png") !important;
}

.showControlIcons {
    opacity: 1 !important;
}

.vjs-modal-dialog {
    opacity: 0;
}

.vjs-control-bar {
    background-color: transparent !important;
}

.vjs-theme-sea {
    font-size: 18px !important;
    font-weight: 600 !important;
}

#player2 {
    position: absolute;
    left: 8% !important;
    top: 5% !important;
    border-radius: 10px !important;
    z-index: 99999 !important;
}


.container .spinner-three-bounce{
    display: none !important;
}

#player2 .vjs-tech{
    border-radius: 10px !important;
    box-shadow: none !important;
}

.vjs-fullscreen-control,
.vjs-volume-panel,
.vjs-mute-control,
.vjs-big-play-button {
    display: none !important;
}

/* .vjs-time-tooltip,
.vjs-remaining-time{
    font-size: 18px !important;
    line-height: 1 !important;
    font-weight: 600;
} */

/* .vjs-menu-button,
.vjs-volume-panel,
.vjs-picture-in-picture-control,
.vjs-fullscreen-control,
.vjs-mute-control,
.vjs-big-play-button{
    display: none !important;
} */

@keyframes anim-erro-login {
    from {
        color: red;
    }

    to {
        color: darkorange;
    }
}

@keyframes anim-load {
    from {
        background-color: blue;
        width: 25px;
    }

    to {
        background-color: darkorange;
        width: 10%;
    }
}

@keyframes anim-videoLoad {
    from {
        background-color: blue;
    }

    to {
        background-color: darkorange;
    }
}

@media all and (max-width: 1919px) {

    .thumbIMG{
        height: 110px;
        width: 110px;
    }
    .sp--carregar {
        width: var(--hdresol-w);
        height: var(--hdresol-h);
        box-shadow: inset var(--hdresol-w) 0 0 0 #222;
    }

    .sp--formArea {
        width: var(--hdresol-w);
        height: var(--hdresol-h);
    }

    #temporada {
        padding-top: 25px;
    }

    .video-js {
        width: var(--hdresol-w) !important;
        height: var(--hdresol-h) !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
    }

    .conteudo {
        padding-left: 100px;
        height: 45%;
    }

    .temporadas {
        height: 35%;
    }

    .thumb {
        height: 130px !important;
    }

    .cifrao {
        width: 30px;
        transform: translateX(-40px);
        margin-right: -30px;
        margin-top: 4px;
    }

    .categoria {
        height: 140px;
    }

    .categoria p {
        font-size: 16px;
    }

    .sp--formErro {
        top: calc(var(--resol-h)/6);
        left: calc(var(--resol-w)/8.2);
        align-self: flex-start;
    }

    .icoPlayerPlayPause,
    .icoRetro,
    .icoAvancar {
        width: 75px;
        height: 75px;
    }

    .icoAvancar {
        left: calc(50% + 300px);
    }

    .icoRetro {
        left: calc(50% - 400px);
    }

    #player2 .container{
        left: 0 !important;
        top: 0 !important;
        width: 60% !important;
        height: 60% !important;
    }

    .criar {
        padding: 0;
        margin-top: 400px;
        margin-bottom: 50px;
        transform: scale(0.9);
        border-right: none !important;
    }
}