/*carrusel central del index*/ 
/*jssor slider loading skin spin css*/
    .jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    }

    @keyframes jssorl-009-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
    }
/*fin de carrusel central del index*/ 
#imagenboton2{
    display: none;
}



body{
    background-color: black;
    color: white;
    font-family: 'Roboto', sans-serif;
    padding: 0px;
}
header{
    display: none;
}
#botontwo{
    display: none;
}
#rgweb{
    display: block;
    margin: auto;
    width: 200px;
    color: white;
}
#botontwo audio{
    width: 99%;
    height: 40px;
    margin: auto;
    display: block;
    max-width: 300px;
    min-width: 250px;
}

/*para ocultar todos los div de los menu*/
#containerform, #containernosotros{
    display: none;
    animation: aparecer;
    animation-duration: 1s;
}
#sliderprogramacion{
    visibility: hidden;
}

/*animacion de los divs que aparecen*/
@keyframes aparecer {
    from{
      margin-left: 100%;  
    }
    to{
        margin-left: ;
    }
}


/*ventana popup de audio*/
#containeraudio{
    width: 350px;
    height: 350px;
    margin: auto;
    padding-top: 150px;
    padding-left: 25px;
    box-sizing: border-box;
}
/*fin de popup de audio*/


/*seccion botonera*/
ul{
    list-style-type: none;
    padding: 0px;
}
#botonera{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    margin-bottom: 0px;
    float: left;
}
#botonera li{
    display: inline-block;
}
.botones{
    display: block;
    width:180px;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    color: white;
    font-size: 15px;
    cursor: pointer;
}
.botones:hover{
    background-color: white;
    color: black;
}
#escucharonline{
    float: right;
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    list-style-type: none;
}
#imagenboton{
    width: 250px;
    border-radius: 10px;
    cursor: pointer;
}

.fotosbotones{
    display: inline-block;
}
#audiolive{
    display: block;
    width: 50px;
}
/*fin seccion botonera*/


/*seccion index*/
#containernav, nav{
    height: 50px;
    width: 1600px;
}
#container{
    width: 1600px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
#fotocentral{
    width: 1600px;
    height: 550px;
    margin-left: auto;
    margin-right: auto;
    background-image:url("../img/foto_central.jpg");
    background-size: 100%;
    padding-top: 1px;
    padding-left: 1px;
}
#containerslider{
    height: auto;
}
/*fin de seccion index*/


/*seccion contacto*/
#formulario{
    width: 450px;
    border-radius: 25px;
    background-color: rgba(0,0,0,0.7);
    margin-left: 5%;
    margin-right: auto;
    padding-top: 25px;
    padding-bottom: 10px;
}
.input{
    width: 75%;
    height: 22px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 14px;
}
.enviar{
    display: block;
    width: 75px;
    height: 23px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}
#containerform{
    padding-top: 3px;
}
#formulario h1{
    width: 250px;
    color: white;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}
.logo{
    width: 25px;
    height: 25px;
    margin-left: 15px;
    display: inline-block;
}
.textocontacto{
    display: inline-block;
    margin-left: 10px;
    line-height: 32px;
    color: white;
    height: 32px;
    margin-top: 0px;
    margin-bottom: 0px;
    box-sizing: border-box;
    padding: 0px;
    font-size: 18px;
}
form p{
    margin: 0px;
    padding: 0px;
    font-size: 15px;
}
/*fin de seccion contacto*/


/*seccion nosotros*/
#containernosotros{
    height: 85%;
    width: 70%;
    margin-left: 35px;
    background-color: rgba(0,0,0,0.7);
    border-radius: 25px;
    overflow: scroll;
    margin-top: 5px;
}
#containernosotros::-webkit-scrollbar { 
    display: none; 
}
#containernosotros article h1{
    margin-left: 50px;
}
#containernosotros article p{
    margin-left: 15px;
    margin-right: 15px;
    text-align: justify;
    line-height: 35px;
}
/*fin de seccion nosotros*/


/*seccion slider programacion*/
#sliderprogramacion{
    width: 500px;
    height: 500px;
    margin-left: 25px;
    border-radius: 25px;
}
/*fin de seccion slider programacion*/


/*comienzo de vistas responsive*/
@media handheld, screen and (min-width:1200px) and (max-width:1599px){
    #containernav, nav, #fotocentral, #container, #containerfooter img{
        width: 1200px;
    } 
    #fotocentral{
        height: 450px;
    }
    #sliderprogramacion{
        width: 400px;
        height: 400px;
        margin-left: 25px;
    }
    .logo{
        width: 15px;
        height: 15px;
    }
    .textocontacto{
        font-size: 15px;
    }
    #imagenboton{
        width: 200px;
    }
    .botones{
        width: 150px;
    }
    #botontwo audio{
        max-width: 200px;
        min-width: 200px;
    }
}

@media handheld, screen and (min-width:800px)and (max-width:1199px){
    #containernav, nav, #fotocentral, #container, #containerfooter img{
        width: 800px;
    }
    #fotocentral{
        height: 300px;
    }
    .botones{
        width:105px;
        height: 30px;
        line-height: 30px;
        font-size: 10px;
    }
    #imagenboton{
        width: 150px;
    }
    #formulario{
        width: 350px;
        border-radius: 25px;
        margin-left: 5%;
        margin-right: auto;
        padding-top: 1px;
        padding-bottom: 5px;
    }
    .input{
        width: 75%;
        height: 15px;
        margin-top: 7px;
    }
    h1{
        margin: 0px;
        font-size: 20px;
    }
    .enviar{
        margin-top: 5px;
    }
    #sliderprogramacion{
        width: 250px;
        height: 250px;
        margin-left: 25px;
    }
    .logo{
        width: 20px;
        height: 20px;
        margin-left: 15px;
    }
    .textocontacto{
        margin-left: 10px;
        line-height: 0px;
        height: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0px;
        font-size: 15px;
    }
    #imagenboton{
        width: 120px;
        border-radius: 5px;
    }
    #botontwo audio{
        margin-left: 0px;
        height: 25px;
        width: 120px ;
        max-width: 120px;
        min-width: 120px;
    }
}

@media handheld, screen and (min-width:500px)and (max-width:799px){
    #containernav, nav, #fotocentral, #container, #containerfooter img{
        width: 100%;
    }
    nav, #containernav{
        height: auto;
    }
    #botonera li{
    display: block;
    }
    #botonera{
        float:none;
        position: relative;
        top: 85px;
/*con dos botones, top en 165px;*/
    }
    #containerslider, #containerfooter{
        display: none;
    }
    #escucharonline{
        float: none;
        position: relative;
        top: -170px;
        max-width: 500px;
        margin: auto;
        width: 400px;
    }
    #imagenboton{
        width: 400px;
    }
    .botones{
        width:93vw;
        height: 30px;
        line-height: 25px;
        font-size: 10px;
        margin-bottom: 5px;
    }
    #fotocentral{
        background-repeat: no-repeat;
        background-position: center;
        background-size: 1500px;
    }
    #sliderprogramacion{
        width: 450px;
        height: 450px;
        margin-left: 5px;
    }
    #botontwo audio{
        height: 60px;
        margin-left: 50px;
        width: 450px;
        margin-top: -5px;
    }
}
 @media handheld, screen and (max-width:499px){
    #containernav, nav, #fotocentral, #container, #containerfooter img{
        width: 100%;
    }
    #container{
        height: auto; 
    }
    #containernav, nav{
        height: auto;
        margin-bottom: 15px;
    }
    #botonera li{
        display: block;
        position: relative;
    }
    #containerslider, #containerfooter{
        display: none;
    }
    #escucharonline{
        float: none;
        position: relative;
        top:-185px;
        max-width: 400px;
        margin: auto;
        width: 330px;
    }
    #botonera{
        float: none;
        position: relative;
        top: 70px;
        /*con dos botones top en 135px*/
    }
    #imagenboton{
        width: 330px;
    }
    .botones{
        width:95vw;
        height: 32px;
        line-height: 30px;
        font-size: 18px;
        margin-bottom: 5px
    }
    #fotocentral{
        background-image:url("../img/foto_central_chico.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        padding-top: 25px;
        box-sizing: border-box;
    }
    #formulario{
        width: 90%;
        margin-left: 10px; 
        padding-bottom: 10px;
        margin-top: 30px;
    }
    #formulario h1{
        padding: 0px;
        margin: 0px;
        margin-left: 13px;
    }
     #sliderprogramacion{
        width: 300px;
        height: 300px;
        margin-left: 5px;
    }
    #containernosotros{
        margin-top: 30px;
    }
    .logo{
        width: 15px;
        height: 15px;
    }
    .textocontacto{
        font-size: 15px;
    }
    .enviar{
        margin-top: 6px;
     }
    #botontwo audio{
        width: auto;
        margin-left: 44px;
        margin-top: 5px;
    }
}