#bg-header{
	width: 100%;
	height: auto;
	margin-top:68px;
}

/*-- BANNERS --*/

.screen-md{
	display: none;
}

.screen-sm{
	display: none;
}

.screen-xs{
	display: none;
}

.wrapper-shapes{
	width: 100%;
	height: 300px;
	position: relative;
}

.wrapper-shapes img{
	width: 100%;
	height: auto;
}

.wrapper-shapes .shape-1{
	background: rgba(49,106,148,.8);
	width: 1000px;
	height: 1000px;
	position: relative;
	top: 0;
	-webkit-transform:rotate(-30deg);
	transform: rotate(-30deg);
}

/*#wrapper{
	margin-top: -250px;
}*/

#wrapper section{
	margin-bottom: 20px;
	text-align: justify;
}

#wrapper section h3{
	color: #19415d;
}

#wrapper section h4{
	color: #19415d;
	text-align: center;
	font-size: 1.3em;
}

#wrapper section h5{
	color: #19415d;
	font-size: 3em;
	text-align: center;
}

.section2 section .info .vision,
.section2 section .info .mision{
	width: 75%;
	height: 250px;
	padding: 2px 5px;

	text-align: center;

	display: block;
	margin: auto;
	margin-bottom: 40px;

	background: rgba(50,114,160,1);
	background: -moz-linear-gradient(45deg, rgba(50,114,160,1) 0%, rgba(45,68,95,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(50,114,160,1)), color-stop(100%, rgba(45,68,95,1)));
	background: -webkit-linear-gradient(45deg, rgba(50,114,160,1) 0%, rgba(45,68,95,1) 100%);
	background: -o-linear-gradient(45deg, rgba(50,114,160,1) 0%, rgba(45,68,95,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(50,114,160,1) 0%, rgba(45,68,95,1) 100%);
	background: linear-gradient(45deg, rgba(50,114,160,1) 0%, rgba(45,68,95,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3272a0', endColorstr='#2d445f', GradientType=1 );
	
	/*background: rgba(6,62,118,1);
	background: -moz-linear-gradient(45deg, rgba(6,62,118,1) 0%, rgba(7,33,73,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(6,62,118,1)), color-stop(100%, rgba(7,33,73,1)));
	background: -webkit-linear-gradient(45deg, rgba(6,62,118,1) 0%, rgba(7,33,73,1) 100%);
	background: -o-linear-gradient(45deg, rgba(6,62,118,1) 0%, rgba(7,33,73,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(6,62,118,1) 0%, rgba(7,33,73,1) 100%);
	background: linear-gradient(45deg, rgba(6,62,118,1) 0%, rgba(7,33,73,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#063e76', endColorstr='#072149', GradientType=1 );*/
}

.section2 section .info .vision h5,
.section2 section .info .mision h5{
	color: #fff;
	font-size: 2em;
	margin-bottom: -5px;
}

.section2 section .info .vision p,
.section2 section .info .mision p{
	color: #fff;
}

.segman-img{
	margin: auto;
	margin-bottom: 50px;
}

.titular_quienessomos{
	margin: auto;
}

.iso{
	max-width: 350px;
	margin: auto;
}

.bg-mv{
	background: #e8e8e8;
	padding: 10px 20px;
	max-width: 450px;
	display: block;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 
}


@media screen and (max-width: 921px){

	/*-- BANNERS--*/

	.screen-lg{
		display: none;
	}

	.screen-md{
		display: initial;
	}
}




@media screen and (max-width: 600px){
	.titular_quienessomos{
		display: none;
	}

	.titular-responsive{
		display: block;
		
	}

}

@media screen and (max-width: 677px){
	/*-- BANNERS--*/
	.screen-lg{
		display: none;
	}

	.screen-md{
		display: none;
	}

	.screen-sm{
		display: initial;
	}
}

@media screen and (max-width: 500px){
	.screen-sm{
		display: none;
	}

	.screen-xs{
		display: initial;
	}
}