section.ctt_sessao1{
	padding: 25px 2%;
	height: 500px;
}

section.ctt_sessao1 .part1{
	width: 40%;
    background-color: #EF4036;
    padding: 15px;
	float: left;
	height: 100%;
}

section.ctt_sessao1 .part1 > div{
	margin-top: 25px;
}

section.ctt_sessao1 .part1 .parts{
	float: left;
	color: #FFF;
	margin: 5px;
}

section.ctt_sessao1 .part1 img{
	width: 35px;
}

section.ctt_sessao1 .part2{
	float: right;
	width: 60%;
	height: 100%;
}

section.ctt_sessao1 .part2 form{
	margin-left: 15px;
}

section.ctt_sessao1 .part2 form .form_parts1{
	float: left;
	width: 50%;
	padding-right: 5px;
}

section.ctt_sessao1 .part2 form .form_parts2{
	float: left;
	width: 50%;
	padding-left: 5px;
}

section.ctt_sessao1 .part2 form h5{
	color: #999;
}

section.ctt_sessao1 .part2 form input[type=text]{
	width: 100%;
	margin-top: 8px;
	margin-bottom: 15px;
	height: 50px;
	padding-left: 8px;
	line-height: 50px;
	border-radius: 5px;
	border:1px solid rgba(100,100,100,0.2);
	color: #999;
}

section.ctt_sessao1 .part2 form textarea{
	width: 100%;
	margin-top:8px;
	padding: 15px;
	border:1px solid rgb(200,200,200);
	height: 160px;
	border-radius: 5px;
}

section.ctt_sessao1 .part2 form input[type=submit]{
	border: 0;
    background-color: #EF4036;
	width: 165px;
	height: 44px;
	font-size: 13px;
	color: white;
	cursor: pointer;
	margin-top: 15px;
}

section.ctt_sessao2{
	background-color: #EF4036;
	text-align: center;
	padding: 50px;
}

section.ctt_sessao2 h2{
	color: #FFF;
	font-size: 3vw;
}

section.ctt_sessao2 .button1{
	background-color: #FFF;
	width: 100px;
	margin: 15px auto;
    box-shadow: 0px 5px 10px #00000040;
    opacity: 1;
}

section.ctt_sessao2 .button1 div{
	padding: 10px;
	width: 100%;
}

section.ctt_sessao2 a{
	text-decoration: none;
	color: #EF4036;
}

@media screen and (max-width: 820px){
	section.ctt_sessao1{
		height: auto;
	}

	section.ctt_sessao1 .part1{
		margin-top: 25px;
		width: 100%;
		float: none;
		height: auto;
	}

	section.ctt_sessao1 .part1 > div{
		width: 300px;
		margin: 0 auto 15px auto;
	}

	section.ctt_sessao1 .part2{
		width: 100%;
		float: none;
		height: auto;
	}

	section.ctt_sessao1 .part2 form{
		margin: 0;
	}
}

@media screen and (max-width: 768px){
	section.ctt_sessao2 h2{
		color: #FFF;
		font-size: 6vw;
	}
}