:root {
    --site_header_height: 0px;
    --admin_bar_height: 0px;
    --swiper-navigation-color: #fff;
}
* {
    margin: 0;
    padding: 0;
  
}
html, body, div, span, applet, object, iframe,  p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea {
    border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    outline: 0;
    vertical-align: baseline;

	
}
:focus {
    outline: 0;
}
em {
    font-style: italic;
}
b, b *, strong, strong * {
    font-weight: 700;
}
p {
    line-height: 1.3em;
    margin-bottom: 20px;
}
body > iframe {
    display: none;
}
ol, ul {
    margin: 0 0 15px 30px;
}
ol li, ul li {
    margin: 0 0 10px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    font-weight: 400;
    text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
a img {
    border: 0 none;
    height: auto;
    max-width: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
textarea {
    overflow: auto;
    resize: none;
}
input {
    font-size: 16px;
}
input, textarea {
    outline: 0;
    box-shadow: none;
}
img {
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
::-webkit-input-placeholder {
    color: #999 !important;
}
:-moz-placeholder {
    color: #999 !important;
}
::-webkit-input-placeholder, :-moz-placeholder, :focus {
    box-shadow: #555 0 0 1.5px 1px;
}
p, div, img,  form {
    text-decoration: none;
    border: 0;
    font-size: 18px;
    /*line-height: 20px;*/
}
a {
    cursor: pointer;
    text-decoration: none;
    outline: 0;
    color: inherit;
    font-size: inherit;
	word-wrap: break-word;
}
a:hover {
/*    text-decoration: underline;*/
}
h1, h2 {
    font-weight: 400;
    margin: 0;
}
html {
    height: 100%;
}
body {
    font-family: "Americana", sans-serif;
    background-color: #fff;
    color: #000;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-x: hidden;
}
body.noscroll {
    overflow-y: hidden !important;
}
.clear {
    clear: both;
}
.left {
    float: left;
}
.right {
    float: right;
}
.block-center {
    margin: 0 auto;
	
    position: relative;
    width: 95%;
}
.block-center-full {
    margin-left: -2.6%;
    width: 105.2%;
}
.phone {
    display: none;
}
.hidden-phone {
    display: block;
}
.tablet {
    display: none;
}
.hidden-tablet {
    display: block;
}
#container {
    padding: 50px 0;
}
body.single #container {
    padding: 0;
}
header .search-wrapper body.single-membre #container, body.single-publicacio #container, body.single-convocatoria #container, body.single-post #container {
    padding: 50px 0;
}
h1 {
    font-family: Americana, sans-serif;
    font-size: 39px;
    font-weight: 700;
    line-height: 39px;
    margin-bottom: 50px;
    text-align: center;
}
article.llistat > .content {
    border-bottom: 2px solid #dedede;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
article.llistat > .content p {
    font-size: 20px;
    line-height: 25px;
    margin: 0 auto 15px;
    max-width: 700px;
}
.block-max {
    margin: 0 auto;
    max-width: 1000px;
}
.link-externo {
    display: inline-block;
    margin-top: 25px;
}
.link-externo:hover {
    text-decoration: none;
}
.link-externo:hover span {
    text-decoration: underline;
}
.link-externo i {
    font-size: 24px;
    vertical-align: middle;
}
.link-externo span {
    font-family: Americana, sans-serif;
    font-size: 24px;
    font-style: italic;
    line-height: 24px;
    margin-left: 5px;
    vertical-align: middle;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}
.alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}
article.error404 {
    text-align: center;
    padding: 5%;
}
article.error404 h1 {
    font-size: 135px;
    line-height: 135px;
    font-weight: 700;
    margin-bottom: 20px;
}
article.error404 h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}
article.error404 a {
    font-size: 30px;
    line-height: 30px;
}
.page-template-default article {
    text-align: center;
}
.page-template-default article .image-default-link {
    display: inline-block;
}
.page-template-default article .image-default {
    display: block;
    margin: 0 auto 30px;
    max-width: 100%;
}
.page-template-default article .content {
    margin: 0 auto;
    max-width: 1024px;
    text-align: left;
}
.page-template-default article .content * {
    font-size: 18px;
    line-height: 30px;
}
.page-template-default article .content p {
    margin-bottom: 15px;
}
.page-template-default article .content h2 {
    font-size: 25px;
    font-weight: 700;
    line-height: 25px;
    margin: 25px 0 20px;
}
.page-template-default article .content a {
    text-decoration: underline;
}
.page-template-default article .content table {
    border: 1px solid #000;
    border-collapse: collapse;
    margin-bottom: 20px;
}
.page-template-default article .content table th, .page-template-default article .content table td {
    border: 1px solid #000;
    padding: 5px;
}
.page-template-catalandrama article {
    text-align: center;
}
.page-template-catalandrama article h2 {
    font-size: 20px;
    margin-bottom: 30px;
}
.page-template-catalandrama article .image-default-link {
    display: inline-block;
}
.page-template-catalandrama article .image-default {
    display: block;
    margin: 0 auto 30px;
    max-width: 100%;
}
.page-template-catalandrama article .content {
    margin: 0 auto;
    max-width: 1024px;
    text-align: left;
}
.page-template-catalandrama article .content * {
    font-size: 18px;
    line-height: 30px;
}
.page-template-catalandrama article .content p {
    margin-bottom: 15px;
}
.page-template-catalandrama article .link-externo {
    margin: 0 0 20px;
}
header {
    padding: 1px 0 0;
    position: relative;
}
header .logo {
    display: block;
    left: 0;
    max-width: 170px;
    position: absolute;
    top: 15px;
}
header .logo img {
    width: 100%;
}
header .languages-wrapper {
    position: absolute;
    right: 0;
    top: 35px;
    text-transform: uppercase;
}
header .languages-wrapper > a {
    padding: 0 2px;
}
header .languages-wrapper .active {
    font-weight: 700;
}
header .search-wrapper {
    position: absolute;
    right: 70px;
    top: 35px;
}
header .search-wrapper form {
    position: absolute;
    right: 0;
    top: 0;
}
header .search-wrapper input[type="submit"] {
    display: none;
}
header .search-wrapper input {
    display: none;
    margin: -10px -8px 0 0;
    padding: 5px;
    transition: all 1s;
}
header .search-wrapper i {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}
header .search-wrapper form:hover input[type="text"], header .search-wrapper input[type="text"]:focus {
    display: block;
    transition: all 1s;
}
header nav {
    display: table;
    margin: 35px auto 0;
    padding-left: 90px;
}
header nav ul {
    margin: 0;
    display: table;
    width: 100%;
}
header nav ul li {
    position: relative;
}
header nav ul.menu > li {
    border-bottom: 3px solid transparent;
    display: table-cell;
    margin: 0;
    padding: 0 0 20px;
    position: relative;
    vertical-align: middle;
}
header nav ul.menu li a {
    border-right: 1px solid #818181;
    color: #818181;
    display: block;
    font-size: 15px;
    line-height: 15px;
    padding: 5px 22px;
    text-align: center;
}
header nav ul.menu li a:hover {
    text-decoration: none;
}
header nav ul.menu li:last-child a {
    border-right: none;
}
header nav ul.menu > li:hover, header nav ul.menu > li.current-menu-item, header nav ul.menu > li.current-menu-parent, header nav ul.menu > li.current-menu-ancestor {
    border-bottom: 3px solid #2d2d2d;
}
header nav ul.menu > li:hover > a, header nav ul.menu > li.current-menu-item > a, header nav ul.menu > li.current-menu-parent > a, header nav ul.menu > li.current-menu-ancestor > a {
    color: #2d2d2d;
}
header nav ul.menu ul.sub-menu {
    background-color: #fff;
    border: 1px solid #bcb8b2;
    display: none;
    list-style: outside none none;
    position: absolute;
    top: 48px;
    z-index: 2;
}
header nav ul.menu ul.sub-menu ul.sub-menu {
    left: 100%;
    top: -1px;
}
header nav ul.menu > li:hover > ul.sub-menu {
    display: block;
}
header nav ul.menu ul.sub-menu > li {
    margin: 0;
}
header nav ul.menu ul.sub-menu > li a {
    border: medium none;
    padding: 15px;
}
header nav ul.menu ul.sub-menu li a:hover, header nav ul.menu ul.sub-menu > li.current-menu-item a, header nav ul.menu ul.sub-menu > li.current-menu-parent a {
    color: #2d2d2d;
    text-decoration: none;
}
header nav ul.menu > li > ul.sub-menu > li:hover > ul.sub-menu {
    display: block;
}
header nav ul.menu #menu-item-399 > ul.sub-menu, header nav ul.menu #menu-item-1590 > ul.sub-menu, header nav ul.menu #menu-item-1618 > ul.sub-menu {
    margin-left: -50%;
    width: 200%;
}
header nav ul.menu #menu-item-400 > ul.sub-menu, header nav ul.menu #menu-item-1591 > ul.sub-menu, header nav ul.menu #menu-item-1619 > ul.sub-menu {
    width: 85%;
}
header nav ul.menu #menu-item-396 > ul.sub-menu, header nav ul.menu #menu-item-1586 > ul.sub-menu, header nav ul.menu #menu-item-1600 > ul.sub-menu {
    margin-left: -65%;
    width: 230%;
}
header nav ul.menu #menu-item-3485 > ul.sub-menu, header nav ul.menu #menu-item-3487 > ul.sub-menu, header nav ul.menu #menu-item-1595 > ul.sub-menu {
    margin-left: -25%;
    width: 150%;
}




.banner-scene{
    background-size:cover;
    background-position:left;
    min-height:22vw;
    display:flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    min-height:240px;
    }

.black-title{
    background:#000;
    color:#fff;
    padding:4px 6px;
    width:100%;
}

.banner-scene h1{
    font-size:4vw;
    line-height:4vw;
}

.specs-item{
        flex: 0 0 auto;
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;

}

.border-white {border:2px solid #fff!important}
.background-black{background:#000!important;}




@media (max-width: 1475px) {
    header nav ul.menu li a {
        padding: 5px 12px;
    }
}
@media (max-width: 1300px) {
    header {
        flex: 0 0 82px;
    }
    header #menu-btn {
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 30px;
        z-index: 9999;
    }
    header #menu-btn .line {
        background-color: #000;
        height: 3px;
        margin: 10px 0;
        position: relative;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        width: 30px;
    }
    header #menu-btn .line:after,     header #menu-btn .line:before {
        background-color: #000;
        content: "";
        display: block;
        height: 3px;
        position: absolute;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        width: 30px;
        z-index: -1;
    }
    header #menu-btn .line:before {
        top: -8px;
    }
    header #menu-btn .line:after {
        top: 8px;
    }
    header #menu-btn:hover {
        transition: top 0.4s ease 0s;
        -webkit-transition: top 0.4s ease 0s;
    }
    header #menu-btn:hover .line:before {
        top: -9px;
    }
    header #menu-btn:hover .line:after {
        top: 9px;
    }
    header.open {
        transition: none 0s ease 0s;
        -webkit-transition: none 0s ease 0s;
    }
    header.open .line {
        background-color: transparent !important;
    }
    header.open .line:after {
        top: 0 !important;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
    header.open .line:before {
        top: 0 !important;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    header .overlay {
        background-color: #fff;
        height: 100%;
        left: 0;
        opacity: 0;
        position: fixed;
        transition: opacity 0.5s ease 0s, visibility 0s ease 0.5s;
        visibility: hidden;
        width: 100%;
        z-index: 9998;
    }
    header nav {
        margin: 0;
        position: relative;
        top: 15%;
        width: 100%;
        padding-left: 0;
    }
    header nav ul.menu li {
        display: block;
        padding: 0;
        position: initial;
    }
    header nav ul.menu li a {
        border-right: medium none;
        color: #ababab;
        padding: 15px 10px;
        font-size: 35px;
        line-height: 35px;
    }
    header nav ul.menu li a:hover,     header nav ul.menu li a:focus,     header li.current-menu-item > a {
        color: #fff !important;
        background-color: #000;
        text-decoration: none;
    }
    header nav ul.menu > li {
        border-bottom: 1px solid #fff;
        margin: 0;
    }
    header nav ul.menu ul.sub-menu {
        border: medium none;
        display: none;
        left: 100% !important;
        margin-left: 0 !important;
        position: absolute;
        top: 0;
        width: 100% !important;
    }
    header nav ul.menu > li:hover > ul.sub-menu {
        display: none;
    }
    header nav ul.sub-menu li a {
        font-size: 30px;
        line-height: 30px;
        padding: 10px !important;
    }
    header nav ul.menu > li:hover,     header nav ul.menu > li.current-menu-item,     header nav ul.menu > li.current-menu-parent,     header nav ul.menu > li.current-menu-ancestor {
        border-bottom: 1px solid #ababab;
    }
    header.open .overlay {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
    header.open .overlay nav ul {
        opacity: 1;
        transform: rotateX(0deg);
    }
    header .search-wrapper {
        display: none;
        z-index: 9999;
        width: calc(95% - 30px);
        right: auto;
        margin-top: -12px;
    }
    header .search-wrapper form {
        position: relative;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #ababab;
    }
    header .search-wrapper input[type="text"] {
        border: none;
        display: block;
        margin: 0;
        padding: 1%;
        flex: 1;
    }
    header .search-wrapper i {
        position: relative;
        padding: 0 0 0 20px;
        font-size: 20px;
    }
    header.open .search-wrapper {
        display: block;
    }
    header .languages-wrapper {
        right: 50px;
        top: 35px;
    }
    header .social-wrapper {
        bottom: 35px;
        font-size: 30px;
        position: fixed;
        right: 20px;
        top: auto;
        z-index: 99999;
    }
    header .menu-back {
        cursor: pointer;
        display: none;
        font-size: 20px;
        left: 20px;
        position: absolute;
        top: 75px;
        z-index: 1;
    }
    header.open .logo {
        bottom: 15px;
        left: 20px;
        position: fixed;
        top: auto;
        z-index: 9999;
    }
}
@media (max-width: 630px) {
    header .logo {
        max-width: 150px;
    }
    header #menu-btn {
        top: 13px;
    }
    header nav {
        top: 10%;
    }
    header nav ul.menu li a {
        font-size: 20px;
        line-height: 20px;
    }
    header .languages-wrapper {
        right: 0;
        top: 50px;
    }
    header .menu-back {
        font-size: 16px;
        top: 50px;
    }
    header .search-wrapper {
        margin-top: -25px;
    }
    header nav ul.sub-menu li a {
        font-size: 20px;
        line-height: 20px;
    }
}
footer {
    background-color: #0a0a0a;
    padding: 30px 0;
    margin-top: auto;
}
footer .left-wrapper {
    float: left;
    text-align: left;
    width: 35%;
}
footer .center-wrapper {
    float: left;
    margin-top: -4px;
    text-align: center;
    width: 30%;
}
footer .right-wrapper {
    float: left;
    text-align: right;
    width: 35%;
}
footer .left-wrapper * {
    font-size: 12px;
    line-height: 12px;
}
footer * {
    color: #fff;
}
footer a {
    margin-left: 10px;
}
footer a:hover {
    color: #fff;
    text-decoration: underline;
}
footer a:active {
    color: #fff;
}
footer .social {
    font-size: 20px;
}
footer .social:hover {
    text-decoration: none;
}
footer .copymouse-wrapper {
    display: inline-block;
    margin-left: 40px;
    vertical-align: middle;
}
footer .copymouse-wrapper div {
    color: #8b8b8b;
    font-size: 12px;
    line-height: 12px;
}
footer .copymouse-wrapper a {
    color: #8b8b8b;
}
.posts-wrapper-container .post {
    border-bottom: 2px solid #dedede;
    display: table;
    padding: 20px 0;
    width: 100%;
}
.posts-wrapper-container .post.featured {
    background-color: #f1f1f1;
}
.posts-wrapper-container .post .post-inner {
    display: table;
    width: 100%;
}
.posts-wrapper-container .post .cell-wrapper {
    display: table-cell;
    padding-bottom: 25px;
    padding-right: 5%;
    padding-top: 25px;
    position: relative;
    vertical-align: middle;
}
.posts-wrapper-container .post .cell-wrapper:last-child {
    padding: 0;
}
.posts-wrapper-container .post .left-wrapper {
    width: 30%;
}
.posts-wrapper-container .post .center-wrapper {
    width: 50%;
}
.posts-wrapper-container .post .right-wrapper {
    padding-right: 0;
    width: 20%;
}
.posts-wrapper-container .post .left-wrapper .buy {
    display: none;
}
.posts-wrapper-container .post .title {
    font-family: Americana, sans-serif;
    font-size: 33px;
    font-style: italic;
    font-weight: 700;
    line-height: 33px;
}
.posts-wrapper-container .post .subtitle {
    font-family: Americana, sans-serif;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
}
.posts-wrapper-container .post .subtitle * {
    font-family: Americana, sans-serif;
    font-size: 26px;
    line-height: 30px;
}
.posts-wrapper-container .post .membre {
    font-weight: 700;
}
.posts-wrapper-container .post .membre .separator:last-child {
    display: none;
}
.posts-wrapper-container .post .dates {
    font-size: 16px;
    line-height: 16px;
    margin-top: 10px;
}
.posts-wrapper-container .post .content {
    font-size: 16px;
    line-height: 19px;
    margin-top: 20px;
}
.posts-wrapper-container .post .image {
    background-position: center center;
    background-size: cover;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 90%;
}
.posts-wrapper-container .post .mini-wrapper {
    margin-bottom: 10px;
}
.posts-wrapper-container .post .mini-wrapper:last-child {
    margin: 0;
}
.posts-wrapper-container .post .buy {
    background-color: #000;
    color: #fff;
    display: block;
    font-size: 17px;
    line-height: 17px;
    margin: 0 0 15px;
    padding: 13px 20px 10px;
    text-align: center;
}
.posts-wrapper-container .post .buy:hover {
    background-color: #666;
    text-decoration: none;
}
.posts-wrapper-container .post .mini-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 5px;
}
.posts-wrapper-container .post .mini-content p {
    margin: 0;
}
.posts-wrapper-container .post .cats-wrapper {
    display: table;
    margin-bottom: 10px;
    width: 100%;
}
.posts-wrapper-container .post .cats-wrapper .post-type {
    display: table-cell;
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    vertical-align: middle;
}
.posts-wrapper-container .post .cats-wrapper .intercanvi {
    border: 2px solid #000;
    float: right;
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    margin: 0 0 0 10px;
    padding: 7px 10px 5px;
    vertical-align: middle;
}
.posts-wrapper-container .post.expired .image {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}
.posts-wrapper-container .post.expired .expired-layer {
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 90%;
}
.posts-wrapper-container .post.expired * {
    color: #ababab;
}
.posts-wrapper-container .post.expired .buy {
    background-color: #ababab;
    color: #fff;
}
article.noticies .posts-wrapper-container .post .center-wrapper {
    padding: 30px 0;
}
.posts-wrapper-container details {
    clear: both;
}
.posts-wrapper-container details summary {
    font-family: Americana, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 39px;
    padding: 20px 0;
    cursor: pointer;
}
.posts-wrapper-container.posts-wrapper-grid .post {
    border-bottom: medium none;
    float: left;
    margin: 0 5% 5% 0;
    width: 30%;
}
.posts-wrapper-container.posts-wrapper-grid .post:nth-child(3n) {
    margin-right: 0;
}
.posts-wrapper-container.posts-wrapper-grid .post:nth-child(3n + 1) {
    clear: both;
}
.posts-wrapper-container.posts-wrapper-grid .post .post-inner {
    display: block;
}
.posts-wrapper-container.posts-wrapper-grid .post .left-wrapper, .posts-wrapper-container.posts-wrapper-grid .post .cell-wrapper, .posts-wrapper-container.posts-wrapper-grid .post .right-wrapper {
    display: block;
    height: auto;
    padding: 0;
    width: 100%;
}
.posts-wrapper-container.posts-wrapper-grid .post .image {
    background-position: center center;
    background-size: cover;
    display: block;
    height: 300px !important;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}
.posts-wrapper-container.posts-wrapper-grid .post .cat {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
}
.posts-wrapper-container.posts-wrapper-grid .post .title {
    display: block;
    font-family: Americana, sans-serif;
    font-size: 33px;
    font-style: italic;
    font-weight: 700;
    line-height: 33px;
    margin-bottom: 10px;
}
.posts-wrapper-container.posts-wrapper-grid .post .subtitle {
    display: block;
    font-family: Americana, sans-serif;
    font-size: 27px;
    line-height: 27px;
    margin-bottom: 10px;
}
.posts-wrapper-container.posts-wrapper-grid .post .right-wrapper {
    margin-top: 20px;
}
.posts-wrapper-container.posts-wrapper-grid .post .right-wrapper * {
    display: none;
}
.posts-wrapper-container.posts-wrapper-grid .post .right-wrapper .buy {
    display: block;
}
.posts-wrapper-container .post.expired .expired-layer {
    width: 100%;
}
.filters-container {
    text-align: center;
}
.filters-wrapper {
    border-bottom: 2px solid #dedede;
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.filters-wrapper span {
    font-weight: 700;
}
.filters-wrapper .form-wrapper {
    display: inline-block;
}
article.cursos .filters-wrapper .form-wrapper form {
    margin: 0 auto;
}
.filters-wrapper label {
    margin: 0 10px;
}
.filters-wrapper input {
    vertical-align: middle;
}
.filters-wrapper .filter-wrapper {
    display: inline;
}
.top-wrapper {
    display: table;
}
.bottom-wrapper {
    padding: 50px 0;
    width: 100%;
}
.top-wrapper .left-wrapper {
    background-position: center center;
    background-size: cover;
    display: table-cell;
    height: 400px;
    padding: 50px 0;
    position: relative;
    vertical-align: middle;
    width: 70%;
    overflow: hidden;
}
.top-wrapper .left-wrapper .layer {
    background-color: #000;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    padding-bottom: 9999px;
    margin-bottom: -9999px;
}
.top-wrapper .left-wrapper .intercanvi-wrapper {
    position: absolute;
    right: 15px;
    top: 15px;
}
.top-wrapper .left-wrapper .intercanvi-wrapper.intercanvi-wrapper-2 {
    top: 60px;
}
.top-wrapper .left-wrapper .intercanvi-wrapper.intercanvi-wrapper-3 {
    top: 105px;
}
.top-wrapper .left-wrapper .intercanvi-wrapper.intercanvi-wrapper-4 {
    top: 150px;
}
.top-wrapper .left-wrapper .intercanvi-wrapper.intercanvi-wrapper-5 {
    top: 195px;
}
.top-wrapper .left-wrapper .intercanvi-wrapper.intercanvi-wrapper-6 {
    top: 240px;
}
.top-wrapper .left-wrapper .intercanvi-wrapper.intercanvi-wrapper-7 {
    top: 285px;
}
.top-wrapper .left-wrapper .intercanvi-wrapper.intercanvi-wrapper-8 {
    top: 330px;
}
.top-wrapper .left-wrapper .intercanvi-wrapper.intercanvi-wrapper-9 {
    top: 375px;
}
.top-wrapper .left-wrapper .intercanvi-wrapper a {
    border: 2px solid #fff;
    color: #fff;
    display: block;
    padding: 7px 10px 5px;
}
.top-wrapper .left-wrapper .left-inner {
    margin: 0 auto;
    max-width: 500px;
    position: relative;
}
.top-wrapper .right-wrapper {
    background-color: #000;
    display: table-cell;
    padding: 40px 80px;
    text-align: center;
    vertical-align: middle;
    width: 30%;
}
.top-wrapper .right-wrapper .line {
    border-bottom: 2px solid #fff;
    margin: 5px auto 30px;
    width: 30px;
}
.bottom-wrapper .left-wrapper {
    float: left;
    padding-right: 5%;
    width: 65%;
}
.bottom-wrapper .right-wrapper {
    float: left;
    padding: 0 3%;
    width: 24%;
}
.cats-wrapper {
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}
.cats-wrapper span {
    border-bottom: 1px solid #fff;
    display: inline-block;
    margin-bottom: 10px;
}
.cats-wrapper a {
    color: #fff;
}
.1 {
    color: #fff;
    font-style: italic;
    margin-bottom: 0;
}
.subtitle {
    color: #fff;
    font-family: Americana, sans-serif;
    font-size: 39px;
    line-height: 39px;
    margin-top: 30px;
    text-align: center;
}
.subtitle * {
    font-family: Americana, sans-serif;
    font-size: 39px;
    line-height: 39px;
}
.subtitle-membre-wrapper {
    margin-top: 30px;
}
.subtitle-membre {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    line-height: 23px;
    text-align: center;
}
.subtitle-membre .subtitle-membre-content {
    color: #fff;
}
.subtitle-membre .separator:last-child, article.curs .autor .separator:last-child {
    display: none;
}
.mini-info-wrapper {
    margin-bottom: 20px;
}
.mini-info-wrapper .mini-info-title {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 5px;
}
.mini-info-wrapper .mini-info-content, .mini-info-wrapper .mini-info-content * {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
    margin: 0;
}
.mini-info-wrapper .mini-info-content li {
    margin-bottom: 10px;
}
.content-wrapper {
    float: left;
    margin-right: 5%;
    padding-left: 7%;
    width: 63%;
}
.content p {
    font-size: 15px;
    font-weight: 300;
    line-height: 21px;
    margin-bottom: 20px;
    max-width: 100%;
    text-align: left;
}
.content h2 {
    font-size: 21px;
    line-height: 23px;
    margin-bottom: 20px;
}
.content h3 {
    font-size: 19px;
    line-height: 21px;
    margin-bottom: 20px;
}
.content .iframe-wrapper {
    height: 0;
    padding-bottom: 56.25%;
    padding-top: 25px;
    position: relative;
}
.content .iframe-wrapper iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.content-right-wrapper {
    float: left;
    width: 25%;
}
.artistica p {
    font-size: 14px;
    line-height: 17px;
}
.info-ad p {
    font-size: 15px;
    font-weight: 300;
    line-height: 21px;
}
.images-wrapper {
    border-bottom: 2px solid #dedede;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.images-wrapper .thumbnails a {
    background-position: center center;
    background-size: cover;
    display: inline-block;
    height: 150px;
    margin: 0 2% 2% 0;
    width: 48%;
}
.videos-wrapper {
    margin-bottom: 20px;
}
.videos-wrapper .videos-inner a {
    display: block;
    height: 0;
    padding-bottom: 188px;
    padding-top: 25px;
    position: relative;
}
.videos-wrapper .videos-inner a iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.pdf-wrapper {
    text-align: center;
}
.pdf-wrapper .pdf-link {
    display: inline-block;
    margin: 0 0 20px;
    text-align: center;
    vertical-align: top;
    width: 115px;
}
.pdf-wrapper .pdf-link i {
    font-size: 35px;
    margin-bottom: 10px;
}
.share-container {
    margin-top: 40px;
}
.share-title {
    color: #b3b3b3;
    font-size: 17px;
    line-height: 17px;
    margin: 0 0 20px;
    text-align: center;
    text-transform: uppercase;
}
.share-wrapper {
    border: 1px solid #dedede;
    border-right: none;
    display: table;
    margin: 0 auto;
}
.share-wrapper a {
    border-right: 1px solid #dedede;
    color: #b3b3b3;
    float: left;
    font-size: 22px;
    line-height: 22px;
    padding: 21px 20px 15px;
    text-align: center;
    width: 29px;
}
.line {
    background-color: #ababab;
    height: 2px;
    margin-bottom: 30px;
    width: 100px;
}
.related-wrapper-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 20px;
    margin-left: 7%;
}
.related-wrapper {
    margin-bottom: 30px;
    padding-left: 7%;
    width: 93%;
}
.related-wrapper .related {
    float: left;
    margin-bottom: 20px;
    width: 50%;
}
.related-wrapper .related:nth-child(2n + 1) {
    clear: both;
}
.related-wrapper .related:nth-child(2n) .related-inner {
    border-right: none;
}
.related-wrapper .related .related-inner {
    padding-right: 5%;
}
.related-wrapper .related .related-top-wrapper {
    display: table;
    margin-bottom: 10px;
    width: 100%;
}
.related-wrapper .related .image-wrapper {
    display: table-cell;
    position: relative;
    width: 30%;
}
.related-wrapper .related .image {
    background-position: center center;
    background-size: cover;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 90%;
}
.related-wrapper .related .related-top-info-wrapper {
    display: table-cell;
    width: 70%;
}
.related-wrapper .related .related-title {
    font-family: Americana, sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    line-height: 1em;
}
.related-wrapper .related .related-subtitle {
    font-family: Americana, sans-serif;
    line-height: 17px;
}
.related-wrapper .related .post-type {
    display: block;
    font-size: 12px;
    font-weight: 300;
}
.related-wrapper .related .related-content {
    font-size: 14px;
}
.related-wrapper .related.hide {
    display: none;
}
.related-wrapper .related-destacat-wrapper {
    text-align: center;
}
.related-wrapper .related-destacat-wrapper .related-destacat-show {
    border: 2px solid #000;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.5rem;
    padding: 10px 20px;
    display: inline-block;
    cursor: pointer;
}
.inscripcio-btn {
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    padding: 20px 40px;
}
.inscripcio-btn:hover {
    background-color: #444;
}
.premsa-button {
    background-color: #000;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 300;
    line-height: 36px;
    margin: 0 auto;
    padding: 5px 40px;
    text-align: center;
}

.premsa-button.btn-small {
    font-size: 16px;
    line-height: 16px;
    padding: 2px 30px;
}

.premsa-button:hover {
    background-color: #444;
    color:#fff!important;
    text-decoration: none;
}
.descompte-button {
    color: #fff;
    display: block;
    margin-top: 20px;
}
.single #premsa-popup {
    display: none;
    max-width: 500px;
    text-align: center;
}
.single #premsa-popup .con .title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
}
.single #premsa-popup .con .info p {
    margin-bottom: 10px;
}
.single #premsa-popup .pdf-wrapper {
    display: inline-block;
    margin: 30px 10px;
}
.single #premsa-popup .pdf-wrapper i {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 5px;
}
.single .fancybox-skin {
    padding: 30px !important;
}
.single #descomptes {
    max-width: 500px;
}
.compra-btn {
    background-color: #fff;
    border: 1px solid #fff;
    color: #000;
    display: inline-block;
    font-size: 19px;
    line-height: 19px;
    padding: 15px 20px 13px;
}
.compra-btn:hover {
    background-color: #f1f1f1;
    text-decoration: none;
}
.top-wrapper {
    display: flex;
    height: 500px;
    margin-top: -50px;
}
.slider-container {
    flex-basis: 75%;
    overflow: hidden;
    position: relative;
}
.slider-container .swiper-slides {
    height: 100%;
}
.slider-container .swiper-slides .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}
.slider-container .swiper-slides .swiper-slide > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider-container .swiper-slides .swiper-slide .layer {
    background-color: #000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slider-container .swiper-slides .swiper-slide .link-slider:hover {
    text-decoration: none;
}
.slider-container .swiper-slides .swiper-slide .info-wrapper {
    margin: -20px auto 0;
    max-width: 470px;
    position: relative;
    text-align: center;
}
.slider-container .swiper-slides .swiper-slide .top-title {
    font-size: 17px;
    font-weight: 300;
    line-height: 17px;
    text-transform: uppercase;
}
.slider-container .swiper-slides .swiper-slide .line {
    border-bottom: 2px solid;
    margin: 5px auto 30px;
    width: 30px;
}
.slider-container .swiper-slides .swiper-slide .title {
    font-family: Americana, sans-serif;
    font-size: 45px;
    font-style: italic;
    line-height: 1;
}
.slider-container .swiper-slides .swiper-slide .subtitol {
    font-family: Americana, sans-serif;
    font-size: 35px;
    line-height: 1;
}
.slider-container .swiper-slides .swiper-slide .bottom-title {
    font-size: 19px;
    line-height: 19px;
    margin-top: 30px;
}
.slider-container .swiper-thumbs {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.slider-container .swiper-thumbs .swiper-wrapper {
    display: grid;
    grid-column-gap: 5px;
    grid-template-columns: repeat(4, minmax(max-content, 200px));
    grid-auto-flow: column;
}
.slider-container .swiper-thumbs .swiper-slide {
    cursor: pointer;
    box-sizing: border-box;
    background-color: #fff;
    max-width: 200px;
    padding: 10px;
    font-size: 15px;
    line-height: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: auto !important;
}
.slider-container .swiper-thumbs .swiper-slide > *:first-child {
    font-weight: 700;
}
.slider-container .swiper-thumbs .swiper-slide-thumb-active {
    background-color: #000;
    color: #fff;
}
@media (max-width: 900px) {
    .top-wrapper {
        margin-top: -30px;
    }
    .slider-container .swiper-thumbs {
        display: none;
    }
}
@media (max-width: 630px) {
    .top-wrapper {
        height: auto;
        display: block;
    }
    .slider-container .swiper-slides {
        height: 300px;
    }
    .slider-container .swiper-slides .swiper-slide .title {
        font-size: 30px;
        line-height: 1.2;
    }
    .slider-container .swiper-slides .swiper-slide .subtitol {
        font-size: 25px;
        line-height: 1.2;
    }
    .slider-container .swiper-slides .swiper-slide .line {
        margin: 5px auto 15px;
    }
    .slider-container .swiper-slides .swiper-slide .info-wrapper {
        margin-top: 0;
        padding: 45px;
    }
    .slider-container .swiper-slides .swiper-slide .top-title,     .slider-container .swiper-slides .swiper-slide .bottom-title {
        font-size: 14px;
        line-height: 14px;
    }
}
.links-wrapper {
    background-color: #000;
    color: #fff;
    flex-basis: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.links-wrapper > a {
    margin: 0 auto;
    max-width: 165px;
    padding: 0 40px;
    text-align: center;
}
.links-wrapper > a:hover {
    text-decoration: none;
}
.links-wrapper > a:not(:last-child) {
    margin-bottom: 20px;
}
.links-wrapper > a:not(:last-child):after {
    content: "";
    display: block;
    border-bottom: 2px solid;
    margin: 20px auto 0;
    width: 90px;
}
.links-wrapper > a > i {
    font-size: 20px;
}
.links-wrapper > a > span {
    display: block;
    font-family: Americana, sans-serif;
    font-size: 20px;
    line-height: 25px;
}
@media (max-width: 630px) {
    .links-wrapper {
        flex-direction: row;
        align-items: center;
    }
    .links-wrapper > a {
        flex: 1;
        padding: 5px;
        margin: 0 !important;
    }
    .links-wrapper > a:not(:last-child):after {
        display: none;
    }
    .links-wrapper > a > span {
        font-size: 15px;
        line-height: 17px;
    }
    .links-wrapper > a > span br {
        display: none;
    }
}
.calendari-wrapper {
    --swiper-navigation-color: #333;
    --swiper-navigation-size: 20px;
    height: 100px;
    padding: 40px 0 0;
    height: 125px;
    padding: 15px 0 0;
    position: relative;
    z-index: 1;
}
.calendari-wrapper .calendari-inner:hover {
    height: 325px;
}
.calendari-wrapper .swiper-button-next {
    right: -1.5%;
}
.calendari-wrapper .swiper-button-prev {
    left: -1.5%;
}
.calendari-wrapper .dia-wrapper {
    cursor: default;
    position: relative;
    text-align: center;
    padding-top: 25px;
}
.calendari-wrapper .dia-wrapper.no-results {
    color: #c1c1c1;
}
.calendari-wrapper .dia-wrapper .month {
    text-align: left;
    font-weight: 700;
    color: #000;
    position: absolute;
    top: 0;
}
.calendari-wrapper .dia-wrapper .dia-text {
    margin-bottom: 5px;
}
.calendari-wrapper .dia-wrapper .dia-num {
    font-family: Americana, sans-serif;
    font-size: 40px;
    line-height: 40px;
    padding-bottom: 10px;
}
.calendari-wrapper .dia-wrapper .info-wrapper {
    display: none;
    background-color: #fff;
    border: 1px solid #dedede;
    max-height: 200px;
    overflow: auto;
    padding: 20px;
    position: absolute;
    text-align: left;
    width: 165px;
    z-index: 1;
}
.calendari-wrapper .dia-wrapper .info-wrapper > .date-title {
    margin-bottom: 20px;
}
.calendari-wrapper .dia-wrapper:hover .info-wrapper {
    display: block;
}
.calendari-wrapper .dia-wrapper .post {
    border-bottom: 1px solid #dedede;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: left;
}
.calendari-wrapper .dia-wrapper .post:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}
.calendari-wrapper .dia-wrapper .title {
    font-family: Americana, sans-serif;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 5px;
}
.calendari-wrapper .dia-wrapper .date {
    color: #8c8c8c;
}
.grid-wrapper {
    margin: 0 0 100px;
    display: grid;
    grid-gap: 7.5px;
    grid-auto-rows: 450px 450px;
    grid-template-columns: repeat(4, 1fr);
}
.grid-item {
    position: relative;
    box-sizing: border-box;
    background-color: #fff;
    background-position: center center;
    background-size: cover;
    display: flex;
    height: 100%;
    text-align: center;
    padding: 4rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.grid-item:hover {
    text-decoration: none;
}
.grid-item:nth-child(2) {
    grid-column: 2 / span 2;
}
.grid-item:nth-child(4) {
    grid-column: 1 / span 2;
}
.grid-item .title {
    font-family: Americana, sans-serif;
    font-size: 35px;
    line-height: 35px;
    margin: 0 auto;
    max-width: 300px;
    position: relative;
}
.grid-item .subtitle-wrapper {
    bottom: 2rem;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.grid-item .subtitle-wrapper .subtitle {
    font-size: 16px;
    padding: 0 20px;
}
.grid-item .bck {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.grid-item .layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}
.grid-item.black {
    background-color: #000;
    color: #fff;
}
@media (max-width: 1090px) {
    .grid-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
    .grid-item {
        padding: 2rem;
    }
    .grid-item:nth-child(2) {
        grid-column: 2 / span 2;
    }
    .grid-item:nth-child(3) {
        grid-column: 1 / span 2;
    }
    .grid-item:nth-child(4) {
        grid-column: 3/3;
    }
    .grid-item:nth-child(6) {
        grid-column: 2 / span 2;
    }
}
@media (max-width: 900px) {
    .grid-item .title {
        font-size: 25px;
        line-height: 25px;
    }
}
@media (max-width: 630px) {

    .premsa-button.btn-sm-small {
    font-size: 16px;
    line-height: 16px;
    padding: 2px 30px;
    }

    .grid-wrapper {
        grid-auto-rows: auto;
        grid-template-columns: 1fr;
        margin-bottom: 50px;
    }
    .grid-item {
        grid-column: 1/1 !important;
        justify-content: flex-start;
    }
    .grid-item .subtitle-wrapper {
        bottom: 0;
        margin-top: 1rem;
        position: relative;
    }
    .grid-item .subtitle-wrapper .subtitle {
        padding: 0;
    }
}
.noticies-container {
    margin: 0 auto;
    max-width: 1024px;
    text-align: center;
}
.noticies-container .titular {
    background-color: #fff;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 17px;
    margin: 0 auto 40px;
    padding: 10px 20px;
    text-transform: uppercase;
}
.noticies-container .line {
    border-bottom: 3px solid #dedede;
    margin: 0 0 -20px;
}
.noticies-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.noticia {
    margin-bottom: 30px;
    padding: 0 5%;
    flex-basis: 40%;
}
.noticia .title {
    display: inline-block;
    font-family: Americana, sans-serif;
    font-size: 30px;
    line-height: 33px;
    margin-bottom: 20px;
}
.noticia .date {
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 20px;
}
.noticia .content {
    font-size: 15px;
    line-height: 24px;
}
@media (max-width: 900px) {
    .noticia .title {
        font-size: 30px;
        line-height: 30px;
        padding: 0 10px;
    }
}
@media (max-width: 630px) {
    .noticies-container {
        padding: 0 20px;
    }
    .noticies-container .titular {
        margin-bottom: 20px;
    }
    .noticia {
        margin: 0 0 40px;
        padding: 0;
        flex-basis: 100%;
    }
    .noticia .title {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 10px;
        padding: 0;
    }
    .noticia .date {
        font-size: 15px;
        line-height: 15px;
    }
    .noticia .content {
        font-size: 15px;
        line-height: 20px;
    }
}
article.equip .equip-wrapper {
    margin: 0 auto;
    max-width: 1000px;
}
article.equip .membre {
    float: left;
    margin: 0 5% 5% 0;
    text-align: center;
    width: 21%;
}
article.equip .membre:nth-child(4n) {
    margin-right: 0;
}
article.equip .membre:nth-child(4n + 1) {
    clear: both;
}
article.equip .membre img {
    display: block;
    margin-bottom: 10px;
    width: 100%;
}
article.equip .membre .carrec {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
}
article.equip .membre .nom {
    font-family: Americana, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
}
article.equip .membre .cognom {
    font-family: Americana, sans-serif;
    font-size: 23px;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 10px;
}
article.equip .membre .email {
    border: 1px solid #000;
    display: inline-block;
    padding: 5px 10px;
}
article.equip .extreballadors p {
    font-size: 17px;
    line-height: 23px;
}
article.equip .extreballadors h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 20px;
}
article.info-practica .content {
    margin-bottom: 50px;
    text-align: center;
}
article.info-practica .content p {
    font-size: 20px;
    line-height: 25px;
}
article.info-practica iframe {
    margin-bottom: 50px;
    margin-left: -2.5%;
    width: 105%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
article.contacte .content {
    margin-bottom: 50px;
    text-align: center;
}
article.contacte .content p {
    font-family: Americana, sans-serif;
    font-size: 30px;
    line-height: 40px;
}
article.contacte .footer p {
    text-align: center;
}
.gform_wrapper {
    max-width: 100% !important;
}
.gform_wrapper .gform_body {
    width: 100% !important;
}
.gform_wrapper input[type="text"], .gform_wrapper input[type="email"], .gform_wrapper select, .gform_wrapper textarea {
    border: 1px solid #c1bcb6 !important;
    border-radius: 0 !important;
    padding: 10px !important;
    width: 100% !important;
}
.gform_wrapper input[type="submit"] {
    -webkit-appearance: none;
    background-color: #000;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-size: 20px !important;
    line-height: 20px;
    margin: 0 !important;
    padding: 15px 50px;
}
.gform_wrapper input[type="submit"]:hover {
    box-shadow: 1px 1px 2px 0 #666;
}
.gform_wrapper input[type="submit"]:active {
    box-shadow: -1px -1px 2px 0 #666 inset;
}
.gform_wrapper .gform_footer {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
}
.gform_wrapper .gfield_label, .gform_wrapper .ginput_complex label {
    display: none !important;
}
.gform_wrapper .gfield_required {
    display: none;
}
.gform_wrapper li.gfield {
    display: inline-block;
    margin: 0 4% 3% 0 !important;
    padding: 0 !important;
    vertical-align: top;
    width: 48% !important;
}
.gform_wrapper li.gfield:nth-child(2n) {
    margin-right: 0 !important;
}
.gform_wrapper li.gfield.gsection {
    border-bottom: medium none;
    display: block;
    margin: 30px auto !important;
    padding: 0;
    width: 42% !important;
}
.gform_wrapper li.gfield_error {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none !important;
}
.gform_wrapper li.gfield_error div.ginput_container {
    max-width: 100% !important;
}
.gform_wrapper div.validation_error {
    background-color: #f2dede;
    border: 1px solid #ebccd1 !important;
    color: #b94a48 !important;
    display: block;
    font-size: 13px !important;
    margin: 0 auto 15px !important;
    padding: 5px;
    text-align: center;
    width: 80%;
}
.gform_confirmation_message {
    background: url(//www.salabeckett.cat/wp-content/themes/salabeckett/images/ok.png) no-repeat scroll center 4px rgba(0, 0, 0, 0);
    color: #000;
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
    margin: 0 auto;
    max-width: 500px;
    padding: 135px 0 20px;
    text-align: center;
    width: 90%;
}
.gform_wrapper .gform_body .gfield_checkbox a {
    text-decoration: underline;
}
.gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right {
    margin: 0 !important;
    padding: 0 !important;
    width: 47.9% !important;
}
.gform_wrapper .top_label .ginput_complex.ginput_container.ginput_container_email {
    width: 100% !important;
}
.gform_wrapper .ginput_complex .ginput_right {
    margin-left: 3.6% !important;
}
.gform_wrapper .ginput_complex .ginput_left label, .gform_wrapper .ginput_complex .ginput_right label {
    display: none;
}
.gform_wrapper .gfield_checkbox input {
    margin: 2px 0 0 !important;
}
.gform_wrapper .gfield_checkbox label {
    text-align: left;
}
.gform_wrapper label.gfield_label + div.ginput_container {
    margin: 0 !important;
}
.gform_wrapper li#field_1_5, .gform_wrapper li#field_1_8, .gform_wrapper li#field_1_10, .gform_wrapper li#field_2_5, .gform_wrapper li#field_3_5, .gform_wrapper li#field_3_21, .gform_wrapper li#field_3_11, .gform_wrapper li#field_4_3, .gform_wrapper li#field_5_7, .gform_wrapper li#field_6_7, .gform_wrapper li#field_6_15, .gform_wrapper li#field_1_11 {
    margin-right: 0 !important;
    width: 100% !important;
}
.gform_wrapper li#field_1_8 .gfield_label, .gform_wrapper li#field_1_10 .gfield_label {
    display: block !important;
    font-family: Americana, sans-serif;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 20px;
    text-align: center;
}
.gform_wrapper li#field_8_4 .gfield_label {
    display: block !important;
    margin-top: 0;
}
.gform_wrapper ul#input_8_4 {
    display: table;
}
.gform_wrapper .gfield_checkbox li.gchoice_8_4_1, .gform_wrapper .gfield_checkbox li.gchoice_8_4_1 {
    display: table-cell;
    padding-right: 10px !important;
}
.gform_wrapper li#field_1_8, .gform_wrapper li#field_3_11 {
    text-align: center;
}
.gform_wrapper li#field_1_8 #input_1_8, .gform_wrapper li#field_3_11 #input_3_11 {
    width: 50% !important;
}
.gform_wrapper li#field_2_15, .gform_wrapper li#field_2_7, .gform_wrapper li#field_2_8, .gform_wrapper li#field_2_12, .gform_wrapper li#field_3_15, .gform_wrapper li#field_3_7, .gform_wrapper li#field_3_8, .gform_wrapper li#field_4_4, .gform_wrapper li#field_4_5, .gform_wrapper li#field_5_1, .gform_wrapper li#field_5_2, .gform_wrapper li#field_6_2, .gform_wrapper li#field_6_9, .gform_wrapper li#field_6_25, .gform_wrapper li#field_6_27, .gform_wrapper li#field_6_17, .gform_wrapper li#field_6_19, .gform_wrapper li#field_6_20, .gform_wrapper li#field_6_21, .gform_wrapper li#field_6_22, .gform_wrapper li#field_6_24 {
    border: medium none;
    text-align: center;
    width: 100% !important;
}
.gform_wrapper li#field_2_15 h2, .gform_wrapper li#field_3_15 h2, .gform_wrapper li#field_4_4 h2, .gform_wrapper li#field_5_1 h2 {
    font-family: Americana, sans-serif;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
}
.gform_wrapper li#field_2_7 h2, .gform_wrapper li#field_2_8 h2, .gform_wrapper li#field_3_7 h2, .gform_wrapper li#field_3_8 h2, .gform_wrapper li#field_4_5 h2, .gform_wrapper li#field_5_2 h2, .gform_wrapper li#field_6_2 h2, .gform_wrapper li#field_6_9 h2, .gform_wrapper li#field_6_25 h2, .gform_wrapper li#field_6_27 h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
}
.gform_wrapper li#field_6_2, .gform_wrapper li#field_6_9, .gform_wrapper li#field_6_25, .gform_wrapper li#field_6_27 {
    margin-bottom: 10px !important;
}
.gform_wrapper li#field_6_2 h2, .gform_wrapper li#field_6_9 h2, .gform_wrapper li#field_6_25 h2, .gform_wrapper li#field_6_27 h2 {
    text-align: left;
}
.gform_wrapper li#field_2_9, .gform_wrapper li#field_2_16, .gform_wrapper li#field_2_10, .gform_wrapper li#field_2_11 {
    margin-right: 2% !important;
    width: 32% !important;
}
.gform_wrapper li#field_2_11 {
    margin-right: 0 !important;
}
.gform_wrapper li#field_2_12 h2 {
    font-weight: 300;
}
.gform_wrapper li#field_2_12 h2 i {
    margin-right: 10px;
}
.gform_wrapper li#field_2_13 #extensions_message, .gform_wrapper li#field_2_14 #extensions_message, .gform_wrapper li#field_1_11 #extensions_message {
    display: none;
}
.gform_wrapper li#field_2_13 label, .gform_wrapper li#field_2_14 label, .gform_wrapper li#field_7_11 label, .gform_wrapper li#field_9_7 label, .gform_wrapper li#field_9_8 label, .gform_wrapper li#field_1_11 label {
    display: block !important;
}
.gform_wrapper li#field_2_13 .ginput_container, .gform_wrapper li#field_2_14 .ginput_container, .gform_wrapper li#field_7_11 .ginput_container, .gform_wrapper li#field_9_7 .ginput_container, .gform_wrapper li#field_9_8 .ginput_container, .gform_wrapper li#field_1_11 .ginput_container {
    display: none;
}
.gform_wrapper li#field_2_13 .gfield_label i, .gform_wrapper li#field_2_14 .gfield_label i, .gform_wrapper li#field_7_11 .gfield_label i, .gform_wrapper li#field_9_7 .gfield_label i, .gform_wrapper li#field_9_8 .gfield_label i, .gform_wrapper li#field_1_11 .gfield_label i {
    display: block;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
}
.gform_wrapper li#field_2_13 .gfield_label, .gform_wrapper li#field_2_14 .gfield_label, .gform_wrapper li#field_1_11 .gfield_label {
    font-size: 19px;
    margin: 45px auto;
    text-align: center;
}
.gform_wrapper li#field_2_13, .gform_wrapper li#field_2_14 {
    width: 50% !important;
}
.gform_wrapper li#field_2_13 {
    border-right: 1px solid #ababab;
}
.gform_wrapper li#field_2_14, .gform_wrapper li#field_6_16 {
    margin-right: 0 !important;
}
.gform_wrapper li#field_3_23, .gform_wrapper li#field_6_26 {
    display: none;
}
.gform_wrapper li#field_3_16, .gform_wrapper li#field_3_18, .gform_wrapper li#field_6_14 {
    margin-right: 4% !important;
}
.gform_wrapper li#field_3_17, .gform_wrapper li#field_3_19 {
    margin-right: 0 !important;
}
.gform_wrapper li#field_9_7, .gform_wrapper li#field_9_8 {
    width: 50% !important;
}
.gform_wrapper#gform_wrapper_6 .gform_footer {
    text-align: left;
}
.gform_wrapper .field_description_below .gfield_description {
    padding: 0 !important;
}
@media only screen and (max-width: 641px) {
    .gform_legacy_markup_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
        line-height: inherit !important;
        min-height: 0 !important;
        white-space: normal;
    }
}
@media (max-width: 630px) {
    .gform_wrapper li.gfield,     .gform_wrapper .ginput_complex .ginput_left,     .gform_wrapper .ginput_complex .ginput_right,     .gform_wrapper li#field_2_9,     .gform_wrapper li#field_2_16,     .gform_wrapper li#field_2_10,     .gform_wrapper li#field_2_11,     .gform_wrapper li#field_9_7,     .gform_wrapper li#field_9_8 {
        margin: 0 0 3% !important;
        width: 100% !important;
    }
    .gform_wrapper li#field_2_15 h2,     .gform_wrapper li#field_3_15 h2,     .gform_wrapper li#field_4_4 h2,     .gform_wrapper li#field_5_1 h2 {
        font-size: 25px;
        line-height: 25px;
    }
    .gform_wrapper li#field_1_8 #input_1_8,     .gform_wrapper li#field_3_11 #input_3_11 {
        width: 100% !important;
    }
}
article.autors {
    margin: 0 auto;
    max-width: 900px;
}
article.autors.companyies {
    max-width: none;
}
article.autors .lletras-wrapper {
    display: table;
    margin-bottom: 40px;
    width: 100%;
}
article.autors .lletras-wrapper a {
    display: table-cell;
    font-size: 21px;
    font-weight: 300;
    line-height: 21px;
    text-transform: uppercase;
    width: 3.7%;
}
article.autors .lletras-wrapper a.active {
    font-weight: 700;
}
article.autors .autors-wrapper {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2.5%;
}
article.autors .autors-wrapper > .post {
    box-sizing: border-box;
    float: none;
    padding: 20px 2.5%;
    flex-basis: 33.33%;
    width: auto;
    margin: 0 0 5%;
}
article.autors .autors-wrapper a {
    display: inline-block;
    font-family: Americana, sans-serif;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
}
@media (max-width: 900px) {
    article.autors .autors-wrapper > .post {
        flex-basis: 50%;
    }
}
@media (max-width: 630px) {
    article.autors .autors-wrapper {
        display: block;
    }
}
article.membre {
    text-align: center;
}
article.membre.block-max {
    max-width: 768px;
}
article.membre h1, article.publicacio h1 {
    color: #000;
    font-style: normal;
    margin-bottom: 10px;
}
article.membre .subtitol {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 50px;
}
article.membre .missatge-destacat {
    margin-bottom: 50px;
}
article.membre .missatge-destacat p {
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
}
article.membre .imatge {
    height: auto;
    margin-bottom: 50px;
    width: 100%;
}
article.membre .content {
    margin: 0 auto;
    max-width: 800px;
    text-align: left;
}
article.membre .content p {
    font-size: 18px;
    line-height: 26px;
}
article.espais > .content {
    border: none;
}
article.espais .page-info-wrapper {
    display: flex;
    justify-content: space-between;
}
article.espais .title-block {
    font-family: Americana, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 50px;
    text-align: center;
}
article.espais .espais-wrapper .espai {
    display: flex;
    margin-bottom: 30px;
}
article.espais .espais-wrapper .espai .image {
    background-position: center center;
    background-size: cover;
    margin-right: 5%;
    width: 30%;
}
article.espais .espais-wrapper .espai .right-wrapper {
    width: 65%;
}
article.espais .espais-wrapper .espai .title {
    font-family: Americana, sans-serif;
    font-size: 33px;
    font-weight: 700;
    line-height: 1;
}
article.espais .espais-wrapper .espai .subtitle {
    font-family: Americana, sans-serif;
    font-size: 26px;
    line-height: 1.2;
}
article.espais .espais-wrapper .espai .content {
    margin: 20px 0;
}
article.espais .espais-wrapper .espai .buy {
    background-color: #000;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    line-height: 1;
    padding: 13px 50px 10px;
    text-align: center;
}
article.espais .galeria-wrapper {
    margin-right: 4%;
    width: 40%;
}
article.espais .espais-container {
    width: 66%;
}
article.espais .espais-container.no-gallery {
    width: 100%;
}
article.espais .gallery-wrapper {
    height: 500px;
}
article.espais .swiper-slide {
    width: 100% !important;
}
article.espais .swiper-slide > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
article.espais .swiper-slide .title {
    background-color: #000;
    bottom: 0;
    color: #fff;
    line-height: 1;
    padding: 10px;
    position: absolute;
    width: 100%;
}
article.espais .gallery-top-espais {
    height: 80%;
    width: 100%;
}
article.espais .gallery-thumbs-espais {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}
article.espais .gallery-thumbs-espais .swiper-slide {
    cursor: pointer;
    height: 100%;
    width: calc(25% - 7.5px) !important;
}
@media (max-width: 990px) {
    article.espais .page-info-wrapper {
        flex-direction: column;
    }
    article.espais .galeria-wrapper {
        margin: 0 0 50px;
        width: 100%;
    }
    article.espais .espais-container {
        width: 100%;
    }
}
@media (max-width: 630px) {
    article.espais .gallery-wrapper {
        height: 300px;
    }
    article.espais .espais-wrapper .espai {
        flex-direction: column;
    }
    article.espais .espais-wrapper .espai .image {
        margin: 0 0 20px;
        height: 150px;
        width: 100%;
    }
    article.espais .espais-wrapper .espai .right-wrapper {
        width: 100%;
    }
}
.formulari .image-default {
    display: block;
    height: auto;
    margin-bottom: 30px;
    width: 100%;
}
.formulari .separador {
    border-bottom: 1px solid #b2b2b2;
    margin: 0 auto 30px;
    width: 300px;
}
.formulari .content p {
    font-size: 18px;
    line-height: 30px;
    margin: 0 auto 30px;
    max-width: 650px;
}
.formulari .footer {
    text-align: center;
}
article.butlleti .content {
    margin-top: 30px;
}
article.butlleti .footer {
    margin-bottom: 50px;
}
article.butlleti .anteriors-container .title {
    font-family: Americana, sans-serif;
    font-size: 39px;
    font-weight: 700;
    line-height: 39px;
    margin-bottom: 30px;
    text-align: center;
}
article.butlleti .anteriors-container .anteriors-wrapper {
    text-align: center;
}
article.butlleti .anteriors-container .anteriors-wrapper .year {
    font-size: 22px;
    font-weight: 300;
    line-height: 22px;
    margin: 30px 0 10px;
}
article.butlleti .anteriors-container .anteriors-wrapper a {
    display: inline-block;
    font-size: 20px;
    font-weight: 300;
    text-transform: capitalize;
}
article.butlleti .anteriors-container .anteriors-wrapper span {
    font-size: 25px;
    font-weight: 300;
    line-height: 25px;
    margin: 0 5px;
}
article.butlleti .anteriors-container .anteriors-wrapper span:last-child {
    display: none;
}
article.espai .form-title {
    font-family: Americana, sans-serif;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
}
article.espai .pdf-wrapper {
    text-align: center;
}
article.espai .pdf-wrapper .pdf-link {
    display: inline-block;
    margin: 0 0 20px;
    text-align: center;
    vertical-align: top;
    width: 115px;
}
article.espai .pdf-wrapper .pdf-link i {
    font-size: 35px;
    margin-bottom: 10px;
}
article.espai .preus-titol {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 30px;
}
article.espai .taula-de-preus {
    width: 100%;
}
article.espai .taula-de-preus tr td {
    font-size: 20px;
    line-height: 20px;
    padding: 10px 0;
}
article.espai .content-wrapper .content {
    margin-bottom: 50px;
}
article.espai .formulari .footer {
    text-align: left;
}
article.espai .bottom-wrapper .left-wrapper {
    width: 55%;
}
article.espai .bottom-wrapper .right-wrapper {
    padding: 0;
    width: 40%;
}
article.espai .bottom-wrapper .right-wrapper .right-wrapper-inner {
    border-left: 1px solid #dedede;
    padding: 0 10%;
}
article.espai .images-wrapper {
    border: medium none;
    margin-bottom: 45px;
}
article.espai .images-wrapper .thumbnails a {
    height: 130px;
    width: 31%;
}
article.espai .content-wrapper {
    float: none;
    padding: 0;
    margin: 0 auto;
    width: 90%;
}
article.presentacio .content {
    margin: 0 auto;
    max-width: 700px;
}
article.presentacio .content p {
    font-size: 20px;
    line-height: 30px;
}
article.presentacio .galeria-container {
    margin-bottom: 50px;
}
article.presentacio h2 {
    font-size: 29px;
    line-height: 30px;
    margin-bottom: 40px;
    text-align: center;
}
article.presentacio .gallery-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}
article.presentacio .info-extra-wrapper {
    bottom: 65px;
    left: 0;
    position: absolute;
    width: 300px;
}
article.presentacio .info-extra-wrapper .line {
    border-top: 2px solid #000;
    margin-bottom: 10px;
    width: 100px;
}
article.presentacio .info-extra-wrapper p {
    margin-bottom: 10px;
}
article.colaboradors {
    text-align: center;
}
article.colaboradors .title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 30px;
}
article.colaboradors .images-wrapper {
    margin-bottom: 10px;
}
article.colaboradors .images-wrapper a {
    display: inline-block;
    margin: 0 10px 20px;
    vertical-align: middle;
}
article.colaboradors .images-wrapper a img {
    display: block;
}
article.colaboradors .images-wrapper a .landscape {
    width: auto;
    max-height: 40px;
}
article.colaboradors .images-wrapper a .portrait {
    max-width: 150px;
}
article.convocatories .posts-wrapper .post .cell-wrapper {
    vertical-align: bottom;
}
article.convocatoria {
    text-align: center;
}
article.convocatoria h1 {
    color: #000;
    font-style: normal;
    margin-bottom: 50px;
}
article.convocatoria .imatge {
    height: auto;
    margin-bottom: 50px;
    width: 100%;
}
article.convocatoria .content {
    margin: 0 auto;
    max-width: 800px;
}
article.convocatoria .content p {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
}
article.convocatoria .dates-wrapper {
    margin-bottom: 30px;
}
article.convocatoria .dates-wrapper span {
    font-size: 25px;
    line-height: 25px;
    margin-right: 5px;
}
article.convocatoria .dates-wrapper .date {
    font-weight: 700;
}
article.convocatoria .links-wrapper .link-externo {
    margin-right: 20px;
}
article.laboratori .top-wrapper .right-wrapper .title {
    border-bottom: 1px solid #fff;
    color: #fff;
    margin-bottom: 20px;
    padding-bottom: 5px;
    text-transform: uppercase;
}
article.laboratori .top-wrapper .right-wrapper .mini-info-wrapper p {
    margin: 0 0 10px;
}
article.laboratori .top-wrapper .right-wrapper .mini-info-wrapper ul {
    margin: 0;
}
article.laboratori .share-container {
    float: right;
}
article.laboratori .content p {
    color: #333;
    font-size: 19px;
}
article.laboratori .content-wrapper {
    width: 72%;
}
article.laboratori .bottom-wrapper {
    padding: 50px 0 0;
}
article.laboratori .inscripciolab-btn {
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 20px;
    line-height: 20px;
    padding: 10px 15px;
    text-align: center;
}
article.laboratori .inscripciolab-btn span {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
}
article.laboratori .inscripciolab-btn span:last-child {
    font-weight: 300;
}
article.creacions-joves .posts-wrapper .post .center-wrapper {
    padding-bottom: 30px;
    padding-top: 30px;
}
article.cursos .filters-wrapper .form-wrapper .block-wrapper {
    margin-bottom: 10px;
}
article.cursos .filters-wrapper .form-wrapper .block-wrapper:last-child {
    border-right: none;
    margin-right: 0;
}
article.cursos .posts-wrapper .post .center-wrapper {
    padding-bottom: 0;
    padding-top: 0;
}
article.curs .top-wrapper .right-wrapper {
    padding: 30px 60px;
    width: 22%;
}
article.curs h1 {
    margin-bottom: 10px;
}
article.curs .cats-wrapper {
    font-size: 18px;
    letter-spacing: 5px;
}
article.curs .cats-wrapper span {
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
}
article.curs .subtitle {
    font-size: 23px;
    line-height: 23px;
    margin-bottom: 20px;
}
article.curs .autor {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
article.curs .autor a {
    color: #fff;
}
article.curs .content-wrapper {
    padding: 0;
    width: 75%;
}
article.curs .content-wrapper .title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
article.curs .professor .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
article.curs .professor img {
    display: block;
    margin-bottom: 20px;
    max-width: 100%;
}
article.curs .professor .content {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 25px;
}
article.curs .bottom-wrapper .line {
    border-bottom: 1px solid #ababab;
    margin-bottom: 20px;
    width: 115px;
}
article.curs .content p {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 21px;
}
article.curs .bottom-wrapper .left-wrapper {
    padding-left: 5%;
    width: 60%;
}
article.curs .formulari .form-title {
    border-bottom: 1px solid #ccc;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    padding-bottom: 5px;
}
article.curs li.gfield, article.curs .gform_wrapper .ginput_complex .ginput_left, article.curs .gform_wrapper .ginput_complex .ginput_right {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
}
article.curs .gform_wrapper .ginput_complex .ginput_left {
    margin-bottom: 3% !important;
}
article.curs .gfield.gsection {
    margin-bottom: 10px !important;
    width: 100% !important;
}
article.curs li#field_7_9 .gfield_label, article.curs li#field_7_13 .gfield_label, article.curs li#field_7_14 .gfield_label {
    display: block !important;
}
article.curs .gform_wrapper li#field_7_11 {
    text-align: center;
}
article.curs .ginput_container_radio li {
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
}
article.curs .ginput_container_radio li input {
    margin: 0;
}
article.curs .gform_wrapper input[type="submit"] {
    width: 100%;
}
article.curs .formulari .footer {
    font-size: 14px;
    line-height: 14px;
    text-align: left;
}
article.curs .bases-container {
    float: left;
    width: 20%;
}
article.curs .bases-container .bases-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    margin: 20px 0;
}
article.curs .bases-container .bases-content p {
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
}
article.obrador-estiu > .content {
    border-bottom: none;
}
article.obrador-estiu > .content p {
    margin-bottom: 15px;
}
article.noticia h1 {
    color: #000;
    margin-bottom: 20px;
}
article.noticia .date {
    color: #ababab;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 30px;
    text-align: center;
    text-transform: capitalize;
}
article.noticia .content p, article.noticia .content li {
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
}
article.noticia h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 15px;
}
article.noticia h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 15px;
}
article.noticia .imatge {
    display: block;
    margin: 0 auto 30px;
    max-width: 100%;
}
article.publicacions .content {
    border-bottom: none;
}
article.publicacions .posts-wrapper-container .post {
    margin: 0 5% 3% 0;
    position: relative;
    width: 12.5%;
}
article.publicacions .posts-wrapper-container .post:nth-child(3n) {
    margin-right: 5%;
}
article.publicacions .posts-wrapper-container .post:nth-child(3n + 1) {
    clear: none;
}
article.publicacions .posts-wrapper-container .post:nth-child(6n) {
    margin-right: 0;
}
article.publicacions .posts-wrapper-container .post:nth-child(6n + 1) {
    clear: both;
}
article.publicacions .posts-wrapper-container .post .title {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}
article.publicacions .posts-wrapper-container .post .image {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 260px;
    margin: 0 0 15px;
}
article.publicacions .posts-wrapper-container .post .subtitle {
    font-size: 16px;
    line-height: 1.1em;
    text-align: center;
}
article.publicacio h1 {
    margin-bottom: 30px;
}
article.publicacio .imatge {
    display: block;
    margin: 0 auto 50px;
    max-width: 100%;
}
article.publicacio .subtitle {
    color: #000;
    font-size: 30px;
    line-height: 1.1em;
    margin: -20px 0 20px;
}
article.cicles > .content {
    border-bottom: none;
}
article.residencia .top-wrapper .right-wrapper .title {
    border-bottom: 1px solid #fff;
    color: #fff;
    margin-bottom: 20px;
    padding-bottom: 5px;
    text-transform: uppercase;
}
article.residencia .top-wrapper .right-wrapper .mini-info-wrapper p {
    margin: 0 0 10px;
}
article.residencia .top-wrapper .right-wrapper .mini-info-wrapper ul {
    margin: 0;
}
article.residencia .formulari .form-title {
    border-bottom: 1px solid #ccc;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    padding-bottom: 5px;
}
article.residencia .share-container {
    float: right;
    text-align: center;
    width: 25%;
}
article.residencia .gform_wrapper li#field_9_7, article.residencia .gform_wrapper li#field_9_8 {
    text-align: center;
}
article.residencia .bottom-wrapper .line {
    border-bottom: 1px solid #ababab;
    margin-bottom: 20px;
    width: 115px;
}
article.residencia .content-wrapper .title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
article.residencia li.gfield, article.residencia .gform_wrapper .ginput_complex .ginput_left, article.residencia .gform_wrapper .ginput_complex .ginput_right {
    margin-right: 0 !important;
    width: 100% !important;
}
article.residencia .gform_wrapper .ginput_complex .ginput_left {
    margin-bottom: 3%;
}
article.residencia .formulari .footer {
    font-size: 14px;
    line-height: 14px;
    text-align: left;
}
article.residencia .bases {
    display: inline-block;
    margin-top: 40px;
    text-align: center;
}
article.residencia .bases i {
    display: block;
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 10px;
}
article.residencia .bases span {
    font-size: 18px;
}
article.residencia h1 {
    margin-bottom: 10px;
}
article.residencia .subtitle {
    font-size: 23px;
    line-height: 23px;
    margin-bottom: 20px;
}
article.residencia .cats-wrapper span {
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
}
article.residencia .images-wrapper {
    border-bottom: none;
    margin-bottom: 50px;
    padding-bottom: 0;
}
article.residencia .gform_wrapper .gform_footer {
    margin: 0;
    padding: 0;
}
article.busqueda .search-wrapper {
    margin-bottom: 30px;
    text-align: center;
}
article.busqueda .search-wrapper input[type="text"] {
    padding: 5px;
}
article.busqueda .search-wrapper i {
    cursor: pointer;
    font-size: 25px;
    vertical-align: middle;
}
div.pp_default .pp_description {
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    margin: 10px 90px 0 0;
    text-align: center;
}
article.taxonomy .descrip {
    margin: 30px auto 50px;
    max-width: 900px;
}
article.taxonomy .descrip p {
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
}
article.taxonomy > .subtitle, article.taxonomy > .subtitle * {
    font-family: Americana, sans-serif;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
}
article.taxonomy h1 {
    margin-bottom: 10px;
}
article.taxonomy .dossier {
    background-color: #000;
    color: #fff;
    display: table;
    font-size: 20px;
    font-weight: 300;
    line-height: 1em;
    margin: -20px auto 15px;
    padding: 15px 40px;
    text-align: center;
}
.interest-container {
    background-color: #000;
    padding: 30px 0;
}
.interest-container .line {
    background-color: #f1f1f1;
    height: 2px;
    margin: 0 auto;
    width: 120px;
}
.interest-container .title-header {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 3px;
    line-height: 20px;
    margin: 20px 0;
    text-align: center;
    text-transform: uppercase;
}
.interest-wrapper .interest {
    float: left;
    padding: 0 4%;
    text-align: center;
    width: 17%;
}
.interest-wrapper .interest .image {
    background-position: center center;
    background-size: cover;
    display: block;
    height: 200px;
    margin: 0 auto 10px;
}
.interest-wrapper .interest .cats-wrapper {
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 10px;
}
.interest-wrapper .interest .cats-wrapper span, .interest-wrapper .interest .cats-wrapper a {
    border: medium none;
    color: #fff;
}
.interest-wrapper .interest .cats-wrapper a {
    display: block;
    letter-spacing: 1px;
}
.interest-wrapper .interest .title {
    color: #fff;
    font-family: Americana, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
}
.interest-wrapper .interest .subtitle, .interest-wrapper .interest .subtitle * {
    font-size: 18px;
    line-height: 21px;
    margin: 0 auto;
}
.interest-wrapper .interest .dates {
    color: #fff;
    margin-top: 10px;
}
.interest-wrapper .interest .dates p {
    color: #fff;
    margin: 0;
}
.displays-container {
    position: relative;
    text-align: right;
}
.displays-wrapper i {
    color: #cfcfcf;
    cursor: pointer;
    font-size: 28px;
    margin-left: 10px;
}
.displays-wrapper i.active {
    color: #a9a9a9;
    cursor: context-menu;
}
article.personatges .content-wrapper {
    display: flex;
    gap: 40px;
}
article.personatges .content-wrapper .column {
    flex: 1;
}
article.personatges .content-wrapper .column img {
    margin: 0 auto 15px;
    max-width: 100%;
}
article.personatges .content-wrapper .column .btn-wrapper {
    margin-top: 30px;
}
article.personatges .content-wrapper .column .footer {
    text-align: left;
    font-size: 14px;
}
article.personatges .content-wrapper .column .btn {
    border: 1px solid #000;
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    margin: 0 auto 20px;
    padding: 15px 40px;
}
article.personatges .content-wrapper .column .btn:hover {
    background-color: #f1f1f1;
    text-decoration: none;
}
article.personatges .content-wrapper .content p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
}
@media (max-width: 650px) {
    article.personatges .content-wrapper {
        flex-direction: column;
    }
}
.cookies {
    background: #f2f2f2 none repeat scroll 0 0;
    border-top: 1px solid #d3d3d3;
    bottom: 0;
    padding: 25px 10px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 999999999;
}
.cookies.hidden {
    display: none;
}
.cookies .accept {
    background-color: #ababab;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-left: 10px;
    padding: 7px 20px;
}
.download-image {
    bottom: 3px;
    color: #ababab;
    cursor: pointer;
    left: 130px;
    position: absolute;
    z-index: 1;
}
.download-image:hover {
    color: #777;
}
.no-results-message {
    font-size: 30px;
    line-height: 30px;
    margin-top: 70px;
    text-align: center;
}
section.temps-wrapper .title {
    display: inline;
    font-size: 20px;
    line-height: 20px;
    margin-right: 10px;
    vertical-align: middle;
}
section.temps-wrapper select {
    font-size: 20px;
    padding: 5px 10px;
    vertical-align: middle;
}
.galeria-videos {
    max-width: 1000px;
    margin: 0 auto;
}
.galeria-videos > h1 {
    margin-bottom: 100px;
}
.galeria-videos > .items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.galeria-videos > .items > .item {
    flex-basis: 48%;
    margin-bottom: 60px;
}
.galeria-videos > .items > .item > h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
}
.galeria-videos > .items > .item > .video-iframe {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.galeria-videos > .items > .item > .video-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
@media (max-width: 768px) {
    .galeria-videos > .items {
        display: block;
    }
}
.regalar {
    width: 90%;
    margin: 0 auto 50px;
}
.regalar > a {
    display: block;
}
.regalar > a > img {
    display: block;
    margin: 0 auto;
}
@media (max-width: 900px) {
    .tablet {
        display: block;
    }
    .hidden-tablet {
        display: none;
    }
    #container {
        padding: 30px 0;
    }
    h1 {
        margin-bottom: 30px;
    }
    .posts-wrapper .post {
        display: block;
    }
    .posts-wrapper .post .title {
        font-size: 27px;
        line-height: 30px;
    }
    .posts-wrapper .post .post-inner {
        display: table;
        width: 100%;
    }
    .posts-wrapper .post .cell-wrapper {
        padding-bottom: 0;
        padding-top: 0;
    }
    .posts-wrapper-container.posts-wrapper-grid .post {
        padding: 0;
        width: 47.5%;
    }
    .posts-wrapper-container.posts-wrapper-grid .post:nth-child(3n) {
        margin-right: 5%;
    }
    .posts-wrapper-container.posts-wrapper-grid .post:nth-child(3n + 1) {
        clear: none;
    }
    .posts-wrapper-container.posts-wrapper-grid .post:nth-child(2n) {
        margin-right: 0;
    }
    .posts-wrapper-container.posts-wrapper-grid .post:nth-child(2n + 1) {
        clear: both;
    }
    .top-wrapper .right-wrapper {
        padding: 40px;
    }
    .inscripcio-btn {
        display: block;
        font-size: 18px;
        line-height: 18px;
        padding: 10px;
    }
    article.curs .bottom-wrapper .left-wrapper,     .bottom-wrapper .right-wrapper,     article.curs .content-wrapper {
        float: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    article.curs .share-container {
        float: none;
        margin: 0 auto 30px;
    }
    article.cursos .filters-wrapper .form-wrapper .block-wrapper {
        margin-bottom: 10px;
    }
    article.curs .professor {
        width: 100%;
    }
    article.obrador-estiu .posts-wrapper .post .right-wrapper {
        width: 0;
    }
    article.presentacio .info-extra-wrapper {
        bottom: auto;
        position: relative;
        width: 100%;
    }
    article.publicacio .subtitle {
        font-size: 20px;
    }
    article.espai .bottom-wrapper .left-wrapper {
        float: none;
        width: 100%;
        padding: 0;
        margin: 0 0 20px;
    }
    article.espai .bottom-wrapper .right-wrapper .right-wrapper-inner {
        border: none;
    }
}
@media (max-width: 630px) {
    .banner-scene h1{
        font-size: 10vw;
        line-height: 10vw;
    }
    .phone {
        display: block;
    }
    .hidden-phone {
        display: none;
    }
    h1 {
        font-size: 30px;
        line-height: 42px;
        margin-bottom: 30px;
    }
    .posts-wrapper-container .post {
        margin-right: 0 !important;
        width: 100% !important;
    }
    .posts-wrapper .post .left-wrapper {
        width: 35%;
    }
    .posts-wrapper .post .center-wrapper {
        padding-right: 0;
    }
    .posts-wrapper .post .image {
        height: 100px;
        margin-bottom: 10px;
        position: relative;
        width: 100%;
    }
    .posts-wrapper .post .right-wrapper {
        display: none;
    }
    .posts-wrapper .post .left-wrapper .buy {
        display: block;
        margin: 0;
    }
    .posts-wrapper .post .title {
        font-size: 22px;
        line-height: 25px;
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        word-break: break-all;
        word-break: break-word;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
    }
    .posts-wrapper .post .cell-wrapper {
        display: block;
        height: auto;
        padding: 0 !important;
        vertical-align: top;
        width: 100% !important;
    }
    .posts-wrapper .post .cats-wrapper .intercanvi {
        border-width: 1px;
        margin: 2px 0 0;
        padding: 4px 4px 2px;
    }
    .posts-wrapper .post .subtitle {
        font-size: 22px;
        line-height: 22px;
        margin: 5px 0;
    }
    .posts-wrapper .post .dates {
        margin: 10px 0;
    }
    .posts-wrapper .post .content {
        margin-top: 10px;
    }
    .posts-wrapper .post .right-wrapper .mini-wrapper {
        display: none;
    }
    .posts-wrapper .post .buy {
        margin: 10px 0 0;
    }
    .filters-wrapper form label {
        margin: 0 10px 0 0;
    }
    .filters-wrapper form .filter-wrapper {
        display: inline-block;
        margin-bottom: 10px;
    }
    footer .left-wrapper,     footer .center-wrapper,     footer .right-wrapper {
        float: none;
        margin: 0 0 20px;
        text-align: center;
        width: 100%;
    }
    footer .right-wrapper {
        margin: 0;
    }
    footer .social:first-child {
        margin: 0;
    }
    .top-wrapper .left-wrapper {
        height: auto;
    }
    .top-wrapper .left-wrapper,     .top-wrapper .right-wrapper {
        display: block;
        padding: 30px 0;
        width: 100%;
    }
    .top-wrapper .left-wrapper.inter {
        padding-top: 75px;
    }
    .top-wrapper .left-wrapper .intercanvi-container {
        margin-bottom: 30px;
    }
    .top-wrapper .left-wrapper .intercanvi-wrapper {
        position: relative;
        right: auto;
        top: auto !important;
        width: auto;
        margin: 0 auto 10px;
        max-width: 300px;
        text-align: center;
        display: table;
    }
    .inscripcio-btn {
        margin: 0 auto;
        width: 65%;
    }
    article.cursos .filters-wrapper .form-wrapper .block-wrapper {
        border-right: medium none;
        margin: 0;
        width: 100%;
    }
    article.programacio .posts-wrapper .post .left-wrapper {
        width: 45%;
    }
    article.programacio .posts-wrapper .post .image {
        height: 250px;
    }
    article.programacio .posts-wrapper .post .left-wrapper .buy {
        font-size: 15px;
        padding: 13px 10px 10px;
    }
    .formulari .content p {
        font-size: 16px;
        font-weight: 300;
        line-height: 20px;
        margin-bottom: 15px;
    }
    article.llistat > .content p {
        font-size: 16px;
        font-weight: 300;
        line-height: 21px;
    }
    article.llistat > .content {
        margin: 0;
    }
    article.butlleti .anteriors-container .anteriors-wrapper a {
        margin-bottom: 10px;
    }
    .calendari-wrapper .dia-wrapper .info-wrapper {
        margin-left: -20%;
        width: 120%;
    }
    article.equip .membre {
        float: none;
        width: 100%;
    }
    article.presentacio .gallery-image {
        height: 200px;
    }
    .displays-wrapper {
        display: none;
    }
    .top-wrapper .left-wrapper .left-inner {
        padding: 0 15px;
    }
    .bottom-wrapper {
        padding: 20px 0 50px;
    }
    .bottom-wrapper .left-wrapper {
        float: none;
        padding: 0;
        width: 100%;
    }
    .content-wrapper {
        float: none;
        margin: 0 0 20px;
        padding: 0;
        width: 100%;
    }
    .content-right-wrapper {
        float: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .related-wrapper {
        padding-left: 0;
        width: 100%;
    }
    .related-wrapper .related {
        float: none;
        width: 100%;
    }
    .interest-wrapper .interest {
        float: none;
        margin-bottom: 20px;
        width: 92%;
    }
    footer .copymouse-wrapper {
        display: block;
        margin: 10px 0 0;
    }
    section.temps-wrapper .title {
        display: block;
        margin: 0 0 15px;
        text-align: center;
    }
    section.temps-wrapper select {
        display: block;
        font-size: 17px;
        margin: 0 auto;
        text-align: center;
        width: 90%;
    }
    article.residencia .share-container {
        float: none;
        width: 100%;
    }
    article.espai .images-wrapper .thumbnails a {
        height: 78px;
    }
}
.page-template-template-laboratoris-php .posts-wrapper {
    display: flex;
    flex-direction: column;
}
.page-template-template-laboratoris-php .posts-wrapper > .post.expired {
    order: 2;
}
.page-template-template-laboratoris-php .posts-wrapper-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 5%;
    padding-top: 20px;
}
.page-template-template-laboratoris-php .posts-wrapper-grid > .post {
    margin: 0;
    padding: 0;
    width: 100%;
}
.page-template-template-laboratoris-php .posts-wrapper-grid > .post.expired {
    order: 2;
}
.page-template-template-laboratoris-php .posts-wrapper-grid > .clear {
    display: none;
}
@media (max-width: 900px) {
    .page-template-template-laboratoris-php .posts-wrapper-container.posts-wrapper-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 630px) {
    .page-template-template-laboratoris-php .posts-wrapper-container.posts-wrapper-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
}
body.page-template-front-page-2025 #main {
    width: 100%;
    font-size: 18px;
}
body.page-template-front-page-2025 #container {
    padding: 0;
}
.front-page-2025 {
    /*overflow-x: hidden;*/
}
.front-page-2025 .screen {
    height: calc(100dvh - var(--site_header_height) - var(--admin_bar_height));
    display: flex;
    flex-direction: column;
}
.front-page-2025 .swiper-wrapper {
    min-height: 0;
    min-width: 0;
}
.front-page-2025 section:not(.calendari-wrapper) {
    --nav-width: 40px;
}
.front-page-2025 section:not(.calendari-wrapper) .swiper-button-prev, .front-page-2025 section:not(.calendari-wrapper) .swiper-button-next {
    width: var(--nav-width);
    height: var(--nav-width);
    background-color: #000;
    transition: all 0.3s ease;
}
.front-page-2025 section:not(.calendari-wrapper) .swiper-button-prev .fa, .front-page-2025 section:not(.calendari-wrapper) .swiper-button-next .fa {
    width: 100%;
    height: 100%;
    fill: #fff;
    transition: all 0.3s ease;
}
.front-page-2025 section:not(.calendari-wrapper) .swiper-button-prev:hover, .front-page-2025 section:not(.calendari-wrapper) .swiper-button-next:hover {
/*    background-color: #fff;*/
}
.front-page-2025 section:not(.calendari-wrapper) .swiper-button-prev:hover svg, .front-page-2025 section:not(.calendari-wrapper) .swiper-button-next:hover svg {
    fill: #000;
}
.front-page-2025 section:not(.calendari-wrapper) .swiper-button-prev:after, .front-page-2025 section:not(.calendari-wrapper) .swiper-button-next:after {
    display: none;
}
.front-page-2025 .hero-section {
    flex: 1;
    width: 100%;
	margin-top:79px;
}
.front-page-2025 .hero-section .swiper-slide {
    display: flex;
    background-color: #000;
    height: auto;
    width: 100% !important;
}

.front-page-2025 .hero-section .swiper-slide > .cnt > *:not(:last-child) {
	border-bottom:4px solid #888;
}
.front-page-2025 .hero-section .swiper-slide > .cnt > *{
	padding-top: 20px;
	padding-bottom: 20px;
}



.front-page-2025 .hero-section .swiper-slide > .cnt {
    flex: 0 0 40%;
    max-width: 250px;
    padding: 50px 40px 150px;
    padding: min(5vh, 5vw) 3vw 0;
	color: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}
.front-page-2025 .hero-section .swiper-slide > .cnt > .t1 {
    font-size: clamp(18px, 2vw, 24px);
    font-size: clamp(16px, 2vw, 24px);
	
    /*text-transform: uppercase;*/
	
}
.front-page-2025 .hero-section .swiper-slide > .cnt > * > a  {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
	text-align:center;
	
}


.front-page-2025 .hero-section .swiper-slide > .cnt > * > a > span {
	padding-top:20px;
	line-height: 1.2;
	
}


.front-page-2025 .hero-section .swiper-slide > .cnt > .t2 {
    font-family: "Oldschool Grotesk";
    font-weight: 700;
    /*font-size: clamp(32px, 9vw, 128px);*/
    font-size: clamp(28px, 32px, 28px);
    line-height: 0.9;
    /*text-transform: uppercase;*/
    margin-bottom: 20px;
}
.front-page-2025 .hero-section .swiper-slide > .cnt > .t2 a {
    text-decoration: none;
}
.front-page-2025 .hero-section .swiper-slide > .cnt > .t3 {
    font-size: clamp(20px, 2.5vw, 32px);
    font-size: clamp(16px, 2.5vw, 32px);
   /* text-transform: uppercase;*/
    margin-bottom: 10px;
}
.front-page-2025 .hero-section .swiper-slide > .cnt > .t4 {
    font-size: clamp(18px, 2vw, 25px);
    font-size: clamp(16px, 2vw, 25px);
}
.front-page-2025 .hero-section .swiper-slide > .cnt > .btn {
    display: inline-block;
    margin-top: 50px;
    padding: 15px 30px;
    min-width: 50%;
    text-align: center;
    /*background-color: #fff;*/
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
	outline: solid 2px;
}
.front-page-2025 .hero-section .swiper-slide > .cnt > .btn:hover {
    background-color: #000;
    color: #fff;
}
.front-page-2025 .hero-section .swiper-slide > .image {
    display: flex;
    justify-content: center;
    flex: 1;
    position: relative;
}
.front-page-2025 .hero-section .swiper-slide > .image > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150%;
    z-index: 1;
    object-fit: cover;
	filter: brightness(0.5)
}
.front-page-2025 .hero-section .swiper-nav {
    height: 100%;
    position: absolute;
    display: flex;
    left: 20px;
    bottom: 0;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 415px);
}
.front-page-2025 .hero-section .swiper-nav > div {
    position: relative;
    inset: auto;
    height: auto;
    width: auto;
    margin: 0;
	padding: 20px;
    background: transparent;
}




.swiper-title-container {
    position: absolute;
    z-index: 999;
    max-width: 66vh;
    height: 100%;
    color: #ffffff;
    background: transparent;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:20px 10px;
    align-content: center;
    flex-wrap: nowrap;
    text-shadow: 0 0 2px rgba(0,0,0,0.5);
    letter-spacing: 0.6px;
	text-align:center;
}
.swiper-title-container>* {
    display:block;
    margin-bottom:10px;
	text-align:center;
}

.swiper-title{
    font-size: 56px;
}

.swiper-subtitle{
    font-size:30px;
}

.swiper-title, .swiper-straptitle, .swiper-subtitle{
	text-align:center;
}

.swiper-side-option {
    display: flex;
    flex-direction: column;
    line-height: 2;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size:1.2rem;
}

.mobile{display: none;}

.card-title{color: #fff;text-shadow: 1px 1px 2px rgba(0,0,0,0.6);}


@media (max-width: 630px) {
    .front-page-2025 .hero-section .swiper-slide > .cnt > *:not(:last-child){
        border:none;
    }
	
	
	

    .mobile{display: block;}
	.not-mobile{display:none!important}

    .swiper-nav{display:none!important}



    .swiper-side-option{
        line-height: 1.2;
    }

    .swiper-side-option > i {
        font-size: 2.2rem;
        margin-bottom: 10px;
    }

    .swiper-side-option > span {
        
        font-size:16px;

    }

    .front-page-2025 .hero-section .swiper-slide {
        flex-direction: column-reverse;
    }
    .front-page-2025 .hero-section .swiper-slide > .image {
        aspect-ratio: 16/9;
    }
    .front-page-2025 .hero-section .swiper-slide > .cnt {
        flex-basis: auto;
        padding-bottom: min(5vh, 5vw);
        margin:0 auto;
        margin:0;
        display: flex;
        flex-wrap: nowrap;
        max-width: unset;
        padding-bottom: 0;
		flex-direction: row;
    }
    .front-page-2025 .hero-section .swiper-slide > .cnt > .btn {
        margin-top: 10px;
        padding: 10px 30px;
        min-width: 0;
        font-size: 16px;
    }
    .front-page-2025 .hero-section .swiper-slide > .cnt > .t1 {
        margin-bottom: 0px;
        width:33%
    }
    .front-page-2025 .hero-section .swiper-slide > .cnt > .t2 {
        margin-bottom: 10px;
    }
    .front-page-2025 .hero-section .swiper-slide > .cnt > .t3 {
        margin-bottom: 5px;
    }
    .front-page-2025 .hero-section .swiper-nav {
        left: auto;
        right: 4vw;
    }
}
.front-page-2025 .calendari-wrapper {
    flex: 0 0 auto;
    --swiper-navigation-color: #fff;
    --swiper-navigation-size: 20px;
    height: 125px;
    padding: 15px 0 0;
    position: relative;
    z-index: 2;
    background-color: #fff;
    color: #000;
}
.front-page-2025 .calendari-wrapper .calendari-inner {
    padding-inline: 40px;
    overflow: visible;
    position: relative;
}
.front-page-2025 .calendari-wrapper .calendari-inner:before, .front-page-2025 .calendari-wrapper .calendari-inner:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: -50px;
    width: 40px;
    height: 100%;
    background-color: #000;
}
.front-page-2025 .calendari-wrapper .calendari-inner:after {
    left: auto;
    right: -50px;
}
.front-page-2025 .calendari-wrapper .swiper-button-next {
    right: 1.5%;
}
.front-page-2025 .calendari-wrapper .swiper-button-prev {
    left: 1.5%;
}
.front-page-2025 .calendari-wrapper .swiper-button-next:after, .front-page-2025 .calendari-wrapper .swiper-button-prev:after {
    transition: all 0.3s ease;
}
.front-page-2025 .calendari-wrapper .swiper-button-next:hover:after, .front-page-2025 .calendari-wrapper .swiper-button-prev:hover:after {
    color: #ef4128;
}
.front-page-2025 .calendari-wrapper .dia-wrapper {
    cursor: default;
    position: relative;
    text-align: center;
    padding-top: 25px;
    color: #000;
}
.front-page-2025 .calendari-wrapper .dia-wrapper.no-results {
    opacity: 0.4;
}
.front-page-2025 .calendari-wrapper .dia-wrapper:not(.no-results):hover {
    color: #ef4128;
}
.front-page-2025 .calendari-wrapper .dia-wrapper .month {
    font-size: 16px;
    text-align: left;
    font-weight: 700;
    position: absolute;
    top: 0;
    color: #000;
}
.front-page-2025 .calendari-wrapper .dia-wrapper .dia-text {
    font-size: 15px;
    margin-bottom: 5px;
}
.front-page-2025 .calendari-wrapper .dia-wrapper .dia-num {
    font-size: 40px;
    line-height: 1;
    padding-bottom: 10px;
}
.front-page-2025 .calendari-wrapper .dia-wrapper .info-wrapper {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    background-color: #fff;
    color: #000;
    border: 1.5px solid #ccc; /*#ef4128;*/
    max-height: 400px;
    overflow: auto;
    padding: 2vw;
    position: absolute;
    bottom: 100%;
    text-align: left;
    width: 165px;
    border-radius: 0px;
    z-index: 999;
    margin-left: -20%;
    width: 120%;
    font-size: clamp(16px, 2vw, 18px);
}
.front-page-2025 .calendari-wrapper .dia-wrapper .info-wrapper > .date-title {
    margin-bottom: 20px;
}
.front-page-2025 .calendari-wrapper .dia-wrapper:hover .info-wrapper {
    opacity: 1;
    visibility: visible;
}
.front-page-2025 .calendari-wrapper .dia-wrapper .post {
    border-bottom: 1px solid #ef4128;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: left;
}
.front-page-2025 .calendari-wrapper .dia-wrapper .post:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}
.front-page-2025 .calendari-wrapper .dia-wrapper .type {
    font-size: 16px;
    margin-bottom: 5px;
}
.front-page-2025 .calendari-wrapper .dia-wrapper .title {
    font-size: clamp(18px, 2vw, 21px);
    font-weight: 700;
    margin-bottom: 5px;
}
@media (max-width: 630px) {
    .front-page-2025 .calendari-wrapper {
        height: 100px;
    }
    .front-page-2025 .calendari-wrapper .dia-wrapper .dia-num {
        font-size: 32px;
    }
    .front-page-2025 .calendari-wrapper .dia-wrapper .info-wrapper {
        width: 200%;
        margin-left: -50%;
    }
}
.front-page-2025 section.swiper-section {
    padding: 40px;
    padding: 4vw;
    --swiper-navigation-sides-offset: 0;
    --swiper-navigation-top-offset: 18vw;
    --nav-width: clamp(40px, 5vw, 62px);
}
@media (max-width: 630px) {
    .front-page-2025 section.swiper-section {
        --swiper-navigation-top-offset: 58vw;
        padding-bottom: 6vw;
    }
}
.front-page-2025 .swiper-section > .title {
    font-size: clamp(24px, 4vw, 32px);
    margin-bottom: 40px;
}
.front-page-2025 .swiper-section > .swiper-outer {
    padding-inline: calc(var(--nav-width) / 2);
    position: relative;
}
.front-page-2025 .swiper-section .swiper-slide {
    height: auto;
}
.front-page-2025 .swiper-section .swiper-slide .post {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.front-page-2025 .swiper-section .swiper-slide .image-wrapper .image {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 422/445;
    flex: 0 0 auto;
}
.front-page-2025 .swiper-section .swiper-slide .image-wrapper .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.front-page-2025 .swiper-section .swiper-slide .content-wrapper {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    flex: 1;
}
.front-page-2025 .swiper-section .swiper-slide .content-wrapper .post-type {
    font-size: 18px;
    margin-bottom: 5px;
}
.front-page-2025 .swiper-section .swiper-slide .content-wrapper .title {
    font-family: "Oldschool Grotesk";
    font-weight: 700;
    font-size: clamp(36px, 4vw, 50px);
    line-height: 0.94;
    text-transform: uppercase;
    color: #ef4128;
    margin-bottom: 5px;
}
.front-page-2025 .swiper-section .swiper-slide .content-wrapper .subtitle {
    font-size: clamp(18px, 2vw, 21px);
    color: #ef4128;
    margin-bottom: 10px;
}
.front-page-2025 .swiper-section .swiper-slide .content-wrapper .dates {
    font-size: clamp(16px, 2vw, 18px);
}
.front-page-2025 section.swiper-section .swiper-button-next, .front-page-2025 section.swiper-section .swiper-button-prev {
    background-color: #ef4128;
}
.front-page-2025 section.swiper-section .swiper-button-prev:hover, .front-page-2025 section.swiper-section .swiper-button-next:hover {
    background-color: #fff;
}
.front-page-2025 section.swiper-section .swiper-button-prev:hover svg, .front-page-2025 section.swiper-section .swiper-button-next:hover svg {
    fill: #ef4128;
}
.front-page-2025 .swiper-section > .btns {
    display: flex;
    justify-content: flex-end;
    margin-top: 60px;
}
.front-page-2025 .swiper-section .btn {
    display: inline-block;
    padding: 15px 30px;
    min-width: 300px;
    text-align: center;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
}
@media (max-width: 630px) {
    .front-page-2025 .swiper-section > .btns {
        justify-content: center;
        margin-top: 30px;
    }
    .front-page-2025 .swiper-section .btn {
        min-width: 0;
    }
}
.front-page-2025 .swiper-section .btn:hover {
    background-color: #ef4128;
}
.front-page-2025 .swiper-section.activities-section {
    background-color: #000;
    color: #fff;
}
.front-page-2025 .swiper-section.activities-section .btn {
    background-color: #fff;
    color: #000;
}
.front-page-2025 .swiper-section.activities-section .btn:hover {
    background-color: #ef4128;
    color: #fff;
}
.front-page-2025 section.swiper-section.activities-section .swiper-button-next, .front-page-2025 section.swiper-section.activities-section .swiper-button-prev {
    background-color: #fff;
}
.front-page-2025 section.swiper-section.activities-section .swiper-button-prev .fa, .front-page-2025 section.swiper-section.activities-section .swiper-button-next .fa {
    fill: #ef4128;
}
.front-page-2025 section.swiper-section.activities-section .swiper-button-prev:hover, .front-page-2025 section.swiper-section.activities-section .swiper-button-next:hover {
    background-color: #ef4128;
}
.front-page-2025 section.swiper-section.activities-section .swiper-button-prev:hover svg, .front-page-2025 section.swiper-section.activities-section .swiper-button-next:hover svg {
    fill: #fff;
}
.front-page-2025 .swiper-section.activities-section .swiper-slide .content-wrapper {
    padding: 20px;
    color: #fff;
    background-color: #ef4128;
}
.front-page-2025 .swiper-section.activities-section .swiper-slide .content-wrapper * {
    color: #fff !important;
}
.front-page-2025 .swiper-section.swiper-row-section > .items > .post {
    font-size: clamp(16px, 2vw, 18px);
    display: flex;
    align-items: flex-start;
    gap: 5vw;
}
.front-page-2025 .swiper-section.swiper-row-section > .items > .post:not(:last-child) {
    border-bottom: 1px solid #ef4128;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.front-page-2025 .swiper-section.swiper-row-section > .items > .post > .dates {
    flex: 0 0 140px;
}
.front-page-2025 .swiper-section.swiper-row-section > .items > .post > .content-wrapper {
    flex: 1;
    font-size: clamp(16px, 2vw, 21px);
    color: #ef4128;
}
.front-page-2025 .swiper-section.swiper-row-section > .items > .post > .content-wrapper .title {
    font-family: "Oldschool Grotesk";
    font-weight: 700;
    font-size: clamp(36px, 4vw, 50px);
    line-height: 0.86;
    text-transform: uppercase;
    color: #ef4128;
    margin-bottom: 10px;
}
.front-page-2025 .swiper-section.swiper-row-section > .items > .post > .image-wrapper {
    flex: 0 0 auto;
}
.front-page-2025 .swiper-section.swiper-row-section > .items > .post > .image-wrapper > .image {
    position: relative;
    display: block;
    aspect-ratio: 302/152;
    width: 302px;
}
.front-page-2025 .swiper-section.swiper-row-section > .items > .post > .image-wrapper > .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transition: all 0.3s ease;
}
.front-page-2025 .swiper-section.swiper-row-section > .items > .post > .image-wrapper > .image img:hover {
    scale: 1.05;
}
.front-page-2025 .swiper-section.swiper-row-section > .items > .post > .image-wrapper {
    flex: 0 0 auto;
}
.front-page-2025 .swiper-section.swiper-row-section > .items > .post > .link {
    flex: 0 0 max(100px, 10%);
    display: flex;
    justify-content: flex-end;
}
.front-page-2025 .swiper-section.swiper-row-section > .items > .post > .link svg {
    fill: #ef4128;
    transition: all 0.3s ease;
}
.front-page-2025 .swiper-section.swiper-row-section > .items > .post > .link:hover svg {
    fill: #000;
}
.front-page-2025 .swiper-section.swiper-row-section > .items > .post .membre .separator:last-child {
    display: none;
}
@media (max-width: 1000px) {
    .front-page-2025 .swiper-section.swiper-row-section > .items > .post {
        gap: 30px;
    }
    .front-page-2025 .swiper-section.swiper-row-section > .items > .post > .image-wrapper > .image {
        width: 200px;
    }
    .front-page-2025 .swiper-section.swiper-row-section > .items > .post > .link {
        flex: initial;
    }
}
@media (max-width: 768px) {
    .front-page-2025 .swiper-section.swiper-row-section > .items > .post {
        flex-wrap: wrap;
    }
    .front-page-2025 .swiper-section.swiper-row-section > .items > .post > .image-wrapper {
        flex-basis: calc(100% - 30px - 100px);
        order: -1;
    }
    .front-page-2025 .swiper-section.swiper-row-section > .items > .post > .link {
        flex: 0 0 100px;
        order: -1;
    }
    .front-page-2025 .swiper-section.swiper-row-section > .items > .post > .image-wrapper > .image {
        width: 100%;
    }
}
@media (max-width: 630px) {
    .front-page-2025 .swiper-section.swiper-row-section > .items > .post {
        gap: 20px;
    }
    .front-page-2025 .swiper-section.swiper-row-section > .items > .post > .dates {
        flex: 0 0 100%;
    }
    .front-page-2025 .swiper-section.swiper-row-section > .items > .post > .content-wrapper {
        flex: 0 0 100%;
    }
    .front-page-2025 .swiper-section.swiper-row-section > .items > .post > .content-wrapper .title {
        line-height: 1;
    }
}
.front-page-2025 .swiper-section.swiper-row-section .btn {
    background-color: #ef4128;
}
.front-page-2025 .swiper-section.swiper-row-section .btn:hover {
    background-color: #000;
}
.front-page-2025 .featureds-swiper {
    --swiper-navigation-sides-offset: 4vw;
    --nav-width: clamp(40px, 5vw, 62px);
}
.front-page-2025 .featureds-swiper .swiper-slide {
    background-color: #000;
}
.front-page-2025 .featureds-swiper .swiper-slide .item {
    aspect-ratio: 1440/744;
    display: block;
}
.front-page-2025 .featureds-swiper .swiper-slide .item .image {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.front-page-2025 .featureds-swiper .swiper-slide .item .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.front-page-2025 .featureds-swiper .swiper-slide .item .image svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
}
.front-page-2025 .featureds-swiper .swiper-slide .item .txt {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    font-family: "Oldschool Grotesk";
    font-weight: 700;
    font-size: clamp(36px, 4vw, 50px);
    line-height: 1.04;
    text-align: center;
    text-transform: uppercase;
    background-color: #ef4128;
    padding: 20px 40px;
    max-width: 650px;
}
.front-page-2025 section.featureds-section .swiper-button-next, .front-page-2025 section.featureds-section .swiper-button-prev {
    background-color: #fff;
}
.front-page-2025 section.featureds-section .swiper-button-prev .fa, .front-page-2025 section.featureds-section .swiper-button-next .fa {
    fill: #ef4128;
}
.front-page-2025 section.featureds-section .swiper-button-prev:hover, .front-page-2025 section.featureds-section .swiper-button-next:hover {
    background-color: #ef4128;
}
.front-page-2025 section.featureds-section .swiper-button-prev:hover svg, .front-page-2025 section.featureds-section .swiper-button-next:hover svg {
    fill: #fff;
}
@media (max-width: 630px) {
    .front-page-2025 .featureds-swiper .swiper-slide .item {
        aspect-ratio: 1;
    }
}
.front-page-2025 .links-section .marquee {
    overflow: hidden;
    white-space: nowrap;
    background-color: #000;
    padding: 20px 0;
    --marquee-width: 100vw;
    --offset: 20vw;
    --move-initial: calc(82vw + var(--offset));
    --move-final: calc(-50% + var(--offset));
    width: var(--marquee-width);
}
.front-page-2025 .links-section .marquee-content {
    animation: marquee 60s linear infinite 0s;
    animation-play-state: running;
    align-content: center;
    display: flex;
    transform: translate3d(var(--move-initial), 0, 0);
    transition-duration: 0.4s;
    width: fit-content;
}
.front-page-2025 .links-section .marquee-content svg {
    margin-right: 50px;
}
@keyframes marquee {
    0% {
        transform: translate3d(var(--move-initial), 0, 0);
    }
    to {
        transform: translate3d(var(--move-final), 0, 0);
    }
}
.front-page-2025 .links-section .items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px 7%;
    padding: 10% 5%;
    max-width: 1300px;
    margin-inline: auto;
}
.front-page-2025 .links-section .items .item {
    position: relative;
    text-decoration: none;
}
.front-page-2025 .links-section .items .item:nth-child(1), .front-page-2025 .links-section .items .item:nth-child(4) {
    color: #ef4128;
}
.front-page-2025 .links-section .items .item .txt {
    font-family: "Oldschool Grotesk";
    font-weight: 700;
    font-size: clamp(40px, 6vw, 72px);
    line-height: 1;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    text-align: center;
    gap: 20px;
}
.front-page-2025 .links-section .items .item:nth-child(2n) .txt {
    flex-direction: row-reverse;
}
.front-page-2025 .links-section .items .item img {
    position: absolute;
    top: 0;
    height: 160%;
    width: auto;
    translate: 0 -19%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1;
}
.front-page-2025 .links-section .items .item:hover img {
    opacity: 1;
    visibility: visible;
}
.front-page-2025 .links-section .items .item:nth-child(1) img {
    right: 120%;
}
.front-page-2025 .links-section .items .item:nth-child(2) img {
    left: 105%;
}
.front-page-2025 .links-section .items .item:nth-child(3) img, .front-page-2025 .links-section .items .item:nth-child(4) img {
    top: 120%;
    left: 50%;
    translate: -50%;
}
@media (max-width: 630px) {
    .front-page-2025 .links-section .items {
        flex-direction: column;
        gap: 20px;
    }
    .front-page-2025 .links-section .items .item .txt svg {
        width: 30px;
        height: auto;
    }
    .front-page-2025 .links-section .items .item .txt {
        text-align: left;
    }
    .front-page-2025 .links-section .items .item:nth-child(2n) .txt {
        flex-direction: row;
    }
    .front-page-2025 .links-section .items .item:nth-child(1) img,     .front-page-2025 .links-section .items .item:nth-child(2) img,     .front-page-2025 .links-section .items .item:nth-child(3) img,     .front-page-2025 .links-section .items .item:nth-child(4) img {
        right: 0;
        top: 50%;
        left: auto;
        translate: 0 -50%;
        width: 24%;
        height: auto;
    }
}
.front-page-2025 .swiper-section.news-section .swiper-slide {
    border-radius: 6px;
    overflow: hidden;
}
.front-page-2025 .swiper-section.news-section .swiper-slide .content-wrapper {
    padding: 20px;
    color: #000;
    background-color: #fff;
}
.front-page-2025 .swiper-section.news-section .swiper-slide .content-wrapper * {
    color: #000 !important;
}
.front-page-2025 .swiper-section.news-section .swiper-slide .content-wrapper a {
    transition: all 0.3s ease;
}
.front-page-2025 .swiper-section.news-section .swiper-slide .content-wrapper a:hover {
    color: #ef4128 !important;
}
.front-page-2025 .swiper-section.news-section .swiper-slide .content-wrapper .title {
    font-family: "NHaas Grotesk";
    font-size: clamp(18px, 2vw, 24px);
    text-transform: none;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 1.333333;
}
.front-page-2025 .swiper-section.news-section .swiper-slide .content-wrapper .subtitle {
    margin: 0;
    font-size: 16px;
}
.front-page-2025 .visit-section {
    padding: 40px 40px 100px;
    padding: 4vw 4vw 10vw;
    position: relative;
}
.front-page-2025 .visit-section > .back {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
.front-page-2025 .visit-section > .title {
    color: #fff;
    position: relative;
    font-size: clamp(24px, 4vw, 32px);
    margin-bottom: 40px;
}
.front-page-2025 .visit-section > .items {
    position: relative;
    display: flex;
    gap: 10%;
}
.front-page-2025 .visit-section > .items > .item {
    flex: 1;
}
.front-page-2025 .visit-section > .items > .item > .title {
    font-size: clamp(36px, 4vw, 60px);
    line-height: 1;
    margin-bottom: 50px;
    display: flex;
    align-items: baseline;
    gap: 50px;
}
.front-page-2025 .visit-section > .items > .item > .txt > * {
    font-size: clamp(16px, 2vw, 18px);
    margin-bottom: 30px;
}
.front-page-2025 .visit-section > .items > .item > .gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 450px;
}
.front-page-2025 .visit-section > .items > .item > .gallery img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.3s ease;
}
.front-page-2025 .visit-section > .items > .item > .gallery img:hover {
    scale: 1.05;
}
.front-page-2025 .visit-section #pausa-items {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.front-page-2025 .visit-section #pausa-items .post {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.front-page-2025 .visit-section #pausa-items .post .thumb {
    flex: 0 0 200px;
}
.front-page-2025 .visit-section #pausa-items .post .thumb img {
    transition: all 0.3s ease;
}
.front-page-2025 .visit-section #pausa-items .post .thumb img:hover {
    scale: 1.05;
}
.front-page-2025 .visit-section #pausa-items .post .thumba {
    flex: 1;
    font-size: 16px;
}
.front-page-2025 .visit-section #pausa-items .post .thumba .post-category {
    margin-bottom: 10px;
}
.front-page-2025 .visit-section #pausa-items .post .thumba .title {
    font-size: 24px;
    margin-bottom: 10px;
}
.front-page-2025 .visit-section #pausa-items .post .thumba .post-categories {
    list-style: none;
    margin: 0 0 16px;
    padding: 0;
}
@media (max-width: 1000px) {
    .front-page-2025 .visit-section > .items {
        gap: 5%;
    }
}
@media (max-width: 834px) {
    .front-page-2025 .visit-section > .items {
        flex-direction: column;
        gap: 50px;
    }
}
@media (max-width: 630px) {
    .front-page-2025 .visit-section > .title {
        color: #000;
    }
    .front-page-2025 .visit-section #pausa-items .post {
        flex-direction: column;
        gap: 10px;
    }
}
.footer-2025 {
    padding: 10px 1vw;
    position: relative;
}
.footer-2025 a {
    margin: 0;
}
.footer-2025 > .logo {
    display: flex;
    justify-content: space-between;
    gap: 5vw;
    margin-bottom: 5vw;
}
.footer-2025 > .cols {
    display: flex;
    justify-content: space-between;
    gap: 5vw;
    margin-bottom: 20px;
}
.footer-2025 > .cols > .col {
    max-width: 200px;
}
.footer-2025 > .cols > .col > .title {
    font-size: 21px;
    margin-bottom: 20px;
}
.footer-2025 > .cols > .col > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
}
.footer-2025 > .cols > .col > ul > li {
    margin-bottom: 5px;
}
.footer-2025 > .cols > .col1 {
    flex: 1;
    max-width: 100%;
}
.footer-2025 > .cols > .col1 > ul {
    font-size: 21px;
}
.footer-2025 > .cols > .col5 {
    max-width: 180px;
}
.footer-2025 > .cols > .col5 > .social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}
.footer-2025 > .logos-wrapper {
    display: flex;
    align-items: flex-end;
    gap: 5vw;
}
.footer-2025 > .logos-wrapper > .logos > .title {
    font-size: 12px;
    margin-bottom: 10px;
}
.footer-2025 > .logos-wrapper > .logos > .items {
    display: flex;
    gap: 20px;
}
.footer-2025 > .logos-wrapper > .logos > .items > a {
    display: block;
}
.footer-2025 > .logos-wrapper > .logos > .items img {
    display: block;
    width: auto;
    height: 36px;
}
.footer-2025 > .logos-wrapper > .extra-sponsors {
    font-size: 12px;
    text-decoration: underline;
}
.footer-2025 > .foot > .c2 > span {
    margin-inline: 5px;
}
.footer-2025 > .foot {
    margin: 40px 0 0;
    border-top: 1px solid #fff;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    font-size: 12px;
}
@media (max-width: 1024px) {
    .footer-2025 > .logos-wrapper {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 30px;
    }
}
@media (max-width: 900px) {
    .footer-2025 > .logo > svg {
        width: auto;
        height: 7vw;
    }
    .footer-2025 > .cols {
        flex-wrap: wrap;
    }
    .footer-2025 > .cols > .col {
        flex: 1;
        max-width: 100%;
    }
    .footer-2025 > .cols > .col4,     .footer-2025 > .cols > .col5 {
        flex-basis: calc(50% - 2.5vw);
    }
}
@media (max-width: 630px) {
    .footer-2025 > .logo {
        margin-bottom: 40px;
    }
    .footer-2025 > .cols {
        flex-direction: column;
        text-align: center;
    }
    .footer-2025 > .cols > .col5 > .social {
        justify-content: center;
    }
    .footer-2025 > .logos-wrapper > .logos > .items {
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer-2025 > .foot {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}


.border-marble {border-width: 10px; border-image: url(/storage/app/media/_system/marble.jpg) 100 repeat!important}
.border-thick {border: 1vw solid #000!important}
.border-bottom-thick {border-bottom: 1vw solid #000!important}
.border-bottom-thin {border-bottom: 0.5vw solid #000!important}
.item-box{ display:flex;align-items: center; width:100%;padding:4vw 1.5vw; margin-bottom:30px; cursor: pointer; }

.item-box span{
    display: block;
    width:100%;
  
}

.item-box .item-title{
    font-size:1.4rem;
    padding-bottom: 10px;

      text-transform: uppercase;
}

.swiper-slide.today .dia-text { 
    color: #ef4128;
}

.swiper-slide.today .dia-num { 
    font-size: 50px !important;
    
    
    color: #ef4128;

}

.staticpage{
    padding: 40px 0;
    padding: 4vw 0;
    width: 100%;
    margin: 0 auto;
}

footer ul.social-links{
    margin: 0;
    font-size: 22px;
}



/* Flashing */
.hover-flashing figure:hover img {
	opacity: 1;
	-webkit-animation: flash 0.5s;
	animation: flash 0.5s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .93;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .90;
	}
	100% {
		opacity: 1;
	}
}



/* Bluring */
.hover-bluring figure:hover img {
	opacity: 1;
	-webkit-animation: blur 0.3s;
	animation: blur 0.3s;
}
@-webkit-keyframes blur {
	0% {
		filter: blur(0);
	}
	100% {
		filter: blur(1px);
	}
}
@keyframes blur {
	0% {
		filter: blur(0);
	}
	100% {
		filter: blur(1px);
	}
}



.hover-brightness figure:hover img {
    filter: brightness(130%);
}
/* Brigthness */
.hover-brightness figure:hover img {
	opacity: 1;
	-webkit-animation: brightness 0.1s;
	animation: brightness 0.1s;
}
@-webkit-keyframes brightness {
	0% {
		filter: brightness(100%);
	}
	100% {
		filter: brightness(130%);
	}
}
@keyframes brightness {
	0% {
		filter: brightness(100%);
	}
	100% {
		filter: brightness(130%);
	}
}







/* Pagination style 01 */
.pagination-style-01 .page-item .page-link {
  border: 0;
  padding: 0 2px;
  margin: 0 7px;
  background: 0 0;
  color: #666;
  min-width: 45px;
  font-size: inherit;
  text-align: center;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  line-height: 45px;
  min-height: 45px;
}
.pagination-style-01 .page-item .page-link i {
  line-height: 40px;
}
.pagination-style-01 .page-item .page-link:hover {
  background: #fff;
  color: #262b35;
  box-shadow: 0 0 10px rgba(23, 23, 23, 0.15) !important;
}
.pagination-style-01 .page-item .page-link:focus {
  box-shadow: none;
}
.pagination-style-01 .page-item.active .page-link {
  background: #262b35;
  color: #fff;
  box-shadow: 0 0 10px rgba(23, 23, 23, 0.15) !important;
}
.pagination-style-01 .page-item:first-child .page-link, .pagination-style-01 .page-item:last-child .page-link {
  background: transparent;
  box-shadow: none !important;
}
.pagination-style-01.light .page-item:first-child .page-link, .pagination-style-01.light .page-item:last-child .page-link {
  background: transparent;
  box-shadow: none !important;
}
.pagination-style-01.light .page-item:first-child .page-link:hover, .pagination-style-01.light .page-item:last-child .page-link:hover {
  color: #fff;
}


/* number pagination style 01 */
.pagination-style-01 .page-item .page-link {
    line-height: 42px;
}
.pagination-style-01 .page-item.active .page-link {
    background: #262b35!important;
    color: #fff;
}


.page-link.active{
    background-color: #262b35!important;
    color: #fff!important;
}

.page-link.active:hover{
    color: #fff!important;
}



.details-image-side{ float:left; width: 33%;padding:20px 20px 10px 0}
.details-text-side{ float:none; text-align:justify;padding:20px 20px 10px 0px;}


.btn-center-details{
	position:absolute;
	bottom:10px;

}

@media (max-width: 767px) {
 

 
.btn-center-details{
	position:relative;
	bottom:0;
}

 .details-image-side{
        width:100%!important;
        padding:20px 0!important;
    }
}

footer{bottom:0;width:100%}


.white-text-shadow{
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);

}

.scene-details{
    max-height: 175px;
    overflow: hidden;
}


.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    position: absolute; 
    top: 45%;
    color: #fff!important;
    font-size:3rem!important;
    font-weight: bold;
    
}

.owl-carousel .owl-nav button.owl-prev{
    left: 1vw!important;


}
.owl-carousel .owl-nav button.owl-next{
    right: 1vw!important;


}


h1, h2, h3, h4, h5, h6 {
    text-shadow: 0px 0 1px rgba(0, 0, 0, 1)
}




.a2a_kit.a2a_kit_size_32.a2a_default_style{
    padding-top:30px;
    display: flex;
    justify-content: space-evenly;
}




.owl-dots{
    display:flex;
    justify-content: center;
}

.owl-dot{
    border-radius: 50%;
    border:6px solid #666!important;
    margin:10px!important;

}

.owl-dot.active{
    border-color:#000!important;
}


strong{
    font-family: "Americana", sans-serif;
}



.search-result-title{
 /*   background-color: rgb(218, 188, 148);*/
}


#head #search {
    font-size:58px;
}

.footer-2025 {
    z-index:99;
}





.rowa{border:1px solid #000;padding:3px}
[class^="cols-"]{border:2px solid red;padding:3px}

[class=^="a2a"]{filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(210deg) brightness(100%) contrast(100%);}





#menu-new .menu-ribbon .menu-ribon-item .level1, #menu-new .menu-ribbon .menu-ribon-item .level2{
	font-family: "Americana";
}

.header-logo{
	height:96px;
	margin-top:4px;
}
