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

#aboutus{
}
#aboutus .aboutus-logo{
	background: url("../images/logo-03.svg") no-repeat center left;
	background-size: contain;
	width: 30vw;
	height: 30vh;
	float: left;
}
#aboutus .aboutus-bar{
	width: 90%;
	height: auto;
	margin: auto;
	text-align: center;
}
#aboutus .aboutus-bar h1{
	display: none;
}
#aboutus .aboutus-goals{
	background: url("../images/aboutus-mayya-01.svg") no-repeat center center;
	background-size: contain;
	width: 40vw;
	height: 50vh;
	margin: 5vh auto;
	vertical-align: top;
}
#aboutus .aboutus-2cols{
	width: 46%;
	height: auto;
	display: inline-table;
	padding: 0 1.5%;
	text-align: left;

}
#aboutus .aboutus-col{	
	height: auto;
	padding: 0 1.5%;
	text-align: left;
	margin: auto;

}
#aboutus .aboutus-mision{
	border-top: 10px solid var(--yellow);
}
#aboutus .aboutus-vision{
	border-top: 10px solid var(--blue2);
}
#aboutus .aboutus-objetivos{
	border-top: 10px solid var(--green);
}
@media handheld, only screen and (max-width: 1000px) {
	#aboutus{

	}
	#aboutus .aboutus-mayya{
	}
	#aboutus .aboutus-logo{
		background: url("../images/logo-03.svg") no-repeat center center;
		background-size: contain;
		width: 90vw;
		height: 25vh;
		float:none;
		margin: auto;
	}
	#aboutus .aboutus-bar{
		width: 90%;
		height: auto;
		margin: auto;
		text-align: center;
	}
	#aboutus .aboutus-mision h1{
		display: block;
		border-bottom: 10px solid var(--yellow);
		color:var(--yellow);
		text-align: center;
	}
	#aboutus .aboutus-vision h1{
		display: block;
		border-bottom: 10px solid var(--blue2);
		color:var(--blue2);
		text-align: center;
	}
	#aboutus .aboutus-objetivos h1{
		display: block;
		border-bottom: 10px solid var(--green);
		color:var(--green);
		text-align: center;
	}
	#aboutus .aboutus-goals{
		display: none;
	}
	#aboutus .aboutus-2cols{
		width: 100%;
		display: block;
		padding: 0 1.5%;
		margin: auto;

	}
	#aboutus .aboutus-col{	
		padding: 0 1.5%;

	}
	#aboutus .aboutus-mision{
		border: none;
	}
	#aboutus .aboutus-vision{
		border: none;
	}
	#aboutus .aboutus-objetivos{
		border: none;
	}
}