@font-face {
	font-family: 'SF-Pro-Display-Regular';
	src: url(/wp-content/themes/twentytwentytwo/assets/fonts/fonts_app/SFPRODISPLAYREGULAR.OTF);
}
	
hmtl, body{
	margin: 0;
	padding: 0;
	font-family: 'SF-Pro-Display-Regular';
}

h1,h2,h3,h4,h5,p{
	font-family: 'SF-Pro-Display-Regular';
}
	
a{
	text-decoration: none;
}
	
.header{
	background-color: #FFF;
}
	
.containerHeader{
	display: flex;
	justify-content: center;
	padding-block: 15px;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
	
.imgHeader{
	width: 150px;
}
	
.body{
    background-color: #FFF;
    width: 100%;
    margin-block: 50px;
}

.containerBody{
    position: relative;
    width: min(1275px, 90%);
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-inline: auto;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

#resgisterForm .body .gform_footer input#gform_submit_button_7{
	height: auto;
    background-color: #50a533;
	color: #FFF;
    font-size: 16px;
    width: 100%;
    height: 50px;
    padding: 0px 12px 2px 12px;
    border-width: 0px;
    border-color: #50a533;
	border-radius: 15px;
    box-shadow: 0px 1px 0px #aec2b5;
    text-shadow: 0 -1px 1px #9b9b9b, 1px 0 1px #9b9b9b, 0 1px 1px #9b9b9b, -1px 0 1px #9b9b9b;
	transition: .3s;
}

#registerForm .body .gform_footer input#gform_submit_button_7:hover{
	background-color: #aec2b5 !important;
    border-color: #aec2b5 !important;
}
	
.footer{
	background-color: #50A533;
	width: 100%;
	padding-block: 50px;
	position: absolute;
}
	
.footer a{
	color: #FFF;
}
	
.footer a:hover{
	text-decoration: underline;
}
	
.containerFooter{
    width: min(1275px, 90%);
    margin-inline: auto;
	display: flex;
	justify-content: space-between;
}
	
.containerInfos{
	display: flex;
	flex-direction: column;
	width: 300px;
	gap: 20px;
}
	
.containerInfos div,
.containerRedesSociais div{
	color: #FFF;
}
	
.containerRedesSociais{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
	
.icons_social{
	display: flex;
	gap: 10px;
}

.title-page{
	color: #000;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.container-steps{
	display: flex;
	  align-items: center;
	  gap: 6.75rem;
}

.image-step{
	width: 197px; 
	height: auto;
}

.step{
	display: flex;
	align-items: center;
	gap: 2rem;
}

.step-number{
	width: 73px;
}

.step-description{
	color: #000;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: 35px; /* 116.667% */
	width: 500px;
}

.sec_politics .footer{
	margin-top: 80px;
	position: absolute;
}

@media screen and (max-width: 480px){
	.containerHeader .imgHeader{
		width: 150px;
	}
	
	.title-page{
		font-size: 20px;
	}
	
	.step-description {
		font-size: 14px;
		line-height: 24px;
		width: 100%;
	}
	
	.container-steps {
		display: flex;
		align-items: center;
		flex-direction: column-reverse;
		align-content: center;
		flex-wrap: nowrap;
		width: 100%;
		gap: 5px;
	}
	
	.step-number{
		width: 45px;
	}
	
	.step {
		width: 100%;
		gap: 1rem;
	}
		
	.containerHeader{
		padding-block: 15px; 
	}
		
	.containerFooter{
		width: min(400px, 90%);
	}

	.footer {
		position: relative;
		bottom: 0;
	}
}