@charset "utf-8";
/* CSS Document */

.ourprocess{
	width:100%;
	height:auto;
	top:4vw;
	position:relative;
	background-size:80%;
	background-origin: border-box;
	background-repeat: no-repeat;
	background-position: top right;
	float:right;
		
}

.ourprocess h2{
	width:100%;
	position:relative;
	font-family: 'Roboto', sans-serif;
	font-size: 3vw;
	color: #003380;
	line-height:1vw;
	text-align: center
}
	
.ourprocess p{
	width:45%;
	position:relative;
	font-family: 'Roboto', sans-serif;
	color: #003380;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.aquanexproducts{
	display: block;
	align-content: center;
	width:40vw;
	margin-left: auto;
	margin-right: auto;
	}
.containerprocess{
	margin-left:0%;
	margin-right:0px; 
	padding-top:4%;
	width:100%;
	display:flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	background-image:url( ../img/backprocess.png);
	background-size:80%;
	background-origin: border-box;
	background-repeat: no-repeat;
	background-position: top right;
	float:right;
}

.containerprocess .box{
	display:flex;
	flex-basis: calc(30%);
}


.ourprocess .containerprocess .box{
	position:relative;
	width:100%;
	top:10%;
	height: auto;
	box-sizing: border-box;
	display: inline-block;
	margin-top:30px;
	margin:70px;
	margin-bottom:50px;
	background-color:rgba 255,255,255,.3;
	padding:3px;
}



.ourprocess .containerprocess .box h3{
	font-family: 'Roboto', sans-serif;
	color: #003380;
	font-size:1.9vw;
	padding-top: 10px;
	text-align: center;
	z-index: 3;
	}

.ourprocess .containerprocess .box p{
	width:90%;
	font-family: 'Roboto', sans-serif;
	color: #003380;
	font-size:1vw;
	padding-top:1px;
	text-align: center;
	padding-bottom: 5%;
	}

.ourprocess .containerprocess .box img{
	position: relative;
	display:block;
 	width: 4vw;
	margin-left: auto;
	margin-right: auto;
	
	}

.ourprocess .containerprocess .box .imagebox{
	position: absolute;
	overflow:hidden;
	z-index: 0;
}


.ourprocess .containerprocess .box .imagebox img{
	width: 50%;
	transition: transform 2s;
	}

.servicios .container .box:hover .imagebox img{
	transform: scale(1.2);
}

.servicios .container .box .details{
	position: absolute;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	background-color:rgba(0,0,0,0.3);
	transition: 1s;
	opacity: 0;
	
}

.servicios .container .box:hover .details{
	opacity: 1;
	
}

.servicios .container .box .details .content{
	position: absolute;
	top:90%;
	transform:translateY(-80%);
	text-align:right;
	font-size:90%;
	padding: 10px;
	color:#fff;
	font-family: sans-serif;
}


@media screen and (min-width: 1480px){

}

@media screen and (max-width: 1280px){
	
}

	
@media screen and (max-width: 1024px) {
.ourprocess{
		float:inherit;
	}
.containerprocess{	
	flex-direction:column;
	padding-top: 16%;	
}
	
.ourprocess .containerprocess .box{
	margin-left: auto;
	margin-right: auto;
	}
	
.ourprocess .containerprocess .box{
	width:90%;
	top:7%;
	margin-top:30px;
	margin-bottom: 30px;
	background-size: 16%;
	border-bottom:solid 0px #B7A677;
	padding-bottom: 2px;
	box-shadow:  2px 2px 4px rgba(0,0,0,0);
	left: 47%;
    margin-right:50%;
    transform: translate(-50%, -50%) }
	
.ourprocess h2{
	font-size: 4vw;
	line-height:4vw;
}

.ourprocess .containerprocess .box h3{
	font-family: 'Roboto', sans-serif;
	color: #003380;
	font-size:2.2vw;
	padding-top:1px;
	padding-left: auto;
	padding-right: auto;
	z-index: 3;
	}

.ourprocess .containerprocess .box p{
	width: 60%;
	font-family: 'Roboto', sans-serif;
	color: #003380;
	font-size: 1.5vw;
	padding-top:1px;
	padding-left:auto;
	padding-right:auto;
	text-align: center;
	padding-bottom: 5%;
	}	
	
	.ourprocess .containerprocess .box img{
 	width:8vw;

	
	}
	
}
	

@media screen and (max-width: 768px) {

		
.ourprocess h2{
	font-size: 6vw;
	line-height:8vw;
}
	
	.ourprocess p{
		width:80%;
	}
	
	.ourprocess img{
		width:60%;
	}
	.ourprocess .containerprocess{
		padding-top: 36vw;
	}
	
	.ourprocess .containerprocess .box{
	margin-left: auto;
	margin-right: auto;
	}

.ourprocess .containerprocess .box h3{
	font-family: 'Roboto', sans-serif;
	font-size:3.4vw;
	}

.ourprocess .containerprocess .box p{
	width:80%;
	font-family: 'Roboto', sans-serif;
	font-size:2.3vw;
	padding-top:10px;
	}	
	
	.ourprocess .containerprocess .box img{
		width:10vw;
	}
}
@media screen and (max-width: 480px) {
	
.ourprocess .containerprocess{
	margin-top:20%;	
	}
	
.ourprocess .containerprocess .box{
	width:90%;
	margin-top:15vw;
	margin-bottom: 30px;
	padding-bottom: 2px;
	left: 34%;
    margin-right:50%;
    transform: translate(-50%, -50%) }
	
.ourprocess h2{
	font-size: 6vw;
	line-height:4vw;
}
	
	.ourprocess p{
		width:80%;
	}
	
	.ourprocess img{
		width:70vw;
	}

.ourprocess .containerprocess .box h3{
	font-family: 'Roboto', sans-serif;
	color: #003380;
	font-size:4vw;
	padding-top:1px;
	padding-left: auto;
	padding-right: auto;
	z-index: 3;
	}

.ourprocess .containerprocess .box p{
	width:80%;
	font-family: 'Roboto', sans-serif;
	color: #003380;
	font-size: 2.8vw;
	padding-top:1px;
	padding-left:auto;
	padding-right:auto;
	text-align: center;
	padding-bottom: 5%;
	}	
	
	.ourprocess .containerprocess .box img{
 	width:15vw;	
	}
	
	.ourprocess .containerprocess .box{
	margin-left:15vw;
    transform: translate(-50%, -50%) }
	
	
}

