@import url('https://fonts.googleapis.com/css?family=Roboto:200,400,700');
@font-face {
    font-family: 'Helvetica';
    src: url("../fonts/HelveticaLTStd-Roman.otf") format("opentype");
}

body{
    margin: 0;
    padding: 0;
}
html,body{
    font-family: 'Helvetica', sans-serif;
    color: #ffffff;
    height: 100%;
}
#cartelera{
    background:url(../img/portada.jpg) #000 no-repeat fixed;
    background-size: auto 100%;
    min-height:100%;
}
#contenedor_texto_cartelera{
    position: absolute;
    top: 30%;
    right: 20%;
}
#bot_escuchar{
    padding: 15px;
    border: 2px solid #FFF;
    color: #fff;
    width: 280px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20%;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    font-size: 20px;
    transition: all .25s ease;
    text-shadow: 1px 2px #000;
}
#bot_escuchar:hover{
    cursor: pointer;
    border-color: #B2A17A;
    color: #B2A17A;
    
}
#texto_juana_halo{
    color: #fff;
    font-size: 50px;
    text-align: center;
    letter-spacing: 18px;

    text-shadow: 1px 2px #000;
}

#contenedor_menu{
    position: fixed;
    bottom: 0px;
    background: #000;
    width: 100%;
    z-index: 99999;
}
#contenedor_menu nav{
    float: right;
    margin-right: 100px;
}
#contenedor_menu p{
    color: #fff;
    font-size: 30px;
    float: left;
    padding: 10px;
    letter-spacing: 3px;
    padding-top: 18px;
    margin-left: 20px;
}
.menu ul, .dropdownmenu li {
    margin: 0;
    padding: 0;
}
.menu ul {
    list-style: none;
    width: 100%;
}
.menu li {
    float: left;
    position: relative;
    width:auto;
    padding: 25px 15px;
}
.menu.horizontal{
    text-align: center;
}
.menu.horizontal ul{
    width: 100px;
    font-family: 'Roboto', sans-serif;
    margin: 0 auto;
    text-align: left;
}
.menu.horizontal li {
    float: none;
    display: block;
    position: relative;
    width:auto;
    text-align: left;
    padding: 0;
    padding-bottom: 10px;
}
.menu.horizontal a{
    color: #949494;
}
.menu a {   
    color: #B2A17A;
    display: block;
    font-size: 18px;
    letter-spacing: 2px;
    text-decoration: none;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.menu li:hover a {
    color: #fff;
    text-decoration: none
}
.parallax-window {
    min-height: 400px;
    background: transparent;
}
#abajo_cartelera_izq, #abajo_cartelera_der{
    background: #000;
    padding-left: 5vw;
    padding-right: 5vw;
}
section{
    padding-bottom: 100px;
    background: #000;  
}
section div{
    padding-left: 15%;
    padding-right: 15%;
}
section h2{
    color: #B2A17A;
    border-bottom: 1px solid #B2A17A;
    font-family: 'Helvetica', sans-serif;
    padding-bottom: 20px;
    letter-spacing: 2px;
    margin-left: 15%;
    margin-right: 15%;
} 
#sec_video{
    background: #171717;
}
#bio img{
    padding-bottom: 50px;
    padding-top: 10px;
}
#bio h2{
    text-align: left;
}
#bio{
    text-align: center;
}
#bio p{
    font-family: 'Roboto',sans-serif;
    font-size: 15px;
    color: #fff;
    text-align: justify;
    text-justify: inter-word;    
}
.clearfix {
    float: none;
    clear: both;
}
footer{
    text-align: right;
    padding: 20px;
    padding-right: 50px;
    padding-top: 50px;
    background: #171717;
    margin-bottom: 70px;
}
#newsletter{
    padding-left: 5vw;
}
.mail{
    background: #FFF;
    border: 1px solid #000;
    font-family: 'Helvetica', sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 5px;
    width: 250px;
    vertical-align:middle;
}
.bot_sub{
    vertical-align:middle;
    padding: 0px;
    background: #000;
}
.youtube-player {
    position: relative;
    padding-bottom: 56.23%; /* 75% 4:3 videos */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}
.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}
.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}
.youtube-player img:hover {
    -webkit-filter: brightness(75%);
}
.embed-container {
    position: relative;
    padding-bottom: 56.23%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#redes{
 text-align: center;
}
#redes a{
    margin: 20px;
}
.texto_copyright{
    padding-top: 30px;
    font-size: 10px;
    font-weight: 700;
}
.texto_terminos{
    font-size: 10px; 
}
#alerta{
    font-size: 10px;
    color: #d70b0c;
}
#alerta div{
    padding-top: 5px;
}
#footer_menu,#footer_redes,#footer_links{
    background: transparent;
}
#footer_menu{
    
}
#logos_footer{
    text-align: center;
    margin-top: 100px;
}
#contacto{
    width: 60%;
    margin: 0 auto;
}
#contacto input[type='text']{
    margin-bottom: 10px;
}
#contacto textarea, #contacto input[type='email']{
    background: #FFF;
    border: 0px #000 solid;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;     
    padding: 5px;
    color: #0f0f0f;
    width: 100%;
}
#contacto input[type="submit"]{
    color: #fff;
    background: #000;
    border: 1px #fff solid;
    padding: 10px;
    display: block;
}
#contacto textarea{
    height: 200px;
}
/* Celulares */
@media only screen
and (max-device-width : 480px) {
    #contenedor_menu #menu ul li a{
        font-size: 10px;
    }
    section{
        padding-left: 2px !important;
        padding-right: 2px !important;
    }
    footer{
        text-align: center;
        
    }
    #footer_menu,#footer_redes,#footer_links{
        margin-bottom: 20px !important;
        text-align: center !important;
        
    }
}
@media only screen
and (max-width : 1024px) {
    #contenedor_menu #menu ul li a{
        font-size: 10px !important;
    }
    section{
        padding-left: 2px !important;
        padding-right: 2px !important;
    }
    #footer_menu,#footer_redes,#footer_links{
        margin-bottom: 20px !important;
        text-align: center !important;     
    }
    footer{
        text-align: center;   
    }
}
/*PC ----------- */
@media only screen
and (min-width : 1224px) {
}
/*----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
}
#music{
    background: #171717;

}