@import url(https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wdth,wght@0,62.5..100,100..900;1,62.5..100,100..900&display=swap);
:root {
  --gobmx-risco: rgba(230, 209, 148, 1); /* (Risco) PANTONE 7402 C */
  --gobmx-brocade: rgba(165, 127, 44, 1); /* (Brocado) PANTONE 1255 C */
  --gobmx-grosella: rgba(155, 34, 71, 1); /* (Grosella) PANTONE 7420 C */
  --gobmx-malbec: rgba(97, 18, 50, 1); /* (Malbec) PANTONE 7421 C */
  --gobmx-green-military: rgba( 0, 47, 42, 1); /* (Verde Militar) PANTONE 627 C */
  --gobmx-green-flag: rgba(30, 91, 79, 1); /* (Verde Bandera) PANTONE 626 C */
  --gobmx-neutral-black: rgba(22, 26, 29, 1); /* PANTONE Neutral Black C */
  --gobmx-cool-gray: rgba(152, 152, 154, 1); /* PANTONE Cool Gray 7 C */
  --gobmx-gray-70: rgba(77, 77, 77, 1); /* Negro 70% */
  --gobmx-gray-50: rgba(128, 128, 128, 1); /* Negro 50% */
  --gobmx-gray-20: rgba(204, 204, 204, 1); /* Negro 20% */
  --gobmx-gray-5: rgba(230, 230, 230, 1); /* Negro 20% */
  /**
  * Colores semitransparentes al 30%
  **/
  --gobmx-risco-t30: rgba(230, 209, 148, 0.3);
  --gobmx-brocade-t30: rgba(165, 127, 44, 0.3);
  --gobmx-grosella-t30: rgba(155, 34, 71, 0.3);
  --gobmx-malbec-t30: rgba(97, 18, 50, 0.3);
  --gobmx-green-military-t30: rgba(0, 47, 42, 0.3);
  --gobmx-green-flag-t30: rgba(30, 91, 79, 0.3);
  --gobmx-neutral-black-t30: rgba(22, 26, 29, 0.3);
  --gobmx-cool-gray-t30: rgba(152, 152, 154, 0.3);
  --gobmx-gray-70-t30: rgba(77, 77, 77, 0.3);
  --gobmx-gray-50-t30: rgba(128, 128, 128, 0.3);
  --gobmx-gray-20-t30: rgba(204, 204, 204, 0.3);
}

.noto-sans-100 {
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.noto-sans-200 {
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.noto-sans-300 {
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.noto-sans-400 {
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.noto-sans-500 {
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.noto-sans-600 {
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.noto-sans-700 {
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.noto-sans-800 {
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.noto-sans-900 {
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.noto-sans-100-condensed {
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-variation-settings: "wdth" 75;
}

.noto-sans-200-condensed {
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-variation-settings: "wdth" 75;
}

.noto-sans-300-condensed {
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 75;
}

.noto-sans-400-condensed {
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 75;
}

.noto-sans-500-condensed {
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 75;
}

.noto-sans-600-condensed {
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 75;
}

.noto-sans-700-condensed {
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 75;
}

.noto-sans-800-condensed {
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-variation-settings: "wdth" 75;
}

.noto-sans-900-condensed {
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-variation-settings: "wdth" 75;
}

.noto-sans-100-semicondensed {
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-variation-settings: "wdth" 87.5;
}

.noto-sans-200-semicondensed {
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-variation-settings: "wdth" 87.5;
}

.noto-sans-300-semicondensed {
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 87.5;
}

.noto-sans-400-semicondensed {
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 87.5;
}

.noto-sans-500-semicondensed {
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 87.5;
}

.noto-sans-600-semicondensed {
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 87.5;
}

.noto-sans-700-semicondensed {
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 87.5;
}

.noto-sans-800-semicondensed {
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-variation-settings: "wdth" 87.5;
}

.noto-sans-900-semicondensed {
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-variation-settings: "wdth" 87.5;
}

.noto-sans-100-extracondensed {
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-variation-settings: "wdth" 62.5;
}

.noto-sans-200-extracondensed {
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-variation-settings: "wdth" 62.5;
}

.noto-sans-300-extracondensed {
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 62.5;
}

.noto-sans-400-extracondensed {
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 62.5;
}

.noto-sans-500-extracondensed {
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 62.5;
}

.noto-sans-600-extracondensed {
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 62.5;
}

.noto-sans-700-extracondensed {
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 62.5;
}

.noto-sans-800-extracondensed {
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-variation-settings: "wdth" 62.5;
}

.noto-sans-900-extracondensed {
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-variation-settings: "wdth" 62.5;
}

@font-face {
  font-family: "Patria";
  font-display: swap;
  font-style: normal;
  font-weight: 300;
  src: url(../../assets/fonts/patria/patria_light.eot);
  src: local('Patria capitalize("light")'), local('Patriacapitalize("light")'), url(../../assets/fonts/patria/patria_light.eot?#iefix) format("embedded-opentype"), url(../../assets/fonts/patria/patria_light.woff2) format("woff2"), url(../../assets/fonts/patria/patria_light.woff) format("woff"), url(../../assets/fonts/patria/patria_light.ttf) format("truetype"), url(../../assets/fonts/patria/patria_light.svg#Patriacapitalize("light")) format("svg");
}
@font-face {
  font-family: "Patria";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url(../../assets/fonts/patria/patria_regular.eot);
  src: local('Patria capitalize("regular")'), local('Patriacapitalize("regular")'), url(../../assets/fonts/patria/patria_regular.eot?#iefix) format("embedded-opentype"), url(../../assets/fonts/patria/patria_regular.woff2) format("woff2"), url(../../assets/fonts/patria/patria_regular.woff) format("woff"), url(../../assets/fonts/patria/patria_regular.ttf) format("truetype"), url(../../assets/fonts/patria/patria_regular.svg#Patriacapitalize("regular")) format("svg");
}
@font-face {
  font-family: "Patria";
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: url(../../assets/fonts/patria/patria_bold.eot);
  src: local('Patria capitalize("bold")'), local('Patriacapitalize("bold")'), url(../../assets/fonts/patria/patria_bold.eot?#iefix) format("embedded-opentype"), url(../../assets/fonts/patria/patria_bold.woff2) format("woff2"), url(../../assets/fonts/patria/patria_bold.woff) format("woff"), url(../../assets/fonts/patria/patria_bold.ttf) format("truetype"), url(../../assets/fonts/patria/patria_bold.svg#Patriacapitalize("bold")) format("svg");
}
/* Secihti 2430 */
/* Secihti 2430 */
/* Secihti 2430 */
/* Secihti 2430 */
/* Secihti 2430 */
* {
  transition: all 200ms linear;
  font-style: normal;
  font-weight: normal;
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
}
* a {
  color: inherit;
}

a {
  background-color: transparent;
  color: var(--gobmx-malbec);
  font-family: "Noto Sans", serif;
  text-decoration: none;
}
a:active, a:hover {
  color: var(--gobmx-brocade);
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

.site-title,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: var(--gobmx-malbec);
  overflow-wrap: break-word;
}
.site-title a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: lighter;
  line-height: 1.4;
}

h1,
h2 {
  font-weight: bold;
}

h3,
h4,
h5,
h6 {
  font-weight: normal;
}

:where(.wp-block-calendar table:not(.has-background)) th {
  background: var(--gobmx-grosella);
  color: var(--gobmx-risco);
}

.wp-block-calendar th {
  font-weight: bold;
}

table tbody > tr:nth-child(2n+1) > td,
table tbody > tr:nth-child(2n+1) > th {
  background-color: var(--gobmx-grosella-t30);
}

.wp-block-calendar table:where(:not(.has-text-color)) td,
.wp-block-calendar table:where(:not(.has-text-color)) th {
  border-color: var(--gobmx-malbec-t30);
}

table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: var(--gobmx-risco-t30);
}

[type=button],
[type=submit],
button {
  border: 1px solid var(--gobmx-green-military);
  color: var(--gobmx-green-military);
}

[type=button]:focus, [type=button]:hover {
  background-color: var(--gobmx-green-military);
  color: var(--gobmx-gray-20);
  text-decoration: none;
}

[type=submit]:focus, [type=submit]:hover {
  background-color: var(--gobmx-green-military);
  color: var(--gobmx-gray-20);
  text-decoration: none;
}

button:focus, button:hover {
  background-color: var(--gobmx-green-military);
  color: var(--gobmx-gray-20);
  text-decoration: none;
}

dl dt {
  font-weight: bold;
}
dl dd {
  font-weight: light;
}

var {
  color: var(--gobmx-green-flag);
}

blockquote,
q,
kbd {
  margin: var(--wp--preset--spacing--50);
  box-shadow: var(--wp--preset--shadow--natural);
  border: 1px solid var(--gobmx-brocade-t30);
  border-radius: 20px;
  background-color: var(--gobmx-risco-t30);
  padding: var(--wp--preset--spacing--50);
  color: var(--gobmx-neutral-black);
}
blockquote p,
q p,
kbd p {
  font-style: italic;
  line-height: 1.5;
  text-align: center;
}
blockquote p cite,
q p cite,
kbd p cite {
  padding-top: var(--wp--preset--spacing--80);
  font-size: var(--wp--preset--font-size--small);
}

q,
kbd,
cite {
  display: inline;
  margin: 0;
  box-shadow: none;
  border: none;
  border-radius: 5px;
  padding: 0.5rem;
  font-style: italic;
}

cite {
  font-weight: 200;
}

acronym,
abbr {
  font-style: italic;
  font-weight: 700;
}

abbr {
  font-weight: 800;
}

kbd {
  box-shadow: var(--wp--preset--shadow--crisp);
  border: thin solid var(--gobmx-brocade);
}

ins {
  font-style: italic;
  font-family: "Courier New", Courier, monospace;
}

em {
  font-style: italic;
}

figcaption {
  box-sizing: border-box;
  margin: 0 1rem;
  background-color: var(--gobmx-risco);
  padding: var(--wp--preset--spacing--20);
  font-size: var(--wp--preset--font-size--small);
}

address {
  display: block;
  margin: 1rem 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-left: 4px solid var(--gobmx-brocade);
  border-radius: 4px;
  background-color: var(--gobmx-risco);
  padding: 10px 15px;
  color: var(--gobmx-neutral-black);
  font-style: normal;
  font-size: 1rem;
  line-height: 1.6;
}

.gallery {
  display: grid;
  align-items: stretch;
  justify-items: center;
  gap: 1rem;
  margin: 0 auto;
  width: 80%;
  max-width: 90%;
}
.gallery .gallery-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  text-align: center;
}
.gallery .gallery-item .gallery-icon img {
  border-radius: 0.5rem;
  width: 100%;
  max-width: 12rem;
  height: auto;
  object-fit: cover;
}
.gallery .gallery-item figcaption {
  border-radius: 0.5rem;
  background-color: var(--gobmx-risco-t30);
  padding-top: var(--wp--preset--spacing--20);
  width: 100%;
  max-width: 12rem;
  font-size: var(--wp--preset--font-size--small);
}

.gallery-columns-1 {
  grid-template-columns: repeat(1, 1fr);
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

@media (max-width: 479px) {
  .gallery-columns-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-columns-5 {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-columns-6 {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-columns-7 {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-columns-8 {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-columns-9 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 480px) {
  .gallery-columns-4 {
    grid-template-columns: repeat(3, 1fr);
  }
  .gallery-columns-5 {
    grid-template-columns: repeat(3, 1fr);
  }
  .gallery-columns-6 {
    grid-template-columns: repeat(3, 1fr);
  }
  .gallery-columns-7 {
    grid-template-columns: repeat(3, 1fr);
  }
  .gallery-columns-8 {
    grid-template-columns: repeat(3, 1fr);
  }
  .gallery-columns-9 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .gallery-columns-5 {
    grid-template-columns: repeat(4, 1fr);
  }
  .gallery-columns-6 {
    grid-template-columns: repeat(4, 1fr);
  }
  .gallery-columns-7 {
    grid-template-columns: repeat(4, 1fr);
  }
  .gallery-columns-8 {
    grid-template-columns: repeat(4, 1fr);
  }
  .gallery-columns-9 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1025px) {
  .gallery-columns-7 {
    grid-template-columns: repeat(6, 1fr);
  }
  .gallery-columns-8 {
    grid-template-columns: repeat(6, 1fr);
  }
  .gallery-columns-9 {
    grid-template-columns: repeat(6, 1fr);
  }
}
code,
pre,
tt {
  -ms-word-wrap: break-word;
  display: inline-block;
  vertical-align: baseline;
  box-sizing: border-box;
  margin-bottom: 1rem;
  border: 1px solid var(--gobmx-green-flag);
  border-radius: 4px;
  background-color: var(--gobmx-green-flag-t30);
  padding: 8px;
  color: var(--gobmx-gray-70);
  font-weight: 700;
  line-height: 0.8;
  font-family: "Courier New", Courier, monospace;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

pre {
  display: block;
  border: 1px solid var(--gobmx-risco);
  background-color: var(--gobmx-risco-t30);
  line-height: 1.1;
}
pre cite {
  font-weight: bold;
  font-size: var(--wp--preset--font-size--large);
}

input[type=text], input[type=email], input[type=url], input[type=password] {
  background: linear-gradient(to bottom, var(--gobmx-brocade-t30), var(--gobmx-risco-t30));
}

textarea {
  background: linear-gradient(to bottom, var(--gobmx-brocade-t30), var(--gobmx-risco-t30));
}

label {
  margin-bottom: var(--wp--preset--spacing--20);
}

.post-nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.post-nav-links .post-page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  box-sizing: border-box;
  border: thin solid var(--gobmx-malbec);
  border-radius: 50%;
  width: var(--wp--preset--font-size--large);
  height: var(--wp--preset--font-size--large);
  line-height: var(--wp--preset--font-size--large);
  text-align: center;
  text-decoration: none;
}
.post-nav-links .post-page-numbers:hover, .post-nav-links .post-page-numbers:focus {
  box-shadow: var(--wp--preset--shadow--sharp);
  background-color: var(--gobmx-grosella);
  color: var(--gobmx-gray-5);
}
.post-nav-links .post-page-numbers.current {
  background-color: var(--gobmx-malbec);
  color: var(--gobmx-gray-5);
  font-weight: 900;
}

.mce-container button,
.wp-editor-tools button {
  background: unset;
}
