.hamburger,
.extra-button {
    display: none;
}
.m-mobile {
    display: none!important;
}
@media (max-width: 1000px) {
    .search-content .modal-search {
        left: 2%;
        width: 95%;
    }

    #list_eps {
        position: relative;
        height: auto;
        margin-top: 25px;
    }

    .m_center {
        padding: 0;
        max-width: 92%;
    }

    .listaepisodios li {
        width: calc(100%/3 - 10px);
        margin: 0 5px 10px;
    }
    /* Button Open Menu */
    .hamburger {
        display: block;
        align-items: center;
        justify-content: center;
        grid-area: hamburger;
        position: relative;
        height: 1.5rem;
        transition: all 0.15s;
        width: 1.710625rem;
        z-index: 2;
        margin: -5px 0 0;
        cursor: pointer;
    }

    .hamburger__span,
    .hamburger__span:before,
    .hamburger__span:after {
        background: #fff;
        height: 0.1875rem;
        left: 0;
        position: absolute;
        transition: all 0.15s ease-in-out;
        width: 1.710625rem;
        z-index: 0;
    }

    .hamburger__span:before,
    .hamburger__span:after {
        content: "";
    }

    .hamburger__span:before {
        transform: translateY(-0.475rem);
    }

    .hamburger__span:after {
        transform: translateY(0.475rem);
    }

    .hamburger--active {
        position: fixed;
        top: 29px;
        right: 22px;
        z-index: 9999;
    }

    .hamburger--active .hamburger__span {
        transform: translateX(-3.125rem);
        background: transparent;
    }

    .hamburger--active .hamburger__span:before {
        transform: rotate(45deg) translate(2.1875rem, -2.1875rem);
        width: 1.710625rem;
    }

    .hamburger--active .hamburger__span:after {
        transform: rotate(-45deg) translate(2.1875rem, 2.1875rem);
        width: 1.710625rem;
    }

    .hamburger--active:after{
        display: none;
    }

    .hamburger__span,
    .hamburger__span:before,
    .hamburger__span:after,
    .hamburger:after {
        background: #fff;
    }

    .hamburger__span:before {
        transform: translateY(-0.4rem);
    }

    .hamburger__span:after {
        transform: translateY(0.4rem);
    }

    .hamburger:after {
        bottom: -0.1rem;
        content: "";
        height: 0.1375rem;
        left: 0;
        position: absolute;
        transition: all 0.15s ease-in-out;
        width: 65%;
        z-index: 0;
    }

    #menu-stclub .logo {
        width: 130px;
        background-size: 100%;
        margin-left: 10px;
    }

    #menu-stclub .m-icon.history_anime {
        display: none;
    }

    #menu-stclub .m_center {
        position: unset;
    }

    #menu-stclub .search_submit {
        position: absolute;
        right: 7px;
        margin: 0;
    }

    .search-result {
        width: 100%;
        left: 0;
        top: 45px;
    }

    .menu-nav {
        position: fixed;
        top: 0;
        right: -9999px;
        width: 350px;
        height: 100%;
        display: block;
        background: #060606;
        box-shadow: 1px 1px 8px #000;
        z-index: 999;
        transition: all 0.15s;
    }

    .menu-nav:before {
        content: "";
        top: 0;
        right: -9999px;
        width: calc(100% - 350px);
        height: 100%;
        position: fixed;
        background: rgb(0 0 0 / 93%);
        transition: all 0.15s;
    }

    .menu-nav.m_menu--active {
        right: 0;
    }

    .menu-nav.m_menu--active:before{
        right: 0;
    }

    .menu-nav li.m-mobile {
        display: flex!important;
        padding: 0;
        border-bottom: 1px solid #ffffff12;
    }

    #menu-stclub .menu-nav li.m-mobile .logo {
        margin: 10px;
    }

    .menu-nav li {
        height: auto;
    }

    .search-menu {
        position: absolute;
        top: 90px;
        left: 0;
        width: 100%;
        margin: 0;
    }

    .search-menu #search-text {
        width: 100%;
        border-radius: 0;
        padding: 25px 20px;
    }

    .item--episode,
    .item--colecoes,
    .item--anime {
        width: calc(100%/3 - 10px);
    }

    .footer_b:after {
        display: none;
    }

    .footer_b .m_divs {
        width: 100%;
        margin: 0 0 30px;
    }

    .list_animes .crw {
        padding: 0!important;
    }

    .list_animes .clw .dados {
        width: 100%!important;
    }

    .list_animes .clw {
        width: 100%!important;
        padding-top: 20px!important;
        padding-bottom: 10px!important;
    }

    .card {
        width: calc(100%/3 - 10px)!important;
    }

    #sidebar {
        margin: 1.5rem 0 0;
    }

    .animeHead {
        margin-bottom: 0.5em;
        flex-direction: column;
    }

    .animeHead .itensright {
        width: 100%;
    }

    .thumbandinfos {
        width: 100%;
        margin-right: 0;
    }

    .animeHead .itensright .sinoseInfo {
        margin: 0;
        margin-bottom: 10px;
    }

    .select-option-action {
        margin-right: 0;
    }

    .anime-accordion {
        margin-top: 0.5em;
    }

    .user_pro .user_menu {
        top: 76px!important;
    }

    #profile_user .crw, #profile_user .clw {
        display: block!important;
        width: 100%!important;
        padding: 0!important;
        margin-bottom: 1.5rem;
    }

    #profile_user .cover_background {
        height: 150px;
    }

    #profile_user .card {
        width: 100%!important;
    }

    #profile_user .tab-itens li {
        background: var(--hover);
        color: #fff;
        font-size: .77rem;
        font-weight: 500;
        padding: 8px 15px;
        border-radius: 30px;
        margin: 0;
        margin-right: 10px;
        margin-bottom: 0.6rem;
        transition: .5s ease;
    }

    #profile_user .tab-itens li.active,
    #profile_user .tab-itens li:hover {
        background: #32037c;
    }

    .tab-itens li:before {
        display: none;
    }

    #profile_user .profile .extra_info {
        display: none;
    }

    #profile_user .profile .episode_item .cover {
        height: 7.55em;
    }

    .extra-button {
        display: block;
        position: absolute;
        top: -89px;
        left: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 35px;
        height: 35px;
        padding: 5px 10px;
        background: var(--principal);
        border-radius: 30px;
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
        cursor: pointer;
    }

    #profile_user .card {
        width: 100%!important;
    }

    .box_view {
        margin: 10px 0!important;
    }

    #profile_user .item--episode,
    #profile_user .item--anime {
        width: calc(100%/2 - 10px)!important;
    }

    #profile_user .tab-itens li {
        width: calc(100%/2 - 10px);
        padding: 15px;
        margin: 0 5px;
        margin-bottom: 1rem;
        text-align: center;
        border-radius: 5px;
    }

    #profile_user .tab-itens li[data-item="#editperfil"] {
        width: 100%;
    }
}

@media (max-width: 880px) {
    .calendar--title {
        flex-wrap: wrap;
        margin: 20px 10px;
    }

    #calen-nav {
        width: 100%;
        flex-wrap: wrap;
        justify-content: unset;
        margin: 10px 0 0;
    }

    #calen-nav li {
        width: 100%;
        margin: 0;
        margin-bottom: 0.7rem;
        padding: 15px;
        text-align: center;
    }
}

@media (max-width: 680px) {
    .episodioInfo {
        flex-wrap: wrap;
    }

    .episodioInfo .thumb {
        height: 16.9375rem;
        margin: 0 auto;
    }

    .episodioInfo .infoRight {
        width: 100%;
        text-align: center;
        margin: 20px 0 0;
    }

    .animeHead {
        flex-wrap: wrap;
    }

    .thumb-fundo {
        opacity: .8;
        height: 500px;
    }

    .animeHead .thumbandinfos {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0;
    }

    .thumbandinfos .animeBtn {
        margin: 0;
    }

    .animeHead .thumbandinfos .thumb {
        width: 100%;
        height: 10.9375rem;
        border-radius: 5px;
        margin: 15px 0 0;
    }

    .animeHead .infoRight {
        width: 100%;
        margin-top: 10px;
    }

    .animeHead .infoRight .sinoseInfo .title:before {
        display: none;
    }

    .animeHead .itensright .animeBtn:hover .text {
        display: none;
    }

    .history-content .modal-history {
        left: 1.8%;
        width: 96%;
    }

    .scroll-history {
        max-height: 450px;
    }

    .his_item_list .dados .info_ep span {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

    .account-hub-content {
        width: 100%!important;
    }

    .form-item {
        width: calc(100%/1)!important;
    }

    .btn-type-action {
        display: block;
        margin: 0;
        margin-bottom: .3rem;
        background: #17181a;
    }

    .select-option-action .search {
        width: 100%;
        float: none;
    }

    .listaepisodios li {
        width: calc(100%/2 - 10px);
        margin: 0 5px 10px;
    }
}

@media (max-width: 580px) {
    .menu-nav {
        width: 100%;
    }
    .listaepisodios li {
        width: calc(100%/1);
        margin-right: 0;
    }
    #profile_user .tab-itens li {
        width: calc(100%/2 - 10px);
        padding: 15px;
        margin: 0 5px;
        margin-bottom: 1rem;
        text-align: center;
        border-radius: 5px;
    }

    .user_pro .user_menu {
        left: -60px;
        margin: 0;
    }

    .user_pro .user-name span:nth-child(1) {
        display: none;
    }

    .controler-player ul li {
        width: calc(100%/3);
        height: unset;
        justify-content: center;
    }

    .controler-player ul {
        flex-wrap: wrap;
    }

    .controler-player ul li .material-icons {
        margin: 0 auto;
    }

    .controler-player ul li svg {
        margin: 0 auto;
    }

    .controler-player ul li .text {
        font-size: 12px;
        margin-left: 10px;
    }

    .controler-player ul li.report_video .material-icons {
        margin: 0;
    }

    .controler-player ul li:nth-child(1),
    .controler-player ul li:nth-child(2),
    .controler-player ul li:nth-child(3) {
        background: #1a1c1e;
        border-bottom: 10px solid #07060b;
    }

    .select-audio {
        width: 100%;
        margin: 0;
        padding: 20px 15px;
        text-align: center;
    }

    .controler-player .right,
    .controler-player .left {
        width: 100%;
    }

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

    .item--episode,
    .item--colecoes {
        width: calc(100%/1 - 10px);
    }

    #profile_user .item--episode {
        width: calc(100%/1 - 10px)!important;
    }

    .item--anime {
        width: calc(100%/2 - 10px);
    }

    .animeBtn {
        width: calc(100%/1);
        margin: 0 0 1.4em;
    }

    .episodioInfo .infoRight .animeInfo {
        width: calc(100% /1);
    }
}

@media screen and (min-width: 1680px) {
    .item--anime .cover {
        padding-top: 138.6%;
    }
}

@media screen and (min-width: 1980px) {
    .m_center {
        max-width: 1640px;
    }
}