﻿.contactos-section {
    padding: 50px 0;
    background: #f3f5f9;
}

.titulo-contactos {
    text-align: center;
    margin-bottom: 35px;
}

    .titulo-contactos h2 {
        font-size: 32px;
        font-weight: 700;
        color: #1d2b3a;
        margin-bottom: 8px;
    }

    .titulo-contactos p {
        color: #6b7280;
        font-size: 15px;
    }
