*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body{
	background: #ccd5ff;
}

header{
	background: rgba(16, 64, 128, 0.8);
	padding: 0;
}

.main{
	background-color: rgba(32, 0, 0, 0.1);
}

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

.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/header.jpg');
	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.3);
}

.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;
}

.logocris{
	width: 410px;
	height: 180px;
	margin: 30px 0 40px 0;	
	float: left;
	background-image: url('../images/cris.png');
	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;
}

.pmanutencao {
	width: 100%;
	padding-top: calc(100% * 5/8);
	background-image: url('../images/pmanutencao.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: 42px;
	font-weight: 300;
	padding: 30px;
	text-transform: uppercase;
	background-color: rgba(32, 0, 64, 0.3);
}

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

.autor{
	padding-left: 80%;
}

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

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

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

.identa{
	padding: 0 40px;	
}

.back-to-top{
	padding-left: 30px;
}

/*********************************************** Banner ******************************************/
.banner-links{
	position: relative;
	width: 100%;
	margin-top: 30px;
	padding: 15px 0;
	min-height: 200px;
	background-image: url('../images/ceara.jpg');
	background-size: cover;
	background-position: center;
}

.banner-ensino{
	position: relative;
	width: 100%;
	margin-top: 30px;
	padding: 15px 0;
	min-height: 200px;
	background-image: url('../images/ensino.jpg');
	background-size: cover;
	background-position: center;
}

.banner-pesquisa{
	position: relative;
	width: 100%;
	margin-top: 30px;
	padding: 15px 0;
	min-height: 200px;
	background-image: url('../images/pesquisa.jpg');
	background-size: cover;
	background-position: center;
}

.banner-extensao{
	position: relative;
	width: 100%;
	margin-top: 30px;
	padding: 15px 0;
	min-height: 200px;
	background-image: url('../images/extensao.jpg');
	background-size: cover;
	background-position: center;
}

.banner-produtos{
	position: relative;
	width: 100%;
	margin-top: 30px;
	padding: 15px 0;
	min-height: 200px;
	background-image: url('../images/produtos.jpg');
	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;
}
tbody tr td {
	border: 1px solid rgba(0, 128, 0, 0.3);
	padding: 0 10px;
}
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;
}

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

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

.part1, .part2{
	float: left;
	width: 50%;
}

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

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

.equipe-single1{
	background: lightgreen;
}

.equipe-single2{
	background: lightsalmon;
}

.topo-box-usuario{
	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-avatar1{
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background: #ccc;
	background-image: url('../images/barboni.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.box-avatar2{
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background: #ccc;
	background-image: url('../images/suzi.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.box-avatar3{
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background: #ccc;
	background-image: url('../images/fernando.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.box-avatar4{
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background: #ccc;
	background-image: url('../images/tania.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.box-professores{
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background: #ccc;
	background-image: url('../images/professores.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

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

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

/************************************* Estilo para o rodapé **************************/
footer{
	background-color: #9B1917; /* vermelhão */
	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;
}

.part1{
	padding-top: 20px;
}

.fsee{
	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;
	font-size: 12px;
	text-align: center;
	background-color: rgba(32, 16, 8, 0.9);
}

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

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

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

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

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

	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%;
	}
}