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: 50px 0 50px 60px;
    font-weight: 300;
    box-sizing: border-box;
    display: flex;
    width: 60%;
    flex-direction: column;
    justify-content: center;
}

#intro .solution h1 {
    font-weight: 200;
    font-size: 82px;
    line-height: 1em;
    color: #4F4DA7;
    margin-bottom: 15px;
}

#intro .solution h1 > span {
    display: block;
    font-size: 60px;
    text-transform: uppercase;
    display: flex;
}

#intro .solution h1 span span {
    font-size: 30px;
    margin-top: 7px;
    margin-left: 10px;
    display: inline-block;
}

#intro .solution h2 {
    font-weight: 200;
    font-size: 60px;
    color: #E63B3B;
    margin: 0 0 30px 0;
}

#intro .solution p {
    font-weight: 200;
    font-size: 34px;
    /* line-height: 40px; */
    margin: 0 0 50px 4px;
    color: #49505B;
}

#intro .solution .actions a {
    font-weight: 300;
    font-size: 20px;
    display: inline-block;
    color: #FFFFFF;
    background-color: #37C597;
    padding: 15px 25px;
    border-radius: 6px;
    transition: all .2s;
}

#intro .solution .actions a:hover {
    background-color: #299b76;
}

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

#intro .photo {
    width: 44%;
    background: url(intro.png) no-repeat right bottom;
    background-size: contain;
    position: absolute;
    top: 20px;
    bottom: 0;
    left: 0;
    z-index: 1;
}

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

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

    #intro .solution h1 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 h1 {
        margin-bottom: 12px;
    }

    #intro .solution h2 {
        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 h1 {
        font-size: 42px;
        margin-bottom: 12px;
    }

    #intro .solution h2 {
        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 h2 {
        font-size: 29px;
    }
}

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

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

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

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

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

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

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

    #intro .solution h1 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 h1 {
        font-size: 29px;
    }

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

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

/* TRABAJAMOS */
#weWork {
    background-color: #f8f8f9;
    position: relative;
}

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

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

#weWork .pageWidth p strong {
    color: #E63B3B;
    font-weight: 200;
}

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


@media screen and (max-width: 800px) {
    #weWork .texture {
        width: 50%;
    }
}

@media screen and (max-width: 650px) {
	#weWork .pageWidth p {
		font-size: 30px;
	}
}







/* learn ==================================================== */
#learn {
    background-color: #FFF;
    padding: 100px 0 140px 0;
    position: relative;
    align-items: center;
}

#learn .pageWidth {
    z-index: 1;
}

#learn .pageWidth .photo {
    background: url(learn_concept.svg) no-repeat center center;
    background-size: contain;
    /* 	box-shadow: 0 0 20px rgba(0,0,0,.5); */
    max-width: 960px;
    margin: 0 auto 30px auto;
    height: 0;
    padding-top: 30%;
}

#learn .pageWidth h3 {
    font-weight: 200;
    font-size: 29px;
    text-align: center;
    margin-bottom: 5px;
    color: #6A67CE;
    text-transform: uppercase;
}

#learn .pageWidth h2 {
    font-weight: 200;
    font-size: 48px;
    text-align: center;
    color: #6A67CE;
    max-width: 750px;
    margin: 0 auto 40px auto;
}

#learn .pageWidth ul {
    display: flex;
    font-weight: 200;
    font-size: 20px;
    color: #273347;
}

#learn .pageWidth ul li {
    width: 25%;
    box-sizing: border-box;
    padding: 0px 15px 0 15px;
    position: relative;
    /* 	display: flex; */
}

#learn .pageWidth ul li img {
    width: 100%;
    margin-bottom: 10px;
}

#learn .pageWidth ul li i {
    font-size: 40px;
    color: #e63b3b;
}

#learn .pageWidth h4 {
    font-weight: 300;
    font-size: 26px;
    line-height: 22px;
    padding: 0;
    margin: 0 0 5px 0;
    color: #e63b3b;
    transition: all .4s;
}

#learn .pageWidth p {
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    padding: 0;
    margin: 0;
    color: #A1A4AA;
}

#learn .pageWidth a {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    color: #e63b3b;
    opacity: 0;
    transition: all .4s;
}

@media screen and (max-width: 1100px) {
    #learn .pageWidth {
        padding: 0 10px;
    }
}

@media screen and (max-width: 930px) {
    #learn .pageWidth h2 br {
        display: none;
    }
}

@media screen and (max-width: 860px) {
    #learn {
        padding: 140px 0 120px 0;
    }

    #learn .pageWidth ul {
        flex-wrap: wrap;
        margin: 0 auto;
    }

    #learn .pageWidth h2 {
        font-size: 30px;
    }

    #learn .pageWidth h3 {
        font-size: 23px;
    }

    #learn .pageWidth ul li {
        width: 50%;
        box-sizing: border-box;
        padding: 0px 15px 20px 15px;
        text-align: center;
    }

    #learn .pageWidth ul li img {
        width: 50%;
    }
}

@media screen and (max-width: 800px) {
    #learn .texture {
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    #learn .pageWidth ul li {
        width: 50%;
    }
}

@media screen and (max-width: 450px) {
    #learn .pageWidth ul li {
        width: 100%;
    }
}

/* EXPERSTISE =======================================================================  */
#expertise {
    background-color: #f8f8f9;
    position: relative;
    padding: 120px 0;
}

#expertise .pageWidth {
    align-items: center;
    /* color: #eff0f1; */
    text-align: center;
    z-index: 1;
}


#expertise img {
    width: calc(100% - 40px);
    max-width: 850px;
    margin: 0 20px
}

#expertise h2 {
    color: #e63b3b;
    font-weight: 200;
    font-size: 39px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 60px auto;
    padding: 0 10px;
}

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


@media screen and (max-width: 900px) {
    #expertise h2 {
        margin-bottom: 15px;
    }
}


@media screen and (max-width: 550px) {
    #expertise h2 {
        font-size: 39px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 450px) {
    #expertise .photo {
        margin: 0 20px;
        height: 362px;
    }

    #expertise h2 {
        font-size: 27px;
        margin-bottom: 10px;
    }
}






/* SCREENSHOT =======================================================================  */
#screenshot {
	background-color: #FFFFFF;
	padding: 120px 0 180px 0;
	position: relative;
}

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

#screenshot .wrapper{
	position: relative;
	min-height: 492px;
	display:  flex;
	align-items:  center;
	overflow-x: hidden;
	z-index: 1;
}


#screenshot .wrapper p{
	width: 50%;
	font-size: 21px;
	line-height: 34px;
	font-weight: 300;
	box-sizing: border-box;
	padding-right: 30px;
}


#screenshot h2{
    color: #6A67CE;
    font-weight: 200;
    font-size: 39px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px auto;
    padding: 0 10px;
}


#screenshot h3{
	width: 50%;
	font-weight: 400;
	font-size: 27px;
	line-height: 34px;
	margin-bottom: 20px;
	margin-top: 0;
}



#screenshot .photo.notebook{
	background: url(notebook.png) no-repeat center center;
	background-size: auto 100%;
	display: block;
	position: absolute;
	right: auto;
	left: auto;
	width: 100%;
	top: 0;
	bottom: 0;
	height: 492px;
}

#screenshot .photo.tablet{
	background: url(tablet.png) no-repeat center center;
	background-size: auto 100%;
	display: block;
	position: absolute;
	right: auto;
	left: auto;
	width: 100%;
	top: 0;
	bottom: 0;
	height: 492px;
}


#screenshot .pageWidth div ul{
	width: 50%;
}

#screenshot .pageWidth div ul li{
	margin-top: 40px;
	font-size: 20px;
	font-weight: 300;
	color: #1b2432;
}


#screenshot .pageWidth div ul li strong{
	margin-bottom: 7px;
	display: inline-block;
	font-size: 24px;
	font-weight: 400;
}


#screenshot .pageWidth div ul li:first-child{
	margin-top: 0;
}

#screenshot .actions {
	margin-top: 40px;
    text-align: center;
}

#screenshot .actions a {
    font-weight: 300;
    font-size: 20px;
    display: inline-block;
    color: #FFFFFF;
    background-color: #37C597;
    padding: 15px 25px;
    border-radius: 6px;
    transition: all .2s;
}

#screenshot .actions a:hover {
    background-color: #299b76;
}



@media screen and (max-width: 1100px) {
	#screenshot .pageWidth {
		/* padding: 0 40px; */
	}
}


@media screen and (max-width: 1010px) {
	#screenshot h2 br{
		display: none;
	}
}



@media screen and (max-width: 950px) {
	#screenshot .pageWidth div .photo{
		width: 50%;
		margin-right: 40px;
		box-sizing: border-box;
	}

}




@media screen and (max-width: 800px) {
	#screenshot h2{
		font-size: 34px;
		margin-bottom: 50px;
	}
	#screenshot .texture{
		width: 50%;
	}
	#screenshot .wrapper{
		position: relative;
		min-height: auto;
		display:  block;
		align-items:  center;
		height: 350px;
	}

	#screenshot h3{
		width: 100%;
	}
	#screenshot .wrapper p{
		width: 100%;
	}


	#screenshot .photo.notebook{
		right: auto;
		left: auto;
		width:  100%;
		height: 350px;
		background-position-x: center;
		background-size: contain;
	}
	#screenshot .photo.tablet{
		right: auto;
		left: auto;
		width:  100%;
		height: 350px;
		background-position-x: center;
		background-size: contain;
	}

	#screenshot .wrapper .pageWidth {
		padding-top: 392px;
	}
}

@media screen and (max-width: 640px) {
	#screenshot {
	    padding: 130px 0 150px 0;
    }



	#screenshot .pageWidth div {
		flex-direction: column;
	}
}


@media screen and (max-width: 550px) {
	#screenshot h2{
		font-size: 36px;
		margin-bottom: 20px;
	}
}


@media screen and (max-width: 500px) {
	#screenshot .wrapper,
	#screenshot .photo.notebook,
	#screenshot .photo.tablet{
		height: 220px;
	}
	#screenshot .wrapper .pageWidth {
		padding-top: 240px;
	}
}

@media screen and (max-width: 450px) {
	#screenshot h2{
		font-size: 33px;
	}
	#screenshot .pageWidth {
		padding: 0 20px;
	}


	#screenshot h3{
		font-size: 21px;
		line-height: 30px;

	}


	#screenshot .wrapper p{
		font-size: 17px;
		line-height: 26px;
	}


	#screenshot {
		padding: 120px 0 140px 0;
	}
}



@media screen and (max-width: 450px) {
	#screenshot h2{
		font-size: 30px;
	}
}


