body {
    background-image: url(/images/backgrounds/quixabeiras_sergipe-0872.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
}

body.Webkit-mob {
}

h1,
.h1,
h2,
.h2 {
    margin-top: 0;
}

img {
    max-width: 100%;
    height: auto;
}

fieldset + fieldset {
    margin-top: 30px;
}

article hr + h3 {
    margin-top: 0;
    font-size: 100%;
}

.iframe {
    border: 0;
}

.list-dash li::before {
    content: '\2013 ';
}

.list-rsaquo li::before {
    content: '\203A ';
}

.navbar-brand {
    height: 70px;
}

@media (max-width: 991px) {
    .navbar-brand {
        max-width: 80%;
    }
}

@media (min-width: 1200px) {
    .navbar-brand {
        height: 80px;
    }
}

.navbar-brand img {
    max-height: 100%;
}

.items-row {
    border-top: 1px solid #6C6D6F;
    padding: 1em 0;
}

.items-row.row-0 {
    border-top: 0;
}

.items-row p {
    /* margin-bottom: 0; */
}

.filters {
    margin-top: -38px;
}

.inside-page .body > .container {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: rgba(255,255,255,.9);
}

@media (min-width: 768px) {
    .inside-page .body > .container {
        padding-bottom: 115px;
        border-radius: 20px 20px 0 0;
    }
}

.dropdown-menu > li > .btn,
.dropdown-menu > li > .hasTooltip {
    display: block !important;
}

.dropdown-menu > li > .btn {
    padding: 3px 20px;
    width: 100%;
    text-align: left;
    color: #333;
}

.dropdown-menu > li > .btn:hover,
.dropdown-menu > li > .btn:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}


/*** Sections ***/
aside.right {
    display: none;
}

aside.right h3 {
    margin-top: 0;
    font-weight: 100;
    color: #7f8083;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.auxiliar h3 {
    margin-bottom: 30px;
}

.uff-header {
    border-bottom: 6px solid;
    padding: 5px 0;
    color: #fff;
}

.uff-header img {
    vertical-align: -1px;
}

.uff-header abbr,
.uff-header span {
    border: 0 solid #fff;
}

@media (max-width: 767px) {
    .uff-header img {
        vertical-align: -1px;
        height: 14px;
    }

    .uff-header abbr {
        display: inline-block;
        margin-left: 5px;
        border-left-width: 1px;
        padding-left: 5px;
        font-size: 75%;
    }

    .uff-header span {
        display: none;
    }
}

@media (min-width: 768px) {
    .uff-header img {
        float: right;
    }

    .uff-header abbr {
        display: none;
    }

    .uff-header span {
        display: block;
        margin-r