/*
Theme Name: Sedepex
Theme URI: maia@uniarp.edu.br
Description: Tema Sedepex Desenvolvido por TI UNIARP.
Author: Andre Maia
Author URI: maia@uniarp.edu.br
Version: 1.0
*/
	@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;800&display=swap');
	*{margin: 0; padding: 0; border: none; box-sizing: border-box;}
	body, html{
		//background: #ddd;
		font-family: 'Nunito', sans-serif;
		font-weight: 600;
		font-size: 16px;
		background-color: #eee;
	}
	a{text-decoration: none;}
	ul, ol{list-style: none;}
	img{max-width: 100%}
	strong{font-weight: 800}
	div.footer_bg, div.header_bg{
		background: #003d74;
	}
	div.header_bg{

	}
	div.header{
		max-width: 1060px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;					
	}
	div.header a.logo_header{
		display: block;
		min-width: 270px;
		background: url('img_/logo_sedepex.png');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		//background-color: rgba(0,0,0,0.1);
		height: 100px;
		margin: 0 10px 0px 10px;
		//border: 1px solid #ddd;
		//flex: 1 1 150px;
	}
	div.header ul.header_menu{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		//background-color: rgba(0,0,0,0.1);
	}
	ul.header_menu li a{
		display: block;
		font-size: 1em;
		font-weight: 800;
		color: #fff;
		text-transform: uppercase;
		margin: 0 10px;
		letter-spacing: -0.4px;
		//line-height: 100px;
		padding: 5px 5px 10px 5px;
		transition: 0.2s;
		border-bottom: 1px solid transparent;
	}
	ul.header_menu li a:hover{
		//text-decoration: underline;
		color: #ffc28b;		
		border-bottom: 1px solid #ffc28b;			
	}				
	ul.header_menu li a.active{
		color: #ffc28b;
		border-bottom: 2px solid #ffc28b;
	}
	ul.header_menu li a i{
		//display: none;
	}	
	div.footer{
		max-width: 960px;
		display: flex;
		margin: 0 auto;
		justify-content: flex-start;
		padding:30px 0;
		flex-wrap: wrap;
		color: #fff;
		font-size: 1em;
		align-items: center;
	}
	div.footer a{
		display: inline-block;
		line-height: 40px;
		//border: 1px solid #ddd;
		flex: 0 1 1;
		margin: 0 10px 0px 10px;
		color: #fff;
	}
	div.footer p{
		flex: 0 1 500px;
		padding: 5px 50px 5px 10px;
		border-right: 5px solid rgba(255,255,255,.2);
	}
	div.footer a.uniarp_foo, div.footer a.credits{
		background: url("../img_/top_logo.png");
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
	}
	div.conteiner_c{
		max-width: 960px;
		margin: 0 auto;
		//min-height: 70vh;
	}
	div.banner_bg{
		//background-color: #003d74;
		background-image: url("img_/banner.jpg?v=07062021");
		background-repeat: no-repeat;
		background-size: cover;
		min-height: 300px;
		padding-bottom: 80px;
	}
	div.banner{
		display: flex;
		flex-direction: column;
		color: white;
		justify-content: center;
		align-items: center;
	}
	div.banner h1{
		font-weight: 300;
		font-size: 2.8em;
		letter-spacing: -2px;
		padding: 10px;
		margin-top: 60px;
	}
	div.banner span{
		font-weight: 300
	}

	/* page */
	div.pg_bg_s{padding-bottom: 50px !important}
	div.page{
		align-items: flex-start !important;
	}
	div.page h1{
		margin-top: 30px !important;
		padding: 0;
		font-weight: 800
	}	
	/* */

	div.breadcrumbs {font-size: .9em}
	div.breadcrumbs a{color: #0d7194;font-weight: 700}
	div.home_bloc_bg{background-color: #fff;}
	div.status_bloc{
		padding: 20px 0 ;
		display: flex;
		color: #535353;
	}
	div.status_bloc .status_base{
		flex: 1 0 250px;
		margin: 0 20px;
		background-color: white;
		box-shadow: 0px 2px 5px rgba(0, 0, 0, .05);
		padding: 20px;
	}
	.status_base h4{
		font-size: 1.5em;
		font-weight: 400;
		vertical-align: center;
		position: relative;
		padding-left: 70px;
	}
	.status_base h4 i{ 
		color: #32a3cb; 
		font-size: 2em;
		position: absolute;
		left:0;
		top: 5px;
	}
	.status_base span{
		padding-left: 70px;
		font-size: .9em;
	}
	div.home_bloc{
		display: flex;
		padding: 30px 0;
		color: #535353;
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
	}
	div.home_bloc .bloc{
		margin: 0 20px;
	}
	div.home_bloc .blocInf{
		margin: 0 20px;
		max-width: 850px;
		text-align: center;
		padding: 60px 0;
		//background: silver
	}
	.blocInf ul{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;		
	}
	.blocInf ul li{
		margin: 0 20px;
		border-bottom: 3px solid #1261b0;
	}
	.blocInf ul li i{
		color: #1261b0;
		font-size: 2em;
	}
	.blocInf ul li span.event{
		font-size: 1.5em;
		font-weight: 300;
		letter-spacing: -2px;
		color: #8b9298;
	}
	.bloc h3{
		margin-bottom: 20px;
	}
	.bloc ul li{
		padding: 10px 0;
		padding-left: 15px;
	}
	.bloc ul li::before{
	    font-family: 'FontAwesome';
	    content: '\f15c';
	    margin: 0 8px 0 -15px;
	    font-size: 0.7em;
	}
	.bloc ul li.zebrado{
		padding-left: 25px;
	}
	.bloc ul li.zebrado a{
		color: #023da9;
		font-weight: 700;
	}
	.bloc ul li.zebrado em.label1{
		display: inline-block;
		padding: 5px 5px;
		border-radius: 3px;
		background-color: #51b585;
		color: white;
		//font-weight: 800;
		letter-spacing: 1px;
		//box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	}
	.bloc ul li.zebrado:nth-child(odd){
		background-color: #eee;
	}	
	.bloc a{
		color: #0d7194;
		font-size: 0.8em;
		line-height: 5px;
	}
	.bloc a:hover{
		color: black;
		text-decoration: underline;
	}
	.bloc ul li.more{border:none;}
	.bloc ul li span{
		font-size: 0.6em;
		line-height: 5px;
		font-style: italic;		
	}
	.bloc ul li.more::before{
	    font-family: 'FontAwesome';
	    content: '\f0c1';
	    margin: 0 8px 0 -15px;
	    font-size: 0.8em;
	    color: #0d7194;
	}	
	.bloc a.view_more{
		color: #0d7194;
		font-weight: 800;
	}

	/* blocCards */
	div.home_bloc .blocCard{
		padding:20px;
		border: 1px solid #ccc;
		flex: 1 auto;
		margin: 10px;
	}
	.blocCard:nth-child(odd) {
		background-color: #e8f1f5;
		border-color: #d0d0d0;
	}
	.blocCard:nth-child(even) {
		//background-color: #dae5ea;
		border-color: #d0d0d0;
	}	
	.blocCard h3 a{
		color: #0d7194;
	}
	.blocCard h3 a:hover{
		color: #0a4a61;
	}	
	.blocCard span{
		//font-style: italic;
		font-size: 0.6em;
	}
	/* */

	/** single periodicos externos **/
	/*
	h2.single_per::before{
	    font-family: 'FontAwesome';
	    content: '\f0c1';
	    margin: 0 8px 0 -15px;
	    font-size: 0.8em;
	    color: #0d7194;		
	}*/
	h2.single_per{
		//padding: 20px 0;
	}
	div.single_per_title{
		flex: 1 0 200px;
		border-right: 5px solid #eee;
		background-color: #dae5ea;
		padding: 20px;
	}
	div._articleViewSid{
		flex: 1 0 500px;		
	}
	div.single_per_title a.acess{
		display: inline-block;
		padding: 10px 20px;
		border-radius: 4px;
		margin-top: 20px;
		color: white;
		background-image: linear-gradient(to right, #17a25f, #1abc6e);	
	}
	div.single_per_title a.down{
		display: inline-block;
		padding: 2px 10px;
		border-radius: 3px;
		color: white;
		background-image: linear-gradient(to right, #17a25f, #1abc6e);
		font-size: .7em;
	}	
	div.single_per_title p{
		padding: 5px;
		background-color: #e8f1f5;
		border-color: #d0d0d0;
	}
	div.single_per_title hr{
	    border: 0;
	    border-bottom: 1px dashed #ccc;
	    background: #999;
	    margin-bottom: 15px;
	}	
	div.single_per_title a.acess:hover{
		background-image: linear-gradient(to right,  #1abc6e, #17a25f);		
	}
	div.single_per_title span.ext_link_copy, div.single_per_title span.ext_link_obs{
		display: block;
		margin-top: 30px;
		padding: 10px;
		background-color: #cad2d6;
		font-style: italic;
		position: relative;
	}
	span.ext_link_copy::before, span.ext_link_obs::before{
		display: block;
		position: absolute;
		top: -15px;
		left: 0;
		background: #535353;
		color: #fdfdfd;
		font-size: 0.5em;
		font-weight: 800;
		font-style: normal;
		padding: 2px 3px;
	}
	span.ext_link_copy::before{content: 'URL';}
	span.ext_link_obs::before{content: 'OBS';}
	div.single_per_data{
		flex: 1;
		margin-left: 20px;
		background-color: #e8f1f5;
		border-color: #d0d0d0;
		padding: 20px;
	}
	div.single_per_data h5{
		padding: 5px 0;
		border-bottom: 1px solid #ccc;
		font-weight: 600
	}
	div.single_per_data h5 i{
		color: #0d7194;
	}
	/***/

	/** page article **/
	article.main-Content-pg{
		padding: 20px 0;
		color: #535353;
		font-size: 1.2em;
	}
	article.main-Content-pg  h1{
		font-size: 2.8em;
		font-weight: 300;
		letter-spacing: -2px;
		color: #003d74;
		border-bottom: 5px dashed rgba(0,0,0,0.1);
	}
	article.main-Content-pg p{
		margin: 20px 0;
	}
	a.goBack{
		color: #535353;
		border-radius: 3px;
		font-size: .8em;
		padding: 5px 10px;
		background-image: linear-gradient(to left, #92602f, #c78040);
		color: white;		
	}
	article.main-Content-pg a.btn_edicoes{
		display: inline-block;
		padding: 10px 20px;
		border-radius: 3px;
		margin: 3px 0px;
		background-image: linear-gradient(to left, #92602f, #c78040);
		color: white;
	}
	article.main-Content-pg a.btn_file{
		display: inline-block;
		padding: 10px 20px 10px 30px;
		border-radius: 3px;
		margin: 3px 0px;
		background-image: linear-gradient(to left, #003d74, #0c5fab);
		color: white;
	}
	article.main-Content-pg a.btn_file::before{
	    font-family: 'FontAwesome';
	    content: '\f15c';
	    margin: 0 8px 0 -15px;
	    font-size: 0.7em;
	}
	article.main-Content-pg p.item{
	    margin-left: 20px;
	    border-left: 10px solid #aabdce;
	    padding: 20px;
	    background: #f7f7f7;
	}
	/****/