@import url('https://fonts.cdnfonts.com/css/uni-neue');
@import url('https://fonts.cdnfonts.com/css/gotham-womans');
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); :root {
  --cor-de-fundo: #2d3548;
  --cor-clara: rgba(255, 255, 255, 0.6);
  --cor-clara2: rgba(255, 255, 255, 0.9);
  --medida-espaco-8: 8px;
  --medida-espaco-16: 16px;
  --medida-espaco-24: 24px;
  --medida-espaco-32: 32px;
  --medida-espaco-64: 64px;
  --largura-caixa-geral: 1200px;
}

.home-cor {
  background-color: #084621;
}

.background-cor {
  background-color:#084621
}
.background-imagem {
  background-image: url(/assets/img/fundobranco.jpg);
}

.background-verde { 
  background-color: #084621;
}

.background-amarelo {
  background-color: #fab411 ;
}

.animacao-home {
  display: inline-block;
  background: linear-gradient(to bottom, #084621 50%, #fab411 50%);
  background-size: 100% 200%;
  color: #333;
  transition: background-position 0.3s ease;
  cursor: pointer;
}

.animacao-home:hover {
  background-position: 0 100%;
}

.home-textos {
  color: rgb(0, 0, 0); 
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .background-img-celular {
   background-color: #084621;
  }
}

.imagem {
  width: 600px; /* Define a largura da imagem */
  height: auto; /* Mantém a proporção da imagem */
}
@media screen and (max-width: 1200px) {
  .imagem {
      display: none; /* Faz a imagem desaparecer */
  }
}
@media screen and (max-width: 1200px) {
  .responsive-home {
    flex-direction: column;
    justify-content:center;
    text-align: center;
  }
}

.fonte-responsiva-titulo {
    font-family: 'Candal', sans-serif;
    font-size: 5rem; /* Tamanho base da fonte em relação ao tamanho padrão do navegador */
    line-height: 1;
    color: rgb(0, 0, 0);
}

/* Media query para dispositivos de largura média (por exemplo, tablets) */
@media screen and (min-width: 600px) {
    .fonte-responsiva-titulo {
        font-size: 5rem; /* Aumenta o tamanho da fonte em 12.5% */
        line-height: 1;
        color: rgb(0, 0, 0)
    }
}

/* Media query para dispositivos de largura maior (por exemplo, desktops) */
@media screen and (min-width: 1024px) {
    .fonte-responsiva-titulo {
        font-size: 6rem; /* Aumenta o tamanho da fonte em 25% */
        line-height: 1;
        color: #084621;
    }
}

.fonte-responsiva-texto {
  font-family: 'Candal', sans-serif;
    font-size: 1.5rem; /* Tamanho base da fonte em relação ao tamanho padrão do navegador */
    line-height: 1;
}

/* Media query para dispositivos de largura média (por exemplo, tablets) */
@media screen and (min-width: 600px) {
    .fonte-responsiva-texto {
        font-size: 1.5rem; /* Aumenta o tamanho da fonte em 12.5% */
        line-height: .6;
    }
}

/* Media query para dispositivos de largura maior (por exemplo, desktops) */
@media screen and (min-width: 1024px) {
    .fonte-responsiva-texto {
        font-size: 2rem; /* Aumenta o tamanho da fonte em 25% */
        line-height: 1;
    }
}
.font-titulos {
  color: #084621;
  font-family: 'Uni Neue', sans-serif;
  font-size: 60px;
  font-weight: 600;
  font-weight: bold;
}
.font-subtitulos {
  color: rgb(0, 0, 0);
  font-family: 'Uni Neue', sans-serif;
  font-size: 40px;
  font-weight: 200;
}
.font-cor-primaria-branca {
  color: rgb(0, 0, 0);
  font-family: 'Uni Neue', sans-serif;
  font-size: 20px;
}
.font-cor-primaria-preta {
  color: rgb(0, 0, 0);
  font-family: 'Uni Neue', sans-serif;
  font-size: 20px;
  
}
.font-cor-segundaria {
  color: #fab411; 
}
.imagem-limitada {
    max-width: 450px; /* Substitua 300px pelo valor desejado */
    max-height: 233px; /* Substitua 200px pelo valor desejado */
    width: 100%; /* Garante que a largura não ultrapasse o valor máximo definido */
    height: auto; /* Garante que a altura não ultrapasse o valor máximo definido e ajusta automaticamente a largura */
  }

.animacao-home1 {
    

    
    border: none;
    cursor: pointer;
    transition: background-color 0.3s; /* Adiciona uma transição suave para o efeito */
    color: rgb(0, 0, 0);
    
  }
  
.animacao-home1:hover {
    color:rgb(255, 255, 255);
    background-color: #CFDD01; /* Nova cor ao passar o mouse */
    
  }

  .animacao-home-branco {
    display: inline-block;
    padding: 10px;
    background: linear-gradient(to bottom, #F8A01A 50%, #145144 50%);
    background-size: 100% 200%;
    color: #333;
    transition: background-position 0.3s ease;
    cursor: pointer;
  }
  
  .animacao-home-branco:hover {
    background-position: 0 100%;
  }

  .slideshow-container {
    max-width: 600px;
    position: relative;
    margin: auto;
    overflow: hidden;
  }

  .slideshow-inner {
    display: flex;
    transition: transform 1s ease;
  }

  .mySlides {
    flex: 0 0 100%;
  }

  .imagem-100 {
    width: 100%;
    object-fit: cover;
  }
  img {
    width: 100%;
    object-fit: cover;
  }

  .nav-buttons {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
  }

  .nav-buttons .btn {
    cursor: pointer;
    padding: 10px;
    ;
    border: none;
    background-color: #F8A01A;
  }

  .indicator-container {
    display: flex;
    justify-content: center;
    margin-top: px;
    background-color:#01493a00;
  }

  .indicator {
    width: 13px;
    height: 13px;
    background-color: #bbb;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    
  }

  .indicator.active {
    background-color: #333;
  }





/*CSS PAGINA PARCEIROS - PAPERKITPRO */

.img-circle {
  margin-bottom: 20px;
  padding: 4px;
  border-radius:10% !important;
  max-width: 100%;
}
.img-no-padding {
  padding: 0px;
}
.info {
  padding: 30px 0 30px;
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}




.card-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.movimento-card {
  transition: transform 0.5s ease; /* Adicionando uma transição suave para o efeito de movimento */
}

.movimento-card:hover {
  transform: translateY(-15px); /* Move o cartão 20px para a direita quando o mouse passa sobre ele */
}


.fade-in-down {
  opacity: 0;
  animation: fadeInDown 1.5s forwards;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-30%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


.fade-in-down-home {
  opacity: 0;
  animation: fadeInDown 1.5s forwards;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.efeitoglass {
/* From https://css.glass */
background: rgba(255, 255, 255, 0.21);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(6.9px);
-webkit-backdrop-filter: blur(6.9px);
}


.efeito {
  opacity: 0; /* Inicialmente invisível */
  transition: opacity 1s ease-in-out; /* Animação de fade */
}
.efeito.show {
  opacity: 1; /* Torna o elemento visível */
}


.home {
  margin: 0;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow:hidden; /* Evita rolagem da página */
}
.home.active {
  overflow: visible;
}

.video-container {
  position: relative;
  flex: 1;
  width: 100%;
  height: 100%;
  transition: height 1s ease-in-out;
 
}
.video-container.active {
  width: 100%;
  height: 50%;
}
@media screen and (max-width: 850px) {
  .video-container.active  {
    height: 40%;
  }
  
}

video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(67%);
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;  
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
  /* transform: translateY(-20%); */
}
.overlay button {
  padding: 10px 20px;
  background-color: #1A9C47;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 18px;
  opacity: 0;
  transition: opacity 1s;
}
.overlay button.show {
  opacity: 1;
}




.logo-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
}

.logo {
  width: 100%; /* Tamanho inicial grande */
  transition: width 1s ease-in-out; /* Animação suave para mudança de tamanho */
}

.logo-container.active {
  transform: translateY(-70px); /* Move para cima */
  opacity: 0.9; /* Leve transparência */
}


.logo-container.active .logo {
  width: 60%; /* Tamanho menor após a animação */
}

@media screen and (max-width: 850px) {
  .logo-container.active .logo {
    width: 80%; /* Tamanho menor após a animação */
    
  }
}
@media screen and (max-width: 850px) {
  .logo-container.active  {
    transform: translateY(-200px); /* Move para cima */
    opacity: 0.9; /* Leve transparência */
  }
  
}

.resumo-home {
  position: relative;
}