.atf {
	position: relative;
	background-color: #292E36;
}
.atf__content {
	padding: 20px;
}
.atf__title {
	color: #fff;
	width: 230px;
	margin: auto;
	margin-bottom: 20px;
	text-align: center;
	font-size: 30px;
	border-top: 1px solid #FF5C17;
	border-bottom: 1px solid #FF5C17;
}
.atf__txt {
	color: #fff;
	text-align: center;
	line-height: 20px;
	margin-bottom: 20px;
	font-family: 'JosefinSans-Light';
}
.atf__btn {
	margin: auto;
	margin-bottom: 20px;
	width: 260px;
}
.atf__video {
	width: 100%;
}
.atf__picture {
	width: 100%;
	height: 200px;
	background-image: url('../img/landings/01.png');
	background-position: center;
	background-size: cover;
}

.service {
	padding: 40px 20px;
	padding-bottom: 0;
}
.service.last {
	margin-bottom: 20px;
}
.service__content {
	display: flex;
	flex-direction: column;
	max-width: 1100px;
	margin: auto;
	grid-gap: 20px;
}
.service__title {
	font-size: 30px;
	margin-bottom: 20px;
}
.service__txt {
	line-height: 20px;
	margin-bottom: 30px;
	font-size: 18px;
}
.service__list {
	list-style: disc;
	margin-left: 16px;
}
.service__list li {
	margin-bottom: 10px;
	font-family: JosefinSans-Light;
}

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

.about {
	padding: 30px 20px;
	background-color: #FFF8F5;;
}
.about__title {
	font-size: 30px;
	margin-bottom: 20px;
}
.about__subtitle {
	font-size: 26px;
	color: #FF5C17;
	font-family: JosefinSans-SemiBold;
	margin-bottom: 20px;
}
.about__txt {
	font-size: 16px;
	margin-bottom: 30px;
	line-height: 20px;
}
.about__btn {
	margin-bottom: 30px;
}

.buy {
	padding: 0 20px;
	padding-top: 30px;
}
.buy__right {
	padding: 20px 10px;
	border: 1px solid #000;
	background-color: #FFF8F5;
}
.buy__title {
	font-size: 34px;
	margin-bottom: 20px;
}
.buy__list {
	list-style: disc;
	margin-left: 20px;
	margin-bottom: 20px;
}
.buy__list li {
	font-size: 20px;
	margin-bottom: 10px;
}
.buy__btn {
	width: 160px;
	margin: auto;
}

.contact {
	background-image: none;
}
.contact__title {
	margin-bottom: 20px;
}
.contact__txt {
	color: #fff;
	margin-bottom: 20px;
}

.history {
	padding: 20px;
	padding-top: 160px;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url('../img/landings/cintillo.png');
}
.history__title {
	color: #fff;
	font-size: 40px;
	margin-bottom: 10px;
}
.history__subtitle {
	color: #fff;
	font-size: 24px;
	line-height: 20px;
	line-height: 26px;
	margin-bottom: 20px;
}

.services {
	padding: 40px 0;
	background-color: #FFF8F5;
}
.services__content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	grid-gap: 50px;
}
.services__item {
	text-align: center;
}
.services__item img {
	height: 56px;
	width: auto;
	margin-bottom: 10px;
}
.services__item p {
	color: #FF5C17;
	font-size: 18px;
}

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

	.services__content {
		width: 340px;
		margin: auto;
	}

}

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

	.atf__content {
		width: 400px;
		margin: auto;
	}
	.atf__title {
		font-size: 32px;
		width: 300px;
	}
	.atf__picture {
		height: 260px;
	}
	.service__content {
		width: 400px;
	}
	.about__content {
		width: 400px;
		margin: auto;
	}
	.buy {
		width: 400px;
		margin: auto;
	}
	.history {
		width: 400px;
		margin: auto;
		padding-bottom: 46px;
	}
	.services__content {
		width: 300px;
		justify-content: space-between;
	}
	.services__item img {
		height: 60px;
		width: auto;
		margin-bottom: 10px;
	}

}

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

	.atf {
		position: relative;
		padding: 70px 0;
	}
	.atf__content {
		display: flex;
		flex-direction: row-reverse;
		width: 700px;
		grid-gap: 20px;
		padding: 0;
	}
	.atf__left,
	.atf__right {
		width: 50%;
	}
	.atf__btn {
		margin-bottom: 0;
	}
	.atf__picture {
		height: 260px;
	}
	.service {
		padding-top: 60px;
	}
	.service__content {
		width: 700px;
		align-items: center;
		flex-direction: row;
	}
	.service__left,
	.service__right {
		width: 50%;
	}
	.service__content.reverse {
		flex-direction: row-reverse;
	}
	.services__content {
		width: 700px;
	}
	.service__title {
		font-size: 36px;
	}
	.service__list li {
		font-size: 18px;
		line-height: 24px;
	}
	.service.last {
		margin-bottom: 60px;
	}
	.download {
		padding: 50px 0;
	}
	.about {
		padding: 40px 0;
	}
	.about__content {
		width: 700px;
		display: flex;
		align-items: center;
		grid-gap: 30px;
	}
	.about__left, 
	.about__right {
		width: 50%;
	}
	.about__txt {
		font-size: 18px;
		line-height: 22px;
	}
	.about__btn {
		margin-bottom: 0;
		padding: 16px 0;
		font-size: 18px;
	}
	.buy {
		width: 700px;
		display: flex;
		padding-top: 40px;
	}
	.buy__left,
	.buy__right {
		width: 50%;
	}
	.buy__left img {
		display: none;
	}
	.buy__left {
		background-size: cover;
		background-position: center;
		background-image: url('../img/landings/04.png');
	}
	.buy__btn {
		margin: 0;
	}
	.contact__content {
		flex-direction: row-reverse;
	}
	.contact__right {
    	padding: 96px 20px;
	}
	.history {
		display: flex;
		align-items: center;
		height: 200px;
		width: auto;
		padding: 0;
		background-image: url('../img/landings/cintillo-desktop.png');
	}
	.history__content {
		width: 700px;
		margin: auto;
	}
	.history__title {
		font-size: 42px;
	}
	.history__subtitle {
		font-size: 22px;
		width: 400px;
	}

}

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

	.atf {
		padding: 100px 0;
	}
	.atf__content {
		width: 900px;
	}
	.atf__title {
		width: 360px;
		font-size: 40px;
		margin-bottom: 30px;
	}
	.atf__picture {
		height: 280px;
	}
	.service__content {
		width: 900px;
	}
	.about {
    	padding: 60px 0;
	}
	.about__content {
		width: 900px;
	}
	.history {
		height: 240px;
	}
	.history__content {
		width: 900px;
	}
	.history__title {
		font-size: 50px;
	}
	.history__subtitle {
		font-size: 24px;
	}
	.buy {
		width: 900px;	
		height: 340px;
		padding-top: 60px;
	}
	.buy__right {
		padding: 30px;
	}
	.contact {
		padding: 60px 0;
	}
	.contact__right {
    	padding: 60px 20px;
	}
	.contact__txt {
		font-size: 18px;
	}

}

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

	.atf__content {
		width: 1180px;
	}
	.atf__title {
		width: 450px;
		font-size: 48px;
		margin-bottom: 30px;
	}
	.atf__txt {
		font-size: 20px;
		line-height: 24px;
		width: 500px;
	}
	.atf__logo {
		top: 80px;
	}
	.atf__btn {
		padding: 16px 0;
		font-size: 18px;
	}
	.atf__picture {
		height: 360px;
	}
	.service__content {
		grid-gap: 30px;
	}
	.services {
		padding: 60px 0;
	}
	.services__content {
		width: 1000px;
	}
	.services__item img {
		height: 70px;
	}
	.services__item p {
		font-size: 20px;
	}
	.service__title {
		font-size: 38px;
	}
	.service__list li {
		font-size: 20px;
	}
	.download__title {
		font-size: 36px;
	}
	.about__content {
		width: 1100px;
	}
	.about__title {
		font-size: 36px;
	}
	.about__subtitle {
		font-size: 32px;
	}
	.about__txt {
		font-size: 20px;
		line-height: 26px;	
	}
	.about__btn {
		font-size: 20px;
	}
	.history__content {
		width: 1100px;
	}
	.history {
		height: 260px;
	}
	.history__title {
		font-size: 54px;
	}
	.history__subtitle {
		font-size: 26px;
	}
	.buy {
		width: 1100px;
		height: 360px;
	}
	.buy__title {
		font-size: 36px;
	}
	.buy__btn {
		font-size: 20px;
	}
	.contact__right {
    	padding: 52px 20px;
	}
	.contact__title {
		font-size: 36px;
	}

}