/* CSS3 & maqueta HTML5 por Teresa Lass */
@import url('normalize.css');

/* ==========================================================================
Resets
========================================================================== */
/* Resets personalizados*/
body {
    font-family: 'segoe', sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 14px;
    -webkit-font-smoothing: antialiased;
    background-color: #1d1d1d;
    height: 100%;
}

a {
    color: #fff;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
}

input {
    border-radius: 0;
}

input::-ms-clear {
    display: none;
}

button:focus, input:focus, a:focus, li:focus {
    outline: 0;
}

input {
    -webkit-appearance: none;
}

input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type=number] {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px #262626 inset;
    -webkit-text-fill-color: #ffffff !important;
}

.TAG_subs_text {
    display: none;
}

.text_center {
    text-align: center;
    width: 90%;
    line-height: 20px;
}

.left_text {
    float: left;
    margin-bottom: 10px;
}

.container_label_change_price {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 5px;
    padding: 15px;
}

.text_change_price {
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
    padding: 5px;
    font-size: 16px;
    line-height: 20px;
}

td[role="presentation"]:hover {
    cursor: pointer;
}

.clearfix {
    clear: both;
}

.text_upsell {
    font-size: 12px;
    font-weight: bold;
}

/* ==========================================================================
Fonts
========================================================================== */
@font-face {
    font-family: 'segoe';
    src: url('SegoeUI.eot');
    src: url('SegoeUI.eot?#iefix') format('embedded-opentype'),
    url('SegoeUI.woff2') format('woff2'),
    url('SegoeUI.woff') format('woff'),
    url('SegoeUI.ttf') format('truetype'),
    url('SegoeUI.svg#SegoeUI') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ==========================================================================
Estructura
========================================================================== */
.m_wrapper {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.bg_main > div {
    height: 200%;
    width: 200%;
    position: fixed;
    top: -50%;
    left: -50%;
    z-index: -999;
}

.bg_main img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
    filter: blur(25px);
    -webkit-filter: blur(25px);
    -moz-filter: blur(25px);
    -o-filter: blur(25px);
    -ms-filter: blur(25px);
}

.mascara_negra {
    position: absolute;
    top: 0;
    left: 0;
    background: #1A1A1A;
    width: 100%;
    height: 100%;
}

.footnote {
    font-size: .8em;
}

.highlight {
    color: #DE1717;
}

.underline_effect:hover {
    text-decoration: underline;
}

/*Especifico de IE10+*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .mascara_negra {
        background: rgba(26, 26, 26, .83);
    }
}

@supports (-ms-ime-align: auto) {
    .scroller_w{
        overflow: visible !important;
    }
}

/* ==========================================================================
Tipos de Wrappers de contenido
========================================================================== */
.c_tipo1_wrapper, .c_tipo2_wrapper {
    position: relative;
    overflow: auto;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 27px 30px 4px 255px;
}

.c_tipo1_wrapper h1 {
    height: 20px;
    color: #E4E4E4;
    font-family: Roboto;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
}

.c_tipo2_wrapper h1 {
    float: none;
    font-size: 32px;
    margin-bottom: 30px;
    z-index: 4;
}

.c_tipo2_wrapper.settings-page h1,
.c_tipo2_wrapper.my-music-page h1,
.c_tipo4_wrapper.shopping-cart-section h1 {
    float: none;
}

.c_tipo3_wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0 240px;
    height: 100%;
    overflow: auto;
}

.c_tipo3_wrapper.settings-page .header-section {
    margin-left: 15px;
}

.c_tipo4_wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 27px 0 1rem 260px;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
}

.c_tipo4_wrapper h1 {
    float: left;
    font-size: 20px;
    margin: 0 0 7px 0;
    width: 395px;
    min-height: 20px;
    padding: 5px 0 0 0;
    line-height: 23px;
    word-wrap: break-word;
}

.c_tipo4_wrapper h1 > a {
    margin: 0 0 0 15px;
}

.c_tipo4_wrapper h1 > a:hover {
    opacity: 0.5;
}

.c_tipo4_wrapper h2 {
    float: left;
    font-size: 15px;
    margin: 0 0 5px 0;
    width: 100%;
    font-weight: normal;
    height: 14px;
}

.c_tipo4_wrapper h2 > a:hover {
    text-decoration: underline;
}

.c_tipo4_wrapper h6 {
    float: left;
    width: 100%;
    margin: 0;
    font-size: 13px;
    height: 14px;
    font-weight: normal;
}

/* Eventos y Conciertos */
.e_wrapper {
    width: 100%;
    height: 100%;
    flex: 1 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;

}

.c_tipo5_wrapper {
    padding: 27px 27px 4px 77px;
    height: 100%;
    order: 1;
    flex: 3 0px;
    width: 100%;
}

.c_tipo5_wrapper h2 {
    float: left;
    margin: 0 0 10px 0;
    width: 100%;
    height: 20px;
    padding: 5px 0 0 0;
}

.scroller_w {
    width: 100%;
    padding: 0;
    overflow-y: hidden;
    background: linear-gradient(180deg, rgba(49,49,49,1) 0%, rgba(8,8,8,1) 80%);
}

.isDeeplink {
    margin-bottom: 0px;
    height: 100vh;
}

.new_bundle_w {
    background: #1C212D;
}

.wrp_zoom_out_80 {
    padding: 27px 30px 350px 255px;
}

.wrp_zoom_out_75 {
    padding: 27px 30px 400px 255px;
}

.wrp_zoom_out_67 {
    padding: 27px 30px 600px 255px;
}

.wrp_zoom_out_50 {
    padding: 27px 30px 1500px 255px;
}

.wrp_zoom_out_33 {
    padding: 27px 30px 2800px 255px;
}

.wrp_zoom_out_25 {
    padding: 27px 30px 4200px 255px;
}

/* ==========================================================================
Navs
========================================================================== */
.header {
    color: #fff;
    background-color: rgba(49,49,49,1);
    height: 70px;
    position: relative;
    display: flex;
    margin-left: 240px;
    width: auto;
    flex-wrap: nowrap;
    align-items: center;
    z-index: 10;
}

.header > div:first-child {
    z-index: 9999;
    position: relative;
    flex-grow: 1;
}

.header > div:first-child > a:hover {
    opacity: 0.5;
}

.header > div:first-child img.logo-CM {
    max-width: 219px;
    height: 50px;
    width: 100%;
}

.header > div:nth-child(2) {
    margin: auto 15px;
    z-index: 9999;
    position: relative;
    flex-grow: 2;
}

/* .header > div:nth-child(3) {
    margin: 20px 0 10px 10px;
    flex-grow: 2;
} */

.header > div:last-child.profile-head-container {
    flex-grow: 1;
    display: flex;
    flex-direction: row-reverse;
    justify-content: end;
}

.header > div:last-child.profile-head-container > div > a > i > img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.header > div:last-child.profile-head-container > div > a:hover {
    opacity: 0.5;
}

.header > div:nth-child(3).unlimited-button-copntainer {
    min-width: 170px;
    flex-grow: 0;
}

.header > div:nth-child(3).unlimited-button-copntainer > div > a > i {
    margin: 0 8px 0 0;
    float: left;
    width: 41px;
    height: 41px;
    padding: 3px 4px;
    border-radius: 25px;
    border: 4px solid #DE1717;
    font-size: 25px;
    background-color: white;
    color: black;
}

.header > div:nth-child(3).unlimited-button-copntainer > div > a > div {
    font-family: Roboto;
    font-weight: 500;
    font-size: 11px;
    padding: 13px 0;
}

#nav_mobile_barra_lateral {
    display: none;
    position: absolute;
    z-index: 999;
    top: -12px;
    left: -60px;
    width: 50px;
    height: 50px;
    padding: 14px 0 0 0;
    text-align: center;
    color: #fff;
    font-size: 21px;
}

#nav_mobile_barra_lateral:hover {
    background-color: #fff;
    color: #000;
    opacity: 1;
}

.sub_menu {
    float: left;
    width: 100%;
    background: rgba(0, 0, 0, .7);
    height: 35px;
    z-index: 4;
}

.sub_menu > ul {
    width: 100%;
    float: left;
    padding: 0 0 0 58px;
    margin: 0;
    height: 35px;
}

.sub_menu > ul > li:first-child {
    margin-left: 19px;
}

.sub_menu > ul > li {
    position: relative;
    min-width: 50px;
    height: 35px;
    font-size: 17px;
    float: left;
    margin: 0 10px;
    text-align: center;
}

.sub_menu > ul > li > a {
    float: left;
    height: 35px;
    padding: 10px 0;
}

.sub_menu > ul > li > a:hover {
    color: #fff;
    border-bottom: 2px solid #fff;
}

.sub_menu > ul > li > a > i {
    font-size: 16px;
    margin-right: 7px;
}

.sub_menu > ul > li.sub_m_active {
    border-bottom: 2px solid #fff;
}

.sm_new_bundle_black {
    background: #242424;
}

.sm_new_bundle_blue {
    background: #1C212D;
}

#generos_pop {
    height: 400px;
}

#profile_pop_s {
    height: 120px;
}

.sub_menu > ul > li > div.dropd_gral, .nav_interno_2 > ul > li > div.dropd_gral, .sub_menu > ul > li > div.dropd_profile {
    position: absolute;
}

.sub_menu.sm_down {
    z-index: 0;
}

.label-head {
    font-size: 15px;
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
    padding: 10px 0 5px 0;
    max-width: 180px;
    overflow: hidden;
}

.profile-head > a > img {
    font-size: 35px;
}

.profile_pop_unlimited {
    margin: -15px 0;
    padding: 0 15px 0 10px;
    width: 100%;
}

.profile_pop_unlimited > i {
    width: 40px;
    height: 40px;
    padding: 7px;
    border-radius: 25px;
    font-size: 25px;
    background-color: white;
    color: black;
    position: absolute;
    top: 0;
    left: 0;
}

.profile_pop_unlimited > div {
    height: 40px;
    width: 100%;
    font-family: Roboto;
    font-weight: 500;
    font-size: 13px;
    padding: 12px 0;
    border-radius: 30px 15px 15px 30px;
    background-color: #DE1717;
    text-align: center;
}

.claro360_scroll_menu {
    display: none;
}

.claro360_menu_horizontal {
    display: block;
}

.claro360_menu {
    width: 100%;
    background: #000;
    text-align: center;
    height: 35px;
    z-index: 4;
}

.claro360_menu > ul {
    margin: 0 0 0 5%;
    height: 35px;
    text-align: initial;
    display: inline-block;
}

.claro360_menu > ul > li:first-child {
    margin-left: 19px;
}

.claro360_menu > ul > li {
    position: relative;
    min-width: 50px;
    height: 35px;
    font-size: 14px;
    float: left;
    margin: 0 10px;
    text-align: center;
}

.claro360_menu > ul > li > a {
    float: left;
    height: 35px;
    padding: 10px 0;
}

.claro360_menu > ul > li > a.claro360_img {
    float: left;
    height: 35px;
    padding: 5px 0;
}

.claro360_menu > ul > li > a:hover {
    color: #fff;
    border-bottom: 2px solid #fff;
}

.claro360_menu > ul > li > a > i {
    font-size: 16px;
    margin-right: 7px;
}

.claro360_menu > ul > li.claro360_menu_m_active {
    border-bottom: 2px solid #fff;
}

.claro360_menu_pop {
    position: absolute;
}

.claro360_menu.cm_down {
    z-index: 0;
}

.claro360_menu_pop {
    position: absolute;
    opacity: 1;
    visibility: visible;
    background: #000;
    width: 100%;
    height: auto;
    z-index: 90;
    top: 35px;
}

.claro360_menu_pop ul {
    float: left;
    width: 240px;
    padding: 0;
    margin: 0;
}

.claro360_menu_pop ul > li, .claro360_menu_pop ul > li > a {
    float: left;
    width: 240px;
    min-height: 40px;
    height: auto;
    text-align: left;
    font-size: 16px;
}

.claro360_menu_pop ul > li > a {
    padding: 20px 0 15px 30px;
    line-height: 18px;
}

.claro360_menu_pop ul > li > a:hover {
    color: #303030;
    background-color: #fff;
}

/* ==========================================================================
Navegador Vertical
========================================================================== */
.nav_vertical {
    position: fixed;
    overflow: hidden;
    z-index: 3;
    display: block;
    left: 0;
    bottom: 0;
    height: 100%;
    display: block;
    width: 240px;
    background: none repeat scroll 0 0 #1B1B1B;
    transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
}

.nav_vertical > a {
    float: left;
    height: 55px;
    padding: 14px 0 0 0;
    width: 55px;
    text-align: center;
    color: #fff;
    font-size: 21px;
}

.nav_vertical ul {
    position: relative;
    overflow: auto;
    width: 100%;
    height: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.nav_vertical li {
    min-height: 25px;
    height: 45px;
    width: 240px;
    display: flex;
    transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
}

.nav_vertical li.identified-songs a {
    display: flex;
    align-items: center;
}

.nav_vertical li.identified-songs a img {
    width: 21px;
    height: 21px;
    margin: 0 26px 0 15px;
}

.nav_vertical li > a,
.nav_vertical li > div {
    min-height: 55px;
    height: auto;
    width: 240px;
    position: relative;
}

.nav_vertical li > a:hover, .nav_vertical li > div:hover, .nav_vertical > a:hover {
    background: #1C1B1B;
    color: #EA423F;
    opacity: 1;
}

.nav_vertical li > a > i,
.nav_vertical li > div > i {
    position: relative;
    float: left;
    font-size: 21px;
    padding: 17px 0 0 0;
    margin: 0;
    text-align: center;
    width: 55px;
    height: 55px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.nav_vertical li i.icon-cm-like-heart,
.nav_vertical li i.icon-cm-cloud {
    color: #DE1717;
    margin-top: 4px;
}

.nav_vertical li > a > i > img {
    margin: -5px 0 0 0;
}

.nav_vertical li:first-child > a > i > img {
    width: 33px;
    height: 33px;
    border-radius: 50%;
}

.nav_vertical li > a:hover > i > img:first-child.perfil_img_nav, .nav_vertical li > a > i > img:first-child.perfil_img_nav {
    opacity: 1;
    visibility: visible;
}

.nav_vertical.nav_v_INactive li > a > i > div {
    opacity: 1;
}

.nav_vertical li > a > i > div {
    width: 100%;
    letter-spacing: 0.03em;
    float: left;
    font-size: 12px;
    font-style: normal;
    padding: 0 7px;
    margin: 2px 0 8px 0;
    font-family: 'segoe', sans-serif;
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.nav_vertical li > a > div,
.nav_vertical li > div > div {
    float: left;
    font-size: 15px;
    margin: 23px 0 0 7px;
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
    padding: 0 0 5px 0;
    max-width: 170px;
    overflow: hidden;
}

.nav_vertical li.identified-songs > a > div {
    margin: 0;
}

.nav_vertical.nav_v_INactive, .nav_vertical.nav_v_INactive ul {
    width: 240px;
}

.nav_vertical.nav_v_INactive li > a > i {
    padding: 15px 0 0 0;
    margin: 0;
    width: 55px;
    height: auto;
    min-height: 55px;
    font-style: normal;
}

.i_v_active > a {
    color: #EA423F;
}

.scroller_w_nav {
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 0;
    height: calc(100vh - 78px);
}

.nav_vertical li > a > div.n_comprado {
    position: absolute;
    top: -16px;
    left: 21px;
    height: 18px;
    width: 18px;
    font-size: 10px;
    background: #104c98;
    border-radius: 50%;
    text-align: center;
    padding: 2px 0 0 0;
    z-index: 1;
}

.nav-empty-button {
    height: 10px;
}

.nav_vertical .nav_burger_a {
    display: none;
}

/* ==========================================================================
Botones
========================================================================== */
.cmw-btn {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 14px;
    padding: 15px 0;
    border-radius: 10px;
    border-style: none;
    color: #fff;
    margin: 15px 0;
    outline: none;
    max-width: 100%;
}

.cmw-btn-buy {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 14px;
    padding: 15px 0;
    border-radius: 10px;
    border-style: none;
    color: #fff;
    margin: 15px 0;
    outline: none;
    max-width: 100%;
}

.cmw-btn-disabled {
    background: #888;
    border-color: #888;
}

.cmw-btn-default {
    background: #1d1d1d;
    border-color: #1d1d1d;
}

.cmw-btn-primary {
    background: #DE1717;
    border-color: #DE1717;
}

.B_Blue {
    float: left;
    background: #104c98;
    border: 1px solid #104c98;
    width: auto;
    height: 30px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.B_Red {
    background: #DE1717;
    border: 1px solid #DE1717;
}

.B_Black > div, .B_Blanco > div {
    width: 100%;
    margin: 6px 0;
    text-align: center;
    padding: 0 15px;
    font-size: 15px;
}

.B_Blue > div {
    width: 100%;
    margin: 6px 0;
    text-align: center;
    padding: 0 15px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.B_Blue:hover {
    background-color: #3d73b8;
    color: #fff;
}

.B_Red:hover {
    background-color: #DE1717;
    color: #fff;
}

.B_Black {
    float: left;
    background: #27282C;
    width: auto;
    height: 30px;
    border: 1px solid #C4C4C4;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.B_Black:hover, .B_Black_evento:hover {
    background: #C4C4C4;
    border: 1px solid #C4C4C4;
    color: #000;
}

.B_Black_evento {
    float: left;
    background: #646464;
    width: auto;
    height: 30px;
}

.B_Black_evento > div {
    width: 150px;
    text-align: center;
    padding: 8px 5px;
    font-size: 13px;
}

.msj_allscreen_pop > div.btn_center {
    margin-left: 80px;
}

.msj_allscreen_pop_IE > div.btn_center {
    margin-left: 80px;
}

.B_Blanco {
    float: left;
    background: #fff;
    width: auto;
    height: 30px;
    color: #000;
    border: 1px solid #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.B_Blanco:hover {
    opacity: 0.7;
    color: #000;
}

/* ==========================================================================
Búsqueda
========================================================================== */
.container-search {
    /* overflow: hidden; */
    width: 100%;
    max-width: 424px;
    height: 42px;
}

.container-search > form {
    width: 100%;
    height: 100%;
    position: relative;
}

.container-search input#search {
    box-sizing: border-box;
    font-size: initial;
    -webkit-appearance: none;
    /* -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px; */
    /* outline: none; */
    width: 100%;
    /* background: #282828; */
    background: #212224;
    height: 42px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #212224;
    display: block;
    padding-left: 40px;
}

.container-search input#search:focus {
    color: #FFF;
}

.container-search input#search::-webkit-input-placeholder {
    color: #999;
}

.container-search input#search:-moz-placeholder {
    color: #999;
}

.container-search input#search::-moz-placeholder {
    color: #999;
}

.container-search input#search:-ms-input-placeholder {
    color: #999;
}

.container-search > button {
    background: transparent;
    border: 0;
    padding: 0;
    outline: 0;
    margin: 8px 0 0 -30px;
    height: auto;
    width: auto;
    color: #fff;
    font-size: 15pt;
}

.container-search .fa.fa-search:before {
    font-size: 17px
}

.container-search .icon-hp-search {
    position: absolute;
    top: 10px;
    left: 9px;
}

.icon-hp-search {
    font-size: 22px;
    z-index: 1;
}

.container-search .icon-hp-close {
    position: absolute;
    top: 6px;
    right: 10px;
    z-index: 1 !important;
}

.btn_close {
    display: none;
}

.icn_on {
    display:inline-block;
}

.icon-hp-close {
    font-size: 25px;
    color: #ffffff;
}

/* ==========================================================================
Busqueda drop down
========================================================================== */
.drop_search {
    position: absolute;
    top: 42px;
    right: auto;
    width: 100%;
    max-width: 424px;
    min-height: 40px;
    max-height: 430px;
    z-index: 99;
    background-color: #282828;
    opacity: 1;
    visibility: visible;
    /* border-radius: 0 0 8px 8px; */
    overflow: hidden;
}

.backdrop_predictive_search {
    width: 500vw;
    height: 500vh;
    background-color: #000;
    opacity: 0.7;
    position: absolute;
    top: -200vh;
    left: -200vw;
    z-index: 0;
}

.backdrop_predictive_search_off {
    display: none;
}

.drop_search > div {
    float: left;
    width: 100%;
}

.search_ttl {
    float: left;
    height: 40px;
    width: 100%;
    background: #282828;
    border: 1px solid #282828;
    padding: 10px 8px 0 16px;
    font-size: 17px;
    color: #fff;
}

.not_found_text {
    color: #fff;
    margin: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
}

.not_found_title {
    color: #fff;
    margin: 10px;
    text-align: center;
    font-size: 22px;
    line-height: 30px;
}

div div .not_found_icon {
    font-size: 160px;
    margin: 30px;
    color: #fff;
}

.recent_clear {
    float: right;
    color:#DE1717;
    cursor: pointer;
    font-size: 14px;
    margin-right: 5px;
    text-transform: uppercase;
    font-weight: 900;
}

.drop_search ul {
    padding: 0;
    margin: 0;
    width: 100%;
}

.drop_search li {
    min-height: 30px;
    width: 100%;
    float: left;
    position: relative;
}

.drop_search li > div{
    width: 100%;
    display: flex;
}

.drop_search li > div > a > img {
    width: 23%;
    vertical-align: middle;
    display: inline-block;
    max-width: 120px
}

.drop_search li > div > a {
    width: 90%;
    float: left;
    padding: 8px 16px;
}

.drop_search li > div > a.user_result,
.drop_search li > div > a.podcast_result {
    width: 100%;
    float: left;
    padding: 8px 8px 8px 8px;
}

.drop_search li > div > a > div {
    float: left;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.drop_search li > div > a > div > i {
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: 19px;
}

.drop_search li:hover > div > i {
    color: #000;
}

.drop_search li > div > i > img {
    margin: -8px 0 0 0;
    border-radius: 50%;
}

.drop_search li:hover > div > a {
    background: #fff;
    color: #000;
}

.drop_search li > div > a > div:nth-child(2) {
    font-size: 13px;
    vertical-align: middle;
    display: inline-block;
    width: auto;
    float: none;
}

.drop_search li > div > a > div:nth-child(2).search-result-description {
    margin-left: 10px;
    width: 59%;
    padding: 0 0 3px 0;
    max-height: 40px;
}

.drop_search li > div > a > div:nth-child(2).search-result-description > div,
.drop_search li > div > a > div:nth-child(2).search-result-description div div.variousArtist {
    text-overflow: ellipsis;
    overflow: hidden;
    height: 20px;
}

.drop_search li > div > a > div:nth-child(2).best-result-description {
    width: 70%
}

.drop_search li > div > a > div > p, .drop_search li > a > div > div {
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 0 3px 0;
}

.drop_search li > div > a > div > p:nth-child(1) {
    font-size: 14px;
    font-weight: bold
}

.drop_search li.DS_hover > div > i {
    color: #000;
}

.drop_search li.DS_hover > div > a {
    background: #fff;
    color: #000;
}

.drop_search li > div > a > img.search-result-no-image {
    display: none
}

.drop_search li > div  > a > div.search-result-no-image {
    margin: 0px;
    width: 100%
}

.drop_search li > div > a > img.search-result-circle-image {
    border-radius: 50%;
    width: 80px;
}

.drop_search li > div > a > img.search-result-image {
    width: 48px;
    height: 48px;
    display: inline-block;
}

.drop_search li > div > a > img.search-result-image.search-result-best {
    width: 60px;
    height: 60px;
}

.drop_search li > div > a.best_search_ctx_btn {
    font-size: 34px;
    width: 10%;
    padding: 16px 20px 8px 8px;
    display: inline-block;
}

.drop_search li > div > a.search_ctx_btn {
    font-size: 34px;
    width: 10%;
    padding: 16px 20px 8px 8px;
}

.drop_search.ds_OFF {
    min-height: 0;
    opacity: 0;
    visibility: hidden;
}

@supports (-ms-ime-align: auto) {
    .recent_clear {
        margin-right: 18px;
    }

    .drop_search li > div > a {
        width: 88%;
    }
}

/* ==========================================================================
Section DJ´S - Mobile visible elements
========================================================================== */

a.container-section-dj {
    position: relative!important;
    opacity: 1!important;
}

/* ==========================================================================
Shopping cart header
========================================================================== */
.shopping-cart-head {
    opacity: 0;
    width: auto;
    top: 5px;
    height: auto;
    margin: 10px;
    position: relative;
    display: none;
}

.shopping-cart-head > a {
    opacity: 1;
}

.shopping-cart-head > a:hover {
    opacity: 0.5;
}

.shopping-cart-head > a > img {
    float: left;
    width: 173px;
    height: 30px;
}

.shopping-cart-head > a > i {
    font-size: 22px;
    padding: 2px 0 0 0;
}

.shopping-cart-head-s {
    display: none;
    float: left;
    width: auto;
    top: 5px;
    height: auto;
    margin: 10px 0 10px 0;
    position: relative;
}

.shopping-cart-head-s > a {
    opacity: 1;
}

.shopping-cart-head-s > a:hover {
    opacity: 0.5;
}

.shopping-cart-head-s > a > i {
    font-size: 22px;
    padding: 2px 0 0 0;
}

.search-head {
    float: left;
    width: auto;
    height: auto;
    margin: 10px 0 10px 0;
    position: relative;
    display: none;
}

.search-head > a {
    opacity: 1;
}

.search-head > a:hover {
    opacity: 0.5;
}

.search-head > a > img {
    float: left;
    width: 173px;
    height: 30px;
}

.search-head > a > i {
    font-size: 20px;
    padding: 3px 0 0 0;
}

/* ==========================================================================
Player Deeplink
========================================================================== */
.player_wrapper_table {
    bottom: 0;
    width: 100%;
    height: 5px;
    z-index: 4;
}

.deeplink_active {
    position: absolute;
    height: 100%;
}

/* ==========================================================================
Player
========================================================================== */

.player_wrapper {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 55px;
    background: #282828;
    z-index: 10;
    flex: 1 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.75);
}

.player_wrapper_hidden {
    display: none;
}

.player_wrapper > div:first-child {
    order: 1;
    float: none;
    width: auto;
    max-width: 400px;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 55px;
    margin: 0 10px 0 0;
}

.player_wrapper > div:first-child > a {
    float: left;
}

.player_wrapper > div:first-child > a:first-child > img {
    width: 54px;
    height: 53px;
}

.player_wrapper > div:first-child > a + a {
    float: left;
    position: relative;
    width: 55px;
    height: 55px;
}

.player_wrapper > div:first-child > a + a > i {
    float: left;
    margin: 15px 0 0 18px;
    font-size: 21px;
}

.player_wrapper > div:first-child > a + a:hover > i, .player_wrapper > div:first-child > a:hover > i {
    opacity: 0.5;
}

.player_wrapper > div:first-child > a + a.radios_off > i {
    color: #EA423F;
}

.player_wrapper > div:first-child > div {
    float: left;
    width: 280px;
    height: 55px;
    padding: 10px 0 0 0;
}

.player_wrapper > div:first-child > div > div {
    float: left;
    width: 278px;
    height: 17px;
    padding: 0 8px 0 0;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.player_wrapper > div:first-child > div > div:last-child > span {
    margin: 0 0 0 5px;
}

.player_wrapper > div:first-child > div > div:last-child {
    float: left;
    width: 278px;
    padding: 0 8px 0 0;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 16px;
}

.t_player {
    padding: 5px 15px 0 0;
    height: 55px;
    cursor: pointer;
    order: 2;
    flex: 3 0px;
}

.t_player_deeplink {
    padding: 0 0px 0 0;
    height: 2px;
}

.t_player > div:first-child {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
}

.t_player > div:first-child > div:first-child {
    position: absolute;
    opacity: 1;
    border: none;
    border-radius: 0%;
    top: 18px;
    float: left;
    width: 100%;
    height: 3px;
    background-color: #666;
    z-index: 1;
}

.t_player > div:first-child > div:last-child {
    position: absolute;
    opacity: 1;
    border: none;
    border-radius: 0%;
    top: 18px;
    float: left;
    height: 3px;
    background-color: #104c98;
    z-index: 2;
}

.t_player > div:last-child {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    z-index: 1
}

.t_player > div:last-child > div:first-child {
    font-size: 11px;
    position: absolute;
    top: 27px;
}

.t_player > div:last-child > div:last-child {
    font-size: 11px;
    position: absolute;
    top: 27px;
    right: 0;
}

.t_player_deeplink > div:last-child > div:last-child {
    font-size: 11px;
    position: absolute;
    top: 0px;
    right: 0;
}

.t_player > div:first-child > div {
    position: absolute;
    opacity: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #104c98;
    top: 14px;
    z-index: 3;
}

.t_player:hover > div:first-child > div {
    opacity: 1;
}

#t_player_slider {
    background-color: transparent;
    border: medium none;
    border-radius: 0;
    float: left;
    height: 5px;
    top: 0px;
    opacity: 1;
    position: absolute;
    z-index: 1;
}

#t_player_slider .ui-slider-handle {
    background-color: #981C15;
    border-radius: 50%;
    height: 10px;
    opacity: 0;
    position: absolute;
    top: 14px;
    margin-left: -5px;
    width: 10px;
    z-index: 3;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#t_player_slider .ui-slider-handle:focus, #t_player_slider:focus, #volumen_pop_slider .ui-slider-handle:focus, #volumen_pop_slider:focus {
    outline: 0;
}

#t_player_slider .ui-slider-range {
    background-color: #DE1717;
    border: medium none;
    border-radius: 0;
    float: left;
    height: 4px;
    opacity: 1;
    position: absolute;
    top: 17px;
    z-index: 2;
}

#t_player_slider .deeplink-range {
    top: 0px;
}

#t_player_slider .ui-slider-range.deeplink_bar {
    height: 7px;
    top: 2px;
}

.t_player:hover #t_player_slider .ui-slider-handle {
    opacity: 1;
}

.dummy-back {
    background-color: #666 !important;
    width: 100%;
    z-index: 1 !important;
}

.c_player {
    position: relative;
    float: right;
    height: 55px;
    order: 3;
    padding: 5px 0 0 0;
}

.c_player ul {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
}

.c_player li, .c_player li > a {
    float: left;
    height: 45px;
    width: 45px;
}

/*.timerPlayer li > a:hover {
    background-color: #c4c4c4;
    color: #000;
}*/

.c_player li > a {
    position: relative;
}

.c_player li > a > i {
    position: relative;
    float: left;
    font-size: 21px;
    margin: 12px 0 0 0;
    text-align: center;
    width: 45px;
}

.c_player li > a#shuffle > i  {
    margin: 10px 0 0 0;
}

.c_player li > a:hover > i {
    opacity: 0.65;
}

.c_player > div {
    position: absolute;
    top: 7px;
    right: 95px;
    height: 31px;
    width: 2px;
    background: #2c2c2c;
}

.c_player li > a > i > i {
    opacity: 0;
    color: #fff;
    font-family: 'segoe';
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    width: 14px;
    height: 14px;
    position: absolute;
    background: black;
    top: 11px;
    right: 11px;
    border-radius: 50%;
}

.c_player li > a > i + i {
    opacity: 0;
    position: absolute;
    top: 0px;
    right: 0px;
}

.c_player li > a:hover > i + i {
    opacity: 0;
    z-index: -1;
}

.c_player li > a:active > i {
    color: #EA423F;
}

.c_player li > a > i.PPyr {
    font-size: 30px;
    margin: 4px 0 0 0;
}

/* Acciones de los controles del player */
.c_player li > a.c_player_active, .c_player li > a.repeat_one > i {
    color: #EA423F;
}

.c_player li > a.repeat_one > i > i, .c_player li > a.play_pause > i + i {
    opacity: 1;
    z-index: 0;
}

.c_player li > a.play_pause > i {
    opacity: 0;
}

/* PlaybackRates del player */
.playbackRates_off > a {
    font-size: 1em;
    margin-top: 2px;
    color: #981C15;
}

.playbackRates_on > a > i {
    font-size: 1em;
    color: #981C15;
    margin-top: 2px;
}

.c_player li > a > i {
    position: relative;
    float: left;
    font-size: 21px;
    margin: 12px 0 0 0;
    text-align: center;
    width: 45px;
}

.playbackRates {
    position: absolute;
    height: 404px;
    width: 100px;
    background-color: #282828;
    top: -410px;
    padding: 10px;
    cursor: pointer;
}

.playbackRates ul {
    list-style: none;
    margin: 0;
    padding: 0;
    justify-items: center;
}

.playbackRates li {
    margin: 5px 25px;
    position: relative;
    float: left;
    height: 30px;
}

/* timerPlayer del player */

/* .timerPlayer li, .timerPlayer li > a {
    float: left;
    height: 65px;
    width: 150px;
    transition: color ease-in 150ms;
} */

.playerTimerPlayerButton {
    position: relative;
}

.timerPlayer {
    position: absolute;
    bottom:50px;
    right:50%;
    transform: translateX(50%);
    width: 220px;
    background-color: #282828;
}

.timerPlayer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.timerPlayer li {
    width: 100%;
    height: 40px;
}

.timerPlayer li a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.timerPlayer li:hover > a {
    color: #DE1717;
}

.timerActive {
    background-color: #DE1717;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px !important;
    border-radius: 5px;
}

.timerActive span{
    display: flex;
    font-weight: 800;
}

/*Volumen del player*/

.volumen {
    position: absolute;
    height: 200px;
    width: 50px;
    background-color: #282828;
    top: -210px;
    padding: 10px;
    cursor: pointer;
}

.volumen > div {
    float: left;
    position: relative;
    width: 100%;
    height: 100%;
}

.volumen > div > div:first-child {
    position: absolute;
    width: 30px;
    height: 100%;
    left: 0px;
    background-color: #282828;
    z-index: 1;
}

.volumen:hover #pv_indicador {
    opacity: 1;
}

#volumen_pop_slider .ui-slider-range {
    position: absolute;
    bottom: 0;
    width: 4px;
    left: 15px;
    background-color: #EA423F;
    margin: 0px 0 0 -3px;
    z-index: 2;
}

#volumen_pop_slider .ui-slider-handle {
    position: absolute;
    opacity: 0;
    width: 10px;
    left: 9px;
    height: 10px;
    border-radius: 50%;
    background-color: #EA423F;
    z-index: 3;
}

.volumen:hover #volumen_pop_slider .ui-slider-handle {
    opacity: 1;
}

.dummy-back-volume {
    position: absolute;
    bottom: 0;
    width: 4px;
    height: 100%;
    left: 12px;
    background-color: #666;
    z-index: 1;
}

/* Disable de controles de player*/
.disable_cp {
    display: none;
    position: absolute;
    top: 2px;
    right: 0;
    height: 45px;
    width: 360px;
    opacity: 0.50;
}

.disable_cp.dis_ON {
    display: block;
}

.disable_button_new {
    opacity: 0.50;
    pointer-events: none;
    cursor: default;
}

.visible_button {
    visibility: visible;
}

.disable_button_new {
    opacity: 0.50;
    pointer-events: none;
    cursor: default;
}

.hide_button {
    visibility: hidden;
}

/* ==========================================================================
Pop outs
========================================================================== */
.queue_pop {
    position: absolute;
    bottom: 45px;
    right: 0;
    background-color: #282828;
    width: 280px;
    height: 666px;
    visibility: visible;
    z-index: 10;
}

.queuea_pop_details {
    width: 147px;
}

.queue_pop > div:first-child {
    float: left;
    width: 100%;
    padding: 20px 10px 10px 20px;
    height: 90px;
    border-bottom: 1px solid #7f7f7f;
}

.queue_pop > div:first-child > p {
    float: left;
    font-size: 18px;
    font-weight: bold;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1.3;
}

.queue_pop > div:first-child > a {
    float: right;
    width: 25px;
    height: 25px;
    text-align: center;
    margin: -4px 5px 0 0;
}

.queue_pop > div:first-child > a > i {
    font-size: 14px;
    margin: 5px 0 0 0;
}

.queue_pop > div:first-child > div {
    float: left;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.queue_pop > div:first-child > div:last-child {
    float: right;
    margin: 0;
    padding: 10px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.queue_pop > div:first-child > div:last-child > a, .queue_pop > div:first-child > div:last-child > a > i {
    float: left;
    width: 36px;
    height: 36px;
    text-align: center;
}

.queue_pop > div:first-child > div:last-child > a > i, .queue_pop > div:first-child > div:last-child > a {
    position: relative;
}

.queue_pop > div:first-child > div:last-child > a:hover, .queue_pop > div:first-child > a:hover > i {
    opacity: 0.65;
}

.queue_pop > div:first-child > div:last-child > a > i {
    font-size: 19px;
    padding: 6px 0 0 0;
}

.queue_pop.INC_queue_pop {
    right: -250px;
    visibility: hidden;
}

.queue_pop > div:nth-child(2) {
    float: left;
    width: 280px;
    height: 477px;
    overflow: hidden;
}

.queue_pop > div:nth-child(2) > div > div > ul {
    float: left;
    width: 280px;
    margin: 20px 0 0 0;
    padding: 0;
}

.queue_pop > div:nth-child(2) > div > div > ul > li {
    float: left;
    margin: 0;
    width: 280px;
    height: 45px;
}

.queue_pop > div:nth-child(2) > div > div > ul > li:hover {
    background-color: #C4C4C4;
}

.queue_pop > div:nth-child(2) > div > div > ul > li:hover > a {
    color: #000;
}

.queue_pop > div:nth-child(2) > div > div > ul > li > a:first-child {
    float: left;
    width: 225px;
}

.queue_pop > div:nth-child(2) > div > div > ul > li > a:first-child > div:first-child {
    float: left;
    width: 50px;
    height: 45px;
    text-align: center;
    padding: 15px 0 0 0;
    font-size: 13px;
}

.queue_pop > div:nth-child(2) > div > div > ul > li > a:first-child > div:first-child > img {
    width: 14px;
    height: 20px;
    margin: -5px 0 0 0;
}

.queue_pop > div:nth-child(2) > div > div > ul > li > a:first-child > div:last-child {
    float: left;
    height: 45px;
    width: 155px;
    padding: 8px 0 0 0;
}

.queue_pop > div:nth-child(2) > div > div > ul > li > a:first-child > div:last-child > div:first-child {
    float: left;
    width: 100%;
    font-size: 15px;
    height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.queue_pop > div:nth-child(2) > div > div > ul > li > a:first-child > div:last-child > div:last-child {
    float: left;
    width: 100%;
    font-size: 13px;
    height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.queue_pop > div:nth-child(2) > div > div > ul > li > a:last-child {
    float: left;
    padding: 13px 0 0 0;
    width: 45px;
    height: 45px;
    text-align: center;
}

.queue_pop > div:nth-child(2) > div > div > ul > li > a:last-child:hover {
    color: #282828;
}

.queue_pop > div:nth-child(2) > div > div > ul > li > a:last-child:hover > i {
    color: #282828;
}

.queue_pop > div:nth-child(2) > div > div > ul > li > a:last-child > i {
    font-size: 18px;
}

.queue_pop > div:first-child > div:last-child > a.plus_all_pop_active > i {
    color: #EA423F;
}

.queue_pop > div:nth-child(2) > div > div > ul > li.lidr_space {
    height: 90px;
    padding-bottom: 45px;
    border-bottom: 4px solid #EA423F;
}

.queue_pop > div:last-child {
    float: left;
    width: 100%;
    padding: 5px 10px 10px 10px;
    height: 90px;
    border-top: 1px solid #7f7f7f;
}

.INC_plus_all_pop, .INC_context_pop, .INC_dropd_gral {
    display: none !important;
}

.context_pop {
    position: fixed;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    bottom: 55px;
    right: 15px;
    width: 240px;
    background: #27282C;
}

.context_pop > ul {
    float: left;
    width: 240px;
    margin: 0;
    list-style: none;
    padding: 0;
}

.context_pop > ul > li {
    float: left;
    width: 240px;
    height: 50px;
}

.context_pop > ul > li:nth-child(7) {
    margin: 0;
}

.context_pop > ul > li:nth-child(7), .context_pop > ul > li:nth-child(8), .context_pop > ul > li:nth-child(9), .context_pop > ul > li:nth-child(10) {
    display: none;
}

.context_pop > ul > li > a,
.context_pop > ul > li > .fav_icon {
    float: left;
    width: 239px;
    height: 50px;
    color: #fff;
    padding: 18px 0 0 20px;
    text-align: left;
    position: relative;
    cursor: pointer;
}

.context_pop > ul > li > a:hover,
.context_pop > ul > li > .fav_icon:hover {
    background-color: #c4c4c4;
    color: #000;
}

.context_pop > ul > li > a > i,
.context_pop > ul > li > .fav_icon > i {
    margin: -3px 5px 0 5px;
    float: left;
    position: relative;
    font-size: 21px;
    text-align: center;
    width: 45px;
}

.context_pop > ul > li > a > i > i {
    opacity: 0;
    color: #fff;
    font-family: 'segoe';
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    width: 14px;
    height: 14px;
    position: absolute;
    background: black;
    top: 11px;
    right: 11px;
    border-radius: 50%;
}

.context_pop > ul > li > a:hover > i,
.context_pop > ul > li > .fav_icon:hover > i {
    color: #000;
    opacity: 1;
}

.context_pop li > a.repeat_one > i, .context_pop li > a.c_player_active3 > i, .context_pop li > a.c_player_active2 > i {
    color: #EA423F;
}

.context_pop li > a.repeat_one > i > i {
    opacity: 1;
}

.cancelar_ctx {
    display: none;
}

.queue_ON {
    color: #2a83f5;
}

.dropd_gral {
    position: absolute;
    opacity: 1;
    visibility: visible;
    background: #27282C;
    width: 240px;
    height: auto;
    z-index: 90;
    top: 40px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 3px 0 rgba(100, 100, 100, 1);
    -moz-box-shadow: 0 0 3px 0 rgba(100, 100, 100, 1);
    box-shadow: 0 0 3px 0 rgba(100, 100, 100, 1);
}

.dropd_gral ul {
    float: left;
    width: 240px;
    padding: 0;
    margin: 0;
}

.dropd_gral ul > li, .dropd_gral ul > li > a, .dropd_gral ul > li > .fav_icon {
    float: left;
    width: 240px;
    min-height: 40px;
    height: auto;
    text-align: left;
    font-size: 16px;
    cursor: pointer;
}

.dropd_gral ul > li.hide_menu_desktop {
    display: none;
}

.dropd_gral ul > li > a,
.dropd_gral ul > li > .fav_icon {
    padding: 10px 0 10px 20px;
    line-height: 18px;
}

.dropd_gral ul > li > a:hover,
.dropd_gral ul > li > .fav_icon:hover {
    color: #000;
    background-color: #C4C4C4;
}

.dropd_gral ul > li.active_item > a,
.dropd_gral ul > li.active_item > .fav_icon {
    color: #000;
    background-color: #fff;
}

/*Dropdown contextuales en over de listas y álbumes*/
.dropd_img_cotx {
    position: fixed;
    display: none;
    background: #27282C;
    width: 243px;
    height: auto;
    z-index: 999;
}

.share_embed_code ul > li > a {
    padding: 6px 0 0 1px;
}

.share_embed_code ul > li > a > i {
    margin: 0;
}

.dropd_img_cotx ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    background: #27282C;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 3px 0 rgba(100, 100, 100, 1);
    -moz-box-shadow: 0 0 3px 0 rgba(100, 100, 100, 1);
    box-shadow: 0 0 3px 0 rgba(100, 100, 100, 1);
}

.dropd_img_cotx li {
    float: left;
    width: 100%;
    height: 35px;
    margin: 0;
    opacity: 1;
    visibility: visible;
    position: relative;
}

.dropd_img_cotx li > a {
    float: left;
    width: 100%;
    color: #fff;
    height: 35px;
    text-align: left;
    font-size: 16px;
    margin: 0;
    opacity: 1;
    visibility: visible;
    padding-top: 9px;
}

.dropd_img_cotx li > a:hover, .dropd_img_cotx.scnd_drop li > a:hover {
    color: #000;
    background-color: #C4C4C4;
}

.dropd_img_cotx li > a > i {
    position: relative;
    margin: -3px 10px 0 10px;
    text-align: center;
    width: 35px;
    font-size: 21px;
    float: left;
}

.dropd_img_cotx > ul > li > div.fav_icon {
    padding: 28px 0 0 20px;
}

.dropd_img_cotx > ul > li > div.fav_icon > i.icon-cm-like-heart {
    position: relative;
    float: left;
    margin: -2px 7px 0 11px;
    text-align: center;
    width: 35px;
    font-size: 21px;
}

.dropd_img_cotx.dropd_img_cotx_A, .scnd_drop.dropd_img_cotx_A {
    display: block;
}

.scnd_drop {
    padding: 0;
    display: none;
    color: #fff;
    position: fixed;
}

.scnd_drop li > a {
    background: #27282C;
}

.scnd_drop li.newl > a {
    display: flex;
    justify-content: center;
}

.dropd_img_cotx li > a.scnd_dropActive {
    background: #fff;
    color: #27282C;
}

.scnd_drop li {
    cursor: default;
}

.scnd_drop li:nth-child(1) > div {
    float: left;
    border: none;
    width: 100%;
    font-size: 16px;
    padding: 13px 15px 0 15px;
    height: 40px;
    cursor: default;
}

.scnd_drop li:nth-child(2) > div {
    float: left;
    border: none;
    width: 100%;
    font-size: 13px;
    height: 15px;
    padding: 0 15px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.scnd_drop li:nth-child(2) > div:last-child {
    font-size: 11px;
}

.listaA_scroll, .newl {
    border-top: 1px solid #666;
}

.dropd_img_cotx li.listaA_scroll, .dropd_img_cotx li.listaA_scroll > ul {
    height: 150px;
}

.listaA_scroll li > a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Dropdowns segundos en contextual de player */
.scnd_drop.sd_play_alist {
    left: -250px;
    top: 0px;
}

.dropd_profile {
    position: fixed;
    display: block;
    opacity: 1;
    background: #27282C;
    width: 290px;
    right: 10px;
    height: auto;
    z-index: 90;
    top: 85px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 3px 0 rgba(100, 100, 100, 1);
    -moz-box-shadow: 0 0 3px 0 rgba(100, 100, 100, 1);
    box-shadow: 0 0 3px 0 rgba(100, 100, 100, 1);
}

.dropd_profile ul {
    float: right;
    width: 290px;
    margin: 0 0 0 2px;
    padding: 12px 0;
}

.dropd_profile ul > li,
.dropd_profile ul > li > a,
.dropd_profile ul > li > button {
    display: flex;
    width: 290px;
    min-height: 40px;
    height: auto;
    text-align: left;
    font-size: 16px;
}

.dropd_profile ul > li > a,
.dropd_profile ul > li > button {
    padding: 15px 0 15px 25px;
    line-height: 18px;
    background-color: transparent;
    border: 0px;
    color: #ffffff;
    font-family: 'segoe', sans-serif;
}

.dropd_profile ul > li > a:not(.no_hover):hover,
.dropd_profile ul > li > button:not(.no_hover):hover {
    color: #000;
    background-color: #C4C4C4;
}

.dropd_profile:after {
    content: "";
    border-style: solid;
    border-width: 20px;
    width: 0;
    height: 0;
    position: absolute;
    top: 0%;
    left: 80%;
}

.dropd_profile:after {
    margin-top: -40px;
    border-color: transparent transparent #27282C transparent;
}

.dp_OFF {
    display: none;
}

.profile_pop_claro360 {
    top: 115px !important;
}

.ctx_search {
    background: #282828;
    z-index: 9999;
}

.ctx_search ul {
    background: #282828;
}

.ctx_search li > a {
    background: #282828;
}

.ctx_cancel_btn {
    display: none;
}

.ctx_list_artist {
    height: auto;
    overflow-y: scroll;
    max-height: 180px;
}

.ctx_list_artist li > a  {
     overflow: hidden;
     white-space: nowrap;
     text-overflow: ellipsis;
 }

/* ==========================================================================
Términos y condiciones
========================================================================== */
.tyc_upper {
    float: left;
    width: 100%;
    padding: 0 27px 0 0;
    margin: 30px 0 30px 0;
    line-height: 17px;
}

.tyc_w {
    float: left;
    width: 100%;
    padding: 0 27px 0 0;
    margin: 30px 0;
}

.B_D_tyc {
    float: left;
    width: 100%;
    margin: -1px 0 0 0;
    min-height: 40px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 0 15px;
    position: relative;
}

.B_D_tyc > div {
    width: 100%;
    margin: 12px 0;
    text-align: left;
    font-size: 16px;
    line-height: 18px;
    padding-right: 45px;
}

.B_D_tyc > i {
    position: absolute;
    top: 8px;
    right: 25px;
    font-size: 23px;
}

.B_D_tyc:hover {
    color: #000;
    background-color: #fff;
}

.tyc_drop {
    float: left;
    width: 100%;
    line-height: 17px;
    height: auto;
    opacity: 1;
    visibility: visible;
}

.tyc_drop p {
    margin: 20px;
}

.tyc_drop.tyc_drop_OFF {
    opacity: 0;
    visibility: hidden;
    height: 0;
}

/* ==========================================================================
Listas o espacios sin llenar
========================================================================== */
.esp_vacio {
    height: 150px;
    margin: 30px 0px 30px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

.esp_vacio.mrg-cero.mrg-fixed {
    margin-top: 16px;
}

.custom-carousel.mrg-fixed {
    margin-top: 25px !important;
}

.custom-carousel.mrg-fixed h1 {
    height: 20px;
    color: #E4E4E4;
    font-family: Roboto;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
}

.esp_vacio.mrg-cero h2 {
    width: 100%;
    font-size: 21px;
    margin: 0 0 10px 0;
    height: 100%;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    display: flex;
    line-height: 30px;
    float: none;
}

.esp_vacio > h2 {
    width: 100%;
    font-size: 21px;
    margin: 0 0 10px 0;
    height: 22px;
    font-weight: bold;
    color: #ffffff;
}

.esp_vacio > p {
    font-size: 16px;
    height: 20px;
}

/* ==========================================================================
404
========================================================================== */
.pnf_404 {
    float: left;
    width: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 30px 0 20px 0;
    margin: 17% 0 0 0;
}

.pnf_404 > div {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 0 30px 0;
}

.pnf_404 > div:first-child {
    font-size: 40px;
}

.pnf_404 > div:nth-child(2) {
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
}

.pnf_404 > div:last-child {
    font-size: 30px;
    line-height: 30px;
}

/* ==========================================================================
Alerta pop under menu y Ticker over player
========================================================================== */

.alert_pop_um {
    width: 100%;
    position: fixed;
    min-height: 35px;
    top: 66px;
    left: 0;
    padding: 10px 20px 10px 20px;
    z-index: 1;
    opacity: 1;
    visibility: visible;
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}

.alert_pop_um > div:first-child {
    font-size: 15px;
    font-weight: 700;
    flex-grow: 1;
    line-height: 19px;
    margin: 0 0 0 240px;
}

.alert_pop_um > div:last-child, .ticker > div:last-child {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
}

.alert_pop_um > div > a:hover, .ticker > div > a:hover {
    opacity: 0.5;
}

.alert_pop_um > div > p > span > a {
    text-decoration: underline;
}

.alert_pop_um > div > p > span > a:hover {
    text-decoration: none;
}

.alert_pop_um.alertOFF, .alert_pop_um.mobile_alert.alertOFF {
    opacity: 0;
    visibility: hidden;
    top: 70px;
}

.alert_pop_um.mobile_alert {
    background: #155799;
}

.alert_pop_um.mobile_alert > div:first-child {
    text-align: left;
}


.alert_pop_um.mobile_alert > div > a {
    text-decoration: underline;
}

.alert_pop_um.mobile_alert > div > i {
    margin: -8px 10px 0 0;
    font-size: 30px;
}

.full_pop_up {
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    z-index: 10000;
    position: absolute;
    top: 0;
}

.messageBg {
    background: #fff;
    color: #000000;
}

.alertMessage {
    top: 0px;
    left: 0;
    width: 100%;
    padding: 10px 20px 10px 20px;
    z-index: 10001;
    opacity: 1;
    visibility: visible;
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}

.alertMessage > div:first-child {
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    flex-grow: 1;
    line-height: 19px;
    margin: 0;
}

.messageBg > div > p > span > a {
    color: #000000;
}

.closeMessage {
    color: #000000;
}

.alertBg {
    background: #ff9600;
    color: #ffffff;
}

.purple_box {
    width: 314px;
    height: auto;
    border-radius: 7px;
    padding: 16px;
    background-image: linear-gradient(179deg, #1f325a, #483561);
    font-family: 'Segoe';
    line-height: 1.17;
    font-size: 24px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.34);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.circle_icon {
    margin: 12px 0 12px 0;
}

.circle_icon i {
    border: 1px solid;
    border-radius: 50%;
    padding: 7px;
    font-size: 21px;
    color: #28306b;
    background: #fff;
}

.circle_icon i.fa-exclamation-circle {
    border: none;
    border-radius: 0;
    padding: 0;
    font-size: 40px;
    color: #FFF;
    background: transparent;
}

.circle_icon i.play_circle {
    padding: 4px 2px 2px 9px;
}

.circle_icon i.shuffle_circle {
    padding: 5px 7px 2px 7px;
}

.closeAlert {
    color: #000000;
}

.ticker {
    width: calc(100% - 240px);
    position: fixed;
    background: #155799;
    min-height: 50px;
    height: auto;
    bottom: 55px;
    left: 240px;
    padding: 10px 20px;
    z-index: 1;
    opacity: 1;
    visibility: visible;
    display: flex;
    align-items: center;
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}

.ticker.tickerOFF {
    opacity: 0;
    visibility: hidden;
    bottom: -15px;
}

.ticker > div:first-child {
    float: left;
    font-size: 15px;
    font-weight: 700;
    width: 97%;
    text-align: center;
}

.tickerFull {
    position: fixed;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    z-index: 100;
    opacity: 1;
    visibility: visible;
    display: flex;
    justify-content: center;
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}

.tickerFull.off {
    opacity: 0;
    visibility: hidden;
    bottom: -15px;
}

.tickerFull div.freedeeplink-image {
    position: relative;
    width: 100%;
    height: auto;
}

.tickerFull div.freedeeplink-image img{
    width: 100%;
    height: auto;
}

.tickerFull div.freedeeplink-image .freedeeplink-image-bg-mobile {
    display: block;
}

.tickerFull div.freedeeplink-image .freedeeplink-image-bg-desktop,
.tickerFull div.freedeeplink-image .freedeeplink-image-bg-tablet-768,
.tickerFull div.freedeeplink-image .freedeeplink-image-bg-tablet-1024 {
    display: none;
}

.tickerFull .freedeeplink-data {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    padding: 2em 2em 1em 2em;
    justify-content: flex-end;
}

.tickerFull .freedeeplink-data .freedeeplink-text {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 20px;
    display: flex;
    padding: .5em 0;
}

.tickerFull .freedeeplink-data .freedeeplink-text p {
    margin: auto;
}

/*Especifico de IE10+*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .tickerFull .freedeeplink-data .freedeeplink-text p {
        padding: 10% 0 0 0;
    }
}

.tickerFull .freedeeplink-data .freedeeplink-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5em 0;
}

.tickerFull div.close-btn {
    position: absolute;
    top: 20px;
    right: 5px;
    font-size: 25px;
}

.button_deeplink {
    top: 80px;
}

.new_lvl {
    position: absolute;
    width: 385px;
    height: 450px;
    top: 0;
    bottom: 0;
    left: 27px;
    right: 0;
    margin: auto;
}

.new_lvl > div {
    float: left;
    width: 100%;
    text-align: center;
}

.new_lvl > div > img {
    height: 230px;
}

.new_lvl > div > p {
    float: left;
    width: 100%;
    text-align: center;
    margin: 5px 0;
    height: auto;
}

.new_lvl > div > p:nth-child(1), .new_lvl > div:nth-child(2) {
    font-weight: bold;
    font-size: 25px;
    margin: 10px 0;
    line-height: 26px;
}

.new_lvl > div > p:nth-child(2) {
    font-size: 28px;
    margin: 0px 0 10px 0;
    line-height: 28px;
}

.new_lvl > div > p:nth-child(3) {
    margin: 0px 0 15px 0;
    line-height: 18px;
}

.new_lvl > div > a {
    margin: 0 0 0 150px;
}

.multi_modal {
    background-color: #111111;
}

/* ==========================================================================
BlurOverlay spinner
========================================================================== */
.blur-in {
    -webkit-animation: blur 1s forwards;
    -moz-animation: blur 1s forwards;
    -o-animation: blur 1s forwards;
    animation: blur 1s forwards;
    -webkit-filter: blur(30px);
    -moz-filter: blur(30px);
    -o-filter: blur(30px);
    -ms-filter: blur(30px);
    filter: blur(30px);
}

.blur-out {
    -webkit-animation: blur-out 1s forwards;
    -moz-animation: blur-out 1s forwards;
    -o-animation: blur-out 1s forwards;
    animation: blur-out 1s forwards;
}

@-webkit-keyframes blur {
    0% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }
    100% {
        -webkit-filter: blur(30px);
        -moz-filter: blur(30px);
        -o-filter: blur(30px);
        -ms-filter: blur(30px);
        filter: blur(30px);
    }
}

@-moz-keyframes blur {
    0% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }
    100% {
        -webkit-filter: blur(30px);
        -moz-filter: blur(30px);
        -o-filter: blur(30px);
        -ms-filter: blur(30px);
        filter: blur(30px);
    }
}

@-o-keyframes blur {
    0% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }
    100% {
        -webkit-filter: blur(30px);
        -moz-filter: blur(30px);
        -o-filter: blur(30px);
        -ms-filter: blur(30px);
        filter: blur(30px);
    }
}

@keyframes blur {
    0% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }
    100% {
        -webkit-filter: blur(30px);
        -moz-filter: blur(30px);
        -o-filter: blur(30px);
        -ms-filter: blur(30px);
        filter: blur(30px);
    }
}

@-webkit-keyframes blur-out {
    0% {
        -webkit-filter: blur(30px);
        -moz-filter: blur(30px);
        -o-filter: blur(30px);
        -ms-filter: blur(30px);
        filter: blur(30px);
    }
    100% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }
}

@-moz-keyframes blur-out {
    0% {
        -webkit-filter: blur(30px);
        -moz-filter: blur(30px);
        -o-filter: blur(30px);
        -ms-filter: blur(30px);
        filter: blur(30px);
    }
    100% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }
}

@-o-keyframes blur-out {
    0% {
        -webkit-filter: blur(30px);
        -moz-filter: blur(30px);
        -o-filter: blur(30px);
        -ms-filter: blur(30px);
        filter: blur(30px);
    }
    100% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }
}

@keyframes blur-out {
    0% {
        -webkit-filter: blur(30px);
        -moz-filter: blur(30px);
        -o-filter: blur(30px);
        -ms-filter: blur(30px);
        filter: blur(30px);
    }
    100% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }
}

.pop-up {
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 10001;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    bottom: 0;
    display: flex;
}

.pop-up-wn, .pop-up-ads, .pop_up_full_modal {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 10000;
    height: 100%;
    background: rgba(0, 0, 0, .85);
    bottom: 0;
}

.pop_up_full_modal.bundle {
    background: #1C212D;
}

.pop-up-wn.pop-up-group {
    background: rgba(0, 0, 0, .1);
}

.box {
    background-color: whitesmoke;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    position: relative;
}

.spinner {
    width: 8rem;
    height: 8rem;
    margin: calc(50vh - 4rem) auto 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.spinner img {
    width: 100%;
}

.pop-up-iframe {
    position: fixed;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    height: 100%;
    background: #FFFFFF;
}

.msj-allscreen-pop-iframe {
    position: absolute;
    max-width: 470px;
    padding: 10px;
    max-height: 450px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #FFFFFF;
}

.msj-allscreen-pop-iframe > div:first-child {
    float: left;
    width: 100%;
    color: #000;
}

.msj-allscreen-pop-iframe > div:first-child > div:first-child > a {
    float: right;
    color: #000;
    font-size: 20px;
    margin-top: -20px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.msj-allscreen-pop-iframe > div {
    float: left;
    width: 100%;
}

.msj-allscreen-pop-iframe > div:first-child > div:first-child > a:hover {
    opacity: 0.5;
}

.msj-allscreen-pop-iframe > div:last-child {
    float: left;
    width: 100%;
    color: #000;
}

.msj-allscreen-pop-iframe > div:last-child {
    position: relative;
    height: 100%;
}

.msj-allscreen-pop-iframe > div:last-child > div:nth-child(1) {
    font-size: 25px;
    line-height: 25px;
    border-bottom: 1px solid #999;
    padding: 0 0 15px 0;
}

.msj-allscreen-pop-iframe > div:last-child > div:nth-child(2) {
    padding: 15px 0;
}

.msj-allscreen-pop-iframe > div:last-child > div:nth-child(2) > i:first-child {
    float: left;
}

.msj-allscreen-pop-iframe > div:last-child > div:nth-child(2) > i:last-child {
    float: right;
}

.msj-allscreen-pop-iframe > div:last-child > div:last-child {
    position: absolute;
    bottom: 0px;
    left: 0;
    border-top: 1px solid #999;
    padding: 15px 0 0 0;
    width: 100%;
}

.b_bluish_carrito.iframe_b_m {
    width: 150px;
    float: right;
}

.b_bluish_carrito.iframe_b_m {
    text-align: center;
    font-size: 15px;
    border-radius: 20px;
    padding: 5px 0 0 0;
    float: left;
    height: 30px;
    width: 100%;
    background: rgba(19, 117, 236, 1);
    background: -moz-linear-gradient(top, rgba(19, 117, 236, 1) 0%, rgba(20, 81, 155, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(19, 117, 236, 1)), color-stop(100%, rgba(20, 81, 155, 1)));
    background: -webkit-linear-gradient(top, rgba(19, 117, 236, 1) 0%, rgba(20, 81, 155, 1) 100%);
    background: -o-linear-gradient(top, rgba(19, 117, 236, 1) 0%, rgba(20, 81, 155, 1) 100%);
    background: -ms-linear-gradient(top, rgba(19, 117, 236, 1) 0%, rgba(20, 81, 155, 1) 100%);
    background: linear-gradient(to bottom, rgba(19, 117, 236, 1) 0%, rgba(20, 81, 155, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1375ec', endColorstr='#14519b', GradientType=0);
}

.b_bluish_carrito.iframe_b_m:hover {
    opacity: 0.5;
}

@-webkit-keyframes play {
    from {
        background-position: 0px;
    }
    to {
        background-position: -5110px;
    }
}

@-moz-keyframes play {
    from {
        background-position: 0px;
    }
    to {
        background-position: -5110px;
    }
}

@-ms-keyframes play {
    from {
        background-position: 0px;
    }
    to {
        background-position: -5110px;
    }
}

@-o-keyframes play {
    from {
        background-position: 0px;
    }
    to {
        background-position: -5110px;
    }
}

@keyframes play {
    from {
        background-position: 0px;
    }
    to {
        background-position: -5110px;
    }
}

.spinner45px {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 55px;
    opacity: 0.8;
    right: 0;
    background-image: url("../imagenes/spinner_gif.gif");
}

.spinner55px {
    width: 55px;
    height: 55px;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0px;
    opacity: 0.8;
    right: 0;
    background-image: url("../imagenes/spinner_user_recommend.gif");
    background-position: center;
    background-size: 90% auto;
    background-repeat: no-repeat;
    background-color: black;
}

.spinner55px.user-list-loader {
    width: 100%;
    height: 100%;
    background-size: 30% auto;
    background-color: #1d1d1d;
}

.spinner.spinner_off {
    display: none;
}

.load_more {
    position: absolute;
    bottom: 5px;
    left: 51%;
}

.load_more > a {
    float: left;
    text-align: center;
    width: 63px;
}

.load_more > a:hover > i {
    color: #EA423F;
}

.load_more > a:active > i {
    opacity: 0.7;
}

.load_more > a > i {
    color: #fff;
    font-size: 45px;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, .6);
}

/* ==========================================================================
Sin resultados
========================================================================== */
.sin_resultados {
    float: left;
    width: 100%;
}

.sin_resultados > p:first-child {
    float: left;
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.sin_resultados > p {
    line-height: 20px;
    width: 100%;
}

/* ==========================================================================
Drag and drop y mobile cerrar sesión
========================================================================== */
.drag_drop {
    -webkit-box-shadow: 4px 4px 9px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 4px 4px 9px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 4px 4px 9px 0px rgba(0, 0, 0, 0.5);
}

.mobile_cerrarS {
    display: none;
}

.mobile_loginS {
    display: none;
}

/* ==========================================================================
Mensaje de toda la pantalla para cambiar o eliminar cosas o crear.
========================================================================== */
.msj_allscreen_pop {
    width: 385px;
    padding: 20px;
    min-height: 200px;
    top: 0;
    bottom: 0;
    left: 27px;
    right: 0;
    margin: auto;
    background: #27282C;
    display: flex;
    flex-flow: column;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 3px 0 rgba(100, 100, 100, 1);
    -moz-box-shadow: 0 0 3px 0 rgba(100, 100, 100, 1);
    box-shadow: 0 0 3px 0 rgba(100, 100, 100, 1);
}

/* ==========================================================================
+Mensaje de toda la pantalla para cambiar o eliminar cosas o crear para IE11
+========================================================================== */
.msj_allscreen_pop_IE {
    height: 20%;
    width: 385px;
    padding: 20px;
    min-height: 200px;
    top: 0;
    bottom: 0;
    left: 27px;
    right: 0;
    margin: auto;
    background: #27282C;
    display: flex;
    flex-flow: column;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 3px 0 rgba(100, 100, 100, 1);
    -moz-box-shadow: 0 0 3px 0 rgba(100, 100, 100, 1);
    box-shadow: 0 0 3px 0 rgba(100, 100, 100, 1);
}

.msj_allscreen_pop.double_pop {
    min-height: 188px;
}

.msj_allscreen_pop_IE.double_pop {
    min-height: 188px;
}

.msj_allscreen_pop > div {
    float: left;
    width: 100%;
    font-size: 15px;
    margin: 0 0 15px 0;
    flex-grow: 1;
}

.msj_allscreen_pop.create_list_form > div.buttons_container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    float: none;
}

.msj_allscreen_pop.create_list_form > div.buttons_container .cmw-btn {
    width: 45%;
}

.msj_allscreen_pop > div.invited_marg_top {
    margin-bottom: 3px;
}

.msj_allscreen_pop_IE > div {
    float: left;
    width: 100%;
    font-size: 15px;
    margin: 0 0 15px 0;
    flex-grow: 1;
}

.msj_allscreen_pop_IE > div.invited_marg_top {
    margin-bottom: 3px;
}

.right_close {
    float: right;
}

.right_close img {
    height: 14px;
}

.msj_allscreen_pop > div.invited_marg_top {
    margin-top: 12px;
    text-align: center;
    min-height: 5px !important;
}

.msj_allscreen_pop_IE > div.invited_marg_top {
    margin-top: 12px;
    text-align: center;
    min-height: 5px !important;
}

.msj_allscreen_pop > div:nth-child(1).not_bold_pop {
    font-weight: normal;
}

.msj_allscreen_pop_IE > div:nth-child(1).not_bold_pop {
    font-weight: normal;
}

.msj_allscreen_pop > div.other_invite_text {
    text-align: center;
    margin-bottom: 15px;
}

.msj_allscreen_pop_IE > div.other_invite_text {
    text-align: center;
    margin-bottom: 15px;
}

.msj_allscreen_pop > div:nth-child(1) {
    font-size: 18px;
    font-weight: bold;
    height: 30px;
    margin: 0 0 10px 0;
    flex-grow: 1;
    text-align: center;
}

.msj_allscreen_pop.create_list_form > div:nth-child(1) {
    text-align: center;
    border: none;
}

.msj_allscreen_pop > div.pop_leave {
    height: 50px;
    line-height: 24px;
}

.msj_allscreen_pop_IE > div.pop_leave {
    height: 50px;
    line-height: 24px;
}

.msj_allscreen_pop > div > input {
    outline: none;
    width: 100%;
    background: #262626;
    font-size: 14px;
    float: left;
    color: #fff;
    padding: 10px 15px;
    border: 1px solid #464646;
    border-radius: .3rem;
}

.msj_allscreen_pop.create_list_form > div > input {
    height: auto;
    padding-top: .5rem;
    padding-bottom: .5rem;
    border-radius: .3rem;
}

.msj_allscreen_pop > div > input:focus {
    border: 1px solid #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.msj_allscreen_pop > div > a {
    min-width: 49%;
}

.msj_allscreen_pop > div > a:first-child {
    margin: 0 5px 0 0;
}

.msj_allscreen_pop_IE > div > input {
    outline: none;
    width: 100%;
    background: #262626;
    height: 30px;
    font-size: 14px;
    float: left;
    color: #fff;
    padding: 0 15px;
    border: 1px solid #464646;
}

.msj_allscreen_pop .buttons_container,
.msj_allscreen_pop_IE .buttons_container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
}

.msj_allscreen_pop .buttons_container > *,
.msj_allscreen_pop_IE .buttons_container > * {
    width: 45%;
}

/* Radios */
.msj_allscreen_pop.radios {
    height: 185px;
}

.msj_allscreen_pop_IE > div > input:focus {
    border: 1px solid #fff;
}

/*Play libre*/
.msj_allscreen_pop.free_play {
    height: 245px;
}

.msj_allscreen_pop_IE > div > a {
    min-width: 49%;
}

.msj_allscreen_pop_IE > div > a:first-child {
    margin: 0 5px 0 0;
}

.msj_allscreen_pop.free_play > div > a {
    margin-left: 25%
}

.free_play > div:nth-child(2) {
    text-align: center;
    justify-content: center;
    font-size: 17px;
}

/* Radios IE*/
.msj_allscreen_pop_IE.radios {
    height: 185px;
}

/*Play libre IE*/
.msj_allscreen_pop_IE.free_play {
    height: 245px;
}

.free_play > div:nth-child(3) {
    text-align: center;
}

.msj_allscreen_pop_IE.free_play > div > a {
    margin-left: 25%
}

.free_play > div:nth-child(4) {
    margin-top: 10%
}

/*Exist song in playlist*/
.msj_allscreen_pop.exist_song {
    height: 230px;
}

/*Exist song in playlist IE */
.msj_allscreen_pop_IE.exist_song {
    height: 230px;
}

.exist_song > div:nth-child(2) {
    text-align: center;
}

.exist_song > div:nth-child(3) {
    text-align: center;
}

/* ==========================================================================
Mensaje de un sólo dispositivo
========================================================================== */
.msj_un_disp {
    position: absolute;
    width: 385px;
    padding: 20px;
    height: 300px;
    top: -10%;
    bottom: 0;
    left: 27px;
    right: 0;
    margin: auto;
    background: #000;
}

.msj_un_disp > div {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 0 15px 0;
    font-size: 16px;
    line-height: 17px;
}

.msj_un_disp > div:first-child {
    margin: 0;
}

.msj_un_disp > div:first-child > a {
    float: right;
    width: auto;
}

.msj_un_disp > div:first-child > a > i {
    font-size: 18px;
}

.msj_un_disp > div:first-child > a:hover > i {
    opacity: 0.5;
}

.msj_un_disp > div:nth-child(3) {
    padding: 0 20px;
}

.msj_un_disp > div > i {
    font-size: 70px;
}

.msj_un_disp > div > i:last-child {
    margin: 0 0 0 10px;
}

.msj_un_disp > div > div {
    width: 100%;
    float: left;
    margin: 15px 0 15px 0;
}

.msj_un_disp > div > div > a {
    width: 150px;
    margin: 0 auto;
}

.msj_un_disp > div > div:first-child > a {
    color: #000;
    background: #fff;
    padding: 5px 10px;
}

.msj_un_disp > div > div:first-child > a:hover {
    opacity: 0.5;
    text-decoration: none;
}

.msj_un_disp > div > div > a:hover {
    text-decoration: underline;
}

/* ==========================================================================
NET upsell
========================================================================== */
.popupNET_upsell2 {
    position: absolute;
    max-width: 470px;
    padding: 10px 10px 0 10px;
    max-height: 255px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
}

.popupNET_upsell2 > div:first-child {
    float: left;
    width: 100%;
    color: #000;
}

.popupNET_upsell2 > div:first-child > a {
    float: right;
    color: #000;
    font-size: 20px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.popupNET_upsell2 > div:first-child > a:hover, .popupNET_upsell2 > div:last-child > div > a:hover {
    opacity: 0.5;
}

.popupNET_upsell2 > div:last-child {
    float: left;
    position: relative;
    height: 90%;
    width: 100%;
    padding: 0 35px;
}

.popupNET_upsell2 > div:last-child > div {
    float: left;
    height: 45%;
    width: 100%;
    color: #444;
    text-align: center;
}

.popupNET_upsell2 > div:last-child > div > p {
    font-size: 18px;
    margin: 15px 0 0 0;
}

.popupNET_upsell2 > div:last-child > div > p:first-child {
    font-weight: bold;
}

.popupNET_upsell2 > div:last-child > div > a {
    float: left;
    width: 100%;
    background-color: #444;
    font-size: 18px;
    margin: 0px 0 20px 0;
    padding: 9px;
    height: 35px;
    font-weight: bold;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.popupNET_upsell2 > div:last-child > div > a:last-child {
    background-color: #999;
    color: #000;
}

/* ==========================================================================
Whats new
========================================================================== */
.whats_new {
    position: absolute;
    width: 1000px;
    height: 535px;
    top: -90px;
    bottom: 0;
    left: 27px;
    right: 0;
    margin: auto;
}

.whats_new > div:first-child, .whats_new > div:first-child > div {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 28px;
}

.whats_new > div:first-child > div > img {
    width: 300px;
}

.whats_new > div:first-child > div > a {
    position: absolute;
    top: 0;
    right: 0;
}

.whats_new > div:first-child > div > a:hover {
    opacity: 0.5;
}

.whats_new > div:first-child > div:last-child {
    line-height: 30px;
    margin: 25px 0;
}

.whats_new_in1, .whats_new_in2 {
    margin: 0 0 25px 0;
}

.whats_new_in1, .whats_new > div:last-child, .whats_new_in2 {
    float: left;
    width: 100%;
}

.whats_new_in1 > div, .whats_new_in2 > div {
    float: left;
    width: 50%;
    text-align: center;
}

.whats_new_in1 > div > img {
    width: 340px;
}

.whats_new_in2 > div > img {
    width: 500px;
}

.whats_new_in2 > div > img:last-child {
    display: none;
}

.whats_new_in1 > ul {
    float: left;
    width: 50%;
    padding: 95px 0 0 0;
}

.whats_new_in2 > ul {
    float: left;
    width: 50%;
    padding: 25px 10px 0 10px;
}

.whats_new_in1 > ul > li {
    float: left;
    width: 100%;
    list-style: initial;
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 35px 0;
}

.whats_new_in2 > ul > li {
    float: left;
    width: 100%;
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 25px 0;
}

.whats_new_in2 > ul > li:first-child {
    font-weight: bold;
}

.whats_new > div:last-child {
    position: absolute;
    bottom: 0;
    left: 0;
}

.whats_new > div:last-child > ul {
    width: 50px;
    margin: 0 auto;
}

.whats_new > div:last-child > ul > li:first-child {
    margin: 0 20px 0 0;
}

.whats_new > div:last-child > ul > li {
    float: left;
    width: 10px;
    height: 10px;
}

.whats_new > div:last-child > ul > li > a {
    float: left;
    width: 10px;
    height: 10px;
    background: #777;
    border-radius: 50%;
}

.whats_new > div:last-child > ul > li.wn_active > a {
    background: #fff;
}

.whats_new > div:last-child > div {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    text-align: center;
    font-size: 24px;
    line-height: 27px;
}

/* ==========================================================================
ads by google
========================================================================== */
div.ads-google-banner {
    width: 430px;
    height: 167px;
    top: 0px;
    left: 0px;
    opacity: 1;
    visibility: visible;
}

div.remove-play {
    display: none
}

/* ==========================================================================
VIDEO ADS
========================================================================== */
.vjs-error-display {
    display: none;
}

.video_ads_head {
    flex-grow: 1;
    align-items: flex-end;
    padding: 1rem;
    display: flex;
    justify-content: center;
    font-weight: bold;
}

.video_ads_foot {
    padding: 1rem;
    flex-grow: 1;
}

.video_ads {
    width: 40%;
    left: 30%;
    top: 27%;
    height: 40%;
}

.video_container {
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
}

.video_player {
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
}

.video_ads_content {
}

.video_ads_text {
    width: 330px;
    padding: 12px 0 0 0;
}

.video_ads_props {
    width: 800px;
    height: 600px;
}

.companion-ads {
    padding: 1rem;
}

.overlayContainer {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
}

.overlayContainer > img {
    align-self: center;
}

/*Especifico de IE10+*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .pop-up, .pop-up-wn, .pop-up-ads {
        background: rgba(0, 0, 0, .96);
    }
}

/* ==========================================================================
Ads media
========================================================================== */
.ads_media {
    position: absolute;
    width: 1000px;
    height: 535px;
    top: -150px;
    bottom: 0;
    left: 27px;
    right: 0;
    margin: auto;
}

.ads_media > div:first-child, .ads_media > div:first-child > div {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 28px;
    line-height: 30px;
    margin: 25px 0;
}

.ads_media > div:first-child {
    position: absolute;
    bottom: 0;
    left: 0;
}

.ads_media > div:first-child > div {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    text-align: center;
    font-size: 24px;
    line-height: 27px;
}

.ads_content {
    margin: 0 0 25px 0;
    float: left;
    width: 100%;
}

.ads_content > div {
    float: left;
    width: 50%;
    text-align: center;
}

.ads_content > div > img {
    width: 340px;
}

.pop-up-ads {
    display: none
}

/* ==========================================================================
Animación fluida
========================================================================== */
.dropd_gral ul > li > a, .dropd_gral ul > li > .fav_icon, .dropd_gral, .context_pop > ul > li > a, .context_pop > ul > li > .fav_icon, .context_pop, .plus_all_pop a, .plus_all_pop, .queue_pop li > a, .queue_pop li, .queue_pop > div:first-child > div:last-child > a:hover > i > img, .queue_pop > div:first-child > div:last-child > a > i, .queue_pop > div:first-child > div:last-child > a, .queue_pop > div:first-child > a > i, .queue_pop, .c_player li > a > i > i, .c_player li > a:active > i, .c_player li > a > i > img, .c_player li > a > i, .t_player > div:first-child > div, .t_player > div:first-child > div:last-child, .player_wrapper > div:first-child > a > img, .carr_evento li > div > div > div > a > i, .carr_evento li > div > a, .carr_artista > div > a, .carr_artista li > a > div > i > img, .item_vip_user li > a > div > img, .item_artista li .overlay > div > i > img, .carr_artista li > a, .item_vip_user li > a, .item_artista li .overlay, .carr_s_gral > div > a, .carr_evento > div > a, .secc_listas_gral > div > a, .carr_s_gral li > a > div, .secc_listas_gral li > a > div, .carr_s_gral li > a > div > i > img, .secc_listas_gral li > a > div > i > img, .carr_s_gral li > a, .secc_listas_gral li > a, .carr_miniDes_G li > a, .carr_miniDes > div > a, .carr_miniDes_G > div > a, .carr_miniDes li > div > img, .container-search input#search, .B_Black_evento, .B_Black, .B_Blue, .nav_vertical li > a > i > img, .nav_vertical li > a, .nav_vertical > a, .nav_vertical,
.header > div:first-child > a, .dropd_img_cotx ul > li, .carr_radios li > a > div:first-child > i > img, .carr_radios li > a, .carr_radios li > a > div, .carr_miniDes li > div, .carr_miniDes i > img, .carr_miniDes_G li > a, .carr_miniDes_G li > a > div > i > img, .queue_pop li > a:last-child > i, .carr_radios > div > a, .drop_search li > a, .container-search input#search, .drop_search, .B_D_tyc, .tyc_drop, .alert_pop_um > div > a, .i_ply > i > img, .i_ply, .i_fav, .i_ctx, .i_ctx > i > img, #pv_indicador, .scnd_drop li > a, .scnd_drop, .B_Blanco, #nav_mobile_barra_lateral, .ar_evento > div > div:first-child > a, .ar_evento > div > div > div:last-child > a, .ar_normal > div:first-child > a, .ar_extras > a, .B_White2, .perfil1_1p > div:last-child > div > a > i, .p_actividad_rec li > div:first-child > a, .p_misiones li > div:last-child > div + div > a, .sig_seg li > div:last-child > div:nth-child(1) > div > a,
.trofeos li > div:first-child > a, .trofeos li > div:last-child > div > div:last-child > a, .amigos1 li > div:nth-child(1) > a, .seguir_usuario > a, .usuario_1 > div:nth-child(1) > div > a, .B_White3, .ayu_w li > a, .ayu_w li > a > div > i > img, .p_actividad_rec2 li > div:first-child > a, .sig_seg li > div:first-child > a, .pais_back, .pais_forw, .carr_miniDes li > a, .carr_miniDes_G li > div, .carr_miniDes_G li > div > i > img, .player_wrapper > div:first-child > a + a > i, .load_more > a > i, .msj_un_disp > div:first-child > a > i, .msj_un_disp > div > div:first-child > a, .dropd_img_cotx li > a, .carr_evento li > div > div:last-child > a > img, .whats_new > div:first-child > div > a, .shopping-cart-head > a, .shopping-cart-head-s > a, .search-head > a, .header > div:last-child.profile-head-container > div > a, .dropd_profile, .dropd_profile ul > li > a, .ads_media > div:first-child > div > a {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.secc_top_playlists > ul > li > .poster_data {
    text-align: center;
    font-weight: normal;
}

.secc_top_playlists > ul > li > .poster_data h3 {
    font-weight: bold;
}

/* ==========================================================================
Requiere revisión
========================================================================== */
.DG_allw, .DG_allw ul, .DG_allw li, .DG_allw li > a {
    overflow: auto;
}

.drop_search1 {
    overflow: auto !important;
    height: auto;
    max-height: 430px;
}

.player_drag_drop_over {
    box-shadow: 0 0 8em #104c98
}

.custom-carousel:hover > .carr_gral_scroll > ul:first-child > a, .custom-carousel:hover > .carr_gral_scroll > ul:last-child > a {
    opacity: 1 !important;
}

#context_menu_icon {
    visibility: visible;
    opacity: 1;
}

.flickity-viewport {
    overflow-x: scroll !important;
}

.carr_miniDes-poster > .flickity-viewport {
    overflow-x: hidden !important;
}

/*Quitar scroll en firefox*/
@-moz-document url-prefix() {
    .flickity-viewport {
        overflow-x: hidden !important;
    }
}

.search_loading {
    width: 100%;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #282828;
}

.search_loading > img {
    width: 60px;
    margin: auto;
}

.search_loading_off {
    display: none;
}

/* ==========================================================================
Scroll bars
========================================================================== */
body::-webkit-scrollbar,
.scroller_w::-webkit-scrollbar,
.c_tipo1_wrapper::-webkit-scrollbar,
.c_tipo2_wrapper::-webkit-scrollbar,
.c_tipo3_wrapper::-webkit-scrollbar,
.c_tipo4_wrapper::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track,
.scroller_w::-webkit-scrollbar-track,
.c_tipo1_wrapper::-webkit-scrollbar-track,
.c_tipo2_wrapper::-webkit-scrollbar-track,
.c_tipo3_wrapper::-webkit-scrollbar-track,
.c_tipo4_wrapper::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
}

body::-webkit-scrollbar-thumb,
.scroller_w::-webkit-scrollbar-thumb,
.c_tipo1_wrapper::-webkit-scrollbar-thumb,
.c_tipo2_wrapper::-webkit-scrollbar-thumb,
.c_tipo3_wrapper::-webkit-scrollbar-thumb,
.c_tipo4_wrapper::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
}

.flickity-viewport::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

.flickity-viewport::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
}

.flickity-viewport::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
}

.drop_search::-webkit-scrollbar,
.drop_search1::-webkit-scrollbar,
.userPlaylistCM::-webkit-scrollbar,
.ctx_list_artist::-webkit-scrollbar {
    width: 7px;
}

.drop_search::-webkit-scrollbar-track,
.drop_search1::-webkit-scrollbar-track,
.userPlaylistCM::-webkit-scrollbar-track,
.ctx_list_artist::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
}

.drop_search::-webkit-scrollbar-thumb,
.drop_search1::-webkit-scrollbar-thumb,
.userPlaylistCM::-webkit-scrollbar-thumb,
.ctx_list_artist::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
}

/*IE*/
.scroller_w,
.c_tipo1_wrapper,
.c_tipo2_wrapper,
.c_tipo3_wrapper,
.c_tipo4_wrapper {
    scrollbar-face-color: #444;
    scrollbar-base-color: black;
    scrollbar-3dlight-color: black;
    scrollbar-highlight-color: black;
    scrollbar-track-color: black;
    scrollbar-arrow-color: black;
    scrollbar-shadow-color: black;
    scrollbar-dark-shadow-color: black;
}

.flickity-viewport,
.drop_search,
.drop_search1,
.userPlaylistCM,
.ctx_list_artist {
    scrollbar-face-color: #444;
    scrollbar-base-color: black;
    scrollbar-3dlight-color: black;
    scrollbar-highlight-color: black;
    scrollbar-track-color: black;
    scrollbar-arrow-color: black;
    scrollbar-shadow-color: black;
    scrollbar-dark-shadow-color: black;
}

.cmw-section-card-container::-webkit-scrollbar {
    height: 10px;
    background-color: #000000;
}

.cmw-section-card-container::-webkit-scrollbar-track {
    height: 10px;
    border-radius: 5px;
    background-color: #000000;
}

.cmw-section-card-container::-webkit-scrollbar-thumb:horizontal {
    background: #000;
    height: 10px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.2);
}
/* ==========================================================================
Promociones
========================================================================== */
.img-icon i {
    padding-top: 7px !important;
}

.img-icon .icon-coca-cola {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../imagenes/icon-coca-cola.svg');
    height: 33px;
    width: auto;
    position: relative;
    display: block;
}

.img-icon .small-text {
    font-size: 9px;
    padding: 0;
}

li.img-icon:hover .icon-coca-cola {
    background-image: url('../imagenes/icon-coca-cola-selected.svg');
}

.img-icon.i_v_active .icon-coca-cola {
    background-image: url('../imagenes/icon-coca-cola-selected.svg');
}

.wait {
    width: 100%;
    height: 100%;
    z-index: 1;
}

.wait_landscape {
    display: none;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.wait_portrait {
    display: none;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.wait_mobile {
    display: none;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.bottom_menu {
    display: none;
}

.carouselsMainTitle {
    font-size: 35px !important;
}

/* ==========================================================================
  Forms Modal
========================================================================== */
.m_content > div.ini_s {
    margin: 0 auto;
    max-height: 522px;
    top: 25%;
    left: 0;
    bottom: 0;
    right: 0;
    height: 522px;
}

.modal_form.ini_s2 {
    width: 100%;
    min-height: 355px;
}

.modal_form.ini_s2 > li > div.TAG_correo_login > ul > li {
    margin: 17px 0 6px 0;
}

.modal_form.ini_s2 > li > div.TAG_correo_login > ul > li > div.login_label {
    margin: 0 0 35px 0;
}

.modal_form.ini_s2 > li > div.TAG_correo_login > ul > li > div.login_label > label {
    font-size: 19px;
}

.modal_form.ini_s2 > li > div.TAG_correo_login > ul > li:last-child {
    text-align: center;
    margin: -10px 0 6px 0;
}

.modal_login > div:last-child > div:nth-child(2) > div > a {
    float: left;
    width: 100%;
    font-size: 17px;
    color: #242323;
    margin: 20px 0 0 0;
    text-decoration: underline;
    text-align: center;
    font-family: 'Roboto Lt', sans-serif;
}

.modal_login > div:last-child > div:nth-child(2) > div > a:hover {
    text-decoration: none;
}

/* Parche temporal para artista */
.fix_artist_section .scroller_w {
    height: unset;
    overflow-y: auto;
}
.fix_artist_section .header {
    position: fixed;
    top: 0px;
}
/* ==========================================================================
Media Queries
========================================================================== */

@media screen and (max-width: 1460px) {
    .drop_search li > a > div:nth-child(2).search-result-description {
        width: 50%;
    }
}

/* ----------Escala de altura de browser--------- */

@media screen and (min-width: 1025px) and (max-height: 700px) {
    .header_claro360 {
        margin-top: 35px;
    }
}

@media screen and (max-width: 1366px) {
    .lista_canciones.lista_c_al {
        width: 70%;
    }
}

/* ----------IPAD PRO --------- */
@media only screen
and (min-width: 1024px)
and (max-height: 1366px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 1.5) {
    .header {
        top: 0;
        z-index: 5;
    }

    .sub_menu {
        position: fixed;
        top: 50px;
    }

    .c_tipo1_wrapper, .c_tipo2_wrapper, .c_tipo4_wrapper, .c_tipo5_wrapper {
        padding: 27px 0 4px 258px;
    }

    body, .scroller_w {
        overflow: scroll;
    }

    .c_tipo1_wrapper, .c_tipo2_wrapper {
        overflow-x: hidden;
    }

    .radios_container, .my-music-page, .djs_container {
        padding: 27px 0 4px 252px;
    }

    .m_wrapper {
        position: relative;
    }

    #t_player_slider .ui-slider-handle {
        opacity: 1;
    }

    .v_ipads_off {
        display: none;
    }

    .container-search input#search {
        font-size: initial;
    }

    .carr_miniDes_G li > div {
        width: 100%;
    }

    .nav_vertical ul {
        overflow: hidden;
    }

    .video_ads_head {
        height: auto;
        /* left: 30%; */
    }

    .video_ads {
        width: 70%;
        left: 15%;
        top: 25%;
        height: 25%
    }

    .header_claro360 {
        top: 35px !important;
    }

    .nav_vertical_claro360 {
        top: 100px !important;
    }

    .sub_menu_claro360 {
        top: 100px !important;
    }

    .claro360_menu {
        width: 100%;
        position: fixed;
        top: 0;
        z-index: 1000;
    }

    .wait {
        display: none;
    }

    .wait_landscape {
        display: block
    }

}

@media only screen
and (min-width: 1024px)
and (max-height: 1366px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 1.5) {
    .header {
        top: 0;
    }

    .sub_menu {
        position: fixed;
        top: 50px;
    }

    .scroller_w {
        margin: 80px 0 0 0;
    }

    .c_tipo1_wrapper, .c_tipo2_wrapper {
        overflow-x: hidden;
    }

    .radios_container, .my-music-page, .djs_container {
        padding: 27px 0 4px 252px;
    }

    .carr_radios, .item_artista {
        width: 103%;
    }

    body, .scroller_w {
        overflow: scroll;
    }

    .m_wrapper {
        position: relative;
    }

    #t_player_slider .ui-slider-handle {
        opacity: 1;
    }

    .v_ipads_off {
        display: none;
    }

    .container-search input#search {
        font-size: initial;
    }

    .carr_miniDes_G li > div {
        width: 100%;
    }

    .whats_new {
        width: 885px;
    }

    .nav_vertical ul {
        overflow: hidden;
    }

    .ads_media {
        width: 885px;
    }

    .header_claro360 {
        top: 35px !important;
    }

    .nav_vertical_claro360 {
        top: 100px !important;
    }

    .sub_menu_claro360 {
        top: 100px !important;
    }

    .claro360_menu {
        width: 100%;
        position: fixed;
        top: 0;
        z-index: 1000;
    }
}

/*tablets in portrait mode*/
@media only screen and (min-device-width: 701px) and (max-device-width: 1024px) and (orientation: portrait) {
    .video_ads {
        width: 70%;
        left: 15%;
        top: 25%;
        height: 30%
    }

    .wait {
        display: none;
    }

    .wait_landscape {
        display: none
    }

    .wait_portrait {
        display: block
    }
}

/* ----------Pantalla mas de 1024px con altura de menos de 700px--------- */
@media screen and (min-width: 1024px) and (max-height: 700px) {
    .whats_new {
        height: 400px;
    }

    .whats_new_in1 > div > img {
        width: 235px;
    }

    .whats_new_in2 > div > img {
        width: 325px;
    }

    .whats_new_in1 > ul {
        padding-top: 45px;
    }

    .whats_new_in1 > ul > li {
        margin: 0 0 35px;
    }

    .whats_new_in2 > ul > li {
        margin: 0 0 18px;
    }

    .whats_new_in1 > ul > li, .whats_new_in2 > ul > li {
        font-size: 18px;
        line-height: 20px;
    }

    .whats_new > div:last-child > div {
        font-size: 20px;
        line-height: 20px;
    }

    .nav_vertical ul {
        overflow: hidden;
    }

    .ads_media {
        height: 400px;
    }

    .ads_content > div > img {
        width: 235px;
    }

    .nav_vertical_claro360 {
        top: 100px !important;
    }

    .sub_menu_claro360 {
        top: 100px !important;
    }

    .claro360_menu {
        width: 100%;
        position: fixed;
        top: 0;
        z-index: 1000;
    }
}

@media screen and (max-width: 1100px) {
    .B_Blue {
        height: auto;
        float: none;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .B_Blue > div {
        font-size: 12px;
    }
}

/* ----------Pantalla 1024px o menores --------- */
@media screen and (max-width: 1024px) {

    .pnf_404 {
        margin: 25% 0 0 0;
    }

    .nav_interno > ul > li.adjust_text {
        white-space: pre-wrap;
        overflow: hidden;
    }

    .c_tipo4_wrapper h1 {
        width: 100%;
    }

    .t_player > div:first-child > div {
        opacity: 1;
    }

    .volumen #pv_indicador {
        opacity: 1;
    }

    .scroller_w {
       margin: 0px 0 0 0;
    }

    .isDeeplink {
        margin-bottom: 0px;
        min-height: 100vh;
    }

    .m_wrapper {
        position: relative;
    }

    .c_tipo1_wrapper, .c_tipo2_wrapper {
        overflow-x: hidden;
    }

    /* .header > div:nth-child(2) {
        width: 25%;
    } */

    .sub_menu {
        position: fixed;
        top: 70px;
    }

    .carr_s_gral li > a, .carr_radios li > a, .secc_listas_gral li > a, .carr_artista li > a, .item_vip_user li > a, .item_artista li > a,
    .carr_miniDes li > a, .carr_miniDes_G li > a {
        background: rgba(0, 0, 0, 0);
    }

    #t_player_slider .ui-slider-handle {
        opacity: 1;
    }

    .player_wrapper > div:first-child > div {
        max-width: 190px;
    }

    .player_wrapper > div:first-child > div > div, .player_wrapper > div:first-child > div > div:last-child {
        width: 185px;
    }

    .v_ipads_off {
        display: none;
    }

    .nav_vertical > a:hover, .nav_vertical li > a:hover {
        background: transparent;
        color: #fff;
    }

    .whats_new {
        width: 885px;
    }

    .nav_vertical ul {
        overflow: hidden;
    }

    .profile-s {
        width: 240px;
    }

    .alert_pop_um {
        width: 100%;
        top: 70px;
    }

    .alertMessage {
        top: 0px;
        width: 100%;
    }

    .alertMessage > div:first-child {
        text-align: center;
        font-size: 15px;
        font-weight: 700;
        flex-grow: 1;
        line-height: 19px;
        margin: 0 !important;
    }

    .alert_pop_um > div:first-child {
        font-size: 15px;
        font-weight: 700;
        flex-grow: 1;
        line-height: 19px;
        margin: 0 0 0 226px;
    }

    .container-search input#search {
        font-size: initial;
        /* width: 74% */
    }

    /*
    .container-search input#search:focus {
        width: 85%
    }
    */

    .ads_media {
        width: 885px;
    }

    .header_claro360 {
        top: 35px !important;
    }

    .nav_vertical_claro360 {
        top: 100px !important;
    }

    .sub_menu_claro360 {
        top: 100px !important;
    }

    .main_claro360 {
        margin: 100px 0 0 0;
    }

    .claro360_menu {
        width: 100%;
        position: fixed;
        top: 0;
        z-index: 1000;
    }

    .tyc_upper div {
        margin-bottom: 100px;
    }

    .header > div:nth-child(3).unlimited-button-copntainer > div > a > div {
        display: none;
    }

    /* .header > div:nth-child(3) {
        margin: 20px 0 10px 10px;
        flex-grow: 2;
        display: flex;
        flex-direction: row-reverse;
    } */

}

/* ----------IPAD --------- */
@media only screen
and (min-width: 768px)
and (max-height: 1024px)
and (orientation: landscape) {
    .radios_container, .djs_container {
        padding: 27px 0 4px 252px;
    }

    .carr_radios, .item_artista {
        width: 103%;
    }
}

@media only screen
and (min-width: 768px)
and (max-height: 1024px)
and (orientation: portrait) {
    .radios_container, .djs_container {
        padding: 27px 0 4px 252px;
    }
}

/* ----------Pantalla 910 px o menores --------- */
@media screen and (max-width: 997px) {
    .player_wrapper > div:first-child > a {
        margin: 0 10px 0 0;
    }

    .player_wrapper > div:first-child > a + a {
        display: none;
    }

    .c_player > ul > li:nth-child(4), .c_player > ul > li:nth-child(5), .c_player > ul > li:nth-child(6), .c_player > ul > li:nth-child(7) {
        display: none;
    }

    .context_pop > ul > li:nth-child(7), .context_pop > ul > li:nth-child(8), .context_pop > ul > li:nth-child(9), .context_pop > ul > li:nth-child(10) {
        display: block;
    }

    .player_wrapper > div:first-child {
        max-width: 205px;
    }

    .player_wrapper > div:first-child > div, .player_wrapper > div:first-child > div > div, .player_wrapper > div:first-child > div > div:last-child {
        width: 150px;
    }

    .player_wrapper > div:first-child > div {
        max-width: 150px;
    }

    .pnf_404 {
        margin: 48% 0 0 0;
    }

    .disable_cp {
        width: 180px;
    }

    .msj_allscreen_pop {
        top: -15%;
    }

    .carr_miniDes_G li > div {
        width: 100%;
    }

    .msj_allscreen_pop_IE {
        top: -15%;
    }

    .carr_miniDes_G li > div > div + div {
        width: 40%;
    }

    .whats_new {
        width: 650px;
        height: 545px;
    }

    .whats_new_in1 > ul {
        padding: 65px 0 0 35px;
    }

    .whats_new_in2 > ul {
        padding: 0 10px 0 25px;
    }

    .whats_new_in2 > ul > li {
        font-size: 20px;
        line-height: 26px;
        margin: 0 0 13px 0;
    }

    .nav_vertical li > a > i > div {
        font-size: 10px;
    }

    .logo-s {
        width: 28% !important;
    }

    .ads_media {
        width: 650px;
        height: 545px;
    }
}

@media screen and (max-width: 850px) {
    .header > div:nth-child(2) {
        width: 25%;
    }
}

@media screen and (max-width: 800px) {
    .header > div:nth-child(2) {
        width: 35%;
    }

    .header > div:nth-child(3) {
        margin: auto 10px;
        flex-grow: 0;
    }

    .header > div:nth-child(3).unlimited-button-copntainer {
        min-width: auto;
    }

    .header > div:nth-child(3).unlimited-button-copntainer > div > a > div {
        display: none;
    }

    .header > div:last-child.profile-head-container {
        flex-grow: 0;
    }

    .alert_pop_um {
        width: 100%;
        top: 69px;
    }

    .alertMessage {
        top: 0px;
        width: 100%;
    }

    .alertMessage > div:first-child {
        text-align: center !important;
        font-size: 15px;
        font-weight: 700;
        flex-grow: 1;
        line-height: 19px;
        width: 100% !important;
        margin: 0 !important;
    }

    .alert_pop_um > div:first-child {
        font-size: 15px;
        font-weight: 700;
        flex-grow: 1;
        line-height: 19px;
        margin: 0;
        width: 56%;
        margin: 0 0 0 240px;
    }
    .container-search {
        width: 238px;
    }

    .container-search input#search {
        width: 70%
    }

    #player-general-container {
        width: 300px;
        height: 250px;
    }
    /*
    .container-search input#search:focus {
        width: 84%
    }
    */

    .container-search .icon-hp-close {
        left: 210px;
    }

    .drop_search {
        width: 239px;
    }

    #player-general-container {
        width: 300px;
        height: 250px;
    }

    .video_ads_foot {
        width: 55%;
    }

    .video_ads_props {
        width: 640px;
        height: 360px;
    }
}

@supports (-webkit-overflow-scrolling: touch) {
    @media screen and (max-width: 742px) {
        /* CSS specific to iOS devices */
        .sub_menu {
            overflow: unset!important;
        }
    }
}

/* ----------Pantalla 742 px fix de destacados --------- */
@media screen and (max-width: 742px) {
    .logo-s {
        width: 27% !important;
    }

    .wait {
        display: none;
    }

    .wait_landscape {
        display: none;
    }

    .wait_portrait {
        display: none;
    }

    .wait_mobile {
        display: block;
    }

    .sub_menu {
        overflow: auto;
    }

    .sub_menu > ul {
        width: max-content;
    }
}

/* ----------Pantalla 736 px fix de destacados --------- */
@media screen and (max-width: 736px) {
    .carr_miniDes li > div:first-child {
        width: 100%;
    }

    .carr_miniDes li > div.i_ply {
        left: 50%;
    }

    .carr_miniDes li, .carr_miniDes_G li {
        background: transparent;
        border: none;
    }

    .w_album {
        text-align: justify !important;

    }

    .w_album > div {
        width: 70%;
        max-width: 150px;
    }

    .w_album.list_detail_deeplink > div {
        width: 70%;
        max-width: 100%;
    }

    .w_album > div:last-child {
        float: left;
        width: 130px;
        left: 160px;
        margin: 0 0 15px 15px;
        position: relative;
        bottom: 140px;
    }

    .w_album.list_detail_deeplink > div:last-child {
        left: 0;
    }

    .header > div:nth-child(2) {
        width: 35%;
    }
}

/* ----------Pantalla 725 px fix de destacados --------- */
@media screen and (max-width: 725px) {
    .logo-s {
        width: 25% !important;
    }
}

/* ----------Pantalla 700 px o menores --------- */
/* Moviles */
@media screen and (max-width: 700px) {
    * {
      box-sizing: border-box;
    }

    .alert_pop_um {
        width: 100%;
        top: 50px;
    }

    .alertMessage {
        top: 0px;
        width: 100%;
    }

    .alert_pop_um > div:first-child {
        font-size: 15px;
        font-weight: 700;
        flex-grow: 1;
        line-height: 19px;
        margin: 0;
        width: 56%;
        margin: 0;
    }

    .nav_v_INactive {
        display: none;
    }

    #nav_vertical_open {
        display: none;
    }

    #nav_mobile_barra_lateral {
        display: none;
    }

    .nav_vertical {
        top: 0;
    }

    .nav_vertical li > a > i > div {
        display: none;
    }

    .nav_vertical.nav_v_INactive li > a > i {
        padding: 17px 0 0 0;
    }

    .nav-empty-button {
        display: none;
    }

    .header {
        position: fixed;
        height: auto;
        min-height: 50px;
        width: 100%;
        align-items: stretch;
        flex-wrap: wrap;
    }

    .scroller_w {
        padding-top: 50px;
    }

    .header > div:first-child {
        min-height: 50px;
        display: flex;
        align-items: center;
        width: calc(80% - 15px); 
        margin-left: 12px;
    }

    .header > div.logo-free-deeplink:first-child {
        margin: 12px 0 10px 10px;
    }

    .header > div:first-child img.logo-CM {
        width: 173px;
        height: 30px;
    }

    .header > div:nth-child(2) {
        order: 1;
        width: 80%;
        /* width: 100%; */
        margin-bottom: 15px;
        margin-top: 15px;
        position: absolute;
        left: 50%;
        right: 50%;
        transform: translateX(calc(-50% - 15px));
    }
    
    .header > div:nth-child(3) {
        box-sizing: border-box;
        width: calc(20% - 20px);
    }

    .header > div:nth-child(3) .profile-head {
       margin: 0;
    }

    .container-search {
        max-width: none;
    }

    .container-search > form {
        display: flex;
        gap: 15px;
    }

    .drop_search {
        max-width: none;
        /* max-height: none;
        width: 100vw;
        margin-top: 15px;
        left: -15px; */
    }

    /* .drop_search1 {
        min-height: 90vh;
    } */

    .search-head {
        display: none;
        top: 5px !important;
        right: 80px !important;
    }

    .c_tipo1_wrapper, .c_tipo2_wrapper {
        padding: 10px 0px 0 10px;
        height: calc(100vh - 160px);
    }

    .sub_menu {
        position: fixed;
        top: 50px;
    }

    .sub_menu > ul > li > a > i, .player_wrapper > div:first-child > a, .t_player > div:last-child {
        display: none;
    }

    .t_player_deeplink > div:last-child {
        display: block;
    }

    .sub_menu > ul {
        padding: 0;
    }

    .sub_menu > ul > li {
        margin: 0 5px;
        font-size: 14px;
    }

    .sub_menu > ul > li:first-child {
        margin-left: 8px;
    }

    .sub_menu > ul > li > a {
        width: 100%;
    }

    #generos_pop {
        position: fixed;
        top: 85px;
    }

    .shopping-cart-head {
        opacity: 1;
        top: 5px !important;
        right: 55px !important;
        display: block;
    }

    .shopping-cart-head-s {
        display: block;
        top: 5px !important;
        right: 10px !important;
    }

    .player_wrapper > div:first-child {
        margin: 0;
        width: 50%;
    }

    .player_wrapper > div:first-child > div {
        padding: 8px 0 0 15px;
    }

    .t_player {
        position: absolute;
        flex: initial;
        top: -21px;
        width: 100%;
        padding: 0;
        height: 26px;
    }

    .t_player_deeplink {
        position: relative;
        flex: initial;
        top: -3px;
        left: 0px;
        width: 100%;
        padding: 0;
        height: 26px;
    }

    #t_player_deeplink .t_player {
        height: 5px;
    }

    #t_player_slider {
        height: 27px;
    }

    #t_player_slider .ui-slider-range {
        height: 7px;
        top: 15px;
    }

    #t_player_slider .deeplink-range {
        height: 7px;
        top: 0px;
    }

    #t_player_slider .ui-slider-handle {
        height: 15px;
        width: 15px;
        top: 11px;
    }

    .c_player {
        position: absolute;
        right: 0;
        top: 0;
    }

    .container-search.cs-active {
        display: block;
    }

    .header > div:first-child {
        z-index: 0;
    }

    .label-head {
        display: none !important;
    }

    .scnd_drop.sd_play_alist {
        left: -27px;
        border: 1px solid #666;
    }

    .header {
        z-index: 999;
        margin-left: 0;
    }

    .mobile_cerrarS {
        display: block;
    }

    .mobile_loginS {
        display: block;
    }

    .whats_new {
        left: 0;
        width: 100%;
        padding: 0 10px;
    }

    .whats_new_in2 > div > img:first-child {
        display: none;
    }

    .whats_new_in2 > div > img:last-child, .whats_new_in1 > div > img {
        display: initial;
        width: 85%;
        margin: 15px 0;
    }

    .whats_new_in1 > div > img {
        width: 200px;
        margin: 15px 0;
    }

    .whats_new > div:first-child > div > img {
        width: 190px;
    }

    .whats_new > div:first-child > div > a {
        right: 15px;
    }

    .whats_new > div:first-child > div:last-child {
        font-size: 20px;
        line-height: 22px;
        margin: 10px 0;
    }

    .whats_new_in1 > div, .whats_new_in2 > div, .whats_new_in1 > ul, .whats_new_in2 > ul {
        width: 100%;
    }

    .whats_new_in2 > ul, .whats_new_in1 > ul {
        padding: 0;
    }

    .whats_new_in2 > ul > li, .whats_new_in1 > ul > li {
        margin: 0 0 10px 0;
        text-align: center;
        font-size: 17px;
        line-height: 20px;
    }

    .whats_new > div:last-child > div {
        font-size: 18px;
        line-height: 20px;
        padding: 0 42px;
    }

    .ticker {
        width: 100%;
        left: 0;
        bottom: 110px;
        padding: 15px 25px 11px 50px;
        bottom: 121px;
    }

    .nav_vertical_claro360 {
        top: 35px !important;
    }

    .sub_menu_claro360 {
        top: 85px !important;
    }

    .main_claro360 {
        margin: 115px 0 0 0;
    }

    /*Contextual player para moviles*/
    .context_pop, .dropd_img_cotx {
        top: 0;
        left: 0;
        position: fixed;
        z-index: 9998;
        width: 100%;
        height: 100%;
        background: #27282C;
    }

    .context_pop > ul, .dropd_img_cotx.scnd_drop > ul, .dropd_img_cotx ul {
        background: transparent;
        height: 100%;
        overflow-y: scroll;
    }

    .context_pop > ul, .context_pop > ul > li, .context_pop > ul > li > a, .context_pop > ul > li > .fav_icon, .context_pop > ul > li > .fav_icon {
        width: 100%;
    }

    .context_pop > ul > li, .context_pop > ul > li > a, .context_pop > ul > li > .fav_icon, .context_pop > ul > li > .fav_icon, .context_pop > ul > li > .fav_icon, .dropd_img_cotx > ul > li, .dropd_img_cotx > ul > li > a {
        height: 70px;
    }

    .context_pop > ul > li > a, .dropd_img_cotx > ul > li > a {
        padding: 28px 0 0 20px;
    }

    .context_pop > ul > li:last-child, .dropd_img_cotx > ul > li:last-child {
        margin-bottom: 70px;
    }

    .cancelar_ctx {
        width: 100%;
        float: left;
        height: 70px;
        display: block;
        position: fixed;
        bottom: 0;
        border-top: 1px solid #C4C4C4;
        background: #27282C;
    }

    .cancelar_ctx > a {
        width: 100%;
        height: 70px;
        float: left;
        text-align: center;
        padding-top: 28px;
    }

    .dropd_img_cotx.scnd_drop {
        top: 0;
        left: 0 !important;
        right: 0 !important;
        z-index: 9999;
        width: 100%;
        height: 100%;
        border: none;
        font-size: 14px;
        background: #27282C;
    }

    .dropd_img_cotx.scnd_drop > ul, .dropd_img_cotx.scnd_drop > ul > li, .dropd_img_cotx.scnd_drop > ul > li > a {
        width: 100%;
    }

    .dropd_img_cotx.scnd_drop > ul > li > a {
        padding: 28px 0 0 20px;
    }

    .dropd_img_cotx li.listaA_scroll {
        height: auto !important;
    }

    .listaA_scroll li, .newl, .newl > a {
        height: 70px !important;
    }

    .listaA_scroll li > a {
        height: 70px;
        padding: 28px 20px;
    }

    .dropd_img_cotx.scnd_drop > ul > li:first-child {
        height: auto;
    }

    .dropd_img_cotx.scnd_drop > ul > li:first-child > div {
        font-size: 20px;
        height: 50px;
        padding-top: 20px;
    }

    .dropd_gral ul > li.hide_menu_desktop {
        display: block;
    }

    .dropd_img_cotx.scnd_drop > ul > li, .dropd_img_cotx.scnd_drop > ul > li > a {
        height: 70px;
        font-size: 14px;
    }

    .context_pop > ul > li > a:hover, .context_pop > ul > li > .fav_icon:hover, .dropd_img_cotx li > a:hover, .dropd_img_cotx.scnd_drop li > a:hover, .dropd_gral ul > li > a:hover, .dropd_gral ul > li > .fav_icon:hover {
        background: transparent;
        color: #fff;
    }

    .context_pop > ul > li > a:hover > i,
    .context_pop > ul > li > .fav_icon:hover > i {
        color: #fff;
    }

    div.ads-google-banner {
        width: 387px;
        height: 134px
    }

    .video_ads_head {
        width: 100%;
        height: auto;
        font-size: 16px;
    }

    .video_ads_head > img {
        align-self: center;
    }

    .video_ads_foot {
        width: 54%;
    }

    .video_ads {
        width: 70%;
        left: 15%;
        top: 25%;
        height: 30%
    }

    .video_ads_props {
        width: 600px;
        height: 300px;
    }

    .claro360_scroll_menu {
        display: block !important;
    }

    .claro360_scroll_menu > i {
        font-size: 20px;
    }

    .claro360_scroll_menu > a > img {
        margin: 5px 10px 0 0;
    }

    .claro360_menu_horizontal {
        display: none !important;
    }

    .claro360_menu {
        width: 100%;
        position: fixed;
        top: 0;
        z-index: 1000;
    }

    .claro360_menu > ul > li > a > i {
        display: none;
    }

    .claro360_menu > ul {
        padding: 0;
    }

    .claro360_menu > ul > li {
        margin: 0 5px;
        font-size: 14px;
    }

    .claro360_menu > ul > li:first-child {
        margin-left: 8px;
    }

    .claro360_menu > ul > li > a {
        width: 100%;
    }

    .player_wrapper {
        bottom: 60px;
    }

    .bottom_menu {
        display: block;
        position: fixed;
        bottom: -2px;
        width: 100%;
        background: rgba(0, 0, 0, .7);
        height: 65px;
        z-index: 4;
    }

    .bottom_menu > ul {
        width: 100%;
        height: 100%;
        background-color: #282828;
    }

    .bottom_menu > ul > li {
        position: relative;
        width: 20%;
        font-size: 17px;
        text-align: center;
        display: inline-block;
        vertical-align: bottom;
    }

    .bottom_menu > ul > li > a {
        display: block;
        line-height: 1;
        margin: 5% 0;
    }

    .bottom_menu > ul > li > a:hover {
        color: #fff;
        border-bottom: 2px solid #fff;
        padding-bottom: 2px;
    }

    .bottom_menu > ul > li > a > i {
        font-size: 22px;
    }

    .bottom_menu > ul > li.sub_m_active {
        border-bottom: 2px solid #fff;
    }

    .bottom_menu > ul > li > div.dropd_gral, .nav_interno_2 > ul > li > div.dropd_gral, .bottom_menu > ul > li > div.dropd_profile {
        position: absolute;
    }

    .bottom_menu.sm_down {
        z-index: 0;
    }

    .B_Blue {
        height: auto;
    }

    .queue_pop {
        height: 660px;
    }

    .about_container {
        overflow-y: hidden;
    }

    .icn_on {
        display: none;
    }

    .ctx_list_artist {
        max-height: none;
    }

    a.container-section-dj {
        position: relative!important;
        opacity: 1!important;
    }

    .search-input-container {
        position: relative;
        width: 100%;
    }

    /* .btn_close {
        display: inline-block;
    } */
}

@media screen and (max-height: 623px) {
    .queue_pop {
        height: 444px;
    }

    .queue_pop > div:nth-child(2) {
        height: 265px;
    }
}

@media screen and (max-width: 618px) {
    /* .header > div:nth-child(2) {
        margin: 1rem 20%;
    } */
    /* .drop_search {
        width: 360px;
    } */
}

@media screen and (max-width: 600px) {
    .predictive_songs td:nth-child(3), .predictive_songs th:nth-child(3),
    .predictive_songs.C_album td:nth-child(3), .predictive_songs.C_album th:nth-child(3),
    .predictive_songs.C_album td:nth-child(4), .predictive_songs.C_album th:nth-child(4),
    .predictive_songs td:nth-child(4), .predictive_songs th:nth-child(4) {
        display: none;
    }
}

@media screen and (max-width: 500px) {
   /*  .header > div:nth-child(2) {
        margin: 1rem 10%;
    } */
}

@media screen and (max-width: 420px) {

    .msj_allscreen_pop {
        width: 280px;
        min-height: 180px;
        padding: 15px;
        left: 0px;
    }

    .alert_pop_um {
        top: 50px;
        padding-left: 10px;
        min-height: 40px;
        height: auto;
        width: 100%;
        margin: 0 0 0 0;
        position: fixed;
        z-index: 100;
    }

    .alert_pop_um > div:first-child {
        font-size: 15px;
        font-weight: 700;
        flex-grow: 1;
        line-height: 19px;
        margin: 0;
        width: 85%;
    }

    .alert_pop_um > div:last-child, .ticker > div:last-child {
        top: 5px;
        right: 10px;
    }

    .alertMessage {
        top: 60px;
    }

    .carr_miniDes li > div:first-child > img {
        width: 590px;
        top: 39%;
    }

    .carr_s_gral li, .carr_artista li, .item_artista li, .item_vip_user li, .item_artista li, .secc_listas_gral li, .carr_radios li, .carr_s_gral li > div, .secc_listas_gral li > div, .carr_radios li > div, .carr_artista li > div + div, .item_vip_user li > div + div {
        width: 100px;
    }

    .carr_s_gral li > a, .carr_radios li > a, .secc_listas_gral li > a, .carr_s_gral li > div:first-child,
    .secc_listas_gral li > div:first-child, .carr_radios li > div:first-child, .carr_artista li > div:first-child,
    .item_vip_user li > div:first-child, .carr_artista li > a, .item_vip_user li > a,
    .secc_listas_gral.playlist_list_wrapper li .base_cover_image {
        width: 100px;
        height: 100px;
    }

    .carr_s_gral li > div:first-child > img, .secc_listas_gral li > div:first-child > img, .carr_radios li > div:first-child > img, .carr_artista li > div:first-child > img {
        width: 100px;
        height: 98px;
    }

    .item_artista li .image-wrapper {
        width: 98px;
        height: 98px;
        margin: 0 auto;
    }

    .player_wrapper > div:first-child > div, .player_wrapper > div:first-child > div > div, .player_wrapper > div:first-child > div > div:last-child {
        width: 100%;
    }

    .carr_miniDes li, .carr_miniDes_G li, .carr_miniDes li > div {
        width: 387px;
        height: 134px;
    }

    .carr_s_gral {
        height: 205px;
    }

    .carr_radios, .carr_artista {
        height: 180px;
    }

    .carr_radios, .item_artista {
        width: 110%;
    }

    .carr_s_gral li > div.top_canciones h3, .carr_s_gral li > div.top_canciones h2 {
        width: 66px;
    }

    .alert_pop_um > div:last-child {
        margin-top: 5px;
    }

    .ticker {
        width: 100%;
        padding: 10px 20px 10px 15px;
        height: auto;
        min-height: 35px;
    }

    .ticker > div:first-child {
        font-size: 13px;
        width: 94%;
    }

    .msj_un_disp, .new_lvl {
        left: 0;
    }

    .new_lvl {
        width: 375px;
        margin: 0 auto;
        top: 60px;
    }

    .new_lvl > div > img {
        height: 150px;
    }

    .carr_miniDes_G li > div > div {
        width: 135px;
    }

    .carr_miniDes_G li > div > div + div {
        top: 35px;
        left: 135px;
        width: 60%;
    }

    .whats_new {
        top: -60px;
        height: 450px;
    }

    .whats_new_in1 > div > img {
        width: 160px;
        margin: 10px 0;
    }

    .whats_new_in2 > div > img:last-child {
        margin: 10px 0;
    }

    .search-head {
        display: none;
        top: 0px !important;
        right: 80px !important;
    }

    .container-search.cs-active {
        display: block;
    }

    /* .container-search {
        display: none;
    } */

    .container-search.cs-active {
        margin-left: auto;
    }

    .drop_search {
        top: 60px;
        margin-top: -10px;
        /* width: 370px; */
    }

    .drop_search > div {
        float: left;
        width: 98%;
        margin-left: 1px;
    }

    /* .header > div:nth-child(2) {
        margin: 1rem 5%;
    } */

    .header > div:last-child.profile-head-container > div > a > i > img {
        width: 30px;
        height: 30px;
    }

    .header > div:last-child.profile-head-container > div.shopping-cart-head {
        display: block;
        top: 5px !important;
        right: 60px !important;
        margin: 10px;
    }

    .shopping-cart-head-s {
        display: block;
        top: 0px !important;
    }

    .profile-head > a > i {
        font-size: 28px;
    }

    .dropd_profile {
        top: 70px;
    }

    .dropd_profile:after {
        content: "";
        border-style: solid;
        border-width: 20px;
        width: 0;
        height: 0;
        position: absolute;
        top: 0%;
        left: 84%;
    }

    .ads_media {
        top: -60px;
        height: 280px;
    }

    .ads_content > div > img {
        width: 240px;
        margin: 0;
    }

    .carr_s_gral li > div.i_ply, .secc_listas_gral li > div.i_ply, .carr_radios li > div.i_ply,
    .carr_s_gral li > div.i_fav, .secc_listas_gral li > div.i_fav, .carr_radios li > div.i_fav,
    .carr_s_gral li > div.i_ctx, .secc_listas_gral li > div.i_ctx, .carr_radios li > div.i_ctx,
    .secc_listas_gral.playlist_list_wrapper .overlay .i_ply,
    .secc_listas_gral.playlist_list_wrapper .overlay .i_ctx,
    .secc_listas_gral.playlist_list_wrapper .overlay .i_fav {
        display: none !important;
    }

    .tyc_upper div {
        margin-bottom: 30px;
    }

    .nav_vertical .nav_burger_a {
        display: none;
    }

    .menu-small-text {
        font-size: 12px;
        padding: 5px 0 0 0;
    }

    .B_Black_evento > div {
        width: 140px;
    }

    .queue_pop {
        height: 560px;
    }

    .queue_pop > div:nth-child(2) {
        max-height: 377px;
        height: 100%;
    }

    .btn_unlimited {
        width: 33px;
    }

    .video_ads_foot {
        top: 146%;
        width: 100%;
        left: 0;
    }

    .video_ads_props {
        width: 300px;
        height: 250px;
    }

    .video_ads_text {
        width: 300px;
        padding: 12px 0 0 0;
        font-size: 13px;
    }
}

/* ----------Pantalla 375 px o menores --------- */
@media screen and (max-width: 375px) {
    .container-search input#search:focus {
        width: calc(85% - 35px);
    }

    .c_player li, .c_player li > a, .c_player li > a > i {
        width: 41px;
    }

    .c_player li > a > i > img:last-child {
        left: 4px;
    }

    .carr_miniDes li, .carr_miniDes_G li, .carr_miniDes li > div {
        width: 350px;
        height: 133px;
    }

    .carr_s_gral li > a, .carr_radios li > a, .secc_listas_gral li > a, .carr_s_gral li > div:first-child, .secc_listas_gral li > div:first-child,
    .carr_radios li > div:first-child, .carr_artista li > div:first-child, .item_vip_user li > div:first-child, .carr_artista li > a, .item_vip_user li > a {
        width: 100px;
        height: 100px;
    }

    .carr_s_gral li > div:first-child > img, .secc_listas_gral li > div:first-child > img, .carr_radios li > div:first-child > img,
    .carr_artista li > div:first-child > img, .item_vip_user li > div:first-child > img {
        width: 100px;
        height: 98px;
    }

    .item_artista li .image-wrapper {
        width: 98px;
        height: 98px;
        margin: 0 auto;
    }

    .carr_s_gral li, .carr_artista li, .item_vip_user li, .item_artista li, .secc_listas_gral li, .carr_radios li,
    .carr_s_gral li > div, .secc_listas_gral li > div, .carr_radios li > div, .carr_artista li > div + div, .item_vip_user li > div + div, .item_artista li > div + div {
        width: 100px;
    }

    .carr_artista > div > a {
        top: 0px;
    }

    .carr_artista li, .item_artista li, .item_vip_user li {
        margin: 0px 15px 0 0;
    }

    .dropd_img_cotx li > a, .dropd_img_cotx li {
        width: 100%;
    }

    .carr_miniDes_G li > div > div + div {
        left: 135px;
        width: 200px;
        top: 30px;
    }

    .carr_miniDes_G li > div > div + div > h3 {
        font-size: 13px;
    }

    .carr_miniDes_G li > div > div + div > h2 {
        font-size: 11px;
    }

    .carr_s_gral li > div.top_canciones {
        width: 100px;
    }

    .queue_pop {
        height: 460px;
    }

    .queue_pop > div:nth-child(2) {
        height: 280px;
    }

    .queue_pop > div:nth-child(2) > div > div > ul {
        margin: 5px 0 0 0;
    }

    .dropd_gral ul > li, .dropd_gral ul > li > a, .dropd_gral ul > li > .fav_icon {
        font-size: 14px;
        min-height: 32px;
        line-height: 15px;
    }

    .dropd_gral ul > li > a,
    .dropd_gral ul > li > .fav_icon {
        padding-top: 9px;
    }

    .disable_cp {
        width: 164px;
    }

    .whats_new {
        height: 380px;
        top: -70px;
    }

    .whats_new_in1 > div > img {
        width: 155px;
    }

    .whats_new > div:last-child > div {
        font-size: 15px;
        line-height: 20px;
        padding: 0;
        font-weight: bold;
        margin: 0 0 15px 0;
    }

    .whats_new_in2 > ul > li, .whats_new_in1 > ul > li {
        font-size: 14px;
        line-height: 16px;
        margin: 0 0 4px 0;
    }

    .dropd_profile ul > li, .dropd_profile ul > li > a {
        font-size: 14px;
        min-height: 32px;
        line-height: 15px;
    }

    .dropd_profile ul > li > a {
        padding-top: 9px;
    }

    .profile-head > a > i {
        font-size: 25px;
    }

    #profile_pop {
        /* height: 140px; */
    }

    #profile_pop_s {
        height: 100px;
    }

    .ads_media {
        height: 270px;
        top: -70px;
    }

    .player_wrapper {
        width: 101%;
    }

    .B_Black_evento > div {
        width: 125px;
    }

    .bottom_menu {
        bottom: -3px;
    }

    /* .drop_search {
        width: 345px;
    } */

    .alert_pop_um > div:first-child {
        margin: 0px;
        width: 90%;
        text-align: center;
    }

    .alert_pop_um > div:last-child, .ticker > div:last-child {
        top: 5px;
        right: 10px;
    }

}

@media screen and (max-width: 360px) {
    /* .header > div:nth-child(2) {
        margin: 1rem 3%;
    } */
    .B_Black_evento > div {
        width: 125px;
    }
}

/* ----------Pantalla 320 px o menores --------- */
@media screen and (max-width: 320px) {

    .c_player li, .c_player li > a, .c_player li > a > i {
        width: 37px;
    }

    .c_player li > a > i > img:last-child {
        left: 2px;
    }

    .queue_pop {
        height: 415px;
    }

    .queue_pop > div:nth-child(2) {
        height: 240px;
    }

    .queue_pop > div:nth-child(2) > div > div > ul {
        margin: 5px 0 0 0;
    }

    .volumen #pv_indicador {
        opacity: 1;
    }

    .dropd_img_cotx li > a, .dropd_img_cotx li {
        width: 100%;
    }

    .carr_evento {
        height: 260px;
    }

    .carr_evento li > div {
        width: 290px;
    }

    .carr_evento li > div > a {
        width: 86%;
        height: 115px;
    }

    .carr_evento li > div > div {
        width: 100%;
        padding: 7px 10px;
    }

    .B_Black_evento {
        height: auto;
    }

    .B_Black_evento > div {
        width: 105px;
    }

    .pnf_404 {
        margin: 36% 0 0 0;
    }

    .pnf_404 > div:nth-child(2) {
        font-size: 30px;
    }

    .pnf_404 > div:last-child {
        font-size: 20px;
    }

    .carr_miniDes li, .carr_miniDes_G li, .carr_miniDes li > div {
        width: 300px;
        height: 120px;
    }

    .carr_miniDes li > div:first-child > img {
        width: 530px;
        top: 35%;
    }

    .carr_s_gral li, .carr_artista li, .item_vip_user li, .item_artista li, .secc_listas_gral li, .carr_radios li,
    .carr_s_gral li > div, .secc_listas_gral li > div, .carr_radios li > div,
    .carr_artista li > div + div, .item_vip_user li div + div, .item_artista li > div + div {
        width: 90px;
    }

    .carr_s_gral li > a, .carr_radios li > a, .secc_listas_gral li > a, .carr_s_gral li > div:first-child, .secc_listas_gral li > div:first-child,
    .carr_radios li > div:first-child, .carr_artista li > div:first-child, .item_vip_user li > div:first-child, .carr_artista li > a, .item_vip_user li > a {
        width: 90px;
        height: 90px;
    }

    .carr_s_gral li > div:first-child > img, .secc_listas_gral li > div:first-child > img, .carr_radios li > div:first-child > img,
    .carr_artista li > div:first-child > img, .item_vip_user li > div:first-child > img {
        width: 100px;
        height: 88px;
    }

    .item_artista li .image-wrapper {
        width: 88px;
        height: 88px;
    }

    .disable_cp {
        width: 148px;
    }

    .msj_allscreen_pop {
        top: -35%;
    }

    .msj_un_disp {
        width: 100%;
    }

    .new_lvl {
        width: 320px;
    }

    .new_lvl > div > img {
        height: 130px;
        top: 40px;
    }

    .new_lvl > div > a {
        margin: 0 0 0 120px;
    }

    .carr_miniDes_G li > div > div {
        width: 120px;
    }

    .carr_miniDes_G li > div > div + div {
        left: 120px;
        width: 165px;
        top: 35px;
    }

    .carr_miniDes_G li > div > div + div > h3 {
        line-height: 14px;
    }

    .whats_new {
        height: 305px;
    }

    .whats_new > div:first-child > div > img {
        width: 152px;
        margin: 7px 0 0 0;
    }

    .whats_new > div:first-child > div:last-child {
        font-size: 15px;
        line-height: 18px;
        margin: 5px 0;
        font-weight: bold;
    }

    .whats_new_in1 > div > img {
        width: 110px;
        margin: 5px 0;
    }

    .whats_new_in2 > div > img:last-child {
        margin: 5px 0;
        width: 68%;
    }

    .whats_new_in2 > ul > li, .whats_new_in1 > ul > li {
        font-size: 13px;
        line-height: 15px;
        margin-bottom: 5px;
    }

    .whats_new > div:last-child > div {
        font-size: 13px;
    }

    .ads_media {
        height: 200px;
    }

    .ads_content > div > img {
        width: 180px;
        margin: 5px 0;
    }

    .tyc_upper div {
        margin-bottom: 0px;
    }

    /* .drop_search {
        width: 290px;
    } */

    .video_ads_foot {
        top: 135%;
    }
}

@media screen and (min-width: 420px) {
    .tickerFull .freedeeplink-data {
        padding-top: 3em;
    }

    .tickerFull .freedeeplink-data .freedeeplink-text {
        padding: 1em 0;
        font-size: 22px;
        line-height: 24px;
    }

    .tickerFull .freedeeplink-data .freedeeplink-button {
        padding: 1em 0;
    }

    .tickerFull div.close-btn {
        top: 30px;
    }
}

@media screen and (min-width: 576px) {
    .tickerFull div.freedeeplink-image .freedeeplink-image-bg-tablet-768 {
        display: block;
    }

    .tickerFull div.freedeeplink-image .freedeeplink-image-bg-mobile,
    .tickerFull div.freedeeplink-image .freedeeplink-image-bg-tablet-1024,
    .tickerFull div.freedeeplink-image .freedeeplink-image-bg-desktop {
        display: none;
    }

    .tickerFull .freedeeplink-data {
        padding-top: 2em;
        flex-direction: row;
        width: 70%;
        padding: 2em 1em 1em 1em;
    }

    .tickerFull .freedeeplink-data .freedeeplink-text {
        font-size: 18px;
        line-height: 20px;
        max-width: 50%;
        padding: 0 .5em;
    }

    .tickerFull .freedeeplink-data .freedeeplink-button {
        padding: 0 .5em;
    }

    .tickerFull div.close-btn {
        top: 25px;
    }
}

/* DESKTOP GENERIC RESOLUTION */
@media screen and (min-width: 700px) {
    .scroller_w > div {
        height: calc(100vh - 125px);
    }
    body {
        overflow: hidden;
    }

    .header > div:first-child {
        width: 23%;
    }
}

/* MOBILE GENERIC RESOLUTION */
@media screen and (max-width: 700px) {
    .scroller_w {
        margin-bottom: 110px;
    }

    .stop-scrolling {
        height: 100%;
        overflow: hidden;
    }

    .isDeeplink {
        margin-bottom: 0px;
        height: auto;
    }
}

@media screen and (min-width: 768px) {
    .tickerFull .freedeeplink-data {
        padding-top: 2.5em;
    }

    .tickerFull .freedeeplink-data .freedeeplink-text {
        font-size: 24px;
        line-height: 26px;
    }

    .tickerFull .freedeeplink-data .freedeeplink-button {
        justify-content: left;
    }

    .tickerFull div.close-btn {
        top: 30px;
    }

    .header > div:first-child {
        margin: 5px 0px 10px 5px;
    }
}

@media screen and (min-width: 1024px) {
    .tickerFull div.freedeeplink-image .freedeeplink-image-bg-tablet-1024 {
        display: block;
    }

    .tickerFull div.freedeeplink-image .freedeeplink-image-bg-mobile,
    .tickerFull div.freedeeplink-image .freedeeplink-image-bg-tablet-768,
    .tickerFull div.freedeeplink-image .freedeeplink-image-bg-desktop {
        display: none;
    }

    .tickerFull .freedeeplink-data .freedeeplink-text {
        max-width: 65%;
    }

    .tickerFull .freedeeplink-data .freedeeplink-button {
        width: 35%;
    }
}

@media screen and (min-width: 1366px) {
    .tickerFull div.freedeeplink-image .freedeeplink-image-bg-desktop {
        display: block;
    }

    .tickerFull div.freedeeplink-image .freedeeplink-image-bg-mobile,
    .tickerFull div.freedeeplink-image .freedeeplink-image-bg-tablet-768,
    .tickerFull div.freedeeplink-image .freedeeplink-image-bg-tablet-1024 {
        display: none;
    }

    .tickerFull .freedeeplink-data .freedeeplink-text {
        max-width: 55%;
        font-size: 28px;
        line-height: 26px;
    }
}

.genre-button-container {
    display: grid;
    grid-template-columns: repeat(4, minmax(160px ,248px));
    gap: 15px;
    justify-content: center;
    margin-bottom: 50px;
}

.genre-button {
    width: 100%;
    max-width: 248px;
    min-height: 80px;
    border-radius: 4px;
    padding: 30px 50px;
    display: grid;
    place-content: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.genre-button > p {
    font-weight: 700;
}

.genre-color-button-1 {
    background: linear-gradient(180deg, #5E31FF, #0D0196 );
}
.genre-color-button-2 {
    background: linear-gradient(180deg, #FCB80A, #FF8025 );
}
.genre-color-button-3 {
    background: linear-gradient(180deg, #5AD70E, #1F9601 );
}
.genre-color-button-4 {
    background: linear-gradient(180deg, #FF1212, #960101 );
}
.genre-color-button-5 {
    background: linear-gradient(180deg, #FF31AD, #960140 );
}
.genre-color-button-6 {
    background: linear-gradient(180deg, #FF6B00, #FF0000 );
}
.genre-color-button-7 {
    background: linear-gradient(180deg, #00A3FF, #0A58CE );
}
.genre-color-button-8 {
    background: linear-gradient(180deg, #5E31FF, #0D0196 );
}
.genre-color-button-9 {
    background: linear-gradient(180deg, #FCB80A, #FF8025 );
}
.genre-color-button-10 {
    background: linear-gradient(180deg, #5AD70E, #1F9601 );
}
.genre-color-button-11 {
    background: linear-gradient(180deg, #FF1212, #960101 );
}
.genre-color-button-12 {
    background: linear-gradient(180deg, #FF31AD, #960140 );
}
.genre-color-button-13 {
    background: linear-gradient(180deg, #FF6B00, #FF0000 );
}
.genre-color-button-14 {
    background: linear-gradient(180deg, #00A3FF , #0A58CE );
}

.btn-cancel-search {
    color: #FFF;
    background-color: transparent;
    outline: none;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    display: none;
}

@media screen and (max-width: 1024px) {
    .genre-button-container {
        grid-template-columns: repeat(3, minmax(160px ,248px));
    }
}

@media screen and (max-width: 800px) {
    .genre-button-container {
        grid-template-columns: repeat(2, minmax(160px ,248px));
    }
}

@media screen and (max-width: 700px) {
    .genre-button-container {
        grid-template-columns: repeat(3, minmax(160px ,170px));
    }
    .is-in-explore-page {
        padding-top: 80px !important;
    }
    .btn-cancel-search {
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .genre-button-container {
        grid-template-columns: repeat(2, minmax(130px ,200px));
    }
}

.pred-search-container-off {
    display: none;
}

.full-search {
    margin: 15px 0 !important;
}

.on_drop_containers > div {
    max-width: none;
}

.discover-claro {
    background-color: #1A1A1A;
    width: 100%;
    padding: 15px 10px 5px 10px;
    display: block;
    line-height: 18px;
}

.discover-claro:hover {
    cursor: pointer;
}

.discover-claro > p {
    font-size: 18px;
    font-weight: 600;
}

.discover-claro > div {
    display: flex;
    align-items: center;
    margin: 15px 0;
    gap: 15px;
}

.discover-claro > div > img {
    width: 50px;
    height: 50px;
    display: block;
}

.discover-claro > div > p {
    font-size: 16px;
}

.discover-claro > div > span {
    margin-left: auto;
    margin-right: 15px;
}

.bottom-clear {
    margin: 10px;
    margin-right: 20px;
    font-weight: 700;
    display: flex;
    justify-content: flex-end;
    text-transform: uppercase;
}

.bottom-clear:hover {
    cursor: pointer;
}

@media screen and (min-width: 700px) {
    .scroller_w > div.addon-video-container {
        height: calc(100vh - 70px);
    }
}

.profile-head-container {
    flex-grow: 1;
}

.profile-head-container .profile-avatar {
    min-width: 40px;
    min-height: 40px;
    border-radius: 50%;
}

.profile-head-container .profile-avatar .perfil_img_nav{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

@media screen and (min-width: 1024px) {
    .profile-head-container .profile-avatar {
        margin-right: 10px;
    }
}