*{
    padding: 0;
    margin: 0;
    font-family: "Roboto", sans-serif;
}

body{
    background-image: url(../images/img_fundo.png);
    background-repeat: no-repeat;
    background-size: 100% 100vh;
}

.secao_infomarcoes{
    display: flex;
    position: sticky;
    top: 0;
    justify-content: space-between;
    color: white;
    background-color: rgba(0, 0, 0, 50%);
    padding: 11px;
}
.img_lupa{
    width: 40px;
    margin: 60px;
    font-family: "Roboto", sans-serif;
}
.text_logo{
    font-family: "Allerta Stencil", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 50px;
    color: white;
    -webkit-text-stroke-color: black;
    -webkit-text-stroke-width: 0.6px;
}
.secao_icones_logo{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}
.logo_talher{
    display: flex;
    justify-content: center;
    align-items: center;
}
.espaco1{
    width: 60%;
    height: 2px;
    margin-left: 20%;
    background: white;
    display: flex;
    justify-content: center; 
    align-items: center;
}
.espaco2{
    width: 60%;
    height: 2px;
    margin-bottom: 750px;
    margin-left: 20%;
    background: white;
    display: flex;
    justify-content: center; 
    align-items: center;
}
.secao_menu{
    display: flex;
    justify-content: center; 
    align-items: center;
    color: white;
    width: 100%;
}
.opcao_menu{
    margin-left: 80px;
    margin-bottom:  20px;
    font-size: 22px;
    -webkit-text-stroke-color: black;
    -webkit-text-stroke-width: 0.3px;
    text-decoration: none;
    color: white;
    transition: 0.5s;
}

.opcao_menu:hover{
    scale: 110%;
}

.secao_hamburguer1{
    
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.txt_hamburguer1{
    width: 20%;
    margin: 50px;
    font-size: 21.5px;
    text-align: justify;
}
.img_hamburguer1{
    width: 500px;
    margin-left: 30px;
}
.img_hamburguer2{
    width: 500px;
    margin-right: 30px;
}
.secao_rodape{
    width: 100%;
    height: 50px;
    margin-top: 120px;
    background-color: rgba(0, 0, 0, 0.50);
    display: flex;
    align-items: center;
    justify-content: center;
}
