/*
Feito por: Larissa Georgina Crispim da Silva
E-mail: larissa.gcrs@gmail.com;
*/

/*Esta folha de estilo é responsável para a estrutura do tema*/
body{
	background-image: url('../img/background-paper.png');
}
header .container{
	padding: 0px;
}
article{
	padding-right: 30px;
}
article p{
	text-align: justify;
	margin-top: 30px;
}
h2{
	margin-top: 60px;
}
img{
	max-width: 100%;
}


/*Logo Top*
****************************************************************/
#logo{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 5%;
}

/*Barra do Governo Federal*
****************************************************************/
#barra-brasil{
	background:#7F7F7F; 
	height: 20px; 
	padding:0 0 0 10px;
	display:block;
}
#menu-barra-temp{
	list-style:none;
}
#menu-barra-temp li{
	display:inline; 
	padding-right:10px; 
	margin-right:10px; 
	border-right:1px solid #EDEDED;
}
#menu-barra-temp li a{
	font-family: sans,sans-serif; 
	text-decoration: none; 
	color: #FFF;
}


/*FOOTER*/

/*Logo Footer Direito*
****************************************************************/
.logo-ccst img{
	float: right !important; 
}
/*Dando Espaço no footer-end*
****************************************************************/
.space{
	height: 50px;
}
/*Dando espaço no final*
****************************************************************/
.footer-space{
	margin-bottom: 30px;
}
footer{
	font-size: 14px;
}
.footer-a a:visited, .footer-a a:hover, .footer-a a:link,  .footer-a a:active{
	color: #000 !important;
	text-decoration: none;
}
.footer-project{
	margin-top: 10%;
	margin-bottom: 8%;
}




/*Menu Footer*
****************************************************************/
.footer-title{
	font-weight: bold;
	font-size: 14px;
}
.div-footer ul{
	padding:0px;
}
.div-footer li{
	list-style-type: none;
}


/*Menu Sidebar Lateral*
****************************************************************/
.sidebar{
	height: auto;
	margin-bottom: 50px;
}
.sidebar-principal{
	margin-top: 60px;
}
.title-sidebar{
	padding-bottom: 15px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 15px;
	width: 100%;
}
.sidebar-principal ul{
	padding: 0px !important;
}
.sidebar-principal li{
	list-style-type: none;
}
.sidebar-principal li a{
	display: block;
	padding: 10px 10px;
	color: #000 !important;
	text-decoration: none;
}

.sidebar-principal ul li a:hover{
	border-left: 3px solid #6c9aac;
	background: #dee9ed;
	height: 100%;
	padding-left: 10px;
	font-weight: 400;
}

/*Pagina 404: formatação*
****************************************************************/
.page-404 h3{
	margin-top: 70px;
}
.page-404 h4{
	margin-top: 45px;
}

/*Formatando input searform.php*
****************************************************************/
#s{
	display: inline-block;
	height: 38px;
	width: 60%;
	text-align: left;
}

/*Formatando posição migalha*
****************************************************************/
.migalha{
	margin-left: 20px;
	margin-top: 15px;
	line-height: 0.3em;
}

#crumbs a, #crumbs span{
	font-size: 15px;
}

/*Paginação*
****************************************************************/
.post-nav{
	clear: both;
	margin-top: 30px;
}
.pager{
	clear: both;
}

/*Legenda de Imagem*
****************************************************************/
.wp-caption-text{
	font-size: 12px;
	font-style: italic;
	margin: 0;
	padding: 10px;
}

/*Tamanho da imagem*
****************************************************************/
.content img{
	display: block;
	max-width: 100%;
	margin-top:30px;
	height: auto;
}

/*Tamanho do Video*
****************************************************************/
iframe{
	display: block;
	max-width: 100%;
	margin-top:30px;
}

/*Publicacao*
****************************************************************/
.article-space{
	margin-bottom: 30px;
	margin-top: 30px;
}
.content-section-publicacao{
	margin-top: 60px;
}

.content-section-publicacao .btn-success, .content-section-publicacao .btn-info{
	margin-bottom: 20px;
	margin-top: 20px;
	width: 100%;
}

.content-section-publicacao h3{
	margin-bottom: 10px;
}

.content-section-publicacao{
	margin-right: 30px;
}

.item-publicacao span{
	font-size: 20px;
}

.item-publicacao a:visited, .item-publicacao a:hover, .item-publicacao a:link,  .item-publicacao a:active{
	color: #000 !important;
	text-decoration: none;
}

.metabox{
	font-size: 15px;
}
.metabox .col-md-6{
	padding-left: 0px;
	padding-right: 50px;
}

.modal-content
{
	padding: 10px;
}

.content-m p{
	text-align: justify;
}


/*Page CONTATO Equipe*
****************************************************************/
.title-section-equipe{
	text-align: center;
	margin: 50px;
}
.title-equipe hr{
	width: 250px;
}

#equipe-container{
	margin-bottom: 60px;
}
.equipe{
	margin-bottom: 60px;
}



/*
* Equipe Membro
****************************************************************/
.container-equipe {
	height:300px; 
	width:300px;
	background: #FFF;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.image {
	display: block;
	width: 100%;
	height: auto;
}

.overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease;
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
}

.container-equipe:hover .overlay {
	height: 100%;
	width: 100%;
}

.text-equipe {
	white-space: nowrap;
	color: #000;
	font-size: 20px;
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.text-equipe a{ 
	color: #000;
}

.table-hover td{
	text-align: center;
}

#img-lattes img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#cargo{
	display: block;
	font-size: 13px;
}

/*
* PAGE HOME
****************************************************************/
.header-img{
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: 100% 100%;
	position: relative;
	display: block;
}
.header-text{
	text-align: center;
	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
	color: white;
	
	line-height: 2em;
}
.header-title{
	font-weight: 400;
	letter-spacing: 2px;
	text-shadow: 2px 2px #000;
	font-size: 40px;
}
.section-home{
	margin: 0px;
}
.section-home h3{
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: 400;
	text-align: center;
	
}
.about-us{
	background-color: #fff;
}

.about-text{
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 50px;
}


.login{
	background-color: #41697F;
	color: #fff;
}
.login-button{
	font-size: 15px;
	text-align: center;
}
.login-db-title{
	text-align: center;
	font-weight: 400;
	font-size: 23px;
	margin-top: 40px;
}
.login-text, .login-button{
	margin: 40px;
}

.login-db{
	background-color: #78a3ba;
	margin: 40px;
	border: 2px solid #3d6276;
	border-radius: 8px;
}

.login-db-content{
	margin: 40px;
	height: auto;
	color: #000;
}
.login-db-content input{
	width: 100%;
	margin-bottom: 20px;
}
.login-db-content label{
	color: #fff;
}
.login-db-content .btn{
	margin-bottom: 30px;
}
.logon{
	text-align: center;
}
#loginmessage{
	margin-bottom: 30px ;
}
.login-db-button .btn{
	margin-top: 30px;
	width: 50%;
}
.login-db-button{
	text-align: center;
}
.login-db-senha{
	text-align: center;
	margin-top: 10px;
}

.projects{
	padding-bottom: 5%;
	margin-left: 3%;
}

.project{
	background-color: #fff;
	border: 2px solid #e6e6e6;
	border-radius: 8px;
}
.project-content{
	text-align: justify;
	margin-top: 100px;
}

.project a:visited, .project a:hover, .project a:link,  .project a:active{
	color: #333333 !important;
	text-decoration: none;
}

@media (min-width: 769px){
	.project{
		padding: 2%;
		margin-right: 3%;
		float: left;
		width: 30%;
	}
}

@media (max-width: 768px){
	.project{
		padding: 3%;
		margin: 2%;
		display: inline-block;
	}
}

#project-more{
	text-align: right;
	padding: 20px;
	padding-right: 45px;
}



/*
* PAGE CONTATO
****************************************************************/


#wpmem_register_form label{
	display: inline-block !important;
	clear: both;
}

/*
* PAGE REGISTRAR
****************************************************************/
#wpmem_register_form fieldset{
	margin-bottom: 40px !important;
}

/*
* PAGE DOWNLOAD
****************************************************************/
.section-download{
	text-align: justify;
	margin-right: 30px;
} 
.section-download span{
	font-size: 20px;
}

.section-download a:visited, .section-download a:hover, .section-download a:link,  .section-download a:active{
	color: #333333 !important;
	text-decoration: none;
}

/*
* PAGE PROJETOS
****************************************************************/
.section-projetos{
	margin-top: 30px;
}

.section-projetos a:visited, .section-projetos a:hover, .section-projetos a:link,  .section-projetos a:active{
	color: #333333 !important;
	text-decoration: none;
}

.section-download #panel-download{
	border-left: 4px solid #333333 !important; 
}