html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --mwm-color-principal: #0057b5;
  --mwm-color-secundario: #052438;
  --mwm-color-gris1: #f8f8f8;
  --mwm-color-gris2: #bdbdbd;
  --mwm-color-gris3: #717171;
  --mwm-color-blanco: #ffffff;
  --mwm-color-resalto: #f7f9ff;
  --mwm-color-error: #d60000;
  --mwm-color-principal-dark: #000E1B;
  --mwm-font-desktop-h1-font-family: Open Sans, sans-serif;
  --mwm-font-desktop-h1-font-weight: 400;
  --mwm-font-desktop-h1-font-size: 48px;
  --mwm-font-desktop-h1-line-height: 56px;
  --mwm-font-desktop-h1-letter-spacing: 0;
  --mwm-font-desktop-h2-font-family: Open Sans, sans-serif;
  --mwm-font-desktop-h2-font-weight: 400;
  --mwm-font-desktop-h2-font-size: 40px;
  --mwm-font-desktop-h2-line-height: 48px;
  --mwm-font-desktop-h2-letter-spacing: 0;
  --mwm-font-desktop-h3-font-family: Open Sans, sans-serif;
  --mwm-font-desktop-h3-font-weight: 700;
  --mwm-font-desktop-h3-font-size: 32px;
  --mwm-font-desktop-h3-line-height: 40px;
  --mwm-font-desktop-h3-letter-spacing: 0;
  --mwm-font-desktop-h4-h5-h6-font-family: Open Sans, sans-serif;
  --mwm-font-desktop-h4-h5-h6-font-weight: 700;
  --mwm-font-desktop-h4-h5-h6-font-size: 24px;
  --mwm-font-desktop-h4-h5-h6-line-height: 32px;
  --mwm-font-desktop-h4-h5-h6-letter-spacing: 0;
  --mwm-font-desktop-texto-font-family: Open Sans, sans-serif;
  --mwm-font-desktop-texto-font-weight: 400;
  --mwm-font-desktop-texto-font-size: 16px;
  --mwm-font-desktop-texto-line-height: 24px;
  --mwm-font-desktop-texto-letter-spacing: 0;
  --mwm-font-desktop-detalles-font-family: Open Sans, sans-serif;
  --mwm-font-desktop-detalles-font-weight: 400;
  --mwm-font-desktop-detalles-font-size: 12px;
  --mwm-font-desktop-detalles-line-height: 16px;
  --mwm-font-desktop-detalles-letter-spacing: 0;
  --mwm-font-desktop-texto-medium-font-family: Open Sans, sans-serif;
  --mwm-font-desktop-texto-medium-font-weight: 700;
  --mwm-font-desktop-texto-medium-font-size: 16px;
  --mwm-font-desktop-texto-medium-line-height: 24px;
  --mwm-font-desktop-texto-medium-letter-spacing: 0;
  --mwm-font-desktop-texto-secundario-font-family: Open Sans, sans-serif;
  --mwm-font-desktop-texto-secundario-font-weight: 400;
  --mwm-font-desktop-texto-secundario-font-size: 14px;
  --mwm-font-desktop-texto-secundario-line-height: 24px;
  --mwm-font-desktop-texto-secundario-letter-spacing: 0;
}

h1,
.mwm-h1,
.mwm-desktop-h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0;
}

h2,
.mwm-h2,
.mwm-desktop-h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0;
}

h3,
.mwm-h3,
.mwm-desktop-h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0;
}

h4,
h5,
h6,
.mwm-h4,
.mwm-h5,
.mwm-h6,
.mwm-desktop-h4-h5-h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
}

.mwm-desktop-texto {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}

.mwm-desktop-texto-sub {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-decoration: underline;
}

.mwm-desktop-texto-medium {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}

.mwm-desktop-texto-secundario {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
}

.mwm-desktop-texto-secundario-sub {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  text-decoration: underline;
}

.mwm-desktop-detalles {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  font-family: var(--mwm-font-desktop-texto-font-family);
  font-weight: var(--mwm-font-desktop-texto-font-weight);
  font-size: var(--mwm-font-desktop-texto-font-size);
  line-height: var(--mwm-font-desktop-texto-line-height);
  letter-spacing: var(--mwm-font-desktop-texto-letter-spacing);
  overflow-wrap: break-word;
}

a {
  text-decoration: none;
  color: inherit;
  font-family: inherit;
}

strong {
  font-weight: 700;
}

.mwm-row {
  --mwm-gutter: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: var(--mwm-gutter);
}

.mwm-row--gutter-x-0 {
  --mwm-gutter: 0;
}

.mwm-row--gutter-y-0 {
  --mwm-gutter: 0;
}

.mwm-row--gutter-0 {
  --mwm-gutter: 0;
}

.mwm-row--gutter-x-1 {
  --mwm-gutter: calc(1rem * 1);
}

.mwm-row--gutter-y-1 {
  --mwm-gutter: calc(1rem * 1);
}

.mwm-row--gutter-1 {
  --mwm-gutter: calc(1rem * 1);
}

.mwm-row--gutter-x-2 {
  --mwm-gutter: calc(1rem * 2);
}

.mwm-row--gutter-y-2 {
  --mwm-gutter: calc(1rem * 2);
}

.mwm-row--gutter-2 {
  --mwm-gutter: calc(1rem * 2);
}

.mwm-row--gutter-x-3 {
  --mwm-gutter: calc(1rem * 3);
}

.mwm-row--gutter-y-3 {
  --mwm-gutter: calc(1rem * 3);
}

.mwm-row--gutter-3 {
  --mwm-gutter: calc(1rem * 3);
}

.mwm-row--gutter-x-4 {
  --mwm-gutter: calc(1rem * 4);
}

.mwm-row--gutter-y-4 {
  --mwm-gutter: calc(1rem * 4);
}

.mwm-row--gutter-4 {
  --mwm-gutter: calc(1rem * 4);
}

.mwm-row--gutter-x-5 {
  --mwm-gutter: calc(1rem * 5);
}

.mwm-row--gutter-y-5 {
  --mwm-gutter: calc(1rem * 5);
}

.mwm-row--gutter-5 {
  --mwm-gutter: calc(1rem * 5);
}

.mwm-row--gutter-x-6 {
  --mwm-gutter: calc(1rem * 6);
}

.mwm-row--gutter-y-6 {
  --mwm-gutter: calc(1rem * 6);
}

.mwm-row--gutter-6 {
  --mwm-gutter: calc(1rem * 6);
}

.mwm-col-1 {
  width: calc((100% - var(--mwm-gutter) * 11) / 12 * 1 + var(--mwm-gutter) * 0);
}

.mwm-col-2 {
  width: calc((100% - var(--mwm-gutter) * 11) / 12 * 2 + var(--mwm-gutter) * 1);
}

.mwm-col-3 {
  width: calc((100% - var(--mwm-gutter) * 11) / 12 * 3 + var(--mwm-gutter) * 2);
}

.mwm-col-4 {
  width: calc((100% - var(--mwm-gutter) * 11) / 12 * 4 + var(--mwm-gutter) * 3);
}

.mwm-col-5 {
  width: calc((100% - var(--mwm-gutter) * 11) / 12 * 5 + var(--mwm-gutter) * 4);
}

.mwm-col-6 {
  width: calc((100% - var(--mwm-gutter) * 11) / 12 * 6 + var(--mwm-gutter) * 5);
}

.mwm-col-7 {
  width: calc((100% - var(--mwm-gutter) * 11) / 12 * 7 + var(--mwm-gutter) * 6);
}

.mwm-col-8 {
  width: calc((100% - var(--mwm-gutter) * 11) / 12 * 8 + var(--mwm-gutter) * 7);
}

.mwm-col-9 {
  width: calc((100% - var(--mwm-gutter) * 11) / 12 * 9 + var(--mwm-gutter) * 8);
}

.mwm-col-10 {
  width: calc((100% - var(--mwm-gutter) * 11) / 12 * 10 + var(--mwm-gutter) * 9);
}

.mwm-col-11 {
  width: calc((100% - var(--mwm-gutter) * 11) / 12 * 11 + var(--mwm-gutter) * 10);
}

.mwm-col-12 {
  width: calc((100% - var(--mwm-gutter) * 11) / 12 * 12 + var(--mwm-gutter) * 11);
}

@media (min-width: 576px) {
  .mwm-col-sm-1 {
    width: calc((100% - var(--mwm-gutter) * 11) / 12 * 1 + var(--mwm-gutter) * 0);
  }
  .mwm-col-sm-2 {
    width: calc((100% - var(--mwm-gutter) * 11) / 12 * 2 + var(--mwm-gutter) * 1);
  }
  .mwm-col-sm-3 {
    width: calc((100% - var(--mwm-gutter) * 11) / 12 * 3 + var(--mwm-gutter) * 2);
  }
  .mwm-col-sm-4 {
    width: calc((100% - var(--mwm-gutter) * 11) / 12 * 4 + var(--mwm-gutter) * 3);
  }
  .mwm-col-sm-5 {
    width: calc((100% - var(--mwm-gutter) * 11) / 12 * 5 + var(--mwm-gutter) * 4);
  }
  .mwm-col-sm-6 {
    width: calc((100% - var(--mwm-gutter) * 11) / 12 * 6 + var(--mwm-gutter) * 5);
  }
  .mwm-col-sm-7 {
    width: calc((100% - var(--mwm-gutter) * 11) / 12 * 7 + var(--mwm-gutter) * 6);
  }
  .mwm-col-sm-8 {
    width: calc((100% - var(--mwm-gutter) * 11) / 12 * 8 + var(--mwm-gutter) * 7);
  }
  .mwm-col-sm-9 {
    width: calc((100% - var(--mwm-gutter) * 11) / 12 * 9 + var(--mwm-gutter) * 8);
  }
  .mwm-col-sm-10 {
    width: calc((100% - var(--mwm-gutter) * 11) / 12 * 10 + var(--mwm-gutter) * 9);
  }
  .mwm-col-sm-11 {
    width: calc((100% - var(--mwm-gutter) * 11) / 12 * 11 + var(--mwm-gutter) * 10);
  }
  .mwm-col-sm-12 {
    width: calc((100% - var(--mwm-gutter) * 11) / 12 * 12 + var(--mwm-gutter) * 11);
  }
}
@media (min-width: 768px) {
  .mwm-col-md-1 {
    width: calc((100% - var(--mwm-gutter) * 11) / 12 * 1 + var(--mwm-gutter) * 0);
  }
  .mwm-col-md-2 {
    width: calc((100% - var(--mwm-gutter) * 11) / 12 * 2 + var(--mwm-gutter) * 1);
  }
  .mwm-col-md-3 {
    width: calc((100% - var(--mwm-gutter) * 11) / 12 * 3 + var(--mwm-gutter) * 2);
  }
  .mwm-col-md-4 {
    width: calc((100% - var(--mwm-gutter) * 11) / 12 * 4 + var(--mwm-gutter) * 3);
  }
  .mwm-col-md-5 {
    width: calc((100% - var(--mwm-gutter) * 11) / 12 * 5 + var(--mwm-gutter) * 4);
  }
  .mwm-col-md-6 {
    width: calc((100% - var(--mwm-gutter) * 11) / 12 * 6 + var(--mwm-gutter) * 5);
  }
  .mwm-col-md-7 {
    width: calc((100% - var(--mwm-gutter) * 11) / 12 * 7 + var(--mwm-gutter) * 6);
  }
  .mwm-col-md-8 {
    width: calc((100% - var(--mwm-gutter) * 11) / 12 * 8 + var(--mwm-gutter) * 7);
  }
  .mwm-col-md-9 {
    width: calc((100% - var(--mwm-gutter) * 11) / 12 * 9 + var(--mwm-gutter) * 8);
  }
  .mwm-col-md-10 {
    width: calc((100% - var(--mwm-gutter) * 11) / 12 * 10 + var(--mwm-gutter) * 9);
  }
  .mwm-col-md-11 {
    width: calc((100% - var(--mwm-gutter) * 11) / 12 * 11 + var(--mwm-gutter) * 10);
  }
  .mwm-col-md-12 {
    width: calc((100% - var(--mwm-gutter) * 11) / 12 * 12 + var(--mwm-gutter) * 11);
  }
}
@media (min-width: 992px) {
  .mwm-col-lg-1 {
    width: calc((100% - var(--mwm-gutter) * 11) / 12 * 1 + var(--mwm-gutter) * 0);
  }
  .mwm-col-lg-2 {
    width: calc((100% - var(--mwm-gutter) * 11) / 12 * 2 + var(--mwm-gutter) * 1);
  }
  .mwm-col-lg-3 {
    width: calc((100% - var(--mwm-gutter) * 11) / 12 * 3 + var(--mwm-gutter) * 2);
  }
  .mwm-col-lg-4 {
    width: calc((100% - var(--mwm-gutter) * 11) / 12 * 4 + var(--mwm-gutter) * 3);
  }
  .mwm-col-lg-5 {
    width: calc((100% - var(--mwm-gutter) * 11) / 12 * 5 + var(--mwm-gutter) * 4);
  }
  .mwm-col-lg-6 {
    width: calc((100% - var(--mwm-gutter) * 11) / 12 * 6 + var(--mwm-gutter) * 5);
  }
  .mwm-col-lg-7 {
    width: calc((100% - var(--mwm-gutter) * 11) / 12 * 7 + var(--mwm-gutter) * 6);
  }
  .mwm-col-lg-8 {
    width: calc((100% - var(--mwm-gutter) * 11) / 12 * 8 + var(--mwm-gutter) * 7);
  }
  .mwm-col-lg-9 {
    width: calc((100% - var(--mwm-gutter) * 11) / 12 * 9 + var(--mwm-gutter) * 8);
  }
  .mwm-col-lg-10 {
    width: calc((100% - var(--mwm-gutter) * 11) / 12 * 10 + var(--mwm-gutter) * 9);
  }
  .mwm-col-lg-11 {
    width: calc((100% - var(--mwm-gutter) * 11) / 12 * 11 + var(--mwm-gutter) * 10);
  }
  .mwm-col-lg-12 {
    width: calc((100% - var(--mwm-gutter) * 11) / 12 * 12 + var(--mwm-gutter) * 11);
  }
}
@media (min-width: 1200px) {
  .mwm-col-xl-1 {
    width: calc((100% - var(--mwm-gutter) * 11) / 12 * 1 + var(--mwm-gutter) * 0);
  }
  .mwm-col-xl-2 {
    width: calc((100% - var(--mwm-gutter) * 11) / 12 * 2 + var(--mwm-gutter) * 1);
  }
  .mwm-col-xl-3 {
    width: calc((100% - var(--mwm-gutter) * 11) / 12 * 3 + var(--mwm-gutter) * 2);
  }
  .mwm-col-xl-4 {
    width: calc((100% - var(--mwm-gutter) * 11) / 12 * 4 + var(--mwm-gutter) * 3);
  }
  .mwm-col-xl-5 {
    width: calc((100% - var(--mwm-gutter) * 11) / 12 * 5 + var(--mwm-gutter) * 4);
  }
  .mwm-col-xl-6 {
    width: calc((100% - var(--mwm-gutter) * 11) / 12 * 6 + var(--mwm-gutter) * 5);
  }
  .mwm-col-xl-7 {
    width: calc((100% - var(--mwm-gutter) * 11) / 12 * 7 + var(--mwm-gutter) * 6);
  }
  .mwm-col-xl-8 {
    width: calc((100% - var(--mwm-gutter) * 11) / 12 * 8 + var(--mwm-gutter) * 7);
  }
  .mwm-col-xl-9 {
    width: calc((100% - var(--mwm-gutter) * 11) / 12 * 9 + var(--mwm-gutter) * 8);
  }
  .mwm-col-xl-10 {
    width: calc((100% - var(--mwm-gutter) * 11) / 12 * 10 + var(--mwm-gutter) * 9);
  }
  .mwm-col-xl-11 {
    width: calc((100% - var(--mwm-gutter) * 11) / 12 * 11 + var(--mwm-gutter) * 10);
  }
  .mwm-col-xl-12 {
    width: calc((100% - var(--mwm-gutter) * 11) / 12 * 12 + var(--mwm-gutter) * 11);
  }
}
@media (min-width: 1400px) {
  .mwm-col-xxl-1 {
    width: calc((100% - var(--mwm-gutter) * 11) / 12 * 1 + var(--mwm-gutter) * 0);
  }
  .mwm-col-xxl-2 {
    width: calc((100% - var(--mwm-gutter) * 11) / 12 * 2 + var(--mwm-gutter) * 1);
  }
  .mwm-col-xxl-3 {
    width: calc((100% - var(--mwm-gutter) * 11) / 12 * 3 + var(--mwm-gutter) * 2);
  }
  .mwm-col-xxl-4 {
    width: calc((100% - var(--mwm-gutter) * 11) / 12 * 4 + var(--mwm-gutter) * 3);
  }
  .mwm-col-xxl-5 {
    width: calc((100% - var(--mwm-gutter) * 11) / 12 * 5 + var(--mwm-gutter) * 4);
  }
  .mwm-col-xxl-6 {
    width: calc((100% - var(--mwm-gutter) * 11) / 12 * 6 + var(--mwm-gutter) * 5);
  }
  .mwm-col-xxl-7 {
    width: calc((100% - var(--mwm-gutter) * 11) / 12 * 7 + var(--mwm-gutter) * 6);
  }
  .mwm-col-xxl-8 {
    width: calc((100% - var(--mwm-gutter) * 11) / 12 * 8 + var(--mwm-gutter) * 7);
  }
  .mwm-col-xxl-9 {
    width: calc((100% - var(--mwm-gutter) * 11) / 12 * 9 + var(--mwm-gutter) * 8);
  }
  .mwm-col-xxl-10 {
    width: calc((100% - var(--mwm-gutter) * 11) / 12 * 10 + var(--mwm-gutter) * 9);
  }
  .mwm-col-xxl-11 {
    width: calc((100% - var(--mwm-gutter) * 11) / 12 * 11 + var(--mwm-gutter) * 10);
  }
  .mwm-col-xxl-12 {
    width: calc((100% - var(--mwm-gutter) * 11) / 12 * 12 + var(--mwm-gutter) * 11);
  }
}
.mwm-logos {
  margin-bottom: 5rem;
  margin-top: 2.5rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .mwm-logos {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.mwm-logos__swiper {
  width: 100%;
  overflow: hidden;
}
.mwm-logos__slide {
  width: auto;
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.mwm-logos__slide img {
  display: block;
  width: auto;
  height: auto;
  max-height: 4rem;
}
@media (min-width: 992px) {
  .mwm-logos {
    overflow: visible;
  }
  .mwm-logos__swiper {
    overflow: visible;
  }
  .mwm-logos .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-end;
    gap: 64px;
    transform: none !important;
  }
  .mwm-logos__slide {
    margin: 0 !important;
  }
}

.mwm-container-sm, .mwm-container-lg, .mwm-container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}

.mwm-container {
  max-width: 72rem;
}

.mwm-container-lg {
  max-width: 85rem;
}

.mwm-container-sm {
  max-width: 57rem;
}

.mwm-info {
  padding: 5rem 0;
}
@media (max-width: 767px) {
  .mwm-info {
    padding-bottom: 0;
  }
}
.mwm-info__description, .mwm-info__subtitle, .mwm-info__title,
.mwm-info .mwm-list,
.mwm-info p {
  margin-bottom: 1.5rem;
}
.mwm-info p {
  color: var(--mwm-color-secundario);
}
.mwm-info__logo {
  margin-bottom: 2.5rem;
  width: 100%;
  max-width: 16rem;
}
.mwm-info__right-image {
  width: 100%;
  overflow: hidden;
}
.mwm-info__right-image img {
  width: 100%;
  display: block;
  height: auto;
}
.mwm-info__right-image--1-1 {
  aspect-ratio: 1/1;
}
.mwm-info__right-image--1-1 img {
  height: 100%;
  object-fit: cover;
}
.mwm-info__right-image--4-3 {
  aspect-ratio: 4/3;
}
.mwm-info__right-image--4-3 img {
  height: 100%;
  object-fit: cover;
}
.mwm-info__right-image--16-9 {
  aspect-ratio: 16/9;
}
.mwm-info__right-image--16-9 img {
  height: 100%;
  object-fit: cover;
}
.mwm-info__right-image--3-2 {
  aspect-ratio: 3/2;
}
.mwm-info__right-image--3-2 img {
  height: 100%;
  object-fit: cover;
}
.mwm-info__right-image--21-9 {
  aspect-ratio: 21/9;
}
.mwm-info__right-image--21-9 img {
  height: 100%;
  object-fit: cover;
}
.mwm-info__right-image--2-3 {
  aspect-ratio: 2/3;
}
.mwm-info__right-image--2-3 img {
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .mwm-info__right-image--bottom {
    position: absolute;
    bottom: -5rem;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .mwm-info--image-bottom .mwm-info__image-col {
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mwm-info--image-bottom .mwm-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }
  .mwm-info--image-bottom .mwm-row > .mwm-col:not(.mwm-info__image-col) {
    grid-area: 1/1;
    width: 100% !important;
    max-width: 70%;
    z-index: 2;
  }
  .mwm-info--image-bottom .mwm-info__image-col {
    grid-area: 1/1;
    align-self: stretch;
    justify-self: end;
    z-index: 1;
    width: 58.333% !important;
    max-width: none;
    pointer-events: none;
  }
  .mwm-info--image-bottom .mwm-info__right-image--bottom {
    position: absolute;
    right: 0;
    bottom: -5rem;
    width: 100%;
    opacity: 0.2;
    pointer-events: none;
  }
  .mwm-info--image-bottom .mwm-info__right-image--bottom img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: bottom right;
  }
  .mwm-info--image-bottom.mwm-pb-0 .mwm-info__right-image--bottom {
    bottom: 0;
  }
}

.mwm-goals {
  padding: 5rem 0;
}
.mwm-goals__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  row-gap: 3.75rem;
}
@media (min-width: 768px) {
  .mwm-goals__content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .mwm-goals__content--desktop-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .mwm-goals__content--desktop-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.mwm-goals__toptitle {
  margin-bottom: 0.75rem;
}
.mwm-goals__title {
  margin-bottom: 3.75rem;
}
.mwm-goals .mwm-goal {
  width: 100%;
  min-width: 0;
}

.mwm-payment-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .mwm-payment-layout {
    grid-template-columns: 1fr 14.12rem 25.5rem;
    gap: 4.5rem;
  }
}
.mwm-payment-layout__col {
  min-width: 0;
}

.mwm-contact {
  padding: 4.5rem 0;
}
.mwm-contact__content {
  text-align: center;
  max-width: 32rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 3.5rem;
}
.mwm-contact__content > * {
  margin-bottom: 0;
}
.mwm-contact__subtitle {
  margin-bottom: 0.75rem;
}
.mwm-contact__title {
  margin-bottom: 1.25rem;
}
.mwm-contact__shortcode {
  margin-top: 0;
}

.mwm-header {
  position: relative;
  z-index: 100;
  padding: 1rem 0;
  background-color: var(--mwm-color-principal);
}
.mwm-header .mwm-container {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
}

.mwm-logo {
  display: block;
  max-width: 16rem;
  width: 100%;
}

.mwm-navbar {
  color: var(--mwm-color-blanco);
}
.mwm-navbar ul {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
.mwm-navbar a:not(.mwm-button) {
  display: block;
  padding: 0.75rem 0;
}
.mwm-navbar a:not(.mwm-button):hover,
.mwm-navbar a:not(.mwm-button).active,
.mwm-navbar li.current_page_item a {
  text-decoration: underline var(--mwm-color-gris2);
}

.mwm-navbar-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 0.35rem;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0.5rem;
  border: 0;
  border-radius: 0.25rem;
  background: transparent;
  color: var(--mwm-color-blanco);
  cursor: pointer;
}

.mwm-navbar-toggle__line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.mwm-navbar-toggle.is-open .mwm-navbar-toggle__line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.mwm-navbar-toggle.is-open .mwm-navbar-toggle__line:nth-child(2) {
  opacity: 0;
}

.mwm-navbar-toggle.is-open .mwm-navbar-toggle__line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

@media (max-width: 992px) {
  .mwm-header {
    z-index: 1100;
  }
  .mwm-header .mwm-container {
    position: relative;
    z-index: 1;
  }
  .mwm-navbar-toggle {
    position: relative;
    z-index: 2;
    display: inline-flex;
  }
  .mwm-navbar {
    display: none;
    position: absolute;
    top: calc(100% + 0.75rem);
    left: 0;
    right: 0;
    z-index: 1100;
    padding: 1rem;
    background-color: var(--mwm-color-secundario);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.18);
  }
  .mwm-navbar.is-open {
    display: block;
  }
  .mwm-navbar ul {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
  }
  .mwm-navbar a:not(.mwm-button) {
    padding: 0.25rem 0;
  }
}
.mwm-button {
  color: var(--mwm-color-gris1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 0.5rem;
  border-radius: 8px;
  border: 1px solid transparent;
  box-sizing: border-box;
  padding: 1em 1.5em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-color: #0057b5;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-family: var(--mwm-font-desktop-texto-font-family);
  font-weight: var(--mwm-font-desktop-texto-font-weight);
  font-size: var(--mwm-font-desktop-texto-font-size);
  line-height: var(--mwm-font-desktop-texto-line-height);
  letter-spacing: var(--mwm-font-desktop-texto-letter-spacing);
}
.mwm-button--small {
  padding: 0.5em 1em;
  gap: 0.5rem;
  font-family: var(--mwm-font-desktop-texto-secundario-font-family);
  font-weight: var(--mwm-font-desktop-texto-secundario-font-weight);
  font-size: var(--mwm-font-desktop-texto-secundario-font-size);
  line-height: var(--mwm-font-desktop-texto-secundario-line-height);
  letter-spacing: var(--mwm-font-desktop-texto-secundario-letter-spacing);
}
.mwm-button:hover {
  background-color: var(--mwm-color-secundario);
  color: var(--mwm-color-gris1);
}
.mwm-button:focus-visible {
  outline: 2px solid #0057b5;
  outline-offset: 2px;
}
.mwm-button:disabled, .mwm-button[aria-disabled=true] {
  background-color: #717171;
  border-color: transparent;
  color: #f8f8f8;
  cursor: not-allowed;
  opacity: 0.85;
  pointer-events: none;
}
.mwm-button--secondary {
  background-color: var(--mwm-color-gris1);
  color: var(--mwm-color-principal);
  border-color: var(--mwm-color-gris1);
}
.mwm-button--secondary:hover {
  background-color: transparent;
  color: var(--mwm-color-gris1);
}
.mwm-button--ghost {
  background-color: transparent;
  border-color: #0057b5;
  color: #0057b5;
}
.mwm-button--ghost:hover {
  background-color: transparent;
  border-color: #052438;
  color: #052438;
}
.mwm-button--ghost:disabled, .mwm-button--ghost[aria-disabled=true] {
  background-color: transparent;
  border-color: #717171;
  color: #717171;
}
.mwm-button__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mwm-button__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.mwm-button__icon--small {
  width: 16px;
  height: 16px;
}
.mwm-button__label {
  flex-shrink: 0;
  /* Desktop/Texto */
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.mwm-footer {
  color: var(--mwm-color-blanco);
}

.mwm-footer__top {
  background-color: var(--mwm-color-principal);
  padding: 5rem 0;
}

.mwm-footer__main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 5rem;
}

.mwm-footer__brand {
  max-width: 16rem;
}

.mwm-footer__logo-link {
  display: block;
  margin-bottom: 1.5rem;
}

.mwm-footer__logo {
  display: block;
  width: 100%;
  max-width: 16rem;
  height: auto;
}

.mwm-footer__description {
  margin-bottom: 1.5rem;
}

.mwm-footer__loteria {
  display: block;
  width: 100%;
  max-width: 4rem;
  height: auto;
}

.mwm-footer__nav {
  display: flex;
  align-items: flex-start;
  gap: 2.5rem;
}

.mwm-footer__column {
  min-width: 12rem;
}

.mwm-footer__title {
  margin-bottom: 1rem;
  font-family: var(--mwm-font-desktop-texto-font-family);
  font-weight: 700;
  font-size: var(--mwm-font-desktop-texto-font-size);
  line-height: var(--mwm-font-desktop-texto-line-height);
  letter-spacing: var(--mwm-font-desktop-texto-letter-spacing);
}

.mwm-footer__list {
  display: flex;
  flex-direction: column;
}

.mwm-footer__link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
  border-radius: 0.25rem;
  font-family: var(--mwm-font-desktop-texto-secundario-font-family);
  font-weight: var(--mwm-font-desktop-texto-secundario-font-weight);
  font-size: var(--mwm-font-desktop-texto-secundario-font-size);
  line-height: var(--mwm-font-desktop-texto-secundario-line-height);
  letter-spacing: var(--mwm-font-desktop-texto-secundario-letter-spacing);
  color: var(--mwm-color-blanco);
  transition: background-color 0.3s ease, color 0.3s ease;
}
.mwm-footer__link:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.mwm-footer__link:focus-visible {
  outline: 2px solid var(--mwm-color-blanco);
  outline-offset: 2px;
}

.mwm-footer .current-menu-item a {
  background-color: rgba(255, 255, 255, 0.1);
}

.mwm-footer__link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  font-size: 0.875rem;
  line-height: 1;
}

.mwm-footer__bottom {
  background-color: var(--mwm-color-secundario);
  padding: 1.5rem 0;
}

.mwm-footer__bottom-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.mwm-footer__legal,
.mwm-footer__responsibility-text {
  font-family: var(--mwm-font-desktop-detalles-font-family);
  font-weight: var(--mwm-font-desktop-detalles-font-weight);
  font-size: var(--mwm-font-desktop-detalles-font-size);
  line-height: var(--mwm-font-desktop-detalles-line-height);
  letter-spacing: var(--mwm-font-desktop-detalles-letter-spacing);
}

.mwm-footer__responsibility {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}

.mwm-footer__responsibility-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 2px solid var(--mwm-color-blanco);
  border-radius: 50%;
  font-family: var(--mwm-font-desktop-texto-font-family);
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1;
}

.mwm-footer__logos {
  display: flex;
  margin-top: 2.5rem;
  justify-content: flex-end;
  gap: 2rem;
  flex-wrap: wrap;
}
.mwm-footer__logos img {
  display: block;
}

@media (max-width: 72rem) {
  .mwm-footer__top {
    padding: 4rem 0;
  }
  .mwm-footer__main {
    flex-direction: column;
    gap: 2.5rem;
  }
  .mwm-footer__nav {
    flex-wrap: wrap;
    row-gap: 2rem;
  }
}
@media (max-width: 48rem) {
  .mwm-footer__top {
    padding: 3rem 0;
  }
  .mwm-footer__nav {
    flex-direction: column;
    gap: 2rem;
  }
  .mwm-footer__bottom-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
.wp-block-mwm-banner {
  box-sizing: border-box;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.mwm-banner-block {
  display: block;
  width: 100%;
  max-width: none;
}

.mwm-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  overflow: hidden;
  background-color: var(--mwm-color-resalto);
}
.mwm-banner--has-aspect-ratio {
  aspect-ratio: var(--mwm-banner-aspect-ratio);
}
.mwm-banner__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}
.mwm-banner__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  .mwm-banner__content {
    width: 50%;
  }
}
.mwm-banner__image {
  display: block;
  width: 100%;
  max-width: 24rem;
  height: auto;
}
.mwm-banner--aspect-auto {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}
.mwm-banner--aspect-auto:has(.mwm-banner__content) .mwm-banner__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.mwm-banner--aspect-auto:has(.mwm-banner__content) .mwm-banner__content {
  position: relative;
  flex-shrink: 0;
  margin-left: auto;
  padding: 3rem 1rem;
}
.mwm-banner--aspect-auto:not(:has(.mwm-banner__content)) .mwm-banner__bg {
  position: relative;
  width: 100%;
  height: auto;
  object-fit: unset;
  object-position: center;
}
@media (min-width: 992px) {
  .mwm-banner--aspect-auto:has(.mwm-banner__content) .mwm-banner__content {
    padding: 3rem 2rem;
  }
}

.mwm-list {
  color: var(--mwm-color-secundario);
}
.mwm-list__item {
  gap: 1rem;
  display: flex;
  align-items: center;
  white-space: pre-line;
}
.mwm-list__item::before {
  content: url("../img/iconos/check.svg");
  display: block;
  position: relative;
}
.mwm-list__item:not(:last-child) {
  margin-bottom: 1rem;
}

.mwm-goal__title {
  color: var(--mwm-color-principal);
  font-family: var(--mwm-font-desktop-texto-medium-font-family);
  font-weight: var(--mwm-font-desktop-texto-medium-font-weight);
  font-size: var(--mwm-font-desktop-texto-medium-font-size);
  line-height: var(--mwm-font-desktop-texto-medium-line-height);
  letter-spacing: var(--mwm-font-desktop-texto-medium-letter-spacing);
  margin-bottom: 1rem;
}
.mwm-goal__icon {
  width: 3.5rem;
  margin-bottom: 1.5rem;
}
.mwm-goal p {
  color: var(--mwm-color-secundario);
}

.box {
  border-radius: 1rem;
  background: var(--mwm-color-principal);
  color: var(--mwm-color-blanco);
  padding: 1.5rem;
  display: flex;
  gap: 1rem;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.box p {
  margin: 0;
  color: inherit;
  font-size: var(--mwm-font-desktop-texto-font-size);
  line-height: var(--mwm-font-desktop-texto-line-height);
  letter-spacing: var(--mwm-font-desktop-texto-letter-spacing);
  font-weight: var(--mwm-font-desktop-texto-font-weight);
  font-family: var(--mwm-font-desktop-texto-font-family);
  text-wrap: pretty;
}
.box p.box__meta {
  font-size: var(--mwm-font-desktop-h4-h5-h6-font-size);
  line-height: var(--mwm-font-desktop-h4-h5-h6-line-height);
  letter-spacing: var(--mwm-font-desktop-h4-h5-h6-letter-spacing);
  font-weight: var(--mwm-font-desktop-h4-h5-h6-font-weight);
  font-family: var(--mwm-font-desktop-h4-h5-h6-font-family);
}

.mwm-form {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  max-width: 60rem;
  margin-right: auto;
  margin-left: auto;
}
.mwm-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.mwm-form .wpcf7-not-valid-tip {
  margin-top: 0.25rem;
  font-family: var(--mwm-font-desktop-texto-secundario-font-family);
  font-size: var(--mwm-font-desktop-texto-secundario-font-size);
  line-height: var(--mwm-font-desktop-texto-secundario-line-height);
  color: var(--mwm-color-error);
}
.mwm-form .wpcf7-response-output {
  margin: 0;
  padding: 0.75rem 0 0;
  font-family: var(--mwm-font-desktop-texto-secundario-font-family);
  font-size: var(--mwm-font-desktop-texto-secundario-font-size);
  line-height: var(--mwm-font-desktop-texto-secundario-line-height);
}
.mwm-form__field {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.mwm-form__field br {
  display: none !important;
}
.mwm-form__field label {
  color: var(--mwm-color-principal);
  font-family: Inter;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem; /* 133.333% */
  margin-bottom: 0.5rem !important;
  display: block !important;
}
.mwm-form input[type=text],
.mwm-form input[type=email],
.mwm-form input[type=tel],
.mwm-form input[type=url],
.mwm-form input[type=number],
.mwm-form textarea {
  width: 100%;
  margin: 0;
  padding: 1rem 1.5rem;
  border: 1px solid var(--mwm-color-principal);
  box-sizing: border-box;
  background-color: transparent;
  color: var(--mwm-color-principal-dark);
  font-family: var(--mwm-font-desktop-texto-font-family);
  font-weight: var(--mwm-font-desktop-texto-font-weight);
  font-size: var(--mwm-font-desktop-texto-font-size);
  line-height: var(--mwm-font-desktop-texto-line-height);
  letter-spacing: var(--mwm-font-desktop-texto-letter-spacing);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.mwm-form input[type=text]::placeholder,
.mwm-form input[type=email]::placeholder,
.mwm-form input[type=tel]::placeholder,
.mwm-form input[type=url]::placeholder,
.mwm-form input[type=number]::placeholder,
.mwm-form textarea::placeholder {
  color: var(--mwm-color-gris3);
}
.mwm-form input[type=text]:focus,
.mwm-form input[type=email]:focus,
.mwm-form input[type=tel]:focus,
.mwm-form input[type=url]:focus,
.mwm-form input[type=number]:focus,
.mwm-form textarea:focus {
  outline: none;
  border: 1px solid var(--mwm-color-blanco);
  background: var(--mwm-color-blanco);
  box-shadow: 0 0 0 3px #F8AD76;
}
.mwm-form input[type=text]::placeholder,
.mwm-form input[type=email]::placeholder,
.mwm-form input[type=tel]::placeholder,
.mwm-form input[type=url]::placeholder,
.mwm-form input[type=number]::placeholder,
.mwm-form textarea::placeholder {
  color: var(--mwm-color-principal);
}
.mwm-form input[type=text]:not(:placeholder-shown),
.mwm-form input[type=email]:not(:placeholder-shown),
.mwm-form input[type=tel]:not(:placeholder-shown),
.mwm-form input[type=url]:not(:placeholder-shown),
.mwm-form input[type=number]:not(:placeholder-shown),
.mwm-form textarea:not(:placeholder-shown) {
  border: 1px solid var(--mwm-color-principal-dark) !important;
  box-shadow: 0 0 0 0 #F8AD76;
}
.mwm-form input[type=text]:not(:placeholder-shown):invalid,
.mwm-form input[type=email]:not(:placeholder-shown):invalid,
.mwm-form input[type=tel]:not(:placeholder-shown):invalid,
.mwm-form input[type=url]:not(:placeholder-shown):invalid,
.mwm-form input[type=number]:not(:placeholder-shown):invalid,
.mwm-form textarea:not(:placeholder-shown):invalid {
  border: 1px solid var(--mwm-color-error) !important;
}
.mwm-form textarea {
  resize: vertical;
}
.mwm-form__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25rem 1.5rem;
}
.mwm-form__choices {
  flex: 1 1 18rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
}
.mwm-form__choices br {
  display: none !important;
}
.mwm-form__choice label {
  display: flex;
  align-items: center !important;
  gap: 0.5rem !important;
  cursor: pointer;
  font-family: var(--mwm-font-desktop-detalles-font-family);
  font-weight: var(--mwm-font-desktop-detalles-font-weight);
  font-size: var(--mwm-font-desktop-detalles-font-size);
  line-height: var(--mwm-font-desktop-detalles-line-height);
  letter-spacing: var(--mwm-font-desktop-detalles-letter-spacing);
  color: var(--mwm-color-principal);
}
.mwm-form__choice input[type=checkbox],
.mwm-form .wpcf7-acceptance input[type=checkbox] {
  flex-shrink: 0;
  width: 2rem !important;
  height: 2rem !important;
  margin: 0;
  margin-top: 0.2em;
  accent-color: #0057b5 !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid var(--mwm-color-principal);
  background-color: transparent;
  cursor: pointer;
}
.mwm-form__choice input[type=checkbox]:checked,
.mwm-form .wpcf7-acceptance input[type=checkbox]:checked {
  background-color: var(--mwm-color-principal);
  border-color: var(--mwm-color-gris3);
  box-shadow: 0 0 0 0.2rem var(--mwm-color-blanco) inset;
}
.mwm-form .wpcf7-acceptance .wpcf7-list-item label {
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  cursor: pointer;
  font-family: var(--mwm-font-desktop-detalles-font-family);
  font-weight: var(--mwm-font-desktop-detalles-font-weight);
  font-size: var(--mwm-font-desktop-detalles-font-size);
  line-height: var(--mwm-font-desktop-detalles-line-height);
  letter-spacing: var(--mwm-font-desktop-detalles-letter-spacing);
  color: var(--mwm-color-principal);
}
.mwm-form__choice a {
  text-decoration: underline;
  text-underline-offset: 2px;
  color: var(--mwm-color-principal);
}
.mwm-form__submit {
  flex-shrink: 0;
  align-self: center;
}
@media (max-width: 767px) {
  .mwm-form__submit {
    align-self: stretch;
  }
  .mwm-form__submit .mwm-button {
    width: 100%;
    justify-content: center;
  }
}
.mwm-form .wpcf7-list-item {
  margin: 0 !important;
}
.mwm-form .wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  cursor: pointer;
}
.mwm-form .wpcf7-checkbox input[type=checkbox] {
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
  margin-top: 0.2em;
  accent-color: #0057b5;
}
.mwm-form input[type=submit],
.mwm-form input.wpcf7-submit,
.mwm-form button.wpcf7-submit:not(.mwm-button) {
  appearance: none;
  color: var(--mwm-color-gris1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5em 1em;
  border-radius: 8px;
  border: 1px solid transparent;
  box-sizing: border-box;
  cursor: pointer;
  background-color: #0057b5;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-family: var(--mwm-font-desktop-texto-secundario-font-family);
  font-weight: var(--mwm-font-desktop-texto-secundario-font-weight);
  font-size: var(--mwm-font-desktop-texto-secundario-font-size);
  line-height: var(--mwm-font-desktop-texto-secundario-line-height);
  letter-spacing: var(--mwm-font-desktop-texto-secundario-letter-spacing);
}
.mwm-form input[type=submit]:hover,
.mwm-form input.wpcf7-submit:hover,
.mwm-form button.wpcf7-submit:not(.mwm-button):hover {
  background-color: var(--mwm-color-secundario);
  color: var(--mwm-color-gris1);
}
.mwm-form input[type=submit]:focus-visible,
.mwm-form input.wpcf7-submit:focus-visible,
.mwm-form button.wpcf7-submit:not(.mwm-button):focus-visible {
  outline: 2px solid #0057b5;
  outline-offset: 2px;
}
.mwm-form input[type=submit]:disabled,
.mwm-form input.wpcf7-submit:disabled,
.mwm-form button.wpcf7-submit:not(.mwm-button):disabled {
  background-color: #717171;
  color: var(--mwm-color-gris1);
  cursor: not-allowed;
  opacity: 0.85;
}

.wpcf7-form.submitting [type=submit],
.wpcf7-form.submitting input.wpcf7-submit,
.wpcf7-form.submitting button.wpcf7-submit:not(.mwm-button) {
  background-color: var(--mwm-color-gris3);
  color: var(--mwm-color-gris1);
  cursor: not-allowed;
  opacity: 0.85;
  pointer-events: none;
}

.mwm-alert,
.wpcf7-response-output {
  border: none !important;
  background-color: var(--mwm-color-principal) !important;
  color: var(--mwm-color-blanco) !important;
  padding: 0.75rem 1rem !important;
  align-items: center !important;
  gap: 1rem !important;
  max-width: 60rem !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
.mwm-alert__icon,
.wpcf7-response-output__icon {
  width: 2.25rem;
  height: 2.25rem;
}
.mwm-alert__title, .mwm-alert__description,
.wpcf7-response-output__title,
.wpcf7-response-output__description {
  font-family: var(--mwm-font-desktop-texto-medium-font-family);
  font-weight: var(--mwm-font-desktop-texto-medium-font-weight);
  font-size: var(--mwm-font-desktop-texto-medium-font-size);
  line-height: var(--mwm-font-desktop-texto-medium-line-height);
  letter-spacing: var(--mwm-font-desktop-texto-medium-letter-spacing);
}

.mwm-newsletter {
  background: var(--mwm-color-resalto);
  padding: 4.5rem 0;
}
.mwm-newsletter__form, .mwm-newsletter__shortcode {
  display: block;
  max-width: 100%;
  margin-right: initial;
  margin-left: initial;
  width: 100%;
}
.mwm-newsletter__shortcode .wpcf7 {
  width: 100%;
}
.mwm-newsletter__shortcode .wpcf7-form {
  max-width: 100%;
  margin-right: initial;
  margin-left: initial;
}
.mwm-newsletter__shortcode br {
  display: none !important;
}
.mwm-newsletter__shortcode .mwm-newsletter__form-fields > p,
.mwm-newsletter__shortcode .mwm-newsletter__form-fields .mwm-form__field > p,
.mwm-newsletter__shortcode .mwm-newsletter__form-fields > div > p {
  margin: 0;
  display: contents;
}
.mwm-newsletter__shortcode .mwm-newsletter__form-fields .mwm-form__field {
  flex: 1 1 auto;
  min-width: 0;
}
.mwm-newsletter__shortcode .mwm-newsletter__form-fields > div > p {
  display: flex;
  align-items: flex-end;
}
.mwm-newsletter__shortcode .mwm-form__choice > p {
  margin: 0;
}
.mwm-newsletter__shortcode .mwm-form__choice .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.mwm-newsletter__shortcode .mwm-form__choice .wpcf7-list-item {
  margin: 0 !important;
}
.mwm-newsletter__shortcode .mwm-form__choice .wpcf7-list-item label {
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  cursor: pointer;
  font-family: var(--mwm-font-desktop-detalles-font-family);
  font-weight: var(--mwm-font-desktop-detalles-font-weight);
  font-size: var(--mwm-font-desktop-detalles-font-size);
  line-height: var(--mwm-font-desktop-detalles-line-height);
  letter-spacing: var(--mwm-font-desktop-detalles-letter-spacing);
  color: var(--mwm-color-principal);
}
.mwm-newsletter__shortcode .mwm-form__choice .wpcf7-acceptance input[type=checkbox] {
  flex-shrink: 0;
  width: 2rem !important;
  height: 2rem !important;
  margin: 0;
  accent-color: var(--mwm-color-principal) !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid var(--mwm-color-principal);
  background-color: transparent;
  cursor: pointer;
}
.mwm-newsletter__shortcode .mwm-form__choice .wpcf7-acceptance input[type=checkbox]:checked {
  background-color: var(--mwm-color-principal);
  border-color: var(--mwm-color-gris3);
  box-shadow: 0 0 0 0.2rem var(--mwm-color-blanco) inset;
}
.mwm-newsletter__shortcode .mwm-form__choice a {
  text-decoration: underline;
  text-underline-offset: 2px;
  color: var(--mwm-color-principal);
}
.mwm-newsletter__shortcode button.wpcf7-submit.mwm-button:disabled {
  background-color: var(--mwm-color-gris3);
  cursor: not-allowed;
  opacity: 0.85;
}
.mwm-newsletter__form-fields {
  display: flex;
  gap: 1.5rem;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .mwm-newsletter__form-fields {
    flex-direction: row;
    align-items: flex-end;
  }
}
.mwm-newsletter__info {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-direction: column;
}
@media (min-width: 992px) {
  .mwm-newsletter__info {
    flex-direction: row;
  }
}
.mwm-newsletter__content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.mwm-newsletter .mwm-container {
  display: grid;
  gap: 4rem;
  align-items: center;
}
@media (min-width: 992px) {
  .mwm-newsletter .mwm-container {
    grid-template-columns: 1fr 1fr;
  }
}

.mwm-normal-page {
  padding-top: 5rem;
  padding-bottom: 10rem;
  color: var(--mwm-color-principal);
}
.mwm-normal-page p,
.mwm-normal-page ul,
.mwm-normal-page h1,
.mwm-normal-page h2,
.mwm-normal-page h3,
.mwm-normal-page h4 {
  margin-bottom: 1.5rem;
}
.mwm-normal-page h2 {
  /* Desktop/H4, H5, H6 */
  font-family: var(--mwm-font-desktop-h4-h5-h6-font-family);
  font-weight: var(--mwm-font-desktop-h4-h5-h6-font-weight);
  font-size: var(--mwm-font-desktop-h4-h5-h6-font-size);
  line-height: var(--mwm-font-desktop-h4-h5-h6-line-height);
  letter-spacing: var(--mwm-font-desktop-h4-h5-h6-letter-spacing);
}
.mwm-normal-page ul {
  list-style: disc;
  list-style-position: inside;
  padding-left: 0.5rem;
}
.mwm-normal-page ul li {
  margin-bottom: 0.25rem;
}

.mwm-info--error-404 {
  min-height: 50vh;
}

.mwm-error-404__heading {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.mwm-error-404__code {
  display: block;
  font-family: var(--mwm-font-desktop-h1-font-family);
  font-weight: var(--mwm-font-desktop-h1-font-weight);
  font-size: clamp(3.5rem, 12vw, 5.5rem);
  line-height: 1;
  letter-spacing: var(--mwm-font-desktop-h1-letter-spacing);
  color: #0057b5;
}

.mwm-error-404__heading-text {
  display: block;
}

.mwm-error-404__actions {
  margin-bottom: 0;
  margin-top: 0.5rem;
}

.w-full {
  width: 100% !important;
}

.mwm-mb-normal {
  margin-bottom: 0.5rem !important;
}

.mwm-mb-75 {
  margin-bottom: 0.75rem !important;
}

.mwm-mb-xl {
  margin-bottom: 2.5rem !important;
}

.mwm-pt-0 {
  padding-top: 0 !important;
}

.mwm-pb-0 {
  padding-bottom: 0 !important;
}

.mwm-mb-16 {
  margin-bottom: 1.6rem !important;
}

.mwm-color-principal {
  color: var(--mwm-color-principal) !important;
}

.mwm-bg-resalto {
  background-color: var(--mwm-color-resalto) !important;
}

.mwm-color-secundario {
  color: var(--mwm-color-secundario) !important;
}

.aspect-6-5 {
  aspect-ratio: 6/5;
  object-fit: cover;
}

.aspect-4-2 {
  aspect-ratio: 4/2;
  object-fit: cover;
}

.mwm-flex {
  display: flex;
}

.mwm-items-center {
  align-items: center;
}

.mwm-align-end {
  align-items: flex-end;
}

/*# sourceMappingURL=main.css.map */
