/*! tailwindcss v4.0.12 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-gray-200: oklch(0.928 0.006 264.531);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(
      --font-sans--font-variation-settings
    );
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(
      --font-mono--font-feature-settings
    );
    --default-mono-font-variation-settings: var(
      --font-mono--font-variation-settings
    );
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
      -o-tab-size: 4;
         tab-size: 4;
    font-family: var( --default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var( --default-font-variation-settings, normal );
    -webkit-tap-highlight-color: transparent;
  }
  body {
    line-height: inherit;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var( --default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace );
    font-feature-settings: var( --default-mono-font-feature-settings, normal );
    font-variation-settings: var( --default-mono-font-variation-settings, normal );
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::-moz-placeholder {
    opacity: 1;
    color: color-mix(in oklab, currentColor 50%, transparent);
  }
  ::placeholder {
    opacity: 1;
    color: color-mix(in oklab, currentColor 50%, transparent);
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .container {
    width: 100%;
    @media (width >= 480px) {
      max-width: 480px;
    }
    @media (width >= 600px) {
      max-width: 600px;
    }
    @media (width >= 782px) {
      max-width: 782px;
    }
    @media (width >= 1440px) {
      max-width: 1440px;
    }
    @media (width >= var(--wp--style--global--content-size)) {
      max-width: var(--wp--style--global--content-size);
    }
    @media (width >= var(--wp--style--global--wide-size)) {
      max-width: var(--wp--style--global--wide-size);
    }
  }
  .table {
    display: table;
  }
  .container {
    max-width: var(--wp--style--global--wide-size);
  }
  .transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }
  .resize {
    resize: both;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .underline {
    text-decoration-line: underline;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
}
@layer utilities {
  .jc-c-header {
    transition: all 0.3s;
    &.sticky {
      background-color: var(--jc-color-header-background, var(--e-global-color-b099c57, #fff)) !important;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
      a {
        color: var(--jc-color-header-text, var(--e-global-color-5de1339, #000)) !important;
        &.elementor-item-active {
          color: var(--jc-color-header-text-active, var(--e-global-color-76fa693, var(--e-global-color-accent))) !important;
        }
      }
      .elementor-menu-toggle {
        border-color: var(--jc-color-header-text, var(--e-global-color-5de1339, #000)) !important;
      }
      svg {
        fill: var(--jc-color-header-text, var(--e-global-color-5de1339, #000)) !important;
      }
      li::after {
        border-color: var(--jc-color-header-text, var(--e-global-color-5de1339, #000)) !important;
      }
    }
  }
  .jc-c-form-um {
    #um-submit-btn {
      background-color: var(--jc-color-button-background, var(--e-global-color-95241c, #95241c)) !important;
      color: var(--jc-color-button-text, var(--e-global-color-fff, #fff)) !important;
      border-color: var(--jc-color-button-background, var(--e-global-color-95241c, #95241c)) !important;
      transition: all 0.3s !important;
      &:hover {
        background-color: var(--jc-color-button-background-hover, var(--e-global-color-95241c, #b42e24)) !important;
        color: var(--jc-color-button-text-hover, var(--e-global-color-fff, #fff)) !important;
        border-color: var(--jc-color-button-background-hover, var(--e-global-color-95241c, #b42e24)) !important;
      }
    }
    a:not(.um-button) {
      transition: all 0.3s !important;
      color: var(--jc-color-link, var(--e-global-color-95241c, #b42e24)) !important;
      &:hover {
        color: var(--jc-color-link-hover, var(--e-global-color-95241c, #b42e24)) !important;
      }
    }
    .um-icon-android-checkbox-outline {
      color: var(--jc-color-button-background, var(--e-global-color-95241c, #95241c)) !important;
    }
    .um-req {
      color: var(--jc-color-button-background, var(--e-global-color-95241c, #95241c)) !important;
    }
  }
  .jc-c-form {
    button {
      background-color: var(--jc-color-button-background, var(--e-global-color-95241c, #95241c)) !important;
      color: var(--jc-color-button-text, var(--e-global-color-fff, #fff)) !important;
      border-color: var(--jc-color-button-background, var(--e-global-color-95241c, #95241c)) !important;
      transition: all 0.3s !important;
      width: 100% !important;
      &:hover {
        background-color: var(--jc-color-button-background-hover, var(--e-global-color-95241c, #b42e24)) !important;
        color: var(--jc-color-button-text-hover, var(--e-global-color-fff, #fff)) !important;
        border-color: var(--jc-color-button-background-hover, var(--e-global-color-95241c, #b42e24)) !important;
      }
    }
    a {
      transition: all 0.3s !important;
      color: var(--jc-color-link, var(--e-global-color-95241c, #b42e24)) !important;
      &:hover {
        color: var(--jc-color-link-hover, var(--e-global-color-95241c, #b42e24)) !important;
      }
    }
  }
  :root {
    --circle-size: 350px;
    --circle-gap: 3px;
    --text-width: 450px;
    --padding-horizontal: 10px;
    --padding-offset: 100px;
    --border-radius-full: 100%;
    --text-border: 1px solid black;
    --text-padding-block: 10px;
  }
  .jc-w-circulo-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .jc-w-circulo-circle-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    width: var(--circle-size);
    height: var(--circle-size);
    border-radius: 50%;
    gap: var(--circle-gap);
    margin: auto;
    padding: 0;
  }
  .jc-w-circulo-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .jc-w-circulo-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .jc-w-circulo-image img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .jc-w-circulo-image--top-left img {
    border-top-left-radius: var(--border-radius-full) !important;
  }
  .jc-w-circulo-image--top-right img {
    border-top-right-radius: var(--border-radius-full) !important;
  }
  .jc-w-circulo-image--bottom-left img {
    border-bottom-left-radius: var(--border-radius-full) !important;
  }
  .jc-w-circulo-image--bottom-right img {
    border-bottom-right-radius: var(--border-radius-full) !important;
  }
  .jc-w-circulo-text {
    display: flex;
    position: absolute;
    width: var(--text-width);
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: -1;
    text-wrap: pretty;
  }
  .jc-w-circulo-text div {
    border: var(--text-border);
    padding-block: var(--text-padding-block) !important;
    border-radius: 10px;
  }
  .jc-w-circulo-text--top-left {
    right: 50%;
    top: 0;
  }
  .jc-w-circulo-text--top-left div {
    padding-right: var(--padding-offset) !important;
    padding-left: var(--padding-horizontal) !important;
  }
  .jc-w-circulo-text--top-right {
    left: 50%;
    top: 0;
    text-align: right;
  }
  .jc-w-circulo-text--top-right div {
    padding-left: var(--padding-offset) !important;
    padding-right: var(--padding-horizontal) !important;
  }
  .jc-w-circulo-text--bottom-right {
    left: 50%;
    top: 0;
    text-align: right;
  }
  .jc-w-circulo-text--bottom-right div {
    padding-left: var(--padding-offset);
    padding-right: var(--padding-horizontal);
  }
  .jc-w-circulo-text--bottom-left {
    right: 50%;
    top: 0;
  }
  .jc-w-circulo-text--bottom-left div {
    padding-right: var(--padding-offset);
    padding-left: var(--padding-horizontal);
  }
  @media (max-width: 768px) {
    :root {
      --circle-size: 280px;
      --text-width: 100%;
      --padding-offset: 0;
      --padding-horizontal: 15px;
    }
    .jc-w-circulo-container {
      padding: 15px;
    }
    .jc-w-circulo-title {
      font-size: 1.5rem;
      margin-bottom: 15px;
    }
    .jc-w-circulo-circle-container {
      display: flex;
      flex-direction: column;
      width: 100%;
      height: auto;
      gap: 20px;
      border-radius: 0;
      padding: 1rem;
    }
    .jc-w-circulo-circle {
      flex-direction: column;
      width: 100%;
      height: auto;
      background-color: #f5f5f5;
      border-radius: 8px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      padding: 15px;
    }
    .jc-w-circulo-image {
      width: 100%;
      height: 180px;
      border-radius: 6px;
      margin-bottom: 15px;
    }
    .jc-w-circulo-image--top-left img, .jc-w-circulo-image--top-right img, .jc-w-circulo-image--bottom-left img, .jc-w-circulo-image--bottom-right img {
      border-radius: 6px;
    }
    .jc-w-circulo-text {
      position: static;
      width: 100%;
      height: auto;
      margin-top: 10px;
      text-align: left;
      z-index: auto;
    }
    .jc-w-circulo-text div {
      padding: 10px 0;
      border: none;
      border-top: var(--text-border);
      border-radius: 0;
    }
  }
  @media (max-width: 480px) {
    .jc-w-circulo-title {
      font-size: 1.25rem;
    }
    .jc-w-circulo-circle {
      padding: 12px;
    }
    .jc-w-circulo-image {
      height: 160px;
    }
  }
  .jc-u-circle {
    box-sizing: border-box !important;
    border-radius: 50% !important;
    width: 600px !important;
    height: 600px !important;
    border: 4px solid #e5e7eb !important;
    position: relative !important;
    &>div {
      &>div:nth-child(1) {
        transform: translate(20px, 20px) !important;
      }
      &>div:nth-child(2) {
        transform: translate(-20px, 20px) !important;
      }
      &>div:nth-child(3) {
        transform: translate(20px, -20px) !important;
      }
      &>div:nth-child(4) {
        transform: translate(-20px, -20px) !important;
      }
    }
  }
  .jc-u-circle__button {
    aspect-ratio: 1 !important;
    .elementor-button-wrapper {
      width: 100% !important;
      height: 100% !important;
      display: flex !important;
      justify-content: center !important;
      align-items: center !important;
    }
    .elementor-button-icon {
      font-size: 45px !important;
    }
    .elementor-button {
      border-radius: 50%;
      height: 100% !important;
      width: 100% !important;
      display: flex !important;
      justify-content: center !important;
      align-items: center !important;
    }
    .elementor-button-content-wrapper {
      flex-direction: column !important;
      justify-content: center !important;
      align-items: center !important;
    }
  }
  @media (max-width: 768px) {
    .jc-u-circle {
      width: 300px !important;
      height: 300px !important;
    }
    .jc-u-circle__button .elementor-button-icon {
      font-size: 25px !important;
    }
  }
  .jc-u-circle::after {
    content: "";
    position: absolute;
    top: 0;
    width: 2px;
    left: 50%;
    bottom: 0;
    background-color: #e5e7eb;
  }
  .jc-u-circle::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 2px;
    height: 2px;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    background-color: #e5e7eb;
    z-index: 999;
  }
  .jc-u-circle__line--horizontal {
    content: "";
    position: absolute !important;
    top: 50%;
    height: 2px !important;
    left: 0;
    right: 0;
    background-color: #e5e7eb;
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    border-color: var(--color-gray-200, currentColor);
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}

