*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
body, html{
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #032d5a;
}
nav{
    width: 100%;
    height: 150px;
    background-color: #032d5a;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    z-index: 1;
}
.menu{
    list-style: none;
    display: flex;
    gap: 1rem;
    text-align: center;
}
.menu a{
   color: #ffffff;
   text-decoration: none;
   display: block;
   padding: 1rem;
   text-align: center;
   padding-left: 10px;
   font-size: 18px;
   font-family: Arial, Helvetica, sans-serif;
}
.menu a:hover{
    color: #7a7972;
    border-color: #7d7b73;
}
.label-menu, .checkbox{
    display: none;
}
header{
    width: 100%;
    height: 100%;
    background-image: url("../imagens/webdesign1.jpg");
    background-size: cover;
    background-position: center 20%;
    position: relative;
    background-attachment: fixed;
}
header h2{
    position: absolute;
    width: 100%;
    text-align: center;
    color: #000000;
    top: 35%;
    font-size: 50px;
    font-family: sans-serif;
    font-weight: 100;
    animation-name: headerH2-moverParaDireita;
    animation-delay: 0.5s;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-fill-mode: backwards;
}
header h3{
    position: absolute;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-family: sans-serif;
    font-weight: 100;
    top: 48%;
    font-size: 60px;
    font-weight: lighter;
    animation-name: headerH3-moverParaEsquerda;
    animation-delay: 0.5s;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-fill-mode: backwards;
}
section{
    width: 100%;
    height: 100%;
    padding-top: 6%;
}
.titulo{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.borda{
    width: 8%;
    margin: auto;
    border-bottom: 2px solid #8db8e6;
    padding-top: 0.3%;
}
.subtitulo{
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    margin-top: 1%;
    font-family: Arial, Helvetica, sans-serif;
}
#servicos h2, #empresa h2, #contato h2 {

    height: 150px;
    padding-top: 3%;
    background-color: #032d5a;
    color:#ffffff;
    font-family: Arial, Helvetica, sans-serif;
 
}
#servicos article, #portfolio article, #equipe article,#empresa article{
    width: 30%;
    margin-left: 3%;
    float: left;
    text-align: center;
    margin-top: 5%;
}
#servicos article p{
    text-align: justify;
    margin-top: 10px;
      margin-left: 25%;
}

#duvidas h2{

    height: 150px;
    padding-top: 3%;
    background-color: #032d5a;
    color:#ffffff;
    font-family: Arial, Helvetica, sans-serif;
 
}
.iconserv{
    width: 180px;
    height: 180px;
    background-color: #032d5a;
    font-size: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: auto;
    cursor: pointer;
    transition: 0.5s;
    border: 3px solid;
}
.iconserv:hover{
    background-color: #666666;
    color: #ffce00;
}
#portfolio, #equipe{
    background-color:  #032d5a;
    color: #ffffff;
}
#portfolio article img{
    width: 100%;
    border-radius: 12px;
    border: 3px solid #ffce00;
    transform: scale(0.9);
    transition: 0.5s;
    margin-left: -35px;
}
#portfolio article img:hover{

    width: 100%;
    filter: blur(0); 
    transform: scale(1.0);
}
#equipe article img{
    border-radius: 10%;
   /*  --deg:0;
    transition: --deg 1s ease-in-out;
    transform: rotate(calc(var(--deg)*1deg)); */
}

.nome{
    font-weight: 700;
    margin-top: 5%;
    font-size: 20px;
}
.cargo{
    margin-bottom: 3%;
    color: #ffffff;
}
#equipe article a{
    color: #ffffff;
    font-size: 28px;
    margin-right: 5px;
  /*   padding-left: 20px; */
    text-align: center;
}
#equipe article a:hover{
    color: #ffffff;
}
#empresa article p{
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
}

.texto{
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    float: inline-start;
    font-weight: 100;
    font-size: 28px;
    margin-top: 5%;
    margin-left: 500px;
}
#contato {
    width: 100%;
    height: 100%;
    padding-top: 6%;
    /* Adicionando a correção aqui: */
    clear: both; 
}
#contato article{
    width: 50%;
    height: 50%;
    float: left;
    margin-top: 1%;
    padding: 2%;
    margin-left: 350px;
}
.campo{
    width: 100%;
    margin-bottom: 2px;
    padding: 2%;
    margin-left: 17%;
    font-size: 20px;
    background-color: #f5eeeef3;
    outline: none;
    resize: none;
    border-radius: 8px;
}
.botao{
    width: 30%;
    padding: 2%;
    margin-left: 35%;
    background-color:  #032d5a;
    color: #ffffff;
    border-radius: 8px;
    font-size: 20px;
    cursor: pointer;
}
.botao:hover{
    margin-left: 17%;
    background-color: #ffffff;
    color: #032d5a;
}
footer{
    width: 100%;
    height: 25%;
    background-color: #032d5a;
    color: #ffffff;
    display: flex;
    float: left;
    align-items: center;
    justify-content: center;
    padding-left: 60px;
}
.social{
    width: 30%;
    text-align: center;
    padding-left: 20px;
}
.social a{
    color: #ffffff;
    font-size: 35px;
    padding-right: 10px;
}
.link{
    display: flex;
    flex-direction: column;
}
.link a{
    color: #ffffff;
    font-size: 18px;
    padding-right: 10px;
    
}
.link h4{
    color: #ffce00;
    font-size: 20px;
}
.info{
    width: 40%;
    font-size: 20px;
}
.info li{
    list-style: none;
    text-align: center;
}
.info h4{
   color: #ffce00;
   padding-left: 280px;
}
.mapa{
    padding-right: 200px;
}
nav img{
    width:110px ;
    margin-left: 30px;
    font-size: 18px;
    padding: 6px;
  
}
.chamada{
    position: absolute;
    text-decoration: none;
    width: 30%;
    height: 10%;
    text-align: center;
    color: #ffffff;
    top: 60%;
    margin-left: 35%;
    display: flex;
    justify-content: center;
    align-items: center;

}
.chamada a{
    color: #ffffff;
    font-size: 110%;
    padding: 10px 70px;
    font-weight: 600px;
    background-color: #666666;
    border: 2px solid #ffce00;
    border-radius: 50px;
    animation-name: headerA-moverParaCima;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-timing-function: ease-out;
    animation-fill-mode: backwards;

}
.logowhats{
    background-image: url(../imagens/whats1.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 70px;
    height: 70px;
    position: fixed;
    top: 85%;
    left: 90%;
    z-index: 999;
}
/*css do menu dropdown */
.menu li{
    position: relative;
}
.dropdown > a::after{
    content:"";
}
.submenu{
    list-style: none;
    position: absolute;
    top: 100%;
    left: -30px;
    background-color: #000000;
    padding: 0;
    margin: 0;
    display: none;
    flex-direction: column;
    min-width: 150px;
    border: 1px solid #ffce00;
    border-radius: 6px;
    z-index: 10;
}
.submenu li a{
    padding: 0.8rem;
    display: block;
    color: #ffffff;
    text-align: left;
}
.submenu li a:hover{
    background-color: #ffce00;
    color: #000000;
}
/* mostrar o submenu ao passar o mouse */
.dropdown:hover > .submenu {
    display: flex;
}
.dropdown > a:hover{
    color: #ffce00;
}
/*Oculta o input de arquivo padrão */
.campo-arquivo input[type="file"]{
    display: none;
}
.campo-arquivo{
    margin-top: 20px;
    margin-bottom: 20px;
    width: 80%;
    margin-left: 65px;
    
}

/*Estilizar o label que funcionará como botão*/
.botao-personalizado{
    display: inline-block;
    padding: 10px 20px;
    background-color: #0056b3;
    color: #ffffff;
    font-size: 26px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
    margin-left: 180px;
    text-align: center;
}
.botao-personalizado:hover{
    background-color: #666666;
}
/* -------------------------------------- */
/* ESTILOS DA SEÇÃO BANNER/FUNDO (CARRO VERMELHO) */
/* -------------------------------------- */
#carrossel-principal-banner {
    width: 100%;
    /* Define uma altura mínima, garantindo que o banner seja grande */
    min-height: 500px; 
    font-family: "Roboto Mono", monospace;
   
    
    /* Substitua pelo nome do arquivo da sua imagem de carro */
    background-image: url("../imagem/carro-vermelho-slide1.jpg.png"); 
    background-size: cover; /* Faz a imagem cobrir toda a área */
    background-position: center 30%; /* Centraliza a imagem verticalmente, foco mais para cima */
    background-repeat: no-repeat;
    
    position: relative; 
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centraliza o conteúdo verticalmente */
    align-items: center; /* Centraliza o conteúdo horizontalmente */
    text-align: center;
    padding: 50px 20px;
    z-index: 0;
}

/* Efeito de sobreposição (overlay) para melhorar a leitura do texto */
#carrossel-principal-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Cor preta/azul escura com 40% de transparência */
    background-color: rgba(0, 0, 0, 0.4); 
    z-index: 1; /* Fica abaixo do overlay, mas acima da imagem */
}

/* Estilizando o Texto sobre a Imagem */
#carrossel-principal-banner h2, 
#carrossel-principal-banner h3 {
    position: relative; /* Coloca o texto acima do overlay */
    z-index: 2;
    color: #ffffff; /* Letra branca para contraste */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.titulo-banner {
    font-size: 2.5rem; /* Título maior */
    margin-bottom: 15px;
}

.subtitulo-banner {
    font-size: 1.8rem;
    font-weight: 300;
    margin-bottom: 30px;
}

/* Borda no Banner (ajustada para o contraste) */
#carrossel-principal-banner .borda {
    width: 150px;
    border-bottom: 3px solid #ffce00;
    margin: 10px auto;
    position: relative;
    z-index: 2;
}

/* Estilizando o Botão */
.botao-banner {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 15px 30px;
    background-color: #ffce00;
    color: #032d5a !important;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 50px;
    text-decoration: none;
    transition: background-color 0.3s;
}

.botao-banner:hover {
    background-color: #ffffff;
    color: #032d5a !important;
}
#servicos article p i
{
    font-size: 40px; /* Mantém o tamanho original */
   
    /* Ajuste fino na posição vertical (opcional, mas recomendado) */
    transform: translateX(50px); 
}

/* Ajuste de Responsividade */
@media screen and (max-width: 992px) {
    #carrossel-principal-banner {
        min-height: 400px;
    }
    .titulo-banner {
        font-size: 2.5rem;
    }
    .subtitulo-banner {
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 576px) {
    #carrossel-principal-banner {
        min-height: 350px; /* Reduz a altura em telas menores */
    }
    .titulo-banner {
        font-size: 1.8rem;
    }
    .subtitulo-banner {
        font-size: 1.1rem;
    }
    .botao-banner {
        padding: 10px 20px;
        font-size: 1rem;
    }
}

.iconserv .fa-car {
    font-size: 80px; 
    transform: translateY(-5px); 
}

.iconserv .fa-file-invoice,
.iconserv .fa-coins {
     font-size: 80px;
}
/* -------------------------------------- */
/* ESTILOS DA SEÇÃO DÚVIDAS FREQUENTES (Layout de Colunas) */
/* -------------------------------------- */

/* Estilizando o contêiner da seção para garantir padding e fundo */
#duvidas {
    background-color: #ffffff; 
    padding-bottom: 50px; 
    /* Adicionamos clear: both para garantir que a seção comece abaixo do #servicos */
    clear: both; 
    text-align: center; /* Centraliza o conteúdo se a largura não for 100% */
}

/* Estilizando os artigos de Pergunta/Resposta como "Cards" lado a lado */
#duvidas article {
    width: 45%; /* Diminui a largura para caber dois por linha */
    max-width: 450px; /* Limita a largura máxima para leitura */
    margin: 20px 2%; /* Adiciona margem horizontal para espaçamento entre eles */
    
    /* Ativa o float para colocá-los lado a lado */
    float: left; 
    
    background-color: #f7f7f7; 
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(3, 45, 90, 0.1); 
    text-align: left; 
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    /* Faz o primeiro artigo flutuar à esquerda e o segundo à direita, se houver espaço */
    /* O navegador fará o wrap automaticamente */
}

/* Efeito ao passar o mouse */
#duvidas article:hover {
    transform: translateY(-5px); 
    box-shadow: 0 8px 16px rgba(3, 45, 90, 0.2);
}

/* Garante que o container #duvidas encapsule os artigos flutuantes */
#duvidas::after {
    content: "";
    display: table;
    clear: both;
}

/* Estilo para a Pergunta (o primeiro <p> dentro do article) */
#duvidas article > p:first-child {
    font-size: 18px; /* Reduz um pouco a fonte para caber no layout de duas colunas */
    font-weight: bold; 
    color: #032d5a; 
    margin-bottom: 10px;
    border-bottom: 2px solid #ffce00; 
    padding-bottom: 8px;
}

/* Estilo para a Resposta (o segundo <p> dentro do article) */
#duvidas article > p:nth-child(2) {
    font-size: 15px; /* Reduz um pouco a fonte para leitura mais confortável em colunas */
    line-height: 1.5;
    color: #333333;
    margin-top: 0; 
}

/* Estilizando as quebras de linha (<br>) na lista de documentos */
#duvidas article > p:nth-child(2) br {
    line-height: 1.8; 
}

/* Remove as tags <br> extras do HTML que causam grandes espaços */
#duvidas article + br { 
    display: none; 
}
/* -------------------------------------- */
/* ESTILOS DA SEÇÃO DÚVIDAS FREQUENTES (ACORDEÃO) */
/* -------------------------------------- */

#duvidas {
    background-color: #ffffff; 
    padding-bottom: 50px; 
    clear: both; 
    text-align: center;
}

/* Contêiner de cada item FAQ */
.faq-item {
    width: 90%;
    max-width: 800px; 
    margin: 20px auto; 
    text-align: left; 
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* Estilo da Pergunta (o cabeçalho clicável) */
.faq-pergunta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #032d5a;
    cursor: pointer;
    background-color: #f7f7f7; /* Fundo sutil */
    border-radius: 8px;
    border-bottom: 2px solid #ffce00; /* Linha de destaque */
    transition: background-color 0.3s;
}

.faq-pergunta:hover {
    background-color: #ededed;
}

/* Ícone de Mais/Menos */
.faq-pergunta::after {
    content: '+'; /* Ícone de + por padrão (fechado) */
    font-size: 1.5rem;
    font-weight: normal;
    color: #ffce00;
    margin-left: 10px;
}

/* Classe adicionada por JS quando a pergunta está aberta */
.faq-pergunta.ativa::after {
    content: '-'; /* Ícone de - quando ativo (aberto) */
    color: #032d5a;
}

/* Conteúdo da Resposta (inicialmente oculto) */
.faq-resposta {
    max-height: 0; /* Oculta a resposta */
    overflow: hidden; /* Garante que o conteúdo não seja visível */
    transition: max-height 0.3s ease-out; /* Transição suave */
    padding: 0 20px;
}

/* Estilo do Parágrafo de Resposta (quando visível) */
.faq-resposta p {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
    border-top: 1px solid #eee; /* Linha de separação interna */
}

/* Estilizando as quebras de linha (<br>) na lista de documentos */
.faq-resposta p br {
    line-height: 1.8; 
}
* -------------------------------------- */
/* ESTILOS DA SEÇÃO EMPRESA (LAYOUT 2 COLUNAS) */
/* -------------------------------------- */

/* Container para alinhar o texto e a imagem */
.empresa-container {
    display: flex;
    justify-content: space-around; /* Espaçamento entre as colunas */
    align-items: center;
    max-width: 1100px;
    margin: 40px auto;
    padding: 20px;
    clear: both; /* Garante que comece abaixo de elementos flutuantes anteriores */
    gap: 40px;
}

/* Estilo para as colunas de Texto e Imagem */
.empresa-texto, .empresa-imagem {
    width: 48%; /* Cada coluna ocupa 45% */
    padding: 10px;
    text-align: left;
    margin: 0; /* Zera as margens conflitantes do seletor #servicos article */
    float: none; /* Zera float conflitante */
}

.empresa-texto p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #333;
    margin-bottom: 15px;
    margin-left: 50px;
    font-family: Arial, Helvetica, sans-serif;
}

.empresa-texto .destaque {
    font-size: 1.6rem;
    font-weight: bold;
    color: #032d5a;
    border-bottom: 3px solid #ffce00;
    padding-bottom: 5px;
    display: inline-block;
    margin-bottom: 10px;
    
}
/* Estilização da NOVA lista (ul) */
.lista-empresa {
    list-style: none; /* Remove os marcadores padrão */
    padding-left: 0;
    margin-bottom: 25px;
     margin-left: 50px;
}

.lista-empresa li {
    position: relative;
    padding-left: 30px; /* Espaço para o ícone personalizado */
    margin-bottom: 12px;
    font-size: 1.1rem;
    color: #333;
    line-height: 1.4;
   
}
/* Criação do "bullet point" personalizado (ícone de check amarelo) */
.lista-empresa li::before {
    content: "\f058"; /* Código do ícone de check-circle do FontAwesome 6 */
    font-family: "Font Awesome 6 Free";
    font-weight: 900; /* Necessário para ícones sólidos do FA6 */
    position: absolute;
    left: 0;
    top: 3px; /* Ajuste fino vertical */
    color: #ffce00; /* Cor amarela do tema */
    font-size: 1.3rem;
}

.empresa-texto .valores {
   font-style: italic;
    color: #555;
    margin-top: 20px;
    border-left: 4px solid #ffce00; /* Borda lateral amarela */
    padding: 15px 20px;
    background-color: #f9faff; /* Fundo azul muito claro para destacar */
    border-radius: 0 8px 8px 0;
}

.empresa-texto .valores strong {
    color: #032d5a;
    font-style: normal;
    font-weight: 700;
}

/* Estilo da Nova Imagem (Foto) */
.empresa-imagem {
    width: 100%;
    max-width: 550px; /* Aumentado para dar mais destaque à foto */
    height: auto;
    border-radius: 12px; /* Bordas ligeiramente mais arredondadas */
    box-shadow: 0 10px 25px rgba(3, 45, 90, 0.15); /* Sombra mais suave e profunda */
    object-fit: cover;
    display: block;
    margin: auto; /* Centraliza na coluna se sobrar espaço */

}

/* Responsividade para telas menores */
@media screen and (max-width: 768px) {
    .empresa-container {
        flex-direction: column; /* Empilha as colunas verticalmente */
        gap: 30px;
    }
    .empresa-texto, .empresa-imagem {
        width: 100%; /* Ocupa quase toda a largura */
        padding: 0;
        text-align: left; /* Mantém alinhado à esquerda para facilitar leitura */
    }
    .empresa-texto {
        order: 2; /* Coloca o texto abaixo da imagem em mobile */
        
    }
    .empresa-imagem {
        order: 1; /* Coloca a imagem acima do texto em mobile */
    }

    .empresa-img-foto {
        max-width: 100%; /* Imagem ocupa a largura total no mobile */
    }
    
}