.cont_home
{
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	/*background-image: url('../../img/home.jpg');*/
	min-height: 500px;
	text-align: center;
}
.home_texto
{
	color: white;
	width: 100%;
	padding-top: 260px
}
.home_texto h1
{
	font-size: 200px;
    margin-bottom: 10px;
    font-family: 'kazimir_medium';
	margin-top: 0;
}
.home_texto h2
{
	font-size: 66px;
	margin-top: 40px;
	font-family: 'kazimir_light';
}

.home_texto h3
{
	letter-spacing: 4px;
	font-size: 22px;
	margin-top: 20px;
	font-family: 'museo_sans100'; text-transform: uppercase; line-height: 1.6 !important;
}
.home_texto h3:after{ content: ''; width: 200px; height: 2px; display: block; margin: 30px auto; background: #fff;}

@media screen and (max-width: 2300px),(max-height: 1200px) {

}
@media screen and (max-width: 1750px),(max-height: 1000px) {
	.home_texto 
	{
	    padding-top: 140px;
	}
	.home_texto h1 
	{
	    font-size: 100px;

	}	
	.home_texto h2 
	{
	    font-size: 38px;
	    margin-top: 10px;
	}
	.home_texto h3
	{
		font-size: 18px;
		margin-top: 20px;
		/*font-family: 'kazimir_light';*/
	}
}
@media screen and (max-width: 1400px),(max-height: 800px) {
	
}
@media screen and (max-width: 1050px),(max-height: 700px) {
	
}
@media screen and (max-width: 950px),(max-height: 600px) {
	.home_texto 
	{
	    padding-top: 90px;
	}
	.home_texto h1 
	{
	    font-size: 70px;
	    margin-bottom: 5px;
	}	
	.home_texto h2 
	{
	    font-size: 26px;
	    margin-top: 5px;
	}
	.home_texto h3
	{
		font-size: 16px;
		margin-top: 20px;
		/*font-family: 'kazimir_light';*/
	}
}
@media screen and (max-width: 800px),(max-height: 500px) {
	
}
@media screen and (max-width: 700px) {
	
}
@media screen and (max-width: 500px) {

	.home_texto h1 
	{
	    font-size: 50px;
	}	
	.home_texto h2 
	{
	    font-size: 18px;
	}
	.home_texto h3
	{
		font-size: 14px;
	}
}