@font-face {
    font-family: 'silk_italic_light';
    src: url(../fonts/Silk\ Serif\ Light\ Italic.otf) format('truetype');
}
body{
    background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)), url("../img/g5.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.section_1{
    height:100vh;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section_1::before{
    content: "";
    height: 100%;
}

h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 7px 25px;
    color: #002d62;
    font-family: Poppins;
    font-weight: 300;
    font-size: 17px;
    text-align: center;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.5);
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(5px);
    border-radius: 12px;
    border: 1px solid #002d62;
}

h2 img{
    margin-top: 2px;
    height: 30px;}

.social_1{
    position: absolute;
    top: 40%;
    left: 20px;
    background-color: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(5px);
    border-radius: 5px;
    width: 40px;
    height: 135px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    z-index: 1;
}

.social_1 img{
    width: 25px;
    height: 25px;
    transition: .6s;
}
.social_1 img:hover{
    width: 27px;
    height: 27px;
}

.cta_1{
    position: absolute;
    left: 50%;
    top: 45%;
    text-align: center;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.5);
    transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(5px);
    border-radius: 12px;
    border: 1px solid #002d62;
    transition: .4s;
    animation: muda_cor 1.5s infinite alternate;
}

    @keyframes muda_cor{
        0%{
            border: 1px solid #653600;
            background-color: rgba(255, 255, 255, 0.4);
        }
        100%{
            background-color: rgba(255, 255, 255, 0.7);
        }
    }
.cta_1:hover{
    background-color: rgba(255, 255, 255, .9) !important;
    box-shadow: 3px 3px 3px 2px rgba(0, 0, 0, 0.9);
}

.cta_1 a{
    color: #002d62;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 26px;
    padding: 10px 20px;
    transition: .3s;      
    font-family: 'silk_italic_medium';  
}
.cta_1 img{
    margin-top: 2pxpx;
    height: 30px;
}

.box_text_1{
    position: absolute;
    left: 50%;
    bottom: 11%;
    transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, -50%);
    color: #002d62;
    background: linear-gradient(
        90deg, rgba(255,255,255,0) 0%,
        rgba(255,255,255,.9) 20%,
        rgba(255,255,255,.9) 85%,
        rgba(255,255,255,0) 100%);
    backdrop-filter: blur(5px);
    font-size: 26px;
    padding: 10px 20px;
    text-align: center;
    line-height: 33px;
    font-family: 'silk_italic_light';
}

.whatsapp_btn{
    position: fixed;
    right: 20px;
    bottom: 10px;
    z-index: 3;
    transition: .3s;
    opacity: .8;
}
.whatsapp_btn:hover{
    transform: scale(1.1);
}


/*-------------------------Player------------------------------*/
.sectionPlayer{
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sectionPlayer h1{
    font-size: 3.5em;
    font-weight: lighter;
    color: white;
    padding-block: 2vh;
    font-family: 'silk_italic_light';
}


.playerContainer{  /* Contém: playerBox */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 28vw;
}

.playerBox{ /*Contém: Img - Audio - Playlist*/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 30vw;
}

.playerImg{
    width: 100%;
    height: 60vh;
    background-image: url(../img/capa-trat.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.8;
}

.playerBox ul{
    background-color: rgba(0, 0, 0, 0.469);
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.08);
    /* border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px; */
    list-style:none;
}
#last{
    border: none;
}

.playerBox li{
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.playerBox li a{
    display: block;    
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: lighter;
    padding: 5px 0 5px 10px;
}

#playlist .current_song a{
    color: rgb(0, 204, 255);
}
.sectionPlayer p{
    padding: 10px;
    margin-bottom: 10px;
    color: rgb(255, 255, 255);
    text-align: center;
}

.sectionPlayer a{
    color: rgb(0, 204, 255);
}

/*----------------audio------------------------------------*/
audio{
    width: 100%;
}


audio::-webkit-media-controls-enclosure{
    background: rgba(0, 0, 0, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    -webkit-border-radius:0;
}

audio::-webkit-media-controls-current-time-display,
audio::-webkit-media-controls-time-remaining-display {
    -webkit-filter:invert(100%);
}

audio::-webkit-media-controls-time-remaining-display{
    padding: 0 10px 0 0;
}
 

audio::-webkit-media-controls-play-button{
    -webkit-filter:invert(100%); /*alterar cor do botão play de preto para branco*/
}

audio::-webkit-media-controls-mute-button{
-webkit-filter:invert(100%);
}

audio::-webkit-media-controls-volume-slider-container{
    -webkit-filter:invert(100%);
}

audio::-webkit-media-controls-volume-slider{
    -webkit-filter:invert(100%);
    padding-left: 5px;
    padding-right: 5px;
}

audio::-webkit-media-controls-timeline{
    -webkit-filter:invert(100%);
    border-radius: 20px;
}

audio::-webkit-media-controls-fullscreen-button{
    border-radius: 20px;
    -webkit-filter:invert(100%);
}

audio::-webkit-media-controls-toggle-closed-captions-button{
    -webkit-filter:invert(100%);
}




@media screen and (max-width:500px){
    body{
        background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)), url("../img/jp.jpg");
    }

    .social_1{top: 15%;}

    .cta_1{
        width: 65vw;
    }

    .cta_1 a{
        font-size: 23px;
        padding: 10px 8px;
    }
    

    .box_text_1{
        width: 100%;
        bottom: 20%;
        font-size: 28px;
        padding: 10px 20px;
        text-align: center;
        font-weight: 400;
    }

    .whatsapp_btn{
        right: 2px;
        opacity: .7;
    }

    .whatsapp_btn img{
        width: 50px;
        right: 20px;
        bottom: 10px;
    }
}