#index .tdi-home-main, #homepage-slider.tdi-hero .tdi-hero-slide > .container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

#header.tdi-header {
  background: #FFFFFF;
  border-bottom: 1px solid #EDEBEB;
  box-shadow: 0 1px 4px rgba(28, 27, 57, 0.04);
  padding: 0;
  z-index: 5003;
}
#header.tdi-header .tdi-topbar {
  background: #20284E;
  color: #FFFFFF;
  font: 500 12px/1.2 "Raleway", sans-serif;
}
#header.tdi-header .tdi-topbar .container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 30px;
  padding-top: 4px;
  padding-bottom: 4px;
}
#header.tdi-header .tdi-topnav {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#header.tdi-header .tdi-topbar a {
  color: #FFFFFF;
}
#header.tdi-header .tdi-topbar a:hover {
  color: #EDEBEB;
}
#header.tdi-header .tdi-topbar .header_user_info {
  display: none;
}
#header.tdi-header .tdi-topbar .shop-phone,
#header.tdi-header .tdi-topbar .shop-phone strong {
  color: #FFFFFF;
  margin: 0;
  font-weight: 500;
}
@media (max-width: 767px) {
  #header.tdi-header .tdi-topbar {
    font-size: 11px;
  }
  #header.tdi-header .tdi-topbar .container {
    justify-content: center;
    text-align: center;
  }
}
#header.tdi-header .tdi-bar {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center;
  min-height: 80px;
  gap: 24px;
}
#header.tdi-header .tdi-logo {
  flex: 0 0 auto;
  display: inline-block;
  line-height: 0;
}
#header.tdi-header .tdi-logo img {
  height: 32px;
  width: auto;
  display: block;
}
#header.tdi-header .tdi-nav {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-start;
  margin-left: 32px;
  min-width: 0;
}
#header.tdi-header .tdi-nav #block_top_menu {
  position: static !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  width: auto !important;
  float: none !important;
  margin: 0;
  padding: 0;
}
#header.tdi-header .tdi-nav .cat-title {
  display: none !important;
}
#header.tdi-header .tdi-nav .sf-menu {
  width: auto !important;
  float: none !important;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  margin: 0;
  padding: 0;
  background: none;
}
#header.tdi-header .tdi-nav .sf-menu > li {
  float: none !important;
  margin: 0;
  height: auto;
  background: none;
  position: relative;
  display: flex;
  align-items: center;
}
#header.tdi-header .tdi-nav .sf-menu > li > a {
  display: block;
  padding: 8px 16px;
  background: none;
  border: 0;
  font: 500 16px/1 "Raleway", sans-serif;
  color: #20284E;
  text-transform: none;
  box-shadow: none;
}
#header.tdi-header .tdi-nav .sf-menu > li > a:hover,
#header.tdi-header .tdi-nav .sf-menu > li.sfHover > a {
  color: #434F9D;
  background: none;
}
#header.tdi-header .tdi-nav .sf-menu > li > ul {
  top: 100% !important;
  left: 0;
  margin-top: 0 !important;
  width: 760px;
  min-width: 720px;
  max-width: calc(100vw - 40px);
  padding: 28px 32px 14px;
  background: #434F9D !important;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(28, 27, 57, 0.22);
  color: #FFFFFF;
}
#header.tdi-header .tdi-nav .sf-menu > li > ul > li {
  float: left;
  width: 20%;
  margin: 0;
  padding: 0 12px 18px 0;
  background: none;
}
#header.tdi-header .tdi-nav .sf-menu > li > ul > li > a {
  display: block;
  padding: 0 0 14px;
  background: none;
  color: #FFFFFF !important;
  text-transform: none;
  font: 700 16px/1.2 "Raleway", sans-serif !important;
}
#header.tdi-header .tdi-nav .sf-menu > li > ul li ul {
  background: none !important;
  padding: 0;
}
#header.tdi-header .tdi-nav .sf-menu > li > ul li ul li {
  background: none;
  width: 100%;
}
#header.tdi-header .tdi-nav .sf-menu li li li a {
  display: block;
  padding: 0 0 14px !important;
  background: none;
  color: rgba(255, 255, 255, 0.9) !important;
  font: 400 16px/1 "Raleway", sans-serif !important;
}
#header.tdi-header .tdi-nav .sf-menu li li li a:before {
  content: none !important;
  padding: 0 !important;
}
#header.tdi-header .tdi-nav .sf-menu > li > ul a:hover {
  color: #FFFFFF !important;
  background: none !important;
  text-decoration: underline;
}
#header.tdi-header .tdi-nav .sf-search {
  display: none;
}
#header.tdi-header .tdi-actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: auto;
}
#header.tdi-header .tdi-search #search_block_top {
  width: 160px;
  float: none;
  margin: 0;
  padding: 0;
}
#header.tdi-header .tdi-search form {
  position: relative;
  margin: 0;
}
#header.tdi-header .tdi-search .search_query {
  width: 160px;
  height: 48px;
  padding: 0 40px 0 18px;
  background: #EDEBEB;
  border: 0;
  border-radius: 8px;
  font: 400 15px "Raleway", sans-serif;
  color: #1D1D1B;
  box-shadow: none;
}
#header.tdi-header .tdi-search .search_query::placeholder {
  color: #7E7E83;
}
#header.tdi-header .tdi-search .button-search {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  padding: 0;
  min-width: 0;
  background: none;
  border: 0;
  box-shadow: none;
  color: #7E7E83;
}
#header.tdi-header .tdi-search .button-search span {
  font-size: 0;
}
#header.tdi-header .tdi-search .button-search span:before {
  font-family: "FontAwesome";
  content: "\f002";
  font-size: 16px;
}
#header.tdi-header .tdi-login {
  display: flex;
  align-items: center;
}
#header.tdi-header .tdi-login .header_user_info {
  margin: 0;
}
#header.tdi-header .tdi-login .header_user_info a {
  display: inline-block;
  height: 48px;
  line-height: 46px;
  padding: 0 30px;
  background: #FFFFFF;
  border: 1px solid #d6d4d4;
  border-radius: 8px;
  color: #1D1D1B;
  font: 600 16px "Raleway", sans-serif;
  text-align: center;
  white-space: nowrap;
}
#header.tdi-header .tdi-login .header_user_info a:hover {
  border-color: #434F9D;
  color: #434F9D;
}
@media (max-width: 991px) {
  #header.tdi-header .tdi-bar {
    flex-wrap: wrap;
    min-height: 0;
    padding: 12px 0;
    gap: 12px;
  }
  #header.tdi-header .tdi-nav {
    order: 3;
    flex: 1 0 100%;
    justify-content: flex-start;
  }
  #header.tdi-header .tdi-nav .sf-menu {
    flex-wrap: wrap;
  }
  #header.tdi-header .tdi-actions {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  #header.tdi-header .tdi-search {
    display: none;
  }
}

#homepage-slider.tdi-hero {
  position: relative;
  display: block;
  float: none;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#homepage-slider.tdi-hero .tdi-hero-track {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  transition: transform 0.6s ease;
}
#homepage-slider.tdi-hero .tdi-hero-slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  list-style: none;
  overflow: hidden;
}
#homepage-slider.tdi-hero ul#homeslider {
  margin: 0;
  padding: 0;
  max-height: none !important;
  list-style: none;
}
#homepage-slider.tdi-hero .tdi-hero-slide > .container {
  position: relative;
  z-index: 2;
}
#homepage-slider.tdi-hero .tdi-hero--brother {
  background: radial-gradient(135% 160% at 0% 0%, #6f88c7 0%, #8ba2d4 22%, #b7c4e6 47%, #e7edf6 74%, #f2f5fb 100%);
}
#homepage-slider.tdi-hero .tdi-hero--color {
  background: #14101b;
}
#homepage-slider.tdi-hero .tdi-hero--color .tdi-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("../img/home/hero-impresoras.jpg") right center/cover no-repeat;
}
#homepage-slider.tdi-hero .tdi-hero--color .tdi-hero-bg:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15, 11, 22, 0.94) 0%, rgba(15, 11, 22, 0.6) 36%, rgba(15, 11, 22, 0) 68%);
}
#homepage-slider.tdi-hero .tdi-hero--color .tdi-hero-text {
  flex: 0 0 52%;
  max-width: 520px;
}
#homepage-slider.tdi-hero .tdi-hero--color h1, #homepage-slider.tdi-hero .tdi-hero--color h2 {
  color: #FFFFFF;
}
#homepage-slider.tdi-hero .tdi-hero--color p {
  color: #FFFFFF;
  font-weight: 600;
}
#homepage-slider.tdi-hero .tdi-hero-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 480px;
  padding: 32px 0;
}
#homepage-slider.tdi-hero .tdi-hero-text {
  flex: 0 0 46%;
  max-width: 500px;
}
#homepage-slider.tdi-hero .tdi-hero-text .brother {
  display: block;
  width: 190px;
  height: 42px;
  margin: 0 0 16px;
}
#homepage-slider.tdi-hero .tdi-hero-text h1,
#homepage-slider.tdi-hero .tdi-hero-text h2 {
  margin: 0 0 18px;
  color: #434F9D;
  font: 900 46px/1 "Raleway", sans-serif;
  text-transform: uppercase;
}
#homepage-slider.tdi-hero .tdi-hero-text p {
  margin: 0 0 28px;
  max-width: 472px;
  color: #1D1D1B;
  font: 500 20px/1.35 "Raleway", sans-serif;
}
#homepage-slider.tdi-hero .tdi-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#homepage-slider.tdi-hero .tdi-hero-media {
  flex: 1 1 auto;
  text-align: right;
  min-width: 0;
}
#homepage-slider.tdi-hero .tdi-hero-media img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
#homepage-slider.tdi-hero .tdi-hero-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: 10px;
}
#homepage-slider.tdi-hero .tdi-hero-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}
#homepage-slider.tdi-hero .tdi-hero-dots button.is-active {
  background: #FFFFFF;
  transform: scale(1.2);
}
#homepage-slider.tdi-hero .bx-controls, #homepage-slider.tdi-hero .bx-pager {
  display: none;
}
@media (max-width: 991px) {
  #homepage-slider.tdi-hero .tdi-hero-inner {
    flex-direction: column;
    align-items: flex-start;
    min-height: 0;
    gap: 16px;
  }
  #homepage-slider.tdi-hero .tdi-hero-text,
  #homepage-slider.tdi-hero .tdi-hero--color .tdi-hero-text {
    flex: 1 1 100%;
    max-width: 100%;
  }
  #homepage-slider.tdi-hero .tdi-hero-text h1, #homepage-slider.tdi-hero .tdi-hero-text h2 {
    font-size: 34px;
  }
  #homepage-slider.tdi-hero .tdi-hero-text p {
    font-size: 17px;
  }
  #homepage-slider.tdi-hero .tdi-hero-media {
    width: 100%;
    text-align: center;
  }
  #homepage-slider.tdi-hero .tdi-hero--color .tdi-hero-bg {
    background-position: 70% center;
  }
  #homepage-slider.tdi-hero .tdi-hero--color .tdi-hero-bg:after {
    background: linear-gradient(180deg, rgba(15, 11, 22, 0.55) 0%, rgba(15, 11, 22, 0.88) 100%);
  }
  #homepage-slider.tdi-hero .tdi-hero-dots {
    bottom: 10px;
  }
}

.tdi-btn {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  padding: 0 24px;
  border-radius: 8px;
  font: 700 16px "Raleway", sans-serif;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid transparent;
  transition: opacity 0.15s ease, background 0.15s ease;
}
.tdi-btn:hover {
  text-decoration: none;
  opacity: 0.92;
}

.tdi-btn-primary {
  background: #434F9D;
  color: #FFFFFF;
}

.tdi-btn-primary:hover {
  color: #FFFFFF;
}

.tdi-btn-light {
  background: #FFFFFF;
  color: #1D1D1B;
}

.tdi-btn-light:hover {
  color: #434F9D;
}

#index #left_column, #index #right_column {
  display: none !important;
}
#index #columns {
  padding-top: 0;
}
#index #center_column {
  width: 100%;
  float: none;
  padding: 0;
}
#index .tdi-fullbleed {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
#index .tdi-brands {
  background: #FFFFFF;
  padding: 30px 0;
  border-bottom: 1px solid #EDEBEB;
}
#index .tdi-brands img {
  display: block;
  width: 100%;
  max-width: 1170px;
  height: auto;
  margin: 0 auto;
  padding: 0 15px;
}
#index .tdi-home-main {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin: 40px auto;
}
#index .tdi-home-left {
  flex: 1 1 auto;
  min-width: 0;
}
#index .tdi-home-right {
  flex: 0 0 264px;
  width: 264px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
#index .tdi-home-right .tdi-service-card {
  display: block;
  line-height: 0;
}
#index .tdi-home-right .tdi-service-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
#index .tdi-centro {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 106px;
  margin-bottom: 24px;
  padding: 0 0 0 47px;
  background: #20284E;
  border-radius: 8px;
}
#index .tdi-centro .brother {
  width: 189px;
  height: 41px;
  flex: 0 0 auto;
}
#index .tdi-centro h2 {
  margin: 0 0 0 60px;
  flex: 1 1 auto;
  max-width: 257px;
  color: #FFFFFF;
  font: 700 22px/1.1 "Raleway", sans-serif;
  text-transform: uppercase;
}
#index .tdi-centro .centro-img {
  flex: 0 0 auto;
  align-self: stretch;
  width: 169px;
  height: 106px;
  object-fit: cover;
  margin-left: 16px;
}
#index .tdi-home-left .tab-pane {
  display: block;
  opacity: 1;
  visibility: visible;
}
#index .tdi-home-left #homefeatured {
  margin: 0;
}
#index .tdi-home-left .product_list {
  margin: 0 -10px;
}
#index .tdi-home-left .product_list > li {
  padding: 0 10px 20px;
}
@media (max-width: 991px) {
  #index .tdi-home-main {
    flex-direction: column;
  }
  #index .tdi-home-right {
    flex: 1 1 100%;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #index .tdi-home-right .tdi-service-card {
    flex: 1 1 45%;
  }
  #index .tdi-centro {
    height: auto;
    padding: 16px 16px 16px 24px;
    flex-wrap: wrap;
  }
  #index .tdi-centro h2 {
    margin: 8px 0;
    font-size: 18px;
  }
  #index .tdi-centro .centro-img {
    display: none;
  }
}
