@charset "UTF-8";
#infoarte {
  /* HTML5 display-role reset for older browsers */ }
  #infoarte div, #infoarte span, #infoarte object, #infoarte iframe,
  #infoarte h1, #infoarte h2, #infoarte h3, #infoarte h4, #infoarte h5, #infoarte h6, #infoarte p, #infoarte blockquote, #infoarte pre,
  #infoarte a, #infoarte abbr, #infoarte acronym, #infoarte address, #infoarte big, #infoarte cite, #infoarte code,
  #infoarte del, #infoarte dfn, #infoarte em, #infoarte img, #infoarte ins, #infoarte kbd, #infoarte q, #infoarte s, #infoarte samp,
  #infoarte small, #infoarte strike, #infoarte strong, #infoarte sub, #infoarte sup, #infoarte tt, #infoarte var,
  #infoarte b, #infoarte u, #infoarte i, #infoarte center,
  #infoarte dl, #infoarte dt, #infoarte dd, #infoarte ol, #infoarte ul, #infoarte li,
  #infoarte fieldset, #infoarte form, #infoarte label, #infoarte legend,
  #infoarte table, #infoarte caption, #infoarte tbody, #infoarte tfoot, #infoarte thead, #infoarte tr, #infoarte th, #infoarte td,
  #infoarte article, #infoarte aside, #infoarte canvas, #infoarte details, #infoarte embed,
  #infoarte figure, #infoarte figcaption, #infoarte footer, #infoarte header, #infoarte hgroup,
  #infoarte menu, #infoarte nav, #infoarte output, #infoarte ruby, #infoarte section, #infoarte summary,
  #infoarte time, #infoarte mark, #infoarte audio, #infoarte video, #infoarte button {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }
  #infoarte article, #infoarte aside, #infoarte details, #infoarte figcaption, #infoarte figure,
  #infoarte footer, #infoarte header, #infoarte hgroup, #infoarte menu, #infoarte nav, #infoarte section {
    display: block; }
  #infoarte body {
    line-height: 1; }
  #infoarte ol, #infoarte ul {
    list-style: none; }
  #infoarte blockquote, #infoarte q {
    quotes: none; }
  #infoarte blockquote:before, #infoarte blockquote:after,
  #infoarte q:before, #infoarte q:after {
    content: '';
    content: none; }
  #infoarte table {
    border-collapse: collapse;
    border-spacing: 0; }

html, body, * {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none; }

/*TELA FULL*/
body article {
  max-width: 100% !important; }

/*COLOCA A BARRA DO GLOGO POR CIMA*/
body #sticker {
  z-index: 100000000000000000000000000000; }

body #menu-editoria {
  z-index: 100000000000000000000000000000; }

/*TIRA O TÍTULO E SUBTÍTULO DA PÁGINA*/
body .head-materia {
  height: 0;
  overflow: hidden; }

body #all_banner {
  height: 0 !important;
  overflow: hidden  !important;
  padding: 0  !important;
  border: none  !important;
  background: none  !important;
  margin: 0  !important; }

body article + .row {
  display: none; }

body article .row:nth-child(1) {
  display: none; }

/*Tira publicidade no  mobi*/
#infoarte {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }
  #infoarte .barra-logo {
    width: 100%;
    padding: 17px 10px 13px 10px;
    margin-bottom: 55px;
    background: #ffffff;
    background: -webkit-linear-gradient(#ffffff 0%, #f0f2f3 100%);
    background: linear-gradient(#ffffff 0%, #f0f2f3 100%);
    border-top: thin solid #d1d1d1;
    border-bottom: thin solid #d1d1d1;
    box-sizing: border-box; }
    #infoarte .barra-logo .case-center {
      margin: 0 auto;
      width: 100%;
      max-width: 155px; }
      #infoarte .barra-logo .case-center img {
        width: 100%; }
  #infoarte .topo {
    max-width: 1280px;
    margin: 0 auto 50px auto;
    box-sizing: border-box; }
    #infoarte .topo h1 {
      font-size: 40px;
      font-family: OgloboCondensedBold, "Times New Roman", times, serif;
      margin-bottom: 20px; }
    #infoarte .topo p {
      font-size: 19px;
      font-family: OgloboCondensedRegular, "Times New Roman", times, serif;
      max-width: 490px;
      color: #5e5e5e; }
  #infoarte .content {
    max-width: 1280px;
    margin: 0 auto;
    box-sizing: border-box; }
    #infoarte .content .municipios {
      margin: 0 auto 50px auto;
      box-sizing: border-box; }
      #infoarte .content .municipios ul li {
        display: inline-block;
        background: #e2eaed;
        position: relative;
        box-sizing: border-box;
        padding: 1px;
        outline: 1px solid white;
        width: 25%;
        overflow: hidden;
        line-height: 0%;
        cursor: pointer; }
        #infoarte .content .municipios ul li a {
          display: block;
          line-height: 0%;
          overflow: hidden; }
        #infoarte .content .municipios ul li img {
          -webkit-transform: scale(1, 1);
              -ms-transform: scale(1, 1);
                  transform: scale(1, 1);
          width: 100%;
          -webkit-transition: all 0.1s ease-in-out;
                  transition: all 0.1s ease-in-out; }
        #infoarte .content .municipios ul li p {
          position: absolute;
          bottom: 22px;
          z-index: 20;
          color: white;
          font-size: 25px;
          font-family: OgloboCondensedBold, "Times New Roman", times, serif;
          line-height: 20px;
          box-sizing: border-box;
          width: 100%;
          padding: 0 10px; }
        #infoarte .content .municipios ul li .mask {
          position: absolute;
          top: 0;
          width: 100%;
          height: 100%;
          z-index: 10;
          background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 60%, black 100%);
          background: linear-gradient(rgba(255, 255, 255, 0) 60%, black 100%); }
        #infoarte .content .municipios ul li:hover img {
          -webkit-transform: scale(1.1, 1.1);
              -ms-transform: scale(1.1, 1.1);
                  transform: scale(1.1, 1.1);
          -webkit-transition: all 0.3s ease-in-out;
                  transition: all 0.3s ease-in-out; }
    #infoarte .content .veja-mais {
      overflow: auto;
      display: none; }
      #infoarte .content .veja-mais .esq {
        float: left;
        width: 18.35938%; }
        #infoarte .content .veja-mais .esq h3 {
          color: #38647a;
          font-size: 20px;
          font-family: OgloboCondensedBold, "Times New Roman", times, serif;
          margin-bottom: 10px; }
        #infoarte .content .veja-mais .esq p {
          font-size: 20px;
          font-family: OgloboCondensedRegular, "Times New Roman", times, serif;
          max-width: 192px;
          line-height: 20px; }
      #infoarte .content .veja-mais .dir {
        float: right;
        width: 81.25%; }
        #infoarte .content .veja-mais .dir ul li {
          overflow: auto;
          box-sizing: border-box;
          width: 33.33%;
          display: inline-block;
          overflow: auto;
          padding: 5px 0; }
          #infoarte .content .veja-mais .dir ul li .case-img {
            max-width: 100px;
            float: left; }
            #infoarte .content .veja-mais .dir ul li .case-img img {
              width: 100%; }
          #infoarte .content .veja-mais .dir ul li .info {
            float: left;
            margin-left: 10px;
            max-width: 150px; }
            #infoarte .content .veja-mais .dir ul li .info h4 {
              color: #70caf0;
              font-weight: normal;
              border-bottom: 1px solid #70caf0;
              padding-bottom: 3px;
              margin-bottom: 3px;
              font-size: 16px;
              font-family: OgloboCondensedSemibold, "Times New Roman", times, serif; }
            #infoarte .content .veja-mais .dir ul li .info p {
              font-family: OgloboCondensedMedium, "Times New Roman", times, serif;
              font-size: 20px;
              line-height: 20px; }
        @media screen and (max-width: 1000px) {
          #infoarte .content .veja-mais .dir ul {
            padding-left: 10px; }
            #infoarte .content .veja-mais .dir ul li .case-img {
              width: 100%;
              max-width: 100%; }
            #infoarte .content .veja-mais .dir ul li .info {
              margin-left: 0;
              width: 100%; } }
  @media screen and (max-width: 640px) {
    #infoarte .barra-logo {
      margin-bottom: 40px; }
    #infoarte .topo {
      text-align: center;
      margin-bottom: 30px; }
      #infoarte .topo p {
        max-width: 100%;
        padding: 10px;
        box-sizing: border-box; }
    #infoarte .content {
      padding: 0 10px; }
      #infoarte .content .municipios {
        margin-bottom: 40px; }
        #infoarte .content .municipios ul li {
          width: 100%; }
      #infoarte .content .veja-mais .esq, #infoarte .content .veja-mais .dir {
        float: none;
        width: 100%;
        box-sizing: border-box; }
      #infoarte .content .veja-mais .esq {
        margin-bottom: 10px; }
        #infoarte .content .veja-mais .esq p {
          max-width: 100%; }
      #infoarte .content .veja-mais .dir ul {
        padding: 0; }
        #infoarte .content .veja-mais .dir ul li {
          width: 100%; }
          #infoarte .content .veja-mais .dir ul li .case-img {
            max-width: 40%; }
          #infoarte .content .veja-mais .dir ul li .info {
            max-width: 60%;
            box-sizing: border-box;
            padding-left: 5px; } }

/*
  @media screen and(max-width: 1024px){
*/
