@charset 'utf-8';
/* CSS Document */
/*RESET GENERAL */
* { box-sizing: border-box; }
/* ESTILOS GENERALES */
html {
	width: 100vw;
	height: 100vh;
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	width: 100vw;
	height: 100vh;
	margin: 0;
	padding: 0;
	color: #d0caa6;
}
a {
	transition: color .7s;
	text-decoration: none;
	color: #d0caa6;
}
a:hover { color: #e8e5d4; }
a:visited { color: #d0caa6; }
h1 {
	font-size: 43px;
	font-weight: 400;
	text-align: center;
}
h2 {
	font-size: 25px;
	font-weight: 400;
	text-align: center;
}
p { font-size: 14px; }
ul {
	padding-left: 0;
	list-style: none;
}
/* CABECERA */
header {
	position: fixed;
	z-index: 50;
}
.logo { display: inline-block; }
/* MENÚ PRINCIPAL */
.menuPrincipal {
	position: absolute;
	top: 65px;
	left: 171px;
}
.menuPrincipal li {
	display: inline-block;
	margin-right: 1.5em;
	margin-left: .5em;
}
.menuPrincipal li a { font-size: 14px; }
/* MENÚ MÓVIL */
.menuMovil ul {
	position: absolute;
	z-index: 50;
	top: 95px;
	right: -300px;
	display: none;
	min-width: 200px;
	border-bottom: none;
	background-color: rgba(0,0,0,.6);
}
.menuMovil li { border-bottom: 1px solid #8b876f; }
.menuMovil li a {
	font-size: 12px;
	display: block;
	padding: 14px 10px;
}
.menuMovil li:hover { background-color: #8b876f; }
.icoMenuMovil {
	position: absolute;
	top: 24px;
	right: 10px;
}
/* MENÚ REDES SOCIALES */
.menuRedesSociales { position: absolute; }
.menuRedesSociales ul li {
	display: inline-block;
	margin-left: 10px;
}
/* INCIO */
#inicio,
#about,
#works,
#multimedia {
	position: relative;
	box-sizing: border-box;
	min-height: 100vh;
	padding: 0 10px;
}
.centradoVertical01 {
	display: table;
	height: calc(100vh - 90px);
	margin: 0 auto;
}
.centradoVertical02 {
	display: table-cell;
	vertical-align: middle;
}
#inicio h1 { letter-spacing: .2em; }
#inicio h2 {
	margin: 0;
	letter-spacing: .1em;
}
.siguienteSeccion {
	max-width: 10em;
	min-height: 45px;
	margin: -20px auto 0 auto !important;
	cursor: pointer;
	text-align: center;
	background: url(../img/main/fondo-flecha-scroll.png) bottom center no-repeat;
}
/* ABOUT */
.titularAbout { font-size: 39px; }
.titularSeccion { font-size: 20px !important; }
.dosColumnas p {
	box-sizing: border-box;
	font-size: 16px;
	width: 100%;
	padding: 0 10px;
	text-align: justify;

	background: rgba(0, 0, 0, 0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";

	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #000000;
}
.dosColumnas p {
	box-sizing: border-box;
	font-size: 16px;
	width: 100%;
	padding: 0 10px;
	text-align: justify;
}
/* WORKS */
.titularTrabajos {
	font-size: 39px;
	font-weight: 400;
	margin-top: .1em;
	margin-bottom: .2em;
	text-align: center;
}
.titularTrabajos span {
	font-size: 18px;
	display: block;
}
.cuatroColumnas01,
.cuatroColumnas02 { text-align: center; }
.center {
	margin: 0 auto;
	text-align: center;
	background: red;
}
.siguienteSeccionMultimedia {
	min-height: 45px;
	margin-top: 1em;
	margin-bottom: 1em;
	cursor: pointer;
	text-align: center;
	background: url(../img/main/fondo-flecha-scroll.png) bottom center no-repeat;
}
.lity-iframe .lity-container { /*max-width: 100% !important;*/ margin-top: 1em; }
.lity-iframe-container {
	height: 100vh !important;
	max-height: 690px !important;
}
.lity { background: rgba(0,0,0,.7) !important; }
.lity-iframe-container iframe { background: none!important; }
.lity-content::after { box-shadow: none !important; }
.lity-iframe .lity-container { max-width: 1200px !important; }
/* TABS*/
div.tab { background-color: rgba(0,0,0,.8); }
/* Style the buttons inside the tab */
div.tab button {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	padding: 14px 16px;
	cursor: pointer;
	transition: .3s;
	color: #d0caa6;
	border: none;
	outline: none;
	background-color: inherit;
}
/* Change background color of buttons on hover */
div.tab button:hover {
	color: #000;
	background-color: #d0caa6;
}
/* Create an active/current tablink class */
div.tab button.active {
	color: #000;
	background-color: #d0caa6;
}
/* Style the tab content */
.tabcontent {
	display: none;
	padding: 6px 12px;
	background-color: rgba(0,0,0,.6);
}
.tabcontent {
	-webkit-animation: fadeEffect 1s;
	animation: fadeEffect 1s; /* Fading effect takes 1 second */
}
@-webkit-keyframes fadeEffect {
 from {
 opacity: 0;
}
 to {
 opacity: 1;
}
}
@keyframes fadeEffect {
 from {
 opacity: 0;
}
 to {
 opacity: 1;
}
}
.centradoVericalTabs { width: 100%; }
/* FICHA DE PRODUCTOS */
.gridContainerFichaProducto {
	padding-right: 0;
	padding-left: 0;
	background-color: #fff;
}
.fichaProductos01 {
	font-size: 14px;
	padding: 1em;
	color: #000;
	background-color: #c6c6d2;
}
.staff {
	overflow: auto;
	max-height: 128px;
}
.fichaProductos01 ul {
	margin-top: .5em;
	padding-left: 25px;
}
.fichaProductos01 ul li {
	margin-bottom: .4em;
	list-style: square;
}
.fichaProductos01 h3 {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0;
}
.fichaProductos02 { background-color: #fff; }
.fichaProductos02 p {
	line-height: 2.2;
	color: #000;
}
.quitarScroll {
	overflow-x: hidden;
	overflow-y: auto;
}
.titularFicha {
	font-size: 35px;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
	color: #8b876f;
}
.subtitularFicha {
	font-size: 16px;
	font-weight: 400;
	margin-top: 0;
	color: #8b876f;
}
.titularComprarTracklist {
	font-size: 16px;
	font-weight: 400;
	margin-top: 0;
	color: #828290;
}
.escuchar li {
	display: inline-block;
	margin-top: .4em;
	margin-bottom: .4em;
	margin-left: 1em;
}
li:not(.play) { cursor: default !important; }
/* MULTIMEDIA */
.videoCanalYoutube {
	position: absolute;
	bottom: 25px;
}
.lity-wrap { z-index: 51; }
.lity-container { padding: 30px 0; }
.lity-youtube .lity-container { max-width: 1600px !important; }
.lity-youtube iframe { padding: 0 0 60px 0; }
/* POLITICA DE PRIVACIDAD*/
.politicaPrivacidad {
	width: 100%;
	padding-top: 1.4em;
	padding-left: 2em;
}
/* CONTACTO */
.linkedinGmail {
	margin-bottom: 0;
	padding-left: 10px !important;
}
.linkedinGmail li {
	display: inline-block;
	margin-right: 1em;
	list-style: none;
}
.subtitularContacto {
	font-size: 16px;
	font-weight: 400;
	margin-top: 20px;
	color: #828290;
}
.fichaProductos02 a { color: #8b876f; }
.fichaProductos02 a:hover { color: #d0caa6; }
.quitarScrollLightbox { overflow: hidden !important; }
/* FOOTER */
footer {
	font-size: 12px;
	background-color: #000;
}
footer ul {
	margin-top: 0;
	margin-bottom: 0;
}
footer ul li {
	display: inline-block;
	margin-right: 3em;
}
footer ul li a { font-size: 12px; }
.desactivarPlayer {
	position: absolute;
	top: 0;
	left: 25px;
	width: 100%;
	height: 100%;
	background-color: red;
}
