#imagen-banner-6{
	width: 100%;
	display: block;
	position: relative;
	background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    z-index: 1;
    margin-bottom: 50px;
}
#imagen-banner-6::before {
    width: 100%;
    content: " ";
    background-image: url('../../cf-admin/contenido/assets/quienes.png');
    position: absolute;
    left: 0%;
    bottom: -1px;
    height: 110px;
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    z-index: 3;
}
#imagen-banner-6-capa{
	width: 100%;
	height: 100%;
	position: relative;
	top:0;
	left: 0;
	background-image: linear-gradient(to right, rgba(140,181,209,.1), rgba(116,164,199,.15), rgba(93,148,188,.7), rgba(68,131,178,1), rgba(38,115,168,1));
	padding:200px 5% 220px 5%;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}
#imagen-banner-6-titulo{
	width: 51%;
	height: auto;
	text-align: center;
	color: rgba(255,255,255,1);
	font-size: 31px;
	font-family: 'Titulo',helvetica,verdana,sans-serif;
	position: relative;
	display: block;
	text-transform: uppercase;
	letter-spacing: var(--espaciado-titulos);
}
#imagen-banner-6-capa p{
	font-size: 17px;
	line-height: 1.5em;
	color: rgba(255,255,255,1);
	font-family: 'Principal',helvetica,verdana,sans-serif;
	width: 51%;
	margin:50px 0px 20px 0px;
	text-align: center;

}
@media (max-width: 1000px){
	#imagen-banner-6{
		background-attachment: scroll;
	}
}

@media (max-width: 700px){
    #imagen-banner-6-titulo{
        width:100%;
    }
    #imagen-banner-6-capa{
        background-image:none;
        background-color:rgba(68,131,178,.7);
    }
	#imagen-banner-6-capa p{
		width: 100%;
	}
	
}	
@media (max-width: 550px){
	#imagen-banner-6-titulo{
		font-size: 17px;
	}
	#imagen-banner-6-capa p{
		font-size: 13px;
	}

}