.tl-emp-page {
  font-family: 'Poppins', 'Jost', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
  --red: #EA1826;
  --blue: #102039;
  --muted: #fff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}

/* Tipografia global mas uniforme */
.tl-emp-page h1,
.tl-emp-page h2,
.tl-emp-page h3 {
  letter-spacing: -.015em;
  font-weight: 700;
}

.tl-emp-page .tl-title,
.tl-emp-page .tl-secTitle,
.tl-emp-page .tl-card__title,
.tl-emp-page .tl-faq-title,
.tl-emp-page #tl-redcta-01 h2 {
  font-weight: 700 !important;
}

.tl-emp-page p,
.tl-emp-page li,
.tl-emp-page .tl-subtitle,
.tl-emp-page .tl-sub,
.tl-emp-page .tl-secDesc,
.tl-emp-page .tl-pt-desc,
.tl-emp-page .tl-faq-desc,
.tl-emp-page .tl-a-inner,
.tl-emp-page .tl-svc-p {
  font-weight: 400 !important;
}

.tl-emp-page a,
.tl-emp-page button {
  font-family: inherit;
}

.tl-emp-page .tl-btn,
.tl-emp-page .tl-btnA,
.tl-emp-page .tl-svc-more,
.tl-emp-page #tl-redcta-01 .btn {
  font-weight: 600 !important;
  letter-spacing: 0;
}

.tl-emp-page .tl-kicker,
.tl-emp-page .tl-label,
.tl-emp-page .tl-stat-label,
.tl-emp-page .tl-q-text {
  font-weight: 600 !important;
}

/* ?kicker? con ?cono */
.tl-emp-page .tl-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 950;
  color: var(--blue);
  opacity: .95;
  margin: 0 0 10px;
}

.tl-emp-page .tl-kicker .tl-kico {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: rgba(234, 24, 38, .12);
  border: 1px solid rgba(234, 24, 38, .18);
  display: grid;
  place-items: center;
  color: var(--red);
  flex: 0 0 auto;
}

.tl-emp-page .tl-kicker svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* =========================================================
     1) HERO (OPCIÓN A: menos saturado)
     - quitamos ?kpis? grandes (los 3 items)
     - dejamos 1 línea de valor + CTA principal
     - oculto "Ver servicios" (no borrado)
  ========================================================= */
.tl-emp-page .tl-hero--full {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.tl-emp-page .tl-hero {
  --bg: url("https://techosleon.cl/wp-content/uploads/2026/02/techo-de-zinc-1536x1024-1.webp");
  --bg-pos: center center;
  --glass: rgba(10, 30, 52, .56);
  --line: rgba(255, 255, 255, .12);
  --text: rgba(255, 255, 255, .88);
  position: relative;
  min-height: 108vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: 3em;
}

.tl-emp-page .tl-hero__bg {
  position: absolute;
  inset: 0;
  background-image: var(--bg);
  background-size: cover;
  background-position: var(--bg-pos);
  transform: scale(1.02);
}

.tl-emp-page .tl-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 26, 44, .95) 0%, rgba(7, 26, 44, .78) 46%, rgba(7, 26, 44, .58) 100%);
}

.tl-emp-page .tl-hero__noise {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)' opacity='.14'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
  opacity: .25;
  pointer-events: none;
}

.tl-emp-page .tl-hero__glow {
  position: absolute;
  width: 620px;
  height: 620px;
  border-radius: 999px;
  filter: blur(14px);
  opacity: .85;
  pointer-events: none;
}

.tl-emp-page .tl-hero__glow--a {
  right: -220px;
  top: -240px;
  background: radial-gradient(circle at 30% 30%, rgba(234, 24, 38, .30), transparent 60%);
}

.tl-emp-page .tl-hero__glow--b {
  left: -260px;
  bottom: -280px;
  background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, .16), transparent 60%);
}

.tl-emp-page .tl-hero__inner {
  position: relative;
  z-index: 2;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 70px clamp(16px, 4vw, 70px) !important;
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: clamp(18px, 3.5vw, 70px);
  align-items: center;
}

.tl-emp-page .tl-left {
  animation: tlSlideRight .85s ease-out both;
}

@keyframes tlSlideRight {
  from {
    opacity: 0;
    transform: translateX(-26px)
  }

  to {
    opacity: 1;
    transform: translateX(0)
  }
}

.tl-emp-page .tl-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(0, 0, 0, .12);
  color: rgba(255, 255, 255, .88);
  font-weight: 950;
  font-size: 13px;
  line-height: 1.05;
  margin-bottom: 14px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.tl-emp-page .tl-pill__dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--red);
  box-shadow: 0 0 0 7px rgba(234, 24, 38, .14);
}

.tl-emp-page .tl-title {
  margin: 0 0 12px;
  color: #fff;
  font-weight: 700;
  line-height: 1.05;
  font-size: clamp(28px, 3.6vw, 44px) !important;
}

.tl-emp-page .tl-accent {
  position: relative;
  display: inline-block;
  padding: 2px 10px;
}

.tl-emp-page .tl-accent::after {
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  top: -8px;
  bottom: -8px;
  border: 2px solid var(--red);
  border-radius: 999px;
  opacity: .95;
  pointer-events: none;
}

.tl-emp-page .tl-subtitle {
  margin: 0 0 16px;
  color: var(--text);
  max-width: 920px;
  line-height: 1.7;
  font-size: 16px;
}

/* "valor" compacto */
.tl-emp-page .tl-value {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tl-emp-page .tl-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(0, 0, 0, .12);
  color: rgba(255, 255, 255, .9);
  font-weight: 900;
  font-size: 13px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.tl-emp-page .tl-chip svg {
  width: 16px;
  height: 16px;
  stroke: #fff;
  fill: none;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: .95;
}

.tl-emp-page .tl-ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.tl-emp-page .tl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
  border-radius: 12px;
  font-weight: 1000;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  user-select: none;
  transition: transform .15s ease, filter .15s ease, box-shadow .15s ease;
}

.tl-emp-page .tl-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.02);
}

.tl-emp-page .tl-btn:active {
  transform: translateY(0) scale(.99);
}

.tl-emp-page .tl-btn--primary {
  background: var(--red);
  color: #fff;
  box-shadow: 0 14px 26px rgba(0, 0, 0, .24);
}

.tl-emp-page .tl-btn--ghost {
  background: rgba(255, 255, 255, .10);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .16);
}

.tl-emp-page .tl-btn--wa {
  background: #16a34a;
  color: #fff;
  box-shadow: 0 14px 26px rgba(0, 0, 0, .24);
}

.tl-emp-page .tl-btn--call {
  background: #102039;
  color: #fff;
}

.tl-emp-page .tl-micro {
  margin-top: 12px;
  color: rgba(255, 255, 255, .70);
  font-size: 12.5px;
}

/* Ocultar "Ver servicios" (NO borrar) */
.tl-emp-page .tl-btn--ghost {
  display: none !important;
}

/* Card derecha (form) */
.tl-emp-page .tl-cardHero {
  position: relative;
  background: var(--glass);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 22px;
  box-shadow: 0 22px 52px rgba(0, 0, 0, .42);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  animation: tlUpIn .9s cubic-bezier(.2, .9, .2, 1) both;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  min-height: 520px;
}

@keyframes tlUpIn {
  from {
    opacity: 0;
    transform: translateY(26px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.tl-emp-page .tl-cardHero::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 20px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(234, 24, 38, .60), rgba(255, 255, 255, .10), rgba(234, 24, 38, .25));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: .55;
  pointer-events: none;
}

.tl-emp-page .tl-card__head {
  text-align: center;
  margin: 0;
}

.tl-emp-page .tl-card__title {
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 28px !important;
}

.tl-emp-page .tl-card__sub {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  line-height: 1.4;
}

.tl-emp-page .tl-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 0;
}

.tl-emp-page .tl-divider {
  position: relative;
  text-align: center;
  margin: 2px 0 6px;
  color: rgba(255, 255, 255, .75);
  font-size: 12.5px;
}

.tl-emp-page .tl-divider span {
  background: var(--glass);
  padding: 0 10px;
}

.tl-emp-page .tl-divider::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: rgba(255, 255, 255, .18);
  transform: translateY(-50%);
  z-index: -1;
}

.tl-emp-page .tl-formSlot {
  flex: 0 0 auto;
  align-self: stretch;
}

.tl-emp-page .tl-formSlot input,
.tl-emp-page .tl-formSlot select,
.tl-emp-page .tl-formSlot textarea {
  width: 100% !important;
  box-sizing: border-box !important;
  padding: 14px 14px !important;
  border-radius: 12px !important;
  border: 1px solid rgba(0, 0, 0, .12) !important;
  outline: none !important;
  font-size: 14.5px !important;
  background: rgba(255, 255, 255, .96) !important;
  margin: 0 0 12px !important;
}

.tl-emp-page .tl-formSlot textarea {
  min-height: 90px !important;
  resize: vertical !important;
}

.tl-emp-page .tl-formSlot .forminator-ui,
.tl-emp-page .tl-formSlot .forminator-custom-form,
.tl-emp-page .tl-formSlot .forminator-row,
.tl-emp-page .tl-formSlot .forminator-fields {
  height: auto !important;
  min-height: 0 !important;
}

.tl-emp-page .tl-formSlot .forminator-custom-form {
  margin: 0 !important;
}

.tl-emp-page .tl-formSlot button,
.tl-emp-page .tl-formSlot input[type="submit"],
.tl-emp-page .tl-formSlot .forminator-button,
.tl-emp-page .tl-formSlot .forminator-btn {
  width: 100% !important;
  padding: 14px 16px !important;
  border-radius: 12px !important;
  background: var(--red) !important;
  color: #fff !important;
  font-weight: 1000 !important;
  border: 0 !important;
  cursor: pointer !important;
  box-shadow: 0 16px 30px rgba(0, 0, 0, .28) !important;
}

@media (max-width:980px) {
  .tl-emp-page .tl-hero {
    --bg: url("https://techosleon.cl/wp-content/uploads/2026/02/techo-de-zinc-1024x1536-1.webp");
    --bg-pos: center top;
    min-height: 90vh;
  }

  .tl-emp-page .tl-hero__inner {
    grid-template-columns: 1fr;
    padding: 46px 16px !important;
    /*gap : 18px*/
    gap: 8em;
  }

  .tl-emp-page .tl-actions {
    grid-template-columns: 1fr;
  }

  .tl-emp-page .tl-cardHero {
    min-height: auto;
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {

  .tl-emp-page .tl-left,
  .tl-emp-page .tl-cardHero {
    animation: none;
  }

  .tl-emp-page .tl-btn {
    transition: none;
  }
}

/* =========================================================
     2) NOSOTROS (antes de Servicios)
  ========================================================= */
.tl-emp-page .tl-about {
  padding: 72px 0;
  background: #f5f6f8;
  position: relative;
  overflow: hidden;
}

.tl-emp-page .tl-about::after {
  content: "";
  position: absolute;
  right: -180px;
  top: 10px;
  width: 620px;
  height: 620px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(234, 24, 38, .10) 0%, rgba(234, 24, 38, .04) 45%, rgba(234, 24, 38, 0) 72%);
  pointer-events: none;
}

.tl-emp-page .tl-about .tl-wrap {
  width: min(1200px, 92%);
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(300px, .95fr) minmax(340px, 1.05fr);
  gap: 54px;
  align-items: center;
}

.tl-emp-page .tl-about .tl-about-mediaWrap {
  position: relative;
}

.tl-emp-page .tl-about .tl-media {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: #f3f6fb;
  box-shadow: 0 18px 48px rgba(16, 32, 57, .14);
  min-height: 560px;
}

.tl-emp-page .tl-about .tl-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 34%;
}

.tl-emp-page .tl-about .tl-decor {
  position: absolute;
  left: -58px;
  top: 50%;
  transform: translateY(-50%);
  opacity: .1;
  pointer-events: none;
}

.tl-emp-page .tl-about .tl-decor svg {
  width: 150px;
  height: 300px;
  stroke: var(--blue);
  fill: none;
  stroke-width: 1.6;
}

.tl-emp-page .tl-about .tl-badge {
  position: absolute;
  left: -82px;
  top: 53%;
  transform: translateY(-50%);
  background: var(--red);
  color: #fff;
  border-radius: 18px;
  padding: 20px 24px;
  min-width: 262px;
  box-shadow: 0 18px 46px rgba(0, 0, 0, .22);
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 2;
}

.tl-emp-page .tl-about .tl-badge strong {
  font-size: 56px;
  line-height: 1;
  font-weight: 1000;
  letter-spacing: -.02em;
}

.tl-emp-page .tl-about .tl-badge span {
  font-size: 18px;
  opacity: .95;
  font-weight: 700;
}

.tl-emp-page .tl-about .tl-about-copy {
  position: relative;
}

.tl-emp-page .tl-about .tl-badge .tl-badge-ico {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .14);
  display: grid;
  place-items: center;
}

.tl-emp-page .tl-about .tl-badge .tl-badge-ico svg {
  width: 18px;
  height: 18px;
  stroke: #fff;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tl-emp-page .tl-about .tl-secTitle {
  margin: 0 0 18px;
  color: var(--blue);
  font-size: clamp(40px, 4vw, 62px);
  line-height: 1.03;
  font-weight: 700;
  letter-spacing: -.02em;
  max-width: 15ch;
}

.tl-emp-page .tl-about .tl-secDesc {
  margin: 0;
  color: #505c6b;
  line-height: 1.7;
  font-size: 16px;
  max-width: 56ch;
}

.tl-emp-page .tl-about .tl-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 28px;
  margin-top: 24px;
}

.tl-emp-page .tl-about .tl-point {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.tl-emp-page .tl-about .tl-ico {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  background: var(--red);
  border: 0;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: #fff;
  box-shadow: 0 14px 24px rgba(234, 24, 38, .28);
}

.tl-emp-page .tl-about .tl-ico svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tl-emp-page .tl-about .tl-pt-title {
  margin: 2px 0 4px;
  font-weight: 1000;
  color: #222a35;
  font-size: 16px;
}

.tl-emp-page .tl-about .tl-pt-desc {
  margin: 0;
  color: #596474;
  font-size: 14px;
  line-height: 1.6;
}

.tl-emp-page .tl-about .tl-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 28px;
}

.tl-emp-page .tl-about .tl-btnA {
  all: unset;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 8px 10px 8px 24px;
  border-radius: 999px;
  font-weight: 1000;
  user-select: none;
  white-space: nowrap;
  font-size: 16px;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease, color .16s ease;
}

.tl-emp-page .tl-about .tl-btnA:hover {
  transform: translateY(-2px);
}

.tl-emp-page .tl-about .tl-btnA:active {
  transform: scale(.98);
}

.tl-emp-page .tl-about .tl-btnA.primary {
  background: var(--red);
  color: #fff;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .16);
  flex-direction: row-reverse;
}

.tl-emp-page .tl-about .tl-btnA.primary .tl-pill2 {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  background: #fff;
  color: var(--red);
  display: grid;
  place-items: center;
}

.tl-emp-page .tl-about .tl-btnA.primary svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tl-emp-page .tl-about .tl-call {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #1f2937;
  font-weight: 950;
}

.tl-emp-page .tl-about .tl-call .tl-call-ico {
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  box-shadow: 0 14px 26px rgba(0, 0, 0, .14);
}

.tl-emp-page .tl-about .tl-call .tl-call-ico svg {
  width: 24px;
  height: 24px;
  stroke: #fff;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tl-emp-page .tl-about .tl-call small {
  display: block;
  font-weight: 800;
  color: #6b7280;
  margin-bottom: 2px;
  font-size: 14px;
}

.tl-emp-page .tl-about .tl-call a {
  color: inherit;
  text-decoration: none;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: -.01em;
}

@media (max-width:980px) {
  .tl-emp-page .tl-about .tl-wrap {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .tl-emp-page .tl-about .tl-media {
    min-height: 0;
    aspect-ratio: 3 / 4;
  }

  .tl-emp-page .tl-about .tl-media img {
    object-position: center 28%;
  }

  .tl-emp-page .tl-about .tl-secTitle {
    max-width: none;
    font-size: 36px;
  }

  .tl-emp-page .tl-about .tl-points {
    grid-template-columns: 1fr;
  }

  .tl-emp-page .tl-about .tl-badge {
    left: 12px;
    top: auto;
    bottom: 14px;
    transform: none;
    min-width: 200px;
    padding: 14px 16px;
  }

  .tl-emp-page .tl-about .tl-badge strong {
    font-size: 40px;
  }

  .tl-emp-page .tl-about .tl-badge span {
    font-size: 16px;
  }

  .tl-emp-page .tl-about .tl-pt-title {
    font-size: 16px;
  }

  .tl-emp-page .tl-about .tl-pt-desc {
    font-size: 14px;
  }

  .tl-emp-page .tl-about .tl-btnA {
    font-size: 15px;
  }

  .tl-emp-page .tl-about .tl-call small {
    font-size: 13px;
  }

  .tl-emp-page .tl-about .tl-call a {
    font-size: 16px;
  }

  .tl-emp-page .tl-about .tl-decor {
    display: none;
  }
}

/* =========================================================
     3) SERVICIOS (cards sin imagen por servicio)
  ========================================================= */
.tl-emp-page .tl-emp-services {
  position: relative;
  padding: 100px 0 80px;
  overflow: hidden;
  background: #f5f6f8;
}

.tl-emp-page .tl-emp-services,
.tl-emp-page .tl-emp-services .tl-secTitle,
.tl-emp-page .tl-emp-services .tl-secDesc,
.tl-emp-page .tl-emp-services .tl-svc-h3,
.tl-emp-page .tl-emp-services .tl-svc-p,
.tl-emp-page .tl-emp-services .tl-svc-more {
  font-family: 'Poppins', 'Jost', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
}

.tl-emp-page .tl-emp-services .tl-svc-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 560px;
  background-image:
    linear-gradient(rgba(0, 0, 0, .54), rgba(0, 0, 0, .54)),
    url("https://techosleon.cl/wp-content/uploads/2026/02/instalacion-de-techo-de-zinc-1536x1024-1.webp");
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.tl-emp-page .tl-emp-services .tl-wrap {
  position: relative;
  z-index: 1;
  width: min(1200px, 92%);
  margin: 0 auto;
  text-align: center;
}

.tl-emp-page .tl-emp-services .tl-kicker {
  color: #fff;
  font-weight: 600;
}

.tl-emp-page .tl-emp-services .tl-kicker .tl-kico {
  background: rgba(234, 24, 38, .26);
  border-color: rgba(255, 255, 255, .24);
  color: #fff;
}

.tl-emp-page .tl-emp-services .tl-secTitle {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(28px, 3.2vw, 46px);
  line-height: 1.06;
  font-weight: 700;
  text-shadow: 0 4px 16px rgba(0, 0, 0, .45);
}

.tl-emp-page .tl-emp-services .tl-secDesc {
  margin: 0 auto;
  max-width: 74ch;
  color: rgba(255, 255, 255, .88);
  line-height: 1.75;
  font-size: 16px;
  font-weight: 400;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .38);
}

.tl-emp-page .tl-services-grid {
  margin-top: 84px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.tl-emp-page .tl-svc-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 315px;
  background: #f1f3f6;
  border: 1px solid #e4e9f0;
  border-bottom: 3px solid transparent;
  border-radius: 14px;
  box-shadow: 0 10px 26px rgba(11, 23, 48, .10);
  transition: transform .20s ease, box-shadow .20s ease, border-color .20s ease;
}

.tl-emp-page .tl-svc-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 36px rgba(11, 23, 48, .14);
  border-bottom-color: var(--red);
}

.tl-emp-page .tl-svc-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 30px 24px 10px;
}

.tl-emp-page .tl-svc-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  margin: 0 0 12px;
}

.tl-emp-page .tl-svc-badge {
  order: -1;
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  color: var(--red);
}

.tl-emp-page .tl-svc-badge svg {
  width: 44px;
  height: 44px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tl-emp-page .tl-svc-h3 {
  margin: 0;
  color: #102039;
  font-size: clamp(22px, 1.5vw, 28px);
  font-weight: 700;
  line-height: 1.15;
}

.tl-emp-page .tl-svc-p {
  margin: 0;
  color: #334155;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  text-align: center;
}

.tl-emp-page .tl-svc-footer {
  margin-top: auto;
  padding: 6px 24px 12px;
}

.tl-emp-page .tl-svc-more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--red);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
}

.tl-emp-page .tl-svc-more svg {
  width: 18px;
  height: 18px;
}

.tl-emp-page .tl-svc-more:hover {
  color: #b90f1a;
}

.tl-emp-page .tl-svc-more:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 3px;
  border-radius: 6px;
}

@media (max-width:1024px) {
  .tl-emp-page .tl-emp-services .tl-svc-bg {
    height: 500px;
  }

  .tl-emp-page .tl-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tl-emp-page .tl-emp-services .tl-secTitle {
    font-size: clamp(26px, 4.4vw, 38px);
  }
}

@media (max-width:680px) {
  .tl-emp-page .tl-emp-services {
    padding: 78px 0 54px;
  }

  .tl-emp-page .tl-emp-services .tl-svc-bg {
    height: 420px;
    background-image:
      linear-gradient(rgba(0, 0, 0, .58), rgba(0, 0, 0, .58)),
      url("https://techosleon.cl/wp-content/uploads/2026/02/instalacion-de-techo-de-zinc-1024x1536-1.webp");
    background-position: center top;
  }

  .tl-emp-page .tl-services-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 48px;
  }

  .tl-emp-page .tl-svc-card {
    min-height: 0;
  }

  .tl-emp-page .tl-svc-body {
    padding: 24px 18px 8px;
  }

  .tl-emp-page .tl-svc-h3 {
    font-size: 24px;
  }

  .tl-emp-page .tl-svc-p {
    font-size: 15px;
  }
}

/* =========================================================
     4) POR QUÉ ELEGIRNOS (tu sección, sin cambios fuertes)
  ========================================================= */
/* Copiamos tu CSS con scope a .tl-emp-page para no chocar */
.tl-emp-page #tl-why-001 {
  position: relative;
  overflow: hidden;
  background-color: #0B1730;
  background-image: url("https://techosleon.cl/wp-content/uploads/2026/02/techo-de-zinc-pe.webp");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  min-height: 100vh;
  padding: 70px 0;
  contain: layout paint;
}

.tl-emp-page #tl-why-001::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(16, 32, 57, .94) 0%, rgba(16, 32, 57, .84) 38%, rgba(16, 32, 57, .52) 68%, rgba(16, 32, 57, .14) 100%);
  pointer-events: none;
  z-index: 0;
}

.tl-emp-page #tl-why-001,
.tl-emp-page #tl-why-001 * {
  box-sizing: border-box;
}

.tl-emp-page #tl-why-001 .tl-wrap {
  position: relative;
  z-index: 1;
  width: min(1140px, 92%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: stretch;
  color: #fff;
}

.tl-emp-page #tl-why-001 .tl-left {
  max-width: 740px;
}

.tl-emp-page #tl-why-001 .tl-right {
  display: none;
}

.tl-emp-page #tl-why-001 .tl-label {
  display: flex;
  align-items: center;
  font-weight: 950;
  letter-spacing: .14em;
  font-size: 12px;
  color: var(--red);
  margin-bottom: 14px;
  text-transform: uppercase;
}

.tl-emp-page #tl-why-001 .tl-title {
  margin: 0;
  font-size: 30px;
  line-height: 1.12;
  font-weight: 700;
  color: #fff;
}

.tl-emp-page #tl-why-001 .tl-sub {
  margin: 16px 0 0;
  max-width: 58ch;
  color: rgba(255, 255, 255, .72);
  line-height: 1.55;
  font-size: 14px;
}

.tl-emp-page #tl-why-001 .tl-list {
  margin-top: 26px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.tl-emp-page #tl-why-001 .tl-item {
  position: relative;
  isolation: isolate;
  display: flex;
  gap: 10px;
  padding: 12px;
  border-radius: 16px;
  background: rgba(7, 20, 39, .30);
  border: 1px solid rgba(255, 255, 255, .12);
  box-shadow: none;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  opacity: 1;
  transform: none;
  animation: none;
  will-change: auto;
}

.tl-emp-page #tl-why-001 .tl-item::before {
  display: none;
}

.tl-emp-page #tl-why-001 .tl-iconbox,
.tl-emp-page #tl-why-001 .tl-text {
  position: relative;
  z-index: 1;
}

.tl-emp-page #tl-why-001 .tl-text h3 {
  margin: 2px 0 0;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.tl-emp-page #tl-why-001 .tl-text p {
  margin: 6px 0 0;
  font-size: 12.5px;
  line-height: 1.45;
  color: rgba(255, 255, 255, .70);
}

.tl-emp-page #tl-why-001 .tl-iconbox {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .96);
  color: var(--red);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  box-shadow: 0 10px 22px rgba(0, 0, 0, .16);
  transform: translateZ(0);
  transition: transform .18s ease, background .18s ease, color .18s ease;
  will-change: transform;
}

.tl-emp-page #tl-why-001 .tl-iconbox svg {
  width: 26px;
  height: 26px;
  color: inherit !important;
  transform: none;
  transition: none;
  will-change: auto;
}

.tl-emp-page #tl-why-001 .tl-iconbox svg * {
  stroke: currentColor !important;
  fill: none !important;
}

@media (hover:hover) {
  .tl-emp-page #tl-why-001 .tl-item {
    transition: transform .16s ease, border-color .16s ease, background .16s ease;
  }

  .tl-emp-page #tl-why-001 .tl-item:hover {
    transform: translateY(-1px);
    border-color: rgba(255, 255, 255, .24);
    background: rgba(10, 26, 49, .38);
  }

  .tl-emp-page #tl-why-001 .tl-item:hover .tl-iconbox {
    transform: scale(1.03);
    background: var(--red);
    color: #fff !important;
  }
}

.tl-emp-page #tl-why-001 .tl-card {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.tl-emp-page #tl-why-001 .tl-img {
  position: static !important;
  inset: auto !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center center;
  display: block !important;
  opacity: 1;
  transform: none;
  animation: none;
  will-change: auto;
}

@keyframes tlImgIn-001 {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.tl-emp-page #tl-why-001 .tl-overlay {
  display: none;
}

@media (max-width:1024px) {
  .tl-emp-page #tl-why-001 {
    min-height: auto;
    padding: 56px 0 50px;
    background-position: 68% center;
  }

  .tl-emp-page #tl-why-001::before {
    background: linear-gradient(180deg, rgba(16, 32, 57, .92) 0%, rgba(16, 32, 57, .78) 34%, rgba(16, 32, 57, .46) 62%, rgba(16, 32, 57, .22) 100%);
  }

  .tl-emp-page #tl-why-001 .tl-wrap {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .tl-emp-page #tl-why-001 .tl-left,
  .tl-emp-page #tl-why-001 .tl-sub {
    max-width: 100%;
  }

  .tl-emp-page #tl-why-001 .tl-right {
    display: none;
  }

  .tl-emp-page #tl-why-001 .tl-title {
    font-size: 26px;
  }
}

@media (max-width:640px) {
  .tl-emp-page #tl-why-001 {
    padding: 48px 0 44px;
    background-image: none;
    background-position: center;
  }

  .tl-emp-page #tl-why-001::before {
    display: none;
  }

  .tl-emp-page #tl-why-001 .tl-title {
    font-size: 24px;
    line-height: 1.15;
  }

  .tl-emp-page #tl-why-001 .tl-sub {
    font-size: 13.5px;
  }

  .tl-emp-page #tl-why-001 .tl-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .tl-emp-page #tl-why-001 .tl-item {
    padding: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tl-emp-page #tl-why-001 * {
    animation: none !important;
    transition: none !important;
  }

  .tl-emp-page #tl-why-001 .tl-item {
    opacity: 1 !important;
    transform: none !important;
  }

  .tl-emp-page #tl-why-001 .tl-img {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* =========================================================
     5) FAQ (tu sección, scope)
  ========================================================= */
.tl-emp-page .tl-faq-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 56px 14px;
  color: var(--blue);
}

.tl-emp-page .tl-faq-grid {
  --faq-head-h: clamp(148px, 15vw, 188px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.tl-emp-page .tl-faq-left,
.tl-emp-page .tl-faq-right {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 22px;
  align-content: start;
}

.tl-emp-page .tl-faq-head {
  min-height: var(--faq-head-h);
}

.tl-emp-page .tl-faq-kicker {
  font-weight: 950;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #6b7a8c;
  margin: 0 0 8px;
}

.tl-emp-page .tl-faq-title {
  font-size: 36px;
  line-height: 1.05;
  margin: 0 0 12px;
  font-weight: 700;
  color: var(--blue);
}

.tl-emp-page .tl-faq-desc {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
  max-width: 60ch;
}

.tl-emp-page .tl-accordion {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.tl-emp-page .tl-faq-item {
  border: 1px solid #e6eaf2;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 26px rgba(16, 32, 51, .06);
}

.tl-emp-page .tl-radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 1px;
  height: 1px;
}

.tl-emp-page .tl-q {
  width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 12px;
  padding: 16px 14px 16px 16px;
  background: #fff;
  cursor: pointer;
  text-align: left;
  user-select: none;
}

.tl-emp-page .tl-q-text {
  font-weight: 1000;
  font-size: 18px;
  line-height: 1.2;
  color: var(--blue);
  min-width: 0;
}

.tl-emp-page .tl-icon {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: #eaf0f8;
  border: 1px solid #d7e0ec;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  justify-self: end;
  flex-shrink: 0;
  transition: transform .25s ease, background .25s ease, border-color .25s ease;
}

.tl-emp-page .tl-icon svg {
  width: 20px;
  height: 20px;
  color: var(--blue);
  display: block;
  transition: color .25s ease;
}

.tl-emp-page .tl-icon svg path {
  stroke-width: 2.4;
}

.tl-emp-page .tl-a {
  max-height: 0;
  overflow: hidden;
  padding: 0 18px;
  background: #fff;
  transition: max-height .38s ease;
}

.tl-emp-page .tl-a-inner {
  padding: 14px 0 18px;
  color: #445567;
  line-height: 1.85;
  font-size: 15px;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity .28s ease, transform .28s ease;
}

.tl-emp-page .tl-radio:checked+label.tl-q {
  background: var(--red);
}

.tl-emp-page .tl-radio:checked+label.tl-q .tl-q-text {
  color: #fff;
}

.tl-emp-page .tl-radio:checked+label.tl-q .tl-icon {
  background: #fff;
  border-color: #fff;
  transform: rotate(180deg);
}

.tl-emp-page .tl-radio:checked+label.tl-q .tl-icon svg {
  color: var(--red);
}

.tl-emp-page .tl-radio:checked+label.tl-q+.tl-a {
  max-height: 240px;
}

.tl-emp-page .tl-radio:checked+label.tl-q+.tl-a .tl-a-inner {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .06s;
}

.tl-emp-page .tl-faq-right {
  padding-top: 0;
  align-self: start;
}

.tl-emp-page .tl-right-copy {
  margin: 0;
  min-height: var(--faq-head-h);
  width: 100%;
  max-width: none;
  display: flex;
  align-items: flex-start;
  padding-top: clamp(30px, 3.2vw, 44px);
  color: #334155;
  line-height: 1.7;
}

.tl-emp-page .tl-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.tl-emp-page .tl-stat {
  background: var(--blue);
  border-radius: 18px;
  padding: 18px;
  color: #fff;
  box-shadow: 0 18px 36px rgba(16, 32, 51, .22);
  position: relative;
  overflow: hidden;
  min-height: 118px;
}

.tl-emp-page .tl-stat::before {
  content: "";
  position: absolute;
  left: -60px;
  top: -60px;
  width: 160px;
  height: 160px;
  background: rgba(255, 255, 255, .06);
  border-radius: 28px;
  transform: rotate(18deg);
}

.tl-emp-page .tl-stat-row {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 1;
}

.tl-emp-page .tl-stat-ico {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .10);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.tl-emp-page .tl-stat-ico svg {
  width: 24px;
  height: 24px;
  color: var(--red);
  display: block;
}

.tl-emp-page .tl-stat-num {
  font-size: 40px;
  font-weight: 1000;
  line-height: 1;
  margin: 0;
  letter-spacing: -0.02em;
}

.tl-emp-page .tl-stat-label {
  margin: 6px 0 0;
  font-weight: 950;
  opacity: .95;
}

@media (max-width:980px) {
  .tl-emp-page .tl-faq-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .tl-emp-page .tl-faq-left,
  .tl-emp-page .tl-faq-right {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .tl-emp-page .tl-faq-head {
    min-height: 0;
  }

  .tl-emp-page .tl-faq-right {
    padding-top: 0;
    align-self: stretch;
  }

  .tl-emp-page .tl-right-copy {
    min-height: 0;
    max-width: none;
    display: block;
    padding-top: 0;
  }

  .tl-emp-page .tl-faq-title {
    font-size: 30px;
  }

  .tl-emp-page .tl-stats {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width:620px) {
  .tl-emp-page .tl-stats {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {

  .tl-emp-page .tl-a,
  .tl-emp-page .tl-a-inner,
  .tl-emp-page .tl-icon {
    transition: none !important;
  }
}

/* =========================================================
     6) LOGOS (OCULTO, fácil de habilitar)
     - Para activar: cambia display:none por display:block
  ========================================================= */
.tl-emp-page .tl-logos-hidden {
  display: none;
}

/* <-- activar cambiando a block */

.tl-emp-page .tl-marquee {
  --gap: 44px;
  --speed: 30s;
  --h: 144px;
  overflow: hidden;
  width: 65%;
  background: #f1f1f1;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 14px 0;
  margin: auto;
}

.tl-emp-page .tl-marquee .tl-marquee__track {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  width: max-content !important;
  white-space: nowrap !important;
  animation: tl-scroll var(--speed) linear infinite;
  will-change: transform;
}

.tl-emp-page .tl-marquee .tl-marquee__group {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: var(--gap);
  padding-right: var(--gap);
  flex: 0 0 auto !important;
}

.tl-emp-page .tl-marquee .tl-marquee__group img {
  height: var(--h);
  width: auto !important;
  max-width: none !important;
  display: inline-block !important;
  flex: 0 0 auto !important;
  opacity: .9;
  filter: grayscale(100%);
  border-radius: 8px;
}

@media (hover:hover) {
  .tl-emp-page .tl-marquee:hover .tl-marquee__track {
    animation-play-state: paused;
  }

  .tl-emp-page .tl-marquee .tl-marquee__group img:hover {
    filter: grayscale(0%);
    opacity: 1;
  }
}

@keyframes tl-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width:767px) {
  .tl-emp-page .tl-marquee {
    --gap: 16px;
    --speed: 22s;
    --h: 90px;
    border-radius: 14px;
    padding: 12px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tl-emp-page .tl-marquee .tl-marquee__track {
    animation: none;
  }
}

/* =========================================================
     7) CTA Rojo (tu sección, scope y textos en español)
  ========================================================= */
.tl-emp-page #tl-redcta-01 {
  width: 100%;
  padding: 0 16px;
}

.tl-emp-page #tl-redcta-01 .box {
  max-width: 1200px;
  margin: 0 auto;
  background-color: var(--red);
  background-image:
    linear-gradient(90deg, rgba(234, 24, 38, .98) 0%, rgba(234, 24, 38, .95) 42%, rgba(234, 24, 38, .72) 64%, rgba(234, 24, 38, .20) 84%, rgba(234, 24, 38, .04) 100%),
    linear-gradient(180deg, rgba(234, 24, 38, .12) 0%, rgba(234, 24, 38, .06) 100%),
    url('https://techosleon.cl/wp-content/uploads/2026/02/techo-de-zinc-cta.webp');
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: left top, left top, right bottom;
  background-size: 100% 100%, 100% 100%, auto 100%;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
}

.tl-emp-page #tl-redcta-01 .inner {
  position: relative;
  min-height: 430px;
  padding: 56px;
  padding-right: clamp(360px, 44vw, 620px);
}

.tl-emp-page #tl-redcta-01 .media {
  display: none;
}

.tl-emp-page #tl-redcta-01 .media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right bottom;
  display: block;
}

.tl-emp-page #tl-redcta-01 h2 {
  margin: 0;
  color: #fff;
  font-weight: 700;
  line-height: 1.05;
  font-size: 42px;
}

.tl-emp-page #tl-redcta-01 p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .92);
  max-width: 560px;
  line-height: 1.55;
  font-size: 16px;
}

.tl-emp-page #tl-redcta-01 .actions {
  margin-top: 28px;
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
}

.tl-emp-page #tl-redcta-01 .btn {
  all: unset;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
  font-weight: 1000;
  line-height: 1;
  padding: 12px 22px;
  border-radius: 999px;
  min-height: 52px;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease, color .18s ease;
}

.tl-emp-page #tl-redcta-01 .btn:hover {
  transform: translateY(-2px);
}

.tl-emp-page #tl-redcta-01 .btn:active {
  transform: scale(.98);
}

.tl-emp-page #tl-redcta-01 .ico {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  flex: 0 0 42px;
  transition: background .18s ease, color .18s ease, box-shadow .18s ease;
}

.tl-emp-page #tl-redcta-01 .ico svg {
  width: 18px;
  height: 18px;
  display: block;
}

.tl-emp-page #tl-redcta-01 .btn.primary {
  background: #fff;
  color: var(--red);
  box-shadow: 0 10px 22px rgba(0, 0, 0, .12);
}

.tl-emp-page #tl-redcta-01 .btn.primary .ico {
  background: var(--red);
  color: #fff;
}

.tl-emp-page #tl-redcta-01 .btn.primary:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, .16);
}

.tl-emp-page #tl-redcta-01 .btn.outline {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, .95);
  padding-right: 26px;
}

.tl-emp-page #tl-redcta-01 .btn.outline .ico {
  background: #fff;
  color: var(--red);
}

.tl-emp-page #tl-redcta-01 .btn.outline:hover {
  background: #fff;
  color: var(--red);
  box-shadow: 0 14px 28px rgba(0, 0, 0, .14);
}

.tl-emp-page #tl-redcta-01 .btn.outline:hover .ico {
  background: var(--red);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .25);
}

@media (max-width:820px) {
  .tl-emp-page #tl-redcta-01 {
    padding: 0 10px;
  }

  .tl-emp-page #tl-redcta-01 .box {
    background-image:
      linear-gradient(180deg, rgba(234, 24, 38, 1) 0%, rgba(234, 24, 38, 1) 48%, rgba(234, 24, 38, .65) 78%, rgba(234, 24, 38, .35) 100%),
      linear-gradient(90deg, rgba(234, 24, 38, 1) 0%, rgba(234, 24, 38, .85) 55%, rgba(234, 24, 38, .15) 100%),
      url('https://techosleon.cl/wp-content/uploads/2026/02/techo-de-zinc-cta.webp') !important;
    background-repeat: no-repeat, no-repeat, no-repeat !important;
    background-position: left top, left top, right bottom !important;
    background-size: 100% 100%, 100% 100%, 300px auto !important;
  }

  .tl-emp-page #tl-redcta-01 .media {
    display: none;
  }

  .tl-emp-page #tl-redcta-01 .inner {
    min-height: unset;
    padding: 30px 20px;
    padding-right: 20px;
  }

  .tl-emp-page #tl-redcta-01 p {
    max-width: none;
  }

  .tl-emp-page #tl-redcta-01 h2 {
    font-size: 26px;
  }

  .tl-emp-page #tl-redcta-01 p {
    font-size: 14px;
  }

  .tl-emp-page #tl-redcta-01 .actions {
    gap: 14px;
  }

  .tl-emp-page #tl-redcta-01 .btn {
    padding: 11px 18px;
    min-height: 48px;
  }

  .tl-emp-page #tl-redcta-01 .ico {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
  }
}

@media (max-width:380px) {
  .tl-emp-page #tl-redcta-01 .box {
    background-size: 100% 100%, 100% 100%, 270px auto !important;
  }
}



