/* reset */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/* index */
.carousel img {
  width: 100% !important;
  height: 100vh;
  object-fit: cover;
}

.cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#carouselExample {
  margin: 1rem;
}

.cardMusic {
  margin: 0 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.cardMusic img {
  width: 300px !important;
  height: 300px !important;
}
.cardMusic .card-body {
  margin: 1rem;
  color: wheat;
}
.cardMusic .card-body a {
  color: #af3a11;
  background-color: wheat;
}
.cardMusic .card-body a:hover {
  color: wheat;
  background-color: #af3a11;
}

.iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.player,
.fallback {
  width: 0;
  height: 0;
}

.iframe {
  height: 30rem;
}

#artistsButton {
  align-items: center;
  color: wheat;
  background-color: #de4243;
}
#artistsButton:hover {
  color: #de4243;
  background-color: wheat;
}

/* about */
#about .info {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  margin: 50px 0;
}
#about .info img {
  min-width: 100px;
  max-width: 300px;
}
#about .info p {
  width: 50%;
  font-size: 1.5rem;
}

@font-face {
  font-family: fuente-carpeta;
  src: url(../fonts/Cocogoose\ Pro\ Light-trial.ttf);
}
.whatsappFixed {
  position: fixed;
  bottom: 20px;
  right: 50px;
}

header a {
  font-family: "Helvetica";
}

h5,
p {
  font-family: "Playfair Display";
  color: wheat;
}

h1 {
  font-size: 3rem;
  text-align: center;
  padding: 40px;
  background-color: #de4243;
  color: wheat;
  width: 100%;
  font-family: "Helvetica", sans-serif;
}

h2 {
  color: wheat;
  font-size: 2rem;
  background-color: #af3a11;
  text-align: center;
  font-family: "Playfair Display";
}

h3 {
  font-size: 1rem;
  color: wheat;
}

h4 {
  color: rgb(180, 12, 12);
}

h5 {
  color: wheat;
}

a {
  text-decoration: none;
}

li {
  list-style-type: none;
}

.whatsappFixed {
  background-color: none;
}

.card-body p,
h6 {
  font-family: "Helvetica", sans-serif;
}

.card-body a {
  font-family: "Helvetica", sans-serif;
}

/*body*/
body {
  background-color: rgb(0, 0, 0);
}

/*header*/
.navbar-expand-lg .navbar-collapse {
  flex-direction: row;
  justify-content: flex-end;
}

.navbar-nav {
  align-items: flex-end;
}

a.nav-link {
  color: #de4243 !important;
}

header nav {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2rem;
  background-color: #00483a;
}

/*footer*/
footer {
  display: grid;
  flex-direction: column;
  background-color: wheat;
}
footer .copyright {
  background-color: #00483a;
}

#extra {
  margin: 20px 0;
  align-items: center;
  height: 3rem;
  display: flex;
  justify-content: center;
}
#extra button {
  background-color: #de4243;
  color: wheat;
  border: none;
  font-family: "Playfair Display";
}
#extra button:hover {
  background-color: wheat;
  color: #de4243;
  border: none;
}

.logoFooter {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.navFooter {
  margin-top: 1rem;
}

.navFooter ul {
  display: flex;
  justify-content: space-evenly;
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
}

.navFooter a {
  font-size: 1.5rem;
  color: #de4243;
  font-family: "Playfair Display", sans-serif;
}

.navFooter a:hover {
  color: #de4243;
}

.copyright {
  background-color: #00483a;
  width: 100%;
  height: 40px;
  text-align: center;
}

.redesFooter {
  display: flex;
  justify-content: space-evenly;
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
}

.redesFooter img {
  width: 60px;
  height: 60px;
}

/*index*/
/*merch*/
#merch {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#cardMerch {
  background-color: black;
  color: wheat;
  border: 2px solid #af3a11;
}

#botonMerch {
  color: wheat;
  background-color: #af3a11;
}
#botonMerch:hover {
  color: #af3a11;
  background-color: wheat;
}

#products {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}

#cardMerch {
  width: 18rem;
  text-align: center;
}

#artistsBox {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#artistsBox img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  margin: 1rem;
  transition: all 2s;
}
#artistsBox img:hover {
  transform: scale(1.5, 1.5);
}

.cardGroup {
  display: flex;
  flex-wrap: wrap;
}

.cardGroup div {
  width: 30%;
  margin: 1rem;
}

.cardGroup .card-body {
  text-align: center;
}

#location {
  display: flex;
  justify-content: center;
}

#icons {
  text-align: center;
  margin: 30px;
}

#icons img {
  width: 50px;
}

#form {
  grid-area: form;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#form form {
  margin: 10px;
}
#form form fieldset {
  display: flex;
  flex-direction: column;
  align-items: center;
}

label {
  color: wheat;
  font-family: "Playfair Display";
}

input {
  color: #af3a11;
  font-family: "Playfair Display";
}

/*media queries mobile first*/
@media screen and (min-width: 992px) {
  footer {
    display: grid;
    grid-template-areas: "extra     extra" "navFooter logoFooter" "navFooter redesFooter" "copyright copyright";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  #extra {
    grid-area: extra;
  }
  .navFooter {
    grid-area: navFooter;
  }
  .logoFooter {
    grid-area: logoFooter;
  }
  .redesFooter {
    grid-area: redesFooter;
  }
  .copyright {
    grid-area: copyright;
  }
  .navFooter ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
/* bs styles */
.btn-primary {
  border: none;
}

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