.lista-disco {
	margin: 0;
	font-size: 17px;
	line-height: 20px;
	border-bottom: 1px solid #C6D1E7;
}
.cancion-disco {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #C6D1E7;
	padding: 5px 0;
	margin: 0;
}
.portada-disco img {
	width: 482px;
	height: 482px;
}
.info-disco {
	width: 100%;
	max-width: 400px;
}
.margin-top {
	margin-top: 20px;
}
.contenedor-section.full-size {
	padding-left: 0;
	padding-right: 0;
}

.gallery-row a,
.gallery-row img {
	display: block;
}
.gallery-row a {
	position: relative;
}
.gallery-row a:before {
	position: absolute;
	opacity: 0;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	transition: opacity .2s;
}
.gallery-row a:hover:before {
	opacity: 1;
}

.fancybox-active {
  height: 100% !important;
}

.padding-bottom {
	padding-bottom: 100px;
}

@media (max-width: 720px) {
	.disco {
		text-align: left;
		margin: 0 10px 10% 10px;
	}
	.portada-disco img {
		width: 100%;
		height: auto;
		max-width: 482px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
	.info-disco {
		margin: 0;
		max-width: 100%;
	}
}


a.enlace {
	color: #1678F1;
	text-decoration: none;
}
a.enlace:hover {
	text-decoration: underline;
}
.firma {
	margin: 100px 0 0 0;
	text-align: center;
}
p.big {
	font-size: 18px;
	line-height: 24px;
}
.svg-responsive {
	width: auto;
	height: auto;
	max-width: 100%;
}

a.btn {
	text-decoration: none;
}

/* Banners */
.banner-home {
	margin: 6.6rem auto 0;
}
.banner-home a {
	display: block;
	position: relative;
	max-width: 1113px;
	padding: 0 20px;
  margin: 0 auto;
  color: #000;
  text-decoration: none;
}
.banner-home a > span {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 65px;
	text-align: center;
}
.banner-home p {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  margin: 0;
}
.banner-home p.title {
	font-size: 26px;
	line-height: 31px;
	margin-bottom: 8px;
}
.banner-home .linea {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #000;
	padding-left: 15px;
	padding-right: 15px;
}
.banner {
	top: 40%;
}
.banners {
	display: flex;
	justify-content: center;
	margin: 6.6rem auto 0;
	/*margin: 0 auto;*/
}
.banners > div {
	margin: 20px;
}
.banners a {
	display: block;
	text-decoration: none;
	color: #fff;
	position: relative;
	max-width: 516px;
}
.banners a:before {
	position: absolute;
	opacity: 0;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	transition: opacity .2s;
}
.banners a:hover:before {
	opacity: 1;
}
.banners a span {
	position: absolute;
	right: 0;
	bottom: 30px;
	background: #3D4D69;
	color: #fff;
	padding: 10px 15px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.banners a span svg {
	margin-left: 15px;
}

.elemento-lista-footer a:hover {
	text-decoration: underline;
}

@media (max-width: 820px) {
	.banners a span {
		padding: 10px;
		bottom: 0;
		width: 100%;
		justify-content: center;
	}
	.banners a span svg {
		margin-left: 10px;
	}

	.banner-home a {
		display: flex;
		flex-direction: column-reverse;
	}
	.banner-home a > span {
		position: static;
		transform: translateY(0);
	}
	.banner-home .linea {
		display: inline-block;
	}
	.banner-home p {
	  font-size: 20px;
	  line-height: 24px;
	}
	.banner-home p.title {
		margin-top: 20px;
		font-size: 20px;
		line-height: 24px;
	}
}

@media (max-width: 720px) {
	.banners {
		display: block;
		margin-top: 5rem;
	}
	.banners > div {
		margin: 20px 40px;
	}
}

@media (max-width: 450px) {
	.banners {
	  margin-top: 4rem;
	}
}


/* Player */
.pista {
	display: block;
	width: 38px;
	overflow: hidden;
}
.player {
	display: block;
	position: relative;
	width: 37px;
	height: 37px;
}
.playAudio {
	position: absolute;
	top: 3px;
	left: 3px;
	display: block;
	width: 30px;
	height: 30px;
	border: none;
	-webkit-appearance: none;
	border-radius: 50%;
	background: #fff url(../svg/playbutton.svg) no-repeat left 11px center;
	cursor: pointer;
	z-index: 1;
}
.playAudio.pause {
	background-image: url(../svg/pausebutton.svg);
	background-position: left 10px center;
}
.percentage {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background-color: #3D4D69;
}
.player svg {
	position: absolute;
	top: 0;
	right: 1px;
	stroke: #3D4D69;
	background: #C6D1E7;
	stroke-width: 15%;
	width: 36px;
	height: 36px;
	border-radius: 100%;
	pointer-events: none;
	z-index: 0;
}