/* Estilo geral do corpo */
body {
  font-family: 'Palatino Linotype', serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



/* Header geral */
.custom-header {
  font-family: 'Palatino Linotype', serif;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  z-index: 10;
  transition: background-color 0.3s ease;
}

/* Header transparente (página inicial) */
.custom-header.transparent-header {
  background: transparent;
}

/* Header com fundo sólido (outras páginas ou após scroll) */
.custom-header:not(.transparent-header) {
  background: #f9f7ef; /* Cor sólida para outras páginas */
}

/* Logo */
.logo-header {
  width: 290px;
  height: auto;
  filter: brightness(0); /* Torna a logo preta */

}

/* Ícone do menu */
.menu-icon {
  font-size: 1.5em;
  color: black; /* Ajusta a cor do ícone para combinar com o fundo claro */
  cursor: pointer;
}

/* Menu lateral */
.menu-container {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 250px;
  background: rgba(0, 0, 0, 0.9); /* Fundo do menu lateral */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}

.menu-container.active {
  transform: translateX(0);
}

.menu-container .menu-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 2em;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
}

.menu-container .menu-close:hover {
  color: #ccc;
}

.menu-container .menu {
  list-style: none;
  padding: 0;
}

.menu-container .menu li {
  margin: 20px 0;
}

.menu-container .menu li a {
  color: white;
  font-size: 1.2em;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
}

/* Vídeo de fundo */
.video-background-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Sobreposição do vídeo */
.video-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

/* Logo no vídeo de fundo */
.video-overlay .white-logo {
  width: 300px; /* Tamanho maior */
  height: auto;
  filter: brightness(0) invert(1); /* Transforma a logo em branco */
  /*filter: brightness(0) saturate(100%) invert(11%) sepia(84%) saturate(1925%) hue-rotate(197deg) brightness(88%) contrast(100%);*/
  margin-bottom: 20px;
}

.subtitle {
  color: white;
  font-size: 2.8em; /* Aumenta o tamanho da legenda */
  font-family: 'Palatino Linotype', sans-serif;
  margin-top: 10px;
  line-height: 1.4; /* Ajusta o espaçamento entre linhas */
}

/* Responsividade para telas menores que 768px */
@media (max-width: 768px) {
  /* Header */
  .custom-header {
    height: 60px; /* Reduz a altura do cabeçalho */
    padding: 0 10px; /* Reduz as margens internas */
  }

  .logo-header {
    width: 200px; /* Diminui o tamanho da logo */
  }

  .menu-icon {
    font-size: 1.2em; /* Ajusta o tamanho do ícone do menu */
  }

  /* Menu lateral */
  .menu-container {
    width: 200px; /* Reduz a largura do menu lateral */
  }

  .menu-container .menu li {
    margin: 15px 0; /* Reduz o espaçamento entre os links */
  }

  .menu-container .menu li a {
    font-size: 1em; /* Reduz o tamanho da fonte dos links */
  }

  /* Vídeo de fundo */
  .video-background-section {
    height: 70vh; /* Reduz a altura do vídeo para caber em telas menores */
  }

  .background-video {
    object-fit: cover; /* Mantém o vídeo centralizado e coberto */
  }

  /* Sobreposição do vídeo */
  .video-overlay {
    top: 40%; /* Ajusta a posição vertical do conteúdo */
  }

  .video-overlay .white-logo {
    width: 200px; /* Reduz o tamanho da logo no vídeo */
  }

  .subtitle {
    font-size: 1.2em; /* Diminui o tamanho da legenda */
  }
}

/* Responsividade para telas menores que 480px */
@media (max-width: 480px) {
  /* Header */
  .custom-header {
    height: 50px; /* Reduz ainda mais a altura */
  }

  .logo-header {
    width: 150px; /* Ajusta o tamanho da logo para telas muito pequenas */
  }

  .menu-icon {
    font-size: 1em; /* Reduz o tamanho do ícone do menu */
  }

  /* Menu lateral */
  .menu-container {
    width: 180px; /* Reduz ainda mais a largura do menu lateral */
  }

  .menu-container .menu li a {
    font-size: 0.9em; /* Reduz o tamanho da fonte dos links */
  }

  /* Vídeo de fundo */
  .video-background-section {
    height: 60vh; /* Reduz a altura do vídeo para caber em telas menores */
  }

  .video-overlay .white-logo {
    width: 150px; /* Diminui o tamanho da logo */
  }

  .subtitle {
    font-size: 1em; /* Ajusta o tamanho da legenda */
  }
}






/* Estilo para a seção de introdução */
.intro-section {
  font-family: 'Palatino Linotype', serif;
  background-color: #f8f5f0;
  padding: 100px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; /* Adiciona contexto para o z-index */
  z-index: 0; /* Coloca esta seção acima do vídeo */
  margin-top: 100vh; /* Move a seção para começar abaixo da seção de vídeo */
}

.animate__fadeInUp {
  animation-duration: 1s; /* Ajuste a duração conforme desejado */
  animation-fill-mode: forwards; /* Garante que o elemento permaneça no estado final da animação */
}

.intro-container {
  max-width: 1200px; /* Limita a largura máxima */
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between; /* Adiciona espaço entre os dois blocos */
}

.intro-title {
  font-family: 'Palatino Linotype', serif;
  flex: 1; /* Define o espaço que o título ocupa */
  text-align: right; /* Mantém o texto à direita no lado esquerdo */
}

.intro-text {
  flex: 1; /* Define o espaço que o texto da direita ocupa */
  margin-left: 100px; /* Desloca o parágrafo e os botões para a direita */
}

.intro-text p {
  font-family: 'Palatino Linotype', serif;
  font-size: 1.2em;
  color: #4a4a4a;
  line-height: 1.6;
  margin-bottom: 30px;
}



.intro-title h2 {
  font-family: 'Palatino Linotype', serif;
  font-size: 2.5em; /* Tamanho do texto */
  color: #6c6960;
  margin: 0; /* Remove todas as margens */
  line-height: 1.2; /* Espaçamento entre as linhas */
  text-align: center; /* Centraliza o texto */
}


.highlight {
  display: inline-block;
  margin-right: 5px;
  color: #6c6960; /* Cor destacada */
}

.intro-buttons {
  display: flex;
  gap: 20px; /* Espaçamento entre os botões */
  align-items: center;
}

.button-primary,
.button-secondary {
  display: flex;
  align-items: center;
  gap: 8px; /* Espaço entre o quadrado e o texto */
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.875rem; /* Ajusta o tamanho da fonte */
  cursor: pointer;
  background: none; /* Remove fundo do container do botão */
  border: none; /* Remove borda do container do botão */
  padding: 0; /* Remove padding do container do botão */
}

.button-primary .square,
.button-secondary .square {
  width: 12px; /* Largura do quadrado menor */
  height: 12px; /* Altura do quadrado menor */
  flex-shrink: 0; /* Mantém o quadrado com o tamanho definido */
}

.button-primary .square {
  background-color: #4a4a4a;
}

.button-secondary .square {
  background-color: transparent; /* Fundo transparente */
  border: 2px solid #4a4a4a; /* Borda escura */
}

/* Estilo do texto */
.button-primary span,
.button-secondary span {
  color: #4a4a4a; /* Cor do texto */
  text-decoration: none; /* Remove sublinhado */
}

/* Efeito de hover */
.button-primary:hover .square {
  background-color: #3a3a3a; /* Fundo mais escuro no hover */
}

.button-secondary:hover .square {
  background-color: #4a4a4a; /* Fundo escuro no hover */
}

.button-secondary:hover span {
  color: #4a4a4a; /* Texto permanece escuro no hover */
}

/* Responsividade para telas menores (exemplo: tablets e celulares) */
@media (max-width: 992px) {
  .intro-container {
    flex-direction: column; /* Empilha os elementos verticalmente */
    text-align: center; /* Centraliza o conteúdo */
    gap: 30px; /* Reduz o espaçamento entre os elementos */
    padding: 0 20px; /* Adiciona espaçamento lateral */
  }

  .intro-title {
    text-align: center; /* Centraliza o título */
  }

  .intro-text {
    margin-left: 0; /* Remove o deslocamento à esquerda */
    text-align: center; /* Centraliza o texto */
  }

  .intro-title h2 {
    font-size: 2em; /* Reduz o tamanho do título */
  }

  .intro-text p {
    font-size: 1em; /* Ajusta o tamanho da fonte */
    line-height: 1.5; /* Reduz o espaçamento entre linhas */
  }
}

@media (max-width: 768px) {
  .intro-title h2 {
    font-size: 1.8em; /* Reduz o tamanho do título ainda mais */
  }

  .intro-text p {
    font-size: 0.9em; /* Ajusta o tamanho do texto */
  }

  .intro-section {
    padding: 50px 20px; /* Reduz o espaçamento interno da seção */
  }
}

@media (max-width: 576px) {
  .intro-title h2 {
    font-size: 1.6em; /* Ajusta o tamanho do título para dispositivos muito pequenos */
  }

  .intro-text p {
    font-size: 0.85em; /* Ajusta o tamanho do texto */
  }

  .intro-section {
    margin-top: 50vh; /* Ainda menor padding em dispositivos muito pequenos */
  }
}







/*sesao imagem*/
.horizontal-scroll-section {
  overflow: hidden;
  width: 100vw;
  background-color: #f9f7ef;
  padding: 20px 0; /* Adiciona um espaçamento vertical */
}

.horizontal-scroll-container {
  margin-bottom: 70px!important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Centraliza as imagens */
  gap: 15px; /* Espaçamento entre as imagens */
}

.row {
  display: flex;
  flex-wrap: nowrap;
}


@media (max-width: 576px) {
  .image-item {
    width: 150px; /* Largura reduzida para dispositivos pequenos */
    height: 112px; /* Altura proporcional */
  }
}

/* Responsividade para a seção de introdução */
@media (max-width: 992px) {
  .intro-container {
    flex-direction: column;
    text-align: center;
    gap: 30px;
    padding: 0 20px;
  }

  .image-item {
    width: 250px; /* Reduzido para telas médias */
    height: 187px; /* Altura proporcional */
  }

  .intro-title,
  .intro-text {
    text-align: center;
  }

  .intro-title h2 {
    font-size: 2.5em;
  }

  .intro-text p {
    font-size: 1.1em;
  }
}

@media (max-width: 768px) {
  .intro-title h2 {
    font-size: 2em;
  }

  .image-item {
    width: 150px !important;
    height: 136px !important;
  }

  .intro-text p {
    font-size: 1em;
  }

  .intro-section {
    padding: 50px 0;
  }
}

/* Estilo da galeria */
.horizontal-scroll-section {
  overflow: hidden;
  width: 100vw;
  background-color: #f9f7ef;
  padding: 20px 0;
}

.horizontal-scroll-container {
  margin-bottom: 70px !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.image-item {
  position: relative;
  background-size: cover;
  background-position: center;
  width: 480px !important; /* Largura das imagens aumentada */
  height: 360px !important; /* Altura das imagens aumentada */
  flex-shrink: 0;
  margin: 10px;
  cursor: pointer;
  overflow: hidden;
}

.image-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(9, 29, 58, 0.9); /* Cor azul escura */  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.image-item .overlay h4 {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0;
}

.image-item .overlay p {
  font-size: 1em;
  margin: 5px 0 0;
}

.image-item:hover .overlay {
  opacity: 1;
}

/* Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 20px;
  border-radius: 10px;
  width: 50%;
  text-align: center;
}

.modal-content p {
  font-size: 1.2em;
  line-height: 1.6;
}

.close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 28px;
  cursor: pointer;
}










/* SEÇÃO DE VÍDEO EM TELA CHEIA */
.full-screen-video-section {
  font-family: 'Palatino Linotype', sans-serif;
  position: relative;
  width: 100vw;
  height: 150vh; /* Altura padrão no desktop */
  overflow: hidden;
  display: flex;
  flex-direction: column; /* Alinha os textos no mobile */
  justify-content: center; /* Centraliza os textos */
}

/* ESTILO DO VÍDEO */
.background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200vw; /* Tamanho do vídeo */
  height: 250vh;
  transform: translate(-50%, -50%);
  object-fit: cover; /* Ajusta o vídeo para cobrir toda a área */
  z-index: -1; /* Fica no fundo */
}

/* TEXTOS SOBRE O VÍDEO */
.video-text-overlay {
  font-family: 'Palatino Linotype', sans-serif;
  position: absolute;
  color: #FFF;
  padding: 20px;
  max-width: 40%; /* Limita a largura dos textos */
  animation-duration: 1.5s;
}

.video-text-overlay h2 {
  font-size: 2.5em;
  font-family: 'Palatino Linotype', sans-serif;
  margin: 0;
  line-height: 1.2;
}

.video-text-overlay p {
  font-size: 1.2em;
  margin-top: 10px;
  line-height: 1.5;
}

/* POSICIONAMENTO DOS TEXTOS NO DESKTOP */
.video-text-overlay.right {
  top: 10%;
  right: 10%;
  text-align: left;
}

.video-text-overlay.left {
  top: 40%;
  left: 10%;
  text-align: left;
}

.video-text-overlay.center {
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

/* RESPONSIVIDADE - ALTURA AJUSTADA E TEXTO OCULTO NO MOBILE */
@media (max-width: 992px) {
  .full-screen-video-section {
    height: 50vh; /* Ajusta a altura para caber na tela do mobile */
  }

  .background-video {
    width: 150vw; /* Reduz o tamanho do vídeo no mobile */
    height: 150vh;
  }

  .video-text-overlay {
    max-width: 80%; /* Ajusta a largura do texto */
    padding: 15px;
    font-size: 0.9em; /* Reduz o tamanho da fonte */
  }

  .video-text-overlay h2 {
    font-size: 1.3em;
    margin-bottom: 8px;
  }

  .video-text-overlay p {
    font-size: 0.9em;
  }

  .video-text-overlay.right {
    top: 15%;
    left: 5%; /* Centraliza no mobile */
    text-align: left;
  }

  .video-text-overlay.left {
    top: 40%;
    left: 5%;
    text-align: left;
  }

  .video-text-overlay.right,
  .video-text-overlay.center {
    display: none; /* Oculta textos */
  }
}

/* RESPONSIVIDADE PARA TELAS MUITO PEQUENAS */
@media (max-width: 768px) {
  .video-text-overlay h2 {
    font-size: 1.2em;
  }

  .video-text-overlay p {
    font-size: 0.8em;
  }

  .video-text-overlay {
    max-width: 90%;
    text-align: center;
    padding: 10px;
  }
}




/* Estilo geral da seção 5 */
.section-5 {
  display: grid;
  grid-template-columns: 100px 1fr; /* Navegação fixa + conteúdo */
  height: 100vh;
  background-color: #f9f7f2;
  position: relative;
  overflow: hidden;
}

/* Navegação lateral */
.section-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #dcdcdc;
  background-color: #f9f7f2;
}

.section-nav .nav-links {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section-nav .nav-links a {
  font-family: 'Poppins', sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  text-decoration: none;
  color: #888;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  transition: color 0.3s ease;
}

.section-nav .nav-links a:hover,
.section-nav .nav-links a.active {
  color: #333; /* Destaque para o link ativo */
}

/* Conteúdo principal */
.content-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; /* Para ocultar o conteúdo fora da visualização */
}

/* Subseções (blocos de conteúdo) */
.subsection {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 50px;
  gap: 20px;
  background-color: #f9f7f2;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

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

.subsection h2 {
  font-family: 'Palatino Linotype', sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: #333;
  margin: 0;
}

.subsection p {
  font-family: 'Palatino Linotype', sans-serif;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
  max-width: 600px;
  margin-top: 20px;
}

/* Ajuste da disposição das imagens */
.image-content {
  display: flex;
  justify-content: space-between; /* Garante espaçamento uniforme entre imagens */
  align-items: center;
  gap: 20px; /* Espaço entre as imagens */
}

.image-content img {
  width: 30%; /* Cada imagem ocupa 30% da largura do container */
  height: auto;
  border-radius: 4px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Efeito de zoom ao passar o mouse */
.image-content img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* Responsividade: Ajustes para telas menores */
@media (max-width: 768px) {
  .image-content {
    flex-direction: column; /* As imagens empilham verticalmente no mobile */
    gap: 15px;
  }

  .image-content img {
    width: 100%; /* Cada imagem ocupa toda a largura do container */
  }
}


/* Linha superior */
.line-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* Ocupa toda a largura */
  height: 1px; /* Espessura da linha */
  background-color: #dcdcdc; /* Cor da linha */
  z-index: 10; /* Certifique-se de que fique acima de outros elementos */
}


/* Linha inferior */
.line-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #dcdcdc;
  z-index: 10;
}

/* ---- Ajuste apenas para dispositivos móveis ---- */
@media (max-width: 768px) {
  /* Ajuste do layout geral */
  .section-5 {
    display: flex;
    flex-direction: column; /* Empilha os elementos */
    height: auto; /* Altura adaptável */

  }

  /* Navegação horizontal no mobile */
  .section-nav {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-right: none; /* Remove borda lateral */
    border-bottom: 1px solid #dcdcdc; /* Adiciona borda inferior */
    padding: 10px;
    display: none; /* Esconde a navegação lateral */

  }

  .section-nav .nav-links {
    flex-direction: row; /* Torna os botões horizontais */
    gap: 15px;
  }

  .section-nav .nav-links a {
    font-size: 1rem; /* Ajusta o tamanho da fonte */
    writing-mode: horizontal-tb; /* Torna o texto horizontal */
    transform: none; /* Remove rotação */
  }

  /* Blocos de conteúdo no mobile */
  .content-wrapper {
    height: auto; /* Altura adaptável */
    padding: 20px;
  }

  .subsection {
    position: relative; /* Alinha como blocos normais */
    width: 100%;
    height: auto;
    opacity: 1; /* Sempre visível */
    transform: none; /* Remove movimento */
    margin-bottom: 20px;
  }

  /* Ajuste de imagens no mobile */
  .image-content img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  /* Oculta linhas no mobile */
  .line-top,
  .line-bottom {
    display: none;
  }
}





/* Estilo da seção de equipe */
.team-section {
  padding: 100px 20px;
  background-color: #f8f5f0; /* Cor de fundo */
  text-align: center;
}

.team-title {
  font-size: 3em;
  margin-bottom: 50px;
  color: #6c6960; /* Cor do texto */
  font-weight: bold;
  font-family: 'Palatino Linotype', sans-serif;

}

.team-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1400px;
  margin: 0 auto;
}

.team-member {
  position: relative;
  flex: 0 1 calc(25% - 30px); /* Responsividade */
  max-width: calc(25% - 30px);
  height: auto;
  aspect-ratio: 1/1; /* Mantém quadrado */
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Suavidade */
}

/* Efeito de animação ao passar o mouse */
.team-member:hover {
  transform: translateY(-10px); /* Sobe a imagem */
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2); /* Sombra */
}

/* Sobreposição */
.overlay {
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  background-color: rgba(9, 29, 58, 0.9);
  color: white;
  padding: 15px 0;
  text-align: center;
  font-family: 'Palatino Linotype', sans-serif;
  transition: bottom 0.3s ease-in-out;
}

.team-member:hover .overlay {
  bottom: 0; /* A sobreposição sobe */
}

.name {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0;
}

.role {
  font-size: 1em;
  margin: 5px 0 0;
}

/* Responsividade */
@media (max-width: 1024px) {
  .team-member {
    flex: 0 1 calc(50% - 30px); /* Em tablets, 2 por linha */
    max-width: calc(50% - 30px);
  }
}

@media (max-width: 768px) {
  .team-member {
    flex: 0 1 calc(50% - 20px); /* Em mobile, ainda 2 por linha */
    max-width: calc(50% - 20px);
  }
}

@media (max-width: 480px) {
  .team-member {
    flex: 0 1 100%; /* Em telas pequenas, 1 por linha */
    max-width: 100%;
  }
}





/* SESSAO 6 - CARROSSEL DE LOGOS */
.section-6 {
  margin-top: -50px;
  text-align: center;
  padding: 210px 0 100px; /* Aumentei o padding superior para 100px */
  background: #f9f7f2; /* Tom claro semelhante à imagem */
  font-family: 'Palatino Linotype', sans-serif;
  justify-content: space-between;

}

.section-6 h2 {
  font-family: 'Palatino Linotype', sans-serif;
  font-size: 2em;
  margin-bottom: 70px;
  color: #4a4a4a;
}

/* Carrossel */
.carousel {
  position: relative;
  overflow: hidden; /* Esconde os logos fora da área visível */
  max-width: 100%; /* Ocupa toda a largura */
}

.carousel-track {
  display: flex;
  gap: 50px; /* Espaçamento entre os logos */
  animation: slide 10s linear infinite; /* Animação para deslizar os logos */
}

.carousel-track img {
  height: 100px; /* Aumenta a altura dos logos */
  max-width: 200px; /* Ajusta a largura máxima */
  object-fit: contain; /* Garante que os logos não sejam cortados */
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.carousel-track img:hover {
  opacity: 1; /* Destaque no hover */
}

/* Animação */
@keyframes slide {
  0% {
    transform: translateX(0); /* Início */
  }
  100% {
    transform: translateX(-50%); /* Move metade dos logos para fora */
  }
}

/* Responsividade */
@media (max-width: 768px) {
  .carousel-track img {
    height: 80px; /* Ajusta altura para telas menores */
    max-width: 150px; /* Ajusta largura para telas menores */
  }

  .carousel-track {
    gap: 30px; /* Reduz o espaçamento no mobile */
  }
}






/*Funmulario*/
/* Fundo geral da tela */
.form-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #091d3a; /* Fundo bege claro */
  padding: 40px 0;
  min-height: 100vh;
  color: #6c6960; /* Texto com tom cinza */
}

/* Conteúdo dentro da seção */
.form-content {
  display: flex;
  max-width: 1200px;
  width: 90%;
  gap: 40px;
  justify-content: space-between;
}

/* Informações no lado esquerdo */
/* Informações no lado esquerdo */
.form-info {
  flex: 1;
  text-align: left;
}

.form-info .logo-header {
  width: 650px; /* Aumenta o tamanho da imagem */
  max-width: 100%;
  margin-bottom: 20px;
  filter: brightness(0) invert(1); /* Torna a imagem completamente branca */
}

.form-info h2 {
  color: #ffffff;
  font-size: 2rem; /* Tamanho maior do título */
  margin-bottom: 20px;
}

.form-info p {
  color: #ffffff;
  font-size: 1.5rem; /* Aumenta o tamanho do texto */
  margin-bottom: 15px;
  line-height: 1.7;
}

/* Caixa do formulário no lado direito */
.form-box {
  flex: 1;
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  color: #000;

}

/* Formulário estilizado */
form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

label {
  font-weight: bold;
  font-size: 14px;
  color: #6c6960;
}

input, select, textarea {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  color: #6c6960;
}

textarea {
  resize: none;
  height: 100px;
}

button {
  padding: 10px;
  background-color: #6c6960;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

button:hover {
  background-color: #55534d; /* Tom mais escuro para hover */
}

/* Responsividade */
@media (max-width: 768px) {
  .form-content {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .form-box {
    width: 100%;
  }
}




/* Pgina video dois  */
.video-title-section {
  text-align: center;
  background-color: #f9f7ef;
  padding: 30px 0;
}

.page-title {
  font-family: 'Palatino Linotype', serif;
  font-size: 2.5em;
  color: #6c6960;
  margin: 0;
}

/* Vídeo em largura total */
.full-width-video-section {
  position: relative;
  width: 100%;
  height: 100vh; /* O vídeo ocupa toda a altura da tela */
  overflow: hidden;
}

.full-background-video {
  font-family: 'Palatino Linotype', serif;
  margin-top: -150px;
  position: relative;
  width: 100vw;
  height: 150vh; /* Altura padrão no desktop */
  overflow: hidden;
  display: flex;
  flex-direction: column;

}

/* Botão centralizado */
.video-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
}

/* Estilo do botão */
.custom-video-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Palatino Linotype', serif;
  font-size: 1.1em;
  text-decoration: none;
  letter-spacing: 1px;
  position: relative;
}

.custom-video-button .button-box {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #6c6960;
  margin-right: 10px;
  position: relative;
}

.custom-video-button:hover .button-box {
  background-color: #6c6960;
}

.custom-video-button:hover {
  color: #fff;
}

/* Responsividade - Altura ajustada e texto ajustado para mobile */
@media (max-width: 992px) {
  .video-title-section {
    padding: 15px 0; /* Reduz o padding */
  }



  .page-title {
    font-size: 2em; /* Diminui o tamanho da fonte */
  }

  .full-width-video-section {
    height: 50vh; /* Reduz a altura em tablets */
  }

  .video-overlay {
    top: 45%; /* Centraliza melhor o botão */
  }

  .custom-video-button {
    font-size: 1em;
    padding: 8px 15px;
  }

  .custom-video-button .button-box {
    width: 18px;
    height: 18px;
  }

}

@media (max-width: 768px) {
  .video-title-section {
    padding: 10px 0; /* Reduz ainda mais o padding */
  }


  .full-width-video-section {
    height: 80vh; /* Reduz a altura em tablets */
    margin-top: -110px;
  }


  .page-title {
    font-size: 1.8em; /* Ajusta o tamanho do título */
  }


  .video-overlay {
    top: 50%;
  }

  .custom-video-button {
    color: #000000;
    font-size: 0.9em;
    padding: 6px 12px; /* Ajusta o botão para telas menores */
  }

  .custom-video-button .button-box {
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 480px) {
  .full-width-video-section {
    height: 70vh; /* Reduz a altura em tablets */
    margin-top: -280px;
  }


  .video-title-section {
    padding: 5px 0; /* Reduz o espaço superior e inferior */
  }

  .page-title {
    font-size: 1.5em; /* Reduz o tamanho do título */
  }

  .custom-video-button {
    color: #000000;
    font-size: 0.8em;
    padding: 5px 10px; /* Botão menor no mobile */
  }

  .custom-video-button .button-box {
    width: 12px;
    height: 12px;
  }
}










body {
  font-family: 'Palatino Linotype', serif;
  margin: 0;
  padding: 0;
  background-color: #faf8f2;
  color: #333;
}

/* Seção de Materiais */
.materials-section {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 10%;
  background-color: #faf8f2;
}

.materials-text {
  max-width: 50%; /* Texto menor */
  text-align: left;
  margin-right: 20px;
  line-height: 1.6; /* Menor altura entre linhas */
}

.materials-title {
  font-size: 2.2rem; /* Título menor */
  font-weight: bold;
  color: #4a4a4a;
  margin-bottom: 15px;
}

.materials-description {
  list-style-type: disc;
  padding-left: 20px;
  font-size: 1.3rem; /* Texto menor */
  line-height: 1.6; /* Menor espaçamento */
  color: #4a4a4a;
}

/* Galeria de Imagens */
.materials-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); /* Imagens maiores */
  gap: 20px;
  padding: 20px;
}

.gallery-item img {
  width: 100%;
  height: 300px; /* Imagens maiores */
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-item img:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Responsividade */
@media (max-width: 1024px) {
  .materials-section {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .materials-text {
    max-width: 90%; /* Texto centralizado */
    margin: 0 0 20px;
  }

  .materials-title {
    font-size: 1.8rem;
  }

  .materials-description {
    font-size: 0.9rem;
  }
}

@media (max-width: 600px) {
  .gallery-item img {
    height: 200px; /* Reduz altura das imagens no mobile */
  }

  .materials-title {
    font-size: 1.6rem;
  }

  .materials-description {
    font-size: 0.8rem;
  }
}
