.cont_quienes
{
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	/*background-image: url('../../img/quienes.jpg');*/
	min-height: 500px;
	position: relative;
	text-align: center;
}
.quienes_texto
{
	color: white;
	width: 100%;
	top:200px;
	position: absolute;
	font-family: 'kazimir_medium';
}
.quienes_texto h1
{
	font-size: 182px;
	line-height: 220px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.quienes_texto2
{
	color: #585958;
    width: 800px;
    float: right;
    text-align: left;
    position: absolute;
    font-family: 'museo_sans500';
	font-size: 26px;
	line-height: 28px;
	letter-spacing: 1px;
	bottom: 120px;
	right: 120px;
}
.quienes_texto2 span
{
	font-family: 'museo_sans900';
}

@media screen and (max-width: 2300px),(max-height: 1200px) {
	.quienes_texto 
	{
	    padding-top: 140px;
	    top: 80px;
	}
	.quienes_texto h1 
	{
	    font-size: 100px;
	    line-height: 130px;
	}
	.quienes_texto2
	{
		font-size: 20px;
    	line-height: 24px;
    	right: 120px;
    	bottom: 100px;
	}
}
@media screen and (max-width: 1750px),(max-height: 1000px) {
	.quienes_texto 
	{
	    padding-top: 100px;
	    top: 50px;
	}
	.quienes_texto2
	{
		font-size: 18px;
    	line-height: 22px;
    	right: 100px;
    	bottom: 80px;

	}
}
@media screen and (max-width: 1400px),(max-height: 800px) {
	.quienes_texto 
	{
	    padding-top: 40px;
	}
	.quienes_texto h1 
	{
	    font-size: 60px;
	    line-height: 80px;
	}
	.quienes_texto2
	{
		font-size: 15px;
    	line-height: 20px;
    	right: 20px;
    	bottom: 20px;
    	width: 520px;
	}
}
@media screen and (max-width: 1050px),(max-height: 700px) {
	
}
@media screen and (max-width: 950px),(max-height: 600px) {
	.quienes_texto 
	{
	    padding-top: 0px;
	}
	.quienes_texto h1 
	{
	    font-size: 40px;
	    line-height: 60px;
	}
	.quienes_texto2
	{
		font-size: 10px;
    	line-height: 13px;
    	right: 20px;
    	bottom: 20px;
    	width: 350px;
	}
}
@media screen and (max-width: 800px),(max-height: 500px) {
	.quienes_texto2
	{
    	width: 50%;
	}
}
@media screen and (max-width: 700px) {
	.cont_quienes{ background: #c6c4b8 !important;}
}
@media screen and (max-width: 500px) {

	.quienes_texto 
	{
	    padding-top: 0px;
	}
	.quienes_texto h1 
	{
	    font-size: 40px;
	    line-height: 50px;
	}
	.quienes_texto2
	{
		font-size: 8px;
    	line-height: 10px;
    	right: 10px;
    	bottom: 15px;
	}
	.quienes_texto2
	{
    	width: 55%;
	}
}