@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

html{
    scrollbar-gutter: stable;
}

body{
    background-image: url("Menu_Background.png");
    background-size:cover;
    background-position: fixed;
    background-attachment: fixed;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 40px;
}

header{
    background-image: linear-gradient(to right, rgb(24, 23, 23), rgb(59, 59, 59));
    background-size: 400%;
    max-height: 22vh;
    min-height: 22vh;
    position: relative;
    animation: fondo 20s ease;
}

header:hover{
    box-shadow: 0 -12px 10px rgb(128, 128, 128, 0.6),
    0 12px 10px rgb(128, 128, 128, 0.6)
}

h1{
    min-width: 40vh;
}

.calam{
    min-width: 46vh;
}

nav{
    max-height: 20vh;
    min-height: 20vh;
}

nav ul {
  max-height: 20vh;
  min-height: 20vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.calamity{
    min-width: 22vh;
    max-width: 100px;
    aspect-ratio: 1/1;
    margin-left: 650px;
    margin-top: 2vh;
    z-index: 9999;
}

.calamity:hover{
    box-shadow: 0px 0px 15px 15px red;
    transition: all 0.3s ease;
}


h1{
    animation: respirar 5s linear infinite;
    width: fit-content;
}

.music{
    background-color: rgba(99, 149, 255);
    width: 98vh;
    height: 35vh;
    border: solid rgb(0, 247, 255) 3px;
    border-radius: 15px;
    display: flex;
    box-shadow: 11px 11px 0px 0px rgb(165, 255, 225);
    transition: all 0.2s ease;
    animation: scroll linear both;
    animation-timeline: view();
    animation-range: entry 20% cover 30%;
}

.music:hover{
    transform-style: preserve-3d;
    box-shadow: 5px 5px 0px 0px rgb(165, 255, 225);
    transform: translateY(6px)
    translateX(6px);
}

.contenedor{
    width: 70%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.imagen{
    width: 30%;
    height: 100%;
    border-radius: 15px;
}

.titulo{
    display: flex;
    flex: 1;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 28px;
    font-weight: 1000;
    color: rgb(0, 0, 0);
    justify-content: center;
    align-items: center;
    text-align: center;
}

.titulo1{
    background-color: rgba(99, 149, 255, 0.8);
    border-radius: 15px;
}

.titulo4{
    background-color: rgba(255, 215, 0);
    border-radius: 15px;
}

.audio{
    flex: 1;
    width: 100%;
    align-items: center;
    text-align: center;
    background-color: rgb(46, 0, 0);
    border-radius: 15px;
}

.audio2{
    width: 50%;
    height: 50%;
}

.a{
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

/* audios pros */

.audiocont{
    display: flex;
    flex-direction: column;
    background-color: rgb(0, 95, 95, 0.75);
    border: solid blue 3px;
    border-radius: 15px;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.play{
     background: transparent;
}

.play1{
    background: transparent;
    width: 65px;
    height: 65px;
    border-radius: 50%;
}

.play1:hover{
    scale: 1.1;
}

.play1:active{
    outline: 2px solid yellow;
}

.bar{
    display: flex;
    width: 300px;
    margin-bottom: 20px;
}

.vol-slide{ 
    font-size: 20px;
    font-family: monospace;
    margin-right: 10px;
}

.vicon{
    aspect-ratio: 1/1;
    width: 50px;
    border-radius: 50%;
}

.multimedia{
    display: flex;
    width: 300px;
    margin-bottom: 20px;
}

.duracion{
    min-width: 150px;
    max-width: 240px;
}

input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 95%;
  background: transparent;
  cursor: pointer;
}

input[type="range"]::-webkit-slider-runnable-track {
    background-color: aqua;
    width: 200px;
    height: 8px;
    border-radius: 10px;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background-image: linear-gradient(to left, aqua, blue);
    height: 24px;
    width: 24px;
    border-radius: 50%;
    box-shadow: 1px 1px 1px aquamarine 0px 1px 1px aqua;
    margin-top: -6px;
}

/* Area para cambiar los estilos de las 4 paginas */


.supercontenedor1{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  justify-items: center;
}

.supercontenedor2{
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  justify-items: center;
}

.supercontenedor2 .music{
    border: solid rgb(11, 65, 0) 3px;
    box-shadow: 11px 11px 0px 0px rgb(0, 100, 0);
    background-color: rgba(0, 180, 39, 0.8);
}

.supercontenedor2 .music:hover{
    box-shadow: 5px 5px 0px 0px rgb(0, 100, 0);
    transform: translateY(6px)
    translateX(6px);
}

.supercontenedor2 .music .contenedor .audiocont{
    border: solid rgb(0, 37, 0) 3px;
}

.supercontenedor2 input[type="range"]::-webkit-slider-runnable-track {
    background-color: rgb(51, 255, 0);
    width: 200px;
    height: 8px;
    border-radius: 10px;
}

.supercontenedor2 input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background-image: linear-gradient(to left, rgb(0, 255, 42), rgb(0, 88, 12));
    height: 24px;
    width: 24px;
    border-radius: 50%;
    box-shadow: 1px 1px 1px rgb(127, 255, 180) 0px 1px 1px rgb(0, 255, 98);
    margin-top: -7px;
}

.supercontenedor3{
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  justify-items: center;
}

.supercontenedor3 .music{
    border: solid rgb(26, 0, 99) 3px;
    box-shadow: 11px 11px 0px 0px rgb(79, 0, 225);
    background-color: rgba(31, 64, 255, 0.8);
}

.supercontenedor3 .music:hover {
    box-shadow: 5px 5px 0px 0px rgb(79, 0, 225);
    transform: translateY(6px)
    translateX(6px);
}

.supercontenedor3 .music .contenedor .audiocont{
    background-color: rgba(2, 0, 94, 0.75);
    border: solid rgb(38, 0, 128) 3px;
}

.supercontenedor3 .music .contenedor .titulo3{
    border-radius: 15px;
}

.supercontenedor3 input[type="range"]::-webkit-slider-runnable-track {
    background-color: rgb(89, 0, 255);
    width: 200px;
    height: 8px;
    border-radius: 10px;
}

.supercontenedor3 input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background-image: linear-gradient(to left, rgb(98, 0, 255), rgb(1, 0, 88));
    height: 24px;
    width: 24px;
    border-radius: 50%;
    box-shadow: 1px 1px 1px rgb(127, 150, 255) 0px 1px 1px rgb(111, 0, 255);
    margin-top: -7px;
}

.supercontenedor4{
  display: none;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 40px;
  max-width: 199.5vh;
}

.extras{
    width: 100%;
    height: 35vh;
    border-radius: 15px;
}

.supercontenedor4 .music{
    width: 100%;
    display: grid;
    grid-template-rows: 30% 1fr;
    background-color: rgba(255, 215, 0);
    border: solid rgb(61, 61, 0);
    border-radius: 15px;
    box-shadow: 0 0 0 0 transparent;
    
}

.supercontenedor4 .music:hover{
    box-shadow: 0 0 0 0 transparent;
    transform: translateY(0px)
    translateX(0px);
}

.supercontenedor4 .music .order .audiocont{    
    background-color: rgba(255, 255, 0, 0.75);
    border: solid rgb(58, 54, 0) 3px;
}

.supercontenedor4 .music .order1 .audiocont{    
    background-color: rgba(255, 255, 0, 0.75);
    border: solid rgb(58, 54, 0) 3px;
}

.supercontenedor4 input[type="range"]::-webkit-slider-runnable-track {
    background-color: rgb(255, 251, 0);
    width: 200px;
    height: 8px;
    border: solid black 2px;
    border-radius: 10px;
}

.supercontenedor4 input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background-image: linear-gradient(to left, rgb(251, 255, 0), rgb(88, 75, 0));
    height: 24px;
    width: 24px;
    border: solid black 2px;
    border-radius: 50%;
    box-shadow: 1px 1px 1px rgb(246, 255, 127) 0px 1px 1px rgb(251, 255, 0);
    margin-top: -11px;
}

.ordenador{
    min-width: 65%;
    max-width: 100%;
    border: solid yellow 2px;
    border-radius: 15px;
    background-color: yellow;
    display: grid;
    flex-direction: column;
    grid-template-columns: 30% 70%;
    box-shadow: 11px 11px 0px 0px rgb(255, 215, 0);
    transition: all 0.2s ease;
}

.ordenador:hover{
box-shadow: 5px 5px 0px 0px rgb(255, 215, 0);
transform: translateY(6px)
    translateX(6px);
}

.order{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.order1{
    display: grid;
    grid-template-columns: 100%;
}

.lore{
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    background-color: rgba(255, 255, 0, 0.75);
    border: solid rgb(58, 54, 0) 3px;
    border-radius: 15px;
}

h2{
    font-size: 50px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.temas{
    display: flex;
    background-color: gold;
    border: solid  black;
    border-radius: 15px;
    width: 100%;
    justify-content: center;
}

#xd{
    width: 100%;
}








@keyframes scroll{
    0% {opacity: 0;
        scale: 0.7;
        translate: 0 100px;
    }
    50% {opacity: 0.5;
        scale: 0.85;
        translate: 0 50px;
        ;}
    100% {opacity: 1;
          scale: 1;
          translate: 0 0;
    }
}

@keyframes fondo{
    0% {background-position: 0% 50%;}
    20% {background-position: 100%, 50%;}
    40% {background-position: 0%, 50%;}
    60% {background-position: 100%, 50%;}
    80% {background-position: 0%, 50%;}
    100% {background-position: 100%, 50%;}
}

@keyframes respirar{
    0%, 100%{scale: 1;}
    20%, 80%{scale: 1.04;}
    40%{scale: 1.1;}
    60%{scale: 1.08;}
}

/* Plantillas */

:root {
  --backgroundColor: rgb(255, 233, 92);
  --colorShadeA: rgb(0, 0, 0);
  --colorShadeB: rgb(238, 255, 0);
  --colorShadeC: rgb(255, 81, 0);
  --colorShadeD: rgb(182, 12, 0);
  --colorShadeE: rgb(255, 0, 0);
}

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700");
* {
  box-sizing: border-box;
}
*::before,
*::after {
  box-sizing: border-box;
}
button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  font-size: 1.1rem;
  color: var(--colorShadeA);
  font-weight: 600;
  text-transform: uppercase;
  font-family: inherit;
  margin-right: 12px;
  margin-bottom: 7px;
}

button.big-button {
  padding: 1em 2em;
  border: 2px solid var(--colorShadeA);
  border-radius: 1em;
  background-color: rgb(128, 0, 0);
  background-image: linear-gradient(to left, rgb(80, 0, 0), rgb(255, 0, 0));
  transform-style: preserve-3d;
  transition: all 175ms cubic-bezier(0, 0, 1, 1);
}
button.big-button::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--colorShadeC);
  border-radius: inherit;
  box-shadow: 0 0 0 2px var(--colorShadeB), 0 0.75em 0 0 var(--colorShadeA);
  transform: translate3d(0, 0.75em, -1em);
  transition: all 175ms cubic-bezier(0, 0, 1, 1);
}

#boton4{
    background-image: linear-gradient(to left, rgb(9, 80, 0), rgb(0, 255, 55));
    background-color: rgb(13, 110, 0);
}
#boton4:hover{
    background: rgb(13, 110, 0);
    background-color: rgb(13, 110, 0);
}

#boton4::before{
    background: rgb(50, 255, 23);
    background-color: rgb(50, 110, 0);
    box-shadow: 0 0 0 2px var(rgb(151, 255, 151)), 0 0.75em 0 0 var(--colorShadeA);
}

button.big-button:hover{
  background: var(--colorShadeD);
  transform: translate(0, 0.375em);
}

button.big-button:hover::before {
  transform: translate3d(0, 0.75em, -1em);
}

button.big-button:active {
  transform: translate(0em, 0.75em);
  box-shadow: 0 0 80px rgba(255, 255, 255, 0.6);
  transition: all 0.2s linear;
}

button.big-button:active::before {
  transform: translate3d(0, 0, -1em);

  box-shadow: 0 0 0 2px var(--colorShadeB), 0 0.25em 0 0 var(--colorShadeB);
}




@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
