*,::before,::after{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    background-color: black;
}
.d_seccion::-webkit-scrollbar{
    -webkit-appearance: none;
    -webkit-overflow-scrolling: touch;
}
.d_seccion::-webkit-scrollbar-thumb{
    background-color: black;
    width: 0;
    height: 0;
}
.d_seccion::-webkit-scrollbar-track{
    background-color: black;
    width: 0;
    height: 0;
}
/* Hide scrollbar for Chrome, Safari and Opera */
/* html::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0;
    height: 0;
    -webkit-overflow-scrolling: touch!important; 
    -ms-overflow-style: -ms-autohiding-scrollbar!important;
} */
.ini_screen{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    z-index: 1002;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
}
.hidden {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 2s, opacity 2s ease-in-out;
}
.logo_ini_screen{
    width: 200px;
    height: 200px;
}
.txt_ini_screen{
    position: relative;
    font-size: 29px;
    color: white;
}
.copyr{
    font-size: 15px;
    position: absolute;
}
.bot_version{
    color: white;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 20px;
}
.main_container{
    width: 100%;
    margin: 75px 0 50px;
}
.nav_bar{
    width: 100%;
    height: 55px;
    background-color: #151515;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 7;
}
.l_menu{
    position: absolute;
    top: 10px;
    left: 15px;
    cursor: pointer;
}
.l_menu > img{
    width: 35px;
}
.r_menu{
    display: none;
    position: absolute;
    top: 10px;
    right: 15px;
    border: none;
    cursor: pointer;
}
.r_menu > img{
    width: 35px;
}
.tit_app{
    color: white;
    font-size: 20px;
    background-color: transparent;
}
.tit_img{
    background-color: transparent;
    width: 40px;
}
/*  */
.d_seccion{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 15px;
}
.d_fila{
    width: 100%;
    display: flex;
    gap: 15px;
    overflow-x: scroll;
}
.head_row{
    display: flex;
    align-items: center;
}
.d_left_sec{
    color: white;
    font-size: 24px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 70%;
}
.d_right_sec{
    display: flex;
    align-items: center;
    justify-content: end;
    margin-right: 10px;
    width: 30%;
}
.d_right_sec p{
    color: #999;
    cursor: pointer;
    height: 25px;
}
.d_emisora{
    display: flex;
    flex-direction: column;
    gap: 10px;
    /* width: 150px;
    height: auto; */
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
/* .d_thumb{
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
} */
.d_thumb img{
    border-radius: 5px; 
}
.d_name{
    color: #999;
    text-align: center;
    font-size: 15px;
}
.bar_bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 75px;
    background-color: #151515;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 4;
}
.bar_bottom *{
    background-color: transparent;
}
.d_home,
.d_fav,
.d_pod,
.d_search{
    /* width: 33%; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    gap: 5px;
    cursor: pointer;
    background-color: transparent;
}

.img_bottom_bar{
    width: 25px;
}
.txt_bt_home{
    font-size: 11px;
    color: #fff;
}
.txt_bt_fav,
.txt_bt_pod,
.txt_bt_buscar{
    font-size: 11px;
    color: #555;
}
/* REPRODUCTOR */
.player{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 5;
}
.d_top_player,
.d_bottom_player{
    z-index: 1000;
    width: 100%;
    background-color: transparent;
}
.d_top_player{
    height: 45%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.d_chevron{
    width: 100%;
    height: 30px;
    background-color: transparent;
    text-align: center;
    margin-top: 10px;
    border: none;
    z-index: 100;
    cursor: pointer;
}
.d_chevron > img{
    width: 50px;
    background-color: transparent;
}
.big_artw{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    -webkit-filter: brightness(70%) blur(30px);
    filter: brightness(70%) blur(30px);
    transform: scale(1.1);
}
.graphmusic{
    display: none;
    position: absolute;
    bottom: 140px;
    right: 50%;
    transform: translate(50%);
    width: 95%;
    height: 80px;
    background-color: transparent;
    z-index: 1001;
    opacity: .5;
}
.d_artwork{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    background-color: transparent;
    z-index: 1000;
}
.caratula{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 10px;
    width: 290px;
    height: 290px;
    max-width: 320px;
    max-height: 320px;
    background-color: transparent;
    padding: 5px;
}
.artwork{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.d_tit_emisora{
    /* width: 100%; */
    color: #fff;
    text-align: center;
    font-size: 31px;
    background-color: transparent;
    margin: 15px 15px 5px;
    white-space: nowrap;
    overflow: hidden;
}
.d_desc_emisora{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* height: 50px; */
    color: white;
    background-color: transparent;
    font-size: 21px;
    padding: 0 10px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}
marquee{
    background-color: transparent;
}
.d_bt_p{
    position: absolute;
    bottom: 20px;
}
.d_lbl_timer{
    margin-top: 10px;
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}
.tit_timer{
    width: 100%;
    background-color: transparent;
    color: white;
    font-size: 22px;
    z-index: 1000;
    text-align: center;
}
.lbl_timer{
    color: white;
    font-size: 30px;
    background-color: transparent;
    z-index: 1000;
}
.ctr_btn{
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    background-color: transparent;
    position: absolute;
    bottom: 30px;
}
.btn{
    background-color: transparent;
    border: none;
    cursor: pointer;
}
.btns{
    width: 85px;
    cursor: pointer;
    background-color: transparent;
}
.img_three{
    width: 45px;
    cursor: pointer;
    background-color: transparent;
}
.btn_fav{
    width: 45px;
    cursor: pointer;
    background-color: transparent;
}
/* CONTROL VOLUMEN */
.d_volumen{
    display: none;
}
#vol-control {
    appearance: slider-horizontal;
    cursor: default;
    border: initial;
    margin: 2px;
    height: 12px;
    background: whitesmoke;
    border-radius: 15px;
    filter: hue-rotate(140deg)brightness(.9);
    width: 300px;
}

i.fa-volume-down {
    margin-right: -8px;
    right: 0;
    margin: 2px;
    font-size: 15px;
    background-color: white;
    color: white;
}
i.fa-volume-up {
    margin-right: -8px;
    right: 0;
    margin: 2px;
    font-size: 15px;
    background-color: transparent;
}
/* TIMER */
.btn_close_timer{
    color: white;
    position: absolute;
    right: 20px;
    font-size: 19px;
    cursor: pointer;
}
.d_timer{
    display: flex;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 2000px;
    left: 0px;
    overflow: auto;
    z-index: 1001;
}
.d_t_timer{
    position: fixed;
    width: 100%;
    height: 55px;
    color: white;
    background-color: #101010;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tb_timer{
    margin-top: 70px;
    width: 100%;
    border-collapse: collapse;
    border: 1px #ededed;
}
.tb_timer th{
    height: 45px;
    color: white;
    background-color: #101010;
}
.tb_timer td{
    height: 40px;
    color: white;
    padding: 10px 20px;
    font-size: 25px;
    cursor: pointer;
}
/* .tb_timer tr{
    border-bottom: 1px solid #222;
} */
/* MENU LATERAL */
.menu_lateral{
    position: fixed;
    top: 55px;
    left: -90%;
    width: 90%;
    height: 100vh;
    z-index: 1002;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
}
.rrss{
    display: flex;
    flex-direction: column;
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0px;
}
.s_r_123{
    display: flex;
    align-items: center;
    padding: 10px;
    font-size: 25px;
    color: black;
    height: 35px;
    background-color: white;
}
.d_x{
    display: flex;
    align-items: center;
    gap: 10px;
    height: 50px;
    margin: 10px;
    color: white;
    cursor: pointer;
    font-size: 25px;
    text-decoration: none;
}
.img_dx{
    width: 50px;
}
.credits{
    position: absolute;
    bottom: 100px;
}
.cred1,
.cred2{
    color: #999;
}
.cred1{
    font-size: 20px;
}
.cred2{
    font-size: 16px;
    text-align: center;
}
/* FAV SCREEN */
.d_tb_favs{
    position: fixed;
    top: 5000;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
}
.d_t_favs{
    position: absolute;
    top: 0;
    width: 100%;
    height: 55px;
    color: white;
    background-color: #101010;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn_close_favs{
    position: absolute;
    right: 20px;
    font-size: 19px;
    cursor: pointer;
}
.tb_favs {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin-top: 70px;
}
.tb_favs td, .tb_favs th {
    padding: 8px;
    cursor: pointer;
}
.tb_favs td{
    display: flex;
    gap: 20px;
    font-size: 20px;
    align-items: center;
    color: white;
}
.tb_favs td img{
    width: 55px;
    height: 55px;
    border-radius: 5px;
}
/* ALL VIEW */
.d_tb_all{
    position: fixed;
    top: 5000;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
}
.d_t_all{
    position: absolute;
    top: 0;
    width: 100%;
    height: 55px;
    color: white;
    background-color: #101010;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn_close_all{
    position: absolute;
    right: 20px;
    font-size: 19px;
    cursor: pointer;
}
.tb_all{
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin-top: 70px;
}
.tb_all td, .tb_all th {
    padding: 8px;
    cursor: pointer;
}
.tb_all td{
    display: flex;
    gap: 20px;
    font-size: 20px;
    align-items: center;
    color: white;
}
.tb_all td img{
    width: 55px;
    height: 55px;
    border-radius: 5px;
}
/* PODCAST VIEW */
.d_tb_pods{
    position: fixed;
    top: 5000px;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
}
.d_t_pods{
    position: absolute;
    top: 0;
    width: 100%;
    height: 55px;
    color: white;
    background-color: #101010;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn_close_pods{
    position: absolute;
    right: 20px;
    font-size: 19px;
    cursor: pointer;
}
.tb_pods{
    position: absolute;
    top: 0px;
    left: 0px;
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin-top: 70px;
}
.tb_subpods {
    position: absolute;
    top: 0px;
    left: 5000px;
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin-top: 70px;
    z-index: 100;
}
.tb_pods tr{
    cursor: pointer;
}
.tb_pods td, .tb_favs th {
    padding: 8px;
    cursor: pointer;
}
.d_td_subpods{
    display: flex;
    flex-direction: column;
}
.d_td_subpods span{
    font-size: 15px;
}
.tb_pods td,
.tb_subpods td{
    display: flex;
    gap: 20px;
    font-size: 20px;
    align-items: center;
    color: white;
    cursor: pointer;
}
.tb_pods td img{
    width: 55px;
    height: 55px;
    border-radius: 5px;
}
.d_tb_subpods{
    position: fixed;
    top: 0;
    left: 5000px;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
}

/* BANNER TIMER STOP */
.d_timer_stop{
    position: fixed;
    bottom: -500px;
    width: 100%;
    height: 230px;
    background-color: transparent;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    z-index: 6;
}
.up{
    background-color: #cccdcc;
    border-radius: 10px;
}
.down{
    background-color: transparent;
}
 .up,.down{
    width: 100%;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
 }
 .up > p{
    font-size: 22px;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 40px; */
    border-bottom: 0.5px solid #979798;
 }
 .btyes,.btno{
    text-align: center;
    width: 99%;
    height: 60px;
    background-color: transparent;
    border: none;
    font-size: 25px;
 }
 .bkblue{
    background-color: transparent;
    color: red;
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 5px;
    
 }
 .bkred{
    background-color: white;
    color: #007aff;
    border-radius: 10px;
    cursor: pointer;
 }
 /* CONTROL BAR */
 .control_bar{
    width: 100%;
    height: 60px;
    background-color: #cccdcc;
    position: fixed;
    bottom: -55px;
    display: none;
    padding: 0 15px;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    z-index: 3;
    overflow: hidden;
 }
 .big_image_control{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 55px;
    object-fit: cover;
    -webkit-filter: brightness(90%) blur(30px);
    filter: brightness(90%) blur(30px);
    /* transform: scale(1.1); */
 }
 .btn_control{
    border: none;
    position: absolute;
    right: 60px;
    top: 13px;
    background-color: transparent;
 }
 .control_graph{
    width: 35px;
    height: 35px;
    position: absolute;
    right: 20px;
    top: 5px;
    background-color: transparent;
 }
 .control_img{
    width: 25px;
    background-color: transparent;
 }
 .control_tit_radio{
    width: calc(100% - 150px);
    font-size: 14px;
    color: #fff;
    /* text-shadow: 1px 1px #ccc; */
    text-align: start;
    background-color: transparent;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    top: 10px;
    left: 70px;
 }
 .control_subt_radio{
    width: calc(100% - 150px);
    font-size: 13px;
    color: #fff;
    /* text-shadow: 1px 1px #ccc; */
    text-align: start;
    background-color: transparent;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    top: 28px;
    left: 70px;
 }
 .control_caratula{
    width: 38px;
    height: 38px;
    position: absolute;
    left: 15px;
    top: 7px;
    border-radius: 3px;
    z-index: 1;
 }

/* @media (max-width: 1843px) and (orientation: landscape) {

    .player{
        flex-direction: row;
    }
    .d_top_player,
    .d_bottom_player{
        width: 50%;
        height: 100%;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .d_artwork{
        height: auto;
    }
    .caratula{
        width: 525px;
        height: 525px;
    }
    .artwork{
        width: 100%;
        height: 100%;
    }
    .ems_name{
        font-size: 55px;
    }
    .d_lbl_timer{
        margin-top: 100px;
    }
    .tit_timer{
        font-size: 40px;
    }
    .lbl_timer{
        font-size: 35px;
    }
    .ctr_btn{
        bottom: 30px;
        width: 50%;
        display: flex;
        justify-content: space-around;
        z-index: 1000;
        background-color: transparent;
    }
} */

@media (orientation: landscape) {

    .player{
        flex-direction: row;
    }

    .d_top_player,
    .d_bottom_player{
        width: 50%;
        height: 100%;
        margin: 0;
    }
    .caratula{
        position: relative;
    }

    .d_tit_emisora{
        width: 100%;
        margin-top: 25px;
    }
    .btn{
        background-color: transparent;
        border: none;
    }

    .btn_fav,
    .btns,
    .img_three{
        position: relative;
        bottom: 0;
        right: 0;
        left: 0;
        transform: translate(0);
    }

    .d_lbl_timer{
        background-color: transparent;
        /* margin-top: 25px; */
    }
    .ctr_btn{
        /* position: absolute; */
        bottom: 30px;
        width: 50%;
        display: flex;
        justify-content: space-around;
        z-index: 1000;
        background-color: transparent;
    }
    .graphmusic{
        width: 45%;
        height: 50px;
        right: 20px;
        transform: none;
        bottom: 140px;
    }
}
/*@media (max-width: 1500px) and (orientation: landscape) {
	.caratula{
		width: 1600px;
		height: 1600px;
	}
}

 @media (max-width: 1500px) and (orientation: portrait) {

    .d_artwork{
        height: auto;
    }
    .caratula{
        width: 675px;
        height: 675px;
    }
    .artwork{
        width: 100%;
        height: 100%;
    }
    .d_tit_emisora{
        height: auto;
        margin-top: 75px;
    }
    .ems_name{
        font-size: 55px;
    }
    .d_lbl_timer{
        margin-top: 100px;
    }
    .tit_timer{
        font-size: 40px;
    }
    .lbl_timer{
        font-size: 35px;
    }
} */

/* @media (display-mode: standalone) {
    .app-button {
      display: block;
    }
} */


