@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: 'Roboto', 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: #f2f2f2;
}


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


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


nav{
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
	-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;
}


#logo{
	width:100%;
	position:relative;
	z-index:5;
	text-align: center;
	margin-bottom: 30px;
}


#logo img{
	width: 190px;
}



nav ul li{
	display: inline-block;
	padding: 0 25px;
}

nav ul li:nth-child(10), nav ul li:nth-child(11), nav ul li:nth-child(12), nav ul li:nth-child(13){
	padding: 0 5px;
}

nav ul li a{
	color: #2d2663;
	font-size: 13px;
	font-weight: 300;
	line-height: 40px;
	display: block;
	text-decoration: none;
	border: 0;
	background: none;
}

nav ul li a:hover{
	color: #ac208d;
}

nav ul li a.active{
	color: #ac208d;
	font-weight: 700;
}

nav ul li img{
	margin-bottom: -5px;
}

nav ul li img:hover{
	opacity: 0.8;
	transform: scale(1.2);
	-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;
}


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


.slider{
	scroll-behavior: smooth;
}



.slider #slider2{
	display: none;
}


.bienvenida{
	padding: 100px 25%;
	text-align: center;
}


.hacemos{
	width: 100%;
	padding: 50px 0;
	text-align: center;
}

.que{
	width: 31%;
	margin: 0 1%;
	float: left;
	text-align: center;
}

.que img{
	margin-bottom: 20px;
	-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;
}

.que img:hover{
	filter: grayscale(70%);
	transform: scale(1.03);
}


.bg-azul{
	background: #2d2663;
	padding: 10px 15px;
	border-radius: 30px;
}

.bg-rosa{
	background: #ac208d;
	padding: 10px 15px;
	border-radius: 30px;
}

.bg-azul:hover{
	background: #ac208d;
}

.bg-rosa:hover{
	background: #2d2663;
}

.blanco{
	color: white;
}


.servicios{
	width: 90%;
	padding: 50px 5%;
	text-align: center;
}

footer{
	width: 90%;
	padding: 50px 5%;
	border-bottom: 15px solid #ac208d;
	background: #2d2663;
	text-align: center;
}

footer h2, footer a, footer p{
	color: white;
}

footer h2{
	font-size: 16px;
	line-height: 36px;
	font-weight: 500;
}

.menufooter a{
	font-size: 13px;
	font-weight: 300;
	display: block;
	line-height: 18px;
	margin-bottom: 10px;
}

footer li{
	display: inline-table;
	margin-right: 40px;
	text-align: left;
}

.menufooter, .menufooter2{
	display: inline-table;
}

.menufooter2{
	border-left: 1px solid white;
	margin-left: 50px;
	padding-left: 50px;
	text-align: left;
}

.menufooter2 img{
	margin: 0 5px;
	margin-bottom: -8px;
}


hr{
	border-top: 1px solid #ac208d;
	border-bottom: 0;
	margin: 40px auto;
	width: 15%;
}


h1{
	font-size: 31px;
	line-height: 41px;
	color: #ac208d;
	font-weight: 300;
	letter-spacing: 2px;
}



p{
	font-size: 16px;
	line-height: 24px;
	color: #333;
	font-weight: 300;
}


a{
	font-size: 16px;
	line-height: 24px;
	color: inherit;
	text-decoration: none;
	margin: 0;
	letter-spacing: 1px;
	display: inline-block;
}



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


.consultor{
	padding: 10px 5%;
	text-align: left;
}

.dos{
	background: #f2f2f2;
	height: 310px;
	margin-bottom: 20px;
}

.dos p{
	color: #2D2663;
	padding: 10%;
	font-size: 30px;
	line-height: 36px;
}

.dos:nth-child(even) p{
	color: #ac208d;
}


/*––––––––––––––––––––––––––––––––––––servicios––––––––––––––––––––––––––––––––––––*/


.servDesc{
	text-align: left;
	padding: 20px 40px;
	margin-bottom: 40px;
}

.que.nofloat{
	float: none;
	margin: 0 auto;
}


.col50{
	width: 49%;
	margin: 0 1% 0 0;
	float: left;
}

.col50.mar{
	margin: 0 0 0 1%;
}


.col50 p{
	padding: 10px 5%;
	text-align: left;
}

.col50 h1{
	margin-top: 15px;
	text-align: left;
	padding: 0 5%;
}

/*––––––––––––––––––––––––––––––––––––metodologia––––––––––––––––––––––––––––––––––––*/


.metodologia1, .metodologia2{
	padding: 40px 0;
}

.metodologia2{
	display: none;
}


/*––––––––––––––––––––––––––––––––––––hacemos––––––––––––––––––––––––––––––––––––*/



.Quehacemos{
	width: 100%;
	background: #f3f3f3;
}

.hacemosFoto{
	width: 50%;
	float: left;
}

.hacemosTexto{
	width: 50%;
	float: left;
}

.hacemosFoto.derecha{
	float: right;
}


/*––––––––––––––––––––––––––––––––––––alianzas––––––––––––––––––––––––––––––––––––*/


.alianzas{
	width: 90%;
	padding: 50px 5%;
	text-align: center;
}

.alianzas img{
	height: 180px;
	margin: 0 15px;
	display: inline-block;
	-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;
}


.alianzas img:hover{
	filter: grayscale(70%);
	transform: scale(1.03);
}

.bienvenida2{
	padding: 100px 25% 0px 25%;
	text-align: center;
}

#content{
	padding: 5% 10%;
	text-align: center;
}


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

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

.campo:focus{
	color: white;
	background: #2d2663;
}

.campo2:hover{
	background: #ac208d;
}

::placeholder{
	color: white;
}


@media only screen and (min-width:0px) and (max-width:767px){
	
	#vid{
		height: 300px;
	}

header{
	width: 100%;
	top:20px;
	position: relative;
}


nav{
	width: 100%;
	height: 50px;
	background: #f2f2f2;
	padding-top: 10px;
	overflow: hidden;
}
	
nav.active{
	height: 410px;
}


#logo{
	width:100%;
	margin-bottom: 10px;
	padding: 10px 0;
}
	
#logo img{
	width: 150px;
}

nav ul li{
	display: block;
	padding: 0;
	width: 100%;
}

nav ul li:nth-child(10), nav ul li:nth-child(11), nav ul li:nth-child(12), nav ul li:nth-child(13){
	padding: 0 0px;
	display: inline-block;
	width: auto;
}
	

nav ul li a{
	font-size: 11px;
	line-height: 40px;
}


nav ul li img:hover{
	opacity: 0.8;
	transform: scale(1.2);
}
	
nav ul li a#menuiphone{
	display: block;
}

.slider #slider{
	display: none;
}
	
.slider #slider2{
	display: block;
}

	

.bienvenida{
	padding: 50px 15%;
}
	
.bienvenida2{
	padding: 100px 15% 0px 15%;
	text-align: center;
}


.hacemos{
	width: 100%;
	padding: 40px 0;
}

.que{
	width: 100%;
	margin: 0 0%;
	margin-bottom: 40px;
}

.que img{
	width: 80%;
	margin-bottom: 20px;
}


.bg-azul{
	padding: 10px 15px;
	border-radius: 30px;
}

.bg-rosa{
	padding: 10px 15px;
	border-radius: 30px;
}


.servicios{
	width: 90%;
	padding: 30px 5%;
}

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


footer h2{
	font-size: 12px;
	line-height: 32px;
}

.menufooter a{
	font-size: 10px;
	line-height: 15px;
	margin-bottom: 10px;
	letter-spacing: 0;
}

footer li{
	margin-right: 20px;
}
	
.menufooter{
	display: none;
}

.menufooter2{
	margin-left: 0px;
	padding-left: 0px;
	border: 0;
	width: 100%;
	text-align: center;
}

.menufooter2 img{
	margin: 0 5px;
	margin-bottom: -8px;
}


hr{
	margin: 40px auto;
	width: 15%;
}


h1{
	font-size: 25px;
	line-height: 35px;
	letter-spacing: 2px;
}


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


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

.metodologia1{
	display: none;
}

.metodologia2{
	display: block;
}

/*––––––––––––––––––––––––––––––––––––hacemos––––––––––––––––––––––––––––––––––––*/



.Quehacemos{
	width: 100%;
	background: #f3f3f3;
}

.hacemosFoto{
	width: 100%;
	float: left;
}

.hacemosTexto{
	width: 100%;
	float: left;
}

.hacemosFoto.derecha{
	float: right;
}
	
	
	
.col50{
	width: 100%;
	margin: 0 0% 0 0;
	float: left;
	margin-bottom: 20px;
}

.col50.mar{
	margin: 0 0 0 0%;
}


.col50 p{
	padding: 10px 0%;
	text-align: left;
}

.col50 h1{
	margin-top: 15px;
	text-align: left;
	padding: 0 0%;
}
	
.dos p{
	font-size: 18px;
	line-height: 24px;
}
	
.dos{
	height: auto;
	margin-bottom: 20px;
}
	

}


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

header{
	width: 100%;
	top:20px;
}


nav{
	width: 100%;
}


#logo{
	width:100%;
	margin-bottom: 10px;
}
	
#logo img{
	width: 160px;
	display: block;
	margin-top: 50px;
}

nav ul li{
	display: inline-block;
	padding: 0 7px;
}

nav ul li:nth-child(10), nav ul li:nth-child(11), nav ul li:nth-child(12), nav ul li:nth-child(13){
	padding: 0 0px;
}

nav ul li a{
	font-size: 11px;
	line-height: 40px;
	letter-spacing: 0;
}


nav ul li img:hover{
	opacity: 0.8;
	transform: scale(1.2);
}
	
	
.slider #slider{
	display: none;
}
	
.slider #slider2{
	display: block;
}


.bienvenida{
	padding: 50px 25%;
}


.hacemos{
	width: 100%;
	padding: 40px 0;
}

.que{
	width: 31%;
	margin: 0 1%;
}

.que img{
	margin-bottom: 20px;
}


.bg-azul{
	padding: 10px 15px;
	border-radius: 30px;
}

.bg-rosa{
	padding: 10px 15px;
	border-radius: 30px;
}


.servicios{
	width: 90%;
	padding: 30px 5%;
}

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


footer h2{
	font-size: 12px;
	line-height: 32px;
}

.menufooter a{
	font-size: 10px;
	line-height: 15px;
	margin-bottom: 10px;
	letter-spacing: 0;
}

footer li{
	margin-right: 20px;
}
	
.menufooter{
	display: none;
}

.menufooter2{
	margin-left: 0px;
	padding-left: 0px;
	border: 0;
	width: 100%;
	text-align: center;
}

.menufooter2 img{
	margin: 0 5px;
	margin-bottom: -8px;
}


hr{
	margin: 40px auto;
	width: 15%;
}


h1{
	font-size: 25px;
	line-height: 35px;
	letter-spacing: 2px;
}


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


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

.metodologia1{
	display: none;
}

.metodologia2{
	display: block;
}
	
.dos p{
	font-size: 18px;
	line-height: 24px;
}

.dos{
	width: 48%;
	height: 210px;
	margin-bottom: 20px;
}

	

}

@media only screen and (min-width:1024px) and (max-width:1300px){

header{
	width: 100%;
	top:20px;
}


nav{
	width: 100%;
}


#logo{
	width:100%;
	margin-bottom: 10px;
}


nav ul li{
	display: inline-block;
	padding: 0 12px;
}

nav ul li:nth-child(10), nav ul li:nth-child(11), nav ul li:nth-child(12), nav ul li:nth-child(13){
	padding: 0 5px;
}

nav ul li a{
	font-size: 13px;
	line-height: 40px;
	letter-spacing:0;
}


nav ul li img:hover{
	opacity: 0.8;
	transform: scale(1.2);
}


.bienvenida{
	padding: 70px 25%;
}


.hacemos{
	width: 100%;
	padding: 40px 0;
}

.que{
	width: 31%;
	margin: 0 1%;
}

.que img{
	margin-bottom: 20px;
}


.bg-azul{
	padding: 10px 15px;
	border-radius: 30px;
}

.bg-rosa{
	padding: 10px 15px;
	border-radius: 30px;
}


.servicios{
	width: 90%;
	padding: 40px 5%;
}

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


footer h2{
	font-size: 12px;
	line-height: 32px;
}

.menufooter a{
	font-size: 10px;
	line-height: 15px;
	margin-bottom: 10px;
	letter-spacing: 0;
}

footer li{
	margin-right: 20px;
}

.menufooter2{
	margin-left: 30px;
	padding-left: 30px;
}

.menufooter2 img{
	margin: 0 5px;
	margin-bottom: -8px;
}


hr{
	margin: 40px auto;
	width: 15%;
}


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


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


a{
	font-size: 15px;
	line-height: 23px;
}
	
.dos p{
	font-size: 18px;
	line-height: 24px;
}

.dos{
	height: 210px;
	margin-bottom: 20px;
}

	

}

@media only screen and (min-width:1300px) and (max-width:1500px){

header{
	width: 100%;
	top:25px;
}



#logo{
	width:100%;
	margin-bottom: 10px;
}


nav ul li{
	display: inline-block;
	padding: 0 20px;
}

nav ul li:nth-child(10), nav ul li:nth-child(11), nav ul li:nth-child(12), nav ul li:nth-child(13){
	padding: 0 5px;
}

nav ul li a{
	font-size: 13px;
	line-height: 40px;
}


nav ul li img:hover{
	opacity: 0.8;
	transform: scale(1.2);
}




footer h2{
	font-size: 14px;
	line-height: 34px;
}

.menufooter a{
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 10px;
}

footer li{
	margin-right: 30px;
}

.menufooter2{
	margin-left: 40px;
	padding-left: 40px;
}

.menufooter2 img{
	margin: 0 5px;
	margin-bottom: -8px;
}

.dos p{
	font-size: 20px;
	line-height: 26px;
}

.dos{
	height: 210px;
}

}


	


