@charset "UTF-8";
/*!
Theme Name: zz
Theme URI: http://underscores.me/
Author: Sopagraphics
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: zz
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 with others.

zz is based on Underscores https://underscores.me/, (C) 2012-2017 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/
*/


/*# wpml legazy */

.wpml-ls-legacy-dropdown{width:15.5em;max-width:100%}.wpml-ls-legacy-dropdown>ul{position:relative;padding:0;margin:0!important;list-style-type:none}.wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu,.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu{visibility:visible}.wpml-ls-legacy-dropdown .wpml-ls-item{padding:0;margin:0;list-style-type:none}.wpml-ls-legacy-dropdown a{display:block;text-decoration:none;color:#444;border:1px solid #cdcdcd;background-color:#fff;padding:5px 10px;line-height:1}.wpml-ls-legacy-dropdown a span{vertical-align:middle}.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle{position:relative;padding-right:calc(10px + 1.4em)}.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle{padding-right:10px;padding-left:calc(10px + 1.4em)}.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{content:"";vertical-align:middle;display:inline-block;border:.35em solid transparent;border-top:.5em solid;position:absolute;right:10px;top:calc(50% - .175em)}.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{right:auto;left:10px}.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a,.wpml-ls-legacy-dropdown a:focus,.wpml-ls-legacy-dropdown a:hover{color:#000;background:#eee}.wpml-ls-legacy-dropdown .wpml-ls-sub-menu{visibility:hidden;position:absolute;top:100%;right:0;left:0;border-top:1px solid #cdcdcd;padding:0;margin:0;list-style-type:none;z-index:101}.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a{border-width:0 1px 1px}.wpml-ls-legacy-dropdown .wpml-ls-flag{display:inline;vertical-align:middle}.wpml-ls-legacy-dropdown .wpml-ls-flag+span{margin-left:.4em}.rtl .wpml-ls-legacy-dropdown .wpml-ls-flag+span{margin-left:0;margin-right:.4em}


/*--------------------------------------------------------------
# Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * 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;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

a {
  color: #8e99a8;
}

p {
  font-size: 1.1875rem;
  line-height: 32px;
}

.site-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}

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

.img-responsive {
  width: 100%;
  height: auto;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  display: block;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Bootstrap grid
--------------------------------------------------------------*/
/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 769px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1024px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1280px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

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

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

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

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 769px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

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

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

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

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

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

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

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

.flex-fill {
  flex: 1 1 auto !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

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

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

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

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

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

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

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

.align-content-start {
  align-content: flex-start !important;
}

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

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

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

.align-self-center {
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 769px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1024px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

/*# sourceMappingURL=bootstrap-grid.css.map */
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Merriweather", serif;
  font-weight: 700;
}

.text-1 {
  font-size: 3.25rem;
  line-height: 52px;
}

.text-2 {
  font-size: 2.56rem;
  line-height: 40px;
}

.text-3 {
  font-size: 1.5rem;
  line-height: 31px;
}

.text-4 {
  font-size: 1.1875rem;
  line-height: 29px;
}

.text-5 {
  font-size: 1.125rem;
  line-height: 25px;
}

.text-6 {
  font-size: 0.875rem;
}

.text-subtitle-company {
  font-size: 1.81rem;
  padding-right: 20px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .text-subtitle-company {
    text-align: left;
  }
}

.text-small {
  font-size: 0.75rem;
}

.text-serif {
  font-family: "Merriweather", serif;
}

.text-sans-serif {
  font-family: "Lato", sans-serif;
}

.text-heavy {
  font-weight: 900;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.skip-link {
  text-indent: -9999px;
  display: inline-block;
  height: 0;
  display: none;
}

.header-container {
  max-width: 100%;
  padding: 0;
  margin: 0;
  background: #000000;
  height: 75px;
}

.site-branding {
  position: absolute;
  right: 20px;
  display: inherit;
  width: 220px;
}

.custom-logo {
  max-width: 40px;
  height: auto;
  margin: 15px 20px 10px 0;
}

.site-title a {
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  font-weight: 900;
  font-size: 0.875rem;
}

@media screen and (min-width: 1024px) {
  .site-title {
    position: relative;
    right: auto;
  }
}

.site-description {
  display: none;
}

#primary-menu .menu-item a {
  color: #8e99a8;
  text-transform: uppercase;
}

#primary-menu .menu-item a:hover {
  color: #4e4e56;
}

.current-menu-item {
  font-weight: 900;
}

.main-navigation {
  display: block;
  position: absolute;
  width: 0;
}

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

.menu-container {
  margin-top: 20px;
  margin-left: -318px;
  transition: 0.3s;
  width: 300px;
  padding: 20px 45px;
  position: relative;
  z-index: 10;
}

.main-navigation ul ul {
  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 {
  left: 100%;
}

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

.main-navigation ul li {
  position: relative;
  padding: 20px 0;
}

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

/* Small menu. */
.main-navigation.toggled .menu-container {
  margin-left: -15px;
  box-shadow: 0 0 8px 0 #4e4e56;
  background-color: #fdc489;
}

.menu-toggle {
  background: transparent;
  border: none;
  margin-left: 20px;
  margin-top: 23px;
  height: 31.5px;
  cursor: pointer;
  outline: 0;
}

.menu-toggle span {
  text-indent: -9999px;
  width: 40px;
  display: block;
  margin-bottom: 10px;
  height: 3px;
  background-color: #ffffff;
}

.menu-toggle::before {
  margin-bottom: 10px;
}

.menu-toggle::after, .menu-toggle::before {
  border-top: solid 3px #ffffff;
  width: 40px;
  content: "";
  display: block;
  transition: 0.5s;
}

.toggled .menu-toggle::before {
  transform: rotate(-180deg);
}

.toggled .menu-toggle::after {
  transform: rotate(180deg);
}

.toggled .menu-toggle span {
  transform: rotate(-33deg);
  width: 45px;
  margin-left: -2px;
}

.container-lang {
  padding-bottom: 60px;
}

.wpml-ls-legacy-dropdown {
  width: 70px;
  display: inline-block;
  vertical-align: top;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  background-color: rgba(255, 255, 255, 0.2);
  color: #8e99a8;
  text-transform: uppercase;
  border: none;
  border-radius: 4px;
  padding-top: 3px;
  padding-bottom: 3px;
  display: none;
  border-radius: 20px;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  visibility: visible;
  display: inline-flex;
  border: none;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
  width: 63px;
  text-transform: uppercase;
  border: none;
  text-align: left;
  background-color: transparent;
  padding-left: 0;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:hover {
  color: #4d6c76;
}

.sidebar-menu {
  border-top: solid 1px #4e4e56;
}

.social-links-container .social-link {
  margin: 0 10px 30px;
  font-size: 1.1875rem;
  display: inline-flex;
}

.social-links-container .social-link span::before {
  transition: color 0.6s;
  color: #8e99a8;
}

.social-links-container .social-link:hover span::before {
  color: #4d6c76;
}

@media screen and (min-width: 1024px) {
  .header-container {
    max-width: 1280px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
    background-color: transparent;
  }
  .site-branding {
    display: inline-flex;
    justify-content: center;
    background: #000000;
    width: 100%;
    position: relative;
    transition: background 0.3s;
  }
  .site-branding:hover {
    background-color: #4d6c76;
  }
  .menu-toggle {
    display: none;
  }
  .main-navigation {
    text-align: center;
    position: relative;
    width: 100%;
    max-width: 95%;
    background-color: transparent;
    display: inline-flex;
  }
  .main-navigation ul {
    display: flex;
    justify-content: center;
  }
  .main-navigation ul li {
    padding: 0 13px 10px;
  }
  .menu-header-menu-es-container,
  .menu-header-menu-ca-container,
  .menu-header-menu-fr-container,
  .menu-header-menu-en-container {
    display: inline-flex;
    max-width: 81%;
    float: left;
  }
  #primary-menu .menu-item a {
    text-transform: none;
  }
  .sidebar-menu {
    border-top: none;
  }
  .container-lang {
    padding: 0;
    margin-top: -3px;
  }
  .wpml-ls-legacy-dropdown {
    float: none;
  }
  .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    display: block;
  }
  .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    height: 0;
    overflow: hidden;
    display: block;
    transition: height 0.3s;
  }
  .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu,
  .wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu {
    height: 90px;
  }
  .wpml-ls-legacy-dropdown a {
    color: #8e99a8;
  }
  .wpml-ls-item-legacy-dropdown {
    border: solid 2px #8e99a8;
    border-radius: 20px;
  }
  .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
    background-color: rgba(255, 255, 255, 0.2);
    padding-left: 10px;
  }
  .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:hover {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .menu-container {
    background-color: transparent;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
  }
  .menu-container,
  .menu-toggle,
  .main-navigation.toggled .menu-container {
    width: 100%;
    max-width: 1000px;
    box-shadow: 0 0 0 0 transparent;
    margin: 0;
    background-color: transparent;
  }
  .social-links-container .social-link {
    margin: 32px 4px 0;
  }
}

@media screen and (min-width: 1200px) {
  .header-container {
    max-width: 100%;
  }
  .main-navigation {
    max-width: 1200px;
  }
  .social-links-container .social-link {
    margin: 32px 10px 0;
  }
}

/*--------------------------------------------------------------
# Site
--------------------------------------------------------------*/
body {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  line-height: 1.25;
  color: #4e4e56;
  background-color: #fffaf4;
  overflow-x: hidden;
}

.home-header,
.site-content {
  background-size: 100% auto;
  background-image: url(assets/dist/img/fons.png);
  background-repeat: no-repeat;
}

.section-agenda {
  background-image: url(assets/dist/img/textura.png);
  padding: 65px 0;
  margin-bottom: 65px;
}

#evcal_list.eventon_events_list .sep_month_events {
  border-right: 0;
}

.eventon_events_list .eventon_list_event .evcal_list_a {
  background-color: transparent !important;
  border-top: #4e4e56 solid 1px !important;
}

.ajde_evcal_calendar .eventon_events_list p,
.eventon_events_list .eventon_list_event .evcal_desc span,
.evo_pop_body .evcal_desc span,
.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle,
.evo_pop_body .evcal_desc span.evcal_event_subtitle,
.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn,
.evo_pop_body .evcal_btn,
.evcal_btn,
.eventon_events_list .eventon_list_event .cancel_event .evo_event_headers,
.evo_pop_body .evo_event_headers.canceled,
.eventon_events_list .eventon_list_event .evcal_list_a .evo_above_title span,
.evo_pop_body .evcal_list_a .evo_above_title span,
.evcal_evdata_row.evcal_event_details .evcal_evdata_cell p,
#evcal_list .eventon_list_event .evoInput,
.evo_pop_body .evoInput,
.evcal_evdata_row .evcal_evdata_cell p,
#evcal_list .eventon_list_event p.no_events,
.ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul,
.evo_elms em.evo_tooltip_box,
.evo_cal_above span,
.ajde_evcal_calendar .calendar_header .evo_j_dates .legend,
.eventon_sort_line p,
.eventon_filter_line p {
  font-weight: 700;
}

#evcal_list.sep_months,
#evcal_list.sep_months .evcal_month_line p,
#evcal_list.evcal_list_month {
  font-size: 19px;
  color: #4e4e56;
  text-transform: capitalize;
  margin-top: 32px;
  margin-bottom: 8px;
  font-family: "Merriweather", serif;
}

.eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2,
.evo_pop_body .evcal_desc span.evcal_desc2 {
  text-transform: initial !important;
}

.eventon_events_list .eventon_list_event .evcal_cblock em,
.evo_pop_body .evcal_cblock em {
  text-align: center;
  margin-top: 8px;
}

#evcal_list.eventon_events_list .eventon_list_event .evcal_list_a {
  border-left-width: 16px;
}

#evcal_list.eventon_events_list .eventon_list_event .desc_trig:hover {
  border-left-width: 8px;
}

.entry-header {
  text-align: center;
  color: #4e4e56;
  padding-top: 65px;
  margin-bottom: 65px;
}

.entry-header .entry-title {
  font-size: 2.56rem;
  font-weight: 900;
}

.entry-header .entry-title:after {
  display: block;
  content: "";
  width: 190px;
  height: 1px;
  background-color: #8e99a8;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
}

.entry-header a {
  color: #8e99a8;
  text-decoration: none;
}

.entry-header a:hover {
  color: #4d6c76;
}

.post-header {
  text-align: center;
}

.post-header a {
  color: #8e99a8;
  text-decoration: none;
}

.post-header a:hover {
  color: #4d6c76;
  text-decoration: underline;
}

.entry-content,
.page-content {
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .entry-content,
  .page-content {
    text-align: left;
  }
}

.post-navigation {
  display: none;
  margin-bottom: -60px;
  padding-top: 140px;
  max-width: 1280px;
  margin: 0 auto;
}

.post-navigation a:hover {
  color: #8e99a8;
}

.post-navigation a:visited:hover {
  color: #000;
}

.nav-previous {
  float: left;
}

.nav-previous a::before {
  margin-right: 25px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  vertical-align: middle;
  border-right-color: #000;
}

.nav-next {
  float: right;
}

.nav-next a::after {
  margin-left: 25px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  vertical-align: middle;
  border-left-color: #000;
}

.content-container-company {
  margin-top: -30px;
}

@media screen and (min-width: 1024px) {
  .container-address-company {
    padding-right: 0;
  }
}

.fitxa p {
  font-size: 0.875rem;
}

@media screen and (min-width: 1024px) {
  .content-post::before {
    border-top: solid 1px #4e4e56;
    position: absolute;
    left: 0;
    margin-left: -15%;
    top: 0;
    width: 35%;
    content: " ";
  }
  .content-post::after {
    border-top: solid 1px #4e4e56;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 35%;
    content: " ";
  }
}

.container-downloads ul,
.container-where ul {
  padding: 0;
  text-align: left;
}

.container-downloads li,
.container-where li {
  padding: 15px 20px;
  width: 100%;
  list-style: none;
  font-size: 0.875rem;
}

.container-downloads li:nth-child(odd),
.container-where li:nth-child(odd) {
  background: #f3eadf;
}

.container-downloads li a {
  text-decoration: none;
  color: #4e4e56;
}

.container-downloads li a::before {
  margin-right: 20px;
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  -webkit-mask-image: url(assets/dist/img/fletxa.svg);
  mask-image: url(assets/dist/img/fletxa.svg);
  background-color: #4e4e56;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  vertical-align: middle;
  transition: 0.3s;
}

.container-downloads li a:hover {
  color: #8e99a8;
}

.container-downloads li a:hover::before {
  background-color: #8e99a8;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  padding-top: 32.5px;
  padding-bottom: 32.5px;
  text-align: center;
  color: #4e4e56;
  margin-top: 91px;
  border-top: solid 1px #4e4e56;
}

.site-footer .footer-title {
  font-weight: 900;
  font-size: 0.875rem;
}

.site-footer a {
  color: #4e4e56;
  text-decoration: none;
}

.site-footer p {
  font-size: 0.875rem;
}

@media screen and (min-width: 1024px) {
  .site-footer .footer-address {
    text-align: left;
  }
}

.site-footer .site-info {
  text-align: left;
  font-size: 0.75rem;
}

.site-footer .social-links-container .social-link {
  font-size: 35px;
}

.site-footer .associates img {
  margin: 0 10px;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.home-header {
  padding-top: 130px;
}

.home-header .home-header-container {
  max-width: 1280px;
}

.home-header .text-home-header {
  color: #4e4e56;
  margin-top: 65px;
  margin-bottom: 65px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .home-header .text-home-header {
    text-align: left;
  }
}

.home-header .text-home-header h1 {
  font-weight: 900;
  line-height: 45px;
  font-size: 1.81rem;
}

.home-header-subtitle {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 900;
}

.banner-home {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .banner-home {
    padding-top: 32.5px;
    padding-bottom: 32.5px;
    background-color: #f3eadf;
  }
}

.banner-icon img {
  margin-top: 30px;
}

@media screen and (min-width: 1024px) {
  .banner-icon img {
    position: absolute;
    top: 50%;
    margin-top: -30px;
  }
  .banner-image {
    position: absolute;
    top: 50%;
    margin-top: -245px;
  }
}

@media screen and (min-width: 1024px) {
  .home-company-container-text {
    background: #f3eadf;
    border-top: 60px solid #fffaf4;
  }
  .home-company-container-text .home-company-icon {
    position: absolute;
  }
  .container-home-company-img {
    background-image: url(assets/dist/img/trama.png);
    background-size: 100%;
  }
  .home-company-img {
    margin-left: -130px;
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
input[type="text"], input[type="email"], textarea {
  border: none;
  width: 100%;
  height: 52px;
  background-color: #f3eadf;
  margin-top: 20px;
  padding-left: 20px;
}

textarea {
  height: 270px;
  padding-left: 20px;
  padding-top: 20px;
  padding-right: 20px;
}

form p {
  margin-top: 0;
}

input[type="checkbox"] {
  border: none;
  background-color: #f3eadf;
  margin-right: 20px;
}

label {
  font-family: "Merriweather", serif;
  margin-bottom: 20px;
}

.acept {
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  float: left;
  margin-bottom: 0;
}

@media screen and (min-width: 769px), print {
  .acept {
    padding-top: 50px;
  }
}

span.wpcf7-list-item {
  margin: 15px 0 30px;
}

div.wpcf7-response-output {
  margin: -3.4em 0.5em 1em;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
.btn,
.wpcf7-submit {
  font-size: 0.9375rem;
  padding: 19px 30px;
  text-decoration: none;
  color: #000000;
  transition: background-color 0.8s;
  display: inline-block;
  margin: 10px auto;
}

@media screen and (min-width: 1024px) {
  .btn,
  .wpcf7-submit {
    margin-top: 10px;
    margin-left: 0;
  }
}

@media screen and (min-width: 1024px) {
  .btn-absolute {
    position: absolute;
    bottom: -123px;
  }
}

.btn-blue,
.wpcf7-submit {
  background: #b4e6ed;
}

.btn-blue:hover,
.wpcf7-submit:hover {
  background-color: #8fd5de;
}

.btn-orange {
  background: #fdc489;
}

.btn-orange:hover {
  background-color: #f1ab62;
}

.wpcf7-submit {
  border: none;
  float: right;
  margin-bottom: 32.5px;
  padding: 19px 53px;
}

@media screen and (min-width: 769px), print {
  .wpcf7-submit {
    margin-top: 50px;
  }
}

.page-link {
  text-decoration: underline;
  transition: color 0.8s;
}

.page-link:hover {
  color: #000;
}

@media screen and (min-width: 1024px) {
  .vertical-line {
    border-right: solid 1px #000000;
    height: 300px;
    position: absolute;
    right: 0;
    top: 100px;
  }
  .home-company-vertical-line {
    border-right: solid 1px #000000;
    height: 220px;
    position: absolute;
    left: 0;
    top: -140px;
  }
}

.owl-item {
  text-align: center;
  min-height: 1px;
}

.owl-item a {
  color: #4e4e56;
  text-decoration: none;
}

.carousel-container {
  margin: 0 auto;
}

.owl-dots {
  margin-top: 30px;
  text-align: center;
  display: inherit;
}

.owl-dots .owl-dot {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

.owl-dots .owl-dot span {
  height: 10px;
  width: 10px;
  border-radius: 250px;
  display: inline-block;
  background-color: #fdc489;
}

.owl-dots .owl-dot.active span {
  background-color: #f1ab62;
}

.owl-nav.disabled, .owl-dots.disabled {
  display: none;
}

@media screen and (min-width: 1024px) {
  .carousel-container {
    width: 90%;
    max-width: 1080px;
  }
  .owl-prev {
    -webkit-mask-image: url("assets/dist/img/slider_esq.svg");
    mask-image: url("assets/dist/img/slider_esq.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: #4e4e56;
    background-size: 100%;
    position: absolute;
    top: 90px;
    left: -52px;
    height: 25px;
    width: 25px;
    transition: 0.8s;
    border-radius: 250px;
  }
  .owl-prev:hover {
    background-color: #8e99a8;
  }
  .owl-next {
    -webkit-mask-image: url("assets/dist/img/slider_dre.svg");
    mask-image: url("assets/dist/img/slider_dre.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: #4e4e56;
    background-size: 100%;
    position: absolute;
    top: 90px;
    right: -52px;
    height: 25px;
    width: 25px;
    transition: 0.8s;
    border-radius: 250px;
  }
  .owl-next:hover {
    background-color: #8e99a8;
  }
}

@media screen and (min-width: 1024px) {
  .items-container-gallery {
    position: relative;
    min-height: 635px;
  }
  .items-container-gallery::after {
    background-color: #fffaf4;
    content: " ";
    position: absolute;
    height: 330px;
    width: 100%;
    z-index: 0;
    bottom: 0;
    left: 0;
  }
  .background-gallery {
    background-color: #f3eadf;
    width: 100%;
    height: 75%;
    top: 15%;
    display: inline-block;
    left: 0;
    position: absolute;
  }
}

.items-gallery {
  position: relative;
  z-index: 1;
}

.items-gallery .ls-video {
  position: relative;
  padding-bottom: 67.4%;
}

.items-gallery .ls-video iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  left: 0;
}

.traject-card-container-image {
  height: 80px;
}

.traject-card-container-image img {
  max-height: 80px;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.line {
  height: 1px;
  background-color: #fffaf4;
  width: 100%;
  border: none;
}

.is-centered {
  text-align: center;
}

.is-bold {
  font-weight: bold !important;
}

.is-full-width {
  width: 100%;
}

.is-uppercase {
  text-transform: uppercase;
}

.pt-small {
  padding-top: 32.5px;
}

.pb-small {
  padding-bottom: 32.5px;
}

.pb {
  padding-bottom: 65px;
}

.pb-2 {
  padding-bottom: 130px;
}

.pb-3 {
  padding-bottom: 195px;
}

.pt-2 {
  padding-top: 130px;
}

.pt {
  padding-top: 65px;
}

.mt {
  margin-top: 65px;
}

.mt-small {
  margin-top: 32.5px;
}

.mb {
  margin-bottom: 65px;
}

.mb-small {
  margin-bottom: 10px;
}

.bb {
  border-bottom: solid 1px #4e4e56;
}

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

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

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

.block {
  display: block;
}

.v-align-middle {
  vertical-align: middle;
}

.mx-w850 {
  max-width: 850px;
  margin: 0 auto;
}

.is-text-no-decoration {
  text-decoration: none;
}

.is-text-orange {
  color: #f1ab62;
}

.is-text-grey {
  color: #4e4e56;
}

.is-text-blue-dark {
  color: #8e99a8;
}

.is-bcg-grey {
  background-color: #f3eadf;
}

@media (max-width: 1024px) {
  .pb {
    padding-bottom: 32.5px;
  }
  .pb-2 {
    padding-bottom: 65px;
  }
  .pb-3 {
    padding-bottom: 97.5px;
  }
  .pt-2 {
    padding-top: 65px;
  }
  .pt {
    padding-top: 32.5px;
  }
}

.bounce {
  animation-name: bounce;
  animation-timing-function: ease;
  animation-duration: 2s;
  display: inline-block;
}

.bounce:hover {
  animation-iteration-count: infinite;
  transform-origin: bottom;
}

@keyframes bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateY(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateY(-10px);
  }
  50% {
    transform: scale(1.05, 0.95) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(-7px);
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}

/*--------------------------------------------------------------
# ZZ-icons
--------------------------------------------------------------*/
@font-face {
  font-family: "zz";
  src: url("assets/src/fonts/zz.eot?17qvpo");
  src: url("assets/src/fonts/zz.eot?17qvpo#iefix") format("embedded-opentype"), url("assets/src/fonts/zz.ttf?17qvpo") format("truetype"), url("assets/src/fonts/zz.woff?17qvpo") format("woff"), url("assets/src/fonts/zz.svg?17qvpo#zz") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "zz" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-companyiazz:before {
  content: "";
  color: #4e4e56;
}

.icon-facebook:before {
  content: "";
  color: #4d6c76;
}

.icon-facebook_footer:before {
  content: "";
  color: #a69c90;
}

.icon-fletxa:before {
  content: "";
  color: #8e99a8;
}

.icon-furgozz .path1:before {
  content: "";
  color: #b8aea2;
}

.icon-furgozz .path2:before {
  content: "";
  margin-left: -1.5em;
  color: #b8aea2;
}

.icon-furgozz .path3:before {
  content: "";
  margin-left: -1.5em;
  color: #4e4e56;
}

.icon-gallina:before {
  content: "";
  color: #4e4e56;
}

.icon-instagram:before {
  content: "";
  color: #8e99a8;
}

.icon-instagram_footer:before {
  content: "";
  color: #a69c90;
}

.icon-logo:before {
  content: "";
  color: #fffaf4;
}

.icon-play .path1:before {
  content: "";
  color: black;
  opacity: 0.78;
}

.icon-play .path2:before {
  content: "";
  margin-left: -1.431640625em;
  color: white;
}

.icon-slider_dre:before {
  content: "";
  color: #4e4e56;
}

.icon-slider_esq:before {
  content: "";
  color: #4e4e56;
}

.icon-twitter:before {
  content: "";
  color: #8e99a8;
}

.icon-twitter_footer:before {
  content: "";
  color: #a69c90;
}

@font-face {
  font-family: "social";
  src: url("assets/src/fonts/social.eot?q8sam2");
  src: url("assets/src/fonts/social.eot?q8sam2#iefix") format("embedded-opentype"), url("assets/src/fonts/social.ttf?q8sam2") format("truetype"), url("assets/src/fonts/social.woff?q8sam2") format("woff"), url("assets/src/fonts/social.svg?q8sam2#social") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="social-"],
[class*=" social-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "social" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.social-email .path1:before {
  content: "";
  color: #4867a9;
}

.social-email .path2:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.social-Facebook:before {
  content: "";
  color: #43619c;
}

.social-twitter .path1:before {
  content: "";
  color: #48b9ec;
}

.social-twitter .path2:before {
  content: "";
  margin-left: -1.02734375em;
  color: white;
}

/*# sourceMappingURL=style.css.map */



