/**handles:style**/
/*
Theme Name: Auren
Theme URI: https://auren.com/es
Author: Auren Consultores SP S.L.P.
Author URI: https://auren.com/es
Description: Tema para el sitio web de Auren
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wparquetipo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Auren is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/**
 * 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; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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;
  outline-offset: -2px; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-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;
  font: inherit; }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/* Elements
--------------------------------------------- */
body {
  background: #fff; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

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

figure {
  margin: 1em 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/* Links
--------------------------------------------- */
a {
  color: currentColor; }

/* 
a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
} */
a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa; }

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%; }

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0; }

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999; }

.main-navigation ul ul ul {
  left: -999em;
  top: 0; }

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto; }

.main-navigation ul ul a {
  width: 200px; }

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto; }

.main-navigation li {
  position: relative; }

.main-navigation a {
  display: block;
  text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: flex; } }

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
  margin: 0 0 1.5em; }

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%; }

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block; }

.post,
.page {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }

.widget select {
  max-width: 100%; }

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%; }

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

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

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0; }

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }

/* SINGLE PUBLICATION */
.file-uploads {
  display: flex;
  gap: 10px; }

:root {
  --font-primary: 'Open Sans';
  --font-secondary: 'Aloevera Display';
  --layout-lg: 992px;
  --layout-xl: 1200px;
  --layout-xxxl: 1921px;
  --white: #F5F5F5;
  --real-white: #FFFFFF;
  --almost-black: #1C1C1C;
  --black: #262729;
  --black-lighter: #707070;
  --real-black: #000000;
  --black-alt: #252525;
  --grey-light: #C4C2C2;
  --border: #3B3B3B;
  --border-alt: #4F4F4F;
  --border-dark: #2A2A2A;
  --border-light: #E1E1E1;
  --border-light-alt: #D9D9D9;
  --border-line: #8F8F8F;
  --red: #E2231A;
  --red-dark: #861E35;
  --red-lighter: rgba(249, 211, 209, 0.30);
  --purple-light: #515978;
  --purple-lighter: #D5D8E2; }

@font-face {font-display: swap;
  font-family: 'Aloevera Display';
  src: url("https://auren.com/cl/wp-content/themes/auren/assets/fonts/AloeveraDisplay-Thin.woff2") format("woff2");
  font-weight: 200;
  font-style: normal; }

@font-face {font-display: swap;
  font-family: 'Aloevera Display';
  src: url("https://auren.com/cl/wp-content/themes/auren/assets/fonts/AloeveraDisplay-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal; }

@font-face {font-display: swap;
  font-family: 'Aloevera Display';
  src: url("https://auren.com/cl/wp-content/themes/auren/assets/fonts/AloeveraDisplay-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal; }

@font-face {font-display: swap;
  font-family: 'Aloevera Display';
  src: url("https://auren.com/cl/wp-content/themes/auren/assets/fonts/AloeveraDisplay-RegularItalic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic; }

@font-face {font-display: swap;
  font-family: 'Aloevera Display';
  src: url("https://auren.com/cl/wp-content/themes/auren/assets/fonts/AloeveraDisplay-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal; }

@font-face {font-display: swap;
  font-family: 'Aloevera Display';
  src: url("https://auren.com/cl/wp-content/themes/auren/assets/fonts/AloeveraDisplay-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal; }

@font-face {font-display: swap;
  font-family: 'Aloevera Display';
  src: url("https://auren.com/cl/wp-content/themes/auren/assets/fonts/AloeveraDisplay-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal; }

@font-face {font-display: swap;
  font-family: 'Montserrat';
  src: url("https://auren.com/cl/wp-content/themes/auren/assets/fonts/Montserrat-Thin.woff2") format("woff2");
  font-weight: 200;
  font-style: normal; }

@font-face {font-display: swap;
  font-family: 'Montserrat';
  src: url("https://auren.com/cl/wp-content/themes/auren/assets/fonts/Montserrat-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal; }

@font-face {font-display: swap;
  font-family: 'Montserrat';
  src: url("https://auren.com/cl/wp-content/themes/auren/assets/fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal; }

@font-face {font-display: swap;
  font-family: 'Montserrat';
  src: url("https://auren.com/cl/wp-content/themes/auren/assets/fonts/Montserrat-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic; }

@font-face {font-display: swap;
  font-family: 'Montserrat';
  src: url("https://auren.com/cl/wp-content/themes/auren/assets/fonts/Montserrat-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal; }

@font-face {font-display: swap;
  font-family: 'Montserrat';
  src: url("https://auren.com/cl/wp-content/themes/auren/assets/fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal; }

@font-face {font-display: swap;
  font-family: 'Montserrat';
  src: url("https://auren.com/cl/wp-content/themes/auren/assets/fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal; }

/*** SIMONA PRO ****/
@font-face {font-display: swap;
  font-family: 'SimonaPro';
  src: url("https://auren.com/cl/wp-content/themes/auren/assets/fonts/SimonaPro-Thin.woff2") format("woff2");
  font-weight: 200;
  font-style: normal; }

@font-face {font-display: swap;
  font-family: 'SimonaPro';
  src: url("https://auren.com/cl/wp-content/themes/auren/assets/fonts/SimonaPro-Thin.woff2") format("woff2");
  font-weight: 300;
  font-style: normal; }

@font-face {font-display: swap;
  font-family: 'SimonaPro';
  src: url("https://auren.com/cl/wp-content/themes/auren/assets/fonts/SimonaPro-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal; }

@font-face {font-display: swap;
  font-family: 'SimonaPro';
  src: url("https://auren.com/cl/wp-content/themes/auren/assets/fonts/SimonaPro-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal; }

@font-face {font-display: swap;
  font-family: 'SimonaPro';
  src: url("https://auren.com/cl/wp-content/themes/auren/assets/fonts/SimonaPro-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal; }

/* OPEN SANS */
/* open-sans-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url("https://auren.com/cl/wp-content/themes/auren/assets/fonts/open-sans-v43-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* open-sans-300italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url("https://auren.com/cl/wp-content/themes/auren/assets/fonts/open-sans-v43-latin-300italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* open-sans-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url("https://auren.com/cl/wp-content/themes/auren/assets/fonts/open-sans-v43-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* open-sans-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url("https://auren.com/cl/wp-content/themes/auren/assets/fonts/open-sans-v43-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* open-sans-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url("https://auren.com/cl/wp-content/themes/auren/assets/fonts/open-sans-v43-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* open-sans-500italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  src: url("https://auren.com/cl/wp-content/themes/auren/assets/fonts/open-sans-v43-latin-500italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* open-sans-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url("https://auren.com/cl/wp-content/themes/auren/assets/fonts/open-sans-v43-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* open-sans-600italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url("https://auren.com/cl/wp-content/themes/auren/assets/fonts/open-sans-v43-latin-600italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* open-sans-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url("https://auren.com/cl/wp-content/themes/auren/assets/fonts/open-sans-v43-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* open-sans-700italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url("https://auren.com/cl/wp-content/themes/auren/assets/fonts/open-sans-v43-latin-700italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* open-sans-800 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url("https://auren.com/cl/wp-content/themes/auren/assets/fonts/open-sans-v43-latin-800.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* open-sans-800italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: url("https://auren.com/cl/wp-content/themes/auren/assets/fonts/open-sans-v43-latin-800italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

.button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 30px;
  border-radius: 200px;
  background: linear-gradient(90deg, var(--red) 0%, var(--red-dark) 100%);
  color: var(--white);
  font-family: var(--font-secondary);
  font-size: 12px;
  line-height: 1;
  letter-spacing: -0.24px;
  min-height: 35px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 1200px) {
    .button {
      width: fit-content;
      min-width: 200px;
      min-height: 54px;
      font-size: 15px;
      font-weight: 400;
      letter-spacing: 0px;
      padding-left: 32px;
      padding-right: 32px; } }
  @media (min-width: 1200px) {
    .button:hover:not(:focus) {
      color: var(--real-black);
      background: transparent;
      border: 1px solid var(--red); } }
  @media (min-width: 1200px) {
    .button:focus {
      opacity: 0.3; } }
  .button-icon {
    font-size: 13px;
    letter-spacing: -0.26px;
    min-height: 40px; }
    @media (min-width: 1200px) {
      .button-icon {
        font-size: 16px;
        font-weight: 500;
        letter-spacing: -0.3px;
        min-height: 55px;
        min-width: 190px;
        justify-content: flex-start;
        position: relative;
        padding-right: 70px; } }
    .button-icon:after {
      content: '';
      display: block;
      width: 34px;
      height: 34px;
      background-image: url(https://auren.com/cl/wp-content/themes/auren/assets/images/ico-arrow-white-oblique.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      margin-left: 6px; }
      @media (min-width: 1200px) {
        .button-icon:after {
          width: 17px;
          height: 24px;
          background-image: url("https://auren.com/cl/wp-content/themes/auren/assets/images/ico-arrow-white.svg");
          transition: all 0.5s;
          transform: rotate(0deg) translateY(-50%);
          position: absolute;
          top: 50%;
          right: 32px;
          margin-left: 0;
          transform-origin: center top; } }
    @media (min-width: 1200px) {
      .button-icon:hover:not(:focus):after {
        transform: rotate(-45deg) translateY(-50%); } }
  .button-primary {
    background: var(--red); }
    @media (min-width: 1200px) {
      .button-primary:hover:not(:focus) {
        background: var(--red-lighter); } }
  @media (min-width: 1200px) {
    .button-contrast:hover:not(:focus) {
      color: var(--real-white); } }
  @media (min-width: 1200px) {
    .button-contrast-red:hover:not(:focus) {
      color: var(--real-white);
      background: var(--red);
      border: none; } }
  @media (min-width: 1200px) {
    .button-contrast-black:hover:not(:focus) {
      color: var(--real-white);
      background: linear-gradient(90deg, var(--almost-black) 0%, var(--almost-black) 100%); } }
  @media (min-width: 1200px) {
    .button:not(.button-contrast):not(.button-contrast-red):not(.button-contrast-black):hover:not(:focus):after {
      filter: brightness(0); } }

html,
body {
  margin: 0 !important;
  padding: 0 !important; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  margin-bottom: 0; }

.post,
.page,
figure,
blockquote,
.widget,
.entry-content,
dl,
dt,
dd,
ul,
ol {
  margin: 0;
  padding: 0; }

body.admin-bar {
  padding-bottom: 46px !important; }
  @media (min-width: 992px) {
    body.admin-bar {
      padding-bottom: 32px !important; } }

#wpadminbar {
  position: fixed;
  top: auto;
  bottom: 0; }

html body {
  color: var(--black);
  font-family: var(--font-primary);
  background-color: var(--white);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    */ }
  @media (min-width: 1200px) {
    html body {
      background-image: url("https://auren.com/cl/wp-content/themes/auren/assets/images/bg-body.svg");
      background-repeat: no-repeat;
      background-size: 813px auto;
      background-position: right calc(100% - 1000px); } }
  html body * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  html body a:active, html body a:focus, html body a:focus-visible,
  html body button:active,
  html body button:focus,
  html body button:focus-visible,
  html body input:active,
  html body input:focus,
  html body input:focus-visible,
  html body textarea:active,
  html body textarea:focus,
  html body textarea:focus-visible {
    outline: none; }

.site {
  width: 100%; }

.post {
  width: 100%;
  overflow: hidden; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0; }

.locked {
  overflow: hidden; }

.container {
  width: 100%;
  max-width: var(--layout-lg);
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px; }
  @media (min-width: 1200px) {
    .container {
      max-width: var(--layout-xl);
      padding-left: 88px;
      padding-right: 88px; } }
  @media (min-width: 1850px) {
    .container {
      max-width: var(--layout-xxxl);
      padding-left: 128px;
      padding-right: 128px; } }
  .container .container {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0; }

.container-padding-header {
  padding-top: 108px !important; }
  @media (min-width: 1200px) {
    .container-padding-header {
      padding-top: 196px !important; } }
  @media (min-width: 1850px) {
    .container-padding-header {
      padding-top: 219px !important; } }

.wpcf7-checkbox {
  display: block;
  margin-top: 10px; }

.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-checkbox .wpcf7-list-item label {
  width: 100%;
  margin: 0; }

.wpcf7-checkbox .wpcf7-list-item {
  margin-bottom: 8px; }
  @media (min-width: 1850px) {
    .wpcf7-checkbox .wpcf7-list-item {
      margin-bottom: 16px; } }

.wpcf7-checkbox label {
  position: relative;
  padding-left: 22px; }
  @media (min-width: 1200px) {
    .wpcf7-checkbox label {
      padding-left: 32px; } }

.wpcf7-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }
  .wpcf7-checkbox input[type="checkbox"]:checked ~ span:after {
    opacity: 1; }
  .wpcf7-checkbox input[type="checkbox"]:checked ~ span:before {
    border-color: var(--red);
    background-color: rgba(249, 211, 209, 0.3); }
  .wpcf7-checkbox input[type="checkbox"] + span {
    color: var(--real-black);
    font-size: 12px;
    line-height: 1.25;
    font-style: normal;
    font-weight: 400;
    text-align: left; }
    @media (min-width: 1200px) {
      .wpcf7-checkbox input[type="checkbox"] + span {
        font-size: 14px; } }
    .wpcf7-checkbox input[type="checkbox"] + span:before {
      content: '';
      display: block;
      position: absolute;
      top: 0px;
      left: 0;
      height: 12px;
      width: 12px;
      background-color: var(--real-white);
      border: 1.5px solid var(--real-black);
      transition: background-color 0.25s ease;
      border-radius: 2px; }
      @media (min-width: 1200px) {
        .wpcf7-checkbox input[type="checkbox"] + span:before {
          top: 6px;
          height: 17px;
          width: 17px; } }
    .wpcf7-checkbox input[type="checkbox"] + span:after {
      content: '';
      display: block;
      position: absolute;
      left: 4px;
      top: 2px;
      width: 4px;
      height: 6px;
      border: solid var(--red);
      border-width: 0 1.5px 1.5px 0;
      transform: rotate(45deg);
      opacity: 0;
      transition: opacity 0.25s ease; }
      @media (min-width: 1200px) {
        .wpcf7-checkbox input[type="checkbox"] + span:after {
          top: 9px;
          width: 6px;
          height: 8px;
          left: 5px; } }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: rgba(15, 15, 15, 0.6);
  backdrop-filter: blur(9px);
  transition: background 0.5s; }
  .site-header > .container {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 25px;
    padding-right: 14px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 99; }
    @media (min-width: 1200px) {
      .site-header > .container {
        padding-top: 32px;
        padding-bottom: 32px;
        padding-left: 54px;
        padding-right: 80px; } }
    @media (min-width: 1850px) {
      .site-header > .container {
        padding-top: 39px;
        padding-bottom: 27px;
        padding-left: 70px;
        padding-right: 70px; } }
    .site-header > .container div[class^='menu-'] {
      display: none; }
  .site-header_logo {
    width: 100%;
    max-width: 67px; }
    @media (min-width: 1200px) {
      .site-header_logo {
        max-width: 115px;
        position: relative;
        z-index: 2; } }
    @media (min-width: 1850px) {
      .site-header_logo {
        max-width: 159px; } }
    .site-header_logo a,
    .site-header_logo img {
      display: block;
      width: 100%; }
  .site-header_search {
    margin-left: auto; }
    .site-header_search_link {
      width: 49px;
      min-width: 49px;
      height: 49px;
      text-align: left;
      text-indent: -9999px;
      overflow: hidden;
      display: block;
      background-image: url("https://auren.com/cl/wp-content/themes/auren/assets/images/ico-search.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 18px auto;
      background-color: transparent; }
      @media (min-width: 1200px) {
        .site-header_search_link {
          height: 40px; } }
  .site-header_panel {
    padding-left: 27px;
    padding-right: 27px;
    display: none;
    flex-direction: column; }
    @media (min-width: 1200px) {
      .site-header_panel {
        padding-top: 84px;
        padding-bottom: 84px;
        padding-left: 0;
        padding-right: 0;
        flex-direction: row;
        position: relative; } }
    @media (min-width: 1850px) {
      .site-header_panel {
        padding-top: 89px; } }
    .site-header_panel.active {
      display: flex; }
    .site-header_panel .container {
      width: 100%;
      max-width: var(--layout-xxxl);
      margin: 0 auto;
      padding: 0;
      display: flex;
      flex-direction: column; }
      @media (min-width: 1200px) {
        .site-header_panel .container {
          flex-direction: row;
          align-items: flex-start; } }
    .site-header_panel_top {
      order: 1;
      padding-top: 15px; }
      @media (min-width: 1200px) {
        .site-header_panel_top {
          padding-top: 18px;
          width: 34.5%;
          padding-left: 58px;
          padding-right: 56px; } }
      @media (min-width: 1850px) {
        .site-header_panel_top {
          width: 39%;
          padding-left: 169px; } }
    .site-header_panel_middle {
      order: 3;
      padding-bottom: 35px; }
      @media (min-width: 1200px) {
        .site-header_panel_middle {
          padding-bottom: 0;
          width: 22.4%; } }
      @media (min-width: 1850px) {
        .site-header_panel_middle {
          width: 17.5%; } }
    .site-header_panel_bottom {
      order: 2; }
      @media (min-width: 1200px) {
        .site-header_panel_bottom {
          width: 43.1%;
          order: 3;
          padding-top: 18px;
          padding-right: 43px;
          display: flex;
          flex-direction: column;
          align-items: center;
          padding-left: 96px; } }
      @media (min-width: 1850px) {
        .site-header_panel_bottom {
          width: 43.5%;
          padding-right: 90px;
          padding-left: 0; } }
    .site-header_panel_content {
      width: 100%;
      padding-top: 13px;
      padding-bottom: 44px; }
      @media (min-width: 1200px) {
        .site-header_panel_content {
          padding-left: 58px;
          padding-right: 35px;
          display: flex;
          flex-wrap: wrap; } }
      @media (min-width: 1850px) {
        .site-header_panel_content {
          padding-left: 178px; } }
      .site-header_panel_content .site-header_panel_back {
        margin-bottom: 17px; }
    .site-header_panel_back {
      background-image: url("https://auren.com/cl/wp-content/themes/auren/assets/images/ico-arrow-white-left.svg");
      background-repeat: no-repeat;
      background-position: 8px center;
      background-size: 12px auto;
      background-color: transparent;
      padding-left: 33px;
      color: var(--real-white);
      font-size: 14px;
      line-height: 1;
      font-style: normal;
      font-weight: 400;
      text-align: left;
      text-decoration: none;
      display: block;
      margin-bottom: 23px; }
      .site-header_panel_back:hover {
        color: var(--real-white); }
      @media (min-width: 1200px) {
        .site-header_panel_back {
          display: none; } }
    .site-header_panel_title {
      width: 100%;
      margin-bottom: 8px; }
      @media (min-width: 1200px) {
        .site-header_panel_title {
          max-width: 220px;
          margin-bottom: 23px; } }
      @media (min-width: 1850px) {
        .site-header_panel_title {
          max-width: 440px;
          margin-bottom: 19px; } }
      .site-header_panel_title * {
        color: var(--real-white);
        font-family: var(--font-secondary);
        font-size: 16px;
        line-height: 1.5;
        font-style: normal;
        font-weight: 600;
        text-align: left;
        text-transform: uppercase; }
        @media (min-width: 1200px) {
          .site-header_panel_title * {
            font-size: 22px;
            line-height: 1.33; } }
        @media (min-width: 1850px) {
          .site-header_panel_title * {
            font-size: 26px;
            line-height: 1.5; } }
    .site-header_panel_description {
      width: 100%;
      margin-bottom: 24px; }
      @media (min-width: 1200px) {
        .site-header_panel_description {
          max-width: 440px; } }
      .site-header_panel_description * {
        color: var(--real-white);
        font-size: 14px;
        line-height: 1.5;
        font-style: normal;
        font-weight: 400;
        text-align: left; }
        @media (min-width: 1200px) {
          .site-header_panel_description * {
            font-size: 16px; } }
        @media (min-width: 1850px) {
          .site-header_panel_description * {
            font-size: 20px; } }
    .site-header_panel_cta {
      display: none;
      margin-bottom: 20px; }
      .site-header_panel_cta.active {
        display: block; }
      @media (min-width: 1200px) {
        .site-header_panel_cta {
          width: 100%;
          max-width: 385px;
          margin-bottom: auto;
          position: relative;
          margin-left: auto;
          margin-right: auto; } }
      @media (min-width: 1850px) {
        .site-header_panel_cta {
          max-width: 591px;
          margin-right: 0; } }
      .site-header_panel_cta_link {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 6px 35px;
        border-radius: 200px;
        background: linear-gradient(90deg, var(--red) 0%, var(--red-dark) 100%);
        color: var(--white);
        font-family: var(--font-secondary);
        font-size: 14px;
        line-height: 1;
        font-style: normal;
        font-weight: 500;
        letter-spacing: -0.28px;
        text-align: center;
        text-decoration: none; }
        @media (min-width: 1200px) {
          .site-header_panel_cta_link {
            position: absolute;
            top: 0px;
            left: -4px;
            width: 232px;
            font-size: 16px;
            letter-spacing: -0.32px;
            padding: 12px 12px;
            height: 56px;
            z-index: 3; } }
        @media (min-width: 1850px) {
          .site-header_panel_cta_link {
            top: 15px;
            width: 270px;
            padding: 15px 28px;
            justify-content: flex-start; } }
        .site-header_panel_cta_link:hover:not(:focus) {
          color: var(--white); }
          @media (min-width: 1200px) {
            .site-header_panel_cta_link:hover:not(:focus) {
              border: 1px solid var(--red);
              padding-top: 14px;
              padding-bottom: 14px;
              background: linear-gradient(90deg, var(--almost-black) 0%, var(--almost-black) 100%); } }
          @media (min-width: 1200px) {
            .site-header_panel_cta_link:hover:not(:focus):after {
              transform: rotate(-36.241deg); } }
        @media (min-width: 1200px) {
          .site-header_panel_cta_link:focus {
            opacity: 0.3; } }
        .site-header_panel_cta_link:after {
          content: '';
          display: block;
          width: 34px;
          height: 34px;
          background-image: url("https://auren.com/cl/wp-content/themes/auren/assets/images/ico-arrow-white-oblique.svg");
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          margin-left: 6px; }
          @media (min-width: 1200px) {
            .site-header_panel_cta_link:after {
              width: 17px;
              min-width: 17px;
              height: 24px;
              background-image: url("https://auren.com/cl/wp-content/themes/auren/assets/images/ico-arrow-white.svg");
              margin-left: 16px;
              transition: all 0.5s;
              transform: rotate(0deg); } }
          @media (min-width: 1850px) {
            .site-header_panel_cta_link:after {
              margin-left: auto; } }
      .site-header_panel_cta_image {
        display: block;
        width: 100%;
        height: 167px;
        object-fit: cover;
        mask: url("https://auren.com/cl/wp-content/themes/auren/assets/images/mask-image-header.png") no-repeat center bottom; }
        @media (min-width: 1200px) {
          .site-header_panel_cta_image {
            mask: url("https://auren.com/cl/wp-content/themes/auren/assets/images/mask-image-header-t.png") no-repeat center bottom;
            height: 370px; } }
        @media (min-width: 1850px) {
          .site-header_panel_cta_image {
            mask: url("https://auren.com/cl/wp-content/themes/auren/assets/images/mask-image-header-d.png") no-repeat center bottom;
            height: 575px; } }
        @media (max-width: 1199px) {
          .site-header_panel_cta_image {
            display: none; } }
    @media (min-width: 1200px) {
      .site-header_panel-global {
        padding-top: 50px; } }
    @media (min-width: 1850px) {
      .site-header_panel-global {
        padding-top: 64px; } }
    @media (min-width: 1850px) {
      .site-header_panel-global .site-header_accordion_header_link {
        font-size: 26px; } }
    @media (min-width: 1200px) {
      .site-header_panel-global .site-header_accordion_content {
        position: relative; } }
    @media (min-width: 1200px) {
      .site-header_panel-global .site-header_accordion.site-header_accordion-directory {
        width: 28%;
        max-width: 317px; } }
    @media (min-width: 1200px) {
      .site-header_panel-global .site-header_accordion.site-header_accordion-directory .site-header_accordion_header {
        cursor: default;
        pointer-events: none; } }
    @media (min-width: 1200px) {
      .site-header_panel-global .site-header_accordion.site-header_accordion-directory .site-header_accordion_header:before {
        content: none;
        display: none; } }
    @media (min-width: 1200px) {
      .site-header_panel-global .site-header_accordion.site-header_accordion-directory .site-header_accordion_header_link:after,
      .site-header_panel-global .site-header_accordion.site-header_accordion-directory .site-header_accordion_header_link:before {
        content: none;
        display: none; } }
    @media (min-width: 1200px) {
      .site-header_panel-global .site-header_accordion.site-header_accordion-directory .site-header_accordion_content {
        max-height: 10000px;
        overflow: visible;
        position: static; } }
    @media (min-width: 1200px) {
      .site-header_panel-global .site-header_accordion.site-header_accordion-directory .site-header_accordion_menu_item.active .site-header_accordion_menu_content {
        position: fixed;
        left: 415px;
        right: auto;
        z-index: 9;
        padding-top: 98px;
        padding-bottom: 98px;
        padding-right: 27px;
        padding-left: 85px;
        top: 116px;
        height: calc(100vh - 116px);
        max-height: calc(100vh - 116px);
        overflow-y: auto;
        transition: none;
        width: calc(100% - 415px);
        background-color: var(--almost-black);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 100% auto; } }
    @media (min-width: 1850px) {
      .site-header_panel-global .site-header_accordion.site-header_accordion-directory .site-header_accordion_menu_item.active .site-header_accordion_menu_content {
        top: 139px;
        height: calc(100vh - 139px);
        max-height: calc(100vh - 139px);
        width: calc(100% - 554px);
        background-color: var(--black-alt);
        padding-right: 459px;
        padding-left: 107px;
        padding-top: 106px;
        padding-bottom: 106px;
        max-width: 1359px;
        left: calc(50% - 402px); } }
    @media (min-width: 1200px) {
      .site-header_panel-global .site-header_accordion.site-header_accordion-directory .site-header_accordion_menu_item.active .site-header_accordion_menu_content .site-header_accordion_menu_content_back {
        margin-left: 0;
        text-transform: uppercase;
        margin-top: -17px;
        margin-bottom: 64px; } }
    @media (min-width: 1200px) {
      .site-header_panel-global .site-header_accordion.site-header_accordion-global {
        width: 72%;
        max-width: 72%;
        padding-left: 107px; } }
    @media (min-width: 1850px) {
      .site-header_panel-global .site-header_accordion.site-header_accordion-global {
        padding-left: 157px; } }
    @media (min-width: 1200px) {
      .site-header_panel-global .site-header_accordion.site-header_accordion-global .site-header_accordion_header {
        cursor: default;
        pointer-events: none; } }
    @media (min-width: 1200px) {
      .site-header_panel-global .site-header_accordion.site-header_accordion-global .site-header_accordion_header:before {
        content: none;
        display: none; } }
    @media (min-width: 1200px) {
      .site-header_panel-global .site-header_accordion.site-header_accordion-global .site-header_accordion_header_link {
        margin-bottom: 25px; } }
    @media (min-width: 1850px) {
      .site-header_panel-global .site-header_accordion.site-header_accordion-global .site-header_accordion_header_link {
        margin-bottom: 32px; } }
    @media (min-width: 1200px) {
      .site-header_panel-global .site-header_accordion.site-header_accordion-global .site-header_accordion_header_link:after,
      .site-header_panel-global .site-header_accordion.site-header_accordion-global .site-header_accordion_header_link:before {
        content: none;
        display: none; } }
    @media (min-width: 1200px) {
      .site-header_panel-global .site-header_accordion.site-header_accordion-global .site-header_accordion_content {
        max-height: 10000px;
        overflow: visible; } }
    @media (min-width: 1200px) {
      .site-header_panel-global .site-header_accordion.site-header_accordion-global .site-header_global_pagination {
        position: absolute;
        top: -75px;
        right: 40px; } }
    @media (min-width: 1200px) {
      .site-header_panel-global .site-header_accordion.site-header_accordion-international {
        margin-top: -220px;
        width: 28%;
        max-width: 307px; } }
    @media (min-width: 1200px) {
      .site-header_panel-global .site-header_accordion.site-header_accordion-international .site-header_accordion_header_link:after,
      .site-header_panel-global .site-header_accordion.site-header_accordion-international .site-header_accordion_header_link:before {
        content: none;
        display: none; } }
    @media (min-width: 1200px) {
      .site-header_panel-global .site-header_accordion.site-header_accordion-international .site-header_accordion_header:before {
        background-image: url("https://auren.com/cl/wp-content/themes/auren/assets/images/ico-arrow-white-thin.svg");
        background-repeat: no-repeat;
        background-position: calc(100% - 10px) center;
        background-size: 17px auto;
        border: none;
        border-radius: 0; } }
    @media (min-width: 1850px) {
      .site-header_panel-global .site-header_accordion.site-header_accordion-international .site-header_accordion_header:before {
        margin-right: -10px; } }
    @media (min-width: 1200px) {
      .site-header_panel-global .site-header_accordion.site-header_accordion-international .site-header_accordion_content {
        transition: none; } }
    @media (min-width: 1200px) {
      .site-header_panel-global .site-header_accordion.site-header_accordion-international.active .site-header_accordion_content {
        position: fixed;
        top: 116px;
        left: 415px;
        right: auto;
        z-index: 9;
        padding-top: 98px;
        padding-bottom: 98px;
        padding-right: 27px;
        padding-left: 85px;
        height: calc(100vh - 116px);
        max-height: calc(100vh - 116px);
        overflow-y: auto;
        transition: none;
        width: calc(100% - 415px);
        background-color: var(--almost-black);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 100% auto; } }
    @media (min-width: 1850px) {
      .site-header_panel-global .site-header_accordion.site-header_accordion-international.active .site-header_accordion_content {
        top: 139px;
        height: calc(100vh - 139px);
        max-height: calc(100vh - 139px);
        width: calc(100% - 554px);
        padding-left: 107px;
        padding-right: 674px;
        padding-top: 106px;
        padding-bottom: 106px;
        max-width: 1359px;
        left: calc(50% - 402px); } }
    @media (min-width: 1200px) {
      .site-header_panel-global .site-header_accordion.site-header_accordion-international.active .site-header_accordion_content .site-header_accordion_menu_content_back {
        margin-left: 0;
        text-transform: uppercase;
        margin-top: -17px;
        margin-bottom: 44px;
        width: 100%;
        max-width: 100%; } }
    @media (min-width: 1200px) {
      .site-header_panel-global .site-header_accordion.site-header_accordion-international.active .site-header_accordion_content .site-header_accordion_menu_content_text {
        max-width: 668px;
        margin-left: 0;
        margin-right: auto;
        margin-bottom: 53px; } }
    @media (min-width: 1850px) {
      .site-header_panel-global .site-header_accordion.site-header_accordion-international.active .site-header_accordion_content .site-header_accordion_menu_content_text {
        max-width: 526px;
        padding-left: 41px; } }
    @media (min-width: 1200px) {
      .site-header_panel-global .site-header_accordion.site-header_accordion-international.active .site-header_accordion_content .site-header_accordion_menu_content_cta {
        max-width: 404px;
        margin-left: 0;
        margin-right: auto; } }
    @media (min-width: 1850px) {
      .site-header_panel-global .site-header_accordion.site-header_accordion-international.active .site-header_accordion_content .site-header_accordion_menu_content_cta {
        max-width: 591px;
        position: absolute;
        top: 98px;
        right: 84px; } }
    @media (min-width: 1850px) {
      .site-header_panel-global .site-header_accordion.site-header_accordion-international.active .site-header_accordion_content .site-header_accordion_menu_content_cta_button {
        top: 34px;
        width: 251px;
        left: 12px; } }
  @media (min-width: 1200px) {
    .site-header_accordion {
      max-width: 315px;
      margin-bottom: 35px; } }
  @media (min-width: 1850px) {
    .site-header_accordion {
      max-width: 315px;
      margin-bottom: 15px; } }
  .site-header_accordion_header {
    width: 100%;
    position: relative; }
    .site-header_accordion_header:before {
      content: '';
      display: block;
      width: 22px;
      height: 22px;
      border: 1px solid var(--red);
      border-radius: 100%;
      position: absolute;
      top: 50%;
      right: 1px;
      transform: translateY(calc(-50% + 5px));
      cursor: pointer; }
      @media (min-width: 1200px) {
        .site-header_accordion_header:before {
          width: 29px;
          height: 29px; } }
    @media (min-width: 1200px) {
      .site-header_accordion_header:hover:before {
        background: linear-gradient(90deg, var(--red) 0%, var(--red-dark) 100%); } }
    .site-header_accordion_header_link {
      cursor: pointer;
      display: flex;
      align-self: center;
      justify-content: space-between;
      color: var(--real-white);
      font-family: var(--font-secondary);
      font-size: 18px;
      line-height: 1.5;
      font-style: normal;
      font-weight: 700;
      text-align: left;
      text-transform: uppercase;
      text-decoration: none;
      padding-top: 18px;
      padding-right: 30px;
      padding-bottom: 7px; }
      @media (min-width: 1200px) {
        .site-header_accordion_header_link {
          font-size: 25px; } }
      @media (min-width: 1850px) {
        .site-header_accordion_header_link {
          font-size: 30px; } }
      .site-header_accordion_header_link:hover {
        color: var(--real-white); }
      .site-header_accordion_header_link:before {
        content: '';
        display: block;
        width: 7px;
        height: 1px;
        background-color: var(--real-white);
        position: absolute;
        top: 50%;
        right: 8.5px;
        transform: translateY(calc(-50% + 5px)); }
        @media (min-width: 1200px) {
          .site-header_accordion_header_link:before {
            width: 9px;
            right: 12px; } }
      .site-header_accordion_header_link:after {
        content: '';
        display: block;
        width: 1px;
        height: 7px;
        background-color: var(--real-white);
        position: absolute;
        top: 50%;
        right: 11.5px;
        transform: translateY(calc(-50% + 5px)); }
        @media (min-width: 1200px) {
          .site-header_accordion_header_link:after {
            height: 9px;
            right: 15px; } }
  .site-header_accordion_content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1); }
    @media (min-width: 1200px) {
      .site-header_accordion_content {
        width: calc(100% + 34px);
        padding-left: 7px;
        padding-right: 29px;
        margin-left: -7px; } }
  .site-header_accordion_menu {
    list-style: none; }
    @media (min-width: 1200px) {
      .site-header_accordion_menu {
        padding-top: 13px; } }
    @media (min-width: 1850px) {
      .site-header_accordion_menu {
        padding-top: 21px; } }
    .site-header_accordion_menu_item {
      border-bottom: 1px solid var(--border-alt); }
      .site-header_accordion_menu_item.active .site-header_accordion_menu_content {
        max-height: 10000px;
        transition: max-height 1s ease-in-out; }
        @media (min-width: 1200px) {
          .site-header_accordion_menu_item.active .site-header_accordion_menu_content {
            max-height: 0;
            transition: none; } }
      @media (min-width: 1200px) {
        .site-header_accordion_menu_item.active .site-header_accordion_menu_link-accordion {
          position: relative;
          z-index: 10; } }
      @media (max-width: 1199px) {
        .site-header_accordion_menu_item.active .site-header_accordion_menu_link-accordion span {
          background-image: url("https://auren.com/cl/wp-content/themes/auren/assets/images/ico-arrow-white-up.svg"); } }
      @media (min-width: 1200px) {
        .site-header_accordion_menu_item.active .site-header_accordion_menu_link-accordion span {
          position: relative;
          z-index: 1; } }
      @media (min-width: 1200px) {
        .site-header_accordion_menu_item.active .site-header_accordion_menu_link-accordion:before {
          content: '';
          display: block;
          width: calc(100% + 38px);
          position: absolute;
          height: calc(100% + 2px);
          top: -1px;
          left: -7px;
          z-index: 0;
          background-color: var(--black-alt);
          border-bottom: 2px solid var(--red); } }
    .site-header_accordion_menu_link {
      cursor: pointer;
      color: var(--real-white);
      font-size: 15px;
      line-height: 1.5;
      font-style: normal;
      font-weight: 400;
      text-align: left;
      text-decoration: none; }
      @media (min-width: 1200px) {
        .site-header_accordion_menu_link {
          font-size: 16px; } }
      @media (min-width: 1850px) {
        .site-header_accordion_menu_link {
          font-size: 20px; } }
      .site-header_accordion_menu_link span {
        color: var(--real-white);
        font-size: 15px;
        line-height: 1.5;
        font-style: normal;
        font-weight: 400;
        text-align: left;
        text-decoration: none;
        padding-top: 14px;
        padding-bottom: 14px;
        padding-right: 27px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-image: url("https://auren.com/cl/wp-content/themes/auren/assets/images/ico-arrow-white-thin.svg");
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 17px auto; }
        @media (min-width: 1200px) {
          .site-header_accordion_menu_link span {
            font-size: 16px;
            padding-top: 10px;
            padding-bottom: 16px;
            background-position: calc(100% - 10px) center; } }
        @media (min-width: 1850px) {
          .site-header_accordion_menu_link span {
            font-size: 20px;
            padding-top: 10px;
            padding-bottom: 10px; } }
      @media (max-width: 1199px) {
        .site-header_accordion_menu_link-accordion span {
          background-image: url("https://auren.com/cl/wp-content/themes/auren/assets/images/ico-arrow-white-down.svg"); } }
      .site-header_accordion_menu_link:hover {
        color: var(--real-white); }
        .site-header_accordion_menu_link:hover span {
          color: var(--real-white); }
    .site-header_accordion_menu_content {
      overflow: hidden;
      max-height: 0;
      transition: max-height 0.5s cubic-bezier(0, 1, 0, 1); }
      @media (min-width: 1200px) {
        .site-header_accordion_menu_content {
          position: fixed;
          right: 0;
          padding-left: 27px;
          padding-right: 27px;
          padding-left: 85px;
          top: 116px;
          height: calc(100vh - 116px);
          width: 43.1%;
          z-index: 9;
          background-color: var(--almost-black);
          transition: none; } }
      @media (min-width: 1850px) {
        .site-header_accordion_menu_content {
          top: 139px;
          width: 43.5%;
          height: calc(100vh - 139px);
          padding-left: 0px;
          padding-right: 90px; } }
      .site-header_accordion_menu_content_back {
        display: none; }
        @media (min-width: 1200px) {
          .site-header_accordion_menu_content_back {
            display: block;
            position: relative;
            z-index: 1;
            max-width: 385px;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 29px;
            padding-left: 41px;
            background-image: url("https://auren.com/cl/wp-content/themes/auren/assets/images/ico-circle-back.svg");
            background-size: 29px auto;
            background-repeat: no-repeat;
            background-position: left center;
            color: var(--real-white);
            font-size: 25px;
            line-height: 1.5;
            font-style: normal;
            font-weight: 700;
            text-align: left;
            text-decoration: none; } }
  @media (min-width: 1200px) and (min-width: 1850px) {
    .site-header_accordion_menu_content_back {
      font-size: 30px;
      margin-bottom: 36px;
      max-width: 592px; } }
        @media (min-width: 1200px) {
          .site-header_accordion_menu_content_back:hover {
            color: var(--real-white); } }
      .site-header_accordion_menu_content_text {
        width: 100%;
        margin-bottom: 27px; }
        @media (min-width: 1200px) {
          .site-header_accordion_menu_content_text {
            position: relative;
            z-index: 1;
            max-width: 385px;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 57px; } }
        @media (min-width: 1850px) {
          .site-header_accordion_menu_content_text {
            max-width: 592px;
            margin-bottom: 63px; } }
        .site-header_accordion_menu_content_text * {
          color: var(--real-white);
          font-size: 14px;
          line-height: 1.5;
          font-style: normal;
          font-weight: 400;
          text-align: left; }
          @media (min-width: 1200px) {
            .site-header_accordion_menu_content_text * {
              font-size: 16px; } }
          @media (min-width: 1850px) {
            .site-header_accordion_menu_content_text * {
              font-size: 18px; } }
          .site-header_accordion_menu_content_text * strong {
            font-weight: 600; }
          .site-header_accordion_menu_content_text * + * {
            margin-top: 14px; }
            @media (min-width: 1200px) {
              .site-header_accordion_menu_content_text * + * {
                margin-top: 29px; } }
        .site-header_accordion_menu_content_text ul,
        .site-header_accordion_menu_content_text ol {
          list-style: none; }
          .site-header_accordion_menu_content_text ul li,
          .site-header_accordion_menu_content_text ol li {
            padding-left: 22px;
            position: relative;
            margin-top: 12px; }
            @media (min-width: 1200px) {
              .site-header_accordion_menu_content_text ul li,
              .site-header_accordion_menu_content_text ul li *,
              .site-header_accordion_menu_content_text ol li,
              .site-header_accordion_menu_content_text ol li * {
                margin-top: 12px; } }
            @media (min-width: 1850px) {
              .site-header_accordion_menu_content_text ul li,
              .site-header_accordion_menu_content_text ul li *,
              .site-header_accordion_menu_content_text ol li,
              .site-header_accordion_menu_content_text ol li * {
                font-size: 16px; } }
            .site-header_accordion_menu_content_text ul li a,
            .site-header_accordion_menu_content_text ol li a {
              text-decoration: none; }
            .site-header_accordion_menu_content_text ul li:before,
            .site-header_accordion_menu_content_text ol li:before {
              content: '';
              display: block;
              width: 4px;
              height: 4px;
              background-color: var(--real-white);
              border-radius: 100%;
              position: absolute;
              top: 9px;
              left: 7px; }
              @media (min-width: 1200px) {
                .site-header_accordion_menu_content_text ul li:before,
                .site-header_accordion_menu_content_text ol li:before {
                  top: 11px;
                  left: 9px; } }
      .site-header_accordion_menu_content_cta {
        width: 100%;
        max-width: 348px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        margin-bottom: 11px; }
        @media (min-width: 1200px) {
          .site-header_accordion_menu_content_cta {
            max-width: 385px;
            margin-right: auto;
            z-index: 1; } }
        @media (min-width: 1850px) {
          .site-header_accordion_menu_content_cta {
            max-width: 592px; } }
        .site-header_accordion_menu_content_cta_button {
          width: 187px;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 100px;
          border: 1px solid var(--red);
          padding: 10px;
          color: var(--real-white);
          font-family: var(--font-secondary);
          background-color: var(--almost-black);
          font-size: 12px;
          line-height: 1;
          font-style: normal;
          font-weight: 500;
          letter-spacing: -0.24px;
          text-align: center;
          text-decoration: none;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 3; }
          @media (min-width: 1200px) {
            .site-header_accordion_menu_content_cta_button {
              justify-content: flex-start;
              width: 229px;
              padding: 12px 27px 11px;
              border-radius: 200px;
              background: linear-gradient(90deg, var(--red) 0%, var(--red-dark) 100%);
              color: var(--white);
              font-size: 16px;
              font-weight: 500;
              letter-spacing: -0.32px;
              text-align: left;
              top: 5px; } }
          @media (min-width: 1850px) {
            .site-header_accordion_menu_content_cta_button {
              width: 273px;
              padding: 15px 27px 14px;
              top: 10px; } }
          .site-header_accordion_menu_content_cta_button:hover:not(:focus) {
            color: var(--real-white); }
            @media (min-width: 1200px) {
              .site-header_accordion_menu_content_cta_button:hover:not(:focus) {
                background: linear-gradient(90deg, var(--almost-black) 0%, var(--almost-black) 100%); } }
            @media (min-width: 1200px) {
              .site-header_accordion_menu_content_cta_button:hover:not(:focus):after {
                transform: rotate(-36.241deg); } }
          @media (min-width: 1200px) {
            .site-header_accordion_menu_content_cta_button:focus {
              opacity: 0.3; } }
          @media (min-width: 1200px) {
            .site-header_accordion_menu_content_cta_button:after {
              content: '';
              display: block;
              background-repeat: no-repeat;
              background-position: center;
              background-size: contain;
              width: 17px;
              height: 24px;
              background-image: url("https://auren.com/cl/wp-content/themes/auren/assets/images/ico-arrow-white.svg");
              margin-left: auto;
              transition: all 0.5s;
              transform: rotate(0deg); } }
        .site-header_accordion_menu_content_cta_image {
          display: block;
          width: 100%;
          height: 167px;
          object-fit: cover;
          mask: url("https://auren.com/cl/wp-content/themes/auren/assets/images/mask-image-header.png") no-repeat center bottom; }
          @media (min-width: 1200px) {
            .site-header_accordion_menu_content_cta_image {
              mask: url("https://auren.com/cl/wp-content/themes/auren/assets/images/mask-image-header-t.png") no-repeat center bottom;
              height: 370px; } }
          @media (min-width: 1850px) {
            .site-header_accordion_menu_content_cta_image {
              mask: url("https://auren.com/cl/wp-content/themes/auren/assets/images/mask-image-header-d.png") no-repeat center bottom;
              height: 575px; } }
      .site-header_accordion_menu_content_image {
        display: none; }
        @media (min-width: 1200px) {
          .site-header_accordion_menu_content_image {
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center bottom;
            z-index: 0;
            pointer-events: none; } }
  .site-header_accordion.active .site-header_accordion_header_link:after {
    content: none; }
  .site-header_accordion.active .site-header_accordion_content {
    max-height: 10000px;
    transition: max-height 1s ease-in-out; }
  .site-header_tools {
    border-top: 1px solid var(--border-dark);
    padding: 22px 27px; }
    @media (min-width: 1200px) {
      .site-header_tools {
        border-top: none;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px; } }
    .site-header_tools-desktop {
      display: none; }
      @media (min-width: 1200px) {
        .site-header_tools-desktop {
          display: flex;
          margin-top: auto;
          margin-bottom: auto;
          padding: 0; } }
    .site-header_tools-mobile {
      display: block; }
      @media (min-width: 1200px) {
        .site-header_tools-mobile {
          display: none; } }
    .site-header_tools .accesibility-link a {
      display: block;
      padding-left: 30px;
      color: var(--real-white);
      font-size: 14px;
      line-height: 1.5;
      font-style: normal;
      font-weight: 400;
      letter-spacing: 0.84px;
      text-align: left;
      text-decoration: none;
      text-transform: uppercase;
      background-image: url("https://auren.com/cl/wp-content/themes/auren/assets/images/ico-accessibility.svg");
      background-size: 15px auto;
      background-repeat: no-repeat;
      background-position: left center; }
      @media (min-width: 1200px) {
        .site-header_tools .accesibility-link a {
          text-indent: -9999px;
          overflow: hidden;
          width: 25px;
          height: 40px;
          margin: auto 14px auto 2px;
          background-position: center; } }
  .site-header .menu-toggle {
    min-width: 40px;
    height: 40px;
    display: block;
    margin-left: -2px;
    margin-right: 0;
    border: none;
    background-color: transparent;
    position: relative;
    cursor: pointer; }
    @media (min-width: 1200px) {
      .site-header .menu-toggle {
        z-index: 2;
        margin-left: 12px; } }
    .site-header .menu-toggle span {
      display: block;
      text-align: left;
      text-indent: -9999px;
      overflow: hidden; }
      @media (min-width: 1200px) {
        .site-header .menu-toggle span {
          text-indent: 0;
          color: var(--real-white);
          font-size: 19px;
          line-height: 1;
          font-style: normal;
          font-weight: 700;
          letter-spacing: 1.14px;
          text-transform: uppercase;
          padding-right: 40px;
          padding-bottom: 0px; } }
      .site-header .menu-toggle span:nth-of-type(2) {
        display: none; }
        @media (min-width: 1200px) {
          .site-header .menu-toggle span:nth-of-type(2) {
            font-size: 17px;
            font-weight: 400;
            letter-spacing: 1.02px;
            text-transform: none;
            padding-bottom: 3px; } }
    .site-header .menu-toggle:before, .site-header .menu-toggle:after,
    .site-header .menu-toggle span:after {
      content: '';
      display: block;
      position: absolute;
      height: 2px;
      width: 19px;
      border-radius: 2px;
      background-color: var(--white);
      opacity: 1;
      right: 10px;
      transform: rotate(0deg);
      transition: transform 0.25s ease-in-out; }
      @media (min-width: 1200px) {
        .site-header .menu-toggle:before, .site-header .menu-toggle:after,
        .site-header .menu-toggle span:after {
          width: 23px;
          height: 3px;
          background-color: var(--red); } }
    .site-header .menu-toggle:before {
      top: 13px; }
      @media (min-width: 1200px) {
        .site-header .menu-toggle:before {
          top: 10px; } }
    .site-header .menu-toggle:after {
      top: 18px; }
    .site-header .menu-toggle span:after {
      top: 23px;
      opacity: 1;
      transition: opacity 0.5s 0s; }
      @media (min-width: 1200px) {
        .site-header .menu-toggle span:after {
          top: 26px; } }
  .site-header .menu, .site-header .menu.nav-menu,
  .site-header .menu .nav-menu {
    list-style: none;
    padding-left: 27px;
    padding-right: 27px;
    padding-top: 8px;
    padding-bottom: 24px; }
    @media (min-width: 1200px) {
      .site-header .menu, .site-header .menu.nav-menu,
      .site-header .menu .nav-menu {
        max-width: 1270px;
        display: flex;
        justify-content: center;
        padding: 0;
        position: relative;
        z-index: 2;
        opacity: 0;
        transition: all 1s 0.5s; } }
  .site-header .menu .page_item,
  .site-header .menu .menu-item {
    border-bottom: 1px solid var(--border-alt); }
    @media (min-width: 1200px) {
      .site-header .menu .page_item,
      .site-header .menu .menu-item {
        border-bottom: none; } }
    .site-header .menu .page_item:last-child,
    .site-header .menu .menu-item:last-child {
      border-bottom: none; }
    .site-header .menu .page_item a,
    .site-header .menu .menu-item a {
      color: var(--real-white);
      font-family: var(--font-secondary);
      font-size: 18px;
      line-height: 1.5;
      font-style: normal;
      font-weight: 400;
      text-align: left;
      text-transform: uppercase;
      text-decoration: none;
      padding: 18px 1px 17px;
      display: block;
      background-image: url("https://auren.com/cl/wp-content/themes/auren/assets/images/ico-arrow-white-thin.svg");
      background-repeat: no-repeat;
      background-position: right center;
      background-size: 17px auto;
      cursor: pointer; }
      .site-header .menu .page_item a:hover,
      .site-header .menu .menu-item a:hover {
        color: var(--real-white); }
      @media (min-width: 1200px) {
        .site-header .menu .page_item a,
        .site-header .menu .menu-item a {
          text-align: center;
          background-image: none;
          padding: 18px 12px 20px;
          height: 116px;
          display: flex;
          font-size: 17px;
          align-items: center;
          justify-content: center;
          border-bottom: 2px solid transparent; } }
      @media (min-width: 1850px) {
        .site-header .menu .page_item a,
        .site-header .menu .menu-item a {
          font-size: 20px;
          line-height: 1.5;
          height: 139px;
          padding: 36px 20px 20px; } }
    .site-header .menu .page_item a.active,
    .site-header .menu .menu-item a.active {
      border-bottom-color: var(--red);
      background-color: var(--almost-black); }
  .site-header_navigation_wrapper {
    position: fixed;
    top: 73px;
    right: -105vw;
    background-color: var(--almost-black);
    width: 100vw;
    height: calc(100vh - 75px);
    overflow-y: auto;
    transition: all 0.75s; }
    @media (min-width: 1200px) {
      .site-header_navigation_wrapper {
        top: 116px;
        height: calc(100vh - 116px); } }
    @media (min-width: 1850px) {
      .site-header_navigation_wrapper {
        top: 139px;
        height: calc(100vh - 139px); } }
  @media (min-width: 1200px) {
    .site-header_navigation div[class^='menu-'] {
      display: none; } }
  .site-header .widget_icl_lang_sel_widget {
    display: flex;
    align-items: flex-start;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--border-alt);
    margin-bottom: 24px; }
    @media (min-width: 1200px) {
      .site-header .widget_icl_lang_sel_widget {
        order: 2;
        padding-bottom: 0;
        border-bottom: none;
        margin-top: auto;
        margin-bottom: auto; } }
    .site-header .widget_icl_lang_sel_widget .widget-title {
      color: var(--real-white);
      font-size: 14px;
      line-height: 1.1;
      font-style: normal;
      font-weight: 400;
      text-align: left;
      letter-spacing: 0.84px;
      text-transform: uppercase;
      padding-right: 8px;
      border-right: 1px solid var(--real-white);
      margin-right: 8px;
      margin-top: 2px; }
      @media (min-width: 1200px) {
        .site-header .widget_icl_lang_sel_widget .widget-title {
          display: none; } }
    .site-header .widget_icl_lang_sel_widget .wpml-ls {
      width: auto; }
      @media (min-width: 1200px) {
        .site-header .widget_icl_lang_sel_widget .wpml-ls {
          margin: auto 5px; } }
    .site-header .widget_icl_lang_sel_widget .wpml-ls-item-toggle {
      background-color: transparent;
      border: none;
      color: var(--real-white);
      font-size: 14px;
      line-height: 1.1;
      font-style: normal;
      font-weight: 400;
      text-align: left;
      letter-spacing: 0.84px;
      text-transform: uppercase;
      padding: 0 18px 0 0; }
      @media (min-width: 1200px) {
        .site-header .widget_icl_lang_sel_widget .wpml-ls-item-toggle {
          font-size: 19px;
          line-height: 40px;
          transform: translateY(-1.5px); } }
      .site-header .widget_icl_lang_sel_widget .wpml-ls-item-toggle:hover {
        color: var(--real-white);
        background-color: transparent; }
      .site-header .widget_icl_lang_sel_widget .wpml-ls-item-toggle:after {
        border: none;
        right: 3px;
        top: 2px;
        width: 8px;
        height: 8px;
        border-top: 1px solid var(--real-white);
        border-right: 1px solid var(--real-white);
        transform: rotate(135deg); }
        @media (min-width: 1200px) {
          .site-header .widget_icl_lang_sel_widget .wpml-ls-item-toggle:after {
            top: 50%;
            transform: translateY(-50%) rotate(135deg);
            width: 10px;
            height: 10px;
            border-width: 1.5px; } }
    .site-header .widget_icl_lang_sel_widget .wpml-ls-sub-menu {
      border: none;
      border-radius: 0;
      background: rgba(89, 89, 89, 0.7);
      backdrop-filter: blur(15px);
      width: 100%; }
      .site-header .widget_icl_lang_sel_widget .wpml-ls-sub-menu a {
        background-color: transparent;
        border: none;
        padding: 11px 0;
        color: var(--real-white);
        font-size: 13px;
        line-height: 1.5;
        font-style: normal;
        font-weight: 300;
        letter-spacing: 0.78px;
        text-align: left; }
      .site-header .widget_icl_lang_sel_widget .wpml-ls-sub-menu li:not(:first-child) a {
        border-top: 1px solid var(--border-dark); }
  .site-header .wpml-language-switcher-block .current-language-item {
    color: var(--real-white);
    font-size: 14px;
    line-height: 1.5;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0.84px;
    text-transform: uppercase; }
  .site-header .wpml-language-switcher-block .wp-block-navigation__submenu-icon {
    width: 15px;
    height: 15px; }
  .site-header_global_list {
    list-style: none; }
    @media (min-width: 1200px) {
      .site-header_global_list {
        display: flex;
        flex-wrap: wrap;
        max-width: 800px; } }
    @media (min-width: 1850px) {
      .site-header_global_list {
        position: relative;
        z-index: 2;
        max-width: 1000px;
        padding-left: 41px; } }
    .site-header_global_list_item {
      padding-bottom: 22px;
      border-bottom: 1px solid var(--border-alt);
      margin-bottom: 16px; }
      .site-header_global_list_item.no-active {
        display: none; }
      @media (min-width: 1200px) {
        .site-header_global_list_item {
          width: 50%;
          max-width: 259px;
          padding-bottom: 24px;
          margin-bottom: 37px; } }
      @media (min-width: 1850px) {
        .site-header_global_list_item {
          max-width: 315px; } }
      @media (min-width: 1200px) {
        .site-header_global_list_item:nth-of-type(odd) {
          margin-right: auto; } }
      @media (min-width: 1850px) {
        .site-header_global_list_item:nth-of-type(odd) {
          margin-right: auto; } }
      .site-header_global_list_item_name {
        color: var(--real-white);
        font-size: 14px;
        line-height: 1.25;
        font-style: normal;
        font-weight: 700;
        text-align: left;
        text-wrap: balance;
        text-transform: uppercase;
        margin-bottom: 17px; }
        @media (min-width: 1200px) {
          .site-header_global_list_item_name {
            font-size: 18px; } }
        @media (min-width: 1850px) {
          .site-header_global_list_item_name {
            font-size: 20px; } }
      .site-header_global_list_item_street {
        padding-left: 27px;
        color: var(--real-white);
        font-size: 14px;
        line-height: 1.25;
        font-style: normal;
        font-weight: 400;
        text-align: left;
        text-wrap: balance;
        margin-bottom: 14px;
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 16px auto;
        background-image: url("https://auren.com/cl/wp-content/themes/auren/assets/images/ico-pin.svg"); }
        @media (min-width: 1200px) {
          .site-header_global_list_item_street {
            font-size: 15px;
            background-size: 18px auto; } }
        @media (min-width: 1850px) {
          .site-header_global_list_item_street {
            font-size: 16px; } }
      .site-header_global_list_item_phone {
        padding-left: 27px;
        color: var(--real-white);
        font-size: 14px;
        line-height: 1.25;
        font-style: normal;
        font-weight: 400;
        text-align: left;
        margin-bottom: 14px;
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 17px auto;
        background-image: url("https://auren.com/cl/wp-content/themes/auren/assets/images/ico-phone.svg"); }
        @media (min-width: 1200px) {
          .site-header_global_list_item_phone {
            font-size: 15px;
            background-size: 21px auto; } }
        @media (min-width: 1850px) {
          .site-header_global_list_item_phone {
            font-size: 16px; } }
      .site-header_global_list_item_fax {
        padding-left: 27px;
        color: var(--real-white);
        font-size: 14px;
        line-height: 1.25;
        font-style: normal;
        font-weight: 400;
        text-align: left;
        margin-bottom: 14px;
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 19px auto;
        background-image: url("https://auren.com/cl/wp-content/themes/auren/assets/images/ico-fax.svg"); }
        @media (min-width: 1200px) {
          .site-header_global_list_item_fax {
            font-size: 15px; } }
        @media (min-width: 1850px) {
          .site-header_global_list_item_fax {
            font-size: 16px; } }
      .site-header_global_list_item_mail {
        padding-left: 27px;
        color: var(--real-white);
        font-size: 14px;
        line-height: 1.25;
        font-style: normal;
        font-weight: 400;
        text-align: left;
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 17px auto;
        background-image: url("https://auren.com/cl/wp-content/themes/auren/assets/images/ico-mail.svg"); }
        @media (min-width: 1200px) {
          .site-header_global_list_item_mail {
            font-size: 15px; } }
        @media (min-width: 1850px) {
          .site-header_global_list_item_mail {
            font-size: 16px; } }
      .site-header_global_list_item a {
        color: var(--real-white);
        text-decoration: none; }
        .site-header_global_list_item a:hover {
          color: var(--real-white); }
  .site-header_global_countries {
    display: flex;
    flex-wrap: wrap;
    list-style: none; }
    .site-header_global_countries_item {
      width: 50%;
      color: var(--real-white);
      font-size: 15px;
      line-height: 1.5;
      font-style: normal;
      font-weight: 300;
      text-align: left;
      margin-bottom: 16px; }
      @media (min-width: 1200px) {
        .site-header_global_countries_item {
          width: 25%; } }
      @media (min-width: 1850px) {
        .site-header_global_countries_item {
          font-size: 18px;
          max-width: 201px;
          margin-bottom: 24px; } }
      .site-header_global_countries_item a {
        color: var(--real-white);
        text-decoration: none;
        display: inline-block;
        position: relative; }
        .site-header_global_countries_item a:before {
          content: '';
          display: block;
          width: 0%;
          height: 1px;
          background-color: var(--red);
          position: absolute;
          bottom: 0;
          left: 0;
          transition: all 0.5s; }
        .site-header_global_countries_item a:hover {
          color: var(--real-white); }
          .site-header_global_countries_item a:hover:before {
            width: 100%; }
      .site-header_global_countries_item.active {
        font-weight: 600; }
        @media (min-width: 1200px) {
          .site-header_global_countries_item.active {
            font-size: 18px; } }
  .site-header_global_pagination {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 1200px) {
      .site-header_global_pagination {
        justify-content: flex-end;
        margin-bottom: 24px; } }
    .site-header_global_pagination_prev {
      display: block;
      width: 48px;
      height: 48px;
      text-align: left;
      text-indent: -9999px;
      overflow: hidden;
      background-image: url("https://auren.com/cl/wp-content/themes/auren/assets/images/ico-pagination-prev.svg");
      background-position: center;
      background-size: 15px auto;
      background-repeat: no-repeat;
      margin-right: 2px;
      cursor: pointer; }
      @media (min-width: 1200px) {
        .site-header_global_pagination_prev {
          background-size: 25px auto; } }
      .site-header_global_pagination_prev.disabled {
        background-image: url("https://auren.com/cl/wp-content/themes/auren/assets/images/ico-pagination-prev-disabled.svg"); }
    .site-header_global_pagination_next {
      display: block;
      width: 48px;
      height: 48px;
      text-align: left;
      text-indent: -9999px;
      overflow: hidden;
      background-image: url("https://auren.com/cl/wp-content/themes/auren/assets/images/ico-pagination-next.svg");
      background-position: center;
      background-size: 15px auto;
      background-repeat: no-repeat;
      margin-left: 2px;
      cursor: pointer; }
      @media (min-width: 1200px) {
        .site-header_global_pagination_next {
          background-size: 25px auto; } }
      .site-header_global_pagination_next.disabled {
        background-image: url("https://auren.com/cl/wp-content/themes/auren/assets/images/ico-pagination-next-disabled.svg"); }
    .site-header_global_pagination_number {
      color: var(--real-white);
      font-size: 14px;
      line-height: 1;
      font-style: normal;
      font-weight: 400;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: left;
      text-decoration: none;
      margin-left: 19px;
      margin-right: 19px;
      cursor: pointer; }
      @media (min-width: 1200px) {
        .site-header_global_pagination_number {
          font-size: 17px;
          margin-left: 9px;
          margin-right: 9px; } }
      .site-header_global_pagination_number:hover {
        color: var(--real-white); }
      .site-header_global_pagination_number.current {
        color: var(--red);
        font-weight: 700; }
  .site-header_global_media_link {
    color: var(--real-white);
    font-family: var(--font-secondary);
    font-size: 15px;
    line-height: 1.6;
    font-style: normal;
    font-weight: 300;
    text-align: center;
    text-decoration: none;
    display: block;
    margin: 18px auto; }
    @media (min-width: 1200px) {
      .site-header_global_media_link {
        position: absolute;
        top: 66px;
        right: 122px;
        font-size: 20px;
        z-index: 3; } }
    @media (min-width: 1850px) {
      .site-header_global_media_link {
        min-width: 454px;
        right: 0;
        top: 424px; } }
    .site-header_global_media_link:hover {
      color: var(--real-white); }
  .site-header_global_media_image {
    display: none; }
    @media (min-width: 1850px) {
      .site-header_global_media_image {
        display: block;
        position: absolute;
        top: 0;
        right: 25px;
        height: 849px;
        width: auto;
        object-fit: contain;
        object-position: right top;
        z-index: 0;
        pointer-events: none; } }
  .site-header.opened {
    background: #0f0f0f; }
    @media (min-width: 1200px) {
      .site-header.opened > .container {
        padding-top: 0;
        padding-bottom: 0; } }
    @media (min-width: 1200px) {
      .site-header.opened > .container > div[class^='menu-'] {
        display: flex;
        margin: auto; } }
    @media (min-width: 1850px) {
      .site-header.opened > .container .site-header_logo {
        transform: translateY(6px); } }
    @media (min-width: 1200px) {
      .site-header.opened .site-header_search,
      .site-header.opened .site-header_tools-desktop {
        display: none; } }
    @media (min-width: 1200px) {
      .site-header.opened .site-header_navigation {
        margin-left: auto; } }
    .site-header.opened .site-header_navigation_wrapper {
      right: 0; }
    @media (min-width: 1200px) {
      .site-header.opened .site-header_accordion_menu_item.active .site-header_accordion_menu_content {
        max-height: calc(100vh - 116px);
        overflow-y: auto;
        padding-top: 98px;
        padding-bottom: 98px;
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: cover;
        right: -20px; } }
    @media (min-width: 1850px) {
      .site-header.opened .site-header_accordion_menu_item.active .site-header_accordion_menu_content {
        max-height: calc(100vh - 139px);
        padding-top: 106px;
        padding-bottom: 106px;
        max-width: 832px;
        right: auto;
        left: calc(50% + 130px);
        padding-right: 0; } }
    @media (min-width: 1850px) {
      .site-header.opened .menu-toggle {
        transform: none; } }
    @media (min-width: 1200px) {
      .site-header.opened .menu-toggle:before, .site-header.opened .menu-toggle:after,
      .site-header.opened .menu-toggle span:after {
        height: 2px;
        background-color: var(--real-white); } }
    .site-header.opened .menu-toggle:before {
      transform: rotate(-45deg);
      width: 22px;
      top: 18px; }
    .site-header.opened .menu-toggle:after {
      transform: rotate(45deg);
      width: 22px; }
    .site-header.opened .menu-toggle span:after {
      opacity: 0;
      transition: opacity 0s 0s; }
    @media (min-width: 1200px) {
      .site-header.opened .menu-toggle span:nth-of-type(1) {
        display: none; } }
    @media (min-width: 1200px) {
      .site-header.opened .menu-toggle span:nth-of-type(2) {
        display: block; } }
    .site-header.opened .menu,
    .site-header.opened .nav-menu, .site-header.opened.nav-menu {
      opacity: 1; }
  @media (max-width: 1199px) {
    .site-header.paneled .menu {
      display: none; } }
  .site-header #global .site-header_accordion_menu_item.active span {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase; }
    @media (min-width: 1200px) {
      .site-header #global .site-header_accordion_menu_item.active span {
        font-size: 16px;
        text-transform: none; } }
    @media (min-width: 1850px) {
      .site-header #global .site-header_accordion_menu_item.active span {
        font-size: 20px; } }
  .site-header .widget_icl_lang_sel_widget .wpml-ls-item-toggle {
    background-color: transparent !important; }
  @media (max-width: 1199px) {
    .site-header .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu[style="visibility: visible;"] {
      position: relative;
      background-color: transparent;
      margin-top: 10px;
      text-transform: uppercase; } }
  @media (min-width: 1200px) {
    .site-header .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu[style="visibility: visible;"] {
      display: block;
      width: 253px;
      border-radius: 8px;
      background: rgba(89, 89, 89, 0.7);
      backdrop-filter: blur(15px);
      padding: 15px 33px 21px 15px;
      left: 50%;
      transform: translateX(-50%); } }
  @media (min-width: 1200px) {
    .site-header .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu[style="visibility: visible;"] a {
      font-size: 14px; } }
  @media (min-width: 1200px) {
    .site-header .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu[style="visibility: visible;"] li:not(:first-child) a {
      border-color: rgba(255, 255, 255, 0.47); } }
  .site-header .site-header_navigation .site-header_accordion-international .buttons {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 26px; }
    .site-header .site-header_navigation .site-header_accordion-international .buttons .site-header_accordion_menu_content_cta_button {
      position: relative;
      top: auto !important;
      left: auto !important;
      width: auto !important;
      margin-right: 9px;
      margin-bottom: 12px; }
      @media (min-width: 1200px) {
        .site-header .site-header_navigation .site-header_accordion-international .buttons .site-header_accordion_menu_content_cta_button {
          margin-bottom: 28px; } }
      .site-header .site-header_navigation .site-header_accordion-international .buttons .site-header_accordion_menu_content_cta_button:after {
        margin-left: 10px; }
  .site-header .site-header_navigation .site-header_accordion-international .site-header_accordion_menu_content_cta_image {
    mask: none;
    border-radius: 12px;
    overflow: hidden;
    display: block;
    width: 100%;
    height: auto; }
    @media (min-width: 1200px) {
      .site-header .site-header_navigation .site-header_accordion-international .site-header_accordion_menu_content_cta_image {
        border-radius: 22px; } }

.uai.userway_dark {
  display: none !important; }

.site-footer {
  background-image: url("https://auren.com/cl/wp-content/themes/auren/assets/images/bg-footer.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; }
  @media (min-width: 1200px) {
    .site-footer .container {
      display: flex;
      flex-wrap: wrap; } }
  .site-footer_top {
    padding-top: 60px; }
    @media (min-width: 1200px) {
      .site-footer_top {
        width: 50%;
        padding-top: 34px; } }
    @media (min-width: 1400px) {
      .site-footer_top {
        padding-top: 55px; } }
  .site-footer_middle {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 33px; }
    @media (min-width: 1200px) {
      .site-footer_middle {
        width: 45%;
        padding-top: 38px;
        max-width: 357px;
        margin-left: auto;
        padding-bottom: 57px; } }
    @media (min-width: 1850px) {
      .site-footer_middle {
        max-width: 480px;
        padding-top: 60px;
        padding-bottom: 47px; } }
  .site-footer_bottom {
    width: 100%;
    border-top: 1px solid var(--border);
    padding-top: 31px;
    padding-bottom: 40px; }
    @media (min-width: 1200px) {
      .site-footer_bottom {
        display: flex;
        align-items: center;
        padding-top: 20px;
        padding-bottom: 20px;
        flex-direction: row;
        justify-content: space-between; } }
    @media (min-width: 1850px) {
      .site-footer_bottom {
        padding-top: 45px;
        padding-bottom: 40px; } }
  .site-footer_logo {
    width: 100%;
    max-width: 97px;
    margin-bottom: 27px; }
    @media (min-width: 1200px) {
      .site-footer_logo {
        max-width: 161px;
        margin-bottom: 20px; } }
  .site-footer_description {
    width: 100%;
    margin-bottom: 41px; }
    @media (min-width: 1200px) {
      .site-footer_description {
        max-width: 383px;
        margin-bottom: 90px; } }
    @media (min-width: 1850px) {
      .site-footer_description {
        margin-bottom: 105px; } }
    .site-footer_description * {
      color: var(--real-white);
      font-size: 14px;
      line-height: 1.42;
      font-style: normal;
      font-weight: 300;
      text-align: left; }
      @media (min-width: 1200px) {
        .site-footer_description * {
          font-size: 16px;
          line-height: 1.56; } }
      @media (min-width: 1850px) {
        .site-footer_description * {
          font-size: 18px;
          line-height: 1.66; } }
  .site-footer_logos {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 45px; }
    @media (min-width: 1200px) {
      .site-footer_logos {
        max-width: 607px;
        margin-bottom: auto; } }
    .site-footer_logos .widget:has(figure) {
      width: 50%;
      padding-right: 15px;
      margin-bottom: 15px;
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      @media (min-width: 1200px) {
        .site-footer_logos .widget:has(figure) {
          width: 25%; } }
      .site-footer_logos .widget:has(figure) img {
        max-width: 100%;
        width: auto;
        max-height: 48px; }
        @media (min-width: 1200px) {
          .site-footer_logos .widget:has(figure) img {
            width: 140px;
            height: 48px;
            object-fit: contain;
            object-position: center; } }
      @media (min-width: 1200px) {
        .site-footer_logos .widget:has(figure):first-child img {
          object-position: left center; } }
  .site-footer_social {
    width: 50%;
    margin-left: auto;
    padding-top: 24px; }
    @media (min-width: 1200px) {
      .site-footer_social {
        width: 100%;
        padding-top: 47px; } }
    @media (min-width: 1850px) {
      .site-footer_social {
        padding-top: 64px; } }
    .site-footer_social .sharer .container {
      display: block;
      padding-bottom: 0; }
    .site-footer_social .sharer_text {
      color: var(--real-white);
      font-family: var(--font-secondary);
      font-size: 16px;
      line-height: 1;
      font-style: normal;
      font-weight: 400;
      text-align: left;
      margin-bottom: 13px; }
      @media (min-width: 1200px) {
        .site-footer_social .sharer_text {
          font-size: 20px;
          margin-bottom: 18px; } }
      @media (min-width: 1850px) {
        .site-footer_social .sharer_text {
          font-size: 22px;
          margin-bottom: 16px; } }
    .site-footer_social .sharer_nav {
      justify-content: flex-start; }
    .site-footer_social .sharer_nav_item {
      background-color: transparent;
      border-color: var(--black);
      filter: brightness(1) invert(1); }
      .site-footer_social .sharer_nav_item:hover {
        border-color: var(--white);
        filter: none; }
  .site-footer_menu-services, .site-footer_menu-solutions {
    width: 50%;
    padding-right: 0; }
    @media (min-width: 1200px) {
      .site-footer_menu-services, .site-footer_menu-solutions {
        padding-right: 25px; } }
    .site-footer_menu-services .menu, .site-footer_menu-solutions .menu {
      list-style: none; }
    .site-footer_menu-services a, .site-footer_menu-solutions a {
      position: relative; }
      .site-footer_menu-services a:before, .site-footer_menu-solutions a:before {
        content: '';
        display: block;
        width: 0;
        height: 1.5px;
        background-color: var(--white);
        position: absolute;
        top: 100%;
        left: 0;
        transition: all 0.5s; }
      .site-footer_menu-services a:hover:before, .site-footer_menu-solutions a:hover:before {
        width: 100%; }
    .site-footer_menu-services .menu-item-has-children > a, .site-footer_menu-solutions .menu-item-has-children > a {
      color: var(--white);
      font-family: var(--font-secondary);
      font-size: 16px;
      line-height: 1.5;
      font-style: normal;
      font-weight: 400;
      text-align: left;
      text-decoration: none;
      display: inline-block;
      margin-bottom: 8px; }
      @media (min-width: 1200px) {
        .site-footer_menu-services .menu-item-has-children > a, .site-footer_menu-solutions .menu-item-has-children > a {
          font-size: 20px;
          margin-bottom: 27px; } }
      @media (min-width: 1850px) {
        .site-footer_menu-services .menu-item-has-children > a, .site-footer_menu-solutions .menu-item-has-children > a {
          font-size: 22px;
          margin-bottom: 24px; } }
    .site-footer_menu-services .sub-menu,
    .site-footer_menu-services .menu, .site-footer_menu-solutions .sub-menu,
    .site-footer_menu-solutions .menu {
      list-style: none;
      margin-left: 0; }
      .site-footer_menu-services .sub-menu .menu-item,
      .site-footer_menu-services .menu .menu-item, .site-footer_menu-solutions .sub-menu .menu-item,
      .site-footer_menu-solutions .menu .menu-item {
        margin-bottom: 13px; }
        @media (min-width: 1850px) {
          .site-footer_menu-services .sub-menu .menu-item,
          .site-footer_menu-services .menu .menu-item, .site-footer_menu-solutions .sub-menu .menu-item,
          .site-footer_menu-solutions .menu .menu-item {
            margin-bottom: 18px; } }
        .site-footer_menu-services .sub-menu .menu-item a,
        .site-footer_menu-services .menu .menu-item a, .site-footer_menu-solutions .sub-menu .menu-item a,
        .site-footer_menu-solutions .menu .menu-item a {
          color: var(--white);
          font-family: var(--font-secondary);
          font-size: 14px;
          line-height: 1.5;
          font-style: normal;
          font-weight: 300;
          text-align: left;
          text-transform: uppercase;
          text-decoration: none; }
          @media (min-width: 1200px) {
            .site-footer_menu-services .sub-menu .menu-item a,
            .site-footer_menu-services .menu .menu-item a, .site-footer_menu-solutions .sub-menu .menu-item a,
            .site-footer_menu-solutions .menu .menu-item a {
              font-size: 16px;
              text-transform: none; } }
          @media (min-width: 1850px) {
            .site-footer_menu-services .sub-menu .menu-item a,
            .site-footer_menu-services .menu .menu-item a, .site-footer_menu-solutions .sub-menu .menu-item a,
            .site-footer_menu-solutions .menu .menu-item a {
              font-size: 18px;
              line-height: 1.2; } }
        @media (min-width: 1200px) {
          .site-footer_menu-services .sub-menu .menu-item.menu-item-has-children > a,
          .site-footer_menu-services .menu .menu-item.menu-item-has-children > a, .site-footer_menu-solutions .sub-menu .menu-item.menu-item-has-children > a,
          .site-footer_menu-solutions .menu .menu-item.menu-item-has-children > a {
            font-size: 20px; } }
        @media (min-width: 1850px) {
          .site-footer_menu-services .sub-menu .menu-item.menu-item-has-children > a,
          .site-footer_menu-services .menu .menu-item.menu-item-has-children > a, .site-footer_menu-solutions .sub-menu .menu-item.menu-item-has-children > a,
          .site-footer_menu-solutions .menu .menu-item.menu-item-has-children > a {
            font-size: 22px; } }
  @media (min-width: 1200px) {
    .site-footer_menu-solutions {
      max-width: 176px;
      margin-left: auto; } }
  .site-footer_menu-main {
    margin-bottom: 22px; }
    @media (min-width: 1200px) {
      .site-footer_menu-main {
        margin-bottom: 0; } }
    .site-footer_menu-main .menu {
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      width: calc(100% + 40px);
      margin: 0 -20px; }
    .site-footer_menu-main li {
      margin: 0 15px 8px; }
      @media (min-width: 1200px) {
        .site-footer_menu-main li {
          margin: 0 7px; } }
      @media (min-width: 1850px) {
        .site-footer_menu-main li {
          margin: 0 15px; } }
    .site-footer_menu-main a {
      color: var(--real-white);
      font-family: var(--font-secondary);
      font-size: 14px;
      line-height: 1.78;
      font-style: normal;
      font-weight: 400;
      text-align: center;
      text-transform: uppercase;
      text-decoration: none; }
      @media (min-width: 1200px) {
        .site-footer_menu-main a {
          font-size: 12px; } }
      @media (min-width: 1850px) {
        .site-footer_menu-main a {
          font-size: 16px;
          line-height: 1.56; } }
  .site-footer_menu-legal .menu {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
  .site-footer_menu-legal li {
    font-size: 12px;
    line-height: 1; }
    @media (min-width: 1200px) {
      .site-footer_menu-legal li {
        font-size: 10px; } }
    @media (min-width: 1850px) {
      .site-footer_menu-legal li {
        font-size: 12px; } }
  .site-footer_menu-legal a {
    color: var(--real-white);
    font-family: var(--font-secondary);
    font-style: normal;
    font-weight: 400;
    text-align: left;
    text-decoration: none; }
  .site-footer_menu-legal li + li {
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid var(--real-white); }
    @media (min-width: 1200px) {
      .site-footer_menu-legal li + li {
        margin-left: 5px;
        padding-left: 5px; } }
    @media (min-width: 1850px) {
      .site-footer_menu-legal li + li {
        margin-left: 10px;
        padding-left: 10px; } }
  .site-footer_copyright {
    margin-bottom: 30px; }
    @media (min-width: 1200px) {
      .site-footer_copyright {
        order: -1;
        margin-bottom: 0; } }
    .site-footer_copyright * {
      color: var(--real-white);
      font-size: 12px;
      line-height: 1.33;
      font-family: var(--font-secondary);
      font-style: normal;
      font-weight: 400;
      text-align: center; }
      @media (min-width: 1200px) {
        .site-footer_copyright * {
          font-size: 10px;
          text-align: left; } }
      @media (min-width: 1850px) {
        .site-footer_copyright * {
          font-size: 12px; } }
  .site-footer_newsletter {
    width: 100%;
    padding-top: 34px; }
    @media (min-width: 1200px) {
      .site-footer_newsletter {
        display: flex;
        padding-top: 55px;
        padding-bottom: 10px; } }
    @media (min-width: 1850px) {
      .site-footer_newsletter {
        padding-top: 72px; } }
    .site-footer_newsletter_title {
      margin-bottom: 38px; }
      @media (min-width: 1200px) {
        .site-footer_newsletter_title {
          width: 50%;
          max-width: 421px;
          margin-bottom: 0; } }
      @media (min-width: 1850px) {
        .site-footer_newsletter_title {
          max-width: 660px; } }
      .site-footer_newsletter_title * {
        color: var(--white);
        font-family: var(--font-secondary);
        font-size: 35px;
        line-height: 1.28;
        font-style: normal;
        font-weight: 200;
        text-align: left; }
        @media (min-width: 1200px) {
          .site-footer_newsletter_title * {
            font-size: 50px;
            line-height: 1.20; } }
        @media (min-width: 1850px) {
          .site-footer_newsletter_title * {
            font-size: 60px;
            line-height: 1.16; } }
    @media (min-width: 1200px) {
      .site-footer_newsletter_content {
        width: 45%;
        max-width: 357px;
        margin-left: auto; } }
    @media (min-width: 1850px) {
      .site-footer_newsletter_content {
        max-width: 480px; } }
    .site-footer_newsletter_subtitle {
      margin-bottom: 5px; }
      @media (min-width: 1200px) {
        .site-footer_newsletter_subtitle {
          margin-bottom: 15px; } }
      @media (min-width: 1850px) {
        .site-footer_newsletter_subtitle {
          margin-bottom: 0; } }
      .site-footer_newsletter_subtitle * {
        color: var(--white);
        font-family: var(--font-secondary);
        font-size: 28px;
        line-height: 1.5;
        font-style: normal;
        font-weight: 300;
        text-align: left; }
        @media (min-width: 1200px) {
          .site-footer_newsletter_subtitle * {
            font-size: 30px; } }
        @media (min-width: 1850px) {
          .site-footer_newsletter_subtitle * {
            font-size: 40px; } }
    .site-footer_newsletter_text {
      width: 100%;
      max-width: 258px;
      margin-bottom: 17px; }
      @media (min-width: 1200px) {
        .site-footer_newsletter_text {
          max-width: 313px;
          margin-bottom: 28px; } }
      @media (min-width: 1850px) {
        .site-footer_newsletter_text {
          max-width: 352px;
          margin-bottom: 20px; } }
      .site-footer_newsletter_text * {
        color: var(--white);
        font-size: 14px;
        line-height: 1.5;
        font-style: normal;
        font-weight: 300;
        text-align: left; }
        @media (min-width: 1200px) {
          .site-footer_newsletter_text * {
            font-size: 16px; } }
        @media (min-width: 1850px) {
          .site-footer_newsletter_text * {
            font-size: 18px; } }
    .site-footer_newsletter_form {
      width: 100%;
      display: flex;
      padding-bottom: 19px;
      border-bottom: 1px solid var(--border-light); }
      @media (min-width: 1200px) {
        .site-footer_newsletter_form {
          padding-bottom: 19px; } }
      @media (min-width: 1850px) {
        .site-footer_newsletter_form {
          padding-bottom: 15px; } }
      .site-footer_newsletter_form form {
        width: 100%;
        display: flex; }
      .site-footer_newsletter_form input[type="text"] {
        color: var(--white);
        font-family: var(--font-secondary);
        font-size: 18px;
        line-height: 1.5;
        font-style: normal;
        font-weight: 400;
        text-align: left;
        border: none;
        background-color: transparent;
        padding: 5px 0;
        width: calc(100% - 40px); }
        @media (min-width: 1850px) {
          .site-footer_newsletter_form input[type="text"] {
            font-size: 24px; } }
        .site-footer_newsletter_form input[type="text"]::placeholder {
          color: var(--black-lighter); }
      .site-footer_newsletter_form input[type="submit"],
      .site-footer_newsletter_form button {
        width: 40px;
        min-width: 40px;
        height: 40px;
        background-image: url("https://auren.com/cl/wp-content/themes/auren/assets/images/ico-arrow-red.svg");
        background-size: 40px auto;
        background-position: 4px 2px;
        background-repeat: no-repeat;
        background-color: transparent;
        border: none;
        text-align: left;
        text-indent: -9999px;
        overflow: hidden;
        display: flex; }

body .site-footer {
  margin-top: 108px; }
  @media (min-width: 1200px) {
    body .site-footer {
      margin-top: 230px; } }
  @media (min-width: 1850px) {
    body .site-footer {
      margin-top: 270px; } }

body.single-video-podcast .entry-content,
body.single-new .entry-content,
body.single-publication .entry-content,
body.single-blog .entry-content,
body.single-global-video-podcast .entry-content,
body.single-global-new .entry-content,
body.single-global-publication .entry-content,
body.single-global-blog .entry-content,
body.single-press-release .entry-content {
  width: 100%; }
  @media (min-width: 1200px) {
    body.single-video-podcast .entry-content,
    body.single-new .entry-content,
    body.single-publication .entry-content,
    body.single-blog .entry-content,
    body.single-global-video-podcast .entry-content,
    body.single-global-new .entry-content,
    body.single-global-publication .entry-content,
    body.single-global-blog .entry-content,
    body.single-press-release .entry-content {
      display: flex;
      flex-wrap: wrap; } }

body.single-video-podcast .entry-content .content,
body.single-new .entry-content .content,
body.single-publication .entry-content .content,
body.single-blog .entry-content .content,
body.single-global-video-podcast .entry-content .content,
body.single-global-new .entry-content .content,
body.single-global-publication .entry-content .content,
body.single-global-blog .entry-content .content,
body.single-press-release .entry-content .content {
  padding-bottom: 109px; }
  @media (min-width: 1200px) {
    body.single-video-podcast .entry-content .content,
    body.single-new .entry-content .content,
    body.single-publication .entry-content .content,
    body.single-blog .entry-content .content,
    body.single-global-video-podcast .entry-content .content,
    body.single-global-new .entry-content .content,
    body.single-global-publication .entry-content .content,
    body.single-global-blog .entry-content .content,
    body.single-press-release .entry-content .content {
      width: 70.6%; } }
  body.single-video-podcast .entry-content .content > *,
  body.single-new .entry-content .content > *,
  body.single-publication .entry-content .content > *,
  body.single-blog .entry-content .content > *,
  body.single-global-video-podcast .entry-content .content > *,
  body.single-global-new .entry-content .content > *,
  body.single-global-publication .entry-content .content > *,
  body.single-global-blog .entry-content .content > *,
  body.single-press-release .entry-content .content > * {
    color: var(--real-black);
    font-size: 14px;
    line-height: 1.35;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin-bottom: 20px; }
    @media (min-width: 1200px) {
      body.single-video-podcast .entry-content .content > *,
      body.single-new .entry-content .content > *,
      body.single-publication .entry-content .content > *,
      body.single-blog .entry-content .content > *,
      body.single-global-video-podcast .entry-content .content > *,
      body.single-global-new .entry-content .content > *,
      body.single-global-publication .entry-content .content > *,
      body.single-global-blog .entry-content .content > *,
      body.single-press-release .entry-content .content > * {
        font-size: 16px; } }
    @media (min-width: 1850px) {
      body.single-video-podcast .entry-content .content > *,
      body.single-new .entry-content .content > *,
      body.single-publication .entry-content .content > *,
      body.single-blog .entry-content .content > *,
      body.single-global-video-podcast .entry-content .content > *,
      body.single-global-new .entry-content .content > *,
      body.single-global-publication .entry-content .content > *,
      body.single-global-blog .entry-content .content > *,
      body.single-press-release .entry-content .content > * {
        font-size: 18px;
        line-height: 1.83;
        margin-bottom: 30px; } }
    body.single-video-podcast .entry-content .content > * strong,
    body.single-new .entry-content .content > * strong,
    body.single-publication .entry-content .content > * strong,
    body.single-blog .entry-content .content > * strong,
    body.single-global-video-podcast .entry-content .content > * strong,
    body.single-global-new .entry-content .content > * strong,
    body.single-global-publication .entry-content .content > * strong,
    body.single-global-blog .entry-content .content > * strong,
    body.single-press-release .entry-content .content > * strong {
      font-weight: 700; }
  body.single-video-podcast .entry-content .content > ol,
  body.single-new .entry-content .content > ol,
  body.single-publication .entry-content .content > ol,
  body.single-blog .entry-content .content > ol,
  body.single-global-video-podcast .entry-content .content > ol,
  body.single-global-new .entry-content .content > ol,
  body.single-global-publication .entry-content .content > ol,
  body.single-global-blog .entry-content .content > ol,
  body.single-press-release .entry-content .content > ol {
    list-style-position: inside; }
  body.single-video-podcast .entry-content .content > ul,
  body.single-new .entry-content .content > ul,
  body.single-publication .entry-content .content > ul,
  body.single-blog .entry-content .content > ul,
  body.single-global-video-podcast .entry-content .content > ul,
  body.single-global-new .entry-content .content > ul,
  body.single-global-publication .entry-content .content > ul,
  body.single-global-blog .entry-content .content > ul,
  body.single-press-release .entry-content .content > ul {
    list-style: none; }
    body.single-video-podcast .entry-content .content > ul li,
    body.single-new .entry-content .content > ul li,
    body.single-publication .entry-content .content > ul li,
    body.single-blog .entry-content .content > ul li,
    body.single-global-video-podcast .entry-content .content > ul li,
    body.single-global-new .entry-content .content > ul li,
    body.single-global-publication .entry-content .content > ul li,
    body.single-global-blog .entry-content .content > ul li,
    body.single-press-release .entry-content .content > ul li {
      position: relative;
      padding-left: 22px; }
      body.single-video-podcast .entry-content .content > ul li:before,
      body.single-new .entry-content .content > ul li:before,
      body.single-publication .entry-content .content > ul li:before,
      body.single-blog .entry-content .content > ul li:before,
      body.single-global-video-podcast .entry-content .content > ul li:before,
      body.single-global-new .entry-content .content > ul li:before,
      body.single-global-publication .entry-content .content > ul li:before,
      body.single-global-blog .entry-content .content > ul li:before,
      body.single-press-release .entry-content .content > ul li:before {
        content: '';
        display: block;
        width: 4px;
        height: 4px;
        background-color: var(--black);
        border-radius: 100%;
        overflow: hidden;
        position: absolute;
        top: 6px;
        left: 9px; }
        @media (min-width: 1200px) {
          body.single-video-podcast .entry-content .content > ul li:before,
          body.single-new .entry-content .content > ul li:before,
          body.single-publication .entry-content .content > ul li:before,
          body.single-blog .entry-content .content > ul li:before,
          body.single-global-video-podcast .entry-content .content > ul li:before,
          body.single-global-new .entry-content .content > ul li:before,
          body.single-global-publication .entry-content .content > ul li:before,
          body.single-global-blog .entry-content .content > ul li:before,
          body.single-press-release .entry-content .content > ul li:before {
            top: 8px; } }
        @media (min-width: 1850px) {
          body.single-video-podcast .entry-content .content > ul li:before,
          body.single-new .entry-content .content > ul li:before,
          body.single-publication .entry-content .content > ul li:before,
          body.single-blog .entry-content .content > ul li:before,
          body.single-global-video-podcast .entry-content .content > ul li:before,
          body.single-global-new .entry-content .content > ul li:before,
          body.single-global-publication .entry-content .content > ul li:before,
          body.single-global-blog .entry-content .content > ul li:before,
          body.single-press-release .entry-content .content > ul li:before {
            top: 14px; } }
  body.single-video-podcast .entry-content .content > .wp-block-heading,
  body.single-new .entry-content .content > .wp-block-heading,
  body.single-publication .entry-content .content > .wp-block-heading,
  body.single-blog .entry-content .content > .wp-block-heading,
  body.single-global-video-podcast .entry-content .content > .wp-block-heading,
  body.single-global-new .entry-content .content > .wp-block-heading,
  body.single-global-publication .entry-content .content > .wp-block-heading,
  body.single-global-blog .entry-content .content > .wp-block-heading,
  body.single-press-release .entry-content .content > .wp-block-heading {
    margin-top: 33px;
    margin-bottom: 14px; }
    body.single-video-podcast .entry-content .content > .wp-block-heading,
    body.single-video-podcast .entry-content .content > .wp-block-heading *,
    body.single-new .entry-content .content > .wp-block-heading,
    body.single-new .entry-content .content > .wp-block-heading *,
    body.single-publication .entry-content .content > .wp-block-heading,
    body.single-publication .entry-content .content > .wp-block-heading *,
    body.single-blog .entry-content .content > .wp-block-heading,
    body.single-blog .entry-content .content > .wp-block-heading *,
    body.single-global-video-podcast .entry-content .content > .wp-block-heading,
    body.single-global-video-podcast .entry-content .content > .wp-block-heading *,
    body.single-global-new .entry-content .content > .wp-block-heading,
    body.single-global-new .entry-content .content > .wp-block-heading *,
    body.single-global-publication .entry-content .content > .wp-block-heading,
    body.single-global-publication .entry-content .content > .wp-block-heading *,
    body.single-global-blog .entry-content .content > .wp-block-heading,
    body.single-global-blog .entry-content .content > .wp-block-heading *,
    body.single-press-release .entry-content .content > .wp-block-heading,
    body.single-press-release .entry-content .content > .wp-block-heading * {
      color: var(--real-black);
      font-size: 22px;
      line-height: 1.35;
      font-style: normal;
      font-weight: 700;
      text-align: left; }
      @media (min-width: 1200px) {
        body.single-video-podcast .entry-content .content > .wp-block-heading,
        body.single-video-podcast .entry-content .content > .wp-block-heading *,
        body.single-new .entry-content .content > .wp-block-heading,
        body.single-new .entry-content .content > .wp-block-heading *,
        body.single-publication .entry-content .content > .wp-block-heading,
        body.single-publication .entry-content .content > .wp-block-heading *,
        body.single-blog .entry-content .content > .wp-block-heading,
        body.single-blog .entry-content .content > .wp-block-heading *,
        body.single-global-video-podcast .entry-content .content > .wp-block-heading,
        body.single-global-video-podcast .entry-content .content > .wp-block-heading *,
        body.single-global-new .entry-content .content > .wp-block-heading,
        body.single-global-new .entry-content .content > .wp-block-heading *,
        body.single-global-publication .entry-content .content > .wp-block-heading,
        body.single-global-publication .entry-content .content > .wp-block-heading *,
        body.single-global-blog .entry-content .content > .wp-block-heading,
        body.single-global-blog .entry-content .content > .wp-block-heading *,
        body.single-press-release .entry-content .content > .wp-block-heading,
        body.single-press-release .entry-content .content > .wp-block-heading * {
          font-size: 24px; } }
      @media (min-width: 1850px) {
        body.single-video-podcast .entry-content .content > .wp-block-heading,
        body.single-video-podcast .entry-content .content > .wp-block-heading *,
        body.single-new .entry-content .content > .wp-block-heading,
        body.single-new .entry-content .content > .wp-block-heading *,
        body.single-publication .entry-content .content > .wp-block-heading,
        body.single-publication .entry-content .content > .wp-block-heading *,
        body.single-blog .entry-content .content > .wp-block-heading,
        body.single-blog .entry-content .content > .wp-block-heading *,
        body.single-global-video-podcast .entry-content .content > .wp-block-heading,
        body.single-global-video-podcast .entry-content .content > .wp-block-heading *,
        body.single-global-new .entry-content .content > .wp-block-heading,
        body.single-global-new .entry-content .content > .wp-block-heading *,
        body.single-global-publication .entry-content .content > .wp-block-heading,
        body.single-global-publication .entry-content .content > .wp-block-heading *,
        body.single-global-blog .entry-content .content > .wp-block-heading,
        body.single-global-blog .entry-content .content > .wp-block-heading *,
        body.single-press-release .entry-content .content > .wp-block-heading,
        body.single-press-release .entry-content .content > .wp-block-heading * {
          font-size: 28px; } }
  body.single-video-podcast .entry-content .content > h3.wp-block-heading,
  body.single-video-podcast .entry-content .content > h3.wp-block-heading *,
  body.single-new .entry-content .content > h3.wp-block-heading,
  body.single-new .entry-content .content > h3.wp-block-heading *,
  body.single-publication .entry-content .content > h3.wp-block-heading,
  body.single-publication .entry-content .content > h3.wp-block-heading *,
  body.single-blog .entry-content .content > h3.wp-block-heading,
  body.single-blog .entry-content .content > h3.wp-block-heading *,
  body.single-global-video-podcast .entry-content .content > h3.wp-block-heading,
  body.single-global-video-podcast .entry-content .content > h3.wp-block-heading *,
  body.single-global-new .entry-content .content > h3.wp-block-heading,
  body.single-global-new .entry-content .content > h3.wp-block-heading *,
  body.single-global-publication .entry-content .content > h3.wp-block-heading,
  body.single-global-publication .entry-content .content > h3.wp-block-heading *,
  body.single-global-blog .entry-content .content > h3.wp-block-heading,
  body.single-global-blog .entry-content .content > h3.wp-block-heading *,
  body.single-press-release .entry-content .content > h3.wp-block-heading,
  body.single-press-release .entry-content .content > h3.wp-block-heading * {
    font-size: 18px; }
    @media (min-width: 1200px) {
      body.single-video-podcast .entry-content .content > h3.wp-block-heading,
      body.single-video-podcast .entry-content .content > h3.wp-block-heading *,
      body.single-new .entry-content .content > h3.wp-block-heading,
      body.single-new .entry-content .content > h3.wp-block-heading *,
      body.single-publication .entry-content .content > h3.wp-block-heading,
      body.single-publication .entry-content .content > h3.wp-block-heading *,
      body.single-blog .entry-content .content > h3.wp-block-heading,
      body.single-blog .entry-content .content > h3.wp-block-heading *,
      body.single-global-video-podcast .entry-content .content > h3.wp-block-heading,
      body.single-global-video-podcast .entry-content .content > h3.wp-block-heading *,
      body.single-global-new .entry-content .content > h3.wp-block-heading,
      body.single-global-new .entry-content .content > h3.wp-block-heading *,
      body.single-global-publication .entry-content .content > h3.wp-block-heading,
      body.single-global-publication .entry-content .content > h3.wp-block-heading *,
      body.single-global-blog .entry-content .content > h3.wp-block-heading,
      body.single-global-blog .entry-content .content > h3.wp-block-heading *,
      body.single-press-release .entry-content .content > h3.wp-block-heading,
      body.single-press-release .entry-content .content > h3.wp-block-heading * {
        font-size: 20px; } }
    @media (min-width: 1850px) {
      body.single-video-podcast .entry-content .content > h3.wp-block-heading,
      body.single-video-podcast .entry-content .content > h3.wp-block-heading *,
      body.single-new .entry-content .content > h3.wp-block-heading,
      body.single-new .entry-content .content > h3.wp-block-heading *,
      body.single-publication .entry-content .content > h3.wp-block-heading,
      body.single-publication .entry-content .content > h3.wp-block-heading *,
      body.single-blog .entry-content .content > h3.wp-block-heading,
      body.single-blog .entry-content .content > h3.wp-block-heading *,
      body.single-global-video-podcast .entry-content .content > h3.wp-block-heading,
      body.single-global-video-podcast .entry-content .content > h3.wp-block-heading *,
      body.single-global-new .entry-content .content > h3.wp-block-heading,
      body.single-global-new .entry-content .content > h3.wp-block-heading *,
      body.single-global-publication .entry-content .content > h3.wp-block-heading,
      body.single-global-publication .entry-content .content > h3.wp-block-heading *,
      body.single-global-blog .entry-content .content > h3.wp-block-heading,
      body.single-global-blog .entry-content .content > h3.wp-block-heading *,
      body.single-press-release .entry-content .content > h3.wp-block-heading,
      body.single-press-release .entry-content .content > h3.wp-block-heading * {
        font-size: 25px; } }
  body.single-video-podcast .entry-content .content .sharer .container,
  body.single-new .entry-content .content .sharer .container,
  body.single-publication .entry-content .content .sharer .container,
  body.single-blog .entry-content .content .sharer .container,
  body.single-global-video-podcast .entry-content .content .sharer .container,
  body.single-global-new .entry-content .content .sharer .container,
  body.single-global-publication .entry-content .content .sharer .container,
  body.single-global-blog .entry-content .content .sharer .container,
  body.single-press-release .entry-content .content .sharer .container {
    padding-bottom: 0; }
  body.single-video-podcast .entry-content .content .trends-post-content,
  body.single-new .entry-content .content .trends-post-content,
  body.single-publication .entry-content .content .trends-post-content,
  body.single-blog .entry-content .content .trends-post-content,
  body.single-global-video-podcast .entry-content .content .trends-post-content,
  body.single-global-new .entry-content .content .trends-post-content,
  body.single-global-publication .entry-content .content .trends-post-content,
  body.single-global-blog .entry-content .content .trends-post-content,
  body.single-press-release .entry-content .content .trends-post-content {
    margin-bottom: 0; }

body.single-video-podcast .entry-content-sidebar,
body.single-new .entry-content-sidebar,
body.single-publication .entry-content-sidebar,
body.single-blog .entry-content-sidebar,
body.single-global-video-podcast .entry-content-sidebar,
body.single-global-new .entry-content-sidebar,
body.single-global-publication .entry-content-sidebar,
body.single-global-blog .entry-content-sidebar,
body.single-press-release .entry-content-sidebar {
  padding-bottom: 109px; }
  @media (min-width: 1200px) {
    body.single-video-podcast .entry-content-sidebar,
    body.single-new .entry-content-sidebar,
    body.single-publication .entry-content-sidebar,
    body.single-blog .entry-content-sidebar,
    body.single-global-video-podcast .entry-content-sidebar,
    body.single-global-new .entry-content-sidebar,
    body.single-global-publication .entry-content-sidebar,
    body.single-global-blog .entry-content-sidebar,
    body.single-press-release .entry-content-sidebar {
      width: 25.4%;
      max-width: 361px;
      margin-left: auto;
      display: block; } }
  @media (min-width: 1200px) {
    body.single-video-podcast .entry-content-sidebar .sticky-sidebar,
    body.single-new .entry-content-sidebar .sticky-sidebar,
    body.single-publication .entry-content-sidebar .sticky-sidebar,
    body.single-blog .entry-content-sidebar .sticky-sidebar,
    body.single-global-video-podcast .entry-content-sidebar .sticky-sidebar,
    body.single-global-new .entry-content-sidebar .sticky-sidebar,
    body.single-global-publication .entry-content-sidebar .sticky-sidebar,
    body.single-global-blog .entry-content-sidebar .sticky-sidebar,
    body.single-press-release .entry-content-sidebar .sticky-sidebar {
      position: -webkit-sticky;
      position: sticky;
      display: block;
      top: 0; } }

body.single .accordion {
  margin-bottom: 98px; }
  @media (min-width: 1200px) {
    body.single .accordion {
      margin-bottom: 245px; } }

.bite-jobs-list--filter select {
  height: 40px !important; }

.single-job-offer .content {
  padding-bottom: 109px; }
  @media (min-width: 1200px) {
    .single-job-offer .content {
      width: 70.6%; } }
  .single-job-offer .content ul, .single-job-offer .content ol {
    padding: 20px; }
  .single-job-offer .content > p,
  .single-job-offer .content > ul > li,
  .single-job-offer .content > ol > li {
    color: var(--black);
    font-size: 14px;
    line-height: 1.14;
    font-style: normal;
    font-weight: 400;
    text-align: left; }
    @media (min-width: 1200px) {
      .single-job-offer .content > p,
      .single-job-offer .content > ul > li,
      .single-job-offer .content > ol > li {
        font-size: 16px; } }
    @media (min-width: 1850px) {
      .single-job-offer .content > p,
      .single-job-offer .content > ul > li,
      .single-job-offer .content > ol > li {
        font-size: 18px; } }
    .single-job-offer .content > p + *,
    .single-job-offer .content > ul > li + *,
    .single-job-offer .content > ol > li + * {
      margin-top: 6px; }
      @media (min-width: 1200px) {
        .single-job-offer .content > p + *,
        .single-job-offer .content > ul > li + *,
        .single-job-offer .content > ol > li + * {
          margin-top: 16px; } }
    .single-job-offer .content > p strong,
    .single-job-offer .content > ul > li strong,
    .single-job-offer .content > ol > li strong {
      font-weight: 700; }
  .single-job-offer .content > ol {
    list-style-position: inside; }
  .single-job-offer .content > ul {
    list-style: none; }
    .single-job-offer .content > ul li {
      position: relative;
      padding-left: 22px; }
      .single-job-offer .content > ul li:before {
        content: '';
        display: block;
        width: 4px;
        height: 4px;
        background-color: var(--black);
        border-radius: 100%;
        overflow: hidden;
        position: absolute;
        top: 6px;
        left: 9px; }
        @media (min-width: 1200px) {
          .single-job-offer .content > ul li:before {
            top: 8px; } }
        @media (min-width: 1850px) {
          .single-job-offer .content > ul li:before {
            top: 14px; } }
  .single-job-offer .content > .wp-block-heading {
    margin-bottom: 22px; }
    @media (min-width: 1200px) {
      .single-job-offer .content > .wp-block-heading {
        margin-bottom: 30px; } }
    .single-job-offer .content > .wp-block-heading,
    .single-job-offer .content > .wp-block-heading * {
      color: var(--black);
      font-family: var(--font-secondary);
      font-size: 25px;
      line-height: 1;
      font-style: normal;
      font-weight: 300;
      text-align: left;
      letter-spacing: 1.25px;
      text-transform: uppercase; }
      @media (min-width: 1200px) {
        .single-job-offer .content > .wp-block-heading,
        .single-job-offer .content > .wp-block-heading * {
          font-size: 30px;
          letter-spacing: 0.5px; } }
      @media (min-width: 1850px) {
        .single-job-offer .content > .wp-block-heading,
        .single-job-offer .content > .wp-block-heading * {
          font-size: 40px;
          letter-spacing: 0px; } }
  .single-job-offer .content > .wp-block-separator {
    border-top: 1px solid #C3C3C3;
    margin-top: 25px;
    margin-bottom: 25px; }
    @media (min-width: 1200px) {
      .single-job-offer .content > .wp-block-separator {
        margin-top: 35px;
        margin-bottom: 35px; } }
    @media (min-width: 1850px) {
      .single-job-offer .content > .wp-block-separator {
        margin-top: 60px;
        margin-bottom: 60px; } }

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
  color: #ffb900;
  font-size: 1rem;
  margin: 1em 0.5em 1em; }

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  color: #46b450;
  font-size: 1rem;
  margin: 1em 0.5em 1em; }

article.event ol, article.event ul {
  padding: 20px; }