/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "montserrat", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 2rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --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);
    --container-width: 1118px;
  }
}
@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;
  }
  :-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 {
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-21 {
    top: calc(var(--spacing) * 21);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .-z-20 {
    z-index: calc(20 * -1);
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-full {
    height: 100%;
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[170px\] {
    max-width: 170px;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-items-center {
    justify-items: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[28px\] {
    gap: 28px;
  }
  .gap-\[43px\] {
    gap: 43px;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-\[8px\] {
    border-radius: 8px;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-\[\#D9D9D9\] {
    border-color: #D9D9D9;
  }
  .border-\[\#E7ECF3\] {
    border-color: #E7ECF3;
  }
  .border-\[\#FFF\] {
    border-color: #FFF;
  }
  .bg-\[\#222A4C\] {
    background-color: #222A4C;
  }
  .bg-\[\#F9FAFB\] {
    background-color: #F9FAFB;
  }
  .bg-\[\#FFF\] {
    background-color: #FFF;
  }
  .bg-\[rgba\(255\,255\,255\,0\.90\)\] {
    background-color: rgba(255,255,255,0.90);
  }
  .object-cover {
    object-fit: cover;
  }
  .object-\[20\%_0\%\] {
    object-position: 20% 0%;
  }
  .p-\[18px\] {
    padding: 18px;
  }
  .p-\[20px\] {
    padding: 20px;
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-7 {
    padding-inline: calc(var(--spacing) * 7);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-\[20px\] {
    padding-block: 20px;
  }
  .py-\[30px\] {
    padding-block: 30px;
  }
  .py-\[40px\] {
    padding-block: 40px;
  }
  .py-\[52px\] {
    padding-block: 52px;
  }
  .pt-\[20px\] {
    padding-top: 20px;
  }
  .pt-\[331px\] {
    padding-top: 331px;
  }
  .pb-\[40px\] {
    padding-bottom: 40px;
  }
  .text-center {
    text-align: center;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-\[9\.7px\] {
    font-size: 9.7px;
  }
  .text-\[9px\] {
    font-size: 9px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .tracking-\[0\.48px\] {
    --tw-tracking: 0.48px;
    letter-spacing: 0.48px;
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .text-\[\#0E2B55\] {
    color: #0E2B55;
  }
  .text-\[\#222A4C\] {
    color: #222A4C;
  }
  .text-\[\#C4D600\] {
    color: #C4D600;
  }
  .text-\[\#FFF\] {
    color: #FFF;
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .hover\:bg-transparent {
    &:hover {
      @media (hover: hover) {
        background-color: transparent;
      }
    }
  }
  .hover\:text-\[\#FFF\] {
    &:hover {
      @media (hover: hover) {
        color: #FFF;
      }
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 700px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:order-1 {
    @media (width >= 993px) {
      order: 1;
    }
  }
  .lg\:order-2 {
    @media (width >= 993px) {
      order: 2;
    }
  }
  .lg\:block {
    @media (width >= 993px) {
      display: block;
    }
  }
  .lg\:hidden {
    @media (width >= 993px) {
      display: none;
    }
  }
  .lg\:w-\[50\%\] {
    @media (width >= 993px) {
      width: 50%;
    }
  }
  .lg\:w-fit {
    @media (width >= 993px) {
      width: fit-content;
    }
  }
  .lg\:max-w-\[210px\] {
    @media (width >= 993px) {
      max-width: 210px;
    }
  }
  .lg\:max-w-\[451px\] {
    @media (width >= 993px) {
      max-width: 451px;
    }
  }
  .lg\:max-w-\[534px\] {
    @media (width >= 993px) {
      max-width: 534px;
    }
  }
  .lg\:grid-cols-5 {
    @media (width >= 993px) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 993px) {
      flex-direction: row;
    }
  }
  .lg\:justify-between {
    @media (width >= 993px) {
      justify-content: space-between;
    }
  }
  .lg\:justify-start {
    @media (width >= 993px) {
      justify-content: flex-start;
    }
  }
  .lg\:gap-6 {
    @media (width >= 993px) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .lg\:gap-15 {
    @media (width >= 993px) {
      gap: calc(var(--spacing) * 15);
    }
  }
  .lg\:border-0 {
    @media (width >= 993px) {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  .lg\:border-none {
    @media (width >= 993px) {
      --tw-border-style: none;
      border-style: none;
    }
  }
  .lg\:bg-\[\#FAFAFA\] {
    @media (width >= 993px) {
      background-color: #FAFAFA;
    }
  }
  .lg\:bg-transparent {
    @media (width >= 993px) {
      background-color: transparent;
    }
  }
  .lg\:px-0 {
    @media (width >= 993px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:px-2 {
    @media (width >= 993px) {
      padding-inline: calc(var(--spacing) * 2);
    }
  }
  .lg\:py-0 {
    @media (width >= 993px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .lg\:py-10 {
    @media (width >= 993px) {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  .lg\:py-\[60px\] {
    @media (width >= 993px) {
      padding-block: 60px;
    }
  }
  .lg\:py-\[80px\] {
    @media (width >= 993px) {
      padding-block: 80px;
    }
  }
  .lg\:pt-0 {
    @media (width >= 993px) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:pt-\[60px\] {
    @media (width >= 993px) {
      padding-top: 60px;
    }
  }
  .lg\:pt-\[250px\] {
    @media (width >= 993px) {
      padding-top: 250px;
    }
  }
  .lg\:pb-\[90px\] {
    @media (width >= 993px) {
      padding-bottom: 90px;
    }
  }
  .lg\:text-5xl {
    @media (width >= 993px) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .lg\:text-\[14px\]\/\[30px\] {
    @media (width >= 993px) {
      font-size: 14px;
      line-height: 30px;
    }
  }
  .lg\:text-\[40px\] {
    @media (width >= 993px) {
      font-size: 40px;
    }
  }
  .lg\:tracking-\[2\.88px\] {
    @media (width >= 993px) {
      --tw-tracking: 2.88px;
      letter-spacing: 2.88px;
    }
  }
  .lg\:tracking-\[3\.6px\] {
    @media (width >= 993px) {
      --tw-tracking: 3.6px;
      letter-spacing: 3.6px;
    }
  }
  .lg\:text-\[\#FFF\] {
    @media (width >= 993px) {
      color: #FFF;
    }
  }
  .lg\:hover\:bg-\[\#FFF\] {
    @media (width >= 993px) {
      &:hover {
        @media (hover: hover) {
          background-color: #FFF;
        }
      }
    }
  }
  .lg\:hover\:text-\[\#222A4C\] {
    @media (width >= 993px) {
      &:hover {
        @media (hover: hover) {
          color: #222A4C;
        }
      }
    }
  }
}
html {
  box-sizing: border-box;
}
@layer utilities {
  .container1 {
    max-width: var(--container-width);
    margin-inline: auto;
  }
  .container2 {
    max-width: 831px;
    margin-inline: auto;
  }
  .container-foot {
    max-width: 752px;
    margin-inline: auto;
  }
  .container-full {
    max-width: 1366px;
    width: 100%;
    margin-inline: auto;
  }
}
@font-face {
  font-family: 'montserrat';
  src: url(./assets/fonts/Montserrat/Montserrat-ExtraBold.ttf);
  font-weight: 800;
}
@font-face {
  font-family: 'montserrat';
  src: url(./assets/fonts/Montserrat/Montserrat-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: 'montserrat';
  src: url(./assets/fonts/Montserrat/Montserrat-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: 'montserrat';
  src: url(./assets/fonts/Montserrat/Montserrat-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: 'inter';
  src: url(./assets/fonts/Inter/Inter_18pt-Black.ttf);
  font-weight: 900;
}
@font-face {
  font-family: 'inter';
  src: url(./assets/fonts/Inter/Inter_18pt-Light.ttf);
  font-weight: 300;
}
@font-face {
  font-family: 'harabara';
  src: url(./assets/fonts/harabara/Harabara.ttf);
  font-weight: 700;
}
.seccion-hero {
  .gform_fields {
    display: flex;
    flex-direction: column;
    gap: 16px !important;
  }
  .ginput_container {
    width: 100%;
  }
  .gfield_label {
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #242424;
  }
  .gform_wrapper ::placeholder {
    color: #90A4AE !important;
    font-size: 14px !important;
  }
  .ginput_container_email input, .ginput_container_phone input {
    padding-left: 20px !important;
  }
  .large {
    width: 100% !important;
    border: none !important;
    background-color: #FAFAFA !important;
    box-shadow: none !important;
  }
  .ginput_container_text, .ginput_container_phone, .ginput_container_email {
    background-color: #FAFAFA;
    width: 100%;
    border-radius: 8px;
    border-bottom: 1.5px solid #EF4733;
    padding: 12px 12px;
  }
  .gfield_consent_label {
    color: #2E2E2E !important;
    font-size: 12px !important;
    font-family: "montserrat" !important;
  }
  .bord {
    border-top: 1px solid #E7EBEB;
  }
  .gform-footer {
    margin: 0 !important;
  }
  .gform_button {
    border-radius: 8px !important;
    background-color: #222A4C !important;
    color: #FFF !important;
    display: flex !important;
    justify-content: center !important;
    padding-block: 22px !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    font-family: "montserrat" !important;
    transition: all 0.5s ease-in-out !important;
    cursor: pointer !important;
    margin-top: 15px !important;
    @media (max-width:993px) {
      margin-top: 12px !important;
    }
  }
  .gform_button:hover {
    background-color: #FFF !important;
    color: #222A4C !important;
  }
  .ginput_container_email, .ginput_container_phone {
    position: relative;
  }
  .ginput_container_email::after {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url('/wp-content/themes/metropolitana/assets/images/ss.png');
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
  }
  .ginput_container_phone::after {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url('/wp-content/themes/metropolitana/assets/images/tel.png');
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
  }
  .ginput_container_email input, .ginput_container_phone input {
    padding-left: 20px;
  }
  .gfield_consent_label a {
    text-decoration: underline;
  }
  .gfield_consent_label a:hover {
    color: #6d86ad;
  }
  .gform_wrapper input:focus, .gform_wrapper textarea:focus {
    padding-left: 23px !important;
  }
  #input_1_4_1 {
    padding-left: 0 !important;
  }
  .gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
    color: #006341 !important;
  }
}
.sib-form {
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important;
  padding: 24px !important;
  @media (max-width:600px) {
    padding: 24px !important;
  }
}
#sib-form {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px;
}
.sib-form-block {
  padding: 0 !important;
}
.entry__label {
  margin-bottom: 0px !important;
}
.sib-form-block__button {
  background-color: #222A4C !important;
  color: #FFF;
  width: 100% !important;
  text-align: center !important;
  padding-block: 16px !important;
  padding-inline: 24px !important;
  font-family: "montserrat", sans-serif !important;
  transition: all 300ms;
}
.sib-form-block__button:hover {
  border: 1px solid #222A4C !important;
  background: #FFF !important;
  color: #222A4C !important;
}
.entry__field {
  position: relative;
  border-radius: 8px !important;
  border-bottom: 1.5px solid #EF4733 !important;
  background: #FAFAFA !important;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05) !important;
  font-family: 'montserrat' !important;
}
.entry__label {
  font-family: 'montserrat' !important;
  font-weight: 400 !important;
}
.entry__field--email::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url('/wp-content/themes/metropolitana/assets/images/ss.png');
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 2;
}
.entry__field input[type="email"] {
  padding-left: 40px !important;
  position: relative;
  z-index: 1;
}
.sib-sms-select__number-input {
  border-radius: 8px !important;
  border-bottom: 1.5px solid #EF4733 !important;
  background: #FAFAFA !important;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05) !important;
}
.sib-sms-select__title {
  background: #FAFAFA !important;
  border-radius: 8px !important;
}
.sib-form-block {
  .titulo1 {
    line-height: 35px !important;
    font-family: 'montserrat' !important;
    color: #222A4C !important;
    font-weight: 500 !important;
  }
}
.consent {
  line-height: 0 !important;
  font-family: 'montserrat' !important;
  font-weight: 400 !important;
}
.entry__choice {
  font-family: 'montserrat' !important;
  font-weight: 400 !important;
}
.sib-sms-select__number-input {
  position: relative;
}
.sib-sms-select__number-input::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 75px;
  width: 20px;
  height: 20px;
  background-image: url('/wp-content/themes/metropolitana/assets/images/tel.png');
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
}
.sib-sms-select__phone-number {
  padding-left: 30px !important;
}
.sib-form .input_replaced:checked+.checkbox_tick_positive {
  background-color: #222A4C !important;
  border-color: #222A4C !important;
}
.entry__label::after {
  content: '' !important;
}
.entry-content {
  max-width: 1118px;
  margin: 0 auto;
  padding: 0 1rem;
  line-height: 1.6;
  margin-top: 100px;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4 {
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 0.8em;
  line-height: 1.3;
}
.entry-content h1 {
  font-size: 2.5em;
}
.entry-content h2 {
  font-size: 2em;
}
.entry-content h3 {
  font-size: 1.5em;
}
.entry-content h4 {
  font-size: 1.2em;
}
.entry-content p {
  margin-bottom: 1.2em;
}
.entry-content ul, .entry-content ol {
  margin-bottom: 1.5em;
  padding-left: 2em;
}
.entry-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1em 0;
}
.container-page-simple {
  max-width: 1118px;
  margin: 0 auto;
  padding: 0 1rem;
  font-family: sans-serif;
  line-height: 1.6;
  color: #222;
  margin-top: 100px;
}
.container-page-simple h1, .container-page-simple h2, .container-page-simple h3, .container-page-simple h4 {
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 0.8em;
  line-height: 1.3;
}
.container-page-simple h1 {
  font-size: 2.5em;
}
.container-page-simple h2 {
  font-size: 2em;
}
.container-page-simple h3 {
  font-size: 1.5em;
}
.container-page-simple h4 {
  font-size: 1.2em;
}
.container-page-simple p {
  margin-bottom: 1.2em;
}
.container-page-simple ul, .container-page-simple ol {
  margin-bottom: 1.5em;
  padding-left: 2em;
}
.container-page-simple img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1em 0;
}
.container-page-simple p:last-of-type {
  margin-bottom: 100px;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@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-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
