@media only screen and (max-width:1200px) {
	.container {margin:150px auto 100px auto;}
}

@media only screen and (max-width:1100px) {
	.container {margin:200px auto 100px auto;}
	html, body {background-size:130%; background-position:center top;}
}

@media only screen and (max-width:1000px) {
	.title {
		background-position: -100px 0;
		font-size: 35px; line-height:30px;
		padding:30px 0 0 25px;
	}
	.container {margin:150px auto 100px auto;}
	.line-1{font-size:50px;}
}

@media only screen and (max-width:900px) {
	html, body {background-size:150%;}
	.title {
		position:relative;
		background-position:0 0;
		width:336px; height:auto;
		padding:30px;
	}
	.container {margin:50px auto}
	#home-title {margin:50px 0;}
	nav > div, #nav-alt > div {padding: 0 20px;}
}

@media only screen and (max-width:800px) {
	html, body {background-size:170%;}
	#home-title {margin:30px 0;}
	.line-1 {line-height:50px;}
	.line-2 {letter-spacing:normal;}
	.line-3 {margin-top:40px;}
	.line-3, .line-4, .line-5 {font-size:20px;}
	nav > div, #nav-alt > div {padding: 0 10px;}
}

@media only screen and (max-width:700px) {
	.line-1 {line-height:50px;}
	.line-2 {letter-spacing:normal;}
	.line-3 {margin-top:40px;}
	.line-3, .line-4, .line-5 {font-size:20px;}
	nav > div, #nav-alt > div {padding:0;}
}

@media only screen and (max-width:598px) {
	nav {display:none;}
	#head-resp{display:table;}
	.parpadea {
		display:inline-block;
		margin-top:80px;
		padding:10px 20px;
		border-radius:30px;
		background:#C00;
		font-size:16px;
	}
	.parpadea span {color:#FFF;}
	.dialog {width:90%; padding:10px;}
	.dialog .td {
		display:block;
		width:100%;
		text-align:center;
		margin:10px 0;
	}
}

@media only screen and (max-width:500px) {
	#home-title {margin:15px 0;}
	.line-1 {font-size:40px;}
	.button a {padding:10px 30px; font-size:16px}
}

@media only screen and (max-width:400px) {
	html, body {background-size:250%;}
}

@media only screen and (max-width:300px) {
	.line-1 {font-size:30px; line-height:30px;}
	.line-2 {font-size:18px;}
	.parpadea {font-size:14px; letter-spacing:normal; width:90%;}
	.title {
		position:relative;
		background-position:right top;
		width:90%; height:auto;
		padding:15px;
		font-size:25px;
	}
}