/*
Theme Name: Mitosis UFPB
Theme URI: https://github.com/interfaceslivres/mitosis-theme
Author: Angelo
Author URI: https://github.com/angelobritop
Description: Tema das coordenações show.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.0
Requires at least: 0.0
Tested up to: 0.0
Requires PHP: 0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mitosistheme
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

* {
	margin: 0;
	padding: 0;
}

:root {
	/*--cor-tema: #E77817;*/
	/*--cor-highlight: #E15323;*/
	--cor-black: #000;
	--cor-background: white;
	--cor-sidebar: #F4F4F4;
	--cor-footer: #252525;
	--cor-middleground: #F0F0F0;
	--cor-footer-conteudo: white;
	--cor-item-nav: var(--cor-background);
	--cor-texto-escuro: #333333;
	--cor-texto-medio: #555555;
	--cor-texto-claro: white;
	font-size: 11px;
	--fonte-base: 1.25rem;
	--fonte-1up: 1.563rem;
	--fonte-2up: 1.953rem;
	--fonte-3up: 2.441rem;
	--fonte-4up: 2.903rem;
}

#barra-brasil {
	display: none;
}

#footer-brasil.azul {
	display: none;
}

a {
	color: inherit; /* blue colors for links too */
	text-decoration: inherit; /* no underline */
}

p {
	font-family: 'rawline';
	font-size: var(--fonte-1up);
	font-weight: 400;
	line-height: 1.45;
	color: var(--cor-texto-escuro);
	margin-bottom: 16px;
	/*max-width: 800px;*/
}

h1 {
	font-size: var(--fonte-3up);
	font-weight: 400;
	line-height: 1.15;
	color: var(--cor-texto-medio);
	margin-bottom: var(--fonte-3up);
	text-wrap: wrap; /* novidade 10/10 */
}

address {
	font-style: inherit;
  }

img {
	height: 100%;
}

body {
	overflow-x: hidden;
}

.container {  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto  auto;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
  	"cabecalho"
  	"main";
}


/* --------------------------- sidebar-----------------------------------*/
.lateral {
	display: none;
	grid-template-columns: 1fr;
	grid-template-rows: 131px auto;
	gap: 0px 0px;
	grid-auto-flow: row;
	grid-template-areas:
	"logo"
	"sidebar";
	grid-area: lateral;
}

.logo-bg {
	grid-area: logo;
	display: flex;
	align-items: center;
}

.logo {
	margin-left: 0%; /*alterar no media query*/
	/* padding-right: 10px; */
}

.logo img{
	object-fit: contain;
	max-height: 100px;
  max-width: 150px;
}
.sidebar-bg {
	grid-area: sidebar;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	background: var(--cor-sidebar);
	box-shadow: 4px 0px 4px rgba(0, 0, 0, 0.1);
}

.sidebar {
	margin-left: 0%; /*alterar no media query*/
	padding-right: 20px;
	list-style: none;
	padding-top:34px ;
	width: 145px;
}

.sidebar ul{
	list-style: none;
	padding-top: 7px;
}

.sidebar li ul li a{
	pointer-events: all;
	padding: 0;
	padding-bottom: 5px;
	text-decoration: none;
	font-family: 'Rawline';
	font-style: normal;
	font-weight: 400;
	text-transform: none;
	font-size:var(--fonte-base);
	color: var(--cor-black);
}

.sidebar a:hover{
	color: var(--cor-tema);
	text-decoration: underline;
}

.sidebar li a{
	padding-top: 10px;
	padding-bottom: 0px;
	pointer-events: none;
	font-family: 'Rawline';
	font-weight: 600;
	font-size: var(--fonte-1up);
	text-transform: none;
	display: flex;
	align-items: center;
	color: var(--cor-black);
}

.sidebar li ul li{
	padding: 0;
}


.sidebar li ul li ul li{
	padding-left: 15px;
}
/* --------------------------- sidebar end -----------------------------------*/

.cabecalho {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto auto;
	gap: 0px 0px;
	grid-auto-flow: row;
	grid-template-areas:
	"titulo"
	"nav-bar";
	grid-area: cabecalho;
	flex-wrap: wrap;
}


.titulo {
	grid-area: titulo;
	display: flex;
	border-left: none;
	margin: 20px 10px 15px 20px;
	justify-content: space-between;
	gap: 12px;

    flex-direction: row;
    align-items: center;
    padding: 0px;
}

.tit_img{
	display: flex;

}

.tit_img img{
	width: 100%;
	max-height: 80px;
	object-fit: contain;
}

#tit_centro{
	margin: 0;
	text-transform: uppercase;
	text-align: left;
	font-family: 'Rawline';
	font-weight: 400;
	font-size: var(--fonte-base);
	color: var(--cor-texto-medio);
}

#tit_centro:hover {
	color: var(--cor-tema);
}

#tit_curso{

	margin: 0;

	text-align: left;
	font-family: 'Rawline';
	font-weight: 700;
	font-size: var(--fonte-2up);
	line-height: 1.1;

	color: #000000;

}

.brasao {
	display:none;
	margin-right: 0%;
}

.brasao img{

	height: 90px;
}

.nav-bar-bg {
	grid-area: nav-bar;
	background: var(--cor-tema);
	display: flex;
	z-index: 999;
}

div.nav-bar {
	margin-right: 0;
	display: flex;
	width: 100%;
	min-height: 50px;
	padding-left: 0px;
	flex-wrap: wrap;
	display: grid;
	grid-template-columns: auto 0 0;
	grid-template-rows: auto;
	gap: 0px 0px;
	grid-template-areas:
	  "topnav acessibilidade lupa";
}

/*-------------------------------------- menu responsivo-----------------------------------------------*/
.topnav {
	justify-content: flex-start;
	list-style: none;
	position: relative;
  }

  .topnav ul li {
  position: relative;
	list-style-type: none;
	background-color: #F4F4F4;
	}

.topnav ul li a:hover {
	border-bottom: none;
}

.topnav.responsive ul:first-child li:first-child {
	margin-top: 50px;
}

.topnav.responsive ul:first-child li:last-child {

	padding-bottom: 15px;
    border-bottom: 3px solid #d3d3d3;
}
  /* Style the links inside the navigation bar */
.topnav a {
	float: left;
	display: none;
	padding: 6px;
	padding-left: 40px;
	color: #000000;
	font-family: 'Rawline';
	font-weight: 700;
	font-size: var(--fonte-1up);
	line-height: 154.523%;
	text-decoration: none;
	font-style: normal;
	padding-top: 12px;
}

.topnav a.icon p {
	padding: 0;
	margin: 0;
	padding-left: 5px;
	float: left;
    color: var(--cor-texto-claro);
    font-family: 'Rawline';
    font-weight: 700;
    font-size: var(--fonte-1up);
    line-height: 154.523%;
    text-decoration: none;
    font-style: normal;
}

.topnav a.icon {
	padding: 0;
	display: flex;
	position: absolute;
	padding-left: 20px;
	top:0;
	left: 0;
	padding-top: 10px;
	color: var(--cor-texto-claro);
}

.topnav.responsive {

	position: relative;
}

.topnav.responsive .icon {
  position: absolute;
	left: 0;
  top: 0;
}

.topnav.responsive a {
  float: none;
  display: flex;
  text-align: left;
}

.topnav.responsive .acc-container{
	display: block;

}

.topnav nav ul{
	transition: height 0.4s;
}

.Aberto{
	display: block;
}

.menuAbrir{
	display: block;
}

.menuFechar {
	display: none;
}

.fechar{
	display: none;
}

#menuParaFechar {
	padding-top: 6px;
}




/*----------------------------------------------- acessibilidade ------------------------------------------------------------------------*/



.acessibilidade{
	width: 100%;
	position: relative;
}

.acessibilidade a.iconAcessibilidade {
	position: absolute;
	top: 13px;
  right: 60px;
	font-size: var(--fonte-2up);
  color: #fff;
  transition: right, transform, 0.8s;
  transform: scaleX(1);
}

.acessibilidade.ativo a.iconAcessibilidade {
	right: 120px;
  transition: right, transform, 0.8s;
  transform: scaleX(-1);
}


#acess-bloco .altoconstraste, #acess-bloco .autismo {
	opacity: 0;
	right: 0px;
}

#acess-bloco.ativo .altoconstraste, #acess-bloco.ativo .autismo  {
	opacity: 1;
	transition: right opacity 0.8s 0.4s;
}

#acess-bloco.ativo .altoconstraste{
	right: 85px;
}

 #acess-bloco.ativo .autismo  {
	right: 55px;
}


/* ---------- alto contraste */

body.contraste, body.contraste .container .lateral .sidebar-bg {
	background: #252525;
}

body.contraste .container .lateral .sidebar-bg .sidebar li a {
	color: #ff0;
	font-size: var(--fonte-2up);
}

body.contraste .container .lateral .sidebar-bg .sidebar li ul li a {
	color: #CCCC6C;
	font-size: var(--fonte-1up);
}

body.contraste .container .lateral .sidebar-bg .sidebar li ul li a:hover {
	color: #ff0;
	text-decoration: underline;
}

body.contraste .container .cabecalho .titulo .title #tit_centro {
	color: #CCCC6C;
}

body.contraste .container .cabecalho .titulo .title #tit_curso {
	color: #ff0;
}

body.contraste .container .cabecalho .nav-bar-bg {
	background: #221f1f;
}

body.contraste .container .cabecalho .nav-bar-bg .nav-bar .topnav #nav ul li a{
    border-bottom: 2px solid #221f1f;
    background: #221f1f;
    color: #FFF;
}

body.contraste .container .cabecalho .nav-bar-bg .nav-bar .topnav.responsive ul:first-child li:last-child {
	    background: #221f1f;
}

body.contraste .container .main .noticias .secoes {
	color: #fff;
}

body.contraste .container .main .noticias .conteudo .noticias-coluna-unica .noticia-wrapper .background-wrapper2 {
	background: linear-gradient(180deg, rgba(0,   0,   0, 0.5) 0%, rgba(0, 0, 0, 0) 90%), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000 85%);
}

body.contraste .container .main .noticias .conteudo .noticias-coluna-unica .noticia-wrapper .rotulo-claro .categorias a{
	color: #ff0;
}
body.contraste .container .main .noticias .conteudo .noticias-coluna-unica .noticia-wrapper .rotulo-claro .categorias a:hover{
	text-decoration: underline;
}

body.contraste .container .main .noticias .conteudo .noticias-coluna-unica .noticia-wrapper .background-wrapper2 .noticia-com-img-titulo{
	color: #ff0;
}


body.contraste .container .main .noticias .conteudo .noticias-coluna-unica .noticia-wrapper .rotulo div {
	color: #fff;
}

body.contraste .container .main .noticias .conteudo .noticias-coluna-unica .noticia-wrapper .rotulo .categorias a {
	color: #fff;
}
body.contraste .container .main .noticias .conteudo .noticias-coluna-unica .noticia-wrapper .rotulo .categorias a:hover {
	color: #fff;
	text-decoration: underline;
}


body.contraste .container .main .noticias .conteudo .noticias-coluna-unica .noticia-wrapper .noticia-sem-img {
		background: #221f1f;
}

body.contraste .container .main .noticias .conteudo .noticias-coluna-unica .noticia-wrapper .noticia-sem-img .noticia-sem-img-titulo {
	color: #ff0;
}



body.contraste .container .main .noticias .conteudo .noticias-coluna .noticia-wrapper .noticia-sem-img{
	background: #221f1f;
}

body.contraste .container .main .noticias .conteudo .noticias-coluna .noticia-wrapper .rotulo div{
	color: #fff;
}

body.contraste .container .main .noticias .conteudo .noticias-coluna .noticia-wrapper .rotulo .categorias a{
	color: #ff0;
}

body.contraste .container .main .noticias .conteudo .noticias-coluna .noticia-wrapper .rotulo .categorias a:hover{
	text-decoration: underline;
}

body.contraste .container .main .noticias .conteudo .noticias-coluna .noticia-wrapper .noticia-sem-img .noticia-sem-img-titulo{
	color: #ff0;
}

body.contraste .container .main .noticias .conteudo .noticias-coluna .noticia-wrapper .background-wrapper {
	background: linear-gradient(180deg, rgba(0,   0,   0, 0.5) 0%, rgba(0, 0, 0, 0) 90%), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000 85%);
}

body.contraste .container .main .noticias .conteudo .noticias-coluna .noticia-wrapper .rotulo-claro .categorias a{
	color: #fff;
}

body.contraste .container .main .noticias .conteudo .noticias-coluna .noticia-wrapper .rotulo-claro .categorias a:hover{
	color: #fff;
	text-decoration: underline;
}

body.contraste .container .main .noticias .conteudo .noticias-coluna .noticia-wrapper .background-wrapper .noticia-com-img-titulo{
	color: #ff0;
}


body.contraste .container .main .noticias .link-wrapper .mais-link{
	color: #ff0;
}
body.contraste .container .main .noticias .link-wrapper .mais-link::after  {
	color: #ff0;
}

body.contraste .imagem-curso  {
	background: linear-gradient(180deg, rgba(0,   0,   0, 0.5) 0%, rgba(0, 0, 0, 0) 90%), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000 85%);
}

body.contraste .container .main .curso .secoes, body.contraste .container .main .curso .text-curso h3 {
	color: #fff;
}

body.contraste .container .main .curso .text-curso p {
color: #fff;
}

body.contraste .container .main .mais {
background: #221f1f;
}

body.contraste .container .main .mais .mapa .mapa-titulo h2{
	color: #fff;
}


body.contraste .container .main .mais .text-ufpb .text-ufpb-text p {
color: #fff;
}

body.contraste .container .main .mais .text-ufpb .text-ufpb-link .mais-link {
	color: #ff0;
}

body.contraste .container .main .mais .text-ufpb .text-ufpb-link .mais-link::after {
	color: #ff0;
}

/* internas alto contraste */

body.contraste div.container div.main div div h1.noticia-titulo {
		color: #ff0;
}
body.contraste div.container div.main div div p {
		color: #fff;
}

body.contraste div.container div.main div div div.noticia-h2 {
	color: #fff;
}

body.contraste div.container div.main div div div.noticia-h2 div div.noticia-categorias a {
		color: #ff0;
}


body.contraste div.container div.main div div div.noticias-relacionadas div a div {
 color: #ff0;
}

body.contraste div.container div.main div div div.noticias-relacionadas div a div.background-wrapper {
 background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 90%), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000 85%);
}

body.contraste div.container div.main div div div.noticias-relacionadas div div.rotulo div {
	color: #fff;
}


body.contraste div.container div.main div div div.noticias-relacionadas div div div.categorias a{
	color: #ff0;
}

body.contraste div.container div.main div div div.noticias-relacionadas div.noticia-wrapper a.noticia-sem-img {
	background: linear-gradient(180deg, rgba(0,   0,   0, 0.5) 0%, rgba(0, 0, 0, 0) 90%), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000 85%);
}

body.contraste div.container div.main .noticias #noticias div div div div.noticia-wrapper a div.background-wrapper3 {
background: linear-gradient(-90deg, rgba(0,   0,   0, 0.2) 0%, rgba(0, 0, 0, 0) 50%), linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, #221f1f 50%)
}

body.contraste div.container div.main .noticias #noticias div div div div a.noticia-sem-img2{
	background: #221f1f;
}

body.contraste div.container div.main .noticias #noticias div div h1 {
	color: #ff0;
}

body.contraste div.container div.main .noticias #noticias div div div div.noticia-wrapper div.rotulo div{
	color: #fff;
}

body.contraste div.container div.main .noticias #noticias div div div div.noticia-wrapper div.rotulo div a{
	color: #ff0;
}

body.contraste div.container div.main .noticias #noticias div div div div.noticia-wrapper div.rotulo div a:hover{
  text-decoration: underline;
}


body.contraste div.container div.main .noticias #noticias div div div div.noticia-wrapper a div.background-wrapper3 .noticia-com-img-titulo{
color: #ff0;
}

body.contraste div.container div.main .noticias #noticias div div div div.noticia-wrapper4 div.rotulo div{
	color: #fff;
}

body.contraste div.container div.main .noticias #noticias div div div div.noticia-wrapper4 div.rotulo div a{
	color: #ff0;
}

body.contraste div.container div.main .noticias #noticias div div div div.noticia-wrapper4 div.rotulo div a:hover{
  text-decoration: underline;
}


body.contraste div.container div.main .noticias #noticias div div div div a.noticia-sem-img2 div{
color: #ff0;
}

body.contraste div.container div.main .noticias #noticias div div div div.paginas-nav div nav div span{
	color: #fff;
}
body.contraste div.container div.main .noticias #noticias div div div div.paginas-nav div nav div a,
body.contraste div.container div.main .noticias #noticias div div div div.paginas-nav div nav div a::after,
body.contraste div.container div.main .noticias #noticias div div div div.paginas-nav div nav div a::before {
	color: #ff0;
}

body.contraste div.container div.main .noticias #noticias div div div div.paginas-nav div span{
	color: #fff;
}

body.contraste div.container div.main .noticias #noticias div div div div.paginas-nav div a,
body.contraste div.container div.main .noticias #noticias div div div div.paginas-nav div a::after,
body.contraste div.container div.main .noticias #noticias div div div div.paginas-nav div a::before {
		color: #ff0;
}

body.contraste div.container div.main .noticias .content-grid ul li,
body.contraste div.container div.main .noticias .content-grid ol li {
		color: #fff;
}


body.contraste div.container div.main .noticias .content-grid .noticia-h2 .noticia-compartilhe .redes-sociais a {
	color: #fff;
}

body.contraste div.container div.main .noticias .content-grid #outras-n {
	color: #fff;
}

body.contraste div.container div.main > div > div h2 {
	color: #fff;
}

body.contraste div.container div.main > div > div > div.wp-block-file a,
body.contraste div.container div.main > div > div > div.wp-block-file a::before {
	color: #ff0;
}


body.contraste div.container div.main .noticias .content-grid p a, body.contraste div.container div.main .noticias .content-grid ul a, body.contraste div.container div.main .noticias .content-grid h2 a {
	color: #ff0;
}


/* ------- fim do alto contraste */


body.autismo.contraste div.container header div.nav-bar-bg div #myTopnav a #menuFecharId,
body.autismo.contraste div.container header div.nav-bar-bg div #myTopnav a #menuMenu, body.autismo.contraste div.container header div.nav-bar-bg div #myTopnav a #menuParaFechar  {
	color: #fff;
}

/* início do css p/ autismo */

body.autismo div.container header div.nav-bar-bg div #myTopnav a #menuParaFechar {
	color: #000;
}
body.autismo div.container header div.nav-bar-bg div #myTopnav a #menuMenu {
	color: #000;
}
body.autismo div.container header div.nav-bar-bg div #myTopnav a #menuFecharId {
	color: #000;
}
body.autismo.contraste div.container header div.nav-bar-bg div #myTopnav a #menuFecharId {
	color: #fff;
}




body.autismo .container .cabecalho .nav-bar-bg {
	background: #fff;
}

body.autismo .container .cabecalho .nav-bar-bg {
	background: #fff;
}
body.autismo.contraste .container .cabecalho .nav-bar-bg {
	background: #252525;
}

body.autismo .container .cabecalho .nav-bar-bg .nav-bar .topnav #nav ul li a {
  padding: 8px 11px;
  margin: 0 2px;
  color: #000;
}

body.autismo .container .cabecalho .nav-bar-bg .nav-bar .topnav #nav ul li:nth-child(1) a {
	background: #F23DA0;
}

body.autismo .container .cabecalho .nav-bar-bg .nav-bar .topnav #nav ul li:nth-child(2) a {
	background: #1AC6D9;
}
body.autismo .container .cabecalho .nav-bar-bg .nav-bar .topnav #nav ul li:nth-child(3) a {
	background: #DCF230;
}
body.autismo .container .cabecalho .nav-bar-bg .nav-bar .topnav #nav ul li:nth-child(4) a {
	background: #F2D027;
}
body.autismo .container .cabecalho .nav-bar-bg .nav-bar .topnav #nav ul li:nth-child(5) a {
	background: #F27141;
}
body.autismo .container .cabecalho .nav-bar-bg .nav-bar .topnav #nav ul li:nth-child(6) a {
	background: #655AF5;
}
body.autismo .container .cabecalho .nav-bar-bg .nav-bar .topnav #nav ul li:nth-child(7) a {
	background: #3DDC8F;
}
body.autismo .container .cabecalho .nav-bar-bg .nav-bar .topnav #nav ul li:nth-child(8) a {
	background: #B6F52F;
}
body.autismo .container .cabecalho .nav-bar-bg .nav-bar .topnav #nav ul li:nth-child(9) a {
	background: #F5A41A;
}
body.autismo .container .cabecalho .nav-bar-bg .nav-bar .topnav #nav ul li:nth-child(10) a {
	background: #F45056;
}

body.autismo .container .cabecalho .nav-bar-bg .nav-bar .acessibilidade a, body.autismo .container .cabecalho .nav-bar-bg .nav-bar .lupa a{
	color: #000;
}
body.autismo.contraste .container .cabecalho .nav-bar-bg .nav-bar .acessibilidade a, body.autismo.contraste .container .cabecalho .nav-bar-bg .nav-bar .lupa a{
	color: #fff;
}

body.autismo .container .lateral .sidebar-bg {
	box-shadow: none;
}

/* fim de autismo */


/*-------------------------------------------------- acessibilidade-end ----------------------------------------------------------------*/
/*---------------------------------------------  B A R R A  D E  P E S Q U I S A ------------------------------------------------------*/

.lupa {
	width: 100%;
}

.lupa a.iconPesquisa {
	padding-right: 21px;
	position: relative;
	float: right;
	top: 13px;
	right:0;
	font-size: var(--fonte-2up);

  	color: #fff;
}


.pesquisa.pesquisaBarra {
	display: flex;
}

.pesquisa {
	max-width: 1170px;
	padding: 0px 6px 44px 10px;
	display: none;
	position: relative;
	z-index: 10;
	top: 28px;
}

.barraBotaop {
	width: 100%;
	display: grid;
	grid-template-columns: 100%;
	grid-template-areas:
	  "barra ";
}

.barra form div {
	display: flex;
    flex-direction: row;
	margin-right: 5px;
	grid-area: barra;
	background-color: #fff;
	> input[type=text] {
		color: #5a5a5a;
		font-family: Rawline;
		font-size: 18px;
		font-weight: 600;
  		border: none;
	}
	> input[type=submit] {
		color: #B7B7B7;
		font-family: Rawline;
		font-size: 18px;
		font-weight: 600;
		border: none;
		border-left: 5px solid var(--cor-tema);
	}
 }

.barra form div input[type=text] {
	width: 100%;
	padding: 12px 20px;
	box-sizing: border-box;
}

.barra form div input[type=submit] {
	border-left: 3px var(--cor-tema);
}

.barra form div ::placeholder {
  color: #B7B7B7;
  opacity: 1; /* Firefox */
}


.botaop {
    margin-right: 5px;
    max-width: 200px;
    grid-area: botaop;
    background-color: #fff;
	display: none;
}

.submit {

	margin-right: 5px;
	max-width: 200px;
	grid-area: submit;
	background-color: #fff;

}

.submit p{

	padding-top: 10px;
	color: var(--cor-tema);
	font-family: 'Rawline';
	font-size: 18px;
	font-weight: 600;
	text-align: center;

	display: none;
}

#xBarra{
 background-color: var(--cor-background);
 font-size: var(--fonte-2up);
 color: var(--cor-tema);
 display: flex;
 align-items: center;
 justify-content: center;
 border: none;
 border-left: 5px solid var(--cor-tema);
 padding-left: 20px;
 padding-right: 20px;
}

#xBarra:hover{
	background-color: var(--cor-sidebar);
}

.acc-container {
	display: none;
	padding-bottom: 15px;
	width:100%;
	overflow: hidden;
	color: rgb(255, 255, 255);
	background-color: #F4F4F4;
  }

.acc-container li {
	width:100%;
	margin:0 auto;
	cursor:pointer;
}

.acc-container li a {
 padding-top: 12px;
 padding-bottom: 12px;
}


.acc-container li ul li a {
		width: 100%;
    margin: 0 auto;
    background: #d5d5d5;
    padding-left: 65px;
    overflow-y: hidden;
    height: auto;
    font-size: var(--fonte-1up);
    text-transform: none;
 }


				html {
				  -webkit-tap-highlight-color: rgba(0,0,0,0);
				}

        .acc-container .menu-item-has-children a::after{
				  font-family: "Font Awesome 6 Free";
				  font-weight: 900;
				  content: " \f078";
				  margin-left: 5px;
				  transform: rotate(0deg);
				  transition: .3s all;
        }

        .acc-container .menu-item-has-children.active a::after{
        	transform: rotate(-180deg);
				  transition: .3s all;
        }


        .acc-container .menu-item-has-children .sub-menu li a::after{
				 content: " ";
				}

        .acc-container .menu-item .sub-menu {
            display: none;
        }

        .acc-container .menu-item.active .sub-menu {
            display: block;
        }

        .fa-chevron-down {
            margin-left: auto;
            transition: transform 0.3s ease-in-out;
        }

        .menu-item:not(.active) .fa-chevron-down {
            transform: rotate(0deg);
        }

        .menu-item.active .fa-chevron-down {
            transform: rotate(180deg);
        }



/*--------------------------------------- acessibilidade ---------------------------------------*/

/* Customize the label (the container) */
.containerAc {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }

  /* Hide the browser's default checkbox */
  .containerAc input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }

  /* Create a custom checkbox */
  .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	z-index: 999;
  }

  /* On mouse-over, add a grey background color */
  .containerAc:hover input ~ .checkmark {
	background-color: #ccc;
  }

  /* When the checkbox is checked, add a blue background */
  .containerAc input:checked ~ .checkmark {
	background-color: #2196F3;
  }

  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }

  /* Show the checkmark when checked */
  .containerAc input:checked ~ .checkmark:after {
	display: block;
  }

  /* Style the checkmark/indicator */
  .containerAc .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  }

  .acessibilidadeMenu{
	max-width: 1170px;
	padding: 22px 0;
	padding-left: 10px;
	padding-right: 6px;
	display: BLOCK;
	position: relative;
	z-index: 10000;
  }
/*--------------------------------------- acessibilidade-end ---------------------------------------*/

/*-------------------------------------- main -----------------------------------------------*/

.main {
	font-family: 'Rawline';
	grid-area: main;
	margin-right: 0%; /*alterar no media query*/
	min-height: 720px;
	/*max-width: 800px;*/
}

.secoes {
	font-family: 'Rawline';
	padding-top: 2rem;
	font-size: var(--fonte-3up);
    font-weight: 400;
    line-height: 1.15;
    color: var(--cor-texto-medio);
    margin-bottom: var(--fonte-1up);

}

/*-------------------------------------- noticias-home -----------------------------------------------*/

  .noticias {
	font-family: 'Rawline';
	margin: 20px;
	/*max-width: 800px;*/
  }

  .conteudo {
	min-height: 415px;
	margin-bottom: 30px;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto auto;
	grid-template-areas:
	"coluna1"
	"coluna2";
	gap: 20px;
}
.camada-1 {
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
}

.noticias-coluna {
  grid-area: coluna2;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.noticias-coluna-unica {
  grid-area: coluna1;
}

#noticia-principal {
  font-size: var(--fonte-3up);
  font-weight: 500;
}

.noticia-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.noticia-wrapper:hover .noticia-sem-img{
  background: var(--cor-middleground);
}

.noticia-sem-img {
  position: relative;
  width: 100%;
  height: 100%;
  background: var(--cor-background);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: var(--fonte-base);
  box-sizing: border-box;
  min-height: 140px;
}


.noticia-sem-img2:hover {
	background: #f3f3f3;
}

.noticia-sem-img2 {
	position: relative;
	width: 100%;
	height: 100%;
	background: var(--cor-background);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: var(--fonte-base);
	box-sizing: border-box;
	min-height: 140px;
  }

.wide-conteudo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
  max-width: 670px;

  padding: 16px 0 16px var(--fonte-2up);
}


.noticia-sem-img:hover {
  background: var(--cor-middleground);
}

.noticia-com-img {
  background-size: cover;
  background-position: center;
  display: block;
  height: 100%;
}

.background-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 180px;
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
  padding: var(--fonte-base);
  box-sizing: border-box;
}


.background-wrapper2 {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 180px;
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
  padding: var(--fonte-base);
  box-sizing: border-box;
}

.background-wrapper3 {
	position: relative;
    width: 100%;
    height: 100%;
    min-height: 140px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding: var(--fonte-base);
    box-sizing: border-box;
	background-image: linear-gradient(90deg, white 45%, transparent 70%);
}

.background-wrapper3:hover {
	background-image: linear-gradient(90deg, #f3f3f3 45%, transparent 70%);
}

  .background-wrapper4 {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 140px;
	justify-content: flex-end;
	display: flex;
	flex-direction: column;
	padding: var(--fonte-base);
	box-sizing: border-box;
  }

.noticia-com-img .rotulo {
  color: var(--cor-texto-claro);
}

.rotulo {
  z-index: 1;
  position: absolute;
  top: var(--fonte-base);
  left: var(--fonte-base);

  display: flex;
  flex-direction: row;
  align-items: center;

  font-size: 1rem;
  font-weight: 600;
  line-height: 1.45;
  color: var(--cor-texto-medio);

  gap: var(--fonte-2up);
}

.rotulo-claro {
  z-index: 1;
  position: absolute;
  top: var(--fonte-base);
  left: var(--fonte-base);
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.45;
  color: var(--cor-texto-claro);
  gap: var(--fonte-2up);
}

.rotulo-claro .categorias a {
  color: var(--cor-texto-claro);
}

.rotulo-claro .categorias a:hover {
  text-decoration: underline;
}

.rotulo a {
  color: var(--cor-texto-medio);
}

.rotulo a:hover{
  color: var(--cor-texto-medio);
  text-decoration: underline;
}

a:hover .noticia-sem-img-titulo {
text-decoration: underline;
}

.noticia-sem-img-titulo {
  font-style: normal;
  font-weight: 600;
  font-size: var(--fonte-2up);
  line-height: 1.15;
  color: var(--cor-tema);
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
}


a:hover div .noticia-com-img-titulo {
	text-decoration: underline;
}

.noticia-com-img-titulo {
  font-style: normal;
  font-weight: 600;
  font-size: var(--fonte-2up);
  line-height: 1.15;
  color: white;

  height: 100%;
  display: flex;
  align-items: flex-end;
}

.noticia-wrapper .background-wrapper, .noticia-wrapper .background-wrapper2, .noticia-wrapper .background-wrapper4 {
	background-image: linear-gradient(180deg, rgba(0,0,0,.3) 0px, transparent 50px), linear-gradient(0deg, rgba(0,0,0,.85), transparent 100px);
}

.noticia-wrapper:hover .background-wrapper, .noticia-wrapper:hover .background-wrapper2, .noticia-wrapper:hover .background-wrapper4 {
  background-image: linear-gradient(180deg, rgba(0,0,0,.3) 0px, transparent 50px), linear-gradient(0deg, rgba(0,0,0,1), transparent 100px);
}

#noticias .background-wrapper3 .noticia-com-img-titulo {
	color: var(--cor-tema);
}

/*CARDS*/
.noticia-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.noticia-wrapper4 {
	position: relative;
}

#noticias .noticia-wrapper:hover .noticia-sem-img{
  background: var(--cor-middleground);
}

#noticias .noticia-sem-img {
  position: relative;
  width: 100%;
  background: var(--cor-background);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: var(--fonte-base);
  box-sizing: border-box;
  height: 180px;
}

.wide-conteudo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
  max-width: 670px;

  padding: 16px 0 16px var(--fonte-2up);
}


#noticias .noticia-com-img {
  background-position: right;
  display: block;
  background-repeat: no-repeat;
  background-size: 60%;
}

.noticia-com-img .rotulo {
  color: var(--cor-texto-claro);
}

.rotulo {
  z-index: 1;
  position: absolute;
  top: var(--fonte-base);
  left: var(--fonte-base);
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.45;
  color: var(--cor-texto-medio);
  gap: var(--fonte-2up);
}

.rotulo-claro {
  z-index: 1;
  position: absolute;
  top: var(--fonte-base);
  left: var(--fonte-base);
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.45;
  color: var(--cor-texto-claro);
  gap: var(--fonte-2up);
}


.noticia-sem-img-titulo {
  font-style: normal;
  font-weight: 600;
  font-size: var(--fonte-2up);
  line-height: 1.15;
  color: var(--cor-tema);;

  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
}

#noticias .noticia-com-img-titulo {
  width: 50%;
  font-style: normal;
  font-weight: 600;
  font-size: var(--fonte-2up);
  line-height: 1.15;
  color: white;

  height: 100%;
  display: flex;
  align-items: center;
}

#noticias .noticia-wrapper:hover .background-wrapper {
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 22%, var(--cor-middleground) 30%);
}

.cards-lista {
	display: flex;
	flex-direction: column;
	gap: 30px;
  }


/*FIM DE DOCUMENTOS*/

.link-wrapper {
  display: flex;
  margin-bottom: 16px;
}

.justify-end {
  justify-content: flex-end;
}

.link-wrapper {
  display: flex;
  margin-bottom: 16px;
}

.justify-end {
  justify-content: flex-end;
}

.mais-link {
  	display: block;
    flex-shrink: 1;
    font-family: 'rawline';
    font-style: normal;
    font-weight: 600;
    font-size: var(--fonte-1up);
    line-height: 1.15;
    color: var(--cor-tema);
    margin-bottom: 16px;
}

.mais-link::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f061";
  color: var(--cor-tema);

  margin-left: 0.5rem;

  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  --webkit-font-smoothing: antialiased;

  transition-property: transform;
  transition-duration: 150ms;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  line-height: inherit;
}

.mais-link:hover::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f061";
  color: var(--cor-tema);

  margin-left: 0.5rem;

  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  --webkit-font-smoothing: antialiased;

  transform: translateX(5px);
  transition-property: transform;
  transition-duration: 150ms;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}


/*-------------------------------------- noticias-home-end -----------------------------------------------*/
/*-----------------------------------------notícia ----------------------------------------------------*/


.corpo {
	width: 100%;
	display: flex;
	flex-direction: column;


	gap: var(--fonte-4up);
	margin-top: var(--fonte-2up);
  }

  #index.corpo {
	margin-bottom: var(--fonte-4up);
	margin-top: 0px;
  }

  #index.corpo .imagem {
	height: 15vh;
  }

  .corpo-grid {
	max-width: 1170px;
	display: grid;
	gap: 30px;

  }


.noticia-h2 {
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: space-between;

	font-size: var(--fonte-base);
	font-weight: 400;
	line-height: 1.45;
	color: var(--cor-texto-escuro);

	margin-bottom: var(--fonte-2up);
  }

  .noticia-categorias a {
	color: var(--cor-tema);
	margin-left: 8px;
  }

  .noticia-categorias a:hover {
	text-decoration: underline;
  }

  .noticia-categorias {
	display: flex;
	flex-direction: row;
  }

  .noticia-compartilhe {
	display: flex;
	flex-direction: column;
	gap: 0px;
	justify-content: flex-start;
  }

  .noticia-redes {
	color: var(--cor-tema);
  }

  .noticia-redes a:hover {
  filter: brightness(90%);
  }

  .noticia-imagem {
	height: auto;
	width: 100%;
  }

  .content-grid .wp-block-file {
  	margin-bottom: 10px;
  }

  .wp-block-file a {
	font-style: normal;
	font-weight: 600;
	font-size: var(--fonte-1up);
	line-height: 1.15;
	color: var(--cor-tema);
	margin-bottom: 8px;
	word-break: break-word;
	display: block;
  }

  .wp-block-file a:visited {
    filter: brightness(75%);
  }

  .wp-block-file a:hover {
  	text-decoration: underline;
  }

  .wp-block-file a::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f019";
	color: var(--cor-tema);
	margin-right: 0.5rem;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	--webkit-font-smoothing: antialiased;
  }

  .wp-block-file .wp-element-button, .wp-block-file .wp-block-file__button {
  	display: none;
  }

  .noticias-relacionadas {
	display: flex;
	flex-direction: column;
	gap: 30px;
  }

.wp-block-gallery button.lightbox-trigger {
    display: none;
}

.content-grid ul li, .content-grid ol li  {
  list-style-position: inside;
  font-size: var(--fonte-base);
}

.content-grid ul, .content-grid ol {
  margin: 15px 0;
}

.content-grid p {
  margin-bottom: var(--fonte-base);
  /*max-width: 800px;*/
}

.content-grid iframe {
	margin-bottom: var(--fonte-base);
	max-width: 800px;
}

.content-grid p a, .content-grid ul a, .content-grid h2 a {
		color: var(--cor-tema);
    text-decoration: underline;
}

.content-grid p a:hover, .content-grid ul a:hover, .content-grid h2 a:hover {
    filter: brightness(90%);
}

#outras-n {
    margin-top: 45px;
}

/* -------------- atualizacao em 10/10/2023 - fleig --------------------- */


  .noticia-titulo {
    margin-top: 20px;
  }

.noticia-links-relacionados {
  margin-bottom: var(--fonte-3up);
}

.content-grid h2 {
		font-size: var(--fonte-2up);
    font-weight: 400;
    line-height: 1.15;
    color: var(--cor-texto-medio);
    margin: var(--fonte-2up) 0;
}


.noticia-links-relacionados a:hover{
  text-decoration: underline;
}

.content-grid {
	margin-bottom: 60px;
	max-width: 800px;
}

.paginas-nav {
	display: flex;
	flex-direction: row;
	gap: 0px;
	justify-content: center;
	color: var(--cor-texto-escuro);
  }

  .paginas-nav *{
	font-weight: 600;
	font-size: var(--fonte-1up);
	line-height: 1.15;
  }

  .paginas-nav a {
	color: var(--cor-tema);
  }

  .pagination, .page-numbers, .pagination .nav-links {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	min-width: 30px;
	min-height: 48px;
	border-radius: 50%;
  }

  .page-numbers {
	color: var(--cor-tema);
	text-decoration: underline;
  }

  .page-numbers.current {
	color: var(--cor-black);
	text-decoration: none;
  }

  .next.page-numbers{
	text-decoration: none;
  }

  .prev.page-numbers{
	text-decoration: none;
  }

.pagination a.next.page-numbers:hover, .pagination a.prev.page-numbers:hover {
	color: var(--cor-tema);
}

  .pagination a.page-numbers:hover {
	color: var(--cor-tema);
  }

  .next.page-numbers::after{
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f061";
	color: var(--cor-tema);
	margin-left: 0.5rem;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	--webkit-font-smoothing: antialiased;
	transition-property: transform;
	transition-duration: 150ms;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
	line-height: 1;
	text-decoration: none;
  }

  .next.page-numbers:hover::after {
	transform: translateX(5px);
  }

  .prev.page-numbers::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f060";
	color: var(--cor-tema);
	margin-right: 0.5rem;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	--webkit-font-smoothing: antialiased;
	transition-property: transform;
	transition-duration: 150ms;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
	line-height: 1;
  }

  .prev.page-numbers:hover::before {
	transform: translateX(-5px);
  }


.wp-block-image {
	margin: 20px 0;
}



/*------------------------------------------notícia-end ---------------------------------------------------*/
/*------------------------------------------Icone ---------------------------------------------------*/

.links-wrapper {
	display: block;
	margin-top: 40px;
	margin-bottom: 16px;
	margin-left: 30px;
  }

  .link-image-wrapper {
	height: 150px;
	width: 150px;
  }



  .link-img{

	background-size: cover;
	background-position: right;
	display: block;
	background-repeat: no-repeat;

	width: 200px;
	height: 120px;

	border-radius: 5%;
  }

  .links {
	  display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	gap: var(--fonte-3up);



	max-width: 1170px;
	height: auto;

	/* BG BLOCO */


  }

  .link-full {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0px;
	gap: 10px;
  }


  .link-full:hover .link-image-wrapper{
	color: var(--cor-background);
	background-color: var(--cor-tema);
  }

  .link-full:hover .link-text{
	color: var(--cor-tema);
  }

  .link-image {
	display: block;
	width: 60%;
	height: 60%;
  }

  .link-text {
	margin-top: 25px;

	font-style: normal;
	font-weight: 600;
	font-size: var(--fonte-3up);
	line-height: 1.15;

	/* or 125% */
	text-align: center;

	color: var(--cor-texto-claro);
  }


/*------------------------------------------Icone-end ---------------------------------------------------*/
/*-------------------------------------- curso -----------------------------------------------*/

.curso {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto auto auto;
	gap: 0px 0px;
	padding-left: 20px;
	padding-right: 20px;
	grid-auto-flow: row;
	grid-template-areas:
	  "secoes"
	  "youtube"
	  "text-curso";
  }

.secoes {
	grid-area: secoes;
}

  .youtube {
	padding-top: 10px;
	width: 100%;
	max-width: 800px;
	grid-area: youtube;
	aspect-ratio: 16 / 9;
	margin: 0 auto;
 }

 .youtube iframe{
	object-fit: cover;
 }

  .text-curso {
	grid-area: text-curso;

 }

.text-curso h3{
	padding-top: 20px;
	font-family: 'Rawline';
	font-weight: 500;
	font-size: var(--fonte-2up);
	line-height: 2rem;

	color: var(--cor-texto-escuro);
}

.text-curso h3:first-child{
	padding-top: 25px;
}

.text-curso p{
	padding-top: 12px;
	font-family: 'Rawline';
	font-style: normal;
	font-weight: 400;
	font-size: var(--fonte-1up);
	line-height: 1.45;
	margin-bottom: 0;
	color: var(--cor-texto-escuro);

}

/*-------------------------------------- curso -----------------------------------------------*/
/*-------------------------------------- mais -----------------------------------------------*/

.curso {
	margin-bottom: 35px;
}

 .mais {  display: grid;
	grid-template-columns: auto;
	grid-template-rows: auto 1fr;
	margin: 0px 20px 35px;
	padding:15px;
	gap: 35px;
	grid-template-areas:
	  "mapa" "text-ufpb";

	background: #F4F4F4;
	box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.15);
  }

.mapa {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 45px auto;
	gap: 0px 0px;
	grid-auto-flow: row;
	grid-template-areas:
	  "mapa-titulo"
	  "mapa-img";
}

.mapa-titulo {
	grid-area: mapa-titulo;
}

.mapa-titulo h2{
	font-family: 'Rawline';
	font-weight: 400;
	font-size: 2rem;
	line-height: 2.25rem;
	display: flex;
	align-items: center;
	color: #666666;
}

.mapa-img {
	grid-area: mapa-img;
	min-height: 426px;
}


.text-ufpb {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0px 0px;
	grid-auto-flow: row;
	grid-template-areas:
	  "text-ufpb-text"
	  "text-ufpb-link";
  }


 .text-ufpb-titulo h2{
	font-family: 'Rawline';
	font-weight: 400;
	font-size: 2rem;
	line-height: 2.25rem;
	display: flex;
	align-items: center;
	color: #666666;
}

  .text-ufpb-text {
	grid-area: text-ufpb-text;
 }

  .text-ufpb-link {
  	grid-area: text-ufpb-link;
  	align-self: flex-end;
	}

  .text-ufpb-link li {
  	list-style-type: none;
	}

  .text-ufpb-link li:last-child a.mais-link {
  	margin-bottom: 0;
	}

  .text-ufpb-link h2{
	padding-top: 10px;
  }


/*-------------------------------------- mais -----------------------------------------------*/

.imagem-curso{
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
	height: 25vh;
}

.imagem-curso img{

	width: 100%;
  	height: 30vh;
	object-fit:cover;

	z-index:-1;
    position: relative;

  }

/*-------------------------------------- footer -----------------------------------------------*/


#footer-wrapper {
	font-size: 12px;
	font-family: 'Rawline';
	display: flex;
	width: 100%;
	background-color: var(--cor-tema);
	justify-content: center;
	margin: 0 auto;
  }

  footer {
	width: 100%;
	margin: 30px 20px;
	display: flex;
	gap: 20px;
	flex-direction: column;
	align-items: flex-start;
	font-style: normal;
	font-weight: 400;
	font-size: var(--fonte-base);
	line-height: 1.45;
	color: var(--cor-texto-claro);
  }

  #footer-dados {
	height: min-content;
	box-sizing: border-box;
	display: flex;
	gap: 16px;

  }

  #footer-dados > div {
	display: flex;
	flex-direction: column;
	gap: 4px;
	max-width: 500px;
  }

  #footer-dados > div > div > a {
	font-size: var(--fonte-base);
	color: var(--cor-texto-claro);
	font-weight: 400;
	line-height: 1.45;
	margin-bottom: 0;
	text-decoration: none;
	display: inline;
  }

  footer a:hover {
  	filter: brightness(90%);
  }

  #footer-dados > div > div > a::after {
	color: var(--cor-texto-claro);
  }

  #footer-dados > div > a::after {
	color: var(--cor-texto-claro);
  }

  #footer-dados > div > div:first-child {
	font-size: var(--fonte-2up);
	line-height: 1.15;
	font-weight: 600;
  }

  #footer-top {
	flex-direction: column;
  gap: 20px;
	display: flex;
	justify-content: space-between;
	width: 100%;
  }

  #footer-logo {
	display: none;
  }

  .footer-direita {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
  }

  #footer-contato {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding: 0px;
	gap: 16px;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
  }

  .redes-sociais {
	display: flex;
	flex-direction: row;
	gap: 10px;
  }

  .redes-sociais i {
	height: 48px;
	display: flex;
	align-items: center;
	font-size: 3.052rem;
  }

  #footer-creditos {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 0px;
	gap: 16px;
	height: 50px;

  }

  #footer-creditos a {
	height: 100%;
  }

  .botao-menu {
	height: 100%;
	width: 25px;
  }

  #footer-bottom {
	width: 100%;
	display: flex;
	flex-direction: column;
  }

  #footer-linha {
	width: 100%;
	height: 1px;
	background-color: var(--cor-texto-claro);
  }

  #footer-ultima-linha {
	display: flex;
	flex-direction: row;
	justify-content: space-between;

	width: 100%;

	flex-direction: column;
    gap: 4px;
  }

  #footer-ultima-linha a {
	text-decoration: underline;
	display: inline-block;
  }

  #footer-ultima-linha div:nth-child(2) a {
	padding: 0 5px 0 8px;
	border-left: solid 1px var(--cor-texto-claro);
  }

  #footer-ultima-linha div:nth-child(2) a:first-child {
	padding: 0 5px 0 0px;
	border-left: solid 0px var(--cor-texto-claro);
  }




/*-------------------------------------- footer end-----------------------------------------------*/

@media only screen and (min-width: 960px)  {

/* ------------------------------------------------------ versão de comuputador --------------------------------------------------------- */

/*------------------------ menu responsivo ---------------------------------*/
	:root{
		font-size: 12px;
	}

	.topnav a{
	  display: flex;
	  padding: 0;
	  margin: 8px 10px;
	  color: var(--cor-background);
	  border-bottom: 2px solid var(--cor-tema);
	  font-size: 1.4em;
	}

	.topnav a.icon {
	  display: none;
	}

	.acc-container {
		display: none;

	}

	.topnav ul li a:hover {
		border-bottom: 2px solid var(--cor-background);
	}

	.topnav ul li {
		top: 0px;
		position: relative;
		list-style-type: none;
	}

	.titulo {
		display: flex;
		margin: 0;
		padding: 0;
		padding-left: 28px;
	}

	.tit_img{
		display: none;
	}

	#tit_curso{
		text-align: left;
		padding-top: 9px;
		font-size: var(--fonte-3up);
		line-height: 1;
	}

	#tit_centro{
		text-align: left;
		font-size: var(--fonte-1up);
		line-height: 1.3rem;
	}

	.brasao {
		display: flex;
		margin-right: 2vw;
	}

	.lateral {
		display: grid;
	}

	.logo {
		margin-left: 0vw;
	}


body.contraste .container .cabecalho .nav-bar-bg .nav-bar .topnav #nav ul li a{
  border-bottom: 2px solid #221f1f;
}

body.contraste .container .cabecalho .nav-bar-bg .nav-bar .topnav #nav ul li a:hover{
    border-bottom: 2px solid #fff;
}

/*fleig desktop*/

.curso {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto auto auto;
	gap: 0px 0px;
	padding-left: 30px;
	padding-right: 30px;
	grid-auto-flow: row;
	grid-template-areas:
	  "secoes"
	  "youtube"
	  "text-curso";
}

.noticias-relacionadas {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
  }

.background-wrapper2 {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 390px;
	justify-content: flex-end;
	display: flex;
	flex-direction: column;
	padding: var(--fonte-base);
	box-sizing: border-box;
}

/*------------------------ menu responsivo end ---------------------------------*/
	.sidebar {
		margin-left: 2vw;
	}

.sidebar li a {
	font-size: 1.4em;
}

.sidebar li ul li a {
	font-size: 1.2em;
}

	div.nav-bar{
		margin-right: 2vw;
		padding-left: 20px;
		min-height: 0px;
		grid-template-columns: auto 108px 42px;
	}

	.pesquisa {
		padding-right: 0px;
	}

	.acessibilidade a.iconAcessibilidade {
		top: 10px;
    right: 0px;
	}

.acessibilidade.ativo a.iconAcessibilidade {
	right: 75px;
  transition: right, transform, 0.8s;
  transform: scaleX(-1);
}

#acess-bloco .altoconstraste, #acess-bloco .autismo {
	opacity: 0;
	right: -45px;
}

#acess-bloco.ativo .altoconstraste, #acess-bloco.ativo .autismo  {
	opacity: 1;
	transition: right opacity 0.8s 0.4s;
}

#acess-bloco.ativo .altoconstraste{
	right: 35px;
}

 #acess-bloco.ativo .autismo  {
	right: 0px;
}


	.lupa a.iconPesquisa {
		padding-right: 5px;
		top: 10px;
	}

	.submit p{
		display: block;
	}

	.main{
		margin-right: 0vw;
	}

	.cabecalho{
		grid-template-rows: 131px auto;
		grid-template-columns: 1fr 1fr;
		grid-template-areas:
		"titulo titulo"
		"nav-bar nav-bar";
	}

	.container{
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
		/*grid-template-rows: 176px  auto;*/
		grid-template-areas:
		"lateral cabecalho cabecalho cabecalho cabecalho cabecalho"
    	"lateral main main main main main";
	}


	/* noticias responsivo */

	.conteudo {
		min-height: 300px;
		margin-bottom: 32px;

		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr;
		grid-template-areas:
		"coluna1 coluna2";
		gap: 20px;
	  }

	.noticias {
		padding: 0;
		margin: 0 0 0 30px;
	}

	.noticia-sem-img {
		min-height: 160px;
	}

	.noticia-sem-img2 {
		min-height: 140px;
	}

	.secoes {
		font-size: 2rem;
    	line-height: 1.625rem;
		padding-top: 2rem;
	}

	.curso {
		padding-right: 0px;
		margin-bottom: 45px;
	}

	.mais {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto;
		margin: 0px 0px 45px 30px;
		padding: 35px;
		gap: 35px;
		grid-auto-flow: row;
		grid-template-areas:
		  "mapa text-ufpb";
	}

	.text-ufpb-text {
	  padding-top: 40px;
	}


	/* --------------------- footer ----------------------*/

	footer {
		margin: 30px 30px;
	}

	#footer-top {
		flex-direction: row;
		gap: 0;
	}

	#footer-dados {
		flex-direction: row;
	}

	.footer-direita {
		display: flex;
	}

	#footer-creditos {
		justify-content: flex-end;
	}

	#footer-logo {
		height: 200px;
		display: block;
    margin-right: 20px;
	}

	#footer-ultima-linha {
		flex-direction: row;
		gap: 0px;
	}
	  /* --------------------- footer-end ----------------------*/
}

@media only screen and (min-width: 1020px)  {

	.brasao, 	div.nav-bar, .main {
		margin-right: 2vw;
	}

	.logo, .sidebar  {
		margin-left: 2vw;
	}

	.submit {
		margin-right: 0px;
	}

  .sidebar li a {
	font-size: var(--fonte-1up);
  }

  .sidebar li ul li a {
	font-size: var(--fonte-base);
  }

	.topnav a{
	  font-size: var(--fonte-1up);
	}

}


@media only screen and (min-width: 1200px)  {
	.brasao, 	div.nav-bar, .main {
		margin-right: 6vw;
	}

	.logo, .sidebar  {
		margin-left: 6vw;
	}

	#footer-wrapper footer {
				margin-right: 6vw;
				margin-left: 6vw;
	}

}


@media only screen and (min-width: 1300px)  {

	.brasao, 	div.nav-bar, .main {
		margin-right: 8vw;
	}

	.logo, .sidebar  {
		margin-left: 8vw;
	}

	#footer-wrapper footer {
				margin-right: 8vw;
				margin-left: 8vw;
	}
}


@media only screen and (min-width: 1400px)  {

	.brasao, 	div.nav-bar, .main {
		margin-right: 10vw;
	}

	.logo, .sidebar  {
		margin-left: 10vw;
	}
	#footer-wrapper footer {
				margin-right: 10vw;
				margin-left: 10vw;
	}
}


@media only screen and (min-width: 1500px)  {

	.brasao, 	div.nav-bar, .main {
		margin-right: 13vw;
	}

	.logo, .sidebar  {
		margin-left: 13vw;
	}
	#footer-wrapper footer {
				margin-right: 13vw;
				margin-left: 13vw;
	}
}



@media only screen and (min-width: 1600px)  {

	.brasao, 	div.nav-bar, .main {
		margin-right: 16vw;
	}

	.logo, .sidebar  {
		margin-left: 16vw;
	}
	#footer-wrapper footer {
				margin-right: 16vw;
				margin-left: 16vw;
	}


}
