#mainCnt {
    transition: margin-left .5s;
    padding: 0;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 5000;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(53, 7, 41, 0.98) 0%, rgba(166, 0, 92, 0.96) 100%);
    overflow-x: hidden;
    padding-top: 70px;
    transition: .35s ease;
    box-shadow: 12px 0 28px rgba(0, 0, 0, 0.35);
}

.sidenav a {
    margin: 0 10px 6px 10px;
    padding: 10px 12px 10px 18px;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #fff4fb;
    display: block;
    transition: .2s ease;
    white-space: nowrap;
    border-radius: 10px;
    border: 1px solid transparent;
    letter-spacing: .02em;
}

.sidenav a:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.32);
    transform: translateX(2px);
}

.sidenav .closebtn {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 40px;
    height: 40px;
    line-height: 1;
    text-align: center;
    font-size: 22px;
    margin: 0;
    padding: 0;
    color: #ffffff;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.28);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none;
}

.sidenav .closebtn:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.45);
    transform: scale(1.04);
}

.sidenav .closebtn i {
    pointer-events: none;
}

/* Cabeza */
.headerCnt {
    height: 154px;
    background-color: #A6005C;
    border-bottom: 6px solid #bac;
    background-image: url(../../images/header_wave_23.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 0px;
    background-size: 100%;
}

.headerCnt video {
    min-width: 100%;
    height: 870px;
    position: fixed;
    top: -30%;
    left: 50%;
    transform: translateX(-50%);
    mix-blend-mode: screen;
    pointer-events: none;
}

.headerCnt .hcenter {
    position: relative;
    width: 1180px;
    margin: 0 auto;
}

.headerCnt .hcenter .mn {
    float: left;
    margin: 28px 20px;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.headerCnt .hcenter .mn:hover {
    opacity: .8;
    cursor: pointer;
}

.headerCnt .hcenter .lg {
    float: left;
    margin: 10px;
    width: 270px;
    height: 100px;
    background-size: contain;
    background-image: url(../../images/logo_cadenario.png?v=1);
    background-repeat: no-repeat;
    cursor: pointer;
}

.headerCnt .hcenter .fchppal {
    position: absolute;
    bottom: 8px;
    left: 18px;
    font-size: 13px;
    font-weight: bold;
    font-family: 'Manrope', 'Roboto', sans-serif;
    color: #fff8ff;
    letter-spacing: .2px;
    padding: 5px 13px;
    border-radius: 999px;
    background: rgba(28, 0, 21, 0.56);
    border: 1px solid rgba(255, 255, 255, 0.38);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
}

.headerCnt .hcenter .rpane {
    position: relative;
    float: right;
    width: 640px;
    height: 154px;
}

.headerCnt .hcenter .rpane .prg-lb {
    float: left;
    width: 160px;
}

.headerCnt .hcenter .rpane .prg-lb .lb {
    float: right;
    margin: 30px 0 4px;
    font-size: 12px;
    font-weight: bold;
    font-family: arial;
    text-align: right;
    color: #f2f2f2;
    padding: 6px;
    background-color: #d90060;
    border-radius: 10px;
}

.headerCnt .hcenter .rpane .prg-lb .tit {
    float: right;
    /* padding: 10px; */
    border-radius: 30px;
    font-size: 18px;
    font-weight: bold;
    font-family: arial;
    text-align: right;
    color: #bbaacc;
    /* background-color: #fff; */
}

.headerCnt .hcenter .rpane .prg-ft {
    display: none;
    float: left;
    margin-left: 10px;
    width: 154px;
    height: 154px;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.headerCnt .hcenter .rpane .p2 {
    float: left;
    margin: 16px 20px;
}

/* Redes */
.headerCnt .hcenter .rpane .p2 ul.net-ic {
    margin: 0;
    padding: 0;
}

.headerCnt .hcenter .rpane .p2 ul.net-ic a li {
    float: left;
    list-style-type: none;
    margin-left: 8px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-image: url(../../images/net_ico.png);
    opacity: .8;
}


.headerCnt .hcenter .rpane .p2 ul.net-ic a li:hover {
    opacity: 1;
    cursor: pointer;
}

.headerCnt .hcenter .rpane .p2 ul.net-ic a li.fb {
    background-position: 0px 0px;
}

.headerCnt .hcenter .rpane .p2 ul.net-ic a li.tw {
    background-position: -30px 0px;
}

.headerCnt .hcenter .rpane .p2 ul.net-ic a li.yt {
    background-position: -60px 0px;
}

.headerCnt .hcenter .rpane .p2 ul.net-ic a li.it {
    background-position: -90px 0px;
}

/* Controles de radio */
.headerCnt .hcenter .rpane .p2 .ctrl-bt {
    height: 20px;
}

.headerCnt .hcenter .rpane .p2 .ctrl-bt .vv {
    padding: 4px 8px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    font-family: arial;
    color: #d90060;
    text-align: center;
    /* border: 1px solid #ff0000; */
    border-radius: 4px;
    background-color: #fff;
}

.headerCnt .hcenter .rpane .p2 .ctrl-bt .lp {
    float: left;
    width: 40%;
    padding: 4px;
    margin-top: 10px;

    font-size: 12px;
    font-weight: bold;
    font-family: arial;
    color: #000;
    text-align: center;
    border: 1px solid #000;
    border-radius: 4px;
}

.headerCnt .hcenter .rpane .p2 .ctrl-bt .nc {
    float: right;
    width: 40%;
    padding: 4px;
    margin-top: 10px;
    font-size: 12px;
    font-weight: bold;
    font-family: arial;
    color: #000;
    text-align: center;
    border: 1px solid #000;
    border-radius: 4px;
}

.headerCnt .hcenter .rpane .p2 .ctrl-bt div:hover {
    background-color: #fcc;
    cursor: pointer;
}

.headerCnt .hcenter .rpane .p2 .ctrl-bt div.selected {
    color: #fff;
    background-color: #fcc;
}

/* Apps */
.headerCnt .hcenter .rpane .p3 {
    float: left;
    margin-top: 18px;
}

.headerCnt .hcenter .rpane .p3 ul.apps-ic {
    margin: 0;
    padding: 0;
}

.headerCnt .hcenter .rpane .p3 ul.apps-ic a li {
    list-style-type: none;
    margin-top: 8px;
    width: 118px;
    height: 40px;
    background-repeat: no-repeat;
    background-image: url(../../images/apps_ico.png);
    /* border:2px solid #fff; */
    opacity: 1;
}

.headerCnt .hcenter .rpane .p3 ul.apps-ic a li:first-child {
    margin-top: 0;
}

.headerCnt .hcenter .rpane .p3 ul.apps-ic a li:hover {
    opacity: 1;
    border: 2px solid #f2f2f2;
    cursor: pointer;
}

.headerCnt .hcenter .rpane .p3 ul.apps-ic a li.gp {
    background-position: 0px 0px;
}

.headerCnt .hcenter .rpane .p3 ul.apps-ic a li.as {
    background-position: 0px -40px;
}

/* Modulo escucha: version moderna limpia */
.headerCnt .hcenter .rpane {
    width: 600px;
    height: 146px;
    display: flex;
    align-items: center;
    gap: 16px;
    padding-top: 0;
}

.headerCnt .hcenter .rpane .listen-mod {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 330px;
    padding: 12px 14px 14px;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(24, 24, 30, 0.64) 0%, rgba(16, 16, 20, 0.62) 100%);
    border: 1px solid rgba(255, 255, 255, 0.34);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(6px);
    font-family: 'Manrope', 'Roboto', sans-serif;
    margin: 0 auto;
}

.headerCnt .hcenter .rpane .listen-mod .prg-lb {
    float: none;
    width: 100%;
    margin-top: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.headerCnt .hcenter .rpane .listen-mod .prg-lb .lb {
    float: none;
    margin: 0;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    color: #f4f4f4;
    text-transform: uppercase;
    background: linear-gradient(180deg, rgba(166, 0, 92, 0.9) 0%, rgba(114, 0, 63, 0.92) 100%);
    border: 1px solid rgba(255, 209, 236, 0.52);
    display: inline-block;
    line-height: 1;
}

.headerCnt .hcenter .rpane .listen-mod .prg-lb .lb:before {
    content: none;
}

.headerCnt .hcenter .rpane .listen-mod .prg-lb .tit {
    float: none;
    display: block;
    margin: 0;
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.01em;
    color: #ffffff;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
    white-space: nowrap;
}

.headerCnt .hcenter .rpane .listen-mod .ctrl-bt {
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
}

.headerCnt .hcenter .rpane .listen-mod .ctrl-bt .vv {
    position: relative;
    margin-top: 0;
    padding: 11px 16px 11px 44px;
    width: 230px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    color: #0f1115;
    background: linear-gradient(180deg, #ffffff 0%, #f0f0f0 100%);
    border: 1px solid rgba(255, 255, 255, 0.95);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.24);
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
    font-family: 'Manrope', 'Roboto', sans-serif;
    text-align: center;
    cursor: pointer;
}

.headerCnt .hcenter .rpane .listen-mod .ctrl-bt .vv:before {
    content: "\f04b";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: #ffffff;
    background: #15161a;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.22);
}

.headerCnt .hcenter .rpane .listen-mod .ctrl-bt .vv:hover {
    transform: translateY(-1px);
    background: linear-gradient(180deg, #ffffff 0%, #e8e8e8 100%);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.headerCnt .hcenter .rpane .p3 {
    float: none;
    margin-top: 0;
    width: 118px;
    justify-self: end;
}

.headerCnt .hcenter .rpane .p3 ul.apps-ic a {
    display: block;
}

.headerCnt .hcenter .rpane .p3 ul.apps-ic a + a {
    margin-top: 14px;
}

.headerCnt .hcenter .rpane .p3 ul.apps-ic a li {
    margin-top: 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.25);
}

.headerCnt .hcenter .rpane .p2 {
    float: none;
    width: auto;
    margin: 0;
}

.headerCnt .hcenter .rpane .p2 ul.net-ic {
    display: flex;
    justify-content: flex-end;
    width: auto;
    margin-bottom: 0;
    gap: 8px;
}

.headerCnt .hcenter .rpane .p2 ul.net-ic li {
    list-style: none;
}

.headerCnt .hcenter .rpane .p2 ul.net-ic li a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.18);
    /* border: 1px solid rgba(255, 255, 255, 0.34); */
    transition: .18s ease;
}

.headerCnt .hcenter .rpane .p2 ul.net-ic li a:hover {
    background: rgba(255, 255, 255, 0.24);
    transform: translateY(-1px);
}