@import "less/xivato.css";
/*
Theme Name:   Fundació Ared
Theme URI:    
Description:  Theme per Ared
Author:       MgComunicació
Author URI:   
Version:      1.4
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         
Text Domain:  ared
*/
/*----------------------------------------------------------------------------------------------------
	1. Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com  
----------------------------------------------------------------------------------------------------*/
html,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-align: left;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  border: 0;
  vertical-align: baseline;
  text-align: left;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
p {
  text-align: left;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
textarea {
  overflow: auto;
}
div.clear,
span.clear {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 0px;
  overflow: hidden;
}
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
input,
textarea,
button {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
}
textarea {
  resize: none;
}
textarea:focus,
input:focus {
  outline: 0;
}
small {
  font-size: 0.75em;
}
input[type=checkbox] {
  accent-color: #f87345;
  height: auto;
  width: auto;
  -webkit-appearance: checkbox;
}
input[type=radio] {
  accent-color: #f87345;
  height: auto;
  width: auto;
  -webkit-appearance: checkbox;
}
sup {
  font-size: 0.6em;
  vertical-align: 0.3em;
}
/*----------------------------------------------------------------------------------------------------
	Normalitzacio
----------------------------------------------------------------------------------------------------*/
html {
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
  text-align: center;
}
body,
input,
textarea {
  background: #ffffff;
}
body,
input,
textarea,
select,
button {
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  line-height: 1.4em;
  font-weight: 400;
  color: #3f3f3f;
  font-style: normal;
}
/* 
 * Aquests estils Son maquetació només per al front
 */
.wp-block-list {
  padding-left: 1.2em;
}
.wp-block-list li {
  list-style: disc outside;
}
.mod_fil-ariadna nav {
  padding: 0 35px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 0.8em;
}
.mod_fil-ariadna nav a:not(.foo) {
  color: #3f3f3f;
}
.mod_fil-ariadna nav p {
  margin-bottom: 0;
}
.maq_amb-menu-lateral {
  display: flex;
  padding-right: 35px;
}
.maq_amb-menu-lateral .maq_menu-lateral {
  width: 250px;
  padding-right: 50px;
  box-sizing: content-box;
}
@media only screen and (max-width: 800px) {
  .maq_amb-menu-lateral .maq_menu-lateral {
    display: none;
  }
}
.maq_amb-menu-lateral .maq_col-central {
  flex: 1;
}
.maq_sense-menu-lateral {
  padding-left: 35px;
  padding-right: 35px;
}
div.wpforms-container-full input,
div.wpforms-container-full select,
div.wpforms-container-full textarea {
  background: none !important;
  max-width: none !important;
}
div.wpforms-container-full input:focus,
div.wpforms-container-full select:focus,
div.wpforms-container-full textarea:focus {
  border-color: #f87345 !important;
  box-shadow: #f87345 0 0 0 1px !important;
}
div.wpforms-container-full input[type=submit],
div.wpforms-container-full button[type=submit],
div.wpforms-container-full .wpforms-page-button,
.wp-core-ui div.wpforms-container-full input[type=submit],
.wp-core-ui div.wpforms-container-full button[type=submit],
.wp-core-ui div.wpforms-container-full .wpforms-page-button {
  padding: 0 !important;
  background: none !important;
  color: #f87345 !important;
  font-weight: 700 !important;
}
div.wpforms-container-full input[type=submit]::after,
div.wpforms-container-full button[type=submit]::after,
div.wpforms-container-full .wpforms-page-button::after,
.wp-core-ui div.wpforms-container-full input[type=submit]::after,
.wp-core-ui div.wpforms-container-full button[type=submit]::after,
.wp-core-ui div.wpforms-container-full .wpforms-page-button::after {
  content: "\e903";
  vertical-align: -0.25em;
  margin-left: 0.25em;
  font-size: 2em;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: margin-left 0.25s ease-in-out;
}
div.wpforms-container-full input[type=submit]:hover::after,
div.wpforms-container-full button[type=submit]:hover::after,
div.wpforms-container-full .wpforms-page-button:hover::after,
.wp-core-ui div.wpforms-container-full input[type=submit]:hover::after,
.wp-core-ui div.wpforms-container-full button[type=submit]:hover::after,
.wp-core-ui div.wpforms-container-full .wpforms-page-button:hover::after {
  margin-left: 0.4em;
}
div.wpforms-container-full input[type=submit]:hover,
div.wpforms-container-full input[type=submit]:active,
div.wpforms-container-full button[type=submit]:hover,
div.wpforms-container-full button[type=submit]:active,
div.wpforms-container-full .wpforms-page-button:hover,
div.wpforms-container-full .wpforms-page-button:active,
.wp-core-ui div.wpforms-container-full input[type=submit]:hover,
.wp-core-ui div.wpforms-container-full input[type=submit]:active,
.wp-core-ui div.wpforms-container-full button[type=submit]:hover,
.wp-core-ui div.wpforms-container-full button[type=submit]:active,
.wp-core-ui div.wpforms-container-full .wpforms-page-button:hover,
.wp-core-ui div.wpforms-container-full .wpforms-page-button:active {
  color: #3f3f3f !important;
  background: none !important;
}
.wpforms-confirmation-container-full,
div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: #fff;
  border: 1px solid #333;
  font-weight: bold;
}
body.blog {
  background: #f87345;
  color: #fff;
}
body.blog a {
  color: #3e4952;
}
body.blog a:hover {
  color: #fff;
}
body.blog .is-style-com_titular_1,
body.blog .is-style-com_titular_2,
body.blog .is-style-com_titular_3,
body.blog .is-style-com_titular_4,
body.blog .is-style-com_titular_5,
body.blog h1,
body.blog h2,
body.blog h3,
body.blog h4,
body.blog h5,
body.blog h6,
body.blog .mod-graella-cursos .is-style-com_titular_4,
body.blog .mod-graella-cursos .is-style-com_titular_4 a {
  color: #fff !important;
}
body.blog header {
  background: rgba(248, 115, 69, 0.9);
  box-shadow: 0 0 5px #c44;
}
body.blog header .menu-item span {
  color: #fff;
}
body.blog header .wp-block-site-logo a {
  background: url(img/ared-invers.svg) no-repeat center center;
  background-size: contain;
}
body.blog header .wp-block-site-logo img {
  opacity: 0;
}
@media screen and (min-width: 1301px) {
  body.blog header #layer-menu .menu > li:hover > a:before,
  body.blog header #layer-menu .menu > li > a:hover:before {
    background: rgba(255, 255, 255, 0.75);
  }
  body.blog header #layer-menu li.megamenu > ul {
    padding-top: 10px;
    border-color: #666;
  }
}
body.blog header a:hover .burger span {
  background: #fff;
}
body.blog header .mod-franja-logo .zona-dreta a {
  color: rgba(255, 255, 255, 0.85);
}
body.blog header .mod-franja-logo .zona-dreta a:hover {
  color: #fff;
}
body.blog header .mod-franja-logo .donatiu {
  background: rgba(255, 255, 255, 0.75);
  color: #3e4952 !important;
}
body.blog header .mod-franja-logo .donatiu:hover {
  background: #3e4952;
  color: #fff !important;
}
body.blog footer .maq_peu_wrapper,
body.blog footer .mod-colofo {
  background: #fff;
  color: #3e4952;
}
body.blog .mod-menu-flotant a:hover {
  color: #f87345;
}
/* 
 * Loader de fitxers d'estils compartits al front i al gutenberg
 */
@font-face {
  font-family: 'Rational Display';
  src: url('fonts/RationalDisplay-Bold.woff2') format('woff2'), url('fonts/RationalDisplay-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
#wpadminbar {
  position: fixed;
}
#wp-admin-bar-site-editor {
  display: none;
}
header {
  font-weight: 700;
  position: fixed;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 5px #ccc;
  z-index: 10;
  height: 110px;
}
main {
  padding-top: 110px;
}
body.menu-3r-nivell header {
  height: 165px;
}
body.menu-3r-nivell main {
  padding-top: 165px;
}
.menu-item span {
  color: #f87345;
}
.wp-block-site-logo {
  margin-top: 15px;
}
.wp-block-site-logo img {
  width: 150px;
}
header .mod-franja-logo {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 14px 35px 0;
}
header .mod-franja-logo .zona-esquerra {
  display: flex;
  align-content: center;
  align-items: center;
}
header .mod-franja-logo .zona-esquerra ul {
  margin: 10px 0 0 30px;
}
header .mod-franja-logo .zona-dreta {
  font-weight: normal;
  align-items: center;
}
header .mod-franja-logo .zona-dreta a {
  color: #888888;
}
header .mod-franja-logo .zona-dreta a:hover {
  text-decoration: none;
  color: #f87345;
}
header .mod-franja-logo .zona-dreta .lang a:hover,
header .mod-franja-logo .zona-dreta .lang:hover li.on a:hover,
header .mod-franja-logo .zona-dreta .lang li.on a {
  color: #f87345;
}
header .mod-franja-logo .zona-dreta .lang:hover li.on a {
  color: #888888;
}
header .mod-franja-logo p,
header .mod-franja-logo ul {
  margin-bottom: 0;
}
header .mod-franja-logo .superior {
  display: flex;
  align-content: center;
  align-items: center;
}
header .mod-franja-logo .superior ul {
  padding-left: 1em;
}
header .mod-franja-logo .superior ul.lang {
  padding-left: 0.5em;
}
header .mod-franja-logo .tel {
  margin-right: 20px;
}
header .mod-franja-logo .buscar {
  font-size: 0.8em;
}
header .mod-franja-logo .buscar a {
  color: #212121;
}
header .mod-franja-logo .social li {
  display: inline;
  list-style: none;
  font-size: 15px;
  margin: 0 2px;
}
header .mod-franja-logo .lang li {
  display: inline;
  list-style: none;
  font-size: 0.9em;
  margin-left: 0.5em;
}
header .mod-franja-logo .inferior {
  text-align: right;
  margin-top: 10px;
}
header .mod-franja-logo .donatiu {
  font-family: 'Rational Display', sans-serif;
  position: absolute;
  right: 0;
  display: inline-block;
  background: #f87345;
  color: #fff !important;
  font-weight: bold;
  padding: 12px 24px;
  font-size: 15px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  line-height: 1em;
}
header .mod-franja-logo .donatiu:hover {
  background: #212121;
}
.burger {
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 30;
}
.burger span {
  display: block;
  position: absolute;
  height: 3px;
  border-radius: 2px;
  width: 100%;
  background: #3f3f3f;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: all 0.25s ease-in-out;
}
.burger span:nth-child(1) {
  top: 0px;
}
.burger span:nth-child(2),
.burger span:nth-child(3) {
  top: 8px;
}
.burger span:nth-child(4) {
  top: 16px;
}
a:hover .burger span {
  background: #f87345;
}
#menu_burger {
  display: none;
}
/*
body.js-mostra-menu-lateral #menu_burger {

	span:nth-child(1) {
		top: 18px;
		width: 0%;
		left: 50%;
	}
	span:nth-child(2) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	span:nth-child(4) {
		top: 18px;
		width: 0%;
		left: 50%;
	}
}
*/
/* desactivem el rollover pastilla
@mdm_colorLinksRevers: #fff;
@mdm_bgLinksRevers: @colorCorporatiu;
@mdm_textDecoration: none;
@mdm_fontWeight: bold;
@mdm_paddingOpcions: 10px 18px;
*/
#layer-menu {
  display: none;
}
@media screen and (min-width: 1301px) {
  #layer-menu {
    display: block;
    position: fixed;
    left: 200px;
    right: 200px;
    z-index: 10;
    top: 48px;
    /* submenu desplegable */
  }
  body.admin-bar #layer-menu {
    top: 80px;
  }
  #layer-menu a {
    color: #3f3f3f;
  }
  #layer-menu .mobile-only,
  #layer-menu .icon-plus,
  #layer-menu .close-layer-menu,
  #layer-menu .dreta {
    display: none;
  }
  #layer-menu ul {
    padding: 0;
    margin: 0;
    text-align: center;
  }
  #layer-menu .menu > li > a {
    font-family: 'Rational Display', sans-serif;
    padding: 12px 0;
    height: 38px;
    display: block;
    position: relative;
  }
  #layer-menu .menu > li > a:hover {
    text-decoration: none;
  }
  #layer-menu .menu > li:hover > a:before,
  #layer-menu .menu > li > a:hover:before,
  #layer-menu .menu > li.current-menu-ancestor > a:before,
  #layer-menu .menu > li.current-menu-item > a:before {
    position: absolute;
    display: block;
    content: '';
    left: 0;
    right: 0;
    top: 35px;
    height: 8px;
  }
  #layer-menu .menu > li:hover > a:before,
  #layer-menu .menu > li > a:hover:before {
    background: #aaa;
  }
  #layer-menu .menu > li.current-menu-ancestor > a:before,
  #layer-menu .menu > li.current-menu-item > a:before {
    background: #f87345;
  }
  #layer-menu li {
    display: inline-block;
    margin: 0 8px;
    line-height: 1.4em;
  }
  #layer-menu li:not(.megamenu) {
    /* sub-submenu */
  }
  #layer-menu li:not(.megamenu) ul {
    display: none;
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    padding-top: 0px;
    padding-bottom: 10px;
    border-top: 0;
    border-bottom: #f87345 8px solid;
    text-align: left;
    min-width: 160px;
  }
  #layer-menu li:not(.megamenu):hover > ul {
    display: block;
  }
  #layer-menu li:not(.megamenu) li {
    display: flex;
    margin: 0;
  }
  #layer-menu li:not(.megamenu) li a {
    width: 100%;
    display: block;
    padding: 2px 18px;
    box-sizing: border-box;
    font-weight: normal;
  }
  #layer-menu li:not(.megamenu) li.menu-item-has-children .sub-sub-menu:before {
    content: "\e904";
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.75em;
    position: absolute;
    margin-left: -12px;
    margin-top: 9px;
  }
  #layer-menu li:not(.megamenu) li:hover > a,
  #layer-menu li:not(.megamenu) li a:hover {
    background: none;
    color: #f87345;
    text-decoration: underline;
  }
  #layer-menu li:not(.megamenu) li li {
    display: block;
    background: rgba(255, 255, 255, 0.95);
  }
  #layer-menu li:not(.megamenu) li li:first-child {
    padding-top: 5px;
  }
  #layer-menu li:not(.megamenu):hover ul ul,
  #layer-menu li:not(.megamenu) ul ul {
    display: none !important;
    margin-top: -5px;
    width: max-content;
    padding-top: 0;
    background: none;
    padding-left: 7px;
    border: 0;
  }
  #layer-menu li:not(.megamenu) ul ul li:last-child {
    border-bottom: 7px solid #f87345;
  }
  #layer-menu li:not(.megamenu) ul li:hover ul,
  #layer-menu li:not(.megamenu):hover ul li:hover ul {
    display: block !important;
  }
  #layer-menu li.megamenu > ul {
    display: none;
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    padding-top: 0px;
    padding-bottom: 10px;
    border-top: 0;
    border-bottom: #f87345 8px solid;
    margin-left: 0;
    margin-left: -50px;
    width: 950px;
  }
  #layer-menu li.megamenu:hover > ul {
    display: flex;
    justify-content: space-between;
  }
  #layer-menu li.megamenu > ul > li {
    margin-right: 30px;
  }
  #layer-menu li.megamenu li {
    display: block;
  }
  #layer-menu li.megamenu li a {
    padding: 2px 8px;
    display: block;
  }
  #layer-menu li.megamenu li a:hover {
    color: #f87345;
    background: none;
    text-decoration: underline;
  }
  #layer-menu li.megamenu ul ul {
    display: block;
    position: static;
    background: none;
    padding-left: 0;
    font-weight: normal;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-top: 0;
    border-bottom: 0;
  }
}
@media screen and (min-width: 1450px) {
  #layer-menu li.megamenu:hover > ul {
    margin-left: 0;
  }
}
/* General (definits a menu-desplegable-megamenu.less)
@mdm_layerMenuBreakpoint: 1300px;
@mdm_layerMenuBreakpointMin: 1301px;
*/
.mod-menu-flotant {
  display: none;
}
@media only screen and (max-width: 1300px) {
  #menu_burger {
    display: block;
  }
  body:after {
    content: '';
    display: block;
    opacity: 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: rgba(248, 115, 69, 0.6);
  }
  body.js-mostra-menu-lateral:after {
    opacity: 1;
    z-index: 99;
    animation: fadeInFromNone 0.5s ease-out;
  }
  body.js-mostra-menu-lateral .wp-site-blocks > * {
    filter: blur(1px);
  }
  @keyframes fadeInFromNone {
    0% {
      opacity: 0;
      z-index: -1;
    }
    1% {
      opacity: 0;
      z-index: 99;
    }
    100% {
      opacity: 1;
      z-index: 99;
    }
  }
  .mod-menu-flotant {
    width: 250px;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 100;
    background: #fff;
    color: #3f3f3f;
    font-family: 'Rational Display', sans-serif;
    font-weight: bold;
    left: -250px;
    transition: left 0.5s ease-in-out;
  }
  body.js-mostra-menu-lateral .mod-menu-flotant {
    left: 0;
  }
  .mod-menu-flotant ul:not(.foo) {
    padding: 0;
    margin-bottom: 0;
  }
  .mod-menu-flotant .wp-block-site-logo {
    padding-left: 35px;
    padding-top: 14px;
  }
  body.admin-bar .mod-menu-flotant .wp-block-site-logo {
    padding-top: 46px;
  }
  .mod-menu-flotant .tancar {
    position: absolute;
    top: 24px;
    right: 5px;
  }
  body.admin-bar .mod-menu-flotant .tancar {
    top: 56px;
  }
  .mod-menu-flotant ul.menu {
    margin-top: 40px;
    list-style: none;
    padding-left: 35px;
    text-align: left;
  }
  .mod-menu-flotant li {
    display: block;
    margin: 0;
    padding: 0;
  }
  .mod-menu-flotant a:not(.foo) {
    padding: 0;
    display: block;
    color: #3f3f3f;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mod-menu-flotant a:hover {
    text-decoration: none !important;
    color: #f87345;
  }
  .mod-menu-flotant {
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  .mod-menu-flotant li {
    line-height: 1.2em;
  }
  .mod-menu-flotant a:not(.foo) {
    padding: 10px 15px;
  }
  .mod-menu-flotant a:hover {
    background: #eeeeee;
  }
  .mod-menu-flotant .wp-block-site-logo a:hover,
  .mod-menu-flotant a.tancar:hover {
    background: none;
  }
  .mod-menu-flotant .menu-wrapper {
    position: relative;
    flex: 1;
    width: 250px;
    overflow: hidden;
    overflow-y: auto;
  }
  .mod-menu-flotant ul.menu {
    margin-top: 0;
  }
  .mod-menu-flotant ul.deep-3 {
    margin-top: 0 !important;
  }
  .mod-menu-flotant ul {
    margin-top: -2000px;
  }
  .mod-menu-flotant ul.menu-actiu {
    margin-top: 0;
  }
  .mod-menu-flotant ul ul ul.menu-actiu {
    margin-top: 2000px;
  }
  .mod-menu-flotant.animant-menu .menu-wrapper {
    overflow: hidden;
    background: #fff;
  }
  .mod-menu-flotant.animant-menu ul,
  .mod-menu-flotant.animant-menu ul.menu-actiu,
  .mod-menu-flotant.animant-menu ul ul ul.menu-actiu {
    margin-top: 0;
  }
  .mod-menu-flotant .menu,
  .mod-menu-flotant .sub-menu,
  .mod-menu-flotant .sub-menu > li > ul {
    transition: left 0.5s ease-in-out;
    position: absolute;
    top: 30px;
    left: 250px;
    width: 250px;
    margin-left: 250px;
  }
  .mod-menu-flotant ul.menu {
    left: 0;
    margin-left: 0;
  }
  .mod-menu-flotant .wp-block-site-logo,
  .mod-menu-flotant .menu {
    padding-left: 0 !important;
  }
  .mod-menu-flotant .sub-menu,
  .mod-menu-flotant .sub-menu > li > ul {
    top: 0 !important;
  }
  .mod-menu-flotant .menu-pare-actiu {
    left: -250px !important;
  }
  .mod-menu-flotant .menu-actiu {
    left: 0 !important;
  }
  .mod-menu-flotant .h4,
  .mod-menu-flotant .h5 {
    font-size: 1.15em;
    margin-bottom: 0;
  }
  .mod-menu-flotant ul.sub-menu > li > ul > li > ul {
    margin-left: 20px;
  }
  .mod-menu-flotant .menu-enrrere {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: #eeeeee 1px solid;
    border-bottom: #eeeeee 1px solid;
    margin-bottom: 16px;
  }
  .mod-menu-flotant .menu-enrrere a {
    justify-content: flex-start;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
  }
  .mod-menu-flotant .menu-enrrere .icon-chevron-left {
    margin-left: -0.25em;
    margin-right: 0.35em;
  }
  .mod-menu-flotant .icon-chevron-right {
    margin-right: 0.5em;
  }
  .mod-menu-flotant .menu-item span {
    color: inherit;
  }
  .mod-menu-flotant .h4 a,
  .mod-menu-flotant .h5 a {
    display: block;
  }
  .mod-menu-flotant .h4 a span,
  .mod-menu-flotant .h5 a span,
  .mod-menu-flotant .menu-item span.icon-chevron-left,
  .mod-menu-flotant .menu-item span.icon-chevron-right,
  .mod-menu-flotant .menu-item span span {
    color: #f87345;
  }
}
.mod-menu-3r-nivell {
  border: #3f3f3f 1px solid;
  border-left: 0;
  border-right: 0;
  text-align: center;
  padding: 15px;
  margin-top: 20px;
}
.mod-menu-3r-nivell ul:not(foo) {
  padding: 0;
  text-align: center;
  margin: 0;
  list-style: none;
}
.mod-menu-3r-nivell li {
  display: inline-block;
  margin: 0 10px;
}
.mod-menu-3r-nivell a:not(.foo) {
  color: #3f3f3f;
}
.mod-menu-3r-nivell li.current-menu-item a {
  color: #f87345;
}
@media only screen and (max-width: 1300px) {
  #menu_burger {
    right: 30px;
    position: absolute;
    top: 40px;
  }
  header .mod-franja-logo .donatiu {
    right: 90px;
    border-radius: 20px;
    position: absolute;
  }
  header .mod-franja-logo {
    padding-right: 90px;
  }
}
@media only screen and (max-width: 550px) {
  header .social {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .wp-block-site-logo img {
    width: 30vw;
  }
  header .mod-franja-logo .donatiu {
    font-size: 3vw;
    padding: 2vw 4vw;
    border-radius: 8vw;
    right: 65px;
  }
  header .mod-franja-logo {
    padding-left: 20px;
    padding-right: 65px;
  }
  #menu_burger {
    right: 20px;
  }
}
@media only screen and (max-width: 400px) {
  header .mod-franja-logo .superior {
    font-size: 4.25vw;
  }
}
/*----------------------------------------------------------------------------------------------------
	Layer cercador
----------------------------------------------------------------------------------------------------*/
#search_layer {
  position: fixed;
  z-index: 100;
  background: #fff;
  padding: 100px 0 0;
  height: 140px;
  left: 0;
  right: 0;
  box-shadow: rgba(248, 115, 69, 0.4) 0 0 15px 5px;
  margin-top: -280px;
  transition: margin 0.35s ease-in;
  top: 0;
}
body.admin-bar #search_layer {
  top: 32px;
}
body.search-layer #search_layer {
  margin-top: 0;
}
#search_layer a.close-search {
  position: absolute;
  right: 25px;
  top: 20px;
  color: #3f3f3f;
}
#search_layer a.close-search:hover {
  text-decoration: none;
  color: #f87345;
}
#search_layer .maq-contenidor {
  max-width: 1000px;
}
#search_layer fieldset {
  display: flex;
}
#search_layer .input-text {
  width: 100%;
  background: #eee;
  padding: 10px 20px;
  margin-right: 30px;
  border-radius: 4px;
}
#search_layer .com_bt {
  padding: 0 20px;
  border-radius: 5px;
  cursor: pointer;
  background: #f87345;
  color: #fff;
}
#search_layer .com_bt:hover {
  background: #3f3f3f;
}
@media screen and (max-width: 500px) {
  #search_layer fieldset {
    display: block;
    text-align: right;
  }
  #search_layer .input-text {
    margin-bottom: 30px;
  }
}
#bg_search {
  content: ' ';
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(248, 115, 69, 0.6);
  position: fixed;
  z-index: 2 !important;
  display: none;
}
body.search-layer main,
body.search-layer footer > .wp-block-group {
  filter: blur(2px);
}
body.search-layer {
  overflow: hidden;
}
/* 
 * Aquests estils apareixen com a opcions de Gutenberg
 * i defineixen els estils al front i al back.
 *
 * Poso primer el nom que es mostrarà, com a comentari. 
 * a continuació, el class que es farà servir, començant per .is-style- (el Gutenberg ho posa sempre)
 * a continuació, puc definir tags, per exemple titulars, amb el estil per defecte que interessi
 * i finalment, definicions repetides si s'escau per als CSS breakpoints
 */
/* Gegant */
.is-style-com_titular_1,
.is-style-com_titular_2,
.is-style-com_titular_3,
.is-style-com_titular_4,
.is-style-com_titular_5,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3f3f3f;
  font-family: 'Rational Display', sans-serif;
  font-weight: bold;
  line-height: 1em;
  font-size: 4vw;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0.2em;
  line-height: 1.1em;
}
[class*="-com_titular_"] a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #f87345 !important;
}
[class*="-com_titular_"] a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #f87345 !important;
  text-decoration: none !important;
}
.is-style-com_titular_1 {
  font-size: 6vw;
}
h2,
.is-style-com_titular_3 {
  font-size: 50px;
}
h3,
h4,
.is-style-com_titular_4 {
  font-size: 32px;
  padding-top: 0;
}
.is-style-com_titular_5,
h5,
h6 {
  color: #f87345;
  font-size: 24px;
  padding-bottom: 0.75em;
}
@media only screen and (max-width: 1500px) {
  .is-style-com_titular_2 {
    font-size: 58px;
  }
}
@media only screen and (max-width: 1200px) {
  .is-style-com_titular_2 {
    font-size: 4.6vw;
  }
  h2,
  .is-style-com_titular_3 {
    font-size: 3.8vw;
  }
  h3,
  h4,
  .is-style-com_titular_4 {
    font-size: 2.6vw;
  }
  .is-style-com_titular_5,
  h5,
  h6 {
    font-size: 1.95vw;
  }
}
@media only screen and (max-width: 650px) {
  .is-style-com_titular_1,
  .is-style-com_titular_2 {
    font-size: 7.5vw;
  }
  h2,
  .is-style-com_titular_3 {
    font-size: 5.7vw;
  }
  h3,
  h4,
  .is-style-com_titular_4 {
    font-size: 3.9vw;
  }
  .is-style-com_titular_5,
  h5,
  h6 {
    font-size: 2.925vw;
  }
}
/*
@media only screen and (max-width: 650px) {
	h2, .is-style-com_titular_3 {
		font-size: 8vw;
	}
	h3, h4, .is-style-com_titular_4 {
		font-size: 5vw;
	}
}
*/
/* 
 * Aquests estils sincronitzen la visió al front-end i al Gutenberg
 */
ol:not([class*="wp-block-"]) {
  list-style: decimal outside;
  padding-left: 2.25em;
  margin-bottom: 1.4em;
}
ul:not([class*="wp-block-"]) {
  list-style: disc outside;
  padding-left: 2.25em;
  margin-bottom: 1.4em;
}
p,
li {
  padding: 0;
  margin: 0 0 1.4em 0;
  line-height: 1.4em;
}
li {
  margin: 0 0 0.7em 0;
}
a:not(.wp-block-button__link) {
  color: #f87345;
  text-decoration: none;
}
a:not(.wp-block-button__link):hover {
  color: #f87345;
  text-decoration: underline;
}
/* 
 * Overrides als estils de moduls nadius WP
 */
.wp-block-gallery {
  gap: 1px !important;
}
.wp-block-cover,
.wp-block-cover-image {
  padding: 0;
  min-height: 2em;
}
.wp-block-button__link {
  background: none;
  padding: 0;
  line-height: 2em;
  font-weight: bold;
}
.wp-block-button__link::after {
  content: "\e903";
  vertical-align: -0.25em;
  margin-left: 0.25em;
  font-size: 2em;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: margin-left 0.25s ease-in-out;
}
.wp-block-button__link:hover::after {
  margin-left: 0.4em;
}
.wp-block-button__link,
.is-style-taronja-gris .wp-block-button__link,
.is-style-taronja-blanc .wp-block-button__link {
  color: #f87345;
}
.is-style-gris-taronja .wp-block-button__link,
.is-style-gris-blanc .wp-block-button__link {
  color: #3e4952;
}
.is-style-blanc-taronja .wp-block-button__link,
.is-style-blanc-gris .wp-block-button__link {
  color: #fff;
}
.wp-block-button__link:hover,
.is-style-taronja-gris .wp-block-button__link:hover,
.is-style-blanc-gris .wp-block-button__link:hover {
  color: #3e4952;
}
.is-style-taronja-blanc .wp-block-button__link:hover,
.is-style-gris-blanc .wp-block-button__link:hover {
  color: #fff;
}
.is-style-gris-taronja .wp-block-button__link:hover,
.is-style-blanc-taronja .wp-block-button__link:hover {
  color: #f87345;
}
@media only screen and (max-width: 500px) {
  .wp-block-column {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 1050px) and (min-width: 782px) {
  .wp-block-columns {
    display: flex;
    flex-wrap: wrap !important;
    /*justify-content: space-between;*/
    justify-content: center;
  }
  .wp-block-columns .wp-block-column {
    width: 47%;
    box-sizing: border-box;
    flex-basis: auto !important;
  }
  .wp-block-columns.ipad-3-cols .wp-block-column {
    width: 29%;
  }
}
/* Els blocks .wp-block-media-text que el client ha posat, es veuen malament a partir de 1220px en avall,
a la home, vaig substituir aquest módul per un sistema de columnes (video Judit Mascó), amb excepcions: */
@media (max-width: 1220px) {
  .wp-block-media-text {
    grid-template-columns: 100% !important;
    margin-top: 5vw;
  }
  .wp-block-media-text .wp-block-media-text__content {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }
  .wp-block-media-text .wp-block-media-text__media {
    grid-column: 1 !important;
    grid-row: 2 !important;
    margin-top: 5vw;
  }
}
@media (max-width: 1220px) {
  .dos-cols-amb-icones {
    display: block !important;
  }
  .dos-cols-amb-icones .maq-contenidor {
    margin-bottom: 60px;
  }
  .dos-cols-amb-icones .fites * {
    text-align: center;
  }
}
@media (min-width: 1221px) {
  .dos-cols-amb-icones .maq-contenidor {
    padding-right: 0;
  }
}
@media only screen and (max-width: 1050px) and (min-width: 782px) {
  .dos-cols-amb-icones > .wp-block-column {
    width: auto !important;
  }
}
/* Estils a Icosaedro: manipular una mica els botons, que ja servien tal qual
// Botons del block de Gutenberg 

.wp-block-buttons {
	margin-bottom: @marginBottomText;
}

.wp-block-button__link {
	
	border: 0 !important;
	border-style: solid !important;
	text-transform: uppercase;
	padding: (1px+@voraBotons) (13px+@voraBotons);
	text-transform: uppercase;
	font-size: 13px;
	font-weight: @fontWeightGeneralSemi;
	
	.boton-grande & {
		font-size: 16px;
		padding: (5px+@voraBotons) (24px+@voraBotons);
	}
}

.is-style-fill {

	.wp-block-button__link:not(.has-background) {

		background: @colorGris-medio;
		border-color: @colorGris-medio;

	}
	.wp-block-button__link:not(.has-text-color) {

		color: @colorTextInvers;
	}
	.wp-block-button__link {
		&:hover {
			color: @colorTextInvers !important;
			background: @colorAccentBoto !important;
		}
	}
}


.is-style-outline {
	
	.wp-block-button__link {

		border-width: @voraBotons !important;
		border-style: solid !important;
		padding: 3px 20px;

		border-width: 2px;
		padding: 3px 20px;
	}

	.wp-block-button__link:not(.has-text-color) {

		color: @colorGris-medio;
	}
	.wp-block-button__link:hover {
		color: @colorTextInvers !important;
		background: @colorAccentBoto !important;
	}		
}

.is-style-fill,
.is-style-outline {

	.wp-block-button__link {

		&:hover {
			color: @colorTextInvers;
			background: @colorAccentBoto;
			border-color: @colorAccentBoto;
		}
	}
}
*/
/* 
 * Estils comuns, poder ser usats a diferents mòduls
 */
ol.com_items-seguits,
ul.com_items-seguits {
  list-style: none;
  padding-left: 0;
}
ol.com_items-seguits li,
ul.com_items-seguits li {
  display: inline;
}
.maq-contenidor {
  max-width: 1600px;
  padding-left: 50px;
  padding-right: 50px;
  margin: auto;
  box-sizing: border-box;
}
.maq-contenidor.fullwidth {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.maq-contenidor.ample-marge {
  max-width: 2400px;
}
.maq-contenidor.estreta {
  max-width: 800px;
}
@media only screen and (max-width: 500px) {
  .maq-contenidor {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.mod-dades.marge-superior-petit,
.mod-escacs.marge-superior-petit,
.maq-contenidor.marge-superior-petit {
  margin-top: 75px;
}
.mod-dades.marge-superior-gran,
.mod-escacs.marge-superior-gran,
.maq-contenidor.marge-superior-gran {
  margin-top: 150px;
}
.mod-dades.marge-inferior-petit,
.mod-escacs.marge-inferior-petit,
.maq-contenidor.marge-inferior-petit {
  margin-bottom: 75px;
}
.mod-dades.marge-inferior-gran,
.mod-escacs.marge-inferior-gran,
.maq-contenidor.marge-inferior-gran {
  margin-bottom: 150px;
}
.maq_cols_grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.maq_cols_grid.gutter1px {
  column-gap: 1px;
}
.maq_cols_grid.gutter {
  column-gap: 15px;
}
.maq_cols_grid.gutterGran {
  column-gap: 80px;
}
.maq_cols_grid.cols_2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.maq_cols_grid.cols_3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.maq_cols_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.maq_cols_flex.valign_center {
  align-items: center;
}
.maq_cols_flex.gutter {
  margin-left: -15px;
}
.maq_cols_flex.gutter .col {
  padding-left: 15px;
  box-sizing: border-box;
}
.maq_cols_flex.gutterGran {
  margin-left: -80px;
}
.maq_cols_flex.gutterGran .col {
  padding-left: 80px;
  box-sizing: border-box;
}
.maq_cols_flex.cols_2 > .col,
.maq_cols_flex.cols_4 > .col-doble {
  width: 50%;
}
.maq_cols_flex.cols_3 > .col {
  width: 33.3333%;
}
.maq_cols_flex.cols_4 > .col {
  width: 25%;
}
.maq_cols_flex.cols_3 > .col-doble {
  width: 66.6666%;
}
.maq_cols_flex.cols_4 > .col {
  width: 25%;
}
.maq_cols_flex .col.width_7_12 {
  width: 58.33333333%;
}
.maq_cols_flex .col.width_4_12 {
  width: 33.33333333%;
}
.maq_cols_flex .col.width_5_12 {
  width: 41.66666667%;
}
@media screen and (max-width: 1000px) {
  .maq_cols_flex.cols_4 > .col {
    width: 33.3333%;
  }
}
@media screen and (max-width: 781px) {
  .maq_cols_flex.cols_3 > .col,
  .maq_cols_flex.cols_4 > .col {
    width: 50%;
  }
  .maq_cols_flex.cols_3 > .col-doble {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .maq_cols_flex {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .maq_cols_flex.cols_2 > .col,
  .maq_cols_flex.cols_3 > .col,
  .maq_cols_flex.cols_4 > .col,
  .maq_cols_flex.cols_3 > .col-doble {
    width: 100%;
  }
}
.amb_filet {
  position: relative;
}
.amb_filet:before {
  content: '';
  display: block;
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #fff;
}
.com_img-fullwidth-100-30 .components-resizable-box__container {
  width: auto !important;
  height: auto !important;
}
.com_img-fullwidth-100-30 img,
img.com_img-fullwidth-100-30,
.com_img-fullwidth-100-30 .wp-block-image.com_img-fullwidth-100-30 img {
  width: 100vw !important;
  height: 30vw !important;
}
.slick-arrow {
  position: absolute;
  margin-left: 10px;
  margin-top: -24px;
  cursor: pointer;
  font-size: 32px;
  top: 50%;
  z-index: 1;
}
.slick-arrow.dreta {
  margin-left: auto;
  margin-right: 10px;
  right: 0;
}
.slick-arrow:hover {
  color: #f87345;
}
.slick-slider {
  text-align: center;
}
.slick-dots {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  display: inline-block;
  padding-left: 0 !important;
  list-style: none;
  margin-top: -50px !important;
}
.slick-dots li {
  display: inline-block;
  margin: auto;
  font-size: 0;
  width: 6px;
  height: 6px;
  margin: 0 5px;
  border-radius: 50%;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li:hover,
.slick-dots li.slick-active {
  background: #fff;
}
.slick-dots button {
  background: #fff;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  font-size: 0;
  overflow: hidden;
  padding: 0;
  display: block;
  outline: none;
  cursor: pointer;
}
.slick-dots li:hover button,
.slick-dots li.slick-active button {
  background: #f87345;
}
.maq-contenidor.peu-donatiu-custom {
  max-width: 1200px;
  margin-top: 3em;
  margin-bottom: 1.25em;
}
.maq-contenidor.peu-donatiu-custom .wp-block-buttons {
  margin-bottom: 1.25em;
}
.mod-cabecera .image {
  min-height: 34.05vw;
  background: #999999 no-repeat center center;
  background-size: cover;
  height: 100%;
}
.mod-cabecera .text {
  padding-top: 50px;
  padding-bottom: 50px;
}
.mod-cabecera .slick-arrow:hover {
  color: #fff;
}
.wp-block-ared-marges .wp-block-image.size-full img {
  width: 100%;
}
.mod-cabecera-ared {
  position: relative;
  background: url(img/ared-taronja.svg) no-repeat left top;
  background-size: 75%;
}
.mod-cabecera-ared .front {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
}
.mod-cabecera-ared .front .image {
  background: none;
}
.mod-cabecera-ared .mod-cabecera {
  overflow: hidden;
  position: relative;
}
.mod-cabecera-ared .mod-cabecera::before {
  position: absolute;
  background: url(img/ared-taronja-baix.svg) no-repeat left top;
  background-size: 75%;
  content: '';
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.mod-cabecera-ared .fons .text {
  opacity: 0;
}
.mod-dades {
  font-family: 'Rational Display', sans-serif;
  margin-top: 25px;
}
.mod-dades .inner {
  display: flex;
  justify-content: space-evenly;
}
.mod-dades .dada {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  color: #f87345;
  padding: 0 1em;
}
.mod-dades .dada * {
  text-align: center;
}
.mod-dades .numeric {
  font-size: 4em;
  margin: 0;
}
@media only screen and (max-width: 1400px) {
  .mod-dades .numeric {
    font-size: 4.75vw;
  }
}
@media only screen and (max-width: 1000px) {
  .mod-dades .inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .mod-dades .wp-block-ared-dades-interior {
    width: 25vw;
  }
  .mod-dades .numeric {
    font-size: 4.75vw;
  }
}
@media only screen and (max-width: 650px) {
  .mod-dades .numeric {
    font-size: 32px;
  }
}
@media only screen and (max-width: 450px) {
  .mod-dades .wp-block-ared-dades-interior {
    width: 40vw;
  }
}
.mod-escacs.align-superior .interior {
  margin-top: 50px;
}
.mod-escacs .maq_cols_flex {
  justify-content: space-between;
  align-content: center;
  align-items: center;
  display: flex !important;
}
.mod-escacs.align-superior .maq_cols_flex {
  align-content: flex-start;
  align-items: flex-start;
}
.mod-escacs .interior {
  min-height: 30vw;
}
.mod-escacs .interior.logo-taronja .img-wrapper,
.mod-escacs .interior.logo-blanc .img-wrapper {
  position: relative;
}
.mod-escacs .interior.logo-taronja .img-wrapper:before,
.mod-escacs .interior.logo-blanc .img-wrapper:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(img/ared-blanc.svg) no-repeat left top;
  background-size: 100%;
}
.mod-escacs .interior.logo-taronja .img-wrapper:before {
  background: url(img/ared-taronja.svg) no-repeat left top;
  background-size: 100%;
}
.mod-escacs .block-editor-block-list__block:nth-child(even) .img,
.mod-escacs .interior:nth-child(even) .img {
  order: 1;
}
.mod-escacs .block-editor-block-list__block:nth-child(even) .text-wrapper,
.mod-escacs .interior:nth-child(even) .text-wrapper {
  margin-left: auto;
}
.mod-escacs .img-wrapper {
  overflow: hidden;
}
.mod-escacs.align-superior .img-wrapper {
  margin-top: 30px;
}
.mod-escacs img {
  width: 50vw;
  height: 35vw;
  object-fit: cover;
  display: block;
  transition: transform .25s;
  /* Animation */
  background: #ddd;
}
.mod-escacs a:hover img {
  transform: scale(1.15);
}
.mod-escacs .text-wrapper {
  overflow: hidden;
  max-width: 600px;
  padding: 50px 100px;
}
.mod-escacs.align-superior .text-wrapper {
  padding-top: 0;
}
@media only screen and (max-width: 1300px) {
  .mod-escacs .text-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .mod-escacs img {
    width: 100%;
    height: 60vw;
  }
  .mod-escacs .col.img {
    order: 0;
    margin-bottom: 40px;
  }
  .mod-escacs .interior:nth-child(even) .img {
    order: 0;
  }
}
.mod-graella-cursos .post img {
  width: 100%;
  height: auto;
}
.mod-graella-cursos .is-style-com_titular_4,
.mod-graella-cursos .is-style-com_titular_4 a {
  color: #3f3f3f !important;
}
.mod-graella-cursos .is-style-com_titular_4 a:hover {
  color: #f87345 !important;
}
.mod-graella-cursos .info {
  padding: 30px 30px;
  max-width: 400px;
  margin: auto;
}
.peu_futur {
  background: url(img/footer-ared.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
}
.peu_futur .maq_cols_flex {
  align-items: flex-end;
  padding-top: 100px;
  padding-bottom: 20px;
  text-shadow: rgba(0, 0, 0, 0.35) 0 0 10px;
}
.peu_futur .maq_cols_flex p {
  margin: 0;
}
.peu_futur .big-oportunitats {
  font-size: 1.2em;
  font-family: "Rational Display", sans-serif;
  margin-bottom: 0;
}
.peu_futur .separats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
}
.peu_futur .separats .preu {
  font-size: 2.5em;
  font-family: "Rational Display", sans-serif;
}
.peu_futur .separats p {
  margin: 0 1em 0 0;
  line-height: 1em;
}
.peu_futur .text {
  padding-right: 40px;
  margin-bottom: 20px;
}
.peu_futur .text a {
  color: #fff !important;
  text-decoration: underline;
}
.peu_futur .text a:hover {
  color: #3e4952 !important;
}
.peu_futur .altre {
  line-height: 2em !important;
  font-weight: bold;
}
.peu_futur .wp-block-buttons {
  text-align: right;
  justify-content: flex-end;
}
@media only screen and (max-width: 650px) {
  .peu_futur .separats .preu {
    font-size: 2em;
  }
}
@media only screen and (max-width: 560px) {
  .peu_futur .separats {
    flex-wrap: wrap;
    line-height: 1.2em;
  }
  .peu_futur br {
    display: none;
  }
}
/********************* Nou sistema de columnes responsive *************************/
.wp-site-blocks .mod-columnes-responsive,
.mod-columnes-responsive > .block-editor-inner-blocks > .block-editor-block-list__layout {
  display: flex;
  flex-wrap: wrap;
}
.wp-site-blocks .mod-columna-responsive-wrapper {
  height: auto;
}
.mod-columna-responsive {
  overflow-wrap: break-word;
  word-break: break-word;
}
.mod-columna-responsive img {
  max-width: 100%;
  height: auto;
}
.mod-columnes-responsive > .block-editor-inner-blocks > .block-editor-block-list__layout {
  padding-top: 25px;
  padding-bottom: 25px;
  gap: 6px 2px;
}
.mod-columna-responsive-wrapper,
.mod-columna-responsive,
.mod-columna-responsive > .block-editor-inner-blocks,
.mod-columna-responsive > .block-editor-inner-blocks > .block-editor-block-list__layout {
  height: 100%;
}
.mod-columna-responsive > .block-editor-inner-blocks > .block-editor-block-list__layout {
  padding-left: 0;
  padding-right: 0;
}
.wp-site-blocks .mod-columnes-responsive.gap-petit,
.mod-columnes-responsive.gap-petit > .block-editor-inner-blocks > .block-editor-block-list__layout {
  gap: 20px;
}
.wp-site-blocks .mod-columnes-responsive.gap-gran,
.mod-columnes-responsive.gap-gran > .block-editor-inner-blocks > .block-editor-block-list__layout {
  gap: 20px 50px;
}
.wp-site-blocks .mod-columnes-responsive.cols-dsk-2 .mod-columna-responsive-wrapper {
  width: 50%;
}
.wp-site-blocks .mod-columnes-responsive.cols-dsk-2.gap-petit .mod-columna-responsive-wrapper {
  width: calc( 50%  -  13.33333333px );
}
.wp-site-blocks .mod-columnes-responsive.cols-dsk-2.gap-gran .mod-columna-responsive-wrapper {
  width: calc( 50%  -  33.33333333px );
}
.wp-site-blocks .mod-columnes-responsive.cols-dsk-3 .mod-columna-responsive-wrapper {
  width: 33.33333333%;
}
.wp-site-blocks .mod-columnes-responsive.cols-dsk-3.gap-petit .mod-columna-responsive-wrapper {
  width: calc( 33.33333333%  -  15px );
}
.wp-site-blocks .mod-columnes-responsive.cols-dsk-3.gap-gran .mod-columna-responsive-wrapper {
  width: calc( 33.33333333%  -  37.5px );
}
.wp-site-blocks .mod-columnes-responsive.cols-dsk-4 .mod-columna-responsive-wrapper {
  width: 25%;
}
.wp-site-blocks .mod-columnes-responsive.cols-dsk-4.gap-petit .mod-columna-responsive-wrapper {
  width: calc( 25%  -  16px );
}
.wp-site-blocks .mod-columnes-responsive.cols-dsk-4.gap-gran .mod-columna-responsive-wrapper {
  width: calc( 25%  -  40px );
}
.wp-site-blocks .mod-columnes-responsive.cols-dsk-5 .mod-columna-responsive-wrapper {
  width: 20%;
}
.wp-site-blocks .mod-columnes-responsive.cols-dsk-5.gap-petit .mod-columna-responsive-wrapper {
  width: calc( 20%  -  16.66666667px );
}
.wp-site-blocks .mod-columnes-responsive.cols-dsk-5.gap-gran .mod-columna-responsive-wrapper {
  width: calc( 20%  -  41.66666667px );
}
.wp-site-blocks .mod-columnes-responsive.cols-dsk-6 .mod-columna-responsive-wrapper {
  width: 16.66666667%;
}
.wp-site-blocks .mod-columnes-responsive.cols-dsk-6.gap-petit .mod-columna-responsive-wrapper {
  width: calc( 16.66666667%  -  17.14285714px );
}
.wp-site-blocks .mod-columnes-responsive.cols-dsk-6.gap-gran .mod-columna-responsive-wrapper {
  width: calc( 16.66666667%  -  42.85714286px );
}
@media only screen and (max-width: 850px) {
  .wp-site-blocks .mod-columnes-responsive.cols-tbl-1 .mod-columna-responsive-wrapper {
    width: 100%;
  }
  .wp-site-blocks .mod-columnes-responsive.cols-tbl-1.gap-petit .mod-columna-responsive-wrapper {
    width: calc( 100%  -  10px );
  }
  .wp-site-blocks .mod-columnes-responsive.cols-tbl-1.gap-gran .mod-columna-responsive-wrapper {
    width: calc( 100%  -  25px );
  }
  .wp-site-blocks .mod-columnes-responsive.cols-tbl-2 .mod-columna-responsive-wrapper {
    width: 50%;
  }
  .wp-site-blocks .mod-columnes-responsive.cols-tbl-2.gap-petit .mod-columna-responsive-wrapper {
    width: calc( 50%  -  13.33333333px );
  }
  .wp-site-blocks .mod-columnes-responsive.cols-tbl-2.gap-gran .mod-columna-responsive-wrapper {
    width: calc( 50%  -  33.33333333px );
  }
  .wp-site-blocks .mod-columnes-responsive.cols-tbl-3 .mod-columna-responsive-wrapper {
    width: 33.33333333%;
  }
  .wp-site-blocks .mod-columnes-responsive.cols-tbl-3.gap-petit .mod-columna-responsive-wrapper {
    width: calc( 33.33333333%  -  15px );
  }
  .wp-site-blocks .mod-columnes-responsive.cols-tbl-3.gap-gran .mod-columna-responsive-wrapper {
    width: calc( 33.33333333%  -  37.5px );
  }
  .wp-site-blocks .mod-columnes-responsive.cols-tbl-4 .mod-columna-responsive-wrapper {
    width: 25%;
  }
  .wp-site-blocks .mod-columnes-responsive.cols-tbl-4.gap-petit .mod-columna-responsive-wrapper {
    width: calc( 25%  -  16px );
  }
  .wp-site-blocks .mod-columnes-responsive.cols-tbl-4.gap-gran .mod-columna-responsive-wrapper {
    width: calc( 25%  -  40px );
  }
  .wp-site-blocks .mod-columnes-responsive.cols-tbl-5 .mod-columna-responsive-wrapper {
    width: 20%;
  }
  .wp-site-blocks .mod-columnes-responsive.cols-tbl-5.gap-petit .mod-columna-responsive-wrapper {
    width: calc( 20%  -  16.66666667px );
  }
  .wp-site-blocks .mod-columnes-responsive.cols-tbl-5.gap-gran .mod-columna-responsive-wrapper {
    width: calc( 20%  -  41.66666667px );
  }
  .wp-site-blocks .mod-columnes-responsive.cols-tbl-6 .mod-columna-responsive-wrapper {
    width: 16.66666667%;
  }
  .wp-site-blocks .mod-columnes-responsive.cols-tbl-6.gap-petit .mod-columna-responsive-wrapper {
    width: calc( 16.66666667%  -  17.14285714px );
  }
  .wp-site-blocks .mod-columnes-responsive.cols-tbl-6.gap-gran .mod-columna-responsive-wrapper {
    width: calc( 16.66666667%  -  42.85714286px );
  }
}
@media only screen and (max-width: 450px) {
  .wp-site-blocks .mod-columnes-responsive.cols-mob-1 .mod-columna-responsive-wrapper {
    width: 100%;
  }
  .wp-site-blocks .mod-columnes-responsive.cols-mob-1.gap-petit .mod-columna-responsive-wrapper {
    width: calc( 100%  -  10px );
  }
  .wp-site-blocks .mod-columnes-responsive.cols-mob-1.gap-gran .mod-columna-responsive-wrapper {
    width: calc( 100%  -  25px );
  }
  .wp-site-blocks .mod-columnes-responsive.cols-mob-2 .mod-columna-responsive-wrapper {
    width: 50%;
  }
  .wp-site-blocks .mod-columnes-responsive.cols-mob-2.gap-petit .mod-columna-responsive-wrapper {
    width: calc( 50%  -  13.33333333px );
  }
  .wp-site-blocks .mod-columnes-responsive.cols-mob-2.gap-gran .mod-columna-responsive-wrapper {
    width: calc( 50%  -  33.33333333px );
  }
  .wp-site-blocks .mod-columnes-responsive.cols-mob-3 .mod-columna-responsive-wrapper {
    width: 33.33333333%;
  }
  .wp-site-blocks .mod-columnes-responsive.cols-mob-3.gap-petit .mod-columna-responsive-wrapper {
    width: calc( 33.33333333%  -  15px );
  }
  .wp-site-blocks .mod-columnes-responsive.cols-mob-3.gap-gran .mod-columna-responsive-wrapper {
    width: calc( 33.33333333%  -  37.5px );
  }
  .wp-site-blocks .mod-columnes-responsive.cols-mob-4 .mod-columna-responsive-wrapper {
    width: 25%;
  }
  .wp-site-blocks .mod-columnes-responsive.cols-mob-4.gap-petit .mod-columna-responsive-wrapper {
    width: calc( 25%  -  16px );
  }
  .wp-site-blocks .mod-columnes-responsive.cols-mob-4.gap-gran .mod-columna-responsive-wrapper {
    width: calc( 25%  -  40px );
  }
}
.mod-columnes-responsive.cols-dsk-2 > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
  width: calc( 50%  -  1.33333333px );
}
.mod-columnes-responsive.cols-dsk-2.gap-petit > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
  width: calc( 50%  -  13.33333333px );
}
.mod-columnes-responsive.cols-dsk-2.gap-gran > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
  width: calc( 50%  -  33.33333333px );
}
.mod-columnes-responsive.cols-dsk-3 > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
  width: calc( 33.33333333%  -  1.5px );
}
.mod-columnes-responsive.cols-dsk-3.gap-petit > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
  width: calc( 33.33333333%  -  15px );
}
.mod-columnes-responsive.cols-dsk-3.gap-gran > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
  width: calc( 33.33333333%  -  37.5px );
}
.mod-columnes-responsive.cols-dsk-4 > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
  width: calc( 25%  -  1.6px );
}
.mod-columnes-responsive.cols-dsk-4.gap-petit > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
  width: calc( 25%  -  16px );
}
.mod-columnes-responsive.cols-dsk-4.gap-gran > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
  width: calc( 25%  -  40px );
}
.mod-columnes-responsive.cols-dsk-5 > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
  width: calc( 20%  -  1.66666667px );
}
.mod-columnes-responsive.cols-dsk-5.gap-petit > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
  width: calc( 20%  -  16.66666667px );
}
.mod-columnes-responsive.cols-dsk-5.gap-gran > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
  width: calc( 20%  -  41.66666667px );
}
.mod-columnes-responsive.cols-dsk-6 > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
  width: calc( 16.66666667%  -  1.71428571px );
}
.mod-columnes-responsive.cols-dsk-6.gap-petit > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
  width: calc( 16.66666667%  -  17.14285714px );
}
.mod-columnes-responsive.cols-dsk-6.gap-gran > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
  width: calc( 16.66666667%  -  42.85714286px );
}
@media only screen and (max-width: 850px) {
  .mod-columnes-responsive.cols-tbl-1 > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
    width: calc( 100%  -  1px );
  }
  .mod-columnes-responsive.cols-tbl-1.gap-petit > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
    width: calc( 100%  -  10px );
  }
  .mod-columnes-responsive.cols-tbl-1.gap-gran > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
    width: calc( 100%  -  25px );
  }
  .mod-columnes-responsive.cols-tbl-2 > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
    width: calc( 50%  -  1.33333333px );
  }
  .mod-columnes-responsive.cols-tbl-2.gap-petit > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
    width: calc( 50%  -  13.33333333px );
  }
  .mod-columnes-responsive.cols-tbl-2.gap-gran > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
    width: calc( 50%  -  33.33333333px );
  }
  .mod-columnes-responsive.cols-tbl-3 > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
    width: calc( 33.33333333%  -  1.5px );
  }
  .mod-columnes-responsive.cols-tbl-3.gap-petit > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
    width: calc( 33.33333333%  -  15px );
  }
  .mod-columnes-responsive.cols-tbl-3.gap-gran > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
    width: calc( 33.33333333%  -  37.5px );
  }
  .mod-columnes-responsive.cols-tbl-4 > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
    width: calc( 25%  -  1.6px );
  }
  .mod-columnes-responsive.cols-tbl-4.gap-petit > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
    width: calc( 25%  -  16px );
  }
  .mod-columnes-responsive.cols-tbl-4.gap-gran > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
    width: calc( 25%  -  40px );
  }
  .mod-columnes-responsive.cols-tbl-5 > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
    width: calc( 20%  -  1.66666667px );
  }
  .mod-columnes-responsive.cols-tbl-5.gap-petit > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
    width: calc( 20%  -  16.66666667px );
  }
  .mod-columnes-responsive.cols-tbl-5.gap-gran > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
    width: calc( 20%  -  41.66666667px );
  }
  .mod-columnes-responsive.cols-tbl-6 > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
    width: calc( 16.66666667%  -  1.71428571px );
  }
  .mod-columnes-responsive.cols-tbl-6.gap-petit > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
    width: calc( 16.66666667%  -  17.14285714px );
  }
  .mod-columnes-responsive.cols-tbl-6.gap-gran > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
    width: calc( 16.66666667%  -  42.85714286px );
  }
}
@media only screen and (max-width: 450px) {
  .mod-columnes-responsive.cols-mob-1 > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
    width: calc( 100%  -  1px );
  }
  .mod-columnes-responsive.cols-mob-1.gap-petit > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
    width: calc( 100%  -  10px );
  }
  .mod-columnes-responsive.cols-mob-1.gap-gran > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
    width: calc( 100%  -  25px );
  }
  .mod-columnes-responsive.cols-mob-2 > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
    width: calc( 50%  -  1.33333333px );
  }
  .mod-columnes-responsive.cols-mob-2.gap-petit > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
    width: calc( 50%  -  13.33333333px );
  }
  .mod-columnes-responsive.cols-mob-2.gap-gran > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
    width: calc( 50%  -  33.33333333px );
  }
  .mod-columnes-responsive.cols-mob-3 > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
    width: calc( 33.33333333%  -  1.5px );
  }
  .mod-columnes-responsive.cols-mob-3.gap-petit > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
    width: calc( 33.33333333%  -  15px );
  }
  .mod-columnes-responsive.cols-mob-3.gap-gran > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
    width: calc( 33.33333333%  -  37.5px );
  }
  .mod-columnes-responsive.cols-mob-4 > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
    width: calc( 25%  -  1.6px );
  }
  .mod-columnes-responsive.cols-mob-4.gap-petit > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
    width: calc( 25%  -  16px );
  }
  .mod-columnes-responsive.cols-mob-4.gap-gran > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
    width: calc( 25%  -  40px );
  }
}
.wp-site-blocks .mod-columna-responsive,
.mod-columna-responsive > .block-editor-inner-blocks > .block-editor-block-list__layout {
  display: flex;
  flex-direction: column;
}
.wp-site-blocks .mod-columna-responsive.valign-superior,
.mod-columna-responsive.valign-superior > .block-editor-inner-blocks > .block-editor-block-list__layout {
  justify-content: flex-start;
}
.wp-site-blocks .mod-columna-responsive.valign-centrat,
.mod-columna-responsive.valign-centrat > .block-editor-inner-blocks > .block-editor-block-list__layout {
  justify-content: center;
}
.wp-site-blocks .mod-columna-responsive.valign-inferior,
.mod-columna-responsive.valign-inferior > .block-editor-inner-blocks > .block-editor-block-list__layout {
  justify-content: flex-end;
}
.wp-site-blocks .mod-columna-responsive.valign-justificat,
.mod-columna-responsive.valign-justificat > .block-editor-inner-blocks > .block-editor-block-list__layout {
  justify-content: space-between;
}
.wp-site-blocks .mod-columnes-responsive.centra-orfes,
.mod-columnes-responsive.centra-orfes > .block-editor-inner-blocks > .block-editor-block-list__layout {
  justify-content: center;
}
.wp-site-blocks .mod-columnes-responsive.esquerra-orfes,
.mod-columnes-responsive.esquerra-orfes > .block-editor-inner-blocks > .block-editor-block-list__layout {
  justify-content: flex-start;
}
.wp-site-blocks .mod-columnes-responsive.dreta-orfes,
.mod-columnes-responsive.dreta-orfes > .block-editor-inner-blocks > .block-editor-block-list__layout {
  justify-content: flex-end;
}
.wp-site-blocks .mod-columna-responsive > *:last-child,
.mod-columna-responsive > .block-editor-inner-blocks > .block-editor-block-list__layout > :not(.block-list-appender):last-of-type {
  margin-bottom: 0;
}
body:after {
  content: '';
  display: block;
  opacity: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: rgba(248, 115, 69, 0.6);
}
body.mostra-menu-productes:after {
  opacity: 1;
  z-index: 99;
  animation: fadeInFromNone 0.5s ease-out;
}
body.mostra-menu-productes .wp-site-blocks > * {
  filter: blur(1px);
}
@keyframes fadeInFromNone {
  0% {
    opacity: 0;
    z-index: -1;
  }
  1% {
    opacity: 0;
    z-index: 99;
  }
  100% {
    opacity: 1;
    z-index: 99;
  }
}
.mod-menu-productes {
  width: 250px;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 100;
  background: #fff;
  color: #3f3f3f;
  left: -250px;
  transition: left 0.5s ease-in-out;
}
body.mostra-menu-productes .mod-menu-productes {
  left: 0;
}
.mod-menu-productes ul:not(.foo) {
  padding: 0;
  margin-bottom: 0;
}
.mod-menu-productes .wp-block-site-logo {
  padding-left: 35px;
  padding-top: 14px;
}
body.admin-bar .mod-menu-productes .wp-block-site-logo {
  padding-top: 46px;
}
.mod-menu-productes .tancar {
  position: absolute;
  top: 24px;
  right: 20px;
}
body.admin-bar .mod-menu-productes .tancar {
  top: 56px;
}
.mod-menu-productes ul.menu {
  margin-top: 40px;
  list-style: none;
  padding-left: 35px;
  text-align: left;
}
.mod-menu-productes li {
  display: block;
  margin: 0;
  padding: 0;
}
.mod-menu-productes a:not(.foo) {
  padding: 0;
  display: block;
  color: #3f3f3f;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mod-menu-productes a:hover {
  text-decoration: none !important;
  color: #f87345;
}
.mod-menu-productes h4,
.mod-menu-productes h5 {
  text-transform: none;
  font-size: 1em;
  padding: 0;
}
@media only screen and (min-width: 801px) {
  .mod-menu-productes .submenu-wrapper {
    position: absolute;
    left: 250px;
    top: 80px;
    height: calc(100vh - 100px);
    padding: 0 10px;
    display: none;
    width: 800px;
    font-size: 13px;
  }
  .mod-menu-productes li:hover > .submenu-wrapper {
    display: block;
  }
  .mod-menu-productes .icon-chevron-right {
    margin-right: 10px;
  }
  .mod-menu-productes ul.menu > li {
    font-size: 16px;
    line-height: 1.6em;
  }
  .mod-menu-productes ul.menu > li:hover > a {
    color: #f87345;
  }
  .mod-menu-productes ul.sub-menu {
    column-count: 3;
    background: #fff;
    padding: 25px 30px;
    /*		
			li {
				display: block;
				margin: 0;
			}
			li.current-menu-item a {
				color: @colorTextInvers;
				text-decoration: underline;
			}
			a {
				padding: 3px 15px;
			}
			a:hover {
				color: @colorTextInvers;
			}
			*/
  }
  .mod-menu-productes ul.sub-menu a:hover {
    text-decoration: underline !important;
  }
  .mod-menu-productes ul.sub-menu h4,
  .mod-menu-productes ul.sub-menu > li:not(.foo) > a {
    color: #f87345;
    font-weight: 700;
  }
  .mod-menu-productes ul.sub-menu h5 {
    display: none;
  }
  .mod-menu-productes ul.sub-menu h4,
  .mod-menu-productes ul.sub-menu h5 {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 1em;
  }
  .mod-menu-productes ul.sub-menu > li {
    break-inside: avoid;
    margin-bottom: 16px !important;
  }
  .mod-menu-productes ul.sub-menu > li > ul > li > ul {
    margin-left: 20px;
  }
  .mod-menu-productes .adj-last-col ul.sub-menu:after {
    display: block;
    content: '';
    height: 100px;
  }
  .mod-menu-productes .submenu-wrapper .icon-chevron-right,
  .mod-menu-productes .menu-enrrere {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  .mod-menu-productes {
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  .mod-menu-productes li {
    line-height: 1.2em;
  }
  .mod-menu-productes a:not(.foo) {
    padding: 10px 15px;
  }
  .mod-menu-productes a:hover {
    background: #eeeeee;
  }
  .mod-menu-productes .wp-block-site-logo a:hover,
  .mod-menu-productes a.tancar:hover {
    background: none;
  }
  .mod-menu-productes .menu-wrapper {
    position: relative;
    flex: 1;
    width: 250px;
    overflow: hidden;
    overflow-y: auto;
  }
  .mod-menu-productes ul.menu {
    margin-top: 0;
  }
  .mod-menu-productes ul.deep-3 {
    margin-top: 0 !important;
  }
  .mod-menu-productes ul {
    margin-top: -2000px;
  }
  .mod-menu-productes ul.menu-actiu {
    margin-top: 0;
  }
  .mod-menu-productes ul ul ul.menu-actiu {
    margin-top: 2000px;
  }
  .mod-menu-productes.animant-menu .menu-wrapper {
    overflow: hidden;
    background: #e00;
  }
  .mod-menu-productes.animant-menu ul,
  .mod-menu-productes.animant-menu ul.menu-actiu,
  .mod-menu-productes.animant-menu ul ul ul.menu-actiu {
    margin-top: 0;
  }
  .mod-menu-productes .menu,
  .mod-menu-productes .sub-menu,
  .mod-menu-productes .sub-menu > li > ul {
    transition: left 0.5s ease-in-out;
    position: absolute;
    top: 30px;
    left: 250px;
    width: 250px;
    margin-left: 250px;
  }
  .mod-menu-productes ul.menu {
    left: 0;
    margin-left: 0;
  }
  .mod-menu-productes .wp-block-site-logo,
  .mod-menu-productes .menu {
    padding-left: 0 !important;
  }
  .mod-menu-productes .sub-menu,
  .mod-menu-productes .sub-menu > li > ul {
    top: 0 !important;
  }
  .mod-menu-productes .menu-pare-actiu {
    left: -250px !important;
  }
  .mod-menu-productes .menu-actiu {
    left: 0 !important;
  }
  .mod-menu-productes h4,
  .mod-menu-productes h5 {
    font-size: 1.3em;
  }
  .mod-menu-productes ul.sub-menu > li > ul > li > ul {
    margin-left: 20px;
  }
  .mod-menu-productes .menu-enrrere {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: #eeeeee 1px solid;
    border-bottom: #eeeeee 1px solid;
    margin-bottom: 16px;
  }
  .mod-menu-productes .menu-enrrere a {
    justify-content: flex-start;
  }
  .mod-menu-productes .icon-chevron-left {
    margin-left: -0.25em;
  }
  .mod-menu-productes .icon-chevron-right {
    margin-right: 0.5em;
  }
}
.mod-menu-lateral {
  /*
	ul.menu {
		margin-top: 100px;
		list-style: none;
		padding-left: 0;
		text-align: left;
	}
	*/
}
.mod-menu-lateral ul:not(.foo) {
  padding: 0;
  margin-bottom: 0;
  padding-left: 20px;
}
.mod-menu-lateral li {
  display: block;
  margin: 0;
  padding: 0;
}
.mod-menu-lateral a:not(.foo) {
  padding: 0;
  display: block;
  color: #3f3f3f;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mod-menu-lateral a:hover {
  text-decoration: none !important;
  color: #f87345;
}
.mod-menu-lateral h4 a {
  font-size: 2em;
  line-height: 1.2em;
}
.mod-menu-lateral h4,
.mod-menu-lateral h5 {
  text-transform: none;
  font-size: 1em;
  padding: 0;
}
.mod-menu-lateral .obert > .nivell-1 {
  display: block;
}
.mod-menu-lateral .nivell-1 {
  font-size: 0.8em;
  display: none;
}
.mod-menu-lateral .nivell-1:after {
  content: '';
  display: block;
  border-top: #3f3f3f solid 1px;
  padding-bottom: 20px;
  margin-top: 10px;
}
.mod-menu-lateral .nivell-2 {
  margin-left: 1.5em;
}
.mod-menu-lateral li {
  line-height: 1.2em;
}
.mod-menu-lateral li.obert > a {
  font-weight: bold;
}
.mod-menu-lateral a:not(.foo) {
  padding: 5px 15px;
}
.mod-menu-lateral a:hover {
  background: #eeeeee;
}
.mod-menu-lateral .menu-wrapper {
  position: relative;
  height: 100vh;
  width: 250px;
  overflow: hidden;
  overflow-y: auto;
}
.mod-menu-lateral a {
  justify-content: flex-start;
}
.mod-menu-lateral .icon-chevron-left {
  margin-left: -0.25em;
}
.mod-menu-lateral .icon-chevron-right {
  margin-right: 0.5em;
}
footer {
  margin-top: 100px;
}
footer .peu_newsletter {
  background: #f87345;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}
footer .peu_newsletter a {
  color: #fff !important;
}
footer .peu_newsletter a:hover {
  color: #3f3f3f !important;
}
footer .peu_newsletter .segueixnos {
  font-size: 1.1em;
  font-family: "Rational Display", sans-serif;
  margin-bottom: 0.5em;
}
footer .peu_newsletter .social li {
  margin-right: 0.5em;
}
footer .peu_newsletter #mc_embed_signup div.mce_inline_error {
  padding: 0;
  color: #ff6;
  background: none;
  margin: 0;
  font-size: 17px;
}
footer .peu_newsletter #mc_embed_signup input {
  background: none;
}
footer .peu_newsletter #mce-EMAIL {
  color: #fff;
  border-bottom: #fff 2px solid !important;
  width: 100%;
}
footer .peu_newsletter #mce-EMAIL::placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */
}
footer .peu_newsletter #mce-EMAIL::-ms-input-placeholder {
  color: #fff;
}
footer .peu_newsletter .field-boto {
  display: flex;
  align-items: center;
}
footer .peu_newsletter .mc-field-group {
  flex: 1;
  max-width: 550px;
  margin-bottom: 20px;
}
footer .peu_newsletter .response {
  color: #ff6;
  font-weight: bold;
  margin-top: 20px;
}
footer .peu_newsletter .gdprRequired {
  font-size: 14px;
  line-height: 18px;
  padding-left: 30px;
}
footer .peu_newsletter .gdprRequired input {
  position: absolute;
  margin-left: -30px;
  width: 20px;
  height: 20px;
}
footer .maq_peu_wrapper {
  display: flex;
  padding: 30px 35px 30px;
}
footer .wp-block-image {
  flex: 1;
}
footer .wp-block-image img {
  max-width: 175px;
  height: auto;
  margin: 1em 0 2em;
}
footer .bloc-logo {
  margin-right: 100px;
}
footer .bloc-menu {
  flex: 1;
}
footer .mod-adreces {
  display: grid;
  grid-template-columns: auto auto auto;
  column-gap: 20px;
  font-size: 0.9em;
}
footer .mod-adreces h5 {
  color: #fff;
  margin-bottom: 0.1em;
  padding: 0;
  text-transform: none;
}
footer .big-tel {
  font-family: 'Rational Display', sans-serif;
  font-size: 32px;
  margin-bottom: 0;
  line-height: 1em;
}
footer .big-email {
  font-family: 'Rational Display', sans-serif;
  font-size: 20px;
  margin-bottom: 0.5em;
}
footer .big-email a {
  color: #3f3f3f;
}
footer .big-email a:hover {
  color: #f87345;
}
@media only screen and (max-width: 350px) {
  footer .big-email {
    font-size: 18px;
  }
}
footer .social {
  padding: 0;
  margin-bottom: 0.5em;
}
footer .social li {
  list-style: none;
  display: inline;
  margin-right: 0.3em;
  font-size: 26px;
}
footer .social a {
  color: #3f3f3f;
}
footer .social a:hover {
  color: #f87345;
  text-decoration: none;
}
footer .adreca {
  font-size: 0.8em;
}
footer .mod-menu-principal-footer {
  /*column-count: 2;
		column-gap: 10px;*/
  /*
		.megamenu > ul > li > a {
			font-weight: bold;
		}
		*/
}
footer .mod-menu-principal-footer .menu {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  column-gap: 20px;
  font-size: 0.9em;
}
footer .mod-menu-principal-footer ul {
  padding-left: 0;
  list-style: none;
}
footer .mod-menu-principal-footer li {
  margin-bottom: 0;
}
footer .mod-menu-principal-footer a {
  color: #3f3f3f;
}
footer .mod-menu-principal-footer a:hover {
  color: #f87345;
  text-decoration: underline;
}
footer .mod-menu-principal-footer > ul > li {
  break-inside: avoid-column;
}
footer .mod-menu-principal-footer .menu > li > a {
  font-family: 'Rational Display', sans-serif;
}
footer .mod-menu-principal-footer .menu-item span {
  color: #f87345;
}
footer .mod-menu-principal-footer .sub-menu .sub-menu {
  margin-bottom: 0.5em !important;
}
footer .mod-colofo {
  font-size: 0.7em;
  padding: 30px 35px 50px;
}
footer .mod-colofo div,
footer .mod-colofo p {
  display: inline;
}
footer .mod-colofo p {
  margin-right: 1em;
}
footer .mod-menu-footer ul,
footer .mod-menu-footer li {
  display: inline;
  list-style: none;
  padding: 0;
  text-transform: uppercase;
}
footer .mod-menu-footer li {
  margin-right: 1em;
  text-wrap: nowrap;
}
footer .mod-menu-footer a {
  color: #3f3f3f;
}
footer .mod-menu-footer a:hover {
  color: #f87345;
  text-decoration: underline;
}
footer .wpforms-container {
  max-width: 400px;
  margin-left: 0 !important;
}
footer .wpforms-container .wpforms-field-label {
  margin-bottom: 0.5em !important;
}
footer .wpforms-container .wpforms-field {
  padding: 10px 0;
}
footer .wpforms-container .wpforms-submit-container {
  margin-top: 0 !important;
}
@media only screen and (max-width: 1300px) {
  footer .maq_peu_wrapper {
    display: block;
  }
  footer .bloc-logo {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1000px) {
  footer .mod-menu-principal-footer .menu {
    grid-template-columns: auto auto auto;
  }
}
@media only screen and (max-width: 600px) {
  footer .mod-menu-principal-footer .menu {
    grid-template-columns: auto auto;
  }
  footer .mod-menu-footer li {
    display: block;
  }
  footer .mod-colofo {
    display: flex;
    flex-direction: column;
    padding-top: 0;
  }
  footer .mod-colofo p {
    order: 1;
  }
}
.cssWidth {
  position: fixed;
  left: -10000px;
  top: 0;
  width: 240px;
}
@media screen and (max-width: 1300px) {
  .cssWidth {
    width: 130px;
  }
}
@media screen and (max-width: 1000px) {
  .cssWidth {
    width: 100px;
  }
}
@media screen and (max-width: 600px) {
  .cssWidth {
    width: 60px;
  }
}
/*# sourceMappingURL=style.css.map */