@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(http://weloveiconfonts.com/api/?family=fontawesome|typicons);
[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
}

@font-face {
    font-family: RalewayBold;
    src: url(Raleway-Bold.ttf);
}

@font-face {
    font-family: RalewayLight;
    src: url(Raleway-Light.ttf);
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
	background-image: url("fondo.jpg");
	background-repeat: no-repeat; 
	
	background-size: 100% 110%;
	/*background: black;*/
}


/**************Titulo****************/


h2,h4,a ,.pipe{
    font-family: RalewayBold;
    src: url(Raleway-Bold.ttf);
}

header {
    width: 100%;
    height: 65px;
    /*background: #336535;*/
	background: black;
    color: white;
    position: absolute;
    top: 150;
    left: 0;
	/*border-top-style: solid;
	border-top-width: 7px;
	border-bottom-style: solid;
	border-bottom-width: 7px;*/
	margin-top: 7px;
	border-color: rgba(203,204,0,0.4);
	background-clip: padding-box;
    z-index: 100;
}

.socialition{
    /*background: #333;*/
    color: #fff;
    top: 0;
	float: right;
	margin: auto;
	margin-top: 45px;
	margin-right: 50px;
}

.logo , .imglogo{
	float: left;
	width: 120px;
    height: 120px;
	margin-left: 20px;
	margin-top: 10px;
}

.contenedor {
    width: 98%;
    margin: auto;
}

.socialink {
	float: left;
	margin: 10px;

}

.social {
	width: 55px;
    height: 55px;

}

@media (min-width:1024px) {
    .contenedor {
        width: 1000px;
    }
}

#menu-bar {
    display: none;
}

header label {
    float: right;
    font-size: 58px;
    margin: 6px 0;
    cursor: pointer;
}



/*******************MENU********************/

.menu {
	position: static;
	width: auto;
	height: auto;
	transform: translateX(0%);
	float: center;
	display: flex;
	padding-left: 23px;
	padding-right: 23px;
}

header label { 
	display: none;
}


.menu ul{
	/*background: #336535;*/
	background: black;
	display: flex;
	list-style: none;
}


.menu ul ul {
	display: none;
}


.pipe {
	padding-top: 25px;
}

.menu a {
	border: none;
	padding-left: 40px;
	padding-right: 40px;
	color: white;
	text-decoration: none;
	padding: 25px;
	padding-left: 40px;
	padding-right: 40px;
	height: 65px;
	display: block;
}


.menu a:hover {
    background: rgba(255,255,255,0.3);
}

.menu ul li ul{
	position: absolute;
}


.menu ul li:hover ul {
	display: none;
	position: absolute;
}

@media (max-width : 1024px) {
	.pipe {
		display: none;
	}
}


@media (max-width:1024px) {
	header label {
	display: block;
	}
		
	.menu {
		position: absolute;
		top: 65px;
		left: 0;
		width: 100%;
		/*height: 100vh;*/
		background: rgba(51,51,51,1);
		transition: all 0.5s;
		transform: translateX(-100%);
		font-size: 240%;
	}

	.menu ul{
		display: block;
		background: rgba(51,51,51,0.9);
		width: 100%;
		margin: 0;
	}

	.menu ul li ul{
		position: static;
	}


	.menu ul li:hover ul{
		display: none;
		position: static;
	}


	#menu-bar:checked ~ .menu {
		transform: translateX(0%);
	}

	.menu ul ul{
		background: rgba(0,0,0,0.4);
	}

	.menu ul ul a {
		padding: 15px 40px;
	}

	.menu a{
		height: 100px;
	}

}


main {
	overflow: hidden;
}

main .class{
	height: auto;
}

#imagin{
	width: 100%;
	height: 250px;
}


/****************footer********************/


#descripcion{
	float: left;
	width: 35%;
	/*border: solid;*/
	background: #ACDCA6;
	opacity: 0.8;
	height: 520px;
	padding: 12px;
	padding-top: 20px;
	margin-top: 20px;
	
}

#descripcion ul{
	list-style: none;
}

.descrip{
	font-family: RalewayLight;
	font-weight: 900;
}

.titulo{
	font-family: RalewayBold;
}

#contenido{
	float: left;
	width: 63%;
	margin-top: 20px;
	/*border: solid;*/
	margin-bottom: 30px;
}

#fotos{
float: left;
width: 80%;
/*border: solid;*/
	
}

.imagensomos{
	width: 520px;
	height: 520px;
}

.contendimg{
	margin: auto;
	overflow: hidden;
	width: 82%;
}

.objetivo{
	font-size: 25px;
	font-family: RalewayLight;
	line-height: 1.2;
	
	/*text-align: justify;*/
    text-justify: inter-word;
}


@media (max-width:1024px) {
	
	.objetivo{
	font-size: 35px;
	line-height: 1.1;
	}
	
	#fotos{
	float: left;
	width: 96%;
	/*border: solid;*/
	}
	
	.contendimg{
	width:520px;
	margin: auto;
	/*border: solid;*/
	overflow: hidden;
	text-align: center;
	}
	
	#descripcion{
	float: left;
	width: 100%;
	/*border: solid;*/
	background: #ACDCA6;
	opacity: 0.8;
	height: 520px;
	padding: 12px;
	padding-top: 20px;
	margin-top: 20px;
	}
	
	#contenido{
	float: none;
	width: 100%;
	margin-top: 20px;
	/*border: solid;*/
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	}
	
}


footer{
	width: 100%;
   	height: 80px;
	background: #336535;
	/*border-top-style: solid;
	border-top-width: 7px;*/
	border-color: rgba(203,204,0,0.4);
	background-clip: padding-box;
}

.floating-box-left {
    display: inline-block;
    margin: 13px;
    /*border: 3px solid #73AD21;*/
	font-family: RalewayBold;
	color: white;
    src: url(Raleway-Bold.ttf);
}

.floating-box-right {
	padding-bottom: 10px;
    display: inline-block;
    margin: 20px;
    /*border: 3px solid #73AD21;  */
	float: right;
	font-family: RalewayBold;
	color: white;
    src: url(Raleway-Bold.ttf);
}

@media (max-width:1024px){
	
	.floating-box-left {
		font-size: 210%;
		text-align: center;
		
	}
	
	.floating-box-right {
		float: none;
		display: block;
		margin: 10px;
		text-align: center;
		font-size: 115%;
		float: none;
	}
	
	footer{
		height: 250px;
	}

}