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

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

header{
	background: rgba(255, 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;
	padding: 4px;
	background-color: rgba(0, 64, 0, 0.5);
	border: 1px solid black;
}


a{
	color: hotpink;
}

@keyframes borboleta {
	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: bottom; /* 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/b2.png");
		background-position: left; /* Posiciona a imagem */
		background-repeat: no-repeat; /* Não repete a imagem */}
	75% {background-image: url("../images/b2.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/b2.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: borboleta 20s infinite;
}

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

.clear{clear: both;}

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

.navbar a:hover{
	transition: 1s;
	color: yellow !important;
	text-decoration: underline;
}

.w100{
	width: 100%;
}

.left{
	float: left;
}

.right{
	float: right;
}

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

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

.quadro{
	max-width: 100%;
	height: auto;
}

.qfcrb{
	width: 100%;
	height: auto;
	border: solid 1px black;
}

/* 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: darkgreen;
	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;
	padding: 30px 40px 0 40px;
}

.autor{
	padding-left: 80%;
}

.bg-atlas{
	position: relative;
	background-image: url('../images/bg.jpg');
	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: 200px;
	background-color: rgba(0, 0, 64, 0.6);
	background-image: url('../images/pesquisa.png');
	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.outro{background: #66DD4E;}
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;
}

/************************************* 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;
}

.logoatlas {
	width: 210px;
	height: 225px;
	margin: 0 auto;
	float: right;
	background-image: url('../images/latlas.png');
	background-size: cover;
	background-position: right;
}

.lidia {
	height: 90px;
  width: 90px;
	margin: 0 auto;
	float: center;
	background-color: rgba(0, 0, 0, 0);
	background-image: url('../images/atlas.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: 1080px){
	.botao{
		width: 100%;
	}

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

	.loggout a{
		width: 100%;
		display: block;
	}

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

}