/* Bios */
@font-face {
	font-family: Roboto;
	src: url('../fonts/Roboto-Regular.ttf');
}

/* Reset */
* { margin: 0; padding: 0; font-size: 100%; border: none; outline: none; font-weight: 300; box-sizing: border-box; font-family: 'Open Sans', sans-serif; }
body { background-color: #fff; }
a { text-decoration: none; }
a:hover { text-decoration: none; }
ul { list-style: none; }
img { max-width: 100%; }
b, strong {font-weight: bold;}

header {
	background-size: 100% 120px;
	background-position: center;
	background-repeat: no-repeat;
	height: 100px;
	background: #253F50;
}

.ajuste {
	width: 100%;
	float: left;
	margin-top: 140px;
}

.funcoes {
	width: 100%;
}

.menugeral {
	width: 100%;
	z-index: 1000;
}

.menu2 {
	background: #506372;
	width: 100%;
	height: 50px;
	border-top:1px solid #5F7283;
}

.logo {
	width: 291px;
	height: 100%;
    max-width: 120px;    
    padding-top: 20px;
    float: left;
}
.logo-mobile {
	width: 105px;
	height: 46px;
	float: left;
	display: none;
}
.logo-mobile a img {
	width: 100%;
	height: 100%;
}

.menu span {
	font-family: Roboto;
	font-size: 26px;
	color:#fff;
	font-weight: bold;
	float: right;
	margin-top: 30px;
}

/* Menu Mobile */
.btn-menu {
	color: #fff;
	width: 42px;
	height: 42px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size: 20px;
	text-align: center;
	background-color: #1DB26E;
	cursor: pointer;
	outline: thin dotted !important;
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0px !important;
    float: right;
    display: none;
}
.btn-close {
	color: #fff;
	float: right;
	margin: 10px 30px 0 0;
	outline: thin dotted !important;
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0px !important;
    background: none;
    display: none;
    font-size: 2em;
    cursor: pointer;
}

.menu2 nav ul li {
	margin: 0;
	padding: 0;
}

.menu2 nav {
	margin:0px;
	padding: 0px;
	padding-top:11px;
}

.menu2 nav ul li a {
	font-size:14px !important;
	padding: 5px 15px 5px 15px;
}

.menu2 nav ul li a:hover {
	background: #253F50;
	border-radius:20px;
	transition: background 200ms ease-in-out;
}

nav ul li {
	display: inline-block;
	margin: 15px 5px 0 0;
}
nav ul li:last-child {
	margin-right: 0;
}
nav ul li a {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	/*-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	transition-property: color; */
	padding: 0 10px;
}
nav ul li a:hover, nav ul li a:focus {
	color: #FFF;
}

/* Alerts */
.ui-pnotify-title {
	font-size: 1rem;
	font-weight: bold;
}

/* Main */
main {
	margin-top: 86px; /* 115px */
	width: 100%;
}


.topo {
	background: url("../images/background.jpg");	
	width: 100%;
	display: table;
	float: left;
	margin-top: 150px;
}

.topo h2 {
	width: 100%;
	text-align: center;
	color: #FFF;
	font-family: Roboto;
	padding-top: 80px;
	padding-bottom: 30px;
	font-weight: bold;
}

.arealogin {
	width: 100%;
	background: #000;
	background-color: rgba(0,0,0,0.55);
	border-radius:20px;
	margin-bottom: 100px;
}

#arealogin {
	padding: 30px 40px;
	margin-top:30px 40px;
}

#arealogin label {
	width: 100%;
	font-size:16px;
	color:#fff;
	font-family: Roboto;
}

#arealogin input {
	width: 100%;
	background: none;
	border:1px solid #fff;
	height: 30px;
	padding: 0px 0 0 10px;
	font-size: 14px;
	margin-bottom: 20px;
	color:#fff;
}

#arealogin span {
	font-size: 11px;
	margin-top: -20px;
	float: right;
}

#arealogin span a { 
	color:#fff;
}

#arealogin button {
	padding:5px 20px;
	border-radius:20px;
	cursor: pointer;
	margin-top: 20px;
	font-size: 14px;
}

#areaLoginTexto {
	border-left: 5px solid #fff;
	margin-top: 35px;
}

#areaLoginTexto p {
	color:#fff;
	font-size:14px;
	font-family: Roboto;	
	margin-left: 48px;
	margin-right: 35px;
	text-align: justify;
}

.descricaoFuncoes {
	margin-top: 40px;
	margin-bottom: 40px;
}

.descricaoFuncoes h5 {
	font-family: Roboto;
	font-weight: bold;
	font-size: 18px;
	color:#273E4E;
	margin-top: 30px;
}

.descricaoFuncoes button {
	border-radius:30px;
	background: #34CB98;
	color:#fff;
	font-size: 14px;
	padding: 3px 15px;
}

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

.descricaoFuncoes span {
	font-family: Roboto;
}

.card-header button {
	color:#FFF;
	cursor: pointer !important;
}

.card-header button:hover {
	text-decoration: none;
	color:#D3D3D3;
}

.accordion {
	margin-bottom: 50px;
}

.card-header {
	background: #253F50;
}

.cx_inscricao {
	width: 100%;	
	border: 3px solid #37C998;
	border-radius: 10px;
}

.cx_inscricao {
	margin-top: 80px;
	display: table;
	padding: 10px 20px;
	cursor: pointer;
}

.cx_inscricao:hover {
	box-shadow: 0px 0px 7px rgba(0,0,0,.5);
}

.cx_inscricao span {
	color: #37C998;
	font-family: Roboto;
	font-weight: bold;
	font-size: 18px;
	padding: 10px 5px;
	margin-left: 10px;
}

.area_perguntas {
	background: #E6E7E9;
	width: 100%;
}

.form_contato input {
	margin-bottom: 20px;
}

.form_contato select {
	margin-bottom: 20px;
}

.form_contato textarea {
	margin-bottom: 20px;
	height: 150px;
}

.form_contato button {
	float: right;
	padding: 3px 15px;
	border-radius:15px;
	cursor: pointer;
}



.btn-acessar {
	background: #34CB98;
	color:#fff;
	font-weight: bold;
}

.btn-inscrever {
	background: #243F50;
	color:#fff;
	font-weight: bold;
	float: right;
}


#corpo {
	width: 1100px;
	margin: 0 auto;
	font-family: Roboto;
	font-size: 14px;
}

#corpo #div {
	border: 1px #666 solid;
	padding: 25px;
	text-align: center;
}

#corpo #div h4 {
	font-size: 12px;
	font-family: Roboto;
	font-weight: bold;
}

#corpo #div p {
	font-family: Roboto;
	font-size: 14px;
	margin-bottom: 15px;
}

/*#corpo #div a {
	background-color: #4095af;
	padding: 5px 15px;
	margin-top: 25px;
	color: #FFF;
	border-radius: 50px;
	font-size: 14px;
}
*/

#corpo #arquivos a {
	display: block;
	font-size: 13px;
	color: #3b4195;
}

#corpo #arquivos a:hover, #corpo #arquivos a:focus{
	color: #007bff;
}

#corpo .div2 {
	text-align: left;
	margin-bottom: 25px;
}

#corpo .div2 h3 {
	color: #4095af;
	border-bottom: 2px solid #4095af;
	font-size: 16px;
	font-family: Roboto;
	margin-bottom: 20px;
}

#corpo .div2 i {
	margin-right: 5px;
}

#corpo .div2 p {
	margin-bottom: 2px;
	margin-top: 2px;
	font-size: 13px;
}

#corpo h2 {
	background-color: #666;
	font-size: 14px;
	text-align: center;
	padding: 15px;
	border-radius: 5px 5px 0 0;
	color: #fafafa;
	font-family: Roboto, 'Open Sans', sans-serif;
	margin-bottom: 0px;
	font-weight: bold;
}

#corpo .cabecalho {
	background-color: #666;
	font-size: 14px;
	text-align: center;
	padding: 15px;
	border-radius: 5px 5px 0 0;
	color: #fafafa;
	font-family: Roboto, 'Open Sans', sans-serif;
	margin-bottom: 0px;
	font-weight: bold;
}
#corpo .cabecalho b, #corpo .cabecalho a {
	font-family: Roboto, 'Open Sans', sans-serif;
}
#corpo .cabecalho > span {
	width: 53px;
	text-align: right;
}

/* Footer */
footer {
	width: 100%;
	margin-top: 86px;
	background-color: #2D3E50;
	height: auto;
	/*position: absolute;*/
	bottom: 0;
}

footer p {
	color: #585858;
	font-size: 14px !important;
	text-align: justify;
	font-weight: 400;
	margin-top: 4px;
	text-decoration: none;
}
footer p span {
	letter-spacing: 0px;
}
.footer-fim {
	width: 100%;
	height: 60px;
	background-color: #dadada;
}
.copyright {
	float: left;
}
.copyright p {
	width: auto;
	padding-top: 16px;
	font-size: 14px;
	color: #585858;
}
.re9 {
	width: auto;
	max-height: 60px;
	float: right;
	margin-top: 7px;
}
.re9 p {
	margin-bottom: 0;
}
.re9 p img {
	max-height: 40px;
	margin-left: 4px;
}

p strong {
	font-weight: 600;
}

/* MEDIA TYPES */


@media screen and (min-width: 992px) {
	nav {
		display: block !important;
		width: 100%;
		padding: 25px 5px;
	}

}

@media screen and (max-width: 1200px) {
	#corpo {
		width: 75%;
	}

	nav {
		width: 100%;
	}

	nav ul li {
		margin: 15px 0px 0 0;
	}

	nav ul li a {
	    padding: 0 10px 0 2px;
	}
}

/* Tablet */
@media screen and (max-width: 991px) {
	.container {
	    width: 85%;
	    padding: 0;
	    max-width: 100%;
	}

	.menu span {
		display: none;
	}

	/* Navegação */
	.btn-menu {
		display: block;
		background-color: #fff;
	    margin-top: 30px;
	    margin-right: 35px;
	}

	.fa-bars:before, .fa-close:before {
	    color: #4095af;
	}

	header {
	    background-size: 1150px 120px;
	}
	
	.btn-close {
		display: block;
	}
	.menu {
		padding-bottom: 18px;
		flex-wrap: wrap;
	}

	.menu2 .container {
		width: 100%;
	}

	nav {
		width: 100%;
		height: auto;
		clear: both;
		float: left;
		display: block;
		margin: 0px 0 0px 0px !important;
    	box-shadow: 2px 2px 2px #ddd;
    	background-color: #FFF;
	}
	nav ul li {
		width: 100%;
		text-transform: uppercase;
		text-align: center;
		clear: both;
		margin: 0;
		padding: 8px 0;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
		transition-property: background-color;
	}
	nav ul li:hover, li:focus {
		color: #fff;
	}
	nav ul li a {
		color: #2E3D50;
		font-size: 1em;
		font-weight: 600;
	}
	nav ul li a:hover, a:focus {
		color: #1DB26E;
	}
	
	/* Footer */
	footer {
		position: relative;
	}

	footer .barra-verde:after {
		margin-right: -260px !important;
	}
	footer h2 img {
		margin: -15px 35% 0 0;
	}
	footer ul a {
		margin-right: 20px;
	}
	footer h2 {
		font-size: 23px;
	}
	footer p span {
		letter-spacing: 0px;
		font-size: 14px;
	}
	.footer-fim {
		padding: 0 15px;
	}
	
}
@media screen and (max-width: 768px) {
	#areaLoginTexto {
		border-left:0px;
	}

	.cx_inscricao {
		margin-bottom: 20px;
		margin-top: 0px;
	}

	.descricaoFuncoes h5 {
		text-align: center;
	}

	.descricaoFuncoes {
		margin-bottom: 20px;
	}

	.footer-fim {
		height: 115px;
		text-align: center;
	}
	.copyright {
		float: none;
	}
	.copyright p {
		text-align: center;
	}
	.re9 {
		float: none;
		clear: both;
	}
	.re9 p {
		text-align: center;
	}
	
}
@media screen and (max-width: 720px) {
	
}
@media screen and (max-width: 576px) {
	header {
	    background-size: 880px 90px;
	    background-position: -80px 0px;
	}

	/* Logo */
	.logo {
		display: block;
		
    	width: 100px;
	}

	.logo-mobile {
		display: none;
	}
	/* Main */
	main {
		margin-top: 50px;
	}
	/* Footer */
	footer .barra-verde {
		height: 67px;
	}
	footer .barra-verde:after {
		margin-right: -160px !important;
		height: 67px;
	}
	.espaco-footer {
		padding-top: 80px;
	}
	.copyright p, .re9 p {
		font-size: 12px !important;
	}
	.re9 p img {
		max-height: 30px;
	}
	
}
@media screen and (max-width: 510px) {
	
	/* Footer */
	.footer-fim {
		height: 90px;
	}
	footer h2 img {
		margin-right: 45%;
	}
	
}
@media screen and (max-width: 439px) {
	
}
@media screen and (max-width: 460px) {
	
}
/* Mobile L */
@media screen and (max-width: 425px) {
	
	/* Footer */
	footer .barra-verde {
		height: 67px;
	}
	footer .barra-verde:after {
		margin-right: -160px !important;
		height: 67px;
	}
	
}
@media screen and (max-width: 410px) {
	
}
@media screen and (max-width: 385px) {
	
}

/* Mobile M */
@media screen and (max-width: 375px) {
	#corpo #div h4 {
	    font-size: 14px;
	}

	#corpo #div p {
	    font-size: 13px;
	}
	
}
@media screen and (max-width: 348px) {
	
}
@media screen and (max-width: 340px) {
	
}

/* Mobile S */
@media screen and (max-width: 320px) {
	.btn-menu {
	    margin-right: 10px;
	}
}