 

      * {

      font-family: 'Poppins', sans-serif;

      box-sizing: border-box;

    }



    body {

      font-family: 'Poppins', sans-serif;

      overflow-x: hidden;

    }






@keyframes zoomEffect {

    0% {

        font-size: 14px; /* Tamanho inicial do texto */

    }

    50% {

        font-size: 16px; /* Tamanho aumentado */

    }

    100% {

        font-size: 14px; /* Volta ao tamanho inicial */

    }

}





  /* Seu código de animação existente */

  .zoomButton {
 
    animation: zoomEffect 2s ease-in-out infinite;

  }



  @keyframes zoomEffect {

    0% {

      transform: scale(1); /* Tamanho inicial */

    }

    50% {

      transform: scale(1.1); /* Tamanho aumentado */

    }

    100% {

      transform: scale(1); /* Volta ao tamanho inicial */

    }

  }



/* CSS DO MENU */



.nav-link {
  font-family: 'Poppins';
  font-weight: 500;
  color: #49391a !important;
  margin-left: 20px;
  position: relative;
  padding-bottom: 5px;
  transition: all 0.3s ease;
  font-size: 15px;
}


/* Linha padrão invisível (para evitar pulo) */
.nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #49391a;
  width: 0;
  transition: width 0.3s ease;
}

/* Ao passar o mouse */
.nav-link:hover::after {
  width: 100%;
}

/* Quando a página estiver ativa */
.nav-link.active::after {
  width: 100%; /* mantém o tracinho fixo */
}

.nav-link.active {
  color: #49391a !important; /* mantém a cor ativa */
}





/* Estilo para telas grandes */

@media (min-width: 992px) {

  .navbar-nav {

    display: flex;

    justify-content: center;

    flex-grow: 1;

    padding: 0 10px; /* Garante que o menu não ultrapasse as bordas da tela */

    

  }



  .navbar-collapse {

    justify-content: center;

    padding: 0 10px;

  }



  .navbar-brand {

    margin: 0;

  }



  .nav-link {

    font-size: 15px; /* Tamanho de fonte para computador */

    

  }

}



/* Estilo para telas pequenas */

@media (max-width: 991px) {

  .nav-link {

    margin-top: 10px;

    margin-right: 10px;

    font-size: 18px; /* Tamanho de fonte para celular */

    margin-left: 10px; /* Espaçamento menor para telas pequenas */

  }



  .nav-link:last-child {

    margin-right: 0;

  }



  .navbar-brand {

    margin: 0 auto;

  }



  .navbar-toggler {

    border: none; /* Remove a borda do botão */

    background: none; /* Remove o fundo do botão */

  }



  .navbar-toggler:focus {

    box-shadow: none; /* Remove o brilho ao clicar */

  }



  .navbar-collapse {

    background-color: #000000; /* Cor de fundo verde */

  }



  .navbar-nav .nav-link {

    color: #000000 !important; /* Cor do texto preta */

  }



  .navbar-nav .nav-link.active,

  .navbar-nav .nav-link:hover,

  .navbar-nav .nav-link:focus {

    color: #000000 !important; /* Garantir que a cor preta não mude ao clicar */

    font-weight: 600;

  }

}


/* Menu lateral mobile */
.mobile-menu {
  position: fixed;
  top: 0;
  left: -60%; /* Escondido inicialmente */
  width: 60%;
  height: 100vh;
  background-color: #BF9E77; /* Cor azul */
  transition: left 0.3s ease-in-out;
  padding-top: 60px;
  box-shadow: 3px 0 5px rgba(0, 0, 0, 0.2);
  z-index: 999; /* Ficar na frente de tudo */
}

/* Botão de fechar */
.close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 24px;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
}

/* Itens do menu */
.mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu .nav-item {
  padding: 5px 20px;
}

.mobile-menu .nav-link {
  color: #fff !important;
  font-size: 15px;
  font-weight: 500;
  display: block;
  transition: background 0.3s;
}



.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Fundo escuro semi-transparente */
  display: none; /* Começa invisível */
  z-index: 9;
}

/* Exibir overlay quando o menu for aberto */
.overlay.show {
  display: block;
}

/* Quando o menu está aberto */
.mobile-menu.open {
  left: 0; /* Exibir o menu */
}

.overlay.show {
  visibility: visible;
  opacity: 1;
}


.carousel-inner img {

  width: 100%;

  height: auto; /* Permite que a altura seja ajustada automaticamente com base na largura */

  object-fit: cover; /* Garante que a imagem preencha o espaço sem distorcer */

  

}



@media (max-width: 1199px) {

  .carousel-inner img {

    max-height: 500px; /* Menor altura para telas médias */

  }

}



@media (max-width: 767px) {

  .carousel-inner img {

    max-height: 500px; /* Menor altura ainda para telas pequenas */

  }

}

  /* Muda a cor dos ícones para preto */

  .carousel-control-prev-icon,

  .carousel-control-next-icon {

    filter: invert(1); /* Inverte a cor para preto */

  }



  /* Muda a cor do texto "Previous" e "Next" para preto */

  .carousel-control-prev .visually-hidden,

  .carousel-control-next .visually-hidden {

    color: #000000;

  }



    /* Muda a cor dos ícones para preto */

    .carousel-control-prev1-icon,

  .carousel-control-next1-icon {

    filter: invert(0); /* Inverte a cor para preto */

  }



  /* Muda a cor do texto "Previous" e "Next" para preto */

  .carousel-control-prev1 .visually-hidden,

  .carousel-control-next1 .visually-hidden {

    color: #000000;

  }





      /* Muda a cor dos ícones para preto */

      .carousel-control-prev2-icon,

  .carousel-control-next2-icon {

    filter: invert(0); /* Inverte a cor para preto */

  }



  /* Muda a cor do texto "Previous" e "Next" para preto */

  .carousel-control-prev2 .visually-hidden,

  .carousel-control-next2 .visually-hidden {

    color: #000000;

  }



  /* Ajusta a cor do texto do carousel */

  .carousel-caption h5,

  .carousel-caption p {

    color: #000000;

  }











    .letramenor {

    font-size: 12px; /* Ajuste o tamanho conforme necessário */

    margin-bottom: 5px;

    }



    footer {

        background-color: #000000;

        padding: 30px 0;

        color: #fff;

    }



    .footer-container {

        display: flex;

        justify-content: space-between;

        align-items: center;

        flex-wrap: wrap;

        text-align: center;

    }



    .footer-item {

        flex: 1;

        padding: 10px;

        

    }


    footer h5 {
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}

footer a:hover {
  text-decoration: underline;
  color: #3a2c00;
}

footer hr {
  opacity: 0.5;
}


    .social-icons {

        margin-top: 10px;

        align-items: center;

        text-align: center;

        

    }



    .social-icon {

        margin: 0 5px;

        display: inline-block;

    }



    .contact-title {

        font-weight: bold;

        font-size: 16px;

        text-align: center;

        color: #000000;

    

    }







    .legal-text {

        text-align: center;

        margin-top: 30px;

        font-size: 14px;

           color: #000000;

    }



    @media (max-width: 768px) {

        .footer-container {

            flex-direction: column;

        }



        .footer-item {

            margin-bottom: 10px;

        }

    }



    .social-icons a {

        display: inline-block;

        transition: transform 0.3s ease-in-out;

    }



    .social-icons a:hover {

        transform: scale(1.5);

    }



    .footer-item img:hover {

        transform: scale(1.2);

    }







    .carousel-item1 img {

  width: 30%;  /* Ajuste conforme necessário */

  margin: 0 auto;  /* Para centralizar a imagem */

 

}





.card-img {

    width: 90%;

    height: 100px;

    object-fit: cover;

    border-radius: 20px;

    display: block;  

    margin-left: auto;

    margin-right: auto;  

}





.custom-padding {

  padding-top: 15px;

  padding-bottom: 55px;

}



.placeholder {

  min-height: 200px; /* Reserve o espaço necessário */

}





.service-card {

    display: block;

    text-decoration: none;

    color: inherit;

    text-align: center;

    padding: 20px;

    border: 1px solid #ddd;

    border-radius: 8px;

    position: relative;

    overflow: hidden;

    transition: transform 0.3s;

  }








  .service-icon {

    width: 50px;

    height: 50px;

    margin-bottom: 10px;

  }



    /* Animação de pulsação */

    @keyframes pulse {

    0% {

      transform: scale(1);

    }

    50% {

      transform: scale(1.1); /* Aumenta o botão */

    }

    100% {

      transform: scale(1); /* Retorna ao tamanho normal */

    }

  }



  /* Aplica a animação no botão */

  .pulse-button {

    animation: pulse 1.5s infinite; /* 1.5 segundos de duração e repete infinitamente */

  }



  /* Responsivo para telas pequenas */

@media (max-width: 767px) {

    .row.d-flex {

        display: flex;

        flex-wrap: wrap;  /* Permite que os cards "quebrem" para a linha seguinte */

        justify-content: space-between;

    }

    .col-6 {

        width: 48%;  /* Ocupa metade da tela, dois cards por linha */

        margin-bottom: 15px;  /* Ajuste de espaçamento entre os cards */

    }

    .custom-padding {

        padding-left: 5px;

        padding-right: 5px;

    }

}







         /* Container do WhatsApp */

         .whatsapp-container {

            position: fixed;

            bottom: 30px;

            right: 5px;

            z-index: 1000;

        }







        /* Estilo do botão flutuante */

        .whatsapp-button {

            width: 55px;

            height: 55px;

            background-color: #2aa81a;

            border-radius: 50%;

            display: flex;

            align-items: center;

            justify-content: center;

            box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);

            cursor: pointer;

            transition: transform 0.5s ease-in-out;

            position: relative;

            margin-bottom: 20px;

            margin-right: 40px;

        }



        /* Efeito de pulsação */

        .whatsapp-button::before {

            content: "";

            position: absolute;

            width: 70px;

            height: 70px;

            background: #2ba81a36;

            border-radius: 50%;

            animation: pulse 1.5s infinite;

            z-index: -1;

        }



       

        .whatsapp-button:hover {

            transform: scale(1.1);

        }



        .whatsapp-button img {

            width:30px;

            height: 30px;

        }



               /* Configuração inicial para ocultar os elementos e definir animação */

               .image-section, .text-section {

            opacity: 0;

            transform: translateX(-100px);

            transition: opacity 1s ease-out, transform 1s ease-out;

        }



        .text-section {

            transform: translateX(100px); /* Texto vem da direita */

        }



        /* Classe que será adicionada quando a sessão aparecer */

        .show {

            opacity: 1;

            transform: translateX(0);

        }









 /* Estilização do formulário */

 form {

    background-color: #fff;

    padding: 20px;

    border: 2px solid #041f3f;

    border-radius: 10px;

    width: 100%;

    max-width: 400px;

    margin: auto;

  }



  label {

    display: block;

    font-weight: normal;

    color: #000;

    margin-bottom: 5px;

  }



  input, textarea {

    width: 100%;

    padding: 5px;

    border: 1px solid #000;

    border-radius: 8px;

    margin-bottom: 15px;

    font-size: 16px;

    color: #000;

  }



  textarea {

    height: 50px; /* Reduzindo a altura do campo de observação */

    resize: none;

  }




/* Ajuste do cabeçalho */
header.bg-black {
  padding-top: 2px !important; /* Reduz o espaço superior */
  padding-bottom: 2px !important; /* Reduz o espaço inferior */
}


/* Ajuste do botão do menu */
.navbar-toggler {
  margin-left: 5%;
  margin-top: -10px; /* Move para cima */
  margin-bottom: 25px;
}




/* CARDS DA HOME */
.card-custom {
  background-color: #f8f9fa; /* tom próximo do branco */
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.363);
  transition: all 0.3s ease-in-out;
  height: 100%;
}

.card-custom:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.26);
}

.card-custom .card-title {
  font-weight: bold;
  color: #041f3f;
  margin-bottom: 12px;
  font-size: 17px;
  text-align: center;
}

.card-custom .card-text {
  color: #000000;
  font-size: 14px;
  text-align: center;
}

.card-custom img {
  border-top-left-radius: 20px;
  border-top-right-radius: 12px;
  width: 45px;
  height: 45px;
  display: block;
  margin: 15px auto 0;
}

/* 🔹 Responsividade — 2 cards por linha no celular */
@media (max-width: 767px) {
  .card-custom {
    margin-bottom: 15px;
  }

  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 768px) {
  body {
    padding-top: 120px; /* ajuste conforme a altura do seu header+faixa */
  }
}



/* sessão foto do sistema */

.titulo-sistema {
  color: #49391a;
  font-weight: 600;
  font-size: 23px;
}

.texto-sistema {
  color: #333;
  font-size: 15px;
  text-align: justify;
}

/* Botão customizado */
.btn-custom {
  background-color: #041f3f;
  color: #ffffff;
  border-radius: 30px;
  padding: 12px 25px;
  font-weight: 600;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.btn-custom:hover {
  background-color: #033060;
  color: #ffffff;
  text-decoration: none;
}

/* Imagem do sistema */
.sistema-img {
  max-width: 75%;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.sistema-img:hover {
  transform: scale(1.03);
}

/* Responsividade */
@media (max-width: 767px) {
  .titulo-sistema {
    font-size: 22px;
    text-align: center;
  }
  .texto-sistema {
    font-size: 14px;
    text-align: center;
  }
  .btn-custom {
    display: block;
    margin: 0 auto;
  }
}


/* CSS DA SESSÃO PLANOS*/
.planos-section .plano-card {
  background-color: #f8f9fa; /* tom próximo do branco */
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  height: 100%;
}

.planos-section .plano-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.plano-title {
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
  font-size: 20px;
}

.plano-price {
  font-weight: 600;
  color: #041f3f;
  font-size: 18px;
  margin-bottom: 15px;
}

.plano-desc {
  font-size: 14px;
  color: #000000;
  margin-bottom: 20px;
  text-align: justify;
}

.plano-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 25px;
  border-radius: 50px;
  background-color: #041f3f;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
}

.plano-btn:hover {
  background-color: #033060;
  transform: translateY(-2px);
}


/* linha detalhe azul*/


.linha {
  width: 70px;
  height: 5px;
  background-color: #bf9e77;
  margin-top: 2%;
  margin-bottom: 4%;
}

.linhacentral {
  width: 70px;
  height: 5px;
  background-color: #bf9e77;
  margin: 1% auto; /* centraliza horizontalmente e mantém margens vertical */
  align-content: center;
}




/* CSS DO DEPOIMENTO*/
#depoimentos h2 {
  color: #222;
  font-weight: 700;
}

#depoimentos .line {
  width: 60px;
  height: 4px;
  margin: 0 auto 30px;
  border-radius: 2px;
}

#depoimentos .card {
  transition: all 0.3s ease;
  border-radius: 15px;
}

#depoimentos .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-size: 50%;
}


   /* POPUP DE SAIDA DA PÁGINA*/

    /* Fundo escurecido */
    .modal-backdrop.show {
      opacity: 0.8;
    }

    /* Personalização do modal */
    .custom-modal .modal-content {
      border-radius: 20px;
      overflow: hidden;
      background-color: #ffffff;
      box-shadow: 0 0 30px rgba(0,0,0,0.3);
      animation: popIn 0.5s ease;
    }

    @keyframes popIn {
      from { transform: scale(0.9); opacity: 0; }
      to { transform: scale(1); opacity: 1; }
    }


    .popup-image {
      background-image: url('img/osistema.webp');
      background-size: cover;
      background-position: center;
      height: 100%;
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px;
    }

    /* Texto do popup */
    .popup-text {
      padding: 40px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .popup-text h3 {
      font-weight: 700;
      color: #041f3f;
      margin-bottom: 15px;
      font-size: 22px;
    }

    .popup-text p {
      color: #000000;
      margin-bottom: 25px;
      font-size: 16px;
    }

.popup-btn {
  background: linear-gradient(135deg, #041f3f, #041f3f);
  border: none;
  color: white;
  font-weight: 500;
  border-radius: 10px;
  padding: 8px 14px;
  transition: all 0.3s ease;
  font-size: 15px;
  cursor: pointer;
  animation: pulse 1.8s infinite;
}

/* Efeito ao passar o mouse */
.popup-btn:hover {
  transform: scale(1.08);
  background: linear-gradient(135deg, #041f3f, #041f3f);
}

/* Animação de pulsar */
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(4, 31, 63, 0.7);
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 10px rgba(4, 31, 63, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(4, 31, 63, 0);
  }
}


    @media (max-width: 768px) {
      .popup-image {
        display: none;
      }
      .popup-text {
        padding: 30px;
      }
    }


.img-hover {
  position: relative;
  overflow: hidden;
  border: 1px solid #e3c9b0; /* tom bege claro, pode ajustar */
  transition: 0.3s ease;
}

.img-hover img {
  width: 100%;
  height: auto;
  filter: grayscale(100%); /* começa preto e branco */
  transition: filter 0.6s ease, transform 0.5s ease;
}

.img-hover:hover img {
  filter: grayscale(0%); /* fica colorida ao passar o mouse */
  transform: scale(1.05); /* leve zoom */
}

/* ANIMAÇÃO SERVIÇOS - COMPUTADOR */
@keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(30px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .fade-in {
    animation: fadeInUp 1s ease-in-out;
  }

  .fade-card {
    animation: fadeInUp 1.2s ease forwards;
    opacity: 0;
  }

  /* Delay leve para cada card aparecer em sequência */
  .col-md-3:nth-child(1) .fade-card { animation-delay: 0.2s; }
  .col-md-3:nth-child(2) .fade-card { animation-delay: 0.4s; }
  .col-md-3:nth-child(3) .fade-card { animation-delay: 0.6s; }
  .col-md-3:nth-child(4) .fade-card { animation-delay: 0.8s; }


  /* ANIMAÇÃO SERVIÇOS - CELULAR */

    @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(15px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .fade-in {
    animation: fadeIn 1s ease-in-out;
  }

  .fade-card {
    opacity: 0;
    animation: fadeIn 1.2s ease-in-out forwards;
  }

  .fade-card:nth-child(1) { animation-delay: 0.2s; }
  .fade-card:nth-child(2) { animation-delay: 0.4s; }
  .fade-card:nth-child(3) { animation-delay: 0.6s; }
  .fade-card:nth-child(4) { animation-delay: 0.8s; }


  /* ANIMAÇÃO QUAL SEU OBJETIVO- COMPUTADOR */
  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(30px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .fade-in {
    animation: fadeIn 1.2s ease-in-out forwards;
  }


    /* ANIMAÇÃO QUAL SEU OBJETIVO- CELULAR */

 @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(30px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .fade-in-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  }

  .fade-in-on-scroll.visible {
    opacity: 1;
    transform: translateY(0);
    animation: fadeIn 1s ease-out forwards;
  }


.page-location-banner {
  background-image: url('img/fundosite.png');
  background-size: cover;
  background-position: center;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.page-location-banner span {
  display: inline-block;
  background-color: rgba(7, 32, 83, 0.7);
  padding: 10px 25px;
  border-radius: 25px;
  font-size: 20px;
  letter-spacing: 0.5px;
}

@media (max-width: 768px) {
  .page-location-banner span {
    font-size: 17px;
    padding: 8px 20px;
  }
}

/* ==============================
   CONTAINER GERAL DE CONTATO
   ============================== */
.container-contato {
  padding: 2rem;
  border-radius: 8px;
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

/* ==============================
   SEÇÃO DE TEXTO (ESQUERDA)
   ============================== */
.text-section {
  flex: 1;
  min-width: 280px;
  color: #000;
}

.text-section h2 {
  font-weight: bold;
  font-size: 23px;
  color: #000;
  margin-bottom: 10px;
}

.text-section p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #000;
}

.text-section a {
  color: #000;
  text-decoration: none;
}

.text-section a:hover {
  color: #072053;
  text-decoration: underline;
}

/* Ícones de contato */
.text-section i {
  color: #072053;
  font-size: 20px;
  margin-right: 8px;
}

/* Redes sociais */
.redes-sociais {
  margin-top: 40px;
}

.redes-sociais span {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}

.redes-sociais a img {
  width: 25px;
  margin-right: 10px;
  transition: transform 0.2s ease;
}

.redes-sociais a:hover img {
  transform: scale(1.1);
}

/* ==============================
   FORMULÁRIO DE CONTATO (DIREITA)
   ============================== */
.image-section {
  flex: 1;
  min-width: 280px;
}

.image-section form {
  background-color: rgba(237, 237, 237, 0.42);
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.image-section label {
  color: #000;
  font-weight: 500;
  margin-bottom: 5px;
}

.image-section .form-control {
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 14px;
  padding: 8px 10px;
}

.image-section .form-control:focus {
  border-color: #072053;
  box-shadow: 0 0 0 0.2rem rgba(7, 32, 83, 0.2);
}

.image-section button {
  background-color: #072053;
  color: white;
  border: none;
  border-radius: 20px;
  font-weight: bold;
  width: 100%;
  padding: 10px;
  margin-top: 15px;
  transition: background-color 0.3s ease;
}

.image-section button:hover {
  background-color: #0b2f73;
}

/* ==============================
   MOBILE (RESPONSIVO)
   ============================== */
@media (max-width: 768px) {
  .container-contato {
    flex-direction: column;
    padding: 1.5rem;
  }

  .text-section {
    text-align: justify;
  }

  .text-section h2 {
    text-align: center;
    font-size: 1.5rem;
  }

  .text-section p {
    font-size: 0.85rem;
  }

  .redes-sociais {
    text-align: center;
    margin-top: 25px;
  }

  .image-section form {
    margin-top: 10px;
  }
}


 /* Estilização do formulário */

 form {

    background-color: #fff;

    padding: 20px;

    border: 2px solid #000000;

    border-radius: 10px;

    width: 100%;

    max-width: 400px;

    margin: auto;

  }



  label {

    display: block;

    font-weight: normal;

    color: #000;

    margin-bottom: 5px;

  }



  input, textarea {

    width: 100%;

    padding: 5px;

    border: 1px solid #000;

    border-radius: 8px;

    margin-bottom: 15px;

    font-size: 16px;

    color: #000;

  }



  textarea {

    height: 50px; /* Reduzindo a altura do campo de observação */

    resize: none;

  }




/* Ajuste do cabeçalho */
header.bg-black {
  padding-top: 2px !important; /* Reduz o espaço superior */
  padding-bottom: 2px !important; /* Reduz o espaço inferior */
}


/* Ajuste do botão do menu */
.navbar-toggler {
  margin-left: 5%;
  margin-top: -10px; /* Move para cima */
  margin-bottom: 25px;
}






/* Remover qualquer efeito de entrada ou animação */
.image-section, .text-section {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

/* Remove a classe .show (fica igual) */
.show {
  opacity: 1 !important;
  transform: none !important;
}


