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: 72px;
    line-height: 1.1em;
    color: #fd9a00;
    color: #4F4DA7;
    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: 60px;
    }
}

@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%;
    }
}

@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: 50px;
        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: 45px;
    }

    #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: 800px;
    margin: 0 auto 0 auto;
    color: #49505B;
    padding: 0 10px;
}

/* PROGRAM */
#program {
    padding: 120px 0;
}

#program .status {
    margin-bottom: 100px;
}

#program .status p {
    font-weight: 200;
    font-size: 21px;
    line-height: 1.5em;
    /*     max-width: 800px; */
    margin: 0 auto 0 auto;
    color: #1B2432;
    padding: 0 10px;
    column-count: 2;
    column-gap: 40px;
}

#program .status p strong {
    font-weight: 400;
    color: #4F4DA7;
    color: #3ec497;
}

#program .detail p.modality {
    font-weight: 200;
    font-size: 29px;
    line-height: 1.5em;
    max-width: 783px;
    margin: 0 auto 40px auto;
    color: #1B2432;
    padding: 0 10px;
    text-align: center;
}

#program .detail p.modality strong {
    font-weight: 400;
    color: #4F4DA7;
    /* color: #3ec497; */
}

#program .detail ul {
    display: flex;
    justify-content: space-between;
    /* margin-bottom: 50px; */
}

#program .detail ul li {
    width: calc(50% - 20px);
    /* background-color: #f8f8f9; */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    /* border: 1px solid #B9BCC0; */
    border-radius: 12px;
}

#program .detail ul li .phase {
    text-align: center;
    border-bottom: 1px solid #E1E2E4;
}

#program .detail ul li:nth-child(1) .phase {
    border-bottom: 2px solid #FC636B;
}

#program .detail ul li:nth-child(2) .phase {
    border-bottom: 2px solid #4F4DA7;
}


#program .detail ul li .phase p {
    font-weight: 600;
    font-size: 22px;
    text-transform: uppercase;
    padding-bottom: 6px;
}

#program .detail ul li:nth-child(1) .phase p {
    color: #FC636B;
}

#program .detail ul li:nth-child(2) .phase p {
    color: #4F4DA7;
}

#program .detail ul li h4 {
    margin: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100px;
    text-indent: 110%;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 10px;
}

#program .detail ul li .wrapper {
    background-color: #f8f8f9;
    border-radius: 12px;
    flex: 1;
    padding: 20px 15px;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    display: flex;
    flex-direction: column;
}


#program .detail ul li:nth-child(1) h4 {
    background-image: url(sello_quiero_programar.svg);
}

#program .detail ul li:nth-child(2) h4 {
    background-image: url(sello_yo_programo.svg);
}

#program .detail ul li .description {
    padding: 0 20px;
    flex: 1;
}

#program .detail ul li .description p {
    font-size: 22px;
    margin-bottom: .7em;
    margin-top: .7em;
}

#program .detail ul li .description i {
    color: #3ec497;
    font-size: 22px;
    margin-right: 8px;
}

#program .detail ul li .description p strong{
    font-size: 31px;
    margin-bottom: .7em;
    margin-top: .7em;
}

#program .detail ul li .description p span {
    color: #676D76;
    display: block;
    margin-top: 3px;
    font-size: 17px;
    line-height: 1.3em;
    padding-left: 30px;
}

#program .detail ul li .result {
    text-align: center;
    /* border-top: 1px solid #E1E2E4; */
    padding: 5px 10px 0 10px;
}

#program .detail ul li .result {
    text-transform: uppercase;
}



#program .detail ul li .result .approved {
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}


#program .detail ul li .result .approved i {
    font-size: 31px;
}


#program .detail ul li:nth-child(1) .result .approved {
    color: #FC636B;
}
#program .detail ul li:nth-child(2) .result .approved {
    color: #4F4DA7;
}



#program .detail ul li .result .type {
    font-size: 16px;
    color: #676D76;
}

#conclution {
    padding: 100px 0;
}

#conclution p {
    font-weight: 200;
    font-size: 40px;
    line-height: 1.5em;
    max-width: 920px;
    margin: 0 auto 0 auto;
    color: #1B2432;
    padding: 0 10px;
    text-align: center;
}

#conclution p strong {
    font-weight: 300;
    color: #3ec497;
    color: #4F4DA7;
}

.testimonies {
    /* 	max-width: 700px; */
    margin: 0 auto 0 auto;
    padding: 100px 0;
}

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



.testimonies h3 strong{
    color: #FD9A00;
    font-weight: 200;
}



.testimonies ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.testimonies ul li {
    width: calc(50% - 30px);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    /* align-items: center; */
}

.testimonies ul li span.photo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    /* 	box-shadow: 0 0 3px rgba(0,0,0,.3); */
    margin: 0 auto;
    /* margin-bottom: 20px; */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    /*     flex: 1; */
}

.testimonies ul li span.pedro {
    background-image: url(pedro_molteni_bw.jpg)
}

.testimonies ul li span.carla {
    background-image: url(carla_joannas_bw.jpg)
}

.testimonies ul li p {
    color: #898E95;
    flex: 1;
    padding-left: 23px;
    padding-top: 0px;
    font-size: 17px;
    line-height: 1.3em;
}

.testimonies ul li p span.author {
    margin-top: 10px;
    font-size: 21px;
    font-weight: 400;
    color: #E63B3B;
    color: #3ec497;
    display: block;
}

.testimonies ul li p span span {
    display: block;
    color: #A1A4AA;
    font-size: 13px;
    text-transform: uppercase;
}

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