/*
  Theme Name: ICA
  Author: Nodo
  Author URI: https://nodo.pw/
  Description: Tema para ICA por NODO
  Version: 1.0
*/
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
	box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
	margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
	font-family:
		system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, 
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted currentColor;
	        text-decoration: underline dotted currentColor;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
	text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
	box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
	display: list-item;
}

@font-face {
  font-family: 'Lato';
  src: local('Lato');
  src: url("fonts/Lato-Light.ttf") format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: local('Lato');
  src: url("fonts/Lato-Regular.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: local('Lato');
  src: url("fonts/Lato-Bold.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: local('Lato');
  src: url("fonts/Lato-Black.ttf") format('truetype');
  font-weight: 900;
  font-style: normal;
}
:root {
  --blue-100: #25425b;
  --blue-100-tr: rgba(37,66,91,0.7);
  --blue-400: #316fa5;
  --blue-450: #506c91;
  --blue-500: #1b8aac;
  --blue-600: #78bace;
  --blue-700: #c7e2eb;
  --black: rgba(0,0,0,0.55);
  --silver: #d9d9d9;
  --grey-500: #d4e1ec;
  --white: #fff;
  --color-primary: var(--blue-400);
  --color-primary-light: var(--blue-600);
  --color-primary-lighter: var(--blue-700);
  --color-secondary: var(--blue-500);
  --color-accent: var(--blue-100);
  --color-accent-tr: var(--blue-100-tr);
  --color-ribbon: var(--blue-450);
  --color-background: var(--grey-500);
  --color-modal-background: var(--black);
  --color-modal-content: var(--silver);
  --font-primary: 'Lato';
  --font-stack: var(--font-primary), -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
  --font-stack-2: var(--font-secondary, var(--font-primary));
  --font-base: 18px;
  --font-nm: var(--font-base);
  --font-sm: 0.75rem;
  --font-sm-x: 0.625rem;
  --font-sm-xx: 0.5rem;
  --font-md: 1.5rem;
  --font-md-x: 1.75rem;
  --font-lg: 2rem;
  --font-lg-x: 3rem;
  --line-height-1: 1.125;
  --line-height-2: 1.25;
  --line-height-3: 1.5;
  --line-height-4: 1.75;
  --line-height-5: 2;
  --u-sm-xxx: 0.125rem;
  --u-sm-xx: 0.25rem;
  --u-sm-x: 0.5rem;
  --u-sm: 0.75rem;
  --u: 1rem;
  --u-md: 1.125rem;
  --u-md-x: 1.5rem;
  --u-lg: 1.75rem;
  --u-lg-x: 2rem;
  --u-hg: 2.5rem;
  --u-hg-x: 3.75rem;
  --u-hg-xl: 5rem;
  --u-hg-xxl: 8rem;
  --zi-n-2: -20;
  --zi-n-1: -10;
  --zi-0: 0;
  --zi-1: 10;
  --zi-2: 20;
  --zi-3: 30;
  --zi-4: 40;
  --zi-5: 50;
  --container-width: min(67.5rem, 100%);
  --container-projects-width: 56.25rem;
}
html,
body {
  height: 100%;
  font: 400 18px/1.6 'Lato', 'Cantarell', 'Liberation Sans', Helvetica, sans-serif;
  font: 400 var(--font-base)/1.6 var(--font-primary), 'Cantarell', 'Liberation Sans', Helvetica, sans-serif;
  scroll-behavior: smooth;
}
body {
  display: grid;
  grid-template-rows: auto 1fr auto;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
[id] {
  scroll-margin-top: 2rem;
}
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.navbar__headline {
  text-transform: uppercase;
  width: min(48rem , 100% - 2rem);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.menu,
.sub-menu {
  margin: 0;
  list-style: none;
  padding-left: 0;
}
.menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.25rem 5.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1140px) {
  .menu:not(.mega) {
    gap: 0.25rem 3.25rem;
  }
}
@media screen and (max-width: 960px) {
  .menu:not(.mega) {
    display: none;
  }
}
.menu a {
  display: inline-block;
  font-weight: 400;
  transition: transform 0.25s;
}
.menu a:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 759px) {
  .menu a:hover {
    transform: none;
  }
}
.menu__button {
  display: grid;
  align-items: center;
  justify-items: center;
  place-items: center;
  background: none;
  border: 0;
  height: 32px;
  width: 32px;
  cursor: pointer;
}
.menu__button span {
  width: 32px;
}
.js--menu__button-close {
  position: relative;
  top: 1.5rem;
}
.menu__mega {
  position: absolute;
  top: -0.55rem;
  left: 0;
  z-index: 50;
  z-index: var(--zi-5);
  width: 100%;
  font-size: 0.75rem;
  font-weight: 400;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #25425b;
  background-color: var(--color-accent);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.33s;
}
.menu__mega.active {
  pointer-events: auto;
  opacity: 1;
}
.menu__mega > .container {
  display: flex;
  flex-direction: column;
  width: min(100% - 2rem, 67.5rem);
}
.menu__mega > .container hr {
  margin-top: 2rem;
}
.menu__mega-header {
  display: flex;
  justify-content: space-between;
}
.menu.mega {
  line-height: 2.5;
}
@media screen and (min-width: 40rem) {
  .menu.mega {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
    grid-gap: 2rem;
    gap: 2rem;
  }
}
@media screen and (max-width: 40rem) {
  .menu.mega > .menu-item-has-children {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
    gap: 1rem;
    margin-bottom: 1rem;
    border-top: 0.25rem solid #fff;
    border-top: 0.25rem solid var(--white);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .menu.mega > .menu-item-has-children .sub-menu .sub-menu {
    display: none;
  }
}
@media screen and (max-width: 759px) {
  .menu.mega {
    flex-direction: column;
  }
}
.menu.mega > li > a {
  display: block;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 1rem;
}
@media screen and (max-width: 40rem) {
  .menu.mega > li > a {
    text-decoration: none;
  }
}
.menu.mega .sub-menu:not(.sub-menu .sub-menu) > li > a {
  font-weight: 800 !important;
}
.menu.mega .sub-menu .sub-menu {
  padding-left: 1rem;
}
.menu__mega-footer {
  margin-top: 0.25rem;
  margin-bottom: 2rem;
}
.menu__mega-contact {
  display: flex;
  justify-content: space-between;
}
.menu__mega-icons {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.menu__mega-address address {
  font-size: 0.625rem;
  font-size: var(--font-sm-x);
  font-style: normal;
}
.container {
  width: min(100% - 2rem, min(67.5rem, 100%));
  width: min(100% - 2rem, var(--container-width, 68rem));
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
}
.container.fullwidth {
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.container.projects {
  width: 100%;
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}
.container.projects {
  margin-left: 0;
  margin-right: 0;
}
.container.has-padding-left-55 {
  padding-left: 5.55rem;
}
@media screen and (max-width: 40rem) {
  .container.has-padding-left-55 {
    padding-left: 0.5rem;
  }
}
.container.small {
  max-width: 54rem;
}
.container.centered-small {
  display: grid;
  grid-template-columns: minmax(1rem, 1fr) minmax(0, 54rem) minmax(1rem, 1fr);
  grid-template-areas: ". content .";
}
.container.centered-small > * {
  grid-area: content;
  color: #25425b;
  color: var(--color-accent);
}
.grid {
  --grid-layout-gap: 1rem;
  --grid-column-count: 4;
  --grid-item--min-width: 200px;
  --grid-fill-type: auto-fill;
  --gap-count: calc(var(--grid-column-count) - 1);
  --total-gap-width: calc(var(--gap-count) * var(--grid-layout-gap));
  --grid-item--max-width: calc((100% - var(--total-gap-width)) / var(--grid-column-count));
  display: grid;
  grid-template-columns: repeat(var(--grid-fill-type), minmax(max(var(--grid-item--min-width), var(--grid-item--max-width)), 1fr));
  grid-gap: var(--grid-layout-gap);
  grid-auto-flow: dense;
}
.grid.fluid {
  --grid-fill-type: auto-fit;
}
.grid.centered {
  justify-items: center;
}
.grid.columns-2 {
  --grid-column-count: 2;
}
.grid.columns-3 {
  --grid-column-count: 3;
}
.grid.columns-4 {
  --grid-column-count: 4;
}
.grid.columns-5 {
  --grid-column-count: 5;
}
.grid.columns-6 {
  --grid-column-count: 6;
}
.grid.align-bottom {
  align-items: end;
}
.grid-align-center {
  align-items: center;
}
.grid-place-center {
  align-items: center;
  justify-items: center;
  place-items: center;
}
.cell-justify-start {
  justify-self: start;
}
.cell-justify-center {
  justify-self: center;
}
.cell-justify-end {
  justify-self: end;
}
.cell-align-start {
  align-self: start;
}
.cell-align-center {
  align-self: center;
}
.cell-align-end {
  align-self: end;
}
.grid-cell-full-width {
  grid-column: 1/-1;
}
.grid-cell-2-width {
  grid-column: span 2/span 2;
}
.grid-cell-3-width {
  grid-column: span 3/span 3;
}
.grid-cell-4-width {
  grid-column: span 4/span 4;
}
.grid-cell-5-width {
  grid-column: span 5/span 5;
}
.grid-cell-6-width {
  grid-column: span 6/span 6;
}
.grid-cell-full-height {
  grid-row: 1/-1;
}
.grid-cell-2-height {
  grid-row: span 2/span 2;
}
.grid-cell-3-height {
  grid-row: span 3/span 4;
}
.grid-cell-4-height {
  grid-row: span 4/span 4;
}
.grid-cell-5-height {
  grid-row: span 5/span 5;
}
.grid-cell-6-height {
  grid-row: span 6/span 6;
}
.grid-cell-rest-height {
  grid-row-end: -1;
}
.modal {
  position: fixed;
  z-index: -10;
  z-index: var(--zi-n-1);
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: minmax(1rem, 1fr) minmax(auto, 75rem) minmax(1rem, 1fr);
  grid-template-areas: ". content .";
  align-items: center;
  justify-items: center;
  place-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.55);
  background-color: var(--color-modal-background);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s;
}
.modal.active {
  z-index: 50;
  z-index: var(--zi-5);
  opacity: 1;
  pointer-events: auto;
  overflow-y: auto;
}
.modal img.flyer {
  min-width: 16rem;
  max-width: 100%;
  border: 0;
  aspect-ratio: 3/2;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal__content {
  padding: 1rem;
  background-color: #d9d9d9;
  background-color: var(--color-modal-content);
  grid-area: content;
}
.modal__close {
  position: fixed;
  top: 1rem;
  right: 0.5rem;
  z-index: 50;
  z-index: var(--zi-5);
  font-size: 3rem;
  line-height: 0;
  background: none;
  border: 0;
  color: #fff;
  color: var(--white);
  cursor: pointer;
}
hr {
  height: 4px;
  width: 100%;
  border: 0;
  background-color: #fff;
  background-color: var(--white);
}
.slider {
  counter-reset: slides;
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  width: min(100%, 100vw);
  aspect-ratio: 5/2;
  overflow: hidden;
}
@media screen and (max-width: 540px) {
  .slider {
    aspect-ratio: 3/2;
  }
}
@supports not (aspect-ratio: 1) {
@media screen and (max-width: 540px) {
}
}
.slider__container {
  display: flex;
  max-width: 100%;
  max-height: inherit;
  grid-column: 1/-1;
  grid-row: 1/-1;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.slider__container::-webkit-scrollbar {
  display: none;
}
@supports not (aspect-ratio: 1) {
  .slider__container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    z-index: var(--zi-2);
  }
}
.slider__container:empty {
  display: grid;
  align-items: center;
  justify-items: center;
  place-items: center;
  background: url("images/notfound.jpg") no-repeat center/cover;
}
.slide {
  counter-increment: slides;
  flex: 1 0 100%;
  aspect-ratio: 5/2;
  display: grid;
  grid-template-columns: minmax(1rem, 1fr) repeat(10, minmax(auto, 5.85rem)) minmax(1rem, 1fr);
  grid-template-areas: ". content content content";
  grid-gap: 1rem;
  gap: 1rem;
  max-height: inherit;
}
.slide::before {
  content: '';
  z-index: 10;
  z-index: var(--zi-1);
  grid-area: 1/1/-1/-1;
}
@media screen and (max-width: 1024px) {
  .slide {
    grid-template-areas: ". content content content content content";
  }
}
@media screen and (max-width: 640px) {
  .slide {
    grid-template-areas: ". content content content content content content content content";
  }
  .slide p {
    font-size: 0.625rem;
    font-size: var(--font-sm-x);
  }
}
@media screen and (max-width: 540px) {
  .slide {
    aspect-ratio: 3/2;
  }
}
.home .slide::before {
  background: rgba(0,0,0,0.267);
}
.slide__background {
  display: block;
  width: 100%;
  height: 100%;
  max-height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  grid-area: 1/1/-1/-1;
  aspect-ratio: inherit;
}
.slide__content {
  z-index: 20;
  z-index: var(--zi-2);
  grid-area: content;
  align-self: center;
  justify-self: start;
  place-self: center start;
  padding-top: 8rem;
  font-size: 0.75rem;
  font-size: var(--font-sm);
  font-weight: 900;
  color: #fff;
  color: var(--white);
}
@media screen and (max-width: 759px) {
  .slide__content {
    top: 1rem;
    padding-top: 0;
    padding-top: initial;
  }
}
.slide__title,
.slide__state {
  margin: 0;
}
.slide__state {
  padding-bottom: 1rem;
}
.slider__nav {
  position: absolute;
  top: 50%;
  right: 1rem;
  z-index: 10;
  z-index: var(--zi-1);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@supports not (aspect-ratio: 1) {
  .slider__nav {
    z-index: 10;
    z-index: var(--zi-1);
  }
}
.slider__button {
  display: grid;
  align-items: center;
  justify-items: center;
  place-items: center;
  border: 0;
  background: none;
  color: #fff;
  color: var(--white);
  cursor: pointer;
}
.slider__button img {
  width: 10px;
  height: 18px;
}
.slider__counter {
  font-weight: 700;
  font-size: 0.75rem;
  font-size: var(--font-sm);
  color: #fff;
  color: var(--white);
}
.slider__counter-container {
  width: min(100% - 2rem, 40rem);
  margin-left: auto;
  margin-right: auto;
}
.slider__counter.mobile {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  font-size: 18px;
  font-size: var(--font-nm);
  font-weight: bold;
  color: #25425b;
  color: var(--color-accent);
}
@media screen and (min-width: 48rem) {
  .slider__counter.mobile {
    display: none;
  }
}
.slider__counter::after {
  content: counter(slides);
}
.slider.multiple {
  max-height: none;
  max-height: initial;
  aspect-ratio: revert;
}
.slider.multiple .slide__content p:not([class*="title"]) {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.slider.multiple .slider__counter::after {
  content: '';
}
@media screen and (max-width: 640px) {
  .slider.multiple {
    flex-direction: column;
  }
}
@supports not (aspect-ratio: 1) {
  .slider.multiple {
    padding-top: revert;
  }
}
.slider.multiple .slider__nav {
  position: revert;
}
.slider.multiple .slider__container {
  flex: 1;
  overflow-x: auto;
  scrollbar-width: none;
  scroll-behavior: smooth;
  padding-bottom: 4rem;
  max-height: none;
  max-height: initial;
}
.slider.multiple .slider__container::-webkit-scrollbar {
  height: 0;
  width: 0;
}
@media screen and (max-width: 420px) {
  .slider.multiple .slider__container {
    scroll-snap-type: x mandatory;
  }
}
@supports not (aspect-ratio: 1) {
  .slider.multiple .slider__container {
    position: revert;
  }
}
.slider.multiple .slide {
  flex: 1 0 33.333333333333%;
  display: flex;
  flex-direction: column;
  max-width: 33.333333333333%;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media screen and (max-width: 759px) {
  .slider.multiple .slide {
    flex: 1 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 420px) {
  .slider.multiple .slide {
    flex: 1 0 100%;
    max-width: 100%;
    scroll-snap-align: center;
  }
  .slider.multiple .slide.empty {
    display: none;
  }
}
.slider.multiple .slide::before {
  content: none;
}
.slider.multiple .slide img {
  display: block;
  grid-area: 1/1/2/-1;
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider.multiple .slide__content {
  flex: 1;
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  width: auto;
  width: initial;
  grid-column: 1/-1;
  grid-row: 2;
  padding-top: 1.5rem;
  color: revert;
  font-weight: 400;
  line-height: 1.5;
  line-height: var(--line-height-3);
}
.slider.multiple .slide__content a:last-child {
  margin-top: auto;
  text-transform: capitalize;
}
.slider.multiple .slide__title,
.slider.multiple .slide__subtitle {
  margin: 0;
  font-weight: 900;
  color: #25425b;
  color: var(--color-accent);
}
.slider.multiple .slider__counter {
  color: revert;
}
.slider__aside {
  position: absolute;
  top: 0;
  left: 0;
  background: #25425b;
  background: var(--color-accent);
  color: #fff;
  color: var(--white);
  z-index: 10;
  z-index: var(--zi-1);
}
.slider.projects {
  aspect-ratio: 16/9;
  max-height: 100vh;
}
@media screen and (max-width: 540px) {
  .slider.projects {
    aspect-ratio: 3/2;
  }
}
.slider.projects .slider__container {
  scroll-snap-type: x mandatory;
  overflow-x: auto;
}
.slider.projects .slide {
  scroll-snap-align: center;
}
.slider.projects .project__title {
  font-size: 18px;
  font-size: var(--font-nm);
}
@media screen and (max-width: 48rem) {
  .slider.projects .slider__counter {
    display: none;
  }
}
.slider__sidebar {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  z-index: var(--zi-1);
  height: 100%;
  max-height: 25rem;
  max-width: min(100%, 50rem);
  display: flex;
  justify-content: flex-end;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
}
@media screen and (max-width: 48rem) {
  .slider__sidebar {
    display: none;
  }
}
.slider__tab {
  display: flex;
  background-color: rgba(37,66,91,0.7);
  background-color: var(--color-accent-tr);
}
.slider__tab.slider__filter {
  background-color: #25425b;
  background-color: var(--color-accent);
}
.slider__tab.slider__filter .slider__tab-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
}
.slider__tab.active {
  min-width: calc(50% - 3rem);
}
.slider__tab.active .slider__tab-title button {
  background-image: url("images/icons/chevron-right.svg");
}
.slider__tab.active .slider__tab-content {
  max-width: 33rem;
  padding: 1rem;
  opacity: 1;
}
.slider__tab-title {
  writing-mode: vertical-lr;
  scale: -1;
  padding: 1rem 0.25rem;
  font-size: 0.625rem;
  font-size: var(--font-sm-x);
  text-align: center;
  color: #fff;
  color: var(--white);
  cursor: pointer;
}
.slider__tab-title.filter {
  align-items: baseline;
  display: grid;
  grid-template-columns: 1fr;
  min-width: 2rem;
  padding: 1rem 0.25rem 1rem 1.25rem;
  width: clamp(3vw, 2rem + 3vw, 3rem);
}
.slider__tab-title > span,
.slider__tab-title > button {
  cursor: pointer;
}
.slider__tab-title > button {
  width: 16px;
  height: 24px;
  background: url("images/icons/chevron-left.svg") no-repeat center/contain;
  border: 0;
}
.slider__tab-content {
  flex: 1;
  color: #fff;
  color: var(--white);
  overflow-y: auto;
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-width 0.5s, padding 0.15s, opacity 0.75s;
}
.slider__tab-content p {
  margin: 0;
  font-size: 0.75rem;
  font-size: var(--font-sm);
}
.project__year,
.project__title,
.project__city {
  font-weight: 900;
}
.project__title {
  text-transform: uppercase;
}
p.project__tipology,
p.project__city {
  margin-bottom: 3rem;
}
.project__description p {
  margin: revert;
  white-space: pre-line;
}
.project__info-mobile {
  width: min(100% - 2rem, 40rem);
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 48rem) {
  .project__info-mobile {
    display: none;
  }
}
.project__info-mobile p {
  margin: 0;
  font-weight: bold;
  color: #25425b;
  color: var(--color-accent);
}
.project__info-mobile p.project__tipology.mobile,
.project__info-mobile p.project__city.mobile {
  margin-bottom: 1rem;
}
.project__info-mobile .project__description.mobile {
  color: #25425b;
  color: var(--color-accent);
}
.slider.humancapital .slide {
  max-width: none;
  max-width: initial;
}
.slider.humancapital .slide__content {
  width: 100%;
}
.slider.humancapital .view-flyer {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: -moz-max-content;
  width: max-content;
  font-size: 1.5rem;
  font-size: var(--font-md);
  font-weight: bold;
}
.slides {
  flex: 1 0 100%;
  max-width: 100%;
  display: grid;
  grid-gap: 2rem 0;
  gap: 2rem 0;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
@media screen and (max-width: 1055px) {
  .slides {
    display: contents;
  }
}
.container.projects {
  display: grid;
  grid-template-columns: 6rem 1fr;
  grid-template-areas: ". button" "nav slider";
  grid-gap: 0.65rem;
  gap: 0.65rem;
}
.container.projects .button.projects {
  grid-area: button;
  justify-self: start;
  margin-left: 0.5rem;
}
.container.projects .humancapital__info {
  grid-area: button;
}
.container.projects .slider.multiple {
  display: contents;
}
.container.projects .slider__nav {
  grid-area: nav;
  justify-self: center;
}
.container.projects .slider__container {
  grid-area: slider;
}
@media screen and (max-width: 420px) {
  .container.projects {
    grid-template-columns: 1fr;
    grid-template-areas: "button" "slider" "nav";
  }
}
.humancapital .container.projects {
  grid-template-areas: ". button" ". info" "nav slider";
}
@media screen and (max-width: 768px) {
  .humancapital .container.projects {
    grid-template-columns: 1fr;
    grid-template-areas: "button" "info" "slider" "nav";
  }
}
.humancapital .container.projects .humancapital__info {
  grid-area: info;
  margin-left: 0.5rem;
}
.humancapital .container.projects .slider__button--more {
  grid-area: nav;
}
.page-template-nuestra_estrategia .slide::before {
  background: none;
}
.button {
  display: inline-flex;
  padding: 0.5rem 1.25rem;
  font-size: 0.75rem;
  font-size: var(--font-sm);
  text-transform: uppercase;
  text-decoration: none;
  background-color: #25425b;
  background-color: var(--color-accent);
  transition: background-color 0.2s;
  color: #fff;
  color: var(--white);
}
.button:hover,
.button:active,
.button:focus {
  background-color: rgba(37,66,91,0.7);
  background-color: var(--color-accent-tr);
}
.block-info {
  --bg-color: var(--color-ribbon);
  --fg-color: var(--white);
  position: relative;
  display: grid;
  grid-template-areas: ". title headline headline headline info info info info  . .";
  grid-template-columns: minmax(1rem, 1fr) repeat(10, minmax(0, 5.85rem)) minmax(1rem, 1fr);
  grid-gap: 1rem;
  gap: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.375rem;
  padding-bottom: 2.375rem;
  background-color: var(--bg-color);
  color: var(--fg-color);
}
@media screen and (max-width: 519px) {
  .block-info {
    display: flex;
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.block-info.primary {
  --bg-color: var(--color-primary);
}
.block-info.white {
  --bg-color: var(--white);
  --fg-color: var(--color-accent);
}
.block-info.light {
  --bg-color: var(--color-background);
  --fg-color: var(--color-accent);
}
.block-info.background-image {
  grid-template-areas: ". title . info info info info info info  . .";
}
[dir="ltr"] .block-info.background-image .block-info__title {
  margin-left: 2.375rem;
}
[dir="rtl"] .block-info.background-image .block-info__title {
  margin-right: 2.375rem;
}
.block-info.background-image .block-info__text {
  display: grid;
  align-content: center;
  justify-content: center;
  place-content: center;
  padding-top: 1.5rem;
  margin-bottom: 2.375rem;
  font-size: 18px;
  font-size: var(--font-nm);
  text-align: center;
}
.block-info.background-image .block-info__text a {
  margin-top: 4rem;
  font-weight: 700;
  color: inherit;
}
.block-info.background-image::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(37,66,91,0.7);
  background-color: var(--color-accent-tr);
  content: '';
}
.block-info.background-image.half-layer {
  grid-template-areas: ". title headline headline headline . . . . . . ." ". . info info info info . . . . . .";
}
.block-info.background-image.half-layer .block-info__title,
.block-info.background-image.half-layer .block-info__headline {
  z-index: 2;
}
.block-info.background-image.half-layer .block-info__text {
  margin-top: 6rem;
  margin-bottom: 6rem;
  text-align: revert;
  padding-right: 1rem;
  text-transform: none;
}
.block-info.background-image.half-layer::after {
  width: 50%;
}
@media screen and (max-width: 519px) {
  .block-info.background-image.half-layer::after {
    width: 100%;
  }
}
.block-info.background-image.noalign .block-info__text {
  text-align: revert;
}
.block-info.centered {
  grid-template-areas: ". title . info info info info info info. .";
}
.block-info.centered .block-info__text {
  font-size: 18px;
  font-size: var(--font-nm);
  text-align: center;
  text-transform: uppercase;
}
.block-info.fullinfo {
  grid-template-areas: ". title info info info info info info info info info .";
}
.block-info ul,
.block-info ol {
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 0.75rem;
}
.block-info li {
  margin-bottom: 0.25rem;
}
.block-info__title {
  z-index: 2;
  grid-area: title;
  font-size: 12px;
  font-weight: 600;
  text-align: right;
  word-spacing: 2px;
  writing-mode: vertical-rl;
  transform: scale(-1);
}
.block-info__title p {
  margin: 0;
}
@media screen and (max-width: 519px) {
  .block-info__title {
    display: grid;
    align-items: center;
    justify-items: start;
    place-items: center start;
    font-size: inherit;
    text-align: revert;
    writing-mode: revert;
    transform: none;
    grid-area: none;
  }
}
.block-info__headline {
  grid-area: headline;
}
.block-info__headline p {
  margin: 0;
  text-transform: uppercase;
  line-height: 1.25;
  line-height: var(--line-height-2);
  word-wrap: anywhere;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.block-info__headline strong {
  font-weight: 900;
}
.block-info__text {
  z-index: 2;
  grid-area: info;
  font-size: 0.75rem;
  font-size: var(--font-sm);
}
.block-info__text p:first-child {
  margin-top: 0;
}
.block-info__text a {
  font-weight: 900;
  text-decoration-thickness: 3px;
  text-underline-offset: 0.5rem;
  color: inherit;
}
.block-info__text a.underlined:hover {
  color: currentColor;
}
.block-info__background {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.tag {
  font-size: 0.625rem;
  font-size: var(--font-sm-x);
  font-weight: 900;
  text-decoration: none;
  color: #25425b;
  color: var(--color-accent);
}
.tag:not(:last-child)::after {
  content: '_';
  position: relative;
  left: 0.25rem;
  font-weight: 900;
}
.tag:hover,
.tag:active,
.tag:focus {
  color: #316fa5;
  color: var(--color-primary);
}
a {
  --color: var(--color-accent);
  --color-hover: var(--color-primary);
  font-weight: 900;
  text-decoration: none;
  color: var(--color);
  transition: color 0.25s;
}
a.with-icon {
  display: inline-flex;
  gap: 0.5rem;
}
a.with-icon .icon {
  width: 1.25rem;
  height: 1.25rem;
}
a.underlined {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.5rem;
}
a.underlined:hover,
a.underlined:active,
a.underlined:focus {
  color: var(--color-hover);
}
a.underlined.light {
  --color: var(--white);
  --color-hover: var(--color-primary-lighter);
}
.banner-image {
  aspect-ratio: 5/2;
}
@supports not (aspect-ratio: 5/2) {
  .banner-image {
    position: relative;
    padding-top: 40%;
  }
  .banner-image > img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 540px) {
  .banner-image {
    aspect-ratio: 3/2;
  }
  @supports not (aspect-ratio: 3/2) {
    .banner-image {
      padding-top: 66.66%;
    }
  }
}
.banner-image img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  background-image: linear-gradient(110deg, #ececec 23%, #f5f5f5 28%, #ececec 33%);
  animation: shine 3s linear infinite;
}
.bussines__elements {
  padding-bottom: 3rem;
  --bussines-background-color: var(--color-accent);
  background-color: #d4e1ec;
  background-color: var(--color-background);
}
.bussiness__container {
  display: flex;
  flex-wrap: wrap;
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 639px) {
  .bussiness__container {
    display: revert;
  }
}
.bussines__element {
  flex: 1 0 25%;
  max-width: 11rem;
}
@media screen and (max-width: 639px) {
  .bussines__element {
    margin-top: 0 !important;
  }
  .bussines__element {
    margin-bottom: 2rem;
    margin-left: 5.25rem;
  }
}
.bussines__element:nth-child(1) {
  margin-top: 9.75rem;
  --animation-delay: 1s;
}
@media screen and (max-width: 639px) {
  .bussines__element:nth-child(1) {
    --animation-delay: 0.25s;
  }
}
.bussines__element:nth-child(2) {
  margin-top: 6.5rem;
  --bussines-background-color: var(--color-primary);
  --animation-delay: 0.75s;
}
@media screen and (max-width: 639px) {
  .bussines__element:nth-child(2) {
    --animation-delay: 0.25s;
  }
}
.bussines__element:nth-child(3) {
  margin-top: 3.25rem;
  --bussines-background-color: var(--color-secondary);
  --animation-delay: 0.5s;
}
@media screen and (max-width: 639px) {
  .bussines__element:nth-child(3) {
    --animation-delay: 0.25s;
  }
}
.bussines__element:nth-child(4) {
  --bussines-background-color: var(--color-primary-light);
  --animation-delay: 0.25s;
}
@media screen and (max-width: 639px) {
  .bussines__element:nth-child(4) {
    --animation-delay: 0.25s;
  }
}
.bussines__icon {
  padding-bottom: 0.25rem;
}
.bussines__title {
  padding: 1.25rem;
  font-size: 0.75rem;
  font-size: var(--font-sm);
  font-weight: 700;
  line-height: 1;
  background-color: var(--bussines-background-color);
  color: #fff;
  color: var(--white);
  position: relative;
}
.bussines__title::after {
  content: '';
  position: absolute;
  top: 0;
  right: -1rem;
  display: block;
  width: 0;
  height: 0;
  border-right: 0;
  border-top: 1.65rem solid transparent;
  border-bottom: 1.65rem solid transparent;
  border-left: 1rem solid var(--bussines-background-color);
  z-index: 10;
  z-index: var(--zi-1);
}
.bussines__list {
  font-size: 0.75rem;
  font-size: var(--font-sm);
  color: var(--bussines-background-color);
}
.bussines__list p {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 1.25rem;
  color: inherit;
}
.bussines__list a {
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  color: inherit;
}
.bussines__elements.risk {
  background-color: transparent;
  background-color: initial;
}
.bussines__elements.risk .bussiness__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
  padding-right: 1.25rem;
  max-width: min(100% - 2rem, 67.5rem);
}
.bussines__elements.risk .bussines__element {
  max-width: none;
  max-width: initial;
  margin-top: 0;
  margin-left: 0;
}
.bussines__elements.risk .bussines__title {
  margin-right: 1rem;
}
.bussines__elements.risk .bussines__list {
  padding-top: 1rem;
}
.bussines__elements.risk .bussines__list p {
  margin-left: 0;
}
.filter__years,
.filter__tipology {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  max-height: 20rem;
  font-size: 0.75rem;
  font-size: var(--font-sm);
  color: #316fa5;
  color: var(--color-primary);
}
@media screen and (max-width: 640px) {
  .filter__years,
  .filter__tipology {
    max-height: 5rem;
  }
}
.filter__years button,
.filter__tipology button {
  width: 24px;
  background: none;
  border: 0;
  cursor: pointer;
}
.filter__years-content,
.filter__tipology-content {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  scroll-behavior: smooth;
  scrollbar-width: thin;
}
.filter__years-content::-webkit-scrollbar,
.filter__tipology-content::-webkit-scrollbar {
  width: 2px;
}
.filter__years-content span,
.filter__tipology-content span {
  cursor: pointer;
}
.filter__years-content span.selected,
.filter__tipology-content span.selected {
  color: #fff;
  color: var(--white);
}
.values {
  --value-width: 6rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(var(--value-width), 1fr));
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 640px) {
  .values {
    --value-width: 20rem;
  }
}
.value {
  display: flex;
  flex-direction: column;
  font-size: 0.75rem;
  font-size: var(--font-sm);
  text-transform: none;
  padding: 1.5rem 1rem;
}
.value img {
  width: 42px;
  height: 42px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 30rem) {
  .value {
    max-width: calc(100% - 1rem);
  }
}
.value:not(:last-child) {
  color: #fff;
  color: var(--white);
}
.value:nth-child(1) {
  background-color: #25425b;
  background-color: var(--color-accent);
}
.value:nth-child(2) {
  background-color: #316fa5;
  background-color: var(--color-primary);
}
.value:nth-child(3) {
  background-color: #1b8aac;
  background-color: var(--color-secondary);
}
.value:nth-child(4) {
  background-color: #78bace;
  background-color: var(--color-primary-light);
}
.value:nth-child(5) {
  background-color: #c7e2eb;
  background-color: var(--color-primary-lighter);
  color: #25425b;
  color: var(--color-accent);
}
.value:last-child .underlined {
  --color: var(--color-accent);
  --color-hover: var(--color-primary);
}
.value__icon {
  margin-bottom: 1.5rem;
}
.value__title {
  margin-bottom: 1.5rem;
  font-weight: 900;
}
.value__link {
  margin-top: auto;
  text-transform: capitalize;
}
.flowchart {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.flowchart img {
  width: clamp(5rem, 3rem + 5vw, 8rem);
}
.flowchart-header {
  display: flex;
  justify-content: space-between;
  padding-top: clamp(2rem, 1rem + 3vw, 4rem);
  font-weight: bold;
  background-image: url("images/icons/dotslogo.png");
  background-repeat: no-repeat;
  background-size: 100%;
  color: #25425b;
  color: var(--color-accent);
}
.flowchart-title {
  margin-top: 2rem;
  text-align: center;
}
.flowchart-title p {
  margin: 0;
  color: #25425b;
  color: var(--color-accent);
}
.flowchart-title img {
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}
.flowchart-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(6rem, 1fr));
  grid-gap: 1rem;
  gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 48rem) {
  .flowchart-items {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem 1rem;
  }
}
.flowchart-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  min-height: 15rem;
  border-top: 6px solid #316fa5;
  border-top: 6px solid var(--color-primary);
}
.flowchart-item__title {
  font-weight: bold;
  text-align: center;
  color: #25425b;
  color: var(--color-accent);
  word-break: break-word;
}
@media screen and (max-width: 960px) and (pointer: coarse) {
  .flowchart-item__title {
    font-size: small;
  }
}
@media screen and (max-width: 540px) {
  .flowchart-item__title {
    font-size: small;
  }
}
.flowchart-list {
  margin-top: 3rem;
  padding-left: 0;
  list-style-position: inside;
}
.flowchart-list li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.flowchart-list li::marker {
  content: '- ';
}
.flowchart.supplychain .flowchart-header {
  background-image: url("images/bar3dots.png");
}
@media screen and (max-width: 40rem) {
  .flowchart.supplychain .flowchart-header {
    font-size: x-small;
  }
}
.flowchart.supplychain .flowchart-header > * {
  flex: 0 1 100%;
}
.flowchart.supplychain .flowchart-header > *:nth-child(2) {
  text-align: center;
}
.flowchart.supplychain .flowchart-header > *:last-child {
  text-align: right;
}
.flowchart.supplychain .flowchart-item {
  border-top: 0;
  justify-content: revert;
}
@media screen and (max-width: 40rem) {
  .flowchart.supplychain .flowchart-item {
    font-size: 0.75rem;
    font-size: var(--font-sm);
  }
}
.flowchart.supplychain .flowchart-item:first-child {
  align-items: flex-start;
}
.flowchart.supplychain .flowchart-item:last-child {
  align-items: flex-end;
}
.flowchart.risk .flowchart-header {
  background-image: url("images/bar2dots.png");
  color: #78bace;
  color: var(--color-primary-light);
}
.video {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.video iframe,
.video video {
  height: auto;
  height: initial;
  border: 0;
  width: 100%;
  aspect-ratio: 16/9;
}
@supports not (aspect-ratio: 16/9) {
  .video {
    position: relative;
    padding-top: 56.25%;
  }
  .video iframe,
  .video video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.certviewer {
  display: flex;
  gap: 1rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 40rem) {
  .certviewer {
    flex-direction: column;
  }
}
.certificates,
.certificate {
  flex: 0 1 100%;
}
.certificates__title,
.certificates__list {
  font-weight: bold;
  color: #25425b;
  color: var(--color-accent);
}
.certificates__title {
  font-size: 1.25em;
}
@media screen and (max-width: 40rem) {
  .certificates__title {
    text-align: center;
  }
}
.certificates__list {
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 40rem) {
  .certificates__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.certificates__list a {
  text-transform: none;
  cursor: pointer;
}
.certificate img.loading {
  --duration: 2s;
  width: 100%;
  aspect-ratio: 1;
  border: 0;
}
.certificate__download {
  text-align: right;
}
.anniversary {
  display: grid;
  grid-template-columns: minmax(1rem, 1fr) repeat(10, minmax(0, 5.85rem)) minmax(1rem, 1fr);
  grid-gap: 1rem;
  gap: 1rem;
  background-color: inherit;
  color: #fff;
  color: var(--white);
}
.anniversary .download-icon img {
  display: revert;
}
.anniversary__content {
  grid-column: 3/7;
}
@media screen and (max-width: 1009px) {
  .anniversary__content {
    grid-column: 3/8;
  }
}
@media screen and (max-width: 520px) {
  .anniversary__content {
    grid-column: 2/-2;
  }
}
.anniversary__title {
  font-size: clamp(1rem, 0.5rem + 1vw, 1.5rem);
  font-size: clamp(1rem, 0.5rem + 1vw, var(--font-md));
  font-weight: bold;
  text-transform: uppercase;
}
.anniversary__video,
.anniversary__image {
  grid-column: 7/-1;
  margin: 0;
}
@media screen and (max-width: 1009px) {
  .anniversary__video,
  .anniversary__image {
    grid-column: 3/-3;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 520px) {
  .anniversary__video,
  .anniversary__image {
    grid-column: 2/-2;
  }
}
@supports not (aspect-ratio: 4/3) {
  .anniversary__video,
  .anniversary__image {
    position: relative;
    padding-top: 75%;
  }
  .anniversary__video video,
  .anniversary__image video,
  .anniversary__video img,
  .anniversary__image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.anniversary__video video,
.anniversary__image video,
.anniversary__video img,
.anniversary__image img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.anniversary__video video,
.anniversary__image video {
  margin-bottom: -0.5rem;
  -o-object-fit: revert;
     object-fit: revert;
  background-color: #25425b;
  background-color: var(--color-accent);
}
.custom-select {
  position: relative;
  width: min(100% - 2rem, 40rem);
  margin: 1rem auto;
  padding: 0.25rem 0.75rem;
  background-color: #25425b;
  background-color: var(--color-accent);
  color: #fff;
  color: var(--white);
}
@media screen and (min-width: 48rem) {
  .custom-select {
    display: none;
  }
}
.custom-select summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.custom-select summary::marker {
  content: '';
}
.custom-select summary::after {
  content: '';
  display: block;
  height: 1rem;
  width: 1rem;
  background: url("images/icons/chevron-down-light.svg") no-repeat center/contain;
}
.custom-select ul {
  position: absolute;
  top: auto;
  left: 0;
  z-index: 20;
  z-index: var(--zi-2);
  list-style: none;
  width: 100%;
  padding-left: 0;
  margin: 0;
  background-color: #25425b;
  background-color: var(--color-accent);
}
.custom-select li {
  padding-left: 0.5rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.custom-select li:hover,
.custom-select li[data-selected="true"] {
  font-weight: bold;
  background-color: #316fa5;
  background-color: var(--color-primary);
}
.form {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.form input,
.form button,
.form textarea {
  color: #25425b;
  color: var(--color-accent);
  font-weight: bold;
}
.form input,
.form textarea {
  padding: 0.25rem;
  border: 1px solid #25425b;
  border: 1px solid var(--color-accent);
  border-radius: 0;
  font-size: 18px;
  font-size: var(--font-nm);
}
.form textarea {
  min-height: 7rem;
}
.form button {
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  padding: 0.125rem 0 0.125rem 0.5rem;
  font-weight: bold;
  border: 0;
  background: none;
  color: #25425b;
  color: var(--color-accent);
  text-decoration: underline;
  -webkit-text-decoration: underline solid currentColor;
          text-decoration: underline solid currentColor;
  text-decoration-thickness: 3px;
  text-underline-offset: 0.5rem;
  cursor: pointer;
}
.form ::-moz-placeholder {
  color: #25425b !important;
  color: var(--color-accent) !important;
}
.form ::-moz-placeholder {
  opacity: 1;
}
.form ::placeholder {
  color: #25425b !important;
  color: var(--color-accent) !important;
}
.form ::-moz-placeholder {
  opacity: 1;
}
.form ::placeholder {
  opacity: 1;
}
.form__title {
  margin-bottom: 0;
  font-weight: bold;
}
.timeline {
  padding: 2rem 1rem;
  postion: relative;
  font-size: 0.75rem;
  font-size: var(--font-sm);
}
@media screen and (max-width: 720px) {
  .timeline {
    padding-left: 0;
    padding-right: 0;
  }
}
.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 2.25rem 1fr;
  grid-template-areas: "info marker image";
  grid-gap: 2rem;
  gap: 2rem;
}
@media screen and (max-width: 720px) {
  .timeline-item {
    grid-template-columns: 2.25rem 1fr;
    grid-template-areas: "marker info" "marker image";
  }
}
.timeline-item:last-child .timeline-item__marker {
  display: grid;
}
.timeline-item:last-child .timeline-item__marker::after {
  content: '';
  margin-top: auto;
  display: block;
  width: 1rem;
  height: 1rem;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  background: var(--white);
  border: 1px solid #25425b;
  border: 1px solid var(--color-accent);
  border-radius: 50%;
  z-index: 2;
  transform: translateY(2.5rem);
}
.timeline-item:not(.right) {
  text-align: right;
}
@media screen and (max-width: 720px) {
  .timeline-item:not(.right) {
    text-align: left;
    text-align: initial;
  }
}
.timeline-item.right {
  grid-template-areas: "image marker info";
}
@media screen and (max-width: 720px) {
  .timeline-item.right {
    grid-template-areas: "marker info" "marker image";
  }
}
.timeline-item > * {
  padding-bottom: 2rem;
}
.timeline-item__content {
  grid-area: info;
}
.timeline-item__title {
  text-transform: uppercase;
  font-weight: bold;
}
.timeline-item__marker {
  grid-area: marker;
  position: relative;
}
.timeline-item__marker::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 2px;
  background: #25425b;
  background: var(--color-accent);
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.timeline-item__marker span {
  display: grid;
  aspect-ratio: 1;
  align-items: center;
  justify-items: center;
  place-items: center;
  border-radius: 50%;
  font-size: 0.625rem;
  font-size: var(--font-sm-x);
  background: #25425b;
  background: var(--color-accent);
  color: #fff;
  color: var(--white);
  width: 2.25rem;
  height: 2.25rem;
}
.timeline-item__image {
  grid-area: image;
  margin: 0;
}
.timeline-item__image img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header {
  position: relative;
  height: auto-fit;
  height: var(--header-height, auto-fit);
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #25425b;
  background-color: var(--color-accent);
  color: #fff;
  color: var(--white);
}
.header a {
  font-size: 0.75rem;
  font-size: var(--font-sm);
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 48rem) {
  .header .navbar__logo img,
  .header .mega__logo img {
    width: 4rem;
  }
  .header .mega__logo {
    position: relative;
    left: 0.5rem;
    top: -0.5rem;
  }
  .header .js--menu__button-close {
    position: relative;
    top: 0;
    left: -0.5rem;
  }
}
.footer {
  background-color: #25425b;
  background-color: var(--color-accent);
  color: #fff;
  color: var(--white);
}
@media screen and (max-width: 759px) {
  .footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.footer .menu__mega-icons {
  display: flex;
  align-items: flex-end;
  margin-top: 3rem;
}
.footer__container {
  display: flex;
  flex-wrap: wrap;
  padding-top: 2rem;
  padding-bottom: 2rem;
  gap: 1rem;
}
@media screen and (max-width: 48rem) {
  .footer__container {
    align-items: flex-end;
    gap: 1rem;
  }
  .footer__container .footer__info {
    margin-top: 2rem;
    flex: 1 0 100%;
  }
}
.footer__logo,
.footer__info {
  flex: 1;
}
.footer__menu {
  flex: 4;
}
.footer__menu a {
  font-size: 0.75rem;
  font-size: var(--font-sm);
  text-decoration: none;
  color: inherit;
}
.mega.menu__footer {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(7rem, 1fr));
  justify-content: flex-start;
  grid-gap: 1rem;
  gap: 1rem;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
  line-height: var(--line-height-3);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 48rem) {
  .mega.menu__footer {
    display: none;
  }
}
.mega.menu__footer .sub-menu .sub-menu {
  display: none;
}
.mega.menu__footer > li {
  flex: 1;
}
.mega.menu__footer > li > a {
  font-weight: 800 !important;
}
.mega.menu__footer > li > a {
  text-transform: capitalize;
  text-decoration: none;
  margin-bottom: 1.5rem;
}
.footer__contact {
  display: flex;
  margin-top: 2rem;
  font-size: 0.75rem;
  font-size: var(--font-sm);
  font-weight: 800;
}
@media screen and (min-width: 64rem) {
  .footer__contact {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(7rem, auto));
    grid-gap: 1rem;
    gap: 1rem;
  }
}
.footer__contact > span {
  line-height: 1.2;
  align-self: end;
  justify-self: auto;
  place-self: end auto;
  margin-right: 2rem;
}
.footer__contact > * {
  flex: 1;
}
.footer__contact a {
  width: -moz-fit-content;
  width: fit-content;
}
.footer__info {
  display: flex;
  flex-direction: column;
  font-size: 0.625rem;
  font-size: var(--font-sm-x);
}
@media screen and (max-width: 40rem) {
  .footer__info {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.footer__info p {
  margin: 0;
}
.footer__info a {
  display: inline-block;
  margin-bottom: 0.5rem;
  text-decoration: none;
  color: #316fa5;
  color: var(--color-primary);
  transition: 0.3s all ease;
}
.footer__info a:hover {
  color: #fff;
  color: var(--white);
}
.footer__info > :last-child {
  margin-top: auto;
}
.footer__menu .mega.menu__footer .sub-menu a span {
  font-weight: 400;
}
.block-info.background-image img {
  -o-object-position: right;
     object-position: right;
}
.construction .ribbon,
.construction .ribbon__text1 {
  flex: 0.6;
}
.construction .ribbon__text1-content p {
  max-width: 35rem;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.5;
}
.construction .ribbon.white .ribbon__text1-content p,
.construction .ribbon.light .ribbon__text1-content p {
  max-width: 10rem;
  margin-right: 0;
}
.construction .ribbon.white .ribbon__text2 p,
.construction .ribbon.light .ribbon__text2 p {
  max-width: 30rem;
}
.construction .ribbon.image::after {
  width: auto;
  width: initial;
}
.construction .ribbon.image .ribbon__text1 {
  display: grid;
  align-items: center;
  justify-items: center;
  place-items: center;
  padding-top: clamp(4rem, 2rem + 14vw,13rem);
  padding-bottom: clamp(4rem, 2rem + 14vw,13rem);
}
.construction .ribbon.image .ribbon__text1-content {
  width: auto;
  width: initial;
}
.construction .ribbon.image .ribbon__text1-content p {
  font-size: 18px;
  font-size: var(--font-base);
}
.construction .ribbon.image .ribbon__text1-content div {
  max-width: 35rem;
}
.construction .ribbon.image a {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  color: inherit;
  text-decoration-thickness: 3px;
  text-underline-offset: 0.5rem;
}
.construction .block-info__text a {
  text-decoration: underline;
  text-decoration-thickness: 0.25rem;
}
.construction .development {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.construction .development .container {
  max-width: 54rem;
}
.construction .development .container-text {
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.development__section {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.development__section strong {
  font-weight: 800;
}
.development__section + .development__section {
  border-top: 2px solid #25425b;
  border-top: 2px solid var(--color-accent);
}
.development__items {
  display: grid;
  grid-gap: 1rem;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.development__item {
  --bgColor: var(--color-accent);
  display: flex;
  flex-direction: column;
  font-weight: 800;
  color: var(--bgColor);
}
.development__item:nth-child(2) {
  --bgColor: var(--color-ribbon);
}
.development__item:nth-child(3) {
  --bgColor: var(--color-secondary);
}
.development__item:nth-child(4) {
  --bgColor: var(--color-primary-light);
}
.development__item-icon {
  align-self: center;
  max-height: 64px;
}
.development__item-content {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: center;
  color: #fff;
  color: var(--white);
  background-color: var(--bgColor);
}
.development__item-bottom {
  font-size: 0.75rem;
  font-size: var(--font-sm);
  line-height: 1.4;
  text-align: center;
}
#projects {
  display: flex;
  flex-direction: column;
}
#projects .custom-select {
  order: 0;
}
#projects .slider__counter-container {
  order: 0;
}
#projects .slider {
  order: 2;
}
#projects .project__info-mobile {
  order: 3;
}
.page-template-fundacion .block-info__text,
.foundation .block-info__text {
  font-size: 18px;
  font-size: var(--font-base);
}
.page-template-fundacion .block-info__headline img,
.foundation .block-info__headline img {
  max-width: 7.5rem;
}
.page-template-fundacion .timeline-item,
.foundation .timeline-item {
  grid-template-columns: 2.25rem 0.5fr 1fr;
  grid-template-areas: "marker info image";
  text-align: revert;
}
@media screen and (max-width: 720px) {
  .page-template-fundacion .timeline-item,
  .foundation .timeline-item {
    grid-template-columns: 2.25rem 1fr;
    grid-template-areas: "marker info" "marker image";
  }
}
.page-template-fundacion .timeline-item:last-child .timeline-item__marker,
.foundation .timeline-item:last-child .timeline-item__marker {
  margin-top: 1rem;
}
.page-template-fundacion .timeline-item:last-child .timeline-item__marker span,
.foundation .timeline-item:last-child .timeline-item__marker span {
  background: url("images/icons/web.png") no-repeat center/contain;
  border-radius: 0;
}
.page-template-fundacion .timeline-item:last-child .timeline-item__marker::before,
.foundation .timeline-item:last-child .timeline-item__marker::before,
.page-template-fundacion .timeline-item:last-child .timeline-item__marker::after,
.foundation .timeline-item:last-child .timeline-item__marker::after {
  content: none;
}
.page-template-fundacion .timeline-item:last-child .timeline-item__image,
.foundation .timeline-item:last-child .timeline-item__image {
  position: relative;
}
@media screen and (max-width: 670px) {
  .page-template-fundacion .timeline-item:last-child .timeline-item__image,
  .foundation .timeline-item:last-child .timeline-item__image {
    top: -4.5rem;
  }
}
.page-template-fundacion .timeline-item__marker span,
.foundation .timeline-item__marker span {
  font-size: 18px;
  font-size: var(--font-nm);
}
.page-template-fundacion .timeline-item__title,
.foundation .timeline-item__title {
  margin-bottom: 0;
}
.page-template-fundacion .timeline-item__title + p,
.foundation .timeline-item__title + p {
  margin-top: 0;
}
.page-template-fundacion .timeline-item__image a,
.foundation .timeline-item__image a {
  font-weight: bold !important;
}
.page-template-fundacion .timeline-item__image a,
.foundation .timeline-item__image a {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin-top: 1.75rem;
  font-size: 18px;
  font-size: var(--font-nm);
}
.grid-foundation {
  --grid-item--min-width: 240px;
  margin-bottom: 2rem;
}
.foundation-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 2rem;
  font-size: 0.75rem;
  font-size: var(--font-sm);
}
.foundation-card .button {
  justify-content: center;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
@media screen and (max-width: 811px) {
  .foundation-card .button {
    font-size: 0.625rem;
    font-size: var(--font-sm-x);
  }
}
.foundation-card img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top left;
     object-position: top left;
}
.foundation-card a:last-child {
  font-weight: 900;
  text-decoration-thickness: 3px;
  text-underline-offset: 0.5rem;
  margin-top: auto;
  color: #25425b;
  color: var(--color-accent);
}
.manual-fica {
  color: #fff;
  color: var(--white);
}
.manual-fica p {
  display: flex;
  gap: 1rem;
  line-height: 1;
  align-items: flex-end;
}
.manual-fica a {
  color: #fff;
  color: var(--white);
}
.manual-fica img {
  max-width: 24px;
}
.eenginery-map {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.eenginery .values {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.page.contact main,
.page-template-contacto main {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 60rem) {
  .page.contact main,
  .page-template-contacto main {
    flex-direction: column-reverse;
  }
}
.page.contact section:first-of-type,
.page-template-contacto section:first-of-type {
  position: relative;
  background-color: #25425b;
  background-color: var(--color-accent);
  flex: 1;
}
.page.contact section:first-of-type > img.background-contact,
.page-template-contacto section:first-of-type > img.background-contact,
.page.contact section:first-of-type > video.background-contact,
.page-template-contacto section:first-of-type > video.background-contact {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page.contact .block-info.contact,
.page-template-contacto .block-info.contact {
  grid-template-areas: ". title title info info info info info info info .";
  padding-top: 6rem;
  padding-bottom: 26rem;
  color: #fff;
  color: var(--white);
  background: none;
}
.page.contact .block-info.contact .block-info__text,
.page-template-contacto .block-info.contact .block-info__text {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.page.contact .block-info.contact p,
.page-template-contacto .block-info.contact p {
  font-size: 0.75rem;
  font-size: var(--font-sm);
  text-transform: none;
}
.page.contact .form,
.page-template-contacto .form {
  flex: 5 0 18rem;
}
@media screen and (max-width: 34rem) {
  .page.contact .form .form__title,
  .page-template-contacto .form .form__title {
    color: #f00;
    display: none;
  }
}
.page.contact .form input,
.page-template-contacto .form input,
.page.contact .form textarea,
.page-template-contacto .form textarea {
  background: none;
  border-color: #fff;
  border-color: var(--white);
}
.page.contact .form input,
.page-template-contacto .form input,
.page.contact .form textarea,
.page-template-contacto .form textarea,
.page.contact .form button,
.page-template-contacto .form button {
  color: #fff;
  color: var(--white);
  color: chochito;
}
.page.contact .form input::-moz-placeholder, .page-template-contacto .form input::-moz-placeholder, .page.contact .form textarea::-moz-placeholder, .page-template-contacto .form textarea::-moz-placeholder, .page.contact .form button::-moz-placeholder, .page-template-contacto .form button::-moz-placeholder {
  color: #fff !important;
  color: var(--white) !important;
}
.page.contact .form input::placeholder,
.page-template-contacto .form input::placeholder,
.page.contact .form textarea::placeholder,
.page-template-contacto .form textarea::placeholder,
.page.contact .form button::placeholder,
.page-template-contacto .form button::placeholder {
  color: #fff !important;
  color: var(--white) !important;
}
.page.contact .form textarea,
.page-template-contacto .form textarea {
  resize: none;
}
.page.contact .contact-icons,
.page-template-contacto .contact-icons {
  flex: 1 0 8rem;
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  margin-top: 1.5rem;
}
.page.contact .contact-icons img,
.page-template-contacto .contact-icons img {
  max-width: 28px;
}
a {
  font-weight: normal !important;
  font-weight: initial !important;
}
a {
  text-decoration: none;
}
.about .block-info,
.page-template-sobre_nosotros .block-info {
  grid-template-areas: ". title headline headline headline info info info info info .";
}
.about .slider.multiple,
.page-template-sobre_nosotros .slider.multiple {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 640px) {
  .about .slider.multiple,
  .page-template-sobre_nosotros .slider.multiple {
    flex-direction: revert;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
  }
}
.about .slider.multiple .slider__container,
.page-template-sobre_nosotros .slider.multiple .slider__container {
  padding-bottom: 0;
}
@media screen and (max-width: 640px) {
  .about .slider.multiple .slider__container,
  .page-template-sobre_nosotros .slider.multiple .slider__container {
    order: 1;
    flex: 1 0 100%;
  }
}
.about .slider.multiple .button__container,
.page-template-sobre_nosotros .slider.multiple .button__container {
  padding-bottom: 3.5rem;
}
@media screen and (max-width: 640px) {
  .about .slider.multiple .button__container,
  .page-template-sobre_nosotros .slider.multiple .button__container {
    padding-bottom: 0;
  }
}
.about .slider.multiple:not(.years) img,
.page-template-sobre_nosotros .slider.multiple:not(.years) img {
  border-radius: 50%;
}
.about .slider.multiple.years .slide,
.page-template-sobre_nosotros .slider.multiple.years .slide {
  flex: 1 0 100%;
  max-width: 100%;
}
.about .slider.multiple.years .slide img,
.page-template-sobre_nosotros .slider.multiple.years .slide img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.about .slider.multiple.years .button__container,
.page-template-sobre_nosotros .slider.multiple.years .button__container {
  padding-bottom: 0;
}
.about .slider.multiple .slide,
.page-template-sobre_nosotros .slider.multiple .slide {
  flex: 1 0 25%;
  max-width: 25%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (max-width: 640px) {
  .about .slider.multiple .slide,
  .page-template-sobre_nosotros .slider.multiple .slide {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.about .slider.multiple .slide img,
.page-template-sobre_nosotros .slider.multiple .slide img {
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
.about .slider.multiple .slide .slide__content,
.page-template-sobre_nosotros .slider.multiple .slide .slide__content {
  width: 100%;
}
.about .slider.multiple .slide .slide__title,
.page-template-sobre_nosotros .slider.multiple .slide .slide__title {
  text-align: center;
}
.about .first-years,
.page-template-sobre_nosotros .first-years {
  font-size: 0.75rem;
  font-size: var(--font-sm);
}
@media screen and (max-width: 720px) {
  .about .first-years .grid,
  .page-template-sobre_nosotros .first-years .grid {
    grid-template-columns: 1fr;
  }
}
.about .block-info.fullinfo.map,
.page-template-sobre_nosotros .block-info.fullinfo.map {
  grid-template-areas: ". title info info info info info info info info info . ";
}
.missionvision {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 22rem));
  grid-gap: 1rem;
  gap: 1rem;
  justify-content: center;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  color: #25425b;
  color: var(--color-accent);
}
@media screen and (max-width: 519px) {
  .missionvision {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.missionvision h3 {
  font-size: 18px;
  font-size: var(--font-nm);
  text-transform: uppercase;
}
.missionvision p {
  font-size: 0.75rem;
  font-size: var(--font-sm);
}
.customers__logos {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
}
.customers__logos img {
  display: block;
  width: 164px;
  height: 64px;
  -o-object-fit: cover;
     object-fit: cover;
}
.map-presence {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.map-presence > * {
  flex: 1 0 20rem;
  max-width: 100%;
}
.map-presence .grid {
  --grid-item--min-width: 64px;
  align-items: center;
  justify-items: center;
  place-items: center;
  margin-top: 4rem;
}
.map-presence .grid img {
  width: 90px;
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
}
.map-presence p {
  margin-top: 0;
}
.map-presence__image img {
  max-width: 20.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.map-presence__image a {
  font-weight: bold !important;
}
.map-presence__image a {
  font-size: 0.625rem;
  font-size: var(--font-sm-x);
  text-decoration: underline;
  text-decoration-thickness: 3px;
  margin-left: 4rem;
}
.eenginery-map {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.eenginery .values {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.risk-breadcrumbs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
  grid-gap: 1rem;
  gap: 1rem;
  list-style: none;
  padding: 0;
  font-weight: bold;
  color: #78bace;
  color: var(--color-primary-light);
}
.risk-breadcrumbs li {
  flex: 1 0 12rem;
  display: flex;
  gap: 1rem;
}
.risk-breadcrumbs li:nth-child(1) {
  color: #25425b;
  color: var(--color-accent);
}
.risk-breadcrumbs li:nth-child(2) {
  color: #316fa5;
  color: var(--color-primary);
}
.risk-breadcrumbs li:nth-child(2)::after {
  background-image: url("images/icons/chevron-right-primary.svg");
}
.risk-breadcrumbs li:nth-child(3) {
  color: #1b8aac;
  color: var(--color-secondary);
}
.risk-breadcrumbs li:nth-child(3)::after {
  background-image: url("images/icons/chevron-right-secondary.svg");
}
.risk-breadcrumbs li:nth-child(4)::after {
  background-image: url("images/icons/chevron-right-primary-light.svg");
}
.risk-breadcrumbs li span {
  flex: 1;
  text-align: center;
}
.risk-breadcrumbs li::after {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.75rem;
  margin-left: auto;
  background: url("images/icons/chevron-right-dark.svg") no-repeat center/contain;
}
.organization__title {
  margin-bottom: 2rem;
  font-weight: bold;
  text-align: center;
  border-top: 2px solid #25425b;
  border-bottom: 2px solid #25425b;
  border-top: 2px solid var(--color-accent);
  border-bottom: 2px solid var(--color-accent);
}
.structure__flow {
  display: grid;
  grid-gap: 1.5rem;
  gap: 1.5rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 40rem) {
  .structure__flow {
    display: block;
  }
  .structure__flow > * {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 45rem) {
  .structure__flow p {
    font-size: 0.75rem;
    font-size: var(--font-sm);
  }
}
.structure__flow.civil {
  grid-template-areas: "directors managers managers supervisors supervisors supervisors";
}
.structure__flow.civil .directors {
  grid-area: directors;
}
.structure__flow.civil .managers {
  grid-area: managers;
}
.structure__flow.civil .supervisors {
  grid-area: supervisors;
}
.structure__flow.industrial {
  grid-template-areas: " . directors managers .";
}
.structure__flow.industrial .directors {
  grid-area: directors;
}
.structure__flow.industrial .managers {
  grid-area: managers;
}
.structure__flow p {
  margin: 0;
}
.people__container {
  display: flex;
  gap: 2rem;
  align-items: center;
  margin-top: 1.5rem;
  padding-left: 1rem;
  border-left: 2px solid #25425b;
  border-left: 2px solid var(--color-accent);
}
@media screen and (max-width: 65rem) {
  .people__container {
    display: revert;
  }
}
.people__container.industrial {
  display: revert;
}
.people__container p {
  margin-top: 1rem;
  max-width: 10rem;
  font-weight: bold;
}
.banner-image.structure {
  color: #fff;
  color: var(--white);
  text-transform: uppercase;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.banner-image.structure > img {
  grid-area: 1/1/-1/-1;
}
.banner-image.structure .container {
  grid-area: 1/1/-1/-1;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.banner-image.structure .container img {
  background: none;
}
.banner-image.structure p {
  margin: 0;
  font-size: clamp(0.75rem, 0.5rem + 1.5vw, 1.5rem);
  font-size: clamp(0.75rem, 0.5rem + 1.5vw, var(--font-md));
}
.structure .grid.columns-5 .title {
  grid-column: span 2;
}
.structure .grid.columns-5 img {
  grid-column: span 3;
}
@media screen and (max-width: 1107px) {
  .structure .grid.columns-5 img {
    grid-column: 1/-1;
  }
}
.headline {
  max-width: 34rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-transform: uppercase;
  color: #25425b;
  color: var(--color-accent);
}
@media screen and (max-width: 540px) {
  .headline {
    font-size: small;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.humancapital__info {
  font-size: 0.75rem;
  font-size: var(--font-sm);
  color: #25425b;
  color: var(--color-accent);
  max-width: 43rem;
}
@media screen and (max-width: 1140px) {
  .humancapital__info {
    max-width: 60ch;
  }
}
@media screen and (max-width: 40rem) {
  .humancapital__info {
    margin-left: 0.5rem;
  }
}
.humancapital section:last-of-type {
  font-size: 0.75rem;
  font-size: var(--font-sm);
}
.humancapital .block-info.noalign {
  grid-template-areas: ". title info info info info info info info . . ";
}
.humancapital .block-info.noalign .block-info__text {
  display: revert;
}
.humancapital .block-info.noalign p {
  max-width: 36rem;
  margin-bottom: 2rem;
}
.human-contact {
  margin-bottom: -1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #fff;
  color: var(--white);
}
.human-contact a {
  font-weight: bold !important;
}
.human-contact a {
  color: inherit;
}
.human-contact__container {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.strategy .block-info.background-image.sm .block-info__text,
.page-template-nuestra_estrategia .block-info.background-image.sm .block-info__text {
  font-size: 0.75rem;
  font-size: var(--font-sm);
}
.strategy .block-info.background-image .block-info__text,
.page-template-nuestra_estrategia .block-info.background-image .block-info__text {
  text-align: revert;
}
.strategy .block-info.background-image ul,
.page-template-nuestra_estrategia .block-info.background-image ul {
  font-weight: medium;
}
.strategy .block-info.background-image-stgrid,
.page-template-nuestra_estrategia .block-info.background-image-stgrid {
  grid-template-areas: ". title headline headline headline info info info info . .";
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.strategy .block-info.background-image-stgrid .block-info__headline,
.page-template-nuestra_estrategia .block-info.background-image-stgrid .block-info__headline {
  z-index: 2;
}
@media screen and (max-width: 960px) and (pointer: coarse) {
  .supply .flowchart-item li,
  .page-template-cadena_suministro .flowchart-item li {
    font-size: smaller;
  }
}
@media screen and (max-width: 540px) {
  .supply .flowchart-item li,
  .page-template-cadena_suministro .flowchart-item li {
    font-size: small;
  }
}
.sr-only {
  display: inline-block;
  height: 1px;
  width: 1px;
  overflow: hidden;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}
.text-align-end {
  text-align: right;
}
.text-align-center {
  text-align: center;
}
.is-uppercase {
  text-transform: uppercase;
}
.is-strong {
  font-weight: bold;
}
.has-color-accent {
  color: #25425b;
  color: var(--color-accent);
}
.pt-0 {
  padding-top: 0;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.5rem;
}
.pt-6 {
  padding-top: 2rem;
}
.pt-7 {
  padding-top: 2.5rem;
}
.pt-8 {
  padding-top: 3rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.5rem;
}
.mt-6 {
  margin-top: 2rem;
}
.mt-7 {
  margin-top: 2.5rem;
}
.mt-8 {
  margin-top: 3rem;
}
.my-6 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-7 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-8 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.fade-in {
  transform: scale(0);
}
.fade-in.active {
  animation: fade-in 0.5s ease-in forwards;
  animation-delay: 0s;
  animation-delay: var(--animation-delay, 0s);
}
img.loading,
.slider.projects.loading,
.slide.loading {
  --duration: 3s;
  background-image: linear-gradient(110deg, #ececec 23%, #f5f5f5 28%, #ececec 33%);
  background-size: 200% 100%;
  animation: shine 2s linear infinite;
  animation: shine var(--duration, 2s) linear infinite;
}
@keyframes fade-in {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes slide-loading {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: 300%;
  }
}
@keyframes shine {
  to {
    background-position-x: -200%;
  }
}
.is-clipped {
  overflow: hidden;
}
.has-background-primary {
  background-color: #316fa5;
  background-color: var(--color-primary);
}
.has-background-ribbon {
  background-color: #506c91;
  background-color: var(--color-ribbon);
}
.has-background-light {
  background-color: #d4e1ec;
  background-color: var(--color-background);
}
