
/* Medium and up until for 640px */
@media screen and (min-width: 40em) {
    .row.no-mobile-640 {
     	display: none !important;
	}
	.mobile-menu-footer {
    	display: inherit !important;
	}
}
/* Small only until for 639px */
@media screen and (max-width: 39.9375em) {
    .row.no-mobile-640 {
     	display: none !important;
	}
	.mobile-menu-footer {
    	display: inherit !important;
	}
}
/* Medium only  640px and 1023px*/
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .row.no-mobile-640 {
     	display: inherit !important;
	}
	.mobile-menu-footer {
    	display: none !important;
	}
}
/* Large and up  1024px*/
@media screen and (min-width: 64em) {
	.row.no-mobile-640 {
     	display: inherit !important;
	}
	.mobile-menu-footer {
    	display: none !important;
	}
}
.footer-nav {
    margin-top: 4rem;
    align-items: center;
    background-color: #F9F8FB;
    padding-left: 2rem;
    padding-right: 2rem;
    border-top: 1px solid #ede9f4;
    padding-top: 1rem;
    width: 100%;
    justify-content: center;
    flex-direction: column;
}
hr.line-footer {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 1px dotted #DFE0E2;
    width: 100%;
    float: left;
	clear: both;
    max-width: 100%;
}
.footer-nav-right {
    float: right;
}
footer > .row {
    max-width: 100%;
}
footer .row .columns {
    margin: 0;
    padding: 0;
}
ul.lista-links-footer-unesc {
    list-style: none;
    margin-left: 0;
}
.lista-links-footer-unesc li a {
    color: #72707C;
    font-size: 0.8125rem;
}
.lista-links-footer-unesc li a:hover {
    color: #bfb9c1;
}
h6.endereco-unesc {
    float: left;
    width: 100%;
    font-size: 0.8125rem;
    margin-top: 1rem;
    color: #72707C;
}
.institucional-brands {
    margin-bottom: 2rem;
    display: inline-block;
}
.institucional-brands ul {
    width: 100%;
    display: inline-block;
	margin: 0;
}
.institucional-brands ul li {
    display: inline-block;
    align-items: center;
    width: 10rem;
    text-align: center;
}
.institucional-brands ul li img {
    width: 6rem;
}
.brand-unesc {
    opacity: 1.0;
    width: 3rem;
    float: left;
    transition: ease-in-out 0.2s;
}
