.transition {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.vertical-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.appearance {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: none;
  background: none;
}
.height-float:after {
  content: '';
  display: table;
  clear: both;
}
.op {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.op.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
/* normalize */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.55;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}
/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  right: 40px;
  top: 40px;
  width: 36px;
  height: 36px;
  background: url(../images/close-popup.svg) no-repeat center;
}
.fancybox-slide--html .fancybox-close-small svg {
  display: none;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px 44px 25px 44px;
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}
/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
li,
td,
button,
input,
textarea,
select,
label {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
a,
button,
input[type="submit"] {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover,
button:hover,
input[type="submit"]:hover {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
li,
section,
div,
article {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  padding: 0;
  margin: 0;
}
figure {
  margin: 0;
  display: block;
}
input,
a {
  text-decoration: none;
  outline: 0;
}
input:hover,
a:hover,
input:focus,
a:focus {
  text-decoration: none;
  outline: 0;
}
input,
select,
textarea {
  border-radius: 0;
}
/* commons-theme */
svg {
  pointer-events: none;
}
:focus {
  outline: 0;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  outline: 0 !important;
  border: none;
  background: none;
  margin: 0;
}
input[type="checkbox"]:before,
input[type="radio"]:before {
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  outline: 0;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: url('../images/icon-checkbox.svg') no-repeat center;
  content: '';
  display: inline-block;
  margin-right: 12px;
  top: 4px;
}
input[type="checkbox"]:checked:before,
input[type="radio"]:checked:before {
  background: url('../images/icon-checked.svg') no-repeat center;
}
.black {
  color: #000;
}
.regular {
  font-weight: 400;
}
.bold {
  font-weight: 700;
}
.mont-black {
  font-weight: 900;
}
.mont {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "AustynsSakyra Italic";
  src: url(../fonts/AustynsSakyra-Italic.ttf) format("truetype");
  font-style: italic;
  font-weight: normal;
}
@font-face {
  font-family: "Metropolis Medium";
  src: url(../fonts/Metropolis-Medium.otf) format("truetype");
  font-style: italic;
  font-weight: normal;
}
.metro {
  font-family: "Metropolis Medium";
}
.play {
  font-family: "AustynsSakyra Italic", sans-serif;
  /* Activar ligaduras discrecionales */
  font-feature-settings: "dlig" 1;
  /* Soporte específico para navegadores antiguos */
  -moz-font-feature-settings: "dlig" 1;
  -webkit-font-feature-settings: "dlig" 1;
  /* Por compatibilidad con algunas implementaciones de CSS */
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
}
.popup--gen {
  padding: 65px 110px 50px;
  max-width: 870px;
  border-radius: 10px;
  display: none;
}
.popup--gen h4 {
  font-weight: 700;
  font-size: 43px;
  font-size: 2.6875rem;
  color: #2D2E39;
  padding-bottom: 35px;
  line-height: 1;
}
.popup--gen h4 strong {
  display: block;
}
.one-column {
  -webkit-column-count: 1;
  /* Chrome, Safari, Opera */
  -moz-column-count: 1;
  /* Firefox */
  column-count: 1;
  -webkit-column-gap: 0;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 0;
  /* Firefox */
  column-gap: 0;
}
.two-columns {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  -webkit-column-gap: 40px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 40px;
  /* Firefox */
  column-gap: 40px;
}
.three-columns {
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  -moz-column-count: 3;
  /* Firefox */
  column-count: 3;
  -webkit-column-gap: 40px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 40px;
  /* Firefox */
  column-gap: 40px;
}
/* general */
.top--menu {
  margin-top: 155px;
}
.form--gen p {
  margin-bottom: 50px;
}
.form--gen p label {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  color: #000;
  text-transform: uppercase;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.form--gen .field-two {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 50px;
}
.form--gen .field-policy-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form--gen .field-policy-submit__policy {
  width: 50%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.form--gen .field-policy-submit__submit {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 50%;
}
.form--gen .field-policy-submit__submit .wpcf7-spinner {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.form--gen .field-policy-submit__submit input[type="submit"] {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-weight: 900;
  font-size: 25px;
  font-size: 1.5625rem;
  color: #fff;
  position: relative;
  z-index: 9;
  padding: 32px;
  background: #000;
  text-transform: uppercase;
  min-width: 250px;
}
.form--gen .field-policy-submit__submit input[type="submit"]:hover {
  background: #000000c9;
}
.form--gen .hidden {
  display: none;
}
.form--gen .wpcf7-list-item {
  margin: 0;
}
.form--gen ::-webkit-input-placeholder {
  color: #000;
}
.form--gen ::-moz-placeholder {
  color: #000;
}
.form--gen :-ms-input-placeholder {
  color: #000;
}
.form--gen ::-ms-input-placeholder {
  color: #000;
}
.form--gen ::placeholder {
  color: #000;
}
.form--gen input[type="text"],
.form--gen input[type="tel"],
.form--gen input[type="email"],
.form--gen textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  color: #000;
  text-transform: uppercase;
  background: none;
  border-bottom: 1px solid #888888;
  padding: 15px 0;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.form--gen input[type="text"]:focus,
.form--gen input[type="tel"]:focus,
.form--gen input[type="email"]:focus,
.form--gen textarea:focus {
  border-bottom: 1px solid #000;
}
.form--gen select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: none;
  background: none;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  color: #000;
  background: url(../images/icon-select.svg) no-repeat right center;
  border-bottom: 1px solid #888888;
  letter-spacing: 0.25em;
  padding: 12px 0;
  padding-right: 30px;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  cursor: pointer;
}
.form--gen .field--file {
  background: url(../images/icon-upload.svg) no-repeat right center;
  border-bottom: 1px solid #818288;
  padding: 12px 0;
  padding-right: 30px;
  display: block;
  width: 100%;
  text-transform: uppercase;
  text-align: left;
}
.form--gen .field--file input[type="file"] {
  display: none;
}
.form--gen .field--file__text {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  display: block;
  width: 100%;
  letter-spacing: 0.25em;
  color: #818288;
}
.form--gen textarea {
  height: 100px;
}
.form--gen label {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #818288;
  cursor: pointer;
  margin-bottom: 20px;
  display: block;
}
.form--gen label a {
  color: #818288;
  text-decoration: underline;
  font-weight: 400;
}
.form--gen label a:hover {
  color: #42E9AD;
}
.gdpr_lightbox {
  z-index: 99999;
}
.moove-gdpr-branding-cnt {
  display: none !important;
}
#moove_gdpr_cookie_info_bar {
  z-index: 9999;
}
#moove_gdpr_save_popup_settings_button {
  width: 52px;
  height: 52px;
  background: url(../images/cookies.svg) no-repeat center #f4f4f5;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  border-radius: 50%;
}
#moove_gdpr_save_popup_settings_button span.moove_gdpr_icon {
  display: none!important;
}
#moove_gdpr_save_popup_settings_button span.moove_gdpr_icon svg {
  display: none;
}
#moove_gdpr_save_popup_settings_button span.moove_gdpr_text {
  display: none !important;
}
#moove_gdpr_cookie_info_bar:not(.moove-gdpr-info-bar-hidden):after {
  content: '';
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
.lity {
  z-index: 9999 !important;
}
.bg-none {
  background: none;
}
/* COOKIES */
#cookie-notice {
  -webkit-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.3), 0 -5px 20px rgba(0, 0, 0, 0.22);
          box-shadow: 0 0px 40px rgba(0, 0, 0, 0.3), 0 -5px 20px rgba(0, 0, 0, 0.22);
  background-color: #000 !important;
  left: inherit;
  text-align: center;
  width: 100%;
  max-width: 320px;
  min-width: auto;
  right: 20px;
  bottom: 20px;
  position: fixed;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 9999;
}
.cookie-notice-container {
  padding: 25px;
}
#cookie-notice span {
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  display: block;
}
#cookie-notice #cn-notice-buttons {
  margin-bottom: 0;
}
#cookie-notice a:hover {
  color: #000;
  background-color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#cookie-notice a {
  font-weight: 500;
  font-size: 15px;
  line-height: 14px;
  text-align: left;
  color: #fff;
  display: block;
  margin: 0 auto !important;
  margin-top: 15px;
  padding: 10px 20px;
  border-radius: 20px;
  background: transparent;
  text-align: center;
  border: 1px solid #FFFF;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.cookies-accepted #cookie-notice {
  right: -500px;
}
#cn-close-notice {
  display: none !important;
}
/* error 404 */
.c-error {
  text-align: center;
}
.c-error > .container {
  padding: 150px 35px;
}
.c-error h1 {
  font-family: "AustynsSakyra Italic", sans-serif;
  /* Activar ligaduras discrecionales */
  font-feature-settings: "dlig" 1;
  /* Soporte específico para navegadores antiguos */
  -moz-font-feature-settings: "dlig" 1;
  -webkit-font-feature-settings: "dlig" 1;
  /* Por compatibilidad con algunas implementaciones de CSS */
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  font-size: 40px;
  font-size: 2.5rem;
  color: #000;
  text-transform: uppercase;
}
.c-error h1 + p {
  font-size: 25px;
  font-size: 1.5625rem;
  color: #818288;
  padding-top: 15px;
  padding-bottom: 15px;
}
.c-error .o-more a {
  font-family: "AustynsSakyra Italic", sans-serif;
  /* Activar ligaduras discrecionales */
  font-feature-settings: "dlig" 1;
  /* Soporte específico para navegadores antiguos */
  -moz-font-feature-settings: "dlig" 1;
  -webkit-font-feature-settings: "dlig" 1;
  /* Por compatibilidad con algunas implementaciones de CSS */
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  font-size: 18px;
  font-size: 1.125rem;
  color: #000;
}
.c-error .o-more a:hover {
  text-decoration: underline;
}
.gutenberg--redes {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  padding-top: 15px;
}
.gutenberg--redes__item h4 {
  font-size: 16px;
  font-size: 1rem;
  padding-bottom: 10px;
}
.gutenberg--redes__item ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4375;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #201C1A;
  text-decoration: none !important;
}
.gutenberg--redes__item ul li a:hover {
  text-decoration: underline;
}
.gutenberg--redes__item ul li a svg {
  margin-right: 9px;
}
.gutenberg--areas {
  padding: 15px 0 60px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.gutenberg--areas__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 205px 20px 1fr;
  grid-template-columns: 205px 1fr;
  grid-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gutenberg--areas__item figure img {
  display: block;
  border-radius: 5px;
}
.gutenberg--areas__item__text p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4375;
  color: #202020;
  padding-bottom: 10px;
}
.gutenberg--areas__item__text p:last-child {
  padding-bottom: 0;
}
.gutenberg--areas__item__text p strong {
  font-weight: 700;
}
.gutenberg--areas__item__text p a {
  text-decoration: none !important;
}
.gutenberg--destacados {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  padding-bottom: 60px;
}
.gutenberg--destacados a {
  text-decoration: none !important;
}
.gutenberg--destacados__item figure {
  padding-bottom: 25px;
}
.gutenberg--destacados__item figure img {
  display: block;
  border-radius: 5px;
  aspect-ratio: 1.6;
}
.gutenberg--destacados__item h2 {
  padding-bottom: 10px;
}
.gutenberg--destacados__item p {
  padding: 0;
}
.gutenberg--destacados__item p button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  background: none;
  border: none;
  font-family: "AustynsSakyra Italic", sans-serif;
  /* Activar ligaduras discrecionales */
  font-feature-settings: "dlig" 1;
  /* Soporte específico para navegadores antiguos */
  -moz-font-feature-settings: "dlig" 1;
  -webkit-font-feature-settings: "dlig" 1;
  /* Por compatibilidad con algunas implementaciones de CSS */
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  font-size: 20px;
  font-size: 1.25rem;
  color: #000;
}
.gutenberg--destacados__item p button:hover {
  text-decoration: underline;
}
.c-generica .o-content__rrss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-generica .o-content__rrss > span {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #818288;
  display: block;
  margin-right: 5px;
}
.c-generica .o-content__rrss .st-btn {
  display: inline-block !important;
  border: none !important;
  padding: 0 !important;
  width: 20px !important;
  height: 20px !important;
}
.c-generica .o-content__rrss .st-btn img {
  display: none !important;
}
.c-generica .o-content__rrss .st-btn[data-network='facebook'] {
  background: url(../images/share-facebook.svg) no-repeat center;
}
.c-generica .o-content__rrss .st-btn[data-network='twitter'] {
  background: url(../images/share-twitter.svg) no-repeat center;
}
.c-generica .o-content__rrss .st-btn[data-network='linkedin'] {
  background: url(../images/share-linkedin.svg) no-repeat center;
}
.gutenberg--documentos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px 20px;
  padding: 15px 0 60px;
}
.gutenberg--documentos__item {
  padding-bottom: 0 !important;
}
.gutenberg--documentos__item a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4375;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #201C1A;
  text-decoration: none !important;
  padding-left: 25px;
  position: relative;
}
.gutenberg--documentos__item a svg {
  position: absolute;
  top: 1px;
  left: 0;
}
.gutenberg--documentos__item a:hover {
  text-decoration: underline !important;
  color: #202020 !important;
}
.gutenberg--titular-texto {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 120px 50%;
  grid-template-columns: 1fr 50%;
  grid-gap: 120px;
  margin-bottom: 60px;
}
.gutenberg--titular-texto.order--reverse {
  -ms-grid-columns: 50% 120px 1fr;
  grid-template-columns: 50% 1fr;
}
.gutenberg--titular-texto.order--reverse .gutenberg--titular-texto__text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.gutenberg--titular-texto.order--reverse h2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.gutenberg--titular-texto h2 {
  font-weight: 700 !important;
  font-size: 35px !important;
  font-size: 2.1875rem !important;
  line-height: 1.17142857 !important;
  color: #676767 !important;
  padding-bottom: 0 !important;
}
.gutenberg--desplegables {
  margin-bottom: 60px;
}
.gutenberg--desplegables__item {
  margin-bottom: 10px;
}
.gutenberg--desplegables__item h2 {
  font-family: 'Prompt', sans-serif !important;
  border-radius: 5px;
  font-size: 15px !important;
  font-size: 0.9375rem !important;
  color: #161615 !important;
  line-height: 1 !important;
  border: 1px solid #2D2E39;
  padding: 14px 70px 12px 35px !important;
  position: relative;
  cursor: pointer;
}
.gutenberg--desplegables__item h2:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  outline: 0;
  background: url(../images/gen-desplegable-mas.svg) no-repeat center;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.gutenberg--desplegables__item h2.js-active:before {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}
.gutenberg--desplegables__item__text {
  padding: 15px 35px 0;
  display: none;
}
.gutenberg--desplegables__item__text p {
  font-size: 17px !important;
  max-width: 880px;
}
@media screen and (max-width: 1023px) {
  .gutenberg--titular-texto,
  .gutenberg--titular-texto.order--reverse {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    margin-bottom: 30px;
  }
  .gutenberg--titular-texto h2,
  .gutenberg--titular-texto.order--reverse h2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .gutenberg--titular-texto .gutenberg--titular-texto__text,
  .gutenberg--titular-texto.order--reverse .gutenberg--titular-texto__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .wp-block-columns {
    display: block;
  }
  .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
  .gutenberg--documentos,
  .gutenberg--redes {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .gutenberg--areas {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .gutenberg--titular-texto h2 {
    font-size: 25px !important;
  }
  .gutenberg--documentos,
  .gutenberg--redes {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .gutenberg--destacados {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 520px) {
  .gutenberg--areas__item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
/* GENERICA */
.c-generica {
  overflow: hidden;
}
.c-generica .o-bread {
  padding-bottom: 10px;
}
.c-generica .o-bread .breadcrumbs {
  max-width: 400px;
}
.c-generica .o-intro {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 435px 120px 1fr;
  grid-template-columns: 435px 1fr;
  grid-gap: 120px;
  margin-bottom: 50px;
}
.c-generica .o-intro__info {
  padding-top: 55px;
  padding-bottom: 75px;
}
.c-generica .o-intro__info__cat {
  font-weight: 700;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #ABABB0;
  letter-spacing: 0.1em;
  padding-bottom: 7px;
  text-transform: uppercase;
  display: block;
}
.c-generica .o-intro__info h1 {
  font-weight: 700;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.125;
  color: #000;
  padding-bottom: 10px;
}
.c-generica .o-intro__info__data {
  display: block;
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #000;
  letter-spacing: 0.25em;
}
.c-generica .o-intro__info__data span {
  font-weight: 700;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #000;
  letter-spacing: 0.25em;
}
.c-generica .o-intro__info__data span strong {
  text-decoration: underline;
}
.c-generica .o-intro__info__data span:nth-child(2) {
  letter-spacing: inherit;
}
.c-generica .o-intro figure {
  position: relative;
  min-height: 340px;
}
.c-generica .o-intro figure a {
  height: 100%;
}
.c-generica .o-intro figure img {
  width: calc(100% + 110px);
  max-width: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 10px 175px 10px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.c-generica .o-content {
  padding-bottom: 90px;
}
.c-generica .o-content__rrss {
  padding-bottom: 30px;
}
.c-generica .o-content__author {
  padding-top: 35px;
  margin-top: 60px;
  border-top: 1px solid #ABABB0;
}
.c-generica .o-content__author.grid--author {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 110px 28px 1fr;
  grid-template-columns: 110px 1fr;
  grid-gap: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 760px;
  width: 100%;
}
.c-generica .o-content__author a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 110px 28px 1fr;
  grid-template-columns: 110px 1fr;
  grid-gap: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 760px;
  width: 100%;
  color: initial !important;
  text-decoration: none !important;
}
.c-generica .o-content__author a:hover {
  text-decoration: none !important;
  color: initial !important;
}
.c-generica .o-content__author picture img {
  display: block;
  height: 155px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 170px 10px 270px 270px;
}
.c-generica .o-content__author__text h4 {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #000;
  padding-bottom: 10px;
  text-decoration: none !important;
}
.c-generica .o-content__author__text h4 strong {
  font-weight: 700;
}
.c-generica .o-content__author__text p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #818288;
  text-decoration: none !important;
}
.c-generica .o-content__nav .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-generica .o-content__nav .nav-links a {
  font-size: 0;
  text-decoration: none;
}
.c-generica .o-content__nav .nav-links a > span {
  font-weight: 700;
  font-size: 21px;
  font-size: 1.3125rem;
  color: #000;
}
.c-generica .o-content__nav .nav-links .nav-previous a span:before {
  content: url(../images/single-prev.svg);
  margin-right: 20px;
  position: relative;
  top: 8px;
  left: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-generica .o-content__nav .nav-links .nav-previous a:hover span:before {
  left: -10px;
}
.c-generica .o-content__nav .nav-links .nav-next a span:after {
  content: url(../images/single-next.svg);
  margin-left: 20px;
  position: relative;
  top: 8px;
  right: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-generica .o-content__nav .nav-links .nav-next a:hover span:after {
  right: -10px;
}
.c-generica .o-content h1 {
  font-weight: 700;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.125;
  color: #000;
  padding-bottom: 30px;
}
.c-generica .o-content h2 {
  font-family: "AustynsSakyra Italic", sans-serif;
  /* Activar ligaduras discrecionales */
  font-feature-settings: "dlig" 1;
  /* Soporte específico para navegadores antiguos */
  -moz-font-feature-settings: "dlig" 1;
  -webkit-font-feature-settings: "dlig" 1;
  /* Por compatibilidad con algunas implementaciones de CSS */
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  font-size: 53px;
  font-size: 3.3125rem;
  line-height: 1;
  color: #000;
  padding-bottom: 30px;
}
.c-generica .o-content h3 {
  font-weight: 700;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.2173913;
  color: #000;
  padding-bottom: 25px;
}
.c-generica .o-content h4 {
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #000;
  padding-bottom: 25px;
}
.c-generica .o-content p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #818288;
  padding-bottom: 20px;
}
.c-generica .o-content p + .wp-block-columns {
  margin-top: 30px;
}
.c-generica .o-content p a {
  display: inline;
}
.c-generica .o-content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  border-radius: 0 0 8px 8px;
}
.c-generica .o-content .wp-block-gallery {
  margin-bottom: 45px;
  margin-top: 10px;
}
.c-generica .o-content .wp-block-embed {
  margin-bottom: 60px;
}
.c-generica .o-content .wp-block-button__link {
  background: #000;
  color: #fff;
  font-weight: 700;
  border-radius: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.c-generica .o-content .wp-block-button__link:hover {
  background: #000000c9;
  color: #fff;
}
.c-generica .o-content > .wp-block-image {
  margin-bottom: 60px;
}
.c-generica .o-content > .wp-block-image.size-large img {
  width: 100%;
}
.c-generica .o-content .wp-block-image img {
  border-radius: 10px;
}
.c-generica .o-content .wp-block-columns {
  margin-bottom: 50px;
  gap: 30px;
}
.c-generica .o-content .wp-block-columns .wp-block-columns,
.c-generica .o-content .wp-block-columns .wp-block-gallery {
  margin-bottom: 0!important;
}
.c-generica .o-content .wp-block-columns figure {
  margin: 0 !important;
}
.c-generica .o-content .wp-block-columns .wp-block-column h2 {
  font-size: 37px;
  padding-top: 10px;
  max-width: 430px;
  padding-bottom: 0;
}
.c-generica .o-content .wp-block-columns .wp-block-column + .wp-block-column h2 {
  float: right;
}
.c-generica .o-content .wp-block-columns .wp-block-column + .wp-block-column figure {
  text-align: right;
}
.c-generica .o-content > ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
  margin: 0 0 50px;
}
.c-generica .o-content > ul li {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.47058824;
  color: #818288;
  padding: 10px 0 10px 20px;
  position: relative;
}
.c-generica .o-content > ul li:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  outline: 0;
  background: url(../images/icon-list.svg) no-repeat left center;
  left: -7px;
  top: 15px;
  position: absolute;
}
.c-generica .o-content > ol {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0 40px;
  counter-reset: i;
  margin: 0 0 50px;
  padding: 0;
}
.c-generica .o-content > ol li {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.47058824;
  color: #818288;
  counter-increment: i;
  padding: 10px 0 10px 28px;
  position: relative;
}
.c-generica .o-content > ol li:before {
  content: counter(i) ' / ';
  position: absolute;
  top: 12px;
  left: -7px;
  font-weight: 700;
}
.c-generica .o-content table {
  margin-bottom: 20px;
}
.c-generica .o-content table tr td {
  font-size: 16px;
  font-size: 1rem;
  border-bottom: 1px solid #ABABB0;
  color: #000;
  text-align: center;
  padding: 10px 10px;
}
.c-generica .o-content table tr:first-child td {
  font-weight: 700;
}
.c-generica .o-content strong {
  font-weight: 700;
}
.c-generica .o-content strong a {
  font-weight: 700;
}
.c-generica .o-content a {
  color: #818288;
  text-decoration: underline;
}
.c-generica .o-content a:hover {
  color: #42E9AD;
}
.c-generica .o-content iframe {
  width: 100%;
  height: 615px;
}
/* header */
.logged-in .c-header {
  top: 32px;
}
.c-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
  padding: 30px 0;
}
.c-header.menu-fijo {
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1025px) {
  .c-header.menu-fijo .o-right__menu {
    padding-bottom: 0;
  }
  .c-header.menu-fijo .o-right__rrss {
    display: none;
  }
}
.c-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-header .o-logo a {
  display: block;
}
.c-header .o-logo a svg {
  max-width: 150px;
  width: 100%;
}
.c-header .o-right__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 20px;
}
.c-header .o-right__data span:nth-child(1) {
  margin-right: 5px;
}
.c-header .o-right__data span a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #000;
}
.c-header .o-right__data span a:hover {
  text-decoration: underline;
}
.c-header .o-right__data__wpml {
  margin-left: 32px;
}
.c-header .o-right__data__wpml .wpml-ls-legacy-list-horizontal {
  padding: 1px 12.5px;
  background: #000;
  border: none;
}
.c-header .o-right__data__wpml .wpml-ls-legacy-list-horizontal li:nth-child(1) a:after {
  content: '/';
  font-weight: 700;
  color: #fff;
}
.c-header .o-right__data__wpml .wpml-ls-legacy-list-horizontal a {
  padding: 0;
  font-weight: 700;
  color: #fff;
}
.c-header .o-right__data__wpml .wpml-ls-legacy-list-horizontal a:hover {
  text-decoration: underline;
}
.c-header .o-right__data__wpml .wpml-ls-legacy-list-horizontal a span {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  margin-right: 0;
}
.c-header .o-right__menu {
  padding-bottom: 15px;
}
.c-header .o-right__menu nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-header .o-right__menu nav > ul > li {
  padding: 0 8px;
  position: relative;
}
.c-header .o-right__menu nav > ul > li:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 18px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  outline: 0;
  background: #000;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -9px;
}
.c-header .o-right__menu nav > ul > li:last-child {
  padding-right: 0;
}
.c-header .o-right__menu nav > ul > li:last-child:after {
  display: none;
}
@media screen and (min-width: 1025px) {
  .c-header .o-right__menu nav > ul > li.current_page_item a,
  .c-header .o-right__menu nav > ul > li.current_page_ancestor a {
    font-weight: 700;
  }
  .c-header .o-right__menu nav > ul > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }
}
.c-header .o-right__menu nav > ul > li > a {
  font-family: "Metropolis Medium";
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
}
.c-header .o-right__menu nav > ul > li > a:hover {
  text-decoration: underline;
}
.c-header .o-right__menu nav > ul > li > a:hover + .sub-menu {
  opacity: 1;
  visibility: visible;
}
.c-header .o-right__menu nav > ul > li .sub-menu {
  position: absolute;
  width: 180px;
  top: 18px;
  left: 8px;
  padding: 15px 0 0;
  display: block;
  background: linear-gradient(to bottom, transparent 15px, black 15px);
  border-radius: 5px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.c-header .o-right__menu nav > ul > li .sub-menu:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #000;
  position: absolute;
  top: 6px;
  left: 7px;
}
.c-header .o-right__menu nav > ul > li .sub-menu li a {
  font-family: "Metropolis Medium";
  color: #999999;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 15px;
  display: block;
}
.c-header .o-right__menu nav > ul > li .sub-menu li a:hover {
  color: #fff;
}
.c-header .o-right__menu__content-mobileonly {
  display: none;
}
.c-header .o-right__menu__content-mobileonly__data {
  padding: 30px 0;
  border-bottom: 1px solid #fff;
  position: relative;
}
.c-header .o-right__menu__content-mobileonly__data:before {
  content: '';
  display: inline-block;
  width: 80px;
  height: 100px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  outline: 0;
  background: url(../images/sticker-menu.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: -30px;
  right: 20px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.c-header .o-right__menu__content-mobileonly__data p {
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
}
.c-header .o-right__menu__content-mobileonly__data p a {
  font-size: 16px;
  font-size: 1rem;
  color: #d7d7d7;
  font-weight: 500;
}
.c-header .o-right__menu__content-mobileonly__rrss {
  padding-top: 30px;
  padding-bottom: 50px;
}
.c-header .o-right__menu__content-mobileonly__rrss li a {
  font-size: 16px;
  font-size: 1rem;
  color: #d7d7d7;
  font-weight: 500;
}
.c-header .o-right__menu__content-mobileonly__wpml .wpml-ls-legacy-list-horizontal {
  padding: 0;
  background: #000;
  border: none;
}
.c-header .o-right__menu__content-mobileonly__wpml .wpml-ls-legacy-list-horizontal li:nth-child(1) a:after {
  content: '/';
  font-weight: 700;
  color: #d7d7d7;
}
.c-header .o-right__menu__content-mobileonly__wpml .wpml-ls-legacy-list-horizontal a {
  padding: 0;
  font-weight: 700;
  color: #d7d7d7;
}
.c-header .o-right__menu__content-mobileonly__wpml .wpml-ls-legacy-list-horizontal a:hover {
  text-decoration: underline;
}
.c-header .o-right__menu__content-mobileonly__wpml .wpml-ls-legacy-list-horizontal a span {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #d7d7d7;
  margin-right: 0;
}
.c-header .o-right__rrss ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-header .o-right__rrss ul li {
  margin-right: 15px;
}
.c-header .o-right__rrss ul li:last-child {
  margin-right: 0;
}
.c-header .o-right__rrss ul li a {
  display: block;
}
.c-header .o-right__rrss ul li a svg {
  display: block;
  max-width: 20px;
  max-height: 20px;
}
.c-header .o-right__btn {
  display: none;
}
/* footer */
.o-pie {
  padding-bottom: 35px;
}
.o-pie .c-maps {
  padding-top: 40px;
}
.o-pie .c-maps__pacman {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 27% 1fr;
  grid-template-columns: 27% 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -100px;
  position: relative;
}
.o-pie .c-maps__pacman__logo img,
.o-pie .c-maps__pacman__pacman img {
  width: 100%;
  display: block;
}
.o-pie .c-info {
  background: #F4F4F5;
  padding: 140px 0 150px;
  margin-top: -5px;
}
.o-pie .c-info .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px 220px 1fr;
  grid-template-columns: 200px 1fr;
  grid-gap: 220px;
}
.o-pie .c-info__data {
  text-align: right;
}
.o-pie .c-info__data picture {
  display: block;
  padding-bottom: 45px;
}
.o-pie .c-info__data picture img {
  max-width: 94px;
  width: 100%;
}
.o-pie .c-info__data p {
  font-weight: 700;
  font-size: 26px;
  font-size: 1.625rem;
  color: #000;
}
.o-pie .c-info__data p:first-of-type {
  padding-bottom: 35px;
}
.o-pie .c-info__data p a {
  font-weight: 700;
  font-size: 26px;
  font-size: 1.625rem;
  color: #000;
}
.o-pie .c-info__data p a:hover {
  text-decoration: underline;
}
.o-pie .c-info__data__legal {
  padding: 35px 0 20px;
}
.o-pie .c-info__data__legal li a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #000;
}
.o-pie .c-info__data__legal li a:hover {
  text-decoration: underline;
}
.o-pie .c-info__data h4 {
  font-size: 14px;
  font-size: 0.875rem;
  color: #000;
  padding-bottom: 50px;
}
.o-pie .c-info__data h4 + ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.o-pie .c-info__data h4 + ul li {
  margin-right: 15px;
}
.o-pie .c-info__data h4 + ul li:last-child {
  margin-right: 0;
}
.o-pie .c-info__data h4 + ul li a {
  display: block;
}
.o-pie .c-info__data h4 + ul li a svg {
  display: block;
  max-width: 20px;
  max-height: 20px;
}
.o-pie .c-info__form {
  padding-right: 110px;
}
.o-pie .c-info__form h4 {
  font-family: "AustynsSakyra Italic", sans-serif;
  /* Activar ligaduras discrecionales */
  font-feature-settings: "dlig" 1;
  /* Soporte específico para navegadores antiguos */
  -moz-font-feature-settings: "dlig" 1;
  -webkit-font-feature-settings: "dlig" 1;
  /* Por compatibilidad con algunas implementaciones de CSS */
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  font-size: 31px;
  font-size: 1.9375rem;
  color: #000;
  padding-bottom: 35px;
  padding-right: 80px;
}
.o-home {
  overflow: hidden;
  padding-top: 50px;
}
.o-home .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.o-home .c-title-alt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
}
.o-home .c-projects {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}
.c-title {
  width: 100%;
}
.c-title h1,
.c-title h2,
.c-title h3 {
  font-weight: 900;
  font-size: 48px;
  font-size: 3rem;
  color: #000;
}
.c-title h1 + p,
.c-title h2 + p,
.c-title h3 + p {
  padding-top: 15px;
}
.c-title p {
  font-family: "AustynsSakyra Italic", sans-serif;
  /* Activar ligaduras discrecionales */
  font-feature-settings: "dlig" 1;
  /* Soporte específico para navegadores antiguos */
  -moz-font-feature-settings: "dlig" 1;
  -webkit-font-feature-settings: "dlig" 1;
  /* Por compatibilidad con algunas implementaciones de CSS */
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  font-size: 31px;
  font-size: 1.9375rem;
  color: #000;
}
.c-projects {
  width: 100%;
}
.c-projects.showing--all {
  padding-bottom: 50px;
}
.c-projects__title {
  padding-bottom: 80px;
  position: relative;
}
.c-projects__title:before {
  content: '';
  display: inline-block;
  width: 90px;
  height: 90px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  outline: 0;
  -webkit-animation: diagonal 8s ease-in-out infinite;
          animation: diagonal 8s ease-in-out infinite;
  background: url(../images/sticker-cara-colores.svg) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: -50px;
  right: 10%;
}
.c-projects__title h3 {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  color: #000;
  max-width: 420px;
  text-transform: uppercase;
}
.c-projects__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 35px 1fr 35px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 35px;
  width: 100%;
}
.c-projects__list__item {
  position: relative;
}
.c-projects__list__item:nth-child(4):before {
  content: '';
  display: inline-block;
  width: 90px;
  height: 90px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  outline: 0;
  -webkit-animation: diagonal 8s ease-in-out infinite;
          animation: diagonal 8s ease-in-out infinite;
  background: url(../images/sticker-cara-colores.svg) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: -45px;
  left: 45px;
  z-index: 99;
}
.c-projects__list__item:nth-child(15):before {
  content: '';
  display: inline-block;
  width: 110px;
  height: 150px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  outline: 0;
  -webkit-animation: diagonal 8s ease-in-out infinite;
          animation: diagonal 8s ease-in-out infinite;
  background: url(../images/sticker-rayo.svg) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: -55px;
  left: 45px;
  z-index: 99;
}
.c-projects__list__item.inactive {
  display: none;
}
.c-projects__list__item:nth-child(3n+2) {
  padding-top: 145px;
}
.c-projects__list__item a {
  display: block;
}
.c-projects__list__item a:hover picture img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.c-projects__list__item picture {
  display: block;
  overflow: hidden;
}
.c-projects__list__item picture img {
  display: block;
  max-width: 100%;
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-projects__list__item h3 {
  margin-top: 25px;
  font-family: "AustynsSakyra Italic", sans-serif;
  /* Activar ligaduras discrecionales */
  font-feature-settings: "dlig" 1;
  /* Soporte específico para navegadores antiguos */
  -moz-font-feature-settings: "dlig" 1;
  -webkit-font-feature-settings: "dlig" 1;
  /* Por compatibilidad con algunas implementaciones de CSS */
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  color: #000;
}
.c-projects__list__item h3 strong {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}
.c-projects__more {
  padding-top: 125px;
  text-align: center;
}
.c-projects__more a,
.c-projects__more button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: none;
  background: none;
  font-family: "AustynsSakyra Italic", sans-serif;
  /* Activar ligaduras discrecionales */
  font-feature-settings: "dlig" 1;
  /* Soporte específico para navegadores antiguos */
  -moz-font-feature-settings: "dlig" 1;
  -webkit-font-feature-settings: "dlig" 1;
  /* Por compatibilidad con algunas implementaciones de CSS */
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  font-size: 65px;
  font-size: 4.0625rem;
  color: #000;
}
.c-projects__more a:hover,
.c-projects__more button:hover {
  text-decoration: underline;
}
.c-projects__more-mobile {
  padding-top: 25px;
  padding-bottom: 60px;
  text-align: center;
  display: none;
}
.c-projects__more-mobile a {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  color: #000;
  padding: 20px 35px;
  border: 1px solid #000;
}
.c-title-alt {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 33% 1fr;
  grid-template-columns: 33% 1fr;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  position: relative;
  margin-top: 110px;
  margin-bottom: 70px;
}
.c-title-alt:before {
  content: '';
  display: inline-block;
  width: 90px;
  height: 90px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  outline: 0;
  -webkit-animation: diagonal 8s ease-in-out infinite;
          animation: diagonal 8s ease-in-out infinite;
  background: url(../images/sticker-cara-negra.svg) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: -45px;
  right: 26%;
}
.c-title-alt__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 70px 45px;
  border-right: 1px solid #000;
}
.c-title-alt__title h1 {
  font-weight: 900;
  color: #000;
  font-size: 22px;
  font-size: 1.375rem;
  max-width: 293px;
  width: 100%;
  text-align: right;
}
.c-title-alt__desc {
  padding: 70px 45px;
}
.c-title-alt__desc p {
  font-family: "AustynsSakyra Italic", sans-serif;
  /* Activar ligaduras discrecionales */
  font-feature-settings: "dlig" 1;
  /* Soporte específico para navegadores antiguos */
  -moz-font-feature-settings: "dlig" 1;
  -webkit-font-feature-settings: "dlig" 1;
  /* Por compatibilidad con algunas implementaciones de CSS */
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  color: #000;
  font-size: 22px;
  font-size: 1.375rem;
  max-width: 350px;
}
@-webkit-keyframes flotar {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes flotar {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes diagonal {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(-20px, -20px);
            transform: translate(-20px, -20px);
  }
  75% {
    -webkit-transform: translate(20px, 20px);
            transform: translate(20px, 20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes diagonal {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(-20px, -20px);
            transform: translate(-20px, -20px);
  }
  75% {
    -webkit-transform: translate(20px, 20px);
            transform: translate(20px, 20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.contenedor-scroll {
  height: 200vh;
}
.sticker {
  -webkit-animation: diagonal 8s ease-in-out infinite;
          animation: diagonal 8s ease-in-out infinite;
}
.c-hablamos {
  position: absolute;
  top: 270px;
  right: 16px;
  width: 100px;
  height: 525px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 100px 1fr 125px;
  grid-template-rows: 100px 1fr 125px;
}
.c-hablamos__close {
  position: relative;
  width: 100%;
  background: #231F20;
}
.c-hablamos__close button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: none;
  background: none;
}
.c-hablamos__contacto {
  position: relative;
  width: 100%;
  background: #231F20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-hablamos__contacto a {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  /* o vertical-lr */
  text-orientation: mixed;
}
.c-hablamos__contacto img {
  max-width: 60px;
}
.c-hablamos__tel {
  background: #00FFC6;
  position: relative;
}
.c-hablamos__tel a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-hablamos__tel a img {
  max-width: 57px;
}
.o-equipo {
  padding-top: 50px;
}
.o-equipo .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.o-equipo .c-team {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.o-equipo .c-title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-top: 25px;
  padding-bottom: 110px;
}
.o-equipo .c-info-equipo {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.o-equipo .c-link {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.c-team {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr 0 1fr 0 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0;
  width: 100%;
}
.c-team__item {
  position: relative;
}
.c-team__item a {
  display: block;
}
.c-team__item picture img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
}
.c-team__item__text {
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 18px 30px 20px;
  width: calc(100% - 75px);
}
.c-team__item__text__pantone {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  color: #000;
  padding-bottom: 16px;
  display: block;
}
.c-team__item__text h3 {
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  color: #000;
  white-space: nowrap;
  /* No saltar línea */
  overflow: hidden;
  /* Ocultar el exceso */
  text-overflow: ellipsis;
  margin-bottom: 16px;
}
.c-team__item__text p {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  color: #000;
}
.c-team__item__text p a {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  color: #000;
}
.c-team__item__text p a:hover {
  text-decoration: underline;
}
.c-info-equipo {
  padding-bottom: 170px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 46px 2fr 46px 1fr;
  grid-template-columns: 1fr 2fr 1fr;
  grid-gap: 46px;
  width: 100%;
}
.c-info-equipo__title h2 {
  font-family: "AustynsSakyra Italic", sans-serif;
  /* Activar ligaduras discrecionales */
  font-feature-settings: "dlig" 1;
  /* Soporte específico para navegadores antiguos */
  -moz-font-feature-settings: "dlig" 1;
  -webkit-font-feature-settings: "dlig" 1;
  /* Por compatibilidad con algunas implementaciones de CSS */
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  font-size: 75px;
  font-size: 4.6875rem;
  color: #000;
}
.c-info-equipo__desc {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  position: relative;
}
.c-info-equipo__desc:before {
  content: '';
  display: inline-block;
  width: 110px;
  height: 150px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  outline: 0;
  -webkit-animation: diagonal 8s ease-in-out infinite;
          animation: diagonal 8s ease-in-out infinite;
  background: url(../images/sticker-rayo.svg) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: -160px;
  right: 10%;
}
.c-info-equipo__desc p {
  font-size: 22px;
  font-size: 1.375rem;
  color: #707984;
}
.c-link {
  padding-bottom: 140px;
  text-align: center;
  width: 100%;
}
.c-link a,
.c-link button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: none;
  background: none;
  font-family: "AustynsSakyra Italic", sans-serif;
  /* Activar ligaduras discrecionales */
  font-feature-settings: "dlig" 1;
  /* Soporte específico para navegadores antiguos */
  -moz-font-feature-settings: "dlig" 1;
  -webkit-font-feature-settings: "dlig" 1;
  /* Por compatibilidad con algunas implementaciones de CSS */
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  font-size: 75px;
  font-size: 4.6875rem;
  color: #000;
}
.c-link a:hover,
.c-link button:hover {
  text-decoration: underline;
}
/* contacto */
/* blog */
.o-blog .c-title {
  padding-bottom: 90px;
}
.c-blog {
  width: 100%;
}
.c-blog.showing--all {
  padding-bottom: 100px;
}
.c-blog__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 35px 1fr 35px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 35px;
  width: 100%;
}
.c-blog__list__info h1 {
  font-weight: 700;
  font-size: 48px;
  font-size: 3rem;
  color: #000;
  padding-bottom: 90px;
  text-transform: uppercase;
}
.c-blog__list__info h2 {
  font-family: "AustynsSakyra Italic", sans-serif;
  /* Activar ligaduras discrecionales */
  font-feature-settings: "dlig" 1;
  /* Soporte específico para navegadores antiguos */
  -moz-font-feature-settings: "dlig" 1;
  -webkit-font-feature-settings: "dlig" 1;
  /* Por compatibilidad con algunas implementaciones de CSS */
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  font-size: 75px;
  font-size: 4.6875rem;
  color: #000;
  padding-bottom: 20px;
}
.c-blog__list__info p {
  font-size: 22px;
  font-size: 1.375rem;
  color: #000;
}
.c-blog__list__item.inactive {
  display: none;
}
.c-blog__list__item:nth-child(3n+2) {
  padding-top: 145px;
}
.c-blog__list__item a {
  display: block;
}
.c-blog__list__item a:hover picture img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.c-blog__list__item picture {
  display: block;
  overflow: hidden;
}
.c-blog__list__item picture img {
  display: block;
  max-width: 100%;
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-blog__list__item__text {
  padding-top: 25px;
}
.c-blog__list__item__text__data {
  font-family: "AustynsSakyra Italic", sans-serif;
  /* Activar ligaduras discrecionales */
  font-feature-settings: "dlig" 1;
  /* Soporte específico para navegadores antiguos */
  -moz-font-feature-settings: "dlig" 1;
  -webkit-font-feature-settings: "dlig" 1;
  /* Por compatibilidad con algunas implementaciones de CSS */
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  font-size: 18px;
  font-size: 1.125rem;
  color: #000;
  display: block;
  padding-bottom: 15px;
}
.c-blog__list__item__text__data span {
  font-family: "AustynsSakyra Italic", sans-serif;
  /* Activar ligaduras discrecionales */
  font-feature-settings: "dlig" 1;
  /* Soporte específico para navegadores antiguos */
  -moz-font-feature-settings: "dlig" 1;
  -webkit-font-feature-settings: "dlig" 1;
  /* Por compatibilidad con algunas implementaciones de CSS */
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  font-size: 18px;
  font-size: 1.125rem;
  color: #000;
}
.c-blog__list__item__text h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #000;
  padding-bottom: 8px;
  text-transform: uppercase;
}
.c-blog__list__item__text p button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: none;
  background: none;
  font-family: "AustynsSakyra Italic", sans-serif;
  /* Activar ligaduras discrecionales */
  font-feature-settings: "dlig" 1;
  /* Soporte específico para navegadores antiguos */
  -moz-font-feature-settings: "dlig" 1;
  -webkit-font-feature-settings: "dlig" 1;
  /* Por compatibilidad con algunas implementaciones de CSS */
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  font-size: 18px;
  font-size: 1.125rem;
  color: #000;
}
.c-blog__list__item__text p button:hover {
  text-decoration: underline;
}
.c-blog__more {
  padding-top: 125px;
  padding-bottom: 110px;
  text-align: center;
}
.c-blog__more button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: none;
  background: none;
  font-family: "AustynsSakyra Italic", sans-serif;
  /* Activar ligaduras discrecionales */
  font-feature-settings: "dlig" 1;
  /* Soporte específico para navegadores antiguos */
  -moz-font-feature-settings: "dlig" 1;
  -webkit-font-feature-settings: "dlig" 1;
  /* Por compatibilidad con algunas implementaciones de CSS */
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  font-size: 75px;
  font-size: 4.6875rem;
  color: #000;
}
.c-blog__more button:hover {
  text-decoration: underline;
}
/* single blog */
.container {
  margin: 0 auto;
  width: 100%;
  padding: 0 35px;
}
.cont-1920 {
  max-width: 1920px;
}
.cont-1430 {
  max-width: 1500px;
}
.cont-1600 {
  max-width: 1630px;
}
.cont-1100 {
  max-width: 1110px;
}
.cont-985 {
  max-width: 1015px;
}
.cont-780 {
  max-width: 805px;
}
@media screen and (min-width: 991px) {
  .cont-960 {
    width: 960px;
  }
}
@media screen and (min-width: 1250px) {
  .cont-1315 {
    max-width: 1230px;
  }
  .cont-1200 {
    max-width: 1230px;
  }
}
@media screen and (min-width: 1375px) {
  .cont-1315 {
    max-width: 1345px;
  }
}
.o-services .c-title,
.o-services .c-projects {
  padding-bottom: 50px;
}
.o-services .c-title {
  position: relative;
}
.o-services .c-title:before {
  content: '';
  display: inline-block;
  width: 90px;
  height: 90px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  outline: 0;
  -webkit-animation: diagonal 8s ease-in-out infinite;
          animation: diagonal 8s ease-in-out infinite;
  background: url(../images/sticker-cara-colores.svg) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 55px;
  right: 20%;
}
.o-services .c-title__desc {
  max-width: 800px;
}
.o-services .c-title__desc p {
  font-family: "AustynsSakyra Italic", sans-serif;
  /* Activar ligaduras discrecionales */
  font-feature-settings: "dlig" 1;
  /* Soporte específico para navegadores antiguos */
  -moz-font-feature-settings: "dlig" 1;
  -webkit-font-feature-settings: "dlig" 1;
  /* Por compatibilidad con algunas implementaciones de CSS */
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  font-size: 45px;
  font-size: 2.8125rem;
  font-weight: 400;
  text-transform: inherit;
}
.o-single-service {
  padding-bottom: 150px;
}
.o-single-service .c-projects__more {
  padding-bottom: 50px;
}
.c-head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 32% 45px 1fr;
  grid-template-columns: 32% 1fr;
  grid-gap: 45px;
  padding-bottom: 185px;
}
.c-head__info h1 {
  font-weight: 700;
  font-size: 48px;
  font-size: 3rem;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 100px;
}
.c-head__info__content h2 {
  font-family: "AustynsSakyra Italic", sans-serif;
  /* Activar ligaduras discrecionales */
  font-feature-settings: "dlig" 1;
  /* Soporte específico para navegadores antiguos */
  -moz-font-feature-settings: "dlig" 1;
  -webkit-font-feature-settings: "dlig" 1;
  /* Por compatibilidad con algunas implementaciones de CSS */
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  font-size: 48px;
  font-size: 3rem;
  color: #000;
  padding-bottom: 35px;
}
.c-head__info__content p {
  font-size: 22px;
  font-size: 1.375rem;
  color: #000;
  padding-bottom: 20px;
}
.c-head__info > p {
  margin-top: 80px;
}
.c-head__info > p button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: none;
  background: none;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-weight: 900;
  font-size: 25px;
  font-size: 1.5625rem;
  color: #fff;
  position: relative;
  z-index: 9;
  padding: 32px;
  background: #000;
  text-transform: uppercase;
  width: 100%;
}
.c-head__info > p button:hover {
  background: #000000c9;
}
.c-head > picture {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.c-head > picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.c-services {
  display: none;
}
.c-services__title {
  padding-bottom: 50px;
}
.c-services__title h2 {
  font-weight: 900;
  font-size: 30px;
  font-size: 1.875rem;
  color: #000;
  text-transform: uppercase;
  max-width: 200px;
  padding: 0 12%;
}
.c-services__list__item {
  border-bottom: 1px solid #000;
}
.c-services__list__item:first-child {
  border-top: 1px solid #000;
}
.c-services__list__item a {
  display: block;
  padding: 25px 12%;
}
.c-services__list__item h3 {
  font-weight: 900;
  font-size: 30px;
  font-size: 1.875rem;
  color: #000;
  text-transform: uppercase;
}
.c-services-grid {
  margin-bottom: 150px;
}
.c-services-grid__title {
  font-family: "AustynsSakyra Italic", sans-serif;
  /* Activar ligaduras discrecionales */
  font-feature-settings: "dlig" 1;
  /* Soporte específico para navegadores antiguos */
  -moz-font-feature-settings: "dlig" 1;
  -webkit-font-feature-settings: "dlig" 1;
  /* Por compatibilidad con algunas implementaciones de CSS */
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  font-size: 160px;
  font-size: 10rem;
  color: #000;
}
.c-services-grid__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr;
  /* 2 columnas iguales */
  -ms-grid-rows: 1fr 50px 1fr;
  grid-template-rows: repeat(2, 1fr);
  /* 2 filas iguales */
  gap: 50px;
  /* Espacio entre los elementos */
  margin-top: -60px;
}
.c-services-grid__list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.c-services-grid__list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.c-services-grid__list > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.c-services-grid__list > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.c-services-grid__list__item {
  position: relative;
}
.c-services-grid__list__item a {
  display: block;
}
.c-services-grid__list__item picture img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.c-services-grid__list__item h3 {
  margin-top: 25px;
  font-family: "AustynsSakyra Italic", sans-serif;
  /* Activar ligaduras discrecionales */
  font-feature-settings: "dlig" 1;
  /* Soporte específico para navegadores antiguos */
  -moz-font-feature-settings: "dlig" 1;
  -webkit-font-feature-settings: "dlig" 1;
  /* Por compatibilidad con algunas implementaciones de CSS */
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  color: #000;
}
.c-services-grid__list__item h3 strong {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}
.c-services-grid__list.list--normal .c-services-grid__list__item:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  /* Primera columna */
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / 3;
  /* Ocupa de la fila 1 a la 3 (2 filas) */
}
.c-services-grid__list.list--normal .c-services-grid__list__item:nth-child(1) picture img {
  height: 900px;
}
.c-services-grid__list.list--normal .c-services-grid__list__item:nth-child(2) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  /* Segunda columna */
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  /* Primera fila */
}
.c-services-grid__list.list--normal .c-services-grid__list__item:nth-child(3) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  /* Segunda columna */
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
  /* Segunda fila */
}
.c-services-grid__list.list--normal .c-services-grid__list__item:nth-child(2) picture img,
.c-services-grid__list.list--normal .c-services-grid__list__item:nth-child(3) picture img {
  height: 400px;
}
.c-services-grid__list.list--invert .c-services-grid__list__item:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  /* Columna izquierda */
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  /* Primera fila */
}
.c-services-grid__list.list--invert .c-services-grid__list__item:nth-child(2) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  /* Columna izquierda */
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
  /* Segunda fila */
}
.c-services-grid__list.list--invert .c-services-grid__list__item:nth-child(3) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  /* Columna derecha */
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / 3;
  /* Ocupa ambas filas */
}
.c-services-grid__list.list--invert .c-services-grid__list__item:nth-child(3) img {
  height: 900px;
}
.c-services-grid__list.list--invert .c-services-grid__list__item:nth-child(1) picture img,
.c-services-grid__list.list--invert .c-services-grid__list__item:nth-child(2) picture img {
  height: 400px;
}
.c-services-cols {
  margin-bottom: 150px;
}
.c-services-cols__title {
  font-family: "AustynsSakyra Italic", sans-serif;
  /* Activar ligaduras discrecionales */
  font-feature-settings: "dlig" 1;
  /* Soporte específico para navegadores antiguos */
  -moz-font-feature-settings: "dlig" 1;
  -webkit-font-feature-settings: "dlig" 1;
  /* Por compatibilidad con algunas implementaciones de CSS */
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  font-size: 160px;
  font-size: 10rem;
  color: #000;
}
.c-services-cols__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 35px 1fr 35px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 35px;
  margin-top: -60px;
}
.c-services-cols__list__item a {
  display: block;
}
.c-services-cols__list__item picture img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 1;
}
.c-services-cols__list__item h3 {
  margin-top: 25px;
  font-family: "AustynsSakyra Italic", sans-serif;
  /* Activar ligaduras discrecionales */
  font-feature-settings: "dlig" 1;
  /* Soporte específico para navegadores antiguos */
  -moz-font-feature-settings: "dlig" 1;
  -webkit-font-feature-settings: "dlig" 1;
  /* Por compatibilidad con algunas implementaciones de CSS */
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  color: #000;
}
.c-services-cols__list__item h3 strong {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}
.o-projects .c-title {
  padding-bottom: 50px;
}
.o-projects .c-projects__more {
  padding-bottom: 100px;
}
.o-single-project .c-link {
  padding-top: 120px;
  padding-bottom: 120px;
}
.c-head-project {
  padding-bottom: 170px;
}
.c-head-project picture img {
  max-height: 875px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-head-project__text {
  padding-top: 45px;
}
.c-head-project__text h1,
.c-head-project__text h2 {
  display: inline-block;
}
.c-head-project__text h1 {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}
.c-head-project__text h2 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}
.c-content__item-img {
  padding-bottom: 32px;
}
.c-content__item-img picture img {
  display: block;
  width: 100%;
}
.c-content__item-video {
  padding-bottom: 32px;
}
.c-content__item-video video {
  display: block;
  width: 100%;
}
.c-content__item-img33 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 32px;
  padding-bottom: 32px;
}
.c-content__item-img33 picture:nth-child(2) {
  position: relative;
}
.c-content__item-img33 picture:nth-child(2):before {
  content: '';
  display: inline-block;
  width: 90px;
  height: 90px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  outline: 0;
  -webkit-animation: diagonal 8s ease-in-out infinite;
          animation: diagonal 8s ease-in-out infinite;
  background: url(../images/sticker-cara-colores.svg) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 48%;
  right: -45px;
}
.c-content__item-img33 picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-content__item-img50 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 32px;
  padding-bottom: 32px;
}
.c-content__item-img50 picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-content__item-text {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 32px;
  padding-bottom: 50px;
}
.c-content__item-text__title .cont--title {
  max-width: 430px;
  width: 100%;
}
.c-content__item-text__title h2 {
  font-family: "AustynsSakyra Italic", sans-serif;
  /* Activar ligaduras discrecionales */
  font-feature-settings: "dlig" 1;
  /* Soporte específico para navegadores antiguos */
  -moz-font-feature-settings: "dlig" 1;
  -webkit-font-feature-settings: "dlig" 1;
  /* Por compatibilidad con algunas implementaciones de CSS */
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  font-size: 75px;
  font-size: 4.6875rem;
  color: #000;
  padding-bottom: 7px;
}
.c-content__item-text__title h3 {
  font-weight: 700;
  font-size: 25px;
  font-size: 1.5625rem;
  color: #000;
}
.c-content__item-text__desc p {
  font-size: 18px;
  font-size: 1.125rem;
  color: #707984;
  padding-bottom: 20px;
}
.c-content__item-text__desc p:last-of-type {
  padding-bottom: 0;
}
.o-manifiesto .c-infom {
  padding: 140px 0 200px;
}
.o-manifiesto .c-infom .wp-block-separator {
  width: 1px;
  height: 170px;
  background: #000;
  margin: 70px auto;
}
.o-manifiesto .c-infom .wp-block-group__inner-container {
  max-width: 834px;
  margin: 0 auto;
}
.o-manifiesto .c-infom .wp-block-group p {
  font-family: "AustynsSakyra Italic", sans-serif;
  /* Activar ligaduras discrecionales */
  font-feature-settings: "dlig" 1;
  /* Soporte específico para navegadores antiguos */
  -moz-font-feature-settings: "dlig" 1;
  -webkit-font-feature-settings: "dlig" 1;
  /* Por compatibilidad con algunas implementaciones de CSS */
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  font-size: 42px;
  font-size: 2.625rem;
}
.o-manifiesto .c-infom .wp-block-group p span {
  font-family: "AustynsSakyra Italic", sans-serif;
  /* Activar ligaduras discrecionales */
  font-feature-settings: "dlig" 1;
  /* Soporte específico para navegadores antiguos */
  -moz-font-feature-settings: "dlig" 1;
  -webkit-font-feature-settings: "dlig" 1;
  /* Por compatibilidad con algunas implementaciones de CSS */
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
}
.o-manifiesto .c-gif {
  background: #000;
  padding: 210px 0 350px;
  position: relative;
}
.o-manifiesto .c-gif:before {
  content: '';
  width: 2px;
  height: 150px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
}
.o-manifiesto .c-gif:after {
  content: '';
  display: inline-block;
  width: 90px;
  height: 90px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  outline: 0;
  -webkit-animation: diagonal 8s ease-in-out infinite;
          animation: diagonal 8s ease-in-out infinite;
  background: url(../images/sticker-cara-colores.svg) no-repeat center;
  background-size: 100%;
  position: absolute;
  bottom: 40px;
  left: 45%;
}
.o-manifiesto .c-gif__intro {
  text-align: center;
}
.o-manifiesto .c-gif__intro p {
  color: #fff;
  font-size: 42px;
  font-size: 2.625rem;
  font-family: "AustynsSakyra Italic", sans-serif;
  /* Activar ligaduras discrecionales */
  font-feature-settings: "dlig" 1;
  /* Soporte específico para navegadores antiguos */
  -moz-font-feature-settings: "dlig" 1;
  -webkit-font-feature-settings: "dlig" 1;
  /* Por compatibilidad con algunas implementaciones de CSS */
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  padding-top: 40px;
}
/* commons */
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
p {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
  height: auto;
}
ul,
li {
  list-style-type: none;
  padding-left: 0;
}
.transition {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
img {
  max-width: 100%;
}
form div.wpcf7-validation-errors {
  width: 100%;
  text-align: center;
  border: 0;
  border-top: 2px solid red;
  padding-top: 20px;
  color: #000;
  font-size: 16px;
}
form div.wpcf7-mail-sent-ok {
  width: 100%;
  text-align: center;
  border: 0;
  border-top: 2px solid green;
  padding-top: 20px;
  color: #000;
  font-size: 16px;
}
form span.wpcf7-not-valid-tip {
  display: none;
}
form .wpcf7-not-valid {
  background: rgba(255, 0, 0, 0.4);
}
/* responsive */
/* mediaqueries max-1200 */
@media screen and (max-width: 1499px) {
  .o-pie .c-maps__pacman {
    margin-bottom: -70px;
  }
}
@media screen and (max-width: 1399px) {
  .c-blog__list__info h1 {
    padding-bottom: 20px;
  }
  .c-blog__list__info h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .c-team__item__text {
    width: calc(100% - 35px);
  }
  .c-info-equipo {
    -ms-grid-columns: 1fr 46px 2fr;
    grid-template-columns: 1fr 2fr;
  }
}
@media screen and (max-width: 1199px) {
  .c-header .o-right__menu nav > ul > li > a {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .c-generica .o-content > ul,
  .c-generica .o-content > ol {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .o-services .c-title:before {
    top: inherit;
    bottom: -20px;
    width: 50px;
    height: 50px;
  }
  .o-pie .c-info__form {
    padding-right: 0;
  }
  .o-pie .c-info .container {
    grid-gap: 100px;
  }
  .c-head__info__content h2 {
    font-size: 50px;
    font-size: 3.125rem;
  }
  .c-head__info__content p {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .c-team {
    -ms-grid-columns: 1fr 0 1fr 0 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
/* mediaqueries max-991 */
@media screen and (min-width: 1025px) {
  .only-mobile {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .only-desktop {
    display: none;
  }
  .c-hablamos {
    top: 115px;
  }
  .c-header {
    padding: 30px 0 30px;
  }
  .c-header .o-right {
    padding-right: 112px;
    position: relative;
  }
  .c-header .o-right__data {
    display: none;
    position: relative;
    padding-bottom: 20px;
  }
  .c-header .o-right__rrss {
    display: none;
  }
  .c-header .o-right__data__wpml {
    margin-left: 0;
    position: absolute;
    top: 41px;
    left: 0;
  }
  .c-header .o-right__data__wpml .wpml-ls-legacy-list-horizontal {
    padding: 4px 25px;
  }
  .c-header .o-right__rrss ul li a svg {
    max-width: 30px;
    max-height: 30px;
  }
  .c-header .o-right__menu {
    background: #000;
    position: fixed;
    bottom: 0;
    height: 100vh;
    z-index: 9999;
    width: 100%;
    padding: 150px 16px 50px;
    overflow: scroll;
    opacity: 0;
    visibility: hidden;
    left: -100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .c-header .o-right__menu nav {
    border-bottom: 1px solid #fff;
    padding-bottom: 50px;
  }
  .c-header .o-right__menu.menu--active {
    opacity: 1;
    visibility: visible;
    left: 0;
  }
  .c-header .o-right__menu nav > ul {
    display: block;
  }
  .c-header .o-right__menu nav > ul > li {
    display: block;
    padding-bottom: 30px;
    padding-left: 0;
  }
  .c-header .o-right__menu nav > ul > li:last-child {
    padding-bottom: 0;
  }
  .c-header .o-right__menu nav > ul > li > a {
    font-size: 46px;
    font-size: 2.875rem;
    display: block;
    color: #D7D7D7;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-weight: 700;
    text-transform: capitalize;
  }
  .c-header .o-right__menu nav > ul > li .sub-menu li a {
    padding: 0;
  }
  .c-header .o-right__menu nav > ul > li .sub-menu {
    position: relative;
    top: 0;
    left: 0;
    background: none;
    padding-left: 170px;
    padding-top: 50px;
    width: 100%;
    opacity: 1;
    visibility: visible;
    display: none;
    -webkit-transition: none;
    transition: none;
  }
  .c-header .o-right__menu nav > ul > li .sub-menu:before {
    display: none;
  }
  .c-header .o-right__menu nav > ul > li .sub-menu li {
    padding-bottom: 50px;
  }
  .c-header .o-right__menu nav > ul > li .sub-menu li:last-child {
    padding-bottom: 0;
  }
  .c-header .o-right__menu nav > ul > li .sub-menu li a {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-weight: 700;
    font-size: 46px;
    font-size: 2.875rem;
    color: #D7D7D7;
    text-transform: capitalize;
  }
  .c-header .o-right__btn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
  }
  .c-header .o-right__btn.btn--active span:nth-child(1) {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  .c-header .o-right__btn.btn--active span:nth-child(2) {
    -webkit-transform: translateY(1px) rotate(45deg);
            transform: translateY(1px) rotate(45deg);
  }
  .c-header .o-right__btn.btn--active span:nth-child(3) {
    -webkit-transform: translateY(-12px) rotate(-45deg);
            transform: translateY(-12px) rotate(-45deg);
  }
  .c-header .o-right__btn span {
    width: 60px;
    height: 8px;
    display: block;
    background: #000;
    margin-bottom: 8px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .c-header .o-right__btn span:last-child {
    margin-bottom: 0;
  }
  .c-header .o-right__menu.menu--active:before {
    content: '';
    display: inline-block;
    width: 120px;
    height: 40px;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    outline: 0;
    background: url(../images/logo-white.svg) no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 30px;
    left: 16px;
  }
  .c-header.header--active .o-logo a svg path {
    fill: #fff;
  }
  .c-header.header--active .o-right__btn span {
    background: #fff;
    width: 40px;
    height: 4px;
  }
  .c-header .o-right__menu__content-mobileonly {
    display: block;
  }
  .top--menu {
    margin-top: 110px;
  }
  .c-projects__list {
    -ms-grid-columns: 1fr 35px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
  .c-projects__list__item:nth-child(3n+2) {
    padding-top: 0;
  }
  .c-projects__list__item:nth-child(2n) {
    padding-top: 100px;
  }
  .c-projects__more {
    padding-top: 50px;
  }
  .c-projects__more a,
  .c-projects__more button {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .o-home .c-title {
    padding-top: 50px;
  }
  .o-projects .c-projects__more {
    padding-bottom: 50px;
  }
  .c-title h1 {
    font-size: 40px;
  }
  .c-title p {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .c-title-alt {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .c-title-alt__title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-right: none;
    border-bottom: 1px solid #000;
    padding: 40px 0;
  }
  .c-title-alt__title h1 {
    text-align: center;
    max-width: 100%;
  }
  .c-title-alt__desc {
    padding: 40px 0;
  }
  .c-title-alt__desc p {
    max-width: 100%;
    text-align: center;
  }
  .c-blog__list {
    -ms-grid-columns: 1fr 35px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
  .c-blog__list__item:nth-child(3n+2) {
    padding-top: 0;
  }
  .c-blog__list__item:nth-child(2n) {
    padding-top: 100px;
  }
  .c-blog.showing--all {
    padding-bottom: 0;
  }
  .c-blog__more {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .c-blog__more button {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .c-link {
    padding-bottom: 10px;
  }
  .c-link a,
  .c-link button {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .c-info-equipo {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding-bottom: 50px;
  }
  .o-equipo .c-title {
    padding-bottom: 50px;
  }
  .c-services {
    display: block;
  }
  .o-single-service {
    padding-bottom: 110px;
  }
  .o-single-service .c-projects__more {
    display: none;
  }
  .c-projects__more-mobile {
    display: block;
  }
  .c-projects__title {
    padding-left: 12%;
  }
  .c-head {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 40px;
    padding-bottom: 60px;
  }
  .c-head picture {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .c-head picture img {
    height: 500px;
  }
  .c-head__info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .c-head__info h1 {
    font-size: 40px;
    padding-bottom: 50px;
  }
  .c-head__info h2 {
    font-size: 40px;
  }
  .c-head__info > p {
    margin-top: 40px;
    padding-left: 12%;
  }
  .c-head__info > p button {
    padding: 25px 15px;
    font-size: 18px;
    width: auto;
  }
  .c-head > picture img {
    position: relative;
  }
  .popup--gen {
    padding: 35px;
  }
  .c-projects__title h3 {
    font-size: 32px;
  }
  .c-head-project picture img {
    max-height: 500px;
  }
  .c-head-project__text {
    padding-top: 30px;
  }
  .c-head-project {
    padding-bottom: 70px;
  }
  .o-single-project .c-link {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .c-content__item-text {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .c-content__item-img33 {
    -ms-grid-columns: 1fr 32px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 32px auto;
    grid-template-rows: auto auto;
  }
  .c-content__item-img33 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .c-content__item-img33 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .c-content__item-img33 > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .c-content__item-img33 > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .c-content__item-img33 picture:nth-child(1) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .c-content__item-img33 picture:nth-child(2) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .c-content__item-img33 picture:nth-child(3) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .c-services-grid__title,
  .c-services-cols__title {
    font-size: 62px;
  }
  .c-services-cols__list {
    margin-top: -23px;
    grid-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .c-services-grid__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: inherit;
    grid-template-rows: inherit;
    margin-top: -23px;
  }
  .c-services-grid__list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .c-services-grid__list__item {
    grid-column: inherit !important;
    grid-row: inherit !important;
  }
  .c-services-grid__list__item picture img {
    height: inherit !important;
    aspect-ratio: 1;
  }
  .c-title-alt:before,
  .c-projects__list__item:nth-child(4):before,
  .c-projects__title:before,
  .c-content__item-img33 picture:nth-child(2):before,
  .o-manifiesto .c-gif:after {
    width: 50px;
    height: 50px;
  }
  .c-projects__title:before {
    top: -30px;
  }
  .c-projects__list__item:nth-child(15):before,
  .c-info-equipo__desc:before {
    width: 70px;
    height: 110px;
  }
  .c-info-equipo__desc:before {
    top: -275px;
  }
  .o-manifiesto .c-infom {
    padding: 80px 0 75px;
  }
  .o-manifiesto .c-infom .wp-block-separator {
    height: 95px;
    margin: 45px auto;
  }
  .logo-manifiesto img {
    max-width: 243px;
  }
  .o-manifiesto .c-info .wp-block-group p {
    font-size: 20px;
  }
  .o-manifiesto .c-infom .wp-block-group p {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .o-manifiesto .c-gif {
    padding: 140px 0 70px;
  }
  .o-manifiesto .c-gif:before {
    height: 95px;
  }
  .o-manifiesto .c-gif__intro p {
    font-size: 20px;
  }
  .o-manifiesto .c-gif__intro img {
    max-width: 122px;
  }
  .popup--gen h4 {
    font-size: 30px;
  }
  .c-maps,
  .c-info {
    margin: 0 -16px;
  }
  .o-pie {
    padding-bottom: 16px;
  }
  .o-pie .c-info .container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding-left: 35px;
    padding-right: 35px;
    grid-gap: 50px;
  }
  .o-pie .c-info__data {
    text-align: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .o-pie .c-info__data h4 + ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .o-pie .c-info {
    padding: 50px 0;
  }
  .o-pie .c-info__form h4 {
    padding-right: 0;
  }
  .form--gen .field-two {
    grid-gap: 16px;
  }
  .o-pie .c-maps__pacman {
    margin-bottom: 0;
  }
  .o-pie .c-maps__pacman {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .o-pie .c-maps__pacman__logo {
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 10px;
  }
  .o-pie .c-maps__pacman__logo img {
    max-width: 500px;
  }
  .c-hablamos {
    right: 8px;
    width: 100px;
    height: 550px;
  }
  .c-hablamos__contacto {
    margin-top: -1px;
  }
  .c-hablamos__contacto img {
    max-width: 60px;
  }
  .c-team {
    -ms-grid-columns: 1fr 0 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
  .c-generica .o-bread {
    padding-top: 40px;
  }
  .c-generica .o-intro figure img {
    width: 100%;
  }
  .c-generica .o-content > ul,
  .c-generica .o-content > ol {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .c-generica .o-intro {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
  .c-generica .o-content h1,
  .c-generica .o-intro__info h1 {
    font-size: 35px;
  }
  .c-generica .o-content h2 {
    font-size: 35px;
  }
  .c-generica .o-content h3 {
    font-size: 20px;
  }
  .c-generica .o-content h4 {
    font-size: 17px;
  }
  .c-generica .o-content p {
    font-size: 14px;
  }
  .c-generica .o-content > ul,
  .c-generica .o-content > ol {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .c-generica .o-content > ul li,
  .c-generica .o-content > ol li {
    font-size: 14px;
  }
  .gutenberg--desplegables__item__text p {
    font-size: 14px !important;
  }
  .c-generica .o-content table tr td {
    font-size: 14px;
  }
  .c-generica .o-content .wp-block-columns {
    margin-bottom: 30px;
  }
  .c-error > .container {
    padding: 100px 35px;
  }
  .c-error h1 + p {
    font-size: 18px;
  }
}
/* mediaqueries max-768 */
@media screen and (max-width: 782px) {
  .logged-in .c-header {
    top: 46px;
  }
  .logged-in .c-header .o-menu {
    padding-top: 130px;
  }
}
@media screen and (max-width: 767px) {
  .c-header.menu-fijo .o-right__rrss {
    display: none;
  }
  .c-header.menu-fijo .o-right__data {
    padding-bottom: 0;
  }
  .c-header .o-right {
    height: auto;
  }
  .c-header .o-right__menu {
    height: 100vh;
  }
  .c-header .o-right__data > span {
    display: block;
    font-size: 0;
    text-align: right;
  }
  .c-header .o-right__data {
    display: none;
    padding-bottom: 10px;
  }
  .c-header .o-right__data > span a {
    font-size: 12px;
  }
  .c-header .o-right__data__wpml {
    position: relative;
    top: 0;
    margin-top: 10px;
    text-align: right;
  }
  .c-header .o-right__data__wpml .wpml-ls-legacy-list-horizontal {
    display: inline-block;
  }
  .c-header .o-right__rrss {
    display: none;
  }
  .c-header .o-right__menu nav > ul > li .sub-menu li {
    padding-bottom: 20px;
  }
  .c-header .o-right__menu nav > ul > li > a {
    font-size: 38px;
    font-size: 2.375rem;
  }
  .c-header .o-right__menu nav > ul > li .sub-menu li a {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .c-header .o-right__menu nav > ul > li .sub-menu {
    padding-left: 20px;
  }
  .c-header .o-logo a svg {
    max-width: 120px;
  }
  .c-header .o-right {
    padding-right: 76px;
  }
  .c-generica .o-content__author {
    margin-top: 35px;
  }
  .c-generica .o-content__author picture img {
    width: 110px;
  }
  .c-generica .o-content__author.grid--author,
  .c-generica .o-content__author a {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .c-generica .o-intro figure {
    min-height: inherit;
  }
  .c-generica .o-bread {
    padding-bottom: 40px;
  }
  .c-generica .o-intro {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .c-generica .o-content h1,
  .c-generica .o-intro__info h1 {
    font-size: 28px;
  }
  .c-generica .o-intro figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .c-generica .o-intro figure img {
    position: relative;
    max-height: 250px;
  }
  .c-generica .o-intro__info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .c-generica .o-bread .breadcrumbs {
    max-width: 100%;
  }
  .c-generica .o-intro__info {
    padding-top: 0;
    padding-bottom: 0;
  }
  .c-generica .o-intro__info__data,
  .c-generica .o-intro__info__data span {
    font-size: 15px;
  }
  .c-generica .o-content iframe {
    height: 250px;
  }
  .c-generica .o-content__nav .nav-links a > span {
    font-size: 17px;
  }
  .c-blog__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .c-blog__list__item {
    padding-bottom: 35px;
  }
  .c-blog__list__item:nth-child(2n) {
    padding-top: 0;
  }
  .c-blog__list__info {
    padding-bottom: 35px;
  }
  .form--gen .field-policy-submit__policy {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 20px;
  }
  .form--gen .field-policy-submit__submit {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .form--gen .field-policy-submit {
    display: block;
  }
  .o-pie .c-info .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .form--gen label {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .c-info-equipo__title h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .c-info-equipo__desc {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .c-content__item-img33,
  .c-content__item-img50 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .c-content__item-text__title h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .c-content__item-text__desc p {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .c-projects__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .c-projects__list__item {
    padding-bottom: 35px;
  }
  .c-projects__list__item:nth-child(2n) {
    padding-top: 0;
  }
  .form--gen .field-two {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .c-team {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
/* mediaqueries max-480 */
