h1, h2, h3, h4, h5, h6{margin: 0 0 0 0; padding: 0 0 0 0;}

a, input, button, input[type="submit"], input[type="button"], select{outline: none !important;}	

body{
	font-family: 'Qanelas';
}

/* Header Site */
.containerHeader{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: #fff;
	box-shadow: 0px 10px 25px #02020226;
}

.contentHeader{
	width: 1210px;
	height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto 0;
}

.contentHeader .btoMenuMobile{
	display: none;
}

.contentHeader .logo{
	width: 156px;
	height: 48px;
	display: block;
	margin: 0 0 0 0;
	background: url(https://www.propay.com.br/hubfs/_Site/img/logo.png) no-repeat center center;
}

.contentHeader .logo a{
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
}
/* Fim Header Site */

/* Menu Site */
.containerMenu{
	width: 550px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.containerMenu a{
	color: #1995EE;
	text-decoration: none !Important;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'Qanelas';
	font-weight: 500;
}

.containerMenu a:hover{
	color: #1995EE;	
}

.containerMenu .dropdown .dropdown-toggle{
	color: #1995EE !important;
	font-family: 'Qanelas';
	font-weight: 500;
	border: solid 1px #fff !important;
}

.containerMenu .dropdown .dropdown-toggle:hover{
	border: solid 1px #fff !important;
}

.containerMenu .dropdown .dropdown-toggle:hover{
	border: none;
	color: #1995EE;
}

.containerMenu .dropdown .dropdown-toggle:focus{
	border-color: #fff;
}

.containerMenu .dropdown-menu{
	top: 10px !important;
	box-shadow: 0px 10px 25px #02020226;
	border: none;
}


.boxAreasMenu{
	width: 559px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 30px 30px 0 30px;
	box-sizing: border-box;
}

.boxAreasMenu.menuSolucoes{
	width: 759px;
}

.boxAreasMenu section{
	flex-basis: 50%;
	margin-bottom: 30px;
}

.boxAreasMenu section a{
	font-family: 'Qanelas';
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	color: #969696;
	text-transform: none;
}

.boxAreasMenu section a:hover{
	color: #969696;
	text-decoration: none !Important;
}

.boxAreasMenu section a span{
	font-weight: 500;
}

.boxAreasMenu section a .color1{
	color: #1994ED !important;
}

.boxAreasMenu section a .color2{
	color: #F2A41C;
}

.boxAreasMenu section a .color3{
	color: #25A08D;
}

.boxAreasMenu section a .color4{
	color: #BC186F;
}


.btoConsultor{
	width: 280px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #F2A41A;
	border-radius: 5px;
	font-family: 'Qanelas';
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	text-decoration: none !Important;
	border: solid 1px #F2A41A;
	transition: 0.5s;
}

.btoConsultor:hover{
	background-color: #fff;
	color: #F2A41A !important;
	border-color: #F2A41A;
	transition: 0.5s;
}

.btoConsultor:hover{
	color: #fff;
}

	/* Menu Mobile */
	.containerMenuMobile{
		display: none;
	}
	/* Fim Menu Mobile */

/* Fim Menu SIte */


/* Banner */
.bannerPrincipal{
	/*width: 1325px;
	height: 500px;
	margin: 78px auto 0;
	display: block;
	background: url(https://www.propay.com.br/hubfs/_Site/img/bannerPrincipal.png) no-repeat center center;
	font-family: 'Qanelas';
	color: #fff;*/
}

.bannerPrincipal .textobannerPrincipal{
	/*width: 500px;
	padding-top: 50px;
	margin-left:55px;*/
}

.bannerPrincipal strong{
	/*/*display: block;
	font-weight: bold;
	font-size: 44px;
}

.bannerPrincipal strong span{
	width: 670px;
	display: block;
	font-weight: 300;
	padding-bottom: 0;
	border-bottom: solid 1px #F2A41A;
}

.bannerPrincipal p{
	width: 100%;
	display: block;
	margin-top: 20px;
	margin-bottom: 0;
	line-height: 32px;
}

.bannerPrincipal p span{
	/*width: 460px;
	box-sizing: border-box;
	display: block;
	background-color: #1995EE;*/
}

/*.bannerPrincipal a{
	width: 280px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #F2A41A;
	border-radius: 5px;
	font-family: 'Qanelas';
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	text-decoration: none !Important;
	border: solid 1px #F2A41A;
	transition: 0.5s;
}

.bannerPrincipal a:hover{
	background-color: #fff;
	color: #F2A41A !important;
	border-color: #F2A41A;
	transition: 0.5s;
}
*/

@media only screen and (max-width: 1024px){

	.contentHeader{
		width: 295px;
		height: 64px;
		position: relative;
	}

	.contentHeader .btoMenuMobile{
		width: 24px;
		height: 24px;
		position: absolute;
		display: block;
		top: 18px;
		right: 10px;
		background: url(https://www.propay.com.br/hubfs/_Site/img/menuHamburguer.png) no-repeat center center;
		cursor: pointer;
		border: none;
	}

	.contentHeader .logo{
		width: 133px;
		height: 29px;
		background: url(https://www.propay.com.br/hubfs/_Site/img/logoMobile.png) no-repeat center center;
	}

	.containerMenu{
		display: none;
	}

	.btoConsultor{
		display: none;
	}

	.containerMenuMobile{
		width: 100%;
		height: 100vh;
		position: fixed;
		padding: 20px;
		padding-top: 0;
		box-sizing: border-box;
		background-color: #fff;
		z-index: 999;
		top:0;
	}

	.containerMenuMobile img{
		margin-bottom: 50px;
	}

	.containerMenuMobile a{
		display: block;
		margin-bottom: 30px;
		font-family: 'Qanelas';
		font-weight: 500;
		font-size: 16px;
		color: #1995EE;
		text-transform: uppercase;
		text-decoration: none !Important;
	}

	.containerMenuMobile ul{
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		list-style: none;
		padding: 0 0 0 0;
		margin: 30px 0;
	}

	.containerMenuMobile ul li{
		margin-bottom: 20px;
	}

	.containerMenuMobile ul li:last-of-type{
		margin-bottom: 0;
	}

	.containerMenuMobile ul li strong{
		display: block;
		margin-bottom: 10px;
		font-family: 'Qanelas';
		font-weight: 500;
		font-size: 16px;
		color: #1995EE;
		text-transform: uppercase;
		text-decoration: none !Important;
	}

	.containerMenuMobile ul li a{
		padding-left: 20px;
		box-sizing: border-box;
		font-family: 'Qanelas';
		font-weight: 500;
		font-size: 14px;
		color: #969696;
		text-transform: none;
		text-decoration: none !Important;
	}

	.containerMenuMobile ul li a{
		margin-bottom: 15px;
	}


	.containerMenuMobile .btoConsultor{
		width: 100%;
		height: 40px;
		margin-top: 30px;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #F2A41A;
		border-radius: 5px;
		font-family: 'Qanelas';
		font-weight: 600;
		font-size: 16px;
		color: #fff;
		border: solid 1px #F2A41A;
		text-decoration: none !Important;
		transition: 0.5s;
		text-transform: none;
	}

	.closeMenuMobile{
		position: absolute;
		top: 20px;
		right: 12px;
		display: block;
		float: right;
		width: 24px;
		height: 24px;
		background: url(https://www.propay.com.br/hubfs/_Site/img/closeMenu.png) no-repeat center center !important;
		border: none !important;
		text-indent: -9999px;
	}

}