body{
	font-family: "PT Sans";
	margin: 0;
}


.head{
	color: white;
	background-color: #9E0A34;
	width: 100%;
	text-align: center;
	font-size: 17px;
	padding: 10px 0;
	letter-spacing: 4px;
}
.titulo{
	text-align: center;
	margin-top: 45px;
}
.texto{
	background-repeat: no-repeat;
	background-position: right;
	margin: 75px 10% 0 10%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.texto img{
	height: 100%;
}

.novo{
	position: absolute;
	top: -70px;
	left: -70px;
}

.footer{
	display: flex;
	justify-content: space-between;
	margin: 0 10%;
	text-align: center;
	align-items: center;
	line-height: 1.6;
	margin-top: 0px;
}
.footer a{
	color: #9E0A34;
	text-decoration: none;
}




@media (max-width: 768px){

	.texto{
		margin-left: 15px;
		margin-right: 15px;
		margin-top: 40px;
		background: none;
		padding: 0;
		flex-direction: column;
	}
	.texto img{
		width: 100%;
		margin-bottom: 10px;
	}
	.texto p{
		order: 2;
	}

	.titulo{
		margin-left: 15px;
		margin-right: 15px;
	}
	.titulo img{
		width: 100%;
	}

	.footer{
		margin-left: 10%;
		margin-right: 10%;
		margin-top: 20px;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.footer p{
		order: 1;
	}
	.footer img{
		order: 2;
		margin: 10px;
	}

	.novo{
		top: -60px;
		left: -60px;
	}
	.novo img{
		width: 65%;
	}
	
	.head p{
		letter-spacing: 3px;
		margin-left: 10%;
		margin-right: 10%;
	}








}

@media (max-width: 576px){

	.head p{
		margin: 0 50px;
	}
	.novo{
		left: -45px;
		top: -45px;
	}
	.novo img{
		width: 50%;
	}


	.footer{
		margin-left: 15px;
		margin-right: 15px;
		justify-content: space-between;
	}
	.footer img{
		margin: 10px 0;
	}
}

@media (min-width: 769px) and (max-width: 998px){
	.novo img{
		width: 80%;
	}
	.titulo{
		margin-left: 10%;
		margin-right: 10%;
	}
	.titulo img{
		width: 100%;
	}

	.footer{
		margin-left: 10%;
		margin-right: 10%;
		margin-top: 20px;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.footer p{
		order: 1;
		width: 100%;
	}
	.footer img{
		order: 2;
		margin: 10px;
	}

}



