html {
    position: relative;
    min-height: 100%;
}

button {
    cursor: pointer;
}

* { outline: none !important; }
a { word-break: break-word !important; }

input, textarea {
    outline: none !important;
    box-shadow: none !important;
}

.flag-icon {
    font-size: 24px;
}

.btn-flag {
    opacity: 0.07;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    background-position: center center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    -webkit-filter: grayscale(75%);
    filter: grayscale(75%);
}

.btn-label {
    z-index: 1;
}

div.language {
    display: block;
}

div.setor {
    display: none;
}
