@charset "UTF-8";

/* Estilos Globais */
:root {
    --primary-color: #007bff;
    --secondary-color: #6c757d;
    --background-color: #f8f9fa;
    --card-background: #ffffff;
    --text-color: #333;
    --shadow-light: 0 4px 6px rgba(0, 0, 0, 0.1);
}

*{
     margin: 0;
    padding: 0;
}

html{ 
    scroll-behavior: smooth;

}

body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: var(--text-color);
    background-color: var(--background-color);
   
}
header{
     width: 100%;
}

/* Estilos para o Menu de Navegação Fixo */
.main-nav {
    position: fixed;
    top: 0;
    left: 0;
   width: 100vw;
    display: flex;
    scroll-behavior: smooth;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
    background-color: white;
    transition: background-color 0.3s ease, padding 0.3s ease, box-shadow 0.3s ease;
    z-index: 1000;
}

.main-nav.scrolled {
    background-color: #fff;
    padding: 5px 1%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.nav-logo img {
    height: 60px;
    transition: height 0.3s ease;
}

.main-nav.scrolled .nav-logo img {
    height: 40px;
}


.nav-links {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.nav-links li {
    margin-left: 20px;
}

.nav-links a {
    color: #0056b3;
    text-decoration: none;
    font-weight: 600;
    font-size: 1em;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #007bff; /* Cor do seu botão CTA */
}

/* Ajuste no hero para o menu não sobrepor o conteúdo */
#hero {
    padding-top: 100px;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

h1, h2, h3 {
    font-weight: 700;
    color: var(--primary-color);
}

.section-title {
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 10px;
    color: var(--primary-color);
}

.section-title-left {
    text-align: left;
    font-size: 2.5em;
    margin-bottom: 20px;
    color: var(--primary-color);
}

.section-subtitle {
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 50px;
    color: var(--text-color);
}


/* Botão Flutuante de WhatsApp */
.whatsapp-button {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background-color: #25d366;
    color: white;
    font-size: 2.5em;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    transition: transform 0.3s ease;
}
.whatsapp-button > img{
    width: 60px;
    height: 60px;
}
.whatsapp-button:hover {
    transform: scale(1.1);
}

/* Seção Hero */
#hero {
    min-height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, var(--primary-color), #0056b3);
    color: white;
    text-align: center;
    padding: 20px;
    
}

#hero > .logo01{
    border-radius: 10px;
    width: 35%;
    margin-top: 86px;
    margin-left: 90px;
} 
.hero-content {
    max-width: 800px;
    margin-top: 60px;
}

.hero-content h1 {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: white;
}

.hero-content p {
    font-size: 1.3em;
    max-width: 700px;
    margin: 0 auto 40px;
    opacity: 0.9;
}

/* Formulário da Seção Hero */
#hero-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

#hero-form input {
    padding: 15px;
    border: none;
    border-radius: 8px;
    width: 250px;
    font-size: 1em;
    box-shadow: var(--shadow-light);
    transition: box-shadow 0.3s ease;
}

#hero-form input:focus {
    box-shadow: 0 0 0 3px var(--secondary-color);
    outline: none;
}

.cta-button {
    background-color: var(--secondary-color);
    color: white;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-size: 1.1em;
    border: none;
    cursor: pointer;
}

.cta-button:hover {
    background-color: #1aaf83;
    transform: translateY(-3px);
}

.small-cta {
    padding: 10px 20px;
    font-size: 1em;
}

/*
====================================
    SEÇÃO POR QUE UM SITE PROFISSIONAL
====================================
*/
#porque-site-profissional {
    padding: 80px 0;
    background-color: var(--card-background);
}

.cartao-motivo {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    gap: 40px;
}

.cartao-motivo.reverso {
    flex-direction: row-reverse;
}

.cartao-motivo .icone {
    font-size: 4em;
    color: var(--primary-color);
    min-width: 100px;
    text-align: center;
}

.texto-motivo h3 {
    font-size: 1.8em;
    margin-bottom: 10px;
    color: var(--secondary-color);
}

.texto-motivo p {
    font-size: 1.1em;
    line-height: 1.6;
}


/*
====================================
    SEÇÃO ANÁLISE DE DADOS
====================================
*/
/* Container dos Cartões de Análise */
#analise-dados .cartao-analise {
    display: flex; /* Habilita flexbox para o cartão */
    align-items: center; /* Centraliza itens verticalmente */
    background-color: #fff; /* Fundo branco para os cartões */
    border-radius: 10px;
    padding: 30px; /* Ajuste o padding interno do cartão */
    margin-bottom: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

/* Wrapper para o conteúdo e imagem dentro do cartão */
.cartao-conteudo-wrapper {
    display: flex;
    align-items: center; /* Centraliza a imagem com o texto */
    width: 100%; /* Ocupa toda a largura do cartão */
}

/* Estilo geral para as imagens dentro dos cartões de análise */
.imagem-analise {
    max-width: 150px; /* Tamanho da imagem em desktop */
    height: auto;
    flex-shrink: 0; /* Impede que a imagem encolha */
    object-fit: contain; /* Garante que a imagem se ajuste sem cortar */
}

/* Posiciona a imagem à direita para cartões normais */
.cartao-analise .imagem-analise.imagem-direita {
    margin-left: auto; /* Empurra a imagem para a direita */
    order: 2; /* Garante que ela fique depois do texto */
    padding-left: 20px; /* Espaçamento entre o texto e a imagem */
}

/* Posiciona a imagem à esquerda para cartões reversos */
.cartao-analise.reverso .imagem-analise.imagem-esquerda {
    margin-right: auto; /* Empurra a imagem para a esquerda */
    order: -1; /* Garante que ela fique antes do texto */
    padding-right: 20px; /* Espaçamento entre a imagem e o texto */
}

/* Estilo para a div que contém o texto */
.texto-analise {
    flex-grow: 1; /* Permite que o texto ocupe o espaço restante */
    /* Padding já está sendo controlado nas imagens */
}

/* Garante que o texto dentro dos cartões seja justificado ou alinhado */
.texto-analise p {
    text-align: justify; /* Ajuste se preferir left ou center */
    line-height: 1.6;
}


#analise-dados {
    padding: 80px 0;
    background-color: #0057b363; /* Usar o cinza claro para fundo */
}

.cartao-analise {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    gap: 40px;
    background-color: var(--card-background); /* Fundo branco para os cartões */
    padding: 30px;
    border-radius: 12px;
    box-shadow: var(--shadow-light);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cartao-analise:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

.cartao-analise.reverso {
    flex-direction: row-reverse;
}

.icone-analise {
    font-size: 4.5em; /* Ícones um pouco maiores */
    color: var(--secondary-color); /* Usar a cor de destaque */
    min-width: 120px;
    text-align: center;
}

.texto-analise h3 {
    font-size: 2em; /* Títulos maiores */
    margin-bottom: 15px;
    color: var(--primary-color);
}

.texto-analise p {
    font-size: 1.15em; /* Texto um pouco maior */
    line-height: 1.7;
    color: var(--text-color);
}

.chamada-para-acao {
    text-align: center;
    margin-top: 60px;
    padding: 40px;
    background-color: var(--primary-color); /* Fundo com cor primária */
    color: white;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.chamada-para-acao p {
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 30px;
}

.chamada-para-acao >.cta-button {
    background-color: var(--secondary-color);
    color: white;
    padding: 18px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.2em;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.chamada-para-acao .cta-button:hover {
    background-color: #1aaf83;
    transform: translateY(-5px);
}



/* Seção de Planos */
#planos {
    padding: 80px 0;
    background-color: var(--background-color);
}

.cards-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: nowrap;
}

.card {
    background: var(--card-background);
    border-radius: 12px;
    box-shadow: var(--shadow-light);
    padding: 35px;
    flex: 1;
    min-width: 235px;
    max-width: 350px;
    display: flex;
    flex-direction: column;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid black;
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

.card.featured {
    border-color: var(--secondary-color);
    box-shadow: 0 8px 20px rgba(32, 201, 151, 0.2);
}

.card-header h3 {
    font-size: 2em;
    margin: 0 0 10px;
    color: var(--primary-color);
}

.subtitle-plan {
    color: var(--text-color);
    margin-top: 5px;
    margin-bottom: 30px;
    font-size: 1em;
}

.features-list {
    list-style: none;
    padding: 0;
    text-align: left;
    flex-grow: 1;
    margin-bottom: 30px;
}

.features-list li {
    margin-bottom: 12px;
    padding-left: 30px;
    position: relative;
    font-size: 1.05em;
}

.features-list li:before {
    content: "✓";
    color: var(--secondary-color);
    font-weight: bold;
    position: absolute;
    left: 0;
    font-size: 1.2em;
}

.contract-button {
    background-color: var(--primary-color);
    color: white;
    padding: 15px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    margin-top: auto;
    transition: background-color 0.3s ease, transform 0.3s ease;
    display: block;
    font-size: 1.1em;
    border: none;
    cursor: pointer;
}

.contract-button:hover {
    background-color: #15253b;
    transform: translateY(-3px);
}

/* Seção Sobre Mim */
#quem-somos{
    padding: 80px 0;
    background-color: #0057b363;
}

.about-content {
    display: flex;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}

.about-image {
    flex: 1;
    min-width: 300px;
    max-width: 850px;
    text-align: center;
}

.about-image img {
    max-width: 100%;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.about-image img:hover {
    transform: scale(1.02);
}

.about-text {
    flex: 2;
    min-width: 300px;
}

.about-text p {
    margin-bottom: 15px;
    font-size: 1.1em;
    line-height: 1.8;
}

/* Section Portfolio */
.portfolio-section {
  padding: clamp(2rem, 6vw, 7rem) 5%;
  background: var(--cor7); /* ou cor clara se preferir */
  text-align: center;
}

.portfolio-section h2 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.portfolio-section p {
  margin-bottom: 2rem;
  color: #666;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  justify-items: center;
}

.portfolio-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: white;
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
  max-width: 400px;
  height: 280px;
}

.portfolio-card img {
  width: 100%;
  height: 250px;
  display: block;
  transition: transform .4s ease;
  
}

.portfolio-card:hover img {
  transform: scale(1.05);
}

.portfolio-card figcaption {
  background: #fff;
  text-align: center;
}

.portfolio-card h3 {
  font-size: 1.2rem;
  margin-bottom: .5rem;
  padding: 5px;
}

.portfolio-card a {
  display: inline-block;
  
  background: #0057b363;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  transition: background .3s ease;
}

.portfolio-card a:hover {
  background: #0056b3;
}
/* Estado inicial: invisível e levemente deslocado */
.portfolio-card {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

/* Estado final: visível e no lugar */
.portfolio-card.show-card {
  opacity: 1;
  transform: translateY(0);
}

/* Seção de Contato */
#contato {
    padding: 80px 0;
    background-color: #0057b363;
}

#contact-form {
    display: flex;
    flex-direction: column;
    max-width: 650px;
    margin: 0 auto;
    background-color: var(--card-background);
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

#contact-form label {
    margin-bottom: 8px;
    font-weight: 600;
    color: var(--primary-color);
}

#contact-form input, #contact-form textarea {
    padding: 15px;
    margin-bottom: 25px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    font-size: 1.05em;
    transition: border-color 0.3s ease;
}

#contact-form input:focus, #contact-form textarea:focus {
    border-color: var(--secondary-color);
    outline: none;
}

#submit-button {
    background-color: var(--primary-color);
    color: white;
    padding: 18px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1.1em;
    font-weight: 600;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

#submit-button:hover {
    background-color: #15253b;
    transform: translateY(-3px);
}

/* Rodapé */
footer {
    background-color: var(--primary-color);
    color: white;
    text-align: center;
    padding: 25px 0;
    font-size: 0.9em;
}

footer > .container > .imgrodape{
    width: 100px;
    height: 100px;
    border-radius: 5px;
    box-shadow: 5px 5px 10px 1px black;
}

