@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;500;700;800&display=swap');


header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgb(148, 20, 73);
    border: 0;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}

body {
    color: white;
    width: 100%;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
}

.iframe{
    width: 75vw;
    height: 5.5em;

}

iframe {
    display: block;
    height: 100%;
}
.icones {
    margin: 0 2vw 0 2vw;
}
.icones img {
    width: 35px;
    margin: 0 0.2em;
}
.icones a{
    text-decoration: none;
    color: #FFFFFF;
}
.banner {
    background-image: url("../img/banner.png");
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size:cover;

    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2em;

}

h1{
    font-size: 34px;
}
/*

add na class banner =   
    animation: bgChange 20s linear infinite;
@keyframes bgChange {
    0% {
        background-image: url('../img/banner1.jpg')
    }
    30% {
        background-image: url('../img/banner1.jpg')
    }
    33% {
        background-image: url('../img/image19.jpg')
    }
    63% {
        background-image: url('../img/image19.jpg')
    }
    66% {
        background-image: url('../img/Toca-discos-via-Jace-Afsoon-Unsplash.jpg')
    }
    99% {
        background-image: url('../img/Toca-discos-via-Jace-Afsoon-Unsplash.jpg')
    }

}
*/



#logo{
    max-width: 390px;
    min-width: 350px;
    width: 35vw;
    margin-top: -15em;
}

.social {
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    color: #FFFFFF;
    background: linear-gradient(hsl(300, 85%, 26%), hsl(258, 100%, 44%));

}
.logo__footer {
    width: 7em;
    margin: 1em 5em 0 2em;
}
.rodape__texto {
    font-weight: 400;
    margin: auto;
    padding: 1em;
    text-align: center;
    padding: auto;
    background-color: hsl(258, 100%, 44%);
}

.rodape__texto a{
  color: #FFFFFF;
  text-decoration: none;
}
.rodape__texto a:hover{
  font-weight: 500;
}




#icones-cel{
    display: none
}

.banner_disco {
    margin: auto;
}
#banner-disco{
    border-radius: 100%;
}





@media screen and (max-width: 768px) {
    .iframe{
        width: 100%;
    }
    #logo{
        width: 90vw;
        margin-top: -5em;
    }
    h1{
        font-size: 16px;
    }
    .news, .icones, .donate, .logo__footer, .social-icons, .only__class, .banner_disco{
        display: none;
    }
    header iframe{
        width: 100%;
        margin: 0;
    }
    .rodape__texto {
        font-size: 16px;
        padding: 1em 0;
    }
    header{
        position: relative;
    }

    .banner {
        height: 81vh;
    }
    .app__icones img {
        width: 60px;
    } 
   
}
@media screen and (max-width: 1024px) {
    .iframe{
        width: 100%;
    }
    .icones {
        display: none;
    }
    .icones a {
        background-color: #000000;
        border-radius: 50%;
        padding: 0.2em;
    }
    
    #icones-cel{
        display: block;
        padding: 1em;
        border-radius: 30%;
        width: 60%;
        display: flex;
        justify-content: center;
        gap: 1em;
        margin-bottom: 1em;
    }
    iframe {
        margin: 0;
    }
}