@font-face {
  font-family: mona;
  src: url(fonts/font_mona.woff) format("woff");
}

@font-face {
  font-family: imagine;
  src: url(fonts/font_imagine.woff2) format("woff2");
}

@font-face {
  font-family: england;
  src: url(fonts/font_england.woff2) format("woff2");
}

@font-face {
  font-family: hanglatter;
  src: url(fonts/font_hanglatter.woff2) format("woff2");
}

@font-face {
  font-family: romance;
  src: url(fonts/font_romance_breakin.woff2) format("woff2");
}

html,
body {
  background-color: #111111;
  height: 100%;
}

.hwrap {
  min-height: 100%;
}

header {
  height: 88px;
  z-index: 1030;
}

header h1 {
  line-height: 110px;
  font-size: 3.4em;
  font-family: imagine;
  /* background-image: linear-gradient(to left, #5e9ed6bb, #aaaaaadd, #5e9ed6bb); */
  background-image: linear-gradient(to left, #93b8d8bb, #bcbcbcdd, #93b8d8bb);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: max-content;
  margin: auto;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}

nav {
  background-color: #11111188;
  margin-left: 5%;
  margin-right: 5%;
  border-radius: 10px;
}

.nav-sin-fondo {
  background: none;
}

.crossfade {
  height: 35px;
  width: 64px;
  margin-bottom: 10px;
}

.crossfade img {
  position: absolute;
  transition: opacity 0.3s ease-in-out;
}

.crossfade img.top:hover {
  opacity: 0;
}

.navbar .navbar-toggler {
  border-color: #646464;
}

.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(180, 180, 180, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.dropdown-toggle::after {
  display: none;
}

.custom-dropdown a {
  margin-right: 10px;
  margin-left: 10px;
  font-size: 2.1em;
  font-family: mona;
  color: #888888;
  transition: color 0.3s ease-in-out;
}

.custom-dropdown a:hover {
  color: #ffffff;
}

@keyframes custom-animation {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.custom-dropdown div {
  top: 95%;
  margin: 0;
  padding: 0;
  border: none;
  background-color: #11111188;
  animation-name: custom-animation;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
}

.custom-dropdown div .dropdown-item {
  background: none;
  padding: 0 0 0 8.5px;
}

.img-frontpage {
  margin-top: 30px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.fondo-instrumentos {
  background-image: url(../images/instrumentos_fondo.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center 300px;
  background-size: auto;
}

.instrumentos {
  margin-top: 170px;
}

.instrumentos .card {
  margin: auto;
  max-width: 45%;
  background: none;
  color: #aaaaaa;
  border: none;
}

.instrumentos div div {
  text-align: center;
  margin: auto;
}

.card-img {
  padding: 10px 0 10px 20px;
  width: auto;
  max-width: 100%;
}

.card-title {
  font-family: imagine;
  font-size: 3em;
  color: #d8ae24;
}

.card-text {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva,
    Verdana, sans-serif;
  color: #bbbbbb;
}

.fondo-integrantes {
  background-image: url(../images/integrantes_fondo.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center 300px;
  background-size: auto;
}

.integrantes {
  margin-top: 170px;
}

.integrantes .card {
  margin: auto;
  width: 35%;
  background: none;
  border: none;
}

.integrantes div div {
  margin: auto;
}

.integrantes div h5 {
  line-height: 140px;
  font-family: mona;
  font-size: 4em;
  color: #75aadccc;
  margin-bottom: 0.25rem;
}

.integrantes div span {
  padding: 0px 20px;
  background: #11111155;
  border-radius: 15px;
}

.integrantes div div p {
  font-size: 1.5em;
  color: #ffffff;
}

.integrantes div div .opaco {
  color: #cccccc;
}

.fondo-contacto {
  background-image: url(../images/contacto_fondo.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center 300px;
  background-size: auto;
}

.contacto {
  margin-top: 140px;
  width: 100%;
  align-self: center;
}

.parrafo-contacto-1 {
  font-family: imagine;
  font-size: 3em;
  color: #d8ae24;
  text-align: center;
}

.parrafo-contacto-2 {
  font-size: 2em;
  font-family: mona;
  color: #aaaaaa;
  text-align: center;
}

.parrafo-contacto-2 span {
  margin: auto 20px;
  font-size: 1.1em;
  font-weight: bolder;
  color: #dddddd;
}

.formulario {
  width: 40%;
  margin: 0px 0px 30px 0;
  align-self: center;
  text-align: center;
}

.formulario ::placeholder {
  color: #dddddd;
}

.formulario input,
.formulario textarea {
  background-color: #11111199 !important;
}

.formulario input {
  height: 50px;
}

.formulario textarea {
  height: 200px;
}

.formulario button {
  background-color: #11111199;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.formulario button:hover {
  background-color: #888888;
}

.text-subject {
  visibility: hidden;
}

.fondo-historia {
  background-image: url(../images/historia_fondo.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center 300px;
  background-size: auto;
}

.historia {
  margin-top: 180px;
  margin-bottom: 150px;
  width: 80%;
}

.parrafos-historia {
  margin: 0;
  padding: 20px;
  color: #cccccc;
  border: 1px solid white;
  border-radius: 15px;
  background-color: #11111199 !important;
}

.parrafos-historia p {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva,
    Verdana, sans-serif;
  font-size: 1.2em;
  text-align: justify;
}

.parrafos-historia .titulo {
  font-family: mona;
  font-size: 3em;
  color: #d8ae24;
  align-self: center;
  text-align: center;
}

.parrafos-historia .titulo {
  font-size: 3em;
}

.parrafos-historia p {
  font-size: 1.2em;
}

.custom-img-1 {
  margin-top: 15px;
}

.fondo-discos {
  background-image: url(../images/discos_fondo.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center 300px;
  background-size: auto;
}

.discos {
  margin-top: 160px;
  width: 560px;
}

.custom-caption {
  width: 100%;
  position: relative;
  margin-top: 30px;
  padding-bottom: 1px;
  left: 0%;
  background-color: #111111aa;
  border-radius: 15px;
}

.custom-caption h5 {
  font-family: mona;
  font-size: 2.2em;
}

.custom-caption .cap1 {
  color: #1d6c9c;
}

.custom-caption .cap1 a:hover {
  color: #2491d5;
}

.custom-caption .cap1 span {
  color: #be8529;
}

.custom-caption .cap1 a:hover span {
  color: #ffb339;
}

.custom-caption .cap2 {
  color: #2d7e52;
}

.custom-caption .cap2 a:hover {
  color: #3aa86c;
}

.custom-caption .cap3 {
  color: #ce7332;
}

.custom-caption .cap3 a:hover {
  color: #ff9347;
}

.custom-caption .cap4 {
  color: #c08f1d;
}

.custom-caption .cap4 a:hover {
  color: #ffbf28;
}

.custom-caption .cap5 {
  color: #1d6c9c;
}

.custom-caption .cap5 a:hover {
  color: #2e98da;
}

.custom-caption p {
  font-family: mona;
  font-size: 2em;
  color: #aaaaaa;
}

.custom-caption * a {
  text-decoration: underline;
  color: inherit;
  transition: color 0.2s ease-in-out;
}

.custom-caption * a span {
  text-decoration: underline;
  transition: color 0.2s ease-in-out;
}

.carousel-item img {
  height: 500px;
}

.fondo-conciertos {
  background-image: url(../images/conciertos_fondo.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center 300px;
  background-size: auto;
}

.conciertos {
  margin-top: 160px;
}

.custom-video {
  max-width: 60%;
  align-self: center;
  margin-bottom: 10%;
  border: 6px ridge #666666;
}

.custom-video-title {
  width: 60%;
  min-height: 2.8em;
  align-self: center;
  text-align: center;
  margin-bottom: 3%;
  padding-left: 10px;
  padding-top: 15px;
  font-size: 3.8em;
  font-family: imagine;
  font-weight: 500;
  color: #f07a26;
  background-color: #111111cc;
  border-radius: 20px;
}

.custom-video-title br {
  line-height: 80px;
}

.custom-video-title span {
  font-family: mona;
  font-size: 0.5em;
  font-weight: 500;
  color: #aaaaaa;
}

.custom-video-title span a {
  text-decoration: underline;
  color: inherit;
  transition: color 0.2s ease-in-out;
}

.custom-video-title span a:hover {
  color: #eeeeee;
}

.enlaces {
  margin-top: 150px;
}

.fondo-enlaces {
  background-image: url(../images/enlaces_fondo.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center 300px;
  background-size: auto;
}

table {
  max-width: 750px;
  align-self: center;
  border: none;
  background-color: #111111cc;
  border-radius: 10px;
  text-align: center;
}

caption {
  caption-side: top;
  margin-bottom: 10px;
  text-align: center;
  font-family: mona;
  font-size: 2.5em;
  color: #888888;
}

th,
td {
  border: none !important;
  width: 50%;
}

td {
  color: #aaaaaa;
  padding-bottom: 25px !important;
}

th {
  padding-bottom: 30px !important;
  font-family: imagine;
  font-size: 3.5em;
  font-weight: 500;
  border-bottom: none !important;
}

.th-title-1 {
  color: #f1bf00;
  background-image: linear-gradient(to left,
      #f1bf00,
      #f1bf00,
      #f1bf00,
      #f1bf00,
      #f1bf00,
      #aa171d,
      #f1bf00,
      #f1bf00,
      #f1bf00,
      #f1bf00,
      #f1bf00);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.th-title-2 {
  background-image: linear-gradient(to left, #5e9ed6bb, #5e9ed6bb, #aaaaaa, #5e9ed6bb, #5e9ed6bb);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

td a {
  font-family: mona;
  font-size: 1.9em;
  color: #888888;
  transition: color 0.3s ease-in-out;
}

td a:hover {
  color: #ffffff;
  text-decoration: none;
}

.enlaces-recomendados {
  margin-bottom: 20px;
  font-size: 2.1em;
  font-family: mona;
  color: #888888;
  transition: color 0.3s ease-in-out;
}

.enlaces-recomendados:hover {
  color: #ffffff;
  text-decoration: none;
}

.enlaces-margen {
  margin-top: 90px;
  margin-bottom: 0;
}

.enlaces-margen-contacto {
  margin-top: 90px;
  margin-bottom: 0;
}

.enlaces-margen-discos {
  margin-top: 110px;
  margin-bottom: 0;
}

footer {
  font-family: mona;
  font-size: 1.3em;
}

.domain {
  font-size: 1.1em;
  font-weight: bolder;
  color: #aaaaaa;
}

@media screen and (max-width: 1200px) {
  header {
    height: 78px;
  }

  header h1 {
    line-height: 105px;
    font-size: 3em;
  }

  .custom-dropdown a {
    margin-right: 6px;
    margin-left: 6px;
    font-size: 1.9em;
  }

  .custom-dropdown div {
    top: 93%;
  }

  .img-frontpage {
    margin-top: 35px;
  }

  .integrantes .card {
    width: 40%;
  }

  .contacto {
    margin-top: 130px;
  }

  .parrafo-contacto-1 {
    font-size: 2.9em;
  }

  .parrafo-contacto-2 {
    font-size: 1.9em;
  }

  .formulario {
    width: 45%;
  }

  .parrafos-historia .titulo {
    font-size: 2.8em;
  }

  .parrafos-historia p {
    font-size: 1.15em;
  }

  .discos {
    margin-top: 145px;
    width: 540px;
  }

  .custom-caption h5 {
    font-size: 2.1em;
  }

  .conciertos {
    margin-top: 140px;
  }

  .custom-video-title {
    min-height: 2.8em;
    padding-top: 12px;
    font-size: 3.4em;
    padding-left: 7px;
  }

  .custom-video-title br {
    line-height: 75px;
  }

  .enlaces {
    margin-top: 135px;
  }

  table {
    max-width: 730px;
  }

  caption {
    font-size: 2.4em;
  }

  th {
    font-size: 3.4em;
  }

  td a {
    font-size: 1.8em;
  }

  .enlaces-recomendados {
    margin-bottom: 18px;
    font-size: 1.9em;
  }

  .enlaces-margen-contacto {
    margin-top: 130px;
  }

  .enlaces-margen-discos {
    margin-top: 165px;
    margin-bottom: 0;
  }

  footer {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 992px) {
  header {
    height: 68px;
  }

  header h1 {
    line-height: 95px;
    font-size: 2.7em;
  }

  .custom-dropdown a {
    margin-right: 2px;
    margin-left: 2px;
    font-size: 1.7em;
  }

  .custom-dropdown div {
    top: 91%;
  }

  .img-frontpage {
    margin-top: 55px;
  }

  .integrantes .card {
    width: 50%;
  }

  .contacto {
    margin-top: 110px;
  }

  .parrafo-contacto-1 {
    font-size: 2.7em;
  }

  .parrafo-contacto-2 {
    font-size: 1.7em;
  }

  .formulario {
    width: 60%;
  }

  .parrafos-historia .titulo {
    font-size: 2.7em;
  }

  .parrafos-historia p {
    font-size: 1.1em;
  }

  .discos {
    margin-top: 135px;
    width: 480px;
  }

  .custom-caption h5 {
    font-size: 2em;
  }

  .conciertos {
    margin-top: 115px;
  }

  .custom-video {
    max-width: 75%;
    margin-bottom: 10%;
  }

  .custom-video-title {
    width: 75%;
    min-height: 2.8em;
    padding-top: 14px;
    font-size: 3em;
    padding-left: 3px;
  }

  .custom-video-title span {
    font-size: 0.6em;
  }

  .custom-video-title br {
    line-height: 60px;
  }

  .enlaces {
    margin-top: 125px;
  }

  table {
    max-width: 700px;
  }

  caption {
    font-size: 2.2em;
  }

  th {
    font-size: 3.3em;
  }

  td a {
    font-size: 1.7em;
  }

  .enlaces-recomendados {
    margin-bottom: 10px;
    font-size: 1.7em;
  }

  .enlaces-margen-contacto {
    margin-top: 190px;
  }

  .enlaces-margen-discos {
    margin-top: 255px;
    margin-bottom: 0;
  }

  footer {
    font-size: 1em;
  }
}

@media screen and (max-width: 768px) {
  header {
    height: 65px;
  }

  header h1 {
    line-height: 80px;
    font-size: 2.2em;
  }

  .custom-dropdown div {
    background: none;
  }

  .custom-dropdown a {
    font-size: 1.6em;
  }

  .img-frontpage {
    margin-top: 0px;
  }

  .fondo-integrantes {
    background-repeat: repeat;
  }

  .integrantes {
    margin-top: 50px;
  }

  .integrantes div h5 {
    line-height: 80px;
    font-size: 2.5em;
  }

  .integrantes div div p {
    font-size: 1.2em;
  }

  .integrantes .card {
    width: 65%;
  }

  .fondo-instrumentos {
    background-repeat: repeat;
  }

  .instrumentos {
    margin-top: 0px;
  }

  .instrumentos .card {
    max-width: 90%;
    background: none;
  }

  .contacto {
    margin-top: 0px;
  }

  .fondo-contacto {
    background-position: center 100px;
  }

  .parrafo-contacto-1 {
    font-size: 2.2em;
  }

  .parrafo-contacto-2 {
    font-size: 1.4em;
  }

  .formulario {
    width: 75%;
  }

  .parrafos-historia .titulo {
    font-size: 2.6em;
  }

  .parrafos-historia p {
    font-size: 1.05em;
  }

  .discos {
    margin-top: 40px;
    width: 350px;
  }

  .fondo-discos {
    background-position: center 40px;
  }

  .custom-caption h5 {
    font-size: 1.8em;
  }

  .historia {
    margin-top: 40px;
    margin-bottom: 150px;
    width: 100%;
  }

  .fondo-historia {
    background-repeat: repeat;
    background-position: center 150px;
  }

  .conciertos {
    margin-top: 5%;
  }

  .fondo-conciertos {
    background-position: center 150px;
  }

  .custom-video-title {
    display: none;
  }

  .custom-video {
    max-width: 85%;
  }

  .enlaces {
    margin-top: 40px;
  }

  .fondo-enlaces {
    background-position: center 150px;
  }

  table {
    max-width: 700px;
  }

  caption {
    font-size: 2em;
  }

  th {
    font-size: 3em;
  }

  td a {
    font-size: 1.6em;
  }

  .enlaces-recomendados {
    display: none;
  }

  footer {
    font-size: 0.7em;
  }
}

@media screen and (max-width: 576px) {
  header {
    height: 50px;
  }

  header h1 {
    line-height: 65px;
    font-size: 1.8em;
  }

  .custom-dropdown a {
    font-size: 1.5em;
  }

  .integrantes .card {
    width: 75%;
  }

  .instrumentos .card {
    max-width: 90%;
  }

  .contacto {
    margin-top: 0px;
  }

  .parrafo-contacto-1 {
    font-size: 2.2em;
  }

  .parrafo-contacto-2 {
    font-size: 1.4em;
  }

  .formulario {
    width: 75%;
  }

  .parrafos-historia .titulo {
    font-size: 2.4em;
  }

  .parrafos-historia p {
    font-size: 0.95em;
  }

  .discos {
    width: 100%;
  }

  .fondo-discos {
    background-position: center 0;
  }

  .custom-caption h5 {
    font-size: 1.6em;
  }

  .custom-video {
    max-width: 100%;
  }

  table {
    max-width: 700px;
  }

  caption {
    font-size: 1.6em;
  }

  th {
    font-size: 2.6em;
  }

  td a {
    font-size: 1.4em;
  }

  footer {
    font-size: 0.6em;
  }
}