.footer .nav .nav-link {
    background: #00bff2;
    color: #fff;
    margin-bottom: 10px;
    padding: .2rem 1rem;
    transition: .3s ease
}

/* .footer .cont-info-foot {
    max-width: 255px;
} */

/* .footer .nav {
    max-width: 255px;
} */

.footer .nav .nav-link:hover {
    background: #004a8e;
}

/* .footer .logo-footer {
    max-width: 160px;
} */

/* .footer .info-foot {
    max-width: 200px;
} */

.footer .h3-foot {
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    display: block;
}

.footer .phone-foot {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    background: #00bff2;
    padding: 10px; 
}

.footer .ass-foot {
    font-size: .875em;
}

.logo-footer .mb-4 img{
	max-width: 100%;
}