@import url('https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Water+Brush&display=swap');
@import url('https://unpkg.com/css.gg@2.0.0/icons/css/play-button-o.css');
@import url(https://icofont.com);


body {
    margin: 0px;
    background-repeat: no-repeat;
    background-attachment: fixed;  
    background-size: cover;
    font-family: "Pixelify Sans", sans-serif;
    background-color: black;
    color: #fff;
    padding: 0;
}

* {
    font-family: "Pixelify Sans", sans-serif;
}

header {
    background-image: url(img/c3/c3-personagens/c3-cabecalho.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px;
    height: 800px;
    
}

.Personagens {
    font-size: 50px;
}

/* 1006 */

.personagem {
    height: 500px;
    padding: 10px;
    background: linear-gradient(-48deg, #2E0B0D 0%, #2E0B0D 50%, #4C1B13 50%, #4C1B13 100%);
    border-radius: 15px 50px;
}

.linha {
    display: flex;
    justify-content: space-around;
}

.texto {
    width: 600px;
    height: 400px;
    font-size: 15px;
}

.titulo {
    font-size: 50px;
}

.sombra {
    filter: drop-shadow(30px 10px 4px #000000);
}

.sombra1 {
    filter: drop-shadow(30px 10px 4px #d4d4d4);
}

/* miss coiso */

.personagem1 {
    height: 600px;
    padding: 10px;
    background: linear-gradient(-48deg, #591A1B 0%, #591A1B 50%, #BF383A 50%, #BF383A 100%);
    border-radius: 15px 50px;
}

.texto1 {
    width: 600px;
    height: 400px;
    font-size: 20px;
}

/* smile */

.personagem2 {
    height: 600px;
    padding: 10px;
    background: linear-gradient(-48deg, #121327 0%, #121327 50%, #01032c 50%, #01032c 100%);
    border-radius: 15px 50px;
    margin: 50px;
}



#audioButton {
    background-color: #ffffff;
    border: none;
    color: rgb(0, 0, 0);
    padding: 15px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 8px;
    outline: none;
    a {
        color: rgb(0, 0, 0);
    }
}

#audioButton:hover {
    background-color: #01032c;
    color: #fff;
    border: #fff solid 2px;
    a {
        background-color: #01032c;
        color: #fff;
    }
}

#audioButton:active {
    background-color: #1f618d;
}


/* navbar 1 */

nav {
    width: 100%;
    height: 18px;
    background-color: rgba(100, 99, 99, 0.7);
    font-family: "Pixelify Sans", sans-serif;
    backdrop-filter: saturate(180%) blur(20px);
    margin: 0;
    position: fixed;
    top: 0;
}



ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgba(100, 99, 99, 0.7);
    backdrop-filter: saturate(180%) blur(20px);
    position: fixed;
    top: 0;
    width: 100%;
    border: 1px solid #ffffff;
  }
  
  li {
    float: left;
  }
  
  li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  li a:hover:not(.active) {
    background-color: #111;
    border: 1px solid #4d0303;
  }
  
  .active {
    background-color: #04AA6D;
  }


  /* navbar 2 */



.navbar {
overflow: hidden;
background-color: rgba(100, 99, 99, 0.7);
font-family: "Pixelify Sans", sans-serif;
}
.navbar a {
    float: left;
    display: block;
    color: white;
    text-align: center;
    padding: 14px 20px;
    text-decoration: none;
    transition: background-color 0.3s;
    font-family: "Pixelify Sans", sans-serif;
}
.navbar a:hover {

    border: 1px solid #4d0303;
}
/* Estilos para os itens que aparecerão ao passar o mouse */
.dropdown {
    float: left;
    overflow: hidden;
}
.dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 20px;
    background-color: inherit;
    margin: 0;

}
.navbar a:hover, .dropdown:hover .dropbtn {
    background-color: #ddd;
    color: black;
}
.dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    background-color: rgba(100, 99, 99, 0.7);
    color: #fff;
    border: 1px solid #4d0303;
}
.dropdown-content a {
    float: none;
    color: black;
    background-color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
.dropdown-content a:hover {
    background-color: black;
    color: white;
    border: solid 2px #fff;
}
.dropdown:hover .dropdown-content {
    display: block;
}


/* footer */

footer {
    background-color: rgba(100, 99, 99, 0.7);
    backdrop-filter: saturate(180%) blur(20px);
    font-size: 10px;
    top: 0px;
    bottom: 0px;
    height: 125px;
    width: 100%;
    align-items: center; 
    justify-content: center;
    border: 1px solid #ffffff;
  }
  
  .social-footer {
    font-size: 10px;
    display: flex;
    justify-content: center;
  }

.social-footer a {
    text-decoration: none;
    color: white;
}

.social-footer a:hover {
    color: #000000;
    border: solid 2px #fff;
}




  .footer {
    height: 500px;
    background-color: #EED90D;
  }


  
  .footer p {
    color: #fff; /* Cor do texto */
    margin-top: 10px; /* Espaçamento superior para o texto */
  }










.texto1 {
    width: 600px;
    height: 400px;
    font-size: 20px;
}

.sombra-imagem {
    box-shadow: rgba(255, 255, 255, 0.56) 0px 22px 70px 4px;
}




