@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Playfair+Display|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
*,
*:focus,
*:hover {
  outline: none;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

body {
  min-width: 320px;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: inherit;
  text-decoration: none;
}

.hidden {
  visibility: hidden;
}

/** {
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);

}*/
span {
  color: inherit;
  text-decoration: none;
}

img.svg-convert {
  max-height: 280px;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* button */
::-webkit-scrollbar-button {
  background: #c0917d;
  height: 0;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #333;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #666;
}

/* Track */
::-webkit-scrollbar-track {
  background: #c0917d;
}

/* The track NOT covered by the handle.
::-webkit-scrollbar-track-piece {
background: #000;
}

/* Corner */
::-webkit-scrollbar-corner {
  background: #999;
}

/* Resizer */
::-webkit-resizer {
  background: #111;
}

.feeds-container {
  /* button */
  /* Handle */
  /* Handle on hover */
  /* Track */
  /* The track NOT covered by the handle.
  ::-webkit-scrollbar-track-piece {
  background: #000;
  }

  /* Corner */
  /* Resizer */
}
.feeds-container ::-webkit-scrollbar {
  width: 5px;
}
.feeds-container ::-webkit-scrollbar-button {
  background: #c0917d;
  height: 0;
}
.feeds-container ::-webkit-scrollbar-thumb {
  background: #c0917d;
}
.feeds-container ::-webkit-scrollbar-thumb:hover {
  background: #666;
}
.feeds-container ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}
.feeds-container ::-webkit-scrollbar-corner {
  background: #999;
}
.feeds-container ::-webkit-resizer {
  background: #111;
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
ul,
p {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.plyr input[type=range]:focus, .plyr:focus {
  outline: 0;
}

.plyr .plyr__video-embed iframe, .plyr__tooltip {
  pointer-events: none;
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}
.plyr {
  position: relative;
  max-width: 100%;
  min-width: 200px;
  font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  direction: ltr;
}

.plyr, .plyr *, .plyr ::after, .plyr ::before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.plyr a, .plyr button, .plyr input, .plyr label {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.plyr audio, .plyr video {
  width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: inherit;
}

.plyr input[type=range] {
  display: block;
  height: 20px;
  width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: none;
  background: 0 0;
}

.plyr input[type=range]::-webkit-slider-runnable-track {
  height: 8px;
  background: 0 0;
  border: 0;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.plyr input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -4px;
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  -moz-transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease;
  -o-transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease;
  -webkit-transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.plyr input[type=range]::-moz-range-track {
  height: 8px;
  background: 0 0;
  border: 0;
  border-radius: 4px;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.plyr input[type=range]::-moz-range-thumb {
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  -moz-transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease;
  -o-transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease;
  -webkit-transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.plyr input[type=range]::-ms-track {
  height: 8px;
  background: 0 0;
  border: 0;
  color: transparent;
}

.plyr input[type=range]::-ms-fill-upper {
  height: 8px;
  background: 0 0;
  border: 0;
  border-radius: 4px;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.plyr input[type=range]::-ms-fill-lower {
  height: 8px;
  border: 0;
  border-radius: 4px;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  background: #c0917d;
}

.plyr input[type=range]::-ms-thumb {
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  -moz-transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease;
  -o-transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease;
  -webkit-transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0;
}

.plyr input[type=range]::-ms-tooltip {
  display: none;
}

.plyr input[type=range]::-moz-focus-outer {
  border: 0;
}

.plyr input[type=range].tab-focus:focus {
  outline-offset: 3px;
}

.plyr input[type=range]:active::-webkit-slider-thumb {
  background: #c0917d;
  border-color: #fff;
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

.plyr input[type=range]:active::-moz-range-thumb {
  background: #c0917d;
  border-color: #fff;
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

.plyr input[type=range]:active::-ms-thumb {
  background: #c0917d;
  border-color: #fff;
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

.plyr--video input[type=range].tab-focus:focus {
  outline: rgba(255, 255, 255, 0.5) dotted 1px;
}

.plyr--audio input[type=range].tab-focus:focus {
  outline: rgba(86, 93, 100, 0.5) dotted 1px;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute !important;
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
}

.plyr__video-wrapper {
  position: relative;
  background: #000;
  border-radius: inherit;
}

.plyr__video-embed {
  padding-bottom: 56.25%;
  height: 0;
  border-radius: inherit;
  overflow: hidden;
  z-index: 0;
}

.plyr__video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.plyr__video-embed > div {
  position: relative;
  padding-bottom: 200%;
  -moz-transform: translateY(-35.95%);
  -ms-transform: translateY(-35.95%);
  -o-transform: translateY(-35.95%);
  -webkit-transform: translateY(-35.95%);
  transform: translateY(-35.95%);
}

.plyr video::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
}

.plyr__captions span {
  border-radius: 2px;
  padding: 3px 10px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 150%;
}

.plyr__captions span:empty {
  display: none;
}

@media (min-width: 768px) {
  .plyr__captions {
    font-size: 24px;
  }
}
.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr--hide-controls .plyr__captions {
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}

@media (min-width: 1024px) {
  .plyr--fullscreen-active .plyr__captions {
    font-size: 32px;
  }
}
.plyr ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  text-align: center;
}

.plyr__controls .plyr__progress, .plyr__controls .plyr__time, .plyr__controls > button {
  margin-left: 5px;
}

.plyr__controls .plyr__progress:first-child, .plyr__controls .plyr__time:first-child, .plyr__controls > button:first-child {
  margin-left: 0;
}

.plyr__controls .plyr__volume {
  margin-left: 5px;
}

.plyr__controls [data-plyr=pause] {
  margin-left: 0;
}

.plyr__controls button {
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: visible;
  vertical-align: middle;
  padding: 7px;
  border: 0;
  background: 0 0;
  border-radius: 3px;
  cursor: pointer;
  -moz-transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease;
  -webkit-transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease;
  color: inherit;
}

.plyr__controls button svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
}

.plyr__controls button:focus {
  outline: 0;
}

.plyr__controls .icon--captions-on, .plyr__controls .icon--exit-fullscreen, .plyr__controls .icon--muted {
  display: none;
}

@media (min-width: 480px) {
  .plyr__controls .plyr__progress, .plyr__controls .plyr__time, .plyr__controls > button {
    margin-left: 10px;
  }
}
.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
}

.plyr--video .plyr__controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 0px 10px 10px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  color: #fff;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.plyr--video .plyr__controls button.tab-focus:focus, .plyr--video .plyr__controls button:hover {
  background: #c0917d;
  color: #fff;
}

.plyr--audio .plyr__controls {
  padding: 10px;
  border-radius: inherit;
  background: #fff;
  border: 1px solid #dbe3e8;
  color: #565D64;
}

.plyr--audio .plyr__controls button.tab-focus:focus, .plyr--audio .plyr__controls button:hover, .plyr__play-large {
  background: #c0917d;
  color: #fff;
}

.plyr__play-large {
  display: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 10px;
  border: 4px solid currentColor;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.plyr__play-large svg {
  position: relative;
  left: 2px;
  width: 20px;
  height: 20px;
  display: block;
  fill: currentColor;
}

.plyr__play-large:focus {
  outline: rgba(255, 255, 255, 0.5) dotted 1px;
}

.plyr .plyr__play-large {
  display: inline-block;
}

.plyr--audio .plyr__play-large, .plyr--playing .plyr__controls [data-plyr=play], .plyr__controls [data-plyr=pause] {
  display: none;
}

.plyr--playing .plyr__play-large {
  opacity: 0;
  visibility: hidden;
}

.plyr--playing .plyr__controls [data-plyr=pause] {
  display: inline-block;
}

.plyr--captions-active .plyr__controls .icon--captions-on, .plyr--fullscreen-active .icon--exit-fullscreen, .plyr--muted .plyr__controls .icon--muted {
  display: block;
}

.plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr--captions-active .plyr__controls .icon--captions-on + svg, .plyr--fullscreen-active .icon--exit-fullscreen + svg, .plyr--muted .plyr__controls .icon--muted + svg {
  display: none;
}

.plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen] {
  display: inline-block;
}

.plyr__tooltip {
  position: absolute;
  z-index: 2;
  bottom: 100%;
  margin-bottom: 10px;
  padding: 5px 7.5px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  -moz-transform: translate(-50%, 10px) scale(0.8);
  -ms-transform: translate(-50%, 10px) scale(0.8);
  -o-transform: translate(-50%, 10px) scale(0.8);
  -webkit-transform: translate(-50%, 10px) scale(0.8);
  transform: translate(-50%, 10px) scale(0.8);
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -moz-transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  -o-transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  -webkit-transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
}

.plyr__tooltip::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -4px;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(0, 0, 0, 0.7);
  border-left: 4px solid transparent;
  z-index: 2;
}

.plyr button.tab-focus:focus .plyr__tooltip, .plyr button:hover .plyr__tooltip, .plyr__tooltip--visible {
  opacity: 1;
  -moz-transform: translate(-50%, 0) scale(1);
  -ms-transform: translate(-50%, 0) scale(1);
  -o-transform: translate(-50%, 0) scale(1);
  -webkit-transform: translate(-50%, 0) scale(1);
  transform: translate(-50%, 0) scale(1);
}

.plyr button:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls button:first-child .plyr__tooltip {
  left: 0;
  -moz-transform: translate(0, 10px) scale(0.8);
  -ms-transform: translate(0, 10px) scale(0.8);
  -o-transform: translate(0, 10px) scale(0.8);
  -webkit-transform: translate(0, 10px) scale(0.8);
  transform: translate(0, 10px) scale(0.8);
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.plyr__controls button:first-child .plyr__tooltip::before {
  left: 16px;
}

.plyr__controls button:last-child .plyr__tooltip {
  right: 0;
  -moz-transform: translate(0, 10px) scale(0.8);
  -ms-transform: translate(0, 10px) scale(0.8);
  -o-transform: translate(0, 10px) scale(0.8);
  -webkit-transform: translate(0, 10px) scale(0.8);
  transform: translate(0, 10px) scale(0.8);
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.plyr__controls button:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.plyr__controls button:first-child .plyr__tooltip--visible, .plyr__controls button:first-child.tab-focus:focus .plyr__tooltip, .plyr__controls button:first-child:hover .plyr__tooltip, .plyr__controls button:last-child .plyr__tooltip--visible, .plyr__controls button:last-child.tab-focus:focus .plyr__tooltip, .plyr__controls button:last-child:hover .plyr__tooltip {
  -moz-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  -o-transform: translate(0, 0) scale(1);
  -webkit-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}

.plyr__progress {
  position: relative;
  display: none;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}

.plyr__progress input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
}

.plyr__progress input[type=range]::-moz-range-track {
  background: 0 0;
}

.plyr__progress input[type=range]::-ms-fill-upper {
  background: 0 0;
}

.plyr__progress .plyr__tooltip {
  left: 0;
}

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

.plyr__progress--buffer, .plyr__progress--played, .plyr__volume--display {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 8px;
  margin: -4px 0 0;
  padding: 0;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 100px;
}

.plyr__progress--buffer::-webkit-progress-bar, .plyr__progress--played::-webkit-progress-bar, .plyr__volume--display::-webkit-progress-bar {
  background: 0 0;
}

.plyr__progress--buffer::-webkit-progress-value, .plyr__progress--played::-webkit-progress-value, .plyr__volume--display::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 8px;
}

.plyr__progress--buffer::-moz-progress-bar, .plyr__progress--played::-moz-progress-bar, .plyr__volume--display::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 8px;
}

.plyr__progress--buffer::-ms-fill, .plyr__progress--played::-ms-fill, .plyr__volume--display::-ms-fill {
  border-radius: 100px;
}

.plyr__progress--played, .plyr__volume--display {
  z-index: 1;
  color: #c0917d;
  background: 0 0;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

.plyr__progress--played::-webkit-progress-value, .plyr__volume--display::-webkit-progress-value {
  min-width: 8px;
  max-width: 99%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

.plyr__progress--played::-moz-progress-bar, .plyr__volume--display::-moz-progress-bar {
  min-width: 8px;
  max-width: 99%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

.plyr__progress--played::-ms-fill, .plyr__volume--display::-ms-fill {
  display: none;
}

.plyr__progress--buffer::-webkit-progress-value {
  -moz-transition: width 0.2s ease;
  -o-transition: width 0.2s ease;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress--buffer::-moz-progress-bar {
  -moz-transition: width 0.2s ease;
  -o-transition: width 0.2s ease;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress--buffer::-ms-fill {
  -moz-transition: width 0.2s ease;
  -o-transition: width 0.2s ease;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--video .plyr__progress--buffer, .plyr--video .plyr__volume--display {
  background: rgba(255, 255, 255, 0.25);
}

.plyr--video .plyr__progress--buffer {
  color: rgba(255, 255, 255, 0.25);
}

.plyr--audio .plyr__progress--buffer, .plyr--audio .plyr__volume--display {
  background: rgba(198, 214, 219, 0.66);
}

.plyr--audio .plyr__progress--buffer {
  color: rgba(198, 214, 219, 0.66);
}

.plyr--loading .plyr__progress--buffer {
  -moz-animation: plyr-progress 1s linear infinite;
  -o-animation: plyr-progress 1s linear infinite;
  -webkit-animation: plyr-progress 1s linear infinite;
  animation: plyr-progress 1s linear infinite;
  background-size: 25px 25px;
  background-repeat: repeat-x;
  background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent);
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress--buffer {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--audio.plyr--loading .plyr__progress--buffer {
  background-color: rgba(198, 214, 219, 0.66);
}

.plyr__time {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

.plyr__time + .plyr__time {
  display: none;
}

@media (min-width: 768px) {
  .plyr__time + .plyr__time {
    display: inline-block;
  }
}
.plyr__time + .plyr__time::before {
  content: "⁄";
  margin-right: 10px;
}

.plyr__volume {
  display: none;
}

.plyr .plyr__volume {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  position: relative;
}

.plyr .plyr__volume input[type=range] {
  position: relative;
  z-index: 2;
}

@media (min-width: 480px) {
  .plyr .plyr__volume {
    display: block;
    max-width: 60px;
  }
}
@media (min-width: 768px) {
  .plyr .plyr__volume {
    max-width: 100px;
  }
}
.plyr--is-ios .plyr__volume, .plyr--is-ios [data-plyr=mute] {
  display: none !important;
}

.plyr--fullscreen-active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 10000000;
  background: #000;
  border-radius: 0 !important;
}

.plyr--fullscreen-active video {
  height: 100%;
}

.plyr--fullscreen-active .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

.plyr--fullscreen-active .plyr__video-embed {
  overflow: visible;
}

.plyr--fullscreen-active .plyr__controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home-header {
  height: 160px;
  width: 100%;
  transition: height 0.3s ease-in-out;
  -webkit-transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out;
  -ms-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
}

.home .separator {
  text-align: center;
  padding: 0 40px;
  height: 0px;
  z-index: 1;
  position: relative;
}
.home .separator svg {
  width: 34px;
  transform: translateY(-50%);
}
.home .highlight {
  background-size: 1440px !important;
  position: relative;
}
.home .highlight .info {
  max-width: 1120px;
  padding: 320px 40px 240px;
  margin: 0 auto;
}
.home .highlight .info h1 {
  font-size: 62px;
  line-height: 73px;
  text-align: center;
  color: white;
  font-family: "Raleway", sans-serif;
  font-weight: 400 !important;
  font-style: normal !important;
}
.home .highlight .info p {
  padding: 15px 0px 0;
  font-size: 22px;
  line-height: 25px;
  text-align: center;
  color: white;
  font-family: "Raleway", sans-serif;
  font-weight: 300 !important;
  font-style: normal !important;
  max-width: 800px;
  margin: 0 auto;
}
.home .highlight .info p:first-of-type {
  padding-top: 80px;
}
.home .highlight .links {
  margin: 0 auto 0px;
  padding-top: 75px;
  text-align: center;
  font-size: 0;
}
.home .highlight .links li {
  margin-right: -10px;
  display: inline-block;
  vertical-align: middle;
}
.home .highlight .links li:last-child {
  margin-right: 0;
}
.home .highlight .links li a {
  background: white;
  text-decoration: none;
  display: block;
  height: 75px;
  width: 75px;
  border-radius: 50%;
}
.home .highlight .links li a img {
  display: inline-block;
  transform: translateY(-50%);
  top: 50%;
  position: relative;
  max-width: 68%;
  filter: grayscale(100%);
  transition: filter 0.3s ease-in-out;
}
.home .highlight .links li a img.zero {
  top: calc(50% + 5px);
}
.home .highlight .links li a:hover img {
  filter: grayscale(0%);
}
.home .highlight.main {
  background: url("../img/home/main-highlight.png") no-repeat top center;
}
.home .highlight.main .info {
  padding: 350px 40px 100px;
}
.home .highlight.main h1 {
  color: #332b26;
  font-family: "Raleway", sans-serif;
  font-weight: 600 !important;
  font-style: normal !important;
}
.home .highlight.highlight-1 {
  background: url("../img/home/highlight-1.jpg") no-repeat center;
}
.home .highlight.highlight-2 {
  background: url("../img/home/highlight-2.jpg") no-repeat center;
}
.home .description {
  max-width: 1120px;
  padding: 100px 40px;
  margin: 0 auto;
  position: relative;
  font-size: 0;
}
.home .description > img {
  display: inline-block;
  vertical-align: middle;
  width: calc(50% - 40px);
}
.home .description > img.mobile {
  display: none;
}
.home .description .factory-sections-slide {
  display: inline-block;
  vertical-align: middle;
  width: calc(50% - 40px);
  position: relative;
}
.home .description .factory-sections-slide .slider li {
  width: 100%;
  float: left;
  position: relative;
}
.home .description .factory-sections-slide .slider li img {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.home .description .factory-sections-slide .frame {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
}
.home .description .info {
  width: calc(50% - 40px);
  display: inline-block;
  vertical-align: middle;
}
.home .description .info .canvas-container {
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0 auto -35px;
}
.home .description .info .canvas-container span {
  display: block;
  position: absolute;
  top: 180px;
  left: 80%;
  font-size: 30px;
  color: black;
  font-family: "Raleway", sans-serif;
  font-weight: 700 !important;
  font-style: normal !important;
}
.home .description .info .logotipo {
  font-size: 42px;
  line-height: 45px;
  color: #c0917d;
  font-family: "Raleway", sans-serif;
  font-weight: 300 !important;
  font-style: normal !important;
  padding-bottom: 25px;
  width: 200px;
}
.home .description .info p {
  padding: 15px 0px 0;
  font-size: 22px;
  line-height: 25px;
  color: #c0917d;
  font-family: "Raleway", sans-serif;
  font-weight: 300 !important;
  font-style: normal !important;
}
.home .description.right > img,
.home .description.right .factory-sections-slide {
  margin-right: 40px;
}
.home .description.right .info {
  text-align: left;
  margin-left: 40px;
}
.home .description.left > img,
.home .description.left .factory-sections-slide {
  margin-left: 40px;
}
.home .description.left .info {
  text-align: right;
  margin-right: 40px;
}
.home .description:last-child {
  padding-bottom: 80px;
}
.home .quotes {
  max-width: 1120px;
  padding: 80px 40px 80px;
  margin: 0 auto;
  position: relative;
  font-size: 0;
  text-align: center;
}
.home .quotes.wide p {
  max-width: none;
}
.home .quotes:first-child {
  padding-top: 0;
}
.home .quotes p {
  margin: 0 auto;
  padding: 15px 0px 0;
  font-size: 22px;
  line-height: 25px;
  color: #c0917d;
  font-family: "Raleway", sans-serif;
  font-weight: 300 !important;
  font-style: normal !important;
  max-width: 800px;
}

@media only screen and (max-width: 1120px) {
  .home-header {
    height: 100px;
  }
  .home .highlight {
    background-size: 1120px !important;
  }
  .home .highlight .info {
    padding: 270px 40px 200px;
  }
  .home .highlight.main .info {
    padding: 300px 40px 100px;
  }
  .home .separator svg {
    width: 24px;
  }
  .home .description {
    padding: 50px 40px;
  }
  .home .description .info .canvas-container {
    display: block;
  }
}
@media only screen and (max-width: 800px) {
  .home-header {
    height: 70px;
  }
  .home .highlight .info {
    padding: 170px 20px 160px;
  }
  .home .highlight .info h1 {
    font-size: 50px;
    line-height: 53px;
  }
  .home .highlight .links {
    padding-top: 50px;
  }
  .home .highlight .links li a img {
    filter: grayscale(0%);
  }
  .home .highlight.main .info {
    padding: 225px 20px 75px;
  }
  .home .separator {
    padding: 0 20px;
  }
  .home .separator svg {
    width: 18px;
  }
  .home .description {
    padding: 50px 20px 110px;
    text-align: center;
  }
  .home .description > img {
    width: 100%;
    display: block;
    margin: 0 !important;
    margin: 40px auto !important;
    max-width: 320px;
  }
  .home .description .factory-sections-slide {
    width: 100%;
    display: block;
    margin: 0 !important;
    margin: 40px auto !important;
  }
  .home .description .factory-sections-slide img {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
  }
  .home .description .info {
    margin: 0 !important;
    width: 100%;
    text-align: center !important;
  }
  .home .description .info .canvas-container {
    margin: -20px auto -35px;
  }
  .home .description.left > img {
    display: none;
  }
  .home .description.left > img.mobile {
    display: block;
  }
  .home .quotes {
    padding: 80px 20px 80px;
  }
}
@media only screen and (max-width: 480px) {
  .home .highlight {
    background-size: 800px !important;
  }
  .home .highlight .info {
    padding: 120px 10px 100px;
  }
  .home .highlight .info h1 {
    font-size: 35px;
    line-height: 37px;
  }
  .home .highlight .info p:first-of-type {
    padding-top: 40px;
  }
  .home .highlight .links {
    display: none;
    padding-top: 25px;
  }
  .home .highlight.main .info {
    padding: 250px 40px 50px;
  }
  .home .separator {
    padding: 0 10px;
  }
  .home .separator svg {
    width: 14px;
  }
  .home .description {
    padding: 50px 10px 95px;
  }
  .home .description .info .canvas-container {
    margin: -40px auto -35px;
  }
  .home .description .info .canvas-container span {
    top: 185px;
    font-size: 25px;
  }
  .home .description .info .logotipo {
    max-width: 150px;
  }
  .home .description:last-child {
    padding-bottom: 40px;
  }
  .home .quotes {
    padding: 80px 10px 40px;
  }
}
.modal {
  padding: 40px;
  height: 100%;
  width: 100%;
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  z-index: 3;
  display: none;
  top: -150%;
  overflow: hidden;
  -moz-transition: top 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out;
  -webkit-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
  min-height: 568px;
  /*left: 50%;
  transform: translateX(-50%);*/
}
.modal .close {
  height: 50px;
  width: 50px;
  border: 3px solid rgba(192, 145, 125, 0.8196078431);
  border-radius: 50%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
  cursor: pointer;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 40px;
  background: white;
}
.modal .close .bar {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.modal .close .bar:nth-child(1) {
  height: 3px;
  width: 20px;
  background: #c0917c;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.modal .close .bar:nth-child(2) {
  height: 3px;
  width: 20px;
  background: #c0917c;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.modal .close:hover {
  background: #c0917c;
  border: 3px solid #c0917c;
}
.modal .close:hover .bar {
  background: white;
  -moz-transform: translateX(-50%) translateY(-50%) rotate(0deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(0deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(0deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
}
.modal .content {
  max-width: 1280px;
}
.modal.form-terms .content {
  position: relative;
  margin: 0 auto;
  height: calc(100% - 130px);
}
.modal.form-terms .content h2 {
  display: block;
  font-size: 22px;
  line-height: 25px;
  text-align: left;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-weight: 400 !important;
  font-style: normal !important;
  margin-bottom: 30px;
}
.modal.form-terms .content .scroll {
  height: 100%;
  overflow: auto;
  padding-right: 10px;
}
.modal.form-terms .content li {
  font-size: 22px;
  line-height: 25px;
  text-align: left;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-weight: 300 !important;
  font-style: normal !important;
  position: relative;
  margin-bottom: 15px;
}
.modal.form-terms .content a {
  color: #c0917c;
}
.modal.main-terms .content {
  position: relative;
  margin: 0 auto;
  height: calc(100% - 130px);
}
.modal.main-terms .content h2,
.modal.main-terms .content p {
  display: block;
  font-size: 22px;
  line-height: 25px;
  text-align: left;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-weight: 400 !important;
  font-style: normal !important;
  margin-bottom: 30px;
}
.modal.main-terms .content th,
.modal.main-terms .content td {
  display: block;
  font-size: 22px;
  line-height: 25px;
  text-align: left;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-weight: 400 !important;
  font-style: normal !important;
  margin-bottom: 15px;
}
.modal.main-terms .content .scroll {
  height: 100%;
  overflow: auto;
  padding-right: 10px;
}
.modal.main-terms .content li {
  font-size: 22px;
  line-height: 25px;
  text-align: left;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-weight: 300 !important;
  font-style: normal !important;
  position: relative;
  margin-bottom: 15px;
}
.modal.main-terms .content li:first-child {
  font-weight: bold !important;
}
.modal.main-terms .content ul {
  margin: 30px 0;
}
.modal.main-terms .content table {
  margin-top: 30px;
}
.modal.main-terms .content table tr th,
.modal.main-terms .content table tr td {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.modal.main-terms .content table tr th:first-child,
.modal.main-terms .content table tr td:first-child {
  padding-right: 10px;
}
.modal.main-terms .content table tr th:nth-child(2),
.modal.main-terms .content table tr td:nth-child(2) {
  padding-left: 10px;
}
.modal.interview-detail {
  background: rgb(255, 255, 255);
}
.modal.interview-detail .content {
  position: relative;
  margin: 0 auto;
  height: calc(100% - 130px);
  max-width: 1440px;
}
.modal.interview-detail .content h2 {
  display: block;
  font-size: 22px;
  line-height: 25px;
  text-align: left;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-weight: 400 !important;
  font-style: normal !important;
  margin-bottom: 30px;
}
.modal.interview-detail .content .scroll {
  height: 100%;
  overflow: auto;
  padding-right: 10px;
}
.modal.interview-detail .content img {
  max-width: 100%;
  margin-bottom: 30px;
  display: block;
}
.modal.interview-detail .content h3,
.modal.interview-detail .content p {
  font-size: 22px;
  line-height: 25px;
  text-align: left;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-weight: 300 !important;
  font-style: normal !important;
  position: relative;
  margin-bottom: 15px;
}
.modal.interview-detail .content h3 {
  font-weight: bold !important;
}
.modal.interview-detail .content a {
  color: #c0917c;
}
.modal.preloader {
  top: 0;
  display: block;
}

@media only screen and (max-width: 1120px) {
  .modal.form-terms .content, .modal.main-terms .content {
    max-width: 720px;
  }
}
@media only screen and (max-width: 800px) {
  .modal {
    padding: 20px;
  }
  .modal .close {
    height: 40px;
    width: 40px;
    margin-bottom: 20px;
    border: 2px solid rgba(192, 145, 125, 0.8196078431);
  }
  .modal .close .bar {
    width: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .modal {
    min-height: 420px;
    padding: 10px;
  }
}
.shadow-1 {
  -webkit-box-shadow: -10px 10px 25px -4px rgb(178, 178, 178);
  -moz-box-shadow: -10px 10px 25px -4px rgb(178, 178, 178);
  box-shadow: -10px 10px 25px -4px rgb(178, 178, 178);
}

.history-header {
  height: 130px;
  width: 100%;
  transition: height 0.3s ease-in-out;
  -webkit-transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out;
  -ms-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
}

.paper_efect {
  width: 100%;
  max-width: 1440px;
}

.history {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0px 0px 0px;
}
.history .description .info {
  max-width: 1120px;
  padding: 100px 40px 100px;
  margin: 0 auto;
}
.history .description .info h1 {
  font-size: 70px;
  line-height: 73px;
  text-align: left;
  color: #c0917d;
  font-family: "Raleway", sans-serif;
  font-weight: 400 !important;
  font-style: normal !important;
}
.history .description .info p {
  font-size: 22px;
  line-height: 25px;
  text-align: left;
  color: #c0917d;
  font-family: "Raleway", sans-serif;
  font-weight: 300 !important;
  font-style: normal !important;
}
.history .description .info p:first-of-type {
  padding-top: 80px;
}
.history .separator {
  text-align: center;
  padding: 0 40px;
  height: 0px;
  z-index: 1;
  position: relative;
}
.history .separator svg {
  width: 34px;
  transform: translateY(-50%);
}
.history .decade {
  max-width: 1120px;
  padding: 80px 40px;
  margin: 0 auto;
  position: relative;
  font-size: 0;
}
.history .decade img {
  display: inline-block;
  vertical-align: middle;
  width: calc(50% - 40px);
}
.history .decade img.mobile {
  display: none;
}
.history .decade .info {
  width: calc(50% - 40px);
  display: inline-block;
  vertical-align: middle;
}
.history .decade .info img {
  width: 100%;
  margin: 15px 0;
}
.history .decade .info img.half-size {
  width: 50%;
}
.history .decade .info img.no-margin {
  margin: 0;
}
.history .decade .info p {
  padding: 7px 0px 25px;
  font-size: 22px;
  line-height: 25px;
  color: #c0917d;
  font-family: "Raleway", sans-serif;
  font-weight: 300 !important;
  font-style: normal !important;
}
.history .decade .time-line {
  position: absolute;
  height: 100%;
  width: 5px;
  top: 0;
  left: 50%;
  background: #c0917c;
  transform: translateX(-50%);
}
.history .decade .time-line.dot::after {
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  top: 40px;
  left: 50%;
  border-radius: 50%;
  background: #c0917c;
  transform: translateX(-50%);
}
.history .decade .year {
  position: absolute;
  display: block;
  color: #c0917c;
  width: auto;
  font-size: 55px;
  top: 0px;
  font-family: "Playfair Display", serif;
  font-weight: 400 !important;
  font-style: normal !important;
}
.history .decade .year.bigger {
  top: -85px;
  font-size: 150px;
  line-height: 150px;
}
.history .decade.right .year {
  left: 40px;
  right: initial;
}
.history .decade.right > img {
  margin-right: 40px;
}
.history .decade.right > img.half-size {
  width: calc(25% - 20px);
}
.history .decade.right > img.no-margin {
  margin: 0;
}
.history .decade.right .info {
  text-align: left;
  margin-left: 40px;
}
.history .decade.left .year {
  right: 40px;
  left: initial;
}
.history .decade.left > img {
  margin-left: 40px;
}
.history .decade.left > img.half-size {
  width: calc(25% - 20px);
}
.history .decade.left > img.no-margin {
  margin: 0;
}
.history .decade.left .info {
  text-align: right;
  margin-right: 40px;
}
.history .decade:nth-child(1) .year {
  top: 0;
}
.history .decade:nth-child(1) .time-line {
  top: 40px;
}
.history .decade:nth-child(1) .time-line.dot::after {
  top: 0px;
}
.history .decade:last-child {
  padding-bottom: 80px;
}

@media only screen and (max-width: 1120px) {
  .history-header {
    height: 70px;
  }
  .history .strip {
    background: url(../img/timeline/strip1.svg) no-repeat right top/100%;
    height: 100%;
    width: 100%;
    position: fixed;
    right: 0;
    top: 0px;
    opacity: 0.2;
  }
  .history .description .info {
    padding: 100px 40px 100px;
  }
  .history .description .info p:first-of-type {
    padding-top: 60px;
  }
  .history .separator svg {
    width: 24px;
  }
}
@media only screen and (max-width: 800px) {
  .history .strip {
    background: url(../img/timeline/strip1.svg) right top/100%;
    height: 100%;
    width: 100%;
    position: fixed;
    right: 0;
    top: 0px;
    opacity: 0.2;
  }
  .history .description .info {
    padding: 70px 20px 70px;
  }
  .history .description .info h1 {
    font-size: 50px;
    line-height: 53px;
  }
  .history .description .info p:first-of-type {
    padding-top: 40px;
  }
  .history .separator {
    padding: 0 20px;
  }
  .history .separator svg {
    width: 18px;
  }
  .history .decade {
    padding: 50px 20px 50px 40px;
    text-align: center;
  }
  .history .decade > img {
    width: 100%;
    display: block;
    margin: 0 !important;
    margin: 40px auto !important;
  }
  .history .decade .info {
    margin: 0 !important;
    width: 100%;
    text-align: left !important;
  }
  .history .decade .time-line {
    position: absolute;
    height: 100%;
    width: 5px;
    top: 0;
    left: 15px;
    background: #c0917c;
  }
  .history .decade .time-line.dot::after {
    content: "";
    top: 25px;
  }
  .history .decade .year {
    font-size: 40px;
  }
  .history .decade.right .year {
    left: 40px;
    right: initial;
  }
  .history .decade.right > img.half-size {
    width: 50%;
    display: inline-block;
  }
  .history .decade.left .year {
    left: 40px;
    right: initial;
  }
  .history .decade.left > img {
    display: none;
  }
  .history .decade.left > img.mobile {
    display: block;
  }
  .history .decade.left > img.mobile.half-size {
    display: inline-block;
  }
  .history .decade.left > img.half-size {
    width: 50%;
  }
  .history .decade:nth-child(1) .time-line {
    top: 25px;
  }
}
@media only screen and (max-width: 480px) {
  .history .description .info {
    padding: 120px 10px 100px;
  }
  .history .description .info h1 {
    font-size: 35px;
    line-height: 37px;
  }
  .history .description .info p:first-of-type {
    padding-top: 40px;
  }
  .history .separator {
    padding: 0 10px;
  }
  .history .separator svg {
    width: 14px;
  }
  .history .decade {
    padding: 50px 10px 50px 30px;
  }
  .history .decade .time-line.dot::after {
    content: "";
    top: 20px;
  }
  .history .decade .year {
    font-size: 35px;
  }
  .history .decade.right .year {
    left: 40px;
    right: initial;
  }
  .history .decade.left .year {
    left: 40px;
    right: initial;
  }
  .history .decade:last-child {
    padding-bottom: 40px;
  }
  .history .decade:nth-child(1) .time-line {
    top: 20px;
  }
}
.product-header {
  height: 240px;
  width: 100%;
  transition: height 0.3s ease-in-out;
  -webkit-transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out;
  -ms-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
}

.product .separator {
  text-align: center;
  padding: 0 40px;
  z-index: 1;
  position: relative;
}
.product .separator.no-height {
  height: 0;
}
.product .separator svg {
  width: 34px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.product .banner {
  max-width: 1440px;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.product .banner .image {
  width: 100%;
}
.product .highlight {
  max-width: 1440px;
  position: relative;
  margin: 0 auto;
}
.product .highlight.last-content {
  margin-bottom: 80px;
}
.product .highlight .highlight-slider {
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
}
.product .highlight .highlight-slider .slider > li {
  width: 100%;
  float: left;
  position: relative;
}
.product .highlight .highlight-slider .slider > li .brand {
  position: relative;
  left: 50%;
  width: calc(50% - 0px);
  padding: 0 40px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: -150px;
  z-index: 1;
}
.product .highlight .highlight-slider .slider > li .brand .logotipo {
  font-size: 42px;
  line-height: 45px;
  color: #c0917d;
  font-family: "Raleway", sans-serif;
  font-weight: 300 !important;
  font-style: normal !important;
  padding-bottom: 25px;
  width: 200px;
}
.product .highlight .highlight-slider .slider > li .brand p {
  padding: 15px 0px 0;
  font-size: 22px;
  line-height: 25px;
  color: #c0917d;
  font-family: "Raleway", sans-serif;
  font-weight: 300 !important;
  font-style: normal !important;
}
.product .highlight .highlight-slider .slider > li .brand .social {
  padding: 20px 0px 0;
}
.product .highlight .highlight-slider .slider > li .brand .social li {
  display: inline-block;
  margin-right: 10px;
}
.product .highlight .highlight-slider .slider > li .brand .social li:last-child {
  margin-right: 0px;
}
.product .highlight .highlight-slider .slider > li .brand .social li a:hover svg path {
  fill: #c0917c !important;
}
.product .highlight .highlight-slider .slider > li .brand .social li a svg {
  margin: 0 auto;
  height: 26px;
  position: relative;
  display: block;
}
.product .highlight .highlight-slider .slider > li .brand .social li a svg path {
  fill-rule: evenodd;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product .highlight .highlight-slider .slider > li .brand .social.fastio li a svg path {
  fill: #0088c0;
}
.product .highlight .highlight-slider .slider > li .brand .social.arieiro li a svg path {
  fill: #09542a;
}
.product .highlight .highlight-slider .slider > li .brand .social.frutol li a svg path {
  fill: #d50911;
}
.product .highlight .highlight-slider .slider > li .composition {
  position: relative;
}
.product .highlight .highlight-slider .slider > li .composition .wallpaper {
  width: 100%;
  display: block;
  transition: opacity 0.3s ease-in-out;
}
.product .highlight .highlight-slider .slider > li .composition .bottle {
  transition: left 0.3s ease-in-out, opacity 0.3s ease-in-out;
  position: absolute;
  bottom: 0px;
  left: 4%;
  max-width: 19%;
  display: block;
  z-index: 1;
}
.product .highlight .highlight-slider .pages {
  position: absolute;
  bottom: 0px;
  right: 0;
  padding: 0 40px;
  display: flex;
  justify-content: center;
  width: calc(50% - 0px);
  z-index: 1;
}
.product .highlight .highlight-slider .pages li {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  height: 200px;
  text-indent: -999999px;
  width: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
}
.product .highlight .highlight-slider .pages li:last-child {
  margin-right: 0;
}
.product .highlight .highlight-slider .pages.frutol li:nth-child(1) {
  background-image: url(../img/product/frutol/smallbottlelaranja.png);
}
.product .highlight .highlight-slider .pages.frutol li:nth-child(2) {
  background-image: url(../img/product/frutol/smallbottleananas.png);
}
.product .highlight .highlight-slider .pages.frutolzero li:nth-child(1) {
  background-image: url(../img/product/frutolzero/smallbottlelaranja.png);
}
.product .highlight .highlight-slider .pages.frutolzero li:nth-child(2) {
  background-image: url(../img/product/frutolzero/smallbottleananas.png);
}
.product .steps-container {
  padding: 0px 40px 80px;
  max-width: 1120px;
  margin: 0 auto;
}
.product .steps-container h1 {
  font-size: 70px;
  line-height: 73px;
  text-align: center;
  color: #c0917d;
  font-family: "Raleway", sans-serif;
  font-weight: 300 !important;
  font-style: normal !important;
  text-transform: uppercase;
}
.product .steps-container .steps {
  font-size: 0;
  text-align: center;
}
.product .steps-container .steps .controlers {
  margin-top: 30px;
}
.product .steps-container .steps .controlers .next-nav,
.product .steps-container .steps .controlers .prev-nav {
  display: inline-block;
  height: 25px;
  width: 25px;
  z-index: 999;
  vertical-align: middle;
  color: #c0917d;
  font-size: 25px;
  font-family: "Raleway", sans-serif;
  font-weight: 300 !important;
  font-style: normal !important;
  cursor: pointer;
  line-height: 20px;
}
.product .steps-container .steps .controlers h3 {
  vertical-align: middle;
  font-size: 25px;
  line-height: 25px;
  color: #c0917d;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: 300 !important;
  font-style: normal !important;
  text-align: left;
}
.product .steps-container .steps .steps-slider {
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
}
.product .steps-container .steps .steps-slider .slider li {
  width: 100%;
  float: left;
  position: relative;
}
.product .steps-container .steps .steps-slider .slider li .step {
  display: inline-block;
  width: 50%;
  vertical-align: bottom;
  padding-top: 80px;
}
.product .steps-container .steps .steps-slider .slider li .step:nth-child(even) {
  padding-left: 40px;
}
.product .steps-container .steps .steps-slider .slider li .step:nth-child(odd) {
  padding-right: 40px;
}
.product .steps-container .steps .steps-slider .slider li .step:nth-child(odd):last-child {
  padding-right: 0px;
}
.product .steps-container .steps .steps-slider .slider li .step img {
  font-size: 42px;
  line-height: 45px;
  color: #c0917d;
  font-family: "Raleway", sans-serif;
  font-weight: 300 !important;
  font-style: normal !important;
  width: 100%;
  max-width: 200px;
}
.product .steps-container .steps .steps-slider .slider li .step span {
  font-size: 127px;
  line-height: 130px;
  color: #c0917d;
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 300 !important;
  font-style: normal !important;
  text-align: center;
}
.product .steps-container .steps .steps-slider .slider li .step p {
  padding: 15px 0px 0;
  font-size: 22px;
  line-height: 25px;
  color: #c0917d;
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 300 !important;
  font-style: normal !important;
  text-align: center;
}
.product .steps-container .steps .steps-slider .pages {
  position: absolute;
  bottom: 0px;
  right: 0;
  padding: 0 40px;
  display: flex;
  justify-content: center;
  width: calc(50% - 0px);
  z-index: 1;
}
.product .steps-container .steps .steps-slider .pages li {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  height: 200px;
  text-indent: -999999px;
  width: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
}
.product .steps-container .steps .steps-slider .pages li:last-child {
  margin-right: 0;
}
.product .steps-container .steps .steps-slider .pages li:nth-child(1) {
  background-image: url(../img/product/frutolzero/smallbottlelaranja.png);
}
.product .steps-container .steps .steps-slider .pages li:nth-child(2) {
  background-image: url(../img/product/frutolzero/smallbottleananas.png);
}

@media only screen and (max-width: 1120px) {
  .product-header {
    height: 180px;
  }
  .product .highlight .highlight-slider .slider li .brand {
    width: 100%;
    left: 0;
    padding: 0 40px 40px;
    text-align: center;
    margin-bottom: 0;
  }
  .product .highlight .highlight-slider .slider li .brand p {
    text-align: left;
  }
  .product .separator svg {
    width: 24px;
  }
}
@media only screen and (max-width: 800px) {
  .product-header {
    height: 150px;
  }
  .product .highlight .highlight-slider .slider li .brand {
    padding: 0 20px 40px;
  }
  .product .highlight .highlight-slider .related {
    position: relative;
    bottom: 0px;
    padding: 0 20px;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
  .product .highlight .highlight-slider .related li a img {
    width: 90%;
  }
  .product .steps-container {
    padding: 0px 20px 80px;
  }
  .product .steps-container h1 {
    font-size: 50px;
    line-height: 53px;
  }
  .product .steps-container .steps .steps-slider .slider li .step:nth-child(even) {
    padding-left: 20px;
  }
  .product .steps-container .steps .steps-slider .slider li .step:nth-child(odd) {
    padding-right: 20px;
  }
  .product .steps-container .steps .steps-slider .slider li .step:nth-child(odd):last-child {
    padding-right: 0px;
  }
  .product .steps-container .steps .steps-slider .slider li .step span {
    font-size: 97px;
    line-height: 100px;
  }
  .product .separator {
    padding: 40px 20px;
  }
  .product .separator svg {
    width: 18px;
    transform: none;
  }
  .product .banner {
    padding: 0px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .product .highlight .brand .logotipo {
    max-width: 150px;
  }
  .product .highlight .related {
    padding: 0 10px;
  }
  .product .highlight .related li a img {
    width: 70%;
  }
  .product .steps-container {
    padding: 0px 10px 40px;
  }
  .product .steps-container h1 {
    font-size: 35px;
    line-height: 37px;
  }
  .product .steps-container .steps .steps-slider .slider li .step {
    width: 100%;
    padding-top: 40px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .product .steps-container .steps .steps-slider .slider li .step span {
    font-size: 97px;
    line-height: 100px;
  }
  .product .separator {
    padding: 40px 10px;
  }
  .product .separator svg {
    width: 14px;
  }
  .product .banner {
    padding: 0px 10px;
  }
}
.people-header {
  height: 160px;
  width: 100%;
  transition: height 0.3s ease-in-out;
  -webkit-transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out;
  -ms-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
}

.people {
  max-width: 1440px;
  margin: 0 auto;
}
.people .separator {
  text-align: center;
  padding: 0 40px;
  z-index: 1;
  position: relative;
}
.people .separator svg {
  width: 34px;
  transform: translateY(-50%);
}
.people .highlight {
  max-width: 1440px;
  position: relative;
  margin: 0 auto;
}
.people .highlight > img {
  width: 100%;
}
.people .highlight .info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: calc(50% - 0px);
  padding: 0 40px;
}
.people .highlight .info h1 {
  padding: 40px 0;
  font-size: 50px;
  line-height: 53px;
  text-align: center;
  color: white;
  font-family: "Raleway", sans-serif;
  font-weight: 400 !important;
  font-style: normal !important;
}
.people .description {
  max-width: 1120px;
  padding: 0px 40px 100px;
  margin: 0 auto;
  position: relative;
  font-size: 0;
}
.people .description img {
  display: inline-block;
  vertical-align: middle;
  width: calc(50% - 40px);
}
.people .description .info {
  width: calc(50% - 40px);
  display: inline-block;
  vertical-align: middle;
}
.people .description .info h2 {
  font-size: 22px;
  line-height: 25px;
  text-align: left;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-weight: 700 !important;
  font-style: normal !important;
  padding-bottom: 5px;
}
.people .description .info span {
  font-size: 17px;
  line-height: 20px;
  text-align: left;
  color: #c0917d;
  font-family: "Raleway", sans-serif;
  font-weight: 700 !important;
  font-style: normal !important;
  padding-bottom: 10px;
  display: block;
}
.people .description .info p {
  font-size: 22px;
  line-height: 25px;
  text-align: left;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 400 !important;
  font-style: normal !important;
  padding-top: 15px;
}
.people .description.right > img {
  margin-right: 40px;
}
.people .description.right .info {
  text-align: left;
  margin-left: 40px;
}
.people .description.left > img {
  margin-left: 40px;
}
.people .description.left .info {
  text-align: right;
  margin-right: 40px;
}
.people .description:last-child {
  padding-bottom: 80px;
}
.people .big-pic {
  margin: 0 auto;
  text-align: center;
  padding: 0px 0px 40px;
}
.people .big-pic .people-slider {
  width: 100%;
  margin-bottom: -100px;
  position: relative;
  height: 0;
  padding-top: 75%;
}
.people .big-pic .people-slider img {
  top: 0;
  object-fit: contain;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  transition: opacity 2s ease-in-out;
}
.people .big-pic .people-slider img.activated {
  opacity: 1;
}
.people .big-pic .quote {
  margin: 0 auto;
  display: block;
  max-width: 800px;
  padding: 45px 100px;
  background: #c0917d;
  color: white;
  position: relative;
}
.people .big-pic .quote p {
  font-size: 22px;
  line-height: 25px;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-weight: 300 !important;
  font-style: normal !important;
  transition: opacity 0.5s ease-in-out;
}
.people .big-pic .quote span {
  margin-top: 20px;
  display: block;
  font-size: 22px;
  line-height: 25px;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-weight: 600 !important;
  font-style: normal !important;
  color: white;
  transition: opacity 0.5s ease-in-out;
}
.people .feeds-container {
  padding: 80px 40px 80px;
  max-width: 1120px;
  margin: 0 auto;
  font-size: 0;
}
.people .feeds-container .tabs {
  display: none;
  width: 100%;
  text-align: center;
}
.people .feeds-container .tabs span {
  font-size: 22px;
  line-height: 48px;
  color: white;
  font-family: "Raleway", sans-serif;
  font-weight: 400 !important;
  font-style: normal !important;
  text-transform: uppercase;
  background: rgba(192, 145, 125, 0.8196078431);
  display: inline-block;
  padding: 0 18px;
  border: 1px solid #c0917d;
}
.people .feeds-container .tabs span.active, .people .feeds-container .tabs span:hover {
  background: #c0917d;
  color: white;
  cursor: pointer;
}
.people .feeds-container .feeds {
  width: calc(50% - 40px);
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.people .feeds-container .feeds h2 {
  font-size: 22px;
  line-height: 50px;
  text-align: center;
  color: white;
  font-family: "Raleway", sans-serif;
  font-weight: 400 !important;
  font-style: normal !important;
  text-transform: uppercase;
  background: #c0917d;
}
.people .feeds-container .feeds .scroll {
  overflow-y: auto;
  max-height: 500px;
}
.people .feeds-container .feeds .feed {
  cursor: pointer;
  width: 100%;
  vertical-align: top;
  padding-top: 40px;
  border-top: 2px solid rgba(192, 145, 125, 0.9294117647);
  margin-top: 40px;
}
.people .feeds-container .feeds .feed img {
  width: 100%;
}
.people .feeds-container .feeds .feed h3 {
  font-size: 20px;
  line-height: 23px;
  text-align: left;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-weight: 700 !important;
  font-style: normal !important;
  padding: 20px 10px 5px 0;
}
.people .feeds-container .feeds .feed span {
  font-size: 17px;
  line-height: 20px;
  text-align: left;
  color: #c0917d;
  font-family: "Raleway", sans-serif;
  font-weight: 700 !important;
  font-style: normal !important;
  padding-bottom: 10px;
  display: block;
}
.people .feeds-container .feeds .feed p {
  padding: 15px 10px 0 0;
  font-size: 20px;
  line-height: 23px;
  text-align: left;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 400 !important;
  font-style: normal !important;
}
.people .feeds-container .feeds .feed:first-of-type {
  border-top: 0;
  margin-top: 0px;
  padding-top: 0px;
}
.people .feeds-container .feeds:nth-child(even) {
  margin: 0 80px 0 0;
}

@media only screen and (max-width: 1120px) {
  .people-header {
    height: 100px;
  }
  .people .separator svg {
    width: 24px;
  }
}
@media only screen and (max-width: 800px) {
  .people-header {
    height: 70px;
  }
  .people .big-pic .quote {
    padding: 35px 20px;
  }
  .people .big-pic img {
    margin-bottom: -50px;
  }
  .people .big-pic p {
    text-align: left;
    max-width: none;
    padding: 0px 20px;
  }
  .people .highlight .info {
    width: calc(60% - 0px);
  }
  .people .highlight .info h1 {
    font-size: 35px;
    line-height: 37px;
  }
  .people .description {
    padding: 0px 20px 110px;
    text-align: center;
  }
  .people .description > img {
    width: 100%;
    display: block;
    margin: 0 !important;
    margin: 0px auto 40px !important;
    max-width: 320px;
  }
  .people .description .info {
    margin: 0 !important;
    width: 100%;
    text-align: center !important;
  }
  .people .description.left > img {
    display: none;
  }
  .people .description.left > img.mobile {
    display: block;
  }
  .people .separator {
    padding: 40px 20px;
  }
  .people .separator svg {
    width: 18px;
    transform: none;
  }
  .people .feeds-container {
    padding: 80px 20px 80px;
  }
  .people .feeds-container .tabs {
    display: block;
  }
  .people .feeds-container .tabs span {
    width: 50%;
  }
  .people .feeds-container .feeds {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0px !important;
    display: none;
  }
  .people .feeds-container .feeds.active {
    display: block !important;
  }
  .people .feeds-container .feeds h2 {
    display: none;
  }
  .people .feeds-container .feeds .feed {
    font-size: 0;
    text-align: left;
    margin-top: 40px;
  }
  .people .feeds-container .feeds .feed img {
    width: 50%;
    vertical-align: top;
    display: inline-block;
  }
  .people .feeds-container .feeds .feed h3 {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
  }
  .people .feeds-container .feeds .feed p {
    display: block;
  }
  .people .feeds-container .feeds.interviews .feed img {
    width: 100%;
  }
  .people .feeds-container .feeds.interviews .feed h3 {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .people .big-pic .quote {
    padding: 25px 10px;
  }
  .people .big-pic img {
    margin-bottom: -25px;
  }
  .people .big-pic p {
    padding: 0px 10px;
  }
  .people .highlight .info {
    width: calc(100% - 0px);
  }
  .people .highlight .info h1 {
    font-size: 35px;
    line-height: 37px;
  }
  .people .description {
    padding: 0px 10px 95px;
  }
  .people .description .info .img {
    max-width: 150px;
  }
  .people .description:last-child {
    padding-bottom: 40px;
  }
  .people .separator {
    padding: 40px 10px;
  }
  .people .separator svg {
    width: 14px;
  }
  .people .feeds-container {
    padding: 80px 10px 40px;
  }
  .people .feeds-container .feeds .feed img {
    width: 100%;
  }
  .people .feeds-container .feeds .feed h3 {
    width: 100%;
    padding-left: 0px;
  }
}
@media only screen and (min-width: 1120px) and (max-height: 1080px) {
  .people .big-pic {
    width: 1040px;
  }
}
@media only screen and (min-width: 1120px) and (max-height: 800px) {
  .people .big-pic {
    width: 50%;
  }
}
.sustainability-header {
  height: 200px;
  width: 100%;
  transition: height 0.3s ease-in-out;
  -webkit-transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out;
  -ms-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
}

.bottomWaves {
  position: absolute;
  width: 100%;
  bottom: 70px;
}

/* Animation */
.parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height: 40px;
    min-height: 40px;
  }
  .content {
    height: 30vh;
  }
  h1 {
    font-size: 24px;
  }
}
.sustainability {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0px 0px 0px;
}
.sustainability .description {
  max-width: 1120px;
  padding: 0px 40px 80px;
  margin: 0 auto;
  position: relative;
  font-size: 0;
}
.sustainability .description .info {
  width: 100%;
  position: relative;
}
.sustainability .description .info h1 {
  font-size: 42px;
  line-height: 45px;
  text-align: left;
  color: #c0917d;
  font-family: "Raleway", sans-serif;
  font-weight: 300 !important;
  font-style: normal !important;
  padding-bottom: 25px;
  position: relative;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sustainability .description .info p {
  padding: 15px 0px 0;
  font-size: 22px;
  line-height: 25px;
  text-align: left;
  color: #c0917d;
  font-family: "Raleway", sans-serif;
  font-weight: 300 !important;
  font-style: normal !important;
  position: relative;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sustainability .description .canvas-container {
  position: relative;
  width: 550px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.sustainability .description .canvas-container span {
  display: block;
  position: absolute;
  top: 260px;
  right: 30px;
  font-size: 30px;
  color: black;
  font-family: "Raleway", sans-serif;
  font-weight: 700 !important;
  font-style: normal !important;
}
.sustainability .description .statistics-slider {
  width: calc(100% - 550px);
  display: inline-block;
  vertical-align: bottom;
}
.sustainability .description .statistics-slider .slider .info {
  width: 100%;
  float: left;
  position: relative;
}
.sustainability .description .statistics-slider .slider .info h1 {
  font-size: 42px;
  line-height: 45px;
  text-align: left;
  color: #c0917d;
  font-family: "Raleway", sans-serif;
  font-weight: 300 !important;
  font-style: normal !important;
  padding-bottom: 25px;
  position: relative;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sustainability .description .statistics-slider .slider .info p {
  padding: 15px 0px 0;
  font-size: 22px;
  line-height: 25px;
  text-align: left;
  color: #c0917d;
  font-family: "Raleway", sans-serif;
  font-weight: 300 !important;
  font-style: normal !important;
  position: relative;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sustainability .description .pages {
  bottom: 40px;
  position: absolute;
  left: calc(50% + 30px);
  height: 18px;
}
.sustainability .description .pages li {
  height: 15px;
  width: 15px;
  border: 1px solid #c0917d;
  cursor: pointer;
  display: inline-block;
  text-indent: -9999px;
  margin-right: 20px;
  transform: rotate(45deg);
}
.sustainability .description .pages li:hover, .sustainability .description .pages li.active {
  background: #c0917d;
}
.sustainability .separator {
  text-align: center;
  padding: 0 40px;
  height: 122px;
  z-index: 1;
  position: relative;
}
.sustainability .separator.full {
  height: auto;
}
.sustainability .separator svg {
  width: 34px;
}
.sustainability .big-pic {
  margin: 0 auto;
  text-align: center;
  padding: 0px 0px 40px;
  position: relative;
  overflow: hidden;
}
.sustainability .big-pic svg {
  position: absolute;
}
.sustainability .big-pic img {
  width: calc(100% + 20px);
  margin-bottom: -100px;
  padding: 6px 0;
  position: relative;
  left: -10px;
  top: 4px;
}
.sustainability .big-pic img:hover {
  filter: url("#turbulence");
  top: 0px;
  left: -13px;
}
.sustainability .big-pic p {
  margin: 0 auto;
  display: block;
  max-width: 800px;
  padding: 45px 100px;
  background: #c0917d;
  color: white;
  font-size: 17px;
  line-height: 20px;
  position: relative;
  z-index: 1;
}
.sustainability .quotes {
  max-width: 1120px;
  padding: 80px 40px 80px;
  margin: 0 auto;
  position: relative;
  font-size: 0;
  text-align: center;
}
.sustainability .quotes.wide p {
  max-width: none;
}
.sustainability .quotes p {
  margin: 0 auto;
  padding: 15px 0px 0;
  font-size: 22px;
  line-height: 25px;
  color: #c0917d;
  font-family: "Raleway", sans-serif;
  font-weight: 300 !important;
  font-style: normal !important;
  max-width: 800px;
}
.sustainability .video-content {
  margin-bottom: 0px;
}
.sustainability .video-content video {
  width: 100%;
}

@media only screen and (max-width: 1120px) {
  .sustainability-header {
    height: 140px;
  }
  .sustainability .description .canvas-container {
    display: block;
    margin: 0 auto;
  }
  .sustainability .description .statistics-slider {
    width: 100%;
  }
  .sustainability .description .pages {
    left: 40px;
  }
  .sustainability .separator {
    height: 94px;
  }
  .sustainability .separator svg {
    width: 24px;
  }
}
@media only screen and (max-width: 800px) {
  .sustainability-header {
    height: 110px;
  }
  .sustainability .description {
    padding: 0px 20px 80px;
  }
  .sustainability .description .canvas-container {
    width: 480px;
  }
  .sustainability .description .canvas-container span {
    top: 200px;
  }
  .sustainability .description .pages {
    left: 20px;
  }
  .sustainability .separator {
    padding: 0 20px;
    height: 65px;
  }
  .sustainability .separator svg {
    width: 18px;
  }
  .sustainability .big-pic img {
    margin-bottom: -50px;
  }
  .sustainability .big-pic p {
    text-align: left;
    max-width: none;
    padding: 45px 20px;
  }
  .sustainability .quotes {
    padding: 80px 20px 80px;
  }
}
@media only screen and (max-width: 480px) {
  .sustainability .description {
    padding: 0px 10px 80px;
  }
  .sustainability .description .canvas-container {
    width: 100%;
  }
  .sustainability .description .canvas-container span {
    top: 180px;
  }
  .sustainability .description .pages {
    left: 10px;
  }
  .sustainability .separator {
    padding: 0 10px;
    height: 50px;
  }
  .sustainability .separator svg {
    width: 14px;
  }
  .sustainability .big-pic img {
    margin-bottom: -25px;
  }
  .sustainability .big-pic p {
    padding: 45px 10px;
  }
  .sustainability .video-content {
    margin-bottom: 0px;
  }
  .sustainability .quotes {
    padding: 80px 10px 40px;
  }
}
.becosa-header {
  height: 200px;
  width: 100%;
  transition: height 0.3s ease-in-out;
  -webkit-transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out;
  -ms-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
}

.becosa {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0px 0px 0px;
}
.becosa .description {
  max-width: 1120px;
  padding: 0px 40px 80px;
  margin: 0 auto;
  position: relative;
  font-size: 0;
}
.becosa .description .info {
  width: 100%;
  position: relative;
}
.becosa .description .info h1 {
  font-size: 42px;
  line-height: 45px;
  text-align: left;
  color: #c0917d;
  font-family: "Raleway", sans-serif;
  font-weight: 300 !important;
  font-style: normal !important;
  padding-bottom: 25px;
  position: relative;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.becosa .description .info p {
  padding: 15px 0px 0;
  font-size: 22px;
  line-height: 25px;
  text-align: left;
  color: #c0917d;
  font-family: "Raleway", sans-serif;
  font-weight: 300 !important;
  font-style: normal !important;
  position: relative;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.becosa .separator {
  text-align: center;
  padding: 0 40px;
  height: 122px;
  z-index: 1;
  position: relative;
}
.becosa .separator svg {
  width: 34px;
}
.becosa .big-pic {
  margin: 0 auto;
  text-align: center;
  padding: 0px 0px 40px;
  position: relative;
  overflow: hidden;
}
.becosa .big-pic svg {
  position: absolute;
}
.becosa .big-pic img {
  width: 100%;
  margin-bottom: -100px;
  position: relative;
}
.becosa .big-pic p {
  margin: 0 auto;
  display: block;
  max-width: 800px;
  padding: 45px 100px;
  background: #c0917d;
  color: white;
  font-size: 17px;
  line-height: 20px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1120px) {
  .becosa-header {
    height: 140px;
  }
  .becosa .separator {
    height: 94px;
  }
  .becosa .separator svg {
    width: 24px;
  }
}
@media only screen and (max-width: 800px) {
  .becosa-header {
    height: 110px;
  }
  .becosa .description {
    padding: 0px 20px 80px;
  }
  .becosa .separator {
    padding: 0 20px;
    height: 65px;
  }
  .becosa .separator svg {
    width: 18px;
  }
  .becosa .big-pic img {
    margin-bottom: -50px;
  }
  .becosa .big-pic p {
    text-align: left;
    max-width: none;
    padding: 45px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .becosa .description {
    padding: 0px 10px 80px;
  }
  .becosa .separator {
    padding: 0 10px;
    height: 50px;
  }
  .becosa .separator svg {
    width: 14px;
  }
  .becosa .big-pic img {
    margin-bottom: -25px;
  }
  .becosa .big-pic p {
    padding: 45px 10px;
  }
}
.brands-header {
  height: 160px;
  width: 100%;
  transition: height 0.3s ease-in-out;
  -webkit-transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out;
  -ms-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
}

.brands {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0px 0px 0px;
}
.brands .description {
  position: relative;
}
.brands .description.aguas {
  background: url("../img/brands/water.jpg") no-repeat center/1440px;
}
.brands .description.refrigerantes {
  background: url("../img/brands/refrigerantes.png") no-repeat center/1440px;
}
.brands .description .info {
  max-width: 1120px;
  padding: 320px 40px 240px;
  margin: 0 auto;
}
.brands .description .info h1 {
  font-size: 70px;
  line-height: 73px;
  text-align: center;
  color: white;
  font-family: "Raleway", sans-serif;
  font-weight: 400 !important;
  font-style: normal !important;
}
.brands .description .info p {
  padding: 15px 0px 0;
  font-size: 22px;
  line-height: 25px;
  text-align: center;
  color: white;
  font-family: "Raleway", sans-serif;
  font-weight: 300 !important;
  font-style: normal !important;
  max-width: 800px;
  margin: 0 auto;
}
.brands .description .info p:first-of-type {
  padding-top: 80px;
}
.brands .separator {
  text-align: center;
  padding: 0 40px;
  height: 0px;
  z-index: 1;
  position: relative;
}
.brands .separator svg {
  width: 34px;
  transform: translateY(-50%);
}
.brands .brand {
  max-width: 1120px;
  padding: 100px 40px;
  margin: 0 auto;
  position: relative;
  font-size: 0;
}
.brands .brand img {
  display: inline-block;
  vertical-align: middle;
  width: calc(50% - 40px);
}
.brands .brand img.mobile {
  display: none;
}
.brands .brand .info {
  width: calc(50% - 40px);
  display: inline-block;
  vertical-align: middle;
}
.brands .brand .info .logotipo {
  font-size: 42px;
  line-height: 45px;
  color: #c0917d;
  font-family: "Raleway", sans-serif;
  font-weight: 300 !important;
  font-style: normal !important;
  padding-bottom: 25px;
  width: 200px;
}
.brands .brand .info p {
  padding: 15px 0px 0;
  font-size: 22px;
  line-height: 25px;
  color: #c0917d;
  font-family: "Raleway", sans-serif;
  font-weight: 300 !important;
  font-style: normal !important;
}
.brands .brand .info a {
  font-size: 20px;
  line-height: 23px;
  color: #c0917d;
  font-family: "Raleway", sans-serif;
  font-weight: 700 !important;
  font-style: normal !important;
  margin-top: 10px;
  display: block;
}
.brands .brand.right > img {
  margin-right: 40px;
}
.brands .brand.right .info {
  text-align: left;
  margin-left: 40px;
}
.brands .brand.left > img {
  margin-left: 40px;
}
.brands .brand.left .info {
  text-align: right;
  margin-right: 40px;
}
.brands .brand:last-child {
  padding-bottom: 80px;
}

@media only screen and (max-width: 1120px) {
  .brands-header {
    height: 100px;
  }
  .brands .description .info {
    padding: 270px 10px 200px;
  }
  .brands .separator svg {
    width: 24px;
  }
  .brands .brand {
    padding: 50px 40px;
  }
}
@media only screen and (max-width: 800px) {
  .brands-header {
    height: 70px;
  }
  .brands .description .info {
    padding: 170px 20px 160px;
  }
  .brands .description .info h1 {
    font-size: 50px;
    line-height: 53px;
  }
  .brands .separator {
    padding: 0 20px;
  }
  .brands .separator svg {
    width: 18px;
  }
  .brands .brand {
    padding: 50px 20px 110px;
    text-align: center;
  }
  .brands .brand > img {
    width: 100%;
    display: block;
    margin: 0 !important;
    margin: 40px auto !important;
    max-width: 480px;
  }
  .brands .brand .info {
    margin: 0 !important;
    width: 100%;
    text-align: center !important;
  }
  .brands .brand.left > img {
    display: none;
  }
  .brands .brand.left > img.mobile {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .brands .description .info {
    padding: 120px 10px 100px;
  }
  .brands .description .info h1 {
    font-size: 35px;
    line-height: 37px;
  }
  .brands .description .info p:first-of-type {
    padding-top: 40px;
  }
  .brands .separator {
    padding: 0 10px;
  }
  .brands .separator svg {
    width: 14px;
  }
  .brands .brand {
    padding: 50px 10px 95px;
  }
  .brands .brand .info .logotipo {
    max-width: 150px;
  }
  .brands .brand:last-child {
    padding-bottom: 40px;
  }
}
.corporate-header {
  height: 160px;
  width: 100%;
  transition: height 0.3s ease-in-out;
  -webkit-transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out;
  -ms-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
}

.corporate {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0px 0px 0px;
}
.corporate .description {
  background: url("../img/corporate/company.png") no-repeat center;
  position: relative;
  background-size: cover;
}
.corporate .description .info {
  max-width: 1120px;
  padding: 320px 40px 240px;
  margin: 0 auto;
}
.corporate .description .info h1 {
  font-size: 70px;
  line-height: 73px;
  text-align: center;
  color: white;
  font-family: "Raleway", sans-serif;
  font-weight: 400 !important;
  font-style: normal !important;
}
.corporate .description .info p {
  padding: 15px 0px 0;
  font-size: 22px;
  line-height: 25px;
  text-align: center;
  color: white;
  font-family: "Raleway", sans-serif;
  font-weight: 300 !important;
  font-style: normal !important;
  max-width: 800px;
  margin: 0 auto;
}
.corporate .description .info p:first-of-type {
  padding-top: 80px;
}
.corporate .separator {
  text-align: center;
  padding: 0 40px;
  height: 0px;
  z-index: 1;
  position: relative;
}
.corporate .separator svg {
  width: 34px;
  transform: translateY(-50%);
}
.corporate .brand {
  max-width: 1120px;
  padding: 100px 40px;
  margin: 0 auto;
  position: relative;
  font-size: 0;
}
.corporate .brand img {
  display: inline-block;
  vertical-align: middle;
  width: calc(50% - 40px);
}
.corporate .brand img.mobile {
  display: none;
}
.corporate .brand .info {
  width: calc(50% - 40px);
  display: inline-block;
  vertical-align: middle;
}
.corporate .brand .info .logotipo {
  font-size: 42px;
  line-height: 45px;
  color: #c0917d;
  font-family: "Raleway", sans-serif;
  font-weight: 300 !important;
  font-style: normal !important;
  padding-bottom: 25px;
  width: 200px;
}
.corporate .brand .info p {
  font-size: 22px;
  line-height: 25px;
  color: #c0917d;
  font-family: "Raleway", sans-serif;
  font-weight: 300 !important;
  font-style: normal !important;
}
.corporate .brand.right > img {
  margin-right: 40px;
}
.corporate .brand.right .info {
  text-align: left;
  margin-left: 40px;
}
.corporate .brand.left > img {
  margin-left: 40px;
}
.corporate .brand.left .info {
  text-align: right;
  margin-right: 40px;
}
.corporate .brand:last-child {
  padding-bottom: 80px;
}

@media only screen and (max-width: 1120px) {
  .corporate-header {
    height: 100px;
  }
  .corporate .description .info {
    padding: 270px 10px 200px;
  }
  .corporate .separator svg {
    width: 24px;
  }
  .corporate .brand {
    padding: 50px 40px;
  }
}
@media only screen and (max-width: 800px) {
  .corporate-header {
    height: 70px;
  }
  .corporate .description .info {
    padding: 170px 20px 160px;
  }
  .corporate .description .info h1 {
    font-size: 50px;
    line-height: 53px;
  }
  .corporate .separator {
    padding: 0 20px;
  }
  .corporate .separator svg {
    width: 18px;
  }
  .corporate .brand {
    padding: 50px 20px 110px;
    text-align: center;
  }
  .corporate .brand > img {
    width: 100%;
    display: block;
    margin: 0 !important;
    margin: 40px auto !important;
    max-width: 320px;
  }
  .corporate .brand .info {
    margin: 0 !important;
    width: 100%;
    text-align: center !important;
  }
  .corporate .brand .info p {
    padding: 15px 0px 0;
  }
  .corporate .brand.left > img {
    display: none;
  }
  .corporate .brand.left > img.mobile {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .corporate .description .info {
    padding: 120px 10px 100px;
  }
  .corporate .description .info h1 {
    font-size: 35px;
    line-height: 37px;
  }
  .corporate .description .info p:first-of-type {
    padding-top: 40px;
  }
  .corporate .separator {
    padding: 0 10px;
  }
  .corporate .separator svg {
    width: 14px;
  }
  .corporate .brand {
    padding: 50px 10px 95px;
  }
  .corporate .brand .info .logotipo {
    max-width: 150px;
  }
  .corporate .brand:last-child {
    padding-bottom: 40px;
  }
}
@keyframes blink-animation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink-animation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.bebidis-header {
  height: 200px;
  width: 100%;
  transition: height 0.3s ease-in-out;
  -webkit-transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out;
  -ms-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
}

.bebidis {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0px 0px 0px;
}
.bebidis .description {
  max-width: 1120px;
  padding: 0px 40px 80px;
  margin: 0 auto;
  position: relative;
  font-size: 0;
}
.bebidis .description .info {
  width: 100%;
  position: relative;
}
.bebidis .description .info h1 {
  font-size: 42px;
  line-height: 45px;
  text-align: left;
  color: #c0917d;
  font-family: "Raleway", sans-serif;
  font-weight: 300 !important;
  font-style: normal !important;
  padding-bottom: 25px;
  position: relative;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bebidis .description .info p {
  padding: 15px 0px 0;
  font-size: 22px;
  line-height: 25px;
  text-align: left;
  color: #c0917d;
  font-family: "Raleway", sans-serif;
  font-weight: 300 !important;
  font-style: normal !important;
  position: relative;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bebidis #map {
  height: 0;
  padding-top: 50%;
  z-index: 0;
  position: relative;
  margin-bottom: 80px;
}
.bebidis #map .leaflet-control-container .leaflet-top {
  top: 50%;
  transform: translateY(-50%);
}
.bebidis #map .leaflet-control-container .leaflet-left {
  left: 0;
}
.bebidis #map .leaflet-pane.leaflet-map-pane .leaflet-marker-pane img[src="img/bebidis/pinmap0.svg"] {
  animation: blink-animation 2s infinite;
  -webkit-animation: blink-animation 2s infinite;
}
.bebidis #map .pop-name,
.bebidis #map .pop-contact,
.bebidis #map .pop-drive {
  margin-bottom: 10px;
  display: block;
  color: black;
  font-family: "Raleway", sans-serif;
  font-weight: 600 !important;
  font-style: normal !important;
}
.bebidis #map .pop-contact,
.bebidis #map .pop-drive {
  color: #00707a;
}
.bebidis .separator {
  text-align: center;
  padding: 0 40px;
  z-index: 1;
  position: relative;
}
.bebidis .separator svg {
  width: 34px;
}
.bebidis .country-section {
  max-width: 1120px;
  padding: 40px 40px 40px;
  margin: 0 auto;
  position: relative;
  font-size: 0;
}
.bebidis .country-section:last-child {
  padding-bottom: 80px;
}
.bebidis .country-section span {
  font-size: 17px;
  line-height: 20px;
  text-align: left;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-weight: 700 !important;
  font-style: normal !important;
}
.bebidis .country-section h2 {
  font-size: 127px;
  line-height: 130px;
  text-align: left;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-weight: 300 !important;
  font-style: normal !important;
  text-transform: uppercase;
  margin-top: 60px;
}
.bebidis .country-section h2:first-of-type {
  margin-top: 0;
}
.bebidis .country-section ul {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding-top: 40px;
}
.bebidis .country-section ul:nth-child(even) {
  padding-left: 40px;
}
.bebidis .country-section ul:nth-child(odd) {
  padding-right: 40px;
}
.bebidis .country-section ul li {
  padding: 0px 0px 0;
  font-size: 22px;
  line-height: 25px;
  text-align: left;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 400 !important;
  font-style: normal !important;
  padding-left: 40px;
  padding-bottom: 5px;
}
.bebidis .country-section ul li:first-child {
  font-size: 22px;
  line-height: 25px;
  text-align: left;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-weight: 700 !important;
  font-style: normal !important;
  text-transform: uppercase;
  padding-bottom: 20px;
  position: relative;
}
.bebidis .country-section ul li:first-child svg {
  width: 20px;
  position: absolute;
  left: 0;
}
.bebidis .country-section ul li:first-child svg.cd path {
  fill: #be8f7c !important;
}
.bebidis .country-section ul li:first-child svg.cpd path {
  fill: #be8a38 !important;
}
.bebidis .country-section ul li:first-child svg.cc path {
  fill: #00707a !important;
}
.bebidis .country-section ul li.region {
  cursor: pointer;
}
.bebidis .country-section ul li.region:hover {
  color: #bd8e7a;
}

@media only screen and (max-width: 1120px) {
  .bebidis-header {
    height: 140px;
  }
  .bebidis .country-section ul {
    width: 100%;
    padding-left: 0 !important;
  }
  .bebidis .country-section .separator svg {
    width: 24px;
  }
}
@media only screen and (max-width: 800px) {
  .bebidis-header {
    height: 110px;
  }
  .bebidis .description {
    padding: 0px 20px 80px;
  }
  .bebidis .country-section {
    padding: 40px 20px 40px;
  }
  .bebidis .country-section h2 {
    font-size: 97px;
    line-height: 100px;
  }
  .bebidis #map {
    padding-top: 80%;
  }
  .bebidis .separator {
    padding: 0 20px;
  }
  .bebidis .separator svg {
    width: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .bebidis .description {
    padding: 0px 10px 80px;
  }
  .bebidis .country-section {
    padding: 40px 10px 40px;
  }
  .bebidis .country-section h2 {
    font-size: 68px;
    line-height: 71px;
  }
  .bebidis .country-section:last-child {
    padding-bottom: 40px;
  }
  .bebidis #map {
    padding-top: 100%;
  }
  .bebidis .separator {
    padding: 0 10px;
  }
  .bebidis .separator svg {
    width: 14px;
  }
  .bebidis .country-section:last-child {
    padding-bottom: 40px;
  }
}
.contacts-header {
  height: 160px;
  width: 100%;
  transition: height 0.3s ease-in-out;
  -webkit-transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out;
  -ms-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
}

.contacts {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0px 0px 0px;
}
.contacts .cover {
  width: 100%;
  margin-bottom: -5%;
  z-index: 1;
  position: relative;
}
.contacts #map {
  height: 0;
  padding-top: 50%;
  z-index: 0;
  position: relative;
  margin-bottom: 80px;
}
.contacts #map .leaflet-control-container .leaflet-top {
  top: 50%;
  transform: translateY(-50%);
}
.contacts #map .leaflet-control-container .leaflet-left {
  left: 0;
}
.contacts #map .pop-name,
.contacts #map .pop-contact,
.contacts #map .pop-drive {
  margin-bottom: 10px;
  display: block;
  color: black;
  font-family: "Raleway", sans-serif;
  font-weight: 600 !important;
  font-style: normal !important;
}
.contacts #map .pop-contact,
.contacts #map .pop-drive {
  color: #00707a;
}
.contacts .separator {
  text-align: center;
  padding: 0 40px;
  height: 0px;
  z-index: 1;
  position: relative;
}
.contacts .separator svg {
  width: 34px;
  transform: translateY(-50%);
}
.contacts form {
  max-width: 1120px;
  padding: 0px 40px 0px;
  margin: 0 auto;
  position: relative;
  font-size: 0;
}
.contacts form.type-1 input.doc,
.contacts form.type-1 .doc-label,
.contacts form.type-1 input.job, .contacts form.type-2 input.doc,
.contacts form.type-2 .doc-label,
.contacts form.type-2 input.job {
  display: none;
}
.contacts form.type-1 input.store, .contacts form.type-3 input.store {
  display: none;
}
.contacts form.type-1 input.locality {
  display: none;
}
.contacts form h1 {
  font-size: 70px;
  line-height: 73px;
  text-align: left;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-weight: 300 !important;
  font-style: normal !important;
}
.contacts form ul {
  margin-top: 40px;
  display: block;
  border: 1px solid #c0917d;
  width: 100%;
  padding: 0;
  height: 50px;
  max-width: calc(60% - 15px);
}
.contacts form ul li {
  font-size: 22px;
  line-height: 50px;
  text-align: left;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-weight: 400 !important;
  font-style: normal !important;
  width: 100%;
  position: relative;
  padding: 0 5px;
}
.contacts form ul li:first-child {
  color: #757574;
  padding-right: 40px;
}
.contacts form ul li:first-child svg {
  position: absolute;
  right: 10px;
  width: 20px;
  transform: translateY(-50%);
  top: 50%;
}
.contacts form input {
  height: 50px;
  font-size: 22px;
  line-height: 50px;
  text-align: left;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-weight: 400 !important;
  font-style: normal !important;
  border: 1px solid #c0917d;
  padding: 0 5px;
}
.contacts form input.error {
  border: 1px solid red;
}
.contacts form input.name, .contacts form input.surname, .contacts form input.phone, .contacts form input.email, .contacts form input.store, .contacts form input.locality, .contacts form input.job {
  margin-top: 30px;
  width: calc(20% - 15px);
  margin-right: 15px;
}
.contacts form input.email, .contacts form input.locality {
  width: 40%;
  margin-right: 0;
}
.contacts form input.store, .contacts form input.job {
  width: calc(60% - 15px);
}
.contacts form textarea {
  padding: 10px 5px;
  margin-top: 30px;
  display: inline-block;
  height: 120px;
  width: 100%;
  resize: none;
  border: 1px solid #c0917d;
  font-size: 22px;
  line-height: 25px;
  text-align: left;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-weight: 400 !important;
  font-style: normal !important;
  padding-bottom: 40px;
}
.contacts form textarea.error {
  border: 1px solid red;
}
.contacts form .max-length {
  display: none;
  text-align: right;
}
.contacts form .max-length #maxLength {
  margin-left: 5px;
}
.contacts form .max-length span {
  margin-top: 5px;
  display: inline-block;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  opacity: 0.3;
  font-family: "Raleway", sans-serif;
  font-weight: 400 !important;
  font-style: normal !important;
}
.contacts form > span {
  margin-top: 30px;
  display: block;
  font-size: 22px;
  line-height: 25px;
  text-align: left;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-weight: 400 !important;
  font-style: normal !important;
  margin-bottom: 15px;
}
.contacts form .rgpd {
  height: 20px;
  width: 20px;
  margin-right: 15px;
  border: 1px solid #c0917d;
}
.contacts form .rgpd.error {
  border: 1px solid red;
}
.contacts form label {
  font-size: 22px;
  line-height: 25px;
  text-align: left;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-weight: 300 !important;
  font-style: normal !important;
}
.contacts form label.error {
  display: none !important;
}
.contacts form label span {
  display: inline;
  color: #c0917d;
}
.contacts form button {
  display: block;
  margin-top: 30px;
  background: #c0917d;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 25px;
  padding: 10px 50px;
  border: none;
  color: white;
  transition: all 0.3s ease-in-out;
}
.contacts form button.sending {
  background: #c98b70;
  text-transform: none;
}
.contacts form button.sended {
  text-transform: none;
  background: #8acf75;
}
.contacts form button.error {
  text-transform: none;
  background: #cc7474;
}
.contacts .address {
  max-width: 1120px;
  padding: 100px 40px 80px;
  margin: 0 auto;
  position: relative;
  font-size: 0;
}
.contacts .address p {
  font-size: 22px;
  line-height: 25px;
  text-align: right;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-weight: 300 !important;
  font-style: normal !important;
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.contacts .address p:first-child {
  text-align: left;
}

@media only screen and (max-width: 1120px) {
  .contacts-header {
    height: 100px;
  }
  .contacts .separator svg {
    width: 24px;
  }
}
@media only screen and (max-width: 800px) {
  .contacts-header {
    height: 70px;
  }
  .contacts .separator {
    padding: 0 20px;
  }
  .contacts .separator svg {
    width: 18px;
  }
  .contacts #map {
    padding-top: 60%;
  }
  .contacts form {
    padding: 0px 20px 0px;
  }
  .contacts form h1 {
    font-size: 50px;
    line-height: 53px;
  }
  .contacts form ul {
    max-width: none;
  }
  .contacts form input.name, .contacts form input.surname, .contacts form input.phone, .contacts form input.email, .contacts form input.store, .contacts form input.locality, .contacts form input.job {
    margin-top: 30px;
    width: calc(50% - 15px);
    margin-right: 15px;
  }
  .contacts form input.email, .contacts form input.surname, .contacts form input.locality {
    width: 50%;
    margin-right: 0;
  }
  .contacts .address {
    padding: 100px 20px 80px;
  }
  .contacts .address p {
    text-align: left;
    width: 100%;
  }
  .contacts .address p:first-child {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .contacts .separator {
    padding: 0 10px;
  }
  .contacts .separator svg {
    width: 14px;
  }
  .contacts #map {
    padding-top: 80%;
  }
  .contacts form {
    padding: 0px 10px 0px;
  }
  .contacts form h1 {
    font-size: 35px;
    line-height: 37px;
  }
  .contacts form input.name, .contacts form input.surname, .contacts form input.phone, .contacts form input.email, .contacts form input.store, .contacts form input.locality, .contacts form input.job {
    width: 100%;
    margin-right: 0;
  }
  .contacts form input.email, .contacts form input.surname {
    width: 100%;
  }
  .contacts .address {
    padding: 100px 10px 40px;
  }
}
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0px 40px 0;
  z-index: 5;
  z-index: 2;
  transition: padding-top 0.3s ease-in-out;
  -moz-transition: padding-top 0.3s ease-in-out;
  -o-transition: padding-top 0.3s ease-in-out;
  -webkit-transition: padding-top 0.3s ease-in-out;
  max-height: 128px;
  background-color: white;
}
header .logotipo {
  transition: width 0.3s 0.3s ease-in-out, top 0.3s 0.3s ease-in-out, height 0.3s 0.3s ease-in-out;
  -ms-transition: width 0.3s 0.3s ease-in-out, top 0.3s 0.3s ease-in-out, height 0.3s 0.3s ease-in-out;
  -webkit-transition: width 0.3s 0.3s ease-in-out, top 0.3s 0.3s ease-in-out, height 0.3s 0.3s ease-in-out;
  -moz-transition: width 0.3s 0.3s ease-in-out, top 0.3s 0.3s ease-in-out, height 0.3s 0.3s ease-in-out;
  -o-transition: width 0.3s 0.3s ease-in-out, top 0.3s 0.3s ease-in-out, height 0.3s 0.3s ease-in-out;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 199px;
  height: 88px;
  color: white;
  background: url(../img/header/logotipo.svg) no-repeat top center/100%;
}
header nav {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
header nav > .left-nav,
header nav > .right-nav {
  font-size: 0;
}
header nav > .left-nav::after,
header nav > .right-nav::after {
  -moz-transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out, left 0.3s ease-in-out, right 0.3s ease-in-out, height 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out, left 0.3s ease-in-out, right 0.3s ease-in-out, height 0.3s ease-in-out;
  -webkit-transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out, left 0.3s ease-in-out, right 0.3s ease-in-out, height 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out, left 0.3s ease-in-out, right 0.3s ease-in-out, height 0.3s ease-in-out;
  width: 100vw;
  height: 1.5px;
  content: " ";
  background: #c0917c;
  position: absolute;
  bottom: 0;
  opacity: 1;
  z-index: -1;
}
header nav > .left-nav > li,
header nav > .right-nav > li {
  display: inline-block;
  vertical-align: top;
}
header nav > .left-nav > li.mobile-home,
header nav > .right-nav > li.mobile-home {
  display: none;
}
header nav > .left-nav > li > a,
header nav > .right-nav > li > a {
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  color: #c0917c;
  position: relative;
  font-family: "Raleway", sans-serif;
  font-weight: 600 !important;
  font-style: normal !important;
  padding: 25px 50px;
  display: block;
  text-align: center;
}
header nav > .left-nav > li > a:hover::after, header nav > .left-nav > li > a.active::after,
header nav > .right-nav > li > a:hover::after,
header nav > .right-nav > li > a.active::after {
  width: 100%;
  left: 0;
  opacity: 1;
}
header nav > .left-nav > li:hover,
header nav > .right-nav > li:hover {
  background: #c0917c;
}
header nav > .left-nav > li:hover > a,
header nav > .right-nav > li:hover > a {
  color: white;
}
header nav > .left-nav > li:hover .lv-two,
header nav > .right-nav > li:hover .lv-two {
  max-height: none;
}
header nav > .left-nav {
  float: left;
  border-right: 1px solid #c0917c;
  position: relative;
}
header nav > .left-nav::after {
  right: 0;
}
header nav > .left-nav > li:nth-child(3) {
  border-left: 1px solid #c0917c;
}
header nav > .left-nav:hover .lv-two {
  width: calc(100% + 1px);
  transition: none;
}
header nav > .right-nav {
  float: right;
  position: relative;
  border-left: 1px solid #c0917c;
}
header nav > .right-nav::after {
  left: 0;
}
header nav > .right-nav > li:nth-child(1) {
  border-right: 1px solid #c0917c;
}
header nav > .right-nav:hover .lv-two {
  width: calc(100% + 1px);
  left: -1px;
  transition: none;
}
header nav .no-link {
  cursor: default;
}
header nav .lv-two {
  position: absolute;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  left: 0;
  max-height: 0px;
  overflow: hidden;
}
header nav .lv-two li {
  display: block;
  transition: all 0.3s ease-in-out;
}
header nav .lv-two li.head {
  background-color: rgba(192, 145, 124, 0.2509803922);
  text-transform: uppercase;
}
header nav .lv-two li > a {
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  color: #c0917c;
  position: relative;
  font-family: "Raleway", sans-serif;
  font-weight: 600 !important;
  font-style: normal !important;
  padding: 25px 50px;
  text-align: center;
  display: block;
}
header nav .lv-two li:hover {
  background: #c0917c;
}
header nav .lv-two li:hover a {
  color: white;
}
header.compact .logotipo {
  top: 10px;
  width: 140px;
  height: 50px;
  transition: width 0.3s ease-in-out, top 0.3s ease-in-out, height 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out, top 0.3s ease-in-out, height 0.3s ease-in-out;
  -webkit-transition: width 0.3s ease-in-out, top 0.3s ease-in-out, height 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out, top 0.3s ease-in-out, height 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, top 0.3s ease-in-out, height 0.3s ease-in-out;
}
header.compact nav .left-nav::after,
header.compact nav .right-nav::after {
  -moz-transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out, left 0.3s 0.3s ease-in-out, right 0.3s 0.3s ease-in-out, height 0.3s 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out, left 0.3s 0.3s ease-in-out, right 0.3s 0.3s ease-in-out, height 0.3s 0.3s ease-in-out;
  -webkit-transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out, left 0.3s 0.3s ease-in-out, right 0.3s 0.3s ease-in-out, height 0.3s 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out, left 0.3s 0.3s ease-in-out, right 0.3s 0.3s ease-in-out, height 0.3s 0.3s ease-in-out;
  height: 3px;
}
header.compact nav .left-nav::after {
  right: -110%;
}
header.compact nav .right-nav::after {
  left: -110%;
}

@media only screen and (max-width: 1120px) {
  header {
    padding: 0px 10px 0;
  }
  header .logotipo {
    top: 10px;
    width: 140px;
    height: 50px;
    -moz-transition: width 0.3s ease-in-out, top 0.3s ease-in-out, height 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out, top 0.3s ease-in-out, height 0.3s ease-in-out;
    -webkit-transition: width 0.3s ease-in-out, top 0.3s ease-in-out, height 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, top 0.3s ease-in-out, height 0.3s ease-in-out;
  }
  header nav .left-nav li > a,
header nav .right-nav li > a {
    padding: 25px 30px;
  }
  header.compact nav .left-nav::after,
header.compact nav .right-nav::after {
    -moz-transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out, left 0.3s 0s ease-in-out, right 0.3s 0s ease-in-out, height 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out, left 0.3 0s ease-in-out, right 0.3s 0s ease-in-out, height 0.3s ease-in-out;
    -webkit-transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out, left 0.3s 0s ease-in-out, right 0.3s 0s ease-in-out, height 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out, left 0.3s 0s ease-in-out, right 0.3s 0s ease-in-out, height 0.3s ease-in-out;
  }
}
@media only screen and (max-width: 800px) {
  header {
    overflow: hidden;
    padding: 0px 20px 0;
    text-align: center;
    height: 70px;
    min-height: 70px;
    border-bottom: 0px solid #c0917c;
    transition: min-height 0.3s 0s ease-in-out, border 0.2s 0.3s ease-in-out;
    -ms-transition: min-height 0.3s 0s ease-in-out, border 0.2s 0.2s ease-in-out, border 0.2s 0.3s ease-in-out;
    -webkit-transition: min-height 0.3s 0s ease-in-out, border 0.2s 0.3s ease-in-out;
    -moz-transition: min-height 0.3s 0s ease-in-out, border 0.2s 0.3s ease-in-out;
    -o-transition: min-height 0.3s 0s ease-in-out, border 0.2s 0.3s ease-in-out;
  }
  header .logotipo {
    left: 0px;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  header nav {
    position: relative;
    padding-top: 70px;
  }
  header nav .left-nav,
header nav .right-nav {
    width: 100%;
    height: 100%;
    position: relative;
    float: none;
    border: none;
    overflow: hidden;
  }
  header nav .left-nav > li,
header nav .right-nav > li {
    margin: 0;
    width: 100%;
    padding: 25px 0;
    border: none !important;
    padding: 0;
    margin-bottom: 15px;
    background: #c0917c;
  }
  header nav .left-nav > li.mobile-home,
header nav .right-nav > li.mobile-home {
    display: block;
  }
  header nav .left-nav > li a,
header nav .right-nav > li a {
    font-size: 22px;
    font-family: "Raleway", sans-serif;
    font-weight: 300 !important;
    font-style: normal !important;
    padding: 10px 30px;
    color: white;
  }
  header nav .left-nav > li a.active::after,
header nav .right-nav > li a.active::after {
    width: 0;
    left: 50%;
    opacity: 0;
  }
  header nav .left-nav > li .lv-two,
header nav .right-nav > li .lv-two {
    position: relative;
    max-height: none;
  }
  header nav .left-nav > li .lv-two li,
header nav .right-nav > li .lv-two li {
    display: inline-block;
    width: 50%;
  }
  header nav .left-nav > li .lv-two li.head,
header nav .right-nav > li .lv-two li.head {
    width: 100%;
  }
  header nav .left-nav > li .lv-two li:nth-child(odd):last-child,
header nav .right-nav > li .lv-two li:nth-child(odd):last-child {
    width: 100%;
  }
  header nav .left-nav > li .lv-two li:hover,
header nav .right-nav > li .lv-two li:hover {
    background: #c0917c;
  }
  header nav .left-nav > li .lv-two li:hover > a,
header nav .right-nav > li .lv-two li:hover > a {
    color: white;
  }
  header nav .left-nav > li .lv-two li a,
header nav .right-nav > li .lv-two li a {
    color: #c0917c;
  }
  header nav .left-nav::after,
header nav .right-nav::after {
    display: none;
  }
  header.compact {
    border-bottom: 3px solid #c0917c;
  }
  header .mobile-btn {
    display: block;
    position: absolute;
    top: 6px;
    right: 20px;
    height: 60px;
    width: 40px;
    cursor: pointer;
    overflow: hidden;
  }
  header .mobile-btn .bar {
    position: absolute;
    height: 3px;
    width: 40px;
    background: #c0917c;
    -moz-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    -webkit-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
  }
  header .mobile-btn .bar:nth-child(1) {
    top: 14px;
  }
  header .mobile-btn .bar:nth-child(2) {
    top: 29px;
  }
  header .mobile-btn .bar:nth-child(3) {
    top: 44px;
    left: 0;
  }
  header.open {
    min-height: 100%;
    background: rgb(255, 255, 255);
    transition: min-height 0.3s 0.3s ease-in-out, border 0.2s 0.2s ease-in-out;
    border-bottom: 3px solid #c0917c;
  }
  header.open .logotipo {
    opacity: 0;
    -moz-transition: opacity 0.3s 0s ease-in-out;
    -o-transition: opacity 0.3s 0s ease-in-out;
    -webkit-transition: opacity 0.3s 0s ease-in-out;
    transition: opacity 0.3s 0s ease-in-out;
  }
  header.open nav {
    max-height: 100%;
  }
  header.open .mobile-btn .bar {
    height: 4px;
    width: 40px;
    -moz-transition: all 0.3s 0.3s ease-in-out;
    -o-transition: all 0.3s 0.3s ease-in-out;
    -webkit-transition: all 0.3s 0.3s ease-in-out;
    transition: all 0.3s 0.3s ease-in-out;
  }
  header.open .mobile-btn .bar:nth-child(1) {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 32px;
  }
  header.open .mobile-btn .bar:nth-child(2) {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 32px;
  }
  header.open .mobile-btn .bar:nth-child(3) {
    left: 100%;
  }
}
@media only screen and (max-width: 480px) {
  header {
    min-height: 55px;
    height: 55px;
  }
  header .logotipo {
    width: 100px;
    height: 35px;
  }
  header nav {
    position: relative;
    padding-top: 55px;
  }
  header nav .left-nav li a,
header nav .right-nav li a {
    padding: 10px 14px;
    font-size: 18px;
  }
  header.compact nav .logotipo {
    width: 100px;
    height: 35px;
  }
  header .mobile-btn {
    height: 55px;
    width: 30px;
    top: 0;
  }
  header .mobile-btn .bar {
    width: 30px;
  }
  header .mobile-btn .bar:nth-child(1) {
    top: 16px;
  }
  header .mobile-btn .bar:nth-child(2) {
    top: 28px;
  }
  header .mobile-btn .bar:nth-child(3) {
    top: 40px;
  }
  header.open .mobile-btn {
    width: 30px;
    height: 55px;
  }
  header.open .mobile-btn .bar {
    width: 30px;
    height: 3px;
  }
  header.open .mobile-btn .bar:nth-child(1) {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 21px;
  }
  header.open .mobile-btn .bar:nth-child(2) {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 21px;
  }
}
/* The container must be positioned relative: */
.custom-select {
  position: relative;
  font-family: Arial;
  margin-top: 40px;
  display: block;
  width: 100%;
  padding: 0;
  font-size: 22px;
  max-width: calc(60% - 15px);
}

.custom-select select {
  display: none;
  /*hide original SELECT element: */
}

.select-selected {
  background-color: white;
  font-size: 22px;
  line-height: 50px;
  text-align: left;
  color: #757574;
  font-family: "Raleway", sans-serif;
  font-weight: 400 !important;
  font-style: normal !important;
  border: 1px solid #c0917d;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: calc(50% + 5px);
  transform: translateY(-50%);
  right: 10px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-color: #c0917d transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #c0917d transparent;
  top: calc(50% - 5px);
}

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
  font-size: 22px;
  line-height: 50px;
  text-align: left;
  font-family: "Raleway", sans-serif;
  font-weight: 400 !important;
  font-style: normal !important;
  padding: 0px 40px 0 5px;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: white;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border-left: 1px solid #c0917d;
  border-right: 1px solid #c0917d;
}
.select-items div {
  border-bottom: 1px solid #c0917d;
  color: #000000;
  padding-right: 5px;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 800px) {
  .custom-select {
    max-width: none;
  }
}
footer {
  min-height: 80px;
  background: #231f20;
  position: relative;
  padding: 0px 40px 0;
}
footer .copyright {
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  left: 40px;
}
footer .copyright br {
  display: none;
}
footer .copyright h6,
footer .copyright span {
  color: white;
  font-size: 12px;
  line-height: 17px;
  font-family: "Raleway", sans-serif;
  font-weight: 400 !important;
  font-style: normal !important;
  display: block;
}
footer .social {
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  right: 40px;
}
footer .social a {
  display: inline-block;
  margin-right: 10px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .social a:last-child {
  margin-right: 0px;
}
footer .social a:hover svg path {
  fill: #c0917c;
}
footer .social a svg {
  margin: 0 auto;
  height: 26px;
  position: relative;
  display: block;
}
footer .social a svg path {
  fill: #fff;
  fill-rule: evenodd;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 800px) {
  footer {
    padding: 30px 20px;
  }
  footer .copyright {
    left: initial;
    position: relative;
    top: initial;
    transform: none;
    margin-bottom: 20px;
  }
  footer .copyright br {
    display: block;
  }
  footer .copyright h6,
footer .copyright span {
    text-align: center;
  }
  footer .social {
    position: relative;
    left: initial;
    top: initial;
    transform: none;
    display: block;
    text-align: center;
    right: initial;
  }
}