/* @media only screen and (min-width: 1300px) {
    .top-buffer {
        margin-top: 0;
    }
} */

/* .imgFooter {
    width: 128px;
} */

.img-link-footer .imgFooter {
    width: 128px; /* ajusta el tamaño */
    transition: transform 0.3s ease;
}

.img-link-footer:hover .imgFooter {
    transform: scale(1.1); /* crecimiento al pasar el mouse */
}

.seguroVidaPdfLink {
    margin-left: 25px;
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
