.aui {
  /** RV - comentei o display: block, estava a estragar o backoffice de LR***/
  /***RV - Alterei o font-size pra 14, estava a 16 ****/
  /**********   Header  **************/
  /**********   End Header **************/
  /* Adicionei o  padding-left: 3%; -- rv*/
  /* .btnpc a.button-boletim:hover{ */
  /* 	color: inherit !important; */
  /* 	text-decoration: inherit !important; */
  /* } */
  /**********   FOOTER **************/
  /********************** End OF FOOTER ***/ }
  .aui #navigation {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #4D394B;
    bottom: 0;
    position: fixed;
    right: -240px;
    top: 0;
    width: 240px;
    padding: 20px 30px;
    color: #FFF;
    overflow: auto;
    z-index: 401; }
    .aui #navigation ul {
      list-style: none;
      margin: 0; }
      .aui #navigation ul .child-menu {
        margin-left: 20px;
        font-size: 85%; }
    .aui #navigation a {
      color: #FFF;
      font-size: 110%;
      padding: 5px 2px;
      display: block; }
      .aui #navigation a:hover {
        text-decoration: inherit;
        color: #EEE; }
  .aui .navigation-left #navigation {
    left: -240px;
    right: inherit; }
  .aui .site-title {
    display: inline-block;
    vertical-align: middle;
    margin: 0; }
  .aui .navigation-menu {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 20px 15px 15px;
    cursor: pointer;
    vertical-align: middle; }
    .aui .navigation-menu .line1, .aui .navigation-menu .line2, .aui .navigation-menu .line3 {
      position: absolute;
      width: 100%;
      height: 4px;
      /* 			background: #999; */
      background: #000;
      top: 0; }
    .aui .navigation-menu .line2 {
      top: 8px; }
    .aui .navigation-menu .line3 {
      top: 16px; }
  .aui hr {
    opacity: 0.5; }
  .aui #breadcrumbs ul {
    padding: 0;
    background-color: transparent;
    margin-bottom: 15px; }
    .aui #breadcrumbs ul a {
      display: inline;
      text-shadow: none; }
  .aui body.opened {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow: hidden; }
    @media (min-width: 980px) {
      .aui body.opened {
        border-right: 180px solid; } }
    .aui body.opened #navigation {
      right: 0; }
    .aui body.opened .navigation-menu .line1, .aui body.opened .navigation-menu .line2, .aui body.opened .navigation-menu .line3 {
      -webkit-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out;
      transform: rotate(45deg);
      top: 8px; }
    .aui body.opened .navigation-menu .line2 {
      transform: rotate(-45deg);
      top: 8px; }
    .aui body.opened .navigation-menu .line3 {
      transform: rotate(45deg);
      top: 8px; }
    .aui body.opened .back-nav {
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      background: rgba(0, 0, 0, 0.2);
      bottom: 0;
      left: 0;
      position: fixed;
      right: 0;
      top: 0;
      z-index: 300; }
    .aui body.opened.navigation-left {
      border-left: 240px solid;
      border-right: 0; }
      .aui body.opened.navigation-left #navigation {
        left: 0;
        right: inherit; }
  .aui .dockbar-split #wrapper {
    padding: 0 2em 0;
    /* 			padding: 0 0 0 0; */ }
  .aui #_145_navSiteNavigationNavbarBtn {
    display: none; }
  @media (max-width: 979px) {
    .aui #navigation {
      display: block; } }
  .aui html {
    overflow-y: scroll;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%;
    margin: 0;
    padding: 0; }
  .aui #wrapper {
    /* 		font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif; */
    height: 100%;
    margin: 2px;
    padding: 0;
    /* 		width: 100% !important; */
    padding: 0 0 0 0; }
  .aui * {
    text-decoration: none;
    outline: none;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent; }
  .aui img {
    border: 0;
    max-width: 100%;
    /* 	  display: block;  */ }
  .aui textarea {
    resize: none; }
  .aui article,
  .aui aside,
  .aui details,
  .aui figcaption,
  .aui figure,
  .aui footer,
  .aui header,
  .aui main,
  .aui menu,
  .aui nav,
  .aui section,
  .aui summary {
    display: block; }
  .aui a {
    background-color: transparent;
    color: inherit; }
  .aui a:active,
  .aui a:hover {
    outline: 0; }
  .aui button,
  .aui input,
  .aui optgroup,
  .aui select,
  .aui textarea {
    font: inherit;
    margin: 0; }
  .aui button,
  .aui select {
    text-transform: none; }
  .aui button,
  .aui textarea,
  .aui html input[type="button"],
  .aui input[type="reset"],
  .aui input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    border-radius: 0; }
  .aui h1, .aui h2, .aui h3, .aui h4, .aui h5, .aui h6 {
    font-weight: normal; }
  .aui ul, .aui .aui ol {
    padding: 0;
    margin: 0 0 10px; }
  .aui li {
    list-style: none; }
  .aui body {
    background: #FFFFFF;
    font-family: 'latoregular';
    font-size: 14px;
    line-height: 1.3em;
    color: #404041; }
  @media screen and (max-width: 767px) {
    .aui body {
      padding-left: 0 !important;
      padding-right: 0 !important;
      /*20px; */ } }
  .aui p {
    color: #404041;
    font-size: 14px;
    line-height: 1.3em; }
  .aui a:hover {
    color: inherit;
    text-decoration: none;
    opacity: 0.6; }
  .aui h1 {
    color: #231f20;
    font-size: 26px;
    font-family: 'latomedium';
    display: inline-block;
    margin: 0; }
  .aui h1.has-icon {
    padding-left: 130px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100px 64px;
    height: 64px;
    padding-top: 14px; }
  .aui h1.has-icon.small-icon {
    padding-left: 110px; }
  .aui h1.red {
    background-color: #EE6D5C;
    color: #FFFFFF; }
  @media screen and (max-width: 767px) {
    .aui h1 {
      font-size: 22px; }
    .aui h1.has-icon {
      height: 45px;
      padding-left: 90px;
      background-size: 70px 45px; } }
  .aui .interactive {
    cursor: pointer;
    transition: opacity 300ms ease; }
  .aui .interactive:hover {
    opacity: 0.85;
    text-decoration: none; }
  .aui .interactive.strong-effect:hover {
    opacity: 0.7; }
  .aui #site {
    min-width: 1320px; }
  @media screen and (max-width: 1340px) {
    .aui #site {
      min-width: 320px; } }
  .aui header {
    height: 128px;
    position: relative;
    margin: -5px -30px 15px -33px !important; }
  .aui header .header-top {
    height: 64px;
    background: #231F20;
    padding: 14px 22px 0 50px;
    color: #FFFFFF; }
  .aui header .header-top .header-top-right {
    text-align: right; }
  @media screen and (max-width: 767px) {
    .aui header .header-top {
      padding-left: 30px;
      margin-left: -20px; } }
  .aui header .menu-button {
    /*     width:  30px; */
    width: 0px;
    height: 26px;
    position: absolute;
    top: 84px;
    /*     left: 30px; */
    left: 0px;
    font-size: 26px;
    padding-left: inherit; }
  .aui header .header-bottom {
    height: 64px;
    padding: 12px 22px 0 30px;
    border-bottom: 1px solid gray; }
  .aui header .top-button {
    width: 128px;
    height: 42px;
    border: solid 1px #D1D4D5;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 90%;
    font-family: 'latobold'; }
  .aui header .top-button.escolhas {
    background-image: url("../images/button-escolha.svg"); }
  .aui header .top-button.mede {
    background-image: url("../images/button-mede.svg"); }
  .aui header .top-button.medepro {
    background-image: url("../images/button-medepro.svg"); }
  @media screen and (max-width: 767px) {
    .aui header .top-button {
      border: none;
      width: 22%;
      background-size: 100%;
      font-size: 9px; } }
  .aui header .portal-name {
    display: inline-block;
    vertical-align: middle;
    font-size: 21px;
    text-transform: uppercase;
    font-family: 'latomedium';
    padding-right: 32px;
    background: url("../images/LogoSecRGB-09.svg") 0 0 no-repeat;
    width: 320px;
    height: 50px;
    background-size: 100%;
    background-position: 50% 50%; }
  @media screen and (max-width: 767px) {
    .aui header .portal-name {
      padding-right: 5px;
      font-size: 18px; } }
  .aui header .portal-name .consumidor {
    color: #a3c300; }
  .aui header .logotype {
    width: 130px;
    height: 40px;
    /*     background: url("../images/anacom.svg") 0 0 no-repeat; */
    display: inline-block;
    vertical-align: middle; }
  .aui header .header-link {
    font-size: 14px;
    padding-right: 22px;
    display: inline-block;
    vertical-align: middle; }
  .aui header .search-box {
    display: inline-block;
    vertical-align: middle;
    width: 300px;
    height: 35px; }
  .aui header .search-box .input-group-addon {
    background: #a3c300;
    border: none;
    padding: 0 18px;
    background-image: url("../images/magnifier.svg");
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: 50% 50%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: -36px;
    z-index: 100;
    font-size: 0; }
  .aui header .search-box .input-group {
    width: 267px; }
  .aui header .search-box .form-control {
    border: none; }
  @media screen and (max-width: 1020px) {
    .aui header {
      height: auto; }
    .aui header .menu-button {
      left: auto;
      right: 22px;
      top: 20px;
      color: #FFFFFF; }
    .aui header .header-top {
      height: auto;
      padding-bottom: 10px; }
    .aui header .header-top .header-top-right {
      padding-top: 10px;
      text-align: left; } }
  @media screen and (max-width: 767px) {
    .aui header .header-bottom {
      padding: 10px 0;
      height: auto;
      text-align: center;
      border-bottom: 1px solid gray; } }
  .aui .main-container .content, .aui .main-container .col-2-3 {
    padding-left: 3%;
    float: left;
    width: 70%; }
  .aui .main-container .lateral, .aui .main-container .col-1-3 {
    float: right;
    width: 30%; }
  @media screen and (max-width: 1020px) {
    .aui .main-container .content, .aui .main-container .col-2-3, .aui .main-container .lateral, .aui .main-container .col-1-3 {
      width: 100%; } }
  .aui .networks {
    color: #231f20;
    font-size: 14px;
    text-align: center;
    padding-top: 40px; }
  @media screen and (max-width: 1020px) {
    .aui .networks {
      text-align: left;
      padding-left: 8px;
      margin-bottom: 30px;
      margin-top: 5px; } }
  .aui .networks.small-icons .network-item {
    width: 24px;
    height: 24px; }
  .aui .networks .network-item {
    width: 44px;
    height: 44px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 90%; }
  .aui .networks .network-item.twitter {
    background-image: url("../images/networks/twitter.svg"); }
  .aui .networks .network-item.youtube {
    background-image: url("../images/networks/youtube.svg"); }
  .aui .networks .network-item.facebook {
    background-image: url("../images/networks/facebook.svg"); }
  .aui .networks .network-item.linkedin {
    background-image: url("../images/networks/linkedin.svg"); }
  .aui .btnpc:active {
    box-shadow: none; }
  .aui .btnpc .icon {
    width: 90px;
    height: 90px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 90px 90px; }
  .aui .btnpc .text {
    font-family: 'latobold';
    font-size: 20px;
    line-height: 1em;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px 0 15px;
    text-align: left; }
  @media screen and (max-width: 767px) {
    .aui .btnpc .icon {
      width: 70px;
      height: 70px;
      background-size: 70px 70px; }
    .aui .btnpc .text {
      font-size: 18px;
      padding-left: 10px; } }
  .aui .center-block {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%; }
  @media screen and (max-width: 767px) {
    .aui .center-block, .aui #main-content {
      width: 100%;
      margin-left: 0;
      margin-right: 0; } }
  @media screen and (max-width: 767px) {
    .aui .xs-center-block {
      width: 92% !important;
      margin-left: 4%;
      margin-right: 4%; } }
  .aui .icon-highlight {
    background-image: url("../images/highlights.svg"); }
  .aui .icon-ask {
    background-image: url("../images/ask.svg"); }
  .aui .icon-email {
    background-image: url("../images/email.svg");
    font-size: 0; }
  .aui .icon-email-color {
    background-image: url("../images/icones_SVG_mail.svg");
    font-size: 0; }
  .aui .icon-sheet {
    background-image: url("../images/sheet.svg");
    font-size: 0; }
  .aui .icon-tag {
    background-image: url("../images/tag.svg");
    font-size: 0; }
  .aui .icon-pdf {
    background-image: url("../images/pdf.svg");
    font-size: 0; }
  .aui .icon-pdf-color {
    background-image: url("../images/icones_SVG_pdf.svg");
    font-size: 0; }
  .aui .icon-print {
    background-image: url("../images/print.svg");
    font-size: 0; }
  .aui .icon-word {
    background-image: url("../images/word.svg");
    font-size: 0; }
  .aui .icon-word-color {
    background-image: url("../images/icones_SVG_word.svg");
    font-size: 0; }
  .aui .title-icon {
    font-size: 26px;
    line-height: 50px;
    padding-left: 60px;
    color: #404041;
    height: 50px;
    border-bottom: solid 1px #D1D4D5;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 50px 50px;
    margin-top: 15px;
    text-align: left;
    font-family: 'latoregular';
    /* CSS CUSTOM - RV */
    display: inherit; }
  @media screen and (max-width: 767px) {
    .aui .title-icon {
      font-size: 20px;
      padding-right: 0;
      padding-left: 45px;
      padding-top: 8px;
      height: 40px;
      background-size: 40px 40px;
      line-height: 1em; } }
  .aui .news-item {
    margin: 23px 0 0 0;
    padding: 0 0 15px 0;
    text-align: left; }
  .aui .news-item .date {
    color: #969696;
    font-size: 13px;
    font-family: 'latobold'; }
  .aui .news-item .title {
    color: #231f20;
    font-size: 20px;
    font-family: 'latosemibold'; }
  .aui .news-item .short-text {
    font-size: 16px;
    color: #404041;
    padding: 3px 0; }
  .aui .box {
    border: solid 1px #D1D4D5;
    padding: 20px 25px; }
  .aui .ask-box {
    border: solid 1px #a3c300;
    padding: 5px 22px 20px 22px;
    width: auto;
    /*     max-width: 364px; */ }
  @media screen and (max-width: 767px) {
    .aui .ask-box {
      border-left: none;
      border-right: none; } }
  .aui .ask-box .title-icon {
    font-size: 24px; }
  @media screen and (max-width: 1340px) {
    .aui .ask-box .title-icon {
      font-size: 18px;
      white-space: normal;
      line-height: 1em;
      padding-top: 5px;
      padding-right: 50px; } }
  @media screen and (max-width: 1020px) {
    .aui .ask-box .title-icon {
      font-size: 24px;
      padding-top: 10px; } }
  @media screen and (max-width: 767px) {
    .aui .ask-box .title-icon {
      font-size: 20px;
      height: 40px;
      padding-right: 0;
      padding-left: 45px;
      padding-top: 8px; } }
  .aui .ask-box textarea {
    background: #EBEBEB;
    width: 100%;
    margin: 12px 0;
    border: none;
    font-size: 14px;
    padding: 12px; }
  .aui .ask-box .button-ask {
    background: #a3c300;
    color: #FFFFFF;
    float: right;
    width: 49%;
    padding-left: 4px;
    height: 42px;
    line-height: 42px;
    padding: 0; }
  .aui .ask-box .dropdown-container {
    float: left;
    width: 49%; }
  .aui .ask-box .dropdown-container select {
    width: 100%;
    height: 42px;
    color: #000000;
    font-size: 14px; }
  .aui .content {
    border-right: solid 1px #D1D4D5; }
  @media screen and (max-width: 1020px) {
    .aui .content {
      border-right: none; } }
  .aui .lateral {
    /* VC 20160407 - div lateral aplicada a templates de conte?dos padding-left: 22px;*/
    text-align: center; }
  .aui .lateral .item {
    margin: 35px 0 0 0;
    display: block; }
  @media screen and (max-width: 1020px) {
    .aui .lateral .item {
      margin: 20px 0 20px 0; } }
  @media screen and (max-width: 1020px) {
    .aui .lateral .item {
      padding: 0 20px; } }
  .aui .lateral .item .image {
    width: 60px;
    margin: 0 auto; }
  .aui .lateral .item .title {
    font-size: 18px;
    padding: 3px 0; }
  .aui .lateral .item .short-text {
    font-size: 14px;
    color: #404041; }
  .aui .lateral .button-know-more {
    background-image: url("../images/know-more.svg");
    background-repeat: no-repeat;
    background-size: 90px 90px; }
  .aui .lateral .button-know-more .icon {
    width: 90px;
    height: 90px; }
  .aui .lateral .button-know-more .text {
    font-size: 15px; }
  @media screen and (max-width: 1100px) {
    .aui .lateral .button-know-more {
      background-size: 70px 70px; }
    .aui .lateral .button-know-more .icon {
      width: 70px;
      height: 70px; }
    .aui .lateral .button-know-more .text {
      padding-left: 5px;
      font-size: 13px; }
    .aui .lateral .button-know-more p {
      font-size: 12px; } }
  .aui .lateral .button-all-highlights, .aui .lateral .button-participate {
    height: 44px;
    line-height: 44px;
    padding: 0;
    width: 100%;
    color: #404041;
    font-family: 'latomedium'; }
  .aui .lateral .button-all-highlights {
    margin-top: 25px;
    background: #FFFFFF;
    border: solid 1px #D1D4D5; }
  .aui .lateral .button-all-highlights:hover {
    opacity: 0.7; }
  .aui .lateral .button-participate {
    background-color: #4CBABB;
    color: #FFFFFF; }
  .aui .lateral .box {
    margin: 45px 0;
    width: auto;
    /*     max-width: 364px; */ }
  @media screen and (max-width: 767px) {
    .aui .lateral .box {
      margin: 30px 0 20px 0;
      border-right: none;
      border-left: none;
      border-bottom: none; } }
  .aui .lateral p {
    margin: 30px 0; }
  .aui .grid-item {
    text-align: center;
    padding: 8px;
    transition: opacity 300ms ease; }
  .aui .grid-item:hover {
    opacity: 0.8;
    text-decoration: none; }
  .aui .grid-item .item-wrap {
    padding: 15px;
    background: #F1F1F2;
    display: block;
    transition: background 300ms ease; }
  .aui .grid-item .image {
    max-width: 110px;
    margin: 0 auto; }
  .aui .grid-item .item-text-group {
    height: 125px;
    overflow: hidden; }
  @media screen and (max-width: 1340px) {
    .aui .grid-item .item-text-group {
      height: 92px; } }
  @media screen and (max-width: 767px) {
    .aui .grid-item .item-text-group {
      height: 85px; } }
  .aui .grid-item .title {
    font-family: 'latobold';
    font-size: 18px;
    padding: 3px 0; }
  .aui .grid-item .short-text {
    font-size: 14px;
    color: #404041; }
  .aui .page {
    border-top: solid 1px #545454; }
  .aui .page .content {
    padding: 40px 18px 40px 0; }
  .aui .page .lateral {
    padding: 40px 0 40px 25px; }
  @media screen and (max-width: 1020px) {
    .aui .page .content, .aui .page .lateral {
      padding: 20px 0 20px 0; } }
  .aui .page .content-header {
    margin-bottom: 12px; }
  .aui .page .content-header .btn-default {
    height: 42px;
    line-height: 42px;
    padding: 0;
    border: solid 1px #DDDDDD;
    background: #F1F1F2;
    width: 160px;
    text-align: center;
    margin-left: 8px;
    transition: background 300ms ease; }
  @media screen and (max-width: 767px) {
    .aui .page .content-header .btn-default {
      width: 130px;
      font-size: 12px; } }
  .aui .page .content-header .btn-group {
    margin-bottom: 10px;
    margin-right: 8px; }
  @media screen and (max-width: 767px) {
    .aui .page .content-header .btn-group {
      float: none !important;
      margin-bottom: 25px; } }
  .aui .page .label {
    background: #EBEBEB;
    height: 48px;
    line-height: 48px;
    font-size: 22px;
    color: #404041;
    border-radius: 0;
    width: 100%;
    display: block;
    text-align: left;
    padding: 0 0 0 30px;
    margin: 8px 0 16px 0; }
  @media screen and (max-width: 1020px) {
    .aui .page .label {
      font-size: 18px; } }
  .aui .page .link-more-subjects {
    font-size: 18px;
    padding: 8px 0 8px 36px;
    display: inline-block;
    width: 90%; }
  .aui .page .submenu {
    padding-right: 60px; }
  @media screen and (max-width: 767px) {
    .aui .page .submenu {
      padding-right: 0px; } }
  .aui .page .submenu .submenu-option-group {
    margin-bottom: 8px; }
  .aui .page .submenu .submenu-item {
    min-height: 50px;
    line-height: 1em;
    padding: 17px 5px 17px 24px;
    background: #606060;
    font-size: 14px;
    display: block;
    color: #FFFFFF; }
  .aui .page .submenu .submenu-item.collapsed {
    background: #DEDFE0;
    color: #000000; }
  .aui .page .submenu .submenu-item:hover {
    background: #606060;
    text-decoration: none;
    color: #FFFFFF; }
  .aui .page .submenu .submenu-item2 {
    min-height: 38px;
    line-height: 1em;
    background: #EBEBEB;
    padding: 11px 5px 11px 24px;
    display: block;
    font-size: 14px;
    overflow: hidden;
    word-break: break-word; }
  .aui .page .submenu .submenu-item2:hover, .aui .page .submenu .submenu-item2.selected {
    background: #BBBDBF;
    text-decoration: none;
    color: #FFFFFF; }
  .aui .long-text {
    font-size: 16px;
    color: #404041; }
  .aui .long-text h1 {
    display: block;
    height: 76px;
    line-height: 76px;
    background-position: 15px -6px;
    margin-bottom: 20px;
    padding-top: 0; }
  .aui .long-text .faq-question {
    margin-bottom: 18px;
    position: relative;
    padding-left: 5px;
    display: block; }
  .aui .long-text .faq-question a:after {
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: -20px;
    border: solid 1px #99A5AC;
    background: #FFFFFF; }
  .aui .long-text .faq-question.open a:after {
    border: solid 1px #4CBABB;
    background: #4CBABB; }
  .aui .long-text .collapse, .aui .long-text .collapsing {
    padding: 0px 0px 18px 5px;
    font-size: 14px;
    color: #404041; }
  .aui .long-text .collapse p, .aui .long-text .collapsing p {
    font-size: 14px;
    color: #404041; }
  .aui .expand-all {
    background: url("../images/expand.svg") 0 0 no-repeat;
    padding-left: 35px;
    font-size: 13px;
    color: #6d6e70;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    cursor: pointer; }
  .aui .page .page-footer-controls {
    margin: 28px 0;
    position: relative;
    text-align: right; }
  .aui .page .page-footer-controls .btn {
    height: 32px;
    width: 32px;
    padding: 0;
    margin: 0 1px;
    background-color: transparent;
    background-image: none;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    display: inline-block; }
  .aui .page .page-footer-controls .btn i {
    display: block;
    height: 32px;
    width: 32px; }
  .aui .page .networks {
    text-align: left;
    position: absolute; }
  .aui #page-home {
    border: none; }
  .aui #page-home .banner {
    height: 474px;
    margin-bottom: 22px;
    background: gray;
    overflow: hidden; }
  .aui #page-home .banner .item {
    height: 474px;
    background-size: cover; }
  @media screen and (max-width: 767px) {
    .aui #page-home .banner {
      height: 180px; }
    .aui #page-home .banner .item {
      height: 180px; } }
  .aui #page-home .ask-box {
    position: absolute;
    background: #FFFFFF;
    right: 22px;
    top: 300px;
    z-index: 100;
    padding: 20px 22px; }
  @media screen and (max-width: 767px) {
    .aui #page-home .ask-box {
      width: 100%;
      white-space: nowrap;
      padding: 5px 5px 22px 5px;
      position: relative;
      right: auto;
      top: auto;
      margin: 20px 0;
      border: none;
      border-bottom: solid 1px #D1D4D5; }
    .aui #page-home .ask-box .count {
      white-space: normal; } }
  .aui #page-home .content {
    padding-right: 60px;
    border-right: none; }
  @media screen and (max-width: 1340px) {
    .aui #page-home .content {
      padding-right: 40px; } }
  @media screen and (max-width: 1020px) {
    .aui #page-home .content {
      padding-right: 0; } }
  .aui #page-home .lateral {
    padding: 0; }
  .aui #page-home .home-item {
    text-align: center;
    padding: 0 32px; }
  @media screen and (max-width: 767px) {
    .aui #page-home .home-item {
      padding: 0; } }
  .aui #page-home .home-item .title {
    font-family: 'latobold';
    font-size: 20px;
    padding: 20px 0 12px 0; }
  .aui #page-home .home-item .short-text {
    font-size: 16px;
    color: #404041;
    height: 70px;
    margin-bottom: 40px; }
  @media screen and (max-width: 1020px) {
    .aui #page-home .home-item .short-text {
      margin-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    .aui #page-home .home-item .short-text {
      height: auto;
      min-height: 40px;
      margin-bottom: 30px;
      padding: 0 10px; } }
  .aui #page-home .hightlights {
    background: #F0F0F0;
    padding: 30px 10px;
    text-align: center;
    margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .aui #page-home .hightlights {
      margin-bottom: 0px; } }
  .aui #page-home .hightlights .title {
    color: #404041;
    font-size: 26px;
    line-height: 1.1em;
    margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .aui #page-home .hightlights .title {
      font-size: 20px;
      padding: 0 30px; } }
  .aui #page-home .hightlights .itens {
    max-width: 720px;
    margin: 0 auto; }
  .aui #page-home .hightlights .item {
    color: #404041;
    font-size: 18px;
    font-family: 'latosemibold'; }
  .aui #page-home .hightlights .item .image {
    max-width: 156px;
    margin: 0 auto; }
  @media screen and (max-width: 1020px) {
    .aui #page-home .hightlights .item {
      font-size: 16px; }
    .aui #page-home .hightlights .item .image {
      max-width: 100px; } }
  @media screen and (max-width: 767px) {
    .aui #page-home .hightlights .item {
      font-size: 12px;
      line-height: 1em; }
    .aui #page-home .hightlights .item .image {
      max-width: 70px; } }
  .aui #page-grid h1 {
    margin-top: -10px; }
  .aui #page-grid .label {
    margin-left: 8px;
    width: calc(100% - 16px);
    width: -webkit-calc(100% - 16px); }
  @media screen and (max-width: 767px) {
    .aui #page-grid .label {
      width: 100%;
      margin-left: 0; } }
  @media screen and (max-width: 767px) {
    .aui #page-detail .content-header .btnpc-group {
      display: none; }
    .aui #page-detail .page-detail-content {
      display: none; } }
  .aui #footer {
    /* 	width: 100%; */
    margin: 0 -30px 0 -30px !important; }
    .aui #footer .footer-header {
      background: #EBEBEB;
      padding: 20px 0; }
    .aui #footer .footer-header a:hover {
      color: inherit !important;
      text-decoration: inherit !important; }
    @media screen and (max-width: 1200px) {
      .aui #footer .footer-header .col-2-3, .aui #footer .footer-header .col-1-3 {
        width: 100%; } }
    .aui #footer .footer-header .button-reclame .icon {
      background-image: url("../images/reclame.svg");
      background-repeat: no-repeat; }
    .aui #footer .footer-header .button-boletim .icon {
      background-image: url("../images/boletim.svg");
      background-repeat: no-repeat; }
    .aui #footer .footer-header .subscribe-box {
      min-width: 418px;
      max-width: 35em;
      min-height: 42px;
      vertical-align: middle;
      display: inline-block; }
    .aui #footer .footer-header .subscribe-box form {
      margin: 0; }
    .aui #footer .footer-header .subscribe-box .form-control {
      height: 42px !important;
      background: #C8C8C8;
      width: 290px; }
    .aui #footer .footer-header .subscribe-box .form-control:focus {
      box-shadow: none;
      border: solid 1px #C8C8C8; }
    .aui #footer .footer-header .subscribe-box .input-group-addon {
      color: #FFFFFF;
      background: #EE6D5C;
      /*       padding: 0 30px; */
      font-family: 'latobold';
      /* Novos CSS pra experimentar*/
      height: 42px;
      display: inline-block;
      border: none;
      width: 120px;
      /* CUSTOM para tentar colocar o botao como deve ser*/
      /*        height: 100%; */
      position: absolute;
      /*       top: 0px; */
      /*       right: -136px; */
      /*       z-index: 100;    */ }
    .aui #footer .footer-header .subscribe-box .input-group {
      width: 267px; }
    @media screen and (max-width: 767px) {
      .aui #footer .footer-header .subscribe-box {
        width: 100%;
        margin-top: 10px;
        height: auto; }
      .aui #footer .footer-header .subscribe-box .input-group-addon {
        padding: 0 10px;
        display: block;
        margin: 0px auto 0px auto;
        /*CUSTOM CSS - RV */
        position: relative; }
      .aui #footer footer .footer-header .subscribe-box .form-control {
        width: 100%;
        margin-bottom: 20px; } }
    .aui #footer #button-boletim a:hover {
      color: inherit !important;
      text-decoration: inherit !important; }
    .aui #footer .footer-body {
      background-color: #E1E1E1;
      padding: 32px 0 30px 0;
      font-size: 0; }
    .aui #footer .footer-body .footer-menu-col {
      display: inline-block;
      vertical-align: top;
      font-size: 13px;
      font-family: 'latomedium';
      color: #646464; }
    .aui #footer .footer-body .footer-menu-col .link {
      display: block;
      padding: 4px 0;
      cursor: pointer; }
    .aui #footer .footer-body .footer-menu-col .link:hover {
      text-decoration: none;
      opacity: 0.6; }
    .aui #footer .footer-body .footer-menu-col .title {
      color: #231f20;
      font-size: 14px;
      text-transform: uppercase;
      padding-bottom: 3px; }
    .aui #footer .footer-body .footer-menu-col.col1 {
      width: 44%;
      padding-left: 125px; }
    @media screen and (max-width: 1200px) {
      .aui #footer .footer-body .footer-menu-col.col1 {
        padding-left: 8px;
        width: 33%; } }
    .aui #footer .footer-body .footer-menu-col.col2 {
      width: 28%; }
    @media screen and (max-width: 1200px) {
      .aui #footer .footer-body .footer-menu-col.col2 {
        width: 33%; } }
    .aui #footer .footer-body .footer-menu-col.col3 {
      width: 28%; }
    @media screen and (max-width: 1200px) {
      .aui #footer .footer-body .footer-menu-col.col3 {
        width: 33%; } }
    @media screen and (max-width: 767px) {
      .aui #footer .footer-body .footer-menu-col {
        display: block;
        width: 100% !important;
        padding-left: 8px;
        margin-bottom: 30px; } }
    .aui #footer .footer-body .button-language {
      border: solid 2px #C0C1C3;
      margin-top: 20px;
      padding: 10px 20px;
      position: absolute; }
    .aui #footer .footer-body .button-talkus {
      margin-bottom: 10px; }
    .aui #footer .footer-body .button-talkus .icon {
      background-image: url("../images/mail.svg");
      background-size: 60%; }
    .aui #footer .footer-body .button-talkus .text {
      color: #FFFFFF;
      background: #58595B;
      line-height: 44px;
      font-size: 14px;
      padding: 0 25px; }
    @media screen and (max-width: 1020px) {
      .aui #footer .footer-body .button-talkus {
        margin-bottom: 20px; }
      .aui #footer .footer-body .button-talkus .icon {
        background-size: 100%;
        width: 60px;
        height: 44px; } }
    .aui #footer .footer-bottom {
      background: #EBEBEB;
      font-size: 12px !important;
      /*   padding: 10px 0 10px 0; } */ }
    .aui #footer .footer-bottom a, .aui #footer .footer-bottom span {
      display: inline-block;
      vertical-align: middle;
      height: 36px;
      line-height: 36px;
      margin-right: 50px; }
    @media screen and (max-width: 767px) {
      .aui #footer .footer-bottom a, .aui #footer .footer-bottom span {
        margin-right: 30px; } }
    .aui #footer .footer-bottom .accessibility {
      background-image: url("../images/access.png");
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: 36px 36px;
      position: absolute;
      top: 0;
      left: 0;
      padding-left: 42px;
      line-height: 2.6em; }
    @media screen and (max-width: 1200px) {
      .aui #footer .footer-bottom .accessibility {
        position: relative; } }
    @media screen and (max-width: 767px) {
      .aui #footer .footer-bottom .accessibility {
        margin-top: 20px; } }
    .aui #footer .footer-bottom .footer-bottom-left {
      position: relative;
      padding-left: 420px; }
    @media screen and (max-width: 1200px) {
      .aui #footer .footer-bottom .footer-bottom-left {
        padding-left: 0; } }
    @media screen and (max-width: 767px) {
      .aui #footer .footer-bottom .text-right {
        margin-right: 0px;
        margin-left: 30px;
        margin-top: 20px; } }
  .aui .pesquisa-res {
    padding: 0px 0px 20px 10px; }
  .aui .pesquisa-res .input-group-addona {
    background: #a3c300;
    border: none;
    /*       padding: 0 18px; */
    /*       background-image: url("../images/magnifier.svg"); */
    background-repeat: no-repeat;
    /*       background-size: 80%; */
    /*       background-position: 50% 50%;   */
    height: 100%;
    position: absolute;
    top: 0px;
    /*       right: -36px; */
    z-index: 100;
    font-size: 0; }
  .aui .pesquisa-res .input-group {
    width: 267px; }
  .aui .pesquisa-res .control-group {
    margin-bottom: 0; }
  .aui .pesquisa-res .control-group-inline {
    display: table-cell; }
  @media screen and (max-width: 767px) {
    .aui .pesquisa-res {
      /*       padding-left: 15px; */
      padding-left: 0; } }
  .aui .flips-9 {
    padding-top: 40px; }
  .aui .flips-9 li {
    width: 200px;
    min-height: 250px;
    /*         border: 1px solid #000; */
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    zoom: 1;
    *display: inline;
    _height: 250px; }
  .aui .flips-9 li:hover {
    background-color: #B0D2E1;
    border-color: #7ABFDD; }
  .aui .guias-2 {
    padding-top: 40px;
    margin-top: 20px; }
  .aui .guias-2 ul {
    padding: 0;
    list-style: none;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }
  .aui .guias-2 li {
    width: 48%;
    height: 100%;
    margin-bottom: 10px; }
  .aui .guias-2 li:hover {
    background-color: #B0D2E1;
    border-color: #7ABFDD; }
  .aui .image-viewer-close {
    color: #fff !important;
    font-size: 60px !important; }
  @media screen and (max-width: 767px) {
    .aui .image-gallery-pagination {
      display: none; }
    .aui .carousel-control {
      display: none; } }
  .aui .carousel-control {
    border: none; }

/********************** End OF AUI ***/
/*
CSS para defini??o de estilos nos layout de p?gina -- custom by rv/vc
*/
@media screen and (min-width: 768px) {
  .necessidadesespeciais #column-123456,
  .o_que_precisa_saber_sobre_modulo #column-123456,
  .o_que_precisa_saber_sobre #column-12345,
  .columns-2 #column-1 {
    border-right: 1px solid transparent;
    border-color: #D1D4D5;
    padding-right: 2em; } }
.taglib-asset-links h2 {
  background: #EBEBEB;
  height: 48px;
  line-height: 48px;
  font-size: 22px;
  color: #404041;
  border-radius: 0;
  width: 100%;
  display: block;
  text-align: left;
  padding: 0 0 0 30px;
  margin: 8px 0 16px 0; }

@media screen and (max-width: 1020px) {
  .taglib-asset-links h2 {
    font-size: 18px; } }
.taglib-asset-links .asset-links-list-item {
  font-size: 18px;
  padding: 8px 0 8px 36px;
  display: inline-block;
  width: 90%; }

.taglib-asset-links .asset-links-list-item img {
  display: none !important; }

.taglib-asset-links .asset-links-list-item a {
  cursor: pointer;
  transition: opacity 300ms ease; }

.taglib-asset-links .asset-links-list-item a:hover {
  opacity: 0.85;
  text-decoration: none; }

.picture-item {
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.7);
  color: #555;
  margin: 10px;
  width: 20%; }
  .picture-item .image {
    margin: 5% 5% 0 5%;
    width: 90%; }
  .picture-item .ratings {
    margin: auto;
    width: 80%; }
  .picture-item .taglib-ratings-stars {
    padding: 0px; }
  .picture-item .title {
    margin: 5px auto;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    width: 60%; }

.image-icon {
  width: 300px;
  display: block;
  float: left;
  /* 	height: 172px; */
  margin: 10px 4px;
  padding: 5px 15px 0;
  text-align: center; }

.image-icon a {
  color: #5B677D; }

.image-thumbnail {
  display: inherit !important;
  position: relative;
  height: 132px; }

.image-title {
  display: block;
  padding: 0 10px;
  word-wrap: break-word; }

.lfr-preview-file-image-overlay .modal-header {
  height: 0;
  padding: 0; }

div#content > div.columns-1 {
  margin-left: 5em;
  margin-right: 5em; }

/*moradas fale-connosco - inicio*/
.morada-content {
  padding-top: 3em;
  width: 50%; }

.horario-atendimento {
  padding-top: 1em; }

.horario-atendimento span {
  font-weight: bold; }

.morada-endereco {
  padding-top: 1em;
  margin-bottom: 4em; }

.morada-endereco-escrito {
  float: left;
  width: 15em; }

.morada-endereco-mapa {
  padding-left: 1em; }

.moradas-content {
  font-size: small;
  border-top: 1px solid gray;
  min-height: 30em; }

.titulo-morada {
  border-bottom: 1px solid gray;
  padding-bottom: 8px;
  font-size: medium;
  font-weight: bold;
  text-transform: uppercase; }

.morada-equerda {
  float: left;
  padding-right: 5em; }

.morada-direita {
  float: right;
  padding-left: 5em; }

/*moradas fale-connosco - fim*/
/*o que h? de novo - inicio*/
/*.topofaq{
	display: inline-table;
	width: 100%;
}

.menuleftpergunta{
 float: left;
 width: 30%;
 border: 0;
 padding: 0;
 padding-right: 2em;
    
}

.menuleftpergunta li{
	padding: 0;
    margin-bottom: 8px;
}

.menuleftpergunta li>div.selected{
    min-height: 50px;
    line-height: 1em;
    padding: 17px 5px 17px 24px;
    background: #606060;
    font-size: 14px;
    display: block;
    color: #FFFFFF;	
	margin: 0;
}

.menuleftpergunta li>div{
	background: #DEDFE0;
    color: #000000;	
	min-height: 50px;
    line-height: 1em;
    padding: 17px 5px 17px 24px;
    font-size: 14px;
    display: block;
	margin: 0;
}

.menuleftpergunta li div.selected,
.menuleftpergunta li div:hover{
	background: #606060;
	text-decoration: none;
	color: #FFFFFF;
	
}

#conteresposta {
    float: right; 
	width:70%;
}

.aui .page{
	border-top: none;
}

*/
/* O que est? a abaixo ? necess?rio para a exporta??o */
div.page div.long-text div#conteresposta div.resposta.export > img {
  width: 100%; }

/*o que h? de novo - fim*/
div.asset-entry-dates {
  margin-bottom: 10px; }

div.resbolcomthumbnail {
  border-bottom: 2px solid transparent;
  border-top: 2px solid transparent;
  padding-top: 2em;
  padding-bottom: 3em;
  border-color: gray;
  margin-bottom: 1em; }

a.linkboletim .boltitulo,
a.linkboletim .boldestaque {
  font-weight: bold; }

a.linkboletim .boldata {
  font-size: x-small; }

a.linkboletim:hover {
  text-decoration: none !important; }

a.linkboletim:hover .boltitulo {
  text-decoration: underline !important; }

/* videos youtube */
.modalclosebtn-show {
  display: block;
  /* !important; */
  font-size: 60px;
  /* !important; */
  font-weight: bold;
  /* !important; */
  position: fixed;
  /* !important; */
  color: white;
  /* !important; */
  background: transparent;
  float: right;
  /* !important; */
  top: 10px;
  z-index: 1100;
  border: 0;
  text-decoration: 0;
  opacity: 0.4;
  right: 20px;
  /* !important; */
  top: 10px;
  /* !important; */ }

.youtumodal-content {
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  transition: all 200ms ease-out;
  cursor: pointer;
  margin: 40px auto 0 auto; }

.youtube {
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  overflow: hidden;
  transition: all 200ms ease-out;
  cursor: pointer;
  margin: 40px auto 0 auto; }

.youtube .play {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAERklEQVR4nOWbTWhcVRTHb1IJVoxGtNCNdal2JYJReC6GWuO83PM/59yUS3FRFARdFlwYP1CfiojQWt36sRCUurRIdVFXIn41lAoVdRGrG1M01YpKrWjiYmaSl8ybZJL3cd+YA//NLObd3++eO8x79z5jSq5Gw+8kov0AP8vMR5l1BtBZQM4B8ks75wCdZdYZZj5qLZ4hov2Nht9Z9vhKKSIaB/gI4M4w62KeAO6Mte4lYOq20FxrlqqOibhHmeWbvNC9ZfDX1mLae391aN6limO/gwgvAPJbWeAZuSDingdwXTBw7/0IsyaA/Fkh+KqOkD+YNfHej1QKD+y7iVlOhgLvFqFfNJvNGyuBJ+KDAF8MDd0tgS8y64OlgSdJMsysL4cG7SOHkyQZLhTee7+d2R2rAVy/S+Jd7/32ouBHAP4gNNRGQyTHc/84NhqNywZp5rvjjnnvt21aABFeCQ+RLwAf2hQ8s7sv9OCLk6AHNgQvIrvbfzKCD76g/O6cu7lf/iER/aQGgy448pExZmhdegAPhR9sObFWH1gT3lp7DaA/5bkIgJhZPgsNmz02novj+KqeApj1ubwXWe4kdyeznAgNvTpE/HQmvKqOMeuFogTUVQSRno+iaLRLAJF7uIgL9O4ubgL8aWgB7S44mNX+35YpICUiAvS9sBLkq1WzT+NFffl6AuoiApi6NT37h6sWkBIRZGkQ8YtLgyji6e1mBYTqCEBPG2Naz+0BWQgtoGoRgCzEsd9hAN1X5BfnFZASUfrSAFQNsyZ1FJASUVpHiLinDJG8U2cBZYogkrcNs5waBAGdstbeU9zdqpw0gPwwSAI6VUxHyFlDpOcHUUBBIuYNs14aZAE5RVwyzPr3/0EAEY0TyfGNjBWQvwZ+CTSbehfAH29mrID8bET0+0EUkAd8WYDOmqJ3ecsG30yr9wqRfm6Y+a1BEFDEjHfHvWmY9ck6CygHvBVr8Xhtb4ZE5HZA3y8DvBNA1TjnrmXWf+sioMwZX5V/VHXMGGMMoKdDCxCRvRWBdzKzdHEO+EisilbPyopHYqp6S9UCAsz4iojI7hUDAtyXVQgIDd6KnOoaWNkbI6FaPSuZGyMArsi7MZoloB4zviI/Nhr3X95jltwTRQmoIfgisy5ai+me67OI7fE4nrqjrqfK1t0eby0FPRB6oGVlchL3rgnfrq19RKbVBdhV9IOSwJmfmJi4vi/4ThERitwyCxVAFqydshuCX5awhQ9KtmuIWd8IDZED/nXT77rvVVv6sHRKwjYi91poqP7Dr+Y6JJ1VSZIMA3wkPNy6bX+o8Bcm0sXMdwM8Fxo0A3xORPaWBp6uPXsmbxCRD0NDL0dOANhVCXy6iAjMcjbcrMt3RITKwdMVRdFo+y5yvkL4eWZ+zHt/ZVD4dEVRNGotpst+dZZZH8k86lqn2pIvT/eqrNfn2xuyqYPZ8mv7s8pfn/8Pybm4TIjanscAAAAASUVORK5CYII=") no-repeat center center;
  background-size: 64px 64px;
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: .8;
  filter: alpha(opacity=80);
  transition: all 0.2s ease-out; }

.youtube .play:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.subscription-msg {
  border: 1px solid #ee6d5c;
  padding: 5px; }

caption {
  display: none; }

.portlet-search legend.fieldset-legend {
  display: none; }

.aui #site .header-bottom .container-fluid {
  padding: 10px 20px; }

@media (min-width: 991px) {
  .aui header .header-bottom .menu-button {
    top: 10px; } }
.aui .portlet_glossariocatnav ul {
  margin: 0; }

.aui .rpc_no_border {
  border: 0; }

.portlet_contactos_titulo_subtitulo .portlet-borderless-container {
  min-height: 0; }

.portlet_contactos_titulo_subtitulo .contactos_titulo_subtitulo {
  font-weight: bold; }

.portlet_contactos_titulo_subtitulo #categoryTitle {
  font-size: 18px; }

.guiasconsumidor ul li a > div.imagem img {
  width: 100%; }