* {
    margin: 0;
    padding: 0;
    outline: none;
    font-style: inherit !important;
    font-weight: inherit !important;
}

h1, h2, h3, h3, h4, h5, h6, p, a, span, li, sub, sup, small, table, label, .notificacao {
    font-family: Arial;
    text-decoration: none;
    font-weight: normal;
}

header, nav, menu, section, article, aside, footer, ul, ol, img, form {
    display: block;
}

ul {
    list-style: disc inside;
}

ol {
    list-style: decimal inside;
}

a, img, input {
    border: none;
}

strong, b, .strong {
    font-weight: bold !important;
}

em, i, .italic, cite, dfn {
    font-style: italic;
}

.no-bullet {
    list-style: none;
}

.icon:after, .icon:before {
    padding: 0 !important;
    margin: 0 !important;
}

.editor {
    font-family: Arial;
    font-size: 14px;
    color: #000;
    line-height: 24px;
}

    .editor table img {
        float: none;
    }

    .editor hr {
        margin: 10px 0;
    }

    .editor ul, .editor ol {
        margin: 0;
        padding-left: 20px;
    }

    .editor ul {
        list-style: disc inside;
    }

    .editor ol {
        list-style: decimal inside none;
    }

    .editor img, .editor figcaption {
        display: block !important;
        max-width: 100%;
    }

    .editor img, .editor figure {
        float: left;
    }

    .editor img {
        margin: 14px;
    }

    .editor figcaption {
        padding: 0 10px;
        display: block;
    }

    .editor figure {
        margin: 14px;
        padding-top: 15px;
    }

        .editor figure > img {
            margin: 0;
            float: none;
        }

    .editor .descricao {
        margin: 10px 0;
        font-size: 16px;
        font-weight: bold !important;
        color: #fff;
    }

    .editor .creditos {
        font-size: 11px;
        color: #fff;
        font-style: italic !important;
        text-align: right;
    }

    .editor a {
        font-size: 14px;
        color: #a1082c;
        text-decoration: underline;
    }

    .editor h1, .editor h2, .editor h3, .editor h3, .editor h4, .editor h5, .editor h6 {
        margin: 0;
        padding: 0;
        font-weight: bold;
        text-transform: none;
    }

    .editor h1 {
        font-size: 23px;
    }

    .editor h2, .editor h3 {
        font-size: 21px;
    }

    .editor h3 {
        font-size: 19px;
    }

    .editor h4 {
        font-size: 17px;
    }

    .editor h5 {
        font-size: 15px;
    }

    .editor h6 {
        font-size: 14px;
    }

    .editor iframe {
        display: block;
        width: 100%;
    }

header .addthis_button_compact, header .menu-link:after, .ico-facebook, .ico-twitter, .ico-rss, .list-contato-item:before, .form-newsletter-icon, .toolbar-container .addthis_button_compact, .innerFooter .ico-mail, .innerFooter .ico-rss, .innerFooter .ico-podcast {
    
background: url(../images/spriteIcons.png);

}

.margin-top-20 {
    display: block;
    margin-top: 20px;
}

body {
    background: url(../images/bgBody.png) center top no-repeat;
    background-color: #f5f5f5;
}

    body.bg-sur {
        background: url(../images/bgBody-sur.png) center top no-repeat;
        background-color: #f5f5f5;
    }

h2, h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold !important;
    font-size: 25px;
}

h3 {
    font-size: 15px;
}

.hr {
    height: 1px;
    border: 0;
    background: #a1082c;
    margin: 30px 0;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.clear {
    width: 100%;
    height: 1px;
    clear: both;
}

.block {
    display: block;
    overflow: hidden;
}

.breadcrumb, .wrapper, .menu-projeto {
    margin: auto;
    width: 940px;
}

.container {
    overflow: hidden;
}

.sub-titulo, .destaques-noticias-title {
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold !important;
    font-size: 18px;
    color: #a1082c;
    letter-spacing: -1px;
}

.link, .listar-todas {
    font-size: 12px;
    color: #a1082c;
    text-decoration: underline;
}

.listar-todas {
    float: right;
    text-decoration: none;
}

    .listar-todas i {
        font-size: 20px;
    }

.destaques-noticias .listar-todas {
    position: absolute;
    bottom: 0;
    right: 0;
}

.list {
    overflow: hidden;
}

.btn-listagem {
    margin-top: 15px;
    padding: 7px 10px 7px 30px;
    display: inline-block;
    border-radius: 3px 3px 3px 3px;
    background: #a1082c;
    position: relative;
    font-size: 12px;
    color: #fff;
}

    .btn-listagem:before {
        position: absolute;
        top: 7px;
        left: 10px;
        font-family: "fontello";
        font-size: 15px;
        content: "\e80a";
    }

    .btn-listagem:hover, .call-for-papers:hover {
        background: #890725;
        box-shadow: inset 0 2px 2px 0 #70061f;
    }

.flag-dossie {
    display: block;
    width: 56px;
    height: 55px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/flag-dossie.png) center no-repeat;
    z-index: 10;
}

.integra-podcast {
    position: relative;
}

    .integra-podcast:before {
        content: "\e800";
        padding: 3px 2px !important;
        display: block;
        width: 16px;
        border-radius: 100% 100% 100% 100%;
        border: 2px solid transparent;
        position: absolute;
        top: -4px;
        right: -30px;
        font-family: "fontello";
        font-size: 12px;
        text-align: center;
    }

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-70 {
    margin-top: 70px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.data, .list-noticias-data, .list-busca-data {
    padding: 0 5px;
    display: block;
    float: left;
    position: relative;
    font-size: 11px;
    color: #fff;
}

    .data:after, .list-noticias-data:after, .list-busca-data:after {
        content: "";
        border: solid transparent;
        border-color: transparent;
        border-width: 7px;
        position: absolute;
        top: 0;
        right: -14px;
    }

.link-buttom {
    padding: 5px 10px;
    border-radius: 20px/20px;
    display: inline-block;
    background: #a1082c;
    font-family: 'Roboto', sans-serif;
    font-weight: bold !important;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

    .link-buttom:hover {
        background: #b90933;
    }

.position-relative {
    position: relative;
}

.cor-vermelho {
    color: #a1082c;
}

.wrapper-sur {
    background: -webkit-linear-gradient(top, #4f5557 0%, #4f5557 10%, #fff 9%, #fff 100%);
}

.aside-sur {
    margin-top: 35px;
}

.aside-str {
    margin-top: 135px !important;
}

.banner-aside-str {
    margin-top: 20px;
    padding: 20px 10px;
    display: block;
    border-radius: 2px;
    background-color: #000;
    font-size: 14px;
    color: #fff;
}

.banner-aside-str-lista {
    margin-top: 20px;
    padding: 20px 10px 20px 40px;
    border-radius: 2px;
    background: url(../images/ico-list.png) 10px center no-repeat;
    background-color: #000;
    font-size: 14px;
    color: #fff;
}

header {
    margin-bottom: 20px;
    padding-top: 10px;
    height: 135px;
}

    header .container {
        position: relative;
        overflow: inherit;
    }

    header .addthis_button_compact {
        width: 28px;
        height: 28px;
        background-position: -30px -64px;
        background-repeat: no-repeat;
    }

        header .addthis_button_compact .at16nc {
            width: 28px;
            height: 28px;
            background: none;
        }

    header .f-right {
        width: 575px;
    }

    header .menu {
        margin-top: 100px;
        float: right;
    }

    header .menu-item {
        display: inline-block;
    }

        header .menu-item:hover .menu-sub {
            height: auto;
        }

            header .menu-item:hover .menu-sub-item, header .menu-item:hover .menu-sub:before {
                display: block;
            }

    header .menu-link {
        margin-left: 25px;
        padding: 5px 25px 5px 0;
        display: block;
        position: relative;
        cursor: pointer;
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
        color: #a1082c;
        text-transform: uppercase;
    }

        header .menu-link:after {
            content: "";
            display: block;
            width: 17px;
            height: 17px;
            background-position: -59px -44px;
            background-repeat: no-repeat;
            position: absolute;
            top: 6px;
            right: 0;
        }

.menu-sub {
    /* width: 100px; */
    height: 0;
    border-radius: 3px 3px 3px 3px;
    background: #a1082c;
    position: absolute;
    /* left: 0; */
    z-index: 10;
    box-shadow: 0 3px 5px rgba(0,0,0,0.4);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

    .menu-sub:before {
        margin: -15px 0 0 -60px;
        display: none;
        border: solid transparent;
        border-color: transparent;
        border-bottom-color: #a1082c;
        border-width: 10px;
        position: absolute;
        content: "";
    }

.menu-item-quem-somos .menu-sub:before {
    left: 66%;
}

.menu-item-acoes .menu-sub:before {
    left: 82%;
}

.menu-item-contato .menu-sub:before {
    left: 84%;
}

.menu-sub-item {
    margin: 0 5px;
    display: none;
    /* float: left; */
}

.menu-sub-link {
    margin: 3px 0;
    padding: 5px 8px 5px 25px;
    display: block;
    border-radius: 3px 3px 3px 3px;
    position: relative;
    font-size: 13px;
    color: #fff;
}

    .menu-sub-link:hover {
        background: #890725;
        text-shadow: 0 1px 1px rgba(0,0,0,0.5);
    }

    .menu-sub-link:before {
        position: absolute;
        left: 10px;
        top: 7px;
        content: "\e808";
        font-family: "fontello";
    }

#logo {
    display: block;
    width: 290px;
    height: 133px;
}

.logo-pt {
    background: url(../images/logoConectas-pt.jpg) center no-repeat;
}

.logo-en {
    background: url(../images/logoConectas-en.jpg) center no-repeat;
}

.logo-es {
    background: url(../images/logoConectas-es.jpg) center no-repeat;
}

.social-network {
    overflow: hidden;
    position: absolute;
    top: 15px;
    left: 365px;
}

.social-network-icon {
    margin-right: 5px;
    display: block;
    width: 28px;
    height: 28px;
    float: left;
}

.ico-facebook {
    background-position: 0 -35px;
    background-repeat: no-repeat;
}

.ico-twitter {
    background-position: -30px -35px;
    background-repeat: no-repeat;
}

.ico-rss {
    background-position: 0 -64px;
    background-repeat: no-repeat;
}

.form-busca-header {
    padding: 5px;
    display: block;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #ddd;
    background: #fff;
    position: absolute;
    top: 11px;
    left: 632px;
}

.form-busca-input {
    padding: 3px 0;
    width: 170px;
    float: left;
}

.form-busca-button {
    padding: 2px 5px;
    border: none;
    background: transparent;
    cursor: pointer;
    float: left;
    color: #a1082c;
}

.idiomas {
    position: absolute;
    top: 19px;
    right: 0;
}

.idiomas-item {
    float: left;
}

.idiomas-link {
    padding: 2px 5px;
    display: block;
    font-size: 12px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

section .wrapper {
    overflow: hidden;
    background-color: #fff;
}

section .box-middle {
    margin: 0 16px;
}

.section-home .wrapper {
    background-color: transparent;
    overflow: visible;
}

.breadcrumb {
    margin-bottom: 10px;
    overflow: hidden;
}

.breadcrumb-item, .breadcrumb-link {
    font-size: 11px;
    color: #000;
}

.breadcrumb-item {
    margin-right: 10px;
    padding-left: 10px;
    float: left;
    position: relative;
}

    .breadcrumb-item:before {
        content: ">";
        position: absolute;
        top: -3px;
        left: 0;
        font-size: 15px;
        color: #ff8a00;
    }

.breadcrumb-link {
    font-weight: bold;
}

#banner-principal {
    margin: auto;
    margin-bottom: 20px;
    padding-bottom: 27px;
    height: 332px;
    overflow: hidden;
    position: relative;
    background: url(../images/shadowBannerPrincipal.jpg) left bottom no-repeat;
}

.banner-principal-full {
    max-width: 498px;
}

#banner-principal-legenda {
    width: 452px;
    height: 332px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
}

    #banner-principal-legenda .active {
        margin-left: 0;
        border-left: 10px solid #ffc000;
        background: #ad0c32;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ad0c32", endColorstr="#ad0c32",GradientType=0 );
        box-shadow: none;
    }

.banner-principal-item {
    margin-left: 10px;
    overflow: hidden;
    background: linear-gradient(#ad0c32, #910324);
    background: -webkit-linear-gradient(#ad0c32, #910324);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ad0c32", endColorstr="#910324",GradientType=0 );
    box-shadow: inset 0 5px 10px rgba(0,0,0,0.3);
}

    .banner-principal-item:hover {
        background: #ad0c32;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ad0c32", endColorstr="#ad0c32",GradientType=0 );
        cursor: pointer;
    }

    .banner-principal-item a {
        padding: 13px 10px 13px;
        display: block;
        height: 57px;
    }

.banner-principal-thumbnail {
    margin: 5px 10px 0 0;
    width: 65px;
    height: 50px;
    float: left;
}

.banner-principal-item-title {
    margin-bottom: 5px;
    display: block;
    width: 340px;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-weight: bold !important;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

.banner-principal-item-descricao {
    display: block;
    width: 347px;
    overflow: hidden;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #fff;
    line-height: 14px;
}

.destaques-noticias {
    padding-bottom: 30px;
    position: relative;
}

.destaques-noticias-item {
    margin-bottom: 40px;
    display: inline-block;
    width: 300px;
    background: #fff;
    vertical-align: top;
    position: relative;
}

    .destaques-noticias-item:hover .destaques-noticias-title {
        color: #fff;
    }

    .destaques-noticias-item:hover .destaques-noticias-icon, .destaques-noticias-item:hover .list-edicoes-anteriores-icon {
        color: #fff;
        border-color: #fff !important;
    }

    .destaques-noticias-item:hover .destaques-noticias-descricao {
        color: #fff;
    }

    .destaques-noticias-item:after {
        content: "";
        display: block;
        width: 100%;
        height: 18px;
        background: url(../images/shadow-destaques-noticias-home.jpg) left top no-repeat;
        position: absolute;
        left: 0;
        bottom: -18px;
    }

.destaques-noticias-link {
    display: block;
}

.destaques-noticias-thumbnail {
    position: relative;
}

.destaques-noticias-thumbnail-inner {
    max-width: 100%;
    border-bottom: 7px solid transparent;
}

.destaques-noticias-categoria {
    padding: 5px 10px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 9px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.destaques-noticias-detalhes {
    padding: 15px;
    min-height: 160px;
    position: relative;
}

.destaques-noticias-title {
    display: block;
    width: 87%;
    max-height: 95px;
    overflow: hidden;
    font-weight: normal;
}

.destaques-noticias-icon, .list-edicoes-anteriores-icon {
    padding: 2px;
    display: block;
    width: 16px;
    border-radius: 100% 100% 100% 100%;
    border: 2px solid transparent;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 12px;
    text-align: center;
}

.destaques-noticias-descricao {
    display: block;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #000;
}

.destaques-noticias-small .destaques-noticias-item {
    width: 220px;
    box-shadow: inset 0 0 20px #ddd;
}

    .destaques-noticias-small .destaques-noticias-item:after {
        content: "";
        background: url(../images/shadow-destaques-noticias.png) left top no-repeat;
        bottom: -18px;
    }

.destaques-noticias-small .destaques-noticias-title {
    min-height: 63px;
    font-size: 16px;
}

.destaques-header {
    display: block;
    width: 100%;
    height: 53px;
    margin-bottom: 10px;
    background: url(../images/cabecalho-sur-home.jpg) center top no-repeat;
}

.destaques-noticias-2 {
    margin-bottom: 20px;
    padding: 0 0 27px;
    overflow: hidden;
    position: relative;
}

    .destaques-noticias-2:before {
        width: 100%;
        height: 27px;
        background: url(../images/shadowBannerPrincipal.jpg) center top no-repeat;
        position: absolute;
        bottom: 0;
        left: 0;
        content: " ";
    }

.destaques-noticias-2-link {
    display: block;
}

.destaques-noticias-2-thumb, .destaques-noticias-2-content {
    float: left;
}

.destaques-noticias-2-thumb {
    width: 320px;
}

.destaques-noticias-2-content {
    padding: 10px 25px;
    width: 620px;
    height: 125px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #ffc40f;
}

.destaques-noticias-2-title {
    margin-bottom: 16px;
    color: #a1082c;
    font-size: 16px;
    text-transform: uppercase;
}

.destaques-noticias-2-label {
    max-height: 70px;
    overflow: hidden;
    color: #000;
    font-size: 12px;
    line-height: 14px;
}

.share {
    padding: 0 10px 10px;
    height: 25px;
}

    .share .box {
        width: 100px;
        height: 20px;
        float: left;
    }

.container-colunas {
    margin-top: 30px;
}

    .container-colunas .box {
        width: 450px;
    }

#tabs {
    overflow: hidden;
}

    #tabs .box {
        width: 48%;
    }

.ui-widget-content {
    border: none !important;
    background: none !important;
}

.ui-tabs, .ui-tabs-nav {
    padding: 0 !important;
}

.ui-widget-header {
    border: none !important;
    background: none !important;
}

.ui-state-default a {
    padding: 12px 25px !important;
    font-size: 13px !important;
    font-weight: bold !important;
}

.ui-tabs-panel {
    padding: 15px 5px 5px !important;
    overflow: hidden;
    border: 1px solid #ddd !important;
    background: #fff !important;
}

.tabs {
    margin-bottom: 20px;
}

.list-item {
    padding-left: 25px;
    overflow: hidden;
    position: relative;
}

    .list-item:first-child {
        margin-top: 0;
    }

    .list-item:after {
        margin-top: -6px;
        border: solid transparent;
        border-color: transparent;
        border-left-color: #0b658f;
        border-width: 6px;
        position: absolute;
        top: 50%;
        left: 5px;
        content: "";
    }

.list-link {
    padding: 7px 0;
    display: block;
    width: 385px;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #444;
}

.list-date, .projeto-clipping-fonte {
    display: inline-block;
    font-size: 11px;
}

.list-descricao {
    display: block;
}

.list-publicacoes-item {
    margin-top: 20px;
    overflow: hidden;
}

    .list-publicacoes-item:first-child {
        margin-top: 0;
    }

.list-publicacoes-title {
    padding: 16px 0 15px 20px;
    display: inline-block;
    width: 130px;
    background: #eee;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: bold !important;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

    .list-publicacoes-title:after {
        border: solid transparent;
        border-color: transparent;
        border-left-color: #eee;
        border-width: 24px;
        position: absolute;
        top: 0;
        left: 100%;
        content: "";
    }

.list-publicacoes-descricao {
    display: block;
    width: 260px;
    float: right;
    font-size: 12px;
    color: #444;
    line-height: 18px;
}

article {
    margin: 10px 0 10px 10px;
    width: 700px;
    float: left;
}

.title-page {
    margin-bottom: 30px;
    display: block;
    clear: both;
    color: #a1082c;
}

    .title-page .subtitle {
        margin-top: 10px;
        color: #000;
    }

.subtitle {
    font-weight: normal;
    font-size: 14px;
}

.box-resenha {
    margin-bottom: 20px;
    padding: 15px;
    background: #F7F7F7;
    border-radius: 5px;
    border: #eee 1px solid;
    font-weight: normal;
    font-size: 14px;
}

.destaque {
    margin: 25px 0;
    padding: 20px;
    background-color: #fdd600;
}

.destaque-title {
    font-size: 25px !important;
}

.destaque-projeto-sur h2, .destaque-projeto-sur h3 {
    font-size: 35px;
}

.destaque-projeto-sur h3 {
    font-size: 23px;
}

.destaque-content {
    margin-top: 20px;
    overflow: hidden;
}

.destaque-content-thumbnail {
    margin: 0 20px 20px 0;
    max-width: 345px;
    float: left;
}

.destaque-content-title {
    margin-bottom: 25px;
    font-size: 23px;
    color: #000;
    font-weight: normal;
    text-transform: none;
}

.destaque-outras-noticias {
    margin-top: 20px;
    overflow: hidden;
}

    .destaque-outras-noticias .box {
        padding: 15px;
        width: 285px;
        background: #fff;
        float: right;
    }

        .destaque-outras-noticias .box:first-child {
            float: left;
        }

        .destaque-outras-noticias .box:hover {
            background: rgba(255,255,255,0.8);
        }

    .destaque-outras-noticias .editor {
        font-size: 14px;
        line-height: 14px;
    }

.destaque-outras-noticias-thumbnail {
    margin-right: 10px;
    float: left;
}

.destaque-outras-noticias-title {
    font-size: 16px;
    color: #ff8a00;
}

.container-media {
    margin: 20px 0;
    padding: 30px 0;
    overflow: hidden;
    border-top: 1px solid rgba(0,0,0,0.3);
}

    .container-media h2, .container-media h3 {
        color: #000 !important;
    }

.container-media-video {
    margin-left: 30px;
    float: right;
}

.container-media-image-small {
    margin-right: 30px;
    float: left;
}

    .container-media-image-small img {
        max-width: 150px;
    }

.container-media-image-big {
    margin-left: 30px;
    float: right;
}

    .container-media-image-big img {
        max-width: 330px;
    }

.destaque-modelo-1 {
    padding: 15px;
    color: #fff;
}

    .destaque-modelo-1 a {
        color: #fff;
    }

    .destaque-modelo-1 img {
        max-width: calc(100% - 28px );
    }

.list-edicoes-anteriores {
    margin-top: 30px;
}

    .list-edicoes-anteriores .btn-listagem {
        margin-left: 50px;
    }

.list-edicoes-anteriores-title {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: bold;
}

.list-edicoes-anteriores-item {
    margin: 0 20px 20px;
    padding-left: 40px;
    width: 270px;
    height: 125px;
    float: left;
    position: relative;
}

    .list-edicoes-anteriores-item:hover .list-edicoes-anteriores-icon {
        border-color: #999;
        color: #999;
    }

.list-edicoes-anteriores-icon {
    border-color: #dcdcdc;
    top: 5px;
    left: 0;
    color: #dcdcdc;
}

.list-edicoes-anteriores-small {
    font-size: 11px;
    color: #a1082c;
}

.list-edicoes-anteriores-sub-title {
    text-transform: none;
    font-weight: bold;
}

.list-edicoes-anteriores-label {
    font-size: 12px;
}

.coluna-dupla {
    overflow: hidden;
}

    .coluna-dupla .coluna {
        width: 40%;
        float: right;
    }

        .coluna-dupla .coluna:first-child {
            width: 57%;
            float: left;
        }

.list-contato {
    margin-top: 15px;
}

.list-contato-item {
    margin-bottom: 50px;
    padding-left: 35px;
    position: relative;
}

    .list-contato-item:before {
        content: "";
        display: block;
        width: 24px;
        height: 24px;
        background-position: -58px -67px;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 0;
    }

.list-contato-title {
    margin-bottom: 5px;
    font-size: 14px;
}

.list-contato-label {
    font-size: 12px;
}

.form-newsletter-icon {
    margin: 6px 10px 0 0;
    display: block;
    width: 18px;
    height: 18px;
    background-position: 0 0;
    background-repeat: no-repeat;
    float: left;
}

    .form-newsletter-icon + input {
        float: left;
    }

.form-newsletter-icon-facebook {
    background-position: 0 -95px;
}

.form-newsletter-icon-twitter {
    background-position: -19px -95px;
}

.form-newsletter-icon-gPlus {
    background-position: -38px -95px;
}

.form-newsletter-icon-skype {
    background-position: -57px -95px;
}

.icon-okgo {
    color: #007563;
    font-size: 14px;
}

.list-noticias {
    overflow: hidden;
}

    .list-noticias .link, .list-noticias .listar-todas {
        margin-top: 15px;
        margin-right: 5px;
        padding: 5px 10px;
        display: block;
        border-radius: 3px 3px 3px 3px;
        background-color: #a1082c;
        float: left;
        font-size: 12px;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
    }

        .list-noticias .link:hover, .list-noticias .listar-todas:hover {
            background-color: #70061f;
        }

.list-noticias-item, .list-busca-item {
    padding: 15px 5px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

    .list-noticias-item:hover, .list-busca-item:hover {
        background-color: #f9f9f9;
    }

.list-noticias-categoria, .list-busca-categoria {
    margin-left: 20px;
    padding-left: 18px;
    position: relative;
}

    .list-noticias-categoria a, .list-busca-categoria a {
        color: #333;
    }

        .list-noticias-categoria a:after, .list-busca-categoria a:after {
            content: ",";
        }

            .list-noticias-categoria a:after:last-child, .list-busca-categoria a:after:last-child {
                content: "";
            }

        .list-noticias-categoria a:hover, .list-busca-categoria a:hover {
            text-decoration: underline;
        }

    .list-noticias-categoria:before, .list-busca-categoria:before {
        content: "\e80c";
        position: absolute;
        top: 0;
        left: 0;
        font-family: "fontello";
        font-size: 16px;
        color: #333;
    }

.list-noticias-data, .list-busca-data {
    margin-top: 3px;
    font-weight: normal;
}

.list-noticias-link, .list-busca-link {
    display: block;
    width: 100%;
    overflow: hidden;
    color: #000;
}

.list-noticias-thumbnail {
    margin: 10px 15px 0 0;
    border-radius: 3px 3px 3px 3px;
    max-width: 115px;
    float: left;
}

.list-noticias-title, .list-busca-title {
    margin-bottom: 5px;
    font-size: 16px;
    text-transform: none !important;
}

.list-noticias-label, .list-busca-label {
    font-size: 12px;
}

.list-busca-categoria {
    margin-left: 0;
}

.list-busca-data {
    margin-top: 5px;
    margin-right: 15px;
}

.list-busca-title {
    font-weight: normal;
}

.navigation {
    margin: 40px 0 20px;
}

.navigation-list {
    display: block;
    overflow: hidden;
    text-align: center;
}

.navigation-item {
    display: inline-block;
}

.navigation-link {
    margin: 0 5px;
    padding: 5px 10px;
    display: block;
    border-radius: 3px 3px 3px 3px;
    background-color: #dedede;
    font-size: 12px;
    color: #333;
    font-weight: bold;
}

    .navigation-link:hover {
        background-color: #c5c5c5;
    }

.navigation-link-active, .navigation-link-active:hover {
    background-color: #a1082c;
    color: #fff;
}

.gallery {
    margin: 40px 0 20px;
}

    .gallery .container {
        overflow: hidden;
    }

.gallery-title {
    margin-bottom: 20px;
    font-size: 20px;
    text-transform: none;
}

.gallery-container {
    width: 500px;
    overflow: hidden;
    position: relative;
    float: left;
}

.gallery-container-item {
    position: relative;
}

    .gallery-container-item img {
        width: 500px;
    }

.gallery-container-label {
    padding: 25px 15px;
    display: block;
    width: calc(100% - 30px);
    background: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 16px;
    color: #fff;
    text-shadow: 0 2px 1px #000;
}

.thumbnail-container {
    width: 165px;
    float: right;
}

.thumbnail-container-item {
    margin-top: 15px;
    background-color: #eee;
}

    .thumbnail-container-item img {
        display: block;
        margin: auto;
    }

    .thumbnail-container-item:first-child {
        margin-top: 0;
    }

.slider_container {
    height: 335px !important;
    overflow: hidden;
    float: left;
}

#slider {
    margin-top: 60px;
    float: right;
    height: 300px !important;
    position: relative;
}

    #slider:before {
        content: "";
        border-radius: 5px 5px 0 0;
        display: block;
        width: 14px;
        height: 60px;
        background: #eee;
        position: absolute;
        bottom: 95%;
        left: 0;
    }

.ui-slider-vertical {
    background: #eee !important;
    left: -.1em !important;
}

.ui-slider-handle {
    height: 4em !important;
    border: none !important;
    background: #a1082c !important;
}

.toolbar {
    margin: 40px 0;
    padding: 15px 10px;
    height: 30px;
    border: 1px solid #eee;
    border-left: none;
    border-right: none;
}

.toolbar-container {
    float: right;
}

    .toolbar-container:first-child {
        float: left;
    }

    .toolbar-container .addthis_button_compact {
        width: 18px;
        height: 18px;
        background-position: -76px -95px;
        background-repeat: no-repeat;
    }

        .toolbar-container .addthis_button_compact .at16nc {
            width: 18px;
            height: 18px;
            background: none;
        }

.toolbar-box {
    float: left;
}

.toolbar-icon {
    margin-right: 15px;
    float: left;
    font-size: 20px;
    color: #000;
}

    .toolbar-icon:hover {
        color: #a1082c;
    }

.toolbar-comments {
    margin-left: 20px;
    padding-left: 22px;
    height: 26px;
    font-size: 12px;
    color: #555;
    line-height: 26px;
    position: relative;
}

    .toolbar-comments:before {
        content: "\e80e";
        position: absolute;
        top: -3px;
        left: 0;
        font-family: "fontello";
        font-size: 18px;
        color: #000;
    }

.toolbar-link-label {
    margin-right: 5px;
    float: left;
    font-size: 12px;
    color: #ccc;
    line-height: 26px;
}

.toolbar-link-input {
    padding: 4px 5px;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #ccc;
    border-bottom-color: #ddd;
    border-top-color: #bbb;
    box-shadow: inset 0 2px 1px #eee, 0 0 7px #eee;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

    .toolbar-link-input:focus {
        border-color: #f76487;
        box-shadow: 0 0 7px #fa95ad;
    }

.toolbar-share {
    float: left;
}

    .toolbar-share .box {
        margin-left: 10px;
        padding: 3px 0;
        padding-left: 10px;
        height: 20px;
        border-left: 1px dotted #ccc;
        float: left;
    }

aside {
    margin: 10px 10px 10px 0;
    padding-bottom: 15px;
    width: 195px;
    float: right;
}

    aside .box {
        margin-top: 60px;
        margin-bottom:15px;
        border-radius: 3px 3px 3px 3px;
        overflow: hidden;
        position: relative;
    }

    aside .list-radar-content {
        min-height: initial;
    }

    aside .list-radar-link {
        margin-left: 0 !important;
        width: 185px;
    }

    aside .list-radar-logo {
        display: none;
    }

    aside #pagerListRadar {
        position: absolute;
        top: 3px;
        right: 0;
    }

        aside #pagerListRadar .pager-icon {
            float: left;
            font-size: 15px;
        }

.box-cinza {
    padding: 10px;
    background: #f5f5f5;
}

    .box-cinza .editor {
        margin: auto;
        margin-bottom: 20px;
        width: 165px;
        font-size: 12px;
        line-height: 18px;
    }

    .box-cinza img {
        margin-bottom: 25px;
    }

    .box-cinza .link, .box-cinza .listar-todas {
        margin-right: 15px;
    }

.box-cinza-title, .box-vermelho-title, .call-for-papers, .menu-projeto-link, .ultima-edicao-title {
    font-size: 13px;
    color: #a1082c;
    font-weight: bold;
    text-transform: uppercase;
}

.box-cinza-editor {
    margin-top: 25px !important;
}

.list-contato-jornalistas-item {
    margin-top: 30px;
}

    .list-contato-jornalistas-item:first-child {
        margin-top: 15px;
    }

.list-contato-jornalistas-title {
    font-size: 12px;
    font-weight: bold;
    color: #000;
}

.list-contato-jornalistas-label, .list-contato-jornalistas-link {
    font-size: 12px;
    color: #777;
}

.list-contato-jornalistas-link {
    display: block;
    margin-bottom: 10px;
}

    .list-contato-jornalistas-link:hover {
        color: #a1082c;
        text-decoration: underline;
    }

.list-contato-jornalistas-icon {
    display: block;
    line-height: 22px;
}

    .list-contato-jornalistas-icon i {
        margin-right: 5px;
        color: #000;
    }

.box-list-midias-link {
    margin: 1px 0;
    padding: 10px 30px;
    display: block;
    border-radius: 3px 3px 3px 3px;
    background: #a1082c;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
}

    .box-list-midias-link:hover {
        background: #b90933;
        text-shadow: 0 2px 0px rgba(0,0,0,0.4);
    }

.box-list-midias-icon {
    margin-right: 10px;
    font-size: 16px;
    color: #ff8a00;
}

.box-boletim {
    margin-top: 10px;
    display: block;
    background: red;
}

.box-boletim-icon {
    margin: -10px 0 0 -15px;
    display: block;
    float: left;
    font-size: 46px;
    color: #ff8a00;
}

.box-boletim-label {
    display: block;
    width: 125px;
    float: left;
    font-size: 12px;
    color: #fff;
}

.form-busca-aside {
    margin-bottom: 30px;
    overflow: hidden;
    width: 100%;
}

    .form-busca-aside .line {
        margin-top: 25px;
        position: relative;
    }

        .form-busca-aside .line:first-child {
            margin-top: 0;
        }

    .form-busca-aside input, .form-busca-aside select {
        margin-top: 5px;
        padding: 5px;
        border: none;
    }

    .form-busca-aside input {
        padding-right: 25px;
        width: 145px;
    }

    .form-busca-aside select {
        width: 175px;
    }

    .form-busca-aside button {
        padding: 5px;
        border: none;
        background: transparent;
        cursor: pointer;
        position: absolute;
        top: 21px;
        right: 0px;
        color: #a1082c;
    }

    .form-busca-aside .btn-link {
        padding: 10px 0;
        display: block;
        font-size: 11px;
        color: #ffc000;
        font-weight: bold;
        text-align: right;
    }

.box-vermelho, .call-for-papers {
    padding: 10px;
    overflow: hidden;
    background: #a1082c;
}

.box-vermelho-title, .call-for-papers, .menu-projeto-link {
    color: #fff;
}

.list-equipe-item {
    margin-top: 20px;
    padding-left: 10px;
    border-left: 3px solid #ffc000;
}

.list-equipe-label, .list-equipe-link {
    display: block;
    font-size: 12px;
    color: #fff;
    /*word-wrap: break-word;*/
}
.list-equipe-link{font-size: 10px;}

    .list-equipe-label strong, .list-equipe-link strong {
        display: block;
    }

.box-branco {
    padding-top: 15px;
    border-top: 1px solid #ddd;
}

.box-branco-title {
    margin-bottom: 15px;
    font-size: 14px;
    color: #a1082c;
}

.box-branco-label, .box-branco-link {
    font-size: 12px;
    line-height: 20px;
}

.box-branco-link {
    color: #a1082c;
}

.ultima-edicao {
    padding-bottom: 3px;
}

.ultima-edicao-label {
    margin: 5px 0;
    display: block;
    position: relative;
    font-size: 12px;
    font-weight: bold;
}

.ultima-edicao-thumbnail {
    max-width: 100%;
    border-radius: 3px 3px 3px 3px;
}

.ultima-edicao-description {
    margin-top: 10px;
    padding: 15px 10px;
    font-size: 12px;
    color: #666;
}

    .ultima-edicao-description a {
        margin: 25px 10px 0;
        padding-top: 5px;
        display: block;
        border-top: 1px dotted #aaa;
        color: #a1082c;
        text-align: center;
    }

.call-for-papers {
    display: block;
    font-size: 18px;
    text-align: center;
}

.call-for-papers-description {
    margin: 5px 0;
    padding: 0 10px 30px;
    display: block;
    font-size: 12px;
    color: #000;
}

.list-noticia-relacionada-item {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dotted #fff;
}

    .list-noticia-relacionada-item:first-child {
        border-top: none;
    }

.list-noticia-relacionada-link {
    color: #fff;
}

.list-noticia-relacionada-thumbnail {
    margin: 0 10px 10px 0;
    width: 175px;
    background: #eee;
    float: left;
}

.list-noticia-relacionada-title {
    font-size: 13px;
}

.list-noticia-relacionada-label {
    display: block;
    font-size: 11px;
    line-height: 13px;
}

.menu-projeto {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 3px 3px 3px 3px;
}

.menu-projeto-item {
    padding: 0 15px;
    position: relative;
    float: left;
}

    .menu-projeto-item:first-child {
        margin-left: 10px;
    }

        .menu-projeto-item:first-child:before {
            display: none;
        }

    .menu-projeto-item:hover {
        background: rgba(0,0,0,0.1);
    }

    .menu-projeto-item:before {
        content: " ";
        display: block;
        height: 15px;
        width: 1px;
        background: rgba(255,255,255,0.3);
        position: absolute;
        top: 5px;
        left: 0;
    }

.menu-projeto-link {
    text-transform: none;
    line-height: 27px;
    font-weight: normal;
}

.menu-projeto-sur .menu-projeto-link {
    color: #000;
}

.box-mapa-thumbnail {
    border-radius: 3px 3px 0 0;
}

.box-mapa-label {
    padding: 10px;
    border-radius: 0 0 3px 3px;
    background: #a1082c;
    font-size: 12px;
    color: #fff;
    line-height: 16px;
}

.box-lainfo-pedidos {
    margin-top: 50px;
}

    .box-lainfo-pedidos .title-page {
        margin-bottom: 10px;
        margin-top: 30px;
    }

    .box-lainfo-pedidos .list-noticias-title, .box-lainfo-pedidos .list-busca-title, .box-lainfo-pedidos .list-noticias-label, .box-lainfo-pedidos .list-busca-label {
        color: #000000;
    }

.list-temas-item:first-child {
    margin-top: 15px;
}

.list-temas-link {
    margin-top: 5px;
    padding: 5px 0 5px 10px;
    display: block;
    border-left: 3px solid #ffc000;
    color: #fff;
    font-size: 14px;
}

    .list-temas-link:hover {
        border-radius: 3px;
        background: #ffc000;
        color: #000;
    }

.filter {
    margin-bottom: 30px;
    padding: 20px 30px;
    background: #eee;
}

    .filter p {
        font-weight: bold;
    }

.projeto-sur-list-data {
    color: #000;
}

.author {
    margin-right: 30px;
    width: 130px;
    overflow: hidden;
    float: left;
}

.author-container {
    margin-top: 10px;
    padding: 10px 0;
    display: block;
    background: #ffc000;
}

    .author-container:first-child {
        margin-top: 0 !important;
    }

.author-photo {
    display: block;
    width: 130px;
}

.author-name {
    margin-top: 10px;
    padding: 0 10px;
    display: block;
    font-size: 13px;
    color: #000;
}

.author-biografia {
    margin-top: 30px;
}

footer {
    margin-top: 20px;
    border-top: 1px solid #eee;
    background-image: -webkit-linear-gradient(270deg, #fff 0%, #f1f1eb 10%, #9a0629 10%, #900224 100%) !important;
    background-image: linear-gradient(182deg, #fff 0%, #f1f1eb 10%, #9a0629 10%, #a3092d 41%, #900224 100%);
}

    footer h4 {
        padding-top: 50px;
        font-family: 'Roboto', sans-serif;
        font-weight: bold !important;
        font-size: 30px;
        color: #ff8a00;
        text-transform: uppercase;
        letter-spacing: 0;
        text-shadow: 0 1px 1px rgba(0,0,0,0.3);
        font-weight: normal;
    }

    footer nav {
        margin-top: 40px;
        overflow: hidden;
    }

        footer nav .box {
            margin-right: 20px;
            width: 220px;
            float: left;
        }

        footer nav h5 {
            margin-bottom: 10px;
            font-family: 'Roboto', sans-serif;
            font-weight: bold !important;
            font-size: 14px;
            color: #fff;
            text-transform: uppercase;
        }

        footer nav menu a {
            padding: 2px 0 2px 15px;
            display: block;
            background: url(../images/arrowList.png) left center no-repeat;
            color: #fff;
            font-size: 12px;
        }

.footer-home {
    background-image: -webkit-linear-gradient(270deg, #fff 0%, #f1f1eb 46%, #9a0629 46%, #900224 100%) !important;
    background-image: linear-gradient(182deg, #fff 0%, #f1f1eb 46%, #9a0629 46%, #a3092d 51%, #900224 100%);
}

    .footer-home .innerFooter {
        padding-top: 0 !important;
    }

.container-social {
    padding-top: 45px;
    min-height: 300px;
    overflow: hidden;
}

    .container-social .box {
        margin-left: 35px;
        float: left;
        width: 290px;
    }

        .container-social .box:first-child {
            margin-left: 0;
        }

.twitter-feeds .twitter-feeds-sub-titulo {
    font-size: 15px;
    color: #0b658f;
    text-transform: none;
    letter-spacing: 0;
}

    .twitter-feeds .twitter-feeds-sub-titulo .twitter-feeds-icon {
        font-size: 30px;
        color: #a1082c;
        font-weight: normal;
    }

.list-radar {
    width: 245px;
    height: 185px;
    overflow: hidden;
    background: rgba(255,255,255,0) !important;
    float: left;
}

    .list-radar:first-child {
        margin-top: 0;
    }

.list-radar-item {
    width: 100% !important;
    height: 200px !important;
}

.list-radar-content {
    margin-bottom: 10px;
    min-height: 40px;
    overflow: hidden;
    line-height: 18px;
}

    .list-radar-content:first-child {
        margin-top: 0;
    }

.list-radar-logo {
    width: 30px;
    display: block;
    float: left;
}

.list-radar-link {
    margin-left: 10px;
    padding-left: 10px;
    display: block;
    width: 195px;
    float: left;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #000;
}

    .list-radar-link:after {
        content: "";
        border: solid transparent;
        position: absolute;
        border-color: transparent;
        border-left-color: #0b658f;
        border-width: 3px;
        top: 6px;
        left: 0;
    }

#pagerListRadar {
    padding: 0 2px;
    border-radius: 3px 3px 3px 3px;
    background: #a1082c;
    float: right;
}

    #pagerListRadar .pager-icon {
        display: block;
        cursor: pointer;
        font-size: 25px;
        color: #fff;
    }

        #pagerListRadar .pager-icon:hover {
            color: #ff8a00;
        }

.innerFooter {
    padding-top: 30px;
    padding-bottom: 30px;
}

    .innerFooter .wrapper {
        background: url(../images/bgContainerFooter.png) right 65px no-repeat;
    }

    .innerFooter .mensagem {
        padding-right: 232px;
    }

        .innerFooter .mensagem .editor {
            margin: 20px 0 30px;
            font-family: 'Roboto', sans-serif;
            font-size: 13px;
            color: #fff;
        }

    .innerFooter [class^="ico"] {
        margin-right: 10px;
        display: block;
        float: left;
    }

    .innerFooter .ico-mail {
        width: 34px;
        height: 34px;
        background-position: 0 0;
        background-repeat: no-repeat;
    }

    .innerFooter .ico-rss {
        width: 21px;
        height: 21px;
        background-position: -70px 0;
        background-repeat: no-repeat;
    }

    .innerFooter .ico-podcast {
        width: 21px;
        height: 21px;
        background-position: -35px 0;
        background-repeat: no-repeat;
    }

#form-newsletter {
    overflow: hidden;
}

    #form-newsletter h5 {
        margin-bottom: 15px;
        display: block;
    }

        #form-newsletter h5 span {
            padding-top: 5px;
            display: inline-block;
            font-family: 'Roboto', sans-serif;
            font-weight: bold !important;
            font-size: 18px;
            color: #ff8a00;
            text-transform: uppercase;
            text-shadow: 0 1px 1px rgba(0,0,0,0.3);
        }

    #form-newsletter form {
        position: relative;
        overflow: hidden;
        float: left;
    }

    #form-newsletter input {
        border-radius: 100px 100px 100px 100px;
        font-family: 'Roboto', sans-serif;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

    #form-newsletter .form-newsletter-input {
        margin-right: 7px;
        padding: 9px 10px 10px;
        width: 210px;
        float: left;
        font-size: 11px;
        color: #a1082c;
    }

    #form-newsletter input[type="email"] {
        width: 120px;
        padding-right: 110px;
    }

    #form-newsletter .btn {
        padding: 6px 15px;
        background: #ff8a00;
        position: absolute;
        top: 2px;
        right: 9px;
        z-index: 2;
        cursor: pointer;
        font-size: 13px;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        text-shadow: 0 1px 1px rgba(0,0,0,0.3);
    }

.box-link {
    margin-right: 10px;
    padding: 7px 10px;
    display: block;
    border-radius: 100px 100px 100px 100px;
    background: #870120;
    float: left;
}

    .box-link span {
        padding: 3px;
        display: inline-block;
        font-family: 'Roboto', sans-serif;
        font-weight: bold !important;
        font-size: 11px;
        color: #ff8a00;
        text-transform: uppercase;
        text-shadow: 0 1px 1px rgba(0,0,0,0.3);
    }

    .box-link:first-child {
        margin-right: 0;
    }

.edicao {
    margin-top: 30px;
    margin-bottom: 10px;
    width: 213px;
    background: #fff;
    overflow: hidden;
    float: left;
    text-align: center;
}

.edicao-thumb {
    margin: auto !important;
    display: block;
    float: none !important;
    height: 215px;
    width: 148px;
}

.edicao-label {
    margin: 10px 0;
    display: block;
}

.edicao-btn {
    padding: 5px 10px;
    border-radius: 3px;
    background: #a1082c;
    font-size: 11px !important;
    color: #fff !important;
    font-weight: bold;
    text-decoration: none !important;
}

    .edicao-btn:hover {
        background: #d20a39;
    }

.doacao-list {
    border-radius: 3px;
    padding: 15px 0;
    line-height: 24px;
    padding-bottom: 15px;
}

    .doacao-list li {
        text-indent: -20px;
        margin: 0 0 2px 28px;
        font-size: 14px;
    }



.doacao-label {
    background: rgb(161, 8, 44);
    color: rgb(255, 255, 255);
    padding: 10px;
    margin-right: 5px;
    border-radius: 3px;
}
.doacao-label:hover{
        background: rgb(185, 9, 51);
}



.doacao-label input{
    margin: 2px 6px 0 5px !important;
    line-height: initial !important;
    height: initial !important;
}



.doacao-radio {
    margin: 2px 5px 0 0;
}

.doacao-radio-checked {
    background: #b90933;
}

.doacao-new {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#60cc00+0,55b700+100 */
    background: #64B41C !important;
    color: #FFF;
    padding: 10px;
    margin-right: 5px;
    width: 100px;
    height: 20px;
    font-size: 17px !important;
    line-height: 20px;
    margin-bottom: 10px;
    border-radius: 3px;
    font-weight: bold !important;
}

    .doacao-new.doacao-radio-checked {
 background: #519712 !important;
    }
.doacao-new input {
margin: 4px 10px 0 5px !important;
}

.doacao-new:hover {
    background: #519712 !important;
}

.doacao-acima {
    padding: 8px 10px 8px 30px !important;
    border-radius: 3px !important;
    border: 1px solid !important;
    border-color: #ccc !important;
    border-top-color: #ddd !important;
    font-size: 13px !important;
    color: #000 !important;
    margin: 5px 0 0 502px;
    width: 106px !important;
    background: url(../images/rs.png) 10px center no-repeat;
}

    .doacao-acima:active, .doacao-acima:focus {
        background: url(../images/rs.png) 10px center no-repeat !important;
    }

.doacao-btns {
    display: block;
    margin-right: 5px;
    float: left;
}

    .doacao-btns img {
        max-width: 228px;
    }

.doacao-img {
    max-width: 100%;
    margin-bottom: 20px;
}
.form.form-doacao .box{
    margin-bottom: 10px;
}

.form.form-doacao .box-doacao label{
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    width: 200px;
    background-color: #a1082c;
    color: #fff;
    font-weight: bold !important;
}
.form.form-doacao .box  input,
.form.form-doacao .box  select{
    height: 40px;
    line-height: 40px;
    padding-top:0;
    padding-bottom: 0;
}

    .form.form-doacao .box-doacao label input{
        margin: 14px 12px 0 16px!important;
        line-height: initial !important;
        height: initial !important;
    }
    .form.form-doacao .box-doacao label:hover{
       background-color: #7C011E; 
    }
 .form.form-doacao .btn-confirm{
    height: 60px;
    margin: 40px auto 40px auto;
    width: 40%;
    float: none;
    font-size: 20px;
    font-weight: bold !important;
    display: block;
 }

 .form.form-doacao p{
    margin-bottom: 10px;
 }

.tipo-radio {
    margin: 2px 10px 0 0;
}

.conectas-saiba {
    font-size: 16px;
    font-weight: bold !important;
    color: #000;
}

.radio-doacao {
    padding: 0 !important;
    clear: both;
    margin-top: 30px;
}

.copyright {
    padding: 15px 0;
    overflow: hidden;
    border-top: 1px solid #870120;
}

    .copyright .ico-conectas {
        display: block;
        width: 15px;
        height: 16px;
        background: url(../images/icon-conectas.png) center no-repeat;
        float: left;
    }

    .copyright p, .copyright a {
        margin-left: 10px;
        font-family: 'Roboto', sans-serif;
        font-size: 12px;
        color: #fff;
    }

    .copyright p {
        float: left;
    }

#developer {
    float: right;
}

    #developer span {
        display: inline-block;
        width: 58px;
        height: 19px;
        overflow: hidden;
        background: url(../images/logo-kbrtec.png) center no-repeat;
        text-indent: -999px;
    }

.menu-item-quem-somos .menu-sub {
    /* width: 880px !important; */
}

    .menu-item-quem-somos .menu-sub:before {
        left: 66%;
    }

.menu-item-contato .menu-sub {
    /* width: 325px !important; */
}

    .menu-item-contato .menu-sub:before {
        left: 84%;
    }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .menu-item-quem-somos .menu-sub {
        width: 880px !important;
    }

        .menu-item-quem-somos .menu-sub:before {
            left: 66%;
        }

    .menu-item-contato .menu-sub {
        width: 325px !important;
    }

        .menu-item-contato .menu-sub:before {
            left: 84%;
        }

    .destaques-noticias-icon, .list-edicoes-anteriores-icon {
        padding: 3px 2px;
    }
}

.projeto-cabecalho {
    overflow: hidden;
    float: left;
}

.filter-alpha {
    margin-bottom: 20px;
    padding: 10px;
    overflow: hidden;
    background: #eee;
}

.filter-alpha-list {
    margin-top: 10px;
}

.filter-alpha-item {
    float: left;
}

.filter-alpha-link {
    margin: 0 2px;
    padding: 3px 0;
    display: block;
    width: 22px;
    border-radius: 100px;
    font-size: 12px;
    color: #000;
    text-align: center;
}

    .filter-alpha-link:hover {
        background: #000;
        color: #fff;
    }

.datepicker-aside .ui-datepicker-inline {
    margin: 10px 0;
    width: 170px;
}

.aside-projeto-stf-em-foco * {
    color: #fff;
}

.form .radio label {
    font-size: 14px;
}
