 
body {
  background-color: #ededef;
  font-family: 'Montserrat', sans-serif;
  color: #5c5759;
}
h2 {
  font-weight: 700;
}
#bg-primary {
  top: 0;
  left: 0;
  width: 100%;
  height: 450px;
}
#bg-primary img {
  max-height: 100%;
}
#bg-secondary {
  background-image: url('imagens/bg2.png');
  background-position: right bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.logo {
  position: absolute;
  left: 80px;
  top: 80px;
  bottom: auto;
  max-width: 100%;
}
.logos {
  position: absolute;
  right: 0px;
  top: 70px;
  bottom: auto;
  max-width: 100%;
}
#pessoas {
  position: fixed;
  bottom: 0px;      
  left: 500px;
  width: 580px;
  height: 765px;
  background-image: url('imagens/pessoa_05.png');  
  background-position: left top;
  background-repeat: no-repeat;      
}
.player {
  position: absolute;
  bottom: 100px;
  right: 300px;
  width: 525px;
  height: 330px;
  padding: 35px 0 0 0;
  box-shadow: 10px 10px 25px #0f151b;
  background-image: url('imagens/player.png');
  background-position: left top;
  background-repeat: no-repeat;      
}
.text {
  position: absolute;      
  left: 130px;
  bottom: 100px;
  width: 290px;
  font-size: 19px;
  padding: 2px 3px;
  background-color: rgba(255,255,255,0.5)
}    
@media screen and (max-width: 1440px) {
  .player {
    bottom: 50px;
    right: 100px;
    width: 525px;
    height: 330px;
  }
  .text {
    left: 130px;
    bottom: 50px;
    width: 290px;
    font-size: 19px;
  }  
}    
@media screen and (max-width: 1024px) {
  #bg-primary {
    top: 0;
    left: 0;
    width: 100%;
    height: 370px;
  }
  .logo {
    left: 80px;
    top: 80px;
    max-width: 50%;
  }  
  .logos {
    left: 130px;
    bottom: 20px;
    top: auto;
    max-width: 100%;
  }  
  .player {
    bottom: 50px;
    right: 50px;
    width: 500px;
    height: 310px;
  }
  .text {
    left: 130px;
    bottom: 100px;
    width: 270px;
    font-size: 17px;
  }  
}
@media screen and (max-width: 768px) {
  #bg-primary {
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
  }
  .logo {
    left: 80px;
    top: 80px;
    max-width: 55%;
  }  
  .logos {
    top: auto;
    left: 30px;
    bottom: 20px;
    max-width: 150px;
  }  
  #pessoas {
    left: 370px;
    width: 580px;
    height: 765px;
  }    
  .player {
    bottom: 20px;
    right: 40px;
    width: 425px;
    height: 270px;
  }
  .text {
    left: 30px;
    bottom: 90px;
    width: 250px;
    font-size: 17px;
  }  
}
@media screen and (max-width: 425px) {
  #bg-primary {
    top: 0;
    left: 0;
    width: 100%;
    height: 220px;
}
  h2 {
    font-size: 22px;
  }
  .logo {
    left: 90px;
    top: 60px;
    max-width: 70%;
  }  
  .logos {
    display: none;      
  }  
  #pessoas {
    left: 90px;
    width: 580px;
    height: 620px;
  }    
  .player {
    bottom: 20px;
    right: 10px;
    width: 405px;
    height: 250px;
  }
  .text {
    left: 30px;
    bottom: 280px;
    width: 220px;
    font-size: 13px;
  }  
}
@media screen and (max-width: 320px) {
  .logos{
    display: none;      
  }
  #pessoas {
    left: 20px;
    width: 580px;
    height: 620px;
  }    
  .player {
    bottom: 20px;
    right: 10px;
    width: 300px;
    height: 200px;
  }
  .text {
    left: 15px;
    bottom: 250px;
    width: 200px;
    font-size: 13px;
  }  
}