*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.clear{
	clear: both;
}

.center{
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
}


/**seção 1 do site**/

	.secao1{
		width: 100%;
		background-size: cover;
		background-position: center;
		background-image: url('../images/fundo.jpeg');
			
	}

	.fundo{
		width: 100%;
		height: 100%;
		background-image: linear-gradient(rgba(0,0,86,0.3), rgba(0,0,86,0.3), rgba(0,0,86,0.5), rgba(0,0,86,0.5), rgba(0,0,86,0.7), rgba(0,0,86,0.7), rgba(0,0,86,0.9), rgba(0,0,86,1));
		padding:0 2%;
	}

	.logo1{
		background-image: url('../images/logo 2.png');
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		width: 200px;
		height: 100px;
		float: left;
		cursor: pointer;
	}

	.menu-desk{
		float: right;
		font-size: 30px;
	}
	.menu-desk ul{
		list-style-type: none;
	}

	.menu-desk li{
		float: left;
		padding:42px 20px;
	}

	.menu-desk li a{
		text-decoration: none;
		color: white;
	}

	nav.mobile-menu{
	margin-top:40px;
	float: right;
	width: 32px;
	height: 32px;
	background-size: 100% 100%;
	cursor: pointer;
	background-image: url('../images/menu.png');
	display: none;
}

nav.mobile-menu ul{
	display: none;
	width: 100%;
	left: 0;
	top: 95px;
	border-bottom:4px solid #43FFFD;
	z-index: 999;
	position: absolute;
	text-align: center;
	background-color:#000040;
}

nav.mobile-menu li{
	font-size: 23px;
	padding:20px 0px;
	font-weight: bold;

}

nav.mobile-menu li a{
	color:#43FFFD;
	text-decoration: none;
}

nav.mobile-menu li:hover{
	background-color:#00008c;
}
/*************FIM de SEÇÃO 1 *******************/

/* Seção 2*/
	.secao2{
		width: 100%;
		background-color: rgb(0,0,86);
		min-height: 90vh;
	}

	.secao2 .center{
		text-align: center;
		color: white;
		padding: 20px 2%;

	}

	.secao2>.center>p{
		font-size: 25px;
	}

	.secao2 p>a{
		text-decoration: none;
		color: #43FFFD;
	}

	.secao2>.center>h1{
		font-size: 35px;
		margin-top: 35px;
	}

	.agtc{
		width: 90%;
		background-color: #43FFFD;
		margin: 0 auto;
		margin-top: 35px;
		margin-bottom: 60px;
		border-radius: 40px;
		padding: 20px 20px;
		color: rgb(0,0,86);
		display: flex;
	}

	.fagt{
		transform: translate(-50%,-50%);
		top: 50%;
		left: 15%;
		position: absolute;
		background-image: url('../images/cartt.jpg');
		background-size: cover;
		background-position: center;
		width: 250px;
		height: 250px;
		border-radius: 125px;
		border:10px solid #43FFFD;
		overflow: hidden;
	}

	.fagt>img{
		width: 250px;
		min-height: 250px;

	}
	.um{
		width: 20%;
		padding: 20px;
		position: relative;
	}
	.dois{
		width: 80%;
		padding: 20px;
	}
	
	.tloc{
		cursor: pointer;
	}

	.dois p img{
		height: 20px;
	}

	.dois p{
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 5px;
	}

	.tloc{
		cursor: pointer;
	}
	.orgt{
		margin: 0 auto;
		text-align: left;
		width: 60%;
	}





/** footer  **/

footer{
	padding:20px 3%;
	color: white;
	background-color: #000040;
	font-weight: bold;
}

.left-footer{
	padding-top: 10px;
	float: left;
}

.right-footer{
	text-align: center;
	float: right;
}


/** fim do footer **/

@media screen and (max-width: 1024px){

	.fagt{
		left: 25%;	
	}

	.orgt{
		width: 70%;
	}

}

@media screen and (max-width: 1023px){

	nav.menu-desk{
		display:none;
	}

	nav.mobile-menu{
		display: block;
	}

	.um{
		display: none;
	}
	.dois{
		width: 100%;
	}

	.orgt{
		width: 80%;
	}


	footer{
		text-align: center;
	}

	.left-footer,.right-footer{
		float: none;
	}
	.left-footer{
		margin-bottom: 20px;
	}
}