/* Mobile Sizes (devices and browser) */
@media only screen and (max-width: 768px) {
    .ico-title {
      margin: 0 9px 0 0;
  
      img {
        height: auto;
        width: 34px;
      }
    }
  
    .container {
      max-width: 100% !important;
      padding: 0 15px;
    }

    header{
        .topo{
          .menu-bts{
            a.social {
              width: 26px;
              height: 26px;
              font-size: 16px;
            }
            .search-bt{
              font-size: 22px;
            }
          }
          .banner-topo{
              padding: 0;
              position: absolute;
              top: 75px;
          }
        }
    }

    .posts-home {
      article{
        figure {
          margin-bottom: 10px;
          padding: 0px 5px;
          &::after{
            background: none;
          }
        }
        .text {
          padding: 0 0 0 10px !important;
          margin-left: 0px !important;
        }
        &:nth-child(odd){
          .row{
            flex-direction: row;
            .text{
              padding-left: 10px !important;
              padding-right: 10px !important;
              margin-left: 0px !important;
              margin-right: 0px !important;
            }
            figure{
              padding-left: 10px !important;
              padding-right: 10px !important;
              &::after{
                background: none;
              }
            }
          }
        }
        &.destaque{
          h1{
            // font-size: 45px;
            // line-height: 45px;
          }
        }
      }
    }

    #noticias-destaque{
        &.with-banner{
            margin-top: 60px;
        }
        .highlight-left{
            figure{
                margin-bottom: 7px;
            }
        }
    }

    #mais-lidas{
        .item{
            margin-bottom: 20px;
        }
    }

    .archive{
        &.with-banner{
            margin-top: 60px;
        }
        .noticias-list{
            article{
                margin-bottom: 15px;
                figure{
                    margin-bottom: 7px;
                }
            }
        }
    }

    .internas{
        &.with-banner{
            margin-top: 60px;
        }
        .post-content{
          figure.post-thumbnail{
            img{
              height: 60vh !important;
            }
          }
        }
    }

    .veja-tambem{
        margin-top: 25px;
        .noticias-list{
            article{
                margin-bottom: 15px;
                figure{
                    margin-bottom: 7px;
                }
            }
        }
    }
  
    footer {
      // margin-top: 50px;
      padding: 20px;
      height: auto;
      font-size: 12px;
  
      .logo {
        margin: 35px 0;
        text-align: center;
  
        img {
          height: 71px;
          width: auto;
        }
      }
  
      .social {
        justify-content: center;
  
        a.circle {
          width: 40px;
          height: 40px;
        }
      }
  
      .copy {
        text-align: center;
  
      }
  
      .menu {
        ul {
          float: none;
          width: 100%;
          margin: 0;
          padding: 0;
          text-align: center;
  
          li {
            display: block;
            margin: 0 0 17px 0;
            text-transform: uppercase;
          }
        }
      }
    }
  }