/*---------------------*/
/*--- SASS ELEMENTS ---*/
/*---------------------*/
/*----------------*/
/*--- BASE CSS ---*/
/*----------------*/
/*p{
  font-size: 10px;
  @include transition(500ms);

  &:hover{
    font-size: 30px;
    font-weight: bold;
  }
}*/

html {
    background: url("/_assets/imgs/bkg-repeat.jpg") 0 -1px repeat-x #f1f3ed;
    /*background: url("/_assets/imgs/bkg-repeat_mulher0.jpg") 0 -1px repeat-x #f1f3ed;*/
}

    html.internas {
        background: url("/_assets/imgs/bkg-repeat-internas.jpg") 0 0 repeat-x #f1f3ed;
        /*background: url("/_assets/imgs/bkg-repeat_mulher0.jpg") 0 -1px repeat-x #f1f3ed;*/
    }

    html.internas-banner {
        background: url("/_assets/imgs/bkg-repeat-internas-cbanner.jpg") 0 0 repeat-x #f1f3ed;
        /*background: url("/_assets/imgs/bkg-repeat_mulher0.jpg") 0 -1px repeat-x #f1f3ed;*/
    }

body {
  background: url("../imgs/detail-topo.png") center -3px no-repeat;
  /*background: url("../imgs/topo_tamanho_correto.png") center 0 no-repeat;*/
  width: 100%;
  height: 500px; }

header {
  width: 100%;
  height: 144px;
  /*background: #9c5da6;semana da mulher*/ }
  header .wrapper {
    width: 1200px;
    height: 144px;
    margin: 0 auto; }
    header .wrapper a.logo-site {
      display: block;
      width: 220px;
      height: 122px;
      float: left;
      margin-top: 17px;
      margin-left: 50px; }
    header .wrapper a.box-topo-filiese {
      display: block;
      width: 419px;
      height: 81px;
      background: url("../imgs/box-topo-filiese.png") 0 0 no-repeat;
      float: right; }
    header .wrapper span.site-date {
      display: block;
      position: absolute;
      width: 220px;
      margin-left: 550px;
      margin-top: 17px;
      text-align: right;
      font-family: tahoma, arial, helvetica, sans;
      font-size: 11px;
      color: #fefefe;
      font-weight: normal; }
    header .wrapper form#form-busca-site {
      width: 190px;
      height: 29px;
      display: block;
      position: absolute;
      margin-left: 845px;
      margin-top: 94px; }
      header .wrapper form#form-busca-site input.buscar {
        width: 190px;
        display: block;
        height: 29px;
        padding-left: 15px;
        padding-right: 40px;
        border: none;
        background: url("../imgs/campo-busca-site.png") 0 0 no-repeat;
        position: absolute;
        outline: none !important; }
      header .wrapper form#form-busca-site input.busca-submit {
        display: block;
        position: absolute;
        margin: 5px 0 0 162px;
        background: none;
        border: none;
        cursor: pointer; }
    header .box-redessoicias {
        display: block;
        width: 157px;
        height: 20px;
        position: absolute;
        margin: 96px 0 0 1058px;
    }
    header .box-redessoicias li {
      display: block;
      float: left;
      color: #FFF;
      margin-right: 15px; }
      header .box-redessoicias li:nth-child(1) a i {
        color: #FFF;
        font-size: 20px; }
        header .box-redessoicias li:nth-child(1) a i:hover {
          color: #3b5998; }
      header .box-redessoicias li:nth-child(2) a i {
        color: #FFF;
        font-size: 20px; }
        header .box-redessoicias li:nth-child(2) a i:hover {
          color: #55acee; }
      header .box-redessoicias li:nth-child(3) a i {
        color: #FFF;
        font-size: 20px; }
        header .box-redessoicias li:nth-child(3) a i:hover {
          color: #b31217; }
      header .box-redessoicias li:nth-child(4) a i {
        color: #FFF;
        font-size: 20px; }
        header .box-redessoicias li:nth-child(4) a i:hover {
          color: #ff0084; }
        header .box-redessoicias li:nth-child(5) a i {
            color: #FFF;
            font-size: 20px;
        }

            header .box-redessoicias li:nth-child(5) a i:hover {
                background: -webkit-linear-gradient(217deg, #8a3ab9,#4c68d7,#cd486b,#fbad50,#fccc63,#bc2a8d);
                background: linear-gradient(217deg, #8a3ab9,#4c68d7,#cd486b,#fbad50,#fccc63,#bc2a8d);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }

nav {
  width: 100%;
  height: 40px; }
  nav .wrapper {
    width: 1200px;
    height: 40px;
    margin: 0 auto; }
    nav .wrapper ul.site-menu {
      display: table;
      margin: 0 auto;
      width: 1136px;
      height: 40px; }
      nav .wrapper ul.site-menu li {
        display: table-cell;
        cursor: pointer;
        float: none;
        color: #FFF;
        -webkit-transition: all ease-in-out 330ms;
        /* Safari and Chrome */
        -moz-transition: all ease-in-out 330ms;
        /* Firefox 4 */
        -o-transition: all ease-in-out 330ms;
        /* Opera */
        -ms-transition: all ease-in-out 330ms;
        /* IE */
        transition: all ease-in-out 330ms;
        /* W3C */ }
        nav .wrapper ul.site-menu li:hover {
          color: #941f1a;
          background-color: #e2e0db; }
        nav .wrapper ul.site-menu li.set {
          color: #941f1a;
          background-color: #e2e0db; }
        nav .wrapper ul.site-menu li a {
          display: block;
          line-height: 1;
          font-family: tahoma, arial, helvetica, sans;
          font-size: 16px;
          color: inherit;
          font-weight: normal;
          text-transform: uppercase;
          text-align: center;
          padding: 13px 24px 0 24px; }
    nav .wrapper ul.ddmenu {
      display: none;
      float: left;
      position: absolute;
      width: 200px;
      margin: 11px 0 0 0px;
      -webkit-box-shadow: 0px 0px 4px #666;
      -moz-box-shadow: 0px 0px 4px #666;
      -ms-box-shadow: 0px 0px 4px #666;
      box-shadow: 0px 0px 4px #666;
      -webkit-border-radius: 0 0 8px 8px;
      -moz-border-radius: 0 0 8px 8px;
      -ms-border-radius: 0 0 8px 8px;
      border-radius: 0 0 8px 8px;
      z-index: 999; }
      nav .wrapper ul.ddmenu li {
        display: block;
        float: left;
        width: 100%;
        color: #666;
        background-color: #e2e0db; }
        nav .wrapper ul.ddmenu li:nth-child(even) {
          background-color: #f1f3ed; }
        nav .wrapper ul.ddmenu li:hover {
          background-color: #941f1a;
          color: #FFF; }
        nav .wrapper ul.ddmenu li:last-child {
          -webkit-border-radius: 0 0 8px 8px;
          -moz-border-radius: 0 0 8px 8px;
          -ms-border-radius: 0 0 8px 8px;
          border-radius: 0 0 8px 8px; }
        nav .wrapper ul.ddmenu li a {
          display: block;
          line-height: 1;
          padding: 13px 24px;
          font-family: tahoma, arial, helvetica, sans;
          font-size: 14px;
          color: inherit;
          font-weight: normal;
          text-transform: uppercase;
          text-align: left; }

section.slider-video {
  margin-bottom: 44px;
  display: block; }
  section.slider-video .box-container {
    width: 1200px;
    height: 340px;
    margin: 0 auto;
    background-color: #fff;
    padding: 15px;
    margin-top: 15px;
    -webkit-box-shadow: 0 10px 13px -10px #666;
    -moz-box-shadow: 0 10px 13px -10px #666;
    -ms-box-shadow: 0 10px 13px -10px #666;
    box-shadow: 0 10px 13px -10px #666; }
  section.slider-video .slider-content, section.slider-video .slider-container {
    width: 831px;
    height: 310px;
    display: block;
    float: left; }
    section.slider-video .slider-content h3#caption, section.slider-video .slider-container h3#caption {
      display: block;
      width: 831px;
      height: 50px;
      position: absolute;
      margin-top: 260px;
      background: url(../imgs/dhtml/bkg-dhtml.png) repeat;
      font-family: tahoma, arial, helvetica, sans;
      font-size: 18px;
      color: #FFF;
      font-weight: 400;
      line-height: 1;
      padding: 16px 20px;
      z-index: 900; }
    section.slider-video .slider-content ul#nav, section.slider-video .slider-container ul#nav {
      display: block;
      float: right;
      position: relative;
      margin: -300px 10px 0 0;
      z-index: 901; }
      section.slider-video .slider-content ul#nav li, section.slider-video .slider-container ul#nav li {
        display: block;
        float: left; }
        section.slider-video .slider-content ul#nav li.activeSlide a, section.slider-video .slider-container ul#nav li.activeSlide a {
          color: #e27e39; }
        section.slider-video .slider-content ul#nav li a, section.slider-video .slider-container ul#nav li a {
          display: block;
          width: 10px;
          height: 10px;
          float: left;
          background: #FFF;
          -webkit-border-radius: 8px;
          -moz-border-radius: 8px;
          -ms-border-radius: 8px;
          border-radius: 8px;
          margin-left: 5px;
          font-size: 0; }
          section.slider-video .slider-content ul#nav li a:hover, section.slider-video .slider-container ul#nav li a:hover {
            color: #e27e39; }
  section.slider-video .box-video {
    display: block;
    float: right;
    width: 319px;
    height: auto; }
    section.slider-video .box-video iframe {
      display: block;
      width: 319px;
      height: 190px;
      background-color: #000; }
    section.slider-video .box-video .descricao-video {
      display: block;
      padding: 10px 18px 0 18px;
      width: 319px;
      height: 89px;
      background-color: #F3F2F3; }
      section.slider-video .box-video .descricao-video h2 {
        font-family: tahoma, arial, helvetica, sans;
        font-size: 18px;
        color: #cc3300;
        font-weight: normal;
        display: block;
        line-height: 1;
        margin-bottom: 3px; }
      section.slider-video .box-video .descricao-video p {
        font-family: tahoma, arial, helvetica, sans;
        font-size: 14px;
        color: #666;
        font-weight: normal;
        line-height: 20px; }

/* -- CONTEUDO -- */
section.content {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  margin-top: 15px; }
  section.content:before, section.content:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  section.content:after {
    clear: both; }
  section.content .content-internas {
    width: 1166px;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px 45px 60px 45px;
    border-top: 1px solid #888; }
    section.content .content-internas:before, section.content .content-internas:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    section.content .content-internas:after {
      clear: both; }
  section.content .txt-padrao {
    font-family: tahoma, arial, helvetica, sans;
    font-size: 15px;
    color: #666;
    font-weight: normal;
    line-height: 22px; }
  section.content .coluna-esquerda {
    display: block;
    float: left;
    width: 867px;
    /*border-right: 1px solid #CCC;*/ }
    section.content .coluna-esquerda .artigos-col {
      width: 222px;
      float: right;
      margin-right: 25px; }
  section.content .coluna-direita {
    display: block;
    width: 315px;
    float: right;
    /*margin-right: 15px;*/ }
    section.content .coluna-direita:before, section.content .coluna-direita:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    section.content .coluna-direita:after {
      clear: both; }
    section.content .coluna-direita .dohms-banners-col-direita {
      display: block;
      float: right;
      margin-bottom: 20px; }
    section.content .coluna-direita .title-labels-vermelho {
      margin-bottom: 0; }
  section.content .destaques-divisoria {
    border-bottom: 1px solid #CCC;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 834px;
    margin-left: 15px;
    float: left; }
  section.content .lastnews-box {
    width: 574px;
    height: auto;
    float: left;
    border-right: 1px solid #CCC;
    padding-right: 15px;
    margin-bottom: 25px;
    padding-left: 15px; }
  section.content .face-likebox {
    display: block;
    width: 315px;
    height: 300px;
    background: #FFF;
    float: left;
    /*border: 1px solid #CCC;*/
    /*padding-right: 22px;*/ }
  section.content .home-boxagenda {
    width: 255px;
    /*height: 300px;*/
    float: right;
    background-color: #fff;
    border-top: 1px solid #CCC;
    /*border: 1px solid #CCC;*/
    margin-right: 19px; }
    section.content .home-boxagenda .title-labels-vermelho {
      margin-bottom: 6px; }

/*-- PG SOBRE --*/
section.pg-sobre .interna-banner-sobre {
  width: 1200px;
  height: 227px;
  margin: 0 auto;
  margin-bottom: 22px; }
section.pg-sobre .txt-sobre {
  display: block;
  float: left;
  width: 606px;
  /*@include font-stack($font1, 15px, $preto, normal);
  line-height: 22px;*/ }
  section.pg-sobre .txt-sobre span.destaque-laranja {
    font-family: tahoma, arial, helvetica, sans;
    font-size: 22px;
    color: #f07d0a;
    font-weight: normal;
    line-height: 38px;
    font-style: italic;
    margin-bottom: 30px;
    display: block; }
  section.pg-sobre .txt-sobre span.subtitle-internas {
    font-size: 22px;
    color: #666;
    font-weight: 500 !important; }
section.pg-sobre .sobre-boxfotos {
  width: 423px;
  float: right; }

/*-- end PG SOBRE --*/
/*-- PG DIRETORIA --*/
section.pg-diretoria .interna-banner-sobre {
  width: 1200px;
  height: 227px;
  margin: 0 auto;
  margin-bottom: 22px; }
section.pg-diretoria ul.box-diretoria {
  display: block;
  float: left;
  margin-right: 168px; }
  section.pg-diretoria ul.box-diretoria:last-child {
    margin-right: 0; }
  section.pg-diretoria ul.box-diretoria li {
    display: block;
    margin-bottom: 21px;
    font-family: tahoma, arial, helvetica, sans;
    font-size: 17px;
    color: #777;
    font-weight: normal;
    padding-left: 20px; }
    section.pg-diretoria ul.box-diretoria li.title-cargo {
      padding-left: 0;
      font-family: tahoma, arial, helvetica, sans;
      font-size: 22px;
      color: #f07d0a;
      font-weight: normal;
      font-style: italic;
      margin-bottom: 15px; }

/*-- end PG DIRETORIA --*/
/*-- PG ESTATUTO --*/
section.pg-estatuto .bloco-estatuto {
  width: 750px;
  display: block;
  float: left; }

/*-- end PG ESTATUTO --*/
/*-- PG CONGRESSOS --*/
section.pg-congressos ul.boxlist-congressos {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  margin-top: 28px; }
  section.pg-congressos ul.boxlist-congressos li {
    display: block;
    background-color: #f1f3ed;
    margin-bottom: 30px; }
    section.pg-congressos ul.boxlist-congressos li:before, section.pg-congressos ul.boxlist-congressos li:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    section.pg-congressos ul.boxlist-congressos li:after {
      clear: both; }
    section.pg-congressos ul.boxlist-congressos li img.capa-cong {
      display: block;
      float: left;
      width: 230px;
      height: 338px; }
    section.pg-congressos ul.boxlist-congressos li .cong-info {
      float: left;
      width: 770px; }
      section.pg-congressos ul.boxlist-congressos li .cong-info .title-cong {
        font-family: tahoma, arial, helvetica, sans;
        font-size: 22px;
        color: #fefdfa;
        font-weight: normal;
        line-height: 1;
        display: block;
        background-color: #941f1a;
        padding: 13px 0 0 54px;
        height: 49px; }
      section.pg-congressos ul.boxlist-congressos li .cong-info .txt-cong {
        display: block;
        padding: 26px 26px 0 26px;
        font-family: tahoma, arial, helvetica, sans;
        font-size: 17px;
        color: #666;
        font-weight: normal;
        line-height: 28px;
        overflow: hidden;
        margin-bottom: 20px; }
        section.pg-congressos ul.boxlist-congressos li .cong-info .txt-cong a {
          display: block;
          color: #FFF;
          float: right;
          padding: 10px 15px;
          background: #941f1a; }
          section.pg-congressos ul.boxlist-congressos li .cong-info .txt-cong a:hover {
            background: #E47B1F; }

/*-- end PG CONGRESSOS --*/
/*-- PG NOSSAS LUTAS --*/
section.pg-nossaslutas .bloco-txt {
  display: block;
  width: 730px; }
section.pg-nossaslutas .cartazes-nossaslutas {
  display: block;
  float: left;
  margin-right: 40px;
  border: 8px solid #f1f3ed; }
section.pg-nossaslutas .outdoors-nossaslutas {
  display: block;
  float: left;
  margin-right: 17px;
  margin-bottom: 40px;
  border: 8px solid #f1f3ed; }
  section.pg-nossaslutas .outdoors-nossaslutas:nth-of-type(3n+0) {
    margin-right: 0; }

/*-- end PG NOSSAS LUTAS --*/
/*-- PG INDICE NEWS --*/
section.pg-indicenews .col-listanews {
  width: 730px;
  height: auto;
  float: left; }
section.pg-indicenews .col-lateralnews {
  width: 330px;
  float: right; }
  section.pg-indicenews .col-lateralnews .dohms-articulista-nenhuma {
    display: none; }
section.pg-indicenews .ass-sindsaude-news {
  display: block;
  line-height: 1;
  font-family: tahoma, arial, helvetica, sans;
  font-size: 13px;
  color: #777;
  font-weight: normal;
  margin-top: 30px; }

/*-- end PG INDICE NEWS --*/
/*-- PG AGENDA --*/
/*-- end PG AGENDA --*/
/*-- PG PUBLICACOES --*/
section.pg-publicacoes .dohms-indice-discovirtual-jump-ano {
  display: block;
  width: 200px;
  float: right;
  margin-bottom: 22px;
  margin-right: 8px; }
  section.pg-publicacoes .dohms-indice-discovirtual-jump-ano label {
    display: block;
    float: left;
    padding-top: 5px;
    font-family: tahoma, arial, helvetica, sans;
    font-size: 17px;
    color: #666;
    font-weight: 400; }
  section.pg-publicacoes .dohms-indice-discovirtual-jump-ano select {
    display: block;
    float: right;
    width: 148px;
    height: 32px;
    padding: 2px;
    border: solid 1px #dfded9; }

/*-- end PG PUBLICACOES --*/
/*-- PG DOCS --*/
section.pg-docs-tables .tabsal {
  font-family: tahoma, arial, helvetica, sans;
  font-size: 14px;
  color: #666;
  font-weight: normal;
  line-height: 1;
  border: 1px solid #D1D1D1;
  margin: 0 auto; }
  section.pg-docs-tables .tabsal th {
    padding: 12px 20px;
    vertical-align: middle;
    border-right: 1px solid #FFF;
    text-transform: uppercase; }
    section.pg-docs-tables .tabsal th:last-child {
      border-right: 0; }
  section.pg-docs-tables .tabsal td {
    padding: 10px 10px;
    text-align: center;
    border-bottom: 1px solid #D1D1D1;
    border-right: 1px solid #D1D1D1;
    vertical-align: middle;
    line-height: 18px;
    /*&:nth-child(odd){ background-color: #EEF0EA; }*/ }
section.pg-docs-tables ul.dohms-pubs-list {
  display: block;
  border-top: 1px solid #bbbbbb; }
  section.pg-docs-tables ul.dohms-pubs-list li {
    display: block;
    border-bottom: 1px solid #bbbbbb;
    height: 39px;
    font-family: tahoma, arial, helvetica, sans;
    font-size: 20px;
    color: #666;
    font-weight: 400;
    line-height: 1;
    padding: 8px 0 0 21px; }
    section.pg-docs-tables ul.dohms-pubs-list li a:nth-child(1) {
      display: block;
      float: left;
      color: #666; }
      section.pg-docs-tables ul.dohms-pubs-list li a:nth-child(1):hover {
        color: #941f1a !important; }
    section.pg-docs-tables ul.dohms-pubs-list li a:nth-child(2) {
      display: block;
      float: right;
      color: #666;
      font-size: 18px; }
      section.pg-docs-tables ul.dohms-pubs-list li a:nth-child(2) i {
        font-size: 22px; }
      section.pg-docs-tables ul.dohms-pubs-list li a:nth-child(2):hover {
        color: #941f1a; }
section.pg-docs-tables .bloco-docs {
  width: 750px;
  display: block;
  float: left; }
section.pg-docs-tables .buscarg {
  display: block;
  float: left; }
  section.pg-docs-tables .buscarg label {
    font-family: tahoma, arial, helvetica, sans;
    font-size: 16px;
    color: #777;
    font-weight: normal; }
    section.pg-docs-tables .buscarg label strong {
      font-size: 20px;
      color: #666; }
  section.pg-docs-tables .buscarg input[type="text"] {
    width: 218px;
    height: 32px;
    padding: 2px;
    margin-left: 5px;
    border: solid 1px #BCBBBC; }
  section.pg-docs-tables .buscarg .busca-submit {
    background-color: #fff;
    border: medium none;
    color: #666;
    cursor: pointer;
    float: right;
    font-family: "FontAwesome",tahoma;
    font-size: 17px;
    padding-top: 4px;
    font-weight: bold;
    width: 80px;
    margin-left: 15px; }
    section.pg-docs-tables .buscarg .busca-submit:hover {
      color: #941f1a; }

/*-- end PG DOCS --*/
/*-- PG LINKS --*/
section.pg-links ul#dohms-list-links {
  display: block;
  width: 1068px; }
  section.pg-links ul#dohms-list-links:before, section.pg-links ul#dohms-list-links:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  section.pg-links ul#dohms-list-links:after {
    clear: both; }
  section.pg-links ul#dohms-list-links li {
    display: block;
    float: left;
    width: 248px;
    height: 208px;
    margin-right: 25px;
    margin-bottom: 25px;
    border: 2px solid #EEF0EA;
    cursor: pointer;
    background-color: #ccc; }
    section.pg-links ul#dohms-list-links li img {
      display: block;
      width: 244px;
      height: 204px; }
    section.pg-links ul#dohms-list-links li a.dohms-link-titulo {
      display: block;
      width: 248px;
      height: 208px;
      position: absolute;
      margin: -208px 0 0 -2px;
      background-color: none;
      border-bottom: 2px solid #EEF0EA;
      font-family: tahoma, arial, helvetica, sans;
      font-size: 20px;
      color: #941f1a;
      font-weight: 400;
      line-height: 22px;
      text-align: center;
      padding: 70px 15px 0 15px;
      -webkit-transition: all ease-in-out 290ms;
      /* Safari and Chrome */
      -moz-transition: all ease-in-out 290ms;
      /* Firefox 4 */
      -o-transition: all ease-in-out 290ms;
      /* Opera */
      -ms-transition: all ease-in-out 290ms;
      /* IE */
      transition: all ease-in-out 290ms;
      /* W3C */ }
      section.pg-links ul#dohms-list-links li a.dohms-link-titulo span {
        display: none; }
    section.pg-links ul#dohms-list-links li:hover a {
      background-color: #f1f3ed;
      border-bottom: 3px solid #941f1a; }
      section.pg-links ul#dohms-list-links li:hover a span {
        display: block; }
    section.pg-links ul#dohms-list-links li:nth-of-type(4n+4) {
      margin-right: 0; }

/*-- end PG LINKS --*/
/*-- PG CONTATO --*/
section.pg-contato .txt-contato {
  display: block;
  line-height: 1;
  font-family: tahoma, arial, helvetica, sans;
  font-size: 14px;
  color: #666;
  font-weight: 700;
  margin-bottom: 19px; }
section.pg-contato [class*='contato-infobox'] {
  display: block;
  width: 252px;
  height: 244px;
  background: url("../imgs/contato-box1.jpg") no-repeat 0 0 #f2f2f2;
  float: left;
  margin-right: 20px;
  font-family: tahoma, arial, helvetica, sans;
  font-size: 15px;
  color: #666;
  font-weight: 400;
  line-height: 23px;
  padding: 110px 18px 0 18px; }
  section.pg-contato [class*='contato-infobox'] a {
    color: #666;
    text-decoration: none; }
    section.pg-contato [class*='contato-infobox'] a:hover {
      color: #941f1a; }
  section.pg-contato [class*='contato-infobox']:last-child {
    margin-right: 0; }
section.pg-contato .contato-infobox2 {
  background: url("../imgs/contato-box2.jpg") no-repeat 0 0 #f2f2f2; }
section.pg-contato .contato-infobox3 {
  background: url("../imgs/contato-box3.jpg") no-repeat 0 0 #f2f2f2; }
section.pg-contato .contato-mapa {
  display: block;
  width: 793px;
  height: 362px;
  margin-top: 20px; }

/*-- end PG CONTATO --*/
/*-- PG FICHA --*/
section.pg-ficha iframe.frame-ficha {
    display: block;
    width: 1166px;
    height: 1795px;
    overflow: hidden;
    overflow-x: hidden;
}
section.pg-ficha iframe.frame-ficha2 {
  display: block;
  width: 1166px;
  height: 422px;
  overflow: hidden;
  overflow-x: hidden; }

/*-- end PG FICHA --*/
section.pg-timeline .timeline-colleft {
  display: block;
  float: left;
  width: 530px; }
section.pg-timeline .timeline-colright {
  display: block;
  float: right;
  width: 430px; }
section.pg-timeline ul.timeline-datas {
  display: block;
  padding-left: 18px;
  margin-bottom: 30px; }
  section.pg-timeline ul.timeline-datas li {
    display: block;
    line-height: 22px;
    font-family: tahoma, arial, helvetica, sans;
    font-size: 15px;
    color: #666;
    font-weight: 400; }
    section.pg-timeline ul.timeline-datas li i {
      color: #e16102;
      display: block;
      float: left;
      padding-top: 4px;
      padding-right: 8px; }
section.pg-timeline .divisoria-dir, section.pg-timeline a.list-tables {
  margin-bottom: 5px;
  margin-top: 15px; }

footer {
  width: 100%;
  height: 477px;
  background-color: #DCDCD8;
  margin-top: 50px !important;
  display: block; }
  footer .wrapper {
    width: 1200px;
    height: 477px;
    margin: 0 auto;
    padding-top: 53px;
    background: url("../imgs/footer_border.png") center -6px no-repeat; }
    footer .wrapper h1 {
      display: block;
      text-align: center;
      font-family: tahoma, arial, helvetica, sans;
      font-size: 12px;
      color: #666;
      font-weight: bold;
      text-transform: uppercase;
      line-height: 1;
      margin-top: 65px; }
    footer .wrapper ul.footer-menu {
      display: block;
      float: left;
      padding-right: 55px;
      border-left: 1px #FFF solid;
      height: 332px;
      padding-top: 8px;
      padding-left: 18px; }
      footer .wrapper ul.footer-menu:first-child {
        margin-left: 30px;
        padding-left: 0;
        border-left: 0; }
      footer .wrapper ul.footer-menu li {
        display: block;
        padding-left: 10px; }
        footer .wrapper ul.footer-menu li a {
          font-family: tahoma, arial, helvetica, sans;
          font-size: 11px;
          color: #777;
          font-weight: normal;
          line-height: 1; }
          footer .wrapper ul.footer-menu li a:hover {
            color: #941f1a; }
        footer .wrapper ul.footer-menu li.footer-menu-title {
          padding-left: 0;
          display: block;
          margin-top: 16px; }
          footer .wrapper ul.footer-menu li.footer-menu-title:first-child {
            margin-top: 0; }
          footer .wrapper ul.footer-menu li.footer-menu-title a {
            font-family: tahoma, arial, helvetica, sans;
            font-size: 15px;
            color: #9b221c;
            font-weight: bold;
            text-transform: uppercase;
            line-height: 1; }
        footer .wrapper ul.footer-menu li.footer-menu-subtitle {
          padding-left: 0;
          margin-top: 6px;
          display: block; }
          footer .wrapper ul.footer-menu li.footer-menu-subtitle a {
            font-family: tahoma, arial, helvetica, sans;
            font-size: 12px;
            color: #666;
            font-weight: bold;
            line-height: 1; }
            footer .wrapper ul.footer-menu li.footer-menu-subtitle a:hover {
              color: #941f1a; }
    footer .wrapper .newsletter-footer {
      display: block;
      float: right;
      width: 251px;
      /*margin-top: 84px;*/
      margin-right: 20px; }
      footer .wrapper .newsletter-footer span {
        display: block;
        padding: 4px 0 3px 12px;
        background-color: #f07d0a;
        font-family: tahoma, arial, helvetica, sans;
        font-size: 12px;
        color: #FFF;
        font-weight: bold;
        line-height: 1;
        text-transform: uppercase; }
      footer .wrapper .newsletter-footer strong {
        font-weight: bold;
        color: #f07d0a;
        text-transform: uppercase; }
      footer .wrapper .newsletter-footer p {
        font-family: tahoma, arial, helvetica, sans;
        font-size: 14px;
        color: #666;
        font-weight: normal;
        line-height: 20px;
        margin-top: 14px;
        margin-bottom: 14px; }
      footer .wrapper .newsletter-footer input {
        display: block;
        border: solid 1px #ccc;
        background-color: #fff;
        padding: 2px;
        width: 100%;
        margin-bottom: 14px; }
      footer .wrapper .newsletter-footer .bt-enviar-nl {
        display: block;
        float: right;
        width: 100px;
        text-align: right;
        padding: 4px 15px 3px 15px;
        -webkit-border-radius: 6px 0 0 6px;
        -moz-border-radius: 6px 0 0 6px;
        -ms-border-radius: 6px 0 0 6px;
        border-radius: 6px 0 0 6px;
        font-family: tahoma, arial, helvetica, sans;
        font-size: 13px;
        color: #FFF;
        font-weight: bold;
        background-color: #f07d0a; }
        footer .wrapper .newsletter-footer .bt-enviar-nl:hover {
          background-color: #941f1a; }

section.assinatura {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  font-family: tahoma, arial, helvetica, sans;
  font-size: 12px;
  color: #666;
  font-weight: normal;
  padding-left: 20px;
  padding-top: 17px;
  margin-bottom: 20px; }
  section.assinatura p span {
    margin: 0 25px; }
  section.assinatura a {
    color: #666;
    text-decoration: none; }
    section.assinatura a:hover {
      text-decoration: underline; }

/*-- colunas internas --*/
.col-interna-left {
  width: 730px;
  height: auto;
  float: left; }

.col-interna-right {
  width: 330px;
  float: right;
  border-left: solid 1px #e0dfdb; }
  .col-interna-right .dohms-banners-col-direita {
    width: 285px;
    float: right;
    margin-bottom: 20px;
    display: block; }

table.table-result-acoes {
  margin-top: 30px;
  width: 100%; }
  table.table-result-acoes tr {
    background: #FFF; }
    table.table-result-acoes tr:nth-child(odd) {
      background: #EEF0EA; }
    table.table-result-acoes tr th {
      border-right: 1px solid #fff;
      padding: 12px 20px;
      text-transform: uppercase;
      vertical-align: middle;
      background: #941f1a;
      font-family: tahoma, arial, helvetica, sans;
      font-size: 14px;
      color: #FFF;
      font-weight: 700; }
      table.table-result-acoes tr th:first-child {
        border-left: 1px solid #FFF; }
    table.table-result-acoes tr td {
      font-family: tahoma, arial, helvetica, sans;
      font-size: 14px;
      color: #333;
      font-weight: 400;
      padding: 10px;
      line-height: 20px;
      vertical-align: middle;
      border-bottom: 1px solid #d1d1d1;
      border-right: 1px solid #d1d1d1;
      text-align: center; }
      table.table-result-acoes tr td:first-child {
        border-left: 1px solid #d1d1d1; }
      table.table-result-acoes tr td:nth-child(2) {
        color: red; }
      table.table-result-acoes tr td.aberto {
        color: green; }

.bg-content {
  display: block;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 6px -2px #000;
  -moz-box-shadow: 0px 0px 6px -2px #000;
  -ms-box-shadow: 0px 0px 6px -2px #000;
  box-shadow: 0px 0px 6px -2px #000; }
  .bg-content.mb25 {
    margin-bottom: 25px; }

/*-----------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------- CLASSES -------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------*/
#dohms-mediabox {
  -webkit-box-shadow: 0px 0px 6px -2px #000;
  -moz-box-shadow: 0px 0px 6px -2px #000;
  -ms-box-shadow: 0px 0px 6px -2px #000;
  box-shadow: 0px 0px 6px -2px #000; }
  #dohms-mediabox .slideshow a img {
    display: block;
    width: 315px;
    height: 199px; }
  #dohms-mediabox h3#caption {
    display: block;
    padding: 8px;
    font-family: tahoma, arial, helvetica, sans;
    font-size: 14px;
    color: #941f1a;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 25px;
    height: 50px; }
  #dohms-mediabox #prev:before {
    display: block;
    height: 20px;
    width: 20px;
    position: absolute;
    content: "\f053";
    font-family: "FontAwesome";
    font-size: 28px;
    color: #FFF;
    font-weight: 400;
    margin-top: -180px;
    margin-left: 10px;
    z-index: 999;
    cursor: pointer;
    text-shadow: 1px 1px 3px #000; }
  #dohms-mediabox #next:before {
    display: block;
    height: 20px;
    width: 20px;
    position: absolute;
    content: "\f054";
    font-family: "FontAwesome";
    font-size: 28px;
    color: #FFF;
    font-weight: 400;
    margin-top: -180px;
    z-index: 999;
    margin-left: 285px;
    cursor: pointer;
    text-shadow: 1px 1px 3px #000; }

/*home destaque*/
#dohms-home-destaques, #dohms-home-destaques2,  #dohms-home-destaques4 {
    display: block;
    padding: 0 0 0 15px;
    width: 852px;
}
    #dohms-home-destaques:before, #dohms-home-destaques2:before, #dohms-home-destaques3:before,, #dohms-home-destaques4:before, #dohms-home-destaques:after, #dohms-home-destaques2:after, #dohms-home-destaques3:after, #dohms-home-destaques4:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
    }
    #dohms-home-destaques:after, #dohms-home-destaques2:after, #dohms-home-destaques3:after, #dohms-home-destaques4:after {
        clear: both;
    }
    #dohms-home-destaques li, #dohms-home-destaques2 li, #dohms-home-destaques3 li, #dohms-home-destaques4 li {
        display: block;
        float: left;
        width: 230px;
        height: 308px;
        overflow: hidden;
        padding-right: 19px;
        border-right: 1px solid #CCC;
        margin-right: 19px;
    }
    #dohms-home-destaques li:last-child, #dohms-home-destaques2 li:last-child {
      border-right: none;
      margin-right: 0;
      padding-right: 0;
      width: 208px; }

        #dohms-home-destaques2 li:last-child {
            border-left: none;
            margin-left: 0;
            padding-left: 0;
            width: 208px;
        }

        #dohms-home-destaques li a.dohms-box-destaques-imagem img, #dohms-home-destaques2 li a.dohms-box-destaques-imagem img, #dohms-home-destaques3 li a.dohms-box-destaques-imagem img, #dohms-home-destaques4 li a.dohms-box-destaques-imagem img {
            display: block;
            width: 208px;
            height: 139px;
            margin-bottom: 5px;
            border: 1px solid #CCC;
        }
        #dohms-home-destaques li a.dohms-box-destaques-titulo h2, #dohms-home-destaques2 li a.dohms-box-destaques-titulo h2, #dohms-home-destaques3 li a.dohms-box-destaques-titulo h2, #dohms-home-destaques4 li a.dohms-box-destaques-titulo h2 {
            font-family: tahoma, arial, helvetica, sans;
            font-size: 20px;
            color: #cc3300;
            font-weight: normal;
            line-height: 24px;
            margin-bottom: 5px;
            display: block;
        }
            #dohms-home-destaques li a.dohms-box-destaques-titulo h2:hover, #dohms-home-destaques2 li a.dohms-box-destaques-titulo h2:hover, #dohms-home-destaques3 li a.dohms-box-destaques-titulo h2:hover, #dohms-home-destaques4 li a.dohms-box-destaques-titulo h2:hover {
                color: #E47B1F !important;
            }
        #dohms-home-destaques li p.dohms-box-destaques-chamada, #dohms-home-destaques2 li p.dohms-box-destaques-chamada, #dohms-home-destaques3 li p.dohms-box-destaques-chamada, #dohms-home-destaques4 li p.dohms-box-destaques-chamada {
            display: block;
            font-family: tahoma, arial, helvetica, sans;
            font-size: 13px;
            color: #666;
            font-weight: normal;
            line-height: 20px;
            height: auto;
        }
        #dohms-home-destaques li:first-child, #dohms-home-destaques2 li:first-child, #dohms-home-destaques2 li:first-child, #dohms-home-destaques3 li:first-child {
            width: 360px;
        }
            #dohms-home-destaques li:first-child a.dohms-box-destaques-imagem img, #dohms-home-destaques2 li:first-child a.dohms-box-destaques-imagem img, #dohms-home-destaques3 li:first-child a.dohms-box-destaques-imagem img {
                display: block;
                width: 340px;
                height: 227px;
                margin-bottom: 5px;
            }
            #dohms-home-destaques li:first-child a.dohms-box-destaques-titulo h2, #dohms-home-destaques2 li:first-child a.dohms-box-destaques-titulo h2, #dohms-home-destaques3 li:first-child a.dohms-box-destaques-titulo h2 {
                margin-bottom: 6px;
            }

#dohms-home-destaques2 {
  padding-bottom: 0px;
  /*border-bottom: 1px solid #CCC; */
  margin-bottom: 0px; }
  #dohms-home-destaques2 li {
    width: 271px;
    height: 270px;
    padding-right: 19px;
    margin-right: 19px; }
    #dohms-home-destaques2 li:first-child {
      width: 271px;
      height: 270px; }
      #dohms-home-destaques2 li:first-child a.dohms-box-destaques-titulo h2 {
        margin-bottom: 7px; }
      #dohms-home-destaques2 li:first-child a.dohms-box-destaques-imagem img {
        margin-bottom: 5px; }
    #dohms-home-destaques2 li:last-child {
      border-right: none;
      margin-right: 0;
      padding-right: 0;
      width: 253px; }
    #dohms-home-destaques2 li a.dohms-box-destaques-imagem img {
      display: block;
      width: 253px;
      height: 167px;
      margin-bottom: 5px; }
      #dohms-home-destaques2 li a.dohms-box-destaques-imagem img:first-child {
        width: 253px;
        height: 167px; }

/*home last news*/
#dohms-last-news {
  display: block;
  margin-top: 3px;
  /*padding-bottom: 15px;*/
  /*margin-bottom: 26px;*/
  /*border-bottom: 1px solid #CCC;*/ }
  #dohms-last-news li {
    display: block;
    border-bottom: 1px solid #CCC;
    min-height: 27px; }
    #dohms-last-news li:last-child {
      border-bottom: none; }
    #dohms-last-news li:hover {
      background-color: #fff; }
      #dohms-last-news li:hover .dohms-indice-noticias-data {
        background-color: #9b221c;
        color: #FFF; }
      #dohms-last-news li:hover .dohms-indice-noticias-titulo h3 {
        color: #E47B1F; }
    #dohms-last-news li .dohms-indice-noticias-data {
      display: block;
      width: 61px;
      height: 26px;
      float: left;
      border-right: 1px solid #CCC;
      padding: 7px 0 0 9px;
      font-family: tahoma, arial, helvetica, sans;
      font-size: 11px;
      color: #666;
      font-weight: normal;
      line-height: 1; }
    #dohms-last-news li .dohms-indice-noticias-titulo {
      display: block;
      float: left;
      padding-bottom: 4px; }
    #dohms-last-news li .dohms-indice-noticias-titulo h3 {
      display: block;
      float: left;
      width: 465px;
      font-family: tahoma, arial, helvetica, sans;
      font-size: 13px;
      color: #666;
      font-weight: normal;
      line-height: 1;
      padding: 6px 0 0 9px; }
      #dohms-last-news li .dohms-indice-noticias-titulo h3:hover {
        color: #E47B1F; }

/*home box agenda*/
#dohms-home-boxagenda {
  display: block;
  padding: 0 8px 8px 8px;
  margin-top: 12px; }
  #dohms-home-boxagenda li {
    display: block;
    margin-bottom: 10px; }
    #dohms-home-boxagenda li:last-child {
      margin-bottom: 0; }
    #dohms-home-boxagenda li .dohms-agenda-data-inicial, #dohms-home-boxagenda #dohms-agenda-interna li .dohms-agenda-data-final, #dohms-agenda-interna #dohms-home-boxagenda li .dohms-agenda-data-final {
      display: block;
      float: left;
      padding: 2px 7px;
      background-color: #f07d0a; }
      #dohms-home-boxagenda li .dohms-agenda-data-inicial .dohms-agenda-data-inicial-dia, #dohms-home-boxagenda #dohms-agenda-interna li .dohms-agenda-data-final .dohms-agenda-data-inicial-dia, #dohms-agenda-interna #dohms-home-boxagenda li .dohms-agenda-data-final .dohms-agenda-data-inicial-dia {
        font-family: tahoma, arial, helvetica, sans;
        font-size: 14px;
        color: #FFF;
        font-weight: bold; }
      #dohms-home-boxagenda li .dohms-agenda-data-inicial .dohms-agenda-data-inicial-mes, #dohms-home-boxagenda #dohms-agenda-interna li .dohms-agenda-data-final .dohms-agenda-data-inicial-mes, #dohms-agenda-interna #dohms-home-boxagenda li .dohms-agenda-data-final .dohms-agenda-data-inicial-mes {
        font-family: tahoma, arial, helvetica, sans;
        font-size: 12px;
        color: #FFF;
        font-weight: bold;
        text-transform: lowercase; }
    #dohms-home-boxagenda li .dohms-agenda-data-final {
      display: block;
      float: left;
      padding: 2px 7px 2px 0px;
      background-color: #f07d0a; }
      #dohms-home-boxagenda li .dohms-agenda-data-final:before {
        display: block;
        float: left;
        content: "a";
        font-family: tahoma, arial, helvetica, sans;
        font-size: 12px;
        color: #FFF;
        font-weight: normal;
        padding: 2px 7px 0 0px; }
      #dohms-home-boxagenda li .dohms-agenda-data-final .dohms-agenda-data-final-dia {
        font-family: tahoma, arial, helvetica, sans;
        font-size: 14px;
        color: #FFF;
        font-weight: bold; }
      #dohms-home-boxagenda li .dohms-agenda-data-final .dohms-agenda-data-final-mes {
        font-family: tahoma, arial, helvetica, sans;
        font-size: 12px;
        color: #FFF;
        font-weight: bold;
        text-transform: lowercase; }
    #dohms-home-boxagenda li .dohms-agenda-titulo {
      display: block;
      background-color: #eaeaea;
      padding: 4px 8px 1px 8px;
      line-height: 1;
      font-family: tahoma, arial, helvetica, sans;
      font-size: 17px;
      color: #9b221c;
      font-weight: normal; }
      #dohms-home-boxagenda li .dohms-agenda-titulo:hover {
        color: #E47B1F; }
    #dohms-home-boxagenda li .dohms-agenda-conteudo {
      display: block;
      background-color: #eaeaea;
      padding: 3px 8px 5px 6px;
      line-height: 16px;
      font-family: tahoma, arial, helvetica, sans;
      font-size: 13px;
      color: #666;
      font-weight: normal;
      height: 22px;
      overflow: hidden; }

/*home box foto*/
#dohms-home-boxfoto {
  display: block;
  float: left;
  margin-right: 15px;
  background-color: #FFF;
  padding: 10px 14px;
  width: 315px;
  /*border: 1px solid #CCC;*/
  border-top: none; }
  #dohms-home-boxfoto:before, #dohms-home-boxfoto:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  #dohms-home-boxfoto:after {
    clear: both; }
  #dohms-home-boxfoto li {
    display: block;
    width: 257px; }
    #dohms-home-boxfoto li a.dohms-indice-noticias-imagem {
      display: block;
      width: 285px;
      /*height: 158px;*/ }
      #dohms-home-boxfoto li a.dohms-indice-noticias-imagem img {
        width: 285px;
        /*height: 158px;*/ }

/*home box artigo*/
#dohms-home-boxartigo {
  display: block; }
  #dohms-home-boxartigo li {
    display: block;
    background-color: #911C1F;
    padding-top: 15px;
    margin-bottom: 7px; }
    #dohms-home-boxartigo li .clear-line {
      height: 0; }
    #dohms-home-boxartigo li:first-child {
      background-color: #DD6C1E; }
    #dohms-home-boxartigo li a.dohms-indice-noticias-imagem {
      display: block;
      float: left;
      width: 54px;
      height: 70px; }
      #dohms-home-boxartigo li a.dohms-indice-noticias-imagem img {
        width: 54px;
        height: 70px;
        display: block; }
    #dohms-home-boxartigo li a.dohms-indice-noticias-titulo h3 {
      display: block;
      float: left;
      width: 166px;
      height: 56px;
      overflow: hidden;
      padding-right: 20px;
      padding-left: 20px;
      line-height: 20px;
      font-family: tahoma, arial, helvetica, sans;
      font-size: 15px;
      color: #FFF;
      font-weight: normal;
      text-transform: uppercase; }
    #dohms-home-boxartigo li .dohms-indice-noticias-chamada {
      display: block;
      width: 222px;
      height: 101px;
      background-color: #fff;
      font-family: tahoma, arial, helvetica, sans;
      font-size: 13px;
      color: #666;
      font-weight: normal;
      line-height: 18px;
      padding: 14px 9px; }

/*home box publicacao*/
#dohms-home-boxpublicacao {
  display: block;
  /*width: 222px;*/
  background-color: #fff;
  border-top: none;
  padding: 8px 0; }
  #dohms-home-boxpublicacao li {
    display: block; }
    #dohms-home-boxpublicacao li img {
      display: block;
      margin: 0 auto;
      height: 236px;
      border: 1px solid #CCC; }

/*-- indice news --*/
#dohms-indice-news {
  display: block;
  width: 730px;
  float: left; }
  #dohms-indice-news li {
    display: block;
    height: 100px;
    background-color: #FFF;
    /*border: 2px solid #f1f3ed;*/
    border-left: 5px #bbbbbb solid;
    border-bottom: 2px #f1f3ed solid;
    border-right: 2px #f1f3ed solid;
    border-top: 2px #f1f3ed solid;
    margin-bottom: 15px;
    padding: 8px 0 0; }
    #dohms-indice-news li:before, #dohms-indice-news li:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    #dohms-indice-news li:after {
      clear: both; }
    #dohms-indice-news li:hover {
      border-left: 5px #E27E39 solid; }
    #dohms-indice-news li .dohms-indice-noticias-data {
      display: block;
      float: left;
      font-family: tahoma, arial, helvetica, sans;
      font-size: 11px;
      color: #777;
      font-weight: normal;
      line-height: 1;
      padding-top: 8px;
      margin-left: 10px; }
    #dohms-indice-news li .dohms-indice-noticias-titulo {
        display: block;
        width: 608px;
        height: 24px;
        overflow: hidden;
        float: left;
        font-family: tahoma, arial, helvetica, sans;
        font-size: 21px;
        color: #941f1a;
        font-weight: normal;
        line-height: 1;
        margin-left: 125px;
        margin-top: -49px;
    }
      #dohms-indice-news li .dohms-indice-noticias-titulo:hover {
        color: #e27e39; }
    #dohms-indice-news li .dohms-indice-noticias-chamada {
        display: block;
        padding: 7px 18px;
        font-family: tahoma, arial, helvetica, sans;
        font-size: 13px;
        color: #777;
        font-weight: 600;
        line-height: 25px;
        overflow: hidden;
        height: 36px;
        font-style: italic;
        background-color: #f1f3ed;
        width: 83%;
        float: left;
        margin-left: 125px;
        margin-top: -21px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

/*-- pagnav --*/
.dohms-pagnav {
  display: block;
  float: left;
  margin-left: 145px;
  margin-top: 25px; }
  .dohms-pagnav:before {
    display: block;
    clear: both; }
  .dohms-pagnav a {
    font-family: tahoma, arial, helvetica, sans;
    font-size: 15px;
    color: #777;
    font-weight: normal;
    line-height: 1;
    display: block;
    float: left;
    padding: 8px 6px;
    margin-right: 10px; }
    .dohms-pagnav a.set {
      border-bottom: 1px solid #666;
      color: #666;
      font-weight: bold; }
    .dohms-pagnav a:hover {
      color: #666; }

/*-- busca avancada --*/
#form-dohms-busca-avancada {
  display: block;
  padding: 14px;
  background-color: #f1f3ed;
  padding-bottom: 0; }
  #form-dohms-busca-avancada label {
    display: block;
    line-height: 1;
    margin-bottom: 6px;
    font-family: tahoma, arial, helvetica, sans;
    font-size: 13px;
    color: #777777;
    font-weight: normal; }
    #form-dohms-busca-avancada label.ano {
      width: 140px;
      float: left; }
    #form-dohms-busca-avancada label.mes {
      width: 140px;
      float: right; }
  #form-dohms-busca-avancada input, #form-dohms-busca-avancada select {
    display: block;
    background-color: #fff;
    border: solid 1px #DEDED9;
    padding: 2px;
    height: 29px;
    margin-bottom: 11px; }
    #form-dohms-busca-avancada input.ano, #form-dohms-busca-avancada select.ano {
      width: 140px;
      float: left; }
    #form-dohms-busca-avancada input.mes, #form-dohms-busca-avancada select.mes {
      width: 140px;
      float: right; }
    #form-dohms-busca-avancada input.palavra, #form-dohms-busca-avancada select.palavra {
      width: 100%;
      background: url("../imgs/search-icon.jpg") 275px 5px no-repeat #FFF; }
    #form-dohms-busca-avancada input.articulista, #form-dohms-busca-avancada select.articulista {
      width: 100%; }
    #form-dohms-busca-avancada input.busca-submit, #form-dohms-busca-avancada select.busca-submit {
      display: block;
      text-align: right;
      font-family: tahoma, arial, helvetica, sans;
      font-size: 14px;
      color: #941f1a;
      font-weight: 700;
      width: 100%;
      border: 0;
      border-top: solid 1px #DEDED9;
      background-color: #f1f3ed;
      padding: 0px 5px 2px 0;
      line-height: 1;
      margin: 0;
      cursor: pointer; }
      #form-dohms-busca-avancada input.busca-submit:hover, #form-dohms-busca-avancada select.busca-submit:hover {
        color: #e27e39; }

/*-- noticia interna --*/
#dohms-news-interna {
  display: block; }
  #dohms-news-interna .dohms-interna-noticias-data {
    display: block;
    font-family: tahoma, arial, helvetica, sans;
    font-size: 13px;
    color: #666;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 18px; }
  #dohms-news-interna .dohms-interna-noticias-titulo {
    display: block;
    line-height: 35px;
    font-family: tahoma, arial, helvetica, sans;
    font-size: 26px;
    color: #941f1a;
    font-weight: normal;
    margin-bottom: 17px; }
  #dohms-news-interna .dohms-interna-noticias-chamada, #dohms-news-interna .dohms-interna-noticias-autor {
    display: block;
    font-family: tahoma, arial, helvetica, sans;
    font-size: 15px;
    color: #666;
    font-weight: 600;
    font-style: italic;
    line-height: 24px;
    margin-bottom: 20px; }
  #dohms-news-interna .dohms-interna-noticias-imagem {
    display: block;
    max-width: 425px;
    height: auto;
    float: right;
    margin: 05px 0 10px 15px; }
    #dohms-news-interna .dohms-interna-noticias-imagem img {
      display: block;
      max-width: 425px;
      border: 1px solid #e6e7e8; }
  #dohms-news-interna .dohms-interna-noticias-figcaption {
    border-bottom: 1px solid #767576;
    font-family: tahoma, arial, helvetica, sans;
    font-size: 13px;
    color: #777;
    font-weight: normal;
    line-height: 1;
    display: block;
    padding-bottom: 5px;
    padding-top: 3px;
    padding: 3px 0 5px 3px; }
  #dohms-news-interna .dohms-interna-noticias-conteudo {
    font-family: tahoma, arial, helvetica, sans;
    font-size: 15px;
    color: #666;
    font-weight: normal;
    line-height: 22px; }
    #dohms-news-interna .dohms-interna-noticias-conteudo p {
      margin: 15px 0; }
    #dohms-news-interna .dohms-interna-noticias-conteudo a {
      color: #666; }
      #dohms-news-interna .dohms-interna-noticias-conteudo a:hover {
        color: #941f1a; }

/*-- news relacionadas --*/
#dohms-list-newsrelacionadas {
  display: block;
  padding: 0 9px 8px 9px;
  border: #DCDBDC solid 2px;
  border-top: 0; }
  #dohms-list-newsrelacionadas li {
    display: block;
    padding: 12px 18px 10px 18px;
    border-bottom: 1px solid #777777;
    margin-bottom: 2px; }
    #dohms-list-newsrelacionadas li:before, #dohms-list-newsrelacionadas li:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    #dohms-list-newsrelacionadas li:after {
      clear: both; }
    #dohms-list-newsrelacionadas li:hover {
      background-color: #f1f3ed; }
      #dohms-list-newsrelacionadas li:hover .dohms-indice-noticias-titulo {
        color: #e27e39; }
    #dohms-list-newsrelacionadas li.set {
      background-color: #f1f3ed; }
      #dohms-list-newsrelacionadas li.set .dohms-indice-noticias-titulo {
        color: #e27e39; }
    #dohms-list-newsrelacionadas li .dohms-indice-noticias-data {
      display: block;
      line-height: 1;
      margin-bottom: 1px;
      font-family: tahoma, arial, helvetica, sans;
      font-size: 11px;
      color: #666;
      font-weight: normal; }
    #dohms-list-newsrelacionadas li .dohms-indice-noticias-titulo {
      display: block;
      font-family: tahoma, arial, helvetica, sans;
      font-size: 13px;
      color: #941f1a;
      font-weight: normal;
      line-height: 19px;
      -webkit-transition: all ease-in-out 500ms;
      /* Safari and Chrome */
      -moz-transition: all ease-in-out 500ms;
      /* Firefox 4 */
      -o-transition: all ease-in-out 500ms;
      /* Opera */
      -ms-transition: all ease-in-out 500ms;
      /* IE */
      transition: all ease-in-out 500ms;
      /* W3C */ }

/*-- redes sociais --*/
.dohms-interna-noticias-corpartilhamento {
    display: block;
    position: absolute;
    width: 335px;
    margin: 0 0 0 400px;
}
    .dohms-interna-noticias-corpartilhamento .dohms-post-redes-sociais-box-twitter {
        display: block;
        float: left;
        width: auto;
        margin-right: 10px;
    }

.dohms-post-redes-sociais-box-div-print {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 0.75em;
    color: #fff;
    font-weight: 600;
    text-align: center;
    float: right;
    padding: 4px 10px;
    background: #999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

    .dohms-post-redes-sociais-box-div-print:before {
        font-family: FontAwesome;
        content: "\f02f";
        margin-right: 5px;
        font-weight: 100;
    }

    .dohms-post-redes-sociais-box-div-print:hover {
        background: #941f1a;
    }


/*-- agenda interna --*/
#dohms-agenda-interna {
  display: block;
  /*padding-right: 14px;
  float: left;
  border-right: solid 1px #e0dfdb;*/ }
  #dohms-agenda-interna li {
    display: block;
    margin-bottom: 25px;
    background: url("../imgs/bkg-agenda-interna.jpg") repeat-y #f1f3ed;
    /*padding: 0 30px 17px 30px;
    margin-left: 11px;
    width: 721px;*/ }
    #dohms-agenda-interna li:before, #dohms-agenda-interna li:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    #dohms-agenda-interna li:after {
      clear: both; }
    #dohms-agenda-interna li .dohms-agenda-data-inicial, #dohms-agenda-interna li .dohms-agenda-data-final {
      display: block;
      float: left;
      width: 230px;
      margin-right: 30px;
      padding: 15px;
      background-color: #e16102;
      height: 60px;
      font-family: tahoma, arial, helvetica, sans;
      font-size: 20px;
      color: #FFF;
      font-weight: normal;
      text-transform: lowercase; }
      #dohms-agenda-interna li .dohms-agenda-data-inicial strong:first-child, #dohms-agenda-interna li .dohms-agenda-data-final strong:first-child {
        font-size: 30px; }
    #dohms-agenda-interna li .dohms-agenda-data-final {
      padding-top: 0;
      height: auto; }
      #dohms-agenda-interna li .dohms-agenda-data-final:before {
        content: "a";
        padding-left: 0;
        padding-right: 8px; }
    #dohms-agenda-interna li .dohms-agenda-titulo {
      font-family: tahoma, arial, helvetica, sans;
      font-size: 26px;
      color: #666;
      font-weight: normal;
      line-height: 1;
      margin-top: -50px;
      display: block;
      float: right;
      width: 810px;
      margin-bottom: 8px; }
    #dohms-agenda-interna li .dohms-agenda-conteudo {
      display: block;
      float: right;
      width: 810px;
      font-family: tahoma, arial, helvetica, sans;
      font-size: 15px;
      color: #666;
      font-weight: normal;
      line-height: 23px;
      margin-top: -10px;
      padding-bottom: 15px; }

/*-- publicacoes list --*/
#dohms-pubs-list li {
  display: block;
  width: 238px;
  height: 289px;
  float: left;
  margin-left: 39px;
  margin-bottom: 40px; }
  #dohms-pubs-list li:nth-of-type(4n+1) {
    margin-left: 0; }
  #dohms-pubs-list li .dohms-indice-discovirtual-imagem img {
    display: block;
    float: left;
    width: 176px;
    height: 247px; }
  #dohms-pubs-list li .dohms-indice-discovirtual-data {
    display: block;
    float: left;
    width: 176px;
    height: 42px;
    background-color: #e0dfdb;
    font-family: tahoma, arial, helvetica, sans;
    font-size: 20px;
    color: #666;
    font-weight: 300;
    padding: 10px 0 0 13px;
    line-height: 1; }
  #dohms-pubs-list li .dohms-indice-discovirtual-download {
    display: block;
    float: right;
    font-family: 'FontAwesome';
    color: #666;
    font-size: 38px;
    padding: 19px 0 0 0;
    text-align: center;
    width: 62px;
    height: 98px;
    background-color: #EEF0EA;
    line-height: 1;
    border-top: 1px solid #666; }
    #dohms-pubs-list li .dohms-indice-discovirtual-download:hover {
      background-color: #941f1a;
      color: #FFF; }
      #dohms-pubs-list li .dohms-indice-discovirtual-download:hover span {
        color: #FFF; }
    #dohms-pubs-list li .dohms-indice-discovirtual-download span {
      font-family: tahoma, arial, helvetica, sans;
      font-size: 20px;
      color: #666;
      font-weight: 300;
      display: block;
      margin-top: 5px; }
  #dohms-pubs-list li .dohms-indice-discovirtual-online {
    display: block;
    float: right;
    height: 191px;
    width: 62px;
    background: url("../imgs/logo-issu.png") 16px 20px no-repeat #f1f3ed; }
    #dohms-pubs-list li .dohms-indice-discovirtual-online:hover {
      background-color: #E47B1F; }
    #dohms-pubs-list li .dohms-indice-discovirtual-online span {
      -webkit-transform: rotate(270deg);
      -moz-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      transform: rotate(270deg);
      width: 130px;
      text-transform: uppercase;
      font-family: tahoma, arial, helvetica, sans;
      font-size: 19px;
      color: #666;
      font-weight: 400;
      line-height: 1;
      display: block;
      margin: 90px 0 0 -34px; }

/*-- dohms multimidia --*/
#dohms-multimidia-box {
  display: block;
  width: 731px;
  float: left; }
  #dohms-multimidia-box li {
    display: block; }
    #dohms-multimidia-box li .dohms-interna-noticias-data {
      display: block;
      line-height: 1;
      font-family: tahoma, arial, helvetica, sans;
      font-size: 13px;
      color: #666;
      font-weight: 300;
      margin-bottom: 23px; }
    #dohms-multimidia-box li .dohms-interna-noticias-titulo {
      display: block;
      font-family: tahoma, arial, helvetica, sans;
      font-size: 26px;
      color: #941f1a;
      font-weight: 300;
      line-height: 1;
      margin-bottom: 16px; }
    #dohms-multimidia-box li .dohms-embed-flickr {
      width: 731px;
      float: left;
      height: auto; }
      #dohms-multimidia-box li .dohms-embed-flickr object, #dohms-multimidia-box li .dohms-embed-flickr embed {
        display: block;
        float: left;
        width: 731px;
        height: 442px;
        background-color: #000; }
    #dohms-multimidia-box li .dohms-iframe-youtube {
      display: block;
      float: left;
      width: 731px;
      height: 442px;
      background-color: #000; }
    #dohms-multimidia-box li .dohms-soundcloud-iframe {
      display: block;
      float: left;
      width: 731px;
      height: 442px; }

/*-- dohms multimidia list --*/
#dohms-multimidia-list {
  display: block;
  width: 329px;
  height: 442px;
  overflow: auto;
  float: right;
  /*margin-top: 78px;*/ }
  #dohms-multimidia-list li {
    display: block;
    background-color: #f1f3ed;
    border: solid 3px #f1f3ed;
    margin-bottom: 7px; }
    #dohms-multimidia-list li .dohms-indice-noticias-data {
      display: block;
      line-height: 1;
      padding: 6px 0 6px 10px;
      font-family: tahoma, arial, helvetica, sans;
      font-size: 11px;
      color: #666;
      font-weight: 400; }
    #dohms-multimidia-list li .dohms-indice-noticias-titulo {
      display: block;
      background-color: #fff;
      padding: 11px 11px 8px 11px;
      line-height: 1;
      font-family: tahoma, arial, helvetica, sans;
      font-size: 15px;
      color: #941f1a;
      font-weight: 400;
      line-height: 21px; }
      #dohms-multimidia-list li .dohms-indice-noticias-titulo:hover {
        color: #e27e39; }

/*-- dohms multimidia jump --*/
.dohms-indice-noticias-jump-ano {
  display: block;
  float: right;
  width: 120px;
  margin-top: 34px;
  margin-bottom: 12px; }
  .dohms-indice-noticias-jump-ano label {
    display: block;
    line-height: 1;
    font-family: tahoma, arial, helvetica, sans;
    font-size: 17px;
    color: #666;
    font-weight: normal;
    float: left;
    padding-top: 5px;
    padding-right: 15px; }
  .dohms-indice-noticias-jump-ano select {
    display: block;
    width: 68px;
    height: 32px;
    background-color: #fff;
    padding: 2px;
    border: solid 1px #DFDED9; }

/*-- dohms contato --*/
#dohmscontatoform {
  display: block;
  width: 790px;
  float: left;
  font-family: tahoma, arial, helvetica, sans;
  font-size: 15px;
  color: #666;
  font-weight: 400;
  margin-bottom: 20px;
}
  #dohmscontatoform label {
    display: block;
    float: left;
    width: 88px;
    text-align: right;
    line-height: 1;
    padding-top: 6px;
    margin-bottom: 4px;
    margin-right: 20px; }
  #dohmscontatoform input, #dohmscontatoform textarea, #dohmscontatoform select {
    display: block;
    float: right;
    width: 680px;
    padding: 2px;
    height: 30px;
    background-color: #fff;
    border: solid 1px #BCBBBC;
    margin-bottom: 20px; }
  #dohmscontatoform .dohms-form-faleconosco-conteudo {
    height: 153px;
    margin-bottom: 0; }
  #dohmscontatoform .busca-submit {
    font-family: 'FontAwesome', tahoma;
    border: none;
    background-color: #fff;
    color: #666;
    font-weight: bold;
    float: right;
    width: 80px;
    font-size: 17px;
    cursor: pointer;
    margin-bottom: 0; }
    #dohmscontatoform .busca-submit:hover {
      color: #941f1a; }

/* sem resultado */
.dohms-indice-noticias-nenhuma,
.dohms-agenda-nenhuma,
.dohms-indice-noticias-total {
  display: block;
  padding: 15px 10px;
  background-color: #f1f3ed;
  font-family: tahoma, arial, helvetica, sans;
  font-size: 14px;
  color: #666;
  font-weight: normal;
  text-height: 1px;
  text-align: center;
  margin-bottom: 20px; }

/*-- msg sucesso --*/
.dohms-faleconosco-sucesso {
  display: block;
  padding: 15px;
  background-color: #f1f3ed;
  font-family: tahoma, arial, helvetica, sans;
  font-size: 14px;
  color: #666;
  font-weight: normal;
  text-align: center;
  margin-bottom: 20px;
  width: 793px; }

/*perfil articulista*/
#dohms-perfil-articulista {
  display: block;
  width: 100%;
  background-color: #605d57;
  margin-bottom: 20px; }
  #dohms-perfil-articulista .dohms-articulista-imagem {
    display: block;
    width: 95px;
    height: 120px;
    float: left;
    margin-top: 17px; }
  #dohms-perfil-articulista .dohms-articulista-nome {
    display: block;
    float: right;
    width: 222px;
    height: 65px;
    margin-right: 7px;
    margin-top: 45px;
    font-family: tahoma, arial, helvetica, sans;
    font-size: 22px;
    color: #FFF;
    font-weight: normal;
    line-height: 33px;
    text-align: center; }
  #dohms-perfil-articulista .clear-line {
    height: 0;
    margin-top: -1px; }
  #dohms-perfil-articulista .dohms-articulista-descricao {
    display: block;
    padding: 10px 14px 14px;
    font-family: tahoma, arial, helvetica, sans;
    font-size: 14px;
    color: #666;
    font-weight: normal;
    background-color: #f1f3ed;
    line-height: 22px; }

#dohms-banner-home, #dohms-banner-home2 {
  display: block;
  float: right;
  height: 75px;
  margin-bottom: 16px;
  -webkit-box-shadow: 0px 0px 6px -2px #000;
  -moz-box-shadow: 0px 0px 6px -2px #000;
  -ms-box-shadow: 0px 0px 6px -2px #000;
  box-shadow: 0px 0px 6px -2px #000; }
  #dohms-banner-home img, #dohms-banner-home2 img {
    display: block;
    height: 75px;
    width: 100%; }
  #dohms-banner-home:last-child, #dohms-banner-home2:last-child {
    margin-bottom: 17px; }

#dohms-banner-home2 {
  float: none; }
  #dohms-banner-home2 img {
    width: 315px; }

#bkg-dhtml {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  background: url("../imgs/dhtml/bkg-dhtml.png") repeat;
  top: 0;
  left: 0;
  z-index: 9998; }
  #bkg-dhtml #dohms-dhtml {
    position: absolute;
    width: 500px;
    height: 500px;
    z-index: 5;
    left: 50%;
    top: 100px;
    margin-left: -250px; }
    #bkg-dhtml #dohms-dhtml .dohms-banner-dhtml-fechar {
      background: url("../imgs/dhtml/bt_fechar.jpg") no-repeat 5px 5px #cc0000;
      position: absolute;
      display: block;
      width: 24px;
      height: 24px;
      margin-left: 500px;
      top: 35px;
      font-family: Verdana;
      font-size: 12px;
      color: #FFF;
      font-weight: bold;
      text-align: center;
      line-height: 1;
      padding-top: 5px; }
    #bkg-dhtml #dohms-dhtml .dohms-banner-dhtml-link {
      display: block;
      width: 500px;
      height: 500px; }
      #bkg-dhtml #dohms-dhtml .dohms-banner-dhtml-link .dohms-banner-dhtml-img {
        display: block;
        width: 500px;
        height: 500px; }

#dohms-homevideo-box .dohms-iframe-youtube {
  display: block;
  width: 315px;
  height: 190px;
  margin-top: 10px; }
#dohms-homevideo-box .dohms-interna-noticias-titulo {
  font-family: tahoma, arial, helvetica, sans;
  font-size: 18px;
  color: #cc3300;
  font-weight: normal;
  display: block;
  line-height: 24px;
  height: 63px;
  overflow: hidden;
  margin-bottom: 25px;
  padding: 8px;
  background-color: #F3F2F3; }
#dohms-homevideo-box .dohms-interna-noticias-chamada, #dohms-homevideo-box #dohms-news-interna .dohms-interna-noticias-autor, #dohms-news-interna #dohms-homevideo-box .dohms-interna-noticias-autor {
  display: block;
  font-family: tahoma, arial, helvetica, sans;
  font-size: 14px;
  color: #666;
  font-weight: normal;
  line-height: 22px;
  height: 55px;
  overflow: hidden;
  padding: 5px 18px 10px 18px;
  background-color: #F3F2F3; }

#dohmsnewsletterform input {
  display: block;
  border: solid 1px #ccc;
  background-color: #fff;
  padding: 2px;
  width: 100%;
  margin-bottom: 14px; }
#dohmsnewsletterform .busca-submit {
  display: block;
  float: right;
  width: 100px;
  text-align: right;
  padding: 4px 15px 3px 15px;
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  -ms-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
  font-family: tahoma, arial, helvetica, sans;
  font-size: 13px;
  color: #FFF;
  font-weight: bold;
  font-family: "FontAwesome", tahoma, arial, helvetica, sans;
  background-color: #f07d0a;
  border: none;
  cursor: pointer; }
  #dohmsnewsletterform .busca-submit:hover {
    background-color: #941f1a; }

/*-----------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------- end CLASSES -----------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------*/
/*--------------------*/
/*--- TITLE LABELS ---*/
/*--------------------*/
/*-- LABEL COL LATERAL --*/
[class*="titles-collateral-"] {
  display: block;
  font-family: tahoma, arial, helvetica, sans;
  font-size: 21px;
  color: #FFF;
  font-weight: 300;
  line-height: 1;
  height: 38px;
  background-color: #941f1a;
  padding: 8px 0 0 12px; }

/*-- PG INTERNAS TITLE --*/
h2.interna-title {
  display: block;
  font-family: tahoma, arial, helvetica, sans;
  font-size: 26px;
  color: #941f1a;
  font-weight: normal;
  line-height: 1;
  padding-left: 46px;
  margin-bottom: 13px; }

h2.interna-title-sbanner {
  display: block;
  font-family: tahoma, arial, helvetica, sans;
  font-size: 26px;
  color: #941f1a;
  font-weight: normal;
  line-height: 1;
  padding-left: 60px;
  margin-bottom: 13px;
  margin-top: 20px; }

h3.interna-subtitle {
  font-family: tahoma, arial, helvetica, sans;
  font-size: 26px;
  color: #941f1a;
  font-weight: normal;
  display: block;
  line-height: 1;
  margin-bottom: 24px; }

ul.interna-submenu, ul.interna-submenu-sbanner {
  display: block;
  padding-left: 46px;
  margin-bottom: 13px; }
  ul.interna-submenu:before, ul.interna-submenu-sbanner:before, ul.interna-submenu:after, ul.interna-submenu-sbanner:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  ul.interna-submenu:after, ul.interna-submenu-sbanner:after {
    clear: both; }
  ul.interna-submenu li, ul.interna-submenu-sbanner li {
    display: block;
    float: left; }
    ul.interna-submenu li a, ul.interna-submenu-sbanner li a {
      font-family: tahoma, arial, helvetica, sans;
      font-size: 17px;
      color: #777;
      font-weight: normal;
      line-height: 1;
      padding-right: 15px;
      border-right: 2px solid #cdcdcd;
      margin-right: 15px; }
      ul.interna-submenu li a:first-child, ul.interna-submenu-sbanner li a:first-child {
        font-family: tahoma, arial, helvetica, sans;
        font-size: 26px;
        color: #941f1a;
        font-weight: normal; }
      ul.interna-submenu li a:last-child, ul.interna-submenu-sbanner li a:last-child {
        border-right: none; }
      ul.interna-submenu li a:hover, ul.interna-submenu-sbanner li a:hover {
        color: #941f1a; }
      ul.interna-submenu li a.set, ul.interna-submenu-sbanner li a.set {
        color: #666;
        font-weight: 600; }

ul.interna-submenu-sbanner {
  margin-top: 20px; }

[class*="title-labels-"] {
  display: block;
  width: 100%;
  height: 21px;
  padding: 4px 0px 3px 10px;
  margin-bottom: 10px; }
  [class*="title-labels-"] span {
    display: block;
    float: left;
    font-family: tahoma, arial, helvetica, sans;
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase; }
  [class*="title-labels-"] a {
    display: block;
    float: right;
    width: 70px;
    height: 18px;
    font-family: tahoma, arial, helvetica, sans;
    font-size: 12px;
    color: #FFF;
    font-weight: bold;
    padding: 3px 5px 1px 23px;
    line-height: 1;
    margin-top: -3px; }
    [class*="title-labels-"] a span {
      display: block;
      float: left; }
    [class*="title-labels-"] a:hover {
      text-decoration: underline; }

.title-labels-laranja {
  background-color: #E47B1F; }
  .title-labels-laranja a {
    background-image: url("../imgs/bg-bt-vejamais-laranja.png"); }

.title-labels-vermelho {
  background-color: #9b221c; }
  .title-labels-vermelho a {
    background-image: url("../imgs/bg-bt-vejamais-vermelho.png"); }

.descofbt {
  display: block;
  float: left;
  font-family: tahoma, arial, helvetica, sans;
  font-size: 13px;
  color: #941f1a;
  font-weight: 600;
  line-height: 1;
  padding: 30px 0 0 10px; }

.divisoria-dir, a.list-tables {
  font-family: tahoma, arial, helvetica, sans;
  font-size: 22px;
  color: #666;
  font-weight: normal;
  display: block;
  margin-bottom: 26px;
  margin-top: 60px; }
  .divisoria-dir:before, a.list-tables:before, .divisoria-dir:after, a.list-tables:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .divisoria-dir:after, a.list-tables:after {
    clear: both; }
  .divisoria-dir:nth-of-type(1), a.list-tables:nth-of-type(1) {
    margin-top: 0; }
  .divisoria-dir span, a.list-tables span {
    display: block;
    float: left; }
  .divisoria-dir i, a.list-tables i {
    font-size: 18px;
    display: block;
    float: left;
    padding-top: 3px;
    margin-right: 8px; }

a.list-tables {
  margin-bottom: 40px;
  margin-top: 0;
  font-family: tahoma, arial, helvetica, sans;
  font-size: 20px;
  color: #941f1a;
  font-weight: normal; }
  a.list-tables:hover {
    color: #E47B1F; }
  a.list-tables i {
    color: "$preto" !important; }

.framed-img {
  display: block;
  border: solid 9px #f3f2ed;
  border-bottom: 0;
  float: right;
  margin-bottom: 20px; }
  .framed-img img {
    display: block; }
  .framed-img figcaption {
    display: block;
    background-color: #f3f2ed;
    padding: 5px 5px 7px;
    text-align: right;
    font-family: tahoma, arial, helvetica, sans;
    font-size: 11px;
    color: #666;
    font-weight: 400; }

/*--------------*/
/*--- BOTOES ---*/
/*--------------*/
.bts-2colors-icon, .bt-saibamais-download {
  display: block;
  float: left;
  background-color: #D55E1B;
  font-family: tahoma, arial, helvetica, sans;
  font-size: 17px;
  color: #FFF;
  font-weight: normal;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer; }
  .bts-2colors-icon:hover, .bt-saibamais-download:hover {
    background-color: #8C191D; }
    .bts-2colors-icon:hover i, .bt-saibamais-download:hover i {
      background-color: #D55E1B; }
  .bts-2colors-icon span, .bt-saibamais-download span {
    display: block;
    padding: 15px 15px 14px 15px;
    float: left;
    text-align: center;
    width: 269px; }
  .bts-2colors-icon i, .bt-saibamais-download i {
    display: block;
    float: right;
    padding: 8px 15px;
    font-size: 30px;
    background-color: #8C191D; }

.bt-saibamais-download {
  float: right;
  background-color: #e0dfdb;
  text-align: center;
  color: #666;
  margin-right: 26px; }
  .bt-saibamais-download span {
    padding: 15px 60px 14px 60px; }
  .bt-saibamais-download i {
    background-color: #D55E1B;
    color: #FFF; }
  .bt-saibamais-download:hover {
    background-color: #8C191D;
    color: #FFF; }

.bt-presindi {
  display: block;
  float: left;
  margin-right: 20px;
  font-family: tahoma, arial, helvetica, sans;
  font-size: 16px;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  padding: 10px 18px;
  background: #8c191d; }
  .bt-presindi:hover {
    background: #e27e39; }

/*---------------------*/
/*--- IPAD SPECIFIC ---*/
/*---------------------*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  html {
    width: 1225px;
    -webkit-appearance: none !important; }

  section {
    width: 1225px; }

  footer {
    width: 1225px; } }
/*------------------*/
/*--- AUXILIARES ---*/
/*------------------*/
.dohms-interna-noticias-text > p {
  margin-bottom: 20px !important; }

.dohms-agenda-conteudo > p {
  margin-bottom: 20px !important; }

.dohms-assinatura {
  width: 67px;
  float: right;
  margin-top: 103px;
  margin-right: 3px; }

.dohms-text-assinatura {
  font-family: Verdana, Geneva, sans-serif !important;
  color: #000000;
  display: block;
  float: right;
  margin-top: -13px;
  margin-right: 10px; }
  .dohms-text-assinatura:hover {
    color: #941f1a; }

.img-align-center {
  display: block;
  margin: 0 auto; }

.img-align-left {
  display: block;
  float: left; }

.img-align-right {
  display: block;
  float: right; }

/*---------------*/
/*--- IMPORTS ---*/
/*---------------*/
/*-----------*/
/*-- RESET --*/
/*-----------*/
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
  font-weight: normal; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

strong, b {
  font-weight: bold !important; }

/* CLEAR FIX */
.clear-line {
  clear: both;
  height: 0px; }

.clear:before,
.clear:after {
  content: "";
  display: table; }

.clear:after {
  clear: both; }

.clear {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

/* line 6, ../sass/lightbox.sass */
#lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.75;
  display: none; }

/* line 15, ../sass/lightbox.sass */
#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-weight: normal; }

/* line 24, ../sass/lightbox.sass */
#lightbox img {
  width: auto;
  height: auto; }

/* line 27, ../sass/lightbox.sass */
#lightbox a img {
  border: none; }

/* line 30, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

/* line 39, ../sass/lightbox.sass */
.lb-container {
  padding: 10px; }

/* line 42, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

/* line 51, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

/* line 59, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0; }

/* line 62, ../sass/lightbox.sass */
.lb-nav a {
  outline: none; }

/* line 65, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  /* Trick IE into showing hover */
  display: block; }

/* line 72, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left; }

/* line 76, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right; }

/* line 81, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(../imgs/prev.png) left 48% no-repeat; }

/* line 85, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(../imgs/next.png) right 48% no-repeat; }

/* line 88, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

/* line 95, ../sass/lightbox.sass */
.lb-data {
  padding: 0 10px;
  color: #bbbbbb; }

/* line 98, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

/* line 103, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  line-height: 1em; }

/* line 107, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 11px; }

/* line 112, ../sass/lightbox.sass */
.lb-data .lb-close {
  width: 35px;
  float: right;
  padding-bottom: 0.7em;
  outline: none; }

/* line 117, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer; }

/*----------------------------*/
/*--- PRINT FORM BOOTSTRAP ---*/
/*----------------------------*/
@media print {

    nav, 
    footer,
    .col-lateralnews,
    h2.interna-title-sbanner,
    .assinatura,
    .dohms-interna-noticias-corpartilhamento,
    header .wrapper span.site-date,
    header .wrapper a.box-topo-filiese,
    header .wrapper form#form-busca-site,
    header .box-redessoicias {
        display: none !important;
        padding: 0 !important;
        border-top: none !important;
        margin: 0 !important;
    }

    section.pg-indicenews .col-listanews, section.content .content-internas, section.content, body {
        width: 100% !important;
        padding: 0 !important;
        border-top: none !important;
        margin: 0 !important;
        height: 100% !important;
    }

    header {
        height: 100px !important;
    }

    header .wrapper {
        float: none !important;
        margin: 0 auto !important;
        height: 20px !important;
        width: auto !important;
    }

    header .wrapper a.logo-site {
        float: none !important;
        margin: 0 auto !important;
        height: auto !important;
        width: auto !important;
    }

        header .wrapper a.logo-site img {
            float: none !important;
            margin: 0 auto !important;
            width: 25% !important;
            display: block !important;
            height: auto !important;
        }

  label {
    font-size: 8px !important;
    font-weight: normal !important;
    margin-bottom: 0px; }

  .form-control {
    padding: 0px 2px !important;
    height: 18px !important;
    outline: 1px #FFF solid !important;
    border-radius: 0px !important;
    font-size: 12px;
    background: none;
    border: 0px none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
    border-bottom: solid 1px #999; }

  [class*="col-xs-"] {
    margin-bottom: 0px; }

  button {
    display: none !important; }

  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: ''; } }
.dohms-post-redes-sociais-box-face {
    display: block;
    float: left;
    margin-right: 10px;
}

.dohms-indice-discovirtual-nenhuma {
  font-family: tahoma, arial, helvetica, sans;
  font-size: 14px;
  color: #333;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  display: block;
  padding: 10px 8px;
  background-color: #ececec; }

/*# sourceMappingURL=style.css.map */


#dohms-home-destaques3 > li:nth-child(1) {
    background-image: url(../imgs/logo-sinditour.png);
    background-repeat: repeat-x;
    /*background-attachment: fixed;*/
    background-position: top;
    float: right;
    padding-left: 0;
    padding-right: 0px;
    border-right: none;
    margin-left: 13px;
    margin-right: 18px;
    width: 339px;
    height: 315px;
}

#dohms-home-destaques3 > li > a.dohms-box-destaques-imagem > img {
    height: 156px !important;
    width: 256px !important;
    margin-left: 40px !important;
    margin-top: 55px !important;
}

#dohms-home-destaques3 > li > a.dohms-box-destaques-titulo > h2 {
    margin-top:15px;
}

#dohms-home-destaques4 > li:nth-child(2) {
    border-right: 1px solid #CCC;
    padding-right: 0px;
    border-left: none;
    margin-right: 0px;
    width: 228px;
}

#dohms-indice-news > li > a.dohms-indice-noticias-imagem > img {
    width: 15%;
    float: left;
    display: block;
    margin-left: 7px;
    margin-top: 7px;
    border: 2px solid #f1f3ed;
}

#dohms-indice-news > li.first > a.dohms-indice-noticias-imagem {
    display: block !important;
    width: calc(50% - 25px);
    margin-right: 25px;
    float: left;
}

    #dohms-indice-news > li.first > a.dohms-indice-noticias-imagem > img {
        display: block;
        width: 100%;
    }

#dohms-indice-news > li.first {
    height: 250px;
}

    #dohms-indice-news > li.first > a.dohms-indice-noticias-titulo {
        margin-left: 372px;
        margin-top: -186px;
        width: 45%;
        overflow: visible;
        font-size: 24px;
    }

    #dohms-indice-news > li.first > p {
        margin-left: 372px;
        margin-top: -97px;
        width: 48.6%;
        font-size: 14px;
        /* min-height: 149px; */
        text-overflow: clip;
        white-space: inherit;
        overflow: visible;
        background: transparent;
        padding: 0 18px 7px 0;
    }

.pergunta-enquete {
    padding-left: 0;
    font-family: tahoma, arial, helvetica, sans;
    font-size: 22px;
    color: #f07d0a;
    font-weight: normal;
    margin-bottom: 15px;
    float: left;
    display: block;
    text-align: center;
    width: 100%;
}

.resposta-enquete {
    display: block;
    margin-bottom: 15px;
    font-family: tahoma, arial, helvetica, sans;
    font-size: 15px;
    color: #777;
    font-weight: normal;
    padding: 0 10px 0 0;
    float: left;
}

.float-left {
    float: left;
    margin-top: 1px;
}

.btn-enquete {
    font-family: "FontAwesome", tahoma, arial, helvetica, sans;
    background-color: #D55E1B;
    display: block;
    font-size: 17px;
    color: #FFF;
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
    padding: 15px;
    text-align: center;
    border: none;
    margin-left: auto;
    height: 100%;
}

    .btn-enquete:hover {
        background-color: #8C191D;
    }

.body-enquete {
    width: 764px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #d3d3d3;
    padding: 15px;
    margin-top: 30px;
}

.bars-sim,
.bars-nao {
    font-size: 17px;
    display: block;
    padding: 15px;
    text-align: center;
    font-family: tahoma, arial, helvetica, sans;
    color: #fff;
    animation: loading 1s linear;
    overflow: hidden;
    white-space: nowrap;
}
.bars-nao {
    background: linear-gradient(#e74c3c, #c0392b);
    border-radius: 10px 0 0 10px;
    margin-right: auto;
}

.bars-sim {
    background: linear-gradient(#3498db, #2980b9);
    border-radius: 0 10px 10px 0;
    margin-left: auto;
}

@keyframes loading {
    from {
        left: 50%;
        width: 0;
        z-index: 100;
    }
    
    to {
        left: 0;
    }
}

.introducao-enquete {
    font-family: tahoma, arial, helvetica, sans;
    font-size: 15px;
    color: #666;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 15px;
    display: block;
    width: 764px;
    margin-right: auto;
    margin-left: auto;
}

.img-enquete {
    width: auto;
    display: block;
    margin: 0 auto 30px;
}
