/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.animate__animated {
  visibility: visible !important;
}

.animate-on-scroll {
  opacity: 0;
  visibility: hidden;
}

.animate__flash {
  animation: 4s ease-in 0.4s 1;
}

.animate__jackInTheBox {
  animation: 0.5s ease-in 0.2s 1;
}

.animate__fadeInLeft {
  animation: 0.5s ease-in 0.2s 1;
}

.animate__fadeInUp {
  animation: 1s ease-in 0.4s 1;
}

.animate__fadeInRight {
  animation: 0.5s ease-in 0.1s 1;
}

.animate__pulse {
  animation: 1s ease-in 0.1s infinite;
}

/*
slideInUp slideInLeft slideInDown
zoomIn zoomInUp
jackInTheBox
rollIn
rotateIn rotateDownLeft
flipInX flipInY
fadeInUp fadeIn fadeInLeft fadeInTopLeft
bounceIn bounceInLeft bounce
backInLeft
pulse heartBeat
swing rubberBand tada
*/
.btnPrimary {
  padding: 1rem;
  border-radius: 1rem;
  border-color: #7d22b2;
  font-weight: 800;
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  background-color: #7d22b2;
  color: #f0f0f0;
}
.btnPrimary:hover {
  background-color: #b82c4f;
  color: #f0f0f0;
  transition: all 0.2s linear;
  cursor: pointer;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #f0f0f0;
  background-color: #0D0D0D;
  text-align: justify;
}
@media (min-width: 768px) {
  body {
    font-size: 1.8rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
  text-align: center;
  margin: 0;
}
@media (min-width: 768px) {
  h1, h2, h3, h4, h5, h6 {
    text-align: justify;
  }
}

h1 {
  font-size: 5rem;
}
@media (min-width: 768px) {
  h1 {
    font-size: 7rem;
  }
}

h2 {
  font-size: 3.5rem;
}
@media (min-width: 768px) {
  h2 {
    font-size: 5.5rem;
  }
}

h3 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  h3 {
    font-size: 4.5rem;
  }
}

h4 {
  font-size: 2rem;
}
@media (min-width: 768px) {
  h4 {
    font-size: 3.5rem;
  }
}

p {
  margin: 0;
  padding: 0;
}

.block {
  width: 85%;
  max-width: 120rem;
  margin: 5rem auto;
}

.blockWidth {
  width: 85%;
  max-width: 120rem;
  margin: 0 auto;
}

.blockHeight {
  margin: 5rem auto;
}

a {
  text-decoration: none;
  cursor: pointer;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

img, iframe, video {
  max-width: 100%;
  display: block;
}

table {
  border-collapse: collapse;
}

.header {
  background-image: url("../img/hero.avif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.header__social {
  z-index: 2;
  display: flex;
  position: absolute;
  top: 2.5rem;
  gap: 2.5rem;
}
.header__social a {
  cursor: pointer;
}
.header__social a:hover {
  transform: scale(1.1);
  transition: all 0.2s linear;
  cursor: pointer;
}
@media (min-width: 768px) {
  .header__social {
    right: 5rem;
  }
}
.header__title {
  z-index: 2;
  color: #f0f0f0;
  text-transform: uppercase;
  font-size: 5rem;
  text-shadow: 1px 1px 2px black, 0 0 25px #e6b800, 0 0 5px #e6b800;
}
@media (min-width: 768px) {
  .header__title {
    font-size: 8rem;
  }
}

.bar {
  background-color: #e6b800;
  position: sticky;
  top: 0;
  z-index: 10;
}
.bar__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 6rem;
}
.bar__logo {
  width: 4rem;
  height: 4rem;
}
.bar__burger {
  display: block;
}
.bar__burger:hover {
  transform: scale(1.1);
  transition: all 0.2s linear;
  cursor: pointer;
}
@media (min-width: 768px) {
  .bar__burger {
    display: none;
  }
}
.bar__burger .bar__icon--close {
  display: none;
}
.bar__burger.active .bar__icon--close {
  display: block;
}
.bar__burger.active .bar__icon--burger {
  display: none;
}
.bar__menu {
  display: none;
  flex-direction: column;
  gap: 1rem;
  background-color: #b82c4f;
  padding: 2.5rem;
}
.bar__menu.active {
  display: flex;
}
.bar__menu a {
  color: #f0f0f0;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding: 1rem;
  font-weight: 800;
}
.bar__menu a:hover {
  color: #e6b800;
  transform: scale(1.1);
  transition: all 0.2s linear;
  cursor: pointer;
}
@media (min-width: 768px) {
  .bar__menu {
    display: none;
  }
}
.bar__nav {
  display: none;
}
@media (min-width: 768px) {
  .bar__nav {
    display: flex;
    gap: 5rem;
  }
  .bar__nav a {
    color: #2B2B2B;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-weight: 800;
  }
  .bar__nav a:hover {
    color: #b82c4f;
    transform: scale(1.1);
    transition: all 0.2s linear;
    cursor: pointer;
  }
}
.bar__link--active {
  color: #e6b800 !important;
}
@media (min-width: 768px) {
  .bar__link--active {
    color: #b82c4f !important;
  }
}

.conciertos {
  overflow: hidden;
}
.conciertos__title {
  padding-bottom: 2.5rem;
}
.conciertos__lista {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .conciertos__lista {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem;
  }
}
.conciertos__card {
  border: 1px solid #e6b800;
  border-radius: 2.5rem;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.conciertos__info {
  display: grid;
  grid-template-columns: 1fr 2fr;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
}
.conciertos__info h3 {
  color: #e6b800;
}

.article {
  display: grid;
  grid-template-columns: 1fr;
  background-color: #b82c4f;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .article {
    grid-template-columns: 1fr 1fr;
  }
}
.article__quote {
  padding: 2.5rem 0;
  line-height: 2;
}
@media (min-width: 768px) {
  .article__quote {
    padding: 2.5rem;
  }
}
.article__img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  max-height: 30rem;
}
@media (min-width: 768px) {
  .article__img {
    max-height: none;
  }
}

.novedades__title {
  padding-bottom: 2.5rem;
}
.novedades__content {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .novedades__content {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr 2fr;
    row-gap: 5rem;
  }
}
.novedades__subtitle {
  color: #7d22b2;
}
.novedades__img {
  width: 60%;
  padding: 1rem;
  background-color: #7d22b2;
  border-radius: 1rem;
}
.novedades__spotify {
  height: 45rem;
}
@media (min-width: 768px) {
  .novedades__spotify {
    grid-column: 1/3;
  }
}

.footer {
  color: #f0f0f0;
  text-align: center;
  background-color: #2B2B2B;
  padding: 1rem 0;
}
.footer__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer__author {
  font-weight: 800;
}

.acerca__title {
  margin-bottom: 2.5rem;
}

.frases__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5rem;
  font-style: italic;
}

.datos__title {
  margin-bottom: 2.5rem;
}
.datos__lista {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .datos__lista {
    grid-template-columns: repeat(2, 1fr);
  }
}
.datos__card {
  padding: 2.5rem;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.datos__img {
  margin: 0 auto;
}
.datos__info {
  text-align: center;
}
.datos__info span {
  font-weight: 800;
}

.musicos__title {
  margin-bottom: 2.5rem;
}
.musicos__lista:nth-child(1) {
  background-color: #e6b800;
}
.musicos__item {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
}
.musicos__item .musicos__rol {
  color: #b82c4f;
}
.musicos__item:nth-child(even) {
  background-color: #e6b800;
  color: #2B2B2B;
}
.musicos__item:nth-child(odd) {
  background-color: #7d22b2;
}
@media (min-width: 768px) {
  .musicos__item {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: unset;
  }
  .musicos__item:nth-child(even) .musicos__info {
    order: -1;
  }
  .musicos__item:nth-child(even) .musicos_img {
    order: 0;
  }
}
.musicos__img {
  object-fit: cover;
  max-height: 30rem;
  width: 100%;
}
@media (min-width: 768px) {
  .musicos__img {
    height: 100%;
    max-height: 50rem;
  }
}
.musicos__info {
  max-height: 40rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 2.5rem;
  padding: 2.5rem 0;
}
@media (min-width: 768px) {
  .musicos__info {
    padding: 2.5rem;
    max-height: 50rem;
  }
}

.discografia {
  overflow: hidden;
}
.discografia__content {
  display: grid;
  grid-template-rows: 1fr;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .discografia__content {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: unset;
    gap: 5rem;
    align-items: center;
  }
}
.discografia__img {
  animation: rotar360 2s linear infinite;
  width: 80%;
  max-width: 30rem;
  margin: 0 auto;
}
@keyframes rotar360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.discos {
  overflow: hidden;
}
.discos__title {
  margin-bottom: 2.5rem;
}
.discos__lista {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .discos__lista {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: unset;
    gap: 5rem;
  }
}

.disco {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 2.5rem;
  border-radius: 2.5rem;
  border: 1px solid #7d22b2;
}
.disco__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}
.disco__title span {
  color: #e6b800;
  display: block;
}

.music {
  margin-bottom: 2.5rem;
}

.note {
  background-color: #b82c4f;
  padding: 5rem 0;
}
.note__content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.note__content span {
  font-weight: 800;
  color: #e6b800;
}

.lentes {
  margin: 5rem 0;
}
.lentes__text {
  font-weight: 800;
  text-align: center;
  margin-top: 2.5rem;
  color: #e6b800;
}
@media (min-width: 768px) {
  .lentes__text {
    text-align: left;
    font-size: 3rem;
  }
}
.lentes__galeria {
  margin: 2.5rem 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 15rem;
}
@media (min-width: 480px) {
  .lentes__galeria {
    grid-template-columns: repeat(4, 1fr);
  }
}
.lentes__img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-height: 30rem;
}
.lentes__img:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/3;
}
.lentes__img:nth-child(5) {
  grid-column: 1/3;
  grid-row: 3/4;
}
.lentes__img:nth-child(7) {
  grid-column: 2/3;
  grid-row: 4/6;
}
.lentes__img:nth-child(9) {
  grid-column: 1/3;
  grid-row: 6/7;
}
.lentes__img:nth-child(12) {
  grid-column: 1/2;
  grid-row: 7/9;
}
.lentes__img:nth-child(6) {
  display: none;
}
@media (min-width: 480px) {
  .lentes__img {
    max-height: 40rem;
  }
  .lentes__img:nth-child(3) {
    grid-column: 3/5;
    grid-row: 1/3;
  }
  .lentes__img:nth-child(5) {
    grid-column: 1/3;
    grid-row: 3/5;
  }
  .lentes__img:nth-child(7) {
    grid-column: 4/5;
    grid-row: 3/5;
  }
  .lentes__img:nth-child(8) {
    grid-column: 3/4;
    grid-row: 3/4;
  }
  .lentes__img:nth-child(9) {
    grid-column: 3/5;
    grid-row: 5/7;
  }
  .lentes__img:nth-child(10) {
    grid-column: 3/4;
    grid-row: 4/5;
  }
  .lentes__img:nth-child(11) {
    grid-column: 2/3;
    grid-row: 5/7;
  }
  .lentes__img:nth-child(12) {
    grid-column: 1/2;
    grid-row: 5/7;
  }
}

.productos__content {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  background-color: #e6b800;
}
@media (min-width: 768px) {
  .productos__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem;
  }
}
.productos__img {
  height: 100%;
  width: 100%;
  max-height: 30rem;
  object-fit: cover;
}
@media (min-width: 768px) {
  .productos__img {
    max-height: none;
  }
}
.productos__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
  color: #2B2B2B;
}
@media (min-width: 768px) {
  .productos__info {
    margin: 2.5rem 0;
  }
}

/*# sourceMappingURL=app.css.map */
