.s-header {
  width: 100%;
  max-width: 100%;
}

.s-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 11rem;
  padding: 0 1.5rem;
}

.choose .s-header .container {
  background: var(--brand-color-black);
}

.s-header .menu {
  cursor: pointer;
  width: 108px;
  display: flex;
  justify-content: center;
}

.s-header .menu span {
  font-size: clamp(0.045rem, 4vw, 0.9rem);
  text-transform: uppercase;
  color: var(--brand-color-gray-400);
}

.s-header .box-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.choose .s-header .box-logos {
  display: flex;
  align-items: center;
  max-width: 159px;
  width: 100%;
  justify-content: flex-start;
}

.choose .actions-page {
  display: flex;
  justify-content: center;
}

.choose .actions-page button {
  background: none;
  position: relative;
}

/* .choose .actions-page button:hover {
  animation: mymove 2s infinite;
  transition: ease-in all 0.6s;
} */

.s-header .separator {
  width: 1px;
  background: var(--brand-color-black);
  height: 50px;
}

.s-header .box-logos a {
  background: none;
  padding: 0;
}

.s-header .chat a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem 2.6rem;
}

.s-header .chat a img {
  margin-right: 0.3rem;
}

.s-header .chat a span {
  font-family: var(--brand-font-secondary);
  font-size: 1.6rem;
  color: var(--brand-color-white);
  font-weight: 700;
  line-height: 121.4%;
}

.s-hero {
  background-color: var(--brand-color-black);
}

.s-hero .container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 0;
}

.s-hero .title {
  max-width: 91%;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: inherit;
  align-items: center;
  height: 30.6rem;
  /* padding: 6.3rem 2.3rem 0; */
  /* padding-right: 0; */
}
.s-hero .title img {
  position: absolute;
  right: 0;
  margin-top: 0;
}
.choose .s-hero .title img {
  margin: 0;
}
.s-hero .title h1,
.s-hero .title h1 span {
  font-family: var(--brand-font-primary);
  color: var(--brand-color-white);
  font-size: 3.5rem;
  font-weight: normal;
  line-height: 3.8rem;
  letter-spacing: -0.05rem;
}

.choose .s-hero .title h1,
.choose .s-hero .title h1 span {
  font-family: var(--brand-font-primary);
  color: var(--brand-color-white);
  margin-top: 3.2rem;
  font-size: 3.5rem;
  line-height: 3.8rem;
  margin-bottom: 3.2rem;
}
.choose .s-hero .title h1{
  margin-right: 8.5rem;
}
.s-hero .title h1 span {
  color: var(--brand-color-blue-500);
  font-weight: 600;
}

.s-hero .title h1 {
  font-weight: 400;
}

.choose .s-hero .title h1 span {
  font-weight: 900;
  line-height: 3.8rem;
}

.choose .s-hero .title h1 span.blue {
  color: var(--brand-color-blue-500);
}

.choose .s-hero .title h1 span.pink {
  color: var(--brand-color-pink-500);
}
.s-hero .left {
  margin-top: -1.8rem;
  height: 20.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.s-hero p {
  font-family: var(--brand-font-secondary);
  font-size: clamp(2rem, 4vw, 2rem);
  line-height: 3.1rem;
  letter-spacing: -0.5px;
  margin-bottom: 1rem;
  color: var(--brand-color-pink-500);
}

.s-hero .title .info-title {
  width: 100%;
  max-width: 38.2rem;
}

.s-hero .title .info-title span {
  font-family: var(--brand-font-secondary);
  font-size: clamp(1.2rem, 4vw, 2.4rem);
  font-weight: 700;
  line-height: 3.1rem;
  letter-spacing: -0.5px;
}

.s-hero a {
  font-family: var(--brand-font-title) !important;
  font-weight: 700;
  font-size: clamp(0.9rem, 4vw, 1.8rem) !important;
  text-transform: uppercase;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 21.9rem;
  margin-bottom: 3.3rem;
  margin-left: 2.5rem;
  margin-top: 1.5rem;
  text-align: center;
}

.s-hero a img {
  margin-left: 0.7rem;
}

.s-hero .box-logo {
  width: 100%;
  background: url(https://d9ha122qxxdna.cloudfront.net/laricel/dinner/img/nuvem.png);
  background-size: contain;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}

.s-hero .box-logo img {
  max-width: 32.6rem;
  margin-top: 6.9rem;
  margin-bottom: 1.9rem;
  height: 100%;
}

.s-near {
  background-color: var(--brand-color-black);
  padding: 4.9rem 0 8.6rem;
}

.s-near .container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.s-near .title {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}

.s-near .title h1,
.s-near .title h1 span {
  font-family: var(--brand-font-primary);
  color: var(--brand-color-white);
  text-align: center;
  margin-bottom: 3.2rem;
  font-size: clamp(3.6rem, 5vw, 3.6rem);
  line-height: 3.8rem;
}

.s-near .title p {
  color: var(--brand-color-white);
  font-family: var(--brand-font-secondary);
  font-weight: 400;
  text-align: center;
  font-size: clamp(1.6rem, 5vw, 1.6rem);
  line-height: 2rem;
}

.s-near .title p:nth-last-child(1) {
  padding-bottom: 2rem;
}

.s-near .title p span {
  font-weight: 700;
}

.s-near .title h1 span {
  font-weight: 600;
}

.s-near .title h1 {
  font-weight: 400;
}

.s-near .title .info-title {
  padding-bottom: 2rem;
}

.s-howto {
  position: relative;
  top: -7rem;
}

.s-howto .box-logo {
  width: 100%;
  background: url(https://d9ha122qxxdna.cloudfront.net/laricel/dinner/img/nuvem.png);
  background-size: contain;
  left: 0;
  right: 0;
  display: flex;
  padding: 2rem 0;
  justify-content: center;
}

.s-howto .title {
  margin: 3.2rem auto auto;
  max-width: 80%;
}

.s-howto .title h1,
.s-howto .title h1 span {
  font-family: var(--brand-font-primary);
  text-align: center;
  font-size: clamp(3.5rem, 5vw, 3.5rem);
  line-height: 4.8rem;
}

.s-howto .title h1 span {
  font-weight: 700;
  color: var(--brand-color-blue-500);
}

.s-howto .title h1 {
  font-weight: 600;
  color: var(--brand-color-blue-500);
}

.s-howto h3 {
  color: var(--brand-color-blue-500);
  font-size: clamp(2.4rem, 5vw, 2.4rem);
  font-family: var(--brand-font-secondary);
  display: flex;
  justify-content: center;
}

.s-howto .info {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding-top: 2.4rem;
}

.s-howto .info p {
  padding-bottom: 1.1rem;
  font-family: var(--brand-font-secondary);
  font-weight: 600;
  font-size: clamp(1.6rem, 5vw, 1.6rem);
  width: 100%;
  max-width: 31.5rem;
  color: var(--brand-color-gray-1000);
  line-height: 1.8rem;
  border-bottom: 1px solid var(--brand-color-gray-200);
}
.s-howto .info p span {
  font-weight: 700;
}
.s-formulario {
  background: var(--brand-color-gray-250);
  padding: 4.7rem 0 0;
}

.s-formulario .info {
  text-align: center;
  font-family: var(--brand-font-secondary);
  font-weight: 400;
  font-size: clamp(1.6rem, 4vw, 1.6rem);
  color: var(--brand-color-gray-1000);
  max-width: 81%;
  margin: 0 auto;
}

.s-formulario h3 {
  color: var(--brand-color-blue-500);
  font-size: clamp(2.4rem, 5vw, 2.4rem);
  font-family: var(--brand-font-secondary);
  display: flex;
  justify-content: center;
  margin-bottom: 1.6rem;
}

.s-formulario p span,
.s-formulario h5,
.s-formulario strong {
  font-weight: 600;
}

.s-formulario h5 {
  color: var(--brand-color-blue-500);
}

.s-formulario p {
  padding: 2rem 0;
}

.tiktok .s-formulario p {
  padding-top: 0;
}

.s-formulario .img {
  display: flex;
  justify-content: center;
  margin-top: 3.2rem;
}

.s-formulario form {
  display: flex;
  flex-direction: column;
  background: var(--brand-color-gray-150);
  margin: 0 auto;
  max-width: 90%;
  border-radius: 0.8rem;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  padding: 2.8rem 1.2rem;
  position: relative;
  top: -4rem;
}

.s-formulario form p {
  text-align: center;
  font-family: var(--brand-font-secondary);
}

.s-formulario form p span {
  color: var(--brand-color-pink-500);
}

.s-formulario form h1 {
  font-size: clamp(2rem, 4vw, 2rem);
  font-family: var(--brand-font-primary);
  text-align: center;
  font-weight: 600;
  color: var(--brand-color-pink-500);
  line-height: 2rem;
  margin-bottom: 1.9rem;
}

.s-formulario form label {
  font-family: var(--brand-font-primary);
  font-weight: 600;
  color: var(--brand-color-gray-350);
  margin-top: 1.9rem;
  margin-bottom: 1rem;
  font-size: clamp(1.2rem, 4vw, 1.2rem);
}
.s-formulario .info-video {
  max-width: 80%;
  margin: 0 auto;
}
.s-formulario .info-video p {
  padding-bottom: 0;
}
.bg-progress {
  background-color: #5b5b5b;
  width: 100%;
  height: 0.3rem;
  margin-top: 1rem;
  transition: all ease 0.6s;
}

.bg-progress .laricel-validate {
  background: #ff0b53;
  width: 25%;
  height: 0.3rem;
  display: block;
  margin-bottom: 0.8rem;
  position: relative;
  transition: all ease 0.6s;
  z-index: 20;
}

.bg-progress .tiktok-validate {
  background: #ff0b53;
  width: 25%;
  height: 0.3rem;
  display: block;
  margin-bottom: 0.8rem;
  position: relative;
  transition: all ease 0.6s;
  z-index: 20;
}

.bg-progress .first {
  background: #ff0b53;
  width: 50%;
  height: 0.3rem;
  display: block;
  position: relative;
  transition: all ease 0.6s;
  z-index: 20;
}

.bg-progress .second {
  background: #ff0b53;
  width: 75%;
  height: 0.3rem;
  display: block;
  position: relative;
  transition: all ease 0.6s;
  z-index: 20;
}

.bg-progress .third {
  background: #ff0b53;
  width: 100%;
  height: 0.3rem;
  display: block;
  position: relative;
  transition: all ease 0.6s;
  z-index: 20;
}

.s-formulario form input,
.s-formulario form select {
  height: 4rem;
  width: 100%;
  margin: 0.8rem 0;
  border-radius: 0.8rem;
  padding: 0 1.2rem;
  color: var(--brand-color-gray-1000);
  background: var(--brand-color-white);
  font-family: var(--brand-font-secondary);
  font-size: clamp(1.8rem, 4vw, 1.8rem);
  line-height: 1.2rem;
}

.s-formulario form input#laricelfileThird {
  color: transparent;
  opacity: 0;
  height: 0;
  padding: 0;
  width: 0;
  margin: 0;
}

.s-formulario form .box-concordo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.s-formulario form .box-concordo #concordo {
  height: 5.7rem;
  margin: 0;
  width: auto;
}

.s-formulario form .box-concordo label {
  align-items: center;
  justify-content: center;
  font-size: clamp(1.6rem, 4vw, 1.6rem);
  margin-left: 1rem;
}

.s-formulario form .box-concordo a {
  padding: 0;
  background: none;
  text-decoration: underline;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  color: var(--brand-color-black);
}

.s-formulario form .laricel-validatebox {
  margin-bottom: 6rem;
}

.s-formulario form .tiktok-validatebox {
  margin-bottom: 6rem;
}

.s-formulario form .laricelfinal-step h1 {
  margin-top: 2rem;
}

.s-formulario form .laricelthird-step label#laricel-upload-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.s-formulario form .laricelthird-step label#laricel-upload-img .message-upload {
  padding-top: 2rem;
  color: var(--brand-color-pink-500);
}

.s-formulario form .tiktokfinal-step h1 {
  margin-top: 2rem;
}

.s-formulario form .btns-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.s-formulario form .next-form {
  background: none;
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.s-formulario form .back-form {
  background: none;
  position: relative;
  display: flex;
  justify-content: flex-start;
}

.s-plans {
  margin-top: 8.8rem;
  margin-bottom: 9.2rem;
  text-align: center;
}

.s-plans .chip {
  display: flex;
  justify-content: center;
}

.s-plans .info {
  margin: 2.3rem auto auto;
  max-width: 80%;
}

.s-plans .info h2,
.s-plans .info span {
  font-family: var(--brand-font-primary);
  color: var(--brand-color-gray-1000);
  font-size: clamp(3.6rem, 5vw, 3.6rem);
  font-weight: 300;
  line-height: 3.8rem;
}

.s-plans .info span {
  font-weight: 600;
}

.s-plans .info p {
  font-family: var(--brand-font-secondary);
  font-weight: 400;
  color: var(--brand-color-gray-500);
  font-size: clamp(2.4rem, 5vw, 2.4rem);
  width: 100%;
  max-width: 219px;
  margin: 0 auto;
  line-height: 3.1rem;
  padding: 2.4rem 0 3.3rem;
  text-align: center;
}

.s-plans .info small {
  font-family: var(--brand-font-secondary);
  font-weight: 600;
  color: var(--brand-color-gray-500);
  line-height: 1.8rem;
  font-size: clamp(1.6rem, 4vw, 1.6rem);
}

.choose .s-plans {
  padding-top: 5.8rem;
  margin-top: 0;
  padding-bottom: 9rem;
  margin-bottom: 0;
}

.s-plans .container {
  max-width: 80%;
  margin: 0 auto;
}

.s-plans .logo {
  display: flex;
  justify-content: center;
}

.s-plans .title {
  display: flex;
  margin-top: 2.8rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.s-plans .info .whats .header,
.s-plans .info .tel .header {
  display: flex;
  justify-content: center;
}

.s-plans .info .plus {
  font-size: clamp(5.4rem, 5vw, 5.4rem);
  font-family: var(--brand-font-secondary);
  font-weight: bold;
}

.s-plans .info .whats .header h5,
.s-plans .info .tel .header h5 {
  margin-left: 0.5rem;
  font-family: var(--brand-font-secondary);
  font-size: clamp(2.4rem, 4vw, 2.4rem);
  line-height: 1.9rem;
}

.s-plans .info .whats p {
  font-family: var(--brand-font-secondary);
  font-size: clamp(1.6rem, 4vw, 1.6rem);
  line-height: 1.6rem;
}

.s-plans .info .tel {
  padding-bottom: 3.6rem;
}

.s-plans .ilustracao-tiktok {
  margin-bottom: 4rem;
}

.s-plans .title h2 {
  font-family: var(--brand-font-primary);
  font-weight: bold;
  font-size: clamp(2.4rem, 4vw, 2.4rem);
  line-height: 2.6rem;
  letter-spacing: -0.05rem;
  text-transform: uppercase;
  color: var(--brand-color-black);
  margin-top: 1.1rem;
}

.s-plans .title p {
  font-family: var(--brand-font-primary);
  font-size: clamp(2rem, 4vw, 2rem);
  line-height: 2.4rem;
  text-transform: uppercase;
  letter-spacing: -0.05rem;
  text-align: center;
  color: var(--brand-color-black);
  width: 100%;
  max-width: 57.8rem;
  margin-top: 2.8rem;
  margin-bottom: 5.8rem;
}

.s-plans .footer-plans a {
  background: var(--brand-color-pink-500);
  font-family: var(--brand-font-secondary);
  font-weight: bold;
  font-size: clamp(1.8rem, 4vw, 1.8rem);
  margin-top: 2rem;
  width: 100%;
}

.s-help {
  display: flex;
  justify-content: center;
  background: var(--brand-color-black);
  padding: 5.3rem 0;
  flex-direction: column;
}

.s-help .img {
  display: flex;
  justify-content: center;
}

.s-help .title {
  color: var(--brand-color-white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 4rem;
  align-items: center;
  max-width: 80%;
  margin: 0 auto;
}

.s-help .title h4,
.s-help .title h4 span {
  font-size: clamp(3.6rem, 4vw, 3.6rem);
}

.s-help .title h4 {
  font-weight: 300;
  line-height: 4.2rem;
  max-width: 28rem;
  margin: 0 auto;
  text-align: center;
}

.s-help .title h4 span {
  font-weight: 700;
}

.s-help .title p {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: clamp(1.5rem, 4vw, 1.6rem);
}

.s-help .title p:nth-last-child(1) {
  padding: 1.4rem 0 0;
}

.s-help .container {
  background: none;
  padding: 0 1.5rem;
}

.s-help .chat {
  text-align: center;
}

.s-help .chat a {
  width: 100%;
  border-radius: 0.8rem;
  margin-top: 1.7rem;
  color: var(--brand-color-white);
}

/* accordion */
.heading-primary {
  font-size: 2em;
  padding: 2em;
  text-align: center;
}

.accordion-list::after {
  content: "";
  display: block;
  height: 1em;
  width: 100%;
  background-color: darken(var(--brand-color-white), 10%);
}

.accordion dd,
.accordion__panel {
  font-size: 1em;
  line-height: 1.5em;
  max-width: 35.7rem;
  margin: 0 auto;
  color: var(--brand-color-white);
  padding-bottom: 1rem;
}
.accordion p {
  padding: 1rem;
  font-family: var(--brand-font-secondary);
  font-weight: 400;
  line-height: 2rem;
  font-size: clamp(1.6rem, 4vw, 1.6rem);
}

.accordion {
  position: relative;
  margin-top: 4.3rem;
}

.accordionTitle,
.accordion__Heading {
  background-color: var(--brand-color-white);
  margin: 0 auto 0.9rem;
  font-weight: 600;
  padding: 1rem 2.9rem;
  font-family: var(--brand-font-secondary);
  border-radius: 0.4rem;
  display: flex;
  text-decoration: none;
  color: var(--brand-color-gray-900);
  transition: background-color 0.5s ease-in-out;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(1.6rem, 4vw, 1.6rem);
}

.accordionTitle::after,
.accordion__Heading::after {
  content: "+";
  font-size: 2.4rem;
  color: var(--brand-color-blue-500);
  transition: transform 0.3s ease-in-out;
}

.accordion__Heading:hover {
  background-color: darken(var(--brand-color-white), 10%);
}

.accordionTitle.is-expanded::after {
  transform: rotate(-225deg);
}

.accordionItem {
  height: auto;
  overflow: hidden;
  max-height: auto;
  transition: max-height 1s;
}

.accordionItem.is-collapsed {
  max-height: 0;
}

.no-js .accordionItem.is-collapsed {
  max-height: auto;
}

.animateIn {
  animation: accordionIn 0.45s normal ease-in-out both 1;
}

.animateOut {
  animation: accordionOut 0.45s alternate ease-in-out both 1;
}

@keyframes accordionIn {
  0% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
    transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@media screen and (min-width: 48em) {
  .accordionItem {
    max-height: auto;
    transition: max-height 0.5s;
  }
}

@keyframes accordionOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
  }
}

.s-footer {
  padding-top: 5.6rem;
  padding-bottom: 8.5rem;
}

.s-footer .container {
  padding: 0 1.5rem;
}

.s-footer .wrapper {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
}

.s-footer .wrapper .left {
  width: 100%;
  max-width: 13.9rem;
}

.s-footer .box-logos {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 3.7rem;
}

.s-footer .wrapper .left {
  max-width: 100%;
  display: flex;
  align-items: center;
}

.s-footer .box-logos a {
  background: none;
  padding: 0;
}

.s-footer .separator {
  width: 1px;
  background: var(--brand-color-black);
  height: 50px;
}

.s-footer .wrapper .left .logos a {
  padding: 0;
  background: none;
  margin-bottom: 2rem;
}

.s-footer .wrapper .left .logos .laricel {
  margin-right: 2.4rem;
}

.s-footer .wrapper .left .redes-sociais {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 3.7rem;
  justify-content: space-between;
}

.s-footer .wrapper .left p {
  font-family: var(--brand-font-primary);
  font-size: clamp(0.7rem, 4vw, 1.4rem);
  line-height: 1.8rem;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--brand-color-black);
  display: flex;
  justify-content: center;
  padding-bottom: 1rem;
}

.s-footer .wrapper .left .redes-sociais a {
  padding: 0;
  background: none;
  filter: brightness(0.1);
}

.s-footer .wrapper .left .redes-sociais .instagram {
  margin-right: 0.6rem;
  margin-left: 0.6rem;
}

.s-footer .wrapper .right {
  width: 100%;
  max-width: 86.3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s-footer .wrapper .right .flex-items {
  display: flex;
  width: 100%;
}

.s-footer .wrapper .right .link-pages h3 {
  font-family: var(--brand-font-secondary);
  font-size: clamp(0.8rem, 4vw, 1.6rem);
  font-weight: 700;
  line-height: 2.1rem;
  letter-spacing: -0.0318182rem;
  margin-bottom: 2.7rem;
}

.s-footer .wrapper .right .link-pages {
  width: 100%;
}

.s-footer .wrapper .right .link-pages a {
  padding: 0;
  background: none;
  font-family: var(--brand-font-secondary);
  font-weight: 600;
  font-size: clamp(0.9rem, 4vw, 1.8rem);
  line-height: 2.6rem;
  letter-spacing: -0.05rem;
  color: var(--brand-color-black);
}

.s-footer .wrapper .right .link-pages ul li {
  margin-bottom: 1rem;
}

.s-footer .wrapper .right .link-pages ul li:last-child {
  margin-bottom: 0;
}

.s-footer .wrapper .right .info-chip {
  width: 100%;
}

.s-footer .wrapper .right .info-chip h3 {
  font-family: var(--brand-font-secondary);
  font-weight: 700;
  font-size: clamp(0.8rem, 4vw, 1.6rem);
  line-height: 2.1rem;
  letter-spacing: -0.0318182rem;
  margin-bottom: 2.7rem;
}

.s-footer .wrapper .right .info-chip a {
  padding: 0;
  background: none;
  display: flex;
  align-items: center;
}

.s-footer .wrapper .right .info-chip a span {
  font-family: var(--brand-font-secondary);
  font-weight: 600;
  font-size: clamp(0.9rem, 4vw, 1.8rem);
  line-height: 2.6rem;
  letter-spacing: -0.5px;
  color: var(--brand-color-black);
}

.s-footer .wrapper .right .info-chip a img {
  margin-right: 1.1rem;
  filter: brightness(0.1);
}

.s-footer .wrapper .right .info-chip ul li {
  margin-bottom: 1rem;
}

.s-footer .wrapper .right .info-chip ul li:last-child {
  margin-bottom: 0;
}

.s-footer .wrapper .right .apps a {
  padding: 0;
  background: none;
}

.s-footer .wrapper .right .apps {
  display: flex;
  align-items: center;
  margin-bottom: 5.4rem;
  flex-direction: column;
  width: 100%;
}

.s-footer .wrapper .right .apps p {
  font-family: var(--brand-font-secondary);
  font-size: clamp(0.8rem, 4vw, 1.6rem);
  line-height: 1.9rem;
  width: 100%;
  max-width: 19.9rem;
  margin: 0 0 1.1rem;
}

.s-footer .wrapper .right .apps .apple {
  margin-right: 1.6rem;
}

.s-footer .wrapper .right .apps .icons {
  display: flex;
  justify-content: center;
}

.s-footer .wrapper .right .pagamentos {
  width: 100%;
}

.s-footer .wrapper .right .pagamentos p {
  font-family: var(--brand-font-secondary);
  font-size: clamp(0.8rem, 4vw, 1.6rem);
  line-height: 1.9rem;
  margin-bottom: 1.5rem;
  max-width: 23.7rem;
  margin: 1.7rem auto 0;
}

.s-footer .wrapper .right .pagamentos .icons {
  display: flex;
  justify-content: center;
}

.s-footer .wrapper .right .pagamentos img {
  display: inline-block;
  filter: brightness(0.1);
}

.s-footer .social {
  font-family: var(--brand-font-secondary);
  font-size: clamp(1.4rem, 4vw, 1.4rem);
  line-height: 1.6rem;
}

.s-footer {
  padding-top: 4rem;
}

.choose .s-footer {
  background-color: #ffffff;
  position: relative;
  top: -1px;
}

.s-footer .wrapper .right .link-pages,
.s-footer .wrapper .right .app,
.s-footer .wrapper .right .info-chip {
  width: 100%;
  max-width: 100%;
}

.s-footer .wrapper .right .app {
  margin-top: 6rem;
}

.s-footer .wrapper .right .apps {
  margin-bottom: 3rem;
}

.s-footer .wrapper .right .apps img {
  filter: brightness(0.1);
}

.s-footer .wrapper {
  flex-direction: column;
  align-items: center;
}

/* menu */
.s-menu-aside {
  width: 100%;
  max-width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(47, 47, 47, 0.8);
  z-index: 100;
  display: none;
}

.s-menu-aside .box-logos {
  display: flex;
  align-items: center;
  max-width: 159px;
  margin: 0 auto;
  justify-content: space-between;
  width: 100%;
}

.s-menu-aside .separator {
  width: 1px;
  background: var(--brand-color-black);
  height: 50px;
}

.s-menu-aside .box-logos a {
  background: none;
  padding: 0;
}

.s-menu-aside.active {
  display: block;
}

.s-menu-aside .closeI {
  position: absolute;
  top: 2.2rem;
  right: -4.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.s-menu-aside .close-icon {
  width: 3.5rem;
  height: 3.5rem;
  background-color: var(--brand-color-white);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.s-menu-aside .closeI span {
  font-size: 0.8rem;
  line-height: 1rem;
  text-transform: uppercase;
  color: var(--brand-color-white);
  margin-top: 0.5rem;
}

.s-menu-aside .items {
  width: 100%;
  max-width: 27.6rem;
  padding-top: 2.1rem;
  margin-right: auto;
  margin-left: auto;
}

@keyframes bullets {
  from {
    margin-left: -37.5rem;
  }
  to {
    margin-left: 0;
  }
}

.s-menu-aside .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.s-menu-aside .box-logos {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.s-menu-aside .header a {
  background-color: transparent;
  padding: 0;
}

.s-menu-aside .header a img {
  max-width: 10rem;
}

.s-menu-aside .header a:first-child {
  margin-right: 1rem;
}

.s-menu-aside .header .chat span {
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: var(--brand-color-black);
  text-align: center;
  display: block;
}

.s-menu-aside .items p {
  font-size: 1rem;
  line-height: 1.2rem;
  color: var(--brand-color-black);
  border-bottom: 1px solid var(--brand-color-gray-300);
  width: 100%;
  max-width: 26.5rem;
  padding-bottom: 1.5rem;
  margin-top: 3.3rem;
  margin-left: 1rem;
}

.s-menu-aside .items ul {
  margin-top: 2.4rem;
}

.s-menu-aside .items ul li a {
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: var(--brand-color-black);
  cursor: pointer;
  background-color: transparent;
  display: inline-block;
}

.s-menu-aside .items ul li a::before {
  content: "";
  background-image: url(https://d9ha122qxxdna.cloudfront.net/laricel/campanha-tiktok/img/frame/bullets.svg);
  background-position: center;
  background-size: contain;
  width: 0.7rem;
  height: 0.8rem;
  display: inline-block;
  margin-right: 1rem;
}

.s-menu-aside .items ul li:nth-child(2) a {
  font-weight: 700;
}

.s-menu-aside .items ul li:nth-child(7) a {
  padding-top: 2.2rem;
  padding-bottom: 2.8rem;
  width: 100%;
}

.s-menu-aside .menu {
  width: 100%;
  max-width: 33.2rem;
  height: 100vh;
  background-color: var(--brand-color-white);
  border-right: 2rem solid rgba(47, 47, 47, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  animation: bullets 1s ease forwards;
}

.s-menu-aside .redes {
  background-color: var(--brand-color-pink-500);
  padding-top: 5.2rem;
  padding-bottom: 6.2rem;
}

.s-menu-aside .redes-wrapper {
  width: 100%;
  max-width: 25.4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}

.s-menu-aside .redes-icons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.s-menu-aside .redes-icons span {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 139.8%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  text-align: center;
  color: var(--brand-color-white);
  display: block;
  margin-top: 1.6rem;
}

.s-header .menu-mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.s-header .menu-mobile img {
  cursor: pointer;
}

.s-header .menu-mobile span {
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

#btnUnlocked {
  z-index: 100;
}

.s-header .btn-menu {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  background-color: var(--brand-color-black);
  color: var(--brand-color-white);
  padding: 1.3rem 3.4rem;
}

.s-header .chat {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.s-header .chat span {
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: var(--brand-color-black);
  margin-bottom: 0.2rem;
}

.swal2-title {
  font-size: 3.5rem;
}

.swal2-html-container {
  font-size: 1.8rem;
}

.tiktok .dt-hide-tiktok {
  display: none !important;
}

.tiktok .hide-tiktok {
  display: none !important;
}

.laricel .hide-laricel {
  display: none !important;
}
