* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  background: linear-gradient(90deg, rgba(67,0,119,1) 0%, rgba(106,6,169,1) 50%, rgba(88,6,169,1) 100%) !important;
  background-color: #3d079a;
  width: 100%;
  height: 100%;

}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(12px, 2vw, 26px);
  background-color: #833ff7 !important;
}

h1 {
  position: absolute;
  font-family: 'Roboto';
  font-weight: 800 !important;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  color: #fff;
  font-size: 2em;
  animation: breathe 20000ms alternate infinite ease-in-out;
  margin-top: -50px;
}
h1 > .last {
  letter-spacing: 0em;
}

.waypoint{
  padding:0; /* whatever the dimensions the image needs */
  content: url(https://www.ruty.cl/waypoint-ruty.png) !important;
  width: 31px;
  height: 45px;
  animation: breathe 20000ms alternate infinite ease-in-out;
  filter: opacity(0.7);
}


h3 {
  position: absolute;
  font-family: 'Roboto';
  text-transform: uppercase;
  letter-spacing: 0.5em;
  color: #fff;
  font-weight: 800;
  font-size: 1em;
  animation: breathe 20000ms alternate infinite ease-in-out;
  margin-top: 100px;
}
h3 > .last {
  letter-spacing: 0em;
}


h4 {
  position: absolute;
  font-family: 'Roboto';
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #fff;
  font-weight: 100;
  font-size: 0.5em;
  animation: breathe 20000ms alternate infinite ease-in-out;
  margin-top: 170px;
}
h4 > .last {
  letter-spacing: 0em;
}

hr.solid {
  position: absolute;
    color: #ffffff6b;
    font-weight: 100;
    font-size: 0.5em;
    width: 40%;
    border-top: 1px solid #7800fd78;
}


@keyframes breathe {
  0% {
    transform: scale(1);
    color: hsl(0deg 0% 100% / 30%);
  }
  100% {
    transform: scale(0.9);
    color: hsl(0deg 0% 100% / 80%);;
  }
}

canvas {
  width: auto;
  height: auto;
  box-shadow: 0 1em 2em 0.5em hsla(210deg, 35%, 0%, 0.1)
}


@media screen and (max-width: 787px){
* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  background: linear-gradient(90deg, rgba(67,0,119,1) 0%, rgba(106,6,169,1) 50%, rgba(88,6,169,1) 100%) !important;
  background-color: #3d079a;
  width: 100%;
  height: 100%;

}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(12px, 2vw, 26px);
  background-color: #833ff7 !important;
}

h1 {
  position: absolute;
  font-family: 'Roboto';
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #fff;
  font-weight: 600;
  font-size: 2em;
  animation: breathe 20000ms alternate infinite ease-in-out;
  margin-top: -80px;
}
h1 > .last {
  letter-spacing: 0em;
}



h3 {
  position: absolute;
  font-family: 'Roboto';
  text-transform: uppercase;
  letter-spacing: 0.5em;
  color: #fff;
  font-weight: 300;
  font-size: 1em;
  animation: breathe 20000ms alternate infinite ease-in-out;
  margin-top: 50px;
}
h3 > .last {
  letter-spacing: 0em;
}

h4 {
  position: absolute;
  font-family: 'Roboto';
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #fff;
  font-weight: 100;
  font-size: 0.6em;
  animation: breathe 20000ms alternate infinite ease-in-out;
  margin-top: 100px;
}
h4 > .last {
  letter-spacing: 0em;
}

hr.solid {
  position: absolute;
    color: #ffffff6b;
    font-weight: 100;
    font-size: 0.5em;
    width: 50%;
    border-top: 1px solid #7800fd78;
	margin-top: -30px;
}
.waypoint {
    padding: 0;
    content: url(https://www.ruty.cl/waypoint-ruty.png) !important;
    width: 16px;
    height: 30px;
    animation: breathe 20000ms alternate infinite ease-in-out;
    margin-bottom: -5px;
	filter: opacity(0.7);
}


@keyframes breathe {
  0% {
    transform: scale(1);
    color: hsl(0deg 0% 100% / 30%);
  }
  100% {
    transform: scale(0.9);
    color: hsl(0deg 0% 100% / 80%);;
  }
}

canvas {
  width: auto;
  height: auto;
  box-shadow: 0 1em 2em 0.5em hsla(210deg, 35%, 0%, 0.1)
}
}
