/* ============ SOPORTE (Figma Mundo-empresas-v2 · section-support) ============ */
.tm-soporte {
  padding: 70px 0;
  background: #fff url("../img/bg-soporte.webp") center / cover no-repeat;
}
.tm-soporte__box {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px;
  border: 1px solid #cecece;
  border-radius: 16px;
  background: rgba(255,255,255,.4);
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.tm-soporte__info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 25px 30px;
}
.tm-soporte__title {
  width: 498px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.tm-soporte__icon {
  width: 96px;
  height: 96px;
  padding: 15px;
  border: 1px solid #cecece;
  border-radius: 16px;
  background: rgba(181,181,181,.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.tm-soporte__icon img { width: 58.67px; height: 58.67px; display: block; }
.tm-soporte__title h2 {
  margin: 0;
  padding: 10px 0;
  font-weight: 700;
  font-size: 46px;
  line-height: 1;
  letter-spacing: .45px;
  color: #363636;
}
.tm-soporte__title h2 span { color: #ee7c26; }
.tm-soporte__dash { width: 49px; height: 3px; margin: 8px 0; background: #ee7c26; border-radius: 2px; }
.tm-soporte__title p {
  margin: 5px 0 0;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.45;
  color: #444;
}
.tm-soporte__cards {
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.tm-soporte__card {
  width: 600px;
  max-width: 100%;
  min-height: 155px;
  padding: 15px 20px;
  border: 1px solid #cecece;
  border-radius: 16px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
  transition: box-shadow .25s, transform .25s;
}
.tm-soporte__card:hover { box-shadow: 0 8px 24px rgba(0,0,0,.08); transform: translateY(-2px); }
.tm-soporte__card-icon {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  padding: 4px;
  border-radius: 8px;
  background: #ee7c26;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tm-soporte__card--tec .tm-soporte__card-icon { background: #e9a126; }
.tm-soporte__card-icon img { display: block; }
.tm-soporte__card-icon img[src$="mail.svg"] { width: 30px; height: 24px; }
.tm-soporte__card-icon img[src$="wrench.svg"] { width: 26px; height: 26px; }
.tm-soporte__card-body { flex: 1 1 auto; min-width: 0; padding: 10px; display: flex; flex-direction: column; gap: 10px; }
.tm-soporte__card h3 {
  margin: 0;
  font-weight: 800;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: .45px;
  color: #363636;
}
.tm-soporte__card-mail {
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: .2px;
  color: #ee7c26;
  overflow-wrap: anywhere;
}
.tm-soporte__card--tec .tm-soporte__card-mail { color: #e9a126; }
.tm-soporte__card-arrow {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tm-soporte__card-arrow img { width: 8px; height: 13px; display: block; }
.tm-soporte__req {
  padding: 30px 20px;
  border: 1px solid #c8c8c8;
  border-radius: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px 30px;
}
.tm-soporte__req-label {
  width: 300px;
  max-width: 100%;
  padding-right: 10px;
  border-right: 1px solid #c8c8c8;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.tm-soporte__req-label img { flex: 0 0 auto; width: 56px; height: 56px; display: block; }
.tm-soporte__req-label p {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #363636;
}
.tm-soporte__req-label p span { color: #ee7c26; }
.tm-soporte__req-item { display: flex; align-items: center; gap: 15px; }
.tm-soporte__req-item img { flex: 0 0 auto; width: 36px; height: 36px; display: block; }
.tm-soporte__req-item p {
  margin: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: .45px;
  color: #444;
}

@media (max-width: 1280px) {
  .tm-soporte__box { margin: 0 40px; }
}
@media (max-width: 1199px) {
  .tm-soporte__info { flex-direction: column; align-items: stretch; }
  .tm-soporte__cards { flex: none; }
  .tm-soporte__card { width: 100%; }
}
@media (max-width: 1024px) {
  .tm-soporte__box { padding: 40px 30px; }
  .tm-soporte__title h2 { font-size: 40px; }
}
@media (max-width: 768px) {
  .tm-soporte { padding: 50px 0; }
  .tm-soporte__box { margin: 0 25px; padding: 25px 10px; gap: 40px; }
  .tm-soporte__info { flex-direction: column; align-items: stretch; }
  .tm-soporte__title { width: auto; align-items: center; text-align: center; }
  .tm-soporte__title h2 { font-size: 34px; line-height: 40px; }
  .tm-soporte__title h2 br { display: none; }
  .tm-soporte__title p { font-size: 20px; line-height: 28px; }
  .tm-soporte__cards { flex: none; }
  .tm-soporte__card { width: auto; padding: 30px 8px 15px; flex-direction: column; text-align: center; gap: 0; }
  .tm-soporte__card-body { align-items: center; padding: 10px 0; }
  .tm-soporte__card-mail { font-size: 11px; letter-spacing: 0; }
  .tm-soporte__card-arrow { display: none; }
  .tm-soporte__req { flex-direction: column; align-items: flex-start; gap: 20px; }
  .tm-soporte__req-label { width: auto; padding-right: 0; border-right: 0; justify-content: flex-start; }
  .tm-soporte__req-label p { font-size: 22px; }
}
