/* Estilos Gerais */
body {
    font-family: Arial, sans-serif;
}

.bg-primary {
    background-color: #6a0dad !important;
    color: white;
}

header h1 {
    font-size: 2.5rem;
}

header p {
    font-size: 1.2rem;
}

header p.lead {
    font-weight: bold;
}

/* Estilos da Navegação */
.navbar {
    margin-bottom: 50px;
    display: none;
}

/* Estilos da Seção de Serviços */
section h2 {
    margin-bottom: 30px;
    font-size: 2rem;
    font-weight: bold;
    color:  #6a0dad;
}

section.bg-primary h2 {
    color:  #ffffff;
}

section .col-md-4 {
    margin-bottom: 20px;
}

/* Estilos da Seção de Contato */
.contact-info {
    font-size: 0.9rem;
}

.contact-info a {
    color: #ffffff;
}

/* Estilos do Rodapé */
footer {
    background: #f8f9fa;  /* Cor de fundo clara do Bootstrap */
    color: #212529;       /* Cor de texto padrão do Bootstrap */
    padding: 15px;
}

footer p {
    margin: 0;
}

.tech-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.tech-logo {
    width: 100px;
    height: 35px;
}
