@charset "UTF-8";
/* CSS Document */

/* Reset básico para remoção de margens e paddings */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Reset do body */
body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #000C3C !important;
    color: #333;
}

section.conteudo {
    background-image: url('../img/bkg-desktop.webp');
    background-size: cover;
    background-position: center;
    padding-top: 30px;
    padding-bottom: 60px;

}
.vertical-center-desktop  {
    align-items: center;
    align-content: center;
}
.centralizado {
    width: 100%;
    max-width: 1440px; /* Defina aqui a largura máxima desejada */
    margin: 0 auto; /* Centraliza o container horizontalmente */
    padding: 0 15px; /* Padding lateral opcional para espaçamento interno */
}

/* Menu hamburguer */
.navbar-toggler {
    border: none;
}

/* Ícones de redes sociais */
i {
    font-size: 30px;
    color: #ff8f00 !important;
    margin-left: 10px;
    transition: color 0.3s ease;
}

i:hover {
    color: #004AAD;

}

/* Estilos do header */
.header {
    background-color: #221e6c;
    color: white;
    width: 100%;
    z-index: 1000;
    padding: 15px 15px;
    border-bottom: 1px solid #ffd9aa;
    box-shadow: 
        inset 0px 8px 12px rgba(0, 0, 0, 0.3),
        inset 0px -8px 12px rgba(0, 0, 0, 0.3);

}

/* Remove padding lateral do logo */
.header .col-lg-4:first-child,
.header .col-md-3:first-child,
.header .col-sm-3:first-child,
.header .col-3:first-child {
    padding-left: 0;
}

/* Logo */
.header img {
    max-width: 90px;
    
}

/* Barra de navegação para desktop */
.nav-list {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.nav-list li {
    position: relative;
}

.nav-list li a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-size: 15px;
    transition: color 0.3s;
}

.nav-list li a:hover {
    color: orange;
}

/* Estilos para o dropdown no desktop */
.dropdown .dropdown-icon {
    font-size: 14px;
    vertical-align: middle;
    margin-left: 5px;
}

/* Menu dropdown para desktop e mobile */
.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #221e6c;
    padding: 10px 0;
    border-radius: 5px;
    min-width: 180px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.nav-item.dropdown:hover .dropdown-menu, 
.nav-item.dropdown .dropdown-menu.show {
    display: block;
}

/* Estilos específicos para itens no dropdown */
.dropdown-menu li {
    padding: 5px 20px;
    background-color: #d6d6d6;
    min-width: 200px;
}

.dropdown-menu li a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
}

.dropdown-menu li a:hover {
    color: #0d6efd;
}

/* Novo Header que aparece ao rolar a página */
.header-scroll {
    position: fixed;
    top: -80px; /* Começa fora da tela */
    width: 100% !important;
    background-color: #221e6c;
    padding: 10px 20px;
    margin: 0;
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 1000;
    border-bottom: 1px solid #ffd9aa;
    box-shadow: 
        inset 0px 8px 12px rgba(0, 0, 0, 0.3),
        inset 0px -8px 12px rgba(0, 0, 0, 0.3);

}

/* Quando o header está visível */
.header-scroll.visible {
    top: 0;
    opacity: 1;
}
/* Botão dentro do novo header */
.btn-scroll {
    background-color: #0d6efd;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 8px 16px; /* Reduza o padding para diminuir o tamanho do botão */
    font-size: 16px; /* Reduza o tamanho da fonte */
    max-width: 230px; /* Ajuste este valor conforme necessário */
    width: 100%; /* O botão ocupará 100% da largura disponível na coluna */
    display: inline-block;
}
.header-scroll {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
}


/* Botão "Consultar Débitos" */
.btn-primary {
    background-color: #0d6efd;
    color: #fff;
    border: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    padding: 10px 20px;
    width: 50% !important;
}

.btn-primary-form {
    background-color: #0d6efd !important;
    color: #fff !important;
    border: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    padding: 10px 20px;
    width: 100% !important;

}

.btn-primary:hover {
    background-color: #003580;
}
.btn-primary-form:hover {
    background-color: #003580;
}
/* Estilos para o formulário */
.consulta-form {
    max-width: 400px;
    margin: 0 auto; /* Centraliza o formulário na coluna em telas menores */
    padding: 30px;
    background-color: #eee;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(255, 255, 255, 0.2);

}

.consulta-form .form-label {
    font-weight: bold;
}

#conteudo {
    padding-top: 100px;
}

.conteudo p {
    font-size: 1.2em;
    color: #666;
    margin-bottom: 20px;
}
.conteudo h2 {
    font-size: 40px;
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    color: #fff;
    margin-bottom: 50px;

}
.conteudo h3 {
    font-size: 30px;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    text-align: center;
    color: #ff8f00;

}


/* Estilos para o efeito de digitação */
#typing-text {
    border-right: 2px solid #ff8f00;

    animation: blink-cursor 0.7s step-end infinite;
}

/* Animação do cursor piscante */
@keyframes blink-cursor {
    from, to {
        border-color: transparent;
    }
    50% {
        border-color: #ff8f00;
    }
}
.line-break-control {
    display: none;
}

.impact-copy {
    font-size: 20px;
    color: #0d6efd !important;
    text-align: center;
    margin-top: 20px;
}


.img-selos {
    width: 70%;
    max-width: 100px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.img-credenciamento {
    width: 50%;
    max-width: 100px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.col-lg-6 h2 {
    text-align: center;


}
/* Estilos do formulário de contato */
form {
    background-color: rgba(34, 30, 108, 0.3) !important; /* Ajuste o nível de opacidade conforme desejado */
    padding: 20px;
    border: 1px solid #fff;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(255, 255, 255, 0.2);
}


form .form-label {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
}

form input, form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

form button {
    background-color: #004AAD;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

form button:hover {
    background-color: #003580;
}
.text-xs {
    font-size: 12px !important;
    font-weight: 400;
}

/* Classe para sublinhar os links */
.text-decoration-underline {
    text-decoration: underline;
}

/* Estilos para a seção conteudo-um */
.conteudo-um {
    background-color: #ff8f00;
    border-top: 5px solid #ffd9aa;
    border-bottom: 5px solid #ffd9aa;
    box-shadow:
        inset 0px 8px 12px rgba(0, 0, 0, 0.3),
        inset 0px -8px 12px rgba(0, 0, 0, 0.3);
    padding-top: 40px;
}

.conteudo-um h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 40px;
}

.conteudo-um p {
    color: #fff;
    font-size: 18px;
    font-family: "Bungee", sans-serif;
}

/* Estilos gerais para centralizar as caixas */
.conteudo-um .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.conteudo-um .col-md-6.col-lg-5 {
    max-width: 45%;
    flex: 0 0 45%;
    margin: 0 2.5%;
    display: flex;
}

.conteudo-um .item {
    flex: 1;
    display: flex;
}

.conteudo-um .borda-arredondada {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px dotted #fff;
    border-radius: 10px;
    padding: 15px;
    background: linear-gradient(135deg, #221e6c, #000C3C, #221e6c);
    background-size: 200% 100%;
    background-position: left;
    width: 100%;
    text-align: center;
    min-height: 180px;
}


.conteudo-dois {
    background-color: #000C3C;
    padding-top: 100px;
    padding-bottom: 50px;
}

.conteudo-dois h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 40px;
}

.conteudo-dois p {
    color: #ccc;
    font-size: 20px;
}

.conteudo-dois .item h4 {
    color: #ff8f00;
    margin-bottom: 10px;
}

.conteudo-dois .item p {
    color: #fff;
}

.conteudo-dois .icon i {
    font-size: 2rem;
    color: #ff8f00;
}

.d-flex  {
    border: solid 1px #ff8f00;
    border-radius: 10px;
    padding-top: 4px;
}

/* Estilo geral do bloco de depoimento -------------------------------------- */

.depoimentos-section {
    padding: 60px 0;
    background: linear-gradient(115deg, #000C3C, #000C3C, #221e6c, #000C3C, #000C3C);
    text-align: center;
    height: 580px;
}

.depoimento {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Arial, sans-serif;
}

/* Header do depoimento para alinhar avatar, nome e ícone da plataforma */
.depoimento-header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
}

/* Estilo do avatar da pessoa */
.avatar {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    border: 2px solid #ff8f00;
}

/* Área de informações ao lado do avatar */
.info {
    margin-left: 10px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 0.9;
}

/* Nome da pessoa */
.nome {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    color: #333333;
}

/* Imagem das estrelas de avaliação */
.estrelas {
    width: 80px;
    margin: 5px 0;
}

/* Seção de verificação com ícone */
.verificado {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    color: #666666;
}

.verificado-icon {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

/* Ícone da plataforma (Google, Facebook, etc.) */
.icon-plataforma {
    width: 40px;
    height: auto;
    position: absolute;
    right: 15px;
}

/* Texto do depoimento */
.depoimento-texto {
    font-size: 16px;
    color: #666666;
    margin-top: 15px;
    text-align: left;
}

.carousel-indicators {
    position: relative;
    top: 275px; /* Ajuste a distância dos indicadores para baixo, de acordo com a necessidade */
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
}

.carousel-indicators button {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
    background-color: #ccc !important;
    border: none;
    transition: background-color 0.3s;
}

.carousel-indicators .active {
    background-color: #ff8f00 !important;
}

.depoimentos-section h3 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}


.depoimentos-section h2 {
    font-size: 40px;
    color: #ff8f00;
    font-weight: 500;
    margin-bottom: 20px;
}

.img-estrelas {
    width:80% !important;
    max-width: 200px !important;
    margin-bottom: 40px;

}
section.faq-section {
    background-color: #000C3C;
    padding: 60px 0 40px 0 !important;
    background-size: cover;
    background-position: center;
    padding-top: 30px;
    padding-bottom: 60px;
}


.faq-section {
    padding: 20px;
}
.faq-section p {
    color: #fff;
    text-align: center;
    padding: 10px 20px;

}

.faq-columns {
    display: flex;
    gap: 20px;
}

.faq-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.faq-info h3 {
    margin-bottom: 10px;
}

.faq-info p {
    margin-bottom: 15px;
}

.btn-contato {
    padding: 10px 20px;
    background-color: #fe9100;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}
.btn-contato:hover {
    background-color: #221e6c;
    color: #fff;
}
.faq-list {
    flex: 1;
}

.faq-section h3 {
    font-size: 40px;
      color: #fff;

}

.faq-list {
  margin-top: 20px;

}

.faq-item {
  margin-bottom: 20px;
  border: 1px solid #fff;
  background-color: #d6d6d6;
  padding: 8px;
  border-radius: 7px;
}
.question {
  cursor: pointer;
  position: relative;
  padding-right: 10px;
  font-size: 18px;
  font-family: 'IBM Plex Sans Condensed', sans-serif;
  line-height: 1.3;
  color: #000;
  font-weight: 600;
  text-align: left;

}

.question.active .arrow {
  transform: translateY(-50%) rotate(130deg);
}
.arrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transition: transform 0.3s ease;
}
.answer {
  display: none;
  padding-top: 15px;
  font-weight: 400;
  line-height: 1.2;
    color: #000;
}


/* Estilos do footer */
/* Estilos do Rodapé */
.footer {
    background-color: #221e6c;
    color: #fff;
    padding: 20px 0;
}

.footer .container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.footer-left,
.footer-right {
    display: flex;
    align-items: center;
}

.footer-left {
    flex: 1;
}

.footer-logo {
    width: 80px;
    margin-right: 15px;
}

.footer-left-text {
    display: flex;
    flex-direction: column;
}

.footer-left-text p {
    margin: 0;
}

.footer-right {
    flex: 1;
    flex-direction: column;
    align-items: flex-end;
}

.footer-right p {
    margin: 0 0 10px 0;
}

.social-icons {
    display: flex;
}

.social-icons a {
    margin-left: 10px;
}

.social-icons img {
    width: 24px;
    height: 24px;
}

#conteudo-quem-somos p {
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 0 150px 50px 150px;


}

#conteudo-quem-somos h2 {
    color: #fff;
    font-size: 40px;
    text-align: center;
    padding-top: 50px;

}

#conteudo-contato h2  {
    text-align: center;
    margin-top: 30px;
}

#conteudo-contato form {
    width: 50%; /* Define a largura do formulário */
    max-width: 500px; /* Limita a largura em telas maiores */
    margin: 40px auto; /* Centraliza horizontalmente */
    padding: 20px;
    background-color: #f8f9fa; /* Cor de fundo opcional */
    border-radius: 8px; /* Bordas arredondadas */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra opcional */
}

/* Centralizar o botão de envio */
#conteudo-contato form .btn {
    display: block;
    width: 100%; /* Define a largura total do botão */
    max-width: 200px; /* Limita a largura máxima do botão */
    margin: 20px auto 0 auto; /* Centraliza horizontalmente */
}


/* ------------------------------------------------------------------------------------ Responsividade para Tablet (1024px) ---------------------------- */
@media (min-width: 481px) and (max-width: 1024px) {
.header img {
    max-width: 120px;
    padding: 15px 20px;
}

.btn-primary {
    font-size: 20px !important;
    padding: 8px 16px;
    width: 80% !important;
}
.btn-primary-form {
    font-size: 20px !important;
    padding: 8px 16px;
    width: 100% !important;

}

.btn-sticky {
    position: static;
}
.conteudo h2 {
    margin-bottom: 30px;
    padding: 0 15px;

}
.img-credenciamento {
    width: 60%;
    max-width: 150px;
    padding-bottom: 40px;

}
    .faq-columns {
        flex-direction: column;
    }

    .faq-info,
    .faq-list {
        width: 100%;
        text-align: center;
    }
}

/* ------------------------------------------------------------------------------------ Responsividade para Celular (480px) ---------------------------- */
@media (max-width: 480px) {
    .header img {
        max-width: 60px;
    }

    /* Reduz o espaçamento entre as colunas da seção conteudo-um */
    .conteudo-um .row > .col-md-4 {
        margin-bottom: 10px; /* Ajuste para reduzir a distância vertical entre as colunas */
    }

    .conteudo-um .borda-arredondada {
        padding: 10px;
        min-height: 150px;
        margin-bottom: 10px; /* Controle adicional de margem entre caixas */
    }

    .btn-primary {
        font-size: 14px !important;
        padding: 6px 14px;
        width: 100% !important;
    }

    .btn-sticky {
        position: static;
    }

    /* Estilos do menu hamburguer */
    .navbar-toggler {
        border: none;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FE9102'%3E%3Cpath fill-rule='evenodd' d='M1.5 12.5a.5.5 0 0 1 0-1h13a.5.5 0 0 1 0 1h-13zm0-5a.5.5 0 0 1 0-1h13a.5.5 0 0 1 0 1h-13zm0-5a.5.5 0 0 1 0-1h13a.5.5 0 0 1 0 1h-13z'/%3E%3C/svg%3E") !important;
    }

    /* Alinhar o texto do navbar à direita */
    .navbar-nav .nav-link {
        text-align: right;
        line-height: 0.5;
    }

    /* Reduzir o espaçamento vertical entre os itens do navbar */
    .navbar-nav .nav-item {
        margin-bottom: 5px;
    }

.navbar-nav .nav-item a[href*="login"] {
    text-align: right;
    display: block;
}
    .img-selos {
        max-width: 150px;
        padding-top: 20px;
    }

    .img-credenciamento {
        width: 70%;
        max-width: 150px;
        padding-bottom: 40px;
    }

    .btn-primary-form {
        font-size: 14px !important;
        padding: 6px 14px;
        width: 100% !important;
    }

    #conteudo {
        padding-top: 50px;
    }

    .conteudo h2 {
        font-size: 30px;
        font-family: sans-serif;
        font-weight: 800;
        padding: 0 12px;
        margin-bottom: 35px;
    }

    .conteudo h3 {
        font-size: 22px;
        font-family: "Raleway", sans-serif;
        font-weight: 500;
        text-align: center;
    }

    #conteudo-um {
        padding: 30px 12px;
    }

    .conteudo-um h2 {
        font-size: 28px;
    }

  .conteudo-dois h2 {
        font-size: 28px;
    }

    .conteudo-um p {
        color: #fff;
        font-size: 16px;
    }
    .conteudo-um .row {
        display: block; /* Volta ao comportamento padrão */
    }
    .conteudo-um .col-md-6.col-lg-5 {
        max-width: 100%;
        flex: 0 0 100%;
        margin: 0 0 20px 0; /* Espaçamento inferior entre as caixas */
        display: block;
    }
    .conteudo-um .item {
        display: block;
    }
    .conteudo-um .borda-arredondada {
        display: block;
    }

    #conteudo-dois {
        padding: 30px 12px;
    }

    .conteudo-dois p {
        color: #ccc;
        font-size: 16px;
    }

    .line-break-control {
        display: block;
        width: 100%;
        height: 0;
    }
section.depoimentos-section {
    text-align: center;
    padding: 30px 12px !important;
    height: 600px;
}
.depoimentos-section h2 {
    font-size: 28px;
    margin-top: 10px;
}
.img-estrelas {
    width:60% !important;
    max-width: 180px !important;
}

.depoimentos-section h3 {
    font-size: 16px;
}
.faq-section h3 {
    font-size: 30px;
      color: #fff;
      text-align: center;
      padding-bottom: 20px;

}
.question {
  font-size: 17px;
  line-height: 1.2;


}

.answer {
  display: none;
  padding-top: 15px;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
  text-align: left;
}
    .faq-columns {
        flex-direction: column;
    }

    .faq-info,
    .faq-list {
        width: 100%;
        text-align: center;
    }
    .footer-columns {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .footer-left,
    .footer-right {
        flex-direction: column;
        align-items: center;
        margin-bottom: 15px;
    }
    .footer-right {
        align-items: center;
    }
    .social-icons a {
        margin-left: 0;
        margin-right: 10px;
    }
.navbar-desktop {
        display: none;
    }

    /* Menu hamburguer - Estilos para exibir o submenu ao clicar em "Serviços" no celular */
    .navbar-nav .nav-item.dropdown .dropdown-menu {
        display: none; /* Esconder o dropdown-menu inicialmente */
        background-color: #221e6c; /* Cor de fundo do dropdown */
        padding: 0;
        border: none;
    }

    /* Exibir o dropdown quando o link "Serviços" está expandido */
    .navbar-nav .nav-item.dropdown .dropdown-menu.show {
        display: block;
    }

    /* Estilos para o dropdown menu - ajustado para celular */
    .dropdown-menu {
        position: static; /* Mantém o menu dentro do fluxo da página */
        display: none; /* Esconde o dropdown-menu inicialmente */
    }

    .dropdown-menu.show {
        display: block; /* Exibe o dropdown quando ativo */
    }

    .navbar-nav .nav-item .dropdown-menu {
        position: static;
        display: none; /* Oculto por padrão */
        background-color: #221e6c;
        padding: 10px;
    }

    .navbar-nav .nav-item .dropdown-menu.show {
        display: block; /* Exibe quando a classe 'show' é aplicada */
    }


/* Estilo para textos no conteúdo "Quem Somos" */
#conteudo-quem-somos p {
    color: #fff;
    font-size: 15px;
    padding: 0 15px 20px 15px;
}

#conteudo-quem-somos h2 {
    font-size: 30px;
    padding-top: 20px;
}

#conteudo-contato h2  {
    text-align: center;
    margin-top: 30px;
}

#conteudo-contato form {
    width: 100%; /* Define a largura do formulário */
    margin: 20px auto; /* Centraliza horizontalmente */
    padding: 10px;
}

/* Centralizar o botão de envio */
#conteudo-contato form .btn {
    display: block;
    width: 100%; /* Define a largura total do botão */
    max-width: 200px; /* Limita a largura máxima do botão */
    margin: 20px auto 0 auto; /* Centraliza horizontalmente */
}

}





