@font-face {
  font-family: square;
  font-style: normal;
  src: url("../font/square721.ttf");
}

@font-face {
  font-family: 'Social-Circles';
  src: url("../font/Social-Circles.ttf.woff") format("woff"), url("../font/Social-Circles.ttf.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PS Plus';
  src: url("../font/psPlus-Bold.woff") format("woff");
  font-weight: Bold;
  font-style: normal;
}
@font-face {
  font-family: 'PS Plus Regular';
  src: url("../font/psPlus-Regular.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.links {
  background: #1c2658;
}

.links h2, .links p {
  color: #fff;
  padding: 20px;
  text-transform: uppercase;
  font-size: 2rem;
}

.links h2 span, .links p span {
  color: #f7cb18;
}

.links .uk-button-primary {
  padding: 10px 30px;
  font-size: 1.4rem;
  border-radius: 20px;
  margin-top: 0;
  background: #f7cb18;
  color: #000 !important;
}

.links .uk-button-primary:hover {
  background: #ffa600;
}

.uk-button-link {
  color: #f7cb18 !important;
  font-size: 1rem;
  display: block;
  margin-top: 30px;
}

body, html {
  background: #bbc1d2;
  height: 100%;
  color: #34394b;
  font-family: square, sans-serif;
  font-style: normal;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1.1em;
  font-family: square, sans-serif;
  font-style: normal;
}

.titulo {
  font-size: 2.6rem;
  color: #fff !important;
}

.titulo2 {
  font-size: 2.4rem;
  color: #041051 !important;
}

.titulo3 {
  font-size: 1.5rem;
  color: #041051;
}

.titulo4 {
  font-size: 3.5rem;
  color: #fff;
  line-height: 1em;
}

.subtitulo {
  font-size: 2rem;
  color: #041051;
}

.logo-ps5 {
  max-width: 400px;
}

.logo-ps5 h6 {
  padding: 10px;
  font-size: 1.1rem;
}

.social {
  font-family: 'Social-Circles';
  font-style: normal;
  font-weight: normal;
}

.social a {
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
  padding: 0 2px;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}

.social a:hover {
  color: #334474;
}

p {
  font-size: 1.1rem;
  color: #34394b;
  line-height: 1.3em;
}

.nav {
  background: rgba(202, 208, 225, 0.699);
  padding: 20px 0;
}

.garanta h1, .garanta h2{
  display: inline;
  text-transform: uppercase;
  font-size: 2rem;
}
@media screen and (max-width:550px){
  .uk-grid>* {
    padding-left: 0px;
}
}
@media screen and (max-width:490px){
  .garanta h1, .garanta h2{
    font-size: 1.5rem;
  }
}
.header {
  background: linear-gradient(0deg, #7f828e, #aaadba);
  background-size: cover;
  overflow: hidden;
}

.header .uk-container {
  overflow: unset;
}

.header .uk-slider-container {
  overflow: unset;
}

.header .logo-ps5 {
  left: 40px;
  top: 20px;
}

.header .uk-slidenav svg {
  display: none;
}

.header .uk-slidenav img {
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.header .uk-slidenav img:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.header .uk-slidenav img:active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.header li *{
  color: white !important;
}
.header li img {
  padding-top: 80px;
}
.header .ctasH{
  background:#071c89 ;
  color: white;
  padding: 20px 40px;
  border: 0;
  font-size: 1.2rem;
  text-align: center;
  font-family: square, sans-serif;
  border-radius: 7px;
  margin-top: 20px;
}
@media screen and (max-width:960px){
  .links .uk-button-primary {
    margin-top: 30px;
    width: 100%;
    margin-bottom: -40px;
}
}
@media screen and (max-width:870px){
  .header{
    padding-bottom: 50px;
  }
  .header *{
    text-align: center;
    margin: auto;
  }
  .header .ctasH {
    width: 100%;
}
.uk-slider-items div div:nth-child(2){
  transform: translateY(-15%);
}
}
@media screen and (max-width:410px){
  .infos h2 {
    font-size: 1.5rem;
}
}
section.uk-section.dobra-gow.uk-position-relative {
  background-image: url(../img/bg-dobra-gow.webp);
  background-size: cover;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 0px;
  overflow: hidden;
}
.dobra-gow .uk-flex{
  transform: translateY(100px);
  max-width: 1340px;
}
.dobra-gow .uk-container{
    padding-left: 0px;
    padding-right: 0px;
}
.launch img{
  transition: .2s;
}
.launch img:hover{
  filter: drop-shadow( 0 0 20px rgba(27, 122, 242, 0.7) )brightness(1.05) saturate(1.2);
  cursor: pointer;
}
.launch:hover .preVenda{
  background: rgba(27, 122, 242);
  color: white;
}
.prllx{
  pointer-events: auto !important;
}
.prllx *{
  transition: .2s;
}
.prllx figure:hover {
  filter:brightness(1.3) saturate(2)
}

.legal {
  background: linear-gradient(0deg, rgba(0,0,0,.5) 20%, transparent);
}
.legal div{
  margin: auto;
}
.legal p{
  color: white;
  font-size: .7rem;
  padding-top: 10px;
}
.dobra-gow:before {
  content: '';
  position: absolute;
  top: 0;
  width: 70%;
  height: 190px;
  left: 0;
  background: url(../img/momentum.webp);
  z-index: 2;
  background-repeat: no-repeat;
  background-size: contain;
}

.preVenda {
  background: #d53b00;
  color: white;
  padding: 10px 25px;
  font-size: 1rem;
  border-radius: 30px;
  text-align: end;
  display: flex;
  justify-content: center;
  text-decoration: none !important;
  transition: .2s;
  width: 60%;
  margin-inline: auto;
}
.preVenda:hover{
  background: rgba(27, 122, 242);
  color: white;
}
@media screen and (max-width:1201px){
  .preVenda{
    font-size: .9rem;
  }
}
@media screen and (max-width:1085px){
  .preVenda{
    font-size: .8rem;
  }
}
@media screen and (max-width:960px){
  .dobra-gow::before{
    width: 100%;
  }
  .dobra-gow {
    padding: 0 !important;
}
  .dobra-gow .uk-flex{
    flex-direction:column;
    align-items:center;
  }
  .prllx {
    top: -50px;
    position: relative;
    left: 0px;
}
.legal div {
  text-align: center;
}
.dobra-gow .uk-container {
  padding-left: 10px;
  padding-right: 10px;
}
}
@media screen and (max-width:640px){
  .preVenda {
    font-size: 1.3rem;
}
}
@media screen and (max-width:600px){
  .prllx {
    left: 30px;
}
}
@media screen and (max-width:550px){
  .prllx {
    left: 20px;
}}
@media screen and (max-width:547px){
  .prllx {
    left: 10px;
}
.preVenda {
  font-size: 1.1rem;
}
}
@media screen and (max-width:530px){
  .prllx {
    left: 10px;
}
}
@media screen and (max-width:490px){
  .preVenda {
    font-size: .8rem;
  }
}
.familiaPS5{
  background: #d8dce8;
  padding-bottom: 80px;
}

/* .familiaPS5 .consoles{
  display: flex;
  flex-direction: row;
  grid-column-gap: 20px;
} */
.familiaPS5 .consoles {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.one{grid-area: 1 / 1 / 3 / 2; }

.two{grid-area: 1 / 2 / 2 / 3;}

.three{grid-area: 2 / 2 / 3 / 3; }


.familiaPS5 .playstation5 img{ 
  width: 100%;
  filter: drop-shadow(0 0 50px rgba(113,140,219,.5));
  border-radius: 15px;
  margin-bottom: 20px;
  transition: .2s;
}
.familiaPS5 .one img {
  height: 88.2%;
}
.familiaPS5 .playstation5:hover img{
  
  filter: brightness(.6);
}
.familiaPS5 .consoles div{
  width: 100%;
  overflow: visible;
}
.familiaPS5 .botao-confira button {
  padding: 15px 70px;
  border: 0;
  background: #071c89;
  color: white;
  font-size: 17px;
  position: relative;
  bottom: -20px;
  margin-bottom: 40px;
  border-radius: 8px;
}


.familiaPS5 .uk-position-center-left, .familiaPS5 .uk-position-center-right {
  top: 35%;
}
@media screen and (max-width:960px){
  .familiaPS5 .consoles{
    flex-direction: column;
  }
  .familiaPS5 button{
    width: 100%;
    bottom: 0px;
  }
}
@media screen and (max-width:640px){
  .consoles button{
    width: 100%;
    margin-bottom: -20px;
  }
}
@media screen and (max-width:490px){
  .familiaPS5 h2{
    font-size: 1.6rem;
  }
}
@media screen and (max-width:400px){
  .familiaPS5 .uk-position-center-left, .familiaPS5 .uk-position-center-right {
    top: 20%;
  }
}

.hitsPS5{
  background: url(../img/bg-hits-ps5.webp) #031b5a;
  overflow-x: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.hitsPS5 *{
  color: white;
}
.hitsPS5 h2{
  font-size: 3em;
  line-height: 1.2;
}
.hitsPS5 span{
  opacity: .6;
}
.hitsPS5 h3{
  opacity: .4 ;
  line-height: 1.6;
  padding-top: 30px;
  text-transform: uppercase;
  font-size: 15px;
  margin: 0 -20px;
}

.hitsPS5 ul{
  padding: 80px 0 120px !important;
}
.hitsPS5 .splide__list li {
  height: 340px;
  width: 233px;
  margin: 20px;
}
.hitsPS5 li img {
  height: 100%;
  width: auto;
  object-fit: cover;
  transform: scale(.9);
  border-radius: 15px;
  transition: .2s;
}
.hitsPS5 li.is-active img{
  box-shadow: 0 0 90px black;
  border: 3px solid #1bacff;
  transform: scale(1.04);
}
.hitsPS5 li.is-active h3{
  opacity: 1;
  
}
a.hitNav {
  position: absolute;
  top: 55%;
  transform: translate(-50%,-50%);
  z-index: 9;
}
.hitsPS5 .splide__track {
    overflow: visible;
}
.hitsPS5 .splide__arrow{
  top: 55%;
}

a.hitNav img {
  width: 30px;
}
button.saibamais {
  padding: 20px 70px;
  color: black;
  transform: translateX(20px);
}
.splide__pagination{
  display: none !important;
  visibility: hidden;
}
@media screen and (max-width:2560px) and (min-width:1270px){
  .hitsPS5 .splide__arrow--next {
    right: 32.5em;
  }
  .hitsPS5 .splide__arrow--prev {
    left: 35.4em;
  }
  }
  @media screen and (max-width:1269px) and (min-width:1200px){
    .hitsPS5 .splide__arrow--next {
      right: 32em;
    }
    .hitsPS5 .splide__arrow--prev {
      left: 35em;
    }
  }
  
  @media screen and (max-width:1199px) and (min-width:1130px){
    .hitsPS5 .splide__arrow--next {
      right: 30.5em;
    }
    .hitsPS5 .splide__arrow--prev {
      left: 33.5em;
    }
  }
  
  @media screen and (max-width:1129px) and (min-width:1080px){
    .hitsPS5 .splide__arrow--next {
      right: 29em;
    }
    .hitsPS5 .splide__arrow--prev {
      left: 31em;
    }
  }
  
  @media screen and (max-width:1079px) and (min-width:1000px){
    .hitsPS5 .splide__arrow--next {
      right: 27em;
    }
    .hitsPS5 .splide__arrow--prev {
      left: 29.5em;
    }
  }
  
@media screen and (max-width:960px){
  button.saibamais {
    transform: translateX(0px) !important;
    width: 100% !important;
}
}

@media screen and (max-width:999px) and (min-width:940px){
  .hitsPS5 .splide__arrow--next {
    right: 25em;
  }
  .hitsPS5 .splide__arrow--prev {
    left: 27.5em;
  }
  .hitsPS5{
    padding: 50px 0;
  }

}

@media screen and (max-width:939px) and (min-width:880px){
  .hitsPS5 .splide__arrow--next {
    right: 23em;
  }
  .hitsPS5 .splide__arrow--prev {
    left: 25.5em;
  }
  .hitsPS5{
    padding: 50px 0;
  }
}

@media screen and (max-width:880px) and (min-width:800px){
  .hitsPS5 .splide__arrow--next {
    right: 21em;
  }
  .hitsPS5 .splide__arrow--prev {
    left: 23.5em;
  }
  .hitsPS5{
    padding: 50px 0;
  }
}


@media screen and (max-width:799px) and (min-width:769px){
  .hitsPS5 .splide__arrow--next {
    right: 21em;
  }
  .hitsPS5 .splide__arrow--prev {
    left: 23.5em;
  }
  .hitsPS5{
    padding: 50px 0;
  }
}
@media screen and (max-width:769px){

  .hitsPS5 h2{
      font-size: 1.8em !important;
      line-height: 1.2;
  }
  .hitsPS5 h3{
    font-size: .9em !important;
  }
  .hitsPS5 .splide__list li {
    width: 90% !important;
    margin: 20px 0;
  }
  .hitsPS5 li img {
    height: 100%;
    width: 100% !;
    object-fit: cover;
    transform: scale(.9);
    border-radius: 15px;
    transition: .2s;
  }
  .hitsPS5 .splide__arrow--next {
    right: 20px !important;
  }
  .hitsPS5 .splide__arrow--prev {
    left: 20px !important;
  }
  .hitsPS5{
    padding: 100px 0;
  }
}
@media screen and (max-width:640px){
  .familiaPS5 .consoles{
    grid-template-columns: 1fr !important;
    grid-template-rows: repeat(3, auto) !important;
  }
  .one{grid-area: 1 / 1 / 2 / 2 !important}
  .two{grid-area: 2 / 1 / 3 / 2 !important;}
  .three{grid-area: 3 / 1 / 4 / 2 !important; }
}
@media screen and (max-width:490px){
  .hitsPS5 h2{
    font-size: 1.4rem !important;
  }
}



.lancamentos {
  padding: 0;
  background: linear-gradient(-45deg, #000f27 50%, #003189 100% );
  z-index: 0;
}
.lancamentos *{
  color: white;
}
.lancamentos .uk-container{
  max-width: 1366px;
  padding-right: 0;
}
.lancamentos .right{
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.lancamentos .right h2{
  font-size: 3rem;
}
.lancamentos .right h4{
  font-size: 16px;
  margin-top: 40px;

}
.lancamentos .right button{
  font-size: 15px;
  padding: 20px 50px;
  background: #071c89;
  color: #fff;
  border: 0;
  border-radius: 5px;
  margin-top: 40px;
}
@media screen and (max-width:960px){
  .lancamentos .right h2 {
    font-size: 2rem;
}
.prevenda{
  flex-direction: column;
}
.lancamentos .right {
  align-items: center;
  padding: 50px 0;
}
}
@media screen and (max-width:769px){
  .lancamentos .uk-container{
    padding: 0 20px !important;
  }
  .prevenda a, .prevenda button{
    width: 100%;
  }
}
.aproveite{
  background: url(../img/bg-familia-ps5.webp);
  padding: 100px 0;
  background-size: cover;
}
.aproveite h2.titulo2{
  padding: 0px 0 50px;
  color: #fff !important;
}
.aproveite .botao-confira button {
  padding: 15px 70px;
  border: 0;
  background: #071c89;
  color: white;
  font-size: 17px;
  position: relative;
  bottom: 30px;
  border-radius: 8px;
}
.blocos{
  display: flex;
  /* grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px; */
  gap: 20px;
}
@media screen and (max-width:960px){
  .blocos{
    flex-direction: column;
  }
}
.aproveite > div{
  max-width: 1366px;
}
.blocos .uk-light img{
  mix-blend-mode: multiply;
}
.blocos .uk-light {
  border-radius: 15px;
  box-shadow: 0 0 70px rgba(0,0,0,.3);
  transition: .2s;
}
.blocos .uk-light:hover{
  background: #555;
}
.blocos > div{
  background: white;
}
.blocos .ps4 { grid-area: 1 / 1 / 2 / 2;}
.blocos .controle { grid-area: 1 / 2 / 2 / 3; }
.blocos .camera { grid-area: 2 / 1 / 3 / 2; }
.blocos .jogos { grid-area: 2 / 2 / 3 / 3; }
.blocos .uk-transition-slide-top-small.uk-position-center-left.uk-padding {
  width: 100%;
}
@media screen and (max-width:960px){
  .aproveite .botao-confira button {
    bottom: 14px;
}
.blocos > div{
  background: transparent;
}
}
.blocos h4.uk-margin-remove {
  font-size: 1.1rem;
}
@media screen and (max-width:769px){
  .blocos{
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
  }
  .blocos button{
    width: 100%;
    margin-bottom: -25px;
    box-shadow: -1px 0px 0px #071c89;
}
  .blocos .ps4  { grid-area: 1 / 1 / 2 / 2; }
  .blocos .controle { grid-area: 2 / 1 / 3 / 2; }
  .blocos .camera { grid-area: 3 / 1 / 4 / 2; }
  .blocos .jogos { grid-area: 4 / 1 / 5 / 2; }
}

.blocos .uk-light:hover div{
  transform: translate(0px,-60px) !important;
}

.sec2 {
  background: #000830;
  padding-bottom: 0;
}

.sec2 .uk-inline-clip h4 {
  color: #fff;
  margin-bottom: 10px;
}

.sec2 .uk-inline-clip p {
  color: #969fd7;
  line-height: 1.1em;
  font-size: 1rem;
}

.sec2 .uk-inline-clip.uk-transition-toggle.uk-light img {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.sec2 .uk-inline-clip.uk-transition-toggle.uk-light:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -ms-filter: brightness(30%);
  -webkit-filter: brightness(30%);
  -moz-filter: brightness(30%);
  -o-filter: brightness(30%);
  filter: brightness(30%);
}

.sec2 .luz1 {
  position: relative;
  overflow: unset;
  padding-bottom: 54px;
}

.sec2 .luz1:before {
  content: "";
  z-index: 1;
  background: url(../img/luz1-h139.webp) no-repeat bottom center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 139px;
}



.sec3 {
  background: url(../img/bg-ps-hits.webp);
  overflow: hidden;
  position: relative;
  background-size: cover;
  padding: 130px 0;
  background-repeat: repeat-y;
  transition: .1s;
}
.sec3 a{
  font-size: 1rem;
  padding: 10px 70px;
  background: #071c89;
  color: #fff;
  border: 0;
  border-radius: 7px;
  margin-top: 40px;
  z-index: 0;
}
.sec3 h2 {
  color: #fff !important;
  font-size: 2.4rem;
}
.capasFlex {
    max-width: 1366px;
}
.capas{
  position: relative;
  z-index: 1;
}
.sec3:before {
  content: "";
  z-index: 1;
  background: url(../img/luz2-h66.webp) no-repeat bottom center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 66px;
}

.uk-container.uk-flex.capas {
  padding-top: 60px;
}
.capasFlex {
  max-width: 1366px;
}
.capinha img:hover {
  filter: saturate(0.5);
  transition: .2s;
}

@media screen and (max-width:960px){
  .capas{
    flex-wrap: wrap;
  }
  .capas > .capinha{
    flex: 33%; 
  }
}

@media screen and (max-width:680px){

  .capas > .capinha{
    flex: 70%; 
  }
  .sec3 a {
    width: 100%;
}
.sec3 a:hover{
  color: #031b5a;
  background: white;
  transition: .2s;
}
}
.blog {
  background: url(../img/bg-blog.webp) no-repeat 50% 50%;
  background-size: cover;
}

.blog h2 {
  margin-top: 30px;
  font-size: 3rem;
  color: #fff !important;
}

.blog .btn-blog {
  position: relative;
  background: #e7e9f6;
  border: 0;
  padding: 10px 30px;
  color: #34394b;
  font-size: 1.3rem;
  font-family: square, sans-serif;
  font-style: normal;
  overflow: hidden;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
  letter-spacing: .2em;
  margin-top: 30px;
}

.blog .btn-blog:after {
  content: "";
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
  background: url(../img/luz-btn-h89-w247.webp) no-repeat 50% 50%;
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 89px;
}

.blog .btn-blog:hover {
  padding: 10px 30px;
}

.blog .btn-blog:hover:after {
  content: "";
  background: url(../img/luz-btn-h89-w247.webp) no-repeat 50% 50%;
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 89px;
}

.blog{
  padding: 100px 0;
}

.blog .uk-width-1-4\@m.uk-first-column img{
  transform: translateY(20px);
}
.blog .titulo2{
  font-size: 2.2rem;
}
@media screen and (max-width:960px){
  .blog .uk-text-left {
    text-align: center!important;
}

}
@media screen and (max-width:640px){
  .blogFlex a{
    width: 100%;
  }
  .blog .btn-blog:after {
    height: 104px;
    background-size: cover;
  }
  .blog .btn-blog:hover:after {
    height: 130px;
    background-size: cover;
  }
  .blog {
    padding: 100px 30px 150px;
}
}

.psPlus {
  padding: 0px 0;
  background: url(../img/after-ps-plus.webp), url(../img/bg-ps-plus.webp);
  background-position: 0rem 5rem, -15rem 0rem;
  background-repeat: no-repeat !important;
  background-size: 100% 100%, cover!important;
  position: relative;
  height: 470px;
  cursor: pointer;
}
.psPlus h2{
  font-family: 'PS Plus';
  font-weight: 900;
}
.psplus h2 span{
  font-weight: bold;
}
.psPlus div{
  z-index: 1;
}
.uk-width-expand\@s.fst {
  transform: translateY(-30px);
}
.pplus .frt {
  align-self: flex-end;
  transform: translate(0%, 60%);
}
.psPlus .pplus h2{
  color:white;
  font-size: 4rem;
}
.fst p{
  width: 80%;
  font-weight: 500;
  font-size: 1.7rem;
}
.pplus .frt h2{
  font-size: 2rem;
}
.pplus .frt p{
  color:white;
  font-weight: 100;
}
.pplus span{
  color: #000;
}
.psPlus:before {
  content: '';
  background: url(../img/before-ps-plus.webp);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
}

.pplus {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  }
  
  .fst { grid-area: 1 / 1 / 2 / 2; }
  .snd { grid-area: 1 / 2 / 2 / 3; }
  .trd { grid-area: 2 / 1 / 3 / 2; }
  .frt { grid-area: 2 / 2 / 3 / 3; }
  

.snd{
  display: flex;
  justify-content: flex-end;
}

img.gtfCrd1 {
  left: 7%;
    position: relative;
    z-index: 1;
    top: -15%;
}
.psPlus .pplus{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width:1366px){
  .fst, .trd{
    transform: translateX(160px);
}
.snd{
  transform: translateY(80px);
}
.pplus .fst h2{
  font-size: 4rem !important;
}

.snd img{ 
  width: auto;
  height: 70%;
}
}
@media screen and (max-width:1191px){
  .pplus .fst h2 {
    font-size: 3rem !important;
}
.pplus .frt h2 {
  font-size: 1.5rem;
}
}
@media screen and (max-width:960px){
  .psPlus{
    height: auto;
  }
  .pplus {
    grid-template-columns: auto;
    grid-template-rows: repeat(4, auto);
    padding: 0 30px;
    }
    .psPlus .pplus {
      top: 0%;
      transform: translateY(0%);
      padding: 100px;
  }
    .fst { grid-area: 1 / 1 / 2 / 2; transform:translateX(0)}
    .snd { display: none;}
    .trd { grid-area: 3 / 1 / 4 / 2; transform:translateX(0);}
    .frt { grid-area: 2 / 1 / 5 / 2; transform:translateX(0)}
    .pplus .fst::before {
      content: '';
      position: absolute;
      background: url(../img/gift-card-mobile.webp);
      height: 200px;
      width: 200px;
      background-size: contain;
      right: 0;
      background-repeat: no-repeat;
      top: -100%;
  }
}
@media screen and (max-width:940px){
  .pplus .fst::before {
    top: 0%;
}
}

@media screen and (max-width:840px){
  .pplus .fst::before {
    top: -100%;
}
}
@media screen and (max-width:769px){
  .fst{
    transform: translateX(10%) translateY(15%)!important;
  }
  .frt{
    transform: translateX(10%) translateY(50%)!important;
  }
  .snd{
    display: none;
  }
  .pplus .fst::before {
    content: '';
    position: absolute;
    background: url(../img/gift-card-mobile.webp);
    height: 200px;
    width: 200px;
    background-size: contain;
    right: 5%;
    background-repeat: no-repeat;
    top: -100%;
}
}
@media screen and (max-width:640px){
  .pplus .fst h2 {
    font-size: 2.8rem !important;
}
.pplus .fst::before {
  top: -80%;
}
}
@media screen and (max-width:606px){
  .pplus .fst h2 {
    font-size: 2.4rem !important;
}
.pplus .frt h2 {
  font-size: 1.2rem;
}
}

@media screen and (max-width:550px){
  .pplus{
    padding: 160px  40px 80px !important;
  }
  .pplus .fst h2 {
    font-size: 2.1rem !important;
}
.fst p {
  width: 90%;
  font-size: 1.5rem;
}

.pplus .frt h2 {
  font-size: 1rem;
}
.pplus .fst::before {
  top: -160%;
}
}

@media screen and (max-width:508px){
  .pplus .fst h2 {
    font-size: 1.8rem !important;
}
.pplus .frt h2 {
  font-size: .9rem;
}
}


@media screen and (max-width:465px){
  .fst{
    transform: translateX(5%) translateY(20%)!important;
  }
  .frt{
    transform: translateX(10%) translateY(60%)!important;
  }

}
@media screen and (max-width:440px){
 
  .frt{
    transform: translateX(5%) translateY(60%)!important;
  }

}


section.uk-section.downloadGames {
  background: linear-gradient(90deg, #1888ca 0%, #003791 70%);
  padding: 0;
}
.downloadGames .download{
  align-items: center;
  max-width: 1366px;
}
.bgGames img {
  width: auto;
  height: 100%;
}
.bgGames {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: 1fr;
}
  
.gt7 { grid-area: 1 / 1 / 2 / 2; }
.hrzn { grid-area: 1 / 2 / 2 / 3; }

.txtDownload *{
    color: white;
    text-align: left;
}
.txtDownload p{
  font-size: .9rem;
}
.txtDownload h2{
  font-size: 1.5rem;
  font-weight: 900;
}

@media screen and (max-width:1140px){
  .bgGames{
    width: 70%;
  }
  .txtDownload {
    padding: 50px 0;
    width: 85%;
}
}
@media screen and (max-width:960px){
  .downloadGames .download {
    flex-direction: column;
}
  .bgGames {
    display: none;
}

}

section.uk-section.voucher {
  background: #00439d;
}
.voucher img{
  pointer-events: none;
  user-select: none;
}
.voucher *{
  color: white;
}
.sectitle {
  display: inline;
  background: white;
  color: #00439d;
  font-size: 1rem;
  padding: 11px 50px;
  border-radius: 7px;
  z-index: 1;
  position: relative;
  font-weight: 900;
}
.voucher h2{
  font-family: 'PS Plus';
}
.voucher p{
  font-family: 'PS Plus Regular';
}
.voucher hr {
  top: -33px;
  z-index: 0;
  border-color: white;
  border-width: 2px;
  position: relative;
}
.razao.uk-flex {
  margin-bottom: 30px;
  border-bottom: 2px solid white;
  padding-bottom: 40px;
}
.razao h2{
  text-transform: uppercase;
  font-size: 1.4rem;
  margin-top: 20px;
}
.resgate .uk-flex {
  flex-direction: row;
  align-items: center;
}
.resgate p {
  line-height: 1;
  font-size: .8rem;
  width: 60%;
  padding-left: 10px;
  text-align: left;
}
.resgate img {
  width: auto;
  height: 50px;
}
.voucher .arrow p:after {
  content: '>';
  color: white;
  position: absolute;
  font-size: 2rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  font-family: monospace;
}
.voucher button {
  margin-top: 40px;
    padding: 25px 60px;
    border: 0;
    background: #071c89;
    color: white;
}

@media screen and (max-width:1080px){
  .resgate.uk-flex {
    flex-wrap: wrap;
}
  .resgate .uk-width-1-4\@m.uk-flex {
    flex: 50%;
}
.resgate{
  row-gap: 20px;
}
.arrow:nth-child(2) p:after{
  content: '';
}
}
@media screen and (max-width:769px){
  .razao{
    flex-direction: column;
    row-gap: 50px;
  }
  .resgate .uk-width-1-4\@m.uk-flex {
    flex: 80%;
    justify-content: center;
}
s
.arrow p:after{
  content: '' !important;
}
}
@media screen and (max-width:569px){
  .sectitle {
    display: block;
    background: white;
  }
  .voucher hr{
    display: none;
  }
  .voucher button{
    width: 100%;
  }
  .razao.uk-flex{
    border: none;
  }
}
.cadastro{
  background: url(../img/bg-topo.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.cadastro .inscricao-input {
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
  margin-top: 10px;
  text-align: center;
  max-width: 650px;
  padding: 20px;
  height: unset;
  background: #e8ecf8;
  border: 0;
  color: #041051;
  -webkit-box-shadow: 0 3px 20px rgba(33, 28, 88, 0.233);
          box-shadow: 0 3px 20px rgba(33, 28, 88, 0.233);
}

.cadastro .inscricao-input:focus {
  background: #fff;
  max-width: 660px;
}

.cadastro ::-webkit-input-placeholder {
  color: rgba(52, 57, 75, 0.741);
  text-align: center;
}

.cadastro :-ms-input-placeholder {
  color: rgba(52, 57, 75, 0.741);
  text-align: center;
}

.cadastro ::-ms-input-placeholder {
  color: rgba(52, 57, 75, 0.741);
  text-align: center;
}

.cadastro ::placeholder {
  color: rgba(52, 57, 75, 0.741);
  text-align: center;
}

.cadastro .inscricao-submit {
  position: relative;
  background: #071b89;
  border: 0;
  padding: 20px 30px;
  color: #fff;
  font-family: square, sans-serif;
  font-style: normal;
  overflow: hidden;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
  letter-spacing: .2em;
  margin-bottom: 10px;
}

.cadastro .inscricao-submit:after {
  content: "";
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
  background: url(../img/luz-btn-h89-w247.webp) no-repeat 50% 50%;
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 89px;
}

.cadastro .inscricao-submit:hover {
  padding: 20px 35px;
}

.cadastro .inscricao-submit:hover:after {
  content: "";
  background: url(../img/luz-btn-h89-w247.webp) no-repeat 50% 50%;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 89px;
}
@media screen and (max-width:569px){
  .cadastro .inscricao-submit{
    width: 100%;
  }
}


.sec4 {
  background: url(../img/bg-meio.webp) no-repeat 50% 50%;
  background-size: cover;
}

.sec4 li {
  backdrop-filter: blur(10px);
}
.sec4 li div p{
  padding: 0 20px;
}
.sec4 .titulo4 {
  color: #041051;
  line-height: 1em;
}

.sec4 .fq {
  position: relative;
  overflow: unset;
  padding-bottom: 54px;
}

.sec4 .fq:before {
  content: "";
  z-index: 1;
  background: url(../img/sombra.webp) no-repeat bottom center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 103px;
}

.sec4 .tabela1 {
  margin-bottom: 10px;
}

.sec4 .tabela1 p {
  color: #000;
}

.sec4 .tabela1 .tab {
  border: 2px solid #071e5d;
}

.sec4 .tabela1 .dest {
  background-color: #071e5d;
  vertical-align: middle;
  text-align: center;
}

.sec4 .tabela1 .dest h3 {
  color: #fff;
}

.sec4 .tabela1 .uk-table-divider > :first-child > tr:not(:first-child), .sec4 .tabela1 .uk-table-divider > :not(:first-child) > tr, .sec4 .tabela1 .uk-table-divider > tr:not(:first-child) {
  border-top: 2px solid #071e5d;
}

.sec4 .tabela2 {
  margin-bottom: 10px;
}

.sec4 .tabela2 p {
  color: #000;
}

.sec4 .tabela2 .tab {
  border: 2px solid #1f69af;
}

.sec4 .tabela2 .dest {
  background-color: #1f69af;
  vertical-align: middle;
  text-align: center;
}

.sec4 .tabela2 .dest h3 {
  color: #fff;
}

.sec4 .tabela2 .uk-table-divider > :first-child > tr:not(:first-child), .sec4 .tabela2 .uk-table-divider > :not(:first-child) > tr, .sec4 .tabela2 .uk-table-divider > tr:not(:first-child) {
  border-top: 2px solid #1f69af;
}

.sec4 .uk-accordion-title {
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  background: -ms-linear-gradient(90deg, #88a0c2 40%, rgba(53, 120, 229, 0) 100%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(53, 120, 229, 0)', endColorstr='#F4F60C', GradientType='1');
  /* for IE */
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #88a0c2), to(rgba(53, 120, 229, 0)));
  background: linear-gradient(90deg, #88a0c2 40%, rgba(53, 120, 229, 0) 100%);
  /* W3C */
  padding: 10px;
}

.sec4 .uk-accordion-title h2 {
  margin: 0;
  font-size: 1.4rem;
  color: #041051;
}

.sec4 .uk-accordion-content {
  padding: 0 10px 30px 0;
}

footer {
  background: #00082f;
  padding: 30px 0 30px 0;
  color: #fff;
  position: relative;
}

footer:before {
  content: "";
  z-index: 1;
  background: url(../img/luz1-h139.webp) no-repeat bottom center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 103px;
}

footer .logoBase {
  max-width: 200px;
}

footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

footer .social {
  font-family: 'Social-Circles', sans-serif;
  color: #fff;
  margin: 0;
}

footer .social a {
  color: #1f69af;
  text-decoration: none;
  font-size: 3rem;
  padding: 5px;
  font-style: normal;
  font-weight: normal;
}

footer .social a:hover {
  color: #fff;
}

footer .copy {
  padding: 10px 0;
  font-size: .81rem;
  color: #ccc;
}

footer .copy p {
  margin: 0;
  padding: 0;
  color: #1f69af;
  font-size: .7rem;
}

.disclaimer {
  margin: 0;
  font-size: 9px;
  color: #041051;
  text-align: left;
}

@media (max-width: 520px) {
  .blog h2 {
    margin-top: 30px;
    font-size: 2rem;
    color: #fff !important;
  }
  .titulo4 {
    font-size: 2.3rem;
    color: #fff;
    line-height: 1em;
  }
  .promo .titulochamada {
    font-size: 2rem;
  }
  .promo .titulopromo {
    font-size: 2rem;
    margin-top: 20px;
  }
  .promo p.sub {
    font-size: 1.2rem;
  }
  .promo .formPromo label {
    font-size: 1.4rem;
    display: block;
  }
}


#social ul{
  width:250px;
  margin:0 auto;
  padding: 0;
}
#social li{
  float:left;
  width:20%;
  text-align:center;
  list-style: none;
}
#social li span{
  padding:8px;
  background-color:#fff;
  border-radius:50%;
  color:#334474;
  transition:all .3s
}
#social li span:hover{
  background-color:#334474;
  color:#fff
}

#social-top ul{
  width:250px;
  margin:0 auto;
  padding: 0;
}
#social-top li{
  float:left;
  width:20%;
  text-align:center;
  list-style: none;
}
#social-top li span{
  padding:4px;
  background-color:#fff;
  border-radius:50%;
  color:#334474;
  transition:all .3s
}
#social-top li span:hover{
  background-color:#334474;
  color:#fff
}

@media(max-width:640px){
  #social-top ul{
    margin:0 auto 20px;
  }
}

/*# sourceMappingURL=styles.css.map */

h1{
  color: #f7cb18;
}
button:hover{
  background: white !important;
  color:#334474  !important;
  transition: .2s;
}
button{
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}