body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

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

#intro .texture {
    background: url("../../resources/texture_go_bottom_left.svg") no-repeat right bottom;
    background-size: 100% auto;
    width: 44%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 0;
}

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

#intro .solution h2 {
	width: 600px;
    margin-bottom: 15px;
}

#intro .solution h2 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 span span {
    font-size: 30px;
    margin-top: 7px;
    margin-left: 10px;
    display: inline-block;
}

#intro .solution p {
    font-weight: 300;
    font-size: 36px;
    line-height: 1.2em;
    /* max-width: 800px; */
    color: #E63B3B;
    color: #4F4DA7;
/*     color: #FD9A00; */
    margin: 0 0 30px 0;
}

#intro .photo {
    height: 310px;
    margin-bottom: 40px;
    background: url(intro.png) no-repeat center bottom;
    background-size: contain;
    z-index: 1;
}

@media screen and (max-width: 1100px) {
    #intro .solution h2 {
        display: flex;
        flex-direction: column;
    }

    #intro .solution h2 strong {
        margin-bottom: 0;
        line-height: 91px;
    }

    #intro .solution h2 span {
        margin-left: 4px;
        line-height: 44px;
        margin-bottom: 15px;
        font-size: 48px;
    }
}

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

    #intro .solution {
        padding: 30px 10px 30px 60px;
    }

    #intro .solution h2 {
        margin-bottom: 12px;
    }

    #intro .solution h3 {
        font-size: 40px;
        margin-bottom: 20px;
    }

    #intro .solution p {
        margin-bottom: 30px;
        font-size: 30px;
    }
}

@media screen and (max-width: 800px) {
    #intro {
        margin-top: 0px;
        flex-direction: column-reverse;
        min-height: auto;
    }

    #intro .photo {
        height: 0;
        padding-top: 55%;
        width: 100%;
        position: relative;
        top: 0;
        background-position: center bottom;
        background-size: contain;
    }

    #intro .solution {
        display: block;
        width: 100%;
        padding: 60px 30px 30px 30px;
    }

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

@media screen and (max-width: 750px) {
    #intro .photo {
        padding-top: 65%;
    }
}

@media screen and (max-width: 600px) {
    #intro .solution {
        padding: 50px 20px 20px 20px;
    }

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

    #intro .solution h3 {
        font-size: 32px;
        margin: 0 0 15px 0;
    }

    #intro .solution p {
        font-size: 26px;
    }

    #intro .pageWidth {
        display: block;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 500px) {
    #intro .solution h3 {
        font-size: 29px;
    }
}

@media screen and (max-width: 450px) {
    #intro .solution {
        padding: 40px 10px 15px 7px;
    }

    #intro .photo {
        padding-top: 65%;
    }

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

    #intro .solution h3 {
        font-size: 30px;
    }

    #intro .solution p {
        font-size: 23px;
    }

    #intro .solution .actions a {
        font-size: 18px;
        padding: 11px 18px;
    }

    #intro .solution h2 > span {
        font-size: 33px;
    }

    #intro .solution h2 span span {
        font-size: 15px;
        line-height: 34px;
    }
}

@media screen and (max-width: 380px) {
    #intro .pageWidth {
        display: block;
        margin-bottom: 20px;
    }

    #intro .photo {
        padding-top: 100%;
    }

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

    #intro .solution h3 {
        font-size: 25px;
    }

    #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: 300;
    font-size: 35px;
    line-height: 1.5em;
    text-align: center;
    margin: 0 auto 50px auto;
    color: #676D76;
/*     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: 26px;
    line-height: 1.5em;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 1.5em auto;
    color: #49505B;
    padding: 0 10px;
}




#want {
    position: relative;
}

#want .pageWidth {
    padding: 120px 0px;
    max-width: 900px;
}

#want .pageWidth > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 120px;
}

#want .pageWidth p {
	width: 50%;
	font-weight: 300;
	font-size: 23px;
	line-height: 1.5em;
	/* margin-bottom: 2em; */
	color: #676D76;
	padding: 0 10px;
}


#want .pageWidth p strong{
	font-weight: 400;
	color: #FD9A00;
}


#want .pageWidth div:nth-child(1) p strong{
	color: #FC636B;
}

#want .pageWidth div:nth-child(2) p strong{
	color: #4F4DA7;
}

#want .pageWidth div:nth-child(3) p strong{
	color: #3ec497;
}

#want .pageWidth .illustration {
	width: 50%;
	height: 230px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
#want .pageWidth > div:nth-child(1) .illustration {
	background-image: url(learn.png);
	height: 260px;
}
#want .pageWidth > div:nth-child(2) .illustration {
	background-image: url(artists.png);
}
#want .pageWidth > div:nth-child(3) .illustration {
	background-image: url(vulnerable.png);
}





/* 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;
}
#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;
}
