/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

h1 {
    font-size: 3.6em;
    margin: 0.67em 0;
}

a {
    background-color: transparent;
}

b, strong {
    font-weight: bolder;
}

img {
    border-style: none;
}

[hidden] {
    display: none;
}

/* -------------- */
*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
}

body {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    background-color: #333;
}

ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}

h1 {
    /* margin: 0; */
    padding: 0;
    left: 82px;
}

.text-color--white {
    color: #ffffff;
    transition: color .3s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.text-color--gold {
    color: #c5932c !important;
    fill: #c5932c !important;
}

.hover-color--gold:hover {
    color: #c5932c;
}

.hover-color--gold:hover .hover-fill--gold {
    fill: #c5932c;
}

.text-decoration--none {
    text-decoration: none;
}

.text--uppercase {
    text-transform: uppercase;
}

.text--center {
    text-align: center;
}

.text--light {
    font-weight: 300;
}

.text--regular {
    font-weight: 400;
}

.text--semi-bold {
    font-weight: 600;
}

.text--bold {
    font-weight: 700;
}

.text--extra-bold {
    font-weight: 800;
}

.wrapper {
    overflow: hidden;
}

.entry:before, .masmorra-chefes__masmorra, .masmorra-chefes__chefes, .armas-armaduras__armas, .armas-armaduras__armaduras {
    content: '';
    display: table;
    clear: both;
}

.container {
    width: 1010px;
    margin: 0 auto;
    position: relative;
    padding: 0 50px;
}

.bg-size--min {
    min-width: 1010px;
    width: 100%;
}

#ongame-bar.hidden+.wrapper .nav {
    top: 0;
}

#ongame-bar>.ongame-bar-centro>.ongame-bar-menu {
    top: 7px !important;
}

.nav {
    background-color: #0c0c0c;
    padding: 22px 0;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0;
    transition: top 350ms cubic-bezier(.4, 0, .2, 1);
    -webkit-transition: top 350ms cubic-bezier(.4, 0, .2, 1);
    z-index: 999;
    transform: perspective(1px);
}

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

.nav__list__link {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .3s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.nav__list__link_home {
    display: flex;
    align-items: center;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .3s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.entry {
    background-image: url(../img/bg/entry.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    z-index: -1;
}

#particles-js {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    filter: blur(10px);
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    -o-filter: blur(10px);
}

.entry__wrapper {
    margin-top: 874px;
    position: relative;
    z-index: 1;
}

.entry__wrapper__description-italic {
    margin-top: 27px;
}

.entry__wrapper__video-wrapper {
    margin-top: 129px;
    height: 562px;
    position: relative;
    background-color: #333;
    overflow: hidden;
}

.entry__wrapper__video-wrapper__volume {
    right: 20px;
    bottom: 20px;
    position: absolute;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-around;
    align-items: center;
    height: 170px;
    width: 50px;
}

.hide {
    display: none !important;
}

.show__volume__bar {
    opacity: 1 !important;
}

#entry__wrapper__video-wrapper__volume__slider-wrapper__slider {
    left: 24px;
    margin: 0 auto;
    height: 120px;
    width: 5px;
    background: #555;
    border-radius: 15px;
    transform: rotate(0deg);
    opacity: 0;
    transition: opacity .3s ease;
    cursor: pointer;
}

#entry__wrapper__video-wrapper__volume__slider-wrapper__slider .ui-slider-range-min {
    height: 120px;
    width: 5px;
    position: absolute;
    background: orange;
    background-position: bottom;
    border: none;
    border-radius: 10px;
    outline: none;
    bottom: 0;
}

#entry__wrapper__video-wrapper__volume__slider-wrapper__slider .ui-slider-handle {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #FFF;
    position: absolute;
    margin-left: -10px;
    margin-top: -10px;
    cursor: pointer;
    outline: none;
}

.entry__wrapper__video-wrapper__volume__icon {
    display: block;
    width: 30px;
    height: 30px;
    fill: white;
    cursor: pointer;
    padding-top: 10px;
    margin-bottom: 20px;
}

.entry__wrapper__video-wrapper__volume__slider-wrapper {
    width: 80px;
}

.content-title {
    font-weight: 700;
    text-transform: uppercase;
    color: #ffb23a;
}

.content-title-2 {
    font-weight: 700;
    text-transform: uppercase;
    top: 10px;
}

.content-title-3 {
    font-weight: 700;
    text-transform: uppercase;
}

.content-divider {
    width: 335px;
    height: 1px;
    /* margin-top: 30px; */
    margin-bottom: 30px;
    background-color: #ffffff;
}

.content-description {
    font-size: 12px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 15px;
    position: relative;
    z-index: 8;
}

.content-description1 {
    font-size: 12px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.content-link {
    color: #ffc478;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    z-index: 7;
}

.content-valign--center {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.masmorra-chefes {
    background-image: url(../img/bg/masmorra-chefes.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 1069px;
    z-index: -1;
}

.masmorra-chefes__masmorra {
    height: 390px;
}

.masmorra-chefes__masmorra__title {
    letter-spacing: 3px;
    font-size: 60px;
}

.masmorra-chefes__chefes {
    align-items: flex-end;
}

.masmorra-chefes__chefes, .armas-armaduras__armaduras {
    height: 696px;
}

.masmorra-chefes__chefes__title {
    font-size: 84px;
    letter-spacing: 5px;
}

.armas-armaduras {
    background-image: url(../img/bg/armas-armaduras2.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 1143px;
    width: 100%;
    /* overflow: hidden; */
}

.armas-armaduras__armas {
    height: 572px;
    position: relative;
}

.armas-armaduras2 {
    background-image: url(../img/bg/armas-armaduras.png);
    background-size: cover;
    /* background-position: center center; */
    background-repeat: no-repeat;
    /* height: 1143px; */
    /* width: 100%; */
    /* overflow: hidden; */
}

.armas-armaduras__armas2 {
    /* height: 572px; */
    position: relative;
}

.armas-armaduras__armas__title {
    font-size: 63px;
}

.armas-armaduras__armas__slider {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    left: 74px;
    top: 20px;
}

.armas-armaduras__armas__slider__list {
    position: relative;
    margin: 0;
    padding: 0;
    height: 200px;
    list-style: none;
}

.armas-armaduras__armas__slider__list__item {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 320px;
    height: 166px;
    text-align: center;
    line-height: 166px;
}

.armas-armaduras__armas__slider__prev, .armas-armaduras__armas__slider__next {
    text-decoration: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    display: block;
    width: 35px;
    height: 35px;
}

.armas-armaduras__armas__slider__prev:hover, .armas-armaduras__armas__slider__next:hover {
    opacity: 1;
    transition: all 0.2s ease;
}

.armas-armaduras__armas__slider__prev {
    border-radius: 0 2px 2px 0;
    left: 0;
}

.armas-armaduras__armas__slider__next {
    right: 0;
    border-radius: 2px 0 0 2px;
}

.armas-armaduras__armas__display {
    right: 92px;
    top: 12px;
    position: absolute;
    width: 600px
}

.armas-armaduras__armas__display__img {
    display: block;
    position: absolute;
    top: 0;
}

.hide__img {
    display: none;
}

.armas-armaduras__armaduras__title {
    font-size: 46px;
    letter-spacing: 2px;
}

.armas-armaduras__armaduras__slider {
    width: 1187px;
    left: 5px;
    /* height: 560px; */
    margin-top: -56px;
    /* float: right; */
    /* margin-right: 66px; */
}

.armas-armaduras__armaduras__slider__list {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 817px;
    /* left: 69px; */
    margin-top: -55px;
    padding: 0;
    /* margin: 0; */
    float: left;
}

.armas-armaduras__armaduras__slider__list__item {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    width: 850px;
    height: 550px;
}

.armas-armaduras__armaduras__slider_tabs {
    display: block;
    margin-top: 133px;
    margin-left: 499px;
    font-size: 22px;
}

li.armas-armaduras__armaduras__slider1_s1, li.armas-armaduras__armaduras__slider1_s2, li.armas-armaduras__armaduras__slider1_s3, li.armas-armaduras__armaduras__slider1_s4, li.armas-armaduras__armaduras__slider1_s5, li.armas-armaduras__armaduras__slider1_s6 {
    height: 45px;
    text-align: center;
    transform: rotate(45deg);
    width: 45px;
    border: 1px solid white;
    display: table;
}

.armas-armaduras__armaduras__slider_tabs li:hover {
    background-color: #c5932c;
}

.armas-armaduras__armaduras__slider_here {
    background-color: #c5932c;
}

li.armas-armaduras__armaduras__slider1_s2, li.armas-armaduras__armaduras__slider1_s4 {
    margin-top: 17px;
    margin-bottom: 17px;
}

a.armas-armaduras__armaduras__slider1_s1, a.armas-armaduras__armaduras__slider1_s2, a.armas-armaduras__armaduras__slider1_s3, a.armas-armaduras__armaduras__slider1_s4, a.armas-armaduras__armaduras__slider1_s5, a.armas-armaduras__armaduras__slider1_s6 {
    color: #ffffff;
    display: table-cell;
    transform: rotate(-45deg);
    vertical-align: middle;
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
}

.armas-armaduras__armaduras__slider__list__item:first-child {
    position: relative;
    display: block;
    float: left;
}

.aarmas-armaduras__armaduras__slider__list__item__img {
    display: block;
    height: auto;
    float: left;
    border: 0;
    width: 100%;
}

.armas-armaduras__armaduras__content-height {
    height: 100%;
}

.pingentes-puquara_champ_queen {
    /* display: block; */
    position: absolute;
    top: -543px;
    left: -300px;
    /* z-index: 5; */
}

.pingentes-descubra {
    background-image: url(../img/bg/pingentes-descubra.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 1057px;
    width: 100%;
}

.pingentes-descubra__pingentes {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 572px;
}

.pingentes-descubra__pingentes__list {
    width: 320px;
    /* display: block; */
    /* height: 390px; */
}

.pingentes-descubra__pingentes__list__img {
    background-image: url(../img/pingentes.png);
    background-repeat: no-repeat;
    width: 144px;
    height: 109px;
    float: left;
    position: relative;
    transition: .2s -webkit-transform cubic-bezier(0.4, 0.0, 0.2, 1);
    transition: .2s -ms-transform cubic-bezier(0.4, 0.0, 0.2, 1);
    transition: .2s transform cubic-bezier(0.4, 0.0, 0.2, 1);
    cursor: pointer;
    z-index: 9;
    -webkit-backface-visibility: hidden;
    /* Chrome, Safari, Opera */
    backface-visibility: hidden;
}

.pingentes-descubra__pingentes__list__img:hover {
    -webkit-transform: scale(1.05) perspective(1px);
    -ms-transform: scale(1.05) perspective(1px);
    transform: scale(1.05) perspective(1px);
}

.pingentes-descubra__pingentes__list__img:nth-child(odd) {
    margin-right: 0px;
}

.pingentes-descubra__pingentes__list__img:nth-child(even) {
    margin-left: 0px;
}

.pingentes-descubra__pingentes__list__img-1 {
    background-position: -14px -30px;
}

.pingentes-descubra__pingentes__list__img-2 {
    background-position: -151px -30px;
}

.pingentes-descubra__pingentes__list__img-3 {
    background-position: -14px -152px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.pingentes-descubra__pingentes__list__img-4 {
    background-position: -151px -152px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.pingentes-descubra__pingentes__list__img-5 {
    background-position: -14px -271px;
}

.pingentes-descubra__pingentes__list__img-6 {
    background-position: -151px -271px;
}

.pingentes-descubra__margin--left {
    margin-left: 40px;
    z-index: 8;
}

.pingentes-descubra__pingentes__title {
    font-size: 54px;
    letter-spacing: 2px;
}

.tool-tip {
    position: absolute;
    display: inline-block;
    border-bottom: 1px dotted black;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s;
    margin-left: -98px;
    left: 50%;
    font-size: 14px;
    background-color: #222;
    border-radius: 6px;
    text-align: center;
    padding: 5px 0;
    width: 190px;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    /* Chrome, Safari, Opera */
    backface-visibility: hidden;
    -webkit-transform: perspective(1px);
    -ms-transform: perspective(1px);
    transform: perspective(1px);
    top: -20px;
    font-weight: 800;
}

.tool-tip .tool-tip__text {
    -webkit-transform: perspective(1px);
    -ms-transform: perspective(1px);
    transform: perspective(1px);
}

.tool-tip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #222 transparent transparent transparent;
}

.pingentes-descubra__pingentes__list__img:hover .tool-tip {
    visibility: visible;
    opacity: 1;
}

.pingentes-descubra__descubra {
    height: 485px;
    padding-left: 527px;
    /* overflow: hidden; */
    z-index: 5;
}

.pingentes-descubra__descubra__title {
    font-size: 71px;
    letter-spacing: 1px;
    line-height: 49px;
    margin-bottom: 30px;
}

.pingentes-descubra__descubra__title__smaller {
    font-size: 40px;
    font-weight: 600;
    z-index: 5;
}

.pingentes-descubra__descubra__buttons {
    display: flex;
    align-items: center;
    margin-left: -11px;
    text-align: center;
}

.pingentes-descubra__descubra__buttons__link {
    display: block;
    font-size: 25px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: red;
    border-radius: 30px;
    height: 61px;
    line-height: 61px;
    width: 233px;
    z-index: 5;
    transition: background-color .3s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.pingentes-descubra__descubra__buttons__link:hover {
    background-color: #cc632c;
}

.pingentes-descubra__descubra__buttons__link:last-child {
    margin-left: auto;
}

.pingentes-descubra__descubra__buttons__link--blue {
    background-color: #711013;
}

.pingentes-descubra__descubra__buttons__link--purple {
    background-color: #cb9421;
}

.go-home {
    width: 220px;
    height: 200px;
    position: absolute;
    bottom: -120px;
    right: 142px;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 50%;
    background-color: #0a0a0a;
}

.go-home__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
    -webkit-transition: color .3s cubic-bezier(.4, 0, .2, 1);
    transition: color .3s cubic-bezier(.4, 0, .2, 1);
}

.go-home__link__svg {
    margin-left: 10px;
    width: 25px;
    -webkit-transition: fill .3s cubic-bezier(.4, 0, .2, 1);
    transition: fill .3s cubic-bezier(.4, 0, .2, 1);
    fill: #fff;
}

.go-top {
    width: 61px;
    height: 61px;
    color: #fff;
    position: fixed;
    border: 0;
    font-size: 40px;
    right: 105px;
    bottom: 70px;
    cursor: pointer;
    transition: -ms-transform .3s cubic-bezier(.4, 0, .2, 1);
    transition: -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1);
    display: none;
    z-index: 10;
    border-radius: 50%;
    background-color: #711013;
    -webkit-transform: scale(1) perspective(1px);
    -ms-transform: scale(1) perspective(1px);
    transform: scale(1) perspective(1px);
}

.go-top:hover {
    -webkit-transform: scale(1.1) perspective(1px);
    -ms-transform: scale(1.1) perspective(1px);
    transform: scale(1.1) perspective(1px);
}

.go-top:hover .go-top__arrow {
    animation: goTop .3s cubic-bezier(.4, 0, .2, 1) infinite;
}

@keyframes goTop {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }

    100% {
        transform: translateY(0);
    }
}

.go-top__arrow {
    width: 25px;
    fill: #ffffff;
}

footer#ongame-footer {
    margin-top: 0 !important;
    min-width: 1010px !important;
}

.armor-layout {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
    justify-content: flex-start;
    padding: 20px;
}

.armor-image img {
    max-height: none;
    width: auto;
    height: auto;
    display: block;
}

.armor-tabs {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 50px;
}

.armor-description {
    max-width: 400px;
    font-size: 14px;
    line-height: 20px;
    color: white;
}

.armas-armaduras__armaduras__2 {
    height: 182px;
}

.armas-armaduras__armaduras__2__title {
    font-size: 43px;
    /* letter-spacing: 2px; */
}

.armas-armaduras__armaduras__2__slider {
    width: 1187px;
    left: 5px;
    margin-top: -56px;
}

.armas-armaduras__armaduras__2__slider__list {
    position: absolute;
    list-style: none;
    /* overflow: hidden; */
    width: 817px;
    margin-top: -626px;
    padding: 0;
    float: left;
}

.armas-armaduras__armaduras__2__slider__list__item {
    -webkit-backface-visibility: hidden;
    /* position: absolute; */
    display: none;
    left: -320px;
    top: 0;
    width: 850px;
    /* height: 808px; */
}

.armas-armaduras__armaduras__2__slider_tabs {
    display: block;
    margin-top: 133px;
    margin-left: 499px;
    font-size: 22px;
}

li.armas-armaduras__armaduras__2__slider1_s1, li.armas-armaduras__armaduras__2__slider1_s2, li.armas-armaduras__armaduras__2__slider1_s3, li.armas-armaduras__armaduras__2__slider1_s4, li.armas-armaduras__armaduras__2__slider1_s5, li.armas-armaduras__armaduras__2__slider1_s6 {
    height: 45px;
    text-align: center;
    transform: rotate(45deg);
    width: 45px;
    border: 1px solid white;
    display: table;
}

.armas-armaduras__armaduras__2__slider_tabs li:hover {
    background-color: #c5932c;
}

.armas-armaduras__armaduras__2__slider_here {
    background-color: #c5932c;
}

li.armas-armaduras__armaduras__2__slider1_s2, li.armas-armaduras__armaduras__2__slider1_s4 {
    margin-top: 17px;
    margin-bottom: 17px;
}

a.armas-armaduras__armaduras__2__slider1_s1, a.armas-armaduras__armaduras__2__slider1_s2, a.armas-armaduras__armaduras__2__slider1_s3, a.armas-armaduras__armaduras__2__slider1_s4, a.armas-armaduras__armaduras__2__slider1_s5, a.armas-armaduras__armaduras__2__slider1_s6 {
    color: #ffffff;
    display: table-cell;
    transform: rotate(-45deg);
    vertical-align: middle;
    text-decoration: none;
}

.armas-armaduras__armaduras__2__slider__list__item:first-child {
    position: absolute;
    display: block;
    float: left;
    overflow: visible;
    left: 383px;
    z-index: 5;
}

.aarmas-armaduras__armaduras__2__slider__list__item__img {
    display: block;
    /* height: auto; */
    /* float: left; */
    /* border: 0; */
    /* width: 100%; */
    z-index: 20;
    /* overflow: hidden; */
}

.armas-armaduras__armaduras__2__content-height {
    height: 100%;
    overflow: hidden;
}

.content-title2 {
    position: relative;
    font-weight: 70;
    text-transform: uppercase;
    left: 575px;
    top: 64px;
}

.content-divider2 {
    width: 335px;
    height: 1px;
    margin-top: 79px;
    margin-bottom: 19px;
    background-color: #ffffff;
    margin-left: 575px;
}

.content-description2 {
    font-size: 12px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 15px;
    position: relative;
    margin-left: 575px;
    z-index: 1;
    top: 100px;
}

.content-description2 {
    font-size: 12px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 15px;
    position: relative;
    margin-left: 575px;
    z-index: 1;
    top: 6px;
}

.content-link2 {
    color: #9c9c9c;
    text-decoration: none;
    font-size: 10px;
    font-weight: 800;
    margin-left: 575px;
    margin-top: 5px;
    z-index: 7;
}

.content-valign--center2 {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.entry .logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.entry .logo img {
    width: 300px;
    height: auto;
    margin-top: 100px;
}

.content {
    max-width: 50%;
}

.queen-content {
    z-index: 8;
}

@media only screen and (min-width: 1023px) {
    .pingentes-descubra__pingentes.container {
        width: 90%;
    }

    .container {
        padding: 0 5px;
    }

    .queen-content {
        max-width: 30vw;
    }
}