.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.section {
  width: auto;
  height: 585px;
}

.section.slider {
  position: static;
  overflow: hidden;
  width: 1008px;
  height: 100%;
  background-color: rgba(255, 1, 1, 0);
  background-image: url('../images/banner-12x.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.top-sold {
  background-image: none;
}

.section.categories {
  margin-bottom: 0px;
  padding-bottom: 60px;
  background-color: #191919;
}

.section.cat {
  height: auto;
  margin-top: 6px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #191919;
}

.section.uled {
  height: auto;
  padding: 40px 0px;
  background-color: #fff;
}

.heading {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  height: 100%;
  margin: 0px auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  font-family: Itcavantgardepro, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.black-overlay {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: auto;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 1008px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.brand {
  position: static;
  display: block;
  overflow: visible;
  width: 17%;
  height: auto;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 20px;
  background-color: transparent;
  opacity: 1;
  text-align: left;
}

.container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 28px;
  margin-top: 20px;
  margin-right: 34px;
  margin-left: 34px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-left: 235px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Itcavantgardepro, sans-serif;
  color: #fff;
  text-align: right;
}

.nav-link {
  padding: 0px 10px;
  color: #fff;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link-2 {
  color: #fff;
}

.nav-link-3 {
  color: #fff;
}

.nav-link-4 {
  color: #fff;
}

.menu-button {
  display: inline-block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.grid {
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  grid-auto-flow: row;
  grid-auto-rows: 0px;
  grid-column-gap: 6px;
  grid-row-gap: 2px;
  grid-template-areas: "Area Area";
  -ms-grid-columns: 2fr 6px 1fr 6px 1fr;
  grid-template-columns: 2fr 1fr 1fr;
  background-image: url('../images/1.png');
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.grid-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-areas: "Area Area";
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block {
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
}

.button {
  position: relative;
  z-index: 1;
  width: 260px;
  height: 22px;
  margin-bottom: 20px;
  padding: 0px;
  background-color: transparent;
  font-family: Itcavantgardepro, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.image {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 100%;
  max-width: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
}

.footer {
  display: block;
  padding: 60px 150px;
  background-color: #26272a;
}

.grid-3 {
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 0.25fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 0.25fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.highlighted-list {
  font-family: Itcavantgardepro, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 52px;
}

.list {
  padding-left: 0px;
  list-style-type: none;
}

.menu-list {
  font-family: Roboto, sans-serif;
  color: #fff;
  line-height: 34px;
  list-style-type: none;
}

.menu-list.title-list {
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.bold-text {
  font-size: 16px;
}

.legal-text {
  font-family: Roboto, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
}

.slider-2 {
  display: block;
  width: 1008px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider {
  display: block;
  width: 100%;
  height: 40vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #191919;
  max-height: 400px !important;
}

.icon {
  opacity: 0.3;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  cursor: pointer;
}

.icon-2 {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  margin-left: 20px;
  border: 1px none #000;
  border-radius: 0px;
  background-color: rgba(255, 0, 0, 0);
  opacity: 0.3;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  cursor: pointer;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.image-2 {
  width: 275px;
}

.slide {
  position: relative;
  background-color: rgba(99, 99, 99, 0);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.button-2 {
  width: 120px;
  height: 40px;
  border-radius: 20px;
  background-color: #009684;
  font-family: Itcavantgardepro, sans-serif;
}

.btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 40px;
  margin-top: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #009684;
  cursor: pointer;
}

.btn.btn-top-sold {
  margin: auto auto auto 20px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.btn.btn-slider {
  margin-top: 10px;
}

.txt-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px;
  margin-right: 5px;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Itcavantgardepro, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
}

.arrow {
  display: block;
  margin-left: 5px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.arrow.green {
  display: block;
}

.btn-2 {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 0px;
  background-color: transparent;
  opacity: 0.7;
  cursor: pointer;
}

.arrow-2 {
  display: inline-block;
  max-width: none;
  margin-bottom: 0px;
  margin-left: 5px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 0px none #000;
}

.txt-btn-2 {
  display: inline-block;
  width: auto;
  height: auto;
  margin-right: 5px;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Itcavantgardepro, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 13px;
  text-align: right;
  letter-spacing: 0.5px;
}

.top-sold-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 190px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.left-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 90%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.down-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-block {
  width: 80%;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.image-top-sold {
  display: block;
  width: auto;
  height: auto;
  max-height: none;
  max-width: 70%;
  margin: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.image-top-sold.horizontal {
  width: auto;
  height: auto;
}

.image-top-sold.vertical {
  height: 100%;
}

.top-sold {
  display: inline-block;
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f0f0;
}

.heading-2 {
  width: 1008px;
  margin: 0px auto 30px;
  font-family: Itcavantgardepro, sans-serif;
  color: #191919;
  font-size: 30px;
  text-align: center;
}

.top-sold-content {
  position: static;
  display: block;
  width: 1008px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-top-sold {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.categories {
  display: inline-block;
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.categories-content {
  position: static;
  display: block;
  width: 1008px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.category-item-large {
  position: relative;
  display: block;
  overflow: hidden;
  width: 838px;
  height: 300px;
  margin-right: auto;
  margin-bottom: -10px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0px;
}

.category-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 250px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/smartphones2x.png');
  background-position: 50% 0%;
  background-size: cover;
}

.category-item.uled {
  display: block;
  overflow: visible;
  width: 100%;
  height: 300px;
  margin: 0px auto;
  border-radius: 10px;
  background-image: none;
  cursor: pointer;
}

.category-item._4k {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 300px;
  margin: 0px;
  border-radius: 10px;
  background-image: none;
  cursor: pointer;
}

.category-item.fhd {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 300px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 10px;
  background-image: none;
  cursor: pointer;
}

.category-item.lavadoras {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 300px;
  border-radius: 10px;
  background-image: none;
}

.category-item.todas-tv {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 300px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 10px;
  background-image: none;
  cursor: pointer;
}

.title-banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 250px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/banner-tv.png');
  background-position: 50% 50%;
  background-size: cover;
}

.title-banner.phone {
  background-image: url('../images/banner-phones2x.png');
  background-position: 50% 100%;
}

.title-banner.wg {
  background-image: url('../images/banner-wg2x.png');
  background-position: 100% 0%;
}

.heading-3 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Itcavantgardepro, sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 96px;
  text-align: center;
}

.btn-2-banners {
  position: absolute;
  left: 62%;
  top: auto;
  right: 0%;
  bottom: 28%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  height: auto;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 0px;
  background-color: transparent;
}

.btn-2-banners.varios {
  position: relative;
  left: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.product-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 325px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid solid solid none;
  border-width: 1px 0.5px 1px 1px;
  border-color: hsla(0, 0%, 43.9%, 0.2);
  background-color: #fff;
}

.product-item.product-1 {
  border-style: none solid solid;
  border-width: 1px;
}

.product-item.product-2 {
  border-style: none solid solid none;
  border-width: 1px;
}

.product-item.product-3 {
  border-style: none solid solid none;
  border-width: 1px;
}

.product-item.product-4 {
  border-style: none solid solid;
  border-width: 1px;
}

.product-item.product-5 {
  border-style: none solid solid none;
  border-width: 1px;
}

.product-item.product-6 {
  border-style: none solid solid none;
  border-width: 1px;
}

.upper-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.product-title {
  width: auto;
  margin-bottom: 20px;
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.product-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: auto;
  height: 100%;
  max-width: none;
  margin: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.product-image.horizontal {
  width: 100%;
  height: auto;
}

.product-features {
  width: auto;
  margin-bottom: 10px;
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.feature-list {
  display: -ms-grid;
  display: grid;
  width: auto;
  height: 46px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  font-family: Roboto, sans-serif;
  line-height: 14px;
  list-style-type: none;
}

.banner-tv {
  display: inline-block;
  width: 100%;
  height: auto;
  padding-top: 0px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.grid-products {
  grid-auto-flow: row;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.banner-smartphone {
  display: inline-block;
  width: 100%;
  height: auto;
  padding-top: 0px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.banner-wg {
  display: inline-block;
  width: 100%;
  height: auto;
  padding-top: 0px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.botones {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1008px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
}

.image-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 150px;
  height: 100px;
  margin-bottom: 0px;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.logo-hisense {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-2 {
  font-family: Itcavantgardepro, sans-serif;
  color: #fff;
  font-size: 20px;
}

.image-4 {
  margin-bottom: 10px;
  padding-bottom: 0px;
}

.link-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: auto;
  height: auto;
}

.body {
  background-color: #191919;
}

.grid-categories {
  display: -ms-grid;
  display: grid;
  width: 600px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-5 {
  background-image: url('../images/Hisense-logo.svg');
  background-position: 0px 0px;
}

.arrow-green {
  display: none;
  margin-left: 5px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.arrow-green.green {
  display: block;
}

.category-image {
  overflow: hidden;
  width: 100%;
  height: 207px;
  border-radius: 10px;
  background-image: url('../images/Image.png');
  background-position: 50% 50%;
  background-size: cover;
}

.category-image.tv {
  height: 83%;
  background-image: url('../images/Imagen01.jpg');
  background-position: 50% 0%;
}

.category-image.uled {
  width: 100%;
  height: 80%;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/1-ULED2x.png');
  background-position: 50% 0%;
}

.category-image._4k-uhd {
  width: 100%;
  height: 80%;
  background-image: url('../images/4K-UHD2x.png');
  background-position: 50% 0%;
}

.category-image.fhd {
  width: 100%;
  height: 80%;
  background-image: url('../images/3-FHD2x.png');
  background-position: 50% 0%;
}

.category-image.washing {
  width: 100%;
  height: 80%;
  background-image: url('../images/2.png');
}

.category-image.todas-tv {
  width: 100%;
  height: 80%;
  background-color: #fff;
  background-image: url('../images/4-todas2x.png');
  background-position: 50% 0%;
}

.cat-list {
  display: block;
  width: 1008px;
  max-width: 1008px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cat-item {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 200px;
  margin: 0px 0px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0px;
}

.cat-item.large {
  position: relative;
  display: inline-block;
  width: 60%;
  height: 200px;
  margin-right: auto;
  margin-bottom: 10px;
}

.cat-item.large.left {
  height: 250px;
  float: right;
}

.cat-item.medium {
  display: inline-block;
  width: 58%;
  height: 200px;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cat-item.medium.left {
  width: 58%;
  height: 200px;
  float: right;
}

.cat-item.small {
  width: 50%;
}

.cat-item.small.left {
  width: 50%;
  height: 200px;
  margin-top: 0px;
  margin-bottom: 10px;
  float: right;
  text-align: left;
}

.cat-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.columns {
  width: 1008px;
  margin-right: auto;
  margin-left: auto;
}

.cat-image {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  background-image: url('../images/aires2x.png');
  background-position: 50% 50%;
  background-size: cover;
}

.cat-image.tv {
  height: 100%;
  border-radius: 0px;
  background-image: url('../images/1.png');
}

.cat-image.phones {
  width: 80%;
  height: 83%;
  background-image: url('../images/smartphones2x.png');
  background-position: 50% 0%;
}

.cat-image.wg {
  width: 80%;
  height: 83%;
  background-image: url('../images/refris2x.png');
  background-position: 50% 0%;
}

.cat-image.ac {
  width: 80%;
  height: 83%;
  background-image: url('../images/aires2x.png');
  background-position: 50% 0%;
}

.cat-image.washing {
  width: 80%;
  height: 80%;
  background-image: url('../images/2.png');
}

.cat-image.smartphones {
  background-image: url('../images/smartphones2x.png');
}

.cat-image.lavadoras {
  background-image: url('../images/2.png');
}

.cat-image.refrigeradores {
  background-image: url('../images/refris2x.png');
}

.content-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/banner-12x_1.png');
  background-position: 0px 0px;
  background-size: cover;
}

.text-slider {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 55%;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-4 {
  display: block;
  margin: 15px auto 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Itcavantgardepro, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 38px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}

.banner-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.logo-slider {
  display: block;
  max-width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.p-slider {
  position: static;
  display: block;
  width: 80%;
  font-family: Roboto, sans-serif;
  color: #fff;
  text-align: center;
}

.content-slider-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/banner-22x.png');
  background-position: 0% 20%;
  background-size: cover;
}

.banner-logo-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.heading-4-copy {
  display: block;
  margin: 15px auto 0px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Itcavantgardepro, sans-serif;
  color: #fff;
  line-height: 38px;
  font-weight: 700;
  text-align: center;
}

.logo-slider-2 {
  display: block;
  max-width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.slide-nav {
  height: 10%;
}

.content-slider-3 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/banner-32x.png');
  background-position: 0% 20%;
  background-size: cover;
}

.content-slider-4 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/banner-42x.png');
  background-position: 0% 20%;
  background-size: cover;
}

.uled-content {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1008px;
  margin: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.uled-col-1 {
  display: inline-block;
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.logos-grid {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
}

.image-6 {
  width: 90px;
  margin-bottom: 10px;
}

.title-uled {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Itcavantgardepro, sans-serif;
  color: #191919;
  font-size: 30px;
  text-align: left;
}

.uled-col-2 {
  display: inline-block;
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.bold-text-4 {
  width: 84.355469%;
}

.heading-cat {
  width: 1008px;
  margin: 0px auto 30px;
  font-family: Itcavantgardepro, sans-serif;
  color: #fff;
  font-size: 30px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .section.slider {
    width: 100%;
    background-position: 50% 50%;
  }
  .section.top-sold {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section.categories {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .navbar {
    width: 100%;
  }
  .brand {
    width: 22%;
  }
  .container {
    margin-right: auto;
    margin-left: auto;
  }
  .nav-menu {
    width: 78%;
    margin-left: 20px;
  }
  .slider-2 {
    width: 100%;
  }
  .btn.btn-top-sold {
    margin: 0px auto 0px 20px;
  }
  .btn-2 {
    padding: 0px 10px 0px 0px;
    font-size: 12px;
    line-height: 20px;
  }
  .arrow-2 {
    margin-left: 0px;
    padding-left: 5px;
    clear: none;
  }
  .txt-btn-2 {
    margin-right: 0px;
    font-size: 14px;
    line-height: 15px;
  }
  .left-info {
    width: 40%;
  }
  .down-info {
    width: 60%;
  }
  .image-top-sold {
    width: 125px;
  }
  .image-top-sold.vertical {
    width: auto;
  }
  .heading-2 {
    width: 100%;
    margin-bottom: 10px;
  }
  .top-sold-content {
    width: 100%;
  }
  .grid-top-sold {
    margin: 10px 10px 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .categories-content {
    width: 100%;
  }
  .category-item.uled {
    border-radius: 0px;
  }
  .category-item._4k {
    border-radius: 0px;
  }
  .category-item.fhd {
    border-radius: 0px;
  }
  .category-item.todas-tv {
    border-radius: 0px;
  }
  .title-banner.phone {
    background-position: 50% 100%;
    background-repeat: no-repeat;
  }
  .heading-3 {
    font-size: 50px;
    line-height: 60px;
  }
  .product-item.product-3 {
    border-left-style: solid;
  }
  .product-item.product-4 {
    border-left-style: none;
  }
  .product-item.product-5 {
    border-left-style: solid;
  }
  .product-title {
    font-family: Itcavantgardepro, sans-serif;
  }
  .grid-products {
    margin-right: 60px;
    margin-left: 60px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .botones {
    width: 100%;
  }
  .body {
    overflow: hidden;
  }
  .grid-categories {
    margin: 10px auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .heading-4 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 30px;
  }
  .logo-slider {
    width: 50%;
    max-width: 100%;
  }
  .content-slider-2 {
    background-position: 26% 50%;
  }
  .logo-slider-2 {
    width: 50%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .uled-content {
    width: 100%;
  }
  .uled-col-1 {
    width: 45%;
    padding-right: 0px;
  }
  .logos-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .uled-col-2 {
    width: 45%;
    padding-left: 0px;
  }
  .heading-cat {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    width: 30%;
  }
  .nav-menu {
    display: none;
  }
  .image-top-sold {
    width: 90px;
  }
  .heading-2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 30px;
  }
  .grid-top-sold {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .categories-content {
    width: 100%;
  }
  .title-banner.tv {
    height: 130px;
  }
  .title-banner.phone {
    height: 130px;
  }
  .heading-3 {
    margin-top: 0px;
    font-size: 20px;
    line-height: 30px;
  }
  .btn-2-banners {
    left: 39%;
    top: auto;
    right: 0%;
    bottom: 22%;
    padding: 0px;
  }
  .product-item {
    width: 60%;
    height: 350px;
  }
  .product-item.product-1 {
    height: 290px;
  }
  .product-item.product-2 {
    border-left-style: solid;
  }
  .product-item.product-4 {
    border-left-style: solid;
  }
  .product-item.product-5 {
    padding-top: 30px;
  }
  .product-item.product-6 {
    border-left-style: solid;
  }
  .product-title {
    padding-top: 30px;
  }
  .feature-list {
    height: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .grid-products {
    margin-right: auto;
    margin-left: auto;
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .grid-categories {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .title-uled {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 30px;
  }
  .heading-cat {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 30px;
  }
}

@media screen and (max-width: 479px) {
  .section.categories {
    padding-bottom: 0px;
  }
  .section.banner-tv {
    padding-bottom: 0px;
  }
  .section.banner-smartphone {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section.banner-wg {
    padding-bottom: 0px;
  }
  .brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .container {
    height: 50px;
    margin-top: 0px;
  }
  .footer {
    padding-right: 0px;
    padding-left: 0px;
  }
  .btn {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #009684;
    color: #fff;
  }
  .btn.btn-top-sold {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    margin-right: auto;
    margin-left: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    background-color: #009684;
  }
  .btn.btn-slider {
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #009684;
  }
  .txt-btn {
    color: #fff;
  }
  .txt-btn.btn-top-sold {
    color: #fff;
  }
  .arrow {
    display: block;
  }
  .arrow.green {
    display: block;
  }
  .btn-2 {
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .txt-btn-2 {
    font-size: 16px;
  }
  .top-sold-item {
    height: 150px;
  }
  .left-info {
    width: 40%;
    height: 100%;
  }
  .down-info {
    width: 60%;
  }
  .image-top-sold {
    width: 100px;
    max-width: 100%;
  }
  .image-top-sold.vertical {
    width: auto;
  }
  .heading-2 {
    width: 100%;
  }
  .grid-top-sold {
    margin-bottom: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .categories-content {
    margin-right: 0px;
    margin-left: 0px;
  }
  .category-item.uled {
    border-radius: 0px;
  }
  .category-item._4k {
    border-radius: 0px;
  }
  .category-item.fhd {
    border-radius: 0px;
  }
  .category-item.todas-tv {
    border-radius: 0px;
  }
  .title-banner.tv {
    height: 212px;
  }
  .title-banner.phone {
    height: 212px;
    padding-top: 0px;
  }
  .title-banner.wg {
    height: 212px;
  }
  .heading-3 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0px;
    height: 50%;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 46px;
    line-height: 50px;
  }
  .btn-2-banners {
    left: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .btn-2-banners.varios {
    margin-bottom: 20px;
  }
  .product-item {
    position: relative;
    width: 100%;
    height: 300px;
    margin-top: 0px;
    padding-top: 20px;
    border-top-style: none;
    border-left-style: none;
  }
  .product-item.product-1 {
    position: relative;
    width: 100%;
    height: 300px;
  }
  .product-item.product-2 {
    padding-top: 20px;
    border-left-style: none;
  }
  .product-item.product-4 {
    border-left-style: none;
  }
  .product-item.product-5 {
    padding-top: 0px;
  }
  .product-item.product-6 {
    border-left-style: none;
  }
  .product-title {
    margin-bottom: 10px;
    padding-top: 0px;
    font-size: 14px;
  }
  .product-image {
    margin: auto;
  }
  .feature-list {
    margin-top: 0px;
    margin-bottom: 0px;
    justify-items: start;
    -ms-grid-row-align: center;
    align-self: center;
    grid-column-gap: 0px;
    font-size: 14px;
    line-height: 16px;
  }
  .grid-products {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .botones {
    bottom: 0%;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-container {
    width: 100px;
    height: 90px;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .logo-hisense {
    width: 100%;
  }
  .image-4 {
    max-width: none;
  }
  .link-block {
    width: auto;
  }
  .body {
    overflow: visible;
  }
  .grid-categories {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .list-item {
    font-size: 14px;
  }
  .bold-text-2 {
    font-size: 14px;
  }
  .bold-text-3 {
    font-size: 15px;
  }
  .image-5 {
    margin-right: auto;
    margin-left: auto;
  }
  .arrow-green {
    display: block;
  }
  .arrow-green.green {
    display: block;
  }
  .text-slider {
    width: 90%;
    height: 44%;
    margin-top: auto;
    margin-bottom: 40px;
  }
  .heading-4 {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 30px;
  }
  .banner-logo {
    width: 100%;
  }
  .content-slider-2 {
    background-position: 40% 50%;
  }
  .banner-logo-2 {
    width: 80%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .heading-4-copy {
    margin-top: 0px;
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 20px;
    line-height: 30px;
  }
  .logo-slider-2 {
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .uled-content {
    display: block;
  }
  .uled-col-1 {
    display: block;
    width: 100%;
  }
  .logos-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .text-block-3 {
    text-align: left;
  }
  .uled-col-2 {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .heading-cat {
    width: 100%;
  }
}

#w-node-120a48586d3e-ad183ec5 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-120a48586d46-ad183ec5 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-120a48586d4e-ad183ec5 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-b5e3d3a6b125-ad183ec5 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-2e0437d8bedb-ad183ec5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f6dbac1b636a-ad183ec5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-17d2d5cc25d0-ad183ec5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-8be83c10303e-ad183ec5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b8964d8c0c01-ad183ec5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ef57e47a9f45-ad183ec5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-2e0437d8bedb-ad183ec5 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-f6dbac1b636a-ad183ec5 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-17d2d5cc25d0-ad183ec5 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-8be83c10303e-ad183ec5 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-b8964d8c0c01-ad183ec5 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-ef57e47a9f45-ad183ec5 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-120a48586d3e-ad183ec5 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-2e0437d8bedb-ad183ec5 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-f6dbac1b636a-ad183ec5 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-17d2d5cc25d0-ad183ec5 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-8be83c10303e-ad183ec5 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-b8964d8c0c01-ad183ec5 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-ef57e47a9f45-ad183ec5 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@font-face {
  font-family: 'Itcavantgardepro';
  src: url('../fonts/ITCAvantGardePro-Demibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}