@media screen and (min-width: 0) {
  body {
    width: 368px;
    margin: auto;
  }

  .logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #a3d9d9;
    width: 366px;
    height: 60px;
    border-radius: 10px 10px 0px 0px;
    margin: auto;
  }

  .rodape {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    padding-top: 5px;
    background-color: #a3d9d9;
    color: #034aa6;
    font-size: 8px;
    font-weight: bold;
    width: 366px;
    height: 60px;
    border-radius: 0px 0px 10px 10px;
    margin: auto;
  }

  .logosite {
    width: 60px;
    height: auto;
  }

  .bannersite {
    width: 306px;
    height: auto;
  }
}

@media screen and (min-width: 768px) {
  body {
    width: 760px;
    margin: auto;
  }

  .logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #a3d9d9;
    width: 750px;
    height: 200px;
    border-radius: 10px 10px 0px 0px;
    margin: auto;
  }

  .rodape {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    padding-top: 5px;
    background-color: #a3d9d9;
    color: #034aa6;
    font-size: 12px;
    font-weight: bold;
    width: 750px;
    height: 200px;
    border-radius: 0px 0px 10px 10px;
    margin: auto;
  }

  .logosite {
    width: 200px;
    height: auto;
  }

  .bannersite {
    width: 550px;
    height: auto;
  }
}

@media screen and (min-width: 992px) {
  body {
    width: 990px;
    margin: auto;
  }

  .logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #a3d9d9;
    width: 980px;
    height: 200px;
    border-radius: 10px 10px 0px 0px;
    margin: auto;
  }

  .rodape {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    padding-top: 5px;
    background-color: #a3d9d9;
    color: #034aa6;
    font-size: 16px;
    font-weight: bold;
    width: 980px;
    height: 200px;
    border-radius: 0px 0px 10px 10px;
    margin: auto;
  }

  .logosite {
    width: 200px;
    height: auto;
  }

  .bannersite {
    width: 780px;
    height: auto;
  }
}

@media screen and (min-width: 1200px) {
  body {
    width: 1200px;
    margin: auto;
  }

  .logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #a3d9d9;
    width: 1190px;
    height: 200px;
    border-radius: 10px 10px 0px 0px;
    margin: auto;
  }

  .rodape {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    padding-top: 5px;
    background-color: #a3d9d9;
    color: #034aa6;
    font-size: 16px;
    font-weight: bold;
    width: 1190px;
    height: 200px;
    border-radius: 0px 0px 10px 10px;
    margin: auto;
  }

  .logosite {
    width: 200px;
    height: auto;
  }

  .bannersite {
    width: 1000px;
    height: auto;
  }
}
