﻿
.proin-footer {
    background: #0f2b52;
    color: #cbd5e1;
    width: 100%;
    text-align: left;
    padding: 60px 0 40px;
    font-size: 14px;
}


    .proin-footer .container {
        padding-left: 0;
        padding-right: 0;
    }

    .proin-footer .row {
        display: flex;
        justify-content: space-between;
        gap: 100px;
        flex-wrap: nowrap;
    }



.proin-footer-titulo {
    font-size: 15px; 
    font-weight: 700;
    color: #fff;
    margin-bottom: 18px;
}



.proin-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-left: -15px;
}

    .proin-footer-links li {
        width: 100%;
    }

    .proin-footer-links a {
        color: #a0aec0;
        font-size: 13px;
        text-decoration: none;
        display: block;
        width: 100%;
        line-height: 1.3;
        transition: 0.2s ease;
    }

        .proin-footer-links a:hover {
            color: #fff;
            transform: translateX(3px);
        }



.proin-footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    color: #fff;
}

    .proin-footer-logo strong {
        font-size: 20px;
    }

    .proin-footer-logo span {
        font-size: 11px;
        color: #718096;
        border-left: 1px solid #2d3748;
        padding-left: 10px;
        line-height: 1.2;
    }



.proin-footer-texto {
    font-size: 14px;
    line-height: 1.6;
    color: #cbd5e0;
    margin-bottom: 25px;
    max-width: 420px;
}



.proin-footer-redes {
    display: flex;
    gap: 10px;
}

    .proin-footer-redes a {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background: rgba(255,255,255,0.1);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        text-decoration: none;
        transition: 0.2s;
    }

        .proin-footer-redes a:hover {
            background: #2b6cb0;
        }



.proin-footer .container {
    padding-left: 0;
    padding-right: 0;
}

.proin-footer .row {
    margin-left: 0;
    margin-right: 0;
}

.proin-footer .col-md-4:last-child {
    margin-left: -140px;
}


.proin-subfooter {
    background: #0f2b52;
    color: #cbd5e1;
    font-size: 13px;
    padding: 14px 0;
    border-top: 1px solid #000;
}

.proin-subfooter-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.proin-subfooter-right {
    display: flex;
    gap: 28px;
}

    .proin-subfooter-right a {
        color: #cbd5e1;
        text-decoration: none;
        transition: .2s;
    }

        .proin-subfooter-right a:hover {
            color: #fff;
        }
