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

@font-face {

  font-family: 'Sk-Bold';
  src: url('../Fonts/Sk-Modernist-Bold.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
	
}

@font-face {

  font-family: 'Sk-Regular';
  src: url('../Fonts/Sk-Modernist-Regular.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
	
}

* {
	margin:0;
	padding:0;
	box-sizing:border-box;
    text-decoration: none;
	list-style: none;

}

a:link { text-decoration: none; }


/* Bloque 1 */


.Bloque1 {
	
	width: 100%;
	height:  700px;
	display: block;

}

.Bloque1-Color {
	
	width: 50%;
	height: 700px;
	float: left;
	background-color: #fff;
	
}


.Content-Textos-Bloque1 {
	
	width: 60%;
	text-align: left;

}



.Title-Bloque1 {
	
	font-family: 'Sk-Bold', sans-serif;
	color: #C52825;
	font-size: 38px;
	margin-top: 70px;
	padding-bottom: 35px;
	letter-spacing: 2px;
	
}


.Text-Bloque1 {
	
	font-family: 'Sk-Regular', sans-serif;
	color: #053051;
	font-size: 19px;
	font-weight: 400;
	line-height: 26px;
	padding-bottom: 40px;

}


.SubText-Bloque1 {
	
	font-family: 'Sk-Regular', sans-serif;
	color: #053051;
	font-size: 16px;
	font-weight: 200;
	line-height: 26px;
	padding-bottom: 25px;

}




.Imagen-Bloque1 {

	background:url(../img/bloque1.png) 50% 0 no-repeat ;
    background-size:cover;
	margin: 0 auto;
	padding: 0;
	background-position: left;
	float: right;
	height: 700px;
	width: 50%;

}





/* Bloque 2 */


.Bloque2 {
	
	width: 100%;
	height:  700px;
	display: block;
	
}

.Bloque2-Color {
	
	width: 50%;
	height: 700px;
	float: right;
	background-color: #C52825;
	
}


.Content-Textos-Bloque2 {
	
	width: 60%;
	text-align: left;

}



.Title-Bloque2 {
	
	font-family: 'Sk-Bold', sans-serif;
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	margin-top: 150px;
	padding-bottom: 15px;
	letter-spacing: 2px;
	
}



.Text-Bloque2 {
	
	font-family: 'Sk-Regular', sans-serif;
	color: #fff;
	line-height: 26px;
	font-size: 19px;
	font-weight: 400;

}

.SubText-Bloque2 {
	
	font-family: 'Sk-Regular', sans-serif;
	color: #fff;
	font-size: 16px;
	font-weight: 200;
	line-height: 26px;
	padding-bottom: 25px;

}



.Imagen-Bloque2 {

	background:url(../img/bloque2.png) 50% 0 no-repeat ;
    background-size:cover;
	margin: 0 auto;
	padding: 0;
	background-position: right;
	float: right;
	height: 700px;
	width: 50%;

}




/* Bloque 3 */


.Bloque3 {
	
	width: 100%;
	height:  700px;
	display: block;
	
}

.Bloque3-Color {
	
	width: 50%;
	height: 700px;
	float: left;
	background-color: #fff;
	
}


.Content-Textos-Bloque3 {
	
	width: 60%;
	text-align: left;

}



.Title-Bloque3 {
	
	font-family: 'Sk-Bold' ;
	color: #C52825;
	font-size: 36px;
	margin-top: 120px;
	padding-bottom: 15px;
	letter-spacing: 2px;
	
}


.Text-Bloque3 {
	
	font-family: 'Sk-Regular', sans-serif;
	color: #053051;
	font-size: 18px;	
	line-height: 26px;
	font-size: 19px;
	font-weight: 400;

}

.SubText-Bloque3 {
	
	font-family: 'Sk-Regular', sans-serif;
	color: #053051;
	font-size: 16px;
	font-weight: 200;
	line-height: 26px;
	padding-bottom: 25px;

}



.Imagen-Bloque3 {

	background:url(../img/emprendedores.png) 50% 0 no-repeat ;
    background-size:cover;
	margin: 0 auto;
	padding: 0;
	background-position: right;
	float: left;
	height: 700px;
	width: 50%;

}





@media (max-width:1060px) {
	
	/* Bloque 1 */


.Bloque1 {
	
	width: 100%;
	height:  700px;
	display: block;

}

.Bloque1-Color {
	
	width: 50%;
	height: 700px;
	float: left;
	background-color: #fff;
	
}


.Content-Textos-Bloque1 {
	
	width: 80%;
	text-align: left;

}



.Title-Bloque1 {
	
	font-size: 28px;
	font-weight: 700;
	margin-top: 150px;
	padding-bottom: 15px;
	letter-spacing: 2px;
	
}


.Text-Bloque1 {
	
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;

}


.SubText-Bloque1 {
	1;
	font-size: 14px;
	font-weight: 200;
	line-height: 26px;
	padding-bottom: 25px;

}




.Imagen-Bloque1 {

	background:url(../img/bloque1.png) 50% 0 no-repeat ;
    background-size:cover;
	margin: 0 auto;
	padding: 0;
	background-position: left;
	float: right;
	height: 700px;
	width: 50%;

}





/* Bloque 2 */


.Bloque2 {
	
	width: 100%;
	height:  700px;
	display: block;
	
}

.Bloque2-Color {
	
	width: 50%;
	height: 700px;
	float: right;
	
}


.Content-Textos-Bloque2 {
	
	width: 80%;
	text-align: left;

}



.Title-Bloque2 {
	
	font-size: 28px;
	font-weight: 700;
	margin-top: 150px;
	padding-bottom: 15px;
	letter-spacing: 2px;
	
}



.Text-Bloque2 {
	
	color: #fff;
	line-height: 26px;
	font-size: 16px;
	font-weight: 400;

}

.SubText-Bloque2 {
	
	color: #fff;
	font-size: 14px;
	font-weight: 200;
	line-height: 26px;
	padding-bottom: 25px;

}



.Imagen-Bloque2 {

	background:url(../img/bloque2.png) 50% 0 no-repeat ;
    background-size:cover;
	margin: 0 auto;
	padding: 0;
	background-position: right;
	float: right;
	height: 700px;
	width: 50%;

}




/* Bloque 3 */


.Bloque3 {
	
	width: 100%;
	height:  700px;
	display: block;
	
}

.Bloque3-Color {
	
	width: 50%;
	height: 700px;
	float: left;
	background-color: #fff;
	
}


.Content-Textos-Bloque3 {
	
	width: 80%;
	text-align: left;

}



.Title-Bloque3 {
	
	font-size: 28px;
	font-weight: 700;
	margin-top: 60px;
	padding-bottom: 15px;
	letter-spacing: 2px;
	
}


.Text-Bloque3 {
	
	font-size: 18px;	
	line-height: 16px;
	font-size: 19px;
	font-weight: 400;

}

	
.SubText-Bloque3 {
	
	font-size: 14px;
	font-weight: 200;
	line-height: 26px;
	padding-bottom: 25px;

}



.Imagen-Bloque3 {

	background:url(../img/emprendedores.png) 50% 0 no-repeat ;
    background-size:cover;
	margin: 0 auto;
	padding: 0;
	background-position: right;
	float: left;
	height: 700px;
	width: 50%;

}



	
560}




@media (max-width:892px) {
	
	
	
/* Bloque 1 */


.Bloque1 {
	
	width: 100%;
	height:  auto;
	display: block;
	

}

.Bloque1-Color {
	
	width: 100%;
	height: auto;
	background-color: #fff;
	
}


.Content-Textos-Bloque1 {
	
	width: 90%;
	text-align: left;

}



.Title-Bloque1 {
	
	font-size: 28px;
	font-weight: 700;
	margin-top: 50px;
	padding-bottom: 15px;
	letter-spacing: 2px;
	
}


.Text-Bloque1 {
	
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;

}


.SubText-Bloque1 {

	font-size: 14px;
	font-weight: 200;
	line-height: 26px;
	padding-bottom: 25px;

}




.Imagen-Bloque1 {

	display: none;

}





/* Bloque 2 */


.Bloque2 {
	
	width: 100%;
	height:  auto;
	display: inline-block;
	
}

.Bloque2-Color {
	
	width: 100%;
	height: auto;
	float: none;
	background-color: #053051;
	
}


.Content-Textos-Bloque2 {
	
	width: 90%;
	text-align: left;

}



.Title-Bloque2 {

	font-size: 28px;
	font-weight: 700;
	margin-top: 50px;
	padding-bottom: 15px;
	letter-spacing: 2px;
	
}



.Text-Bloque2 {
	

	line-height: 26px;
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 90px;

}
	

.SubText-Bloque2 {
	

	font-size: 14px;
	font-weight: 200;
	line-height: 26px;
	padding-bottom: 25px;

}



.Imagen-Bloque2 {

	display: none

}




/* Bloque 3 */


.Bloque3 {
	
	width: 100%;
	height:  auto;
	display: inline-block;
	
}

.Bloque3-Color {
	
	width: 100%;
	height: auto;
	float: none;
	background-color: #fff;
	
}


.Content-Textos-Bloque3 {
	
	width: 90%;
	text-align: left;

}



.Title-Bloque3 {
	
	font-size:28px;
	font-weight: 700;
	margin-top: 60px;
	letter-spacing: 2px;
	
}


.Text-Bloque3 {
	
	font-size: 16px;	
	line-height: 26px;
	font-size: 19px;
	font-weight: 400;

}

.SubText-Bloque3 {
	
	font-size: 16px;
	font-weight: 200;
	line-height: 26px;
	padding-bottom: 25px;

}



.Imagen-Bloque3 {

	display: none;

}




	
}



