#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-flex;
  align-items: center;
  gap: 12px;
  line-height: 1;
}
#header.tdi-header .tdi-logo-icon {
  width: 70px;
  height: 32px;
  display: block;
  flex: 0 0 auto;
}
#header.tdi-header .tdi-logo-text {
  color: #20284E;
  font: 800 italic 17px/1 "Raleway", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
@media (max-width: 767px) {
  #header.tdi-header .tdi-logo-text {
    display: none;
  }
}
#header.tdi-header .tdi-nav {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  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;
  display: flex;
  align-items: center;
}
#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 {
  position: relative;
  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 a {
  -webkit-tap-highlight-color: transparent;
}
#header.tdi-header .tdi-nav .sf-menu > li > a:focus,
#header.tdi-header .tdi-nav .sf-menu > li > a:active {
  background: none;
  outline: 0;
  box-shadow: none;
  color: #434F9D;
}
#header.tdi-header .tdi-nav .sf-menu > li > a:after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 0;
  height: 4px;
  background: #434F9D;
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.15s ease;
}
#header.tdi-header .tdi-nav .sf-menu > li > a:hover:after,
#header.tdi-header .tdi-nav .sf-menu > li.sfHover > a:after {
  transform: scaleX(1);
}
#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,
#header.tdi-header .tdi-nav #searchbox,
#header.tdi-header .tdi-nav .sf-menu .sf-search {
  display: none !important;
}
#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 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 {
  display: none !important;
}
#header.tdi-header .tdi-search .button-search--off {
  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-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 30px;
  background: #FFFFFF;
  border: 1px solid #d6d4d4;
  border-radius: 8px;
  color: #1D1D1B;
  font: 600 16px/1 "Raleway", sans-serif;
  text-align: center;
  white-space: nowrap;
  text-transform: none;
}
#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-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;
}
#index .tdi-home-left .product-container {
  position: relative;
  height: 100%;
  background: #FFFFFF;
  border: 1px solid #EDEBEB;
  border-radius: 8px;
  overflow: hidden;
}
#index .tdi-home-left .left-block,
#index .tdi-home-left .right-block {
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
}
#index .tdi-home-left .product-image-container {
  display: block;
  margin: 0;
  padding: 12px;
  background: #FFFFFF;
  text-align: center;
}
#index .tdi-home-left .product-image-container .product_img_link {
  display: block;
  line-height: 0;
}
#index .tdi-home-left .product-image-container img {
  display: block;
  width: 100%;
  max-width: 240px;
  height: 240px;
  margin: 0 auto;
  object-fit: contain;
}
#index .tdi-home-left .product-image-container .content_price,
#index .tdi-home-left .quick-view,
#index .tdi-home-left .quick-view-wrapper-mobile,
#index .tdi-home-left .new-box,
#index .tdi-home-left .sale-box {
  display: none !important;
}
#index .tdi-home-left .right-block h5 {
  margin: 0;
  padding: 20px 24px 24px;
  border-top: 1px solid #EDEBEB;
  min-height: 90px;
}
#index .tdi-home-left .right-block h5 .product-name {
  display: block;
  color: #1D1D1B;
  font: 500 16px/1.25 "Raleway", sans-serif;
  text-transform: none;
}
#index .tdi-home-left .right-block .product-desc,
#index .tdi-home-left .right-block .content_price,
#index .tdi-home-left .right-block .product-flags,
#index .tdi-home-left .right-block .availability,
#index .tdi-home-left .right-block .hook-reviews,
#index .tdi-home-left .right-block .button-container,
#index .tdi-home-left .functional-buttons {
  display: none !important;
}
#index .tdi-home-left .product-container .ssk-group {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 4px;
}
#index .tdi-home-left .product-container .ssk-group .ssk {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #434F9D;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#index .tdi-home-banner {
  margin: 8px 0 0;
}
#index .tdi-home-banner img {
  display: block;
  width: 100%;
  height: auto;
}
@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;
  }
}

.tdi-service-aside {
  flex: 0 0 264px;
  width: 264px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.tdi-service-aside .tdi-service-card {
  display: block;
  line-height: 0;
}

.tdi-service-aside .tdi-service-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

#category #left_column, #category #right_column {
  display: none !important;
}
#category #center_column {
  width: 100%;
  float: none;
}
#category .tdi-cat-layout {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
#category .tdi-cat-main {
  flex: 1 1 auto;
  min-width: 0;
}
#category .page-heading {
  margin: 0 0 24px;
  padding: 0;
  border: 0;
  background: none;
  color: #434F9D;
  font: 900 34px/1.1 "Raleway", sans-serif;
  text-transform: uppercase;
}
#category .page-heading .cat-name {
  color: #434F9D;
}
#category .page-heading .heading-counter {
  display: inline-block;
  margin-left: 12px;
  color: #7E7E83;
  font: 400 16px/1 "Raleway", sans-serif;
  text-transform: none;
}
#category .tdi-cat-main .product_list {
  margin: 0 -10px;
}
#category .tdi-cat-main .product_list > li {
  padding: 0 10px 24px;
}
#category .tdi-cat-main .product-container {
  position: relative;
  height: 100%;
  background: #FFFFFF;
  border: 1px solid #EDEBEB;
  border-radius: 8px;
  overflow: hidden;
}
#category .tdi-cat-main .left-block,
#category .tdi-cat-main .right-block {
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
}
#category .tdi-cat-main .product-image-container {
  display: block;
  margin: 0;
  padding: 12px;
  background: #FFFFFF;
  text-align: center;
}
#category .tdi-cat-main .product-image-container .product_img_link {
  display: block;
  line-height: 0;
}
#category .tdi-cat-main .product-image-container img {
  display: block;
  width: 100%;
  max-width: 240px;
  height: 240px;
  margin: 0 auto;
  object-fit: contain;
}
#category .tdi-cat-main .product-image-container .content_price,
#category .tdi-cat-main .quick-view,
#category .tdi-cat-main .quick-view-wrapper-mobile,
#category .tdi-cat-main .new-box,
#category .tdi-cat-main .sale-box {
  display: none !important;
}
#category .tdi-cat-main .right-block h5 {
  margin: 0;
  padding: 20px 24px 24px;
  border-top: 1px solid #EDEBEB;
  min-height: 90px;
}
#category .tdi-cat-main .right-block h5 .product-name {
  display: block;
  color: #1D1D1B;
  font: 500 16px/1.25 "Raleway", sans-serif;
  text-transform: none;
}
#category .tdi-cat-main .right-block .product-desc,
#category .tdi-cat-main .right-block .content_price,
#category .tdi-cat-main .right-block .product-flags,
#category .tdi-cat-main .right-block .availability,
#category .tdi-cat-main .right-block .hook-reviews,
#category .tdi-cat-main .right-block .button-container,
#category .tdi-cat-main .functional-buttons {
  display: none !important;
}
#category .tdi-cat-main .product-container .ssk-group {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 4px;
}
#category .tdi-cat-main .product-container .ssk-group .ssk {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #434F9D;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  #category .tdi-cat-layout {
    flex-direction: column;
  }
  #category .tdi-service-aside {
    flex: 1 1 100%;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #category .tdi-service-aside .tdi-service-card {
    flex: 1 1 45%;
  }
  #category .page-heading {
    font-size: 26px;
  }
}

#block_marcas {
  display: none !important;
}

.tdi-marcas {
  background: #FFFFFF;
  padding: 26px 0;
  border-top: 1px solid #EDEBEB;
}

.tdi-marcas__row {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.tdi-marcas__row a {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.tdi-marcas__row img {
  height: 16px;
  width: auto;
  display: block;
  opacity: 0.8;
  transition: opacity 0.15s ease;
}

.tdi-marcas__row a:hover img {
  opacity: 1;
}

@media (max-width: 991px) {
  .tdi-marcas__row {
    justify-content: center;
    gap: 22px 28px;
  }
}
#newsletter_block_left,
.block_newsletter,
#footer .newsletter {
  display: none !important;
}

#cms #left_column, #cms #right_column {
  display: none !important;
}
#cms #center_column {
  width: 100%;
  float: none;
}
#cms .tdi-cms-layout {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
#cms .tdi-cms-main {
  flex: 1 1 auto;
  min-width: 0;
}
#cms .tdi-empresa-img {
  display: block;
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 8px;
  margin: 0 0 24px;
}
#cms .rte, #cms .rte p, #cms .rte li, #cms .rte span, #cms .rte h1, #cms .rte h2, #cms .rte h3, #cms .rte h4 {
  font-family: "Raleway", Arial, Helvetica, sans-serif !important;
}
#cms .rte {
  color: #1D1D1B;
  font-size: 16px;
  line-height: 1.7;
}
#cms .rte p {
  margin: 0 0 14px;
}
@media (max-width: 991px) {
  #cms .tdi-cms-layout {
    flex-direction: column;
  }
  #cms .tdi-service-aside {
    flex: 1 1 100%;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #cms .tdi-service-aside .tdi-service-card {
    flex: 1 1 45%;
  }
  #cms .tdi-empresa-img {
    height: 220px;
  }
}

#product #left_column, #product #right_column {
  display: none !important;
}
#product #center_column {
  width: 100%;
  float: none;
}
#product .tdi-prod-layout {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
#product .tdi-prod-main {
  flex: 1 1 auto;
  min-width: 0;
}
#product .pb-left-column h1[itemprop=name] {
  margin: 0 0 16px;
  color: #20284E;
  font: 800 30px/1.15 "Raleway", sans-serif;
}
#product .tdi-wa-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 48px;
  padding: 0 22px;
  margin: 12px 0 0;
  background: #25D366;
  color: #FFFFFF;
  border-radius: 8px;
  font: 700 16px "Raleway", sans-serif;
  white-space: nowrap;
}
#product .tdi-wa-btn:hover {
  color: #FFFFFF;
  opacity: 0.92;
  text-decoration: none;
}
#product .tdi-wa-btn img {
  width: 22px;
  height: 22px;
  display: block;
}
@media (max-width: 991px) {
  #product .tdi-prod-layout {
    flex-direction: column;
  }
  #product .tdi-service-aside {
    flex: 1 1 100%;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #product .tdi-service-aside .tdi-service-card {
    flex: 1 1 45%;
  }
}

.contbreadcrumb {
  background: linear-gradient(90deg, #434F9D 0%, #20284E 100%);
  margin: 0 0 32px;
  border: 0;
}

.contbreadcrumb > .container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

.contbreadcrumb .breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 96px;
  margin: 0;
  padding: 22px 0;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.contbreadcrumb .breadcrumb a,
.contbreadcrumb .breadcrumb > span,
.contbreadcrumb .breadcrumb .navigation-pipe {
  color: rgba(255, 255, 255, 0.85);
  float: none;
  font: 600 15px/1.2 "Raleway", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.contbreadcrumb .breadcrumb a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.contbreadcrumb .breadcrumb .home i {
  color: #FFFFFF;
  font-size: 18px;
}

.contbreadcrumb .breadcrumb a:last-of-type,
.contbreadcrumb .breadcrumb .navigation_page:last-child,
.contbreadcrumb .breadcrumb .navigation_page:last-child a {
  color: #FFFFFF;
  font-weight: 900;
  font-size: 34px;
  line-height: 1;
  letter-spacing: 0;
}

@media (max-width: 991px) {
  .contbreadcrumb {
    margin-bottom: 20px;
  }
  .contbreadcrumb .breadcrumb {
    min-height: 0;
    padding: 16px 0;
  }
  .contbreadcrumb .breadcrumb a:last-of-type,
  .contbreadcrumb .breadcrumb .navigation_page:last-child,
  .contbreadcrumb .breadcrumb .navigation_page:last-child a {
    font-size: 24px;
  }
}
.tdi-nl {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100000;
}

.tdi-nl[hidden] {
  display: none;
}

.tdi-nl__box {
  position: relative;
  width: 564px;
  height: 400px;
  transform-origin: right center;
}

.tdi-nl__whitecard {
  position: absolute;
  left: 164px;
  top: 61px;
  width: 400px;
  height: 217px;
  z-index: 1;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(28, 27, 57, 0.28);
}

.tdi-nl__title {
  position: absolute;
  left: 288px;
  top: 92px;
  width: 239px;
  z-index: 3;
}

.tdi-nl__title strong {
  display: block;
  color: #20284E;
  font: 700 22px/1.15 "Raleway", sans-serif;
}

.tdi-nl__title span {
  display: block;
  margin-top: 10px;
  color: #20284E;
  font: 500 16px/1.3 "Raleway", sans-serif;
}

.tdi-nl__man {
  position: absolute;
  left: 0;
  top: 0;
  width: 344px;
  height: 400px;
  z-index: 2;
  object-fit: cover;
  object-position: bottom;
  pointer-events: none;
}

.tdi-nl__form {
  position: absolute;
  left: 164px;
  top: 212px;
  width: 400px;
  height: 188px;
  z-index: 4;
  background: #434F9D;
  border-radius: 8px;
  padding: 26px 24px 24px 56px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tdi-nl__form input[type=text],
.tdi-nl__form input[type=email] {
  height: 38px;
  padding: 0 16px;
  width: 100%;
  background: #EDEBEB;
  border: 0;
  border-radius: 5px;
  font: 400 16px "Raleway", sans-serif;
  color: #1D1D1B;
}

.tdi-nl__form input::placeholder {
  color: #1D1D1B;
  opacity: 0.7;
}

.tdi-nl__form button[type=submit] {
  height: 38px;
  border: 0;
  border-radius: 5px;
  background: #1D1D1B;
  color: #FFFFFF;
  font: 500 16px "Raleway", sans-serif;
  cursor: pointer;
}

.tdi-nl__form button[type=submit]:hover {
  opacity: 0.92;
}

.tdi-nl__close {
  position: absolute;
  top: 66px;
  right: 22px;
  z-index: 5;
  width: 22px;
  height: 22px;
  padding: 0;
  border: 0;
  background: none;
  color: #20284E;
  font: 400 22px/1 "Raleway", sans-serif;
  cursor: pointer;
}

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

@media (max-width: 600px) {
  .tdi-nl {
    right: 0;
    bottom: 8px;
    top: auto;
    transform: none;
  }
  .tdi-nl__box {
    transform: scale(0.62);
    transform-origin: bottom right;
  }
}
