html {
	cursor: url('img/gifs/cursor.gif'), auto;
}

body.main-bg {
	background-image: url("img/gifs/lsd.gif"), url("img/gifs/marciano.gif"), url("img/banda04.jpg");
	background-repeat: repeat-x, repeat-y, repeat;
	background-color: #cccccc;
}

body.influence-bg {
	background-image: url("img/gifs/ELINDIO.gif"), url("img/redondos-01.png"), url("img/gifs/redondos.webp");
	background-repeat: repeat-x, repeat-y, repeat;
	background-color: #cccccc;
}

div.main {
	margin:40px auto;
	min-width: 650px;
	max-width:650px;
	line-height:1.6;
	font-size:18px;
	/* color:#444; */
	padding:0 10px;
	font-family: sans-serif;
}

h1, h2, h3 {
	line-height:1.2
}


h1 {
	background-image: radial-gradient(brown, yellow);
	font-size: 3em;
	font-family: sans-serif;
	font-weight: bolder;
	color: #00EE9F;
}

h2 {
	background-image: repeating-linear-gradient(red, yellow 10%, green 20%);
	font-size: 2em;
	color: #F09EE5;
	text-align: center;
}

h2 span {
	background-color: rgba(128, 128, 0, 0.5);
}

.sticky-logo {
	position: fixed;
	height: 150px;
	width: 150px;
	top: 150px;
	left: 150px;
}

div.container-disco {
	position: relative;
	min-height: 280px;
}

/* 2019 DISCO DE MIERDA */

ul.temas-2019 {
	position: absolute;
	left: 340px;
	background-color: green;
	/* float: right; */
	min-width: 300px;
}

ul.temas-2019 li {
	list-style-image: url("img/gifs/pointl.gif");
}

img.tapa-2019 {
	position: absolute;
	width: 300px;
	height: 300px;
	top: 0px;
	left: -30px;
	transform: rotate(-3deg);
	border-radius: 10px
}

/* 2020 PERO KE MIERDA*/

ul.temas-2020 {
	background-color: blue;
}

ul.temas-2020 li {
	list-style-image: url("img/gifs/pointl.gif");
}

img.tapa-2020 {
	position: absolute;
	width: 230px;
	height: 230px;
	top: 150px;
	left: 450px;
	transform: rotate(1.4deg);
}

/* 2023 LA BANDA LOCA DEL TIO ROCK */

div.container-2023 {
	transform: rotate(-14deg);
	padding-bottom: 40px;
}

ul.temas-2023 {
	background: linear-gradient(45deg, yellow, green);
}

ul.temas-2023 li {
	transform: rotate(3deg);
	list-style-image: url("img/gifs/pointl.gif");
}

ul.temas-2023 a {
	color: #A43FFF;
	background: linear-gradient(110deg, #10FF20, #FFFF20);
	transition:  color 1s, font-size 0.2s;
}

ul.temas-2023 a:hover {
	color: #002F4D;
}

img.tapa-2023 {
	position: absolute;
	width: 400px;
	height: 400px;
	top: 150px;
	left: 450px;
	transform: rotate(25deg);
	z-index: 2;
}

p.aclaracion {
	background-color: transparent;
	margin-bottom: -3em;
	text-align: right;
	margin-right: 99px;
	transform: rotate(30deg);
	color: green;
	font-weight: bold;
}

/* 2024 LOS 5 MEJORES AÑOS DE TU VIDA */

h2.titulo-2024-5mejores {
	margin-bottom: 0;
	background-image: repeating-linear-gradient(-69deg, red, green 20%, black 30%);
	font-size: 1.5em;
	text-align: center;
}

h2.titulo-2024-5mejores a {
	color: #9EF0E5;
}

h2.titulo-2024-5mejores a:hover {
	color: #9E99E5;
}

div.container-2024-5mejores {
	margin-bottom: 30px;
	min-height: 360px;
	background: repeating-conic-gradient(
		from 45deg at 20% 60%,
		brown 0deg 10deg,
		darkgoldenrod 10deg 20deg,
		chocolate 20deg 30deg
	);
}

p.descripcion-2024-5mejores {
	margin-top: 0;
	margin-left: 50%;
	width: 50%;
	background: repeating-conic-gradient(
		from 45deg at 80% 60%,
		brown 0deg 10deg,
		darkgoldenrod 10deg 20deg,
		chocolate 20deg 30deg
	);
	color: rgb(95, 139, 212);
	font-size: 1.1em;
	font-weight: bolder;
}

p.descripcion-2024-5mejores span {
	background-color: rgba(100, 80, 0, 0.8);
}

ul.temas-2024-5mejores {
	margin-top: 60px;
	margin-left: 50%;
	width: 50%;
}

ul.temas-2024-5mejores li {
	transform: rotate(3deg);
	list-style-image: url("img/gifs/pointl.gif");
}

ul.temas-2024-5mejores a {
	color: #A43FFF;
	background: linear-gradient(110deg, #10FF20, #FFFF20);
	transition:  color 1s, font-size 0.2s;
}

img.tapa-2024-5mejores {
	position: absolute;
	width: 360px;
	height: 360px;
	top: 20px;
	left: -50px;
	transform: rotate(-5deg);
}

img.looking-divider {
	width: 740px;
	margin-left: -50px;
}

/* 2024 EL MOJO SECRETO EN PYKARO'S BAR */

div.container-tapa-2024-mojosecreto div {
	width: 650px;
	height: 650px;
	border-radius: 350px;
	background: repeating-conic-gradient(
		from 45deg at 50% 50%,
		rgb(255, 239, 14) 0deg 10deg,
		rgb(245, 55, 58) 10deg 20deg,
		orange 20deg 30deg
	);
	animation: rotation 20s infinite linear;
}

div.container-tapa-2024-mojosecreto img {
	position: absolute;
	width: 500px;
	height: 500px;
	top: 75px;
	left: 75px;
	border-radius: 30px;
}

h2.titulo-2024-mojosecreto {
	margin-top: -85px;
	margin-bottom: 0px;
	background-image: repeating-linear-gradient(-69deg, red, green 20%, black 30%);
	font-size: 2em;
	text-align: center;
	position: relative;
	z-index: 2;
}

div.container-2024-mojosecreto {
	margin-top: -17px;
	margin-left: -22px;
	margin-right: 18px;
	background: repeating-linear-gradient(
		60deg,
		brown 30%,
		darkgoldenrod 20%,
		chocolate 50%
	);
	transform: rotate(2deg);
}

p.descripcion-2024-mojosecreto {
	background: transparent;
	text-align: center;
	font-weight: bold;
}

/* DATOS */

ul.redes {
	position: relative;
	background-color: rgba(100, 150, 70, 0.9);
	margin-left: 40px;
	margin-top: -30px;
	max-width: 400px;
	transform: rotate(-3deg);
}

ul.redes li {
	margin-left: 50px;
	list-style-image: url("img/gifs/aaabulletleafanim.gif");
}

ul.redes img {
	position: absolute;
	left: 200px;
	top: 120px;
}

p {
	background-color: red;
}

p.bio-1 {
	transform: rotate(-1deg);
}

p.bio-2 {
	transform: rotate(3deg);
	position:relative;
	left: -5px;
}

p.bio-3 {
	transform: rotate(5deg);
	position:relative;
	left: -10px;
}

p.bio-4 {
	transform: rotate(7deg);
	position:relative;
	left: -15px;
}

p.bio-5 {
	transform: rotate(10deg);
	position:relative;
	left: -20px;
	margin-bottom: -145px
}

p.contacto {
	color: #0F0FFF;
	background-color: #000000;
	font-family: monospace;
	font-weight: bold;
	font-size: 1.2em
}

p.influencia {
	background-color: #00AA55;
}

a {
	background-color: rgba(150,75,0, 0.8);
	font-weight: bold;
	color:  #FFFF00;
	transition:  font-size 0.1s;
}

a:visited {
	color:  #DDDD00;
}

a:hover {
	font-size: 1.3em;
}

marquee {
	font-family: "Comic Sans MS";
	color: #FFEE00;
	background-color: #ff33f9;
	margin-left: -300px;
	margin-right: 50px;
}

.rotation {
	display:inline;
	animation: rotation 8s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.shake {
	display:inline;
	animation: shake 0.1s infinite linear;
}

@keyframes shake {
  0% {
    transform: rotate(-1deg);
  }
	50% {
		transform: rotate(1deg);
	}
  100% {
    transform: rotate(-1deg);
  }
}

.embedded-player {
	transform: rotate(1deg);
	position: relative;
	left: 50px;
	top: 10px;
}

.img-01 {
	position: relative;
	top: -1300px;
	left: -150px;
}

.img-02 {
	position: relative;
	top: -900px;
	left: 600px;
}

.img-03 {
	position: relative;
	top: -350px;
	left: -370px;
}

.img-04 {
	position: relative;
	top: -100px;
	left: 400px;
}


/* PAJERO */

.pajero {
	font-family: sans-serif;
	background-color: rgb(255, 0, 0);
}

.fullscreenDiv {
    width: 100%;
    height: auto;
    bottom: 0px;
    top: 0px;
    left: 0;
    position: absolute;
}

.pajero-inner {
	color: rgb(0, 69, 255);
	font-size: 10em;
	font-weight: bolder;
	height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
