.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Montserrat", Sans-serif;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background:
    linear-gradient(rgba(22, 31, 48, 0.6), rgba(22, 31, 48, 0.6)),
    url('https://nugastrobar.com/wp-content/uploads/2025/07/IMG_4736-scaled.jpg') no-repeat center center fixed;
  background-size: cover;
  font-family: 'Montserrat', sans-serif;
  color: #F5F5F5;
}

.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.cta-button {
  display: inline-block;
  padding: 14px 30px;
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #A37D56;
  border: 1px solid #A37D56;
  background-color: transparent;
  text-decoration: none;
  border-radius: 4px;
  transition: 0.3s ease;
  letter-spacing: 1px;
  font-weight: 600;
}
.cta-button:hover {
  background-color: #A37D56;
  color: #161F30;
}

.hero h1, .hero p,
.vale h2, .texto-vale,
.como h3, .manifesto p,
.texto-manifesto, .mapa h4, .mapa p {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.logo-topo {
  text-align: center;
  padding: 40px 0 0;
  opacity: 0;
  transform: translateY(-20px);
  animation: fadeInLogo 1.2s ease-out forwards;
  animation-delay: 0.4s;
}
@keyframes fadeInLogo {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.logo-topo img {
  max-width: 180px;
  height: auto;
  opacity: 0.9;
}

/* HERO */
.hero {
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 20px 80px;
  text-align: center;
}
.hero h1 {
  font-size: 2.4rem;
  color: #A37D56;
  margin-bottom: 20px;
  font-weight: 600;
}
.hero .descricao {
  font-size: 1.1rem;
  color: #EDEDED;
  line-height: 1.8;
  margin-bottom: 30px;
}
.hero .data-local {
  font-size: 1rem;
  color: #DDDDDD;
  line-height: 1.6;
  margin-bottom: 40px;
}

/* RELÓGIO */
.relogio-wrapper {
  display: flex;
  justify-content: center;
  margin: 20px auto 40px;
  animation: fadeInRelogio 1.5s ease-out forwards;
  opacity: 0;
}
.relogio-pulso {
  animation: pulso 8s ease-out infinite;
  padding: 8px;
  border-radius: 50%;
  background: rgba(163, 125, 86, 0.08);
}
.relogio {
  width: 60px;
  height: 60px;
  border: 2px solid #A37D56;
  border-radius: 50%;
  position: relative;
}
.ponteiro {
  width: 2px;
  height: 24px;
  background-color: #A37D56;
  position: absolute;
  top: 6px;
  left: 50%;
  transform-origin: bottom center;
  animation: girarLento 10s ease-out forwards;
}
@keyframes girarLento {
  from { transform: rotate(0deg); }
  to { transform: rotate(270deg); }
}
@keyframes fadeInRelogio {
  to { opacity: 1; }
}
@keyframes pulso {
  0%, 100% { box-shadow: 0 0 0 0 rgba(163, 125, 86, 0.2); }
  50% { box-shadow: 0 0 0 10px rgba(163, 125, 86, 0); }
}

/* VALE */
.vale {
  padding: 100px 0 70px;
}
.vale h2 {
  color: #A37D56;
  font-size: 2.2rem;
  margin-bottom: 20px;
  font-weight: 600;
}
.texto-vale {
  color: #DDDDDD;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 40px;
}
.beneficios {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}
.beneficios li {
  color: #EDEDED;
  margin-bottom: 12px;
  font-size: 1rem;
}

/* COMO FUNCIONA */
.como {
  padding: 80px 0;
}
.como h3 {
  color: #A37D56;
  font-size: 2rem;
  margin-bottom: 50px;
  font-weight: 600;
}
.etapas {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  margin-bottom: 50px;
}
.etapa {
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 16px 20px;
  border-radius: 8px;
  width: 100%;
  max-width: 500px;
}
.numero {
  background-color: #A37D56;
  color: #161F30;
  font-weight: bold;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}
.etapa p {
  margin: 0;
  font-size: 1rem;
  color: #EDEDED;
  text-align: left;
}

/* MANIFESTO */
.manifesto {
  padding: 80px 0 60px;
  text-align: center;
}
.texto-manifesto {
  font-size: 1.3rem;
  color: #A37D56;
  font-style: italic;
  line-height: 1.8;
}

/* PLAYLIST */
.playlist {
  padding: 80px 0 60px;
  text-align: center;
}
.playlist h4 {
  color: #A37D56;
  font-size: 1.4rem;
  margin-bottom: 8px;
  font-weight: 600;
}
.playlist p {
  color: #DDDDDD;
  font-size: 1rem;
  margin-bottom: 25px;
}
.playlist-card {
  display: inline-block;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 0 12px rgba(163, 125, 86, 0.3);
  max-width: 500px;
  width: 100%;
  animation: subtlePulse 8s ease-in-out infinite;
  transition: transform 0.3s ease;
}
.playlist-card:hover {
  transform: scale(1.02);
  box-shadow: 0 0 0 3px #A37D56;
}
@keyframes subtlePulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.015); }
}

/* MAPA */
.bloco-localizacao {
  padding: 80px 20px;
  text-align: center;
}
.titulo-localizacao {
  font-size: 1.4rem;
  color: #A37D56;
  margin-bottom: 10px;
  font-weight: 600;
}
.descricao-localizacao {
  font-size: 1rem;
  color: #DDDDDD;
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
.mapa-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 0 2px #A37D56;
  max-width: 900px;
  margin: 0 auto;
}
.mapa-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* RODAPÉ */
.footer {
  text-align: center;
  padding: 40px 0;
  color: #888888;
  font-size: 0.9rem;
  line-height: 1.6;
}

/* MOBILE */
@media (max-width: 768px) {
  body {
    background:
      linear-gradient(rgba(22, 31, 48, 0.6), rgba(22, 31, 48, 0.6)),
      url('https://nugastrobar.com/wp-content/uploads/2025/07/numobile.png') no-repeat center top fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .titulo-localizacao {
    font-size: 1.3rem;
  }

  .descricao-localizacao {
    font-size: 0.95rem;
  }

  .mapa-container {
    padding-bottom: 75%;
  }
}/* End custom CSS */