@import "https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=DM+Serif+Display&display=swap";
@import "https://use.fontawesome.com/releases/v5.3.1/css/all.css";

/* @font-face {
  font-family: Play;
  src: url(fonts/play/Play-Bold.eot);
  src: url(fonts/play/Play-Bold.eot?#iefix) format("embedded-opentype"),
    url(fonts/play/Play-Bold.woff2) format("woff2"),
    url(fonts/play/Play-Bold.woff) format("woff"),
    url(fonts/play/Play-Bold.ttf) format("truetype"),
    url(fonts/play/Play-Bold.svg#Play-Bold) format("svg");
  font-weight: 700;
  font-display: swap;
} */

header {
  background-color: #fff;
  color: #fff;
  position: relative;
  text-align: center;
  height: auto;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Play, sans-serif;
  background-color: #fbf2ea;
}
html,
iframe {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  font-weight: 400;
  line-height: 18px;
  font-smoothing: antialiased;
  font-smooth: antialiased;
  font-smoothing: subpixel-antialiased !important;
  font-smooth: subpixel-antialiased;
}
a {
  text-decoration: none;
}
p {
  line-height: inherit;
  margin: 0;
}
a {
  text-decoration: none;
  color: #2c2c2c;
}
a:hover {
  text-decoration: none !important;
  transition: linear 0.1s;
}
ul li {
  padding: 0;
  margin: 0;
}
footer a {
  color: #fff;
}
ul,
li {
  list-style: none;
}
* {
  box-sizing: border-box;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.head {
  padding: 0 !important;
}
.aniversarioSetenta {
  font-size: 14px;
  background-image: url(../img/Seventyears/concrete_seamless.png);
  background-repeat: repeat;
  overflow: hidden;
}
.animban {
  position: relative;
  height: 100vh;
}
.banner {
  position: relative;
  height: auto;
  mix-blend-mode: darken;
  margin-top:0px;
}
.banner figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.banner figure:nth-of-type(2) {
  position: absolute;
  width: 270px;
  height: 270px;
  top: 4%;
  left: 29%;
}
.image-mask {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position-x: 50%;
  background-position-y: 90%;
  background-size: 100%;
}
.image-mask img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#particleContainer {
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 9999;
  top: 0;
  mix-blend-mode: color-dodge;
}
#particleContainer #particle {
  width: 100%;
  z-index: 0;
  position: absolute;
}
.bannerTexto2 {
  position: relative;
  margin-top: 10em;
}
.bannerTexto2 div {
  display: flex;
  align-items: center;
}
.bannerTexto2 div article:nth-of-type(1) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bannerTexto2 div article:nth-of-type(1) figure {
  width: 180px;
}
.bannerTexto2 div article:nth-of-type(2) h1 {
  font-family: Play;
  text-transform: uppercase;
  font-size: clamp(48px, 6vw, 136px);
  font-size: clamp(3rem, 6vw, 8.5rem);
  text-align: left;
  color: #00527d;
  font-weight: bolder;
  line-height: 0.9em;
  margin: 0;
  padding: 0;
}
.bannerTexto2 div article:nth-of-type(2) h1 span {
  color: transparent;
  -webkit-text-stroke: 3px #00527d;
  padding: 0;
  margin: 0;
  line-height: 0;
}
.dragon {
  display: none;
  position: absolute;
  width: 95%;
  height: auto;
  top: 80vh;
  z-index: 0;
  opacity: 0.6;
  transform: rotate(5deg) scale(1);
  mix-blend-mode: color-burn;
}
.section {
  margin: 0 auto;
  height: auto;
  z-index: 2;
}
div.logo {
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.logo figure {
  width: 150px;
}
.blurtop {
  width: 100%;
  top: 0;
  position: absolute;
  background: linear-gradient(0deg, #fff 0, #fff 60%);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0) 60%
  );
  backdrop-filter: blur(0);
  height: 40px;
  z-index: 1;
}
.container {
    width: 100%;
    max-width: 1400px;
}
.sectionYa1 {
  position: relative;
  height: auto;
}
.sectionYa1 h1 {
  font-family: Play, sans-serif;
  font-weight: 700;
  font-size: 2em;
  color: #00527d;
  max-width: 440px;
  margin: 0 auto;
  margin-top: 1em;
  text-align: center;
}
.sectionYa1 .centerYa1 {
  display: flex;
  align-items: center;
}
.sectionYa1 .centerYa1 article {
  position: relative;
  height: 100%;
}
.sectionYa1 .centerYa1 article:nth-of-type(1) {
  max-width: 800px;
  margin: 0 auto;
  transform: scale(1);
}
.sectionYa1 .centerYa1 article:nth-of-type(2) {
  display: flex;
  height: 100%;
}
.sectionYa1 .contenspect {
  overflow: hidden;
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
  flex-direction: initial;
  box-sizing: border-box;
  scroll-snap-type: x mandatory;
  justify-content: initial;
}
.sectionYa1 .contenspect::-webkit-scrollbar {
  display: none;
}
.sectionYa1 .specsYa1 {
  width: max-content !important;
  margin: 0 auto;
  margin-top: 1em;
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
  display: flex;
  flex-direction: initial;
  box-sizing: border-box;
  scroll-snap-type: x mandatory;
  justify-content: initial;
}
.sectionYa1 .specsYa1 aside {
  display: flex;
  margin: 0 10px;
  scroll-snap-align: end;
}
.sectionYa1 .specsYa1 aside div:nth-of-type(1) {
  width: 40px;
}
.sectionYa1 .specsYa1 aside div:nth-of-type(2) {
  font-family: Roboto Serif, serif;
  display: grid;
}
.sectionYa1 .specsYa1 aside div:nth-of-type(2) span:nth-of-type(1) {
  color: #e30917;
  font-weight: bolder;
  font-size: 1.3em;
  margin: 0;
  padding: 0;
  line-height: normal;
  font-family: Play, sans-serif;
  line-height: initial;
}
.sectionYa1 .specsYa1 aside div:nth-of-type(2) span:nth-of-type(2) {
  font-weight: 400;
  color: #00527d;
  font-size: 1.2em;
  margin: 0;
  padding: 0;
  line-height: normal;
  font-family: Play, sans-serif;
  line-height: 0;
}
.sectionYa1 p {
  font-family: Roboto Serif, serif;
  text-align: center;
  margin: 0 auto;
  margin-top: 2em;
  margin-bottom: 5em;
  max-width: 1200px;
  line-height: 1.9em;
}
.especificacionesTecnicas {
  margin: 1em 0;
  position: relative;
}
.especificacionesTecnicas div.container {
  display: flex;
}
.especificacionesTecnicas div.container article:nth-of-type(1) figure {
  position: relative;
  margin: 0 auto;
  border-radius: 1.618em;
  overflow: hidden;
}
.especificacionesTecnicas div.container article:nth-of-type(1) figcaption {
  font-size: 0.8em;
  text-align: center;
  font-style: italic;
  margin: 1em 0;
}
.especificacionesTecnicas div.container article:nth-of-type(2) {
  height: auto;
  overflow: hidden;
  transition: height 0.5s ease;
  position: relative;
}
.especificacionesTecnicas div.container article:nth-of-type(2) h2 {
  font-family: Play, sans-serif;
  font-weight: 700;
  font-size: 2em;
  color: #00527d;
  max-width: 350px;
}
.especificacionesTecnicas div.container article:nth-of-type(2) table {
  width: 100%;
  border-collapse: collapse;
  margin-left: auto;
}
.especificacionesTecnicas div.container article:nth-of-type(2) table tr {
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.especificacionesTecnicas div.container article:nth-of-type(2) table tr th,
.especificacionesTecnicas div.container article:nth-of-type(2) table tr td {
  padding: 7px 0;
  text-align: center;
}
.especificacionesTecnicas
  div.container
  article:nth-of-type(2)
  table
  tr
  th:nth-of-type(1),
.especificacionesTecnicas
  div.container
  article:nth-of-type(2)
  table
  tr
  td:nth-of-type(1) {
  text-align: left;
  font-weight: bolder;
  color: #00527d;
}
.especificacionesTecnicas
  div.container
  article:nth-of-type(2)
  table
  tr
  th:nth-of-type(2),
.especificacionesTecnicas
  div.container
  article:nth-of-type(2)
  table
  tr
  td:nth-of-type(2) {
  text-align: right;
}
.especificacionesTecnicas div.container #botonExpandir {
  display: none;
}
.section1 {
  position: relative;
  display: flex;
  align-items: center;
}
.section1 article:nth-of-type(1) .title figure {
  position: absolute;
  max-width: 150px;
  top: -17%;
  right: 34%;
  margin: 0;
  margin-left: -4em;
  transform: scale(1);
}
.section1 article:nth-of-type(1) .title small {
  font-family: Play, sans-serif;
  font-weight: 700;
  font-size: 2.4em;
  color: #e30917;
}
.section1 article:nth-of-type(1) .title h2 {
  font-family: Play, sans-serif;
  font-weight: 700;
  font-size: 2em;
  color: #00527d;
  margin: 0;
  padding: 0;
}
.section1 article:nth-of-type(1) p {
  font-size: 1em;
  font-family: Roboto Serif, serif;
  line-height: 2em;
}
.section1 article:nth-of-type(1) p b {
  color: #00527d;
}
.section1 article:nth-of-type(2) figure.fullimsection img {
  transform: scale(1.5);
}
.section2 {
  position: relative;
  display: flex;
  align-items: center;
}
.section2 article:nth-of-type(1) > figcaption {
  transform: rotate(-90deg);
  position: relative;
  transform-origin: left top;
  font-size: 0.8em;
  text-shadow: 1px 1px 4px white;
}
.section2 article:nth-of-type(2) .title figure {
  position: absolute;
  max-width: 150px;
  top: -23%;
  right: 47%;
  margin: 0;
  margin-left: -4em;
  transform: scale(1.2);
}
.section2 article:nth-of-type(2) .title small {
  font-family: Play, sans-serif;
  font-weight: 700;
  font-size: 2.4em;
  color: #e30917;
}
.section2 article:nth-of-type(2) .title h2 {
  font-family: Play, sans-serif;
  font-weight: 700;
  font-size: 2em;
  color: #00527d;
  margin: 0;
  padding: 0;
}
.section2 article:nth-of-type(2) p {
  font-size: 1em;
  font-family: Roboto Serif, serif;
  line-height: 2em;
}
.sectionFull {
  position: relative;
}
.sectionFull article:nth-of-type(2) p {
  font-size: 1em;
  font-family: Roboto Serif, serif;
  line-height: 2em;
}
.pin-wrap {
  width: 100vw;
}
.thumbH {
  float: right;
  display: inline-block;
  width: 600px;
  margin-left: 10px;
}
.nav {
  height: 100%;
      display: contents;
}
.nav__wrapper {
  position: fixed;
  z-index: 2;
  padding: 30px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  vertical-align: middle;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
}
.nav {
  height: auto;
}
.nav__counter {
  font-size: 1.5em;
  transition: all 0.15s ease-out;
  font-weight: 700;
}
.nav__title {
  font-size: 14px;
  font-weight: 300;
  margin: 0 0 0.25em;
  width: auto;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: height 0.3s ease-out, opacity 0.2s ease-out;
  font-weight: 700;
}
.nav__body {
  font-weight: 100;
  font-size: 14px;
  width: auto;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: height 0.3s ease-out, opacity 0.2s ease-out;
}
.nav li {
  position: relative;
  transition: all 0.3s ease-out;
  margin-bottom: 1em;
  transition: 0.3s;
}
.nav li:after {
  content: "";
  display: block;
  border-top: 2px solid #00527d;
  height: 250px;
  width: 20px;
  position: absolute;
  left: -30px;
  top: 15px;
  transition: 0.3s;
}
.nav li a {
  display: block;
  padding: 0;
  color: #00527d;
  transition: all 0.15s ease-out;
}
.nav li a:hover {
  background-color: transparent;
  padding-left: 1em;
}
.nav li a:focus {
  background-color: transparent;
}
.nav li.active {
  pointer-events: none;
  padding-left: 1em;
  transition: 0.3s;
}
.nav li.active:after {
  width: 35px;
  height: 400px;
  top: 35px;
}
.nav li.active .nav__counter {
  font-size: 2em;
  color: red;
}
.nav li.active .nav__title {
  height: auto;
  opacity: 1;
  overflow: visible;
  transition: 0.2s;
}
.nav li.active .nav__body {
  height: 100px;
  opacity: 1;
  overflow: visible;
}
.wrapper {
  min-height: 100vh;
  font-family: Roboto Slab, serif;
  font-weight: 300;
  position: relative;
}
.main {
  position: relative;
  display: block;
}
#canvasHojas {
  position: absolute;
  top: 0;
  z-index: 1;
  pointer-events: none;
  right: 0;
  display: block;
  margin-right: 0;
}
::-webkit-scrollbar {
  width: 4px;
  height: 0;
  overflow-x: hidden;
}
::-webkit-scrollbar-track {
  background: #fff;
}
::-webkit-scrollbar-thumb {
  background: #00527d;
}
svg {
  vertical-align: middle;
}
.scroll-down {
  position: absolute;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  bottom: 35px;
  padding-left: 7px;
  cursor: pointer;
  z-index: 2;
  color: #c7c4b8;
  box-sizing: border-box;
}
.scroll-down.svg svg {
  width: 25px;
  opacity: 1;
  transition: opacity 0.5s;
}
.scroll-down.svg .stroke {
  stroke: #ada99d;
}
.scroll-down.svg .scroller {
  fill: #ada99d;
  animation: updown 1s infinite;
}
@keyframes updown {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.spacer {
  height: 100px;
}
.swiper {
  width: 530px;
  height: auto;
}
.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.618em;
  background: #fbf2ea;
  background-image: url(../img/Seventyears/fondoPapel.jpg);
  padding: 2em 2em 0;
  display: block;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.247);
  background-size: contain;
}
.swiper-slide figure {
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
  mix-blend-mode: multiply;
}
.swiper-slide figcaption {
  font-family: Waiting for the Sunrise, cursive;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  max-width: 70%;
  margin: 0 auto;
  padding: 1em 0;
}
.swiper-slide small {
  font-family: Waiting for the Sunrise, cursive;
  font-size: 4.5em;
  text-align: center;
  margin: 1em;
  font-weight: 700;
  position: absolute;
  transform: rotate(-25deg);
  z-index: 9;
  color: #e90909;
  bottom: 2%;
  right: 5%;
  margin: 0;
}
.swiper-slide small i {
  font-size: 0.3em;
  position: absolute;
  bottom: 45px;
}
@keyframes scroll-x {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-150%);
  }
}
#player-container {
  position: relative;
  top: 50%;
  right: 0;
  left: 0;
  width: 430px;
  height: 100px;
  z-index: 0;
  margin: -4px auto;
}
#player {
  position: relative;
  height: 100%;
  z-index: 3;
}
#player-track {
  position: absolute;
  top: 0;
  right: 15px;
  left: 15px;
  padding: 13px 22px 10px 184px;
  background-color: #fff7f7;
  border-radius: 15px 15px 0 0;
  transition: 0.3s ease top;
  z-index: 1;
}
#player-track.active {
  top: -100px;
}
#album-name {
  color: #54576f;
  font-size: 17px;
  font-weight: 700;
}
#track-name {
  color: #acaebd;
  font-size: 13px;
  margin: 2px 0 13px;
}
#track-time {
  height: 12px;
  margin-bottom: 3px;
  overflow: hidden;
}
#current-time {
  float: left;
}
#track-length {
  float: right;
}
#current-time,
#track-length {
  color: transparent;
  font-size: 11px;
  background-color: #ffe8ee;
  border-radius: 10px;
  transition: 0.3s ease all;
}
#track-time.active #current-time,
#track-time.active #track-length {
  color: #f86d92;
  background-color: transparent;
}
#seek-bar-container,
#seek-bar {
  position: relative;
  height: 4px;
  border-radius: 4px;
}
#seek-bar-container {
  background-color: #ffe8ee;
  cursor: pointer;
}
#seek-time {
  position: absolute;
  top: -29px;
  color: #fff;
  font-size: 12px;
  white-space: pre;
  padding: 5px 6px;
  border-radius: 4px;
  display: none;
}
#s-hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  opacity: 0.2;
  z-index: 2;
}
#seek-time,
#s-hover {
  background-color: #3b3d50;
}
#seek-bar {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: #fd6d94;
  transition: 0.2s ease width;
  z-index: 1;
}
#player-content {
  position: relative;
  height: 100%;
  background-color: #fff;
  border-radius: 15px;
  z-index: 2;
}
#album-art {
  position: absolute;
  top: -40px;
  width: 115px;
  height: 115px;
  margin-left: 40px;
  transform: rotateZ(0);
  transition: 0.3s ease all;
  box-shadow: 0 0 0 5px #fff;
  border-radius: 10%;
  overflow: hidden;
}
#album-art.active {
  top: -60px;
  box-shadow: 0 0 0 4px #fff7f7, 0 30px 50px -15px #afb7c1;
}
#album-art:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: -10px auto 0;
  background-color: #d6dee7;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px #fff;
  z-index: 2;
  display: none;
}
#album-art img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
}
#album-art img.active {
  opacity: 1;
  z-index: 1;
}
#album-art.active img.active {
  z-index: 1;
}
@keyframes rotateAlbumArt {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
#buffer-box {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 13px;
  color: #1f1f1f;
  font-size: 13px;
  font-family: Helvetica;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  padding: 6px;
  margin: -12px auto 0;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.19);
  opacity: 0;
  z-index: 2;
}
#album-art img,
#buffer-box {
  transition: 0.1s linear all;
}
#album-art.buffering img {
  opacity: 0.25;
}
#album-art.buffering img.active {
  opacity: 0.8;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="2" /></filter></svg>#filter');
  filter: blur(2px);
  -webkit-filter: blur(2px);
}
#album-art.buffering #buffer-box {
  opacity: 1;
}
#player-controls {
  width: 250px;
  height: 100%;
  margin: 0 5px 0 141px;
  float: right;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.control {
  width: 50%;
  float: left;
  padding: 12px 0;
}
.control:nth-of-type(1) {
  width: 60%;
  text-align: left;
}
.control:nth-of-type(1) p {
  font-size: 1.1em;
  position: relative;
  line-height: normal;
  margin: 0;
  padding: 0;
  text-align: left;
  font-weight: 700;
  font-family: Play, sans-serif;
  color: #f86d92;
}
.control:nth-of-type(2) {
  width: 40%;
}
.control #play-next,
.control #play-previous {
  display: none;
}
.button {
  width: 26px;
  height: 26px;
  padding: 38px;
  background-color: #fff;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button i {
  display: block;
  color: #f86d92;
  font-size: 26px;
  text-align: center;
  line-height: 1;
}
.button,
.button i {
  transition: 0.2s ease all;
}
.button:hover {
  background-color: #d6d6de;
}
.button:hover i {
  color: #fff;
}
@media (min-width: 1441px) and (max-width: 2500px) {
 
}
@media (min-width: 991px) and (max-width: 1024px) {
  .swiper {
    width: 460px;
    height: auto;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .swiper {
    width: 460px;
    height: auto;
  }
  .banner {
    height: 74vh;
  }
  .nav__wrapper {
    z-index: 3;
  }
}
@media (max-width: 990px) {
  .bannerTexto2 {
    margin-top: 0em;
}

  .aniversario70 {
    font-size: 1em !important;
    margin-top: 70px; 
} 
  .especificacionesTecnicas div.container {
    display: block;
  }
  .sectionFull article figure {
    transform: scale(1.1);
  }
  .especificacionesTecnicas div.container article:nth-of-type(2) {
    height: 350px;
    transition: 0.3s;
    padding: 0;
  }
  #botonExpandir {
    padding: 10px 24px;
    color: #fff;
    position: relative;
    width: fit-content;
    font-size: 1em;
    font-weight: bolder;
    text-transform: uppercase;
    margin: 0 auto;
    appearance: none;
    border: none;
    background-color: #e30917;
    border-radius: 30px;
    margin-top: 1.5em;
    margin-bottom: 1em;
    display: block !important;
  }
  .bannerTexto2 div article:nth-of-type(2) h1 span {
    -webkit-text-stroke: 1px #00527d;
  }
  .bannerTexto2 div {
    display: block;
  }
  .bannerTexto2 div article:nth-of-type(2) h1 {
    font-size: clamp(3.5rem, 1vw, 8.5rem);
    text-align: center;
    margin-bottom: 1em;
    margin-top: 0.5em;
  }
  .bannerTexto2 div article:nth-of-type(1) figure {
    margin-top: 2em;
    width: 110px;
  }
  #section2 article figure img {
    transform: scale(1.4) !important;
  }
  .banner {
    overflow: hidden;
  }
  .section1 article:nth-of-type(1) .title h2,
  .section2 article:nth-of-type(2) .title h2 {
    text-align: left !important;
    margin-bottom: 0.7em;
    font-size: 1.7em;
  }
  .nav__wrapper {
    width: 100%;
  }
  .nav__title {
    display: none;
  }
  .sectionYa1 .centerYa1 {
    display: inline-block;
    align-items: center;
  }
  #album-art.active {
    top: 12px;
    box-shadow: 0 0 0 4px #fff7f7, 0 35px 53px -15px #e37a48;
    transform: scale(1) translateX(0);
  }
  #player-track {
    opacity: 0;
    transition: 0.3s;
  }
  #player-track.active {
    top: -100px;
  }
  .button {
    padding: 21px;
  }
  #player-controls {
    margin: 0 5px 0 109px;
    float: left;
  }
  .control:nth-of-type(1) {
    width: 71%;
  }
  .control:nth-of-type(2) {
    width: 20%;
  }
  #album-art.active {
    top: 10px;
    box-shadow: 0 0 0 4px #fff7f7, 0 30px 50px -15px #afb7c1;
  }
  #album-art {
    position: absolute;
    top: 10px;
    width: 80px;
    height: 80px;
    margin-left: 40px;
    transform: rotateZ(0);
    transition: 0.3s ease all;
    box-shadow: 0 0 0 5px #fff;
    border-radius: 10%;
    overflow: hidden;
  }
  .sectionYa1 h1 {
    margin-top: 0;
  }
  .sectionYa1 .centerYa1 article:nth-of-type(1) {
    max-width: 800px;
    margin: 0 auto;
    transform: scale(1.4);
    margin-bottom: 4em;
    margin-top: -2em;
  }
  #album-art {
    margin-left: 12px;
  }
  #player-controls {
    width: 73%;
  }
  .banner figure:nth-of-type(2) {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 4%;
    left: 29%;
  }
  .aniversarioSetenta {
    overflow-x: hidden;
  }
  body {
    overflow-x: hidden;
  }
  .animban {
    position: relative;
    height: 100%;
    display: block;
  }
  .banner {
    position: relative;
    height: 29vh;
  }
  div.logo {
    margin: 1em 0;
  }
  div.logo figure {
    width: 70px;
  }
  .section {
    padding: 0;
    width: inherit;
    display: grid;
    z-index: 1;
  }
  .section2 article:nth-of-type(1) {
    order: 2;
  }
  .section2 article:nth-of-type(1) {
    order: 1;
    margin: 1em 0;
  }
  .swiper {
    width: 350px;
    height: auto;
  }
  .swiper.swiper-cards {
    overflow: visible;
    margin: 0 auto;
    margin-top: 3em;
    margin-bottom: 5em;
  }
  .swiper-slide small {
    font-size: 2.5em;
  }
  .swiper-slide small i {
    bottom: 11px;
  }
  .swiper-slide figcaption {
    font-size: 17px;
    max-width: 90%;
    height: auto;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .swiper-slide {
    padding: 1em 1em 0;
  }
  .swiper-slide figure {
    height: 200px;
  }
  .section1 article:nth-of-type(1) .title figure,
  .section2 article:nth-of-type(1) .title figure {
    max-width: 100px;
    top: -1%;
    right: 2%;
  }
  .sectionFull {
    margin: 3em 0;
  }
  .section2 article:nth-of-type(2) .title figure {
    right: 0;
    top: 0;
  }
  .section2 article:nth-of-type(1) {
    z-index: 9;
  }
  .scroll-down {
    position: fixed;
    bottom: 15px;
    display: none;
  }
  .cursor,
  .c-scrollbar,
  .c-cursor {
    display: none;
  }
  div.logo {
    margin: 1em 0;
  }
  .dragon {
    display: none;
    overflow: hidden;
    width: 95%;
    top: 200%;
    opacity: 1;
    left: 0;
    right: 0;
    margin: auto;
    mix-blend-mode: color-burn;
  }
  .dragon img {
    transform: scaleX(-1) rotate(25deg);
  }
  #player-container {
    width: 100%;
  }
  .section1 article:nth-of-type(1) p,
  .section2 article:nth-of-type(2) p,
  .sectionFull article:nth-of-type(2) p {
    font-size: 1em;
    font-family: Roboto Serif, serif;
    line-height: inherit;
  }
  #canvasHojas,
  #particleContainer {
    pointer-events: none;
    position: fixed;
    z-index: 1;
    width: 100vw;
    height: 100vh;
  }
  .nav__wrapper {
    position: fixed;
    top: 0;
    margin: 0;
    padding: 0;
    transform: translateX(0) !important;
    padding: 7px;
    background: linear-gradient(0deg, #fff 0, #fff 60%);
    background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0.85) 60%
    );
    backdrop-filter: blur(5px);
            margin-top: 70px;
        z-index: 2;
  }
  .nav {
    height: auto;
    display: flex;
  }
  .nav__counter {
    font-size: 1em;
    transition: 0.3s;
  }
  .nav li:after {
    display: none;
  }
  .nav li {
    width: 12%;
    text-align: center;
    margin-bottom: 0;
  }
  .nav li.active .nav__title {
    display: none;
  }
  .nav li.active .nav__counter {
    font-size: 1.4em;
  }
  .nav li.active {
    padding-left: 0;
  }
  .section1 article:nth-of-type(1) .title h2,
  .section1 article:nth-of-type(1) p,
  .section2 article:nth-of-type(2) p,
  .sectionFull article:nth-of-type(2) p {
    text-align: left;
    width: 100%;
  }
  .section2 article:nth-of-type(2) .title h2 {
    width: 100%;
  }
}
