html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/** Media Queries **/
/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: auto;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-thumb {
  border-radius: 10px;
}

.ios {
  scroll-snap-type: none;
  overflow-y: auto;
}

.ios section {
  scroll-snap-align: unset;
  height: auto;
  min-height: auto;
  overflow: visible;
  max-height: none;
}

html.tiktokersrd .ios .about,
html.tiktokersrd .ios .prices,
html.buenoshabitos .ios .hero,
html.buenoshabitos .ios .gallery {
  height: auto;
}

.ios .work {
  height: 100%;
  max-height: calc(100lvh - 8.9rem);
}
@media (min-width: 768px) {
  .ios .work {
    max-height: calc(100vh - 10.3rem);
  }
}

html, body {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  scrollbar-width: none;
  scroll-snap-type: y mandatory;
  scroll-padding-top: 8.9rem;
}
@media (min-width: 768px) {
  html, body {
    scroll-padding-top: 10.3rem;
  }
}
html.fixed, body.fixed {
  overflow-y: hidden;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}

main, section {
  flex-shrink: 0;
  height: 100vh;
  height: 100lvh;
  overflow-y: auto;
}
@supports (-webkit-touch-callout: none) {
  @media screen and (max-width: 991px) {
    main main, main section, section main, section section {
      height: calc(var(--vh, 1vh) * 100);
    }
  }
}

main {
  padding-top: 16.1rem;
  padding-bottom: 7.2rem;
}
@media (min-width: 768px) {
  main {
    padding-top: 17.5rem;
  }
}

section {
  padding-block: 7.2rem;
  height: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  max-height: calc(100lvh - 8.9rem);
}
@media (min-width: 768px) {
  section {
    max-height: calc(100vh - 10.3rem);
  }
}

main,
section,
footer {
  scroll-snap-align: start;
}

.swal2-popup {
  font-size: 1.6rem !important;
}

[class$=__slider] {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  max-width: 100vw;
}

h1, h2, h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin: 2rem 0;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3.6rem;
}

h3 {
  font-size: 3rem;
}

p {
  margin: 0;
}

.text-center {
  text-align: center;
}

[class$=__title] {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin: 2rem 0;
  font-size: clamp(2rem, -0.8rem + 10vw, 3.6rem);
  text-align: center;
  margin: 0 0 1.2rem;
}

[class$=__subtitle] {
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
}

[class$=__text] {
  font-size: 2.4rem;
  text-wrap: pretty;
}

[class$=__text--highlight] {
  font-size: 2.4rem;
  text-wrap: pretty;
  font-weight: 700;
}

[class$=__text--uppercase] {
  font-size: 2.4rem;
  text-wrap: pretty;
  text-transform: uppercase;
}

html.sma,
html.tiktokersrd {
  /* ===== Scrollbar CSS ===== */
}
html.sma *,
html.tiktokersrd * {
  scrollbar-color: #1a1a1a #0d0d0d;
}
html.sma *::-webkit-scrollbar-track,
html.tiktokersrd *::-webkit-scrollbar-track {
  background: #0d0d0d;
}
html.sma *::-webkit-scrollbar-thumb,
html.tiktokersrd *::-webkit-scrollbar-thumb {
  background-color: #1a1a1a;
  border: 3px solid #0d0d0d;
}
html.sma body,
html.tiktokersrd body {
  background-color: #0D0D0D;
}
html.sma h1, html.sma h2, html.sma h3, html.sma [class$=__title],
html.tiktokersrd h1,
html.tiktokersrd h2,
html.tiktokersrd h3,
html.tiktokersrd [class$=__title] {
  color: #FBFCF8;
}
html.sma p,
html.tiktokersrd p {
  color: #C4C4C4;
}
html.sma [class$=__subtitle],
html.tiktokersrd [class$=__subtitle] {
  color: #C4C4C4;
}
html.sma [class$=__text],
html.tiktokersrd [class$=__text] {
  color: #C4C4C4;
}
html.sma [class$=__text--highlight],
html.tiktokersrd [class$=__text--highlight] {
  color: #FBFCF8;
}
html.sma .footer__top, html.sma .footer__bottom,
html.tiktokersrd .footer__top,
html.tiktokersrd .footer__bottom {
  border-top: 2px solid #1A1A1A;
}
html.sma .footer__link,
html.tiktokersrd .footer__link {
  color: #C4C4C4;
}

html.sma .footer__link:hover {
  color: #FAD30D;
}

html.sma .about__grid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  gap: 7.2rem;
}
html.sma .about__text {
  margin: 0 auto;
  width: min(90%, 140rem);
  text-align: center;
  max-width: 45rem;
}
html.sma .about__brand {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 12rem;
  cursor: default;
  pointer-events: none;
  user-select: none;
}
html.sma .about__image {
  max-width: 12rem;
  height: auto;
}

.services {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  justify-content: flex-start;
}
.services__grid {
  margin: 0 auto;
  width: min(90%, 110rem);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.services__item {
  display: flex;
  flex-direction: column;
  background-color: #1A1A1A;
  border-radius: 0.8rem;
  justify-content: center;
  align-items: center;
  padding: 4.8rem 1.6rem;
  gap: 0.8rem;
  transition: scale 0.2s ease-out, background-color 0.2s ease-out;
}
.services__item:hover {
  scale: 1.01;
  background-color: rgb(31.1, 31.1, 31.1);
}
.services__name {
  color: #FBFCF8;
  max-width: 20rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  user-select: none;
  font-size: 1.6rem;
  margin: 0;
}
.services__icon {
  width: 4rem;
  height: 4rem;
}
.services__button {
  background-color: #FAD30D;
  padding: 1.6rem 3.2rem;
  color: #0D0D0D;
  margin-top: 2rem;
  font-size: 2rem;
  display: block;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: fit-content;
  border-radius: 0.8rem;
  text-transform: uppercase;
}
.services__button:hover {
  background-color: rgb(207.7085020243, 174.2348178138, 4.2914979757);
  cursor: pointer;
}

.services__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  padding: 2rem;
  width: 100%;
}
@media (min-width: 768px) {
  .services__wrapper {
    flex-direction: column;
  }
}
.services__wrapper .col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 0.8rem;
  gap: 1.2rem;
  flex: 1;
}
@media (min-width: 768px) {
  .services__wrapper .col {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .services__wrapper .row-1,
  .services__wrapper .row-5 {
    flex-grow: 3;
  }
  .services__wrapper .row-6,
  .services__wrapper .row-2 {
    flex-grow: 2.5;
  }
  .services__wrapper .row-3,
  .services__wrapper .row-4 {
    flex-grow: 6;
  }
}
@media (min-width: 1024px) {
  .services__wrapper .row-1,
  .services__wrapper .row-5 {
    flex-grow: 3;
  }
  .services__wrapper .row-2,
  .services__wrapper .row-6 {
    flex-grow: 2.5;
  }
  .services__wrapper .row-3,
  .services__wrapper .row-4 {
    flex-grow: 1;
  }
}

.plans {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .plans {
    justify-content: initial;
  }
}
@media (min-width: 992px) {
  .plans {
    justify-content: flex-start;
  }
}
@media (min-width: 1024px) {
  .plans {
    justify-content: center;
  }
}
.plans__grid {
  margin: 0 auto;
  width: min(90%, 140rem);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.plans__wrapper {
  display: grid;
  gap: 1.6rem;
  grid-template-columns: repeat(1, 1fr);
  margin: 0 auto;
  padding: 2rem;
}
@media (min-width: 992px) {
  .plans__wrapper {
    display: grid;
    gap: 1.6rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
.plans__button {
  background-color: #FAD30D;
  padding: 1.6rem 3.2rem;
  color: #0D0D0D;
  margin-top: 2rem;
  font-size: 2rem;
  display: block;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  border-radius: 0.8rem;
  text-transform: uppercase;
}
.plans__button:hover {
  background-color: rgb(207.7085020243, 174.2348178138, 4.2914979757);
  cursor: pointer;
}
@media (min-width: 768px) {
  .plans__button {
    width: fit-content;
  }
}

.plan {
  padding: 2rem;
  background-color: #1A1A1A;
  border-radius: 0.8rem;
  width: 23rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  transition: scale 0.2s ease-out, background-color 0.2s ease-out;
  user-select: none;
}
.plan:hover {
  scale: 1.01;
  background-color: rgb(31.1, 31.1, 31.1);
}
.plan__icon {
  width: 4.8rem;
  height: 4.8rem;
}
.plan__name {
  font-size: 2rem;
  margin: 0;
}
.work {
  scroll-snap-align: center;
  position: relative;
  overflow-y: hidden;
  padding-block: 0;
}
.work__video {
  height: 100%;
  width: 100%;
}
.work__grid {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  z-index: 1;
}
.work__overlay {
  background-color: rgba(26, 26, 26, 0.6);
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
}
.work__content {
  margin: 0 auto;
  width: min(90%, 110rem);
  padding-bottom: 5.6rem;
  z-index: 3;
}
.work__tag, .work__description, .work__name {
  color: #FBFCF8;
  text-shadow: 2px 2px 17px rgb(0, 0, 0);
}
.work__tag {
  margin: 0 0 0.4rem 0;
}
.work__name {
  margin: 0 0 1.2rem 0;
}
.work__description {
  max-width: 40rem;
}

html.tiktokersrd .contact {
  justify-content: center;
}
html.tiktokersrd .contact__grid {
  margin: 0 auto;
  width: min(90%, 140rem);
  display: flex;
  flex-direction: column;
  align-items: center;
}
html.tiktokersrd .contact__button {
  background: linear-gradient(135deg, #98083D 0%, #56008B 100%);
  padding: 1.6rem 3.2rem;
  color: #FBFCF8;
  margin-top: 3.2rem;
  font-size: 2rem;
  display: block;
  font-weight: 700;
  border: none;
  transition-property: background;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  border-radius: 0.8rem;
  text-transform: uppercase;
}
html.tiktokersrd .contact__button:hover {
  background: linear-gradient(135deg, rgb(103.55, 5.45, 41.55625) 0%, rgb(54.4460431655, 0, 88) 100%);
  cursor: pointer;
}
@media (min-width: 768px) {
  html.tiktokersrd .contact__button {
    width: fit-content;
  }
}

.contact {
  margin: 0 auto;
  width: min(90%, 140rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.contact {
  justify-content: flex-start;
}

html.tiktokersrd .about {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  justify-content: flex-start;
}
html.tiktokersrd .about__grid {
  margin: 0 auto;
  width: min(90%, 140rem);
  display: flex;
  flex-direction: column;
  gap: 7.2rem;
}
@media (min-width: 992px) {
  html.tiktokersrd .about__grid {
    gap: 4.8rem;
  }
}
html.tiktokersrd .about__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5.2rem;
}
@media (min-width: 992px) {
  html.tiktokersrd .about__block {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
html.tiktokersrd .about__info {
  max-width: 80rem;
}
@media (min-width: 992px) {
  html.tiktokersrd .about__info--reverse {
    order: -1;
  }
}
html.tiktokersrd .about__title, html.tiktokersrd .about__text {
  text-align: left;
  text-wrap: pretty;
}
html.tiktokersrd .about__icon {
  width: 14.4rem;
  height: 14.4rem;
}
html.tiktokersrd .about__icon--media {
  width: 3.2rem;
  height: 3.2rem;
}
html.tiktokersrd .about__media {
  margin-top: 2rem;
  display: flex;
  gap: 1.6rem;
}

html.tiktokersrd .stats {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom right, #98083D, #56008B);
  opacity: 0.9;
}
html.tiktokersrd .stats__grid {
  margin: 0 auto;
  width: min(90%, 110rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4.8rem;
}
@media (min-width: 992px) {
  html.tiktokersrd .stats__grid {
    flex-direction: row;
  }
}
html.tiktokersrd .stat {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
}
html.tiktokersrd .stat__icon {
  width: 4.8rem;
  height: 4.8rem;
}
html.tiktokersrd .stat__quantity, html.tiktokersrd .stat__text {
  text-align: center;
  color: #FBFCF8;
}
html.tiktokersrd .stat__quantity {
  font-size: clamp(2rem, -0.8rem + 10vw, 4rem);
  font-weight: 700;
}
html.tiktokersrd .stat__text {
  font-size: clamp(1.6rem, -0.8rem + 10vw, 2rem);
}

html.tiktokersrd .prices {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  justify-content: flex-start;
}
html.tiktokersrd .prices {
  align-items: flex-start;
}
@media (min-width: 992px) {
  html.tiktokersrd .prices {
    align-items: center;
  }
}
html.tiktokersrd .prices__grid {
  margin: 0 auto;
  width: min(90%, 110rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  html.tiktokersrd .prices__grid {
    align-items: center;
  }
}
html.tiktokersrd .prices__table-container {
  overflow-x: auto;
  width: 100%;
  max-width: 100%; /* muy importante */
}
html.tiktokersrd .prices__table {
  border-collapse: collapse;
  border-radius: 0.8rem;
  margin-top: 3.2rem;
  width: 100%;
}
html.tiktokersrd .prices__thead {
  background: linear-gradient(135deg, #98083D 0%, #56008B 100%);
  color: #FBFCF8;
}
html.tiktokersrd .prices__th {
  padding: 1.6rem;
  font-size: 1.8rem;
  text-transform: uppercase;
  text-align: left;
}
html.tiktokersrd .prices__th:first-child {
  border-top-left-radius: 0.8rem;
}
html.tiktokersrd .prices__th:last-child {
  border-top-right-radius: 0.8rem;
}
html.tiktokersrd .prices__tr {
  background: #1A1A1A;
}
html.tiktokersrd .prices__tr:nth-child(even) {
  background: rgb(31.1, 31.1, 31.1);
}
html.tiktokersrd .prices__tr:last-child td:first-child {
  border-bottom-left-radius: 0.8rem;
}
html.tiktokersrd .prices__tr:last-child td:last-child {
  border-bottom-right-radius: 0.8rem;
}
html.tiktokersrd .prices__td {
  color: #FBFCF8;
  padding: 1.6rem;
}
html.tiktokersrd .prices__td--bold {
  font-weight: 700;
}
html.tiktokersrd .prices__text-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
html.tiktokersrd .prices__text {
  font-size: 1.2rem;
  margin-top: 0.8rem;
}
html.tiktokersrd .prices__button {
  background: linear-gradient(135deg, #98083D 0%, #56008B 100%);
  padding: 1.6rem 3.2rem;
  color: #FBFCF8;
  margin-top: 3.2rem;
  font-size: 2rem;
  display: block;
  font-weight: 700;
  border: none;
  transition-property: background;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  border-radius: 0.8rem;
  text-transform: uppercase;
}
html.tiktokersrd .prices__button:hover {
  background: linear-gradient(135deg, rgb(103.55, 5.45, 41.55625) 0%, rgb(54.4460431655, 0, 88) 100%);
  cursor: pointer;
}
@media (min-width: 768px) {
  html.tiktokersrd .prices__button {
    width: auto;
  }
}

html.tiktokersrd .success {
  height: 100%;
}
html.tiktokersrd .success__grid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  justify-content: flex-start;
}
html.tiktokersrd .success__grid {
  height: fit-content;
}
html.tiktokersrd .success__artist {
  background-color: #1A1A1A;
  border-radius: 0.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  max-width: 40rem;
}
@media (min-width: 1200px) {
  html.tiktokersrd .success__artist {
    max-width: 43rem;
  }
}
@media (min-width: 1400px) {
  html.tiktokersrd .success__artist {
    max-width: 47rem;
  }
}
html.tiktokersrd .success__image {
  width: auto;
  display: block;
  padding: 2rem 2rem 0 2rem;
  height: 32rem;
}
@media (min-width: 1200px) {
  html.tiktokersrd .success__image {
    height: 34rem;
  }
}
@media (min-width: 1400px) {
  html.tiktokersrd .success__image {
    height: 38rem;
  }
}
html.tiktokersrd .success__name {
  padding-block: 1.2rem;
  background: linear-gradient(135deg, #98083D 0%, #56008B 100%);
  color: #FBFCF8;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  text-align: center;
  border-bottom-left-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
  font-size: 2.4rem;
}

.contact__title, .contact__subtitle {
  color: #555555;
}

html.buenoshabitos .about {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  justify-content: flex-start;
  height: auto;
}
html.buenoshabitos .about__grid {
  margin: 0 auto;
  width: min(90%, 140rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 4.8rem;
}
@media (min-width: 992px) {
  html.buenoshabitos .about__grid {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
}
html.buenoshabitos .about__image {
  border-radius: 0.8rem;
  max-height: 55rem;
}
@media (min-width: 1024px) {
  html.buenoshabitos .about__image {
    max-height: unset;
  }
}
html.buenoshabitos .about__content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 60rem;
}
@media (min-width: 1024px) {
  html.buenoshabitos .about__content {
    max-width: 70rem;
  }
}
html.buenoshabitos .about__title, html.buenoshabitos .about__text {
  text-align: left;
  color: #555555;
}
html.buenoshabitos .about__border {
  background: #A2D39C;
  width: 100%;
  height: 0.5rem;
  margin-bottom: 1.2rem;
}
html.buenoshabitos .about__button {
  background-color: #00AEEF;
  padding: 1.6rem 3.2rem;
  color: #FBFCF8;
  margin-top: 2rem;
  font-size: 2rem;
  display: block;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  border-radius: 0.8rem;
  text-transform: uppercase;
}
html.buenoshabitos .about__button:hover {
  background-color: rgb(0, 136.870292887, 188);
  cursor: pointer;
}
@media (min-width: 992px) {
  html.buenoshabitos .about__button {
    width: fit-content;
  }
}

html.buenoshabitos .gallery {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  justify-content: flex-start;
}
html.buenoshabitos .gallery__grid {
  margin: 0 auto;
  width: min(90%, 110rem);
}
html.buenoshabitos .gallery__title {
  color: #555555;
}
html.buenoshabitos .gallery__slider {
  margin-top: 2rem;
}
html.buenoshabitos .gallery__image-container {
  max-width: 35rem;
}
html.buenoshabitos .gallery__image {
  width: 35rem;
  height: 100%;
  border-radius: 0.8rem;
  object-fit: cover;
}
html.buenoshabitos .gallery__button {
  margin-inline: auto;
  background-color: #00AEEF;
  padding: 1.6rem 3.2rem;
  color: #FBFCF8;
  margin-top: 3.2rem;
  font-size: 2rem;
  display: block;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  border-radius: 0.8rem;
  text-transform: uppercase;
}
html.buenoshabitos .gallery__button:hover {
  background-color: rgb(0, 136.870292887, 188);
  cursor: pointer;
}
@media (min-width: 768px) {
  html.buenoshabitos .gallery__button {
    width: fit-content;
  }
}

html.buenoshabitos .contact__title, html.buenoshabitos .contact__subtitle {
  color: #555555;
}

.error {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  width: min(90%, 110rem);
}
.error__button {
  background-color: #FAD30D;
  padding: 1.6rem 3.2rem;
  color: #0D0D0D;
  margin-top: 3.2rem;
  font-size: 2rem;
  display: block;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  border-radius: 0.8rem;
  text-transform: uppercase;
}
.error__button:hover {
  background-color: rgb(207.7085020243, 174.2348178138, 4.2914979757);
  cursor: pointer;
}
@media (min-width: 768px) {
  .error__button {
    width: fit-content;
  }
}

html.sma .header,
html.tiktokersrd .header {
  background-color: #0D0D0D;
}

html.buenoshabitos .header {
  background-color: #FBFCF8;
}
html.buenoshabitos .header__button {
  background-color: #00AEEF;
  padding: 1.6rem 3.2rem;
  color: #FBFCF8;
  margin-top: 0;
  font-size: 2rem;
  display: block;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  border-radius: 0.8rem;
  text-transform: uppercase;
}
html.buenoshabitos .header__button:hover {
  background-color: rgb(0, 136.870292887, 188);
  cursor: pointer;
}
html.buenoshabitos .header__button {
  font-size: 1.4rem;
}
html.buenoshabitos .header__logo {
  height: 5rem;
}
@media (min-width: 768px) {
  html.buenoshabitos .header__logo {
    height: 6rem;
  }
}

.header {
  height: 8.9rem;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .header {
    height: 10.3rem;
  }
}
.header__grid {
  padding-block: 1.2rem;
  display: flex;
  justify-content: space-between;
  gap: 0.4rem;
  margin: 0 auto;
  width: min(90%, 140rem);
}
@media (min-width: 350px) {
  .header__grid {
    gap: 0.8rem;
  }
}
.header--fixed {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
}
.header__logo {
  width: auto;
  height: 6rem;
}
@media (min-width: 768px) {
  .header__logo {
    width: auto;
    height: 7.5rem;
  }
}

.header__right {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

html.sma .menu,
html.tiktokersrd .menu {
  background-color: #0D0D0D;
}
html.sma .menu__link,
html.tiktokersrd .menu__link {
  font-size: 2rem;
  transition: color 0.2s ease-out;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  html.sma .menu__link,
  html.tiktokersrd .menu__link {
    font-size: 1.6rem;
  }
}
html.sma .menu__link:hover,
html.tiktokersrd .menu__link:hover {
  color: #FAD30D;
}
html.sma .menu__link,
html.tiktokersrd .menu__link {
  border-bottom: 1px solid #1A1A1A;
  color: #FBFCF8;
}
html.sma .menu__dropdown-container,
html.tiktokersrd .menu__dropdown-container {
  border-bottom: 1px solid #1A1A1A;
}
html.sma .menu__dropdown--active html.sma .menu__dropdown, html.sma .menu__dropdown--active html.tiktokersrd .menu__dropdown__link,
html.tiktokersrd .menu__dropdown--active html.sma .menu__dropdown,
html.tiktokersrd .menu__dropdown--active html.tiktokersrd .menu__dropdown__link {
  border-bottom: 1px solid #1A1A1A;
}

html.buenoshabitos .menu {
  background-color: #FBFCF8;
}
html.buenoshabitos .menu__link {
  font-size: 2rem;
  transition: color 0.2s ease-out;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  html.buenoshabitos .menu__link {
    font-size: 1.6rem;
  }
}
html.buenoshabitos .menu__link:hover {
  color: #00AEEF;
}
html.buenoshabitos .menu__link {
  border-bottom: 1px solid #C4C4C4;
  color: #555555;
}
html.buenoshabitos .menu__dropdown-container {
  border-bottom: 1px solid #C4C4C4;
}
html.buenoshabitos .menu__dropdown--active html.buenoshabitos .menu__dropdown__link {
  border-bottom: 1px solid #C4C4C4;
}
html.buenoshabitos .menu__logo {
  max-width: 12rem;
}

html.sma .sub-menu,
html.tiktokersrd .sub-menu {
  background-color: #0D0D0D;
}

html.buenoshabitos .sub-menu {
  background-color: #FBFCF8;
}

.menu {
  position: fixed;
  right: 0;
  top: 0;
  max-width: 35rem;
  width: 80%;
  height: 100%;
  padding: 1.6rem 3.2rem 3.2rem;
  overflow-y: auto;
  z-index: 10;
  transform: translateX(100%);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.menu--open {
  transform: none;
}
.menu__head {
  margin-bottom: 4.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu__logo {
  max-width: 8rem;
  height: 5rem;
}
@media (min-width: 768px) {
  .menu__logo {
    height: 6rem;
  }
}
.menu__links {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu__link {
  text-decoration: none;
  padding: 2rem 0;
  display: block;
  gap: 0.8rem;
  width: 100%;
}
@media (min-width: 992px) {
  .menu__link {
    font-size: 2rem;
  }
}
.menu .sub-menu .menu__link {
  padding-left: 1.6rem;
}
.menu .sub-menu .sub-menu .menu__link {
  padding-left: 3.2rem;
}
.menu .sub-menu .sub-menu .sub-menu .menu__link {
  padding-left: 4.8rem;
}
.menu .sub-menu .sub-menu .sub-menu .sub-menu .menu__link {
  padding-left: 6.4rem;
}
.menu__dropdown-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.4rem;
}
.menu__dropdown--active > .menu__dropdown-container > .menu__arrow {
  transform: rotate(180deg);
}
.menu__dropdown--active > .menu__dropdown-container {
  border-bottom: none;
}
.menu__dropdown--active > .sub-menu {
  display: flex;
  opacity: 1;
  transform: none;
  visibility: visible;
  transition: all 0.2s ease-out;
  max-height: 100rem;
}
.menu__button {
  background: transparent;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.8rem;
  height: 4.8rem;
  cursor: pointer;
}
.menu__button--close {
  position: relative;
}
.menu__arrow {
  width: 2.4rem;
  height: 2.4rem;
  cursor: pointer;
}
.menu__icon {
  width: 3.6rem;
  height: 3.6rem;
}

.sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  max-height: 0;
  position: static;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 9;
  transform-origin: top;
  transform: none;
  visibility: visible;
  overflow: hidden;
  padding: 0;
  opacity: 1;
  transition: none;
  box-shadow: none;
}
.sub-menu--left {
  left: auto;
  right: 23rem;
  top: -1.6rem;
}
.sub-menu--right {
  left: 23rem;
  top: -1.6rem;
}

.overlay {
  z-index: 9;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  backdrop-filter: blur(0.6rem);
  display: none;
}
.overlay--show {
  display: block;
}

html.sma .footer__top, html.sma .footer__bottom,
html.tiktokersrd .footer__top,
html.tiktokersrd .footer__bottom {
  border-top: 2px solid #1A1A1A;
}
html.sma .footer__link,
html.tiktokersrd .footer__link {
  font-size: 2rem;
  transition: color 0.2s ease-out;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  html.sma .footer__link,
  html.tiktokersrd .footer__link {
    font-size: 1.6rem;
  }
}
html.sma .footer__link:hover,
html.tiktokersrd .footer__link:hover {
  color: #FAD30D;
}
html.sma .footer__link,
html.tiktokersrd .footer__link {
  color: #C4C4C4;
}

html.buenoshabitos .footer__top, html.buenoshabitos .footer__bottom {
  border-top: 2px solid #C4C4C4;
}
html.buenoshabitos .footer__title {
  color: #555555;
}
html.buenoshabitos .footer__link {
  font-size: 2rem;
  transition: color 0.2s ease-out;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  html.buenoshabitos .footer__link {
    font-size: 1.6rem;
  }
}
html.buenoshabitos .footer__link:hover {
  color: #00AEEF;
}
html.buenoshabitos .footer__link {
  color: #555555;
}

.footer {
  margin: 0 auto;
  width: min(90%, 140rem);
  padding-top: 7.2rem;
}
.footer__top {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  padding: 3.2rem 0 4.8rem 0;
}
@media (min-width: 992px) {
  .footer__top {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer__bottom {
  padding: 2rem 0;
}
.footer__container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.footer__title {
  font-size: 2rem;
  text-align: left;
  margin: 0;
}
.footer__logo {
  width: auto;
  height: 9rem;
}
.footer__links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.footer__links--media {
  flex-direction: row;
  gap: 1.2rem;
}
.footer__info {
  display: flex;
  gap: 0.8rem;
  align-items: center;
}
.footer__link {
  transition: color 0.2s ease-out;
  font-size: 1.6rem;
  max-width: 22rem;
}
.footer__icon {
  width: 2.8rem;
  height: 2.8rem;
}

.swiper-slide {
  display: flex !important;
  height: auto !important;
}

.swiper-wrapper {
  transition-timing-function: linear !important;
}

html.sma .form__submit {
  background-color: #FAD30D;
  padding: 1.6rem 3.2rem;
  color: #0D0D0D;
  margin-top: 2rem;
  font-size: 2rem;
  display: block;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  border-radius: 0.8rem;
  text-transform: uppercase;
}
html.sma .form__submit:hover {
  background-color: rgb(207.7085020243, 174.2348178138, 4.2914979757);
  cursor: pointer;
}
@media (min-width: 992px) {
  html.sma .form__submit {
    width: fit-content;
  }
}

html.tiktokersrd .form__submit {
  background: linear-gradient(135deg, #98083D 0%, #56008B 100%);
  padding: 1.6rem 3.2rem;
  color: #FBFCF8;
  margin-top: 2rem;
  font-size: 2rem;
  display: block;
  font-weight: 700;
  border: none;
  transition-property: background;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  border-radius: 0.8rem;
  text-transform: uppercase;
}
html.tiktokersrd .form__submit:hover {
  background: linear-gradient(135deg, rgb(103.55, 5.45, 41.55625) 0%, rgb(54.4460431655, 0, 88) 100%);
  cursor: pointer;
}
@media (min-width: 992px) {
  html.tiktokersrd .form__submit {
    width: fit-content;
  }
}

html.buenoshabitos .form__label {
  color: #555555;
}
html.buenoshabitos .form__input {
  color: #555555;
  background-color: rgb(221.5, 221.5, 221.5);
}
html.buenoshabitos .form__submit {
  background-color: #00AEEF;
  padding: 1.6rem 3.2rem;
  color: #FBFCF8;
  margin-top: 2rem;
  font-size: 2rem;
  display: block;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  border-radius: 0.8rem;
  text-transform: uppercase;
}
html.buenoshabitos .form__submit:hover {
  background-color: rgb(0, 136.870292887, 188);
  cursor: pointer;
}
@media (min-width: 992px) {
  html.buenoshabitos .form__submit {
    width: fit-content;
  }
}

.form {
  margin: 0 auto;
  width: min(90%, 60rem);
  margin-top: 3.2rem;
}
.form__field {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.form__field:not(:first-of-type) {
  margin-top: 1.6rem;
}
.form__label {
  display: block;
  font-size: 1.6rem;
  color: #C4C4C4;
}
.form__input {
  padding: 1.2rem;
  background-color: #1A1A1A;
  border: none;
  border-radius: 0.8rem;
  width: 100%;
  color: #FBFCF8;
}
.form__input--textarea {
  height: 22rem;
  resize: none;
}
@media (min-width: 992px) {
  .form__submit {
    width: fit-content;
  }
}

html.sma .hero__title, html.sma .hero__text,
html.tiktokersrd .hero__title,
html.tiktokersrd .hero__text {
  color: #FBFCF8;
}

html.sma .hero {
  background-image: image-set(url("../img/sma/hero-sma.avif") 1x, url("../img/sma/hero-sma.webp") 1x, url("../img/sma/hero-sma.png") 1x);
}
html.sma .hero__title {
  border-bottom: 5px solid #FAD30D;
}
html.sma .hero__button {
  background-color: #FAD30D;
  padding: 1.6rem 3.2rem;
  color: #0D0D0D;
  margin-top: 2rem;
  font-size: 2rem;
  display: block;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  border-radius: 0.8rem;
  text-transform: uppercase;
}
html.sma .hero__button:hover {
  background-color: rgb(207.7085020243, 174.2348178138, 4.2914979757);
  cursor: pointer;
}
@media (min-width: 768px) {
  html.sma .hero__button {
    width: fit-content;
  }
}

html.tiktokersrd .hero {
  background: #1A1A1A;
}
html.tiktokersrd .hero__content {
  max-width: 75rem;
}
html.tiktokersrd .hero__title {
  font-size: clamp(3rem, -0.8rem + 10vw, 5rem);
}
html.tiktokersrd .hero__button {
  background: linear-gradient(135deg, #98083D 0%, #56008B 100%);
  padding: 1.6rem 3.2rem;
  color: #FBFCF8;
  margin-top: 2rem;
  font-size: 2rem;
  display: block;
  font-weight: 700;
  border: none;
  transition-property: background;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  border-radius: 0.8rem;
  text-transform: uppercase;
}
html.tiktokersrd .hero__button:hover {
  background: linear-gradient(135deg, rgb(103.55, 5.45, 41.55625) 0%, rgb(54.4460431655, 0, 88) 100%);
  cursor: pointer;
}
html.tiktokersrd .hero__secondary-button {
  background-color: #FBFCF8;
  padding: 1.6rem 3.2rem;
  color: #0D0D0D;
  margin-top: 0;
  font-size: 2rem;
  display: block;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  border-radius: 0.8rem;
  text-transform: uppercase;
}
html.tiktokersrd .hero__secondary-button:hover {
  background-color: rgb(230.6, 236.7, 212.3);
  cursor: pointer;
}
html.tiktokersrd .hero__secondary-button .gradient-text {
  background-image: linear-gradient(to right, #98083D 0%, #56008B 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
@media (min-width: 768px) {
  html.tiktokersrd .hero__secondary-button {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  html.tiktokersrd .hero__button, html.tiktokersrd .hero__secondary-button {
    width: fit-content;
  }
}
html.tiktokersrd .hero__border {
  background: linear-gradient(135deg, #98083D 0%, #56008B 100%);
  width: 100%;
  height: 0.5rem;
  margin-bottom: 1.2rem;
}

html.buenoshabitos .hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  justify-content: flex-start;
}
html.buenoshabitos .hero__grid {
  margin: 0 auto;
  width: min(90%, 140rem);
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: flex-start;
  gap: 4.8rem;
  height: auto;
}
@media (min-width: 992px) {
  html.buenoshabitos .hero__grid {
    flex-direction: row;
    justify-content: center;
  }
}
html.buenoshabitos .hero__content {
  max-width: 60rem;
}
html.buenoshabitos .hero__title, html.buenoshabitos .hero__text {
  color: #555555;
  text-shadow: none;
}
html.buenoshabitos .hero__title {
  font-size: clamp(2.4rem, -0.8rem + 10vw, 4.2rem);
  text-transform: none;
}
html.buenoshabitos .hero__button {
  background-color: #00AEEF;
  padding: 1.6rem 3.2rem;
  color: #FBFCF8;
  margin-top: 2rem;
  font-size: 2rem;
  display: block;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  border-radius: 0.8rem;
  text-transform: uppercase;
}
html.buenoshabitos .hero__button:hover {
  background-color: rgb(0, 136.870292887, 188);
  cursor: pointer;
}
html.buenoshabitos .hero__button:hover {
  border: 3px solid rgb(0, 136.870292887, 188);
}
html.buenoshabitos .hero__secondary-button {
  background-color: #FBFCF8;
  padding: 1.6rem 3.2rem;
  color: #00AEEF;
  margin-top: 0;
  font-size: 2rem;
  display: block;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  border-radius: 0.8rem;
  text-transform: uppercase;
}
html.buenoshabitos .hero__secondary-button:hover {
  background-color: rgb(230.6, 236.7, 212.3);
  cursor: pointer;
}
@media (min-width: 768px) {
  html.buenoshabitos .hero__secondary-button {
    margin-top: 2rem;
  }
}
html.buenoshabitos .hero__secondary-button:hover {
  background-color: rgb(0, 136.870292887, 188);
  border: 3px solid rgb(0, 136.870292887, 188);
  color: #FBFCF8;
}
html.buenoshabitos .hero__button, html.buenoshabitos .hero__secondary-button {
  border: 3px solid #00AEEF;
  transition: border 0.2s ease-out, color 0.2s ease-out, background-color 0.2s ease-out;
}
@media (min-width: 768px) {
  html.buenoshabitos .hero__button, html.buenoshabitos .hero__secondary-button {
    width: fit-content;
  }
}
html.buenoshabitos .hero__border {
  background: #A2D39C;
  width: 100%;
  height: 0.5rem;
  margin-bottom: 1.2rem;
}
html.buenoshabitos .hero__image {
  border-radius: 0.8rem;
  max-height: 33rem;
  width: auto;
  order: -1;
}

.hero {
  background-position: center center;
  background-size: cover;
}
.hero__grid {
  margin: 0 auto;
  width: min(90%, 110rem);
  height: 100%;
}
.hero__content {
  max-width: 45rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.2rem;
}
.hero__title, .hero__text {
  margin: 0;
  text-align: left;
  text-shadow: 2px 2px 17px rgb(0, 0, 0);
}
.hero__title {
  font-size: clamp(3rem, -0.8rem + 10vw, 6rem);
  text-transform: uppercase;
  padding-bottom: 0.8rem;
}
.hero__buttons {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px) {
  .hero__buttons {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .hero__secondary-button {
    margin-top: 2rem;
  }
}

.go-to-start {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  z-index: 5;
  transition: opacity 0.2s ease-out;
  display: none;
}
@media (min-width: 992px) {
  .go-to-start--show {
    display: block;
  }
}
.go-to-start svg {
  width: 4.8rem;
  height: 4.8rem;
  cursor: pointer;
}
@media (min-width: 768px) {
  .go-to-start svg {
    width: 6.4rem;
    height: 6.4rem;
  }
}
.go-to-start:hover {
  opacity: 0.75;
}

.alerts-container {
  margin-bottom: 3.2rem;
}

.alert {
  padding: 1.2rem;
  color: #FBFCF8;
  width: 100%;
  display: block;
  margin-bottom: 2rem;
  border-radius: 0.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.alert__error {
  background-color: #cb0000;
}
.alert__success {
  background-color: rgb(33.9622641509, 108, 0);
}
/*# sourceMappingURL=app.css.map */
