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: 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 h2 {
    font-weight: 200;
    font-size: clamp(2.2rem, 4.8vw, 3.1rem);
    color: #273347;
    margin-bottom: 25px;
}

#intro .solution h2 > span {
    display: block;
    font-size: clamp(2.8rem, 4.8vw, 3.8rem);
    text-transform: uppercase;
    display: flex;
}

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

#intro .solution h1 {
    font-weight: 200;
    font-size: clamp(1.7rem, 4.0vw, 2.4rem);
    line-height: 1.2em;
    color: #fd9a00;
    margin: 0 0 30px 0;
}

#intro .solution h3 {
    font-weight: 200;
    line-height: 1.2em;
    font-size: clamp(1.4rem, 3.8vw, 1.8rem);
    color: #49505B;
    margin: 0 0 50px 0;
}

#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 h2 {
        display: flex;
        flex-direction: column;
    }
}

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

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

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

@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 .pageWidth {
        display: block;
        margin-bottom: 10px;
    }
}

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

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

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

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

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



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

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

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


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


#advantage h2{
	color: #4f4da7;
	font-weight: 200;
	font-size: 43px;
	margin-bottom: 70px;
	text-align: center;
}


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



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

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


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

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


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


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


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


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



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

}




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

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


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

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

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



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


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


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

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


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

	}


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


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



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









/* ADVICE =============================================================== */
#advice {
    /* min-height: 680px; */
    display: flex;
    justify-content: flex-end;
    position: relative;
    padding-top: 100px;
}


#advice .solution {
    padding: 50px 0 100px 30px;
    font-weight: 300;
    box-sizing: border-box;
    display: flex;
    width: 50%;
    flex-direction: column;
    justify-content: center;
    color: #2b3346;
}




#advice .solution h2 {
    font-weight: 300;
    font-size: 60px;
    color: #273347;
    margin-bottom: 15px;
}

#advice h3 {
    font-weight: 200;
    font-size: 45px;
    color: #6A67CE;
    margin: 0 0 30px 0;
}


#advice .solution p{
    font-weight: 200;
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 30px 4px;
    color: #49505B;
}

#advice .solution p strong{
    color: #02CEFF;
    font-weight: 300;
}



#advice .solution .actions a{
    font-weight: 300;
    font-size: 20px;
    display: inline-block;
    color: #FFFFFF;
    background-color: #37C597;
    padding: 15px 25px;
    border-radius: 6px;
    margin-top: 20px;
}


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



#advice .pageWidth .wrapper{
	display: flex;
	justify-content: flex-end;
	position: relative;
	z-index: 1;
	/* margin:  unset; */
}


#advice .photo {
    width: 50%;
    background: url(advice.png) no-repeat center bottom;
    background-size: contain;
}



#advice .pageWidth a.contact{
	position: absolute;
	right: 10px;
	bottom: -31px;
	z-index: 10;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg version='1.2' baseProfile='tiny' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 44'%3E%3Cpath fill='%23FC636B' d='M49 20.5C49 31.3 38.3 40 25 40c-3.6 0-7-.7-10.1-1.8C12.6 40 8 43 1.8 43c-.3 0-.6-.2-.7-.5s-.1-.5.1-.8c0 0 4-4.3 5.1-9C3 29.4 1 25.2 1 20.5 1 9.7 11.7 1 25 1s24 8.7 24 19.5z'/%3E%3Cpath fill='%23FFF' d='M16 20.5c0-1.7-1.3-3-3-3s-3 1.3-3 3 1.3 3 3 3 3-1.3 3-3zm12 0c0-1.7-1.3-3-3-3s-3 1.3-3 3 1.3 3 3 3 3-1.3 3-3zm12 0c0-1.7-1.3-3-3-3s-3 1.3-3 3 1.3 3 3 3 3-1.3 3-3z'/%3E%3Cpath fill='%23FD9A00' d='M1.8 44c-.7 0-1.3-.4-1.6-1.1-.3-.6-.2-1.3.3-1.9 0 0 3.5-3.8 4.7-8C1.9 29.5 0 25 0 20.5 0 9.2 11.2 0 25 0s25 9.2 25 20.5S38.8 41 25 41c-3.4 0-6.7-.6-9.9-1.7C12.6 41.2 7.9 44 1.8 44zM25 2C12.3 2 2 10.3 2 20.5c0 4.2 1.7 8.2 5.1 11.5l.4.4-.2.6c-1 4.1-3.9 7.8-5 9 5.6-.2 9.9-2.9 12-4.6l.4-.4.5.2c3.1 1.2 6.4 1.8 9.7 1.8 12.7 0 23-8.3 23-18.5S37.7 2 25 2zm12 22.5c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-12 6c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-12 6c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z'/%3E%3C/svg%3E");
	background-position: 0 0;
	width: 68px;
	height: 62px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}


#advice .pageWidth a.contact:hover{
    background-image: url("data:image/svg+xml,%3Csvg version='1.2' baseProfile='tiny' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 44'%3E%3Cpath fill='%23e04d55' d='M49 20.5C49 31.3 38.3 40 25 40c-3.6 0-7-.7-10.1-1.8C12.6 40 8 43 1.8 43c-.3 0-.6-.2-.7-.5s-.1-.5.1-.8c0 0 4-4.3 5.1-9C3 29.4 1 25.2 1 20.5 1 9.7 11.7 1 25 1s24 8.7 24 19.5z'/%3E%3Cpath fill='%23FFF' d='M16 20.5c0-1.7-1.3-3-3-3s-3 1.3-3 3 1.3 3 3 3 3-1.3 3-3zm12 0c0-1.7-1.3-3-3-3s-3 1.3-3 3 1.3 3 3 3 3-1.3 3-3zm12 0c0-1.7-1.3-3-3-3s-3 1.3-3 3 1.3 3 3 3 3-1.3 3-3z'/%3E%3Cpath fill='%23FD9A00' d='M1.8 44c-.7 0-1.3-.4-1.6-1.1-.3-.6-.2-1.3.3-1.9 0 0 3.5-3.8 4.7-8C1.9 29.5 0 25 0 20.5 0 9.2 11.2 0 25 0s25 9.2 25 20.5S38.8 41 25 41c-3.4 0-6.7-.6-9.9-1.7C12.6 41.2 7.9 44 1.8 44zM25 2C12.3 2 2 10.3 2 20.5c0 4.2 1.7 8.2 5.1 11.5l.4.4-.2.6c-1 4.1-3.9 7.8-5 9 5.6-.2 9.9-2.9 12-4.6l.4-.4.5.2c3.1 1.2 6.4 1.8 9.7 1.8 12.7 0 23-8.3 23-18.5S37.7 2 25 2zm12 22.5c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-12 6c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-12 6c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z'/%3E%3C/svg%3E");   	background-position: 0 0;
}





@media screen and (max-width: 1000px) {
	#advice .pageWidth .wrapper{
		flex-direction: column-reverse;
	}
	#advice .solution {
		width: 100%;
		padding: 50px 0 30px 0;
	}
	#advice .photo {
		width: 100%;
		height: 300px;
	}
}


@media screen and (max-width: 650px) {
	#advice .solution {
		padding-top: 0;
	}
}









/* FEATURES CUSTOM ICONS =============================================================== */
#features ul li span i.tambo{
    background-image: url("data:image/svg+xml,%3Csvg version='1.2' baseProfile='tiny' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44.02 59.94'%3E%3Cpath fill='%2301CEFF' d='M34.81 11.04c2.07 2.33 4.42 4.96 9.22 4.96v-3.4c-3.27 0-4.77-1.69-6.68-3.82-1.88-2.11-3.99-4.47-7.93-5V0h-9.66v1.7c0 .66-.54 1.2-1.2 1.2s-1.2-.54-1.2-1.2V0H7.71v9.93H6.62C2.97 9.93 0 12.9 0 16.55v33.77c0 3.65 2.97 6.62 6.62 6.62h2.79v3.01h18.31v-3.01h2.79c3.65 0 6.62-2.97 6.62-6.62V16.55c0-3.65-2.97-6.62-6.62-6.62h-1.09V7.25c2.42.5 3.82 2.04 5.39 3.79zm-4.3 2.29c1.77 0 3.21 1.44 3.21 3.21v33.77c0 1.77-1.44 3.21-3.21 3.21H6.62c-1.77 0-3.21-1.44-3.21-3.21V16.55c0-1.77 1.44-3.21 3.21-3.21h23.89zm-19.4-3.4V3.4h3.18c.68 1.7 2.34 2.9 4.27 2.9s3.59-1.2 4.27-2.9h3.18v6.53h-14.9z'/%3E%3C/svg%3E");
    display: block;
    width: 70px;
    height: 70px;
    background-size: 60px 60px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
}

#features ul li span i.ganaderia{
    background-image: url("data:image/svg+xml,%3Csvg version='1.2' baseProfile='tiny' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 70.2 65.42'%3E%3Cg fill='%2301CEFF'%3E%3Cpath d='M69.78 25.86l-.27-.29c-1.36-1.44-2.76-2.93-4.63-3.77-1.73-.91-3.81-1.21-6.58-.94-1.38.21-2.75.74-4.23 1.64 0-.37 0-.74.01-1.11.94-.36 1.87-.76 2.77-1.14.51-.22 1.03-.44 1.52-.64 3.39-1.26 6.3-3.89 7.98-7.22 1.09-2.36 1.57-4.33 1.51-6.18-.01-.69-.01-1.38 0-2.07.01-.91.01-1.82-.02-2.73l-.02-.15c-.16-.64-.7-1.12-1.41-1.24-.76-.13-1.51.16-1.9.72-.52.7-1.02 1.4-1.52 2.11-.67.96-1.37 1.95-2.08 2.85-1.37 1.56-3.28 2.61-5.24 2.88-.42.06-.85.12-1.27.19-1.04.16-2.03.31-3.02.33H18.83c-.94-.01-1.86-.15-2.84-.3-.44-.07-.88-.13-1.31-.19-2.36-.32-4.57-1.66-5.91-3.6l-.2-.28C7.64 3.45 6.71 2.16 5.83.91c-.36-.64-1.14-1-1.94-.89-.74.1-1.31.58-1.49 1.25l-.02.14c-.04.68-.03 1.36-.02 2.02.01.43.01.86 0 1.32.01.31 0 .63 0 .95-.01.87-.03 1.77.17 2.66.49 2.49 1.49 4.75 2.91 6.52C7.15 17 9.2 18.56 11.35 19.4c1.3.55 2.61 1.1 3.92 1.65l.82.34c.01.37.01.73.01 1.1-.02-.02-.05-.03-.07-.05-.51-.32-1.04-.64-1.65-.88-1.15-.44-2.06-.68-2.99-.77-.81-.03-1.63-.03-2.58 0-2.62.25-5.23 1.63-7.18 3.83-.16.21-.34.38-.52.55-.34.33-.73.7-.99 1.19l-.05.14c-.37 1.34.82 2.1 1.46 2.51l.15.1c.68.4 1.35.86 2 1.31 1.47 1.01 2.99 2.05 4.81 2.58 1.89.55 3.82.52 5.68.49.63-.01 1.28-.02 1.92 0 .01 1.12.03 2.09.07 3.01.17 1.94.97 3.66 1.74 5.32.25.53.49 1.06.71 1.58.2.51.43 1.01.66 1.51.66 1.45 1.28 2.82 1.34 4.3.01 1.47.01 2.93 0 4.4v3.29c.11 2.13.86 4.07 2.09 5.45 1.59 1.96 4.14 3.13 6.59 3.06h9.98c.32-.01.64-.01.96 0 1.02.01 2.08.02 3.12-.32 1.17-.35 2.27-.94 3.18-1.71 1.94-1.65 3.09-4.21 3.07-6.85-.01-1.14-.01-2.29-.01-3.43 0-1.13 0-2.26-.01-3.39-.02-1.25.34-2.62 1.1-4.2.72-1.65 1.44-3.29 2.19-4.93.68-1.45 1.08-2.88 1.19-4.28.02-.6.01-1.2.01-1.8 0-.35-.01-.69 0-1.04 1.12-.09 2.21-.14 3.27-.04 1.35.17 2.68-.06 3.95-.31 2.04-.46 3.71-1.62 5.32-2.74.57-.4 1.14-.79 1.73-1.16l.24-.15c.37-.23.79-.49 1.15-.86.61-.62.64-1.7.05-2.34zM9.21 24.54c1.06-.04 2.15-.08 3.14.28.78.23 1.48.68 2.22 1.15.4.25.79.5 1.14.68.07.05.15.1.23.14.04.02.1.06.14.09.02 1.11.02 2.03 0 2.86-.59.02-1.19.01-1.77.01-.54-.01-1.09-.01-1.64 0-1.61.05-2.95-.17-4.13-.69-.49-.18-.95-.49-1.42-.83-.24-.17-.48-.33-.73-.48-.61-.38-1.13-.72-1.6-1.06 1.04-.98 2.52-1.98 4.28-2.14l.14-.01zm3.52-8.61c-1.51-.59-2.95-1.71-4.38-3.4-1.05-1.38-1.77-2.98-2.08-4.62.31.39.64.78 1.03 1.13 1.45 1.27 2.76 2.09 4.08 2.54 1.28.53 2.63.71 3.92.89.26.04.51.07.77.11.04 1.04.03 2.1.02 3.14 0 .54-.01 1.07-.01 1.61-.5-.2-.99-.41-1.48-.62-.62-.26-1.24-.53-1.87-.78zm11.63 38.46c.02-.52.01-1.03 0-1.55-.01-.73-.02-1.42.03-2.11.34-.39.78-.72 1.24-1.06l.27-.21c1.82-1.33 3.96-2.12 6.17-2.29h.01c.96-.09 1.92-.08 2.94-.06.65.01 1.29.02 1.92 0 3.32 0 6.53 1.28 8.9 3.61.02.05.02.24.03.35v.14c-.01 1.83-.01 3.67 0 5.52.02.83-.36 1.63-.76 2.47l-.12.25c-.28.63-.86 1.17-1.8 1.71-.94.5-2.04.59-3.43.58h-4.4c-1.47 0-2.94-.01-4.4 0h-.29c-1.08.01-2.1.02-3.03-.31-1.16-.4-2.17-1.32-2.85-2.55-.47-.99-.45-2.11-.42-3.31 0-.41 0-.82-.01-1.18zm11.8-11.03c-.28 0-.57 0-.86.01-2.4-.06-5.97.03-9.12 1.56-.79.37-1.51.84-2.2 1.3-.04.02-.08.05-.11.07-.33-1.14-.82-2.19-1.27-3.12l-.67-1.52c-.45-1.04-.91-2.07-1.38-3.09-.69-1.53-.79-3.29-.83-4.95.01-3.19.01-6.38.01-9.56 0-3.72 0-7.44.01-11.16 3-.04 6.03-.03 8.98-.02 2.3.01 4.61.01 6.91 0h4.52c3.09 0 6.17.01 9.25-.01.38 0 .74 0 1.07.02.01 4.77.01 9.54 0 14.32v5.77c.01 1.84.01 3.75-.68 5.39-.53 1.17-1.05 2.34-1.57 3.52-.41.93-.82 1.87-1.24 2.79-.24.5-.43 1.04-.6 1.65-.05-.03-.1-.06-.15-.1-.61-.4-1.25-.82-1.93-1.16-2.27-1.16-4.95-1.71-8.14-1.71zm29.25-16.68c-.36.25-.72.49-1.09.73-.41.27-.83.54-1.24.83-1.46 1.05-3.25 1.59-5.06 1.52-.5-.01-.99-.01-1.49-.01h-2.45-.01c-.01-.94-.01-1.88 0-2.82.35-.21.7-.43 1.04-.65 1.22-.78 2.37-1.51 3.67-1.71.71-.07 1.5-.08 2.45-.02 1.74.2 3.17 1.18 4.18 2.13zm-11.33-9.31c-.01-1.55-.01-3.1 0-4.65v-.1c.43-.08.86-.14 1.32-.21.96-.13 1.96-.27 2.89-.62 1.44-.44 2.84-1.23 4.16-2.34.59-.45 1.07-.99 1.51-1.55-.31 1.66-1.05 3.29-2.13 4.68l-.08.08c-.81.88-1.65 1.79-2.68 2.43-.7.49-1.5.81-2.35 1.16-.26.11-.53.21-.77.32-.35.14-.7.29-1.05.45-.28.12-.55.23-.82.35z'/%3E%3Cpath d='M27.82 55.21c.55.56 1.11 1.13 1.72 1.66l.11.1.14.04c.26.08.51.12.75.12.53 0 .99-.19 1.29-.55.58-.58.8-1.62.16-2.33-.69-.8-1.48-1.62-2.47-2.54-.47-.53-1.25-.68-2.07-.41l-.09.04c-.55.27-.92.85-.98 1.5-.06.64.19 1.23.6 1.53.29.28.57.56.84.84zM38.47 56.69c.35.31.78.48 1.23.48h.14c.68-.06 1.12-.51 1.44-.83.07-.07.14-.14.25-.24.25-.27.52-.53.78-.79.44-.43.9-.87 1.3-1.39l.08-.11.04-.13c.22-.75.07-1.51-.37-1.96-.44-.51-1.18-.68-2.02-.46l-.13.04-.11.08c-.49.37-.91.8-1.32 1.21-.23.24-.46.47-.74.73l-.21.21c-.4.39-.89.86-1.01 1.59l-.02.08v.07c.02.53.26 1.05.67 1.42zM26.22 27.5c-.79.15-1.48.7-1.84 1.47-.38.8-.36 1.7.02 2.38.31.65.9 1.15 1.63 1.36.26.08.53.12.8.12.49 0 .96-.13 1.34-.37 1.23-.69 1.69-2.34 1.03-3.57-.53-1.06-1.8-1.66-2.98-1.39zM46.47 28.89c-.53-1.06-1.81-1.66-2.99-1.39-.79.15-1.48.7-1.84 1.47-.37.8-.36 1.7.02 2.38.31.65.9 1.15 1.64 1.36.26.08.53.12.8.12.49 0 .96-.13 1.34-.37 1.23-.69 1.69-2.34 1.03-3.57z'/%3E%3C/g%3E%3C/svg%3E");
    display: block;
    width: 70px;
    height: 70px;
    background-size: 60px 60px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
}










/* SCREENSHOT =======================================================================  */
 #screenshot {
	background-color: #eff0f1;
	position: relative;
	margin-top: 0;
}


#screenshot .wrapper {
	background-color: #f8f8f9;
	padding-top: 140px;
	padding-bottom: 140px;
}


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

#screenshot h2{
	color: #4f4da7;
	font-weight: 200;
	font-size: 47px;
	margin-bottom: 40px;
	text-align: center;
	max-width: 1000px;
	margin: 0 auto 40px auto;
}


#screenshot h3{
	font-weight: 300;
	font-size: 21px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	/* color: #ffd200; */
	color: #FFFFFF;
	color: #CDCFD7;
}


#screenshot p{
	text-align: left;
	font-size: 22px;
	line-height: 31px;
	font-weight: 200;
	box-sizing: border-box;
	max-width: 780px;
	margin: 0 auto 0 auto;
	/* color: #898E95; */
	color: #49505B;
	text-align: left;
}


#screenshot p strong{
	font-weight: 300;
	color: #02CEFF;
	color: #1AAFD0;
}



#screenshot .photo{
	max-width: 900px;
	height: 402px;
	margin: 0 auto 60px auto;
	background: url(screenshot.jpg) no-repeat center 0;
	background-size: contain;
	position: relative;
	/* box-shadow: 0 4px 10px #00000060; */
}

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

@media screen and (max-width: 900px) {
	#screenshot .photo {
		margin: 0 20px 60px auto;
		margin-top: 60px;
	}
	#screenshot .wrapper {
		padding-bottom: 150px;
	}

	#screenshot h2{
		margin-bottom: 15px;
	}
}


@media screen and (max-width: 850px) {
	#screenshot p{
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}




@media screen and (max-width: 700px) {
	#screenshot .wrapper {
		padding: 200px 10px 130px 10px;
	}
}

@media screen and (max-width: 600px) {
	#screenshot .photo {
		margin: 0 20px;
		height: 320px;
		background-position-y: center;
	}

	#screenshot .wrapper {
		padding: 160px 10px 130px 10px;
	}
}

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

	#screenshot .wrapper {
		padding: 150px 0 130px 0;
	}
	#screenshot p{
		font-size: 20px;
		line-height: 26px
	}
}

@media screen and (max-width: 450px) {
	#screenshot .photo {
		margin: 0 20px;
		height: 362px;
	}
	#screenshot h2{
		font-size: 27px;
		margin-bottom: 10px;
	}
	#screenshot h3{
		font-size: 18px;
	}
}

@media screen and (max-width: 380px) {
	#screenshot .photo {
		height: 339px;
	}
}