@font-face {
  font-family: 'intro_condlight_free';
  src: url('../fonts/intro-cond.light-free-webfont.woff2') format('woff2'), url('../fonts/intro-cond.light-free-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Intro Cond Black Free';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/Intro-Cond-Black-Free.woff') format('woff');
}
@font-face {
  font-family: 'pt_sansbold';
  src: url('../fonts/PTS75F-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  background: #eb5c0a;
  display: flex;
  flex-direction: column;
}

.items {
  font-family: 'Intro Cond Black Free', sans-serif;
  text-transform: uppercase;
  color: #fff;
  /* position: absolute; */
  /* bottom: 67px; */
  /* right: 87px; */
  font-size: 32px;
  flex: 1;
  align-self: flex-end;
  display: flex;
  justify-content: flex-end;
}

.items ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.items li {
  margin: 10px 0;
  background: url(../img/bullet.png) center left no-repeat;
  background-size: contain;
  padding-left: 40px;
  background-size: 30px 30px;
}

.pack {flex: 1;}

.pack img {
  display: block;
  width: auto;
  height: 75vh;
  margin: 0 auto;
}

.content {
  /* margin-top: 97px; */
  padding: 60px;
  display: flex;
  align-items: center;
  /* height: 100%; */
  /* box-sizing: border-box; */
  flex: 1;
}

.content-bg-shadow {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  filter: drop-shadow(0px 10px 5px rgba(0,0,0,0.2));
  z-index: -99;
}

.content-bg {
  width: 100%;
  height: 100%;
  background: url(../img/bg-right.jpg) no-repeat top right;
  background-size: cover;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 20% 100%);
}

.header-teste {
  height: 147px;
  width: 100%;
  background: #eb5c0a;
  display: none;
}
.header-teste-b {
  display: block;
}
* {
  margin: 0;
  padding: 0;
}
#header {
  width: 100%;
  height: 97px;
  background: #eb5c0a;
  /*background: rgba(235,92,10, 0.8);*/
  position: relative;
  z-index: 9999;
  transition: all 250ms ease-out;
  /* position: fixed; */
  /* top: 0; */
}
#header.stick {
  position: fixed;
  height: 60px;
  top: 0;
  background: rgba(235, 92, 10, 0.8);
}
#header.stick .logo {
  margin-top: 0;
}
#header.stick .logo img {
  box-sizing: border-box;
  width: 40%;
}
#header.stick .logo .logo-img {
  position: relative;
  top: -9px;
}
#header.stick #nav {
  margin-top: 22px;
}
#header.stick .redes-sociais {
  height: 60px;
}
#header.stick .container-redes {
  top: 15px;
}
.container {
  max-width: 1700px;
  width: 100%;
  box-sizing: border-box;
  padding-left: 2.97%;
  padding-right: 2.97%;
  position: relative;
}
/*#header .container{
 padding-right: 0;
}*/

.logo {
  margin-top: 16px;
  float: left;
  /*outline: 1px solid red;*/

  width: 500px;
}
.logo img {
  max-width: 100%;
}
.logo-img {
  padding-right: 10%;
}
/*#container-banner{
 position: relative;
 top: 147px;
}*/

.logo-text {
  width: 28%;
  position: relative;
  top: -8px;
}
@media screen and (max-width: 1220px) {
  .logo {
    width: 369px;
  }
  .logo-text {
    width: 130px;
    position: relative;
    top: -10px;
  }
  .logo-img {
    padding-right: 4%;
  }
  #header.stick .logo {
    margin-top: 10px;
  }
  #header.stick .logo .logo-img {
    width: 52%;
  }
}
#nav {
  float: right;
  margin-right: 8%;
  margin-top: 65px;
  /*outline: 1px solid purple;*/
}
#nav ul li {
  float: left;
}
#nav a {
  font-size: 18px;
  color: #000;
  text-decoration: none;
  margin: 0 10px;
  font-family: 'intro_condlight_free';
  transition: all ease-out 550ms;
}
#nav a:hover {
  color: #FFF;
}
#nav ul {
  list-style-type: none;
}
.redes-sociais {
  background: #222326;
  height: 97px;
  float: right;
  padding: 0 3%;
  position: absolute;
  right: 0;
}
.container-redes {
  position: relative;
  top: 37px;
}
.container-redes img {
  width: 28px;
}
.container-redes a + a {
  padding-left: 10px;
}
@media screen and (max-width: 1337px) {
  .container-redes {
    position: relative;
    top: 37px;
    /*  left: 18%;*/
  }
}
.banner-video {
  width: 100%;
  background: url(../img/bg-video.jpg) no-repeat 0 0;
}
@media screen and (max-width: 1300px) {
  #nav {
    float: right;
    margin-right: 4%;
    margin-top: 65px;
  }
}
@media screen and (max-width: 1076px) {
  #nav {
    float: left;
    margin-right: 6%;
    margin-top: 15px;
  }
}
@media screen and (max-width: 530px) {
  .container-redes a + a {
    padding-left: 0;
    padding-top: 10px;
  }
  .container-redes a {
    display: block;
  }
  .container-redes {
    top: 17px;
  }
  #header .container {
    padding-right: 0;
  }
  .logo {
    width: 335px;
  }
  .logo-text {
    width: 102px;
    position: relative;
    top: -14px;
  }
}


@media screen and (max-width: 1024px) {
  html, body {
    height: auto;
  }

  .content {
    flex-direction: column-reverse;
    height: auto;
  }

  .items {
    align-self: center;
    margin-bottom: 60px;
  }

  .content-bg-shadow {
    width: 100%;
  }

  .pack img {
    height: auto;
    width: 90%;
  }
}

@media screen and (max-width: 421px) {
  .logo {
    width: 307px;
  }
  .logo-img {
    padding-right: 4%;
    width: 196px;
  }
  .logo-text {
    width: 92px;
    position: relative;
    top: -14px;
  }
}
@media screen and (max-width: 377px) {
  .logo {
    width: 276px;
  }
  .logo-img {
    padding-right: 3%;
    width: 176px;
  }
  .logo-text {
    width: 76px;
    position: relative;
    top: -10px;
  }
}
/*  MENU */

.c-hamburger {
  display: none;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 86px;
  height: 54px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}
@media screen and (max-width: 1077px) {
  #header.stick .logo {
    width: 319px;
  }
  #header.stick .logo .logo-img {
    width: 56%;
    top: -5px;
  }
  #header.stick .logo .logo-text {
    width: 40%;
  }
  #header.stick #nav {
    float: right;
    margin-right: 2%;
  }
  /*#nav a{
 font-size: 15px;
 margin: 0 6px;
}*/
}
@media screen and (max-width: 1025px) {
  #header.stick #nav a {
    font-size: 15px;
    margin: 0 6px;
  }
  #header.stick #nav {
    float: right;
    margin-right: 2%;
  }
}
@media screen and (max-width: 873px) {
  .c-hamburger {
    width: 80px;
  }
  #header.stick #nav {
    top: -18px;
  }
  #header.stick .logo {
    margin-left: 75px;
  }
  #header.stick .logo .logo-text {
    width: 29%;
  }
  #nav ul {
    display: none;
  }
  #nav .open-close {
    display: block;
  }
  .logo {
    margin-top: 17px;
  }
  #nav {
    position: absolute;
    top: 77px;
    left: 0;
    background: #eb5c0a;
  }
  #nav ul li {
    float: none;
    padding: 10px 0;
  }
  .c-hamburger {
    display: block;
  }
}
@media screen and (max-width: 370px) {
  #header.stick .logo .logo-text {
    width: 25%;
  }
  #header.stick .logo .logo-img {
    width: 51%;
  }
}
.c-hamburger:focus {
  outline: none;
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 22px;
  left: 18px;
  right: 18px;
  height: 6px;
  background: #FFF;
}
.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #FFF;
  content: "";
}
.c-hamburger span::before {
  top: -15px;
}
.c-hamburger span::after {
  bottom: -15px;
}
.c-hamburger--htx {
  background-color: transparent;
}
.c-hamburger--htx span {
  transition: background 0s 0.3s;
}
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
.c-hamburger--htx span::before {
  transition-property: top, transform;
}
.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}
/* active state, i.e. menu open */

.c-hamburger--htx.is-active {
  background-color: transparent;
}
.c-hamburger--htx.is-active span {
  background: none;
}
.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}
.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}
}
.banner-item-00 {
  background-color: #eb5c0a;
  /*background: url(../video/dopamina.mp4) no-repeat top center;*/
}
.container-shadow-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999999;
  display: none;
}
.container-shadow-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.0);
  z-index: 9999999;
  display: none;
}
.content-shadow-video {
  margin-top: 10px;
  max-width: 1000px;
  width: 100%;
  height: 90%;
  margin: 0 auto;
  margin-top: 20px;
  overflow: auto;
  /*outline: 1px solid orange;*/

  color: #FFF;
  background: #000;
  box-sizing: border-box;
  padding: 0 10px;
}
.content-shadow-form {
  margin-top: 10px;
  max-width: 1000px;
  /* width: 100%; */
  min-height: 575px;
  margin: 0 auto;
  /* margin-top: 120px; */
  overflow: auto;
  /*outline: 1px solid orange;*/
  color: #FFF;
  background: #222326;
  box-sizing: border-box;
  padding: 0 80px;
  position: relative;
  overflow: hidden;
}
.content-shadow-form h2 {
  font-family: 'Intro Cond Black Free';
  text-align: center;
  padding-top: 80px;
  padding-bottom: 40px;
  font-size: 45px;
}
.content-shadow-form input,
.content-shadow-form select {
  padding: 10px;
  width: 100%;
  margin-bottom: 15px;
  box-sizing: border-box;
  border: 1px solid #eb5c0a;
  background: transparent;
  color: #FFF;
  height: 45px;
  outline: 2px;
}
.content-shadow-form input::placeholder {
  color: #FFF;
}
.content-shadow-form textarea::placeholder {
  color: #FFF;
}
.content-shadow-form textarea {
  border: 1px solid #eb5c0a;
  /* width: 48%; */
  /* height: 286px; */
  display: block;
  /* float: right; */
  background: transparent;
  box-sizing: border-box;
  padding: 10px;
  color: #FFF;
  box-sizing: border-box;
  outline: none;
  font-family: Arial, sans-serif;
  flex: 1;
}
.content-shadow-form select {
  height: 45px;
  border: 1px solid #eb5c0a;
}
.content-shadow-form select option {
  color: #333;
}
.box-form-one {
  width: 48%;
  float: left;
}
.content-shadow-form textarea::after,
.content-shadow-form .box-form-one::after {
  content: "";
  display: block;
  clear: both;
}
.submit {
  padding: 10px 25px;
  display: block;
  float: right;
  background: #FFF;
  color: #eb5c0a;
  border: none;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 250ms ease-out;
}
.submit:focus,
.submit:active {
  outline: none;
}
.submit:hover {
  color: #FFF;
  background: #eb5c0a;
}
.icon-form {
  position: absolute;
  left: 80px;
  top: 53px;
}
.container-shadow-form .container-close {
  position: relative;
  top: 100px;
}
@media screen and (max-width: 755px) {
  .container-shadow-form .container-close {
    top: 5px;
  }
  .icon-form {
    position: static;
    left: 0;
    top: 0;
    display: block;
    margin: 0 auto;
    padding-top: 30px;
  }
  .content-shadow-form h2 {
    padding-top: 30px;
    font-size: 41px;
  }
  .content-shadow-form {
    margin-top: 20px;
    height: 100%;
  }
}
@media screen and (max-width: 600px) {
  .content-shadow-form {
    padding-bottom: 20px !important;
  }
  .content-shadow-form h2 {
    padding-top: 40px;
    padding-bottom: 30px;
    font-size: 30px;
  }
  .content-shadow-form {
    padding: 0 30px;
  }
  .submit {
    float: left;
    margin-bottom: 60px;
    margin-top: 10px;
  }
  .box-form-one {
    width: 100%;
    float: none
  }
  .content-shadow-form textarea {
    width: 100%;
    height: 120px;
  }
  .content-shadow-form .submit {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  .content-shadow-form {
    padding: 0 10px;
  }
}
.container-close {
  position: relative;
  max-width: 1000px;
  width: 100%;
  height: 35px;
  margin: 0 auto;
}
.close-video {
  position: absolute;
  right: 10px;
  color: #FFF;
  cursor: pointer;
  top: -5px;
  transform: rotateZ(404deg);
  font-size: 54px;
}
.content-shadow-video iframe {
  width: 100%;
  height: 90%;
}
.box-play {
  position: relative;
  top: 65%;
  /* width: 320px; */
  margin: 0 auto;
  cursor: pointer;
  /*margin-top: -39px;*/
}
.btn-play-intro {
  border: 4px solid #FFF;
  padding: 15px 0;
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  transition: border-color 300ms ease-out;
  text-decoration: none;
  color: #FFF;
  text-align: center;
  font-family: Arial;
  cursor: pointer;
}
.btn-play-intro span {
  position: absolute;
  top: 130px;
  left: 14px
}
.btn-play-intro img {
  display: block;
  margin: 0 auto;
  position: relative;
  top: 14px;
  left: 5px;

}
.btn-play-intro:hover span {
  color: #000;
  font-weight: bold;
}
.btn-play-intro:hover {
  border-color: #000;
}
.video-bg {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
.footer-mobile {
  display: none;
}
@media screen and (max-width: 610px) {
  .box-play {
    top: 10%;
  }
  .logo {
    width: 100%;
    text-align: center;
  }
  #header {
    position: relative;
  }
  .logo-text {
    display: none;
  }
  .redes-sociais {
    display: none;
  }
  .icon-contato-mobile {} .container-redes a {
    float: left;
    padding: 0 20px;
  }
  .footer-mobile {
    height: 70px;
    width: 100%;
    background: #333;
    z-index: 999;
    display: block;
  }
  .footer-mobile .container-redes {
    top: 20px;
    width: 184px;
    margin: 0 auto;
  }
  .footer-mobile .container-redes a + a {
    padding-top: 0;
  }
  .video-bg {
    display: none;
  }
  .banner-item-00 {
    /* background: #eb5c0a url("../img/bg.jpg") no-repeat bottom right; */
  }
}
.show-video {
  display: flex;
  align-items: center;
  justify-content: center;
}
#container-banner {
  position: relative;
  /* flex: 1; */
  padding: 60px;
}
.banner-item-01 {
  background: url(../img/bg-01-gui-padua.jpg) no-repeat top center;
}
.banner-item-01 {
  background: url(../img/bg-01-gui-padua.jpg) no-repeat top center;
}
.banner-item-02 {
  background: url(../img/bg-02-carol.jpg) no-repeat top center;
}
@media screen and (max-width: 980px) {
  .banner-item-02 {
    background-position: right;
  }
}
.banner-item-03 {
  background: url(../img/bg-03-luci.jpg) no-repeat top center;
}
.banner-item-04 {
  background: url(../img/bg-04-jonas.jpg) no-repeat top center;
}
.banner-item-05 {
  background: url(../img/bg-05-rico.jpg) no-repeat top center;
}
.banner-item-06 {
  background: url(../img/bg-06.jpg) no-repeat top center;
}
@media screen and (max-width: 1280px) {
  .banner-item-06 {
    background-position: top right;
  }
}
.banner-item-07 {
  background: url(../img/bg-07-pedro.jpg) no-repeat top center;
}
.banner-item-08 {
  background: url(../img/bg-08-dern.jpg) no-repeat top center;
}
.banner-item-09 {
  background: url(../img/bg-09.jpg) no-repeat top center;
  padding-bottom: 163px;
  min-height: 810px !important;
}
.content-banner {
  /*outline: 1px solid red;*/

  position: absolute;
  top: 50%;
  margin-top: -200px;
}
.content-banner h2 {
  color: #FFF;
  font-family: 'Intro Cond Black Free';
  font-size: 60px;
  padding-top: 100px;
  padding-bottom: 30px;
  line-height: 150%;
  letter-spacing: 1px;
}
.content-banner h2 span {
  font-size: 80px;
  display: block;
}
.btn-saiba-mais {
  font-family: 'Intro Cond Black Free';
  background: #FFF;
  color: #eb5c0a;
  padding: 15px 40px;
  text-decoration: none;
}
.container-content {
  /* max-width: 1200px; */
  position: relative;
  /* box-sizing: border-box; */
  /* padding-left: 2.97%; */
  /* padding-right: 2.97%; */
  /* margin: 0 auto; */
}
.container-content::after {
  content: "";
  display: block;
  clear: both;
  float: none;
}
.container-box-atletas {
  position: absolute;
  box-sizing: border-box;
  bottom: 0;
  height: 163px;
  width: 100%;
  background: url(../img/mini-bg-orange.png) no-repeat top center;
}
.text-atletas {
  margin-top: 40px;
  font-family: Verdana;
  text-transform: uppercase;
  width: 311px;
  float: left;
}
.text-atletas b {
  color: #FFF;
}
.banner-item-10 {
  background: url(../img/bg-camisa-dopamina.jpg) no-repeat top center;
  padding-bottom: 220px;
}
.box-atletas {
  /*outline: 1px solid blue;*/

  float: right;
  position: relative;
  top: -40px;
}
.box-atletas::after {
  content: "";
  display: block;
  clear: both;
  float: none;
}
.box-atletas li {
  float: left;
  margin-left: 30px;
  list-style: none;
  text-align: center;
}
.box-atletas a {
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  font-family: Verdana;
  display: block;
  font-size: 13px;
  text-align: center;
  margin-top: 20px;
}
.box-atletas a:hover {
  color: #FFF;
}
.box-atletas img {
  transition: all 500ms ease-out
}
.box-atletas img:hover {
  transform: translateY(10px);
}
.container-box-news {
  padding-top: 50px;
}
.logo-news {
  padding-bottom: 20px;
}
.box-news {
  padding-bottom: 20px;
}
.box-news::after {
  content: "";
  clear: both;
  float: none;
  display: block;
}
.text-news {
  padding-top: 30px;
  color: #FFF;
  text-transform: uppercase;
  font-family: Verdana;
  font-size: 22px;
  width: 437px;
  float: left;
  /*  outline: 1px solid red;*/
}
.midia-news {
  float: right;
}
@media screen and (max-width: 1300px) {
  .midia-news img {
    width: 100%;
  }
  .midia-news {
    float: right;
    width: 40%;
  }
}
@media screen and (max-width: 800px) {
  .midia-news {
    width: 300px;
  }
  .text-news {
    width: 340px;
  }
}
@media screen and (max-width: 705px) {
  .midia-news {
    width: 300px;
  }
  .text-news {
    width: 280px;
    font-size: 18px;
  }
}
@media screen and (max-width: 705px) {
  .container-box-news {
    padding-top: 20px;
  }
  .logo-news {
    padding-bottom: 0px;
  }
  .box-news {
    padding-bottom: 0;
  }
  .midia-news {
    float: none;
    padding-top: 15px;
  }
  .text-news {
    width: 280px;
    font-size: 18px;
    float: none;
  }
}
/*
.box-atletas .last-li-atletas{
 margin-left: 0;
}*/

@media screen and (max-width: 1075px) {
  .box-atletas li {
    margin-left: 15px;
  }
  .box-atletas a {
    font-size: 11px;
  }
}
@media screen and (max-width: 974px) {
  .box-atletas li {
    margin-left: 5px;
  }
  .box-atletas img {
    width: 80%;
  }
}
@media screen and (max-width: 940px) {
  .text-atletas {
    margin-top: 25px;
    font-family: Verdana;
    text-transform: uppercase;
    width: 311px;
    float: none;
  }
  .box-atletas {
    /*    outline: 1px solid blue;*/

    float: none;
    position: relative;
    top: 0;
    margin-top: 11px;
  }
  .box-atletas a {
    margin-top: 10px;
  }
  .container-box-atletas {
    height: 270px;
    background-color: #e44406;
  }
}
@media screen and (max-width: 610px) {
  .banner-item-09 {
    padding-bottom: 347px;
  }
  .container-box-atletas {
    height: 480px;
    background-color: #e44406;
  }
  .box-atletas li {
    margin-left: 4%;
    width: 30%;
    padding-top: 10px;
  }
}
@media screen and (max-width: 440px) {
  .box-atletas li {
    width: 40%;
  }
}
.banner-hei {
  /*background-size: 100%;*/
  /*min-height: 800px;*/

  position: relative;
  background-size: cover;
}
#nav-content {
  position: fixed;
  bottom: 20%;
  right: 4%;
}
@media screen and (max-width: 1270px) {
  #nav-content {
    right: 2%;
  }
}
#nav-content li {
  list-style: none;
  padding: 5px 0;
}
#nav-content a {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #FFF;
  box-shadow: 2px 2px 9px #333;
}
#nav-content .active-nav-link {
  background: #eb5c0a;
}
#footer {
  height: 220px;
  background: #222326;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.nav-footer {
  /*outline: 1px solid purple;*/

  float: right;
  width: 420px;
  padding-top: 40px;
}
.nav-footer .last-a-footer {
  margin-left: 46px;
}
.nav-footer li {
  display: inline-block;
  margin: 0 15px;
  padding-bottom: 8px;
}
.nav-footer li a {
  color: #FFF;
  font-family: 'pt_sansbold';
  text-decoration: none;
}
.nav-footer li a:hover {
  color: #eb5c0a;
}
.text-footer {
  color: #FFF;
  border-top: 1px solid #FFF;
  padding-top: 20px;
  font-family: 'pt_sansbold';
  font-size: 14px;
  text-transform: uppercase;
}
.compre-agora {
  font-family: 'pt_sansbold';
  letter-spacing: 2px;
  color: #FFF;
  border: 3px solid #FFF;
  padding: 15px;
  font-size: 22px;
  position: absolute;
  left: 50%;
  margin-top: -30px;
  top: 50%;
  margin-left: -106px;
  text-decoration: none;
}
.compre-agora:hover {
  color: #eb5c0a;
  text-shadow: 1px 2px 3px #333;
}
.logo-footer {
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 550px) {
  .nav-footer {
    padding: 0;
    width: auto;
    float: none;
  }
  .logo-footer {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
  }
  .content-banner h2 {
    padding-top: 80px;
  }
}
@media screen and (max-width: 420px) {
  #footer {
    height: auto;
    padding-bottom: 20px;
  }
  .content-banner {
    padding-left: 5px;
  }
  .content-banner h2 span {
    font-size: 60px;
    display: block;
  }
}
@media screen and (max-width: 755px) {
  .banner-hei {
    min-height: 300px;
  }
}
@media screen and (max-width: 340px) {
  .midia-news {
    width: 100%;
  }
  .text-atletas {
    font-size: 15px;
    width: 100%;
  }
  .content-banner h2 {
    font-size: 40px;
  }
  .content-banner h2 span {
    font-size: 45px;
  }
}



.compre-agora{
    position: absolute;
    left: -340px;
    top: 18px;
    width: auto;
    color: #FFF;
    border: 1px solid #FFF;
    padding: 10px;
    font-size: 17px;
    text-align: center;
    transition: all ease-out 250ms;
}


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


  .compre-agora{
      position: absolute;
      left: -270px;
      top: 18px;
      width: 150px;
      color: #FFF;
      border: 1px solid #FFF;
      padding: 10px;
      font-size: 17px;
      text-align: center;
      transition: all ease-out 250ms;
  }

}

.compre-agora-mobile{/* position: absolute; *//* left: -7%; *//* top: 160%; */width: 150px;color: #FFF;border: 1px solid #FFF;padding: 10px;font-size: 17px;text-align: center;transition: all ease-out 250ms;text-decoration: none;font-family: 'pt_sansbold';display: none;margin-top: 50px;}


.compre-agora-mobile:hover{
  color: #eb5c0a;
}



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


  .compre-agora{
      position: absolute;
      left: -270px;
      top: 18px;
      width: 150px;
      color: #FFF;
      border: 1px solid #FFF;
      padding: 10px;
      font-size: 17px;
      text-align: center;
      transition: all ease-out 250ms;
      display: none;
  }

  .compre-agora-mobile{
    display: block;
  }

}


.compre-agora:hover{
  text-shadow: none;
  color: #CCC;
}

.icon-contato {
  float: right;
  position: absolute;
  right: 150px;
  top: -12px;
  width: 100%;
}
.container-redes .icon-contato img {
  width: auto;
}

.form-feedback {
  float: right;
  padding: 12px 30px;
  font-family: sans-serif;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.careers {
  display: none;
}

.careers-show {
  display: block !important;
}

.btn-submit-container {
  margin-top: 15px;
}

.fields-container {
  display: flex;
}

.box-form-one {
  flex: 1;
}

.box-form-one select {
  margin-bottom: 0;
}

#filecv {
  margin-bottom: 0;
  border-top: 0;
}

#campoTrabalho {
  border-top: 0;
}

.box-form-two {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-left: 15px;
}

@media screen and (max-width: 740px) {
  .icon-contato {
    float: right;
    position: absolute;
    right: 70px;
    top: -2px;
  }
  .container-redes .icon-contato img {
    width: 35px;
  }
}

@media screen and (max-width: 540px) {
  .icon-contato {
    float: right;
    position: absolute;
    right: 60px;
    top: -2px;
  }
}

@media screen and (max-width: 530px) {
  .footer-mobile .container-redes {
    width: 168px;
  }
}

@media screen and (max-width: 480px) {
  #header.stick .redes-sociais {
    background: transparent;
  }
}

@media screen and (max-width: 456px) {
  .icon-contato {
    float: right;
    position: absolute;
    right: 60px;
    top: 37px;
  }
}

@media screen and (max-width: 342px) {
  .logo {
    width: 236px;
  }
  .logo-img {
    width: 151px;
  }
  .logo-text {
    width: 72px;
  }
}

@media screen and (max-width: 336px) {
  #header.stick .logo .logo-img {
    width: 47%;
  }
}

@media screen and (max-width: 410px) {
  .box-play {
    top: 10%;
  }
