/***************************************************************************************

                                          HECE SISTEMAS

****************************************************************************************/




/* style.css */
html, body { 
  
  margin:0; 
  font-family: Arial, sans-serif; 
  background-color: white;
  height: 100%;
  overflow-x: hidden; /* remove scroll horizontal */
  
}


/**************************************** INICIO DO TOPO *****************************/

/*******************/
/* Topo */
/*****************/

.topo {
  position: relative;
  background: url('../img/topo/fundo.png') no-repeat center center;
  background-size: cover;
  padding: 20px 50px 150px 50px;
  color: white;
}

.topo-card {
  max-width: 1200px;
  margin: 0 auto;
  border: 1px solid rgba(61, 231, 158, 0.12);
  background: rgba(0,0,0,0);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  
}

.topo-card .logo img { 
  height: 40px; 
}

.topo-card .menu a {
  color: white;
  text-decoration: none;
  margin-left: 15px;
  padding: 6px 12px;
  border-radius: 20px;
}

.topo-card .menu a.login { 
  background-color: #09168D; 
}

.topo-textos {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
  text-align: justify;
  color: white;
  font-size: 1.2rem;
}

.texto1 { 
  color: white;
  font-size: 1.3rem;
}

.texto2 { 
  color: #3DE79E; 
  font-size: 2.0rem; 
  max-width: 50%;
  line-height: 1.2;
  font-weight: bold;
  
}

.linha-cinza {
  width: 50%;
  height: 2px;
  background-color: gray;
  margin-top: 15px;
  margin-bottom: 30px;
}

/*********************************************FIM DO TOPO*********************************/


/****************************************INICIO DO CARD FLUTUANTE*************************/

/* Cards flutuantes */
.cards-flutuantes {
  display: flex;
  gap: 20px;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  margin-top: -40px;
  width: 90%;
  flex-wrap: wrap;
  z-index: 10;
}

.cards-flutuantes .card-custom {
  border-radius: 15px;
  padding: 20px;
  width: 280px;
  text-align: center;
  flex: none;
}

.card-custom.card-azul {
  background-color: rgba(13,110,253,0.1);
  color: white;
}

.card-custom.card-azul h5 {
  text-align: left;
  font-size: 1.4rem;

}

.card-custom.card-azul p {
  text-align: left;
  font-size: 1.1rem;
}

.cards-flutuantes {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* espaçamento entre cards */
}


.card-custom {
  background: #3DE79E; /* cor de fundo padrão, será sobrescrita pelos específicos */
  color: #0d6efd;
  padding: 20px;
  border-radius: 12px;
  flex: 1 1 250px; /* largura mínima responsiva */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);

}

/* Cards específicos */
.card-azul {
  background-color: #0d6efd;
  color: #ffffff;
}

.card-custom.card-verde {
  background-color: #3DE79E;
  color: #00136B;

}

/* Ícone dentro de círculo azul */
.card-custom img {
  background-color: #09168D;
  width: 60px;        /* tamanho fixo do círculo */
  height: 60px;       /* tamanho fixo do círculo */
  border-radius: 50%; /* deixa o fundo redondo */
  padding: 10px;      /* espaço interno para o ícone */
  object-fit: contain; /* mantém o ícone proporcional */
  margin-bottom: 20px; /* antes era 10px */
}
/* Ícone dentro de círculo azul menor */
.card-custom .icone {
  width: 40px;               /* menor que antes */
  height: 40px;              /* mantém proporção */
  background-color: #0d6efd; /* fundo azul */
  border-radius: 50%;        /* círculo */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}


/* Título */
.card-custom h5 {
  font-weight: bold;
  font-size: 1.8em;
  margin-bottom: 15px;
  text-align: left;
  
  
}

/* Texto */
.card-custom p {
  font-size: 0.9em;
  text-align: left;
  line-height: 1.4;
}

/* Título */
.card-custom.card-verde h5 {
  font-weight: bold;
  font-size: 1.9em;
  margin-bottom: 15px;
  text-align: left;
    line-height: 0.9; /* diminui o espaçamento entre as linhas */
  
}

/* Texto */
.card-custom.card-verde p {
  font-size: 1.1em;
  text-align: left;
  line-height: 1.2;
}


/****************************************FIM DO CARD FLUTUANTE****************************/


/****************************************INICIO DE QUEM SOMOS****************************/

.div-abaixo {
  padding: 480px 20px 80px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #020558 url('../img/fundo/fundo2.png') no-repeat center 200px; /* ↓ move o fundo para baixo */
  background-size: 100% auto;
  color: white;
  flex-wrap: wrap;
}
.texto-div-abaixo {
max-width:600px;
}

/* linha*/
.titulo-div-abaixo::before {
  content: "—";       /* traço como símbolo de risco */
  margin: 0 8px;      /* espaçamento entre traço e texto */
  color: #fbfcfd;        /* mesma cor do texto */
}

.titulo-div-abaixo {
  font-size: 1.4rem;
}

.titulo-div-abaixo2 {
  font-size: 2.9rem;
  line-height: 1.1; /* ajuste conforme necessário */
  font-weight: bold; /* negrito */
  /* cor degrade*/
  background: linear-gradient(90deg, #00FF98, #3CFFC3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /*fim da cor degrade*/
}

.div-abaixo .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.imagem-lateral img {
  width: 100%;      /* faz a imagem ocupar toda a largura da div */
  max-width: 500px; /* define largura máxima, ajuste conforme desejar */
  height: auto;     /* mantém a proporção da imagem */
  border-radius: 10px; /* mantém cantos arredondados */
  display: block;   /* remove possíveis gaps em linha */
}

.div-abaixo .texto-div-abaixo h2 { 
  color: #3DE79E; 
  margin-bottom: 20px; 
}

.btn-processo {
  display: inline-block;
  margin-top: 18px;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 700;
  color: #002244;
  text-decoration: none;
  border-radius: 10px;
  background: linear-gradient(90deg, #33FEBE, #01FF86);
  transition: all 0.25s ease-in-out;
}

.btn-processo:hover {
  transform: translateY(-3px);
  filter: brightness(1.12);
  box-shadow: 0 6px 15px rgba(1, 255, 134, 0.45);
}


/****************************************FIM DE QUEM SOMOS****************************/

/****************************************INICIO CARROSEL****************************/



/* ==================== CARROSSEL DE SERVIÇOS ==================== */
#carouselServicos-section {
    background-color: #020558;  /* fundo azul */
    padding-top: 20px;           /* espaço menor em cima */
    padding-bottom: 40px;        /* espaço embaixo */
}

#carouselServicos {
    width: 60%;                  /* largura do carrossel */
    margin: 0 auto;              /* centraliza horizontalmente */
}

#carouselServicos .carousel-content h3::before {
    content: "—";          /* traço estilo ícone */
    margin-right: 8px;     /* espaço entre traço e texto */
    color: #fff;           /* cor branca */
    font-size: 2rem;       /* tamanho do traço */
}

#carouselServicos .carousel-content h3::after {
    content: "—";          /* traço estilo ícone */
    margin-left: 8px;      /* espaço entre texto e traço */
    color: #fff;           /* cor branca */
    font-size: 2rem;       /* tamanho do traço */
}


#carouselServicos .carousel-content h5 {
    font-size:3.0rem;
}

#carouselServicos .carousel-content p {
    font-size: 2.4rem;
}

#carouselServicos .carousel-content {
    display: flex;
    flex-direction: column;
    align-items: center; /* centraliza a imagem */
}

#carouselServicos .carousel-content img {
    max-height: none;   /* remove limite de altura */
    width: 100%;        /* ocupa toda a largura do container */
    height: auto;       /* mantém proporção */
    max-width: 1200px;   /* opcional: limite máximo para não estourar */
}



/* Texto branco */
#carouselServicos .carousel-content {
    color: #fff;
    text-align: center;
}

/* Centralizar indicadores do carrossel (opcional) */
#carouselServicos .carousel-indicators {
    bottom: -30px;
}








/****************************************FIM CARROSEL****************************/


/****************************************INICIO DO SEGMENTOS**************************/

.segmentos {
  background:#fff;
  padding:80px 20px;
}

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

.texto-esquerda {
  flex:1;
  min-width:280px;
}

/* linha*/
.titulo-segmento::before {
  content: "—";       /* traço como símbolo de risco */
  margin: 0 8px;      /* espaçamento entre traço e texto */
  color: #071787;        /* mesma cor do texto */
}

.titulo-segmento {
  font-size: 1.4rem;
  color: #020558;
  font-weight: bold;
  margin-bottom: 8px;
  font-weight:bold;
  
}

.subtitulo-segmento {
  font-size: 3.3rem;
  color: #020558;
  font-weight: normal;
  line-height: 1.0;
  margin-top: 0;
  font-weight:bold;
  text-align: left;
}

.texto-direita {
  flex:1;
  min-width:280px;
  color:#000;
  font-size:1.1rem;
}

.cards-segmentos {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  max-width:1200px;
  margin:0 auto;
}

.card-segmento {
  position:relative;
  height:550px;
  border-radius:12px;
  background-size:cover;
  background-position:center;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}

.titulo-card {
  display:block;
  background:#00337A;
  color:#fff;
  padding:6px 10px;
  font-weight:bold;
  font-size:1.4rem;
}

.texto-card {
  display:block;
  background:#0d6efd;
  color:#fff;
  padding:6px 10px;
  font-size:1.0rem;
}

/* ========================================================= */
/* 🔹 EFEITO HOVER NOS CARDS (adicionado abaixo, sem alterar nada acima) */
/* ========================================================= */
.card-segmento {
  transition: all 0.4s ease;
  cursor: pointer;
}

.card-segmento::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  transition: background 0.4s ease;
  z-index: 0;
}

.card-segmento:hover {
  transform: translateY(-8px) scale(1.05);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
  filter: brightness(1.1);
}

.card-segmento:hover::before {
  background: rgba(0, 0, 0, 0.1);
}

.card-segmento .titulo-card,
.card-segmento .texto-card {
  position: relative;
  z-index: 1;
}


/****************************************FIM DO SEGMENTOS****************************/

/****************************************INICIO COMO FUNCIONA************************/

.como-funciona {
  padding: 80px 20px;
  background: url('../img/topo/fundo.png') no-repeat center top;
  background-size: cover;
  color: white;
}

.container-como-funciona {
  max-width: 1200px;
  margin: 0 auto;
}

.texto-como-funciona {
  font-size: 1.4rem;
  color: white;
  margin-bottom: 20px;
  line-height: 0.5; /* diminui o espaçamento entre as linhas */
}

/* Campos de texto lado a lado */
.campos-como-funciona {
  display: flex;
  justify-content: space-between; /* distribui os dois textos proporcionalmente */
  align-items: center; /* alinha verticalmente os textos */
  margin-bottom: 50px;
  flex-wrap: wrap;
  gap: 20px; /* espaçamento entre os textos em telas menores */
}

.campos-como-funciona .texto-esquerdo {
  color: #3DE79E;
  font-size: 2.9rem;
  font-weight: 700;      /* já está em negrito */
  flex: 1;               /* ocupa metade do espaço disponível */
  min-width: 200px;
  text-align: left;      /* texto à esquerda */
  line-height: 1.1;      /* diminui o espaçamento entre linhas */
}


.campos-como-funciona .texto-direito {
  color: white;
  font-size: 1.2rem;
  flex: 1; /* ocupa a outra metade do espaço disponível */
  min-width: 200px;
  text-align: left; /* texto menor à direita */
}

/* Cards */
.cards-como-funciona {
  display: flex;
  gap: -40px; /* sobreposição progressiva */
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}

.card-como-funciona {
  background-color: #3DE79E;
  color: #00136B;
  border-radius: 15px;
  width: 200px;
  padding: 20px 15px 30px 15px;
  text-align: center;
  position: relative;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.card-como-funciona .numero-card {
  width: 40px;
  height: 40px;
  background-color: #00136B;
  color: #3DE79E;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.2rem;
  margin: 0 auto 15px 0px;
}

.card-como-funciona h5 {
  font-size: 1.0rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: left;      /* alinha o texto à esquerda */
  max-width: 80%;        /* limita a largura até metade do card */
  overflow-wrap: break-word; /* garante que o texto quebre se necessário */
}

.card-como-funciona p {
  font-size: 0.85rem;
  text-align: left;      /* alinha o texto à esquerda */
  max-width: 85%;        /* limita a largura até metade do card */
  overflow-wrap: break-word; /* garante que o texto quebre se necessário */
}

/* Sobreposição progressiva */
.card1 { z-index: 0; }
.card2 { margin-left: -40px; z-index: 1; }
.card3 { margin-left: -40px; z-index: 2; }
.card4 { margin-left: -40px; z-index: 3; }
.card5 { margin-left: -40px; z-index: 4; }
.card6 { margin-left: -40px; z-index: 5; }
.card7 { margin-left: -40px; z-index: 6; }


/* Destaque com gradiente e sombra intensa */
.card-como-funciona {
  background: linear-gradient(145deg, #3DE79E, #00B86B);
  box-shadow: 0 15px 45px rgba(0, 19, 107, 0.85); /* sombra azul escura forte */
  border: 2px solid rgba(255, 255, 255, 0.12);
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
}

/* Efeito de brilho e elevação ao passar o mouse */
.card-como-funciona:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 25px 55px rgba(0, 19, 107, 0.9); /* sombra ainda mais forte no hover */
  filter: brightness(1.05);
}

/* Brilho suave na parte superior do card */
.card-como-funciona::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 45%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.25), transparent);
  border-radius: 15px 15px 0 0;
  pointer-events: none;
}






/****************************************FIM DE COMO FUNCIONA************************/


/****************************************INICIO DE OPORTUNIDADES************************/


/* Título pequeno */
.titulo-pequeno {
  text-align: center;      
  color: #00136B;            
  font-size: 28px;         
  margin: 5px 0;           
  font-weight: bold;        

}

.titulo-pequeno::before,
.titulo-pequeno::after {
  content: "—";       
  margin: 0 8px;      
  color: #00136B;       
}


/* Título grande */
.titulo-grande {
  text-align: center;       
  color: #00136B;              
  font-size: 58px;          
  font-weight: bold;       
  margin: 5px auto;         
  max-width: 60%;   
  margin-bottom: 20px;         
}


/* Parágrafo pequeno */
.paragrafo-pequeno {
  text-align: center;       
  color: rgb(5, 5, 5);              
  font-size: 1.4rem;         
  margin: 5px auto;         
  max-width: 60%;   
  line-height: 1.2;        
  
}

/* Parágrafo pequeno */
.paragrafo-pequeno1 {
  text-align: center;      
  color: rgb(5, 5, 5);              
  font-size: 28px;          
  margin: 5px auto;        
  max-width: 50%;   
  line-height: 1.2;    
  font-size: 1.4rem;
}


#filtros .btn {
  color: #333;              
  border-color: #ccc;        
}


    .image-container {
      width: 100%;
      height: 200px;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #1a1a1a;
      border-radius: 4px;
    }

    .image-container img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 4px;
    }

    #modal-fotos img {
      cursor: pointer;
      width: 100%;
      height: 180px;
      object-fit: cover;
      border-radius: 6px;
      box-shadow: 0 0 8px rgba(0,0,0,0.5);
      margin-bottom: 10px;
    }

    #imgZoomOverlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(0,0,0,0.9);
      display: none;
      align-items: center;
      justify-content: center;
      z-index: 1055;
    }

    #imgZoomOverlay img {
      max-width: 90%;
      max-height: 90%;
      border-radius: 10px;
      box-shadow: 0 0 20px rgba(255,255,255,0.5);
      cursor: zoom-out;
    }


/****************************************FIM DE OPORTUNIDADES************************/

/****************************************INICIO DE DEPOIMENTO************************/


.custom-section {
  margin: 3rem 0;
}

/* Fundo arredondado */
.custom-bg-image {
  background-image: url('../img/opniao/fundo.png');
  background-size: cover;
  background-position: center;
  border-radius: 5rem;
  padding: 2rem;
  min-height: 780px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start; /* Alinha à esquerda */
  align-items: center;
}


/* Carousel limitado a 50% da largura */
.custom-carousel {
  width: 40%;
    margin-left: 4rem; /* empurra o carrossel um pouco para a direita */
}

/* Slides */
.carousel-content {
  padding: 1.5rem;
  border-radius: 1rem;
  color: #fff;
}

.bg-slide {
  background-color: #071186;
}

/* Indicadores */
.carousel-indicators [data-bs-target] {
  background-color: #fff;
  opacity: 0.7;
}

.carousel-indicators .active {
  background-color: #000;
  opacity: 1;
}



/* linha*/
.carousel-content h3::before {
  content: "—";       /* traço como símbolo de risco */
  margin: 0 8px;      /* espaçamento entre traço e texto */
  color: rgb(250, 250, 251);        /* mesma cor do texto */
}

/* Título principal do slide */
.carousel-content h3 {
  font-size: 1.4rem;  /* ajuste conforme desejar */
  font-weight: 700;
  margin-bottom: 0.5rem;
}



/* Subtítulo do slide */
.carousel-content h5 {
  font-size: 4.2rem;  /* ajuste conforme desejar */
  font-weight: 500;
  margin-bottom: 0.75rem;
  font-weight: bold; /* negrito */
   line-height: 1.1; /* diminui o espaço entre linhas */
   color: #30FBA2;        /* mesma cor do texto */
}

/* Texto do slide */
.carousel-content p {
  font-size: 1rem;    /* ajuste conforme desejar */
  line-height: 1.5;
}


/* Imagens dentro dos slides */
.carousel-content img {
  width: 40%;         /* diminui para 70% da largura do slide */
  max-width: 300px;   /* opcional: limita o tamanho máximo */  
  margin: 1rem auto 0 auto; /* topo 1rem, centralizada horizontalmente */
  border-radius: 0.5rem;
}


/****************************************FIM DE DEPOIMENTO************************/

/****************************************INICIO DE PERGUTNAS************************/

.faq-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 4rem 2rem;
  background-color: #001B5C;
  color: #fff;
}

/* Linha antes do texto */
.faq-small-title:before {
  content: "—";            /* traço como símbolo */
  margin: 0 8px;           /* espaçamento entre traço e texto */
  color: rgb(250, 250, 251); /* mesma cor do texto */
}

/* Texto pequeno acima do título */
.faq-small-title {
  font-size: 16px;        /* tamanho da fonte */
  font-family: Arial, sans-serif; /* fonte */
  font-weight: 600;       /* negrito leve */
  color: #ffffff;         /* cor branca */
  letter-spacing: 0.5px;  /* espaçamento entre letras */
  margin-bottom: 0.5rem;  /* distância abaixo do texto */
}




/* Título grande */
.faq-big-title {
  font-size: 45px;        /* tamanho da fonte */
  font-family: 'Helvetica Neue', sans-serif; /* fonte */
  font-weight: bold;      /* negrito */
  color: #30FBA2;         /* cor verde */
  line-height: 1.2;       /* altura da linha */
  margin: 0;              /* remove margin padrão do h2 */
  letter-spacing: 0.5px;  /* opcional: ajusta espaçamento entre letras */
}



.faq-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

/* Lado esquerdo */
.faq-left {
  flex: 1;
  min-width: 250px;
}


/* Lado direito */

.link-verde {
  color: #00FF98;          /* verde principal */
  font-weight: bold;       /* destaca o link */
  text-decoration: none;   /* remove o sublinhado padrão */
  transition: all 0.3s ease;
}

.link-verde:hover {
  color: #01d17f;          /* tom de verde mais escuro no hover */
  text-decoration: underline; /* sublinhado leve ao passar o mouse */
}


.faq-right {
  flex: 2;
  min-width: 300px;
}

/* Cada tópico */
.faq-item {
  border-bottom: 1px solid #30FBA2;
  margin-bottom: 1rem;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  color: #ffffff;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  padding: 0.75rem 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-arrow {
  color: #30FBA2;
  font-size: 20px;
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  font-size: 16px;
  padding: 0 0.5rem;
  margin-bottom: 0.5rem;
  color: #ffffff;
}


/****************************************FINAL DE PERGUTNAS************************/

/****************************************INCIO RODA PÉ****************************/


/* ===== Footer Geral ===== */
#footer {
  background: url('../img/rodape/rodape.png') center/cover no-repeat;
  padding: 50px 0; /* Antes era 80px, reduzimos */
  color: #fff;
}

/* Títulos e textos */
.footer-title {
  font-size: 48px;
  font-weight: bold;
  color: #30FBA2;
  text-align: left;
  margin-bottom: 15px; /* diminui espaço abaixo do título */
}

.footer-subtitle {
  font-size: 18px;
  color: #30FBA2;
  font-weight: bold;
  margin-bottom: 5px; /* diminui espaço abaixo do subtítulo */
}

.footer-text {
  font-size: 19px;
  color: #fff;
  margin-bottom: 10px; /* diminui espaço abaixo do texto */
}

.footer-small-text {
  font-size: 12px;
  color: #fff;
}

/* Mapa */
.footer-map {
  border-radius: 15px;
  width: 70%;
  height: 250px;
  margin-bottom: 20px; /* reduz espaço abaixo do mapa */
}

/* Carrossel */
.carousel-img {
  width: 30%;
  max-width: 100px;
  box-shadow: 0 0 20px #00FF00;
  border-radius: 8px;
}

/* Indicadores embaixo */
.carousel-indicators.carousel-indicators-bottom {
  bottom: -30px;
  top: auto;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin: 0;
}

.carousel-indicators-bottom button {
  background-color: #00FF00;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  margin: 0 5px;
}

.carousel-indicators-bottom .active {
  background-color: #ffffff;
}

/* ===== Carrossel ===== */
.carousel-img {
  width: 30%;        /* diminui a largura */
  max-width: 150px;  /* limita o tamanho máximo */
  margin: 0 1rem;    /* adiciona espaço horizontal entre as imagens */
  box-shadow: 0 0 20px #00FF00;
  border-radius: 8px;
}



.footer-small-text {
  font-size: 14px; /* Antes era 12px */
  color: #fff;
}


/****************************************FINAL DO RODA PÉ****************************/



































/*******************************
        MOBILE RESPONSIVE
*******************************/

/* Para telas até 768px */
@media (max-width: 768px) {


/* =========================
   Menu geral (desktop + mobile)
========================= */
.menu, 
.d-md-none {
  position: fixed; /* mantém no topo */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030; /* acima do conteúdo */
  background-color: rgba(13, 110, 253, 0.2); /* fundo azul transparente mais escuro */
  backdrop-filter: blur(5px); /* efeito leve de desfoque atrás do menu */
  padding: 0.5rem 1rem; /* barra mais compacta */
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* =========================
   Menu desktop
========================= */
.menu a {
  color: #fff;
  text-decoration: none;
  margin-right: 1rem;
  font-size: 1rem;
  transition: color 0.2s;
}

.menu a:hover {
  color: #ffd700; /* destaque ao passar o mouse */
}

/* =========================
   Menu mobile (hamburger)
========================= */
.d-md-none button.btn {
  padding: 0.3rem 0.6rem;
  font-size: 1.5rem;
  color: #fff;
  border: none;
  background: none;
}

.offcanvas {
  background-color: rgba(0, 27, 92, 0.5); /* azul #001B5C meio transparente */
  color: #fff;
}

.offcanvas a {
  color: #fff;
  text-decoration: none;
  font-size: 1.1rem;
}

.offcanvas a:hover {
  color: #ffd700;
}

/* Botão X em branco */
#mobileMenu .btn-close {
  filter: invert(100%); /* transforma ícone em branco */
}

/* =========================
   Rolagem suave
========================= */
html {
  scroll-behavior: smooth;
}

/* =========================
   Evita que o menu fixe sobreponha conteúdo
========================= */
body {
  padding-top: 60px; /* ajuste conforme a altura do menu */
}

/* =========================
   Títulos de seções (opcional)
========================= */
.titulo-div-abaixo {
  scroll-margin-top: 70px; /* evita que o título fique escondido atrás do menu */
}



  /* Topo */
  .topo {
    padding: 20px 20px 100px 20px;
    text-align: center;
  }

  .topo-card {
    flex-direction: column;
    gap: 15px;
    padding: 10px 15px;
  }

  .topo-card .menu a {
    margin-left: 0;
    margin-right: 10px;
    padding: 5px 10px;
    font-size: 0.9rem;
  }

  .topo-textos {
    font-size: 1rem;
    text-align: center;
  }

  .texto2 {
    max-width: 100%;
    font-size: 1.5rem;
  }

  .linha-cinza {
    width: 80%;
  }

  /* Cards flutuantes */
  .cards-flutuantes {
    flex-direction: column;
    position: relative;
    transform: none;
    left: auto;
    top: auto;
    margin-top: 20px;
  }

  .card-custom {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px auto;
    text-align: center;
  }

  .card-custom h5 {
    font-size: 1.4rem;
  }

  .card-custom p {
    font-size: 1rem;
  }

  /* Ícones nos cards flutuantes */
  .card-custom img {
    width: 50px;        
    height: 50px;
    padding: 8px;       
    margin: 0 auto 10px auto; 
    display: block;
  }

  .card-custom .icone {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
  }

  /* Quem somos */
  .div-abaixo {
    padding: 50px 15px 30px 15px; /* muito menor para encostar na div de cima */
    flex-direction: column;
    background-size: 100% auto; /* largura 100%, altura automática */
    background-position: center top; /* sobe a imagem para o topo */   
    text-align: center;
  }

  .imagem-lateral img {
    max-width: 80%;
    margin: 0 auto; /* sem margem-top negativa */
    display: block;
  }

  .texto-div-abaixo {
    max-width: 100%;
    margin-top: 20px;
  }

  .titulo-div-abaixo2 {
    font-size: 2rem; /* diminui de 2.9rem para algo mais adequado */
    line-height: 1.2; /* mantém espaçamento entre linhas legível */
    max-width: 100%; /* garante que não ultrapasse a largura da tela */
  }
  .btn-processo {
    margin-top: 15px;
    padding: 10px 20px;
    font-size: 0.9rem;
  }


  /* Segmentos */
   .div-abaixo {
    padding: 50px 15px 30px 15px; /* reduz espaço acima */
    flex-direction: column;
    background-position: center top; /* sobe a imagem para o topo */
    text-align: center;
  }

  /* Imagem lateral */
  .imagem-lateral img {
    max-width: 80%;
    margin: 0 auto;
    display: block;
  }

  /* Texto da seção abaixo da imagem */
  .texto-div-abaixo {
    max-width: 100%;
    margin-top: 20px;
  }

  /* Título principal da seção */
  .titulo-div-abaixo2 {
    font-size: 2rem;
    line-height: 1.2;
    max-width: 100%;
  }

  /* Botão */
  .btn-processo {
    margin-top: 15px;
    padding: 10px 20px;
    font-size: 0.9rem;
  }

  /* Segmentos */
  .container-segmentos {
    flex-direction: column;
    gap: 20px;
  }

  .subtitulo-segmento {
    font-size: 2rem;
    line-height: 1.2;
    text-align: center;
  }

  .texto-direita {
    font-size: 1rem;
    line-height: 1.4;
    text-align: center;
  }



  /* Cards Segmentos */
  .cards-segmentos {
    grid-template-columns: 1fr;
    gap: 15px;
    width: 90%; /* mesma largura da imagem lateral */
    margin: 0 auto; /* centraliza os cards */
    
  }

  .card-segmento {
    width: 300px;           /* largura fixa */
    height: 400px;                /* controla a altura da imagem de fundo */
    min-height: 150px;      /* altura mínima menor */
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* mantém texto na base */
    padding: 20px;           /* reduz padding para diminuir altura */
    margin: 15px auto;       /* centraliza horizontalmente */
    box-sizing: border-box;

  }

  /* Título e texto do card */
  .titulo-card,
  .texto-card {
    word-wrap: break-word; /* evita ultrapassar o card */
    max-width: 100%; /* limita à largura do card */
    margin: 0; /* remove margens extras */
    text-align: center;    /* centraliza o texto dentro do bloco */
  }


  /* Como funciona */
  .campos-como-funciona {
    flex-direction: column;
    gap: 20px;
  }

  .texto-como-funciona {
  font-size: 5vw; /* cresce ou diminui conforme a tela */
  text-align: center;
  font-weight: bold;
}
  .campos-como-funciona .texto-esquerdo {
    text-align: center;
    font-size: 1.4rem;
  }

    .campos-como-funciona .texto-direito {
    text-align: center;
    font-size: 1.2rem;
  }

  .cards-como-funciona {
    gap: 20px;
  }

  .card-como-funciona {
    width: 90%;
    margin: 0 auto 20px auto;
  }

  .card-como-funciona .numero-card {
    width: 30px;
    height: 30px;
    font-size: 1rem;
  }

  .card-como-funciona img {
    width: 60px;
    height: 60px;
    margin: 10px auto 0 auto;
  }





  /* Oportunidades */
  .titulo-grande, 
  .paragrafo-pequeno, 
  .paragrafo-pequeno1 {
    max-width: 95%;
    font-size: 1.8rem;
  }



  /* Depoimentos */
  .custom-bg-image {
    flex-direction: column;
    padding: 1rem;
    min-height: auto;
    border-radius: 2rem;
  }

.custom-carousel {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;       /* força começar à esquerda */
    padding-left: 0;      /* remove qualquer padding que empurre para a direita */
}

  .carousel-content h5 {
    font-size: 2.5rem;
  }

  .carousel-content img {
    width: 70%;
    max-width: 250px;
  }




  /* Perguntas */
  .faq-container {
    flex-direction: column;
  }

  .faq-left, .faq-right {
    min-width: 100%;
    
.faq-left {
  text-align: center; /* centraliza todos os elementos dentro do container */
}

.faq-small-title {
  font-size: 1.2rem; /* tamanho menor para o subtítulo */
  margin-bottom: 10px; /* espaço abaixo do subtítulo */
}

.faq-big-title {
  font-size: 1.8rem; /* tamanho maior para o título principal */
  font-weight: bold; /* deixa o título em negrito */
  margin: 0; /* remove margem padrão do h2, opcional */
}


  }

  /* Rodapé */
  #footer {
    padding: 30px 15px;
    text-align: center;
  }

  .footer-title {
    font-size: 2rem;
  }

  .footer-subtitle, .footer-text {
    font-size: 0.9rem;
  }

  .footer-map {
    width: 100%;
    height: 200px;
  }

  .carousel-img {
    width: 70px;
  }

  
/* =========================
   CARROSSEL DE SERVIÇOS MOBILE
========================= */
#carouselServicos {
    width: 90%;
    margin: 0 auto;
}

#carouselServicos .carousel-content h3::before,
#carouselServicos .carousel-content h3::after {
    font-size: 1.5rem;
}

#carouselServicos .carousel-content h5 {
    font-size: 2rem;
}

#carouselServicos .carousel-content p {
    font-size: 1.6rem;
}

#carouselServicos .carousel-content img {
    display: block !important;      /* força como bloco */
    margin: 0 0 0 10px !important;  /* top 0, right 0, bottom 0, left 10px */
    width: auto !important;         /* permite crescer além de 90% */
    max-width: 150% !important;     /* aumenta imagem além do container */
    height: auto !important;        /* mantém proporção */
}

#carouselServicos .carousel-indicators {
    bottom: -20px;
}

} /* fim do @media 768px */



/*********************************** FIM DO CÓDIGO **********************************/