section.banner {
    background-image:url('imagens/lua.jpg') ;
    background-position: left; 
}
  

.menudesktop, .footdesktop, #close, .bannertwo, .adesktop{
    display: none;
}

  .iconscontainer, .asidedesktop{
    display: flex;
}



/***********   BREAKPOINT *************/
@media screen and (min-width: 980px) {
    
.backgroundimage, .mobilemenu, section.banner, .footmobile{   
    display: none; 
}

.menudesktop, #close, .logodesk, .menudesktop, .top,.bannertwo, .adesktop {
    display: flex;
}

.bannertwo {
   /* para fixar no início */
   position: relative;  
}

.iconscontainer { 
    display: flex;
    flex-direction: row no wrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
}
.iconscontainer a{ 
    display: inline-block;
    text-decoration: none;  
    text-align: right;
}


}









