* {
    margin: 0;
    padding: 0;
}

html,
body {
    text-align: center;
    background-color: black;
    font-family: 'Roboto';
        font-size: 12pt;
        margin: 0;
        padding: 0;
}


#titular {
    height: 8vh;
    background-color: black;
    color: whitesmoke;
    }

#titular h1{
     font-family:'Roboto';
        font-size:1.2em;
}

#player {
    width: 0%;´
}

   
@media only screen and (orientation:landscape) {
    #todo {
        width: 100%;
        height: 85vh;
        font-size: 10px;
        font-weight: bold;
        color: black;
        display: flex;
        background-color: black;
    }

    #izquierda {
        float: left;
        width: 66vw;
        height: 85vh;
        background-color: black;
    }
    
    .w3-container {
        width: 33vw;
        height: 85vh;
        background-color: black;
    }

    #chat {
        float: right;
        width: 100%;
        height: 100%;
        text-align: left;
    }

    #Chato {
        width: 30vw;

    }

    #radio,
    #horarios {
        width: 30vw;

    }
     #cuadritosf{
        padding-top:30px;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row nowrap; /* Safari 6.1+ */
        flex-flow: row nowrap;
        -webkit-justify-content: space-around; /* Safari 6.1+ */
        justify-content: space-around;
        }
        #aWrap{
        display: -webkit-flex;
                            display: flex;
                            -webkit-flex-flow: row nowrap; /* Safari 6.1+ */
                            flex-flow: row nowrap;
                            -webkit-justify-content: center; /* Safari 6.1+ */
                            justify-content: center;
        border: 2px solid #222;
        border-radius: 15%;
        max-width: 35%;
        background-color: #C35DC2;
        margin-left: 32%;
                    }
                     .panel-body{
                           height: calc(75vh - 128px) !important;
                           overflow-y:scroll;
                        }
}

@media only screen and (orientation:portrait) {
    
    #todo {
        width: 100%;
        height: 92vh;
        font-size: 10px;
        font-weight: bold;
        color: black;
        background-color: black;
    }

    #izquierda {
        float: none;
        width: 100vw;
        height: 56.5vw;
        background-color: black;
        overflow: hidden;
    }
    
    .w3-container {
        
        width: 100vw;
        height: calc(92vh - 72.5vw);
        background-color: black;
       
    }

    #Chato {
        width: 100vw;
    
        height: calc(92vh - 72.5vw);
    }

    #radio,
    #horarios {
        width: 82vw;
        height: calc(92vh - 72.5vw);
    }
    
    #chat {
        
        width: 92vw;
        height: calc(92vh - 72.5vw);
        text-align: left;
    }
    
    .panel-body{
       height: calc(92vh - 72.5vw - 128px) !important;
       overflow-y:scroll;
    }

     #cuadritos{

            display: -webkit-flex;
            display: flex;
            -webkit-flex-flow: row nowrap;
             flex-flow: row nowrap;
             -webkit-justify-content: space-around;
              justify-content: space-around;
        }
     #aWrap{
        display: -webkit-flex;
                    display: flex;
                    -webkit-flex-flow: row nowrap; /* Safari 6.1+ */
                    flex-flow: row nowrap;
                    -webkit-justify-content: center; /* Safari 6.1+ */
                    justify-content: center;

         border: 2px solid #222;
                border-radius: 15%;
                max-width: 35%;
                background-color: #C35DC2;
                margin-left: 32%;
                }
}

@media only screen and (min-width: 768px) {

    #chat {
        float: right;
        width: 100%;
        height: 10px;
        text-align: left;

    }
     .fa-lg{
            font-size:1.13333em;
        }
}

#footer-emojis-share {
    width: 100%;
    height: 25px;
    text-align: left;
    margin-top: 5px
}

#emojis {
    width: 57%;
    height: 25px;
    text-align: left;
    float: left
}

#emojis img {
    padding-right: 5px;
    cursor: pointer
}

#shareIcons {
    width: 43%;
    height: 25px;
    text-align: right;
    float: right
}

.seek-disabled {
    display: none !important
}

.botao {
    background-color: #09C;
    border-color: #039;
    color: #FFF
}

.botao:hover {
    color: #CCC
}

.panel-success > .panel-heading {
    color: #FFF;
    background-color: #09C;
    border-radius: 0
}

.panel {
    background-color: #fff;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #DADADA;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

@media only screen and (min-width: 768px) {
    .panel-success > .panel-heading {
        color: #FFF;
        background-color: #09C;
        border-color: #039
    }

    .panel {
        background-color: #fff;
        border-top: 0;
        border-right: 0;
        border-left: 1px solid #DADADA;
        border-bottom: 1px solid #DADADA;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
        box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
    }
}



.texto-pequeno {
    color: #333;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 400
}

.texto-padrao {
    color: #333;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400
}

.avatar {
    border-radius: 50%;
    padding-right: 5px
}

.chatpluginchat {
    list-style: none;
    margin: 0;
    padding: 0
}

.chatpluginchat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #B3A9A9
}

.chatpluginchat li.left .chat-body {
    margin-left: 0
}

.chatpluginchat li.right .chat-body {
    margin-right: 0
}

.chatpluginchat li .chat-body p {
    margin: 0;
    color: #777
}

.jssocials-share-link {
    border-radius: 50%;
    margin: 0 5px 0 0 !important
}

.jssocials-share-logo {
    font-size: 14px !important
}

.jssocials-shares {
    margin: 0 !important
}

.jssocials-share {
    margin: 0 !important
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5
}

::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555
}


< !------ reproductor de radio -- >

/* (B) WRAPPER */
#aWrap {
    margin-top: 10px;
    margin-left: 10%;
    font-family: inherit;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 10px;
    padding-top:20px;
    display: -webkit-flex;
            display: flex;
            -webkit-flex-flow: column; /* Safari 6.1+ */
            flex-flow: column;
            -webkit-justify-content: space-between; /* Safari 6.1+ */
            justify-content: space-between;
}



/* (C) PLAY/PAUSE BUTTON */
#aPlay,
#aPause,
#aVolumeUp,
#aVolumeDown {
    padding: 7px 0 0 0;
    margin: 0;
    background: 0;
    border: 0;
    cursor: pointer;
}

#aPlay .material-icons,
#aPause .material-icons,
#aVolumeUp .material-icons,
#aVolumeDown .material-icons {
    font-size: 24px;
    color: black;
}

#aVolume {
    width: 100px;

}

#aVolume .input {
    color: #ff9100;
    background-color: #ff9100;
}

#aVolumeUp,
#aVolumeDown {
   /* align-items: right;*/
}

/* conexion */


.contacto {
    text-align: center;
    margin: 10px auto 20px auto;
    /*    margin-top: 10px;*/
    max-width:35%;
    border: 2px solid #222;
    border-radius: 15%;
    padding: 2%
}

#contacto .button,
span {
    text-align: center;
    /*  min-width: 100px;*/
    background-color: transparent;"
}


#contacto .contactos {
    font-size: 5vw;
    color: #222;
}

.button {
    appearance: listitem;
    width: 18%;
    cursor: pointer;
    padding-right: 0;
    border-style: solid !important;
    border-color: transparent;
    outline: none;
}

.button .icon:hover {
    color: #666;
}