#content{
	height: auto !important;
}

.banner{
	display: none;
}

.company {
	width: 100%;	
}

.initial_info {
	width: 90%;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 50px;	
}

.initial_info h1{
	text-align: center;
	font-size: 50px;
	margin-bottom: 30px;
	font-family: Myriad-Pro Bold;
	margin-top: 20px;
}

.initial_info b {
	font-weight: bolder;
}

.values {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 50px;
	text-align: center;
}

.values h2{
	text-align: center;
	margin-bottom: 20px;
	font-family: Myriad-Pro Bold;
}

.values #mision {
	display: inline-block;
	width: 45%;
	border-right: 3px solid #000;
	padding-right: 4%;
}

.values #vision {
	display: inline-block;
	float: right;
	width: 45%;
}

.img-somos{
	width: 60%;
}

.img-responsive {
	width: 100%;
	height: auto;
}

.img-responsive-2 {
	width: 90%;
	height: auto;
}

.row::after {
	content: "";
	clear: both;
	display: table;
}
[class*="col-"] {
	float: left;
	padding: 15px;	
}

.col-4 {width: 33.33%;}

.col-8 {width: 66.67%;}

* {
  box-sizing: border-box;
}

@media screen and (max-width: 600px){
	.values {
		margin-bottom: 0;
	}

	.values #mision {
		width: 100%;
		border-right: none;
		padding-right: 0;
		border-bottom: 3px solid #000;
		padding-bottom: 4%;
		margin-bottom: 4%;
	}

	.values #vision {
		display: inline-block;
		float: right;
		width: 100%;
		margin-bottom: 40px;
	}
	
	.img-somos{
		width: 80%;
	}

	.col-4 {width: 100%;}

	.col-8 {width: 100%;}	
	
	.img-responsive-2 {
		width: 100%;
		height: auto;
	}	
}
