/* button */

.btn {
  background-color: transparent;
  border: none;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
  display: inline-block;
  margin: 4px 2px;
  outline: none;
  padding: 4px 8px 4px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all ease-out 0.6s;
  -o-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
  vertical-align: middle;
  zoom: 1;
}
.btn:hover,
.btn:focus {
  outline: none;
}
.btn[disabled] {
  cursor: not-allowed;
}
.btn-default {
  background-color: #424242;
  color: #fff;
}
.btn-default:hover {
  background-color: #282828;
}

/* hero style */
.hero {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-bottom: -40px;
}
.hero-slide {
  min-height: auto;
}
.hero-slide.dark {
  background-color: #000;
}
.hero-slide > img {
  max-width: 1920px;
  display: block;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.hero img.hd {
  display: inline;
}
.hero img.desk,
.hero img.tablet,
.hero img.mobile {
  display: none;
}
@media only screen and (max-width: 1280px) {
  .hero img.hd,
  .hero img.tablet,
  .hero img.mobile {
    display: none;
  }
  .hero img.desk {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .hero img.hd,
  .hero img.desk,
  .hero img.mobile {
    display: none;
  }
  .hero img.tablet {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .hero img.hd,
  .hero img.desk,
  .hero img.tablet {
    display: none;
  }
  .hero img.mobile {
    display: block;
  }
}
.hero-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 1320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 50;
}
.hero-box {
  position: absolute;
  top: 50%;
  left: 60px;
  z-index: 1;
  max-width: 362px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 640px) {
  .hero-box {
    top: auto;
    bottom: 10px;
    left: 10px;
    right: 10px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    text-align: center;
  }
}
@media only screen and (max-width: 1024px) {
  .hero-box .box-image img {
    max-width: 320px;
  }
}
@media only screen and (max-width: 640px) {
  .hero-box .box-image img {
    margin-left: auto;
    margin-right: auto;
  }
}
.hero-title {
  font-family: 'adineuePROTT-Black';
  font-size: 56px;
  line-height: 1;
  margin-bottom: 12px;
  text-transform: uppercase;
  color: #000;
  text-transform: uppercase;
}
.hero-sub-title {
  margin-bottom: 10px;
  font-weight: bold;
}
@media only screen and (max-width: 1280px) {
  .hero-title {
    font-size: 42px;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 1024px) {
  .hero-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .hero-title {
    font-size: 24px;
    margin-bottom: 4px;
  }
}
@media only screen and (max-width: 640px) {
  .hero-title {
    font-size: 21px;
    text-align: center;
  }
}
.hero-text {
  position: relative;
  font-family: 'adineuePRO-Regular';
  color: #000;
  font-size: 21px;
  line-height: 1.1;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1280px) {
  .hero-text {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .hero-text {
    font-size: 16px;
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 640px) {
  .hero-text {
    text-align: center;
    padding: 0 10px;
  }
}
.hero .btn {
  font-size: 21px;
  line-height: 1;
  text-transform: uppercase;
  padding: 12px 20px 12px;
  text-align: left;
  font-family: 'adineuePROTT-Black';
  opacity: 0.9;
}
.hero .btn:hover {
  opacity: 1;
  color: #fff;
}
.hero .btn:hover i.fa {
  left: 8px;
}
@media only screen and (max-width: 1280px) {
  .hero .btn {
    font-size: 18px;
    line-height: 21px;
  }
  .POD .hero-box {
    left: 10%;
  }
}
@media only screen and (max-width: 768px) {
  .hero .btn {
    font-size: 14px;
    padding: 6px 10px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }
}
.hero-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fff));
  background: -webkit-linear-gradient(bottom, #fff, #fff);
  background: -o-linear-gradient(bottom, #fff, #fff);
  background: linear-gradient(to top, #fff, #fff);
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(20%, #fff), color-stop(80%, rgba(255,255,255,0.2)), to(transparent));
  background: -webkit-linear-gradient(bottom, #fff, #fff 20%, rgba(255,255,255,0.2) 80%, transparent);
  background: -o-linear-gradient(bottom, #fff, #fff 20%, rgba(255,255,255,0.2) 80%, transparent);
  background: linear-gradient(to top, #fff, #fff 20%, rgba(255,255,255,0.2) 80%, transparent);
  height: 130px;
  pointer-events: none;
  z-index: 10;
}
.hero .btn i.fa {
  position: relative;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  font-size: 16px;
  border-radius: 100%;
  background-color: #fff;
  text-align: center;
  margin-left: 12px;
  margin-top: 2px;
  float: right;
  left: 0;
  color: #000;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media only screen and (max-width: 960px) {
  .hero {
    margin-bottom: -10px;
  }
}
@media only screen and (max-width: 640px) {
  .hero {
    margin-bottom: 10px;
  }
}
.blue .hero-title {
  color: white;
}
.blue .hero-text {
  color: white;
}
.blue .btn {
  background-color: #007fc7;
}
.black .hero-title {
  color: black;
}
.black .hero-text {
  color: black;
}
.black .btn {
  background-color: #2e2e2d;
}
.white .hero-title{
  color: white;
}
.white .hero-text{
  color: white;
}
.white .btn{
  background-color: #007fc7;
}
@media (max-width: 640px){
  .black-xs .hero-title{
    color: black;
  }
  .black-xs .hero-text{
    color: black;
  }
  .POD .hero-title {width: initial !important;}
}

.contenedor{
  position: relative;
  z-index: 10;
}

/* Almir */
@media (min-width: 769px) {
  .eqt .hero-box {
    top: 40%;
  }
}
.prophere .btn i.fa {
  background-color: #000;
  color: #fff;
}
.prophere .btn {
  background-color: #fff;
  color: #000;
}
.prophere .btn:hover {
  color: #000;
  opacity: 0.8;
}
.adidas-vermelho .hero-box .btn {
    color: #a41830;
    background: #fff;
}
.adidas-vermelho .hero-box .btn:hover {
    background: rgba(255, 255, 255, 0.6);
}
.adidas-vermelho .btn .fa.fa-angle-right {
    background: #fff;
    font-weight: bold;
    color: #a41830;
}
.adidas-arkyn .black .btn {
    border: 1px solid black;
}
.adidas-arkyn .btn .fa.fa-angle-right, .adidas-arkyn .black .btn {
    background: #fff;
    color: #000;
}
.adidas-arkyn .hero-title, .adidas-arkyn .hero-text {
    color: #000;
}
.adidas-arkyn .btn:hover {
    color: #000;
    opacity: 0.8;
}
.atric .btn {
    background-color: #000;
    border: 2px solid #fff;
}
.atric .btn .fa.fa-angle-right {
    background: #000;
    color: #fff;
}
.POD .hero-title {
    color: #e2ff8c;
    width: 565px;
}
.POD .btn {
  background: #e2ff8c;
    color: #000;
    letter-spacing: 3px;
    font-weight: bold;
    font-family: adineuePRO-Regular, sans-serif;
    border: 2px solid #e2ff8c;
}
.POD .btn .fa.fa-angle-right {
  background: #e2ff8c;
    color: #000;
}
.POD .btn:hover {
    color: #000;
}

.adidas .swiper-button-next, .adidas .swiper-button-prev {display: none; }
.hero.swiper-container.adidas.swiper-container-horizontal.swiper-container-autoheight {margin-bottom: 20px; }
.hero .POD .btn i.fa {background: none; }
@media (max-width: 1280px){
  .POD .hero-title {
    line-height: 45px;
    width: 295px;
    margin-bottom: 20px;
  }
}
@media(max-width: 767px){
  .POD .hero-title {
    line-height: 26px;
    margin-bottom: 10px;
  }
}
@media(max-width: 640px){
  .POD .hero-title {
    display: none;
  }
}


@media (min-width: 1441px){
  .POD .hero-box {
    left: 0;
  }
}

@media(min-width: 1281px) {
  .POD .hero-title {
    font-size: 48px;
  }
}
@media (min-width: 1281px) and (max-width: 1440px) {
  .POD .hero-box {
    left: 5%;
  }
}