@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");
.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: "Spartan";
  src: url("/fonts/Spartan-Regular.woff2") format("woff2"), url("/fonts/Spartan-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Melinda Script";
  src: url("/fonts/MelindaScript.woff2") format("woff2"), url("/fonts/MelindaScript.woff") format("woff");
  font-weight: normal;
  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: "Libre Baskerville", serif;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  font-size: 1rem;
}

body {
  background-color: #fff;
  color: #5e7a89;
  margin: 0;
  -webkit-text-size-adjust: none;
  letter-spacing: 0;
}

* {
  box-sizing: border-box;
}

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

.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: "Melinda Script", serif;
  font-weight: normal;
  color: #1f140f;
  line-height: 1.12;
  letter-spacing: 0;
}

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

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

.title-flag {
  background: #a37c11;
  background-size: auto;
  color: #fff;
  font-family: "Libre Baskerville", serif;
  font-weight: normal;
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  padding: 0.5em 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: #a37c11;
  background-size: auto;
  font-family: "Libre Baskerville", serif;
  font-weight: normal;
  padding: 0.5em 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: #676e70;
  font-family: inherit;
  font-style: normal;
  cursor: pointer;
  text-decoration: none;
}
.anchor--flecha {
  background: none;
  color: #676e70;
  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: 0.55em;
  width: 0.55em;
  transform: rotate(45deg);
  transform-origin: right 1px;
}
.anchor--flecha::before {
  width: 0.94em;
}

.btn {
  background: #a37c11;
  color: #fff;
  cursor: pointer;
  font-style: normal;
  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: #a37c11;
  box-shadow: none;
  color: #fff;
}
.btn--snd {
  background: #007f7b;
  color: #fff;
}
.btn--snd:hover {
  background: #007f7b;
  color: #fff;
}

.form-group {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding: 0.25rem 0;
  min-height: 3rem;
  text-align: left;
  position: relative;
}
.form-group__label {
  color: currentColor;
  flex: 1 1 auto;
  padding: 0.5rem 0.25rem 0.5rem 0;
  text-transform: uppercase;
}
.form-group__label--hidden {
  display: none;
}
@media (min-width: 768px) {
  .form-group__label {
    font-size: inherit;
  }
}
.form-group__input {
  background: transparent;
  color: #a37c11;
  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: 2rem;
    font-size: 1rem;
  }
}
.form-group__input:focus, .form-group__textarea:focus, .form-group__select:focus {
  color: currentColor;
  outline: none;
  border: 0;
}
.form-group__input:focus-visible, .form-group__textarea:focus-visible, .form-group__select:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.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, #007f7b) inset;
}
.form-group__textarea {
  background: transparent;
  color: #a37c11;
  border: 0;
  border-radius: 0;
  flex: 1 1 100%;
  font-family: inherit;
  font-size: 1rem;
  letter-spacing: inherit;
  min-height: 4em;
  padding: 0;
}
@media (min-width: 768px) {
  .form-group__textarea {
    font-size: 1rem;
    letter-spacing: inherit;
    min-height: 4em;
  }
}
.form-group__textarea--md {
  min-height: 6.25rem;
}
.form-group__select {
  display: block;
  font-size: 1rem;
  font-family: inherit;
  color: #a37c11;
  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: 2rem;
    font-size: 1rem;
  }
}
.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 #5e7a89;
  border-right: 0;
  border-top: 0;
  right: 0.25em;
  bottom: calc(50% + 0.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: 1rem;
  }
}
.form-group__char-count {
  position: absolute;
  right: 1em;
  bottom: 1em;
  font-size: 0.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: #a37c11;
  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: 2rem;
  }
}
.form-group--alt .form-group__input,
.form-group--alt .form-group__textarea {
  background: #fff;
  border: none;
  color: #000000;
  padding: 0.25rem 0.5rem;
}
.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: #000000;
}
.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: 0.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: 0.4s;
}
.switch__slider::before {
  background-color: #fff;
  border-radius: 50%;
  bottom: 2px;
  content: "";
  height: 1.25rem;
  left: 2px;
  position: absolute;
  transition: transform 0.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: #a37c11;
}
.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;
}
@media (min-width: 768px) {
  .hdr {
    --menu-size: 46px;
  }
}
.hdr {
  background: transparent;
  background-size: auto;
  box-shadow: none;
  color: #fbfaf7;
  position: fixed;
  top: 0;
  left: 0;
  height: var(--menu-size);
  width: 100%;
  z-index: 1000;
}
@media (min-width: 480px) {
  .hdr {
    position: absolute;
  }
}
.hdr__menu-cnt {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  transition: background-color 0.3s ease-in-out;
  background-color: rgba(0, 127, 123, 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(0, 127, 123, 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: 0.79rem;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  background: #007f7b;
  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 0.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 0.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 0.5rem;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
.hdr__menu-link--active {
  background: #fff;
  color: #007f7b;
}

.hero {
  --hero__logo__size: 41px;
  --hero__logo__width: 250px;
  height: 195px;
  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);
  }
}

@keyframes musicBtnPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
}
@keyframes musicBtnWave {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.12);
  }
}
#musicOnda1,
#musicOnda2,
#musicOnda3 {
  transform-box: fill-box;
  transform-origin: center;
}

.music-btn {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 100;
  width: 64px;
  height: 64px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  animation: musicBtnPulse 2s ease-in-out infinite;
}
@media (min-width: 768px) {
  .music-btn {
    width: 106px;
    height: 106px;
    top: 20px;
    right: 20px;
  }
}
.music-btn__icon {
  display: block;
  width: 100%;
  height: 100%;
}
.music-btn__icon img,
.music-btn__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.music-btn__icon--playing {
  display: none;
}
.music-btn.is-playing {
  animation: none;
}
.music-btn.is-playing .music-btn__icon--paused {
  display: none;
}
.music-btn.is-playing .music-btn__icon--playing {
  display: block;
}
.music-btn.is-playing #musicOnda1 {
  animation: musicBtnWave 1.5s ease-out infinite;
}
.music-btn.is-playing #musicOnda2 {
  animation: musicBtnWave 1.5s ease-out 0.3s infinite;
}
.music-btn.is-playing #musicOnda3 {
  animation: musicBtnWave 1.5s ease-out 0.6s infinite;
}

.dyh {
  background-color: #fff;
  background-image: url("/images/natura/flores-fondo.jpg"), url("/images/natura/flores-fondo-3.jpg");
  background-position: left 23%, bottom right;
  background-repeat: no-repeat;
  background-size: 80px auto;
  border-top: 0;
  padding: 0.1px;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .dyh {
    background-image: url("/images/natura/flores-fondo.jpg"), url("/images/natura/flores-fondo-3.jpg");
    background-position: left 0, right 96%;
    background-size: 220px auto, 176px auto;
  }
}
.dyh__cnt {
  margin-top: 3.75rem;
  margin-bottom: 4.5rem;
}
@media (min-width: 768px) {
  .dyh__cnt {
    margin-top: 3.75rem;
    margin-bottom: 10rem;
  }
}
.dyh__title {
  background-image: none;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto;
  color: #1f140f;
  font-weight: normal;
  height: auto;
  left: 0;
  margin: 0.67em 0 0.15em;
  padding: 0;
  position: static;
  right: 0;
  top: 0;
  text-transform: none;
  width: 100%;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .dyh__title {
    background-size: auto;
    height: auto;
    top: 0;
    font-size: 3rem;
  }
}
.dyh__label {
  text-align: center;
  font-family: inherit;
  color: #007f7b;
  font-size: 1.125rem;
  letter-spacing: inherit;
  margin: 2em 0 0.5em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .dyh__label {
    font-size: 1.375rem;
  }
}
.dyh__label--hora {
  margin: 0;
}
.dyh__fecha-cnt {
  background: transparent url("/images/common/misc-rulito.svg") bottom center no-repeat;
  background-size: 80px auto;
  border-radius: 0;
  letter-spacing: inherit;
  padding-bottom: 4rem;
  padding-top: 0;
  width: auto;
}
@media (min-width: 768px) {
  .dyh__fecha-cnt {
    background-size: 100px auto;
    font-size: inherit;
    padding-bottom: 5rem;
  }
}
.dyh__fecha {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .dyh__fecha {
    flex-wrap: wrap;
  }
}
.dyh__dia-semana {
  background: none;
  background-size: auto;
  color: currentColor;
  display: none;
  font-family: inherit;
  font-size: 1.125rem;
  font-weight: inherit;
  flex: 1 1 100%;
  margin-bottom: 0.8em;
  padding: 0;
  text-align: center;
  text-transform: inherit;
  word-spacing: normal;
}
.dyh__dia-semana::after {
  content: "";
}
.dyh__dia-semana::before {
  content: "";
}
@media (min-width: 768px) {
  .dyh__dia-semana {
    background: none center no-repeat;
    background-size: auto;
    color: currentColor;
    flex: 1 1 100%;
    font-family: inherit;
    font-size: 1.25rem;
    letter-spacing: normal;
    margin-bottom: 0.8em;
    padding: 0;
    text-transform: inherit;
  }
}
.dyh__dia {
  font-family: inherit;
  font-size: 1.5rem;
  font-weight: inherit;
  color: #a37c11;
  margin: 0 0.25em 0 0;
  background: none top right;
  background-size: auto;
  height: auto;
  width: auto;
}
.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: 2rem;
    background-size: auto;
    flex: 0 1 auto;
    height: auto;
  }
}
.dyh__mes {
  background: none;
  background-size: auto;
  font-family: inherit;
  font-size: 1.5rem;
  color: #a37c11;
  flex: 0 1 auto;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: inherit;
}
@media (min-width: 768px) {
  .dyh__mes {
    flex: 0 1 auto;
    font-size: 2rem;
    background: none center no-repeat;
    background-size: auto;
    color: #a37c11;
    font-family: inherit;
    letter-spacing: normal;
    padding: 0;
    text-transform: inherit;
    word-spacing: normal;
  }
}
.dyh__ano {
  font-family: inherit;
  font-size: 0.9rem;
  font-style: inherit;
  color: #000000;
  display: block;
  background: none center center no-repeat;
  background-size: 4em auto;
  margin: 0.8em 0 0;
}
@media (min-width: 768px) {
  .dyh__ano {
    font-size: 1.19rem;
    display: block;
  }
}
.dyh__locacion {
  letter-spacing: inherit;
  margin: auto;
  max-width: none;
  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: 4rem;
  margin-top: auto;
  background: transparent url("/images/natura/misc-separador.svg") top center no-repeat;
  background-size: auto;
}
@media (min-width: 768px) {
  .dyh__locacion-cnt--separador {
    padding-top: 4rem;
    margin-top: 0;
    background-image: none;
    background-size: auto;
  }
}
.dyh__hora {
  background: none;
  border-radius: 0;
  color: #a37c11;
  display: inline;
  font-family: inherit;
  font-size: 1.5rem;
  font-weight: normal;
  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: 0.75em;
  display: inline-block;
}
.dyh__hora::after {
  background: transparent url("/images/natura/flecha-der.svg") left center no-repeat;
  margin-left: 0.25em;
}
.dyh__hora::before {
  background: transparent url("/images/natura/flecha-izq.svg") right center no-repeat;
  margin-right: 0.25em;
}
.dyh__lugar {
  background: none;
  border-radius: 0;
  margin: 0 0 0;
  padding: 0;
  text-transform: inherit;
}
.dyh__lugar--salon {
  margin-top: 1rem;
}
.dyh__lugar--custom {
  color: #007f7b;
  font-family: "Melinda Script", serif;
  font-size: 1rem;
  line-height: inherit;
}
@media (min-width: 768px) {
  .dyh__lugar--custom {
    font-size: 2.95rem !important;
  }
}
.dyh__direccion {
  background: none;
  border-radius: 0;
  color: #5e7a89;
  font-family: "Spartan", serif;
  font-style: normal;
  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.25rem;
  }
}
.dyh__direccion-zona {
  text-align: center;
  letter-spacing: inherit;
  margin-top: 0.3em;
}
@media (min-width: 768px) {
  .dyh__direccion-zona {
    font-size: 1.25rem;
  }
}
.dyh__loc-title {
  color: #007f7b;
  display: block;
  font-family: inherit;
  font-size: 1.125rem;
  font-weight: inherit;
  letter-spacing: inherit;
  text-align: inherit;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .dyh__loc-title {
    font-size: 1.375rem;
  }
}
.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: none;
  position: relative;
  margin: 34px 0 0 -4px;
  margin-bottom: -4px;
  padding: 0;
  text-align: center;
}
.mapa__titulo {
  position: absolute;
  top: -1.2em;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
}
.mapa__iframe {
  display: block;
  width: 100%;
  height: 350px;
}
.mapa__link {
  background: #585959;
  bottom: 0;
  color: #fff;
  font-size: 0.81rem;
  font-style: normal;
  left: 0;
  padding: 0.45em 1.3em 0.35em;
  position: absolute;
  text-decoration: none;
  text-transform: uppercase;
  transform: translateX(calc((100vw - 100%) / 2));
}
.mapa__link:hover {
  background: rgb(62.6440677966, 63.3559322034, 63.3559322034);
}
@media (min-width: 768px) {
  .mapa__link {
    font-size: 1.06rem;
  }
}

.info-extra {
  background-color: #fff;
  background-image: url("/images/natura/flores-fondo.jpg");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: auto 150px;
  padding: 0.1px;
  text-align: center;
}
@media (min-width: 768px) {
  .info-extra {
    background-image: none;
    background-position: bottom left;
    background-size: 154px auto;
  }
}
.info-extra__cnt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 5.25rem;
}
@media (min-width: 768px) {
  .info-extra__cnt {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 3rem;
    margin-bottom: 5rem;
  }
}
.info-extra__col {
  width: 100%;
  max-width: 300px;
  flex: 1;
  margin: 1.25rem 0;
}
.info-extra__col--destacado {
  background-color: transparent;
  background-image: url("/images/natura/corona-hojas.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  max-width: 324px;
  width: 100%;
}
@media (min-width: 768px) {
  .info-extra__col--destacado {
    background-color: transparent;
    background-image: url("/images/natura/corona-hojas.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
  }
}
@media (min-width: 992px) {
  .info-extra__col--destacado {
    background-color: transparent;
    background-image: url("/images/natura/corona-hojas.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
  }
}
.info-extra__col--destacado .info-extra__ico {
  fill: #a37c11;
}
@media (min-width: 768px) {
  .info-extra__col--regalo {
    margin-top: -0.5rem;
  }
}
.info-extra__separador {
  flex: 0 1 0;
  align-self: stretch;
  background: none;
  background-size: auto;
}
.info-extra__destacado {
  margin: 3.2rem 0 4.3rem;
}
@media (min-width: 768px) {
  .info-extra__destacado {
    margin: 3.2rem 0 4.3rem;
  }
}
@media (min-width: 992px) {
  .info-extra__destacado {
    margin: 4rem 0 5.6rem;
  }
}
.info-extra__ico {
  display: block;
  fill: #a37c11;
  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: #007f7b;
  font-family: inherit;
  font-size: 1.1rem;
  font-weight: inherit;
  letter-spacing: 0;
  line-height: 1.3;
  margin: 0.5rem auto;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .info-extra__ttl {
    font-size: 1.315rem;
  }
}
.info-extra__ttl--destacado {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  color: #007f7b;
  display: block;
  font-family: inherit;
  font-size: 1.1rem;
  letter-spacing: 0;
  padding: 0;
  margin: 0.5rem auto;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .info-extra__ttl--destacado {
    color: #007f7b;
    font-size: 1.315rem;
    margin: 0.5rem auto;
  }
}
.info-extra__ttl-2 {
  background: none;
  background-size: auto;
  color: #1f140f;
  display: block;
  font-family: "Melinda Script", serif;
  font-size: 2.25rem;
  letter-spacing: inherit;
  line-height: inherit;
  margin: -1rem auto -0.5rem;
  text-transform: inherit;
}
@media (min-width: 992px) {
  .info-extra__ttl-2 {
    color: #1f140f;
    font-size: 2.6rem;
    margin: -1rem auto -0.5rem;
  }
}
.info-extra__txt {
  color: currentColor;
  font-family: inherit;
  font-size: 0.875rem;
  margin: 0.6rem 0 0;
  text-transform: none;
}
@media (min-width: 992px) {
  .info-extra__txt {
    font-size: 1.125rem;
  }
}
.info-extra__lnk {
  font-size: 0.875rem;
  display: inline-block;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .info-extra__lnk {
    font-size: 1rem;
  }
}
.info-extra__gracias {
  display: block;
  margin-top: 0.5rem;
  font-size: 2.25rem;
}

.modal__content {
  background: #fff;
  color: #a37c11;
  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: 550px;
    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: #007f7b;
  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: #a37c11;
  font-size: 1.75rem;
  position: fixed;
  top: 0.5rem;
  right: 0.5rem;
  width: 1.5em;
  z-index: 10002;
  transform: rotate(45deg);
}
@media (min-width: 768px) {
  .modal[open] .modal__button::after {
    right: calc(50vw - 205px);
    top: calc(50vh - 550px / 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 - 337.5px);
  }
}
.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: 1rem 0 2rem;
}
.rsvp__title--custom {
  color: #1f140f;
}
.rsvp__title::after, .rsvp__title::before {
  content: " ";
  width: 0.45em;
  height: 0.75em;
  display: none;
}
.rsvp__title::after {
  background: transparent none left center no-repeat;
  margin-left: 0.625em;
}
.rsvp__title::before {
  background: transparent none right center no-repeat;
  margin-right: 0.625em;
}
.rsvp__txt {
  font-family: inherit;
  font-size: 0.75rem;
  font-style: inherit;
  text-transform: uppercase;
  letter-spacing: inherit;
  max-width: 25em;
  margin: 0.5rem auto 1.8rem;
}
@media (min-width: 768px) {
  .rsvp__txt {
    font-size: 0.75rem;
  }
}
.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: 0.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: 0.75rem auto 0;
  background-color: #a37c11;
}
.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: #1f140f;
  display: block;
  font-size: 5.2rem;
  background: url("/images/natura/misc-rulito.svg") no-repeat bottom center;
  background-size: 167px auto;
  padding: 6.5rem 0 3.8rem;
}
@media (min-width: 768px) {
  .rsvp__gracias-ttl {
    font-size: 5.2rem;
  }
}
.rsvp__gracias-logo {
  height: 106px;
  margin-top: 3.375rem;
}
.rsvp__gracias-back {
  margin: 4rem 0 2rem;
  border-top: 1px solid currentColor;
}
.rsvp__btn {
  display: block;
  font-size: 0.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: 0.5rem;
  font-size: 2.75rem;
}
.rsvp--asist .rsvp__title::after, .rsvp--asist .rsvp__title::before {
  content: " ";
  width: 0.45em;
  height: 0.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: transparent;
  background: url("/images/natura/gracias.svg") no-repeat 60% 0%;
  background-size: auto;
  margin-top: 0;
  padding: 0 0 6.8rem;
}
.rsvp--asist .rsvp__gracias-logo {
  margin-top: 3.375rem;
}

.regalo {
  align-items: center;
  display: flex;
  height: 100%;
  font-size: inherit;
  justify-content: center;
  letter-spacing: inherit;
  line-height: 1.5;
  text-align: center;
}
.regalo__cont {
  max-width: 450px;
}
.regalo__cont > *:first-child {
  margin-top: 0;
}
.regalo__cont > *:last-child {
  margin-bottom: 0;
}
.regalo__p {
  font-family: "Libre Baskerville", serif;
  font-style: normal;
  font-size: 1.125rem;
  letter-spacing: inherit;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .regalo__p {
    font-size: 1.125rem;
  }
}
.regalo__p--separador {
  padding-bottom: 2.8rem;
  background: url("/images/natura/misc-flecha.svg") no-repeat center;
  background-size: 72px auto;
}
@media (min-width: 768px) {
  .regalo__p--separador {
    background-size: 72px auto;
  }
}
.regalo__p--destacado {
  color: #5e7a89;
  font-family: "Spartan", serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: inherit;
  text-transform: none;
}
@media (min-width: 768px) {
  .regalo__p--destacado {
    font-size: 1.125rem;
  }
}
.regalo__gracias-ttl {
  background: none;
  background-size: auto;
  font-size: 3.6rem;
  color: currentColor;
  display: none;
}

.nh {
  background: #007f7b;
  background-size: auto;
  color: #fff;
  position: relative;
  padding: 3.5rem 0 4.25rem;
  margin: 0;
}
@media (min-width: 768px) {
  .nh {
    padding: 3.5rem 0 4.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: 0.25em;
  top: calc(50% - 0.125em);
  width: 2em;
  border-radius: 0.125em;
  background-color: currentColor;
  display: block;
  position: absolute;
  transform-origin: 0.075em 0.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 0.125em;
}
.glide__arrow--disabled {
  display: none;
}
.glide__arrow span {
  display: none;
}

.nhf {
  text-align: center;
}
.nhf__fecha {
  font-family: inherit;
  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: 0.5em;
  height: 0.75em;
  display: inline-block;
}
.nhf__fecha::after {
  background: transparent url("/images/common/misc02-der.svg") left center no-repeat;
  margin-left: 0.5em;
}
.nhf__fecha::before {
  background: transparent url("/images/common/misc02-izq.svg") right center no-repeat;
  margin-right: 0.5em;
}
.nhf__foto {
  max-width: 100%;
}
.nhf__texto {
  font-family: "Spartan", serif;
  font-style: normal;
  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: #e8e9ea;
  background-image: none;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto;
  color: #fff;
  margin: 0;
  padding: 0.1px;
  position: relative;
}
@media (min-width: 768px) {
  .mnsj-form {
    background-image: none;
  }
}
.mnsj-form__cont {
  margin-top: 2.6rem;
  margin-bottom: 2.9rem;
}
@media (min-width: 992px) {
  .mnsj-form__cont {
    margin-top: 3.6rem;
    margin-bottom: 4.75rem;
  }
}
.mnsj-form__titulo {
  color: #1f140f;
  text-align: center;
  letter-spacing: inherit;
  margin: 0.5rem auto;
  max-width: 6em;
  text-transform: none;
  font-size: 2.375rem;
}
@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: #a37c11;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: normal;
  line-height: inherit;
  margin: 0 auto 1rem;
  max-width: 30em;
}
@media (min-width: 992px) {
  .mnsj-form__texto {
    font-size: 0.875rem;
    margin: 0.5rem auto 1rem;
  }
}
.mnsj-form__form {
  max-width: 690px;
  margin: auto;
}
.mnsj-form__form--loading .mnsj-form__form-elms {
  pointer-events: none;
  opacity: 0.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: 0.5rem;
  }
}

.mnsj {
  background: #b0b9be;
  background-size: auto;
  color: #fff;
  margin: 0;
  padding: 0.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: #a37c11;
  display: flex;
  flex: 1;
  font-family: inherit;
  font-size: 0.875rem;
  font-style: normal;
  justify-content: center;
  letter-spacing: 0.01em;
  line-height: inherit;
  margin: 0.25rem 0.25rem 2rem;
  padding: 1.5em;
  position: relative;
  text-align: center;
}
@media (min-width: 992px) {
  .mnsj-glb__texto {
    font-size: 1rem;
  }
}
.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: transparent;
  color: currentColor;
  flex: 0 0 auto;
  font-family: inherit;
  font-size: 1rem;
  text-transform: uppercase;
  text-align: right;
  margin: 0 0.25rem;
  padding: 0;
}
@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 url("/images/natura/flores-fondo.jpg") top left no-repeat;
  background-size: 0;
  color: #5e7a89;
  margin: 0;
  padding: 0.1px;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .ig {
    background-size: auto;
  }
}
.ig__cnt {
  margin-top: 4rem;
  margin-bottom: 3.125rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 480px) {
  .ig__cnt {
    margin-top: 5.75rem;
    margin-bottom: 6rem;
  }
}
.ig__icon {
  height: 1.6rem;
  width: 1.6rem;
  fill: #a37c11;
}
@media (min-width: 480px) {
  .ig__icon {
    height: 2.6rem;
    width: 2.6rem;
  }
}
.ig__ttl {
  text-transform: uppercase;
  color: #007f7b;
  margin-top: 0.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.375rem;
    margin-top: 0.9em;
  }
}
.ig__ttl--hashtag {
  margin-top: 0;
  font-family: inherit;
  font-weight: bold;
  order: 1;
}
.ig__txt {
  color: #676e70;
  font-family: inherit;
  font-size: 0.875rem;
  font-style: normal;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0.5rem 0 0;
  max-width: 24em;
  text-transform: uppercase;
  order: 1;
}
@media (min-width: 480px) {
  .ig__txt {
    font-size: 1rem;
  }
}

.spotify {
  background: #007f7b;
  color: #fff;
  margin: 0;
  padding: 0.1px;
}
.spotify--separador {
  background: #007f7b;
  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: center;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  margin-top: 3rem;
  margin-left: -0.75rem;
  margin-right: -0.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 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;
}
@media (min-width: 768px) {
  .spotify__ttl {
    display: flex;
    border-bottom: 1px solid currentColor;
    padding: 0 0 0.5rem;
    font-size: 2.25rem;
  }
}
.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: 0.875rem;
  letter-spacing: inherit;
  line-height: 1.4;
  padding: 0;
  margin: 0.5rem auto 1rem;
  max-width: 345px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .spotify__txt {
    background: none;
    border-top: 0;
    border-bottom: 0;
    font-size: 0.875rem;
    margin: 1em 0 0;
    padding: 0;
  }
}
.spotify__iframe {
  background: none;
  border: 0;
  border-radius: 1.25rem;
  height: 160px;
}
.spotify__btn {
  display: block;
  margin: 0 auto 2rem;
  padding: 0.6em 2em;
  border: 1px solid currentColor;
  color: inherit;
  text-decoration: none;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  text-align: center;
  width: fit-content;
}

.countdown {
  background: #fff none top center no-repeat;
  background-size: auto;
  color: #000000;
  margin: 0;
  padding: 0.1px;
  text-align: center;
  position: relative;
}
.countdown--separador {
  background: #fff url("/images/natura/misc-flecha.svg") top center no-repeat;
  background-size: 115px auto;
  margin: 0;
  padding: 0.1px;
}
@media (min-width: 480px) {
  .countdown--separador {
    background: #fff url("/images/natura/misc-flecha.svg") top center no-repeat;
    background-size: 115px 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.5rem;
  margin-bottom: 1.75rem;
}
@media (min-width: 480px) {
  .countdown__cnt {
    margin-top: 6rem;
    margin-bottom: 2.6rem;
  }
}
.countdown__ttl {
  color: #007f7b;
  font-family: "Libre Baskerville", serif;
  font-size: 1rem;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  .countdown__ttl {
    font-size: 1.375rem;
  }
}
.countdown__ttl--hoy, .countdown__ttl--gracias {
  display: none;
}
.countdown__count-wrp {
  display: inline-grid;
  grid-template-columns: repeat(4, 58px);
  gap: 0.25rem 0.625rem;
  text-align: center;
  margin: 0;
}
@media (min-width: 480px) {
  .countdown__count-wrp {
    font-size: 1.25rem;
    grid-template-columns: repeat(4, 87px);
    gap: 0.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: #a37c11;
  color: #fbfaf7;
  font-family: inherit;
  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: #000000;
  font-family: inherit;
  margin: 1em 0 1rem;
}
@media (min-width: 480px) {
  .countdown__post-ttl {
    font-size: inherit;
  }
}

.pie {
  background: #fff url("/images/natura/flores-footer.jpg") bottom right no-repeat;
  background-size: 340px auto;
  color: #5e7a89;
  padding: 0.1px;
  position: relative;
  overflow: hidden;
  margin-top: 0;
}
@media (min-width: 768px) {
  .pie {
    background-size: auto;
    margin-top: 0;
  }
}
.pie__cnt {
  height: auto;
  margin-top: 1.75rem;
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .pie__cnt {
    height: auto;
    margin-top: 2.5rem;
    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: #007f7b;
  color: #fbfaf7;
  display: flex;
  padding: 2.8rem 0;
  justify-content: center;
}
@media (min-width: 768px) {
  .footer {
    padding: 2.3rem 0;
  }
}
.footer--asist {
  background: #007f7b;
  color: #fbfaf7;
}
.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: 0.83rem;
  line-height: 1.8rem;
  display: flex;
  align-items: center;
}
.footer__lnk:first-child {
  border-bottom: 1px dotted currentColor;
  font-size: 0.97rem;
}
@media (min-width: 768px) {
  .footer__lnk:first-child {
    border-bottom: none;
    border-right: 1px solid currentColor;
  }
}
.footer__lnk:hover {
  opacity: 0.75;
}
@media (min-width: 768px) {
  .footer__lnk {
    font-size: 0.97rem;
    padding: 0 1rem;
  }
}
.footer__lnk-icon {
  max-height: 1em;
  max-width: 1em;
  vertical-align: middle;
  display: inline;
  flex: 0 0 1em;
  margin-right: 0.4em;
}
.footer__lnk-icon .h-icon-fill {
  fill: currentColor;
}

.hdr-asist {
  background: #fff url("/images/natura/flores-header.jpg") top left no-repeat;
  background-size: 154px auto;
  border-top: 1rem solid #026561;
  color: #5e7a89;
  padding: 0.1px;
}
@media (min-width: 768px) {
  .hdr-asist {
    border-top-width: 2.25rem;
    background-size: auto;
  }
}
.hdr-asist__cnt {
  margin-top: 3.25rem;
  margin-bottom: 2.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: 450px;
  }
}

.asist-ly {
  display: grid;
  grid-template-columns: 1.8rem 1fr;
  column-gap: 0.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: #1f555b;
  color: #fff;
  padding: 0.5rem 0.25rem;
  text-align: right;
}
@media (min-width: 768px) {
  .asist-ly__side {
    padding: 1rem 0.5rem;
  }
}
.asist-ly__side span {
  transform: rotate(180deg);
  display: block;
}
.asist-ly__side--2 {
  background: #007f7b;
  color: #fff;
}
.asist-ly__side--3 {
  background: #619d95;
  color: #fbfaf7;
}
.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: #1f140f;
}
.stat-box__data {
  color: #997B2A;
}
.stat-box__data--no-asistira {
  color: #BCBBBB;
}
.stat-box__data--sin-rest {
  color: #0196aa;
}
.stat-box__data--veggie {
  color: #418770;
}
.stat-box__data--sin-tacc {
  color: #caae7f;
}
.stat-box__data--otros {
  color: #bea0ab;
}
.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 0.5rem;
  font-size: 0.9rem;
  font-family: inherit;
  width: 100%;
}
.tbl__select-wrp {
  position: relative;
  background: #619d95;
  color: #fff;
}
.tbl__select-wrp::after {
  content: "";
  position: absolute;
  right: 0.65em;
  top: calc(50% - 0.35em);
  width: 0.5em;
  height: 0.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: 0.25rem 1.65rem 0.25rem 0.5rem;
}
.tbl__select {
  appearance: none;
  border: 0;
  background: transparent;
  color: currentColor;
  cursor: pointer;
  width: 100%;
}
.tbl__select::-ms-expand {
  display: none;
}
.tbl__th {
  background: #619d95;
  color: #fff;
}
.tbl__th:not(:last-child) {
  border-right: 0.25rem solid #fff;
}
.tbl__th--asistencia {
  width: 7.5rem;
}
.tbl__th--menu {
  width: 10.5rem;
}
.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: 0.65em;
  top: calc(50% - 0.15em);
  width: 0.5em;
  height: 0.5em;
  transform: rotate(45deg);
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  border-radius: 2px;
  opacity: 0.4;
}
.tbl__th.js-sort-column::before {
  top: calc(50% - 0.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: 0.5rem;
  }
}
.tbl__td {
  color: #1f140f;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  padding: 0.75rem 0.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: 0.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 -0.35em;
  font-size: 1rem;
  display: inline-block;
}
.tbl__nombre--acompanante {
  background: none;
  padding-left: 0.25em;
  font-weight: bold;
}
.tbl__nombre--acompanante::before {
  content: "+";
  display: inline-block;
  padding-right: 0.25em;
}
.tbl__nombre--acompanante:empty {
  display: none;
}
.tbl__menu {
  text-transform: uppercase;
  font-style: italic;
}
.tbl__menu--sin-restricciones {
  color: #0196aa;
}
.tbl__menu--vegetariano {
  color: #418770;
}
.tbl__menu--sin-tacc {
  color: #caae7f;
}
.tbl__menu--otros {
  color: #bea0ab;
}
.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;
  }
}
