/* [project]/src/app/styles/inci-page.css [app-client] (css) */
:root {
  --bg0: #f6f7fb;
  --bg1: #fff;
  --card: #ffffffe6;
  --stroke: #11182714;
  --text: #111827f0;
  --muted: #1118279e;
  --muted2: #1118277a;
  --shadow: 0 18px 60px #0f172a1a;
  --r: 20px;
}

html, body {
  color: #333;
  background: url("../media/background.8446df17.svg") center / cover no-repeat fixed;
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
  overflow-y: auto !important;
}

.ip-page {
  min-height: 100dvh;
  color: var(--text);
  background: radial-gradient(900px 600px at 10% 0%, #0ea5e92e, transparent 55%), radial-gradient(900px 600px at 90% 10%, #8b5cf629, transparent 55%), radial-gradient(900px 600px at 50% 100%, #22c55e1a, transparent 60%), linear-gradient(180deg, var(--bg0) 0%, var(--bg1) 100%);
  padding: 28px 1px 44px;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.ip-wrap {
  gap: 14px;
  width: min(1060px, 96vw);
  margin: 0 auto;
  display: grid;
}

.ip-hero {
  border-radius: calc(var(--r)  + 4px);
  border: 1px solid var(--stroke);
  box-shadow: var(--shadow);
  background: linear-gradient(#fffffff2, #ffffffd1);
  padding: 14px 14px 12px;
  position: relative;
  overflow: hidden;
}

.ip-hero:before {
  content: "";
  filter: blur(16px);
  opacity: .95;
  pointer-events: none;
  background: radial-gradient(600px 200px at 15% 20%, #0ea5e938, #0000 60%), radial-gradient(600px 200px at 85% 10%, #8b5cf62e, #0000 60%);
  position: absolute;
  inset: -2px;
}

.ip-heroInner {
  position: relative;
}

.ip-topRow {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  display: flex;
}

.ip-badges {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
  display: flex;
}

.ip-pill {
  border: 1px solid var(--stroke);
  color: var(--muted);
  cursor: pointer;
  white-space: nowrap;
  background: #ffffffbf;
  border-radius: 999px;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  transition: transform .14s, background .14s, box-shadow .14s, border-color .14s;
  display: inline-flex;
}

.ip-pill:hover {
  background: #ffffffeb;
  border-color: #1118271f;
  transform: translateY(-1px);
  box-shadow: 0 12px 26px #0f172a1a;
}

.ip-pill:focus-visible {
  outline-offset: 2px;
  outline: 3px solid #3b82f640;
}

.ip-ctaPill {
  color: #111827eb;
  cursor: pointer;
  white-space: nowrap;
  background: linear-gradient(#3b82f629, #3b82f612);
  border: 1px solid #1118271a;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding: 0 18px;
  font-size: 13px;
  font-weight: 950;
  transition: transform .14s, box-shadow .14s, background .14s, border-color .14s;
  display: inline-flex;
}

.ip-ctaPill:hover {
  background: linear-gradient(#3b82f633, #3b82f617);
  border-color: #11182724;
  transform: translateY(-1px);
  box-shadow: 0 12px 28px #0f172a1a;
}

.ip-ctaPill:focus-visible {
  outline-offset: 2px;
  outline: 3px solid #3b82f640;
}

.ip-icoSm {
  opacity: .9;
  width: 18px;
  height: 18px;
  display: block;
}

.ip-grid {
  grid-template-columns: repeat(12, 1fr);
  gap: 12px;
  display: grid;
}

.ip-card {
  border-radius: calc(var(--r)  + 4px);
  border: 1px solid var(--stroke);
  background: linear-gradient(#fffffff2, #ffffffdb);
  grid-column: span 6;
  padding: 16px;
  overflow: hidden;
  box-shadow: 0 16px 48px #0f172a14;
}

.ip-cardFull {
  grid-column: span 12;
}

.ip-sectionTitle {
  letter-spacing: .25px;
  color: #111827cc;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 950;
}

.ip-actions {
  gap: 10px;
  display: grid;
}

.ip-action {
  color: var(--text);
  background: #ffffffdb;
  border: 1px solid #11182714;
  border-radius: 18px;
  align-items: center;
  gap: 12px;
  padding: 12px;
  text-decoration: none;
  transition: transform .14s, background .14s, border-color .14s, box-shadow .14s;
  display: flex;
}

.ip-action:hover {
  background: #fffffff5;
  border-color: #1118271f;
  transform: translateY(-1px);
  box-shadow: 0 14px 34px #0f172a1a;
}

.ip-iconWrap {
  background: radial-gradient(18px 18px at 30% 30%, #fffffffa, #ffffffb8), linear-gradient(135deg, #0ea5e91a, #8b5cf614);
  border: 1px solid #11182714;
  border-radius: 16px;
  flex: none;
  place-items: center;
  width: 46px;
  height: 46px;
  display: grid;
}

.ip-ico {
  width: 22px;
  height: 22px;
  display: block;
}

.ip-actionText {
  gap: 2px;
  min-width: 0;
  display: grid;
}

.ip-actionTitle {
  font-size: 14px;
  font-weight: 950;
  line-height: 1.1;
}

.ip-actionSub {
  color: var(--muted);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  overflow: hidden;
}

.ip-actionRight {
  background: #ffffffbf;
  border: 1px solid #11182714;
  border-radius: 14px;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-left: auto;
  display: grid;
}

.ip-miniBtn {
  height: 42px;
  color: var(--text);
  cursor: pointer;
  background: #ffffffdb;
  border: 1px solid #11182714;
  border-radius: 16px;
  align-items: center;
  gap: 10px;
  padding: 0 12px;
  font-weight: 950;
  text-decoration: none;
  transition: transform .14s, background .14s, border-color .14s, box-shadow .14s;
  display: inline-flex;
}

.ip-miniBtn:hover {
  background: #fffffff5;
  border-color: #1118271f;
  transform: translateY(-1px);
  box-shadow: 0 14px 34px #0f172a1a;
}

.ip-mapTop {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  display: flex;
}

.ip-address {
  align-items: center;
  gap: 10px;
  font-weight: 950;
  display: flex;
}

.ip-map-fallback {
  background: #ffffffd9;
  border: 1px solid #1118271a;
  border-radius: 18px;
  padding: 14px;
}

.ip-fb-title {
  font-weight: 950;
}

.ip-fb-sub {
  color: var(--muted);
  margin-top: 8px;
}

.ip-link {
  color: #2563eb;
  margin-left: 8px;
  font-weight: 950;
  text-decoration: none;
}

.ip-link:hover {
  text-decoration: underline;
}

.ip-toast {
  color: #fff;
  z-index: 50;
  background: #111827eb;
  border-radius: 999px;
  max-width: min(560px, 92vw);
  padding: 10px 14px;
  font-size: 13px;
  position: fixed;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 18px 60px #0f172a33;
}

@media (max-width: 860px) {
  .ip-card {
    grid-column: span 12;
  }

  .ip-map {
    height: 380px;
  }
}

.ip-ctaPill.isWhatsapp {
  color: #111827f2;
  cursor: pointer;
  background: linear-gradient(#25d3662e, #25d3661a);
  border: 1px solid #25d36659;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 42px;
  padding: 0 18px;
  font-size: 13px;
  font-weight: 950;
  text-decoration: none;
  transition: transform .14s, box-shadow .14s, border-color .14s, background .14s;
  display: inline-flex;
  box-shadow: 0 10px 26px #0f172a14;
}

.ip-ctaPill.isWhatsapp:hover {
  background: linear-gradient(#25d36642, #25d3661f);
  border-color: #25d3668c;
  transform: translateY(-1px);
  box-shadow: 0 16px 38px #0f172a1f;
}

.ip-ctaPill.isWhatsapp:active {
  transform: translateY(0)scale(.99);
  box-shadow: 0 10px 24px #0f172a1a;
}

.ip-ctaPill.isWhatsapp:focus-visible {
  outline-offset: 2px;
  outline: 3px solid #25d36647;
}

.ip-ctaPill.isWhatsapp .ip-icoSm {
  opacity: 1;
  filter: drop-shadow(0 6px 10px #00000014);
}

.ip-map {
  background: #ffffffb3;
  border: 1px solid #1118271a;
  border-radius: 18px;
  width: 100%;
  height: 420px;
  overflow: hidden;
}

.ip-mapFrame {
  border: 0;
  width: 100%;
  height: 100%;
  display: block;
}

/*# sourceMappingURL=src_app_styles_inci-page_73d7f707.css.map*/