/* Definindo a fonte personalizada */
@font-face {
  font-family: "Berthold Akzidenz Grotesk";
  src: url("assets/berthold-akzidenz-grotesk-extended.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  /* Melhora a performance de carregamento */
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: table;
  overflow-x: hidden;
  box-sizing: border-box;
}

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

body {
  background-color: #f8f6ee;
  background-image: url(assets/texture.png);
  background-repeat: repeat;
  font-size: clamp(0.75rem, 0.65rem + 0.35vw, 1.1rem);
}

.content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-block: 5rem;
  width: 100%;
}

.content p {
  color: #614c38;
  font-family: "Berthold Akzidenz Grotesk", sans-serif;
  font-weight: 400;
  font-stretch: expanded;
  font-size: 0.75rem;
  line-height: 1.35;
  letter-spacing: 0.3em;
  text-align: center;
}

.content .mobile {
  display: none;
}

.content .images {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.content .images .text-image {
  display: flex;
  align-items: center;
  margin: 25px 0;
}

.content .images .text-image svg {
  margin: 0;
  margin-left: 0;
  max-width: 100%;
  height: 13px;
}

.content .logo {
  width: 11rem;
  margin-bottom: 2rem;
}

.content .embreve {
  margin-bottom: 3rem;
}

#text-content {
  max-width: 40.125rem;
  margin: 0 auto;
}

.content a svg {
  margin-top: 2rem;
}

.content .instagram {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #614c38;
  font-family: "Berthold Akzidenz Grotesk", sans-serif;
  font-weight: 400;
  width: 160px;
  margin: 35px auto;
}
.content .instagram .link {
  display: flex;
  align-items: center;
}
.content .instagram .link:hover p {
  text-decoration: underline;
}
.content .instagram .link p {
  margin-right: 7px;
}
.content .instagram .link i {
  font-size: 22px;
}

@media (max-width: 768px) {
  .content {
    padding-inline: 24px;
  }

  .content .embreve {
    margin-bottom: 2rem;
  }

  .content .desktop {
    display: none;
  }

  .content .mobile {
    width: 100%;
    display: block;
  }

  .content .images svg {
    max-width: calc(100vw - 48px);
  }

  .content a svg {
    max-width: calc(100vw - 48px);
    width: 100%;
  }
}

@media (max-width: 48rem) {
  .content {
    padding-block: 3.5rem;
    padding-inline: 24px;
  }

  .content .embreve {
    margin-bottom: 2rem;
  }

  .content .images svg {
    max-width: calc(100vw - 48px);
  }

  .content a svg {
    max-width: calc(100vw - 48px);
    width: 100%;
  }
}

.tb_button {
  padding: 1px;
  cursor: pointer;
  border-right: 1px solid #8b8b8b;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.tb_button.hover {
  borer: 2px outset #def;
  background-color: #f8f8f8 !important;
}

.ws_toolbar {
  z-index: 100000;
}

.ws_toolbar .ws_tb_btn {
  cursor: pointer;
  border: 1px solid #555;
  padding: 3px;
}

.tb_highlight {
  background-color: yellow;
}

.tb_hide {
  visibility: hidden;
}

.ws_toolbar img {
  padding: 2px;
  margin: 0px;
}
