.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(29, 63, 44, 0.6), rgba(29, 63, 44, 0.6)), url('/images/soy-plantation-2.png');
    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: #00360f;
    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: #1d3f2c;
    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: #118a41;
    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;
}

/*.caracteristicas-tecnicas {
    border-radius: 8px;
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    color: #1f2937;
    list-style-type: none;
    list-style-position: inside;
    line-height: 1.6;
}

.caracteristicas-tecnicas li + li {
    margin-top: 12px;
}*/

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

/*
 .versoes-container {
    display: flex;
    gap: 100px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 16px;
}

.card-versao {
    width: 380px;
    min-height: 250px;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    font-family: 'Segoe UI', sans-serif;
    flex-direction: column;
    justify-content: space-between;
}

.card-versao h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    text-align: center;
}

.card-versao p {
    font-size: 16px;
    line-height: 1.5;
}

.card-versao.light {
    background-color: #dae6e0;
    color: #1f2937;
}

.card-versao.light h3{
    color:#00360f;
}

.card-versao.full {
    background-color: #2e7d32;
    color: #ffffff;
}

.tabela-comparativa {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Segoe UI', sans-serif;
    font-size: 15px;
}

.tabela-comparativa thead tr:first-child th {
    background-color: #e3f2e1;
    font-weight: 600;
    font-size: 15px;
    color: #2f4f2f;
    border: 1px solid #d1d5db;
}

.tabela-comparativa thead tr:nth-child(2) th {
    background-color: #f0fdf4;
    color: #2f4f2f;
    font-weight: 500;
    border: 1px solid #d1d5db;
}

.tabela-comparativa td,
.tabela-comparativa th {
    border: 1px solid #d1d5db;
    padding: 12px;
    text-align: center;
}

.tabela-comparativa td:first-child {
    text-align: left;
    background-color: #f9fafb;
    font-weight: 500;
    color: #374151;
}

.tabela-comparativa tbody tr:nth-child(even) {
    background-color: #f3f4f6;
}

.espacamento{
    margin-top: 80px;
}

tr.nivel-1 td {
    font-size: 16px;
    font-weight: bold !important;
    background-color: #f3f4f6;
}

tr.nivel-2 td {
    font-size: 14px;
    font-weight: 600  !important;
    background-color: #f9fafb;
}

tr.nivel-3 td {
    font-size: 14px;
    font-weight: 400  !important;
    color: #374151;
}
*/
.selecao-solucoes{
    color: oklch(70.5% 0.213 47.604);
}