/* Rodapé ISCIM */

.iscim-footer {
    width: 100%;
    min-height: 70px;
    padding: 15px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    border-top: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.iscim-footer-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.iscim-footer-logo img {
    height: 45px;
    width: auto;
    display: block;
}

.iscim-footer-text {
    font-size: 14px;
    color: #555555;
}

.iscim-footer-text strong {
    color: #003366;
    font-weight: 700;
}

.iscim-footer-right a {
    font-size: 13px;
    color: #003366;
    text-decoration: none;
}

.iscim-footer-right a:hover {
    text-decoration: underline;
}
