@font-face {
  font-display: block;
  font-family: 'Roboto-Regular';
  src: url("https://promart.vteximg.com.br/arquivos/Roboto-Regular.ttf.css") format('truetype'), url("https://promart.vteximg.com.br/arquivos/Roboto-Regular.ttf.css") format('truetype');
}
@font-face {
  font-display: block;
  font-family: 'Roboto-Light';
  src: url("https://promart.vteximg.com.br/arquivos/Roboto-Light.ttf.css") format('truetype'), url("https://promart.vteximg.com.br/arquivos/Roboto-Light.ttf.css") format('truetype');
}
@font-face {
  font-display: block;
  font-family: 'Roboto-Medium';
  font-style: normal;
  font-weight: 400;
  src: url("https://promart.vteximg.com.br/arquivos/Roboto-Medium.eot.css?#iefix") format('embedded-opentype'), url("https://promart.vteximg.com.br/arquivos/Roboto-Medium.svg.css#Roboto-Medium") format('svg'), url("https://promart.vteximg.com.br/arquivos/Roboto-Medium.ttf.css") format('truetype'), url("https://promart.vteximg.com.br/arquivos/Roboto-Medium.woff.css") format('woff'), url("https://promart.vteximg.com.br/arquivos/Roboto-Medium.woff2.css") format('woff2');
  src: url("https://promart.vteximg.com.br/arquivos/Roboto-Medium.eot.css");
}
@font-face {
  font-family: 'Roboto-Bold';
  font-display: block;
  font-style: normal;
  font-weight: 400;
  src: url("https://promart.vteximg.com.br/arquivos/Roboto-Bold.eot.css?#iefix") format('embedded-opentype'), url("https://promart.vteximg.com.br/arquivos/Roboto-Bold.svg.css#Roboto-Bold") format('svg'), url("https://promart.vteximg.com.br/arquivos/Roboto-Bold.ttf.css") format('truetype'), url("https://promart.vteximg.com.br/arquivos/Roboto-Bold.woff.css") format('woff'), url("https://promart.vteximg.com.br/arquivos/Roboto-Bold.woff2.css") format('woff2');
  src: url("https://promart.vteximg.com.br/arquivos/Roboto-Bold.eot.css");
}
@font-face {
  font-family: icomoon;
  src: url("https://promart.vteximg.com.br/arquivos/icomoon-pr.eot.css?akrt8l");
  src: url("https://promart.vteximg.com.br/arquivos/icomoon-pr.eot.css?akrt8l#iefix") format("embedded-opentype"), url("https://promart.vteximg.com.br/arquivos/icomoon-pr.ttf.css?akrt8l") format("truetype"), url("https://promart.vteximg.com.br/arquivos/icomoon-pr.woff.css?akrt8l") format("woff"), url("https://promart.vteximg.com.br/arquivos/icomoon-pr.svg.css?akrt8l#icomoon") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
[class*=" icons-"],
[class^=icons-] {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  box-sizing: border-box;
}
body,
html {
  background-color: #f5f5f5;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
img {
  width: 100%;
}
svg {
  fill: #000;
}
.g-loader .g-skeleton-loader {
  animation: Gradient 2.25s ease infinite;
  background: linear-gradient(-140deg, rgba(204,204,204,0.5), #ccc, rgba(204,204,204,0.5), #ccc);
  background-size: 400% 100%;
}
.icon {
  display: inline-block;
  height: 28px;
  fill: #fff;
  width: 28px;
}
@media screen and (max-width: 768px) {
  .icon {
    height: 25px;
    width: 25px;
  }
}
.icon-white {
  fill: #fff;
}
.icon-white:hover {
  fill: #000;
}
.b-main-section {
  padding-top: 88px;
}
.b-main-section_header {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.b-main_section_content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .b-main_section_content {
    width: 100%;
  }
}
.b-svgs-content {
  display: none;
}
.b-main-section button.slick-arrow {
  background-color: transparent;
  bottom: 0;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 30px;
  line-height: 30px;
  margin: auto;
  position: absolute;
  top: 0;
  transition: 0.3s ease all;
  width: 30px;
  z-index: 1;
}
.b-main-section button.slick-arrow:focus {
  outline: 0;
}
.b-main-section button.slick-arrow:before {
  bottom: 0;
  color: #646464;
  content: "\e91a";
  font-family: icomoon;
  font-size: 30px;
  margin: auto;
  position: absolute;
  top: 0;
}
.b-main-section button.slick-arrow.slick-prev {
  left: 2px;
}
.b-main-section button.slick-arrow.slick-prev:before {
  right: -10px;
  transform: rotate(180deg);
}
.b-main-section button.slick-arrow.slick-next {
  right: 2px;
}
.b-main-section button.slick-arrow.slick-next:before {
  left: -10px;
}
.b-main-section .slick-list {
  width: 100%;
}
.b-main-section .slick-dots {
  bottom: unset;
  display: flex;
  left: 0;
  list-style: none;
  padding: 0;
  position: relative;
  transition: all 0.3s;
  transform: translateX(0);
}
.b-main-section .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 20px;
}
.b-main-section .slick-dots li button {
  background: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  height: 20px;
  outline: none;
  padding: 0;
  width: 20px;
}
.b-main-section .slick-dots li button:hover,
.b-main-section .slick-dots li button:focus {
  outline: none;
}
.b-main-section .slick-dots li button:before {
  font-family: 'slick';
  font-size: 30px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.b-main-section .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #ff6e00;
}
.b-main-section .slick-dots-container {
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100px;
}
@media screen and (max-width: 767px) {
  .b-main-section .slick-dots-container {
    bottom: 0;
    left: auto;
    position: absolute;
    right: auto;
  }
}
.b-main-section .slick-dots-container > ul li.p-small-1,
.b-main-section .slick-dots-container > ul li.n-small-1 {
  transform: scale(0.8);
}
.b-main-section .slick-dots-container > ul li.slick-active {
  transform: scale(1.3);
  transform-origin: center;
}
@media screen and (max-width: 767px) {
  .b-main-section .slick-list {
    margin: 0;
  }
}
.b-banner {
  z-index: 1;
}
.b-banner img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .b-banner {
    display: none;
  }
}
.b-banner.responsive {
  display: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .b-banner.responsive {
    display: block;
  }
}
.b-card-list {
  display: flex;
  flex-flow: row wrap;
  margin: 0 auto;
  max-height: 300px;
  overflow: hidden;
}
.b-card-list .b-card-wrapper {
  margin: 0 15px 15px 0;
  width: calc(100% * 1 / 5 - 12px);
}
.b-card-list .b-card-wrapper:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  .b-card-list .b-card-wrapper {
    margin-right: 60px;
    width: calc(100% * 1 / 3 - 40px);
  }
  .b-card-list .b-card-wrapper:nth-child(3n) {
    margin-right: 0;
  }
  .b-card-list .b-card-wrapper:nth-child(5n) {
    margin-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .b-card-list .b-card-wrapper {
    margin: 0 15px 30px;
  }
  .b-card-list .b-card-wrapper:nth-child(3n),
  .b-card-list .b-card-wrapper:nth-child(5n) {
    margin: 0 15px 30px;
  }
}
.b-card-list .slick-track {
  display: flex;
}
.b-card-list.slick-initialized .slick-slide {
  display: flex;
  height: auto;
}
@media screen and (max-width: 767px) {
  .b-card-list {
    justify-content: center;
    margin: 0 auto !important;
    max-height: inherit;
    padding: 0;
    position: relative;
    width: 100%;
  }
}
.b-card {
  background: #f9fafb;
  display: block;
}
.b-card_brand-wrapper {
  height: 85px;
  padding-top: 20px;
}
.b-card_image-wrapper {
  height: 200px;
}
.b-card img {
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .b-card_brand-wrapper {
    height: inherit;
    margin: 10px auto 0;
    width: 80%;
  }
  .b-card_image-wrapper {
    height: inherit;
    margin: 0 auto 10px;
    width: 80%;
  }
}
.g-loader .b-card-wrapper {
  height: 311px;
  width: 233px;
}
.g-loader .b-card {
  display: none;
}
.b-icon-wrapper {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 45px;
  justify-content: center;
  width: 45px;
}
@media screen and (max-width: 767px) {
  .b-icon-wrapper {
    height: 38px;
    width: 38px;
  }
}
.b-icon-wrapper.b-icon-wrapper-electrohogar {
  background-color: #f3b816;
}
.b-icon-wrapper.b-icon-wrapper-tecnologia {
  background-color: #0164a7;
}
.b-icon-wrapper.b-icon-wrapper-zona-gamer {
  background-color: #cf48c8;
}
.b-icon-wrapper.b-icon-wrapper-hogar {
  background-color: #ff6e00;
}
.b-icon-wrapper.b-icon-wrapper-infantil {
  background-color: #fb347c;
}
.b-icon-wrapper.b-icon-wrapper-deportes {
  background-color: #3cb8a0;
}
.b-category-highlight {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 1px 1px 3.56px rgba(0,0,0,0.22);
  margin: 30px 0;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .b-category-highlight {
    max-height: none;
    margin: 15px;
    padding: 15px 0;
  }
}
.b-category-highlight_title {
  align-items: center;
  display: flex;
  font-family: 'Roboto-Regular';
  font-size: 18px;
  margin-bottom: 23px;
  margin-left: 40px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .b-category-highlight_title {
    margin-left: 15px;
  }
}
.b-category-highlight_title span {
  height: 27px;
  line-height: 27px;
  margin-left: 23px;
}
.b-category-highlight_wrapper {
  font-family: 'Roboto-Regular';
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 40px;
}
.b-category-highlight_wrapper .b-show-more_wrapper {
  cursor: pointer;
  font-size: 16px;
  margin: auto;
  position: relative;
  text-transform: initial;
  width: 120px;
}
@media screen and (max-width: 767px) {
  .b-category-highlight_wrapper .b-show-more_wrapper {
    display: none;
  }
}
.b-category-highlight_wrapper .b-show-more_wrapper span {
  margin: 0;
}
.b-category-highlight_wrapper .b-show-more_icon {
  color: #ff6e00;
  font-family: icomoon;
  font-size: 18px;
  position: absolute;
  right: -20px;
  top: 0;
  transform: rotate(90deg);
  transition: 0.5s ease-in-out;
}
.b-category-highlight_wrapper .b-show-more_icon:before {
  content: "\e91a";
}
@media screen and (max-width: 767px) {
  .b-category-highlight_wrapper {
    align-items: center;
    flex-direction: column;
    margin: 0;
  }
}
.b-category-highlight_banner {
  flex: 0 0 40%;
  order: 3;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .b-category-highlight_banner {
    order: 1;
    padding-right: 15px;
    width: 80%;
  }
}
.b-category-highlight_banner.inverted {
  order: 1;
}
.b-category-highlight_banner img {
  height: 100%;
  object-fit: cover;
}
.b-category-highlight.g-loader .b-category-highlight_banner {
  height: 311px;
  width: 496px;
}
.b-category-highlight.g-loader .b-category-highlight_banner img {
  display: none;
}
.b-highlight-card {
  background: #f9fafb;
  box-shadow: 0 0 3.56px rgba(0,0,0,0.22);
  color: #000;
  height: 250px;
  margin: 10px 5px 10px 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s ease;
  width: calc(100% / 2 - 210px);
}
.b-highlight-card:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  .b-highlight-card {
    margin: 10px 0;
    width: calc(100% / 2 - 15px);
  }
}
@media screen and (max-width: 767px) {
  .b-highlight-card {
    height: 205px;
    width: 100%;
  }
}
.b-highlight-card:focus {
  outline: 0;
}
.b-highlight-card_promotion {
  align-items: center;
  background: #ff6e00;
  color: #fff;
  display: flex;
  height: 45px;
  justify-content: center;
  margin: 25px 0;
}
.b-highlight-card_promotion-text {
  font-size: 13px;
  margin-right: 5px;
}
.b-highlight-card_promotion-strong {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .b-highlight-card_promotion-strong {
    font-size: 15px;
  }
}
.b-highlight-card_image-wrapper {
  height: 250px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .b-highlight-card_image-wrapper {
    height: 205px;
  }
}
.b-highlight-card_text {
  font-family: 'Roboto-Light';
  font-size: 20px;
}
.b-highlight-card_image-desktop {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .b-highlight-card_image-desktop {
    display: none;
  }
}
.b-highlight-card_image-mobile {
  display: none;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .b-highlight-card_image-mobile {
    display: block;
  }
}
.b-highlight-card:hover {
  box-shadow: 0 5px 15px rgba(0,0,0,0.35);
}
.g-loader .b-highlight-card {
  color: transparent;
}
.g-loader .b-highlight-card_promotion {
  color: transparent;
}
.g-loader .b-highlight-card_text {
  display: inline-block;
  height: 17px;
  margin: 0 auto;
  width: 130px;
}
.g-loader .b-highlight-card_image {
  display: none;
}
.b-highlight {
  background-color: #fff;
  box-shadow: 1px 1px 3.56px rgba(0,0,0,0.22);
  font-family: 'Roboto-Regular';
  margin: 30px 0;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .b-highlight {
    margin: 15px;
  }
}
.b-highlight_title {
  align-items: center;
  display: flex;
  margin-left: 40px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .b-highlight_title {
    margin-left: 15px;
    padding-left: 0;
  }
}
.b-highlight_title-icon {
  align-items: center;
  background-color: #444;
  border-radius: 50%;
  display: flex;
  height: 45px;
  justify-content: center;
  width: 45px;
}
@media screen and (max-width: 767px) {
  .b-highlight_title-icon {
    height: 38px;
    width: 38px;
  }
}
.b-highlight_title-text {
  font-size: 18px;
  margin-left: 23px;
}
.b-highlight_card-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 40px;
}
@media screen and (max-width: 767px) {
  .b-highlight_card-list {
    margin: 0 15px;
  }
}
.b-highlight .slick-dots {
  display: none;
}
.g-loader .b-highlight_card-list {
  overflow: hidden;
}
.b-navbar {
  background: #2b2b2b;
  height: 60px;
  overflow-x: auto;
  position: relative;
  top: -1px;
  z-index: 1;
}
.b-navbar::-webkit-scrollbar {
  display: none;
}
.b-navbar_list {
  color: #fff;
  display: flex;
  justify-content: center;
  min-width: 100%;
  position: absolute;
}
.b-navbar_item {
  flex: 0 0 100px;
  height: 60px;
  margin: 0;
  transition: all 0.3s linear;
  width: 100px;
}
.b-navbar_item:hover {
  background-color: #fff;
  cursor: pointer;
}
.b-navbar_item a {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 60px;
  justify-content: space-around;
  padding: 5px 0;
  transition: all 0.3s linear;
  width: 100px;
}
.b-navbar_item svg {
  fill: #fff;
  height: 35px;
  transition: all 0.3s linear;
  width: 35px;
}
.b-navbar_item:hover svg {
  fill: #000;
}
.b-navbar_item:hover a,
.b-navbar_item:hover a:hover {
  background-color: #fff;
  color: #000;
}
.b-navbar_item a,
.b-navbar_item a:hover,
.b-navbar_item a:visited {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
.b-register-stripe {
  align-items: center;
  background-image: url("https://storage.googleapis.com/storuse1prod01public/images/officials-stores/promart/background/bk-register.png");
  display: flex;
  height: 95px;
  justify-content: space-around;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media screen and (max-width: 1200px) {
  .b-register-stripe {
    flex-direction: column;
    height: auto;
    padding-bottom: 25px;
  }
}
.b-register-stripe_content {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 1200px) {
  .b-register-stripe_content {
    display: none;
  }
}
.b-register-stripe_content__text {
  color: #fff;
  font-family: 'Roboto-Regular';
  font-size: 24px;
  margin: 0 5px;
}
.b-register-stripe_content__text--bold {
  font-weight: bold;
  text-transform: uppercase;
}
.b-register-stripe_content--responsive {
  display: none;
  text-align: center;
  padding: 25px;
}
@media screen and (max-width: 1200px) {
  .b-register-stripe_content--responsive {
    display: block;
  }
}
.b-register-stripe_link {
  background-color: #ff6e00;
  border-radius: 22px;
  color: #fff;
  font-family: Roboto-Regular;
  font-size: 16px;
  line-height: 18px;
  padding: 10px;
  text-decoration: none;
  transition: 0.3s;
  text-align: center;
  width: 200px;
}
.b-register-stripe_link:hover {
  box-shadow: 0 2px 2px #c84f29;
}
@-moz-keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-o-keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

