section {
	margin-top: 2.5vw;
}
 
 h1, h2 {
	 text-align: left;
 }
 
 h1 { 
	font-size: 26px
 }
 
 #headerPrincipal {
	height: 70vh;
	overflow: hidden;
	position: relative;
	width: 100%;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
}

#imgFondo, #imgFondo2 {
	/*background-repeat: no-repeat;
    background-position: center center;*/
    background-attachment: fixed;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	position: absolute;
	width: 100%;
}

#clientes{
	/*margin-top: 50px;*/
	/*padding: 20px;*/
	text-align: center;
}

#insight{
	background-color: #222;
	margin: 0px;
	overflow: hidden;
	padding-bottom: 25px;
	padding-top:25px;
	
	width: 100%;
}

#insight table {
	width: 100%;
}

.elementosCentroInsight {
	/*display: flex;
	flex-wrap: wrap;
	/*height: 30vh;*/
	/*justify-content: space-around;*/
	width: 23.3333333333%;
}

#insight th, #insight td {
	/*line-height: 50px;*/
	text-align: center;
	/*width: 23.3333333333%;*/
}

#insight th {
	color: #9AFE2E;
	font-size: 2.375rem;
	font-weight: normal;
	text-align: center;
}

#insight td {
	color: #FFF;
	font-size: 0.75rem;
	font-weight: bold;
	/*padding-bottom: 20px;*/
}

#experiencia, #experienciaTxt {
	float: left;
	text-align: center;
	width: auto;
}

#proyectos, #proyectosTxt {
	float: right;
	text-align: center;
	width: auto;
}

#clientes {
	border-collapse: collapse;
	width: 100%;
	/*margin: auto;*/
	/*margin-top: 20px;*/
}

#clientes td {
	height: 75px;
	max-width: 150px;
	max-width: 300px;
	padding: 25px;
}

#clientes td img {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}

#sectionProyectos > h1 {
	margin-bottom: 20px;
	width: 100%;
}

#sectionProyectos, #divProyectos {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

#divProyectos {
	justify-content: space-between;
}

#sectionProyectos figure {	
	background-color: #FFF;
	/*margin: 20px;*/
	margin-bottom: 1.75vw;
	max-width: 650px;
}

#sectionProyectos figure img {
	height: auto;
	max-width: 650px;
	margin: 0px auto;
	width: 100%;
	text-decration: underline;
}

.textoProyectos {
	padding: 20px;
}

/*Tablet (hasta 1024)*/
@media screen and (min-width: 768px) and (max-width: 1024px) {	
	section {
		margin-top: 3vw;
	}
	
	 #textoHeaderPrincipal > h1 {
		font-size: 3rem;
		text-align: right;
	}
	
	#textoHeaderPrincipal > p {
		text-align: right;
	}
	
	#sectionProyectos figure {
		/*max-width: calc( 50% - 160px);*/
		flex: 1 1 35vw;
		margin-bottom: 2.5vw;
		max-width: 650px;
		justify-self: center;
	}

	#sectionProyectos figure img {
		height: auto;
		max-width: 650px;
		margin: 0px auto;
		width: 100%;
	}

	#sectionProyectos figure:nth-child(even) {
		margin-left: 1.5%;
	}
	
	#sectionProyectos figure:nth-child(odd) {
		margin-right: 1.5%;
	}
}

/*Pc (de 1024px en adelante)*/
@media screen and (min-width: 1024px) {	
	section {
		margin-top: 3vw;
	}

	.textoProyectos h1, .textoProyectos h2 {
		font-size: 20pt;
		text-align: left;
	}
	
	.textoProyectos p {
		font-size: 16pt;
		text-align: left;
	}
	
	#sectionProyectos figure {
		/*max-width: calc( 50% - 160px);*/
		flex: 1 1 35vw;
		margin-bottom: 3.75vw;
		max-width: 650px;
		justify-self: center;
	}

	#sectionProyectos figure:nth-child(even) {
		margin-left: 1.5%;
	}
	
	#sectionProyectos figure:nth-child(odd) {
		margin-right: 1.5%;
	}
}