@charset "UTF-8";
:root {
  --accent-dark-1-1: #131617;
  --accent-dark-1-2: #191e20;
  --accent-dark-color-1-1: #595c64;
  --accent-dark-color-1-2: #646871;
}

.--text-uppercase {
  text-transform: uppercase;
}

.--opacity-03-hover-1 {
  opacity: 0.3;
  transition: all 0.3s ease;
}
.--opacity-03-hover-1:hover {
  opacity: 1;
  transition: all 0.3s ease;
}

.--opacity-05-hover-1 {
  opacity: 0.5;
  transition: all 0.3s ease;
}
.--opacity-05-hover-1:hover {
  opacity: 1;
  transition: all 0.3s ease;
}

.--disabled-01 {
  pointer-events: none !important;
  opacity: 0.1 !important;
}

.--svg-12 svg {
  min-width: 12px !important;
  max-width: 12px !important;
}

.--svg-13 svg {
  min-width: 13px !important;
  max-width: 13px !important;
}

.--svg-14 svg {
  min-width: 14px !important;
  max-width: 14px !important;
}

.--svg-15 svg {
  min-width: 15px !important;
  max-width: 15px !important;
}

.--svg-16 svg {
  min-width: 16px !important;
  max-width: 16px !important;
}

.--svg-17 svg {
  min-width: 17px !important;
  max-width: 17px !important;
}

.--svg-18 svg {
  min-width: 18px !important;
  max-width: 18px !important;
}

.--svg-19 svg {
  min-width: 19px !important;
  max-width: 19px !important;
}

.--svg-20 svg {
  min-width: 20px !important;
  max-width: 20px !important;
}

.--svg-21 svg {
  min-width: 21px !important;
  max-width: 21px !important;
}

.--svg-22 svg {
  min-width: 22px !important;
  max-width: 22px !important;
}

.--svg-23 svg {
  min-width: 23px !important;
  max-width: 23px !important;
}

.--svg-24 svg {
  min-width: 24px !important;
  max-width: 24px !important;
}

.--svg-25 svg {
  min-width: 25px !important;
  max-width: 25px !important;
}

.--svg-26 svg {
  min-width: 26px !important;
  max-width: 26px !important;
}

.--svg-27 svg {
  min-width: 27px !important;
  max-width: 27px !important;
}

.--svg-28 svg {
  min-width: 28px !important;
  max-width: 28px !important;
}

.--svg-29 svg {
  min-width: 29px !important;
  max-width: 29px !important;
}

.--svg-30 svg {
  min-width: 30px !important;
  max-width: 30px !important;
}

.--svg-31 svg {
  min-width: 31px !important;
  max-width: 31px !important;
}

.--svg-32 svg {
  min-width: 32px !important;
  max-width: 32px !important;
}

.--svg-33 svg {
  min-width: 33px !important;
  max-width: 33px !important;
}

.--svg-34 svg {
  min-width: 34px !important;
  max-width: 34px !important;
}

.--svg-35 svg {
  min-width: 35px !important;
  max-width: 35px !important;
}

.--svg-36 svg {
  min-width: 36px !important;
  max-width: 36px !important;
}

.--svg-37 svg {
  min-width: 37px !important;
  max-width: 37px !important;
}

.--svg-38 svg {
  min-width: 38px !important;
  max-width: 38px !important;
}

.--svg-39 svg {
  min-width: 39px !important;
  max-width: 39px !important;
}

.--svg-40 svg {
  min-width: 40px !important;
  max-width: 40px !important;
}

.anim-pulse-1 {
  transform: scale(1);
  opacity: 1;
  transition: all 0.2s ease;
}
.anim-pulse-1.anim-pulse-1-action {
  transform: scale(1.1);
  opacity: 0;
  transition: all 0.2s ease;
}

html body {
  background-color: #0b0b0c;
}

#--splash-desktop {
  position: fixed;
  z-index: 100000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#--splash-desktop .--div-img {
  width: 100%;
  height: 100vh;
}
#--splash-desktop .--div-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

html body #--content-fullscreen[current-tab=filters] .--pre-tabs #--close-fullscreen {
  display: none;
}
html body[fullscreen-tab=lyrics] #premain #--side-content #--side-current [content-module=music] [tab-content=player] #m-player--botones-reproduccion .--botones #m-player-botonLyrics {
  display: none;
}
html body[fullscreen-tab=lyrics] #premain #--side-content #--side-current [content-module=music] [tab-content=player] #m-player--botones-reproduccion .--botones #m-player-hideLyrics {
  display: flex;
}

/* -------------------------------------------
 * Side Width
 * ------------------------------------------- */
@media (min-width: 1200px) {
  html body[side-width="320"] #--side-content {
    width: 320px;
    transition: all 0.3s ease;
  }
  html body[side-width="320"] #--side-content #--side-current [content-module=music] [tab-content=player] #m-player--data-bottom .--flex .--div-img {
    display: none;
  }
  html body[side-width="320"] #premain #main {
    width: calc(100% - 320px);
    transition: all 0.3s ease;
  }
  html body[side-width="320"] #--content-fullscreen {
    width: calc(100% - 320px - 18px - 18px);
    transition: all 0.3s ease;
  }
  html body[side-width="0"] #--side-content {
    display: none;
  }
  html body[side-width="0"] #premain #main {
    width: calc(100% - 0px);
    transition: all 0.3s ease;
  }
  html body[side-width="0"] #--content-fullscreen {
    width: calc(100% - 0px - 18px - 18px);
    transition: all 0.3s ease;
  }
  html body[side-width="0"] #--content-fullscreen .--pre-tabs [tab=filters] {
    width: calc(100% + 10px);
  }
  html body[side-width="0"] #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-albums .--item,
  html body[side-width="0"] #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-series .--item {
    width: calc(16.6666666667% - 9px);
  }
  html body[side-width="0"] #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-albums .--item:nth-child(4n),
  html body[side-width="0"] #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-series .--item:nth-child(4n) {
    margin-right: 10px;
  }
  html body[side-width="0"] #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-albums .--item:nth-child(6n),
  html body[side-width="0"] #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-series .--item:nth-child(6n) {
    margin-right: 0;
  }
}
@media (max-width: 1199.9px) {
  html body[side-width=""] #premain #main {
    width: calc(100% - 0px);
    transition: all 0.3s ease;
  }
  html body[side-width=""] #--content-fullscreen {
    width: calc(100% - 32px);
    transition: all 0.3s ease;
    width: 100%;
    left: 0;
    padding: 0 16px;
    border-radius: 0;
  }
  html body[side-width=""] #--content-fullscreen .--pre-tabs [tab=filters] {
    width: calc(100% + 10px);
  }
  html body[side-width=""] #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content {
    width: calc(100% - 280px);
    padding-left: 16px;
    padding-right: 8px;
  }
  html body[side-width=""] #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-albums .--item,
  html body[side-width=""] #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-series .--item {
    width: calc(25% - 9px);
  }
  html body[side-width=""] #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-albums .--item:nth-child(4n),
  html body[side-width=""] #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-series .--item:nth-child(4n) {
    margin-right: 0;
  }
  html body[side-width=""] #--content-fullscreen[current-tab=lyrics] {
    width: calc(100% - 380px);
  }
}
@media (max-width: 991.9px) {
  html body[side-width=""] #premain #main {
    width: calc(100% - 0px);
    transition: all 0.3s ease;
  }
  html body[side-width=""] #--content-fullscreen {
    width: calc(100% - 32px);
    transition: all 0.3s ease;
    width: 100%;
    left: 0;
    padding: 0 16px;
    border-radius: 0;
  }
  html body[side-width=""] #--content-fullscreen .--pre-tabs [tab=filters] {
    width: calc(100% + 10px);
  }
  html body[side-width=""] #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content {
    width: calc(100% - 280px);
    padding-left: 16px;
    padding-right: 0;
  }
  html body[side-width=""] #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-albums,
  html body[side-width=""] #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-series {
    scrollbar-width: none;
  }
  html body[side-width=""] #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-albums .--item,
  html body[side-width=""] #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-series .--item {
    width: calc(50% - 9px);
  }
  html body[side-width=""] #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-albums .--item:nth-child(2n),
  html body[side-width=""] #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-series .--item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767.9px) {
  html body[side-width=""] #premain #main {
    width: calc(100% - 0px);
    transition: all 0.3s ease;
  }
  html body[side-width=""] #--content-fullscreen {
    width: calc(100% - 32px);
    transition: all 0.3s ease;
  }
  html body[side-width=""] #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters {
    /*
    .--left-content {
        width: 270px;
    }
    .--right-content {
        width: calc(100% - 270px);padding-left: 16px;padding-right: 0;
        .--content {
            .--mostrar-albums {
                scrollbar-width: none;
                .--item {
                    width: calc((100% / 2) - 9px);
                    &:nth-child(2n) {
                        margin-right: 0;
                    }
                }
            }
        }
    }
    */
  }
}
#premain {
  display: flex;
  justify-content: space-between;
}
#premain #main {
  width: calc(100% - 380px);
  display: flex;
  justify-content: space-between;
}
#premain #main .--btn-redondeado-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  line-height: 1;
  padding: 0 12px 0 10px;
  border-radius: 16px;
  height: 28px;
  opacity: 1;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  z-index: 101;
  background: var(--accent-dark-1-1);
  color: var(--accent-dark-color-1-1);
}
#premain #main .--btn-redondeado-1.--has-svg .--svg {
  margin-right: 4px;
}
#premain #main .--btn-redondeado-1 .--svg {
  display: flex;
  align-items: center;
  justify-content: center;
}
#premain #main .--btn-redondeado-1 .--svg svg {
  min-width: 18px;
  width: 18px;
}
#premain #main .--btn-redondeado-1 .--texto {
  font-size: 12px;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  line-height: 1;
  font-weight: 600;
}
#premain #main .--btn-redondeado-1:hover {
  background: var(--accent-dark-1-2);
  color: var(--accent-dark-color-1-2);
}
#premain #main .--btn-only-i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: relative;
  z-index: 101;
  color: var(--accent-dark-color-1-1);
}
#premain #main .--btn-only-i:hover {
  color: #fff;
}
#premain #main .--btn-only-i.--svg-12 svg {
  min-width: 12px;
  max-width: 12px;
}
#premain #main .--btn-only-i.--svg-13 svg {
  min-width: 13px;
  max-width: 13px;
}
#premain #main .--btn-only-i.--svg-14 svg {
  min-width: 14px;
  max-width: 14px;
}
#premain #main .--btn-only-i.--svg-15 svg {
  min-width: 15px;
  max-width: 15px;
}
#premain #main .--btn-only-i.--svg-16 svg {
  min-width: 16px;
  max-width: 16px;
}
#premain #main .--btn-only-i.--svg-17 svg {
  min-width: 17px;
  max-width: 17px;
}
#premain #main .--btn-only-i.--svg-18 svg {
  min-width: 18px;
  max-width: 18px;
}
#premain #main .--btn-only-i.--svg-19 svg {
  min-width: 19px;
  max-width: 19px;
}
#premain #main .--btn-only-i.--svg-20 svg {
  min-width: 20px;
  max-width: 20px;
}
#premain #main .--btn-only-i.--svg-21 svg {
  min-width: 21px;
  max-width: 21px;
}
#premain #main .--btn-only-i.--svg-22 svg {
  min-width: 22px;
  max-width: 22px;
}
#premain #main .--btn-only-i.--svg-23 svg {
  min-width: 23px;
  max-width: 23px;
}
#premain #main .--btn-only-i.--svg-24 svg {
  min-width: 24px;
  max-width: 24px;
}
#premain #main .--btn-only-i[close-full=filters] {
  display: none;
}

@media (min-width: 992px) and (max-width: 1199.9px) {
  html body #premain #--side-content {
    position: absolute;
    z-index: 2000;
    right: 0%;
    width: 396px;
    padding: 0 16px;
    background: #0b0b0c;
    /*#--tabs-above {
        display: none;
    }*/
  }
  html body #premain #--side-content #--side-current {
    /*top: 20px;height: calc(100vh - 20px - 20px);*/
    transition: all 0.8s ease;
    right: 0%;
    overflow: unset;
  }
  html body #premain #--side-content #--side-current #--btn-cerrar-hacia-lateral--side-content {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    position: absolute;
    bottom: 0;
    left: -35px;
    writing-mode: vertical-rl;
    text-orientation: sideways;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    white-space: nowrap;
    rotate: 180deg;
    z-index: 1000000;
  }
  html body #premain #--side-content #--side-current #--btn-cerrar-hacia-lateral--side-content .--texto {
    font-family: "Inter", sans-serif;
    padding: 12px 6px;
    font-size: 13px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #0b0b0c;
    color: #909295;
  }
  html body #premain #--side-content #--side-current [content-module=music] [tab-content=player] .--background-img {
    border-radius: 4px;
  }
  html body #premain #--side-content #--side-current [content-module=music] [tab-content=playlist] .--lista-de-reproduccion {
    /*height: calc(100vh - 106px - 96px);*/
  }
  html body #premain #--side-content #--side-current [content-module=music] [tab-content=playlist] .--lista-de-reproduccion .--botones-bottom-current-list .--elementos .--e.--cerrar {
    display: none;
  }
  html body #premain #--side-content.--oculto-en-el-lateral {
    right: -60%;
    transition: all 0.5s ease;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  html body #premain #--side-content {
    position: absolute;
    z-index: 2000;
    right: 0%;
    width: 396px;
    padding: 0 16px;
    background: #0b0b0c;
    /*#--tabs-above {
        display: none;
    }*/
  }
  html body #premain #--side-content #--side-current {
    /*top: 20px;height: calc(100vh - 20px - 20px);*/
    transition: all 0.8s ease;
    right: 0%;
    overflow: unset;
  }
  html body #premain #--side-content #--side-current #--btn-cerrar-hacia-lateral--side-content {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    position: absolute;
    bottom: 0;
    left: -35px;
    writing-mode: vertical-rl;
    text-orientation: sideways;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    white-space: nowrap;
    rotate: 180deg;
    z-index: 1000000;
  }
  html body #premain #--side-content #--side-current #--btn-cerrar-hacia-lateral--side-content .--texto {
    font-family: "Inter", sans-serif;
    padding: 12px 6px;
    font-size: 13px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #0b0b0c;
    color: #909295;
  }
  html body #premain #--side-content #--side-current [content-module=music] [tab-content=player] .--background-img {
    border-radius: 4px;
  }
  html body #premain #--side-content #--side-current [content-module=music] [tab-content=playlist] .--lista-de-reproduccion {
    /*height: calc(100vh - 106px - 96px);*/
  }
  html body #premain #--side-content #--side-current [content-module=music] [tab-content=playlist] .--lista-de-reproduccion .--botones-bottom-current-list .--elementos .--e.--cerrar {
    display: none;
  }
  html body #premain #--side-content.--oculto-en-el-lateral {
    right: -60%;
    transition: all 0.5s ease;
  }
}
@media (min-width: 576px) and (max-width: 767.9px) {
  html body #premain {
    display: block;
  }
  html body #premain #--side-content {
    width: 100%;
    display: block;
    padding: 0;
    height: 100vh;
  }
  html body #premain #--side-content #--tabs-above {
    display: none;
  }
  html body #premain #--side-content #--side-current {
    height: 100vh;
    border-radius: 0;
  }
  html body #premain #--side-content #--side-current [content-module=music] {
    height: 100vh;
  }
  html body #premain #--side-content #--side-current [content-module=music] [tab-content=playlist] {
    padding: 10px;
  }
  html body #premain #--side-content #--side-current [content-module=music] [tab-content=playlist] .--reproduciendo-ahora {
    width: calc(100% - 20px);
  }
  html body #premain #--side-content #--side-current [content-module=music] [tab-content=playlist] .--lista-de-reproduccion {
    height: calc(100vh - 106px - 72px);
    top: 114px;
    scrollbar-width: none;
  }
  html body #premain #--side-content #--side-current [content-module=music] [tab-content=playlist] .--lista-de-reproduccion .--botones-bottom-current-list {
    bottom: 10px;
    width: calc(100% - 20px);
  }
  html body #premain #--side-content #--side-current [content-module=music] [tab-content=playlist] .--lista-de-reproduccion .--botones-bottom-current-list .--elementos {
    gap: 6px;
  }
}
@media (max-width: 575.9px) {
  html body #premain {
    display: block;
  }
  html body #premain #--side-content {
    width: 100%;
    display: block;
    padding: 0;
    height: 100vh;
  }
  html body #premain #--side-content #--tabs-above {
    display: none;
  }
  html body #premain #--side-content #--side-current {
    height: 100vh;
    border-radius: 0;
  }
  html body #premain #--side-content #--side-current [content-module=music] {
    height: 100vh;
  }
  html body #premain #--side-content #--side-current [content-module=music] [tab-content=playlist] {
    padding: 10px;
  }
  html body #premain #--side-content #--side-current [content-module=music] [tab-content=playlist] .--reproduciendo-ahora {
    width: calc(100% - 20px);
  }
  html body #premain #--side-content #--side-current [content-module=music] [tab-content=playlist] .--lista-de-reproduccion {
    height: calc(100vh - 106px - 72px);
    top: 114px;
    scrollbar-width: none;
  }
  html body #premain #--side-content #--side-current [content-module=music] [tab-content=playlist] .--lista-de-reproduccion .--botones-bottom-current-list {
    bottom: 10px;
    width: calc(100% - 20px);
  }
  html body #premain #--side-content #--side-current [content-module=music] [tab-content=playlist] .--lista-de-reproduccion .--botones-bottom-current-list .--elementos {
    gap: 6px;
  }
  html body #premain #main {
    height: 100vh;
  }
  html body #premain #main #--uquore-navbar-top-desktop {
    display: none;
    /*
    height: 40px;margin-top: 12px;padding: 0 10px;
    .--no-xs {
        display: none;
    }
    [open-modal="#modal-menu"] {
        color: #fff;opacity: 1;right: -2px;
    }*/
  }
}
#--botones-bottom-mobile .--mini-player {
  display: none;
}

/* --------------------------------------------------
 * Modal
 * ------------------------------------------------------ */
#modal-menu .modal-dialog .modal-content #--modal-menu-selectores-de-app[current-app=lyrafony] .--div-botones-type-a .--btn-lyrafony {
  /*background: #340303;color: #aa9f9d;color: #ddd6d5;
  background: #1e2226;color: #dcdde0;*/
  background-color: rgba(87, 2, 6, 0.6) !important;
  background-size: cover;
  background-image: linear-gradient(45deg, rgba(22, 3, 3, 0.83) 30.02%, rgba(39, 4, 4, 0.64) 100%), var(--bg-image-texture-02), none;
  border: 1px solid #710707 !important;
  color: #f0f0f0 !important;
  transition: all 0.3s ease;
}
#modal-menu .modal-dialog .modal-content #--modal-menu-selectores-de-app[current-app=lyrafony] [tab-app=lyrafony] {
  display: block;
}
#modal-menu .modal-dialog .modal-content #--modal-menu-selectores-de-app[current-app=nkyrius] .--div-botones-type-a .--btn-nkyrius {
  /*background: #342c03;color: #aaa79d;color: #dddcd5;
  background: #1e2226;color: #dcdde0;*/
  background-color: rgba(87, 2, 6, 0.6) !important;
  background-size: cover;
  background-image: linear-gradient(45deg, rgba(22, 3, 3, 0.83) 30.02%, rgba(39, 4, 4, 0.64) 100%), var(--bg-image-texture-02), none;
  border: 1px solid #710707 !important;
  color: #f0f0f0 !important;
  transition: all 0.3s ease;
}
#modal-menu .modal-dialog .modal-content #--modal-menu-selectores-de-app[current-app=nkyrius] [tab-app=nkyrius] {
  display: block;
}
#modal-menu .modal-dialog .modal-content #--modal-menu-selectores-de-app[current-app=blacketbiz] .--div-botones-type-a .--btn-blacketbiz {
  /*background: #342c03;color: #aaa79d;color: #dddcd5;
  background: #1e2226;color: #dcdde0;*/
  background-color: rgba(87, 2, 6, 0.6) !important;
  background-size: cover;
  background-image: linear-gradient(45deg, rgba(22, 3, 3, 0.83) 30.02%, rgba(39, 4, 4, 0.64) 100%), var(--bg-image-texture-02), none;
  border: 1px solid #710707 !important;
  color: #f0f0f0 !important;
  transition: all 0.3s ease;
}
#modal-menu .modal-dialog .modal-content #--modal-menu-selectores-de-app[current-app=blacketbiz] [tab-app=blacketbiz] {
  display: block;
}
#modal-menu .modal-dialog .modal-content #--modal-menu-selectores-de-app[current-app=nectarsia] .--div-botones-type-a .--btn-nectarsia {
  /*background: #342c03;color: #aaa79d;color: #dddcd5;
  background: #1e2226;color: #dcdde0;*/
  background-color: rgba(87, 2, 6, 0.6) !important;
  background-size: cover;
  background-image: linear-gradient(45deg, rgba(22, 3, 3, 0.83) 30.02%, rgba(39, 4, 4, 0.64) 100%), var(--bg-image-texture-02), none;
  border: 1px solid #710707 !important;
  color: #f0f0f0 !important;
  transition: all 0.3s ease;
}
#modal-menu .modal-dialog .modal-content #--modal-menu-selectores-de-app[current-app=nectarsia] [tab-app=nectarsia] {
  display: block;
}
#modal-menu .modal-dialog .modal-content #--modal-menu-selectores-de-app[current-app=psiawake] .--div-botones-type-a .--btn-psiawake {
  /*background: #2e0334;color: #a79daa;color: #dcd5dd;
  background: #1e2226;color: #dcdde0;*/
  background-color: rgba(87, 2, 6, 0.6) !important;
  background-size: cover;
  background-image: linear-gradient(45deg, rgba(22, 3, 3, 0.83) 30.02%, rgba(39, 4, 4, 0.64) 100%), var(--bg-image-texture-02), none;
  border: 1px solid #710707 !important;
  color: #f0f0f0 !important;
  transition: all 0.3s ease;
}
#modal-menu .modal-dialog .modal-content #--modal-menu-selectores-de-app[current-app=psiawake] [tab-app=psiawake] {
  display: block;
}
#modal-menu .modal-dialog .modal-content #--modal-menu-selectores-de-app [tab-app] {
  display: none;
}
#modal-menu .modal-dialog .modal-content .--div-botones-type-a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#modal-menu .modal-dialog .modal-content .--div-botones-type-a[count="4"] {
  gap: 6px;
}
#modal-menu .modal-dialog .modal-content .--div-botones-type-a[count="4"] .---btn-type-a {
  width: 25%;
}
#modal-menu .modal-dialog .modal-content .--div-botones-type-a[count="3"] {
  gap: 6px;
}
#modal-menu .modal-dialog .modal-content .--div-botones-type-a[count="3"] .---btn-type-a {
  width: 33.3333333333%;
}
#modal-menu .modal-dialog .modal-content .--div-botones-type-a[count="2"] {
  gap: 6px;
}
#modal-menu .modal-dialog .modal-content .--div-botones-type-a[count="2"] .---btn-type-a {
  width: 50%;
}
#modal-menu .modal-dialog .modal-content .--div-botones-type-a .---btn-type-a {
  width: 100%;
  border-radius: 4px;
  font-size: 11px;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 6px;
  text-align: left;
  height: 64px;
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #1a1d20;
  color: #8f9397;
  background: #16191c;
  color: #93979b;
  border: 1px solid transparent;
}
#modal-menu .modal-dialog .modal-content .--div-botones-type-a .---btn-type-a .--svg-texto {
  text-align: center;
}
#modal-menu .modal-dialog .modal-content .--div-botones-type-a .---btn-type-a .--svg-texto svg {
  height: 22px;
}
#modal-menu .modal-dialog .modal-content .--div-botones-type-a .---btn-type-a .--svg-texto .--texto {
  display: block;
  width: 100%;
  margin-top: 8px;
}
#modal-menu .modal-dialog .modal-content .--div-botones-type-a .---btn-type-a .--svg-texto img {
  height: 22px;
}
#modal-menu .modal-dialog .modal-content .--div-botones-type-a .---btn-type-a:hover {
  background: #1b1e22;
  color: #b3b8bd;
}

#modal-crear-coleccion .modal-dialog .modal-content .---div-img .---img {
  width: 86px;
  height: 86px;
  top: -60px;
  border-radius: 8px;
}
#modal-crear-coleccion .modal-dialog .modal-content .modal-body .--input {
  border: 0;
  border-radius: 4px;
  margin-bottom: 10px;
  height: 40px;
  padding: 0px 12px;
  width: 100%;
  font-size: 13px;
  text-align: center;
  background: #292a30;
  color: #edeff1;
}
#modal-crear-coleccion .modal-dialog .modal-content .modal-body .--div-botones {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#modal-crear-coleccion .modal-dialog .modal-content .modal-body .--div-botones .--btn {
  width: calc(50% - 3px);
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 0;
  text-align: left;
  height: 37px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #191c20;
  color: #a3a8ac;
}
#modal-crear-coleccion .modal-dialog .modal-content .modal-body .--div-botones .--btn.--accent {
  background: #2b3135;
  color: #dbe0e4;
}

#--uquore-navbar-top-desktop {
  height: 64px;
  width: 100%;
  padding: 0 16px;
  display: flex;
  z-index: 100;
  position: relative;
}
#--uquore-navbar-top-desktop .--all {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
#--uquore-navbar-top-desktop .--all .--left {
  display: flex;
  align-items: center;
  padding: 4px 4px;
  border-radius: 20px;
  background: #1d1f22;
}
#--uquore-navbar-top-desktop .--all .--left .--div-img {
  min-height: 20px;
  max-height: 20px;
  min-width: 20px;
  max-width: 20px;
  display: flex;
  overflow: hidden;
  border-radius: 50%;
  background: #0b0b0c;
}
#--uquore-navbar-top-desktop .--all .--left .--div-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#--uquore-navbar-top-desktop .--all .--left .--texto {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1.35;
  font-size: 12px;
  letter-spacing: -0.4px;
  margin-left: 8px;
  margin-right: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #d9dadb;
}
#--uquore-navbar-top-desktop .--all .--left .--texto .--playing {
  font-weight: 500;
  margin-right: 6px;
  color: #c5ff23;
}
#--uquore-navbar-top-desktop .--all .--left .--texto .--audio-title {
  font-weight: 500;
}
#--uquore-navbar-top-desktop .--all .--right {
  display: flex;
  gap: 6px;
  align-items: center;
}
#--uquore-navbar-top-desktop .--all .--right .--volumen {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  z-index: 101;
  line-height: 1;
  padding: 0 12px 0 10px;
  border-radius: 16px;
  height: 28px;
  opacity: 1;
  width: -moz-max-content;
  width: max-content;
  color: #595c64;
  /* Actualizar el fondo dinámicamente con JS */
}
#--uquore-navbar-top-desktop .--all .--right .--volumen #volumen-slider {
  margin: 0;
}
#--uquore-navbar-top-desktop .--all .--right .--volumen #volumen-slider {
  -webkit-appearance: none;
  width: 120px;
  height: 4px;
  background: linear-gradient(to right, #24282d 50%, rgb(21, 21, 22) 50%);
  border-radius: 3px;
  outline: none;
  transition: background 0.3s;
  cursor: pointer;
}
#--uquore-navbar-top-desktop .--all .--right .--volumen #volumen-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  background: #1a1d20;
  border: 2px solid #24282d;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  -webkit-transition: background 0.3s, transform 0.2s;
  transition: background 0.3s, transform 0.2s;
  opacity: 1;
}
#--uquore-navbar-top-desktop .--all .--right .--volumen #volumen-slider::-webkit-slider-thumb:hover {
  transform: scale(1.2);
  background: #24282d;
  opacity: 1;
}
#--uquore-navbar-top-desktop .--all .--right .--volumen #volumen-slider::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  background: #1a1d20;
  border: 2px solid #24282d;
  cursor: pointer;
  -moz-transition: background 0.3s, transform 0.2s;
  transition: background 0.3s, transform 0.2s;
  opacity: 1;
}
#--uquore-navbar-top-desktop .--all .--right .--volumen #volumen-slider::-moz-range-thumb:hover {
  transform: scale(1.2);
  background: #24282d;
  opacity: 1;
}
#--uquore-navbar-top-desktop .--all .--right .--volumen #volumen-slider::-moz-range-track {
  background: transparent;
  height: 6px;
  border-radius: 3px;
}
#--uquore-navbar-top-desktop .--all .--right .--volumen #volumen-slider::-ms-thumb {
  background: #fff;
}
#--uquore-navbar-top-desktop .--all .--right .--volumen #volumen-slider:focus {
  outline: none;
}

html body[fullscreen-tab=filters] #premain #main .--btn-only-i[open-full=filters] {
  display: none;
}
html body[fullscreen-tab=filters] #premain #main .--btn-only-i[close-full=filters] {
  display: flex;
}
html body[fullscreen-tab=filters] #premain #main .--btn-only-i[close-full=filters]:hover {
  rotate: 180deg;
  opacity: 1;
  cursor: pointer;
}

@media (min-width: 1200px) and (max-width: 1365.9px) {
  html body[fullscreen-tab=filters] #--side-content,
  html body[fullscreen-tab=lyrics] #--side-content {
    width: 320px;
    transition: all 0.3s ease;
  }
  html body[fullscreen-tab=filters] #--side-content #--side-current [content-module=music] [tab-content=player] #--ad-player-horizontal,
  html body[fullscreen-tab=lyrics] #--side-content #--side-current [content-module=music] [tab-content=player] #--ad-player-horizontal {
    width: 280px;
  }
  html body[fullscreen-tab=filters] #--side-content #--side-current [content-module=music] [tab-content=player] #--ad-player-horizontal .--div-content-lvl-1,
  html body[fullscreen-tab=lyrics] #--side-content #--side-current [content-module=music] [tab-content=player] #--ad-player-horizontal .--div-content-lvl-1 {
    width: 100%;
  }
  html body[fullscreen-tab=filters] #--side-content #--side-current [content-module=music] [tab-content=player] #m-player--data-bottom .--flex .--div-img,
  html body[fullscreen-tab=lyrics] #--side-content #--side-current [content-module=music] [tab-content=player] #m-player--data-bottom .--flex .--div-img {
    display: none;
  }
  html body[fullscreen-tab=filters] #--side-content #--side-current [content-module=music] [tab-content=playlist] .--lista-de-reproduccion .--botones-bottom-current-list .--elementos,
  html body[fullscreen-tab=lyrics] #--side-content #--side-current [content-module=music] [tab-content=playlist] .--lista-de-reproduccion .--botones-bottom-current-list .--elementos {
    width: 304px;
    transition: all 0.5s ease;
  }
  html body[fullscreen-tab=filters] #premain #main,
  html body[fullscreen-tab=lyrics] #premain #main {
    width: calc(100% - 320px);
    transition: all 0.3s ease;
  }
  html body[fullscreen-tab=filters] #--content-fullscreen,
  html body[fullscreen-tab=lyrics] #--content-fullscreen {
    width: calc(100% - 320px - 18px - 18px);
    transition: all 0.3s ease;
  }
}
@media (min-width: 576px) and (max-width: 767.9px) {
  html body[fullscreen-tab=filters] #premain #--side-content,
  html body[fullscreen-tab=lyrics] #premain #--side-content {
    display: none;
  }
  html body[fullscreen-tab=filters] #premain #main,
  html body[fullscreen-tab=lyrics] #premain #main {
    display: none;
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen {
    width: 100%;
    height: 100vh;
    padding: 10px;
    top: 0;
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters] {
    width: 100%;
    scrollbar-width: none;
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-musica [tab=descubrir] .--row-cards .---card-filter--full-line {
    min-width: calc(50% - 4px);
    max-width: calc(50% - 4px);
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-musica [tab=descubrir] .--div-album-generos #--album-generos .---btn {
    width: calc(33.3333333333% - 4px);
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content {
    width: 100%;
    padding: 0;
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-albums,
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-series {
    max-height: calc(100vh - 64px);
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content[contenido=blacketbiz] .--botones-bottom {
    position: fixed;
    width: calc(100% - 20px);
    bottom: 10px;
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content[contenido=blacketbiz] .--botones-bottom .---xs-ver-filtros {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0.1px;
    font-size: 12px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    justify-content: center;
    height: 36px;
    cursor: pointer;
    width: 100%;
    background: #16191b;
    color: #8a919a;
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content[contenido=blacketbiz] .--botones-bottom .---xs-ver-filtros svg {
    height: 11px;
    rotate: 90deg;
    margin-right: 8px;
    position: relative;
    top: 0px;
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content[contenido=nectarsia] .--botones-bottom {
    position: fixed;
    width: calc(100% - 20px);
    bottom: 10px;
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content[contenido=nectarsia] .--botones-bottom .---xs-ver-filtros {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0.1px;
    font-size: 12px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    justify-content: center;
    height: 36px;
    cursor: pointer;
    width: 100%;
    background: #16191b;
    color: #8a919a;
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content[contenido=nectarsia] .--botones-bottom .---xs-ver-filtros svg {
    height: 11px;
    rotate: 90deg;
    margin-right: 8px;
    position: relative;
    top: 0px;
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content[contenido=psiawake] .--botones-bottom {
    position: fixed;
    width: calc(100% - 20px);
    bottom: 10px;
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content[contenido=psiawake] .--botones-bottom .---xs-ver-filtros {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0.1px;
    font-size: 12px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    justify-content: center;
    height: 36px;
    cursor: pointer;
    width: 100%;
    background: #16191b;
    color: #8a919a;
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content[contenido=psiawake] .--botones-bottom .---xs-ver-filtros svg {
    height: 11px;
    rotate: 90deg;
    margin-right: 8px;
    position: relative;
    top: 0px;
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters][tab-filters-mobile=left] .--all-content-filters .--right-content {
    display: none;
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters][tab-filters-mobile=left] .--botones-bottom-content-filters[tab-filters-botones-bottom=left] .--elementos .--opciones-tab-filters-bottom--left {
    display: flex;
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters][tab-filters-mobile=left] .--botones-bottom-content-filters[tab-filters-botones-bottom=right] .--elementos .--opciones-tab-filters-bottom--right {
    display: flex;
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters][tab-filters-mobile=right] .--all-content-filters .--left-content {
    display: none;
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters {
    display: block;
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content {
    width: 100%;
    height: calc(100vh - 64px);
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-musica [tab=descubrir] .--div-album-generos[status=open] {
    height: calc(100vh - 164px);
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters] .--botones-bottom-content-filters {
    position: fixed;
    bottom: 10px;
    width: calc(100% - 20px);
    z-index: 1;
    display: block;
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters] .--botones-bottom-content-filters .--elementos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters] .--botones-bottom-content-filters .--elementos .--e {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0.1px;
    font-size: 12px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    justify-content: center;
    height: 36px;
    cursor: pointer;
    width: calc(50% - 4px);
    background: #16191b;
    color: #8a919a;
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters] .--botones-bottom-content-filters .--elementos .--e svg {
    height: 14px;
    margin-right: 8px;
    position: relative;
    top: 0px;
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters] .--botones-bottom-content-filters .--elementos .--e.--cerrar {
    background: transparent;
    width: 84px;
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters] .--botones-bottom-content-filters .--elementos .--e.--cerrar svg {
    height: 11px;
    rotate: 90deg;
    margin-right: 8px;
    position: relative;
    top: 0px;
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters] .--botones-bottom-content-filters[tab-filters-botones-bottom=left] .--opciones-tab-filters-bottom--left {
    width: 100%;
    gap: 6px;
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters] .--botones-bottom-content-filters[tab-filters-botones-bottom=left] .--opciones-tab-filters-bottom--right {
    display: none;
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters] .--botones-bottom-content-filters[tab-filters-botones-bottom=right] .--opciones-tab-filters-bottom--left {
    display: none;
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters] .--botones-bottom-content-filters[tab-filters-botones-bottom=right] .--opciones-tab-filters-bottom--right {
    width: 100%;
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters] .--botones-bottom-content-filters[tab-filters-botones-bottom=right] .--opciones-tab-filters-bottom--right .---xs-ver-filtros {
    width: 100%;
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters] .--botones-bottom-content-filters[tab-filters-botones-bottom=right] .--opciones-tab-filters-bottom--right .---xs-ver-filtros svg {
    height: 11px;
    rotate: 90deg;
    margin-right: 8px;
    position: relative;
    top: 0px;
  }
}
@media (max-width: 575.9px) {
  html body[fullscreen-tab=filters] #premain #--side-content,
  html body[fullscreen-tab=lyrics] #premain #--side-content {
    display: none;
  }
  html body[fullscreen-tab=filters] #premain #main,
  html body[fullscreen-tab=lyrics] #premain #main {
    display: none;
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen {
    width: 100%;
    height: 100vh;
    padding: 10px;
    top: 0;
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters] {
    width: 100%;
    scrollbar-width: none;
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters][tab-filters-mobile=left] .--all-content-filters .--right-content {
    display: none;
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters][tab-filters-mobile=left] .--botones-bottom-content-filters[tab-filters-botones-bottom=left] {
    padding-top: 6px;
    background: #0b0b0c;
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters][tab-filters-mobile=left] .--botones-bottom-content-filters[tab-filters-botones-bottom=left] .--elementos .--opciones-tab-filters-bottom--left {
    display: flex;
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters][tab-filters-mobile=left] .--botones-bottom-content-filters[tab-filters-botones-bottom=right] .--elementos .--opciones-tab-filters-bottom--right {
    display: flex;
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters][tab-filters-mobile=right] .--all-content-filters .--left-content {
    display: none;
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters {
    display: block;
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content {
    width: 100%;
    height: calc(100vh - 64px);
    height: calc(100vh - 20px);
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-musica [tab=descubrir] .--div-album-generos[status=open] {
    height: calc(100vh - 216px);
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content {
    width: 100%;
    padding: 0;
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-albums,
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-series {
    max-height: calc(100vh - 64px);
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content[contenido=blacketbiz] .--botones-bottom {
    position: fixed;
    width: calc(100% - 20px);
    bottom: 10px;
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content[contenido=blacketbiz] .--botones-bottom .---xs-ver-filtros {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0.1px;
    font-size: 12px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    justify-content: center;
    height: 36px;
    cursor: pointer;
    width: 100%;
    background: #16191b;
    color: #8a919a;
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content[contenido=blacketbiz] .--botones-bottom .---xs-ver-filtros svg {
    height: 11px;
    rotate: 90deg;
    margin-right: 8px;
    position: relative;
    top: 0px;
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content[contenido=nectarsia] .--botones-bottom {
    position: fixed;
    width: calc(100% - 20px);
    bottom: 10px;
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content[contenido=nectarsia] .--botones-bottom .---xs-ver-filtros {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0.1px;
    font-size: 12px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    justify-content: center;
    height: 36px;
    cursor: pointer;
    width: 100%;
    background: #16191b;
    color: #8a919a;
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content[contenido=nectarsia] .--botones-bottom .---xs-ver-filtros svg {
    height: 11px;
    rotate: 90deg;
    margin-right: 8px;
    position: relative;
    top: 0px;
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content[contenido=psiawake] .--botones-bottom {
    position: fixed;
    width: calc(100% - 20px);
    bottom: 10px;
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content[contenido=psiawake] .--botones-bottom .---xs-ver-filtros {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0.1px;
    font-size: 12px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    justify-content: center;
    height: 36px;
    cursor: pointer;
    width: 100%;
    background: #16191b;
    color: #8a919a;
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content[contenido=psiawake] .--botones-bottom .---xs-ver-filtros svg {
    height: 11px;
    rotate: 90deg;
    margin-right: 8px;
    position: relative;
    top: 0px;
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters] .--botones-bottom-content-filters {
    position: fixed;
    bottom: 10px;
    width: calc(100% - 20px);
    z-index: 1;
    display: block;
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters] .--botones-bottom-content-filters .--elementos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters] .--botones-bottom-content-filters .--elementos .--e {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0.1px;
    font-size: 12px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    justify-content: center;
    height: 36px;
    cursor: pointer;
    width: calc(50% - 4px);
    width: 100%;
    background: #16191b;
    color: #8a919a;
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters] .--botones-bottom-content-filters .--elementos .--e svg {
    height: 14px;
    margin-right: 8px;
    position: relative;
    top: 0px;
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters] .--botones-bottom-content-filters .--elementos .--e.--cerrar {
    background: transparent;
    width: 84px;
    width: 160px;
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters] .--botones-bottom-content-filters .--elementos .--e.--cerrar svg {
    height: 11px;
    rotate: 90deg;
    margin-right: 8px;
    position: relative;
    top: 0px;
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters] .--botones-bottom-content-filters .--elementos .--e.--cerrar:hover {
    background: #16191b;
    color: #8a919a;
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters] .--botones-bottom-content-filters .--elementos .--e:hover {
    background: #1d2124;
    color: #969ea8;
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters] .--botones-bottom-content-filters .--elementos .--opciones-tab-filters-bottom--left,
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters] .--botones-bottom-content-filters .--elementos .--opciones-tab-filters-bottom--right {
    width: calc(100% - 84px);
    width: 100%;
    gap: 6px;
    display: none;
  }
  html body[fullscreen-tab=filters] #premain #--content-fullscreen .--pre-tabs [tab=filters] .--botones-bottom-content-filters .--elementos .--opciones-tab-filters-bottom--right .---xs-ver-filtros svg {
    height: 11px;
    rotate: 90deg;
    margin-right: 8px;
    position: relative;
    top: 0px;
  }
}
#--side-content {
  width: 380px;
  position: relative;
  right: 0px;
  min-height: 100vh;
  max-height: 100vh;
  padding-right: 16px;
  /* ------------------------------------------
  * Activacion de Modulos
  * ------------------------------------------ */
  /* ------------------------------------------
  * Music
  * ------------------------------------------ */
}
#--side-content #--tabs-above {
  height: 64px;
  display: flex;
  align-items: center;
}
#--side-content #--tabs-above .---1 {
  width: 100%;
}
#--side-content #--tabs-above .---1 .---2 {
  display: flex;
  justify-content: space-between;
  border-radius: 3px;
  align-items: center;
  padding: 4px 4px;
  background: #121315;
  background-size: var(---style-1-bg-size);
  background-color: var(---style-1-bg-color);
  background-image: var(---style-1-bg-image);
  display: none; /* Por defecto va oculto : vuelve a display: flex si esa tab está activa */
}
#--side-content #--tabs-above .---1 .---2[count="1"] .---tab {
  width: 100%;
}
#--side-content #--tabs-above .---1 .---2[count="2"] .---tab {
  width: calc(50% - 3px);
}
#--side-content #--tabs-above .---1 .---2[count="3"] .---tab {
  width: calc(33.3333333333% - 3px);
}
#--side-content #--tabs-above .---1 .---2[count="4"] .---tab {
  width: calc(25% - 3px);
}
#--side-content #--tabs-above .---1 .---2[count="5"] .---tab {
  width: calc(20% - 3px);
}
#--side-content #--tabs-above .---1 .---2[count="6"] .---tab {
  width: calc(16.6666666667% - 3px);
}
#--side-content #--tabs-above .---1 .---2[count="7"] .---tab {
  width: calc(14.2857142857% - 3px);
}
#--side-content #--tabs-above .---1 .---2 .---tab {
  width: 100%;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  height: 28px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  margin: 0;
  border: 0;
  background: transparent;
  color: #626466;
}
#--side-content #--tabs-above .---1 .---2 .---tab:hover {
  background: rgba(26, 29, 32, 0.5215686275);
  color: #8f9397;
}
#--side-content #--tabs-above .---1 .---2 .---tab.--start {
  justify-content: start;
}
#--side-content #--tabs-above .---1 .---2 .---tab.--center {
  justify-content: center;
}
#--side-content #--tabs-above .---1 .---2 .---tab.--end {
  justify-content: end;
}
#--side-content #--side-current {
  z-index: 101;
  position: relative;
  width: 100%;
  height: calc(100vh - 64px - 20px);
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
  background: #1a1d20;
  background: transparent;
  /* ------------------------------------------
   * Modulo : Music
   * ------------------------------------------ */
  /* ------------------------------------------
   * Modulo : Other
   * ------------------------------------------ */
}
#--side-content #--side-current [content-module] {
  display: none; /* Por defecto todos los modulos van ocultos : se pondrá en "display: block" lo que corresponda */
}
#--side-content #--side-current [content-module] [tab-content] {
  display: none; /* Por defecto todos los content del modulo van ocultos : se pondrá en "display: block" lo que corresponda */
}
#--side-content #--side-current [content-module=music] [tab-content=player] {
  display: none; /* Importante ocultarlo - luego se activará si corresponde */
  height: 100%;
  width: 100%;
  /* //////////////////////////////////////////////////
  * Ad (anuncio) Player Horizontal
  * ////////////////////////////////////////////////// */
  /* //////////////////////////////////////////////////
  * Barra y botones de reproducción
  * ////////////////////////////////////////////////// */
  /* //////////////////////////////////////////////////
  * Lyrics License
  * ////////////////////////////////////////////////// */
  /* //////////////////////////////////////////////////
  * Botones Top
  * ////////////////////////////////////////////////// */
  /* //////////////////////////////////////////////////
  * Data Bottom
  * ////////////////////////////////////////////////// */
  /* //////////////////////////////////////////////////
  * Botones de reproduccion
  * ////////////////////////////////////////////////// */
  /* //////////////////////////////////////////////////
  * Botones adicionales left
  * ////////////////////////////////////////////////// */
}
#--side-content #--side-current [content-module=music] [tab-content=player] .--background-img {
  height: 100%;
  width: 100%;
  position: absolute;
  pointer-events: none;
  background-size: cover;
  background-position: center;
}
#--side-content #--side-current [content-module=music] [tab-content=player] .--background-img::after {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.52) 70%, rgba(0, 0, 0, 0.79) 100%);
}
#--side-content #--side-current [content-module=music] [tab-content=player] #--ad-player-horizontal {
  position: absolute;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  top: 116px;
  top: 74px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 332px;
  cursor: pointer;
  transition: all 0.8s ease;
  opacity: 0;
  pointer-events: none;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #--ad-player-horizontal[status=open] {
  transition: all 0.8s ease;
  opacity: 1;
  pointer-events: all;
  top: 62px;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #--ad-player-horizontal .--div-content-lvl-1 {
  width: 326px;
  padding: 10px 10px;
  border-radius: 5px;
  background: #16191c;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #--ad-player-horizontal .--div-content-lvl-1 .--div-content-lvl-2 .--div-img {
  height: 130px;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #--ad-player-horizontal .--div-content-lvl-1 .--div-content-lvl-2 .--div-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 130px;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #--ad-player-horizontal .--div-content-lvl-1 .--div-content-lvl-2 .--div-img .--ad {
  position: absolute;
  bottom: 3px;
  right: 4px;
  border-radius: 2px;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1px;
  font-size: 11px;
  padding: 3px 5px 3px 4px;
  opacity: 0.7;
  background: #151617;
  color: #dadde3;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #--ad-player-horizontal .--div-content-lvl-1 .--div-content-lvl-2 .--div-texto .--texto {
  border-radius: 4px;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.1px;
  font-size: 11.6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 8px 0 0;
  color: #969ea8;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #--ad-player-horizontal .--cerrar-ad-player-horizontal {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.1px;
  font-size: 11.6px;
  width: 100%;
  padding: 6px 0;
  color: #e8e8e8;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--barra-de-reproduccion {
  position: relative;
  width: calc(100% - 40px);
  top: 24px;
  left: 20px;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--barra-de-reproduccion #barraReproduccionMobile {
  position: static;
  width: 100%;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--barra-de-reproduccion #barraReproduccionMobile .--tiempo-actual {
  font-family: "Inter", sans-serif;
  line-height: 1;
  font-weight: 600;
  display: block;
  font-size: 12px;
  letter-spacing: -0.4px;
  position: absolute;
  top: 15px;
  left: 6px;
  color: #fff;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--barra-de-reproduccion #barraReproduccionMobile .--div-barras {
  display: flex;
  justify-content: center;
  margin: 0;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--barra-de-reproduccion #barraReproduccionMobile .--div-barras .--barra-fondo {
  width: 100%;
  position: relative;
  height: 4px;
  background: #31353c;
  background-size: 1rem 1rem;
  background-color: #0f1014;
  background-image: linear-gradient(136deg, rgba(42, 50, 68, 0.25) 25%, transparent 25%, transparent 50%, rgba(42, 50, 68, 0.25) 50%, rgba(42, 50, 68, 0.25) 75%, transparent 75%, transparent);
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--barra-de-reproduccion #barraReproduccionMobile .--div-barras .--barra-fondo .--barra-en-movimiento {
  width: 0;
  position: absolute;
  height: 4px;
  background: #d2d3d7;
  background-size: 1rem 1rem;
  background-color: rgb(236, 236, 236);
  background-image: linear-gradient(136deg, rgba(42, 50, 68, 0.25) 25%, transparent 25%, transparent 50%, rgba(42, 50, 68, 0.25) 50%, rgba(42, 50, 68, 0.25) 75%, transparent 75%, transparent);
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--barra-de-reproduccion #barraReproduccionMobile .--div-barras .--barra-fondo .--slider-circulo {
  /*width: 20px;height: 20px;border-radius: 50%;position: absolute;top: 1px;cursor: grab;
  transform: translate(-50%, -50%);
  background: #fff;*/
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  top: 1px;
  cursor: grab;
  transform: translate(-50%, -50%);
  background: transparent;
  /* Los 2 que siguen son fundamentales para que no se me mueva el dispositivo el scroll vertical del dispositivo */
  overscroll-behavior: contain;
  touch-action: pan-x;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--barra-de-reproduccion #barraReproduccionMobile .--div-barras .--barra-fondo .--slider-circulo .--inside {
  background: #fff;
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  position: relative;
  left: calc((100% - 20px) / 2);
  top: calc((100% - 20px) / 2);
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--barra-de-reproduccion #barraReproduccionMobile .--tiempo-total {
  font-family: "Inter", sans-serif;
  line-height: 1;
  font-weight: 600;
  display: block;
  font-size: 12px;
  letter-spacing: -0.4px;
  position: absolute;
  top: 15px;
  right: 8px;
  color: #fff;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--lyrics-license {
  position: relative;
  top: 38px;
  height: 0;
  line-height: 1;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--lyrics-license .--div-textos {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  color: rgba(191, 189, 189, 0.4901960784);
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--lyrics-license .--div-textos .--separador {
  margin: 0 5px;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--lyrics-license[status=none] .--version {
  display: none;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--lyrics-license[status=none] .--instrumental {
  display: none;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--lyrics-license[status=version] .--version {
  display: flex;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--lyrics-license[status=version] .--instrumental {
  display: none;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--lyrics-license[status=instrumental] .--version {
  display: none;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--lyrics-license[status=instrumental] .--instrumental {
  display: flex;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--botones-top {
  position: relative;
  top: 56px;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--botones-top .--botones {
  display: flex;
  justify-content: center;
  gap: 0px;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--botones-top .--botones .--i {
  background: transparent;
  border: 0;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  color: rgba(191, 189, 189, 0.4901960784);
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--botones-top .--botones .--i svg {
  width: 28px;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--botones-top .--botones .--i:hover {
  color: #cccccc;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--data-bottom {
  position: absolute;
  bottom: 16px;
  left: 16px;
  width: 100%;
  max-width: calc(100% - 86px);
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--data-bottom .--flex {
  display: flex;
  align-items: center;
  position: relative;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--data-bottom .--flex .--div-img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 4px;
  cursor: pointer;
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--data-bottom .--flex .--div-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--data-bottom .--flex .--div-img .--version {
  position: absolute;
  bottom: 0;
  left: 36px;
  font-size: 10px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  line-height: 1;
  margin: 0;
  border-radius: 3px;
  height: 20px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #1a1d20;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--data-bottom .--flex .--div-img .--version.--v1 {
  background: #887301;
  color: #e8e6e1;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--data-bottom .--flex .--div-img .--version.--v2 {
  background: #88010e;
  color: #e8e1e1;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--data-bottom .--flex .--div-img .--version.--instrumental {
  background: #6a0188;
  color: #e6e1e8;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--data-bottom .--flex .--div-img:hover img {
  scale: 1.3;
  transition: all 0.3s ease;
  rotate: -25deg;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--data-bottom .--flex .--div-img.--no-rotate img {
  scale: 1;
  rotate: 0deg;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--data-bottom .--flex .--div-img.--no-rotate:hover img {
  scale: 1;
  rotate: 0deg;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--data-bottom .--flex .--textos {
  padding-left: 12px;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--data-bottom .--flex .--textos .--texto-1 {
  font-size: 13px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: -0.4px;
  line-height: 1.3;
  margin-bottom: 0;
  margin-top: 8px;
  color: #fff;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--data-bottom .--flex .--textos .--texto-2 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.5px;
  font-size: 13px;
  align-items: center;
  display: flex;
  padding: 6px 0 4px;
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
  color: #aaaeb9;
  border-bottom: 1px dotted #e8eaee;
  border-bottom: 1px dotted transparent;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--data-bottom .--flex .--textos .--texto-2:hover {
  color: #fff;
  border-bottom: 1px dotted #ffffff;
  border-bottom: 1px dotted transparent;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--data-bottom[version=""] .--flex .--div-img .--version.--v1 {
  display: none;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--data-bottom[version=""] .--flex .--div-img .--version.--v2 {
  display: none;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--data-bottom[version=""] .--flex .--div-img .--version.--instrumental {
  display: none;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--data-bottom[version=v1] .--flex .--div-img .--version.--v2 {
  display: none;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--data-bottom[version=v1] .--flex .--div-img .--version.--instrumental {
  display: none;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--data-bottom[version=v2] .--flex .--div-img .--version.--v1 {
  display: none;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--data-bottom[version=v2] .--flex .--div-img .--version.--instrumental {
  display: none;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--data-bottom[version=instrumental] .--flex .--div-img .--version.--v1 {
  display: none;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--data-bottom[version=instrumental] .--flex .--div-img .--version.--v2 {
  display: none;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--botones-reproduccion {
  position: absolute;
  bottom: 16px;
  right: 16px;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--botones-reproduccion .--botones {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 54px;
  gap: 4px;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--botones-reproduccion .--botones .--boton-type-1 {
  margin: 0;
  border: 0;
  background: transparent;
  padding: 0;
  color: #fff;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--botones-reproduccion .--botones .--boton-type-1 svg {
  color: inherit;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--botones-reproduccion .--botones .--boton-type-2 {
  margin: 0;
  border: 0;
  background: transparent;
  padding: 0;
  width: 44px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  right: 0px;
  color: #fff;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--botones-reproduccion .--botones .--boton-type-2 svg {
  color: inherit;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--botones-reproduccion .--botones #m-player-botonPausa {
  width: 54px;
  height: 54px;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--botones-reproduccion .--botones #m-player-botonReproducir {
  width: 54px;
  height: 54px;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--botones-reproduccion .--botones #m-player-botonLyrics {
  right: -1px;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--botones-reproduccion .--botones #m-player-hideLyrics {
  display: none;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--botones-reproduccion .--botones #m-player-hideLyrics svg {
  rotate: 180deg;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--botones-reproduccion .--botones #m-player-botonBack {
  margin-bottom: 2px;
  right: -1px;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--botones-reproduccion .--botones #m-player-botonNext {
  margin-bottom: 2px;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--botones-reproduccion[play=off] .--botones #m-player-botonPausa {
  display: none;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--botones-reproduccion[play=on] .--botones #m-player-botonReproducir {
  display: none;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--botones-reproduccion[repeat=off] .--botones #m-player-botonRepeat svg .--circulo {
  opacity: 0;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--botones-reproduccion[repeat=off] .--botones #m-player-botonRepeat svg .--numero {
  opacity: 0;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--botones-reproduccion[repeat=repeat-all] .--botones #m-player-botonRepeat svg .--circulo {
  opacity: 1;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--botones-reproduccion[repeat=repeat-all] .--botones #m-player-botonRepeat svg .--numero {
  opacity: 0;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--botones-reproduccion[repeat=repeat-one] .--botones #m-player-botonRepeat svg .--circulo {
  opacity: 1;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--botones-reproduccion[repeat=repeat-one] .--botones #m-player-botonRepeat svg .--numero {
  opacity: 1;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--botones-reproduccion[shuffle=off] .--botones #m-player-botonShuffle svg .--circulo {
  opacity: 0;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--botones-reproduccion[shuffle=on] .--botones #m-player-botonShuffle svg .--circulo {
  opacity: 1;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--botones-adicionales-left {
  position: absolute;
  bottom: 92px;
  left: 16px;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--botones-adicionales-left .--botones {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 54px;
  gap: 4px;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--botones-adicionales-left .--botones .--boton-type-2 {
  margin: 0;
  border: 0;
  background: transparent;
  padding: 0;
  width: 44px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  right: 0px;
  color: #fff;
}
#--side-content #--side-current [content-module=music] [tab-content=player] #m-player--botones-adicionales-left .--botones .--boton-type-2 svg {
  color: inherit;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] {
  display: none; /* Importante ocultarlo - luego se activará si corresponde */
  height: 100%;
  width: 100%;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--reproduciendo-ahora {
  position: fixed;
  width: 364px;
  /* Por defecto está oculto hasta que se le ponga valor al atributo */
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--reproduciendo-ahora .--div-1 {
  padding: 8px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  background: #121315;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--reproduciendo-ahora .--div-1 .--div-1-1 {
  width: 90px;
  height: 90px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--reproduciendo-ahora .--div-1 .--div-1-1 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--reproduciendo-ahora .--div-1 .--div-1-1 .--version {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 10px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  line-height: 1;
  margin: 0;
  border-radius: 3px;
  height: 20px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #1a1d20;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--reproduciendo-ahora .--div-1 .--div-1-2 {
  font-size: 12px;
  font-family: "Inter", sans-serif;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  width: calc(100% - 90px);
  margin-bottom: 0px;
  padding-left: 16px;
  color: #8f9397;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--reproduciendo-ahora .--div-1 .--div-1-2 .--texto-1 {
  margin-bottom: 8px;
  color: #ffaa3d;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--reproduciendo-ahora .--div-1 .--div-1-2 .--texto-2 {
  margin-bottom: 8px;
  color: #f5e5a6;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--reproduciendo-ahora .--div-1 .--div-1-2 .--texto-3 {
  margin-bottom: 8px;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--reproduciendo-ahora .--div-1 .--div-1-2 .--texto-4 {
  opacity: 0.5;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--reproduciendo-ahora .--switch-version {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s ease;
  opacity: 0.4;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--reproduciendo-ahora .--switch-version svg {
  width: 20px;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--reproduciendo-ahora .--switch-version:hover {
  rotate: 180deg;
  opacity: 1;
  cursor: pointer;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--reproduciendo-ahora .--switch-version[status=hide] {
  display: none;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--reproduciendo-ahora[version] .--div-1 .--div-1-1 .--version {
  display: none;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--reproduciendo-ahora[version=v1] .--div-1 .--div-1-1 .--version.--v1 {
  display: flex;
  background: rgba(43, 36, 1, 0.6);
  color: #c3aa6c;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--reproduciendo-ahora[version=v2] .--div-1 .--div-1-1 .--version.--v2 {
  display: flex;
  background: rgba(43, 1, 5, 0.6);
  color: #c36c74;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--reproduciendo-ahora[version=instrumental] .--div-1 .--div-1-1 .--version.--instrumental {
  display: flex;
  background: rgba(38, 1, 43, 0.6);
  color: #b46cc3;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--lista-de-reproduccion {
  height: calc(100vh - 64px - 106px - 10px - 66px);
  position: relative;
  top: 116px;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 5px;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--lista-de-reproduccion ul {
  width: 100%;
  padding: 8px;
  border-radius: 5px;
  list-style: none;
  background: #121315;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--lista-de-reproduccion ul li.--item {
  padding: 16px 12px;
  border-radius: 6px;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--lista-de-reproduccion ul li.--item .--img {
  height: 42px;
  border-radius: 3px;
  margin-right: 14px;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--lista-de-reproduccion ul li.--item .--datos {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--lista-de-reproduccion ul li.--item .--datos .--datos-1 .--titulo {
  font-size: 13px;
  font-family: "Inter", sans-serif;
  line-height: 1.25;
  font-weight: 500;
  text-align: left;
  letter-spacing: -0.4px;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #dce0e3;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--lista-de-reproduccion ul li.--item .--datos .--datos-1 .--artistas {
  font-family: "Inter", sans-serif;
  line-height: 1;
  font-weight: 500;
  display: block;
  font-size: 12px;
  letter-spacing: -0.4px;
  color: #939699;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--lista-de-reproduccion ul li.--item .--datos .--datos-1 .--reproducir {
  opacity: 0;
  transition: all 0.5s ease-out;
  color: #565a61;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--lista-de-reproduccion ul li.--item .--datos .--datos-2 {
  margin-left: auto;
  display: flex;
  align-items: center;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--lista-de-reproduccion ul li.--item .--datos .--datos-2 .--div-duracion {
  font-family: "Inter", sans-serif;
  line-height: 1;
  font-weight: 500;
  display: block;
  font-size: 14px;
  letter-spacing: -0.4px;
  margin-right: 4px;
  color: #bfc3c7;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--lista-de-reproduccion ul li.--item:hover {
  background: #1c1f22;
  cursor: pointer;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--lista-de-reproduccion ul li.--item:hover .--reproducir {
  opacity: 1 !important;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--lista-de-reproduccion ul li.--item.--active {
  background: rgba(37, 39, 42, 0.2705882353);
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--lista-de-reproduccion ul li.--item.--active .--reproduciendo {
  color: #ceaf0a;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--lista-de-reproduccion .--divisor {
  font-size: 11.6px;
  font-weight: 600;
  line-height: 1.25;
  margin: 14px 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  text-align: center;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #24272a;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--lista-de-reproduccion .--modal-menu-anuncio {
  width: 100%;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--lista-de-reproduccion .--modal-menu-anuncio .--div-1 {
  padding: 8px;
  border-radius: 5px;
  margin-top: 1px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  background: #16191c;
  background: #1a1d20;
  background: #16191b;
  padding: 14px 8px;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--lista-de-reproduccion .--modal-menu-anuncio .--div-1 .--div-1-1 {
  width: 72px;
  border-radius: 5px;
  overflow: hidden;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--lista-de-reproduccion .--modal-menu-anuncio .--div-1 .--div-1-1 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 72px;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--lista-de-reproduccion .--modal-menu-anuncio .--div-1 .--ad-alert {
  position: absolute;
  width: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 85px;
  top: 69px;
  left: 11px;
  justify-content: start;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--lista-de-reproduccion .--modal-menu-anuncio .--div-1 .--ad-alert span {
  font-size: 10px;
  font-family: "Inter", sans-serif;
  line-height: 1;
  font-weight: 400;
  padding: 2px 4px;
  border-radius: 4px;
  background: #121724;
  color: #c8c7d2;
  background: #1a1d20;
  background: #16191b;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--lista-de-reproduccion .--modal-menu-anuncio .--div-1 .--div-1-2 {
  font-size: 12px;
  font-family: "Inter", sans-serif;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  width: calc(100% - 72px);
  margin-bottom: 0px;
  padding-left: 16px;
  padding-left: 12px;
  color: #8f9397;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--lista-de-reproduccion .--modal-menu-anuncio .--div-1 .--div-1-2 .--texto-1 {
  font-size: 11.6px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 8px;
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #cad7e5;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--lista-de-reproduccion .--modal-menu-anuncio .--div-1 .--div-1-2 .--texto-2 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.1px;
  font-size: 11px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 6px 0 0;
  color: #c1c3c6;
  color: #8a919a;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--lista-de-reproduccion .--botones-bottom-current-list {
  position: fixed;
  bottom: 20px;
  width: 364px;
  z-index: 1;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--lista-de-reproduccion .--botones-bottom-current-list .--elementos {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--lista-de-reproduccion .--botones-bottom-current-list .--elementos .--e {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.1px;
  font-size: 12px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  justify-content: center;
  height: 36px;
  cursor: pointer;
  background: #16191b;
  color: #8a919a;
  width: calc((100% - 84px) / 2 - 4px);
  width: calc(50% - 4px);
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--lista-de-reproduccion .--botones-bottom-current-list .--elementos .--e:hover {
  background: #1d2124;
  color: #8e969f;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--lista-de-reproduccion .--botones-bottom-current-list .--elementos .--e.--cerrar {
  background: transparent;
  width: 84px;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--lista-de-reproduccion .--botones-bottom-current-list .--elementos .--e.--cerrar svg {
  height: 11px;
  rotate: 90deg;
  margin-right: 8px;
  position: relative;
  top: 0px;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--lista-de-reproduccion .--botones-bottom-current-list .--elementos .--e.--cerrar svg path {
  fill: #8a919a;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--lista-de-reproduccion .--botones-bottom-current-list .--elementos .--e.--list-shuffle svg {
  height: 14px;
  margin-right: 8px;
  position: relative;
  top: 0px;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--lista-de-reproduccion .--botones-bottom-current-list .--elementos .--e.--list-shuffle svg path {
  fill: #8a919a;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--lista-de-reproduccion .--botones-bottom-current-list .--elementos .--e.--list-shuffle.on {
  background: #29200f;
  color: #ad7326;
  color: #d3c6b4;
  transition: all 0.3s ease;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--lista-de-reproduccion .--botones-bottom-current-list .--elementos .--e.--list-shuffle.on svg path {
  fill: #fbddbd;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--lista-de-reproduccion .--botones-bottom-current-list .--elementos .--e.--list-repeat svg {
  height: 14px;
  margin-right: 8px;
  position: relative;
  top: 0px;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--lista-de-reproduccion .--botones-bottom-current-list .--elementos .--e.--list-repeat svg path.--flechas {
  fill: #8a919a;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--lista-de-reproduccion .--botones-bottom-current-list .--elementos .--e.--list-repeat svg circle.--circulo {
  fill: transparent;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--lista-de-reproduccion .--botones-bottom-current-list .--elementos .--e.--list-repeat svg path.--numero {
  fill: transparent;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--lista-de-reproduccion .--botones-bottom-current-list .--elementos .--e.--list-repeat.repeat-all {
  background: #29200f;
  color: #ad7326;
  color: #d3c6b4;
  transition: all 0.3s ease;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--lista-de-reproduccion .--botones-bottom-current-list .--elementos .--e.--list-repeat.repeat-all svg path.--flechas {
  fill: #fbddbd;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--lista-de-reproduccion .--botones-bottom-current-list .--elementos .--e.--list-repeat.repeat-all svg circle.--circulo {
  fill: #fbddbd;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--lista-de-reproduccion .--botones-bottom-current-list .--elementos .--e.--list-repeat.repeat-all svg path.--numero {
  fill: transparent;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--lista-de-reproduccion .--botones-bottom-current-list .--elementos .--e.--list-repeat.repeat-one {
  background: #29200f;
  color: #ad7326;
  color: #d3c6b4;
  transition: all 0.3s ease;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--lista-de-reproduccion .--botones-bottom-current-list .--elementos .--e.--list-repeat.repeat-one svg path.--flechas {
  fill: #fbddbd;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--lista-de-reproduccion .--botones-bottom-current-list .--elementos .--e.--list-repeat.repeat-one svg circle.--circulo {
  fill: #fbddbd;
}
#--side-content #--side-current [content-module=music] [tab-content=playlist] .--lista-de-reproduccion .--botones-bottom-current-list .--elementos .--e.--list-repeat.repeat-one svg path.--numero {
  fill: #fbddbd;
}
#--side-content[current-module=music] {
  /* ------------------------------------------
  * Other
  * ------------------------------------------ */
}
#--side-content[current-module=music] #--tabs-above .---1 .---2[tabs-to-click=music] {
  display: flex;
}
#--side-content[current-module=music][current-tab=player] #--tabs-above .---1 .---2[tabs-to-click=music] .---tab[tab=player] {
  background: #1a1d20;
  color: #8f9397;
}
#--side-content[current-module=music][current-tab=playlist] #--tabs-above .---1 .---2[tabs-to-click=music] .---tab[tab=playlist] {
  background: #1a1d20;
  color: #8f9397;
}
#--side-content[current-module=music] #--side-current [content-module=music] {
  display: block;
}
#--side-content[current-module=music][current-tab=player] #--side-current [content-module=music] [tab-content=player] {
  display: block;
}
#--side-content[current-module=music][current-tab=playlist] #--side-current [content-module=music] [tab-content=playlist] {
  display: block;
}

@media (min-width: 1200px) {
  #--side-content #--side-current [content-module=music] [tab-content=playlist] .--lista-de-reproduccion .--botones-bottom-current-list .--elementos .--e.--cerrar {
    display: none;
  }
}
#--content-fullscreen {
  position: absolute;
  top: 64px;
  height: calc(100vh - 64px - 20px);
  width: calc(100% - 380px - 18px - 18px);
  display: flex;
  justify-content: space-between;
  left: 20px;
  z-index: 7000;
  border-radius: 5px;
  overflow: hidden;
  opacity: 1;
  pointer-events: all;
  transition: all 0.3s ease;
  height: calc(100vh - 64px - 20px);
  width: calc(100% - 380px - 18px - 18px);
  left: 18px;
  background: #0b0b0c;
  /* Por defecto si no hay tab (none) entonces todo está oculto */
  /* Por defecto cada tab está oculta */
  /* Si hay tab elegida (current-tab) : mostrarla */
}
#--content-fullscreen[current-tab=none] {
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
#--content-fullscreen [tab=lyrics] {
  display: none;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
#--content-fullscreen [tab=filters] {
  display: none;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
#--content-fullscreen[current-tab=lyrics] [tab=lyrics] {
  display: block;
  opacity: 1;
  pointer-events: all;
  transition: all 0.3s ease;
}
#--content-fullscreen[current-tab=filters] [tab=filters] {
  display: block;
  opacity: 1;
  pointer-events: all;
  transition: all 0.3s ease;
}
#--content-fullscreen .--pre-tabs {
  width: 100%;
  position: relative;
}
#--content-fullscreen .--pre-tabs #--close-fullscreen {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  height: 34px;
  right: 8px;
  top: 8px;
  transition: all 0.3s ease;
  opacity: 1;
  padding: 0 13px;
  border-radius: 5px;
  background: #212528;
  background: #15181a;
  display: none;
}
#--content-fullscreen .--pre-tabs #--close-fullscreen svg {
  width: 21px;
  rotate: 0deg;
  transition: all 0.3s ease; /*margin-right: 4px;*/
}
#--content-fullscreen .--pre-tabs #--close-fullscreen:hover {
  opacity: 1;
  cursor: pointer;
}
#--content-fullscreen .--pre-tabs #--close-fullscreen:hover svg {
  rotate: 180deg;
}
#--content-fullscreen .--pre-tabs [tab=filters] {
  overflow-y: auto;
  height: 100%;
  width: 100%;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters {
  display: flex;
  justify-content: space-between;
  /*
  .--top-content {
      padding: 36px 50px;
      background: #1a1a1c;
      .--div-1 {
          .--div-1-texto-1 {
              font-family: 'Inter', sans-serif;font-style: normal;font-weight: 500;
              line-height: 1.35;font-size: 14px;letter-spacing: -0.4px;
              color: #d1d3d5;
          }
          .--div-1-texto-2 {
              font-family: "DM Sans";font-style: normal;font-weight: 900;line-height: 1.3;letter-spacing: -1px;
              font-size: 40px;align-items: center;display: flex;
              color: #dfe2e7;
          }
          .--div-1-texto-3 {
              font-family: "DM Sans";font-style: normal;font-weight: 900;line-height: 1.3;letter-spacing: -1px;
              font-size: 22px;align-items: center;display: flex;
              color: #ffbe41;
          }
      }
  }
  */
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content {
  width: 280px;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content {
  border-radius: 6px;
  height: 100%;
  overflow: hidden;
  background: #121315;
  background: transparent;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-top {
  position: relative;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-top .--div-img {
  height: 180px;
  overflow: hidden;
  position: relative;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-top .--div-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-top .--div-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.52) 70%, rgba(0, 0, 0, 0.79) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-top .--div-textos {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 12px 12px;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-top .--div-textos .--texto-1 {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: -1px;
  font-size: 16px;
  color: #e9e4e5;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-top .--div-textos .--texto-2 {
  font-family: "Inter", sans-serif;
  line-height: 1;
  font-weight: 500;
  display: block;
  font-size: 12.6px;
  letter-spacing: -0.4px;
  color: #a8adb2;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido { /* Por defecto todo lo tabs van ocultos hasta que se demuestre lo contrario */ }
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido .--tabs {
  display: none;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido ul.--ul-selector-de-tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  border-radius: 5px;
  width: calc(100% - 20px);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 4px 5px;
  margin-bottom: 8px;
  background: #1e2024;
  background: #121315;
  background: #17191c;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido ul.--ul-selector-de-tab li {
  width: calc(50% - 2px);
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  height: 32px;
  padding: 0 6px;
  display: flex;
  align-items: center;
  margin: 0;
  border: 0;
  background: transparent;
  color: #626466;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido ul.--ul-selector-de-tab li:hover {
  background: rgba(26, 29, 32, 0.5215686275);
  color: #8f9397;
  background: #1c1f22;
  color: #949799;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido ul.--ul-selector-de-tab li.--start {
  justify-content: start;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido ul.--ul-selector-de-tab li.--center {
  justify-content: center;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido ul.--ul-selector-de-tab li.--end {
  justify-content: end;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido[current-tab=lyrafony] {
  /* Al estar esta tab activa, la hacemos visible */
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido[current-tab=lyrafony] .--tabs[tab=lyrafony] {
  display: block;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido[current-tab=lyrafony] ul.--ul-selector-de-tab li[select-tab=lyrafony] {
  background: #212528;
  color: #979b9f;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido[current-tab=blacketbiz] {
  /* Al estar esta tab activa, la hacemos visible */
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido[current-tab=blacketbiz] .--tabs[tab=blacketbiz] {
  display: block;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido[current-tab=blacketbiz] ul.--ul-selector-de-tab li[select-tab=blacketbiz] {
  background: #212528;
  color: #979b9f;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido[current-tab=nectarsia] {
  /* Al estar esta tab activa, la hacemos visible */
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido[current-tab=nectarsia] .--tabs[tab=nectarsia] {
  display: block;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido[current-tab=nectarsia] ul.--ul-selector-de-tab li[select-tab=nectarsia] {
  background: #212528;
  color: #979b9f;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido[current-tab=psiawake] {
  /* Al estar esta tab activa, la hacemos visible */
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido[current-tab=psiawake] .--tabs[tab=psiawake] {
  display: block;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido[current-tab=psiawake] ul.--ul-selector-de-tab li[select-tab=psiawake] {
  background: #212528;
  color: #979b9f;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--row-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--row-cards .---card-filter--half-line {
  min-width: calc(50% - 4px);
  max-width: calc(50% - 4px);
  border-radius: 5px;
  margin-bottom: 10px;
  height: 110px;
  padding: 12px 16px;
  display: flex;
  flex-wrap: wrap;
  background: #121315;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--row-cards .---card-filter--half-line .--texto-1 {
  width: 100%;
  font-size: 12px;
  align-self: start;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--row-cards .---card-filter--half-line .--texto-2 {
  width: 100%;
  font-size: 12px;
  align-self: end;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--row-cards .---card-filter--full-line {
  min-width: 100%;
  max-width: 100%;
  border-radius: 5px;
  margin-bottom: 8px;
  height: 44px;
  padding: 0 3px 0 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: #121315;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--row-cards .---card-filter--full-line .--texto-left {
  font-size: 12px;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--row-cards .---card-filter--full-line ul.--opciones {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 38px;
  border-radius: 4px;
  padding: 0 3px;
  gap: 4px;
  background: #1a1d20;
  background: #0b0b0c;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--row-cards .---card-filter--full-line ul.--opciones li.--opcion {
  width: auto;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  height: 32px;
  min-width: 32px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 0;
  background: transparent;
  color: #626466;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--row-cards .---card-filter--full-line ul.--opciones li.--opcion .--flag {
  width: 16px; /*margin-right: 6px;*/
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--row-cards[current-filtrar-tipo=v1] [filtrar=filtrar-tipo] ul.--opciones li.--opcion[version=v1] {
  background: rgb(43, 36, 1);
  color: #c3aa6c;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--row-cards[current-filtrar-tipo=v2] [filtrar=filtrar-tipo] ul.--opciones li.--opcion[version=v2] {
  background: rgb(43, 1, 5);
  color: #c36c74;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--row-cards[current-filtrar-tipo=instrumental] [filtrar=filtrar-tipo] ul.--opciones li.--opcion[version=instrumental] {
  background: rgb(38, 1, 43);
  color: #b46cc3;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--row-cards[current-filtrar-tipo=instrumental] [filtrar=filtrar-idioma] {
  pointer-events: none;
  opacity: 0.3;
  filter: grayscale(1);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--row-cards[current-filtrar-idioma=en] [filtrar=filtrar-idioma] ul.--opciones li.--opcion[idioma=en] {
  background: #1a1d20;
  color: #8f9397;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--row-cards[current-filtrar-idioma=es] [filtrar=filtrar-idioma] ul.--opciones li.--opcion[idioma=es] {
  background: #1a1d20;
  color: #8f9397;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos {
  height: calc(100vh - 64px - 48px - 104px - 20px);
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width: none;
  display: none;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos[status=open] {
  display: block;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos .--texto-elige-generos {
  font-size: 11px;
  height: 25px;
  line-height: 1;
  margin-bottom: 8px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #291904;
  color: #a27c4a;
  background: #3a0408;
  color: #ec8488;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos .---btn {
  background: #1a1d20;
  width: calc(50% - 4px);
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 6px;
  text-align: left;
  height: 37px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background-size: 120%;
  background-position: center;
  color: #8f9397;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos .---btn span {
  z-index: 1;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos .---btn:hover {
  background-size: 150%;
  transition: all 0.2s ease;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos .---btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
  border-radius: 3px;
  background: linear-gradient(90deg, rgba(17, 17, 18, 0.9) 0%, rgba(14, 14, 15, 0.72) 70%, rgba(14, 14, 15, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n1="1"] .---btn[album-genre="1"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n1="1"] .---btn[album-genre="1"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n1="2"] .---btn[album-genre="2"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n1="2"] .---btn[album-genre="2"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n1="3"] .---btn[album-genre="3"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n1="3"] .---btn[album-genre="3"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n1="4"] .---btn[album-genre="4"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n1="4"] .---btn[album-genre="4"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n1="5"] .---btn[album-genre="5"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n1="5"] .---btn[album-genre="5"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n1="6"] .---btn[album-genre="6"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n1="6"] .---btn[album-genre="6"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n1="7"] .---btn[album-genre="7"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n1="7"] .---btn[album-genre="7"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n1="8"] .---btn[album-genre="8"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n1="8"] .---btn[album-genre="8"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n1="9"] .---btn[album-genre="9"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n1="9"] .---btn[album-genre="9"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n1="10"] .---btn[album-genre="10"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n1="10"] .---btn[album-genre="10"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n1="11"] .---btn[album-genre="11"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n1="11"] .---btn[album-genre="11"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n1="12"] .---btn[album-genre="12"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n1="12"] .---btn[album-genre="12"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n1="13"] .---btn[album-genre="13"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n1="13"] .---btn[album-genre="13"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n1="14"] .---btn[album-genre="14"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n1="14"] .---btn[album-genre="14"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n1="15"] .---btn[album-genre="15"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n1="15"] .---btn[album-genre="15"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n1="16"] .---btn[album-genre="16"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n1="16"] .---btn[album-genre="16"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n1="17"] .---btn[album-genre="17"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n1="17"] .---btn[album-genre="17"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n1="18"] .---btn[album-genre="18"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n1="18"] .---btn[album-genre="18"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n1="19"] .---btn[album-genre="19"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n1="19"] .---btn[album-genre="19"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n1="20"] .---btn[album-genre="20"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n1="20"] .---btn[album-genre="20"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n1="21"] .---btn[album-genre="21"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n1="21"] .---btn[album-genre="21"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n1="22"] .---btn[album-genre="22"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n1="22"] .---btn[album-genre="22"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n1="23"] .---btn[album-genre="23"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n1="23"] .---btn[album-genre="23"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n1="24"] .---btn[album-genre="24"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n1="24"] .---btn[album-genre="24"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n1="25"] .---btn[album-genre="25"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n1="25"] .---btn[album-genre="25"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n1="26"] .---btn[album-genre="26"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n1="26"] .---btn[album-genre="26"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n1="27"] .---btn[album-genre="27"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n1="27"] .---btn[album-genre="27"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n1="28"] .---btn[album-genre="28"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n1="28"] .---btn[album-genre="28"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n1="29"] .---btn[album-genre="29"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n1="29"] .---btn[album-genre="29"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n1="30"] .---btn[album-genre="30"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n1="30"] .---btn[album-genre="30"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n2="1"] .---btn[album-genre="1"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n2="1"] .---btn[album-genre="1"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n2="2"] .---btn[album-genre="2"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n2="2"] .---btn[album-genre="2"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n2="3"] .---btn[album-genre="3"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n2="3"] .---btn[album-genre="3"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n2="4"] .---btn[album-genre="4"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n2="4"] .---btn[album-genre="4"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n2="5"] .---btn[album-genre="5"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n2="5"] .---btn[album-genre="5"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n2="6"] .---btn[album-genre="6"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n2="6"] .---btn[album-genre="6"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n2="7"] .---btn[album-genre="7"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n2="7"] .---btn[album-genre="7"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n2="8"] .---btn[album-genre="8"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n2="8"] .---btn[album-genre="8"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n2="9"] .---btn[album-genre="9"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n2="9"] .---btn[album-genre="9"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n2="10"] .---btn[album-genre="10"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n2="10"] .---btn[album-genre="10"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n2="11"] .---btn[album-genre="11"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n2="11"] .---btn[album-genre="11"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n2="12"] .---btn[album-genre="12"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n2="12"] .---btn[album-genre="12"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n2="13"] .---btn[album-genre="13"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n2="13"] .---btn[album-genre="13"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n2="14"] .---btn[album-genre="14"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n2="14"] .---btn[album-genre="14"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n2="15"] .---btn[album-genre="15"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n2="15"] .---btn[album-genre="15"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n2="16"] .---btn[album-genre="16"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n2="16"] .---btn[album-genre="16"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n2="17"] .---btn[album-genre="17"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n2="17"] .---btn[album-genre="17"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n2="18"] .---btn[album-genre="18"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n2="18"] .---btn[album-genre="18"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n2="19"] .---btn[album-genre="19"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n2="19"] .---btn[album-genre="19"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n2="20"] .---btn[album-genre="20"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n2="20"] .---btn[album-genre="20"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n2="21"] .---btn[album-genre="21"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n2="21"] .---btn[album-genre="21"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n2="22"] .---btn[album-genre="22"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n2="22"] .---btn[album-genre="22"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n2="23"] .---btn[album-genre="23"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n2="23"] .---btn[album-genre="23"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n2="24"] .---btn[album-genre="24"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n2="24"] .---btn[album-genre="24"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n2="25"] .---btn[album-genre="25"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n2="25"] .---btn[album-genre="25"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n2="26"] .---btn[album-genre="26"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n2="26"] .---btn[album-genre="26"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n2="27"] .---btn[album-genre="27"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n2="27"] .---btn[album-genre="27"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n2="28"] .---btn[album-genre="28"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n2="28"] .---btn[album-genre="28"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n2="29"] .---btn[album-genre="29"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n2="29"] .---btn[album-genre="29"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n2="30"] .---btn[album-genre="30"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n2="30"] .---btn[album-genre="30"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n3="1"] .---btn[album-genre="1"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n3="1"] .---btn[album-genre="1"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n3="2"] .---btn[album-genre="2"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n3="2"] .---btn[album-genre="2"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n3="3"] .---btn[album-genre="3"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n3="3"] .---btn[album-genre="3"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n3="4"] .---btn[album-genre="4"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n3="4"] .---btn[album-genre="4"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n3="5"] .---btn[album-genre="5"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n3="5"] .---btn[album-genre="5"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n3="6"] .---btn[album-genre="6"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n3="6"] .---btn[album-genre="6"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n3="7"] .---btn[album-genre="7"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n3="7"] .---btn[album-genre="7"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n3="8"] .---btn[album-genre="8"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n3="8"] .---btn[album-genre="8"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n3="9"] .---btn[album-genre="9"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n3="9"] .---btn[album-genre="9"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n3="10"] .---btn[album-genre="10"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n3="10"] .---btn[album-genre="10"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n3="11"] .---btn[album-genre="11"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n3="11"] .---btn[album-genre="11"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n3="12"] .---btn[album-genre="12"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n3="12"] .---btn[album-genre="12"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n3="13"] .---btn[album-genre="13"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n3="13"] .---btn[album-genre="13"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n3="14"] .---btn[album-genre="14"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n3="14"] .---btn[album-genre="14"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n3="15"] .---btn[album-genre="15"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n3="15"] .---btn[album-genre="15"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n3="16"] .---btn[album-genre="16"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n3="16"] .---btn[album-genre="16"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n3="17"] .---btn[album-genre="17"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n3="17"] .---btn[album-genre="17"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n3="18"] .---btn[album-genre="18"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n3="18"] .---btn[album-genre="18"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n3="19"] .---btn[album-genre="19"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n3="19"] .---btn[album-genre="19"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n3="20"] .---btn[album-genre="20"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n3="20"] .---btn[album-genre="20"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n3="21"] .---btn[album-genre="21"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n3="21"] .---btn[album-genre="21"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n3="22"] .---btn[album-genre="22"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n3="22"] .---btn[album-genre="22"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n3="23"] .---btn[album-genre="23"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n3="23"] .---btn[album-genre="23"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n3="24"] .---btn[album-genre="24"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n3="24"] .---btn[album-genre="24"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n3="25"] .---btn[album-genre="25"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n3="25"] .---btn[album-genre="25"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n3="26"] .---btn[album-genre="26"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n3="26"] .---btn[album-genre="26"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n3="27"] .---btn[album-genre="27"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n3="27"] .---btn[album-genre="27"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n3="28"] .---btn[album-genre="28"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n3="28"] .---btn[album-genre="28"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n3="29"] .---btn[album-genre="29"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n3="29"] .---btn[album-genre="29"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n3="30"] .---btn[album-genre="30"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n3="30"] .---btn[album-genre="30"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n4="1"] .---btn[album-genre="1"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n4="1"] .---btn[album-genre="1"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n4="2"] .---btn[album-genre="2"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n4="2"] .---btn[album-genre="2"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n4="3"] .---btn[album-genre="3"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n4="3"] .---btn[album-genre="3"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n4="4"] .---btn[album-genre="4"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n4="4"] .---btn[album-genre="4"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n4="5"] .---btn[album-genre="5"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n4="5"] .---btn[album-genre="5"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n4="6"] .---btn[album-genre="6"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n4="6"] .---btn[album-genre="6"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n4="7"] .---btn[album-genre="7"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n4="7"] .---btn[album-genre="7"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n4="8"] .---btn[album-genre="8"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n4="8"] .---btn[album-genre="8"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n4="9"] .---btn[album-genre="9"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n4="9"] .---btn[album-genre="9"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n4="10"] .---btn[album-genre="10"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n4="10"] .---btn[album-genre="10"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n4="11"] .---btn[album-genre="11"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n4="11"] .---btn[album-genre="11"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n4="12"] .---btn[album-genre="12"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n4="12"] .---btn[album-genre="12"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n4="13"] .---btn[album-genre="13"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n4="13"] .---btn[album-genre="13"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n4="14"] .---btn[album-genre="14"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n4="14"] .---btn[album-genre="14"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n4="15"] .---btn[album-genre="15"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n4="15"] .---btn[album-genre="15"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n4="16"] .---btn[album-genre="16"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n4="16"] .---btn[album-genre="16"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n4="17"] .---btn[album-genre="17"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n4="17"] .---btn[album-genre="17"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n4="18"] .---btn[album-genre="18"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n4="18"] .---btn[album-genre="18"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n4="19"] .---btn[album-genre="19"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n4="19"] .---btn[album-genre="19"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n4="20"] .---btn[album-genre="20"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n4="20"] .---btn[album-genre="20"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n4="21"] .---btn[album-genre="21"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n4="21"] .---btn[album-genre="21"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n4="22"] .---btn[album-genre="22"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n4="22"] .---btn[album-genre="22"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n4="23"] .---btn[album-genre="23"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n4="23"] .---btn[album-genre="23"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n4="24"] .---btn[album-genre="24"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n4="24"] .---btn[album-genre="24"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n4="25"] .---btn[album-genre="25"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n4="25"] .---btn[album-genre="25"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n4="26"] .---btn[album-genre="26"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n4="26"] .---btn[album-genre="26"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n4="27"] .---btn[album-genre="27"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n4="27"] .---btn[album-genre="27"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n4="28"] .---btn[album-genre="28"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n4="28"] .---btn[album-genre="28"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n4="29"] .---btn[album-genre="29"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n4="29"] .---btn[album-genre="29"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n4="30"] .---btn[album-genre="30"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n4="30"] .---btn[album-genre="30"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n5="1"] .---btn[album-genre="1"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n5="1"] .---btn[album-genre="1"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n5="2"] .---btn[album-genre="2"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n5="2"] .---btn[album-genre="2"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n5="3"] .---btn[album-genre="3"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n5="3"] .---btn[album-genre="3"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n5="4"] .---btn[album-genre="4"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n5="4"] .---btn[album-genre="4"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n5="5"] .---btn[album-genre="5"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n5="5"] .---btn[album-genre="5"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n5="6"] .---btn[album-genre="6"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n5="6"] .---btn[album-genre="6"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n5="7"] .---btn[album-genre="7"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n5="7"] .---btn[album-genre="7"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n5="8"] .---btn[album-genre="8"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n5="8"] .---btn[album-genre="8"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n5="9"] .---btn[album-genre="9"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n5="9"] .---btn[album-genre="9"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n5="10"] .---btn[album-genre="10"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n5="10"] .---btn[album-genre="10"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n5="11"] .---btn[album-genre="11"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n5="11"] .---btn[album-genre="11"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n5="12"] .---btn[album-genre="12"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n5="12"] .---btn[album-genre="12"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n5="13"] .---btn[album-genre="13"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n5="13"] .---btn[album-genre="13"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n5="14"] .---btn[album-genre="14"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n5="14"] .---btn[album-genre="14"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n5="15"] .---btn[album-genre="15"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n5="15"] .---btn[album-genre="15"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n5="16"] .---btn[album-genre="16"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n5="16"] .---btn[album-genre="16"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n5="17"] .---btn[album-genre="17"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n5="17"] .---btn[album-genre="17"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n5="18"] .---btn[album-genre="18"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n5="18"] .---btn[album-genre="18"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n5="19"] .---btn[album-genre="19"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n5="19"] .---btn[album-genre="19"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n5="20"] .---btn[album-genre="20"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n5="20"] .---btn[album-genre="20"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n5="21"] .---btn[album-genre="21"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n5="21"] .---btn[album-genre="21"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n5="22"] .---btn[album-genre="22"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n5="22"] .---btn[album-genre="22"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n5="23"] .---btn[album-genre="23"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n5="23"] .---btn[album-genre="23"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n5="24"] .---btn[album-genre="24"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n5="24"] .---btn[album-genre="24"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n5="25"] .---btn[album-genre="25"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n5="25"] .---btn[album-genre="25"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n5="26"] .---btn[album-genre="26"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n5="26"] .---btn[album-genre="26"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n5="27"] .---btn[album-genre="27"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n5="27"] .---btn[album-genre="27"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n5="28"] .---btn[album-genre="28"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n5="28"] .---btn[album-genre="28"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n5="29"] .---btn[album-genre="29"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n5="29"] .---btn[album-genre="29"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n5="30"] .---btn[album-genre="30"] {
  border: 1px solid #ff0e1a;
  color: #ffdcdc;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos #--album-generos[genero-elegido-n5="30"] .---btn[album-genre="30"]::before {
  background: linear-gradient(90deg, rgba(43, 7, 10, 0.9) 0%, rgba(46, 8, 8, 0.56) 70%, rgba(74, 26, 26, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=psiawake] .--row-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=psiawake] .--row-cards .---card-filter--half-line {
  min-width: calc(50% - 4px);
  max-width: calc(50% - 4px);
  border-radius: 5px;
  margin-bottom: 10px;
  height: 110px;
  padding: 12px 16px;
  display: flex;
  flex-wrap: wrap;
  background: #121315;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=psiawake] .--row-cards .---card-filter--half-line .--texto-1 {
  width: 100%;
  font-size: 12px;
  align-self: start;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=psiawake] .--row-cards .---card-filter--half-line .--texto-2 {
  width: 100%;
  font-size: 12px;
  align-self: end;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=psiawake] .--row-cards .---card-filter--full-line {
  min-width: 100%;
  max-width: 100%;
  border-radius: 5px;
  margin-bottom: 8px;
  height: 44px;
  padding: 0 3px 0 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: #121315;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=psiawake] .--row-cards .---card-filter--full-line .--texto-left {
  font-size: 12px;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=psiawake] .--row-cards .---card-filter--full-line ul.--opciones {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 38px;
  border-radius: 4px;
  padding: 0 3px;
  gap: 4px;
  background: #1a1d20;
  background: #0b0b0c;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=psiawake] .--row-cards .---card-filter--full-line ul.--opciones li.--opcion {
  width: auto;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  height: 32px;
  min-width: 32px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 0;
  background: transparent;
  color: #626466;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=psiawake] .--row-cards .---card-filter--full-line ul.--opciones li.--opcion .--flag {
  width: 16px; /*margin-right: 6px;*/
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=psiawake] .--row-cards .---card-filter--full-line[filtrar=filtrar-idioma][status=close] {
  height: 0;
  opacity: 0;
  margin: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=psiawake] .--row-cards[current-filtrar-idioma=en] [filtrar=filtrar-idioma] ul.--opciones li.--opcion[idioma=en] {
  background: #1a1d20;
  color: #8f9397;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=psiawake] .--row-cards[current-filtrar-idioma=es] [filtrar=filtrar-idioma] ul.--opciones li.--opcion[idioma=es] {
  background: #1a1d20;
  color: #8f9397;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=psiawake] .--row-cards[current-filtrar-idioma=pt] [filtrar=filtrar-idioma] ul.--opciones li.--opcion[idioma=pt] {
  background: #1a1d20;
  color: #8f9397;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=psiawake] .--div-supercategorias {
  height: calc(100vh - 64px - 100px - 20px);
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width: none;
  display: none;
  position: relative;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=psiawake] .--div-supercategorias[status=open] {
  display: block;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=psiawake] .--div-supercategorias .--texto-elige-supercategoria {
  font-size: 11px;
  height: 25px;
  line-height: 1;
  margin-bottom: 8px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #291904;
  color: #a27c4a;
  background: #3a0408;
  color: #ec8488;
  background: #043a21;
  color: #84ecca;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=psiawake] .--div-supercategorias #--supercategorias {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=psiawake] .--div-supercategorias #--supercategorias .---btn {
  background: #1a1d20;
  width: 100%;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 6px;
  text-align: left;
  height: 40px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background-size: 120%;
  background-position: center;
  color: #8f9397;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=psiawake] .--div-supercategorias #--supercategorias .---btn span {
  z-index: 1;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=psiawake] .--div-supercategorias #--supercategorias .---btn:hover {
  background-size: 150%;
  transition: all 0.2s ease;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=psiawake] .--div-supercategorias #--supercategorias .---btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
  border-radius: 3px;
  background: linear-gradient(90deg, rgba(17, 17, 18, 0.9) 0%, rgba(14, 14, 15, 0.72) 70%, rgba(14, 14, 15, 0) 100%);
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=psiawake] .--div-supercategorias #--supercategorias[lang_interior=es] .---btn.--en, #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=psiawake] .--div-supercategorias #--supercategorias[lang_interior=es] .---btn.--pt {
  display: none;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=psiawake] .--div-supercategorias #--supercategorias[lang_interior=en] .---btn.--es, #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=psiawake] .--div-supercategorias #--supercategorias[lang_interior=en] .---btn.--pt {
  display: none;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=psiawake] .--div-supercategorias #--supercategorias[lang_interior=pt] .---btn.--es, #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=psiawake] .--div-supercategorias #--supercategorias[lang_interior=pt] .---btn.--en {
  display: none;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=psiawake] .--div-supercategorias .--supercategorias-buttons-nav {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 44px;
  display: flex;
  align-items: end;
  background: #0b0b0c;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=psiawake] .--div-supercategorias .--supercategorias-buttons-nav .--all-flex {
  display: flex;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=psiawake] .--div-supercategorias .--supercategorias-buttons-nav .--all-flex .--left-btn {
  width: 110px;
  display: flex;
  height: 34px;
  border-radius: 4px;
  align-items: center;
  padding: 0 10px;
  font-size: 12px;
  margin: 0;
  border: 0;
  background: #16181a;
  color: #979b9f;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=psiawake] .--div-supercategorias .--supercategorias-buttons-nav .--all-flex .--left-btn:hover {
  background: #222528;
  color: #bcc1c6;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=psiawake] .--div-supercategorias .--supercategorias-buttons-nav .--all-flex .--left-btn svg {
  width: 10px;
  rotate: 90deg;
  margin-right: 8px;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=psiawake] .--div-categorias {
  height: calc(100vh - 112px - 20px);
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width: none;
  display: none;
  position: relative;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=psiawake] .--div-categorias[status=open] {
  display: block;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=psiawake] .--div-categorias .--texto-elige-categoria {
  font-size: 11px;
  height: 25px;
  line-height: 1;
  margin-bottom: 8px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #291904;
  color: #a27c4a;
  background: #3a0408;
  color: #ec8488;
  background: #043a21;
  color: #84ecca;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=psiawake] .--div-categorias #--categorias {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-height: calc(100vh - 208px);
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width: none;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=psiawake] .--div-categorias #--categorias .---btn {
  background: #1a1d20;
  width: 100%;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 6px;
  text-align: left;
  min-height: 40px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background-size: 120%;
  background-position: center;
  color: #8f9397;
  flex-wrap: wrap;
  padding: 12px 10px;
  background: #212528;
  color: #d5d6d7;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=psiawake] .--div-categorias #--categorias .---btn .--nombre-categoria {
  z-index: 1;
  width: 100%;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=psiawake] .--div-categorias #--categorias .---btn .--descripcion {
  font-size: 11px;
  margin-bottom: 0;
  margin-top: 7px;
  line-height: 1.3;
  width: 100%;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=psiawake] .--div-categorias #--categorias .---btn:hover {
  transition: all 0.2s ease;
  background: #2e3337;
  color: #ecedee;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=psiawake] .--div-categorias #--categorias .---btn:last-child {
  margin-bottom: 0;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=psiawake] .--div-categorias .--categorias-buttons-nav {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 44px;
  display: flex;
  align-items: end;
  background: #0b0b0c;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=psiawake] .--div-categorias .--categorias-buttons-nav .--all-flex {
  display: flex;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=psiawake] .--div-categorias .--categorias-buttons-nav .--all-flex .--left-btn {
  width: 110px;
  display: flex;
  height: 34px;
  border-radius: 4px;
  align-items: center;
  padding: 0 10px;
  font-size: 12px;
  margin: 0;
  border: 0;
  background: #16181a;
  color: #979b9f;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=psiawake] .--div-categorias .--categorias-buttons-nav .--all-flex .--left-btn:hover {
  background: #222528;
  color: #bcc1c6;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=psiawake] .--div-categorias .--categorias-buttons-nav .--all-flex .--left-btn svg {
  width: 10px;
  rotate: 90deg;
  margin-right: 8px;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content {
  width: calc(100% - 280px - 14px);
  padding-left: 6px;
  padding-right: 6px;
  /* Acá dejamos en claro que si ha cambiado el atributo en .--right-content, habrá que mostrar un contenido específico */
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content {
  border-radius: 6px;
  height: 100%;
  overflow: hidden;
  background: #121315;
  background: transparent;
  display: none; /* Por defecto todos los "content" van ocultos hasta que se demuestre lo contrario */
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-albums {
  display: flex;
  flex-wrap: wrap;
  max-height: calc(100vh - 64px - 20px);
  overflow-y: auto;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-albums .--item {
  width: calc(25% - 8px);
  margin-right: 10px;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 8px;
  background: #121315;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-albums .--item .--div .--div-img {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-albums .--item .--div .--div-img img {
  border-radius: 4px;
  transition: all 0.3s ease;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-albums .--item .--div .--div-img .--badge-version {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 10px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  line-height: 1;
  height: 20px;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 3px;
  padding: 0 6px;
  background: #1a1d20;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-albums .--item .--div .--div-img .--badge-version.--v1 {
  background: rgba(43, 36, 1, 0.6);
  color: #c3aa6c;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-albums .--item .--div .--div-img .--badge-version.--v2 {
  background: rgba(43, 1, 5, 0.6);
  color: #c36c74;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-albums .--item .--div .--div-img .--badge-version.--instrumental {
  background: rgba(38, 1, 43, 0.6);
  color: #b46cc3;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-albums .--item .--div .--textos {
  padding: 12px 0 8px;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-albums .--item .--div .--textos .--texto-1 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 6px;
  font-size: 12px;
  color: #d9dadb;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-albums .--item .--div .--textos .--texto-2 {
  font-family: "Inter", sans-serif;
  line-height: 1;
  font-weight: 500;
  display: block;
  letter-spacing: -0.4px;
  font-size: 11px;
  color: #939699;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-albums .--item:hover {
  background: #1a1d20;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-albums .--item:hover .--div .--div-img img {
  transform: scale(1.05);
  transition: all 0.3s ease;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-series {
  display: flex;
  flex-wrap: wrap;
  max-height: calc(100vh - 64px - 20px);
  overflow-y: auto;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-series .--item {
  width: calc(25% - 8px);
  margin-right: 10px;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 8px;
  background: #121315;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-series .--item .--div .--div-img {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-series .--item .--div .--div-img img {
  border-radius: 4px;
  transition: all 0.3s ease;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-series .--item .--div .--div-img .--badge-version {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 10px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  line-height: 1;
  height: 20px;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 3px;
  padding: 0 6px;
  background: #1a1d20;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-series .--item .--div .--div-img .--badge-version.--v1 {
  background: rgba(43, 36, 1, 0.6);
  color: #c3aa6c;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-series .--item .--div .--div-img .--badge-version.--v2 {
  background: rgba(43, 1, 5, 0.6);
  color: #c36c74;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-series .--item .--div .--div-img .--badge-version.--instrumental {
  background: rgba(38, 1, 43, 0.6);
  color: #b46cc3;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-series .--item .--div .--textos {
  padding: 12px 0 8px;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-series .--item .--div .--textos .--texto-1 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 6px;
  font-size: 12px;
  color: #d9dadb;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-series .--item .--div .--textos .--texto-2 {
  font-family: "Inter", sans-serif;
  line-height: 1;
  font-weight: 500;
  display: block;
  letter-spacing: -0.4px;
  font-size: 11px;
  color: #939699;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-series .--item:hover {
  background: #1a1d20;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-series .--item:hover .--div .--div-img img {
  transform: scale(1.05);
  transition: all 0.3s ease;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-mensaje-centrado {
  display: flex;
  flex-wrap: wrap;
  max-height: calc(100vh - 64px - 20px);
  overflow-y: auto;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-mensaje-centrado .--div-mensaje .--i {
  font-size: 64px;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content[tab-resultados-busqueda=lyrafony] .--content[contenido=lyrafony] {
  display: block;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content[tab-resultados-busqueda=blacketbiz] .--content[contenido=blacketbiz] {
  display: block;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content[tab-resultados-busqueda=nectarsia] .--content[contenido=nectarsia] {
  display: block;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content[tab-resultados-busqueda=psiawake] .--content[contenido=psiawake] {
  display: block;
}
#--content-fullscreen .--pre-tabs [tab=filters] .--botones-bottom-content-filters {
  display: none;
}
#--content-fullscreen .--pre-tabs [tab=lyrics] {
  overflow-y: auto;
  height: 100%;
  width: 100%;
  background: #111315;
}
#--content-fullscreen .--pre-tabs [tab=lyrics] .--pre-pre {
  padding: 20px 20px;
  overflow-y: auto;
  overflow: auto;
  height: 100%;
  width: 100%;
}
#--content-fullscreen .--pre-tabs [tab=lyrics] .--pre-pre pre {
  font-size: 32px;
  text-align: center;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -1px;
  margin-top: 24px;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
  color: #dce0e3;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
#--content-fullscreen .--pre-tabs [tab=lyrics] .--pre-pre .--top-button-copiar {
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 12px;
  padding: 0 12px;
  border-radius: 4px;
  cursor: pointer;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #212327;
  color: #bdc2ce;
  background: #17181b;
  color: #4c4e53;
}
#--content-fullscreen .--pre-tabs [tab=lyrics] .--pre-pre .--top-button-copiar .--i-and-text {
  display: flex;
  align-items: center;
  justify-content: center;
}
#--content-fullscreen .--pre-tabs [tab=lyrics] .--pre-pre .--top-button-copiar .--i-and-text .--text {
  margin-left: 6px;
}
#--content-fullscreen .--pre-tabs [tab=lyrics] .--pre-pre .--top-button-copiar[status=hide] {
  display: none;
}
#--content-fullscreen .--pre-tabs [tab=lyrics] .--pre-pre .--top-button-copiar[status2=copiar] .--copiado {
  display: none;
}
#--content-fullscreen .--pre-tabs [tab=lyrics] .--pre-pre .--top-button-copiar[status2=copiado] {
  pointer-events: none;
  background: #27bf8d;
  color: #07412e;
  background: #02865b;
  color: #fff;
}
#--content-fullscreen .--pre-tabs [tab=lyrics] .--pre-pre .--top-button-copiar[status2=copiado] .--copiar {
  display: none;
}
#--content-fullscreen .--pre-tabs [tab=lyrics] .--pre-pre .--top-button-copiar:hover {
  background: #34373d;
  color: #dcdfe4;
}
#--content-fullscreen .--pre-tabs [tab=lyrics] .--botones-complementarios {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#--content-fullscreen .--pre-tabs [tab=lyrics] .--botones-complementarios::before {
  content: "";
  position: absolute;
  top: -44px;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(14, 14, 15, 0) 0%, rgba(14, 14, 15, 0.14) 20%, rgba(14, 14, 15, 0.56) 40%, rgba(14, 14, 15, 0.84) 60%, rgb(14, 14, 15) 80%, rgb(14, 14, 15) 100%);
}
#--content-fullscreen .--pre-tabs [tab=lyrics] .--botones-complementarios .--all-here-botones {
  display: flex;
  padding: 0 8px;
  border: 0;
  flex-wrap: initial;
  justify-content: space-between;
  list-style: none;
  z-index: 1;
  position: relative;
  background: transparent;
}
#--content-fullscreen .--pre-tabs [tab=lyrics] .--botones-complementarios .--all-here-botones .--pre-button {
  width: 58px;
  display: flex;
  justify-content: center;
  position: relative;
}
#--content-fullscreen .--pre-tabs [tab=lyrics] .--botones-complementarios .--all-here-botones .--pre-button .---btn-type-01 {
  border: 0;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  cursor: pointer;
  position: relative;
  height: 58px;
  opacity: 0.3;
  flex-wrap: wrap;
  padding: 6px 0 4px 0;
  width: 58px;
  margin: 0;
  transition: all 0.3s ease;
  background: transparent;
  color: #fff;
}
#--content-fullscreen .--pre-tabs [tab=lyrics] .--botones-complementarios .--all-here-botones .--pre-button .---btn-type-01 .--svg svg {
  rotate: 0deg;
  transition: all 0.7s ease;
}
#--content-fullscreen .--pre-tabs [tab=lyrics] .--botones-complementarios .--all-here-botones .--pre-button .---btn-type-01 .--svg.--svg-rotate-180 svg {
  rotate: 180deg;
  transition: all 0.7s ease;
}
#--content-fullscreen .--pre-tabs [tab=lyrics] .--botones-complementarios .--all-here-botones .--pre-button .---btn-type-01 .--svg.--path-stroke-width-2c5 svg path {
  stroke-width: 2.5;
}
#--content-fullscreen .--pre-tabs [tab=lyrics] .--botones-complementarios .--all-here-botones .--pre-button .---btn-type-01:hover {
  opacity: 1;
}
#--content-fullscreen .--pre-tabs [tab=lyrics] .--botones-complementarios .--all-here-botones .--pre-button .--contenido-dinamico {
  position: absolute;
  right: 14px;
  top: 2px;
  pointer-events: none;
  height: 12px;
  width: 12px;
  display: none;
}
#--content-fullscreen .--pre-tabs [tab=lyrics] .--botones-complementarios .--all-here-botones .--pre-button .--contenido-dinamico svg {
  width: 100%;
  color: #ff3131;
  color: #ffd531;
}
#--content-fullscreen .--pre-tabs [tab=lyrics] .--botones-complementarios .--all-here-botones .--pre-button .--contenido-dinamico[status=yes] {
  display: block;
}
#--content-fullscreen .--pre-tabs [tab=lyrics] .--botones-complementarios .--all-here-botones .--texto {
  font-size: 9.6px;
  display: block;
  width: 100%;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #e4e5e7;
}

@media (min-width: 3072px) {
  #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-albums .--item,
  #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-series .--item {
    width: calc(12.5% - 9px);
  }
  #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-albums .--item:nth-child(8n),
  #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-series .--item:nth-child(8n) {
    margin-right: 0;
  }
  #--content-fullscreen .--pre-tabs [tab=lyrics] .--pre-pre pre {
    font-size: 21px;
    margin-top: 4px;
    margin-bottom: 4px;
    text-align: left;
    max-width: 800px;
  }
  #--content-fullscreen .--pre-tabs [tab=lyrics] .--pre-pre .--top-button-copiar {
    top: 8px;
    right: 106px;
  }
  #--content-fullscreen .--pre-tabs [tab=lyrics] .--botones-complementarios {
    position: absolute;
    top: 0;
    width: 73px;
    right: 12px;
    height: 100%;
    top: 8px;
    border-radius: 5px;
    right: 16px;
    height: calc(100% - 16px);
    background: #1e1f22;
    background: #530109;
    background: #131617;
  }
  #--content-fullscreen .--pre-tabs [tab=lyrics] .--botones-complementarios::before {
    display: none;
  }
  #--content-fullscreen .--pre-tabs [tab=lyrics] .--botones-complementarios .--all-here-botones {
    flex-wrap: wrap;
    height: 100%;
    align-items: center;
    padding: 0;
    justify-content: center;
  }
}
@media (min-width: 2560px) and (max-width: 3071.9px) {
  #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-albums .--item,
  #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-series .--item {
    width: calc(14.2857142857% - 9px);
  }
  #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-albums .--item:nth-child(7n),
  #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-series .--item:nth-child(7n) {
    margin-right: 0;
  }
  #--content-fullscreen .--pre-tabs [tab=lyrics] .--pre-pre pre {
    font-size: 21px;
    margin-top: 4px;
    margin-bottom: 4px;
    text-align: left;
    max-width: 800px;
  }
  #--content-fullscreen .--pre-tabs [tab=lyrics] .--pre-pre .--top-button-copiar {
    top: 8px;
    right: 106px;
  }
  #--content-fullscreen .--pre-tabs [tab=lyrics] .--botones-complementarios {
    position: absolute;
    top: 0;
    width: 73px;
    right: 12px;
    height: 100%;
    top: 8px;
    border-radius: 5px;
    right: 16px;
    height: calc(100% - 16px);
    background: #1e1f22;
    background: #530109;
    background: #131617;
  }
  #--content-fullscreen .--pre-tabs [tab=lyrics] .--botones-complementarios::before {
    display: none;
  }
  #--content-fullscreen .--pre-tabs [tab=lyrics] .--botones-complementarios .--all-here-botones {
    flex-wrap: wrap;
    height: 100%;
    align-items: center;
    padding: 0;
    justify-content: center;
  }
}
@media (min-width: 2208px) and (max-width: 2559.9px) {
  #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-albums .--item,
  #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-series .--item {
    width: calc(16.6666666667% - 9px);
  }
  #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-albums .--item:nth-child(6n),
  #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-series .--item:nth-child(6n) {
    margin-right: 0;
  }
  #--content-fullscreen .--pre-tabs [tab=lyrics] .--pre-pre pre {
    font-size: 21px;
    margin-top: 4px;
    margin-bottom: 4px;
    text-align: left;
    max-width: 800px;
  }
  #--content-fullscreen .--pre-tabs [tab=lyrics] .--pre-pre .--top-button-copiar {
    top: 8px;
    right: 106px;
  }
  #--content-fullscreen .--pre-tabs [tab=lyrics] .--botones-complementarios {
    position: absolute;
    top: 0;
    width: 73px;
    right: 12px;
    height: 100%;
    top: 8px;
    border-radius: 5px;
    right: 16px;
    height: calc(100% - 16px);
    background: #1e1f22;
    background: #530109;
    background: #131617;
  }
  #--content-fullscreen .--pre-tabs [tab=lyrics] .--botones-complementarios::before {
    display: none;
  }
  #--content-fullscreen .--pre-tabs [tab=lyrics] .--botones-complementarios .--all-here-botones {
    flex-wrap: wrap;
    height: 100%;
    align-items: center;
    padding: 0;
    justify-content: center;
  }
}
@media (min-width: 1920px) and (max-width: 2207.9px) {
  #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-albums .--item,
  #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-series .--item {
    width: calc(20% - 8px);
  }
  #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-albums .--item:nth-child(5n),
  #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-series .--item:nth-child(5n) {
    margin-right: 0;
  }
  #--content-fullscreen .--pre-tabs [tab=lyrics] .--pre-pre pre {
    font-size: 21px;
    margin-top: 4px;
    margin-bottom: 4px;
    text-align: left;
    max-width: 800px;
  }
  #--content-fullscreen .--pre-tabs [tab=lyrics] .--pre-pre .--top-button-copiar {
    top: 8px;
    right: 106px;
  }
  #--content-fullscreen .--pre-tabs [tab=lyrics] .--botones-complementarios {
    position: absolute;
    top: 0;
    width: 73px;
    right: 12px;
    height: 100%;
    top: 8px;
    border-radius: 5px;
    right: 16px;
    height: calc(100% - 16px);
    background: #1e1f22;
    background: #530109;
    background: #131617;
  }
  #--content-fullscreen .--pre-tabs [tab=lyrics] .--botones-complementarios::before {
    display: none;
  }
  #--content-fullscreen .--pre-tabs [tab=lyrics] .--botones-complementarios .--all-here-botones {
    flex-wrap: wrap;
    height: 100%;
    align-items: center;
    padding: 0;
    justify-content: center;
  }
}
@media (min-width: 1440px) and (max-width: 1919.9px) {
  #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-albums .--item,
  #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-series .--item {
    width: calc(25% - 8px);
  }
  #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-albums .--item:nth-child(4n),
  #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-series .--item:nth-child(4n) {
    margin-right: 0;
  }
  #--content-fullscreen .--pre-tabs [tab=lyrics] .--pre-pre pre {
    font-size: 21px;
    margin-top: 4px;
    margin-bottom: 4px;
    text-align: left;
    max-width: 800px;
  }
  #--content-fullscreen .--pre-tabs [tab=lyrics] .--pre-pre .--top-button-copiar {
    top: 8px;
    right: 106px;
  }
  #--content-fullscreen .--pre-tabs [tab=lyrics] .--botones-complementarios {
    position: absolute;
    top: 0;
    width: 73px;
    right: 12px;
    height: 100%;
    top: 8px;
    border-radius: 5px;
    right: 16px;
    height: calc(100% - 16px);
    background: #1e1f22;
    background: #530109;
    background: #131617;
  }
  #--content-fullscreen .--pre-tabs [tab=lyrics] .--botones-complementarios::before {
    display: none;
  }
  #--content-fullscreen .--pre-tabs [tab=lyrics] .--botones-complementarios .--all-here-botones {
    flex-wrap: wrap;
    height: 100%;
    align-items: center;
    padding: 0;
    justify-content: center;
  }
}
@media (min-width: 1200px) and (max-width: 1439.9px) {
  #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-albums .--item,
  #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-series .--item {
    width: calc(33.3333333333% - 8px);
  }
  #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-albums .--item:nth-child(3n),
  #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-series .--item:nth-child(3n) {
    margin-right: 0;
  }
  #--content-fullscreen .--pre-tabs [tab=lyrics] .--pre-pre pre {
    font-size: 21px;
    margin-top: 4px;
    margin-bottom: 4px;
    text-align: left;
    max-width: 800px;
  }
  #--content-fullscreen .--pre-tabs [tab=lyrics] .--pre-pre .--top-button-copiar {
    top: 8px;
    right: 106px;
  }
  #--content-fullscreen .--pre-tabs [tab=lyrics] .--botones-complementarios {
    position: absolute;
    top: 0;
    width: 73px;
    right: 12px;
    height: 100%;
    top: 8px;
    border-radius: 5px;
    right: 16px;
    height: calc(100% - 16px);
    background: #1e1f22;
    background: #530109;
    background: #131617;
  }
  #--content-fullscreen .--pre-tabs [tab=lyrics] .--botones-complementarios::before {
    display: none;
  }
  #--content-fullscreen .--pre-tabs [tab=lyrics] .--botones-complementarios .--all-here-botones {
    flex-wrap: wrap;
    height: 100%;
    align-items: center;
    padding: 0;
    justify-content: center;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  html body #--content-fullscreen .--pre-tabs [tab=lyrics] .--pre-pre pre {
    font-size: 18px;
    margin-top: 4px;
    margin-bottom: 50px;
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  html body[fullscreen-tab=lyrics] #premain #--side-content {
    width: 340px;
    transition: all 0.3 ease;
  }
  html body[fullscreen-tab=lyrics] #premain #--side-content [content-module=music] [tab-content=player] #--ad-player-horizontal {
    width: 284px;
  }
  html body[fullscreen-tab=lyrics] #--content-fullscreen[current-tab=lyrics] {
    width: calc(100% - 324px);
  }
  html body #--content-fullscreen .--pre-tabs [tab=lyrics] .--pre-pre pre {
    font-size: 18px;
    margin-top: 4px;
    margin-bottom: 50px;
    text-align: left;
  }
}
@media (min-width: 576px) and (max-width: 767.9px) {
  html body[fullscreen-tab=lyrics] #--content-fullscreen[current-tab=lyrics] {
    width: 100%;
    top: 0;
    height: 100vh;
    padding: 0;
  }
  html body #--content-fullscreen .--pre-tabs [tab=lyrics] .--pre-pre pre {
    font-size: 22px;
    margin-bottom: 60px;
    margin-top: 10px;
    text-align: left;
  }
  html body #--content-fullscreen .--pre-tabs [tab=lyrics] .--botones-complementarios .--all-here-botones {
    margin-bottom: 4px;
  }
  html body #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido {
    /*
    [tab="psiawake"] {
        .--div-supercategorias {
            height: calc(100vh - 100px - 20px);
            #--supercategorias {
                height: calc(100vh - 196px);overflow: hidden;overflow-y: auto;scrollbar-width: none;
            }
        }
        .--div-categorias {
            height: calc(100vh - 110px);
            #--categorias {
                max-height: calc(100vh - 146px);
            }
        }
    }*/
  }
  html body #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos {
    height: calc(100vh - 64px - 152px);
  }
  html body #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=psiawake] .--div-supercategorias {
    height: calc(100vh - 100px - 20px);
  }
  html body #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=psiawake] .--div-supercategorias #--supercategorias {
    max-height: calc(100vh - 196px);
    overflow: hidden;
    overflow-y: auto;
    scrollbar-width: none;
  }
  html body #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=psiawake] .--div-supercategorias .--supercategorias-buttons-nav {
    position: fixed;
    bottom: 10px;
    width: calc(100% - 18px);
  }
  html body #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=psiawake] .--div-categorias {
    height: calc(100vh - 68px);
  }
  html body #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=psiawake] .--div-categorias #--categorias {
    max-height: calc(100vh - 146px);
  }
  html body #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=psiawake] .--div-categorias .--categorias-buttons-nav {
    position: fixed;
    bottom: 10px;
    width: calc(100% - 18px);
  }
}
@media (max-width: 575.9px) {
  html body[fullscreen-tab=lyrics] #--content-fullscreen[current-tab=lyrics] {
    width: 100%;
    top: 0;
    height: 100vh;
    padding: 0;
  }
  html body #--content-fullscreen .--pre-tabs [tab=lyrics] .--pre-pre pre {
    font-size: 14px;
    text-align: left;
    margin-top: 8px;
    margin-bottom: 50px;
    font-weight: 500;
    letter-spacing: -0.3px;
  }
  html body #--content-fullscreen .--pre-tabs [tab=lyrics] .--pre-pre .--top-button-copiar {
    background: #17181b;
    color: #4c4e53;
  }
  html body #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=lyrafony] .--div-album-generos {
    height: calc(100vh - 64px - 48px - 104px - 0px);
  }
  html body #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=psiawake] .--div-supercategorias {
    height: calc(100vh - 100px - 20px);
  }
  html body #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=psiawake] .--div-supercategorias #--supercategorias {
    height: calc(100vh - 196px);
    overflow: hidden;
    overflow-y: auto;
    scrollbar-width: none;
  }
  html body #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=psiawake] .--div-categorias {
    height: calc(100vh - 68px);
  }
  html body #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--left-content .--content .--content-bottom #--seleccion-de-buscador-de-contenido [tab=psiawake] .--div-categorias #--categorias {
    max-height: calc(100vh - 146px);
  }
  html body #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content {
    width: 100% !important;
    padding: 0 !important;
  }
  html body #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-albums,
  html body #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-series {
    max-height: calc(100vh - 64px - 0px);
  }
  html body #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-albums .--item,
  html body #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-series .--item {
    width: calc(50% - 5px) !important;
    padding: 0;
    background: transparent;
  }
  html body #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-albums .--item:hover,
  html body #--content-fullscreen .--pre-tabs [tab=filters] .--all-content-filters .--right-content .--content .--mostrar-series .--item:hover {
    background: transparent;
  }
  html body #--content-fullscreen .--pre-tabs [tab=filters][tab-filters-mobile=right] .--botones-bottom-content-filters[tab-filters-botones-bottom=right] .--elementos .--opciones-tab-filters-bottom--right {
    display: block !important;
  }
}
/* --------------------------------------
 * General Bottom Opciones
 * ---------------------------------------- */
html body #--content-fullscreen .--general-bottom-opciones {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  background: rgba(15, 15, 16, 0.9215686275);
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  /*backdrop-filter: blur(1px);*/
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones {
  width: 312px;
  bottom: 72px;
  position: absolute;
  border-radius: 5px;
  font-size: 12px;
  font-family: "Inter", sans-serif;
  line-height: 1.3;
  margin: auto;
  padding: 8px 8px 8px 8px;
  list-style: none;
  overflow-y: auto;
  scrollbar-width: none;
  background: #dfe1e6;
  background: #0d0e0f;
  background: #16181d;
  color: #87879c;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones li {
  margin-bottom: 6px;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones li .--button {
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  height: 40px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  border: 0;
  width: 100%;
  margin: 0;
  background: #d9dce3;
  color: #1a1a1c;
  background: #16181d;
  color: #87879c;
  background: #0d0e0f;
  background-size: var(---style-1-bg-size);
  background-color: var(---style-1-bg-color);
  background-image: var(---style-1-bg-image);
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones li:last-child {
  margin-bottom: 0;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones li .--btn-icon-file-type {
  margin: 0;
  height: 48px;
  border: 0;
  padding: 7px;
  display: flex;
  width: 100%;
  border-radius: 4px;
  align-items: center;
  line-height: 1.2;
  margin-bottom: 6px;
  cursor: pointer;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones li .--btn-icon-file-type:last-child {
  margin-bottom: 0;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones li .--btn-icon-file-type .--file-icon {
  min-width: 22px;
  max-width: 22px;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones li .--btn-icon-file-type .--texto {
  width: calc(100% - 28px);
  padding-left: 8px;
  text-align: left;
  font-size: 11px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "Inter", sans-serif;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones li.--open-folder .--btn-icon-folder {
  margin: 0;
  height: 48px;
  border: 0;
  padding: 7px;
  display: flex;
  width: 100%;
  border-radius: 4px;
  align-items: center;
  line-height: 1.2;
  margin-bottom: 6px;
  padding-right: 12px;
  cursor: pointer;
  background: #fff;
  color: #2a2a30;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones li.--open-folder .--btn-icon-folder .--file-icon {
  min-width: 22px;
  max-width: 22px;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones li.--open-folder .--btn-icon-folder .--texto {
  width: calc(100% - 28px);
  padding-left: 8px;
  text-align: left;
  font-size: 11px;
  font-family: "Inter", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones li.--open-folder .--btn-icon-folder .--arrow {
  min-width: 8px;
  max-width: 8px;
  color: #bbbcbe;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones li.--open-folder .--botones-internos {
  width: calc(100% - 12px);
  margin-left: auto;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones li.--open-folder[status=close] .--botones-internos {
  display: none;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones li.--open-folder[status=open] .--btn-icon-folder .--arrow {
  rotate: 180deg;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--white {
  background: #f4f4f4;
  background: #eee;
  background: #e2e4e9;
  color: #87879c;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--white li .--button {
  color: #2a2a30;
  background: #e5e7eb;
  background: #e0e2e5;
  background: #d9dce3;
  background: #f5f5f5;
  color: #2a2a30;
  /*background-size: var(---style-1-bg-size);
  background-color: #fff;
  background-image: linear-gradient(136deg,rgba(237, 240, 246, 0.1) 25%,transparent 25%,transparent 50%,rgba(237, 240, 246, 0.1) 50%,rgba(237, 240, 246, 0.1) 75%,transparent 75%,transparent);*/
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--white li .--btn-icon-file-type {
  background: #f5f5f5;
  color: #2a2a30;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--white li .--btn-icon-file-type:hover {
  transition: all 0.3s ease;
  background: #fff;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--opciones-save .--texto-top {
  width: 100%;
  margin-bottom: 10px;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--opciones-save .--texto-top .--textos {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--opciones-save .--texto-top .--textos .--texto-1 {
  font-size: 12px;
  font-weight: 600;
  padding-left: 4px;
  color: #121324;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--opciones-save .--texto-top .--textos .--texto-2.--e-crear-coleccion {
  font-size: 12px;
  padding: 6px 10px 7px 7px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
  color: #111113;
  background: #fff;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--opciones-save .--texto-top .--textos .--texto-2.--e-crear-coleccion:hover {
  background: #c0c0c0;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--opciones-save .--item-tab {
  display: none;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--opciones-save .--all-user-colecciones .--coleccion {
  min-width: calc(33.3333333333% - 4px);
  max-width: calc(33.3333333333% - 4px);
  margin-right: 6px;
  cursor: pointer;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--opciones-save .--all-user-colecciones .--coleccion:nth-child(3n) {
  margin-right: 0;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--opciones-save .--all-user-colecciones .--coleccion .--div-img {
  border-radius: 5px;
  overflow: hidden;
  width: 94px;
  height: 94px;
  margin-bottom: 6px;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--opciones-save .--all-user-colecciones .--coleccion .--div-img img {
  scale: 1;
  transition: all 0.3s ease;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--opciones-save .--all-user-colecciones .--coleccion .--nombre-coleccion {
  width: 100%;
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
  overflow-wrap: anywhere;
  white-space: normal;
  color: #1b1c1f;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--opciones-save .--all-user-colecciones .--coleccion:hover .--div-img img {
  scale: 1.15;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--opciones-save[status=colecciones] [for-status=colecciones] {
  display: flex;
  flex-wrap: wrap;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--opciones-save[status=crear-coleccion] [for-status=crear-coleccion] {
  display: flex;
  flex-wrap: wrap;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--opciones-save[status=anadido-a-coleccion] [for-status=anadido-a-coleccion] {
  display: flex;
  flex-wrap: wrap;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--opciones-save[status=anadido-a-coleccion] [for-status=anadido-a-coleccion] .--mensaje {
  width: 100%;
  display: flex;
  border-radius: 4px;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--opciones-save[status=anadido-a-coleccion] [for-status=anadido-a-coleccion] .--mensaje .--div-img {
  min-width: 64px;
  max-width: 64px;
  height: 64px;
  border-radius: 4px;
  overflow: hidden;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--opciones-save[status=anadido-a-coleccion] [for-status=anadido-a-coleccion] .--mensaje .--div-img img {
  rotate: 0deg;
  scale: 1;
  transition: all 0.4s ease;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--opciones-save[status=anadido-a-coleccion] [for-status=anadido-a-coleccion] .--mensaje .--div-img img.--rotated-scaled {
  rotate: -30deg;
  scale: 1.65;
  transition: all 0.6s ease;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--opciones-save[status=anadido-a-coleccion] [for-status=anadido-a-coleccion] .--mensaje .--i-svg {
  min-width: 20px;
  max-width: 20px;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--opciones-save[status=anadido-a-coleccion] [for-status=anadido-a-coleccion] .--mensaje .--texto-1 {
  width: 100%;
  padding-left: 8px;
  font-size: 12px;
  margin-bottom: 4px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
  overflow-wrap: anywhere;
  white-space: normal;
  color: #242528;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--opciones-save[status=anadido-a-coleccion] [for-status=anadido-a-coleccion] .--mensaje .--texto-2 {
  width: 100%;
  padding-left: 8px;
  font-size: 11px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
  overflow-wrap: anywhere;
  white-space: normal;
  color: #2d2e30;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--opciones-save[status=error-coleccion] [for-status=error-coleccion] {
  display: flex;
  flex-wrap: wrap;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=more] li {
  position: relative;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=more] li .--btn-more {
  border-radius: 4px;
  font-size: 11px;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  line-height: 1.2;
  font-weight: 400;
  text-align: left;
  height: 48px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  border: 0;
  width: 100%;
  margin: 0;
  background: #f5f5f5;
  color: #2a2a30;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=more] li .--btn-more .--i-svg {
  min-width: 26px;
  max-width: 26px;
  display: flex;
  align-items: center;
  justify-content: end;
  margin-left: auto;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=more] li .--btn-more .--i-svg svg {
  width: 18px;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=more] li .--btn-more .--texto {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=more] li .--btn-more:hover {
  background: #fff;
  color: #1b1b20;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=more] li .--btn-more[cta=go-podcast] .--i-svg {
  color: #e36f08;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=more] li .--btn-more[cta=go-serie] .--i-svg {
  color: #0849e3;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=more] li .--btn-more[cta=share-link-serie] .--i-svg {
  color: #7d1ef0;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=more] li .--btn-more[cta=open-command] .--i-svg {
  color: #97989c;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=more] li .--btn-more[cta=change-font-size] {
  cursor: default;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=more] li .--btn-more[cta=change-font-size]:hover {
  background: #f4f4f4;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=more] li .--btn-more[cta=change-font-size] .--elegir-font-size {
  display: flex;
  margin-left: auto;
  font-size: 13px;
  font-family: "JetBrains Mono", "Inter", sans-serif;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=more] li .--btn-more[cta=change-font-size] .--elegir-font-size .--new-font-size {
  height: 38px;
  width: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  background: rgba(240, 240, 240, 0);
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=more] li .--btn-more[cta=change-font-size] .--elegir-font-size .--new-font-size:hover {
  background: #e4e5e9;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=more] li .--btn-more[cta=change-font-size][current-font-size="13"] .--elegir-font-size .--new-font-size[font-size="13"] {
  background: #e0e2e5;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=more] li .--btn-more[cta=change-font-size][current-font-size="14"] .--elegir-font-size .--new-font-size[font-size="14"] {
  background: #e0e2e5;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=more] li .--btn-more[cta=change-font-size][current-font-size="15"] .--elegir-font-size .--new-font-size[font-size="15"] {
  background: #e0e2e5;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=more] li .--btn-more[cta=change-font-size][current-font-size="16"] .--elegir-font-size .--new-font-size[font-size="16"] {
  background: #e0e2e5;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=more] li .--btn-more[cta=change-font-size][current-font-size="17"] .--elegir-font-size .--new-font-size[font-size="17"] {
  background: #e0e2e5;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=more] li .--btn-more[cta=change-font-size][current-font-size="18"] .--elegir-font-size .--new-font-size[font-size="18"] {
  background: #e0e2e5;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=more] li .--btn-more.--has-resaltado {
  padding-left: 26px;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=more] li .--i-resaltado {
  position: absolute;
  top: 19px;
  left: 8px;
  width: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=more] li .--i-resaltado svg {
  width: 100%;
  color: #ffa531;
  color: #ff9b31;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=more] .--divisor-bottom {
  margin: 7px 0;
  border-bottom: 1px dashed #9b9fab;
  border-bottom: 1px solid #d4d6df;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=comment] {
  max-width: 100%;
  width: 100%;
  max-height: calc(100vh - 72px);
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=comment] .--tab-de-comentarios {
  display: flex;
  justify-content: space-between;
  border-radius: 3px;
  align-items: center;
  padding: 4px 4px;
  margin-bottom: 10px;
  background-color: #d3d7df;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=comment] .--tab-de-comentarios [next-tab] {
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  height: 28px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  margin: 0;
  border: 0;
  width: calc(50% - 3px);
  background: transparent;
  color: #626466;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=comment] .--tab-de-comentarios [next-tab].--start {
  justify-content: start;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=comment] .--tab-de-comentarios [next-tab].--end {
  justify-content: end;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=comment][status=episodio] [next-tab=episodio] {
  background: #ebebee;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=comment][status=serie] [next-tab=serie] {
  background: #ebebee;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=comment] .--all-comentarios {
  opacity: 0;
  pointer-events: none;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=comment] .--all-comentarios .--one-comment {
  padding: 14px 0;
  border-top: 1px solid #cbcfd7;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=comment] .--all-comentarios .--one-comment:last-child {
  margin-bottom: 38px;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=comment] .--all-comentarios .--one-comment .--level-1 .--div-img {
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
  border-radius: 6px;
  overflow: hidden;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=comment] .--all-comentarios .--one-comment .--level-1 .--div-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=comment] .--all-comentarios .--one-comment .--level-1 .--all-textos {
  padding-left: 12px;
  padding-right: 6px;
  width: 100%;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=comment] .--all-comentarios .--one-comment .--level-1 .--all-textos .--linea-top {
  display: flex;
  align-items: center;
  position: relative;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=comment] .--all-comentarios .--one-comment .--level-1 .--all-textos .--linea-top .--username {
  font-size: 12px;
  font-weight: 500;
  color: #21222b;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=comment] .--all-comentarios .--one-comment .--level-1 .--all-textos .--linea-top .--publicado-hace {
  margin-left: 4px;
  color: #7a7f98;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=comment] .--all-comentarios .--one-comment .--level-1 .--all-textos .--linea-top .--pre-3-puntos {
  display: flex;
  align-items: center;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=comment] .--all-comentarios .--one-comment .--level-1 .--all-textos .--linea-top .--pre-3-puntos .--3-puntos {
  margin-left: auto;
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  padding-right: 6px;
  display: flex;
  justify-content: end;
  align-items: center;
  cursor: pointer;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=comment] .--all-comentarios .--one-comment .--level-1 .--all-textos .--linea-top .--pre-3-puntos .--3-puntos svg {
  rotate: 90deg;
  width: 18px;
  color: #363b46;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=comment] .--all-comentarios .--one-comment .--level-1 .--all-textos .--linea-top .--pre-3-puntos .--3-puntos-desplegable {
  position: absolute;
  top: -8px;
  border-radius: 4px;
  right: 34px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=comment] .--all-comentarios .--one-comment .--level-1 .--all-textos .--linea-top .--pre-3-puntos .--3-puntos-desplegable::after {
  content: "";
  position: absolute;
  top: 14px;
  z-index: 1;
  rotate: 90deg;
  right: -9px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #18181a;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=comment] .--all-comentarios .--one-comment .--level-1 .--all-textos .--linea-top .--pre-3-puntos .--3-puntos-desplegable :first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=comment] .--all-comentarios .--one-comment .--level-1 .--all-textos .--linea-top .--pre-3-puntos .--3-puntos-desplegable :last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=comment] .--all-comentarios .--one-comment .--level-1 .--all-textos .--linea-top .--pre-3-puntos .--3-puntos-desplegable .--3-puntos-event {
  padding: 10px 16px;
  background: #fff;
  color: #33373c;
  border-bottom: 1px solid #ececed;
  background: #18181a;
  color: #f3f4f5;
  border-bottom: 1px solid #35353a;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=comment] .--all-comentarios .--one-comment .--level-1 .--all-textos .--linea-top .--pre-3-puntos .--3-puntos-desplegable .--3-puntos-event:last-child {
  border-bottom: 0;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=comment] .--all-comentarios .--one-comment .--level-1 .--all-textos .--linea-top .--pre-3-puntos .--3-puntos-desplegable .--3-puntos-event:hover {
  cursor: pointer;
  background: #3b3b44;
  color: #f3f4f5;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=comment] .--all-comentarios .--one-comment .--level-1 .--all-textos .--linea-comentario {
  padding: 6px 0 0 0;
  color: #36373c;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=comment] .--all-comentarios .--one-comment[tres-puntos-status=open] .--level-1 .--all-textos .--linea-top .--pre-3-puntos .--3-puntos-desplegable {
  opacity: 1;
  pointer-events: all;
  transition: all 0.3s ease;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=comment] .--div-comentar {
  position: fixed;
  display: flex;
  align-items: center;
  border-radius: 4px;
  padding: 2px 2px;
  bottom: 72px;
  width: 100%;
  left: 0;
  background: #fff;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=comment] .--div-comentar .--div-img-profile {
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
  border-radius: 6px;
  overflow: hidden;
  position: absolute;
  left: 5px;
  display: none;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=comment] .--div-comentar .--div-img-profile img {
  width: 100%;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=comment] .--div-comentar .--comentario-del-usuario {
  margin: 0;
  width: 100%;
  height: 40px;
  border: 0;
  resize: none;
  padding: 10px 50px 10px 10px;
  transition: all 0.6s ease;
  overflow-y: auto;
  scrollbar-width: none;
  max-height: calc(100vh - 77px);
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=comment] .--div-comentar .--publicar-comentario {
  position: absolute;
  border: 0;
  border-radius: 4px;
  height: 35px;
  bottom: 4px;
  right: 5px;
  margin: 0;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #25292d;
  color: #ced3e1;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=comment] .--div-comentar .--publicar-comentario svg {
  rotate: 225deg;
  width: 16px;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=comment] .--div-comentar .--alerta-no-has-escrito-nada {
  position: absolute;
  width: 100%;
  bottom: 44px;
  left: 0;
  min-height: 40px;
  display: flex;
  align-items: center;
  padding: 8px 12px;
  font-weight: 500;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
  background: #ebc275;
  color: #673e09;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=comment] .--div-comentar .--alerta-no-has-escrito-nada[status=open] {
  opacity: 1;
  pointer-events: all;
  transition: all 0.5s ease;
}
html body #--content-fullscreen .--general-bottom-opciones .--level-1 [opciones] {
  transition: all 0s ease;
  opacity: 0;
  pointer-events: none;
}
html body #--content-fullscreen[button-opened=comment] .--pre-button[pre-button=comment]::after {
  content: "";
  position: absolute;
  bottom: 64px;
  z-index: 1;
  rotate: 180deg;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #e2e4e9;
}
html body #--content-fullscreen[button-opened=comment] .--general-bottom-opciones {
  opacity: 1;
  pointer-events: all;
  transition: all 0.3s ease;
}
html body #--content-fullscreen[button-opened=comment] .--general-bottom-opciones [opciones=comment] {
  transition: all 0s ease;
  opacity: 1;
  pointer-events: all;
}
html body #--content-fullscreen[button-opened=comment] .--general-bottom-opciones [opciones=comment][status=episodio] .--all-comentarios[tab-comentarios=episodio] {
  opacity: 1;
  pointer-events: all;
  transition: all 0.3s ease;
  min-height: 100px;
}
html body #--content-fullscreen[button-opened=comment] .--general-bottom-opciones [opciones=comment][status=episodio] .--all-comentarios[tab-comentarios=serie] {
  height: 0;
}
html body #--content-fullscreen[button-opened=comment] .--general-bottom-opciones [opciones=comment][status=serie] .--all-comentarios[tab-comentarios=serie] {
  opacity: 1;
  pointer-events: all;
  transition: all 0.3s ease;
  min-height: 100px;
}
html body #--content-fullscreen[button-opened=comment] .--general-bottom-opciones [opciones=comment][status=serie] .--all-comentarios[tab-comentarios=episodio] {
  height: 0;
}
html body #--content-fullscreen[button-opened=more] .--pre-button[pre-button=more]::after {
  content: "";
  position: absolute;
  bottom: 64px;
  z-index: 1;
  rotate: 180deg;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #e2e4e9;
}
html body #--content-fullscreen[button-opened=more] .--general-bottom-opciones {
  opacity: 1;
  pointer-events: all;
  transition: all 0.3s ease;
}
html body #--content-fullscreen[button-opened=more] .--general-bottom-opciones [opciones=more] {
  transition: all 0s ease;
  opacity: 1;
  pointer-events: all;
}
html body #--content-fullscreen[button-opened=materials] .--pre-button[pre-button=materials]::after {
  content: "";
  position: absolute;
  bottom: 64px;
  z-index: 1;
  rotate: 180deg;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #e2e4e9;
}
html body #--content-fullscreen[button-opened=materials] .--general-bottom-opciones {
  opacity: 1;
  pointer-events: all;
  transition: all 0.3s ease;
}
html body #--content-fullscreen[button-opened=materials] .--general-bottom-opciones .--level-1 {
  justify-content: end;
  right: 5%;
  position: relative;
}
html body #--content-fullscreen[button-opened=materials] .--general-bottom-opciones .--level-1 [opciones=materials] {
  transition: all 0s ease;
  opacity: 1;
  pointer-events: all;
}
html body #--content-fullscreen[button-opened=save] .--pre-button[pre-button=save]::after {
  content: "";
  position: absolute;
  bottom: 64px;
  z-index: 1;
  rotate: 180deg;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #e2e4e9;
}
html body #--content-fullscreen[button-opened=save] .--general-bottom-opciones {
  opacity: 1;
  pointer-events: all;
  transition: all 0.3s ease;
}
html body #--content-fullscreen[button-opened=save] .--general-bottom-opciones .--level-1 {
  justify-content: end;
  right: 12px;
  position: relative;
}
html body #--content-fullscreen[button-opened=save] .--general-bottom-opciones .--level-1 [opciones=save] {
  transition: all 0s ease;
  opacity: 1;
  pointer-events: all;
}

@media (min-width: 1200px) {
  html body #--content-fullscreen[button-opened=comment] .--pre-button[pre-button=comment]::after, html body #--content-fullscreen[button-opened=more] .--pre-button[pre-button=more]::after, html body #--content-fullscreen[button-opened=materials] .--pre-button[pre-button=materials]::after, html body #--content-fullscreen[button-opened=save] .--pre-button[pre-button=save]::after {
    content: "";
    position: absolute;
    bottom: 35px;
    z-index: 1;
    rotate: 90deg;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #313335;
    left: -29px;
  }
  html body #--content-fullscreen .--general-bottom-opciones {
    width: calc(100% - 106px);
    height: calc(100vh - 82px);
  }
  html body #--content-fullscreen .--general-bottom-opciones .--level-1 {
    justify-content: end !important;
    right: 0 !important;
  }
  html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--xl-dark {
    bottom: 0;
    right: 0;
    top: 0;
    background: #111315;
    border-right: 1px dashed #353535;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--xl-dark li .--button {
    background: #191c1e;
    color: #bebec4;
  }
  html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--xl-dark li .--btn-icon-file-type {
    height: 48px;
    background: #191c1e;
    color: #7d7d8c;
  }
  html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--xl-dark li .--btn-icon-file-type .--file-icon {
    min-width: 26px;
    max-width: 26px;
  }
  html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--xl-dark li .--btn-icon-file-type .--texto {
    width: calc(100% - 26px);
    padding-left: 9px;
  }
  html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--xl-dark li .--btn-icon-file-type:hover {
    transition: all 0.3s ease;
    background: #222628;
    color: #d5d5d5;
  }
  html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--xl-dark li .--btn-icon-folder {
    background: #272c2f;
    color: #ccced2;
  }
  html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--xl-dark[opciones=comment] {
    position: relative;
    margin-right: 0;
    bottom: 20px;
    width: 419px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #1c1f22;
    border-left: 1px dashed #353535;
    background: #121517;
    max-height: calc(100vh - 82px);
    min-height: calc(100vh - 82px);
  }
  html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--xl-dark[opciones=comment][status=episodio] [next-tab=episodio] {
    background: #1a1d20;
  }
  html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--xl-dark[opciones=comment][status=serie] [next-tab=serie] {
    background: #1a1d20;
  }
  html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--xl-dark[opciones=comment] .--tab-de-comentarios {
    padding: 4px 4px;
    background: #121315;
    background-size: var(---style-1-bg-size);
    background-color: var(---style-1-bg-color);
    background-image: var(---style-1-bg-image);
  }
  html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--xl-dark[opciones=comment] .--all-comentarios .--one-comment {
    padding: 14px 4px;
    border-top: 1px solid #212225;
  }
  html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--xl-dark[opciones=comment] .--all-comentarios .--one-comment .--level-1 .--all-textos .--linea-top .--username {
    color: #d5d7e3;
  }
  html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--xl-dark[opciones=comment] .--all-comentarios .--one-comment .--level-1 .--all-textos .--linea-top .--pre-3-puntos .--3-puntos-desplegable .--3-puntos-event {
    padding: 12px 24px 12px 16px;
    background: #fff;
    color: #33373c;
    border-bottom: 1px solid #ececed;
  }
  html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--xl-dark[opciones=comment] .--all-comentarios .--one-comment .--level-1 .--all-textos .--linea-top .--pre-3-puntos .--3-puntos-desplegable .--3-puntos-event:hover {
    background: #e6e8ee;
    color: #25282d;
  }
  html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--xl-dark[opciones=comment] .--all-comentarios .--one-comment .--level-1 .--all-textos .--linea-top .--pre-3-puntos .--3-puntos-desplegable::after {
    content: "";
    position: absolute;
    top: 14px;
    z-index: 1;
    rotate: 90deg;
    right: -9px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
  }
  html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--xl-dark[opciones=comment] .--all-comentarios .--one-comment .--level-1 .--all-textos .--linea-comentario {
    color: #787a83;
  }
  html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--xl-dark[opciones=comment] .--all-comentarios .--one-comment:last-child {
    margin-bottom: 48px;
  }
  html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--xl-dark[opciones=comment] .--div-comentar {
    bottom: 20px;
    width: 416px;
    left: auto;
    transform: translateX(-8px);
    padding: 6px 6px 6px 8px;
    background: #121517;
  }
  html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--xl-dark[opciones=comment] .--div-comentar .--comentario-del-usuario {
    border-radius: 2px;
    background: rgb(35, 36, 40);
    color: rgb(229, 229, 231);
  }
  html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--xl-dark[opciones=comment] .--div-comentar .--publicar-comentario {
    height: 33px;
    bottom: 9px;
    right: 9px;
    transition: all 0.1s ease;
    background: #dcdfe3;
    color: #26272b;
    background: #d41b2d;
    color: #f2e6e6;
  }
  html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--xl-dark[opciones=comment] .--div-comentar .--publicar-comentario svg {
    transition: all 0.2s ease;
  }
  html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--xl-dark[opciones=comment] .--div-comentar .--publicar-comentario:hover {
    background: #fd182e;
    color: #fff7f7;
  }
  html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--xl-dark[opciones=comment] .--div-comentar .--publicar-comentario:hover svg {
    rotate: 270deg;
    width: 15px;
    transition: all 0.2s ease;
  }
  html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--xl-dark[opciones=comment] .--div-comentar .--alerta-no-has-escrito-nada {
    width: calc(100% - 14px);
    bottom: 52px;
    left: 8px;
    border-radius: 4px;
  }
  html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--xl-dark.--opciones-save .--texto-top .--textos .--texto-1 {
    color: #f4f5f5;
  }
  html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--xl-dark.--opciones-save .--all-user-colecciones .--coleccion .--nombre-coleccion {
    color: #dcdfe9;
  }
  html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--xl-dark[opciones=more] li .--btn-more {
    background: rgb(25, 28, 30);
    color: rgb(125, 125, 140);
  }
  html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--xl-dark[opciones=more] li .--btn-more:hover {
    background: #212728;
    color: #eee;
  }
  html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--xl-dark[opciones=more] li .--btn-more[cta=go-podcast] .--i-svg {
    color: #e36f08;
  }
  html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--xl-dark[opciones=more] li .--btn-more[cta=go-serie] .--i-svg {
    color: #0849e3;
  }
  html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--xl-dark[opciones=more] li .--btn-more[cta=share-link-serie] .--i-svg {
    color: #7d1ef0;
  }
  html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--xl-dark[opciones=more] li .--btn-more[cta=change-font-size]:hover {
    background: rgb(25, 28, 30);
    color: rgb(125, 125, 140);
  }
  html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--xl-dark[opciones=more] li .--btn-more[cta=change-font-size] .--elegir-font-size .--new-font-size {
    background: rgba(240, 240, 240, 0);
  }
  html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--xl-dark[opciones=more] li .--btn-more[cta=change-font-size] .--elegir-font-size .--new-font-size:hover {
    background: #1f2426;
    color: #b2b5c0;
  }
  html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--xl-dark[opciones=more] li .--btn-more[cta=change-font-size][current-font-size="13"] .--elegir-font-size .--new-font-size[font-size="13"] {
    background: #252a2d;
    color: #eeeef1;
  }
  html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--xl-dark[opciones=more] li .--btn-more[cta=change-font-size][current-font-size="14"] .--elegir-font-size .--new-font-size[font-size="14"] {
    background: #252a2d;
    color: #eeeef1;
  }
  html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--xl-dark[opciones=more] li .--btn-more[cta=change-font-size][current-font-size="15"] .--elegir-font-size .--new-font-size[font-size="15"] {
    background: #252a2d;
    color: #eeeef1;
  }
  html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--xl-dark[opciones=more] li .--btn-more[cta=change-font-size][current-font-size="16"] .--elegir-font-size .--new-font-size[font-size="16"] {
    background: #252a2d;
    color: #eeeef1;
  }
  html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--xl-dark[opciones=more] li .--btn-more[cta=change-font-size][current-font-size="17"] .--elegir-font-size .--new-font-size[font-size="17"] {
    background: #252a2d;
    color: #eeeef1;
  }
  html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--xl-dark[opciones=more] li .--btn-more[cta=change-font-size][current-font-size="18"] .--elegir-font-size .--new-font-size[font-size="18"] {
    background: #252a2d;
    color: #eeeef1;
  }
  html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--xl-dark[opciones=more] li .--btn-more[cta=open-command] {
    display: none;
  }
  html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones.--xl-dark[opciones=more] .--divisor-bottom {
    border-bottom: 1px solid #1f2026;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  html body #--content-fullscreen .--general-bottom-opciones {
    width: calc(100% - 30px);
    height: calc(100vh - 86px);
  }
  html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=comment] {
    max-height: calc(100vh - 158px);
  }
  html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=comment] .--div-comentar {
    bottom: 94px;
    width: calc(100% - 410px);
    left: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  html body #--content-fullscreen .--general-bottom-opciones {
    width: calc(100% - 30px);
    height: calc(100vh - 86px);
  }
  html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones {
    max-height: 490px;
  }
  html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=comment] {
    max-height: calc(100vh - 158px);
  }
  html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=comment] .--div-comentar {
    bottom: 94px;
    width: calc(100% - 354px);
    left: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767.9px) {
  html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones {
    bottom: 78px;
    max-height: 214px;
  }
  html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=comment] {
    max-height: calc(100vh - 78px);
  }
  html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones[opciones=comment] .--div-comentar {
    bottom: 78px;
  }
}
@media (max-width: 575.9px) {
  html body #--content-fullscreen .--general-bottom-opciones .--level-1 .--all-here-botones {
    max-height: 466px;
  }
}
#pre-notificacion-type-1 {
  position: fixed;
  bottom: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transition: all 0.5s ease;
}
#pre-notificacion-type-1[status=open] {
  opacity: 1;
  transition: all 0.5s ease;
}
#pre-notificacion-type-1::before {
  content: "";
  position: absolute;
  top: -44px;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  /*background: linear-gradient(180deg, rgba(14, 14, 15, 0) 0%, rgba(14, 14, 15, 0.14) 20%, rgba(14, 14, 15, 0.56) 40%, rgba(14, 14, 15, 0.84) 60%, rgb(14, 14, 15) 80%, rgb(14, 14, 15) 100%);*/
  /*background: linear-gradient(215deg, rgba(15, 14, 14, 0) 0%, rgba(15, 14, 14, 0) 20%, rgba(14, 14, 15, 0.05) 40%, rgba(14, 14, 15, 0.3) 60%, rgba(61, 7, 14, 0.16) 80%, rgb(70, 9, 15) 100%);*/
  background: linear-gradient(215deg, rgba(15, 14, 14, 0) 0%, rgba(15, 14, 14, 0) 20%, rgba(14, 14, 15, 0) 40%, rgba(15, 14, 14, 0) 60%, rgba(61, 7, 14, 0.16) 80%, rgb(70, 9, 15) 100%);
}

#--notificacion-type-1 {
  position: fixed;
  bottom: 12px;
  left: 12px;
  z-index: 10000;
  pointer-events: none;
  opacity: 0;
  transition: all 0.5s ease;
}
#--notificacion-type-1[status=open] {
  opacity: 1;
  transition: all 0.5s ease;
  pointer-events: all;
}
#--notificacion-type-1 .--pre-mensaje {
  padding: 10px 12px 10px 10px;
  width: 344px;
  border-radius: 4px;
  background: #1a1d20;
  /* El contenedor (fondo) */
}
#--notificacion-type-1 .--pre-mensaje .--mensaje {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
}
#--notificacion-type-1 .--pre-mensaje .--mensaje .--div-img {
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  border-radius: 4px;
  overflow: hidden;
}
#--notificacion-type-1 .--pre-mensaje .--mensaje .--div-img img {
  rotate: 0deg;
  scale: 1;
  transition: all 0.4s ease;
}
#--notificacion-type-1 .--pre-mensaje .--mensaje .--div-img img.--rotated-scaled {
  rotate: -30deg;
  scale: 1.65;
  transition: all 0.6s ease;
}
#--notificacion-type-1 .--pre-mensaje .--mensaje .--i-svg {
  min-width: 20px;
  max-width: 20px;
}
#--notificacion-type-1 .--pre-mensaje .--mensaje .--textos {
  padding-left: 10px;
}
#--notificacion-type-1 .--pre-mensaje .--mensaje .--textos .--texto-1 {
  width: 100%;
  font-size: 12px;
  margin-bottom: 4px;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
  overflow-wrap: anywhere;
  white-space: normal;
  color: #e5e7ec;
}
#--notificacion-type-1 .--pre-mensaje .--mensaje .--textos .--texto-2 {
  width: 100%;
  font-size: 11px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
  overflow-wrap: anywhere;
  white-space: normal;
  color: #d8d9db;
}
#--notificacion-type-1 .--pre-mensaje .--mensaje .--textos .--texto-2 .--nombre-serie {
  font-style: oblique;
  color: #f9cf7f;
}
#--notificacion-type-1 .--pre-mensaje .--mensaje .--textos .--texto-2 .--nombre-coleccion {
  font-style: oblique;
  color: #55afff;
}
#--notificacion-type-1 .--pre-mensaje .--barra-progreso {
  width: 100%;
  margin-top: 8px;
  height: 2px;
  background: #8df6a7;
  background-size: 8px 8px;
  background-color: #50f490;
  background-image: linear-gradient(136deg, rgba(2, 71, 32, 0.25) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(2, 71, 32, 0.25) 50%, rgba(2, 71, 32, 0.25) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}
#--notificacion-type-1 .--pre-mensaje .progress-container {
  width: 100%;
  height: 2px;
  margin-top: 8px;
  background-color: #2e3337;
  border-radius: 5px;
  overflow: hidden; /* Importante para que el relleno no se salga de las esquinas */
}
#--notificacion-type-1 .--pre-mensaje .progress-fill {
  width: 0%;
  height: 100%;
  background-color: #b0b0b0;
  background-image: linear-gradient(136deg, rgba(0, 0, 0, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-size: 8px 8px;
  /* Quitamos el transition de aquí porque ahora manda jQuery */
}
#--notificacion-type-1 .--pre-mensaje .progress-fill.--bar-red {
  background-color: #ff4d4d;
  background-image: linear-gradient(136deg, rgba(139, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(139, 0, 0, 0.25) 50%, rgba(139, 0, 0, 0.25) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}
#--notificacion-type-1 .--pre-mensaje .progress-fill.--bar-green {
  background-color: #50f490;
  background-image: linear-gradient(136deg, rgba(2, 71, 32, 0.25) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(2, 71, 32, 0.25) 50%, rgba(2, 71, 32, 0.25) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

@media (max-width: 575.9px) {
  #pre-notificacion-type-1::before {
    content: "";
    position: absolute;
    top: -44px;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(15, 14, 14, 0) 0%, rgba(15, 14, 14, 0) 20%, rgba(14, 14, 15, 0.05) 40%, rgba(30, 1, 7, 0.1) 60%, rgba(61, 7, 14, 0.78) 80%, rgb(70, 9, 15) 100%);
  }
  #--notificacion-type-1 {
    width: calc(100% - 24px);
  }
  #--notificacion-type-1 .--pre-mensaje {
    width: 100%;
  }
}
/* Resto temporal - a borrar */
.--wrapped-nivel-1 .--wrapped-section {
  width: 100%;
  height: calc(100vh - 64px - 20px);
  margin-bottom: 20px;
}

#premain #main {
  justify-content: unset;
}
#premain #main #--uquore-modulos {
  width: 100%;
  padding: 0 20px;
  padding: 0;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped {
  overflow-y: auto;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 {
  border-radius: 0;
  margin: 0;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section {
  border-radius: 0;
  padding: 0;
  width: 100%;
  height: calc(100vh - 64px - 20px);
  background: transparent;
  scrollbar-width: none;
  overflow-y: auto;
  margin-bottom: 0;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data {
  margin: 0;
  border-radius: 0;
  width: 100%;
  height: 460px;
  transition: transform 1s ease, margin 1s ease;
  display: flex;
  padding: 0 12px;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: #131517;
  background-attachment: unset;
  background-size: cover;
  background-position: center center;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data::before {
  background: linear-gradient(180deg, rgba(14, 14, 15, 0) 0%, rgba(14, 14, 15, 0.01) 70%, rgba(14, 14, 15, 0) 100%);
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 2;
  background-image: var(--bg-image-texture-01);
  background-size: cover;
  background-position: center center;
  opacity: 0.8;
  filter: invert(1);
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data .---full-div-data-top {
  display: none;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data .---full-div-data-bottom {
  width: 100%;
  padding: 0 44px;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: end;
  height: 100%;
  padding-bottom: 44px;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data .---full-div-data-bottom .--texto-top-left {
  position: absolute;
  top: 0;
  left: 0;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  white-space: nowrap;
  rotate: 180deg;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data .---full-div-data-bottom .--texto-top-left .--texto {
  font-family: "Inter", sans-serif;
  padding-bottom: 24px;
  padding-right: 16px;
  font-size: 13px;
  color: #505154;
  color: #6b6c71;
  color: #7c7d80;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data .---full-div-data-bottom .--texto-top-right {
  position: absolute;
  top: 24px;
  right: 12px;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data .---full-div-data-bottom .--texto-top-right .--linea {
  width: 1px;
  height: 70px;
  margin: 0 auto 10px;
  border-left: 1px solid #858993;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data .---full-div-data-bottom .--texto-top-right .--botones-vertical {
  display: flex;
  flex-direction: column;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data .---full-div-data-bottom .--texto-top-right .--botones-vertical .--btn-event {
  display: flex;
  width: 40px;
  height: 50px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  rotate: 0deg;
  color: #c5c5c5;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data .---full-div-data-bottom .--texto-top-right .--botones-vertical .--btn-event:hover svg {
  rotate: -30deg;
  min-width: 28px !important;
  max-width: 28px !important;
  transition: all 0.2s ease;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data .---full-div-data-bottom .--datos-centro .--datos .--badge {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  font-size: 12px;
  letter-spacing: -0.4px;
  padding: 5px 8px 5px 8px;
  border-radius: 3px;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 0 auto;
  margin-bottom: 6px;
  background: #171819;
  color: #d1d3d5;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data .---full-div-data-bottom .--datos-centro .--datos .--badge svg {
  margin-right: 5px;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data .---full-div-data-bottom .--datos-centro .--datos .--badge.--dark-red {
  background: #220606;
  color: #e53535;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data .---full-div-data-bottom .--datos-centro .--datos .--badge.--dark-orange {
  background: #220f06;
  color: #e55635;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data .---full-div-data-bottom .--datos-centro .--datos .--badge.--dark-gold {
  background: #221506;
  color: #e5a035;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data .---full-div-data-bottom .--datos-centro .--datos .--badge.--dark-yellow {
  background: #221e06;
  color: #e5c135;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data .---full-div-data-bottom .--datos-centro .--datos .--badge.--dark-lemon {
  background: #1b2206;
  color: #bee535;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data .---full-div-data-bottom .--datos-centro .--datos .--badge.--dark-green {
  background: #0c2206;
  color: #64e535;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data .---full-div-data-bottom .--datos-centro .--datos .--badge.--dark-green2 {
  background: #062211;
  color: #35e571;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data .---full-div-data-bottom .--datos-centro .--datos .--badge.--dark-aqua {
  background: #06221d;
  color: #35e5cc;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data .---full-div-data-bottom .--datos-centro .--datos .--badge.--dark-skyblue {
  background: #061a22;
  color: #35a3e5;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data .---full-div-data-bottom .--datos-centro .--datos .--badge.--dark-blue {
  background: #060a22;
  color: #688eff;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data .---full-div-data-bottom .--datos-centro .--datos .--badge.--dark-violet {
  background: #140622;
  color: #8868ff;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data .---full-div-data-bottom .--datos-centro .--datos .--badge.--dark-violet2 {
  background: #190622;
  color: #d359ff;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data .---full-div-data-bottom .--datos-centro .--datos .--badge.--dark-pink {
  background: #22061a;
  color: #ff59ce;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data .---full-div-data-bottom .--datos-centro .--datos .--badge.--light-red {
  background: #e53535;
  color: #220606;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data .---full-div-data-bottom .--datos-centro .--datos .--badge.--light-orange {
  background: #e55635;
  color: #220f06;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data .---full-div-data-bottom .--datos-centro .--datos .--badge.--light-gold {
  background: #e5a035;
  color: #221506;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data .---full-div-data-bottom .--datos-centro .--datos .--badge.--light-yellow {
  background: #e5c135;
  color: #221e06;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data .---full-div-data-bottom .--datos-centro .--datos .--badge.--light-lemon {
  background: #bee535;
  color: #1b2206;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data .---full-div-data-bottom .--datos-centro .--datos .--badge.--light-green {
  background: #64e535;
  color: #0c2206;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data .---full-div-data-bottom .--datos-centro .--datos .--badge.--light-green2 {
  background: #35e571;
  color: #062211;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data .---full-div-data-bottom .--datos-centro .--datos .--badge.--light-aqua {
  background: #35e5cc;
  color: #06221d;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data .---full-div-data-bottom .--datos-centro .--datos .--badge.--light-skyblue {
  background: #35a3e5;
  color: #061a22;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data .---full-div-data-bottom .--datos-centro .--datos .--badge.--light-blue {
  background: #688eff;
  color: #060a22;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data .---full-div-data-bottom .--datos-centro .--datos .--badge.--light-violet {
  background: #8868ff;
  color: #140622;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data .---full-div-data-bottom .--datos-centro .--datos .--badge.--light-violet2 {
  background: #d359ff;
  color: #190622;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data .---full-div-data-bottom .--datos-centro .--datos .--badge.--light-pink {
  background: #ff59ce;
  color: #22061a;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data .---full-div-data-bottom .--datos-centro .--datos .---title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: -1px;
  font-size: 40px;
  margin-bottom: 0;
  color: #dfe2e7;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data .---full-div-data-bottom .--datos-centro .--datos .---subtitle {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: -1px;
  font-size: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  color: #ffde90;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data .---full-div-data-bottom .--datos-centro .--datos .--p {
  text-align: center;
  max-width: 490px;
  margin-bottom: 16px;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data .---full-div-data-bottom .--datos-centro .---tabs-package-type-1 {
  display: flex;
  justify-content: center;
  max-width: 340px;
  margin: auto;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data .---full-div-data-bottom .--datos-centro .---tabs-package-type-1 .--all-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data .---full-div-data-bottom .--datos-centro .---tabs-package-type-1 .--all-tabs[count="1"] .--tab {
  width: 100%;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data .---full-div-data-bottom .--datos-centro .---tabs-package-type-1 .--all-tabs[count="2"] .--tab {
  width: 50%;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data .---full-div-data-bottom .--datos-centro .---tabs-package-type-1 .--all-tabs[count="3"] .--tab {
  width: 33.3333333333%;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data .---full-div-data-bottom .--datos-centro .---tabs-package-type-1 .--all-tabs[count="4"] .--tab {
  width: 25%;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data .---full-div-data-bottom .--datos-centro .---tabs-package-type-1 .--all-tabs[count="5"] .--tab {
  width: 20%;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data .---full-div-data-bottom .--datos-centro .---tabs-package-type-1 .--all-tabs .--tab {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  line-height: 1;
  font-family: "Inter", sans-serif;
  letter-spacing: -0.2px;
  font-size: 13px;
  height: 40px;
  color: inherit;
  opacity: 0.5;
  background: rgba(0, 0, 0, 0.1215686275);
  border-bottom: 2px solid transparent;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--one-tab {
  height: auto;
  display: none;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--one-tab .--one-tab--items {
  width: 100%;
  padding: 0 18px;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  margin-bottom: 10px;
  position: relative;
  top: -16px;
  z-index: 100;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--one-tab .--one-tab--items .--one-tab-item-type-1 {
  width: calc(20% - 8px);
  padding: 11px 11px 16px;
  border-radius: 7px;
  margin-right: 10px;
  margin-bottom: 12px;
  background: #131517;
  /* Por defecto está oculto */
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--one-tab .--one-tab--items .--one-tab-item-type-1 .--div-img {
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--one-tab .--one-tab--items .--one-tab-item-type-1 .--div-img img {
  width: 100%;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--one-tab .--one-tab--items .--one-tab-item-type-1 .--div-img .--version {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0px;
  height: 22px;
  width: -moz-max-content;
  width: max-content;
  font-size: 10px;
  font-weight: 600;
  right: 0;
  padding: 0 6px;
  font-family: "Inter", sans-serif;
  line-height: 1;
  margin: 0;
  border-top-left-radius: 4px;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--one-tab .--one-tab--items .--one-tab-item-type-1 .--textos {
  padding: 14px 0 0;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--one-tab .--one-tab--items .--one-tab-item-type-1 .--textos .--texto-1 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
  font-size: 13px;
  color: #d9dadb;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--one-tab .--one-tab--items .--one-tab-item-type-1 .--textos .--texto-2 {
  font-family: "Inter", sans-serif;
  line-height: 1;
  font-weight: 500;
  display: block;
  font-size: 12.6px;
  letter-spacing: -0.4px;
  color: #939699;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--one-tab .--one-tab--items .--one-tab-item-type-1[version] .--div-img .--version {
  display: none;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--one-tab .--one-tab--items .--one-tab-item-type-1[version=v1] .--div-img .--version.--v1 {
  display: flex;
  background: rgba(43, 36, 1, 0.9);
  color: #c3aa6c;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--one-tab .--one-tab--items .--one-tab-item-type-1[version=v2] .--div-img .--version.--v2 {
  display: flex;
  background: rgba(43, 1, 5, 0.9);
  color: #c36c74;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--one-tab .--one-tab--items .--one-tab-item-type-1[version=instrumental] .--div-img .--version.--instrumental {
  display: flex;
  background: rgba(38, 1, 43, 0.9);
  color: #b46cc3;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--one-tab .--one-tab--items .--one-tab-item-type-1:hover img {
  transition: all 0.35s ease;
  transform: scale(1.07);
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--one-tab .--one-tab--items-type-feed {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
#premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--one-tab .--one-tab--items-type-feed .--post {
  width: 33.3333333333%;
  border: 1px solid #000;
}
#premain #main #--uquore-modulos .--package-type-1[current-tab=discografia] .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data .---full-div-data-bottom .--datos-centro .---tabs-package-type-1 .--all-tabs .--tab[tab=discografia] {
  color: #e5a035;
  border-bottom: 2px solid rgba(229, 160, 53, 0.2196078431);
  opacity: 1;
}
#premain #main #--uquore-modulos .--package-type-1[current-tab=discografia] .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--one-tab[tab=discografia] {
  display: block;
}
#premain #main #--uquore-modulos .--package-type-1[current-tab=feed] .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data .---full-div-data-bottom .--datos-centro .---tabs-package-type-1 .--all-tabs .--tab[tab=feed] {
  color: #e5a035;
  border-bottom: 2px solid rgba(229, 160, 53, 0.2196078431);
  opacity: 1;
}
#premain #main #--uquore-modulos .--package-type-1[current-tab=feed] .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--one-tab[tab=feed] {
  display: block;
}
#premain #main #--uquore-modulos .--package-type-1[current-tab=shop] .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data .---full-div-data-bottom .--datos-centro .---tabs-package-type-1 .--all-tabs .--tab[tab=shop] {
  color: #e5a035;
  border-bottom: 2px solid rgba(229, 160, 53, 0.2196078431);
  opacity: 1;
}
#premain #main #--uquore-modulos .--package-type-1[current-tab=shop] .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--one-tab[tab=shop] {
  display: block;
}

@media (min-width: 2208px) {
  html body #premain #main #--uquore-modulos .--package-type-1 {
    padding: 0 20px;
  }
  html body #premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--one-tab .--one-tab--items .--one-tab-item-type-1 {
    width: calc(16.6666666667% - 10px);
    margin-right: 10px;
  }
  html body #premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--one-tab .--one-tab--items .--one-tab-item-type-1:nth-child(6n) {
    margin-right: 0;
  }
}
@media (min-width: 1440px) and (max-width: 2207.9px) {
  html body #premain #main #--uquore-modulos .--package-type-1 {
    padding: 0 20px;
  }
  html body #premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--one-tab .--one-tab--items .--one-tab-item-type-1 {
    width: calc(20% - 10px);
    margin-right: 10px;
  }
  html body #premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--one-tab .--one-tab--items .--one-tab-item-type-1:nth-child(5n) {
    margin-right: 0;
  }
  html body #premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--one-tab .--one-tab--items-type-feed {
    top: -16px;
    z-index: 100;
    padding: 0 18px;
  }
  html body #premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--one-tab .--one-tab--items-type-feed .--post {
    width: 20%;
  }
}
@media (min-width: 1200px) and (max-width: 1439.9px) {
  html body #premain #main #--uquore-modulos .--package-type-1 {
    padding: 0 20px;
  }
  html body #premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--one-tab .--one-tab--items .--one-tab-item-type-1 {
    width: calc(25% - 10px);
    margin-right: 10px;
  }
  html body #premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--one-tab .--one-tab--items .--one-tab-item-type-1:nth-child(4n) {
    margin-right: 0;
  }
  html body #premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--one-tab .--one-tab--items-type-feed {
    top: -16px;
    z-index: 100;
    padding: 0 18px;
  }
  html body #premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--one-tab .--one-tab--items-type-feed .--post {
    width: 25%;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  html body #premain #main #--uquore-modulos {
    padding: 0;
  }
  html body #premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--one-tab .--one-tab--items .--one-tab-item-type-1 {
    width: calc(25% - 8px);
    margin-right: 10px;
  }
  html body #premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--one-tab .--one-tab--items .--one-tab-item-type-1:nth-child(4n) {
    margin-right: 0;
  }
  html body #premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--one-tab .--one-tab--items-type-feed {
    top: -16px;
    z-index: 100;
    padding: 0 18px;
  }
  html body #premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--one-tab .--one-tab--items-type-feed .--post {
    width: 25%;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  html body #premain #main #--uquore-modulos {
    padding: 0;
  }
  html body #premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--one-tab .--one-tab--items .--one-tab-item-type-1 {
    width: calc(25% - 8px);
    margin-right: 10px;
  }
  html body #premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--one-tab .--one-tab--items .--one-tab-item-type-1:nth-child(4n) {
    margin-right: 0;
  }
  html body #premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--one-tab .--one-tab--items-type-feed {
    top: -16px;
    z-index: 100;
    padding: 0 18px;
  }
  html body #premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--one-tab .--one-tab--items-type-feed .--post {
    width: 25%;
  }
}
@media (min-width: 576px) and (max-width: 767.9px) {
  html body #premain #main #--uquore-modulos {
    padding: 0;
  }
  html body #premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--one-tab .--one-tab--items .--one-tab-item-type-1 {
    width: calc(33.3333333333% - 7px);
    margin-right: 10px;
  }
  html body #premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--one-tab .--one-tab--items .--one-tab-item-type-1:nth-child(3n) {
    margin-right: 0;
  }
  html body #premain #main #--uquore-modulos .--package-type-1 .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--one-tab .--one-tab--items-type-feed {
    top: -16px;
    z-index: 100;
    padding: 0 18px;
  }
}
@media (max-width: 575.9px) {
  html body #premain {
    display: block;
  }
  html body #premain #main #--uquore-modulos {
    height: 100vh;
    padding: 0;
  }
  html body #premain #main #--uquore-modulos .--R-PACKAGE {
    position: relative;
    top: 0;
    height: 100vh;
    transition: all 0.5s ease;
    /*
    &.--R-ARTIST {
        .--wrapped {
            .--wrapped-nivel-1 {
                .--wrapped-section {
                    .--seccion {
                        .--artist-full-data {
                            &::before {
                                content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;
                                pointer-events: none;z-index: 1;
                                background: linear-gradient(180deg, rgba(14, 14, 15, 0) 0%, rgba(14, 14, 15, 0.01) 70%, rgba(14, 14, 15, 0) 100%);
                            }
                            margin: 0;width: 100%;border-radius: 0;height: 100vh;height: 564px;
                            transition: transform 1s ease, margin 1s ease;
                            display: flex;align-items: end;flex-wrap: wrap;position: relative;overflow: hidden;padding: 0 10px;
                            background: #131517;
                            background-attachment: unset;
                            background-size: cover;
                            background-position: center center;
                            .--left {
                                display: none;
                            }
                            .--right {
                                z-index: 1000;padding: 0;width: calc(100% - 20px);padding-bottom: 72px;
                                margin-left: auto;margin-right: auto;
                                .--datos-premium-since {
                                    position: absolute;top: 0;left: 0;writing-mode: vertical-rl;text-orientation: sideways;
                                    display: flex;flex-direction: column;justify-content: flex-end;align-items: flex-start;
                                    white-space: nowrap;rotate: 180deg;
                                    .--texto {
                                        font-family: 'Inter', sans-serif;padding-bottom: 20px;padding-right: 8px;font-size: 13px;
                                        color: #6f6f71;
                                    }
                                }
                                .--datos-premium-botones {
                                    position: absolute;top: 20px;right: 6px;
                                    .--linea {
                                        width: 1px;height: 70px;margin: 0 auto 10px;border-left: 1px solid #858993;
                                    }
                                    .--i-share {
                                        display: flex;align-items: center;justify-content: center;cursor: pointer;
                                        width: 44px;height: 52px;
                                        svg {
                                            width: 24px;
                                        }
                                        &:hover {
                                            height: 56px;
                                            svg {
                                                transform: scale(1.2);rotate: -15deg;
                                            }
                                        }
                                    }
                                    .--i-shuffle-artist-music {
                                        display: flex;align-items: center;justify-content: center;cursor: pointer;
                                        width: 44px;height: 52px;
                                        svg {
                                            width: 24px;
                                        }
                                        &:hover {
                                            height: 56px;
                                            svg {
                                                transform: scale(1.2);rotate: -15deg;
                                            }
                                        }
                                    }
                                    .--i-video {
                                        display: flex;align-items: center;justify-content: center;cursor: pointer;
                                        width: 44px;height: 52px;
                                        svg {
                                            width: 24px;
                                        }
                                        &:hover {
                                            height: 56px;
                                            svg {
                                                transform: scale(1.2);rotate: -15deg;
                                            }
                                        }
                                    }
                                    .--i-comment {
                                        display: flex;align-items: center;justify-content: center;cursor: pointer;
                                        width: 44px;height: 52px;
                                        svg {
                                            width: 24px;
                                        }
                                        &:hover {
                                            height: 56px;
                                            svg {
                                                transform: scale(1.2);rotate: -15deg;
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
        &[current-tab="discografia"] {
            .--wrapped {
                .--wrapped-nivel-1 {
                    .--wrapped-section {
                        .--seccion {
                            [tab="discografia"] {
                                display: block;
                                .--items {
                                    display: flex;flex-wrap: wrap;justify-content: space-between;scrollbar-width: none;
                                    overflow: hidden;overflow-x: auto;margin: 0 12px;width: calc(100% - 24px);position: relative;
                                    z-index: 100;top: -54px;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    */
  }
  html body #premain #main #--uquore-modulos .--R-PACKAGE .--wrapped {
    height: 100vh;
    margin-bottom: 0;
    overflow-y: auto;
  }
  html body #premain #main #--uquore-modulos .--R-PACKAGE .--wrapped .--wrapped-nivel-1 {
    display: block;
    margin: 0 0;
    overflow: hidden;
    height: 100vh;
    border-radius: 0;
  }
  html body #premain #main #--uquore-modulos .--R-PACKAGE .--wrapped .--wrapped-nivel-1 .--wrapped-section {
    overflow-y: auto;
    width: 100%;
    height: 100vh;
    margin-bottom: 0;
    border-radius: 0;
    scrollbar-width: none;
  }
  html body #premain #main #--uquore-modulos .--R-PACKAGE .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data {
    height: 520px;
  }
  html body #premain #main #--uquore-modulos .--R-PACKAGE .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data .---full-div-data-bottom {
    padding: 0 30px;
  }
  html body #premain #main #--uquore-modulos .--R-PACKAGE .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data .---full-div-data-bottom .--texto-top-left .--texto {
    padding-right: 8px;
  }
  html body #premain #main #--uquore-modulos .--R-PACKAGE .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data .---full-div-data-bottom .--texto-top-right {
    right: 8px;
  }
  html body #premain #main #--uquore-modulos .--R-PACKAGE .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data .---full-div-data-bottom .--datos-centro {
    width: 100%;
  }
  html body #premain #main #--uquore-modulos .--R-PACKAGE .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data .---full-div-data-bottom .--datos-centro .--datos .---title {
    font-size: 21px;
  }
  html body #premain #main #--uquore-modulos .--R-PACKAGE .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data .---full-div-data-bottom .--datos-centro .--datos .---subtitle {
    font-size: 17px;
    margin-top: 8px;
    margin-bottom: 18px;
  }
  html body #premain #main #--uquore-modulos .--R-PACKAGE .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data .---full-div-data-bottom .--datos-centro .--datos .--p {
    font-size: 13px;
    margin-bottom: 24px;
    min-width: calc(100% + 30px);
    right: 15px;
    position: relative;
  }
  html body #premain #main #--uquore-modulos .--R-PACKAGE .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--full-data .---full-div-data-bottom .--datos-centro .---tabs-package-type-1 {
    margin-bottom: 40px;
  }
  html body #premain #main #--uquore-modulos .--R-PACKAGE .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--one-tab .--one-tab--items {
    padding: 0 12px;
    margin-bottom: 40px;
    justify-content: space-between;
  }
  html body #premain #main #--uquore-modulos .--R-PACKAGE .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--one-tab .--one-tab--items .--one-tab-item-type-1 {
    width: calc(50% - 8px);
    padding: 0;
    border-radius: 7px;
    margin: 0 0 24px 0;
    background: transparent;
  }
  html body #premain #main #--uquore-modulos .--R-PACKAGE .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--one-tab .--one-tab--items .--one-tab-item-type-1 .--textos .--texto-1 {
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 6px;
  }
  html body #premain #main #--uquore-modulos .--R-PACKAGE .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--one-tab .--one-tab--items .--one-tab-item-type-1 .--textos .--texto-2 {
    line-height: 1.2;
    font-size: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  html body #premain #main #--uquore-modulos .--R-PACKAGE .--wrapped .--wrapped-nivel-1 .--wrapped-section .--seccion .--one-tab .--one-tab--items-type-feed {
    top: -16px;
    z-index: 100;
    padding: 0 12px;
    margin-bottom: 64px;
  }
}/*# sourceMappingURL=uquore-full-ui.css.map */