@charset "UTF-8";
/* CSS Document */
/* Styles Ideamatic to Ideamatic.net */

/* Clash Grotesk */
@font-face {
  font-family: 'ClashGrotesk-Regular';
  src: url('clashgrotesk/ClashGrotesk-Regular.woff2') format('woff2'),
       url('clashgrotesk/ClashGrotesk-Regular.woff') format('woff'),
       url('clashgrotesk/ClashGrotesk-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

/* Paleta & Cos text */
:root {
    --blanc: #fff;
    --accent: #F9B600;
    --primari: #89266C;
    --text: #000;
    --light-accent-1: #F0F0ED;
    --light-accent-2: #E2E2D7;

    /* Min Viewport: 320px; Max Viewport: 1160px */
    --smaller: 0.694rem;
    --small: clamp(0.694rem, 0.6637142857142856rem + 0.15142857142857155vw, 0.8rem); /* 0.833rem */
    --body: clamp(0.8rem, 0.7428571428571429rem + 0.28571428571428564vw, 1rem); /* 1rem */
    --h6: 1.25rem; /* 1.2rem */
    --h5: clamp(1.2rem, 1.1085714285714285rem + 0.4571428571428572vw, 1.44rem); /* 1.44rem */
    --h4: clamp(1.2rem, 0.9988571428571428rem + 1.0057142857142858vw, 1.728rem); /* 1.728rem */
    --h3: clamp(1.44rem, 1.1984761904761905rem + 1.2076190476190474vw, 2.074rem); /* 2.074rem */
    --h2: clamp(1.728rem, 1.4384761904761905rem + 1.4476190476190478vw, 2.488rem); /* 2.488rem */ 
    --h1: clamp(2.074rem, 1.7265714285714282rem + 1.737142857142858vw, 2.986rem); /* 2.986rem */
}


/* 
==========================================================================
01. ESCALA TIPOGRÀFICA
==========================================================================
*/
html {
    /* 18px */
    font-size: 112.5% !important;
    scroll-behavior: smooth;
}

body {
    font-family: basic-sans, sans-serif !important;
    font-size: var(--body) !important;
    font-weight: 400 !important;
    font-style: normal !important;
    line-height: 1.6 !important;
    letter-spacing: 0em !important;
    color: var(--text) !important;
    background: var(--blanc) !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: 'ClashGrotesk-Regular';
    margin-top: 2.25rem !important;
    margin-bottom: 1rem !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
    color: var(--text) !important;
    letter-spacing: .0278rem !important;
}

p {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

small, .small {
    font-size: var(--small) !important;
    line-height: 1.6 !important;
}

.smaller {
    font-size: var(--smaller) !important;
    line-height: 1.6 !important;
}

h6,
.h6 {
    font-size: var(--h6) !important;
}

h5,
.h5 {
    font-size: var(--h5) !important;
}

h4,
.h4 {
    font-size: var(--h4) !important;
}

h3,
.h3 {
    font-size: var(--h3) !important;
}

h2,
.h2 {
    font-size: var(--h2) !important;
}

h1,
.h1 {
    font-size: var(--h1) !important;
    margin-top: 30px !important;
}

ul li, ol li {
    margin-bottom: 0rem !important;
}

b,
strong {
    font-family: basic-sans, sans-serif !important;
    font-weight: 600 !important;
    font-style: normal !important;
}

i,
em {
    font-family: basic-sans, sans-serif !important;
    font-weight: 400 !important;
    font-style: italic !important;
}

b i,
b em,
i b,
em b,
strong i,
strong em,
i strong,
em strong {
    font-family: basic-sans, sans-serif !important;
    font-weight: 600 !important;
    font-style: italic !important;
}

a {
    outline: none !important;
}

#page a {
    color: var(--primari) !important;
    text-decoration: none !important;
    opacity: 1;
    transition: .3s ease-in-out !important;
    outline: none !important;
    box-shadow: inset 0 -1px 0 var(--primari) !important;
}

#page a:hover {
    box-shadow: inset 0 -2px 0 var(--primari) !important;
}

blockquote p {
    line-height: 1.6 !important;
}


/* 
==========================================================================
02. COMUNS
==========================================================================
*/
.site-content {
    padding: 0 0 0 0 !important;
}

.container {
    margin-right: auto !important;
    margin-left: auto !important;
    padding: 0 4rem !important;
    width: 100% !important;
    max-width: 1290px !important;
}

.alignfull > .kt-row-layout-inner > .kt-row-column-wrap, .alignfull > .kt-row-column-wrap {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
}

.sobretitol {
    color: var(--primari) !important;
    font-size: var(--h6) !important;
    font-weight: 700 !important;
    font-family: 'ClashGrotesk-Regular' !important;
    letter-spacing: .0278rem !important;
}

.page-id-114 footer {
    position: absolute !important;
    bottom: 0px !important;
}


/* @START Header */
.site-header {
    background-color: var(--blanc) !important;
}

.top-navigation-right {
    display: none !important;
}

.site-identity {
    padding: 45px 0 84px 0 !important;
}
/* @END Header */

/* @START Footer */
.footer-tagline a {
    color: var(--blanc) !important;
    text-decoration: none !important;
    padding-bottom: 1px !important;
    box-shadow: inset 0 -1px 0 var(--blanc) !important;
}

.footer-tagline a:hover {
    box-shadow: inset 0 -2px 0 var(--blanc) !important;
}

.site-footer {
    color: var(--blanc) !important;
    background: var(--primari) !important;
    margin-top: 112px !important;
}

.footer-tagline {
    width: 100% !important;
}

.site-info span {
    display: inline-block;
    margin-right: 40px;
}

.site-info span:last-child {
    margin-right: 0px;
}
/* @END Footer */

/* @START Blog */
.single-post #primary {
    width: 100% !important;
}

.entry-header, .entry-content .meta-list, .featured-image, .post-navigation {
    display: none !important;
}

.wp-block-post-featured-image {
    margin-bottom: 40px !important;
}
/* @END Blog */


/* 
==========================================================================
03. PLUGINS
==========================================================================
*/
#page .ultp-block-image>a, #page .ultp-block-readmore a, #page .ultp-block-title a, #page .ultp-pagination-wrap .ultp-pagination li a {
    box-shadow: none !important;
}

.ultp-block-meta {
    font-size: var(--small) !important;
}

#page .ultp-block-content .ultp-block-title a {
    color: var(--text) !important;
}

#page .ultp-pagination-wrap .ultp-pagination li a {
    color: var(--blanc) !important;
}

#page .ultp-pagination-wrap .ultp-pagination li a:hover,
#page .ultp-pagination-wrap .ultp-pagination li.pagination-active a {
    color: var(--text) !important;
}

/* @START Formulari */
form#WebToLeadForm {
    max-width: 800px;
    border-radius: 8px;
}

form#WebToLeadForm h2 {
    font-size: var(--h3) !important;
    margin-bottom: 40px !important;
    margin-top: 0rem !important;
}

form#WebToLeadForm .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
}

form#WebToLeadForm .row .col:nth-child(2),
form#WebToLeadForm .row .col:nth-child(3) {
    display: none;
}

form#WebToLeadForm .col {
    flex: 1 1 100%;
    padding: 0px;
    margin-bottom: 0px;
}

form#WebToLeadForm label {
    display: block;
    font-weight: 400;
    margin-bottom: 4px;
    font-size: var(--body) !important;
}

form#WebToLeadForm span.required {
    color: var(--text);
}

form#WebToLeadForm input[type="text"],
form#WebToLeadForm input[type="email"],
form#WebToLeadForm select,
form#WebToLeadForm textarea {
    width: 100%;
    padding: 12px 15px;
    border-radius: 4px;
    font-size: 16px;
    transition: border-color 0.3s;
    box-sizing: border-box;
    font-family: inherit;
}

form#WebToLeadForm input[type="text"]:focus,
form#WebToLeadForm input[type="email"]:focus,
form#WebToLeadForm select:focus,
form#WebToLeadForm textarea:focus {
    border-color: var(--primari);
    outline: none;
}

form#WebToLeadForm input[type="checkbox"] {
    margin-right: 10px;
    transform: scale(1.2);
}

form#WebToLeadForm .buttons {
    text-align: center;
    margin-top: 20px;
}

form#WebToLeadForm input[type="submit"],
form#WebToLeadForm input[type="button"] {
    background-color: var(--primari);
    color: var(--blanc);
    font-size: var(--small);
    padding: 12px 30px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-family: inherit;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 1;
    transition: .3s ease-in-out !important;
}

form#WebToLeadForm input[type="submit"]:hover,
form#WebToLeadForm input[type="button"]:hover {
    background-color: var(--primari);
    opacity: 0.8;
}

form#WebToLeadForm .col-consent .consent-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 6px;
}

form#WebToLeadForm .col-consent input[type="checkbox"] {
    margin-top: 4px;
    flex-shrink: 0;
}

form#WebToLeadForm .col-consent label {
    font-weight: normal;
    margin-bottom: 0;
    width: auto;
    font-size: var(--small) !important;
}

form#WebToLeadForm .col-consent a {
    color: var(--primari);
}
/* @END Formulari */

/* @start Cookies Complianz */
#cmplz-manage-consent .cmplz-manage-consent {
    box-shadow: none !important;
    visibility: hidden;
    left: 15px !important;
    bottom: 0px !important;
    padding: 0 !important;
}

#cmplz-manage-consent .cmplz-manage-consent::before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 15px;
    width: 45px;
    height: 45px;
    background-image: url(https://campanyes.isocial.cat/wp-content/uploads/2025/07/ico-cookies.svg);
    background-repeat: no-repeat;
    visibility: visible;
}

#cmplz-document p, #cmplz-document li, #cmplz-document td, .editor-styles-wrapper .cmplz-unlinked-mode p, .editor-styles-wrapper .cmplz-unlinked-mode li, .editor-styles-wrapper .cmplz-unlinked-mode td {
    font-size: var(--body) !important;
}

#cmplz-document h2 {
    font-size: var(--h4) !important;
}

#cmplz-cookies-overview .cmplz-dropdown summary div h3, #cmplz-document .cmplz-dropdown summary div h3, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary div h3 {
    font-size: var(--h6) !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

#cmplz-cookies-overview .cmplz-dropdown h4, #cmplz-document .cmplz-dropdown h4, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown h4,
#cmplz-document h5, .editor-styles-wrapper .cmplz-unlinked-mode h5 {
    font-size: var(--h6) !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

#cmplz-cookies-overview .cmplz-dropdown summary, #cmplz-document .cmplz-dropdown summary, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary {
    background-color: rgba(255, 255, 255, 0.3) !important;
}

#cmplz-document .cmplz-dropdown p {
    font-size: var(--small) !important;
}

#cmplz-document .cmplz-subtitle, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-subtitle {
    font-weight: 500 !important;
}

.cmplz-cookiebanner .cmplz-title {
    font-size: var(--h6) !important;
    font-optical-sizing: auto !important;
    font-style: normal !important;
    font-family: 'ClashGrotesk-Regular';
    font-weight: 700 !important;
}

.cmplz-cookiebanner .cmplz-message {
    font-size: var(--small) !important;
    font-family: basic-sans, sans-serif !important;
    font-weight: 400 !important;
    font-optical-sizing: auto !important;
    font-style: normal !important;
    line-height: 1.6 !important;
    margin-top: 0rem !important;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
    font-family: basic-sans, sans-serif !important;
    font-weight: 400 !important;
}
/* @end Cookies Complianz */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
  white-space: nowrap;
}



/* 
==========================================================================
0X. RESPONSIVE
==========================================================================
*/
.elements_mobile {
    display: none;
}
  
.drawer-menu-explore {
    background: #000;
}

/*
    ##Device = Desktops
    ##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {

}

/*
    ##Device = Laptops, Desktops Non-Retina
    ##Screen = B/w 1200px to 1440px
*/
@media screen and (min-device-width: 1200px) and (max-device-width: 1440px) {

}

/*
    ##Device = Small screens, laptops
    ##Screen = B/w 1025px to 1200px
*/
@media screen and (min-device-width: 1025px) and (max-device-width: 1200px) {

}

/*
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
 /* @START Comuns */
    body {
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    .site-content {
        padding: 0 0 0 0 !important;
    }

    .site-header {
        padding-top: 0px !important;
        margin-bottom: 0px !important;
    }
    
    .container {
        padding: 0 2rem !important;
    }

    .wp-block-post-featured-image {
        margin-bottom: 25px !important;
    }

    .ultp-block-15ef02 .ultp-block-image img {
        width: 100% !important;
    }

    .ultp-block-item .ultp-block-image {
        width: 100% !important;
        aspect-ratio: 16 / 9;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ultp-block-image>a {
        width: 100% !important;
    }
    /* @END Comuns */

    /* @START Header */
    .mobile-navigation {
        display: none !important;
    }

    .custom-logo-link img {
        margin-left: 0px !important;
    }

    .site-identity {
        padding: 30px 0 30px 0 !important;
    }
    /* @END Header */

    /* @START Footer */
    .site-footer {
        margin-top: 90px !important;
    }

    .site-info span {
        margin-right: 15px;
    }

    .footer-tagline {
        float: none;
        width: 100%;
        margin-top: 0px;
    }
    /* @END Footer */
}

/*
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1080px) and (orientation: landscape) {

}

/*
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 844px) and (orientation: landscape) {

}

/*
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
 /* @START Comuns */
    body {
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    .site-content {
        padding: 0 0 0 0 !important;
    }

    .site-header {
        padding-top: 0px !important;
        margin-bottom: 0px !important;
    }
    
    .container {
        padding: 0 1rem !important;
    }

    .wp-block-post-featured-image {
        margin-bottom: 25px !important;
    }
    /* @END Comuns */

    /* @START Header */
    .mobile-navigation {
        display: none !important;
    }

    .custom-logo-link img {
        margin-left: 0px !important;
    }

    .site-identity {
        padding: 30px 0 30px 0 !important;
    }
    /* @END Header */

    /* @START Footer */
    .site-footer {
        margin-top: 90px !important;
    }

    .site-info span {
        margin-right: 0px;
        display: block;
    }
    /* @END Footer */
}

/* iPhone 5, 5S, 5C, 5SE */
@media only screen and (min-device-width: 320px) and (max-device-width: 413px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {}