@import url("https://fonts.googleapis.com/css2?family=Domine:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:wght@500&display=swap");
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box; }
  .glide * {
    box-sizing: inherit; }
  .glide__track {
    overflow: hidden; }
  .glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform; }
    .glide__slides--dragging {
      user-select: none; }
  .glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent; }
    .glide__slide a {
      user-select: none;
      -webkit-user-drag: none;
      -moz-user-select: none;
      -ms-user-select: none; }
  .glide__arrows {
    -webkit-touch-callout: none;
    user-select: none; }
  .glide__bullets {
    -webkit-touch-callout: none;
    user-select: none; }
  .glide--rtl {
    direction: rtl; }

@font-face {
  font-family: 'MelindaScript';
  src: url("/fonts/MelindaScript.woff2") format("woff2"), url("/fonts/MelindaScript.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Cinzel';
  src: url("/fonts/Cinzel-Regular.woff2") format("woff2"), url("/fonts/Cinzel-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Cinzel';
  src: url("/fonts/Cinzel-Bold.woff2") format("woff2"), url("/fonts/Cinzel-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box; }
  .glide * {
    box-sizing: inherit; }
  .glide__track {
    overflow: hidden; }
  .glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform; }
    .glide__slides--dragging {
      user-select: none; }
  .glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent; }
    .glide__slide a {
      user-select: none;
      -webkit-user-drag: none;
      -moz-user-select: none;
      -ms-user-select: none; }
  .glide__arrows {
    -webkit-touch-callout: none;
    user-select: none; }
  .glide__bullets {
    -webkit-touch-callout: none;
    user-select: none; }
  .glide--rtl {
    direction: rtl; }

html {
  scroll-behavior: smooth; }

body,
input,
button,
select,
textarea {
  font-family: "Cinzel", serif;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.075em;
  font-size: 1rem; }

body {
  background-color: #fff;
  color: #1D1D1B;
  margin: 0;
  -webkit-text-size-adjust: none;
  letter-spacing: 0.075em; }

* {
  box-sizing: border-box; }

.h-sticky-fix {
  margin-top: 46px; }
  @media (min-width: 768px) {
    .h-sticky-fix {
      margin-top: 46px; } }

.h-cont {
  margin: auto;
  width: calc(100vw - 3rem);
  max-width: 740px; }
  .h-cont--spaced {
    width: calc(100vw - 5.2rem); }
  @media (min-width: 992px) {
    .h-cont {
      max-width: 970px; } }

.h-hashlink {
  --hash-menu-size: 46px; }
  @media (min-width: 768px) {
    .h-hashlink {
      --hash-menu-size: 46px; } }
  .h-hashlink::before {
    content: "";
    display: block;
    height: var(--hash-menu-size);
    margin-top: calc(var(--hash-menu-size) * -1);
    top: calc(var(--hash-menu-size) * -1);
    visibility: hidden; }
  .h-hashlink--md {
    --hash-menu-size: 69px; }
    @media (min-width: 768px) {
      .h-hashlink--md {
        --hash-menu-size: 69px; } }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-family: "MelindaScript", serif;
  font-weight: normal;
  color: #1D1D1B;
  line-height: 1.5;
  letter-spacing: 0; }

h1,
.h1 {
  font-size: 2.125rem; }
  @media (min-width: 768px) {
    h1,
    .h1 {
      font-size: 2.9rem; } }

h2,
.h2 {
  font-size: 2.2rem; }
  @media (min-width: 768px) {
    h2,
    .h2 {
      font-size: 2.5rem; } }

.title-flag {
  background: #1D1D1B;
  background-size: auto;
  color: #fff;
  font-family: "Cinzel", serif;
  font-weight: normal;
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  padding: 0.2em 1.5em;
  clip-path: polygon(100% 0, calc(100% - 7px) 50%, 100% 100%, 0% 100%, 7px 50%, 0% 0%); }
  @media (min-width: 768px) {
    .title-flag {
      font-size: 1.25rem; } }
  .title-flag--2 {
    background: #1D1D1B;
    background-size: auto;
    font-family: "Cinzel", serif;
    font-weight: normal;
    padding: 0.2em 1.5em;
    min-width: 0; }

.h-no-btn {
  appearance: none;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  text-decoration: none;
  border: 0;
  outline: none; }

.anchor {
  color: #1D1D1B;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  cursor: pointer;
  text-decoration: none; }
  .anchor--flecha {
    background: none;
    color: #1D1D1B;
    position: relative;
    padding: 0 1.33em 0 0; }
    .anchor--flecha::after, .anchor--flecha::before {
      content: "";
      position: absolute;
      border-top: 1px solid currentColor;
      top: 50%;
      right: 0; }
    .anchor--flecha::after {
      border-right: 1px solid currentColor;
      height: .55em;
      width: .55em;
      transform: rotate(45deg);
      transform-origin: right 1px; }
    .anchor--flecha::before {
      width: .94em; }

.btn {
  background: #1D1D1B;
  color: #fff;
  cursor: pointer;
  font-style: italic;
  text-transform: uppercase;
  font-family: "Libre Baskerville", serif;
  border: 0;
  padding: 0.6em 0.9em;
  font-size: 1.06rem; }
  @media (min-width: 768px) {
    .btn {
      font-size: 1.06rem; } }
  .btn:hover {
    background: #1D1D1B;
    box-shadow: none;
    color: #fff; }
  .btn--snd {
    background: #8EA1AD;
    color: #fff; }
    .btn--snd:hover {
      background: #8EA1AD;
      color: #fff; }

.form-group {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding: .25rem 0;
  min-height: 3.5rem;
  text-align: left;
  position: relative; }
  .form-group__label {
    color: currentColor;
    flex: 1 1 auto;
    padding: .5rem .25rem .5rem 0;
    text-transform: uppercase; }
    .form-group__label--hidden {
      display: none; }
    @media (min-width: 768px) {
      .form-group__label {
        font-size: 1.125rem; } }
  .form-group__input {
    background: transparent;
    color: currentColor;
    border: 0;
    border-radius: 0;
    flex: 1;
    font-family: inherit;
    font-size: 1rem;
    min-height: 2rem;
    letter-spacing: 0;
    padding: 0; }
    @media (min-width: 768px) {
      .form-group__input {
        letter-spacing: 0;
        min-height: 3rem;
        font-size: 1.125rem; } }
  .form-group__input:focus, .form-group__textarea:focus, .form-group__select:focus {
    color: currentColor;
    outline: none;
    border: 0; }
  .form-group__input::placeholder, .form-group__textarea::placeholder, .form-group__select::placeholder {
    color: currentColor;
    text-transform: uppercase; }
  .form-group__input:-webkit-autofill, .form-group__input:-webkit-autofill:hover, .form-group__input:-webkit-autofill:focus, .form-group__textarea:-webkit-autofill, .form-group__textarea:-webkit-autofill:hover, .form-group__textarea:-webkit-autofill:focus, .form-group__select:-webkit-autofill, .form-group__select:-webkit-autofill:hover, .form-group__select:-webkit-autofill:focus {
    color: currentColor;
    -webkit-text-fill-color: var(--input-text-color, #fff);
    -webkit-box-shadow: 0 0 0px 1000px var(--input-background-color, #8EA1AD) inset; }
  .form-group__textarea {
    background: transparent;
    color: currentColor;
    border: 0;
    border-radius: 0;
    flex: 1 1 100%;
    font-family: inherit;
    font-size: 1rem;
    letter-spacing: inherit;
    min-height: 4.75rem;
    padding: 0; }
    @media (min-width: 768px) {
      .form-group__textarea {
        font-size: 1.125rem;
        letter-spacing: inherit;
        min-height: 5.4rem; } }
    .form-group__textarea--md {
      min-height: 6.25rem; }
  .form-group__select {
    display: block;
    font-size: 1rem;
    font-family: inherit;
    color: currentColor;
    line-height: 1.3;
    padding: 0.6em 1.4em 0.5em 0;
    width: 100%;
    max-width: 100%;
    margin: 0;
    border: none;
    border-radius: 0;
    letter-spacing: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    text-transform: uppercase;
    min-height: 2rem; }
    @media (min-width: 768px) {
      .form-group__select {
        letter-spacing: 0;
        min-height: 3rem;
        font-size: 1.125rem; } }
    .form-group__select::-ms-expand {
      display: none; }
    .form-group__select:focus {
      box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 0 3px -moz-mac-focusring; }
  .form-group__select-wrp {
    position: relative;
    width: 100%; }
    .form-group__select-wrp::after {
      content: "";
      position: absolute;
      width: 0.875em;
      height: 0.875em;
      border: 2px solid currentColor;
      border-right: 0;
      border-top: 0;
      right: 0.25em;
      bottom: calc(50% + .2em);
      transform-origin: bottom right;
      transform: rotate(-45deg);
      border-radius: 2px;
      font-size: 1rem; }
      @media (min-width: 768px) {
        .form-group__select-wrp::after {
          font-size: 1.125rem; } }
  .form-group__char-count {
    position: absolute;
    right: 1em;
    bottom: 1em;
    font-size: .8rem;
    text-align: right; }
    .form-group__char-count.js-maximum-reached {
      color: #E27F88; }
  .form-group__switch-wrp {
    align-items: center;
    background: transparent;
    border-radius: 0;
    color: inherit;
    display: flex;
    font-family: inherit;
    font-size: inherit;
    letter-spacing: inherit;
    min-height: 0;
    padding: 0;
    width: 100%; }
    @media (min-width: 768px) {
      .form-group__switch-wrp {
        font-size: inherit;
        letter-spacing: inherit;
        min-height: 0; } }
  .form-group__switch {
    flex: 0 0 auto; }
  .form-group__honeypot {
    display: none; }
  .form-group--alt {
    padding: 0.25rem 0; }
    @media (min-width: 768px) {
      .form-group--alt .form-group__input {
        min-height: 2.3rem; } }
    .form-group--alt .form-group__input,
    .form-group--alt .form-group__textarea {
      background: #fff;
      border: none;
      color: #585959;
      padding: 0.25rem 1rem; }
    .form-group--alt .form-group__input:-webkit-autofill, .form-group--alt .form-group__input:-webkit-autofill:hover, .form-group--alt .form-group__input:-webkit-autofill:focus,
    .form-group--alt .form-group__textarea:-webkit-autofill,
    .form-group--alt .form-group__textarea:-webkit-autofill:hover,
    .form-group--alt .form-group__textarea:-webkit-autofill:focus,
    .form-group--alt .form-group__select:-webkit-autofill,
    .form-group--alt .form-group__select:-webkit-autofill:hover,
    .form-group--alt .form-group__select:-webkit-autofill:focus {
      -webkit-text-fill-color: currentColor;
      -webkit-box-shadow: none; }
    .form-group--alt .form-group__char-count {
      color: #585959; }
      .form-group--alt .form-group__char-count.js-maximum-reached {
        color: #f11818; }

.switch {
  display: inline-block;
  height: 1.5rem;
  margin: 5px 0;
  position: relative;
  width: 3rem; }
  .switch__checkbox {
    display: none; }
  .switch__slider {
    align-items: center;
    background-color: #bf3c49;
    bottom: 0;
    border-radius: .75rem;
    cursor: pointer;
    display: flex;
    justify-content: space-around;
    /* fallback for IE11 which doesn't support space-evenly */
    justify-content: space-evenly;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s; }
    .switch__slider::before {
      background-color: #fff;
      border-radius: 50%;
      bottom: 2px;
      content: "";
      height: 1.25rem;
      left: 2px;
      position: absolute;
      transition: transform .3s ease-in-out;
      width: 1.25rem; }
  .switch__icon {
    flex: 1;
    max-height: 12px;
    max-width: 12px;
    opacity: 0;
    transition: opacity 300ms ease-in-out; }
    .switch__icon--no {
      opacity: 1; }
  .switch__checkbox:checked + .switch__slider {
    background-color: #AFBA83; }
    .switch__checkbox:checked + .switch__slider::before {
      transform: translateX(1.5rem); }
    .switch__checkbox:checked + .switch__slider .switch__icon--no {
      opacity: 0; }
    .switch__checkbox:checked + .switch__slider .switch__icon--yes {
      opacity: 1; }

.hdr {
  --menu-size: 46px;
  background: #2D2725;
  background-size: auto;
  box-shadow: none;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  height: var(--menu-size);
  width: 100%;
  z-index: 1000; }
  @media (min-width: 768px) {
    .hdr {
      --menu-size: 46px; } }
  @media (min-width: 480px) {
    .hdr {
      position: absolute; } }
  .hdr__menu-cnt {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    transition: background-color .3s ease-in-out;
    background-color: rgba(31, 20, 15, 0); }
    @media (min-width: 480px) {
      .hdr__menu-cnt {
        display: none; } }
    .hdr__menu-cnt[open] {
      position: absolute;
      right: 0;
      top: 0;
      width: 100vw;
      max-width: 400px;
      height: 100vh;
      background-color: rgba(31, 20, 15, 0.84); }
      .hdr__menu-cnt[open] .hdr__menu-btn::before {
        transform: translateY(0.625em) rotate(405deg); }
      .hdr__menu-cnt[open] .hdr__menu-btn span {
        transform: translateY(-0.625em) rotate(405deg); }
      .hdr__menu-cnt[open] .hdr__menu-btn::after {
        transform: rotate(-405deg); }
      .hdr__menu-cnt[open] .hdr__menu {
        opacity: 1; }
  .hdr__menu-btn {
    appearance: none;
    width: var(--menu-size);
    height: var(--menu-size);
    font-size: .79rem;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    background: #1F140F;
    color: #fff;
    outline: none; }
    .hdr__menu-btn::-webkit-details-marker, .hdr__menu-btn::marker {
      content: " ";
      display: none; }
    .hdr__menu-btn span, .hdr__menu-btn::after, .hdr__menu-btn::before {
      background: #fff;
      color: transparent;
      content: "";
      height: 2px;
      left: 1.06em;
      top: 1.125em;
      position: absolute;
      transition: all .3s ease-in-out;
      width: 1.56em; }
    .hdr__menu-btn span {
      top: 2.375em; }
    .hdr__menu-btn::after {
      top: 1.75em; }
  .hdr__menu {
    width: 100%;
    height: calc(100vh - var(--menu-size));
    margin-top: var(--menu-size);
    opacity: 0;
    transition: opacity .3s ease-in-out; }
  .hdr__menu-ul {
    height: 100%;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column; }
  .hdr__menu-item {
    flex: 1;
    align-items: center; }
  .hdr__menu-link {
    align-items: center;
    color: currentColor;
    display: flex;
    font-family: inherit;
    font-weight: bold;
    height: 100%;
    justify-content: center;
    padding: 1rem .5rem;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%; }
    .hdr__menu-link--active {
      background: #fff;
      color: #1F140F; }

.hero {
  --hero__logo__size: 41px;
  --hero__logo__width: 250px;
  height: 165px;
  background-image: var(--hero__background);
  background-position: center center;
  background-size: auto 100%;
  background-repeat: repeat;
  overflow: hidden; }
  @media (min-width: 768px) {
    .hero {
      --hero__logo__size: 74px;
      --hero__logo__width: 435px;
      background-position: center center;
      background-size: auto 100%;
      height: 297px; } }
  .hero__cnt {
    height: 100%;
    position: relative; }
  .hero__logo {
    max-width: var(--hero__logo__width);
    max-height: var(--hero__logo__size);
    width: 100%;
    bottom: calc(50% - (var(--hero__logo__size) / 2));
    left: calc(50% - (var(--hero__logo__width) / 2));
    object-fit: contain;
    position: absolute; }
  .hero__fecha {
    max-height: 60px;
    object-fit: contain;
    position: absolute;
    bottom: 0;
    right: calc(50% - 210px); }
    @media (min-width: 768px) {
      .hero__fecha {
        bottom: 10px;
        max-height: 100px;
        right: calc(50% - 365px); } }

.dyh {
  background-color: #fff;
  background-image: url("/images/botanica1/fondo-flores-TL.jpeg");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 140px;
  border-top: 0;
  padding: .1px;
  position: relative;
  text-align: center; }
  @media (min-width: 768px) {
    .dyh {
      background-image: url("/images/botanica1/fondo-flores-TL.jpeg");
      background-position: top left;
      background-size: 204px; } }
  .dyh__cnt {
    margin-top: 5.6rem;
    margin-bottom: 3.8rem; }
    @media (min-width: 768px) {
      .dyh__cnt {
        margin-top: 2.8rem;
        margin-bottom: 6rem; } }
  .dyh__title {
    background-image: none;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto;
    color: #1D1D1B;
    font-weight: normal;
    height: auto;
    left: 0;
    margin: 0.67em auto 0.275em;
    padding: 0;
    position: static;
    right: 0;
    top: 0;
    text-transform: none;
    width: calc(100% - 3rem);
    line-height: 0.94; }
    @media (min-width: 768px) {
      .dyh__title {
        background-size: auto;
        height: auto;
        top: 0; } }
  .dyh__label {
    text-align: left;
    font-family: inherit;
    color: #585959;
    font-size: 0.93rem;
    letter-spacing: inherit;
    margin: 0;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .dyh__label {
        font-size: 1.125rem; } }
    .dyh__label--hora {
      margin: 0; }
  .dyh__fecha-cnt {
    background: transparent url("/images/common/misc-rulito.svg") bottom center no-repeat;
    background-size: 86px auto;
    border-radius: 0;
    letter-spacing: inherit;
    padding-bottom: 4.8rem;
    padding-top: 0;
    width: auto; }
    @media (min-width: 768px) {
      .dyh__fecha-cnt {
        background-size: 144px auto;
        font-size: inherit;
        padding-bottom: 7.8rem; } }
  .dyh__fecha {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .dyh__fecha {
        flex-wrap: nowrap; } }
  .dyh__dia-semana {
    background: url("/images/botanica1/lineas-dia-semana.svg") no-repeat right center;
    background-size: auto;
    color: currentColor;
    display: block;
    font-family: inherit;
    font-size: 0.93rem;
    font-weight: inherit;
    flex: 0 1 6.5em;
    margin-bottom: 0;
    padding: 0.4em var(--dyh__dia-semana_padding, 0) 0.4em 0;
    text-align: right;
    text-transform: inherit;
    word-spacing: normal; }
    .dyh__dia-semana::after {
      content: ""; }
    .dyh__dia-semana::before {
      content: ""; }
    @media (min-width: 768px) {
      .dyh__dia-semana {
        background: url("/images/botanica1/lineas-dia-semana.svg") right center no-repeat;
        background-size: auto;
        color: currentColor;
        flex: 0 1 6.5em;
        font-family: inherit;
        font-size: 1.56rem;
        letter-spacing: normal;
        margin-bottom: 0;
        padding: 0.4em var(--dyh__dia-semana_padding, 0) 0.4em 0;
        text-transform: inherit; } }
  .dyh__dia {
    font-family: "Lora", serif;
    font-size: 3.9rem;
    font-weight: inherit;
    color: #1D1D1B;
    margin: 0;
    background: none top right;
    background-size: auto;
    height: auto;
    width: 1.39em; }
    .dyh__dia[data-dia="1"] {
      background-position: center 0%; }
    .dyh__dia[data-dia="2"] {
      background-position: center 3.3333%; }
    .dyh__dia[data-dia="3"] {
      background-position: center 6.6666%; }
    .dyh__dia[data-dia="4"] {
      background-position: center 9.9999%; }
    .dyh__dia[data-dia="5"] {
      background-position: center 13.3332%; }
    .dyh__dia[data-dia="6"] {
      background-position: center 16.6665%; }
    .dyh__dia[data-dia="7"] {
      background-position: center 19.9998%; }
    .dyh__dia[data-dia="8"] {
      background-position: center 23.3331%; }
    .dyh__dia[data-dia="9"] {
      background-position: center 26.6664%; }
    .dyh__dia[data-dia="10"] {
      background-position: center 29.9997%; }
    .dyh__dia[data-dia="11"] {
      background-position: center 33.333%; }
    .dyh__dia[data-dia="12"] {
      background-position: center 36.6663%; }
    .dyh__dia[data-dia="13"] {
      background-position: center 39.9996%; }
    .dyh__dia[data-dia="14"] {
      background-position: center 43.3329%; }
    .dyh__dia[data-dia="15"] {
      background-position: center 46.6662%; }
    .dyh__dia[data-dia="16"] {
      background-position: center 49.9995%; }
    .dyh__dia[data-dia="17"] {
      background-position: center 53.3328%; }
    .dyh__dia[data-dia="18"] {
      background-position: center 56.6661%; }
    .dyh__dia[data-dia="19"] {
      background-position: center 59.9994%; }
    .dyh__dia[data-dia="20"] {
      background-position: center 63.3327%; }
    .dyh__dia[data-dia="21"] {
      background-position: center 66.666%; }
    .dyh__dia[data-dia="22"] {
      background-position: center 69.9993%; }
    .dyh__dia[data-dia="23"] {
      background-position: center 73.3326%; }
    .dyh__dia[data-dia="24"] {
      background-position: center 76.6659%; }
    .dyh__dia[data-dia="25"] {
      background-position: center 79.9992%; }
    .dyh__dia[data-dia="26"] {
      background-position: center 83.3325%; }
    .dyh__dia[data-dia="27"] {
      background-position: center 86.6658%; }
    .dyh__dia[data-dia="28"] {
      background-position: center 89.9991%; }
    .dyh__dia[data-dia="29"] {
      background-position: center 93.3324%; }
    .dyh__dia[data-dia="30"] {
      background-position: center 96.6657%; }
    .dyh__dia[data-dia="31"] {
      background-position: center 99.999%; }
    .dyh__dia::after {
      content: ""; }
    @media (min-width: 768px) {
      .dyh__dia {
        font-size: 6.56rem;
        background-size: auto;
        flex: 0 1 auto;
        height: auto; } }
  .dyh__mes {
    background: url("/images/botanica1/lineas-mes.svg") no-repeat left center;
    background-size: auto;
    font-family: inherit;
    font-size: 0.93rem;
    color: #1D1D1B;
    flex: 0 1 6.5em;
    margin: 0;
    padding: 0.4em 0 0.4em var(--dyh__mes_padding, 0);
    text-align: left;
    text-transform: inherit; }
    @media (min-width: 768px) {
      .dyh__mes {
        flex: 0 1 6.5em;
        font-size: 1.56rem;
        background: url("/images/botanica1/lineas-mes.svg") left center no-repeat;
        background-size: auto;
        color: #1D1D1B;
        font-family: inherit;
        letter-spacing: normal;
        padding: 0.4em 0 0.4em var(--dyh__mes_padding, 0);
        text-transform: inherit;
        word-spacing: normal; } }
  .dyh__ano {
    font-family: "Lora", serif;
    font-size: 0.9rem;
    font-style: inherit;
    color: #1D1D1B;
    display: block;
    background: none center center no-repeat;
    background-size: 4em auto;
    margin: 0.3em 0 0; }
    @media (min-width: 768px) {
      .dyh__ano {
        font-size: 1.56rem;
        display: block; } }
  .dyh__locacion {
    letter-spacing: inherit;
    margin: auto;
    max-width: 660px;
    text-align: inherit; }
    @media (min-width: 768px) {
      .dyh__locacion {
        margin: auto; } }
  .dyh__locacion-cnt {
    padding-top: 3rem; }
    @media (min-width: 768px) {
      .dyh__locacion-cnt {
        padding-top: 3rem; } }
    .dyh__locacion-cnt--separador {
      padding-top: 2.6rem;
      margin-top: 2.25rem;
      background: transparent none top center no-repeat;
      background-size: auto; }
      @media (min-width: 768px) {
        .dyh__locacion-cnt--separador {
          padding-top: 6rem;
          margin-top: 0;
          background-image: none;
          background-size: auto; } }
  .dyh__hora {
    background: none;
    border-radius: 0;
    color: currentColor;
    display: inline;
    font-family: inherit;
    font-size: 0.93rem;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: inherit; }
    @media (min-width: 768px) {
      .dyh__hora {
        font-size: 2rem; } }
    .dyh__hora::after, .dyh__hora::before {
      content: " ";
      width: 1.75em;
      height: .75em;
      display: inline-block; }
    .dyh__hora::after {
      background: transparent none left center no-repeat;
      margin-left: .25em; }
    .dyh__hora::before {
      background: transparent none right center no-repeat;
      margin-right: .25em; }
  .dyh__lugar {
    background: none;
    border-radius: 0;
    margin: 0.5em 0 0;
    padding: 0;
    text-transform: inherit; }
    .dyh__lugar--salon {
      margin-top: 1rem; }
    .dyh__lugar--custom {
      color: #1D1D1B;
      font-family: inherit;
      font-size: 1rem;
      line-height: inherit; }
      @media (min-width: 768px) {
        .dyh__lugar--custom {
          font-size: 1.25rem; } }
  .dyh__direccion {
    background: none;
    border-radius: 0;
    color: inherit;
    font-family: inherit;
    font-style: italic;
    font-size: 1rem;
    letter-spacing: inherit;
    line-height: inherit;
    margin-top: 0.5rem;
    padding: 0;
    text-transform: inherit; }
    @media (min-width: 768px) {
      .dyh__direccion {
        font-size: 1.56rem; } }
  .dyh__direccion-zona {
    text-align: center;
    letter-spacing: inherit;
    margin-top: .3em; }
    @media (min-width: 768px) {
      .dyh__direccion-zona {
        font-size: 1.56rem; } }
  .dyh__loc-title {
    color: inherit;
    display: block;
    font-family: inherit;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: inherit;
    text-align: inherit;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .dyh__loc-title {
        font-size: 1.56rem; } }
  .dyh__texto {
    --dyh__texto__before__width: 38px;
    font-size: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    max-width: 483px;
    margin: 2.6rem auto;
    padding: 4rem 0 0;
    position: relative; }
    @media (min-width: 768px) {
      .dyh__texto {
        --dyh__texto__before__width: 166px;
        font-size: inherit;
        margin: 3rem auto; } }
    .dyh__texto::before {
      content: "";
      top: 0;
      left: calc(50% - (var(--dyh__texto__before__width) / 2));
      width: var(--dyh__texto__before__width);
      height: 1px;
      background: currentColor;
      position: absolute; }

.mapa {
  background: transparent;
  border-top: 7px solid rgba(0, 0, 0, 0.1);
  position: relative;
  margin: 0 0 -4px;
  margin-bottom: -4px;
  padding: 0;
  text-align: center; }
  .mapa__titulo {
    position: absolute;
    top: -1.5em;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase; }
  .mapa__iframe {
    display: block;
    width: 100%;
    height: 350px; }
  .mapa__link {
    background: #1D1D1B;
    bottom: 0;
    color: #fff;
    font-size: .81rem;
    font-style: italic;
    left: 0;
    padding: 0.4em 1.3em;
    position: absolute;
    text-decoration: none;
    text-transform: uppercase;
    transform: translateX(calc((100vw - 100%) / 2)); }
    .mapa__link:hover {
      background: #030302; }
    @media (min-width: 768px) {
      .mapa__link {
        font-size: 1.06rem; } }

.info-extra {
  background-color: #fff;
  background-image: url("/images/botanica1/fondo-flores-TR.jpeg");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 105px auto;
  padding: .1px;
  text-align: center; }
  @media (min-width: 768px) {
    .info-extra {
      background-image: url("/images/botanica1/fondo-flores-TR.jpeg");
      background-position: top right;
      background-size: 154px auto; } }
  .info-extra__cnt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 3.75rem;
    margin-bottom: 5.25rem; }
    @media (min-width: 768px) {
      .info-extra__cnt {
        align-items: flex-start;
        flex-direction: row;
        justify-content: space-around;
        margin-top: 0.25rem;
        margin-bottom: 3.75rem; } }
  .info-extra__col {
    width: 100%;
    max-width: 327px;
    flex: 1;
    margin: 2.5rem 0; }
    .info-extra__col--destacado {
      background-color: transparent;
      background-image: none;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: auto;
      max-width: 300px;
      width: 100%; }
      @media (min-width: 768px) {
        .info-extra__col--destacado {
          background-color: transparent;
          background-image: none;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: auto; } }
      @media (min-width: 992px) {
        .info-extra__col--destacado {
          background-color: transparent;
          background-image: none;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: auto; } }
      .info-extra__col--destacado .info-extra__ico {
        fill: #1D1D1B; }
  .info-extra__separador {
    flex: 0 1 2px;
    align-self: stretch;
    background: url("/images/botanica1/linea-separador.svg") no-repeat center center;
    background-size: 190px auto; }
  .info-extra__destacado {
    margin: 0.6rem 0; }
    @media (min-width: 768px) {
      .info-extra__destacado {
        margin: 0.6rem 0; } }
    @media (min-width: 992px) {
      .info-extra__destacado {
        margin: 0; } }
  .info-extra__ico {
    display: block;
    fill: #1D1D1B;
    margin: 0 auto 1rem;
    max-width: 2rem;
    max-height: 1.8rem; }
    @media (min-width: 768px) {
      .info-extra__ico {
        margin-top: 3rem; } }
    @media (min-width: 992px) {
      .info-extra__ico {
        margin-top: 4rem;
        max-width: 2.5rem;
        max-height: 2.3rem; } }
  .info-extra__ttl {
    color: #1D1D1B;
    font-family: inherit;
    font-size: 1rem;
    font-weight: inherit;
    letter-spacing: 0.075em;
    line-height: 1.3;
    margin: 0.5rem auto;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .info-extra__ttl {
        font-size: 1.56rem; } }
    .info-extra__ttl--destacado {
      border-width: 0;
      border-style: solid;
      border-color: currentColor;
      color: currentColor;
      display: block;
      font-family: inherit;
      font-size: 1rem;
      letter-spacing: 0.075em;
      padding: 0;
      margin: 0.5rem auto;
      text-transform: uppercase; }
      @media (min-width: 992px) {
        .info-extra__ttl--destacado {
          color: #1D1D1B;
          font-size: 1.56rem;
          margin: 0.5rem auto; } }
  .info-extra__ttl-2 {
    background: none;
    background-size: auto;
    color: #1D1D1B;
    display: block;
    font-family: "MelindaScript", serif;
    font-size: 2.25rem;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0 0.5em -0.5rem 0;
    text-transform: inherit; }
    @media (min-width: 992px) {
      .info-extra__ttl-2 {
        color: #1D1D1B;
        font-size: 2.6rem;
        margin: 0 0.5em -0.5rem 0; } }
  .info-extra__txt {
    color: currentColor;
    font-family: inherit;
    font-size: 0.875rem;
    margin: .6rem 0 0;
    text-transform: none; }
    @media (min-width: 992px) {
      .info-extra__txt {
        font-size: 1.125rem; } }
  .info-extra__lnk {
    font-size: 0.8125rem;
    display: inline-block;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .info-extra__lnk {
        font-size: 1.06rem; } }
  .info-extra__gracias {
    display: block;
    margin-top: .5rem;
    font-size: 2.93rem; }

.modal__content {
  background: #fff;
  color: #1D1D1B;
  height: 100vh;
  left: 0;
  margin: auto;
  max-height: 100vh;
  overflow-y: auto;
  padding: 2rem;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 10001; }
  @media (min-width: 768px) {
    .modal__content {
      height: 545px;
      max-height: 100vh;
      max-width: 400px; } }

.modal__button {
  outline: none; }
  .modal__button::-webkit-details-marker, .modal__button::marker {
    display: none;
    content: ""; }
  .modal__button::before {
    content: '';
    display: block;
    width: 100vw;
    height: 100vh;
    background: #2D2725;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 10000;
    pointer-events: none;
    transition: opacity 300ms ease-out; }

.modal[open] .modal__button::after {
  content: "+";
  color: #1D1D1B;
  font-size: 1.75rem;
  position: fixed;
  top: .5rem;
  right: .5rem;
  width: 1.5em;
  z-index: 10002;
  transform: rotate(45deg); }
  @media (min-width: 768px) {
    .modal[open] .modal__button::after {
      right: calc(50vw - 410px / 2);
      top: calc(50vh - 545px / 2); } }

.modal[open] .modal__button::before {
  opacity: 0.85;
  pointer-events: auto; }

@media (min-width: 768px) {
  .modal--md .modal__content {
    max-width: 670px; }
  .modal--md[open] .modal__button::after {
    right: calc(50vw - 675px / 2); } }

.modal--regalo .modal__content {
  background: #fff;
  background-size: auto; }

.rsvp {
  margin: auto;
  max-width: 456px;
  text-align: center;
  height: 100%; }
  .rsvp__title {
    display: block;
    text-transform: none;
    text-align: center;
    padding: 1.75rem 0 1.5rem; }
    .rsvp__title--custom {
      color: currentColor; }
    .rsvp__title::after, .rsvp__title::before {
      content: " ";
      width: 0.45em;
      height: .75em;
      display: none; }
    .rsvp__title::after {
      background: transparent none left center no-repeat;
      margin-left: .625em; }
    .rsvp__title::before {
      background: transparent none right center no-repeat;
      margin-right: .625em; }
  .rsvp__txt {
    font-family: inherit;
    font-size: 1rem;
    font-style: inherit;
    text-transform: uppercase;
    letter-spacing: inherit;
    max-width: 25em;
    margin: 0 auto 1rem; }
    @media (min-width: 768px) {
      .rsvp__txt {
        font-size: 1.125rem; } }
  .rsvp__form {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .rsvp__form--thanks {
      background: none; }
  .rsvp__form-elements {
    min-width: 296px; }
  .rsvp__form-group {
    border-top: 1px solid #b7b7b7; }
  .rsvp__form--loading .rsvp__form-elements {
    opacity: .5;
    pointer-events: none; }
  .rsvp__form--thanks .rsvp__form-elements {
    display: none; }
  .rsvp__form--thanks.rsvp__form--full-size-thanks {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .rsvp__submit {
    display: table;
    margin: .75rem auto 0;
    background-color: #1D1D1B; }
  .rsvp__thanks {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 400px; }
  .rsvp__form--thanks .rsvp__thanks {
    display: flex; }
  .rsvp__gracias-ttl {
    color: currentColor;
    display: block;
    font-size: 3.5rem;
    background: url("/images/botanica1/flor-separador.jpeg") no-repeat top center, url("/images/botanica1/misc-rulito.svg") no-repeat bottom center;
    background-size: 87px auto, 136px auto;
    padding: 3.8rem 0 1.8rem; }
    @media (min-width: 768px) {
      .rsvp__gracias-ttl {
        font-size: 3.5rem; } }
  .rsvp__gracias-logo {
    height: 90px;
    margin-top: 2.8rem; }
  .rsvp__gracias-back {
    margin: 4rem 0 2rem;
    border-top: 1px solid currentColor; }
  .rsvp__btn {
    display: block;
    font-size: .8rem;
    text-transform: uppercase; }
  .rsvp__gracias-back-btn {
    margin: 2rem auto 0; }
  .rsvp__close-btn {
    margin: 1rem auto 0; }
  .rsvp--asist .rsvp__form--thanks {
    background: none; }
  .rsvp--asist .rsvp__title {
    background: none;
    background-size: inherit;
    display: inline;
    text-transform: none;
    margin-bottom: .5rem;
    font-size: 2.75rem; }
    .rsvp--asist .rsvp__title::after, .rsvp--asist .rsvp__title::before {
      content: " ";
      width: 0.45em;
      height: .7em;
      display: inline-block; }
    .rsvp--asist .rsvp__title::after {
      background: none;
      margin-left: 0.2em; }
    .rsvp--asist .rsvp__title::before {
      background: none;
      margin-right: 0.1em; }
    @media (min-width: 768px) {
      .rsvp--asist .rsvp__title {
        font-size: 2.9rem;
        padding: inherit; } }
  .rsvp--asist .rsvp__gracias-ttl {
    color: currentColor;
    background: url("/images/botanica1/misc-rulito.svg") no-repeat bottom center;
    background-size: 136px auto;
    margin-top: 0;
    padding: 0 0 1.8rem; }
  .rsvp--asist .rsvp__gracias-logo {
    margin-top: 2.8rem; }

.regalo {
  align-items: center;
  display: flex;
  height: 100%;
  font-size: 1.25rem;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center; }
  .regalo__cont {
    max-width: 485px; }
    .regalo__cont > *:first-child {
      margin-top: 0; }
    .regalo__cont > *:last-child {
      margin-bottom: 0; }
  .regalo__p {
    font-family: "Libre Baskerville", serif;
    font-style: italic;
    font-size: 1.16rem;
    letter-spacing: 0.01em;
    line-height: 1.4; }
    @media (min-width: 768px) {
      .regalo__p {
        font-size: 1.16rem; } }
    .regalo__p--separador {
      padding-bottom: 2.8rem;
      background: url("/images/botanica1/flor-separador.jpeg") no-repeat bottom center;
      background-size: 83px auto; }
      @media (min-width: 768px) {
        .regalo__p--separador {
          background-size: 83px auto; } }
    .regalo__p--destacado {
      color: #1D1D1B;
      font-family: "Libre Baskerville", serif;
      font-size: 1.25rem;
      font-style: italic;
      font-weight: inherit;
      text-transform: none; }
      @media (min-width: 768px) {
        .regalo__p--destacado {
          font-size: 1.25rem; } }
  .regalo__gracias-ttl {
    background: none;
    background-size: auto;
    font-size: 3.6rem;
    color: currentColor;
    display: inline; }

.nh {
  background: #F2DFDF;
  background-size: auto;
  color: #1D1D1B;
  position: relative;
  padding: 1.25rem 0 3rem;
  margin: 0; }
  @media (min-width: 768px) {
    .nh {
      padding: 2.8rem 0 3.25rem; } }
  .nh__titulo {
    height: auto;
    position: absolute;
    top: -1em;
    left: 50%;
    margin: 0;
    transform: translateX(-50%);
    white-space: nowrap;
    width: auto; }
    @media (min-width: 768px) {
      .nh__titulo {
        height: auto;
        top: -1em;
        width: auto; } }
    .nh__titulo--custom {
      background: none;
      background-size: auto;
      color: currentColor; }

.glide {
  margin: 0 1.625rem;
  width: calc(100% - 3.25rem); }
  @media (min-width: 992px) {
    .glide {
      margin: 0 2rem;
      width: calc(100% - 4rem); } }
  .glide__slides {
    overflow: visible; }
  .glide__slide {
    height: auto; }
  .glide__slide-msj {
    max-width: 500px;
    margin: auto;
    height: 100%; }
  .glide__arrow {
    position: absolute;
    top: calc(50% - 1.4em);
    width: 1.25em;
    height: 2.6em;
    color: currentColor;
    cursor: pointer; }
    @media (min-width: 992px) {
      .glide__arrow {
        font-size: 1.3rem; } }
    .glide__arrow::before, .glide__arrow::after {
      content: "";
      height: .25em;
      top: calc(50% - 0.125em);
      width: 2em;
      border-radius: .125em;
      background-color: currentColor;
      display: block;
      position: absolute;
      transform-origin: .075em .125em; }
    .glide__arrow::before {
      transform: rotate(45deg); }
    .glide__arrow::after {
      transform: rotate(-45deg); }
    .glide__arrow--upper-pos {
      top: calc(30% - 0.125em); }
    .glide__arrow--left {
      left: -2em; }
      @media (min-width: 1200px) {
        .glide__arrow--left {
          left: -4em; } }
    .glide__arrow--right {
      right: -2em; }
      @media (min-width: 1200px) {
        .glide__arrow--right {
          right: -4em; } }
      .glide__arrow--right::before, .glide__arrow--right::after {
        right: 0;
        transform-origin: 1.925em .125em; }
    .glide__arrow--disabled {
      display: none; }
    .glide__arrow span {
      display: none; }

.nhf {
  text-align: center; }
  .nhf__fecha {
    font-family: "Lora", serif;
    font-size: 1.06rem;
    margin-bottom: 1.5rem;
    display: inline-block; }
    @media (min-width: 768px) {
      .nhf__fecha {
        font-size: 1.06rem; } }
    .nhf__fecha::after, .nhf__fecha::before {
      content: " ";
      width: .5em;
      height: .75em;
      display: inline-block; }
    .nhf__fecha::after {
      background: transparent url("/images/common/misc04-der.svg") left center no-repeat;
      margin-left: 0.5em; }
    .nhf__fecha::before {
      background: transparent url("/images/common/misc04-izq.svg") right center no-repeat;
      margin-right: 0.5em; }
  .nhf__foto {
    max-width: 100%; }
  .nhf__texto {
    font-family: "Libre Baskerville", serif;
    font-style: italic;
    letter-spacing: inherit;
    line-height: 1.375;
    margin: 1.75rem 0 0; }
    @media (min-width: 768px) {
      .nhf__texto {
        font-size: inherit; } }

.mnsj-form {
  background-color: #8EA1AD;
  background-image: url("/images/botanica1/fondo-flores-TL-02.jpeg");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 90px;
  color: #fff;
  margin: 0;
  padding: .1px;
  position: relative; }
  @media (min-width: 768px) {
    .mnsj-form {
      background-image: 152px; } }
  .mnsj-form__cont {
    margin-top: 2.25rem;
    margin-bottom: 2.4rem; }
    @media (min-width: 992px) {
      .mnsj-form__cont {
        margin-top: 2.8rem;
        margin-bottom: 4.75rem; } }
  .mnsj-form__titulo {
    color: currentColor;
    text-align: center;
    letter-spacing: inherit;
    margin: 0.5rem auto;
    max-width: none;
    text-transform: none;
    line-height: 0.94; }
    @media (min-width: 768px) {
      .mnsj-form__titulo {
        max-width: none; } }
    @media (min-width: 992px) {
      .mnsj-form__titulo {
        margin-bottom: 0; } }
    .mnsj-form__titulo--gracias {
      display: none; }
  .mnsj-form__texto {
    color: currentColor;
    text-align: center;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.01em;
    line-height: 1.25;
    margin: 0 auto 0.5rem;
    max-width: 27em; }
    @media (min-width: 992px) {
      .mnsj-form__texto {
        font-size: 1.06rem;
        margin: 1rem auto 0.5rem; } }
  .mnsj-form__form {
    max-width: 690px;
    margin: auto; }
  .mnsj-form__form--loading .mnsj-form__form-elms {
    pointer-events: none;
    opacity: .5; }
  .mnsj-form__form--thanks .mnsj-form__form-elms,
  .mnsj-form__form--thanks .mnsj-form__titulo {
    display: none; }
  .mnsj-form__form--thanks .mnsj-form__titulo--gracias {
    display: block; }
  .mnsj-form__submit {
    margin: 0 auto; }
    @media (min-width: 992px) {
      .mnsj-form__submit {
        margin-top: .5rem; } }

.mnsj {
  background: url("/images/botanica1/fondo-flores.jpeg") repeat left top;
  background-size: cover;
  color: #1D1D1B;
  margin: 0;
  padding: .1px;
  position: relative;
  display: none; }
  .mnsj__cont {
    margin-top: 1.875rem;
    margin-bottom: 1rem; }
    @media (min-width: 992px) {
      .mnsj__cont {
        margin-top: 2.725rem;
        margin-bottom: 1.8rem; } }
  .mnsj__template-holder {
    display: none; }
  .mnsj[data-status=visible] {
    display: block; }

.mnsj-glb {
  display: flex;
  flex-direction: column;
  -webkit-animation: pulse 1s ease-in-out;
  animation: pulse 1s ease-in-out; }
  .mnsj-glb__texto {
    align-items: center;
    background: #fff;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25);
    color: #1D1D1B;
    display: flex;
    flex: 1;
    font-family: "Libre Baskerville", serif;
    font-size: 1rem;
    font-style: italic;
    justify-content: center;
    letter-spacing: .01em;
    line-height: inherit;
    margin: .25rem .25rem 2rem;
    padding: 1.5em;
    position: relative;
    text-align: center; }
    @media (min-width: 992px) {
      .mnsj-glb__texto {
        font-size: 1.19rem; } }
    .mnsj-glb__texto::after, .mnsj-glb__texto::before {
      content: "";
      position: absolute;
      bottom: -1.375rem;
      right: 1.875rem;
      width: 1.375rem;
      height: 1.375rem;
      background: #fff;
      transform-origin: bottom right;
      transform: skewY(45deg); }
    .mnsj-glb__texto::before {
      box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25);
      z-index: -1; }
  .mnsj-glb__autor {
    align-self: flex-end;
    background: #1D1D1B;
    color: #fff;
    flex: 0 0 auto;
    font-family: inherit;
    font-size: 1rem;
    text-transform: uppercase;
    text-align: right;
    margin: 0 .25rem;
    padding: 0.25em 0.5em; }
    @media (min-width: 992px) {
      .mnsj-glb__autor {
        font-size: inherit; } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.ig {
  background: #fff none top center no-repeat;
  background-size: auto;
  color: #1D1D1B;
  margin: 0;
  padding: .1px;
  position: relative;
  text-align: center; }
  @media (min-width: 768px) {
    .ig {
      background-size: auto; } }
  .ig__cnt {
    margin-top: 4rem;
    margin-bottom: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (min-width: 480px) {
      .ig__cnt {
        margin-top: 5.75rem;
        margin-bottom: 4rem; } }
  .ig__icon {
    height: 1.6rem;
    width: 1.6rem;
    fill: #1D1D1B; }
    @media (min-width: 480px) {
      .ig__icon {
        height: 2.6rem;
        width: 2.6rem; } }
  .ig__ttl {
    text-transform: uppercase;
    color: #1D1D1B;
    margin-top: .5em;
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: inherit;
    line-height: inherit;
    order: 0; }
    @media (min-width: 480px) {
      .ig__ttl {
        font-size: 1.56rem;
        margin-top: 0.9em; } }
    .ig__ttl--hashtag {
      margin-top: 0;
      font-family: inherit;
      font-weight: bold;
      order: 1; }
  .ig__txt {
    color: #1D1D1B;
    font-family: "Libre Baskerville", serif;
    font-size: 0.81rem;
    font-style: italic;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0.5rem 0 0;
    max-width: 24em;
    text-transform: none;
    order: 1; }
    @media (min-width: 480px) {
      .ig__txt {
        font-size: 1.06rem; } }

.spotify {
  background: #8EA1AD;
  color: #fff;
  margin: 0;
  padding: .1px; }
  .spotify--separador {
    background: #8EA1AD;
    padding: 0.1px; }
    @media (min-width: 768px) {
      .spotify--separador {
        padding: 0.1px; } }
  .spotify__main-cnt {
    padding: 0;
    background: none; }
    @media (min-width: 768px) {
      .spotify__main-cnt {
        background: none; } }
  .spotify__cnt {
    align-items: normal;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    margin-top: 3rem;
    margin-left: -.75rem;
    margin-right: -.75rem;
    margin-bottom: 2.875rem;
    text-align: center; }
    @media (min-width: 768px) {
      .spotify__cnt {
        margin-top: 5.125rem;
        margin-bottom: 5.5rem;
        text-align: left; } }
  .spotify__col {
    display: block;
    flex: 1 1 344px;
    flex-direction: column;
    justify-content: center;
    margin: 0 .75rem; }
    @media (min-width: 768px) {
      .spotify__col {
        background: none; } }
    .spotify__col--iframe {
      flex-grow: 1.5; }
      @media (min-width: 768px) {
        .spotify__col--iframe {
          background: none; } }
  .spotify__ttl {
    color: currentColor;
    letter-spacing: inherit;
    text-transform: none;
    margin: 0;
    font-size: 2.25rem; }
    @media (min-width: 768px) {
      .spotify__ttl {
        display: flex;
        border-bottom: 0;
        padding: 0; } }
  .spotify__icn {
    display: block;
    height: 2rem;
    margin: 0 auto 0.5rem;
    fill: currentColor; }
    @media (min-width: 768px) {
      .spotify__icn {
        display: none;
        height: 1.1em;
        margin: 0 auto 0.5rem;
        vertical-align: bottom; } }
  .spotify__txt {
    font-family: inherit;
    border-bottom: 0;
    border-top: 0;
    color: inherit;
    font-size: 1rem;
    letter-spacing: inherit;
    line-height: inherit;
    padding: 0;
    margin: 0 0 1rem;
    max-width: none;
    text-transform: none; }
    @media (min-width: 768px) {
      .spotify__txt {
        background: none;
        border-top: 1px solid currentColor;
        border-bottom: 1px solid currentColor;
        font-size: 1.06rem;
        margin: 0.5rem 0 0;
        padding: 0.75rem 0; } }
  .spotify__iframe {
    background: none;
    border: 0;
    border-radius: 1.25rem;
    height: 160px; }

.countdown {
  background: #fff none top center no-repeat;
  background-size: auto;
  color: #1D1D1B;
  margin: 0;
  padding: 0.1px;
  text-align: center;
  position: relative; }
  .countdown--separador {
    background: #fff url("/images/botanica1/flor-separador.jpeg") top center no-repeat;
    background-size: 75px auto;
    margin: 0;
    padding: 0.1px; }
    @media (min-width: 480px) {
      .countdown--separador {
        background: #fff url("/images/botanica1/flor-separador.jpeg") top center no-repeat;
        background-size: 116px auto; } }
  .countdown[data-status="hoy"] .countdown__ttl--hoy {
    display: block; }
  .countdown[data-status="hoy"] .countdown__ttl--default {
    display: none; }
  .countdown[data-status="stop"] .countdown__ttl--gracias {
    display: block; }
  .countdown[data-status="stop"] .countdown__ttl--default,
  .countdown[data-status="stop"] .countdown__count-wrp,
  .countdown[data-status="stop"] .countdown__post-ttl {
    display: none; }
  .countdown__cnt {
    margin-top: 4.6rem;
    margin-bottom: 0.75rem; }
    @media (min-width: 480px) {
      .countdown__cnt {
        margin-top: 6.8rem;
        margin-bottom: 1.8rem; } }
  .countdown__ttl {
    color: #1D1D1B;
    font-family: "Cinzel", serif;
    font-size: 1rem;
    text-transform: uppercase; }
    @media (min-width: 480px) {
      .countdown__ttl {
        font-size: 1.25rem; } }
    .countdown__ttl--hoy, .countdown__ttl--gracias {
      display: none; }
  .countdown__count-wrp {
    display: inline-grid;
    grid-template-columns: repeat(4, 58px);
    gap: .25rem .625rem;
    text-align: center;
    margin: 0; }
    @media (min-width: 480px) {
      .countdown__count-wrp {
        font-size: 1.25rem;
        grid-template-columns: repeat(4, 87px);
        gap: .25rem 1rem; } }
  .countdown__desc {
    font-family: inherit;
    grid-row-start: 1;
    margin: 0;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-style: normal; }
    @media (min-width: 480px) {
      .countdown__desc {
        font-size: 1.125rem; } }
  .countdown__numb {
    grid-row-start: 2;
    background: #2D2725;
    color: #fff;
    font-family: "Lora", serif;
    font-weight: inherit;
    padding: 0.75em 0; }
    @media (min-width: 480px) {
      .countdown__numb {
        font-size: 1.375rem;
        padding: 0.75em 0; } }
  .countdown__post-ttl {
    color: #585959;
    font-family: "Cinzel", serif;
    margin: 3.1rem 0 0.5rem;
    font-size: 1rem; }
    @media (min-width: 480px) {
      .countdown__post-ttl {
        font-size: 1.56rem; } }

.pie {
  background: #fff url("/images/botanica1/fondo-flores-BR.jpeg") bottom right no-repeat;
  background-size: 110px auto;
  color: #1D1D1B;
  padding: .1px;
  position: relative;
  overflow: hidden;
  margin-top: 0; }
  @media (min-width: 768px) {
    .pie {
      background-size: 180px auto;
      margin-top: 0; } }
  .pie__cnt {
    height: auto;
    margin-top: 0.75rem;
    margin-bottom: 5rem; }
    @media (min-width: 768px) {
      .pie__cnt {
        height: auto;
        margin-top: 1.8rem;
        margin-bottom: 6rem; } }
  .pie__logo {
    max-height: 96px;
    max-width: 180px;
    margin: auto;
    display: block;
    position: static;
    bottom: 0;
    right: 0;
    transform: none; }
    @media (min-width: 768px) {
      .pie__logo {
        max-height: 125px;
        max-width: 250px; } }

.footer {
  background: #2D2725;
  color: #fff;
  display: flex;
  padding: 2.8rem 0;
  justify-content: center; }
  @media (min-width: 768px) {
    .footer {
      padding: 2.3rem 0; } }
  .footer--asist {
    background: #2D2725;
    color: #fff; }
  .footer__cnt {
    display: flex;
    align-items: center;
    width: auto; }
  .footer__logo {
    fill: currentColor;
    width: 75px;
    height: 42px;
    margin-right: 1rem; }
    @media (min-width: 768px) {
      .footer__logo {
        margin-right: 0; } }
  .footer__info-wrp {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .footer__info-wrp {
        flex-direction: row; } }
  .footer__lnk {
    color: currentColor;
    text-decoration: none;
    font-size: .83rem;
    line-height: 1.8rem;
    display: flex;
    align-items: center; }
    .footer__lnk:first-child {
      border-bottom: 1px dotted currentColor;
      font-size: .97rem; }
      @media (min-width: 768px) {
        .footer__lnk:first-child {
          border-bottom: none;
          border-right: 1px solid currentColor; } }
    .footer__lnk:hover {
      opacity: .75; }
    @media (min-width: 768px) {
      .footer__lnk {
        font-size: .97rem;
        padding: 0 1rem; } }
  .footer__lnk-icon {
    max-height: 1em;
    max-width: 1em;
    vertical-align: middle;
    display: inline;
    flex: 0 0 1em;
    margin-right: .4em; }
    .footer__lnk-icon .h-icon-fill {
      fill: currentColor; }

.hdr-asist {
  background: #fff url("/images/botanica1/fondo-flores-TR-02.jpeg") top right no-repeat;
  background-size: 145px auto;
  border-top: 1rem solid #2D2725;
  color: #1D1D1B;
  padding: .1px; }
  @media (min-width: 768px) {
    .hdr-asist {
      border-top-width: 2.25rem;
      background-size: 280px auto; } }
  .hdr-asist__cnt {
    margin-top: 5.25rem;
    margin-bottom: 1.5rem; }
    @media (min-width: 768px) {
      .hdr-asist__cnt {
        margin-top: 3rem;
        margin-bottom: 2.5rem; } }
  .hdr-asist__logo {
    max-height: 96px;
    max-width: 180px;
    margin: auto;
    display: block; }
    @media (min-width: 768px) {
      .hdr-asist__logo {
        max-height: 125px;
        max-width: 250px; } }

.asist-ly {
  display: grid;
  grid-template-columns: 1.8rem 1fr;
  column-gap: .7rem;
  margin-bottom: 1.75rem; }
  @media (min-width: 768px) {
    .asist-ly {
      grid-template-columns: 2.4rem 1fr;
      column-gap: 1.5rem; } }
  .asist-ly__side {
    writing-mode: vertical-rl;
    text-transform: uppercase;
    background: #1D1D1B;
    color: #fff;
    padding: .5rem .25rem;
    text-align: right; }
    @media (min-width: 768px) {
      .asist-ly__side {
        padding: 1rem .5rem; } }
    .asist-ly__side span {
      transform: rotate(180deg);
      display: block; }
    .asist-ly__side--2 {
      background: #424242;
      color: #fff; }
    .asist-ly__side--3 {
      background: #5f5e5e;
      color: #fff; }
  .asist-ly__main--sep {
    border-top: 1px dotted #B7B7B7; }

.stat-box {
  display: inline-flex;
  flex-direction: column;
  font-family: "Libre Baskerville", serif;
  margin: 1.2rem 1rem;
  min-width: 9em; }
  @media (min-width: 768px) {
    .stat-box {
      margin: 1.375rem 1.125rem;
      font-size: 1.2rem; } }
  .stat-box__name {
    font-weight: bold;
    font-style: italic;
    color: #1D1D1B; }
  .stat-box__data {
    color: #997B2A; }
    .stat-box__data--no-asistira {
      color: #BCBBBB; }
    .stat-box__data--sin-rest {
      color: #6F9AB1; }
    .stat-box__data--veggie {
      color: #9FC19F; }
    .stat-box__data--sin-tacc {
      color: #CCBE79; }
    .stat-box__data--otros {
      color: #CEA3A1; }
    .stat-box__data--transporte {
      color: #000; }
  .stat-box__numero {
    font-family: "Domine", serif;
    font-size: 3.6rem;
    font-weight: inherit;
    line-height: inherit; }
    @media (min-width: 768px) {
      .stat-box__numero {
        font-size: 4.5rem; } }
  .stat-box__icono {
    max-width: 2rem;
    max-height: 2rem;
    fill: currentColor; }

.tbl {
  text-align: left;
  border: 0;
  padding: 0;
  border-spacing: 0 .5rem;
  font-size: .9rem;
  font-family: "Libre Baskerville", serif;
  width: 100%; }
  .tbl__select-wrp {
    position: relative;
    background: #5f5e5e;
    color: #fff; }
    .tbl__select-wrp::after {
      content: "";
      position: absolute;
      right: .65em;
      top: calc(50% - .35em);
      width: .5em;
      height: .5em;
      transform: rotate(45deg);
      border-right: 2px solid currentColor;
      border-bottom: 2px solid currentColor;
      border-radius: 2px; }
    @media (min-width: 768px) {
      .tbl__select-wrp {
        display: none; } }
  .tbl__th, .tbl__select {
    height: 2.6rem;
    text-transform: uppercase;
    padding: .25rem 1.65rem .25rem .5rem; }
  .tbl__select {
    appearance: none;
    border: 0;
    background: transparent;
    color: currentColor;
    cursor: pointer;
    width: 100%; }
    .tbl__select::-ms-expand {
      display: none; }
  .tbl__th {
    background: #5f5e5e;
    color: #fff; }
    .tbl__th:not(:last-child) {
      border-right: 0.25rem solid #fff; }
    .tbl__th--comentarios {
      width: 310px; }
    .tbl__th.js-sort-column {
      cursor: pointer;
      position: relative; }
      .tbl__th.js-sort-column::after, .tbl__th.js-sort-column::before {
        content: "";
        position: absolute;
        right: .65em;
        top: calc(50% - .15em);
        width: .5em;
        height: .5em;
        transform: rotate(45deg);
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        border-radius: 2px;
        opacity: .4; }
      .tbl__th.js-sort-column::before {
        top: calc(50% - .5em);
        transform: rotate(-135deg); }
      .tbl__th.js-sort-column[data-sort-dir="up"]::before {
        opacity: 1; }
      .tbl__th.js-sort-column[data-sort-dir="down"]::after {
        opacity: 1; }
    @media (max-width: 767px) {
      .tbl__th {
        display: none; } }
  .tbl__th-icon {
    width: 1.5em;
    height: 1.5em;
    fill: currentColor; }
  .tbl__tr {
    background: #EFF2F4; }
    .tbl__tr--no-asistira {
      background: #BCBBBB;
      color: #222221; }
      .tbl__tr--no-asistira .tbl__td--asistencia {
        color: #7C8082; }
      .tbl__tr--no-asistira .tbl__nombre {
        background-image: url(/images/common/ic-no-asistira-dark.svg); }
      .tbl__tr--no-asistira .tbl__transporte {
        display: none; }
      @media (max-width: 767px) {
        .tbl__tr--no-asistira .tbl__td--menu {
          display: none; } }
    .tbl__tr.js-row-template {
      display: none; }
    @media (max-width: 767px) {
      .tbl__tr {
        display: block;
        padding: 1rem 0;
        margin-bottom: .5rem; } }
  .tbl__td {
    color: #1D1D1B;
    font-family: inherit;
    font-style: inherit;
    padding: .75rem .5rem;
    vertical-align: top; }
    .tbl__td--nombre {
      font-family: inherit;
      font-style: inherit;
      font-weight: bold; }
    .tbl__td--asistencia {
      color: #997B2A;
      font-style: italic;
      text-transform: uppercase; }
    .tbl__td--transporte {
      text-transform: uppercase; }
    @media (max-width: 767px) {
      .tbl__td {
        display: block;
        padding: .25rem 1rem; } }
  .tbl__nombre {
    padding-left: 1.7em;
    background: url(/images/common/ic-corazon.svg) no-repeat;
    background-size: auto 1.5em;
    background-position: 0 -.35em;
    font-size: 1rem;
    display: inline-block; }
    .tbl__nombre--acompanante {
      background: none;
      padding-left: .25em;
      font-weight: bold; }
      .tbl__nombre--acompanante::before {
        content: "+";
        display: inline-block;
        padding-right: .25em; }
      .tbl__nombre--acompanante:empty {
        display: none; }
  .tbl__menu {
    text-transform: uppercase;
    font-style: italic; }
    .tbl__menu--sin-restricciones {
      color: #6F9AB1; }
    .tbl__menu--vegetariano {
      color: #9FC19F; }
    .tbl__menu--sin-tacc {
      color: #CCBE79; }
    .tbl__menu--otros {
      color: #CEA3A1; }
  .tbl__transporte {
    padding-left: 1.7em;
    background: url(/images/common/ic-bondi.svg) no-repeat;
    background-size: auto 1em;
    font-weight: bold; }
    @media (min-width: 768px) {
      .tbl__transporte {
        background: none;
        padding: 0; } }
    @media (max-width: 767px) {
      .tbl__transporte::before {
        content: "En colectivo: ";
        font-weight: normal;
        text-transform: none; } }
