/* =================================== */
/* Estilos Adicionais para Página Sobre Nós  */
/* =================================== */

/* Seção de Diferenciais */
.diferencial-item {
    background: #FFFFFF;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
    transition: 0.3s;
    height: 100%;
}

.diferencial-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
}

/* Seção de Chamada para Ação (CTA) */
.cta-section {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}