.store {
  padding-top: 30px;
  background-image: linear-gradient(to bottom, #e8e8e8, #c2c2c2);
}

@media screen and (max-width: 992px) {
  .store {
    padding-top: 10px;
  }
}

@media screen and (max-width: 992px) {
  .store .content-store {
    position: relative;
    padding-bottom: 200px;
  }
}

.store .block {
  margin: 0 5px;
  vertical-align: middle;
  display: inline-block;
}

@media screen and (max-width: 992px) {
  .store .block {
    margin: 20px 0 0;
  }
}

.store .text-store {
  font-family: "FuturaMediumItalic", Helvetica, Arial, sans-serif;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1em;
  text-align: right;
  color: #000;
}

.store .text-store small {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1em;
  display: block;
}

.store .image-loja {
  max-width: 315px;
}

@media screen and (max-width: 992px) {
  .store .image-loja {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 300px;
    margin-left: -150px;
  }
}

.differentials {
  padding: 115px 0 80px;
  background: url("/assets/images/backgrounds/bg.jpg") no-repeat center top fixed;
}

@media screen and (max-width: 992px) {
  .differentials {
    background-attachment: inherit;
    background-image: linear-gradient(to bottom, #dfab29, #d29724);
  }
}

.differentials.de .title-differential, .differentials.fr .title-differential, .differentials.es .title-differential {
  padding: 0 15px;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1em;
}

.content-display {
  width: 1008px;
  height: 239px;
  margin: 8px auto 0;
  text-align: left;
  font-size: 50px;
  background: url("/assets/images/sections/bg-display.png") no-repeat;
}

@media screen and (max-width: 992px) {
  .content-display {
    max-width: 768px;
    background-size: 100% 239px;
  }
}

@media screen and (max-width: 768px) {
  .content-display {
    max-width: 300px;
  }
}

.block-display {
  padding: 71px 0;
  margin: 0 9px 0 12px;
  white-space: nowrap;
  overflow: hidden;
}

.display {
  position: relative;
  width: 2092px;
  height: 107px;
  background: url("/assets/images/sections/display.png") repeat;
  -webkit-animation: animeDisplay 13s linear infinite;
  animation: animeDisplay 13s linear infinite;
}

.display:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@-webkit-keyframes animeDisplay {
  0% {
    margin-left: 1008px;
  }
  100% {
    margin-left: -2092px;
  }
}

@keyframes animeDisplay {
  0% {
    margin-left: 1008px;
  }
  100% {
    margin-left: -2092px;
  }
}

.content-differentials {
  padding-top: 115px;
  text-align: center;
  font-size: 0;
  line-height: 0;
}

@media screen and (max-width: 992px) {
  .content-differentials {
    padding-top: 95px;
  }
}

.block-differentials {
  width: 222px;
  height: 222px;
  margin: 3px 10px 0;
  vertical-align: top;
  display: inline-block;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  background-image: linear-gradient(to bottom, #e8e8e8, #c2c2c2);
}

@media screen and (min-width: 1230px) {
  .block-differentials {
    margin: 3px 20px 0;
  }
}

@media screen and (max-width: 992px) {
  .block-differentials {
    margin-top: 25px;
  }
}

.title-differential {
  padding: 0 25px;
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: normal;
  line-height: 1em;
  color: #000;
}

.catalog {
  padding: 90px 0 100px;
  background: #e8e8e8;
}

.content-catalog {
  padding: 0 10px;
  position: relative;
}

@media screen and (max-width: 992px) {
  .content-catalog {
    padding: 0;
  }
}

.content-catalog .block {
  margin: -140px 0 0 -20px;
}

@media screen and (max-width: 992px) {
  .content-catalog .block {
    margin: 30px 0 0;
  }
}

.content-catalog .block.block-image {
  margin: -50px 0 0;
}

@media screen and (max-width: 992px) {
  .content-catalog .block.block-image {
    margin-top: 30px;
  }
}

.content-catalog .btn {
  position: relative;
  padding: 30px 35px 25px 85px;
  max-width: 400px;
  margin: -35px auto 0;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
}

@media screen and (max-width: 992px) {
  .content-catalog .btn {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.content-catalog .btn .icon {
  padding: 0;
  position: absolute;
  top: 50%;
  left: 40px;
  width: auto;
  height: auto;
  margin: -15px 0 0;
  font-size: 40px;
  line-height: 1em;
  color: #000;
  background: none;
}

.image-produtos {
  max-width: 645px;
}

@media screen and (max-width: 768px) {
  .image-produtos {
    max-width: 293px;
    margin: 0 auto;
    background: #e8e8e8;
  }
}

.image-catalog {
  max-width: 380px;
}

@media screen and (max-width: 768px) {
  .image-catalog {
    max-width: 280px;
  }
}
