@charset "UTF-8";
/*
Theme Name: Klinger2019
Theme URI: https://wordpress.org/themes/Klinger2019/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2019 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Twenty Nineteen is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.
Requires at least: WordPress 4.9.6
Version: 1.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: twentynineteen
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables
# Normalize
# Typography
	## Headings
	## Copy
# Elements
	## Lists
	## Tables
# Forms
	## Buttons
	## Fields
# Navigation
	## Links
	## Menus
	## Next & Previous
# Accessibility
# Alignments
# Clearings
# Layout
# Widgets
# Content
	## Archives
	## Posts and pages
	## Comments
# Blocks
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*
 * Chrome renders extra-wide &nbsp; characters for the Hoefler Text font.
 * This results in a jumping cursor when typing in both the Classic and block
 * editors. The following font-face override fixes the issue by manually inserting
 * a custom font that includes just a Hoefler Text space replacement for that
 * character instead.
 */
 @import url('/wp-content/themes/Klinger2019/fonts/aleo.css');
 @import url('/wp-content/themes/Klinger2019/fonts/opensans.css');
 @import url('/wp-content/themes/Klinger2019/fonts/titiliumweb.css');

 

/* If we add the border using a regular CSS border, it won't look good on non-retina devices,
 * since its edges can look jagged due to lack of antialiasing. In this case, we are several
 * layers of box-shadow to add the border visually, which will render the border smoother. */
/* Calculates maximum width for post content */
/* Nested sub-menu padding: 10 levels deep */
/* Ensure all font family declarations come with non-latin fallbacks */
/* Build our non-latin font styles */

/* Normalize */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-family: 'Aleo';
}

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

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

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

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

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

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

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

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

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

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

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

/* Typography */
html {
  font-size: 22px;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #111;
 
  font-weight: 400;
  font-size: 1em;
  line-height: 1.8;
  margin: 0;
  text-rendering: optimizeLegibility;
}

button,
input,
select,
optgroup,
textarea {
  color: #111;
  font-weight: 400;
  line-height: 1.8;
  text-rendering: optimizeLegibility;
  font-size: 18px;
  font-weight: 400;
}



.site-branding,
.main-navigation ul.main-menu > li,
.social-navigation,
.author-description .author-bio,
.nav-links {
  line-height: 1.25;
}

h1 {
  font-size: 2.25em;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 2.8125em;
  }
}

.entry-title,
.not-found .page-title,
.error-404 .page-title,
.has-larger-font-size,
h2 {
  font-size: 1.6875em;
}

@media only screen and (min-width: 768px) {
  .entry-title,
  .not-found .page-title,
  .error-404 .page-title,
  .has-larger-font-size,
  h2 {
    font-size: 2.25em;
  }
}

.has-regular-font-size,
.has-large-font-size,
.comments-title,
h3 {
  font-size: 1.6875em;
}

.site-title,
.site-description,
.main-navigation,
.nav-links,
.page-title,
.page-description,
.comment-author .fn,
.no-comments,
h2.author-title,
p.author-bio,
h4 {
  font-size: 1.125em;
}

.pagination .nav-links,
.comment-content,
h5 {
  font-size: 0.88889em;
}

.entry-meta,
.entry-footer,
.discussion-meta-info,
.site-info,
.has-small-font-size,
.comment-reply-link,
.comment-metadata,
.comment-notes,
.sticky-post,
#cancel-comment-reply-link,
img:after,
h6 {
  font-size: 16px;
}

.site-title,
.page-title {
  font-weight: normal;
}

.page-description,
.page-links a {
  font-weight: bold;
}

.site-description {
  letter-spacing: -0.01em;
}

.post-navigation .post-title,
.entry-title,
.not-found .page-title,
.error-404 .page-title,
.comments-title,
blockquote {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
}

/* Do not hyphenate entry title on tablet view and bigger. */
@media only screen and (min-width: 768px) {
  .entry-title {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
  }
}



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

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

big {
  font-size: 125%;
}

a {
  color: #3d3d3d;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}


/* Elements */
html {
  box-sizing: border-box;
}

::-moz-selection {
  background-color: #bfdcea;
}

::selection {
  background-color: #bfdcea;
}

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

body {
  background-image: url('/wp-content/uploads/2019/10/bk_site.jpg');
  background-repeat: repeat;
  background-position: center;
  -ms-overflow-x: hidden;
  overflow-x: hidden;
}

a:hover,
a:active {

  outline: 0;
  text-decoration: none;
}

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


hr {
  background-color: #767676;
  border: 0;
  height: 2px;
}

ul,
ol {
  padding-left: 1rem;
}

ul {
  list-style: disc;
}

ul ul {
  list-style-type: circle;
}

ol {
  list-style: decimal;
}

li {
  line-height: 1.8;
}

li > ul,
li > ol {
  padding-left: 2rem;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1rem 1rem;
}

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

figure {
  margin: 0;
}

p {
  margin: 0;
}

blockquote {
  border-left: 2px solid #0073aa;
  margin-left: 0;
  padding: 0 0 0 1rem;
}

blockquote > p {
  margin: 0;
}

blockquote cite {
  color: #767676;
}

table td,
table th {
  padding: 0.5em;
  border: 1px solid #767676;
  word-break: break-all;
}

/* Forms */
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  transition: background 150ms ease-in-out;
  background: #0073aa;
  border: none;
  border-radius: 0px;
  box-sizing: border-box;
  color: #fff;
  font-size: 0.88889em;
  font-weight: 700;
  line-height: 0.7;
  outline: none;
  padding: 0.76rem 1rem;
  text-decoration: none;
  vertical-align: bottom;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}


input[type="button"]:hover,
input[type="reset"]:hover {
  background: #111;
  cursor: pointer;
}

.button:visited,
button:visited,
input[type="button"]:visited,
input[type="reset"]:visited,
input[type="submit"]:visited {
  color: #fff;
  text-decoration: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  -webkit-backface-visibility: hidden;
  background: #fff;
  border: solid 1px #ccc;
  box-sizing: border-box;
  outline: none;
  padding: 0.36rem 0.66rem;
  -webkit-appearance: none;
  outline-offset: 0;
  border-radius: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  outline: none;
  outline-offset: -4px;
}

input[type="search"]::-webkit-search-decoration {
  display: none ;
}
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 100%;
  resize: vertical;
}

form p {
  margin: 0;
}

/* Navigation */
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/



a:hover,
a:active {
  
  outline: 0;
  text-decoration: none;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/** === Main menu === */
.main-navigation {
  display: block;
  margin-top: 0.25rem;
  /* Un-style buttons */
  /*
	 * Sub-menu styles
	 *
	 * :focus-within needs its own selector so other similar
	 * selectors don’t get ignored if a browser doesn’t recognize it
	 */
  /**
	 * Fade-in animation for top-level submenus
	 */
  /**
	 * Off-canvas touch device styles
	 */
}

body.page .main-navigation {
  display: block;
  text-align: right;
  margin-right: 15px;
}

.main-navigation {
  text-align: right;
  margin-right: 15px;
}

.main-navigation > div {
  display: inline;
}

.main-navigation button {
  display: inline-block;
  border: none;
  padding: 0;
  margin: 0;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  background: transparent;
  color: inherit;
  cursor: pointer;
  transition: background 250ms ease-in-out, transform 150ms ease;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.main-navigation button:hover, .main-navigation button:focus {
  background: transparent;
}

.main-navigation button:focus {
  outline: 1px solid transparent;
  outline-offset: -4px;
}

.main-navigation button:active {
  transform: scale(0.99);
}

.main-navigation .main-menu {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.main-navigation .main-menu > li {
  color: #3E3E3E;
  display: inline;
  position: relative;
}

.main-navigation .main-menu > li > a {
  font-weight: 700;
  color: #3d3d3d;
  font-size: 22px;
  text-decoration: none;
  margin-right: 40px;
  font-weight: 400;
}

.main-navigation .main-menu > li > a + svg {
  margin-right: 0.5rem;
}

.main-navigation .main-menu > li > a:hover,
.main-navigation .main-menu > li > a:hover + svg {
 
  border-top: 2px solid #0168b5;
}
.current-menu-item a {
  color: #0168b5 !important;
}

.sub-menu .menu-item a {
  color: #fff !important;
}

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

.main-navigation .main-menu > li.menu-item-has-children {
  display: inline-block;
  position: inherit;
}

.menu-item-type-post_type .sub-menu {
  visibility: hidden;
}
.menu-item-type-post_type:hover .sub-menu {
  visibility: visible;
}

@media only screen and (min-width: 768px) {
  .main-navigation .main-menu > li.menu-item-has-children {
    position: relative;
  }
}

.main-navigation .main-menu > li.menu-item-has-children > a {
  margin-right: 0.125rem;
}

.main-navigation .main-menu > li.menu-item-has-children > a:after,
.main-navigation .main-menu > li.menu-item-has-children .menu-item-has-children > a:after {
  content: "";
  display: none;
}

.main-navigation .main-menu > li.menu-item-has-children .submenu-expand {
  display: inline-block;
  margin-right: 40px;
  /* Priority+ Menu */
}

.main-navigation .main-menu > li.menu-item-has-children .submenu-expand.main-menu-more-toggle {
  position: relative;
  height: 24px;
  line-height: 1.2;
  width: 24px;
  padding: 0;
  margin-left: 0.5rem;
}

.main-navigation .main-menu > li.menu-item-has-children .submenu-expand.main-menu-more-toggle svg {
  height: 24px;
  width: 24px;
  top: -0.125rem;
  vertical-align: text-bottom;
}

.wp-customizer-unloading .main-navigation .main-menu > li.menu-item-has-children .submenu-expand, .main-navigation .main-menu > li.menu-item-has-children .submenu-expand.is-empty {
  display: none;
}

.main-navigation .main-menu > li.menu-item-has-children .submenu-expand svg {
  position: relative;
  top: 2px;
}

.main-navigation .main-menu > li:last-child > a,
.main-navigation .main-menu > li:last-child.menu-item-has-children .submenu-expand {
  margin-right: 0;
}

.main-navigation .sub-menu {
  background-color: #0073aa;
  color: #fff;
  list-style: none;
  padding-left: 0;
  position: absolute;
  opacity: 0;
  z-index: 99999;
}

@media only screen and (min-width: 1100px) {
  .main-navigation .sub-menu {
      width: 330px !important;
      display: none;
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: 0;
      -ms-transform: translate(-50%, 0);
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      padding: 20px 20px 40px 40px;
      line-height: 1.8em;
      background: #0168b5;
      z-index: 999999;
      border-top: 37px solid #fff;
  }

  .search-icon-header {
    display: block;
  }
  
  .search-form.search-input {
    display: block;
  } 

  .main-navigation .main-menu > li.menu-item-has-children .submenu-expand {
    display: none;
  }
  .menu-item-has-children {
    margin-right: 40px;
  }
  
  .search-bar {
    display: flex;
    flex-direction: row-reverse;
  }

  .sub-menu.hoverOn {
    transition: all 0.6 ease-in;
    -webkit-transition: all 0.6 ease-in;
    -moz-transition: all 0.6 ease-in;
    -ms-transition: all 0.6 ease-in;
    -o-transition: all 0.6 ease-in;
    display: block;
}
  
}

.search-icon-header {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}

.search-icon-header svg {
  position: absolute;
  align-items: center;
  vertical-align: middle;
  margin-top: 5px;
}

.search-field {
  border-color: #d2cbcb;
  box-shadow: none;
  background: #ccc;
}

.search-form input {
  border: 0;
  text-align: left;
  margin-right: 0px;
  padding-left: 10px;
}

.search-field {
  width: 50%;
  transition: width .2s ease-in-out;
  -webkit-transition: width .2s ease-in-out;
  -moz-transition: width .2s ease-in-out;
  -ms-transition: width .2s ease-in-out;
  -o-transition: width .2s ease-in-out;
  opacity: 0;
  margin-left: auto;
  display: block;
}

.search-bar:hover .search-field {
  opacity: 1;
  width: 100%;
}

.search-field:focus {
  opacity: 1 !important;
  width: 100% !important;
}
.search input, input::placeholder, .search-field, textarea::placeholder {
  font-size: 14px !important;
  font-family: 'TitilliumWeb' !important;
  text-transform: capitalize !important;
}

@media only screen and (min-width: 768px) {
  .main-navigation .sub-menu {
    width: auto;
    min-width: -moz-max-content;
    min-width: -webkit-max-content;
    min-width: max-content;
  }
}

.main-navigation .sub-menu > li {
  display: block;
  float: none;
  position: relative;
}

.main-navigation .sub-menu > li.menu-item-has-children .submenu-expand {
  display: inline-block;
  position: absolute;
  width: calc( 24px + 1rem);
  right: 0;
  top: calc( .125 * 1rem);
  bottom: 0;
  color: white;
  line-height: 1;
  padding: calc( .5 * 1rem);
}

.main-navigation .sub-menu > li.menu-item-has-children .submenu-expand svg {
  top: 0;
}

.main-navigation .sub-menu > li.menu-item-has-children .submenu-expand {
  margin-right: 0;
}

@media only screen and (min-width: 768px) {
  .main-navigation .sub-menu > li.menu-item-has-children .menu-item-has-children > a:after {
    content: "\203a";
  }
}

.main-navigation .sub-menu > li > a,
.main-navigation .sub-menu > li > .menu-item-link-return {
  color: #fff;
  display: block;
  line-height: 1.8em;
  text-shadow: none;
  padding:0px ;
  white-space: nowrap;
}

.main-navigation .sub-menu > li > a:hover, .main-navigation .sub-menu > li > a:focus,
.main-navigation .sub-menu > li > .menu-item-link-return:hover,
.main-navigation .sub-menu > li > .menu-item-link-return:focus {
  background: none;
  text-decoration: underline;
}

.main-navigation .sub-menu > li > a:hover:after, .main-navigation .sub-menu > li > a:focus:after,
.main-navigation .sub-menu > li > .menu-item-link-return:hover:after,
.main-navigation .sub-menu > li > .menu-item-link-return:focus:after {
  background: #005177;
}

.main-navigation .sub-menu > li > .menu-item-link-return {
  width: 100%;
  font-size: 22px;
  font-weight: normal;
  text-align: left;
}

.main-navigation .sub-menu > li > a:empty {
  display: none;
}

.main-navigation .sub-menu > li.mobile-parent-nav-menu-item {
  display: none !important;
  font-size: 0.88889em;
  font-weight: normal;
}

.main-navigation .sub-menu > li.mobile-parent-nav-menu-item svg {
  position: relative;
  top: 0.2rem;
  margin-right: calc( .25 * 1rem);
}



@media (hover:hover) {

  .menu-item > .sub-menu.hoverOn {
    display: block;
    left: 50%;
    margin-top: 0;
    opacity: 1;
    width: auto;
    animation: fade_in 0.6s forwards;
    -webkit-animation: fade_in 0.6s forwards;
  }
  .menu-item > .sub-menu.hoverOn > li {
    display: block;
    animation: fade_in 0.6s forwards;
    -webkit-animation: fade_in 0.6s forwards;
  }
  .menu-item > .sub-menu.hoverOff > li {
    display: block;
    animation: fade_out 2s forwards;
    -webkit-animation: fade_out 2s forwards;
}
  .menu-item > .sub-menu.hoverOff {
    display: block;
    animation: fade_out 2s forwards;
    -webkit-animation: fade_out 2s forwards;
    left: 50%;
}

  .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu.hidden-links,
  .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus > .sub-menu.hidden-links,
  .main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu.hidden-links {
    left: 0;
    width: 100%;
    display: table;
    position: absolute;
  }

  @media only screen and (min-width: 768px) {
    .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu.hidden-links,
    .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus > .sub-menu.hidden-links,
    .main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu.hidden-links {
      right: 0;
      left: auto;
      display: table;
      width: max-content;
    }
  }

  .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu .submenu-expand,
  .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus > .sub-menu .submenu-expand,
  .main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu .submenu-expand {
    display: none;
  }

  .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu .sub-menu,
  .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus > .sub-menu .sub-menu,
  .main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu .sub-menu {
    display: block;
    margin-top: inherit;
    position: absolute;
    width: 100%;
    left: 100%;
    opacity: 1;
    top: 0;
    /* Non-mobile position */
  }

  @media only screen and (min-width: 768px) {
    .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu .sub-menu,
    .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus > .sub-menu .sub-menu,
    .main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu .sub-menu {
      float: none;
      max-width: 100%;
    }
  }

  .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu .sub-menu,
  .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus > .sub-menu .sub-menu,
  .main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu .sub-menu {
    counter-reset: submenu;
  }

  .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu .sub-menu > li > a::before,
  .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus > .sub-menu .sub-menu > li > a::before,
  .main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu .sub-menu > li > a::before {
    font-weight: normal;
    counter-increment: submenu;

  }

}

.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu .submenu-expand .svg-icon {
  transform: rotate(270deg);
}

.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu .sub-menu {
  opacity: 0;
  position: absolute;
  z-index: 0;
  transform: translateX(-100%);
}

.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu li:hover,
.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu li:focus,
.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu li > a:hover,
.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu li > a:focus {
  background-color: transparent;
}

.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu > li > a,
.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu > li > .menu-item-link-return {
  white-space: inherit;
}

.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true, .header__menu--active {
  display: table;
  margin-top: 0;
  opacity: 1;
  padding-left: 0;
  /*Mobileposition*/left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 100000;
  /*Makesureappearsabovemobileadminbar*/width: 50vw;
  height: 100vh;
  max-width: 100vw;
  transform: translateX(-100%);
  animation: slide_in_right 0.3s forwards;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
}

.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true > .mobile-parent-nav-menu-item {
  display: block;
}

.admin-bar .main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true {
  top: 46px;
  height: calc( 100vh - 46px);
  /* WP core breakpoint */
}

.admin-bar .main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true .sub-menu.expanded-true {
  top: 0;
}

@media only screen and (min-width: 782px) {
  .admin-bar .main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true {
    top: 32px;
    height: calc( 100vh - 32px);
  }
  .admin-bar .main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true .sub-menu.expanded-true {
    top: 0;
  }
}

.main-navigation .main-menu-more:nth-child(n+3) {
  display: none;
}

/* Menu animation */
@keyframes slide_in_right {
  100% {
    transform: translateX(0%);
  }
}

@keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
  
}
@keyframes fade_out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
  
}

/* Social menu */
.social-navigation {
  margin-top: calc(1rem / 2);
  text-align: left;
}

.social-navigation ul.social-links-menu {
  content: "";
  display: table;
  table-layout: fixed;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.social-navigation ul.social-links-menu li {
  display: inline-block;
  vertical-align: bottom;
  vertical-align: -webkit-baseline-middle;
  list-style: none;
}

.social-navigation ul.social-links-menu li:nth-child(n+2) {
  margin-left: 0.1em;
}

.social-navigation ul.social-links-menu li a {
  border-bottom: 1px solid transparent;
  display: block;
  color: #111;
  margin-bottom: -1px;
  transition: opacity 110ms ease-in-out;
}

.social-navigation ul.social-links-menu li a:hover, .social-navigation ul.social-links-menu li a:active {
  color: #111;
  opacity: 0.6;
}

.social-navigation ul.social-links-menu li a:focus {
  color: #111;
  opacity: 1;
  border-bottom: 1px solid #111;
}

.social-navigation ul.social-links-menu li a svg {
  display: block;
  width: 32px;
  height: 32px;
  transform: translateZ(0);
}

.social-navigation ul.social-links-menu li a svg#ui-icon-link {
  transform: rotate(-45deg);
}

@media only screen and (min-width: 768px) {
  .site-title + .social-navigation,
  .site-description + .social-navigation {
    margin-top: calc(1rem / 5);
  }
}

/** === Footer menu === */
.footer-navigation {
  display: inline;
  float: right;
}

.footer-navigation > div {
  display: inline;
}

.footer-navigation .footer-menu {
  display: inline;
  padding-left: 0;
}

.footer-navigation .footer-menu li {
  display: inline;
  margin-right: 35px;
}

.site-footer {
  background-color: rgb(1, 104, 181);
 
}
.site-footer p {
  font-size: 16px;
  line-height: 1.6em;
  margin: 1px;
  font-family: 'OpenSans';
  font-weight: 400;
}

.site-footer h1 {
  font-size: 24px;
  line-height: 1.2em;
  text-transform: uppercase; 
  font-weight: 600;
  margin-bottom: 40px;
}
.footer-content {
  justify-content: space-between;
}

.footer-bottom {
  border-top: 1px solid #fff;
  margin-top: 140px;
}
.adress-footer h2 {
  font-weight: 700;
  font-size: 16px;
  margin: 30px 0px 2px;
  font-family: 'OpenSans';
  font-weight: 700;
  margin: 15px 0px 0px;
}
.adress-footer p {
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  font-family: 'OpenSans';
  font-weight: 400;
}
.legal-pages {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex: 1;
}

.logo-zalox {
  margin-top: 50px;
}

.linkedin-footer {
  margin-right: 20px;
}

.privacy-policy {
  margin-left: 10px;
}

.legal-pages > div > a {
  font-family: 'OpenSans';
  text-decoration: none;
}

.legal-pages > div > a:hover {
  text-decoration: underline !important;
}


#colophon .site-info::before {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  top: -10px;
  left: 0;
  background: linear-gradient(to right, #c6076e, #c6076e), linear-gradient(to right, #ec6608, #ec6608), linear-gradient(to right, #98a6b1, #98a6b1), linear-gradient(to right, #97bb20, #97bb20), linear-gradient(to right, #c7c2b4, #c7c2b4);
  background-repeat: no-repeat;
  background-position: 0 0, 25% 0, 50% 0, 75% 0, 100% 0;
  background-size: 20.1% 100%, 20.1% 100%, 20.1% 100%, 20.1% 100%, 20.1% 100%;
}

.logo-zalox svg g {
  opacity: 0.5;
}

/*--------------------------------------------------------------
## Next / Previous
--------------------------------------------------------------*/
/* Next/Previous navigation */
.post-navigation {
  margin: calc(3 * 1rem) 0;
}

@media only screen and (min-width: 768px) {
  .post-navigation {
    margin: calc(3 * 1rem) calc(10% + 60px);
    max-width: calc(6 * (100vw / 12));
  }
}

@media only screen and (min-width: 1168px) {
  .post-navigation {
    margin: calc(3 * 1rem) 0;
    max-width: 100%;
  }
}

.post-navigation .nav-links {
  margin: 0 1rem;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .post-navigation .nav-links {
    margin: 0;
  }
}

@media only screen and (min-width: 1168px) {
  .post-navigation .nav-links {
    flex-direction: row;
    margin: 0 calc(10% + 60px);
    max-width: calc(6 * (100vw / 12) - 28px);
  }
}

.post-navigation .nav-links a .meta-nav {
  color: #767676;
  user-select: none;
}

.post-navigation .nav-links a .meta-nav:before, .post-navigation .nav-links a .meta-nav:after {
  display: none;
  content: "—";
  width: 2em;
  color: #767676;
  height: 1em;
}

.post-navigation .nav-links a .post-title {
  hyphens: auto;
}

.post-navigation .nav-links a:hover {
  color: #005177;
}

@media only screen and (min-width: 1168px) {
  .post-navigation .nav-links .nav-previous,
  .post-navigation .nav-links .nav-next {
    min-width: calc(50% - 2 * 1rem);
  }
}

.post-navigation .nav-links .nav-previous {
  order: 2;
}

@media only screen and (min-width: 1168px) {
  .post-navigation .nav-links .nav-previous {
    order: 1;
  }
}

.post-navigation .nav-links .nav-previous + .nav-next {
  margin-bottom: 1rem;
}

.post-navigation .nav-links .nav-previous .meta-nav:before {
  display: inline;
}

.post-navigation .nav-links .nav-next {
  order: 1;
}

@media only screen and (min-width: 1168px) {
  .post-navigation .nav-links .nav-next {
    order: 2;
    padding-left: 1rem;
  }
}

.post-navigation .nav-links .nav-next .meta-nav:after {
  display: inline;
}

.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem;
}

.pagination .nav-links > * {
  padding: 1rem;
}

.pagination .nav-links > *.dots, .pagination .nav-links > *.prev {
  padding-left: 0;
}

.pagination .nav-links > *.dots, .pagination .nav-links > *.next {
  padding-right: 0;
}

.pagination .nav-links a:focus {
  outline-offset: -1px;
}

.pagination .nav-links a:focus.prev, .pagination .nav-links a:focus.next {
  text-decoration: none;
}

.pagination .nav-links .nav-next-text,
.pagination .nav-links .nav-prev-text {
  display: none;
}

@media only screen and (min-width: 768px) {
  .pagination .nav-links {
    max-width: 90%;
    margin: 50px auto;
    padding: 0;
  }
  .pagination .nav-links .prev > *,
  .pagination .nav-links .next > * {
    display: inline-block;
    vertical-align: text-bottom;
  }
  .pagination .nav-links > * {
    padding: 1rem;
  }
}

.comment-navigation .nav-links {
  display: flex;
  flex-direction: row;
}

.comment-navigation .nav-previous,
.comment-navigation .nav-next {
  min-width: 50%;
  width: 100%;
  font-weight: bold;
}

.comment-navigation .nav-previous .secondary-text,
.comment-navigation .nav-next .secondary-text {
  display: none;
}

@media only screen and (min-width: 768px) {
  .comment-navigation .nav-previous .secondary-text,
  .comment-navigation .nav-next .secondary-text {
    display: inline;
  }
}

.comment-navigation .nav-previous svg,
.comment-navigation .nav-next svg {
  vertical-align: middle;
  position: relative;
  margin: 0 -0.35em;
  top: -1px;
}

.comment-navigation .nav-next {
  text-align: right;
}

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

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

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

/* Alignments */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1rem;
}

@media only screen and (min-width: 768px) {
  .alignleft {
    /*rtl:ignore*/
    margin-right: calc(2 * 1rem);
  }
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1rem;
}

@media only screen and (min-width: 768px) {
  .alignright {
    /*rtl:ignore*/
    margin-left: calc(2 * 1rem);
  }
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

/* Clearings */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/* widget */

.scrollIcon  {
  width: 3%;
  left: 95%;
  position: fixed !important;
  top: 70%;
  display: none;
  z-index: 2;
}

/* Layout */
/** === Layout === */
#page {
  width: 1640px;
  background-color: #fff;
  margin: 50px auto 0px;
  height: 100%;
}

.site-content {
  overflow: hidden;
  padding-bottom: 50px;
}

.grid {
  display: grid;
  display: -ms-grid;
}

.flex {
  display: flex;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.color-white {
  color: #fff;
}
/* Content */
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

/* remoção de contactos em desktop */
#menu-item-240 a { /* margem de noticias */
  margin-right: 0px;
}
#menu-item-1226 { /* contactos escondidos */
  display: none;
}
/* fim de remoção de contactos em desktop */

.sub-menu .sub-menu > li {
  display: none;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
}



.menu-item-has-children .sub-menu li {
  display: none;
}
.menu-item-has-children:hover .sub-menu li {
  display: block;
}

.menu-item a {
  font-size: 16px;
}

.sub-menu li a {
  font-family: 'OpenSans';
  font-size: 18px;
}

.header {
  -ms-grid-columns: 40% 60%;
   grid-template-columns: 40% 60%;
       grid-template-areas: 
    "a b"
    "a c";
    text-transform: uppercase;
    -ms-grid-columns: 1fr 1fr;
    height: 100px;
   
}

.languages > div > .background-image-arrow {
  margin-right: 0px !important;
}

.site-header {
  padding: 80px;
}
.logo-header {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  width: 50%;
  margin-top: 10px;
  grid-area: a;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-row-span:2;
}

.top-links-header {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: b;
  font-family: 'TitilliumWeb';
  -ms-grid-row: 1;
	-ms-grid-column: 2;
}

.site-branding-container {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: c;
  -ms-grid-row: 2;
	-ms-grid-column: 2;
}

.search-bar, .search-bar .chw-widget-area, .search-bar .chw-widget {
  margin-right: 0px !important;
}

.search-field {
  text-align: right;
}

input[type="search"] {
  padding: 0;
  outline: none;
  cursor: pointer;
}

input[type="search"]:focus {
  outline: none;
}

input[type="search"]::-webkit-input-placeholder {
  color: #4B4B4B;
  opacity: 1;
  text-transform: uppercase;
  font-size: 18px; 
  font-family: 'TitilliumWeb';
  font-weight: 400;
}

input[type="search"]::-moz-placeholder {
  color: #4B4B4B;
  opacity: 1;
  text-transform: uppercase;
  font-size: 18px; 
  font-family: 'TitilliumWeb';
  font-weight: 400;
}

input[type="search"]:-ms-input-placeholder {
  color: #4B4B4B;
  opacity: 1;
  text-transform: uppercase;
  font-size: 18px; 
  font-family: 'TitilliumWeb';
  font-weight: 400;
}

input[type="search"]::-ms-input-placeholder {
  color: #4B4B4B;
  opacity: 1;
  text-transform: uppercase;
  font-size: 18px; 
  font-family: 'TitilliumWeb';
  font-weight: 400;
}

input[type="search"]::placeholder {
  color: #4B4B4B;
  opacity: 1;
  text-transform: uppercase;
  font-size: 18px; 
  font-family: 'TitilliumWeb';
  font-weight: 400;
}

.top-links-header {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 15px;
  font-size: 16px;
  color: #3d3d3d;
}

.top-links-header div  {
  margin-right: 15px;
}

.top-links-header .languages{
  margin-right: 0px;
}

.about div {
  margin-right: 0px;
}

.search-submit {
  display: none;
}

.search-form input {
  border: 0;
  margin-right: -5px;
  padding:3px 10px;
}

.contacs-header a:hover {
  color: #0168b5 !important;
}

.contacs-header:hover {
  color: #0168b5 !important;
}

.contacs-header {
  cursor: pointer;
}

.contacs-header a:hover {
  color: #0168b5 !important;
}

.contacs-header a:hover {
  color: #0168b5 !important;
}

.contacs-header a:hover {
  color: #0168b5 !important;
}

.contacs-header a:hover {
  color: #0168b5 !important;
}

.languages {
  position: relative;
}
.languages div {
  margin-right: 10px !important;
}

.header__menu--hamburger {
  display: none;
  align-self: center;
  margin-right: 15px;
}

.header__menu--hamburger .hamburger {
  width: 30px;
  margin-left: auto;
  cursor: pointer;
}
.header__menu--hamburger__line {
  width: 30px;
  height: 4px;
  background: #003057;
  margin-top: 2px;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.hamburger.active .header__menu--hamburger__line {
  background: #fff;
}

.hamburger.active .header__menu--hamburger__line:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
  -webkit-transform: translateY(5px) rotate(45deg);
  -moz-transform: translateY(5px) rotate(45deg);
  -ms-transform: translateY(5px) rotate(45deg);
  -o-transform: translateY(5px) rotate(45deg);
  background: #003057;
}

.hamburger.active .header__menu--hamburger__line:nth-child(2) {
  opacity: 0;
}

.hamburger.active .header__menu--hamburger__line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -moz-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  background: #003057;
}

.contacs-header.mobile {
  display: none;
  color: #fff;
  position: absolute;
  top: 30%;
  font-size: 25px;
  font-weight: 400;
  font-family: 'TitilliumWeb';
}

@media only screen and (min-width: 768px) {
  .site-header {
    margin: 0;
    padding: 20px;
  }
}

.site-branding {
  color: #767676;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  position: relative;
  word-wrap: break-word;
  font-family: 'TitilliumWeb';
}

@media only screen and (min-width: 768px) {
  .site-branding {
    margin: 0;
  }
}

.site-logo {
  position: relative;
  z-index: 999;
  margin-bottom: calc(.66 * 1rem);
}

@media only screen and (min-width: 768px) {
  .site-logo {
    margin-bottom: 0;
    position: absolute;
    right: calc(100% + (1.25 * 1rem));
    top: 4px;
    z-index: 999;
  }
}

.site-logo .custom-logo-link {
  border-radius: 100%;
  box-sizing: content-box;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  transition: box-shadow 200ms ease-in-out;
}

.site-logo .custom-logo-link .custom-logo {
  min-height: inherit;
}

.site-logo .custom-logo-link:hover, .site-logo .custom-logo-link:active, .site-logo .custom-logo-link:focus {
  box-shadow: 0 0 0 2px black;
}

@media only screen and (min-width: 768px) {
  .site-logo .custom-logo-link {
    width: 64px;
    height: 64px;
  }
}

.site-title {
  margin: auto;
  display: inline;
  color: #111;
  /* When there is no description set, make sure navigation appears below title. */
}

.site-title a {
  color: #111;
}

.site-title a:link, .site-title a:visited {
  color: #111;
}

.site-title a:hover {
  color: #4a4a4a;
}

.featured-image .site-title {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .featured-image .site-title {
    display: inline-block;
  }
}

.site-title + .main-navigation {
  display: block;
}

@media only screen and (min-width: 768px) {
  .site-title {
    display: inline;
  }
}

.site-title:not(:empty) + .site-description:not(:empty):before {
  content: "\2014";
  margin: 0 .2em;
}

.site-description {
  display: inline;
  color: #767676;
  font-weight: normal;
  margin: 0;
}

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

.sticky-post {
  background: #0073aa;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  padding: .25rem;
  position: absolute;
  text-transform: uppercase;
  top: -1rem;
  z-index: 1;
}

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

.page-links {
  clear: both;
  margin: 0 0 calc(1.5 * 1rem);
}

.entry {
  margin-top: 50px;
}

.entry:first-of-type {
  margin-top: 0;
}

.entry .entry-header {
  margin: calc(3 * 1rem) 1rem 1rem;
  position: relative;
}

#page #colophon, #colophon {
  width: 1640px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}


@media only screen and (min-width: 768px) {
  .entry .entry-header {
    margin: calc(3 * 1rem) calc(10% + 60px) 1rem;
  }
}

.entry .entry-title {
  margin: 0;
}

.entry .entry-title:before {
  background: #767676;
  content: "\020";
  display: block;
  height: 2px;
  margin: 1rem 0;
  width: 1em;
}

.entry .entry-title a {
  color: inherit;
}

.entry .entry-title a:hover {
  color: #4a4a4a;
}

.entry .entry-meta,
.entry .entry-footer {
  color: #767676;
  font-weight: 700;
}

.entry .entry-meta > span,
.entry .entry-footer > span {
  margin-right: 1rem;
  display: inline-block;
}

.entry .entry-meta > span:last-child,
.entry .entry-footer > span:last-child {
  margin-right: 0;
}

.entry .entry-meta a,
.entry .entry-footer a {
  transition: color 110ms ease-in-out;
  color: currentColor;
}

.entry .entry-meta a:hover,
.entry .entry-footer a:hover {
  text-decoration: none;
  color: #0073aa;
}

.entry .entry-meta .svg-icon,
.entry .entry-footer .svg-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}

.entry .entry-meta {
  margin: 1rem 0;
}

.entry .entry-footer {
  margin: calc(2 * 1rem) 1rem 1rem;
}

@media only screen and (min-width: 768px) {
  .entry .entry-footer {
    margin: 1rem calc(10% + 60px) calc(3 * 1rem);
    max-width: calc(8 * (100vw / 12) - 28px);
  }
}

@media only screen and (min-width: 768px) {
  .entry .entry-footer {
    max-width: calc(6 * (100vw / 12) - 28px);
  }
}

.entry .post-thumbnail {
  margin: 1rem;
}

@media only screen and (min-width: 768px) {
  .entry .post-thumbnail {
    margin: 1rem calc(10% + 60px);
  }
}

.entry .post-thumbnail:focus {
  outline: none;
}

.entry .post-thumbnail .post-thumbnail-inner {
  display: block;
}

.entry .post-thumbnail .post-thumbnail-inner img {
  position: relative;
  display: block;
  width: 100%;
}

.image-filters-enabled .entry .post-thumbnail {
  position: relative;
  display: block;
}

.image-filters-enabled .entry .post-thumbnail .post-thumbnail-inner {
  filter: grayscale(100%);
}

.image-filters-enabled .entry .post-thumbnail .post-thumbnail-inner:after {
  background: rgba(0, 0, 0, 0.35);
  content: "";
  display: block;
  height: 100%;
  opacity: .5;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 4;
}

@supports (mix-blend-mode: multiply) {
  .image-filters-enabled .entry .post-thumbnail .post-thumbnail-inner:after {
    display: none;
  }
}

.image-filters-enabled .entry .post-thumbnail:before, .image-filters-enabled .entry .post-thumbnail:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "\020";
  pointer-events: none;
}

.image-filters-enabled .entry .post-thumbnail:before {
  background: #0073aa;
  mix-blend-mode: screen;
  opacity: 0.1;
  z-index: 2;
}

.image-filters-enabled .entry .post-thumbnail:after {
  background: #0073aa;
  mix-blend-mode: multiply;
  opacity: .8;
  z-index: 3;
  /* Browsers supporting mix-blend-mode don't need opacity < 1 */
}

@supports (mix-blend-mode: multiply) {
  .image-filters-enabled .entry .post-thumbnail:after {
    opacity: 1;
  }
}

.entry .entry-content,
.entry .entry-summary {
  max-width: calc(100% - (2 * 1rem));
  margin: 0 1rem;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content,
  .entry .entry-summary {
    max-width: 80%;
    margin: 0 10%;
  }
}

.entry .entry-content p {
  word-wrap: break-word;
}

.entry .entry-content .more-link {
  transition: color 110ms ease-in-out;
  display: inline;
  color: inherit;
}

.entry .entry-content .more-link:after {
  content: "\02192";
  display: inline-block;
  margin-left: 0.5em;
}

.entry .entry-content .more-link:hover {
  color: #0073aa;
  text-decoration: none;
}

.entry .entry-content a.button, .entry .entry-content a:hover {
  text-decoration: none;
}

.entry .entry-content a.button {
  display: inline-block;
}

.entry .entry-content a.button:hover {
  background: #111;
  color: #fff;
  cursor: pointer;
}

.entry .entry-content > iframe[style] {
  margin: 32px 0 !important;
  max-width: 100% !important;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content > iframe[style] {
    max-width: calc(8 * (100vw / 12) - 28px) !important;
  }
}

@media only screen and (min-width: 1168px) {
  .entry .entry-content > iframe[style] {
    max-width: calc(6 * (100vw / 12) - 28px) !important;
  }
}

.entry .entry-content .page-links a {
  margin: calc(0.5 * 1rem);
  text-decoration: none;
}

.entry .entry-content .wp-audio-shortcode {
  max-width: calc(100vw - (2 * 1rem));
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-audio-shortcode {
    max-width: calc(8 * (100vw / 12) - 28px);
  }
}

@media only screen and (min-width: 1168px) {
  .entry .entry-content .wp-audio-shortcode {
    max-width: calc(6 * (100vw / 12) - 28px);
  }
}

/* Author description */
.author-bio {
  margin: calc(2 * 1rem) 1rem 1rem;
}

@media only screen and (min-width: 768px) {
  .author-bio {
    max-width: calc(8 * (100vw / 12) - 28px);
  }
}

@media only screen and (min-width: 1168px) {
  .author-bio {
    max-width: calc(6 * (100vw / 12) - 28px);
  }
}

@media only screen and (min-width: 768px) {
  .author-bio {
    margin: calc(3 * 1rem) calc(10% + 60px);
  }
}

@media only screen and (min-width: 1168px) {
  .author-bio {
    margin: calc(3 * 1rem) calc(10% + 60px);
  }
}

.author-bio .author-title {
  display: inline;
}

.author-bio .author-title:before {
  background: #767676;
  content: "\020";
  display: block;
  height: 2px;
  margin: 1rem 0;
  width: 1em;
}

.author-bio .author-description {
  display: inline;
  color: #767676;
  font-size: 1.125em;
  line-height: 1.2;
}

.author-bio .author-description .author-link {
  display: inline-block;
}

.author-bio .author-description .author-link:hover {
  color: #005177;
  text-decoration: none;
}

/*--------------------------------------------------------------
## Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs.container {
  max-width: 80%;
  margin: auto;
  font-size: 16px;
  color: #4B4B4B;
  padding-top: 0px;
  font-family: 'OpenSans';
}

.breadcrumbs .link a {
  color: #4B4B4B;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
/* Site footer */
#colophon .widget-area,
#colophon .site-info {
  margin: calc(2 * 1rem) 1rem;
}

.footer-navigation {
  font-family: 'OpenSans';
}

.footer-navigation .current-menu-item a {
  color: #fff !important;
}

.footer-navigation .footer-menu li:last-child {
  margin-right: 0px;
}

@media only screen and (min-width: 768px) {
  #colophon .widget-area,
  #colophon .site-info {
    margin: 50px 165px 42px;
  }
}

#colophon .widget-column {
  display: flex;
  flex-wrap: wrap;
}

#colophon .widget-column .widget {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  width: 100%;
  word-wrap: break-word;
}

@media only screen and (min-width: 1168px) {
  #colophon .widget-column .widget {
    margin-right: calc(3 * 1rem);
    width: calc(50% - (3 * 1rem));
  }
}

@media only screen and (min-width: 5068px) {
  .footer-navigation .footer-menu li {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 7068px) {
  .adress-footer {
    flex: 1.2;
  }
  .intro-image-bk {
    height: 50% !important;
  }

}

#colophon .site-info {
  color: #767676;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

#colophon .site-info a {
  color: inherit;
  color: #fff;
}

#colophon .site-info a:hover {
  text-decoration: none;
  color: #fff;
}

#colophon .site-info .imprint,
#colophon .site-info .privacy-policy-link {
  margin-right: 1rem;
}

/*--------------------------------------------------------------
## Products
--------------------------------------------------------------*/

ul.page-news-intro {
  list-style: none;
}

.container.news.area-products {
  margin: 0;
  width: 100%;
  max-width: 100%;
}

.container.area-products div {
  display: flex;
  background-color: #EAF2F6;
  position: relative;
  flex: 1;
}
.container.area-products div img {
  width: 100%;
  height: 100%;
}

.container.area-products div p {
  color: #4B4B4B;
  font-size: 15px;
  text-decoration: none;
  margin: 0;
  padding: 0px 30px 20px;
  line-height: normal;
}
.text-aticle-intro.products {
  display: flex;
  flex-direction: column;
}

.text-aticle-intro.products a {
  padding: 27px 30px 20px;
}

.more-product-image {
  width: auto !important;
  margin-top: 18px;
}

.intro-image-bottom.products {
  flex: 0.6 !important;
}

.text-aticle-intro.products a {
  font-weight: 700;
  color: #003A67;
  font-size: 26px;
}

.text-aticle-intro.products p {
  font-weight: 500;
  color: #4B4B4B;
  font-size: 15px;
  font-family: 'OpensSans';
}

.article-product-image {
  padding-top: 65%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.news-article-text.products {
  margin: 55px 30px 0px 0px;
}

.news-article-text.products ul {
  -moz-column-gap: 0px;
  -webkit-column-gap: 0px;
  column-gap: 0px;
  width: 80%;
  margin-bottom: 40px;
}

.news.sub-category {
  margin-top: 70px;
}

.industries-title.product h4 {
  margin-bottom: 15px;
}

.industries-title.product p {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
  font-family: 'OpenSans';
}

.article__title.bottom.sub-product a {
  overflow-y: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: normal;
}
.article__title.bottom.sub-product {
  padding: 15px 30px 10px;
}

.page-news-intro.products {
  margin-top: 0px;
}

/*--------------------------------------------------------------
##CONTACTS
--------------------------------------------------------------*/

.map {
  position: absolute;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.api-maps div {
  margin-bottom: 15px;
}
.entry-content {
  padding-top: 120px;
  line-height: normal;
}
.contacts-info {
  margin-top: 120px;
  justify-content: space-between;
}
.entry-header {
  display: none;
}

.adress-contact {
  display: flex;
  width: 60%;
}

.contacs-title {
  font-weight: 700;
  margin-top: 65px;
}
.title-contact {
  text-align: center;
  font-size: 32px;
  color: #003A67;
  text-transform: uppercase;
}
.subtitle-contact {
  text-align: center;
  font-size: 20px;
  color: #1068B5;
  line-height: normal;
  font-weight: 400;
}
.description-contact {
  font-size: 16px;
  color: #3d3d3d;
  text-align: center;
}

.main-title, .branch {
  color: #1068B4;
  font-size: 22px;
  font-weight: 700;
}
.main-office p, .branch p {
  margin: 20px 0px;
}
.contacts-info .number {
  margin-bottom: 25px;
}
.main-office a, .branch a {
  text-decoration: none;
  color: #707070;
  font-size: 16px;
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  display: block;
}

.main-office {
  flex: 1;
  width: 100%;
}

.branch {
  flex: 0.7;
}

.input-group input, .input-group textarea {
  border: 0.5px solid #707070;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  outline: none;
  margin-bottom: 15px;
  height: 44px;
  overflow: hidden;
  resize: none;
  opacity: 0.5;
  color: #707070;
  width: 100%;
}

.input-group textarea {
  height: 160px;
}

.input-group input::placeholder, .input-group textarea::placeholder {
  font-size: 20px;
  color: #707070;
  font-family: 'OpenSans';
  font-weight: 400;
}

.input-group textarea {
  line-height: 1.4;
}

.input-group p {
  margin: 0;
  margin-bottom: 10px;
}

.ajax-loader{
  display: none !important;
}

.copy-form {
  color: #707070;
  font-size: 15px;
  font-family: Helvetica, sans-serif;
  font-weight: 400;
}

#form-submit {
  width: 100%;
  font-size: 20px;
  font-family: Helvetica, sans-serif;
  font-weight: 600;
  cursor: pointer;
  height: 44px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.wpcf7-form-control-wrap.your-name {
  display: flex;
  flex-direction: column;
}

.your-name input {
  order: 2;
}
.wpcf7-not-valid-tip {
  order: 1;
}

.your-email .wpcf7-not-valid-tip {
  display: none !important;
}

.your-name input:focus, .your-email input:focus, .your-subject input:focus {
  border: 0.5px solid #707070 !important;
}

/* error and sucess on submit form */

.blank-message {
  display: none;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors{
  display: none !important;
}

span.wpcf7-not-valid-tip {
  color: #EC6608;
  font-size: 15px;
  font-weight: normal;
  display: block;
}

div.wpcf7-mail-sent-ok {
  border: none;
  color: #1068B4;
  font-size: 25px;
  background-color: #F4F5F7;
  padding: 70px 105px 50px;
  line-height: normal;
  font-weight: 700;
  float: right;
}

div.wpcf7-response-output {
  margin: 0;
  text-align: center;
  width: 50%;
  box-sizing: unset;
}

div.wpcf7-response-output::before {
  content: url('img/successForm.svg');
  width: 100%;
  height: 17px;
  display: block;
  text-align: center;
  margin-bottom: 25px;
}

.blank-message {
  color: #EC6608;
  font-size: 15px;
  font-weight: normal;
}

.wpcf7-response-output.wpcf7-validation-errors, .wpcf7-not-valid-tip {
  display: none !important;
}

/* página 404 */

.error404 #page {
  height: 100vh;
}

.error-404 {
  text-align: center;
}

.error-404 .page-title {
  font-size: 104px;
  font-weight: 700;
  color: #003A67;
  margin: 0;
}

.error-404 .page-content {
  font-size: 16px;
  font-family: 'OpenSans';
  font-weight: 400;
  color: #3d3d3d;
  margin: -55px 0px 0px;
}

.image-404 img {
  width: 100%;
  height: 370px;
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
## News
--------------------------------------------------------------*/

.container {
  max-width: 80%;
  margin: 0 10%;
}

.news {
  grid-template: auto / repeat(2, 1fr);
  grid-gap: 30px; 
  margin-top: 30px;
  -ms-grid-columns: 50% 30px 50%;
  -ms-grid-row-span: inherit;
}

.news.klinger {
  margin-top: 0px;
}

.klinger.news-article-text ul {
  list-style-image:url('/wp-content/uploads/2019/10/arrows-1-e1571322482680.png');
  font-weight: 700;
  padding-left: 1rem;
  margin-bottom: 5px;
}

.page-news-intro.home:nth-child(1) {
  -ms-grid-row: 1;
	-ms-grid-column: 1;
}
.page-news-intro.home:nth-child(2) {
  -ms-grid-row: 1;
	-ms-grid-column: 3;
}

.page-news-intro.home {
  margin-top: 0px;
}

.news.home_mobile {
  margin-top: 35px;
}

.news.top {
  grid-template: auto / repeat(1, 1fr);
  margin-top: 40px;
  -ms-grid-columns: 1fr;
}
.news.top .intro-image-bk {
  padding-top: 65%;
}

.page-news-intro {
  background-color: #EAF2F6;
}

.page-news-intro.news {
  height: 100%;
}
.share-button svg {
  cursor: pointer;
}

.social-media {
  padding: 0px 20px;
}

.current .current-title, .share-title {
  font-size: 20px;
  color: #003a67;
  font-weight: 600 !important;
  line-height: 1.2em !important;
}

.share-button svg {
  width: 32px !important;
  height: 32px !important;
}

.article__title {
  font-size: 26px;
  font-weight: 600;
  color: #003A67;
  padding: 45px 30px 18px;
  line-height: normal;
  text-transform: uppercase;
}

.article__title a {
  color: #003A67;
}

.article__title.news-box a {
  color: #0168b5;
}

.article__title.bottom {
  padding: 27px 15px 20px 30px;
}

.article-intro-info.bottom {
  padding: 0px 30px 20px;
}

.article-intro-info ul {
  display: none;
}

.article-intro-info, .arrows-article {
  color: #3d3d3d;
  font-size: 16px;
  font-family: 'OpenSans';
  font-weight: 400;
  padding: 0px 50px 30px;
  line-height: 1.6em;
}

.page-news-intro {
  margin-top:90px;
}
.page-news-intro.bottom {
  margin-top:0px;
}

.intro-image {
  width: 610px;
  height: 398px;
}

.intro-image-bottom {
  width: 40%;
}

.page-news-intro.values {
  height: 293px;
}

.intro-image-values {
  min-width: 42%;
}

.values .intro-image-bk {
  height: 230px;
  padding-top: unset;
}

.intro-image-bk {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 100%;
}

.banner-news img {
  width: 100%;
}

.text-aticle-intro.bottom {
  width: 60%;
}

.arrows-article.bottom {
  padding: 0px 30px 30px;
}

.entry-content.news {
  padding-top: 80px;
  max-width: 80%;
  margin: 0 10%;
}

.banner-news .wp-caption {
  position: relative;
  width: 100% !important;
}

.banner-news .wp-caption-text {
  position: absolute;
  top: 40%;
  background-color: white;
  color: #003761;
  font-size: 32px;
  font-weight: 700;
  padding: 10px 35px;
  left: 9%;
}



/* artigo ao carregar na news */

.breadcrumbs.container.news {
  max-width: 86%;
}

.news-article-title {
  color: #003A67;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 15px;
}
.news-article-title.inside {
  font-size: 36px;
}
.share-button {
  margin: 0px 10px 50px 0px;
}
.article-subtitle {
  color: #0168b5;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 40px;
}
.article-subtitle.values {
  line-height: normal;
}
.container.values{
  margin-top: 60px;
}
.page-news-intro.values {
  margin-top: 0px;
}
.page-news-intro.values  .article__title {
  padding: 18px 20px 5px;
}

.page-news-intro.values .article-intro-info.bottom {
  padding: 0px 5px 20px 20px;
}

.news-article-subtitle {
  margin: 0 0 20px 0 !important;
  color: #0168b5;
  font-size: 28px;
  font-weight: 600;
}

.news-article-text {
  font-size: 16px;
  color: #3d3d3d;
  font-family: 'OpenSans';
  margin: 30px 30px 0px 0px;
  line-height: 1.6em;
}

.news-article-text p {
  margin-bottom: 15px;
}
.news-article-text p:first-child {
  margin-bottom: 45px;
}

.news-article-content {
  flex: 1.3;
}
.share.news {
  flex: 0.5;
  border: 1px solid #C7D4DF;
  padding: 50px 20px 40px;
  height: 100%  ;
  margin: 0px 0px 0px 30px;
}

.share.news .share-title {
  margin-bottom: 15px;
}

.news-article-content img {
  width: 100%;
}

.share-title {
  color: #003A67;
  font-size: 20px;
  font-weight: 700;
}

.current {
  background-color: #F2F7FA;
  padding: 25px 20px 30px;

}
.current-content p {
  color: #003A67;
  font-size: 26px;
  font-weight: 700;
  margin: 0px 0px 15px 0px;
}

.current-content li {
  list-style-image: url(/wp-content/uploads/2019/10/arrows-1-e1571322482680.png);
  font-size: 15px;
  font-family: "OpenSans";
  color: #4B4B4B;
  margin-bottom: 20px;
  text-indent: -25px;
  margin-left: 25px;
}

@-moz-document url-prefix() {
  .current-content li {
    text-indent: 0px;
  }

  .menu-item-has-children:hover ul .sub-menu {
    display: block !important;
    opacity: 1;
  }

  .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu {
    display: block;
    float: none;
    margin-top: 0;
    opacity: 1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: auto;
    height: auto;
    min-width: -moz-max-content;
    min-width: -webkit-max-content;
    min-width: max-content;
    transform: none;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }

}


.news-social-logos a {
  margin: 0px 10px 70px 0px;
}
.current_posts.news {
  font-family: 'Open Sans';
  font-weight: 400;
  color: #737373;
  font-size: 14px;
  line-height: normal;
  margin-top: 10px;
}

/*--------------------------------------------------------------
## Klinger
--------------------------------------------------------------*/

.klinger-portugal {
  max-width: 80%;
  margin: 0 10%;
  padding: 60px 0px 0px;
  color: #003A67;
  font-size: 30px;
  font-weight: 600;

}

.klinger-portugal p {
  margin: 0;
}

.product-catalog {
  background-color: #EFF5F9;
  padding: 30px 30px 40px;
  flex: 0.5;
  height: 100%;
  margin-left: 5px;
}

.news-article-title.klinger {
  margin-bottom: 0px;
}

.catalog-title {
  color: #003A67;
  font-size: 26px;
  font-weight: 700;
  margin: 0px 0px 10px;
}
.catalog-subtitle {
  color: #4B4B4B;
  font-size: 15px;
  font-family: 'OpenSans';
  font-weight: 400;
  line-height: normal;
}

.page-news-intro.klinger {
  margin-top: 0px;
}

.products-button {
  display: flex;
  margin-top: 45px;
  font-size: 16px;
  font-family: 'OpenSans';
  font-weight: 700;
  padding: 15px 45px;
}

.products-button img {
  width: 12px;
  margin-right: 10px;
}

.products-button a {
  color: #fff;
}

.catalog-subtitle img:first-child {
  margin-top: 30px;
}

.related-topics {
  background-color: #C7D4DF;
  padding: 115px 135px;
}

.page-news-intro.related {
  background-color: #fff;
  margin-top: 0px;
}

.klinger .article__title {
  color: #003A67;
  font-weight: 600; 
}

.klinger.news-article-text ul li {
  list-style-image:url('/wp-content/uploads/2019/10/arrows-1-e1571322482680.png');
}

.klinger.news-article-text ul li:before {
  content: "";
  margin-left: 10px;
}

.klinger.news-article-text p {
  margin-bottom: 30px;
}

.text-aticle-intro.klinger .article-intro-info p {
  padding-left: 0px !important;
} 

.klinger.news-article-text

.article__title.related{
  padding: 30px 0px 15px 30px;
}
.arrows-article.related, .article-intro-info.related  {
  padding: 0px 0px 30px 30px;
}

.article-intro-info.related.klinger {
  padding: 0px 0px 20px 30px;
}
.article__title.related.klinger {
  padding: 25px 30px 18px;
}

.article-intro-info h2 {
  display: none;
}

.article-intro-info.related.klinger p {
  padding-left: 0px !important;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.related-title {
  margin:75px 0px 16px;
  color: #003A68;
  font-weight: 700;
  font-size: 30px;
}

.industrie-image p {
  margin: 0;
}

.klinger.news-article-text iframe {
  margin: 80px 0px 0px;
}

.text-aticle-intro.related {
  width: 100%;
}

/*--------------------------------------------------------------
## Industries
--------------------------------------------------------------*/

.industries-title {
  color: #003A67;
  font-size: 44px;
  font-weight: 700;
  margin-top: 40px;
}

.industries-title .title-article {
  margin-top: 40px;
}

.industries-title.description p {
  font-family: 'OpenSans';
  line-height: 1.6em;
} 

.industrie-image p {
  margin: 0;
}

.industrie-image p img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.industries-title p, .industries-subtitle p {
  margin: 0;
  line-height: normal;
}

.article-industries-text .title-article {
  margin-bottom: 20px;
}

.industries-title p {
  font-size: 16px;
  font-weight: 400;
  color: #3d3d3d;
  margin-bottom: 90px;
}
.industries-title h4 {
  color: #1068B5;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 60px;
  line-height: normal;
  margin-top: 10px;
} 

.page-news-intro.industries {
  margin-top: 0px;
  height: 249px;
}
.article-intro-info.industries.bottom {
  padding: 0px 20px 20px;
}

.article-intro-info .title-article {
  display: none;
}
.article-intro-info .content-article {
  margin-bottom: 5px;
}

.article__title.bottom.industries {
  margin-bottom: 5px;
}

.article-intro-info.industries p:first-of-type {
  display: block !important;
}
.article-intro-info.industries h3,
.article-intro-info.industries p,
.article-intro-info.industries figure {
  display: none;
} 

.article__title.bottom.industries {
  padding: 20px 5px 5px 20px;
}

.industries .intro-image-bk {
  padding-top: 84%;
  height: 230px;
}
.intro-image-bottom.industries {
  width: 44%;
  height: 230px;
}

/* article of industrie */

.industrie-image {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px
}

.industrie-image p {
  flex: 1;
}

.industrie-image .article-product-image img {
  width: 100%;
  height: 100%;
} 

.article-product-image.industries {
  padding-top: 0;
}

.article-industries-content {
  flex: 1.3;
  margin-right: 30px;
}

.article-industries-title {
  color: #003A67;
  font-size: 32px;
  font-weight: 600;
  transform: translateY(-25%);
  -webkit-transform: translateY(-25%);
  -moz-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  -o-transform: translateY(-25%);
}

.article-industries-text .subtitle-article {
  margin-bottom: 28px;
}

.entry-content.industries {
  padding-top: 100px;
}

.article-industries-subtitle {
  color: #1068B4;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 40px;
  line-height: normal;
}

.news.industries .intro-image-bottom {
  width: 255px;
  height: 255px;
}

.news.inside-article {
  margin-top: 0;
}

.blocks-gallery-item img {
  width: 210px !important;
  height: 210px !important;
}

.title-article {
  color: #003A68;
  font-size: 32px;
  font-weight: 700;
  margin-top: 75px;
}

.subtitle-article {
  color: #003A68;
  font-size: 20px;
  font-weight: 700;
  
}

.content-article {
  color: #3d3d3d;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 40px;
  font-family: 'OpenSans';
}

.blocks-gallery-item figure {
  position: relative;
}

.wp-block-gallery .blocks-gallery-item figcaption {
  font-weight: 700;
  position: absolute;
  top: 110%;
  line-height: 1.6em;
}

.title-article.related {
  margin-top: 150px;
  font-size: 30px;
}

.wp-block-gallery {
  margin-bottom: 160px;
}

.inside.text-aticle-intro {
  background-color: #fff;
}

/*--------------------------------------------------------------
## Home
--------------------------------------------------------------*/

/* slider */

.flex-control-nav.flex-control-paging {
  justify-content: center !important;
  top: 90% !important;
}

.flex-control-nav.flex-control-paging a {
  background-color: #0072BC!important;
}
.flex-control-nav.flex-control-paging a:hover, ol.flex-control-nav li a.flex-active  {
  background-color: #003B6A !important;
}

.slides .caption-wrap {
  background: none !important;
  top: 35%;
  left: 60% !important;
  line-height: normal !important;
}
.slides .caption-wrap .caption, .caption span {
  color: #003A67 !important;
  font-size: 44px !important;
  font-weight: 700;
}

.caption span {
  display: block;
  margin-top: 15px !important;
}

.caption {
  font-family: 'Aleo' !important;
  padding: 0 !important;
  width: 80%;
}

.metaslider.ms-theme-simply-dark .flexslider ol.flex-control-nav:not(.flex-control-thumbs) li a, 
.metaslider.ms-theme-simply-dark ul.rslides_tabs li a, 
.metaslider.ms-theme-simply-dark div.slider-wrapper .nivo-controlNav:not(.nivo-thumbs-enabled) a, 
.metaslider.ms-theme-simply-dark .coin-slider .cs-buttons a {
  margin: 5px !important;
}
.flex-nav-prev a {
  transform: rotate(180deg) ;
  -webkit-transform: rotate(180deg) ;
  -moz-transform: rotate(180deg) ;
  -ms-transform: rotate(180deg) ;
  -o-transform: rotate(180deg) ;
}
.flex-nav-next a, .flex-nav-prev a {
  background-image: url(/wp-content/uploads/2019/11/setas.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  height: 95px !important;
  width: 70px !important;
  position: absolute !important;
  top: 45% !important;
  margin-top: -5px !important;
}
.flex-nav-prev a svg, .flex-nav-next a svg {
  display: none !important;
}

.slider-link .metaslider .caption p {
  color: #003A67 !important;
  background-color: #fff;
}
.metaslider.metaslider-flex {
  max-width: 100% !important;
}
.slider-link .slides .caption-wrap {
  left: 7% !important;
  top: 25% !important;
}
.slider-link .caption {
  width: 100% !important;
}
.slider-link .caption p:first-child {
  padding: 15px 40px !important;
  margin-bottom: 15px !important;
  font-size: 35px !important;
  width: 100%;
}
.slider-link .caption p {
  padding: 10px 40px !important;
  font-size: 25px !important;
  width: 80%;
}

/* artigos */
.bottom_home_mobile {
  display: none;
}

.article__title.home {
  padding: 27px 10px 2px 20px;
}

.page-news-intro.home .article-secundary-title {
  padding: 0px 10px 2px 20px;
  font-size: 22px;
  color: #1068b4;
}

.page-news-intro.home .arrows-article.bottom, .article-intro-info.home.bottom {
  padding: 0px 10px 20px 20px;
}

.bottom.home .article-intro-info.home {
  padding: 0px 10px 20px 50px;
}

.article-secundary-title {
  font-size: 26px;
  font-weight: 600;
  color:  #0168b5;
  padding: 0px 30px 2px;
  line-height: normal;
}

.article-intro-info.home p {
  margin: 0;
}

.text-aticle-intro.home {
  align-self: center;
}
.article-secundary-title.bottom.home {
  padding: 0px 50px 18px;
}
.article__title.bottom.home {
  padding: 45px 50px 0px;
}

.intro-image-bottom.home {
  width: calc(100% - 15px);
}
.page-news-intro.klinger.home {
  width: calc(100% + 15px);
  margin-left: -15px;
}
.intro-image-bk.home {
  padding-top: 50%;
}

.news.home {
  grid-template: auto / repeat(2, 1fr);
  margin-top: 60px;
  grid-gap: 0;
}

.video-home {
  justify-content: center;
  margin-top: 130px;
  position: relative;
  height: 750px;
}

.video-home p {
  margin: 0;
}

.video-home iframe {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 0;
}

/* ===========================================================
## Product
--------------------------------------------------------------*/

/* product article */

.entry-content.product-article {
  padding-top: 80px;
}

.news-article-title.products {
  margin-bottom: 10px;
}

.product-catalog.product-article {
  margin: 60px 0px 0px 30px;
  line-height: normal;
  height: auto;
}

.right-content-products {
  flex: 0.6;
}

.product-catalog.product-article.current, .current.article-products {
  background-color: #EFEFEF;
}

.article-products .current-title {
  margin-bottom: 30px;
}

.article-products .current_posts {
  margin-bottom: 15px;
}

.current.article-products {
  padding: 38px 30px 30px;
}

.description.article-products {
  padding: 38px 30px 30px;
}

.news-article-text ul li {
  list-style-image:url('/wp-content/uploads/2019/10/pdf-e1571321626147.png');
}

.product-catalog.product-article {
  padding: 0;
}

.align-content-products.seals-button {
  padding: 30px 30px 25px;
}

.align-content-products {
  padding: 30px 30px 15px;
}

.align-content-products .products-button {
  margin-top: 0px;
}
.products-button.seals {
  padding: 15px 25px;
}

.product-catalog.product-article.current {
  margin-top: 60px;
}

.product-catalog.product-article.description {
  margin-top: 60px;
}

.arrow-related {
  width: 14px;
  margin-right: 14px;
}

.product-catalog.product-article {
  background-color: #f3f3f3;
}

ul.page-news-intro {
  list-style: none;
}

.container.news.area-products {
  margin: 0;
  width: 100%;
  max-width: 100%;
}

.container.area-products div {
  display: flex;
  background-color: #EAF2F6;
  position: relative;
  flex: 1;
}
.container.area-products div img {
  width: 100%;
  height: 100%;
}

.container.area-products div p {
  color: #3d3d3d;
  font-size: 15px;
  text-decoration: none;
  margin: 0;
  padding: 0px 30px 20px;
  line-height: normal;
}
.text-aticle-intro.products {
  display: flex;
  flex-direction: column;
}

.text-aticle-intro.products a {
  padding: 27px 30px 20px;
}

.more-product-image {
  width: auto !important;
  margin-top: 18px;
}

.intro-image-bottom.products {
  flex: 0.6 !important;
}

.news .product {
  margin-top: 0px;
}

.intro-image-bottom.related {
  width: 50%;
}

.news.product {
  margin-top: 80px;
}

/*--------------------------------------------------------------
## klinger - História
--------------------------------------------------------------*/

.banner-news.history .wp-caption-text {
  padding: 0px 20px;
  top: 75%;
  left: 1%;
}

.page-news-intro.history {
  flex-direction: column;
}
.news.history {
  grid-template: auto / repeat(3, 1fr);
  column-gap: 5%;
  row-gap: 50px;
  margin-bottom: 50px;
}

.history .page-news-intro {
  margin-top: 0px;
}

.article-intro-info.history ul {
  display: block;
}
.article-intro-info.history li { 
  background-image: url(/wp-content/uploads/2019/11/setas.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position-y: top;
  padding-left: 30px;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 20px;
  list-style: none;
}
.intro-image-bk.history {
  padding-top: 65%;
}

.history .article__title {
  padding: 20px 30px;
}
.article-intro-info.history {
  padding:30px;
}
.article-intro-info.history ul {
  padding-left: 0px;
}
.article-subtitle.historia {
  font-weight: 400;
}

/*--------------------------------------------------------------
## Search result
--------------------------------------------------------------*/

.container.number-results {
  font-family: 'OpenSans';
  font-size: 15px;
  color: #3d3d3d;
  margin-bottom: 30px;
}

.no-results.not-found {
  text-align: center;
}
.no-results.not-found .page-title {
  color: #003A67;
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 130px;
}
.no-results {
  color: #3d3d3d;
  font-size: 16px;
  font-family: 'OpenSans';
}

.search-results .page-description {
    text-align: center;
    color: #003A67;
    font-size: 44px;
    margin-top: 80px;
}

.result-title {
  color: #1068B4;
  font-size: 30px;
  font-weight: 700;
}
.result-content {
  font-size: 16px;
  font-family: 'OpenSans';
}

.result-content p {
  margin: 0;
}
.search-result-page {
  margin-bottom: 20px;
}

.search-results .page-header {
  margin-bottom: 30px;
}
.search-excerpt {
  color: #1068B4 !important;
}
.entry-footer {
  display: none;
}
.pagination .nav-links {
  max-width: 80%;
  margin: 50px auto;
  padding: 0;
}

.footer-menu .menu-item a strong {
  color: #FFFFFF !important;
  font-weight: 400 !important;
}
.main-menu .menu-item a strong {
  color: #ffffff !important;
  font-weight: 400 !important;
}

.result-content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.result-content > *, .result-content a h2 {
  display: none;
}
.result-content a:first-child {
  display: block;
}

/*--------------------------------------------------------------
## Cookies
--------------------------------------------------------------*/

#cookie-law-info-bar {
  font-size: 16px;
  font-family: Helvetica, sans-serif !important;
  font-weight: 400;
  padding: 5.25px 100px !important;
  background-color: rgb(237, 239, 245) !important;
  color: rgb(131, 131, 145) !important;
}

#cookie-law-info-bar span {
  display: flex;
  justify-content: center;
}

.cli-plugin-button {
  padding: 15px 100px 15px;
  font-size: 22px !important;
  font-family: 'OpenSans' !important;
  color: #4B4B4B !important;
  background-color: #fff !important;
  margin: 0px !important;
}

.cli-plugin-button.cli_action_button {
  color: rgb(255, 255, 255) !important;
  background-color: rgb(75, 129, 232) !important;
  border-radius: 5px;
  font-size: 14px !important;
  font-family: Helvetica !important;
  font-weight: 700;
  line-height: 24px;
  padding: .4em .8em;
}

.cli-plugin-button.cli_action_button:hover {
  background-color: rgb(113, 167, 255) !important;
}

.cli_settings_button {
  color: #FFFFFF !important;
  font-family: 'OpenSans' !important;
  font-weight: 300;
  margin: 5px 20px 0px 16% !important;
  background-color: transparent !important;
}

.cli-plugin-main-link {
  text-decoration: none;
  background-color: transparent !important;
  color: #fff !important;
  margin-left: 0%;
}

#cookie-law-info-bar p, 
#cookie-law-info-bar .cli-plugin-main-link,
#cookie-law-info-bar .cli_action_button  {
  align-self: center;
}
#cookie-law-info-bar p {
  width: auto;
  text-align: left;
  line-height: 24px;
  font-size: 13px;
  font-family: 'OpenSans';
  font-weight: 400;
}
#cookie-law-info-bar .cli-plugin-main-link {
  width: auto;
  text-align: right;
  color: rgb(131, 131, 145) !important;
  font-size: 13px !important;
  text-decoration: underline;
  opacity: 0.8;
  font-weight: 400 !important;
  line-height: 24px;
}

#cookie-law-info-bar .cli-plugin-main-link:hover {
  opacity: 1;
}

#cookie-law-info-bar div {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

/* page cookies */

.page-cookies {
  line-height: 1.4em;
  color: #3b3b3b;
}
.page-cookies h2 {
  margin-bottom: 12px;
  padding-bottom: 40px;
}

.page-cookies h3 {
  color: #003a67;
  font-family: "Aleo" !important;
  font-weight: 600 !important;
  line-height: 1.2em !important;
  font-size: 24px;
  margin: 24px 0px;
}

.page-cookies h4 {
  color: #003a67;
  font-family: "Aleo" !important;
  font-weight: 600 !important;
  line-height: 1.2em !important;
  font-size: 22px;
}

.page-cookies p, .page-cookies li {
  font-size: 16px;
  font-family: "OpenSans";
}

.page-cookies li {
  margin-top: -6px;
}

.page-cookies a {
  font-size: 16px;
  font-family: "OpenSans";
  margin-top: 12px;
 
}

.page-cookies p a {
  color: #0168b5;
}

.page-cookies .wp-block-table {
  margin: 12px 0px 50px;
  font-size: 16px;
}

.page-cookies .wp-block-table table {
  border-spacing: 0px;
}

.page-cookies li a {
  color: #0168b5;
}
.page-cookies li a:hover {
  text-decoration: underline;
}

.page-cookies ul {
  list-style-image:url('/wp-content/uploads/2019/11/setacookies.png');
  padding-left: 1rem;
  margin-bottom: 5px;
}

.page-cookies li {
  padding-left: 10px;
}

.page-cookies div ul {
  list-style-image:none;
}

/*--------------------------------------------------------------
## Páǵina escondida Industrias
--------------------------------------------------------------*/

.wp-block-gallery .blocks-gallery-item figcaption {
  background: none;
  color: #003A68;
  top: 15%;
  padding: 100% 0px;
  font-size: 20px;
  margin: 0;
  overflow: hidden;
  text-align: left;
}

.wp-block-gallery.columns-3 .blocks-gallery-item {
  width: calc((100% - 100px)/4) !important;
  margin-right: 25px;
}
.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
  margin-right: 25px;
}
.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(4n) {
  margin-right: 0px;
}
.related-title.related {
  max-width: 80%;
  margin: 0 10%;
}

/*--------------------------------------------------------------
## Internet explorer
--------------------------------------------------------------*/

.page-news-intro:nth-child(1), .page-news-intro:nth-child(2) {
  -ms-grid-row: 1;
}
.page-news-intro:nth-child(3), .page-news-intro:nth-child(4) {
  -ms-grid-row: 2;
}
.page-news-intro:nth-child(5), .page-news-intro:nth-child(6) {
  -ms-grid-row: 3;
}
.page-news-intro:nth-child(7), .page-news-intro:nth-child(8) {
  -ms-grid-row: 4;
}
.page-news-intro:nth-child(9) {
  -ms-grid-row: 5;
}
.page-news-intro:nth-child(2n+1) {
  -ms-grid-column: 1;
}
.page-news-intro:nth-child(2n) {
  -ms-grid-column: 3;
}

/* IE products */
.news article:nth-child(2n+1) {
  -ms-grid-column: 1;
}
.news article:nth-child(2n) {
  -ms-grid-column: 3;
}
.news article:nth-child(1), .news article:nth-child(2) {
  -ms-grid-row: 1;
} 
.news article:nth-child(3), .news article:nth-child(4) {
  -ms-grid-row: 2;
} 
.news article:nth-child(5), .news article:nth-child(6) {
  -ms-grid-row: 3;
} 
.news article:nth-child(7), .news article:nth-child(8) {
  -ms-grid-row: 4;
} 
.news article:nth-child(9), .news article:nth-child(10) {
  -ms-grid-row: 5;
} 
.news article:nth-child(11), .news article:nth-child(12) {
  -ms-grid-row: 6;
} 
.navigation.pagination {
  -ms-grid-row: 7;
}

.news a:nth-child(1) {
  -ms-grid-column: 1;
}
.news a:nth-child(2) {
  -ms-grid-column: 2;
}

.linkedin-footer a img, .youtube-footer a img {
  display: none !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .news article, .news .page-news-intro { 
     margin-top: 30px; 
  } 

  body {
    background-position: top;
  }

  .menu-item-has-children:hover ul .sub-menu {
    display: block !important;
    opacity: 1;
  }

  .main-navigation .main-menu .menu-item-has-children:hover > .sub-menu {
    display: block;
    float: none;
    margin-top: 0;
    opacity: 1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: auto;
    height: auto;
    min-width: -moz-max-content;
    min-width: -webkit-max-content;
    min-width: max-content;
    transform: none;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }

  .search-icon-header svg {
    margin-left: -20px;
  }

  .search-field {
    opacity: 0 !important;
  }
  .search-field:focus {
    opacity: 1 !important;
  }

  .linkedin-footer a svg, .youtube-footer a svg {
    display: none;
  }

  .linkedin-footer a img, .youtube-footer a img {
    display: block !important;
    width: 35px;
  }

  .background-image-arrow {
    margin-top: 10px;
  }

}

/*--------------------------------------------------------------
## Responsividade
--------------------------------------------------------------*/
/* tamanho do container pedido pelo cliente */
@media (max-width: 1680px) { 
  #page {
    max-width: 98%;
  }
  #colophon .widget-area, #colophon .site-info {
    margin: 50px 180px 42px;
  }
}
@media (max-width: 1640px) { 
  #page {
    max-width: 100%;
    width: 100%;
  }
  #page #colophon {
    width: 100%;
  }
  #page #colophon, #colophon {
    width: 100% !important;
  }

  /* tamanho de imagens industrias */
  .container.industries {
    max-width: 100%;
    margin: 0px 20px;
  }
  .page-news-intro.industries {
    overflow-y: hidden;
  }
  
  .industries .intro-image-bk {
    padding-top: 100%;
    height: 100%;
  }

  /* values */

  .container.values {
    max-width: 100%;
    margin: 0px 20px;
  }

}

/* fim de ajuste ao container pedido pelo cliente */

/* ajuste apenas para o header */
@media (max-width: 1610px) {

  #page {
    margin: 25px auto 0px;
  }

  .main-navigation .main-menu > li.menu-item-has-children .submenu-expand, 
  .main-navigation .main-menu > li > a {
    margin-right: 25px;
  }
  .menu-item-has-children {
    margin-right: 25px !important;
  }

  .mobile .article__title.bottom {
    padding: 27px 10px 10px 30px;
  }

  #colophon .widget-area, #colophon .site-info {
    margin: 50px 160px 42px;
  }

}
/* fim de exclusivo header */

@media (max-width: 1560px) {
  
  /* header */
  .main-navigation .main-menu > li.menu-item-has-children .submenu-expand, 
  .main-navigation .main-menu > li > a {
    margin-right: 14px;
  }

  .menu-item-has-children {
    margin-right: 14px !important;
  }

  /* caixas das categorias */

  .container, .klinger-portugal, 
  .breadcrumbs.container, 
  .entry-content.news, 
  .entry .entry-content, 
  .entry .entry-summary {
    max-width: 90%;
    margin: 0 5%;
  }

  .article__title.bottom {
    padding: 27px 15px 15px 30px;
  }
  .article-intro-info.bottom, .arrows-article.bottom {
    padding: 0px 15px 20px 30px;
  }

  .news.mobile {
    margin-top: 30px;
  }

  /* category news */
  .mobile .article__title.bottom a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    
  }
  .mobile .article__title.bottom {
    padding: 27px 15px 20px 30px;
  }

  /* sub-page news */

  .share.news {
    flex: 0.6;
  }

  /* sub-page klinger */

  .news-article-content {
    flex: 1;
  }
  .product-catalog {
    flex: 0.4;
  }

  .article-intro-info.history {
    padding:20px;
  }

  /* sub-page products */
  
  .article__title.products {
    padding: 25px 0px 18px 30px;
  }
  .related-topics {
    padding: 115px 90px;
  }

  /* página de pesquisa*/
  .pagination .nav-links {
    max-width: 90%;
  }

  /* cookies */

  #cookie-law-info-bar {
    padding: 13px 1% !important;
  }

  .cli-plugin-button, .cli-plugin-button:visited {
    margin-left: 0px !important;
  }

  .cli-plugin-button, #cookie-law-info-bar {
    font-size: 20px;
  }

  /* footer */

  #colophon .widget-area, #colophon .site-info {
    margin: 50px 55px 42px;
  }

  /* imagens industrias */

  .industries .intro-image-bk {
    padding-top: 85%;
    height: 80%;
  }
  .news.industries .intro-image-bottom {
    width: 268px;
  }
  .related-title.related {
    max-width: 90%;
    margin: 0 5%;
  }

}

@media (max-width: 1360px) {

  .container {
    max-width: 90%;
    margin: 0 5%;
  }
  #page {
    max-width: 100%;
    margin: 20px auto 0px;
  }

  .search-result-page {
    max-width: 90%;
    margin: 0px auto 20px;
    line-height: normal;
  }
  .container.result-content {
    line-height: 2;
  }
  .search-result-page .container {
    max-width: 100%;
    margin: 0;
  }

  /* slider menu */

  .slider-link .caption p:first-child {
    font-size: 26px !important;
  }
  .slider-link .caption p {
    font-size: 20px !important;
    width: 85%;
  }

  /* menu arrows */
  .flex-nav-next a, .flex-nav-prev a {
    top: 40% !important;
  }

  /* icon de scroll */

  .scrollIcon {
    width: 4%;
  }

  /* artigos das categorias */
  .news {
    margin-top: 30px;
  }

  .klinger-portugal {
    max-width: 90%;
    margin: 0 5%;
  }

  .article__title {
    font-size: 22px;
  }
  .article__title.bottom {
    padding: 27px 30px 10px;
  }
  .article-intro-info.bottom p {
    margin: 0;
  }
  .article-intro-info, .arrows-article, .content-article {
    font-size: 14px;
  }
  .news {
    grid-gap: 20px;
  }

  .article__title.industries {
    padding: 20px 30px 10px;
  }

  /* category news */

  .mobile .article__title.bottom {
    overflow: unset;
    text-overflow: unset;
    display: block;
    -webkit-box-orient: unset;
    -webkit-line-clamp: unset;
    line-height: normal;
  }

  /* contactos */
  .subtitle-contact {
    font-size: 28px;
  }

  /* cookies */

  .cli-plugin-button {
    padding: 15px 70px 15px;
    font-size: 20px !important;
  }

  /* footer */
  .footer-navigation .footer-menu li{
    margin-right: 15px;
  }

  /* imagens industrias */
  .industries .content-article {
    font-size: 16px;
  }
  .news.industries .intro-image-bottom {
    width: 230px;
  }
  .industries .intro-image-bk {
    padding-top: 75%;
    height: 75%;
  }
  .page-news-intro.industries {
    height: 274px;
  }

  /* values */

  .page-news-intro.values {
    height: 316px;
  }
  .intro-image-values {
    min-width: 40%;
  }
  .values .intro-image-bk {
    height: 200px;
  }

  .values .article-intro-info {
    font-size: 16px;
  }

  /* sub-industries */

  .article-industries-content {
    flex: 1;
    margin-right: 20px;
  }
  .entry-content.industries, .breadcrumbs.container.industries {
    max-width: 100%;
    margin: 0 20px;
  }

  .industrie-image p img, .industrie-image .article-product-image img {
    width: 100%;
    height: 90%;
  }
  .related-title.related {
    margin: 0px 20px;
    line-height: 1.6em;
  }

}

@media (max-width: 1260px) {

  /* contactos */
  .main-office {
    flex: 0.7;
  }
  .subtitle-contact {
    font-size: 26px;
  }

  /* banners */
  .banner-news .wp-caption-text {
    font-size: 25px;
    padding: 8px 20px;
  }

  /* sub-page klinger */

  .intro-image-bottom.related {
    width: 60%;
  }
  .article__title.related.klinger {
    padding: 25px 15px 18px;
  }
  .article-intro-info.related.klinger {
    padding: 0px 0px 20px 15px;
  }
  .arrows-article.related, .article-intro-info.related {
    padding: 0px 0px 30px 15px;
  }
  .related-topics {
    padding: 115px 90px;
  }

  /* sub-page products */

  .article__title.products {
    padding: 25px 0px 18px 15px;
  }
    /* sub-page products */
    .article__title.sub-product {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      line-height: 2;
    }
  /* footer */
  .footer-navigation .footer-menu li {
    margin-right: 10px;
  }

  .site-info, .adress-footer p {
    font-size: 15px;
  }

  /* cookies */

  #cookie-law-info-bar p {
    margin-right: 5px;
  }

  /* imagens industrias */
  .news.industries .intro-image-bottom {
    width: 199px;
  }
  .industries .intro-image-bk {
    padding-top: 70%;
    height: 70%;
  }
  .page-news-intro.industries {
    height: 310px;
  }

  .article-intro-info.industries {
    font-size: 16px;
  }

  /* sub industries */

  .industrie-image {
    margin-bottom: -30px;
  }

  .wp-block-gallery.columns-3 .blocks-gallery-item,
  .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
    margin-right: 10px;
  }

  .wp-block-gallery .blocks-gallery-item figcaption {
    top: 30%;
    font-size: 18px;
  }

  .industrie-image p img, .industrie-image .article-product-image img {
    width: 85%;
    height: 85%;
  }
  .article-product-image.industries {
    display: flex;
    justify-content: flex-end;
  }

}
@media (max-width: 1160px) {

  /* header */

  .main-navigation .main-menu > li.menu-item-has-children .submenu-expand, 
  .main-navigation .main-menu > li > a {
    margin-right: 6px;
  }

  .menu-item-has-children {
    margin-right: 6px !important;
  }


  /* contactos */

  .contacts-info {
    flex-direction: column-reverse;
  }

  .map {
    width: 100%;
  }
  .contacs-title {
    margin-top: 20px;
  }

  .adress-contact {
    width: 100%;
    margin-top: 80px;
  }

  .main-office {
    flex: 1;
  }
  .subtitle-contact {
    width: 100%;
    margin: auto;
    font-size: 30px;
  }
  .contacts-info {
    margin-top: 60px;
  }

  div.wpcf7-response-output {
    width: 100%;
  }
  div.wpcf7-mail-sent-ok {
    padding: 100px 0px;
    width: 100vw;
    margin-right: calc(50% - 50vw);
  }

  /* Footer */
  .company {
    flex: 0.6;
  }

  .footer-navigation .footer-menu li {
    margin-right: 45px;
  }

  .logo-zalox {
    display: flex;
    justify-content: flex-end;
    margin: -25px 0px 25px;
  }
  .footer-bottom {
    flex-direction: column;
  }
  .legal-pages {
    justify-content: flex-start;
    margin-top: 60px;
  }
  .site-footer p {
    line-height: 2;
  }
  .logo-zalox svg g {
    opacity: 1;
  }
  .contact-us {
    margin-right: 50px;
  }
  .site-info, .adress-footer p {
    font-size: 16px;
  }

  /* home */
  .article-intro-info.home.bottom {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 19%;
    margin-bottom: 5px;
  }
  .news.home {
    margin-top: 20px;
  }
  .flex-control-nav.flex-control-paging {
    top: 85% !important;
  }

  /* sub-page news */

  .sub-news {
    flex-direction: column;
  }
  .share.news {
    display: flex;
    flex-direction: row-reverse;
    margin: 70px 0px 0px;
    padding: 0;
    border: none;

  }
  .social-media {
    flex: 1;
  }
  .current {
    flex: 0.6;
  }
  .news-social-logos, .social-media {
    justify-content: center;
    text-align: center;
  }
  .share.news .share-title {
    margin: 70px 0px 15px;
  }
  .page-numbers.current {
    flex: unset;
  }
  .share-button {
    margin: 0px 10px 0px 0px;
  }

  /* sub-page klinger */
  .product-catalog {
    padding: 30px 20px 40px;
  }
  .catalog-title {
    font-size: 24px;
  }

  .news.history {
    grid-template: auto / repeat(2, 1fr);
  } 

  /* cookies */
  #cookie-law-info-bar span {
    flex-wrap: wrap;
  }

  #cookie-law-info-bar .cli-plugin-main-link {
    font-size: 25px;
    text-align: center;
  }
  .cli-plugin-button {
    padding: 15px 75px 15px;
    font-size: 22px !important;
  }
  #cookie-law-info-bar div {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }

}

@media (max-width: 1100px) {

  .container {
    max-width: 100%;
    margin: 0 20px;
  }

  .container.home_mobile {
    margin: 35px 40px 0px;
  }

  .entry-content {
    padding-top: 60px;
  }

  /* burger menu */
  .header {
    height: auto;
  }

  .header__menu--hamburger, .header__menu.header__menu--active {
    display: block;
  }
  .header__menu.header__menu--active {
    background-color: #0072BA;
  }
  .header__menu {
    display: none;
  }

  .header.grid {
    grid-template-areas: 
    "a b"
    "c c";
  }
  .logo-header {
    grid-area: a;
  }
  .site-branding-container {
    grid-area: b;
    align-self: center;
  }

  .top-links-header {
    justify-content: space-between;
    margin-right: 0px;
    grid-area: c;
    margin: 25px 0px 0px;
  }
  .site-branding {
    display: table-caption;
    width: 50vw;
    height: 100vh;
  }
  
  .main-navigation .main-menu li {
    border-bottom: 1px solid white;
  }
  .main-navigation .sub-menu {
    background-color: #0072BA !important;
  }
  .main-menu > li {
    padding: 30px;
    font-size: 24px;
  }
  .menu-children-mobile {
    padding: 30px 30px 0px !important;
  }
  .top-links-header div {
    margin: 0px 0px 0px 0px;
  }
  .language-switcher div {
    margin: 0px;
  }

  .main-navigation .main-menu > li > a {
    color: #fff;
  }
  .current-menu-item a {
    color: #ccc !important;
  }
  .main-navigation {
    text-align: left;
    font-size: 24px;
  }
  .search-icon-header {
    display: block;
    position: absolute;
  }
  .search-bar {
    display: flex;
    position: relative;
  }

  .search-form.search-input {
    display: block;
  }
  .header-bar, .contacs-header{
    display: none;
  }
  .logo-header {
    width: 60%;
  }
  .top-links-header .languages {
    margin-right: 15px;
  }
  .background-image-arrow {
    padding-top: 6%;
  }

  .main-menu .menu-item {
    display: flex !important;
    justify-content: space-between !important;
  }

  .main-navigation ul.main-menu > li {
    line-height: normal;
    display: inline-block;
    width: 50vw;
  }

  .menu-item button {
    background-image: url(/wp-content/uploads/2019/11/maior.svg) !important;
    background-repeat: no-repeat !important;
    align-self: center;
    margin: 10px 0px 0px;
  }

  .menu-item button svg path {
    display: none;
  }

  .search-bar:hover .search-field, .search-field:focus {
    width: 190px !important;
  }

  .search-bar .chw-widget {
    margin-left: 0px;
  }
  .search-form input {
    border: 0;
    margin-right: 0px;
    padding-left: 35px;
  }

  @media (hover:hover) {
  .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu {
    display: unset;
  }
}

  .main-navigation .sub-menu{
    top: 75% !important;
    background-color: #0067b6;
  }

  .sub-menu li {
    width: 50vw;
  }
  .main-navigation .sub-menu > li > a {
    padding: 15px 0px 15px 40px !important;
    width: 100%;
  }
  .main-menu .menu-item-has-children {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .menu-item-has-children {
    height: 100%;
    overflow: hidden;
  }
  .menu-item-has-children.menu-children-mobile {
    display: block;
    height: auto;
    overflow: unset;
  }
  .menu-item-has-children.menu-children-mobile .sub-menu {
    opacity: 1;
    left: -30px;
    position: relative !important;
  }
  .menu-item-has-children {
    margin-bottom: 0;
    display: none;
  }
  .site-branding {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-bottom: 5%;
  }

  .main-navigation .main-menu li:last-child {
    border-bottom: none !important;
  }

  .main-menu .menu-children-mobile {
    padding-bottom: 0px !important;
  }

  /* icon de scroll */

  .scrollIcon {
    width: 5%;
    left: 93%;
    top: 80%
  }

  /* artigos das categorias */

  .industries-title, .title-article {
    margin-top: 40px;
  }

  .article__title {
    font-size: 26px;
  }
  .article__title.bottom {
    padding: 27px 30px 20px;
  }
  .article-intro-info, .arrows-article, .content-article {
    font-size: 15px;
  }
  .news {
    grid-template: auto / repeat(1, 1fr);
  }
  .intro-image-bottom {
    width: 25%;
  }
  .industries-title p:nth-child(2) {
    margin-bottom: 40px;
  }

  .klinger-portugal {
    padding: 45px 0px 0px;
  }

  /* categoria news */

  .text-aticle-intro.bottom.mobile {
    width: 70%
  }

  /* home */
  .article-intro-info.home.bottom {
    overflow: unset;
    text-overflow: unset;
    display: block;
    -webkit-box-orient: unset;
    -webkit-line-clamp: unset;
    height: unset;
    margin-bottom: 0px;
  }

  .page-news-intro.home {
    margin-top: 0px;
  }

  .news .home_mobile {
    margin-top: 50px;
  }

  .article__title.home {
    padding: 27px 10px 2px 30px;
  }
  .page-news-intro.home .article-secundary-title {
    padding: 0px 10px 2px 30px;
  }
  .home .intro-image-bottom {
    width: 30%;
  }
  .page-news-intro.home .arrows-article.bottom, .article-intro-info.home.bottom {
    padding: 0px 10px 20px 30px;
  }

  .bottom_home_mobile {
    display: block;
  }
  .bottom_home {
    display: none;
  }
  .caption {
    width: 100%;
  }
  .slides .caption-wrap .caption, .caption span {
    font-size: 40px !important;
  }

  /* sub-page klinger */

  .klinger-page {
    flex-direction: column;
  }

  .related-topics {
    padding: 90px 0px;
  }
  .related-topics .news.product {
    max-width: 90%;
    margin: 0 5%;
  }
  .intro-image-bottom.related {
    width: 45%;
  }
  .article__title.related.klinger {
    padding: 25px 30px 18px;
  }
  .article-intro-info.related.klinger {
    padding: 0px 0px 20px 30px;
  }
  .arrows-article.related, .article-intro-info.related {
    padding: 0px 0px 30px 30px;
  }

  .catalog-subtitle img:first-child {
    margin-top: -120px;
    left: 115%;
  }
  .catalog-title {
    width: 45%;
    margin-top: 0px;
  }
  .catalog-subtitle {
    width: 55%;
  }
  .product-catalog {
    margin-left: 0;
    padding: 80px 40px 100px;
  }
  .products-button {
    margin-top: -105px;
  }
  .intro-image-values {
    min-width: 30%;
  }

  /* sub-page ptoducts */

  .article__title.products {
    padding: 25px 0px 18px 30px;
  }
  .entry-content.product-article {
    padding-top: 40px;
  }
  .news-article-text.products {
    margin: 25px 30px 0px 0px;
  }
  .product-catalog.product-article.description {
    height: auto;
  }
  .product-catalog.product-article {
    margin: 0px;
  }
  
  .article__title.sub-product {
    overflow: unset;
    text-overflow: unset;
    display: block;
    -webkit-box-orient: unset;
    -webkit-line-clamp: unset;
    line-height: normal;
  }

  /* pagina industrias imagens */

  .industries .intro-image-bk {
    padding-top: 100%;
    height: auto;
  }

  .news.industries .intro-image-bottom {
    width: 30%;
    height: 100%;
  }
  .page-news-intro.industries {
    height: 297px;
  }

  /* values */

  .page-news-intro.values {
    height: 286px;
  }
  .values .intro-image-bk {
    height: 100%;
  }

  /* sub-industries */

  .entry-content.industries .flex {
    flex-direction: column;
  }

}
@media (max-width: 1060px) {

    /* Footer */

    #colophon .widget-area, #colophon .site-info {
      margin: 50px 50px 42px;
    }
  
    .company {
      flex: 0.7;
    }

    /* sub-page news */
    .entry-content.news {
      padding-top: 62px;
    }

    /* sub page klinger history */

    .banner-news.history .wp-caption-text {
      top: 60%;
    }

    /* slider home */

    .slider-link .slides .caption-wrap {
      left: 3% !important;
      top: 20% !important;
    }

    /* pagina industrias imagens */

    .page-news-intro.industries {
      height: 275px;
  }

  /* sub-industries */

  .industrie-image {
    margin-bottom: -40px;
  }
  .industrie-image p img {
    width: 80%;
    height: 80%;
  }
  .industrie-image .article-product-image img {
    width: 70%;
  }

}

@media (max-width: 960px) {

  /* menu */

  .site-branding {
    padding-bottom: 30%;
  }

  #page {
    margin: 0px auto;
  }

  /* home */

  .slides .caption-wrap .caption, .caption span {
    font-size: 35px !important;
  }

  /* categoria news */

  .mobile .article__title.bottom {
    font-size: 22px;
    padding: 27px 15px 10px 30px;
  }

  .mobile .article-intro-info {
    padding: 0px 15px 15px 30px;
  }

  .news.top .intro-image-bk, .mobile .intro-image-bk{
    padding-top: 90%;
  }

  .intro-image-bottom  {
    width: 30%;
  }

  /*  Footer */
  .company {
    flex: 0.8;
  }

  .contact-us {
      margin-right: 25px;
  }

  /* contactos */

  .form {
    width: 90%;
    margin: auto;
  }

  .adress-contact {
    width: 90%;
    margin: 80px auto 0;
  }

  div.wpcf7-mail-sent-ok {
    padding: 100px 0px;
  }

  /* search results */

  .entry {
    margin-top: 20px;
  }

  /* sub-page klinger */
  .catalog-subtitle img:first-child {
    margin-top: -120px;
    left: 105%;
  }
  .catalog-title {
    width: 45%;
    margin-top: 0px;
  }
  .catalog-subtitle {
    width: 55%;
  }
  .product-catalog {
    margin-left: 0;
    padding: 80px 40px 100px;
  }
  .products-button {
    margin-top: -105px;
  }

  /* values */

  .intro-image-values {
    min-width: 33%;
  }
  .values .intro-image-bk {
    height: auto;
    padding-top: 90%;
  }

}

@media (max-width: 860px) {

  .scrollIcon {
    width: 6%;
    left: 92%;
  }

  /* menu */

  .logo-header {
    width: 70%;
  }

  /* home */

  .slides .caption-wrap .caption, .caption span {
    font-size: 28px !important;
  }

  .slider-link .caption p:first-child {
    font-size: 24px !important;
  }
  .slider-link .caption p {
    font-size: 16px !important;
    width: 85%;
  }

  /* Footer */
  
  .site-footer p {
    font-size: 16px;
  }
  .contact-us {
    margin-right: 30px;
  }
  .company {
    flex: 0.9;
  }

  /* contactos */

  .form {
    margin: auto;
    width: 85%;
  }

  .adress-contact {
    width: 85%;
    margin: 80px auto 0;
  }
  .branch {
    flex: 0.6;
  }
  .main-office {
    flex: 0.8;
    margin-right: 10px;
  }
  div.wpcf7-mail-sent-ok {
    padding: 100px 0px;
  }

  /* sub-page news */

  .current {
    flex: 1;
  }
  .related-topics {
    padding: 60px 0px;
  }

  /* sub-page klinger */

  .product-catalog {
    padding: 80px 30px 90px;
    height: auto;
  }
  .products-button {
    margin-top: -100px;
  }
  .catalog-subtitle img:first-child {
    width: 85%;
    height: 85%;
    left: 100%;
  }

  /* cookies */

  .cli-plugin-button {
    padding: 10px 75px 10px;
    font-size: 20px !important;
  }
  
  /* pagina industrias imagens */

  .page-news-intro.industries {
    height: 249px;
  }
  .news.industries .intro-image-bottom {
    width: 40%;
  }

  /* sub-industries */

  .industrie-image p img, .industrie-image .article-product-image img {
    width: 100%;
    height: 75%;
  }

  .industrie-image .article-product-image img {
    width: 55%;
  }

}

@media (max-width: 820px) {

  .contact-us {
    margin-right: 15px;
  }

}

@media (max-width: 768px) {

  /* menu */

  .site-header {
    padding: 20px;
  }

  .main-navigation .main-menu > li > a {
    font-size: 22px;
  }

  .main-menu > li {
    font-size: 20px;
  }

  /* arrows from boxes */
  .arrows-article.bottom {
    padding: 20px 30px;
    margin-top: 0px;
  }
  .text-aticle-intro.bottom {
    width: 70%;
  }
  .article__title {
    font-size: 25px;
  }

  .main-menu .sub-menu > li {
    left: -30px;
  }

  .menu-item-has-children.menu-children-mobile .sub-menu {
    left: 0;
  }


  /* banners */

  .banner-news .wp-caption-text {
    top: 30%;
  }

  /* category news */

  .mobile .arrows-article.bottom {
    padding: 10px 25px 15px;
  }

  .mobile .article-intro-info {
    padding: 0px 25px 10px;
  }
  .mobile .article__title.bottom {
    padding: 20px 10px 10px 25px;
  }

  .mobile .article-intro-info a, .mobile .article__title.bottom {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .mobile .article__title.bottom {
    line-height: 2;
    -webkit-line-clamp: 1;
  }

  /*  Footer  */
  #colophon .widget-area, #colophon .site-info {
    margin: 50px 20px 42px;
  }
  .company {
    flex: 1.4;
  }

  .contact-us {
    flex: 1;
  }

  .follow-us {
    flex: 0.7;
  }

  .follow-us, .contact-us {
    margin-left: 5px;
  }

  .site-footer p {
    font-size: 15px;
  }
  .site-footer h1 {
    font-size: 22px;
  }

  /* contactos */

  .branch {
    flex: 0.5;
  }
  .title-contact {
    font-size: 40px;
  }
  .subtitle-contact {
    font-size: 25px;
  }
  .description-contact {
    font-size: 20px;
    line-height: normal;
  }

  /* sub-page klinger */

  .klinger.news-article-text iframe {
    width: 85%;
  }

  .intro-image-values {
    width: 40%;
  }

  .product-catalog {
    padding: 65px 30px 50px;
  }
  .products-button {
    margin-top: -50px;
  }
  .catalog-subtitle img:first-child {
    width: 85%;
    height: 85%;
    left: 100%;
  }
  .catalog-title {
    width: 55%;
    font-size: 22px;
  }
  .catalog-subtitle img:first-child {
    margin-top: -112px;
  }

  .news.history {
    grid-template: auto / repeat(1, 1fr);
  } 
  .history .intro-image-values {
    width: 100%;
  }

  /* values */

  .values .intro-image-bk {
    padding-top: 85%;
  }
  .intro-image-values {
    min-width: 42%;
  }

  /* sub-industries */

  .wp-block-gallery .blocks-gallery-item figcaption {
    top: -30%;
  }
  .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc((100% - 100px)/2) !important;
    margin-right: 25px;
  }
  .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0px;
  }
  .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
    margin-right: 25px;
  }
  .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(1n),
  .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(2n) {
    margin-bottom: 100px;
  }

}

@media (max-width: 660px) {

  .scrollIcon {
    width: 8%;
    left: 89%;
  }

  /* menu */

  .logo-header {
    width: 80%;
  }
  .site-header {
    padding: 15px;
  }
  .main-navigation .main-menu > li > a {
    font-size: 20px;
  }

  .main-menu > li {
    font-size: 18px;
  }

  .menu-item button {
    margin: 5px 0px 0px;
  }

  /* home */
  .slides .caption-wrap .caption, .caption span {
    font-size: 25px !important;
  }
  .metaslider .caption-wrap {
    top: 20% !important;
  }
  .flex-control-nav.flex-control-paging {
    top: 80% !important;
  }
  .home .intro-image-bottom {
    width: 40%;
  }
  .slider-link .caption p:first-child {
    font-size: 15px !important;
    padding: 10px 40px !important;
    margin-bottom: 10px !important;
  }

  .slider-link .caption p {
    font-size: 11px !important;
  }
  .slider-link .slides .caption-wrap {
    left: 8% !important;
  }

  /* banner */

  .banner-news .wp-caption-text {
    font-size: 20px;
  }

  /* caixas das categorias */
  .banner-news img {
    width: 150%;
    max-width: none;
    position: relative;
    left: -25%;
  }

  .article__title.bottom {
    padding: 18px 0px 10px 30px;
  }
  .industries-title {
    font-size: 38px;
  }
  .industries-title p:nth-child(2) {
    font-size: 22px;
  }
  .arrows-article.bottom {
    padding: 0px 30px 15px;
  }
  .article__title {
    font-size: 22px;
  }

  .news {
    margin-top: 20px;
  }

  .intro-image-bottom.industries {
    width: 40%;
  }

  /* Footer */

  .footer-content {
    flex-direction: column;
  }

  .footer-content, .adress-footer {
    margin: 0px 15px 0px;
  }

  .legal-pages {
    margin: 60px 15px 0px;
  }

  .logo-zalox {
    margin: 44px 15px 25px;
  }

  .company {
    width: 50%;
  }
  .follow-us, .contact-us {
    margin:75px 0px 0px;
  }
  .site-footer h1 {
    margin-bottom: 10px;
    font-size: 26px;
  }
  #colophon .widget-area, #colophon .site-info {
    margin: 50px 0px 42px;
  }

  #colophon .site-info a {
    text-align: right;
  }
  .logo-zalox svg {
    width: 70%;
  }

  /* contactos */

  .main-office a, .branch a {
    font-size: 18px;
  }
  .form {
    width: 95%;
  }

  .adress-contact {
    width: 95%;
  }

  #wpgmza_map > div {
    left: -10% !important;
  }
  .gm-fullscreen-control {
    left: 100%;
  }
  .gmnoprint, .gm-svpc {
    left: 100%;
  }

  /* sub-page news */

  .news-article-title {
    font-size: 32px;
  }

  .article-subtitle {
    font-size: 25px;
  }

  .share.news .share-title {
    margin: 70px 0px 15px;
  }
  .current-title, .share-title {
    font-size: 20px;
  }
  .social-media {
    margin-left: 5px;
  }

  /* sub-page klinger */
  .products-button {
    margin-top: -40px;
    font-size: 14px;
    padding: 12px 35px;
  }
  .catalog-title {
    width: 55%;
    font-size: 20px;
  }
  .catalog-subtitle {
    font-size: 13px;
  }
  .catalog-subtitle img:first-child {
    width: 90%;
    height: 90%;
  }

  /* cookies */

  .cli-plugin-button {
    padding: 10px 50px 10px;
  }

  /* imagens industrias */

  .industries .intro-image-bk {
    padding-top: 85%;
    height: auto;
  }
  .news.industries .intro-image-bottom {
    width: 55%;
  }
  .page-news-intro.industries {
    height: 274px;
  }
  .article-intro-info.industries.bottom {
    padding: 0px 5px 20px 20px;
  }
  .article-intro-info.industries {
    font-size: 15px;
  }
  .article__title.industries {
    font-size: 20px;
  }
  
  /* values */

  .intro-image-values {
    min-width: 50%;
  }

  /* sub-industries */

  .wp-block-gallery .blocks-gallery-item figcaption {
    top: -5%;
  }
  .wp-block-gallery {
    margin-bottom: 50px;
  }

}

@media (max-width: 560px) {

  .scrollIcon {
    width: 10%;
    left: 86%;
  }

  /* menu */

  .menu-children-mobile, .main-menu > li {
    padding: 20px 5px!important;
  }
  .main-navigation .sub-menu > li > a {
    padding:15px !important;
  }

  .sub-menu li, .site-branding, .main-navigation ul.main-menu > li,
  .header__menu--active {
    width: 60vw;
  }

  .main-menu .sub-menu > li {
    left: -10px;
  }

  .main-navigation .main-menu > li.menu-item-has-children .submenu-expand {
    margin-right: 30px;
  }

  /* home */

  .search-form input {
    width: 80%;
    margin-right: 0px;
  }

  .slides .caption-wrap .caption, .caption span {
    font-size: 22px !important;
  }
  .home .intro-image-bottom {
    width: 100%;
  }

  .metaslider.ms-theme-simply-dark .flexslider ol.flex-control-nav:not(.flex-control-thumbs) li a {
    width: 12px !important;
    height: 12px !important;
  }
  .flex-control-nav.flex-control-paging {
    top: 75% !important;
  }

  .article__title.home {
    padding: 0px 10px 2px 0px;
  }
  .page-news-intro.home .arrows-article.bottom, .article-intro-info.home.bottom {
    padding: 0px 10px 20px 0px;
  }
  .page-news-intro.home .article-secundary-title {
    padding: 0px 10px 2px 0px;
  }

  .flex-nav-next a, .flex-nav-prev a { 
    display: none !important;
  }

  .slider-link .slides .caption-wrap {
    left: 2% !important;
  }

  /* caixas das categorias */

  .industries-title {
    font-size: 25px;
  }
  .industries-title p:nth-child(2) {
    font-size: 20px;
  }
  .page-news-intro {
    flex-direction: column;
  }
  .text-aticle-intro.bottom, .text-aticle-intro.bottom.mobile {
    width: 90%;
    margin: auto;
    padding: 15px 0px;
  }
  .article__title.bottom, .article-intro-info.bottom, .arrows-article.bottom {
    padding: 0px;
  }
  .article-intro-info.bottom {
    -webkit-line-clamp: 3;
  }
  .arrows-article.bottom {
    margin-top: 0px;
  }
  .article__title.bottom {
    margin-bottom: 10px;
  }

  .intro-image-bk, .news.top .intro-image-bk, .mobile .intro-image-bk {
    height: 100%;
    padding-top: 50%;
  }
  .intro-image-bottom, .intro-image-bottom.industries {
    width:100%;
  }

  .industries .article-intro-info.bottom {
    margin: 0 0 30px;
  }

  .title-article {
    line-height: normal;
  }

  .industries-title h4 {
    font-size: 22px;
  }

  /* category news */

  .mobile .arrows-article.bottom {
    padding: 30px 0px 0px;
  }

  .mobile .article__title.bottom {
    padding: 0px;
  }
  .mobile .article-intro-info a, .mobile .article__title.bottom {
    overflow: unset;
    text-overflow: unset;
    display: block;
    -webkit-box-orient: unset;
    -webkit-line-clamp: unset;
  }
  .mobile .article__title.bottom {
    line-height: normal;
  }

  /* Footer */

  .company {
    width: 60%;
  }

  .adress-footer p {
    width: 80%;
  }

  .footer-navigation .footer-menu li {
    margin-right: 20px;
  }

  /* contactos */

  .main-office a, .branch a {
    font-size: 16px;
  }
  .form, .adress-contact {
    width: 100%;
  }
  .title-contact {
    font-size: 35px;
  }
  .subtitle-contact {
    font-size: 20px;
  }
  .description-contact {
    font-size: 18px;
    line-height: normal;
  }
  div.wpcf7-mail-sent-ok {
    font-size: 20px;
  }

  /* sub-page news */

  .share.news {
    flex-direction: column;
    margin: 20px 0px 0px;
  }
  .social-media {
    margin: 0px 0px 60px;
  }
  .current {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }

  .page-numbers.current {
    width: auto;
    margin-left: 1rem;
    margin-left: 0;
  }
  /* sub-page klinger */

  .intro-image-bottom.related {
    width: 100%;
  }
  .klinger.news-article-text iframe {
    width: 100%;
  }

  .catalog-title {
    margin:50% auto 0px;
    width: 70%;
    font-size: 24px;
  }

  .catalog-subtitle {
    flex-direction: column-reverse;
    width: 70%;
    margin: auto;
    font-size: 15px;
  }

  .intro-image-values {
    width: 100%;
  }

  .values .article-intro-info.bottom p {
    padding: 0px 30px 40px;
  }
  .product-catalog {
    padding: 80px 30px 50px;
    position: relative;
  }
  .products-button {
    margin: 15px auto 0px;
    font-size: 16px;
    padding: 15px 45px;
  }
  .catalog-subtitle img:first-child {
    position: absolute;
    width: 60%;
    height: auto;
    left: 20%;
    margin-top: 30px;
    top: 0;
  }
  .article-intro-info.history {
    padding: 20px;
  }
  .intro-image-values {
    width: 60%;
  }
  .values .article-intro-info.bottom p {
    padding: 0px 0px 40px;
  }
  .page-news-intro.values {
    height: auto;
  }

  /* imagens industrias */

  .page-news-intro.industries {
    height: auto;
  
  }
  .industries .text-aticle-intro.bottom {
    width: 100%;
  }
  .article-intro-info.industries {
    font-size: 16px;
  }
  .article__title.industries {
    font-size: 22px;
  }
  .industries .intro-image-bk {
    padding-top: 74%;
    height: 202px;
    width: 236px;
  }
  .page-news-intro.industries {
    height: 420px;
  }

  /* sub-industries */

  .entry-content.industries {
    padding-top: 60px;
  }

  .wp-block-gallery .blocks-gallery-item figcaption {
    top: 12%;
  }
  .wp-block-gallery.columns-3 .blocks-gallery-item,
  .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
    margin-right: 10px;
  }

}
@media (max-width: 460px) {

  /* menu */

  .logo-header {
    width: 90%;
  }
    .languages div {
    margin-right: 8px !important;
  }

  /* banner categorys */

  .banner-news img {
    width: 200%;
    max-width: none;
    position: relative;
    left: -50%;
  }

  .banner-news .wp-caption-text {
    font-size: 16px;
    padding: 5px 15px;
  }

  /* Footer */
  .company {
    width: 80%;
  }
  .site-footer h1 {
    font-size: 22px;
  }
  .site-footer p {
    font-size: 14px;
  }
  .klinger-portugal {
    font-size: 25px;
    padding: 20px 0px 0px;
  }
  .news {
    margin-top: 10px;
  }
  .footer-navigation .footer-menu li {
    margin-right: 10px;
  }

  .logo-zalox {
    margin-left: 75%;
  }


  /* home */

  .metaslider {
    padding-bottom: 100px;
    max-width: unset;
    width: 180%;
  }
  .flexslider ol {
    display: none !important;
  }
  .metaslider .caption-wrap {
    top: 100% !important;
  }
  .slides .caption-wrap {
    left: 3% !important;
  }
  .slides .caption-wrap .caption, .caption span {
    font-size: 20px !important;
  }
  .caption-wrap {
    width: 100% !important;
    left: 0% !important;
    margin: 0 !important;
  }
  .slides .caption-wrap .caption, .caption span {
    width: 100%;
    max-width: 100%;
    position: relative;
    top: inherit;
    left: 0;
    padding: 12px 20px 12px 20px !important;
    background: #1068b4;
    color: #fff !important;
  }
  .flex-control-nav.flex-control-paging {
    top: 70% !important;
  }

  .metaslider.ms-theme-simply-dark .flexslider ol.flex-control-nav:not(.flex-control-thumbs) {
    display: block !important;
    width: 45%;
    right: 50%;
    transform: translateX(50%);
    -webkit-transform: translateX(50%)  ;
    -moz-transform: translateX(50%)  ;
    -ms-transform: translateX(50%)  ;
    -o-transform: translateX(50%)  ;
  }
  .metaslider {
    padding-bottom: 0px;
  }
  .metaslider.ms-theme-simply-dark .flexslider ul.slides .caption-wrap {
    left: 0 !important;
  }
  .caption span {
    margin-top: 5px !important;
    padding: 0 !important;
  }

  .slides .caption-wrap .caption {
    display: none;
  }

  /* contactos */

  .adress-contact {
    flex-direction: column;
    margin-top: 40px;
  }

  .branch {
    flex: 1;
    margin-top: 58px;
  }
  .main-office a, .branch a {
    font-size: 20px;
  }
  div.wpcf7-response-output {
    width: 100%;
  }
  div.wpcf7-mail-sent-ok {
    padding: 70px 24px 50px;
  }

  /* search results */
  .search-results .page-description {
    font-size: 25px;
    margin-top: 25px;
  }
  .container.number-results {
    font-size: 10px;
    margin-bottom: 10px;
  }
  .search-results .page-header {
    margin-bottom: 20px;
  }
  .result-title {
    font-size: 20px;
  }
  .result-content {
    font-size: 12px;
  }

  /* sub-page news */
  .entry-content.news {
    padding-top: 32px;
  }
  .news-article-title {
    font-size: 25px;
  }
  .article-subtitle {
    font-size: 20px;
  }
  .news-article-text {
    font-size: 14px;
  }
  .current_posts.news {
    margin-top: 25px;
  }
  .current-title, .share-title {
    font-size: 22px;
  }

  /* sub-page klinger */

  .product-catalog .products-button  {
    width: 75%;
    padding: 15px 30px;
  }

  .product-catalog .catalog-title {
    font-size: 20px;
    width: 70%;
  }

  .news-article-title {
    font-size: 25px;
  }
  .article-subtitle {
    font-size: 20px;
  }
  .news-article-text {
    font-size: 12px;
  }

  /* sub-page products */
  .news-article-text.products ul {
    width: 100%;
  }
  .description.article-products {
    padding: 38px 20px 30px;
  }

  /* cookies */

  #cookie-law-info-bar p {
    text-align: center;
  }

  /* sub-industries */

  .wp-block-gallery .blocks-gallery-item figcaption {
    top: 22%;
  }

}

@media (max-width: 420px) {

  /* menu */

  .header {
    grid-template-columns: 50% 50%;
  }

  .logo-header {
    width: 100%;
  } 
  .top-links-header {
    margin: 15px 0px 0px;
  }

  .search-bar:hover .search-field, .search-field:focus {
    width: 140px !important;
  }

  .search-form input {
    padding-left: 30px;
  }
 
  .site-header {
    padding: 10px;
  }
  .search-form input {
    width: 80%;
  }

  .scrollIcon {
    width: 13%;
    left: 83%;
  }

  .article__title {
    font-size: 18px;
  }
  .article-intro-info, .arrows-article, .content-article {
    font-size: 16px;
  }
  /*  category news */
  .mobile .article__title.bottom {
    font-size: 18px;
  }

  /* home */

  .slides .caption-wrap .caption, .caption span {
    font-size: 15px !important;
  }
 
  .article__title.home {
    font-size: 22px;
  }

  /* sub-page klinger */
  .catalog-subtitle img:first-child {
    width: 70%;
    left: 15%;
  }

  .product-catalog .products-button {
    width: 85%;
    padding: 15px 50px;
  }
  .product-catalog .catalog-title {
    font-size: 20px;
    width: 80%;
    margin: 60% auto 0px;
  }
  .catalog-subtitle {
    flex-direction: column-reverse;
    width: 80%;
    margin: auto;
    font-size: 15px;
  }


  /* sub-page products */
  .products-button {
    width: 75%;
  }
  .products-button, .catalog-subtitle {
    font-size: 15px;
  }
  .align-content-products .products-button {
    margin-top: 0px;
  }
  .article__title.products {
    padding: 25px 15px 18px 15px;
  }
  .arrows-article.related, .article-intro-info.related {
    padding: 0px 5px 20px 30px;
  }

  /* footer */

  .site-info, .adress-footer p {
    font-size: 13px;
  }
  .footer-navigation .footer-menu li {
    margin-right: 5px;
  }

  /* imagens industrias */

  .page-news-intro.industries {
    height: auto;
  }

  .news.industries .intro-image-bottom {
    width: 100%;
  }

  .industries .intro-image-bk {
    padding-top: 90%;
    height: auto;
    width: 100%;
  }

  .article-intro-info.industries.bottom {
    padding: 0px 20px 20px;
  }

  /* values */

  .intro-image-values {
    width: 70%;
  }

  /* sub-industries */

  .blocks-gallery-item img {
    height: 160px !important;
  }
  .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc((100% - 50px)/2) !important;
  }
  .wp-block-gallery .blocks-gallery-item figcaption {
    top: 20%;
  }
  
}

@media (max-width: 360px) {

  /* menu */

  .search-form input {
    width: 100%;
  }

  .article__title {
    font-size: 16px;
  }

  .industries .article-intro-info.bottom {
    margin: 0 0 20px;
  }
  .arrows-article.bottom img {
    width: 16px;
  }
  .sub-menu li, .site-branding, .main-navigation ul.main-menu > li, .header__menu--active {
    width: 70vw;
  }

  /* Footer */
  .company, .adress-footer p {
    width: 90%;
  }

  /* home */

  .flex-control-nav.flex-control-paging {
    top: 72% !important;
  }
  .metaslider.ms-theme-simply-dark .flexslider ul.slides .caption-wrap {
    margin: 0 !important;
  }
  .caption span {
    margin-top: 5px !important;
  }

  /* sub-page klinger */
  .catalog-subtitle img:first-child {
    width: 75%;
    left: 12%;
  }

  .product-catalog .products-button {
    width: 100%;
    padding: 15px 75px;
  }
  .product-catalog .catalog-title {
    width: 100%;
  }
  .catalog-subtitle {
    flex-direction: column-reverse;
    width: 100%;
    margin: auto;
    font-size: 15px;
  }

  .values .article__title {
    padding: 20px 30px 10px;
  }
  .article-intro-info.history {
    padding: 15px;
  }

  /* sub-page products */ 
  .products-button {
    padding: 15px 30px;
    top: 265px;
  }
  .product-catalog.product-article {
    height: 350px;
  }
  .align-content-products .products-button {
    margin-top: 15px;
  }
  .article__title.products {
    padding: 25px 0px 18px 15px;
  }
  .article-intro-info, .arrows-article, .content-article {
    font-size: 15px;
  }

  /* footer */
  .footer-navigation .footer-menu li {
    margin-right: 5px;
  }
  .footer-menu .menu-item a {
    font-size: 14px;
  }

  /* values */

  .values .article__title {
    font-size: 22px;
  }
  .intro-image-values {
    width: 100%;
  }

  /* sub-industries */

  .blocks-gallery-item img {
    height: 140px !important;
  }
  .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc((100% - 50px)/2) !important;
  }
  .wp-block-gallery .blocks-gallery-item figcaption {
    font-size: 16px;
  }

  .industrie-image {
    margin-bottom: -25px;
  }

}

@media (max-width: 320px) {

  /* menu */
  .header {
    grid-template-columns: 50% 55%;
  }

  .intro-image-bk {
    width: 100%;
    padding-top: 60%;
  }

  /* Footer */
  .company {
    width: 90%;
  }

  /* sub-page products */
  .article__title.products {
    padding: 25px 0px 18px 15px;
  }
  .article-intro-info, .arrows-article, .content-article {
    font-size: 12px;
  }
  .article__title {
    font-size: 13px;
  }
  .product-catalog .products-button {
    padding: 15px 55px;
  }

  /* sub-industries */

  .blocks-gallery-item img {
    height: 120px !important;
  }

}
