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: 56px;
    line-height: 1.1em;
    color: #fd9a00;
    color: #4F4DA7;
    /* color: #179DBA; */
    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: 870px;
    margin: 0 auto 0 auto;
    color: #49505B;
    padding: 0 10px;
}

/* COMPETITION */

#competition {
	padding: 100px 0;
}


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


#competition .pageWidth p strong{
    font-weight: 400;
    color: #4F4DA7;
    /* color: #179DBA; */
}


#competition .pageWidth h3{
    font-weight: 400;
    color: #4F4DA7;
    /* color: #179DBA; */
    text-align: center;
    font-size: 32px;
    max-width: 900px;
    margin: 0 auto 20px auto;
}


#competition .pageWidth h3.winners{
    color: #fc9a00;
    /* color: #3ec497; */
}



#competition ul.jury {
	/* 	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-column-gap: 20px; */
	margin-bottom: 50px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0px 0 120px 0;
	width: 100%;
	/* padding: 0 10px; */
	box-sizing: border-box;
}

#competition ul.jury li {
	width: calc(25% - 20px);
	margin: 0 10px;
}

#competition ul.jury li span{
	height: 230px;
	display: block;
	background-color: #9a9a9a;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}


#competition ul.jury li.decaro span{
	background-image: url('marina_de_caro.jpg');
}

#competition ul.jury li.rivas span{
	background-image: url('silvia_rivas.jpg');
}

#competition ul.jury li.ballesteros span{
	background-image: url('ernesto_ballesteros.jpg');
}

#competition ul.jury li.luna span{
	background-image: url('leonel_luna.jpg');
}

#competition ul.jury li.briceno span{
	background-image: url('blas_briceno.jpg');
}



#competition ul.jury li h4{
	font-size: 17px;
	color: #FFF;
	background-color: #4F4DA7;
	/* background-color: #179DBA; */
	text-align: center;
	margin: 0;
	padding: 10px;
}

#competition ul.jury li {
	transition: .2s all;
}





@media screen and (max-width: 1050px) {
	#competition ul.jury {
		justify-content: center;
	}
	#competition ul.jury li {
		width: calc(33% - 20px);
		margin: 0 10px 20px 10px;
	}
}


@media screen and (max-width: 700px) {
	#competition ul.jury li {
		width: calc(50% - 20px);
		margin: 0 10px 20px 10px;
	}
	#competition ul.jury li a h4{
		font-size: 16px;
		padding: 5px;
	}
	#competition ul.jury li a span{
	    height: 200px;
	}
}

@media screen and (max-width: 400px) {
	#competition ul.jury li a h4{
		font-size: 13px;
	}
	#competition ul.jury li a span{
	    height: 150px;
	}
}






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



#competition ul.prizes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}

#competition ul.prizes li {
    width: calc(33.33% - 15px);
    box-sizing: border-box;
    font-weight: 300;
    background-color: #f8f8f9;
/*     background-color: #FD9A00; */
    /* background-color: #3ec497; */
    margin-bottom: 20px;
    padding: 12px 10px 18px 10px;
    /* border-radius: 6px; */
    display: flex;
    flex-direction: column;
}


#competition ul.prizes li i {
    font-size: 44px;
    margin: 0 0 2px 0;
    text-align: center;
    color: #898E95;
}


#competition ul.prizes li:nth-child(1) h5 {
    color: #FC636B;
}
#competition ul.prizes li:nth-child(2) h5 {
    color: #1AAFD0;
}
#competition ul.prizes li:nth-child(3) h5 {
    color: #3ec497;
}


#competition ul.prizes li h5 {
    font-weight: 400;
    font-size: 23px;
    line-height: 30px;
    margin: 0 0 0 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #49505B;
/*     color: #ffffff; */
}

#competition ul.prizes li h5 span {
    padding-bottom: 6px;
    text-transform: uppercase;
    font-size: 14px;
    margin-right: 8px;
}

#competition ul.prizes li p {
    font-size: 48px;
    color: #49505b;
    color: #898E95;
    text-align: center;
    font-weight: 400;
    /* font-weight: 400; */
}


#competition ul.prizes li p.author {
    font-size: 37px;
    color: #49505b;
    color: #4F4DA7;
    /* color: #ffffff; */
    text-align: center;
    font-weight: 400;
    /* font-weight: 400; */
    margin: 0 0 0 0;
}

#competition ul.prizes li p.author {
    font-size: 37px;
    color: #49505b;
    color: #4F4DA7;
    /* color: #ffffff; */
    text-align: center;
    font-weight: 400;
    /* font-weight: 400; */
    margin: 0 0 0 0;
}

#competition ul.prizes li:nth-child(1) p.author {
    color: #FC636B;
}
#competition ul.prizes li:nth-child(2) p.author {
    color: #1AAFD0;
}
#competition ul.prizes li:nth-child(3) p.author {
    color: #3ec497;
}




#competition ul.prizes li p.work {
    font-size: 22px;
    line-height: 1.3em;
    /* color: #ffffff; */
    text-align: center;
    font-weight: 400;
    margin: 0 0 15px 0;
    /* font-weight: 400; */
    flex: 1;
    /*     align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center; */
}


#competition ul.prizes li p.type {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.3em;
	color: #49505B;
	/* 	color: #898E95; */
	text-align: center;
	font-weight: 400;
	margin: 0;
	/* font-weight: 400; */
	height: 33px;
}



@media screen and (max-width: 960px) {
    #competition ul.prizes {
        flex-direction: column;
        padding: 0 10px;
    }
    #competition ul.prizes li {
        width: 100%;
    }
}
