

#expandableGallery:not(.is-ready),
.envelope-stack:not(.is-ready) {
  visibility: hidden;
}

.expandable-gallery:not(.is-expanded) .expandable-gallery__stage:not(.is-dragging) {
  transition: transform 0.5s cubic-bezier(0.4, 0.2, 0.2, 1);
}

@keyframes rise-into-place {
  from {
    transform: translateY(100vh);
  }
  to {
    transform: translateY(0);
  }
}

html.mesa-pronta .envelope-stack {
  visibility: visible;
}

html.mesa-assentando #expandableGallery,
html.mesa-assentando #expandableGallery * {
  transition: none !important;
  animation: none !important;
}

html.mesa-assentando #expandableGallery .expandable-gallery__card {
  pointer-events: none;
}

html.restaurando-app,
html.restaurando-app * {
  transition: none !important;
  animation: none !important;
}

.desktop-signature {

width: min(43.7vw, 655px);
  height: auto;
  fill: #DB3545;
  pointer-events: none;
  z-index: 0;
}

rect[id^="assinaturaCarga"] {
  fill: #DB3545;
}

body.page-folio .desktop-signature {
  transform: translateY(calc(-209 * var(--u)));
}

html:not(.tem-boot) .chamada-mesa {
  position: fixed;

top: calc(clamp(5.5rem, 11vh, 8rem)
            + max(0px, (100vh - 768px) * 0.128));
  left: clamp(1.25rem, 5vw, 5rem);
  margin: 0;

max-width: min(
    58vw,
    68rem,
    calc(100vw - var(--arte-larg) * 0.40104
         - clamp(1.25rem, 5vw, 5rem) - 12px));

font-family: 'Krona One', 'Source Sans 3', system-ui, sans-serif;

font-size: max(26px, calc(49 * min(1px, 100vw / 1920, 100vh / 900)));

line-height: 1.2;
  letter-spacing: 0.010em;
  color: #DB3545;
  
  pointer-events: none;
  
  z-index: 1;
}

.chamada-mesa {

display: block;
}

.chamada-mesa__quebra { display: none; }

.chamada-mesa__obra {
  display: block;
  margin-top: min(0.85em, 2vh);
  font-family: 'Source Sans 3', system-ui, sans-serif;
  font-size: max(12px, 0.30em);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.85), 0 0 6px rgba(0, 0, 0, 0.65);
}

html.tem-boot .chamada-mesa {
  display: none;
}

body.page-folio {

--rodape-linha2: calc(max(14px, calc(15 * var(--u))) * 1.25 + 0.35rem);

  --marca-topo: clamp(1rem, 2.5vh, 1.75rem);
  --marca-esq: clamp(1.25rem, 5vw, 5rem);

--marca-larg: clamp(10.5rem, 12vw, 14.5rem);
  --marca-alt: calc(var(--marca-larg) * 0.1635);
}

html:not(.tem-boot) body.page-folio .desktop-signature {
  position: fixed;
  top: var(--marca-topo);
  left: var(--marca-esq);
  width: var(--marca-larg);
  fill: #ffffff;

transform: none;
}

:root {

--u: max(0.42px, min(1px, 100vw / 1920, 100vh / 900));

--r-barra: max(16px, calc(16 * var(--u)));
}

html.hero-cai-espera body.page-folio { background-image: none !important; }

body.page-folio {
  --arte-larg: max(950px, min(1920px, 146vw));

  background-image: url('../assets/1920.webp');
  background-repeat: no-repeat;
  background-size: var(--arte-larg) auto;

--arte-topo: calc(116px - var(--arte-larg) * 0.1022);

  background-position: right var(--arte-topo);
  background-attachment: fixed;
}

@media (min-width: 601px){
  body.page-folio {
    --arte-topo: calc(var(--arte-larg) * -0.04167
                      - max(0px, (900px - 100vh) * 0.5));
  }
}

body.page-folio {

--rodape: var(--rodape-real, calc(92 * var(--r-barra) / 16));
  --altura-util: calc(100vh - var(--rodape));

--col-esq: max(calc(200 * var(--u)), 9vw);
  --col-dir: min(calc(100vw - 200 * var(--u)), 91vw);

--fila-vao: clamp(calc(150 * var(--u)), calc(var(--altura-util) * 0.28), 345px);

--mesa-centro: max(calc(var(--altura-util) / 2 - 60 * var(--u)), calc(var(--fila-vao) + 140 * var(--u)));

--desce-baixo: calc(42 * var(--u));

  --fila-1: calc(var(--mesa-centro) - var(--fila-vao));
  --fila-2: calc(var(--mesa-centro) + var(--desce-baixo));
  --fila-3: calc(var(--mesa-centro) + var(--fila-vao) + var(--desce-baixo));

--palco: calc(352 * var(--u));

--sobre-larg: calc(132 * var(--u));
  --sobre-alt: calc(186 * var(--u));

--contato-larg: calc(210 * var(--u));
  --contato-alt: calc(132 * var(--u));

--redes-larg: calc(140 * var(--u));
  --redes-alt: calc(170 * var(--u));
  --redes-caixa-alt: calc(250 * var(--u));

--redes-caixa-larg: calc(210 * var(--u));

}

@media (max-width: 1024px){

body.page-folio {

--vao-base: calc(var(--altura-util) * 0.20);
    --fila-vao: calc(var(--vao-base) + 10px);

--fila-1: calc(var(--altura-util) - 2 * var(--fila-vao) - var(--vao-base) - 61px);

--fila-2: calc(var(--fila-1) + var(--fila-vao));
    --fila-3: calc(var(--fila-1) + var(--fila-vao) * 2);
  }

body.page-folio .desktop-signature {
    --assinatura-larg: min(58vw, 300px);
    
    --assinatura-alt: calc(var(--assinatura-larg) * 0.1635);
    --topo-livre: calc(var(--fila-1) - var(--sobre-alt) / 2);

    position: fixed;
    left: 50%;
    width: var(--assinatura-larg);
    top: calc((var(--topo-livre) - var(--assinatura-alt)) / 2);
    transform: translate(-50%, 0);
  }

html.tem-boot body.page-folio .desktop-signature {
    top: calc((var(--topo-livre) - 101px) / 2);
  }
}

body.page-folio .expandable-gallery.is-expanded {
  background: transparent;
}

body.page-folio .expandable-gallery.is-expanded .expandable-gallery__stage {
  touch-action: pan-y;
  overflow: hidden;
}

.expandable-gallery__page-title {
  position: absolute;
  top: 2rem;
  left: 0;
  margin: 0;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 700;

font-size: clamp(20px, calc(1.567vw + 1.567vh), 34px);
  color: #ffffff;
  opacity: 0;
  pointer-events: none;
  z-index: 6;
  white-space: nowrap;
}

.expandable-gallery__page-title.is-visible {
  opacity: 1;
}

.expandable-gallery__dots {
  position: absolute;
  left: 50%;

bottom: calc(2rem + 10px);
  translate: -50% 0;
  display: flex;
  gap: 1rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;

z-index: 40;
}

.expandable-gallery__dots.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.expandable-gallery__dot {
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: rgba(219, 53, 69, 0.35);
  cursor: pointer;
  transition: background 0.2s ease, scale 0.2s ease;
}

@media (hover: hover) and (min-width: 1025px){
  .expandable-gallery__dot:hover {
    background: rgba(219, 53, 69, 0.6);
  }
}

.expandable-gallery__dot.is-active {
  background: #DB3545;
  scale: 1.25;
}

#galleryStage .expandable-gallery__card {

overflow: visible;
}

#galleryStage .expandable-gallery__card--empty {
  opacity: 0;
  pointer-events: none !important;
}

.stack-label {
  position: absolute;
  top: 100%;
  left: 50%;

margin-top: calc(0.15rem - calc(38 * var(--u)));
  transform: translate(-50%, -6px);
  white-space: nowrap;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
    letter-spacing 0.35s ease;
  z-index: 3;
}

@media (hover: hover) and (min-width: 1025px){
  #expandableGallery:not(.is-expanded):not(.is-transitioning)
    #galleryStage:not(.is-dragging):hover
    .stack-label,
.envelope-stack:not(.is-open):not(.is-dragging):hover .stack-label {
    opacity: 1;
    transform: translate(-50%, 0);
    letter-spacing: 0.14em;
  }
}

#expandableGallery.is-transitioning .stack-label {
  transition: none;
  opacity: 0;
}

#expandableGallery:not(.is-expanded) .stack-label {
  margin-top: calc(0.15rem - calc(70 * var(--u)));

z-index: 40;
}

.envelope-stack .stack-label {

margin-top: calc(34 * var(--u));
}

#expandableGallery .stack-label {
  transform: translate(calc(-50% - 10px), -6px);
}
@media (hover: hover) and (min-width: 1025px){
  #expandableGallery:not(.is-expanded):not(.is-transitioning)
    #galleryStage:not(.is-dragging):hover
    .stack-label {
    transform: translate(calc(-50% - 10px), 0);
  }
}

body.page-folio #expandableGallery.expandable-gallery:not(.is-expanded) .expandable-gallery__stage {
  position: fixed;
  left: calc(var(--col-esq) - var(--palco) / 2);
  top: calc(var(--fila-2) - var(--palco) / 2);
}

body.page-folio .expandable-gallery {
  pointer-events: none;
}

body.page-folio .expandable-gallery__stage {
  pointer-events: auto;
}

body.page-folio .expandable-gallery.is-expanded {
  pointer-events: auto;
  z-index: 8;
}

.card-flip {
  position: relative;
  width: 100%;
  height: 100%;

transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

@media (hover: hover) and (min-width: 1025px){
  .expandable-gallery.is-expanded .expandable-gallery__card:hover .card-flip {
    transform: scale(1.8);
  }
}

.expandable-gallery.is-expanded.is-cursor-parado
  .expandable-gallery__card:hover .card-flip {
  transform: none;
}

.expandable-gallery.is-expanded.is-cursor-parado
  .expandable-gallery__card:hover .card-flip__back::before,
.expandable-gallery.is-expanded.is-cursor-parado
  .expandable-gallery__card:hover .card-flip__back::after,
.expandable-gallery.is-expanded.is-cursor-parado
  .expandable-gallery__card:hover .card-flip__link::before {
  transform: translateY(calc(100% + 1px));
}

.expandable-gallery.is-expanded.is-cursor-parado
  .expandable-gallery__card:hover .card-flip__back span {
  opacity: 0;
}

.expandable-gallery__stage.is-dragging .expandable-gallery__card,
.expandable-gallery__stage.is-swiping .expandable-gallery__card,
.expandable-gallery.is-transitioning .expandable-gallery__card {
  pointer-events: none;
}

.card-flip__front,
.card-flip__back {
  position: absolute;
  inset: 0;

border-radius: calc(16 * var(--u));
}

.card-flip__front {
  overflow: hidden;
}

.card-flip__front::after {
  content: '';
  position: absolute;
  inset: 0;

border: calc(4 * var(--u) + 1px) solid #ffffff;
  border-radius: calc(16 * var(--u));
  pointer-events: none;
}

#galleryStage .card-flip__front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  max-width: none;
  max-height: none;
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
}

.card-flip__back {
  overflow: hidden;
  color: #ffffff;
}

.card-flip__back {
  pointer-events: none;
}

.expandable-gallery.is-expanded .expandable-gallery__card .card-flip__back {
  pointer-events: auto;
}

.card-flip__back::before,
.card-flip__back::after,
.card-flip__link::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;

width: calc(100% / 3 + 1px);
  background: var(--card-back-color, #DB3545);
  transform: translateY(calc(100% + 1px));
  transition: transform 0.42s cubic-bezier(0.3, 0, 0.15, 1);

transition-delay: 0.12s;
}

.card-flip__back::before { left: 0; }

.card-flip__back::after {
  left: calc(100% / 3);
  transition-delay: 0.18s;
}

.card-flip__link::before {
  left: calc(200% / 3);
  transition-delay: 0.24s;
}

@media (hover: hover) and (min-width: 1025px){

.expandable-gallery.is-expanded .expandable-gallery__card:hover
    .card-flip__back::before,
  .expandable-gallery.is-expanded .expandable-gallery__card:hover
    .card-flip__back::after,
  .expandable-gallery.is-expanded .expandable-gallery__card:hover
    .card-flip__link::before {
    transform: translateY(0);
  }

  .expandable-gallery.is-expanded .expandable-gallery__card:hover
    .card-flip__back::before {
    transition-delay: 0s;
  }

  .expandable-gallery.is-expanded .expandable-gallery__card:hover
    .card-flip__back::after {
    transition-delay: 0.06s;
  }

  .expandable-gallery.is-expanded .expandable-gallery__card:hover
    .card-flip__link::before {
    transition-delay: 0.12s;
  }
}

.card-flip__link {

position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;

padding: calc(var(--carta, 140px) * 0.08);
  text-align: center;
  text-decoration: none;
  color: inherit;
  cursor: pointer;

}

.card-flip__back span {
  position: relative;

z-index: 2;
  opacity: 0;
  transition: opacity 0.12s ease;
  font-family: 'Source Sans 3', sans-serif;

font-size: calc(var(--carta, 140px) * 0.105);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

@media (hover: hover) and (min-width: 1025px){
  .expandable-gallery.is-expanded .expandable-gallery__card:hover
    .card-flip__back span {
    opacity: 1;
    transition: opacity 0.2s ease 0.34s;
  }
}

#desktopScrim {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 7;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease-in-out;
}

#desktopScrim.is-visible {
  opacity: 1;
}

.envelope-stack {
  position: fixed;

left: calc(var(--col-dir) - var(--contato-larg) / 2);
  top: calc(var(--fila-1) - var(--contato-alt) / 2);
  z-index: 5;

cursor: grab;
  touch-action: none;
  user-select: none;

filter: drop-shadow(0 calc(20 * var(--u)) calc(30 * var(--u)) rgba(0, 0, 0, 0.4));
}

.envelope-stack.is-open {
  z-index: 20;
}

.envelope-stack.is-dragging {
  cursor: grabbing;
}

.envelope {
  display: block;
  position: relative;
  width: var(--contato-larg);
  height: var(--contato-alt);
  perspective: calc(650 * var(--u));

transform-style: preserve-3d;
  transform: rotate(-9deg);
  transition: transform 0.5s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.envelope.is-open {
  transform: rotate(0deg);
}

@media (hover: hover) and (min-width: 1025px){
  .envelope:hover {
    transform: rotate(0deg);
  }
}

.envelope__flap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 62%;
  transform-origin: top center;
  transition: transform 0.5s cubic-bezier(0.4, 0.2, 0.2, 1), filter 0.5s ease;
  z-index: 0;
}

.envelope__body {
  position: absolute;
  inset: 0;

background: #ffffff;

border: calc(10 * var(--u)) solid transparent;

border-image: repeating-linear-gradient(-45deg, #1E9E5A 0 calc(10 * var(--u)), #ffffff calc(10 * var(--u)) calc(20 * var(--u)), #FFD23C calc(20 * var(--u)) calc(30 * var(--u)), #ffffff calc(30 * var(--u)) calc(40 * var(--u))) 15.1515% 9.5238%;
  z-index: 1;
}

.envelope__stamp {
  position: absolute;
  right: calc(8% + calc(8 * var(--u)));
  top: calc(25 * var(--u));
  width: 19%;

height: 20%;

z-index: 4;
}

.envelope__stamp-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;

filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.25));
}

.envelope__postmark {
  position: absolute;
  width: 78%;
  height: 118%;
  right: -30%;
  bottom: calc(-32% - calc(5 * var(--u)));
  opacity: 0.62;
}

.envelope__airmail-mark {
  position: absolute;
  left: 11%;
  bottom: 16%;
  width: 22%;
  height: 10%;
  background: #4169E1;
  z-index: 2;
}

.envelope.is-open .envelope__flap {
  transform: rotateX(-150deg);
  filter: brightness(1.18);
}

@media (hover: hover) and (min-width: 1025px){
  .envelope:hover .envelope__flap {
    transform: rotateX(-150deg);
    filter: brightness(1.18);
  }
}

#contactPaper {
  position: fixed;
  top: 50%;
  left: -9999px;
  transform: translateY(-50%);
  width: min(92vw, 30rem);
  max-height: 90vh;
  overflow-y: auto;
  background: #fdfbf6;
  color: #1B2125;
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 700;
  box-shadow: 0 calc(30 * var(--u)) calc(60 * var(--u)) rgba(0, 0, 0, 0.45);
  padding: clamp(1.75rem, 4vw, 3rem);

display: grid;
  
  grid-template-columns: 1fr auto;

gap: 1.75rem;
  z-index: 20;
}

#contactPaper h1 {
  grid-area: 1 / 1;
}

#contactPaper form {
  grid-area: 2 / 1 / 3 / 3;
}

#contactPaper #contactVoltar {
  grid-area: 1 / 2;
  align-self: start;
  justify-self: end;
}

#contactPaper h1 {

font-family: 'Krona One', 'Source Sans 3', sans-serif;
  font-size: clamp(1.6rem, 4vw, 2.25rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #DB3545;
}

#contactPaper form {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

#contactPaper label {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;

color: #6A7075;
}

#contactPaper .field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

#contactPaper input,
#contactPaper textarea {
  font: inherit;

font-weight: 400;
  color: #1B2125;
  background: transparent;

border: 1px solid rgba(27, 33, 37, 0.25);
  border-radius: 2px;
  padding: 0.4rem 0.55rem;
  outline: none;
  transition: border-color 0.2s ease;
}

#contactPaper input:focus,
#contactPaper textarea:focus {
  border-color: #DB3545;
}

#contactPaper input:-webkit-autofill,
#contactPaper input:-webkit-autofill:hover,
#contactPaper input:-webkit-autofill:focus,
#contactPaper textarea:-webkit-autofill {
  -webkit-text-fill-color: #1B2125;
  -webkit-box-shadow: 0 0 0 1000px #fdfbf6 inset;
  box-shadow: 0 0 0 1000px #fdfbf6 inset;
  caret-color: #1B2125;
  transition: background-color 9999s ease-out 0s;
}

#contactPaper textarea {
  resize: vertical;
  min-height: 5rem;
}

#contactPaper button[type="submit"] {
  align-self: flex-start;
  font: inherit;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #ffffff;
  background: #17824A;
  border: none;
  border-radius: 999px;
  padding: 0.85rem 1.75rem;
  cursor: pointer;
  transition: filter 0.2s ease;
}

#contactPaper button[type="submit"]:hover {
  filter: brightness(1.1);
}

#contactPaper button[type="submit"]:disabled {
  opacity: 0.6;
  cursor: default;
  filter: none;
}

#contactPaper .contact-form__acoes {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;

justify-content: space-between;
}

#contactPaper .contact-form__acoes button[type="submit"] {
  align-self: auto;
}

#contactPaper .contact-form__limpar {

margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.35rem 0.15rem;
  background: none;
  border: none;
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.02em;

color: #596066;
  cursor: pointer;
  transition: color 0.2s ease;
}

#contactPaper .contact-form__limpar-x {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 1.55em;
  height: 1.55em;
  border-radius: 50%;
  background: #DB3545;
  color: #ffffff;
  font-size: 0.85em;
  line-height: 1;
  transition: filter 0.2s ease;
}

#contactPaper .contact-form__limpar:hover {
  color: #1B2125;
}

#contactPaper .contact-form__limpar:hover .contact-form__limpar-x {
  filter: brightness(1.12);
}

#contactPaper .contact-form__limpar:focus-visible {
  outline: 2px solid #DB3545;
  outline-offset: 3px;
  border-radius: 3px;
}

#contactPaper .field--honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

#contactPaper .contact-form__error {
  display: none;
  margin: -0.6rem 0 0;
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #DB3545;
}

#contactPaper .contact-form__error.is-visible {
  display: block;
}

#contactPaper .contact-form__captcha-note {
  margin: -0.9rem 0 0;
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;

color: #DB3545;
}

#contactVoltar {

align-self: flex-end;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: none;
  border: none;
  color: #1B2125;
  text-decoration: none;
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.02em;
  cursor: pointer;
  padding: 0;
  transition: color 0.2s ease;
}

#contactVoltar:hover {
  color: #DB3545;
}

#formGenieCanvas {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 19;
  opacity: 0;
}

.aviso-envio {
  position: fixed;
  top: var(--aviso-y, 50%);
  left: 50%;
  transform: translate(-50%, calc(-50% + 6px));
  padding: 1.4rem 1.5rem;
  border-radius: 4px;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.55);
  font-family: 'Source Sans 3', system-ui, sans-serif;
  color: #ffffff;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;

z-index: 46;
}

.aviso-envio.is-visivel {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.aviso-envio--erro {
  width: min(400px, calc(100vw - 32px));
  background: #DB3545;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.aviso-envio--ok {
  width: min(440px, calc(100vw - 32px));
  padding: 1.5rem 1.6rem;
  background: #17824A;
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-weight: 700;
  text-align: center;
  pointer-events: none;
}

.aviso-envio__texto {
  margin: 0;
  line-height: 1.35;
}

.aviso-envio--erro .aviso-envio__texto {
  margin-bottom: 1rem;

font-size: 1.35rem;
  text-align: center;

white-space: pre-line;
}

.aviso-envio--ok .aviso-envio__texto {
  font-size: 1.9rem;
}

.aviso-envio__acao {
  display: block;
  width: 100%;
  padding: 0.55rem 0.7rem;
  background: #ffffff;
  border: none;
  border-radius: 3px;
  color: #B4212F;
  font-family: inherit;

font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease;
}

.aviso-envio__acao:hover {
  background: #f0e6e7;
}

.aviso-envio__acao[hidden] {
  display: none;
}

.aviso-envio--erro.is-piscando {
  animation: aviso-envio-pisca 0.5s ease-in-out 2;
}

html.tem-aviso-envio #desktopScrim {
  opacity: 1;
}

@media (max-width: 600px){
  .aviso-envio--ok {
    padding: 1.1rem 1.2rem;
  }

  .aviso-envio--ok .aviso-envio__texto {
    font-size: 1.35rem;
  }
}

#boot[hidden] {
  display: none;
}

#bootCanvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;

pointer-events: none;
}

@keyframes aviso-envio-pisca {
  0%, 100% { border-color: rgba(255, 255, 255, 0.22); }
  50% { border-color: #ffffff; }
}

.assinatura-rodape {
  position: fixed;
  left: 50%;

bottom: calc(6 * var(--u) + 8px + var(--rodape-linha2));
  transform: translateX(-50%);
  z-index: 6;
  margin: 0;
  font-family: 'Source Sans 3', sans-serif;

font-weight: 300;

font-size: max(15px, calc(16 * var(--u)));
  letter-spacing: 0.04em;
  color: #ffffff;
  white-space: nowrap;
  pointer-events: none;
}

html.com-recado .assinatura-rodape {
  opacity: 0;
  transition: opacity 0.45s ease;
}

@media (hover: none), (max-width: 1024px){
  body.page-folio .stack-label {
    opacity: 1;
    transform: translate(-50%, 0);
    letter-spacing: 0.14em;
  }

html.tem-app-aberto body.page-folio .stack-label,
  body.page-folio .envelope-stack.is-open .stack-label,
  body.page-folio .expandable-gallery.is-expanded .stack-label,
  body.page-folio .is-dragging .stack-label {
    opacity: 0;
  }
}

@media (hover: hover) and (min-width: 1025px) {
}

@media (hover: none), (max-width: 1024px){
  body.page-folio #expandableGallery .stack-label {
    transform: translate(calc(-50% - 10px), 0) rotate(calc(-1 * var(--palco-ang, -8deg)));
  }
}

@media (hover: none), (max-width: 1024px){
  body.page-folio,
  body.page-folio *:not(:where(.expandable-gallery__card, .expandable-gallery__page-title, #ring-burst, #ring-burst *, #contactPaper, .envelope-stack)),
  body.page-folio *::before,
  body.page-folio *::after {
    transition: none !important;
    animation: none !important;
  }
}

@media (hover: none), (max-width: 1024px){

#desktopScrim {
    transition: opacity 0.6s ease-in-out !important;
  }

.expandable-gallery:not(.is-expanded) .expandable-gallery__stage:not(.is-dragging) {
    transition: transform 0.5s cubic-bezier(0.4, 0.2, 0.2, 1) !important;
  }
}

@media (hover: none), (max-width: 1024px){

}

@media (hover: none), (max-width: 1024px){
  body.page-folio .expandable-gallery__page-title {
    top: calc(2rem - 5px);
  }
}

@media (max-width: 1024px) and (orientation: portrait){

}

@media (max-width: 1024px) and (orientation: landscape){
  body.page-folio {
    --u: max(0.26px, min(1px, 100vw / 1920, 100vh / 900) * 0.78);

--c1: 12.5vw;
    --c2: 37.5vw;
    --c3: 62.5vw;
    --c4: 87.5vw;

--cb1: calc(var(--c1) + 12.5vw);   
    --cb2: calc(var(--c2) + 12.5vw);   
    --cb3: calc(var(--c3) + 12.5vw);   

--linha-a: calc(56px + var(--palco) / 2);

--legenda-a: calc(var(--linha-a) + var(--palco) / 2 + 6px - 5px);

--linha-b: calc(var(--legenda-a) + 20px + var(--palco) / 2);

--legenda-b: calc(var(--linha-b) + var(--palco) / 2 + 6px - 15px);
  }

body.page-folio #expandableGallery.expandable-gallery:not(.is-expanded) .expandable-gallery__stage {
    left: calc(var(--cb1) - var(--palco) / 2);
    top: calc(var(--linha-b) - var(--palco) / 2);
  }

body.page-folio .envelope-stack {
    left: calc(var(--c3) - var(--contato-larg) / 2);
    top: calc(var(--linha-a) - var(--contato-alt) / 2);
  }

body.page-folio .desktop-signature {
    --assinatura-larg: min(34vw, 240px);
    left: 50%;
    top: 10px;
    width: var(--assinatura-larg);
    transform: translate(-50%, 0);
  }

html.tem-boot body.page-folio .desktop-signature {

top: 10px;
  }

body.page-folio .stack-label {
    margin-top: 0;
  }

  body.page-folio .envelope-stack .stack-label {
    top: calc(var(--legenda-a) - var(--linha-a) + var(--contato-alt) / 2);
    margin-top: 0;
  }

body.page-folio #expandableGallery .stack-label {
    top: calc(var(--legenda-b) - var(--linha-b) + var(--palco) / 2);
    margin-top: 0;
  }
}

@media (max-width: 1024px) and (orientation: landscape) and (max-height: 500px){
  body.page-folio .envelope-stack {
    top: calc(var(--linha-a) - var(--contato-alt) / 2 + 10px);
  }

  body.page-folio .envelope-stack .stack-label {
    top: calc(var(--legenda-a) - var(--linha-a) + var(--contato-alt) / 2 - 10px);
  }
}

@media (max-width: 1024px) and (orientation: landscape){
  body.page-folio .expandable-gallery.is-expanded {
    align-items: center;
  }
}

@media (max-width: 1024px) and (orientation: landscape) and (max-height: 500px){
  body.page-folio .expandable-gallery.is-expanded .expandable-gallery__stage {

}

  body.page-folio .expandable-gallery__dots {

bottom: 14px;
  }
}

@media (max-width: 1024px) and (orientation: landscape) and (max-height: 500px){

body.page-folio .expandable-gallery__page-title {

top: 21px;

width: max-content;
    text-align: right;
  }
}

@media (max-width: 1200px) and (orientation: landscape) and (min-height: 501px){
  body.page-folio .expandable-gallery__page-title {
    font-size: clamp(20px, calc(1.567vw + 1.567vh), 34px);
  }
}

@media (min-width: 1500px) and (orientation: landscape){
  body.page-folio .expandable-gallery__page-title {
    font-size: clamp(20px, calc(1.567vw + 1.567vh), 34px);

top: 1rem;
  }
}

@media (min-width: 601px) and (max-width: 1024px) and (orientation: portrait){

body.page-folio {
    --u: max(0.42px, min(1px, 100vw / 1920, 100vh / 900) * 2.0);

--vao-base: calc(var(--altura-util) * 0.26);

--r-barra: max(18px, calc(16 * var(--u)));
  }

body.page-folio .stack-label {
    font-size: 14px;
  }

body.page-folio .assinatura-rodape {
    font-size: 16px;
    font-weight: 300;
  }

body.page-folio #contactPaper {
    font-size: 1.9rem;
  }

  body.page-folio #contactPaper label {
    font-size: 1.9rem;
  }

  body.page-folio #contactPaper .contact-form__captcha-note {
    font-size: 1.7rem;
  }

  body.page-folio #contactVoltar {
    font-size: 1.7rem;
  }

body.page-folio .desktop-signature,
  html.tem-boot body.page-folio .desktop-signature {
    --assinatura-larg: min(48vw, 470px);
    --assinatura-alt: calc(var(--assinatura-larg) * 0.1635);
    left: 50%;
    top: calc((var(--altura-util) - var(--assinatura-alt)) / 2);
    width: var(--assinatura-larg);
    transform: translate(-50%, 0);
  }

body.page-folio .expandable-gallery.is-expanded {
    align-items: center;
  }

body.page-folio .expandable-gallery__page-title {
    font-size: clamp(20px, calc(1.567vw + 1.567vh), 34px);
  }
}

@media (max-width: 1024px) and (orientation: landscape){

html.com-recado body.page-folio {
    --sobe-recado: 0px;
  }

  @media (max-height: 500px){
    html.com-recado body.page-folio {
      --u: max(0.26px, min(1px, 100vw / 1920, 100vh / 900) * 0.78 * 0.8);
    }
  }

  body.page-folio {
    --sobe-recado: 0px;
  }

  html.com-recado body.page-folio #expandableGallery.expandable-gallery:not(.is-expanded) .expandable-gallery__stage {
    top: calc(var(--linha-b) - var(--palco) / 2 - var(--sobe-recado));
  }

@media (max-height: 500px){
    html.com-recado body.page-folio
      #expandableGallery.expandable-gallery:not(.is-expanded) .expandable-gallery__stage {
      top: calc(var(--linha-b) - var(--palco) / 2 - var(--sobe-recado) - 15px);
    }

html.com-recado body.page-folio #expandableGallery .stack-label {
      top: calc(var(--legenda-b) - var(--linha-b) + var(--palco) / 2 + 15px);
    }
  }
}

@media (max-width: 1200px) and (orientation: landscape){
  body.page-folio {
    --sobre-larg: calc(186 * var(--u));
    --sobre-alt: calc(132 * var(--u));
  }

}

@media (max-width: 1200px) and (orientation: landscape){

}

@media (max-width: 1200px) and (orientation: landscape){

.envelope-stack.is-open {
    z-index: 21;
  }

  #contactPaper {

width: min(92vw, 48rem);

padding: 0.75rem clamp(1.75rem, 4vw, 3rem);

gap: 0.5rem;
  }

#contactPaper h1 {

font-size: 1.5rem;
  }

  #contactPaper #contactForm {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1.6rem;
    
    row-gap: 0.5rem;
    align-content: start;
  }

#contactPaper #contactForm .field:nth-of-type(1) { grid-area: 1 / 1; }
  #contactPaper #contactForm .field:nth-of-type(2) { grid-area: 2 / 1; }
  #contactPaper #contactForm .field:nth-of-type(3) { grid-area: 1 / 2; }

#contactPaper #contactForm .field:nth-of-type(4) {
    grid-area: 2 / 2 / 4 / 3;
  }

#contactPaper #contactForm .field:nth-of-type(3) {
    align-self: start;
  }

#contactPaper #contactForm .field:nth-of-type(4) textarea {
    flex: 1;
    min-height: 0;
    resize: none;
  }

#contactPaper #contactForm .contact-form__captcha-note {

grid-area: 3 / 1;
    margin: 0;
    align-self: start;
  }

#contactPaper #contactForm .contact-form__error {
    grid-area: 5 / 1 / 6 / 3;
  }

  #contactPaper #contactForm .contact-form__error:empty {
    display: none;
  }

#contactPaper #contactForm .contact-form__acoes {
    grid-area: 4 / 2;
    justify-self: end;
    align-self: end;
    flex-wrap: nowrap;
  }

#contactPaper #contactVoltar {
    position: absolute;

grid-area: auto;
    left: clamp(1.75rem, 4vw, 3rem);
    right: auto;
    top: auto;
    bottom: 0.75rem;
    align-self: auto;
    justify-self: auto;
    white-space: nowrap;
  }
}

@media (max-width: 1024px) and (orientation: landscape) and (min-height: 501px){
  body.page-folio {

--desce-olho: 10px;

    --linha-a: calc(var(--altura-util) * 0.19 + var(--desce-olho));
    --linha-b: calc(var(--altura-util) * 0.76 + var(--desce-olho));
  }

body.page-folio .desktop-signature,
  html.tem-boot body.page-folio .desktop-signature {
    --assinatura-larg: min(48vw, 470px);
    --assinatura-alt: calc(var(--assinatura-larg) * 0.1635);
    left: 50%;
    top: calc((var(--altura-util) - var(--assinatura-alt)) / 2);
    width: var(--assinatura-larg);
    transform: translate(-50%, 0);
  }
}

@media (hover: none) and (orientation: landscape) and (min-width: 1025px){

body.page-folio .expandable-gallery__page-title {
    font-size: clamp(20px, calc(1.567vw + 1.567vh), 34px);
  }

body.page-folio #contactPaper {
    font-size: 1.45rem;
  }

  body.page-folio #contactPaper label,
  body.page-folio #contactPaper .contact-form__captcha-note {
    font-size: 1.1rem;
  }

  body.page-folio #contactVoltar {
    font-size: 1.3rem;
  }

body.page-folio {
    --r-barra: max(21px, calc(16 * var(--u)));
  }

body.page-folio .stack-label {
    font-size: 1.1rem;
  }
}

@media (max-width: 1200px) and (orientation: landscape) and (max-height: 500px){
  #contactPaper input,
  #contactPaper textarea {
    padding-block: 0.3rem;
  }
}

@media (hover: hover) and (min-width: 1025px){
  body.page-folio {

--u: max(0.42px, min(1px, 100vw / 1920, 100vh / 900) * 0.82);
  }
}

@media (hover: hover){
  body.page-folio .stack-label {

font-size: 14px;
    font-weight: 500;
  }
  body.page-folio .assinatura-rodape {
    font-size: 14.6px;

font-weight: 300;
  }
}

body.page-folio.sem-app-folio #expandableGallery { display: none !important; }

.envelope-stack.is-dragging,
.expandable-gallery.is-dragging,
.expandable-gallery:has(.is-dragging) { z-index: 12; }

@media (max-width: 600px){
  body.page-folio .assinatura-rodape {
    font-size: 16px;
    font-weight: 300;
  }
}

@media (orientation: portrait) and (min-width: 1025px){

body.page-folio .expandable-gallery__page-title {
    font-size: clamp(20px, calc(1.567vw + 1.567vh), 34px);
  }

body.page-folio .stack-label {
    font-size: max(14.4px, calc(32 * var(--u)));
  }

body.page-folio .assinatura-rodape {
    font-size: max(14.6px, calc(30 * var(--u)));
    font-weight: 300;
  }

body.page-folio #contactPaper {
    font-size: max(16px, calc(44 * var(--u)));
  }

  body.page-folio #contactPaper label,
  body.page-folio #contactPaper .contact-form__captcha-note {
    font-size: max(13.6px, calc(33 * var(--u)));
  }

html:not(.tem-boot) body.page-folio .chamada-mesa {
    top: calc(var(--arte-topo) + var(--arte-larg) * 0.40573 - 20px);
    max-width: calc(100vw - 2 * clamp(1.25rem, 5vw, 5rem));
    font-size: max(
      26px,
      min(
        calc((100vw - 2 * clamp(1.25rem, 5vw, 5rem)) / 21.5),
        calc((100vh - var(--arte-topo) - var(--arte-larg) * 0.40573 + 20px - 100px) / 3.6)
      ),
      min(
        calc((100vw - 2 * clamp(1.25rem, 5vw, 5rem)) / 14.2),
        calc((100vh - var(--arte-topo) - var(--arte-larg) * 0.40573 + 20px - 190px) / 4.8)
      )
    );
  }

  body.page-folio #contactPaper textarea {
    min-height: 18rem;
  }

  body.page-folio #contactPaper input,
  body.page-folio #contactPaper textarea {
    padding: 0.9rem 1rem;
  }

  body.page-folio #contactVoltar {
    font-size: max(16px, calc(39 * var(--u)));
  }
}

@media (hover: none) and (min-height: 501px) and (orientation: landscape){
  body.page-folio .assinatura-rodape {
    font-size: 14.6px;
    font-weight: 300;
  }
}

@media (hover: none) and (min-width: 1025px) and (max-width: 1499px) and (orientation: landscape){
  body.page-folio .stack-label {

font-size: 16px;
  }
}

:root {
  
  --fileira-margem: 0.21;

--fileira-linha: 0.66;

}

html {
  --fileira-margem: 0.305;
}

body.page-folio .expandable-gallery,
body.page-folio .envelope-stack {
  --fileira-x: calc(100vw * var(--fileira-margem)
                  + (100vw * (1 - 2 * var(--fileira-margem)) / var(--vagas, 1))
                    * (var(--vaga, 0) + 0.5));
  --fileira-y: calc(100svh * var(--fileira-linha));
}

body.page-folio .envelope-stack {
  left: calc(var(--fileira-x) - var(--contato-larg) / 2);
  top: calc(var(--fileira-y) - var(--contato-alt) / 2);
}

body.page-folio #expandableGallery.expandable-gallery:not(.is-expanded) .expandable-gallery__stage {
  left: calc(var(--fileira-x) - var(--palco) / 2);
  top: calc(var(--fileira-y) - var(--palco) / 2);
}

.expandable-gallery__rotulo,
.expandable-gallery__numero-pagina {
  color: #db3545;
}

.expandable-gallery__rotulo {
  letter-spacing: 0.08em;

font-family: 'Krona One', "Source Sans 3", sans-serif;
  font-weight: 400;
}

body.page-folio .expandable-gallery__dots {

bottom: calc(2rem + 10px - 1.3rem + 28px + 1.3rem);
}

html.com-recado body.page-folio .expandable-gallery__dots {
  bottom: calc(2rem + 10px - 1.3rem + 28px + 1.3rem + 92px);
}

.folio-filtro {
  position: fixed;
  z-index: 41;              
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  font-family: "Source Sans 3", sans-serif;
}

.folio-filtro.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.folio-filtro__lista {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  align-items: flex-start;
}

.folio-filtro__botao {
  border: none;
  background: none;
  padding: 0.18rem 0.5rem;
  margin: 0;
  font: inherit;

font-size: clamp(16px, calc(18 * var(--u, 1px)), 24px);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  white-space: nowrap;
  border-radius: 2px;
  transition: color 0.2s ease, background 0.2s ease;
}

@media (hover: hover) and (min-width: 1025px){
  .folio-filtro__botao:hover { color: rgba(255, 255, 255, 0.9); }
}

.folio-filtro__botao.is-active {
  color: #fff;
  background: rgba(219, 53, 69, 0.85);
}

.folio-filtro__select { display: none; }

.folio-filtro__gatilho { display: none; }

@media (min-width: 1025px){
  .folio-filtro {
    left: max(1rem, calc(50vw - 46vw));

overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
  }
}

@media (max-width: 1024px){

.folio-filtro--menu {
    left: clamp(1.25rem, 5vw, 5rem);
    right: auto;
    padding: 0;
  }

  .folio-filtro--menu .folio-filtro__select { display: none; }

.folio-filtro--menu.folio-filtro--no-palco {
    position: absolute;
    right: auto;
    z-index: 100;
  }

.folio-filtro--menu .folio-filtro__gatilho {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;

    margin: 0;
    padding: 0.35rem 0.8rem;

border: 1px solid #DB3545;
    border-radius: 999px;
    background: #DB3545;

    font: inherit;

font-size: var(--menu-tamanho, clamp(15px, 3.6vw, 19px));
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
  }

.folio-filtro--menu .folio-filtro__gatilho::after {
    content: '';
    width: 0.42em;
    height: 0.42em;
    margin-top: -0.22em;

border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    transition: transform 0.25s ease;
  }

.folio-filtro--menu.is-aberto .folio-filtro__gatilho::after {
    margin-top: 0.1em;
    transform: rotate(-135deg);
  }

.folio-filtro--menu .folio-filtro__lista {
    position: absolute;
    top: calc(100% + 0.4rem);
    left: 0;

    flex-direction: column;
    align-items: stretch;
    gap: 0.1rem;

width: max-content;
    min-width: max(46vw, 180px);
    max-width: min(84vw, 340px);
    max-height: 56vh;
    overflow-y: auto;
    overscroll-behavior: contain;

    padding: 0.5rem;

background: #101010;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 10px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);

    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 0.25s ease, transform 0.25s ease,
                visibility 0s linear 0.25s;
  }

  .folio-filtro--menu.is-aberto .folio-filtro__lista {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.25s ease, transform 0.25s ease,
                visibility 0s linear 0s;
  }

.folio-filtro--menu .folio-filtro__botao {
    text-align: left;
    padding: 0.45rem 0.6rem;
    border-radius: 4px;
    font-size: var(--menu-tamanho, clamp(15px, 3.6vw, 19px));
  }
}

body.page-folio .expandable-gallery.is-expanded .expandable-gallery__stage {
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: contain;
}

@media (min-width: 1025px){
  .folio-filtro { padding: 0 0.35rem; }
}

@media (max-width: 1024px) and (min-height: 501px){
  body.page-folio .expandable-gallery.is-expanded {
    padding-top: 7rem;
  }
}

@media (max-width: 1024px) and (min-height: 501px){
  body.page-folio .expandable-gallery.is-expanded {
    padding-top: 72px;
  }
}

.folio-topo {
  position: fixed;

right: calc(clamp(1.5rem, 3.2vw, 3rem) + var(--folio-barra, 0px));

bottom: calc(clamp(1.5rem, 3.2vw, 3rem) + 3.2rem + var(--rodape-linha2));
  z-index: 41;              

  width: clamp(40px, calc(52 * var(--u, 1px)), 56px);
  height: clamp(40px, calc(52 * var(--u, 1px)), 56px);
  padding: 0;
  border: none;
  border-radius: 50%;
  cursor: pointer;

background: rgba(219, 53, 69, 0.9);
  color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;

opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(0.5rem);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s,
              background 0.2s ease;
}

html.com-recado .folio-topo {
  bottom: calc(clamp(1.5rem, 3.2vw, 3rem) + 3.2rem + var(--rodape-linha2)
               + var(--rodape-real, 92px));
}

.folio-topo.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.folio-topo svg {
  width: 45%;
  height: 45%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (hover: hover) and (min-width: 1025px){
  .folio-topo:hover { background: #DB3545; }
}

.folio-topo:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce){
  .folio-topo { transition: opacity 0.01s linear, visibility 0.01s; }
}

body.page-folio .expandable-gallery.is-expanded .expandable-gallery__stage {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

body.page-folio .expandable-gallery.is-expanded .expandable-gallery__stage::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.folio-barra {
  position: fixed;
  right: 6px;
  width: 10px;
  z-index: 41;              

  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.folio-barra.is-ativa {
  pointer-events: auto;
}

.folio-barra.is-ativa.is-rolando,
.folio-barra.is-ativa.is-arrastando {
  opacity: 1;
}

.folio-barra__pega {
  width: 100%;
  border-radius: 5px;
  background: rgba(219, 53, 69, 0.75);

height: 0;
  transform: translateY(0);

  cursor: pointer;
  transition: background 0.2s ease;
}

@media (hover: hover) and (min-width: 1025px){
  .folio-barra__pega:hover { background: rgba(219, 53, 69, 0.95); }
}

.folio-barra.is-arrastando .folio-barra__pega {
  background: #DB3545;   
}

@media (max-width: 1024px){
  .folio-barra {
    right: 4px;
    width: 6px;
  }
}

.folio-nav {
  position: fixed;
  z-index: 41;              

left: auto;
  right: var(--marca-esq);

top: calc(var(--marca-topo) + var(--marca-alt) / 2);
  transform: translateY(-50%);

  display: flex;
  align-items: center;
  gap: clamp(1rem, 2vw, 2.25rem);

  font-family: "Source Sans 3", sans-serif;

opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

html:not(.tem-boot) body.page-folio .folio-nav {
  opacity: 1;
  pointer-events: auto;
}

@media (min-width: 1025px){
  .folio-nav {
    padding: 0.45rem clamp(0.9rem, 1.6vw, 1.4rem);
  }

  .folio-nav::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: 999px;

background: rgba(20, 25, 28, 0.62);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px) saturate(120%);
    -webkit-backdrop-filter: blur(10px) saturate(120%);
  }
}

.folio-nav__item {
  border: none;
  background: none;
  padding: 0.2rem 0;
  margin: 0;
  font: inherit;

font-size: clamp(16px, calc(21 * var(--u, 1px)), 27px);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  white-space: nowrap;

background-image: linear-gradient(#DB3545, #DB3545);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 2px;

  transition: color 0.2s ease, background-size 0.25s ease;
}

@media (hover: hover) and (min-width: 1025px){
  .folio-nav__item:not(.is-ativo):hover {
    color: rgba(255, 255, 255, 0.9);
    background-size: 100% 2px;
  }

}

@media (min-width: 1025px){
  .folio-nav__item:not(.is-ativo):hover .folio-nav__cubo {
    transform: rotateX(-90deg);
  }
}

.folio-nav__item.is-ativo {
  color: #fff;
  background-size: 100% 2px;

cursor: default;
}

.folio-nav__item:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.folio-nav__painel {
  display: contents;
}

.folio-nav__hamburger {
  display: none;   
}

@media (max-width: 1024px){
  body.page-folio {
    --menu-tamanho: clamp(12px, calc(0.87vw + 0.87vh), 15.6px);
  }

.folio-nav {
    display: block;
    left: auto;
    right: var(--marca-esq);
    top: calc(var(--marca-topo) + var(--marca-alt) / 2);
    transform: translateY(-50%);
    gap: 0;
  }

.folio-nav__hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;

    position: relative;
    width: 44px;
    height: 44px;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

.folio-nav__hamburger::before {
    content: '';
    position: absolute;
    inset: 5px;
    background: #DB3545;
    border-radius: 9px;
    z-index: -1;
  }

  .folio-nav__traco {
    display: block;
    width: 20px;
    height: 2px;

background: #ffffff;
    border-radius: 2px;

transition: transform 0.25s ease, opacity 0.2s ease;
  }

.folio-nav.is-aberto .folio-nav__traco:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .folio-nav.is-aberto .folio-nav__traco:nth-child(2) {
    opacity: 0;
  }
  .folio-nav.is-aberto .folio-nav__traco:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .folio-nav__hamburger:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
  }

.folio-nav__painel {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;

    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: clamp(0.9rem, 3.2vw, 1.4rem);

    min-width: max(46vw, 190px);
    padding: clamp(1rem, 4vw, 1.5rem) clamp(1.1rem, 4.5vw, 1.75rem);

    background: rgba(16, 16, 16, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 10px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);

    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 0.25s ease, transform 0.25s ease,
                visibility 0s linear 0.25s;
  }

  .folio-nav.is-aberto .folio-nav__painel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.25s ease, transform 0.25s ease,
                visibility 0s linear 0s;
  }

.folio-nav__item {

font-size: var(--menu-tamanho);
    letter-spacing: 0.04em;
    padding: 0.15rem 0;
  }

.folio-nav__divisor {
    display: none;
  }

.folio-nav__redes {
    display: flex;
    align-items: center;
    gap: clamp(1rem, 4vw, 1.35rem);

    width: 100%;
    justify-content: flex-end;
    padding-top: clamp(0.7rem, 2.5vw, 1rem);
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }
}

@media (max-width: 1024px) and (max-height: 500px){

body.page-folio {
    --arte-larg: min(1920px, 146vw, 303vh);
    --marca-larg: clamp(9.2rem, 12vw, 14.5rem);

background-position:
      calc(100% + var(--arte-larg) * 0.0307)
      calc(var(--arte-larg) * -0.0798);
  }
}

@media (max-width: 1024px) and (max-height: 500px),
       (max-width: 400px){
  body.page-folio {
    --menu-tamanho: clamp(12px, 4.4vmin, 16px);
  }

  .folio-nav__item {
    font-size: var(--menu-tamanho);
  }
}

@media (max-width: 1024px) and (max-height: 500px){
  html:not(.tem-boot) .chamada-mesa {
    top: 54px;
    max-width: 41vw;
    font-size: clamp(14px, 2.4vw, 19px);
  }

.chamada-mesa__obra {
    margin-top: calc(min(0.85em, 2vh) - 5px);
  }

  body.page-folio .rodape-termos {
    bottom: 7px;
    font-size: 12px;
  }

  body.page-folio .assinatura-rodape {
    bottom: 26px;
    font-size: 12.5px;
  }

body.page-folio .assinatura-rodape--no-grid,
  body.page-folio .rodape-termos--no-grid {
    bottom: auto;
  }
}

@media (max-width: 1339px) and (min-height: 501px),
       (orientation: portrait) and (min-height: 501px){
  html:not(.tem-boot) .chamada-mesa {

top: calc(var(--arte-topo) + var(--arte-larg) * 0.40573 - 20px);

max-width: calc(100vw - 2 * clamp(1.25rem, 5vw, 5rem));

font-size: max(
      26px,
      min(
        calc((100vw - 2 * clamp(1.25rem, 5vw, 5rem)) / 21.5),
        calc((100vh - var(--arte-topo) - var(--arte-larg) * 0.40573 + 20px - 100px) / 3.6)
      ),
      min(
        calc((100vw - 2 * clamp(1.25rem, 5vw, 5rem)) / 14.2),
        calc((100vh - var(--arte-topo) - var(--arte-larg) * 0.40573 + 20px - 190px) / 4.8)
      )
    );
  }
}

@media (prefers-reduced-motion: reduce){
  .folio-nav__traco,
  .folio-nav__painel { transition: none; }
}

@media (orientation: landscape) and (max-width: 1024px) and (min-height: 780px){
  .chamada-mesa__obra {
    font-size: max(15px, 0.36em);
  }
}

@media (max-width: 600px) and (min-height: 501px){
  html:not(.tem-boot) .chamada-mesa {
    top: calc(var(--arte-topo) + var(--arte-larg) * 0.40573 - 20px + 35px);
  }

  .chamada-mesa__quebra {
    display: block;
    height: 0;
  }

  .chamada-mesa__obra {
    font-size: 15.5px;
  }
}

@media (min-width: 601px) and (max-width: 1024px) and (orientation: portrait){
  body.page-folio {

--arte-larg: max(950px, min(1920px, 250vw, 140vh));
    --marca-larg: clamp(13rem, 12vw, 14.5rem);
  }

.folio-nav__hamburger {
    width: 56px;
    height: 56px;
    gap: 6px;
  }

  .folio-nav__hamburger::before {
    inset: 6px;
    border-radius: 11px;
  }

  .folio-nav__traco {
    width: 26px;
    height: 3px;
  }
}

@media (min-width: 601px) and (max-width: 1024px) and (orientation: portrait){

body.page-folio {
    --rodape-linha2: calc(max(23px, calc(15 * var(--u))) * 1.25 + 0.35rem);
  }

  body.page-folio .assinatura-rodape {
    font-size: max(26px, calc(16 * var(--u)));
  }

  body.page-folio .rodape-termos {
    font-size: max(23px, calc(15 * var(--u)));
  }

body.page-folio .expandable-gallery__page-title {
    font-size: clamp(20px, calc(1.567vw + 1.567vh), 34px);

top: 12px;
  }

.folio-filtro--menu .folio-filtro__botao,
  .folio-filtro--menu .folio-filtro__gatilho {
    font-size: var(--menu-tamanho, clamp(15px, 3.6vw, 26px));
  }

body.page-folio #contactPaper {
    width: min(92vw, 44rem);
    padding: clamp(2rem, 5vw, 3.5rem);
  }

.folio-nav .folio-nav__redes {
    gap: clamp(0.35rem, 1.6vw, 1.4rem);
  }

body.page-folio #contactPaper .contact-form__limpar {
    font-size: 1.5rem;
  }

body.page-folio #contactPaper h1 {
    font-size: clamp(1.6rem, 4vw, 3.5rem);
  }

body.page-folio #contactPaper input,
  body.page-folio #contactPaper textarea {
    font-size: 1.9rem;
    padding: 0.75rem 1rem;
  }

  body.page-folio #contactPaper textarea {
    min-height: 11rem;
  }

body.page-folio #contactPaper button[type="submit"] {
    font-size: 2.1rem;
    padding: 1.35rem 2.9rem;
  }

}

.folio-nav__item {
  --cubo-alt: 1.25em;
  --cubo-meio: 0.625em;

  perspective: 22em;
}

.folio-nav__cubo {
  display: block;
  position: relative;
  height: var(--cubo-alt);
  line-height: var(--cubo-alt);

transform-style: preserve-3d;
  transform: rotateX(0deg);
  transition: transform 0.45s cubic-bezier(0.2, 0.7, 0.3, 1);
}

.folio-nav__face {
  display: block;

white-space: nowrap;
  backface-visibility: hidden;
}

.folio-nav__face--frente {
  transform: translateZ(var(--cubo-meio));
}

.folio-nav__face--baixo {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateX(90deg) translateZ(var(--cubo-meio));
}

.folio-nav__item.is-rolando .folio-nav__cubo {
  transform: rotateX(-90deg);
}

@media (prefers-reduced-motion: reduce){
  .folio-nav__cubo { transition: none; }
  .folio-nav__item:hover .folio-nav__cubo,
  .folio-nav__item.is-rolando .folio-nav__cubo { transform: none; }
}

body.page-folio.folio-limpo {
  background-image: none;
}

body.page-folio.folio-limpo .expandable-gallery.is-descendo .expandable-gallery__stage {
  transition: transform 0.52s cubic-bezier(0.22, 0.61, 0.25, 1);
}

body.page-folio.folio-limpo .expandable-gallery.is-descendo .stack-label {
  opacity: 0;
  transition: opacity 0.25s ease;
}

@media (prefers-reduced-motion: reduce){
  body.page-folio.folio-limpo .expandable-gallery.is-descendo .expandable-gallery__stage {
    transition: none;
  }
}

body.page-folio.envelope-chamado .envelope-stack {

left: 50%;
  top: auto;
  margin-left: calc(var(--contato-larg) / -2);

bottom: calc(-1 * (var(--contato-alt) + 60px));

z-index: 30;

  transition: bottom .85s cubic-bezier(.16, 1, .3, 1);

pointer-events: none;
}

html[data-envelope="em-cena"] body.page-folio.envelope-chamado .envelope-stack {
  bottom: var(--envelope-piso, 5rem);
  pointer-events: auto;
}

body.page-folio.envelope-chamado .envelope-stack .stack-label {
  display: none;
}

html[data-envelope="em-cena"] body.page-folio.envelope-chamado .envelope-stack.is-open {
  z-index: 45;
}

html[data-envelope="em-cena"] body.page-folio.envelope-chamado #contactPaper {
  z-index: 45;
}

@media (prefers-reduced-motion: reduce){
  body.page-folio.envelope-chamado .envelope-stack { transition: none; }
}

body.page-folio.folio-limpo:not(.abre-portfolio) .expandable-gallery:not(.is-expanded) {
  opacity: 0;
  pointer-events: none;
}

body.page-folio.folio-limpo:not(.abre-portfolio) .expandable-gallery .stack-label {
  display: none;
}

body.page-folio.abre-portfolio .expandable-gallery .stack-label {
  display: none;
}

body.page-folio.folio-limpo {
  --folio-desce: 56px;
}

@media (max-height: 800px){
  body.page-folio.folio-limpo { --folio-desce: 32px; }
}

@media (min-height: 1100px){
  body.page-folio.folio-limpo { --folio-desce: 76px; }
}

.desktop-signature.e-link {
  pointer-events: auto;
  cursor: pointer;
  position: relative;   

z-index: 41;
  transition: opacity 0.2s ease;
}

@media (hover: hover) and (min-width: 1025px){
  .desktop-signature.e-link:hover { opacity: 0.8; }
}

.desktop-signature.e-link:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 6px;
}

body.page-folio.abre-portfolio #expandableGallery.expandable-gallery:not(.is-expanded) .expandable-gallery__stage {
  left: calc(50vw - var(--palco) / 2);
  top: calc(50svh - var(--palco) / 2);
}

.folio-nav__divisor {
  font-size: clamp(16px, calc(21 * var(--u, 1px)), 27px);
  font-weight: 900;
  line-height: 1;
  color: rgba(255, 255, 255, 0.55);
  user-select: none;
}

.folio-nav__redes {
  display: flex;
  align-items: center;
  gap: clamp(0.5rem, 1vw, 0.9rem);
}

.folio-nav__rede {
  display: block;
  width: clamp(18px, calc(24 * var(--u, 1px)), 30px);
  height: clamp(18px, calc(24 * var(--u, 1px)), 30px);
  color: rgba(255, 255, 255, 0.55);
  transition: color 0.25s ease, transform 0.25s ease;
}

.folio-nav__rede svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

@media (hover: hover) and (min-width: 1025px){
  .folio-nav__rede:hover {
    color: #ffffff;
    transform: translateY(-2px);
  }
}

.folio-nav__rede:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
  border-radius: 3px;
}

@media (max-width: 1024px){
  .folio-nav__divisor {
    font-size: clamp(11px, 3vw, 14px);
  }

  .folio-nav__rede {
    width: clamp(14px, 4vw, 18px);
    height: clamp(14px, 4vw, 18px);
  }

  .folio-nav__redes {
    gap: clamp(0.35rem, 1.6vw, 0.6rem);
  }
}

@media (prefers-reduced-motion: reduce){
  .folio-nav__rede { transition: none; }
  .folio-nav__rede:hover { transform: none; }
}

body.pagina-inicio .assinatura-rodape::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: calc(100% + 19px);
  transform: translateX(-50%);

width: calc(100vw - 2 * clamp(1.25rem, 5vw, 5rem));
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  pointer-events: none;
}

html.com-recado body.pagina-inicio .assinatura-rodape::before {
  opacity: 0;
}

@media (min-width: 1500px) and (min-height: 1000px) and (orientation: landscape){
  html:not(.tem-boot) .chamada-mesa {
    top: calc(clamp(5.5rem, 11vh, 8rem)
              + max(0px, (100vh - 768px) * 0.128)
              - 40px);
  }
}

@media (max-width: 1024px) and (max-height: 500px){
  body.pagina-inicio .assinatura-rodape::before {
    display: none;
  }
}

.assinatura-rodape--no-grid {
  position: absolute;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.assinatura-rodape--no-grid::before {
  content: '';
  position: absolute;
  left: 50%;

bottom: calc(100% + 19px);
  transform: translateX(-50%);

  width: min(76rem, calc(100vw - 2 * clamp(1.5rem, 5vw, 4rem)));
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  pointer-events: none;
}

.rodape-termos {
  position: fixed;

left: 50%;
  transform: translateX(-50%);
  bottom: calc(6 * var(--u) + 8px);
  z-index: 6;
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 600;
  font-size: max(14px, calc(15 * var(--u)));
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap;
  transition: opacity 0.45s ease, color 0.25s ease;
}

@media (hover: hover) and (min-width: 1025px) {
  .rodape-termos:hover { color: #ffffff; }
}

html.com-recado .rodape-termos {
  opacity: 0;
  pointer-events: none;
}

.rodape-termos--no-grid {
  position: absolute;
  bottom: auto;

left: 50%;
  transform: translateX(-50%);
}

@keyframes papel-chegando {
  from { opacity: 0; transform: translate(-50%, -50%) scale(0.985); }
  to   { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}

#contactPaper.esta-chegando {
  animation: papel-chegando 260ms ease-out;
}

@media (prefers-reduced-motion: reduce){
  #contactPaper.esta-chegando { animation: none; }
}

.sobre-rodape {

margin: 0 0 0;
  margin-top: auto;
  padding-bottom: 0;
  padding-top: clamp(1.2rem, 3vh, 2rem);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  text-align: center;
}

.assinatura-rodape--no-texto,
.rodape-termos--no-texto {
  position: static;
  transform: none;
  display: block;
  margin: 0 auto;
}

.rodape-termos--no-texto {
  margin-top: 0.35rem;
}

.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

html.com-formulario .grecaptcha-badge {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

#desktopScrim.veu-do-envelope {
  z-index: 44;
  background: rgba(0, 0, 0, 0.88);
}

.sobre-pagina {
  position: fixed;
  inset: 0;
  z-index: 3;
  overflow-y: auto;
  scrollbar-gutter: stable;

padding: calc(var(--folio-desce, 32px) + 3rem + 2rem - 15px)
           clamp(1.5rem, 5vw, 4rem)
           clamp(1.5rem, 4vh, 3rem);

  font-family: 'Source Sans 3', sans-serif;
  color: rgba(255, 255, 255, 0.78);
}

.sobre-pagina__midia {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 1.6em 0;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.sobre-pagina__midia > img,
.sobre-pagina__midia > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sobre-pagina__midia--vazio {
  background: rgba(255, 255, 255, 0.04);
  border: 1px dashed rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
}

.sobre-pagina__midia-nota {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.28);
}

.sobre-pagina__midia:not(.sobre-pagina__midia--vazio) .sobre-pagina__midia-nota {
  display: none;
}

.sobre-pagina__miolo {

max-width: 56.4rem;
  margin: 0 auto;

display: flex;
  flex-direction: column;
  min-height: 100%;
}

body.sobre-e-pagina::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: calc(var(--marca-topo) * 2 + max(var(--marca-alt), 44px));
  z-index: 40;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    #1B2125 0%,
    #1B2125 72%,
    rgba(27, 33, 37, 0) 100%);
}

.sobre-pagina__titulo {
  margin: 0 0 2rem;

font-family: 'Krona One', "Source Sans 3", sans-serif;
  font-weight: 400;

font-size: max(20px, calc(28 * var(--u)), calc(0.24 * var(--carta-grade, 140px)));
  letter-spacing: 0.08em;
  color: #db3545;
  white-space: nowrap;
}

@media (min-width: 1000px) and (max-width: 1024px) and (min-height: 801px),
       (orientation: portrait) and (min-width: 1000px) and (min-height: 801px){

.sobre-pagina__titulo {
    font-size: clamp(16px, 2.0vw, 30px);
  }
}

.sobre-pagina__miolo > .sobre-pagina__caixa {
  margin-bottom: 80px;
}

.sobre-pagina__caixa {
  display: grid;

grid-template-columns: minmax(0, 11rem) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: start;
}

@media (max-width: 720px) {
  .sobre-pagina__caixa {
    grid-template-columns: minmax(0, 1fr);
  }

.sobre-pagina__foto {
    width: 50%;
  }
}

.sobre-pagina__foto {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;

border: 2px solid #ffffff;

box-shadow: 0 calc(20 * var(--u, 1px)) calc(40 * var(--u, 1px)) rgba(0, 0, 0, 0.4);
}

.sobre-pagina__foto img {
  display: block;
  width: 100%;
  height: auto;
}

.sobre-pagina__texto {
  max-width: 62ch;

font-size: clamp(19px, calc(23.5 * var(--u, 1px)), 25.5px);
  line-height: 1.7;
}

.sobre-pagina__texto p {
  margin: 0 0 1.1em;
}

.sobre-pagina__texto a {
  color: #FF8A94;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.sobre-pagina__texto a:visited {
  color: #DB3545;
}

.sobre-pagina__texto a:hover,
.sobre-pagina__texto a:focus-visible {
  color: #B4212F;
}

.sobre-pagina__acoes {
  margin-top: 2.5rem;
}

.sobre-pagina__cv {
  display: inline-block;
  padding: 0.8rem 2rem;
  border-radius: 999px;
  background: #DB3545;
  color: #ffffff;
  font-weight: 700;
  font-size: clamp(13px, calc(15 * var(--u, 1px)), 17px);
  letter-spacing: 0.04em;
  text-decoration: none;
}

@media (hover: hover) and (min-width: 1025px) {
  .sobre-pagina__cv:hover { filter: brightness(1.1); }
}

.assinatura-rodape--no-grid {
  position: absolute;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.rodape-termos--no-grid {
  position: absolute;
  bottom: auto;

left: 50%;
  transform: translateX(-50%);
}

*::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background: #DB3545;
  background-clip: padding-box;
  border: 3px solid transparent;
  border-radius: 999px;
  min-height: 40px;
}

*::-webkit-scrollbar-thumb:hover {
  background: #e85364;
  background-clip: padding-box;
  border: 3px solid transparent;
}

*::-webkit-scrollbar-corner {
  background: transparent;
}

.folio-filtro__lista {
  scrollbar-color: #DB3545 transparent;
}

body.sobre-e-pagina .folio-nav::before { display: none; }

@media (orientation: landscape) and (min-width: 1401px){
  .chamada-mesa__obra {
    font-size: max(15px, 0.50em);
  }
}

@media (orientation: landscape) and (min-width: 1025px)
       and (max-width: 1400px) and (max-height: 900px){
  .chamada-mesa__obra {
    font-size: max(15px, 0.50em);
  }

  body.page-folio {
    background-position: right -20px top var(--arte-topo);
  }
}

@media (orientation: portrait) and (max-width: 779px) and (min-height: 1201px){
  .chamada-mesa__obra {
    font-size: max(15px, 0.42em);
  }

  body.page-folio .assinatura-rodape {
    font-size: 14.6px;
  }

  body.page-folio .rodape-termos {
    font-size: 14px;
  }
}

@media (orientation: landscape) and (max-width: 1024px)
       and (min-height: 501px) and (max-height: 779px){
  .chamada-mesa__obra {
    font-size: max(15px, 0.42em);
  }
}

@media (orientation: portrait) and (max-width: 779px)
       and (min-height: 900px) and (max-height: 1200px){
  body.page-folio {
    background-position: right -100px top var(--arte-topo);

--marca-larg: clamp(11.5rem, 12vw, 14.5rem);
  }
}

@media (orientation: portrait) and (min-width: 780px) and (max-width: 1024px),
       (orientation: portrait) and (max-width: 779px)
         and (min-height: 900px) and (max-height: 1200px){
  .chamada-mesa__obra {
    font-size: max(15px, 0.36em);
  }

  body.page-folio .assinatura-rodape {
    font-size: 14.6px;
  }

  body.page-folio .rodape-termos {
    font-size: 14px;
  }
}
