/** Shopify CDN: Minification failed

Line 564:0 All "@import" rules must come first

**/
body {
  letter-spacing: 0.25px;
}

.d-flex {
  display: flex;
}

@media (min-width: 991px) {
  .d-lg-flex {
    display: flex;
  }
}

.flex-wrap {
  flex-wrap: wrap;
}

.m-auto {
  margin: auto;
}
.ml-auto {
  margin-left: auto;
}

@media (min-width: 991px) {
  .ml-ls-auto {
    margin-left: auto;
  }
}

.mt-40 {
  margin-top: 40px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-96 {
  margin-top: 96px;
}

.px-1 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.flex-column {
  flex-direction: column;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: end;
}

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

.align-items-start {
  align-items: start;
}

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

@media (min-width: 767px) {
  .align-items-md-center {
    align-items: center;
  }
  .align-items-md-end {
    align-items: end;
  }
}

.align-items-end {
  align-items: end;
}

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

@media (min-width: 767px) {
  .text-md-center {
    text-align: center;
  }
  .text-md-right {
    text-align: right;
  }
}

@media (min-width: 991px) {
  .text-ls-right {
    text-align: right;
  }
}

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

.text-creme {
  color: #7a7267;
}

.space-between {
  justify-content: space-between;
}

.gap-1 {
  gap: 1rem;
}

.gap-64 {
  gap: 64px;
}

.gap-72 {
  gap: 72px;
}

.w-100 {
  width: 100%;
}

.order-0 {
  order: 0;
}

@media (min-width: 750px) {
  .order-md-2 {
    order: 2;
  }
}

.order-1 {
  order: 1;
}

.text-blue {
  color: #202a3d;
}

.text-medium {
  font-weight: 500;
}

.text-fm-jost {
  font-family: "Jost", sans-serif;
}

.margin-0 {
  margin: 0;
}

.gap-32 {
  gap: 32px;
}

@media (min-width: 768px) {
  .d-md-flex {
    display: flex;
  }
  .flex-md-row {
    flex-direction: row;
  }
}

img {
  max-width: 100%;
}

.processos-wrap {
  margin-top: 44px;
  margin-bottom: 40px;
  width: 100%;
  max-width: 650px;
  gap: 30px;
  flex-wrap: wrap;
}

@media (max-width: 400px) {
  .processos-wrap {
    justify-content: center;
  }
}
.processos-wrap div {
  display: inherit;
  flex-direction: column;
  align-items: center;
}

.processos-wrap img {
  height: 80px;
}

.saiba-mais-a {
  font-size: 18px;
  color: #202a3d;
}

@media (min-width: 767px) {
  .personalizados-title-wrap > p {
    max-width: 590px;
    text-align: right;
  }
}

.diferenciais-wrap {
  max-width: 1344px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  margin-top: 80px;
}

.diferenciais-wrap.small {
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  grid-column-gap: 24px;
  margin-top: 40px;
  font-size: 15px;
}

.diferenciais-wrap.small img {
  max-height: 42px;
}

.diferenciais-wrap.small div {
  text-align: center;
}

.diferenciais-wrap img {
  margin-top: auto;
}

.diferencial-title-wrap {
  min-height: 160px;
}

.diferencial-title-wrap {
  min-height: unset;
}

.diferenciais-section-wrap {
  background-color: #ebe5de;
  padding-top: 120px;
  padding-bottom: 120px;
}

.footer-links-wrap {
  gap: 1rem;
}

@media (min-width: 768px) {
  .footer-links-wrap {
    gap: 60px;
  }

  .flex-md-row {
    flex-direction: row;
  }
}
.contatos {
  margin-top: 64px;
}

.footer-daniela-wrap {
  gap: 32px;
}

@media (max-width: 750px) {
  .footer-daniela-wrap {
    margin-top: 80px;
  }
}

.hr-divisor {
  height: 2px;
  color: #afa393;
  margin: 0;
}

.footer {
  color: #e7dfd3;
}

.footer-link {
  font-weight: 500;
  color: #e7dfd3;
  font-size: 2rem;
  text-decoration: none;
}

.footer-link.social {
  font-size: 16px;
  font-weight: 400;
}

.icone-lado-texto {
  width: 35px;
}

@media (min-width: 750px) {
  .icone-lado-texto {
    width: 50px;
  }

  .split-column-wrap > div {
    width: 50%;
  }

  .split-column-wrap.encomendas > div:first-child {
    width: 60%;
  }

  .split-column-wrap > div:last-child {
    padding-left: 6%;
  }
}

.encontros-text {
  max-width: 280px;
}

.images-wrap_encomendas {
  gap: 24px;
}

@media (max-width: 768px) {
  .images-wrap_encomendas {
    margin-top: 80px;
  }
  .image-wrap_vivencias {
    margin-top: 80px;
  }
}
.ul_encomendas {
  list-style-type: none;
}

.text-big {
  font-size: 60px;
  line-height: 0.8;
}

@media (min-width: 750px) {
  .text-big {
    font-size: 96px;
  }

  .content-wrap_encomendas {
    margin-top: 12%;
  }
}

.review-wrap {
  padding: 16px;
  background-color: #ebe5de;
  gap: 12px;
}

.initial-wrap_review {
  padding: 20px;
  background-color: #202a3d;
  color: #afa393;
  min-width: 60px;
}

.review-text {
  max-width: 70%;
}

@media (max-width: 767px) {
  .initial-wrap_review {
    display: none;
  }
}

/* sac */
.sac_wrapper {
  max-width: 920px;
  margin: auto;
  font-family: "Jost", sans-serif;
  margin-top: 60px;
}

.buttonWrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.tab-button {
  font-family: "Jost", sans-serif;
  border: none;
  padding: 10px 0px;
  font-size: 18px;
  cursor: pointer;
  transition: 0.2s;
  background: none;
  color: rgb(32 42 61 / 0.5);
  transition: 0.2s;
  text-transform: lowercase;
}

@media (max-width: 630px) {
  .tab-button {
    text-align: left;
  }
}

.tab-button.active {
  color: #232c3d;
}

.content {
  display: none;
  padding: 10px 20px;
  opacity: 1;
  transition: opacity 0.2s cubic-bezier(0.42, 0, 0.34, 1.01);
  color: rgb(32 42 61);
  margin-top: 10%;
}

.content.active {
  display: block;
}

.img_sac {
  margin-top: 32px;
  max-width: 70%;
}

@media (max-width: 991px) {
  .hr-title-wrap hr {
    top: 70px !important;
  }
}

/* theme class modifications */

@media (max-width: 750px) {
  .image-with-text__content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .img_sac {
    max-width: 100%;
    width: 100%;
  }
}

.card__heading {
  font-size: 18px;
}

.card__information {
  font-size: 20px;
  font-family: "Jost", sans-serif;
}

.card-information {
  margin-top: 20px;
}

.price {
  font-size: 20px;
  font-weight: 500;
}

.button {
  padding: 12px 24px;
  min-width: unset;
  min-height: unset;
}

/* fonts */

@font-face {
  font-family: "Jost";
  src: url("Jost-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Jost";
  src: url("Jost-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Jost";
  src: url("Jost-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Jost";
  src: url("Jost-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "YsabeauOffice";
  src: url("YsabeauOffice-VariableFont.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "YsabeauOffice";
  src: url("YsabeauOffice-VariableFont.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "YsabeauOffice";
  src: url("YsabeauOffice-VariableFont.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "YsabeauOffice";
  src: url("YsabeauOffice-VariableFont.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

.hr-header-wrap {
  padding-left: 2.8rem;
  padding-right: 2.8rem;
}

@media (max-width: 750px) {
  .hr-header-wrap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");

.accordion p {
  margin-left: auto;
  max-width: 500px;
}

duvida {
  padding: 1rem;
  margin: 1rem;
}

.accordion-vivencias {
  appearance: none;
  position: fixed;

  & ~ div {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s;
  }

  &:checked ~ div {
    max-height: 200px;
  }
}

.toonbo {
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #afa393;
}

@media (max-width: 750px) {
  :root {
    --grid-mobile-horizontal-spacing: 1.5rem;
  }
}
