@import url('https://fonts.googleapis.com/css2?family=Handlee&family=Montserrat&family=Montserrat+Subrayada&family=Shadows+Into+Light&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@500&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
	width: 100%;
	height: 100%;
	font-family: 'Montserrat', sans-serif;
}

body {
	width: 100%;
    height: 98%;
	background-color: #4e4e51;
	background-size: cover;
	justify-content: center;
	align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}

.banner {
    flex-direction: column;
    min-height: 300px;
	width: 100%;
	background-image: url("../img/capa.jpg");
	background-size: cover;
    align-items: center;
    font-family: 'Varela Round', sans-serif;
    flex-wrap: no-wrap;
    justify-content: center;
    margin-bottom: 30px;
}

.container {
	display: flex;
}

main {
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 70px;
}

.compartilha {
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color:rgb(223, 223, 223);
    background-color: #529e74;
    width: 400px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    box-shadow: 2px 2px 5px #6a6a6a;
    padding: 10px 8px 10px 10px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.fa {
    color: white;
    font-size: 2em;
}

.compartilha .fa:hover{
    position: relative;
    bottom: 2px;
    color: rgb(214, 231, 207);
}

#secaoNotas, #secaoFiguras, #secaoTons, #secaoQuestoes, #secaoMetronomo {
    margin: 20px 10px 20px 10px;
}

.figuras {
    height: 150px;
    width: 150px;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    box-shadow: 2px 2px 5px #6a6a6a;
    margin-left: 15px;
}

#playStore {
    align-items: top;
    padding-top: 10px;
    flex-direction: column;
    align-items: center;
    margin: 50px;
    text-align: center;
}

#title-play {
    color: rgb(59, 59, 59);
    font-size: 1em;
    text-decoration: none;
    margin: 12px 20px 12px 20px;
}

#logoPlay {
    border-radius: 5px;
    width: 100%;
    box-shadow: 2px 2px 5px #6a6a6a;
}

#logoPlay:hover {
    position: relative;
    bottom: 1px;
}

.apresenta {
    margin: 20px 10px 20px 10px;
    background-image: url("../img/Screenshot_4.png");
	background-size: cover;
    color:rgb(66, 66, 66);
    width: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    box-shadow: 2px 2px 5px #6a6a6a;
    padding: 20px;
    font-family: 'Dosis', sans-serif;
}

.apresenta-vio {
    margin: 20px 10px 20px 10px;
    background-image: url("../img/violins.jpg");
	background-size: cover;
    color:rgb(66, 66, 66);
    width: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    box-shadow: 2px 2px 5px #6a6a6a;
    padding: 20px;
    font-family: 'Dosis', sans-serif;
}

.link-home{
    text-decoration: none;
    color: #912828;
    font-size: 1.3em;
}

.link-home:hover{
    color:#575252;
}

.linky {
  color: rgb(151, 52, 52);
  text-decoration: none;
}

.light {
    background: #f0f0f0e5;
    border-radius: 10px;
    flex-wrap: wrap;
    padding: 10px;
}

.apresenta, .apresenta-vio {
    height: 300px;
    width: 400px;
}

.apresentacao, .apresenta-anuncio {
    height: 280px;
    max-width: 95%;
}

.apresentacao{
    text-decoration: none;
    background-color:rgba(170, 200, 150, 0.2);
    width: 400px;
}

.apresentacao-capa{
    color:rgb(90, 92, 92);
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    border-radius: 20px;
    box-shadow: 2px 2px 5px #6a6a6a;
    padding: 20px;
    height: 300px;
    width: 400px;
    margin-bottom: 20px;
    text-decoration: none;
    background-color:rgba(228, 228, 228, 0.897);
}

.apresentacao-capa:hover{
    position: relative;
    bottom: 2px;
}

.apresentacao, #contato, #sobre{
    color:rgb(90, 92, 92);
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    border-radius: 20px;
    box-shadow: 2px 2px 5px #6a6a6a;
    padding: 20px;
    font-family: 'Dosis', sans-serif;
}

.blocao {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
}

#contato, #sobre {
    background-color:rgba(170, 200, 150, 0.2);
    margin: 50px 0 20px 0;
}

.apresenta-anuncio{
    margin: 30px 20px 20px 20px;
    background-color:transparent;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
}

#msa {
    height: 130px;
    width: 200px;
    border-radius: 10px;
    box-shadow: 2px 2px 5px #6a6a6a;
}

h2, h3 {
    text-align: center;
}

h4, h5 {
  text-align: center;
  margin: 10px;
}

.claves {
    justify-content: space-around;
    width: 100%;
}

.clave {
    border-radius: 30%;
    box-shadow: 2px 2px 5px #6a6a6a;
    margin-left: 15px;
    height: 100px;
    width: 100px;
    margin-left: 15px;
    height: 100px;
    width: 100px;
}

.clave:hover, .figuras:hover {
	position: relative;
	bottom: 10px;
}

#contato, #sobre {
    text-align: center;
    width: 400px;
}

#relatar{
    color: white;
    background-color: #9c9c9c;
    text-decoration: none;
    height: 40px;
    text-align: center;
    width: 120px;
    border-radius: 5px;
    height: 60px;
    padding: 10px;
}

#relatar:hover{
    background-color: #666666;
}

footer {
    width: 100%;
    text-align: center;
    margin-top: auto;
    color:#6a6a6a;
    background-color: #4d4d4f;
    flex-direction: column;
    align-items: center;
    padding: -5px 5px 5px 5px;
    flex-grow: 0;
    align-self: flex-end;
    position: relative;
    bottom: 0;
}

.numerador, .denominador {
    font-family: 'Georgia';
    font-weight: bolder;
    font-size: small;
}

.numerador {
    position: relative;
    bottom: 7px;
    left: 3px;
}

.denominador {
    position: relative;
    right: 5px;
    top: 5px;
}

.footer-link {
    color: #9a9c9c;
    font-size: 1em;
    text-decoration: none;
    padding: 0 10px 15px 10px;
}

.footer-cont {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 10px 110px 0 110px;
}

.anuncio {
    height: 150px; 
    width: 400px; 
    z-index: 0; 
    background-color: rgba(255, 255, 255, 0.827);
    align-items: center;
    padding: 20px;
    border-radius: 2px;
    display: flex;
    justify-content: space-around;
}

.link-anuncio{
    text-decoration: none; 
    margin: 30px;
}

.coluna-anuncio{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.titulo-anuncio {
    font-size: large;
    font-family:Arial, Helvetica, sans-serif;
    color:#4d4d4f;
    font-weight: bold;
    text-align: center;
    
}

.preco-anuncio {
    font-size: large;
    font-family:Arial, Helvetica, sans-serif;
    color:#f2f2f2;
    background-color: rgb(8, 17, 145);
    padding: 5px;
    border-radius: 3px;
    margin: 5px;
    box-shadow: 2px 2px 5px #6a6a6a;
}

.imagem-anuncio {
    width: 120px;
    height: 120px;
}

.logo-anuncio {
    width: 30px;
    box-shadow: 2px 2px 5px #6a6a6a;
    border-radius: 5px;
}

.download {
    border: none;
    border-radius: 5px;
    width: 200px;
    background-color: white;
    cursor: pointer;
    box-shadow: 2px 2px 5px #6a6a6a;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    
}

.download:hover {
    position: relative;
	bottom: 3px;
}

.anuncio-personalizado {
    display: flex;
    border: 1px solid;
    border-radius: 5px;
    height: 150px;
    width: 400px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-weight: bolder;
}

.anuncio-container {
    margin-top: 80px;
}

.vermelho {
    background-color: #d17171;
}

.azul {
    background-color: #959ace;
}

.amarelo {
    background-color: #f8f88b;
}

.verde {
    background-color: #9beec0;
}

.anuncio-personalizado-grande {
    display: flex;
    border: 1px solid;
    border-radius: 5px;
    height: 400px;
    width: 400px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-weight: bolder;
}

.anuncio-personalizado-full {
    display: flex;
    border-radius: 5px;
    width: clamp(400px, 90%, 1500px);
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-weight: bolder;
    text-align: center;
    min-height: 150px;
}

.music-studio-001 {
    background-image: url("../img/anuncio-music-studio-001.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 150px;
}

/* Media Query for smaller screens (e.g., mobile devices) */
@media only screen and (max-width: 768px) {
    .music-studio-001 {
        background-size:125vh; /* Adjust background size for smaller screens */
    }
}

.fundo-music-studio-002{
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 150px;
    background-image: url("../img/fundo-anuncio-music-studio-002.jpg");
    width: 400px;
}

#anuncio-002 {
    width: 400px;
    height: 150px;
}