/*! tailwindcss v4.1.16 | MIT License | https://tailwindcss.com */
@layer properties;
@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-white: #fff;
    --spacing: 0.25rem;
    --radius-md: 0.375rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@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%;
    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;
  }
  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;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        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;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-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;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .z-10 {
    z-index: 10;
  }
  .col-span-1 {
    grid-column: span 1 / span 1;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .h-full {
    height: 100%;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .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;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-t-md {
    border-top-left-radius: var(--radius-md);
    border-top-right-radius: var(--radius-md);
  }
  .rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-\[\#e0e0e0\] {
    border-color: #e0e0e0;
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-balance {
    text-wrap: balance;
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .md\:col-span-2 {
    @media (width >= 48rem) {
      grid-column: span 2 / span 2;
    }
  }
  .md\:col-span-4 {
    @media (width >= 48rem) {
      grid-column: span 4 / span 4;
    }
  }
  .md\:grid-cols-6 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }
  .md\:rounded-t-none {
    @media (width >= 48rem) {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
    }
  }
  .md\:rounded-l-md {
    @media (width >= 48rem) {
      border-top-left-radius: var(--radius-md);
      border-bottom-left-radius: var(--radius-md);
    }
  }
}
@layer theme {
  :root {
    --megamenu-bg-color: #ffffff;
    --megamenu-text-color: #1e1e1e;
    --megamenu-hover-bg-color: rgba(0, 0, 0, 0.05);
    --cammara-accent-color: #C81E35;
    --megamenu-border-radius: 0.3rem;
    --camara-box-shadow: -1px 5px 8px 0px rgba(0, 0, 0, 0.1);
  }
}
.menu-transition {
  transition: all 0.3s ease;
}
.menu-shadow {
  box-shadow: var(--camara-box-shadow);
}
.menu-radius {
  border-radius: var(--megamenu-border-radius);
}
.menu-hover-bg:hover {
  background-color: var(--megamenu-hover-bg-color);
}
.menu-text-color {
  color: var(--megamenu-text-color);
}
.menu-bg-color {
  background-color: var(--megamenu-bg-color);
}
.megamenu-widget {
  position: static;
  z-index: 1000;
}
#mega-nav-icon {
  width: 1.6rem;
  height: 1.2rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
  cursor: pointer;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
}
#mega-nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: var(--megamenu-text-color);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}
#mega-nav-icon span:nth-child(1) {
  top: 0px;
}
#mega-nav-icon span:nth-child(2), #mega-nav-icon span:nth-child(3) {
  top: 7px;
}
#mega-nav-icon span:nth-child(4) {
  top: 14px;
}
#mega-nav-icon.open span:nth-child(1) {
  top: 7px;
  width: 0%;
  left: 50%;
}
#mega-nav-icon.open span:nth-child(2) {
  transform: rotate(45deg);
}
#mega-nav-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
}
#mega-nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.mobile-menu-container {
  display: none;
  margin-top: 1rem;
}
.mobile-menu-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-menu-list a {
  display: block;
  padding: 0.75rem 1rem;
  text-decoration: none;
  border-radius: 0.5rem;
  transition: background-color 0.3s ease;
}
.mobile-menu-list a:hover {
  background-color: var(--megamenu-hover-bg-color);
}
.megamenu-widget .megamenu-list a:focus, .megamenu-widget .sub-menu a:focus, .mobile-menu-list a:focus {
  box-shadow: inset 0 0 0 2px #404247;
}
@media (min-width: 1024px) {
  #mega-responsive {
    display: none;
  }
  .megamenu-widget .megamenu-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
    gap: 1rem;
  }
  .megamenu-widget .megamenu-list > li {
    position: relative;
    margin: 0;
    padding: 0;
  }
  .megamenu-widget .megamenu-list > li.menu-item-has-children:after {
    content: "";
    position: absolute;
    opacity: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid white;
    transition: all 0.3s ease;
  }
  .megamenu-widget .megamenu-list > li.menu-item-has-children:hover:after {
    opacity: 1;
  }
  .elementor-element .megamenu-widget .megamenu-list > li > a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1.75rem 1rem;
    text-decoration: none;
    color: white;
    transition: color 0.3s ease;
    border-radius: var(--megamenu-border-radius);
  }
  .megamenu-widget .megamenu-list figure {
    margin: 0.1rem 0rem !important;
    display: flex;
    align-items: center;
  }
  .megamenu-widget .megamenu-list figure img {
    width: 20px;
    height: 20px;
    object-fit: contain;
  }
  .mega-label > a > figure > img {
    filter: saturate(0) brightness(0) invert(1);
  }
  .elementor-element .megamenu-widget .megamenu-list > li > a:hover {
    background-color: var(--megamenu-hover-bg-color);
  }
  .megamenu-widget > nav.megamenu-nav > ul > li > div.megawrap {
    position: fixed;
    left: 0;
    right: 0;
    margin: 0.5rem auto;
    min-width: 25vw;
    width: calc(100vw - (100vw - 100%));
    background: white;
    padding: 1.5rem 2rem;
    box-shadow: var(--camara-box-shadow);
    border: 1px solid #e2e8f0;
    border-top: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1001;
  }
  .megamenu-widget > nav.megamenu-nav > ul > li.mega-bg-img > div.megawrap {
    position: absolute;
    display: flex;
    width: fit-content;
    min-width: 540px;
    max-width: 28vw;
    border-radius: 0.4rem;
    padding: 0;
  }
  .megamenu-widget .megamenu-list > li:hover .megawrap, .megamenu-widget .megawrap li:hover > .megawrap {
    opacity: 1;
    visibility: visible;
  }
  .megamenu-widget > nav.megamenu-nav > ul > li > div.megawrap > ul > li > div.megawrap > ul {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
  }
  nav.megamenu-nav > ul > li > div.megawrap > ul.sub-menu {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(8%, 1fr));
    list-style: none;
    max-width: 1720px;
    margin: 0 auto;
    padding: 2.5rem;
  }
  nav.megamenu-nav > ul > li.mega-bg-img > div.megawrap > ul.sub-menu {
    padding: 0rem;
  }
  nav.megamenu-nav > ul > li.mega-bg-img > div.megawrap > ul.sub-menu > li:not(.mega-bg-full) {
    padding: 1.4rem 0 1.6rem 1.6rem;
  }
  nav.megamenu-nav > ul > li.mega-bg-img > div.megawrap > ul.sub-menu > li.mega-bg-full > a {
    padding: 0.8rem;
    color: white !important;
    font-size: 1.3rem;
    line-height: 1.4rem;
    font-weight: bold;
    text-wrap: pretty;
  }
  li > .megwrap > ul.sub-menu > li {
    margin: 0;
    padding: 0;
  }
  .elementor-element .megamenu-widget .sub-menu a {
    display: flex;
    align-items: start;
    gap: 0.5rem;
    padding: 0.5rem;
    text-decoration: none;
    border-radius: var(--megamenu-border-radius);
    transition: all 0.3s ease;
    color: var(--megamenu-text-color);
    text-wrap: pretty;
  }
  .elementor-element .megamenu-widget .sub-menu a:hover {
    color: var(--cammara-accent-color);
  }
  ul.megamenu-list > li.menu-item > .megawrap > ul.sub-menu > li.menu-item > a {
    margin-bottom: 0.6rem;
  }
  ul.megamenu-list > li.menu-item > .megawrap > ul.sub-menu > li.mega-label > a {
    background-color: var(--megamenu-text-color);
    color: white;
    padding: 0.6rem 1.1rem;
  }
  ul.megamenu-list > li.menu-item > .megawrap > ul.sub-menu > li.mega-label > .megawrap > ul > li > a {
    padding: 0.5rem 0.9rem;
    border-radius: 0.5rem;
  }
  .mega-bg-image {
    aspect-ratio: 16 / 9;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
  }
  li:not(.mega-bg-full) > .mega-bg-image {
    width: 100%;
    height: 100%;
    max-height: 187px;
    border-radius: 0.6rem;
    margin-top: 2rem;
    display: flex;
    align-items: end;
    justify-content: end;
    padding: 1.2rem;
  }
  li.mega-bg-full {
    position: relative;
    display: flex;
    align-items: end;
  }
  li.mega-bg-full > .mega-bg-image {
    width: 100%;
    height: 99%;
    position: absolute;
    top: 0;
    z-index: -1;
    transform: translate(-1px, 1px);
    border-radius: 0 var(--megamenu-border-radius) var(--megamenu-border-radius) 0;
  }
  .mega-bg-image > p {
    color: white !important;
    font-size: 1.3rem;
    line-height: 1.4rem;
    font-weight: bold;
    text-wrap: pretty;
  }
  .mega-bg-color > .megawrap > ul.sub-menu > li:last-child {
    background-color: #f4f5fc;
    border-radius: 0 var(--megamenu-border-radius) var(--megamenu-border-radius) 0;
    transition: background-color 0.3s ease;
  }
  .megamenu-widget > nav.megamenu-nav > ul > li.mega-bg-color > div.megawrap {
    position: absolute;
    margin: 0.5rem auto;
    padding: 0;
    border-radius: 0.4rem;
    right: 0;
    left: auto;
    background-color: white;
    min-width: 40vw;
    max-width: calc(100vw - (100vw - 100%));
    box-shadow: var(--camara-box-shadow);
    border: 0;
    transition: all 0.3s ease;
  }
  .megamenu-widget > nav.megamenu-nav > ul > li.mega-bg-color > .megawrap > ul {
    position: absolute;
    padding: 0;
    border-radius: 0.4rem;
    right: 0;
    gap: 0;
    left: auto;
    background-color: white;
    min-width: 40vw;
    max-width: calc(100vw - (100vw - 100%));
    box-shadow: var(--camara-box-shadow);
    border: 0;
    transition: all 0.3s ease;
  }
  .megamenu-widget > nav.megamenu-nav > ul > li.mega-bg-color > .megawrap > ul > li {
    padding: 1.6rem;
  }
  button.accordion-toggle-btn {
    display: none;
  }
}
@media (max-width: 1024px) {
  ul#menu-principal {
    position: fixed;
    width: 100vw;
    height: 0;
    top: 0;
    left: 0;
    margin: auto;
    z-index: 9999;
    padding-top: 4rem;
    overflow-y: auto;
  }
  ul#menu-principal.open {
    background-color: white;
    height: 100dvh;
  }
  ul#menu-principal > li {
    flex-direction: row;
    justify-content: space-between;
  }
  ul#menu-principal > li#mega-responsive {
    position: absolute;
    top: 1rem;
    right: 1rem;
  }
  ul#menu-principal > li:not(#mega-responsive) {
    display: none;
    padding: 0;
  }
  ul#menu-principal.open > li:not(#mega-responsive) {
    row-gap: 1rem;
  }
  ul#menu-principal > li > a {
    color: var(--megamenu-text-color) !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 1rem 1.5rem;
    text-decoration: none;
    transition: background-color 0.3s ease;
    flex: 1;
    max-width: 70%;
  }
  ul#menu-principal > li > a:hover {
    background-color: #F4F5FC;
  }
  ul#menu-principal > li > button {
    max-width: 30%;
  }
  ul#menu-principal > li.menu-item-has-children {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  button.accordion-toggle-btn {
    background: none;
    border: none;
    padding: 1rem;
    cursor: pointer;
    color: var(--megamenu-text-color);
    font-size: 1.2rem;
    min-width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 30%;
  }
  button.accordion-toggle-btn:hover, button.accordion-toggle-btn:focus, button.accordion-toggle-btn:focus-visible, button.accordion-toggle-btn:focus-within, button.accordion-toggle-btn:target, button.accordion-toggle-btn:active {
    background-color: #F4F5FC;
    color: var(--megamenu-text-color);
  }
  .accordion-toggle-btn .arrow-css {
    width: 12px;
    height: 12px;
    aspect-ratio: 1 / 1;
    align-self: center;
    position: relative;
    display: flex;
  }
  .accordion-toggle-btn .arrow-css span {
    display: block;
    position: absolute;
    width: 8px;
    height: 2px;
    background-color: currentColor;
    border-radius: 1px;
    transition: all 0.3s ease;
  }
  .accordion-toggle-btn .arrow-css span:first-child {
    top: 8px;
    left: -2px;
    transform: rotate(45deg);
    transform-origin: right center;
  }
  .accordion-toggle-btn .arrow-css span:last-child {
    top: 8px;
    right: -1px;
    transform: rotate(-45deg);
    transform-origin: left center;
  }
  .accordion-toggle-btn.open .arrow-css span:first-child {
    left: 1px;
    top: 0px;
    transform: rotate(-45deg);
  }
  .accordion-toggle-btn.open .arrow-css span:last-child {
    right: 1px;
    top: 0px;
    transform: rotate(45deg);
  }
  .megamenu-widget .sub-menu .accordion-toggle-btn {
    background-color: var(--megamenu-text-color);
    border: none;
    padding: 1rem;
    cursor: pointer;
    color: #F4F5FC;
    border-radius: 0 0.4rem 0.4rem 0;
    font-size: 1rem;
    min-width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 1rem;
    max-width: 25%;
    transition: none;
  }
  .megamenu-widget .sub-menu .accordion-toggle-btn .arrow-css {
    width: 8px;
    height: 8px;
    position: relative;
    display: inline-block;
  }
  .megamenu-widget .sub-menu .accordion-toggle-btn .arrow-css span {
    display: block;
    position: absolute;
    width: 6px;
    height: 2px;
    background-color: currentColor;
    border-radius: 1px;
  }
  .megamenu-widget .sub-menu .accordion-toggle-btn .arrow-css span:first-child {
    top: 3px;
    transform: rotate(45deg);
    transform-origin: right center;
  }
  .megamenu-widget .sub-menu .accordion-toggle-btn .arrow-css span:last-child {
    top: 3px;
    right: 0;
    transform: rotate(-45deg);
    transform-origin: left center;
  }
  .megamenu-widget .megamenu-list > li > .megawrap {
    display: inline;
    width: 100%;
  }
  ul.open > li.menu-item-has-children > .megawrap > ul.sub-menu > li {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  .megamenu-widget .megamenu-list > li.accordion-open > .megawrap {
    max-height: 1000px;
    transition: max-height 0.5s ease-in;
  }
  li:not(.accordion-open) > .megawrap > ul.sub-menu {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
    margin: 0;
    height: 0;
    visibility: hidden;
    background-color: #F4F5FC;
  }
  .megamenu-widget .sub-menu > li > a {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 1rem 2.4rem;
    color: var(--megamenu-text-color);
    background: white;
    text-decoration: none;
    transition: background-color 0.3s ease;
    margin-left: 1rem;
  }
  ul#menu-principal > li > .megawrap > ul.sub-menu > li.menu-item-has-children > a {
    max-width: 65%;
    border-radius: 0.4rem 0 0 0.4rem;
    color: white;
    background: var(--megamenu-text-color);
    width: 70%;
  }
  ul#menu-principal > li > .megawrap > ul.sub-menu > li:not(.menu-item-has-children) > a {
    width: 100%;
    margin-right: 2rem;
    border-radius: 0.4rem;
  }
  .megamenu-widget .sub-menu > li > a > figure > img {
    filter: saturate(0) brightness(0) invert(1);
    height: 16px;
  }
  .megamenu-widget .sub-menu > li > a:hover {
    background-color: #F4F5FC;
  }
  .megamenu-widget .sub-menu .megawrap {
    max-height: 0;
    overflow: auto;
    transition: max-height 0.3s ease-out;
    background-color: white;
  }
  .megamenu-widget .sub-menu li.accordion-open > .megawrap {
    max-height: 500px;
    width: 100%;
    transition: max-height 0.4s ease-in;
  }
  .megamenu-widget .sub-menu .megawrap ul {
    padding: 0;
    margin: 0;
  }
  .megamenu-widget .sub-menu .megawrap ul > li > a {
    padding-left: 3rem;
    background-color: transparent;
  }
  .mobile-menu-container {
    display: block !important;
  }
  .mega-bg-image {
    display: none;
  }
  .megamenu-widget .megamenu-list > li {
    position: static;
  }
  .megamenu-widget .megamenu-list > li.accordion-open > .megawrap, .megamenu-widget .sub-menu li.accordion-open > .megawrap {
    animation: accordionSlideDown 0.3s ease-out;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes accordionSlideDown {
  from {
    max-height: 0;
    opacity: 0;
  }
  to {
    max-height: 1000px;
    opacity: 1;
  }
}
.megamenu-widget .megamenu-list > li > .megawrap {
  animation: fadeInUp 0.3s ease-out;
}
.megamenu-no-menu, .megamenu-notice {
  padding: 1rem;
  border-radius: 0.5rem;
  margin: 0;
  text-align: center;
}
.megamenu-no-menu {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #b91c1c;
}
.megamenu-notice {
  background: #f0f9ff;
  border: 1px solid #bae6fd;
  color: #0369a1;
}
.megamenu-notice p {
  margin: 0.5rem 0;
}
.megamenu-notice a {
  color: #0369a1;
  text-decoration: underline;
}
.megamenu-notice a:hover {
  color: #1e40af;
}
.areas-widget {
  position: relative;
  width: 100%;
}
.areas-widget .areas-header {
  text-align: center;
  margin-bottom: 2rem;
}
.areas-widget .areas-title-wrapper {
  display: inline-block;
  padding: 0 0.5rem;
  border-bottom: 2px solid var(--e-global-color-accent, #B51B30);
  margin-bottom: 1rem;
}
.areas-widget .main-title {
  display: flex;
  justify-content: center;
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
  color: #333;
  line-height: 1.2;
}
.areas-widget .main-subtitle {
  font-size: 1.1rem;
  color: #666;
  margin: 0 auto;
  line-height: 1.6;
  max-width: 600px;
}
.areas-widget .areas-grid {
  display: flex;
  position: relative;
}
.areas-widget .area-item {
  position: relative;
  background: #fff;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  min-height: 280px;
  flex: 1;
}
.areas-widget .area-item:hover {
  flex: 2;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.areas-widget .area-item a.area-link {
  width: 100%;
  height: 100%;
  justify-content: center;
}
.areas-widget .area-item:after {
  content: "";
  position: absolute;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.3) 10%, rgba(0, 0, 0, 0.1) 100%), var(--area-bg-image);
  background-size: cover;
  background-position: center;
  top: 0;
  left: -10%;
  width: 120%;
  height: 100%;
  overflow: hidden;
}
.area-background {
  position: absolute;
  top: 0;
  left: -10%;
  width: 120%;
  opacity: 0;
  transition: all 0.3s ease;
}
.area-link:hover .area-background {
  opacity: 0.8;
  height: 100%;
}
.areas-widget .area-item[style*="--area-bg-image"] .area-content, .areas-widget .area-item[style*="--area-bg-image"] .area-logo {
  position: relative;
  z-index: 2;
}
.areas-widget .area-logo {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0rem;
}
.areas-widget .area-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.areas-widget .area-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.areas-widget .area-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
}
.areas-widget .area-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
  z-index: 3;
}
.areas-widget .area-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  position: relative;
  z-index: 1;
}
.areas-widget .area-item[style*="--area-bg-image"] {
  color: white;
}
.areas-widget .area-item[style*="--area-bg-image"] .area-title, .areas-widget .area-item[style*="--area-bg-image"] .area-text {
  color: white;
}
.areas-widget .area-item:not([style*="--area-bg-image"]) {
  border-top: 4px solid var(--area-accent-color, #007cba);
}
.areas-widget .area-item:not([style*="--area-bg-image"]) .area-title {
  color: var(--area-accent-color, #007cba);
}
.areas-widget .area-link-arrow {
  transition: transform 0.3s ease;
}
.areas-widget .area-link:hover .area-link-arrow {
  transform: translateX(3px);
}
.areas-widget .areas-notice {
  padding: 2rem;
  background-color: #fff3cd;
  border: 1px solid #ffeaa7;
  color: #856404;
  text-align: center;
}
.areas-widget .areas-notice p {
  margin: 0;
  font-size: 1.1rem;
}
@media (min-width: 1024px) {
  .areas-widget .areas-grid {
    gap: 0px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .areas-widget .main-title {
    font-size: 2rem;
  }
  .areas-widget .area-text {
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(2rem);
    font-size: 1rem;
    line-height: 1.6;
    max-width: 58%;
    margin: 1.5rem auto 0;
  }
  .areas-widget .area-link:hover .area-text {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .areas-widget .areas-grid {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
  }
  .areas-widget .main-title {
    font-size: 1.8rem;
  }
  .areas-widget .main-subtitle {
    font-size: 1rem;
  }
  .areas-widget .area-item {
    padding: 25px 15px;
    min-height: 240px;
  }
  .areas-widget .area-title {
    font-size: 1.3rem;
  }
  .areas-widget .area-text {
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(2rem);
    font-size: 0.95rem;
    line-height: 1.6;
    max-width: 80%;
    margin: 1rem auto 0;
  }
  .areas-widget .area-link:hover .area-text {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 480px) {
  .areas-widget .areas-grid {
    flex-direction: column;
    gap: 15px;
  }
  .areas-widget .areas-header {
    margin-bottom: 1.5rem;
  }
  .areas-widget .main-title {
    font-size: 1.6rem;
  }
  .areas-widget .area-item {
    padding: 20px 15px;
    min-height: 200px;
  }
  .areas-widget .area-title {
    font-size: 1.2rem;
  }
  .areas-widget .area-text {
    display: none;
  }
}
.areas-widget .area-item {
  animation: fadeInUp 0.6s ease-out;
}
.areas-widget .area-item:nth-child(1) {
  animation-delay: 0.1s;
}
.areas-widget .area-item:nth-child(2) {
  animation-delay: 0.2s;
}
.areas-widget .area-item:nth-child(3) {
  animation-delay: 0.3s;
}
.areas-widget .area-item:nth-child(4) {
  animation-delay: 0.4s;
}
.areas-widget .area-item:nth-child(5) {
  animation-delay: 0.5s;
}
.areas-widget .area-item:nth-child(6) {
  animation-delay: 0.6s;
}
.tab-slider {
  position: absolute;
  top: 4px;
  left: 4px;
  height: calc(100% - 8px);
  background: var(--megamenu-text-color, #333);
  border-radius: 50px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}
.tab-switcher > button.tab-btn {
  border: none;
  background: transparent;
  color: var(--megamenu-text-color, #333);
  font-size: 0.8rem;
  padding: 0.3rem 2rem;
}
.tab-switcher >button.tab-btn:hover {
  position: relative;
  z-index: 2;
  border: none;
  background: transparent;
  border-radius: 50px;
  font-weight: 400;
  font-size: 0.8rem;
  cursor: pointer;
  transition: color 0.3s ease;
  color: var(--megamenu-text-color, #333);
  min-width: 100px;
  text-align: center;
}
button.tab-btn:not(.active):focus, button.tab-btn:not(.active):active {
  color: white;
  background-color: transparent;
}
button.tab-btn.active, button.tab-btn:hover.active, button.tab-btn:focus.active {
  color: #fff;
  background-color: transparent;
}
.tab-btn:hover:not(.active) {
  color: var(--megamenu-text-color);
}
.tab-content {
  display: none;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
}
.tab-content.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.tab-button-container {
  text-align: center;
  margin-top: 20px;
}
.tab-title {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-subtitle {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(50%);
  visibility: hidden;
  transition: all 0.3s ease;
  width: fit-content;
  margin: 0;
  font-size: 1.2rem;
  font-weight: 300;
  white-space: nowrap;
}
.section-subtitle.active {
  opacity: 1;
  visibility: visible;
}
.agenda_noticias-widget .main-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 0 30px;
  color: #333;
}
.agenda_noticias-content {
  margin-top: 20px;
}
.section-header {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: center;
}
.section-header .section-subtitle:not(.active) {
  opacity: 0;
}
.section-header .section-subtitle.active {
  opacity: 1;
  font-size: 1.2rem;
  font-weight: 300;
  color: var(--megamenu-text-color, #333);
}
.agenda-button {
  display: inline-block;
  background: var(--megamenu-text-color, #333);
  color: #fff;
  padding: 12px 24px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  margin: 0 10px;
}
.agenda-button:hover {
  background: #005a87;
  color: #fff;
  text-decoration: none;
}
.agenda-section, .noticias-section {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.agenda-section:hover, .noticias-section:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.noticias-section .section-subtitle {
  color: #28a745;
  border-bottom-color: #28a745;
}
.agenda-content, .noticias-content {
  color: var(--megamenu-text-color, #333);
  line-height: 1.6;
}
.agenda-content p, .noticias-content p {
  margin: 0;
  font-size: 1rem;
}
#agenda-slide, #noticias-slide {
  margin: 20px 0;
  position: relative;
  visibility: visible;
  opacity: 1;
  outline: none;
}
#agenda-slide .splide__track, #noticias-slide .splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
#agenda-slide .splide__list, #noticias-slide .splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#agenda-slide .splide__slide, #noticias-slide .splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  position: relative;
  padding: 10px;
}
#agenda-slide .splide__slide img, #noticias-slide .splide__slide img {
  vertical-align: bottom;
}
.agenda-item:hover {
  background: #fff;
  border-color: var(--megamenu-text-color, #333);
  box-shadow: 0 4px 12px rgba(0, 124, 186, 0.1);
}
.noticias-item:hover {
  background: #fff;
  border-color: #28a745;
  box-shadow: 0 4px 12px rgba(40, 167, 69, 0.1);
}
.agenda-item h4 {
  color: var(--megamenu-text-color, #333);
  font-size: 1.2rem;
  margin: 0 0 1.5rem 0;
}
.noticias-item h4 {
  color: #28a745;
  font-size: 1.2rem;
  margin: 0 0 1.5rem 0;
}
.agenda-item p, .noticias-item p {
  color: var(--megamenu-text-color, #333);
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
  flex-grow: 1;
}
footer.evento-meta > span.agenda-categoria {
  display: inline-block;
  background: var(--megamenu-text-color, #333);
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 0.75rem;
  margin-bottom: 8px;
}
span.agenda-meta {
  color: #888;
  font-size: 0.85rem;
  line-height: 1rem;
}
.evento-fecha {
  display: block;
  font-size: 0.85rem;
  color: #888;
  font-weight: 500;
}
#agenda-slide .splide__arrow {
  background: var(--megamenu-text-color, #333);
  opacity: 0.8;
}
#agenda-slide .splide__arrow:hover {
  opacity: 1;
}
#agenda-slide .splide__arrow svg {
  fill: #fff;
}
#agenda-slide .splide__pagination__page {
  background: var(--megamenu-text-color, #333);
}
#agenda-slide .splide__pagination__page.is-active {
  background: #005a87;
  transform: scale(1.3);
}
#noticias-slide .splide__arrow {
  background: #28a745;
  opacity: 0.8;
}
#noticias-slide .splide__arrow:hover {
  opacity: 1;
}
#noticias-slide .splide__arrow svg {
  fill: #fff;
}
#noticias-slide .splide__pagination__page {
  background: #28a745;
}
#noticias-slide .splide__pagination__page.is-active {
  background: #1e7e34;
  transform: scale(1.3);
}
@media (min-width: 768px) {
  #agenda-slide, #noticias-slide {
    visibility: visible;
    opacity: 1;
  }
  #agenda-slide .splide__track, #noticias-slide .splide__track {
    overflow: visible;
    position: static;
  }
  #agenda-slide .splide__list, #noticias-slide .splide__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 20px;
    width: 100%;
    transform: none;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #agenda-slide .splide__slide, #noticias-slide .splide__slide {
    width: auto;
    margin: 0;
    padding: 0;
    flex-shrink: initial;
    position: static;
  }
  #agenda-slide .splide__arrows, #agenda-slide .splide__pagination, #noticias-slide .splide__arrows, #noticias-slide .splide__pagination {
    display: none;
  }
}
@media (max-width: 767px) {
  .agenda_noticias-widget .main-title {
    font-size: 2rem;
  }
  .section-header .section-subtitle {
    font-size: 1.3rem;
    display: block;
    margin: 0 0 15px;
  }
  .agenda-button, .noticias-button {
    display: block;
    text-align: center;
    margin: 10px auto;
    max-width: 200px;
  }
  .agenda-item h4, .noticias-item h4 {
    font-size: 1.1rem;
  }
  .tab-btn {
    padding: 10px 20px;
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .agenda_noticias-widget .main-title {
    font-size: 1.8rem;
  }
  .agenda-section, .noticias-section {
    padding: 20px 15px;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
    }
  }
}
