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 .photo {
    width: 44%;
    background: url(intro.svg) no-repeat right center;
    background-size: auto 100%;
    position: absolute;
    top: 40px;
    bottom: 40px;
    left: 0;
    z-index: 1;
}

#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: 96px;
    line-height: 1.1em;
    color: #fd9a00;
    /* color: #4F4DA7; */
    color: #3ec497;
    /* text-transform: uppercase; */
    margin: 0 0 30px 0;
    text-align: center;
}
#intro .solution h3 {
    font-weight: 200;
    font-size: 24px;
    line-height: 1.5em;
/*     text-align: center; */
    max-width: 500px;
    margin: 0 auto 0 auto;
    color: #49505B;
    padding: 0 10px;
}
#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: flex-end;
	position: relative;
	z-index: 1;
}



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

	#intro .solution h2 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 h2 {
		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 h2 {
		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 h2 {
		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 h2 {
		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;
}


/* DESARROLLO */
#develop {
    /* background-color: #f8f8f9; */
    position: relative;
}

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


#develop .pageWidth h3 {
    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;
}


#develop .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;
}


#develop .pageWidth p.support {
    font-weight: 400;
    font-size: 22px;
    margin: 20px auto 0 auto;
    color: #49505B;
    color: #3ec497;
    text-transform: uppercase;
}


#develop .pageWidth p.advice {
    background-color: #fc9a00;
    background: #d4fff6;
    color: #49505B;
    font-weight: 300;
    padding: 12px 10px 15px 10px;
    font-size: 24px;
}


#develop .pageWidth p a{
    color: #3ec497;
    font-weight: 400;
}

#develop .pageWidth p a:hover{
    text-decoration: underline;
}

#develop .pageWidth p strong{
    font-weight: 300;
    color: #4F4DA7;
}




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

#develop 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) {
	#develop .pageWidth {
		flex-direction: column;
	}

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


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




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

#develop ul.institutions li {
	width: calc(25% - 15px);
}

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


#develop ul.institutions li.rosario h4{
	background-image: url('logo_bar.jpg');
	background-size: 90% auto;
}

#develop ul.institutions li.tejiendo h4{
	background-image: url('logo_tejiendo.jpg');
	background-size: 78% auto;
}

#develop ul.institutions li.apadea h4{
	background-image: url('logo_apadea.jpg');
    background-size: 55% auto;
}

#develop ul.institutions li.huesped h4{
	background-image: url('logo_huesped.jpg');
    background-size: 70% auto;
}



#develop ul.institutions li h4{
	display: block;
	height: 200px;
	color: #000;
	background-color: #FFF;
	text-indent: 110%;
	overflow: hidden;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0;
}






/* PROYECTOS */
#projects {background-color: #FFF;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: #f8f8f9;
	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;
}







/* QUALIFY ======================================================== */
#qualify {
/* 	background-color: #eff0f1; */
	padding: 120px 0;
}

#qualify h2 {
	color: #4f4da7;
	font-weight: 200;
	font-size: 52px;
	margin-bottom: 50px;
	text-align: center;
}


#qualify p{
	font-size: 23px;
	line-height: 37px;
	font-weight: 300;
	box-sizing: border-box;
	margin: 0 auto 60px auto;
	color: #898E95;
}

#qualify h3{
	font-size: 23px;
	line-height: 37px;
	font-weight: 300;
	box-sizing: border-box;
	margin: 0 auto 30px auto;
	color: #1b2432;
}

#qualify li{
	font-size: 18px;
	line-height: 22px;
	font-weight: 200;
	box-sizing: border-box;
	margin: 0 auto 15px auto;
	color: #1b2432;
	position: relative;
	padding-left: 22px;
}

#qualify li i{
	color: #E63B3B;
	position: absolute;
	top: 2px;
	left: 0;
}


/* CLIENTS =============================================================== */
#clients {
    width: 100%;
    padding: 140px 0 140px;
    position: relative;
}

#clients.gray {  
    background: #f8f8f9;
}

#clients h2 {
    font-size: 47px;
    font-weight: 200;
    text-align: center;
    margin-bottom: 100px;
/*     color: #4F4DA7; */
    padding: 0 10px;
}
#clients h2 strong {
	font-weight: 200;
	/* color: #4F4DA7; */
}


#clients .wrapper{
    margin-bottom: 140px;
    display: flex;
}

#clients .photo {
    width: 55%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    box-shadow: 0 0 30px rgba(0,0,0,0.4);
}



#clients .testimony {
    position: relative;
    flex: 1;
    padding-left: 60px;
}



#clients p {
    color: #898E95;
    padding: 0;
    margin: 0;
}


#clients .testimony p.experience {
    font-size: 30px;
    font-weight: 200;
    padding-top: 80px;
    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='%23A177FF' 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: 70px 70px;
    margin-bottom: 20px;
}

#clients .testimony p.author {
	color: #4F4DA7;
	font-size: 20px;
	font-weight: 300;
	/* margin-bottom: 5px; */
}
#clients .testimony p.role {
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 10px;
}
#clients .testimony p.company {
	color: #49505B;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 40px;
}

#clients .testimony p a {
	background-color: #02CEFF;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 200;
	padding: 10px 20px;
	border-radius: 6px;
	font-weight: 300;
	display: inline-block;
	transition: all .2s;
}
#clients .testimony p a:hover {
    background: #179dba;
}



@media screen and (max-width: 1100px) {
	#clients .wrapper{
		padding: 0 30px;
	}
}



@media screen and (max-width: 950px) {
	#clients .testimony {
		padding-left: 40px;
	}
	#clients .testimony p.experience {
		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='%23A177FF' 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: 60px 60px;
		font-size: 23px;
		padding-top: 65px;
	}
	#clients .photo {
		width: 45%;
		height: 320px;
	}
	#clients .wrapper{
		justify-content: center;
		align-items: center;
	}
}

@media screen and (max-width: 900px) {
	#clients .photo {
		width: 50%;
	}
}

@media screen and (max-width: 800px) {
	#clients h2 {
		margin-bottom: 50px;
	}
	#clients h2 br {
		display: none;
	}
}
@media screen and (max-width: 750px) {
	#clients {
		padding: 140px 0 180px;
	}
	#clients h2 {
        font-size: 42px;
	}
	#clients .wrapper{
		flex-direction: column;
	}
	#clients .photo {
		height: 0%;
		width: 100%;
		padding-top: 70%;
		margin: 0 auto 40px auto;
	}
	#clients .testimony {
		padding-left: 0;
	}
	#clients .testimony p.experience {
		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='%23A177FF' 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: 50px 50px;
		padding-top: 55px;
	}
}
@media screen and (max-width: 600px) {
	#clients h2 {
        font-size: 37px;
	}
}

@media screen and (max-width: 500px) {
	#clients h2 {
        font-size: 31px;
        margin-bottom: 25px;
	}
}




/* FIX TITULO CONTACTO */
#contact .wrapper h2{
	font-size: 45px !important;
	padding-right: 40px;
}

#contact .wrapper textarea {
/* 	background-color: #FFF !important; */
    border: 1px solid #cdcfd2 !important;
}