.c-decorada__columns-hogar-industria {
  max-width: 80% !important;
  margin: auto !important;
  margin-top: 96px !important;
  margin-bottom: 178px !important;
  gap: 57px;
}

.c-decorada__column-texts p {
  font-size: clamp(15px, 2vw, 18px);
}

.c-decorada__columns-hogar-industria .c-decorada__column-hogarIndustria figure {
  width: 100%
}

.c-decorada__columns-hogar-industria .c-decorada__column-hogarIndustria figure img {
  height: clamp(113px, 25vw, 303px);
  width: 100%;
  object-position: 0 18%;
}

.c-madetec__columns-usar-aqua {
  margin-bottom: 184px !important;
}

.c-madetec__columns-usar-aqua .c-madetec__column__list-usar ul {
  max-width: 70% !important;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: none;

  list-style-image: url('/wp-content/uploads/2024/04/fi-rr-checkbox.svg');

}

.c-madetec__columns-usar-aqua .c-madetec__column__list-usar ul li {
  font-size: clamp(15px, 2vw, 18px);
  color: #000000;
  position: relative;
  line-height: 1.2;

}

.c-madetec__columns-usar-aqua .c-madetec__column__list-usar ul li::marker {
  width: clamp(19px, 1vw, 24px);
  height: clamp(19px, 1vw, 24px);


}


.c-madetec__columns-usar-aqua .c-madetec__column-img-aqua h3 {
  position: absolute;
  left: 0;
  width: 48.4%;
  height: 226px;
  bottom: 25%;
  font-size: clamp(25px, 2vw, 30px);
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-madetec__columns--video {
  max-width: 54.4%;
  margin: auto !important;
  margin-bottom: 80px !important;
}

.c-madetec__columns-title-paso {
  max-width: 80% !important;
  margin: auto !important;
}

.c-madetec__columns-title-paso h2 {
  font-size: clamp(25px, 3vw, 45px);
}


.c-madetec__columns-title-paso h4 {
  font-size: clamp(18px, 2vw, 25px);
  margin-top: 33px !important;

}

.c-madetec__columns-title-paso p {
  font-size: clamp(15px, 2vw, 25px);
  line-height: 1.2;

}

.c-madetec__columns-steps {
  max-width: 80% !important;
  margin: auto !important;
  margin-top: clamp(33px, 5vw, 35px) !important;
  gap: 12px;
}

.c-madetec__columns-steps .wp-block-column {
  height: clamp(191px, 25vw, 315px);
  border-radius: 10px;
}

.c-madetec__columns-steps .wp-block-column .wp-block-group {
  max-width: 80% !important;
  margin: auto;
  margin-top: clamp(20px, 5vw, 65px);
  gap: clamp(4px, 1vw, 24px);
}

.c-madetec__columns-steps .wp-block-column .wp-block-group h2 {
  font-size: 30px;
}

.c-madetec__columns-steps .wp-block-column .wp-block-group p {
  font-size: clamp(15px, 2vw, 18px);
  line-height: 1.3;
}

.c-madetec__columns__tips {
  max-width: 80% !important;
  margin: auto !important;
  margin-top: 37px !important;
}

.c-madetec__columns__tips h2 {
  font-size: clamp(25px, 2vw, 30px);
}

.c-madetec__columns__tips ul {
  margin-top: 31px !important;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.c-madetec__columns__tips ul li {
  position: relative;
  font-size: clamp(15px, 2vw, 25px);
  color: #000000;
  margin-left: 2rem;

  @media(max-width:780px) {
    margin-left: 1rem;
  }
}

.c-madetec__columns__tips ul li::before {
  content: '';
  position: absolute;
  top: 20%;
  left: -20px;
  width: 10px;
  height: 10px;
  background-image: url('/wp-content/uploads/2024/04/list-circle.svg');
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
}

.c-madetec__columns-grid {
  max-width: 80% !important;
  margin: auto !important;
  margin-top: clamp(48px, 5vw, 80px) !important;
}

.c-madetec__columns-grid h2 {
  font-size: clamp(25px, 2vw, 45px);
}

.c-madetec___grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(200px, 295px));
  grid-template-rows: repeat(2, minmax(200px, 295px));
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-top: clamp(15px, 5vw, 58px) !important;
  margin-bottom: clamp(61px, 5vw, 96px) !important;
}

.c-madetec___grid .wp-block-plm-single-grid:nth-child(1) {
  grid-area: 1 / 1 / 2 / 2 !important;
}

.c-madetec___grid .wp-block-plm-single-grid:nth-child(2) {
  grid-area: 1 / 2 / 2 / 3 !important;
}

.c-madetec___grid .wp-block-plm-single-grid:nth-child(3) {
  grid-area: 1 / 3 / 2 / 4 !important;
}

.c-madetec___grid .wp-block-plm-single-grid:nth-child(4) {
  grid-area: 2 / 1 / 3 / 2 !important;
}

.c-madetec___grid .wp-block-plm-single-grid:nth-child(5) {
  grid-area: 2 / 2 / 3 / 3 !important;
}

.c-madetec___grid .wp-block-plm-single-grid:nth-child(6) {
  grid-area: 2 / 3 / 3 / 4 !important;
}

.c-madetec___grid .wp-block-plm-single-grid figure {
  height: 100%;
}

.c-madetec___grid .wp-block-plm-single-grid img {
  width: 100%;
  height: 100%;
}

.c-columns__title-madera-madetec {
  max-width: 80%;
  margin: auto !important;
  margin-bottom: clamp(31px, 5vw, 85px) !important;

}

.c-columns__title-madera-madetec h2 {
  font-size: clamp(25px, 3vw, 45px);

}

.c-columns__title-madera-madetec p {
  margin-top: clamp(16px, 5vw, 30px) !important;
  font-size: clamp(15px, 2vw, 25px);
  text-align: center;


}

.c-columns__title-madera-madetec p span {
  font-size: clamp(15px, 2vw, 30px);

}

.c-madetec___slider-footer {
  margin-bottom: clamp(31px, 5vw, 80px) !important;
  max-width: 80% !important;
}

.c-madetec___slider-footer .wp-block-plm-slide-v2 .is-style-c-card--gray-conten {
  background: none;
  gap: 1rem;
}

.c-madetec___slider-footer .wp-block-plm-slide-v2 .c-single-card__title {
  display: flex !important;
  font-size: clamp(13px, 2vw, 18px);
  font-weight: 600;
  text-align: center;
  margin: auto;

}

.c-madetec___slider-footer .wp-block-plm-slide-v2 .c-single-card__excerpt {
  display: none !important;
}

.c-madetec___slider-footer .wp-block-plm-slide-v2 .is-style-c-card--gray-conten .c-single-card__anchor p {
  background: var(--wp--preset--color--verde-botton);
  border-bottom: none;
  color: #ffffff;
  max-width: none;
  width: clamp(110px, 25vw, 123px);
  height: clamp(36px, 25vw, 46px);
  border-radius: 8px;
  font-size: clamp(18px, 1vw, 25px);
  font-weight: 600;
  box-sizing: border-box;
  text-transform: initial !important;
}

.c-madetec___slider-footer .wp-block-plm-slide-v2 .is-style-c-card--gray-conten .c-single-card__anchor p img {
  display: none;
}

@media (max-width: 780px) {
  .c-decorada__columns-hogar-industria {
    max-width: 85% !important;
    margin-top: 68px !important;
    margin-bottom: 76px !important;
    flex-direction: column-reverse;
    gap: 20px;
  }

  .c-decorada__column-hogarIndustria .wp-block-group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .c-decorada__column-hogarIndustria .wp-block-group figure {
    width: 50% !important;
  }

  .c-decorada__columns-hogar-industria .c-decorada__column-hogarIndustria figure img {
    /* height: 113px; */
    width: 100%;
  }

  .c-decorada__column-texts p {
    text-align: justify;
  }

  .c-madetec__columns-usar-aqua {
    flex-direction: column-reverse;
    gap: 36px;
  }

  .c-madetec__columns-usar-aqua .c-madetec__column-img-aqua h3 {
    width: 100%;
    height: 111px;
    bottom: 0;
    text-align: center;
  }

  .c-madetec__columns--video {
    max-width: 86%;
    margin-bottom: 68px !important;
  }

  .c-madetec___grid {
    grid-template-columns: repeat(2, minmax(100px, 140px)) !important;
    grid-template-rows: repeat(3, minmax(100px, 140px));
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .c-madetec___grid .wp-block-plm-single-grid:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2 !important;
  }

  .c-madetec___grid .wp-block-plm-single-grid:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3 !important;
  }

  .c-madetec___grid .wp-block-plm-single-grid:nth-child(3) {
    grid-area: 3 / 1 / 4 / 2 !important;
  }

  .c-madetec___grid .wp-block-plm-single-grid:nth-child(4) {
    grid-area: 2 / 1 / 3 / 2 !important;
  }

  .c-madetec___grid .wp-block-plm-single-grid:nth-child(5) {
    grid-area: 2 / 2 / 3 / 3 !important;
  }

  .c-madetec___grid .wp-block-plm-single-grid:nth-child(6) {
    grid-area: 3 / 2 / 4 / 3 !important;
  }

  .c-columns__title-madera-madetec p {

    text-align: justify;

  }

}