#info {
	background-image: url('../images/fondo_header.jpg');
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position: 50% center; /*50% -190px;*
	background-repeat: no-repeat;
	height: 100%; /*calc(100vh - 356px);*/ /*100vh;*/
	padding-top: 165px; /*132px;*/
	padding-bottom: 100px;

	/* para que ocupen lo mismo en why foxteen y en join us y el fondo se vea exactamente igual a pantalla completa... */
	min-height: 1250px;
}

#info .title {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 55px; /*48px;*/
	line-height: 45px; /*40px;*/
	font-weight: 800;
	font-style: italic;
	color: #FFF;
	text-transform: uppercase;
	border-left: 3px solid #D2FF00;
	margin-bottom: 35px;
	padding-left: 8px;
}


#info .subtitle {
	color: #d2ff00;
	font-weight: 400;
	font-size: 20px; /*16px;*/
	margin-bottom: 20px;
	text-transform: uppercase;
}

#info .content {
	font-size: 17px;
}

#info p {
	color: #FFF;
	margin-bottom: 20px;
	font-weight: 400;
}

#info .info-wrapper {
	max-width: 785px; /*650px;*/
	width: 100%;
	text-shadow: 1px 1px black;
	/*margin-left: auto;
	margin-right: auto;*/
}

#contact-button {
	font-family: 'Oswald', sans-serif;
	color: #000;
	background-color: #D2FF00;
	border: 0;
	font-size: 20px;
	font-weight: 600;
	padding: 2px 15px;
}

