html, body, p, ul, ol, img, a, h1, h2, h3, h4, h5, fieldset, table {
  margin: 0;
  padding: 0;
}

*:focus {
  outline: none;
}

ul, ol {
  list-style: none;
}

a {
  outline: none;
  text-decoration: none;
}

img, fieldset {
  border: none;
}

input[type=text], input[type=tel], input[type=submit], button, select {
  -webkit-appearance: none;
  border-radius: 0;
}

html {
  min-height: 100%;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-size: calc(7px + 3 * (100vw - 320px) / 1600);
  -webkit-text-size-adjust: 100%;
  color: #001a35;
  text-align: center;
  background-color: #001a35;
}

.columnas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-only {
  display: none;
}

.desk-only {
  display: block;
}

.centrado {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1000px;
  padding: 0 3em;
  margin: 0 auto;
}

p {
  font-size: 2.4em;
  line-height: 1.4;
  margin-bottom: 1.5em;
}
p strong {
  font-weight: 600;
}

.boton,
.botones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.boton a,
.boton input,
.boton span,
.botones a,
.botones input,
.botones span {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  min-width: 11em;
  height: 2.7em;
  text-align: center;
  text-transform: uppercase;
  font-size: 3em;
  line-height: 2.7;
  font-weight: 700;
  white-space: nowrap;
  color: #FFF;
  padding: 0 1.6em;
  background: #c8057f;
  border-radius: 2.7em;
}
.no-touch .boton a:hover,
.no-touch .boton input:hover,
.no-touch .boton span:hover,
.no-touch .botones a:hover,
.no-touch .botones input:hover,
.no-touch .botones span:hover {
  background: #3345a2;
}
.boton img,
.botones img {
  display: inline-block;
  width: 1.7em;
  vertical-align: middle;
  margin: 0 0 0 0.6em;
}

header {
  padding: 6em;
}
header .logo {
  position: relative;
  width: 38.1em;
  max-width: 75%;
  margin: 0 auto;
}
header .logo .icono {
  position: absolute;
  top: 0;
  left: 35.18%;
  width: 29.621%;
}
header .logo .icono .grafico {
  fill: #c8057f;
  stroke: none;
}
header .logo .icono .mascara {
  fill: none;
}
header .logo:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 47.9%;
}
header .logo:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 20%;
  background: url("../img/inaudito.svg") no-repeat bottom center;
  background-size: 100% auto;
}
header .logo span {
  position: absolute;
  text-align: left;
  text-indent: -9999px;
}
header .logo a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
header .logo h1 {
  font-size: 1px;
}

#aviso-cookies {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 72em;
  max-width: 90%;
  line-height: 1.4;
  text-align: center;
  color: #000;
  padding: 3em 0;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  z-index: 600;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#aviso-cookies .centrado {
  max-width: 720px;
  padding: 0 2em;
  margin: 0 auto;
}
#aviso-cookies a {
  text-decoration: underline;
  color: #000;
  font-size: 1em;
}
#aviso-cookies .titular {
  font-size: 3em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1em;
}
#aviso-cookies p {
  font-size: 1.7em;
  margin-bottom: 2em;
}
#aviso-cookies .botones,
#aviso-cookies .boton {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  margin-bottom: 1.8em;
  gap: 2em;
}
#aviso-cookies .botones a,
#aviso-cookies .boton a {
  display: inline-block;
  height: 2.7em;
  font-size: 1.8em;
  letter-spacing: 1px;
  font-weight: 700;
  line-height: 2.7em;
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 2em;
  border-radius: 1.35em;
  background: #000;
}
.no-touch #aviso-cookies .botones a:hover,
.no-touch #aviso-cookies .boton a:hover {
  background: #888;
  color: #FFF;
}
.pagina_cookies #aviso-cookies {
  opacity: 0;
  pointer-events: none;
}
#aviso-cookies .info {
  font-size: 1.5em;
  color: #000;
}

footer {
  color: #FFF;
  padding: 3em 0 0;
  text-align: center;
}
footer .centrado {
  max-width: 1150px;
}
footer .logo {
  width: 22.7em;
  margin-bottom: 4em;
}
footer .slogan {
  text-transform: uppercase;
  font-size: 2.4em;
  color: #FFF;
}
footer .f-1 {
  font-weight: 300;
  padding: 12em 0 6em;
  background: -webkit-gradient(linear, left bottom, left top, from(#384aae), to(#001a35));
  background: linear-gradient(0deg, #384aae 0%, #001a35 100%);
}
footer .f-1 p {
  margin-bottom: 0.2em;
}
footer .f-2 {
  padding: 7em 0;
}
footer .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3em;
}
footer .menu a {
  display: block;
  color: #FFF;
}
footer .x svg {
  width: 4.2em;
  fill: #FFF;
}
footer .instagram svg {
  width: 3.7em;
  fill: #FFF;
}
footer .redes {
  margin-bottom: 5em;
}
footer .redes svg {
  display: block;
}
footer .legales {
  gap: 0.7em;
}
footer .legales li {
  font-size: 1.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .legales li:after {
  content: "/";
  display: inline-block;
  margin: 0 0 0 0.5em;
}
footer .legales li:last-child:after {
  display: none;
}

.home {
  color: #FFF;
  background: url("../img/cabecera-home.jpg") no-repeat center top #001a35;
  background-size: auto;
}
.home header .logo .icono .grafico {
  fill: #c8057f;
}
.home header .logo .icono .mascara {
  fill: none;
  stroke: #FFF;
  stroke-width: 60;
  stroke-miterlimit: 10;
  stroke-dasharray: 5000;
  stroke-dashoffset: 5000;
}
.home header .logo .icono .grafico {
  -webkit-mask: url(#mascara);
          mask: url(#mascara);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.loaded .home header .logo .icono .mascara {
  -webkit-animation: animIcono 5s linear forwards;
          animation: animIcono 5s linear forwards;
}
@-webkit-keyframes animIcono {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes animIcono {
  to {
    stroke-dashoffset: 0;
  }
}
.home header .logo:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 47.9%;
}
.home header .logo:after {
  opacity: 0;
  -webkit-transition: opacity 1.5s 0.3s ease-out;
  transition: opacity 1.5s 0.3s ease-out;
}
.loaded .home header .logo:after {
  opacity: 1;
}
.home .cabecera {
  position: relative;
  z-index: 10;
}
.home .cabecera .columnas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 8em;
  padding-top: 530px;
}
.home .cabecera .titulo {
  font-size: 3.8em;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.home .intro p {
  font-weight: 300;
}
.home .resaltado {
  color: #001a35;
  border-radius: 6em;
  background: #FFF;
  margin: 0 0 4em;
}
.home .resaltado .centrado {
  max-width: 780px;
  padding: 6em 6em 0;
}
.home .resaltado p,
.home .resaltado h2 {
  font-size: 2.4em;
  line-height: 1.4;
  color: #001a35;
  font-weight: 400;
  margin-bottom: 1.5em;
}
.home .resaltado p:last-of-type,
.home .resaltado h2:last-of-type {
  margin-bottom: 0.8em;
}
.home .resaltado a {
  text-decoration: none;
  color: #001a35;
}
.home .resaltado .boton {
  position: relative;
  top: 4em;
}
.home .resaltado .boton a {
  color: #FFF;
}
.home .bloque_vip {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 99.6em;
  padding: 0 0 9em 20%;
  background: url("../img/guitarrista-fondo.jpg") repeat-x center bottom;
  background-size: auto 100%;
  overflow: hidden;
  z-index: 1;
}
.home .bloque_vip .back {
  position: absolute;
  bottom: 0;
  right: min(58.5%, 190em);
  width: 100%;
  height: 100%;
  max-width: 1920px;
  background: url("../img/guitarrista.jpg") no-repeat right bottom;
  background-size: auto 100%;
  z-index: 2;
}
.home .bloque_vip .bloque_texto {
  position: relative;
  z-index: 3;
  padding: 30em 0 0;
}
.home .bloque_vip .titulo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2;
  margin-bottom: 5em;
}
.home .bloque_vip .titulo .center {
  position: relative;
  padding: 1em 9em 0;
}
.home .bloque_vip .titulo .center:before, .home .bloque_vip .titulo .center:after {
  content: "";
  position: absolute;
  top: 0;
  width: 6.7em;
  height: 7.4em;
  background: url("../img/estrella.png") no-repeat 0 0;
  background-size: 100% auto;
}
.home .bloque_vip .titulo .center:before {
  left: 0;
}
.home .bloque_vip .titulo .center:after {
  right: 0;
}
.home .bloque_vip .titulo span {
  display: block;
  font-size: 4.9em;
  font-weight: 700;
}
.home .bloque_vip .titulo em {
  display: block;
  font-size: 3.3em;
  font-style: normal;
  font-weight: 300;
}
.home .bloque_vip .subtitulo p {
  font-size: 2.8em;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 2.3em;
}
.home .bloque_vip .subtitulo em {
  font-size: 0.7em;
  font-weight: 300;
}
.home .bloque_vip ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4em;
}
.home .bloque_vip ol img {
  display: block;
  width: 5.8em;
  margin: 0 auto 1.2em;
}
.home .bloque_vip ol p {
  font-size: 2.1em;
  font-weight: 300;
}
.home .bloque_vip ol b {
  font-weight: 300;
  text-transform: uppercase;
}
.home .bloque_vip .boton a {
  border: 3px solid #FFF;
}
.no-touch .home .bloque_vip .boton a:hover {
  background: #FFF;
  color: #c8057f;
}
.home .bloque_discord {
  padding: 14em 0;
  background-color: #001a35;
}
.home .bloque_discord .centrado {
  max-width: none;
}
.home .bloque_discord .resaltado {
  max-width: 1424px;
  color: #FFF;
  margin: 0 auto 4em;
  background: #5865f2;
}
.home .bloque_discord .resaltado .centrado {
  padding: 7em 6em 0;
}
.home .bloque_discord .resaltado .boton {
  position: relative;
  top: 4em;
}
.home .bloque_discord .resaltado .boton a {
  color: #FFF;
}
.home .bloque_discord .resaltado p {
  max-width: 720px;
  color: #FFF;
  font-weight: 300;
  margin: 0 auto 1em;
}
.home .bloque_discord .resaltado h2 {
  width: 40.4em;
  font-size: 1em;
  margin: 0 auto 2.6em;
  background: url("../img/discord-text.png") no-repeat center center;
  background-size: 100% auto;
}
.home .bloque_discord .resaltado h2:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 19.51%;
}
.home .bloque_discord .resaltado h2 span {
  position: absolute;
  text-align: left;
  text-indent: -9999px;
}
.home .bloque_discord h3 {
  font-size: 4.5em;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 0.3em;
}
.home .canales > .centrado {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 13em 7em;
  max-width: 1500px;
  margin-bottom: 12em;
}
.home .canales .canal {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 42em;
  min-height: 33em;
  padding: 4em 4em 0;
  border-radius: 6em;
  border: 3px solid #c8057f;
}
.home .canales .canal h2 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  top: -1.5em;
  left: 50%;
  min-width: 11em;
  line-height: 3;
  white-space: nowrap;
  font-size: 2.5em;
  text-transform: uppercase;
  border-radius: 1.5em;
  border: 3px solid #c8057f;
  padding: 0 0.5em;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #001a35;
}
.home .canales .canal h3 {
  font-size: 2.6em;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 0.4em;
}
.home .canales .canal p {
  font-weight: 300;
  font-size: 2em;
}

.pagina_discord {
  color: #FFF;
}
.pagina_discord h2 {
  font-size: 3.8em;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.pagina_discord h3 {
  font-size: 3.8em;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 0.6em;
}
.pagina_discord p {
  font-weight: 300;
}
.pagina_discord .intro {
  padding-top: 3em;
  margin: 0 0 7em;
}
.pagina_discord .intro .centrado {
  max-width: 840px;
}
.pagina_discord picture {
  display: block;
}
.pagina_discord .full {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.pagina_discord .img_discord {
  margin-bottom: 9em;
}
.pagina_discord .num {
  width: 1.9em;
  height: 1.9em;
  font-size: 3.8em;
  line-height: 1.9;
  font-weight: 700;
  color: #FFF;
  background: #c8057f;
  border-radius: 100%;
  margin: 0 auto 0.4em;
}
.pagina_discord ol {
  margin-bottom: 10em;
}
.pagina_discord ol li {
  margin-bottom: 6em;
}
.pagina_discord ol li .full {
  margin: 4em auto 4em;
}
.pagina_discord ol a {
  color: #c8057f;
}
.no-touch .pagina_discord ol a:hover {
  color: #5865f2;
}

.cta p {
  font-size: 3.4em;
  font-weight: 700;
  margin-bottom: 1.8em;
}

.legales header .logo {
  width: 24em;
}
.legales section {
  color: #FFF;
  text-align: left;
}
.legales section header {
  padding-bottom: 8em;
}
.legales section h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 3.6em;
  line-height: 1.2;
  font-weight: 700;
  margin: 1.5em 0 1em;
}
.legales section h3 {
  font-size: 2.8em;
  line-height: 1.2;
  font-weight: 700;
  margin: 1.5em 0 0.5em;
}
.legales section p {
  font-size: 2em;
}
.legales section ul {
  margin-bottom: 2em;
}
.legales section ul li {
  list-style: disc;
  font-size: 2em;
  margin: 0 0 0.3em 2em;
}

@media screen and (min-width: 1920px) {
  body {
    font-size: 10px;
  }
}
@media screen and (max-width: 1080px) {
  .home {
    background-image: url("../img/cabecera-home_m.jpg");
    background-size: 130em auto;
  }
  .home .cabecera {
    padding-top: 60em;
    margin-bottom: 8em;
  }
  .home .cabecera .columnas {
    padding-top: 0;
  }
  .home .bloque_vip {
    min-height: 0;
    padding: 8em 0;
    background: #c8057f;
  }
  .home .bloque_vip .back {
    display: none;
  }
  .home .bloque_vip .bloque_texto {
    padding: 0;
  }
  .home .bloque_vip .titulo span {
    font-size: 4em;
  }
  .home .bloque_vip .titulo .center {
    padding: 0.6em 7em 0;
  }
  .home .bloque_vip .titulo .center:before, .home .bloque_vip .titulo .center:after {
    width: 5em;
    height: 6em;
  }
  .home .bloque_discord {
    padding: 8em 0;
    margin-bottom: 3em;
  }
  .home .bloque_discord h3 {
    font-size: 4em;
    margin-bottom: 0.5em;
  }
  .home .bloque_discord .resaltado h2 {
    width: 90%;
    max-width: 40em;
  }
  .home .bloque_discord .resaltado .centrado {
    padding: 6em 3em 0;
  }
  .home .bloque_discord .resaltado p {
    margin-bottom: 0.5em;
  }
  .home .canales .centrado {
    gap: 8em 4%;
  }
}
@media screen and (max-width: 640px) {
  .home .bloque_vip ol {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 4em;
  }
  .home .bloque_vip ol li {
    max-width: 30em;
  }
}
@media screen and (max-width: 480px) {
  header {
    padding: 3em 3em;
  }
  header .logo {
    width: 22em;
  }
  .boton a,
  .boton input,
  .boton span,
  .botones a,
  .botones input,
  .botones span {
    min-width: 8em;
    font-size: 2.6em;
  }
  .boton img,
  .botones img {
    margin: 0 0 0 0.3em;
  }
  .home {
    background-size: 150% auto;
  }
  .home .cabecera {
    padding-top: 75%;
  }
  .home .resaltado .centrado {
    padding: 6em 3em 0;
  }
  .home .bloque_vip .titulo {
    font-size: 0.9em;
  }
  .home .bloque_vip .titulo .center {
    padding: 0;
  }
  .home .bloque_vip .titulo .center:before, .home .bloque_vip .titulo .center:after {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  body {
    font-size: 7px;
  }
}/*# sourceMappingURL=estilos.css.map */