@charset "UTF-8";

/* src/styles.scss */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url(/fonts/open-sans-latin-ext.woff2) format("woff2");
  unicode-range:
    U+0100-02BA,
    U+02BD-02C5,
    U+02C7-02CC,
    U+02CE-02D7,
    U+02DD-02FF,
    U+0304,
    U+0308,
    U+0329,
    U+1D00-1DBF,
    U+1E00-1E9F,
    U+1EF2-1EFF,
    U+2020,
    U+20A0-20AB,
    U+20AD-20C0,
    U+2113,
    U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url(/fonts/open-sans-latin.woff2) format("woff2");
  unicode-range:
    U+0000-00FF,
    U+0131,
    U+0152-0153,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+0304,
    U+0308,
    U+0329,
    U+2000-206F,
    U+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}
:root {
  --c-phindi-rose_900: #800C43;
  --c-phindi-rose_800: #990F50;
  --c-phindi-rose_700: #B2115D;
  --c-phindi-rose_600: #CC146A;
  --c-phindi-rose_500: #E61678;
  --c-phindi-rose_400: #E9349B;
  --c-phindi-rose_300: #EE62B1;
  --c-phindi-rose_200: #F390C8;
  --c-phindi-rose_100: #F8BFDF;
  --c-phindi-rose_50: #FDEDF6;
  --c-phindi-turquoise_900: #020908;
  --c-phindi-turquoise_800: #0A3332;
  --c-phindi-turquoise_700: #125E5C;
  --c-phindi-turquoise_600: #1A8986;
  --c-phindi-turquoise_500: #22B4B0;
  --c-phindi-turquoise_400: #31D8D4;
  --c-phindi-turquoise_300: #5CE0DD;
  --c-phindi-turquoise_200: #87E8E6;
  --c-phindi-turquoise_100: #B2F0EF;
  --c-phindi-turquoise_50: #DDF9F8;
  --c-phindi-turquoise_25: #F6FDFD;
  --c-phindi-lilac_900: #070307;
  --c-phindi-lilac_800: #2B1229;
  --c-phindi-lilac_700: #4E224B;
  --c-phindi-lilac_600: #72316E;
  --c-phindi-lilac_500: #974191;
  --c-phindi-lilac_400: #B554AF;
  --c-phindi-lilac_300: #C578BF;
  --c-phindi-lilac_200: #D49BD0;
  --c-phindi-lilac_100: #E3BFE1;
  --c-phindi-lilac_50: #F3E2F2;
  --c-phindi-orange_100: #FDEFDD;
  --c-phindi-orange_200: #FBD7AC;
  --c-phindi-orange_300: #F9C07C;
  --c-phindi-orange_400: #F6A94B;
  --c-phindi-orange_500: #F49119;
  --c-phindi-orange_600: #D1770A;
  --c-phindi-orange_700: #A15B08;
  --c-phindi-orange_800: #704005;
  --c-phindi-orange_900: #3F2403;
  --c-phindi-blue: #0051B4;
  --c-communication-succeed_900: #052112;
  --c-communication-succeed_800: #0B4224;
  --c-communication-succeed_700: #106436;
  --c-communication-succeed_600: #168548;
  --c-communication-succeed_500: #1BA65A;
  --c-communication-succeed_400: #49B87B;
  --c-communication-succeed_300: #76CA9C;
  --c-communication-succeed_200: #A4DBBD;
  --c-communication-succeed_100: #D1EDDE;
  --c-communication-succeed_50: #E8F6EE;
  --c-communication-warning_900: #332F00;
  --c-communication-warning_800: #665E00;
  --c-communication-warning_700: #998D01;
  --c-communication-warning_600: #CCBC01;
  --c-communication-warning_500: #FFEB01;
  --c-communication-warning_400: #FFEF34;
  --c-communication-warning_300: #FFF367;
  --c-communication-warning_200: #FFF799;
  --c-communication-warning_100: #FFFBCC;
  --c-communication-yellow_50: #FFFDE5;
  --c-communication-error_900: #2B0B0D;
  --c-communication-error_800: #57171A;
  --c-communication-error_700: #822226;
  --c-communication-error_600: #AE2E33;
  --c-communication-error_500: #D93940;
  --c-communication-error_400: #E16166;
  --c-communication-error_300: #E8888C;
  --c-communication-error_200: #F0B0B3;
  --c-communication-error_100: #F7D7D9;
  --c-communication-error_50: #FBEBEC;
  --c-neutrals-grey_900: #1B1C1D;
  --c-neutrals-grey_800: #36393A;
  --c-neutrals-grey_700: #515558;
  --c-neutrals-grey_600: #6C7275;
  --c-neutrals-grey_500: #878E92;
  --c-neutrals-grey_400: #9FA5A8;
  --c-neutrals-grey_300: #B7BBBE;
  --c-neutrals-grey_200: #CFD2D3;
  --c-neutrals-grey_100: #E7E8E9;
  --c-neutrals-grey_50: #F3F3F4;
  --c-neutrals-grey_25: #F9F9F9;
  --c-neutrals-grey_0: #FFFFFF;
  --c-overlay-dark: rgba(54, 57, 58, 0.5);
  --c-overlay-light_1: rgba(243, 243, 244, 0.5);
  --c-overlay-light_2: rgba(249, 249, 249, 0.5);
  --c-overlay-turquoise_light: rgba(34, 180, 176, 0.5);
  --c-overlay-turquoise_dark: rgba(34, 180, 176, 0.75);
  --ff-font_family: "Open Sans", sans-serif;
  --fsz-display_1: 48px;
  --fsz-display_2: 36px;
  --fsz-title: 24px;
  --fsz-sub-title: 20px;
  --fsz-body_1: 16px;
  --fsz-body_2: 14px;
  --fsz-caption: 12px;
  --fsz-overline: 10px;
  --fw-bold: 900;
  --fw-semibold: 600;
  --fw-medium: 500;
  --fw-regular: 400;
  --lh-display: 90%;
  --lh-titles: 110%;
  --lh-paragraph: 150%;
  --fst-italic: italic;
  --gap-xs: 8px;
  --gap-s: 16px;
  --gap-m: 24px;
  --gap-l: 48px;
  --gap-xl: 56px;
  --pad-xs: 4px;
  --pad-s: 8px;
  --pad-m: 12px;
  --pad-l: 16px;
  --pad-xl: 24px;
  --pad-xxl: 48px;
  --pad-xxxl: 96px;
  --pad-xxxxl: 120px;
  --br-xs: 4px;
  --br-s: 8px;
  --br-m: 12px;
  --br-l: 16px;
  --br-xl: 24px;
  --br-rounded: 99999px;
  --elevation-0: 0 0 0 0 rgba(10, 51, 50, 0.16);
  --elevation-1: 0 2px 2px 0 rgba(10, 51, 50, 0.16);
  --elevation-2: 0 4px 4px 0 rgba(10, 51, 50, 0.16);
  --elevation-3: 0 8px 8px 0 rgba(10, 51, 50, 0.16);
  --elevation-4: 0 12px 12px 0 rgba(10, 51, 50, 0.16);
  --elevation-5: 0 16px 16px 0 rgba(10, 51, 50, 0.16);
  --lg-gradient-title:
    linear-gradient(
      90deg,
      #22B4B0 0%,
      #974191 100%);
  --lg-gradient-rose:
    linear-gradient(
      90deg,
      #F10159 0%,
      #D61783 100%);
}
:root {
  --c-fondo-header: #12031d;
  --verde-whatsapp: var(--c-communication-succeed_500);
  --verde-whatsapp-hover: var(--c-communication-succeed_600);
}
* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
}
body {
  font-family: var(--ff-font_family);
  font-size: var(--fsz-body_1);
  line-height: 1.3;
  color: var(--c-neutrals-grey_800);
  background: var(--c-neutrals-grey_0);
}
button {
  font-family: inherit;
  cursor: pointer;
}
input,
select {
  font-family: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
.phindi-display-2 {
  font-size: var(--fsz-display_2);
  font-weight: var(--fw-semibold);
  line-height: 1;
  letter-spacing: -0.5px;
}
.phindi-title-2 {
  font-size: var(--fsz-sub-title);
  font-weight: var(--fw-regular);
  line-height: 1.3;
}
.phindi-label-1 {
  font-size: var(--fsz-body_1);
  font-weight: var(--fw-semibold);
  line-height: var(--fsz-body_1);
}
.phindi-label-2 {
  font-size: var(--fsz-body_2);
  font-weight: var(--fw-semibold);
}
.phindi-body-1 {
  font-size: var(--fsz-body_1);
  font-weight: var(--fw-regular);
  line-height: 1.3;
}
.phindi-body-2 {
  font-size: var(--fsz-body_2);
  font-weight: var(--fw-regular);
  line-height: var(--lh-paragraph);
}
.pin-precio {
  background: var(--c-phindi-rose_500);
  color: var(--c-neutrals-grey_0);
  font-family: var(--ff-font_family);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  padding: 7px 10px;
  border-radius: var(--br-rounded);
  border: 2px solid var(--c-neutrals-grey_0);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  transition: transform 0.12s ease;
}
.pin-precio:hover {
  transform: scale(1.08);
}
.pin-precio--seleccionado {
  background: var(--c-phindi-lilac_500);
  transform: scale(1.12);
  z-index: 10;
}
.pin-cluster {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 6px;
  border-radius: var(--br-rounded);
  background: var(--c-phindi-rose_500);
  color: var(--c-neutrals-grey_0);
  font-family: var(--ff-font_family);
  font-size: var(--fsz-body_2);
  font-weight: 700;
  border: 3px solid var(--c-neutrals-grey_0);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
  transition: transform 0.12s ease;
}
.pin-cluster:hover {
  transform: scale(1.1);
}
@media print {
  @page {
    size: A4;
    margin: 24pt 0 0;
  }
  @page :first {
    margin-top: 0;
  }
  body:has(app-ficha-pdf) {
    background: var(--c-neutrals-grey_0);
  }
  body:has(app-ficha-pdf) app-header,
  body:has(app-ficha-pdf) app-footer {
    display: none !important;
  }
  body:has(app-ficha-pdf) app-root {
    min-height: 0 !important;
  }
  body:has(app-ficha-pdf) .contenido {
    padding: 0 !important;
  }
  body:has(app-ficha-pdf) .ficha {
    margin: 0 !important;
    padding: 0 !important;
    gap: 0 !important;
    max-width: none !important;
  }
  body:has(app-ficha-pdf) .ficha > :not(app-ficha-pdf) {
    display: none !important;
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
