/*------------------------------------------*/
/* AJUSTES ESPECIAIS --*/
/*------------------------------------------*/
/*--- capa do site - modo mobile ---*/
@media screen and (max-width: 700px) {
    #cabecalho li.orbit-item-1 {
        background: url(/wp-content/uploads/cabecalho-ebrmn2025.png) no-repeat center !important;
        background-size: cover !important;
    }
}

/*-- AJUSTES E CORES DO MENU --*/
#menu-item-430 {
    /*ajustar o seletor XX */
    background: url('../img/home-ico.svg') center no-repeat !important;
    color: transparent !important;
}

#menu-item-430 a {
    /*ajustar o seletor XX */
    color: transparent !important
}

/* cor principal do menu */
#menu_principal .menu, #menu_principal .menu li, .title-bar, #menu_responsivo, .top-bar ul {
    background: #25487c;
}

/* cor com mouse */
#menu_principal .menu li:hover {
    background-color: #2e548d;
}

#menu_principal .sub-menu li:hover {
    background: #2e548d;
}

/* REMOÇÃO DA COLUNAS LATERAL*/
.medium-3.large-3.columns.centered.hide-for-small-only {display: none !important;}
.small-12.medium-9.columns {min-width: 100% !important;margin: 0 auto;box-sizing: border-box;}

#rodape_ufpr {display:none}

/*------------------------------------------*/
/* AJUSTES GERAIS --*/
/*------------------------------------------*/

/* Ícone de e-mail */
a[href^="mailto:"]::after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url('../img/mail.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 4px 0 4px;
    vertical-align: middle;
}

/* Ícone de link externo, exceto em .buttons */
.small-12.medium-9.large-9.columns a[href^="http"]:not([href*="ufpr.br"]):not(.elementor-button, .elementor-icon)::after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url('../img/externo.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 3px 0 4px;
    vertical-align: middle;
}

/*------------------------------------------*/
/* AJUSTES GERAIS --*/
/*------------------------------------------*/

/*-- fontes instaladas --*/
@font-face {
    font-family: OpenSans-Regular;
    src: url(../../font/OpenSans-Regular.ttf) format("truetype");
}

@font-face {
    font-family: OpenSans-Light;
    src: url(../../font/OpenSans-Light.ttf) format("truetype");
}

/*--- links ---*/
a {
    color: #48648e;
    text-decoration: underline;
}

a:hover {
    color: #0c4367;
    text-decoration: underline;
}

a:visited {
    color: #6c7f93;
    text-decoration: underline;
}

a:focus {
    color: #100051;
}

.elementor-button,
.elementor-icon-list-item a,
#bar-topo a,
.elementor-testimonial-wrapper a {
    text-decoration: none !important;
}

.small-12.medium-9.large-9.columns a {
    text-decoration: underline;
}

/* Barra de traducao na pesquisa */
.lang {
    display: inline-block;
    max-width: 8%;
    padding: 3px 9px 5px 9px;
    margin: 6px 7px 0px 0px;
    float: right;
    background: #ffffff;
    border-radius: 3px;
}

/* Personalização da versão impressa do site */
@media print {
    .medium-3.large-3.columns.centered.hide-for-small-only,
    .small-12.show-for-small-only,
    #rodape_ufpr,
    #barra-brasil,
    #pesquisa_responsivo,
    #menu_principal,
    #menu_acessibilidade_left,
    #menu_acessibilidade_right,
    #redes_sociais,
    #footer-brasil,
    #copyright,
    .enabled,
    .access-button,
    #cabecalho {
        display: none !important;
    }

    body {
        background: none !important;
        color: #000 !important;
        font-family: serif !important;
        font-size: 12pt;
        line-height: 1.2;
        margin: 1cm;
    }

    body::before {
        content: "Conteúdo impresso em domínio institucional da Universidade Federal do Paraná (www.ufpr.br)";
        display: block;
        text-align: center;
        font-size: 12pt;
        margin: 0 0 50px 0;
        padding: 10px;
        font-style: italic;
        color: #000;
        border-bottom: 1px solid #000;
    }

    main,
    .content,
    #conteudo {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    * {
        box-shadow: none !important;
        text-shadow: none !important;
        background: transparent !important;
    }

    a[href]:after {
        display: none;
    }

    a {
        color: #000 !important;
        text-decoration: none !important;
    }

    img {
        max-width: 60% !important;
        height: auto !important;
        text-align: center !important;
        margin: 1em 0 !important;
        display: inline !important;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    table,
    figure {
        page-break-inside: avoid;
    }

    section,
    #rodape {
        page-break-before: auto;
        page-break-after: auto;
    }

    #rodape,
    #rodapeufpr {
        margin-top: 1.5cm;
        padding: 0 !important;
    }
}

/*-- Barra de acessibilidade --*/
#bar-acess {
    background: #fff;
}

/*--- Menu rodape UFPR ---*/
.menula ul {
    padding: 0;
    margin: 0;
}

.menula {
    padding: 0;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    box-shadow: none;
    color: #5e769d;
    font-weight: 600;
    font-size: 110%;
}

.menula ul li {
    display: block;
    padding: 0px 0 0 2px;
    color: #663;
    font-weight: 600;
}

.menula ul a li {
    color: #fff !important;
}

.menula ul a {
	text-decoration: none;
}

@media (max-width: 430px) {
    .menula {
        padding: 0;
        margin: 0 auto;
        width: 100%;
        box-sizing: border-box;
        box-shadow: none;
        border-radius: 0;
    }
}

/************************************************/
/* Ddefinicoes gerais site
/************************************************/
body {
    background: #ebf0f8;
    margin: 0;
    font-family: Roboto, OpenSans, Arial, sans-serif !important
}

p {
    margin: 0;
    border: none
}

ul {
    padding: 0;
    margin: 0;
    border: none;
    list-style-type: none;
}

.erro-busca {
    padding: 50px 0;
    border: none;
    margin: 3em 0;
    display: inline-block;
    font-weight: 600;
    font-size: 160%;
    color: #89a1c1;
}

/* nomes rodape */
#texto_rodape span {
    display: block;
}

#texto_rodape .nomecentro {
    font-size: 1.2em;
    margin-bottom: 10px;
}

#texto_rodape .nomelab {
    margin-bottom: 25px !important;
    font-weight: 700;
    color: #a9c5eb;
    font-size: 18px;
}

/*--- pagina inicial + Ajustes importantes ---*/
body.home #conteudo br {
    display: none !important
}

body.home #conteudo ul li {
    padding: 0;
    margin: 0 0 30px 0;
}

/*--- mais posts ---*/
body.page-template-mais_posts .medium-3.large-3.columns.centered.hide-for-small-only {
    display: none !important;
}

.attachment-noticias-thumb {
    display: none;
}

/*--- pagina eventos ---*/
.tribe-events-view {
    max-width: 1200px !important;
    margin: 0 auto !important;
    box-sizing: border-box;
    padding: 0 !important;
}

#tribe-events-pg-template {
    max-width: 1200px !important;
    margin: 0 auto !important;
    box-sizing: border-box;
    padding: 50px 30px !important;
}

@media (max-width: 430px) {
    h2 {
        font-size: 1.2em;
    }

    .tribe-events-view {
        max-width: 100% !important;
        margin: 0 auto !important;
        box-sizing: border-box;
        padding: 50px 30px !important;
    }

    #tribe-events-pg-template {
        max-width: 100% !important;
        margin: 0 auto !important;
        box-sizing: border-box;
        padding: 50px 30px !important;
    }
}

/*--- colunas gerais ---*/
.medium-3.large-3.columns.centered.hide-for-small-only {
    border: none !important;
    padding: 0;
    margin: 0;
    background: #fff;
}

.medium-3.large-3.columns.centered.hide-for-small-only li {
    padding: 0 !important;
    margin: 0 !important;
    list-style-type: none !important;
}

/*--- personalizacao colunas modo tablet ---*/
@media screen and (max-width: 700px) {
    .medium-3.large-3.columns.centered.hide-for-small-only {
        display: none !important;
    }

    .small-12.medium-9.columns {
        min-width: 100% !important;
        margin: 0 auto;
        box-sizing: border-box;
    }
}

/*--- CONTEÚDO OCULTO ---*/
hr, #pesquisa_responsivo {
    display: none;
}

/*--- página de erro ---*/
#pagina-erro {
    padding: 2em;
    margin: 3em auto;
    box-sizing: border-box;
    width: 90%;
    font-size: 120%;
}

#pagina-erro a {
    text-decoration: underline;
}

/*--- títulos ---*/
h2, h3, h4 {
    color: #084d75;
}

h2 {
    margin: 0 0 30px;
    padding: 0;
    font-size: 1.7em;
    border: none;
    font-weight: 700;
    text-shadow: none;
    line-height: normal;
}

h3 {
    margin: 0;
    padding: 10px 0;
    font-size: 1.3em;
    font-weight: 700;
    text-decoration: none;
}

h4 {
    margin: 20px 0;
    padding: 0;
    font-size: 1.1em;
    font-weight: 600;
}

h5 {
    margin: 20px 0;
    padding: 0;
    font-size: 1.1em;
    font-weight: 600;
}

h2.home {
    color: #587288;
    font-size: 25px !important;
}

.titulo h3 {
    padding: 0 0 10px 0;
}

@media (max-width: 540px) {
    h2 {
        font-size: 1.2em;
    }
}

/*-- pagina mais posts --*/
#noticia_progepe h4 {
    margin: 25px 0;
    padding: 0;
    font-size: 120%;
    font-weight: 600;
}

#noticia_progepe button.veja_mais {
    margin: 0 0 2em 0;
}

/*--- outros ---*/
.entry-content img {
    margin: 0 0 1.5em
}

.alignleft,
img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left
}

.alignright,
img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right
}

.aligncenter,
img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both
}

.wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px
}

.wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0
}

.wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin: 0
}

.wp-smiley {
    margin: 0 !important;
    max-height: 1em
}

blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left
}

blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right
}

#wp-block-categories-1 {
    height: 45px;
    padding: 6px 40px;
    border: 1px solid #cacaca;
    margin: 0;
    font-size: 15px;
    font-family: inherit;
    line-height: normal;
    color: #818181;
    background-color: #fafafa;
    border-radius: 3px
}

/*--- Menu acessibilidade topo site ---*/
#menu_acessibilidade_left {
    display: block;
    float: left;
    font-size: .66em;
    line-height: normal;
    padding: .6em
}

#menu_acessibilidade_left ul {
    padding: 0;
    margin: 0;
    list-style: none
}

#menu_acessibilidade_left ul li {
    float: left;
    display: inline
}

#menu_acessibilidade_left ul li a {
    color: #484848;
    padding: .1em;
    margin: 0 .4em;
    display: inline-block
}

#menu_acessibilidade_left span {
    background: #000;
    color: #fff;
    opacity: .7;
    padding: 0 .3em;
    margin-left: .25em
}

#menu_acessibilidade_right {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 3px 10px 0 0;
    text-align: right
}

#menu_acessibilidade_right ul {
    display: inline-block !important;
    list-style: none;
    border: none;
    font-size: .65em;
    line-height: normal;
    padding: .6em 0 .1em;
    margin: 0;
}

#menu_acessibilidade_right ul li {
    list-style-type: none;
    display: inline-block;
}

#menu_acessibilidade_right ul li a {
    color: #484848;
    padding: .1em .4em;
    margin: 0;
    display: inline-block;
}

#menu_flags {
    float: right;
    padding: 0;
    margin: 0
}

#menu_flags img {
    padding: 0;
    margin: 0;
    max-width: 20px;
    height: auto
}

/*--- cabeçalho ---*/
#cabecalho {
    display: block;
    position: relative;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    max-height: 250px;
    border-top: 1px solid #eaeaea;
}

/*--- menu principal ---*/
div.menu_superior {
    position: absolute;
    top: 10px;
    right: 12px;
    z-index: 100;
    color: #000
}

div.menu_superior ul {
    float: right;
    padding: 0;
    list-style: none;
    color: #000
}

div.menu_superior ul li {
    font-size: .8em;
    text-align: right
}

div.menu_superior ul li a {
    padding: .5em;
    margin-right: 1px;
    display: inline-block;
    background-color: #fff;
    opacity: .7;
    color: #000;
    text-decoration: none
}

div.menu_superior ul li a:hover {
    color: #131a8c;
    opacity: .5
}

.barra_pesquisa {
    width: 100%;
    height: 2.4em;
    margin: 195px 0 0;
    color: #000;
    display: inline-block
}

.barra_pesquisa h3 {
    float: left;
    font-size: 1.5em;
    color: #23679e;
    font-weight: 700;
    top: 100px;
    left: 0;
    right: 0;
    z-index: 100;
    box-shadow: none;
    text-shadow: none;
    display: none;
}

.barra_pesquisa div.busca {
    float: right;
    height: 34px;
    width: 13em;
    margin-top: 6px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #ccc;
}

.barra_pesquisa .btn {
    margin: .5em;
}

#s {
    position: relative;
    padding: 0;
    top: -2px;
    left: 10px;
    width: 82%;
    height: 100%;
    background-color: transparent;
    border: 0;
    outline: none;
    box-shadow: none;
    color: #1e1e1e;
    cursor: default;
    display: inline
}

#s:-ms-input-placeholder {
    padding-top: .3em;
    font-size: .8em;
    color: #999;
    opacity: 1;
    text-decoration: none
}

::-webkit-input-placeholder {
    padding-top: .3em;
    font-size: .8em;
    color: #999;
    opacity: 1;
    text-decoration: none
}

input:-moz-placeholder {
    padding-top: .3em;
    font-size: .8em;
    color: #999;
    opacity: 1;
    text-decoration: none
}

#s:focus {
    border: none;
    background-color: transparent;
}

#pesquisa_responsivo {
    padding: 6px 20px;
    margin: 0;
    background-color: #ededed;
    width: 100%;
    box-sizing: border-box;
}

#pesquisa_responsivo .busca {
    height: 2.3em;
    width: 100%;
    padding: 5px 0;
    margin: 0 auto
}

#pesquisa_responsivo .busca .btn {
    float: right;
    background-repeat: no-repeat;
    background-position: right bottom;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    padding: .2em;
    margin-right: .9em;
    margin-top: .3em;
    zoom: 1;
    *display: inline;
    border: 0;
    width: 17px;
    height: 17px
}

/*-- ajustes menu principal (azul) --*/
#menu_principal a {
    text-decoration: none;
}

#menu_principal .menu {
    font-weight: 900;
    font-size: 1em;
    width: 100%;
    margin: 0;
    padding: 3px;
}

#menu_principal span {
    margin: 0;
    padding: 0;
    font-size: .9em
}

#menu_principal .menu li {
    width: 15em;
    text-align: center;
    padding: 3px 0;
}

#menu_principal .menu li:hover {
    transition: 0.1s;
}

#menu_principal .menu li:last-child {
    border-right: none
}

#menu_principal .menu li a {
    color: #fff;
}

#menu_principal .menu li ul {
	border-radius: 2px;
}

#menu_principal .menu ul ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

#menu_principal .menu ul ul li {
    padding: 1em 0;
    margin: 0
}

#menu_principal .sub-menu {
    list-style-type: none;
    margin-left: 0;
    z-index: 1000;
}

#menu_principal .sub-menu li a {
    padding: 0 10px;
    display: inline-block;
    min-width: 100%;
    box-sizing: border-box;
}

#menu_principal .sub-menu li {
    text-align: left;
    width: 14em;
    border: none;
    padding: .6em
}

#menu_principal .sub-menu li:hover .sub-menu {
    display: block !important;
}

#menu_principal .sub-menu li:hover {
    background: #2e548d;
}

#menu_principal .dropdown.menu>li.is-dropdown-submenu-parent>a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: #fff transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px
}



#menu_responsivo {
    clear: inherit;
    color: #fff;
    text-align: left;
    font-weight: 900
}

#menu_responsivo ul li {
    display: inline-block;
    border: none;
    padding: 5px 10px
}

#menu_responsivo ul li a {
    color: #fff;
    padding: 5px 10px;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    display: inline-block;
    min-width: 100%;
}

#sidebar_servicos ul li a {
    font-size: .95em;
    color: #000;
    background-color: #fff;
    letter-spacing: normal;
    list-style-position: inside;
    text-indent: -1em;
}

/*-- barra lateral --*/
#sidebar_servicos,
#sidebar_unidades {
    margin: 0;
    padding: 0 1em 0 0;
}

#sidebar_servicos.row {
    clear: both;
    float: left;
    margin: 0 !important;
    padding: 0 1em 0 0 !important;
    background-color: #fff !important;
}

#sidebar_servicos ul.nested ul li {
    margin: 0;
    padding: 0
}

#sidebar_servicos ul.nested ul li a {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(154, 147, 147, 0.2);
    font-size: .9em;
    color: #000 !important;
    letter-spacing: normal;
    text-indent: -.1em;
    padding: .5em 0;
    margin: 0 !important;
    text-decoration: none;
}

#sidebar_servicos ul.nested ul li:last-child {
    border-bottom: none !important
}

#sidebar_unidades ul {
    padding: 0;
    margin: 0;
    background-color: #fff
}

#sidebar_servicos ul li,
#sidebar_unidades ul li {
    width: 100%;
    float: left;
    padding-left: 0;
    text-decoration: none;
}

#sidebar_unidades h5,
#sidebar_servicos h5 {
    font-weight: 700;
    background-color: #efefef;
    margin: .6em 0 .1em;
    padding: .6em 0 .4em .8em;
    font-size: 1em;
    letter-spacing: normal;
    color: #0072bc;
    text-shadow: 2px 2px #e8f5ff;
    outline: 0;
    border-top: 3px solid #0072bc
}

#sidebar_unidades ul li a:first-child {
    background-color: #d8d8d8;
    padding: 0;
    margin: 0;
    outline: 0
}

#sidebar_unidades ul.nested ul li:last-child {
    margin-bottom: .5em
}

#sidebar_unidades ul.nested ul li a {
    font-size: .95em;
    color: #000;
    border-bottom: 1px solid rgba(154, 147, 147, 0.2);
    background-color: #fff;
    letter-spacing: normal;
    list-style-position: inside;
    text-indent: -1em;
    padding: .5em .5em .5em 1.9em;
    border-radius: 0 !important
}

#sidebar_unidades ul li a::after {
    margin-top: .1em;
    border-color: #00510f transparent transparent
}

#sidebar_unidades ul.nested ul li a:hover {
    opacity: .7
}

#sidebar_servicos a:hover {
    opacity: .7
}

#sidebar_servicos ul.nested ul li a:hover {
    background-color: #eeeff1
}

#sidebar_servicos ul.nested ul li ul,
#sidebar_unidades ul.nested ul li ul {
    list-style-type: none
}

#sidebar_unidades ul.nested ul li ul li a {
    display: block;
    padding-left: 2em
}

#sidebar_unidades ul.nested ul li ul li ul li a {
    display: block;
    padding-left: 2.7em
}

/*--- navegação páginas ---*/
.wp-pagenavi {
    margin-top: 2em;
    padding: 10px 0;
    letter-spacing: normal
}

.wp-pagenavi a,
.wp-pagenavi span {
    margin-right: 6px;
    letter-spacing: normal;
    font-size: 16px;
    color: #03719c;
    text-decoration: none;
    border-radius: 3px;
    background-color: #25487c;
    display: inline-block;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(0, 0, 0, 0.8) !important
}

.wp-pagenavi span.current {
    font-weight: 700
}

/*--- conteudos pagina interna com paginacao ---*/
#noticia_progepe {
    width: 80%;
    margin: 0 auto;
    display: grid;
    float: inherit
}

#noticia_progepe a {
    text-decoration: none
}

/*--- elemento central de conteudo ---*/
#conteudo {
    font-family: Roboto, OpenSans, sans-serif !important;
    min-height: 300px;
    background-color: #fff;
    color: #373737;
    padding: 40px 20px;
    font-size: 110%;
    min-height: 200px;
}

#conteudo .data_de_publicacao {
    font-size: .9em;
    padding: 0;
    margin: 0 0 10px 0;
}

#conteudo .data_de_publicacao span {
    color: #bababa !important;
    padding: 0 0 0 3px;
    line-height: .1em
}

#conteudo span.pginternas {
    margin-left: 2em
}

#conteudo .sem_borda {
    border: none;
    font-size: .9em;
    font-weight: 400
}

#conteudo .resumo {
    padding: 0 0 25px;
    margin: 0 0 18px;
    font-size: 90%;
    border-bottom: 1px solid #e7e7e7;
}

#conteudo .resumo p {
    padding: 0;
    margin: 0
}

#conteudo .resumo a {
    font-size: 1em;
}

#conteudo .resumo a:hover {
    color: #999
}

#conteudo .lista_categorias {
    clear: both;
    font-size: .8em;
    color: #999;
    padding: .5em 1.5em;
    margin: 0;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef
}

#conteudo .lista_categorias ul {
    list-style-type: none;
    display: inline-block
}

#conteudo .lista_categorias a {
    color: #999;
    margin-left: .5em
}

#conteudo .lista_categorias a:hover {
    color: #000
}

#conteudo .conteudo_post {
    padding-right: .3em
}

#conteudo .titulo {
    padding: 0;
    line-height: 1.1em;
    margin-left: 0;
    font-weight: 700;
    font-size: 120%;
}

#conteudo .titulo h3 {
    font-size: 115%;
    color: #1e3a63;
    font-weight: 600
}

#conteudo .titulo a {
    font-size: .9em;
    color: #1e3a63;
    text-decoration: none
}

#conteudo .titulo a:hover {
    color: #999
}

#conteudo iframe {
    margin: 0;
    padding: 0
}

conteudo.img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

conteudo.img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

conteudo.img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.alignright {
    float: right
}

.alignleft {
    float: left
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

#destaque {
    margin-top: .6em
}

#destaque ul {
    margin: 0 .5em 1em 0;
    padding: 0;
    list-style-type: none
}

#destaque ul li {
    margin: 0;
    padding: 0;
    background: #fff
}

#destaque ul li:nth-child(odd) {
    background: #f1f1f1
}

#apresentacao h3 {
    font-size: 1.2em;
    margin: .5em .2em;
    padding: .2em 0;
    color: #1A396A;
    font-weight: 700;
    letter-spacing: .2em
}

#informativo {
    margin: 0;
    padding: 0 1em;
    min-height: 300px
}

#informativo h3 {
    font-size: 1em;
    padding: .3em 1em;
    background-color: #1A396A;
    color: #fff;
    letter-spacing: .2em
}

#informativo h2 {
    font-size: 1em;
    margin: 0;
    padding: .4em 1em 0 .2em;
    color: #1A396A;
    font-weight: 700;
    border: none;
    letter-spacing: normal
}

#informativo h2 a {
    font-size: 1.2em;
    color: #1A396A;
    letter-spacing: .1em;
    text-decoration: none
}

#informativo h2 a:hover {
    color: #1B4991
}

#informativo p {
    margin: .5em .2em;
    padding-left: .3em
}

#informativo span {
    font-size: .8em;
    color: #999;
    font-style: italic;
    padding: 0 .4em;
    margin: 0 0 .3em
}

#noticia {
    margin: 0;
    padding: 0 1em;
    min-height: 300px
}

#noticia h3 {
    font-size: 1em;
    padding: .3em 1em;
    background-color: #1A396A;
    color: #fff;
    letter-spacing: .2em
}

#noticia h2 {
    font-size: 1em;
    margin: 0;
    padding: .4em 1em 0 .2em;
    color: #1B4991;
    font-weight: 700;
    border: none;
    letter-spacing: normal
}

#noticia p {
    margin: .5em .2em;
    padding-left: .3em
}

#noticia img {
    float: left;
    margin: 0 .5em 0 0
}

#noticia span {
    font-size: .8em;
    color: #999;
    font-style: italic;
    padding: 0 .4em;
    margin: 0 0 .3em
}

#noticia h2 a {
    font-size: 1.2em;
    letter-spacing: .1em;
    color: #1A396A;
    text-decoration: none
}

#noticia h2 a:hover {
    color: #1B4991
}

#noticia .mais a,
#informativo .mais a {
    color: #1A396A;
    float: right
}

#noticia .mais a:hover,
#informativo .mais a:hover {
    color: #1B4991
}

i.icon_plus {
    color: #fff;
    font-size: .9em;
    background-color: #1A396A;
    font-weight: 700;
    padding: .2em
}

button.veja_mais {
    margin: 0;
    width: 35%;
    padding: 8px 18px;
    border-radius: 35px;
    background-color: #c8cdd6;
    font-weight: 700;
    display: inline;
}

button.veja_mais a {
    display: block;
    font-size: 16px;
    color: #182e4e;
    text-decoration: none
}

button.veja_mais:hover {
    display: block;
    background-color: #96a7c8;
    color: #fff
}

#slideshow {
    background-color: #fff;
    margin-top: .5em;
    padding: .5em .5em 1em 1em
}

.mapa_do_site {
    list-style-type: none;
    width: 100%
}

.mapa_do_site ul {
    list-style-type: none;
}

.mapa_do_site ul li {
    list-style-type: none;
    padding: .4em 1.5em
}

.mapa_do_site li {
    float: left;
    clear: both;
    list-style-position: inside
}

.mapa_do_site .sub-menu li a:before {
    display: inline-block;
    padding-right: .5em;
    color: #111
}

.mapa_do_site li a {
    color: #000;
    margin: .8em;
    text-decoration: none
}

.mapa_do_site li a:hover {
    color: #989
}

#rodape_ufpr {
    width: 100%;
    height: auto;
    background-color: #afc5d8;
    background-repeat: no-repeat;
    border: none;
    background-image: none;
    padding: 20px 0 0;
    color: #999
}

#texto_rodape {
    padding: 15px;
    color: #fff
}

#texto_rodape span {
    letter-spacing: 1px;
    line-height: 1.2em;
    text-align: left
}

#rodape {
    background-color: #314A73;
    border: none;
    padding: 20px 20px 0 20px;
    border-top: 8px solid #7293af;
    color: transparent;
}

footer {
    margin: 0;
    background-color: #dadada;
    min-height: 10em;
    border-top: none
}

#copyright {
    color: #5c7199;
    font-size: 80% !important;
    line-height: 1.3em;
    padding: 20px;
    margin: 0;
    box-sizing: border-box;
    border-top: 1px solid #3c5373
}

#redes_sociais {
    padding: 0;
    margin: .2em 0 .7em
}

#redes_sociais h3 {
    font-size: 1em !important;
    letter-spacing: 1px;
    color: #fff;
    margin: .3em 0;
    padding: 0 2em 0 0
}

#redes_sociais i.social_facebook_circle {
    font-size: 1.8em;
    color: #fff;
    padding: .1em;
    margin-left: .4em
}

#redes_sociais i.social_twitter_circle {
    font-size: 1.8em;
    color: #fff;
    padding: .1em
}

#redes_sociais i.social_flickr_circle {
    font-size: 1.8em;
    color: #fff;
    padding: .1em
}

#redes_sociais span {
    padding: 0;
    margin: 0
}

#redes_sociais span img {
    clear: both;
    width: 64%
}

#redes_sociais i.social_rss_circle {
    font-size: 1.8em;
    color: #fff;
    padding: .1em
}

#redes_sociais i.social_youtube_circle {
    font-size: 1.8em;
    color: #fff;
    padding: .1em
}

#redes_sociais i.social_instagram_circle {
    font-size: 1.8em;
    color: #fff;
    padding: .1em
}

.colunas_de_links {
    font-family: "OpenSans", sans-serif !important;
    list-style-type: none;
    color: #F2F2F2;
    font-size: .8em;
    float: left;
    margin: 1em 0 2em
}

.colunas_de_links h2 {
    font-family: "OpenSans", sans-serif !important;
    font-weight: 700;
    font-size: .9em
}

.colunas_de_links ul li {
    color: #F2F2F2;
    list-style-position: outside;
    margin-top: .3em;
    margin-left: 1.2em;
    padding-left: 0;
    display: list-item;
    text-indent: -13px
}

.colunas_de_links ul li a {
    text-decoration: none;
    color: #484848;
    line-height: 1.2em;
    padding: .15em 0
}

.colunas_de_links ul li a:hover {
    color: #0b0775
}

.colunas_de_links h2 {
    margin: .2em 0 .8em;
    color: #333;
    font-weight: 400;
    font-size: 1.2em;
    border-bottom: thin solid #333
}

footer {
    margin: 0;
    background-color: #dadada;
    min-height: 10em;
    border: none
}

#footer-brasil {
    background: #314A73;
    margin: 0;
    padding: 1em 0;
    max-width: 100%
}

#footer-brasil #wrapper-footer-brasil {
    width: 100%
}

#rodape_copy {
    width: 100%;
    padding: 0;
    margin: 0;
    color: #FFF;
    text-align: center;
    border-top: 1px dotted #7b6662;
    border-bottom: 1px dotted #7b6662
}

a[href^="mailto:"],
a[href$=".pdf"],
a[href$=".doc"],
a[href$=".xls"],
a[href$=".rss"],
a[href$=".rdf"],
a[href^="aim:"] {
    margin: 0;
    background-repeat: no-repeat;
    background-position: right center
}

a[href$=".rss"],
a[href$=".rdf"] {
    background-image: url(../../images/icons/feed.png)
}

a[href^="aim:"] {
    background-image: url(../../images/icons/im.png)
}

a[href^="http://yourwebsite.com"] {
    background: none;
    padding: 0;
    margin: 0
}


/*-------------------------------------------------------------------------*/
/*---------------- conteúdos de midia personalização ----------------------*/
/*-------------------------------------------------------------------------*/
@media screen and (max-width: 39.9375em) {
    #copyright span {
        display: inherit;
    }

    #pagina-erro {
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }

    .tribe-events .tribe-events-l-container {
        padding: 0 !important;
    }

    #barra-brasil {
        display: none !important
    }

    #cabecalho ul.orbit-ul,
    li.orbit-item {
        max-height: 86px
    }

    #menu_principal .menu {
        font-size: .7em
    }

    .barra_pesquisa {
        height: 2.3em
    }

    .barra_pesquisa .busca {
        height: 2em;
        margin-top: .35em
    }

    .barra_pesquisa h3 {
        font-size: 1.1em
    }

    #menu_acessibilidade_right {
        text-align: center;
        background: #fff;
        padding: 0;
    }

    #menu_acessibilidade_right ul li a {
        padding: 0 15px 8px
    }

    #editoria_banner {
        background-color: #fff
    }

    #redes_sociais {
        text-align: center
    }

    #redes_sociais h3 {
        font-size: 1em
    }

    #texto_rodape span {
        text-align: center;
        padding: 0 !important;
    }

    #texto_rodape span img {
        width: 70%
    }

    #noticia,
    #evento {
        margin: 1em 0;
        padding: 0
    }

    #noticia_ccat,
    #noticia_caiss,
    #noticia_cdp,
    #noticia_cpp,
    #noticia_dap,
    #noticia_progepe {
        margin: 1em 0;
        padding: 0
    }

    #acesso_rapido img {
        width: 27px;
    }

    #acesso_rapido a p {
        font-size: .65em;
        color: #006400;
        font-weight: 700
    }

    #conteudo {
        padding: 20px 20px 60px 20px;
    }

    #noticia_progepe {
        width: 100%;
        margin: 0 auto;
        display: inline-block;
    }

    button.veja_mais:hover,
    button.veja_mais:hover {
        display: inline-block;
    }
}

/*---------------------------------- media ----------------------------------*/
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .barra_pesquisa div.busca {
        margin-top: 36px;
    }

    #cabecalho ul.orbit-ul,
    li.orbit-item {
        max-height: 200px
    }

    #menu_principal .menu {
        font-size: .9em;
        text-align: center
    }

    #editoria_banner {
        background-color: #fff
    }

    .barra_pesquisa {
        height: 2.7em;
        margin-top: 6.9em
    }

    .barra_pesquisa .busca {
        height: 2em;
        margin-top: .35em
    }

    .barra_pesquisa h3 {
        font-size: 1.6em
    }

    #redes_sociais h3 {
        font-size: 1.2em
    }

    #acesso_rapido img {
        width: 30px
    }

    #acesso_rapido a p {
        font-size: .7em;
        color: #006400;
        font-weight: 700
    }
}

/*---- media ----*/
@media screen and (min-width: 64em) {

    #cabecalho ul.orbit-ul,
    li.orbit-item {
        max-height: 250px
    }

    #menu_principal .menu {
        font-size: .9em;
        text-align: center
    }

    #editoria_banner {
        background-color: #fff
    }

    .barra_pesquisa {
        height: 2.6em
    }

    .barra_pesquisa .busca {
        height: 2em;
        margin-top: .35em
    }

    .barra_pesquisa h3 {
        font-size: 1.6em
    }

    #redes_sociais h3 {
        font-size: 1.4em
    }
}

/*-------------------------------------------------------------------------*/
/*---------------- ajustes display site e estrutura - ---------------------*/
/*-------------------------------------------------------------------------*/

/*-- page navi --*/
.wp-pagenavi a,
.wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #f9f9f9;
    margin: 2px;
    background: #25487c;
    color: #fff;
    padding: 6px 10px;
    font-weight: bold;
}

#conteudo .wp-pagenavi a {
    color: #b9d5eb
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    border-color: #000;
    color: #999;
}

/*-- barra BR rodape--*/
div#footer-brasil {
    margin: 0 auto !important;
    max-width: 1200px !important;
    background: #314A73 !important;
    border-top: 2px solid #3c5373 !important;
}

#wrapper-footer-brasil .logo-acesso-footer {
    margin: 11px 0 0 0 !important;
}

div#wrapper-footer-brasil {
    padding: 0;
    max-width: 1180px !important;
}

body.contraste #footer-brasil {
    background: #000 !important;
}

@media screen and (min-width: 960px) {
    #wrapper-footer-brasil {
        width: 98%;
    }
}

/*-- barra BR top --*/
div#wrapper-barra-brasil {
    max-width: 1200px !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

/*-- rodape ufpr --*/
#copyright span {
    color: #a4b1ca !important;
}

.breadcrumbs {
    display: none;
}

.wp-pagenavi a,
.wp-pagenavi span {
    padding: 4px 9px !important
}