@import url("https://use.typekit.net/alh1gnw.css");

/* 

Fonte Itálico
font-style: italic;

Basic Sans Light
font-family: basic-sans, sans-serif;
font-weight: 300;
font-style: normal;

Basic Sans Regular
font-family: basic-sans, sans-serif;
font-weight: 400;
font-style: normal;

Basic Sans Semi Bold
font-family: basic-sans, sans-serif;
font-weight: 600;
font-style: normal;

Cores:
Amarelo: #f5e820;
Cinza: #cecece;
Preto BG: #1c1d1d;


*/

* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}


.comprar {
  display: block;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 220px;
  animation: shake 10s infinite;
}


@media (max-width: 576px) {
  .comprar {
    right: 25%;
    left: 25%;
  }
}


.topo {
  width: 100%;
  height: auto;
  background-image: url(../_img/foto-topo.png);
  background-color: #1c1d1d;
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  margin-top: 80px;
  padding-top: 900px;
}

.topo video {
  width: 100%;
  height: 720px;
  margin: 100px 0px;
}

.case {
  width: 100%;
  height: auto;
  background-color: #1c1d1d;
  padding: 100px 50px;
}

.case img {
  width: 700px;
  padding: 20px;
}

.cabo {
  width: 100%;
  height: auto;
  background-color: #1c1d1d;
  padding: 100px 50px;
  background-image: url(../_img/tamanho.png);
  background-repeat: no-repeat;
  background-size: 400px;
  background-position: 25% center;
}



.manopla {
  width: 100%;
  height: auto;
  background-color: #1c1d1d;
  padding: 100px 50px;
}

.manopla img {
  width: 400px;
  padding: 20px;
}


.rolamento {
  width: 100%;
  height: auto;
  background-color: #1c1d1d;
  padding: 100px 50px;
  background-image: url(../_img/rolamento.gif);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 15% center;
}

.comunidade {
  width: 100%;
  height: auto;
  padding: 100px 50px;
  background-image: url(../_img/bg-comunidade.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
}

.curso, .coaches, .final {
  width: 100%;
  height: auto;
  background-color: #1c1d1d;
  padding: 100px 50px;
}

.curso img {
  width: 700px;
  margin-top: -150px;
}

.coaches img {
  width: 600px;
}

.coaches p {
  padding: 50px;
}

.final p {
  padding: 0px 120px;
}


.texto-principal h1 {
  font-family: basic-sans, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 5rem;
  color: #cecece;
  text-align: left;
}

.texto-principal h2 {
  font-family: basic-sans, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3rem;
  color: #f5e820;
  text-align: center;
}

.texto-principal p {
  font-family: basic-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.7rem;
  color: #cecece;
  text-align: left;
}

@keyframes shake {
  4.5%, 10.5% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  5% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  5.5% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  6% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  6.5% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  7% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  7.5% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  8% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  8.5% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  9% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  9.5% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  10% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

.texto-principal button {
  font-family: basic-sans, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
  color: #1c1d1d;
  text-align: center;
  background-color: #f5e820;
  border: solid 2px #f5e820;
  padding: 10px 20px;
  margin: 50px;
  animation: shake 10s infinite;
}

.texto-principal button:hover {
  color: #f5e820;
  background-color: #1c1d1d;
  border: solid 2px #f5e820;
}

@media (max-width: 1440px) {
  .topo {
    padding-top: 750px;
  }

  .case img {
    width: 500px;
    padding: 20px;
  }

  .cabo {
    background-size: 350px;
    background-position: 20% center;
  }

  .manopla img {
    width: 350px;
    padding: 20px;
  }

  .rolamento {
    background-size: 50%;
    background-position: -5% center;
  }

  .curso img {
    width: 600px;
    margin-top: -150px;
  }

  .coaches img {
    width: 500px;
  }
}

@media (max-width: 1200px) {
  .topo {
    padding-top: 600px;
    margin-top: 50px;
  }

  .case img {
    width: 450px;
    padding: 20px;
  }

  .manopla img {
    width: 350px;
    padding: 20px;
    margin-top: 50px;
  }

  .curso img {
    width: 500px;
    margin-top: 0px;
  }

  .texto-principal h1 {
    font-size: 4rem;
  }

  .texto-principal p {
    font-size: 1.5rem;
  }

}

@media (max-width: 1024px) {
  .texto-principal h1 {
    font-size: 3.5rem;
  }

  .comunidade {
    width: 100%;
    height: auto;
    padding: 100px 50px;
    background-color: #edc063;
    background-image: url(../_img/bg-comunidade2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
    padding-top: 650px;
  }

  .topo video {
    width: 100%;
    height: 600px;
    margin: 50px 0px;
  }


}

@media (max-width: 768px) {
  .topo {
    padding-top: 450px;
    margin-top: 50px;
  }

  .texto-principal h1 {
    font-size: 3rem;
  }

  .texto-principal p {
    font-size: 1.3rem;
  }

  .cabo {
    padding: 100px 50px;
    background-size: 400px;
    background-position: center bottom;
    padding-bottom: 500px;
  }

  .rolamento {
    padding: 100px 50px;
    background-image: url(../_img/rolamento.gif);
    background-repeat: no-repeat;
    background-size: 500px;
    background-position: center bottom;
    padding-bottom: 500px;
  }

  .case img {
    width: 80%;
    padding: 20px;
  }

  .manopla img {
    width: 50%;
    padding: 20px;
    margin-top: 50px;
  }

  .curso img {
    width: 80%;
    margin-top: 0px;
  }

  .coaches img {
    width: 50%;
  }

  .final p {
    padding: 0px 50px;
  }

  .texto-principal button {
    font-size: 1.8rem;
    padding: 8px 16px;
    margin: 50px 20px;
    animation: shake 10s infinite;
  }

}

@media (max-width: 540px) {
  .topo {
    padding-top: 300px;
    margin-top: 50px;
  }

  .topo video {
    width: 100%;
    height: 400px;
    margin: 20px 0px;
  }

  .case img {
    width: 100%;
    padding: 20px;
  }

  .cabo {
    padding: 100px 50px;
    background-size: 300px;
    background-position: center bottom;
    padding-bottom: 400px;
  }

  .manopla img {
    width: 90%;
    padding: 20px;
    margin-top: 50px;
  }

  .curso img {
    width: 100%;
    margin-top: 20px;
  }

  .comunidade {
    padding-top: 350px;
  }

  .coaches img {
    width: 100%;
  }

  .texto-principal h1 {
    font-size: 2.5rem;
  }

  .texto-principal h2 {
    font-size: 1.5rem;
  }

  .texto-principal p {
    font-size: 1rem;
  }

  .coaches p {
    padding: 20px;
  }

  .final p {
    padding: 0px 0px;
  }

  .texto-principal button {
    font-size: 1.6rem;
    padding: 8px 16px;
    margin: 50px 10px;
    animation: shake 10s infinite;
  }
}


