.exportar {
display: flex;
align-items: center;
text-align: right;
color: #333;
}

.exportar form {
display: flex;
}

.exportar form select {
margin-right: 5px;
padding: 2px 16px 5px 16px;
width: 70px;
text-align: center;
}

.exportar form input {
padding: 6px 10px 4px 10px;
width: 70px;
text-align: center;
}

.exportar strong,
.exportar i,
.exportar a {
margin-right: 5px;
}

.exportar a {
color: rgba(0,0,0,.3);
transition: 0.3s;
}

.exportar a.active,
.exportar a:hover {
text-decoration: underline;
color: #333;
transition: 0.3s;
}

.span6.full-mobile {
display: flex !important;
}

.span6.full-mobile:last-child {
justify-content: right !important;
}

.span6.full-mobile div {
margin-right: 15px;
}

.span6.full-mobile div:last-child,
.span6.full-mobile div:nth-last-child(2) {
margin-right: 0;
}

.exportar-float-left {
float: left;
}

.exportar-float-right {
float: right;
}

.exportar-clear {
clear: both;
}

.exportar-page {
}

.exportar-page-logo img {
display: block;
margin: 30px auto 10px auto;
max-width: 350px;
}

.exportar-page-titulo h3 {
display: block;
margin: auto auto 14px auto;
}

.exportar-page-info h3 {
display: block;
padding: 0;
margin: 0;
font-size: 1.17em;
text-align: center;
}

/* Mobile */

@media only screen and (max-width: 980px) {

    .span6.full-mobile {
    display: block !important;
    }

    .exportar {
    margin: -10px auto 20px auto;
    display: block;
    }

    .exportar-float-left,
    .exportar-float-right {
    float: none;
    display: flex;
    justify-content: center;
    }

}