.bg-header {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    padding: 24px;
    border-radius: 60px;
    background-color: #ff0000;
    background: linear-gradient(rgba(42, 31, 92, 0.6), rgba(33, 37, 92, 0.6)), url('/images/ksmob_img0.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

@media (min-width: 1024px) {
    .bg-header {
        padding: 32px;
    }
}

.logo {
    opacity: 90%;
}

.subtitulo {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: bold;
    color: rgb(212, 212, 212);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.proposito {
    font-family: 'Times New Roman', Times, serif;
    margin: 0 auto;
    padding: 24px;
    width: 90%;
}

h2 {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
}

p {
    font-size: 20px;
}

.solucoes {
    color: #000d36;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s ease-out, transform 1s ease-out;
    padding-top: 40px;
    padding-bottom: 40px;
}

.solucoes.ativo {
    opacity: 1;
    transform: translateY(0);
}

.diferenciais-lista p {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.6;
}

.diferenciais-lista p::before {
    color: #000d36;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .diferenciais-lista p {
        font-size: 16;
    }

    .diferenciais-lista p {
        font-size: 16px;
    }
}

.foto-s1{
    margin-top: 0;
}

.atividades-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.atividade {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
    padding: 20px;
    border-radius: 20px;
    background-color: #f5f5f5;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.atividade:hover {
    transform: translateY(-5px);
}

.atividade-icon {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 12px;
}

.titulo{
    font-size: 20px;
    font-weight: bold;
    color: #00360f;
    text-align: center;
}

.atividade-descricao {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}

.modulo {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    margin-bottom: 24px;
    gap: 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
}

.modulo-nome {
    flex: 1 0 220px;
    background-color: #3d5192;
    color: #fff;
    padding: 16px;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.modulo-descricao {
    flex: 3 1 600px;
    background-color: #f0f0f0;
    padding: 16px;
    font-size: 18px;
    line-height: 1.6;
    color: #1b1b1b;
}

.foto-s2{  
    margin-left: 55%;
    width: 40%;
    background: url('/svgs/ERP.svg'); 
    background-repeat: no-repeat;
 }

.selecao-solucoes{
    color: oklch(70.5% 0.213 47.604);
}