@import url('https://fonts.googleapis.com/css?family=Roboto:400,700,900');
#main{
    top: 0px;
    left: 0px;
    padding-bottom: 50px;
    }
#capa{
    max-width: 100vw;
    height: 100vmin;
    background-size: cover;
    background-position: center;
    }
@media (max-width: 480px) {
    #capa{
        background-image: url(../../fotos/capa/mobile.jpg);
        }
    }

@media (min-width: 481px) and (max-width: 840px) {
    #capa{
        background-image: url(../../fotos/capa/tablet.jpg);
        }
    }

@media (min-width: 841px){
    #capa{
        background-image: url(../../fotos/capa/desktop1.jpg);
        }
    }

#video{
    border-top: solid 10px #FFF;
    background-image: url(../../fotos/video/bg.jpg);
    background-size: cover;
    }
#video > div{
    padding: 50px 280px 280px 280px;
    }
#video > div img{
    margin-bottom: 10px;
    }

@media (max-width: 1024px) {
    #video > div{
        padding: 50px 180px 280px 180px;
        }
    }

@media (max-width: 600px) {
    #video > div{
        padding: 20px 20px 120px 20px;
        }
    }

#instagram{
    border-top: solid 10px #FFF;
    background-image: url(../../fotos/instagram/instagram-bg.jpg);
    background-size: cover;
    }
#instagram > div{
    padding: 50px 280px 280px 280px;
    }
#instagram > div img{
    margin-bottom: 10px;
    }

@media (max-width: 1024px) {
    #instagram > div{
        padding: 50px 180px 280px 180px;
        }
    }

@media (max-width: 600px) {
    #instagram > div{
        padding: 20px 20px 120px 20px;
        }
    }

#biografia{
    display: grid;
    grid-template-columns: 50% 50%;
    width: 100%;
    }
#biografia > div{
    position: relative;
    }
#biografia > div:nth-child(1){
    background-color: #c07326;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d49d36', endColorstr='#c07227'); 
    background: -webkit-gradient(linear, left top, left bottom, from(#d49d36), to(#c07227)); 
    background: -moz-linear-gradient(top, #d49d36, #c07227);
    }
#biografia > div:nth-child(1) > img{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 500px;
    height: 500px;
    margin-left: -250px;
    margin-top: -250px;
    border:solid 5px #FFF;
    }
#biografia > div:nth-child(2){
    background-color: #E4Ad36;
    background-image: url(../../fotos/biografia/biografia.jpg);
    background-size: cover;
    padding: 120px;
    }
#biografia > div > h1{
    text-align: left;
    font-size: 2em;
    font-weight: 900;
    font-family: 'Roboto','Arial','sans-serif';
    letter-spacing: 30px;
    line-height: 120%;
    color: #FFF;
    margin-bottom: 50px;
    }
#biografia > div > p{
    text-align: left;
    font-size: 1.2em;
    line-height: 200%;
    margin-bottom: 30px;
    font-family: 'Roboto','Arial','sans-serif';
    color: #124;
    } 
#plataformas > img{
    width: 100%;
    } 

@media (max-width: 1200px) {
    #biografia{
        grid-template-columns: 30% 70%;
        }
    #biografia > div:nth-child(1) > img{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
        margin-left: 0px;
        margin-top: 0px;
        border:none;
        }
    #biografia > div:nth-child(2){
        padding: 60px;
        }
    #biografia > div > h1{
        font-size: 2em;
        letter-spacing: 5px;
        }
}

@media (max-width: 480px) {
    #biografia{
        display: block;
        }
     #biografia > div:nth-child(1){
        display: none;
        }
    }

#anime-music-notes{
    position: fixed;
    top: 50%;
    right: 20%;
    bottom: 0px;
    left: 20%;
    overflow: hidden;
    z-index: 5;
    pointer-events: none;
    }
#logo{
    display: none;
    position: absolute;
    top: 15px;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    height: 66px;
    }
@media (max-width: 480px) {
    #logo{
        display: block;
        }
}
#notify{
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 999;
    }
#notify-bg{
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(160,0,0,0.8);
    }
#notify-stage{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 280px;
    height: 320px;
    margin-left: -140px;
    margin-top: -160px;
    background-color: #FFF;
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px;
    -moz-box-shadow: 2px 2px 7px rgba(0,0,0,0.3); 
    -webkit-box-shadow: 2px 2px 7px rgba(0,0,0,0.3); 
    box-shadow: 2px 2px 7px rgba(0,0,0,0.3);
    animation: notify_animation_effect_in 500ms ease-in-out 1 alternate;
    }
#notify-animate{
    display: block;
    margin-top: 10px;
    width: 100%;
    height: 100px;
    text-align: center;
    }
#notify-text{
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 26px;
    line-height: 120%;
    margin-bottom: 30px;
    }
#notify-button{
    display: block;
    text-align: center;
    width: 80%;
    height: 70px;
    margin-left: 10%;
    }
#notify-button > div{
    width: 50%;
    float: left;
    text-align: center;
    height: 100%;
    cursor: pointer;
    }
#notify-button > div > svg{
    height: 100%;
    }
#notify-button-ok > svg{
    color: #0C0;
}
#notify-button-cancel > svg{
    color: #C00;
}

@keyframes notify_animation_effect_in{
  0%   {top: 150%;}
  100% {top: 50%;}
}
/*#notify > svg{
    width: 24px;
    height: 24px;
    margin: 13px;
    color: rgba(255,255,255,0.3);
    cursor: pointer;
    }
#notify.active > svg{
    color: rgba(0,255,0,0.7);
    }*/

.fadeOut{
    opacity: 0;
    transition: 300ms;
    }
.fadeIn{
    opacity: 1;
    transition: 300ms;
    }

#foto-ilustra{
    background-size: cover;
    background-image: url(../../fotos/foto.jpg);
    }

/* ---------------------------------
PLAYER DE SOM
--------------------------------- */
#sound-player{
    position: fixed;
    z-index: 99;
    }
#sound-player > #playerTitle,
#sound-player > #duration,
#sound-player > #buffer,
#sound-player > #btn-play,
#sound-player > #btn-prev,
#sound-player > #btn-next,
#sound-player > #btn-change-size,
#sound-player > #actualTime,
#sound-player > #buttons{
    position: absolute;
    /*border: solid 1px #F90;*/
    }

#sound-player.cover > #duration,
#sound-player.cover > #buffer{
    pointer-events: none;
    }

#sound-player > #btn-change-size{
    display: block;
    bottom: 5px;
    left: 5px;
    width: 40px;
    height: 40px;
    z-index: 2;
    color: #FFF;
    text-align: center;
    z-index: 2;
    cursor: pointer;
    }
#sound-player > #btn-change-size > div{
    position: absolute;
    top: 8px;
    left: 8px;
    }

#sound-player > #btn-change-size > div > svg{
    width: 24px;
    }

/* ---------------------------------
PLAYER DE SOM - FIT
--------------------------------- */
#sound-player.fit{
    top: auto;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: 50px;
    background-color: #333;
    }
#sound-player.fit > #playerTitle{
    display: block;
    left: 10px;
    bottom: 7px;
    height: 30px;
    right: 10px;
    text-align: left;
    color: #FFF;
    }
#sound-player.fit > #playerTitle > #actualTitle{
    display: block;
    font-weight: normal;
    font-size: 12px;
    font-family: 'Roboto','Arial','sans-serif';
    line-height: 100%;
    margin-bottom: 0px;
    white-space: nowrap;
    width: 100%;                   
    overflow: hidden; 
    text-align: center;
    text-overflow: clip;
    text-overflow: ellipsis;
    text-overflow: "…";
    }
#sound-player.fit > #playerTitle > #actualAuthor{
    font-family: 'Roboto','Arial','sans-serif';
    font-weight: 300;
    font-size: 11px;
    color: #CCC;
    text-align: center;
    }
#sound-player.fit > #duration,
#sound-player.fit > #btn-play,
#sound-player.fit > #buffer{
    top: -55px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    padding: 5px;
    z-index: 2;
    -moz-border-radius: 100px; 
    -webkit-border-radius: 100px;
    -moz-box-shadow: 0px 5px 5px rgba(0,0,0,0.1); 
    -webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.1); 
    box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
    }
#sound-player.fit > #buffer{
    background-color: #FF3333;
    }
#sound-player.fit > #duration{
    z-index: 3;
    pointer-events: none;
    }
#sound-player.fit > #btn-prev,
#sound-player.fit > #btn-next{
    top: 13px;
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    }
#sound-player.fit > #btn-prev > i,
#sound-player.fit > #btn-next > i{
    font-size: 18px;
    line-height: 40px;
    }
#sound-player.fit > #btn-prev{
    left: 15px;
    z-index: 2;
    color: #FFF;
    }
#sound-player.fit > #btn-next{
    right: 15px;
    margin-left: 25px;
    z-index: 2;
    color: #FFF;
    }
#sound-player.fit > #actualTime{
    display: none;
    top: 15px;
    right: 50px;
    text-align: left;
    color: #FFF;
    width: 40px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -1px;
    }
#sound-player.fit > #buttons{
    display: none;
    }

#music-list > div{
    position: relative;
    display: block;
    margin: 5px 5px 0px 5px;
    border-bottom: solid 1px rgba(255,255,255,0.1);
    padding: 10px;
    }

#audio-content-temp{
    display: none;
}