html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: Helvetica, Arial, sans-serif;
	color: #ffffff;
	font-size: 17px;
}

body.noscroll {
	overflow: hidden;
}

* {
	z-index: 11;
}

.logo {
	position: fixed; 
	top: 50%;
	left: 25px;
	transform: translateY(-50%);
	width: 170px;
	padding-bottom: 350px;
	background: url(wzm-logo.png) center center / contain no-repeat;
	z-index: 1;
	max-width: 20%;
}

.bg {
	position: fixed; 
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(fondoweb.jpg) center center / cover no-repeat;
	z-index: -1;	
}

.bottom {
	position: fixed; 
	bottom: 10px;
	left: 10%;
	width: 80%;
	height: 65px;
	background: url(titulopendulo.png) center center / contain no-repeat;
	z-index: 1;
}

.info {
	position: fixed; 
	bottom: 85px;
	left: 10%;
	width: 80%;
	z-index: 1;
	text-align: center;
	color: #1180ff;
	font-size: 15px;
}

#contenido {
	position: relative;
	display: block;
	width: 100%;
	min-height: 100%;
	background: #040990b3;
	margin-top: 110vh;
	border-top: 3px solid #1180ff;
}

.contenido {
	display: block;
	padding: 20px;
	margin: 15px;
	background: #0000008a;
}

.titulos {
	display: block;
	background: #1180ff;
	padding: 10px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	border-radius: 7px;
	border-bottom: 2px solid #040990;
	margin-bottom: 20px;
}

.names {
	color: #1180ff;
	font-size: 19px;
	font-weight: bold;
}

.play {
	display: block;
	position: fixed;
	width: 100px;
	max-width: 20%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.video1 {
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 100;
	top: 0;
	left: 0;
	background: #000000ed;
}

.video1 video {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	max-width: 90%;
	max-height: 90%;
	transform: translate(-50%, -50%);
}

.cerrarvideo {
	display: block;
	width: 70px;
	position: absolute;
	z-index: 101;
	top: 7px;
	right: 7px;
}

.mostrar {
	cursor: pointer;
}

.oculto {
	display: none;
}

.botoncom {
	position: fixed;
	display: block;
	top: 15px;
	right: 15px;
	z-index: 1;
	text-align: center;
	padding: 10px 5px;
	border-radius: 5px;
	background: #0000008a;
	cursor: pointer;
	width: 80px;
	font-size: 14px;
}

.botondisco img {
	display: block;
	margin: 0 auto 5px auto;
	width: 42px;
}

.botondisco {
	position: fixed;
	display: block;
	top: 120px;
	right: 15px;
	z-index: 1;
	text-align: center;
	padding: 10px 5px;
	border-radius: 5px;
	background: #0000008a;
	cursor: pointer;
	width: 80px;
	font-size: 14px;
}

.botoncom img {
	display: block;
	margin: 0 auto 5px auto;
	width: 42px;
}


.botonfechas {
	position: fixed;
	display: block;
	top: 220px;
	right: 15px;
	z-index: 1;
	text-align: center;
	padding: 10px 5px;
	border-radius: 5px;
	background: #0000008a;
	cursor: pointer;
	width: 80px;
	font-size: 14px;
}

.botonfechas img {
	display: block;
	margin: 0 auto 5px auto;
	width: 42px;
}


.gridCd {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 50px 25px;
}

.gridCd img {
	width: 100%;
}

.gridCd .cd {
	display: grid;
	grid-template-columns: 150px auto;
	background: #00000060;
}

.infoCd {
	display: block;
	padding: 5px;
	font-size: 12px;
}

.infoCd .titulo {
	display: block;
	padding: 5px;
	margin-bottom: 0;
	background: #040990;
}

.infoCd .artista {
	display: block;
	padding: 5px;
	margin-bottom: 0;
	background: #00000060;
}

.infoCd .cddatos {
	line-height: 17px;
}

.infoCd .leftinfo {
	display: inline-block;
	width: 52px;
}

.infoCd .fecha {
	display: block;
	width: 50%;
	font-size: 12px;
	padding: 0 3px 3px 5px;
	border-left: 2px solid #1180ff;
	border-bottom: 1px solid #1180ff;
	text-align: center;
	margin-left: auto;
}


.gridredes {
	display: block;
	text-align: center;
}

.gridredes .red, .gridredes .red2 {
	position: relative;
	display: inline-block;
	padding: 5px 5px;
	background: #ffffff;
	border-radius: 7px;
	text-align: center;
	margin: 5px;
	width: 60px;
	height: 60px;
}

.gridredes .red img {
	display: block;
	position: absolute;
	max-width: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.gridredes .red2 img {
	display: block;
	position: absolute;
	max-width: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}









@media screen and (max-width: 1000px) {
	
	.gridCd {
		grid-template-columns: repeat(2, 1fr);
	}

}


@media screen and (max-width: 750px) {
	
	.gridCd {
		grid-template-columns: repeat(1, 1fr);
		gap: 25px 25px;
	}

	.infoCd .fecha {
		width: 75%;
	}

	.botoncom, .botondisco, .botonfechas {
		right: 2px;
		transform: scale(0.85) translateY(-5px);
	}

	.botondisco, .botonfechas {
		transform: scale(0.85) translateY(-25px);
	}

	.botonfechas {
		transform: scale(0.85) translateY(-40px);
	}

	
}
