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 h1 {
    font-weight: 200;
    font-size: 60px;
    color: #273347;
    margin-bottom: 15px;
}

#intro .solution h2 {
    font-weight: 200;
    font-size: 45px;
    color: #fd9a00;
    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 0;
    background-size: cover;
    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;
	}

}


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

	#intro .solution {
		padding: 30px 10px 30px 60px;
	}
	
	#intro .solution h1 {
		font-size: 48px;
		margin-bottom: 12px;
	}

	#intro .solution h2 {
		font-size: 40px;
		margin-bottom: 20px;
	}

	#intro .solution p {
		margin-bottom: 30px;
		font-size: 30px;
		/* line-height: 40px; */
	}
}



@media screen and (max-width: 800px) {
	#intro {
		margin-top: 0px;
		/* display: block; */
		flex-direction: column-reverse;
		min-height: auto;
	}
	#intro .photo {
		height: 0;
		padding-top: 55%;
		width: 100%;
		position: relative;
		background-position: center bottom;
		background-size: contain;
	}

	#intro .solution {
		display: block;
		width: 100%;
		padding: 60px 30px 0 30px;
	}
	#intro .texture{
		width: 50%;
	}
}



@media screen and (max-width: 600px) {
	#intro .solution {
		padding: 50px 20px 0 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: 450px) {
	#intro .solution {
		padding: 40px 0 0 0;
	}
	#intro .photo {
		padding-top: 65%;
	}
	#intro .solution h1 {
		font-size: 36px;
	}
	#intro .solution h2{
		font-size: 30px;
	}
	#intro .solution p {
		font-size: 23px;
	}

}






/* DIGITAL =============================================================== */
#digital {
	padding: 130px 0 225px 0;
	text-align: center;
	position: relative;
}

#digital h3 {
	font-weight: 200;
	font-size: 28px;
	color: #F59918;
	margin: 0 0 10px 0px;
	text-transform: uppercase;
}

#digital h2 {
	font-weight: 200;
	font-size: 48px;
	color: #6A67CE;
	margin: 0 0 70px 0px;
}

#digital ul {
	display: flex;
	margin-bottom: 90px;
}


#digital ul li {
	width: calc(100% / 6);
	display: flex;
	flex-direction: column;
	align-items: center;
	text-transform: uppercase;
	font-weight: 200;
	font-size: 20px;
}

#digital ul li span{
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FFFFFF;
	border-radius: 50%;
	/* margin-bottom: 10px; */
}


#digital ul li span i{
	font-size: 50px;
	color: #A177FF;
}


#digital .demoAccess {
    text-align: center;
    margin-bottom: 50px;
}



#digital .demoAccess a{
    font-weight: 300;
    font-size: 20px;
    display: inline-block;
    color: #FFFFFF;
    background-color: #37C597;
    padding: 15px 25px;
    border-radius: 6px;
    margin-bottom: 80px;
    margin: 0 auto;
    display: inline-block;
}


#features .demoAccess:hover a{
    background-color: #299b76;
}




#digital .texture{
    height: 225px;
	background: url("../../resources/texture_go_bottom_center.svg") no-repeat center bottom;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 0;
}

@media screen and (max-width: 900px) {
	#digital h2 {
		font-size: 40px;
	}
	#digital h2 br {
		display: none;
	}
	#digital ul {
		flex-wrap: wrap;
	}
	#digital ul li {
		width: calc(100% / 3);
        margin-bottom: 20px;
	}
	#digital ul li br{
		display: none;
	}
}

@media screen and (max-width: 750px) {
	#digital {
		padding: 120px 0 120px 0;
	}
	#digital h2 {
		font-size: 38px;
        margin: 0 0 50px 0px;
	}
	#digital h3 {
		font-size: 23px;
	}

}

@media screen and (max-width: 550px) {
	#digital ul li {
		width: calc(100% / 2);
        margin-bottom: 30px;
	}
	#digital ul {
		margin-bottom: 50px;
	}

}

@media screen and (max-width: 450px) {
	#digital ul li {
		font-size: 16px;
	}
	#digital ul li span{
		margin-bottom: 0;
	}
	#digital h2 {
		font-size: 29px;
        margin: 0 0 30px 0px;
	}
	#digital h3 {
		font-size: 20px;
	}
	#digital .pageWidth .texture{
		padding-top: 27%;
	}
}




/* NORMATIVAS TRIBUTARIAS DE PERÚ */
#digital .tax h3 {
    font-weight: 200;
    font-size: 36px;
    color: #E63B3B;
    margin: 0 auto 20px auto;
    text-transform: none;
    max-width: 980px;
}

#digital .tax p.available {
    font-weight: 200;
    font-size: 27px;
    color: #676D76;
    margin: 0 0 80px 0px;
}

#digital .tax ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

#digital .tax ul li {
    width: calc(50% - 10px);
    text-align: left;
    margin-bottom: 20px;
    align-items: flex-start;
    background-color: #f8f8f9;
    padding: 20px;
    box-sizing: border-box;
}

#digital .tax ul li h4 {
    font-weight: 300;
    font-size: 23px;
    color: #4F4DA7;
    margin: 0 0 6px 0px;
    text-transform: none;
    text-align: left;
}

#digital .tax ul li p {
    font-weight: 200;
    font-size: 20px;
    line-height: 1.3em;
    color: #49505B;
    margin: 0 0 30px 0px;
    text-transform: none;
}

#digital .tax p.note {
    font-weight: 200;
    font-size: 24px;
    color: #676D76;
    margin: 0 0 130px 0px;
}

@media screen and (max-width: 900px) {
    #digital .tax ul {
        flex-direction: column;
    }

    #digital .tax ul li {
        width: 100%;
    }
}


/* GO =============================================================== */
#go {
	background-color: #FFFFFF;
	padding: 160px 0;
	position: relative;
}
#go .pageWidth{
	z-index: 1;
}
#go .pageWidth > div{
	display: flex;
	box-sizing: border-box;
	background-color: #FFFFFF;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
	transition: all .3s;
}

#go .pageWidth > div:hover{
	box-shadow: 0 0 15px rgba(0,0,0,.3);
}


#go .pageWidth > div div{
	width: 50%;
	box-sizing: border-box;
}


#go .pageWidth > div div.photo{
    background: url("relations.png") no-repeat center 0;
    background-size: cover;
}

#go .pageWidth > div div:nth-child(2){
    padding: 80px 60px 50px 60px;
    display: flex;
    flex-direction: column;
}


#go .pageWidth div h2{
	background-image: url("data:image/svg+xml,%3Csvg version='1.2' baseProfile='tiny' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 306 26.9'%3E%3Cpath fill='%23FD9A00' d='M279.1 13.5c0 3.7-3 6.7-6.7 6.7s-6.7-3-6.7-6.7H259c0 7.4 6 13.5 13.5 13.5 4 0 7.6-1.8 10.1-4.6 2.1-2.4 3.4-5.5 3.4-8.9h-6.9z'/%3E%3Cpath fill='%23FC636B' d='M292.5 0c-4 0-7.6 1.8-10.1 4.6-2.1 2.4-3.4 5.5-3.4 8.9h6.7c0-3.7 3-6.7 6.7-6.7s6.7 3 6.7 6.7h6.7C306 6 300 0 292.5 0z'/%3E%3Cpath fill='%236A67CE' d='M299.3 13.5c0 3.7-3 6.7-6.7 6.7s-6.7-3-6.7-6.7c0 3.4-1.3 6.5-3.4 8.9 2.5 2.8 6.1 4.6 10.1 4.6 7.4 0 13.5-6 13.5-13.5h-6.8z'/%3E%3Cpath fill='%23FFB900' d='M272.3 0c-7.4 0-13.5 6-13.5 13.5h6.7c0-3.7 3-6.7 6.7-6.7 1.5 0 2.9.5 4 1.4l4-5.4C278.1 1 275.3 0 272.3 0z'/%3E%3Cg%3E%3Cpath d='M19.6 4.2H4.9v7.7h13.3v4H4.9v10.9H0V.2h19.6v4zM28.9 26.8H24V.2h4.9v26.6zM62 26.8h-4.8L41.5 7.7v19.1h-4.9V.2h4.8l15.7 19.1V.2H62v26.6zM95 26.8h-4.8L74.6 7.7v19.1h-4.9V.2h4.8l15.7 19.1V.2H95v26.6zM123.6 4.2h-16v7.2H122v4h-14.3v7.3h16.5v4h-21.4V.2h20.9v4zM150.1 13.7h4.3v9.8c-3 2-7.3 3.5-11.4 3.5-8.6 0-15.4-5.9-15.4-13.5S134.4.1 143.3.1c4.2 0 8.4 1.4 11.2 3.7l-2.8 3.3c-2.3-1.9-5.4-3-8.4-3-6 0-10.6 4.1-10.6 9.4 0 5.3 4.7 9.5 10.7 9.5 2.2 0 4.6-.7 6.7-1.8v-7.5zM180.3 20.8h-14.7l-2.8 6h-5.1L170.6.2h5.1l12.8 26.6h-5.3l-2.9-6zm-1.9-4L172.9 5l-5.5 11.8h11zM217.6 26.8h-4.8L197.2 7.7v19.1h-4.9V.2h4.8l15.7 19.1V.2h4.8v26.6zM245.1 2.7l-2 3.9c-3.2-1.7-6.3-2.5-8.6-2.5-2.9 0-4.8 1-4.8 2.8 0 5.8 15.8 2.7 15.7 12.3 0 4.7-4.6 7.7-11 7.7-4.6 0-8.9-1.7-11.9-4.2l2.1-3.9c3 2.5 6.8 3.9 9.9 3.9 3.4 0 5.5-1.2 5.5-3.2 0-5.9-15.8-2.6-15.8-12.1 0-4.6 4.3-7.4 10.6-7.4 3.9 0 7.6 1.1 10.3 2.7z'/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0 center;
	white-space: nowrap;
	overflow: hidden;
	text-indent: 110%;
	display: inline-block;
	width: 90%;
	margin-bottom: 60px;
}
#go .pageWidth h3{
	font-weight: 200;
	font-size: 45px;
	color: #4F4DA7;
	margin: 0 0 38px 0px;
	text-align: center;
}

#go .pageWidth div h3 strong{
	font-weight: 200;
	color: #e63b3b;
}


#go p{
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 20px;
	font-weight: 200;
}

#go p a {
    color: #FC636B;
    font-weight: 300;
}
#go p a i {
    margin-left: 5px;
}


#go p a:hover {
    cursor: pointer;
    text-decoration: underline;
/*     border-bottom: 1px solid #FC636B; */
}

#go .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: 850px) {
	#go .pageWidth > div{
		flex-direction: column;
    }
    #go .pageWidth > div div{
		width: 100%;
	}
	#go .pageWidth > div div.photo{
		background-position: center center;
		height: 450px;
	}
	#go .texture{
		width: 70%;
	}
}

@media screen and (max-width: 650px) {
	#go .pageWidth > div div.photo{
		height: 350px;
	}
}

@media screen and (max-width: 500px) {
	#go {
		padding: 100px 0;
	}
	#go .pageWidth h3{
		font-size: 36px;
		color: #4F4DA7;
		margin: 0 0 20px 0px;
	}
	#go .pageWidth > div div:nth-child(2){
		padding: 50px 30px 30px 30px;
		display: flex;
		flex-direction: column;
	}
	#go .pageWidth div h2 {
		margin-bottom: 40px;
	}
}


@media screen and (max-width: 400px) {
	#go .pageWidth > div div.photo{
		height: 300px;
	}
}



