@charset "UTF-8";
/****************************/
/** NÃO ALTERE ESTE ARQUIVO */
/****************************/
/****************************/
/** NÃO ALTERE ESTE ARQUIVO */
/****************************/
/*@use 'vars' with (
  $primary: #1e40af,   // override opcional
  $radius: .6rem
);*/
@layer base, utilities, mobile, layout;
@layer base {
  /* Box sizing consistente */
  *, *::before, *::after {
    box-sizing: border-box;
  }
  /* Remove margens padrão */
  * {
    margin: 0;
  }
  html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
  }
  html, body {
    height: 100%;
  }
  body {
    min-height: 100svh;
    text-rendering: optimizeSpeed;
    background-color: #F8F6F4;
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #2A2A2A;
    font-family: Afacad, sans-serif;
  }
  /* Mídia responsiva por padrão */
  img, svg, video, canvas, audio, iframe {
    display: block;
    max-width: 100%;
  }
  img, svg, video {
    height: auto;
  }
  /* Controles herdam tipografia */
  button, input, textarea, select {
    font: inherit;
    color: inherit;
  }
  /* Foco visível e elegante */
  :focus-visible {
    outline: 2px solid Highlight;
    outline-offset: 2px;
  }
  section {
    padding: 6rem 0;
  }
  @media (max-width: 768px) {
    section {
      padding: 3rem 0;
    }
  }
  /* Respeita usuários com redução de movimento */
  @media (prefers-reduced-motion: reduce) {
    html:focus-within {
      scroll-behavior: auto;
    }
    *, *::before, *::after {
      animation: none !important;
      transition: none !important;
    }
  }
  /* Base Mobile First */
  @media screen and (max-width: 768px) {
    .flex {
      flex-direction: column;
      gap: 1.5rem;
    }
  }
  /* kanit-300 - latin */
  /* afacad-regular - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Afacad";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/afacad-v3-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* afacad-600 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Afacad";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/afacad-v3-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
}
@layer layout {
  .lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: all 0.3s;
  }
  .lightbox a {
    text-decoration: none;
  }
  .lightbox img {
    transition: all 0.3s;
  }
  .lightbox .lightbox-content {
    max-width: 80%;
    max-height: 80%;
    transition: opacity 0.5s ease-in-out;
  }
  .lightbox.show {
    display: flex;
  }
  .lightbox .lightbox-content.show {
    opacity: 1;
  }
  .lightbox .close {
    position: absolute;
    top: 10px;
    right: 25px;
    color: white;
    font-size: 35px;
    cursor: pointer;
  }
  .lightbox .prev, .lightbox .next {
    position: absolute;
    top: 50%;
    color: white;
    font-size: 35px;
    font-weight: bold;
    padding: 10px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    text-decoration: none;
  }
  .lightbox .prev {
    left: 10px;
  }
  .lightbox .next {
    right: 10px;
  }
  .lightbox .prev:hover, .lightbox .next:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  @media screen and (max-width: 768px) {
    .lightbox .lightbox-content {
      height: 80%;
      -o-object-fit: cover;
         object-fit: cover;
    }
  }
  h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 2rem;
    font-family: Afacad, sans-serif;
    color: #2A2A2A;
    font-weight: 600;
    line-height: 1.2;
  }
  h1, .h1 {
    font-size: 3.5rem;
  }
  h2, .h2 {
    font-size: 3em;
  }
  h3, .h3 {
    font-size: 1.75em;
  }
  h4, .h4 {
    font-size: 1.5em;
  }
  h5, .h5 {
    font-size: 0.83em;
  }
  h6, .h6 {
    font-size: 0.67em;
  }
  a {
    color: inherit;
    text-decoration: underline;
  }
  a:hover {
    color: #D09A40;
  }
  .copy {
    font-size: 1.15rem;
    font-weight: 400;
    margin: 0 0 3rem 0;
    text-align: center;
  }
  .color {
    color: var(--color-primary);
  }
  .color-secondary {
    color: #F3C661;
  }
  .color-tertiary {
    color: #26C6DA;
  }
  .stroke {
    letter-spacing: 2px;
    color: #EFEFEF;
    text-shadow: 2px 0 black, -2px 0 black, 0 2px black, 0 -2px black, 2px 2px black, -2px -2px black, 2px -2px black, -2px 2px black;
  }
  .caption {
    display: block;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    font-weight: 400;
    line-height: 1.25rem;
  }
  .btn {
    background-color: #D09A40;
    color: #373125;
    border-radius: 2rem;
    padding: 0.75rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    background-image: linear-gradient(#D09A40, #F3C661);
    gap: 0.5rem;
    text-decoration: none;
    transition: all 0.3s ease, color 0.3s ease;
  }
  .btn:hover {
    background-color: #253132;
    color: #FFF;
    transform: scale(1.15);
  }
  .btn .icon {
    font-size: 2rem;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .btn img {
    width: 2rem;
    height: 2rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .btn.outline {
    background-color: transparent;
    border: 2px solid #F3C661;
    color: #F3C661;
  }
  .btn.outline:hover {
    background-color: #D09A40;
    color: #FFF;
  }
  .btn.tertiary {
    background-color: #26C6DA;
    color: #373125;
  }
  .btn.tertiary:hover {
    background-color: #F3C661;
    color: #FFF;
  }
  .btn.zap {
    background-image: none;
    color: white;
    background-color: #42c50f;
  }
  .highlight {
    font-weight: 500;
    background-color: #26C6DA;
    display: inline-block;
    padding: 0 0.25rem;
    margin: 0 0.125rem;
    border-radius: 0.25rem;
  }
  :root {
    --color-primary: #D09A40;
  }
  body {
    background: #F8F6F4 url("../images/bg-logo-barolo.svg") no-repeat center right fixed;
  }
  .tpl__logo {
    width: 150px;
    height: auto;
  }
  .tpl__header.is-fixed {
    position: fixed;
    padding: 0.25rem 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(8px);
    z-index: 999;
  }
  .tpl__header.is-fixed img {
    max-height: 80px;
  }
  .tpl__header {
    position: fixed;
    width: 100%;
    padding: 0.5rem 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.65);
    transition: all 0.2s;
  }
  .tpl__header nav ul li {
    padding: 0 1rem;
  }
  .tpl__header nav ul a {
    color: white;
    text-decoration: none;
    font-size: 1.25rem;
  }
  .tpl__hero {
    padding: 0;
    height: 95svh;
    position: relative;
    background-color: #666;
    background-image: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0)), url("../images/bg-hero.webp");
    background-size: 100% 60%, cover;
    background-repeat: no-repeat;
    background-position: bottom, center;
  }
  .tpl__hero.debutante {
    background-image: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0)), url("../images/bgs/debutante.webp");
  }
  .tpl__hero.casamento {
    background-image: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0)), url("../images/bgs/casamento.webp");
  }
  .tpl__hero.corporativo {
    background-image: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0)), url("../images/bgs/corporativo.webp");
  }
  .tpl__hero .container {
    z-index: 10;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    overflow: visible;
    padding-bottom: 8%;
    font-weight: 400;
  }
  .tpl__hero h1 {
    line-height: 4rem;
    margin: 0 0 2rem;
    text-transform: uppercase;
    max-width: 70%;
    text-align: center;
    color: white;
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.63);
    font-size: 5rem;
  }
  .tpl__hero p {
    max-width: 50%;
    color: white;
    font-size: 1.2rem;
    text-transform: uppercase;
  }
  .tpl__hero * {
    z-index: 1;
  }
  .tpl__numeros {
    padding: 3rem 0;
  }
  .tpl__numeros .numeros {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
  }
  .tpl__numeros .numeros h3 {
    background-color: white;
    padding: 1rem;
    margin: 0;
    transition: all 0.2s;
    font-weight: 400;
    text-align: center;
    font-size: 3.5rem;
  }
  .tpl__numeros .numeros h3 span {
    display: block;
    font-size: 1rem;
    font-weight: 400;
  }
  .tpl__numeros .numeros h3:hover {
    transform: scale(1.1);
    transition: all 0.2s;
    box-shadow: 0 4px 18px rgba(47, 43, 61, 0.1), 0 0 transparent, 0 0 transparent;
  }
  .tpl__espaco p.copy {
    max-width: 70%;
    margin: 0 auto 1rem;
  }
  .tpl__espaco .slide {
    box-shadow: 0 4px 18px rgba(47, 43, 61, 0.1), 0 0 transparent, 0 0 transparent;
    min-height: 598px;
    width: 10%;
    transition: transform 0.3s ease;
    transform: scale(0.9);
    cursor: pointer;
  }
  .tpl__espaco .slide:nth-child(2) {
    width: 76%;
    transform: scale(1.025);
  }
  .tpl__gold-bar {
    height: 10px;
    background-image: url("../images/gold_border.webp");
    border: 0;
    background-position: -1px;
    background-size: cover;
    outline: none;
  }
  .tpl__tarjeta {
    padding: 2rem 0;
    background-image: linear-gradient(45deg, #D09A40, #F3C661);
    color: #373125;
  }
  .tpl__tarjeta span {
    display: inline-flex;
    position: relative;
    padding-left: 2.5rem;
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-right: 2rem;
  }
  .tpl__tarjeta span::before {
    content: "";
    background: transparent url("../images/asterisk.svg") no-repeat center center;
    background-size: contain;
    position: absolute;
    width: 36px;
    height: 36px;
    left: 0;
  }
  .tpl__tarjeta .marquee {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
  }
  .tpl__tarjeta .marquee-inner {
    display: flex;
    width: -moz-max-content;
    width: max-content;
    animation: marquee 35s linear infinite;
  }
  .tpl__tarjeta .marquee-content {
    display: flex;
    flex-shrink: 0;
  }
  .tpl__eventos .banner {
    position: relative;
    width: 100%;
    height: 80vh;
    max-height: 700px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(47, 43, 61, 0.1), 0 0 transparent, 0 0 transparent;
  }
  .tpl__eventos .banner__image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-image: url("../images/eventos/eventos-debutante.webp");
    transition: opacity 0.8s ease-in-out, background-image 0.8s ease-in-out;
  }
  .tpl__eventos .banner__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
  }
  .tpl__eventos .banner__menu {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(6px);
    padding: 10px 20px;
    border-radius: 999px;
  }
  .tpl__eventos .banner__menu a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 999px;
    text-decoration: none;
    transition: 0.3s ease;
    position: relative;
  }
  .tpl__eventos .banner__menu a img {
    display: none;
  }
  .tpl__eventos .banner__menu a.active,
  .tpl__eventos .banner__menu a:hover {
    background: #fff;
    color: #000;
  }
  .tpl__gastronomia-container {
    display: flex;
    height: 70vh;
    overflow: hidden;
    gap: 2rem;
  }
  .tpl__gastronomia-container figure {
    position: relative;
    flex: 1;
    margin: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    filter: grayscale(100%);
  }
  .tpl__gastronomia-container figure:first-child {
    flex: 2; /* primeira com 50% */
    filter: grayscale(0);
  }
  .tpl__gastronomia-container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: all 0.4s ease;
  }
  .tpl__gastronomia-container figcaption {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    font-size: 1.2rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  }
  .tpl__gastronomia-container:hover figure {
    flex: 0.8;
    filter: grayscale(100%);
  }
  .tpl__gastronomia-container figure:hover {
    flex: 2.4;
    filter: grayscale(0);
  }
  .tpl__depoimentos {
    background: transparent url("../images/bg-depoimentos.webp") no-repeat center top;
    background-size: cover;
    color: white;
  }
  .tpl__depoimentos .copy {
    text-align: left;
  }
  .tpl__depoimentos .container {
    grid-template-columns: 1fr 2fr;
    gap: 50px;
  }
  .tpl__depoimentos h2 {
    color: white;
  }
  .tpl__depoimentos .scroll-shadow {
    position: relative;
  }
  .tpl__depoimentos .scroll-shadow:after {
    width: 180px;
    height: 100%;
    content: "";
    background: transparent linear-gradient(to right, rgb(26, 26, 26), rgba(26, 26, 26, 0));
    position: absolute;
    top: 0;
  }
  .tpl__depoimentos .scroll-shadow:before {
    width: 180px;
    height: 100%;
    content: "";
    background: transparent linear-gradient(to left, rgb(26, 26, 26), rgba(26, 26, 26, 0));
    position: absolute;
    top: 0;
    right: 0;
  }
  .tpl__depoimentos .depoimentos-container {
    overflow-x: scroll;
    padding-bottom: 1rem;
  }
  .tpl__depoimentos ul.depoimentos {
    margin-left: -170px;
    display: flex;
    padding: 0;
    gap: 30px;
    max-width: 700px;
    margin-bottom: 0;
  }
  .tpl__depoimentos ul.depoimentos li {
    background-color: #fff;
    list-style: none;
    margin: 0;
    color: #999;
    padding: 1rem;
    min-width: 350px;
  }
  .tpl__depoimentos ul.depoimentos li.current {
    color: #2A2A2A;
    background-color: white;
  }
  .tpl__depoimentos ul.depoimentos li.current h3 {
    color: #2A2A2A;
  }
  .tpl__depoimentos ul.depoimentos li p {
    margin-bottom: 1rem;
  }
  .tpl__depoimentos ul.depoimentos li div {
    border-top: 1px solid #888;
    padding: 0.5rem 0 0;
    display: grid;
    grid-template-columns: 1fr 2fr 3fr;
    align-items: center;
    gap: 1rem;
  }
  .tpl__depoimentos ul.depoimentos li div h3 {
    margin: 0;
    font-size: 1.25rem;
    color: #999;
  }
  .tpl__depoimentos ul.depoimentos li div h3 span {
    display: block;
    font-size: 1rem;
    color: #999;
  }
  .tpl__footer {
    background: transparent url("../images/bg-italia.webp") no-repeat center top;
    padding: 4rem 0 0;
  }
  .tpl__footer-creditos {
    background-color: #000;
  }
  .tpl__footer-creditos p {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    padding: 2.5rem 0;
    justify-content: space-between;
    color: white;
  }
  .tpl__footer-creditos p a {
    text-decoration: none;
  }
  .tpl__footer-newsletter {
    gap: 4rem;
    margin-bottom: 3rem;
  }
  .tpl__footer-newsletter input {
    font-family: Afacad, sans-serif;
    font-size: 1.15rem;
    font-weight: 400;
    background-color: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    width: 100%;
    box-sizing: border-box;
  }
  .tpl__footer-newsletter input:focus {
    border-color: rgba(255, 255, 255, 0.8);
    outline: none;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.5); /* Tailwind's blue-500 at 50% opacity */
  }
  .tpl__footer-newsletter input::-moz-placeholder {
    color: #2A2A2A; /* cor do placeholder */
    font-size: 16px; /* tamanho */
    opacity: 1; /* garante visibilidade (alguns browsers aplicam transparência) */
  }
  .tpl__footer-newsletter input::placeholder {
    color: #2A2A2A; /* cor do placeholder */
    font-size: 16px; /* tamanho */
    opacity: 1; /* garante visibilidade (alguns browsers aplicam transparência) */
  }
  .tpl__footer-newsletter .btn {
    color: white;
    background-color: #2A2A2A;
    background-image: none;
    width: 100%;
    border-radius: 0;
  }
  .tpl__footer-links {
    border-top: 1px solid #DDD;
    padding: 3rem 0;
    gap: 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1.5fr;
  }
  .tpl__footer-links h3 {
    font-size: 1rem;
    font-weight: 400;
  }
  .tpl__footer-links address {
    font-style: normal;
    background-image: url("../images/pin.svg");
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 2rem;
    margin-bottom: 2rem;
  }
  .tpl__footer-links .menu__vertical li {
    margin-bottom: 0.5rem;
  }
  .tpl__footer-links .menu__vertical li a {
    line-height: 1.7rem;
    text-decoration: none;
  }
  .tpl__footer-links .tel {
    background-image: url("../images/tel.svg");
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 2rem;
    margin-bottom: 1.5rem;
  }
  .tpl__footer h2, .tpl__footer h3 {
    margin-bottom: 1rem;
  }
  .tpl__footer a.instagram {
    text-decoration: none;
    background: transparent url("../images/instagram.svg") no-repeat left center;
    padding: 0.5rem 1rem 0.5rem 2rem;
  }
  .tpl__mapa {
    display: flex;
    box-shadow: 0 4px 18px rgba(47, 43, 61, 0.1), 0 0 transparent, 0 0 transparent;
    border: 6px solid #FFF;
  }
  .tpl__mapa iframe {
    width: 100%;
  }
  .tpl__mapa .coluna {
    width: 40%;
    color: white;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #666 url("../images/bgs/bg-mapa.webp") no-repeat center center;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)), url("../images/bgs/bg-mapa.webp");
    background-size: cover;
    padding: 1rem;
    border-right: 6px solid #FFF;
    text-align: center;
  }
  .tpl__mapa .coluna a {
    justify-content: center;
    align-items: center;
  }
  .tpl__mapa h2 {
    color: white;
    font-size: 1.52rem;
  }
  .tpl__mapa address {
    font-style: normal;
    font-size: 1.15rem;
    margin-bottom: 2rem;
  }
  .tpl__page h1 {
    font-size: 2rem;
    margin-bottom: 0;
  }
  .tpl__page p {
    margin-bottom: 2rem;
  }
  .tpl__page h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .tpl__page .page__header {
    padding: 1rem 0 2rem 0;
    border-bottom: 1px solid #ccc;
  }
  .tpl__page .page__content {
    padding: 2rem 0 2rem 0;
  }
  .tpl__thanks .container {
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .tpl__page-header {
    min-height: 260px;
    position: relative;
    background: #999 url("../images/bg-hero.webp") no-repeat fixed bottom;
    background-size: cover;
    padding: 220px 0 40px 0;
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.63);
  }
  .tpl__page-header h1 {
    font-size: 6rem;
    color: white;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0;
  }
  .tpl__page-header h1 small {
    display: block;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: normal;
  }
  .bg-white {
    background-color: #fff;
  }
  .btn {
    text-transform: uppercase;
  }
  .btn.cta {
    padding: 1.5rem 3rem;
    text-transform: uppercase;
    border-radius: 3rem;
    transition: all 0.2s;
    border: 3px solid #D09A40;
    font-size: 1.5rem;
    animation: pulseGradient 2s ease infinite;
  }
  #bubbles {
    width: 100%;
    height: 100%;
    display: block;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  h2 small, .title small {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1rem;
    display: block;
  }
  h2.text-center, .title.text-center {
    text-align: center;
  }
  .video {
    max-width: 100%;
    box-shadow: 0 4px 18px rgba(47, 43, 61, 0.1), 0 0 transparent, 0 0 transparent;
    margin: 0 auto;
    border: 6px solid #FFF;
  }
  .video__container {
    margin: 0 auto 2rem;
    display: flex;
  }
  .scroller-x {
    overflow-x: scroll;
    overflow-y: hidden; /* só horizontal */
    scrollbar-gutter: stable; /* evita layout “pular” (suportado no Chrome) */
    /* Firefox (fallback básico) */
    scrollbar-width: thin;
    scrollbar-color: #888 transparent;
  }
  /* Chrome/Edge/Safari (WebKit) */
  .scroller-x::-webkit-scrollbar:horizontal {
    height: 10px;
  }
  .scroller-x::-webkit-scrollbar-track:horizontal {
    background: transparent;
  }
  .scroller-x::-webkit-scrollbar-thumb:horizontal {
    background: #9aa0a6;
    border-radius: 999px;
    border: 2px solid transparent; /* “padding” visual */
    background-clip: content-box;
  }
  .scroller-x::-webkit-scrollbar-thumb:horizontal:hover {
    background: #80868b;
  }
  .scroller-x::-webkit-scrollbar-corner {
    background: transparent;
  } /* canto */
  @media screen and (max-width: 768px) {
    h2 {
      font-size: 2rem;
    }
    .tpl__header .flex {
      flex-direction: row;
    }
    .tpl__header nav {
      display: none;
    }
    .tpl__header .btn {
      padding: 0.5rem 1rem;
      font-size: 1rem;
    }
    .tpl__hero {
      height: 90vh;
    }
    .tpl__hero .container {
      padding-bottom: 30%;
    }
    .tpl__hero h1 {
      font-size: 2.75rem;
      line-height: 2.5rem;
      max-width: 98%;
      margin-bottom: 1rem;
    }
    .tpl__hero p {
      font-size: 1.15rem;
      max-width: 98%;
      margin-bottom: 1rem;
    }
    .tpl__hero .btn {
      padding: 1rem;
      font-size: 1rem;
      line-height: normal;
      margin: 0 auto;
      text-align: center;
    }
    .tpl__numeros .numeros {
      grid-template-columns: 1fr;
    }
    .tpl__depoimentos .container {
      grid-template-columns: 1fr;
    }
    .tpl__depoimentos .depoimentos-container {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
    }
    .tpl__depoimentos ul.depoimentos {
      max-width: 90%;
      width: 90%;
      overflow: hidden;
      margin-left: 0;
      gap: 1rem;
    }
    .tpl__depoimentos ul.depoimentos li {
      width: 300px;
    }
    .tpl__depoimentos .scroll-shadow {
      width: 100%;
      overflow: hidden;
    }
    .tpl__depoimentos .scroll-shadow:before, .tpl__depoimentos .scroll-shadow:after {
      width: 100px;
    }
    .tpl__page-header h1 {
      font-size: 3rem;
    }
    .tpl__page .page__header {
      padding: 3rem 0 1rem 0;
    }
    .tpl__page .page__content {
      padding: 1rem 0;
    }
    .tpl__page h1 {
      font-size: 1.5rem;
    }
    .tpl__page h2 {
      font-size: 1.25rem;
    }
    .tpl__thanks .container {
      min-height: 80vh;
    }
    .tpl__espaco .slide {
      height: 300px;
      min-height: 300px;
    }
    .tpl__gastronomia-container {
      height: 60vh;
      gap: 0.5rem;
    }
    .tpl__footer-links {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      grid-template-columns: 1fr;
    }
    .tpl__footer-links div {
      width: 90%;
    }
    .tpl__footer-links div img {
      margin: 0 auto;
    }
    .tpl__footer-links div h3 {
      text-align: center;
    }
    .tpl__footer-links .menu__vertical {
      width: 40%;
    }
    .tpl__footer-creditos p {
      padding: 1rem;
      flex-direction: column;
      gap: 2rem;
      text-align: center;
    }
    .tpl__footer h2 {
      font-size: 1.15rem;
      line-height: normal;
    }
    .tpl__footer h2 .color {
      font-size: 3rem;
      line-height: 3rem;
    }
    .tpl__footer .form {
      display: block;
      margin-bottom: 4rem;
    }
    .faq {
      padding: 1rem 0;
    }
    .faq .summary-header {
      gap: 0.5rem;
    }
    .faq .title {
      font-size: 1.15rem;
    }
    .faq .tags span {
      margin-right: 0.4rem;
    }
    .faq .arrow {
      width: 32px;
      height: 32px;
    }
    .faq .arrow:before {
      width: 18px;
      height: 18px;
    }
  }
}
@layer utilities {
  .container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1rem;
  }
  .container-fluid {
    max-width: 100%;
  }
  .hidden {
    display: none !important;
  }
  .flex {
    display: flex !important;
  }
  .grid {
    display: grid !important;
  }
  .grid-2-columns {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .grid-3-columns {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .grid-4-columns {
    grid-template-columns: repeat(4, 1fr) !important;
  }
  .grid-5-columns {
    grid-template-columns: repeat(5, 1fr) !important;
  }
  .grid-6-columns {
    grid-template-columns: repeat(6, 1fr) !important;
  }
  .block {
    display: block !important;
  }
  .inline-block {
    display: inline-block !important;
  }
  .inline {
    display: inline !important;
  }
  .inline-flex {
    display: inline-flex !important;
  }
  .row {
    flex-direction: row !important;
  }
  .column {
    flex-direction: column !important;
  }
  .text-left {
    text-align: left !important;
  }
  .text-center {
    text-align: center !important;
  }
  .text-right {
    text-align: right !important;
  }
  .text-justify {
    text-align: justify !important;
  }
  .items-center {
    align-items: center !important;
  }
  .justify-center {
    justify-content: center !important;
  }
  .justify-between {
    justify-content: space-between !important;
  }
  .w-full {
    width: 100% !important;
  }
  .h-full {
    height: 100% !important;
  }
  .gap-xs {
    gap: 0.25rem !important;
  }
  .gap-sm {
    gap: 0.5rem !important;
  }
  .gap-md {
    gap: 1rem !important;
  }
  .gap-lg {
    gap: 1.5rem !important;
  }
  .gap-xl {
    gap: 2rem !important;
  }
  .ratio-1x1 {
    aspect-ratio: 1/1 !important;
  }
  .ratio-16x9 {
    aspect-ratio: 16/9 !important;
  }
  .ratio-4x3 {
    aspect-ratio: 4/3 !important;
  }
  .ratio-3x2 {
    aspect-ratio: 3/2 !important;
  }
  .overflow-hidden {
    overflow: hidden !important;
  }
  .columns-1 {
    -moz-column-count: 1 !important;
         column-count: 1 !important;
  }
  .columns-2 {
    -moz-column-count: 2 !important;
         column-count: 2 !important;
  }
  .columns-3 {
    -moz-column-count: 3 !important;
         column-count: 3 !important;
  }
  .columns-4 {
    -moz-column-count: 4 !important;
         column-count: 4 !important;
  }
  .columns-5 {
    -moz-column-count: 5 !important;
         column-count: 5 !important;
  }
  .columns-6 {
    -moz-column-count: 6 !important;
         column-count: 6 !important;
  }
  .flex {
    display: flex;
  }
  .flex-wrap {
    flex-wrap: wrap !important;
  }
  .flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-none {
    flex: none !important;
  }
  .flex-1 {
    flex: 1 !important;
  }
  .flex-auto {
    flex: auto !important;
  }
  .flex-grow {
    flex-grow: 1 !important;
  }
  .flex-shrink {
    flex-shrink: 1 !important;
  }
  .order-first {
    order: -1 !important;
  }
  .order-last {
    order: 999 !important;
  }
  .order-none {
    order: 0 !important;
  }
  .order-1 {
    order: 1 !important;
  }
  .order-2 {
    order: 2 !important;
  }
  .order-3 {
    order: 3 !important;
  }
  .order-4 {
    order: 4 !important;
  }
  .order-5 {
    order: 5 !important;
  }
  .order-6 {
    order: 6 !important;
  }
  .float-left {
    float: left !important;
  }
  .float-right {
    float: right !important;
  }
  .float-none {
    float: none !important;
  }
  .m-0 {
    margin: 0 !important;
  }
  .mb-0 {
    margin-bottom: 0 !important;
  }
  .mt-0 {
    margin-top: 0 !important;
  }
  .ml-0 {
    margin-left: 0 !important;
  }
  .mr-0 {
    margin-right: 0 !important;
  }
  .mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .p-0 {
    padding: 0 !important;
  }
  .pb-0 {
    padding-bottom: 0 !important;
  }
  .pt-0 {
    padding-top: 0 !important;
  }
  .pl-0 {
    padding-left: 0 !important;
  }
  .pr-0 {
    padding-right: 0 !important;
  }
  .px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  ul.menu__horizontal {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  ul.menu__horizontal li {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-right: 1rem;
  }
  ul.menu__horizontal li:last-child {
    margin-right: 0;
  }
  ul.menu__horizontal li ul {
    display: none;
  }
  ul.menu__vertical {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  ul.menu__vertical li {
    margin-bottom: 1rem;
  }
  ul.menu__vertical li:last-child {
    margin-bottom: 0;
  }
  @keyframes marquee {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  @keyframes pulseGradient {
    0% {
      background-size: 100% 100%;
      box-shadow: 0 0 0px rgba(0, 0, 0, 0.4);
      transform: scale(1);
    }
    50% {
      background-size: 150% 150%;
      box-shadow: 0 0 0px rgba(0, 0, 0, 0.6);
      transform: scale(1.05);
    }
    100% {
      background-size: 100% 100%;
      box-shadow: 0 0 0px rgba(0, 0, 0, 0.4);
      transform: scale(1);
    }
  }
  @keyframes spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes bounce {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-15px); /* altura do “pulo” */
    }
  }
  .fade-in {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease;
  }
  .fade-in.visible {
    opacity: 1;
    transform: translateY(0);
  }
  .pure-slide {
    position: relative;
    padding: 1rem 3rem;
  }
  .pure-slide a.pure-slide__control {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="%23ffffff" class="bi bi-arrow-left" viewBox="0 0 16 16"%3E%3Cpath fill-rule="evenodd" d="M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: 1.5rem;
    background-color: #333;
    background-position: center;
    border-radius: 50%;
    color: #fff;
    border: none;
    padding: 0.5rem;
    cursor: pointer;
    width: 2.5rem;
    height: 2.5rem;
    z-index: 100;
  }
  .pure-slide a.pure-slide__control.pure-slide__next {
    left: auto;
    right: 0;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="%23ffffff" class="bi bi-arrow-right" viewBox="0 0 16 16"%3E%3Cpath fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5H13.293l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708l3.147-3.147H1.5A.5.5 0 0 1 1 8"/%3E%3C/svg%3E');
  }
  .pure-slide__container {
    position: relative;
    padding: 3rem 0;
    display: flex;
    overflow: hidden;
    gap: 2%;
  }
  .pure-slide__container a.slide {
    width: 32%;
    display: block;
    min-height: 600px;
    transition: transform 0.3s ease;
    transform: scale(0.9);
  }
  .pure-slide__container a.slide:nth-child(2) {
    transform: scale(1.1);
  }
  .pure-slide__container img.slide, .pure-slide__container .slide img {
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@layer mobile {
  @media screen and (max-width: 768px) {
    h2 {
      font-size: 2rem;
    }
    .tpl__header .flex {
      flex-direction: row;
    }
    .tpl__header nav {
      display: none;
    }
    .tpl__header .btn {
      padding: 0.5rem 1rem;
      font-size: 1rem;
    }
    .tpl__hero {
      height: 90vh;
    }
    .tpl__hero .container {
      padding-bottom: 30%;
    }
    .tpl__hero h1 {
      font-size: 2.75rem;
      line-height: 2.5rem;
      max-width: 98%;
      margin-bottom: 1rem;
    }
    .tpl__hero p {
      font-size: 1.15rem;
      max-width: 98%;
      margin-bottom: 1rem;
    }
    .tpl__hero .btn {
      padding: 1rem;
      font-size: 1rem;
      line-height: normal;
      margin: 0 auto;
      text-align: center;
    }
    .tpl__numeros .numeros {
      grid-template-columns: 1fr;
    }
    .tpl__depoimentos .container {
      grid-template-columns: 1fr;
    }
    .tpl__depoimentos .depoimentos-container {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
    }
    .tpl__depoimentos ul.depoimentos {
      max-width: 90%;
      width: 90%;
      overflow: hidden;
      margin-left: 0;
      gap: 1rem;
    }
    .tpl__depoimentos ul.depoimentos li {
      width: 300px;
    }
    .tpl__depoimentos .scroll-shadow {
      width: 100%;
      overflow: hidden;
    }
    .tpl__depoimentos .scroll-shadow:before, .tpl__depoimentos .scroll-shadow:after {
      width: 100px;
    }
    .tpl__page-header h1 {
      font-size: 3rem;
    }
    .tpl__page .page__header {
      padding: 3rem 0 1rem 0;
    }
    .tpl__page .page__content {
      padding: 1rem 0;
    }
    .tpl__page h1 {
      font-size: 1.5rem;
    }
    .tpl__page h2 {
      font-size: 1.25rem;
    }
    .tpl__thanks .container {
      min-height: 80vh;
    }
    .tpl__espaco .slide {
      height: 300px;
      min-height: 300px;
    }
    .tpl__gastronomia-container {
      height: 60vh;
      gap: 0.5rem;
    }
    .tpl__footer-links {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      grid-template-columns: 1fr;
    }
    .tpl__footer-links div {
      width: 90%;
    }
    .tpl__footer-links div img {
      margin: 0 auto;
    }
    .tpl__footer-links div h3 {
      text-align: center;
    }
    .tpl__footer-links .menu__vertical {
      width: 40%;
    }
    .tpl__footer-creditos p {
      padding: 1rem;
      flex-direction: column;
      gap: 2rem;
      text-align: center;
    }
    .tpl__footer h2 {
      font-size: 1.15rem;
      line-height: normal;
    }
    .tpl__footer h2 .color {
      font-size: 3rem;
      line-height: 3rem;
    }
    .tpl__footer .form {
      display: block;
      margin-bottom: 4rem;
    }
    .faq {
      padding: 1rem 0;
    }
    .faq .summary-header {
      gap: 0.5rem;
    }
    .faq .title {
      font-size: 1.15rem;
    }
    .faq .tags span {
      margin-right: 0.4rem;
    }
    .faq .arrow {
      width: 32px;
      height: 32px;
    }
    .faq .arrow:before {
      width: 18px;
      height: 18px;
    }
  }
}
/*# sourceMappingURL=index.css.map */
