/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* pestaña home */

.presentation{
    max-width: 100vw;
    height: 90vh;
    justify-content: center;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0,0,0,0.6)), url(../images/Portada.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
}

.navegation{
    position: fixed;
    width: 98vw;
    padding: 10px 10px;
}

.navbar { 
    display: flex;
    height: 60px;
    background-color: #e3e3e3;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.navbar a{
    padding: 10px 60px;
    text-decoration: none;
    color: #000;
    font-size: 25px;
    border-radius: 20px;
    transition: .4s;
}

.navbar a:hover{
    background-color: rgb(154, 154, 154);
    color: black;
}

.information{
    height: 100%;
    width: 100%;
    background-image: url(../images/Logo.png);
    background-size: 35%;
    background-repeat: no-repeat;
    background-position: center;
}

.information h1{
    color: #fff;
    text-align: center;
    padding-top: 29%;
    font-size: 30px;
    font-family: "Playfair Display", serif;
}

.listen{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.listen button{
    background-color: #eee6e6;
    margin-top: -15%;
    padding: 15px 20px;
    border-radius: 20px;
    font-size: 20px;
    transition: .3s;
}

.listen button:hover{
    cursor: pointer;
    transform: scale(1.2);
}

.listen button a{
    text-decoration: none;
    color: #000;
}

.information button{
    text-align: center;
}

.footer-presentation{
    display: flex;
    width: 100%;
    height: 10vh;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.footer-presentation .bandcamp-logo{
    width: 50%;
}

.footer-presentation .bandcamp-logo img{
    width: 30%;
    height: 100%;
    padding-left: 70%;
}
.footer-presentation .bandcamp-button{
    width: 50%;
    padding-left: 5%;
}

.bandcamp-button button{
    padding: 8px 80px;
    background-color: #515151;
    border-radius: 5px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    transition: .4s;
}
.bandcamp-button button:hover{
    transform: scale(1.2);
    background-color: #0088ad;
}

.bandcamp-button button a{
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
}


/* music */
.music{
    background-color: #050d18;
}

.photo-music{
    height: 60vh;
    background-image: url(../images/photo\ music.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.music-title{
    padding-top: 80px;
    padding-bottom: 40px;
    text-align: center;
    font-size: 30px;
    color: #fff;
}

.songs{
    display: flex;
    flex-wrap: wrap;
    gap: 60px 100px;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.songs .columna{
    display: flex;
    flex-wrap: wrap;
    gap: 40px 60px;
    justify-content: center;
    align-items: center;
    padding: 5px;
    width: 50%;
    max-width: 500px;
    height: auto;
    background: #1f2937;
    color: white;
    padding: 40px;
    text-align: center;
    border-radius: 8px;
}

.columna img{
    width: 50%;
    height: auto;
    border-radius: 20px;
}
.columna-info{
    width: 30%;
}

.columna-info h1{
    width: 100%;
    font-size: 30px;
    padding-bottom: 5px;
}

.columna-info button{
    margin-top: 20px;
    padding: 10px 40px;
    border-radius: 10px;
    background-color: #b7b8ba;
    transition: .4s;
}

.columna-info button:hover{
    transform: scale(1.1);
    background-color: #fff;
}


.columna-info button a{
    text-decoration: none;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    transition: .4s;
}

.columna-info button:hover a{
    transform: scale(1.1);
}

.music-video{
    display: flex;
    flex-wrap: wrap;
    gap: 150px;
    justify-content: center;
    align-items: center;
    padding: 80px;
}

.video h1{
    color: #fff;
    text-align: center;
    padding: 40px;
    font-size: 20px;
}

.paid h1{
    text-align: center;
    color: #fff;
    font-size: 20px;
}

.paid-buttoms{
    display: flex;
    justify-content: center;
    padding: 20px;
    gap: 80px;
}

.bandcamp-music{
    width: 120px;
    border-radius: 10px;
    background-color: #fff;
    transition: .4s;
}

.bandcamp-music button{
    width: 120px;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #fff;
    transition: .4s;
    font-weight: bold;
    cursor: pointer;
}

.bandcamp-music button:hover{
    transform: scale(1.1);
}

.paid-buttoms{
    padding-bottom: 40px;
}

.paypal-music{
    width: 120px;
    height: 20px;
    border-radius: 10px;
    background-color: #fff;
    transition: .4s;
}

.paypal-music button{
    width: 120px;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #5fcdfe;
    font-weight: bold;
    transition: .4s;
    font-weight: bold;
    cursor: pointer;
}

.paypal-music button:hover{
    transform: scale(1.1);
}

.photo-shows{
    height: 60vh;
    background-image: url(../images/photo\ show.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.shows{
    background-color: #050d18;
}

.shows h1{
    text-align: center;
    color: #fff;
    font-size: 2rem;
    padding: 40px 0;
}

.button-show{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.button-show a{
    padding-bottom: 20px;
}

 .button-show a img{
    width: 200px;
    border-radius: 10px;
    transition: .4s;
}

.button-show a:hover img{
    transform: scale(1.1);
}

.performance h2{
    color: #fff;
    text-align: center;
    padding-top: 50px;
    font-size: 1.5rem;
}

.performance h1{
    font-size: 4.5rem;
    font-weight: bold;
    padding-top: 100px;
}

.column-show{
    display: flex;
    flex-wrap: wrap;
    gap: 80px 40px;
    width: 100%;
    justify-content: center;
}

.tarjet-1{
    width: 40%;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.tarjet-1 img{
    width: 50%;
    height: auto;
    border-radius: 10px;
}

.tarjet-1 p{
    color: #fff;
    text-align: center;
    line-height: 1.5rem;
    font-weight: lighter;
}

.tarjet-2{
    width: 40%;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.tarjet-2 img{
    width: 50%;
    height: auto;
    border-radius: 10px;
}

.tarjet-2 p{
    color: #fff;
    text-align: center;
    line-height: 1.5rem;
    font-weight: lighter;
}

.tarjet-3{
    display: flex;
    flex-direction: column;
    width: 40%;
    justify-content: center;
    align-items: center;
}

.tarjet-3 img{
    width: 50%;
    height: auto;
    border-radius: 10px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.tarjet-3 p{
    color: #fff;
    text-align: center;
    width: 50%;
    padding-top: 20px;
    line-height: 1.5rem;
}

.show-video{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
}


/* merch */
.merch{
    background-color: #050d18;
    border-bottom: 4px solid #1f232a;
}

.merch-intro{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.merch-intro img{
    width: 20%;
}

.merch-intro h1{
    color: #fff;
    font-size: 3rem;
}

.merch-intro h3{
    color: #fff;
    padding-top: 20px;
    padding-bottom: 50px;
}

.column-1{
    display: flex;
    gap: 20px;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
}

.column-info{
    width: 50%;
    margin-left: 10%;
    background-color: #1f232a;
    border-radius: 60px;
}

.column-info h1, h2{
    text-align: center;
    padding: 20px 10px;
    color: #fff;
}

.column-1 img{
    width: 25%;
    height: auto;
}

.column-2{
    display: flex;
    gap: 20px;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
}

.column-2 img{
    width: 25%;
    height: auto;
}

.column-info-2{
    width: 50%;
    margin-right: 10%;
    background-color: #1f232a;
    border-radius: 60px;
}

.column-info-2 h1, h2{
    text-align: center;
    padding: 20px 10px;
    color: #fff;
}

.bio{
    background-color: #050d18;
    padding-top: 100px;
}

.bio-image{
    display: flex;
    justify-content: center;
    align-items: center;
}

.bio-image img{
    width: 20%;
    margin-left: 50%;
    margin-bottom: -150px;
}

.bio-container{
    display: flex;
    justify-content: center;
    align-items: center;
}

.bio-img{
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: center;
}

.bio-img img{
    width: 60%;
    padding: 20px;
    border: 5px solid rgb(32 30 21);
    border-radius: 50%;
}

.bio-text{
    width: 50%;
    background-color: #1f2937;
    padding: 20px;
    margin-right: 20px;
    border-radius: 60px;
}

.bio-text p{
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    line-height: 2rem;
}

.bio-container2{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
}

.bio-img2{
    display: flex;
    width: 30%;
    justify-content: center;
    align-items: center;
}

.bio-img2 img{
    width: 100%;
}

.bio-text2{
    width: 70%;
    padding-right: 80px;
    padding-left: 140px;
}

.text1{
    color: #fff;
    background-color: #1f232a;
    padding: 40px;
    text-align: center;
    font-size: 1.5rem;
    line-height: 2rem;
    border-radius: 60px;
}

.text2{
    color: #fff;
    padding-top: 100px;
    font-size: 1.5rem;
    text-align: center;
    line-height: 2rem;
}

.bio-buttom{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}

.contact{
    background-color: #050d18;
}

.contact-intro{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 100px;
}

.contact-intro img{
    width: 30%;
}

.contact-intro h1{
    color: #fff;
    font-size: 1.5rem;
}

form {
  background: #1a1a1a;
  padding: 30px;
  width: 400px;
  border-radius: 10px;
  color: #fff;
}

h2 {
  margin-bottom: 15px;
}

.row {
  display: flex;
  gap: 10px;
}

input, textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: none;
  border-radius: 6px;
  background: #2a2a2a;
  color: #fff;
}

textarea {
  height: 120px;
  resize: none;
}

.button {
  width: 100%;
  padding: 12px;
  background: #e5ecd9;
  color: #000;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
}

.button:hover {
  opacity: 0.9;
}

.contacto-formulario{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
}

.press{
    background-color: #050d18;
    padding-top: 50px;
}

.notice{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.notice a{
    margin-bottom: 80px;
}

.notice iframe{
    padding: 50px;
}

.notice h2{
    width: 30%;
    font-size: 1.5rem;
    line-height: 2.5rem;
}



/* =========================
   NAVBAR RESPONSIVE
========================= */

/* Tablet */
@media (max-width: 1024px) {
  .navbar a {
    padding: 10px 20px;
    font-size: 18px;
  }
}

/* Celular */
@media (max-width: 768px) {

  .navbar {
    flex-direction: column;
    height: auto;
    padding: 10px 0;
  }

  .navbar a {
    padding: 10px;
    font-size: 18px;
    width: 100%;
    text-align: center;
  }

  .navegation {
    width: 95%;
  }

  .information h1 {
    font-size: 20px;
    padding-top: 60%;
  }

  .listen button {
    margin-top: 20px;
    font-size: 16px;
  }
}

/* =========================
   MUSIC RESPONSIVE
========================= */

@media (max-width: 1024px) {
  .songs .columna {
    width: 80%;
  }

  .columna-info {
    width: 100%;
  }
}

@media (max-width: 768px) {

  .songs {
    gap: 30px;
  }

  .songs .columna {
    flex-direction: column;
    width: 95%;
    padding: 20px;
  }

  .columna img {
    width: 100%;
  }

  .columna-info {
    width: 100%;
  }

  .music-video {
    padding: 20px;
    gap: 40px;
  }

  .music-video iframe {
    width: 100%;
    height: 200px;
  }

  .paid-buttoms {
    flex-direction: column;
    gap: 20px;
  }
}

/* =========================
   SHOWS RESPONSIVE
========================= */

@media (max-width: 1024px) {
  .tarjet-1,
  .tarjet-2,
  .tarjet-3 {
    width: 80%;
  }
}

@media (max-width: 768px) {

  .tarjet-1,
  .tarjet-2 {
    flex-direction: column;
    width: 95%;
  }

  .tarjet-1 img,
  .tarjet-2 img {
    width: 100%;
  }

  .tarjet-3 {
    width: 95%;
  }

  .tarjet-3 img,
  .tarjet-3 p {
    width: 100%;
  }

  .show-video iframe {
    width: 100%;
    height: 200px;
  }

  .performance h1 {
    font-size: 2.5rem;
  }
}

/* =========================
   MERCH RESPONSIVE
========================= */

@media (max-width: 1024px) {
  .column-1,
  .column-2 {
    flex-direction: column;
  }

  .column-info,
  .column-info-2 {
    width: 90%;
    margin: 0;
  }

  .column-1 img,
  .column-2 img {
    width: 60%;
  }
}

@media (max-width: 768px) {

  .merch-intro img {
    width: 50%;
  }

  .column-1 img,
  .column-2 img {
    width: 80%;
  }

  .column-info,
  .column-info-2 {
    width: 95%;
  }
}

/* =========================
   BIO RESPONSIVE
========================= */

@media (max-width: 1024px) {
  .bio-container,
  .bio-container2 {
    flex-direction: column;
  }

  .bio-text,
  .bio-text2 {
    width: 90%;
    padding: 20px;
  }

  .bio-img,
  .bio-img2 {
    width: 80%;
  }
}

@media (max-width: 768px) {

  .bio-text p,
  .text1,
  .text2 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .bio-image img {
    width: 40%;
    margin-left: 0;
  }
}

/* =========================
   CONTACT RESPONSIVE
========================= */

@media (max-width: 768px) {

  form {
    width: 95%;
  }

  .row {
    flex-direction: column;
  }

  .contact-intro img {
    width: 60%;
  }

  .contact-intro h1 {
    font-size: 1rem;
    text-align: center;
    padding: 0 10px;
  }
}

/* =========================
   PRESS RESPONSIVE
========================= */

@media (max-width: 768px) {

  .notice iframe {
    width: 100%;
    height: 200px;
    padding: 10px;
  }

  .notice img {
    width: 90%;
  }

  .notice h2 {
    width: 90%;
    font-size: 1rem;
  }
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

/* =========================
   NAVBAR HAMBURGUESA
========================= */

.menu-toggle {
  display: none;
  font-size: 30px;
  cursor: pointer;
  padding: 10px 20px;
}

.nav-links {
  display: flex;
}

/* Tablet y Celular */
@media (max-width: 1024px) {

  .navbar {
    justify-content: space-between;
    padding: 0 20px;
  }

  .menu-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    background-color: #e3e3e3;
    flex-direction: column;
    align-items: center;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    border-radius: 0 0 15px 15px;
  }

  .nav-links a {
    padding: 15px;
    width: 100%;
    text-align: center;
    font-size: 18px;
  }

  .nav-links.active {
    max-height: 500px;
  }
}

.listen {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.listen button {
  padding: 15px 25px;
  border-radius: 20px;
  font-size: 20px;
  transition: .3s;
}

/* Tablet */
@media (max-width: 1024px) {

    .listen{
        margin-top: -100px;
    }

  .information h1 {
    padding-top: 20%;
  }

  .listen button {
    font-size: 18px;
  }
}

/* Celular */
@media (max-width: 768px) {
    .listen{
        margin-top: -100px;
    }

  .information h1 {
    padding-top: 60%;
    font-size: 20px;
  }

  .listen button {
    font-size: 16px;
    padding: 12px 20px;
  }
}