@charset "UTF-8";
/*
 * event.css — fusion de calendar-list.css (archive de eventos) y
 * event-page.css (single de evento). Reglas identicas entre ambos
 * origenes se deduplicaron; el modal "Agregar al calendario"
 * (.clG-addToCal) tiene layouts incompatibles en cada contexto y se
 * namespacea con las body classes que WordPress agrega automaticamente:
 * body.post-type-archive-evento (overlay fullscreen, archive) y
 * body.single-evento (popup junto al boton, posicionado por JS inline).
 */
@font-face {
  font-family: "global-icons";
  src: url("../fonts/icons/global-icons%EF%B9%96220ktz.ttf") format("truetype"), url("../fonts/icons/global-icons%EF%B9%96220ktz.woff") format("woff"), url("../fonts/icons/global-icons%EF%B9%96220ktz.svg#global-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "social-icons";
  src: url("../fonts/icons/social-icons%EF%B9%96ejdvaz.ttf") format("truetype"), url("../fonts/icons/social-icons%EF%B9%96ejdvaz.woff") format("woff"), url("../fonts/icons/social-icons%EF%B9%96ejdvaz.svg#social-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/*
    * only social icons
*/
.social-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "social-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*
    .icon-audio:before {
    content: "\e904";
  }
  .icon-event:before {
    content: "\e905";
  }
  .icon-flickr:before {
    content: "\e906";
  }
  .icon-issuu:before {
    content: "\e907";
  }
  .icon-rss:before {
    content: "\e908";
  }
  .icon-news:before {
    content: "\e909";
  }
  .icon-pinterest:before {
    content: "\e90a";
  }
  .icon-twitter:before {
    content: "\e90c";
  }
  .icon-x:before {
    content: "\e90d";
  }
  .icon-facebook:before {
    content: "\e900";
  }
  .icon-instagram:before {
    content: "\e901";
  }
  .icon-vimeo:before {
    content: "\e902";
  }
  .icon-youtube:before {
    content: "\e903";
  }
    */
}
.social-icon.social-facebook-icon:before, .social-icon.icon-facebook:before {
  content: "";
}
.social-icon.social-instagram-icon:before, .social-icon.icon-instagram:before {
  content: "";
}
.social-icon.social-vimeo-icon:before, .social-icon.icon-vimeo:before {
  content: "";
}
.social-icon.social-youtube-icon:before, .social-icon.icon-youtube:before {
  content: "";
}
.social-icon.social-blog-icon:before {
  content: "B";
}
.social-icon.social-flickr-icon:before {
  content: "";
}
.social-icon.social-issuu-icon:before {
  content: "";
}
.social-icon.social-linkedin-icon:before {
  content: "L";
}
.social-icon.social-pinterest-icon:before {
  content: "";
}
.social-icon.social-soundcloud-icon:before {
  content: "";
}
.social-icon.social-twitter-icon:before {
  content: "";
}
.social-icon.social-news-icon:before {
  content: "";
}

/* end social icons */
/*
    * only global icons
*/
.global-icons {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "global-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.global-icons-before:before, .clMonthBar .clMonthBar__next i:before, .clMonthBar .clMonthBar__prev i:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "global-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.clMonthBar .clMonthBar__next i:before {
  content: "";
}
.clMonthBar .clMonthBar__prev i:before {
  content: "";
}

.global-icons-after:after, .selectric .button:after, .clFeaturedEvent .clFeaturedEvent__linkBtn:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "global-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* end global icons */
@-webkit-keyframes stRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-moz-keyframes stRotate {
  0% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}
@-o-keyframes stRotate {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}
@keyframes stRotate {
  0% {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.shTemplReset {
  line-height: initial;
  font-size: initial;
  /* Change Autocomplete styles in Chrome*/
  /*em, i {
    font-style: normal;
  }*/
}
.shTemplReset:before {
  clear: both;
  content: "";
  display: table;
  margin-top: -1px;
  height: 0;
}
.shTemplReset * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.shTemplReset *:focus {
  outline: none;
}
.shTemplReset *:after, .shTemplReset *:before {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.shTemplReset main, .shTemplReset time {
  display: block;
}
.shTemplReset address {
  font-style: normal;
}
.shTemplReset button {
  cursor: pointer;
}
.shTemplReset button:focus {
  outline: none;
}
.shTemplReset fieldset {
  padding: 0;
  border: 0;
  margin: 0;
}
.shTemplReset input {
  border: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.shTemplReset button:-moz-focusring,
.shTemplReset [type=button]:-moz-focusring,
.shTemplReset [type=reset]:-moz-focusring,
.shTemplReset [type=submit]:-moz-focusring {
  border-style: none;
  outline: 0;
}
.shTemplReset input:-webkit-autofill,
.shTemplReset input:-webkit-autofill:hover,
.shTemplReset input:-webkit-autofill:focus,
.shTemplReset input:-webkit-autofill,
.shTemplReset textarea:-webkit-autofill,
.shTemplReset textarea:-webkit-autofill:hover,
.shTemplReset textarea:-webkit-autofill:focus,
.shTemplReset select:-webkit-autofill,
.shTemplReset select:-webkit-autofill:hover,
.shTemplReset select:-webkit-autofill:focus {
  background-color: transparent !important;
  -webkit-text-fill-color: inherit !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-box-shadow: 0 0 0 50px white inset;
}
.shTemplReset img {
  border-style: none;
}
.shTemplReset ul, .shTemplReset ul li {
  list-style-type: none;
}
.shTemplReset ul {
  padding: 0;
  margin: 0;
}
.shTemplReset a, .shTemplReset div, .shTemplReset span, .shTemplReset button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
.shTemplReset hr, .shTemplReset svg {
  overflow: visible;
}

.shTplGContainer, .calendarContainer .calendarContainer__inner {
  max-width: 1340px;
  padding: 0 30px;
  margin: 0 auto;
}
.shTplGContainer:after, .calendarContainer .calendarContainer__inner:after {
  display: table;
  content: "";
  clear: both;
}
@media (max-width: 767px) {
  .shTplGContainer, .calendarContainer .calendarContainer__inner {
    padding: 0 20px;
  }
}

.shTplGResetHeaders, .calendarSidebar .calendarSidebar__title h2 {
  letter-spacing: 0;
  text-transform: none;
  margin: 0;
  padding: 0;
}
.shTplGResetHeaders:first-letter, .calendarSidebar .calendarSidebar__title h2:first-letter {
  text-transform: capitalize;
}

.shTplResetAnchor {
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
}

.blockScrollOnMobile,
.shTplGBlockScroll {
  position: relative;
  overflow: hidden;
}
@media (max-width: 730px) {
  .blockScrollOnMobile,
.shTplGBlockScroll {
    position: fixed;
    width: 100%;
    height: 100%;
  }
}

.shTplGBlockScroll-html {
  overflow: hidden;
}

@-webkit-keyframes skeletonAnimations {
  0% {
    background-image: -webkit-linear-gradient(white 40px, white 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -webkit-linear-gradient(gray 100%, transparent 0);
    background-image: linear-gradient(white 40px, white 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), linear-gradient(gray 100%, transparent 0);
    background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    /* card bg */
    background-position: 0px 0px, 40px 0px, 0px 0px, 20px 55%, 20px 60%, 20px 64%, 20px 68%, 20px 72%, 20px 76%, 20px 80%, 20px 84%, 0 0;
    /* card bg */
  }
  100% {
    background-image: -webkit-linear-gradient(white 40px, white 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -webkit-linear-gradient(gray 100%, transparent 0);
    background-image: linear-gradient(white 40px, white 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), linear-gradient(gray 100%, transparent 0);
    background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    /* card bg */
    background-position: 0px 0px, 40px 0px, 0px 0px, 20px 55%, 20px 60%, 20px 64%, 20px 68%, 20px 72%, 20px 76%, 20px 80%, 20px 84%, 0 0;
    /* card bg */
  }
}

@-moz-keyframes skeletonAnimations {
  0% {
    background-image: -moz-linear-gradient(white 40px, white 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -moz-linear-gradient(gray 100%, transparent 0);
    background-image: linear-gradient(white 40px, white 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), linear-gradient(gray 100%, transparent 0);
    -moz-background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, 80px 8px, 100% 100%;
         background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    /* card bg */
    background-position: 0px 0px, 40px 0px, 0px 0px, 20px 55%, 20px 60%, 20px 64%, 20px 68%, 20px 72%, 20px 76%, 20px 80%, 20px 84%, 0 0;
    /* card bg */
  }
  100% {
    background-image: -moz-linear-gradient(white 40px, white 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -moz-linear-gradient(gray 100%, transparent 0);
    background-image: linear-gradient(white 40px, white 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), linear-gradient(gray 100%, transparent 0);
    -moz-background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, 80px 8px, 100% 100%;
         background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    /* card bg */
    background-position: 0px 0px, 40px 0px, 0px 0px, 20px 55%, 20px 60%, 20px 64%, 20px 68%, 20px 72%, 20px 76%, 20px 80%, 20px 84%, 0 0;
    /* card bg */
  }
}

@-o-keyframes skeletonAnimations {
  0% {
    background-image: -o-linear-gradient(white 40px, white 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -o-linear-gradient(gray 100%, transparent 0);
    background-image: linear-gradient(white 40px, white 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), linear-gradient(gray 100%, transparent 0);
    -o-background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
       background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    /* card bg */
    background-position: 0px 0px, 40px 0px, 0px 0px, 20px 55%, 20px 60%, 20px 64%, 20px 68%, 20px 72%, 20px 76%, 20px 80%, 20px 84%, 0 0;
    /* card bg */
  }
  100% {
    background-image: -o-linear-gradient(white 40px, white 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -o-linear-gradient(gray 100%, transparent 0);
    background-image: linear-gradient(white 40px, white 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), linear-gradient(gray 100%, transparent 0);
    -o-background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
       background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    /* card bg */
    background-position: 0px 0px, 40px 0px, 0px 0px, 20px 55%, 20px 60%, 20px 64%, 20px 68%, 20px 72%, 20px 76%, 20px 80%, 20px 84%, 0 0;
    /* card bg */
  }
}

@keyframes skeletonAnimations {
  0% {
    background-image: -webkit-linear-gradient(white 40px, white 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -webkit-linear-gradient(gray 100%, transparent 0);
    background-image: -moz-linear-gradient(white 40px, white 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -moz-linear-gradient(gray 100%, transparent 0);
    background-image: -o-linear-gradient(white 40px, white 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -o-linear-gradient(gray 100%, transparent 0);
    background-image: linear-gradient(white 40px, white 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), linear-gradient(gray 100%, transparent 0);
    -moz-background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, 80px 8px, 100% 100%;
      -o-background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
         background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, 80px 8px, 100% 100%;
         background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    /* card bg */
    background-position: 0px 0px, 40px 0px, 0px 0px, 20px 55%, 20px 60%, 20px 64%, 20px 68%, 20px 72%, 20px 76%, 20px 80%, 20px 84%, 0 0;
    /* card bg */
  }
  100% {
    background-image: -webkit-linear-gradient(white 40px, white 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -webkit-linear-gradient(gray 100%, transparent 0);
    background-image: -moz-linear-gradient(white 40px, white 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -moz-linear-gradient(gray 100%, transparent 0);
    background-image: -o-linear-gradient(white 40px, white 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -o-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -o-linear-gradient(gray 100%, transparent 0);
    background-image: linear-gradient(white 40px, white 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), linear-gradient(gray 100%, transparent 0);
    -moz-background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, 80px 8px, 100% 100%;
      -o-background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
         background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, 80px 8px, 100% 100%;
         background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    /* card bg */
    background-position: 0px 0px, 40px 0px, 0px 0px, 20px 55%, 20px 60%, 20px 64%, 20px 68%, 20px 72%, 20px 76%, 20px 80%, 20px 84%, 0 0;
    /* card bg */
  }
}
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric {
  position: relative;
  overflow: hidden;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric-items {
  display: block;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
     -moz-box-shadow: 0 0 10px -6px;
          box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}
.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}
.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}
.selectric-items .disabled {
  color: darkgrey;
}
.selectric-items .disabled.selected {
  color: #dcd9d9;
}
@keyframes stRotate {
  0% {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.clG-fullWidthBtn, .clMobileButton-openFilters, .clMobileButton-showResults {
  line-height: 50px;
  background: var(--azul-marino-csma);
  width: 100%;
  text-align: center;
  font-size: 0;
  border: 0;
  padding: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.clG-fullWidthBtn span, .clMobileButton-openFilters span, .clMobileButton-showResults span {
  font-size: 12px;
  letter-spacing: 0.02em;
  font-family: "bigcity-grotesque-pro", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  vertical-align: middle;
}
.clG-fullWidthBtn i, .clMobileButton-openFilters i, .clMobileButton-showResults i {
  display: inline-block;
  vertical-align: middle;
}
.clG-fullWidthBtn.withLeftBtn i, .withLeftBtn.clMobileButton-openFilters i, .withLeftBtn.clMobileButton-showResults i {
  border-right: 5px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  margin: 0 5px 0 0;
}
.clG-fullWidthBtn.withIcon i, .withIcon.clMobileButton-openFilters i, .withIcon.clMobileButton-showResults i {
  position: relative;
  margin-right: 12px;
}
.clG-fullWidthBtn.withIcon i:before, .withIcon.clMobileButton-openFilters i:before, .withIcon.clMobileButton-showResults i:before, .clG-fullWidthBtn.withIcon i:after, .withIcon.clMobileButton-openFilters i:after, .withIcon.clMobileButton-showResults i:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.clG-fullWidthBtn.withIcon i:before, .withIcon.clMobileButton-openFilters i:before, .withIcon.clMobileButton-showResults i:before {
  opacity: 0;
}
.clG-fullWidthBtn.withIcon i:after, .withIcon.clMobileButton-openFilters i:after, .withIcon.clMobileButton-showResults i:after {
  opacity: 1;
}
html.no-touch .clG-fullWidthBtn.withIcon:hover i:before, html.no-touch .withIcon.clMobileButton-openFilters:hover i:before, html.no-touch .withIcon.clMobileButton-showResults:hover i:before {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
html.no-touch .clG-fullWidthBtn.withIcon:hover i:after, html.no-touch .withIcon.clMobileButton-openFilters:hover i:after, html.no-touch .withIcon.clMobileButton-showResults:hover i:after {
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.clG-loader {
  height: 26px;
  width: 26px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-animation: stRotate 1.2s infinite linear;
     -moz-animation: stRotate 1.2s infinite linear;
       -o-animation: stRotate 1.2s infinite linear;
          animation: stRotate 1.2s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  display: inline-block;
  vertical-align: middle;
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  margin-right: -26px;
  position: relative;
  right: -20px;
  -webkit-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  -moz-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}
.clG-loader.isVisible {
  opacity: 1;
}

.clEventCard {
  background: #f7f7f7;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.clEventCard .clEventCard__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: none;
}
.clEventCard .clEventCard__content {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 20px;
}
.clEventCard .clEventCard__content:after {
  display: table;
  content: "";
  clear: both;
}
.clEventCard .clEventCard__picture {
  min-width: 160px;
  position: relative;
  overflow: hidden;
  display: none;
  margin-right: 20px;
}
.clEventCard .clEventCard__picture:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.clEventCard .clEventCard__icon {
  background: rgba(255, 255, 255, 0.8);
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  z-index: 3;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -25px;
  display: none;
}
.clEventCard .clEventCard__icon i:before, .clEventCard .clEventCard__icon i:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.clEventCard .clEventCard__icon i:before {
  opacity: 0;
}
.clEventCard .clEventCard__icon i:after {
  opacity: 1;
}
.clEventCard .clEventCard__textContent {
  overflow: hidden;
  width: 100%;
  padding: 13px 0 12px 0;
  border-bottom: 1px solid #f0f0f0;
}
.clEventCard .clEventCard__textContent h4 {
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.25;
  color: var(--azul-marino-csma);
  font-size: 26px;
  font-weight: 700;
}
.clEventCard .clEventCard__textContent h4:first-letter {
  text-transform: capitalize;
}
.clEventCard .clEventCard__textContent p {
  margin: 4px 0 0 0;
  padding: 0;
  text-transform: none;
  font-size: 16px;
}
.clEventCard .clEventCard__textContent p br {
  display: none;
}
.clEventCard .clEventCard__textContent p:first-letter {
  text-transform: capitalize;
}
.clEventCard .clEventCard__textContent p img {
  max-height: 200px;
  max-width: 100%;
}
.clEventCard .clEventCard__textContent a.clEventCard__viewMore {
  display: none;
}
.clEventCard .clEventCard__bottomInfo {
  margin: 0 20px;
  font-size: 0;
  z-index: 2;
  position: relative;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.clEventCard .clEventCard__timeInterval {
  display: inline-block;
  vertical-align: middle;
}
.clEventCard .clEventCard__timeInterval {
  font-family: "bigcity-grotesque-pro", sans-serif;
  font-size: 16px;
  color: var(--azul-marino-csma);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 38px;
  padding-right: 40px;
  position: relative;
}
.clEventCard .clEventCard__timeInterval .isDuration {
  font-weight: 400;
  color: rgba(14, 31, 63, 0.4);
  font-style: italic;
}
.clEventCard .clEventCard__timeInterval:after {
  content: "";
  height: 23px;
  width: 1px;
  background: #ebebeb;
  opacity: 0.5;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -12px;
}
.clEventCard .clEventCard__timeInterval .isDuration {
  padding-left: 4px;
  text-transform: lowercase;
}
.clEventCard .clEventCard__calSource {
  z-index: 4;
  position: relative;
  font-family: "bigcity-grotesque-pro", sans-serif;
  font-size: 13px;
  color: rgba(14, 31, 63, 0.4);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 20px;
  border: 1px solid rgba(14, 31, 63, 0.3);
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  display: inline-block;
  background: none;
  border: 0;
}
html.no-touch .clEventCard .clEventCard__calSource:hover {
  color: var(--azul-marino-csma);
}
.clEventCard .clEventCard__calSource[data-source="Bookable Events"] {
  border: 1px solid #00a2ff;
}
.clEventCard .clEventCard__calSource[data-source="Sport Calendar"] {
  border: 1px solid #30ff00;
}
.clEventCard .clEventCard__hoverContent {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 4;
  -webkit-transform: translateX(140%);
     -moz-transform: translateX(140%);
      -ms-transform: translateX(140%);
       -o-transform: translateX(140%);
          transform: translateX(140%);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.clEventCard .clEventCard__hoverContent li {
  width: 100px;
  height: 100px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateX(10px);
     -moz-transform: translateX(10px);
      -ms-transform: translateX(10px);
       -o-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.clEventCard .clEventCard__hoverContent li.isShare {
  display: none;
}
.clEventCard .clEventCard__hoverContent li.isMoreInfo {
  display: none;
}
.clEventCard .clEventCard__hoverContent li.isiWallet {
  display: none;
}
html.iOS .clEventCard .clEventCard__hoverContent li.isiWallet {
  display: inline-block;
}
.clEventCard .clEventCard__button {
  background: var(--azul-marino-csma);
  display: block;
  height: 100%;
  width: 100%;
  padding: 0 10px;
  border: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.clEventCard .clEventCard__button:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.clEventCard .clEventCard__button > span {
  display: inline-block;
  vertical-align: middle;
  width: 97%;
  text-align: center;
  padding-top: 2px;
}
.clEventCard .clEventCard__button i {
  display: inline-block;
  position: relative;
  width: 34px;
  height: 34px;
}
.clEventCard .clEventCard__button i:before, .clEventCard .clEventCard__button i:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.clEventCard .clEventCard__button i:before {
  opacity: 0;
}
.clEventCard .clEventCard__button i:after {
  opacity: 1;
}
.clEventCard .clEventCard__button span span {
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-family: "bigcity-grotesque-pro", sans-serif;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.25;
}
.clEventCard .clEventCard__button.shareEvent i:after {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='18.392' height='18.084' viewBox='0 0 18.392 18.084'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.893' y1='0.907' x2='0.209' y2='0.22' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23e3a67b'/%3E%3Cstop offset='0.631' stop-color='%23a85f46'/%3E%3Cstop offset='1' stop-color='%23693c28'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath id='ChangeThisColor' d='M17.769,20.186a3.044,3.044,0,0,1,.041-.47l-6.7-3.282a3.149,3.149,0,1,1,.009-4.328l6.693-3.247a3.148,3.148,0,1,1,.824,1.7l-6.694,3.246a2.874,2.874,0,0,1,0,.93l6.7,3.282a3.145,3.145,0,1,1-.871,2.167Zm2.32-.79-.247.262-.056.358a1.359,1.359,0,0,0-.017.169,1.15,1.15,0,0,0,2.3,0,1.147,1.147,0,0,0-1.979-.79ZM7.677,14.264a1.151,1.151,0,0,0,1.15,1.15,1.134,1.134,0,0,0,.83-.36l.249-.26.054-.355a1.434,1.434,0,0,0,.015-.174,1.4,1.4,0,0,0-.015-.169l-.053-.355-.247-.262a1.147,1.147,0,0,0-1.983.786ZM19.771,8.4a1.362,1.362,0,0,0,.015.171l.052.353.247.262a1.147,1.147,0,1,0-.314-.786Z' transform='translate(-5.677 -5.251)' /%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
}
.clEventCard .clEventCard__button.shareEvent i:before {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='18.392' height='18.084' viewBox='0 0 18.392 18.084'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.893' y1='0.907' x2='0.209' y2='0.22' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23e3a67b'/%3E%3Cstop offset='0.631' stop-color='%23a85f46'/%3E%3Cstop offset='1' stop-color='%23693c28'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath id='ChangeThisColor' d='M17.769,20.186a3.044,3.044,0,0,1,.041-.47l-6.7-3.282a3.149,3.149,0,1,1,.009-4.328l6.693-3.247a3.148,3.148,0,1,1,.824,1.7l-6.694,3.246a2.874,2.874,0,0,1,0,.93l6.7,3.282a3.145,3.145,0,1,1-.871,2.167Zm2.32-.79-.247.262-.056.358a1.359,1.359,0,0,0-.017.169,1.15,1.15,0,0,0,2.3,0,1.147,1.147,0,0,0-1.979-.79ZM7.677,14.264a1.151,1.151,0,0,0,1.15,1.15,1.134,1.134,0,0,0,.83-.36l.249-.26.054-.355a1.434,1.434,0,0,0,.015-.174,1.4,1.4,0,0,0-.015-.169l-.053-.355-.247-.262a1.147,1.147,0,0,0-1.983.786ZM19.771,8.4a1.362,1.362,0,0,0,.015.171l.052.353.247.262a1.147,1.147,0,1,0-.314-.786Z' transform='translate(-5.677 -5.251)' /%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
}
.clEventCard .clEventCard__button.addToCalendar i:after {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20viewBox='0 0 500 500' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath  d='M413.2 280.5c-12.8-6.3-21.1-19.5-21.2-33.6-.1-18.2-.3-36.6-.7-55-1-34.8-16.9-70.2-43.7-97.1-23.2-23.4-52.6-38.2-82.5-42v-10c0-8.3-6.7-15-15-15s-15 6.7-15 15v10c-29.9 3.8-59.3 18.6-82.5 42-26.8 26.9-42.7 62.3-43.7 97.2-.4 18.2-.6 36.7-.7 54.8-.1 14.2-8.5 27.4-21.2 33.6-23.6 11.2-38 34.6-36.7 59.8.8 14.5 1.4 21.9 2.5 36.4.6 7.4 6.5 13.2 13.9 13.7 35.2 2.5 70.6 4.3 106 5.4 2.7 41.3 37.7 76.1 77.1 76.5h.4c39.5-.4 74.4-35.3 77.1-76.5 35.4-1.1 70.8-2.8 106-5.4 7.4-.5 13.3-6.4 13.9-13.7 1.2-14.4 1.7-21.9 2.5-36.5 1.3-25-13.1-48.4-36.5-59.6zm-274.5-87.7c1.7-58 54.7-110.9 111.2-111 56.5.1 109.6 53 111.3 110.8.4 18.1.6 36.4.7 54.5.2 16 6.2 31.4 16.3 43.3-85.3 1.7-171.3 1.7-256.6 0 10.2-12 16.2-27.3 16.3-43.4.2-18 .5-36.3.8-54.2zM250 442.2c-22.7-.3-43.7-20.9-47-45.1 31.3.5 62.8.5 94 0-3.3 24.2-24.3 44.8-47 45.1zm169.8-103.7c-.5 9.4-.9 15.6-1.5 22.8-111.7 7.4-224.8 7.4-336.6 0-.5-7.2-.9-13.4-1.5-22.7-.3-6.8 1.6-13.4 5.4-19 54.5 1.4 109.4 2.2 164.3 2.2 54.9 0 109.8-.7 164.4-2.2 3.8 5.6 5.8 12.1 5.5 18.9z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
}
.clEventCard .clEventCard__button.addToCalendar i:before {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20viewBox='0 0 500 500' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath  d='M413.2 280.5c-12.8-6.3-21.1-19.5-21.2-33.6-.1-18.2-.3-36.6-.7-55-1-34.8-16.9-70.2-43.7-97.1-23.2-23.4-52.6-38.2-82.5-42v-10c0-8.3-6.7-15-15-15s-15 6.7-15 15v10c-29.9 3.8-59.3 18.6-82.5 42-26.8 26.9-42.7 62.3-43.7 97.2-.4 18.2-.6 36.7-.7 54.8-.1 14.2-8.5 27.4-21.2 33.6-23.6 11.2-38 34.6-36.7 59.8.8 14.5 1.4 21.9 2.5 36.4.6 7.4 6.5 13.2 13.9 13.7 35.2 2.5 70.6 4.3 106 5.4 2.7 41.3 37.7 76.1 77.1 76.5h.4c39.5-.4 74.4-35.3 77.1-76.5 35.4-1.1 70.8-2.8 106-5.4 7.4-.5 13.3-6.4 13.9-13.7 1.2-14.4 1.7-21.9 2.5-36.5 1.3-25-13.1-48.4-36.5-59.6zm-274.5-87.7c1.7-58 54.7-110.9 111.2-111 56.5.1 109.6 53 111.3 110.8.4 18.1.6 36.4.7 54.5.2 16 6.2 31.4 16.3 43.3-85.3 1.7-171.3 1.7-256.6 0 10.2-12 16.2-27.3 16.3-43.4.2-18 .5-36.3.8-54.2zM250 442.2c-22.7-.3-43.7-20.9-47-45.1 31.3.5 62.8.5 94 0-3.3 24.2-24.3 44.8-47 45.1zm169.8-103.7c-.5 9.4-.9 15.6-1.5 22.8-111.7 7.4-224.8 7.4-336.6 0-.5-7.2-.9-13.4-1.5-22.7-.3-6.8 1.6-13.4 5.4-19 54.5 1.4 109.4 2.2 164.3 2.2 54.9 0 109.8-.7 164.4-2.2 3.8 5.6 5.8 12.1 5.5 18.9z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
}
.clEventCard .clEventCard__button.iWallet i:after {
  background-image: url("data:image/svg+xml,%0A%3Csvg%20fill%3D%27%23fff%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M438.154 44.308H73.846C33.127 44.308 0 77.435 0 118.154v275.692c0 40.719 33.127 73.846 73.846 73.846h364.308c40.719 0 73.846-33.127 73.846-73.846V118.154c0-40.719-33.127-73.846-73.846-73.846zm44.308 256H374.154c-24.431 0-44.308-19.876-44.308-44.308s19.876-44.308 44.308-44.308h108.308v88.616zm0-118.154H374.154c-40.719 0-73.846 33.127-73.846 73.846s33.127 73.846 73.846 73.846h108.308v64c0 24.431-19.876 44.308-44.308 44.308H73.846c-24.431 0-44.308-19.876-44.308-44.308V118.154c0-24.431 19.876-44.308 44.308-44.308h364.308c24.431 0 44.308 19.876 44.308 44.308v64z'/%3E%3Cpath d='M393.846 241.231h-19.692c-8.157 0-14.769 6.613-14.769 14.769 0 8.157 6.613 14.769 14.769 14.769h19.692c8.157 0 14.769-6.613 14.769-14.769 0-8.157-6.612-14.769-14.769-14.769z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
}
.clEventCard .clEventCard__button.iWallet i:before {
  background-image: url("data:image/svg+xml,%0A%3Csvg%20fill%3D%27%23fff%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M438.154 44.308H73.846C33.127 44.308 0 77.435 0 118.154v275.692c0 40.719 33.127 73.846 73.846 73.846h364.308c40.719 0 73.846-33.127 73.846-73.846V118.154c0-40.719-33.127-73.846-73.846-73.846zm44.308 256H374.154c-24.431 0-44.308-19.876-44.308-44.308s19.876-44.308 44.308-44.308h108.308v88.616zm0-118.154H374.154c-40.719 0-73.846 33.127-73.846 73.846s33.127 73.846 73.846 73.846h108.308v64c0 24.431-19.876 44.308-44.308 44.308H73.846c-24.431 0-44.308-19.876-44.308-44.308V118.154c0-24.431 19.876-44.308 44.308-44.308h364.308c24.431 0 44.308 19.876 44.308 44.308v64z'/%3E%3Cpath d='M393.846 241.231h-19.692c-8.157 0-14.769 6.613-14.769 14.769 0 8.157 6.613 14.769 14.769 14.769h19.692c8.157 0 14.769-6.613 14.769-14.769 0-8.157-6.612-14.769-14.769-14.769z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
}
.clEventCard .clEventCard__button.moreInfo i {
  width: 29px;
  height: 29px;
}
.clEventCard .clEventCard__button.moreInfo i:after {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20viewBox='0 0 426.66667 426.66667' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m405.332031 192h-170.664062v-170.667969c0-11.773437-9.558594-21.332031-21.335938-21.332031-11.773437 0-21.332031 9.558594-21.332031 21.332031v170.667969h-170.667969c-11.773437 0-21.332031 9.558594-21.332031 21.332031 0 11.777344 9.558594 21.335938 21.332031 21.335938h170.667969v170.664062c0 11.777344 9.558594 21.335938 21.332031 21.335938 11.777344 0 21.335938-9.558594 21.335938-21.335938v-170.664062h170.664062c11.777344 0 21.335938-9.558594 21.335938-21.335938 0-11.773437-9.558594-21.332031-21.335938-21.332031zm0 0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
}
.clEventCard .clEventCard__button.moreInfo i:before {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20viewBox='0 0 426.66667 426.66667' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m405.332031 192h-170.664062v-170.667969c0-11.773437-9.558594-21.332031-21.335938-21.332031-11.773437 0-21.332031 9.558594-21.332031 21.332031v170.667969h-170.667969c-11.773437 0-21.332031 9.558594-21.332031 21.332031 0 11.777344 9.558594 21.335938 21.332031 21.335938h170.667969v170.664062c0 11.777344 9.558594 21.335938 21.332031 21.335938 11.777344 0 21.335938-9.558594 21.335938-21.335938v-170.664062h170.664062c11.777344 0 21.335938-9.558594 21.335938-21.335938 0-11.773437-9.558594-21.332031-21.335938-21.332031zm0 0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
}
.clEventCard .clEventCard__button.moreInfo span span {
  padding-top: 11px;
}
html.no-touch .clEventCard .clEventCard__button:hover {
  background: var(--color-azul-institucional);
}
html.no-touch .clEventCard .clEventCard__button:hover span {
  color: #fff;
}
html.no-touch .clEventCard .clEventCard__button:hover i:before {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
html.no-touch .clEventCard .clEventCard__button:hover i:after {
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.clEventCard.isFixture .clEventCard__bottomInfo {
  border-top-width: 1px;
}
.clEventCard.isFixture .clEventCard__bottomInfo:after {
  top: -2px;
  width: 47px;
  left: 375px;
}
.clEventCard.isFixture .clEventCard__picture {
  display: block;
}
.clEventCard.isFixture .clEventCard__link {
  display: block;
}
.clEventCard.isFixture .clEventCard__hoverContent li.isMoreInfo, .clEventCard.isFixture .clEventCard__hoverContent li.isShare {
  display: inline-block;
}
.clEventCard.hasImage .clEventCard__picture {
  display: block;
}
.clEventCard.isFixture .clEventCard__icon {
  display: block;
}
.clEventCard.isFixture .clEventCard__icon i:after {
  width: 26px;
  height: 26px;
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%230e1f3f%27%20viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40 13H24a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V14a1 1 0 0 0-1-1zm-1 10H25v-8h14z'/%3E%3Cpath d='M61 8H48V4.48A2.48 2.48 0 0 0 45.52 2h-27A2.48 2.48 0 0 0 16 4.48V8H3a1 1 0 0 0-1 1v2.81a11.9 11.9 0 0 0 2 6.55V44a1 1 0 0 0 1.71.71L9 41.41l3.29 3.29A1 1 0 0 0 14 44V24.73a17 17 0 0 0 2 .27 16 16 0 0 0 8 12.88V48h-3a1 1 0 0 0-1 1v7h-5a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h34a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1h-5v-7a1 1 0 0 0-1-1h-3V37.84A16 16 0 0 0 48 25a17 17 0 0 0 2-.22V44a1 1 0 0 0 1.71.71l3.29-3.3 3.29 3.29A1 1 0 0 0 60 44V18.36a11.9 11.9 0 0 0 2-6.55V9a1 1 0 0 0-1-1zM4 10h12v13c-6.7-.47-12-5.31-12-11.19zm8 31.59l-2.29-2.3a1 1 0 0 0-1.41 0L6 41.59V20.75a15.32 15.32 0 0 0 6 3.48zM48 60H16v-2h32zm-6-4H22v-6h20zm-4-8H26v-9.18a15.87 15.87 0 0 0 12 0zm-6-10a14 14 0 0 1-14-14V4.48a.48.48 0 0 1 .48-.48h27a.48.48 0 0 1 .48.48V24A14 14 0 0 1 32 38zm23.71 1.29a1 1 0 0 0-1.41 0l-2.3 2.3V24.23a15.32 15.32 0 0 0 6-3.48v20.84zM60 11.81c0 5.88-5.3 10.72-12 11.19V10h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
}
.clEventCard.isFixture .clEventCard__icon i:before {
  background-image: url("data:image/svg+xml,%0A%3Csvg%20fill%3D%27%230e1f3f%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M438.154 44.308H73.846C33.127 44.308 0 77.435 0 118.154v275.692c0 40.719 33.127 73.846 73.846 73.846h364.308c40.719 0 73.846-33.127 73.846-73.846V118.154c0-40.719-33.127-73.846-73.846-73.846zm44.308 256H374.154c-24.431 0-44.308-19.876-44.308-44.308s19.876-44.308 44.308-44.308h108.308v88.616zm0-118.154H374.154c-40.719 0-73.846 33.127-73.846 73.846s33.127 73.846 73.846 73.846h108.308v64c0 24.431-19.876 44.308-44.308 44.308H73.846c-24.431 0-44.308-19.876-44.308-44.308V118.154c0-24.431 19.876-44.308 44.308-44.308h364.308c24.431 0 44.308 19.876 44.308 44.308v64z'/%3E%3Cpath d='M393.846 241.231h-19.692c-8.157 0-14.769 6.613-14.769 14.769 0 8.157 6.613 14.769 14.769 14.769h19.692c8.157 0 14.769-6.613 14.769-14.769 0-8.157-6.612-14.769-14.769-14.769z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
}
.clEventCard.isFixture .clEventCard__hoverContent li.isShare {
  display: inline-block;
}

body.calendar .clEventCard:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 25px;
  background: -moz-linear-gradient(left, black 0%, rgba(0, 0, 0, 0.99) 1%, rgba(0, 0, 0, 0.38) 43%, rgba(0, 0, 0, 0.29) 51%, rgba(0, 0, 0, 0) 76%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(left, black 0%, rgba(0, 0, 0, 0.99) 1%, rgba(0, 0, 0, 0.38) 43%, rgba(0, 0, 0, 0.29) 51%, rgba(0, 0, 0, 0) 76%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, from(black), color-stop(1%, rgba(0, 0, 0, 0.99)), color-stop(43%, rgba(0, 0, 0, 0.38)), color-stop(51%, rgba(0, 0, 0, 0.29)), color-stop(76%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, black 0%, rgba(0, 0, 0, 0.99) 1%, rgba(0, 0, 0, 0.38) 43%, rgba(0, 0, 0, 0.29) 51%, rgba(0, 0, 0, 0) 76%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0.99) 1%, rgba(0, 0, 0, 0.38) 43%, rgba(0, 0, 0, 0.29) 51%, rgba(0, 0, 0, 0) 76%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#00000000", GradientType=1);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
body.calendar .clEventCard .clEventCard__textContent p {
  position: relative;
  overflow: hidden;
}
html.touch body.calendar .clEventCard .clEventCard__link {
  display: none;
}
body.calendar .clEventCard:not(.noImage) .clEventCard__picture {
  margin-left: -20px;
}
html.no-touch body.calendar .clEventCard:hover .clEventCard__hoverContent, body.calendar .clEventCard.showButtons .clEventCard__hoverContent {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}
html.no-touch body.calendar .clEventCard:hover .clEventCard__hoverContent li:nth-of-type(1), body.calendar .clEventCard.showButtons .clEventCard__hoverContent li:nth-of-type(1) {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
html.no-touch body.calendar .clEventCard:hover .clEventCard__hoverContent li:nth-of-type(2), body.calendar .clEventCard.showButtons .clEventCard__hoverContent li:nth-of-type(2) {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.2s ease-in-out 0.1s;
  -o-transition: 0.2s ease-in-out 0.1s;
  -moz-transition: 0.2s ease-in-out 0.1s;
  transition: 0.2s ease-in-out 0.1s;
}
html.no-touch body.calendar .clEventCard:hover .clEventCard__hoverContent li:nth-of-type(3), body.calendar .clEventCard.showButtons .clEventCard__hoverContent li:nth-of-type(3) {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.2s ease-in-out 0.2s;
  -o-transition: 0.2s ease-in-out 0.2s;
  -moz-transition: 0.2s ease-in-out 0.2s;
  transition: 0.2s ease-in-out 0.2s;
}
html.no-touch body.calendar .clEventCard:hover .clEventCard__hoverContent li:nth-of-type(4), body.calendar .clEventCard.showButtons .clEventCard__hoverContent li:nth-of-type(4) {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.2s ease-in-out 0.3s;
  -o-transition: 0.2s ease-in-out 0.3s;
  -moz-transition: 0.2s ease-in-out 0.3s;
  transition: 0.2s ease-in-out 0.3s;
}
html.no-touch body.calendar .clEventCard:hover .clEventCard__hoverContent li:nth-of-type(5), body.calendar .clEventCard.showButtons .clEventCard__hoverContent li:nth-of-type(5) {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.2s ease-in-out 0.4s;
  -o-transition: 0.2s ease-in-out 0.4s;
  -moz-transition: 0.2s ease-in-out 0.4s;
  transition: 0.2s ease-in-out 0.4s;
}
body.calendar .clEventCard.noImage.isFixture .clEventCard__picture {
  min-width: 50px;
}
body.calendar .clEventCard.noImage.isFixture .clEventCard__picture:before {
  display: none;
}
@media screen and (max-width: 767px) {
  body.calendar .clEventCard {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 650px) {
  body.calendar .clEventCard:before {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
  }
  body.calendar .clEventCard .clEventCard__content {
    display: block;
    padding: 0;
  }
  body.calendar .clEventCard .clEventCard__picture {
    float: none;
    width: 100%;
    height: 160px;
    padding-right: 0;
    margin-left: 0;
  }
  body.calendar .clEventCard .clEventCard__textContent {
    padding: 24px 20px 27px 20px;
  }
  body.calendar .clEventCard .clEventCard__bottomInfo {
    padding: 15px 0;
  }
  body.calendar .clEventCard .clEventCard__timeInterval {
    display: block;
    line-height: normal;
    padding: 0 0 10px 0;
  }
  body.calendar .clEventCard .clEventCard__timeInterval:after {
    display: none;
  }
  body.calendar .clEventCard.isFixture.noImage .clEventCard__picture {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  body.calendar .clEventCard .clEventCard__hoverContent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  body.calendar .clEventCard .clEventCard__hoverContent li {
    width: auto;
    height: 92px;
  }
  body.calendar .clEventCard .clEventCard__hoverContent li .shareEvent i, body.calendar .clEventCard .clEventCard__hoverContent li .addToCalendar i, body.calendar .clEventCard .clEventCard__hoverContent li .iWallet i {
    width: 28px;
    height: 28px;
  }
  body.calendar .clEventCard .clEventCard__hoverContent li .moreInfo i {
    width: 25px;
    height: 25px;
  }
  body.calendar .clEventCard .clEventCard__hoverContent li .moreInfo span span {
    padding-top: 0;
  }
}
@media screen and (max-width: 400px) {
  body.calendar .clEventCard .clEventCard__hoverContent li {
    height: 85px;
  }
  body.calendar .clEventCard .clEventCard__hoverContent li .shareEvent i, body.calendar .clEventCard .clEventCard__hoverContent li .addToCalendar i, body.calendar .clEventCard .clEventCard__hoverContent li .iWallet i {
    width: 24px;
    height: 24px;
  }
  body.calendar .clEventCard .clEventCard__hoverContent li .moreInfo i {
    width: 21px;
    height: 21px;
  }
}

.clFeaturedEvent {
  position: relative;
  margin-bottom: 30px;
  z-index: 0;
}
.clFeaturedEvent .clFeaturedEvent__inner {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 0 50px;
     -moz-border-radius: 0 50px;
          border-radius: 0 50px;
}
@media (max-width: 767px) {
  .clFeaturedEvent {
    margin-bottom: 20px;
  }
}

.clSearch {
  padding-bottom: 25px;
  position: relative;
  z-index: 5;
}
.clSearch fieldset {
  position: relative;
}
.clSearch input {
  display: block;
  width: 100%;
  padding: 4px 47px 0;
  line-height: 46px;
  height: 50px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
       border-radius: 0;
  -webkit-appearance: none;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: #ffffff;
  color: var(--azul-marino-csma);
  font-family: "bigcity-grotesque-pro", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.clSearch input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
.clSearch input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
.clSearch input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
.clSearch input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
.clSearch input::-ms-clear {
  display: none;
}
.clSearch .clSearch__submit {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  background: transparent;
  padding: 0;
  border: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.clSearch .clSearch__submit:before, .clSearch .clSearch__submit:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
  width: 23px;
  height: 23px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.clSearch .clSearch__submit:before {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%230e1f3f%27%20viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath  d='M12.5 11h-.8l-.3-.3c1-1.1 1.6-2.6 1.6-4.2C13 2.9 10.1 0 6.5 0S0 2.9 0 6.5 2.9 13 6.5 13c1.6 0 3.1-.6 4.2-1.6l.3.3v.8l5 5 1.5-1.5-5-5zm-6 0C4 11 2 9 2 6.5S4 2 6.5 2 11 4 11 6.5 9 11 6.5 11z'  fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
}
.clSearch .clSearch__submit:after {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23124b8d%27%20viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath  d='M12.5 11h-.8l-.3-.3c1-1.1 1.6-2.6 1.6-4.2C13 2.9 10.1 0 6.5 0S0 2.9 0 6.5 2.9 13 6.5 13c1.6 0 3.1-.6 4.2-1.6l.3.3v.8l5 5 1.5-1.5-5-5zm-6 0C4 11 2 9 2 6.5S4 2 6.5 2 11 4 11 6.5 9 11 6.5 11z'  fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
  opacity: 0;
}
html.no-touch .clSearch .clSearch__submit:hover:after {
  opacity: 1;
}
html.no-touch .clSearch .clSearch__submit:hover:before {
  opacity: 0;
}
.clSearch .clSearch__reset {
  display: none;
  position: absolute;
  background: transparent;
  z-index: 2;
  width: 50px;
  height: 50px;
  border: none;
  top: 0;
  right: 0;
  cursor: pointer;
  text-indent: -9999px;
}
.clSearch .clSearch__reset:after, .clSearch .clSearch__reset:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 1px;
  background: var(--azul-marino-csma);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.clSearch .clSearch__reset:after {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.clSearch .clSearch__reset:before {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.clSearch .clSearch__reset.isVisible {
  display: block;
}
html.no-touch .clSearch .clSearch__reset:hover:after, html.no-touch .clSearch .clSearch__reset:hover:before {
  background: var(--color-azul-institucional);
}
@media (max-width: 950px) {
  .clSearch {
    padding-top: 70px;
  }
}

.clSelectFilter {
  padding: 20px 0 25px;
}
.clSelectFilter:after {
  display: table;
  content: "";
  clear: both;
}
.clSelectFilter select {
  display: none;
}

.selectric {
  border: none;
  background: #ffffff;
}
.selectric-open .selectric {
  border: none;
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.15);
}
.selectric .label {
  font-weight: bold;
  text-transform: uppercase;
  line-height: 50px;
  height: 50px;
  font-family: "bigcity-grotesque-pro", sans-serif;
  color: var(--azul-marino-csma);
  padding: 0 27px 0 17px;
  margin: 0;
  font-size: 14px;
}
.selectric .button {
  width: 48px;
  height: 50px;
  line-height: 50px;
  color: var(--azul-marino-csma);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: transparent;
}
.selectric .button:after {
  font-size: 8px;
  content: "" !important;
  border: none;
  right: 10px;
  line-height: 1px;
}
html.no-touch .selectric .button:hover {
  color: var(--color-azul-institucional);
}
.selectric-items {
  border: none;
  z-index: 1;
  -webkit-box-shadow: 2px 6px 8px 0 rgba(0, 0, 0, 0.15), -2px 6px 8px 0 rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 2px 6px 8px 0 rgba(0, 0, 0, 0.15), -2px 6px 8px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 2px 6px 8px 0 rgba(0, 0, 0, 0.15), -2px 6px 8px 0 rgba(0, 0, 0, 0.15);
}
.selectric-items li {
  font-size: 15px;
  font-family: "bigcity-grotesque-pro", sans-serif;
  color: var(--azul-marino-csma);
  background: transparent;
  font-weight: 600;
  min-height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
  border-top: 1px solid #eee;
  padding: 4px 17px;
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.selectric-items li .icon {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  min-width: 15px;
  height: 15px;
  border: 2px solid;
  margin-right: 25px;
  position: relative;
  color: var(--azul-marino-csma);
}
.selectric-items li .icon:after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 8px;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -2px;
  border: solid var(--color-azul-institucional);
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg) translateZ(0);
     -moz-transform: rotate(45deg) translateZ(0);
          transform: rotate(45deg) translateZ(0);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.selectric-items li .icon[data-icon="Simple Events"] {
  color: red;
}
.selectric-items li .icon[data-icon="Extended Events"] {
  color: magenta;
}
.selectric-items li .icon[data-icon="Bookable Events"] {
  color: #00a2ff;
}
.selectric-items li .icon[data-icon="Sport Calendar"] {
  color: #30ff00;
}
.selectric-items li .value i {
  color: darkgrey;
  font-size: 90%;
}
.selectric-items li.selected {
  background: rgba(0, 0, 0, 0.3);
  color: #161615;
}
.selectric-items li.selected .icon:after {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.selectric-items li.selected .value i {
  color: #161615;
}
html.no-touch .selectric-items li:hover, .selectric-items li.highlighted {
  background: rgba(0, 0, 0, 0.1);
  color: var(--color-azul-institucional);
}
.selectric-items .disabled {
  opacity: 1;
}
.selectric-items ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.selectric-items ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.selectric__applyButton {
  font-size: 15px;
  font-weight: 600;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
  font-family: "bigcity-grotesque-pro", sans-serif;
  background: var(--azul-marino-csma);
  color: #fff;
  display: block;
  width: 100%;
  line-height: 50px;
  position: absolute;
  bottom: -50px;
  right: 0;
  border: 0;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
html.no-touch .selectric__applyButton:hover, .selectric__applyButton:focus-visible {
  background: var(--color-azul-institucional);
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.sharedTemplates.calendar {
  /*.main-hero {
    display: none;
  }*/
}

.calendarContainer {
  padding: 150px 0 200px;
  position: relative;
  z-index: 3;
  background: linear-gradient(to bottom, #ffffff 0%, #ebebeb 150px, #ebebeb 100%);
}
.calendarContainer .calendarContainer__inner {
  padding-top: 10px;
}
.calendarContainer .calendarContainer__noResults {
  text-align: center;
  max-width: 550px;
  margin: 0 auto;
  padding: 30px 30px;
}
.calendarContainer .calendarContainer__noResults .calendarContainer__noResults-image {
  display: inline-block;
  text-align: center;
  width: 118px;
  height: 92px;
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%230e1f3f%27%20id='Layer_1' enable-background='new 0 0 511 511' height='512' viewBox='0 0 511 511' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='m39.5 72h16v15h-16z'/%3E%3Cpath d='m71.5 72h16v15h-16z'/%3E%3Cpath d='m103.5 72h16v15h-16z'/%3E%3Cpath d='m119.5 320h192v15h-192z'/%3E%3Cpath d='m55.5 272h240v15h-240z'/%3E%3Cpath d='m55.5 224h232v15h-232z'/%3E%3Cpath d='m55.5 176h240v15h-240z'/%3E%3Cpath d='m511 239.5c0-57.07-46.43-103.5-103.5-103.5s-103.5 46.43-103.5 103.5c0 48.879 34.058 89.952 79.689 100.736l-3.235 51.764h-365.454v-273h433v16.5h15v-95.5h-463v367h379.517l-2.005 32.079c-.516 8.245 2.433 16.426 8.089 22.447s13.639 9.474 21.899 9.474 16.243-3.453 21.899-9.474 8.604-14.202 8.089-22.447l-2.005-32.079h27.517v-63.5h-15v48.5h-13.454l-3.235-51.764c45.631-10.784 79.689-51.857 79.689-100.736zm-63-184.5v49h-433v-49zm-129 184.5c0-48.799 39.701-88.5 88.5-88.5s88.5 39.701 88.5 88.5-39.701 88.5-88.5 88.5-88.5-39.701-88.5-88.5zm99.467 211.755c-2.874 3.06-6.769 4.745-10.967 4.745s-8.093-1.685-10.967-4.745c-2.874-3.059-4.312-7.051-4.051-11.241l4.064-65.014h21.908l4.063 65.015c.262 4.189-1.176 8.181-4.05 11.24zm-2.013-108.255 1.062 17h-20.033l1.062-17z'/%3E%3Cpath d='m479 239.5c0-39.425-32.075-71.5-71.5-71.5s-71.5 32.075-71.5 71.5 32.075 71.5 71.5 71.5 71.5-32.075 71.5-71.5zm-128 0c0-31.154 25.346-56.5 56.5-56.5s56.5 25.346 56.5 56.5-25.346 56.5-56.5 56.5-56.5-25.346-56.5-56.5z'/%3E%3Cpath d='m434.196 276.803 10.608-10.606-26.697-26.697 26.697-26.697-10.608-10.606-26.696 26.696-26.696-26.696-10.608 10.606 26.697 26.697-26.697 26.697 10.608 10.606 26.696-26.696z'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
}
.calendarContainer .calendarContainer__noResults p {
  font-size: 20px;
  color: var(--azul-marino-csma);
}
.calendarContainer .calendarContainer__content {
  overflow: hidden;
}
@media (max-width: 950px) {
  .calendarContainer {
    padding-top: 110px;
    padding-bottom: 40px;
  }
  .calendarContainer:after {
    height: 110px;
  }
  .calendarContainer .calendarContainer__inner {
    position: relative;
    overflow: hidden;
  }
  body.shTplGBlockScroll .calendarContainer {
    z-index: 999;
  }
}
@media (max-width: 767px) {
  .calendarContainer {
    padding-top: 150px;
  }
  .calendarContainer:after {
    height: 150px;
  }
}

.calendarSidebar {
  float: left;
  width: 330px;
  padding-right: 30px;
  will-change: min-height;
}
.calendarSidebar .calendarSidebar__inner {
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  will-change: position, transform;
  padding-bottom: 10px;
  max-width: 300px;
}
.calendarSidebar .calendarSidebar__title {
  padding-bottom: 15px;
}
.calendarSidebar .calendarSidebar__title h2 {
  font-size: 26px;
  color: var(--azul-marino-csma);
  text-transform: uppercase;
  font-weight: 700;
}
.calendarSidebar .calendarSidebar__buttonGroup {
  padding-top: 30px;
  position: relative;
}
.calendarSidebar .calendarSidebar__buttonGroup:after {
  display: table;
  content: "";
  clear: both;
}
.calendarSidebar .calendarSidebar__buttonWrapper {
  width: 50%;
}
.calendarSidebar .calendarSidebar__buttonWrapper:first-of-type {
  float: left;
  padding-right: 15px;
}
.calendarSidebar .calendarSidebar__buttonWrapper:nth-of-type(2) {
  float: right;
  padding-left: 15px;
}
@media (min-width: 950px) {
  .calendarSidebar {
    z-index: 2;
    min-height: 750px;
    position: relative;
  }
}
@media (min-width: 950px) and (min-height: 821px) {
  .calendarSidebar .calendarSidebar__inner {
    padding-bottom: 100px;
  }
}
@media (min-width: 950px) and (max-height: 820px) {
  .calendarSidebar.dropDownIsOpened {
    padding-bottom: 100px;
  }
}
@media (max-width: 1023px) {
  .calendarSidebar {
    width: 300px;
    padding-right: 25px;
  }
  .calendarSidebar .calendarSidebar__inner {
    max-width: 275px;
  }
}
@media (max-width: 950px) {
  .calendarSidebar {
    position: fixed !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
    height: 100% !important;
    width: 100%;
    min-height: 750px;
    overflow-y: auto;
    bottom: 0;
    z-index: 10;
    background: #ebebeb;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .calendarSidebar .calendarSidebar__inner {
    padding: 0 20px 50px 20px;
    width: 100%;
    max-width: 100%;
    -webkit-transform: none !important;
       -moz-transform: none !important;
        -ms-transform: none !important;
         -o-transform: none !important;
            transform: none !important;
    z-index: 9;
    display: none;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background: #ebebeb;
  }
  .calendarSidebar.isOpened {
    top: 0;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    margin-top: 0;
    min-height: 100%;
    z-index: 9999;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .calendarSidebar.isOpened .calendarSidebar__inner {
    display: block;
  }
  .calendarSidebar.isOpened .clMobileToggleFilters i {
    display: none;
  }
  .calendarSidebar.isDown {
    top: 0;
    z-index: 15;
  }
}
.clMonthBar {
  line-height: 0;
  font-size: 0;
  padding: 0 30px;
  margin-bottom: 15px;
  height: 50px;
  text-align: center;
  z-index: 5;
  position: relative;
}
.clMonthBar:after {
  display: table;
  content: "";
  clear: both;
}
.clMonthBar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--azul-marino-csma);
}
.clMonthBar:before {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  top: -42px;
  bottom: 0;
  background: #ebebeb;
}
.clMonthBar .clMonthBar__current {
  line-height: 50px;
  display: inline-block;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  color: #fff;
  position: relative;
  z-index: 1;
  font-size: 26px;
  font-family: "bigcity-grotesque-pro", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
}
.clMonthBar button {
  line-height: 50px;
  background: transparent;
  border: 0;
  padding: 0;
  font-size: 0;
  position: relative;
  z-index: 1;
  font-family: "bigcity-grotesque-pro", sans-serif;
}
.clMonthBar button span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 54px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.clMonthBar button i {
  display: inline-block;
  color: #ffffff;
}
.clMonthBar button i:before {
  font-size: 12px;
  position: relative;
  top: 4px;
}
.clMonthBar .clMonthBar__longForm {
  vertical-align: initial;
}
.clMonthBar .clMonthBar__prev {
  float: left;
}
.clMonthBar .clMonthBar__prev i {
  margin-right: 8px;
}
.clMonthBar .clMonthBar__next {
  float: right;
}
.clMonthBar .clMonthBar__next i {
  margin-left: 8px;
}
.clMonthBar.isInbetween:not(.is_stuck) .clMonthBar__prev,
.clMonthBar.isInbetween:not(.is_stuck) .clMonthBar__next {
  display: none;
}
body.seasonFilteringIsOn .clMonthBar button {
  opacity: 0.4;
  pointer-events: none;
}
@media (max-width: 767px) {
  .clMonthBar {
    margin-bottom: 10px;
    padding: 0 20px;
  }
  .clMonthBar:before {
    top: 0px;
    height: 10px;
    left: 0;
    right: 0;
  }
}
@media (max-width: 550px) {
  .clMonthBar {
    padding: 0 10px;
  }
  .clMonthBar .clMonthBar__longForm {
    display: none;
  }
}

.clDayBar {
  margin-bottom: 15px;
  z-index: 2;
  position: relative;
  background: var(--azul-marino-csma);
}
.clDayBar__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.clDayBar:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -15px;
  bottom: 50px;
  z-index: -1;
  background: #ebebeb;
  display: none;
}
.clDayBar span {
  line-height: 50px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.clDayBar span:nth-of-type(1) {
  width: 50px;
  text-align: center;
  background: var(--color-azul-institucional);
  color: #ffffff;
  font-family: "bigcity-grotesque-pro", sans-serif;
  font-size: 26px;
  font-weight: bold;
}
.clDayBar span:nth-of-type(2) {
  overflow: hidden;
  padding-left: 20px;
  font-family: "bigcity-grotesque-pro", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
}
.clDayBar.is_stuck:before {
  display: block;
}
@media (max-width: 767px) {
  .clDayBar:before {
    top: -10px;
  }
  .clDayBar span {
    font-size: 18px;
  }
}

.clResetFilters {
  width: 100%;
  padding: 0 18px 0 40px;
  border: 0;
  text-align: left;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
  background: var(--azul-marino-csma);
  border: none;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.clResetFilters span {
  line-height: 50px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 14px;
  color: #ffffff;
  font-family: "bigcity-grotesque-pro", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.clResetFilters i {
  display: inline-block;
  position: absolute;
  left: 14px;
  top: 50%;
  margin-top: -11px;
  z-index: 1;
  width: 22px;
  height: 22px;
  pointer-events: none;
}
.clResetFilters i:after, .clResetFilters i:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.clResetFilters i:after {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M113.5 275.72A142.5 142.5 0 0 0 258.16 418.2c76.42-1.13 138.87-63.32 140.31-139.74a141.91 141.91 0 0 0-24.58-82.83 22.52 22.52 0 0 0-34.54-3.27 22.67 22.67 0 0 0-2.53 28.81 97.51 97.51 0 0 1-85.42 151.94c-50-2.3-90.49-42.84-92.79-92.79A97.53 97.53 0 0 1 237.43 180 22.65 22.65 0 0 0 256 157.83a22.52 22.52 0 0 0-26.74-22.11 142.54 142.54 0 0 0-115.76 140z'/%3E%3Cpath d='M181 108.2v124.58a10.55 10.55 0 0 0 15.82 9.14l107.89-62.29a10.55 10.55 0 0 0 0-18.27L196.82 99.07A10.55 10.55 0 0 0 181 108.2z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
}
.clResetFilters i:before {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M113.5 275.72A142.5 142.5 0 0 0 258.16 418.2c76.42-1.13 138.87-63.32 140.31-139.74a141.91 141.91 0 0 0-24.58-82.83 22.52 22.52 0 0 0-34.54-3.27 22.67 22.67 0 0 0-2.53 28.81 97.51 97.51 0 0 1-85.42 151.94c-50-2.3-90.49-42.84-92.79-92.79A97.53 97.53 0 0 1 237.43 180 22.65 22.65 0 0 0 256 157.83a22.52 22.52 0 0 0-26.74-22.11 142.54 142.54 0 0 0-115.76 140z'/%3E%3Cpath d='M181 108.2v124.58a10.55 10.55 0 0 0 15.82 9.14l107.89-62.29a10.55 10.55 0 0 0 0-18.27L196.82 99.07A10.55 10.55 0 0 0 181 108.2z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
  opacity: 0;
}
html.no-touch .clResetFilters:hover, .clResetFilters:focus-visible {
  background: var(--color-azul-institucional);
}
html.no-touch .clResetFilters:hover span, .clResetFilters:focus-visible span {
  color: #fff;
}
html.no-touch .clResetFilters:hover i:after, .clResetFilters:focus-visible i:after {
  opacity: 0;
}
html.no-touch .clResetFilters:hover i:before, .clResetFilters:focus-visible i:before {
  opacity: 1;
}

.clMobileButton-showResults {
  display: none;
  z-index: 9;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background: var(--azul-marino-csma);
}
.clMobileButton-showResults.warning {
  background: #c70000;
}
@media (max-width: 950px) {
  .clMobileButton-showResults {
    display: block;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}

.clMobileButton-openFilters {
  display: none;
  z-index: 3;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--azul-marino-csma);
}
@media (max-width: 767px) {
  .clMobileButton-openFilters {
    top: 92px;
    bottom: auto;
  }
}
.clMobileButton-openFilters i {
  width: 8px;
  height: 1px;
  background: #fff;
  color: #fff;
  position: relative;
  top: -1px;
  margin-right: 12px;
}
.clMobileButton-openFilters i:before, .clMobileButton-openFilters i:after {
  content: "";
  background: currentColor;
  position: absolute;
  left: 50%;
  height: 1px;
}
.clMobileButton-openFilters i:before {
  width: 12px;
  margin-left: -6px;
  top: -3px;
}
.clMobileButton-openFilters i:after {
  width: 4px;
  margin-left: -2px;
  top: 3px;
}
@media (max-width: 950px) {
  .clMobileButton-openFilters {
    display: block;
  }
}

.clMobileButton-close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background: #fff;
  display: none;
}
.clMobileButton-close:after, .clMobileButton-close:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 1px;
  background: var(--azul-marino-csma);
}
.clMobileButton-close:after {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.clMobileButton-close:before {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 950px) {
  .clMobileButton-close {
    display: block;
  }
}

.clSyncCalendar {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 50%;
  margin-right: 15px;
  -webkit-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  -moz-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
.clSyncCalendar .clSyncCalendar__head {
  position: relative;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
}
.clSyncCalendar .clSyncCalendar__openLabel {
  width: 100%;
  height: 100%;
  background: var(--azul-marino-csma);
  padding: 0 18px 0 40px;
  border: 0;
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
  text-align: left;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.clSyncCalendar .clSyncCalendar__openLabel span {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 12px;
  color: #fff;
  font-family: "bigcity-grotesque-pro", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  line-height: 1.4;
}
.clSyncCalendar .clSyncCalendar__openLabel i {
  position: absolute;
  width: 15px;
  height: 15px;
  left: 15px;
  top: 50%;
  margin-top: -7px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.clSyncCalendar .clSyncCalendar__openLabel i:before, .clSyncCalendar .clSyncCalendar__openLabel i:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.clSyncCalendar .clSyncCalendar__openLabel i:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20viewBox='0 0 426.66667 426.66667' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m405.332031 192h-170.664062v-170.667969c0-11.773437-9.558594-21.332031-21.335938-21.332031-11.773437 0-21.332031 9.558594-21.332031 21.332031v170.667969h-170.667969c-11.773437 0-21.332031 9.558594-21.332031 21.332031 0 11.777344 9.558594 21.335938 21.332031 21.335938h170.667969v170.664062c0 11.777344 9.558594 21.335938 21.332031 21.335938 11.777344 0 21.335938-9.558594 21.335938-21.335938v-170.664062h170.664062c11.777344 0 21.335938-9.558594 21.335938-21.335938 0-11.773437-9.558594-21.332031-21.335938-21.332031zm0 0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
}
html.no-touch .clSyncCalendar .clSyncCalendar__openLabel:hover {
  background: var(--color-azul-institucional);
}
.clSyncCalendar .clSyncCalendar__close {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
  background: rgba(0, 0, 0, 0.1);
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-border-radius: 0 50px 50px 0;
     -moz-border-radius: 0 50px 50px 0;
          border-radius: 0 50px 50px 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.clSyncCalendar .clSyncCalendar__close i:before, .clSyncCalendar .clSyncCalendar__close i:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 2px;
  background: #fff;
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.clSyncCalendar .clSyncCalendar__close i:before {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.clSyncCalendar .clSyncCalendar__close i:after {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
html.no-touch .clSyncCalendar .clSyncCalendar__close:hover {
  background: rgba(0, 0, 0, 0.3);
}
html.no-touch .clSyncCalendar .clSyncCalendar__close:hover i:after, html.no-touch .clSyncCalendar .clSyncCalendar__close:hover i:before {
  background: #fff;
}
.clSyncCalendar .clSyncCalendar__dd {
  position: absolute;
  left: 0;
  right: 0;
  top: 25px;
  padding-top: 25px;
  text-align: center;
  background: #fff;
  display: none;
  -webkit-border-radius: 0 0 20px 20px;
     -moz-border-radius: 0 0 20px 20px;
          border-radius: 0 0 20px 20px;
  overflow: hidden;
}
.clSyncCalendar.isOpening {
  position: absolute;
  right: 0;
  margin-right: 0;
  -webkit-transition: 0.15s ease;
  -o-transition: 0.15s ease;
  -moz-transition: 0.15s ease;
  transition: 0.15s ease;
}
.clSyncCalendar.isOpened .clSyncCalendar__head span:nth-of-type(2) {
  display: inline-block;
}
.clSyncCalendar.isOpened .clSyncCalendar__close {
  opacity: 1;
  pointer-events: all;
}

.protocolError {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 99999;
}
.protocolError:before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.protocolError .protocolError__inner {
  max-width: 500px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -140px 0 0 -250px;
  background: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}
.protocolError .protocolError__close {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  z-index: 4;
}
.protocolError .protocolError__close i {
  display: inline-block;
}
.protocolError .protocolError__close i:after, .protocolError .protocolError__close i:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 2px;
  background: #0A2544;
}
.protocolError .protocolError__close i:after {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.protocolError .protocolError__close i:before {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.protocolError .protocolError__expl {
  padding: 30px 20px 10px 20px;
}
.protocolError .protocolError__expl p {
  color: #0A2544;
}
.protocolError .protocolError__image {
  position: relative;
  margin: 0 20px 20px 20px;
}
.protocolError .protocolError__image img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.protocolError .protocolError__image > div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcQAAACECAMAAAA5rqv1AAADAFBMVEX///8AAADmpFjH//+vr6+ysrLh4eFEh++50vmgoKD/5apSp+Pn/////smHx/x0dHQmJiYRiMP//+in5/6pqanFhCWFFYNQU6L+xIv///64uLj//tCCzvzpqGbW1talTxnq///O//+pXi0nYaf//+uAJSer6v4GU6Jgq+alUFH+y4dI0frNuvHMgDIlKn4og8rz///+0aL/6K696v50dYiFAA3/9/3Prk0AFoP6//9EiPRPAAj///3JycoADU636/7x+P+7u7tnoPfM3vwmKF2AKF6/1vuTh/BEh/JeKn7O9/5Huvn56/qFCk/g1/d2h+90d35PFoNeKF21h/CkUYTt///+8vvy4Pjh////6/nm4PpGtflFmfRZh+/Ozs6WlpaMjIypyvl5dHZz0ft0dZ3m2vXs3Pb/+/2FU6Pn/snm1fVPDU6NrvTw8PC/v7+Sh/Wl1/vpvJFRhoa36/1Eh/GKrNuGd3XXpH/Y//+Dl/Hg0fLB7/7J8f7TvvHT///m/+fz+//FhVXXyfNfJier4vyW3/yq3Px/fn0Sh6jg+v/65eX+4LJ0daGayeSSlfB3i7JGqPaIdH/FpFjHsfFHx/nNuvVxn/NQUYSS1/ux5vzU+//DmH7w6frH/+dSpsTi8PFHvvmD3Ptz2PuioqLgvpy2lfDoz6yfnp+fn5/t7e3l5eXm5ubU1NTj4+O1tbXHx8eurq7f39/5y52rq6va2tqcdHXoyIiLpMpczfmnqOyf0fmMfHl1l8Xq5sezp/CFTxfa5PyWxuv/+uGrhnf/7ND15Pl0d5BmpPSHxsXGxYqrn4u8svONpPNlh++LteL/+vJywPnz//6Ghobm+/9QTxVRiMNfX1+91fp0dHiZhXn///KWsNDx2r90irr/+dDxxJWNvuaNjrrm5aqvsMj2+vqCzujMqGXt/tT2+vLoys7x1qrNn6a8tvLpqYT/7MCrfHVbtvjT//Jwh+/y+vKAh++svKi8s6Dk9voJUoRmvvnG5alQUFBRh6SFUFDasLyaweLE5Sf3AAAJYklEQVR42u2cCXwTVR7HX1IgMdMkTUshaRsKCLWWRoJIl5SWQ1xxaYUqcsjhUeRSQblBYDlWRTlEvBG87/u+79t1vV0X72t179W913P1/3/vzSShSUttm2Xy+f0+ZSYz83//efP/zv//3kxTxI3z5grIxpo770ZxR2fEwd7qfIe4+3aEwd66/W7R4y6Ewd66q4fo0RVhsLe6AmIWQPwJIAIiBIgQIEKACIgQIEKACAEiIEKACLU/RIcDYUAmQoAItRkifhWVvRAjeXl5+/Vquf3+vyDD8ia7K1K1Le5bYvo+qAyh72iIxX337ilEuOVQh/NK2Lp/YtufljUPsfgBasf+oQ6FGFFUWgz1/oeXJabY7kGUDX/WC7HvWIiSg456eO97dWGtoMJZIvr0Lo9YBTSsU5BoS0J9epdUyDosIYbNShuRLaU7lePIxI6HaOVJpJxIEKgwMWEulHl9ehOPCl1oI+VWAxNiPBMjBKq4bznt7M9jJwMskZ/TJCrUBojXrW8yLTHzhCFyvGX4S+QOiUFtmKvUEFWpJVeKGCUtmUSkZxTT9tX660SXzmnnlgyRw05wivvmsfpTOeXtcgWxmUxUTuiIKp0VXHF/o+6OSDkC357q3CUFRGtMpHUcosq6RIjxMbG/aArRTDplpCCqMgyIGYCYODuVEAmMyS0JYsLsVJZWOXVprpyGMRhmDKJ68pPPiWGeYDJUOZn5a1kSRGWirHm4i+SVqJSMT2xK9MSGkPJGRE5bMTfNAET1VKAfBn5nfuIhMTkT9Rsb9QxPg+ZnnI5h8xFDP1mQtXpFo4geVAaIGYIYfyeDgAMiBIhQe0CEABECRAgQARECRAgQIUAERAgQIUCEABEQIUCEABECRECEsg7iMX5LxyBINoXoP7pI62j/rsfySw1aerrntvHU3m45be5+oYP74jSEM5Daq7Xf2mG0wr3nsJRdzN+3wBYQi8xPRU0gehZwnNoIsdDXLMTdDJPuRCKY5ryyeasgpulPFkB0+ogAINoaYv4ROcEAB2Q1XUpwn1yxtsDpcAzO4Y/eQ/lzQFc6B+3xdD/H4SDmQd7ydvul3FAH5+gtzxBqLWS7/FJ1nNdnlPq4GiY5MI9r79RyaIEup4YofH4QuSCI3kEBy9DaL+SJHD7npaXcL8vAO8hBJVluqn28DKgu+Ig6nXdogdonu8DLMxREeUiwQ+6/WtkEYlAGiu9qyqa13xSoW99p8O0ZDFiJUBiQA5JniMEjC2N3GhRdiV1notri9NDt2IVyoJzxKslB0BzhTO9WJjKswTl0E3m7XUL0LUNrv5WJjMQXP5NKXmkvF3LELzT4x8x01RGhuuA5gT4NLYgHw8kgrZVNIHItpX98kwa8s8/xed6Ud3NAxovuZgWJ8lVGR4ah0Ed5RiYcNh06XU45fnxon9Xcjv2o3NJBptZJDphoE+8WRNkx76G/ltltxCGqDieUU76dzDNxCRgqbxXVyDs7lw3nyG5SA05CKgHUH9WFoGGVU3WIHVJX9MoeEOXlO2QSeLt9vdjzptPH9znn5+w5MgBDAikgGuZ41RSivn2pXTwIMkxOn9MnkhxwyH0tQjTihmkhWmdyBvTJ2J4WGuIn0jONGaWyCxKiYY6/CmK+OmRHiDLmhI0Dsvb1gvx9L8zhiTjXt7UvGPGphVnwqPpwNZTDRUqIbKGr2iWlRiJEz7fEKsmBef7U5VRBNL0owzQQ860zUdlUPdAVVZdT8zlqDt2gTpWJqgt8saqcetUh+pHlVK3sAVGFo9CQQ5nuOM0yXqcVXyUnqi9ea4Tnwsdk2eJa5EuAGOSJjdriemqodrxU5dgppzlc4xIdBB168mB6TwUxh0r6vaZhEkRq5VMQ42ei2c6X3xVIx8q7GhvUhXCiORwLmD2PF9wFXuqJjTrkXDCEPemVXR720yoYSPsQ8KOk0rH7/ykyuytd6H/co8se99qNx4h2hSgnsoCYyRfgQYch2hNifungHAGImYUIASIEiICIMAAiBIgQIEKACIgQIEKACAEiIEKACAEiBIiACAEiBIgQIAKiHTR85E53xrRz5BpA7ACG7gxrOCC2u0a6jz3QlTEdeKx7pD5x7YhOGdKI2myHuNOdQYZE0X2wZnhU5q7xqNosh+h2uzIqt1udd0QmL3IEIHYIxE6ZvMhOgAiIgAiIgAiIgAiIgGhbiIecvkaEJi9PDyKVwbCqUclG/UKV7QDxvbf9by2OpT084ICBgJgSYllozIknj68fmxbiLgaHLKzvKIjzG++77NqPewJiayFOGX88Le8PrUrHcFeD6tFHdhDED+75iJYbxgNiayFeWXMNk5k0sy46+Q1Rf5br7JUiNOOlfqHHY6EZ0xINmFO/0PmjhagZRxCnUkCr/uJyXRQVoTHT6ODZZ06c1iaIdx7XS4hQSPzpIX/DZiL27yUNTwhx7UP+LblPbm9s+D4GiGkgniZzqnr0xLrohBdfzX2meuXEl756bVU/8cyL22rGJRooiJVmJi6c9avnVswaNT025oKLYquYboqS3CqI899XlXTDf8X8TcsG+Bf/c+mmZRsbN//hz3/f/nJs49ZtgJgG4hWSVPWkGXXRdQTnyClRtjtFEqs5N9EgGeJJk2a6XOfFKodN+Jer+mIiPLzqrDaW0w83LZPrp19Y33jcz5nYgGdXLn04KjY8soT/n5IHATENxMtjPORNrzm37jWCuIIgrjPHODXOWQbn7QJxhob4Dw1x1qNthLhx64O8evKLl2MDNMQDBi59mGarn289HWNiMxAXLeTJZ7R+Wl20fvmr0ZnVF1c9MHXbuDhEy2BKdOYFA0OVi1ZMWM7ldBiX06pR00NcTiu5nKZIxVZBrFna8O5lj/z29/c88cp2C+KdDZs//ePqp7a88cr/lgFiukeMqafSzGTyWFdddEdU7Bjr+tuZIrRjVByiZbDoVBF6nHZNj6mJzUohJjzqWnRaVMxa55ITm6aDYuseMd65eom/YXF0fuOz/7Eg1tC+LblPP+VvuK8nILb0xqYuesoe8cYmhDc29oeI126AiBfggAiIgAiIgAiIgIivLNpHB+PLw/YXvsafBcIf1GQFxcz+adsewRB/ZJoNAkRAhAARAkQIEAERAkQIECFAzD6ItdcjDPbW9bXIxKwop7fORRzsrLm3dhG3zLvtBkTCvrrhtnm3iJtuLup61V6QTXVV16Kbb/oBSfdxMe9BOgMAAAAASUVORK5CYII=") no-repeat center center/contain;
}
@media (max-width: 767px) {
  .protocolError .protocolError__inner {
    width: 80%;
    left: 10%;
    margin: -140px 0 0 0;
  }
}
@media (max-width: 400px) {
  .protocolError .protocolError__inner {
    width: 90%;
    left: 5%;
    margin: -140px 0 0 0;
  }
}

body.post-type-archive-evento .clG-addToCal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 99999;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
body.post-type-archive-evento .clG-addToCal:before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
body.post-type-archive-evento .clG-addToCal .clG-addToCal__inner {
  max-width: 500px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -140px 0 0 -250px;
  background: #fff;
}
.clG-addToCal .clG-addToCal__head {
  text-align: center;
  padding-bottom: 20px;
  padding-top: 15px;
}
.clG-addToCal .clG-addToCal__head h3 {
  letter-spacing: 0;
  text-transform: none;
  margin: 0;
  color: var(--azul-marino-csma);
  font-size: 25px;
}
.clG-addToCal .clG-addToCal__head h3:first-letter {
  text-transform: capitalize;
}
.clG-addToCal .clG-addToCal__close {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  z-index: 4;
  cursor: pointer;
}
.clG-addToCal .clG-addToCal__close i {
  display: inline-block;
}
.clG-addToCal .clG-addToCal__close i:after, .clG-addToCal .clG-addToCal__close i:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 2px;
  background: #adadad;
}
.clG-addToCal .clG-addToCal__close i:after {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.clG-addToCal .clG-addToCal__close i:before {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.no-touch .clG-addToCal .clG-addToCal__close:hover i:after, .no-touch .clG-addToCal .clG-addToCal__close:hover i:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 2px;
  background: var(--azul-marino-csma);
}
.no-touch .clG-addToCal .clG-addToCal__close:hover i:after {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.no-touch .clG-addToCal .clG-addToCal__close:hover i:before {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.clG-addToCal .clG-addToCal__item {
  background: #fff;
  line-height: 50px;
  border-bottom: 1px solid #eeeeee;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  z-index: 1;
}
.clG-addToCal .clG-addToCal__item a, .clG-addToCal .clG-addToCal__item button {
  width: 100%;
  padding: 0 16px 0 60px;
  text-align: left;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  background: none;
  border: 0;
}
.clG-addToCal .clG-addToCal__item span {
  font-size: 15px;
  color: #000;
}
.clG-addToCal .clG-addToCal__item span:first-letter {
  text-transform: uppercase;
}
.clG-addToCal .clG-addToCal__item i {
  position: absolute;
  left: 16px;
  top: 50%;
  display: inline-block;
  vertical-align: middle;
}
.clG-addToCal .clG-addToCal__item.isOutlook i {
  width: 26px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%230e1f3f%27%20height='56.693' width='56.693' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath  d='M38.958 26.384l14.625-9.86c0-1.167-1.088-2.004-1.703-2.004H35.186v9.724l3.399 2.14a.87.87 0 0 0 .373 0z'/%3E%3Cpath  d='M39.25 30.003s-.526.321-.962 0l-3.102-2.13h-.002v13.215H50.94c1.4 0 2.646-.815 2.646-2.761V20.454s-14.859 9.87-14.334 9.55zM18.639 34.193c1.04 0 1.865-.469 2.474-1.406.608-.938.915-2.24.915-3.903 0-1.735-.295-3.085-.887-4.05-.592-.963-1.4-1.445-2.427-1.445-1.057 0-1.9.497-2.521 1.488-.622.992-.934 2.305-.934 3.938 0 1.658.312 2.969.934 3.932.621.966 1.438 1.446 2.446 1.446z'/%3E%3Cpath  d='M4 47.626l28.941 6.067V3.98L4.001 9.582v38.044zm9.922-25.032c1.227-1.634 2.851-2.451 4.874-2.451 1.91 0 3.456.78 4.634 2.345 1.18 1.564 1.77 3.625 1.77 6.185.002 2.631-.61 4.752-1.833 6.362-1.224 1.61-2.818 2.416-4.786 2.416-1.918 0-3.479-.78-4.687-2.34-1.206-1.56-1.811-3.592-1.811-6.098 0-2.646.613-4.785 1.84-6.419z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
  margin-top: -13px;
}
.clG-addToCal .clG-addToCal__item.isGoogle i {
  width: 26px;
  height: 26px;
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%230e1f3f%27%20viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath  d='M896 786h725q12 67 12 128 0 217-91 387.5T1282.5 1568 896 1664q-157 0-299-60.5T352 1440t-163.5-245T128 896t60.5-299T352 352t245-163.5T896 128q300 0 515 201l-209 201q-123-119-306-119-129 0-238.5 65T484 652.5 420 896t64 243.5T657.5 1316t238.5 65q87 0 160-24t120-60 82-82 51.5-87 22.5-78H896V786z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
  margin-top: -13px;
}
.clG-addToCal .clG-addToCal__item.isApple {
  display: none;
}
.clG-addToCal .clG-addToCal__item.isApple i {
  width: 26px;
  height: 26px;
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%230e1f3f%27%20height='56.693' width='56.693' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M41.777 30.517c-.062-6.232 5.082-9.221 5.312-9.372-2.891-4.227-7.395-4.807-8.998-4.873-3.83-.389-7.477 2.256-9.42 2.256-1.939 0-4.941-2.199-8.117-2.143-4.178.062-8.029 2.43-10.179 6.17-4.339 7.527-1.11 18.682 3.118 24.791 2.067 2.986 4.532 6.346 7.766 6.223 3.117-.123 4.293-2.016 8.061-2.016s4.826 2.016 8.123 1.953c3.352-.061 5.477-3.043 7.527-6.041 2.373-3.469 3.35-6.828 3.408-6.998-.073-.034-6.534-2.509-6.601-9.95zM35.582 12.229c1.715-2.082 2.877-4.975 2.561-7.855-2.475.1-5.471 1.645-7.248 3.725-1.592 1.846-2.984 4.785-2.611 7.613 2.761.214 5.577-1.405 7.298-3.483z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
  margin-top: -13px;
}
html.MacOS .clG-addToCal .clG-addToCal__item.isApple, html.iOS .clG-addToCal .clG-addToCal__item.isApple {
  display: block;
}
.clG-addToCal .clG-addToCal__item.isYahoo i {
  width: 26px;
  height: 26px;
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%230e1f3f%27%20height='56.693' width='56.693' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath  d='M43.503 24.87c.275-.055.684-.146 1.146-.246h3.578l.557-.823a.119.119 0 0 1 .045-.008l1.385-2c-.02 0-.053-.004-.068-.004l.145-.217H30.897l.746 3.051h5.293l-8.906 8.039c-1.818-2.51-6.078-7.74-9.049-12.069h6.667v-2.322l.076-.512a.511.511 0 0 0-.076-.01v-.209H3.535v3.053h6.558c2.545 1.99 12.28 14.145 12.684 15.358.162 1.135.311 7.836-.166 8.342-.957 1.012-5.322.744-6.375.818l-.364 2.076c1.923.057 8.181-.156 10.126-.156 3.834 0 10.549-.018 11.496.055l.117-2.178c-.969-.164-6.254-.02-6.984-.186-.162-1.055-.34-8.109-.178-8.838.73-2.106 11.837-10.686 13.054-11.014z'/%3E%3Cpath  d='M46.722 41.544l2.971.236 3.461-13.369c-.578-.02-5.83-.516-6.512-.648l.08 13.781zM46.208 43.687l.018 3.263 1.503.131 1.625.121.477-3.195-1.713-.084z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
  margin-top: -13px;
}
html.no-touch .clG-addToCal .clG-addToCal__item:hover {
  background: #fbfbfb;
}
@media (max-width: 767px) {
  body.post-type-archive-evento .clG-addToCal .clG-addToCal__inner {
    max-width: 400px;
    margin: -140px 0 0 -200px;
  }
}
@media (max-width: 450px) {
  body.post-type-archive-evento .clG-addToCal .clG-addToCal__inner {
    max-width: 280px;
    margin: -140px 0 0 -140px;
  }
  body.post-type-archive-evento .clG-addToCal .clG-addToCal__head {
    padding: 40px 30px 0 30px;
  }
}

@media print {
  @page {}
  body {
    background: #fff !important;
  }

  .calendarContainer {
    background: #fff;
    padding-top: 100px;
  }
  .calendarContainer:before {
    display: none;
  }

  .clMonthBar {
    background: none;
    margin-bottom: 40px;
  }
  .clMonthBar h3 {
    color: #000 !important;
    font-weight: bold;
    font-size: 60px;
  }

  .clDayBar {
    background: none;
    margin-top: 40px;
    margin-bottom: 22px;
    border: 1px solid #484646;
    position: static !important;
    width: 100% !important;
  }
  .clDayBar:before {
    display: none;
  }
  .clDayBar span {
    background: none !important;
    color: #000 !important;
  }
  .clDayBar span:first-child {
    border-right: 1px solid #484646;
  }
  .clDayBar + div:not(.clEventCard):not(.clDayBar):not(.clMonthBar) {
    display: none !important;
  }

  .clEventCard {
    border: 1px solid gray;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }
  .clEventCard .clEventCard__calSource, .clEventCard .clEventCard__timeInterval {
    color: black;
  }
  .clEventCard .clEventCard__textContent p, .clEventCard .clEventCard__textContent h4 {
    color: black;
  }
  .clEventCard .clEventCard__viewMore {
    display: none !important;
  }

  .header, .footer, .calendarSidebar, .clMobileButton-openFilters, .clMonthBar__prev, .clMonthBar__next {
    display: none;
  }
}
body .main-content {
  position: static;
  z-index: initial;
}
/* hide broken icon placeholders, show text only */
.clEventCard .clEventCard__button i { display: none !important; }
.clEventCard .clEventCard__button span span { padding-top: 0 !important; }

.global-icons.icon-alert:before {
  content: "";
}
.global-icons.icon-close:before {
  content: "";
}
.global-icons.icon-arrow:before {
  content: "";
}
.global-icons.icon-chevron:before {
  content: "";
}
.global-icons.icon-chevron-right:before {
  content: "";
}
.global-icons.icon-chevron-left:before {
  content: "";
}
.global-icons.icon-profile:before {
  content: "";
}

.global-icons-before:before, .epBackAndShareBar .backToCal:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "global-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.global-icons-before.icon-before-phone:before, .epBackAndShareBar .icon-before-phone.backToCal:before {
  content: "";
}
.global-icons-before.icon-before-pin:before, .epBackAndShareBar .icon-before-pin.backToCal:before {
  content: "";
}
.global-icons-before.icon-before-contact:before, .epBackAndShareBar .icon-before-contact.backToCal:before {
  content: "";
}
.epBackAndShareBar .backToCal:before {
  content: "";
}

.global-icons-after:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "global-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.global-icons-after.icon-after-notices:after {
  content: "";
}
.global-icons-after.icon-after-aarow:after {
  content: "";
}

.shTplGContainer, .eventPage .eventPage__container {
  max-width: 1340px;
  padding: 0 30px;
  margin: 0 auto;
}
.shTplGContainer:after, .eventPage .eventPage__container:after {
  display: table;
  content: "";
  clear: both;
}
@media (max-width: 767px) {
  .shTplGContainer, .eventPage .eventPage__container {
    padding: 0 20px;
  }
}

.shTplGResetHeaders {
  letter-spacing: 0;
  text-transform: none;
  margin: 0;
  padding: 0;
}
.shTplGResetHeaders:first-letter {
  text-transform: capitalize;
}
.clG-fullWidthBtn {
  line-height: 50px;
  background: var(--azul-marino-csma);
  width: 100%;
  text-align: center;
  font-size: 0;
  border: 0;
  padding: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.clG-fullWidthBtn span {
  font-size: 12px;
  letter-spacing: 0.02em;
  font-family: "bigcity-grotesque-pro", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  vertical-align: middle;
}
.clG-fullWidthBtn i {
  display: inline-block;
  vertical-align: middle;
}
.clG-fullWidthBtn.withLeftBtn i {
  border-right: 5px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  margin: 0 5px 0 0;
}
.clG-fullWidthBtn.withIcon i {
  position: relative;
  margin-right: 12px;
}
.clG-fullWidthBtn.withIcon i:before, .clG-fullWidthBtn.withIcon i:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.clG-fullWidthBtn.withIcon i:before {
  opacity: 0;
}
.clG-fullWidthBtn.withIcon i:after {
  opacity: 1;
}
html.no-touch .clG-fullWidthBtn.withIcon:hover i:before {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
html.no-touch .clG-fullWidthBtn.withIcon:hover i:after {
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

body.single-evento .clG-addToCal {
  position: fixed;
  display: none;
  z-index: 99999;
  width: 320px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
body.single-evento .clG-addToCal .clG-addToCal__inner {
  width: 100%;
  background: #fff;
}
@media (max-width: 767px) {
  body.single-evento .clG-addToCal .clG-addToCal__inner {
    max-width: 400px;
    margin: -140px 0 0 -200px;
  }
}
@media (max-width: 450px) {
  body.single-evento .clG-addToCal .clG-addToCal__inner {
    max-width: 280px;
    margin: -140px 0 0 -140px;
  }
  body.single-evento .clG-addToCal .clG-addToCal__head {
    padding: 40px 30px 0 30px;
  }
}

.eventPage {
  padding-bottom: 0;
  padding-top: 100px;
  background: #fff;
}
.eventPage .eventPage__container {
  padding-top: 20px;
}
.eventPage:not(.eventHasNoImage) .eventPage__sidebar {
  float: right;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}
.eventPage .eventPage__content {
  overflow: hidden;
  padding-bottom: 30px;
}
.eventPage.eventHasNoImage .eventPage__sidebar {
  width: 100%;
  padding-left: 0;
}
@media (max-width: 950px) {
  .eventPage {
    padding-top: 110px;
  }
  .eventPage:not(.eventHasNoImage) .eventPage__sidebar {
    top: 130px;
  }
}
@media (max-width: 767px) {
  .eventPage {
    padding-top: 75px;
  }
  .eventPage.eventHasNoImage {
    margin-top: 20px;
  }
  .eventPage:not(.eventHasNoImage) .eventPage__sidebar {
    float: none;
    position: relative;
    top: auto;
  }
  .eventPage .eventPage__sidebar {
    width: 100%;
    padding-left: 0;
  }
  .eventPage .eventPage__content {
    overflow: visible;
    padding-top: 26px;
  }
}

.epSidebarDimension {
  width: 330px;
  padding-left: 30px;
}
@media (max-width: 950px) {
  .epSidebarDimension {
    width: 300px;
    padding-left: 20px;
  }
}
@media (max-width: 850px) {
  .epSidebarDimension {
    width: 270px;
  }
}
@media (max-width: 767px) {
  .epSidebarDimension {
    width: 100%;
    padding-left: 0;
    float: none;
  }
}

.epBackAndShareBar {
  margin-top: 15px;
  margin-bottom: 24px;
  border-top: 2px solid rgba(14, 31, 63, 0.4);
  border-bottom: 2px solid rgba(14, 31, 63, 0.4);
}
.epBackAndShareBar:after {
  display: table;
  content: "";
  clear: both;
}
.epBackAndShareBar a, .epBackAndShareBar button {
  background: none;
  display: inline-block;
  float: left;
  width: auto;
}
.epBackAndShareBar a span, .epBackAndShareBar button span {
  color: var(--azul-marino-csma);
  font-size: 16px;
  font-weight: 600;
  font-family: "bigcity-grotesque-pro", sans-serif;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
html.no-touch .epBackAndShareBar a:hover span, html.no-touch .epBackAndShareBar button:hover span {
  color: var(--azul-marino-csma);
}
.epBackAndShareBar button {
  float: right;
  position: relative;
}
.epBackAndShareBar button i {
  height: 16px;
  width: 16px;
  position: relative;
  margin-right: 10px;
}
.epBackAndShareBar button i:after {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23124B8D%27%20xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='18.392' height='18.084' viewBox='0 0 18.392 18.084'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.893' y1='0.907' x2='0.209' y2='0.22' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23e3a67b'/%3E%3Cstop offset='0.631' stop-color='%23a85f46'/%3E%3Cstop offset='1' stop-color='%23693c28'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath id='ChangeThisColor' d='M17.769,20.186a3.044,3.044,0,0,1,.041-.47l-6.7-3.282a3.149,3.149,0,1,1,.009-4.328l6.693-3.247a3.148,3.148,0,1,1,.824,1.7l-6.694,3.246a2.874,2.874,0,0,1,0,.93l6.7,3.282a3.145,3.145,0,1,1-.871,2.167Zm2.32-.79-.247.262-.056.358a1.359,1.359,0,0,0-.017.169,1.15,1.15,0,0,0,2.3,0,1.147,1.147,0,0,0-1.979-.79ZM7.677,14.264a1.151,1.151,0,0,0,1.15,1.15,1.134,1.134,0,0,0,.83-.36l.249-.26.054-.355a1.434,1.434,0,0,0,.015-.174,1.4,1.4,0,0,0-.015-.169l-.053-.355-.247-.262a1.147,1.147,0,0,0-1.983.786ZM19.771,8.4a1.362,1.362,0,0,0,.015.171l.052.353.247.262a1.147,1.147,0,1,0-.314-.786Z' transform='translate(-5.677 -5.251)' /%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
}
.epBackAndShareBar button i:before {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%230E1F3F%27%20xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='18.392' height='18.084' viewBox='0 0 18.392 18.084'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.893' y1='0.907' x2='0.209' y2='0.22' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23e3a67b'/%3E%3Cstop offset='0.631' stop-color='%23a85f46'/%3E%3Cstop offset='1' stop-color='%23693c28'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath id='ChangeThisColor' d='M17.769,20.186a3.044,3.044,0,0,1,.041-.47l-6.7-3.282a3.149,3.149,0,1,1,.009-4.328l6.693-3.247a3.148,3.148,0,1,1,.824,1.7l-6.694,3.246a2.874,2.874,0,0,1,0,.93l6.7,3.282a3.145,3.145,0,1,1-.871,2.167Zm2.32-.79-.247.262-.056.358a1.359,1.359,0,0,0-.017.169,1.15,1.15,0,0,0,2.3,0,1.147,1.147,0,0,0-1.979-.79ZM7.677,14.264a1.151,1.151,0,0,0,1.15,1.15,1.134,1.134,0,0,0,.83-.36l.249-.26.054-.355a1.434,1.434,0,0,0,.015-.174,1.4,1.4,0,0,0-.015-.169l-.053-.355-.247-.262a1.147,1.147,0,0,0-1.983.786ZM19.771,8.4a1.362,1.362,0,0,0,.015.171l.052.353.247.262a1.147,1.147,0,1,0-.314-.786Z' transform='translate(-5.677 -5.251)' /%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
}
.epBackAndShareBar .backToCal {
  /*html.no-touch &:hover {
    i {
      border-right: 5px solid $ep-buttonWithIcon-iconColor-hover;
    }
  }*/
}
.epBackAndShareBar .backToCal:before {
  font-size: 12px;
  color: var(--azul-marino-csma);
  position: relative;
  top: 4px;
  margin-right: 6px;
}
.epBackAndShareBar .backToCal i {
  display: none;
}
.epBackAndShareBar.forMobile {
  padding: 0 20px;
  display: none;
  margin: 20px -20px 0 -20px;
  border: none;
}
.epBackAndShareBar.forMobile button, .epBackAndShareBar.forMobile a {
  float: none;
  width: 100%;
  margin-top: 20px;
  background: var(--azul-marino-csma);
}
.epBackAndShareBar.forMobile button span, .epBackAndShareBar.forMobile a span {
  color: #fff;
}
.epBackAndShareBar.forMobile button.backToCal i, .epBackAndShareBar.forMobile a.backToCal i {
  border-right: 5px solid #fff;
}
.epBackAndShareBar.forMobile button i:after, .epBackAndShareBar.forMobile a i:after {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='18.392' height='18.084' viewBox='0 0 18.392 18.084'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.893' y1='0.907' x2='0.209' y2='0.22' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23e3a67b'/%3E%3Cstop offset='0.631' stop-color='%23a85f46'/%3E%3Cstop offset='1' stop-color='%23693c28'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath id='ChangeThisColor' d='M17.769,20.186a3.044,3.044,0,0,1,.041-.47l-6.7-3.282a3.149,3.149,0,1,1,.009-4.328l6.693-3.247a3.148,3.148,0,1,1,.824,1.7l-6.694,3.246a2.874,2.874,0,0,1,0,.93l6.7,3.282a3.145,3.145,0,1,1-.871,2.167Zm2.32-.79-.247.262-.056.358a1.359,1.359,0,0,0-.017.169,1.15,1.15,0,0,0,2.3,0,1.147,1.147,0,0,0-1.979-.79ZM7.677,14.264a1.151,1.151,0,0,0,1.15,1.15,1.134,1.134,0,0,0,.83-.36l.249-.26.054-.355a1.434,1.434,0,0,0,.015-.174,1.4,1.4,0,0,0-.015-.169l-.053-.355-.247-.262a1.147,1.147,0,0,0-1.983.786ZM19.771,8.4a1.362,1.362,0,0,0,.015.171l.052.353.247.262a1.147,1.147,0,1,0-.314-.786Z' transform='translate(-5.677 -5.251)' /%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
}
@media (max-width: 767px) {
  .epBackAndShareBar.forDesktop {
    display: none;
  }
  .epBackAndShareBar.forMobile {
    display: block;
  }
}

.epEventCategories {
  font-size: 0;
  border-top: 2px solid rgba(14, 31, 63, 0.4);
}
.epEventCategories .secondLvlCss > * {
  padding-top: 20px;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.5);
}
.epEventCategories li {
  display: inline-block;
  margin-top: 13px;
  font-size: 14px;
  font-weight: 600;
  height: 32px;
  line-height: 36px;
  -webkit-border-radius: 16px;
     -moz-border-radius: 16px;
          border-radius: 16px;
  padding: 0 15px;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-family: "bigcity-grotesque-pro", sans-serif;
  color: #fff;
  background: var(--azul-marino-csma);
  text-transform: uppercase;
}
.epEventCategories li:not(:last-of-type) {
  margin-right: 12px;
}
.epEventCategories li a {
  color: inherit;
}
html.no-touch .epEventCategories li:hover {
  background: var(--color-azul-institucional);
}
@media (max-width: 767px) {
  .epEventCategories {
    text-align: center;
  }
}

.epButtonWithIcon {
  display: inline-block;
}
.epButtonWithIcon span {
  padding-top: 5px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: var(--azul-marino-csma);
  font-size: 16px;
  font-weight: 600;
  font-family: "bigcity-grotesque-pro", sans-serif;
}
.epButtonWithIcon i {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.epButtonWithIcon i:before, .epButtonWithIcon i:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.epButtonWithIcon i:before {
  opacity: 0;
}
.epButtonWithIcon i:after {
  opacity: 1;
}
html.no-touch .epButtonWithIcon:hover span {
  color: var(--azul-marino-csma);
}
html.no-touch .epButtonWithIcon:hover i:before {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
html.no-touch .epButtonWithIcon:hover i:after {
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.epEssentialInfo {
  margin-bottom: 15px;
}
.epEssentialInfo .epEssentialInfo__date {
  background: #EBEBEB;
  position: relative;
  z-index: 1;
  display: table;
  width: 65px;
  height: 65px;
  -webkit-border-radius: 0 10px;
     -moz-border-radius: 0 10px;
          border-radius: 0 10px;
  padding: 6px 8px 0;
}
.epEssentialInfo .epEssentialInfo__date time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
.epEssentialInfo .epEssentialInfo__date span {
  display: block;
  text-align: center;
}
.epEssentialInfo .epEssentialInfo__date span:first-of-type {
  color: var(--azul-marino-csma);
  font-family: "bigcity-grotesque-pro", sans-serif;
  font-size: 28px;
  font-weight: 700;
}
.epEssentialInfo .epEssentialInfo__date span:last-of-type {
  color: var(--azul-marino-csma);
  font-family: "bigcity-grotesque-pro", sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}
.epEssentialInfo h2 {
  padding: 20px 0;
  margin: 0;
  color: var(--azul-marino-csma);
  font-size: 28px;
  font-weight: 700;
}
.epEssentialInfo h2.isVisible {
  opacity: 1;
}
.epEssentialInfo h2:first-letter {
  text-transform: capitalize;
}
.epEssentialInfo h2 span {
  font-weight: inherit;
}
.epEssentialInfo h2 span:first-letter {
  text-transform: capitalize;
}
.epEssentialInfo h3 {
  font-family: "bigcity-grotesque-pro", sans-serif;
  color: var(--azul-marino-csma);
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 6px;
  text-transform: capitalize;
}
.epEssentialInfo h4 {
  margin: 0;
}
@media (max-width: 767px) {
  .epEssentialInfo {
    margin-bottom: 27px;
  }
  .eventHasImage .epEssentialInfo {
    height: auto;
  }
  .eventHasImage .epEssentialInfo .epEssentialInfo__date {
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 0;
  }
  .epEssentialInfo h2 {
    padding: 23px 0 15px;
  }
  .epEssentialInfo h2 span {
    font-size: inherit !important;
  }
}

.epDateAndTime h3 {
  font-family: "bigcity-grotesque-pro", sans-serif;
  color: var(--azul-marino-csma);
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 6px;
}
.epDateAndTime time, .epDateAndTime address > span {
  font-family: "bigcity-grotesque-pro", sans-serif;
  color: var(--azul-marino-csma);
  font-size: 16px;
  line-height: 24px;
}

.epDateAndTime {
  margin-bottom: 35px;
}
.epDateAndTime time {
  letter-spacing: 0;
}

.epAddToCalendar {
  margin-top: 5px;
  border: none;
  background: none;
  font-size: 16px;
  font-weight: 600;
}
.epAddToCalendar span {
  text-decoration: none;
  padding-top: 5px;
}
.epAddToCalendar i {
  width: 17px;
  height: 17px;
}
.epAddToCalendar i:after {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23124B8D%27%20viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath  d='M192 1664h288v-288H192v288zm352 0h320v-288H544v288zm-352-352h288V992H192v320zm352 0h320V992H544v320zM192 928h288V640H192v288zm736 736h320v-288H928v288zM544 928h320V640H544v288zm768 736h288v-288h-288v288zm-384-352h320V992H928v320zM576 448V160q0-13-9.5-22.5T544 128h-64q-13 0-22.5 9.5T448 160v288q0 13 9.5 22.5T480 480h64q13 0 22.5-9.5T576 448zm736 864h288V992h-288v320zM928 928h320V640H928v288zm384 0h288V640h-288v288zm32-480V160q0-13-9.5-22.5T1312 128h-64q-13 0-22.5 9.5T1216 160v288q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5-9.5t9.5-22.5zm384-64v1280q0 52-38 90t-90 38H192q-52 0-90-38t-38-90V384q0-52 38-90t90-38h128v-96q0-66 47-113T480 0h64q66 0 113 47t47 113v96h384v-96q0-66 47-113t113-47h64q66 0 113 47t47 113v96h128q52 0 90 38t38 90z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
}
.epAddToCalendar i:before {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%230E1F3F%27%20viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath  d='M192 1664h288v-288H192v288zm352 0h320v-288H544v288zm-352-352h288V992H192v320zm352 0h320V992H544v320zM192 928h288V640H192v288zm736 736h320v-288H928v288zM544 928h320V640H544v288zm768 736h288v-288h-288v288zm-384-352h320V992H928v320zM576 448V160q0-13-9.5-22.5T544 128h-64q-13 0-22.5 9.5T448 160v288q0 13 9.5 22.5T480 480h64q13 0 22.5-9.5T576 448zm736 864h288V992h-288v320zM928 928h320V640H928v288zm384 0h288V640h-288v288zm32-480V160q0-13-9.5-22.5T1312 128h-64q-13 0-22.5 9.5T1216 160v288q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5-9.5t9.5-22.5zm384-64v1280q0 52-38 90t-90 38H192q-52 0-90-38t-38-90V384q0-52 38-90t90-38h128v-96q0-66 47-113T480 0h64q66 0 113 47t47 113v96h384v-96q0-66 47-113t113-47h64q66 0 113 47t47 113v96h128q52 0 90 38t38 90z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
}

@media print {
  @page {}
  body {
    background: #fff !important;
  }

  .header, .footer, .epEssentialInfo__date, .epBackAndShareBar, .epEventCategories, .epButtonWithIcon.epAddToCalendar {
    display: none !important;
  }

  .eventPage__content {
    padding: 0 !important;
  }

  .epEssentialInfo h2 {
    font-size: 44px !important;
    color: #000;
  }

  .epDateAndTime time, .epDateAndTime address > span, .epDateAndTime h3, .epEventDescription h3, .epEventDescription p {
    color: #000 !important;
  }
}