#technology {
  padding-top: 32px;
}
#technology .link__technology {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#technology .link__technology a {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #787880;
}
#technology .breadcrumb__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#technology .technology__title {
  padding-top: 23px;
  padding-bottom: 24px;
  display: flex;
  justify-content: center;
}
#technology .technology__title-mob {
  display: flex;
  flex-direction: column;
}
#technology .technology__title .technology__title-text {
  font-weight: 500;
  font-size: 36px;
  line-height: 43px;
  text-align: center;
  color: #333333;
}
#technology .technology__title-img {
  background-image: url("../img/tecnology/clean_tanks.png");
  width: 100%;
  height: 250px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#technology .technology__inner {
  display: flex;
  justify-content: space-between;
  padding-top: 32px;
}
#technology .technology__inner .tecnology__documents {
  max-width: 270px;
  height: auto;
  padding: 24px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.01), 0px 4px 8px rgba(0, 0, 0, 0.02),
    0px 1px 12px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
}
#technology
  .technology__inner
  .tecnology__documents
  .tecnology__documents-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
#technology .technology__inner .tecnology__documents .tecnology__document {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 18px;
}
#technology
  .technology__inner
  .tecnology__documents
  .tecnology__document
  .tecnology__document-pdf {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#technology .technology__inner .tecnology__documents .tecnology__document p {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-left: 9px;
}
#technology
  .technology__inner
  .tecnology__documents
  .tecnology__document-button {
  background: #e20000;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  border: none;
  padding: 10px 16px;
  margin-top: 32px;
  cursor: pointer;
}
#technology .technology__inner .tecnology__inner-text {
  max-width: 670px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#technology .technology__inner .tecnology__inner-text-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 135%;
  color: #333333;
  margin: 0;
}
#technology .technology__inner .tecnology__inner-text-item {
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
}
#technology .technology__inner .tecnology__inner-icon {
  width: 170px;
}
#technology .techology__advantage {
  display: flex;
  padding-top: 32px;
}
#technology .techology__advantage .techology__advantage-inner {
  padding: 24px;
  max-width: 669px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.01), 0px 4px 8px rgba(0, 0, 0, 0.02),
    0px 1px 12px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}
#technology
  .techology__advantage
  .techology__advantage-inner
  .techology__advantage-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
#technology
  .techology__advantage
  .techology__advantage-inner
  .techology__advantage-plus {
  padding-top: 21px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#technology
  .techology__advantage
  .techology__advantage-inner
  .techology__advantage-plus
  .techology__advantage-text {
  display: flex;
  justify-content: flex-start;
}
#technology
  .techology__advantage
  .techology__advantage-inner
  .techology__advantage-plus
  .techology__advantage-text
  p {
  margin-left: 9px;
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
}

#access__product {
  padding-top: 32px;
  padding-bottom: 96px;
}
#access__product .access__product-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#access__product .access__product-inner .access__product-title {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #787880;
}
#access__product .access__product-inner .access__product-cards {
  display: grid !important;
  grid-template-columns: repeat(8, 1fr) !important;
  align-items: center;
  padding-top: 24px;
  gap: 30px;
}
#access__product
  .access__product-inner
  .access__product-cards
  .access__product-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 170px;
}
#access__product
  .access__product-inner
  .access__product-cards
  .access__product-card
  p {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  padding-top: 8px;
}

.mob__techology {
  display: none !important;
}

.link__technology-text {
  display: none;
}

/* media */
@media (max-width: 1200px) {
  #technology .technology__inner .tecnology__inner-text {
    max-width: 500px;
  }
  #technology .technology__inner .tecnology__documents {
    max-width: 220px;
    padding: 17px;
  }
  #technology .techology__advantage .techology__advantage-inner {
    padding: 24px;
    max-width: 500px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.01), 0px 4px 8px rgba(0, 0, 0, 0.02),
      0px 1px 12px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  #technology .tecnology__inner-icon {
    display: none;
  }
  #technology .technology__inner {
    flex-wrap: wrap;
  }
  #technology .technology__inner .tecnology__documents {
    margin-top: 30px;
  }
  #technology .technology__inner .tecnology__inner-text {
    margin-top: 30px;
  }
  #technology .techology__advantage .techology__advantage-inner {
    padding: 24px;
    max-width: 630px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.01), 0px 4px 8px rgba(0, 0, 0, 0.02),
      0px 1px 12px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
  }
  #technology .technology__title-img {
    background-position: right;
  }
  #technology .techology__advantage {
    display: flex;
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  #technology .techology__advantage .techology__advantage-inner {
    order: 2;
  }
  #technology .technology__inner {
    display: flex;
    flex-flow: column;
    padding-top: 0px;
  }
  #technology .technology__inner .tecnology__documents {
    order: 3;
    max-width: 270px;
    margin-top: 24px;
  }
  #technology .technology__inner .tecnology__inner-text {
    order: 1;
    margin-top: 24px;
    max-width: 100%;
    gap: 24px;
  }
  .desk__tecnology {
    display: none !important;
  }
  .mob__techology {
    display: block !important;
    order: 2;
    margin-top: 24px;
  }
  #technology .techology__advantage {
    padding-left: 0px;
    padding-top: 0px;
  }
  #technology .technology__title .technology__title-text {
    font-size: 32px;
  }
  #technology .technology__title-img {
    height: 148px;
  }
  #technology .technology__title {
    padding-bottom: 16px;
  }
  #access__product
    .access__product-inner
    .access__product-cards
    .access__product-card {
    max-width: 150px;
  }
}
@media (max-width: 576px) {
  #technology .technology__title .technology__title-text {
    font-size: 16px;
    line-height: 30px;
  }
  #technology .technology__title-img {
    background-image: url(../img/tecnology/tecnology-img-mobile.png);
    width: 100%;
    height: 95px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 8px;
  }
  #technology .link__technology {
    flex-wrap: wrap;
  }
  #technology .link__technology .link__technology a {
    font-size: 12px;
    flex-wrap: wrap;
  }
  #technology
    .techology__advantage
    .techology__advantage-inner
    .techology__advantage-plus
    .techology__advantage-text
    p {
    font-size: 12px;
  }
  #technology .techology__advantage .techology__advantage-inner {
    padding: 24px 16px;
  }
  #technology .technology__inner .tecnology__documents {
    max-width: 100%;
  }
  #access__product {
    padding-top: 40px;
  }
  #access__product .access__product-inner .access__product-title {
    font-size: 20px;
    line-height: 23px;
  }
  #access__product .access__product-inner .access__product-cards {
    padding-top: 24px;
    grid-template-columns: repeat(3, 1fr) !important;
    flex-wrap: wrap;
  }
  .link__technology {
    display: none !important;
  }
  .link__technology-text {
    display: block;
  }
  .link__technology-text h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #787880;
    margin: 0;
  }
  .technology__title-mob {
    display: flex;
    flex-direction: column-reverse !important;
    margin-top: 24px;
  }
  #technology .technology__title {
    padding-top: 32px;
    padding-bottom: 0px;
  }
  #technology .technology__inner {
    padding-top: 0px;
  }
  #technology {
    padding-top: 0px;
  }
}
@media (max-width: 320px) {
  #technology .technology__title .technology__title-text {
    font-size: 20px;
    line-height: 30px;
  }
  #access__product .access__product-inner .access__product-title {
    font-size: 17px;
    line-height: 23px;
  }
}
