@font-face {
    font-family: 'PoppinsBlack';
    src: url('../fonts/poppins_black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PoppinsBlackItalic';
    src: url('../fonts/poppins_blackitalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PoppinsBold';
    src: url('../fonts/poppins_bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PoppinsLight';
    src: url('../fonts/poppins_light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PoppinsMedium';
    src: url('../fonts/poppins_medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PoppinsRegular';
    src: url('../fonts/poppins_regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PoppinsSemiBold';
    src: url('../fonts/poppins-semibold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: 'Poppins', sans-serif;
}


body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.hero {
    background: #fcfbe8;
    padding: 80px 20px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
}

.hero-text {
    flex: 1 1 500px;
}

.hero-text h1 {
    font-size: 2.8rem;
    line-height: 1.3;
    margin-bottom: 20px;
}

.greenlight {
    color: #556B2F; 
    font-weight: bold;
    font-family: PoppinsBold;
}

.highlight {
    color: #ff6600;
    font-weight: bold;
    font-family: PoppinsBold;
}

.hero-text p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    color: #847847;
    font-family: PoppinsLight;
}


.btn-primary:hover {
    background-color: #847847;
}

.btn-secundary:hover {
    background-color: #847847;
    color: #fff;
}

.botoes-home {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin-top: 2rem;
  }
  
  .btn-primary,
  .btn-secundary {
    flex: 1 1 200px;
    padding: 1rem;
    text-align: center;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
  }
  
  .btn-primary {
    background-color: #7a6e4f;
  }
  
  .btn-secundary {
    background-color: transparent;
    color: #7a6e4f;
    border: 2px solid #7a6e4f;
  }  

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.hero-image {
    flex: 1 1 400px;
    text-align: center;
}

.hero-image img {
    max-width: 100%;
    height: auto;
    animation: float 4s ease-in-out infinite;
}

.site-header {
    background-color: #fcfbe8; /* fundo amarelado claro como na imagem */
    padding: 20px 40px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 100;
}

.site-header .container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo img {
    height: 50px;
}

.main-nav ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 0;
    padding: 0;
}

.main-nav a {
    text-decoration: none;
    color: #716544;
    font-weight: 500;
    font-size: 16px;
    transition: color 0.2s ease;
    font-family: PoppinsRegular;
    border-radius: 2px;
}

.main-nav a:hover {
    color: #ff6600;
}

.btn-nav {
    background-color: #716544;
    color: #fff !important;
    padding: 8px 16px;
    font-weight: 600;
    transition: background-color 0.3s ease;
    font-family: PoppinsRegular;
}

.btn-nav:hover {
    background-color: #5d5438;
}

.nossaVisao {
    padding: 20px 10px;
    background-color: #fff;
    text-align: center;
    font-family: PoppinsMedium;
}

.containerVisao {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
}

.visao-img img {
    width: 250px;
    background: transparent;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.15));
    transition: filter 0.3s ease;
}

.visao-img img:hover {
    filter: drop-shadow(0 0 6px rgba(132, 120, 71, 0.6));
}

.visao-texto {
    max-width: 600px;
}

.visao-texto h2 {
    font-size: 1.5rem;
    color: #847847;
    margin-bottom: 10px;
    font-family: PoppinsRegular;
}

.visao-texto h2 span {
    color: #847847;
    font-family: PoppinsRegular;
}

.visao-texto p {
    font-size: 1rem;
    line-height: 1.6;
    font-family: PoppinsRegular;
    color: #847847;
}

.servicos {
    background-color: #fff;
    padding: 80px 20px;
    text-align: center;
}

.tituloServicos span {
    color: #847847;
}

.gridServicos {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* força 2 colunas */
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .gridServicos {
        grid-template-columns: 1fr;
    }
}


.cardServico {
    background-color: #847847;
    color: #fff;
    padding: 30px;
    border-radius: 8px;
    text-align: left;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.cardServico:hover {
    transform: translateY(-5px);
}

.cardServico h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
}

.cardServico p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 15px;
}

.cardServico a {
    color: #fff;
    text-decoration: underline;
    font-weight: 500;
}

.processo {
    background-color: #fff;
    padding: 40px 20px;
    text-align: center;
}

.etapas {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
}

.etapa {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
}

.etapa img {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}

.etapa hr {
    width: 100%;
    border: none;
    border-top: 2px solid #847847;
    margin: 10px 0;
    position: relative;
}

.etapa hr::after {
    content: "▼";
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    color: #847847;
}

.etapa h3 {
    font-size: 2rem;
    color: #847847;
    margin: 10px 0;
}

.etapa p {
    font-size: 0.95rem;
    color: #333;
}

.contato {
    background-color: #847847;
    padding: 80px 20px;
    display: flex;
    justify-content: center;
}

.form-contato {
    max-width: 800px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-contato h2 {
    color: white;
    font-size: 1.8rem;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
}

.linha {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.linha input {
    flex: 1;
    padding: 12px;
    font-size: 1rem;
    border: none;
    border-radius: 4px;
}

textarea {
    width: 100%;
    padding: 12px;
    font-size: 1rem;
    border: none;
    border-radius: 4px;
    resize: vertical;
    box-sizing: border-box;
}

.form-contato button {
    align-self: center;
    padding: 15px 24px;
    background-color: #3e3e3e;
    color: white;
    border: none;
    border-radius: 2px;
    font-size: large;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.form-contato button:hover {
    background-color: #2c2c2c;
}

.rodape {
    background-color: #fff;
    padding: 60px 20px;
    color: #847847;
    font-family: 'Poppins', sans-serif;
}

.container-footer {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 40px;
}

.footer-col {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.logo-footer {
    width: 120px;
    margin-bottom: 10px;
}

.footer-col h4 {
    font-size: 1rem;
    margin-bottom: 10px;
    color: #847847;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin-bottom: 6px;
}

.footer-col ul li a {
    text-decoration: none;
    color: #847847;
    font-size: 0.95rem;
}

.footer-col ul li a:hover {
    text-decoration: underline;
}

.form-newsletter {
    display: flex;
    margin-top: 10px;
}

.form-newsletter input {
    flex: 1;
    padding: 10px;
    border: none;
    font-size: 0.9rem;
}

.form-newsletter button {
    background-color: #847847;
    color: white;
    border: none;
    padding: 10px 16px;
    font-weight: bold;
    cursor: pointer;
}

.form-newsletter button:hover {
    background-color: #6e6e36;
}

@media (max-width: 768px) {
    .site-header .container {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .main-nav ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .btn-nav {
        align-self: flex-start;
    }
}

@media (max-width: 768px) {
    .hero {
        padding: 40px 20px;
    }

    .container {
        flex-direction: column;
        text-align: center;
    }

    .hero-text, .hero-image {
        flex: 1 1 100%;
    }

    .hero-text h1 {
        font-size: 2rem;
    }

    .hero-text p {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .linha {
        flex-direction: column;
    }

    .form-contato button {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .container-footer {
        grid-template-columns: 1fr;
        text-align: center;
    }

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

    .form-newsletter input,
    .form-newsletter button {
        width: 100%;
    }
}

.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.6s ease;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}



.storytelling {
    padding: 80px 20px;
    background-color: #fcfbe8;
}
.story-text {
    flex: 1 1 500px;
}
.story-img img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.storytelling .container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}
.story-text h2 {
    color: #847847;
    font-size: 2rem;
    font-family: 'PoppinsBold';
    margin-bottom: 20px;
}
.story-text p {
    color: #716544;
    font-family: 'PoppinsRegular';
    font-size: 1.1rem;
    line-height: 1.8;
}

.tituloVisao,
.tituloServicos,
.tituloProcesso {
    font-size: 2.5rem;
    font-family: 'PoppinsBold';
    color: #847847;
    text-align: center;
    margin-bottom: 60px;
}

.portfolio-section {
    padding: 80px 20px;
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.tituloPortfolio {
    color: #847847;
    font-size: 2.5rem;
    font-family: PoppinsBold;
    margin-bottom: 10px;
}

.subtituloPortfolio {
    font-size: 1.1rem;
    color: #716544;
    margin-bottom: 50px;
    font-family: PoppinsRegular;
}

.projeto {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}


.projeto-img {
    width: 100%;
    max-width: 300px !important;
    margin-bottom: 20px;
    overflow: hidden;
}

.projeto-img img {
    width: 100% !important;
    height: auto !important;
    max-height: 500px !important;
    object-fit: contain;
    display: block;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.projeto-detalhes {
    max-width: 700px;
    text-align: left;
}

.projeto-detalhes h3 {
    color: #847847;
    font-size: 1.8rem;
    font-family: PoppinsBold;
    margin-bottom: 15px;
    text-align: left;
}

.projeto-detalhes p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.6;
}

.projeto-detalhes ul {
    padding-left: 20px;
    margin-bottom: 20px;
    color: #716544;
}

.projeto-detalhes ul li {
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.projeto-detalhes .btn-primary {
    margin-top: 10px;
    display: inline-block;
}

@media (max-width: 768px) {
    .projeto-detalhes {
        text-align: center;
    }

    .projeto-detalhes h3 {
        text-align: center;
    }

    .projeto-detalhes ul {
        text-align: left;
        display: inline-block;
        margin: 0 auto 20px auto;
    }
}

.playstore-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #847847;
    padding: 12px 20px;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    font-family: 'PoppinsBold';
    text-decoration: none;
    transition: background-color 0.3s ease;
    margin-top: 20px;
}

.playstore-btn:hover {
    background-color: #6e6e36;
}

.playstore-btn img {
    height: 20px;
    width: auto;
}

.projeto-aprimorado {
    align-items: center;
    justify-content: center;
    gap: 60px;
    padding: 60px 20px;
  }
  
  .projeto-img img {
    width: 100%;
    max-width: 280px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
  }
  
  .projeto-img img:hover {
    transform: scale(1.02);
  }
  
  .projeto-detalhes h2 {
    font-size: 2rem;
    color: #716544;
    font-family: 'PoppinsBold';
    margin-bottom: 20px;
  }
  
  .projeto-detalhes ul {
    padding-left: 20px;
    margin-bottom: 20px;
  }
  
  .projeto-detalhes ul li {
    font-size: 1rem;
    margin-bottom: 8px;
    color: #555;
  }
  
  @media (max-width: 768px) {
    .projeto-aprimorado {
      flex-direction: column;
      text-align: center;
    }
  
    .projeto-detalhes ul {
      text-align: left;
      display: inline-block;
    }
  }
  
  /* Botão flutuante fixo */
.botao-mensagem {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background-color: #847847;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
  }
  .botao-mensagem img {
    width: 28px;
    height: 28px;
  }
  .botao-mensagem:hover {
    background-color: #847847;
  }
  
  /* Painel lateral */
  .form-mensagem {
    position: fixed;
    bottom: 100px;
    right: 30px;
    width: 320px;
    background-color: #847847;
    color: white;
    border-radius: 16px;
    padding: 20px;
    display: none;
    z-index: 9999;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    animation: slideIn 0.3s ease;
  }
  
  .form-cabecalho {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
  }
  
  .fechar-form {
    cursor: pointer;
    font-size: 20px;
  }
  
  .form-mensagem input,
  .form-mensagem textarea {
    width: 100%;
    margin-bottom: 12px;
    padding: 10px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
  }
  
  .form-mensagem textarea {
    resize: vertical;
    height: 100px;
  }
  
  .form-mensagem button {
    width: 100%;
    background-color: white;
    color: #847847;
    font-weight: bold;
    padding: 10px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  .form-mensagem button:hover {
    background-color: #f5f5f5;
  }
  
  @keyframes slideIn {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  form input[type="text"],
  form input[type="email"],
  form textarea {
    display: block;
    width: 100%;
    margin-bottom: 12px;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    box-sizing: border-box;
  }
  
  .contact-popup {
    transition: opacity 0.3s ease;
  }
  
  .contact-popup.hide {
    opacity: 0;
    pointer-events: none;
  }
  
  .mensagem-enviada {
    color: green;
    font-weight: bold;
    margin-top: 10px;
  }

  .botao-loading {
    pointer-events: none;
    opacity: 0.6;
  }
  
  .botao-loading::after {
    content: "";
    margin-left: 8px;
    border: 2px solid #fff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    animation: spin 0.8s linear infinite;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
/* ==== TIME (Quem faz a RAJA) — CSS completo ==== */
:root{
  --raja-ink: #1B1A40;
  --raja-gold: #8C8258;
  --raja-sand: #F9F8F3;
  --raja-line: #E9E6DD;
  --chip-bg: #F4F3EF;
  --chip-line: #E2DFD3;
}

/* Seção */
.time{
  padding: 88px 0 72px;
  background: var(--raja-sand);
}

/* Garanta que título/subtítulo e grid usem a mesma largura dos cards */
.time > .container{
  max-width: 1120px;      /* ajuste se seu site usa outro container global */
  margin: 0 auto;
  padding: 0 24px;
}

/* Cabeçalho (título + subtítulo) */
.time-header{
  margin: 0 auto 54px;
  text-align: center;
  display: grid;
  place-items: center;
  row-gap: 14px;
}

.tituloTime{
  font-size: clamp(2rem, 1.2rem + 2.2vw, 2.75rem);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--raja-ink);
  margin: 0;
  text-wrap: balance;
  position: relative;
}
.tituloTime::after{
  content:"";
  display:block;
  width: 64px; height: 3px;
  margin: 14px auto 0;
  background: linear-gradient(90deg, #7A6E3F, var(--raja-gold));
  border-radius: 2px;
  opacity: .95;
}

.subTime{
  max-width: 780px;
  margin: 0 auto;
  color: #4F5563;
  font-size: clamp(1rem, .95rem + .3vw, 1.12rem);
  line-height: 1.7;
  font-weight: 400;
  text-align: center;
  text-wrap: pretty;
  hyphens: auto;
}

/* Grid dos membros */
.gridTime{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
  align-items: stretch;
}

/* Card do membro */
.membro{
  background: #fff;
  border: 1px solid var(--raja-line);
  border-radius: 18px;
  box-shadow: 0 4px 20px rgba(0,0,0,.05);
  padding: 28px;
  display: flex;
  align-items: flex-start;
  gap: 22px;
  transition: transform .25s ease, box-shadow .25s ease, opacity .6s ease;
  opacity: 0;
  transform: translateY(30px);
}
.membro.active{ opacity: 1; transform: translateY(0); }
.membro:hover{
  transform: translateY(-6px);
  box-shadow: 0 8px 26px rgba(0,0,0,.08);
}

/* Foto do membro */
.membro-media img{
  width: 190px; height: 190px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #E6E0C8;
  background: #fff;
}

/* Texto do card */
.membro-info{ flex: 1; }

.membro-nome{
  margin: 0 0 4px;
  font-size: 1.35rem;
  color: var(--raja-ink);
  font-weight: 700;
}

.membro-cargo{
  margin: 0 0 10px;
  color: var(--raja-gold);
  font-weight: 600;
  letter-spacing: .2px;
}

.membro-bio{
  margin: 0 0 14px;
  color: #3C3C3C;
  font-size: .98rem;
  line-height: 1.5;
}

/* Chips de tecnologias */
.membro-tags{
  display: flex; flex-wrap: wrap; gap: 8px;
  margin: 0 0 18px; padding: 0; list-style: none;
}
.membro-tags li{
  background: var(--chip-bg);
  border: 1px solid var(--chip-line);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: .85rem;
  color: var(--raja-ink);
}

/* Links de ação */
.membro-links{ display: flex; flex-wrap: wrap; gap: 10px; }
.btn-outline{
  display: inline-block;
  padding: 10px 16px;
  border-radius: 8px;
  text-decoration: none;
  border: 1px solid var(--raja-gold);
  color: var(--raja-ink);
  font-weight: 500;
  transition: all .25s ease;
}
.btn-outline:hover{ background: var(--raja-gold); color: #fff; }

/* Responsivo */
@media (max-width: 900px){
  .time{ padding: 76px 0 60px; }
  .time > .container{ padding: 0 20px; }
  .membro-media img{ width: 160px; height: 160px; }
  .time-header{ margin-bottom: 46px; }
}
@media (max-width: 700px){
  .membro{ flex-direction: column; align-items: center; text-align: center; }
  .membro-media img{ width: 140px; height: 140px; }
}
@media (max-width: 600px){
  .time > .container{ padding: 0 16px; }
  .subTime{ line-height: 1.65; }
  .tituloTime::after{ margin-top: 10px; }
}

/* Acessibilidade: reduz movimento */
@media (prefers-reduced-motion: reduce){
  .membro, .membro:hover{
    transition: none;
    transform: none;
    box-shadow: 0 4px 20px rgba(0,0,0,.05);
  }
}

