#bginicio, div#bgimagens, div#bgtextos, div#bgbiografia, div#bgestudio, div#bgcontato, div#bgnone { 
    position:fixed;
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0;
    z-index: -2;
}

#bginicio {
    
    background: url("../img/bg3a.jpg");
    background-size: cover;
    background-position: center;
}

/* Mobile  Vertical*/

@media only screen and (max-width: 504px) and (orientation:portrait) {
  
  #bginicio {
        
    background: url("../img/bg3a.jpg");
    background-size: cover;
    background-position: center;
      
        /* background: linear-gradient(to right, rgba(255,0,0,0), white 100%), url("../img/bg2.jpg"); 
        background-size: 180%;
        background-position: right 670px bottom 45%; */
        
    } 
    
}

@media only screen and (max-width: 414px) and (orientation:portrait) {
  
    #bginicio {
        
    background: url("../img/bg3a.jpg");
    background-size: cover;
    background-position: center;
        
        /* background: linear-gradient(to right, rgba(255,0,0,0), white 100%), url("../img/bg2.jpg"); 
        background-size: 340%;
        background-position: right 915px bottom 45%; */
        
    } 
    
}
    
@media only screen and (max-width: 360px) and (orientation:portrait) {
  
  #bginicio {
      
    background: url("../img/bg3a.jpg");
    background-size: cover;
    background-position: center;
      
          /* background: linear-gradient(to right, rgba(255,0,0,0), white 100%), url("../img/bg2.jpg"); 
          background-size: 340%;
          background-position: right 795px bottom 45%; */
        
    } 
    
}

@media only screen and (max-width: 320px) and (orientation:portrait) {
  
  #bginicio {
      
    background: url("../img/bg3a.jpg");
    background-size: cover;
    background-position: center;
      
    /* background: linear-gradient(to right, rgba(255,0,0,0), white 100%), url("../img/bg2.jpg"); 
    background-size: 340%;
    background-position: right 710px bottom 45%; */
        
    }

} 

/* Mobile  Horizontal*/

@media only screen and (max-width: 736px) and (orientation:landscape) {
    
    #bginicio {
    
    background: url("../img/bg3a.jpg");
    background-size: cover;
    background-position: center;
}
    
}

@media only screen and (max-width: 640px) and (orientation:landscape) {
    
    #bginicio {
    
    background: url("../img/bg3a.jpg");
    background-size: cover;
    background-position: center;
}
    
}

@media only screen and (max-width: 568px) and (orientation:landscape) {
    
    #bginicio {
    
    background: url("../img/bg3a.jpg");
    background-size: cover;
    background-position: center;
}
    
}

@media only screen and (max-width: 533px) and (orientation:landscape)  {
    
    #bginicio {
    
    background: url("../img/bg3a.jpg");
    background-size: cover;
    background-position: center;
}
    
}

@media only screen and (max-width: 480px) and (orientation:landscape)  {
    
    #bginicio {
    
    background: url("../img/bg3a.jpg");
    background-size: cover;
    background-position: center;
}
    
}
    


