.display-mediano{
	display:inherit !important;
}


html{
	height:100%; 
	margin:0; 
	padding:0;
	width:100%;
	top:0px;
	left:0px;
	background: #ebe3d6;
}



/*----------------------------
	 INICIAL
-----------------------------*/	
#text{
	height: 300px;  
	width: 100%;
	position:relative;
	z-index: 3;
	display: flex;
	top: 80px;

}
.inicio{
	height: 400px;  
	width: 100%;
	position:relative;
	text-align: center;
	background-image: url("img/empresa.jpg");
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 3;
	display: flex;
	align-items: center;
	margin-bottom: 150px;

}

.btn-wa{
	height: 50px;  
	width: 50px;
	position:fixed;
	background-image: url("img/wa.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 200;
	bottom: 30px;
	right:30px;
	border: 1px solid #052376;
	border-radius: 3px;
	transition: .3s;

}

.btn-wa:hover{
	
	border: 1px solid #052376;
    background-color: #052376;
	transition: .3s;


}

.margin-left{
    
	margin-left: 30px;
	

}

.iso{
    height: 70px;  
	width: 70px;
	background-image:url("img/iso.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 30px;

	
}

h1{
	color: #ebe3d6;
    font-size:50px;
	line-height: 50px;
    font-family: 'Work Sans', sans-serif;
	font-weight: 300;
	text-align: left;
	text-transform: uppercase;
}

.boton{
	color: #ebe3d6;
    font-size:14px;
    font-family: 'Work Sans', sans-serif;
	text-align: left;
	text-transform: uppercase;
     display: flex;	

}

h3{
    border: 1px solid #ebe3d6;
	padding: 10px 30px;;
	margin-top:30px;
	font-weight: 300;	
	transition: .4s;

	
}
h3:hover{
    border: 1px solid #052376;
	padding: 10px 30px;;
	margin-top:30px;
	font-weight: 300;
	background: #052376;
	color: #ebe3d6;	
	transition: .4s;

	
}

.info{
	height: auto;  
	width: 100%;
    position: relative;	
	text-align: right;
	z-index: 3;
    background-color: #ebe3d6;
	box-sizing: border-box;
	justify-content: center;
  }
.texto{
	height: auto;  
	width: 100%;
	text-align: right;
	z-index: 3;
    background-color: #ebe3d6;
	padding-left: 30px;
	box-sizing: border-box;
	padding-bottom: 50px;
}

.trabajando{
	height:500px;  
	width: calc(100% - 60px);
	justify-content: center;
    background-image:url("img/trabajando.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 3;
	margin-left: 30px;
	background-color: #052376;
	box-sizing: border-box;
  }

.trabajando:hover, .equipo:hover, .equipo-1:hover, .equipo-2:hover{
	opacity: .8;
	background-color: #052376;
background-blend-mode: luminosity;
transition: 1s;
	border-radius: 30px;

}
.equipo{	
	height:500px;  
	width: calc(100% - 60px);
    display: inline-block;
	justify-content: center;
    background-image:url("img/equipo.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 3;
	margin-right: 30px;
	margin-bottom: 150px;
	background-color: #052376;
	box-sizing: border-box;
	transition: 1s;

  }
.equipo-1{	
	height:300px;  
	width: calc(50% - 30px);
    display: inline-block;
	justify-content: left;
    background-image:url("img/equipo-1.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 3;
	margin-right: 30px;
	background-color: #052376;
	box-sizing: border-box;
	transition: 1s;

  }

.equipo-2{	
	height:700px;  
	width: calc(50% - 30px);
    display: inline-block;
	justify-content: center;
    background-image:url("img/equipo-2.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 3;
	margin-right: 30px;
	background-color: #052376;
	box-sizing: border-box;
	transition: 1s;

  }


.nosotros{
	height: auto;  
	width: 100%;
	padding: 150px 0px;
	position:relative;
	text-align: center;
	z-index: 3;
	background-color: #ebe3d6;
	background-position: center center;
    background-size: cover;
	background-attachment: fixed;
    transition: opacity 1s ease-in-out 0s;
	 background-image:url("img/empresa-1.jpg");
	 display: flex;
	 align-items: center;
}

.ancho{
	width: 80vw;
}

h2{
	color:#052376;
	width: 90%;
    font-size:25px;
	line-height: 30px;
    font-family: 'Work Sans', sans-serif;
	font-weight: 300;
	text-align: left;
}
.boton-1{
	color:#052376;
    font-size:14px;
    font-family: 'Work Sans', sans-serif;
	text-align: left;
	text-transform: uppercase;
     display: flex;	

}

h4{
	color:#052376;
    font-size:16px;
	line-height: 18px;
    font-family: 'Work Sans', sans-serif;
	font-weight: 300;
	text-align: left;
	text-transform: uppercase;
	padding-top: 10px;
}
h5{
	color:#052376;
    font-size:25px;
	line-height: 25px;
    font-family: 'Work Sans', sans-serif;
	font-weight: 500;
	text-align: left;
	paddin-top: 10px;
}

h5:hover{
	color:#242424;
    
}



.medicion{
	height: auto;  
	width: calc(100% - 60px);
	position:relative;
	text-align: center;
	z-index: 3;
	left: 30px;
    background-color: #ebe3d6;
	padding-bottom: 50px;
	padding-top: 200px;
}

.caja{
	height: 400px;  
	width: 100%;
 	text-align: center;
	z-index: 3;
	position: relative;
	transition: 1s;
	margin-bottom: 50px;
}

.caja:hover{
	
	transition: 1s;

}


.foto-1{
	height: 100%;  
	width: 100%;
	background-color: #052376;
	background-image: url("img/medicion.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 3;
    transition: 1s;
	opacity: 1;

}

.foto-2{
	height: 100%;  
	width: 100%;
	background-color: #052376;
	background-image: url("img/medicion-1.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 3;
    transition: 1s;
	opacity: 1;
}

.foto-3{
	height: 100%;  
	width: 100%;
	background-color: #052376;
	background-image: url("img/medicion-2.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 3;
    transition: 1s;
	opacity: 1;
}

.line-tex:hover, .foto-1:hover, .foto-2:hover, .foto-3:hover {
	opacity: .9;
    background-blend-mode: luminosity;
    transition: 1s;
	border-radius: 30px;
	
}

.line-tex{
	height: 100%;  
	width: 100%;
 	text-align: center;
	z-index: 3;
	position: absolute;
	bottom: 0px;
    background: linear-gradient(rgba(0,32,59,0) 0,rgba(0,32,59,.7) 100%);
    transition: .5s linear;


}
.line-tex:hover{
	border-radius: 30px;
}

h6{
	color:#ebe3d6;
    font-size:20px;
	line-height: 25px;
    font-family: 'Work Sans', sans-serif;
	font-weight: 500;
	text-align: left;
	padding: 250px 30px 0px;
}


.line{
background: url("img/flecha-b.svg") 90% center no-repeat;
transition: .5s;
	
}
.line:hover{
	background-position: right center;
	margin-right: 20px;
}

h7{
	color:#ebe3d6;
    font-size:15px;
    font-family: 'Work Sans', sans-serif;
	font-weight: 300;
	text-align: left;
	text-transform: uppercase;
	display: flex;
	margin: 30px 30px 0px ;
	padding-right: 50px;
}

.video{
	height: auto;  
	width: 100%;
 	text-align: center;
	z-index: 3;
	position: relative;

}

video{
	height: auto;  
	width: calc(100% - 60px);
 	text-align: center;
	z-index: 3;
	position: relative;
	padding: 100px 0px 150px;

}
#formulario{
	height: 681px;  
	width: 100%;
 	text-align: center;
	z-index: 3;
	position: relative;
	background-color: #00213b;
	box-sizing: border-box;

}

.footer{
	width: 100%;
	background-color: #052376;

}
.datos{
	width: 45%;
	box-sizing: border-box;
	display: inline-block;
	padding: 200px 30px 100px;
}

h8{
	color:#ebe3d6;
    font-size:25px;
    font-family: 'Work Sans', sans-serif;
	font-weight: 500;
	text-align: left;
	border-top: 1px  solid #ebe3d6;
	padding-top: 40px;
	display: block;
	box-sizing: border-box;

	

}
h9{
	color:#ebe3d6;
    font-size:15px;
    font-family: 'Work Sans', sans-serif;
	font-weight: 300;
	text-align: left;
}

.design { 
	position: relative; 
	width: 100%; 
	height: 50px; 
	text-align: left; 
    font-family: 'Work', sans-serif;
	font-weight: 400;
	font-size: 12px;
	box-sizing: border-box;
    background-color: #00213b;
    display: flex;
	align-items: center;
	padding-left: 30px;
}
