* {
  margin: 0px;
  padding: 0px;
}
body {
  margin: 0px;
  padding: 0px;
  /*padding: 6px;*/
  /*margin: 4px solid green;*/
  font-family: Arial, Helvetica, sans-serif;
  background: #000000;
}
header {
  height: 150px;
  background: #000000;
  color: #ffffff;
  text-align: center;
  /*margin-bottom: 5px;*/
  border-bottom: 5px dashed #DF0101;
}
header h1 {
  line-height: 150px;
  font-family: 'Metal Mania', cursive;
  text-transform: uppercase;
  font-size: 70px;
  letter-spacing: 5px;
}
nav {
  height: 72px;
  padding: 6px;
  background: #151515;
}
nav ul li {
  float: right;
  padding: 8px;
  list-style: none;
  /*width: 180px;*/
}
nav ul li a {
  display: block;
  width: 100px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  padding: 6px;
  border-radius: 20px;
  background: black;
  color: white;
  border: 3px solid grey;
  /*width: 300px;*/
}
nav ul li a:hover {
  background: #BDBDBD;
  color: #000000;
  border: 3px solid #DF0101;
}
.section-wrapper {
  /*height: 1500px;*/
  /*border: 3px solid yellow;*/
  background: #151515;
  /*margin-bottom: 5px;*/
}
.section-wrapper-container {
  padding: 20px;
  height: 380px;
  /*border: 3px solid pink;*/
  margin: 0px 15px;
  /*margin-top: 30px;*/
  /*margin-bottom: 10px;*/
}
.section-wrapper-container-image-l {
  width: 35%;
  float: left;
}
.section-wrapper-container-image-r {
  width: 35%;
  float: right;
}
.section-wrapper img {
  width: 100%;
  /*height: 300px;*/
  border-radius: 10px 80px;
  border: 1px solid #706b71;
}
#art-izq {
  border: 3px dashed rgba(10, 80, 80, .5);
  width: 60%;
  float: right;
  padding: 15px;
  margin-top: 35px;
  margin-bottom: 15px;
}
#art-der {
  clear: both;
  border: 3px dashed rgba(10, 80, 80, .5);
  width: 60%;
  float: left;
  padding: 15px;
  margin-top: 35px;
  margin-bottom: 15px;
}
.section-wrapper-container-text {
  color: #ffffff;
  font-size: 20px;
  font-family: 'Bellota', cursive;
  width: 600px;
}
h2 {
  font-family: 'Abel', sans-serif;
  font-size: 30px;
  text-align: center;
  color: purple;
  letter-spacing: 10px;
}
a {
  text-decoration: none;
  text-transform: uppercase;
  color: #70097d;
  font-size: 45px;
  /*width: 180px;*/
}
a:hover {
  color: yellow;
}
.carousel-container {
  width: 100%;
  margin: auto;
}
footer {
  /*height: 80px;*/
  background: #000000;
}
footer h2 {
  color: yellow;
  font-size: 70px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 10px 7px 3px #332233;
  font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
  padding: 10px 0;
}
audio {
  display: block;
  margin: auto;
  padding: 10px 0;
}