@charset "UTF-8";
/* CSS document */
/* Descripcion: estilo para Vedilab
Autor: Omar De Luna
actualización: julio 2018 */



img{border:0; margin: 0; padding: 0;}

* { margin: 0; padding: 0; font-family: 'Barlow Condensed', Helvetica, Arial sans-serif; list-style: none;}

a, input{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}

body , html{
	background: url(images/fondo.gif) repeat;
}


main {
	width: 100%;
	margin: 0 auto;
	position: relative;
	max-width: 1800px;
	z-index: 1;
	background: #000;
	}


header{
	position: absolute;
	z-index: 99;
	width: 100%;
}

#content{
	width: 80%;
	padding: 0px 10%;
	text-align: center;
}


nav{
	position: absolute;
	z-index: 9;
	width: 100%;
	padding: 0;
	margin: 0;
}


#logo{
	position: absolute;
	left: 20%;
	top: 0;
}



nav ul{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	margin-top: 30px;
	margin-left: 30px;
	float: left;
}

nav ul li{
	display: block;
}

nav ul li a{
	color: white;
	font-size: 18px;
	font-weight: 300;
	line-height: 40px;
	display: block;
	text-decoration: none;
	padding: 0 25px;
	border: 0;
	background: none;
}

nav ul li a:hover{
	border: 0;
	color: white;
	background: #e21b23
}

nav ul li a.active{
	border: 0;
	color: white;
	background: #e21b23
}


nav ul li ul{
	display: none;
	position: absolute;
	margin-left: 120px;
	top: 40px;
	background: white;
	z-index: 100;
	box-shadow: 5px 5px 8px rgba(0,0,0,0.2);
}

nav ul li:hover ul{
	display: block;
}

nav ul li ul li{
	border-bottom: 1px solid #4d4d4d;
}

nav ul li ul li:last-child{
	border: 0;
}


nav ul li ul li a{
	line-height: 24px;
	color: #4d4d4d;
	padding: 15px 25px;
}



nav ul li a#menuiphone{
		display: none;
	}

nav ul li a.oculta{
	display: none;
}

nav img{
	margin-bottom: -2px;
}


#slide img{
	display: block;
}


#gray{
	width: 90%;
	padding: 100px 5%;
	background: #4d4d4d;
}

#rojo{
	background: #e21b23;
	width: 90%;
	padding: 100px 5%;
}

.marg{
	margin-bottom: 150px;
}

.marg2{
	margin-top: -250px;
}

#tercio{
	width: 30%;
	float: left;
	margin-right: 3%;
}




footer{
	background: #000;
	width: 90%;
	padding: 60px 5%;
}

#fo1{
	float: left;
}

#fo1 li{
	display: inline-block;
	margin-right: 15px;
}

#fo1 a{
	color: #e21b23;
	line-height: 10px;
}

#fo1 img{
	margin-bottom: -15px;
}

#fo2{
	float: right;
	text-align: right;
	margin-top: 20px;
}


.campo{
	width: 96%;
	padding: 10px 2%;
	border: 0;
	outline: none;
	line-height: 30px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 300;
	background: #000;
	color: white;
}

.campo2{
	font-size: 20px;
	line-height: 25px;
	color: white;
	text-decoration: none;
	margin: 0;
	background: #e21b23;
	border: 1px solid #414142;
	padding: 10px 35px;
	font-weight: 300;
	letter-spacing: 2px;
}

.campo:focus{
	color: white;
	background: #434343;
}

.campo2:hover{
	background: #434343;
}

h1{
	font-size: 31px;
	line-height: 41px;
	color: #e21b23;
	font-weight: 300;
}

h2{
	font-size: 23px;
	line-height: 28px;
	color: #000;
	margin-bottom: 20px;
}


p{
	font-size: 17px;
	line-height: 25px;
	color: white;
	letter-spacing: 1px;
}


a{
	font-size: 17px;
	line-height: 25px;
	color: white;
	text-decoration: none;
	margin: 0;
	letter-spacing: 1px;
}



.cleare{
	display: block;
	clear: both;
}



/*–––––––––––––––––––––––––––––––––––––––––––––––servicios1––––––––––––––––––––––––––––––––––––––––––––*/


#negro{
	width: 90%;
	padding: 100px 5%;
	background: #000;
}

#dostercios{
	float: left;
	width: 63%;
	margin-right: 3%;
}

#dostercios li{
	display: inline-block;
	padding: 10px 20px;
	background: #4d4d4d;
	margin-right: 10px;
	margin-bottom: 20px;
}

h1.blanco{
	color: white;
}

p.gris{
	color: #4d4d4d;
}


/*–––––––––––––––––––––––––––––––––––––––––––––––servicios2––––––––––––––––––––––––––––––––––––––––––––*/


#mitad{
	float: left;
	width: 47%;
	margin-right: 3%;
}


#negro.blan{
	background: white;
}

#dostercio.autom li{
	text-align: center;
	display: inline-table;
	width: 14%;
	margin-left: 2%;
}

#dostercio.autom li p{
	font-size: 22px;
}

#dostercio.autom li span{
	color: #e21b23;
}


/*–––––––––––––––––––––––––––––––––––––––––––––––servicios3––––––––––––––––––––––––––––––––––––––––––––*/


h2.blanco{
	color: white;
}



.video-responsive {
position: relative;
padding-bottom: 56.25%; /* 16/9 ratio */
padding-top: 30px; /* IE6 workaround*/
height: 0;
overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


#videos{
	height: 800px;
}

/*–––––––––––––––––––––––––––––––––––––––––––––––servicios4––––––––––––––––––––––––––––––––––––––––––––*/


a.mas{
	padding: 10px 25px;
	background: #000;
}


#equipo{
	display: inline-table;
	width: 25%;
	margin: 0 4% 50px 4%;
}



/*–––––––––––––––––––––––––––––––––––––––––––––––servicios4––––––––––––––––––––––––––––––––––––––––––––*/


#benefi li{
	background:  url(images/paloma-25.svg) no-repeat top left;
	background-size: 25px;
	padding-left:40px;
	font-size: 30px;
	color: white;
	width: 25%;
	margin: 0 2% 2% 0;
	display: inline-block;
}

img.foto1{
	width: 40%;
	margin-right: 3%;
	margin-bottom: 3%;
}

img.foto2{
	width: 56%;
	margin-bottom: 3%;
}

img.foto3{
	width: 100%;
}

img.foto4{
	width: 100%;
}



/*–––––––––––––––––––––––––––––––––––––––––––––––clientes––––––––––––––––––––––––––––––––––––––––––––*/


#clientes li{
	width: 18%;
	display: inline-block;
	margin-right: 1%;
}




@media only screen and (min-width:0px) and (max-width:767px){

#logo img{
		width: 110px;
	display: block;
	}
	
#content{
	width: 100%;
	padding: 0px 0%;
}



#logo{
	position: relative;
	left: auto;
	right: 0;
	float: right;
	z-index: 99999;
}

header{
	position: relative;
	margin: 0;
	padding: 0;
}


nav ul{
	margin-top: 20px;
	margin-left: 0px;
	float: left;
	width: 100%;
	background: #000;
	height: 40px;
	overflow: hidden;
}
	
	nav ul.active{
		height: 430px;
	}

nav ul li{
	display: block;
}

nav ul li a{
	color: white;
	font-size: 16px;
	line-height: 37px;
	padding: 0 20px;
}
	
nav ul li a.oculta{
	display: block;
	padding-left: 30px;
}


nav ul li ul{
	display: none;
	position: relative;
	margin-left:0;
	top: 0;
	background: #111;
}

nav ul li:hover ul{
	display: none;
}

nav ul li ul li{
	border: 0;
}

nav ul li ul li a{
	line-height: 22px;
	padding: 10px 20px;
	color: white;
}
	

nav ul li a#menuiphone{
		display: block;
	}
	
nav ul li a#menuiphone:hover{
		background: none;
	}

#gray{
	width: 90%;
	padding: 60px 5%;
}

#rojo{
	width: 90%;
	padding: 60px 5%;
}

.marg{
	margin-bottom: 0px;
}

.marg2{
	margin-top: -0px;
}

#tercio{
	width: 100%;
	margin-right: 0%;
	margin-bottom: 40px;
}




footer{
	width: 90%;
	padding: 30px 5%;
}

#fo1 li{
	margin-right: 15px;
}

#fo1 a{
	line-height: 10px;
}

#fo1 img{
	margin-bottom: -15px;
}

#fo2{
	margin-top: 20px;
}


h1{
	font-size: 26px;
	line-height: 36px;
}

h2{
	font-size: 19px;
	line-height: 24px;
	margin-bottom: 20px;
}


p{
	font-size: 14px;
	line-height: 22px;
}


a{
	font-size: 14px;
	line-height: 22px;
}
	
	
/*–––––––––––––––––––––––––––––––––––––––––––––––servicios1––––––––––––––––––––––––––––––––––––––––––––*/


#negro{
	width: 90%;
	padding: 80px 5%;
}

#dostercios{
	width: 100%;
	margin-right: 0%;
	margin-bottom: 40px;
}

#dostercios li{
	padding: 10px 20px;
	margin-right: 10px;
	margin-bottom: 20px;
}
	
	
/*–––––––––––––––––––––––––––––––––––––––––––––––servicios2––––––––––––––––––––––––––––––––––––––––––––*/


#mitad{
	width: 100%;
	margin-right: 0%;
	margin-bottom: 40px;
}


#dostercio.autom li{
	display: inline-table;
	width: 40%;
	margin-left: 4%;
	margin-bottom: 20px;
}

#dostercio.autom li p{
	font-size: 15px;
}
	
	
#dostercio.autom li img{
	height: 50px;
}
	

/*–––––––––––––––––––––––––––––––––––––––––––––––servicios4––––––––––––––––––––––––––––––––––––––––––––*/



#equipo{
	width: 45%;
	margin: 0 2% 50px 2%;
}
	
	
	
/*–––––––––––––––––––––––––––––––––––––––––––––––servicios4––––––––––––––––––––––––––––––––––––––––––––*/


#benefi li{
	font-size: 20px;
	color: white;
	width: 100%;
	margin: 0 0% 2% 0;
	display: inline-block;
}

img.foto1{
	width: 40%;
	margin-right: 3%;
	margin-bottom: 3%;
}

img.foto2{
	width: 56%;
	margin-bottom: 3%;
}

img.foto3{
	width: 100%;
	display: none;
}

img.foto4{
	width: 100%;
}
	
	
/*–––––––––––––––––––––––––––––––––––––––––––––––clientes––––––––––––––––––––––––––––––––––––––––––––*/


#clientes li{
	width: 28%;
	margin-right: 1%;
}
	
#videos{
	height: 350px;
}

	
}


@media only screen and (min-width:768px) and (max-width:1023px){
	
#logo img{
		width: 160px;
	}
	
#content{
	width: 80%;
	padding: 0px 10%;
}



#logo{
	position: absolute;
	left: 20%;
}



nav ul{
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}

nav ul li{
	display: block;
}

nav ul li a{
	color: white;
	font-size: 16px;
	line-height: 37px;
	padding: 0 20px;
}


nav ul li ul{
	display: none;
	position: absolute;
	margin-left: 105px;
	top: 37px;
}

nav ul li:hover ul{
	display: block;
}


nav ul li ul li a{
	line-height: 22px;
	padding: 10px 20px;
}



#gray{
	width: 90%;
	padding: 60px 5%;
}

#rojo{
	width: 90%;
	padding: 60px 5%;
}

.marg{
	margin-bottom: 100px;
}

.marg2{
	margin-top: -160px;
}

#tercio{
	width: 30%;
	margin-right: 3%;
}




footer{
	width: 90%;
	padding: 30px 5%;
}

#fo1 li{
	margin-right: 15px;
}

#fo1 a{
	line-height: 10px;
}

#fo1 img{
	margin-bottom: -15px;
}

#fo2{
	margin-top: 20px;
}


h1{
	font-size: 26px;
	line-height: 36px;
}

h2{
	font-size: 19px;
	line-height: 24px;
	margin-bottom: 20px;
}


p{
	font-size: 14px;
	line-height: 22px;
}


a{
	font-size: 14px;
	line-height: 22px;
}
	
	
	
/*–––––––––––––––––––––––––––––––––––––––––––––––servicios1––––––––––––––––––––––––––––––––––––––––––––*/


#negro{
	width: 90%;
	padding: 60px 5%;
}

#dostercios{
	width: 63%;
	margin-right: 3%;
}

#dostercios li{
	padding: 10px 20px;
	margin-right: 10px;
	margin-bottom: 20px;
}
	
	
/*–––––––––––––––––––––––––––––––––––––––––––––––servicios2––––––––––––––––––––––––––––––––––––––––––––*/


#mitad{
	width: 47%;
	margin-right: 3%;
}


#dostercio.autom li{
	display: inline-table;
	width: 14%;
	margin-left: 2%;
}

#dostercio.autom li p{
	font-size: 15px;
}
	
	
#dostercio.autom li img{
	height: 50px;
}
	
	
/*–––––––––––––––––––––––––––––––––––––––––––––––clientes––––––––––––––––––––––––––––––––––––––––––––*/


#clientes li{
	width: 23%;
	margin-right: 1%;
}
	
#videos{
	height: 500px;
}
	
}


@media only screen and (min-width:1024px) and (max-width:1200px){
	
#logo img{
		width: 200px;
	}
	
#content{
	width: 80%;
	padding: 0px 10%;
}



#logo{
	position: absolute;
	left: 20%;
}



nav ul{
	margin-top: 20px;
	margin-left: 20px;
	float: left;
}

nav ul li{
	display: block;
}

nav ul li a{
	color: white;
	font-size: 16px;
	line-height: 37px;
	padding: 0 20px;
}


nav ul li ul{
	display: none;
	position: absolute;
	margin-left: 105px;
	top: 37px;
}

nav ul li:hover ul{
	display: block;
}


nav ul li ul li a{
	line-height: 22px;
	padding: 10px 20px;
}



#gray{
	width: 90%;
	padding: 80px 5%;
}

#rojo{
	width: 90%;
	padding: 80px 5%;
}

.marg{
	margin-bottom: 100px;
}

.marg2{
	margin-top: -180px;
}

#tercio{
	width: 30%;
	margin-right: 3%;
}




footer{
	width: 90%;
	padding: 40px 5%;
}

#fo1 li{
	margin-right: 15px;
}

#fo1 a{
	line-height: 10px;
}

#fo1 img{
	margin-bottom: -15px;
}

#fo2{
	margin-top: 20px;
}


h1{
	font-size: 28px;
	line-height: 38px;
}

h2{
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 20px;
}


p{
	font-size: 15px;
	line-height: 23px;
}


a{
	font-size: 15px;
	line-height: 23px;
}
	
	
	
/*–––––––––––––––––––––––––––––––––––––––––––––––servicios1––––––––––––––––––––––––––––––––––––––––––––*/


#negro{
	width: 90%;
	padding: 80px 5%;
}

#dostercios{
	width: 63%;
	margin-right: 3%;
}

#dostercios li{
	padding: 10px 20px;
	margin-right: 10px;
	margin-bottom: 20px;
}	
	
	
/*–––––––––––––––––––––––––––––––––––––––––––––––servicios2––––––––––––––––––––––––––––––––––––––––––––*/


#mitad{
	width: 47%;
	margin-right: 3%;
}


#dostercio.autom li{
	display: inline-table;
	width: 14%;
	margin-left: 2%;
}

#dostercio.autom li p{
	font-size: 18px;
}

#videos{
	height: 600px;
}
	
	
}


@media only screen and (min-width:1201px) and (max-width:1500px){
	
	#logo img{
		width: 200px;
	}
	
	h1{
	font-size: 29px;
	line-height: 39px;
}

h2{
	font-size: 21px;
	line-height: 26px;
	margin-bottom: 20px;
}


p{
	font-size: 16px;
	line-height: 24px;
}


a{
	font-size: 16px;
	line-height: 24px;
}
	
#videos{
	height: 700px;
}
	

}



	


