*{
	font-family: "Century Gothic";
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	resize: none;
}
body{
	padding-top: 35px;
	width: 100%;
}

.questionario
{
	width: 250px;
	height: 40px;
	position: relative;
	left: 100px;
	top: 0px;
	z-index: 3;
}

/* Menu */
.menuBar{
	/*background: #f58634;*/
	font-size: 13pt;
	/*font-weight: bolder;*/
}

#imgLogo{
/*	height: 40px;*/
	height: 70px;
	margin-top:6px;
}
#menu-navegacao ul.nav{
	/*margin-top: 5px;*/
}

#menu-navegacao ul.nav li > a{
	color: black;

}

#menu-navegacao ul.nav li > a:hover{
	background: #d8d8d8;
}

.navbar-right .dropdown-menu{
	right: auto;
	left: auto;
}
/* Fim menu */

/* Home */
.header{
	width: 100%;
}
.header img{
	width: 100%;
	height: 100%;
}
/* Fim Home*/

.titulos{
	font-weight: bolder;
	color: #000;
	font-size: 30pt;
	font-family: 'Arial';
}
.resumos{
	font-size: 20pt;
	font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
	margin-bottom: 25px;
	text-align: justify;
}

/* <hr> */
.light{
	max-width: 50px;
	border-color: #fff;
	border-width: 3px;
}

.orange{
	max-width: 50px;
	border-color: #f05f40;
	border-width: 3px;
}
/* Fim </hr>*/
a {
  color: #F05F40;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }
  a:hover {
    color: #f05f40; }

.button-scrool{
	margin-top: 80px;
	background: #fff;
	font-size: 13pt;
	color: #333;
	font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
	border: none;
	border-radius: 300px;
	padding: 15px 30px;
	font-weight: bold;
	border-color:#f37d2e;
}
	.button-scrool:hover, .button-scrool:focus, .button-scrool:active {
    color: #fff;
    background-color: #ee4b28 !important; }
  .button-scrool:active, .button-scrool:focus {
    box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important; }


.button-scrool-bg{
	background: #f37d2e;
	color: #fff;
	border-color:#f37d2e;
}
	.button-scrool-bg:hover, .button-scrool-bg:focus, .button-scrool-bg:active {
    color: #fff;
    background-color: #ee4b28 !important; }
  .button-scrool-bg:active, .button-scrool-bg:focus {
    box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important; }
/* Projeto */
.projeto{
	background: #f37d2e;
	padding-top: 80px;
	padding-bottom: 60px;
}
	.projeto p{
		color: #dddcdb;
	}
/* Fim Projeto */

/* Oficio */
.oficio{
	padding-top: 80px;
	padding-bottom: 130px;
}
	.oficio p{
		color: #333;
	}
/* Fim do Oficio */

/* Curiosidade */
.curiosidade{
	background: #f37d2e;
	padding-top: 90px;
	padding-bottom: 80px;
	color: #dddcdb;
}
	.curiosidade-container{
		margin-top: 60px;
	}
	.curiosidade-container h3{
		font-weight: bolder;
		color: #000;
		margin-top: 30px;
	}
	.curiosidade-container p{
		font-size: 16pt;
		font-family: "Calibri";
		margin-top: 20px;
	}
/* Fim do Curiosidade*/

/* Contato */
.contato{
	padding-top: 90px;
	padding-bottom: 40px;
}
	.titulo-contato{
		font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
		font-size: 20pt;
		text-align: justify;
	}
	.form-contato{

	}
	.form-contato div.form-group{
		padding: 5px;
	}

	.form-contato div.form-group input{
		height: 40px;
	}

	.form-contato div.form-group label{
		margin-bottom: 5px;
		padding-left: 4px
	}

	.btn-enviar-contato{
		margin-left: 7px;
	}
/* Fim Contato */

#rodape{
	background: #000;
	padding-top: 10px;
}
#rodape img{
	height: 200px;
	margin: auto
}
#rodape p#desenvolvedor{
	color: #dedede;
	font-size: 18pt;
	margin-top: -20px
	/*background: #dedede;*/
	/*font-weight: bolder;*/
}
