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

.ourprocess{
	width:100%;
	height:auto;
	position:relative;
	background-image:url( ../img/backprocess.png);
	background-size:80%;
	background-origin: border-box;
	background-repeat: no-repeat;
	background-position: top right;
	background-attachment: fixed;
	float:right;
	z-index: 10000;
		
}

.ourprocess h2{
	width:70%;
	position:relative;
	padding-top: 6vw;
	padding-bottom: 6vw;
	font-family: 'Roboto', sans-serif;
	font-size: 3vw;
	color: #003380;
	line-height:3vw;
	letter-spacing:1px;
	left:10vw;
}
	
.containerprocess{
	margin-left:0%;
	margin-right:0px; 
	padding-top:4%;
	width:100%;
	display:flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	
}
.containerprocess .box{
	display:flex;
	flex-basis: calc(50%);
}


.ourprocess .containerprocess .box{
	position:relative;
	width:100%;
	top:10%;
	height: auto;
	box-sizing: border-box;
	display: inline-block;
	margin-top:30px;
	margin:26px;
	margin-bottom:50px;
	background-color:rgba 255,255,255,.3;
	background-image: url(../img/bullet.png);
	background-origin: content-box;
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 20%;
	border-bottom:solid 0px #B7A677;
	padding:15px;
	box-shadow:  2px 2px 4px rgba(0,0,0,0);
}

.ourprocess .containerprocess .box h3{
	font-family: 'Roboto', sans-serif;
	color: #003380;
	font-size:1.8vw;
	padding-top: 10px;
	padding-left: 15%;
	padding-right: 8%;
	z-index: 3;
	}

.ourprocess .containerprocess .box p{
	font-family: 'Roboto', sans-serif;
	color: #003380;
	font-size:1.1vw;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 10px;
	text-align: left;
	padding-bottom: 5%;
	}

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


.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){
	
	.ourprocess .containerprocess .box p{
	font-size:1.4vw;
	}
}

	
@media screen and (max-width: 1024px) {
.ourprocess{
		float:inherit;
	}
.containerprocess{	
	flex-direction:column;		
}
.ourprocess .containerprocess .box{
	width:60%;
	top:7%;
	margin-top:30px;
	margin-bottom: 30px;
	background-size: 20%;
	padding-bottom: 2px;
	left: 50%;
    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:18%;
	padding-right: 8%;
	z-index: 3;
	}

.ourprocess .containerprocess .box p{
	font-family: 'Roboto', sans-serif;
	color: #003380;
	font-size: 1.7vw;
	padding-top:1px;
	padding-left:13%;
	padding-right: 10px;
	text-align: left;
	padding-bottom: 5%;
	}	
}
	

@media screen and (max-width: 768px) {
 
.ourprocess{background-size:120%;
}
	
.ourprocess h2{
font-size: 6vw;
line-height:8vw;
}
	
.ourprocess .containerprocess .box{
width:70%;
top:8%;
margin-top:50px;
margin-bottom: 30px;
background-size: 20%;
padding-bottom: 2px;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%) }

.ourprocess .containerprocess .box h3{
	font-size:3.3vw;
	padding-left:45px;
	}

.ourprocess .containerprocess .box p{
	font-size:2vw;
	padding-top:3px;
	padding-left: 15px;
	}
}
@media screen and (max-width: 600px) {	

.ourprocess .containerprocess .box h3{
	font-size:4vw;
	padding-left:45px;
	}

.ourprocess .containerprocess .box p{
	font-size:3vw;
	padding-top:3px;
	padding-left: 15px;
	}		
}

