@import url(fonts.css);
:root {
  --color-black: #000 !important;
  --color-grey: #868686 !important;
  --color-lightgrey: #bbbaba !important;
  --color-darkgrey: #303030 !important;
  --beaufort: "BeaufortforLOL-Bold";
  --color-white: #fff;
}

/* 
* Resets
 =======================================  */
*,
*:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  transition: all 100ms linear;
}

input,
button,
input:focus,
button:focus {
  border: 0;
  outline: none;
  border-radius: 0;
}

ul {
  list-style-type: none !important;
}

a:hover {
  text-decoration: none;
  color: var(--color-darkgrey);
}

::-webkit-scrollbar {
  width: 10px;
  transition: all 20ms linear;
  scroll-behavior: smooth;
}

::-webkit-scrollbar-track {
  border-radius: 7px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--color-black);
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

.row {
  margin: 0;
}

/* 

    ! #### CONTEUDOS  ####

    * 1) BODY

*/

/* =======================================  */

body {
  transition: all 300ms linear;
  font-family: "Open Sans", sans-serif;
  background-color: rgb(255, 255, 255);
  overflow-x: hidden;
  color: var(--color-black);
  font-weight: 550;
}

.beaufort {
  font-family: var(--beaufort);
  text-transform: uppercase;
}

/* 
* Outros
 =======================================  */
/*/ divisor vertical /*/
.divider-v {
  display: block;
  width: 1px;
  height: 50px;
  background-color: var(--color-black);
}

.divider-h {
  display: block;
  width: 100%;
  height: 1px;
  margin: 10px 0;
  background-color: var(--color-lightgrey);
}

.color-black {
  color: var(--color-black);
}

.color-lightgray {
  color: var(--color-grey);
}

.color-darkgrey {
  color: var(--color-darkgrey);
}

/* 
* Mobile Style
 =======================================  */
@media screen and (max-width: 320px) {
  .w-servers {
    min-height: 576px;
  }
}

@media screen and (min-width: 320px) {
  /*/ Pai /*/
  .w-main {
    width: 100%;
  }

  /* 
* Header Style
 =======================================  */

  .w-header {
    max-width: 467px;
  }

  /*/ Logo Cabeçalho /*/
  .w-logo-header {
    min-width: 320px;
    height: 438px;
    background: url(../imgs/svgs/logo-vw-header.svg) no-repeat center;
    background-size: 90% 100%;
  }

  /*/ Titulo cabeçalho /*/
  .w-title-header {
    line-height: 14px;
  }

  .w-title-header h1 {
    font-size: 4rem;
    font-style: italic;
    color: var(--color-black);
  }

  /*/ Subtitulo cabeçalho /*/
  .w-subtitle-header p {
    font-size: 2.4rem;
    color: var(--color-grey);
  }

  /*/ botão jogar -  cabeçalho /*/
  .wrap-play-btn button {
    min-width: 250px;
    height: 75px;
    display: inline-block;
    background-color: var(--color-black);
    color: var(--color-white);
    font-size: 1.6rem;
    position: relative;
    overflow: hidden;
  }

  .wrap-play-btn button:hover {
    background-color: transparent;
    border: 2px solid var(--color-black);
    color: var(--color-black);
    animation: pulseBtn 1s infinite;
  }

  .wrap-play-btn button:hover::before {
    animation: pulseBtn 2s infinite;
    content: "";
  }

  @keyframes pulseBtn {
    0% {
      transform: scale(0.95);
    }
    70% {
      transform: scale(1);
    }
    100% {
      transform: scale(0.95);
    }
  }

  /*
  ! Fim Header ===================  
  */

  /* 
  * Content Style
 =======================================  */
  .w-content-page {
    margin-top: 128px;
  }

  /*/ Cabeçalho Content /*/

  .w-header-content {
    max-width: 576px;
    text-align: center;
    position: relative;
    top: 50px;
  }

  /*/ Texto Versão/*/
  .w-header-content > p {
    font-size: 1.3rem;
  }

  /*/ Nome da Versão /*/
  .w-header-content > h2 {
    font-size: 12vw;
  }

  /*/ Descrições/*/
  .w-header-content .w-desc {
    height: 35px;

    background: url(../imgs/svgs/input_text_bg.svg) no-repeat center top;
    background-size: 95% 35px;
    line-height: 35px;
    font-size: 0.99rem;
    position: relative;
    z-index: 1;
  }

  .w-header-content .w-desc::before {
    width: 100%;
    height: 35px;
    background: url(../imgs/svgs/input_text.svg) no-repeat center top;
    position: absolute;
    z-index: -1;
    left: 0;

    background-size: 95% 35px;
    content: "";
  }

  .w-header-content .w-desc p {
    max-width: 90%;
    margin: 0 auto;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0.8rem;
  }

  .active {
    animation: slideRight 1s forwards;
  }

  @keyframes slideRight {
    from {
      position: absolute;
      right: 500px;
    }
    to {
      right: 0;
    }
  }

  /*
  ! Fim Cabeçalho Content ===================  
  */

  /* 
  * Servers Content Style
 =======================================  */
  .w-servers {
    max-width: 100%;
  }

  .w-servers .w-content-servers {
    width: 100%;
    min-height: inherit;
    max-height: inherit;
    background-size: 100%;
    object-fit: cover;
  }

  /*/ Tratamento imagems /*/
  .w-servers .w-content-servers .w-img-server {
    max-width: 100%;
    min-height: inherit;
    max-height: inherit;
    user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    position: relative;
    overflow: hidden;
  }

  /*/ Background svg /*/
  .w-backgroung-svg {
    max-height: 576px;
    overflow: hidden;
  }

  /*/ Render /*/
  .w-servers .w-content-servers .w-img-server .w-render {
    max-width: 576px;
    height: max-content;
    position: relative;
  }

  .w-servers .w-content-servers .w-img-server .w-render img {
    max-height: 70vh;
    display: block;
    position: absolute;
    left: -237px;
    right: 0;
    bottom: -86px;
    margin: 0 auto;
    animation: levitar 3s infinite ease-in-out;
  }

  @keyframes levitar {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-10px);
    }
    100% {
      transform: translateY(0);
    }
  }

  /*/ Controles /*/

  .w-servers .w-content-servers .w-controls {
    max-width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 130px;
    padding: 0 5px;
    z-index: 25;
  }

  /*/ Indicadores/*/
  .w-servers .w-content-servers .w-controls .w-indicators {
    width: max-content;
    height: max-content;
    position: relative;
    right: 50px;
  }

  .w-servers .w-content-servers .w-controls .w-indicators ul li {
    min-width: 230px;
    min-height: 70px;

    display: block;
    margin: 30px 0;
    transform: rotate(-44deg);
    cursor: pointer;
  }

  .w-servers .w-content-servers .w-controls .w-indicators ul li:nth-child(1) {
    background: url(../imgs/sec_ind/section_16.png) no-repeat;
  }

  .w-servers .w-content-servers .w-controls .w-indicators ul li:nth-child(2) {
    background: url(../imgs/sec_ind/section_6.png) no-repeat;
  }

  .w-servers .w-content-servers .w-controls .w-indicators ul li:nth-child(3) {
    background: url(../imgs/sec_ind/section_classic.png) no-repeat;
  }

  .w-servers
    .w-content-servers
    .w-controls
    .w-indicators
    ul
    li:nth-child(1).w-active {
    background: url(../imgs/sec_ind/section_server_16_active.png) no-repeat;
  }

  .w-servers
    .w-content-servers
    .w-controls
    .w-indicators
    ul
    li:nth-child(2).w-active {
    background: url(../imgs/sec_ind/section_6_active.png) no-repeat;
  }

  .w-servers
    .w-content-servers
    .w-controls
    .w-indicators
    ul
    li:nth-child(3).w-active {
    background: url(../imgs/sec_ind/section_classic_active.png) no-repeat;
  }

  .w-servers
    .w-content-servers
    .w-controls
    .w-indicators
    ul
    li:nth-child(1).w-active,
  .w-servers
    .w-content-servers
    .w-controls
    .w-indicators
    ul
    li:nth-child(2).w-active,
  .w-servers
    .w-content-servers
    .w-controls
    .w-indicators
    ul
    li:nth-child(3).w-active {
    background-size: 100%;
  }

  .w-servers .w-content-servers .w-controls .w-indicators ul li:nth-child(1),
  .w-servers .w-content-servers .w-controls .w-indicators ul li:nth-child(2),
  .w-servers .w-content-servers .w-controls .w-indicators ul li:nth-child(3) {
    background-size: 100%;
  }

  #slider {
    bottom: 20px;
  }

  /*/ Icones chars /*/
  .w-chars {
    height: 350px;
    overflow: hidden;
  }

  .w-chars ul#w-chars-list li:nth-child(1) {
    animation: marqueeList 0.1s linear forwards;
  }

  .w-chars ul#w-chars-list li:nth-child(2) {
    animation: marqueeList 0.2s linear forwards;
  }

  .w-chars ul#w-chars-list li:nth-child(3) {
    animation: marqueeList 0.3s linear forwards;
  }

  .w-chars ul#w-chars-list li:nth-child(4) {
    animation: marqueeList 0.4s linear forwards;
  }

  .w-chars ul#w-chars-list li:nth-child(5) {
    animation: marqueeList 0.5s linear forwards;
  }

  @keyframes marqueeList {
    0% {
      transform: translateX(100px);
    }
    100% {
      transform: translateY(0);
    }
  }

  .w-chars ul#w-chars-list li {
    width: 58px;
    height: 58px;
    margin: 10px 0;
    object-fit: cover;
  }

  .w-chars ul#w-chars-list li img {
    width: 100%;
  }

  /*/ botão play /*/
  .btn-play {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
    overflow-x: hidden;
  }

  .btn-play::before {
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    z-index: -1;
    background-color: #fff;
    content: "";
  }

  .btn-play a {
    width: 40%;
    height: 100px;
    margin: 0 auto;
    background: url(../imgs/others/btnPlay.png) no-repeat center;
    display: block;
    font-size: 1.7rem;
    line-height: 110px;
  }

  /*
  ! Fim Conteúdo ===================  
  */

  /*/ Footer / Rodapé /*/

  .w-footer-page .w-content-footer-page {
    flex-flow: column;
  }
  /*/ Logo Warriors footer /*/
  .w-footer-page .w-content-footer-page .w-about-us .w-logo-warriors {
    width: 140px;
    height: 164px;
    background: url(../imgs/svgs/logo-w-footer.svg) no-repeat;
    background-size: 100%;
  }

  /*/ Sobre nós /*/
  .w-footer-page .w-content-footer-page .w-about-us .w-about-us-content {
    font-weight: 550;
  }

  .w-footer-page
    .w-content-footer-page
    .w-about-us
    .w-about-us-content
    h3::before {
    content: url(../imgs/icons/title_icon.png);
    vertical-align: middle;
    margin-right: 15px;
  }

  .w-footer-page
    .w-content-footer-page
    .w-about-us
    .w-about-us-content
    p.the-text {
    font-size: 0.9rem;
    margin-top: 5px;
  }

  .psalms-text {
    text-transform: none;
    font-family: "BeaufortforLOL-Bold";
    font-size: 1.09rem;
    text-align: right;
  }

  /*/ Tarjas de idade e aviso/*/
  .w-footer-page .w-target-age-content {
    margin-top: 50px;
    justify-content: center;
  }

  .w-footer-page .w-content-footer-page .w-target-age .w-target-age-content {
    align-items: center;
  }

  .w-footer-page .w-content-footer-page .w-target-age .w-target-age-images img {
    margin: 0 13px;
  }

  .w-footer-page
    .w-content-footer-page
    .w-target-age
    .w-target-age-content
    .w-target-text {
    font-size: 0.85rem;
  }

  /*/ Direitos autorais /*/
  .w-footer-page .w-content-footer-page .w-rights {
    margin-bottom: 10px;
  }

  .w-footer-page .w-content-footer-page .w-rights .w-social-links {
    width: 152px;
    height: 31px;
    margin: 13px auto;
  }

  /*/ facebook/*/
  .w-footer-page .w-content-footer-page .w-rights .w-social-links a {
    width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0 1px;
    background: url(../imgs/icons/socials-content.png) no-repeat;
  }

  /*/ twitter/*/
  .w-footer-page
    .w-content-footer-page
    .w-rights
    .w-social-links
    a:nth-child(2) {
    background-position: -40px;
  }

  /*/ google/*/
  .w-footer-page
    .w-content-footer-page
    .w-rights
    .w-social-links
    a:nth-child(3) {
    background-position: -80px;
  }

  /*/ youtube/*/
  .w-footer-page
    .w-content-footer-page
    .w-rights
    .w-social-links
    a:nth-child(4) {
    background-position: -120px;
  }

  .w-footer-page .w-content-footer-page .w-rights .w-rights-text {
    font-size: 0.8rem;
    font-weight: 550;
  }

  .w-footer-page
    .w-content-footer-page
    .w-rights
    .w-rights-text
    p:nth-child(2) {
    font-size: 0.7rem;
  }

  .logo-viral {
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
  }
}

/* 
* Tablet Style
 =======================================  */

@media screen and (min-width: 768px) {
  .w-header-content {
    transform: rotate(-13deg);
    top: -30px;
    z-index: 30;
  }

  .w-header-content > h2 {
    font-size: 10vw;
  }

  .w-servers .w-content-servers .w-img-server {
    top: -100px;
  }

  .w-servers .w-content-servers .w-img-server img {
    width: 100%;
    bottom: 15px;
  }

  /*/ Render /*/
  .w-servers .w-content-servers .w-img-server .w-render {
    max-width: 100vw;
    height: 100%;
    transform: rotate(358deg);
  }

  .w-servers .w-content-servers .w-img-server .w-render img {
    max-height: 100vh;
    left: 0;
    right: 0;
    bottom: 85px;
  }

  .w-servers .w-content-servers .w-img-server::after {
    width: 107vw;
    height: 250px;
    position: absolute;
    left: 0;
    bottom: -120px;
    background-color: #fff;
    transform: rotate(353deg);
    content: "";
  }

  .w-servers .w-content-servers .w-controls {
    max-width: 600px;
  }

  .w-servers .w-content-servers .w-controls .w-indicators {
    transform: rotate(0deg);
    bottom: 50px;
    right: 0;
    left: -130px;
  }

  #slider {
    bottom: 200px;
    right: -80px;
  }

  .btn-play {
    bottom: 189px;
    overflow: hidden;
    transform: rotate(-5deg);
    z-index: 1;
  }

  .btn-play a {
    font-size: 0%;
    min-width: 250px;
    min-height: 205px;
    max-width: 463px;
    max-height: 205px;
    background: url(../imgs/others/jogar_btn.png) no-repeat;
    background-size: 100%;
    transform: rotate(4deg);
  }

  .btn-play::before {
    background: none;
    transform: rotate(-5deg);
    content: "";
  }
}

/* 
* Desktop 992px Style
 =======================================  */
@media screen and (min-width: 992px) {
  .w-header-content {
    transform: rotate(-13deg);
  }

  .w-header-content > p {
    font-size: 2rem;
  }

  .w-header-content > h2 {
    font-size: 10vw;
  }

  .w-servers {
    min-height: 600px;
  }

  .w-backgroung-svg {
    max-height: max-content;
  }

  .w-characters-name {
    min-width: 510px;
    z-index: 10;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 355px;
    position: relative;
  }

  #classe_type {
    min-width: 150px;
  }

  #classe_type p {
    text-shadow: 0 5px 25px rgba(0, 0, 0, 1), 0 5px 25px rgba(0, 0, 0, 1),
      0 5px 25px rgba(0, 0, 0, 1);
  }

  #classe_type .img-ability {
    max-width: 61px;
    max-height: 61px;
    margin: 0 auto;
    display: block;
  }

  #char_name {
    font-size: 3.5em;
    text-shadow: 0 5px 25px rgba(0, 0, 0, 1), 0 5px 25px rgba(0, 0, 0, 1),
      0 5px 25px rgba(0, 0, 0, 1);
  }

  .w-servers .w-content-servers .w-img-server .w-render img {
    max-height: 100vw;
    bottom: 30px;
  }

  .w-servers .w-content-servers .w-controls {
    max-width: 80vh;
    bottom: 20%;
  }

  .w-servers .w-content-servers .w-controls .w-indicators {
    bottom: 0;
  }
}

/* 
* Desktop 1200px - max Style
 =======================================  */
@media screen and (min-width: 1200px) {
  body {
    background: url(../imgs/flames_header.png) no-repeat;
  }

  .w-content-page {
    margin: 0;
  }

  .w-header-content {
    top: 400px;
    z-index: 30;
    transform: none;
  }

  .w-header-content > h2 {
    font-size: 6em;
    color: var(--color-white);
  }

  .w-servers {
    min-height: 100vh;
  }

  .w-servers .w-content-servers .w-controls .w-indicators {
    left: 0;
    bottom: -130px;
  }

  .w-servers .w-content-servers .w-controls .w-indicators ul li {
    min-width: 397px;
    min-height: 113px;
    margin: 55px 0;
  }

  #slider {
    right: 100px;
    top: -5%;
  }

  #slider ul li {
    max-width: 100px;
  }

  @media screen and (min-width: 992px) {
    #slider {
      height: 500px;
    }

    .wrapControl {
      height: 570px;
    }
  }

  .w-servers .w-content-servers .w-controls {
    max-width: inherit;
    bottom: 20%;
  }

  /*/ Footers /*/
  .w-footer-page .w-content-footer-page {
    max-width: 100%;
    align-items: center;
    flex-flow: row;
    margin: 0 auto;
    justify-content: space-around;
  }

  .w-about-us {
    order: 3;
    max-width: 500px;
  }

  .w-target-age {
    order: 1;
  }

  .w-rights {
    order: 2;
  }

  .w-target-age,
  .w-rights {
    max-width: max-content;
  }
}

@media screen and (width: 1200px) {
  .w-header-content {
    top: 175px;
    transform: rotate(-13deg);
  }

  .w-servers .w-content-servers .w-img-server .w-render {
    transform: none;
  }

  .w-servers .w-content-servers .w-controls .w-indicators {
    left: -65px;
    bottom: -10px;
  }

  .btn-play {
    bottom: 195px;
  }
}
