* {
	margin: 0;
	padding: 0;
	text-align: justify;
	font-family: "Open Sans";
	color: black;
	box-sizing: border-box;
}

body{
	background: rgba(128, 64, 0, 0.8);
}

header{
	background: rgba(128, 8, 32, 0.8);
	padding: 0;
}

/* Estilo para os headers do tipo h1 */
h1 {
	color: rgba(255, 255, 0, 0.9);
	font-size: 32px;
	text-align: center;
	background-color: rgba(0, 32, 0, 0.5);
	border: 1px solid black;
}

a{
	color: darkred;
}

@keyframes folha {
	0% {background-image: url("../images/b1.png");
		background-position: right; /* Posiciona a imagem */
		background-repeat: no-repeat; /* Não repete a imagem */}
	5% {background-image: url("../images/b1.png");
		background-position: right; /* Posiciona a imagem */
		background-position: top; /* Posiciona a imagem */
		background-repeat: no-repeat; /* Não repete a imagem */}
	50% {background-image: url("../images/b1.png");
		background-position: left; /* Posiciona a imagem */
		background-repeat: no-repeat; /* Não repete a imagem */}
	51% {background-image: url("../images/b1.png");
		background-position: left; /* Posiciona a imagem */
		background-repeat: no-repeat; /* Não repete a imagem */}
	75% {background-image: url("../images/b1.png");
		background-position: right; /* Posiciona a imagem */
		background-position: bottom; /* Posiciona a imagem */
		background-repeat: no-repeat; /* Não repete a imagem */}
	100% {background-image: url("../images/b1.png");
		background-position: right; /* Posiciona a imagem */
		background-repeat: no-repeat; /* Não repete a imagem */}
}

/*** Início do tratamento das Classes Auxiliares ***/
.center{
	margin: 0 auto;
	max-width: 1280px;
	padding: 0 2%;
}

.centro {
    width: 60%;
	margin: 0 auto;
	padding-left: 20%;
	height: 300px;
	float: left;
	animation: folha 20s infinite;
}

.centro h1{
	margin-left: -200px;
}

.clear{clear: both;}

.nav-link{
	margin: 0 15px;
}

.w50{
	float: left;
	width: 50%;
	padding: 0 20px;
}

.part3 p{
	font-size: 15px;
	line-height: 10px;
}

/* Estilos próprios */
section.bg-top{
	width: 100%;
	min-height: 300px;
	background-image: url('../images/bgmenu.png');
	background-size: cover;
	background-position: center;
	position: relative;
}

.fix-zindex{
	position: relative;
	z-index: 2;
}

.overlay{
	z-index: 1;
	width: 100%;
	height: 300px;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(40, 40, 128, 0.1);
}

.buefs{
	width: 150px;
	height: 225px;
	margin: 30px 100px 40px 0;	
	float: left;
	top: -20px;
	/* Background */
	background-color: rgba(0, 0, 0, 0);
	background-image: url('../images/buefs.png');
	background-size: cover;
	background-position: center;
}

.logonec{
	width: 220px;
	height: 100px;
	margin: 30px 0 40px 0;	
	float: right;
	background-image: url('../images/dg_nec.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

.layoutdocris {
	width: 85%;
	padding-top: 45.1%;
	margin: 20px auto;	
	float: center;
	background-color: rgba(0, 0, 0, 0);
	background-image: url('../images/cris.jpg');
	background-size: cover;
	background-position: center;
}

.pconstrucao {
	width: 100%;
	padding-top: calc(100% * 5/8);
	background-image: url('../images/pconstrucao.png');
	background-size: cover;
	background-position: center;
}

.formiguinha{
	width: 450px;
	height: 450px;
	float: left;
	margin-left: 40%;
	background-image: url('../images/fundo.png');
	background-size: cover;
	background-repeat: no-repeat;
}

/* Estilos para as páginas de conteúdo */
.img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 1px solid rgb(130, 130, 130);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.imgwd{
	width: 266px;
	height: 200px;
	margin: 20px auto;	
	float: left;
	background-size: cover;
	background-repeat: no-repeat;
}

.imgdg{
	width: 440px;
	height: 200px;
	margin: 20px auto;	
	float: left;
	background-size: cover;
	background-repeat: no-repeat;
}

.imga3d{
	width: 440px;
	height: 331px;
	margin: 20px auto;	
	float: left;
	background-size: cover;
	background-repeat: no-repeat;
}

.ajustificado{
	text-align: justify;
	color: black;
}

.ajustificado a{
	color: black;
	text-decoration: none;     
}

.ajustificado i{
	color: darkred;
}

/** trata a sessão main**/
.mensagem{
	text-align: center;
	color: green;
	font-size: 32px;
	font-weight: 300;
	padding: 30px;
	text-transform: uppercase;
}

.citacao{
	text-align: justify;
	font-size: 32px;
	font-weight: 300;
	font-style: italic;
	padding: 30px 40px 0 40px;
}

.autor{
	padding-left: 80%;
}

.bg-nec{
	position: relative;
	background-image: url('../images/bg.png');
	background-size: cover;
	background-position: center;
	width: 100%;
	padding: 15px 0;
	min-height: 1200px;
}

.container-component{
	width: 100%;
	margin: 0;
	padding: 0;
	height: 900px;
	display: inline-block;
	position: relative;
	scrollbar-width: none;
	background-color: lightgoldenrodyellow;
}

.main{
	margin: 0;
	padding: 10px;
	background-color: lightgoldenrodyellow;
}

.testao{
	padding: 30px;
}

.container-component > iframe {
	width: 100%;
	height: 100%;
}

.identa{
	padding: 0 40px;	
}

/*********************************************** Banner ******************************************/
.banner-grid{
	position: relative;
	width: 100%;
	margin-top: 30px;
	padding: 15px 0;
	min-height: 450px;
	background-color: rgba(0, 0, 64, 0.6);
	background-image: url('../images/logo-nec.jpg');
	background-size: cover;
	background-position: center;
}

.iconstrucao {
	width: 100%;
	height: 1000px;
	margin: 0 auto;	
	float: center;
	/* Background */
	background-color: rgba(0, 0, 0, 0);
	background-image: url('../images/pconstrucao.png');
	background-size: cover;
	background-position: center;
}

/************************************** Estilo para as tabelas **********************/
table {
	width: 95%;
	margin: 0 auto;
	vertical-align: middle;
	border: hidden;
	border-collapse: collapse;
	border-top-width: 10px;
	border-top-style: double;
	border-bottom-width: 10px;
	border-bottom-style: double;
}

table a.btn{
	display: inline-block;

	text-decoration: none;
	padding: 2px 6px;
	font-size: 13px;
	color: lightyellow;
	border: 1px solid #ccc;
	border-style: outset;
}

a.btn.edit{background: #F4B03E;}
a.btn.delete{background: #E05C4E;}
a.btn.order{background: #0091ea;}

/*Paginacao*/

.paginacao{
	margin:20px 0;
	text-align: center;
}

.paginacao a{
	font-size: 14px;
	margin:0 8px;
	display: inline-block;
	padding: 3px 4px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #666;
}

.paginacao a.page-selected{
	background: rgb(220,220,220);
}

tbody tr td {
	border: 1px solid rgba(0, 128, 0, 0.3);
	padding: 0 10px;
	text-align: center;
}
tbody tr:nth-of-type(2n + 1){
	background-color: rgba(64, 0, 0, 0.1);
}
thead tr th {
	border: 1px solid rgba(0, 128, 0, 0.3);
	border-bottom: 5px solid black;
	background-color: rgba(0, 128, 0, 0.3);
	text-align: center;
}

.tposi{
	width: 95%;
	margin: 0 auto;
	font-size: 22px;
	vertical-align: middle;
	border: hidden;
}

.tposi tbody tr td {
	border: 1px solid rgba(0, 0, 0, 0);
	text-align: center;
}
.tposi tbody tr:nth-of-type(2n + 1){
	background-color: rgba(0, 0, 0, 0);
}
.tposi thead tr th {
	font-size: 26px;
	text-align: center;
}

/*Página de login*/
.box-login{
	box-shadow: 10px 10px 5px rgb(200,200,200);
	max-width: 600px;
	width: 95%;
	padding: 60px 2%;
	background: lightsalmon;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
}

.box-login h2{
	text-align: center;
	font-size: 19px;
	text-transform: uppercase;
	font-weight: normal;
	margin:10px 0;
	color: black;
}

.box-login input[type=text],
.box-login input[type=password]
{
	width: 100%;
	height: 40px;
	border: 1px solid #ccc;
	padding-left: 8px;
	margin-top:8px;
}

.box-login input[type=submit]{
	width: 100px;
	height: 40px;
	cursor: pointer;
	margin-top: 10px;
	font-size: 18px;
	background: cadetblue;
	text-align: center;
	color: white;
	border: 0;
}

/*********************************Página de login************************************/
.box-login{
	box-shadow: 10px 10px 5px rgb(200,200,200);
	background: lightsalmon;
	max-width: 600px;
	width: 95%;
	padding: 60px 2%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
}

.box-login h2{
	text-align: center;
	font-size: 19px;
	text-transform: uppercase;
	font-weight: normal;
	margin:10px 0;
	color: black;
}

.box-login input[type=text],
.box-login input[type=password]
{
	width: 100%;
	height: 40px;
	border: 1px solid #ccc;
	padding-left: 8px;
	margin-top:8px;
}

.box-login input[type=submit]{
	width: 100px;
	height: 40px;
	cursor: pointer;
	margin-top: 10px;
	font-size: 18px;
	background: cadetblue;
	text-align: center;
	color: white;
	border: 0;
}

.form-group-login label{
	font-size: 16px;
	font-weight: 300;
	padding-right: 6px;
	color: black;
}

.form-group-login:nth-of-type(2){
	position: relative;
	top: 10px;
}

/*Box erro do painel*/
.erro-box{
	width: 100%;
	padding: 8px 2%;
	text-align: center;
	background: #F75353;
	color: lightyellow;
	font-size: 22px;
}

/***************************** Estilo para a Área Restrita******************************/
.loggout{
	float: right;
}

.loggout a{
	padding: 0 20px;
	position: relative;
	text-decoration: none;
	font-size: 16px;
}

.loggout a > span{
	font-size: 16px;
	color: lemonchiffon;
	text-decoration: none;
}

.menu-btn{
	float: left;
	cursor: pointer;
	font-size: 23px;
}

.arheader{
	position: relative;
	left: 250px;
	padding: 10px 20px;
	background: rgba(128, 0, 0, 0.7);
	width: calc(100% - 250px);
}

.armenu-wraper{
	width: 250px;
}

.armenu{
	overflow-x:hidden;
	overflow-y: auto;
	height: 100%;
	padding: 10px 0;
	position: fixed;
	left: 0;
	top: 0;
	background: rgb(64, 0, 0);
	float: left;
	width: 250px;
}

.box-usuario{
	padding: 8px;
	text-align: center;
}

.avatar-usuario{
	text-align: left;
	display: inline-block;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background: rgba(128, 64, 32, 0.8);
	border: 3px solid darkgrey;
}

.avatar-usuario i{
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	font-size: 90px;
	color: darkkhaki;
}

.imagem-usuario{
	display: inline-block;
	width: 130px;
	height: 130px;
	position: relative;
	border-radius: 50%;
	border: 3px solid rgba(128, 128, 0, 0.5);
}

.imagem-usuario img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.nome-usuario{
	margin-top: 10px;
}

.nome-usuario p{
	color: lightyellow;
	text-align: center;
	font-size: 15px;
	font-weight: normal;
}

.itens-armenu{
	margin-top: 30px;
	border-top: 2px solid rgba(189, 183, 107, 0.5);
}

.itens-armenu h2{
	text-align: left;
	font-weight: normal;
	font-size: 22px;
	background: rgba(0, 0, 0, 0.4);
	color: white;
	padding:8px;
}

.itens-armenu a{
	display: block;
	padding: 8px;
	font-weight: 300;
	font-size: 16px;
	text-decoration: none;
	color: white;
	border-bottom: 2px solid rgba(189, 183, 107, 0.5);
}

/* Conteúdo principal do painel */
.arcontent{
	width: calc(100% - 250px);
	min-height: 800px;
	position: relative;
	left: 250px;
	padding: 2%;
	background: rgba(255, 128, 32, 0.2);
}

.box-arcontent{
	background: lightyellow;
	padding: 10px;
	margin-bottom: 25px;
}

/*Box Metricas*/

.box-metricas{
	margin-top:16px;
	padding:0 15px;
}

.box-metrica-single{
	float: left;
	position: relative;
	width: 32%;
	background: #F4B03E;
	border: 1px solid white;
}

.box-metricas .box-metrica-single:nth-of-type(2){
	background: #E05C4E;
	margin-left: 2%;
}

.box-metricas .box-metrica-single:nth-of-type(3){
	background: #0091ea;
	margin-left: 2%;
}

.box-metrica-wraper{
	padding: 10px 20px;
	text-align: left;
	color: white;
}

.box-metrica-wraper h2{
	font-size: 22px;
}

.box-metrica-wraper p{
	padding: 10px 0;
	font-size: 18px;
}

/* Tabela Responsiva */
.table-responsive{
	max-width: 1280px;
	margin: 20px auto;
}

.table-responsive .linha:nth-of-type(1){
	font-weight: bold;
	background-color: orange;
	border-bottom: 1px solid darkred;
}

.table-responsive .linha:nth-of-type(1) span{
	color: lightyellow;
}

.table-responsive .linha{
	padding-left: 10px;
}

.coluna span{
	color: dimgray;
}

.coluna{
	text-align: center;
	float: left;
	width: 33%;
}

.box-content{
	background-color: darkkhaki;
	padding: 10px;
}

.box-content form{
	margin: 30px 0;
}

.box-content form label, 
.opcoes{
	font-size: 17px;
	font-weight: 300;
	color: black;
	display: block;
}

.box-content .form-group{
	margin: 15px 0;
}

.box-content form input[type=text],
.box-content form input[type=password],
.box-content form input[type=email],
.box-content form input[type=date]{
	margin-top: 8px;
	font-size: 16px;
	font-weight: normal;
	color: black;
	width: 100%;
	height: 40px;
	border: 1px solid darkgoldenrod;
	padding-left: 8px;
}

.box-content .senha{
	position: relative;
}

.box-content .senha i{
	font-size: 30px;
	color: darkkhaki;
	cursor: pointer;
	position: absolute;
	right: 30px;
	top: 40px;
}

.box-content form textarea{
	margin-top: 8px;
	font-size: 16px;
	font-weight: normal;
	color: black;
	width: 100%;
	height: 200px;
	border: 1px solid darkgoldenrod;
	padding-left: 8px;
	resize: vertical;
}

.box-content form select{
	margin-top: 8px;
	font-size: 16px;
	font-weight: normal;
	color: black;
	width: 100%;
	height: 40px;
	border: 1px solid darkgoldenrod;
	padding-left: 8px;
}

.box-content form input[type=file]{
	margin-top: 8px;
	border: 1px solid darkgoldenrod;
	width: 100%;
	padding: 8px;
}

.box-content form input[type=submit]{
	width: 100px;
	height: 40px;
	cursor: pointer;
	margin-top: 10px;
	font-size: 16px;
	background: cadetblue;
	text-align: center;
	color: white;
	border: 0;
}

/* Box de Alerta */
.box-alert{
	width: 100%;
	padding: 8px 0;
	height: auto;
}

.sucesso{
	text-align: center;
	background: darkgreen;
	color: lightyellow;
}

.atencao{
	text-align: center;
	background: yellow;
	color: darkred;
}

.erro{
	text-align: center;
	background: #F75353;
	color: lightyellow;
}

.menu-active{
	background-color: rgba(255, 0, 0, 0.5);
}

.menu-active::before{
	color: black;
	font-weight: bold;
	font-size: 12px;
	content: '>> ';
}

/************************************** Portal de Notícias ***************************/
section.container-portal{
	width: 100%;
	background: rgba(255, 200, 255, 0.9);
	padding: 20px 0;
	text-align: justify;
}

.sidebar{
	float: left;
	width: 25%;
}

.box-content-sidebar{
	width: 100%;
	margin-bottom: 20px;
	background: rgba(44, 50, 65, 0.5);
	padding: 10px;
	color: #333864;
	border-radius: 15px;
}

.box-content-sidebar h3{
	width: 100%;
	margin-bottom: 20px 0;
	font-size: 24px;
	font-weight: 300;
	color: black;
}

.box-content-sidebar input[type=text]{
	width: 100%;
	heigt: 40px;
	border: 1px solid #2C3241;
	padding-left: 8px;
	margin: 10px 0;
}

.box-content-sidebar select{
	width: 100%;
	heigt: 40px;
	border: 1px solid #2C3241;
	padding-left: 8px;
	margin: 10px 0;
}

.box-content-sidebar input[type=submit]{
	cursor: pointer;
	background: #2C3241;
	color: lightyellow;
	width: 120px;
	height: 35px;
	text-align: center;
	font-weight: 300;
	margin: 10px 0;
	border: 0;
}

.autor-box-portal{
	margin-top: 10px;
	text-align: center;
}

.box-img-autor{
	width: 160px;
	height: 160px;
	display: inline-block;
	border-radius: 50%;
	margin: 20px 0;
	background-image: url('../images/barboni.png');
	background-size: 100% 100%;
	border: 1px solid black;
	background-color: lightyellow;
}

.autor-box-portal h3{
	color: darkred;
}

.autor-box-portal p{
	font-size: 14px;
	margin-top: 8px;
	font-weight: lighter;
}

.conteudo-portal{
	float: left;
	width: 75%;
	padding-left: 50px;
}

.header-conteudo-portal{
	color: #333864;
}

.header-conteudo-portal h2{
	font-size: 23px;
	font-weight: bold;
}

.header-conteudo-portal h2 > span{
	border-top: 4px solid #333864;
}

.box-single-conteudo{
	margin: 15px 0;
	padding: 15px 0;
	border-bottom: 1px solid darkgrey;
}

.box-single-conteudo h2{
	color: #333864;
	background: rgba(44, 50, 65, 0.3);
	border-radius: 5px;
	height: auto;
	line-height: 35px;
	padding-left: 10px;
	font-weight: normal;
	font-size: 22px;
}

.box-single-conteudo p{
	color: #333864;
	font-weight: normal;
	font-size: 15px;
	margin-top: 8px;
}

.box-single-conteudo a{
	background: #2C3241;
	display: block;
	padding: 3px 5px;
	font-size: 15px;
	text-decoration: none;
	color: lightyellow;
	width: 100px;
	margin-left: 10px;
}

.paginator{
	text-align: center;
}

.paginator a{
	margin: 0 10px;
	display: inline-block;
	text-decoration: none;
	padding: 6px 4px;
	color: #333;
	border: 1px solid rgba(44, 50, 65, 0.3);
}

.paginator a.active-page{
	background: lightsalmon;
}

/*************************************Notícia single estilo **************************/
section.noticia-single{
	padding: 40px 0;
	background-color: rgba(44, 50, 65, 0.2);
}

section.noticia-single h1{
	font-size: 32px;
}

section.noticia-single h2,
section.noticia-single h3,
section.noticia-single h4,
section.noticia-single h5,
section.noticia-single h6,
section.noticia-single p{
	margin: 10px 0;
}

section.noticia-single h2{
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid black;
	background: rgba(88, 50, 65, 0.5);
}

section.noticia-single h3{
	font-size: 26px;
	font-weight: bold;
}

section.noticia-single h4{
	font-size: 24px;
	font-weight: bold;
	color: rgb(44, 50, 65);
}

section.noticia-single h5{
	font-size: 22px;
	color: rgb(44, 50, 65);
}

section.noticia-single h6{
	font-size: 20px;
	color: darkred;
}

section.noticia-single article{
	margin-top: 15px;
}

section.noticia-single ul{
	list-style-position: inside;
}

section.noticia-single img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

/************************************* Estilo para a equipe **************************/
section.final-section{
	padding: 50px 0;
	width: 100%;
	background-color: rgba(64, 0, 0, 0.3);
}

.w50{
	float: left;
	width: 50%;
	padding: 0 20px;
}

.part1{
	float: left;
	width: 80%;
}

.part2{
	float: left;
	width: 20%;
}

.part1 p{
	font-size: 14px;
	padding: 0;
	margin: 0;
}

.equipe-single1, .equipe-single2{
	float: left;
	width: 100%;
	min-height: 320px;
	padding: 10px;
	border: 1px solid black;
}

.equipe-single1{
	background: rgba(255, 128, 128, 0.3);
}

.equipe-single2{
	background: rgba(255, 255, 128, 0.5);
}

.topo-box-usuario1{
		padding: 0 120px;	
}

.topo-box-usuario2{
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.info-usuario{
	display: inline-block;
	padding-left: 8px;
	vertical-align: middle;
}

.logocris1 {
	height: 749px;
	width: 749px;
	margin: 0 auto;
	float: center;
	background-image: url('../images/cris1.jpg');
	background-size: cover;
	background-position: right;
}

.arb {
	height: 90px;
  width: 90px;
	margin: 0 auto;
	float: center;
	background-color: rgba(0, 0, 0, 0);
	background-image: url('../images/barboni.png');
	background-size: cover;
	background-position: right;
}

.box-membro{
	display: inline-block;
	width: 80px;
	height: 80px;
	position: relative;
	border-radius: 50%;
	border: 3px solid rgba(128, 128, 0, 0.5);
}

.box-membro img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.descricao-usuario-box p{
	padding: 10px 10%;
	text-align: justify;
	font-weight: lighter;
}

.linka a{
	color: green;
	text-decoration: none;
}

/********************************* Estilo para o form de Contato *********************/
.contato > form{
	width: 96%;
	max-width: 1280px;
	margin: 0 auto;
	text-align: justify;
}

.form-group > input[type=text]{
	display: inline-block;
	width: 98%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px 13px;
	border: 1px solid black;
}

.contato > form input[type=text]:focus, form textarea:focus{
	outline: 0;
	background-color: lightgreen;
}

.contato > input[type=checkbox]{
	display: none;
}

.contato > label.labelcb{
	width: 30px;
	height: 30px;
	background-color: green;
	border: 1px solid black;
	display: inline-block;
}

.contato > input[type=checkbox]:checked + label{
	background-color: red;
}

.contato >  .lspan {
	padding-left: 40px;
	width: 750px;
	display: inline-block;
}

.contato > form input[type=submit]{
	margin-top: 30px;
	border: outset;
	border-radius: 12px;
	color: black;
	cursor: pointer;
	text-align: center;
	padding: 10px 13px; 
	background: cadetblue;
}

.contato > form input[type=submit]:hover{
	background: lightsalmon;
}

.contato > form textarea {
	display: inline-block;
	width: 98%;
	height: 200px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px 13px; 
	border: 1px solid black;
	resize: none;
}

.contato > .input{
	display: inline-block;
	text-align: left;
	margin-left: 20px;
	padding-left: 20px;
}

.contato > .input span{
	margin-left: 20px;
}

/************************************* Estilo para o rodapé **************************/
footer{
	background-color: rgba(32, 0, 0, 0.8);
	border: 1px solid black;
}

footer h4 {
	color: darkgoldenrod;
	font-size: 21px;
	text-align: center;
	background-color: darkgreen;
	border: 1px solid black;
	letter-spacing: 15px;
	padding: 5px;
}

footer p{
	color: lightgreen;
	text-align: center;
}

/* Estilo para os endereços */
address {
	min-height: 260px;
	color: lightsalmon;
	font-size: 16px;
	text-align: center;
	padding-top: 15px;
}

address .nomesite{
	color: sandybrown;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}

.part1{
	padding-top: 20px;
}

.cris{
	width: 150px;
	height: 150px;
	/* Background */
	background-image: url('../images/fundo.png');
	background-size: cover;
	background-position: center;
}

/* Estilo para os direitos autorais */
.dirautoral{
	margin: 0;
    padding: 10px;
	color: lightyellow; imp
	font-size: 12px;
	text-align: center;
	background-color: rgba(255, 64, 16, 0.4);
}

.voltatopo{
	color: cyan;
	text-decoration: none;
	position: relative;
	float: right;
}

@media screen and (max-width: 1400px){
	.centro{
		display: none;
	}
}

@media screen and (max-width: 992px){
	.buefs{
		display: none;
	}

	.topo{
		background-color: #39546a;
	}

	.navbar-toggler-icon{
		font-size: 14px;
	}

	.container-component{
		min-height: 300px;
	}

	.citacao{
		font-size: 22px;
		padding: 20px 15px 0 15px;
	}

	address{
		padding: 0;
	}

	.w50{
		width: 100%;
		margin: 15px 1%;
	}

	.part1{
		width: 100%;
		padding: 0;
	}

	.part2{
		display: none;
	}

	.identa{
		padding: 0 10px;	
	}

	tbody tr td {
		display: inline-block;
		width: 100%;
	}
}