.bt {
    color: #4A4A4A;
    list-style: none;
    display: inline;
    padding: 15px;
    cursor: pointer;
}

.bt:hover {
    color: #00ccdd;
}

.bt.active {
    color: #00ccdd;
}

.footer {
    width: 100%;
    font-size: .8em;
    text-align: center;
    padding: 50px 0;
}

body {
    font-family: 'Roboto Mono', monospace;
    font-weight: 300;
    border: 0;
    margin: 0;
    background: url(../img/bg2.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

player {
    margin: 0 auto;
}

ul li {
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 400;
}

.bg_01 {
    background-image: url("./../img/logo1.png");
    background-position: center;
    background-size: 30%;
    height: 100%;
    position:relative; 
    background-repeat: no-repeat; 
    width:100%; 
    border:0;
    
    -webkit-filter: drop-shadow(0 4px 5px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 4px 5px rgba(0, 0, 0, 0.1));
}

.topBox {
    width: 100%;
    position: absolute;
    z-index: 4;
}

.box {
    width: 100%;
    position: absolute;
    z-index: 4;
    margin-top: 110px;
}

.streamLink {
    margin: 0 auto;
    width: 120px;
}

.streamLink a {
    font-weight: 300;
    font-size: 0.5em;
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: block;
    margin-top: 10px;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}

.link {
    text-decoration: none;
    color: #00ccdd;
}

.sp img {
    width: 80%;
    max-width: 360px;
}

.botTop {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
}

.botTop ul {
    width:90%;
    margin:0 auto;
    text-align:center;
    font-size:1.4em;
    padding: 23px;
}

.player {
    position: absolute;
    width: 100%;
    bottom: 10px;
}

.bottomBlack {
    background: -webkit-linear-gradient( rgba(0, 0, 0, 0), rgba(78, 78, 78, 0.49));
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient( rgba(0, 0, 0, 0), rgba(78, 78, 78, 0.49));
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient( rgba(0, 0, 0, 0), rgba(78, 78, 78, 0.49));
    /* For Firefox 3.6 to 15 */
    background: linear-gradient( rgba(0, 0, 0, 0), rgba(78, 78, 78, 0.49));
    /* Standard syntax */
}

.menu {
    width: 95%;
    min-height: 75px;
    margin: 0 auto;
    border-radius: 0 0 10px 10px;
    background-color: rgba(255, 255, 255, .9);
}

.shadow {
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.26);
}

.main_base {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.main_content {
    background-color: rgba(255, 255, 255, .9);
    border-radius: 10px 10px 0 0;
    width: 95%;
    margin: 0 auto;
}

.libre_txt {
    text-align: center;
    padding: 95px 40px 40px;
    color: #00ccdd;
    font-size: 1.4em;
    font-weight: 400;
}

.center_content {
    width: 100%;
    min-height: 90vh;
    text-align: center;
    font-size: 0.8em;
}

.center_content div {
    color: #4A4A4A;
    font-size: 1.2em;
    padding: 45px;
    text-align: justify;
}

.center_content p {
    font-size: 1em;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 80px;
}