.atf {
	position: relative;
	padding: 150px 20px 40px 20px;
	background-image: url('../img/about/atf.png');
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #292E36;
	background-size: cover;
}
.atf__subtitle {
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
	font-size: 18px;
	font-family: 'JosefinSans-Light';
}
.atf__title {
	width: 200px;
	color: #fff;
	text-align: center;
	font-size: 30px;
	margin: auto;
	border-top: 1px solid #FF5C17;
	border-bottom: 1px solid #FF5C17;
}
.atf__logo {
	display: none;
	width: 140px;
	position: absolute;
	top: 60px;
	right: 40px;
}

.service {
	padding: 40px 20px;
	background-color: #FFF8F5;
}
.service__content {
	display: flex;
	flex-direction: column;
	max-width: 1100px;
	margin: auto;
	grid-gap: 20px;
}

.service__subtitle {
	font-size: 14px;
	border-top: 1px solid #FF5C17;
	border-bottom: 1px solid #FF5C17;
	margin-bottom: 10px;
}
.service__title {
	font-size: 28px;
	margin-bottom: 20px;
}
.service__txt {
	line-height: 20px;
	margin-bottom: 30px;
}
.service__btn {
	padding: 12px 0;
	margin: auto;
}

.dirigido {
	padding: 30px 20px;
}
.dirigido__title {
	font-size: 28px;
	margin-bottom: 20px;
}
.dirigido__txt {
	line-height: 20px;
}
.dirigido__list {
    font-size: 18px;
    margin-left: 20px;
    list-style: disc;
}
.dirigido__list li {
	margin-bottom: 10px;
}

.download {
	padding: 40px 20px;
	background-color: #292E36;
}
.download__title {
	color: #fff;
	font-size: 28px;
	text-align: center;
	margin-bottom: 30px;
}
.download__lnk {
	display: flex;
	grid-gap: 10px;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 18px;
	background-color: #FF5C17;
	width: 270px;
	margin: auto;
	text-align: center;
	padding: 16px 0;
}
.download__lnk img {
	width: 30px;
	vertical-align: middle;
}

.modules {
	display: flex;
	flex-direction: column;
	grid-gap: 30px;
	max-width: 1100px;
	padding: 40px 20px;
}
.modules__title {
	font-size: 28px;
	margin-bottom: 20px;
}
.modules__list {
	font-size: 16px;
	margin-left: 20px;
}
.modules__list li {
	margin-bottom: 10px;
}

@media screen and (min-width: 360px) {

	.atf__title {
		width: 308px;
	}

}

@media screen and (min-width: 500px) {

	.atf__title {
		font-size: 32px;
		width: 330px;
	}
	.service__content {
		width: 400px;
	}
	.dirigido {
		width: 400px;
		margin: auto;
	}
	.modules {
		width: 400px;
		margin: auto;
	}

}

@media screen and (min-width: 768px) {

	.atf {
		position: relative;
		padding: 100px 0;
		background-image: url('../img/about/atf-desktop.png');
		background-position: left center;
	}
	.atf__logo {
		display: block;s
	}
	.atf__subtitle {
		font-size: 20px;
	}
	.atf__title {
	    font-size: 36px;
	    width: 370px;
	}
	.service__content {
		width: auto;
		align-items: center;
		flex-direction: row-reverse;
	}
	.service__left,
	.service__right {
		width: 50%;
	}
	.service__title {
		font-size: 30px;
	}
	.service__txt {
		font-size: 18px;
		line-height: 22px;
	}
	.service__btn {
		font-size: 18px;
	}
	.dirigido {
		width: auto;
		max-width: 900px;
	}
	.dirigido__title {
		font-size: 30px;
	}
	.dirigido__txt {
		font-size: 18px;
		line-height: 22px;
	}
	.download__title {
		font-size: 30px;
	}
	.download__lnk {
		font-size: 20px;
	}
	.modules {
		width: auto;
		flex-direction: row;
		align-items: center;
	}
	.modules__left,
	.modules__right {
		width: 50%;
	}
	.modules__title {
		font-size: 30px;
	}
	.modules__list {
		font-size: 18px;
	}
	.modules__list li {
		margin-bottom: 12px;
	}
	.modules__list a,
	.modules__list a:hover,
	.modules__list a:visited {
		color: #292E36;
	}

}

@media screen and (min-width: 1000px) {

	.atf {
		padding: 120px 0;
	}
	.atf__subtitle {
		font-size: 22px;
	}
	.atf__title {
		width: 420px;
		font-size: 40px;
		margin-bottom: 30px;
	}
	.atf__logo {
		top: 90px;
	}

}

@media screen and (min-width: 1200px) {

	.atf__subtitle {
		font-size: 24px;
	}
	.atf__title {
		width: 480px;
		font-size: 46px;
		margin-bottom: 30px;
	}
	.atf__logo {
		top: 100px;
	}
	.service__title,
	.dirigido__title,
	.download__title,
	.modules__title {
		font-size: 32px;
	}
	.service__txt,
	.dirigido__txt {
    	font-size: 20px;
    	line-height: 24px;
	}
	.download__lnk {
		font-size: 22px;
	}
	.modules__list {
		font-size: 20px;
	}
	.modules__list li {
		margin-bottom: 16px;
	}


}