.M06 {
  padding-left: 20px;
  width: 375px; }
  .M06 .sidebar {
    position: sticky;
    top: 80px; }
    .M06 .sidebar .botonCompartir {
      margin-bottom: 20px; }
      .M06 .sidebar .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; }
        .M06 .sidebar .botonCompartir .open-share .icon {
          width: 32px;
          height: 32px;
          border-radius: 99px;
          background-color: #007F33;
          padding: 8px;
          overflow: hidden;
          position: relative; }
        .M06 .sidebar .botonCompartir .open-share svg {
          position: absolute;
          left: 50%;
          width: 16px;
          height: 16px;
          transition: all 0.2s ease-in-out;
          color: #fff; }
          .M06 .sidebar .botonCompartir .open-share svg:first-child {
            top: 50%;
            transform: translate(-50%, -50%); }
          .M06 .sidebar .botonCompartir .open-share svg:last-child {
            top: -100%;
            transform: translate(-50%, -50%); }
        .M06 .sidebar .botonCompartir .open-share.interacted svg:first-child {
          animation: arrowBounceReturn 0.6s ease-in-out forwards; }
        .M06 .sidebar .botonCompartir .open-share:hover .icon svg:first-child {
          animation: none;
          top: 150%;
          transform: translate(-50%, -50%); }
        .M06 .sidebar .botonCompartir .open-share:hover .icon svg:last-child {
          animation: arrowBounce 0.6s ease-in-out forwards;
          transform: translate(-50%, -50%); }
      .M06 .sidebar .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; }
        .M06 .sidebar .botonCompartir .shareBox.open {
          opacity: 1;
          visibility: visible; }
        .M06 .sidebar .botonCompartir .shareBox .a2a_kit {
          display: flex; }
          .M06 .sidebar .botonCompartir .shareBox .a2a_kit a {
            display: flex; }
        .M06 .sidebar .botonCompartir .shareBox a.close-share {
          border-radius: 50px; }
          .M06 .sidebar .botonCompartir .shareBox a.close-share:focus {
            outline: solid 2px #004225; }
        .M06 .sidebar .botonCompartir .shareBox .addtoany_shortcode a {
          display: flex; }
          .M06 .sidebar .botonCompartir .shareBox .addtoany_shortcode a img {
            border-radius: 50px; }
          .M06 .sidebar .botonCompartir .shareBox .addtoany_shortcode a:focus {
            outline: none; }
            .M06 .sidebar .botonCompartir .shareBox .addtoany_shortcode a:focus img {
              box-shadow: 0 0 0 2px #004225; }
    @media screen and (max-width: 990px) {
      .M06 .sidebar {
        position: relative;
        top: 0; }
        .M06 .sidebar .botonCompartir {
          margin-bottom: 0;
          position: absolute;
          top: 0;
          right: 0; }
          .M06 .sidebar .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; }
            .M06 .sidebar .botonCompartir .open-share .icon {
              width: 32px;
              height: 32px;
              border-radius: 99px;
              background-color: #007F33;
              padding: 8px;
              overflow: hidden;
              position: relative; }
            .M06 .sidebar .botonCompartir .open-share svg {
              position: absolute;
              left: 50%;
              width: 16px;
              height: 16px;
              transition: all 0.2s ease-in-out;
              color: #fff; }
              .M06 .sidebar .botonCompartir .open-share svg:first-child {
                top: 50%;
                transform: translate(-50%, -50%); }
              .M06 .sidebar .botonCompartir .open-share svg:last-child {
                top: -100%;
                transform: translate(-50%, -50%); }
            .M06 .sidebar .botonCompartir .open-share.interacted svg:first-child {
              animation: arrowBounceReturn 0.6s ease-in-out forwards; }
            .M06 .sidebar .botonCompartir .open-share:hover .icon svg:first-child {
              animation: none;
              top: 150%;
              transform: translate(-50%, -50%); }
            .M06 .sidebar .botonCompartir .open-share:hover .icon svg:last-child {
              animation: arrowBounce 0.6s ease-in-out forwards;
              transform: translate(-50%, -50%); }
          .M06 .sidebar .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; }
            .M06 .sidebar .botonCompartir .shareBox.open {
              opacity: 1;
              visibility: visible; }
            .M06 .sidebar .botonCompartir .shareBox .a2a_kit {
              display: flex; }
              .M06 .sidebar .botonCompartir .shareBox .a2a_kit a {
                display: flex; }
            .M06 .sidebar .botonCompartir .shareBox a.close-share {
              border-radius: 50px; }
              .M06 .sidebar .botonCompartir .shareBox a.close-share:focus {
                outline: solid 2px #004225; }
            .M06 .sidebar .botonCompartir .shareBox .addtoany_shortcode a {
              display: flex; }
              .M06 .sidebar .botonCompartir .shareBox .addtoany_shortcode a img {
                border-radius: 50px; }
              .M06 .sidebar .botonCompartir .shareBox .addtoany_shortcode a:focus {
                outline: none; }
                .M06 .sidebar .botonCompartir .shareBox .addtoany_shortcode a:focus img {
                  box-shadow: 0 0 0 2px #004225; } }
  .M06 .prev-button {
    display: flex;
    align-items: center;
    gap: 4px;
    border: 0;
    background-color: transparent;
    text-decoration: none;
    width: max-content; }
    .M06 .prev-button .label {
      color: var(--Forest-200, #002015);
      font-size: 1rem;
      font-family: 'IberPangea', Arial, sans-serif;
      font-weight: 500;
      line-height: 120%;
      margin-top: 5px; }
    .M06 .prev-button .icon {
      width: 32px;
      height: 32px;
      border-radius: 99px;
      background-color: #007F33;
      padding: 8px;
      overflow: hidden;
      position: relative; }
    .M06 .prev-button svg {
      position: absolute;
      left: 50%;
      width: 16px;
      height: 16px;
      transition: all 0.2s ease-in-out;
      color: #fff; }
      .M06 .prev-button svg:first-child {
        animation: arrowBounceReturn 0.6s ease-in-out forwards;
        top: 50%;
        transform: translate(-50%, -50%); }
      .M06 .prev-button svg:last-child {
        top: -100%;
        transform: translate(-50%, -50%); }
    .M06 .prev-button:hover .icon svg:first-child {
      animation: none;
      top: 150%;
      transform: translate(-50%, -50%); }
    .M06 .prev-button:hover .icon svg:last-child {
      animation: arrowBounce 0.6s ease-in-out forwards;
      transform: translate(-50%, -50%); }
  .M06 .textCont {
    margin-top: 31px;
    border-radius: 12px;
    background-color: #FFF5EC;
    display: flex;
    padding: 32px 16px;
    flex-direction: column;
    gap: 20px; }
    .M06 .textCont .location {
      display: flex;
      align-items: start;
      gap: 8px; }
      .M06 .textCont .location svg {
        min-width: 24px; }
      .M06 .textCont .location a:focus-visible {
        outline: 2px solid #088B3E;
        border-radius: 5px; }
      .M06 .textCont .location * {
        color: var(--Forest-100, #00402A);
        font-family: IberPangea;
        font-size: 1rem;
        font-weight: 500;
        line-height: 130%;
        letter-spacing: -0.344px;
        margin-bottom: 0px; }
    .M06 .textCont .fechas {
      display: flex;
      align-items: start;
      gap: 8px;
      color: var(--Forest-100, #00402A);
      font-family: IberPangea;
      font-size: 1rem;
      font-weight: 500;
      line-height: 162%;
      letter-spacing: -0.344px;
      text-decoration: none; }
      .M06 .textCont .fechas svg {
        min-width: 24px; }
      .M06 .textCont .fechas > *:not(svg):not(p) {
        color: #00402A;
        font-family: IberPangea;
        font-size: 1rem;
        font-weight: 400;
        line-height: 140%;
        margin: 0; }
      .M06 .textCont .fechas p {
        margin: 0px; }
      .M06 .textCont .fechas li {
        margin-bottom: 4px; }
        .M06 .textCont .fechas li::marker {
          color: #007F33; }
    .M06 .textCont .precios,
    .M06 .textCont .modalidades {
      display: flex;
      align-items: start;
      gap: 8px; }
      .M06 .textCont .precios svg,
      .M06 .textCont .modalidades svg {
        min-width: 24px; }
      .M06 .textCont .precios span,
      .M06 .textCont .modalidades span {
        color: var(--Forest-100, #00402A);
        font-family: IberPangea;
        font-size: 1rem;
        font-weight: 500;
        line-height: 162%;
        letter-spacing: -0.344px;
        text-decoration: none; }
  .M06 .iCal-cta {
    margin-top: 8px;
    border-radius: 12px;
    background-color: #007F33;
    display: flex;
    padding: 16px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-wrap: wrap;
    row-gap: 18px; }
    .M06 .iCal-cta .download-text {
      color: #FFFEFF;
      font-family: IberPangea;
      font-size: 0.75rem;
      font-weight: 400;
      line-height: 110%;
      letter-spacing: -0.24px; }
    .M06 .iCal-cta .add-to-calendar {
      display: flex;
      align-items: center;
      gap: 8px;
      border: 0;
      background-color: transparent;
      text-decoration: none;
      color: var(--Neutral-0, #FFF);
      font-family: IberPangea;
      font-size: 1rem;
      font-weight: 500;
      line-height: 110%;
      position: relative; }
      .M06 .iCal-cta .add-to-calendar .calendars {
        display: flex;
        align-items: center;
        gap: 8px;
        position: absolute;
        top: 0;
        left: 5px;
        width: calc(100% - 5px);
        height: 100%;
        background-color: #DCEBE1;
        border-radius: 99px;
        padding: 8px 8px 8px 46px;
        z-index: 1;
        opacity: 0;
        transform: scaleX(0);
        transform-origin: left;
        transition: .3s all ease-in-out; }
      .M06 .iCal-cta .add-to-calendar .icon {
        width: 32px;
        height: 32px;
        border-radius: 99px;
        background-color: #fff;
        padding: 8px;
        overflow: hidden;
        position: relative;
        z-index: 2; }
        .M06 .iCal-cta .add-to-calendar .icon svg {
          position: absolute;
          left: 50%;
          width: 16px;
          height: 16px;
          transition: all 0.2s ease-in-out;
          color: #fff; }
          .M06 .iCal-cta .add-to-calendar .icon svg:first-child {
            top: 50%;
            transform: translate(-50%, -50%); }
          .M06 .iCal-cta .add-to-calendar .icon svg:last-child {
            top: -100%;
            transform: translate(-50%, -50%); }
      .M06 .iCal-cta .add-to-calendar.interacted .icon svg:first-child {
        animation: arrowBounceReturn 0.6s ease-in-out forwards; }
      .M06 .iCal-cta .add-to-calendar:hover .icon svg:first-child {
        animation: none;
        top: 150%;
        transform: translate(-50%, -50%); }
      .M06 .iCal-cta .add-to-calendar:hover .icon svg:last-child {
        animation: arrowBounce 0.6s ease-in-out forwards;
        transform: translate(-50%, -50%); }
      .M06 .iCal-cta .add-to-calendar:hover .calendars {
        opacity: 1;
        transform: scaleX(1); }
      .M06 .iCal-cta .add-to-calendar .calendars.active {
        opacity: 1;
        transform: scaleX(1); }
    .M06 .iCal-cta .inscribete {
      border-radius: 40px;
      background: #FFF;
      display: flex;
      padding: 4px 4px 4px 16px;
      justify-content: center;
      align-items: center;
      gap: 4px;
      width: fit-content;
      text-decoration: none; }
      .M06 .iCal-cta .inscribete .label {
        color: #002015;
        font-family: IberPangea;
        font-size: 1rem;
        font-weight: 500;
        line-height: 110%;
        text-decoration: none;
        margin-top: 5px; }
      .M06 .iCal-cta .inscribete .icon {
        width: 32px;
        height: 32px;
        border-radius: 99px;
        background-color: #007F33;
        padding: 8px;
        overflow: hidden;
        position: relative; }
      .M06 .iCal-cta .inscribete svg {
        position: absolute;
        left: 50%;
        width: 16px;
        height: 16px;
        transition: all 0.2s ease-in-out;
        color: #fff; }
        .M06 .iCal-cta .inscribete svg:first-child {
          top: 50%;
          transform: translate(-50%, -50%); }
        .M06 .iCal-cta .inscribete svg:last-child {
          top: -100%;
          transform: translate(-50%, -50%); }
      .M06 .iCal-cta .inscribete.interacted svg:first-child {
        animation: arrowBounceReturn 0.6s ease-in-out forwards; }
      .M06 .iCal-cta .inscribete:hover {
        background-color: #007F33; }
        .M06 .iCal-cta .inscribete:hover .label {
          color: var(--Neutral-0, #FFF); }
        .M06 .iCal-cta .inscribete:hover .icon {
          background-color: var(--Neutral-0, #FFF); }
        .M06 .iCal-cta .inscribete:hover .icon svg {
          color: #007F33; }
          .M06 .iCal-cta .inscribete:hover .icon svg:first-child {
            animation: none;
            top: 150%;
            transform: translate(-50%, -50%); }
          .M06 .iCal-cta .inscribete:hover .icon svg:last-child {
            animation: arrowBounce 0.6s ease-in-out forwards;
            transform: translate(-50%, -50%); }
  @media screen and (max-width: 990px) {
    .M06 {
      width: 100%;
      padding-left: 0; } }
