#openWorld {
    padding: 100px 0 0 0;
}
#openWorld h1 {
    font-size: 60px;
    font-weight: 400;
    margin-bottom: 50px;
    text-align: center;
    color: #6b6acc;
}


#openWorld .testimony {
    display: flex;
    justify-content: center;
    align-items: center;
}

#openWorld .testimony .wrapper{
    display: flex;
    flex-direction: column;
}

#openWorld .testimony .phrase{
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #26cefd;
}

#openWorld .testimony .author{
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 10px;
    color: #858585;
}



#openWorld .testimony .photo {
    background: url(img/testimony.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    width: 500px;
    height: 400px;
    display: block;
}





#advice {
    background-color: #f8f8f8;
    padding: 150px 0;
}

#advice h2{
    font-size: 63px;
    line-height: 1em;
    font-weight: 400;
    margin-bottom: 20px;
    color: #26cefd;
}

#advice h3{
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 50px;
    color: #7a7a7a;
}

#advice ul {
    display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 50px;
}

#advice ul .photo {
    width: 100px;
    padding-top: 100px;
    height: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    display: block;
    margin-bottom: 10px;
    border-radius: 100%;
}

#advice ul .author {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 3px;
    display: inline-block;
    color: #fc6593;
}

#advice ul p {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 10px;
    color: #4a4a4a;
}



#advice ul li:nth-child(1) .photo {
    background-image: url(img/experience_01.jpg);
}
#advice ul li:nth-child(2) .photo {
    background-image: url(img/experience_03.jpg);
}
#advice ul li:nth-child(3) .photo {
    background-image: url(img/experience_02.jpg);
}
#advice ul li:nth-child(4) .photo {
    background-image: url(img/experience_04.jpg);
}


@media screen and (max-width: 960px) {
	#advice h2{
        font-size: 50px;
	}
	#advice {
		padding: 100px 0;
	}

}

@media screen and (max-width: 840px) {
	#advice ul {
		grid-template-columns: repeat(2, 2fr);
		grid-row-gap: 50px;
	}
}


@media screen and (max-width: 470px) {
	#advice ul {
		grid-template-columns: repeat(1, 4fr);
		grid-row-gap: 50px;
	}
}











/* WHY */
#why {

}


#why .pageWidth {
	padding: 150px 0 150px 0;
}


#why h2{
	text-align: left;
	color: #fc6593;
	flex: 1;
	font-size: 70px;
	font-weight: 400;
}

#why ul li {
	font-size: 29px;
	background: url(styles/img/bullet.svg) no-repeat 0 6px;
	background-size: 26px 26px;
	padding-left: 33px;
	margin-bottom: 30px;
	font-weight: 300;
}



@media screen and (max-width: 1100px) {
	#why .pageWidth {
		padding: 150px 20px 150px 20px;
	}
}


@media screen and (max-width: 960px) {
	#why h2{
		font-size: 50px;
	}
	#why ul li {
		font-size: 25px;
		background-size: 21px 21px;
		padding-left: 28px;
		margin-bottom: 25px;
		font-weight: 300;
    }
    #why .pageWidth {
		padding: 120px 20px 120px 20px;
	}
}







/* TIMELINE */
#timeline {
	background-color: #f8f8f8;
}

#timeline h2{
	text-align: center;
	color: #26cefd;
	flex: 1;
	font-size: 60px;
	line-height: 1.1em;
	font-weight: 400;
}
#timeline .pageWidth {
	padding: 150px 0 150px 0;
	/* max-width: 1300px; */
}


#timeline h3{
	color: #000000;
	text-align: center;
	font-size: 70px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	margin-bottom: 100px;
}

#timeline img {
	width: 100%;
}


@media screen and (max-width: 1100px) {
	#timeline h2{
		font-size: 40px;
	}
	#timeline .pageWidth {
		padding: 150px 20px 150px 20px;
	}
}






/* QUIERO PROGRAMAR */
.want {
	padding: 150px 0 150px 0;
}

.want.gray {
	background-color: #f8f8f8;
}

.want h2{
	color: #fc6593;
	font-size: 67px;
	font-weight: 400;
	text-align: center;
	margin: 0;
}


.want h3{
	color: #000000;
	text-align: center;
	font-size: 70px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	margin-bottom: 60px;
}

.want .format {
	display: flex;
}

.want .modality {
	width: 66%;
}

.want .note {
	flex: 1;
	padding-left: 40px;
}

.want.fase2 .note {
	margin-bottom: 130px;
}
.want .wrapper {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.want .wrapper > div {
	width: calc(50% - 5px);
	padding: 15px;
	border-radius: 8px;
	color: #FFF;
	font-size: 22px;
}

.want div h4 {
	margin: 0 0 10px 0;
	font-weight: 700;
	font-size: 21px;
}




.want .note p {
    font-size: 26px;
    line-height: 1.4em;
    font-weight: 300;
}

.want .wrapper div.time {
	background-color: #e9ab30;
}

.want .wrapper div.contents {
	background-color: #28b0ce;
}

.want .wrapper div.costs {
	background-color: #fc6593;
}


.want .result {
	background-color: #6b6acc;
	padding: 15px;
	border-radius: 8px;
	color: #FFF;
	font-size: 20px;
	max-width: 800px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}




.want .result h4 {
	margin-bottom: 10px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 21px;
	position: relative;
	z-index: 0;
}


.want .wrapper div p,
.want .result p {
	margin-top: 16px;
	font-weight: 400;
	font-size: 21px;
	display: flex;
	position: relative;
	z-index: 0;
	padding-right: 100px;
}



.want .result p {
	text-align: center;
	display: block;
}

.want.fase1 .result p {
	background: url(img/sello_seprogramar.svg) no-repeat center bottom;
	background-size: auto 60px;
	padding-right: 0;
	padding-bottom: 80px;
}

.want.fase2 .result p {
	background: url(img/sello_soyprogramador.svg) no-repeat center bottom;
	background-size: auto 60px;
	padding-right: 0;
	padding-bottom: 80px;
}

	


.want i {
	margin-right: 5px;
	padding-top: 5px;
	font-size: 16px;
}


.want.fase1 h2 {
	color: #6b6acc;
}

.want.fase1 .result {
	background-color: #6b6acc;
}


.want.fase2 h2 {
	color: #fc6593;
}

.want.fase2 .result {
	background-color: #fc6593;
}


.want.fase1 .stamp {
	position: absolute;
	right: 10px;
	top: 10px;
	bottom: 10px;
	background: url(img/sello_seprogramar.svg) no-repeat right center;
	background-size: contain;
	width: 200px;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 1000;
}

.want.fase2 .stamp {
	position: absolute;
	right: 10px;
	top: 10px;
	bottom: 10px;
	background: url(img/sello_soyprogramador.svg) no-repeat right center;
	background-size: contain;
	width: 300px;
	opacity: .6;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 1000;
}



@media screen and (max-width: 1000px) {
	.want .format {
		flex-direction: column;
	}
	.want .note {
		padding-top: 20px;
		padding-left: 0;
/* 		margin-bottom: 20px; */
	}
	.want.fase2 .note {
		margin-bottom: 20px;		
	}
	.want .modality {
		width: 100%;
	}
	.want .result {
		max-width: 100%;
	}
/* 	.want.fase1 .stamp {
		margin: 0 auto;
		position: relative;
		width: 100%;
		background-position: center;
	}
	.want.fase2 .stamp {
		margin: 0 auto;
		position: relative;
		width: 100%;
		background-position: center;
	} */
}

@media screen and (max-width: 860px) {
	.want {
		padding: 100px 0 100px 0;
	}
	.want h2{
		font-size: 55px;
	}
	.want h3{
		font-size: 50px;
	}
}
@media screen and (max-width: 600px) {
	.want .wrapper {
		flex-direction: column;
	}
	.want .wrapper > div {
	    width:100%;
	}
	.want .wrapper div.time {
		margin-bottom: 10px;
	}

/* 	.want.fase1 .result p {
		background: url(img/sello_seprogramar.svg) no-repeat center bottom;
		background-size: auto 60px;
		padding-right: 0;
		padding-bottom: 80px;
	}

	.want.fase2 .result p {
		background: url(img/sello_soyprogramador.svg) no-repeat center bottom;
		background-size: auto 60px;
		padding-right: 0;
		padding-bottom: 80px;
	} */

}

@media screen and (max-width: 500px) {
	.want h3{
		font-size: 40px;
	}
}


@media screen and (max-width: 420px) {
	.want h3{
		font-size: 30px;
		margin-bottom: 25px;
	}
}




#intro {
	/* padding: 100px 0; */
	/* 	height: 100vh; */
	min-height: 700px;
	display: flex;
	/* 	justify-content: center; */
	/* 	align-items: center; */
	position: relative;
	background-image: url(styles/img/intro_crop.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 150px 0;
}

#intro .pageWidth {
	/* margin-bottom: 40px; */
	/* padding: 150px 0; */
}
#intro h1{
	font-size: 55px;
	line-height: 1.1em;
	color: #ffffff;
	margin-bottom: 80px;
	font-weight: 400;
	max-width: 65%;
	text-shadow: 0 0 10px rgba(0,0,0,0.6);
}

#intro .testimony {
	display: flex;
	flex-direction: column;
	max-width: 460px;
	text-shadow: 0 0 10px rgba(0,0,0,0.6);
	background-color: rgba(0,0,0,.5);
	padding: 10px;
	border-radius: 5px;
}

#intro .testimony .phrase {
	color: #26cefd;
	font-size: 25px;
	margin-bottom: 5px;
}

#intro .testimony .author {
	color: #ffffff;
	font-size: 18px;
	font-weight: 300;
}


#intro p{
	font-size: 38px;
	line-height: 54px;
	margin-bottom: 50px;
	text-align: center;
	font-weight: 400;
}


#intro p.phrase{
	font-size: 22px;
	line-height: 30px;
	font-weight: 300;
	max-width: 500px;
	text-align: left;
	margin: auto;
}



#intro a {
	width: 36px;
	height: 36px;
	position: absolute;
	bottom: 10px;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
	background: #fc6593 url("img/down.svg") no-repeat center center;
	background-size: contain;
	transition: all .2s;
}

#intro a:hover {
	background: #d1456f url("img/down.svg") no-repeat center center;
    background-size: contain;
}


@media screen and (max-width: 1050px) {
	#intro h1{
		max-width
	}
}

@media screen and (max-width: 960px) {
	#intro h1{
		font-size: 49px;
	}
	#intro {
		padding: 80px 0;
		min-height: auto;
	}
}


@media screen and (max-width: 768px) {
	#intro h1{
		font-size: 33px;
		max-width: 70%;
		margin-bottom: 30px;
	}

	#intro {
		padding: 80px 0;
		min-height: auto;
	}

	#intro .testimony .phrase {
		font-size: 20px;
	}

	#intro .testimony .author {
		font-size: 13px;
		margin-left: 10px;
	}
	#intro .testimony {
		max-width: 60%;
		/* display: inline-block; */
	}
}


@media screen and (max-width: 500px) {
	#intro h1 {
		width: 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}
	#intro .testimony {
		max-width: 610%;
	}
	#intro .testimony .author {
		font-size: 13px;
		margin-left: 0px;
	}
	#intro {
		padding: 240px 0  20px 0;
		min-height: auto;
		background-position: right bottom;
	}
}



@media screen and (max-width: 420px) {
	#intro {
		padding: 260px 0  10px 0;
		min-height: auto;
		background-position: right bottom;
	}
}