@font-face {
  font-family: 'Social-Circles';
  src: url("../font/Social-Circles.ttf.woff") format("woff"), url("../font/Social-Circles.ttf.svg#Social-Circles") format("svg"), url("../font/Social-Circles.ttf.eot"), url("../font/Social-Circles.ttf.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, html {
  background: #fff;
  height: 100%;
  font-family: 'Saira', sans-serif;
  font-style: normal;
  font-weight: 400;
}

p, h1, h2, h3, strong, ul li {
  margin: 0;
  padding: 0;
  line-height: 1.1em;
}

h1 {
  color: #f33332;
  font-family: 'Saira', sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2.3rem;
}

h2 {
  color: #f33332;
  font-family: 'Saira', sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2.3rem;
}

.navbarSite {
  height: 178px;
  position: relative;
  z-index: 9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=20, Direction=0, Color=#000000)";
  /*IE 8*/
  /*FF 3.5+*/
  -webkit-box-shadow: 0 11px 20px 14px rgba(0, 0, 0, 0.8);
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 0 11px 20px 14px rgba(0, 0, 0, 0.8);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=20, Direction=135, Color=#000000);
  /*IE 5.5-7*/
}

.navbarSite .logo-camp {
  margin-bottom: -140px;
  z-index: 99;
  position: relative;
}

.quartoPC {
  position: relative;
}

.quartoPC:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 417px;
  background: url(../img/chao.png);
  background-position: top center;
  bottom: 0;
}

.quartoPC .pc {
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
}

.quartoPC .pc li {
  position: absolute;
  -webkit-transition: all ease-in-out .1s;
  transition: all ease-in-out .1s;
}

.quartoPC .pc li.pcCima {
  top: 0;
  opacity: 1;
  z-index: 1;
}

.quartoPC .pc li.pcCima:hover {
  opacity: 0;
}

.quartoPC .pc li.pcBaixo {
  bottom: 0;
  z-index: 1;
}

.quartoPC .pc li.pcBaixo:hover {
  opacity: 0;
}

.quartoPC .pc .overlay1 {
  position: absolute;
  width: 200px;
  height: 100px;
  color: #fff;
  opacity: 0;
  -webkit-transition: all ease-in-out .1s;
  transition: all ease-in-out .1s;
}

.quartoPC .pc .overlay1 p {
  font-weight: 700;
  color: #ffc3be;
  font-size: 1.8rem;
  line-height: 1em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=0, Color=#FF0000)";
  /*IE 8*/
  text-shadow: 0 0 17px #FF0000, 0 0 10px #FF0000;
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color=#FF0000);
  /*IE 5.5-7*/
}

.quartoPC .pc .overlay2 {
  position: absolute;
  width: 200px;
  height: 100px;
  color: #fff;
  opacity: 0;
  -webkit-transition: all ease-in-out .1s;
  transition: all ease-in-out .1s;
}

.quartoPC .pc .overlay2 p {
  font-weight: 700;
  color: #ffc3be;
  font-size: 1.8rem;
  line-height: 1em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=0, Color=#FF0000)";
  /*IE 8*/
  text-shadow: 0 0 17px #FF0000, 0 0 10px #FF0000;
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color=#FF0000);
  /*IE 5.5-7*/
}

.quartoPC .pc .overlay2 .rot {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.quartoPC .pc .active {
  -webkit-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
  opacity: 1;
  margin-top: 10px;
  z-index: 2;
}

.quartoPC .pc .active2 {
  -webkit-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
  opacity: 1;
  margin-bottom: 10px;
  z-index: 2;
}

.quartoPC .logosMobile {
  padding: 10px;
}

.quartoGamer {
  padding-bottom: 80px;
}

.quartoGamer .title {
  background: #222222;
  border-top: 10px solid #4e4e4e;
  border-bottom: 10px solid #0f0f0f;
  margin-bottom: 120px;
}

.quartoGamer .title p {
  font-size: 1.3rem;
  color: #868788;
}

.quartoGamer .detalhesPC {
  border-top: 10px solid rgba(40, 44, 43, 0.815);
  background: rgba(0, 0, 0, 0.842);
  padding: 30px;
  border-radius: 20px;
  max-width: 500px;
  margin-left: auto;
  color: #868788;
  text-decoration: none;
}

.quartoGamer .detalhesPC h3 {
  font-family: 'Saira', sans-serif;
  font-style: normal;
  color: #f33332;
  font-size: 1.2rem;
  padding-top: 4px;
}

.quartoGamer .detalhesPC p {
  padding-bottom: 4px;
}

.comoParticipar {
  position: relative;
}

.comoParticipar:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 66px;
  top: 70px;
  background: url(../img/mask-before.png);
  background-position: top left;
}

.comoParticipar .title {
  position: relative;
  background: #000;
  padding: 30px 0;
  margin-bottom: 120px;
}

.comoParticipar .item {
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}

.comoParticipar .item .desc {
  background: url(../img/fundo-item-participar.png) no-repeat;
  background-position: bottom center;
  margin: -60px 20px 0 20px;
  padding: 60px 20px 0 20px;
  height: 330px;
}

.comoParticipar .item .desc p {
  font-size: 1.2rem;
  padding: 0 30px;
  color: #fff;
}

.comoParticipar .item .desc p span {
  color: #f33332;
  font-weight: 700;
  display: inline-block;
  font-size: 130%;
}

.cupomLista {
  border-top: 10px solid #574510;
  color: #fff;
}

.cupomLista h3 {
  color: #fff;
  font-family: 'Saira', sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
}

.cupomLista p {
  line-height: 1.3em;
}

.cupomLista p strong {
  font-weight: 700;
  font-style: normal;
}

.cupomLista .linksExternos a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding-left: 60px;
  margin-bottom: 30px;
}

.cupomLista .linksExternos a h2 {
  color: #f33332;
  line-height: 1em;
}

.cupomLista .linksExternos a:before {
  -webkit-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -31px;
  width: 62px;
  height: 62px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background: url(../img/seta-baixo.png) no-repeat;
}

.cupomLista .linksExternos a:hover h2 {
  color: #fff;
}

.cupomLista .listaPro {
  margin-top: 60px;
}

.cupomLista .listaPro .prod {
  border: 10px solid #4e4e4e;
  margin: 10px;
  background: #fff;
  text-align: center;
  padding: 20px;
}

.cupomLista .listaPro .prod h3 {
  color: #000;
  line-height: 1em;
  font-size: 1.2rem;
  margin-top: 10px;
}

.cupomLista .listaPro .prod .btn-lista {
  background: #f33332;
  color: #fff;
  border-radius: 40px;
  line-height: 1em;
  padding: 10px 20px;
}

.cupomLista .listaPro .prod .btn-lista:hover {
  background: #000;
}

.cupomLista .listaPro .aa.slick-arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
  z-index: 99;
  opacity: 1;
}

.cupomLista .listaPro .aa.slick-arrow:hover {
  opacity: 1;
}

.cupomLista .listaPro .bb.slick-arrow {
  position: absolute;
  left: 10px;
  top: 50%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
  color: #ff6060;
  z-index: 99;
  opacity: 1;
}

.cupomLista .listaPro .bb.slick-arrow:hover {
  opacity: 1;
}

footer {
  background: #2c2c2c;
  padding: 0 0 0 0;
  border-top: 10px #5a5a5a solid;
}

footer .selo {
  margin: 0 auto 30px;
  padding: 10px;
  color: #868788;
  background: #403f3f;
}

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

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

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

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

footer .copy {
  padding: 20px 0;
  margin-top: 30px;
}

footer .copy p {
  margin: 0;
  padding: 0;
  color: #868788;
}

@media (min-width: 200px) and (max-width: 430px) {
  .navbarSite {
    height: 100px;
  }
  .logo-camp {
    max-width: 250px;
  }
  h1 {
    color: #f33332;
    font-family: 'Saira', sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.3rem;
  }
  h2 {
    color: #f33332;
    font-family: 'Saira', sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.3rem;
  }
  .quartoPC .pc {
    max-width: 280px;
    height: 342px;
  }
  .quartoPC .pc .overlay1 {
    margin-left: -100px;
    margin-top: -50px;
    top: 30%;
    left: 50%;
  }
  .quartoPC .pc .overlay1 p {
    font-size: 1rem;
  }
  .quartoPC .pc .overlay2 {
    margin-left: -100px;
    margin-top: -50px;
    bottom: 20%;
    left: 50%;
  }
  .quartoPC .pc .overlay2 p {
    font-size: 1rem;
  }
}

@media (min-width: 431px) and (max-width: 580px) {
  .navbarSite {
    height: 128px;
  }
  .logo-camp {
    max-width: 350px;
  }
  h1 {
    color: #f33332;
    font-family: 'Saira', sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.3rem;
  }
  h2 {
    color: #f33332;
    font-family: 'Saira', sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.3rem;
  }
  .quartoPC .pc {
    max-width: 380px;
    height: 465px;
  }
  .quartoPC .pc .overlay1 {
    margin-left: -100px;
    margin-top: -50px;
    top: 30%;
    left: 50%;
  }
  .quartoPC .pc .overlay1 p {
    font-size: 1rem;
  }
  .quartoPC .pc .overlay2 {
    margin-left: -100px;
    margin-top: -50px;
    bottom: 20%;
    left: 50%;
  }
  .quartoPC .pc .overlay2 p {
    font-size: 1rem;
  }
}

@media (min-width: 581px) and (max-width: 720px) {
  .navbarSite {
    height: 128px;
  }
  .logo-camp {
    max-width: 380px;
  }
  h1 {
    color: #f33332;
    font-family: 'Saira', sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.3rem;
  }
  h2 {
    color: #f33332;
    font-family: 'Saira', sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.3rem;
  }
  .quartoPC .pc {
    max-width: 450px;
    height: 550px;
  }
  .quartoPC .pc .overlay1 {
    margin-left: -100px;
    margin-top: -50px;
    top: 30%;
    left: 50%;
  }
  .quartoPC .pc .overlay1 p {
    font-size: 1rem;
  }
  .quartoPC .pc .overlay2 {
    margin-left: -100px;
    margin-top: -50px;
    bottom: 20%;
    left: 50%;
  }
  .quartoPC .pc .overlay2 p {
    font-size: 1rem;
  }
}

@media (min-width: 721px) {
  .navbarSite {
    height: 128px;
  }
  .logo-camp {
    max-width: 450px;
  }
  h1 {
    color: #f33332;
    font-family: 'Saira', sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.6rem;
  }
  h2 {
    color: #f33332;
    font-family: 'Saira', sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.6rem;
  }
  .quartoPC .pc {
    max-width: 585px;
    height: 715px;
  }
  .quartoPC .pc .overlay1 {
    margin-left: -100px;
    margin-top: -50px;
    top: 30%;
    left: 50%;
  }
  .quartoPC .pc .overlay1 p {
    font-size: 1.4rem;
  }
  .quartoPC .pc .overlay2 {
    margin-left: -100px;
    margin-top: -50px;
    bottom: 20%;
    left: 50%;
  }
  .quartoPC .pc .overlay2 p {
    font-size: 1.4rem;
  }
}

@media (min-width: 1200px) {
  .navbarSite {
    height: 178px;
  }
  .logo-camp {
    max-width: 90%;
  }
  h1 {
    color: #f33332;
    font-family: 'Saira', sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2.5rem;
  }
  h2 {
    color: #f33332;
    font-family: 'Saira', sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2.5rem;
  }
  .quartoPC .pc {
    max-width: 885px;
    height: 1082px;
  }
  .quartoPC .pc .overlay1 {
    margin-left: -100px;
    margin-top: -50px;
    top: 30%;
    left: 50%;
  }
  .quartoPC .pc .overlay1 p {
    font-size: 1.8rem;
  }
  .quartoPC .pc .overlay2 {
    margin-left: -100px;
    margin-top: -50px;
    bottom: 20%;
    left: 50%;
  }
  .quartoPC .pc .overlay2 p {
    font-size: 1.8rem;
  }
}
/*# sourceMappingURL=styles.css.map */