/***************************
FOOTER
**************************/
.footer {
    text-align:center;
    background:var(--dark);
    color:var(--dark-invert);
}
.sep{
    display:inline-block;
    margin:0 0.5rem;
}

footer .buttons{
    justify-content:center;
}
.footer p:not(:last-child) {
    margin: 0 0 1rem;
}

.footer p a:not(.button) {
    color: currentColor;
    text-decoration: none;
    display:inline-block;
}
.footer__legal a{
	padding:4px;
	display:inline-block;
}

.footer__info1 {
    padding: min(var(--padding-v), 3rem) var(--padding-h);
}

.footer__list{
    transform:translateX(-1rem);
    width:calc(100% + 2rem);
}
.footer__list:not(:last-child){
    margin: 0 0 1rem;
}

.footer__list li{
    display:inline-block;
    list-style:none;
    margin:0.25rem 1rem;
}
.footer__list li > i{
    margin-right:4px;
    color:var(--primary);
}


.footer__info2 {
    padding: 1rem var(--padding-h);
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 0.8rem;
    text-align: center;
}

.footer__title {

}

.footer__paxinas {
    margin: 12px 0 0;
}

.footer__paxinas a {
    display: block;
    color: #000;
    font: normal 12px/16px Arial;
    text-transform: uppercase;
    opacity: 0.3;
    background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0));
}



/* Estilos >= 600px */
@media screen and (min-width: 600px) {

}


/* Estilos >= 821px */
@media screen and (min-width: 821px) {
    .footer__info2 .footer__inner {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .footer__paxinas {
        margin: 0 0 0 24px;
    }
}

