#header .social {
    margin: 0;
}

#header .social li {
    margin-left: 10px;
}

#header .fullmenu {
    background-color: #959595;
}

#header .fullmenu.style1 .sf-menu>li>a {
    color: #000
}

#header .fullmenu.style1 .site-menu ul li.current>a  {
    background-color: #656565;
    color: #fff
}

#header .fullmenu.style1 .sf-menu>li {
    border-right: 1px solid #959595;
    border-left: 1px solid #959595;
}

#header .fullmenu.style1 .site-menu ul>li>a:hover, #header .fullmenu.style1 .site-menu ul li.current>a {
    background-color: #656565;
}

#header .site-menu ul ul li a {
    background-color: #656565;
}

.content-text p {
    font-size: 20px; 
    line-height: 1.5em; 
    text-align: center;
}

.valores-corporativos {
                background: #f8fafd;
                padding: 60px 0 40px 0;
            }
            .valores-title {
                text-align: center;
                font-size: 2.5rem;
                color: #1a237e;
                margin-bottom: 40px;
                font-weight: 700;
                letter-spacing: 1px;
            }
            .valores-row {
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
                gap: 30px;
            }
            .valor-item {
                background: #fff;
                border-radius: 16px;
                box-shadow: 0 4px 24px rgba(30, 34, 90, 0.07);
                padding: 32px 24px;
                text-align: center;
                transition: box-shadow 0.3s;
                margin-bottom: 24px;
            }
            .valor-item:hover {
                box-shadow: 0 8px 32px rgba(30, 34, 90, 0.15);
            }
            .valor-icon img {
                width: 64px;
                height: 64px;
                margin-bottom: 18px;
                filter: drop-shadow(0 2px 8px rgba(30, 34, 90, 0.10));
            }
            .valor-item h4 {
                font-size: 1.8rem;
                color: #012257;
                margin-bottom: 12px;
                font-weight: 600;
            }
            .valor-item p {
                color: #999;
                font-size: 1.5rem;
                line-height: 1.6;
            }
            @media (max-width: 991px) {
                .valores-row {
                    flex-direction: column;
                    align-items: center;
                }
                .valor-item {
                    width: 80%;
                }
            }