:root {
  --blue: #169bd5;
  --blue-dark: #0f5f88;
  --ink: #26323d;
  --muted: #667481;
  --line: #e4ebf1;
  --surface: #ffffff;
  --soft: #f5f8fb;
  --footer: #202932;
  --footer-2: #161d24;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

body.mztex-site {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

a {
  color: var(--blue-dark);
  text-decoration: none;
}

a:hover {
  color: var(--blue);
}

/* Joomla menu anchor CSS is applied to the link itself; keep FA on the generated icon only. */
.mztex-site a.fa,
.mztex-site a.fas,
.mztex-site a.far,
.mztex-site a.fab,
.mztex-site a.fa-solid,
.mztex-site a.fa-regular,
.mztex-site a.fa-brands {
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.mztex-site a.fa::before,
.mztex-site a.fas::before,
.mztex-site a.fa-solid::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 8px;
}

.mztex-site a.far::before,
.mztex-site a.fa-regular::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.mztex-site a.fab::before,
.mztex-site a.fa-brands::before {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

img {
  max-width: 100%;
  height: auto;
}

iframe,
video,
embed,
object {
  max-width: 100%;
}

table {
  max-width: 100%;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.container {
  width: min(100% - 32px, var(--max));
  margin-inline: auto;
}

.top-panel {
  background: var(--footer-2);
  color: #fff;
  padding: 14px 0;
}

.top-nav {
  background: #454545;
  border-bottom: 1px solid #393939;
  color: #999;
  font-size: 13px;
}

.top-nav-inner,
.main-nav-inner,
.footer-copy-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.top-nav-inner {
  min-height: 45px;
}

.top-contact,
.top-actions {
  display: flex;
  align-items: center;
  min-width: 0;
}

.top-contact {
  flex: 1 1 auto;
}

.top-contact p,
.top-contact .mod-custom,
.top-actions .mod-menu,
.top-actions .mod-languages,
.top-actions .mod-languages__list {
  margin: 0;
}

.top-contact p,
.top-contact-links,
.top-actions,
.top-actions .mod-menu,
.top-actions .mod-menu > li,
.top-actions .mod-languages__list,
.top-actions .mod-languages__list > li {
  display: flex;
  align-items: center;
  gap: 14px;
}

.top-contact p,
.top-contact-links {
  flex-wrap: wrap;
  gap: 8px 18px;
}

.top-actions {
  flex: 0 1 auto;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0;
  min-width: 0;
}

.top-actions ul,
.site-menu ul,
.footer-main ul,
.footer-copy ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-actions li,
.site-menu li {
  display: inline-block;
}

.top-nav a,
.top-contact joomla-hidden-mail {
  color: #999;
  transition: color 0.2s ease;
}

.top-nav a:hover,
.top-contact joomla-hidden-mail:hover,
.top-nav a[aria-current="true"],
.top-actions .lang-active a {
  color: #fff;
}

.top-contact .fa,
.top-nav [class^="icon-"],
.top-nav [class*=" icon-"],
.top-actions a.fa::before {
  color: currentColor;
  font-size: 12px;
  margin-right: 6px;
}

.top-actions a {
  display: inline-flex;
  align-items: center;
  color: #999;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}

.top-actions a.fa::before {
  color: currentColor;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.top-actions .mod-languages__list a {
  margin-left:10px;
}

.top-actions .mod-languages__list a,
.top-actions .mod-languages__list .lang-active,
.top-actions .mod-languages__list .lang-active > a {
  background: transparent;
  border: 0;
  padding: 0;
}

.top-actions .mod-languages__list {
  gap: 0;
}

.top-actions .mod-languages__list > li {
  gap: 0;
  margin: 0;
  padding: 0;
}

.top-actions .mod-languages__list a {
  min-height: 45px;
  padding: 0 8px;
}

.main-nav {
  background: var(--surface);
  box-shadow: 0 2px 18px rgb(23 38 52 / 8%);
  position: sticky;
  top: 0;
  z-index: 50;
}

.main-nav-inner {
  min-height: 88px;
  position: relative;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 188px;
  flex: 0 0 auto;
}

.brand img {
  display: block;
  max-height: 64px;
}

.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  padding: 9px 12px;
  font-weight: 700;
}

.site-menu {
  flex: 1 1 auto;
  min-width: 0;
  text-align: right;
}

.site-menu a,
.site-menu span.separator {
  display: inline-flex;
  align-items: center;
  padding: 30px 10px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.site-menu .current > a,
.site-menu a:hover {
  color: var(--blue);
}

.site-menu li {
  position: relative;
}

.site-menu li ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 60;
  min-width: 240px;
  padding: 10px 0;
  background: #fff;
  border-top: 3px solid var(--blue);
  box-shadow: 0 16px 30px rgb(26 43 58 / 18%);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: .18s ease;
  text-align: left;
}

.site-menu li:hover > ul,
.site-menu li:focus-within > ul {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.site-menu li ul li {
  display: block;
}

.site-menu li ul a,
.site-menu li ul span.separator {
  display: block;
  padding: 10px 18px;
  text-transform: none;
  font-weight: 600;
}

.site-menu .products-mega-parent {
  position: static;
}

.site-menu .products-mega-parent > a::after {
  width: 0;
  height: 0;
  margin-left: 7px;
  border-top: 4px solid currentColor;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.site-menu .products-mega {
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  z-index: 70;
  width: min(calc(100vw - 32px), 780px);
  padding: 22px;
  background: #fff;
  border-top: 3px solid var(--blue);
  box-shadow: 0 20px 38px rgb(26 43 58 / 20%);
  opacity: 0;
  pointer-events: none;
  text-align: left;
  transform: translateX(-50%);
  transition: opacity .06s linear;
}

.site-menu .products-mega::before {
  position: absolute;
  top: -16px;
  right: 0;
  left: 0;
  height: 16px;
  content: "";
}

.site-menu .products-mega-parent:hover > .products-mega,
.site-menu .products-mega-parent:focus-within > .products-mega {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%);
}

.products-mega__inner {
  display: grid;
  align-items: stretch;
  grid-template-columns: minmax(0, 1fr) 170px;
  gap: 24px;
}

.site-menu .products-mega a {
  color: var(--ink);
  text-transform: none;
}

.products-mega__groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.products-mega__aside {
  padding-left: 18px;
  border-left: 1px solid var(--line);
}

.site-menu .products-mega__consumables {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
  padding: 6px 0;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.site-menu .products-mega__consumables img {
  width: min(100%, 150px);
  height: auto;
  object-fit: contain;
}

.site-menu .products-mega__consumables:hover {
  color: var(--blue);
}

.products-mega__group h3 {
  margin: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--line);
  color: var(--blue-dark);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.products-mega__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2px;
}

.site-menu .products-mega__product {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 6px 4px;
  border-bottom: 1px solid rgb(228 235 241 / 70%);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.site-menu .products-mega__product::before {
  width: 5px;
  height: 5px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--blue);
  content: "";
}

.site-menu .products-mega__product:hover {
  color: var(--blue);
  background: #f8fbfd;
}

.site-search {
  width: 190px;
  flex: 0 0 auto;
}

.site-search input {
  width: 100%;
  border: 1px solid var(--line);
  padding: 9px 11px;
}

.hero-slider {
  background: linear-gradient(120deg, #f6fbff 0%, #eaf4fa 52%, #ffffff 100%);
  overflow: hidden;
}

.mztex-slider {
  position: relative;
  isolation: isolate;
}

.mztex-slide {
  position: relative;
  min-height: 520px;
  display: grid;
  align-items: center;
  background-position: center;
  background-size: 106%;
  overflow: hidden;
  animation: mztexHeroBg 18s ease-in-out infinite alternate;
}

.mztex-slide::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    radial-gradient(circle at 72% 35%, rgb(22 155 213 / 10%), transparent 32%),
    radial-gradient(circle at 24% 70%, rgb(15 95 136 / 8%), transparent 30%),
    linear-gradient(90deg, rgb(255 255 255 / 85%), rgb(255 255 255 / 30%));
  animation: mztexHeroGlow 11s ease-in-out infinite alternate;
}

.mztex-slide-inner {
  width: min(100% - 32px, var(--max));
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: center;
}

.mztex-slide-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 560px;
}

.mztex-slide-copy::after {
  order: 3;
  display: block;
  width: 188px;
  height: 29px;
  margin: 22px 0 24px;
  background: url("/images/logo-atexco.png") center / contain no-repeat;
  content: "";
  animation: mztexLogoIn .58s cubic-bezier(.2, .8, .2, 1) .46s both;
}

.mztex-slide-title {
  order: 1;
  margin: 0 0 12px;
  color: #173b56;
  font-family: Raleway, Arial, sans-serif;
  font-size: clamp(34px, 4.6vw, 58px);
  line-height: 1.04;
  font-weight: 800;
  animation: mztexHeroTextIn .62s cubic-bezier(.2, .8, .2, 1) .08s both;
}

.mztex-slide-text {
  order: 2;
  margin: 0;
  color: #425464;
  font-size: 18px;
  animation: mztexHeroTextIn .62s cubic-bezier(.2, .8, .2, 1) .28s both;
}

.mztex-slide-image {
  justify-self: end;
  max-height: 330px;
  object-fit: contain;
  filter: drop-shadow(0 20px 24px rgb(20 45 66 / 14%));
  animation: mztexMachineIn .82s cubic-bezier(.2, .8, .25, 1) .72s both, mztexFloat 6s ease-in-out 1.65s infinite;
}

.button,
.mztex-slide-link,
.newsletter-form button,
.mztex-contact button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 0;
  background: var(--blue);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.button:hover,
.mztex-slide-link:hover,
.newsletter-form button:hover,
.mztex-contact button:hover {
  background: var(--blue-dark);
  color: #fff;
}

.mztex-slide-link {
  order: 4;
  animation: mztexHeroTextIn .58s cubic-bezier(.2, .8, .2, 1) .64s both;
}

.page-title {
  background: #ebebeb url("/images/cap-dintre2.jpg") center / cover no-repeat;
  border-bottom: 1px solid #d9e1e7;
  padding: 78px 0 42px;
}

.page-title .container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
}

.page-title h1 {
  margin: 0;
  color: #111;
  font-family: Raleway, Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}

.page-title nav,
.page-title .mod-breadcrumbs__wrapper {
  min-width: 0;
}

.page-title .breadcrumb,
.page-title .mod-breadcrumbs,
.page-title ol,
.page-title ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  background: transparent;
}

.page-title li,
.page-title .breadcrumb-item,
.page-title .mod-breadcrumbs__item {
  display: inline-flex;
  align-items: center;
  color: var(--blue);
  font-size: 12px;
  line-height: 1.5;
}

.page-title .float-start,
.page-title .divider,
.page-title .icon-location {
  display: none;
}

.page-title li + li::before,
.page-title .breadcrumb-item + .breadcrumb-item::before,
.page-title .mod-breadcrumbs__item + .mod-breadcrumbs__item::before {
  content: "/";
  padding: 0 10px;
  color: #77838e;
}

.page-title .breadcrumb > li:nth-child(2)::before,
.page-title .mod-breadcrumbs > li:nth-child(2)::before {
  content: "";
  padding: 0;
}

.page-title a {
  color: #111;
}

.page-title a:hover {
  color: var(--blue);
}

.page-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  min-width: 0;
  padding: 44px 0;
}

.main-content,
.home-sections,
.moduletable,
.mod-custom,
.custom {
  min-width: 0;
  max-width: 100%;
}

.main-content table,
.home-sections table {
  display: block;
  overflow-x: auto;
}

.page-grid.has-left {
  grid-template-columns: 280px 1fr;
}

.page-grid.has-right {
  grid-template-columns: 1fr 280px;
}

.page-grid.has-left.has-right {
  grid-template-columns: 240px 1fr 280px;
}

.sidebar {
  color: var(--muted);
}

.sidebar .moduletable,
.sidebar .mod-custom,
.sidebar section {
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.home-sections {
  background: #fff;
}

.home-feature-news {
  background: #3f3f3f;
  border-top: 1px solid #393939;
  padding: 34px 0;
}

.feature-news-grid {
  display: grid;
  gap: 24px;
  align-items: stretch;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.feature-news-grid > .mod-custom,
.feature-news-grid > .one_fourth {
  display: grid;
  align-content: start;
  gap: 12px;
  min-width: 0;
  min-height: 100%;
  color: #d6d6d6;
  padding: 24px;
}

.feature-news-grid .one_fourth {
  display: grid;
  gap: 12px;
}

.feature-news-grid .white,
.feature-news-grid h3,
.feature-news-grid h4 {
  margin: 0 0 12px;
  color: #fff;
  font-family: Raleway, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.25;
}

.feature-news-grid h3,
.feature-news-grid h4,
.home-news-head h3 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.feature-news-grid h3 > i.fa,
.feature-news-grid h4 > i.fa,
.home-news-head h3 > i.fa {
  flex: 0 0 auto;
  color: currentColor;
  font-size: 25px;
  line-height: 1;
}

.feature-news-grid > .mod-custom:first-child h4::before {
  content: "\f02f";
  flex: 0 0 auto;
  color: currentColor;
  font-family: "Font Awesome 6 Free";
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
}

.feature-news-grid p {
  margin: 0;
  color: #d6d6d6;
  font-size: 14px;
}

.feature-news-grid .one_fourth p,
.feature-news-grid .one_fourth div,
.feature-news-grid .one_fourth li {
  color: #d6d6d6 !important;
  font-size: 14px;
  line-height: 1.55;
}

.feature-news-grid .one_fourth > div[style*="text-align: center"] {
  display: none;
}

.feature-news-grid a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.feature-news-grid a:hover,
.feature-news-grid a:focus {
  color: #7ed8ff;
  text-decoration: none;
}

.feature-news-grid li i {
  color: #d6d6d6;
  margin-right: 8px;
}

.feature-consumables-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-consumables-list li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  line-height: 1.55;
}

.feature-consumables-list li::before {
  flex: 0 0 auto;
  color: currentColor;
  font-family: "Font Awesome 6 Free";
  font-size: 14px;
  font-weight: 900;
  line-height: 1.55;
  content: "\f043";
}

.feature-consumables-list i {
  display: none;
}

.home-news-carousel {
  display: grid;
  grid-template-rows: auto 1fr;
  align-content: stretch;
  gap: 12px;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  -webkit-user-select: none;
  user-select: none;
}

.home-news-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.home-news-head h3 {
  margin: 0;
}

.home-news-controls {
  display: inline-flex;
  gap: 8px;
}

.home-news-controls button {
  width: 34px;
  height: 34px;
  border: 1px solid transparent;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}

.home-news-controls button:hover,
.home-news-controls button:focus {
  border-color: rgb(255 255 255 / 22%);
  background: var(--blue);
}

.home-news-viewport {
  overflow: hidden;
  cursor: grab;
  min-height: 0;
}

.home-news-viewport.is-dragging {
  cursor: grabbing;
}

.home-news-track {
  display: flex;
  height: 100%;
  transition: transform .35s ease;
  will-change: transform;
}

.home-news-card {
  flex: 0 0 100%;
  display: grid;
  align-content: start;
  gap: 12px;
  min-width: 0;
  min-height: 100%;
}

.home-news-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid rgb(255 255 255 / 12%);
  background: rgb(255 255 255 / 8%);
}

.home-news-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.home-news-image:hover img {
  transform: scale(1.04);
}

.home-news-card h3 {
  margin: 0;
  color: #fff;
  font-size: 18px;
}

.home-news-card p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.home-news-card .button {
  justify-self: start;
  margin-top: 6px;
  text-decoration: none;
}

.home-products,
.home-mihuiai,
.home-brands {
  padding: 58px 0;
}

.home-products {
  background: #fff;
}

.com-content-category-blog.blog {
  display: grid;
  gap: 28px;
}

.com-content-category-blog.blog > h1 {
  margin: 0;
  color: var(--ink);
  font-size: 30px;
}

.com-content-category-blog__items.blog-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.com-content-category-blog .blog-items[class*="masonry-"] {
  display: grid;
  column-count: auto;
  column-gap: 24px;
}

.com-content-category-blog__items.items-leading {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.com-content-category-blog__item.blog-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: stretch;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5edf2;
  box-shadow: 0 12px 30px rgb(17 42 58 / 8%);
  break-inside: auto;
  margin-bottom: 0;
  width: auto;
}

.com-content-category-blog__items:not(.items-leading) .com-content-category-blog__item.blog-item {
  grid-template-columns: 1fr;
}

.com-content-category-blog .item-image {
  float: none !important;
  margin: 0;
  width: 100%;
  height: 240px;
  aspect-ratio: auto;
  min-height: 0;
  overflow: hidden;
  background: #eef3f6;
}

.com-content-category-blog .item-image a {
  display: block;
  width: 100%;
  height: 100%;
}

.com-content-category-blog .item-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
}

.com-content-category-blog .item-content {
  display: grid;
  gap: 12px;
  align-content: start;
  padding: 22px;
}

.com-content-category-blog .page-header,
.com-content-category-blog .page-header h2 {
  margin: 0;
}

.com-content-category-blog .page-header h2 a {
  color: var(--ink);
  text-decoration: none;
}

.com-content-category-blog .page-header h2 a:hover {
  color: var(--blue);
}

.com-content-category-blog .article-info {
  margin: 0;
  color: #7a8a93;
  font-size: 13px;
}

.com-content-category-blog .item-content p {
  margin: 0;
}

.com-content-category-blog .readmore {
  margin: 6px 0 0;
}

.com-content-category-blog .readmore .btn {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border: 0;
  background: var(--blue);
  color: #fff;
  text-decoration: none;
}

.product-detail-sections {
  display: grid;
  gap: 30px;
  margin-top: 34px;
}

.product-detail-section {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px rgb(17 42 58 / 8%);
}

.product-detail-section h2 {
  margin: 0;
  padding: 18px 24px;
  border-bottom: 1px solid var(--line);
  color: #173b56;
  font-family: Raleway, Arial, sans-serif;
  font-size: 23px;
  line-height: 1.25;
}

.product-detail-body {
  padding: 24px;
}

.product-detail-body > :first-child {
  margin-top: 0;
}

.product-detail-body > :last-child {
  margin-bottom: 0;
}

.product-detail-info .product-detail-body {
  color: #4e5f68;
  font-size: 16px;
  line-height: 1.75;
}

.product-detail-technical .product-detail-body {
  background: #f8fafc;
  text-align: center;
}

.product-detail-technical img,
.product-360-view img {
  display: block;
  width: min(100%, 980px);
  height: auto;
  margin: 0 auto;
}

.product-detail-documents .product-detail-body {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.product-document-link {
  display: inline-grid;
  gap: 3px;
  min-width: min(100%, 260px);
  padding: 15px 18px;
  border: 1px solid #cfe1ea;
  background: #f8fbfd;
  color: #173b56;
  text-decoration: none;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.product-document-link span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.product-document-link strong {
  overflow-wrap: anywhere;
}

.product-document-link:hover,
.product-document-link:focus {
  border-color: var(--blue);
  background: #fff;
  transform: translateY(-2px);
}

.product-video-frame {
  position: relative;
  overflow: hidden;
  width: min(100%, 920px);
  margin-inline: auto;
  aspect-ratio: 16 / 9;
  background: #0f1f2a;
}

.product-video-frame iframe,
.product-video-frame video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.product-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.product-gallery-grid a {
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #eef3f6;
}

.product-gallery-grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
}

.product-gallery-grid a:hover img {
  transform: scale(1.04);
}

.product-360-view {
  position: relative;
  cursor: ew-resize;
  user-select: none;
}

.product-360-view span {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgb(15 95 136 / 90%);
  color: #fff;
  font-weight: 800;
}

.product-contact-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 30px;
  padding: 26px 28px;
  border: 1px solid #cfe1ea;
  border-left: 4px solid var(--blue);
  background: #f8fbfd;
}

.product-contact-cta h2 {
  margin: 0 0 8px;
  color: #173b56;
  font-family: Raleway, Arial, sans-serif;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.2;
}

.product-contact-cta p {
  margin: 0;
  color: #52636d;
  font-size: 16px;
  line-height: 1.65;
}

.product-contact-cta-link {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-bottom: 3px solid var(--blue-dark);
  background: var(--blue);
  color: #fff;
  font-family: Raleway, Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .18s ease, transform .18s ease;
}

.product-contact-cta-link::before {
  margin-right: 8px;
  color: currentColor;
  content: "\f0e0";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.product-contact-cta-link:hover,
.product-contact-cta-link:focus {
  background: var(--blue-dark);
  color: #fff;
  transform: translateY(-1px);
}

.consumables-page {
  display: flow-root;
  color: #52636d;
}

.consumables-page .mediamarca {
  display: block;
  width: min(100%, 560px);
  margin: 34px auto 0;
  padding: 24px 28px 20px;
  border: 1px solid #dfe9ef;
  border-top: 3px solid var(--blue);
  background: #f8fbfd;
  color: #52636d;
  text-align: center;
  text-decoration: none;
}

.consumables-page .mediamarca:hover,
.consumables-page .mediamarca:focus {
  color: #52636d;
  text-decoration: none;
}

.consumables-page .mediamarca img {
  display: block;
  width: min(100%, 275px);
  height: auto;
  margin: 0 auto 14px;
}

.consumables-page .mediamarca div {
  color: #667481;
  font-size: 13px;
  text-align: right;
}

.consumables-page h2 {
  margin: 0 0 16px;
  color: #173b56;
  font-family: Raleway, Arial, sans-serif;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 700;
  line-height: 1.18;
}

.consumables-page > p {
  margin: 0 0 28px;
  color: #52636d;
  font-size: 16px;
  line-height: 1.75;
}

.consumables-page > p strong {
  color: #26323d;
}

.consumables-brands-section,
.consumables-docs {
  margin-top: 34px;
}

.consumables-brands-section h3,
.consumables-docs h3 {
  margin: 0 0 18px;
  color: #173b56;
  font-family: Raleway, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}

.consumables-brands {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  align-items: start;
  max-width: 980px;
  margin-inline: auto;
  padding-inline: 48px;
}

.consumables-page .one_half,
.consumables-page .one_half.last {
  float: none !important;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
}

.consumables-brand-card {
  display: grid;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.consumables-brand-card .team-card-flip {
  min-height: 190px;
}

.consumables-brand-card .team-card-face {
  background: #fff;
}

.consumables-brand-card .team-card-front img {
  display: block;
  width: min(100%, 190px);
  height: auto;
  object-fit: contain;
}

.consumables-brand-card .team-card-back {
  background: #f8fbfd;
}

.consumables-brand-card .team-card-back h4 {
  margin: 0 0 10px;
  color: #1d3142;
  font-size: 19px;
  line-height: 1.3;
  text-align: center;
}

.consumables-docs {
  padding: 0;
  border: 0;
  background: transparent;
}

.consumables-page .downdocs {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #e4ebf1;
}

.consumables-page .downdocs li {
  border-bottom: 1px solid #e4ebf1;
}

.consumables-page .downdocs a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 0;
  color: #0f5f88;
  font-weight: 700;
  line-height: 1.4;
}

.consumables-page .downdocs a:hover,
.consumables-page .downdocs a:focus {
  color: var(--blue);
}

.consumables-page .downdocs big {
  font-size: 15px;
}

.consumables-page .downdocs i {
  width: 20px;
  flex: 0 0 auto;
  color: #c94d4d;
  font-size: 18px;
  text-align: center;
}

.consumables-contact-cta .product-contact-cta-link {
  transition: background-color .18s ease;
}

.consumables-contact-cta .product-contact-cta-link:hover,
.consumables-contact-cta .product-contact-cta-link:focus {
  transform: none;
}

@media (max-width: 760px) {
  .consumables-page .mediamarca {
    padding: 22px 18px 18px;
  }

  .consumables-page .mediamarca div {
    text-align: center;
  }

  .consumables-brands {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-inline: 0;
  }

  .consumables-docs {
    padding: 20px;
  }

  .consumables-brand-card .team-card-flip {
    min-height: min(56vw, 220px);
  }
}

@media (hover: none) {
  .consumables-brand-card .team-card-front {
    aspect-ratio: 2.6 / 1;
    min-height: 150px;
  }

  .consumables-brand-card .team-card-back {
    min-height: 74px;
  }
}

.com-finder {
  color: #5d6e7c;
}

.com-finder__form {
  margin-bottom: 24px;
  padding: 22px;
  border: 1px solid #dfe9ef;
  background: #f8fbfd;
}

.com-finder__search {
  margin: 0;
  padding: 0;
  border: 0;
}

.com-finder__search .form-inline {
  display: grid;
  gap: 10px;
}

.com-finder__search label {
  margin: 0;
  color: #26323d;
  font-family: Raleway, Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
}

.com-finder__search .input-group {
  display: flex;
  align-items: stretch;
  gap: 0;
  width: 100%;
  max-width: 560px;
}

.com-finder__search .form-control {
  width: 100%;
  height: 46px;
  min-width: 0;
  flex: 1 1 auto;
  border: 1px solid #d4e0e7;
  border-right: 0;
  padding: 0 14px;
  background: #fff;
  color: #26323d;
  font-size: 15px;
}

.com-finder__search .awesomplete {
  display: block;
  width: auto;
  min-width: 0;
  flex: 1 1 auto;
}

.com-finder__search .awesomplete > input {
  width: 100%;
  max-width: none;
}

.com-finder__search .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  height: 46px;
  min-width: 106px;
  padding: 0 18px;
  border: 1px solid var(--blue);
  border-bottom: 3px solid var(--blue-dark);
  background: var(--blue);
  color: #fff;
  font-family: Raleway, Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.com-finder__search .btn [class^="icon-"],
.com-finder__search .btn [class*=" icon-"] {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.com-finder__explained {
  margin-bottom: 18px;
  padding: 13px 16px;
  border-left: 4px solid var(--blue);
  background: #eef7fb;
  color: #516573;
}

.com-finder__explained p {
  margin: 0;
}

.com-finder__results-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.com-finder .result__item {
  padding: 20px 0;
  border-bottom: 0;
}

.com-finder .result__item + .result__item {
  margin-top: 0;
  padding-top: 20px;
  border-top: 1px solid #dfe9ef;
}

.com-finder .result__item:first-child {
  padding-top: 0;
}

.com-finder .result__item:last-child {
  border-bottom: 0;
}

.com-finder .result__item:has(.result__image) {
  display: grid;
  grid-template-columns: 142px minmax(0, 1fr);
  column-gap: 22px;
  align-items: start;
}

.com-finder .result__image {
  grid-row: span 3;
  margin: 4px 0 0;
  overflow: hidden;
  border: 1px solid #dfe9ef;
  background: #fff;
  aspect-ratio: 4 / 3;
}

.com-finder .result__image a {
  display: block;
  width: 100%;
  height: 100%;
}

.com-finder .result__image img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  object-fit: contain;
}

.com-finder .result__item:has(.result__image) .result__title,
.com-finder .result__item:has(.result__image) .result__description {
  grid-column: 2;
}

.com-finder .result__title {
  margin: 0 0 8px;
}

.com-finder .result__title-link {
  display: inline-grid;
  gap: 3px;
  color: var(--blue-dark);
  font-family: Raleway, Arial, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
}

.com-finder .result__title-link:hover,
.com-finder .result__title-link:focus {
  color: var(--blue);
}

.com-finder .result__title-url {
  color: #7c8f9d;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  overflow-wrap: anywhere;
}

.com-finder .result__description {
  margin: 0;
  color: #5d6e7c;
  line-height: 1.75;
}

.com-finder .result__item .highlight {
  color: inherit;
  font-weight: 700;
}

.com-finder mark[data-markjs] {
  padding: 0 .02em;
  background: linear-gradient(to top, rgb(31 157 210 / 18%) 48%, transparent 48%);
  color: inherit;
  font-weight: 700;
}

.com-finder .result__title mark[data-markjs] {
  background: linear-gradient(to top, rgb(31 157 210 / 22%) 50%, transparent 50%);
}

.com-finder .result__item .highlight::before {
  width: calc(100% + 4px);
  height: .58em;
  border-radius: 2px;
  background: rgb(31 157 210 / 16%);
  top: 68%;
}

.com-finder .result__title .highlight::before {
  background: rgb(31 157 210 / 20%);
}

.com-finder__empty {
  padding: 22px;
  border: 1px solid #dfe9ef;
  background: #f8fbfd;
}

.com-finder__empty h2 {
  margin: 0 0 8px;
  color: #26323d;
  font-size: 22px;
}

.com-finder__empty p {
  margin: 0;
}

.com-finder__navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid #dfe9ef;
}

.com-finder__pagination {
  flex: 1 1 auto;
}

.com-finder__pagination .pagination__wrapper {
  display: flex;
}

.com-finder__pagination .pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.com-finder__pagination li {
  margin: 0;
}

.com-finder__pagination .page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid #d4e0e7;
  background: #fff;
  color: #26323d;
  font-family: Raleway, Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-shadow: none;
  outline-offset: 0;
  position: static;
  z-index: auto;
}

.com-finder__pagination .page-link:hover,
.com-finder__pagination .page-link:focus,
.com-finder__pagination .active > .page-link,
.com-finder__pagination .page-link[aria-current="true"] {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
  box-shadow: none;
  outline: 0;
  z-index: auto;
}

.com-finder__pagination .page-item:not(:first-child) .page-link {
  margin-left: 0;
}

.com-finder__pagination .page-link {
  border-radius: 0;
  background-color: #fff;
  box-shadow: none;
  outline: 0;
  transform: none;
}

.com-finder__pagination .disabled > .page-link {
  opacity: .45;
}

.com-finder__pagination .icon-angle-double-left,
.com-finder__pagination .icon-angle-left,
.com-finder__pagination .icon-angle-right,
.com-finder__pagination .icon-angle-double-right {
  display: inline-block;
  min-width: 0;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: currentColor;
  font-family: Raleway, Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  opacity: 1;
  box-shadow: none;
}

.com-finder__pagination .icon-angle-double-left::before {
  content: "<<";
}

.com-finder__pagination .icon-angle-left::before {
  content: "<";
}

.com-finder__pagination .icon-angle-right::before {
  content: ">";
}

.com-finder__pagination .icon-angle-double-right::before {
  content: ">>";
}

.com-finder__counter {
  flex: 0 0 auto;
  color: #7c8f9d;
  font-size: 13px;
  line-height: 1.5;
  text-align: right;
}

.com-finder__counter strong {
  color: #26323d;
}

.productos_cont .pagenavigation {
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.productos_cont .pagenavigation .pagination {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  margin: 0;
  padding: 0;
}

.productos_cont .pagenavigation .btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  min-width: min(100%, 190px);
  max-width: min(100%, 300px);
  padding: 0 16px;
  border: 1px solid #d7e2e8;
  background: #fff;
  box-shadow: 0 8px 20px rgb(17 42 58 / 5%);
  color: #26323d;
  font-size: 0;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease, color .2s ease, transform .2s ease;
}

.productos_cont .pagenavigation .btn:hover,
.productos_cont .pagenavigation .btn:focus {
  border-color: #aebfca;
  background: #f8fafc;
  box-shadow: 0 10px 24px rgb(17 42 58 / 8%);
  color: #173b56;
}

.productos_cont .pagenavigation .previous {
  grid-column: 1;
  justify-self: start;
}

.productos_cont .pagenavigation .next {
  grid-column: 2;
  justify-self: end;
}

.productos_cont .pagenavigation .btn > span[aria-hidden="true"],
.productos_cont .pagenavigation .btn > [class^="icon-"],
.productos_cont .pagenavigation .btn > [class*=" icon-"] {
  display: none;
}

.productos_cont .pagenavigation .previous::before,
.productos_cont .pagenavigation .next::after {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: currentColor;
  font-size: 17px;
  font-weight: 600;
  font-family: Arial, sans-serif;
  line-height: 1;
  transition: border-color .2s ease, background .2s ease;
}

.productos_cont .pagenavigation .previous::before {
  content: "←";
}

.productos_cont .pagenavigation .next::after {
  content: "→";
}

.productos_cont .pagenavigation .previous::after,
.productos_cont .pagenavigation .next::before {
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
}

.productos_cont .pagenavigation .previous::after {
  content: "Producto anterior";
}

.productos_cont .pagenavigation .next::before {
  content: "Siguiente producto";
}

html[lang^="en"] .productos_cont .pagenavigation .previous::after {
  content: "Previous product";
}

html[lang^="en"] .productos_cont .pagenavigation .next::before {
  content: "Next product";
}

.page-mihuiai .page-grid {
  padding-bottom: 72px;
}

.page-mihuiai .com-content-article__body {
  display: flow-root;
  color: #34414c;
  font-size: 16px;
  line-height: 1.75;
}

.page-mihuiai .com-content-article__body p {
  margin: 0 0 14px;
}

.page-mihuiai .com-content-article__body > .clearfix,
.page-mihuiai .com-content-article__body > div:not([class]):not([id]),
.page-mihuiai .com-content-article__body > p,
.page-mihuiai .com-content-article__body > .one_third p,
.page-mihuiai .com-content-article__body > .two_third p:first-child,
.page-mihuiai .com-content-article__body > .two_third p:nth-child(3),
.page-mihuiai .com-content-article__body > .two_third p:nth-child(5),
.page-mihuiai .com-content-article__body > .two_third p:last-child,
.page-mihuiai .stcode_title7 > br {
  display: none;
}

.page-mihuiai .stcode_title7 {
  max-width: 980px;
  margin: 0 auto 24px;
  text-align: center;
}

.page-mihuiai .stcode_title7 h2 {
  margin: 0;
  color: #172b3a;
  font-family: Raleway, Arial, sans-serif;
  font-size: clamp(30px, 3.8vw, 46px);
  font-weight: 300;
  line-height: 1.22;
}

.page-mihuiai .stcode_title7 h2 img {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 8px 0 0;
  vertical-align: middle;
}

.page-mihuiai .stcode_title7 h2 strong {
  font-weight: 800;
}

.page-mihuiai .stcode_title7 em {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: clamp(15px, 1.5vw, 17px);
  font-style: normal;
  font-weight: 400;
}

.page-mihuiai .stcode_title7 .line {
  display: block;
  width: 100px;
  height: 3px;
  margin: 18px auto 0;
  background: var(--blue);
}

.page-mihuiai .com-content-article__body > .one_third,
.page-mihuiai .com-content-article__body > .two_third,
.page-mihuiai #infovideo_mihuiai .onecol_forty,
.page-mihuiai #infovideo_mihuiai .onecol_sixty {
  position: relative;
  min-width: 0;
}

.page-mihuiai .com-content-article__body > .one_third {
  float: left;
  width: 30.65%;
  margin: 0 3% 28px 0;
  padding-top: 8px;
}

.page-mihuiai .com-content-article__body > .two_third {
  float: left;
  width: 65.35%;
  margin: 0 0 28px;
}

.page-mihuiai .com-content-article__body > .two_third p {
  font-size: 17px;
}

.page-mihuiai .com-content-article__body > .two_third strong {
  color: #172b3a;
}

.page-mihuiai canvas.loader {
  display: block;
  width: min(200px, 100%);
  height: auto;
  margin: 0 auto 12px;
}

.page-mihuiai .com-content-article__body > .one_third span {
  display: block;
  color: #172b3a;
  font-weight: 700;
}

.page-mihuiai #infovideo_mihuiai {
  clear: both;
  display: grid;
  grid-template-columns: minmax(240px, 0.75fr) minmax(0, 1.25fr);
  gap: 42px;
  align-items: center;
  padding-top: 82px;
}

.page-mihuiai #infovideo_mihuiai .onecol_forty,
.page-mihuiai #infovideo_mihuiai .onecol_sixty {
  float: none;
  width: auto;
  margin: 0;
}

.page-mihuiai #infovideo_mihuiai .playlist ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-mihuiai #infovideo_mihuiai .playlist a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 0;
  color: #111;
  font-family: Raleway, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
}

.page-mihuiai #infovideo_mihuiai .playlist a:hover,
.page-mihuiai #infovideo_mihuiai .playlist a:focus {
  color: var(--blue);
}

.page-mihuiai #infovideo_mihuiai .playlist i {
  flex: 0 0 auto;
  color: var(--blue);
  font-size: 24px;
  line-height: 1;
}

.page-mihuiai .contvideomp {
  position: relative;
  width: 100%;
  max-width: 680px;
  margin-left: auto;
}

.page-mihuiai .contvideomp .rimg {
  display: block;
  width: 100%;
  filter: drop-shadow(0 24px 30px rgb(16 38 52 / 18%));
}

.page-mihuiai .contvideomp video {
  position: absolute;
  top: 17%;
  left: 6.3%;
  width: 86.8%;
  height: auto;
  background: #101820;
}

.mihuiai-pricing-section,
.home-mihuiai-pricing {
  background: #1e1e1e;
}

.mihuiai-pricing-section .clearfix,
.home-mihuiai-pricing .clearfix {
  display: none;
}

.mihuiai-pricing-section .parallax_section3,
.home-mihuiai-pricing .parallax_section3 {
  position: relative;
  padding: 120px 0;
  background: #1e1e1e url("/images/bg-parallax2.jpg") center / cover fixed no-repeat;
}

.mihuiai-pricing-section .parallax_section3 > .container,
.home-mihuiai-pricing .parallax_section3 > .container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3%;
}

.mihuiai-pricing-section .one_third,
.home-mihuiai-pricing .one_third {
  float: none;
  width: auto;
  margin: 0;
}

.mihuiai-pricing-section .pricingtable3,
.home-mihuiai-pricing .pricingtable3 {
  height: 100%;
  background: #fff;
  box-shadow: 0 0 3px rgb(0 0 0 / 12%);
  text-align: center;
}

.mihuiai-pricing-section .pricingtable3 ul,
.home-mihuiai-pricing .pricingtable3 ul {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mihuiai-pricing-section .pricingtable3 li,
.home-mihuiai-pricing .pricingtable3 li {
  margin: 0;
  padding: 10px 14px;
  background: #fff;
  color: #4f5962;
  text-align: center;
  line-height: 1.45;
}

.mihuiai-pricing-section .pricingtable3 li:empty,
.home-mihuiai-pricing .pricingtable3 li:empty {
  display: none;
}

.mihuiai-pricing-section .pricingtable3 li.title,
.home-mihuiai-pricing .pricingtable3 li.title {
  padding: 18px 0;
  background: #999;
  box-shadow: inset 0 0 20px rgb(0 0 0 / 10%);
  color: #fff;
}

.mihuiai-pricing-section .parallax_section3 > .container > .one_third:nth-child(2) .pricingtable3 li.title,
.home-mihuiai-pricing .parallax_section3 > .container > .one_third:nth-child(2) .pricingtable3 li.title {
  background: var(--blue);
}

.mihuiai-pricing-section .pricingtable3 li.title h3,
.home-mihuiai-pricing .pricingtable3 li.title h3 {
  margin: 0;
  color: inherit;
  font-family: Raleway, Arial, sans-serif;
  font-size: 21px;
  line-height: 1.2;
}

.mihuiai-pricing-section .pricingtable3 li.price,
.home-mihuiai-pricing .pricingtable3 li.price {
  padding: 30px 0 20px;
}

.mihuiai-pricing-section .pricingtable3 li.price h1,
.home-mihuiai-pricing .pricingtable3 li.price h1 {
  margin: 0;
  color: #26323d;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 700;
  line-height: 1;
}

.mihuiai-pricing-section .parallax_section3 > .container > .one_third:nth-child(2) .pricingtable3 li.price h1,
.home-mihuiai-pricing .parallax_section3 > .container > .one_third:nth-child(2) .pricingtable3 li.price h1 {
  color: var(--blue);
}

.mihuiai-pricing-section .pricingtable3 li.price em,
.home-mihuiai-pricing .pricingtable3 li.price em {
  color: var(--muted);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.mihuiai-pricing-section .pricingtable3 li.hecont,
.home-mihuiai-pricing .pricingtable3 li.hecont {
  display: grid;
  align-items: center;
  min-height: 118px;
  padding: 25px 30px 40px;
  border-top: 1px solid #e7edf2;
  border-bottom: 1px solid #e7edf2;
  background: #f3f3f3;
  box-shadow: inset 0 0 1px rgb(0 0 0 / 10%);
  color: #3f4a53;
  font-weight: 700;
}

.mihuiai-pricing-section .pricingtable3 li i.fa-check,
.home-mihuiai-pricing .pricingtable3 li i.fa-check {
  margin-right: 7px;
  color: var(--blue);
}

.mihuiai-pricing-section .but_small4,
.home-mihuiai-pricing .but_small4 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  max-width: 100%;
  padding: 0 16px;
  border-bottom: 3px solid var(--blue-dark);
  background: var(--blue);
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  white-space: normal;
}

.mihuiai-pricing-section .but_small4:hover,
.mihuiai-pricing-section .but_small4:focus,
.home-mihuiai-pricing .but_small4:hover,
.home-mihuiai-pricing .but_small4:focus {
  background: var(--blue-dark);
  color: #fff;
}

.mihuiai-contact-section {
  padding: 64px 0;
  background: #fff;
}

.mihuiai-contact-section .mztex-contact-intro {
  width: min(100% - 32px, 720px);
  margin: 0 auto 28px;
  text-align: center;
}

.mihuiai-contact-section .mztex-contact-intro h2 {
  margin: 0 0 10px;
  color: #172b3a;
  font-family: Raleway, Arial, sans-serif;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.2;
}

.mihuiai-contact-section .mztex-contact-intro p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.mihuiai-contact-section .mztex-contact,
.mihuiai-contact-section .mztex-contact-alert {
  width: min(100% - 32px, 620px);
  margin-inline: auto;
}


.home-mihuiai-pricing {
  background: #1e1e1e;
}

.home-cta {
  background: linear-gradient(135deg, #454545 0%, #393939 100%);
  color: #eef4f8;
}

.home-cta h2,
.home-cta p {
  color: inherit;
}

.home-cta .one_half .button {
  border: 1px solid rgb(255 255 255 / 26%);
  background: var(--blue);
  color: #fff;
  text-decoration: none;
}

.home-cta .one_half .button:hover,
.home-cta .one_half .button:focus {
  border-color: rgb(255 255 255 / 42%);
  background: #1fb0ee;
  color: #fff;
}

.home-mihuiai {
  display: grid;
  grid-template-columns:
    minmax(16px, 1fr)
    minmax(0, 500px)
    minmax(0, 600px)
    minmax(16px, 1fr);
  column-gap: 48px;
  row-gap: 18px;
  align-items: center;
  background: var(--soft);
  padding: 64px 0;
}

.home-mihuiai > .mod-custom.custom {
  min-width: 0;
}

.home-mihuiai > .mod-custom.custom:first-child {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
}

.home-mihuiai > .mod-custom.custom + .mod-custom.custom {
  display: contents;
}

.home-mihuiai .one_full {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
}

.home-mihuiai .one_full br {
  display: none;
}

.home-mihuiai .stcode_title8 h2 {
  font-size: clamp(32px, 3.2vw, 46px);
  line-height: 1.15;
}

.home-mihuiai .stcode_title8 .line {
  margin-right: auto;
  margin-left: 0;
}

.home-mihuiai .onecol_sixty,
.home-mihuiai .onecol_forty {
  min-width: 0;
  margin: 0;
}

.home-mihuiai .onecol_sixty {
  grid-column: 2;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: start;
}

.home-mihuiai .onecol_forty {
  grid-column: 3;
  grid-row: 1 / span 2;
  display: flex;
  align-items: center;
}

.home-mihuiai p.infomi {
  max-width: 58ch;
  margin: 0 0 24px;
  color: var(--ink);
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.65;
}

.home-mihuiai p.infomi img {
  display: none;
}

.home-mihuiai .lgbut {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  background: var(--blue);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.home-mihuiai .lgbut:hover {
  background: var(--blue-dark);
  color: #fff;
}

.home-mihuiai .contvideomp {
  position: relative;
  width: 100%;
  max-width: 620px;
  margin-left: auto;
}

.home-mihuiai .contvideomp .rimg {
  display: block;
  width: 100%;
  filter: drop-shadow(0 22px 26px rgb(20 45 66 / 15%));
}

.home-mihuiai .contvideomp video {
  position: absolute;
  top: 17%;
  left: 6.3%;
  width: 86.8%;
  height: auto;
  background: #101820;
}

/* Móvil: columnas una debajo de la otra */
.home-cta .mod-custom.custom {
    display: block;
    width: min(100% - 32px, 1244px);
    margin-inline: auto;
}

.home-cta .one_half {
    width: 100%;
}

.home-cta .one_half:first-child {
    padding: 32px 24px;
}

.home-cta .one_half h2 {
    margin: 0 0 20px;
    font-size: clamp(28px, 3vw, 44px);
    line-height: 1.15;
}

.home-cta .one_half p {
    margin: 0 0 24px;
    font-size: clamp(17px, 1.4vw, 21px);
    line-height: 1.65;
}

.home-cta .one_half .button {
    display: inline-block;
    margin-top: 8px;
}

.home-cta .one_half video {
    display: block;
    width: 100%;
    height: auto;
    background: #0d141b;
    box-shadow: 0 24px 54px rgb(0 0 0 / 32%);
}

/* Pantallas medianas y grandes */
@media (min-width: 768px) {
    .home-cta .mod-custom.custom {
        display: flex;
        align-items: stretch;
        gap: 48px;
    }

    .home-cta .mod-custom.custom > .one_half {
        flex: 1 1 50%;
        width: auto;
        min-width: 0;
    }

    .home-cta .one_half:first-child {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 48px 20px 48px 48px;
    }

    .home-cta .one_half.last {
        display: flex;
        align-items: center;
        padding: 32px 48px 32px 0;
    }
}

.home-products .one_full {
  width: min(100% - 32px, var(--max));
  margin: 0 auto 28px;
  text-align: center;
}

.stcode_title8 h2 {
  margin: 0;
  color: #173b56;
  font-family: Raleway, Arial, sans-serif;
  font-size: 30px;
  line-height: 1.2;
}

.stcode_title8 .line {
  display: block;
  width: 72px;
  height: 3px;
  margin: 0 auto 14px;
  background: var(--blue);
}

.stcode_title8 .text {
  display: inline-block;
}

.featured-products {
  width: min(100% - 32px, var(--max));
  margin-inline: auto;
}

.company-team-section {
  background: #fff;
  padding: 0 0 66px;
}

.company-team {
  width: min(100% - 32px, var(--max));
  margin-inline: auto;
}

.company-team .stcode_title8 {
  text-align: center;
}

.company-team-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.company-team .team-card {
  display: grid;
  gap: 14px;
  padding: 0;
  border: 0;
  background: transparent;
  min-width: 0;
}

.team-card-flip {
  position: relative;
  min-height: 357px;
  perspective: 1000px;
  outline: none;
}

.team-card-face {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  justify-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #f1f4f6;
  backface-visibility: hidden;
}

.team-card-front {
  z-index: 2;
  transform: rotateY(0deg);
  transition: transform .5s ease;
}

.team-card-front img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-card-back {
  z-index: 1;
  align-content: center;
  gap: 18px;
  padding: 28px;
  color: #495763;
  text-align: center;
  transform: rotateY(-180deg);
  transition: transform .5s ease;
}

.team-card-flip:hover .team-card-front,
.team-card-flip:focus .team-card-front,
.team-card-flip:focus-within .team-card-front {
  transform: rotateY(180deg);
}

.team-card-flip:hover .team-card-back,
.team-card-flip:focus .team-card-back,
.team-card-flip:focus-within .team-card-back {
  z-index: 3;
  transform: rotateY(0deg);
}

.team-card-back p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
}

.team-card-links {
  display: flex;
  justify-content: center;
  gap: 18px;
}

.team-card-links a {
  color: #55636f;
  font-size: 24px;
}

.team-card-links a:hover,
.team-card-links a:focus {
  color: var(--blue);
}

.team-card h3 {
  margin: 0;
  color: #1d3142;
  font-size: 19px;
  line-height: 1.3;
  text-align: center;
}

.team-card h3 small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 980px) {
  .company-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .team-card-flip {
    min-height: 330px;
  }
}

@media (max-width: 640px) {
  .company-team-section {
    padding: 42px 0 48px;
  }

  .company-team-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .team-card-flip {
    min-height: min(92vw, 420px);
  }
}

@media (hover: none) {
  .team-card-flip {
    display: grid;
    min-height: auto;
  }

  .team-card-face {
    position: static;
  }

  .team-card-front,
  .team-card-back,
  .team-card-flip:hover .team-card-front,
  .team-card-flip:hover .team-card-back,
  .team-card-flip:focus .team-card-front,
  .team-card-flip:focus .team-card-back,
  .team-card-flip:focus-within .team-card-front,
  .team-card-flip:focus-within .team-card-back {
    transform: none;
  }

  .team-card-front {
    aspect-ratio: 1 / 1;
  }

  .team-card-back {
    border-top: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .team-card-front,
  .team-card-back {
    transition: none;
  }
}

.product-filter-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 24px;
}

.product-filter-tabs button {
  min-height: 36px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  padding: 0 14px;
  cursor: pointer;
  font-weight: 700;
}

.product-filter-tabs button:hover,
.product-filter-tabs button.is-active {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
}

.features-grid,
.products-grid,
.brands-grid,
.team-grid,
.footer-grid {
  width: min(100% - 32px, var(--max));
  margin-inline: auto;
  display: grid;
  gap: 24px;
}

.features-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.products-grid,
.brands-grid,
.team-grid,
.footer-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (min-width: 1200px) {
  .footer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.featured-products-grid {
  width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.feature-card,
.product-card,
.brand-card,
.team-card {
  background: #fff;
  border: 1px solid var(--line);
  padding: 24px;
}

.consumables-page .consumables-brand-card.team-card {
  padding: 0;
  border: 0;
  background: transparent;
}

.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  transition: transform .24s ease, box-shadow .24s ease, opacity .2s ease;
  animation: mztexCardIn .34s ease both;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 34px rgb(28 45 60 / 12%);
}

.product-card.is-hidden {
  display: none;
}

.product-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: #f8fafc;
}

.product-kicker {
  color: var(--blue-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.feature-card h3,
.product-card h3,
.brand-card h3,
.team-card h3 {
  margin-top: 0;
  color: #173b56;
  font-family: Raleway, Arial, sans-serif;
}

.product-card h3,
.product-card p {
  margin: 0;
}

.product-card .button {
  align-self: flex-start;
  margin-top: auto;
  text-decoration: none;
}

.parallax-cta {
  background: linear-gradient(90deg, rgb(15 95 136 / 88%), rgb(22 155 213 / 76%)), url("/images/parallax/parallax1-bg.jpg") center / cover fixed;
  color: #fff;
  padding: 70px 0;
  text-align: center;
}

.parallax-cta h2,
.parallax-cta p {
  color: #fff;
}

.footer-newsletter {
  background: var(--blue);
  color: #fff;
  padding: 28px 0;
}

.newsletter-form {
  display: flex;
  gap: 12px;
  align-items: center;
}

.newsletter-form input {
  min-height: 42px;
  border: 0;
  padding: 0 12px;
}

.footer-main {
  background: #454545 url("../images/footer-graph2.png") no-repeat center bottom;
  background-size: cover;
  color: #c7d0d8;
  padding: 44px 0;
}

.footer-main h3 {
  color: #fff;
  margin: 0 0 16px;
}

.footer-main a {
  color: #d7eaf5;
}

.footer-main .mod-menu > li + li {
  margin-top: 6px;
}

.footer-main .mod-menu a.fa::before {
  display: inline-block;
  transition: transform 0.18s ease;
}

.footer-main .mod-menu a.fa:hover::before,
.footer-main .mod-menu a.fa:focus::before {
  transform: translateX(3px);
}

.footer-brand-logos {
  margin: 0;
  display: grid;
  justify-items: center;
  gap: 14px;
}

.footer-brand-logo {
  display: inline-flex;
  max-width: 100%;
  opacity: .82;
  filter: brightness(0) saturate(100%) invert(54%);
}

.footer-brand-logo:hover,
.footer-brand-logo:focus {
  opacity: .95;
  filter: brightness(0) saturate(100%) invert(64%);
}

.footer-brand-logo img {
  display: block;
  max-width: 100%;
  height: auto;
}

.footer-brand-logo-archroma img {
  width: 180px;
}

.footer-brand-logo-atexco img {
  width: 188px;
}

.footer-copy {
  background: #393939;
  color: #aeb9c3;
  padding: 16px 0;
  font-size: 13px;
}

.footer-copy a {
  color: #d7eaf5;
}

.footer-copy .social-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-copy .social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgb(215 234 245 / 32%);
  border-radius: 50%;
  color: #fff;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.footer-copy .social-links a:hover,
.footer-copy .social-links a:focus {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}

.footer-copy .social-links i {
  font-size: 15px;
}

.mztex-contact {
  display: grid;
  gap: 12px;
  max-width: 620px;
}

.mztex-contact label {
  display: grid;
  gap: 5px;
  font-weight: 700;
}

.mztex-contact input,
.mztex-contact textarea {
  width: 100%;
  border: 1px solid var(--line);
  padding: 11px 12px;
  font: inherit;
}

.mztex-contact textarea {
  min-height: 130px;
  resize: vertical;
}

.mztex-contact label.mztex-privacy-consent {
  display: flex;
  grid-column: 1 / -1;
  align-items: flex-start;
  gap: 10px;
  color: #566572;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
}

.mztex-contact .mztex-privacy-consent input[type="checkbox"] {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  min-height: 0;
  margin: 2px 0 0;
  padding: 0;
  accent-color: var(--blue);
}

.mztex-contact .mztex-privacy-consent a {
  color: var(--blue-dark);
  font-weight: 700;
}

.mztex-contact .mztex-privacy-consent a:hover,
.mztex-contact .mztex-privacy-consent a:focus {
  color: var(--blue);
}

.system-message,
.mztex-contact-alert {
  border: 1px solid var(--line);
  padding: 12px 14px;
  background: var(--soft);
}

.mztex-contact-alert.success {
  border-color: #8fd6a4;
  background: #eefaf1;
}

.mztex-contact-alert.error {
  border-color: #f0aaaa;
  background: #fff3f3;
}

body.menu-contactar .page-grid,
body.menu-contact .page-grid {
  padding-bottom: 28px;
}

body.page-contact .contact-layout {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
  gap: 28px;
  align-items: start;
  padding-top: 34px;
}

body.menu-contactar .com-content-article.item-page > .page-header,
body.menu-contact .com-content-article.item-page > .page-header {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.contact-map-section {
  padding: 42px 0 0;
  background: #fff;
}

.contact-map {
  height: 320px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--soft);
  box-shadow: 0 14px 34px rgb(25 42 55 / 8%);
}

.contact-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(1);
}

.contact-page {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  gap: 28px;
  align-items: stretch;
}

.contact-sidebar .contact-page {
  position: relative;
  grid-template-columns: 1fr;
  gap: 22px;
  padding: 28px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 14px 34px rgb(25 42 55 / 8%);
}

.contact-summary,
.contact-hours {
  position: relative;
  min-width: 0;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 14px 34px rgb(25 42 55 / 8%);
}

.contact-summary::before,
.contact-hours::before,
.contact-sidebar .contact-page::before,
body.menu-contactar .contact-form-column .mztex-contact::before,
body.menu-contact .contact-form-column .mztex-contact::before,
body.menu-contactar .home-products .mztex-contact::before,
body.menu-contact .home-products .mztex-contact::before,
.com-contact__container::before,
.com-contact__form::before {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 82px;
  height: 3px;
  background: var(--blue);
  content: "";
}

.contact-sidebar .contact-summary::before,
.contact-sidebar .contact-hours::before {
  display: none;
}

.contact-summary {
  padding: 34px 36px 34px 38px;
}

.contact-sidebar .contact-summary,
.contact-sidebar .contact-hours {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.contact-summary h2,
.com-contact .page-header h1,
.com-contact .page-header h2,
.com-contact .page-header h3 {
  margin: 0 0 14px;
  color: #172b3a;
  font-family: Raleway, Arial, sans-serif;
  font-size: clamp(25px, 2.6vw, 34px);
  font-weight: 600;
  line-height: 1.2;
}

.contact-summary p {
  margin: 0 0 18px;
  color: #52606b;
  font-size: 15px;
  line-height: 1.72;
}

.contact-summary .contact-info-item {
  position: relative;
  min-height: 38px;
  margin-bottom: 17px;
  padding-left: 54px;
  color: #4d5963;
}

.contact-summary .contact-info-phone,
.contact-summary .contact-info-email {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-summary .contact-info-item::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid #c8e9f5;
  border-radius: 50%;
  background: #f4fbfd;
  color: var(--blue-dark);
  font-family: "Font Awesome 6 Free";
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  transform: translateY(-50%);
}

.contact-summary .contact-info-address::before {
  content: "\f3c5";
  top: 21px;
}

.contact-summary .contact-info-phone::before {
  content: "\f095";
}

.contact-summary .contact-info-email::before {
  content: "\f0e0";
}

.contact-summary .contact-info-email {
  margin-bottom: 22px;
}

.contact-summary strong {
  color: #26323d;
  font-weight: 700;
}

.contact-summary a,
.contact-summary joomla-hidden-mail {
  color: var(--blue-dark);
  font-weight: 700;
}

.contact-summary a:hover,
.contact-summary a:focus,
.contact-summary joomla-hidden-mail:hover {
  color: var(--blue);
}

.contact-summary .contact-address-link {
  color: inherit;
  font-weight: 400;
}

.contact-summary .contact-address-link:hover,
.contact-summary .contact-address-link:focus {
  color: var(--blue);
}

.contact-summary .button {
  min-height: 43px;
  border-bottom: 3px solid var(--blue-dark);
  color: #fff;
  text-transform: uppercase;
}

.contact-summary .button:hover,
.contact-summary .button:focus {
  color: #fff;
}

.contact-hours {
  display: grid;
  align-content: start;
  padding: 34px 34px 28px;
  background: linear-gradient(180deg, #f8fbfd 0%, #fff 100%);
}

.contact-summary .contact-hours {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.contact-hours h3 {
  position: relative;
  margin: 0;
  color: #26323d;
  font-family: Raleway, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
}

.contact-hours p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 7px 0 22px;
  padding-bottom: 19px;
  border-bottom: 1px solid var(--line);
  color: #60707c;
  line-height: 1.65;
}

.contact-hours p::before {
  content: "\f017";
  color: currentColor;
  font-family: "Font Awesome 6 Free";
  font-size: 1em;
  font-weight: 900;
  line-height: 1;
}

.contact-hours p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

body.menu-contactar .home-sections,
body.menu-contact .home-sections {
  background: #fff;
}

body.menu-contactar .home-products,
body.menu-contact .home-products {
  padding: 0 0 66px;
}

body.menu-contactar .home-products .mztex-contact,
body.menu-contact .home-products .mztex-contact,
body.menu-contactar .contact-form-column .mztex-contact,
body.menu-contact .contact-form-column .mztex-contact {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px 18px;
  width: min(100% - 32px, 760px);
  max-width: none;
  margin: 0 auto;
  padding: 34px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 14px 34px rgb(25 42 55 / 8%);
}

body.menu-contactar .contact-form-column .mztex-contact,
body.menu-contact .contact-form-column .mztex-contact {
  width: 100%;
  margin: 0;
}

.mztex-contact-heading {
  grid-column: 1 / -1;
  margin-bottom: 4px;
}

.mztex-contact-heading h2 {
  margin: 0 0 10px;
  color: #172b3a;
  font-family: Raleway, Arial, sans-serif;
  font-size: clamp(25px, 2.6vw, 34px);
  font-weight: 600;
  line-height: 1.2;
}

.mztex-contact-heading p {
  max-width: 620px;
  margin: 0;
  color: #4a5964;
  font-size: 16px;
  line-height: 1.7;
}

body.menu-contactar .home-products .mztex-contact label,
body.menu-contact .home-products .mztex-contact label,
body.menu-contactar .contact-form-column .mztex-contact label,
body.menu-contact .contact-form-column .mztex-contact label {
  gap: 7px;
  color: #697783;
  font-size: 13px;
  font-weight: 700;
}

body.menu-contactar .home-products .mztex-contact label.mztex-privacy-consent,
body.menu-contact .home-products .mztex-contact label.mztex-privacy-consent,
body.menu-contactar .contact-form-column .mztex-contact label.mztex-privacy-consent,
body.menu-contact .contact-form-column .mztex-contact label.mztex-privacy-consent {
  gap: 10px;
  color: #566572;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
}

body.menu-contactar .home-products .mztex-contact label:has(textarea),
body.menu-contact .home-products .mztex-contact label:has(textarea),
body.menu-contactar .contact-form-column .mztex-contact label:has(textarea),
body.menu-contact .contact-form-column .mztex-contact label:has(textarea),
body.menu-contactar .home-products #contactform > label:nth-of-type(6),
body.menu-contact .home-products #contactform > label:nth-of-type(6),
body.menu-contactar .contact-form-column #contactform > label:nth-of-type(6),
body.menu-contact .contact-form-column #contactform > label:nth-of-type(6),
body.menu-contactar .home-products .mztex-contact button,
body.menu-contact .home-products .mztex-contact button,
body.menu-contactar .contact-form-column .mztex-contact button,
body.menu-contact .contact-form-column .mztex-contact button {
  grid-column: 1 / -1;
}

body.menu-contactar .home-products .mztex-contact input,
body.menu-contactar .home-products .mztex-contact textarea,
body.menu-contact .home-products .mztex-contact input,
body.menu-contact .home-products .mztex-contact textarea,
body.menu-contactar .contact-form-column .mztex-contact input,
body.menu-contactar .contact-form-column .mztex-contact textarea,
body.menu-contact .contact-form-column .mztex-contact input,
body.menu-contact .contact-form-column .mztex-contact textarea,
.com-contact__form input,
.com-contact__form textarea,
.com-contact__form select {
  width: 100%;
  min-height: 46px;
  border: 1px solid #dce6ec;
  border-top: 2px solid var(--blue);
  background: #fbfdff;
  color: var(--ink);
  font: inherit;
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

body.menu-contactar .home-products .mztex-contact input:focus,
body.menu-contactar .home-products .mztex-contact textarea:focus,
body.menu-contact .home-products .mztex-contact input:focus,
body.menu-contact .home-products .mztex-contact textarea:focus,
body.menu-contactar .contact-form-column .mztex-contact input:focus,
body.menu-contactar .contact-form-column .mztex-contact textarea:focus,
body.menu-contact .contact-form-column .mztex-contact input:focus,
body.menu-contact .contact-form-column .mztex-contact textarea:focus,
.com-contact__form input:focus,
.com-contact__form textarea:focus,
.com-contact__form select:focus {
  border-color: var(--blue);
  background: #fff;
  outline: 0;
  box-shadow: 0 0 0 3px rgb(22 155 213 / 14%);
}

body.menu-contactar .home-products .mztex-contact .mztex-privacy-consent input[type="checkbox"],
body.menu-contact .home-products .mztex-contact .mztex-privacy-consent input[type="checkbox"],
body.menu-contactar .contact-form-column .mztex-contact .mztex-privacy-consent input[type="checkbox"],
body.menu-contact .contact-form-column .mztex-contact .mztex-privacy-consent input[type="checkbox"] {
  width: 18px;
  min-height: 0;
  border: 1px solid #b9cfda;
  border-top: 1px solid #b9cfda;
  background: #fff;
  box-shadow: none;
}

body.menu-contactar .home-products .mztex-contact-captcha,
body.menu-contact .home-products .mztex-contact-captcha,
body.menu-contactar .contact-form-column .mztex-contact-captcha,
body.menu-contact .contact-form-column .mztex-contact-captcha {
  grid-column: 1 / -1;
  margin: 2px 0 4px;
}

body.menu-contactar .home-products .mztex-contact-captcha altcha-widget,
body.menu-contact .home-products .mztex-contact-captcha altcha-widget,
body.menu-contactar .contact-form-column .mztex-contact-captcha altcha-widget,
body.menu-contact .contact-form-column .mztex-contact-captcha altcha-widget {
  max-width: 100%;
}

body.menu-contactar .home-products .mztex-contact textarea,
body.menu-contact .home-products .mztex-contact textarea,
body.menu-contactar .contact-form-column .mztex-contact textarea,
body.menu-contact .contact-form-column .mztex-contact textarea {
  min-height: 152px;
}

body.menu-contactar .home-products .mztex-contact button,
body.menu-contact .home-products .mztex-contact button,
body.menu-contactar .contact-form-column .mztex-contact button,
body.menu-contact .contact-form-column .mztex-contact button {
  justify-self: start;
  min-width: 180px;
  min-height: 48px;
  border-bottom: 3px solid var(--blue-dark);
  font-family: Raleway, Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: background-color .18s ease, transform .18s ease;
}

body.menu-contactar .home-products .mztex-contact button:hover,
body.menu-contactar .home-products .mztex-contact button:focus,
body.menu-contact .home-products .mztex-contact button:hover,
body.menu-contact .home-products .mztex-contact button:focus,
body.menu-contactar .contact-form-column .mztex-contact button:hover,
body.menu-contactar .contact-form-column .mztex-contact button:focus,
body.menu-contact .contact-form-column .mztex-contact button:hover,
body.menu-contact .contact-form-column .mztex-contact button:focus {
  transform: translateY(-1px);
}

.com-contact {
  display: grid;
  gap: 24px;
}

.com-contact__container,
.com-contact__form {
  position: relative;
  padding: 32px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 14px 34px rgb(25 42 55 / 8%);
}

.com-contact__address {
  margin: 18px 0 0;
}

.com-contact__address dt {
  float: left;
  clear: left;
  display: grid;
  place-items: center;
  width: 36px;
  min-height: 36px;
  margin: 8px 0 0;
  color: var(--blue-dark);
  font-size: 18px;
}

.com-contact__address dd {
  min-height: 36px;
  margin: 8px 0 0 52px;
  color: #52606b;
  line-height: 1.55;
}

.com-contact__address a {
  color: var(--blue-dark);
  font-weight: 700;
}

.com-contact__form .control-group {
  display: grid;
  gap: 7px;
  margin: 0 0 16px;
}

.com-contact__form .control-label label {
  color: #697783;
  font-size: 13px;
  font-weight: 700;
}

.com-contact__form .btn-primary {
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-bottom: 3px solid var(--blue-dark);
  background: var(--blue);
  color: #fff;
  font-weight: 700;
}

.com-contact__form .btn-primary:hover,
.com-contact__form .btn-primary:focus {
  background: var(--blue-dark);
  color: #fff;
}

@media (max-width: 920px) {
  .contact-page,
  body.page-contact .contact-layout,
  body.menu-contactar .contact-form-column .mztex-contact,
  body.menu-contact .contact-form-column .mztex-contact,
  body.menu-contactar .home-products .mztex-contact,
  body.menu-contact .home-products .mztex-contact {
    grid-template-columns: 1fr;
  }

  .contact-map {
    height: 280px;
  }

  .contact-summary,
  .contact-hours,
  body.menu-contactar .contact-form-column .mztex-contact,
  body.menu-contact .contact-form-column .mztex-contact,
  body.menu-contactar .home-products .mztex-contact,
  body.menu-contact .home-products .mztex-contact,
  .com-contact__container,
  .com-contact__form {
    padding: 26px 22px;
  }
}

@media (max-width: 560px) {
  .contact-summary .contact-info-item {
    padding-left: 44px;
  }

  body.menu-contactar .contact-form-column .mztex-contact button,
  body.menu-contact .contact-form-column .mztex-contact button,
  body.menu-contactar .home-products .mztex-contact button,
  body.menu-contact .home-products .mztex-contact button {
    justify-self: stretch;
    width: 100%;
  }
}

@media (max-width: 920px) {
  .page-mihuiai .com-content-article__body > .one_third,
  .page-mihuiai .com-content-article__body > .two_third {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .page-mihuiai #infovideo_mihuiai,
  .mihuiai-pricing-section .parallax_section3 > .container,
  .home-mihuiai-pricing .parallax_section3 > .container {
    grid-template-columns: 1fr;
  }

  .page-mihuiai #infovideo_mihuiai {
    gap: 28px;
    padding-top: 48px;
  }

  .page-mihuiai .contvideomp {
    margin-inline: auto;
  }

  .mihuiai-pricing-section .parallax_section3,
  .home-mihuiai-pricing .parallax_section3 {
    padding: 56px 0;
    background-attachment: scroll;
  }
}

@media (max-width: 920px) {
  .page-title {
    padding: 42px 0 28px;
  }

  .page-title .container {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .page-title .breadcrumb,
  .page-title .mod-breadcrumbs,
  .page-title ol,
  .page-title ul {
    justify-content: flex-start;
  }

  .top-nav-inner,
  .main-nav-inner,
  .footer-copy-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .main-nav-inner {
    min-height: auto;
    padding: 16px 0;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-menu {
    display: none;
    width: 100%;
    text-align: left;
  }

  .site-menu.is-open {
    display: block;
  }

  .site-menu li,
  .top-actions li {
    display: block;
  }

  .site-menu a,
  .site-menu span.separator {
    padding: 10px 0;
  }

  .site-menu li ul {
    position: static;
    box-shadow: none;
    border-top: 0;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    padding-left: 16px;
  }

  .site-menu .products-mega-parent {
    position: relative;
  }

  .site-menu .products-mega {
    position: static;
    width: 100%;
    padding: 12px 0 14px 14px;
    border-top: 1px solid var(--line);
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .products-mega__inner,
  .products-mega__groups,
  .products-mega__items {
    grid-template-columns: 1fr;
  }

  .products-mega__inner {
    gap: 12px;
  }

  .products-mega__aside {
    padding-left: 0;
    border-left: 0;
  }

  .site-menu .products-mega__product {
    min-height: 32px;
    padding: 6px 0;
  }

  .site-search {
    width: 100%;
  }

  .mztex-slide-inner,
  .page-grid,
  .page-grid.has-left,
  .page-grid.has-right,
  .page-grid.has-left.has-right,
  .feature-news-grid,
  .features-grid,
  .products-grid,
  .brands-grid,
  .team-grid,
  .com-content-category-blog__items.blog-items,
  .com-content-category-blog__item.blog-item,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .mztex-slide {
    min-height: 0;
    padding: 46px 0;
  }

  .mztex-slide-image {
    justify-self: start;
    max-height: 220px;
  }

  .home-mihuiai {
    display: block;
    padding: 48px 0;
  }

  .home-mihuiai > .mod-custom.custom,
  .home-mihuiai > .mod-custom.custom + .mod-custom.custom {
    display: block;
    width: min(100% - 32px, var(--max));
    margin-inline: auto;
  }

  .home-mihuiai .onecol_sixty,
  .home-mihuiai .onecol_forty {
    display: block;
    width: 100%;
  }

  .home-mihuiai .onecol_forty {
    margin-top: 30px;
  }

  .home-mihuiai .contvideomp {
    margin-inline: auto;
  }

  .com-content-category-blog .item-image {
    height: 210px;
  }

  .product-detail-section h2,
  .product-detail-body {
    padding: 18px;
  }

  .product-gallery-grid {
    grid-template-columns: 1fr;
  }

  .product-detail-documents .product-detail-body {
    display: grid;
  }

  .com-finder__form,
  .com-finder__empty {
    padding: 18px;
  }

  .com-finder__search .input-group {
    display: grid;
    width: 100%;
    gap: 10px;
  }

  .com-finder__search .form-control {
    border-right: 1px solid #d4e0e7;
  }

  .com-finder__search .btn {
    width: 100%;
    min-width: 0;
  }

  .com-finder__navigation {
    align-items: stretch;
    flex-direction: column;
  }

  .com-finder .result__item:has(.result__image) {
    grid-template-columns: 94px minmax(0, 1fr);
    column-gap: 14px;
  }

  .com-finder .result__image {
    margin-top: 2px;
  }

  .com-finder .result__image img {
    padding: 7px;
  }

  .com-finder__pagination .pagination {
    justify-content: center;
  }

  .com-finder__counter {
    text-align: center;
  }

  .productos_cont .pagenavigation .pagination {
    grid-template-columns: 1fr;
  }

  .productos_cont .pagenavigation .previous,
  .productos_cont .pagenavigation .next {
    grid-column: auto;
    justify-self: stretch;
    max-width: none;
  }

  .productos_cont .pagenavigation .next {
    justify-content: flex-end;
  }

  .newsletter-form {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (max-width: 1180px) and (min-width: 921px) {
  .featured-products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@keyframes mztexHeroBg {
  from {
    background-position: 50% 50%;
    background-size: 106%;
  }

  to {
    background-position: 54% 48%;
    background-size: 112%;
  }
}

@keyframes mztexHeroGlow {
  from {
    opacity: .75;
    transform: translate3d(-1%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(1.5%, -1%, 0);
  }
}

@keyframes mztexHeroTextIn {
  from {
    opacity: 0;
    transform: translate3d(-18px, 14px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes mztexLogoIn {
  from {
    opacity: 0;
    transform: translate3d(-22px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes mztexMachineIn {
  from {
    opacity: 0;
    transform: translate3d(42px, 12px, 0) scale(.96);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes mztexFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes mztexCardIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}



/* Secciones desplegables, excepto la primera */
.product-detail-section:not(:first-child) > h2 {
    position: relative;
    cursor: pointer;
    padding-right: 40px;
    user-select: none;
}

/* Flecha */
.product-detail-section:not(:first-child) > h2::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 10px;
    height: 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-70%) rotate(45deg);
    transition: transform 180ms ease;
}

/* Contenido cerrado */
.product-detail-section:not(:first-child) > .product-detail-body {
    box-sizing: border-box;
    height: 0;
    min-height: 0;

    /*
     * Se mantiene únicamente el padding horizontal.
     * Al no haber padding vertical, no aparece espacio al cerrarse.
     */
    padding: 0 30px !important;

    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-4px);

    transition:
        height 200ms ease,
        padding 200ms ease,
        opacity 140ms ease,
        transform 200ms ease,
        visibility 0s linear 200ms;
}

/* Contenido abierto */
.product-detail-section:not(:first-child).is-open > .product-detail-body {
    padding: 20px 30px !important;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);

    transition:
        height 200ms ease,
        padding 200ms ease,
        opacity 140ms ease,
        transform 200ms ease,
        visibility 0s;
}

/* Evitar márgenes innecesarios en el primer y último elemento */
.product-detail-section:not(:first-child)
    > .product-detail-body
    > :first-child {
    margin-top: 0;
}

.product-detail-section:not(:first-child)
    > .product-detail-body
    > :last-child {
    margin-bottom: 0;
}

/* Girar la flecha al abrir */
.product-detail-section:not(:first-child).is-open > h2::after {
    transform: translateY(-30%) rotate(225deg);
}

/* Ajuste para pantallas pequeñas */
@media (max-width: 767px) {
    .product-contact-cta {
        align-items: flex-start;
        flex-direction: column;
        padding: 22px;
    }

    .product-contact-cta-link {
        width: 100%;
    }

    .product-detail-section:not(:first-child) > .product-detail-body {
        padding-right: 18px !important;
        padding-left: 18px !important;
    }

    .product-detail-section:not(:first-child).is-open
        > .product-detail-body {
        padding-top: 18px !important;
        padding-bottom: 18px !important;
    }
}

/* Evitar animaciones si el usuario las tiene desactivadas */
@media (prefers-reduced-motion: reduce) {
    .product-detail-section > .product-detail-body,
    .product-detail-section > h2::after {
        transition: none;
    }
}



.com-content-category-blog.blog .article-info .create {
  margin-left:0px;
}

.com-content-category-blog.blog  .icon-chevron-right {
  margin-right:5px;
}

/* Tarjeta completa: imagen arriba y contenido debajo */
.blog-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Imagen ocupando todo el ancho superior */
.blog-item .item-image,
.blog-item figure,
.blog-item > img {
    display: block;
    width: 100%;
    margin: 0;
}

/* Imagen proporcional */
.blog-item .item-image img,
.blog-item figure img,
.blog-item > img {
    display: block;
    width: 100%;
    height: auto;
}

/* Contenido de la tarjeta */
.blog-item > .item-content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    width: 100%;
    min-width: 0;
}

/* Botón siempre en la parte inferior */
.blog-item .item-content .readmore {
    margin-top: auto;
    margin-bottom: 0;
    padding-top: 20px;
}




.embed-responsive {
    position: relative;
    width: 90%;
    max-width: 1100px;
    margin: 30px auto;
    overflow: hidden;
}

.embed-responsive-16by9 {
    aspect-ratio: 16 / 9;
}

.embed-responsive-16by9 iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}




/** empresa **/

/* =========================================================
   PÁGINA EMPRESA
   Diseño oscuro y corporativo
   ========================================================= */
/* =========================================================
   PÁGINA EMPRESA
   Diseño claro, sobrio y corporativo
   ========================================================= */

.about-company {
    --company-ink: #2e3236;
    --company-text: #505960;
    --company-muted: #727c84;
    --company-line: #dfe5e9;
    --company-soft: #f6f7f8;
    --company-accent: #19a9da;
    --company-accent-dark: #1182ad;

    padding: 52px 0 64px;
    background: #fff;
}

/* Anula las antiguas columnas flotantes de la plantilla */
.about-company .onecol_thirtyfive,
.about-company .one_fourth {
    float: none !important;
    width: auto !important;
    min-width: 0;
    margin: 0 !important;
}

/* =========================================================
   COLUMNAS PRINCIPALES
   ========================================================= */

.about-company__grid {
    display: grid;
    grid-template-columns:
        minmax(0, 1.08fr)
        minmax(0, 0.92fr)
        minmax(0, 1.08fr);
    gap: 22px;
    align-items: stretch;
}

/* Tarjetas */

.about-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 30px;
    border: 1px solid var(--company-line);
    background: #fff;
    color: var(--company-text);
    box-shadow: 0 8px 24px rgb(30 45 55 / 6%);
    transition:
        border-color 180ms ease,
        box-shadow 180ms ease;
}

/* Pequeño detalle de color, sin dominar el diseño */
.about-card::before {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 72px;
    height: 3px;
    background: var(--company-accent);
    content: "";
}

.about-card:hover {
    border-color: #cbd5db;
    box-shadow: 0 12px 28px rgb(30 45 55 / 9%);
}

/* La tarjeta central tiene un gris muy sutil */
.about-card--soft {
    background: var(--company-soft);
}

.about-card p {
    margin: 0 0 18px;
    color: var(--company-text);
    line-height: 1.72;
}

.about-card p:last-child {
    margin-bottom: 0;
}

.about-card strong {
    color: var(--company-ink);
    font-weight: 700;
}

.about-card__lead {
    color: #41494f !important;
    font-size: 16px;
}

/* =========================================================
   TÍTULOS
   ========================================================= */

.about-company .stcode_title4 {
    margin: 0 0 25px;
}

.about-company .stcode_title4 h3 {
    margin: 0;
    color: var(--company-ink);
    font-family: Raleway, Arial, sans-serif;
    font-size: clamp(21px, 2vw, 26px);
    font-weight: 600;
    line-height: 1.25;
}

.about-company .stcode_title4 .text {
    position: relative;
    display: block;
    padding-bottom: 13px;
}

.about-company .stcode_title4 .text::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 44px;
    height: 2px;
    background: var(--company-accent);
    content: "";
}

/* =========================================================
   SERVICIOS
   ========================================================= */

.about-services {
    display: grid;
}

.about-service {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 15px;
    padding: 20px 0;
    border-bottom: 1px solid var(--company-line);
}

.about-service:first-child {
    padding-top: 0;
}

.about-service:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.about-service__number {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border: 1px solid #b9dce9;
    background: #f4fbfd;
    color: var(--company-accent-dark);
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
}

.about-service__content {
    min-width: 0;
}

.about-service h4 {
    margin: 0 0 6px;
    color: var(--company-ink);
    font-family: Raleway, Arial, sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.35;
}

.about-service p {
    margin: 0;
    color: var(--company-text);
    font-size: 14px;
    line-height: 1.65;
}

/* =========================================================
   LISTADOS
   ========================================================= */

.about-checklist {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-checklist li {
    position: relative;
    padding-left: 29px;
    color: var(--company-text);
    line-height: 1.58;
}

/* Marca discreta inspirada en el azul de la home */
.about-checklist li::before {
    position: absolute;
    top: 0.25em;
    left: 0;
    display: grid;
    place-items: center;
    width: 17px;
    height: 17px;
    border: 1px solid var(--company-accent);
    color: var(--company-accent-dark);
    content: "✓";
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
}

.about-checklist strong {
    color: var(--company-ink);
}

/* =========================================================
   LOGOTIPO Y BOTÓN
   ========================================================= */

.about-company__logo {
    display: block;
    width: min(100%, 188px);
    height: auto;
    margin: 0 0 24px;
}

/* Botón inspirado en los botones de la home */
.about-company__contact {
    align-self: flex-start;
    min-height: 40px;
    margin-top: auto;
    padding: 0 18px;
    border: 1px solid var(--company-accent);
    background: var(--company-accent);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition:
        background 180ms ease,
        border-color 180ms ease;
}

.about-company__contact:hover,
.about-company__contact:focus {
    border-color: var(--company-accent-dark);
    background: var(--company-accent-dark);
    color: #fff;
}

/* =========================================================
   DESPLEGABLE
   ========================================================= */

.about-more {
    margin-top: 22px;
    overflow: hidden;
    border: 1px solid var(--company-line);
    background: #fff;
    box-shadow: 0 8px 24px rgb(30 45 55 / 6%);
}

/* Cabecera pulsable */

.about-more summary {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 82px;
    padding: 20px 27px 20px 30px;
    cursor: pointer;
    list-style: none;
    background: #fff;
    color: var(--company-ink);
    user-select: none;
    transition: background 180ms ease;
}

/* Línea lateral de color */
.about-more summary::before {
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 0;
    width: 3px;
    background: var(--company-accent);
    content: "";
}

.about-more summary::-webkit-details-marker {
    display: none;
}

.about-more summary:hover,
.about-more summary:focus-visible {
    background: #fafbfc;
}

.about-more[open] summary {
    border-bottom: 1px solid var(--company-line);
    background: var(--company-soft);
}

/* Texto de la cabecera */

.about-more__title {
    display: grid;
    gap: 4px;
    color: var(--company-ink);
    font-family: Raleway, Arial, sans-serif;
    font-size: 19px;
    line-height: 1.35;
}

.about-more__title strong {
    font-weight: 600;
}

.about-more__title small {
    color: var(--company-muted);
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
}

/* Acción Leer más / Ocultar */

.about-more__action {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 12px;
    color: var(--company-accent-dark);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.about-more__opened {
    display: none;
}

.about-more[open] .about-more__closed {
    display: none;
}

.about-more[open] .about-more__opened {
    display: inline;
}

/* Flecha */

.about-more__arrow {
    width: 9px;
    height: 9px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-3px) rotate(45deg);
    transition: transform 180ms ease;
}

.about-more[open] .about-more__arrow {
    transform: translateY(3px) rotate(225deg);
}

/* Contenido desplegado */

.about-more__body {
    padding: 32px;
    background: #fff;
    color: var(--company-text);
    animation: empresaContentOpen 180ms ease both;
}

.about-more__grid {
    display: grid;
    grid-template-columns:
        minmax(0, 1.08fr)
        minmax(0, 0.92fr);
    gap: 40px;
    align-items: start;
}

.about-more__text p {
    margin: 0 0 18px;
    color: var(--company-text);
    line-height: 1.75;
}

.about-more__text p:last-child {
    margin-bottom: 0;
}

.about-more__text strong {
    color: var(--company-ink);
}

/* Bloque lateral del desplegable */

.about-more__solutions {
    padding: 25px;
    border-left: 3px solid var(--company-accent);
    background: var(--company-soft);
}

.about-more__solutions h4 {
    margin: 0 0 20px;
    color: var(--company-ink);
    font-family: Raleway, Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.about-more__quality {
    margin: 24px 0 0;
    padding-top: 19px;
    border-top: 1px solid var(--company-line);
    color: var(--company-muted);
    font-size: 14px;
    line-height: 1.65;
}

/* Animación rápida */

@keyframes empresaContentOpen {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* =========================================================
   TABLETAS
   ========================================================= */

@media (max-width: 920px) and (min-width: 641px) {
    .about-company__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-company__grid > .about-card:last-child {
        grid-column: 1 / -1;
    }

    .about-more__grid {
        grid-template-columns: 1fr;
        gap: 26px;
    }
}

/* =========================================================
   MÓVILES
   ========================================================= */

@media (max-width: 640px) {
    .about-company {
        padding: 34px 0 44px;
    }

    .about-company__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .about-card {
        padding: 24px 21px;
    }

    .about-more {
        margin-top: 18px;
    }

    .about-more summary {
        align-items: flex-start;
        min-height: 0;
        padding: 20px 18px 20px 23px;
    }

    .about-more summary::before {
        top: 17px;
        bottom: 17px;
    }

    .about-more__title {
        font-size: 17px;
    }

    .about-more__title small {
        display: none;
    }

    .about-more__action {
        font-size: 0;
    }

    .about-more__body {
        padding: 23px 20px;
    }

    .about-more__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .about-more__solutions {
        padding: 21px;
    }
}

/* Accesibilidad */

@media (prefers-reduced-motion: reduce) {
    .about-card,
    .about-company__contact,
    .about-more summary,
    .about-more__arrow,
    .about-more__body {
        animation: none;
        transition: none;
    }
}
