/*NEW CODE*/
@media screen and  (max-width: 800px) {
	/***BIOGRAFIA***/
	.contact_info {
		/*width: 220px;*/
		float: left;
		position: relative;
		margin-left: 0;
		margin-top: 10px;
		width: 95%;
	}
	.location {
		display: none;
	}
	.x {
		left: 93%;
	}
	.contact_form {
		width: 95%;
		position: relative;
	}
	.bio_text span {
		font-size: 20px;
		line-height: 38px;
	}
	/***END BIOGRAFIA***/
	/***HOME***/
	.navBar a {
		margin-left: 15px;
	}
	.navBar a:first-child {
		margin-left: -10px;
	}
	/***END HOME***/
}
@media screen and (max-height: 700px) {
	/*CONTACTO*/
	textarea {
		max-height: 115px !important;
	}
	.contact_info span {
		font-family: "HelveticaNeueLight";
		color: rgb(109,112,113);
		font-weight: 300;
		line-height: 0px;
		font-size: 19px;
		display: block;
	}

}
@media screen and (min-height: 800px) {
	/*CONTACTO*/
	textarea {
		max-height: 350px !important;
	}
}
@media screen and (min-width: 1280px) {
	.content {
		margin-top: 120px;
	}
}
@media screen and (max-width: 360px) {
	/*ERROR MENSAJE*/
	.error_message {
		font-size: 14px;
		margin-left: 0;
		width: 95%;
		padding: 0 10px;
	}
	/*CONTACTO*/
	.navBar {
		float: left;
		margin-top: 10px;
		width: 200px;
		margin-left: 20px;
	}
	.navBar a:first-child {
		margin-left: 0;
	}
	.navBar a {
		font-size: 15px;
		margin-left: 5px;
	}
	.slide_info {
		margin-left: 25px;
	}
	.index {
		left: 22px;
	}
	.location {
		display: none;
	}
	.mailto {
		display: none;
	}
	.x {
		top: 45px;
		left: 90%;
	}
	/*BIOGRAFIA*/
	.contact_form {
		margin-top: -55px;
	}
	body {
		background-size: cover;
		background-position: center center;
		background-attachment: fixed;
	}
	.contact_info {
		width: 250px;
		height: 200px;
		display: block;
		float: left;
		margin-left: 0;
		top: 0;
		margin-top: 330px;
		position: relative;
		margin-bottom: 40px;
	}
	.servicios_info {
		display: block;
		position: relative;
		left: 0;
		margin-left: 0;
		margin-top: 20px;
		height: auto;
		margin-bottom: -20px;
	}
	/*footer {
		position: relative;
	}
	#social {
		float: left;
	}
	#copyright {
		float: left;
		position: relative;
		bottom: 5px;
		left: -210px;
		display: block;
	}*/

}