/*!
Theme Name: _s
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>_s</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: _s
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

_s is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.site-footer {
  border-radius: 24px 24px 0 0;
  background-color: #FFF;
  padding: 24px 41px;
  margin: 6px 0 0 0; }
  .site-footer .topColumn {
    display: flex;
    justify-content: space-between;
    align-self: center;
    padding-bottom: 16px;
    border-bottom: 1px solid #DCEBE1; }
    .site-footer .topColumn .WidgetLogo img {
      max-width: 228px;
      max-height: 62px;
      object-fit: contain; }
      @media screen and (max-width: 768px) {
        .site-footer .topColumn .WidgetLogo img {
          max-width: 180px; } }
    @media screen and (max-width: 768px) {
      .site-footer .topColumn {
        flex-direction: column;
        gap: 5px;
        align-items: center; } }
  .site-footer .bottomColumn {
    margin-top: 31px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .site-footer .bottomColumn .WidgetTexto .textCont > * {
      color: #615D5A;
      font-family: IberPangea;
      font-size: 0.875rem;
      font-weight: 400;
      line-height: 110%;
      margin: 0; }
    .site-footer .bottomColumn .WidgetFooterEnlaces a {
      color: #007F33;
      font-family: IberPangea;
      font-size: 0.875rem;
      font-weight: 600;
      line-height: 110%;
      text-decoration: underline;
      text-underline-offset: 20%;
      text-underline-position: from-font; }
      .site-footer .bottomColumn .WidgetFooterEnlaces a:hover {
        color: #004225 !important; }
    @media screen and (max-width: 768px) {
      .site-footer .bottomColumn {
        flex-direction: column;
        gap: 15px;
        align-items: center;
        margin-top: 15px; } }
  @media screen and (max-width: 768px) {
    .site-footer {
      padding: 8px 12px; } }

.site-header {
  background-color: #FFF;
  border-radius: 24px;
  position: relative;
  padding: 8px 8px 8px 24px;
  margin-bottom: 10px;
  position: sticky;
  top: 0;
  z-index: 5; }
  .site-header .main-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .site-header .main-navigation .header-widgets {
      display: flex;
      align-items: center;
      gap: 16px; }
    .site-header .main-navigation .lang-search {
      display: flex;
      align-items: center;
      gap: 8px;
      border-radius: 16px;
      background-color: #DCEBE1;
      padding: 8px; }
      .site-header .main-navigation .lang-search .custom-lang-switcher {
        border-radius: 8px;
        background-color: #FFF;
        padding: 8px 2px;
        max-height: 31px;
        display: flex;
        gap: 0px;
        align-items: center;
        line-height: 110%; }
        .site-header .main-navigation .lang-search .custom-lang-switcher a {
          color: #00402A;
          font-family: IberPangea;
          font-size: 0.75rem;
          font-weight: 400;
          line-height: 95%;
          text-decoration: none;
          display: flex;
          height: 18px;
          align-items: center;
          width: 24px;
          height: 24px;
          justify-content: center; }
          .site-header .main-navigation .lang-search .custom-lang-switcher a.lang-current {
            color: var(--Green-200, #007F33); }
  .site-header .menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px; }
    .site-header .menu .menu-item {
      padding-inline: 8px;
      position: relative; }
      .site-header .menu .menu-item > * {
        color: var(--Forest-100, #00402A);
        font-size: 1rem;
        font-family: IberPangea, Arial, sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        text-decoration: none;
        transition: all 0.3s ease-in-out; }
        @media screen and (max-width: 991px) {
          .site-header .menu .menu-item > * {
            color: #fff; } }
      .site-header .menu .menu-item::before {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        background-color: #088B3E;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0px;
        opacity: 0;
        visibility: hidden;
        border-radius: 99px;
        transition: all 0.3s ease-in-out; }
        @media screen and (max-width: 991px) {
          .site-header .menu .menu-item::before {
            color: #fff; } }
      .site-header .menu .menu-item.current-menu-item::before {
        left: -8px;
        opacity: 1;
        visibility: visible; }
        @media screen and (max-width: 991px) {
          .site-header .menu .menu-item.current-menu-item::before {
            color: #00402A;
            left: 10px; } }
      .site-header .menu .menu-item.current-menu-item > * {
        color: #007F33;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: auto;
        text-decoration-thickness: 8%;
        text-underline-offset: 20%;
        text-underline-position: from-font;
        font-weight: 600; }
        @media screen and (max-width: 991px) {
          .site-header .menu .menu-item.current-menu-item > * {
            color: #00402A; } }
      @media screen and (max-width: 991px) {
        .site-header .menu .menu-item.current-menu-item {
          background-color: #5BD38C;
          padding: 12px 12px 12px 24px; } }
      .site-header .menu .menu-item:hover::before {
        left: -8px;
        opacity: 1;
        visibility: visible; }
        @media screen and (max-width: 991px) {
          .site-header .menu .menu-item:hover::before {
            color: #00402A;
            left: 10px;
            display: none; } }
      .site-header .menu .menu-item:hover > * {
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: auto;
        text-decoration-thickness: 8%;
        text-underline-offset: 20%;
        text-underline-position: from-font; }
      @media screen and (max-width: 991px) {
        .site-header .menu .menu-item {
          border-radius: 8px; } }
    @media screen and (max-width: 991px) {
      .site-header .menu {
        gap: 10px; } }
  .site-header .WidgetLogo img {
    max-width: 228px;
    max-height: 62px;
    object-fit: contain; }
    @media screen and (max-width: 991px) {
      .site-header .WidgetLogo img {
        max-width: 170px; } }
  @media screen and (max-width: 991px) {
    .site-header {
      align-items: center;
      justify-content: space-between;
      padding: 8px 12px;
      border-radius: 16px; }
      .site-header .custom-lang-switcher {
        border-radius: 99px;
        background-color: #DCEBE1;
        padding: 4px 4px;
        max-height: 41px;
        display: flex;
        align-items: center;
        line-height: 110%; }
        .site-header .custom-lang-switcher a {
          color: #00402A;
          font-family: IberPangea;
          font-size: 0.75rem;
          font-weight: 400;
          line-height: 95%;
          text-decoration: none;
          display: flex;
          align-items: center;
          width: 24px;
          height: 24px;
          justify-content: center; }
          .site-header .custom-lang-switcher a.lang-current {
            color: var(--Green-200, #007F33); }
      .site-header .menu-footer-mobile-container {
        position: fixed;
        bottom: 0;
        height: 75px;
        border-radius: 12px 12px 0 0;
        background: #007F33;
        box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.16);
        max-width: 100dvw;
        left: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 100; } }
    @media screen and (max-width: 991px) and (max-width: 500px) {
      .site-header .menu-footer-mobile-container .menu-item {
        width: min-content; } }
  @media screen and (max-width: 991px) {
        .site-header .menu-footer-mobile-container .menu-item a {
          text-decoration: none !important; }
        .site-header .menu-footer-mobile-container .menu-item::before {
          background-color: #00402A; } }
  @media screen and (min-width: 800px) {
    .site-header .menu-menu-principal-container {
      position: absolute;
      left: 50%;
      transform: translateX(-50%); } }

.skip-link {
  position: absolute;
  top: -50px;
  right: 5px;
  transition: top 0.3s ease-in-out;
  padding: 8px 16px;
  z-index: 100;
  background: #FFF;
  color: #000;
  border-radius: 50px;
  border: solid 1px #007F33;
  text-decoration: none;
  font-weight: 500; }
  .skip-link:hover {
    color: #FFF;
    background: #007F33; }
  .skip-link:focus {
    top: 5px;
    box-shadow: 0 0 0 3px #FFF;
    outline: 2px solid #007F33;
    outline-offset: 3px;
    color: #FFF;
    background: #007F33; }

html {
  scrollbar-gutter: auto; }
  html:has(body.no-scroll) {
    overflow: hidden; }
  @media screen and (max-width: 768px) {
    html {
      margin-top: 0 !important; } }

body {
  padding: 12px 26px 0;
  position: relative; }
  body.no-scroll {
    overflow: hidden; }
    body.no-scroll::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 20; }
  body.open-search {
    overflow: hidden; }
    body.open-search::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 48, 32, 0.5);
      z-index: 20; }
    body.open-search .site-header {
      z-index: 50; }
      body.open-search .site-header::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: -1;
        border-radius: 24px; }
  body.modal-opened::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00402a;
    opacity: 0.8;
    z-index: 20; }
  body.has-intro {
    overflow: hidden; }

.error404 .entry-content {
  padding: 8px;
  border-radius: 24px;
  background-color: #FFF; }

.legal-page-content {
  border-radius: 24px;
  background: #FFF;
  padding: 60px 144px 60px 60px;
  display: grid;
  grid-template-columns: auto auto;
  position: relative; }
  .legal-page-content a {
    color: #007F33;
    text-decoration: underline; }
  .legal-page-content::after {
    content: "";
    display: block;
    width: 100%;
    height: 80px;
    background: linear-gradient(182deg, rgba(255, 255, 255, 0) -14.08%, #FFF 63.9%);
    position: fixed;
    bottom: 0; }
    @media screen and (max-width: 768px) {
      .legal-page-content::after {
        bottom: 64px; } }
  .legal-page-content .title {
    max-width: 513px; }
    .legal-page-content .title > * {
      color: #007F33;
      font-family: IberPangea;
      font-size: 4rem;
      font-weight: 400;
      line-height: 110%;
      /* 70.4px */
      margin: 0;
      position: sticky;
      top: 100px; }
      @media screen and (max-width: 768px) {
        .legal-page-content .title > * {
          font-size: 3rem; } }
  .legal-page-content .content {
    max-width: 543px; }
  .legal-page-content .wp-block-separator {
    border-top: 1px solid #D8CFC7 !important;
    margin: 32px 0 !important; }
  .legal-page-content p {
    color: #615D5A;
    font-family: IberPangea;
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.32px; }
  .legal-page-content .has-large-font-size {
    color: #00100B;
    font-family: IberPangea;
    font-size: 1.25rem !important;
    font-weight: 400;
    line-height: 26px; }
  @media screen and (max-width: 768px) {
    .legal-page-content {
      grid-template-columns: 1fr;
      padding: 24px;
      gap: 24px; } }

@media screen and (max-width: 768px) {
  body {
    padding: 7px;
    padding-bottom: 75px; } }

@keyframes arrowBounce {
  0% {
    top: -100%; }
  40% {
    top: 70%; }
  60% {
    top: 40%; }
  80% {
    top: 55%; }
  100% {
    top: 50%; } }

@keyframes arrowBounceReturn {
  0% {
    top: 150%; }
  40% {
    top: 30%; }
  60% {
    top: 60%; }
  80% {
    top: 45%; }
  100% {
    top: 50%; } }

.M01 .prev-button,
.M01 .open-controllers,
.M01 .next-button,
.M02 .goBack,
.M02 .open-controllers,
.M06 .prev-button,
.M06 .sidebar .botonCompartir .open-share,
.M06 .iCal-cta .inscribete,
.M06 .iCal-cta .add-to-calendar,
.M10 .text-container .buttons .skip-animation,
.M15 a.link,
.M18 .prev-button,
.M18 .open-share,
.type-evento .inner-content .botonCompartir .open-share {
  padding: 4px 6px; }
  .M01 .prev-button:hover .icon,
  .M01 .open-controllers:hover .icon,
  .M01 .next-button:hover .icon,
  .M02 .goBack:hover .icon,
  .M02 .open-controllers:hover .icon,
  .M06 .prev-button:hover .icon,
  .M06 .sidebar .botonCompartir .open-share:hover .icon,
  .M06 .iCal-cta .inscribete:hover .icon,
  .M06 .iCal-cta .add-to-calendar:hover .icon,
  .M10 .text-container .buttons .skip-animation:hover .icon,
  .M15 a.link:hover .icon,
  .M18 .prev-button:hover .icon,
  .M18 .open-share:hover .icon,
  .type-evento .inner-content .botonCompartir .open-share:hover .icon {
    border: 1px solid #007F33 !important;
    background-color: #fff !important; }
    .M01 .prev-button:hover .icon svg,
    .M01 .open-controllers:hover .icon svg,
    .M01 .next-button:hover .icon svg,
    .M02 .goBack:hover .icon svg,
    .M02 .open-controllers:hover .icon svg,
    .M06 .prev-button:hover .icon svg,
    .M06 .sidebar .botonCompartir .open-share:hover .icon svg,
    .M06 .iCal-cta .inscribete:hover .icon svg,
    .M06 .iCal-cta .add-to-calendar:hover .icon svg,
    .M10 .text-container .buttons .skip-animation:hover .icon svg,
    .M15 a.link:hover .icon svg,
    .M18 .prev-button:hover .icon svg,
    .M18 .open-share:hover .icon svg,
    .type-evento .inner-content .botonCompartir .open-share:hover .icon svg {
      color: #007F33 !important; }
  .M01 .prev-button:focus-visible,
  .M01 .open-controllers:focus-visible,
  .M01 .next-button:focus-visible,
  .M02 .goBack:focus-visible,
  .M02 .open-controllers:focus-visible,
  .M06 .prev-button:focus-visible,
  .M06 .sidebar .botonCompartir .open-share:focus-visible,
  .M06 .iCal-cta .inscribete:focus-visible,
  .M06 .iCal-cta .add-to-calendar:focus-visible,
  .M10 .text-container .buttons .skip-animation:focus-visible,
  .M15 a.link:focus-visible,
  .M18 .prev-button:focus-visible,
  .M18 .open-share:focus-visible,
  .type-evento .inner-content .botonCompartir .open-share:focus-visible {
    outline: none;
    background-color: #fff !important;
    border: 2px solid #007F33 !important;
    border-radius: 99px !important;
    color: #007F33 !important; }
    .M01 .prev-button:focus-visible .icon,
    .M01 .open-controllers:focus-visible .icon,
    .M01 .next-button:focus-visible .icon,
    .M02 .goBack:focus-visible .icon,
    .M02 .open-controllers:focus-visible .icon,
    .M06 .prev-button:focus-visible .icon,
    .M06 .sidebar .botonCompartir .open-share:focus-visible .icon,
    .M06 .iCal-cta .inscribete:focus-visible .icon,
    .M06 .iCal-cta .add-to-calendar:focus-visible .icon,
    .M10 .text-container .buttons .skip-animation:focus-visible .icon,
    .M15 a.link:focus-visible .icon,
    .M18 .prev-button:focus-visible .icon,
    .M18 .open-share:focus-visible .icon,
    .type-evento .inner-content .botonCompartir .open-share:focus-visible .icon {
      border: 1px solid #007F33 !important;
      background-color: #fff !important; }
      .M01 .prev-button:focus-visible .icon svg,
      .M01 .open-controllers:focus-visible .icon svg,
      .M01 .next-button:focus-visible .icon svg,
      .M02 .goBack:focus-visible .icon svg,
      .M02 .open-controllers:focus-visible .icon svg,
      .M06 .prev-button:focus-visible .icon svg,
      .M06 .sidebar .botonCompartir .open-share:focus-visible .icon svg,
      .M06 .iCal-cta .inscribete:focus-visible .icon svg,
      .M06 .iCal-cta .add-to-calendar:focus-visible .icon svg,
      .M10 .text-container .buttons .skip-animation:focus-visible .icon svg,
      .M15 a.link:focus-visible .icon svg,
      .M18 .prev-button:focus-visible .icon svg,
      .M18 .open-share:focus-visible .icon svg,
      .type-evento .inner-content .botonCompartir .open-share:focus-visible .icon svg {
        color: #007F33 !important; }

.M10 .text-container .buttons .trigger-animation {
  padding: 4px 6px; }
  .M10 .text-container .buttons .trigger-animation:hover {
    background-color: #007F33 !important;
    color: #fff !important; }
    .M10 .text-container .buttons .trigger-animation:hover .icon {
      border: 1px solid #007F33 !important;
      background-color: #fff !important; }
      .M10 .text-container .buttons .trigger-animation:hover .icon svg {
        color: #007F33 !important; }
  .M10 .text-container .buttons .trigger-animation:focus-visible {
    outline: 2px solid #007F33 !important;
    background-color: #007F33 !important;
    border: 2px solid #fff !important;
    border-radius: 99px !important;
    color: #fff !important; }
    .M10 .text-container .buttons .trigger-animation:focus-visible .icon {
      border: 1px solid #007F33 !important;
      background-color: #fff !important; }
      .M10 .text-container .buttons .trigger-animation:focus-visible .icon svg {
        color: #007F33 !important; }

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

.menu-item:focus-within {
  outline: none; }

.menu-item:focus-within:has(:focus-visible) {
  outline: 2px solid #088B3E;
  border-radius: 5px; }

.menu-item.focus a, .menu-item:focus-within a {
  outline: none !important;
  text-decoration: none !important; }

.menu-item.focus::before, .menu-item:focus-within::before {
  visibility: hidden !important; }

.custom-lang-switcher a:focus-visible {
  border: none !important;
  border-radius: 5px;
  outline: none !important;
  box-shadow: inset 0 0 0 2px #088B3E !important; }

.search-button:focus-visible {
  outline: 2px solid #088B3E !important; }

@font-face {
  font-family: IberPangea;
  src: url("./assets/fonts/iberpangea/IberPangeaVAR.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap; }

.type-evento {
  background-color: #fff;
  padding: 8px;
  border-radius: 24px; }
  .type-evento .main-content-evento {
    display: grid;
    grid-template-columns: auto 1fr;
    justify-content: space-between;
    gap: 127px;
    margin-top: 32px;
    padding-right: 6px;
    margin-right: 20px; }
    @media screen and (max-width: 768px) {
      .type-evento .main-content-evento {
        margin-top: 16px;
        grid-template-columns: 1fr;
        gap: 44px;
        padding-bottom: 0;
        padding-right: 0px;
        margin-right: 0px; } }
  .type-evento .inner-content {
    width: 100%;
    max-width: 100%;
    overflow: hidden; }
    .type-evento .inner-content a {
      color: #007F33;
      text-decoration: underline; }
    .type-evento .inner-content .botonCompartir {
      margin-bottom: 90px;
      position: relative; }
      .type-evento .inner-content .botonCompartir .open-share {
        display: flex;
        align-items: center;
        gap: 8px;
        border: 0;
        background-color: transparent;
        text-decoration: none;
        color: #002015;
        font-size: 1rem;
        font-family: 'IberPangea', Arial, sans-serif;
        font-weight: 500;
        line-height: 120%;
        margin-right: 0px;
        margin-left: auto; }
        .type-evento .inner-content .botonCompartir .open-share .icon {
          width: 32px;
          height: 32px;
          border-radius: 99px;
          background-color: #007F33;
          padding: 8px;
          overflow: hidden;
          position: relative; }
        .type-evento .inner-content .botonCompartir .open-share svg {
          position: absolute;
          left: 50%;
          width: 16px;
          height: 16px;
          transition: all 0.2s ease-in-out;
          color: #fff; }
          .type-evento .inner-content .botonCompartir .open-share svg:first-child {
            top: 50%;
            transform: translate(-50%, -50%); }
          .type-evento .inner-content .botonCompartir .open-share svg:last-child {
            top: -100%;
            transform: translate(-50%, -50%); }
        .type-evento .inner-content .botonCompartir .open-share.interacted svg:first-child {
          animation: arrowBounceReturn 0.6s ease-in-out forwards; }
        .type-evento .inner-content .botonCompartir .open-share:hover .icon svg:first-child {
          animation: none;
          top: 150%;
          transform: translate(-50%, -50%); }
        .type-evento .inner-content .botonCompartir .open-share:hover .icon svg:last-child {
          animation: arrowBounce 0.6s ease-in-out forwards;
          top: 50%;
          transform: translate(-50%, -50%); }
      .type-evento .inner-content .botonCompartir .shareBox {
        display: flex;
        align-items: center;
        gap: 8px;
        border-radius: 99px;
        background-color: #26BF64;
        padding: 8px 12px 8px 8px;
        width: fit-content;
        position: absolute;
        right: 0;
        margin-top: 5px;
        margin-right: 10px;
        opacity: 0;
        visibility: hidden;
        transition: .3s all linear;
        flex-flow: row-reverse; }
        .type-evento .inner-content .botonCompartir .shareBox.open {
          opacity: 1;
          visibility: visible; }
        .type-evento .inner-content .botonCompartir .shareBox .a2a_kit {
          display: flex; }
        .type-evento .inner-content .botonCompartir .shareBox a.close-share {
          border-radius: 50px; }
          .type-evento .inner-content .botonCompartir .shareBox a.close-share:focus {
            outline: solid 2px #004225; }
        .type-evento .inner-content .botonCompartir .shareBox .addtoany_shortcode a {
          display: flex; }
          .type-evento .inner-content .botonCompartir .shareBox .addtoany_shortcode a img {
            border-radius: 50px; }
          .type-evento .inner-content .botonCompartir .shareBox .addtoany_shortcode a:focus {
            outline: none; }
            .type-evento .inner-content .botonCompartir .shareBox .addtoany_shortcode a:focus img {
              box-shadow: 0 0 0 2px #004225; }
    .type-evento .inner-content h2 {
      color: #00402A;
      font-family: IberPangea;
      font-size: 2.5rem;
      font-weight: 600;
      line-height: 90%;
      letter-spacing: 0.056px;
      margin-bottom: 48px; }
      @media screen and (max-width: 768px) {
        .type-evento .inner-content h2 {
          margin-bottom: 32px; } }
    .type-evento .inner-content h3 {
      color: var(--Forest-100, #00402A);
      font-family: IberPangea;
      font-size: 2rem;
      font-weight: 600;
      line-height: 26px;
      letter-spacing: -0.5px;
      margin-bottom: 32px;
      margin-top: 48px; }
    .type-evento .inner-content p,
    .type-evento .inner-content ul,
    .type-evento .inner-content ol {
      color: #615D5A;
      font-family: IberPangea;
      font-size: 1rem;
      font-weight: 400;
      line-height: 160%;
      /* 25.6px */
      letter-spacing: -0.5px; }
    .type-evento .inner-content ul {
      padding-left: 15px; }
      .type-evento .inner-content ul li {
        padding-left: 5px; }
        .type-evento .inner-content ul li::marker {
          content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="12" viewBox="0 0 14 12" fill="none"><path d="M4.59631 8.90619L1.46881 5.77869L0.403809 6.83619L4.59631 11.0287L13.5963 2.02869L12.5388 0.971191L4.59631 8.90619Z" fill="%23007F33"/></svg>'); }
    .type-evento .inner-content .has-large-font-size {
      color: #00402A;
      font-family: IberPangea;
      font-size: 1.5rem !important;
      font-weight: 400;
      line-height: 120%;
      letter-spacing: 0.056px; }
    .type-evento .inner-content > *:last-child {
      margin-bottom: 0; }
    .type-evento .inner-content h1,
    .type-evento .inner-content h2,
    .type-evento .inner-content h3,
    .type-evento .inner-content h4,
    .type-evento .inner-content h5,
    .type-evento .inner-content h6,
    .type-evento .inner-content p {
      max-width: 760px; }

.evento-card.default {
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(176, 169, 163, 0.5);
  background-color: #FFF;
  padding: 4px;
  position: relative; }
  .evento-card.default .categorias {
    position: absolute;
    top: 8px;
    left: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    z-index: 1; }
    .evento-card.default .categorias .categoria {
      border-radius: 8px;
      background-color: #fff;
      display: flex;
      padding: 4px 8px;
      justify-content: center;
      align-items: center;
      gap: 4px;
      width: fit-content;
      color: var(--Forest-100, #00402A);
      text-align: center;
      font-family: IberPangea;
      font-size: 0.75rem;
      font-style: normal;
      font-weight: 500;
      line-height: 100%;
      text-transform: uppercase; }
      .evento-card.default .categorias .categoria::before {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        background-color: #5BD38C;
        border-radius: 99px; }
  .evento-card.default .event-inner {
    padding: 8px; }
  .evento-card.default .titulo {
    color: #000;
    font-family: IberPangea;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 130%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 8px; }
    @media screen and (max-width: 768px) {
      .evento-card.default .titulo {
        font-size: 1rem;
        line-height: 120%;
        word-break: break-all; } }
  .evento-card.default .fecha {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #00402A;
    font-family: IberPangea;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    border-top: 1px solid rgba(162, 188, 177, 0.5);
    padding-top: 11px;
    justify-content: space-between; }
    .evento-card.default .fecha img {
      width: 16px;
      height: 16px;
      object-fit: contain;
      margin-top: -3px; }
      @media screen and (max-width: 768px) {
        .evento-card.default .fecha img {
          display: none; } }
    .evento-card.default .fecha svg {
      margin-inline: 8px; }
    .evento-card.default .fecha time > * {
      margin: 0; }
    .evento-card.default .fecha.has-front-text {
      justify-content: end; }
    @media screen and (max-width: 768px) {
      .evento-card.default .fecha {
        font-size: 0.875rem; } }
  .evento-card.default.one-day {
    height: 132px;
    display: grid;
    align-items: center;
    grid-template-columns: auto 1fr; }
    .evento-card.default.one-day .imagen {
      width: 162px;
      height: auto;
      object-fit: cover;
      object-position: center;
      border-radius: 12px;
      aspect-ratio: 162 / 124;
      position: relative;
      overflow: hidden; }
      .evento-card.default.one-day .imagen img {
        width: 100%;
        height: 100%;
        border-radius: 12px;
        object-fit: cover;
        object-position: center;
        transition: .4s all ease-in-out; }
      @media screen and (max-width: 768px) {
        .evento-card.default.one-day .imagen {
          width: 139px;
          height: 100%;
          aspect-ratio: unset; } }
    @media screen and (max-width: 768px) {
      .evento-card.default.one-day {
        height: 110px; } }
  .evento-card.default.small {
    border-radius: 16px; }
    .evento-card.default.small .imagen {
      width: 100%;
      height: auto;
      border-radius: 12px;
      object-fit: cover;
      object-position: center;
      margin-bottom: 12px;
      aspect-ratio: 420 / 130;
      overflow: hidden; }
      .evento-card.default.small .imagen img {
        width: 100%;
        height: 100%;
        border-radius: 12px;
        object-fit: cover;
        object-position: center;
        transition: .4s all ease-in-out; }
  .evento-card.default.medium {
    border-radius: 16px; }
    .evento-card.default.medium .imagen {
      width: 100%;
      height: auto;
      border-radius: 16px;
      object-fit: cover;
      object-position: center;
      margin-bottom: 12px;
      aspect-ratio: 420 / 226;
      overflow: hidden; }
      .evento-card.default.medium .imagen img {
        width: 100%;
        height: 100%;
        border-radius: 12px;
        object-fit: cover;
        object-position: center;
        transition: .4s all ease-in-out; }
  .evento-card.default.large {
    border-radius: 16px; }
    .evento-card.default.large .imagen {
      width: 100%;
      height: auto;
      border-radius: 12px;
      object-fit: cover;
      object-position: center;
      margin-bottom: 12px;
      aspect-ratio: 420 / 356;
      overflow: hidden; }
      .evento-card.default.large .imagen img {
        width: 100%;
        height: 100%;
        border-radius: 12px;
        object-fit: cover;
        object-position: center;
        transition: .4s all ease-in-out; }
      @media screen and (max-width: 768px) {
        .evento-card.default.large .imagen {
          max-height: 165px; } }
    .evento-card.default.large.titulo {
      font-size: 1.5rem; }
  .evento-card.default:hover .titulo {
    text-decoration: underline; }
  .evento-card.default:hover .imagen img {
    transform: scale(1.05); }

.evento-card.destacados {
  width: 100%;
  overflow: hidden;
  padding: 8px;
  border-radius: 16px;
  display: flex;
  align-items: end;
  background-size: cover;
  background-position: center;
  position: relative; }
  .evento-card.destacados .categorias {
    position: absolute;
    top: 8px;
    left: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px; }
    .evento-card.destacados .categorias .categoria {
      border-radius: 8px;
      background-color: #fff;
      display: flex;
      padding: 4px 8px;
      justify-content: center;
      align-items: center;
      gap: 4px;
      width: fit-content;
      color: var(--Forest-100, #00402A);
      text-align: center;
      font-family: IberPangea;
      font-size: 0.75rem;
      font-style: normal;
      font-weight: 500;
      line-height: 100%;
      text-transform: uppercase; }
      .evento-card.destacados .categorias .categoria::before {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        background-color: #5BD38C;
        border-radius: 99px; }
  .evento-card.destacados .event-inner {
    border-radius: 12px;
    background-color: #FFF;
    padding: 8px;
    width: 100%; }
  .evento-card.destacados .titulo {
    color: #003020;
    font-family: IberPangea;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 130%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 8px; }
    @media screen and (max-width: 768px) {
      .evento-card.destacados .titulo {
        font-size: 1.25rem; } }
  .evento-card.destacados .fecha {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #00402A;
    font-family: IberPangea;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    border-top: 1px solid rgba(162, 188, 177, 0.5);
    padding-top: 11px;
    justify-content: space-between; }
    .evento-card.destacados .fecha img {
      width: 16px;
      height: 16px;
      object-fit: contain;
      margin-top: -3px; }
      @media screen and (max-width: 768px) {
        .evento-card.destacados .fecha img {
          display: none; } }
    .evento-card.destacados .fecha svg {
      margin-inline: 8px; }
    .evento-card.destacados .fecha time > * {
      margin: 0; }
    .evento-card.destacados .fecha.has-front-text {
      justify-content: end; }
    @media screen and (max-width: 768px) {
      .evento-card.destacados .fecha {
        font-size: 0.875rem; } }
  .evento-card.destacados.small {
    height: 280px; }
  .evento-card.destacados.medium {
    height: 360px; }
  .evento-card.destacados.large {
    height: 500px; }
  .evento-card.destacados.isSuperdestacado {
    height: 554px; }
    @media screen and (max-width: 768px) {
      .evento-card.destacados.isSuperdestacado {
        height: 290px; } }
  .evento-card.destacados:hover .titulo {
    text-decoration: underline; }

.evento-card.destacados {
  width: 100%;
  overflow: hidden;
  padding: 8px;
  border-radius: 16px;
  display: flex;
  align-items: end;
  background-size: cover;
  background-position: center;
  position: relative; }
  .evento-card.destacados .categorias {
    position: absolute;
    top: 8px;
    left: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px; }
    .evento-card.destacados .categorias .categoria {
      border-radius: 8px;
      background-color: #fff;
      display: flex;
      padding: 4px 8px;
      justify-content: center;
      align-items: center;
      gap: 4px;
      width: fit-content;
      color: var(--Forest-100, #00402A);
      text-align: center;
      font-family: IberPangea;
      font-size: 0.75rem;
      font-style: normal;
      font-weight: 500;
      line-height: 100%;
      text-transform: uppercase; }
      .evento-card.destacados .categorias .categoria::before {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        background-color: #5BD38C;
        border-radius: 99px; }
  .evento-card.destacados .event-inner {
    border-radius: 12px;
    background-color: #FFF;
    padding: 8px;
    width: 100%; }
  .evento-card.destacados .titulo {
    color: #003020;
    font-family: IberPangea;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 130%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 8px; }
    @media screen and (max-width: 768px) {
      .evento-card.destacados .titulo {
        font-size: 1.25rem; } }
  .evento-card.destacados .fecha {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #00402A;
    font-family: IberPangea;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    border-top: 1px solid rgba(162, 188, 177, 0.5);
    padding-top: 11px;
    justify-content: space-between; }
    .evento-card.destacados .fecha img {
      width: 16px;
      height: 16px;
      object-fit: contain;
      margin-top: -3px; }
      @media screen and (max-width: 768px) {
        .evento-card.destacados .fecha img {
          display: none; } }
    .evento-card.destacados .fecha svg {
      margin-inline: 8px; }
    .evento-card.destacados .fecha time > * {
      margin: 0; }
    .evento-card.destacados .fecha.has-front-text {
      justify-content: end; }
    @media screen and (max-width: 768px) {
      .evento-card.destacados .fecha {
        font-size: 0.875rem; } }
  .evento-card.destacados.small {
    height: 280px; }
  .evento-card.destacados.medium {
    height: 360px; }
  .evento-card.destacados.large {
    height: 500px; }
  .evento-card.destacados.isSuperdestacado {
    height: 554px; }
    @media screen and (max-width: 768px) {
      .evento-card.destacados.isSuperdestacado {
        height: 290px; } }
  .evento-card.destacados:hover .titulo {
    text-decoration: underline; }

.item-relacionados {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 4px;
  border-radius: 16px;
  border: 1px solid rgba(176, 169, 163, 0.5);
  background-color: #FFF;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .item-relacionados .categorias {
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    z-index: 1; }
    .item-relacionados .categorias .categoria {
      border-radius: 8px;
      background-color: #fff;
      display: flex;
      padding: 4px 8px;
      justify-content: center;
      align-items: center;
      gap: 4px;
      width: fit-content;
      color: var(--Forest-100, #00402A);
      font-family: IberPangea;
      font-size: 0.75rem;
      font-style: normal;
      font-weight: 500;
      line-height: 100%;
      text-transform: uppercase; }
      .item-relacionados .categorias .categoria::before {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        background-color: #5BD38C;
        border-radius: 99px; }
  .item-relacionados .imagen {
    width: 100%;
    height: auto;
    aspect-ratio: 403 / 212;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px; }
    .item-relacionados .imagen img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
      transition: .3s all ease-in-out; }
  .item-relacionados .item-title {
    color: #003020;
    font-family: IberPangea;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 130%;
    padding-inline: 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 8px; }
    @media screen and (max-width: 768px) {
      .item-relacionados .item-title {
        font-size: 1.25rem; } }
  .item-relacionados .fecha {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #615D5A;
    font-family: IberPangea;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    border-top: 1px solid rgba(162, 188, 177, 0.5);
    padding: 12px 8px;
    justify-content: space-between;
    margin-inline: 8px; }
    .item-relacionados .fecha img {
      width: 16px;
      height: 16px;
      object-fit: contain;
      margin-top: -3px; }
      @media screen and (max-width: 768px) {
        .item-relacionados .fecha img {
          display: none; } }
    .item-relacionados .fecha .texto-fecha > * {
      display: inline; }
    .item-relacionados .fecha svg {
      margin-inline: 8px; }
    .item-relacionados .fecha.has-front-text {
      justify-content: end; }
    @media screen and (max-width: 768px) {
      .item-relacionados .fecha {
        font-size: 0.875rem; } }
  .item-relacionados:hover .item-title {
    text-decoration: underline; }
  .item-relacionados:hover .imagen img {
    transform: scale(1.05); }
