@charset "utf-8";
@import "bootstrap.min.css";
@import "icones.css";
@import "fontes.css";

:root{
    --bg-default:   #181A20;
    --font1:        #ffffff;
    --theme-color1: #C2FC0D;
    --theme-color2: #1F222A;
    --theme-color3: #35383F;
    --color-none:   #464645;
    --icon-color1:  #9E9E9E;
    --icon-color2:  #9d9d9d;
    --icon-color3:  #FFC42B;
    --icon-color4:  #616161;
    --icon-color5:  #C7BABA;
    --icon-color6:  #E0E0E0;
    --logout1:      #F75555;
    --caption1:     #212121;
    --theme-1:      #A0E86F;

}


.sticky-item-video{
    position: sticky;
    top: 25vh;
}

.mr-aa{
    margin-left: 6px;
}

/*.drag-scroll .filters-default{
     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: absolute;
}

.drag-scroll{
    position: relative;
    height: 60px;
    overflow-x: scroll;
    overflow-y: hidden;
    display: flex;
    align-items: center;
}
*/
.header-social{
    height: 64px;
}
.img-pagina {
    width: 50px;
    border-radius: 50px;
    vertical-align: middle;
    margin: 5px 10px 5px 10px;
    border: 2px solid var(--theme-color1);
}
.titulo-menu{
    color: white;
}
.titulo-menu .arroba{
    color: var(--theme-color1);
}
.label-icon input:not(:placeholder-shown) ~ .obrigatorio:before,
.iti input:not(:placeholder-shown) ~ .obrigatorio:before{
    opacity: 0;
}

.obrigatorio:before {
    content: "Obrigatório*";
    position: absolute;
    top: 4px;
    right: 10px;
    padding: 3px 4px;
    color: var(--theme-color1);
    display: block;
    font-size: 10px;
    line-height: normal;
    transition: 200ms ease-in-out;
}


.padrao input:-webkit-autofill,
.padrao input:-webkit-autofill:hover, 
.padrao input:-webkit-autofill:focus, 
.padrao input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.rede-icon {
    max-width: 30px;
    margin: 0 auto;
    display: block;
}
.padrao .swal2-container{
    z-index: 99999;
}
.wrapper {
  position: relative;
  width: 400px;
  height: 200px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.signature-pad {
  position: absolute;
  left: 0;
  top: 0;
  width:100%;
  height:100%;
  background-color: transparent;
}

.end-0{
    right: 0!important;
}
.start-0{
    left: 0!important;
}
.img-60{
    width: 60px;
}
.f-100{
    font-weight: 100;
}

.blockSignature{
    position: relative;
    background: var(--font1);
    width: 100%;
    min-height: 130px;
    border-radius: 18px;
}
.msg-sign{
    opacity: 0;
}
.blockSignature.after .msg-sign{
      opacity: 1;
    color: var(--theme-color2);
}

.blockSignature.after:after {
    content: "Faça sua assinatura com mouse ou dedo.";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 5px;
    color: var(--theme-color2);
    font-size: 14px;
    pointer-events: none;
}
#menu-carteira{
    display: none;
}
.header-icon, i.theme-icon.header-icon{
    background: linear-gradient(103deg, var(--theme-color1), #504f4f);
    margin-right: 0;
    margin-left: 10px;
}
.namesite{
    pointer-events: none;
    visibility: hidden;
    position: absolute;
    z-index: -1;
}

.form-padrao span.error{
    position: absolute;
    color: var(--theme-color2);
    background: var(
    --theme-color1);
    font-weight: 600;
    font-size: 10px;
    top: 0;
    height: 20px;
    line-height: normal;
    right: 0;
    padding: 4px 7px 0px 7px;
    border-radius: 0px 9px 0px 7px;
    z-index: 99999;
    pointer-events: none;
}

*,html{
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    list-style: none;
}
body.modal-open, .modal.show{
    padding-right:0!important;
}
body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: var(--bg-default);
}
main {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
}
header{
       border-bottom: 1px solid var(--theme-color1);
    margin-bottom: 14px;;
}
figure{
    margin:0;
    padding: 0;
}
.search404 figure{
    max-width: 80%;
    margin: 0 auto;
    display: block;
}
.perfilNome.sign1{
    position: relative;
    display: inline-block;
}

.perfilNome.sign1:before{
    content:"";
    background:url("../imagens/icones/myhood-solid.svg") center / 100% no-repeat;
    position: absolute;
    right: -28px;
    top:0px;
    width: 23px;
    height: 25px;
    display: block;
}
.perfilNome.sign1:hover:after {
    content: "Assinante - Produtor";
    position: absolute;
    right: -110px;
    top: -22px;
    height: auto;
    display: flex;
    background: var(--theme-color1);
    font-size: 10px;
    width: 100px;
    margin: 0;
    color: var(--theme-color3);
    padding: 3px;
    border-radius: 7px 2px;
    height: 0;
    align-items: center;
    transition: all 1s ease-in-out;
}

.perfilNome.sign1:hover:after {
    height: 20px;
}


.perfilNome,.version{
    font-size: 20px;
    color: var(--font1);
    font-weight: 700;
    margin: 8px 0px 0px 0px;
}
#conteudo,.loadingPreloader{
    position: relative;
}
#conteudo:empty:before,#conteudo:empty:after,.loadingPreloader:after,.loadingPreloader:before{
    display: block!important;
}
#conteudo:before,.loadingPreloader:before{
    content: "";
    position: fixed;
    bottom: 120px;
    background: url("../imagens/icones/loading.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    -webkit-animation: rotacao 1.5s linear 0s infinite normal;
    animation: rotacao 1.5s linear 0s infinite normal;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none;
    z-index: 99999991;
}
#conteudo:after,.loadingPreloader:after{
    content: "";
    position: fixed;
    top:0;
    width: 100%;
    height: 100vh;
    background-color:#000000;
    background-image: url("../imagens/main/logo.png");
    background-size:230px;
    background-position: center;
    background-repeat: no-repeat;
    display: none;
    z-index: 9999999;
}
.dotsDefault ul{
    display: flex;
    justify-content: center;
    align-items: center;
    list-style:    none;
}
.dotsDefault ul li{
    margin: 0px 10px 0px 0px;
}
.dotsDefault  .slick-dots li{
    width: 12px;
    height: 12px;
    background: var(--color-none);
    font-size: 0;
    transition: all 0.5s linear;
    opacity: 1;
    border-radius: 50%;
    outline: none;
    border: none;
}
.dotsDefault  .slick-dots li button{
    background: var(--color-none);
    font-size: 0;
    transition: all 0.5s linear;
    opacity: 1;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
}
.dotsDefault  .slick-dots li button:before{
    display: none;
}
.dotsDefault  .slick-dots li.slick-active{
    width:45px;
    height: 12px
}
.dotsDefault  .slick-dots li.slick-active button{
    opacity: .75;
    width: 100%;
    border-radius: 40px;
    height: 100%;
    background: linear-gradient(103deg, var(--theme-color1), #504f4f);
}

:not(:checked) + .gradient-bg:before{
    background: var(--icon-color1);
}

label .gradient-bg{
    cursor: pointer;
}
.gradient-bg.anchor .title-4{
    color: var(--theme-color1);
}
.gradient-bg{
    position: relative;
}
.gradient-bg:before{
    content: "";
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background: linear-gradient(103deg, var(--theme-color1), #504f4f);
    display: block;
    position: absolute;
    z-index: -1;
    left: -1px;
    right: 0px;
    top: -2px;
    margin: 0 auto;
    border-radius: inherit;
}
.dotsDefault{
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    bottom: 130px;
    display: flex;
    justify-content: center;
}
.sliderHome{
    max-width: 100%;
    position: relative;
    overflow: hidden;
}
.sliderHome .itemSlider{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.sliderHome .itemSlider img{
    display: block;
    margin: 24px auto 0px auto;
    max-width: 265px;
}
.sliderHome .itemSlider p{
    font-family: 'Urbanist';
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: var(--font1);
}
.sliderHome .itemSlider .content{
    min-height: 560px;
}
.input-hidden{
    position: absolute;
    z-index: -7;
    visibility: hidden;
}
.h-100vh{
    height: 100vh;
}
.tab-item{
    display: none;
}
.tab-item.active{
    display: block;
        -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
            animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
.btn-home-1.btn-input-file{
    font-size: 15px;
    width: 210px;
    padding: 7px 6px;
}
.btn-home-1{
    background: var(--theme-color1);
    padding: 18px 16px;
    border-radius: 100px;
    width: 300px;
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: var(--bg-default);
    transition: all 0.5s linear;
    cursor: pointer;
    border:none;
}
.btn-home-1.type-2{
    background: var(--theme-color3);
    color: var(--font1);
}
.stepsForm .btn-home-1{
    width: 100%;
    font-size: 16px;
    padding: 10px 16px;
}
.stepsForm .btn-home-1.mini{
    padding: 4px 16px;
}
.filters-home{
    padding: 0px 0px 0px 15px;
}
.filters-default{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-y: hidden;
    overflow-x: scroll;
    padding-bottom: 8px;
}

.btn-filter{
    color: var(--theme-color1);
    border: 2px solid var(--theme-color1);
    background: transparent;
    padding: 5px 16px;
    font-size: 0.9rem;
    border-radius: 100px;
    font-weight: 600;
    white-space: nowrap;
    transition: all 600ms linear;
}
a.btn-filter:hover{
    color: var(--theme-color1);
}
.btn-filter.active{
    position: relative;
    padding-left: 35px;
}
.btn-filter.active:before{
    content: "";
    position: absolute;
    top: 8px;
    left: 14px;
    -webkit-mask: url("../imagens/icones/active-filter1.svg") center / contain no-repeat;
    background: var(--theme-color1);
    width: 15px;
    height: 15px; 
}
.type2 .btn-filter.active{
    padding-left: 16px;
    font-weight: 900;
}
.select-filters .type2 .btn-filter{
    font-weight: 700;
}
.select-filters .btn-filter{
    margin: 0px 0px 7px 0px;
}
.type2 .btn-filter.active:before{
    display: none;
}
.type2 .btn-filter.active{
    background: var(--theme-color1);
    color: var(--bg-default) ;
}
.btn-home-1:hover{
    background: var(--font1);
    color: var(--bg-default);
}
.reset-button:focus,
.reset-button:active,
.reset-button:hover{
    outline: none;
    text-decoration: none;
}
.button-icon{
    background: none;
    border:none;
    cursor: pointer;
}
.imagem-perfil .button-icon{
    right: 0;
    bottom: 0;
}
.imagem-perfil .button-icon i.theme-icon{
    margin:0;
    width: 35px;
    height: 35px;
}
.button-icon i.theme-icon{
    width: 28px;
    height: 28px;
}
.search-container {
    position: fixed;
    top: 12px;
    left: 0;
    margin: 0 auto;
    width: 100%;
    padding: 0px 16px 0px 8px;
    background: var(--bg-default);
    display: none;
}
.search-active .search-container{
    display: block;
}
.search-active >:not(.search-container){
    display: none;
}
.headerOption{
    position: absolute;
    top: 14px;
    left: 7px;
}

.header-page-title, .search404 .title{
    font-size: 20px;
    color: var(--font1);
    line-height: 28px;
}

.header-title-2 .header-page-title {
    font-size: 32px;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: block;
    padding: 0;
    color: var(--theme-color1);
    width: 100%;
    pointer-events: none;
}
.search404 .title{
    font-weight: 700;
}

.header-page-title{
    font-weight: 600;
    padding-left: 5px;
}

.btn-filter-search{
    position: absolute;
    right: 6px;
    top: 14px;
}
.btn-filter-search i.theme-icon{
    margin: 0;
    background: var(--theme-color1);
    width: 25px;
    height: 25px;
}
i.theme-icon.twitter2{
    width: 15px;
    height: 15px;
}
i.theme-icon.instagram2,i.theme-icon.instagram2,i.theme-icon.youtube2{
    width: 18px;
    height: 18px;
}
i.theme-icon.tiktok2{
       width: 20px;
}
i.theme-icon.facebook2{
    width: 24px;
    height: 24px;
}
.title-3{
    font-weight: 700;
    font-size: 14px;
}
.title-4{
    font-weight: bold;
    font-size: 18px;
}
.line-text{
    font-size: 16px;
}
.title-3,.line-text{
    color: var(--font1);
}
.line-text{
    position: relative;
    font-family: 'Urbanist';
    font-weight: 500;
    width: 100%;
    display: block;
    text-align: center;
    z-index: 2;
}
.line-text:before{
    content: "";
    position: absolute;
    top: 51%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 1px;
    background: var(--font1);
    z-index: 1;
}
.line-text .text{
    background: var(--bg-default);
    padding: 0px 15px;
    z-index: 9;
    position: relative;
}
.link-1{
    color: var(--theme-color1)!important;
    font-weight: 600;
    background: none;
    border: none;
}

.subtitulo{
    color: var(--theme-color1)!important;
    font-weight: normal;
    font-size: 12px;
    margin: 0;
}

.infoVideodetail {
    background: rgba(0,0,0,0.07);
    -webkit-filter: drop-shadow(0px 2px 8px rgba(0,0,0,0.4));
            filter: drop-shadow(0px 2px 8px rgba(0,0,0,0.4));
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 0px 0px 10px 0px;
}
.info-page,.info-page-2{
    color: var(--font1);
}
.info-page-2{
    font-size: 12px;
    margin: 0;
}
.info-page{
    font-size: 14px;
}
.btn-option{
    background: var(--theme-color2);
    border: 1px solid var(--theme-color3);
    font-family: 'Urbanist';
    font-weight: 500;
    width: 100%;
    display: block;
    margin: 0 auto;
    color: var(--font1);
    padding: 15px;
    border-radius: 16px;
    margin-bottom: 12px;
    cursor: pointer;
}
.socialLogin-blocks{
    padding: 0px 35px;
}
.socialLogin-blocks .btn-option{
    width: 80px;
    height: 60px;
    display: block;
    margin: 0 auto;
}
.socialLogin-blocks .btn-option i{
    margin:0;
}
/*Prelogin*/
.section-default{
    font-family: 'Urbanist';
}
.section-default .option{
    min-height: 210px;
}
.prelogin .title-page h2,.prelogin .title-page h3{
    color: var(--font1);
    font-weight: 700;
    margin-bottom: 15px;
}
.prelogin .title-page h3{
    font-size: 26px;
}
.section-default.prelogin .title-page .logo-prelogin{
    margin-bottom: 20px;
}
.section-default.prelogin .title-page .logo-prelogin img{
    max-width: 165px;
}
.prelogin.login-page .title-page .logo-prelogin img{
    max-width: 100px;
}
/*Form padrão -> Label floating*/
.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}
.form-label-group input,.form-label-group input:focus, .textarea-default:focus{
        background: var(--theme-color2);
}
.form-label-group input:not(:placeholder-shown) {
    padding-top: 1.25rem;
    padding-bottom: .25rem;
}
.form-label-group input:not(:placeholder-shown) ~ label {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 12px;
    color: #777;
}
.form-label-group label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    line-height: 1.5;
    color: #495057;
    pointer-events: none;
    cursor: text;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}
.form-label-group input, .form-label-group label {
    height: 3.125rem;
    padding: .75rem;
    border: none;
}
.textarea-default{
    background: var(--theme-color2);
    height: 170px;
    margin-bottom: 20px;
    width: 100%;
    border-radius: 16px;
    border: none;
    outline: none;
    padding: 12px 18px;
    font-size: 14px;
    color: var(--font1);
}

.form-control:focus ~ label,
.form-control:not(:placeholder-shown) ~ label,
label.floating-label {
    display: block!important;
    top: 0px!important;
    font-size: 14px;
    margin-bottom: 15px;
}
.form-control::placeholder{
    color: transparent!important;
}

/*Label icon*/
.label-icon:focus-within input, .label-icon:focus-within .textarea-default, .textarea-field:focus-within .textarea-default{
    border:1px solid var(--theme-color1);
    box-shadow:none;
}
.label-icon:focus-within label i.theme-icon{
    background: var(--theme-color1);
}
.label-icon:focus-within input:not(:placeholder-shown) ~  label i.theme-icon{
    background: var(--theme-color1);
}
.label-icon:focus-within input:not(:placeholder-shown) ~  label i.theme-icon.remover,.label-icon input:not(:placeholder-shown) ~ label i.theme-icon.remover{
    background: #ff0000!important;
}

.label-icon input:not(:placeholder-shown) ~ label i.theme-icon{
    background: var(--font1);
}
.label-icon.right-icon i{
    top: 12px;
    right: 13px!important;
    left: initial!important;
}
.label-icon label {
    position: absolute;
    top: 13px;
    left: 42px;
    color: var(--theme-color1);
    pointer-events: none;
}
.label-icon.none-icon label, .label-icon.right-icon label{
    left: 13px!important;
}
.label-icon.none-icon i.theme-icon{
    display: none;
}
.label-icon i.theme-icon{
    background: var(--icon-color1);
    width: 20px;
    top: 15px;
    left: 15px;
    position: absolute;
} 
.label-icon {
    margin-bottom: 15px;
}
.label-icon .iti{
    width: 100%;
}
.custom-select-3 .select-selected{
    display: flex;
    align-items: center;
}
.label-icon.none-icon input,.label-icon.right-icon input,  .custom-select-3 .select-selected{
    padding-left: 18px;
}
.label-icon input,.custom-select-social, .custom-select-3 .select-selected,
.form-control:disabled, .form-control[readonly]{
    background: var(--theme-color2);
    height: 3.3rem;
    width: 100%;
    border-radius: 16px;
    border: none;
}
.label-icon input{
        padding-left: 40px;
}
.label-icon input, .custom-select-3 .select-selected{
    font-size: 14px;
    color: var(--font1);
}
.mini-icon i.theme-icon {
    width: 8px;
    height: 10px;
    background: var(--theme-color1);
    margin:0;
}
.mini-icon i.theme-icon.close2{
    margin: 0px 5px;
}
.label-icon input:focus,.label-icon input:active, .textarea-field .textarea-default:focus{
      background: rgb(194 252 13 / 8%);
      color: var(--font1);
}
.label-icon input[type=password]{
    padding-right: 40px;
}
.label-icon input::placeholder {
  color: var(--icon-color1);
  opacity: 1; 
}
.label-icon input:-ms-input-placeholder {
  color: var(--icon-color1);
}
.label-icon input::-ms-input-placeholder { 
  color: var(--icon-color1);
}
.form-group {
  display: block;
  margin-bottom: 15px;
}
.nav-options .form-group {
    margin: 6px 0px;
}
.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.form-group label {
  position: relative;
  cursor: pointer;
  color: var(--font1);
  font-weight: 600;
  font-size: 14px;
}
.form-group label.rounded:before{
    border-radius: 50%;
    margin-right: 20px;
}
.form-group input:checked +  label.rounded:after{
    content: '';
    background: var(--theme-color1);
    border: none;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    left: 4px;
    top: 23%;
}
.list-cat{
    margin: 0;
    background: var(--theme-color3);
    border-radius: 7px;
    padding-top: 25px;
}
.form-group.check-icons span {
    width: 80%;
    display: inline-block;
    font-size: 12px;
}
.form-group.check-icons label{
    display: flex;
    align-items: flex-start;
}
.form-group.check-icons label:before{
    margin-right: 19px;
    margin-left: 8px;
}
.cat-item .form-group.check-icons label:before{
    margin-right: 3px;
    margin-left: 8px;
}
.form-group.check-icons input:checked + label:after {
    left: 17px;
    border: solid var(--bg-default);
    border-width: 0 2px 2px 0;
}
.form-group.check-icons input:checked + label:before {
   background: var(--theme-color1);
}
.form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid var(--theme-color1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 9px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 8px;
}
.form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid var(--theme-color1);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.formAuth{
    display: none;
}
.formAuth.active{
    display: block;
}
.custom-select-2 {
  position: relative;
  font-family: Arial;
}
.custom-select-2 select {
    position: absolute;
    visibility: hidden;
}
.custom-select-3 select {
    position: absolute;
    visibility: hidden;
}
.select-selected {
  background-color: rgba(255, 255, 255, 0.8);
}
.custom-select-3 .select-selected:after{
    position: absolute;
    content: "";
    top: 25px;
    right: 15px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: #ffffff transparent transparent transparent;
}
.custom-select-3 .select-selected.select-arrow-active:after{
        top: 19px;
}
.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: -13px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: #73777B transparent transparent transparent;
}
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}
.s-hidden {
    visibility: hidden;
    padding-right: 0;
    position: absolute;
    opacity: 0;
}
.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font: normal 11px/22px Arial, Sans-Serif;
  color: black;
  border: none;
}
.option-autor .select-filters h5{
        font-size: 16px;
}
.select-filters label, .styledSelect, .select-filters h5{
    font-size: 15px;
    font-weight: 600;
    color: var(--font1);
}

.styledSelect {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    padding: 0 10px;
    padding: 0px 20px 0px 0px;
    min-width: 100px;

}
.styledSelect.active:after{
    display: none;
}
.styledSelect:after {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: white transparent transparent transparent;
    position: absolute;
    top: 9px;
    right: 6px;
}
.styledSelect:active,.styledSelect.active {
    background-color: var(--theme-color1);
    padding: 0px 4px;
    color: var(--bg-default);
}
.options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  border: 1px solid #ccc;
  background-color: white;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.options li {
  padding: 0 6px;
  margin: 0 0;
  padding: 0 10px;
}
.options li:hover {
  background-color: #39f;
  color: white;
}
.icone-select{
            max-width: 30px;
}
.select-selected{
    display: block;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}
.select-items{
    position: absolute;
    z-index: 999;
    background: var(--theme-color1);
    padding: 14px;
    border-radius: 16px;
    font-weight: 700;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
}

.long-list .select-items {
    height: 260px;
    overflow: scroll;
    border-radius: 0;
}

.long-list .select-items::-webkit-scrollbar-track {
    background-color:  transparent;

  }

.long-list .select-items::-webkit-scrollbar {
    width: 5px;
    background: transparent;
  }

.long-list .select-items::-webkit-scrollbar-thumb {
    background:  var(--theme-color3);
    height: 5px!important;
    border-right: none;
    border-left: none;

  }
.select-items div,.select-selected {
    position: relative;
    width: 100%;
    padding: 0;
    text-align: center;
    height: 33px;
    border: none;
    font-size: 16px;
    letter-spacing: 0;
    color: #000000;
    background-color: transparent;
    cursor: pointer;
    user-select: none;
    overflow: visible;
}
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
    color: #ff0000;
}
/*Perfil*/
.imagem-perfil{
    display: block;
    margin: 0 auto;
    width: 140px;
    height: 140px;
}
.imagem-perfil.padrao-perfil{
    width: 28px;
    height: 28px;
    border-radius: 100%;
}
.imagem-perfil img{
    border-radius: 50%;
    width: 100%;
    object-fit: cover;
}
.default-menu.nav-link span{
     color: var(--icon-color2);
}
.default-menu i.theme-icon{
    background:var(--icon-color2);
    width: 25px;
    height: 25px;
}
.section-content .article .title{
    margin: 8px 0px 0px 0px;
}
.section-content .title{
    font-weight: 700;
    font-size: 18px;
    color: var(--font1);
}
.section-content .videoItem  .title{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    line-height: normal;
    font-size: 16px;
}
.section-default .title.title-icon i.theme-icon{
    margin: 0;
    width: 20px;
    height: 20px;
    background: linear-gradient(103deg, var(--theme-color1), #504f4f);
    margin-right: 10px;
}

.item .content-block figure, .videoItem .content-block figure{
    height: 266px;
    width: 150px;
    display: flex;
    align-items: center;

}
.item .content-block figure{
    background: var(--theme-color3);
    border-radius: 21px;
    overflow: hidden;
}
.videoItem .content-block figure{
    background: none;
    width: auto;
}

.content-block{
    overflow: hidden;
    max-width: 150px;
}
.sliderContentCategory .content-block {
    overflow: hidden;
    max-width: 100%;
    width: 100%;
}

.sliderContentCategory .item {
    margin: 0px;
    padding: 7px 8px;
}

.content-block .btn-option-2{
    right: 0;
    top: 10px;
}
.content-block .btn-option-2 i.theme-icon{
    margin: 0;
    width: 20px;
    height: 20px;
}
.content-block img{
    width: 100%;
    border-radius: 20px;
}
 .content-block .content-info, .content-block .content-statistics{ 
    padding: 5px 7px 0px 7px;
}
.content-block .content-info{
    width: 100%;
    left: 0;
    right: 0;
    bottom: 20px;
    line-height: 0;
}
.content-statistics{
    left: 0;
    right: 0;
    bottom: 9px;
    line-height: 0;
}
.content-block .content-info .title{
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--font1);
    line-height: 1.4;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 5; /** número de linhas que você quer exibir */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.content-block .stats{
    font-size: 0.6rem;
    font-weight: 700;
    color: var(--font1);
    line-height:normal;
    margin: 0; 
}
.slick-slide {
    margin-right: 15px;
}
.optionDefault{
    height: 100vh;
}
.optionDefault .modal-dialog{
    position: relative;
    height: 100dvh;
    top: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

.optionDefault .modal-dialog .modal-content:before{
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    background: var(--theme-color3);
    width: 10%;
    height: 3px;
    border-radius: 7px;
}
.optionDefault .modal-dialog .modal-content{
     position: absolute;
    bottom: 0dvh;
    background: var(--bg-default);
    padding: 25px 0px 7px 0px;
    border-radius: 45px 45px 0px 0px;
    -webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.block-option-content .title{
    font-size: 21px;
    font-weight: 700;
    color: var(--font1);
    padding-top: 4px;
    padding-bottom: 18px;
}
.arrow-right{
    position: relative;
    width: 100%;
}
.arrow-right:after{
    content: "";
    -webkit-mask: url("../imagens/icones/arrow-right.svg") center / contain no-repeat;
    width: 20px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 10px;
    background: var(--font1);
}
.block-option-content .nav-options .btn-modal1.confirm.active span{
    color:var(--theme-color1);
}
.block-option-content .nav-options  .btn-modal1.confirm.active i.theme-icon{
    background: var(--theme-color1);;
}
.active.confirm.arrow-right:after{
    content: "";
    -webkit-mask: url("../imagens/icones/ok1.svg") center / contain no-repeat;
    width: 30px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 6px;
    background: var(--theme-color1);
}

.border-modal-1{
        border-bottom: 1px solid rgba(255,255,255,0.2);
}
.block-option-content .nav-options .btn-modal1{
    margin-top: 7px;
    margin-bottom: 7px;
}

.block-option-content .nav-options .btn-modal1 i.theme-icon,
.title-label  i.theme-icon {
    width: 22px;
    height: 30px;
    margin-right: 20px;
}
.title-label  .title-3{
    font-size: 16px;
    margin: 0;
}
.block-option-content .nav-options .btn-modal1 span, .title-2, .logout1{
    font-size: 16px;
    font-weight: 600;
    color: var(--font1);
    line-height: 25px;
}
.logout1, .nav-options .btn-modal1 i.theme-icon.logout1, .nav-options .btn-modal1 span.logout{
    color: var(--logout1)!important;
}
i.theme-icon.logout1{
    background: var(--logout1);
}
.block-option-content .nav-options .btn-modal1 span, .title-2{
    color: var(--font1);
}

/*Video LIst*/
.break{
    display: block;
}
.videoItem{
    margin-bottom: 20px;
}
.status1.status-text{
    color: var(--logout1);
}
.status2.status-text{
    color: var(--icon-color3);
}
.status3.status-text{
    color: var(--theme-color1);
}
.status-text span{
    font-weight: 100;
}
.status-text{
    font-size: 11px;
    font-weight: 600;
    margin: 0;
    line-height: normal;
}
.statistics span{
    color: var(--font1);
    font-size: 12px;
    line-height: normal;
}
.videoItem .status-video {
      min-height: 20px;
    margin-bottom: 10px;
}
.videoItem .statistics i.theme-icon{
    width: 20px;
    height: 20px;
    margin: 0px 4px 0px 0px;
}
.videoItem figure figcaption{
    position: absolute;
    bottom: 10px;
    color: var(--font1);
    background: var(--theme-color2);
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 8px;
    line-height: 14px;
    right: 8px;
}
.videoItem .content-title {
    min-height: 50px;
}
.videoItem .button-icon i.theme-icon {
    margin: 0;
    width: 10px;
    height: 18px;
}
.videoItem .btn-option-2{
    right: 0;
    z-index: 5;
}
.section-default h1, .section-default h2, .section-default h3,.section-default p{
    color: var(--font1);
}
.section-default  .nav-tabs .nav-link.active {
    background: transparent;
    color: var(--theme-color1);
    border: none;
    border-bottom: 3px solid var(--theme-color1);
}
.section-default  .nav-tabs .nav-link{
    width: 50%;
    color: ;
    font-weight: 600;
    color: var(--icon-color4);
    border-bottom: 1px solid var(--icon-color4);
}
.section-default .accordion .card, .item-content{
    border-radius: 20px!important;
    margin-bottom: 20px!important;
}
.section-default .accordion .card{
    border: none;
    background-color: var(--theme-color2);
    overflow: hidden;
}
.section-default .accordion .card .btn, a.btn-default{
    font-weight: 700;
    padding-right: 24px;
    font-size: 14px;
    color: var(--font1);
}
.tab-pane i.theme-icon:not(.myhood-1){
    background: var(--theme-color1);
}
.tab-pane i.theme-icon.twitter-solid {
    width: 18px;
}
.tab-pane i.theme-icon.facebook-solid {
    width: 20px;
}
.tab-pane i.theme-icon {
    width: 23px;
    margin-right: 15px;
}
a.btn-default:hover{
    outline: none;
    text-decoration: none;
}

.section-default .accordion .card .btn{
    position: relative;
    width: 100%;
    text-align: left;
    outline: none;
    text-decoration: none;
}
.section-default .accordion .card-body{
    background-color: var(--theme-color2);
    color: var(--font1);
    font-size: 14px;
    font-weight: 500;
    padding: 8px 0px;
    border-top: 1px solid var(--icon-color2);
    margin: 0px 21px;
}
.section-default .accordion .card .btn:before {
    content: "";
    -webkit-mask: url("../imagens/icones/dropdown-accordion.svg") center / contain no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 7px;
    display: block;
    z-index: 9;
    background: var(--theme-color1);
}

.section-default .card-header, .item-content {
     padding: .75rem 1.25rem;
    border: none;
    margin-bottom: 0;
    background-color: var(--theme-color2);
}
.scroll-x{
    overflow-x: scroll;
    overflow-y: hidden;
    display: block;
    width: 100%;
    max-width: 100%;
}
.myhood-logo{
    max-width: 40%;
    margin: 0 auto;
}
.videoview .muted,.videoview .pause{
    position: absolute;
    display: none;
    transition: all 2s ease-in-out;
}
.videoview .muted{
    top: 80px;
    width: 22px;
    right: 13px;
}
/*.videoview .pause{
    top: 109px;
    right: 10px;
}*/
.slick-slide.slick-current.slick-center .videoview.muted .muted, .slick-slide.slick-current.slick-center .videoview.paused .pause {
    display: block;
    background: var(--theme-color1);
    width: 40px;
    height: 40px;
}
/*Desktop*/


@media (min-width:1920px){


 .padrao .container {
    max-width: 1400px;
}
    
}


@media (min-width:993px){

.filters-default .btn-filter{
    cursor: pointer;
}
    .filters-default::-webkit-scrollbar-track {
    background-color:  transparent;

  }

.filters-default::-webkit-scrollbar {
    width: 2px;
    height: 4px;
    background: transparent;
    cursor: pointer;
  }

.filters-default::-webkit-scrollbar-thumb {
    background:  var(--theme-color1);
    height: 2px!important;
    width:  3px;
    border-right: none;
    border-left: none;


  }

    .search404 figure {
        max-width: 25%;
    }
    .fechar-info {
    position: absolute;
    right: 0;
    top: 0;
}
    .description p{
        color: var(--light);
    }
.videoprevia {
/*    position: absolute;*/
    width: 100%;
/*    top: 50px;*/
    padding: 0px 21% 0px 10%;
    font-size: 11px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    cursor: pointer;
}


.video-container .videoview {
    position: relative;
    width: auto;
    height: auto;
}

.videoList .button-icon i.theme-icon, .videoList .player-menu .button-icon i.theme-icon.report-flag{
    width: 1.3rem;
    height: 1.3rem;
}
    .player-menu .button-icon span {
        font-size: 12px;
        display: block;
    }

.videoList.slick-vertical .slick-slide:not(.slick-current) {
    opacity: 0;
    visibility: hidden;
    display: none!important;
    POSITION: absolute;
    height: 0!important;
}
.videoList.slick-slider .slick-list{
    padding: 4px 0px!important;
}
.videoList .slick-track{
    height: 100%!important;
}
    .videoList.slick-vertical .slick-slide {
        display: flex;
        height: auto;
        justify-content: center;
        border: 1px solid transparent;
    }
    .video-description {
    position: absolute;
    left: 0;
    bottom: 18px;
    width: 100%;
    }
    .videoList{
        overflow: hidden;
    }

  .player-menu {
    bottom: 10px!important;
}
    .video-render {
        max-width: 100%;
        width: 100%;
    }
.videoList .slick-list {
    min-width: 1200px!important;
    height: 100%!important;
}
.video-player {
    max-width: 110vh;
    width: 100%;
    height: 62vh;
    padding: 0;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
}
    .videoview .pause {
        top: 50%;
        right: 0;
        left: 0;
        z-index: 9;
        margin: 0 auto;
        filter: drop-shadow(0px 2px 8px rgba(0,0,0,0.5));
    }
    .header-page-title {
        font-size: 30px;
    }
    .category-page .headerOption {
        position: relative;
        top: initial;
        left: initial;
        right: initial;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 15px;
        border-left: 1px solid var(--theme-color1);
    }
    .optionDefault .modal-dialog{
        margin: 0 auto;
    }
     .optionDefault .modal-dialog .modal-content {
        bottom: initial;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 40px;
        display: block;
        border-radius: 45px;
    }
    .default-menu.nav-link{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 10px;

    }
    .default-menu.nav-link span{
        font-weight: 600;
    }

    .default-menu.nav-link:hover span, li.active .nav-link span{
        color: var(--theme-color1);
    }
    .default-menu.nav-link:hover i,  li.active .nav-link  i{
        background: var(--theme-color1)!important;
    }
 
    .default-menu i.theme-icon{
        margin-right: 4px;
    }

    .default-menu i.theme-icon.plus1{
        -webkit-mask: url("../imagens/icones/plus1.png") center / 50px no-repeat;
       background:var(--icon-color2);
    }

    .another-options{
        position: absolute;
        right: 0;
    }
    .another-options ul{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .only-mobile, ul.only-mobile{
        display: none;
    }
    .navbar{
        padding: 0;
    }
    .sliderHome .itemSlider .content {
        min-height: 470px;
    }
    .deslogadoPage .content.container{
        max-width: 40%;
    }
    .sliderHome .itemSlider p {
        font-size: 25px;
        line-height: normal;
    }
    .logo-prelogin img{
        max-width: 140px;
    }
    .navbar-brand img{
        max-width: 125px;
        padding: 10px 0px;
    }
}


/*@media (min-width:993px) and (max-width:1366px){

}
*/
.filters-search .btn-filter{
    text-align: center;
    width: 100%;
    display: block;
}
.btn-filter.item-tag {
    padding: 2px 10px;
    -webkit-animation: scale-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            animation: scale-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;

}
.filters-search i.theme-icon {
    background: var(--theme-color1);
    width: 16px;
    height: 16px;
    margin-left: 10px;
}
.switch input[type=checkbox] {
    display: none;
}
.switch input[type=checkbox] + label {
    position:relative;
    min-width:calc(calc(2.375rem * .8) * 2);
    border-radius:calc(2.375rem * .8);
    height:calc(2.375rem * .8);
    line-height:calc(2.375rem * .8);
    display:inline-block;
    cursor:pointer;
    outline:none;
    user-select:none;
    vertical-align:middle;
    text-indent:calc(calc(calc(2.375rem * .8) * 2) + .5rem);
}
.switch input[type=checkbox] + label::before,.switch input[type=checkbox] + label::after {
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:calc(calc(2.375rem * .8) * 2);
    bottom:0;
    display:block;
}
.switch input[type=checkbox].double-state  + label::before{
    background-color: #A0E86F;
}
.switch input[type=checkbox] + label::before {
    right:0;
    background-color:#dee2e6;
    border-radius:calc(2.375rem * .8);
    transition:.2s all;
}
.switch input[type=checkbox] + label::after {
    top:2px;
    left:2px;
    width:calc(calc(2.375rem * .8) - calc(2px * 2));
    height:calc(calc(2.375rem * .8) - calc(2px * 2));
    border-radius:50%;
    background-color:#fff;
    transition: all 0.3s ease-in 0s;;
}
.switch input[type=checkbox]:checked + label::before {
    background-color:#08d;
}
.switch input[type=checkbox]:checked + label::after {
    margin-left:calc(2.375rem * .8);
}
.switch input[type=checkbox]:focus + label::before {
    outline:none;
    box-shadow:0 0 0 .2rem rgba(0,136,221,.25);
}
.switch input[type=checkbox]:disabled + label {
    color:#868e96;
    cursor:not-allowed;
}
.switch input[type=checkbox]:disabled + label::before {
    background-color:#e9ecef;
}
.switch.switch-xs {
    font-size:.8rem;
}
.switch.switch-xs input[type=checkbox] + label {
    min-width:calc(calc(1.5375rem * .8) * 2);
    height:calc(1.5375rem * .8);
    line-height:calc(1.5375rem * .8);
    text-indent:calc(calc(calc(1.5375rem * .8) * 2) + .5rem);
}
.switch.switch-xs input[type=checkbox] + label::before {
    width:calc(calc(1.5375rem * .8) * 2);
}
.switch.switch-xs input[type=checkbox] + label::after {
    width:calc(calc(1.5375rem * .8) - calc(2px * 2));
    height:calc(calc(1.5375rem * .8) - calc(2px * 2));
}
.switch.switch-xs input[type=checkbox]:checked + label::after {
    margin-left:calc(1.5375rem * .8);
}
.switch.switch-sm {
    font-size:.875rem;
}
.switch.switch-sm input[type=checkbox] + label {
    min-width:calc(calc(1.9375rem * .8) * 2);
    height:calc(1.9375rem * .8);
    line-height:calc(1.9375rem * .8);
    text-indent:calc(calc(calc(1.9375rem * .8) * 2) + .5rem);
}
.switch.switch-sm input[type=checkbox] + label::before {
    width:calc(calc(1.9375rem * .8) * 2);
}
.switch.switch-sm input[type=checkbox] + label::after {
    width:calc(calc(1.9375rem * .8) - calc(2px * 2));
    height:calc(calc(1.9375rem * .8) - calc(2px * 2));
}
.switch.switch-sm input[type=checkbox]:checked + label::after {
    margin-left:calc(1.9375rem * .8);
}
.switch.switch-lg {
    font-size:1.25rem;
}
.switch.switch-lg input[type=checkbox] + label {
    min-width:calc(calc(3rem * .8) * 2);
    height:calc(3rem * .8);
    line-height:calc(3rem * .8);
    text-indent:calc(calc(calc(3rem * .8) * 2) + .5rem);
}
.switch.switch-lg input[type=checkbox] + label::before {
    width:calc(calc(3rem * .8) * 2);
}
.switch.switch-lg input[type=checkbox] + label::after {
    width:calc(calc(3rem * .8) - calc(2px * 2));
    height:calc(calc(3rem * .8) - calc(2px * 2));
}
.switch.switch-lg input[type=checkbox]:checked + label::after {
    margin-left:calc(3rem * .8);
}
.switch + .switch {
    margin-left:1rem;
}
.custom-select-style select{
    background: transparent;
    border: none;
    outline: none;
    font-size: 15px;
    font-weight: 700;
    color: var(--font1);
}
.custom-select-style select{
    background: transparent;
    border: none;
    outline: none;
    font-size: 15px;
    font-weight: 700;
    
}
.disabled{
    filter: grayscale(1);
    pointer-events: none;
}
.custom-select-style select select option:not(:checked){
    color: red;
}
.custom-select-style select option:checked{
    color: var(--font1);
}
.filters-search .btn-filter.active{
    padding: 5px 16px;
}
.filters-search .btn-filter.active:before{
    display: none;
}

/*Swtich Perfil*/
.itemSwitch {
    background: var(--theme-color2);
    padding: 12px 10px 10px 10px;
    border-radius: 34px;
    margin: 0px 8px 25px 8px;
    box-sizing: revert;
}

.itemSwitch .arrow-right p {
    padding-right: 20px;
}
.itemSwitch .arrow-right:after {
    width: 25px;
    height: 20px;
    right: 12px;
    top: 38%;
    background: var(--theme-color1);
}
.p-text,.social-list a{
    color: var(--font1);
    font-weight: 500;
    margin-top: 4px;
}
.social-list a{
    font-size: 16px;
}
.p-text{
    font-size: 14px;
}
.social-list ul{
    margin: 4px 0px;
    padding: 0;
}
.social-list ul li{
    display: inline-block;
    margin-right: 4px;
}
.social-list a,.social-list ul li i.theme-icon{
        margin: 0px 3px 0px 0px;
}

.dot-divider{
    position: relative;
    padding-right: 15px;
    margin-right: 5px;
}
.dot-divider:before{
    content: ".";
    font-size: 31px;
    position: absolute;
    top: -1px;
    right: 0;
    line-height: 0;
}



:checked + div *{
    color: var(--theme-color1);
}

.label-social{
    display: block;
    width: 100%;
}

.label-info{
    padding:4px 45px;
    background: var(--theme-color2);
    border: 1px solid var( --theme-color3);
    border-radius: 10px; 
    cursor: pointer;
}

.label-social .theme-icon{
    position: absolute;
    width: 18px;
    height: 18px;
}
.label-social .theme-icon:first-child{
    left: 14px;
}
.label-social .theme-icon:last-child{
    right: 14px;
    opacity: 0;
}
.label-social p{
    margin:0;
}
:checked + .label-info {
    border: 1px solid var(--theme-color1);
}
:checked + .label-info * {
    color: var(--font1);
}
:checked + .label-info .theme-icon:last-child{
    opacity: 1;
}
.video-render::-webkit-media-controls {
    display: none;
}

.text-specify img{
    max-width: 20%;
}
.text-specify img{
    max-width: 20%;
}
.text-specify p{
    margin: 0;
    font-size: 18px;
    padding: 10px 0px 0px 0px;
    color: var(--icon-color6);
}
.text-specify .price{
    color: var(--font1);
    font-weight: bold;
    font-size:30px;
    padding: 0px 5px;
}


.imgChannel{
width: 40px;
height: 40px;
border-radius: 100%;
}
.option-autor .imgChannel{
width: 35px;
margin-right: 5px;
}

.nameChannel{
font-size: 14px;
font-weight: 700;
color: var(--font1);
padding-left: 10px;
}



.player-menu .button-icon i.theme-icon.report-flag {
        width: 21px;
        height: 21px;
    }
.player-menu .button-icon{
    margin-bottom: 7px;
}
.player-menu .button-icon span{
    font-size: 14px;
    line-height: normal;
    text-align: center;
    color: var(--font1);
    display: block;
}
.player-menu .button-icon i.theme-icon {
        margin: 0 auto;
}
.player-menu {
    position: absolute;
    width: 45px;
    height: 350px;
    right: 16px;
    z-index: 9999;
    bottom: 25vh;
    display: none;
    transition: all 1s ease-in-out;
    -webkit-animation: slide-in-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.slick-current .player-menu {
    display: flex;
    flex-wrap: wrap;
    background: rgba(0,0,0,0.07);
    border-radius: 9px;
    justify-content: center;
    filter: drop-shadow(0px 2px 8px rgba(0,0,0,0.4));
}
.only-mobile-flex{
    display: none!important;
}
.article{
    margin-bottom: 20px;
}

.article figure{
    position: relative;
}
.article figure img.b30{
    border-radius: 30px;
}

.article figure figcaption{
    position: absolute;
    background: var(--caption1);
    right: 7px;
    bottom: 14px;
    color: var(--font1);
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 6px;
}

.article .description span{
    color: var(--font1);
    font-size: 12px;
}
.article.single{
    position: relative;
}
.article.single figcaption{
    top: 14px;
    bottom: inherit;
    background: var(--theme-color1);
    color: var(--caption1);
    font-weight: 700;
}
.article.single .info-article{
    position: absolute;
    bottom: 8px;
    left: 14px;
}
.content-article p{
    font-size: 14px;
}
.wallet .amount-item{
    font-size: 50px;
    font-weight: bold;
    line-height: 50px;
    max-width: 50vh;
    word-wrap: break-word;
}
.wallet input.amount-item, .wallet input.amount-item:focus, .wallet input.amount-item:active, .wallet input.amount-item:focus-visible {
    width: 100%;
    word-wrap: break-word;
    border: none;
    background: transparent;
    box-shadow: none;
    outline: none;
    margin: 0;
    padding: 0;
    height: 45px;
    box-sizing: border-box;
    text-align: center;
}


.wallet input.amount-item::placeholder {
    color: var(--theme-color2);
}

.wallet input.amount-item::-ms-input-placeholder { /* Edge 12 -18 */
   color: var(--theme-color2);
}
.wallet .info{
    margin-top: 5px;
    display: block;
}

.options-wallet i.theme-icon,.options-wallet .default-menu i.theme-icon{
    width: 45px;
    height: 45px;
    background: var(--theme-color2);
}
.options-wallet .button-icon span{
    font-weight: 600;
    margin-top: 10px;
    display: block;
    font-size: 14px;
}

.item-type .col:last-child{
    text-align: right;
}

.item-type .type, .item-type .amount{
    color: var(--font1);
    display: block;
    font-weight: 600;
}

.item-type .type-info{
    color: var( --icon-color4);
    font-size: 12px;
    line-height: normal;
    font-weight: 500;
}

.item-transaction {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.item-transaction .d-mark{
    font-size: 12px;
    color: var(--icon-color1);
    font-weight: 600;
    min-width: 75px;
}

.item-transaction .spacer,.item-transaction:last-child:after{
    width: 100%;
    height: 1px;
    background: var(--font1);
    display: block;
}
.block-wallet{
    overflow: hidden;
}
    .bg-theme-1{
        background: var(--theme-1);
    }
    .wallet{
        padding-top: 0;
        padding-left: 15px;
        padding-right: 15px;
        height: 45vh;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .wallet .amount{
        position: relative ;
    }
    .wallet .amount .currency{
        position: absolute;
        bottom: 0;
        left: -28px;
        font-size: 20px;
        line-height: 30px;
        font-weight: 700;
    }
    .options-wallet{
        position: absolute;
        bottom: 0;
        width: 100%;
    }

  .video-player::-webkit-media-controls {
        display: none;
    }

 .tab-item.pix{
    margin-bottom: 30px;   
    z-index: 9;
    position: relative;
 }


video.video-render {
    background: transparent url('../imagens/icones/envio.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
 }
   .p-page{
        padding-top: 20px;
        padding-bottom: 100px;
    }



@media (min-width: 1px) and (max-width: 992px){
   #conteudoModal{
     max-height: 70vh;
    overflow-y: scroll;
    overflow-x: hidden;
}
 
        .videoItem .content-block figure{
        height: auto;
        width: auto;
    }
.filters-default::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}

    .bottom-div{
        position: fixed;
        bottom: 11%;
        left: 0;
        right: 0;
    }
    .tab-item.pix{
        margin-top: 100px;
        min-height: 300px;
    }
    .withdraw .options-wallet{
    background: var(--theme-color2);
    padding: 0px 80px;
}
    .withdraw .content {
    max-width: 80%;
}
.withdraw.wallet{
    height: 90vh;
}
    .theme-1 .headerOption .button-icon i.theme-icon{
    background: var(--theme-color2);
}
    .header-page-title.color-2{
         color: var(--theme-color2);
        font-weight: 700;
    }

    .reset-grid-spacer .container, .reset-grid-spacer.container{
        width: 100%;
         max-width: 100%;
        margin:0;
        padding:0;
    }
     .reset-grid-spacer [class*='col-']{
        padding: 0;
     }

    .only-mobile-flex{
           display: none!important;
    }
    .videoList  .item{
    height: 100dvh;
    display: flex!important;
    justify-content: center;
    align-items: center;
    }

    .video-player {
        height: 100vh;
        padding: 0;
        width: 100%;
    }
    
    .video-container .videoview iframe{
        width: 100%;
        height: 100%;
        background: transparent;
    }
    .video-container .videoview{
        position: relative;
        width: 100%;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
     }
    .video-player{
        pointer-events: none;
    }
    .fechar-info{
        position: absolute;
        right: 0;
        top: 5px;
     }
    .fechar-info  i.theme-icon.close2 {
        width: 20px;
        height: 20px;
    }
    .option-autor .description{
        height: 135px;
        overflow-y: scroll;
        overflow-x: hidden;
        color: var(--font1);
        font-size: 15px;
        text-align: justify;
        line-height: normal;
    }
      
    .videoprevia{
    /* position: absolute; */
    /* left: 0; */
    width: 100%;
    padding: 0px 13% 0px 7%;
    bottom: 120px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    }

    .video-description{
        position: absolute;
        bottom: 13dvh;
        left: 0;
        width: 100%;
        height: auto;
        -webkit-animation: fade-in 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
        animation: fade-in 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
        display: none;
        transition: all 1s ease-in-out;
    }
    .slick-current .video-description{
        display: block;
    }
    .video-container .slick-list{
        height: 100dvh!important;
        padding: 0!important;
    }
    .video-container .slick-slide, .video-container .slick-slide > div{
            margin: 0;
        border: none;
        width: 100%!important;
        height: 100dvh;
        }

   
    .video-container{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        margin: 0 auto;
    }

    .desktop{
        visibility: hidden;
        pointer-events: none;
    }
    .video-render {
        max-width: 100%;
        width: 40vh;
        height: 23vh;
        object-fit: contain;
        border-radius: 10px;
        border: 1px solid var(--theme-color1);
    }

  
    .category-page .headerOption{
       position: fixed;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        background: var(--bg-default);
        z-index: 99;
        padding: 21px 0px 7px 0px;
    }
     .theme-1 .headerOption{
           background: var(--theme-1);
            width: 100%;
            max-width: 100%;
            padding-left: 10%;
    }
    .category-page.video-page .headerOption{
        background: transparent;
    }

    header.none-item{
        display: none;
    }

    body.active-menus header .navbar-brand, body.active-menus header .navbar-toggler,
    body.active-menus header .navbar-collapse .another-options,body.hide-menus header .navbar-brand, body.hide-menus header .navbar-toggler,
    body.hide-menus header .navbar-collapse .another-options{
        display: none!important;
    }
    .video-page .search-container{
        top: 0px;
        padding-top: 10px;
    }
   body.active-menus header .navbar, body.hide-menus header .navbar{
    height: 0;
    padding: 0;
   }
    body.hide-menus header, body.hide-menus .video-description{
        opacity: 0!important;
        pointer-events: none!important;
    }
    .navbar-brand img{
        padding: 0;
        max-width: 125px;
    }
    .default-spacer{
        padding-top: 70px;
        padding-bottom: 100px;
    }
    .navbar {
        padding: .5rem 0px;
        transition: all 1s ease-in-out;
    }
    .default-menu i.theme-icon.plus1{
        background: var(--bg-default);
        width: 80px;
        height: 80px;
    }
    header{
        position: fixed;
        background: var(--bg-default);
        z-index: 2;
        width: 100%;
        left: 0;
        right: 0;
        margin: 0 auto;
        border-bottom: none;
        transition: all 1s ease-in-out;
    }

    .btn-rounded-mobile{
        background: var(--theme-color1);
        width: 45px;
        height: 45px;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .none-text-mobile span{
        display: none;
    }
    #menuSite .nav-link{
        text-align: center;
        font-size: 0.7rem;
    }
    #menuSite .nav-link span{
        color: var(--icon-color2);
    }
    #menuSite .nav-item.active .nav-link span{
        color: var(--theme-color1);
        font-weight: 700;
    } 
    #menuSite .nav-item.active .nav-link i{
        background: var(--theme-color1);
    }
    #menuSite .navbar-nav{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0;
    padding: 4px 0px;
    flex-direction: row;
    justify-content: space-around;
    background: var(--bg-default);
    -webkit-animation: fade-in 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    transition: all 2s ease-in-out;
    }
    .another-options{
        position: fixed;
        right: 14px;
        top: 20px;
    }
    .another-options  i.theme-icon{
        margin: 0;
      }
    #menuSite{
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 9999999;
        border-radius: 20px;
        overflow: hidden;
    }
    #menuSite ul  li,.another-options ul  li{
        display: inline-block;
    }

    header .collapse:not(.show) {
        display: block!important;
    }
    .navbar-toggler{
        display: none!important;
    }
    .default-menu i{
        display: block;
        margin: 0 auto;
    }
    .sliderHome .itemSlider p {
        font-size: 2rem;
        line-height: 2rem;
    }
}



/*Responsive*/
@media (min-width: 1px) and (max-width: 992px) and (orientation: landscape){

    .wallet {
        height: 240px;
    }
    .wallet .amount-item {
        max-width: 100%;
    }
    .optionDefault .modal-dialog .modal-content {
        overflow: scroll;
        height: 100%;
        top: 55px;
    }
    .player-menu {
        width: 250px;
        bottom: 50px;
        display: flex;
        height: auto;
        align-items: center;
    }
      .player-menu .row .col-12 {
         width: 45px;
        display: flex;
        flex: auto;
        align-items: center;
    }

    .player-menu .button-icon span {
        font-size: 9px;
    }
    .player-menu .button-icon i.theme-icon.report-flag, .player-menu  .button-icon i.theme-icon.config2{
        width: 18px;
    height: 16px;
    }
    .button-icon i.theme-icon {
        width: 18px;
        height: 18px;
    }

     .video-player {
        width: auto;
        height: 90dvh;
     }
     .default-menu i.theme-icon {
        width: 14px;
        height: 14px;
    }

    .default-menu i.theme-icon.plus1 {
        background: var(--bg-default);
        width: 32px;
        height: 32px;
    }
    .btn-rounded-mobile {
        width: 30px;
        height: 30px;
    }
    
    #menuSite .navbar-nav {
        margin: 0;
        padding: 0px 0px;
    }
}
@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotacao{
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotacao{
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes scale-in-top {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 1;
  }
}
@keyframes scale-in-top {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 1;
  }
}




@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
