@charset "UTF-8";
@import 'assets/css/foundation.css';
@import 'assets/css/app.css';
@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap");
html, body {
  background: #0D0D0D;
  font-family: "Hanken Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #F2E1CE;
}

body.gracias, body.aviso {
  background: #0D0D0D;
  color: #F2E1CE;
}

div.gracias {
  padding: 10em 0;
  text-align: center;
}
div.gracias h2 {
  font-size: 1.5em;
}

.notice {
  background: #D9AA1E;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 0.9em;
  padding: 0.3em 0;
}
.notice p {
  margin: 0;
  line-height: 1;
}
.notice a {
  color: #0D0D0D;
}
@media only screen and (max-width: 42em) {
  .notice {
    padding: 0.3em 0.2em;
  }
}

h1, h2, h3, h4, h5 {
  font-weight: 900;
}

.gr {
  background: rgb(188, 148, 93);
  background: -webkit-gradient(linear, left top, right top, from(rgb(188, 148, 93)), color-stop(50%, rgb(247, 200, 136)), to(rgb(160, 125, 77)));
  background: linear-gradient(90deg, rgb(188, 148, 93) 0%, rgb(247, 200, 136) 50%, rgb(160, 125, 77) 100%);
}

.cta {
  background: #D9AA1E;
  color: #0D0D0D;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8em 1em;
  font-weight: 900;
  font-size: 1.3em;
  border-radius: 8px;
  margin: auto;
  cursor: pointer;
  text-transform: uppercase;
}
.cta:hover {
  background: #0D0D0D;
  color: #D9AA1E;
  border-bottom: none;
}

.cta_blanco {
  background: #ffffff;
  color: #0D0D0D;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8em 1em;
  font-weight: 900;
  font-size: 1.3em;
  border-radius: 8px;
  margin: auto;
  cursor: pointer;
  text-transform: uppercase;
}
.cta_blanco:hover {
  background: #0D0D0D;
  color: #D9AA1E;
  border-bottom: none;
}

.cta_small {
  background: #D9AA1E;
  color: #0D0D0D;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8em 1em;
  font-weight: 900;
  font-size: 1em;
  border-radius: 4px;
  cursor: pointer;
  text-transform: uppercase;
}
.cta_small:hover {
  background: #0D0D0D;
  color: #D9AA1E;
  border-bottom: none;
}

.cta_small_sec {
  background: none;
  color: #0D0D0D;
  border: 1px solid #0D0D0D;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.4em 0.6em;
  font-weight: 900;
  font-size: 1em;
  border-radius: 4px;
  cursor: pointer;
  text-transform: uppercase;
}
.cta_small_sec:hover {
  background: #0D0D0D;
  color: #D9AA1E;
  border-bottom: none;
}

.cta_small_blanco {
  background: none;
  color: #ffffff;
  border: 1px solid #ffffff;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8em 1em;
  font-weight: 900;
  font-size: 1em;
  border-radius: 4px;
  cursor: pointer;
  text-transform: uppercase;
}
.cta_small_blanco:hover {
  background: #0D0D0D;
  color: #D9AA1E;
  border-bottom: 1px solid #ffffff;
}

.cta_negro {
  background: #0D0D0D;
  color: #D9AA1E;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8em 1em;
  font-weight: 900;
  font-size: 1em;
  border-radius: 8px;
  margin: auto;
  cursor: pointer;
  text-transform: uppercase;
}
.cta_negro:hover {
  background: #ffffff;
  color: #0D0D0D;
  border-bottom: none;
}

.cta_whatsapp {
  background: #D9AA1E;
  color: #0D0D0D;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8em 1em 0.8em 2.3em;
  font-weight: 900;
  font-size: 1.3em;
  border-radius: 8px;
  margin: auto;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
}
.cta_whatsapp:hover {
  background: #0D0D0D;
  color: #D9AA1E;
  border-bottom: none;
}
.cta_whatsapp:hover:before {
  background: url("assets/img/icono_whatsapp_b.svg") no-repeat center bottom;
  background-size: contain;
}
.cta_whatsapp:before {
  display: inline-block;
  position: absolute;
  width: 1em;
  height: 1em;
  content: "";
  background: url("assets/img/icono_whatsapp.svg") no-repeat center bottom;
  background-size: contain;
  margin-right: 0.2em;
  top: 1.05em;
  left: 1.1em;
}

.cta_mail {
  background: #D9AA1E;
  color: #0D0D0D;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8em 1em 0.8em 2.3em;
  font-weight: 900;
  font-size: 1.3em;
  border-radius: 8px;
  margin: auto;
  cursor: pointer;
  position: relative;
}
.cta_mail:hover {
  background: #0D0D0D;
  color: #D9AA1E;
  border-bottom: none;
}
.cta_mail:hover:before {
  background: url("assets/img/icono_mail_b.svg") no-repeat center bottom;
  background-size: contain;
}
.cta_mail:before {
  display: inline-block;
  position: absolute;
  width: 1em;
  height: 1em;
  content: "";
  background: url("assets/img/icono_mail.svg") no-repeat center bottom;
  background-size: contain;
  margin-right: 0.2em;
  top: 1.05em;
  left: 1.1em;
}

.cta_b {
  background: #0D0D0D;
  color: #D9AA1E;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8em 1em;
  font-weight: 900;
  font-size: 1.3em;
  border-radius: 8px;
  cursor: pointer;
  text-transform: uppercase;
}
.cta_b:hover {
  background: rgb(37.2, 37.2, 37.2);
  color: #D9AA1E;
  border-bottom: none;
}

.cta_text {
  color: #D9AA1E;
  text-transform: uppercase;
  border-bottom: 1px solid;
}
.cta_text:hover {
  color: #ffffff;
}

.cta_text_blanco {
  color: #ffffff;
  text-transform: uppercase;
  border-bottom: 1px solid;
}
.cta_text_blanco:hover {
  color: #D9AA1E;
}

.cta_master {
  color: #D9AA1E;
  font-weight: 900;
  text-transform: uppercase;
}
.cta_master:hover {
  color: #F2E1CE;
}

.cta_secundario {
  color: #BD955E;
  border: 1px solid;
  padding: 0.5em;
  text-transform: uppercase;
  font-size: 0.8em;
  border-radius: 4px;
}
.cta_secundario:hover {
  color: #0D0D0D;
  background: #BD955E;
}

a.enfasis {
  font-weight: 600;
  color: #0D0D0D;
  text-transform: uppercase;
  background: #ffffff;
  padding: 0.2em 0.4em;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
a.enfasis strong {
  font-weight: 900;
}

table {
  background: none;
}
table td, table th, table tr {
  background: none;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

p.enfasis {
  font-size: 1.3em;
  font-weight: 800;
  background: #D9AA1E;
  color: #0D0D0D;
  padding: 0.5em;
}

.button {
  background: #D9AA1E;
  color: #0D0D0D !important;
  border-radius: 4px;
  text-transform: uppercase;
}
.button:hover {
  border: 1px solid;
  background: #ffffff;
  color: #0D0D0D;
}

.banner {
  min-height: 95vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
}
.banner h1 {
  text-transform: uppercase;
  line-height: 1;
}
@media only screen and (max-width: 42em) {
  .banner {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.banner_tienda {
  min-height: 55vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
}
.banner_tienda h1 {
  text-transform: uppercase;
  line-height: 1;
}

.banner_maestro {
  min-height: 15vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
}
.banner_maestro h1 {
  text-transform: uppercase;
  line-height: 1;
}

.redes_whatsapp {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 2em;
}
@media only screen and (max-width: 42em) {
  .redes_whatsapp {
    position: relative;
  }
}
.redes_whatsapp .redes a {
  border: 1px solid;
  padding: 0.3em;
  text-transform: uppercase;
  font-size: 0.7em;
  border-radius: 3px;
  color: #ffffff;
  background: #0D0D0D;
  opacity: 0.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.redes_whatsapp .redes a img {
  margin-right: 0.3em;
  width: 1.2em;
}
.redes_whatsapp .redes a:hover {
  opacity: 1;
}
@media only screen and (max-width: 42em) {
  .redes_whatsapp .redes a {
    padding: 0.5em 1em;
    display: block;
  }
  .redes_whatsapp .redes a img {
    text-align: center;
    width: 1.5em;
  }
  .redes_whatsapp .redes a span {
    display: none;
  }
}
.redes_whatsapp .prodanza {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.redes_whatsapp .whatsapp a {
  background: #D9AA1E;
  color: #0D0D0D;
  padding: 0.5em 1em;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
}
.redes_whatsapp .whatsapp a img {
  width: 1.2em;
  margin-right: 0.3em;
}
.redes_whatsapp .whatsapp a:hover {
  border-bottom: none;
}
@media only screen and (max-width: 42em) {
  .redes_whatsapp .whatsapp a img {
    margin: 0;
  }
  .redes_whatsapp .whatsapp a span {
    display: none;
  }
}
.redes_whatsapp .whatsapp_negro a {
  background: #0D0D0D;
  color: #D9AA1E;
  padding: 0.5em 1em;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
}
.redes_whatsapp .whatsapp_negro a img {
  width: 1.2em;
  margin-right: 0.3em;
}
.redes_whatsapp .whatsapp_negro a:hover {
  border-bottom: none;
}
@media only screen and (max-width: 42em) {
  .redes_whatsapp .whatsapp_negro a img {
    margin: 0;
  }
  .redes_whatsapp .whatsapp_negro a span {
    display: none;
  }
}

.redes_whatsapp_negro .sponsors a {
  color: #0D0D0D;
}

.banner_home {
  background: url("assets/img/Fondo_banner_Home.png") no-repeat;
  background-size: cover;
  color: #ffffff;
}
.banner_home h1 {
  color: #ffffff;
}
.banner_home h1 strong {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  color: #0D0D0D;
  background: #D9AA1E;
  padding: 0.3em;
}
.banner_home .detalles {
  margin-top: 3em;
  text-transform: uppercase;
  font-size: 0.8em;
}
@media only screen and (max-width: 42em) {
  .banner_home {
    padding-top: 10em;
  }
  .banner_home p {
    line-height: 1;
  }
}

.banner_crew {
  background: url("assets/img/FondoTheCrew.png") no-repeat #000;
  background-position: center top;
  background-size: 90%;
}
@media only screen and (max-width: 42em) {
  .banner_crew {
    padding-top: 10em;
  }
}

.banner_lab {
  background: url("assets/img/FondoLab.png") no-repeat;
  background-size: cover;
}

header.main {
  padding: 1em 0;
  position: absolute;
  width: 100%;
  z-index: 999;
}
header.main .logo {
  width: 80%;
  display: block;
  margin: auto;
  text-align: center;
}
header.main .logo:hover {
  background: none;
}
@media only screen and (max-width: 42em) {
  header.main .logo {
    width: 80%;
  }
}
header.main nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
header.main nav ul {
  margin: 0;
}
header.main nav ul li {
  display: inline-block;
}
@media only screen and (max-width: 42em) {
  header.main nav.mainnav {
    display: none;
  }
}
header.main a {
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  text-align: center;
  padding: 0.3em;
}
header.main a:hover {
  background: rgba(255, 255, 255, 0.2);
  border-bottom: none;
}
header.main .acceso_menu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
header.main a.cta_menu {
  border: 1px solid #D9AA1E;
  padding: 0.5em;
  border-radius: 3px;
  font-weight: bold;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-right: 1em;
}
header.main a.cta_menu:hover {
  background: #D9AA1E;
  color: #0D0D0D;
}
header.main nav.cuenta a {
  display: inline-block;
  margin-right: 0.3em;
}
header.main nav.cuenta a img {
  width: 1.2em;
}
header.main nav.cuenta a:hover {
  background: none;
}
header.main nav.cuenta .link-carrito-minimal {
  position: relative;
}
header.main nav.cuenta .items-carrito-conteo {
  position: absolute;
  background: red;
  font-weight: 800;
  font-size: 0.6em;
  display: block;
  width: 1.5em;
  height: 1.5em;
  top: 0;
  right: -0.2em;
  border-radius: 50%;
}
header.main .menu_movil {
  background: #0D0D0D;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  visibility: hidden;
  z-index: 99;
}
header.main .menu_movil .logo_movil {
  width: 50%;
  margin-bottom: 1em;
}
header.main .menu_movil nav.menu_mov ul {
  margin: 0;
  width: 100%;
}
header.main .menu_movil nav.menu_mov li {
  display: block;
  width: 100%;
  padding: 0.5em 1em;
  border-bottom: 1px dotted #0D0D0D;
}
header.main .menu_movil nav.menu_mov li:last-child {
  border-bottom: none;
}
header.main .menu_movil nav.menu_mov li a {
  display: block;
  width: 100%;
  color: #ffffff;
  text-transform: uppercase;
  text-align: left;
}
header.main .menu_movil address p {
  font-style: normal;
}
header.main .menu_movil .close_menu {
  background: #0D0D0D;
  color: #ffffff;
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  padding: 1em;
  cursor: pointer;
}
header.main .menu_movil[data-visible=true] {
  opacity: 1;
  visibility: visible;
}
header.main .open_menu {
  display: block;
  padding: 1em;
  border: 1px solid;
  cursor: pointer;
}

body.congreso header.main a {
  color: #0D0D0D;
  font-weight: 400;
}
body.congreso header.main a.cta_menu {
  border: 1px solid #0D0D0D;
  color: #0D0D0D;
  padding: 0.5em;
  border-radius: 3px;
  font-weight: bold;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
body.congreso header.main a.cta_menu:hover {
  background: #D9AA1E;
  color: #0D0D0D;
}

.bloque {
  padding: 5em 0;
}
.bloque h1, .bloque h2, .bloque h3 {
  text-transform: uppercase;
  line-height: 1;
}
.bloque p {
  line-height: 1;
  font-weight: 500;
}
.bloque p:first-of-type {
  font-size: 140%;
}

.bloque_blanco {
  background: #ffffff;
  color: #0D0D0D;
}

.bloque_amarillo_img {
  background: url(assets/img/Fondo_Amarillo_01.png) no-repeat;
  background-position: center center;
  color: #0D0D0D;
  text-align: center;
}
.bloque_amarillo_img h2 {
  text-align: center;
  line-height: 1;
}

.bloque_amarillo {
  background: #D9AA1E;
  color: #0D0D0D;
  text-align: center;
}

.bloque_legados {
  background: #D9AA1E;
  background-position: center center;
  text-align: center;
}

.bloque_teatro {
  background: url("assets/img/Fondo_Teatro.png") no-repeat #0D0D0D;
  background-position: center right;
  background-size: 50%;
}
@media only screen and (max-width: 42em) {
  .bloque_teatro {
    background: url("assets/img/fondo_teatro_movil.png") no-repeat #0D0D0D;
    background-size: cover;
  }
}

.bloque_memoria {
  background: url("assets/img/Fondo_Memoria.png") no-repeat;
  background-position: center center;
}

.bloque_vision {
  background: #0D0D0D;
}
.bloque_vision p:first-of-type {
  font-size: 1em;
}
.bloque_vision .fundadora {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.6fr 1em 1fr;
  grid-template-columns: 0.6fr 1fr;
  grid-gap: 1em;
  margin-top: 1em;
}
.bloque_vision .fundadora .perfil img {
  width: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.bloque_vision .fundadora .info span {
  color: #BD955E;
  font-size: 0.8em;
}
.bloque_vision .fundadora .info h6 {
  font-weight: 600;
}
.bloque_vision .fundadora .info p {
  font-size: 0.8em;
}

@media only screen and (max-width: 42em) {
  .tabla_costos {
    width: 100%;
    overflow-x: scroll;
  }
}

table.costos {
  background: none;
  color: #ffffff;
}
table.costos thead, table.costos tbody, table.costos tfoot {
  background-color: transparent;
  color: #ffffff;
}
table.costos thead, table.costos tfoot {
  border: none;
}
table.costos thead {
  text-transform: uppercase;
}
table.costos thead th.paquete {
  width: 25%;
  text-align: left;
  opacity: 0.5;
}
table.costos thead th {
  text-align: center;
  color: #D9AA1E;
}
table.costos tbody {
  border-color: rgb(61.4, 61.4, 61.4);
  -webkit-box-shadow: 0 0 20px #BD955E;
          box-shadow: 0 0 20px #BD955E;
}
table.costos tbody tr {
  border-bottom: 1px dashed rgb(61.4, 61.4, 61.4);
}
table.costos tbody tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.1);
}
table.costos tbody tr td:first-of-type {
  text-align: left;
  color: #ffffff;
}
table.costos tbody td {
  border-right: 1px solid rgb(61.4, 61.4, 61.4);
  text-align: center;
  line-height: 1.2;
  padding: 1.2em;
  color: #D9AA1E;
}
table.costos tfoot tr.etapas {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgb(61.4, 61.4, 61.4);
}
table.costos tfoot td {
  text-align: center;
  font-size: 1.3em;
  border-right: 1px solid rgb(61.4, 61.4, 61.4);
  padding: 1.2em;
}
table.costos tfoot tr.cta_accesos td {
  border-right: 0;
  padding: 0.6em 0.2em;
}
table.costos tfoot tr.cta_accesos td a {
  margin-bottom: 0;
}
table.costos tfoot tr.cta_accesos td a img {
  width: 1.2em;
}
table.costos tfoot tr.cta_accesos td a.cta:hover {
  background: #07D940;
  color: #ffffff;
}
table.costos tfoot td.etapa {
  line-height: 1.1;
  text-align: left;
  font-size: 0.8em;
  font-weight: 500;
  text-transform: uppercase;
}
table.costos tfoot td.etapa span {
  display: block;
  font-size: 80%;
}
table.costos tfoot td.etapa strong {
  font-size: 180%;
  display: block;
}
table.costos tfoot a.cta {
  font-size: 0.8em;
  text-align: center;
  line-height: 1;
  width: 100%;
}
@media only screen and (max-width: 42em) {
  table.costos {
    overflow: scroll;
  }
}

.observaciones {
  text-align: center;
  font-size: 0.7em;
  color: rgb(61.4, 61.4, 61.4);
  text-transform: uppercase;
}

.bloque_cta {
  text-align: center;
  color: #ffffff;
  background: rgb(37.2, 37.2, 37.2);
}

.bloque_labs p:first-of-type {
  font-size: 1em;
}

.bloque_ediciones {
  background: url("assets/img/fondo_ediciones.png") no-repeat;
  background-position: center center;
  background-size: cover;
}

.bloque_que_es_legado {
  background: #ffffff;
  color: #000;
  text-align: center;
}
.bloque_que_es_legado h3 {
  font-size: 2.5em;
}

.bloque_origen_legados {
  background: #BD955E;
  color: #0D0D0D;
}

.bloque-legado {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url("assets/img/fondo_ediciones.png") rgb(61.4, 61.4, 61.4);
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("assets/img/fondo_ediciones.png") rgb(61.4, 61.4, 61.4);
  background-position: center center;
  background-size: cover;
  color: #ffffff;
}

.bloque_masterclass {
  text-align: left;
  justify-items: center;
}

.bloque_autografiada {
  background: rgb(61.4, 61.4, 61.4);
  color: #ffffff;
  text-align: center;
}

.bloque_grabaciones {
  background: rgb(61.4, 61.4, 61.4);
}

.bloque_becas {
  text-align: center;
}

.bloque-comparativa {
  background: #0D0D0D;
}
.bloque-comparativa h3 {
  text-align: center;
}

.bloque-dancers {
  color: #0D0D0D;
  background: url(assets/img/Fondo_Amarillo_01.png) no-repeat #D9AA1E;
  background-size: cover;
  background-position: center center;
}
.bloque-dancers ul {
  text-align: left;
  margin: 0 auto 3em auto;
  width: 80%;
}
.bloque-dancers ul li {
  font-weight: 700;
  font-size: 1.1em;
  line-height: 1.1;
  margin-bottom: 0.5em;
}
.bloque-dancers h1 {
  text-align: center;
}
.bloque-dancers h1 strong {
  display: block;
}
.bloque-dancers h3 {
  text-align: center;
  text-transform: none;
  font-weight: 600;
  margin-bottom: 1em;
}
.bloque-dancers h4 {
  text-align: center;
  border-bottom: 1px solid #0D0D0D;
  color: #0D0D0D;
  font-size: 1.1em;
  margin: 1em auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.bloque-dancers p:first-of-type {
  font-size: 1.3em;
  font-weight: 800;
}
.bloque-dancers a.cta_negro {
  text-align: center;
}

.bloque_preventa {
  background: #0D0D0D;
  color: #ffffff;
  text-align: center;
}
.bloque_preventa p span {
  border: 1px solid #BD955E;
  display: inline-block;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  padding: 0.5em;
  text-transform: uppercase;
}
.bloque_preventa p span strong {
  font-weight: 900;
}
.bloque_preventa p a {
  color: #D9AA1E;
}

.thelegacy_preview {
  background: black;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 42em) {
  .thelegacy_preview img {
    width: 80%;
  }
}

body.congreso {
  background: #D9AA1E;
}

.banner_congreso {
  background: url("assets/img/Fondo_Congreso.png");
  background-size: cover;
  background-position: center bottom;
}
.banner_congreso h1 {
  font-size: 5em;
}
.banner_congreso h1 strong {
  display: block;
  font-size: 45%;
}
.banner_congreso h2 {
  background: #0D0D0D;
  color: #D9AA1E;
  font-size: 1.3em;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 0 0.7em;
}
@media only screen and (max-width: 42em) {
  .banner_congreso {
    padding-top: 10em;
  }
  .banner_congreso p {
    line-height: 1;
  }
  .banner_congreso h1 {
    font-size: 2em;
  }
  .banner_congreso h2 {
    font-size: 1em;
    line-height: 1;
    padding: 0.4em;
    margin-bottom: 1em;
  }
}

.banner_congreso {
  color: #0D0D0D;
}
.banner_congreso a.cta {
  background: #0D0D0D;
  color: #D9AA1E;
}
.banner_congreso .detalles_edicion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 95%;
  margin: auto;
  margin-bottom: 2em;
}
.banner_congreso .detalles_edicion .fecha, .banner_congreso .detalles_edicion .sede {
  width: 49%;
  border: 1px solid;
  border-radius: 8px;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1em;
  color: #ffffff;
  text-align: left;
  background: rgba(217, 170, 30, 0.5);
  color: #0D0D0D;
}
.banner_congreso .detalles_edicion .fecha p, .banner_congreso .detalles_edicion .sede p {
  margin-bottom: 0;
  display: block;
  width: 100%;
}
.banner_congreso .detalles_edicion .fecha p {
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1;
}
.banner_congreso .detalles_edicion .fecha p strong {
  display: block;
  text-transform: uppercase;
  font-size: 1.8em;
}
@media only screen and (max-width: 42em) {
  .banner_congreso .detalles_edicion .fecha p strong {
    font-size: 1em;
  }
}
.banner_congreso .detalles_edicion .fecha p:before {
  content: "";
  display: inline-block;
  background: url("assets/img/icono_fecha.svg") no-repeat;
  background-size: contain;
  width: 1.4em;
  height: 1.4em;
  margin-right: 0.3em;
}
.banner_congreso .detalles_edicion .sede p {
  line-height: 1;
  margin-bottom: 0;
  font-size: 0.8em;
}
.banner_congreso .detalles_edicion .sede p strong {
  display: block;
  font-size: 1.3em;
}
.banner_congreso .detalles_edicion .sede p:before {
  content: "";
  display: inline-block;
  background: url("assets/img/icono_ubicacion.svg") no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.6em;
  height: 2.4em;
  margin-right: 0.6em;
}
.banner_congreso .detalles_edicion .sede a {
  color: #0D0D0D;
  border: 1px solid;
  padding: 0.1em 0.2em;
  display: block;
  text-align: center;
  font-size: 0.8em;
  margin-top: 0.3em;
  text-transform: uppercase;
}
@media only screen and (max-width: 42em) {
  .banner_congreso .detalles_edicion {
    display: block;
    width: 100%;
  }
  .banner_congreso .detalles_edicion .fecha, .banner_congreso .detalles_edicion .sede {
    width: 100%;
    margin-bottom: 1em;
  }
  .banner_congreso .detalles_edicion .fecha {
    font-size: 1em;
  }
  .banner_congreso .detalles_edicion .fecha strong {
    font-size: 1em;
  }
}

.nav_congreso {
  display: block;
}
.nav_congreso p {
  font-weight: bold;
  text-transform: uppercase;
}
.nav_congreso ul {
  margin: 0 0 1em 0;
}
.nav_congreso ul li {
  display: inline-block;
}
.nav_congreso ul li a {
  color: #D9AA1E;
  background: #0D0D0D;
  padding: 1em;
  border-radius: 8px;
  font-weight: 800;
  text-transform: uppercase;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.nav_congreso ul li a:hover {
  border-bottom: none;
}
@media only screen and (max-width: 42em) {
  .nav_congreso ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1em 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1em;
  }
  .nav_congreso ul li {
    display: block;
  }
  .nav_congreso ul li a {
    width: 100%;
    display: block;
  }
}

.bloque-exhibicion {
  background: rgb(61.4, 61.4, 61.4);
  color: #ffffff;
  text-align: center;
}
.bloque-exhibicion h2 {
  background: #D9AA1E;
  color: #0D0D0D;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1.5em auto;
  font-size: 2em;
  padding: 0.4em;
}
.bloque-exhibicion h2 strong {
  font-weight: 900;
}
@media only screen and (max-width: 42em) {
  .bloque-exhibicion h2 {
    font-size: 1.5em;
  }
}

.bloque_legados {
  color: #0D0D0D;
}

.lista_maestros {
  text-align: center;
  margin-bottom: 3em;
  margin-top: 2em;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1em 1fr 1em 1fr 1em 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1em;
}
@media only screen and (max-width: 42em) {
  .lista_maestros {
    display: block;
  }
  .lista_maestros .profilepic img {
    width: 60%;
  }
}
.lista_maestros h3, .lista_maestros h4 {
  margin-bottom: 0;
  color: #0D0D0D;
}
.lista_maestros h3 {
  font-size: 3em;
  font-weight: 900;
  line-height: 1;
  min-height: 1.5em;
}
.lista_maestros h3 span {
  display: block;
  font-size: 30%;
  letter-spacing: 0.3em;
}
.lista_maestros h4 {
  font-size: 1.5em;
  font-weight: 900;
  margin-bottom: 0.3em;
  color: #0D0D0D;
  text-transform: uppercase;
}
.lista_maestros img {
  width: 100%;
}
.lista_maestros .legado a.cta_text {
  color: #0D0D0D;
}
.lista_maestros .profilepic {
  margin-bottom: 1em;
}
.lista_maestros .legado.oculto .profilepic {
  position: relative;
}
.lista_maestros .legado.oculto .profilepic:after {
  content: "Por Anunciar";
  position: absolute;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(13, 13, 13, 0.7);
  height: 100%;
  font-weight: 900;
}

.bloque_legacy_para_ti {
  text-align: left;
  background: url("assets/img/Fondo_Legacy2.png") no-repeat #000;
  background-position: center center;
  background-size: cover;
  color: #ffffff;
}
.bloque_legacy_para_ti h2 {
  text-align: left;
}
.bloque_legacy_para_ti h3 {
  text-transform: none;
}
.bloque_legacy_para_ti ul {
  width: 80%;
}
.bloque_legacy_para_ti ul li {
  line-height: 1.1;
  margin-bottom: 0.5em;
}
.bloque_legacy_para_ti p:first-of-type {
  font-size: 1.5em;
}
.bloque_legacy_para_ti .dirigido {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1em 1fr;
  grid-template-columns: repeat(2, 1fr);
  font-size: 0.9em;
  grid-gap: 1em;
}
.bloque_legacy_para_ti .dirigido h3 {
  font-size: 1em;
  line-height: 1;
}

.bloque_experiencia p:first-of-type {
  font-size: 1em;
}
.bloque_experiencia .actividades_dia {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1em 1fr 1em 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1em;
  margin-top: 2em;
}
@media only screen and (max-width: 42em) {
  .bloque_experiencia .actividades_dia {
    display: block;
  }
}
.bloque_experiencia .dia {
  background: #ffffff;
  border-radius: 5px;
  border: 2px solid #0D0D0D;
  text-align: left;
}
@media only screen and (max-width: 42em) {
  .bloque_experiencia .dia {
    margin-bottom: 2em;
  }
}
.bloque_experiencia .dia .top_dia {
  background: #0D0D0D;
  color: #D9AA1E;
  padding: 1em;
}
.bloque_experiencia .dia .top_dia h4 {
  line-height: 1;
  text-transform: uppercase;
  font-size: 2em;
}
.bloque_experiencia .dia .top_dia p {
  margin-bottom: 0.5em;
  font-size: 0.8em;
  text-transform: uppercase;
}
.bloque_experiencia .dia .top_dia p.fecha {
  font-weight: bold;
}
.bloque_experiencia .dia .top_dia p.fecha:before {
  content: "";
  background: url("assets/img/icono_fecha_a.svg") no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-right: 0.2em;
}
.bloque_experiencia .dia .top_dia p.horario {
  font-weight: bold;
}
.bloque_experiencia .dia .top_dia p.horario:before {
  content: "";
  background: url("assets/img/icono_horario.svg") no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-right: 0.2em;
}
.bloque_experiencia .dia .actividades .actividad {
  border-bottom: 1px solid #0D0D0D;
  padding: 1em 3em 1em 1em;
  font-size: 1em;
}
.bloque_experiencia .dia .actividades .actividad h5, .bloque_experiencia .dia .actividades .actividad p {
  margin-bottom: 0;
}
.bloque_experiencia .dia .actividades .actividad:last-child {
  border-bottom: none;
}
.bloque_experiencia .cta_negro {
  margin-top: 3em;
}

.bloque_memoria {
  text-align: center;
}
.bloque_memoria .embed-container {
  margin-bottom: 1em;
}

.bloque_inversion {
  background: url("assets/img/Fondo_tienda.png") no-repeat;
  background-position: center center;
  background-size: cover;
}
.bloque_inversion h3 {
  text-align: center;
  color: #ffffff;
}

.bloque_bioslegados {
  background: #000;
  color: #D9AA1E;
}
.bloque_bioslegados h3 {
  text-align: center;
  margin-bottom: 1em;
}
.bloque_bioslegados .lista-legados-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.9em;
  margin-top: 3em;
}
.bloque_bioslegados .lista-legados-3 .tarjeta-maestro {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc((100% - 5.7em) / 4);
          flex: 0 1 calc((100% - 5.7em) / 4);
}
.bloque_bioslegados .lista-legados-3 .tarjeta-maestro .foto-maestro {
  margin-bottom: 1em;
}
.bloque_bioslegados .lista-legados-3 .tarjeta-maestro h4 {
  color: #BD955E;
}
.bloque_bioslegados .lista-legados-3 .tarjeta-maestro p {
  font-size: 1em;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
}
@media only screen and (max-width: 42em) {
  .bloque_bioslegados .lista-legados-3 .tarjeta-maestro {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc((100% - 1.9em) / 2);
            flex: 0 1 calc((100% - 1.9em) / 2);
  }
}

.bloque_que_es_legado .cta_small_sec {
  margin: auto auto 1em auto;
}

.bloque_lista_legados {
  background: #D9AA1E;
  color: #000;
}
.bloque_lista_legados h3 {
  text-align: center;
}
.bloque_lista_legados .legados-3a-edicion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.9em;
  margin-top: 3em;
}
.bloque_lista_legados .legados-3a-edicion .tarjeta-legado {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc((100% - 5.7em) / 4);
          flex: 0 1 calc((100% - 5.7em) / 4);
  text-align: left;
}
.bloque_lista_legados .legados-3a-edicion .tarjeta-legado h3 {
  text-align: left;
}
.bloque_lista_legados .legados-3a-edicion .tarjeta-legado a {
  color: #000;
}
.bloque_lista_legados .legados-3a-edicion .tarjeta-legado p {
  font-size: 1em;
}
.bloque_lista_legados .legados-3a-edicion .tarjeta-legado .foto-legado {
  margin-bottom: 1em;
}
@media only screen and (max-width: 42em) {
  .bloque_lista_legados .legados-3a-edicion .tarjeta-legado {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc((100% - 1.9em) / 2);
            flex: 0 1 calc((100% - 1.9em) / 2);
  }
  .bloque_lista_legados .legados-3a-edicion .tarjeta-legado .resumen-legado {
    display: none;
  }
}

.top {
  min-height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top .content_top {
  width: 80vw;
  padding-top: 5vh;
  position: relative;
}
@media only screen and (max-width: 42em) {
  .top .content_top {
    width: 90%;
  }
}
.top .content_top .logo, .top .content_top .introtop {
  text-align: center;
  position: relative;
  z-index: 20;
}
.top .content_top .chica {
  position: absolute;
  top: 1em;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  z-index: 10;
}
@media only screen and (max-width: 42em) {
  .top .content_top .chica {
    width: 80%;
    top: 3em;
  }
}
.top .content_top .introtop {
  color: #F2E1CE;
  margin-top: 33vh;
}
.top .content_top .introtop span.fecha {
  background: #D9AA1E;
  color: #0D0D0D;
  font-weight: 900;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.5em;
  margin: 0 auto 0.3em auto;
  text-transform: uppercase;
  font-size: 1.5em;
}
@media only screen and (max-width: 42em) {
  .top .content_top .introtop span.fecha {
    font-size: 0.8em;
  }
}
.top .content_top .introtop h1 {
  color: #F2E1CE;
  text-transform: uppercase;
  font-size: 1.5em;
  line-height: 1;
  text-shadow: 0 0 10px #0D0D0D;
}
.top .content_top .introtop h1 span {
  display: block;
  font-size: 250%;
  text-shadow: 0 0 10px #0D0D0D;
  background: none;
  color: #F2E1CE;
}
.top .content_top .introtop h1 span strong {
  display: block;
  background: rgb(188, 148, 93);
  background: #D9AA1E;
  color: #0D0D0D;
  font-size: 30%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em;
  margin: auto;
  text-shadow: none;
}
@media only screen and (max-width: 42em) {
  .top .content_top .introtop h1 {
    font-size: 1.2em;
  }
  .top .content_top .introtop h1 span {
    font-size: 150%;
  }
  .top .content_top .introtop h1 span strong {
    font-size: 50%;
    margin: 0.5em auto;
  }
}
.top .content_top .legacies_list {
  z-index: 20;
  position: relative;
  color: #F2E1CE;
  width: 60%;
  margin: 2em auto 0em;
}
.top .content_top .legacies_list .legacy {
  text-transform: uppercase;
  text-align: center;
}
.top .content_top .legacies_list .legacy h2 {
  font-size: 1.2em;
  margin: 0;
  line-height: 1;
}
.top .content_top .legacies_list .legacy .headshot {
  border-radius: 50%;
  overflow: hidden;
  max-width: 150px;
  aspect-ratio: 1/1;
  margin: auto;
}
.top .content_top .legacies_list .legacy p {
  color: #BD955E;
}
@media only screen and (max-width: 42em) {
  .top .content_top .legacies_list {
    width: 100%;
  }
}
.top .content_top .infotop {
  text-align: center;
  color: #F2E1CE;
  text-transform: uppercase;
  font-size: 0.8em;
  position: relative;
  z-index: 20;
}
.top .content_top .infotop span {
  margin-top: 0.5em;
  display: block;
}

.roots {
  color: #F2E1CE;
  background: url("assets/img/FondoSalon.png") no-repeat top center;
  background-size: contain;
  padding: 2em 0 2em 0;
  background-size: cover;
}
.roots p:first-of-type {
  font-size: 120%;
}
.roots .dirigido {
  color: #D9AA1E;
  font-size: 1em;
}
.roots .dirigido p:first-of-type {
  font-size: 100%;
}
.roots .meche {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 5% auto;
  grid-template-columns: 30% auto;
  grid-gap: 5%;
  margin-top: 2em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.roots .meche .profile {
  border-radius: 50%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.roots .meche .profile img {
  width: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.roots .meche .bio {
  font-size: 0.9em;
}
.roots .meche .bio p {
  margin: 0;
  font-size: 0.95em;
}
.roots .meche .bio p:nth-child(1) {
  color: #D9AA1E;
  font-weight: 900;
}
.roots .meche .bio p:nth-child(2) {
  font-weight: 900;
}
.roots h2 {
  text-align: center;
  color: #D9AA1E;
  text-transform: uppercase;
  padding: 2em 0;
}
.roots .legacies_jazz {
  margin-top: 1em;
}
@media only screen and (max-width: 42em) {
  .roots .legacies_jazz {
    margin-top: 3em;
  }
}
.roots .cta_text {
  padding: 10em 0;
}
.roots .cta_text h3 {
  font-size: 2em;
  text-align: center;
  text-transform: uppercase;
  font-size: 3em;
  margin-bottom: 0.5em;
}
.roots .cta_text h3 span {
  display: block;
  font-size: 50%;
}
.roots .cta_text p {
  text-align: center;
}
@media only screen and (max-width: 42em) {
  .roots .cta_text h3 {
    font-size: 1.8em;
  }
}

.cta_ama {
  background: #D9AA1E;
  text-align: right;
}
.cta_ama h3 {
  text-transform: uppercase;
  font-size: 4em;
  line-height: 1;
  margin: 0;
}
.cta_ama p {
  font-size: 1.5em;
  line-height: 1;
}
.cta_ama p strong {
  display: block;
}
.cta_ama .eleva {
  padding: 8em 0;
  width: 70%;
  position: relative;
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.cta_ama .eleva:before {
  content: "";
  display: block;
  height: 100%;
  width: 30em;
  position: absolute;
  top: 0;
  right: -30em;
  background: url("assets/img/broadway_semaforo.png") no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 42em) {
  .cta_ama .eleva {
    width: 100%;
    text-align: center;
  }
  .cta_ama .eleva:before {
    display: none;
  }
}

.legacies {
  background: #F2E1CE;
  padding: 5em 0;
}
.legacies .legados_bio {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3em 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3em;
}
@media only screen and (max-width: 42em) {
  .legacies .legados_bio {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.legacies .intro {
  width: 60%;
  margin: auto;
}
.legacies .intro h3 {
  font-size: 4em;
  text-align: center;
  margin-bottom: 2em;
  text-transform: uppercase;
  line-height: 1;
}
@media only screen and (max-width: 42em) {
  .legacies .intro {
    width: 100%;
  }
  .legacies .intro h3 {
    font-size: 2em;
  }
}
.legacies .legado_bio {
  display: -ms-grid;
  display: grid;
  grid-gap: 2%;
  margin-bottom: 1em;
      grid-template-areas: "uno dos";
}
.legacies .legado_bio .bio {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.legacies .legado_bio .bio h4 {
  font-weight: 900;
  font-size: 2em;
}
.legacies .legado_bio:nth-child(odd) {
  -ms-grid-columns: 50% auto;
  grid-template-columns: 50% auto;
  justify-items: end;
}
.legacies .legado_bio:nth-child(odd) .profile {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: dos;
}
.legacies .legado_bio:nth-child(odd) .bio {
  text-align: right;
}
.legacies .legado_bio:nth-child(odd) .precursor {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  right: 0;
}
.legacies .legado_bio:nth-child(even) {
  -ms-grid-columns: auto 50%;
  grid-template-columns: auto 50%;
}
.legacies .legado_bio:nth-child(even) .profile {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: uno;
}
.legacies .legado_bio:nth-child(3) {
  -ms-grid-columns: 60% auto;
  grid-template-columns: 60% auto;
  margin-top: -5em;
}
@media only screen and (max-width: 42em) {
  .legacies .legado_bio:nth-child(3) {
    margin-top: 0em;
  }
}
.legacies .legado_bio:nth-child(3) .profile {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: dos;
}
.legacies .legado_bio:nth-child(3) .bio {
  text-align: right;
}
.legacies .legado_bio:nth-child(4) {
  -ms-grid-columns: auto 60%;
  grid-template-columns: auto 60%;
}
.legacies .legado_bio:nth-child(4) .profile {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: uno;
}
@media only screen and (max-width: 42em) {
  .legacies .legado_bio {
        grid-template-areas: "uno";
  }
  .legacies .legado_bio:nth-child(odd) {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    justify-items: start;
  }
  .legacies .legado_bio:nth-child(odd) .profile {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: uno;
  }
  .legacies .legado_bio:nth-child(odd) .bio {
    text-align: left;
  }
  .legacies .legado_bio:nth-child(odd) .precursor {
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
  }
  .legacies .legado_bio:nth-child(even) {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .legacies .legado_bio:nth-child(even) .profile {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: uno;
  }
  @media only screen and (max-width: 42em){
  .legacies .legado_bio:nth-child(odd) .profile {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
  }
  .legacies .legado_bio:nth-child(even) .profile {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
  }
  }
  .legacies .legado_bio:nth-child(even) .profile {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .legacies .legado_bio:nth-child(4) .profile {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.legacies .legado_bio .precursor {
  background: #33291E;
  color: #F2E1CE;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3em 0.8em;
  font-size: 0.8em;
  border-radius: 8px;
}
.legacies .legado_bio .precursor span {
  font-size: 80%;
  text-transform: uppercase;
  color: #F2E1CE;
  opacity: 0.5;
}
.legacies .legado_bio .precursor h4 {
  font-size: 1.2em;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0;
}
.legacies .legado_bio .precursor a {
  color: #D9AA1E;
  text-decoration: underline;
  text-transform: uppercase;
}
.legacies .legado_bio .precursor a:hover {
  border-bottom: none;
}
.legacies .cta_text {
  text-align: center;
  text-transform: uppercase;
  margin-top: 5em;
}
.legacies .cta_text h3 {
  font-size: 4em;
}
@media only screen and (max-width: 42em) {
  .legacies .cta_text h3 {
    font-size: 2em;
  }
}

.info_congreso {
  background: url("assets/img/FondoSalon.png") no-repeat center top;
  color: #F2E1CE;
  padding: 8em 0;
  background-size: cover;
}
@media only screen and (max-width: 42em) {
  .info_congreso {
    background-size: cover;
  }
}
.info_congreso .introinfo {
  text-align: center;
  margin-bottom: 2em;
}
.info_congreso .introinfo h3 {
  color: #D9AA1E;
  font-size: 3em;
  line-height: 1;
  margin-bottom: 0em;
}
.info_congreso .introinfo h3 span {
  display: block;
  color: #F2E1CE;
}
.info_congreso .introinfo p {
  font-size: 110%;
  line-height: 1;
}
@media only screen and (max-width: 42em) {
  .info_congreso .introinfo h3 {
    font-size: 2em;
    margin-bottom: 1em;
  }
}
.info_congreso .descinfo p.lab {
  color: #D9AA1E;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 0;
}
.info_congreso .cta_text {
  text-align: center;
  margin-top: 2em;
}
.info_congreso .cta_text span {
  text-transform: uppercase;
  margin-top: 1em;
  display: block;
}

.cta_jazz {
  background: url("assets/img/Fondo_dorado.png") no-repeat center center;
  color: #0D0D0D;
  padding: 10em 0;
  text-align: center;
  background-size: cover;
}
.cta_jazz h4 {
  text-transform: uppercase;
  margin-bottom: 1em;
}
.cta_jazz h4 span {
  border-bottom: 1px solid;
}
.cta_jazz p {
  font-weight: 500;
}
.cta_jazz blockquote {
  border: none;
  margin: 0;
}
.cta_jazz blockquote p {
  color: #0D0D0D;
  font-size: 3em;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
}
.cta_jazz blockquote p span {
  display: block;
}
@media only screen and (max-width: 42em) {
  .cta_jazz blockquote p {
    font-size: 1.8em;
  }
}

.beca {
  color: #0D0D0D;
}
.beca img {
  margin-bottom: 5em;
  margin-top: 5em;
}
.beca p {
  text-align: center;
  font-size: 1.8em;
  line-height: 1.1;
}
.beca p strong {
  display: block;
  font-size: 120%;
  text-transform: uppercase;
}
.beca p:first-of-type {
  color: #0D0D0D;
  margin-bottom: 1em;
}
.beca p:last-child {
  font-size: 1.5em;
}
@media only screen and (max-width: 42em) {
  .beca p {
    font-size: 1.2em;
  }
}

.faqs {
  background: #F2E1CE;
  padding: 10em 0;
}
.faqs h3 {
  text-align: center;
  font-size: 3em;
  margin-bottom: 1em;
  color: #000;
}
.faqs h3 span {
  display: block;
  font-size: 80%;
}
.faqs .preguntas {
  margin-bottom: 3em;
  background: #ffffff !important;
  border: none;
  border-radius: 8px;
}
.faqs .accordion {
  background: none;
}
.faqs .accordion-title:hover, .faqs .accordion-title:focus {
  background: none;
}
.faqs .accordion-title {
  border-bottom: 1px solid;
  color: #0D0D0D;
  font-size: 1.2em;
  font-weight: 700;
}
.faqs .accordion-content {
  background: none;
}

.teatro {
  padding: 5em 0;
  color: #F2E1CE;
}
.teatro h3 {
  text-transform: uppercase;
  text-align: center;
  margin: 2em 0 1em 0;
}
.teatro h3 span {
  color: #D9AA1E;
  display: block;
}

.contacto {
  color: #0D0D0D;
  padding: 10em 0;
}
.contacto h3 {
  color: #0D0D0D;
  text-align: center;
  text-transform: uppercase;
  font-size: 3em;
  line-height: 1;
}
.contacto h3 strong {
  display: block;
}
@media only screen and (max-width: 42em) {
  .contacto h3 {
    font-size: 2em;
  }
}
.contacto .cta_whatsapp, .contacto .cta_mail {
  display: inline-block;
}
@media only screen and (max-width: 42em) {
  .contacto .cta_whatsapp, .contacto .cta_mail {
    font-size: 1em;
    width: 100%;
  }
}
.contacto .cta_whatsapp {
  margin-right: 1em;
}
.contacto .introcontacto {
  text-align: center;
}
.contacto .formulario {
  background: rgb(61.4, 61.4, 61.4);
  padding: 3em;
  border-radius: 8px;
  margin-top: 5em;
}
.contacto .formulario form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1em 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1em;
}
.contacto .formulario form label {
  color: #F2E1CE;
  text-transform: uppercase;
}
.contacto .formulario form textarea {
  height: 13.8em;
  resize: none;
  border-radius: 5px;
}
.contacto .formulario form input[type=text], .contacto .formulario form input[type=email] {
  border-radius: 5px;
  padding: 1.4em 1em;
}
.contacto .formulario form input[type=submit] {
  background: #D9AA1E;
  color: #0D0D0D;
  padding: 0.7em 1em;
  border-radius: 8px;
  border: none;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}
.contacto .formulario form .enviar {
  text-align: right;
}
@media only screen and (max-width: 42em) {
  .contacto .formulario form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.bloque.crew {
  background: url("assets/img/LegacyCrew.png") no-repeat #000;
  background-position: center center;
  color: #ffffff;
}
.bloque.crew img.logo {
  margin-block: 2em;
}
.bloque.crew {
  text-align: center;
}
@media only screen and (max-width: 42em) {
  .bloque.crew {
    background: url("assets/img/LegacyCrew.png") no-repeat #000;
    background-size: cover;
    text-align: center;
  }
}

.banner_lab {
  color: #ffffff;
}
.banner_lab img.logo_lab {
  width: 80%;
  margin-bottom: 2em;
}
.banner_lab p strong.soon {
  text-transform: uppercase;
}
@media only screen and (max-width: 42em) {
  .banner_lab {
    padding-top: 10em;
  }
}

.niveles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.niveles .nivel {
  margin: 2em;
}
.niveles .nivel h2 {
  color: #EF1443;
}
.niveles .nivel .fechas span {
  display: block;
  font-size: 80%;
}
.niveles .nivel .fechas .proximafecha {
  border: 1px solid #EF1443;
  display: block;
  width: 100%;
  text-align: center;
  padding: 1em;
  text-transform: uppercase;
}
.niveles .nivel .fechas .cta {
  background: #EF1443 !important;
  margin: 0;
  font-size: 1em;
  width: 100%;
  text-align: center;
  color: #ffffff;
}

.bloque_labs h1 {
  text-align: center;
  font-size: 1.3em;
  margin-bottom: 2em;
}

.banner_origen {
  background: url("assets/img/Fondo_Origen.png") no-repeat;
  background-size: cover;
  background-position: center center;
}
.banner_origen p {
  font-size: 1.3em;
  line-height: 1;
  font-weight: 300;
}
.banner_origen p:first-of-type {
  font-size: 1.6em;
}
.banner_origen .ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
}
.banner_origen .ctas a.cta_small, .banner_origen .ctas a.cta_small_blanco {
  font-size: 1em;
}
@media only screen and (max-width: 42em) {
  .banner_origen {
    padding-top: 10em;
  }
  .banner_origen .ctas {
    display: block;
    margin: auto;
  }
  .banner_origen .ctas a {
    margin: 1em auto 1em auto;
  }
}

.bloque_fundadora .info_fundadora {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
}
.bloque_fundadora .info_fundadora .bio {
  width: 50%;
}
@media only screen and (max-width: 42em) {
  .bloque_fundadora .info_fundadora {
    display: block;
  }
  .bloque_fundadora .info_fundadora .bio {
    width: 80%;
    margin: auto;
  }
}

.bloque_legados_origen {
  color: #ffffff;
}
.bloque_legados_origen p:first-of-type {
  font-size: 1em;
}
.bloque_legados_origen h3, .bloque_legados_origen p {
  text-align: center;
}

.bloque_dominio {
  text-align: center;
}
.bloque_dominio h3 {
  line-height: 1;
}

.lista_legados {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.9em;
  margin-top: 3em;
}
.lista_legados .legado_origen {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc((100% - 5.7em) / 4);
          flex: 0 1 calc((100% - 5.7em) / 4);
}
.lista_legados .legado_origen p, .lista_legados .legado_origen h3 {
  text-align: left;
}
.lista_legados .legado_origen img {
  margin-bottom: 1em;
}
.lista_legados .legado_origen p {
  color: rgba(255, 255, 255, 0.5);
}
.lista_legados .legado_origen .ediciones_legado {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  margin-bottom: 1em;
}
.lista_legados .legado_origen span.T1a_edicion {
  color: #ffffff;
  background: #BD955E;
  padding: 0.3em 0.6em;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.7em;
  text-transform: uppercase;
  font-weight: 700;
}
.lista_legados .legado_origen span.T2a_edicion {
  color: #ffffff;
  background: rgb(61.4, 61.4, 61.4);
  padding: 0.3em 0.6em;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.7em;
  text-transform: uppercase;
  font-weight: 700;
}
.lista_legados .legado_origen span.T3a_edicion {
  color: #ffffff;
  background: #0D0D0D;
  padding: 0.3em 0.6em;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.7em;
  text-transform: uppercase;
  font-weight: 700;
}
.lista_legados .legado_origen .precursores {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 1em;
}
.lista_legados .legado_origen .precursores .precursor {
  border: 1px solid #D9AA1E;
  color: #D9AA1E;
}
.lista_legados .legado_origen .precursores .precursor p {
  margin-bottom: 0;
  padding: 0.4em;
  color: #D9AA1E;
}
@media only screen and (max-width: 42em) {
  .lista_legados .legado_origen {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc((100% - 1.9em) / 2);
            flex: 0 1 calc((100% - 1.9em) / 2);
  }
}

.intro_ediciones {
  text-align: center;
  color: #ffffff;
}

.carteles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3em;
}
.carteles a {
  display: block;
}
.carteles .cartel a {
  color: #D9AA1E;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid;
  text-transform: uppercase;
  padding: 0.4em;
  margin: 1em auto;
  text-align: center;
}
.carteles .cartel a.img {
  border: none;
  padding: 0;
}
.carteles .cartel a.img:hover {
  border-bottom: none;
}

.niveles_legados {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.9em;
  text-align: left;
  margin-top: 2em;
}
.niveles_legados .nivel {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc((100% - 5.7em) / 4);
          flex: 0 1 calc((100% - 5.7em) / 4);
  background: rgba(0, 0, 0, 0.2);
  padding: 1em;
  border-radius: 4px;
}
.niveles_legados .nivel p:first-of-type {
  font-size: 1em;
}
.niveles_legados .nivel h5 {
  line-height: 1;
}
.niveles_legados .nivel p.ejemplo {
  font-size: 0.8em;
  line-height: 1.1;
}
@media only screen and (max-width: 42em) {
  .niveles_legados {
    gap: 0.5em;
  }
  .niveles_legados .nivel {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc((100% - 0.5em) / 2);
            flex: 0 1 calc((100% - 0.5em) / 2);
  }
}

.clasificacion_legado {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  margin-bottom: 1em;
}
.clasificacion_legado .tipo-legado {
  background: #0D0D0D;
  color: #ffffff;
  border: 1px solid;
  border-radius: 4px;
  font-size: 0.8em;
  padding: 0.5em;
  text-transform: uppercase;
}

.quees {
  text-align: center;
  margin-bottom: 4em;
}
.quees img {
  margin-bottom: 2em;
}

.leg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  justify-items: center;
  gap: 2em;
}
.leg .infoleg {
  width: 80%;
}
.leg .imgleg img {
  margin-bottom: 1em;
}
@media only screen and (max-width: 42em) {
  .leg {
    display: block;
  }
}

.nivelesLegados {
  margin-top: 4em;
  text-align: center;
}

.banner_ediciones {
  background: url("assets/img/banner_archivo.png") no-repeat;
  background-size: cover;
}
.banner_ediciones h3 {
  text-transform: uppercase;
}
.banner_ediciones h3 span {
  display: block;
  font-size: 70%;
}

.bloque_edicion p:first-of-type {
  font-size: 0.9em;
  color: #ffffff;
  line-height: 1.1;
  opacity: 0.6;
}
.bloque_edicion .fecha {
  text-transform: uppercase;
  font-size: 0.8em;
}
.bloque_edicion h2 {
  margin-bottom: 0;
}

.galeria_edicion {
  margin-top: 2em;
}
.galeria_edicion h3 {
  font-size: 0.8em;
  text-transform: uppercase;
  color: rgb(61.4, 61.4, 61.4);
}

.banner_tienda {
  background: url("assets/img/Fondo_tienda.png") no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 15em;
  padding-bottom: 15em;
}
.banner_tienda h3 {
  text-transform: uppercase;
  color: #ffffff;
}
@media only screen and (max-width: 42em) {
  .banner_tienda {
    display: block;
    padding-top: 10em;
  }
}

.lista_paquetes {
  margin-top: 5em;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2em 1fr 2em 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2em;
}
@media only screen and (max-width: 42em) {
  .lista_paquetes {
    display: block;
    width: 100%;
    margin-top: 0;
  }
}
.lista_paquetes .paquete {
  padding: 2em 2em 6em 2em;
  background: url("assets/img/LogoLegacy_Fondo.png") no-repeat #0D0D0D;
  background-position: center bottom;
  border-radius: 8px;
  text-align: left;
  border: 1px solid rgb(61.4, 61.4, 61.4);
  color: #ffffff;
}
@media only screen and (max-width: 42em) {
  .lista_paquetes .paquete {
    margin-bottom: 1em;
    padding: 1em;
  }
}
.lista_paquetes .paquete .header_paquete h2 {
  text-transform: uppercase;
}
.lista_paquetes .paquete .precio_cta a.cta {
  width: 100%;
  text-align: center;
}
.lista_paquetes .paquete .precio_cta a.cta:hover {
  background: #ffffff;
  color: #0D0D0D;
}
.lista_paquetes .paquete .precio_cta p, .lista_paquetes .paquete .precio_cta ins {
  font-size: 2em;
  font-weight: 800;
  margin-bottom: 0.5em;
  line-height: 1;
  text-decoration: none;
}
.lista_paquetes .paquete .precio_cta p span, .lista_paquetes .paquete .precio_cta ins span {
  font-size: 40%;
  font-weight: 300;
  text-transform: uppercase;
}
.lista_paquetes .paquete .precio_cta span.precio-producto-personalizado {
  display: block;
}
.lista_paquetes .paquete .precio_cta span.precio-producto-personalizado ins {
  display: block;
}
.lista_paquetes .paquete .precio_cta span.precio-producto-personalizado ins bdi {
  font-size: 2.2em;
  font-weight: 800;
  text-decoration: none;
}
.lista_paquetes .paquete .precio_cta span.precio-producto-personalizado ins bdi span {
  font-size: 100%;
  font-weight: 800;
}
.lista_paquetes .paquete .precio_cta span.precio-producto-personalizado ins bdi:after {
  content: "preventa";
  font-size: 50%;
  display: inline-block;
  margin-left: 0.2em;
  opacity: 0.5;
}
.lista_paquetes .paquete .precio_cta span.precio-producto-personalizado del {
  display: block;
  text-decoration: none;
}
.lista_paquetes .paquete .precio_cta span.precio-producto-personalizado del span bdi {
  font-size: 100%;
  font-weight: 300;
  color: #D9AA1E;
}
.lista_paquetes .paquete .precio_cta span.precio-producto-personalizado del span bdi span {
  font-weight: 300;
}
.lista_paquetes .paquete .precio_cta span.precio-producto-personalizado del span bdi:after {
  content: "regular";
  font-size: 80%;
  display: inline-block;
  margin-left: 0.5em;
  opacity: 0.5;
  text-transform: uppercase;
}
.lista_paquetes .paquete .precio_cta span.precio-producto-personalizado bdi {
  font-size: 2.2em;
  font-weight: 800;
  text-decoration: none;
}
.lista_paquetes .paquete .precio_cta span.precio-producto-personalizado bdi span {
  font-size: 100%;
  font-weight: 800;
}
.lista_paquetes .paquete .precio_cta span.cuota {
  font-size: 0.8em;
  text-transform: uppercase;
  color: rgb(61.4, 61.4, 61.4);
}
.lista_paquetes .paquete .precio_cta p.regular {
  font-size: 0.8em;
  margin-bottom: 1em;
}
.lista_paquetes .paquete .incluye {
  margin-top: 1em;
}
.lista_paquetes .paquete .incluye span {
  text-transform: uppercase;
  margin-bottom: 1em;
  opacity: 0.5;
}
@media only screen and (max-width: 42em) {
  .lista_paquetes .paquete .incluye {
    display: none;
  }
}
.lista_paquetes .paquete_elite {
  background: url("assets/img/LogoLegacy_Fondo.png") no-repeat #D9AA1E;
  background-position: center bottom;
  color: #0D0D0D;
  -webkit-box-shadow: 0 0 20px #D9AA1E;
          box-shadow: 0 0 20px #D9AA1E;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  border: 1px solid rgb(232.6396761134, 197.6085020243, 93.2603238866);
}
.lista_paquetes .paquete_elite .precio_cta a.cta {
  background: #0D0D0D;
  color: #ffffff;
}
.lista_paquetes .paquete_elite .precio_cta span.precio-producto-personalizado del {
  display: block;
  text-decoration: none;
}
.lista_paquetes .paquete_elite .precio_cta span.precio-producto-personalizado del span bdi {
  font-size: 100%;
  font-weight: 300;
  color: #0D0D0D;
}
@media only screen and (max-width: 42em) {
  .lista_paquetes .paquete_elite {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.oyente {
  margin-top: 5em;
}
.oyente a {
  color: #D9AA1E;
}

.preventa_registro {
  background: none;
  color: #ffffff;
  border: 1px dashed #ffffff;
  padding: 0.5em;
  border-radius: 8px;
  margin-bottom: 1em;
}
.preventa_registro p {
  font-size: 1em !important;
  text-align: center;
}
.preventa_registro a {
  color: #0D0D0D;
  font-weight: 800;
  text-align: center;
  background: #D9AA1E;
  color: #0D0D0D;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  border-radius: 4px;
  padding: 0.2em 0.4em;
  text-transform: uppercase;
}

.producto_detalle {
  padding-top: 15em;
}
.producto_detalle .top_producto {
  margin-bottom: 5em;
}
.producto_detalle .top_producto .cta_text {
  border: 1px solid #D9AA1E;
  text-align: center;
  display: block;
  margin-bottom: 1em;
}
.producto_detalle .top_producto .cta_text:hover {
  color: #ffffff;
}
.producto_detalle .top_producto .boleto_img {
  position: relative;
}
.producto_detalle .top_producto .boleto_img .onsale {
  display: none;
}
.producto_detalle .info_acceso {
  color: #ffffff;
}
.producto_detalle .info_acceso h1 {
  font-size: 1.8em;
  margin-bottom: 0;
}
.producto_detalle .info_acceso .price {
  font-size: 1.5em;
  margin-bottom: 0;
  font-weight: 800;
}
.producto_detalle .info_acceso .price ins {
  display: block;
  text-decoration: none;
}
.producto_detalle .info_acceso .price ins bdi {
  font-size: 1.4em;
  font-weight: 800;
  text-decoration: none;
  line-height: 1;
}
.producto_detalle .info_acceso .price ins bdi span {
  font-size: 100%;
  font-weight: 800;
}
.producto_detalle .info_acceso .price ins bdi:after {
  content: "preventa";
  font-size: 50%;
  display: block;
  opacity: 0.5;
  text-transform: uppercase;
}
.producto_detalle .info_acceso .price del {
  display: block;
  text-decoration: none;
}
.producto_detalle .info_acceso .price del span bdi {
  font-size: 80%;
  font-weight: 300;
  color: #D9AA1E;
  text-decoration: none;
  line-height: 1;
}
.producto_detalle .info_acceso .price del span bdi span {
  font-weight: 300;
}
.producto_detalle .info_acceso .price del span bdi:after {
  content: "regular";
  font-size: 80%;
  display: block;
  opacity: 0.5;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
.producto_detalle .info_acceso .leyenda-moneda {
  font-size: 0.8em;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  margin-top: 0.5em;
}
.producto_detalle .info_acceso .quantity {
  width: 90%;
  margin: auto;
}
.producto_detalle .info_acceso .quantity:before {
  content: "Número de accesos";
}
.producto_detalle .info_acceso form.cart {
  background: rgba(61.4, 61.4, 61.4, 0.5);
  padding: 0.5em;
}
.producto_detalle .info_acceso form.cart label {
  color: #ffffff !important;
  font-weight: 700;
  text-transform: uppercase;
}
.producto_detalle .info_acceso form.cart .ppom-wrapper {
  width: 90%;
  margin: auto;
}
.producto_detalle .info_acceso form.cart .ppom-wrapper .form-group {
  margin-bottom: 0;
}
.producto_detalle .info_acceso form.cart .ppom-input-alimentos:after {
  content: "3 Lunch box de comida. 1 por día.";
  opacity: 0.8;
  font-size: 0.8em;
  text-transform: uppercase;
  line-height: 1.1;
}
.producto_detalle .custom-presale-notice {
  background: rgb(61.4, 61.4, 61.4);
  color: #ffffff;
  text-align: center;
  padding: 1em;
  font-size: 1.2em;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 900;
}
.producto_detalle .custom-presale-notice strong {
  display: block;
}
.producto_detalle .single_add_to_cart_button {
  display: block;
  background: #D9AA1E;
  color: #0D0D0D;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.3em;
  border-radius: 8px;
  width: 100%;
}
.producto_detalle .single_add_to_cart_button:hover {
  border: none;
}
@media only screen and (max-width: 42em) {
  .producto_detalle {
    padding-top: 7em;
  }
  .producto_detalle .single_add_to_cart_button {
    width: 100%;
  }
}

.woocommerce-message {
  padding: 1em;
}
.woocommerce-message a {
  color: #ffffff;
}

.woocommerce-error {
  background: red;
  margin: 0;
}
.woocommerce-error li {
  list-style-type: none;
  text-align: center;
  color: #ffffff;
  padding: 1em;
}

.pagina {
  padding-top: 10em;
}
.pagina h1 {
  text-align: center;
  color: #ffffff;
}

.carrito table tbody {
  background: none;
}
.carrito table thead {
  color: rgb(61.4, 61.4, 61.4);
  border: none;
}
.carrito table thead th, .carrito table thead tr {
  border: none;
  border-bottom-color: transparent;
}
.carrito table thead th {
  background: rgba(255, 255, 255, 0.2);
}
.carrito table tbody {
  border: 1px solid #ffffff;
}
.carrito table tbody td {
  font-size: 1.2em;
}
.carrito table tbody tr td {
  color: #ffffff;
  border-top: none;
}
.carrito table tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.1);
}
.carrito table tbody .wc-block-components-product-name a {
  color: #D9AA1E;
}
.carrito table tbody .wc-block-cart-item__product a.wc-block-components-product-name {
  color: #D9AA1E;
  font-size: 1.2em;
  text-transform: uppercase;
}
.carrito .wc-block-cart__submit-button {
  background: #07D940;
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.5em;
}
.carrito .wc-block-cart__submit-button:hover {
  border-bottom: none;
}

.wc-block-checkout__form {
  background: #ffffff;
  padding: 1em;
  color: #0D0D0D;
  border-radius: 6px;
}
.wc-block-checkout__form label {
  color: #0D0D0D;
}
.wc-block-checkout__form .wp-block-woocommerce-checkout-fields-block {
  padding-right: 0;
}
.wc-block-checkout__form .wc-block-components-checkout-place-order-button {
  background: #07D940;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
}

.wc-block-cart-items__header-image {
  width: 150px;
}

.wc-block-cart-items__header-product {
  visibility: visible !important;
}

.wc-block-cart-items td {
  border-top: none !important;
}

.micuenta nav ul {
  text-align: center;
  margin: 0;
}
.micuenta nav ul li {
  display: inline-block;
  margin: 0;
}
.micuenta nav ul li a {
  color: #BD955E;
  border: 1px solid #BD955E;
  display: block;
  padding: 0.8em 1em;
  text-transform: uppercase;
}
.micuenta nav ul li.is-active a {
  background: #BD955E;
  color: #ffffff;
}
.micuenta .woocommerce-MyAccount-content {
  border: 1px solid #BD955E;
  border-radius: 8px;
  padding: 2em;
  color: #ffffff;
}
.micuenta .woocommerce-MyAccount-content table {
  background: none;
}
.micuenta .woocommerce-MyAccount-content table tbody, .micuenta .woocommerce-MyAccount-content table tfoot {
  background-color: transparent !important;
  color: #ffffff;
}
.micuenta .woocommerce-MyAccount-content table thead {
  background-color: rgb(61.4, 61.4, 61.4);
}
.micuenta .woocommerce-MyAccount-content table thead tr th {
  color: #ffffff;
}
.micuenta .woocommerce-MyAccount-content table tbody tr td, .micuenta .woocommerce-MyAccount-content table tbody tr th {
  color: #ffffff;
}
.micuenta .woocommerce-MyAccount-content table tbody tr td a, .micuenta .woocommerce-MyAccount-content table tbody tr th a {
  color: #ffffff;
  font-weight: 800;
}
.micuenta .woocommerce-MyAccount-content table tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.1);
}
.micuenta .woocommerce-MyAccount-content table tbody tr td.woocommerce-orders-table__cell-order-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5em;
}
.micuenta .woocommerce-MyAccount-content table tbody tr td.woocommerce-orders-table__cell-order-actions a.button {
  background: none;
  border: 1px solid #D9AA1E;
  color: #D9AA1E;
  margin: 0;
  width: 100%;
  display: inline-block;
  text-transform: uppercase;
}
.micuenta .woocommerce-MyAccount-content table tbody tr td.woocommerce-orders-table__cell-order-actions a.button:hover {
  border-bottom: 1px solid;
}
.micuenta .woocommerce-MyAccount-content table tbody tr td.woocommerce-orders-table__cell-order-actions a.button.cancel {
  background: #EF1443;
  color: #ffffff;
  border: none;
}
.micuenta .woocommerce-MyAccount-content table tbody tr td.woocommerce-orders-table__cell-order-actions a.button.cancel:hover {
  border-bottom: none;
}
.micuenta .woocommerce-MyAccount-content table tbody tr td.woocommerce-orders-table__cell-order-actions a.button.pay {
  background: #07D940;
  color: #ffffff;
  border: none;
}
.micuenta .woocommerce-MyAccount-content table tbody tr td.woocommerce-orders-table__cell-order-actions a.button.pay:hover {
  border-bottom: none;
}
.micuenta .woocommerce-MyAccount-content a {
  color: #ffffff;
  font-weight: 800;
}
.micuenta .woocommerce-MyAccount-content h1 {
  font-size: 1.2em;
}
.micuenta .woocommerce-MyAccount-content form label {
  color: #ffffff;
}
.micuenta .woocommerce-MyAccount-content form input {
  margin: 0;
}

.col2-set {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5em 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.5em;
}
.col2-set .u-column2 p, .col2-set .u-column1 p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.1;
}
.col2-set .u-column2 p input, .col2-set .u-column1 p input {
  margin-bottom: 0.2em;
}
.col2-set .u-column2 p label, .col2-set .u-column1 p label {
  text-transform: uppercase;
}
.col2-set .u-column2 p:nth-child(2), .col2-set .u-column1 p:nth-child(2) {
  font-size: 0.9em;
  margin-bottom: 1em;
}
@media only screen and (max-width: 42em) {
  .col2-set {
    display: block;
  }
  .col2-set .u-column1 {
    margin-bottom: 1.5em;
  }
}
.col2-set .u-column1, .col2-set .u-column2 {
  background: rgba(61.4, 61.4, 61.4, 0.5);
  padding: 1em;
  color: #ffffff;
}
.col2-set .u-column1 p a, .col2-set .u-column2 p a {
  color: #D9AA1E;
}
.col2-set .u-column1 label, .col2-set .u-column2 label {
  color: #ffffff !important;
}

.woocommerce-privacy-policy-text p {
  font-size: 0.9em;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.1;
  margin-bottom: 1em;
}

.woocommerce-form-register__submit, .woocommerce-form-login__submit {
  margin-top: 1em;
  width: 100%;
  font-weight: 900;
  font-size: 1.2em;
}

.banner_maestro h1 span {
  font-size: 50%;
}
.banner_maestro h1 strong {
  display: block;
}

.maestro h1 {
  text-align: left;
}

.fooevents-attendee-group {
  padding: 2em;
  border-radius: 8px;
  border: 1px solid #BD955E;
  margin-bottom: 5em;
}
.fooevents-attendee-group label {
  color: #ffffff;
}
.fooevents-attendee-group .fooevents-attendee-item {
  background: rgba(61.4, 61.4, 61.4, 0.5);
  padding: 1em;
  border-radius: 8px;
}

footer.main {
  padding: 10em 0;
  background: #0D0D0D;
}
footer.main .logo {
  text-align: center;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1em auto 5em auto;
}
footer.main ul {
  margin: 0;
}
footer.main ul li {
  list-style-type: none;
  text-transform: uppercase;
}
footer.main ul li a {
  color: rgb(127.5, 127.5, 127.5);
}
footer.main nav.main_footer li a {
  color: #ffffff;
}
footer.main .cta_footer {
  text-align: center;
}
footer.main .cta_footer span {
  text-transform: uppercase;
  font-size: 70%;
}
footer.main .cta_footer .cta {
  font-size: 1em;
  margin-bottom: 1em;
}
footer.main .cta_footer .cta img {
  margin-right: 0.3em;
  width: 1em;
}
footer.main .cta_footer .cta:hover {
  background: green;
}
footer.main ul.redes li {
  display: inline-block;
  padding: 0.4em;
}
footer.main ul.redes li a:hover {
  border-bottom: none;
}
footer.main .organizador_patrocinadores {
  text-align: center;
  margin-top: 5em;
}
footer.main a.logo:hover {
  border-bottom: none;
}

a.prodanza {
  text-align: center;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.8em;
  margin: auto;
}
a.prodanza img {
  display: block;
}
a.prodanza:hover {
  border-bottom: none;
}

aside.creditos {
  text-align: center;
  padding-top: 5em;
  padding-bottom: 5em;
}
aside.creditos a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 0.5em;
}
aside.creditos a img {
  width: 2em;
}