.bg-amarelo {
    background: var(--amarelo);
    padding: 50px;
    text-align: center;
}

.meio {
    display: flex;
    justify-content: center;
    align-items: center;
}

.meio h2 {
    font-size: 28px;
    color: var(--cinza-escuro);
    margin-bottom: 10px;
    font-weight: 600;
}

.meio p {
    font-size: 18px;
    color: var(--cinza-escuro);
    font-weight: 400;
}

.bg-cinza-escuro {
    background: var(--cinza-escuro);
    padding: 50px;
    color: white;
}

.titulo {
    font-size: 20px;
    color: white;
    font-weight: 400;
}

.jornada .uma {
    padding: 50px;
    text-align: center;
}

.jornada .uma h2 {
    font-size: 25px;
    margin-bottom: 10px;
}

.jornada .uma p {
    font-size: 18px;
    margin-bottom: 20px;
}
.jornada .uma .sub-titulo{
    font-size: 18px;
    font-weight: 600;
    color: var(--amarelo);
    text-transform: uppercase;
}
.marca {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 60px;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.marca .coluna-45 {
    text-align: center;
}

.marca .coluna-45 h3 {
    font-size: 25px;
    margin-bottom: 10px;
}

.segmentos {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 40px;
    color: white;
    font-size: 20px;
    font-weight: 800;
    border-bottom: 2px solid var(--amarelo);
    padding-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
}

.processo-um, .processo-dois {
    padding: 60px;
}

.icp {
    font-size: 20px;
    text-align: center;
    color: var(--amarelo);
    margin-top: 20px;
}

.proposta {
    padding: 60px;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.proposta .coluna-80 {
    text-align: center;
    border-bottom: 2px solid white;
    padding: 20px 0;
}

.proposta .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    padding: 20px;
    justify-items: center;
}

.pmf {
    color: var(--amarelo);
    font-size: 22px;
}

.road {
    font-size: 20px;
    font-weight: 800;
    border-bottom: 2px solid var(--amarelo);
    padding-bottom: 20px;
    text-align: center;
}

.frentes {
    display: flex;
    padding-top: 40px;
	    justify-content: space-around;
}

.processos {
    font-size: 18px;
    text-align: center;
}

.clientes {
    padding: 60px;
}

.clientes .titulo {
    color: var(--cinza-chumbo);
    font-size: 20px;
    font-weight: 400;
}

.depoimentos h2 {
    color: var(--cinza-escuro);
    font-size: 38px;
    font-weight: 800;
    padding: 60px 0;
}
.box-depoimento {
    padding: 40px;
}

.box-depoimento img {
    width: 50px;
    margin: 20px;
}

.box-depoimento p {
    font-size: 18px;
    color: var(--cinza-chumbo);
    font-weight: 400;
}

.box-depoimento .nome {
    font-size: 18px;
    color: var(--cinza-chumbo);
    margin-top: 20px;
}

.box-depoimento .cargo {
    font-size: 14px;
    color: var(--cinza-chumbo);
    margin-bottom: 20px;
}

.box-depoimento .assunto {
    font-size: 14px;
    color: var(--cinza-chumbo);
}

.box-depoimento:nth-child(odd) {
    flex-direction: column-reverse; 
    text-align: right;             
    align-items: flex-end;         
}

.bg-cinza-claro {
    background: var(--cinza-claro);
    padding: 50px;
    color: white;
    display: flex;
    justify-content: center;
}

.metodologia {
    background-color: var(--cinza-chumbo) ;
    border-radius: 20px ;
    padding: 80px 60px;
    width: fit-content;
}

.metodologia h2 {
    font-size: 25px;
    width: 50%;
    margin-top: 10px;
}


.box-metodo {
    margin: 40px;
}

.box:nth-child(odd), 
.box:nth-child(even) {
    padding: 60px 20px;
    color: var(--cinza-escuro);
    font-weight: 800;
    font-size: 20px;
    border-radius: 20px;
    margin-bottom: -30px;
    transition: transform 0.3s ease, margin-bottom 0.3s ease;
    position: relative;
}

.box:nth-child(odd) {
    background: var(--cinza-claro);
}

.box:nth-child(even) {
    background: var(--amarelo);
}

.box:hover {
    transform: translateY(-10px);
    margin-bottom: -30px;
}

.efeito {
    padding: 0 60px 60px;
}

.efeito .titulo {
    color: var(--cinza-escuro);
    margin-bottom: 20px;
}

.efeito h2 {
    font-size: 40px;
    color: var(--cinza-escuro);
    margin-bottom: 10px;
}

.efeito p {
    font-size: 16px;
    color: var(--cinza-escuro);
}

.grid-efeito {
    padding: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px 0;
}

.box-efeito {
    width: 48%;
}

.box-efeito h4 {
    font-size: 20px;
    line-height: 1.8; 
    display: inline;
    background-color: var(--amarelo);
    color: var(--cinza-escuro);
    padding: 4px 10px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.box-efeito p {
    margin: 20px 0;
    font-size: 16px;
    color: var(--cinza-escuro);
} 

.ajuda {
    padding: 60px;
    background: var(--cinza-claro);
    text-align: center;
    color: var(--cinza-escuro);
}

.ajuda h3 {
    font-size: 40px;
    margin-bottom: 20px;
}

.ajuda p {
    font-size: 18px;
    margin-bottom: 30px;
}

.ajuda a {
    font-size: 20px;
    color: var(--cinza-chumbo);
    background-color: var(--amarelo);
    padding: 12px 40px 8px;
    border-radius: 40px;
    text-decoration: none;
    border: 1px solid var(--cinza-chumbo);
    font-weight: 800;

}

/* LOGOS */


.secao-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; 
    margin: 0 auto;
    gap: 40px 0; 
    padding: 60px 0;
}

.item-logo {
    flex: 0 0 12.5%; 
    max-width: 12.5%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 80px; 
    box-sizing: border-box;
}

.item-logo img {
    max-width: 80%;
    max-height: 60px;
    height: auto;
    object-fit: contain;
}

/* --- DIVISÓRIAS --- */

.item-logo.logo-inicio::before {
    content: "";
    position: absolute;
    left: 0;
    top: 20%; /* Ajuste para a altura da linha */
    height: 60%; /* Tamanho da divisória vertical */
    width: 1px;
    background-color: #ccc;
}

.item-logo.logo-fim::after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background-color: #ccc;
}

@media (max-width: 1024px) {
    .item-logo { flex: 0 0 25%; max-width: 25%; } /* 4 por linha */
}

@media (max-width: 600px) {
    .item-logo { flex: 0 0 50%; max-width: 50%; } /* 2 por linha */
}

.banner .container {
    position: sticky;
}

.banner {
    position: relative;
    width: 100%;
    height: 70vh;       
    overflow: hidden;   
    display: flex;
    align-items: center;
}



.titulo-banner.coluna-50 {
    position: relative;
    z-index: 2; 
    color: #333333; 
}

.video-banner {      
    height: 70dvh;
    z-index: 1;
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    width: 60%;    
}

.bold {
    font-weight: bold;

}