/*
 * texto.
 */


    

@font-face{
    font-family: lobster;
    src: url(fontes/Lobster/Lobster-Regular.ttf);
}

@font-face {
    font-family:roboto ;
    src: url(fontes/Roboto/static/Roboto-Black.ttf);
}


body {
	font-family: roboto;
	font-size: 20pt;
	color: rgb(0, 0, 0);

}

h1 {
    font-family: lobster;
	font-size: 30pt;
	color: rgb(0, 0, 0);
    align-content: space-between;
    margin-left: 2%;
}

#primeiro {
     margin-right:  40%;
    margin-left: 20px;
 }

#segundo {
    margin-top: 40px;
    margin-left: 40%;
    margin-right: 20px;
   



}





#logo {

width: 150px;


}


header{
    display: flex;
    justify-content: space-between;
    align-items: center;


}



#botoes{
    width: 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    

}


#botoes a {


    text-decoration: none;
    color: rgb(0, 0, 0);
}

#burger{
     display: none;
    justify-content: flex-end;

}




#panda{


    width: 100%;
}

@media (max-width: 600px) {

    #burger {
        display: block;
    }

    #botoes {
        display: none;
    }


    #primeiro {
        margin-right: 20px;
   
    }
   
   #segundo {
   
      margin-left: 20px;
   
    }
        
   
   }



   #menumobile {
    transition: top .5s;
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100vh;
    top: -120%;
    left:0;
    background-color: rgb(236, 194, 3);
   }

#x {
    
    width: 80px;
   margin-left: auto;
   display: block;
}

#menumobile a{

     display: block;
     width: 100%;
     text-align: center;
     font-size: 24px;
     padding-top: 20px;
     padding-bottom: 20px;
     text-decoration: none;
     color: black;



}



