html,
body {
	border: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
	border: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
}

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

html {
	font-size: 62.5%; /* 1rem = 10px */
	scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

body {
	background: #d7cfab;
	box-sizing: border-box;
	color: #000;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 1.8rem;
	letter-spacing: -0.015em;
	text-align: left;
}

@supports ( font-variation-settings: normal ) {

	body {
		font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	}
}

*,
*::before,
*::after {
	box-sizing: inherit;
	-webkit-font-smoothing: antialiased;
	word-break: break-word;
	word-wrap: break-word;
}

#site-content {
	overflow: hidden;
}
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: auto;
	margin: 0 auto; /* Centra la imagen horizontalmente */
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	word-break: normal;
	display: block;
    max-width: 100%;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	right: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
main {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
.faux-heading {
	font-feature-settings: "lnum";
	font-variant-numeric: lining-nums;
	font-weight: 700;
	letter-spacing: -0.0415625em;
	line-height: 1.25;
	margin: 3.5rem 0 2rem;
}

h1,
.heading-size-1 {
	font-size: 3.6rem;
	font-weight: 800;
	line-height: 1.138888889;
}

h2,
.heading-size-2 {
	font-size: 3.2rem;
}

h3,
.heading-size-3 {
	font-size: 2.8rem;
}

h4,
.heading-size-4 {
	font-size: 2.4rem;
}

h5,
.heading-size-5 {
	font-size: 2.1rem;
}

h6,
.heading-size-6 {
	font-size: 1.6rem;
	letter-spacing: 0.03125em;
	text-transform: uppercase;
}

p {
	line-height: 1.5;
	margin: 0 0 1em 0;
}

em,
i,
q,
dfn {
	font-style: italic;
}

em em,
em i,
i em,
i i{
	font-weight: bolder;
}

big {
	font-size: 1.2em;
}

small {
	font-size: 0.75em;
}

b,
strong {
	font-weight: 700;
}

ins {
	text-decoration: underline;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

address {
	line-height: 1.5;
	margin: 0 0 2rem 0;
}

hr {
	border-style: solid;
	border-width: 0.1rem 0 0 0;
	border-color: #dcd7ca;
	margin: 4rem 0;
}

.entry-content hr,
hr.styled-separator {
	background: linear-gradient(to left, currentColor calc(50% - 16px), transparent calc(50% - 16px), transparent calc(50% + 16px), currentColor calc(50% + 16px));
	background-color: transparent !important;
	border: none;
	height: 0.1rem;
	overflow: visible;
	position: relative;
}

.entry-content hr:not(.has-background),
hr.styled-separator {
	color: #6d6d6d;
}

.entry-content hr::before,
.entry-content hr::after,
hr.styled-separator::before,
hr.styled-separator::after {
	background: currentColor;
	content: "";
	display: block;
	height: 1.6rem;
	position: absolute;
	top: calc(50% - 0.8rem);
	transform: rotate(22.5deg);
	width: 0.1rem;
}

.entry-content hr::before,
hr.styled-separator::before {
	left: calc(50% - 0.5rem);
}

.entry-content hr::after,
hr.styled-separator::after {
	right: calc(50% - 0.5rem);
}

a {
	color: #9b0000;
	text-decoration: underline;
}

a:hover,
a:focus {
	text-decoration: none;
}


ul,
ol {
	margin: 0 0 3rem 3rem;
}

ul {
	list-style: disc;
}

ul ul {
	list-style: circle;
}

ul ul ul {
	list-style: square;
}

ol {
	list-style: decimal;
}

ol ol {
	list-style: lower-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

li {
	line-height: 1.5;
	margin: 0.5rem 0 0 2rem;
}

li > ul,
li > ol {
	margin: 1rem 0 0 2rem;
}

.reset-list-style,
.reset-list-style ul,
.reset-list-style ol {
	list-style: none;
	margin: 0;
}

.reset-list-style li {
	margin: 0;
}

dt,
dd {
	line-height: 1.5;
}

dt {
	font-weight: 700;
}

dt + dd {
	margin-top: 0.5rem;
}

dd + dt {
	margin-top: 1.5rem;
}

img {
	display: block;
	height: auto;
	max-width: 100%;
}

textarea {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff;
	border-radius: 0;
	border-style: solid;
	border-width: 0.1rem;
	box-shadow: none;
	display: block;
	font-size: 1.6rem;
	letter-spacing: -0.015em;
	margin: 0;
	max-width: 100%;
	padding: 1.5rem 1.8rem;
	width: 100%;
}

input[type="number"] {
	padding-right: 0.5rem;
}

select {
	font-size: 1em;
}

textarea {
	height: 12rem;
	line-height: 1.5;
	width: 100%;
}


table {
	border: 0.1rem solid #dcd7ca;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: 1.6rem;
	margin: 4rem 0;
	max-width: 100%;
	overflow: hidden;
	width: 800px;
}

.alignleft > table {
	margin: 0;
}

.alignright > table {
	margin: 0;
}

th,
td {
	border: 0.1rem solid #dcd7ca;
	line-height: 1.4;
	margin: 0;
	overflow: visible;
	padding: 0.5em;
}

caption {
	background: #dcd7ca;
	font-weight: 600;
	padding: 0.5em;
	text-align: center;
}

thead {
	vertical-align: bottom;
	white-space: nowrap;
}

th {
	font-weight: 700;
}


/* -------------------------------------------------------------------------- */

/*	3. Helper Classes
/* -------------------------------------------------------------------------- */


/* Layout ------------------------------------ */

.no-margin {
	margin: 0;
}

.no-padding {
	padding: 0;
}

.screen-height {
	min-height: 100vh;
}

.admin-bar .screen-height {
	min-height: calc(100vh - 32px);
}

@media (max-width: 782px) {

	.admin-bar .screen-height {
		min-height: calc(100vh - 46px);
	}
}

.screen-width {
	position: relative;
	left: calc(50% - 50vw);
	width: 100vw;
}

/* Sections ---------------------------------- */

section {
	padding: 5rem 0;
	width: 100%;
}

.section-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 120rem;
	width: calc(100% - 4rem);
}

.section-inner.max-percentage {
	width: 100%;
}

.section-inner.thin {
	max-width: 58rem;
}

.section-inner.small {
	max-width: 80rem;
}

.section-inner.medium {
	max-width: 100rem;
}

.section-inner.no-margin {
	margin: 0;
}


/* Toggles------------------------- */


.toggle {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	color: inherit;
	cursor: pointer;
	font-family: inherit;
	position: relative;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	text-align: inherit;
	user-select: none;
}

button.toggle {
	background: none;
	border: none;
	box-shadow: none;
	border-radius: 0;
	font-size: inherit;
	font-weight: 400;
	letter-spacing: inherit;
	padding: 0;
	text-transform: none;
}

/* Hiding and Showing ------------------------ */

.js .show-js {
	display: block !important;
}

.js .hide-js {
	display: none !important;
}

.no-js .show-no-js {
	display: block !important;
}

.no-js .hide-no-js {
	display: none !important;
}


/* Colors ------------------------------------ */

/* COLOR */

.color-accent,
.color-accent-hover:focus,
.color-accent-hover:hover {
	color: #9b0000;
}

/* BACKGROUND COLOR */

.bg-accent,
.bg-accent-hover:focus,
.bg-accent-hover:hover {
	background-color: #9b0000;
}

/* BORDER COLOR */

.border-color-accent,
.border-color-accent-hover:focus,
.border-color-accent-hover:hover {
	border-color: #9b0000;
}

#site-header {
	background: #fff;
	position: relative;
}

.header-inner {
	max-width: 168rem;
	padding: 3.15rem 0;
	z-index: 100;
}

/* Header Titles ----------------------------- */

.header-titles-wrapper {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 0 4rem;
	text-align: center;
}

body:not(.enable-search-modal) .header-titles-wrapper {
	justify-content: flex-start;
	padding-left: 0;
	text-align: left;
}

.site-title,
.site-logo,
.site-description {
	margin: 0;
}

.site-title {
	font-size: 2.1rem;
	font-weight: 600;
	line-height: 1;
}

.site-title a {
	color: inherit;
	display: block;
	text-decoration: none;
}

.site-title a:hover,
.site-title a:focus {
	text-decoration: underline;
}

.site-description {
	margin-top: 1rem;
	color: #6d6d6d;
	font-size: 1.8rem;
	font-weight: 500;
	display: none;
	letter-spacing: -0.0311em;
	transition: all 0.15s linear;
}

.site-logo a,
.site-logo img {
	display: block;
	max-width: 100%;
}

.header-titles .site-logo {
	margin: 0;
}

.site-logo img {
	max-height: 6rem;
	margin: 0 auto;
	width: auto;
}

body:not(.enable-search-modal) .site-logo img {
	margin: 0;
}

/* Overlay Header ---------------------------- */

.overlay-header #site-header {
	background: transparent;
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 2;
}

.overlay-header .header-inner {
	color: #fff;
}

.overlay-header .site-description,
.overlay-header .toggle {
	color: inherit;
}

.overlay-header .header-inner .toggle-wrapper::before {
	background-color: currentColor;
	opacity: 0.25;
}

.admin-bar.overlay-header #site-header {
	top: 32px;
}

@media (max-width: 782px) {

	.admin-bar.overlay-header #site-header {
		top: 46px;
	}
}

/* Header Navigation ------------------------- */

.header-navigation-wrapper {
	display: none;
}



/* Navigation Toggle ------------------------- */

.nav-toggle {
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
	width: 6.6rem;
}

.nav-toggle .toggle-icon,
.nav-toggle svg {
	height: 0.8rem;
	width: 2.6rem;
}

.nav-toggle .toggle-inner {
	padding-top: 0.8rem;
}

/* Primary Menu ---------------------------- */

.primary-menu-wrapper {
	display: none;
}

ul.primary-menu {
	display: flex;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: -0.0277em;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin: -0.8rem 0 0 -1.6rem;
}

.primary-menu .icon {
	display: block;
	height: 0.7rem;
	position: absolute;
	pointer-events: none;
	transform: rotate(-45deg);
	width: 1.3rem;
}

.primary-menu .icon::before,
.primary-menu .icon::after {
	content: "";
	display: block;
	background-color: currentColor;
	position: absolute;
	bottom: calc(50% - 0.1rem);
	left: 0;
}

.primary-menu .icon::before {
	height: 0.9rem;
	width: 0.2rem;
}

.primary-menu .icon::after {
	height: 0.2rem;
	width: 0.9rem;
}

.primary-menu li {
	font-size: inherit;
	line-height: 1.25;
	position: relative;
}

.primary-menu > li {
	margin: 0.8rem 0 0 1.6rem;
}

.primary-menu > li.menu-item-has-children > a {
	padding-right: 2rem;
}

.primary-menu > li > .icon {
	right: -0.5rem;
	top: calc(50% - 0.4rem);
}

.primary-menu a {
	color: inherit;
	display: block;
	line-height: 1.2;
	text-decoration: none;
	word-break: normal;
	word-wrap: normal;
}

.primary-menu a:hover,
.primary-menu a:focus,
.primary-menu .current_page_ancestor {
	text-decoration: underline;
}

.primary-menu li.current-menu-item > a,
.primary-menu li.current-menu-item > .link-icon-wrapper > a {
	text-decoration: underline;
}

.primary-menu li.current-menu-item > a:hover,
.primary-menu li.current-menu-item > .link-icon-wrapper > a:hover,
.primary-menu li.current-menu-item > a:focus,
.primary-menu li.current-menu-item > .link-icon-wrapper > a:focus {
	text-decoration: none;
}

/*	5. Menu Modal
/* -------------------------------------------------------------------------- */



.menu-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}

button.close-nav-toggle {
	align-items: center;
	display: flex;
	font-size: 1.6rem;
	font-weight: 500;
	justify-content: flex-end;
	padding: 3.1rem 0;
	width: 100%;
}

button.close-nav-toggle svg {
	height: 1.6rem;
	width: 1.6rem;
}

button.close-nav-toggle .toggle-text {
	margin-right: 1.6rem;
}

.menu-top {
	flex-shrink: 0;
}


/* Main Menu --------------------------------- */




.ancestor-wrapper > a {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: -0.0375em;
}

button.sub-menu-toggle {
	border-left: 0.1rem solid #dedfdf;
	flex-shrink: 0;
	margin: 1rem 0;
	padding: 0 2.5rem;
}

button.sub-menu-toggle svg {
	height: 0.9rem;
	transition: transform 0.15s linear;
	width: 1.5rem;
}

button.sub-menu-toggle.active svg {
	transform: rotate(180deg);
}

/* Main menu animation ----------------------- */

.menu-wrapper .menu-item {
	position: relative;
}

.menu-wrapper .active {
	display: block;
}

.menu-wrapper.is-toggling {
	pointer-events: none;
}

.menu-wrapper.is-toggling .menu-item {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
}

.menu-wrapper.is-toggling .menu-bottom .social-menu .menu-item {
	width: auto;
}

.menu-wrapper.is-animating .menu-item,
.menu-wrapper.is-animating .toggling-target {
	transition-duration: 250ms;
}

.menu-wrapper.is-animating .menu-item {
	transition-property: transform;
}

.menu-wrapper.is-toggling .toggling-target {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
}

.menu-wrapper.is-toggling .toggling-target.active {
	opacity: 0;
}

.menu-wrapper.is-animating.is-toggling .toggling-target {
	display: block;
	transition-property: opacity;
	opacity: 0;
}

.menu-wrapper.is-animating.is-toggling .toggling-target.active {
	opacity: 1;
}

.menu-wrapper.is-toggling {
	border-top-color: transparent;
	border-bottom-width: 0.1rem;
}




/* Expanded Menu ----------------------------- */

.expanded-menu {
	display: none;
}

/* To The Content ---------------------------- */

.to-the-content-wrapper {
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% + 0.5rem);
}

.to-the-content {
	align-items: center;
	display: flex;
	justify-content: center;
	height: 4rem;
	text-decoration: none;
}

.to-the-content svg {
	height: 2rem;
	transition: transform 0.15s linear;
	transform: translateY(0);
	width: 1.767rem;
}

.to-the-content:focus svg,
.to-the-content:hover svg {
	transform: translateY(20%);
}

/* Archive Header ---------------------------- */

.archive-header {
	background-color: #fff;
	padding: 4rem 0;
}

.reduced-spacing .archive-header {
	padding-bottom: 2rem;
}

.archive-title {
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: -0.026666667em;
	margin: 0;
}

.archive-subtitle p:last-child {
	margin-bottom: 0;
}

/* Post Header ------------------------------- */

.singular .entry-header {
	background-color: #fff;
	padding: 4rem 0;
}

.entry-categories {
	line-height: 1.25;
	margin-bottom: 2rem;
}

.entry-categories-inner {
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	margin: -0.5rem 0 0 -1rem;
}

.entry-categories a {
	border-bottom: 0.15rem solid currentColor;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.036666667em;
	margin: 0.5rem 0 0 1rem;
	text-decoration: none;
	text-transform: uppercase;
}

.entry-categories a:focus,
.entry-categories a:hover {
	border-bottom-color: transparent;
}

h1.entry-title,
h2.entry-title {
	margin: 0;
}

.entry-title a {
	color: inherit;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	text-decoration: underline;
}

.intro-text {
	margin-top: 2rem;
}

.singular .intro-text {
	font-size: 2rem;
	letter-spacing: -0.0315em;
	line-height: 1.4;
}

/* Block Typography Classes ------------------ */

.has-text-align-left {

	/*rtl:ignore*/
	text-align: left;
}

.has-text-align-center {
	text-align: center;
}

.has-text-align-right {

	/*rtl:ignore*/
	text-align: right;
}

.has-drop-cap:not(:focus)::first-letter {
	color: #cd2653;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 5.1em;
	font-weight: 800;
	margin: 0.05em 0.1em 0 0;
}

.has-drop-cap:not(:focus)::first-letter::after {
	content: "";
	display: table;
	clear: both;
}

.has-drop-cap:not(:focus)::after {
	padding: 0;
}


/* Block Font Families ----------------------- */

.has-drop-cap:not(:focus)::first-letter,
.entry-content .block-archives,
.entry-content .block-categories,
.entry-content .block-cover-image,
.entry-content .block-latest-comments,
.entry-content .block-latest-posts,
.entry-content .block-pullquote,
.entry-content .block-quote.is-large,
.entry-content .block-quote.is-style-large {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}

@supports ( font-variation-settings: normal ) {

	.has-drop-cap:not(:focus)::first-letter,
	.entry-content .block-archives,
	.entry-content .block-categories,
	.entry-content .block-latest-posts,
	.entry-content .block-latest-comments,
	.entry-content .block-cover-image p,
	.entry-content .block-pullquote {
		font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	}
}

/* Block Font Sizes -------------------------- */

.entry-content .has-small-font-size {
	font-size: 0.842em;
}

.entry-content .has-normal-font-size,
.entry-content .has-regular-font-size {
	font-size: 1em;
}

.entry-content .has-medium-font-size {
	font-size: 1.1em;
	line-height: 1.45;
}

.entry-content .has-large-font-size {
	font-size: 1.25em;
	line-height: 1.4;
}

.entry-content .has-larger-font-size {
	font-size: 1.5em;
	line-height: 1.3;
}


/* Block: Base Margins ----------------------- */

*[class*="_inner-container"] > *:first-child {
	margin-top: 0;
}

*[class*="_inner-container"] > *:last-child {
	margin-bottom: 0;
}

.block-archives:not(.alignwide):not(.alignfull),
.block-categories:not(.alignwide):not(.alignfull),
.block-code,
.block-columns:not(.alignwide):not(.alignfull),
.block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.block-group:not(.has-background):not(.alignwide):not(.alignfull),
.block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright),
.block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright),
.block-media-text:not(.alignwide):not(.alignfull),
.block-preformatted,
.block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
.block-quote,
.block-quote.is-large,
.block-quote.is-style-large,
.block-verse,
.block-video:not(.alignwide):not(.alignfull) {
	margin-bottom: 3rem;
	margin-top: 3rem;
}


/* Block: Shared Nesting Alignment Resets ---- */

[class*="__inner-container"] .block-group:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright),
[class*="__inner-container"] .block-cover:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright) {
	margin-left: auto;
	margin-right: auto;
	max-width: 58rem;
}


/* Block: Shared Widget Styles --------------- */

.block-archives,
.block-categories,
.block-latest-posts,
.block-latest-comments {
	list-style: none;
	margin-left: 0;
}

.block-archives ul,
.block-categories ul,
.block-latest-posts ul,
.block-latest-comments ul {
	list-style: none;
}

ol.block-latest-comments {
	margin-left: auto;
	margin-right: auto;
}

.entry-content .block-archives > li,
.entry-content .block-categories > li,
.entry-content .block-latest-posts > li,
.entry-content .block-latest-comment > li {
	margin-left: 0;
}

.entry-content .block-archives > li:last-child,
.entry-content .block-categories > li:last-child,
.entry-content .block-latest-posts > li:last-child,
.entry-content .block-latest-comment > li:last-child {
	margin-bottom: 0;
}

.entry-content .block-archives *,
.entry-content .block-categories *,
.entry-content .block-latest-posts *,
.entry-content .block-latest-comments * {
	font-family: inherit;
}

.entry-content .block-archives li,
.entry-content .block-categories li,
.entry-content .block-latest-posts li {
	color: #6d6d6d;
}

.block-archives a,
.block-categories a,
.block-latest-posts a,
.block-latest-comments a {
	font-weight: 700;
	text-decoration: none;
}

.block-archives a:hover,
.block-categories a:hover,
.block-latest-posts a:hover,
.block-latest-comments a:hover,
.block-archives a:focus,
.block-categories a:focus,
.block-latest-posts a:focus,
.block-latest-comments a:focus {
	text-decoration: underline;
}

.block-latest-posts a,
.block-latest-comments__comment-meta {
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.25;
}

.block-latest-comments__comment-date,
.block-latest-posts__post-date {
	color: #6d6d6d;
	font-size: 0.7em;
	font-weight: 600;
	letter-spacing: normal;
	margin-top: 0.15em;
}

/* Block: Media And Text --------------------- */

.block-media-text .block-media-text__content {
	padding: 3rem 2rem;
}

.block-media-text .block-media-text__content p {
	max-width: none;
}

.block-media-text__content > *:first-child {
	margin-top: 0;
}

.block-media-text__content > *:last-child {
	margin-bottom: 0;
}

/* Block: Post Template ---------------- */

.block-post-template,
.block-post-template > li {
	margin-left: 0;
	margin-right: 0;
}


/*	11. Entry Content
/* -------------------------------------------------------------------------- */


.entry-content {
	line-height: 1.5;
}

.entry-content > * {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.25em;
}

.entry-content > *:first-child {
	margin-top: 0;
}

.entry-content > *:last-child {
	margin-bottom: 0;
}

.read-more-button-wrap {
	margin-top: 1em;
	text-align: center;
}

.entry-content a:hover,
.entry-content a:focus {
	text-decoration: none;
}

.entry-content p,
.entry-content li {
	line-height: 1.4;
}

.entry-content li img {
	display: inline-block;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin: 3.5rem auto 2rem;
}

.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-bottom: 1rem;
}

.entry-content hr {
	margin: 4rem auto;
}

.post-inner .entry-content > .block-cover.alignwide:first-child,
.post-inner .entry-content > .block-cover.alignfull:first-child {
	margin-top: 0;
}

/* Font Families ----------------------------- */

.entry-content {
	font-family: NonBreakingSpaceOverride, "Hoefler Text", "Noto Serif", Garamond, "Times New Roman", serif;
	letter-spacing: normal;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content figcaption,
.entry-content table,
.entry-content address,
.entry-content .caption-text,
.entry-content .block-file {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}

@supports ( font-variation-settings: normal ) {

	.entry-content h1,
	.entry-content h2,
	.entry-content h3,
	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-content figcaption,
	.entry-content table,
	.entry-content address,
	.entry-content .caption-text,
	.entry-content .block-file {
		font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	}
}


/* Alignment Classes ------------------------- */

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width: 58rem;
	width: calc(100% - 4rem);
}

[class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width: 58rem;
	width: 100%;
}

.alignnone,
.aligncenter,
.alignleft,
.alignright,
.alignwide {
	margin-top: 4rem;
	margin-right: auto;
	margin-bottom: 4rem;
	margin-left: auto;
}

[class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) {
	margin-left: auto;
	margin-right: auto;
}

/* Full */

.alignfull {
	margin-top: 5rem;
	margin-right: auto;
	margin-bottom: 5rem;
	margin-left: auto;
	max-width: 100vw;
	position: relative;
	width: 100%;
}

[class*="__inner-container"] > .alignfull {
	max-width: 100%;
}

/* Wide */

.alignwide {
	max-width: 120rem;
	position: relative;
	width: calc(100% - 4rem);
}

[class*="__inner-container"] > .alignwide {
	width: 100%;
}

/* Center */

.aligncenter,
.aligncenter img {
	margin-left: auto;
	margin-right: auto;
}

/* Left and right */

.alignleft,
.alignright {
	max-width: 50%;
}

.alignleft {

	/*rtl:ignore*/
	float: left;
	margin: 0.3rem 2rem 2rem 2rem;
}

.alignright {

	/*rtl:ignore*/
	float: right;
	margin: 0.3rem 2rem 2rem 2rem;
}

[class*="block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignleft,
[class*="block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignleft,
[class*="block"].alignfull:not(.has-background) [class*="__inner-container"] > .block-image .alignleft {

	/*rtl:ignore*/
	margin-left: 2rem;
}

[class*="block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignright,
[class*="block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignright,
[class*="block"].alignfull:not(.has-background) [class*="__inner-container"] > .block-image .alignright {

	/*rtl:ignore*/
	margin-right: 2rem;
}

/*	14. Error 404
/* -------------------------------------------------------------------------- */


.error404 #site-content {
	padding-top: 4rem;
}

.error404-content {
	text-align: center;
}

.error404 #site-content .search-form {
	justify-content: center;
	margin-top: 3rem;
}



/* Widget: Nav Menu -------------------------- */

.widget_nav_menu .widget-content > div > ul {
	margin-left: 0;
}/*	16. Site Footer
/* -------------------------------------------------------------------------- */


.footer-nav-widgets-wrapper,
#site-footer {
	background-color: #fff;
	border-color: #dedfdf;
	border-style: solid;
	border-width: 0;
}

.footer-top-visible .footer-nav-widgets-wrapper,
.footer-top-hidden #site-footer {
	margin-top: 5rem;
}

.reduced-spacing.footer-top-visible .footer-nav-widgets-wrapper,
.reduced-spacing.footer-top-hidden #site-footer {
	border-top-width: 0.1rem;
}

.footer-top,
.footer-widgets-outer-wrapper,
#site-footer {
	padding: 3rem 0;
}


/* Footer Widgets ---------------------------- */

.footer-widgets-outer-wrapper {
	border-bottom: 0.1rem solid #dedfdf;
}

.footer-widgets + .footer-widgets {
	margin-top: 3rem;
}

/* Footer Bottom ----------------------------- */

#site-footer {
	font-size: 1.6rem;
}

#site-footer .section-inner {
	align-items: baseline;
	display: flex;
	justify-content: space-between;
}

#site-footer a {
	text-decoration: none;
}

#site-footer a:focus,
#site-footer a:hover {
	text-decoration: underline;
}

.footer-copyright a,
.footer-credits .privacy-policy {
	color: inherit;
}

.footer-credits .privacy-policy,
.to-the-top {
	color: #6d6d6d;
}

a.to-the-top {
	margin-left: 2.4rem;
	white-space: nowrap;
}

a.to-the-top > * {
	pointer-events: none;
}

.footer-copyright {
	font-weight: 600;
	margin: 0;
}

.footer-credits .privacy-policy {
	margin: 1.2rem 0 0;
}

.to-the-top-long {
	display: none;
}

/*	17. Media Queries
/* -------------------------------------------------------------------------- */

@media ( max-width: 479px ) {

	/* Blocks -------------------------------- */

	.block-pullquote.alignleft,
	.block-pullquote.alignright {
		float: none;
	}

	/* Entry Content ------------------------- */

	/* LISTS */

	ul,
	ol {
		margin: 0 0 3rem 2rem;
	}

	li {
		margin: 0.5rem 0 0 1rem;
	}

	/* Post Footer --------------------------- */

	/* POST NAV LINKS */

	.post-nav-links {
		margin: 3em 0 0 0;
	}
}

@media ( min-width: 480px ) {

	/* Blocks -------------------------------- */

	/* BLOCK: BASE ALIGNMENT WIDTH */

	.block-pullquote.alignleft,
	.block-pullquote.alignright,
	.block-cover-image.alignleft,
	.block-cover-image.alignright,
	.block-cover.alignleft,
	.block-cover.alignright,
	.block-embed.alignleft,
	.block-embed.alignright,
	.block-gallery.alignleft,
	.block-gallery.alignright {
		max-width: 26rem;
	}

	/* BLOCK: TABLE WIDTH */
	.block-table.alignleft,
	.block-table.alignright {
		max-width: 100%;
	}

	/* Entry Content ------------------------- */

	/* ALIGNMENT CLASSES */

	.alignleft,
	.alignright {
		max-width: 26rem;
	}

	/* Post Footer --------------------------- */

	/* POST NAV LINKS */

	.post-nav-links {
		margin: 3em 0 0 0;
	}
}

@media ( max-width: 599px ) {

	/* Blocks -------------------------------- */

	/* BLOCK: COLUMNS */

	/* While columns are stacked */
	.block-column:last-child {
		margin-bottom: 0;
	}

	.block-columns + .block-columns {
		margin-top: 0.2rem;
	}

	.block-columns.alignwide + .block-columns.alignwide {
		margin-top: -0.8rem;
	}

	.block-columns.alignfull + .block-columns.alignfull {
		margin-top: -1.8rem;
	}

    /* POST NAV LINKS */

	.post-nav-links {
		margin: 3em auto 0 auto;
	}
}

/* Site Header --------------------------- */

.header-inner {
    padding: 3.8rem 0;
}

.site-title {
    font-size: 2.4rem;
    font-weight: 700;
}

.site-description {
    display: block;
}

.site-logo img {
    max-height: 9rem;
    transition: height 0.15s linear, width 0.15s linear, max-height 0.15s linear;
}

/* HEADER TOGGLES */

.toggle-inner .toggle-text {
    font-size: 1.2rem;
}

.search-toggle {
    left: 2rem;
}

.nav-toggle {
    right: 2rem;
}


/* Menu Modal ---------------------------- */

button.close-nav-toggle {
    font-size: 1.8rem;
    padding: 4rem 0;
}

button.close-nav-toggle svg {
    height: 2rem;
    width: 2rem;
}

button.close-nav-toggle .toggle-text {
    margin-right: 2.1rem;
}

.menu-bottom {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 4.4rem 0;
}

.menu-copyright {
    display: block;
    flex-shrink: 0;
    margin-right: 4rem;
}


/* BLOCK: MEDIA AND TEXT */

.block-media-text .block-media-text__content {
    padding: 4rem;
}

/* BLOCK: PULLQUOTE */

.block-pullquote blockquote p {
    font-size: 3.2rem;
}

.block-pullquote.alignfull:not(.is-style-solid-color) {
    padding-left: 1rem;
    padding-right: 1rem;
}

.block-pullquote.alignwide::before,
.block-pullquote.alignfull::before {
    font-size: 11.272727272rem;
    height: 8rem;
    margin-bottom: 2rem;
    width: 8rem;
}

.block-pullquote.alignwide blockquote p,
.block-pullquote.alignfull blockquote p {
    font-size: 4.8rem;
    line-height: 1.203125;
}

.block-pullquote.alignleft p,
.block-pullquote.alignright p,
.block-pullquote.alignleft.is-style-solid-color blockquote p,
.block-pullquote.alignright.is-style-solid-color blockquote p {
    font-size: 3.2rem;
    line-height: 1.1875;
}

.block-pullquote.is-style-solid-color.alignwide,
.block-pullquote.is-style-solid-color.alignfull {
    padding: 6rem 4rem 4rem;
}

.block-pullquote.alignleft.is-style-solid-color blockquote p,
.block-pullquote.alignright.is-style-solid-color blockquote p {
    font-size: 2.6rem;
}

/* BLOCK: QUOTE */

.block-quote.is-large p,
.block-quote.is-style-large p {
    font-size: 2.8rem;
}

/* BLOCK: SEPARATOR */

hr.block-separator {
    margin: 6rem auto;
}

.block-separator.is-style-wide {
    max-width: calc(100vw - 8rem);
}

/* Entry Content ------------------------- */

.entry-content {
    font-size: 2.1rem;
}

.entry-content p,
.entry-content li {
    line-height: 1.476;
}

.entry-content h1,
.entry-content h2,
.entry-content h3 {
    margin: 6rem auto 3rem;
}

.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin: 4.5rem auto 2.5rem;
}

.alignnone,
.aligncenter {
    margin-bottom: 4rem;
    margin-top: 4rem;
}

.alignleft {

    /*rtl:ignore*/
    margin: 0.3rem 2rem 2rem 0;
}

.alignright {

    /*rtl:ignore*/
    margin: 0.3rem 0 2rem 2rem;
}

.entry-content > .alignwide:not(.block-group.has-background),
.entry-content > .alignfull:not(.block-group.has-background) {
    margin-bottom: 6rem;
    margin-top: 6rem;
}

.entry-content > .alignwide {
    max-width: calc(100vw - 8rem);
    width: calc(100vw - 8rem);
}

[class*="block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignleft,
[class*="block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignleft,
[class*="block"].alignfull:not(.has-background) [class*="__inner-container"] > .block-image .alignleft {

    /*rtl:ignore*/
    margin-left: 4rem;
}

[class*="block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignright,
[class*="block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignright,
[class*="block"].alignfull:not(.has-background) [class*="__inner-container"] > .block-image .alignright {

    /*rtl:ignore*/
    margin-right: 4rem;
}

.entry-content > .alignwide:first-child,
.entry-content > .alignfull:first-child {
    margin-bottom: 8rem;
}

/* ENTRY MEDIA */

.alignfull > figcaption,
.alignfull > .caption-text {
    width: calc(100% - 8rem);
}

/* FOOTER WIDGETS */

.footer-widgets-outer-wrapper {
    padding: 8rem 0;
}

.footer-widgets-wrapper {
    display: flex;
    justify-content: space-between;
    margin-left: -4rem;
    width: calc(100% + 4rem);
}

.footer-widgets {
    margin-left: 4rem;
    width: 50%;
}

.footer-widgets + .footer-widgets {
    margin-top: 0;
}

.footer-widgets .widget {
    border-top: none;
    margin-top: 5rem;
    padding-top: 0;
}

.footer-widgets .widget:first-child {
    margin-top: 0;
}

/* Site Header --------------------------- */

#site-header {
    z-index: 2;
}

.header-inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 2.8rem 0;
}

.header-titles-wrapper {
    margin-right: 4rem;
    max-width: 50%;
    padding: 0;
    text-align: left;
}

.header-titles {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: -1rem 0 0 -2.4rem;
}

.header-titles .site-title,
.header-titles .site-logo,
.header-titles .site-description {
    margin: 1rem 0 0 2.4rem;
}

.custom-logo .header-titles {
    align-items: center;
	max-width: 100%; /* Ensure the image adapts to the anchor's width */
    height: auto; /* Maintain aspect ratio */
    display: block; /* Prevent any extra space below the image */
    margin: 0 auto;
}

/* HEADER NAVIGATION */

.header-navigation-wrapper {
    align-items: center;
    display: flex;
}

.primary-menu-wrapper {
    display: block;
    width: 100%;
}

/* HEADER TOGGLES */

.primary-menu-wrapper + .header-toggles {
    margin-left: 3rem;
}

.header-toggles {
    display: flex;
    flex-shrink: 0;
    margin-right: -3rem;
}

.header-inner .toggle {
    height: 4.4rem;
    padding: 0 3rem;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
    width: auto;
}

.header-inner .toggle-wrapper {
    position: relative;
}

.header-inner .toggle-wrapper::before {
    background: #dedfdf;
    content: "";
    display: block;
    height: 2.7rem;
    position: absolute;
    left: 0;
    top: calc(50% - 1.35rem);
    width: 0.1rem;
}

.header-inner .toggle-wrapper:first-child::before {
    content: none;
}

.header-inner .primary-menu-wrapper + .header-toggles .toggle-wrapper:first-child::before {
    content: "";
}

.nav-toggle-wrapper:not(.has-expanded-menu) {
    display: none;
}

.toggle-inner {
    position: static;
}

.toggle-inner .toggle-text {
    left: 0;
    right: 0;
    text-align: center;
    top: calc(100% - 0.3rem);
    width: auto;
}

.header-toggles:only-child .nav-toggle .toggle-inner {
    padding-top: 0;
}

.header-toggles:only-child .toggle-inner {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.header-toggles:only-child .toggle-inner .svg-icon {
    order: 1;
}

.header-toggles:only-child .toggle-inner .toggle-text {
    position: static;
    padding-right: 20px;
    font-size: 15px;
    color: inherit;
}

/* ALIGNMENT CLASSES */

.entry-content > .alignleft,
.entry-content > p .alignleft,
.entry-content > .block-image .alignleft {
    position: absolute;

    /*rtl:ignore*/
    right: calc((100vw - 58rem) / 2 + 58rem + 2rem);
    max-width: calc((100% - 58rem) / 2 - 6rem);
}

[class*="block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .alignleft,
[class*="block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > p .alignleft,
[class*="block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .block-image .alignleft {
    position: relative;

    /*rtl:ignore*/
    right: inherit;
    max-width: inherit;
}

[class*="block"].alignwide [class*="__inner-container"] > .alignleft,
[class*="block"].alignwide [class*="__inner-container"] > p .alignleft,
[class*="block"].alignwide [class*="__inner-container"] > .block-image .alignleft,
[class*="block"].alignfull [class*="__inner-container"] > .alignleft,
[class*="block"].alignfull [class*="__inner-container"] > p .alignleft,
[class*="block"].alignfull [class*="__inner-container"] > .block-image .alignleft {
    position: absolute;

    /*rtl:ignore*/
    right: calc((100% - 58rem) / 2 + 58rem + 4rem);
    max-width: calc((100% - 58rem) / 2 - 4rem);
}

[class*="block"].alignwide.has-background [class*="__inner-container"] > .alignleft,
[class*="block"].alignwide.has-background [class*="__inner-container"] > p .alignleft,
[class*="block"].alignwide.has-background [class*="__inner-container"] > .block-image .alignleft {

    /*rtl:ignore*/
    right: calc((100% - 58rem) / 2 + 58rem);
}

[class*="block"].alignfull [class*="__inner-container"] > .alignleft,
[class*="block"].alignfull [class*="__inner-container"] > p .alignleft,
[class*="block"].alignfull [class*="__inner-container"] > .block-image .alignleft {

    /*rtl:ignore*/
    margin-left: 4rem;
}

.entry-content > .alignright,
.entry-content > p .alignright,
.entry-content > .block-image .alignright,
[class*="__inner-container"] > .alignright {
    position: absolute;

    /*rtl:ignore*/
    left: calc((100vw - 58rem) / 2 + 58rem + 2rem);
    max-width: calc((100% - 58rem) / 2 - 6rem);
}

[class*="block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .alignright,
[class*="block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > p .alignright,
[class*="block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .block-image .alignright {
    position: relative;

    /*rtl:ignore*/
    left: inherit;
    max-width: inherit;
}

[class*="block"].alignwide [class*="__inner-container"] > .alignright,
[class*="block"].alignwide [class*="__inner-container"] > p .alignright,
[class*="block"].alignwide [class*="__inner-container"] > .block-image .alignright,
[class*="block"].alignfull [class*="__inner-container"] > .alignright,
[class*="block"].alignfull [class*="__inner-container"] > p .alignright,
[class*="block"].alignfull [class*="__inner-container"] > .block-image .alignright {
    position: absolute;

    /*rtl:ignore*/
    left: calc((100% - 58rem) / 2 + 58rem + 4rem);
    max-width: calc((100% - 58rem) / 2 - 4rem);
}

[class*="block"].alignwide.has-background [class*="__inner-container"] > .alignright,
[class*="block"].alignwide.has-background [class*="__inner-container"] > p .alignright,
[class*="block"].alignwide.has-background [class*="__inner-container"] > .block-image .alignright {

    /*rtl:ignore*/
    left: calc((100% - 58rem) / 2 + 58rem + 4rem);
}

[class*="block"].alignfull [class*="__inner-container"] > .alignright,
[class*="block"].alignfull [class*="__inner-container"] > p .alignright,
[class*="block"].alignfull [class*="__inner-container"] > .block-image .alignright {

    /*rtl:ignore*/
    margin-right: 4rem;
}

.entry-content > .alignwide:not(.block-group.has-background),
.entry-content > .alignfull:not(.block-group.has-background) {
    margin-bottom: 8rem;
    margin-top: 8rem;
}


/* TITLES */

h1,
.heading-size-1 {
    font-size: 5.4rem;
}

/* PRIMARY MENU */

ul.primary-menu {
    margin: -0.8rem 0 0 -2.5rem;
}

.primary-menu > li {
    margin: 0.8rem 0 0 2.5rem;
}

/* HEADER TOGGLES */

.primary-menu-wrapper + .header-toggles {
    margin-left: 4rem;
}

.header-toggles {
    margin-right: -4rem;
}

.header-toggles .toggle {
    padding: 0 4rem;
}


/* Widgets -------------------------

.widget-content {
    font-size: 2.1rem;
}


/* styles.css */
body {
    font-family: Arial, sans-serif;
    background-color: #f3f0e5;
    margin: 0;
    padding: 0;
}

.container {
    margin-top: 50px;
}

table {
    width: 700px;
    border-collapse: collapse;
	
}

table th, table td {
    border: 1px solid #dee2e6;
    padding: 8px;
    text-align: left;
}

table th {
    background-color: #4e5760;
    color: white;
}

table td img {
    max-width: 60px;
    max-height: 60px;
    display: block;
    margin: 0 auto;
}

.table-title {
    margin-bottom: 15px;
}

.btn-primary {
    background-color: #9b0000;
    border-color: #9b0000;
	border-radius: 5px;
	color: white;
}

.btn-primary:hover {
    background-color: #4d0000;
    border-color: #4d0000;
}

.modal-header {
    background-color: #4e5760;
    color: white;
}

.modal-content {
    border-radius: 5px;
}

#nrama {
	display: block; /* Para que el margin auto funcione */
    margin-left: auto;
    margin-right: auto;
    width: 600px;
}


#nplanta {
	display: block; /* Para que el margin auto funcione */
    margin-left: auto;
    margin-right: auto;
    width: 250px;
}
.gal {
	width: 100%; /* O el ancho deseado */
}

.inline-image {
    display: inline-block;
    width: calc(32% - 5px); /* Por ejemplo, si quieres que haya un espacio de 10px entre las imágenes */
    margin-right: 5px; /* Espacio entre las imágenes */
}
html, body {
    height: 100%;
    overflow: auto; /* Modificación: Permitir scroll */
}
.header-footer-group {
    overflow: visible; /* Modificación: Asegurar que el contenedor principal permita el scroll */
}

