@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  font-size: 62.5%;
  line-height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 7rem; }

body {
  position: relative;
  background-color: #ffffff;
  font-family: "MSEL";
  color: #000000;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1; }
  body.body-fixed {
    position: fixed;
    width: 100%;
    height: 100vh;
    scroll: none;
    overflow: hidden; }
  @media (min-width: 48rem) {
    body {
      background-image: url("../img/punts-musicals.svg");
      background-position: top left;
      background-repeat: no-repeat;
      background-size: 100%;
      background-attachment: fixed; } }
.hide {
  display: none !important; }

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

a {
  text-decoration: none; }

strong {
  font-family: "MSR";
  font-weight: normal; }

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 132.4rem; }

.img-responsive {
  width: 100%;
  height: auto; }

.site-main {
  margin: 0 auto;
  display: block; }

.home .site-main {
  min-height: 1px;
  margin-top: 4rem;
  padding: 0; }

.entry-content .slider {
  width: 100%;
  margin-bottom: 2rem; }

.entry-content .video {
  width: 100%; }

.entry-content .entry-paragraph a {
  text-decoration: underline; }
  .entry-content .entry-paragraph a:hover {
    text-decoration: none; }

@media (min-width: 48rem) {
  .entry-content {
    padding: 0; }
    .entry-content .entry-paragraph {
      padding-right: 2rem;
      margin-bottom: 2rem; } }

hr.separador {
  border: none;
  width: 100%;
  max-width: 132.4rem;
  margin: 1rem auto 0.25rem;
  height: 1rem;
  background: url("../img/pattern-congusto.svg") center left repeat-x;
  background-size: 1.5rem 0.75rem; }

.section-title {
  display: block;
  line-height: 1.2; }

.button {
  text-align: center;
  padding: 0;
  font-family: "MSEL";
  border: none;
  border-radius: 0;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 2.5;
  cursor: pointer;
  text-align: center;
  pointer: cursor;
  width: 100%;
  background: transparent;
  color: #ffffff; }

.button.is-checked:hover,
.button.is-checked:active,
.button.is-checked {
  color: #ffffff;
  text-decoration: underline; }

.button-group:after {
  content: '';
  display: block;
  clear: both; }

.video-widget {
  background: #000000;
  height: 100%; }
  .video-widget .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto; }
  .video-widget .embed-container iframe,
  .video-widget .embed-container object,
  .video-widget .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.featured-entry {
  padding: 1rem;
  text-align: center;
  display: table;
  width: 100%;
  height: 100%; }
  .featured-entry .featured-content {
    display: table-cell;
    vertical-align: top;
    text-align: left; }
  .featured-entry .entry-antetitle {
    color: #0a1a9c;
    vertical-align: middle;
    margin-top: -1rem !important; }
  .featured-entry .entry-title {
    font-family: "MSEL";
    color: #ffffff;
    padding-right: 0 !important; }
  @media (min-width: 48rem) {
    .featured-entry .featured-entry {
      padding: 2rem; } }
.float-left {
  float: left; }

.float-right {
  float: right; }

.to-top {
  float: right;
  margin: 2rem 1rem 0 0;
  cursor: pointer; }

/* LOAD MORE */
.load_more {
  display: block;
  clear: both;
  position: relative; }

.load_more a, .load_more .loader {
  display: block;
  height: 90px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 90px;
  background: #000;
  overflow: hidden;
  position: relative; }

.load_more {
  display: block;
  clear: both;
  position: relative; }

.load_more a:hover {
  color: #999; }

.img-responsive {
  width: 100%;
  height: auto; }

.img-responsive img {
  width: 100%;
  height: auto; }

/* IMG FOR MOBILE */
@media (min-width: 48rem) {
  .for-mobile {
    display: none; } }

.for-desktop {
  display: none; }
  @media (min-width: 48rem) {
    .for-desktop {
      display: block; } }
/* TABS */
.tabs {
  font-family: "MSEL";
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); }

.tabs label {
  order: 1;
  display: block;
  padding: 1rem 2rem;
  margin-right: 0.2rem;
  cursor: pointer;
  background: #8e8e8d;
  color: #ffffff;
  width: 49.2%;
  transition: background ease 0.2s;
  height: 4rem;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.65;
  text-align: center;
  text-transform: uppercase; }

.tabs .tab {
  order: 99;
  flex-grow: 1;
  width: 100%;
  display: none;
  padding: 1rem;
  background: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #000000;
  height: 100%; }

.tabs input[type="radio"] {
  display: none; }

.tabs input[type="radio"]:checked + label {
  background: #ffffff;
  color: #ffffff; }

.tabs input[type="radio"]:checked + label + .tab {
  display: block; }

@media (max-width: 45em) {
  .tabs .tab,
  .tabs label {
    order: initial; }
  .tabs label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem; } }

.grid-sizer {
  width: 25%; }

.close-btn {
  display: block;
  cursor: pointer; }
  .close-btn span {
    border-radius: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 0.2rem;
    top: 50%;
    margin-top: -1px;
    left: 0;
    display: block;
    background: #ffffff; }
  .close-btn span:first-child {
    opacity: 1;
    transform: rotate(45deg); }
  .close-btn span:last-child {
    opacity: 1;
    transform: rotate(-45deg); }

.active .close-btn {
  position: absolute; }

/* TO TOP */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.scroll-to-top {
  z-index: 99999;
  display: block;
  cursor: pointer;
  text-decoration: none;
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  display: none;
  font-size: 36px; }

/* GALLERY */
.gallery {
  width: 100%;
  position: relative;
  color: #0a1a9c;
  font-family: "MSEL";
  margin: 0 auto !important;
  padding: 3rem 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .gallery figure {
    margin: 2rem 4rem 2rem 0; }
    .gallery figure .gallery-caption {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1.4;
      color: #0a1a9c;
      font-family: "MSEL"; }

#repertori .section-header .section-title {
  color: #ffffff;
  padding-left: 0rem; }

#repertori .wp-block-text {
  width: 100%;
  padding-left: 2rem; }
  #repertori .wp-block-text p {
    color: #ffffff; }

@media (min-width: 48rem) {
  #repertori .section-header .section-title {
    padding-left: 4rem; }
  #repertori .wp-block-text {
    padding-left: 20rem; } }

@media (min-width: 76.8rem) {
  #repertori .wp-block-text {
    padding-left: 40rem; } }

.section span.anchor {
  margin-top: -10rem;
  /* Size of fixed header */
  padding-bottom: 10rem;
  display: block; }

/* TAULA GENERICA */
.wp-block-text table {
  text-align: center;
  border: 1px solid #0a1a9c;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.24;
  margin: 3rem 0; }
  .wp-block-text table tbody tr:first-child td {
    background: #966C49;
    color: #ffffff;
    padding: 1rem 1.5rem; }
  .wp-block-text table td {
    padding: 0.75rem 1.5rem;
    border: 1px solid #0a1a9c;
    vertical-align: middle; }

/* GALERIA WORDPRESS */
.gallery {
  width: 100%; }
  @media (min-width: 48rem) {
    .gallery {
      width: 200%; } }
#AMPA img {
  width: 100%;
  height: auto; }

.min-height .wp-block-text {
  min-height: auto !important; }

.grecaptcha-badge {
  width: 256px !important;
  height: 60px !important;
  display: block !important;
  transition: right 0 ease 0s !important;
  position: fixed !important;
  bottom: 0 !important;
  right: -260px !important;
  box-shadow: gray 0px 0px 0 !important;
  border-radius: 0 !important; }

/* COOKIES */
.cn-position-bottom {
  bottom: -1px; }

#cookie-notice {
  border-top: 1px solid #ffffff; }
  #cookie-notice .cookie-notice-container {
    display: flex;
    flex-direction: row; }
    #cookie-notice .cookie-notice-container .cn-text-container {
      text-align: left;
      font-family: "MSEL";
      color: #ffffff;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.2;
      padding: 1rem; }
    #cookie-notice .cookie-notice-container .cn-buttons-container {
      width: 6.5rem; }
      #cookie-notice .cookie-notice-container .cn-buttons-container a.cn-button {
        border: 1px solid #ffffff;
        background: transparent !important;
        border-radius: 0 !important;
        font-family: "MSEL";
        color: #ffffff;
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 1.2;
        padding: 1rem; }

#pla-estudis .seccio-simple-llarga .section-title {
  margin-left: 2rem; }

#pla-estudis .seccio-simple-llarga .wp-block-text {
  width: 100%; }

#pla-estudis .seccio-simple-llarga .wp-block-image {
  width: 85%;
  min-height: 30rem; }

@media (min-width: 48rem) {
  #pla-estudis .seccio-simple-llarga .section-title {
    margin-left: 0; }
  #pla-estudis .seccio-simple-llarga .wp-block-text,
  #pla-estudis .seccio-simple-llarga .wp-block-image {
    width: 50%; }
  #pla-estudis .seccio-simple-llarga .wp-block-image {
    min-height: 30rem; } }

.desktop {
  display: none; }
  @media (min-width: 48rem) {
    .desktop {
      display: block; } }
.mobile {
  display: block; }
  @media (min-width: 48rem) {
    .mobile {
      display: none; } }
.mc4wp-form-fields {
  font-size: 1.6rem;
  font-size: 16px;
  line-height: 1.2;
  font-family: "MSEL"; }

.mc4wp-form-fields input[type="email"] {
  border: 0px solid #966c49;
  padding: 0.5rem 1rem;
  border-radius: 0.35rem;
  opacity: 0.3;
  font-size: 1.6rem;
  font-size: 16px;
  line-height: 1.2;
  font-family: "MSEL"; }

.mc4wp-form-fields input[type="email"]:focus {
  opacity: 1;
  outline: none; }

.mc4wp-form-fields input[type="submit"] {
  border: none;
  background: #ffffff;
  border-radius: 0.3rem;
  color: #966c49;
  padding: 0.65rem 1rem;
  margin-left: 0.25rem;
  font-size: 1.6rem;
  font-size: 16px;
  line-height: 1.2;
  font-family: "MSEL"; }

.mc4wp-form-fields .mc4wp-response {
  font-size: 1.6rem;
  font-size: 16px;
  line-height: 1.2;
  font-family: "MSEL"; }

.single .entry,
.page .entry {
  width: 100%; }
  .single .entry .entry-image-aperture,
  .page .entry .entry-image-aperture {
    height: 100vh;
    width: 100%;
    display: block; }
  .single .entry .entry-container,
  .page .entry .entry-container {
    margin: 0;
    background: #ffffff; }
    .single .entry .entry-container .entry-content,
    .page .entry .entry-container .entry-content {
      margin: 0 auto;
      padding: 2rem 1rem; }
  .single .entry .flex,
  .page .entry .flex {
    display: flex;
    flex-direction: column; }
    .single .entry .flex .column,
    .page .entry .flex .column {
      width: 100%;
      margin: 0 0 2rem 0;
      position: relative; }

@media (min-width: 48rem) {
  .single .entry .entry-container .entry-content,
  .page .entry .entry-container .entry-content {
    padding: 4rem 0; } }

.page-menu {
  width: 25vw;
  display: block;
  position: fixed; }

.tribe-events-single {
  width: calc(100vw - 25vw);
  float: right; }
  .tribe-events-single .tribe_events {
    display: flex;
    flex-direction: column;
    color: #0a1a9c; }
    .tribe-events-single .tribe_events .bloque-izq-up-izq-event {
      font-size: 30px;
      font-size: 3rem;
      color: #966C49;
      margin-bottom: 0.5rem; }
    .tribe-events-single .tribe_events .tribe-events-single-event-description {
      max-width: 100%;
      padding: 0;
      width: 100%;
      display: block;
      line-height: 3;
      margin: 2rem 0; }
      .tribe-events-single .tribe_events .tribe-events-single-event-description a {
        color: #0a1a9c;
        border: 1px solid #0a1a9c;
        padding: 1rem 2rem;
        font-size: 20px;
        font-size: 2rem;
        font-family: "MSR"; }
        .tribe-events-single .tribe_events .tribe-events-single-event-description a:hover {
          color: #ffffff;
          background: #0a1a9c; }
    .tribe-events-single .tribe_events .tribe-events-single-event-title {
      font-size: 50px;
      font-size: 5rem;
      text-transform: uppercase;
      color: #0a1a9c; }
    .tribe-events-single .tribe_events .bloque-detalles-event {
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.24; }
  .tribe-events-single .tribe-events-venue-map {
    background: #fff;
    border: 0 solid #ddd;
    border-radius: 0;
    display: inline-block;
    float: right;
    margin: 0 0 0 0;
    padding: 0;
    vertical-align: top;
    width: 100%;
    zoom: 1; }
  @media (min-width: 48rem) {
    .tribe-events-single .tribe_events {
      display: flex;
      flex-direction: row;
      padding-right: 2rem; }
      .tribe-events-single .tribe_events > div {
        padding-top: 4rem;
        width: 35%; }
        .tribe-events-single .tribe_events > div:last-child {
          width: 65%; }
      .tribe-events-single .tribe_events .bloque-izq-up-izq-event {
        font-size: 40px;
        font-size: 4rem;
        color: #966C49; }
      .tribe-events-single .tribe_events .tribe-events-single-event-title {
        font-size: 60px;
        font-size: 6rem;
        text-transform: uppercase; } }
/* FONTS */
@font-face {
  font-family: "MSR";
  src: url("../fonts/MundoSerif-Regular.woff2") format("woff2"), url("../fonts/MundoSerif-Regular.woff") format("woff"), url("../fonts/MundoSerif-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: "MSEL";
  src: url("../fonts/MundoSerif-ExtraLight.woff2") format("woff2"), url("../fonts/MundoSerif-ExtraLight.woff") format("woff"), url("../fonts/MundoSerif-ExtraLight.otf") format("opentype");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: "MPR";
  src: url("../fonts/MinionPro-Regular.woff2") format("woff2"), url("../fonts/MinionPro-Regular.woff") format("woff"), url("../fonts/MinionPro-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400; }

.menu-nav {
  height: 0;
  padding-top: 0; }
  .menu-nav ul.menu {
    display: none; }
  .menu-nav.active {
    height: 100vh; }
    .menu-nav.active ul.menu {
      display: block;
      z-index: 2;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      overflow-y: auto;
      height: 95vh; }
      .menu-nav.active ul.menu li {
        font-family: "MSEL";
        text-align: left;
        margin: 0 2rem;
        text-transform: uppercase;
        display: block;
        font-size: 38px;
        font-size: 3.8rem;
        line-height: 1;
        position: relative;
        margin-bottom: 2rem; }
        .menu-nav.active ul.menu li:before {
          content: '+';
          position: absolute;
          right: 0; }
        .menu-nav.active ul.menu li.open:before {
          content: '-'; }
        .menu-nav.active ul.menu li:last-child:before {
          content: ''; }
        .menu-nav.active ul.menu li.events {
          margin-bottom: 6rem; }
          .menu-nav.active ul.menu li.events a {
            color: #966C49;
            top: 0; }
          .menu-nav.active ul.menu li.events:before {
            content: ' '; }
        .menu-nav.active ul.menu li a {
          color: #0a1a9c;
          text-decoration: none; }
          .menu-nav.active ul.menu li a:hover {
            text-decoration: underline !important; }
        .menu-nav.active ul.menu li:first-child {
          margin-top: 10rem; }
        .menu-nav.active ul.menu li.search-item {
          font-size: 30px;
          font-size: 3rem;
          color: #0a1a9c;
          cursor: pointer; }
        .menu-nav.active ul.menu li .sub-menu {
          margin-bottom: 1rem;
          display: none;
          height: 1px; }
          .menu-nav.active ul.menu li .sub-menu.active {
            display: block;
            height: auto; }
          .menu-nav.active ul.menu li .sub-menu li {
            font-size: 30px;
            font-size: 3rem;
            margin: 0;
            text-transform: none;
            line-height: 1.5; }
            .menu-nav.active ul.menu li .sub-menu li:before {
              content: ' '; }
            .menu-nav.active ul.menu li .sub-menu li a {
              color: #966C49;
              text-decoration: none; }
              .menu-nav.active ul.menu li .sub-menu li a:hover {
                text-decoration: underline; }
            .menu-nav.active ul.menu li .sub-menu li:first-child {
              margin-top: 0; }
            .menu-nav.active ul.menu li .sub-menu li.element-destacat a {
              text-decoration: underline; }
              .menu-nav.active ul.menu li .sub-menu li.element-destacat a:hover {
                text-decoration: none; }
  .menu-nav .search #searchform {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.45;
    color: #0a1a9c;
    font-family: "MSEL";
    display: flex;
    flex-direction: row; }
    .menu-nav .search #searchform input {
      border: none;
      width: inherit;
      margin-right: 1rem;
      color: #8e8e8d;
      border-bottom: 1px solid #8e8e8d;
      font-family: "MSEL";
      font-size: 20px;
      font-size: 2rem;
      line-height: 2;
      padding-bottom: 0.5rem; }
      .menu-nav .search #searchform input[type="submit"] {
        width: 20%;
        max-width: 7rem;
        line-height: 1.7;
        font-size: 16px;
        font-size: 1.6rem;
        border: 1px solid #0a1a9c;
        color: #0a1a9c;
        background: transparent;
        text-align: center; }
        .menu-nav .search #searchform input[type="submit"]:hover {
          background: #0a1a9c;
          color: #ffffff;
          cursor: pointer; }
  @media (min-width: 76.8rem) {
    .menu-nav {
      height: 0;
      padding-top: 0; }
      .menu-nav ul.menu {
        position: absolute;
        right: 1rem;
        top: 1rem;
        z-index: 20;
        text-align: right;
        bottom: auto;
        height: 6rem; }
        .menu-nav ul.menu li {
          display: inline-block;
          margin: 0 2rem;
          padding: 2rem 0 0 0; }
          .menu-nav ul.menu li a {
            color: #0a1a9c;
            font-size: 30px;
            font-size: 3rem;
            line-height: 1.5; }
          .menu-nav ul.menu li.current-menu-item a {
            color: #0a1a9c;
            text-decoration: underline; }
          .menu-nav ul.menu li:first-child {
            margin-top: 0; }
          .menu-nav ul.menu li.search-item label {
            display: none; }
          .menu-nav ul.menu li.search-item .ico-search {
            margin-bottom: -0.5rem;
            background: transparent url("../img/lupa.svg") center center no-repeat;
            background-size: 2rem;
            height: 3rem;
            width: 3rem;
            display: block;
            cursor: pointer; }
          .menu-nav ul.menu li.events {
            display: none; }
      .menu-nav.active {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: #ffffff;
        z-index: 40;
        height: auto;
        height: 100vh; }
        .menu-nav.active ul.menu {
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          margin-top: 12rem; }
          .menu-nav.active ul.menu li {
            width: 20%;
            padding: 0; }
            .menu-nav.active ul.menu li.events {
              display: block; }
            .menu-nav.active ul.menu li.search-item {
              padding-left: 2rem; }
            .menu-nav.active ul.menu li a {
              line-height: 1.5;
              display: inherit;
              font-size: 30px;
              font-size: 3rem; }
            .menu-nav.active ul.menu li:before {
              content: ' '; }
            .menu-nav.active ul.menu li:first-child {
              margin: 0 0 0 4rem; }
            .menu-nav.active ul.menu li ul.sub-menu {
              height: auto;
              display: block; }
              .menu-nav.active ul.menu li ul.sub-menu li {
                width: 100%;
                padding: 0; }
                .menu-nav.active ul.menu li ul.sub-menu li.element-destacat a {
                  text-decoration: underline; }
                  .menu-nav.active ul.menu li ul.sub-menu li.element-destacat a:hover {
                    text-decoration: none; } }
#burguer {
  display: block;
  position: fixed;
  top: 4.25rem;
  right: 2rem;
  height: 3rem;
  width: 3rem;
  z-index: 50;
  cursor: pointer; }
  #burguer span {
    position: absolute;
    width: 3rem;
    height: 0.2rem;
    left: 0;
    background: #966C49;
    transition: 0.25s;
    display: block;
    top: 1.15rem; }
  #burguer span:first-child {
    left: 0;
    top: 0rem; }
  #burguer span:last-child {
    left: 0;
    top: 2.3rem; }
  #burguer:hover {
    cursor: pointer; }
  #burguer.active {
    top: 2rem; }
    #burguer.active span {
      border-radius: 0;
      opacity: 0;
      top: 50%;
      position: absolute;
      width: 100%;
      height: 0.2rem;
      top: 50%;
      margin-top: -1px;
      left: 0;
      display: block;
      background: #966C49; }
    #burguer.active span:first-child {
      opacity: 1;
      transform: rotate(45deg); }
    #burguer.active span:last-child {
      opacity: 1;
      transform: rotate(-45deg); }
  @media (min-width: 48rem) {
    #burguer {
      top: 2rem;
      right: 2rem;
      height: 1.35rem; }
      #burguer.active span {
        border-radius: 0;
        opacity: 0;
        top: 50%;
        position: absolute;
        width: 100%;
        height: 0.2rem;
        top: 50%;
        margin-top: -1px;
        left: 0;
        display: block;
        background: #966C49; }
      #burguer.active span:first-child {
        opacity: 1;
        transform: rotate(45deg); }
      #burguer.active span:last-child {
        opacity: 1;
        transform: rotate(-45deg); } }
.page-template-page-calendari #burguer {
  top: 2.25rem !important; }
  .page-template-page-calendari #burguer span {
    background: #ffffff; }
  .page-template-page-calendari #burguer.active {
    top: 0 !important; }
    .page-template-page-calendari #burguer.active span {
      background: #966C49; }

/* PAGE MENU */
.page-menu {
  position: relative; }
  .page-menu .menu {
    display: none;
    margin: 10rem 0 0 4rem; }
    .page-menu .menu li {
      text-transform: uppercase;
      display: block;
      margin-bottom: 2rem;
      font-size: 30px;
      font-size: 3rem;
      font-family: "MSEL"; }
      .page-menu .menu li a {
        color: #0a1a9c;
        padding-bottom: 2rem; }
    .page-menu .menu ul.sub-menu {
      display: block;
      margin-top: 2rem; }
      .page-menu .menu ul.sub-menu li {
        line-height: 1.2;
        display: block;
        margin-bottom: 1rem;
        font-size: 24px;
        font-size: 2.4rem; }
        .page-menu .menu ul.sub-menu li a {
          color: #966C49;
          text-transform: none; }
          .page-menu .menu ul.sub-menu li a:hover {
            text-decoration: underline; }
    @media (min-width: 48rem) {
      .page-menu .menu {
        display: block;
        position: fixed; } }
.lenguage-contact {
  position: absolute;
  right: 15rem;
  top: 1.5rem;
  width: 15rem;
  display: none;
  z-index: 8; }
  @media (min-width: 48rem) {
    .lenguage-contact {
      display: block;
      position: fixed;
      right: 18rem;
      top: 2.5rem;
      width: 16rem;
      z-index: 8; } }
  @media (min-width: 76.8rem) {
    .lenguage-contact {
      right: 9rem;
      top: 1.5rem; } }
  .lenguage-contact a {
    color: #0a1a9c; }
    .lenguage-contact a:hover {
      text-decoration: underline; }
  .lenguage-contact .idiomas li {
    display: inline;
    padding: 0 1rem;
    border-right: 1px solid #0a1a9c; }
    .lenguage-contact .idiomas li:last-child {
      border: none; }
    .lenguage-contact .idiomas li a {
      font-family: "";
      color: #0a1a9c;
      line-height: 1.5rem; }
      .lenguage-contact .idiomas li a.active {
        display: none; }

.page-template-page-calendari .lenguage-contact .idiomas li {
  border-right: 1px solid #ffffff; }
  .page-template-page-calendari .lenguage-contact .idiomas li:last-child {
    border: none; }
  .page-template-page-calendari .lenguage-contact .idiomas li a {
    color: #ffffff; }

.page-template-page-calendari .lenguage-contact a {
  color: #ffffff; }

.page-template-page-calendari.body-fixed .lenguage-contact .idiomas li {
  border-right: 1px solid #0a1a9c; }
  .page-template-page-calendari.body-fixed .lenguage-contact .idiomas li:last-child {
    border: none; }
  .page-template-page-calendari.body-fixed .lenguage-contact .idiomas li a {
    color: #0a1a9c; }

.page-template-page-calendari.body-fixed .lenguage-contact a {
  color: #0a1a9c; }

.ico-search {
  cursor: pointer; }

.search .seccio {
  margin: 10rem auto; }
  .search .seccio a {
    font-family: "MSEL";
    color: #0a1a9c; }
  .search .seccio .section-title {
    font-size: 15px;
    font-size: 1.5rem;
    color: #966C49; }
  .search .seccio .searchform {
    margin: 0; }
    .search .seccio .searchform input {
      display: inline-block;
      margin: 0;
      width: 50%; }
  .search .seccio .search-content {
    display: flex;
    flex-direction: column;
    padding: 0 2rem; }
    .search .seccio .search-content .section-header .section-title {
      font-size: 30px;
      font-size: 3rem; }
    .search .seccio .search-content .search-results {
      padding: 0 2rem; }
      .search .seccio .search-content .search-results article {
        margin: 1rem 0 5rem; }
        .search .seccio .search-content .search-results article .entry-summary {
          font-size: 20px;
          font-size: 2rem;
          line-height: 1.45;
          color: #0a1a9c; }
        .search .seccio .search-content .search-results article .entry-title {
          font-size: 40px;
          font-size: 4rem; }
  @media (min-width: 48rem) {
    .search .seccio .search-content {
      flex-direction: row; }
      .search .seccio .search-content .search-results,
      .search .seccio .search-content .search-form {
        width: 50%;
        padding: 0 10rem; } }
.searchform {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.45;
  color: #0a1a9c;
  font-family: "MSEL";
  margin: 6rem 0 10rem 0; }
  .searchform .custom-search-form input {
    border: none;
    width: 70%;
    margin-right: 2rem;
    color: #8e8e8d;
    border-bottom: 1px solid #8e8e8d;
    font-family: "MSEL";
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 2;
    padding-bottom: 0.5rem; }
    .searchform .custom-search-form input[type="submit"] {
      width: 15rem;
      line-height: 1.7;
      font-size: 24px;
      font-size: 2.4rem;
      border: 1px solid #0a1a9c;
      color: #0a1a9c;
      background: transparent; }
      .searchform .custom-search-form input[type="submit"]:hover {
        background: #0a1a9c;
        color: #ffffff;
        cursor: pointer; }

.body-fixed .events {
  display: none; }

.body-fixed .audio {
  display: none; }

#events {
  font-family: "MSR"; }

.site-header {
  position: relative;
  width: 100%;
  transition: top 0.3s;
  height: 7rem;
  z-index: 2; }
  .site-header .site-branding {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    z-index: 45;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
    height: 8.5rem;
    background: #ffffff; }
  .site-header .site-title {
    top: 2.5rem;
    left: 1rem;
    margin: 0 auto;
    max-width: 20rem;
    position: absolute;
    z-index: 30;
    width: 100%; }
    .site-header .site-title .logo {
      display: block;
      text-indent: -100000px;
      height: 5rem; }
  .site-header.active {
    position: absolute;
    z-index: 6;
    width: 100%;
    text-align: center;
    background: #ffffff;
    height: 100%; }
    .site-header.active .site-branding {
      background: #ffffff; }
      .site-header.active .site-branding .site-title {
        top: 1rem; }
  @media (min-width: 76.8rem) {
    .site-header {
      position: inherit;
      height: 10rem; }
      .site-header .site-branding {
        background: transparent !important;
        position: relative;
        top: 0;
        height: 12rem; }
        .site-header .site-branding .site-title {
          max-width: 38rem;
          top: 2rem;
          left: 7rem; }
          .site-header .site-branding .site-title .logo {
            height: 9rem;
            margin-left: 3rem; }
      .site-header.fix {
        top: 0;
        z-index: 2;
        position: fixed;
        background: #ffffff;
        height: 7rem; }
        .site-header.fix .site-branding {
          top: 0;
          height: 7rem; }
          .site-header.fix .site-branding .site-title {
            top: 1.25rem;
            max-width: 20rem;
            left: 1rem; }
            .site-header.fix .site-branding .site-title .logo {
              height: 4rem;
              margin-left: 0; } }
  .site-header.active {
    margin-top: 0; }
    .site-header.active .site-branding {
      height: 7rem; }
      .site-header.active .site-branding .site-title {
        top: 1.5rem;
        max-width: 20rem; }
        .site-header.active .site-branding .site-title .logo {
          height: 4rem;
          margin-left: 0; }

.page-template-page-calendari .site-header .site-title {
  max-width: 28rem !important;
  top: 0 !important;
  left: 0 !important; }

.page-template-page-calendari .site-header .logo {
  background: url("https://test.escolania.cat/wp-content/uploads/2019/11/logo-escolania-blanc.svg") top left no-repeat !important;
  background-size: auto;
  background-size: 100% 100% !important; }

.page-template-page-calendari.body-fixed .site-header .site-title {
  top: 2rem !important;
  left: 2rem !important; }

.page-template-page-calendari.body-fixed .site-header .logo {
  background: url("https://test.escolania.cat/wp-content/uploads/2019/11/logo-escolania.svg") top left no-repeat !important;
  background-size: auto;
  background-size: 100% 100% !important; }

.page-template-page-calendari .site-branding {
  background-color: #966C49; }
  .page-template-page-calendari .site-branding .site-title {
    margin-top: 1rem; }

/* TEXT*/
.site-title {
  font-family: "";
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1; }

.site-slogan {
  font-family: "";
  font-weight: 700;
  font-size: 60px;
  font-size: 6rem;
  line-height: 1; }
  @media (min-width: 48rem) {
    .site-slogan {
      font-size: 70px;
      font-size: 7rem; } }
.section-title {
  font-size: 20px;
  font-size: 2rem;
  font-family: "MSEL";
  line-height: 1.1;
  margin-bottom: 0.95rem; }
  @media (min-width: 48rem) {
    .section-title {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1.5; } }
.entry-section {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1; }

.entry-title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1;
  font-family: "";
  margin-bottom: 1.35rem; }

.entry-subtitle {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.35;
  margin-top: -3px;
  margin-bottom: 1.65rem; }

.entry-paragraph p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.45;
  margin-top: -2px; }

.entry-antetitle {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.15;
  text-transform: uppercase;
  display: block;
  font-family: "MSR"; }

.entry-title {
  font-size: 50px;
  font-size: 5rem;
  line-height: 1;
  font-family: "MSR"; }

.entry-tagline {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.25;
  max-width: 50%; }

.entry-subtitle {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.35;
  display: block; }

.entry-paragraph-title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.35;
  font-weight: bold;
  display: block;
  font-family: "MSR";
  margin-bottom: 2rem;
  margin-top: 2rem; }
  @media (min-width: 48rem) {
    .entry-paragraph-title {
      max-width: 70rem; } }
.entry-paragraph {
  margin: 0 auto;
  padding: 2rem; }
  .entry-paragraph p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin: -2px 0 2rem 0;
    padding: 0;
    display: block; }
  .entry-paragraph.columns p {
    column-count: 2;
    column-gap: 4rem; }

.entry-text-image {
  background: #343434;
  width: 100%;
  display: flex;
  flex-direction: column; }
  .entry-text-image .entry-text-image_image {
    width: 100%;
    min-height: 40rem; }
  .entry-text-image .entry-text-image_text {
    width: 100%;
    padding: 5rem;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3;
    color: #ffffff; }
    .entry-text-image .entry-text-image_text p {
      font-size: 17px;
      font-size: 1.7rem;
      line-height: 1.3;
      max-width: 50rem;
      font-family: "MSEL"; }
    .entry-text-image .entry-text-image_text a {
      color: #ffffff;
      text-decoration: underline; }
      .entry-text-image .entry-text-image_text a:hover {
        text-decoration: none; }
  .entry-text-image.img-to-right .entry-text-image_image {
    order: 2; }
  .entry-text-image.img-to-right .entry-text-image_text {
    order: 1; }
  @media (min-width: 48rem) {
    .entry-text-image {
      flex-direction: row; }
      .entry-text-image .entry-text-image_image,
      .entry-text-image .entry-text-image_text {
        width: 50%; } }
.entry-featured {
  padding: 5rem 0;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.15;
  font-family: "MSEL";
  font-style: normal; }
  .entry-featured p {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.15;
    font-family: "MSEL";
    font-style: normal;
    color: #966C49;
    display: block;
    max-width: 40rem; }
    .entry-featured p em {
      font-style: normal; }
  .entry-featured.quote p {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 4rem; }
  .entry-featured.quote strong {
    text-align: right;
    display: block;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.1;
    color: #8e8e8d;
    margin: 1rem 0 0.5rem;
    max-width: 40rem; }
  .entry-featured.quote em {
    text-align: right;
    display: block;
    color: #8e8e8d;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.25;
    max-width: 40rem;
    font-style: normal;
    padding-left: 20rem; }

.entry-gallery {
  display: flex;
  flex-direction: wrap;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: stretch; }
  .entry-gallery .entry-image {
    display: table-cell;
    margin: 0;
    width: 50%; }
    .entry-gallery .entry-image a {
      position: relative;
      display: table;
      width: 100%;
      height: 100%; }
      .entry-gallery .entry-image a .entry-caption {
        display: table;
        caption-side: bottom;
        padding: 1rem;
        margin: 1rem;
        opacity: 0;
        background: #ffffff; }
        .entry-gallery .entry-image a .entry-caption p {
          color: #000000; }
      .entry-gallery .entry-image a:hover {
        opacity: 0.95;
        cursor: zoom-in; }
        .entry-gallery .entry-image a:hover .entry-caption {
          opacity: 1; }
  @media (min-width: 48rem) {
    .entry-gallery .entry-image {
      width: 50%;
      max-width: inherit; } }
  @media (min-width: 76.8rem) {
    .entry-gallery .entry-image {
      width: 50%;
      max-width: inherit; } }
  @media (min-width: 48rem) {
    .entry-gallery.two-columns .entry-image {
      width: 50%;
      max-width: inherit; } }
  @media (min-width: 76.8rem) {
    .entry-gallery.two-columns .entry-image {
      width: 50%;
      max-width: inherit; } }
  @media (min-width: 48rem) {
    .entry-gallery.three-columns .entry-image {
      width: 33.33333333%;
      max-width: inherit; } }
  @media (min-width: 76.8rem) {
    .entry-gallery.three-columns .entry-image {
      width: 33.33333333%;
      max-width: inherit; } }
  @media (min-width: 48rem) {
    .entry-gallery.four-columns .entry-image {
      width: 25%;
      max-width: inherit; } }
  @media (min-width: 76.8rem) {
    .entry-gallery.four-columns .entry-image {
      width: 25%;
      max-width: inherit; } }
.entry-gr-items {
  width: 100%;
  padding: 3rem 0; }
  .entry-gr-items ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    max-width: 80rem;
    margin: 0 auto; }
    .entry-gr-items ul li {
      text-align: center; }
      .entry-gr-items ul li p {
        font-size: 14px;
        font-size: 1.4rem;
        color: #e5eaea;
        font-family: 'ASM'; }

.entry-txt-items {
  padding: 2rem 0;
  width: 100%;
  max-width: 56rem;
  text-align: center; }
  .entry-txt-items .section-title {
    font-size: 20px;
    font-size: 2rem;
    font-family: "";
    font-weight: bold;
    color: #000000 !important; }
  .entry-txt-items ul {
    display: flex;
    justify-content: center; }
    .entry-txt-items ul li {
      display: inline-block;
      text-align: center;
      font-size: 750%;
      margin: 3.5%;
      line-height: 1;
      max-width: 38%; }
      .entry-txt-items ul li .value-title {
        font-size: 20px;
        font-size: 2rem;
        font-family: "MSEL";
        display: block;
        margin-bottom: 2rem; }
      .entry-txt-items ul li .counter-positive {
        display: inline; }
      .entry-txt-items ul li .valor-item {
        font-size: 30px;
        font-size: 3rem; }
      .entry-txt-items ul li p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.25;
        display: block;
        margin: 1rem 0; }

.entry-list {
  padding: 0;
  margin: 3rem 1rem 0 1rem;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2; }
  .entry-list li {
    list-style: none;
    padding: 0;
    margin: 1rem 1rem 1rem 2rem;
    padding-left: 1rem;
    line-height: 1.5;
    color: #4e4e4d; }
    .entry-list li:before {
      margin: 0 1rem 0 -2rem;
      content: ' ';
      background: url("../img/blue-bullet.svg") center no-repeat;
      background-size: 100% 100%;
      width: 0.75rem;
      height: 0.75rem;
      text-align: left;
      display: inline-block; }
    .entry-list li strong {
      font-family: "MSR"; }
  .entry-list.ordered {
    margin: 5rem 0;
    counter-reset: item; }
    .entry-list.ordered li {
      margin-left: -1rem;
      counter-increment: item;
      display: table; }
      .entry-list.ordered li:before {
        padding-right: 1.5rem;
        vertical-align: top;
        content: counter(item);
        font-size: 25px;
        font-size: 2.5rem;
        font-family: "MSEL";
        color: #966C49;
        text-align: left;
        display: table-cell; }
      @media (min-width: 48rem) {
        .entry-list.ordered li {
          margin-left: -3.5rem; } }
  @media (min-width: 76.8rem) {
    .entry-list {
      margin: 9rem 0 0 0; } }
.page .site-main.flex {
  display: flex;
  flex-direction: row; }
  .page .site-main.flex .page-menu {
    display: none; }
  .page .site-main.flex .page-content {
    width: 100%;
    padding-top: 3rem; }
  @media (min-width: 76.8rem) {
    .page .site-main.flex .page-menu {
      display: block;
      width: 25vw; }
    .page .site-main.flex .page-content {
      width: calc(100vw - 25vw); } }
.about .menu {
  margin-bottom: 2rem; }
  .about .menu a {
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.01rem; }

.about .section-content {
  background: #ffffff; }
  .about .section-content p {
    display: block;
    margin: 1rem;
    font-size: 16px;
    font-size: 1.6rem; }
  .about .section-content .entry-header {
    opacity: 1;
    top: 1rem;
    left: 1rem; }
    .about .section-content .entry-header .entry-content {
      color: #ffffff;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.5; }

.contact-form {
  text-align: center;
  margin: 0 auto 1rem;
  padding: 0 1rem; }
  .contact-form .section-title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1;
    text-align: left;
    margin: 1rem auto;
    font-family: "MSEL";
    font-weight: 700;
    color: #8e8e8d;
    text-transform: none; }
  .contact-form .site-footer .content .menu {
    margin: 5rem 0 0 0; }
    .contact-form .site-footer .content .menu li a {
      color: #0a1a9c; }

/** FORMULARI */
.wpcf7 .wpcf7-form-control {
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
  margin: 1rem 0 0.5rem 0;
  line-height: 2;
  border-radius: 0;
  background: transparent;
  border: 1px solid #8e8e8d;
  padding-left: 0.5rem;
  font-family: "MSEL";
  color: #000000; }
  .wpcf7 .wpcf7-form-control::placeholder {
    color: #8e8e8d;
    opacity: 1;
    font-family: "MSEL"; }
  .wpcf7 .wpcf7-form-control:-ms-input-placeholder {
    color: #8e8e8d;
    font-family: "MSEL"; }
  .wpcf7 .wpcf7-form-control::-ms-input-placeholder {
    color: #8e8e8d;
    font-family: "MSEL"; }
  .wpcf7 .wpcf7-form-control.wpcf7-textarea {
    height: 30rem;
    font-family: "MSEL";
    padding-left: 1rem;
    border-radius: 0; }

.wpcf7 .wpcf7-submit {
  line-height: 2.5;
  max-width: 10rem;
  padding: 0;
  margin-top: 2rem;
  background: transparent;
  border: none;
  text-transform: uppercase;
  border-radius: 0;
  background: #0a1a9c;
  border: 1px solid #0a1a9c;
  color: #ffffff;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
  font-family: "MSEL";
  float: right; }
  .wpcf7 .wpcf7-submit:hover {
    background-color: #ffffff;
    border: 1px solid #0a1a9c;
    color: #0a1a9c;
    cursor: pointer; }

.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-acceptance-missing {
  border: 0px solid red;
  background: #ff0a35;
  color: white;
  line-height: 2;
  padding-top: 0.5rem; }

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #0a1a9c !important;
  padding: 2rem;
  color: #0a1a9c;
  background: #ffffff;
  border-width: 1px;
  margin: 3em 0 2rem; }

@media (min-width: 48rem) {
  padding: 0;
  .section-title {
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 1.2; } }

.cf7sr-g-recaptcha {
  margin: 0 auto -2rem;
  text-align: center;
  max-width: 304px; }

.site-footer {
  background: #966C49;
  color: #ffffff;
  font-family: "MSEL"; }
  .site-footer ul.menu {
    margin-top: 0 !important; }
  .site-footer ul.menu li a,
  .site-footer a {
    color: #ffffff !important;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
    display: block;
    margin-bottom: 0.75rem; }
    .site-footer ul.menu li a:hover,
    .site-footer a:hover {
      text-decoration: underline; }
  .site-footer .content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .site-footer .content .entry {
      width: 46%;
      margin: 2%; }
      .site-footer .content .entry:nth-child(1) {
        width: 100%;
        margin: 2rem; }
      .site-footer .content .entry:nth-child(2) ul.menu li a, .site-footer .content .entry:nth-child(2) .site-footer a {
        text-transform: uppercase !important; }
      .site-footer .content .entry:nth-child(4) {
        width: 96%; }
  .site-footer .wpml-ls-legacy-dropdown a {
    display: block;
    text-decoration: none;
    color: #fff;
    border: 0px solid #cdcdcd;
    background-color: transparent;
    padding: 5px 0;
    padding-right: 0px;
    line-height: 1;
    width: 17rem;
    background: #966C49;
    border-top: 0px solid #cdcdcd; }
    .site-footer .wpml-ls-legacy-dropdown a:hover {
      background: transparent;
      border: 0px solid #cdcdcd !important; }
  @media (min-width: 48rem) {
    .site-footer .content .entry {
      width: 15%;
      margin: 1%; }
      .site-footer .content .entry:nth-child(1) {
        width: 50%;
        margin: 1% 0; }
      .site-footer .content .entry:nth-child(2) {
        width: 10%; }
      .site-footer .content .entry:nth-child(3) {
        width: 18%; }
      .site-footer .content .entry:nth-child(4) {
        width: 15%; }
    .site-footer .content .img-responsive {
      margin-top: 4rem;
      margin-left: 5rem;
      max-width: 32rem;
      display: inherit; } }
  .site-footer .idiomas li {
    display: inline-block;
    margin: 0 1rem 0 0;
    padding-right: 1rem;
    border-right: 1px solid #ffffff; }
    .site-footer .idiomas li:last-child {
      border-right: 0px solid #ffffff; }

/* Events LIST */
.tooltipster-base {
  display: none !important; }

.mec-event-carousel-type2 .mec-event-carousel-content-type2 {
  min-height: auto; }

.mec-event-carousel-type2 .owl-item img {
  display: block;
  width: 100%;
  height: auto; }

.mec-event-carousel-type2 .owl-item.cloned .mec-event-article {
  display: none; }

.mec-event-carousel-type2 .mec-event-sharing-wrap {
  display: none; }

.mec-event-carousel-type2 .event-carousel-type2-head {
  border: none; }

.mec-event-carousel-type2 .mec-event-date-info {
  color: #ffffff !important; }

.mec-event-carousel-type2 .mec-event-footer-carousel-type2 {
  text-align: center; }
  .mec-event-carousel-type2 .mec-event-footer-carousel-type2 .mec-booking-button {
    margin: 0 auto !important;
    float: none;
    border-radius: 0.35rem; }
    .mec-event-carousel-type2 .mec-event-footer-carousel-type2 .mec-booking-button:hover {
      color: #966C49 !important; }

.page-template-page-calendari p {
  color: white; }
  .page-template-page-calendari p a {
    color: white;
    text-decoration: underline; }
    .page-template-page-calendari p a:hover {
      text-decoration: none; }

div.events {
  width: 100%;
  padding: 1rem 0;
  text-align: center;
  color: #966C49;
  text-transform: uppercase;
  font-size: 10.1px;
  font-size: 1.01rem;
  line-height: 1.15;
  top: 0;
  position: fixed;
  z-index: 6; }
  div.events > a {
    font-weight: bold;
    letter-spacing: 0.05rem;
    color: #ffffff;
    border: 1px solid #0a1a9c;
    background: #0a1a9c;
    padding: 0.8rem 1rem 0.65rem;
    border-radius: .3rem;
    text-decoration: none;
    top: 10rem;
    position: absolute;
    left: 50%;
    right: 50%;
    width: 14rem;
    margin-left: -7rem; }
    div.events > a:hover {
      color: #0a1a9c;
      background: #ffffff;
      text-decoration: none; }
  div.events.fix > a {
    display: none; }
  @media (min-width: 48rem) {
    div.events {
      width: 45rem; }
      div.events > a {
        top: 4.5rem;
        position: absolute;
        left: 56%;
        right: auto;
        width: 15rem;
        margin-left: 0; }
      div.events.fix > a {
        display: block; } }
  @media (min-width: 76.8rem) {
    div.events {
      color: #0a1a9c;
      top: 0;
      position: relative;
      width: 100%;
      right: auto;
      left: 10rem;
      max-width: 76rem;
      font-size: 14px;
      font-size: 1.4rem;
      text-align: left; }
      div.events > a {
        top: 11rem;
        position: absolute;
        left: 55%;
        right: auto;
        width: 19rem;
        margin-left: 0;
        text-align: center; }
      div.events.fix {
        font-size: 12px;
        font-size: 1.2rem;
        position: fixed;
        top: 3.5rem;
        left: 31rem;
        max-width: 48rem; }
        div.events.fix > a {
          top: -1.55rem;
          right: -20rem;
          left: auto; } }
  @media (min-width: 102.4rem) {
    div.events {
      max-width: 100rem; }
      div.events.fix {
        position: fixed;
        left: 36rem;
        max-width: 70rem; } }
.page-template-page-calendari {
  background: #966C49;
  /* DETALL PAGINA EVENTS */ }
  .page-template-page-calendari .page-content {
    padding-top: 3rem; }
  .page-template-page-calendari h2 {
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 20px;
    font-size: 2rem; }
    @media (min-width: 48rem) {
      .page-template-page-calendari h2 {
        font-size: 55px;
        font-size: 5.5rem;
        margin-bottom: 2rem; } }
  .page-template-page-calendari .mec-skin-carousel-events-container {
    text-align: center; }
  .page-template-page-calendari .mec-slider-t5-wrap {
    width: auto;
    padding: 0;
    margin: 0 auto;
    min-height: 300px; }
  .page-template-page-calendari .mec-slider-t5 {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
    .page-template-page-calendari .mec-slider-t5 .mec-slider-t5-img,
    .page-template-page-calendari .mec-slider-t5 .mec-event-location {
      display: none; }
    .page-template-page-calendari .mec-slider-t5 .mec-event-month,
    .page-template-page-calendari .mec-slider-t5 .mec-event-detail {
      text-align: center;
      color: #ffffff;
      font-size: 20px;
      font-size: 2rem;
      line-height: 2; }
    .page-template-page-calendari .mec-slider-t5 .mec-event-date {
      font-size: 40px;
      font-size: 4rem;
      width: 100%;
      margin: 0 auto 1rem; }
    .page-template-page-calendari .mec-slider-t5 .mec-event-grid-modern .event-grid-modern-head {
      margin-bottom: 0;
      padding: 1rem;
      text-align: left;
      background: transparent;
      border-bottom: 0px solid #eee; }
    .page-template-page-calendari .mec-slider-t5 .mec-event-description,
    .page-template-page-calendari .mec-slider-t5 .mec-event-description p {
      color: white; }
    .page-template-page-calendari .mec-slider-t5 .mec-event-content {
      padding: 0; }
    .page-template-page-calendari .mec-slider-t5 .mec-event-title {
      text-align: center;
      font-size: 32px;
      font-size: 3.2rem; }
      .page-template-page-calendari .mec-slider-t5 .mec-event-title .event-color {
        display: none; }
    .page-template-page-calendari .mec-slider-t5 .mec-event-footer {
      display: none; }
    .page-template-page-calendari .mec-slider-t5 .owl-nav .owl-next {
      border: none;
      right: 0; }
      .page-template-page-calendari .mec-slider-t5 .owl-nav .owl-next i {
        font-size: 30px;
        font-size: 3rem; }
      .page-template-page-calendari .mec-slider-t5 .owl-nav .owl-next:hover {
        background: transparent; }
        .page-template-page-calendari .mec-slider-t5 .owl-nav .owl-next:hover i {
          color: #ffffff; }
    .page-template-page-calendari .mec-slider-t5 .owl-nav .owl-prev {
      left: 0;
      border: none; }
      .page-template-page-calendari .mec-slider-t5 .owl-nav .owl-prev i {
        font-size: 30px;
        font-size: 3rem;
        float: left; }
      .page-template-page-calendari .mec-slider-t5 .owl-nav .owl-prev:hover {
        background: transparent; }
        .page-template-page-calendari .mec-slider-t5 .owl-nav .owl-prev:hover i {
          color: #ffffff; }
  .page-template-page-calendari .mec-wrap .mec-color {
    color: #ffffff !important; }
  .page-template-page-calendari .mec-wrap .mec-calendar-side .mec-next-month i,
  .page-template-page-calendari .mec-wrap .mec-calendar-side .mec-previous-month i {
    font-size: 1rem;
    color: #ffffff;
    cursor: pointer; }
  .page-template-page-calendari .mec-wrap div:not([class^="elementor-"]) {
    font-family: "MSEL" !important;
    background: transparent; }
  .page-template-page-calendari .mec-wrap .mec-load-month {
    font-family: "MSEL" !important;
    text-transform: uppercase !important;
    color: #ffffff !important; }
    .page-template-page-calendari .mec-wrap .mec-load-month:hover {
      color: #966C49 !important; }
  .page-template-page-calendari .mec-wrap h1, .page-template-page-calendari .mec-wrap h2, .page-template-page-calendari .mec-wrap h3, .page-template-page-calendari .mec-wrap h4, .page-template-page-calendari .mec-wrap h5, .page-template-page-calendari .mec-wrap h6 {
    font-family: "MSEL" !important;
    text-transform: uppercase !important;
    color: #0a1a9c !important; }
  .page-template-page-calendari .mec-wrap .mec-event-title, .page-template-page-calendari .mec-wrap a {
    color: #ffffff !important;
    opacity: 1; }
    .page-template-page-calendari .mec-wrap .mec-event-title:hover, .page-template-page-calendari .mec-wrap a:hover {
      text-decoration: none !important; }
  .page-template-page-calendari .mec-wrap .mec-calendar-header h2 {
    color: #ffffff !important; }
  .page-template-page-calendari .mec-wrap .mec-calendar-table .mec-calendar-table-head dt {
    background: #966C49 !important;
    border-left: 0px solid #ffffff !important;
    border-top: 0 solid #ffffff !important;
    border-bottom: 0px solid #ffffff !important;
    border-right: 1px solid #ffffff !important;
    color: #ffffff !important;
    font-family: "MSEL" !important; }
  .page-template-page-calendari .mec-wrap .mec-calendar-table .mec-month-container {
    font-family: "MSEL" !important;
    text-transform: uppercase !important;
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
    border-right: 0px solid #ffffff !important; }
  .page-template-page-calendari .mec-wrap .mec-calendar-table dt.mec-calendar-day,
  .page-template-page-calendari .mec-wrap .mec-calendar-table dt.mec-table-nullday {
    border-left: 0px solid #ffffff !important;
    border-top: 1px solid #ffffff !important;
    border-bottom: 0px solid #ffffff !important;
    border-right: 1px solid #ffffff !important;
    color: #ffffff !important;
    background: transparent; }
    .page-template-page-calendari .mec-wrap .mec-calendar-table dt.mec-calendar-day.mec-selected-day,
    .page-template-page-calendari .mec-wrap .mec-calendar-table dt.mec-table-nullday.mec-selected-day {
      color: #966C49 !important;
      background: #ffffff !important; }
      .page-template-page-calendari .mec-wrap .mec-calendar-table dt.mec-calendar-day.mec-selected-day .mec-color,
      .page-template-page-calendari .mec-wrap .mec-calendar-table dt.mec-table-nullday.mec-selected-day .mec-color {
        color: #966C49 !important; }
      .page-template-page-calendari .mec-wrap .mec-calendar-table dt.mec-calendar-day.mec-selected-day .ended-relative a,
      .page-template-page-calendari .mec-wrap .mec-calendar-table dt.mec-table-nullday.mec-selected-day .ended-relative a {
        color: #966C49 !important;
        opacity: 1; }
        .page-template-page-calendari .mec-wrap .mec-calendar-table dt.mec-calendar-day.mec-selected-day .ended-relative a .mec-event-title,
        .page-template-page-calendari .mec-wrap .mec-calendar-table dt.mec-table-nullday.mec-selected-day .ended-relative a .mec-event-title {
          color: #966C49 !important; }
    .page-template-page-calendari .mec-wrap .mec-calendar-table dt.mec-calendar-day.simple-skin-ended,
    .page-template-page-calendari .mec-wrap .mec-calendar-table dt.mec-table-nullday.simple-skin-ended {
      opacity: 0.5; }
  .page-template-page-calendari .mec-wrap .mec-next-month,
  .page-template-page-calendari .mec-wrap .mec-previous-month {
    border: 0px solid #efefef !important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.015) !important;
    transition: all .33s ease; }
    .page-template-page-calendari .mec-wrap .mec-next-month:hover,
    .page-template-page-calendari .mec-wrap .mec-previous-month:hover {
      background: transparent !important; }
  .page-template-page-calendari .events-list .mec-wrap {
    padding: 2rem 0; }
    .page-template-page-calendari .events-list .mec-wrap .mec-owl-carousel .owl-item img {
      display: block;
      width: 100%;
      height: auto; }
    .page-template-page-calendari .events-list .mec-wrap .mec-calendar-side .mec-next-month i,
    .page-template-page-calendari .events-list .mec-wrap .mec-calendar-side .mec-previous-month i {
      color: #ffffff; }
    .page-template-page-calendari .events-list .mec-wrap .event-carousel-type2-head {
      background: transparent;
      border: 1px solid #ffffff;
      margin: 1rem;
      padding: 0; }
      .page-template-page-calendari .events-list .mec-wrap .event-carousel-type2-head .mec-event-image {
        border-bottom: 1px solid #ffffff; }
    .page-template-page-calendari .events-list .mec-wrap .mec-event-date-info {
      color: #ffffff; }
    .page-template-page-calendari .events-list .mec-wrap .mec-event-footer-carousel-type2 {
      display: none;
      margin: 0; }
    .page-template-page-calendari .events-list .mec-wrap .mec-event-carousel-content-type2 {
      margin: 1rem;
      min-height: 12rem; }
    .page-template-page-calendari .events-list .mec-wrap .mec-event-title, .page-template-page-calendari .events-list .mec-wrap a {
      color: #ffffff !important; }
      .page-template-page-calendari .events-list .mec-wrap .mec-event-title:hover, .page-template-page-calendari .events-list .mec-wrap a:hover {
        text-decoration: none !important; }
    .page-template-page-calendari .events-list .mec-wrap .mec-load-month {
      color: #ffffff !important;
      border: none !important;
      background: transparent !important; }
      .page-template-page-calendari .events-list .mec-wrap .mec-load-month:hover {
        background: none !important;
        color: #ffffff !important; }
    .page-template-page-calendari .events-list .mec-wrap .mec-calendar-header h2 {
      color: #ffffff !important; }
    .page-template-page-calendari .events-list .mec-wrap .mec-calendar-table .mec-calendar-table-head dt {
      background: #ffffff !important;
      border-left: 0px solid #ffffff !important;
      border-top: 0 solid #ffffff !important;
      border-bottom: 0px solid #ffffff !important;
      border-right: 1px solid #ffffff !important;
      color: #ffffff !important;
      background: transparent !important; }
    .page-template-page-calendari .events-list .mec-wrap .mec-calendar-table .mec-month-container {
      color: #ffffff !important;
      border: 1px solid #ffffff !important;
      border-right: 0px solid #ffffff !important;
      background: transparent !important; }
    .page-template-page-calendari .events-list .mec-wrap .mec-calendar-table dt.mec-calendar-day,
    .page-template-page-calendari .events-list .mec-wrap .mec-calendar-table dt.mec-table-nullday {
      border-left: 0px solid #ffffff !important;
      border-top: 1px solid #ffffff !important;
      border-bottom: 0px solid #ffffff !important;
      border-right: 1px solid #ffffff !important;
      color: #ffffff !important;
      background: transparent !important; }
      .page-template-page-calendari .events-list .mec-wrap .mec-calendar-table dt.mec-calendar-day.mec-selected-day,
      .page-template-page-calendari .events-list .mec-wrap .mec-calendar-table dt.mec-table-nullday.mec-selected-day {
        color: #966C49 !important;
        background: #ffffff !important; }
  .page-template-page-calendari .mec-wrap {
    margin: 4rem 2rem !important; }
  .page-template-page-calendari .mec-container {
    width: 100% !important; }
  .page-template-page-calendari .post-type-archive-mec-events .mec-container {
    margin-top: 4rem; }
  .page-template-page-calendari .post-type-archive-mec-events h1 {
    display: none; }
  .page-template-page-calendari .mec-address {
    display: none; }
  .page-template-page-calendari .mec-single-event .mec-events-meta-group-booking,
  .page-template-page-calendari .mec-single-event .mec-frontbox {
    border: none !important; }
  .page-template-page-calendari .mec-border-color, .page-template-page-calendari .mec-border-color-hover:hover,
  .page-template-page-calendari .mec-wrap .mec-border-color,
  .page-template-page-calendari .mec-wrap .mec-border-color-hover:hover {
    border: 1px solid #ffffff;
    background: #ffffff; }
  .page-template-page-calendari .mec-breadcrumbs,
  .page-template-page-calendari .mec-export-details,
  .page-template-page-calendari .comment-respond {
    display: none; }
  .page-template-page-calendari .mec-skin-carousel-events-container {
    color: #ffffff;
    margin: 1rem;
    font-size: 24px;
    font-size: 2.4rem; }
  .page-template-page-calendari .featherlight:last-of-type {
    background: rgba(255, 255, 255, 0.8) !important; }
  .page-template-page-calendari .mec-modal-wrap {
    max-width: 60vw;
    max-height: 60vh !important;
    background: #ffffff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3) !important;
    overflow-x: hidden !important; }
  .page-template-page-calendari .mec-tooltip-event-desc .size-medium {
    max-width: 15rem;
    height: auto; }
  .page-template-page-calendari .mec-single-modal .col-md-4 {
    display: none !important; }
  .page-template-page-calendari .mec-single-modal .col-md-8 {
    width: 100%; }
  .page-template-page-calendari .mec-single-modal .mec-event-social {
    display: none !important; }
  .page-template-page-calendari .ended-relative {
    border: 1px solid #ffffff;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    margin: 1rem auto; }
    .page-template-page-calendari .ended-relative a {
      display: none; }
    .page-template-page-calendari .ended-relative .mec-event-title {
      display: none; }
    @media (min-width: 48rem) {
      .page-template-page-calendari .ended-relative {
        border: 0 solid #ffffff;
        border-radius: 0;
        width: auto;
        height: auto;
        margin: 0; }
        .page-template-page-calendari .ended-relative .mec-event-title {
          display: block; }
        .page-template-page-calendari .ended-relative a {
          display: block; } }
  .page-template-page-calendari .active .ended-relative {
    border: 1px solid #ffffff !important; }
    @media (min-width: 48rem) {
      .page-template-page-calendari .active .ended-relative {
        border: 0 solid #ffffff !important; } }
#mec_skin_4866 {
  display: block; }
  @media (min-width: 48rem) {
    #mec_skin_4866 {
      display: none; } }
#mec_skin_4864 {
  display: none; }
  @media (min-width: 48rem) {
    #mec_skin_4864 {
      display: block; } }
.mec-container {
  margin: 10rem 4% 4rem 4%;
  width: 92%;
  max-width: 100rem; }
  .mec-container .entry-title {
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 1;
    padding-right: 0;
    max-width: 75rem;
    font-family: "MSEL";
    color: #0a1a9c;
    font-weight: normal; }
  .mec-container .mec-single-event .mec-single-event-bar,
  .mec-container .mec-single-event .mec-single-event-date,
  .mec-container .mec-single-event .mec-single-event-time {
    background: #ffffff !important;
    padding: 0; }
  .mec-container .mec-single-event .mec-events-event-image {
    width: 100%; }
    .mec-container .mec-single-event .mec-events-event-image .wp-post-image {
      height: auto; }
  .mec-container .mec-single-event .mec-single-title {
    display: none; }
  .mec-container .mec-single-event .mec-single-event-date,
  .mec-container .mec-single-event .mec-single-event-time {
    padding: 0; }
    .mec-container .mec-single-event .mec-single-event-date i,
    .mec-container .mec-single-event .mec-single-event-time i {
      display: none; }
  .mec-container .mec-single-event .mec-date,
  .mec-container .mec-single-event .mec-time {
    font-size: 20px;
    font-size: 2rem;
    font-family: "MSR";
    color: #0a1a9c;
    font-weight: normal;
    padding: 0;
    margin-bottom: 1rem;
    display: block; }
  .mec-container .mec-single-event dd {
    font-size: 2.8rem !important;
    font-size: 30px;
    font-family: "MSEL" !important;
    color: #966C49 !important;
    padding-left: 0 !important;
    margin-bottom: 0; }
    .mec-container .mec-single-event dd .mec-holding-status-ongoing {
      color: #0a1a9c;
      text-transform: uppercase;
      font-size: 1.7rem !important; }
  .mec-container .mec-single-event .mec-single-event-description {
    font-family: "MSEL";
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2; }
  .mec-container .mec-single-event .mec-event-social {
    display: none; }
  .mec-container .mec-single-event .mec-frontbox {
    border: none; }
  .mec-container .mec-single-event .mec-event-export-module {
    padding: 0; }
    .mec-container .mec-single-event .mec-event-export-module ul li {
      display: block;
      padding: 0 2rem 0 2rem; }
      .mec-container .mec-single-event .mec-event-export-module ul li:first-child {
        padding-left: 0; }
      .mec-container .mec-single-event .mec-event-export-module ul li a {
        text-transform: uppercase;
        border-radius: 0.8rem;
        border: 0 solid #0a1a9c;
        color: #0a1a9c;
        font-family: "MSR";
        padding: 0 0 0 0;
        cursor: pointer !important; }
        .mec-container .mec-single-event .mec-event-export-module ul li a:hover {
          background: #ffffff;
          color: #0a1a9c !important;
          text-decoration: underline; }
  .mec-container .mec-single-event .row {
    display: flex;
    flex-direction: column; }
  @media (min-width: 48rem) {
    .mec-container {
      margin: 10rem; }
      .mec-container .entry-title {
        margin: -2rem 2rem 4rem 0;
        font-size: 75px;
        font-size: 7.5rem;
        max-width: 75rem; }
      .mec-container .mec-event-content {
        padding-right: 4rem; }
      .mec-container .row {
        display: flex;
        flex-direction: row-reverse; }
        .mec-container .row .col-md-4 {
          display: none; }
      .mec-container .mec-single-event .mec-events-event-image {
        margin-top: 3rem;
        width: 33.333333%; }
      .mec-container .mec-event-export-module ul li {
        display: inline !important;
        border-right: 1px solid #0a1a9c; }
        .mec-container .mec-event-export-module ul li:last-child {
          border-right: none;
          padding-left: 2rem; }
        .mec-container .mec-event-export-module ul li a {
          padding: 0 2rem 0 0; } }
.mec-event-carousel-type2 .owl-next i, .mec-event-carousel-type2 .owl-prev i, .mec-event-carousel-type3 .owl-next i, .mec-event-carousel-type3 .owl-prev i, .mec-event-carousel-type4 .owl-next i, .mec-event-carousel-type4 .owl-prev i {
  font-size: 40px;
  color: #fff !important; }

.mec-wrap .button,
.mec-wrap a.button:not(.owl-dot),
.mec-wrap button:not(.owl-dot):not(.gm-control-active),
.mec-wrap input[type="button"],
.mec-wrap input[type="reset"],
.mec-wrap input[type="submit"] {
  position: absolute !important;
  border: none;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 21px;
  margin-right: 10px;
  line-height: 1;
  padding: 18px 20px 16px;
  background: #24ca4f;
  background-color: #24ca4f;
  -webkit-transition: all .21s ease;
  -moz-transition: all .21s ease;
  transition: all .21s ease; }

/* INICI */
.menu-inici {
  text-transform: uppercase;
  max-width: 175rem !important;
  margin: 10rem auto !important;
  padding-bottom: 10rem;
  width: 94vw !important; }
  .menu-inici .wp-block-column {
    flex-basis: 50% !important;
    font-size: 20px;
    font-size: 2rem;
    color: #0a1a9c;
    line-height: 1.3;
    font-family: "MSEL";
    flex-basis: 50%;
    padding: 0 2rem 0 2rem; }
    .menu-inici .wp-block-column:nth-child(2n) {
      padding-top: 3rem;
      padding-bottom: 0;
      padding-right: 0; }
    .menu-inici .wp-block-column:nth-child(3n) {
      text-align: right;
      padding-left: 0;
      padding-right: 0; }
    .menu-inici .wp-block-column:nth-child(4n) {
      padding-top: 2rem;
      padding-right: 0; }
  @media (min-width: 48rem) {
    .menu-inici .wp-block-column:nth-child(2n) {
      padding-left: 1rem;
      padding-right: 1rem; }
    .menu-inici .wp-block-column:nth-child(3n) {
      text-align: right;
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media (min-width: 76.8rem) {
    .menu-inici .wp-block-column {
      flex-basis: 100%;
      font-size: 36px;
      font-size: 3.6rem;
      line-height: 1.5;
      padding: 0 3rem 0 0; }
      .menu-inici .wp-block-column:nth-child(2n) {
        padding: 8rem 3rem 0 3rem; }
      .menu-inici .wp-block-column:nth-child(3n) {
        text-align: left;
        padding: 0 3rem 0 3rem; }
      .menu-inici .wp-block-column:nth-child(4n) {
        padding: 13rem 0 0 3rem; } }
/* SECTION */
.section {
  padding-top: 0; }
  .section .wp-block-image {
    position: relative; }
    .section .wp-block-image .image {
      position: absolute;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .section.coure {
    background-color: #966C49; }
    .section.coure .seccio .wp-block-image {
      position: relative; }
      .section.coure .seccio .wp-block-image .image:before {
        background-color: #966C49;
        filter: grayscale(20%) contrast(100%);
        mix-blend-mode: color; }
  @media (min-width: 48rem) {
    .section.coure {
      background-image: url("../img/punts-musicals-blancs.svg");
      background-position: top left;
      background-repeat: no-repeat;
      background-size: 100%;
      background-attachment: fixed; } }
  .section .seccio {
    position: relative;
    display: table;
    color: #0a1a9c;
    font-family: "MSEL";
    max-width: 175rem !important;
    margin: 0 auto !important;
    padding: 3 0 !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .section .seccio .block {
      width: 50%;
      margin: 1rem 0; }
      .section .seccio .block:nth-child(1) {
        width: 100%;
        order: 1; }
      .section .seccio .block:nth-child(2) {
        order: 2; }
      .section .seccio .block:nth-child(3) {
        order: 3; }
        .section .seccio .block.wp-block-image:nth-child(3) .image {
          top: 0;
          left: 2rem;
          right: 0;
          bottom: 10rem; }
      .section .seccio .block:nth-child(4) {
        order: 4; }
        .section .seccio .block.wp-block-image:nth-child(4) .image {
          top: -2rem;
          left: 0;
          right: 2rem;
          bottom: -4rem; }
      .section .seccio .block:nth-child(5) {
        order: 5; }
      .section .seccio .block:nth-child(6) {
        order: 6; }
      .section .seccio .block:nth-child(7) {
        order: 7; }
      .section .seccio .block:nth-child(8) {
        order: 8; }
      .section .seccio .block:nth-child(9) {
        order: 9; }
      .section .seccio .block:nth-child(10) {
        order: 10;
        width: 100%; }
    .section .seccio .section-header .section-title {
      margin: 2rem 2rem 0 2rem;
      font-size: 40px;
      font-size: 4rem;
      line-height: 1.3;
      font-family: "MSEL";
      font-weight: normal;
      text-transform: uppercase;
      color: #0a1a9c; }
    .section .seccio .section-header p.section-subtitle {
      margin: 0rem 2rem 1rem 2rem;
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.2;
      text-transform: uppercase;
      color: #966C49;
      max-width: inherit; }
    .section .seccio .section-header a {
      color: #966C49;
      text-decoration: underline; }
      .section .seccio .section-header a:hover {
        text-decoration: none; }
    .section .seccio .section-header .section-button {
      font-size: 16px;
      font-size: 1.6rem;
      text-transform: uppercase;
      display: inherit;
      width: 95%;
      padding: 0.5rem 0;
      text-align: right; }
    .section .seccio .wp-block-text {
      padding: 0rem 1rem 1rem 2rem; }
      .section .seccio .wp-block-text p {
        margin-bottom: 2rem;
        display: block;
        color: #0a1a9c;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.2; }
        .section .seccio .wp-block-text p a {
          color: #966C49 !important;
          text-decoration: underline; }
          .section .seccio .wp-block-text p a:hover {
            text-decoration: none; }
      .section .seccio .wp-block-text ul li {
        display: block;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.1;
        margin-bottom: 2rem;
        position: relative;
        padding-left: 1rem; }
        .section .seccio .wp-block-text ul li:before {
          position: absolute;
          left: 0;
          top: 0.35rem;
          content: '·';
          font-family: ""; }
    .section .seccio .blockquote {
      color: #0a1a9c;
      text-align: left;
      font-size: 20px;
      font-size: 2rem;
      margin: 3rem 0;
      line-height: 1.1;
      text-transform: uppercase; }
    .section .seccio .section-footer {
      padding: 3rem 4rem 0 2rem;
      text-align: right;
      text-transform: uppercase; }
      .section .seccio .section-footer a {
        color: #0a1a9c; }
    .section .seccio.esquerra .block:nth-child(2) {
      order: 3; }
    .section .seccio.esquerra .block:nth-child(3) {
      order: 2; }
      .section .seccio.esquerra .block.wp-block-image:nth-child(3) .image {
        top: -2rem;
        left: 0;
        right: 2rem;
        bottom: 4rem; }
    .section .seccio.esquerra .block:nth-child(4) {
      order: 5; }
      .section .seccio.esquerra .block.wp-block-image:nth-child(4) .image {
        right: 0rem;
        bottom: -8rem; }
    .section .seccio.esquerra .block:nth-child(5) {
      order: 4;
      width: 50%;
      padding-left: 1rem;
      padding-right: 2rem; }
      .section .seccio.esquerra .block.blockquote:nth-child(5) {
        width: 100%;
        padding-left: 2rem;
        padding-right: 0rem; }
    @media (min-width: 48rem) {
      .section .seccio .block {
        margin: 2rem 0; }
        .section .seccio .block:nth-child(2) {
          order: 2; }
        .section .seccio .block:nth-child(3) {
          order: 3; }
          .section .seccio .block.wp-block-image:nth-child(3) .image {
            top: 0rem;
            left: 10rem;
            bottom: 0;
            right: 0; }
        .section .seccio .block:nth-child(4) {
          order: 4; }
          .section .seccio .block.wp-block-image:nth-child(4) .image {
            right: 5rem;
            bottom: -5rem;
            top: 0;
            left: 0;
            min-height: 25rem;
            width: 100%; }
        .section .seccio .block:nth-child(5) {
          order: 5;
          padding-right: 8rem;
          text-align: left; }
          .section .seccio .block.blockquote:nth-child(5) blockquote {
            text-align: left;
            font-size: 35px;
            font-size: 3.5rem;
            z-index: 1; }
        .section .seccio .block:nth-child(6) {
          order: 6;
          width: 100%; }
      .section .seccio .section-header {
        position: relative; }
        .section .seccio .section-header .section-title {
          margin: 3rem 2rem 0 4rem;
          font-size: 60px;
          font-size: 6rem;
          line-height: 1.5; }
        .section .seccio .section-header p.section-subtitle {
          margin: 0rem 2rem 1rem 4rem;
          font-size: 30px;
          font-size: 3rem;
          line-height: 1.2;
          max-width: 50%; }
        .section .seccio .section-header .section-button {
          position: absolute;
          top: 6rem;
          right: 10vw;
          font-size: 26px;
          font-size: 2.6rem; }
      .section .seccio .wp-block-text {
        padding: 5rem 0rem 1rem 8rem;
        min-height: 40rem; }
        .section .seccio .wp-block-text p {
          max-width: 40rem;
          margin-bottom: 2rem;
          display: block;
          color: #0a1a9c;
          font-size: 20px;
          font-size: 2rem;
          line-height: 1.2; }
          .section .seccio .wp-block-text p a {
            color: #0a1a9c;
            text-decoration: underline; }
            .section .seccio .wp-block-text p a:hover {
              text-decoration: none; }
        .section .seccio .wp-block-text ul li {
          font-size: 20px;
          font-size: 2rem; }
      .section .seccio .blockquote {
        color: #0a1a9c;
        margin: 5rem 0 5rem 10rem;
        font-size: 32px;
        font-size: 3.2rem;
        z-index: 0; }
      .section .seccio .section-footer {
        width: 100%;
        display: block; }
        .section .seccio .section-footer a {
          text-decoration: underline; }
          .section .seccio .section-footer a:hover {
            text-decoration: none; }
      .section .seccio.esquerra .wp-block-text {
        padding: 5rem 0rem 1rem 5rem; }
      .section .seccio.esquerra .block.wp-block-image:nth-child(3) .image {
        min-height: 57rem;
        left: 20rem;
        right: 15rem;
        background-position-y: bottom; }
      .section .seccio.esquerra .block.wp-block-image:nth-child(4) .image {
        right: 0rem;
        top: 8rem;
        bottom: -5rem; }
      .section .seccio.esquerra .block.blockquote:nth-child(5) {
        margin-left: 0;
        padding-left: 4rem;
        padding-right: 10rem; }
      .section .seccio.esquerra .section-footer {
        margin-top: 5rem;
        z-index: 10; } }
    @media (min-width: 76.8rem) {
      .section .seccio .block:nth-child(3) {
        order: 3; }
        .section .seccio .block.wp-block-image:nth-child(3) .image {
          top: -6rem;
          left: 20rem;
          bottom: 0; }
      .section .seccio .block:nth-child(4) {
        order: 4; }
        .section .seccio .block.wp-block-image:nth-child(4) .image {
          right: 0rem;
          top: 4rem;
          bottom: -7rem;
          left: 0; }
      .section .seccio .section-header p.section-subtitle {
        max-width: 35%; }
      .section .seccio .wp-block-text {
        padding: 8rem 0rem 4rem 8rem;
        min-height: 60rem; }
        .section .seccio .wp-block-text p {
          max-width: 50rem;
          margin-bottom: 2rem;
          display: block;
          color: #0a1a9c;
          font-size: 24px;
          font-size: 2.4rem;
          line-height: 1.4; }
        .section .seccio .wp-block-text ul li {
          font-size: 24px;
          font-size: 2.4rem; }
      .section .seccio .blockquote {
        margin: 10rem 0 5rem 5rem;
        max-width: 60rem;
        text-align: right;
        font-size: 34px;
        font-size: 3.4rem; }
        .section .seccio .blockquote blockquote {
          text-align: right; } }
    .section .seccio.coure {
      padding: 4rem 2rem 10rem 2rem;
      background-color: #966C49; }
      .section .seccio.coure .section-header .section-title,
      .section .seccio.coure p.section-subtitle,
      .section .seccio.coure .wp-block-text {
        padding-left: 0;
        padding-right: 0 !important;
        color: #ffffff; }
        .section .seccio.coure .section-header .section-title p,
        .section .seccio.coure p.section-subtitle p,
        .section .seccio.coure .wp-block-text p {
          color: #ffffff;
          padding-left: 0;
          padding-right: 0; }
      .section .seccio.coure .wp-block-image {
        position: relative; }
        .section .seccio.coure .wp-block-image .image:before {
          content: ' ';
          position: absolute;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-color: #966C49;
          filter: grayscale(20%) contrast(100%);
          mix-blend-mode: color; }
      @media (min-width: 48rem) {
        .section .seccio.coure {
          padding: 4rem 2rem 4rem 5rem;
          padding-bottom: auto; } }
/* IMATGES BLAVES */
.seccio.blau .wp-block-image {
  position: relative; }
  .seccio.blau .wp-block-image .image {
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .seccio.blau .wp-block-image .image:before {
      background-color: #0a1a9c;
      content: ' ';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      mix-blend-mode: screen; }

/* COURE */
.section.coure .seccio .section-header .section-title,
.section.coure .seccio .section-header .section-subtitle {
  color: #ffffff; }

.section.coure .seccio .wp-block-image .image-contanier {
  background: #966C49;
  cursor: pointer; }

.section.coure .seccio a {
  color: #ffffff;
  text-decoration: underline; }
  .section.coure .seccio a:hover {
    text-decoration: none; }

.section.coure .seccio .blockquote {
  color: #ffffff;
  padding: 0 1rem; }

.section.coure .seccio .wp-block-text p {
  color: #ffffff; }

.section.coure .seccio .wp-block-text a {
  color: #ffffff;
  text-decoration: underline; }
  .section.coure .seccio .wp-block-text a:hover {
    text-decoration: none; }

.columnes .block.wp-block-text:nth-child(2) {
  width: 100% !important;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }
  .columnes .block.wp-block-text:nth-child(2) div {
    width: 100%;
    padding: 2rem; }

@media (min-width: 48rem) {
  .columnes .block.wp-block-text:nth-child(2) {
    width: 80% !important;
    flex-direction: row; }
    .columnes .block.wp-block-text:nth-child(2) div {
      width: 50%; }
      .columnes .block.wp-block-text:nth-child(2) div:first-child {
        width: 100%; } }

.section .seccio.seccio-extended .block:nth-child(1) {
  width: 100%;
  order: 1; }

.section .seccio.seccio-extended .block:nth-child(2) {
  order: 2; }

.section .seccio.seccio-extended .block:nth-child(3) {
  order: 3; }
  .section .seccio.seccio-extended .block.wp-block-image:nth-child(3) .image {
    top: 1rem;
    min-height: 35rem;
    left: 0;
    right: 0; }

.section .seccio.seccio-extended .block:nth-child(4) {
  order: 5; }
  .section .seccio.seccio-extended .block.wp-block-image:nth-child(4) .image {
    top: 0;
    left: 20rem;
    right: 20rem;
    bottom: 0;
    max-width: 70%; }

.section .seccio.seccio-extended .block:nth-child(5) {
  order: 4; }

.section .seccio.seccio-extended .block:nth-child(6) {
  order: 8;
  width: 50%; }
  .section .seccio.seccio-extended .block:nth-child(6) .image {
    min-height: 20rem;
    top: 0;
    left: 50%;
    right: 0rem; }

.section .seccio.seccio-extended .block:nth-child(7) {
  order: 7;
  width: 50%;
  max-width: 100%;
  height: 30rem; }
  .section .seccio.seccio-extended .block.blockquote:nth-child(7) {
    text-align: center; }
    .section .seccio.seccio-extended .block.blockquote:nth-child(7) blockquote {
      text-align: center;
      max-width: 55rem;
      margin: 3rem auto !important; }

.section .seccio.seccio-extended .block:nth-child(8) {
  order: 9; }
  .section .seccio.seccio-extended .block:nth-child(8) .image {
    top: -20rem;
    min-height: 20rem;
    left: 100%;
    width: 100%;
    height: 25rem; }

.section .seccio.seccio-extended .block:nth-child(9) {
  order: 8; }
  .section .seccio.seccio-extended .block.wp-block-text:nth-child(9) {
    padding: 20rem 0 0 20rem; }

.section .seccio.seccio-extended .block:nth-child(10) {
  order: 10;
  width: 100%; }

.section .seccio.seccio-extended .block.blockquote {
  font-size: 20px;
  font-size: 2rem;
  padding: 0 1rem; }

@media (min-width: 48rem) {
  .section .seccio.seccio-extended .block:nth-child(3) .image {
    left: 7rem !important; }
  .section .seccio.seccio-extended .block:nth-child(5) {
    width: 50%; }
  .section .seccio.seccio-extended .block:nth-child(6) {
    order: 6;
    font-size: 30px;
    font-size: 3rem;
    width: 45%;
    padding: 2.5%;
    text-align: center;
    height: 80rem; }
  .section .seccio.seccio-extended .block:nth-child(7) {
    order: 7;
    left: 0;
    width: 50%;
    padding: 0;
    margin: 0; }
    .section .seccio.seccio-extended .block:nth-child(7) .image {
      min-height: 38rem;
      right: 0;
      min-height: 30rem;
      left: 20%; }
  .section .seccio.seccio-extended .block:nth-child(8) {
    order: 8; }
    .section .seccio.seccio-extended .block:nth-child(8) .image {
      top: 0;
      left: 10%;
      width: 100%;
      height: 20rem; }
  .section .seccio.seccio-extended .block:nth-child(9) {
    order: 9; } }

@media (min-width: 76.8rem) {
  .section .seccio.seccio-extended .section-subtitle {
    max-width: 70rem; }
  .section .seccio.seccio-extended .block:nth-child(2) {
    padding-left: 25%; }
  .section .seccio.seccio-extended .block:nth-child(3) .image {
    top: -4rem !important;
    right: 0rem !important;
    left: 20rem !important; }
  .section .seccio.seccio-extended .block:nth-child(5) .image {
    width: 50%;
    right: 15% !important;
    left: 35% !important; }
  .section .seccio.seccio-extended .block.blockquote:nth-child(6) blockquote {
    text-align: left;
    font-size: 4rem; }
  .section .seccio.seccio-extended .block:nth-child(7) .image {
    left: 65% !important;
    width: 35%;
    right: 0;
    min-height: 40rem; }
  .section .seccio.seccio-extended .block:nth-child(8) {
    height: 40rem;
    width: 50%; }
    .section .seccio.seccio-extended .block:nth-child(8) .image {
      left: 0;
      width: 80%;
      min-height: 44rem; } }

.section .seccio.seccio-extended.esquerra .block:nth-child(2) {
  order: 3; }

.section .seccio.seccio-extended.esquerra .block:nth-child(3) {
  order: 2; }
  .section .seccio.seccio-extended.esquerra .block.wp-block-image:nth-child(3) .image {
    top: 0;
    min-height: 30rem;
    left: 0;
    right: 0; }

.section .seccio.seccio-extended.esquerra .block:nth-child(4) {
  order: 4; }

.section .seccio.seccio-extended.esquerra .block:nth-child(6) {
  order: 6;
  font-size: 30px;
  font-size: 3rem;
  width: 106%;
  padding: 2.5%;
  text-align: center;
  height: 20rem; }

.section .seccio.seccio-extended.esquerra .block:nth-child(7) {
  order: 7;
  width: 50%;
  max-width: 100%;
  height: 30rem; }

.section .seccio.seccio-extended.esquerra .block:nth-child(8) {
  order: 8;
  width: 100%;
  min-height: 12rem; }
  .section .seccio.seccio-extended.esquerra .block:nth-child(8) .image {
    top: 0;
    min-height: 0;
    left: 0;
    width: 100%;
    height: 20rem;
    right: 0; }

@media (min-width: 48rem) {
  .section .seccio.seccio-extended.esquerra .block:nth-child(7) {
    order: 7;
    width: 50%;
    max-width: 100%;
    height: 30rem; }
  .section .seccio.seccio-extended.esquerra .block:nth-child(8) {
    order: 8;
    width: 100%;
    min-height: 30rem; }
    .section .seccio.seccio-extended.esquerra .block:nth-child(8) .image {
      top: 0;
      left: 30%;
      width: 70%;
      right: 0;
      min-height: 35rem; } }

@media (min-width: 76.8rem) {
  .section .seccio.seccio-extended.esquerra .block:nth-child(2) {
    padding-left: 0; }
  .section .seccio.seccio-extended.esquerra .block:nth-child(3) .image {
    top: 0rem !important;
    right: 20rem !important;
    left: 11rem !important; }
  .section .seccio.seccio-extended.esquerra .block:nth-child(6) {
    order: 7;
    width: 50%;
    padding: 2.5%;
    text-align: center;
    height: 50rem; }
  .section .seccio.seccio-extended.esquerra .block:nth-child(7) {
    order: 6; }
    .section .seccio.seccio-extended.esquerra .block:nth-child(7) .image {
      left: 35% !important;
      width: 55%;
      right: 0;
      min-height: 60rem;
      top: 13rem; }
  .section .seccio.seccio-extended.esquerra .block:nth-child(8) .image {
    top: -2rem;
    left: 60%;
    width: 40%;
    right: 0;
    min-height: 50rem; } }

/* seccio simple */
.seccio.seccio-simple {
  padding: 5rem 0; }
  .seccio.seccio-simple .section-header .section-title {
    margin: 0 2rem;
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 1; }
  .seccio.seccio-simple .wp-block-text {
    padding: 4rem 0 0 2rem; }
    .seccio.seccio-simple .wp-block-text p {
      font-size: 20px;
      font-size: 2rem;
      max-width: 33rem; }
  .seccio.seccio-simple .block:nth-child(1) {
    width: 75%;
    order: 1; }
  .seccio.seccio-simple .block:nth-child(2) {
    width: 100%;
    order: 3;
    padding-right: 3rem; }
  .seccio.seccio-simple .block:nth-child(3) {
    order: 2;
    width: 25%; }
    .seccio.seccio-simple .block.wp-block-image:nth-child(3) .image {
      top: 0;
      left: 0;
      right: -4rem;
      bottom: 3rem;
      width: 9rem;
      height: 11rem; }

@media (min-width: 48rem) {
  .seccio.seccio-simple.alignfull {
    width: 73vw; }
  .seccio.seccio-simple .section-header .section-title {
    margin: 0rem 2rem 0 0;
    font-size: 55px;
    font-size: 5.5rem;
    line-height: 1;
    padding-right: 20%; }
  .seccio.seccio-simple .wp-block-text {
    padding: 2rem 0rem 4rem 15rem; }
    .seccio.seccio-simple .wp-block-text p {
      max-width: 75rem; }
  .seccio.seccio-simple .block:nth-child(1) {
    width: 100%;
    order: 1; }
  .seccio.seccio-simple .block:nth-child(2) {
    width: 65%;
    order: 2;
    padding-right: 3rem; }
    .seccio.seccio-simple .block.wp-block-text:nth-child(2) {
      padding: 2rem 5rem 4rem 5rem; }
  .seccio.seccio-simple .block:nth-child(3) {
    order: 3;
    width: 35%; }
    .seccio.seccio-simple .block.wp-block-image:nth-child(3) .image {
      top: 0;
      left: -2rem;
      right: 0;
      bottom: 0;
      width: 30rem;
      height: 40rem; } }

@media (min-width: 76.8rem) {
  .seccio.seccio-simple.alignfull {
    width: 80vw; }
  .seccio.seccio-simple .section-header .section-title {
    margin: -2rem 2rem 0 0;
    font-size: 65px;
    font-size: 6.5rem;
    line-height: 1;
    padding-right: 0;
    max-width: 75rem; }
  .seccio.seccio-simple .block:nth-child(1) {
    width: 100%;
    order: 1; }
  .seccio.seccio-simple .block:nth-child(2) {
    width: 50%;
    order: 2;
    padding-right: 3rem; }
    .seccio.seccio-simple .block.wp-block-text:nth-child(2) {
      padding: 2rem 10rem 4rem 0; }
      .seccio.seccio-simple .block.wp-block-text:nth-child(2) p {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 1.3; }
  .seccio.seccio-simple .block:nth-child(3) {
    order: 3;
    width: 50%; }
    .seccio.seccio-simple .block.wp-block-image:nth-child(3) .image {
      top: 0;
      left: 0;
      right: 0;
      width: 45rem;
      height: 60rem; }
  .seccio.seccio-simple.esquerra .block.wp-block-image:nth-child(3) .image {
    min-height: 40rem;
    left: 0;
    right: 15rem;
    top: 1rem; } }

#escolans.section .seccio.seccio-simple .block:nth-child(2) {
  width: 100%;
  order: 2; }

/* seccio simple */
.seccio .wp-block-text .parraf-title {
  text-transform: uppercase;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1;
  color: #966C49;
  display: block;
  margin: 4rem 0 2rem;
  padding-right: 20%; }

.seccio.seccio-simple-llarga {
  padding: 5rem 0; }
  .seccio.seccio-simple-llarga .section-header .section-title {
    margin: 0 2rem 2rem 4rem;
    font-size: 65px;
    font-size: 6.5rem;
    line-height: 1; }
  .seccio.seccio-simple-llarga .wp-block-text {
    padding: 4rem 0 0 2rem; }
    .seccio.seccio-simple-llarga .wp-block-text p {
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 1.3;
      max-width: 50rem; }
  .seccio.seccio-simple-llarga .block:nth-child(1) {
    width: 100%;
    order: 1; }
  .seccio.seccio-simple-llarga .block:nth-child(2) {
    width: 50%;
    order: 2;
    padding-right: 3rem; }
  .seccio.seccio-simple-llarga .block:nth-child(3) {
    order: 3;
    width: 50%; }
    .seccio.seccio-simple-llarga .block.wp-block-image:nth-child(3) .image {
      top: 0;
      left: 0;
      right: -4rem;
      bottom: 3rem;
      max-width: 40rem;
      min-height: 30rem;
      max-height: 60rem; }
  .seccio.seccio-simple-llarga .block:nth-child(4) {
    width: 50%; }
    .seccio.seccio-simple-llarga .block.wp-block-image:nth-child(4) .image {
      top: 0;
      left: 0;
      right: 0;
      bottom: 3rem;
      max-width: 40rem;
      min-height: 30rem;
      max-height: 60rem; }
  .seccio.seccio-simple-llarga .block:nth-child(5) {
    width: 50%; }
  .seccio.seccio-simple-llarga .block:nth-child(6) {
    order: 7;
    width: 50%; }
    .seccio.seccio-simple-llarga .block.wp-block-image:nth-child(6) .image {
      top: 0;
      left: 0;
      right: -4rem;
      bottom: 3rem;
      max-width: 40rem;
      min-height: 30rem;
      max-height: 60rem; }
  .seccio.seccio-simple-llarga .block:nth-child(7) {
    order: 6;
    width: 50%; }

@media (min-width: 48rem) {
  .seccio.seccio-simple.alignfull {
    width: 100%; }
  .seccio.seccio-simple .section-header .section-title {
    margin: 0rem 2rem 0 5rem;
    font-size: 55px;
    font-size: 5.5rem;
    line-height: 1;
    padding-right: 20%; }
  .seccio.seccio-simple .wp-block-text {
    padding: 2rem 0rem 4rem 15rem; }
    .seccio.seccio-simple .wp-block-text p {
      max-width: 75rem; }
  .seccio.seccio-simple .block:nth-child(1) {
    width: 100%;
    order: 1; }
  .seccio.seccio-simple .block:nth-child(2) {
    width: 50%;
    order: 2;
    padding-right: 3rem; }
    .seccio.seccio-simple .block.wp-block-text:nth-child(2) {
      padding: 2rem 5rem 4rem 5rem; }
  .seccio.seccio-simple .block:nth-child(3) {
    order: 3;
    width: 50%; }
    .seccio.seccio-simple .block.wp-block-image:nth-child(3) .image {
      top: 0;
      left: -2rem;
      right: 0;
      bottom: 0;
      width: 40rem;
      height: 40rem; } }

@media (min-width: 76.8rem) {
  .seccio.seccio-simple.alignfull {
    width: 100%; }
  .seccio.seccio-simple .section-header .section-title {
    margin: -2rem 2rem 0 0;
    font-size: 65px;
    font-size: 6.5rem;
    line-height: 1;
    padding-right: 0;
    max-width: 75rem; }
  .seccio.seccio-simple .block:nth-child(1) {
    width: 100%;
    order: 1; }
  .seccio.seccio-simple .block:nth-child(2) {
    width: 50%;
    order: 2;
    padding-right: 3rem; }
    .seccio.seccio-simple .block.wp-block-text:nth-child(2) {
      padding: 2rem 10rem 4rem 0; }
      .seccio.seccio-simple .block.wp-block-text:nth-child(2) p {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 1.3; }
  .seccio.seccio-simple .block:nth-child(3) {
    order: 3;
    width: 50%; }
    .seccio.seccio-simple .block.wp-block-image:nth-child(3) .image {
      top: 0;
      left: 0;
      right: 0;
      width: 50rem;
      height: 60rem; } }

.wp-block-accordion {
  border-left: 0 solid #ffffff;
  border-right: 0 solid #ffffff; }
  .wp-block-accordion .entry-antetitle {
    position: relative;
    margin-top: 4rem;
    font-family: "MSEL";
    display: block;
    letter-spacing: 0.15rem;
    font-size: 12px;
    font-size: 1.2rem; }
    .wp-block-accordion .entry-antetitle:before {
      position: absolute;
      top: -2rem;
      left: 0;
      content: ' ';
      border: none;
      margin: 0 auto;
      width: 3rem;
      height: 1rem;
      background: url("../img/blue-red-blue.svg") center left repeat-x;
      background-size: 100%; }
  .wp-block-accordion .entry-antetitle,
  .wp-block-accordion .entry-title {
    color: #966C49; }
  .wp-block-accordion .entry-title {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: normal;
    font-family: "MSEL"; }
  .wp-block-accordion:nth-child(even) .entry-antetitle {
    position: relative;
    margin-top: 4rem; }
    .wp-block-accordion:nth-child(even) .entry-antetitle:before {
      position: absolute;
      top: -2rem;
      left: 0;
      content: ' ';
      border: none;
      margin: 0 auto;
      width: 3rem;
      height: 1rem;
      background: url("../img/red-blue-red.svg") center left repeat-x;
      background-size: 100%; }
  .wp-block-accordion:nth-child(even) .entry-antetitle,
  .wp-block-accordion:nth-child(even) .entry-title {
    color: #0a1a9c; }

.section .seccio.timeline {
  background: #966C49;
  width: 100%;
  padding: 3rem 3rem; }
  .section .seccio.timeline .section-header .section-title {
    margin-left: 0;
    color: #ffffff; }
  .section .seccio.timeline .item .timeline-text {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.1;
    margin-top: 1rem;
    color: #ffffff; }
  .section .seccio.timeline .item .timeline-data {
    cursor: pointer;
    display: block;
    margin-bottom: 0;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2;
    color: #ffffff; }
  .section .seccio.timeline .item .image {
    width: 100%;
    display: block;
    height: 16rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .section .seccio.timeline .owl-theme {
    position: relative; }
    .section .seccio.timeline .owl-theme .owl-stage-outer {
      margin-right: 1rem; }
    .section .seccio.timeline .owl-theme .owl-nav {
      position: absolute;
      bottom: 4rem;
      width: 100%; }
      .section .seccio.timeline .owl-theme .owl-nav .owl-prev {
        position: absolute;
        left: -2rem;
        background: url("../img/prev-white.svg") top left no-repeat;
        background-size: 100% 100%;
        width: 2rem;
        height: 4rem; }
      .section .seccio.timeline .owl-theme .owl-nav .owl-next {
        position: absolute;
        right: -2rem;
        background: url("../img/next-white.svg") top left no-repeat;
        background-size: 100% 100%;
        width: 2rem;
        height: 4rem; }
  @media (min-width: 48rem) {
    .section .seccio.timeline .section-header {
      margin: 0 1rem;
      font-size: 35px;
      font-size: 3.5rem;
      line-height: 1; }
      .section .seccio.timeline .section-header .section-title {
        margin: 0 2rem 2rem 0; } }
.section .equip {
  width: 100%;
  padding-bottom: 10rem; }
  .section .equip .section-header {
    width: 100%; }
    .section .equip .section-header .section-title {
      margin: 3rem 2rem 0 1rem; }
  .section .equip .wp-block-text {
    padding: 2rem 0rem 2rem 1rem;
    min-height: 20rem; }
  .section .equip .wp-post-image {
    width: 100%;
    height: auto; }
  .section .equip .equip-content {
    width: 100%; }
    .section .equip .equip-content .owl-equip {
      position: relative; }
      .section .equip .equip-content .owl-equip .owl-stage-outer {
        margin-right: 5rem; }
      .section .equip .equip-content .owl-equip .owl-nav {
        position: absolute;
        bottom: 4rem;
        width: 100%; }
        .section .equip .equip-content .owl-equip .owl-nav .owl-prev {
          position: absolute;
          left: 0;
          background: url("../img/prev.svg") top left no-repeat;
          background-size: 100% 100%;
          width: 2rem;
          height: 4rem; }
        .section .equip .equip-content .owl-equip .owl-nav .owl-next {
          position: absolute;
          right: 5rem;
          background: url("../img/next.svg") top left no-repeat;
          background-size: 100% 100%;
          width: 2rem;
          height: 4rem; }
  .section .equip .llista-equips .entry .entry-title {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "MSEL";
    margin-bottom: 0.2rem; }
  .section .equip .llista-equips .entry p {
    line-height: 1.1; }
  .section .equip .llista-equips .entry .wp-post-image {
    width: 100%;
    height: auto;
    margin-bottom: 1rem; }

.section .revista {
  width: 100%;
  padding-bottom: 10rem; }
  .section .revista .section-header {
    width: 100%; }
    .section .revista .section-header .section-title {
      margin: 3rem 2rem 0 1rem; }
  .section .revista .wp-block-text {
    padding: 2rem 0rem 2rem 1rem;
    min-height: 10rem; }
  .section .revista .wp-post-image {
    width: 100%;
    height: auto; }
  .section .revista .revista-content {
    width: 100%; }
    .section .revista .revista-content .owl-revista {
      position: relative; }
      .section .revista .revista-content .owl-revista .owl-stage-outer {
        margin-right: 5rem; }
      .section .revista .revista-content .owl-revista .owl-nav {
        position: absolute;
        bottom: 0;
        width: 100%; }
        .section .revista .revista-content .owl-revista .owl-nav .owl-prev {
          position: absolute;
          left: 0;
          background: url("../img/prev.svg") top left no-repeat;
          background-size: 100% 100%;
          width: 2rem;
          height: 4rem; }
        .section .revista .revista-content .owl-revista .owl-nav .owl-next {
          position: absolute;
          right: 5rem;
          background: url("../img/next.svg") top left no-repeat;
          background-size: 100% 100%;
          width: 2rem;
          height: 4rem; }
  .section .revista .llista-revista .entry .entry-title {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "MSEL";
    margin-bottom: 0.5rem; }
  .section .revista .llista-revista .entry p {
    line-height: 1.25; }
  .section .revista .llista-revista .entry .wp-post-image {
    width: 100%;
    height: auto;
    margin-bottom: 1rem; }
  .section .revista .llista-revista a {
    display: block;
    position: relative; }
    .section .revista .llista-revista a:after {
      transition: 0.25s;
      opacity: 0;
      content: ' ';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #0a1a9c url("../img/Descarregar-Revista.svg") center no-repeat;
      background-size: 35% 35%;
      z-index: 10;
      display: block; }
    .section .revista .llista-revista a:hover:after {
      opacity: 100; }

.section .discografia {
  width: 100%;
  padding-bottom: 10rem; }
  .section .discografia .section-header {
    width: 100%; }
    .section .discografia .section-header .section-title {
      margin: 3rem 2rem 0 1rem; }
  .section .discografia .wp-block-text {
    padding: 2rem 0rem 2rem 1rem;
    min-height: 10rem; }
  .section .discografia .wp-post-image {
    width: 100%;
    height: auto; }
  .section .discografia .discografia-content {
    width: 100%; }
    .section .discografia .discografia-content .owl-discografia {
      position: relative; }
      .section .discografia .discografia-content .owl-discografia .owl-stage-outer {
        margin-right: 5rem; }
      .section .discografia .discografia-content .owl-discografia .owl-nav {
        position: absolute;
        bottom: 4rem;
        width: 100%; }
        .section .discografia .discografia-content .owl-discografia .owl-nav .owl-prev {
          position: absolute;
          left: 0;
          background: url("../img/prev.svg") top left no-repeat;
          background-size: 100% 100%;
          width: 2rem;
          height: 4rem; }
        .section .discografia .discografia-content .owl-discografia .owl-nav .owl-next {
          position: absolute;
          right: 5rem;
          background: url("../img/next.svg") top left no-repeat;
          background-size: 100% 100%;
          width: 2rem;
          height: 4rem; }
  .section .discografia .llista-discografia .entry {
    position: relative; }
    .section .discografia .llista-discografia .entry .entry-title {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.2;
      font-family: "MSEL";
      margin-bottom: 0.5rem;
      font-weight: normal;
      text-transform: uppercase;
      width: 85%; }
    .section .discografia .llista-discografia .entry p {
      line-height: 1.25; }
    .section .discografia .llista-discografia .entry .thumbnail {
      position: relative;
      cursor: pointer; }
    .section .discografia .llista-discografia .entry .wp-post-image {
      width: 100%;
      height: auto;
      margin-bottom: 1rem; }
    .section .discografia .llista-discografia .entry .light-content {
      display: none; }
    .section .discografia .llista-discografia .entry .flex {
      position: relative; }
    .section .discografia .llista-discografia .entry .ico-compra {
      width: 15%;
      text-align: right;
      top: 0;
      right: 0;
      display: block;
      position: absolute; }
      .section .discografia .llista-discografia .entry .ico-compra img {
        width: 2.5rem;
        height: auto; }
  .section .discografia .llista-discografia a {
    display: block;
    position: relative; }
    .section .discografia .llista-discografia a:after {
      transition: 0.25s;
      opacity: 0;
      content: ' ';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #ffffff;
      background-size: 35% 35%;
      z-index: 10;
      display: block; }
    .section .discografia .llista-discografia a:hover:after {
      opacity: 0.5; }

.section {
  position: relative; }
  .section.popup {
    position: fixed;
    z-index: 35;
    top: 15vh;
    right: 0;
    width: 85%;
    background: #0a1a9c;
    color: #ffffff; }
    .section.popup .close-btn {
      width: 4rem;
      height: 4rem;
      position: absolute;
      right: 1rem;
      top: 2rem;
      cursor: pointer;
      display: block;
      z-index: 1; }
    .section.popup .section-header .section-title {
      font-size: 20px;
      font-size: 2rem;
      color: #ffffff;
      margin: 2rem 1.5rem; }
    .section.popup .popup-content {
      margin: 0 1rem;
      overflow-y: auto;
      overflow-x: hidden;
      max-height: 70vh;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.3; }
      .section.popup .popup-content ul li {
        color: #ffffff;
        line-height: 1.2;
        margin: 1rem 0 1rem 1rem;
        position: relative; }
        .section.popup .popup-content ul li:before {
          content: '·';
          position: absolute;
          left: -1rem;
          top: 0rem; }
    .section.popup .entry {
      width: 98%;
      margin: 1rem;
      padding: 1rem 0 2rem;
      border-bottom: 1px solid #ffffff; }
      .section.popup .entry:last-child {
        border: 0px solid #ffffff;
        padding-bottom: 0; }
      .section.popup .entry .entry-title {
        margin: 1rem 0;
        text-align: left;
        font-size: 22px;
        font-size: 2.2rem;
        text-transform: uppercase;
        font-family: "MSEL";
        font-weight: lighter;
        color: #ffffff; }
      .section.popup .entry p {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.35;
        font-family: "MSEL";
        color: #ffffff; }
      .section.popup .entry .button {
        text-align: right;
        text-decoration: underline;
        padding: 0 2rem;
        margin-top: 1rem;
        text-transform: uppercase;
        background-color: transparent;
        border: none !important;
        color: #ffffff;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1;
        display: block; }
        .section.popup .entry .button:hover {
          text-decoration: none; }
      .section.popup .entry .wp-block-image {
        margin: 1rem 40% 2rem 0;
        min-height: 15rem; }
        .section.popup .entry .wp-block-image .image {
          position: absolute;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
    @media (min-width: 48rem) {
      .section.popup {
        top: 15vh;
        right: 0;
        width: 35%; }
        .section.popup .entry .entry-title {
          font-size: 32px;
          font-size: 3.2rem; } }
.section .galeria {
  width: 100%;
  padding-bottom: 10rem; }
  .section .galeria .section-header {
    width: 100%; }
    .section .galeria .section-header .section-title {
      margin: 3rem 2rem 3rem 2rem; }
  .section .galeria .wp-block-text {
    padding: 2rem 0rem 2rem 1rem;
    min-height: 10rem; }
  .section .galeria .wp-post-image {
    width: 100%;
    height: auto; }
  .section .galeria .galeria-content {
    width: 100%; }
    .section .galeria .galeria-content .owl-gallery {
      position: relative; }
      .section .galeria .galeria-content .owl-gallery .owl-stage-outer {
        margin-right: 5rem; }
      .section .galeria .galeria-content .owl-gallery .owl-nav {
        position: absolute;
        bottom: 0;
        width: 100%; }
        .section .galeria .galeria-content .owl-gallery .owl-nav .owl-prev {
          position: absolute;
          left: 0;
          background: url("../img/prev.svg") top left no-repeat;
          background-size: 100% 100%;
          width: 2rem;
          height: 4rem; }
        .section .galeria .galeria-content .owl-gallery .owl-nav .owl-next {
          position: absolute;
          right: 5rem;
          background: url("../img/next.svg") top left no-repeat;
          background-size: 100% 100%;
          width: 2rem;
          height: 4rem; }
  .section .galeria .llista-galeria .entry {
    position: relative; }
    .section .galeria .llista-galeria .entry .entry-title {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.2;
      font-family: "MSEL";
      margin-bottom: 0.5rem;
      font-weight: normal;
      text-transform: uppercase; }
    .section .galeria .llista-galeria .entry p {
      line-height: 1.25; }
    .section .galeria .llista-galeria .entry .thumbnail {
      position: relative;
      cursor: pointer; }
    .section .galeria .llista-galeria .entry .image-title {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.2 !important;
      font-family: "MSEL" !important;
      text-transform: uppercase !important;
      color: #0a1a9c !important;
      margin: 0.5rem 0 !important; }
    .section .galeria .llista-galeria .entry a {
      display: block;
      position: relative; }
      .section .galeria .llista-galeria .entry a:hover {
        opacity: 0.5; }
      .section .galeria .llista-galeria .entry a.video:after {
        opacity: 1;
        content: ' ';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url("../img/play-ico.png") center no-repeat;
        z-index: 10;
        display: block; }
    .section .galeria .llista-galeria .entry .gallery-count {
      position: absolute;
      color: #ffffff;
      bottom: 50%;
      right: 30%;
      left: 30%;
      top: 35%;
      font-size: 24px;
      font-size: 2.4rem;
      font-family: "MSR";
      line-height: 2;
      display: block;
      text-align: center; }
  @media (min-width: 76.8rem) {
    .section .galeria .section-header .section-title {
      margin: 3rem 2rem 3rem 0; } }
.pp_description {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  font-family: "MSEL";
  text-transform: uppercase;
  color: #0a1a9c;
  margin: 0.5rem 0; }

ul.multimedia-galeria li {
  display: none; }
  ul.multimedia-galeria li:first-child {
    display: block; }

.amics-escolania .block.wp-block-text {
  width: 100% !important;
  padding: 0;
  margin: 0;
  min-height: auto; }

.amics-escolania .block.section-header {
  margin-left: 4rem; }

.amics-escolania .gallery {
  width: 100%; }
  .amics-escolania .gallery figure {
    margin: 2%; }
    .amics-escolania .gallery figure img {
      width: 100%;
      height: auto; }
  .amics-escolania .gallery.gallery-columns-5 .gallery-item {
    width: 46%;
    margin: 2%; }

@media (min-width: 48rem) {
  .amics-escolania .gallery {
    width: 95% !important; }
    .amics-escolania .gallery.gallery-columns-5 .gallery-item {
      width: 23%;
      margin: 1%; } }

@media (min-width: 76.8rem) {
  .amics-escolania .gallery {
    width: 100% !important; }
    .amics-escolania .gallery figure {
      margin: 0; }
    .amics-escolania .gallery.gallery-columns-5 .gallery-item {
      margin: 0 0.5% 1% 0;
      width: 9.5%; } }

.wp-block-galeria-gif .gallery-gif {
  position: relative; }
  .wp-block-galeria-gif .gallery-gif a {
    display: block; }
    .wp-block-galeria-gif .gallery-gif a:first-child:hover {
      opacity: 0;
      z-index: 1; }
    .wp-block-galeria-gif .gallery-gif a:last-child {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: -1; }
    .wp-block-galeria-gif .gallery-gif a .img-responsive {
      width: 100%;
      height: auto; }

/* EVENTS HOME */
.events-list hr {
  margin: 1rem;
  background: #ffffff !important;
  border: none;
  height: 1px; }

.events-list.active {
  overflow-y: auto; }

.events-list .tribe-events-sub-nav a {
  text-transform: uppercase;
  color: #ffffff !important; }

.events-list .seccio.calendari,
.events-list .post-type-archive-tribe_events {
  max-width: 175rem;
  margin: 0 auto;
  color: #ffffff; }
  .events-list .seccio.calendari .section-title,
  .events-list .post-type-archive-tribe_events .section-title {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 50px;
    font-size: 5rem;
    font-family: "MSEL";
    display: block;
    margin: 4rem 1rem 0 1rem; }
  .events-list .seccio.calendari .tribe-events-page-title,
  .events-list .post-type-archive-tribe_events .tribe-events-page-title {
    margin: 2rem 0 -2rem 0; }
  .events-list .seccio.calendari .tribe-events-title-bar,
  .events-list .post-type-archive-tribe_events .tribe-events-title-bar {
    display: block; }
  .events-list .seccio.calendari #tribe-bar-form,
  .events-list .post-type-archive-tribe_events #tribe-bar-form {
    display: none !important; }
  .events-list .seccio.calendari .tribe-bar-disabled,
  .events-list .post-type-archive-tribe_events .tribe-bar-disabled {
    display: block; }
  .events-list .seccio.calendari .tribe-events-calendar,
  .events-list .post-type-archive-tribe_events .tribe-events-calendar {
    margin: 1rem; }
  .events-list .seccio.calendari .tribe-events-calendar thead th,
  .events-list .post-type-archive-tribe_events .tribe-events-calendar thead th {
    background-color: transparent;
    color: #ffffff;
    font-weight: normal;
    padding: 1em 0;
    white-space: nowrap;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    font-size: 18px;
    font-size: 1.8rem; }
  .events-list .seccio.calendari #tribe-events,
  .events-list .post-type-archive-tribe_events #tribe-events {
    margin: 1rem; }
  .events-list .seccio.calendari #tribe-events-content .tribe-events-calendar td,
  .events-list .post-type-archive-tribe_events #tribe-events-content .tribe-events-calendar td {
    box-sizing: border-box;
    color: #ffffff;
    font-size: 18px;
    font-size: 1.8rem; }
  .events-list .seccio.calendari .tribe-events-calendar td.tribe-events-past .tribe-events-month-event-title a,
  .events-list .seccio.calendari .tribe-events-calendar td.tribe-events-past .tribe-events-viewmore a,
  .events-list .post-type-archive-tribe_events .tribe-events-calendar td.tribe-events-past .tribe-events-month-event-title a,
  .events-list .post-type-archive-tribe_events .tribe-events-calendar td.tribe-events-past .tribe-events-viewmore a {
    opacity: 1; }
  .events-list .seccio.calendari .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"],
  .events-list .seccio.calendari .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] > a,
  .events-list .seccio.calendari .tribe-events-calendar td.tribe-events-othermonth.tribe-events-future div[id*="tribe-events-daynum-"],
  .events-list .seccio.calendari .tribe-events-calendar td.tribe-events-othermonth.tribe-events-future div[id*="tribe-events-daynum-"] > a,
  .events-list .post-type-archive-tribe_events .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"],
  .events-list .post-type-archive-tribe_events .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] > a,
  .events-list .post-type-archive-tribe_events .tribe-events-calendar td.tribe-events-othermonth.tribe-events-future div[id*="tribe-events-daynum-"],
  .events-list .post-type-archive-tribe_events .tribe-events-calendar td.tribe-events-othermonth.tribe-events-future div[id*="tribe-events-daynum-"] > a {
    background-color: transparent;
    color: #ffffff;
    font-size: 18px;
    font-size: 1.8rem; }
  .events-list .seccio.calendari .tribe-events-calendar div[id*="tribe-events-daynum-"], .events-list .seccio.calendari .tribe-events-calendar div[id*="tribe-events-daynum-"] a,
  .events-list .post-type-archive-tribe_events .tribe-events-calendar div[id*="tribe-events-daynum-"],
  .events-list .post-type-archive-tribe_events .tribe-events-calendar div[id*="tribe-events-daynum-"] a {
    background-color: transparent;
    color: #ffffff;
    font-size: 18px;
    font-size: 1.8rem; }
  .events-list .seccio.calendari #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth,
  .events-list .post-type-archive-tribe_events #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth {
    background: transparent; }
  .events-list .seccio.calendari #tribe-events-content .tribe-events-calendar td,
  .events-list .post-type-archive-tribe_events #tribe-events-content .tribe-events-calendar td {
    border: 1px solid #ffffff;
    transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
  .events-list .seccio.calendari #tribe-events-content .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title,
  .events-list .post-type-archive-tribe_events #tribe-events-content .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title {
    font-family: "MSEL";
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: uppercase;
    color: #ffffff; }
    .events-list .seccio.calendari #tribe-events-content .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title a,
    .events-list .post-type-archive-tribe_events #tribe-events-content .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title a {
      color: #ffffff; }
  .events-list .seccio.calendari .recurring-info-tooltip, .events-list .seccio.calendari .tribe-events-calendar .tribe-events-tooltip,
  .events-list .seccio.calendari .tribe-events-shortcode.view-week .tribe-events-tooltip,
  .events-list .seccio.calendari .tribe-events-week .tribe-events-tooltip,
  .events-list .post-type-archive-tribe_events .recurring-info-tooltip,
  .events-list .post-type-archive-tribe_events .tribe-events-calendar .tribe-events-tooltip,
  .events-list .post-type-archive-tribe_events .tribe-events-shortcode.view-week .tribe-events-tooltip,
  .events-list .post-type-archive-tribe_events .tribe-events-week .tribe-events-tooltip {
    border: 1px solid #ffffff;
    background-color: #966C49;
    color: #ffffff;
    padding: 0.5em;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0); }
    .events-list .seccio.calendari .recurring-info-tooltip .entry-title, .events-list .seccio.calendari .tribe-events-calendar .tribe-events-tooltip .entry-title,
    .events-list .seccio.calendari .tribe-events-shortcode.view-week .tribe-events-tooltip .entry-title,
    .events-list .seccio.calendari .tribe-events-week .tribe-events-tooltip .entry-title,
    .events-list .post-type-archive-tribe_events .recurring-info-tooltip .entry-title,
    .events-list .post-type-archive-tribe_events .tribe-events-calendar .tribe-events-tooltip .entry-title,
    .events-list .post-type-archive-tribe_events .tribe-events-shortcode.view-week .tribe-events-tooltip .entry-title,
    .events-list .post-type-archive-tribe_events .tribe-events-week .tribe-events-tooltip .entry-title {
      font-family: "MSEL";
      text-transform: uppercase;
      color: #ffffff;
      font-weight: normal;
      font-size: 22px;
      font-size: 2.2rem; }
  .events-list .seccio.calendari .tribe-events-right .tribe-events-tooltip .tribe-events-arrow,
  .events-list .post-type-archive-tribe_events .tribe-events-right .tribe-events-tooltip .tribe-events-arrow {
    left: auto;
    right: 30px; }
  .events-list .seccio.calendari .tribe-events-tooltip .tribe-events-arrow,
  .events-list .post-type-archive-tribe_events .tribe-events-tooltip .tribe-events-arrow {
    width: 4rem;
    height: 2rem;
    background-image: url("../img/corner-window.png") !important;
    background-size: 4rem 2rem;
    bottom: -1rem; }
  .events-list .seccio.calendari .tribe-events-tooltip .tribe-events-event-body,
  .events-list .post-type-archive-tribe_events .tribe-events-tooltip .tribe-events-event-body {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0; }
  .events-list .seccio.calendari .tribe-events-present,
  .events-list .post-type-archive-tribe_events .tribe-events-present {
    background: #AA7B53;
    color: #ffffff; }
    .events-list .seccio.calendari .tribe-events-present div[id*="tribe-events-daynum-"],
    .events-list .seccio.calendari .tribe-events-present div[id*="tribe-events-daynum-"] a,
    .events-list .post-type-archive-tribe_events .tribe-events-present div[id*="tribe-events-daynum-"],
    .events-list .post-type-archive-tribe_events .tribe-events-present div[id*="tribe-events-daynum-"] a {
      color: #ffffff; }
    .events-list .seccio.calendari .tribe-events-present .tribe-events-month-event-title a,
    .events-list .post-type-archive-tribe_events .tribe-events-present .tribe-events-month-event-title a {
      color: #ffffff !important; }
    .events-list .seccio.calendari .tribe-events-present:hover,
    .events-list .post-type-archive-tribe_events .tribe-events-present:hover {
      cursor: pointer;
      background: #ffffff !important;
      box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important; }
      .events-list .seccio.calendari .tribe-events-present:hover div[id*="tribe-events-daynum-"],
      .events-list .seccio.calendari .tribe-events-present:hover div[id*="tribe-events-daynum-"] a,
      .events-list .post-type-archive-tribe_events .tribe-events-present:hover div[id*="tribe-events-daynum-"],
      .events-list .post-type-archive-tribe_events .tribe-events-present:hover div[id*="tribe-events-daynum-"] a {
        color: #966C49 !important; }
      .events-list .seccio.calendari .tribe-events-present:hover .tribe-events-month-event-title a,
      .events-list .post-type-archive-tribe_events .tribe-events-present:hover .tribe-events-month-event-title a {
        color: #966C49 !important; }
  .events-list .seccio.calendari .tribe-events-thismonth,
  .events-list .post-type-archive-tribe_events .tribe-events-thismonth {
    background: #AA7B53;
    color: #ffffff; }
    .events-list .seccio.calendari .tribe-events-thismonth div[id*="tribe-events-daynum-"],
    .events-list .seccio.calendari .tribe-events-thismonth div[id*="tribe-events-daynum-"] a,
    .events-list .post-type-archive-tribe_events .tribe-events-thismonth div[id*="tribe-events-daynum-"],
    .events-list .post-type-archive-tribe_events .tribe-events-thismonth div[id*="tribe-events-daynum-"] a {
      color: #ffffff; }
    .events-list .seccio.calendari .tribe-events-thismonth:hover,
    .events-list .post-type-archive-tribe_events .tribe-events-thismonth:hover {
      cursor: pointer;
      background: #ffffff !important;
      box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important; }
      .events-list .seccio.calendari .tribe-events-thismonth:hover div[id*="tribe-events-daynum-"],
      .events-list .seccio.calendari .tribe-events-thismonth:hover div[id*="tribe-events-daynum-"] a,
      .events-list .post-type-archive-tribe_events .tribe-events-thismonth:hover div[id*="tribe-events-daynum-"],
      .events-list .post-type-archive-tribe_events .tribe-events-thismonth:hover div[id*="tribe-events-daynum-"] a {
        color: #966C49 !important; }
      .events-list .seccio.calendari .tribe-events-thismonth:hover .tribe-events-month-event-title a,
      .events-list .post-type-archive-tribe_events .tribe-events-thismonth:hover .tribe-events-month-event-title a {
        color: #966C49 !important; }

.events-list #tribe-events .tribe-events-button,
.events-list #tribe-events .tribe-events-button:hover,
.events-list #tribe_events_filters_wrapper input[type="submit"],
.events-list .tribe-events-button, .events-list .tribe-events-button.tribe-active:hover,
.events-list .tribe-events-button.tribe-inactive,
.events-list .tribe-events-button:hover,
.events-list .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
.events-list .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
  background-color: transparent; }

.events-list .ect-list-post .ect-list-venue .ect-venue-details,
.events-list .ect-list-post .ect-list-venue .ect-google a,
.events-list .modern-list-venue, .events-list .modern-list-venue .ect-google a,
.events-list #ect-grid-wrapper .ect-grid-venue,
.events-list #ect-carousel-wrapper .ect-carousel-venue,
.events-list #ect-slider-wrapper .ect-slider-venue,
.events-list #ect-accordion-wrapper .ect-accordion-venue {
  display: none; }

.events-list .ect-list-post .ect-list-post-left .ect-list-date .ect-date-area,
.events-list .ect-list-post .ect-list-post-left .ect-list-date span.ect-custom-schedule,
.events-list .modern-list-right-side .ect-list-date .ect-date-area,
.events-list .modern-list-right-side .ect-list-date span.ect-custom-schedule,
.events-list .style-3 .ect-list-date .ect-date-area,
.events-list .style-3 .ect-list-date span.ect-custom-schedule,
.events-list .ect-modern-time,
.events-list #ect-grid-wrapper .ect-grid-date,
.events-list #ect-carousel-wrapper .ect-carousel-date,
.events-list #ect-slider-wrapper .ect-slider-date,
.events-list #ect-accordion-wrapper .ect-accordion-date,
.events-list #ect-accordion-wrapper.ect-accordion-view span.month-year-box {
  font-family: inherit;
  color: #ffffff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1em;
  width: 100%;
  text-transform: uppercase; }

.events-list .style-1 .ect-carousel-date {
  position: inherit !important;
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  margin: 0;
  margin-top: 0px;
  margin-top: 0; }
  .events-list .style-1 .ect-carousel-date:after {
    border-color: transparent transparent transparent;
    border-style: solid;
    border-width: 0;
    bottom: -10px;
    content: "";
    display: inline-block;
    left: 4.8px;
    position: absolute;
    transform: rotate(45deg);
    width: 0; }

.events-list .ect-list-post .ect-list-post-left .ect-list-date .ect-date-area,
.events-list .ect-list-post .ect-list-post-left .ect-list-date span.ect-custom-schedule,
.events-list .modern-list-right-side .ect-list-date .ect-date-area,
.events-list .modern-list-right-side .ect-list-date span.ect-custom-schedule,
.events-list .style-3 .ect-list-date .ect-date-area,
.events-list .style-3 .ect-list-date span.ect-custom-schedule,
.events-list .ect-modern-time,
.events-list #ect-grid-wrapper .ect-grid-date,
.events-list #ect-carousel-wrapper .ect-carousel-date,
.events-list #ect-slider-wrapper .ect-slider-date,
.events-list #ect-accordion-wrapper .ect-accordion-date,
.events-list #ect-accordion-wrapper.ect-accordion-view span.month-year-box {
  font-family: inherit !important;
  color: #ffffff !important;
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal !important;
  font-style: normal !important;
  line-height: 1 !important; }

.events-list .ect-list-post .ect-list-post-right,
.events-list .ect-list-post .ect-clslist-event-info,
.events-list #ect-grid-wrapper .ect-grid-event-area,
.events-list #ect-carousel-wrapper .ect-carousel-event-area,
.events-list #ect-slider-wrapper .ect-slider-event-area,
.events-list #ect-slider-wrapper .style-2 .ect-slider-left
#ect-accordion-wrapper .ect-accordion-event,
.events-list #ect-carousel-wrapper .style-1 .ect-carousel-date, .events-list #ect-carousel-wrapper .style-2 .ect-carousel-date {
  box-shadow: inset 0px 0px 0 0 !important;
  background: transparent !important; }

.events-list #ect-carousel-wrapper .ect-carousel-event-area {
  box-shadow: inset 0 0 0 0 #e6e6e6 !important; }

.events-list .ect-carousel-event .ect-carousel-date {
  padding: 0;
  margin: 0.5rem 0;
  font-size: 20px;
  font-size: 2rem; }

.events-list .ect-carousel-event .ect-carousel-title {
  padding: 0; }
  .events-list .ect-carousel-event .ect-carousel-title h4 {
    font-size: 24px !important;
    font-weight: normal !important;
    line-height: 1 !important;
    margin: 0.5rem 0;
    color: #ffffff;
    text-transform: uppercase; }

.events-list .ect-carousel-event .ect-carousel-cost,
.events-list .ect-carousel-event .ect-carousel-readmore {
  display: none; }

.events-list .ect-list-post h2.ect-list-title, .events-list .ect-list-post h2.ect-list-title a.ect-event-url, .events-list .ect-classic-list a.tribe-events-read-more, .events-list .ect-clslist-event-info .ect-clslist-title a.ect-event-url, .events-list #ect-grid-wrapper .ect-grid-title h4, .events-list #ect-grid-wrapper .ect-grid-title h4 a, .events-list #ect-carousel-wrapper .ect-carousel-title h4, .events-list #ect-carousel-wrapper .ect-carousel-title h4 a, .events-list #ect-slider-wrapper .ect-slider-title h4, .events-list #ect-slider-wrapper .ect-slider-title h4 a, .events-list #ect-accordion-wrapper h3.ect-accordion-title {
  color: #ffffff !important;
  line-height: 1;
  font-size: 24px; }

.events-list #ect-carousel-wrapper .ect-events-carousel .slick-arrow i {
  background: transparent;
  box-shadow: 0 0 0 0 #fcfcfc; }
  .events-list #ect-carousel-wrapper .ect-events-carousel .slick-arrow i:before {
    color: #ffffff !important; }

.seccio.calendari,
.post-type-archive-tribe_events {
  max-width: 175rem;
  margin: 0 auto;
  color: #0a1a9c;
  /* DETALL */ }
  .seccio.calendari .tribe-events-sub-nav a,
  .post-type-archive-tribe_events .tribe-events-sub-nav a {
    text-transform: uppercase;
    color: #0a1a9c; }
  .seccio.calendari hr,
  .post-type-archive-tribe_events hr {
    margin: 1rem;
    background: #0a1a9c;
    border: none;
    height: 1px; }
  .seccio.calendari .section-title,
  .post-type-archive-tribe_events .section-title {
    text-transform: uppercase;
    color: #0a1a9c;
    font-size: 50px;
    font-size: 5rem;
    font-family: "MSEL";
    display: block;
    margin: 4rem 1rem 0 1rem; }
  .seccio.calendari .tribe-events-title-bar,
  .post-type-archive-tribe_events .tribe-events-title-bar {
    display: none; }
  .seccio.calendari .tribe-bar-disabled,
  .post-type-archive-tribe_events .tribe-bar-disabled {
    display: none; }
  .seccio.calendari .tribe-events-calendar,
  .post-type-archive-tribe_events .tribe-events-calendar {
    margin: 1rem; }
  .seccio.calendari .tribe-events-calendar thead th,
  .post-type-archive-tribe_events .tribe-events-calendar thead th {
    background-color: transparent;
    color: #0a1a9c;
    font-weight: normal;
    padding: 1em 0;
    white-space: nowrap;
    border-left: 1px solid #0a1a9c;
    border-right: 1px solid #0a1a9c;
    border-top: 1px solid #0a1a9c;
    font-size: 18px;
    font-size: 1.8rem; }
  .seccio.calendari #tribe-events,
  .post-type-archive-tribe_events #tribe-events {
    margin: 1rem; }
  .seccio.calendari #tribe-events-content .tribe-events-calendar td,
  .post-type-archive-tribe_events #tribe-events-content .tribe-events-calendar td {
    box-sizing: border-box;
    color: #0a1a9c;
    font-size: 18px;
    font-size: 1.8rem; }
  .seccio.calendari .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"],
  .seccio.calendari .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] > a,
  .seccio.calendari .tribe-events-calendar td.tribe-events-othermonth.tribe-events-future div[id*="tribe-events-daynum-"],
  .seccio.calendari .tribe-events-calendar td.tribe-events-othermonth.tribe-events-future div[id*="tribe-events-daynum-"] > a,
  .post-type-archive-tribe_events .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"],
  .post-type-archive-tribe_events .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] > a,
  .post-type-archive-tribe_events .tribe-events-calendar td.tribe-events-othermonth.tribe-events-future div[id*="tribe-events-daynum-"],
  .post-type-archive-tribe_events .tribe-events-calendar td.tribe-events-othermonth.tribe-events-future div[id*="tribe-events-daynum-"] > a {
    background-color: transparent;
    color: #0a1a9c;
    font-size: 18px;
    font-size: 1.8rem; }
  .seccio.calendari .tribe-events-calendar div[id*="tribe-events-daynum-"], .seccio.calendari .tribe-events-calendar div[id*="tribe-events-daynum-"] a,
  .post-type-archive-tribe_events .tribe-events-calendar div[id*="tribe-events-daynum-"],
  .post-type-archive-tribe_events .tribe-events-calendar div[id*="tribe-events-daynum-"] a {
    background-color: transparent;
    color: #0a1a9c;
    font-size: 18px;
    font-size: 1.8rem; }
  .seccio.calendari #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth,
  .post-type-archive-tribe_events #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth {
    background: transparent; }
  .seccio.calendari #tribe-events-content .tribe-events-calendar td,
  .post-type-archive-tribe_events #tribe-events-content .tribe-events-calendar td {
    border: 1px solid #0a1a9c;
    transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
  .seccio.calendari #tribe-events-content .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title,
  .post-type-archive-tribe_events #tribe-events-content .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title {
    font-family: "MSEL";
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: uppercase;
    color: #966C49; }
    .seccio.calendari #tribe-events-content .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title a,
    .post-type-archive-tribe_events #tribe-events-content .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title a {
      color: #966C49; }
  .seccio.calendari .recurring-info-tooltip, .seccio.calendari .tribe-events-calendar .tribe-events-tooltip,
  .seccio.calendari .tribe-events-shortcode.view-week .tribe-events-tooltip,
  .seccio.calendari .tribe-events-week .tribe-events-tooltip,
  .post-type-archive-tribe_events .recurring-info-tooltip,
  .post-type-archive-tribe_events .tribe-events-calendar .tribe-events-tooltip,
  .post-type-archive-tribe_events .tribe-events-shortcode.view-week .tribe-events-tooltip,
  .post-type-archive-tribe_events .tribe-events-week .tribe-events-tooltip {
    border: 0;
    background-color: #966C49;
    color: #ffffff;
    padding: 0.5em;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0); }
    .seccio.calendari .recurring-info-tooltip .entry-title, .seccio.calendari .tribe-events-calendar .tribe-events-tooltip .entry-title,
    .seccio.calendari .tribe-events-shortcode.view-week .tribe-events-tooltip .entry-title,
    .seccio.calendari .tribe-events-week .tribe-events-tooltip .entry-title,
    .post-type-archive-tribe_events .recurring-info-tooltip .entry-title,
    .post-type-archive-tribe_events .tribe-events-calendar .tribe-events-tooltip .entry-title,
    .post-type-archive-tribe_events .tribe-events-shortcode.view-week .tribe-events-tooltip .entry-title,
    .post-type-archive-tribe_events .tribe-events-week .tribe-events-tooltip .entry-title {
      font-family: "MSEL";
      text-transform: uppercase;
      color: #ffffff;
      font-weight: normal;
      font-size: 22px;
      font-size: 2.2rem; }
  .seccio.calendari .tribe-events-right .tribe-events-tooltip .tribe-events-arrow,
  .post-type-archive-tribe_events .tribe-events-right .tribe-events-tooltip .tribe-events-arrow {
    left: auto;
    right: 30px; }
  .seccio.calendari .tribe-events-tooltip .tribe-events-arrow,
  .post-type-archive-tribe_events .tribe-events-tooltip .tribe-events-arrow {
    width: 4rem;
    height: 2rem;
    background-image: url("../img/corner-window.png") !important;
    background-size: 4rem 2rem;
    bottom: -1rem; }
  .seccio.calendari .tribe-events-tooltip .tribe-events-event-body,
  .post-type-archive-tribe_events .tribe-events-tooltip .tribe-events-event-body {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0; }
  .seccio.calendari .tribe-events-present,
  .post-type-archive-tribe_events .tribe-events-present {
    background: #0a1a9c;
    color: #ffffff; }
    .seccio.calendari .tribe-events-present div[id*="tribe-events-daynum-"],
    .seccio.calendari .tribe-events-present div[id*="tribe-events-daynum-"] a,
    .post-type-archive-tribe_events .tribe-events-present div[id*="tribe-events-daynum-"],
    .post-type-archive-tribe_events .tribe-events-present div[id*="tribe-events-daynum-"] a {
      color: #ffffff; }
    .seccio.calendari .tribe-events-present .tribe-events-month-event-title a,
    .post-type-archive-tribe_events .tribe-events-present .tribe-events-month-event-title a {
      color: #ffffff !important; }
    .seccio.calendari .tribe-events-present:hover,
    .post-type-archive-tribe_events .tribe-events-present:hover {
      cursor: pointer;
      background: #ffffff !important;
      box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important; }
      .seccio.calendari .tribe-events-present:hover div[id*="tribe-events-daynum-"],
      .seccio.calendari .tribe-events-present:hover div[id*="tribe-events-daynum-"] a,
      .post-type-archive-tribe_events .tribe-events-present:hover div[id*="tribe-events-daynum-"],
      .post-type-archive-tribe_events .tribe-events-present:hover div[id*="tribe-events-daynum-"] a {
        color: #966C49 !important; }
      .seccio.calendari .tribe-events-present:hover .tribe-events-month-event-title a,
      .post-type-archive-tribe_events .tribe-events-present:hover .tribe-events-month-event-title a {
        color: #966C49 !important; }
  .seccio.calendari #tribe-events .tribe-events-button,
  .seccio.calendari #tribe-events .tribe-events-button:hover,
  .seccio.calendari #tribe_events_filters_wrapper input[type="submit"],
  .seccio.calendari .tribe-events-button, .seccio.calendari .tribe-events-button.tribe-active:hover,
  .seccio.calendari .tribe-events-button.tribe-inactive,
  .seccio.calendari .tribe-events-button:hover,
  .seccio.calendari .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
  .seccio.calendari .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a,
  .post-type-archive-tribe_events #tribe-events .tribe-events-button,
  .post-type-archive-tribe_events #tribe-events .tribe-events-button:hover,
  .post-type-archive-tribe_events #tribe_events_filters_wrapper input[type="submit"],
  .post-type-archive-tribe_events .tribe-events-button,
  .post-type-archive-tribe_events .tribe-events-button.tribe-active:hover,
  .post-type-archive-tribe_events .tribe-events-button.tribe-inactive,
  .post-type-archive-tribe_events .tribe-events-button:hover,
  .post-type-archive-tribe_events .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
  .post-type-archive-tribe_events .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
    background-color: transparent; }
  .seccio.calendari .ect-list-post .ect-list-venue .ect-venue-details,
  .seccio.calendari .ect-list-post .ect-list-venue .ect-google a,
  .seccio.calendari .modern-list-venue, .seccio.calendari .modern-list-venue .ect-google a,
  .seccio.calendari #ect-grid-wrapper .ect-grid-venue,
  .seccio.calendari #ect-carousel-wrapper .ect-carousel-venue,
  .seccio.calendari #ect-slider-wrapper .ect-slider-venue,
  .seccio.calendari #ect-accordion-wrapper .ect-accordion-venue,
  .post-type-archive-tribe_events .ect-list-post .ect-list-venue .ect-venue-details,
  .post-type-archive-tribe_events .ect-list-post .ect-list-venue .ect-google a,
  .post-type-archive-tribe_events .modern-list-venue,
  .post-type-archive-tribe_events .modern-list-venue .ect-google a,
  .post-type-archive-tribe_events #ect-grid-wrapper .ect-grid-venue,
  .post-type-archive-tribe_events #ect-carousel-wrapper .ect-carousel-venue,
  .post-type-archive-tribe_events #ect-slider-wrapper .ect-slider-venue,
  .post-type-archive-tribe_events #ect-accordion-wrapper .ect-accordion-venue {
    display: none; }
  .seccio.calendari .ect-list-post .ect-list-post-left .ect-list-date .ect-date-area, .seccio.calendari .ect-list-post .ect-list-post-left .ect-list-date span.ect-custom-schedule, .seccio.calendari .modern-list-right-side .ect-list-date .ect-date-area, .seccio.calendari .modern-list-right-side .ect-list-date span.ect-custom-schedule, .seccio.calendari .style-3 .ect-list-date .ect-date-area, .seccio.calendari .style-3 .ect-list-date span.ect-custom-schedule, .seccio.calendari .ect-modern-time, .seccio.calendari #ect-grid-wrapper .ect-grid-date, .seccio.calendari #ect-carousel-wrapper .ect-carousel-date, .seccio.calendari #ect-slider-wrapper .ect-slider-date, .seccio.calendari #ect-accordion-wrapper .ect-accordion-date, .seccio.calendari #ect-accordion-wrapper.ect-accordion-view span.month-year-box,
  .post-type-archive-tribe_events .ect-list-post .ect-list-post-left .ect-list-date .ect-date-area,
  .post-type-archive-tribe_events .ect-list-post .ect-list-post-left .ect-list-date span.ect-custom-schedule,
  .post-type-archive-tribe_events .modern-list-right-side .ect-list-date .ect-date-area,
  .post-type-archive-tribe_events .modern-list-right-side .ect-list-date span.ect-custom-schedule,
  .post-type-archive-tribe_events .style-3 .ect-list-date .ect-date-area,
  .post-type-archive-tribe_events .style-3 .ect-list-date span.ect-custom-schedule,
  .post-type-archive-tribe_events .ect-modern-time,
  .post-type-archive-tribe_events #ect-grid-wrapper .ect-grid-date,
  .post-type-archive-tribe_events #ect-carousel-wrapper .ect-carousel-date,
  .post-type-archive-tribe_events #ect-slider-wrapper .ect-slider-date,
  .post-type-archive-tribe_events #ect-accordion-wrapper .ect-accordion-date,
  .post-type-archive-tribe_events #ect-accordion-wrapper.ect-accordion-view span.month-year-box {
    font-family: inherit;
    color: #0a1a9c;
    font-size: 20px;
    font-size: 2rem;
    font-weight: normal;
    font-style: normal;
    line-height: 1em;
    width: 100%;
    text-transform: uppercase; }
  .seccio.calendari .style-1 .ect-carousel-date,
  .post-type-archive-tribe_events .style-1 .ect-carousel-date {
    position: inherit !important;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    margin: 0;
    margin-top: 0px;
    margin-top: 0; }
    .seccio.calendari .style-1 .ect-carousel-date:after,
    .post-type-archive-tribe_events .style-1 .ect-carousel-date:after {
      border-color: transparent transparent transparent;
      border-style: solid;
      border-width: 0;
      bottom: -10px;
      content: "";
      display: inline-block;
      left: 4.8px;
      position: absolute;
      transform: rotate(45deg);
      width: 0; }
  .seccio.calendari .ect-list-post .ect-list-post-left .ect-list-date .ect-date-area,
  .seccio.calendari .ect-list-post .ect-list-post-left .ect-list-date span.ect-custom-schedule,
  .seccio.calendari .modern-list-right-side .ect-list-date .ect-date-area,
  .seccio.calendari .modern-list-right-side .ect-list-date span.ect-custom-schedule,
  .seccio.calendari .style-3 .ect-list-date .ect-date-area,
  .seccio.calendari .style-3 .ect-list-date span.ect-custom-schedule,
  .seccio.calendari .ect-modern-time,
  .seccio.calendari #ect-grid-wrapper .ect-grid-date,
  .seccio.calendari #ect-carousel-wrapper .ect-carousel-date,
  .seccio.calendari #ect-slider-wrapper .ect-slider-date,
  .seccio.calendari #ect-accordion-wrapper .ect-accordion-date,
  .seccio.calendari #ect-accordion-wrapper.ect-accordion-view span.month-year-box,
  .post-type-archive-tribe_events .ect-list-post .ect-list-post-left .ect-list-date .ect-date-area,
  .post-type-archive-tribe_events .ect-list-post .ect-list-post-left .ect-list-date span.ect-custom-schedule,
  .post-type-archive-tribe_events .modern-list-right-side .ect-list-date .ect-date-area,
  .post-type-archive-tribe_events .modern-list-right-side .ect-list-date span.ect-custom-schedule,
  .post-type-archive-tribe_events .style-3 .ect-list-date .ect-date-area,
  .post-type-archive-tribe_events .style-3 .ect-list-date span.ect-custom-schedule,
  .post-type-archive-tribe_events .ect-modern-time,
  .post-type-archive-tribe_events #ect-grid-wrapper .ect-grid-date,
  .post-type-archive-tribe_events #ect-carousel-wrapper .ect-carousel-date,
  .post-type-archive-tribe_events #ect-slider-wrapper .ect-slider-date,
  .post-type-archive-tribe_events #ect-accordion-wrapper .ect-accordion-date,
  .post-type-archive-tribe_events #ect-accordion-wrapper.ect-accordion-view span.month-year-box {
    font-family: inherit !important;
    color: #0a1a9c;
    font-size: 20px;
    font-size: 2rem;
    font-weight: normal !important;
    font-style: normal !important;
    line-height: 1 !important; }
  .seccio.calendari .ect-list-post .ect-list-post-right,
  .seccio.calendari .ect-list-post .ect-clslist-event-info,
  .seccio.calendari #ect-grid-wrapper .ect-grid-event-area,
  .seccio.calendari #ect-carousel-wrapper .ect-carousel-event-area,
  .seccio.calendari #ect-slider-wrapper .ect-slider-event-area,
  .seccio.calendari #ect-slider-wrapper .style-2 .ect-slider-left
#ect-accordion-wrapper .ect-accordion-event,
  .seccio.calendari #ect-carousel-wrapper .style-1 .ect-carousel-date, .seccio.calendari #ect-carousel-wrapper .style-2 .ect-carousel-date,
  .post-type-archive-tribe_events .ect-list-post .ect-list-post-right,
  .post-type-archive-tribe_events .ect-list-post .ect-clslist-event-info,
  .post-type-archive-tribe_events #ect-grid-wrapper .ect-grid-event-area,
  .post-type-archive-tribe_events #ect-carousel-wrapper .ect-carousel-event-area,
  .post-type-archive-tribe_events #ect-slider-wrapper .ect-slider-event-area,
  .post-type-archive-tribe_events #ect-slider-wrapper .style-2 .ect-slider-left
#ect-accordion-wrapper .ect-accordion-event,
  .post-type-archive-tribe_events #ect-carousel-wrapper .style-1 .ect-carousel-date,
  .post-type-archive-tribe_events #ect-carousel-wrapper .style-2 .ect-carousel-date {
    box-shadow: inset 0px 0px 0 0 !important;
    background: transparent !important; }
  .seccio.calendari #ect-carousel-wrapper .ect-carousel-event-area,
  .post-type-archive-tribe_events #ect-carousel-wrapper .ect-carousel-event-area {
    box-shadow: inset 0 0 0 0 #e6e6e6 !important; }
  .seccio.calendari .ect-carousel-event .ect-carousel-date,
  .post-type-archive-tribe_events .ect-carousel-event .ect-carousel-date {
    padding: 0;
    margin: 0.5rem 0;
    font-size: 20px;
    font-size: 2rem; }
  .seccio.calendari .ect-carousel-event .ect-carousel-title,
  .post-type-archive-tribe_events .ect-carousel-event .ect-carousel-title {
    padding: 0; }
    .seccio.calendari .ect-carousel-event .ect-carousel-title h4,
    .post-type-archive-tribe_events .ect-carousel-event .ect-carousel-title h4 {
      font-size: 24px !important;
      font-weight: normal !important;
      line-height: 1 !important;
      margin: 0.5rem 0;
      color: #0a1a9c;
      text-transform: uppercase; }
  .seccio.calendari .ect-carousel-event .ect-carousel-cost,
  .seccio.calendari .ect-carousel-event .ect-carousel-readmore,
  .post-type-archive-tribe_events .ect-carousel-event .ect-carousel-cost,
  .post-type-archive-tribe_events .ect-carousel-event .ect-carousel-readmore {
    display: none; }
  .seccio.calendari .ect-list-post h2.ect-list-title, .seccio.calendari .ect-list-post h2.ect-list-title a.ect-event-url, .seccio.calendari .ect-classic-list a.tribe-events-read-more, .seccio.calendari .ect-clslist-event-info .ect-clslist-title a.ect-event-url, .seccio.calendari #ect-grid-wrapper .ect-grid-title h4, .seccio.calendari #ect-grid-wrapper .ect-grid-title h4 a, .seccio.calendari #ect-carousel-wrapper .ect-carousel-title h4, .seccio.calendari #ect-carousel-wrapper .ect-carousel-title h4 a, .seccio.calendari #ect-slider-wrapper .ect-slider-title h4, .seccio.calendari #ect-slider-wrapper .ect-slider-title h4 a, .seccio.calendari #ect-accordion-wrapper h3.ect-accordion-title,
  .post-type-archive-tribe_events .ect-list-post h2.ect-list-title,
  .post-type-archive-tribe_events .ect-list-post h2.ect-list-title a.ect-event-url,
  .post-type-archive-tribe_events .ect-classic-list a.tribe-events-read-more,
  .post-type-archive-tribe_events .ect-clslist-event-info .ect-clslist-title a.ect-event-url,
  .post-type-archive-tribe_events #ect-grid-wrapper .ect-grid-title h4,
  .post-type-archive-tribe_events #ect-grid-wrapper .ect-grid-title h4 a,
  .post-type-archive-tribe_events #ect-carousel-wrapper .ect-carousel-title h4,
  .post-type-archive-tribe_events #ect-carousel-wrapper .ect-carousel-title h4 a,
  .post-type-archive-tribe_events #ect-slider-wrapper .ect-slider-title h4,
  .post-type-archive-tribe_events #ect-slider-wrapper .ect-slider-title h4 a,
  .post-type-archive-tribe_events #ect-accordion-wrapper h3.ect-accordion-title {
    color: #0a1a9c;
    line-height: 1;
    font-size: 24px; }
  .seccio.calendari #ect-carousel-wrapper .ect-events-carousel .slick-arrow i,
  .post-type-archive-tribe_events #ect-carousel-wrapper .ect-events-carousel .slick-arrow i {
    background: transparent;
    box-shadow: 0 0 0 0 #fcfcfc; }
    .seccio.calendari #ect-carousel-wrapper .ect-events-carousel .slick-arrow i:before,
    .post-type-archive-tribe_events #ect-carousel-wrapper .ect-events-carousel .slick-arrow i:before {
      color: #0a1a9c; }

#tribe-events .tribe-events-button,
#tribe-events .tribe-events-button:hover,
#tribe_events_filters_wrapper input[type="submit"],
.tribe-events-button, .tribe-events-button.tribe-active:hover,
.tribe-events-button.tribe-inactive,
.tribe-events-button:hover,
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
  background-color: transparent; }

.ect-no-events,
.tribe-events-notices {
  text-align: center;
  background: none !important;
  border-radius: 0  !important;
  border: 0px solid #bce8f1 !important;
  color: #fff !important;
  margin: 2rem !important;
  padding: 2rem 0 !important;
  text-shadow: 0 0 0 #fff !important; }

.error404 .page-content {
  padding: 2rem;
  max-width: 116rem;
  margin: 5rem auto; }

.error404 .page-content p {
  font-size: 20px;
  line-height: 1.2;
  color: #0a1a9c; }

.error404 .page-content h2 {
  font-size: 40px;
  color: #0a1a9c; }

/* AUDI LIST */
.gravacio-directe {
  z-index: 5;
  position: fixed;
  width: 3.5rem;
  top: 4rem;
  right: 9rem; }
  .gravacio-directe > a {
    display: none; }
  @media (min-width: 48rem) {
    .gravacio-directe {
      top: 1.75rem;
      right: 8.5rem; }
      .gravacio-directe > a {
        color: #966C49;
        display: block;
        width: 10rem;
        margin-left: -3rem; } }
  @media (min-width: 76.8rem) {
    .gravacio-directe {
      width: 100%;
      right: auto;
      left: 2rem;
      max-width: 76rem; }
      .gravacio-directe > a {
        margin: 0;
        position: absolute;
        right: -15rem;
        top: 0.5rem; }
      .gravacio-directe.fix {
        position: fixed;
        left: 26rem;
        width: 40rem; }
        .gravacio-directe.fix > a {
          margin-left: 5rem; } }
  @media (min-width: 102.4rem) {
    .gravacio-directe {
      max-width: 140rem; }
      .gravacio-directe.fix {
        position: fixed;
        left: 26rem;
        width: 55rem; } }
.play-list {
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  position: absolute;
  background: #966C49;
  padding: 4rem 0;
  color: #ffffff;
  transition: 0.25s;
  z-index: -10; }
  .play-list .section-title {
    margin: 0 2rem 2rem 2rem;
    text-transform: uppercase; }
  .play-list .close-btn {
    opacity: 0; }
  .play-list.active {
    display: block;
    width: 85vw;
    right: 0;
    z-index: 40; }
    .play-list.active .close-btn {
      opacity: 1;
      position: absolute;
      top: 2rem;
      right: 2rem;
      height: 3rem;
      width: 3rem; }
    @media (min-width: 76.8rem) {
      .play-list.active {
        width: 40rem; } }
.audio-list {
  margin: 1rem;
  display: block;
  width: 95%; }
  .audio-list h3 {
    font-size: 2rem;
    line-height: 1.5;
    margin: 2rem 0 1rem 1rem;
    display: block;
    max-width: 35rem;
    text-transform: uppercase; }
  .audio-list li {
    display: table-row; }
    .audio-list li .audio-player {
      max-width: 300px !important; }
    .audio-list li:last-child {
      text-align: center; }
      .audio-list li:last-child a {
        display: block;
        margin: 2rem auto; }
      .audio-list li:last-child img {
        margin: 0 auto;
        max-width: 14rem; }
    .audio-list li .mytheme-mejs-container {
      max-width: 300px !important; }

/* BLOCKS ALIGNS */
p + .alignfull,
p + .alignwide {
  margin-top: 0em; }

.alignwide {
  margin-top: 0em;
  max-width: 50vw;
  margin: 0 auto; }

/* BLOCK HEADER */
.wp-block-header {
  display: flex;
  margin: 0;
  align-content: stretch;
  height: 97.5%;
  justify-content: center;
  align-items: center; }
  .wp-block-header .header-title {
    font-family: "MSEL";
    margin: 4rem 2rem;
    display: block;
    color: #ffffff;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.25;
    position: relative;
    text-align: center; }
  .wp-block-header.blue {
    background-color: #0a1a9c; }
    .wp-block-header.blue .header-title::before {
      position: absolute;
      top: -2rem;
      left: 0;
      right: 0;
      content: ' ';
      border: none;
      margin: 0 auto;
      width: 3rem;
      height: 1rem;
      background: url("../img/red-white-red.svg") center left repeat-x;
      background-size: 100%; }
    .wp-block-header.blue .header-title::after {
      position: absolute;
      bottom: -2.5rem;
      left: 0;
      right: 0;
      content: ' ';
      border: none;
      margin: 0 auto;
      width: 3rem;
      height: 1rem;
      background: url("../img/red-white-red.svg") center left repeat-x;
      background-size: 100%; }
  .wp-block-header.red {
    background-color: #966C49; }
    .wp-block-header.red .header-title::after {
      position: absolute;
      top: -2rem;
      left: 0;
      right: 0;
      content: ' ';
      border: none;
      margin: 0 auto;
      width: 3rem;
      height: 1rem;
      background: url("../img/blue-white-blue.svg") center left repeat-x;
      background-size: 100%; }
    .wp-block-header.red .header-title::before {
      position: absolute;
      bottom: -2.5rem;
      left: 0;
      right: 0;
      content: ' ';
      border: none;
      margin: 0 auto;
      width: 3rem;
      height: 1rem;
      background: url("../img/blue-white-blue.svg") center left repeat-x;
      background-size: 100%; }
  @media (min-width: 48rem) {
    .wp-block-header {
      border-left: 0px solid white;
      border-right: 0px solid white; } }
/* ACCORDION */
.wp-block-accordion {
  overflow: hidden;
  background: #e5eaea;
  border-top: 1rem solid white;
  border-left: 1rem solid white;
  border-right: 1rem solid white; }
  .wp-block-accordion input {
    position: absolute;
    opacity: 0;
    z-index: -1; }
  .wp-block-accordion .entry-antetitle {
    margin: 1.5rem 1rem 0rem 1.2rem;
    font-family: "";
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.25;
    text-transform: uppercase;
    display: block; }
    @media (min-width: 48rem) {
      .wp-block-accordion .entry-antetitle {
        font-size: 12px;
        font-size: 1.2rem;
        margin: 2rem 2rem 1rem 2.2rem; } }
  .wp-block-accordion .entry-title {
    margin: 0rem 1rem 0 1rem;
    font-family: "MSEL";
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.25;
    text-transform: uppercase;
    display: block; }
    @media (min-width: 48rem) {
      .wp-block-accordion .entry-title {
        margin: 0rem 2rem 0 2rem;
        padding-right: 30%;
        font-size: 23px;
        font-size: 2.3rem; } }
  .wp-block-accordion .acc-header {
    position: relative;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    margin-bottom: -1rem; }
    .wp-block-accordion .acc-header div {
      width: 100%;
      line-height: 1;
      font-size: 0px;
      font-size: 0rem; }
      .wp-block-accordion .acc-header div:first-child {
        order: 2;
        padding-bottom: 2rem; }
      .wp-block-accordion .acc-header div:last-child {
        order: 1; }
        .wp-block-accordion .acc-header div:last-child img {
          width: 100%;
          height: auto; }
    @media (min-width: 48rem) {
      .wp-block-accordion .acc-header {
        flex-direction: row;
        justify-content: space-between; }
        .wp-block-accordion .acc-header div {
          width: 50%; }
          .wp-block-accordion .acc-header div:first-child {
            order: 1; }
          .wp-block-accordion .acc-header div:last-child {
            order: 2; } }
  .wp-block-accordion .acc-header:hover {
    background: #e5eaea; }
  .wp-block-accordion .acc-header::after {
    content: " ";
    background: url("../img/ico-more.svg") center no-repeat;
    background-size: 100% 100%;
    width: 2rem;
    height: 2rem;
    text-align: center;
    transition: all 35s;
    right: 1.5rem;
    position: absolute;
    top: calc(36.23762376 * 0.34rem); }
    @media xs {
      .wp-block-accordion .acc-header::after {
        top: calc(36.23762376 * 0.675rem); } }
    @media (min-width: 48rem) {
      .wp-block-accordion .acc-header::after {
        top: 2rem;
        right: calc(50% + 2rem); } }
  .wp-block-accordion .acc-entry-content {
    max-height: 0;
    transition: all 35s;
    font-family: "MSEL";
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2; }
    .wp-block-accordion .acc-entry-content ul, .wp-block-accordion .acc-entry-content p {
      margin: 0 0 0 0.5rem;
      display: block;
      padding: 2rem 0;
      line-height: 0; }
    @media (min-width: 48rem) {
      .wp-block-accordion .acc-entry-content {
        margin: 0 2rem 0 2rem;
        font-size: 14px;
        font-size: 1.4rem; } }
  .wp-block-accordion input:checked + .acc-header::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .wp-block-accordion input:checked ~ .acc-entry-content {
    max-height: 100vh; }
  @media (min-width: 48rem) {
    .wp-block-accordion {
      border-left: 0px solid white;
      border-right: 0px solid white; } }
/* VIDEO */
figure.is-type-video .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

figure.is-type-video .wp-block-embed__wrapper iframe,
figure.is-type-video .wp-block-embed__wrapper object,
figure.is-type-video .wp-block-embed__wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* TEXT IMAGE */
.wp-block-imagetext {
  border-top: 1rem solid #ffffff;
  border-bottom: 1rem solid #ffffff;
  height: 60rem;
  display: flex;
  flex-direction: column; }
  .wp-block-imagetext .entry-text,
  .wp-block-imagetext .entry-image {
    width: 100%;
    min-height: 30rem; }
  .wp-block-imagetext .entry-text {
    order: 1;
    padding: 5rem 2rem 2rem; }
    .wp-block-imagetext .entry-text .entry-antetitle {
      font-family: "MSEL";
      text-transform: uppercase;
      display: block;
      margin-bottom: 1rem; }
    .wp-block-imagetext .entry-text .entry-title {
      font-size: 26px;
      font-size: 2.6rem;
      line-height: 1.15;
      font-family: "MSEL";
      text-transform: uppercase;
      margin-bottom: 2rem;
      position: relative;
      font-weight: lighter; }
      .wp-block-imagetext .entry-text .entry-title::before {
        position: absolute;
        top: -2rem;
        content: ' ';
        border: none;
        width: 3rem;
        height: 1rem;
        background: url("../img/red-blue-red.svg") center left repeat-x;
        background-size: 100%; }
    .wp-block-imagetext .entry-text .entry-description {
      padding: 0 0 2rem; }
      .wp-block-imagetext .entry-text .entry-description p {
        text-align: left;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.5;
        font-family: "MSEL";
        color: #4e4e4d; }
  .wp-block-imagetext .entry-image {
    order: 2; }
    .wp-block-imagetext .entry-image img {
      width: 100%;
      height: auto; }
  @media (min-width: 48rem) {
    .wp-block-imagetext {
      flex-direction: row;
      height: 32rem; }
      .wp-block-imagetext .entry-text {
        order: 2; }
      .wp-block-imagetext .entry-image {
        order: 1; }
        .wp-block-imagetext .entry-image img {
          width: auto;
          height: 100%; } }
  @media (min-width: 76.8rem) {
    .wp-block-imagetext {
      height: 47rem; }
      .wp-block-imagetext .entry-text,
      .wp-block-imagetext .entry-image {
        width: 50%; }
      .wp-block-imagetext .entry-text {
        order: 2; }
      .wp-block-imagetext .entry-image {
        order: 1; }
        .wp-block-imagetext .entry-image img {
          width: auto;
          height: 100%; }
      .wp-block-imagetext .entry-text {
        padding: 8rem; }
        .wp-block-imagetext .entry-text .entry-title, .wp-block-imagetext .entry-text p {
          max-width: 32rem;
          display: block; }
      .wp-block-imagetext.aling-right .entry-text {
        order: 1; }
      .wp-block-imagetext.aling-right .entry-image {
        order: 2; }
      .wp-block-imagetext.aling-left .entry-title, .wp-block-imagetext.aling-left p {
        text-align: right !important;
        float: right; }
      .wp-block-imagetext.aling-left .entry-title::before {
        right: 0.25rem; }
      .wp-block-imagetext.aling-left p {
        font-size: 14px;
        font-size: 1.4rem; } }
  .wp-block-imagetext.red-white-red .entry-text .entry-title::before {
    width: 3rem;
    height: 1rem;
    background: url("../img/red-white-red.svg") center left repeat-x;
    background-size: 100%; }
  .wp-block-imagetext.blue-white-blue .entry-text .entry-title::before {
    width: 3rem;
    height: 1rem;
    background: url("../img/blue-white-blue.svg") center left repeat-x;
    background-size: 100%; }

.alignwide {
  max-width: none; }
  @media (min-width: 76.8rem) {
    .alignwide {
      width: 50vw;
      margin-left: calc( 50% - 50vw / 2); } }
.seccio.alingfull {
  width: 100% !important;
  margin-left: auto; }

/* CONTACTO */
.contacto {
  min-height: auto; }
  .contacto .wp-block-header {
    height: 23.35rem; }
    .contacto .wp-block-header a {
      color: #ffffff; }
      .contacto .wp-block-header a:hover {
        text-decoration: underline; }
    .contacto .wp-block-header.red h2 {
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.2; }
      .contacto .wp-block-header.red h2 span {
        text-transform: uppercase;
        font-size: 11px;
        font-size: 1.1rem; }
      .contacto .wp-block-header.red h2 a {
        color: #ffffff; }
        .contacto .wp-block-header.red h2 a:hover {
          text-decoration: underline; }
      @media (min-width: 48rem) {
        .contacto .wp-block-header.red h2 {
          font-size: 26px;
          font-size: 2.6rem;
          line-height: 1.2; } }
/* COLUMNS */
.wp-block-image {
  margin-bottom: 0; }

.wp-block-column:not(:last-child) {
  margin-right: 0; }
  @media (min-width: 76.8rem) {
    .wp-block-column:not(:last-child) {
      margin-right: 1rem; } }
.wp-block-column:not(:first-child) {
  margin-left: 0; }
  @media (min-width: 76.8rem) {
    .wp-block-column:not(:first-child) {
      margin-left: 1rem; } }
/* BLOCK PERSON */
.equipo .equipo-columns .wp-block-column {
  background: #e5eaea; }

.wp-block-person {
  width: 100%;
  background: #e5eaea; }
  .wp-block-person figure {
    width: 100%;
    display: block;
    background: #ffffff; }
  .wp-block-person .separador {
    margin: 0;
    background-color: #ffffff;
    height: 2rem;
    border-bottom: 0.2rem solid #ffffff; }
  .wp-block-person .personal-data {
    display: block;
    background-color: #e5eaea;
    color: #000000;
    padding: 1rem 1rem 1rem 1rem; }
    .wp-block-person .personal-data .entry-title {
      font-family: "";
      text-transform: uppercase;
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 1.1;
      display: block;
      position: relative;
      margin-bottom: 3.4rem; }
    .wp-block-person .personal-data .entry-subtitle {
      text-transform: uppercase;
      color: #ffffff;
      font-family: "MSEL";
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: normal;
      margin-bottom: 0; }
  .wp-block-person.blue .personal-data {
    background-color: #0a1a9c; }
    .wp-block-person.blue .personal-data .entry-title {
      color: #966C49; }
      .wp-block-person.blue .personal-data .entry-title:after {
        content: ' ';
        width: 3rem;
        height: 1rem;
        background: url("../img/red-white-red.svg") center no-repeat;
        background-size: 100% 100%;
        position: absolute;
        display: block;
        left: 0;
        bottom: -2rem; }
  .wp-block-person.red .personal-data {
    background-color: #966C49; }
    .wp-block-person.red .personal-data .entry-title {
      color: #0a1a9c; }
      .wp-block-person.red .personal-data .entry-title:after {
        content: ' ';
        width: 3rem;
        height: 1rem;
        background: url("../img/blue-white-blue.svg") center no-repeat;
        background-size: 100% 100%;
        position: absolute;
        display: block;
        left: 0;
        bottom: -2rem; }
  .wp-block-person ul.social-nav {
    display: block;
    margin: 1rem 0 2rem 0; }
    .wp-block-person ul.social-nav li {
      display: inline-block;
      margin: 0 0 0 0;
      width: 3rem;
      height: 3rem; }
      .wp-block-person ul.social-nav li img {
        width: 100%;
        height: auto; }
      .wp-block-person ul.social-nav li:before {
        background: none; }
  .wp-block-person .person-content {
    padding: 0 0rem 1rem 0rem;
    font-family: "MSR";
    color: #4e4e4d;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.1; }
  @media (min-width: 48rem) {
    .wp-block-person .personal-data {
      padding: 2rem 2rem 1rem 3rem; }
      .wp-block-person .personal-data .entry-title {
        font-size: 32px;
        font-size: 3.2rem; }
      .wp-block-person .personal-data .entry-subtitle {
        font-size: 16px;
        font-size: 1.6rem;
        margin-bottom: 1rem; }
    .wp-block-person .person-content {
      font-size: 16px;
      font-size: 1.6rem;
      padding: 0 2rem 3rem 2rem; } }
.tics-equipo .wp-block-column {
  margin-bottom: 0; }

.tics-equipo .wp-block-pullquote {
  font-family: "MSEL";
  text-transform: uppercase;
  margin: 0.5rem 0 2rem 0; }
  .tics-equipo .wp-block-pullquote.is-style-solid-color blockquote {
    height: 10rem;
    max-width: 70%; }
    .tics-equipo .wp-block-pullquote.is-style-solid-color blockquote p {
      margin-top: 2rem;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.4;
      text-align: center !important; }

.section-title {
  font-family: "MSEL";
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.34;
  display: block;
  position: relative;
  margin-top: 2rem; }

/* SLIDER */
.slider {
  width: 100%;
  position: relative; }
  .slider .owl-nav {
    position: absolute;
    top: 38.5%;
    width: 95%;
    width: 100%;
    z-index: 999; }
    .slider .owl-nav .owl-prev {
      display: block;
      height: 58px;
      width: 29px;
      left: 5px;
      top: 0;
      position: absolute;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .slider .owl-nav .owl-next {
      display: block;
      height: 58px;
      width: 29px;
      right: 5px;
      top: 0;
      position: absolute;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .slider .owl-nav .icon-prev {
      background: url("../img/prev-white.svg") center no-repeat;
      background-size: 100%;
      height: 58px;
      width: 29px;
      display: block; }
    .slider .owl-nav .icon-next {
      background: url("../img/next-white.svg") center no-repeat;
      background-size: 100%;
      height: 58px;
      width: 29px;
      display: block; }
  .slider .entry-image {
    max-width: 100%; }
    .slider .entry-image a {
      display: block; }
  .slider .entry-caption {
    min-height: 2rem;
    margin-top: 1rem; }
    .slider .entry-caption p {
      color: #0a1a9c;
      font-size: 14px;
      font-size: 1.4rem;
      text-align: left;
      line-height: 1.5; }
  .slider .slide-num {
    position: absolute;
    font-family: "MSR";
    top: 90%;
    right: 0;
    z-index: 1;
    line-height: 2;
    color: #ffffff;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.25rem; }
    .slider .slide-num .num {
      color: #ffffff; }
  @media (min-width: 76.8rem) {
    .slider .owl-nav {
      width: 100%; }
      .slider .owl-nav .owl-prev {
        left: 20px; }
      .slider .owl-nav .owl-next {
        right: 20px; }
      .slider .owl-nav .icon-prev {
        background: url("../img/prev-white.svg") center no-repeat; }
      .slider .owl-nav .icon-next {
        background: url("../img/next-white.svg") center no-repeat; } }
.productos .slider .entry-caption p {
  color: #000000; }

.productos .slider .slide-num {
  color: #000000; }
  .productos .slider .slide-num .num {
    color: #000000; }

/*# sourceMappingURL=estils.css.map */