@charset "UTF-8";
/* ==========================================================================
   Import SASS libraries
   ========================================================================== */
@import url(../lib/bootstrap/bootstrap.css);
@import url(../lib/slick/slick.css);
@import url(../lib/slick/slick-theme.css);
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */ }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/* ==========================================================================
Variables & FONTS SASS-CSS
========================================================================== */
:root {
  font-size: 16px; }

/* ==========================================================================
   Typography Variables & Colors Variables
   ========================================================================== */
/* ------------------------------------------------------------- 
WEBFONTS
------------------------------------------------------------------- */
@font-face {
  font-family: 'Almarena Bold';
  src: url("../fonts/AlmarenaBold.eot");
  src: url("../fonts/AlmarenaBold.eot?#iefix") format("embedded-opentype"), url("../fonts/AlmarenaBold.woff2") format("woff2"), url("../fonts/AlmarenaBold.woff") format("woff"), url("../fonts/AlmarenaBold.ttf") format("truetype"), url("../fonts/AlmarenaBold.svg#AlmarenaBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Almarena';
  src: url("../fonts/AlmarenaRegular.eot");
  src: url("../fonts/AlmarenaRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/AlmarenaRegular.woff2") format("woff2"), url("../fonts/AlmarenaRegular.woff") format("woff"), url("../fonts/AlmarenaRegular.ttf") format("truetype"), url("../fonts/AlmarenaRegular.svg#AlmarenaRegular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Crimson Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/crimsonpro/v17/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZzm18OA.ttf) format("truetype"); }

/* Font sizes */
/* ==========================================================================
Layout CSS
========================================================================== */
/* Highlight Styles */
::-moz-selection {
  background-color: #b2b2b2;
  color: #262626; }
::selection {
  background-color: #b2b2b2;
  color: #262626; }

::-moz-selection {
  background-color: #b2b2b2;
  color: #262626; }

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #b2b2b2; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b2b2b2; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b2b2b2; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #b2b2b2; }

*:focus {
  outline: none !important; }

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important; }

body {
  color: #262626;
  background-color: #FFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html, body {
  font-family: "Almarena", sans-serif;
  font-size: 14px;
  line-height: 20px; }

a {
  color: #262626;
  transition: all 0.2s ease; }

a:active, a:focus, a:hover {
  text-decoration: none !important;
  outline: none;
  color: #262626; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased; }

ul, ol {
  margin: 0;
  padding: 0; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

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

/* centered columns styles */
.row-centered {
  text-align: center; }

.col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin-right: -4px; }

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover {
  /*outline:0px !important;
  -webkit-appearance:none;*/ }

h2 {
  font-size: 28px;
  line-height: 30px; }

h3 {
  margin-bottom: 25px; }

h4 {
  margin-bottom: 25px; }

p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  -webkit-font-smoothing: antialiased; }

/*
.container{
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}
*/
.text-black {
  color: #000; }

/* centered columns styles */
.row-centered {
  text-align: center; }

.col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin-right: -4px; }

.center-menu {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  transition: all .3s linear; }

.title {
  font-size: 30px;
  font-family: "Almarena Bold", sans-serif; }

.subtitle {
  text-transform: uppercase;
  font-size: 13px; }

.back {
  padding-left: 50px;
  position: fixed;
  margin-top: 5px;
  transition: all .3s linear;
  top: 230px; }
  .back img {
    width: 27px; }
  .back.top {
    top: 120px;
    transition: all .3s linear; }

ul.share {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 35px; }
  ul.share li {
    background-color: #262626;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%; }
    ul.share li a {
      color: #FFF; }

.mes-info {
  width: 20px; }

ul.list-tags {
  display: inline-flex;
  margin: auto;
  text-align: center; }
  ul.list-tags.kraft li.tags a {
    border-color: #262626;
    transition: all .3s ease-out; }
    ul.list-tags.kraft li.tags a.active {
      background-color: #c4003e;
      color: white;
      border: none; }
  ul.list-tags li.tags {
    list-style: none; }
    ul.list-tags li.tags:last-child a {
      margin-right: 0; }
    ul.list-tags li.tags a {
      text-transform: uppercase;
      border: 1px solid #262626;
      border-radius: 100px;
      padding: 11px 15px 9px;
      margin-right: 15px;
      font-size: 12px;
      cursor: pointer;
      transition: all .2s ease-out; }
      ul.list-tags li.tags a.active {
        background-color: #262626;
        color: white; }
      ul.list-tags li.tags a:hover {
        background-color: #262626;
        color: white; }

p a {
  text-decoration: underline; }

p a:hover {
  text-decoration: underline !important; }

.content p {
  font-size: 18px; }

.content-big p {
  font-family: "Almarena", sans-serif !important;
  font-size: 20px !important;
  line-height: 30px !important;
  margin-bottom: 30px !important; }

.bold {
  font-family: "Almarena Bold", sans-serif; }

p, strong {
  font-size: 13px; }

.transform-180 {
  transform: rotate(180deg); }

form.wpcf7-form label {
  text-align: left;
  font-family: "Almarena Bold", sans-serif;
  font-size: 18px; }

form.wpcf7-form input {
  /*&[type="checkbox"] {
        &:hover{
          -webkit-appearance: checkbox;
        }
        &+span {
          font-size: $font-subtitle;
        }    
        }*/ }
  form.wpcf7-form input[type="submit"] {
    font-size: 18px;
    color: #fff;
    background-color: #000;
    width: 50%;
    margin: auto;
    padding: 12px; }

#filtres {
  list-style: none;
  font-size: 20px; }
  #filtres li:after {
    content: "-";
    margin: 10px; }
  #filtres li:last-child:after {
    content: ""; }
  #filtres li.active a {
    text-decoration: underline; }

header .logotip {
  position: absolute;
  left: 3rem; }
  @media (max-width: 767px) {
    header .logotip {
      margin: 0px;
      position: absolute;
      top: 115px;
      left: 50%;
      padding: 0px;
      transform: translateX(-50%); } }
header nav {
  text-align: center; }
  header nav ul {
    list-style: none; }
  header nav.menu-home a {
    font-family: "Almarena Bold", sans-serif;
    font-size: 80px;
    line-height: 82px;
    color: #FFF;
    position: relative;
    text-decoration: none;
    transition: all 500ms cubic-bezier(0.11, 0.35, 0.235, 0.995); }
  header nav.menu-home a:hover, header nav.menu-home a:focus {
    color: #FFF; }
  header nav.menu-home a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 37px;
    width: 100%;
    height: 10px;
    background: #FFF;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .4s ease-out;
    text-decoration: none; }
  header nav.menu-home a:hover:before {
    transform: scaleX(1);
    transform-origin: left;
    text-decoration: none;
    color: #FFF; }

header.fixed-top-bar {
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 30px;
  padding-bottom: 30px;
  justify-content: center !important;
  display: flex !important;
  transition: all 1000ms cubic-bezier(0.11, 0.35, 0.235, 0.995);
  z-index: 99; }
  header.fixed-top-bar:hover {
    background-color: rgba(255, 255, 255, 0.95); }
  header.fixed-top-bar .navbar-brand {
    font-family: "Almarena", sans-serif;
    font-size: 26px;
    padding: 0; }
    header.fixed-top-bar .navbar-brand span {
      font-family: "Almarena Bold", sans-serif;
      font-size: 26px; }
  header.fixed-top-bar nav {
    text-align: center; }
    header.fixed-top-bar nav.navbar {
      align-items: start;
      padding: 0px; }
    header.fixed-top-bar nav li {
      display: inline-block;
      padding-left: 20px;
      padding-right: 20px; }
    header.fixed-top-bar nav a {
      font-family: "Almarena", sans-serif;
      font-size: 24px;
      color: #262626 !important;
      transition: all 500ms cubic-bezier(0.11, 0.35, 0.235, 0.995);
      text-decoration: none;
      position: relative; }
      header.fixed-top-bar nav a:hover, header.fixed-top-bar nav a:focus {
        color: #000; }
      header.fixed-top-bar nav a:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: #262626;
        transform: scaleX(0);
        transform-origin: right;
        transition: transform .4s ease-out;
        text-decoration: none; }
      header.fixed-top-bar nav a:hover:before, header.fixed-top-bar nav a.active:before {
        transform: scaleX(1);
        transform-origin: left;
        text-decoration: none;
        color: #262626; }

header img {
  padding: 0px; }

header .img-share {
  width: 22px;
  height: auto; }

header.fixed-top-bar nav .current-menu-item a:before {
  transform: scaleX(1);
  transform-origin: left;
  text-decoration: none;
  color: #262626; }

.margin-top {
  margin-top: 200px !important; }

footer {
  font-family: "Almarena", sans-serif;
  font-size: 20px;
  line-height: 26px;
  padding-top: 60px;
  padding-bottom: 60px;
  width: 100%;
  height: 360px;
  bottom: 0px;
  background: #262626;
  color: #FFF;
  z-index: -1; }
  footer a {
    color: #FFF; }
  footer a:hover {
    color: #FFF; }

.contacte .content p {
  font-size: 24px !important;
  line-height: 32px !important; }

.contacte form {
  margin-top: 60px;
  margin-left: 10%;
  margin-right: 10%; }
  .contacte form input[type="text"], .contacte form input[type="email"] {
    background-color: #f7f7f7;
    height: 60px;
    border: 1px solid #c8c8c8; }
  .contacte form textarea {
    height: 250px;
    background-color: #f7f7f7;
    border: 1px solid #c8c8c8; }

/* FORMS */
.selector {
  margin-bottom: 0; }

.wpcf7-acceptance span {
  font-size: 14px; }

.wpcf7-radio {
  font-size: 15px;
  margin-bottom: 30px;
  display: block; }

form.wpcf7-form label {
  width: 100% !important; }

form.wpcf7-form input[type="submit"] {
  width: 100% !important; }

.contacte form input[type="text"], .contacte form input[type="email"], .contacte form textarea {
  width: 100% !important; }

.categories-blog {
  display: none; }

/*--------------- PHONE --------------------------*/
@media (max-width: 767px) {
  header.fixed-top-bar {
    background-color: transparent;
    position: absolute; }
  .navbar-brand {
    font-size: 24px;
    margin: 0px;
    /*position: absolute;
    top: 115px;
    left: 50%;
    padding: 0px;
    transform: translateX(-50%);*/ }
  header.fixed-top-bar nav {
    background-color: #FFF;
    top: -100%;
    left: 0px;
    right: 0px;
    transform: none;
    padding-top: 130px;
    padding-bottom: 50px;
    z-index: 999999;
    opacity: 0; }
    header.fixed-top-bar nav.in {
      top: 0px;
      opacity: 1; }
  header.fixed-top-bar nav ul {
    list-style: none;
    margin-top: 130px;
    margin-bottom: 50px;
    width: 100%; }
  header.fixed-top-bar nav a {
    color: #FFF !important;
    font-size: 24px;
    line-height: 35px; }
  header.fixed-top-bar nav li {
    display: block; }
  header.fixed-top-bar nav {
    top: -450px;
    left: 0px;
    position: absolute;
    background-color: #262626;
    display: block;
    transition: all .3s ease-in-out; }
  header.fixed-top-bar nav.in {
    top: 0px; }
  header.fixed-top-bar .share {
    display: none; }
  header.fixed-top-bar #mainMenu_trigger span {
    background-color: #000; }
  header.fixed-top-bar #mainMenu_trigger.open span.top-line, header.fixed-top-bar #mainMenu_trigger.open span.bottom-line {
    background-color: #FFF !important; }
  #contingut h2 {
    font-size: 20px !important; }
  #contingut.team p, #contingut.estudi-kraft p, #contingut.noticies p, .contacte .content p {
    font-size: 20px !important;
    line-height: 26px !important; }
  #blog .blog-list .post-info {
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px; }
  #filtres {
    display: none !important; }
  .categories-blog {
    display: block !important;
    width: 100%;
    text-align: center;
    font-size: 18px; }
    .categories-blog option {
      text-align: center !important; }
  .contacte form {
    margin-top: 60px;
    margin-left: 0px;
    margin-right: 0px; }
  .back {
    padding-left: 0px;
    position: fixed;
    margin-top: 0;
    transition: all .3s linear;
    top: 45px;
    position: absolute;
    left: 30px;
    transform: translateX(-50%);
    z-index: 9999; } }

/* ////////  HOME CSS /////////  */
/* ------ Home ------- */
/*
#bg-nav .content div {
    transform: translateY(-40px);
    margin-bottom: 50px;
    opacity: 0;
}

#nav.cross + #bg-nav .content div {
    transform: translateY(0px);
    opacity: 1;
    transition: .3s cubic-bezier(0.39, 0.38, 0.61, 1.01);
    transition-delay: .3s;
}

#nav.cross + #bg-nav .content div.contact {
    transition-delay: .35s;
}

#nav.cross + #bg-nav .content div.social {
    transition-delay: .4s;
}

#nav.cross + #bg-nav .content div.copy {
    transition-delay: .45s;
}
*/
/* ///////////// NEW-HOME ////////////////  */
html.admin-bar {
  margin-top: 0 !important; }

/*LOGO*/
.wrapper-brand {
  padding-top: 56px;
  padding-top: 110px; }
  @media (max-width: 767px) {
    .wrapper-brand {
      padding-top: 40px !important; } }
  .wrapper-brand img {
    width: 400px;
    height: auto; }
    @media (max-width: 767px) {
      .wrapper-brand img {
        width: 300px; } }
/* /////////// HEADER ///////////// */
.navbar-home {
  position: absolute;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* Cuatro columnas iguales */
  align-items: center;
  justify-items: center;
  padding: 0.5rem 1rem;
  z-index: 9;
  background-color: white;
  width: 100%;
  height: 107px; }
  @media (max-width: 576px) {
    .navbar-home {
      position: fixed;
      height: 100vh;
      display: flex;
      flex-direction: column;
      padding: 0;
      bottom: 107px;
      transform: translateY(100%) !important; } }
  @media (max-width: 767px) {
    .navbar-home {
      position: fixed;
      height: 100vh;
      display: flex;
      flex-direction: column;
      padding: 0;
      bottom: 107px;
      transform: translateY(100%) !important; } }
  @media (min-width: 768px) and (max-width: 979px) {
    .navbar-home {
      position: fixed;
      height: 100vh;
      display: flex;
      flex-direction: column;
      padding: 0;
      bottom: 107px;
      transform: translateY(100%) !important; } }
  .navbar-home.in {
    transform: translateY(0%) !important;
    bottom: 0; }

.navbar-brand img {
  width: 100% !important; }

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

.header-bottom nav ul {
  display: contents; }
  @media (max-width: 576px) {
    .header-bottom nav ul {
      display: flex;
      height: 100%;
      flex-direction: column;
      align-items: center;
      justify-content: center; } }
  @media (max-width: 767px) {
    .header-bottom nav ul {
      display: flex;
      height: 100%;
      flex-direction: column;
      align-items: center;
      justify-content: center; } }
  @media (min-width: 768px) and (max-width: 979px) {
    .header-bottom nav ul {
      display: flex;
      height: 100%;
      flex-direction: column;
      align-items: center;
      justify-content: center; } }
.header-bottom nav ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; }
  @media (max-width: 576px) {
    .header-bottom nav ul li {
      margin: .5rem 0; } }
  @media (max-width: 767px) {
    .header-bottom nav ul li {
      margin: .5rem 0; } }
  @media (min-width: 768px) and (max-width: 979px) {
    .header-bottom nav ul li {
      margin: .5rem 0; } }
.header-bottom a {
  font-size: 24px;
  text-align: center;
  position: relative; }
  .header-bottom a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 0px;
    width: 100%;
    height: 2px;
    background: black;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s ease-out;
    text-decoration: none; }
  .header-bottom a:hover:before {
    transform: scaleX(1);
    transform-origin: left;
    text-decoration: none;
    color: black; }

.header-bottom a#mainMenu_trigger:hover:before {
  /* Aquí poses els estils que necessitis */
  content: "";
  display: none; }

.navbar-right {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  right: 6rem; }
  @media (max-width: 767px) {
    .navbar-right.in {
      top: 12rem !important;
      padding-top: 50px !important; } }
  @media (max-width: 767px) {
    .navbar-right .menu {
      margin-top: 0px !important; } }
.navbar {
  /*position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 52%;
  transform: translate(-50%, -50%);*/ }

header.fixed-top-bar nav.navbar {
  align-items: center !important; }

/*PÀGINES*/
#sliderHome {
  margin-bottom: 0 !important; }

.page-template-template-serveis {
  margin-top: 200px; }

/* ////////////// ESTUDI KRAFT //////////////// */
.page-template-template-home-estudikraft footer, .page-template-template-home footer {
  display: none; }

.page-template-template-altres footer {
  background-color: #c4003e; }

/* ///////////// ESTILS PER PASSAR A EFÍMERA //////////////// */
#contingut.estudi-kraft.margin-top {
  margin-top: 200px !important; }

#premis {
  margin-bottom: 140px; }

.premi-image {
  width: 100%;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center; }

.premi-logo {
  max-height: 80px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

.premi-text {
  flex-grow: 1;
  /* Hace que todos los textos tengan la misma altura */
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  /* Alinea los textos a la misma posición */
  text-align: center;
  max-width: 80%; }

.titol-premi {
  font-size: 18px;
  font-weight: bold;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center; }

.projecte, .ubicacio {
  font-size: 16px;
  color: #555;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center; }

h3.titol-premi {
  margin-bottom: 0 !important; }

p.projecte {
  margin-bottom: 0 !important;
  text-transform: uppercase; }

p.ubicacio {
  margin-bottom: 70px !important; }

/* ////////////////////////// SLIDER HOME //////////////////////// */
body.home {
  background-color: #262626; }

#sliderHome {
  height: 100%;
  overflow: hidden;
  margin-bottom: 0px !important;
  background-color: #262626; }

.slick-dotted.slick-slider {
  margin-bottom: 0px; }

.slide {
  background-size: cover;
  height: 100vh;
  width: 100%; }

.slick-next {
  right: 0px;
  z-index: 99999;
  width: 20%;
  height: 100%; }

.slick-prev {
  left: 0px;
  z-index: 99999;
  width: 20%;
  height: 100%; }

.slick-next:before, .slick-prev:before {
  display: none; }

.slick-next {
  right: 0;
  cursor: url("../img/arrow-right-white.svg") 12 9, auto; }

.slick-prev {
  left: 0;
  cursor: url("../img/arrow-left-white.svg") 12 9, auto; }

.slick-dots {
  margin-bottom: 0px;
  color: #FFF; }
  .slick-dots li.slick-active a {
    border-bottom: 2px solid #FFF; }
  .slick-dots a {
    font-size: 16px;
    font-family: "Almarena", serif;
    color: #FFF; }

.slick-dots li {
  margin: 0 7px; }

.slick-dots {
  bottom: 35px; }

.wrapper-brand {
  z-index: 99;
  width: 100%;
  position: absolute;
  text-align: center;
  padding-top: 30px;
  color: #FFF; }
  .wrapper-brand h1 {
    color: #FFF;
    font-size: 26px;
    line-height: 30px;
    font-family: "Almarena Bold", sans-serif;
    text-transform: uppercase; }
    .wrapper-brand h1 span {
      font-size: 28px; }
  .wrapper-brand h2 {
    color: #FFF;
    font-size: 21.5px;
    line-height: 26px;
    font-family: "Almarena", sans-serif; }

/* //////////////////// NAV /////////////////////// */
nav.menu-home {
  position: absolute;
  z-index: 9; }
  nav.menu-home .menu-elements li {
    opacity: 0;
    top: -25px;
    position: relative; }

/* MENU BURGER */
#mainMenu_trigger {
  display: none; }
  @media (max-width: 767px) {
    #mainMenu_trigger {
      top: 45px;
      left: 50%;
      position: absolute;
      z-index: 9999999;
      height: 24px;
      width: 40px;
      cursor: pointer;
      opacity: 1;
      transform: translateX(-50%);
      transition: all .4s ease-in-out;
      display: block; } }
  @media (max-width: 767px) {
    #mainMenu_trigger {
      top: 45px;
      left: 50%;
      position: absolute;
      z-index: 9999999;
      height: 24px;
      width: 40px;
      cursor: pointer;
      opacity: 1;
      transform: translateX(-50%);
      transition: all .4s ease-in-out;
      display: block; } }
  .home #mainMenu_trigger {
    top: inherit;
    bottom: 2.5rem;
    position: fixed; }
  #mainMenu_trigger span {
    position: absolute;
    width: 100%;
    height: 2px;
    transition: all 280ms;
    background: #FFF; }
    .home #mainMenu_trigger span {
      top: inherit;
      bottom: 1rem;
      background: black; }
  #mainMenu_trigger span.top-line {
    top: 0; }
    .home #mainMenu_trigger span.top-line {
      left: 0; }
  #mainMenu_trigger span.center-line {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    transition: all 200ms; }
  #mainMenu_trigger span.bottom-line {
    bottom: 0; }
    .home #mainMenu_trigger span.bottom-line {
      left: 0; }
  #mainMenu_trigger.open span.top-line {
    background: #000 !important;
    top: 0;
    transform: translateY(11px) translateX(0px) rotate(45deg) !important; }
  #mainMenu_trigger.open span.center-line {
    opacity: 0;
    left: -25px;
    background: #000; }
  #mainMenu_trigger.open span.bottom-line {
    background: #000 !important;
    bottom: 0;
    width: 100% !important;
    transform: translateY(-11px) translateX(0px) rotate(-45deg) !important; }

/* /////////// MEDIA QUERIES ONLY PHONE /////////// */
@media (max-width: 767px) {
  header nav.menu-home a:hover, header nav.menu-home a:focus {
    background: transparent !important;
    color: #262626; }
  header nav.menu-home a:before {
    display: none; }
  .center-menu {
    transition: all .6s ease-in-out; }
  nav.menu-home {
    background-color: #FFF;
    top: -100%;
    left: 0px;
    right: 0px;
    transform: none;
    padding-top: 130px;
    padding-bottom: 50px;
    z-index: 999999;
    opacity: 0; }
    nav.menu-home.in {
      top: 0px;
      opacity: 1; }
  header nav.menu-home a {
    color: #262626;
    font-size: 24px;
    line-height: 35px; } }

/* ///////// Estudi Kraft ///////// */
.page-template-template-estudi_kraft {
  background-image: url("../img/textura-kraft.jpg");
  background-size: cover; }
  @media (max-width: 767px) {
    .page-template-template-estudi_kraft .logotip {
      display: none; } }
#contingut.estudi-kraft img {
  max-width: 170px;
  height: auto; }

#contingut.estudi-kraft.margin-top {
  margin-top: 75px !important; }

#contingut.estudi-kraft p {
  font-family: "Almarena", sans-serif;
  font-size: 20px;
  line-height: 28px; }

#estudi-kraft-list {
  padding: 50px;
  padding-bottom: 100px; }
  #estudi-kraft-list img {
    width: 100%; }
  #estudi-kraft-list figure {
    position: relative;
    /*&:hover {
        transition: all .4s ease-out;

        img {
          opacity: .2;
        }
      }

      &:hover:after {
        content: "";      
        background-image: url("../img/plus-kraft.svg");
        background-size: 30px 30px;
        background-repeat: no-repeat;
        position: absolute;
        width: 30px;
        height: 30px;
        top: 50%;
        left: 50%;
        margin-top: -10px;
        margin-left: -10px;
        z-index: 1;
        transition: all .4s ease-out;
      }
      */ }
    #estudi-kraft-list figure img {
      position: relative;
      z-index: 0;
      transition: all .4s ease-out;
      transform: translate3d(0px, 0px, 0px); }
  #estudi-kraft-list h3 {
    font-family: "Almarena Bold", sans-serif;
    font-size: 18px;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 0px !important; }
  #estudi-kraft-list p {
    font-family: "Crimson Pro", serif;
    font-size: 18px;
    line-height: 26px; }

/*--------------- PHONE --------------------------*/
@media (max-width: 767px) {
  #estudi-kraft-list {
    padding-left: 20px;
    padding-right: 20px; }
    #estudi-kraft-list .col-md-4 {
      margin-bottom: 35px; } }

/* ///////// CLIENTS ////////////  */
#contingut h2 {
  font-size: 24px; }

#clients {
  padding-top: 2rem !important;
  margin-bottom: 8rem !important; }
  #clients .client .h-100 {
    display: flex; }
    #clients .client .h-100 a {
      display: flex; }
      #clients .client .h-100 a img {
        margin-top: auto;
        margin-bottom: auto; }

/*--------------- PHONE --------------------------*/
@media (max-width: 767px) {
  #clients .client .h-100 a {
    margin: auto; } }

/* ///////////// NOTICIES //////////////////  */
#contingut.noticies p {
  font-family: "Almarena", sans-serif;
  font-size: 24px;
  line-height: 32px; }
  #contingut.noticies p a {
    text-decoration: underline !important; }

#blog {
  margin-top: 20px; }
  #blog .blog-list .post-blog {
    margin-bottom: 3.5rem !important; }
  #blog .blog-list .post-info {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 10px; }
    #blog .blog-list .post-info h1 {
      margin-bottom: 15px; }
  #blog .blog-list .content p {
    font-family: "Crimson Pro", serif;
    font-size: 18px;
    line-height: 26px; }

#content-fitxa {
  margin-bottom: 120px; }
  #content-fitxa img {
    margin-bottom: 15px; }
  #content-fitxa .content p {
    font-family: "Crimson Pro", serif;
    font-size: 18px;
    line-height: 26px; }
  #content-fitxa .post-content {
    margin-bottom: 70px; }

ul.share {
  padding: 0;
  margin: 0;
  list-style: none; }
  ul.share li {
    display: inline-block; }

.comments {
  display: none;
  margin-top: 50px;
  margin-bottom: 80px; }
  .comments #reply-title {
    margin-top: 35px;
    font-weight: bold; }
  .comments textarea {
    width: 100%; }

/* //////////// TEAM /////////////// */
#contingut.team p {
  font-family: "Almarena", sans-serif;
  font-size: 24px;
  line-height: 32px; }
  #contingut.team p a {
    text-decoration: underline !important; }

.padding p {
  padding-right: 7%;
  padding-left: 7%; }

#team {
  padding-top: 4rem !important;
  padding-bottom: 8rem !important; }
  #team h1 {
    margin-bottom: 5px; }
  #team .subtitle {
    font-family: "Almarena", sans-serif;
    font-size: 14px;
    margin-bottom: 2rem !important; }
  #team p {
    font-family: "Crimson Pro", serif;
    font-size: 18px;
    line-height: 26px; }

/* //////////////// TREBALLS ///////////////// */
/* ==========================================================================
Treballs LESS-CSS
========================================================================== */
#tags {
  min-height: 30px;
  padding-left: 50px;
  padding-right: 50px; }

#projects-list {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 50px;
  padding-bottom: 100px; }
  #projects-list figure {
    position: relative; }
    #projects-list figure img {
      position: relative;
      z-index: 0;
      transition: all .4s ease-out;
      transform: translate3d(0px, 0px, 0px); }
    #projects-list figure:hover {
      transition: all .4s ease-out; }
      #projects-list figure:hover img {
        opacity: .2; }
    #projects-list figure:hover:after {
      content: "";
      background-image: url("../img/plus.svg");
      background-size: 30px 30px;
      background-repeat: no-repeat;
      position: absolute;
      width: 30px;
      height: 30px;
      top: 50%;
      left: 50%;
      margin-top: -10px;
      margin-left: -10px;
      z-index: 1;
      transition: all .4s ease-out; }

#title {
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    #title {
      margin-top: 12rem !important; } }
  #title h2 {
    margin-top: 5px; }

#contingut p {
  font-family: "Crimson Pro", serif;
  font-size: 18px;
  line-height: 26px; }

#contingut .galeria img {
  max-height: 720px;
  margin: auto;
  display: block; }

.prev a {
  position: relative;
  padding-left: 45px; }
  .prev a:after {
    content: "";
    background-image: url("../img/back.svg");
    background-size: 25px 11px;
    position: absolute;
    left: 0px;
    top: 7px;
    width: 25px;
    height: 11px;
    background-repeat: no-repeat; }

.prev.opacity {
  opacity: 0.5; }

.next a {
  position: relative;
  padding-right: 45px; }
  .next a:after {
    content: "";
    background-image: url("../img/back.svg");
    background-size: 25px 11px;
    position: absolute;
    right: 0px;
    top: 7px;
    transform: rotate(180deg);
    width: 25px;
    height: 11px;
    background-repeat: no-repeat; }

#tech-description {
  margin-bottom: 4.5rem !important; }
  #tech-description strong {
    font-family: "Almarena Bold", sans-serif; }
  #tech-description p {
    font-family: "Almarena", sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #4c4c4c;
    margin-bottom: 5px; }

.nav-pages {
  font-size: 18px;
  padding-top: 8rem !important;
  padding-bottom: 8rem !important; }

p.title {
  font-family: "Almarena Bold", sans-serif;
  font-size: 18px; }

p.subtitle {
  font-family: "Almarena", sans-serif;
  font-size: 13px;
  text-transform: uppercase; }

.galeria {
  margin-top: 25px;
  margin-bottom: 0px; }

.galeria .mb-5:last-child {
  margin-bottom: 0px !important; }

.b-lazy {
  opacity: 0;
  transform: scale(3);
  transition: all 500ms; }

.b-loaded {
  opacity: 1;
  transform: scale(1); }

.view-filters {
  display: none; }

/* MEDIA QUERIES */
/*--------------- PHONE --------------------------*/
@media (max-width: 767px) {
  ul.list-tags {
    display: none; }
  #projects-list {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 7rem; }
    #projects-list .col-md-3 {
      margin-bottom: 25px; }
  .view-filters {
    display: block;
    position: absolute;
    width: auto;
    border: 1px solid #262626;
    padding: 10px 15px;
    border-radius: 120px;
    top: 180px;
    left: 50%;
    transform: translate(-50%);
    font-size: 12px; }
  #tags {
    padding-left: 20px;
    padding-right: 20px;
    transition: all 600ms cubic-bezier(0.11, 0.35, 0.235, 0.995);
    min-height: 0px;
    height: 0px;
    overflow: hidden; }
    #tags.open {
      height: 330px; }
    #tags.margin-top {
      margin-top: 145px !important; }
    #tags ul.list-tags {
      display: block;
      margin-top: 90px; }
      #tags ul.list-tags li {
        margin-top: 0px; }
  ul.list-tags li.tags a.active {
    background-color: #fff;
    color: #262626;
    text-decoration: underline; }
  ul.list-tags li.tags a {
    margin: 0;
    width: 100%;
    display: block;
    border: none;
    border-bottom: 1px solid #e2e2e2;
    border-radius: 0px; }
  .prev a {
    position: relative;
    padding-left: 0px; }
  .prev a:after, .next a:after {
    display: none; }
  .next a {
    position: relative;
    padding-right: 0px; } }

/* ////////////// STLYE.CSS  //////////////// */
.prev.opacity, .next.opacity {
  opacity: 0.5;
  pointer-events: none; }

ul.share li {
  display: inline-block;
  margin-right: 2px;
  margin-left: 2px; }

header ul.share {
  margin-left: -40px; }

header ul.share li {
  margin-left: 5px;
  margin-right: 0px;
  text-align: center;
  width: 28px;
  height: 28px;
  line-height: 28px; }

header ul.share li a {
  font-size: 13px; }

.share img {
  cursor: pointer; }

.bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1; }

.blog-list {
  border-bottom: 1px solid #ddd;
  margin-bottom: 6rem; }

.page-template-template-estudi_kraft {
  background-position: center;
  background-repeat: no-repeat;
  background: none !important; }

.wp-pagenavi .pages {
  display: none; }

.wp-pagenavi {
  font-size: 16px;
  margin-bottom: 50px;
  display: block;
  width: 100%;
  text-align: center; }

.wp-pagenavi .page, .wp-pagenavi .current {
  padding: 5px 10px; }

.nextpostslink img, .previouspostslink img {
  width: 25px; }

.nextpostslink {
  margin-left: 15px; }

.previouspostslink {
  margin-right: 15px; }

.wp-pagenavi .current {
  text-decoration: underline; }

.back {
  top: 120px !important; }

.prev a, .next a {
  font-size: 18px; }

/* MODIFICACIONS GENÈRIQUES */
#projects-list .col-lg-3, #projects-list .col-md-6 {
  margin-bottom: 25px; }

#estudi-kraft-list .col-md-6, #estudi-kraft-list .col-lg-4 {
  margin-bottom: 35px; }

#estudi-kraft-list h3 {
  margin-top: 15px; }

#contingut .galeria img {
  max-height: inherit; }

#tech-description {
  margin-bottom: 4rem !important; }

footer a:focus {
  color: #FFF; }

.slick-dots a {
  font-family: 'Circular Book', sans-serif; }

#share-buttons {
  position: fixed;
  text-align: center;
  top: 0px;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.95);
  opacity: 0;
  transition: all .4s ease-in-out;
  pointer-events: none; }

#share-buttons.in {
  opacity: 1;
  pointer-events: auto; }

.share-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

#share-buttons a {
  display: block;
  font-size: 28px;
  margin-bottom: 20px;
  margin-top: 20px; }

.tancar {
  position: absolute;
  right: 50px;
  top: 30px;
  font-size: 16px;
  cursor: pointer; }

.slide {
  background-position: center center; }

.single-post #content-fitxa {
  margin-bottom: 0px; }

#filtres {
  font-size: 12px;
  text-transform: uppercase; }

/* TAMANYS TIPOGRAFIES */
p.title span {
  font-family: 'Almarena', sans-serif; }

.title {
  font-size: 26px; }

/*#sliderHome {
    margin-bottom: 278px !important;
}*/
header nav.menu-home a {
  font-size: 50px;
  line-height: 56px; }

header nav.menu-home a:before {
  margin-bottom: 23px;
  height: 6px; }

.wrapper-brand h1 {
  font-size: 24px;
  line-height: 28px; }

.wrapper-brand h1 span {
  font-size: 26px; }

.wrapper-brand h2 {
  font-size: 19.5px;
  line-height: 24px; }

header.fixed-top-bar {
  /* padding-top: 30px;
    padding-bottom: 25px; */
  background-color: rgba(255, 255, 255, 0.99);
  /*96*/ }

header.fixed-top-bar:hover {
  background-color: white; }

header.fixed-top-bar nav a {
  font-size: 20px; }

header.fixed-top-bar .navbar-brand {
  /*    font-size: 20px;*/ }

header.fixed-top-bar .navbar-brand span {
  /*    font-size: 21.75px;*/ }

header .img-share {
  width: 20px;
  height: auto; }

#contingut h2 {
  font-size: 20px;
  line-height: 28px; }

#contingut.estudi-kraft p {
  font-size: 20px;
  line-height: 28px; }

#contingut.noticies p {
  font-size: 20px;
  line-height: 28px; }

.contacte .content p {
  font-family: 'Almarena', sans-serif !important;
  font-size: 20px !important;
  line-height: 28px !important; }

#blog .blog-list .post-info h1 {
  margin-bottom: 15px;
  font-size: 22px; }

footer {
  height: auto;
  font-size: 16px;
  line-height: 22px;
  padding-top: 40px;
  padding-bottom: 40px;
  min-height: 230px; }

#clients .client .h-100 a {
  margin: auto; }

#clients .client .h-100 figure {
  margin: auto;
  display: flex; }

#contingut.team p {
  font-size: 20px;
  line-height: 28px; }

#team h1 {
  font-size: 18px;
  margin-bottom: 0px; }

#team p.subtitle a {
  text-decoration: none;
  font-size: 12px;
  background: #262626;
  padding: 0px;
  border-radius: 18px;
  color: #FFF;
  padding-left: 8px;
  padding-right: 8px;
  margin-top: 10px;
  display: inline-block; }

#team p.subtitle a:hover {
  text-decoration: none !important; }

.slider-kraft .slick-dots {
  bottom: -25px;
  right: 0px;
  text-align: right; }

.slider-kraft .slick-dots li button:before {
  font-size: 8px; }

.slider-kraft .slick-dots li {
  margin: 0 1px; }

.slider-kraft .slick-dots li button:before {
  color: #000; }

.slider-kraft .slick-prev, .slick-next {
  z-index: 9; }

.slider-kraft .slick-slide {
  margin-right: 1px; }

#blog .wp-pagenavi {
  margin-bottom: 80px; }

ul.share li a {
  color: #FFF;
  display: block; }

/* cookies */
.cookie-bar-block #catapult-cookie-bar h3 {
  /*  display:none; */
  text-transform: uppercase !important;
  margin-top: 10px !important;
  margin-bottom: 0px !important;
  font-size: 13px !important; }

.page-id-863 .margin-top, .page-id-893 .margin-top {
  margin-bottom: 60px; }

#catapult-cookie-bar {
  right: 30px !important;
  bottom: 30px !important; }

.use_x_close .x_close {
  top: 5px !important;
  right: 30px !important; }

.x_close span {
  height: 2px !important;
  width: 24px !important;
  background: #f2f2f2 !important; }

#catapult-cookie-bar a {
  color: #fff;
  border-bottom: 1px solid #f2f2f2;
  margin-top: 5px;
  /* display: inline-block; */
  font-size: 13px; }

.has-cookie-bar #catapult-cookie-bar {
  padding: 15px 20px 15px !important; }

.cookie-bar-block #catapult-cookie-bar span {
  padding-right: 0px;
  font-size: 13px;
  margin-top: 10px !important; }

.alumno p a {
  border: none;
  text-decoration: underline; }

/* //////////// MEDIA QUERIES //////////// */
/*-------------- Desktop potrait ----------------*/
@media (min-width: 1025px) and (max-width: 1249px) {
  .view-filters {
    display: block;
    position: absolute;
    width: auto;
    border: 1px solid #262626;
    padding: 10px 15px;
    border-radius: 120px;
    top: 135px;
    left: 50%;
    transform: translate(-50%);
    font-size: 12px; }
  #tags {
    padding-left: 20px;
    padding-right: 20px;
    transition: all 600ms cubic-bezier(0.11, 0.35, 0.235, 0.995);
    min-height: 0px;
    height: 0px;
    overflow: hidden; }
  #tags.open {
    height: 330px; }
  ul.list-tags {
    display: block;
    margin-top: 0px; }
  ul.list-tags li.tags a.active {
    background-color: #fff;
    color: #262626;
    text-decoration: underline; }
  ul.list-tags li.tags a {
    margin: 0;
    width: 100%;
    display: block;
    border: none;
    border-bottom: 1px solid #e2e2e2;
    border-radius: 0px; }
  #contingut.estudi-kraft.margin-top {
    margin-top: 75px !important;
    max-width: 100%; }
  #contingut.estudi-kraft p {
    font-size: 20px;
    line-height: 26px; }
  /*.home #mainMenu_trigger {
    display:none !important;
  }*/
  #contingut.estudi-kraft {
    position: relative; }
  .page-template-template-estudi_kraft .view-filters {
    top: 0px;
    width: 150px;
    text-align: center;
    position: relative; }
  ul.list-tags {
    margin-top: 40px; } }

.next a:after, .prev a:after {
  top: 3px; }

.single-treballs #contingut hr {
  margin-bottom: 0px !important; }

/*-------------- Desktop potrait ----------------*/
@media (min-width: 1025px) and (max-width: 1080px) {
  header.fixed-top-bar nav {
    top: -450px;
    left: 0px;
    position: absolute;
    background-color: #262626;
    display: block;
    transition: all 0.3s ease-in-out; }
  header.fixed-top-bar nav {
    opacity: 0; }
  header.fixed-top-bar nav {
    width: 100%; }
  #mainMenu_trigger {
    top: 33px;
    left: 50%;
    position: absolute;
    z-index: 9999999;
    height: 24px;
    width: 40px;
    cursor: pointer;
    opacity: 1;
    transform: translateX(-50%);
    transition: all 0.4s ease-in-out;
    display: none; }
  #mainMenu_trigger span {
    position: absolute;
    width: 100%;
    height: 2px;
    transition: all 280ms;
    background: #FFF; }
  #mainMenu_trigger span.top-line {
    top: 0; }
  header.fixed-top-bar #mainMenu_trigger span {
    background-color: #000; }
  #mainMenu_trigger span.center-line {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    transition: all 200ms; }
  #mainMenu_trigger span.bottom-line {
    bottom: 0; }
  header.fixed-top-bar nav.in {
    top: 0px;
    opacity: 1;
    width: 100%; }
  header.fixed-top-bar nav ul {
    list-style: none;
    margin-top: 130px;
    margin-bottom: 50px;
    width: 100%; }
  header.fixed-top-bar nav li {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    margin-bottom: 15px; }
  header.fixed-top-bar nav a {
    color: #FFF !important; }
  header.fixed-top-bar #mainMenu_trigger.open span.top-line, header.fixed-top-bar #mainMenu_trigger.open span.bottom-line {
    background-color: #FFF !important; }
  #mainMenu_trigger.open span.center-line {
    opacity: 0;
    left: -25px;
    background: #000; }
  header.fixed-top-bar #mainMenu_trigger.open span.top-line, header.fixed-top-bar #mainMenu_trigger.open span.bottom-line {
    background-color: #FFF !important; }
  #mainMenu_trigger.open span.bottom-line {
    background: #000 !important;
    bottom: 0;
    width: 100% !important;
    transform: translateY(-11px) translateX(0px) rotate(-45deg) !important; }
  #mainMenu_trigger.open span.top-line {
    background: #000 !important;
    top: 0;
    transform: translateY(11px) translateX(0px) rotate(45deg) !important; } }

/*-------------- Desktop potrait ----------------*/
@media (min-width: 980px) and (max-width: 1024px) {
  #mainMenu_trigger {
    top: 33px;
    left: 50%;
    position: absolute;
    z-index: 9999999;
    height: 24px;
    width: 40px;
    cursor: pointer;
    opacity: 1;
    transform: translateX(-50%);
    transition: all 0.4s ease-in-out;
    display: block; }
  #mainMenu_trigger span {
    position: absolute;
    width: 100%;
    height: 2px;
    transition: all 280ms;
    background: #FFF; }
  #mainMenu_trigger span.top-line {
    top: 0; }
  header.fixed-top-bar #mainMenu_trigger span {
    background-color: #000; }
  #mainMenu_trigger span.center-line {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    transition: all 200ms; }
  #mainMenu_trigger span.bottom-line {
    bottom: 0; }
  .home mainMenu_trigger {
    display: none !important; }
  header.fixed-top-bar {
    padding-top: 30px;
    padding-bottom: 30px; }
  header.fixed-top-bar nav {
    opacity: 0; }
  header.fixed-top-bar nav {
    top: -450px;
    left: 0px;
    position: absolute;
    background-color: #262626;
    display: block;
    transition: all 0.3s ease-in-out; }
  header.fixed-top-bar nav.in {
    top: 0px;
    opacity: 1; }
  header.fixed-top-bar nav ul {
    list-style: none;
    margin-top: 130px;
    margin-bottom: 50px;
    width: 100%; }
  header.fixed-top-bar nav li {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    margin-bottom: 15px; }
  header.fixed-top-bar nav a {
    color: #FFF !important; }
  header.fixed-top-bar #mainMenu_trigger.open span.top-line, header.fixed-top-bar #mainMenu_trigger.open span.bottom-line {
    background-color: #FFF !important; }
  #mainMenu_trigger.open span.top-line {
    background: #000 !important;
    top: 0;
    transform: translateY(11px) translateX(0px) rotate(45deg) !important; }
  #mainMenu_trigger.open span.center-line {
    opacity: 0;
    left: -25px;
    background: #000; }
  #mainMenu_trigger.open span.bottom-line {
    background: #000 !important;
    bottom: 0;
    width: 100% !important;
    transform: translateY(-11px) translateX(0px) rotate(-45deg) !important; }
  .view-filters {
    display: block;
    position: absolute;
    width: auto;
    border: 1px solid #262626;
    padding: 10px 15px;
    border-radius: 120px;
    top: 135px;
    left: 50%;
    transform: translate(-50%);
    font-size: 12px; }
  #tags {
    padding-left: 50px;
    padding-right: 50px;
    transition: all 600ms cubic-bezier(0.11, 0.35, 0.235, 0.995);
    min-height: 0px;
    height: 0px;
    overflow: hidden; }
  #tags.open {
    height: 330px; }
  #tags.margin-top {
    margin-top: 155px !important; }
  ul.list-tags {
    display: block;
    margin-top: 40px; }
  ul.list-tags li.tags a.active {
    background-color: #fff;
    color: #262626;
    text-decoration: underline; }
  ul.list-tags li.tags a {
    margin: 0;
    width: 100%;
    display: block;
    border: none;
    border-bottom: 1px solid #e2e2e2;
    border-radius: 0px; }
  .home #mainMenu_trigger {
    display: none !important; }
  header.fixed-top-bar nav {
    width: 100%; }
  .title {
    font-size: 20px;
    font-family: 'Circular Bold', sans-serif; }
  #contingut.team p {
    font-size: 18px;
    line-height: 24px; }
  .margin-top {
    margin-top: 120px !important; }
  #contingut h2 {
    font-size: 18px;
    line-height: 24px; }
  #contingut.estudi-kraft img {
    max-width: 150px;
    height: auto; }
  #contingut.estudi-kraft p {
    font-size: 18px;
    line-height: 24px; }
  #contingut.estudi-kraft.margin-top {
    position: relative; }
  #contingut.estudi-kraft {
    position: relative; }
  .page-template-template-estudi_kraft .view-filters {
    top: 0px;
    width: 150px;
    text-align: center;
    position: relative; }
  /*
  .page-template-template-estudi_kraft .view-filters {
    top: inherit;
    bottom: -20px;
  }
  */ }

/*--------------- Tablet ipad --------------------*/
@media (min-width: 768px) and (max-width: 979px) {
  #mainMenu_trigger {
    top: 33px;
    left: 50%;
    position: absolute;
    z-index: 9999999;
    height: 24px;
    width: 40px;
    cursor: pointer;
    opacity: 1;
    transform: translateX(-50%);
    transition: all 0.4s ease-in-out;
    display: block; }
  #mainMenu_trigger span {
    position: absolute;
    width: 100%;
    height: 2px;
    transition: all 280ms;
    background: #FFF; }
  #mainMenu_trigger span.top-line {
    top: 0; }
  header.fixed-top-bar #mainMenu_trigger span {
    background-color: #000; }
  #mainMenu_trigger span.center-line {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    transition: all 200ms; }
  #mainMenu_trigger span.bottom-line {
    bottom: 0; }
  .home mainMenu_trigger {
    display: none !important; }
  header.fixed-top-bar {
    padding-top: 30px;
    padding-bottom: 30px; }
  header.fixed-top-bar nav {
    opacity: 0; }
  header.fixed-top-bar nav {
    top: -450px;
    left: 0px;
    position: absolute;
    background-color: #262626;
    display: block;
    transition: all 0.3s ease-in-out; }
  header.fixed-top-bar nav.in {
    top: 0px;
    opacity: 1; }
  header.fixed-top-bar nav ul {
    list-style: none;
    margin-top: 130px;
    margin-bottom: 50px;
    width: 100%; }
  header.fixed-top-bar nav li {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    margin-bottom: 15px; }
  header.fixed-top-bar nav a {
    color: #FFF !important; }
  header.fixed-top-bar #mainMenu_trigger.open span.top-line, header.fixed-top-bar #mainMenu_trigger.open span.bottom-line {
    background-color: #FFF !important; }
  #mainMenu_trigger.open span.top-line {
    background: #000 !important;
    top: 0;
    transform: translateY(11px) translateX(0px) rotate(45deg) !important; }
  #mainMenu_trigger.open span.center-line {
    opacity: 0;
    left: -25px;
    background: #000; }
  #mainMenu_trigger.open span.bottom-line {
    background: #000 !important;
    bottom: 0;
    width: 100% !important;
    transform: translateY(-11px) translateX(0px) rotate(-45deg) !important; }
  .view-filters {
    display: block;
    position: absolute;
    width: auto;
    border: 1px solid #262626;
    padding: 10px 15px;
    border-radius: 120px;
    top: 135px;
    left: 50%;
    transform: translate(-50%);
    font-size: 12px; }
  #tags {
    padding-left: 50px;
    padding-right: 50px;
    transition: all 600ms cubic-bezier(0.11, 0.35, 0.235, 0.995);
    min-height: 0px;
    height: 0px;
    overflow: hidden; }
  #tags.open {
    height: 330px; }
  #tags.margin-top {
    margin-top: 155px !important; }
  ul.list-tags {
    display: block;
    margin-top: 0px;
    /* 40 */ }
  ul.list-tags li.tags a.active {
    background-color: #fff;
    color: #262626;
    text-decoration: underline; }
  ul.list-tags li.tags a {
    margin: 0;
    width: 100%;
    display: block;
    border: none;
    border-bottom: 1px solid #e2e2e2;
    border-radius: 0px; }
  /*.home #mainMenu_trigger {
    display:none !important;
  }*/
  .title {
    font-size: 20x;
    font-family: 'Circular Bold', sans-serif; }
  #contingut.team p {
    font-size: 18px;
    line-height: 24px; }
  .margin-top {
    margin-top: 120px !important; }
  #contingut h2 {
    font-size: 20px;
    line-height: 26px; }
  #contingut.estudi-kraft img {
    max-width: 150px;
    height: auto; }
  #contingut.estudi-kraft p {
    font-size: 18px;
    line-height: 24px; }
  #estudi-kraft-list h3 {
    margin-top: 10px; }
  #estudi-kraft-list .col-md-6 {
    margin-bottom: 35px; }
  #contingut.estudi-kraft.margin-top {
    position: relative; }
  #contingut.estudi-kraft {
    position: relative; }
  .page-template-template-estudi_kraft .view-filters {
    top: 0px;
    width: 150px;
    text-align: center;
    position: relative; }
  /*
  .page-template-template-estudi_kraft .view-filters {
    top: inherit;
    bottom: -20px;
  }
  */ }

/*--------------- Phone --------------------*/
@media (max-width: 767px) {
  header.fixed-top-bar {
    background-color: transparent !important; }
  #contingut.team p, #contingut.estudi-kraft p, #contingut.noticies p, .contacte .content p {
    font-size: 18px !important;
    line-height: 24px !important; }
  header nav.menu-home a {
    font-size: 24px !important;
    line-height: 35px !important; }
  #tags.margin-top {
    margin-top: 165px !important; }
  #projects-list, #estudi-kraft-list {
    padding-bottom: 50px; }
  #projects-list .col-md-3 {
    margin-bottom: 20px; }
  #team {
    padding-bottom: 6rem !important; }
  #contingut.estudi-kraft {
    position: relative; }
  .page-template-template-estudi_kraft .view-filters {
    top: 0px;
    width: 150px;
    text-align: center;
    position: relative; }
  .slick-next, .slick-prev {
    display: none; }
  #filtres {
    display: block !important; }
  #filtres li {
    display: inline-block; }
  .categories-blog {
    display: none !important; }
  #clients {
    margin-bottom: 4rem !important; }
  .back {
    top: 115px !important; } }

/* RECAPTCHA */
.grecaptcha-badge {
  display: none !important; }

.page-template-template-contacte p a.link {
  text-decoration: none; }

.page-template-template-serveis .category-link, .page-template-template-serveis .category-link h3 {
  transition: all 280ms;
  opacity: 1; }

.page-template-template-serveis .category-link p:hover {
  opacity: 1; }

.page-template-template-serveis .category-link h3:hover {
  opacity: 0.65; }

/* NEWS FILTERS */
ul#filtres li {
  list-style: none; }

ul#filtres li:last-child a {
  margin-right: 0; }

ul#filtres li a {
  text-transform: uppercase;
  border: 1px solid #262626;
  border-radius: 100px;
  padding: 10px 15px;
  margin-right: 15px;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.2s ease-out; }

ul#filtres li a:hover {
  background-color: #262626;
  color: white; }

#filtres li:after {
  display: none; }

#filtres li.active a {
  text-decoration: none;
  background-color: #262626;
  color: white; }

.premis {
  margin-top: 4rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 4rem; }

.premis h1 {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 1rem !important;
  font-family: 'Circular Bold', sans-serif; }

.premis ul {
  margin: 0;
  padding: 0; }

.premis li {
  margin-left: 20px;
  font-size: 18px;
  line-height: 26px;
  list-style: circle; }

.premis span.subtitle {
  font-size: 16px;
  line-height: 24px; }

.premis strong {
  font-family: 'Circular Bold', sans-serif;
  font-size: 18px;
  line-height: 26px; }

/* /////////// la tintoreria ////////// */
#contingut.latintoreria.margin-top {
  /*margin-top: 125px !important;*/ }

.latintoreria h1 {
  font-family: 'Almarena Bold', sans-serif !important;
  font-size: 40px;
  margin-bottom: 1rem; }

.latintoreria h1 span {
  font-family: 'Almarena', sans-serif !important; }

/* ////// Kit Digital /////////// */
.home .kit-digital {
  display: none; }

.kit-digital {
  padding: 3rem 0;
  background-color: #fff; }

.kit-digital img {
  max-width: 650px;
  margin: auto;
  display: block; }

/* //////// WPML /////////// */
.wpml-ls-legacy-dropdown {
  width: auto;
  max-width: 100%;
  position: absolute;
  right: 3rem; }
  @media (max-width: 767px) {
    .wpml-ls-legacy-dropdown {
      display: none; } }
.wpml-ls-legacy-dropdown a {
  border: none;
  color: #262626;
  font-size: 20px;
  font-family: "Almarena", sans-serif;
  padding: 0px 10px; }

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  position: relative;
  padding-right: .25rem; }

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  display: none; }

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover {
  background: transparent; }

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border: none; }
