body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
@media screen and (max-width: 1100px) {
    .pageWidth {
    	padding: 0 10px;
    }
}

/* INTRO =============================================================== */
#intro {
    min-height: 600px;
    display: flex;
    justify-content: flex-end;
    margin-top: 89px;
    position: relative;
}


#intro .solution {
    padding: 50px 0 50px 0;
    font-weight: 300;
    box-sizing: border-box;
    display: flex;
    /* width: 60%; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


#intro .solution h1 {
	width: 500px;
	/* margin-bottom: 15px; */
	margin-right: 30px;
}

#intro .solution h1 span{
	display: block;
	background: url(logo_impacto_finnegans.svg) no-repeat center center;
	background-size: contain;
	width: 100%;
	height: 0;
	padding-top: 28%;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 110%;
    margin-bottom: 15px;
}


#intro .solution h2 {
    font-weight: 200;
    font-size: 62px;
    line-height: 1.1em;
    color: #fd9a00;
    color: #FC636B;
    text-transform: uppercase;
    margin: 0 0 30px 0;
    text-align: center;
}

#intro .solution p{
    font-weight: 200;
    text-transform: uppercase;
    font-size: 24px;
    margin: 0 0 8px 0;
    color: #49505B;
    text-align: center;
}


#intro .pageWidth {
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 1;
}



@media screen and (max-width: 1100px) {
	#intro .solution h1 strong{
		margin-bottom: 0;
		line-height: 91px;
	}

	#intro .solution h1 span{
		line-height: 44px;
		margin-bottom: 15px;
	}

	#intro .photo {
		background-position: center 0;
	}

}


@media screen and (max-width: 1010px) {
	#intro {
		min-height: 550px;
	}

	#intro .solution h1 {
		font-size: 48px;
		margin-bottom: 12px;
	}

	#intro .solution h2 {
		font-size: 49px;
	}

}



@media screen and (max-width: 800px) {
	#intro {
		margin-top: 0px;
		flex-direction: column;
		min-height: auto;
	}
	#intro .photo {
		height: 0;
		padding-top: 55%;
		width: 100%;
		position: relative;
		top: 0;
		background-position: center center;
	}

	#intro .solution {
		width: 100%;
	}
	#intro .texture{
		width: 50%;
	}

	#intro .solution h2 {
		font-size: 42px;
	}
}


@media screen and (max-width: 600px) {
	#intro .solution {
		padding: 50px 20px 50px 20px;
	}
	#intro .solution h1 {
		font-size: 42px;
		margin-bottom: 12px;
		width: 100%;
	}
	#intro .solution h2{
		font-size: 40px;
		margin: 0 0 15px 0;
	}
	#intro .solution p {
		font-size: 26px;
	}
	#intro .pageWidth {
		display: block;
	}
}




@media screen and (max-width: 450px) {
	#intro .solution {
		padding: 40px 0 40px 0;
	}
	#intro .solution h1 {
		font-size: 36px;
	}
	#intro .solution h2{
		font-size: 35px;
	}
	#intro .solution p {
		font-size: 23px;
	}
	#intro .solution .actions a{
        font-size: 18px;
        padding: 11px 18px;
    }
}

@media screen and (max-width: 380px) {
	#intro .pageWidth {
		display: block;
		margin-bottom: 20px;
	}
	#intro .solution h1 {
		font-size: 29px;
	}
	#intro .solution h2{
		font-size: 43px;
	}
	#intro .solution p {
		font-size: 21px;
	}
}



/* COMPROMISO */
#compromise {
    background-color: #f8f8f9;
    position: relative;
}

#compromise .pageWidth {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 120px 0px;
    /* margin-top: 89px; */
}


#compromise .pageWidth h3 {
    font-weight: 200;
    font-size: 50px;
    line-height: 1.2em;
    text-align: center;
    margin: 0 0 5px 0;
    /*     margin: 0 auto 50px auto; */
    color: #FD9A00;
    /*     color: #898E95; */
    /*     padding: 0 10px; */
    /*     max-width: 820px; */
}
#compromise .pageWidth h3 strong{
    font-weight: 300;
    color: #FD9A00;
}

#compromise .pageWidth p {
    font-weight: 200;
    font-size: 32px;
    line-height: 1.5em;
    text-align: center;
    max-width: 990px;
    margin: 0 auto 0 auto;
    color: #49505B;
    padding: 0 10px;
}




/* BECA */
#grant {
/*     background-color: #f8f8f9; */
    position: relative;
}

#grant .pageWidth {
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    /*     align-items: center; */
    position: relative;
    padding: 120px 0px;
    /* margin-top: 89px; */
}


#grant .pageWidth h2 {
    font-weight: 300;
    font-size: 35px;
    line-height: 1.2em;
/*     text-align: center; */
    /*     max-width: 800px; */
    margin: 0 auto 50px auto;
    color: #E63B3B;
    padding: 0 10px;
}


#grant .pageWidth p {
    font-weight: 200;
    font-size: 26px;
    line-height: 1.5em;
/*     text-align: center; */
    max-width: 700px;
    margin: 0 auto 1.5em auto;
    color: #49505B;
    padding: 0 10px;
}

#grant .pageWidth p strong{
    font-weight: 400;
    color: #FC636B;
}





#grant .members {
	width: 50%;
	margin-bottom: 50px;
}



#grant .members ul {
	display: flex;
	justify-content: space-between;
	padding-top: 10px;
	margin: 0 auto;
	max-width: 480px;
}

#grant .members ul li{
	width: calc(50%);
	text-align: center;
}

#grant .members ul li .photo{
	display: inline-block;
    width: 50%;
    height: 0;
    padding-top: 50%;
    background-size: cover;
    border-radius: 100%;
}


#grant .members ul li .photo.gomez{
    background-image: url("rocio_gomez_cantero.jpg");
}

#grant .members ul li .photo.gonzalez{
    background-image: url("rita_gonzalez.jpg");
}

#grant .members ul h3 {
	font-size: 21px;
	line-height: 38px;
	/* margin-bottom: 60px; */
	color: #FC636B;
	font-weight: 400;
	margin: 0 auto 21px auto;
}

#grant .description {
	width: 50%;
	margin-bottom: 50px;
}

#grant h2.menta{
	display: inline-block;
	width: 100%;
	height: 125px;
	background: url("logo_menta.png") no-repeat center center;
	background-size: contain;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 30px;
}

#grant p {
	font-size: 21px;
	line-height: 38px;
	/* margin-bottom: 60px; */
	color: #49505b;
	font-weight: 200;
    margin: 0 auto 21px auto;
}


@media screen and (max-width: 950px) {
	#grant .pageWidth {
		flex-direction: column;
	}

	#grant .description {
	    width: 100%;
	}
	#grant .members {
		width: 100%;
		margin-bottom: 40px;
	}
}


@media screen and (max-width: 650px) {
	#grant {
		padding: 50px 0 50px 0;
	}
}
@media screen and (max-width: 450px) {
	#grant p {
	    font-size: 20px;
	    line-height: 30px;
	}
}



@media screen and (max-width: 400px) {
	#grant .members ul h3 {
	    font-size: 15px;
	}
}


/* TESTIMONIO */
#testimony {
    background-color: #f8f8f9;
}

#testimony .pageWidth .wrapper {
    display: flex;
    position: relative;
    padding: 120px 0px;
}

#testimony .pageWidth .wrapper .photo {
    width: 50%;
    display: block;
    background-color: #9a9a9a;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-image: url('gonzalo_quintana.jpg');
}

#testimony .pageWidth .wrapper .text {
    flex: 1;
    background-color: #FFF;
    padding: 40px 50px;
}

#testimony .pageWidth .wrapper h4 {
    font-weight: 300;
    font-size: 31px;
    line-height: 1.2em;
    color: #E63B3B;
    margin-bottom: 0;
}

#testimony .pageWidth .wrapper p {
    font-weight: 200;
    font-size: 24px;
    line-height: 1.5em;
    color: #49505B;
    padding: 0;
}

#testimony .pageWidth .wrapper p.question {
    font-weight: 300;
    margin-bottom: 1em;
    font-size: 22px;
}

#testimony .pageWidth .wrapper p.answer {
    margin-bottom: 1.5em;
    font-size: 20px;
    font-weight: 200;
    padding-top: 40px;
    background-image: url("data:image/svg+xml,%3Csvg version='1.2' baseProfile='tiny' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27.03 21.89'%3E%3Cpath fill='%23E63B3B' d='M11.88 15.69c0 1.83-.56 3.32-1.68 4.48-1.12 1.15-2.54 1.73-4.25 1.73-1.65 0-3.06-.56-4.21-1.68C.58 19.08 0 17.58 0 15.69c0-.89.13-1.69.4-2.4s.66-1.56 1.2-2.57L7.18 0h5.76L9.22 10.55c1.77 1.12 2.66 2.83 2.66 5.14zm14.09 0c0 1.83-.56 3.32-1.68 4.48-1.12 1.15-2.54 1.73-4.25 1.73-1.65 0-3.06-.56-4.21-1.68-1.15-1.12-1.73-2.63-1.73-4.52 0-.89.13-1.68.4-2.39.27-.71.66-1.56 1.2-2.57L21.27 0h5.76l-3.72 10.55c1.77 1.12 2.66 2.83 2.66 5.14z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 40px 40px;
    margin-bottom: 20px;
}

#testimony .pageWidth p.role {
    font-size: 16px;
    font-weight: 400;
    color: #49505B;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 10px;
}
#testimony .pageWidth p.member {
    font-size: 18px;
    /*     font-weight: 400; */
    color: #49505B;
}


@media screen and (max-width: 1000px) {
    #testimony .pageWidth .wrapper .photo {
        width: 40%;
    }
    #testimony .pageWidth .wrapper p.answer {
        font-size: 20px;
    }

}

@media screen and (max-width: 770px) {
    #testimony .pageWidth .wrapper {
        display: flex;
        flex-direction: column;
    }
    #testimony .pageWidth .wrapper h4 {
        font-size: 28px;
    }
    #testimony .pageWidth .wrapper .text {
        padding: 40px 20px
    }
    #testimony .pageWidth .wrapper .photo {
        width: 100%;
        height: 330px;
    }
}

@media screen and (max-width: 600px) {
    #testimony .pageWidth .wrapper .photo {
        width: 100%;
        height: 260px;
    }
}

@media screen and (max-width: 450px) {
    #testimony .pageWidth .wrapper h4 {
        font-size: 24px;
    }
    #testimony .pageWidth p.role {
        font-size: 14px;
    }
    #testimony .pageWidth p.member {
        font-size: 17px;
        color: #49505B;
    }
}








/* PROYECTOS */
#projects {/* background-color: #f8f8f9; */position: relative;}

#projects .pageWidth {
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 120px 10px 150px 10px;
}


#projects .pageWidth h3 {
    font-weight: 200;
    font-size: 45px;
    line-height: 1.2em;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px auto;
    color: #E63B3B;
    color: #49505B;
    padding: 0 10px;
}

#projects .pageWidth h3 strong{
    font-weight: 300;
    color: #FD9A00;
}



#projects ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 20px;
}
#projects ul li {
	width: calc(20% - 20px);
	margin: 0 10px 20px 10px;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
	border-radius: 12px;
	background-color: #FFF;
	display: flex;
	flex-direction: column;
	transition: all .3s;
	box-sizing: border-box;
	padding: 15px;
}

#projects ul li span.icon{
	width: 100px;
	height: 100px;
	display: block;
/* 	background-color: red; */
	background-size: contain;
	margin: 0 auto 15px auto;
}


#projects ul li.concordia span.icon{
	background-image: url(../icon_concordia.svg);
}
#projects ul li.reinvention span.icon{
	background-image: url(../icon_reinvention.svg);
}
#projects ul li.concurso span.icon{
	background-image: url(../icon_concurso.svg);
}
#projects ul li.beca span.icon{
	background-image: url(../icon_beca.svg);
}
#projects ul li.ongs span.icon{
	background-image: url(../icon_ong.svg);
}


#projects ul li a{
	font-size: 16px;
	font-weight: 400;
}


#projects ul li a i{
	margin-left: 6px;
}

#projects ul li.concordia a{
	color: #FC636B;
	
}
#projects ul li.reinvention a{
	color: #FD9A00;
}
#projects ul li.concurso a{
	color: #4F4DA7;
	
}
#projects ul li.beca a{
    color: #179DBA;
}
#projects ul li.ongs a{
	color: #3ec497;
}


#projects ul li a:hover{
	text-decoration: underline;
}



#projects ul li:hover{
	box-shadow: 0 0 15px rgba(0,0,0,.3);
}



#projects ul li h4{
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
	margin: 0 0 10px 0;
}


#projects .pageWidth p {
    font-weight: 200;
    font-size: 15px;
    line-height: 1.2em;
    /*     text-align: center; */
    max-width: 700px;
    /* margin: 0 auto 1.5em auto; */
    color: #49505B;
    flex: 1;
    margin-bottom: 20px;
}


#projects a.more {
    font-weight: 400;
    font-size: 20px;
    display: inline-block;
    color: #FFFFFF;
    /*     background-color: #37C597; */
    /*     background-color: #02CEFF; */
    background-color: #FD9A00;
    padding: 10px 15px;
    border-radius: 6px;
}

#projects a.more:hover {
    /*     background-color: #299b76; */
    /*     background-color: #1AAFD0; */
    background-color: #df8800;
}