/* Home hero */
:root {
  --home-top-offset: 154px;
}

.home-hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: calc(100vh - var(--home-top-offset));
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 56px 20px;
  background: #222;
}

.home-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  pointer-events: none;
}

.home-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 2;
}

.home-hero__content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 34px;
  width: min(860px, 100%);
  color: #fff;
  text-align: center;
}

.home-hero__copy {
  display: flex;
  flex-direction: column;
  gap: 22px;
  width: 100%;
}

.home-hero h1 {
  margin: 0;
  color: #fff;
  font-weight: 900;
  text-align: center;
}

.home-hero h1 span,
.home-hero h1 small {
  display: block;
}

.home-hero h1 span {
  font-size: clamp(58px, 8.2vw, 112px);
  line-height: 0.86;
}

.home-hero h1 small {
  margin-top: 12px;
  color: #fff;
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 900;
  line-height: 1.02;
}

.home-hero p {
  margin: 0;
  color: #fff;
  font-size: clamp(17px, 1.9vw, 24px);
  font-weight: 400;
  line-height: 1.25;
}

.home-hero__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
}

.home-hero__button {
  display: block;
  min-width: 180px;
  border: 0;
  background-color: #74CAE2;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.home-hero__button--wide {
  min-width: 288px;
  background-color: #F5821F;
}

.home-hero__button:hover,
.home-hero__button:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
  outline: none;
}

/* Home video popup */
.home-video-modal {
  position: fixed;
  inset: 0;
  z-index: 1050;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 56px 16px;
  outline: 0;
}

.home-video-modal.is-open {
  display: flex;
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.78);
  opacity: 1;
}

.home-video-modal.in {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.home-video-modal .modal-dialog {
  position: relative;
  width: min(920px, calc(100% - 32px));
  margin: auto;
}

.home-video-modal.fade .modal-dialog,
.home-video-modal.in .modal-dialog,
.home-video-modal.is-open .modal-dialog {
  top: auto !important;
  transform: none !important;
}

.home-video-modal .modal-content {
  position: relative;
  border: 0;
  border-radius: 0;
  background: #000;
  box-shadow: none;
}

.home-video-modal__close {
  position: absolute;
  top: -42px;
  right: 0;
  z-index: 2;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 38px;
  line-height: 1;
}

.home-video-modal__media {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #000;
}

.home-video-modal__media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.modal-open {
  overflow: hidden;
}

/* Home carousels */
.slick-list .item {
  padding: 0;
}

/* Home benefits carousel */
.home-benefits {
  overflow: hidden;
  padding: 42px 0 52px;
  background: #fff;
}

.home-benefits h2 {
  margin: 0 0 28px;
  color: #F5821F;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
}

.home-benefits .banners div {
  border-left: 0;
}

.home-benefits .banners .item {
  padding: 0 12px;
}

.home-benefits__card {
  position: relative;
  display: flex;
  min-height: 235px;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 26px 26px 30px;
  background: #F5821F;
  color: #fff;
  text-decoration: none;
}

.home-benefits__card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52%;
  height: 9px;
  background: #55BDDA;
}

.home-benefits__card img {
  position: absolute;
  top: 22px;
  right: 24px;
  width: 86px;
  height: 86px;
  object-fit: contain;
}

.home-benefits .banners div img:hover {
  filter: none;
}

.home-benefits__card span,
.home-benefits__card strong {
  display: block;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
}

.home-benefits__card span {
  font-size: 22px;
  font-weight: 400;
}

.home-benefits__card strong {
  margin-top: 2px;
  font-size: 28px;
  font-weight: 900;
}

.home-benefits__card:hover,
.home-benefits__card:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.92;
  outline: none;
}

/* Home solutions */
.home-solutions {
  padding: 42px 20px 56px;
  background: #fffefe;
}

.home-solutions__inner {
  margin: 0 auto;
}

.home-solutions h2 {
  margin: 0 0 32px;
  color: #55BDDA;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
}

.home-solutions__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.home-solutions__card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
}

.home-solutions__image {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 493/482;
  color: #fff;
  text-decoration: none;
}

.home-solutions__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-solutions__image h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin: 0;
  padding: 0 18px;
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  line-height: 0.95;
  text-align: center;
  transform: translate(-50%, -50%);
}

.home-solutions__card p {
  min-height: 64px;
  margin: 18px auto 18px;
  color: #a8aaa9;
  font-size: 16px;
  line-height: 1.05;
  text-align: center;
  width: min(100%, 360px);
}

.home-solutions__card p strong {
  font-weight: 900;
}

.home-solutions__button {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: auto;
  padding: 10px 18px;
  background: #55BDDA;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
}

.home-solutions__image:hover,
.home-solutions__image:focus,
.home-solutions__button:hover,
.home-solutions__button:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.88;
  outline: none;
}

/* Home metrics */
.home-metrics {
  padding: 56px 20px;
  background: #f0f0f0;
}

.home-metrics__inner {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px 20px;
  width: min(100%, 1260px);
  margin: 0 auto;
}

.home-metrics__item {
  position: relative;
  grid-column: span 2;
  min-width: 0;
  border: 3px solid #F5821F;
  padding: 22px 16px 17px;
  background: #fffefe;
  color: #F5821F;
  text-align: center;
}

.home-metrics__item:nth-child(4) {
  grid-column: 2 / span 2;
}

.home-metrics__item:nth-child(5) {
  grid-column: 4 / span 2;
}

.home-metrics__item::before {
  content: "";
  position: absolute;
  top: -11px;
  left: 50%;
  width: 72px;
  height: 15px;
  background: #55BDDA;
  transform: translateX(-50%);
}

.home-metrics__number,
.home-metrics__label {
  display: block;
  color: #F5821F;
  line-height: 1;
  text-transform: uppercase;
}

.home-metrics__number {
  min-height: 58px;
  font-size: 54px;
  font-weight: 900;
}

.home-metrics__label {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 900;
}

/* Home industries */
.home-industries {
  position: relative;
  overflow: hidden;
  padding: 72px 20px 72px;
  background: #333 url("../img/_08-2026/AJEC_PropuestaHome_DESKTOP-Industrias.jpg") center/cover no-repeat;
  font-family: "Lato", Arial, sans-serif;
}

.home-industries::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.48);
}

.home-industries__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1440px);
  margin: 0 auto;
}

.home-industries h2 {
  margin: 0 0 30px;
  color: #fffefe;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0;
  text-align: center;
}

.home-industries__grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 16px;
}

.home-industries__item {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  color: #fffefe;
  text-align: center;
}

.home-industries__item img {
  width: 112px;
  height: 112px;
  object-fit: contain;
}

.home-industries__item span {
  display: block;
  min-height: 34px;
  margin-top: 4px;
  color: #fffefe;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: uppercase;
}

/* Home certified products */
.home-certified {
  padding: 48px 20px;
  background: #55BDDA;
}

.home-certified__inner {
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 0 auto;
  color: #fffefe;
}

.home-certified__headline {
  position: relative;
  flex: 0 0 auto;
  min-width: 238px;
  padding-right: 34px;
  color: #fffefe;
  text-align: left;
}

.home-certified__headline::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: rgba(255, 254, 254, 0.85);
}

.home-certified__headline span,
.home-certified__headline strong {
  display: block;
  color: #fffefe;
  line-height: 1;
  text-transform: uppercase;
}

.home-certified__headline span {
  font-size: 20px;
  font-weight: 900;
}

.home-certified__headline h2 {
  margin: 0;
  color: #fffefe;
  font-size: 78px;
  font-weight: 900;
  line-height: 0.86;
}

.home-certified__headline strong {
  font-size: 21px;
  font-weight: 400;
}

.home-certified__copy {
  flex: 0 0 auto;
  min-width: 315px;
  margin: 0;
  color: #fffefe;
  font-size: 17px;
  line-height: 1.08;
}

.home-certified__copy strong {
  color: #fffefe;
  font-weight: 700;
}

.home-certified__logos {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: flex-end;
  gap: 62px;
  min-width: 0;
}

.home-certified__logos img:first-child {
  width: min(100%, 238px);
  height: auto;
}

.home-certified__logos img:last-child {
  width: 86px;
  height: auto;
}

/* Home working process */
.home-process {
  padding: 48px 20px 52px;
  background: #F6821F;
}

.home-process__inner {
  margin: 0 auto;
}

.home-process h2 {
  margin: 0 0 44px;
  color: #fffefe;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
}

.home-process__steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  gap: 56px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-process__steps::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 8px;
  right: 8px;
  height: 2px;
  background: #fffefe;
}

.home-process__step {
  position: relative;
  min-width: 0;
  color: #fffefe;
}

.home-process__step::before {
  content: "";
  position: absolute;
  top: -31px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #55BDDA;
}

.home-process__step strong,
.home-process__step span {
  display: block;
  color: #fffefe;
  line-height: 1;
}

.home-process__step strong {
  font-size: 48px;
  font-weight: 900;
}

.home-process__step span {
  min-height: 44px;
  margin-top: 4px;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.home-process__step img {
  width: 92px;
  height: 92px;
  margin-top: 10px;
  object-fit: contain;
}

/* Home news carousel */
.home-news {
  padding: 56px 0 64px;
  background: #fff;
}

.home-news__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}

.home-news h2 {
  margin: 0;
  color: #F5821F;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.1;
}

.home-news__all {
  display: inline-flex;
  min-width: 140px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  background: #55BDDA;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
}

.home-news__all:hover,
.home-news__all:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
  outline: none;
}

.home-news__footer {
  display: none;
}

.home-news__rail {
  width: 100%;
  overflow: hidden;
}

.home-news__carousel {
  width: 100%;
  margin: 0;
}

.home-news__slide {
  height: 100%;
  padding: 0 10px;
}

.home-news .slick-track {
  display: flex;
}

.home-news .slick-slide {
  height: auto;
}

.home-news .slick-slide > div {
  height: 100%;
}

.home-news__card {
  display: flex;
  height: 100%;
  max-height: 540px;
  flex-direction: column;
  overflow: hidden;
  padding: 22px 15px 27px;
  background: #f2f2f2;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
}

.home-news__card:hover,
.home-news__card:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
}

.home-news__category {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 13px;
}

.home-news__category::before {
  content: "";
  width: 3px;
  height: 20px;
  background: #55BDDA;
}

.home-news__category span {
  color: #55BDDA;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.home-news__image {
  display: block;
  overflow: hidden;
  aspect-ratio: 1/1;
  background: #ddd;
}

.home-news__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  transition: transform 0.25s ease;
}

.home-news__card:hover .home-news__image img,
.home-news__card:focus .home-news__image img {
  transform: scale(1.03);
}

.home-news__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 20px 5px 0;
}

.home-news__content h3 {
  display: -webkit-box;
  min-height: 52px;
  max-height: 52px;
  margin: 0 0 16px;
  overflow: hidden;
  color: #231f20;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.18;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-news__content p {
  display: -webkit-box;
  min-height: 36px;
  max-height: 36px;
  margin: 0 0 22px;
  overflow: hidden;
  color: #707070;
  font-size: 13px;
  line-height: 18px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-news__read {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: #F5821F;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.1;
  text-decoration: none;
}

.home-news__read::after {
  content: "›";
  font-size: 24px;
  line-height: 0.8;
}

.home-news__card:hover .home-news__read,
.home-news__card:focus .home-news__read {
  color: #F5821F;
  text-decoration: none;
  opacity: 0.8;
  outline: none;
}

/* Home commercial contact form */
.home-commercial {
  padding: 64px 0 70px;
  background: #fffefe;
}

.home-commercial__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  gap: 80px;
  align-items: center;
}

.home-commercial__copy h2 {
  margin: 0 0 14px;
  color: #55BDDA;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.08;
}

.home-commercial__copy p {
  width: min(100%, 410px);
  margin: 0 0 16px;
  color: #a8aaa9;
  font-size: 16px;
  line-height: 1.08;
}

.home-commercial__copy p strong {
  font-weight: 900;
}

.home-commercial__cta {
  min-width: 300px;
  min-height: 44px;
  border: 0;
  padding: 10px 20px;
  background: #F5821F;
  color: #fffefe;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
}

.home-commercial__cta:hover,
.home-commercial__cta:focus {
  opacity: 0.85;
  outline: none;
}

.home-commercial__form h3 {
  margin: 0 0 14px;
  color: #55BDDA;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.1;
}

.home-commercial #form_contacto.forms {
  display: block;
}

.home-commercial #zoho-form-producto {
  padding: 0;
}

.home-commercial #zoho-form-producto form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.home-commercial #zoho-form-producto form>.zcwf_row,
.home-commercial #zoho-form-producto form>div.zcwf_row:nth-of-type(1),
.home-commercial #zoho-form-producto form>div.zcwf_row:nth-of-type(2) {
  width: 100%;
  margin: 0;
}

.home-commercial #zoho-form-producto form>.zcwf_row:has(#First_Name_prod),
.home-commercial #zoho-form-producto form>.zcwf_row:has(#Company_prod),
.home-commercial #zoho-form-producto form>.zcwf_row:has(#Industry_prod),
.home-commercial #zoho-form-producto form>.zcwf_row:has(#LEADCF4_prod),
.home-commercial #zoho-form-producto form>.zcwf_row:has(#LEADCF102_prod) {
  display: none;
}

.home-commercial #zoho-form-producto .zcwf_col_lab {
  display: none;
}

.home-commercial #zoho-form-producto .zcwf_col_fld input[type=text],
.home-commercial #zoho-form-producto .zcwf_col_fld textarea {
  width: 100% !important;
  border: 0 !important;
  padding: 18px 18px !important;
  margin: 0 !important;
  background: #ebebeb !important;
  color: #333 !important;
  font-size: 16px;
  line-height: 1.2;
}

.home-commercial #zoho-form-producto .zcwf_col_fld input[type=text] {
  height: 56px;
}

.home-commercial #zoho-form-producto .zcwf_col_fld textarea {
  height: 95px;
  resize: vertical;
}

.home-commercial #zoho-form-producto input::placeholder,
.home-commercial #zoho-form-producto textarea::placeholder {
  color: #8c8c8c;
  opacity: 1;
}

.home-commercial #zoho-form-producto .g-recaptcha {
  margin: 4px 0 0;
}

.home-commercial #zoho-form-producto form>div.zcwf_row:last-of-type {
  justify-content: flex-end;
  padding-top: 2px;
}

.home-commercial #zoho-form-producto .formsubmit.zcwf_button {
  min-width: 166px;
  min-height: 50px;
  margin: 0 !important;
  background: #55BDDA !important;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
}

/* Home team contact */
.equipo h2 {
  margin-bottom: 28px;
  color: #ababab;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.1;
}

/* Home reusable helpers */
.img-centered {
  display: block;
  margin: auto;
}

@media (max-width: 991px) {
  .home-industries__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px 16px;
  }

  .home-certified__inner {
    flex-wrap: wrap;
    justify-content: center;
  }

  .home-certified__logos {
    flex-basis: 100%;
    justify-content: center;
    gap: 42px;
  }
}

@media (max-width: 767px) {
  :root {
    --home-top-offset: 116px;
  }

  .home-hero {
    min-height: calc(100vh - var(--home-top-offset));
    padding: 44px 18px;
  }

  .home-hero__content {
    gap: 28px;
  }

  .home-hero__copy {
    gap: 18px;
  }

  .home-hero__actions {
    flex-direction: column;
    gap: 12px;
  }

  .home-hero__button,
  .home-hero__button--wide {
    width: min(100%, 288px);
    min-width: 0;
    font-size: 18px;
  }

  .home-video-modal .modal-dialog {
    width: 100%;
    margin: auto;
  }

  .home-benefits {
    padding: 34px 0 42px;
  }

  .home-benefits h2 {
    margin-bottom: 22px;
    font-size: 24px;
  }

  .home-benefits .banners .item {
    padding: 0 7px;
  }

  .home-benefits__card {
    min-height: 210px;
    padding: 24px 22px 28px;
  }

  .home-benefits__card img {
    width: 76px;
    height: 76px;
  }

  .home-benefits__card span {
    font-size: 20px;
  }

  .home-benefits__card strong {
    font-size: 26px;
  }

  .home-solutions {
    padding: 34px 18px 44px;
  }

  .home-solutions h2 {
    margin-bottom: 24px;
    font-size: 26px;
  }

  .home-solutions__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .home-solutions__image h3 {
    font-size: 30px;
  }

  .home-solutions__card p {
    min-height: 0;
    margin: 14px auto 16px;
    font-size: 15px;
  }

  .home-solutions__button {
    min-height: 46px;
    font-size: 17px;
  }

  .home-metrics {
    padding: 42px 18px;
  }

  .home-metrics__inner {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .home-metrics__item,
  .home-metrics__item:nth-child(4),
  .home-metrics__item:nth-child(5) {
    grid-column: auto;
  }

  .home-metrics__number {
    min-height: 48px;
    font-size: 44px;
  }

  .home-metrics__label {
    font-size: 14px;
  }

  .home-industries {
    padding: 52px 18px 56px;
  }

  .home-industries h2 {
    margin-bottom: 26px;
    font-size: 24px;
  }

  .home-industries__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 14px;
  }

  .home-industries__item img {
    width: 96px;
    height: 96px;
  }

  .home-industries__item span {
    min-height: 30px;
    font-size: 14px;
  }

  .home-certified {
    padding: 54px 18px 58px;
  }

  .home-certified__inner {
    flex-direction: column;
    gap: 22px;
    text-align: center;
  }

  .home-certified__headline {
    min-width: 0;
    padding-right: 0;
    text-align: center;
  }

  .home-certified__headline::after {
    display: none;
  }

  .home-certified__headline span,
  .home-certified__headline strong {
    font-size: 20px;
  }

  .home-certified__headline h2 {
    font-size: 68px;
  }

  .home-certified__copy {
    min-width: 0;
    border-left: 0;
    border-top: 1px solid rgba(255, 254, 254, 0.85);
    padding: 22px 0 0;
    font-size: 16px;
  }

  .home-certified__logos {
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    width: 100%;
  }

  .home-certified__logos img:first-child {
    width: min(78%, 230px);
  }

  .home-certified__logos img:last-child {
    width: 88px;
  }

  .home-process {
    padding: 38px 18px 42px;
  }

  .home-process h2 {
    margin-bottom: 28px;
    font-size: 27px;
  }

  .home-process__steps {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }

  .home-process__steps::before,
  .home-process__step::before {
    display: none;
  }

  .home-process__step strong {
    font-size: 42px;
  }

  .home-process__step span {
    min-height: 0;
    font-size: 18px;
  }

  .home-process__step img {
    width: 86px;
    height: 86px;
    margin-top: 8px;
  }

  .home-news {
    padding: 42px 0 48px;
  }

  .home-news__header {
    justify-content: center;
    margin-bottom: 24px;
    text-align: center;
  }

  .home-news h2 {
    font-size: 26px;
  }

  .home-news__all--desktop {
    display: none;
  }

  .home-news__footer {
    display: flex;
    justify-content: center;
    margin-top: 24px;
  }

  .home-news__footer .home-news__all {
    width: min(100%, 180px);
    min-height: 40px;
    font-size: 15px;
  }

  .home-news__carousel {
    margin: 0;
  }

  .home-news__slide {
    padding: 0 7px;
  }

  .home-news__content h3 {
    min-height: 50px;
    max-height: 50px;
    font-size: 21px;
  }

  .home-commercial {
    padding: 44px 0 50px;
  }

  .home-commercial__inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .home-commercial__copy {
    text-align: center;
  }

  .home-commercial__copy h2 {
    font-size: 28px;
  }

  .home-commercial__copy p {
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;
  }

  .home-commercial__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 300px);
    min-width: 0;
    font-size: 17px;
  }

  .home-commercial__form h3 {
    font-size: 25px;
    text-align: center;
  }

  .home-commercial #zoho-form-producto form>div.zcwf_row:last-of-type {
    justify-content: stretch;
  }

  .home-commercial #zoho-form-producto .formsubmit.zcwf_button {
    width: 100%;
  }

  .equipo h2 {
    margin-bottom: 22px;
    font-size: 27px;
  }
}
