/*
	LA FICCION - DESARROLLADO POR OZ MEDIA S.A.C.
*/

@font-face {
	font-family: 'Bebas Neue';
	src: url('../fonts/BebasNeueRegular.eot');
	src: url('../fonts/BebasNeueRegular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/BebasNeueRegular.woff2') format('woff2'),
		url('../fonts/BebasNeueRegular.woff') format('woff'),
		url('../fonts/BebasNeueRegular.ttf') format('truetype'),
		url('../fonts/BebasNeueRegular.svg#BebasNeueRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Bebas Neue';
	src: url('../fonts/BebasNeueLight.eot');
	src: url('../fonts/BebasNeueLight.eot?#iefix') format('embedded-opentype'),
		url('../fonts/BebasNeueLight.woff2') format('woff2'),
		url('../fonts/BebasNeueLight.woff') format('woff'),
		url('../fonts/BebasNeueLight.ttf') format('truetype'),
		url('../fonts/BebasNeueLight.svg#BebasNeueLight') format('svg');
	font-weight: 300;
	font-style: normal;
}


body, html {
	height: 100%;
	width: 100%;
}

body {
	font-family: 'Bebas Neue', sans-serif;
	color: #FFF;
	background-attachment: scroll;
	background-image: url("../images/la-ficcion.jpg");
	background-repeat: no-repeat;
	background-position: center -95px;
	background-size: cover;
	-webkit-animation: bugfix infinite 1s; /*fix for android*/
}

@media (min-width: 2560px) {
	body {		
		background-position: center -320px;
	}
}

@media (min-width: 1440px) and (max-width: 2558px){
	body {		
		background-position: center center;
	}
}

@media (max-width: 1280px){
	body {		
		background-position: center 0px;
	}
}

@-webkit-keyframes bugfix { 
  from { padding: 0; } 
  to { padding: 0; } 
}

/* default checkbox */
input[type=checkbox] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

textarea {resize:none;}

label { 
  cursor: pointer;
  user-select: none;
}
/*fix for android*/

.clear {clear:both;}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

p {
	font-family: 'Bebas Neue', sans-serif;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5 {
	font-family: 'Roboto Condensed', sans-serif;
	-webkit-font-smoothing: antialiased;
}

strong {font-weight: bold;} /*cambiar esto*/

em {font-style: italic;}

a {
	text-decoration:none;
	transition: 0.2s ease;
	-moz-transition:0.2s ease; /* Firefox 4 */
	-webkit-transition: 0.2s ease; /* Safari and Chrome */
	-o-transition: 0.2s ease; /* Opera */	
}

a:hover {text-decoration: none;}
a:link {text-decoration: none;}


/*****************************************************************************

					CABECERA

*********************************************************************************/

.contenedor {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

img#logo {
	margin-right: auto;
	margin-left: auto;
	margin-top: 2%;
	max-width: 20%;
}

h1.titulo {
	font-size: 140px;
	line-height: 140px;
	margin-bottom: 0px;
	padding: 0px;
	font-family: 'Bebas Neue', sans-serif;
	text-align: center;
	margin-top: 7%;
	font-weight: 300;
}

.contenedor-enlaces {
	margin: 40px 0 0 0;
	width: 100%;
	position: relative;
}

ul.enlaces {
	font-family: 'Bebas Neue', sans-serif;
	width: 100%;
	/*display: inline-block;*/
	list-style-type: none;
	height: auto;
	margin: 0px;
	text-align: center;
	padding: 0px;
	font-size: 0px;
}
ul.otras-redes {	
	list-style-type: none;
	height: auto;
	font-size: 0px;	
	padding: 0px;	
	display: none;
	position: relative;	
	margin-top: 10px;
	width: 100%;
	text-align: center;
	margin: 0px;		
}

ul.otras-desktopredes {
	width: auto;
	min-width: 580px;
	position: absolute;
	list-style-type: none;
	height: auto;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	left: -78px;
	bottom: -55px;
	display: none;	
	padding-top: 40px;
	text-align: left;
	transition: 0.5s ease;
	-moz-transition:0.5s ease; /* Firefox 4 */
	-webkit-transition: 0.5s ease; /* Safari and Chrome */
	-o-transition: 0.5s ease; /* Opera */	
}

ul.enlaces li {
	width: auto;
	list-style-type: none;
	margin: 0 55px 0 0;
	padding: 0px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 17px;
	line-height: 17px;
	letter-spacing: 10px;
	vertical-align: middle;
	color: #FFF;
	position: relative;
}

@media (min-width: 992px) {
	ul.enlaces li#spotify:hover .otras-desktopredes {
		display: block;
	}
}

ul.otras-redes li, ul.otras-desktopredes li {
	display: inline-block;
	margin: 0 20px 0 0;
	padding: 0px;
	list-style-type: none;
	vertical-align: middle;
	height: 40px;
}
ul.otras-redes li.apple-music img, ul.otras-desktopredes li.apple-music img {
	margin-top: -4px;
}
ul.otras-redes li:last-child, ul.otras-desktopredes li:last-child {
	margin-right: 0px;
}

@media (min-width: 1600px){
	ul.otras-desktopredes {
		left: -180px;
	}
}

@media (min-width: 1920px){
	ul.otras-desktopredes {
		min-width: 720px;
		bottom: -85px;
		left: -200px;
	}
	ul.otras-desktopredes li {		
		margin-right: 25px!important;		
	}
}

@media (max-width: 1280px){
	ul.otras-desktopredes li img {
		max-width: 80px;
	}
}

@media (min-width: 1152px) and (max-width: 1280px){
	ul.otras-desktopredes {
		left: 0px;
	}
}

@media (max-width: 1024px){
	ul.otras-desktopredes {
		min-width: 420px;			
	}
	ul.otras-desktopredes li {
		margin-right: 10px!important;		
	}
}
@media (max-width: 992px){	
	ul.otras-redes {
		display: block;		
	}
}

ul.enlaces li p {
	font-size: 17px;
	line-height: 17px;
	letter-spacing: 10px;
	margin: 0px;
	padding: 0px;
	opacity: 0;
	transition: 0.5s ease;
	-moz-transition:0.5s ease; /* Firefox 4 */
	-webkit-transition: 0.5s ease; /* Safari and Chrome */
	-o-transition: 0.5s ease; /* Opera */
}

@media (min-width: 2560px){
	img#logo {		
		margin-top: 5%;
	}
}

@media (min-width: 1440px) and (max-width: 2550px){
	img#logo {		
		margin-top: 9%;
	}
}

@media (min-width: 1025px) and (max-width: 1280px){
	img#logo {		
		margin-top: 8%;
	}
}

@media (min-width: 320px) and (max-width: 1024px) and (orientation:landscape){
	img#logo {		
		margin-top: 9%;
	}
}

@media (min-width: 320px) and (max-width: 1024px) and (orientation:portrait){
	img#logo {		
		margin-top: 20%;
	}
}

@media (min-width: 1920px) {
	img#logo {
		max-width: 100%;
	}
	.contenedor-enlaces {		
		margin-top: 60px;	
	}
	ul.enlaces li {		
		margin: 0 85px 0 0;		
	}
	ul.enlaces li#facebook {
		margin-right: 145px;
	}
	ul.enlaces li#instagram {
		margin-left: 65px;
	}
}


ul.enlaces li img {
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}

ul.enlaces li a {
	color: #FFF;
}

ul.enlaces li:last-child {
	margin-right: 0px;
}

img#descarga-logo {
	max-width: 70%;
}

img#mobile-descarga {
	display: none;
	margin-right: auto;
	margin-left: auto;
	max-width: 35%;
	margin-top: 25px;
}

#open-menu {
	color: #FFF;
	font-size: 17px;
	line-height: 17px;
	letter-spacing: 8px;
	text-transform: uppercase;
	margin-top: 60px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100px;
	display: none;
	background-color: red;
	background: url("../images/nav-icon.png") 0px 0px no-repeat;
	padding-left: 30px;
	min-height:22px;
	line-height: 22px; 
}

ul.enlaces li#cerrar-movil {
	display: none;
	background: url("../images/close.png") 0px 0px no-repeat;
	width: 34px;
	height: 34px;
}

@media (min-width: 1920px) {
	img#descarga-logo {
		max-width: 100%;
	}
}

@media (max-width: 1024px){
	img#descarga-logo {
		max-width: 50%;
	}
	ul.enlaces li {
		margin: 0 35px 0 0;
	}
	ul.enlaces li p {
		letter-spacing: 6px;
	}
	ul.enlaces li#descarga {
		margin-right: 0px;
	}
	ul.enlaces li#facebook {
		margin-right: -15px;
	}
	ul.enlaces li#instagram {
		margin-left: -30px;
	}
}

@media (max-width: 992px){
	.contenedor-enlaces {		
		display: none;
		position: fixed;
		z-index: 80;
		width: 100%;
		height: 100%;
		top: 0;
		background-color: rgba(88, 179, 208, 0.9);		
		margin: 0px;
		padding: 0px;
		padding-top: 35%;	
	}
	ul.enlaces {
		letter-spacing: 0;
	}
	ul.enlaces li p {
		opacity: 1;
	}
	#open-menu {
		display: block;
	}
	ul.enlaces li#cerrar-movil {
		display: block;
		position: absolute;
		top: 25px;
		right: 25px;
	}
	ul.enlaces li#facebook {
		margin-right: 0;
	}
	ul.enlaces li#instagram {
		margin-left: 0;
	}
	
	ul.enlaces li {
		width: 25%;		
		margin-right: 0px;
		margin-bottom: 45px;
		padding: 0 15px;
	}
	img#logo {
		max-width: 40%;
	}
}

@media (max-width: 992px) {
	ul.enlaces li#descarga {
		display: none;
	}
}

@media (max-width: 768px) and (orientation:landscape){
	.contenedor-enlaces {padding-top: 20%;}	
}

@media (max-width: 620px) and (orientation:portrait){
	.contenedor-enlaces {margin-top: 0px;}
	ul.enlaces {
		margin-top: 0px;
	}
	ul.enlaces li {
		width: 50%;		
	}
}


@media (max-width: 320px){
	ul.enlaces li p {
		font-size: 15px;
		line-height: 15px;
		letter-spacing: 5px;
	}
	ul.enlaces li img {
		max-width: 30%;	
	}
}

