@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
body, section, main {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 410px;
  height: 670px;
  font-family: 'Open Sans', sans-serif; }

main {
  height: auto; }

header {
  height: 60px;
  background-color: #102a46;
  text-align: center;
  padding: 17px 0; }

header img {
  width: 150px; }

#telaInicial {
  height: auto; }

footer {
  background-color: #f2f2f2;
  min-height: 100px; }

footer img {
  padding: 20px 15px;
  width: 150px; }

footer p {
  color: #7d8591; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.padding-img {
  padding: 0rem 3rem; }

#noticias .posts-blog {
  display: none;
  padding: 2rem; }
  #noticias .posts-blog a {
    color: #4d4d4d; }
    #noticias .posts-blog a:hover {
      color: #4d4d4d; }
    #noticias .posts-blog a img {
      width: 100%;
      border-radius: 20px;
      margin-bottom: 10px;
      border: 5px solid #1071e0; }
    #noticias .posts-blog a h2 {
      font-weight: 700; }

#noticias #noticia-1,
#noticias #noticia-2,
#noticias #noticia-3 {
  display: block; }

#noticias .posts-blog.categoria-188 img,
#noticias .posts-blog.categoria-53 img {
  border: 5px solid #76c9cb; }

#noticias .posts-blog.categoria-226 img {
  border: 5px solid #feb797; }

#noticias .posts-blog.categoria-68 img {
  border: 5px solid #5f54c8; }

#loadMoreBtn {
  display: block;
  margin: 20px auto;
  border: none;
  border-radius: 20px;
  background-color: #102a46;
  color: #FFF;
  padding: 1rem 2rem; }

#detalhes-post h2 {
  font-weight: bold; }

#detalhes-post img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  margin: 20px 0; }

#detalhes-post iframe {
  max-width: 100%;
  height: auto; }

#detalhes-post .chamada {
  font-style: i; }

#detalhes-post .content {
  margin: 20px 0 40px; }

.return {
  margin: 20px 0 30px;
  color: #102a46;
  display: block;
  font-size: 16px; }
  .return img {
    width: 20px;
    margin-right: 10px; }
  .return:hover {
    color: #102a46; }

#loading {
  display: none; }
  #loading img {
    max-width: 100%;
    -webkit-filter: brightness(0) saturate(100%) invert(13%) sepia(22%) saturate(1803%) hue-rotate(169deg) brightness(100%) contrast(96%);
            filter: brightness(0) saturate(100%) invert(13%) sepia(22%) saturate(1803%) hue-rotate(169deg) brightness(100%) contrast(96%);
    height: 150px;
    margin: 15px auto;
    display: block; }
