@charset "UTF-8";
/* general */
@import url("https://fonts.googleapis.com/css2?family=IM+Fell+English+SC&display=swap");
.hamburguer .bar-btn #space, .hamburguer .bar-btn {
  width: 24px;
  height: 24px;
}

* {
  margin: center;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

main {
  overflow-x: hidden;
  background-color: #060606;
  grid-area: contenido;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 74vh;
  gap: 12vh;
  font-family: "IM Fell English SC", serif;
  color: #f5f5f5;
}

.hamburguer {
  grid-area: hamburguesa;
  display: inline;
  transition-duration: 0.2s;
}
.hamburguer #check {
  display: none;
}
.hamburguer #check:checked ~ .secciones {
  display: flex;
}
.hamburguer #check:checked ~ .bar-btn #spnT {
  top: 12px;
}
.hamburguer #check:checked ~ .bar-btn #spnB {
  top: 12px;
}
.hamburguer .bar-btn {
  position: relative;
  cursor: pointer;
}
.hamburguer .bar-btn #spnT,
.hamburguer .bar-btn #spnC,
.hamburguer .bar-btn #spnB,
.hamburguer .bar-btn #space {
  position: absolute;
  content: "";
  width: 24px;
  height: 2px;
  background: #f5f5f5;
  border-radius: 3px;
  transition-duration: 0.2s;
  z-index: 4;
}
.hamburguer .bar-btn #space {
  background-color: #060606;
  top: 6px;
  height: 14px;
  z-index: 3;
}
.hamburguer .bar-btn #spnB {
  top: 18px;
}
.hamburguer .bar-btn #spnC {
  top: 12px;
}
.hamburguer .bar-btn #spnT {
  top: 6px;
}

header {
  grid-area: header;
  background-color: #060606;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100vw;
  height: auto;
  display: grid;
  grid-template-areas: "logoheader hamburguesa" "secciones secciones";
  grid-template-columns: 82% 11%;
  grid-template-rows: auto auto;
  justify-content: space-around;
  align-items: center;
  margin-right: auto;
  z-index: 4;
  transition-duration: 0.2s;
  font-family: "IM Fell English SC", serif;
  color: #f5f5f5;
}
header .logoheader {
  grid-area: logoheader;
}
header #logo {
  margin-left: 4vw;
  height: 56px;
  transition-duration: 0.2s;
}
header .secciones {
  grid-area: secciones;
  position: absolute;
  left: 0;
  width: 100vw;
  padding: 16px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2vh;
  display: none;
}
header .secciones a {
  font-size: 22px;
  color: #f5f5f5;
  text-decoration: none;
  transition-duration: 0.2s;
}
header .secciones a:hover {
  text-decoration: underline;
}
header .redes {
  width: 174px;
  gap: 12px;
  display: none;
}
header .redes a:hover {
  border-bottom: 1px solid #C1C0C0;
}

body {
  overflow-x: hidden;
  display: grid;
  grid-template-areas: "header" "contenido" "footer";
  grid-template-rows: auto auto auto;
  grid-template-columns: auto;
  min-height: 100vh;
  background-color: #060606;
}
body h2,
body h3,
body h4 {
  font-weight: normal;
  margin: 8px;
}
body h2 {
  font-size: 22px;
}
body h3 {
  font-size: 18px;
}
body h4 {
  font-size: 16px;
}

.button {
  text-decoration: none;
}
.button:hover {
  text-decoration: underline;
}

.textbutton {
  font-size: 18px;
  color: #DFC98E;
  transition-duration: 0.2s;
  text-decoration: none;
}
.textbutton:hover {
  color: #DFC98E;
  text-decoration: underline;
}

footer p {
  margin-top: 16px;
  margin-bottom: 16px;
}

footer {
  grid-area: footer;
  background-color: #060606;
  bottom: 0;
  padding-top: 66px;
  padding-bottom: 16px;
  transition-duration: 0.2s;
  font-family: "IM Fell English SC", serif;
  color: #f5f5f5;
}
footer p {
  margin-top: 16px;
  margin-bottom: 16px;
}
footer #flexwrapbs {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

/* index */
.portada {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.portada #portadaimg {
  position: relative;
  width: 100%;
}
.portada .titleportada {
  position: absolute;
  font-size: 14px;
  top: 9vh;
  left: 60%;
  width: 130px;
  text-shadow: -4px 4px 4px #060606;
  z-index: 2;
  transition-duration: 0.2s;
}

.video {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 4vh;
}

.cardvideo iframe {
  border-radius: 8px;
  border: 1px solid #f5f5f5;
  width: 80vw;
  max-width: 930px;
  max-height: 500px;
  height: 46vw;
  transition-duration: 0.2s;
}

.cardvideo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 2vh;
}

.fotos {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 4vw;
}
.fotos .nosotros {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  gap: 2vh;
}
.fotos .nosotros .titulonos {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.fotos .nosotros .contcardmusico {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  gap: 4vw;
}
.fotos .nosotros .contcardmusico .cardmusico {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2vh;
}
.fotos .nosotros .contcardmusico .cardmusico img {
  width: 80vw;
  border-radius: 8px;
  border: 1px solid #f5f5f5;
  transition-duration: 0.2s;
}
.fotos .nosotros .contcardmusico .cardmusico .textcardmusico {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fotos .nosotros .contcardmusico .cardmusico .textcardmusico h4 {
  margin: 0;
}

.musica {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 44px;
}
.musica .discos {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12vw;
}

.carddisco {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.carddisco img {
  width: 60vw;
  transition-duration: 0.4s;
  -webkit-animation-name: discoshow;
          animation-name: discoshow;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  max-width: 300px;
}
.carddisco img:hover {
  transform: scale(1.17);
  border-radius: 32px;
  box-shadow: 0 0 16px #f5f5f5;
}

@-webkit-keyframes discoshow {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(2deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes discoshow {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(2deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.contshowscontacto {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.contshowscontacto .contshowscontactochild {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 15vw;
  transition-duration: 0.2s;
}
.contshowscontacto .contshowscontactochild .shows {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.contshowscontacto .contshowscontactochild .shows .logoshows {
  width: 160px;
}

.contacto {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.contacto form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.contacto form input {
  background-color: #060606;
  border: none;
  border-bottom: 1px solid #C1C0C0;
  font-family: "IM Fell English SC", serif;
  font-size: 16px;
  color: #f5f5f5;
}
.contacto form textarea {
  background-color: #060606;
  border: none;
  border-bottom: 1px solid #C1C0C0;
  font-family: "IM Fell English SC", serif;
  font-size: 16px;
  color: #f5f5f5;
}
.contacto form button {
  border: none;
  background-color: #060606;
  font-family: "IM Fell English SC", serif;
  font-size: 18px;
  color: #DFC98E;
}

/* bio */
.titlepage {
  margin-top: 10vh;
}

.bio {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100vw;
  gap: 6vh;
}
.bio #cardbio1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 80vw;
  max-width: 1000px;
  gap: 4vh;
  transition-duration: 0.2s;
}
.bio #cardbio1 p {
  font-size: 18px;
  word-spacing: 3px;
  line-height: 1.8;
  white-space: pre-line;
  transition-duration: 0.2s;
}
.bio #cardbio2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex-direction: column-reverse;
  width: 80vw;
  max-width: 1000px;
  gap: 4vh;
  transition-duration: 0.2s;
}
.bio #cardbio2 p {
  font-size: 18px;
  word-spacing: 3px;
  line-height: 1.8;
  white-space: pre-line;
  transition-duration: 0.2s;
}
.bio img {
  width: 80vw;
  max-width: 1000px;
  border: 1px solid #f5f5f5;
  border-radius: 8px;
}

/* música */
.mainmusica {
  display: flex;
  flex-direction: column;
  gap: 44px;
  transition-duration: 0.2s;
}
.mainmusica .contcarddisco {
  display: flex;
  flex-direction: column;
  gap: 12vw;
  transition-duration: 0.2s;
}

/* shows */
.contshows {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 44px;
  transition-duration: 0.9s;
}
.contshows .cardshow {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 60vw;
  margin-top: 3vh;
  margin-bottom: 3vh;
  min-width: 240px;
  transition-duration: 0.2s;
}
.contshows .cardshow .place {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.contshows .cardshow .entradas {
  margin: 3vh;
}

/* fotos */
.fotosmain {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 2vh;
  width: 100vw;
}
.fotosmain img {
  border-radius: 8px;
  border: 1px solid #C1C0C0;
  width: 80vw;
  max-width: 1000px;
}
.fotosmain .fotos2 {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  width: 80vw;
  max-width: 1000px;
}
.fotosmain .fotos3 {
  display: flex;
  flex-direction: column;
  gap: 2vh;
  width: 80vw;
}

/* contacto */
.contactomain {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex-direction: column-reverse;
  gap: 6vh;
}
.contactomain img {
  width: 160px;
}

/* responsive index */
@media screen and (min-width: 600px) {
  header {
    grid-template-areas: "logoheader secciones";
    grid-template-columns: 30% 70%;
    grid-template-rows: auto;
    justify-content: space-between;
  }
  header .secciones {
    display: flex;
    flex-direction: row;
    position: relative;
    opacity: 1;
    padding: 0;
    margin-top: 1rem;
    background-color: #060606;
    gap: 20px;
  }
  header .secciones a {
    font-size: 18px;
  }
  .hamburguer {
    display: flex;
  }
  .hamburguer .bar-btn {
    display: none;
  }
  body h2 {
    font-size: 32px;
  }
  body h3 {
    font-size: 24px;
  }
  body h4 {
    font-size: 16px;
  }
  body .textbutton {
    font-size: 24px;
  }
  .portada .titleportada {
    font-size: 24px;
    top: 10vh;
    width: 225px;
  }
  .musica .discos {
    flex-direction: row;
    gap: 6vw;
  }
  .musica .discos .carddisco img {
    width: 40vw;
    gap: 2vh;
  }
  .mainmusica .contcarddisco {
    flex-direction: row;
    gap: 6vw;
  }
  .mainmusica .carddisco img {
    width: 40vw;
    gap: 2vh;
  }
  .contshowscontacto .contshowscontactochild {
    flex-direction: row;
  }
  main .contactomain {
    flex-direction: row;
    gap: 12vw;
  }
  footer #logofooter {
    height: 56px;
  }
  footer p {
    font-size: 14px;
  }
  footer .redesfooter {
    display: flex;
    justify-content: space-between;
    gap: 1vh;
  }
  footer .redesfooter img {
    width: 24px;
  }
}
@media screen and (min-width: 768px) {
  header .secciones {
    gap: 24px;
  }
  .portada .titleportada {
    font-size: 24px;
    top: 10vh;
    width: 225px;
  }
  .fotos .nosotros .contcardmusico {
    flex-direction: row;
  }
  .fotos .nosotros .contcardmusico .cardmusico img {
    width: 45vw;
  }
  .musica .discos {
    flex-direction: row;
  }
  .musica .discos .carddisco img {
    width: 40vw;
    gap: 2vh;
  }
}
@media screen and (min-width: 900px) {
  header {
    grid-template-areas: "logoheader secciones redes";
    grid-template-columns: 29% 49% 20%;
    grid-template-rows: auto;
    justify-content: space-evenly;
    align-items: center;
  }
  header #logo {
    height: 80px;
  }
  header .redes {
    grid-area: redes;
    display: flex;
    gap: 8px;
  }
  .portada .titleportada {
    font-size: 32px;
    top: 17vh;
    width: 302px;
    left: 65%;
  }
  .portada #portadaimg {
    max-width: 1120px;
  }
  .carddisco img {
    width: 300px;
  }
  footer #logofooter {
    transition-duration: 0.2s;
    height: 56px;
  }
  footer p {
    font-size: 14px;
  }
  footer .redesfooter img {
    width: 24px;
  }
  .bio #cardbio1 {
    flex-direction: row;
  }
  .bio #cardbio2 {
    flex-direction: row;
  }
  .contshows .cardshow {
    flex-direction: row;
    width: 790px;
  }
  .fotosmain .fotos2 {
    display: flex;
    flex-direction: row;
    gap: 1.5vw;
  }
  .fotosmain .fotos2 img {
    width: 39vw;
    max-width: 489px;
  }
  .fotosmain .fotos3 img {
    width: 39vw;
    max-width: 489px;
  }
}
@media screen and (min-width: 1170px) {
  header {
    grid-template-columns: 26% 49% 13%;
  }
  header .secciones {
    gap: 32px;
  }
  header .secciones a {
    font-size: 20px;
  }
  .fotos .nosotros .contcardmusico .cardmusico img {
    max-width: 490px;
  }
  .carddisco img {
    width: 360px;
  }
  main .contshows {
    flex-direction: row;
  }
  footer #logofooter {
    height: 80px;
  }
  footer p {
    font-size: 18px;
  }
  footer .redesfooter img {
    width: 32px;
  }
}
@media screen and (min-width: 1440px) {
  header {
    grid-template-columns: 10% 26% 10%;
  }
  .fotosmain .fotos2 {
    gap: 1vw;
  }
}/*# sourceMappingURL=style.css.map */