@media only screen and (max-width: 1920px) { 
  body {
    background-color: #f2f2f2;
    background-image: url("https://cdn.awsli.com.br/1274/1274364/arquivos/modelositemobile5.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
}

@media only screen and (max-width: 1366px) { 
  body {
    background-color: #f2f2f2;
    background-image: url("https://cdn.awsli.com.br/1274/1274364/arquivos/modelositemobile5.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
}

@media only screen and (max-width: 1080px) {
  body {
    background-color: #f2f2f2;
    background-image: url("https://cdn.awsli.com.br/1274/1274364/arquivos/modelositemobile5.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
}

@media only screen and (max-width: 1000px) {
  body {
    background-color: #f2f2f2;
    background-image: url("https://cdn.awsli.com.br/1274/1274364/arquivos/modelositemobile5.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
    
#corpo{
      background-color: #f2f2f2;    
  }      
}


#rodape .institucional{ 
    background: white;
}

#rodape .pagamento-selos{
    background-color: white;
}






