div.cont1{
	width: 100%;
	min-width: 1200px;
	z-index: 4;
	background-color: rgba(255, 255, 255, 1);
}
div.c1_description_cont{
	height: 460px;
	background: -webkit-linear-gradient(white 94%, #00a295);
    background: -o-linear-gradient(white 94%, #00a295);
    background: -moz-linear-gradient(white 94%, #00a295);
    background: linear-gradient(white 94%, #00a295);
}
div.c1_desc_cont{
	width: 1100px;
	margin: 0 auto;
	height: 138px;
}
div.c1_desc_icons{
	width: 650px;
	height: 300px;
	margin: auto;
	overflow: hidden;
	padding-top: 25px;
}
div.c1_box{
	width: 200px;
	height: 250px;
	float: left;
	cursor: pointer;
	text-align: center;
	text-shadow: 0px 0px 5px #ffffff;
	transition: text-shadow 0.2s;
	-o-transition: text-shadow 0.2s;
    -ms-transition: text-shadow 0.2s;
    -moz-transition: text-shadow 0.2s;
    -webkit-transition: text-shadow 0.2s;
}
div.c1_box:hover{
	text-shadow: 0px 0px 5px #00a295;
}
img.c1_box_img{
	max-height: 150px;
	float: left;
}
div.c1_box_int{
	width: 25px;
	height: 400px;
	float: left;
}
div.c1_conocenos_cont{
	width: 100%;
	height: 680px;
	background: -webkit-linear-gradient(#00a295, white 4%, white 96%, #00a295);
    background: -o-linear-gradient(#00a295, white 4%, white 96%, #00a295);
    background: -moz-linear-gradient(#00a295, white 4%, white 96%, #00a295);
    background: linear-gradient(#00a295, white 4%, white 96%, #00a295);
}
div.c1_conocenos{
	width: 1000px;
	height: 680px;
	margin: auto;
}
div.c1_frase_cont{
	width: 100%;
	padding-top: 450px;	
}
div.c1_frase{
	background-color: rgba(255, 255, 255, 0.8);
	padding: 10px 10px 10px 10px;
	margin: 0px 10% 0px 60%;
}
div.c1_personal_cont{
	height: 392px;
	width: 800px;
	margin: auto;
}
div.c1_persona{
	padding-right: 50px;
	padding-left: 50px;
	height: 392px;
	width: 300px;
	float: left;
}
img.c1_img_nos{
	width: 300px;
	/*border-color: rgba(0, 162, 149, 0.5);
	border-style: outset;
	border-width: 4px;*/
}
div.c1_pers_desc{
	height: 50px;
	margin: auto;
	display: flex;
}
div.c1_pers_text{
	padding: 6px 50px 5px 50px;
	background-image: url('/logos/linkedin-s.png');
	background-repeat: no-repeat;
	background-size: 40px;
	margin: auto;
	display: flex;
}
img.c1_img_link{
	width: 40px;
}

div.c1_cont_r1{
	height: 600px;
	background-image: url('/bg/background9.jpg');
}
div.c1_cont_r2{
	height: 600px;
	background-image: url('/bg/background10.jpg');
}

h1.c1{
	line-height: 0.9;
	padding-top: 180px;
	font-weight: normal;
	font-family: 'Patrick Hand SC';
}
h1.c1_conocenos_title{
	padding-top: 40px;
	padding-bottom: 20px;
}
h1.c1_frasefinal{
	font-size: 50px;
	font-weight: normal;
    font-family: 'Permanent Marker';
	padding-top: 264px;
	color: white;
}

h2.c1{
	padding: 30px;
	font-style: italic;
}
h2.c1_desc{
	padding-bottom: 42px;
}
h3.c1_pers_desc{
	display: inline-block;
	text-align: center;
	line-height: 0.9;
	font-size: 17px;
	}
h3.c1_pers_desc span.c1_l2{
	font-size: 16px;
	font-weight: 400;
}
h3.c1_pers_desc span.y{
	font-family: 'Patrick Hand SC';
}
h3.c1_frase{
	color: rgba(24, 24, 24, 1);
	text-align: justify;
	font-family: 'Handlee';
}
h3.c1_conocenos_title{
	color: black;
}
h4.c1_pers_desc{
	display: inline-block;
	text-align: left;
	line-height: 0.9;
}
h4.c1_autor{
	color: rgba(48, 48, 48, 1);
	text-align: right;
	font-family: 'Handlee';
}

@media screen and (max-width: 1200px) {
	div.cont1{
		min-width: 760px;
	}
	div.c1_description_cont{
		height: 500px;
	}
	div.c1_desc_cont{
		width: 760px;
		height: 178px;
		margin: auto;
	}
	div.c1_frase_cont{
		padding-top: 420px;	
	}
	div.c1_frase{
		margin: 0px 10% 0px 40%;
	}
	div.c1_conocenos_cont{
		height: 722px;
	}
	div.c1_conocenos{
		width: 760px;
		height: 722px;
	}
	div.c1_personal_cont{
		height: 392px;
		width: 720px;
		margin: auto;
	}
	div.c1_persona{
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media screen and (max-width: 760px) {
	div.cont1{
		min-width: 200px;
	}
	div.c1_description_cont{
		height: auto;
	}
	div.c1_desc_cont{
		width: 100%;
		height: auto;
	}
	div.c1_desc_icons{
		width: 100%;
		height: auto;
		margin: auto;
		overflow: hidden;
		padding-top: 0px;
		padding-bottom: 30px;
	}
	div.c1_box{
		float: none;
		margin: auto;
		padding-bottom: 50px;
	}
	div.c1_box_int{
		display: none;
	}
	div.c1_frase_cont{
		padding-top: 360px;	
	}
	div.c1_frase{
		margin: 0px 10px 0px 10px;
	}
	div.c1_conocenos_cont{
		height: auto;
	}
	div.c1_conocenos{
		width: 100%;
		height: auto;
	}
	div.c1_personal_cont{
		height: auto;
		width: 100%;
		margin: auto;
		padding-bottom: 30px;
	}
	div.c1_persona{
		padding: 0px 10px 30px 10px;
		margin: auto;
		float: none;
		height: auto;
		max-width: 300px;
		width: auto;
	}
	img.c1_img_nos{
		width: 100%;
	}
	div.c1_pers_desc{
		height: auto;
	}
	
	h2.c1_desc{
		padding: 30px 30px 42px 30px;
	}
	div.c1_cont_r1{
		height: 500px;
		background-image: url('/bg/background9-m.jpg');
	}
	div.c1_cont_r2{
		height: 500px;
		background-image: url('/bg/background10-m.jpg');
	}
	h1.c1_frasefinal{
		padding-top: 214px;
	}
}