@charset "UTF-8";

@font-face {
  font-family: 'metriclight';

  src: url("../fonts/metric-light-webfont.woff2") format("woff2"), url("../fonts/metric-light-webfont.woff") format("woff");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'metriclight_italic';

  src: url("../fonts/metric-lightitalic-webfont.woff2") format("woff2"), url("../fonts/metric-lightitalic-webfont.woff") format("woff");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'metricregular';

  src: url("../fonts/metric-regular-webfont.woff2") format("woff2"), url("../fonts/metric-regular-webfont.woff") format("woff");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'metricregular_italic';

  src: url("../fonts/metric-regularitalic-webfont.woff2") format("woff2"), url("../fonts/metric-regularitalic-webfont.woff") format("woff");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'metricsemibold';

  src: url("../fonts/metric-semibold-webfont.woff2") format("woff2"), url("../fonts/metric-semibold-webfont.woff") format("woff");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'metricsemibold_italic';

  src: url("../fonts/metric-semibolditalic-webfont.woff2") format("woff2"), url("../fonts/metric-semibolditalic-webfont.woff") format("woff");

  font-weight: normal;

  font-style: normal;
}

/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

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

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

/**
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button { /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */


dl,
h1,
h2,
h3,
hr,
figure,
p {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: metriclight, sans-serif; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

button,
[role="button"] {
  cursor: pointer;
}

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

table {
  border-collapse: collapse;
}

h1,
h2,
h3 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
iframe {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after{
  border-color: currentColor;
}

.container{
  width: 100%;
}

@media (min-width: 100%){
  .container{
    max-width: 100%;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

.visible{
  visibility: visible !important;
}

.absolute{
  position: absolute !important;
}

.relative{
  position: relative !important;
}

.mx-auto{
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-8{
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.mt-0{
  margin-top: 0px !important;
}

.mt-3{
  margin-top: 0.75rem !important;
}

.mt-5{
  margin-top: 1.25rem !important;
}

.mt-10{
  margin-top: 2.5rem !important;
}

.mt-auto{
  margin-top: auto !important;
}

.-mt-10{
  margin-top: -2.5rem !important;
}

.mr-auto{
  margin-right: auto !important;
}

.mb-0{
  margin-bottom: 0px !important;
}

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

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

.mb-5{
  margin-bottom: 1.25rem !important;
}

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

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

.mb-20{
  margin-bottom: 5rem !important;
}

.mb-24{
  margin-bottom: 6rem !important;
}

.ml-3{
  margin-left: 0.75rem !important;
}

.ml-4{
  margin-left: 1rem !important;
}

.ml-auto{
  margin-left: auto !important;
}

.block{
  display: block !important;
}

.inline-block{
  display: inline-block !important;
}

.flex{
  display: flex !important;
}

.table{
  display: table !important;
}

.grid{
  display: grid !important;
}

.hidden{
  display: none !important;
}

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

.max-w-xl{
  max-width: 36rem !important;
}

.max-w-2xl{
  max-width: 42rem !important;
}

.transform{
  --tw-translate-x: 0 !important;
  --tw-translate-y: 0 !important;
  --tw-rotate: 0 !important;
  --tw-skew-x: 0 !important;
  --tw-skew-y: 0 !important;
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

@-webkit-keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse{
  50%{
    opacity: .5;
  }
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

@-webkit-keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.flex-row-reverse{
  flex-direction: row-reverse !important;
}

.flex-col{
  flex-direction: column !important;
}

.flex-col-reverse{
  flex-direction: column-reverse !important;
}

.flex-wrap{
  flex-wrap: wrap !important;
}

.items-end{
  align-items: flex-end !important;
}

.items-center{
  align-items: center !important;
}

.justify-center{
  justify-content: center !important;
}

.gap-10{
  gap: 2.5rem !important;
}

.gap-20{
  gap: 5rem !important;
}

.whitespace-nowrap{
  white-space: nowrap !important;
}

.border{
  border-width: 1px !important;
}

.border-b{
  border-bottom-width: 1px !important;
}

.border-black-100{
  border-color: rgba(59, 55, 53, 0.1) !important;
}

.bg-black{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(59, 55, 53, var(--tw-bg-opacity)) !important;
}

.bg-green{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(33, 97, 61, var(--tw-bg-opacity)) !important;
}

.bg-yellow-500{
  background-color: rgba(240, 200, 100, 0.5) !important;
}

.bg-purple-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 245, 248, var(--tw-bg-opacity)) !important;
}

.bg-purple-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(223, 202, 218, var(--tw-bg-opacity)) !important;
}

.bg-purple{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(192, 150, 182, var(--tw-bg-opacity)) !important;
}

.p-3{
  padding: 0.75rem !important;
}

.p-5{
  padding: 1.25rem !important;
}

.px-5{
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.px-10{
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.px-20{
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.py-3{
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.py-5{
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.py-8{
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-10{
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-12{
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-16{
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-20{
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.pt-2{
  padding-top: 0.5rem !important;
}

.pt-8{
  padding-top: 2rem !important;
}

.pt-24{
  padding-top: 6rem !important;
}

.pb-2{
  padding-bottom: 0.5rem !important;
}

.pb-5{
  padding-bottom: 1.25rem !important;
}

.pb-8{
  padding-bottom: 2rem !important;
}

.pb-10{
  padding-bottom: 2.5rem !important;
}

.pb-20{
  padding-bottom: 5rem !important;
}

.pl-2{
  padding-left: 0.5rem !important;
}

.text-center{
  text-align: center !important;
}

.text-sm{
  font-size: .875rem !important;
}

.text-xl{
  font-size: 1.25rem !important;
}

.text-2xl{
  font-size: 1.5rem !important;
}

.text-3xl{
  font-size: 1.875rem !important;
}

.text-4xl{
  font-size: 2.25rem !important;
}

.text-5xl{
  font-size: 3rem !important;
}

.text-6xl{
  font-size: 4rem !important;
}

.text-13xl{
  font-size: 13rem !important;
}

.font-semibold{
  font-weight: 600 !important;
}

.uppercase{
  text-transform: uppercase !important;
}

.leading-3{
  line-height: .75rem !important;
}

.leading-4{
  line-height: 1rem !important;
}

.leading-5{
  line-height: 1.25rem !important;
}

.leading-6{
  line-height: 1.5rem !important;
}

.leading-7{
  line-height: 1.75rem !important;
}

.leading-8{
  line-height: 2rem !important;
}

.leading-9{
  line-height: 2.25rem !important;
}

.leading-10{
  line-height: 2.5rem !important;
}

.leading-none{
  line-height: 1 !important;
}

.leading-normal{
  line-height: 1.5 !important;
}

.leading-relaxed{
  line-height: 1.625 !important;
}

.leading-loose{
  line-height: 2 !important;
}

.tracking-wide{
  letter-spacing: 0.025em !important;
}

.tracking-wider{
  letter-spacing: 0.05em !important;
}

.tracking-widest{
  letter-spacing: 0.1em !important;
}

.text-white{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.text-green{
  --tw-text-opacity: 1 !important;
  color: rgba(33, 97, 61, var(--tw-text-opacity)) !important;
}

.hover\:underline:hover{
  text-decoration: underline !important;
}

*, ::before, ::after{
  --tw-shadow: 0 0 #0000;
}

*, ::before, ::after{
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.transition{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

/**
base
**/

.bold,
strong {
  font-family: 'metricsemibold', sans-serif;
}

.bold i,
  strong i {
  font-family: 'metricsemibold_italic', sans-serif;
}

.regular {
  font-family: 'metricregular', sans-serif;
}

.regular i {
  font-family: 'metricregular_italic', sans-serif;
}

.main-btn,
.wp-block-button__link,
body #cookie-notice .cn-button {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: box-shadow, transform;
  font-family: 'metricsemibold', sans-serif;
  line-height: 1.5;
}

.main-btn, .wp-block-button__link, body #cookie-notice .cn-button{
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgba(33, 97, 61, var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.1rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.main-btn:hover,
  .wp-block-button__link:hover,
  body #cookie-notice .cn-button:hover {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  transform: scale(1.1);
}

/** 

  layout

*/

.custom-max-width {
  max-width: 900px !important;
}

.grid-zizer {
  grid-template-columns: calc(75% - 5rem) 25% !important;
}

.bg-yellow-curve {
  padding-top: 45px;
  position: relative;
}

.bg-yellow-curve:before {
  content: "";
  display: block;
  position: absolute;
  top: -50px;
  background: url(../img/bg/yelllow-curve.svg);
  left: 0;
  background-size: cover;
  height: 50px;
  width: 100%;
}

.bg-purple-curve {
  margin-top: 100px;
  position: relative;
}

.bg-purple-curve:before {
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  background: url(../img/bg/purple-curve.svg);
  left: 0;
  background-size: cover;
  height: 100px;
  width: 100%;
}

.bg-purple-light-curve {
  position: relative;
}

.bg-purple-light-curve .wp-block-group__inner-container {
  position: relative;
}

.bg-purple-light-curve:before {
  content: "";
  display: block;
  position: absolute;
  top: -150px;
  background: url(../img/bg/light-purple-curve.svg);
  left: 0;
  background-size: cover;
  height: 150px;
  width: 100%;
}

@media (max-width: 768px) {
  .bg-purple-light-curve:before {
    top: -110px;
  }
}

.contenedor {
  width: 100%;
}

@media (min-width: 100%){
  .contenedor{
    max-width: 100%;
  }
}

@media (min-width: 1024px){
  .contenedor{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .contenedor{
    max-width: 1280px;
  }
}

.contenedor{
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

/**

header

**/

header #site-navigation #menu-principal {
  display: flex;
}

header #site-navigation #menu-principal > li {
  position: relative;
  margin-left: 1.25rem;
  display: flex;
  align-items: center;
  font-size: 1.25rem;
}

header #site-navigation #menu-principal > li.current-menu-item a, header #site-navigation #menu-principal > li.current-menu-parent a{
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(33, 97, 61, var(--tw-border-opacity));
}

header #site-navigation #menu-principal > li:last-of-type a {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: box-shadow, transform;
  font-family: 'metricsemibold', sans-serif;
  line-height: 1.5;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgba(33, 97, 61, var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
  font-size: 1.1rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

header #site-navigation #menu-principal > li:last-of-type a:hover {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  transform: scale(1.1);
}

header #site-navigation #menu-principal ul.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgba(249, 245, 248, var(--tw-bg-opacity));
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

header #site-navigation #menu-principal ul.sub-menu li a {
  border: none !important;
  display: block;
  width: 100%;
  padding: 0.5rem;
}

header #site-navigation #menu-principal ul.sub-menu a {
  font-size: 1.1rem;
}

header #site-navigation #menu-principal ul.sub-menu a:hover, header #site-navigation #menu-principal ul.sub-menu li.current-menu-item a{
  --tw-bg-opacity: 1;
  background-color: rgba(223, 202, 218, var(--tw-bg-opacity));
}

header #site-navigation #menu-principal > li:hover ul.sub-menu {
  display: block;
}

@media (max-width: 768px) {
  header .logo img {
    width: 120px;
    height: auto;
  }
}

header #mmenu-open {
  display: block;
  width: 35px;
  height: 30px;
  background: url(../img/mmenu.svg);
  background-size: cover;
  cursor: pointer;
}

header #mmenu-open.open {
  background: url(../img/mmenu-close.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#mobile-menu {
  position: fixed;
  width: 100%;
  height: calc(100% - 70px);
  background: red;
  background: rgba(255, 255, 255, 0.95);
  top: -100%;
  transition: top 0.5s ease;
  padding-bottom: 80px;
  z-index: 11;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2.5rem;
}

#mobile-menu .mobile-navigation li {
  border-bottom-width: 1px;
  border-color: rgba(59, 55, 53, 0.3);
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
}

#mobile-menu .mobile-navigation li .sub-menu {
  display: none;
  margin-top: 0.25rem;
  margin-left: 0.75rem;
}

#mobile-menu .mobile-navigation li .sub-menu.active {
  display: block;
}

#mobile-menu .mobile-navigation li .sub-menu li {
  border-bottom: none;
  padding-top: 0px;
  padding-bottom: 0px;
}

#mobile-menu .mobile-navigation li:first-of-type {
  padding-top: 0.5rem;
}

#mobile-menu .mobile-navigation li a {
  line-height: 1.2;
}

#mobile-menu .mobile-navigation li.current-menu-item {
  --tw-border-opacity: 1;
  border-color: rgba(33, 97, 61, var(--tw-border-opacity));
}

#mobile-menu .mobile-navigation li.current-menu-item a {
  font-family: 'metricsemibold', sans-serif;
  --tw-text-opacity: 1;
  color: rgba(33, 97, 61, var(--tw-text-opacity));
}

#mobile-menu .mobile-navigation li.current-menu-ancestor {
  --tw-border-opacity: 1;
  border-color: rgba(33, 97, 61, var(--tw-border-opacity));
}

.mmenu-open {
  overflow: hidden;
}

.mmenu-open #mobile-menu {
  top: 70px;
  transition: top 0.5s ease;
}

.mmenu-open #mobile-menu ul:not(.sub-menu) > li:last-of-type {
  position: fixed;
  bottom: 0;
  width: calc(100% - 2.5rem);
  border: none !important;
}

.mmenu-open #mobile-menu ul:not(.sub-menu) > li:last-of-type a {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: box-shadow, transform;
  font-family: 'metricsemibold', sans-serif;
  line-height: 1.5;
  width: 100%;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgba(33, 97, 61, var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 1.1rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.breadcrumbs {
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgba(33, 97, 61, var(--tw-text-opacity));
}

header {
  position: relative;
  top: 0;
  transition: top 0.5s ease;
  /*@media (min-width: 1024px) and (max-width:1280px){
		.site-branding{
			.container{
				max-width: 100%;
				@apply px-5
			}
		}
	}*/
}

header.scrolled-js {
  position: fixed;
  top: 0;
  width: 100%;
  background: white;
  transition: top 0.5s ease;
  z-index: 11;
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (max-width: 1280px) and (min-width: 1024px) {
  .tel-header {
    display: none;
  }
}

/**

footer

**/

footer#colophon .logo img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  footer#colophon .logo img {
    max-width: 120px;
    height: auto;
  }
}

.menu-legal ul {
  display: flex;
}

.menu-legal ul li {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.menu-legal ul li a {
  font-size: .875rem;
}

.menu-legal ul li:not(:last-of-type):after {
  content: " · ";
  margin-right: 5px;
}

.menu-legal ul li.current-menu-item a,
    .menu-legal ul li a:hover {
  text-decoration: underline;
}

/**

entry content

**/

.entry-content *, .block-editor-block-list__block *{
  overflow-wrap: break-word;
}

.entry-content p, .entry-content li, .block-editor-block-list__block p, .block-editor-block-list__block li{
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.entry-content p a, .entry-content li a, .block-editor-block-list__block p a, .block-editor-block-list__block li a{
  text-decoration: underline;
}

.entry-content figure,
.block-editor-block-list__block figure {
  max-width: 100%;
}

.entry-content figure, .block-editor-block-list__block figure{
  margin-bottom: 1rem;
}

.entry-content .wp-caption-text, .block-editor-block-list__block .wp-caption-text{
  margin-top: 0.5rem;
}

.entry-content h1,
.block-editor-block-list__block h1 {
  line-height: 1.3;
}

.entry-content h1, .block-editor-block-list__block h1{
  margin-bottom: 0.75rem;
  font-size: 3rem;
}

.entry-content h2,
.block-editor-block-list__block h2 {
  line-height: 1.3;
}

.entry-content h2, .block-editor-block-list__block h2{
  margin-bottom: 0.75rem;
  font-size: 2.25rem;
}

.entry-content h3,
.block-editor-block-list__block h3 {
  line-height: 1.3;
}

.entry-content h3, .block-editor-block-list__block h3{
  margin-bottom: 0.75rem;
  font-size: 1.875rem;
}

.entry-content h4,
.block-editor-block-list__block h4 {
  line-height: 1.3;
}

.entry-content h4, .block-editor-block-list__block h4{
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5,
.block-editor-block-list__block h1,
.block-editor-block-list__block h2,
.block-editor-block-list__block h3,
.block-editor-block-list__block h4,
.block-editor-block-list__block h5 {
  font-family: 'metricsemibold', sans-serif;
}

.entry-content ul li,
.block-editor-block-list__block ul li {
  position: relative;
  padding-left: 30px;
}

.entry-content ul li:before,
  .block-editor-block-list__block ul li:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 3px;
}

.entry-content ul li:before, .block-editor-block-list__block ul li:before{
  --tw-bg-opacity: 1;
  background-color: rgba(192, 150, 182, var(--tw-bg-opacity));
}

@media (max-width: 768px) {
  .entry-content h1, .block-editor-block-list__block h1{
    font-size: 2.25rem;
  }

  .entry-content h2, .block-editor-block-list__block h2{
    font-size: 1.875rem;
  }

  .entry-content h3, .block-editor-block-list__block h3{
    font-size: 1.5rem;
  }

  .entry-content h4, .block-editor-block-list__block h4{
    font-size: 1.25rem;
  }
}

.entry-content .wp-block-separator, .block-editor-block-list__block .wp-block-separator{
  --tw-border-opacity: 1;
  border-color: rgba(223, 202, 218, var(--tw-border-opacity));
}

.entry-content ol,
.block-editor-block-list__block ol {
  list-style: decimal;
  margin-left: 15px;
}

.entry-content ol li,
  .block-editor-block-list__block ol li {
  padding-left: 0;
}

.wp-block-post-title {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 60px;
}

p, li{
  font-size: 1.1rem;
}

.destacado {
  font-family: 'metricsemibold';
  font-size: 1.875rem !important;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1.25rem;
  padding-bottom: 0.75rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (max-width: 768px) {
  .destacado {
    font-size: 1.5rem !important;
  }
}

/**

card

**/

.card figure {
  overflow: hidden;
  max-height: 200px;
}

.card figure img {
  max-width: 100%;
  transform: scale(1);
  transition: .3s ease-in-out;
}

.card figure img:hover {
  transform: scale(1.2);
}

@media (max-width: 768px) {
  .card {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px !important;
  }
}

.card.vertical-card figure {
  max-height: 300px;
  display: flex;
}

.card.vertical-card figure img {
  width: 100%;
  align-self: center;
}

/**

home 

**/

.hero-image img {
  width: 100%;
}

/**

servicios 

**/

.widget .menu li:before {
  content: "+";
  padding-right: 10px;
}

.widget .menu li.current_page_item {
  font-family: 'metricsemibold';
  --tw-text-opacity: 1;
  color: rgba(33, 97, 61, var(--tw-text-opacity));
}

.widget .wpcf7 input::-moz-placeholder {
  font-family: 'metricregular';
  font-size: 1.1rem;
  --tw-text-opacity: 1;
  color: rgba(59, 55, 53, var(--tw-text-opacity));
}

.widget .wpcf7 input::placeholder {
  font-family: 'metricregular';
  font-size: 1.1rem;
  --tw-text-opacity: 1;
  color: rgba(59, 55, 53, var(--tw-text-opacity));
}

.widget .wpcf7 textarea::-moz-placeholder {
  font-family: 'metricregular';
  font-size: 1.1rem;
  --tw-text-opacity: 1;
  color: rgba(59, 55, 53, var(--tw-text-opacity));
}

.widget .wpcf7 textarea::placeholder {
  font-family: 'metricregular';
  font-size: 1.1rem;
  --tw-text-opacity: 1;
  color: rgba(59, 55, 53, var(--tw-text-opacity));
}

.widget .wpcf7 input[type=text],
.widget .wpcf7 textarea,
.widget .wpcf7 input[type=email],
.widget .wpcf7 input[type=tel] {
  outline: none;
  font-family: 'metricregular';
}

.widget .wpcf7 input[type=text], .widget .wpcf7 textarea, .widget .wpcf7 input[type=email], .widget .wpcf7 input[type=tel]{
  width: 100%;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(59, 55, 53, var(--tw-border-opacity));
  background-color: transparent;
  padding: 0.75rem;
  font-size: 1.1rem;
}

.widget .wpcf7 input[type=submit] {
  font-family: 'metriclight';
  width: 100%;
  --tw-border-opacity: 1;
  border-color: rgba(59, 55, 53, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(59, 55, 53, var(--tw-bg-opacity));
  padding: 1.25rem;
  font-size: 1.1rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.widget .wpcf7 .wpcf7-not-valid-tip {
  padding: 5px;
  line-height: 1;
}

.widget .wpcf7 form.invalid .wpcf7-response-output,
.widget .wpcf7 form.unaccepted .wpcf7-response-output,
.widget .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #dc3232;
  background: #dc3232;
  color: white;
  line-height: 1;
  margin: 0;
}

.widget .wpcf7 form.sent .wpcf7-response-output {
  background: #46b450;
  color: white;
  line-height: 1;
  margin: 0;
}

.widget .wpcf7 form.sent .form-wrapper {
  display: none;
}

.widget .wpcf7 .legal {
  position: relative;
}

.widget .wpcf7 .legal .wpcf7-list-item {
  margin: 0;
}

.widget .wpcf7 .legal input[type=checkbox] {
  opacity: 0;
  z-index: 1;
  position: absolute;
}

.widget .wpcf7 .legal input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  content: "\d7";
  position: absolute;
  left: 0;
  text-indent: 0;
  font-size: 2rem;
  line-height: 23px;
  height: 13px;
}

.widget .wpcf7 .legal .wpcf7-not-valid-tip {
  display: none;
}

.widget .wpcf7 .legal a {
  text-decoration: underline;
}

.widget .wpcf7 .legal .wpcf7-list-item-label {
  text-indent: -9999px;
  width: 16px;
  height: 16px;
  display: block;
  margin-right: 5px;
  position: relative;
  top: 2px;
  cursor: pointer;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(59, 55, 53, var(--tw-border-opacity));
}

.widget .wpcf7 .legal .wpcf7-not-valid .wpcf7-list-item-label {
  border-color: #dc3232;
}

/**

clientes

**/

.clientes-grid {
  min-height: 150px;
  width: 20%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
  align-items: center;
}

.clientes-grid img {
  max-width: 100%;
  height: auto;
  filter: grayscale(1);
}

@media (max-width: 1200px) {
  .clientes-grid {
    width: 33.33%;
  }

  .clientes-grid img {
    max-height: 60px;
    width: auto;
  }
}

@media (max-width: 800px) {
  .clientes-grid {
    width: 50%;
  }
}

@media (max-width: 450px) {
  .clientes-grid {
    width: 100%;
    min-height: 0;
  }
}

.mask {
  position: relative;
  background: white;
  padding: 1px;
}

@media (max-width: 768px) {
  .mask {
    max-width: 300px;
    margin: 0 auto;
  }
}

.mask img {
  display: none;
}

.mask img.lazyloaded, .mask img.lazyload {
  display: block;
}

.mask:before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
}

.mask:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background: url(../img/ellipse-mask.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.block-editor-block-list__block .mask img {
  display: block !important;
}

.contact-form .wpcf7 input::-moz-placeholder {
  font-family: 'metricregular';
  font-size: 1.1rem;
  --tw-text-opacity: 1;
  color: rgba(59, 55, 53, var(--tw-text-opacity));
}

.contact-form .wpcf7 input::placeholder {
  font-family: 'metricregular';
  font-size: 1.1rem;
  --tw-text-opacity: 1;
  color: rgba(59, 55, 53, var(--tw-text-opacity));
}

.contact-form .wpcf7 textarea::-moz-placeholder {
  font-family: 'metricregular';
  font-size: 1.1rem;
  --tw-text-opacity: 1;
  color: rgba(59, 55, 53, var(--tw-text-opacity));
}

.contact-form .wpcf7 textarea::placeholder {
  font-family: 'metricregular';
  font-size: 1.1rem;
  --tw-text-opacity: 1;
  color: rgba(59, 55, 53, var(--tw-text-opacity));
}

.contact-form .wpcf7 input[type=text],
.contact-form .wpcf7 textarea,
.contact-form .wpcf7 input[type=email],
.contact-form .wpcf7 input[type=tel] {
  outline: none;
  font-family: 'metricregular';
}

.contact-form .wpcf7 input[type=text], .contact-form .wpcf7 textarea, .contact-form .wpcf7 input[type=email], .contact-form .wpcf7 input[type=tel]{
  width: 100%;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(59, 55, 53, var(--tw-border-opacity));
  background-color: transparent;
  padding: 0.75rem;
  font-size: 1.1rem;
}

.contact-form .wpcf7 input[type=submit] {
  font-family: 'metriclight';
  width: 100%;
  --tw-border-opacity: 1;
  border-color: rgba(59, 55, 53, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(59, 55, 53, var(--tw-bg-opacity));
  padding: 1.25rem;
  font-size: 1.1rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.contact-form .wpcf7 .wpcf7-not-valid-tip {
  padding: 5px;
  line-height: 1;
}

.contact-form .wpcf7 form.invalid .wpcf7-response-output,
.contact-form .wpcf7 form.unaccepted .wpcf7-response-output,
.contact-form .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #dc3232;
  background: #dc3232;
  color: white;
  line-height: 1;
  margin: 0;
}

.contact-form .wpcf7 form.sent .wpcf7-response-output {
  background: #46b450;
  color: white;
  line-height: 1;
  margin: 0;
}

.contact-form .wpcf7 form.sent .form-wrapper {
  display: none;
}

.contact-form .wpcf7 .legal {
  position: relative;
}

.contact-form .wpcf7 .legal .wpcf7-list-item {
  margin: 0;
}

.contact-form .wpcf7 .legal input[type=checkbox] {
  opacity: 0;
  z-index: 1;
  position: absolute;
}

.contact-form .wpcf7 .legal input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  content: "\d7";
  position: absolute;
  left: -1px;
  text-indent: 0;
  font-size: 2rem;
  line-height: 23px;
  height: 13px;
}

.contact-form .wpcf7 .legal .wpcf7-not-valid-tip {
  display: none;
}

.contact-form .wpcf7 .legal a {
  text-decoration: underline;
}

.contact-form .wpcf7 .legal .wpcf7-list-item-label {
  text-indent: -9999px;
  width: 16px;
  height: 16px;
  display: block;
  margin-right: 5px;
  position: relative;
  top: 2px;
  cursor: pointer;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(59, 55, 53, var(--tw-border-opacity));
}

.contact-form .wpcf7 .legal .wpcf7-not-valid .wpcf7-list-item-label {
  border-color: #dc3232;
}

/**
cookies
**/

body #cookie-notice {
  max-width: 800px;
  min-width: 0;
  bottom: 30px;
  left: 50px;
  --tw-bg-opacity: 1;
  background-color: rgba(33, 97, 61, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(59, 55, 53, var(--tw-text-opacity));
}

body #cookie-notice a {
  text-decoration: underline;
}

body #cookie-notice .cookie-notice-container {
  text-align: left;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  body #cookie-notice .cookie-notice-container {
    display: block;
  }
}

body #cookie-notice a.cn-set-cookie {
  color: #21613D !important;
  white-space: nowrap;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: .875rem;
  text-decoration: none;
}

@media (max-width: 768px) {
  body #cookie-notice a.cn-set-cookie {
    margin-left: 0;
  }
}

body #cookie-notice .cn-close-icon {
  display: none !important;
}

@media (max-width: 900px) {
  body #cookie-notice {
    min-width: 100%;
    bottom: 0;
    left: 0;
  }
}

.newsletter-form input[type=email] {
  font-size: 15px;
  margin-right: 0.75rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(33, 97, 61, var(--tw-border-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.25rem;
  font-family: metriclight, sans-serif;
  --tw-text-opacity: 1;
  color: rgba(33, 97, 61, var(--tw-text-opacity));
}

.newsletter-form input[type=submit] {
  font-size: 14px;
  border-width: 3px;
  cursor: pointer;
  margin-left: auto;
  --tw-border-opacity: 1;
  border-color: rgba(33, 97, 61, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(33, 97, 61, var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.newsletter-form .mc4wp-form-fields {
  display: flex;
}

@media (min-width: 768px){
  .newsletter-form .mc4wp-form-fields{
    align-items: center;
  }
}

.newsletter-form .mc4wp-alert.mc4wp-success {
  margin-top: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgba(33, 97, 61, var(--tw-bg-opacity));
  padding: 0.5rem;
  font-size: .875rem;
}

.newsletter-form .mc4wp-alert.mc4wp-success p {
  font-size: .875rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.newsletter-sidebar-form input[type=email] {
  outline: none;
  font-family: 'metricregular';
  margin-bottom: 0.75rem;
  width: 100%;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(59, 55, 53, var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
  font-size: 1.1rem;
}

.newsletter-sidebar-form input[type=submit] {
  font-family: 'metriclight';
  cursor: pointer;
  width: 100%;
  --tw-border-opacity: 1;
  border-color: rgba(59, 55, 53, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(59, 55, 53, var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
  font-size: 1.1rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.newsletter-sidebar-form .mc4wp-alert.mc4wp-success {
  margin-top: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgba(33, 97, 61, var(--tw-bg-opacity));
  padding: 0.5rem;
  font-size: .875rem;
}

.newsletter-sidebar-form .mc4wp-alert.mc4wp-success p {
  font-size: .875rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

body .navigation li {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

body .navigation li a,
  body .navigation li a:hover,
  body .navigation li span,
  body .navigation li span:hover {
  border: none;
  background: none;
  text-decoration: none !important;
  padding-top: 7px;
}

body .navigation li a, body .navigation li a:hover, body .navigation li span, body .navigation li span:hover{
  text-align: center;
  font-size: 1.1rem;
  --tw-text-opacity: 1;
  color: rgba(33, 97, 61, var(--tw-text-opacity));
}

body .navigation li .page.current {
  width: 50px;
  height: 30px;
  border: none;
  display: inline-block;
  line-height: 21px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(33, 97, 61, var(--tw-bg-opacity));
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

/**
comments
**/

.comment-list .comment {
  max-width: 800px;
  margin-bottom: 1.25rem;
  background-color: rgba(33, 97, 61, 0.1);
  padding: 1.25rem;
}

.comment-list .comment .comment-metadata {
  margin-bottom: 0.75rem;
  font-size: .875rem;
}

.comment-list .comment .comment-author.vcard {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  font-size: .875rem;
}

.comment-list .comment .comment-author.vcard img {
  margin-right: 0.75rem;
}

.comment-list .comment .comment-author.vcard .says {
  margin-left: 0.25rem;
}

.comment-list .comment .comment-awaiting-moderation {
  margin-bottom: 0.75rem;
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgba(33, 97, 61, var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: .75rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.comment-list .comment .reply {
  margin-top: 0.5rem;
}

.comment-list .comment .reply a {
  display: inline-block;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(33, 97, 61, var(--tw-border-opacity));
  background-color: transparent;
}

.comment-list .comment .reply a:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(33, 97, 61, var(--tw-bg-opacity));
}

.comment-list .comment .reply a{
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: .875rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(33, 97, 61, var(--tw-text-opacity));
}

.comment-list .comment .reply a:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.comment-list .comment .reply a{
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.comment-list .comment ol.children {
  margin-top: 0.5rem;
}

.comment-list .comment ol.children li.comment {
  background-color: transparent;
}

#respond {
  margin-top: 2.5rem;
  border-top-width: 1px;
  border-color: rgba(59, 55, 53, 0.1);
  padding-top: 2.5rem;
}

#respond .required-field-message,
  #respond .comment-form-url {
  display: none;
}

#respond .comment-notes, #respond .comment-form-cookies-consent{
  font-size: .75rem;
}

#respond .comment-form-comment {
  display: flex;
  flex-direction: column;
}

#respond .comment-form-comment label {
  margin-bottom: 0.5rem;
}

#respond .comment-form-comment textarea {
  resize: none;
  background-color: rgba(59, 55, 53, 0.1);
  padding: 0.75rem;
  font-family: metriclight, sans-serif;
  font-size: 1.1rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

#respond .comment-form-author, #respond .comment-form-email{
  display: flex;
  flex-direction: column;
}

#respond .comment-form-author input, #respond .comment-form-email input{
  background-color: rgba(59, 55, 53, 0.1);
  padding: 0.75rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

#respond .comment-form-cookies-consent {
  display: flex;
}

#respond .comment-form-cookies-consent label {
  padding-left: 1rem;
}

#respond .form-submit input[type=submit] {
  display: inline-block;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(33, 97, 61, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(33, 97, 61, var(--tw-bg-opacity));
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

#respond .comment-form-comment,
  #respond .comment-form-author,
  #respond .comment-form-email,
  #respond .comment-form-cookies-consent,
  #respond .form-submit {
  width: 100%;
  max-width: 500px;
}

#respond .comment-form-comment, #respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-cookies-consent, #respond .form-submit{
  margin-top: 1rem;
}

.widget_text + .widget_categories {
  margin-top: -1.25rem;
}

.widget_categories ul li {
  padding-left: 20px;
  background: url(../img/caret-list.svg) no-repeat center left;
  background-position-y: 4px;
}

.widget_search .wp-block-search__label {
  font-family: 'metricsemibold', sans-serif;
  font-size: 1.1rem;
}

.widget_search .wp-block-search__inside-wrapper {
  position: relative;
}

.widget_search input[type=search] {
  width: 100%;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(59, 55, 53, var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
  font-size: 1.1rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.widget_search button {
  background: url(../img/search.svg) center no-repeat;
  background-size: contain;
  text-indent: -9999px;
  right: 10px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  border-style: none;
  background-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 768px) {
  .wd {
    width: 50%;
  }
}

@media (min-width: 768px){

  .md\:sticky{
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .md\:-mt-20{
    margin-top: -5rem !important;
  }

  .md\:-mt-60{
    margin-top: -15rem !important;
  }

  .md\:mb-0{
    margin-bottom: 0px !important;
  }

  .md\:mb-20{
    margin-bottom: 5rem !important;
  }

  .md\:block{
    display: block !important;
  }

  .md\:flex{
    display: flex !important;
  }

  .md\:grid{
    display: grid !important;
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .md\:flex-row{
    flex-direction: row !important;
  }

  .md\:flex-col{
    flex-direction: column !important;
  }

  .md\:justify-center{
    justify-content: center !important;
  }

  .md\:gap-4{
    gap: 1rem !important;
  }

  .md\:border-0{
    border-width: 0px !important;
  }

  .md\:border-r{
    border-right-width: 1px !important;
  }

  .md\:border-black-100{
    border-color: rgba(59, 55, 53, 0.1) !important;
  }

  .md\:p-10{
    padding: 2.5rem !important;
  }

  .md\:px-0{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .md\:px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .md\:pt-8{
    padding-top: 2rem !important;
  }

  .md\:pb-5{
    padding-bottom: 1.25rem !important;
  }

  .md\:pl-10{
    padding-left: 2.5rem !important;
  }

  .md\:text-center{
    text-align: center !important;
  }

  .md\:text-3xl{
    font-size: 1.875rem !important;
  }

  .md\:text-4xl{
    font-size: 2.25rem !important;
  }

  .md\:text-5xl{
    font-size: 3rem !important;
  }

  .md\:leading-8{
    line-height: 2rem !important;
  }
}

@media (min-width: 1024px){

  .lg\:-mt-32{
    margin-top: -8rem !important;
  }

  .lg\:ml-3{
    margin-left: 0.75rem !important;
  }

  .lg\:ml-auto{
    margin-left: auto !important;
  }

  .lg\:block{
    display: block !important;
  }

  .lg\:hidden{
    display: none !important;
  }

  .lg\:px-0{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

@media (min-width: 1280px){

  .xl\:-mt-60{
    margin-top: -15rem !important;
  }
}
