@charset "UTF-8";
.lp-intel a {
  text-decoration: none;
}

.lp-intel {background-color: #fff;}

.lp-intel hr {
  margin: 0 auto;
  margin-top: 40px;
  padding: 0;
  width: 100%;
  max-width: 1170px;
  height: 1px;
  background-color: #333;
  box-shadow: none;
  border: 0;
}

.lp-intel h1, h2, h3, h4, h5, h6, p, a, ul, li {
  margin: 0;
  padding: 0;
  color: #333;
}
h1.color-white, h2.color-white, h3.color-white, h4.color-white, h5.color-white, h6.color-white, p.color-white, a.color-white, ul.color-white, li.color-white {
  color: #fff;
}

.lp-intel ul {
  margin: 0;
  padding: 0;
}
.lp-intel ul li {
  position: relative;
  margin: 0;
  margin-top: 15px;
  padding: 0;
  padding-left: 15px;
  display: block;
  font-size: 17px;
  line-height: 20px;
}
.lp-intel ul li:last-child {
  margin-bottom: 30px;
}
.lp-intel ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "‧";
}

.lp-intel p {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 30px;
}
.lp-intel p.small {
  font-size: 13px;
  line-height: 20px;
}

.lp-intel h1 {
  margin-bottom: 30px;
  font-size: 55px;
  line-height: 60px;
  text-transform: uppercase;
}

.lp-intel h2 {
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 45px;
}

.lp-intel h3 {
  margin-bottom: 30px;
  font-size: 25px;
  line-height: 30px;
}

.lp-intel h4 {
  margin-bottom: 30px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 900;
}

.lp-intel h5 {
  margin-bottom: 30px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}

.mt-50 {
  margin-top: 50px;
}

.box-content-flex {
  position: absolute;
  top: 0;
  left: 70px;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}

.lp-intel .btn {
  z-index: 1;
  position: relative;
  margin: 0;
  padding: 10px 35px 10px 20px;
  display: inline-block;
  border-radius: 0;
  font-size: 15px;
  line-height: 20px;
  font-weight: 900;
  text-transform: uppercase;
}
.btn.btn-primary {
  color: #054a15;
  background-color: #9bf00b;
  overflow: hidden;
}
.btn.btn-primary:after {
  position: absolute;
  top: 10px;
  right: 10px;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: transparent url("https://www.pontofrio-imagens.com.br/criacao/03-hotsite/2022/12-dez/microsoft/assets/img/icon-btn-primary.png") center center no-repeat;
}
.lp-intel .btn:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.lp-intel .btn:hover:before {
  left: 0;
}

#topo-xbox {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}
#topo-xbox #menu-responsive-open {
  margin: 0;
  padding: 0;
}
#topo-xbox #main-menu {
  z-index: 777;
  position: fixed;
  top: 0;
  right: -100%;
  margin: 0;
  padding: 50px 30px;
  display: block;
  width: 100%;
  max-width: 500px;
  height: 100vh;
  background-color: #9bef0a;
  box-sizing: border-box;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#topo-xbox #main-menu #menu-responsive-close {
  position: absolute;
  top: 20px;
  right: 20px;
}
#topo-xbox #main-menu ul {
  display: block;
  margin: 0;
  padding: 0;
  padding-top: 50px;
  text-align: left;
}
#topo-xbox #main-menu ul li {
  display: block;
  margin: 0;
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden;
}
#topo-xbox #main-menu ul li:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#topo-xbox #main-menu ul li:hover:before {
  left: 0;
}
#topo-xbox #main-menu ul li a {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 20px;
  color: #054a15;
  font-weight: 700;
  text-transform: uppercase;
}

#main-banner {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1400px;
}
#main-banner .box-content {
  max-width: 550px;
}
#main-banner.tv-samsung .box-content {
  max-width: 400px;
}
#main-banner.jogos .box-content {
  max-width: 450px;
}

.box-info-hor {
  position: relative;
}
.box-info-hor .box-info {
  position: absolute;
  top: 0;
  left: 70px;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.box-info-hor .box-info .box-content {
  width: 100%;
  max-width: 500px;
}
.box-info-hor .box-info h2, .box-info-hor .box-info p {
  margin-bottom: 0;
  color: #fff;
}
.box-info-hor .box-info h2 {
  margin-bottom: 10px;
}
.box-info-hor .btn {
  position: absolute;
  bottom: 20px;
  right: 40px;
}

.box-info-jogo {
  position: relative;
}
.box-info-jogo .box-info {
  position: absolute;
  top: 0;
  right: 70px;
  display: flex;
  flex-wrap: wrap;
  width: 35%;
  height: 100%;
}
.box-info-jogo .box-info .box-content {
  width: 100%;
  max-width: 500px;
}
.box-info-jogo .box-info h2, .box-info-jogo .box-info p {
  margin-bottom: 0;
}
.box-info-jogo .box-info h2 {
  margin-bottom: 10px;
}
.box-info-jogo .btn {
  margin-top: 20px;
}

#box-completao {
  margin: 0 auto;
  margin-top: 50px;
  padding: 0;
  width: 100%;
  max-width: 1920px;
  background-position: center center;
  background-size: cover;
}
#box-completao .banner-xbox-game-pass {
  position: absolute;
  top: 0;
  left: 15px;
  margin: 0;
  padding: 0;
}
#box-completao .box-content {
  position: absolute;
  top: 20px;
  left: 45px;
  width: 100%;
  max-width: 550px;
}
#box-completao .box-content h2 {
  position: relative;
  margin: 0;
  font-size: 40px;
  line-height: 40px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
#box-completao .box-content h2:after {
  position: absolute;
  bottom: -15px;
  left: 0;
  display: block;
  content: "";
  width: 44px;
  height: 7px;
  background: transparent url("https://www.pontofrio-imagens.com.br/criacao/03-hotsite/2022/12-dez/microsoft/assets/img/icon-title-master.png") center center no-repeat;
}
#box-completao .box-content p {
  margin: 15px 0;
  color: #fff;
}
#box-completao .box-content p.small {
  margin-top: 10px !important;
  font-size: 14px;
  line-height: 15px;
}
#box-completao .box-content p.hashtag {
  font-size: 25px;
  font-weight: 900;
}
#box-completao .box-content p.hashtag span {
  color: #9bf00b;
}
#box-completao .box-content p:last-child {
  margin: 0;
}
#box-completao .box-cta {
  position: absolute;
  right: 55px;
  bottom: 35px;
  text-align: right;
}
#box-completao .box-cta p {
  margin: 0;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
}
#box-completao h3 {
  font-size: 45px;
  line-height: 50px;
  font-weight: 400;
}
#box-completao.footer-consoles .box-content {
  bottom: 40px;
  max-width: 470px;
}
#box-completao.footer-consoles .box-content h2 {
  font-size: 45px;
  line-height: 45px;
}
#box-completao.footer-consoles .box-content p {
  margin: 30px 0;
}
#box-completao.footer-tv-samsung .box-content {
  top: 20px;
  max-width: 500px;
}
#box-completao.footer-tv-samsung .box-content h2 {
  color: #333;
  font-size: 50px;
  line-height: 50px;
}
#box-completao.footer-tv-samsung .box-content p {
  color: #333;
  margin: 30px 0;
}
#box-completao.footer-tv-samsung .box-cta p {
  color: #333;
}
#box-completao.footer-servicos-e-assinaturas-xbox .box-content {
  top: 20px;
  max-width: 800px;
}
#box-completao.footer-servicos-e-assinaturas-xbox .box-content h2 {
  color: #107c10;
  font-size: 40px;
  line-height: 40px;
}
#box-completao.footer-servicos-e-assinaturas-xbox .box-content p {
  color: #333;
  margin: 30px 0 10px 0;
}
#box-completao.footer-servicos-e-assinaturas-xbox .box-cta p {
  color: #333;
}

.box-content h2 {
  margin-top: 30px;
}

.box-carousel, .box-carousel-conteudo-digital {
  position: relative;
  margin: 0;
  padding: 0 25px;
  width: 100%;
  box-sizing: border-box;
}
.box-carousel .slick-arrow, .box-carousel-conteudo-digital .slick-arrow {
  z-index: 10;
  position: absolute;
  top: calc(50% - 16px);
  display: block;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 32px;
  background: none;
  border: 0;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -99999999px;
  cursor: pointer;
}
.box-carousel .slick-arrow.slick-prev, .box-carousel-conteudo-digital .slick-arrow.slick-prev {
  left: -20px;
  background-image: url("https://www.pontofrio-imagens.com.br/criacao/03-hotsite/2022/12-dez/microsoft/assets/svg/icon-carousel-nav-prev.svg");
}
.box-carousel .slick-arrow.slick-next, .box-carousel-conteudo-digital .slick-arrow.slick-next {
  right: -20px;
  background-image: url("https://www.pontofrio-imagens.com.br/criacao/03-hotsite/2022/12-dez/microsoft/assets/svg/icon-carousel-nav-next.svg");
}
.box-carousel ul.carousel-nav, .box-carousel-conteudo-digital ul.carousel-nav {
  margin: 0;
  padding: 0;
  display: block;
}
.box-carousel ul.carousel-nav li.carousel-item, .box-carousel-conteudo-digital ul.carousel-nav li.carousel-item {
  margin: 0 10px;
  padding: 0;
  display: block;
}
.box-carousel ul.carousel-nav li.carousel-item:before, .box-carousel-conteudo-digital ul.carousel-nav li.carousel-item:before {
  display: none;
}

.box-more-info {
  margin: 0;
  padding: 50px 0;
}
.box-more-info h5 {
  margin-top: 20px;
}

.box-conteudo-digitais {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: solid 1px #909090;
}
.box-conteudo-digitais .box-subtitle-section {
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
  display: flex;
}
.box-conteudo-digitais .box-subtitle-section .icon {
  margin: 0;
  margin-right: 15px;
  padding: 0;
}
.box-conteudo-digitais .box-subtitle-section h3 {
  margin: 0;
  padding: 0;
}
.box-conteudo-digitais .box-subtitle-section .btn {
  position: absolute;
  right: 20px;
}

@media screen and (max-width: 39.9375em) {
  .show-mobile {
    display: block;
  }

  .hidden-mobile {
    display: none;
  }

  h1 {
    font-size: 35px;
    line-height: 40px;
  }

  h2 {
    font-size: 30px;
    line-height: 35px;
  }

  #box-completao {
    max-width: 100%;
  }
  #box-completao .box-content {
    position: absolute;
    top: 320px;
    left: 0;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  #box-completao .box-content h2 {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 200px;
    position: relative;
    font-size: 30px;
    line-height: 30px;
    font-weight: 900;
    color: #fff;
    text-align: center;
  }
  #box-completao .box-content h2:after {
    left: 50%;
    margin-left: -22px;
  }
  #box-completao .box-content p {
    display: block;
    margin: 25px auto 10px auto;
    width: 100%;
    max-width: 300px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
  #box-completao .box-content p.hashtag {
    width: 100%;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
  }
  #box-completao .box-content p.hashtag span {
    color: #9bf00b;
  }
  #box-completao .box-content p:last-child {
    margin: 0 auto;
  }
  #box-completao .box-cta {
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 100%;
    text-align: center;
  }
  #box-completao .box-cta p {
    margin: 0;
    color: #fff;
    font-size: 15px;
  }
  #box-completao h3 {
    font-size: 45px;
    line-height: 50px;
    font-weight: 400;
  }
  #box-completao.footer-consoles .box-content {
    top: 240px;
    max-width: 100%;
    text-align: center;
  }
  #box-completao.footer-consoles .box-content h2 {
    max-width: 320px;
    font-size: 35px;
    line-height: 35px;
  }
  #box-completao.footer-consoles .box-content p {
    margin: 20px auto;
  }
  #box-completao.footer-tv-samsung .box-content {
    top: 280px;
    max-width: 100%;
    text-align: center;
  }
  #box-completao.footer-tv-samsung .box-content h2 {
    color: #333;
    font-size: 30px;
    line-height: 30px;
  }
  #box-completao.footer-tv-samsung .box-content p {
    color: #333;
    margin: 30px auto;
  }
  #box-completao.footer-tv-samsung .box-cta {
    bottom: 30px;
    margin: 0 auto;
  }
  #box-completao.footer-tv-samsung .box-cta p {
    margin: 0 auto;
    max-width: 350px;
    color: #333;
  }
  #box-completao.footer-acessorios .box-content {
    top: 350px;
    max-width: 100%;
    text-align: center;
  }
  #box-completao.footer-servicos-e-assinaturas-xbox .box-content {
    top: 160px;
    max-width: 800px;
    text-align: center;
  }
  #box-completao.footer-servicos-e-assinaturas-xbox .box-content h2 {
    margin: 0 auto;
    max-width: calc(100% - 30px);
    color: #107c10;
    font-size: 30px;
    line-height: 30px;
  }
  #box-completao.footer-servicos-e-assinaturas-xbox .box-content p {
    color: #333;
    margin: 30px auto 10px auto;
  }

  #main-banner {
    position: relative;
  }
  #main-banner .box-content-flex {
    margin: 0 auto;
    left: 0;
    width: 100%;
  }
  #main-banner .box-content-flex.content-top {
    align-items: flex-start;
  }
  #main-banner .box-content-flex.content-bottom {
    align-items: flex-end;
  }
  #main-banner .box-content-flex .box-content {
    padding: 40px 0;
    margin: 0 auto;
    width: 85%;
    text-align: center;
  }
  #main-banner.jogos .box-content {
    padding-bottom: 0;
    margin-top: 50px;
  }

  .box-info-hor,
.box-info-jogo {
    position: relative;
  }
  .box-info-hor .box-info,
.box-info-jogo .box-info {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: auto;
  }
  .box-info-hor .box-info h2, .box-info-hor .box-info p,
.box-info-jogo .box-info h2,
.box-info-jogo .box-info p {
    margin-bottom: 0;
    color: #333;
  }
  .box-info-hor .box-info h2,
.box-info-jogo .box-info h2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .box-info-hor .btn,
.box-info-jogo .btn {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 10px;
  }

  .box-conteudo-digitais .box-subtitle-section .btn {
    display: none;
  }
}
@media screen and (min-width: 40em) {
  .show-mobile {
    display: none;
  }

  .hidden-mobile {
    display: block;
  }
}