


/* SECCION RADIO */
.title-radio{
    color: #000;
    font-weight: bold;
}
.menu-mobile{
    display: none;
}
.section-radio {
    height: 100%;
    width: 17%;
    background-color: #000;
    position: fixed;
    top:2%;
    bottom: 0;
    /* rtl:remove */
    left: 0;
    z-index: 1;
    /* Behind the navbar */
    padding: 48px 0 0;
    /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
    overflow-x: hidden;
    overflow-y: auto;
}

/* AUDIO ONLINE */
.audio-online {
    position: relative;
    transition: 0.4s;
    margin: 20px;
}

.audio-online img {
    opacity: 0.3;
}

.audio-online a {
    /*  position:relative;
    top: 25%;
    left: 35%; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.audio-online a i {
    color: #fff;
    box-shadow: 0 -1px 52px rgba(22, 200, 224, 0.884);
    border-radius: 50%;
    font-size: 7rem;
}

.audio-online a i:hover {
    color: #52da4d;
}

/* Gif player */
.gif-player {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.volume_controls {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

/* VIDEO ONLINE */

/* WHATSAPP */

.floatWapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25d365cc;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-floatWapp {
    margin-top: 16px;
}

.contenedor {
    width: 90px;
    height: 240px;
    position: fixed;
    right: 0px;
    bottom: 7px;
    z-index: 50;
}

.botonF1 {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #f436c5;
    right: 0;
    bottom: 0;
    position: absolute;
    margin-right: 16px;
    margin-bottom: 60px;
    border: none;
    outline: none;
    color: #FFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    transition: .3s;
    font-size: 2rem;
}

span {
    transition: .5s;
}

.botonF1:hover {
    transform: rotate(360deg);
    background: #009688;
}

.botonF1:active {
    transform: scale(1.1);
}

.btn-f {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    font-size: 1.3rem;
    outline: none;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 26px;
    transform: scale(0);
}

.botonF2 {
    background-color: #25d365;
    bottom: 112px;
    font-size: 1.3rem;
    transition: 0.5s;
}

.botonF3 {
    background: crimson;
    margin-bottom: 155px;
    transition: 0.7s;
}

.botonF4 {
    background: #009688;
    margin-bottom: 175px;
    transition: 0.9s;
}

.botonF5 {
    background: #FF5722;
    margin-bottom: 220px;
    transition: 0.99s;
}

.animacionVer {
    transform: scale(1);
}


/* Menu mobile desc */
.bloque-desplegable {
    display: none;
}

/* Nothing below this point is needed. */
.dark-mode-toggle {
    bottom: 3%;
    right: 3%;
    z-index: 10;
}

.dark-mode-toggle,
.dark-mode-toggle>*,
.dark-mode-toggle>*>* {
    cursor: pointer;
}

/* @media screen and (max-width: 992px) {
    .container {
        margin-right: 1rem;
        margin-left: 1rem;
    }
} */
/* Scrollable */

/* logo radio and mode mobile */
.logo-radio{
    display: none;
}

@media screen and (max-width: 768px) {
    .logo-radio{
        display: block;
        position: absolute;
        /*left: 20%;*/
    }
    .section-radio {
        display: none;
    }

    .menu-mobile {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 100;
        background-color: #000;
        width: 100%;
        height: 45px;
        padding: 0 1rem;
        display: grid;

        /* border-radius: 1rem 1rem 0 0; */
        transition: 0.4s;
        /* box-shadow: 0 -1px 12px rgba(59, 59, 59, 0.25); */
        box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
    }

/* .menu-mobile {
        display: inline-block;
        align-content: center;
        justify-content: space-between;
        column-gap: 1rem;
    } */
    ul {
        list-style: none;
    }



    .mobile-icon {
        display: flex;
        justify-content: space-between;
        column-gap: 1rem;
    }

    .icon-link {
        flex-direction: column;
        line-height: .3rem;
        color: #e3ebf7;
        row-gap: .25rem;
    }

    .navbar-nav {
        background-color: #191a19 !important;
    }

    .audio-online {
        position: fixed;
        width: 200px;
        height: 200px;
        bottom: 10%;
        left: 15%;
        background-color: #000;
        text-align: center;
        font-size: .7rem;
        box-shadow: 2px 2px 3px #999;
        z-index: 100;
    }

    .audio-online img {
        opacity: 0.3;
    }

    .audio-online a {
        /*  position:relative;
        top: 25%;
        left: 35%; */
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .audio-online a i {
        color: #fff;
        box-shadow: 0 -1px 52px rgba(22, 200, 224, 0.884);
        border-radius: 50%;
        font-size: 7rem;
    }

    .audio-online a i:hover {
        color: #52da4d;
    }

    .gif-player {
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: auto;
        height: 80%;
        text-align: center;
    }

    .down-hide {
        display: none;
    }

   #closePopUp {
        font-size: 2rem;
        /* z-index: 100; */
        text-decoration: none;
        color: #52da4d;
    }

    .video-online {
        position: fixed;
        width: 95%;
        height: 180px;
        bottom: 15%;
        /* left: 20%; */
        background-color: #000;
        text-align: center;
        font-size: .7rem;
        /* box-shadow: 2px 2px 3px #24c924; */
        z-index: 100;
    }

    .chat-online {
        display: none;
    }

    /* icon whatsapp */

    .floatWapp {
        right: 5px;
        bottom: 50px;
        width: 50px;
        height: 50px;
    }

    .my-floatWapp {
        margin-top: 11px;
    }

    .botonF1 {
        width: 40px;
        height: 40px;
        border-radius: 100%;
        background: #ee36f4;
        right: 0;
        bottom: 0;
        position: absolute;
        margin-right: 26px;
        margin-bottom: 80px;
        border: none;
        outline: none;
        color: #FFF;
        font-size: 36px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
        transition: .3s;
    }
    .botonF2 {
        width: 35px;
        height: 35px;
        margin-bottom: 50px;
    }

    .botonF3 {
        width: 35px;
        height: 35px;
        margin-bottom: 123px;
    }
    .botonF1>span{
        position: relative;
        bottom: 7px;
    }
    .nav-name-c {
        font-size: 0.8rem;
    }
    .only-this-horizon-scrollbar {
        max-width: 100%;
        padding: 0px;
        /* background-color: #fff; */
        height: auto;
        overflow: scroll;
    }
    .only-this-horizon-scrollbar p img{
        width: 100% !important;
        height: 100% !important;
    }
    .only-this-horizon-scrollbar p span img{
        width: 100% !important;
        height: 100% !important;
    }
    .only-this-horizon-scrollbar p iframe{
        width: 100% !important;
        height: 100% !important;
    }
    .only-this-horizon-scrollbar p span iframe{
        width: 100% !important;
        height: 100% !important;
    }
}



@media screen and (min-width: 576px) {
    .nav-list {
        align-items: center;
    }
}
