<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    outline: 0
}

a,abbr,acronym,address,applet,b,big,blockquote,body,caption,center,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,i,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,u,ul,var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

h1,h2 {
    font-weight: 700;
    font-size: 1em;
    margin: 0
}

h1,h2,h3,h4,h5,h6,a {
    font-weight: 400
}

a:active,a:focus {
    outline: 0!important;
    -moz-outline-style: none!important
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
    outline: 0
}

blockquote,q {
    quotes: none;
    outline: 0
}

blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none;
    outline: 0
}

button {
    background: 0 0;
    border-radius: 0;
    border: 0;
    padding: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    user-select: none;
    outline: 0
}

button:focus {
    outline: 0
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.clear {
    clear: both
}

.none {
    display: none!important
}

input,textarea,select {
    outline: 0
}

input::placeholder {
    color: var(--branco)
}

a:focus {
    outline: 0
}

body:not(.wp-customizer):not(.vc_editor) #wpbody-content {
    outline: 0
}

body:not {
    outline: 0
}

a:-webkit-any-link:active {
    outline: 0
}

a,button {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    outline: 0
}

*,::after,::before {
    box-sizing: border-box
}

a {
    color: var(--color-white);
    text-decoration: none
}

.space {
    margin-bottom: 20px
}

html,body {
    text-decoration: none!important;
    color: #fff;
    width: 100%;
    height: 100%;
    background-color: var(--body);
    font-family: roboto,sans-serif;
    font-size: 15px
}

::-webkit-scrollbar {
    width: .5em;
    background-color: #000;
    transition: .2s
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(255 255 255/21%);
    background: 0 0
}

::-webkit-scrollbar-thumb {
    background-color: #c91616;
    transition: .2s
}

::-webkit-scrollbar-thumb:hover {
    transition: .2s;
    background-color: var(--hover)
}

:root {
    --body: #111111;
    --principal: #da1a0e;
    --hover: #b21b12;
    --secundaria: #313131;
    --terceira: #0c0c0c;
    --white: #fff
}

.b_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.b_grid {
    display: -ms-grid;
    display: grid
}

.b_inline {
    display: inline-flex
}

.b_column {
    flex-direction: column
}

.b_align_center {
    align-items: center
}

.b_align_start {
    align-items: flex-start
}

.b_space_between {
    justify-content: space-between
}

.b_center {
    justify-content: center
}

.b_wrap {
    flex-wrap: wrap
}

.b_align_stretch {
    align-items: stretch
}

.m_center {
    position: relative;
    max-width: 1280px;
    margin: auto
}

.m_nav {
    position: fixed;
    width: 100%;
    background: #000;
    min-height: 90px;
    z-index: 99
}

.m_nav .m_center {
    height: 90px
}

.m_nav .left {
    position: relative;
    height: 100%
}

.m_nav .right {
    height: 100%
}

.m_nav .logo {
    background: url(img/logo_don.png?v3) no-repeat center;
    background-size: 100%;
    width: 130px;
    height: 60px
}

.menu_open {
    position: relative;
    width: 30px;
    height: 20px;
    cursor: pointer;
    margin: 17px;
    margin-left: 0;
    margin-right: 35px
}

.menu_open span {
    position: absolute;
    top: 0;
    display: block
}

.menu_open span,.menu_open span::before,.menu_open span::after {
    width: 30px;
    height: 3px;
    border-radius: 2px;
    cursor: pointer;
    background-color: #fff;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.menu_open span::before,.menu_open span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 18px
}

.menu_open span::after {
    top: 9px
}

.menu_open.open span {
    background-color: transparent
}

.menu_open.open span::before {
    -webkit-transform: rotate(45deg) translate(-4px,-7px);
    -ms-transform: rotate(45deg) translate(-4px,-7px);
    transform: rotate(45deg) translate(-4px,-7px)
}

.menu_open.open span::after {
    -webkit-transform: rotate(-45deg) translate(1px,2px);
    -ms-transform: rotate(-45deg) translate(1px,2px);
    transform: rotate(-45deg) translate(1px,2px)
}

.m_menu {
    position: fixed;
    top: 90px;
    left: -999%;
    background: #000;
    width: 300px;
    height: 100vh;
    z-index: 999;
    -webkit-transition: .5s;
    transition: .5s
}

.m_menu.open {
    left: 0
}

.m_menu li {
    position: relative;
    padding: 15px;
    border-bottom: 1px solid #eeeeee14
}

.m_menu li:last-child {
    border: 0
}

.m_menu li a {
    padding: 0 10px;
    font-weight: 500;
    text-transform: uppercase
}

.m_menu li a:hover {
    color: var(--principal)
}

.m_nav .m_icon {
    display: flex;
    align-items: center;
    background: #2a2a2a;
    border-radius: 20px;
    padding: 10px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    transition: .5s ease-in
}

.m_nav .m_icon:hover {
    background: var(--hover)
}

.m_nav .m_icon.random {
    margin-right: 5px
}

.m_nav .m_icon.login {
    padding: 10px 15px
}

.m_nav .m_icon .material-icons {
    font-size: 18px
}

.user_pro {
    position: relative
}

.user_pro .avatar {
    position: relative;
    width: 43px;
    height: 43px;
    border-radius: 20% 10%;
    border: 2px solid #2a2a2a;
    overflow: hidden;
    margin-right: 10px
}

.user_pro .avatar img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.user_pro .user-name {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    cursor: pointer
}

.user_pro .user-name span {
    color: #fff;
    transition: transform .2s ease-out;
    margin-left: 3px
}

.user_pro .user-name.active span {
    transform: rotate(180deg);
    color: var(--hover)
}

.user_pro .user-name:hover span {
    color: var(--principal)
}

.user_pro .material-icons {
    font-size: 18px;
    margin-right: 7px
}

.user_pro .user_menu {
    display: none;
    min-width: 175px;
    position: absolute;
    top: 66px;
    padding: 0;
    background: #000;
    box-shadow: 0 3px 5px #0000003b;
    margin: 0 -26px;
    z-index: 99
}

.user_pro .user_menu .item-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-bottom: 1px solid #00000026;
    font-size: 13px;
    color: #fff
}

.user_pro .user_menu .item-sub a {
    color: #fff
}

.user_pro .user_menu .item-sub span {
    font-size: 16px;
    margin-right: 5px
}

.user_pro .user_menu .item-sub:last-child {
    border: 0
}

.user_pro .user_menu .item-sub:hover,.user_pro .user_menu .item-sub a:hover {
    color: var(--principal)
}

#signout {
    cursor: pointer
}

.b_border_right {
    width: 1px;
    height: 16px;
    background: #eeeeee3b;
    margin: 0 10px
}

.pesquisa {
    position: relative;
    width: 320px;
    border-radius: 5px;
    margin: 0 6px;
    background: #1d1d1d;
    border: 1px solid #2b2b2b;
    display: none;
    overflow: unset!important
}

.pesquisa .pesquisaMenu {
    height: 45px;
    overflow: hidden
}

.pesquisa input[type=text] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0 20px;
    background: 0 0;
    color: #eee
}

.pesquisa .pesquisaMenu .search {
    position: absolute;
    top: 3px;
    right: 10px;
    display: flex;
    align-items: center;
    background: #2a2a2a;
    border-radius: 20px;
    padding: 10px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    transition: .5s ease-in;
    z-index: 5
}

.pesquisa .pesquisaMenu .search:hover {
    background: var(--principal)
}

.pesquisa .pesquisaMenu .search span {
    color: #fff;
    font-size: 18px
}

#suggest-results {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 15px;
    background: #000000f5
}

#suggest-results .viewS {
    max-height: 450px;
    overflow: auto
}

#suggest-results ul.ui-autocomplete {
    display: flex;
    flex-wrap: wrap
}

#suggest-results ul li {
    width: 100%;
    background: #0f0f0f;
    padding: 10px;
    margin-bottom: 15px;
    margin-right: 5px
}

#suggest-results ul li .thumb {
    position: relative;
    width: 80px;
    height: 100px;
    border-radius: 3px;
    border: 2px solid #fff;
    overflow: hidden
}

#suggest-results ul li .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

#suggest-results ul li a {
    display: flex;
    flex-wrap: wrap
}

#suggest-results ul li .infos {
    width: calc(100% - 90px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px
}

#suggest-results ul li .infos .search-name {
    font-size: 13px;
    font-weight: 500
}

#suggest-results ul li .infos .generos {
    width: 100%;
    height: 39px;
    margin: 20px 0;
    overflow: hidden
}

#suggest-results ul li .infos .generos li {
    width: auto;
    background: #212121;
    border-radius: 20px;
    padding: 7px 15px;
    margin: 0;
    margin-right: 6px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

#suggest-results ul li .infos .generos li:hover {
    background: #20a029
}

#suggest-results ul li .infos .eps {
    background: #212121;
    border-radius: 20px;
    padding: 10px;
    margin: 0;
    margin-right: 6px;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bolder;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin: 10px 0 0
}

#suggest-results ul li:hover .infos .eps {
    background: var(--principal);
    color: #fff
}

.separador {
    height: 50px
}

.rwl {
    width: 100%;
    table-layout: fixed;
    margin: .25em 0 0
}

.clw,.crw {
    vertical-align: top
}

@media(min-width: 960px) {
    .rwl {
        display:table
    }

    .clw,.crw {
        display: table-cell
    }

    .clw {
        padding-right: 20px
    }

    .crw {
        padding-left: 20px;
        width: 26%;
        overflow: hidden
    }
}

.separador {
    height: 140px
}

.postSlider {
    display: none;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px
}

.itemS {
    position: relative;
    border-radius: 5px;
    width: 100%;
    overflow: hidden
}

.itemS .thumb {
    position: relative;
    padding-top: 42%;
    overflow: hidden
}

.itemS .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.sOverlay {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,#151515 80%);
    transition: .2s all ease-in-out;
    border-radius: 0;
    z-index: 5
}

.itemS .dados {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 6
}

.itemS .dados .left {
    padding: 0 20px 15px;
    width: calc(100% - 250px)
}

.itemS .dados .title {
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.itemS .dados .title h2 {
    font-weight: 500
}

.itemS .dados .sinopse {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box
}

.btn_now {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 60px;
    line-height: 60px;
    background: #000;
    border-radius: 50px;
    box-shadow: rgb(17 17 17/26%) 0 6px 24px 0,rgb(29 29 29) 0 1px 0 1px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
    transition: ease-in .5s
}

.itemS .dados .right {
    width: 250px
}

.btn_now:hover {
    background: #4112e2;
    box-shadow: rgb(17 17 17/26%) 0 6px 24px 0,rgb(58 16 200) 0 1px 0 1px
}

.btn_now span {
    margin-left: 10px
}

.titleD {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 25px
}

.titleD h1,.titleD h2 {
    font-weight: 500
}

.content-pagination {
    flex-wrap: wrap;
    justify-content: center;
    margin: 15px 0
}

.content-pagination li {
    position: relative;
    background: #1f1f1f;
    border-bottom: 2px solid #272727;
    border-radius: 3px;
    margin-left: 5px;
    margin-bottom: 7px;
    padding: 10px 15px;
    text-align: center;
    min-width: 44px;
    cursor: pointer
}

.content-pagination li:hover,.content-pagination li.active {
    background: #da1a0e!important;
    border-color: #b21b12!important
}

.content-pagination li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: transparent
}

.content-pagination li svg {
    width: 8px;
    fill: #fff
}

.content-pagination li:hover svg {
    fill: #fff!important
}

.mp-icon.arrow-icon.left {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.seemore {
    background: #3c3c3c;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 20px;
    transition: ease .5s
}

.seemore:hover {
    background: var(--principal)
}

.itemE {
    position: relative;
    width: calc(100%/4 - 10px);
    margin: 0 5px 15px;
    border-radius: 4px;
    overflow: hidden
}

.itemE .thumb {
    position: relative;
    padding-top: 77%;
    overflow: hidden
}

.itemE .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 98%;
    object-fit: cover
}

.itemE .dados {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
    padding-bottom: 15px;
    z-index: 6
}

.boxContent {
    margin-bottom: 25px
}

.itemE .dados .title {
    font-size: 14px;
    text-transform: uppercase
}

.itemE .dados .title span:nth-child(2) {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #3800ff
}

.itemE .dados .title span.sxcd {
    font-size: 13px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box
}

.itemE .sOverlay {
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,#000000 100%)
}

.itemE .play {
    opacity: .2;
    visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    border: 2px solid #fff;
    height: 50px;
    z-index: 6;
    width: 50px;
    line-height: 60px;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    position: absolute;
    top: 35%;
    left: 38%;
    display: block;
    text-transform: uppercase
}

.itemE .play svg {
    margin-left: 22%;
    margin-top: 19%;
    font-size: 30px
}

.itemE:hover .play {
    opacity: .9;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgb(147 82 179/0%);
    -moz-box-shadow: 0 0 0 10px transparent;
    box-shadow: 0 0 0 10px rgb(147 82 179/0%)
}

.itemE .selos:after {
    position: absolute;
    left: 10px;
    bottom: 38px;
    content: attr(data-ona);
    font-size: 11px;
    font-weight: 700;
    padding: 5px 10px;
    background: var(--principal);
    border-radius: 5px;
    z-index: 9
}

.itemE.capa .selos:after {
    left: unset;
    bottom: unset;
    top: 10px;
    right: 10px
}

.itemE .selos[data-hot*=ÃƒÆ’Ã‚Â®Ãƒâ€šÃ‚Â&nbsp;Ãƒâ€¦Ã‚Â½]:before {
    position: absolute;
    left: 10px;
    top: 10px;
    content: attr(data-hot);
    font-family: material icons;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 10px;
    background: #dc2323;
    border-radius: 20px;
    z-index: 9
}

.itemE .selos[data-ep*=Ep]:before {
    position: absolute;
    right: 10px;
    top: 10px;
    content: attr(data-ep);
    font-size: 12px;
    font-weight: 700;
    padding: 5px 10px;
    background: #fff;
    color: #000;
    border-radius: 20px;
    z-index: 9;
    text-transform: uppercase
}

.itemE .epx {
    position: absolute;
    right: 0;
    top: 68%;
    width: 66px;
    display: flex;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 0;
    text-align: center;
    background: #3f17d0;
    z-index: 9;
    transition: .7s
}

.itemE:hover .epx {
    right: 0
}

.itemE .status,#suggest-results ul li .status {
    position: absolute;
    top: 8%;
    left: -32%;
    line-height: normal;
    color: #fff;
    text-transform: uppercase;
    z-index: 15;
    padding: 5px 0;
    font-size: 9px;
    width: 100%;
    text-align: center;
    background: #d33;
    -ms-transform: rotate( -29deg);
    -webkit-transform: rotate( -29deg);
    transform: rotate( -29deg)
}

.itemE.capa .status,#suggest-results ul li .status {
    top: 7%;
    left: -35%;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate( -45deg);
    transform: rotate( -45deg)
}

#suggest-results ul li .status {
    top: 15%;
    left: -32%;
    width: 130%
}

.itemE.capa .thumb {
    padding-top: 147%
}

.itemE.capa .play {
    top: 40%
}

.itemE.capa .dados {
    width: 100%;
    text-align: center
}

.itemB {
    position: relative;
    width: calc(100%/4 - 10px);
    margin: 0 5px 15px;
    border-radius: 4px;
    overflow: hidden
}

.itemB .thumb {
    position: relative;
    padding-top: 77%;
    overflow: hidden
}

.itemB .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 98%;
    object-fit: cover
}

.itemB .dados {
    padding: 10px;
    z-index: 6
}

.itemB .dados .title {
    font-size: 14px;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-align: center
}

.itemB .dados .title span:nth-child(2) {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #fff
}

.itemB .dados .title span.sxcd {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box
}

.nav-top {
    list-style: none;
    margin: 10px;
    padding: 6px;
    overflow: hidden;
    background: #2a2a2a;
    border-radius: 3px
}

.nav-top li {
    width: 33.3333333%;
    padding: 5px 0;
    border: 0;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    border-radius: 20px;
    cursor: pointer;
    transition: ease-out .5s
}

.titleSidebar {
    display: flex;
    background: #1c1c1c;
    padding: 15px;
    font-size: 16px;
    border-bottom: 1px solid #eeeeee14;
    border-radius: 5px 5px 0 0
}

.titleSidebar span {
    color: var(--principal);
    font-weight: 700
}

.sidebarContent {
    background: #1c1c1c;
    padding: 10px 0;
    border-radius: 0 0 5px 5px;
    margin-bottom: 25px
}

.navItensTop ul li {
    position: relative;
    padding: 12px 15px;
    padding-left: 55px;
    text-overflow: unset;
    white-space: unset;
    overflow: hidden;
    border-bottom: 1px solid #ececec1a;
    counter-increment: step-counter;
    transition: .5s ease
}

.navItensTop ul li:hover {
    opacity: .8
}

.navItensTop ul li .ctr {
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 1em;
    color: #464646;
    position: absolute;
    top: 30px;
    left: 15px;
    border: .5px solid #3a3a3a;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    z-index: 3
}

.navItensTop ul li .ctr:before {
    content: counter(step-counter)
}

.navItensTop ul li .thumb {
    position: relative;
    width: 53px;
    height: 75px;
    border-radius: 5px;
    margin-right: 10px;
    border: 1px solid #00000026;
    overflow: hidden
}

.navItensTop ul li .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.navItensTop ul li .serie {
    width: calc(100% - 70px)
}

.navItensTop ul li .serie .title {
    font-size: 14px;
    font-weight: 500
}

.navItensTop ul li .serie .genere {
    display: block;
    font-size: 10px;
    height: 25px;
    overflow: hidden;
    margin: 10px 0 0
}

.navItensTop ul li .serie .genere span {
    font-weight: 700;
    color: var(--principal);
    text-transform: uppercase
}

.navItensTop ul li .serie .genere a {
    display: inline-block;
    padding: 5px 10px;
    background: #3c3c3c;
    border-radius: 20px;
    margin: 0 3px 4px
}

.navItensTop ul li .serie .genere a:hover {
    background: var(--principal)
}

.nav-top li.active {
    background: var(--principal);
    color: #fff!important
}

.nav-top li:hover {
    color: var(--principal)
}

.navItensTop ul li:last-child {
    border: 0
}

.msg_header {
    top: 90px;
    background-color: #212121;
    border-radius: 2px;
    padding: 15px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    position: relative;
    z-index: 20
}

.msg_header a {
    font-weight: 700;
    color: #fff;
    text-transform: uppercase
}

.msg_header a:hover {
    color: #d61b1b
}

.postsLi li {
    font-size: 14px;
    padding: 10px 20px;
    border-bottom: 1px solid #eeeeee12
}

.postsLi li:hover {
    color: var(--principal)
}

.postsLi li:last-child {
    border: 0
}

.postsLi .set {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    padding-left: 45px;
    font-size: 13px;
    border: 0
}

.postsLi .set:before {
    position: absolute;
    left: 10px;
    content: "\e409";
    font-family: material icons;
    font-size: 15px;
    background: var(--principal);
    border-radius: 50px;
    padding: 3px;
    color: #fff
}

.postsLi li:nth-child(2n) {
    background: #0000001c
}

.postsLi li .date {
    display: block;
    font-size: 12px;
    color: #7a7979;
    margin: 5px 0 0
}

.postsLi li .title,.postsLi .set .title {
    max-width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 22px
}

.postsLi li .seemore,.postsLi .set .seemore {
    width: 97px;
    padding: 5px 10px;
    display: inline-block;
    margin-left: 8px;
    color: #fff;
    text-align: center
}

.postsNew li {
    position: relative;
    padding: 12px 15px;
    text-overflow: unset;
    white-space: unset;
    overflow: hidden;
    border-bottom: 1px solid #ececec1a;
    transition: .5s ease
}

.postsNew li:hover {
    opacity: .6
}

.postsNew li:last-child {
    border: 0
}

.postsNew li .thumb {
    position: relative;
    width: 53px;
    height: 75px;
    border-radius: 5px;
    margin-right: 10px;
    border: 1px solid #00000026;
    overflow: hidden
}

.postsNew li .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.postsNew li .serie {
    width: calc(100% - 70px)
}

.postsNew li .serie .title {
    font-size: 14px;
    font-weight: 500
}

.postsNew li .serie .seemore {
    width: 90px;
    text-align: center;
    padding: 5px 10px;
    margin: 10px 0 0
}

.postsNew .genere {
    display: block;
    font-size: 14px;
    margin: 10px 0 0
}

.postsNew .genere span {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--hover);
    margin-right: 5px
}

.postsNew .genere a {
    color: #888;
    font-weight: 400;
    font-size: 11px
}

.postsNew .genere a:hover {
    color: #fff
}

.widget h2 {
    display: flex;
    background: #1c1c1c;
    padding: 15px;
    font-size: 16px;
    border-bottom: 1px solid #eeeeee14;
    border-radius: 5px 5px 0 0;
    margin: -10px -10px 20px
}

.widget {
    background: #1c1c1c;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 25px
}

.widget ul li {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 10px;
    padding-left: 45px
}

.widget ul li:before {
    position: absolute;
    left: 10px;
    content: "\e409";
    font-family: material icons;
    font-size: 15px;
    background: var(--principal);
    border-radius: 50px;
    padding: 3px;
    color: #fff
}

.widget ul li a {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 22px;
    display: block
}

.widget ul li span {
    display: block;
    font-size: 11px;
    font-weight: 500;
    color: #6e6e6e
}

.article_title {
    background: #1d1d1d;
    padding: 15px;
    margin-bottom: 25px
}

.article_title h1 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 3px
}

.article_title .left {
    font-size: 13px;
    color: #828282
}

.article_title .articleCat b {
    color: var(--principal)
}

.article_title .articleCat .views_set {
    display: inline-block;
    color: var(--principal);
    font-weight: 700
}

.episode_list {
    background: #1c1c1c;
    overflow: auto;
    max-height: 536px
}

.episode_list .item {
    position: relative;
    padding: 15px
}

.episode_list .item:nth-child(2n) {
    background: #00000038
}

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

.episode_list .item .dados .title h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column
}

.episode_list .item .dados .title h3 .anime {
    font-size: 16px;
    margin-bottom: 3px
}

.episode_list .item .dados .title h3 .episode {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #707070
}

.episode_list .item .dados .data {
    font-size: 14px;
    font-weight: 500;
    color: #959595
}

.episode_list .item a .view,#list_eps .eps_list ul li a .view {
    position: absolute;
    color: #fff;
    font-family: fira sans;
    font-weight: 700;
    font-size: .85rem;
    height: 35px;
    width: calc(100%);
    top: 0;
    left: 0
}

.episode_list .item a .view span,#list_eps .eps_list ul li a .view span {
    position: absolute;
    -webkit-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
    height: 30px;
    line-height: 32px;
    top: 55%;
    right: 15%;
    padding: 0 15px;
    text-transform: uppercase;
    background: #1c1c1c;
    color: #1c1c1c
}

#list_eps .eps_list ul li a .view span {
    right: unset;
    left: 12px;
    height: 25px;
    line-height: 27px;
    background: #171717;
    color: #171717
}

#list_eps .eps_list ul li a .view {
    top: 30px
}

#list_eps .eps_list ul li:hover a .view span {
    background: #101010;
    color: #101010
}

.episode_list .item:nth-child(2n) a .view span {
    background: #161616;
    color: #161616
}

.episode_list .item a:visited .view span,#list_eps .eps_list ul li a:visited .view span {
    background: #5496d9!important;
    color: #000!important
}

.episode_list .item a:visited .title {
    color: #5496d9
}

.episode_count {
    padding: 15px;
    background: #000;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.episode_count span {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-right: 5px
}

.episode_count b {
    color: #db2727
}

.search-f {
    position: relative;
    font-size: 12px;
    width: 100%;
    height: 46px;
    border: none;
    background: #292929;
    color: #848195;
    margin: 1.5em 0 0
}

.search-f input[type=text] {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0 40px 0 20px;
    background: 0 0;
    border: 0;
    color: #898989
}

.search-f svg {
    position: absolute;
    color: #fff;
    width: 16px;
    height: 21px;
    z-index: 5;
    top: 12px;
    right: 16px;
    z-index: 8
}

.controles {
    background: #1d1d1d;
    margin: 25px 0;
    margin-top: 0
}

.controles .slideButton {
    padding: 17px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    text-transform: uppercase
}

.controles .slideButton span {
    margin-left: 10px;
    font-size: 19px
}

.controles .slideButton:hover,.controles .slideButton.active {
    background: #da1a0e
}

.controles .slideButton .slideContainer {
    position: absolute;
    top: 50px;
    width: 100%;
    background: #1d1d1d;
    margin: 0 -17px;
    z-index: 99;
    display: none
}

.controles .slideButton .slideContainer.active {
    display: block
}

.controles .slideButton .slideContainer div {
    padding: 15px;
    border-bottom: 1px solid #eeeeee12
}

.controles .slideButton .slideContainer div:hover,.controles .slideButton .slideContainer div.active {
    background: #da1a0ead
}

.controles ul {
    height: 100%
}

.controles ul li {
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0 17px;
    height: 100%;
    cursor: pointer
}

.controles ul li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0
}

.controles ul li.dissable,.controles ul li.dissable a {
    cursor: not-allowed
}

.controles ul li .material-icons {
    display: block;
    font-size: 22px
}

.controles ul li .text {
    margin-left: 15px;
    font-size: 13px;
    font-weight: 500
}

.controles ul li svg {
    width: 20px;
    fill: #fff
}

.controles ul li:hover {
    background: #ffffff12
}

.controles ul li.active {
    background: #ffffff12
}

.controles ul li.lightSwitch.active {
    z-index: 1000
}

.titleC {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 25px 0
}

.titleC span {
    color: var(--principal);
    font-weight: 500
}

.sliderRecomendado .itemE {
    width: calc(100%/5 - 10px)
}

.articleContent {
    position: relative;
    background: #1c1c1c;
    border-radius: 5px;
    margin: 0 0 25px;
    overflow: hidden
}

.articleContent .left {
    width: 200px
}

.articleContent .mew {
    width: 100%;
    padding-bottom: 38%;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center
}

.articleContent .mew:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: #33425e80;
    z-index: 1
}

.btn_trailer,.btn_season {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
    display: flex;
    align-items: center;
    padding: 8px 15px;
    background: #d61b1b;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .5s ease;
    cursor: pointer
}

.btn_trailer span {
    margin-right: 7px
}

.btn_trailer:hover {
    background: #cc1313
}

.btn_season {
    position: relative;
    top: unset;
    bottom: unset;
    right: unset;
    justify-content: center;
    border-radius: 20px;
    background: #fff;
    color: #000;
    margin: 10px 0;
    padding: 13px;
    padding-right: 7px
}

.btn_season.prev {
    padding-left: 7px;
    padding-right: 15px
}

.btn_season:hover {
    background: var(--principal);
    color: #fff;
}

.btn_season span {
    font-size: 19px;
    border-left: 1px solid #2b2b2b;
    margin-left: 10px;
    padding-left: 5px
}

.btn_season.prev span {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
    border-right: 1px solid #2b2b2b;
    margin-right: 10px;
    padding-right: 5px
}

.btn_season:hover span {
    border-color: #ffffff8a;
}

.btn_patreon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 15px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .5s ease;
    cursor: pointer;
    margin: 2rem 0
}

.btn_patreon .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #8d0505;
    border-radius: 3px;
    z-index: 1
}

.btn_patreon .text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    z-index: 2
}

.btn_patreon:hover {
    background: #b20b0b;
    color: #180202
}

.btn_patreon::after,.btn_patreon::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #8d0505;
    border-radius: 3px;
    -webkit-animation: grow 2s ease-in-out infinite;
    animation: grow 2s ease-in-out infinite
}

.btn_patreon::after {
    background: rgb(107 2 2)
}

.btn_patreon::before {
    background: rgb(141 5 5/84%);
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s
}

.next_season {
    color: #000;
}

.next_season .background {
    background: #fff;
}

.btn_patreon.next_season::before {
    background: #949494a6;
}

.btn_patreon.next_season::after {
    background: #e0e0e0a6;
}

.btn_patreon:hover {
    background: #ffffffc7;
    opacity: .85;
}

@-webkit-keyframes grow {
    0% {
        transform: scale(1,1);
        opacity: 1
    }

    100% {
        transform: scale(1.8,1.8);
        opacity: 0
    }
}

@keyframes grow {
    0% {
        transform: scale(1,1);
        opacity: 1
    }

    100% {
        transform: scale(.85,1.55);
        opacity: 0
    }
}

.articleContent .poster {
    position: relative;
    width: 200px;
    height: 280px;
    margin: -50% 0 0;
    overflow: hidden;
    z-index: 5;
    border-radius: 3px;
    border: 3px solid #1c1c1c
}

.articleContent .poster img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.articleContent .p10 {
    padding: 15px
}

.articleContent .dados {
    width: calc(100% - 200px);
    padding-left: 15px
}

.articleContent .dados h1 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px
}

.articleContent .dados h2,.articleContent .dados h3 {
    font-size: 13px;
    font-weight: bolder;
    color: #787878;
    margin-bottom: 15px
}

.articleContent .dados ul {
}

.articleContent .dados ul li {
    width: calc(100%/2);
    padding: 10px 0;
    display: flex;
    align-items: center;
    color: #969696
}

.articleContent .dados ul li:first-child {
    width: 100%;
    font-size: 13px;
    flex-wrap: wrap
}

.articleContent .dados ul li:before {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    background: var(--principal);
    border-radius: 5px;
    margin-right: 10px
}

.articleContent .dados ul li b {
    margin-right: 3px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase
}

.articleContent .titleArticle {
    padding: 25px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 2px solid #333
}

.articleContent .context {
    padding: 10px 20px;
    font-weight: 500;
    font-size: 14px;
    color: #969696
}

.articleContent .context p {
    margin-top: 20px;
    margin-bottom: 20px
}

.articleContent .context a {
    color: #da1a0e;
    font-weight: 700
}

.articleContent .context a:link {
    color: #da1a0e
}

.articleContent .context a:hover {
    color: #c8a51d
}

.genresL {
    margin: 20px 0
}

.genresL a {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 5px 12px;
    margin: 0 3px;
    margin-bottom: 10px
}

.genresL a:hover {
    background: var(--principal);
    border-color: var(--principal)
}

#light {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 999;
    display: none
}

#light.active {
    display: block
}

#player.active {
    z-index: 1000
}

#player {
    position: relative;
    width: 100%;
    padding-top: 56.6%
}

#player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#list_eps {
    width: 100%;
    background: #1c1c1c;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin-bottom: 25px
}

#list_eps .eps_list {
    position: relative;
    width: 100%;
    height: 85%;
    min-height: 550px
}

#list_eps .eps_list ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: #171717
}

#list_eps .eps_list ul li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,.03);
    padding: 10px;
    cursor: pointer
}

#list_eps .eps_list ul li:hover,#list_eps .eps_list ul li.active {
    background: #0000004f
}

#list_eps .eps_list ul li a {
    width: 100%
}

#list_eps .eps_list ul li .poster {
    position: relative;
    width: 120px;
    height: 80px;
    border-radius: 3px;
    overflow: hidden
}

#list_eps .eps_list ul li .poster img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

#list_eps .eps_list ul li .dados {
    position: relative;
    width: calc(100% - 110px);
    height: 100%;
    padding: 5px 0;
    padding-left: 15px
}

#list_eps .eps_list ul li .dados .number_episodio {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase
}

#list_eps .eps_list ul li .dados .title_episodio {
    font-size: 10px;
    color: #848484;
    margin-bottom: 5px
}

#list_eps .eps_list ul li .dados .date_episodio {
    position: absolute;
    right: 0;
    font-size: 10px;
    float: right;
    color: #5b5b5b
}

.epi_page_video_title_right {
    padding: 10px 20px
}

.epi_page_video_title_right span {
    font-size: 12px;
    font-weight: 700;
    line-height: 30px;
    color: #6f6f6f;
    text-align: center
}

.title_sidebar_navigation {
    position: relative;
    border-bottom: 1px solid #212121;
    background: #1c1c1c
}

.title_sidebar_navigation input {
    font-size: 12px;
    width: 100%;
    height: 46px;
    border: none;
    background: 0 0;
    padding: 0 40px 0 20px;
    color: #696969
}

.iconSearchEP {
    position: absolute;
    background-color: #5a5a5a;
    -webkit-mask-image: url(img/icons/searchEp.png);
    mask-image: url(img/icons/searchEp.png);
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 16px;
    height: 21px;
    z-index: 5;
    top: 12px;
    right: 16px
}

.generos {
    margin-bottom: 1em
}

.generos li {
    position: relative;
    width: calc(100%/5 - 10px);
    font-size: 13px;
    font-weight: 500;
    margin: 5px;
    padding: 16px 15px;
    background: #000;
    border-bottom: 2px solid transparent;
    border-radius: 2px;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.generos li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.generos li:hover {
    border-color: var(--hover);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media only screen and (max-width: 979px) {
    .generos li {
        width:calc(100%/4 - 10px)
    }
}

@media only screen and (max-width: 640px) {
    .generos li {
        width:calc(100%/2 - 10px)
    }
}

.mobile_b {
    display: none
}

.report-wrapper {
    position: fixed;
    top: 10%;
    left: 25%;
    width: 50%;
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
    z-index: 100000;
    border-radius: 5px;
    overflow: hidden
}

.report-wrapper:before {
    content: "";
    background: #000000a6;
    z-index: 998;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.report-wrapper .content-wrapper {
    position: relative;
    display: table;
    width: 100%;
    margin: 0 auto;
    z-index: 999;
    background: #292929
}

.report-wrapper .content-container {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.report-wrapper .report-container {
}

.report-wrapper .content-wrapper .content-container .content .close {
    text-align: left;
    position: absolute;
    z-index: 1;
    top: 5px;
    right: 0;
    display: block
}

.report-wrapper .content-wrapper .content-container .content .close a {
    display: block;
    padding: 10px 20px;
    height: 40px
}

.report-wrapper .content-wrapper .content-container .content .close .fechar-icon {
    height: 18px;
    float: none;
    fill: rgba(0,0,0,.5);
    margin-top: 10px;
    display: inline-block
}

.report-wrapper .content-wrapper .content-container .content h2 {
    display: table;
    padding: 10px;
    height: 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    font-family: roboto;
    color: #fff;
    width: 100%;
    line-height: 50px;
    background: #2f2f2f;
    text-align: left;
    padding: 10px 20px
}

.report-wrapper .report-container .report-content .checkboxes {
    width: 100%;
    padding: 20px 10px;
    text-align: left;
    line-height: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.report-wrapper .report-container .report-content .checkboxes li {
    width: 50%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.report-wrapper .report-container .report-content .checkboxes input[type=checkbox] {
    display: none
}

.report-wrapper .report-container .report-content label {
    padding-left: 40px;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 100%;
    font-family: roboto;
    float: left;
    display: block;
    height: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.report-wrapper .report-container .report-content label:before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: -8px;
    left: 0;
    border: 2px solid var(--principal)
}

.report-wrapper .report-container .report-content .checkboxes input[type=checkbox]:checked+label:before {
    background: var(--principal)
}

.report-wrapper .report-container .report-content .button {
    width: 100%;
    text-align: center;
    cursor: pointer;
    height: 95px;
    padding: 0 25px 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    margin: 0;
    border: 0;
    background: 0 0
}

.report-wrapper .report-container .report-content .button .report-button {
    font-family: roboto;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    display: block;
    background: var(--principal);
    border-radius: 50px;
    text-transform: uppercase;
    text-align: center;
    height: 100%;
    width: 100%;
    border: none;
    line-height: 70px;
    cursor: pointer;
    transition: .5s ease
}

.report-wrapper .report-container .report-content .button .report-button:hover {
    background: var(--hover)
}

.overlay {
    position: fixed;
    inset: 0;
    background: hsla(240,0%,0%,.8);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease;
    z-index: 999
}

.modal {
    width: 750px;
    max-width: 100%;
    min-height: 300px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin: auto 0;
    transition: 350ms ease
}

.modal img {
    display: block;
    max-width: 100%
}

.modalContent {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative
}

#close {
    display: flex;
    margin-right: auto;
    background: #f02a2a;
    border-radius: 3px;
    z-index: 9;
    margin-bottom: 10px;
    overflow: hidden
}

#close svg {
    width: 15px;
    fill: #fff
}

#close .icon {
    background: #b41414;
    padding: 10px
}

#close .text {
    padding: 10px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff
}

#close:hover {
    cursor: pointer
}

@media screen and (max-width: 600px) {
    .modal {
        width:90%
    }

    .modalContent {
        flex-direction: columne;
        align-items: center;
        justify-content: center
    }

    .modalInfo {
        width: 100%;
        justify-content: center;
        text-align: center;
        padding: 0
    }
}

.tooltip {
    position: relative
}

.tooltip .tooltiptext {
    display: none;
    position: absolute;
    padding: 10px;
    border-radius: 6px;
    z-index: 1;
    opacity: 0;
    transition: opacity 1s;
    font-size: 11px;
    width: 120px;
    text-align: center
}

.tooltip:hover .tooltiptext {
    display: block;
    opacity: 1
}

.tooltip-right {
    top: 13px;
    left: 110%
}

.tooltip-right::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid
}

.tooltip .tooltip-text {
    position: absolute;
    background: #fff;
    border-radius: 5px;
    display: none;
    padding: 5px;
    width: 130px;
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    z-index: 10;
    top: calc(100% + 25%);
    box-shadow: 0 0 2px 0 rgb(0 0 0/86%);
    color: #000
}

.tooltip .tooltip-text[data-size=medium] {
    width: 350px
}

.tooltip .tooltip-text[data-size=noticias] {
    width: 320px
}

.tooltip .tooltip-text[data-size=large] {
    width: 500px
}

.tooltip .tooltip-text:after,.tooltip .tooltip-text:before {
    bottom: 100%;
    right: 5px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: 6px solid transparent;
    border-bottom-color: #fff
}

.tooltip .tooltip-text:before {
    border-bottom-color: #000;
    border-width: 8px;
    right: 3px
}

.tooltip .tooltip-text[data-position=right] {
    left: calc(100% + 25%);
    top: 32%
}

.tooltip .tooltip-text[data-position=right]:after,.tooltip .tooltip-text[data-position=right]:before {
    content: " ";
    top: calc(50% - 5px);
    border: 5px solid transparent;
    border-right: 5px solid #fff;
    right: 100%
}

.tooltip .tooltip-text[data-position=right]:before {
    border-right-color: #000;
    border-width: 7px;
    top: calc(50% - 7px)
}

.tooltip .tooltip-text[data-position=left] {
    top: 32%;
    right: calc(100% + 25%)
}

.tooltip .tooltip-text[data-position=left]:after,.tooltip .tooltip-text[data-position=left]:before {
    content: " ";
    top: calc(50% - 5px);
    left: 100%;
    border: 5px solid transparent;
    border-left: 5px solid #fff
}

.tooltip .tooltip-text[data-position=left]:before {
    border-left-color: #000;
    border-width: 7px;
    top: calc(50% - 7px)
}

.tooltip .tooltip-text[data-position*=top] {
    bottom: calc(100% + 8px);
    top: auto
}

.tooltip .tooltip-text[data-position*=top]:after,.tooltip .tooltip-text[data-position*=top]:before {
    top: 100%;
    border: 6px solid transparent;
    border-top-color: #fff
}

.tooltip .tooltip-text[data-position*=top]:before {
    border-top-color: #ccc;
    border-width: 8px;
    right: 3px
}

.tooltip .tooltip-text[data-position=top-left],.tooltip .tooltip-text[data-position=bottom-left] {
    left: -8px;
    right: auto
}

.tooltip .tooltip-text[data-position=top-left]:after,.tooltip .tooltip-text[data-position=top-left]:before,.tooltip .tooltip-text[data-position=bottom-left]:after,.tooltip .tooltip-text[data-position=bottom-left]:before {
    left: 5px;
    right: auto
}

.tooltip .tooltip-text[data-position=top-left]:before,.tooltip .tooltip-text[data-position=bottom-left]:before {
    left: 3px;
    right: auto
}

.tooltip .tooltip-text[data-position=top-right],.tooltip .tooltip-text[data-position=bottom-right] {
    right: -8px;
    left: auto
}

.tooltip .tooltip-text[data-position=top-right]:after,.tooltip .tooltip-text[data-position=top-right]:before,.tooltip .tooltip-text[data-position=bottom-right]:after,.tooltip .tooltip-text[data-position=bottom-right]:before {
    right: 5px;
    left: auto
}

.tooltip .tooltip-text[data-position=top-right]:before,.tooltip .tooltip-text[data-position=bottom-right]:before {
    right: 3px;
    left: auto
}

.tooltip .tooltip-text[data-position=top],.tooltip .tooltip-text[data-position=bottom] {
    left: calc(50% - 110%)
}

.tooltip .tooltip-text[data-position=top][data-size=medium],.tooltip .tooltip-text[data-position=bottom][data-size=medium] {
    left: calc(50% - 183px)
}

.tooltip .tooltip-text[data-position=top][data-size=noticias],.tooltip .tooltip-text[data-position=bottom][data-size=noticias] {
    left: calc(50% - 163px)
}

.tooltip .tooltip-text[data-position=top][data-size=large],.tooltip .tooltip-text[data-position=bottom][data-size=large] {
    left: calc(50% - 258px)
}

.tooltip .tooltip-text[data-position=top]:after,.tooltip .tooltip-text[data-position=top]:before,.tooltip .tooltip-text[data-position=bottom]:after,.tooltip .tooltip-text[data-position=bottom]:before {
    left: calc(50% - 5px)
}

.tooltip .tooltip-text[data-position=top]:before,.tooltip .tooltip-text[data-position=bottom]:before {
    left: calc(50% - 5px)
}

.tooltip:hover .tooltip-text {
    display: block
}

.page404 {
    max-width: 600px;
    margin: 1em auto
}

.page404 h1 {
    font-size: 180px;
    text-align: center;
    color: var(--principal);
    margin: -50px
}

.aviso404 {
    font-size: 20px;
    font-weight: 700;
    color: var(--branco);
    text-transform: uppercase;
    text-align: center;
    background: var(--principal);
    padding: 15px;
    border-radius: 50px;
    margin-bottom: 50px
}

.page404 p {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px
}

.page404 ul {
    padding: 0 15px
}

.page404 ul li {
    margin: 0 0 .5em
}

.page404 .align {
    display: flex;
    justify-content: center;
    margin: 3em 0 0
}

.page404 .btn-404 {
    width: 200px;
    background: var(--principal);
    border-radius: 50px;
    font-weight: bolder;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 10px;
    color: #fff;
    margin: 0 15px;
    cursor: pointer
}

.comentarios {
    margin-top: 30px
}

.comments .titleD {
    margin: 25px 0 0
}

.title_comments {
    font-family: righteous,cursive;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.title_comments span {
    margin-right: 10px;
    font-size: 23px;
    color: var(--principal)
}

#comentarios .aviso {
    font-size: 14px;
    padding: 15px;
    background: #bc2828;
    font-weight: 500;
    text-align: center;
    margin-bottom: .5rem
}

.comentarios .aviso {
    text-align: center
}

.alert_co {
    position: relative;
    color: #fff;
    padding: 10px 16px;
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    z-index: 88;
    margin: 0;
    background-color: #0d0d0d;
    border-left: 5px solid #fcb431
}

.alert_co a {
    color: #27ae60
}

.alert_co a:hover {
    color: #fcb431
}

.alert_co.sucess {
    border-color: #20cb64
}

.alert_co.error {
    border-color: #cb1111
}

#comentar {
    margin: 10px 0 0
}

.animeComent {
    padding: 18px;
    background: var(--dr)
}

#comentar .submit {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    cursor: pointer;
    font-family: roboto,sans-serif;
    font-size: 16px;
    font-weight: 500;
    background: var(--hover);
    margin-top: 1rem;
    padding: 10px 20px;
    border-radius: 5px
}

.comment-user-info .right {
    width: 100%
}

.comment-form-cookies-consent {
    padding: 20px 8px
}

#comentar textarea,#comentar input[type=text] {
    font-family: roboto,sans-serif;
    font-size: 15px;
    padding: 15px;
    min-height: 100px;
    border-radius: 3px;
    width: 100%;
    background: #ffffff0f;
    border: 1px solid #1c1c1c;
    color: #666
}

.grid {
    display: flex
}

#comentar input[type=text] {
    min-height: auto
}

#comentar input[type=text]:nth-child(1) {
    margin-right: 5px
}

#comentar ul {
    margin: 1.5em 0 0;
    padding: 0 10px
}

#comentar ul.children {
    margin: 0;
    padding: 15px 0 0;
    padding-left: 60px;
    border-top: 1px solid #ffffff08
}

#comentar ul li {
    position: relative;
    align-items: flex-start;
    justify-content: flex-start;
    border-bottom: 2px solid #1f1f1f;
    margin-bottom: 1.5em
}

#comentar ul li:last-child {
    border: 0;
    margin: 0
}

#comentar ul li .comment-user-info img.avatar {
    margin-right: 10px;
    border-radius: 40px;
    background-color: var(--hover);
    border: 3px solid var(--principal);
    width: 60px;
    height: 60px
}

#comentar ul li .comment-info-txt {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 10px 0
}

#comentar ul li .comment-chef {
    display: flex;
    align-items: center;
    word-break: break-all;
    color: #fff;
    font-size: 15px;
    font-weight: bolder
}

#comentar ul li .comment-chef a {
    color: var(--principal);
    font-weight: 500
}

#comentar ul li .comment-time {
    color: #e2e2e2;
    font-size: 11px;
    margin-left: 10px
}

#comentar ul li .comment-body {
    font-family: roboto,sans-serif;
    position: relative;
    width: 100%;
    min-height: 40px;
    word-break: break-word;
    word-wrap: break-word;
    color: #999;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 10px 15px
}

#comentar ul li .comment-body a {
    color: var(--principal)
}

#comentar ul li .comment-body a.comment-reply-link {
    display: flex;
    align-items: center;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff
}

#comentar ul li .comment-body a.comment-reply-link:hover {
    color: var(--principal)
}

#comentar ul li .comment-reply-box {
    padding: 10px 0 0
}

#comentar ul li .ico.reply {
    display: none;
    width: 22px;
    height: 22px;
    background-color: #fff;
    -webkit-mask-image: url(img/icons/reply.svg);
    mask-image: url(img/icons/reply.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    margin: auto 5px auto 0;
    cursor: pointer
}

#comentar ul li .comment-body a.comment-reply-link:hover .ico.reply {
    background-color: var(--principal)
}

.comment-reply-title {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 0 10px;
    color: #fff;
    margin-bottom: .2em
}

#comentar ul li #respond {
    margin: 1em 0 0;
    padding-left: 0
}

#comentar ul li #respond .comment-reply-title {
    font-size: 0
}

#cancel-comment-reply-link {
    display: inline-block;
    position: absolute;
    background: url(img/icons/close_comments.png) no-repeat;
    background-size: contain;
    text-indent: -999em;
    width: 20px;
    height: 20px;
    top: -4px;
    right: -4px;
    z-index: 5
}

spolier {
    font-size: 0
}

spolier:before {
    content: "Mostrar Spolier";
    font-family: Roboto;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase
}

spolier:hover:before {
    color: var(--principal)
}

spolier.show {
    font-size: 15px
}

spolier.show::before {
    content: ""
}

#comentarios .title {
    position: relative;
    font-family: roboto,sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 10px
}

.post-content .crw {
    width: 180px;
    padding-top: 32px
}

.post-content .clw {
    padding: 10px
}

.post-content img {
    max-width: 100%
}

.share-buttons {
    position: sticky;
    top: 140px;
    display: flex;
    flex-direction: column
}

.share-buttons .share-item {
    display: block;
    margin-top: .3333333333rem;
    margin-left: auto;
    margin-right: auto;
    width: 3rem;
    height: 3rem;
    background: #000
}

.share-buttons .share-item a {
    display: flex;
    width: 100%;
    height: 100%
}

.share-buttons .share-item a:before {
    content: "";
    display: block;
    background-color: #fff;
    width: 17px;
    height: 17px;
    margin: auto
}

.share-buttons .share-item a.icon-facebook:before {
    -webkit-mask-image: url(img/icons/facebook.png);
    mask-image: url(img/icons/facebook.png);
    -webkit-mask-size: cover;
    mask-size: cover
}

.share-buttons .share-item a.icon-twitter:before {
    -webkit-mask-image: url(img/icons/twitter.png);
    mask-image: url(img/icons/twitter.png);
    -webkit-mask-size: cover;
    mask-size: cover
}

.share-buttons .share-item a.icon-pinterest:before {
    -webkit-mask-image: url(img/icons/pinterest.png);
    mask-image: url(img/icons/pinterest.png);
    -webkit-mask-size: cover;
    mask-size: cover
}

.share-buttons .share-item a.icon-mail:before {
    -webkit-mask-image: url(img/icons/email.png);
    mask-image: url(img/icons/email.png);
    -webkit-mask-size: cover;
    mask-size: cover
}

.share-buttons .share-item a.icon-facebook:hover {
    background: #3b5998
}

.share-buttons .share-item a.icon-twitter:hover {
    background: #00aced
}

.share-buttons .share-item a.icon-pinterest:hover {
    background: #cb2027
}

.share-buttons .share-item a.icon-mail:hover {
    background: #928a7d
}

.share-buttons .share-item a:hover {
    background: var(--p)
}

.share-buttons .share-item a:hover:before {
    background-color: #fff
}

.post-content .entry-content {
    font-family: Lato;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: inherit
}

.dest {
    width: 100%;
    height: auto;
    object-fit: cover
}

.post-content .posts&gt;* {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: roboto,sans-serif;
    color: #848484
}

.post-content .entry-content .posts p {
    margin-top: 20px;
    margin-bottom: 20px
}

.post-content .posts&gt;ul a,.post-content .posts&gt;ol a,.post-content .posts&gt;blockquote a,.post-content .posts&gt;table a {
    color: #048ae3;
    text-decoration: underline
}

.post-content .posts h1,.post-content .posts h2,.post-content .posts h3,.post-content .posts h4 {
    font-weight: 600
}

.post-content .posts&gt;h2 {
    font-size: 1.3125rem;
    font-size: clamp(1.3125rem,2.5vw,1.625rem);
    line-height: 1.25;
    margin-bottom: .5rem;
    position: relative
}

.post-content .posts&gt;h2:target {
    padding-left: 1.25rem
}

.post-content .posts&gt;h2:target:before {
    background-color: #09f;
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    margin-right: .5rem;
    position: absolute;
    top: 0;
    width: .5rem
}

.post-content .posts&gt;h3 {
    font-size: 1.3125rem;
    font-size: clamp(1.3125rem,2.25vw,1.5rem);
    line-height: 1.4;
    margin-bottom: 1rem
}

.post-content .posts&gt;h3 a {
    color: #c23838;
    text-decoration: none
}

.post-content .posts&gt;p,.post-content .posts&gt;ul li,.post-content .posts&gt;ol li,.post-content .posts&gt;blockquote p {
    font-size: 1.125rem;
    line-height: 1.75
}

.post-content .posts&gt;p {
    margin-bottom: .875rem
}

.post-content .posts&gt;ul,.post-content .posts&gt;ol {
    margin-top: 0;
    padding-left: 3.125rem;
    list-style: disc
}

.post-content .posts&gt;ul li,.post-content .posts&gt;ol li {
    margin-bottom: .3rem;
    list-style: disc
}

.post-content .posts&gt;ul li::marker,.post-content .posts&gt;ol li::marker {
    color: #09f
}

.post-content .posts&gt;blockquote {
    background-color: #eef7ff;
    margin: 0;
    padding: 1rem 1.187rem
}

.post-content .posts&gt;hr {
    margin: 1.5rem 0;
    border: 0;
    border-top: .0625rem solid #ddd
}

.post-content .posts&gt;mark,.post-content .posts&gt;p mark {
    background-color: #99d4ff!important
}

@media(min-width: 992px) {
    .post-content .posts&gt;h2 {
        line-height:1.1;
        margin: 1.5rem 0 1rem
    }

    .post-content .posts&gt;h3 {
        margin-top: 1.5rem
    }

    .post-content .posts&gt;p {
        margin-bottom: 1.25rem
    }

    .post-content .posts&gt;hr {
        margin: 2rem 0
    }
}

figcaption,.wp-caption-text {
    font-size: 1rem;
    font-style: italic;
    padding: .7rem 1rem;
    text-align: center
}

@media(min-width: 992px) {
    figcaption,.wp-caption-text {
        padding:.8rem 1rem
    }
}

.header-title {
    font-family: fira sans;
    font-size: 16px;
    text-transform: uppercase;
    margin: 1.4em 0 .5em
}

.header-title span,.header-title h1.npg {
    border-bottom: 2px solid var(--p);
    padding-bottom: 6px
}

.header-title h1 {
    font-size: 30px;
    font-weight: 700
}

.header-title h1.npg {
    font-size: 20px;
    display: inline-block
}

.header-title .autor {
    display: block;
    font-size: 13px;
    margin-bottom: .25rem;
    flex-direction: unset
}

.header-title .date {
    font-size: 12px;
    font-weight: 600;
    text-transform: none
}

.autor {
    display: flex;
    flex-direction: column
}

.autor span.xsd {
    font-family: righteous;
    font-size: 9px;
    font-weight: 700;
    margin-left: auto;
    margin-right: 5px
}

.autor-copy {
    display: flex;
    margin: 0 auto;
    padding-right: 3px
}

.logoAutor {
    display: block;
    overflow: hidden;
    margin: 0 auto
}

.logoAutor div {
    display: inline-block;
    width: 15px;
    height: 20px;
    transition-duration: 1s;
    background-color: #fff;
    -webkit-mask-repeat: no-repeat
}

.logoAutor .s1 {
    width: 27px;
    height: 20px;
    transform: translateX(0);
    transition-property: all;
    transition-duration: .5s;
    transition-delay: 1.2s;
    margin: 0;
    background-color: var(--principal)
}

.logoAutor .s2,.logoAutor .s4,.logoAutor .s8 {
    transform: translateY(0);
    transition-property: all;
    opacity: 1;
    transition-delay: .5s
}

.logoAutor .s3,.logoAutor .s6,.logoAutor .s9 {
    transform: rotate(0) translateX(0) translateY(0);
    transition-property: all;
    opacity: 1;
    transition-delay: .5s;
    margin: auto 0 0 -3px
}

.logoAutor .s5,.logoAutor .s7 {
    transform: translateY(0);
    transition-property: all;
    opacity: 1;
    transition-delay: .5s
}

.logoAutor:hover .s5,.logoAutor:hover .s7 {
    transform: translateY(0px);
    opacity: 1;
    transition-delay: .4s
}

.logoAutor:hover .s1:first-child {
    transform: translateX(0px);
    transition-delay: .1s
}

.logoAutor:hover .s2,.logoAutor:hover .s4,.logoAutor:hover .s8 {
    transform: translateY(0px);
    opacity: 1;
    transition-delay: .4s
}

.logoAutor:hover .s3,.logoAutor:hover .s6,.logoAutor:hover .s9 {
    transform: rotate(0) translateX(0) translateY(-0px);
    opacity: 1;
    transition-delay: .4s
}

.logoAutor .s9 {
    -webkit-mask-image: url(img/copy/s.png);
    mask-image: url(img/copy/s.png);
    -webkit-mask-size: contain;
    mask-size: contain;
    transform: rotate(170deg)!important
}

.logoAutor .s8 {
    -webkit-mask-image: url(img/copy/e.png);
    mask-image: url(img/copy/e.png);
    -webkit-mask-size: contain;
    mask-size: contain
}

.logoAutor .s7 {
    -webkit-mask-image: url(img/copy/m.png);
    mask-image: url(img/copy/m.png);
    -webkit-mask-size: contain;
    mask-size: contain
}

.logoAutor .s6 {
    -webkit-mask-image: url(img/copy/e.png);
    mask-image: url(img/copy/e.png);
    -webkit-mask-size: contain;
    mask-size: contain
}

.logoAutor .s5 {
    -webkit-mask-image: url(img/copy/h.png);
    mask-image: url(img/copy/h.png);
    -webkit-mask-size: contain;
    mask-size: contain
}

.logoAutor .s4 {
    -webkit-mask-image: url(img/copy/t.png);
    mask-image: url(img/copy/t.png);
    -webkit-mask-size: contain;
    mask-size: contain
}

.logoAutor .s3 {
    -webkit-mask-image: url(img/copy/r.png);
    mask-image: url(img/copy/r.png);
    -webkit-mask-size: contain;
    mask-size: contain
}

.logoAutor .s2 {
    -webkit-mask-image: url(img/copy/a.png);
    mask-image: url(img/copy/a.png);
    -webkit-mask-size: contain;
    mask-size: contain
}

.logoAutor .s1 {
    -webkit-mask-image: url(img/copy/s.png);
    mask-image: url(img/copy/s.png);
    -webkit-mask-size: contain;
    mask-size: contain
}

.footer {
    background: rgba(255,255,255,.03);
    padding-top: 50px;
    margin-bottom: -20px;
    margin-top: 70px
}

.footerItem {
    position: relative;
    width: calc(100%/4);
    margin-right: 20px;
    margin-bottom: 40px
}

.footerItem h3 {
    position: relative;
    margin: 0 0 25px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px
}

.footerItem h3:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -8px;
    width: 50px;
    overflow: hidden;
    border-radius: 40px;
    background: var(--principal);
    height: 2px;
    left: 0
}

.footerItem span {
    font-size: 13px;
    display: block;
    word-wrap: break-word
}

.prct a {
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    margin: 0 5px 5px;
    text-transform: uppercase;
    transition: .5s ease
}

.prct a:hover {
    color: var(--principal)
}

.social .ico {
    display: block;
    width: 20px;
    height: 20px;
    margin: auto;
    background-color: #c3c3dd;
    margin: 0 10px
}

.social .ico:hover {
    background-color: var(--principal)
}

.social .ico.twitter {
    -webkit-mask-image: url(img/icons/twitter.png);
    mask-image: url(img/icons/twitter.png);
    -webkit-mask-size: cover;
    mask-size: cover
}

.social .ico.facebook {
    -webkit-mask-image: url(img/icons/facebook.png);
    mask-image: url(img/icons/facebook.png);
    -webkit-mask-size: cover;
    mask-size: cover
}

.social .ico.instagram {
    -webkit-mask-image: url(img/icons/instagram.png);
    mask-image: url(img/icons/instagram.png);
    -webkit-mask-size: cover;
    mask-size: cover
}

.social .ico.youtube {
    -webkit-mask-image: url(img/icons/youtube.png);
    mask-image: url(img/icons/youtube.png);
    -webkit-mask-size: cover;
    mask-size: cover
}

.social .ico.discord {
    -webkit-mask-image: url(img/icons/discord.png);
    mask-image: url(img/icons/discord.png);
    -webkit-mask-size: cover;
    mask-size: cover
}

.social .ico.telegram {
    -webkit-mask-image: url(img/icons/telegram.png);
    mask-image: url(img/icons/telegram.png);
    -webkit-mask-size: cover;
    mask-size: cover
}

.social .ico span {
    font-size: 0
}

.creditos {
    padding: 25px 0;
    font-size: 12px;
    font-weight: 500;
    background: rgba(255,255,255,.02)
}

.creditos .creditos_text {
    color: #707070
}

.creditos .logo {
    display: block;
    background: url(img/logo_don.png?v3) no-repeat center;
    background-size: 100%;
    width: 130px;
    height: 60px;
    margin-right: 30px
}

@media(max-width: 1000px) {
    .menu_open {
        margin-right:10px
    }

    .m_nav .m_center {
        padding: 20px 0
    }

    .m_nav .m_icon.random {
        display: none
    }

    .m_nav .logo {
        width: 100px
    }

    .menu_open span,.menu_open span::before,.menu_open span::after {
        width: 25px;
        height: 3px
    }

    .pesquisa {
        position: absolute;
        right: -5px;
        width: calc(100%)
    }

    .itemE .play {
        display: none
    }

    .post-content .crw {
        display: none
    }
}

@media(max-width: 980px) {
    .itemE {
        width:calc(100%/2 - 10px)
    }

    .itemB {
        width: calc(100%/2 - 10px)
    }

    .footerItem {
        width: calc(100%/1)
    }
}

@media(max-width: 801px) {
    .mobile_b {
        display:flex
    }

    .articleContent .mew {
        padding-bottom: 58%
    }

    .articleContent .p10 {
        flex-direction: column
    }

    .articleContent .left {
        margin: 0 auto
    }

    .articleContent .dados {
        width: 100%;
        margin: 10px 0;
        padding: 0
    }

    .articleContent .dados ul li {
        width: 100%;
        flex-wrap: wrap
    }

    .creditos .m_center {
        justify-content: center
    }

    .creditos .m_center .creditos_left {
        justify-content: center
    }

    .creditos .logo {
        margin: 0 0 20px
    }

    .creditos .creditos_text {
        margin: 0 0 20px;
        text-align: center
    }

    .mobile_b {
        width: 100%;
        background: #2a2a2a;
        padding: 5px 10px;
        border-radius: 0 0 5px 5px
    }

    .mobile_b li {
        padding: 10px;
        font-size: 0;
        cursor: pointer
    }

    .mobile_b li.lightSwitch {
        z-index: 1000
    }

    .mobile_b li.lightSwitch.active span {
        color: #ffd308
    }

    .controles {
        background: 0 0;
        margin: 10px 0
    }

    .controles .left {
        background: red;
        margin-bottom: 5px
    }

    .controles .right {
        width: 100%
    }

    .controles ul li {
        background: #000
    }

    .controles ul li.list-ep {
        background: red
    }

    .controles ul li.lightSwitch,.controles ul li.report_video,.controles ul li.down_b,.controles ul li.wide_video {
        display: none
    }

    .controles .left {
        width: 100%
    }

    .controles .slideButton {
        width: 100%;
        justify-content: center
    }

    .controles ul li {
        width: calc(100%/3);
        justify-content: center;
        padding: 15px 17px
    }

    .controles ul {
        flex-wrap: wrap;
        height: auto
    }

    .controles ul li .text {
        font-size: 0;
        display: none
    }

    .tooltip .tooltip-text {
        display: none!important
    }

    .controles ul li.wide_video {
        width: 100%
    }

    .itemS .dados .left {
        width: calc(100%)
    }

    .itemS .dados .right {
        display: none
    }

    .report-wrapper .report-container .report-content .checkboxes li {
        width: 100%
    }

    .report-wrapper {
        width: 95%;
        left: 2.5%
    }
}</pre></body></html>