@font-face {
    font-family: 'BebasNeueBold';
    src: url('../css/fonts/BebasNeueBold.eot');
	src: url('../css/fonts/BebasNeueBold.eot') format('embedded-opentype'),
         url('../css/fonts/BebasNeueBold.woff') format('woff'),
         url('../css/fonts/BebasNeueBold.ttf') format('truetype'),
         url('../css/fonts/BebasNeueBold.svg#BebasNeueBold') format('svg');
    font-weight: normal;
    font-style: normal;
	
}
@font-face {
    font-family: 'bebas_neue_regularregular';
    src: url('../css/fonts/bebasneue_regular-webfont.eot');
    src: url('../css/fonts/bebasneue_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../css/fonts/bebasneue_regular-webfont.woff2') format('woff2'),
         url('../css/fonts/bebasneue_regular-webfont.woff') format('woff'),
         url('../css/fonts/bebasneue_regular-webfont.ttf') format('truetype'),
         url('../css/fonts/bebasneue_regular-webfont.svg#bebas_neue_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
  font-family: 'GTAmericaMonov1-UltraLight';
  src: url('../css/fonts/GTAmericaMonov1-UltraLight.eot');
  src: url('../css/fonts/GTAmericaMonov1-UltraLight.woff2') format('woff2'),
       url('../css/fonts/GTAmericaMonov1-UltraLight.woff') format('woff'),
       url('../css/fonts/GTAmericaMonov1-UltraLight.ttf') format('truetype'),
       url('../css/fonts/GTAmericaMonov1-UltraLight.svg#GTAmericaMonov1-UltraLight') format('svg'),
       url('../css/fonts/GTAmericaMonov1-UltraLight.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GTAmericaMonov1-UltraLight';
  src: url('../css/fonts/GTAmericaMonov1-UltraLightItalic.eot');
  src: url('../css/fonts/GTAmericaMonov1-UltraLightItalic.woff2') format('woff2'),
       url('../css/fonts/GTAmericaMonov1-UltraLightItalic.woff') format('woff'),
       url('../css/fonts/GTAmericaMonov1-UltraLightItalic.ttf') format('truetype'),
       url('../css/fonts/GTAmericaMonov1-UltraLightItalic.svg#GTAmericaMonov1-UltraLightItalic') format('svg'),
       url('../css/fonts/GTAmericaMonov1-UltraLightItalic.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: italic;
}

body, html {
	background-image: url(../imagenes/documental-matadero.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.contenido{
	padding-top:120px;
}
.contenido h1{
	font-family: "BebasNeueBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	text-align: center;
	font-size: 250px;
	line-height: 150px;
	font-weight: normal;
	letter-spacing: 2px;
	margin: 0px;
	padding: 0px;
}
.contenido h2{
	font-family: "bebas_neue_regularregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	text-align: center;
	font-size: 48px;
	line-height: 48px;
	font-weight: normal;
	letter-spacing: 7px;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
.direccion{
	font-family: "bebas_neue_regularregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	text-align: center;
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	letter-spacing: 7px;
	margin-top: 75px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 25px;
	display: block;
	width: 600px;
	border-top: 1px solid rgba(255,255,255,0.5);
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
#botones{
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
}
.boton{
	font-family: "GTAmericaMonov1-UltraLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-style: normal;
	background-image: url(../imagenes/transparente.png);
	padding: 20px;
	color: #F5F5F5;
	font-size: 16px;
	text-transform: uppercase;
	margin-left: 25px;
	margin-right: 25px;
}
@media screen and (max-width : 900px) {
.contenido{
	padding-top:100px;

}
.contenido h1{
	font-size: 200px;
	line-height: 110px;
	font-weight: normal;
	letter-spacing: 2px;
}
.contenido h2{
	font-size: 32px;
	line-height: 32px;
	letter-spacing: 8px;
	margin-top: 20px;
}
.direccion{
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 7px;
	margin-top: 50px;
	width: 500px;
}
}
@media screen and (max-width : 750px) {
.contenido h1{
	font-size: 150px;
	line-height: 80px;
	font-weight: normal;
	letter-spacing: 2px;
}
.contenido h2{
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 6px;
	margin-top: 20px;
}
.direccion{
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 7px;
	margin-top: 50px;
	width: 450px;
}
#botones{
	width: 570px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 75px;
}
.boton{
	padding: 15px;
	color: #F5F5F5;
	font-size: 14px;
	text-transform: uppercase;
	margin-left: 10px;
	margin-right: 10px;
}
}
@media screen and (max-width : 590px) {
.contenido{
	padding-top:75px;
}
.contenido h1{
	font-size: 124px;
	line-height: 60px;
	letter-spacing: 2px;

}
.contenido h2{
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 5px;
	margin-top: 15px;
}
.direccion{
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 5px;
	margin-top: 35px;
	width:350px;
}
#botones{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
.boton{
	width: 170px;
	padding: 15px;
	color: #F5F5F5;
	font-size: 14px;
	text-transform: uppercase;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	display: block;
	text-align: center;
}
}
@media screen and (max-width : 450px) {
.contenido{
	padding-top:60px;
}
.contenido h1{
	font-size: 92px;
	line-height: 40px;
	letter-spacing: 2px;
}
.contenido h2{
	font-size: 14px;
	line-height: 14px;
	letter-spacing:4px;
	margin-top: 15px;
}
.direccion{
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 4px;
	margin-top: 35px;
	width:280px;
}
#botones{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
.boton{
	width: 170px;
	padding: 15px;
	color: #F5F5F5;
	font-size: 14px;
	text-transform: uppercase;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	display: block;
	text-align: center;
}
}
