@font-face {
    font-family: Breve-Sans-Text-light;
    src: url(/fonts/Breve\ Sans\ Text\ Light.otf);
}

@font-face {
    font-family: Breve-Sans-Text-Medium;
    src: url(/fonts/BreveSansTextMedium.otf);
}

* {
    border: 0;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

body {
    width: 100%;
    background-color: rgba(20, 24, 34, 1);
    overflow: hidden;
    font-family: Breve-Sans-Text-light;
}

main {
    width: 100%;
    height: 745px;
    background-color: rgba(20, 24, 34, 1);
}
.img_instrumento {
    display: flex;
    width: 100%;
    height: 933px;
}

.img_esquerdo,
.imagem_music {
    width: 100%;
    height: 600px;
}

.conteudo_total_1 {
    width: 55%;
    height: 740px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-right: 0px;
    background-size: cover;
    float: left;
    background-color: red;
}

.conteudo_total_2 {
    width: 30%;
    height: 600px;
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 70px;
    margin-left: 70px;
    float: left;
}

.conteudo_esquerdo {
    width: 100%;
    height: 745px;
    position: relative;
    display: block;
    text-align: center;
}

.titulo_introcoes {
    position: relative;
    width: 80%;
    color: white;
    margin-top: 120px;
    font-size: 50px;
}

.titulo_introcoes_2 {
    width: 80%;
    text-align: center;
    font-size: 30px;
    margin-top: 50px;
}

.conteudo_direito {
    width: 400px;
    height: 450px;
    padding-top: 100px;
    margin-right: 100px;
    margin-left: 40px;
    position: relative;
    display: flex;
    flex-direction: column;
}

p {
    text-align: center;
    margin-right: 10px;
    font-size: 15px;
    color: white;
}
.titulo {
    margin-left: 130px;
    color: white;
}

.escreva_ {
    margin-left: 15px;
}

input {
    width: 350px;
    height: 30px;
    color: white;
    padding: 10px;
    border-radius: 15px;
    margin: 20px;
    margin-right: 50px;
    font-size: 15px;
    background-color: rgba(20, 24, 34, 1);
    border: 2px solid rgb(255, 255, 255);
}

.buttons {
    display: flex;
    flex-direction: row;
    margin-right: 5px;
}
.button_Avancar{
    cursor: pointer;
}
.button_Avancar:hover {
    background-color: rgb(14, 84, 214);
}

#tic_inferior {
    align-items: center;
}

#tic_inferior,
.esqueceu {
    flex-direction: row;
}

#tic_inferior,
label,
.esqueceu {
    width: 20px;
    height: 15px;
    margin-left: 10px;
    color: white;
}

.termo_inferior,
.termo_p {
    text-align: center;
}

.button_Avancar {
    margin-left: 150px;
    width: 100px;
    height: 45px;
    color: white;
    background-color: #05a9d0;
    padding-bottom: 25px;
    border-radius: 15px;
    margin-top: 20px;
    font-family: Breve-Sans-Text-Medium;
}
