.cont_personaliza
{
	width: 100%;
	text-align: center;
	position: relative;
}

/*.proyectos_texto2{ max-width: 500px !Important;}*/

.texto_bottom{ position: absolute; right: 30px; bottom: 70px;}

.cont_der
{
	width: 100%;
	height: 100%;
	float: right;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	/*background-image: url('../../img/personaliza.jpg');*/
	position: relative;
}
.cont_izq_text
{
	position: absolute;
	bottom: 200px;
	left: 80px;
	width: calc(100% - 160px);
	text-align: left;
}
.cont_izq p
{
	color: white;
	font-family: 'museo_sans500';
	line-height: 32px;
	font-size: 25px;
}

.entrar5{ color: #3f4042;border-top: 2px solid; display: inline-block;}

.cont_entrar5
{
	text-align: left;

    margin-top: 40px;
    /*max-width: 400px;*/
    font-size: 49px;
    letter-spacing: 4px;
    cursor: pointer;
    color: white;
    font-family: 'kazimir_medium';
    display: block;


}
.raya5
{
	width: 100%;
    height: 2px;
    margin-right: auto;
    /*background-color: #3f4042;*/
}
.cont_izq span
{
	font-family: 'museo_sans900';
}
.cont_der h1
{
	text-align: left;
	 width: 70%; left: 30%;
	top: 50%;
	margin-top: -420px;
	font-size: 190px;
	color: white;
	line-height: 220px;
	font-family: 'kazimir_medium';
	position: absolute;
}

@media screen and (max-width: 2300px),(max-height: 1200px) {
	.cont_der h1
	{
		font-size: 100px;
		line-height: 120px;

		margin-top: -300px;
	}
	.cont_izq p 
	{
	    line-height: 28px;
	    font-size: 20px;
	}
}
@media screen and (max-width: 1750px),(max-height: 1000px) {
	
}
@media screen and (max-width: 1400px),(max-height: 800px) {
	.cont_der h1
	{
		font-size: 60px;
		line-height: 90px;
		top:90px; margin-top: 0;
	}
	.cont_izq_text
	{
		bottom: 120px;
	    left: 20px;
	}
	.cont_izq p 
	{
	    line-height: 26px;
	    font-size: 18px;
	}
	.cont_entrar5
	{
	    font-size: 25px;
	}
}
@media screen and (max-width: 1050px),(max-height: 700px) {
	
}
@media screen and (max-width: 950px),(max-height: 600px) {
	.cont_der h1
	{
		font-size: 40px;
		line-height: 60px;
		top:60px; margin-top: 0;
		width: auto; left: 0; padding: 0 30px;
	}
	.cont_izq_text
	{
		bottom: 60px;
	    left: 20px;
	}
	.cont_izq p 
	{
	    line-height: 18px;
	    font-size: 15px;
	}
	.cont_entrar5
	{
	    font-size: 20px;
	}
	.entrar5 
	{
	    line-height: 50px;
	}
}

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

	
}
@media screen and (max-width: 700px) {

	.cont_der{ background: #bcc6c5 !important;}
	.cont_der 
	{
		position: absolute;
		top: 0px;
		/*height: 50%;*/
		width: 100%;
	}
	.cont_izq
	{
	    position: absolute;
		bottom: 0px;
		height: 50%;
		width: 100%;
	}
	.cont_izq_text
	{
		bottom: 40px;
	}
	.cont_izq p 
	{
	    line-height: 20px;
	    font-size: 18px;
	    padding-left: 10%;
	    width: 80%;
	}
	.cont_entrar5
	{
	    font-size: 15px;
	    /*padding-left: 10%;*/
	}

}
@media screen and (max-width: 500px) {
	.cont_izq_text
	{
		bottom: 40px;
	}
	.cont_izq p 
	{
	    line-height: 16px;
	    font-size: 12px;
	    width: 80%;
	    padding-left: 10%;
	}
	.cont_entrar5
	{
	    font-size: 12px;
	    padding-left: 0%;
	}
}