* {
    font-family: "Asap", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scrollbar-width: thin;
    scrollbar-color: #000000 #272727;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
}

.gray {
    filter: grayscale();
}

.container {
    width: 88.8%;
    margin: 0 auto;
}

#container-login,
#container-cadastro {
    height: 100%;
    opacity: 0;
    transition: opacity ease .3s;
}

.modal-cadastro[style="display: block;"] #container-login,
.modal-cadastro[style="display: block;"] #container-cadastro {
    opacity: 1;
}

.pre-load-content {
    position: relative;
}

.loader-tve.loader-contents {
    display: flex;
    position: absolute;
    margin: 0 auto;
    transform: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.loader-tve.loader-contents .donut {
    position: relative;
}

.svg-play-wrapper.open-login {
    position: relative;
    cursor: pointer;
}

.svg-play-wrapper.restricted {
    position: relative;
}

.svg-play-wrapper svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.svg-play-wrapper svg path,
.svg-play-wrapper svg rect {
    fill: transparent;
}

.svg-play-wrapper.play-white svg path,
.svg-play-wrapper.play-white svg rect {
    fill: #ffffff;
}

.svg-play-wrapper.play-recents svg {
    width: 60px;
}

.svg-play-wrapper.open-login svg,
.svg-play-wrapper.restricted svg {
    width: 120px;
}

.svg-play-wrapper.play-gray svg path {
    fill: #333333c2;
}

.svg-play-wrapper.play-gray svg path#Shape {
    fill: transparent;
}

.svg-play-wrapper.play-gray svg rect {
    fill: #ffffff;
}

.play-yellow {
    width: 38px;
    height: 38px;
}

.play-video.require-login {
    position: absolute;
    background: #000000ad;
    padding: 5px;
    font-size: 10px;
    color: #e0851a;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-weight: 400;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

.menu-busca-search form {
    position: relative;
}

#buscando {
    display: none;
    position: absolute;
    top: 30px;
    right: 40px;
}

#buscando .donut {
    animation: donut-spin 0.5s linear infinite;
    border-left-color: rgb(52, 52, 52);
    width: 20px;
    height: 20px;
}

#register-email ~ .donut {
    display: none;
    position: absolute;
    bottom: 15px;
    right: 20px;
    left: inherit;
    top: inherit;
}

#register-email ~ .donut {
    animation: donut-spin 0.5s linear infinite;
    border-left-color: rgb(239, 239, 239);
    width: 20px;
    height: 20px;
}

li.sugestion.selected {
    background-color: #f7931d !important;
    color: #FFF !important;
}

li.sugestion.selected span b {
    color: #FFF !important;
}

.menu-active .cookies {
    width: 100%;
    left: 0;
}

.cookies {
    position: fixed;
    left: 241px;
    bottom: 0px;
    width: calc(100% - 241px);
    height: 60px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2%;
    box-shadow: 0px 0px 15px #00000021;
    z-index: 99;
    transition: all ease .5s;
}

.cookies .text {
    font-size: 14px;
    font-weight: 400;
    margin-right: 20px;
    line-height: 1.5em;
}

.cookies .text a {
    color: #f7931d;
}

.cookies .accept {
    border: 0px;
    padding: 10px 15px;
    background: #f7931d;
    color: #FFF;
    border-radius: 100px;
    white-space: nowrap;
    margin-right: 50px;
    cursor: pointer;
    outline: 0;
    transition: all ease .3s;
}

.cookies .accept:hover {
    background: #e68619;
}

.cookies .close {
    width: 30px;
    min-width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 100px;
    background: #eaeaea;
    font-weight: 800;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-left: 2px;
    padding-bottom: 2px;
    transition: all ease .2s;
}

.cookies .close:hover {
    background: #dcdcdc;
}

.mobile-only {
    display: none;
}

textarea {
    resize: none;
}

html,
body {
    background-color: #333333;
    overflow-x: hidden;
}

body {
    overflow: hidden;
}

.lista .btn-assistir-home-series img {
    width: 30px;
    margin-right: 12px;
}

.centralize-logo {
    margin: 0 auto;
}

.conteudo,
.menu-busca,
.menu-lateral,
.menu-close,
#barra-brasil,
.mobile-none {
    opacity: 1;
}

.open-menu-btn.dashicons.dashicons-menu {
    padding: 2px;
    font-size: 30px;
    background-color: #333333;
    width: auto;
    height: auto;
    color: #8c8c8c;
}

.open-search-btn.search {
    padding: 8px !important;
    background-color: #333333;
    width: 34px;
    height: 34px;
    color: #8c8c8c;
    line-height: 10px;
}

.open-search-btn.search.active .search-opened {
    font-style: normal;
    font-size: 28px;
    text-align: center;
}

.open-search-btn.search .search-opened,
.open-search-btn.search.active .search-closed {
    display: none;
}

.open-search-btn.search.active .search-opened,
.open-search-btn.search .search-closed {
    display: block;
}


#barra-brasil {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    padding: 0 !important;
    background-color: #222 !important;
   /* height: 42px !important;*/
    display: flex !important;
    align-items: center;
    justify-content: center;
}

#barra-brasil a {
    font-size: 0.7em;
    font-family: Raleway, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.flex {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.flex-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.page-title {
    color: #fff;
    font-weight: 500;
    font-size: 26px;
    margin: 49px 0;
}

.yellow {
    color: #F79118;
}

.bold {
    font-weight: bold;
}

.no-more {
    color: #ffffff;
    width: 100%;
    margin-top: 15px;
    margin-left: 30px;
}

.no-more.no-more-result {
    margin-left: 0;
    margin-bottom: 50px;
    margin-top: 50px;
}

::-webkit-scrollbar-track {
    background-color: #272727;
}

::-webkit-scrollbar {
    width: 7px;
    height: 2px;
    background: #d5d5d5;
}

::-webkit-scrollbar-thumb {
    background: #000000;
    border-radius: 2rem;
}

html.menu-active .menu-busca,
html.menu-active .conteudo {
    left: 0;
    width: 100%;
    transition: .5s;
}

html.menu-active .menu-lateral {
    /*    left: -100%;*/
    left: -241px;
    transition: .5s;
}

html.menu-active .menu-close {
    left: -30px;
    transition: .5s;
}

html.menu-active .menu-close img {
    transform: rotate(180deg);
    transition: .5s;
}

/* Menu lateral */

.menu-close {
    background-color: #F8941D;
    border-radius: 100%;
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    left: 215px;
    height: 60px;
    position: fixed;
    transition: .5s;
    text-align: center;
    top: 50px;
    transform: translateZ(-1px);
    width: 56px;
    z-index: 100;
}

.menu-close img {
    margin-right: 12px;
    transition: .5s;
}

.menu-lateral {
    background-color: #000;
    border-right: 2px solid #F7931D;
    box-sizing: border-box;
    /*    box-shadow: 1px 30px 20px #000;*/
    box-shadow: 1px 30px 20px rgba(0, 0, 0, 0.5);
    color: #fff;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    overflow-x: hidden;
    transition: .5s;
    z-index: 100;
    padding-top: 42px;
}

.menu-lateral .flex.flex-column {
    align-items: inherit;
}

.menu-lateral .menu-lateral-navbar,
.menu-lateral .flex.flex-column,
.menu-lateral .menu-lateral-navbar-itens {
    height: 100%;
}

.menu-lateral .menu-lateral-navbar .menu-lateral-navbar-itens {
    position: relative;
}

.menu-lateral .menu-lateral-navbar .menu-lateral-item,
.menu-lateral .menu-lateral-navbar .menu-lateral-item-logo,
.menu-lateral .menu-lateral-navbar .menu-lateral-item-noar,
.menu-lateral .menu-lateral-navbar .menu-lateral-item-app {
    border-bottom: 1px solid rgba(151, 151, 151, .3);
    box-sizing: border-box;
    list-style: none;
    position: relative;
}

.menu-lateral .menu-lateral-navbar .menu-lateral-item-social {
    border-bottom: 1px solid rgba(151, 151, 151, .3);
    border-bottom: 0;
    box-sizing: border-box;
    list-style: none;
}

.menu-lateral .menu-lateral-navbar .menu-lateral-item a,
.menu-lateral .menu-lateral-navbar .menu-lateral-item p,
.menu-lateral .menu-lateral-navbar .menu-lateral-item-logo a,
.menu-lateral .menu-lateral-navbar .menu-lateral-item-noar a {
    color: #fff;
    display: block;
    padding: 19px 15px 19px 50px;
    text-decoration: none;
    transition: .2s;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
}

.menu-lateral .menu-lateral-navbar .menu-lateral-item-logo a {
    padding: 19px 15px 19px 29px;
}

.menu-lateral .menu-lateral-navbar .menu-lateral-item.menu-lateral-active a {
    font-weight: 500;
    font-size: 20px;
}

.menu-lateral .menu-lateral-navbar .menu-lateral-item-noar {
    background: #f79420;
    background: #f79420;
    background: -moz-linear-gradient(-45deg, #f79420 0%, #fdb718 77%);
    background: -webkit-linear-gradient(-45deg, #f79420 0%, #fdb718 77%);
    background: linear-gradient(135deg, #f79420 0%, #fdb718 77%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f79420', endColorstr='#fdb718', GradientType=1);
}

.menu-lateral .menu-lateral-navbar .menu-lateral-item-noar a {
    padding: 19px 15px 19px 27px;
}

.menu-lateral .menu-lateral-navbar .menu-lateral-item-noar p {
    font-size: 30px;
    padding: 19px 15px 0px 27px;
    text-transform: capitalize;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
}

.menu-lateral .menu-lateral-navbar .menu-lateral-item-noar span {
    font-size: 16px;
    padding: 0px 15px 0px 27px;
    text-transform: none;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #FFFFFF;
}

.menu-lateral .menu-lateral-navbar .menu-lateral-item-noar div {
    width: 200px;
}

.menu-lateral .menu-lateral-navbar .menu-lateral-item-noar a {
    position: relative;
}

.menu-lateral .menu-lateral-navbar .menu-lateral-item-noar a:after {
    background-image: url(../img/play-lateral.svg);
    bottom: 0;
    content: '';
    height: 37px;
    position: absolute;
    right: -40px;
    transform: translate(-50%, -50%);
    width: 37px;
}

.menu-lateral .menu-lateral-navbar .menu-lateral-item-noar a span {
    font-size: 20px;
    padding: 0;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    line-height: 0.1;
}

.menu-lateral .menu-lateral-navbar .menu-lateral-item-noar a span span {
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

.menu-lateral .menu-lateral-navbar .menu-lateral-item-app .menu-lateral-content,
.menu-lateral .menu-lateral-navbar .menu-lateral-item-social .menu-lateral-content {
    align-items: center;
    display: flex;
    justify-content: space-around;
    width: 239px;
}

.menu-lateral .menu-lateral-navbar .menu-lateral-item-app .menu-lateral-content p {
    font-size: 17px;
    padding: 19px 15px 19px 7px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
}

.menu-lateral .menu-lateral-navbar .menu-lateral-item-app .menu-lateral-content p span {
    font-weight: 300;
    font-family: "Roboto", sans-serif;
}

.menu-lateral .menu-lateral-navbar .menu-lateral-item-app .menu-lateral-content div:nth-child(1) {
    width: 50%;
}

.menu-lateral .menu-lateral-navbar .menu-lateral-item-app .menu-lateral-content div:nth-child(2) {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 24%;
}

.menu-lateral .menu-lateral-navbar .menu-lateral-item-app .menu-lateral-content div a {
    padding: 0;
}

.menu-lateral .menu-lateral-navbar .menu-lateral-item-social .menu-lateral-content .rede-social:nth-child(1),
.menu-lateral .menu-lateral-navbar .menu-lateral-item-social .menu-lateral-content .rede-social {
    background-color: #212121;
    margin: 0 .5px;
    width: 25%;
}

.menu-lateral .menu-lateral-navbar .menu-lateral-item-social .menu-lateral-content .rede-social a {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 59px;
    padding: 20px;
    text-align: center;
    width: 59px;
    transition: all ease .3s;
}

.menu-lateral-content .rede-social:nth-child(1) a:hover {
    background-color: #253794;
}

.menu-lateral-content .rede-social:nth-child(2) a:hover {
    background-color: #37a8e0;
}

.menu-lateral-content .rede-social:nth-child(3) a:hover {
    background-color: #a21e1e;
}

.menu-lateral-content .rede-social:nth-child(4) a:hover {
    background-color: #a21e91;
}

.menu-lateral .rede-social a img {
    height: 15px;
    width: auto;
}

.menu-lateral .menu-lateral-navbar .menu-lateral-item:hover > a {
    /* transform: perspective(500px) translate3d(10px, 0px, 10px); */
    font-weight: 500;
}

.menu-lateral .menu-lateral-navbar .menu-lateral-item:hover .icons-menu,
.menu-lateral .menu-lateral-navbar .menu-lateral-item.menu-lateral-active .icons-menu {
    opacity: 0.7;
}

.menu-lateral .menu-lateral-navbar .menu-lateral-item.menu-lateral-active:not(.menu-lateral-item-logo):before {
    content: '';
    position: absolute;
    /*    width: 100%;*/
    height: 100%;
    border-left: 10px solid #F7931D;
}

/* .menu-lateral .menu-lateral-navbar .menu-lateral-item.menu-lateral-active > a{
  transform: perspective(500px) translate3d(10px, 0px, 10px);
}
.menu-lateral .menu-lateral-navbar .menu-lateral-item.menu-lateral-active:hover > a{
  transform: perspective(500px) translate3d(10px, 0px, 10px);
} */

.menu-lateral .menu-lateral-navbar .menu-lateral-navbar-line {
    background-color: #F7931D;
    height: 56px;
    width: 11px;
    position: absolute;
}

.menu-lateral .icons-menu {
    position: absolute;
    width: auto;
    height: 14px;
    top: 38%;
    left: 25px;
    opacity: 0.3;
    pointer-events: none;
    transition: all ease .3s;
}

.icons-menu.icon-recursos {
    padding-left: 2px;
}

/* Fim Menu lateral */

/* Menu Busca */

.menu-busca {
    display: flex;
    /*    box-shadow: 0px 1px 50px #000;*/
    box-shadow: 0px 0px 30px 0px #00000050;
    height: 77px;
    left: 241px;
    position: fixed;
    top: 42px;
    transition: .5s;
    width: calc(100% - 241px);
    z-index: 99;
}

.menu-busca .busca-box {
    width: 100%;
    max-height: 300px;
    position: absolute;
    top: 77px;
    background-color: #232323;
    z-index: 2;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
    animation-name: close-sugestions;
    animation-duration: .5s;
}

.menu-busca .busca-box.active {
    animation-name: open-sugestions;
    animation-duration: .5s;
    display: block;
}

@keyframes open-sugestions {
    from {
        max-height: 0;
    }

    to {
        max-height: 300px;
    }
}

@keyframes close-sugestions {
    from {
        max-height: 300px;
    }

    to {
        max-height: 0;
    }
}

.menu-busca .busca-box ul li {
    width: 100%;
    font-size: 20px;
    box-sizing: border-box;
    background-color: #232323;
    padding: 15px 70px;
    border-bottom: 1px solid #343434;
    cursor: pointer;
    transition: .2s;
    color: #898989;
}

.menu-busca .busca-box ul li span {
    font-family: "Roboto", sans-serif;
}

.menu-busca .busca-box ul li span b {
    color: #b9b9b9;
    font-family: "Roboto", sans-serif;
}

.menu-busca .busca-box ul li:hover,
.menu-busca .busca-box ul li.active {
    background-color: #383838;
}

.menu-busca .busca-box ul li p {
    color: #8c8c8c;
    text-indent: 9ch;
    font-size: 24px;
}

.menu-busca .busca-box ul li p span {
    color: #fff;
}

.menu-busca .menu-busca-search {
    position: relative;
    height: 77px;
    width: 100%;
}

.menu-busca .menu-busca-search input {
    background-color: #343434;
    border: 0;
    color: #D8D8D8;
    cursor: pointer;
    font-size: 28px;
    height: 77px;
    outline: none;
    position: absolute;
    /*    text-indent: 6ch;*/
    width: 100%;
    padding: 0px 130px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all ease .3s;
}

.menu-busca .menu-busca-search input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #8c8c8c;
    transition: all ease .3s;
}

.menu-busca .menu-busca-search input::-moz-placeholder {
    /* Firefox 19+ */
    color: #8c8c8c;
    transition: all ease .3s;
}

.menu-busca .menu-busca-search input:-ms-input-placeholder {
    /* IE 10+ */
    color: #8c8c8c;
    transition: all ease .3s;
}

.menu-busca .menu-busca-search input:-moz-placeholder {
    /* Firefox 18- */
    color: #8c8c8c;
    transition: all ease .3s;
}

.menu-busca .menu-busca-search input:focus::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    opacity: 0;
    text-indent: 1em;
}

.menu-busca .menu-busca-search input:focus::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 0;
    text-indent: 1em;
}

.menu-busca .menu-busca-search input:focus:-ms-input-placeholder {
    /* IE 10+ */
    opacity: 0;
    text-indent: 1em;
}

.menu-busca .menu-busca-search input:focus:-moz-placeholder {
    /* Firefox 18- */
    opacity: 0;
    text-indent: 1em;
}

::-moz-placeholder {
    opacity: 1;
}

.menu-busca .menu-busca-search #lupa {
    left: 90px;
    /*    position: relative;*/
    /*    top: 30px;*/
    position: absolute;
    top: 50%;
    transform: translateY(-48%);
}

.menu-busca .menu-busca-search label {
    color: #8c8c8c;
    cursor: pointer;
    font-size: 28px;
    left: 130px;
    /*    position: relative;*/
    /*    top: 27px;*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 85%;
}

.menu-busca .menu-busca-nav {
    display: flex;
    justify-content: flex-start;
    min-width: 339px;
}

.menu-busca .menu-busca-nav .busca-avancada {
    background-color: #212121;
    height: 77px;
    line-height: 77px;
    padding: 0 15px;
    text-align: center;
    width: 180px;
}

.menu-busca .menu-busca-nav .busca-avancada a {
    color: #FFFFFF;
    text-decoration: none;
}

.menu-busca .menu-busca-nav .perfil {
    align-items: center;
    background-color: #121212;
    box-sizing: border-box;
    display: flex;
    height: 77px;
    padding: 0 20px;
    width: 150px;
    justify-content: space-between;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
}

.menu-busca .menu-busca-nav .foto-perfil-modal {
    position: absolute;
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    width: 100%;
    opacity: 0;
    background-color: #383838;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .5);
    border-radius: 8px;
    top: 77px;
    left: 0;
    pointer-events: none;
    transition: all ease .2s;

}

.menu-busca .menu-busca-nav .perfil:hover .foto-perfil-modal {
    opacity: 1;
    pointer-events: inherit;
    /*    transform: translate(-50%, -50%) scale(1);*/
}

.foto-perfil-modal:before {
    content: '';
    top: -5px;
    left: 70px;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #383838;
    z-index: 1;
    transform: rotate(45deg);
    transition: all ease .3s;
}

.menu-busca .menu-busca-nav .perfil .foto-perfil-modal a:nth-child(2) {
    border-top: 1px solid #505050;
}

.menu-busca .menu-busca-nav .perfil .foto-perfil-modal a:last-child {
    border-radius: 0px 0px 5px 5px;
    border-top: 1px solid #505050;
}

.menu-busca .menu-busca-nav .foto-perfil-modal a {
    font-weight: 400;
    z-index: 2;
    font-size: 13px;
    color: #FFFFFF;
    text-transform: uppercase;
    background-color: #383838;
    padding: 15px 20px;
    text-decoration: none;
}

.menu-busca .menu-busca-nav .perfil .perfis {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.menu-busca .menu-busca-nav .perfil .perfis p {
    font-size: 17px;
    text-transform: uppercase;
}

.menu-busca .menu-busca-nav .foto-perfil {
    border-left: 1px solid #343434;
    width: 91px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #121212;
    border-right: 1px solid #343434;
    cursor: pointer;
    position: relative;
}

.menu-busca .menu-busca-nav .foto-perfil img {
    width: 32px;
    height: 32px;
    border-radius: 100%;
}

.menu-busca .menu-busca-nav .foto-perfil .login-modal {
    background-color: #383838;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .5);
    border-radius: 8px;
    position: absolute;
    top: 67px;
    left: 0;
    opacity: 0;
    display: flex;
    flex-direction: column;
    transition: all ease .2s;
    transform-origin: top;
    width: 90px;
    pointer-events: none;
}

.login-modal:before {
    content: '';
    top: -5px;
    left: 40px;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #383838;
    z-index: 1;
    transform: rotate(45deg);
    transition: all ease .3s;
}


.menu-busca .menu-busca-nav .foto-perfil:hover .login-modal,
.login-modal.modal-login-active {
    /*    transform: translate(-50%, -50%) scale(1);*/
    opacity: 1;
    pointer-events: inherit;
}

/*
.menu-busca .menu-busca-nav .foto-perfil ~ .login-modal {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}
*/

.menu-busca .menu-busca-nav .foto-perfil .login-modal a:hover,
.menu-busca .menu-busca-nav .perfil .foto-perfil-modal a:hover {
    background-image: -webkit-linear-gradient(41deg, #F79420 0%, #F8971F 26%, #F9A21E 56%, #FCB319 90%, #FDB718 96%);
    background-image: -o-linear-gradient(41deg, #F79420 0%, #F8971F 26%, #F9A21E 56%, #FCB319 90%, #FDB718 96%);
    background-image: linear-gradient(131deg, #F79420 0%, #F8971F 26%, #F9A21E 56%, #FCB319 90%, #FDB718 96%);
}

.menu-busca .menu-busca-nav .foto-perfil .login-modal a {
    z-index: 2;
    font-weight: 400;
    font-size: 13px;
    color: #FFFFFF;
    text-transform: uppercase;
    background-color: #383838;
    padding: 17px 3px;
    text-decoration: none;
    text-align: center;
}

.menu-busca .menu-busca-nav .foto-perfil .login-modal a:last-child {
    border-radius: 0px 0px 5px 5px;
    border-top: 1px solid #505050;
}

.menu-busca .menu-busca-nav .perfil .perfis a {
    color: #979797;
    font-weight: 600;
    font-size: 14px;
    text-transform: inherit;
    display: inline-block;
    vertical-align: middle;
}

.menu-busca .menu-busca-nav .perfil:hover .perfis a {
    text-decoration: underline;
}


.menu-busca .menu-busca-nav .perfil a,
.menu-busca .menu-busca-nav .perfil p {
    color: #fff;
    text-decoration: none;
}

.menu-busca .menu-busca-nav .acessibilidade {
    align-items: center;
    background-color: #121212;
    display: flex;
    flex-direction: column;
    height: 77px;
    justify-content: center;
    width: 91px;
    cursor: pointer;
}

.menu-busca .menu-busca-nav .acessibilidade svg,
.menu-busca .menu-busca-nav .acessibilidade img {
    width: 32px;
    height: 32px;
    border-radius: 100%;
}

/* Fim Menu Busca */

/* Box Conteudo */

.conteudo {
    box-sizing: border-box;
    height: 100%;
    left: 241px;
    overflow-Y: auto;
    overflow-x: hidden;
    position: absolute;
    padding-top: 119px;
    transition: .5s;
    width: calc(100% - 241px);
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0, 0, 0);
}

.conteudo.menu-disactive {
    -webkit-overflow-scrolling: auto;
}

/* Fim Box Conteudo */

/* Inicio Banner */

.conteudo .banner {
    position: relative;
    height: 748px;
    overflow: hidden;
}

.menu-active .conteudo .banner .container {
    bottom: 115px;
}

.menu-active .conteudo .banner .navegation {
    bottom: 123px;
}

.conteudo .banner .container {
    color: #fff;
    left: 5.6%;
    position: absolute;
    bottom: 30px;
}

.conteudo .banner .swiper-slide img {
    width: 100%;
}

.conteudo .banner .swiper-slide img.img-desktop {
    filter: brightness(.8);
    height: 100%;
}

.conteudo .banner .container .banner-categoria {
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
}

.conteudo .banner .container a {
    text-decoration: none;
}

.conteudo .banner .container a p {
    color: #fff;
}

.conteudo .banner .container a .banner-title,
.conteudo .banner .container .banner-title {
    color: #F79118;
    font-size: 40px;
    font-weight: 700;
    text-transform: inherit;
    transform: translateY(-16px);
    text-indent: 0;
    margin-top: 15px;
}

.conteudo .banner .container .banner-description p {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 300;
    width: 514px;
}

.conteudo .banner .container .links {
    margin-top: 52px;
    display: flex;
    align-items: center;
}

.conteudo .banner .container .links a {
    align-items: center;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 24px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}

.conteudo .banner .container .links a svg,
.conteudo .banner .container .links a img {
    margin-right: 16px;
    max-width: 38px;
}

.conteudo .banner .swiper-button-next {
    background-image: url(../img/next.svg);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    height: 20px;
    top: 0;
    width: 29px;
}

.conteudo .banner .swiper-button-prev {
    background-image: url(../img/next.svg);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    left: 0;
    height: 20px;
    transform: rotate(180deg);
    width: 29px;
}

.conteudo .banner .swiper-button-next,
.conteudo .banner .swiper-button-prev {
    position: inherit;
    top: 0;
    right: inherit;
    left: inherit;
    margin-top: inherit;
}

.conteudo .banner .swiper-pagination {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 50%;
    justify-content: space-evenly;
    position: inherit;
    width: 100%;
    margin: 10px 0;
}

.conteudo .banner .navegation {
    background-color: #212121;
    bottom: 64px;
    box-sizing: border-box;
    color: #fff;
    font-weight: 500;
    height: auto;
    padding: 20px 0;
    position: absolute;
    right: 82px;
    width: 43px;
    z-index: 9999;
}

.conteudo .banner .navegation .swiper-pagination-bullet {
    background: none;
    width: 100%;
}

.conteudo .banner .navegation .swiper-pagination-bullet-active {
    background-color: inherit;
}

.conteudo .banner .navegation .flex {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    position: relative;
}

/* Final Banner */

/* Inicio Lista */

#programas.lista .dropdown {
    position: relative;
}

#programas.lista .dropdown img {
    position: absolute;
    right: 21px;
    width: 10px;
    top: 60%;
    transform: translate(-50%, -50%) rotate(90deg);
}

#programas.lista .dropdown select {
    background-color: #292A2D;
    padding: 10px 5px;
    width: 260px;
    height: 45px;
    border-radius: 8px;
    border: 0;
    color: #FFFFFF;
    font-size: 16px;
    text-indent: 15px;
    margin-top: 12px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow-y: scroll;
    background-image: url(../img/seta.png);
    background-size: 5%;
    background-position-x: 96%;
    background-position-y: center;
    background-repeat: no-repeat;
}

#programas.lista {
    background-image: url(../img/banner-programas-home.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 90px 0;
    position: relative;
}

/*
#programas.lista:after {
    border-radius: 10rem;
    content: "";
    background-color: #333333;
    height: 100px;
    position: absolute;
    right: 0%;
    top: -13%;
    transform: rotate(-30deg);
    width: 289px;
}
*/

#programas.lista:after {
    content: "";
    position: absolute;
    right: 5%;
    top: -120px;
    width: 264px;
    height: 194px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='264px' height='194px'%3E%3Cpath fill-rule='evenodd' fill='rgb(51, 51, 51)' d='M25.594,100.699 L188.406,6.699 C212.321,-7.108 242.901,1.085 256.708,25.000 C270.515,48.915 262.321,79.494 238.406,93.301 L75.594,187.301 C51.679,201.108 21.099,192.915 7.292,169.000 C-6.515,145.085 1.679,114.506 25.594,100.699 Z'/%3E%3C/svg%3E");
}

#programas.lista:before {
    border-radius: 10rem;
    content: "";
    background-color: #333333;
    height: 100px;
    position: absolute;
    left: 0%;
    bottom: -14%;
    transform: rotate(-40deg);
    width: 289px;
}

.lista {
    padding: 0px 0px 40px 0;
}

.lista .swiper-pagination-bullet-active {
    background-color: transparent;
}

.lista .progressBar {
    position: relative;
    width: 100%;
    height: 10px;
    background-color: #545454;
}

.lista .timeBar {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(to right, #F79420, #FDB718);
}

.video-js {
    overflow: hidden;
}

.video-js *,
.video-js *:before,
.video-js *:after {
    font-weight: 100;
    outline: 0;
}

.lista .thevideo,
.lista img {
    width: 100%;
    height: auto;
}

.lista .swiper-list .lista-box .lista-box-video .lista-box-header a > img {
    height: auto;
}

.lista .swiper-list .lista-box .lista-box-video .lista-box-header a > img.play-video,
.lista#programas .swiper-list .lista-box .lista-box-video .lista-box-header a > img {
    height: auto;
}

.lista .lista-header {
    position: relative;
    width: 100%;
}

.lista .lista-header {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 30px;
}

#programas.lista .lista-header {
    margin-top: 0;
}

#programas.lista .lista-header .swiper-container.swiper-menu-list-header {
    width: 80%;
    margin: 15px auto 0 auto;
    display: block;
}

#programas.lista .lista-header .swiper-container.swiper-menu-list-header .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.lista .lista-header button.btn-list {
    background-color: transparent;
    border: none;
    color: rgba(255, 255, 255, .60);
    cursor: pointer;
    font-size: 15px;
    margin-right: 0px;
    text-transform: inherit;
    transition: color .2s linear;
    font-family: "Asap", sans-serif;
    outline: none;
    text-transform: uppercase;
}

.lista .lista-header button.btn-list:hover {
    color: rgba(247, 145, 24, .6);
}

.lista .lista-header button.btn-list.active {
    font-weight: 400;
    font-size: 15px;
    color: #F79118;
    outline: none;
    transition: color .2s linear;
}

.lista .lista-header .flex {
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: start;
}

.lista .lista-header .lista-title,
.lista .lista-title {
    color: #F79118;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 0px;
    margin-right: 16px;
    text-transform: uppercase;
}

.lista .lista-header .lista-navegacao {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
    top: 8px;
}

#programas.lista .lista-header .lista-navegacao {
    top: 0px;
}

.lista .lista-header .lista-navegacao a {
    color: rgba(255, 255, 255, .61);
    font-size: 14px;
    margin-right: 10px;
    text-decoration: none;
    font-weight: 400;
    text-transform: uppercase;
}

.lista .lista-header .lista-navegacao .swiper-button-next,
.lista .lista-header .lista-navegacao .swiper-button-prev {
    background-color: #212121;
    cursor: pointer;
    left: 0;
    margin-top: 0;
    outline: none;
    position: inherit;
    right: 0;
    top: 0;
}

#programas.lista .lista-header .lista-navegacao .swiper-button-next,
#programas.lista .lista-header .lista-navegacao .swiper-button-prev {
    background-color: #333333;
}

.lista .lista-header .lista-navegacao .swiper-button-next {
    background-image: url(../img/next.svg);
    background-repeat: no-repeat;
    background-size: 15px 15px;
    padding: 12px;
    width: 10px;
    height: 10px;
}

.lista .lista-header .lista-navegacao .swiper-button-prev {
    background-image: url(../img/next.svg);
    background-repeat: no-repeat;
    background-size: 15px 15px;
    margin-right: 5px;
    transform: rotate(180deg);
    padding: 12px;
    width: 10px;
    height: 10px;
}

.lista .lista-box-video {
    display: flex;
    flex-direction: column;
    padding: 6px;
    transition: .5s;
}

.lista .lista-box-video.programas:hover {
    transform: scale(1.1);
    z-index: 9;
}

.lista .lista-box-video.programas:hover .lista-box-header.list-poster .lista-box-hover-info.flex {
    opacity: 1;
}

.lista .lista-box-video .lista-box-header a {
    display: flex;
    flex-direction: column;
}

.lista .lista-box-video .lista-box-header.list-poster {
    box-shadow: -4px 4px 4px rgba(0, 0, 0, .35);
    box-sizing: border-box;
    position: relative;
}

.lista .lista-box-video .lista-box-header.list-poster .lista-box-hover-info.flex {
    align-items: start;
    background-color: rgba(0, 0, 0, .7);
    box-sizing: border-box;
    color: #fff;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    opacity: 0;
    padding: 20px;
    position: absolute;
    text-align: left;
    top: 0;
    transition: .2s;
    width: 100%;
}

.lista .lista-box-video .lista-box-header.list-poster .lista-box-hover-info.flex h4 {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin-top: 14px;
    line-height: 1.3;
    text-transform: uppercase;
}

.lista .lista-box-video .lista-box-header.list-poster .lista-box-hover-info.flex a {
    color: #fff;
    font-family: "Asap", sans-serif;
    font-weight: 500;
    font-size: 14px;
    flex-direction: row;
    text-decoration: none;
    text-transform: uppercase;
}

.lista .lista-box-video .lista-box-header.list-poster .lista-box-hover-info.flex a img {
    margin-right: 10px;
}

.lista .lista-box-video .lista-box-header.list-poster .lista-box-hover-info.flex p {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 15px;
    margin-top: 11px;
    line-height: 1.2;
}

#programas.lista .lista-box-video .lista-box-content {
    height: auto;
}

.lista .lista-box-video .lista-box-content {
    color: #D5D5D5;
    background-color: transparent;
    border-radius: 0 0 2px 2px;
    font-size: 14px;
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: end;
}

body > main > div.conteudo > div.content > div:nth-child(2) > div > div.swiper-container.swiper-list.index-0.swiper-container-horizontal > div {
    height: 280px;
}

body > main > div.conteudo > div.content > div:nth-child(2) > div > div.swiper-container.swiper-list.index-0.swiper-container-horizontal .lista-box {
    display: flex;
    height: 100%;
}

.lista .lista-box-video .lista-box-header {
    position: relative;
}

.lista .lista-box-video .lista-box-header img.play-video {
    position: absolute;
    width: 60px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.lista .lista-box-video .lista-box-content a {
    color: #D5D5D5;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.lista .lista-box-video .lista-box-content a p.lista-box-title {
    font-size: 11px;
    color: #818080;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    height: auto;
    overflow: hidden;
    max-height: 34px;
    text-transform: uppercase;
}

.lista .lista-box-video .lista-box-content a .lista-box-subtitle {
    font-size: 13px;
    color: #FFFFFF;
    font-weight: 300;
    margin: 8px 0;
    font-family: "Roboto", sans-serif;
    max-height: 30px;
    overflow: hidden;
    text-transform: uppercase;
}

.lista .lista-box-video .lista-box-content .lista-box-duration {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
}

.lista .lista-box-video .lista-box-content .lista-box-duration .lista-box-new {
    border-right: 1px solid #F79118;
    color: #F79118;
    font-size: 16px;
    margin-right: 6px;
    padding-right: 6px;
    text-transform: uppercase;
}

.lista .lista-box-video .lista-box-content .lista-box-duration .lista-box-video-duration {
    color: #D5D5D5;
    font-size: 10px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    border-left: 2px solid #D5D5D5;
    padding-left: 10px;
}

/* Final Lista */

/* Banner Educacional */

.conteudo .banner-educacional {
    margin: 80px 0;
}

.conteudo .banner-educacional img {
    transform: translateZ(1px);
    width: 100%;
}

/* Fim Banner Educacional */

/* Inicio No Ar */

.conteudo .noAr {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-rows: 20% 40% 40% 25%;
    margin-bottom: 80px;
}

.conteudo .noAr .noAr-img img {
    width: 100%;
    height: auto;
    display: block;
}

.conteudo .noAr .noAr-img {
    border: 1px solid #535353;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 4;
    overflow: hidden;
    border-radius: 8px 0 0 8px;
}

.conteudo .noAr .noAr-programacao {
    align-items: center;
    background-color: #333333;
    border-top: 1px solid #535353;
    border-bottom: 1px solid #535353;
    color: #fff;
    display: flex;
    font-size: 20px;
    justify-content: space-around;
    grid-column-start: 3;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    text-align: center;
    text-transform: uppercase;
}

.conteudo .noAr .noAr-programacao p img,
.conteudo .noAr .noAr-comoAssistir p img {
    margin-right: 10px;
}

.conteudo .noAr .noAr-programacao a,
.conteudo .noAr .noAr-comoAssistir a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    text-decoration: underline;
}

.conteudo .noAr .noAr-programacao p {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.conteudo .noAr .noAr-comoAssistir {
    align-items: center;
    border: 1px solid #535353;
    color: #fff;
    display: flex;
    font-size: 20px;
    justify-content: space-around;
    grid-column-start: 4;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0 8px 0 0;
}

.conteudo .noAr .noAr-noAr {
    background-color: #212121;
    border-bottom: 1px solid #535353;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 4;
    padding: 21px 18px;
}

.conteudo .noAr .noAr-noAr h4,
.conteudo .noAr .noAr-aSeguir h4 {
    color: #FDB718;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
}

.conteudo .noAr .noAr-noAr h4 {
    font-size: 24px;
    font-weight: 400;
}

body > main > div.conteudo > div.content > div.container > div > div.noAr-aSeguir > div.nav-noar > a > img {
    position: relative;
    top: 0px;
}

.conteudo .noAr .noAr-noAr .noar-time,
.conteudo .noAr .noAr-aSeguir .noar-time {
    color: #EEEEEE;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}

.conteudo .noAr .noAr-noAr .noar-title,
.conteudo .noAr .noAr-aSeguir .noar-title {
    color: #FDB718;
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
    font-family: "Roboto", sans-serif;
}

.conteudo .noAr .noAr-noAr .noar-subtitle,
.conteudo .noAr .noAr-aSeguir .noar-subtitle {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
}

.conteudo .noAr .noAr-aSeguir {
    background-color: transparent;
    border-right: 1px solid #535353;
    border-bottom: 1px solid #535353;
    border-left: 1px solid #535353;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    grid-column-start: 4;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 4;
    padding: 21px 18px;
    border-radius: 0 0 8px 0;
}

.conteudo .noAr .noAr-noAr .nav-noar,
.conteudo .noAr .noAr-aSeguir .nav-noar {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    position: relative;
    align-items: center;
    height: 38px;
}

.conteudo .noAr .noAr-noAr .nav-noar div:nth-child(1) a,
.conteudo .noAr .noAr-aSeguir .nav-noar div:nth-child(1) a {
    align-items: center;
    color: #FFFFFF;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    justify-content: space-between;
    text-decoration: none;
    text-transform: uppercase;
}

.conteudo .noAr .noAr-noAr .nav-noar div:nth-child(1) img,
.conteudo .noAr .noAr-aSeguir .nav-noar div:nth-child(1) img {
    margin-right: 10px;
}

.conteudo .noAr .noAr-aSeguir .nav-noar div:nth-child(1) p {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
}

.conteudo .noAr img.info-yellow {
    cursor: pointer;
}

.conteudo .noAr .modal-info-noar {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    position: absolute;
    background-color: #272727;
    padding: 20px 15px;
    width: 150px;
    height: auto;
    z-index: 10;
    box-shadow: 2px 2px 10px #000;
    box-sizing: border-box;
    transition: .3s;
    border-radius: 8px;
    color: #FFFFFF;
    text-align: center;
    right: -15px;
}

.conteudo .noAr .modal-info-noar:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 54%;
    background-color: #272727;
    right: -14px;
    transform: rotate(45deg);
    box-shadow: 4px -3px 10px #000;
}

.conteudo .noAr img.info-yellow:hover ~ .modal-info-noar {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

/* Fim No Ar */

/* Inicio Footer */

.loader-tve {
    border-radius: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 9999999;
    width: 100px;
    height: 100px;
    display: none;
}

.loader-tve img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

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

.donut {
    display: inline-block;
    border: 4px solid #F79118;
    border-left-color: rgba(0, 0, 0, .5);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    position: absolute;
    animation: donut-spin 1.2s linear infinite;
    left: 0;
    top: 0;
    transform: translate(-50%, -50%)
}

.footer .footer-nav {
    background-color: #2D2D2D;
    box-sizing: border-box;
    padding: 34px 0;
}

.footer .footer-nav .footer-info-app {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

.footer .footer-nav .flex .flex {
    align-items: flex-end;
}

.footer .footer-nav .footer-info-app h4 {
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    margin-bottom: 15px;
}

.footer .footer-nav .footer-info-app p {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 15px;
}

.footer .footer-nav .footer-info-app .flex a:first-child {
    margin-right: 10px;
}

.footer .footer-nav .flex.footer-redes {
    flex-direction: column;
}

.footer .footer-nav .flex.footer-redes p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.footer .footer-nav .flex.footer-redes .flex a {
    align-items: center;
    background-color: #212121;
    display: flex;
    justify-content: center;
    height: 40px;
    margin: 1px;
    width: 40px;
}

.footer .footer-nav .flex.footer-redes .flex {
    margin-top: 20px;
}

.footer .footer-menu {
    background-color: #272727;
    padding: 34px 0;
}

.footer .footer-menu .flex .flex a,
#menu-menu-footer li.menu-item a,
#menu-menu-footer-1 li.menu-item a {
    cursor: pointer;
    border-right: none;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    text-transform: uppercase;
    padding-top: 28px;
}

#menu-menu-footer-1 li.menu-item {
    display: inline-block;
    padding-top: 28px;
    margin-left: 10px;
}

.footer-mobile #menu-menu-footer li.menu-item {
    padding-top: 0;
}

.menu-menu-footer-container {
    display: inline-block;
}

.menu-footer {
    margin-left: 10px;
}

.footer .footer-menu .flex .flex a.governo {
    padding-top: 0;
}

body > main > div.conteudo > div > div.footer > div.footer-menu > div > div > div {
    align-items: flex-start;
}

.footer .footer-menu .flex .flex a:last-child {
    border: 0;
}

.footer .footer-menu .flex .flex:nth-child(2) img {
    margin: 0 10px;
    height: 27px;
}

.footer .footer-menu .flex .flex:nth-child(2) img.governo {
    margin: 0 20px;
}

.footer .footer-menu .flex .flex:nth-child(2) img:last-child {
    margin-right: 0;
}

.footer .footer-menu .flex .flex:nth-child(2) img.governo:last-child {
    padding-top: 0;
    height: 60px;
}

.footer .footer-end {
    color: #fff;
    background-color: #1F1F1F;
    padding: 25px 0;
}

.footer .footer-end p {
    color: #DBDBDB;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 300;
}

/* Fim Footer */

/* Inicio Cadastro */

.modal-cadastro {
    background-color: #FFFFFF;
    position: fixed;
    width: 100%;
    height: 100%;
    padding-top: 30px;
    z-index: 999;
    display: none;
    top: 0;
}

.request-password {
    display: none;
}

.modal-cadastro .modal-content .form-login .retrieve-password-wrapper,
.modal-cadastro .modal-content .form-cadastro .retrieve-password-wrapper {
    text-align: center;
}

.modal-cadastro .modal-content .form-login button.retrieve-password,
.modal-cadastro .modal-content .form-cadastro button.retrieve-password {
    width: auto;
    background-color: transparent;
    color: #f39300;
    text-decoration: underline;
    margin: 0;
    font-size: 13px;
}

.modal-cadastro.retrieve-pass {
    display: block;
    padding-top: 36px;
    overflow: scroll;
}

.modal-cadastro.retrieve-pass .modal-content .form-login label.error,
.modal-cadastro.retrieve-pass .modal-content .form-cadastro label.error,
.form-login.request-password span.error {
    font-size: 11px;
    color: red;
    text-align: right;
    width: 100%;
}

.form-login.request-password #retrieve-pass-username {
    margin-bottom: 0;
}

.modal-cadastro.retrieve-pass .modal-content .form-login .loader-img,
.modal-cadastro.retrieve-pass .modal-content .form-cadastro .loader-img,
.form-login.request-password .loader-img {
    float: left;
    width: 0;
    height: 0;
    margin-top: -6px;
}

.modal-cadastro.retrieve-pass .modal-description {
    padding: 20px 0;
}

.modal-cadastro.retrieve-pass .modal-content .form-login label input,
.modal-cadastro.retrieve-pass .modal-content .form-cadastro label input {
    margin-bottom: 10px;
}

.modal-cadastro.retrieve-pass .modal-content .form-login label .show-password,
.modal-cadastro.retrieve-pass .modal-content .form-cadastro label .show-password {
    top: 50%;
}

.modal-cadastro .btn-cadastro,
.modal-cadastro .btn-login {
    text-decoration: none;
    color: #F79118;
    font-size: 12px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    border: 1px solid #F79118;
    border-radius: 4px;
    padding: 13px 15px;
    transition: all ease .2s;
}

.modal-cadastro .btn-cadastro:hover,
.modal-cadastro .btn-login:hover {
    background-color: #F79118;
    color: #FFF;
}


.criar-conta {
    display: none;
}

.passo-2,
.passo-3 {
    display: none;
}

#register-name-error,
#register-email-error,
#mail-invalido,
#register-password-error,
#register-conf-password-error,
#contact_name-error,
#contact_email-error,
#contact-message-error,
#contact-subject-error {
    color: #ff5a5a;
    font-size: 10px;
    position: absolute;
    top: 78px;
    width: 100%;
    font-weight: 600;
}

#birth_day-error,
#birth_month-error,
#birth_year-error {
    position: absolute;
    opacity: 0;
}

input.error,
select.error-day,
select.error {
    box-shadow: 0px 0px 10px 0px #ff5a5a20, inset 0px 0px 0px 1px #ff5a5a;
}

.error.email-error {
    /*    text-align: right;*/
}

.modal-cadastro .link-cadastro,
.modal-cadastro .link-login {
    font-size: 14px;
    color: rgba(0, 0, 0, .5);
    font-weight: 400;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    margin-right: 20px;
    text-align: center;
}


.modal-cadastro .modal-content {
    max-width: 470px;
    width: 100%;
    margin: 50px auto;
    height: calc(100% - 145px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.modal-cadastro .modal-content .modal-content-header {
    text-align: center;
}

.modal-cadastro .modal-content .modal-content-header h1 {
    font-family: "Asap", sans-serif;
    font-size: 36px;
    font-weight: 500;
}

.modal-cadastro .modal-content .modal-content-header p {
    color: rgba(0, 0, 0, .4);
    font-size: 16px;
    letter-spacing: -0.3px;
    margin-top: 10px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.modal-cadastro .modal-content .modal-content-header p.pagination {
    font-size: 14px;
    margin: 25px 0 10px;
}

.modal-cadastro .modal-content .modal-content-header p.pagination span {
    font-weight: bold;
}

.modal-cadastro .modal-content .form-login,
.modal-cadastro .modal-content .form-cadastro {
    width: 420px;
    margin: 0 auto;
    margin-top: 20px;
    box-sizing: border-box;
}

.modal-cadastro .modal-content .form-login label,
.modal-cadastro .modal-content .form-cadastro label {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, .7);
    text-transform: uppercase;
    display: block;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.modal-cadastro .modal-content .form-login label input,
.modal-cadastro .modal-content .form-cadastro label input {
    display: block;
    width: 100%;
    border-radius: 8px;
    width: 100%;
    height: 50px;
    border: 0;
    background-color: #EFEFEF;
    margin-top: 7px;
    margin-bottom: 20px;
    padding: 25px;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    color: #6D6D6D;
    outline: none;
    box-sizing: border-box;
    transition: all ease .3s;
}

.modal-cadastro .modal-content .form-login label input:focus,
.modal-cadastro .modal-content .form-cadastro label input:focus {
    box-shadow: 0px 0px 10px 0px #4c4c4c20, inset 0px 0px 0px 1px #d4d4d4cc;
}

.modal-cadastro .modal-content .form-login label input.password-input,
.modal-cadastro .modal-content .form-cadastro label input.password-input {
    padding: 0 55px 0 25px;
}

.modal-cadastro .modal-content .form-login label .show-password,
.modal-cadastro .modal-content .form-cadastro label .show-password {
    position: absolute;
    top: 41px;
    /*    right: 10%;*/
    right: 20px;
    cursor: pointer;
    z-index: 2;
}

.modal-cadastro .modal-content .form-login label .show-password:active,
.modal-cadastro .modal-content .form-cadastro label .show-password:active {
    opacity: 0.5;
}

.modal-cadastro .modal-content .form-login label input::placeholder,
.modal-cadastro .modal-content .form-cadastro label input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #6D6D6D;
    opacity: 1;
    /* Firefox */
}

.modal-cadastro .modal-content .form-login label input:-ms-input-placeholder,
.modal-cadastro .modal-content .form-cadastro label input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #6D6D6D;
}

.modal-cadastro .modal-content .form-login label input::-ms-input-placeholder,
.modal-cadastro .modal-content .form-cadastro label input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #6D6D6D;
}

.modal-cadastro .modal-content .form-login .flex label input,
.modal-cadastro .modal-content .form-cadastro .flex label input {
    width: 100%;
}

.modal-cadastro .modal-content .form-login .flex label,
.modal-cadastro .modal-content .form-cadastro .flex label {
    width: 48%;
}

.modal-cadastro .modal-content .form-cadastro .passo-3 label {
    /*    width: 20%;*/
}

.modal-cadastro .passo-3 #occupation select {
    width: 100%;
}

.modal-cadastro .modal-content .form-login .flex label.senha {
    width: 100%;
}

.modal-cadastro .modal-content img.break-line {
    width: 100%;
    box-sizing: border-box;
}

.modal-cadastro .modal-content .form-login button,
.modal-cadastro .modal-content .form-cadastro button {
    background-color: #F79118;
    border: 0;
    border-radius: 32px;
    width: 100%;
    padding: 15px;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
    margin: 15px 0;
    cursor: pointer;
    position: relative;
    transition: all ease .2s;
    letter-spacing: 0.5px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
}

#next-step:hover img {
    transform: translateX(5px);
}

.modal-cadastro .modal-content .form-login button:not(.retrieve-password):hover,
.modal-cadastro .modal-content .form-cadastro button:hover {
    background-color: hsl(33, 93%, 45%);
}

.modal-cadastro .modal-content .form-cadastro button > div {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 10%;
    top: 50%;
}

#tve-login-form .lds-css.ng-scope.loader-img {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 7%;
}

.modal-cadastro .modal-content .form-login button img,
.modal-cadastro .modal-content .form-cadastro button img {
    float: right;
    transition: all ease .2s;
}

.modal-cadastro .passo-2 {
    margin-bottom: 20px;
    flex-direction: column;
}

.modal-cadastro .passo-2 .flex {
    width: 100%;
}

.modal-cadastro .passo-2.flex .flex-column {
    align-items: center;
    cursor: pointer;
    text-align: center;
}

.modal-cadastro .passo-2.flex .flex-column input {
    /*    display: none;*/
    opacity: 0;
    position: absolute;
    pointer-events: none;
}

.modal-cadastro .passo-2.flex .flex-column img {
    box-sizing: border-box;
    border-radius: 50rem;
}

.modal-cadastro .passo-2.flex .flex-column input[type="radio"] ~ img {
    box-shadow: 0px 0px 0px 0px #F79118;
    transition: all ease .2s;
}

.modal-cadastro .passo-2.flex .flex-column input[type="radio"]:checked ~ img {
    box-shadow: 0px 0px 0px 5px #F79118;
    box-sizing: border-box;
}

.modal-cadastro .passo-2.flex .flex-column input[type="radio"]:checked ~ p {
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    color: #F79118;
}

.modal-cadastro .passo-2.flex .flex-column input[type="radio"] ~ p {
    transition: all ease .2s;
}

.modal-cadastro .passo-2.flex .flex-column p {
    color: rgba(52, 52, 52, .5);
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-top: 16px;
    text-transform: initial;
}

.modal-cadastro .passo-2 .choose-profile {
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #9999a3;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.modal-cadastro .passo-2 .choose-profile.error,
.modal-cadastro .modal-content .form-cadastro .passo-3 .termos input.error + label p,
.modal-cadastro .modal-content .form-cadastro .passo-3 .termos input.error + label p a {
    color: red;
}

.modal-cadastro .passo-3 {
    margin: 0 0 20px 0;
}

.modal-cadastro .passo-3 h4 {
    color: rgba(0, 0, 0, .7);
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 20px;
}

.modal-cadastro .passo-3 select {
    border-radius: 8px;
    background-color: #EFEFEF;
    color: #6D6D6D;
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    border: 0;
    width: 88px;
    height: 53px;
    outline: none;
    padding-left: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    background-image: url(../img/seta-cadastro-3.png);
    background-position: calc(100% - 20px) center;
    background-size: 7px;
    background-repeat: no-repeat;

}

.modal-cadastro .passo-3 .termos.flex.margin-top {
    margin-top: 30px;
}

.modal-cadastro .passo-3 .termos input,
#use_terms-error {
    /*    display: none;*/
    opacity: 0;
    position: absolute;
    pointer-events: none;
}

.modal-cadastro .passo-3 .termos.flex {
    justify-content: center;
}

.modal-cadastro .modal-content .form-cadastro .passo-3 .termos label {
    width: 100%;
    cursor: pointer;
    padding-left: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-cadastro .passo-3 .termos {
    text-align: center;
    margin-bottom: 10px;
}

.modal-cadastro .passo-3 span {
    position: relative;
    top: 0;
    /*    left: 0;*/
    margin-left: -25px;
    height: 20px;
    width: 20px;
    min-width: 20px;
    border: 2px solid #eee;
    border-radius: 3px;
    cursor: pointer;
    transition: all ease .2s;
}

.modal-cadastro .passo-3 span:hover,
.modal-cadastro .passo-3 label:hover span {
    border-color: #F79118;
}

.modal-cadastro .passo-3 .termos input:checked + label > span {
    background-color: #F79118;
    border-color: #F79118;
}

.modal-cadastro .passo-3 .termos input + label > span:after {
    content: '';
    left: 4px;
    top: 0px;
    position: absolute;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal-cadastro .passo-3 .termos input:checked + label > span:after {
    display: block;
}

.modal-cadastro .passo-3 .termos label p {
    margin-left: 8px;
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    color: rgba(0, 0, 0, .6);
    text-align: center;
    text-transform: initial;
    display: inline-block;
}

.modal-cadastro .passo-3 .termos label p a {
    text-decoration: none;
    color: rgba(0, 0, 0, .6);
    font-weight: 800;
}

.modal-cadastro .passo-3 .termos label p a:hover {
    text-decoration: underline;
}

.modal-cadastro .passo-3 .professor {
    color: rgba(0, 0, 0, .7);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.modal-cadastro .passo-3 .professor,
.modal-cadastro .passo-3 select {
    display: block;
}

.modal-cadastro .passo-3 select {
    width: 31%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.btn-back-step {
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    padding-right: 3px;
    transition: all ease .3s;
}

.btn-back-step:hover {
    background: #f7f7f7;
}

/* Fim Cadastro */

.hidden {
    display: none !important;
}

.lista .lista-box-video .lista-box-header.list-poster .lista-box-hover-info.flex.opacity-1 {
    opacity: 1;
}

.flex-end {
    justify-content: flex-end;
}

button.aicon_link {
    display: none;
}

@media(max-width: 1440px) {
    .lista .swiper-list .lista-box .lista-box-video .lista-box-header a > img {
        height: 122px;
    }
    #programas.lista .lista-header .swiper-container.swiper-menu-list-header {
        width: 80%;
        margin-left: 0;
    }
    .conteudo .banner {
        height: 464px;
        overflow: hidden;
    }
    body > main > div.conteudo > div.content > div:nth-child(2) > div > div.swiper-container.swiper-list.index-0.swiper-container-horizontal > div {
        height: 260px;
    }
}

@media(max-width: 1366px) {
    .menu-lateral .flex.flex-column {
        /*        display: block;*/
    }
    .conteudo .banner .swiper-slide img.img-desktop {
        height: 100%;
        width: 100%;
    }
    .menu-busca .menu-busca-nav .perfil .perfis select {
        padding: 0px 4px;
    }
    .conteudo .banner .container {
        color: #fff;
        left: 5.6%;
        position: absolute;
        bottom: 30px;
        top: 50%;
    }
    .swiper-container.swiper-menu-list-header {
        width: 85%;
    }
    .lista .lista-header {
        margin-top: 30px;
    }
    .lista {
        padding: 0px 0px 30px 0;
    }
    #programas.lista .lista-header .swiper-container.swiper-menu-list-header {
        width: 87%;
    }
    #programas.lista .lista-header .swiper-container.swiper-menu-list-header .swiper-slide {
        justify-content: center;
    }
    .lista .lista-box-video .lista-box-header.list-poster .lista-box-hover-info.flex {
        padding: 15px;
    }
    .lista .lista-box-video .lista-box-header.list-poster .lista-box-hover-info.flex p {
        font-size: 12px;
        line-height: 1.3;
        word-spacing: 2px;
    }
    .lista .lista-box-video .lista-box-header.list-poster .lista-box-hover-info.flex h4 {
        font-size: 18px;
    }
    .lista .lista-box-video .lista-box-header.list-poster .lista-box-hover-info.flex a {
        font-size: 14px;
    }
    .lista .lista-box-video .lista-box-header.list-poster .lista-box-hover-info.flex a img {
        width: 24px !important;
    }
    .conteudo .noAr .noAr-noAr .noar-title,
    .conteudo .noAr .noAr-aSeguir .noar-title {
        width: 100%;
        font-size: 18px;
    }

    .conteudo .noAr .noAr-noAr .noar-time,
    .conteudo .noAr .noAr-aSeguir .noar-time {
        font-size: 18px;
    }
    body > main > div.conteudo > div.content > div:nth-child(2) > div > div.swiper-container.swiper-list.index-0.swiper-container-horizontal > div {
        height: 260px;
    }
}

@media(max-width: 1080px) {
    #programas.lista .lista-header .swiper-container.swiper-menu-list-header {
        width: 80%;
        margin: 0 auto;
    }
    .lista .lista-header .lista-navegacao {
        top: 0;
    }
}

@media(max-width: 640px) {
    #programas.lista .lista-header .swiper-container.swiper-menu-list-header {
        width: 100%;
        display: block;
    }
    .lista .swiper-list .lista-box .lista-box-video .lista-box-header a > img {
        height: auto;
    }
    /* .lista .lista-header .lista-navegacao {
        display: none;
    } */
    #programas.lista .lista-header .swiper-container.swiper-menu-list-header .swiper-slide {
        justify-content: center;
    }
}

@media(max-width: 414px) {
    #programas.lista .lista-header .swiper-container.swiper-menu-list-header {
        width: 60%;
    }
}

@media(max-width: 375px) {
    body > main > div.conteudo > div.content > div:nth-child(2) > div > div.swiper-container.swiper-list.index-0.swiper-container-horizontal > div {
        height: 280px;
    }
}



/*Facebook Button*/

.modal-cadastro .modal-content .form-login button.face-button,
.modal-cadastro .modal-content .form-cadastro button.face-button {
    background-color: #446DB0;
    border: 0;
    border-radius: 32px;
    width: 100%;
    padding: 15px;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    transition: all ease .2s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-cadastro .modal-content .form-login button.face-button:hover,
.modal-cadastro .modal-content .form-cadastro button.face-button:hover {
    background-color: #395692;
}

.modal-cadastro .face-button-img {
    float: inherit !important;
    margin-right: 10px;
}

.modal-cadastro .modal-content .form-login label input.input-error,
.modal-cadastro .modal-content .form-cadastro label input.input-error {
    box-shadow: inset 0px 0px 1px 1px #ff5a5a;
}

.modal-cadastro .modal-content .form-login label input.input-error::placeholder,
.modal-cadastro .modal-content .form-cadastro label input.input-error.input-error::placeholder {
    color: red !important;
}

.swiper-menu-list-header {
    height: 40px;
}



/* botão mais informações - página programas  */

.btn-mais-informacoes {
    background-color: #212121;
    box-sizing: border-box;
    border-radius: 10rem;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    height: 50px;
    outline: none;
    padding: 17px 30px;
    width: 272px;
    text-transform: uppercase;
    margin: 45px auto 71px auto;
}

.seta {
    margin-left: 10px;
}

.seta img {
    transition: .2s all linear;
}

.seta img.active {
    transform: rotate(180deg);
}

body > main > div.conteudo > div.content > div.container.page-video > div > div > div.proximos-video > div.next-box.comentarios > div.comentarios-content > div > div.circle-img,
.circle-img {
    border-radius: 50px;
    width: 100px;
    max-width: 54px;
    height: 54px;
    background-size: cover;
    overflow: hidden;
    margin-right: 10px;
}

.comentarios .circle-img {
    width: 100%;
}

.comentario-resp .circle-img {
    width: 100%;
    max-width: 32px;
    height: 32px;
}


/*! nouislider - 12.1.0 - 10/25/2018 */

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

/* Wrapper for all connect elements.
 */

.noUi-connects {
    overflow: hidden;
    z-index: 0;
}

.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

/* Offset direction
 */

html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
    left: auto;
    right: 0;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */

.noUi-vertical .noUi-origin {
    width: 0;
}

.noUi-horizontal .noUi-origin {
    height: 0;
}

.noUi-handle {
    position: absolute;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

/* Slider size and handle placement;
 */

.noUi-horizontal {
    height: 18px;
}

.noUi-horizontal .noUi-handle {
    width: 15px;
    height: 14px;
    left: -17px;
    top: -2px;
    cursor: pointer;
}

.noUi-vertical {
    width: 18px;
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
    right: -8px;
    left: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */

.noUi-target {
    background: #000000;
    /*   border-radius: 4px; */
    /*   border: 1px solid #D3D3D3; */
    /*   box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB; */
}

.noUi-connects {
    border-radius: 3px;
}

.noUi-connect {
    background: #FF5722;
}

/* Handles and cursors;
 */

.noUi-draggable {
    cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}

.noUi-handle {
    border: 0px;
    border-radius: 3px;
    background: #ffffff;
    cursor: default;
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */

.noUi-handle:before,
.noUi-handle:after {
    content: "";
    display: block;
    position: absolute;
    height: 6px;
    width: 1px;
    background: #E8E7E6;
    left: 5px;
    top: 3px;
}

.noUi-handle:after {
    left: 9px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}

.noUi-vertical .noUi-handle:after {
    top: 17px;
}

/* Disabled state;
 */

[disabled] .noUi-connect {
    background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
    cursor: not-allowed;
}

/* Base;
 *
 */

.noUi-pips,
.noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-pips {
    position: absolute;
    color: #999;
}

/* Values;
 *
 */

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center;
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}

/* Markings;
 *
 */

.noUi-marker {
    position: absolute;
    background: #CCC;
}

.noUi-marker-sub {
    background: #AAA;
}

.noUi-marker-large {
    background: #AAA;
}

/* Horizontal layout;
 *
 */

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}

/* Vertical layout;
 *
 */

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;
}

.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%, 0);
    padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%;
}

.conteudo .banner .navegation {
    display: none;
}

.install-app {
    display: none;
}

/* fix ie style */

select::-ms-expand {
    display: none;
}

input::-ms-clear {
    display: none;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

option:not(:checked) {
    color: black;
    /* prevent <option>s from becoming transparent as well */
}
