@font-face {
    font-family: "hei";
    src: url("../fonts/HeinekenSerif18-Bold.otf");
    src: url("../fonts/HeinekenSerif18-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/HeinekenSerif18-Bold.woff") format("woff"),
    url("../fonts/HeinekenSerif18-Bold.ttf") format("truetype"),
    url("../fonts/HeinekenSerif18-Bold.svg#HeinekenSerif18-Bold") format("svg");
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body{
    background-color: #000000;
    font-family: "hei", sans-serif !important;
    background: url('bg_mobile.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
#contenedor{
    width: 100%;
    height: auto;
    text-align: center;

    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* HOME */

.hnk_logo{
    width: 130px;
    height: auto;
}
.mute_logo{
    width: 130px;
    height: auto;
    padding:10px;
}
.tit_gana{
    font-family: "hei", sans-serif !important;
    font-size: 28px;
    padding:10px;
    line-height: 1;
}
.tit_vivi{
    font-family: "hei", sans-serif !important;
    font-size: 23px;
    padding:10px;
}
.btn{
    width: 180px;
    height: auto;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

.btn:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);      
}

#pop_lineup{
    width: 100%;
    height: 100vh;
    background-color: #000000;
    top: 0px;
    left: 0px;
    position: absolute;
    display: flex;
    align-items: center;

}
#pop_lineup img{
    width: 100%;
    height: auto;
}
.pop_active{
    display: block
}
.pop_cerrar{
    width: 45px;
    height: 45px;
    border: solid 1px #FFF;
    padding: 8px 20px 12px 16px;
    font-family: Arial, Verdana, sans-serif;
    border-radius: 30px;
    font-size: 20px;
    height: auto;
    display: block;
    position: absolute;
    top: 20px;
    bottom: auto;
    left: auto;
    right: 20px;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

.pop_cerrar:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);      
}

.volver{
    width: 35px;
    height: auto;
    display: block;
    background-color: rgba(0,0,0,0.3);
    border-radius: 50px;
    padding: 3px 3px 4px 4px;
    position: fixed;
    left: 10px;
    right: auto;
    top: 10px;
    bottom: auto;
    
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
.volver:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.1); 
}


/* PARTICIPA */

#mutemapa{
    /* -webkit-transform:scale(0.8); */
}

.mapa_base{
    height: 500px;
    width: auto;
}

.tit_desde{
    font-size: 25px;
    padding: 10px;
}

.tit_contesta{
    position: absolute;
    top: 500px;
    left:190px;
    width: 150px;
    font-size: 15px;
}

.participa2{
    width: 150px;
}

/* FORMULARIO */

.tit_completa{
    font-size: 25px;
    padding: 10px;
}

#formulario{
    width: 100%;
    padding: 30px;
    text-align: center;
}


#formulario input, #formulario select{
    background: #000;
    width: 100%;
    height: 30px;
    color: #FFFFFF;
    border: solid 1px #FFF;
    border-radius: 10px !important;
    margin: 0 0px 15px 0px;
    font-size: 15px;
    font-family: "hei", sans-serif !important;
    text-align: center;
    text-align-last: center;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: white;
    text-align:center;
  }
  ::-moz-placeholder { /* Firefox 19+ */
    color: white;
    text-align:center;
  }
  :-ms-input-placeholder { /* IE 10+ */
    color: white;
    text-align:center;
  }
  :-moz-placeholder { /* Firefox 18- */
    color: white;
    text-align:center;
  }
  
.byc_dot{
    width: 25px;
    height: auto;
}
.byc, .byc a{
    font-family: "hei", sans-serif !important;
    font-size: 15px;
    color: #FFF !important;
    text-decoration: none;
    line-height: 1;
    padding-left: 10px;
}

.alerta{
    font-family: "hei", sans-serif !important;
    font-size: 15px;
    color: red !important;
    padding:10px;
}

/* GRACIAS */


.tit_participando{
    font-size: 25px;
    padding: 10px;
}

.playlist_cover{
    width: 300px;
    height: auto;
}

.tit_escucha{
    font-size: 15px;
    padding:20px;
}

.escuchar{
    width: 200px;
    padding: 0;
}

/* DESKTOP */

@media screen and (min-width: 1024px) {
    /* Home */
    body{
        background-position: center top;
        background-size: auto !important;
        background-repeat: repeat !important;
    }
    #pop_lineup{
        width: 100%;
        height: 100vh;
        display: block;
        text-align: center;
    }
    #pop_lineup img{
        width: 30%;
        height: auto;
        top: 5%;
        position: relative;
    }    
    /* Participa */
    .tit_contesta {
        position: absolute;
        top: 330px;
        left: 47%;
        width: 150px;
        font-size: 15px;
    }
    #mutemapa {
        -webkit-transform: scale(0.7);
        position: absolute;
        left: 30%;
        top: -8%;
    }
    .participa2 {
        width: 145px;
        position: relative;
    }
    /* Participa */
    #formulario {
        width: 50%;
        padding: 30px;
        text-align: center;
        left: 25%;
        position: relative;
    }

}