/*##### FOOTER STYLES #####*/
footer {
    background-color: var(--main) !important;
    color: white;
}

.footer-logo {
    width: 250px;
}

footer h5 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 1.2rem;
}

footer p,
footer a {
    font-size: 1rem;
    line-height: 1.5;
}

footer .list-inline-item a {
    font-size: 1.2rem;
}

.mastercard-icon,
.visa-icon {
    width: 30px;
    height: 30px;
}

.social li img {
    max-width: 30px;
    max-height: 30px;
    min-width: 20px;
    min-height: 20px;
}

.per-slogan {
    max-width: 250px;
}

#mini-footer {
    background-color: var(--main-dark);
    height: 68px;
    display: flex;
}


@media only screen and (max-width: 992px) {
    .mini-footer {
        justify-content: center;
    }


    .mini-footer-links {
        display: none;
    }
}

@media only screen and (max-width: 768px) {

    .corporate,
    .resources {
        display: none;
    }
}
