.cont_proyectos
{
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url('../../img/proyectos.jpg');
	min-height: 500px;
	text-align: center;
	position: relative;
}
.proyectos_texto
{
	position: absolute;
	color: white;
    width: auto;
    top: 200px;
    left: 190px;
    font-family: 'kazimir_medium';
}
.proyectos_texto h1
{
	font-size: 187px;
	line-height: 225px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: left;
}
.cont_entrar1
{
	/* margin-right: auto; */
	margin-top: 120px;
    /* width: 100px; */
    font-size: 49px;
    letter-spacing: 4px;
    cursor: pointer;
    color: white;
    font-family: 'kazimir_medium';
    display: inline-block;
}
.raya1
{
	width: 100%;
	height: 2px;
	/* margin-left: auto; */
	/* margin-right: auto; */
	background-color: white;
}
.entrar1
{
	text-align: left;
	line-height: 100px;
}
.proyectos_texto2
{
	color: white;
    width: 800px;
    text-align: left;
    font-family: 'museo_sans500';
	font-size: 26px;
	line-height: 28px;
	letter-spacing: 1px;
	margin-top: 50px;
}
.proyectos_texto2 span
{
	font-family: 'museo_sans900';
}
@media screen and (max-width: 2300px),(max-height: 1200px) {
	.proyectos_texto h1
	{
		font-size: 100px;
    	line-height: 130px;
	}	
	.cont_entrar1
	{
		margin-top: 80px;
	}	
	.proyectos_texto2
	{
		font-size: 20px;
    	line-height: 24px;
	}
}
@media screen and (max-width: 1750px),(max-height: 1000px) {
	
}
@media screen and (max-width: 1400px),(max-height: 800px) {
	.proyectos_texto h1
	{
		font-size: 80px;
    	line-height: 100px;
	}
	.cont_entrar1
	{
		margin-top: 40px;
		font-size: 40px;
	}
	.proyectos_texto
	{
		top: calc(50% - 250px);
    	left: 100px;
	}
	.raya1
	{
		width: 125px;
	}
	.entrar1
	{
		line-height: 80px;
	}
	.proyectos_texto2
	{
		font-size: 15px;
    	line-height: 24px;
    	width: 600px;
	}
}
@media screen and (max-width: 1050px),(max-height: 700px) {
	
}
@media screen and (max-width: 950px),(max-height: 600px) {
	.proyectos_texto h1
	{
		font-size: 60px;
    	line-height: 80px;
	}	
	.cont_entrar1
	{
		margin-top: 20px;
		font-size: 30px;
	}
	.proyectos_texto 
	{
		top: calc(50% - 200px);
    	left: 60px;
	}
	.raya1
	{
		width: 80px;
	}
	.entrar1
	{
		line-height: 60px;
	}
	.proyectos_texto2
	{
		font-size: 12px;
    	line-height: 20px;
    	width: 480px;
	}
}

@media screen and (max-width: 800px),(max-height: 500px) {

	
}
@media screen and (max-width: 700px) {
	
}
@media screen and (max-width: 500px) {
	.proyectos_texto2 br{ display: none !important;
		
	}
	.proyectos_texto h1
	{
		font-size: 40px;
    	line-height: 50px;
	}
	.cont_entrar1
	{
		margin-top: 20px;
		font-size: 20px;
	}
	.raya1
	{
		width: 60px;
	}
	.proyectos_texto 
	{
		top: 100px;
    	left: 60px;
	}
	.proyectos_texto2
	{
		font-size: 10px;
    	line-height: 13px;
    	width: 190px;
	}
}