/*!
 * omnisinal v1 (http://omnisinal.pt)
 * Copyright 2002-2017, Inc.
 * Licensed under MIT (https://github.com/master/LICENSE) */


@import url(//fonts.googleapis.com/css?family=Material+Icons);


@charset "UTF-8";
/* paddings */
/* container padding used almost all resolutions except mobile */
/* container padding used almost all resolutions except mobile */
/* themes */
@font-face {
  font-family: 'arconregular';
  src: url("../fonts/arcon-regular-webfont.eot");
  src: url("../fonts/arcon-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/arcon-regular-webfont.woff2") format("woff2"), url("../fonts/arcon-regular-webfont.woff") format("woff"), url("../fonts/arcon-regular-webfont.ttf") format("truetype"), url("../fonts/arcon-regular-webfont.svg#arconregular") format("svg");
  font-weight: normal;
  font-style: normal; }
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

a, a:link, a:active, a:hover {text-decoration: none;}


#page h1, #page h2, #page h3, #page h4, #page h5 {margin: 5px 0;}

.debug {
  border: solid 1px #000; }

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%; }

.col-height {
  display: table-cell;
  float: none;
  height: 100%; }

.col-top {
  vertical-align: top; }

.col-middle {
  vertical-align: middle; }

.col-bottom {
  vertical-align: bottom; }

.half-height {
  height: 50%; }

.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0; }

@media (max-width: 479px) {
  .col-xss-3 {
    width: 25%; }

  .col-xss-9 {
    width: 75%; }

  .col-xss-12 {
    width: 100%; } }
@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%; }

  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%; }

  .col-xs-top {
    vertical-align: top; }

  .col-xs-middle {
    vertical-align: middle; }

  .col-xs-bottom {
    vertical-align: bottom; } }
@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%; }

  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%; }

  .col-sm-top {
    vertical-align: top; }

  .col-sm-middle {
    vertical-align: middle; }

  .col-sm-bottom {
    vertical-align: bottom; }

  .col-sm-absolute {
    position: absolute;
    height: 100%; } }
@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%; }

  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%; }

  .col-md-top {
    vertical-align: top; }

  .col-md-middle {
    vertical-align: middle; }

  .col-md-bottom {
    vertical-align: bottom; } }
@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%; }

  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%; }

  .col-lg-top {
    vertical-align: top; }

  .col-lg-middle {
    vertical-align: middle; }

  .col-lg-bottom {
    vertical-align: bottom; } }
/* bootstrap fixes normalize */
a:hover {
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

p {
  margin-bottom: 0; }

.iris-container {
  margin: 0 auto;
  width: 100%; }
  .iris-container:before {
    content: " ";
    display: table; }
  .iris-container:after {
    content: " ";
    display: table;
    clear: both; }

.col-35 {
  float: left;
  width: 35%; }
  .col-35:before {
    content: " ";
    display: table; }
  .col-35:after {
    content: " ";
    display: table;
    clear: both; }

.col-30 {
  float: left;
  width: 30%; }
  .col-30:before {
    content: " ";
    display: table; }
  .col-30:after {
    content: " ";
    display: table;
    clear: both; }

.col-50 {
  float: left;
  width: 50%; }

.col-33-left, .col-33-middle, .col-33-right {
  float: left;
  width: 33%; }

.col-33-left {
  padding: 0 13px 28px 28px; }

.row-x {
  padding: 0 12px; }
  .row-x .col-33-left {
    padding: 0 15px 28px;
    width: 25%; }

@media (max-width: 767px) {
  .row-x .col-33-left {
    width: 100%; } }
.col-33-middle {
  padding: 0 14px 28px 27px; }

.col-33-right {
  padding: 0 16px 28px 26px; }

.col-66-left {
  width: 66%;
  padding: 0 14px 28px 28px;
  float: left; }

@media (max-width: 991px) {
  .col-33-left {
    padding: 0 5px 28px 20px; }

  .col-33-middle {
    padding: 0 6px 28px 19px; }

  .col-33-right {
    padding: 0 8px 28px 18px; }

  .col-66-left {
    padding: 0 6px 28px 20px; } }
@media (max-width: 767px) {
  .col-33-left, .col-33-middle, .col-33-right, .col-66-left {
    width: 100%;
    float: none;
    padding: 0 15px 28px; } }
body {
  color: #414141;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: normal; }

header.main .iris-container {
  padding: 14px 25px 16px 25px;
  /* post bootstrap fix 12px - 16px */
  max-width: 1200px; }
  header.main .iris-container:before {
    content: " ";
    display: table; }
  header.main .iris-container:after {
    content: " ";
    display: table;
    clear: both; }
header.main .logo img {
  height: auto; }
header.main nav {
  float: right; }
header.main nav {
  /*&.main-mobile {
    display: none;
  }*/ }
  header.main nav.main ul {
    list-style: none;
    padding-right: 27px;
    margin-top: 13px; }
  header.main nav.main li {
    float: left;
    margin-right: 22px;
    position: relative; }
  header.main nav.main a {
    text-decoration: none;
    text-transform: uppercase;
    color: #555;
    font-size: 15px;
    line-height: 27px;
    font-weight: 500; }
    header.main nav.main a:hover {
      color: #ec008c; }
  header.main nav.main:before {
    content: " ";
    display: table; }
  header.main nav.main:after {
    content: " ";
    display: table;
    clear: both; }
  header.main nav.main .menu-item-has-children .icon {
    display: block;
    width: 100%;
    position: absolute;
    top: 99%;
    text-align: center;
    height: 25px;
    color: #666666; }
  header.main nav.main .menu-item-has-children > .sub-menu {
    position: absolute;
    top: 35px;
    left: 50%;
    padding: 0;
    border-top: 5px solid #ec008c;
    background-color: #fff;
    z-index: 999;
    min-width: 250px;
    display: none;
    margin-left: -125px; }
    header.main nav.main .menu-item-has-children > .sub-menu a {
      text-transform: none;
      display: block;
      width: 100%;
      padding: 5px 8px 5px 25px;
      font-weight: 400;
      border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
      header.main nav.main .menu-item-has-children > .sub-menu a:hover {
        background-color: #ec008c;
        color: #fff; }
    header.main nav.main .menu-item-has-children > .sub-menu li {
      width: 100%; }
      header.main nav.main .menu-item-has-children > .sub-menu li:last-of-type > a {
        border-bottom: none; }
    header.main nav.main .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu {
      left: 100%;
      top: -13px;
      border-top: none;
      margin-left: 0; }
    header.main nav.main .menu-item-has-children > .sub-menu > .menu-item-has-children .icon {
      font-size: 12px;
      width: auto;
      height: auto;
      right: 8px;
      top: 13px; }
    header.main nav.main .menu-item-has-children > .sub-menu > .menu-item-has-children:hover > a {
      background-color: #ec008c;
      color: #fff; }
    header.main nav.main .menu-item-has-children > .sub-menu > .menu-item-has-children:hover > .icon {
      color: #fff; }
  header.main nav.main .menu-item-has-children:hover > .sub-menu {
    display: block; }
  header.main nav.main .menu-item-has-children:hover > a, header.main nav.main .menu-item-has-children:hover > .icon {
    color: #ec008c; }


@media (max-width: 767px) {
  .slider .slide-content {
    height: auto;
    /* 349 */ } }
@media screen {
  .box-video iframe {
    float: none;
    width: auto; } }
.absolute-slider {
  position: absolute;
  width: 93.4%;
  left: 3.3%;
  height: 71px;
  bottom: 9px; }
  .absolute-slider .slide {
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    display: block;
    width: 39%;
    height: 50px;
    float: left;
    margin-right: 9px; }
  .absolute-slider .slide > img {
    display: block;
    width: 39%;
    height: 50px;
    float: left;
    margin-right: 9px; }
  .absolute-slider span.slick-arrow {
    position: absolute;
    top: 4px;
    font-size: 61px;
    color: #ec008c;
    cursor: pointer; }
    .absolute-slider span.slick-arrow:hover {
      color: white; }
  .absolute-slider .slick-prev {
    left: -3%; }
  .absolute-slider .slick-next {
    right: -3%; }
  .absolute-slider a .slide-content {
    width: 99%;
    height: 71px;
    background-color: white;
    opacity: 0.7;
    padding: 10px 8px 9px;
    transition: opacity 0.5s; }
    .absolute-slider a .slide-content:hover {
      opacity: 1; }
  .absolute-slider a p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 10px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #414242;
    opacity: 1; 
    text-transform: uppercase;}


.tabs-year, .tabs {
  padding-top: 19px;
  padding-bottom: 18px;
  margin-bottom: 20px; }

.tabs-year {
  margin: 0;
  padding: 0; }
  .tabs-year ul li:before {
    display: none; }

.tabs ul li:before {
  display: none; }

.tab-year-head, .tab-head {
  list-style: none;
  padding-left: 0;
  margin-bottom: 36px; }

@media (max-width: 1200px) {
  .tab-head {
    border-bottom: none; } }
.tab-year-head {
  border-bottom: none; }
  .tab-year-head:after {
    content: " ";
    display: table;
    clear: both; }

.tab-head:after {
  content: " ";
  display: table;
  clear: both; }

.tab-year-head li {
  float: left;
  font-size: 15px;
  border: 1px solid #66b5a9;
  margin-right: -1px;
  margin-bottom: -1px; }

.tab-head li {
  float: left;
  font-size: 15px;
  /*border: 1px solid #66b5a9;*/
  border-right: 1px solid #66b5a9;
  border-top: 1px solid #66b5a9;
  border-bottom: 1px solid #66b5a9;
  /*margin-right: -1px;*/
  /*margin-bottom: -1px;*/ }
  .tab-head li.active, .tab-head li.hover {
    background-color: #66b5a9; }
  .tab-head li:first-child, .tab-head li.tab-first {
    border-left: 1px solid #66B5A9; }
  .tab-head li.tab-other-lines {
    border-top: none; }

@media (max-width: 767px) {
  .tab-year-head li, .tab-head li {
    width: 100%;
    float: none;
    border-left: 1px solid #66b5a9;
    border-top: none; }

  .tab-year-head li:first-child, .tab-head li:first-child {
    border-top: 1px solid #66b5a9; } }
.tab-year-head li {
  border-radius: 5px;
  margin-right: 15px;
  background-color: #eceef2;
  border: none;
  overflow: hidden; }
  .tab-year-head li.active, .tab-year-head li.hover {
    background-color: #baddd8; }
  .tab-year-head li.active a, .tab-year-head li.hover a {
    text-decoration: none;
    color: white; }

.tab-head li.active a, .tab-head li.hover a {
  text-decoration: none;
  color: white; }

.tab-year-head li a, .tab-head li a {
  color: #66b5a9;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-top: 15px;
  display: inline-block;
  font-size: 16px; }

.tab-year-head li a:hover, .tab-head li a:hover {
  text-decoration: none; }

.tab-year-body, .tab-body {
  display: none; }

.tab-year-body.active, .tab-body.active {
  display: block; }

.tab-year-body a, .tab-body a {
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 300; }

.tab-year-body h3, .tab-body h3 {
  font-size: 30px;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  color: #ec008c;
  padding-bottom: 20px; }

.tab-year-body:after, .tab-body:after {
  display: block;
  content: "";
  clear: both; }

article.content .tab-year-body h3 {
  font-size: 30px;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  color: #ec008c;
  padding-bottom: 20px; }
article.content .tab-body h3 {
  font-size: 30px;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  color: #ec008c;
  padding-bottom: 20px; }
article.content .tab-body a {
  padding-bottom: 0;
  color: #414141;
  line-height: 100%; }
article.content .tab-year-head a {
  padding-bottom: 0;
  color: #66b5a9;
  line-height: 100%;
  transition: background-color linear 0.3s, color linear 0.3s; }
article.content .tab-body a:hover {
  color: #66b5a9; }
article.content .tab-year-head a {
  padding-bottom: 15px; }
  article.content .tab-year-head a:hover {
    background-color: #66b5a9;
    color: #fff; }
article.content .tab-head a {
  padding-bottom: 15px; }

.empty section.main .iris-container.gen .tab-year-body h3, .empty section.main .iris-container.gen .tab-body h3 {
  font-size: 30px;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  color: #ec008c;
  padding-bottom: 20px; }

.tab-year-col-right, .tab-col-right {
  float: right; }

.medidas-iniciativas {
  height: 635px !important; }

.medidas-cf {
  margin-top: 21px;
  margin-bottom: 21px; }
  .medidas-cf p {
    padding-bottom: 0px !important; }
  .medidas-cf .medidas-cf-graph {
    max-height: 500px; }

.medidas-list-item-date {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 0;
  color: #999;
  padding-bottom: 0; }

.more-medidas {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 24px;
  color: #999;
  padding-top: 21px; }

.filter-buttons {
  overflow: hidden; }
  .filter-buttons > span {
    color: #ec008c;
    font-size: 16px;
    display: block;
    margin: 0;
    margin-bottom: 10px;
    font-family: "Raleway", sans-serif; }
  .filter-buttons .a-wrap {
    overflow: hidden;
    margin-bottom: 36px; }
  .filter-buttons a {
    float: left;
    width: 49%;
    margin-right: 0.8%;
    margin-bottom: 20px;
    height: 70px;
    background-color: #EAEAEA;
    color: #666666;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    line-height: 21px;
    position: relative; }
    .filter-buttons a.sel-f {
      background-color: #ec008c;
      color: white; }
      .filter-buttons a.sel-f > span.f-x {
        display: block; }
    .filter-buttons a > span.f-x {
      width: 13px;
      height: 13px;
      background-image: url("images/f-x.png");
      background-repeat: no-repeat;
      overflow: hidden;
      position: absolute;
      top: 5px;
      right: 5px;
      background-position: center center;
      text-indent: 999px;
      cursor: pointer;
      display: none; }
    .filter-buttons a:last-of-type {
      margin-right: 0; }
    .filter-buttons a:hover {
      background-color: #ec008c;
      color: white; }
    .filter-buttons a figure {
      float: left;
      width: 70px;
      height: 70px;
      background-color: #ec008c;
      margin: 0;
      background-position: center center;
      background-repeat: no-repeat; }
    .filter-buttons a > span {
      float: right;
      width: -moz-calc(100% - 70px);
      width: -webkit-calc(100% - 70px);
      width: -o-calc(100% - 70px);
      width: calc(100% - 70px);
      height: 100%; }
      .filter-buttons a > span > span {
        display: table;
        width: 100%;
        height: 100%; }
        .filter-buttons a > span > span > span {
          display: table-cell;
          vertical-align: middle;
          padding-left: 5%;
          padding-right: 6%; }

@media (max-width: 1220px) {
  .grn .medidas-iniciativas {
    height: 1150px !important; } }
@media (max-width: 1026px) {
  .grn .filter-buttons a {
    width: 99%;
    margin-bottom: 10px; }
  .grn .blog article.content .iris-page-header {
    height: auto; }
  .grn .medidas-iniciativas {
    height: 1150px !important; } }
@media (max-width: 767px) {
  .grn .medidas-iniciativas {
    height: 1350px !important; }
  .grn .filter-buttons a {
    height: 90px;
    width: 99%;
    margin-right: 1%; }
    .grn .filter-buttons a figure {
      float: left;
      width: 90px;
      height: 90px; }
    .grn .filter-buttons a > span {
      float: right;
      width: -moz-calc(100% - 90px);
      width: -webkit-calc(100% - 90px);
      width: -o-calc(100% - 90px);
      width: calc(100% - 90px); } }
@media (max-width: 480px) {
  .filter-buttons a {
    height: 120px; }
    .filter-buttons a figure {
      float: left;
      width: 120px;
      height: 120px; }
    .filter-buttons a > span {
      float: right;
      width: -moz-calc(100% - 120px);
      width: -webkit-calc(100% - 120px);
      width: -o-calc(100% - 120px);
      width: calc(100% - 120px); } }
.featured-out {
  background-color: #D9ECEA; }

@media (max-width: 767px) {
  .tab-year-col-right, .tab-col-right {
    float: none; } }
.tab-year-col-left, .tab-col-left {
  float: left; }

@media (max-width: 767px) {
  .tab-year-col-left, .tab-col-left {
    float: none; } }
.tab-year-col, .tab-col {
  width: 49%;
  padding-bottom: 10px; }

.tab-year-col img, .tab-col img {
  max-width: 100%;
  height: auto; }

@media (max-width: 767px) {
  .tab-year-col, .tab-col {
    width: 100%;
    padding-bottom: 20px; } }
a {
  text-decoration: none;
  color: #ec008c; }
  a:hover {
    color: #ec008c; }

section.main .iris-container {
  /*padding-top: 25px;*/
  max-width: 1200px; }

article.content {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-weight: lighter; }
  article.content h1, article.content h2, article.content h3, article.content h4, article.content h5, article.content h6 {
    font-size: 28px;
    line-height: 26px;
    font-weight: 300;
    margin: 0;
    padding-bottom: 21px; }
  article.content p {
    margin: 0;
    padding-bottom: 21px; }

section.main.institu-main {
  padding-bottom: 0; }

.logos-wrapper {
  /*padding-left: 25px;*/
  /*padding-right: 25px;*/
  padding-top: 7px; }

.logos:before {
  content: " ";
  display: table; }
.logos:after {
  content: " ";
  display: table;
  clear: both; }
.logos a {
  float: left;
  width: 25%;
  height: 122px;
  position: relative; }
  .logos a span {
    display: block;
    height: 100%;
    max-width: 185px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 52px;
    margin: 0 auto;
    -moz-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease; }
    .logos a span.color {
      opacity: 0;
      position: relative;
      left: 0;
      top: -100%; }
  .logos a:hover .color {
    opacity: 1; }

@media (max-width: 1023px) {
  .logos a {
    width: 33.33333%; } }
@media (max-width: 767px) {
  .logos a {
    width: 50%; } }
@media (max-width: 480px) {
  .logos a span {
    max-width: 80%; } }
    
@media (max-width: 1199px) {
    header.main .dl-menuwrapper:before {
      content: " ";
      display: table; }
    header.main .dl-menuwrapper:after {
      content: " ";
      display: table;
      clear: both; }
    header.main .dl-menuwrapper .dl-trigger {
      font-size: 0;
      /*background-color: #ec008c;*/
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      padding: 1px 6px;
      float: right; }
      header.main .dl-menuwrapper .dl-trigger .fa {
        font-size: 40px;
        color: #ec008c; 
        opacity:0;
      }
    header.main .dl-menuwrapper .dl-menu {
      position: absolute;
      top: 61px;
      right: 0;
      overflow-x: scroll;
      background-color: #fff;
      padding: 0;
      /*border-top: 5px solid #ec008c;*/
      border-top: 5px solid #fff; }
      header.main .dl-menuwrapper .dl-menu li {
        float: none;
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
        padding: 8px;
        cursor: pointer; }
        header.main .dl-menuwrapper .dl-menu li:last-of-type {
          border-bottom: none; }
        header.main .dl-menuwrapper .dl-menu li.dl-subview, header.main .dl-menuwrapper .dl-menu li.dl-subviewopen {
          padding: 0; }
        header.main .dl-menuwrapper .dl-menu li.dl-subview > .fa, header.main .dl-menuwrapper .dl-menu li.dl-subviewopen > .fa {
          display: none; }
      header.main .dl-menuwrapper .dl-menu a {
        text-decoration: none;
        text-transform: uppercase;
        color: #666666; }
        header.main .dl-menuwrapper .dl-menu a:hover {
          color: #666666; }
      header.main .dl-menuwrapper .dl-menu .dl-back {
        background-color: #ec008c; }
        header.main .dl-menuwrapper .dl-menu .dl-back a {
          color: #fff; }
        header.main .dl-menuwrapper .dl-menu .dl-back .fa {
          position: static !important;
          color: #fff;
          padding-right: 5px; }
      header.main .dl-menuwrapper .dl-menu .menu-item-has-children:before {
        content: " ";
        display: table; }
      header.main .dl-menuwrapper .dl-menu .menu-item-has-children:after {
        content: " ";
        display: table;
        clear: both; }
      header.main .dl-menuwrapper .dl-menu .menu-item-has-children .fa {
        position: absolute;
        top: 10px;
        right: 8px; }
    header.main .dl-menuwrapper .dl-subview {
      border-top: none; }
    header.main .dl-menuwrapper .dl-menu::-webkit-scrollbar {
      display: none; } }
      
      
@media (max-width: 991px) {
  header.main .dl-menuwrapper {
    max-width: 1000px; 
    }
    header.main .dl-menuwrapper .dl-menu {
      right: 0;
      left: 0;
      width: 100%; } }
@media (max-width: 480px) {
  .slider h1 {
    padding: 1px 0 72px 0;
    font-size: 17px;
    line-height: 17px; }
    .slider h1 {
      font-size: 20px;
      line-height: 22px; } }
.pdt .search-row, .pdt .row-x {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
.pdt header.main .logo img {
  height: auto;
  max-width: 209px;
  margin-right: 25px; }
.pdt header.main nav.main li:last-of-type {
  margin-right: 23px; }
.pdt header.main nav.main .menu-item-has-children > .sub-menu {
  top: 50px; }
  .pdt header.main nav.main .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu {
    top: 0; }
.pdt .breadcrumbs {
  background-color: transparent;
  /*max-width: 100%;*/ }
  .pdt .breadcrumbs > span:after {
    border-color: transparent transparent transparent #ec008c;
    border-width: 19px 0 19px 12px; }
  .pdt .breadcrumbs > span:first-of-type {
    background-color: #55BB33;
    /*padding-left: 25px;*/ }
    .pdt .breadcrumbs > span:first-of-type:after {
      border-color: transparent transparent transparent #55BB33; }
    .pdt .breadcrumbs > span:first-of-type:before {
      background-color: #55BB33; }
  .pdt .breadcrumbs > span:nth-of-type(2) {
    background-color: #77C95C; }
    .pdt .breadcrumbs > span:nth-of-type(2):after {
      border-color: transparent transparent transparent #77C95C; }
  .pdt .breadcrumbs > span:nth-of-type(3) {
    background-color: #92D47D; }
    .pdt .breadcrumbs > span:nth-of-type(3):after {
      border-color: transparent transparent transparent #92D47D; }
  .pdt .breadcrumbs > span:nth-of-type(4) {
    background-color: #A8DD97; }
    .pdt .breadcrumbs > span:nth-of-type(4):after {
      border-color: transparent transparent transparent #A8DD97; }
  .pdt .breadcrumbs > span:nth-of-type(5) {
    background-color: #B9E4AC; }
    .pdt .breadcrumbs > span:nth-of-type(5):after {
      border-color: transparent transparent transparent #B9E4AC; }
  .pdt .breadcrumbs > span:last-of-type {
    /*background-color: transparent;*/ }
    .pdt .breadcrumbs > span:last-of-type:after {
      display: none; }
.pdt .top-home-bar {
  background-color: #B9E4AC;
  /*padding: 0 0 0 27px;*/ }
.pdt header.main nav.main a:hover {
  color: #55BB33; }

body.pdt section.main {
  padding-bottom: 0; }
  body.pdt section.main .iris-container {
    /*padding-top: 26px;*/
    max-width: 1200px;
    overflow: hidden; }
body.pdt .feat-img {
  width: 100%;
  display: block;
  height: 87px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  margin-bottom: 17px; }
body.pdt .search-row {
  width: 100%;
  padding: 28px 27px 1px; }
  body.pdt .search-row input {
    width: 100%;
    font-size: 20px;
    font-family: "arconregular";
    padding: 2px 6px 0px; }
body.pdt .fa-chevron-right {
  color: #c4c4c4;
  font-size: 30px; }
body.pdt a:hover .fa-chevron-right {
  color: #666666; }
body.pdt .col-image {
  width: 100%;
  height: 201px;
  overflow: hidden; }
  body.pdt .col-image .inner-slide {
    height: 201px;
    width: 100%;
    -webkit-background-size: cover !important;
    background-size: cover !important; }
body.pdt .col-content {
  font-family: "Raleway", sans-serif;
  background-color: #ec008c;
  background: #99D685;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTg2ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDg4NzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #99D685 0%, #55BB33 100%);
  background: -webkit-linear-gradient(top, #99D685 0%, #55BB33 100%);
  background: linear-gradient(to bottom, #99d685 0%, #55bb33 100%);
  color: #fff;
  margin-top: 3px;
  min-height: 180px;
  text-align: center;
  padding: 0px 0px 0px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400; }
  body.pdt .col-content h1, body.pdt .col-content h2, body.pdt .col-content h3, body.pdt .col-content h4, body.pdt .col-content h5, body.pdt .col-content h6 {
    margin: 0;
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 17px; }
  body.pdt .col-content h2 {
    font-size: 33px;
    font-family: "arconregular"; }
  body.pdt .col-content p {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    margin: 0; }
  body.pdt .col-content a {
    color: white; }
body.pdt .row-2 .col-33-left {
  font-family: "arconregular"; }
body.pdt .row-2 .content {
  border: 1px solid rgba(0, 0, 0, 0.15);
  min-height: 196px; }
body.pdt .col-33-left .heading-banner {
  background-color: #ec008c;
  color: #fff;
  margin: 0;
  padding: 15px 16px;
  overflow: hidden;
  font-size: 25px;
  line-height: 9px;
  font-weight: 500; }
  body.pdt .col-33-left .heading-banner span {
    display: block;
    padding-top: 30px; }
  body.pdt .col-33-left .heading-banner:before {
    content: " ";
    display: table; }
  body.pdt .col-33-left .heading-banner:after {
    content: " ";
    display: table;
    clear: both; }
  body.pdt .col-33-left .heading-banner small {
    display: block;
    font-size: 21px;
    line-height: 43px;
    font-weight: 400; }
  body.pdt .col-33-left .heading-banner img {
    float: left;
    margin-right: 14px;
    margin-left: 17px;
    margin-top: 4px; }
body.pdt .col-33-left .content {
  padding: 17px 28px 24px;
  font-size: 17px;
  line-height: 21px;
  font-weight: 400; }
  body.pdt .col-33-left .content p {
    margin: 0 0 24px;
    font-family: "Roboto", sans-serif; }
    body.pdt .col-33-left .content p:last-of-type {
      margin: 0; }
body.pdt .sub-col {
  display: block;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.15);
  text-decoration: none;
  color: #414141;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400; }
  body.pdt .sub-col:hover {
    color: #414141; }
  body.pdt .sub-col strong {
    display: block;
    font-size: 20px;
    line-height: 18px;
    font-weight: 700;
    padding-bottom: 12px; }
  body.pdt .sub-col .image-wrapper {
    padding: 10px 15px 8px; }
    body.pdt .sub-col .image-wrapper img {
      width: 60px; }
  body.pdt .sub-col:before {
    content: " ";
    display: table; }
  body.pdt .sub-col:after {
    content: " ";
    display: table;
    clear: both; }
  body.pdt .sub-col:first-child {
    margin-bottom: 20px; }
    body.pdt .sub-col:first-child .image-wrapper {
      background-color: #FAAD17;
      float: left; }
  body.pdt .sub-col:last-child .image-wrapper {
    background-color: #BE494F;
    float: left; }
  body.pdt .sub-col:nth-child(2) {
    margin-bottom: 20px; }
    body.pdt .sub-col:nth-child(2) .image-wrapper {
      background-color: #099BD7;
      float: left; }
  body.pdt .sub-col .text {
    display: block;
    padding: 8px 36px 0 99px; }
  body.pdt .sub-col .fa-chevron-right {
    display: block;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -15px; }
body.pdt .row-2 .col-33-right {
  min-height: 319px; }
  body.pdt .row-2 .col-33-right h2 {
    background-color: #ADA97E;
    font-family: "Raleway", sans-serif;
    font-size: 25px;
    line-height: 54px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 2px;
    padding-left: 12px; }
  body.pdt .row-2 .col-33-right ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  body.pdt .row-2 .col-33-right a {
    text-decoration: none;
    color: #414141;
    display: block;
    font-size: 18px;
    line-height: 25.5px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #F4F1E2;
    margin-bottom: 2px;
    padding-left: 60px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 15px; }
    body.pdt .row-2 .col-33-right a:hover {
      color: #414141;
      background-color: #dddddd; }
    body.pdt .row-2 .col-33-right a .fa-plus-circle {
      color: #ec008c;
      font-size: 30px;
      margin-top: -15px;
      display: block;
      position: absolute;
      top: 7px;
      left: 17px; }
body.pdt .row-3 .col-66-left .content {
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0 28px;
  position: relative;
  padding-bottom: 3px;
  min-height: 314px; }
  body.pdt .row-3 .col-66-left .content:before {
    content: " ";
    display: table; }
  body.pdt .row-3 .col-66-left .content:after {
    content: " ";
    display: table;
    clear: both; }
body.pdt .row-3 .col-66-left h2 {
  font-family: "Raleway", sans-serif;
  font-size: 35px;
  line-height: 35px;
  font-weight: 500;
  color: #666666;
  margin: 28px 0 17px; }
body.pdt .row-3 .col-66-left .fa-chevron-right {
  display: block;
  position: absolute;
  top: 30px;
  right: 12px; }
body.pdt .row-3 .col-66-left .sub-col {
  float: left;
  width: 50%;
  border: none; }
  body.pdt .row-3 .col-66-left .sub-col:before {
    content: " ";
    display: table; }
  body.pdt .row-3 .col-66-left .sub-col:after {
    content: " ";
    display: table;
    clear: both; }
  body.pdt .row-3 .col-66-left .sub-col .col-66-image-wrapper {
    float: left;
    margin-right: 14px;
    max-width: 160px;
    max-height: 205px;
    overflow: hidden; }
  body.pdt .row-3 .col-66-left .sub-col:last-of-type {
    padding-left: 20px; }
  body.pdt .row-3 .col-66-left .sub-col:hover .fa-plus-circle {
    color: #007399; }
body.pdt .row-3 .col-66-left h3 {
  margin: 10px 0;
  font-size: 20px;
  line-height: 21px;
  font-weight: 500;
  min-height: 42px; }
body.pdt .row-3 .col-66-left p {
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0; }
body.pdt .row-3 .col-66-left .col-66-text {
  margin-bottom: 14px; }
body.pdt .row-3 .col-66-left .meta {
  display: block;
  margin-top: 28px;
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  color: #666666; }
  body.pdt .row-3 .col-66-left .meta .fa-plus-circle {
    font-size: 23px;
    color: #ec008c;
    margin-left: 18px; }
body.pdt .row-3 .col-33-right .content {
  border: 1px solid rgba(0, 0, 0, 0.15);
  min-height: 314px; }
body.pdt .row-3 .col-33-right iframe {
  width: 100%;
  height: 220px; }
body.pdt .row-3 .col-33-right .description {
  padding: 0 16px; }
body.pdt .row-3 .col-33-right h3 {
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  margin: 11px 0 0; }
body.pdt .row-3 .col-33-right p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin: 6px 0 13px; }
body.pdt .row-x {
  padding: 0 12px; }
  body.pdt .row-x.only-text .col-33-left {
    padding-bottom: 21px; }
  body.pdt .row-x.only-text .col-content {
    padding-top: 14px;
    min-height: 101px; }
    body.pdt .row-x.only-text .col-content h4 {
      font-size: 40px;
      color: #688B84;
      font-family: "arconregular";
      margin-bottom: 11px; }
    body.pdt .row-x.only-text .col-content p {
      font-family: "arconregular";
      font-size: 20px;
      color: #688B84;
      line-height: 19px; }
  body.pdt .row-x.image-text {
    clear: both; }
    body.pdt .row-x.image-text h4 {
      color: #333333;
      font-family: "arconregular";
      font-size: 20px;
      margin-top: 0;
      margin-bottom: 5px;
      text-align: left;
      font-weight: 600; }
    body.pdt .row-x.image-text ul {
      padding: 0;
      margin-top: 12px;
      margin-bottom: 0; }
      body.pdt .row-x.image-text ul li {
        display: block;
        list-style: none;
        text-align: left;
        margin-bottom: 18px; }
        body.pdt .row-x.image-text ul li span {
          width: 25px;
          height: 25px;
          -webkit-background-size: contain;
          background-size: contain;
          background-position: center center;
          float: left;
          margin-right: 12px;
          margin-bottom: 20px; }
        body.pdt .row-x.image-text ul li h5 {
          color: #688B84;
          font-size: 14px;
          line-height: 14px;
          font-weight: 600;
          margin-bottom: 1px; }
        body.pdt .row-x.image-text ul li p {
          color: #333333;
          font-size: 14px;
          font-weight: 600; }
body.pdt footer.main {
  /*padding-top: 10px;*/ }
body.pdt .only-text .col-content, body.pdt .image-text .col-content {
  background-color: transparent;
  background: none;
  padding-top: 0;
  padding-left: 9px; }

@media (max-width: 767px) {
  body.pdt .row-x.image-text .col-33-left {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto; }
    body.pdt .row-x.image-text .col-33-left .col-content {
      min-height: 1px; } }
@media (max-width: 767px) {
  body.pdt .row-x.image-text h4 {
    text-align: center; } }
@media (max-width: 767px) {
  body.pdt .row-x.image-text ul li {
    text-align: center; } 
}
@media (max-width: 991px) {
  body.pdt .slider .slide, body.pdt .slider .slide > img {
    min-height: 1px;
    height: 440px; }
  body.pdt .slider h1 {
    padding-bottom: 88px; } }
@media (max-width: 767px) {
  body.pdt .slider .slide, body.pdt .slider .slide > img {
    /*height: 349px;*/ }
  body.pdt .slider h1 {
    padding: 69px 0 72px 0;
    text-align: center;
    font-size: 30px;
    line-height: 42px; }
    body.pdt .slider h1 {
      font-size: 38px;
      line-height: 35px; }
  body.pdt .slider .slick-dots {
    display: none !important; } }
@media (max-width: 480px) {
  body.pdt .slider h1 {
    padding: 1px 0 72px 0;
    font-size: 17px;
    line-height: 12px; }
    body.pdt .slider h1 {
      font-size: 20px;
      line-height: 30px; } }
.str {
  min-width: 320px; }
  .str section.main .iris-container {
    /*max-width: 1200px;*/
    overflow: hidden;
    /*padding-top: 0;*/ }
    .str section.main .iris-container.gen {
      padding-top: 0; }
  .str .feat-img {
    width: 100%;
    display: block;
    height: 87px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    margin-bottom: 21px; }
  .str .fa-chevron-right {
    color: #c4c4c4;
    font-size: 30px; }
  .str a:hover .fa-chevron-right {
    color: #666666; }
  .str .col-image {
    width: 100%;
    height: 201px;
    overflow: hidden; }
    .str .col-image .inner-slide {
      height: 201px;
      width: 100%;
      background-repeat: no-repeat;
      -webkit-background-size: cover !important;
      background-size: cover !important; }
  .str .col-content {
    font-family: "Raleway", sans-serif;
    background-color: #099ad6;
    background: #099ad6;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTg2ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDg4NzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #6bc2e6 0%, #099ad6 100%);
    background: -webkit-linear-gradient(top, #6bc2e6 0%, #099ad6 100%);
    background: linear-gradient(to bottom, #6bc2e6 0%, #099ad6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bc2e6', endColorstr='#099ad6',GradientType=0 );
    color: #fff;
    margin-top: 3px;
    min-height: 195px;
    text-align: center;
    padding: 32px 6px 6px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400; }
    .str .col-content h1, .str .col-content h2, .str .col-content h3, .str .col-content h4, .str .col-content h5, .str .col-content h6 {
      margin: 0;
      font-size: 30px;
      line-height: 30px;
      font-weight: 500;
      margin-bottom: 19px; }
    .str .col-content h2 {
      font-size: 27px;
      font-family: "arconregular"; }
    .str .col-content p {
      font-size: 14px;
      line-height: 17px;
      font-weight: 400;
      margin: 0; }
    .str .col-content a {
      color: white; }
  .str .row-x:before {
    content: " ";
    display: table; }
  .str .row-x:after {
    content: " ";
    display: table;
    clear: both; }
  .str .row-2 {
    padding: 0 12px; }
    .str .row-2 .col-33-left {
      font-family: "arconregular"; }
    .str .row-2 .content {
      border: 1px solid rgba(0, 0, 0, 0.15);
      min-height: 196px; }
  .str .col-33-left .heading-banner {
    background-color: #099ad6;
    color: #fff;
    margin: 0;
    padding: 15px 16px;
    overflow: hidden;
    font-size: 25px;
    line-height: 9px;
    font-weight: 500; }
    .str .col-33-left .heading-banner span {
      display: block;
      padding-top: 30px; }
    .str .col-33-left .heading-banner:before {
      content: " ";
      display: table; }
    .str .col-33-left .heading-banner:after {
      content: " ";
      display: table;
      clear: both; }
    .str .col-33-left .heading-banner small {
      display: block;
      font-size: 21px;
      line-height: 43px;
      font-weight: 400; }
    .str .col-33-left .heading-banner img {
      float: left;
      margin-right: 14px;
      margin-left: 17px;
      margin-top: 4px; }
  .str .col-33-left .content {
    padding: 17px 28px 24px;
    font-size: 17px;
    line-height: 21px;
    font-weight: 400; }
    .str .col-33-left .content p {
      margin: 0 0 24px;
      font-family: "Roboto", sans-serif; }
      .str .col-33-left .content p:last-of-type {
        margin: 0; }
  .str .sub-col {
    display: block;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.15);
    text-decoration: none;
    color: #414141;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400; }
    .str .sub-col:hover {
      color: #414141; }
    .str .sub-col strong {
      display: block;
      font-size: 20px;
      line-height: 18px;
      font-weight: 700;
      padding-bottom: 12px; }
    .str .sub-col .image-wrapper {
      padding: 10px 15px 8px;
      min-height: 82px;
      background-color: #099ad6;
      display: inline-block;
      /*float: left;*/ }
      .str .sub-col .image-wrapper img {
        width: 60px; }
    .str .sub-col:before {
      content: " ";
      display: table; }
    .str .sub-col:after {
      content: " ";
      display: table;
      clear: both; }
    .str .sub-col .text {
      display: block;
      padding: 8px 36px 0 99px; }
    .str .sub-col .fa-chevron-right {
      display: block;
      position: absolute;
      right: 12px;
      top: 50%;
      margin-top: -15px; }
  .str .row-2 .col:before {
    content: " ";
    display: table; }
  .str .row-2 .col:after {
    content: " ";
    display: table;
    clear: both; }
  .str .row-2 .col .sub-col-wrapper {
    padding: 0 15px 28px;
    width: 25%;
    float: left; }
    .str .row-2 .col .sub-col-wrapper .text {
      color: #6d6e71;
      font-size: 20px;
      font-family: "arconregular";
      padding: 6px 36px 0 9px;
      display: inline-block;
      vertical-align: middle; }
  .str .row-2 .col-33-right {
    min-height: 319px; }
    .str .row-2 .col-33-right h2 {
      background-color: #ADA97E;
      font-family: "Raleway", sans-serif;
      font-size: 25px;
      line-height: 54px;
      font-weight: 500;
      color: #fff;
      margin: 0 0 2px;
      padding-left: 12px; }
    .str .row-2 .col-33-right ul {
      list-style: none;
      padding: 0;
      margin: 0; }
    .str .row-2 .col-33-right a {
      text-decoration: none;
      color: #414141;
      display: block;
      font-size: 18px;
      line-height: 25.5px;
      font-weight: 400;
      padding-top: 10px;
      padding-bottom: 10px;
      background-color: #F4F1E2;
      margin-bottom: 2px;
      padding-left: 60px;
      position: relative;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      padding-right: 15px; }
      .str .row-2 .col-33-right a:hover {
        color: #414141;
        background-color: #dddddd; }
      .str .row-2 .col-33-right a .fa-plus-circle {
        color: #099ad6;
        font-size: 30px;
        display: block;
        position: absolute;
        top: 7px;
        left: 17px; }
  .str .row-3 .col-66-left .content {
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 0 28px;
    position: relative;
    padding-bottom: 3px;
    min-height: 314px; }
    .str .row-3 .col-66-left .content:before {
      content: " ";
      display: table; }
    .str .row-3 .col-66-left .content:after {
      content: " ";
      display: table;
      clear: both; }
  .str .row-3 .col-66-left h2 {
    font-family: "Raleway", sans-serif;
    font-size: 35px;
    line-height: 35px;
    font-weight: 500;
    color: #666666;
    margin: 28px 0 17px; }
  .str .row-3 .col-66-left .fa-chevron-right {
    display: block;
    position: absolute;
    top: 30px;
    right: 12px; }
  .str .row-3 .col-66-left .sub-col {
    float: left;
    width: 50%;
    border: none; }
    .str .row-3 .col-66-left .sub-col:before {
      content: " ";
      display: table; }
    .str .row-3 .col-66-left .sub-col:after {
      content: " ";
      display: table;
      clear: both; }
    .str .row-3 .col-66-left .sub-col .col-66-image-wrapper {
      float: left;
      margin-right: 14px;
      max-width: 160px;
      max-height: 205px;
      overflow: hidden; }
    .str .row-3 .col-66-left .sub-col:last-of-type {
      padding-left: 20px; }
    .str .row-3 .col-66-left .sub-col:hover .fa-plus-circle {
      color: #007399; }
  .str .row-3 .col-66-left h3 {
    margin: 10px 0;
    font-size: 20px;
    line-height: 21px;
    font-weight: 500;
    min-height: 42px; }
  .str .row-3 .col-66-left p {
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0; }
  .str .row-3 .col-66-left .col-66-text {
    margin-bottom: 14px; }
  .str .row-3 .col-66-left .meta {
    display: block;
    margin-top: 28px;
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    color: #666666; }
    .str .row-3 .col-66-left .meta .fa-plus-circle {
      font-size: 23px;
      color: #099ad6;
      margin-left: 18px; }
  .str .row-3 .col-33-right .content {
    border: 1px solid rgba(0, 0, 0, 0.15);
    min-height: 314px; }
  .str .row-3 .col-33-right iframe {
    width: 100%;
    height: 220px; }
  .str .row-3 .col-33-right .description {
    padding: 0 16px; }
  .str .row-3 .col-33-right h3 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    margin: 11px 0 0; }
  .str .row-3 .col-33-right p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin: 6px 0 13px; }
  .str header.main .logo img {
    max-width: 243px;
    margin-right: 25px;
    margin-bottom: 7px; }
  .str header.main > .iris-container > a.logo:nth-of-type(2) > img {
    margin-bottom: 3px; }

@media (max-width: 767px) {
  .str .col-image {
    height: 250px; } }
@media (max-width: 767px) {
  .str .col-33-left .heading-banner {
    padding: 15px 0; } }
@media (max-width: 1200px) {
  .str .col-33-left {
    width: 50%; } }
@media (max-width: 767px) {
  .str .col-33-left {
    width: 100%; } }
@media (max-width: 1200px) {
  .str .row-2 .col .sub-col-wrapper {
    width: 50%; } }
@media (max-width: 767px) {
  .str .row-2 .col .sub-col-wrapper {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 15px; } }
.text-img-wrapper {
  padding-left: 80px;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-42%);
  -ms-transform: translateY(-42%);
  -webkit-transform: translateY(-42%);
  transform: translateY(-42%); }

@media (max-width: 767px) {
  .text-img-wrapper {
    padding-left: 30px; } }
/*@media (max-width: 1023px) {
  .text-img-wrapper img {
    max-width: 90px;
  }
}*/
.top-image {
  width: 100%;
  position: relative;
  height: 500px;
  min-height: 350px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 20px; }
  .top-image .top-bar {
    background-color: #099ad6;
    width: 100%;
    height: 40px;
    padding-left: 27px; }
    .top-image .top-bar h4 {
      line-height: 40px;
      text-transform: uppercase;
      color: white;
      font-size: 12px;
      font-weight: 600;
      font-family: "Raleway", sans-serif; }
  .top-image .text {
    color: white;
    font-family: "Raleway", sans-serif; }
    .top-image .text h1, .top-image .text h2, .top-image .text h3, .top-image .text h4 {
      line-height: 100%;
      font-size: 48px;
      font-weight: 300;
      margin-top: 15px; }
    .top-image .text h1 strong, .top-image .text h2 strong, .top-image .text h3 strong, .top-image .text h4 strong {
      font-size: 50px;
      display: block;
      font-weight: 900; }

@media (max-width: 1023px) {
  .top-image .text h1, .top-image .text h2, .top-image .text h3, .top-image .text h4 {
    font-size: 38px; } }
@media (max-width: 1023px) {
  .top-image .text h1 strong, .top-image .text h2 strong, .top-image .text h3 strong, .top-image .text h4 strong {
    font-size: 40px; } }

  .str header.main .logo img {
    height: 40px; }
        .str header.main nav.main a:hover {
          color: #099ad6; }
        .str header.main nav.main .menu-item-has-children > .sub-menu {
          top: 50px;
          border-top: 5px solid #099ad6;}
            .str header.main nav.main .menu-item-has-children > .sub-menu a:hover {
              background-color: #099ad6; }
            .str header.main nav.main .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu {
              top: 0; }
              .str header.main nav.main .menu-item-has-children > .sub-menu > .menu-item-has-children:hover > a {
                background-color: #099ad6; }
          .str header.main nav.main .menu-item-has-children:hover > a, .str header.main nav.main .menu-item-has-children:hover > .icon {
            color: #099ad6; }
.str .breadcrumbs {
  background-color: #6bc2e6; }
  .str .breadcrumbs > span {
    padding-left: 20px; }
    .str .breadcrumbs > span:after {
      border-width: 19px 0 19px 13px;
      border-color: transparent transparent transparent #099ad6; }
    .str .breadcrumbs > span:first-of-type {
      background-color: #099ad6;
      padding-left: 25px; }
      .str .breadcrumbs > span:first-of-type:after {
        border-color: transparent transparent transparent #099ad6; }
    .str .breadcrumbs > span:nth-of-type(2) {
      background-color: #3AAEDE; }
      .str .breadcrumbs > span:nth-of-type(2):after {
        border-color: transparent transparent transparent #3AAEDE; }
    .str .breadcrumbs > span:nth-of-type(3) {
      background-color: #61BEE5; }
      .str .breadcrumbs > span:nth-of-type(3):after {
        border-color: transparent transparent transparent #61BEE5; }
    .str .breadcrumbs > span:nth-of-type(4) {
      background-color: #81CBEA; }
      .str .breadcrumbs > span:nth-of-type(4):after {
        border-color: transparent transparent transparent #81CBEA; }
    .str .breadcrumbs > span:nth-of-type(5) {
      background-color: #9AD5EE; }
      .str .breadcrumbs > span:nth-of-type(5):after {
        border-color: transparent transparent transparent #9AD5EE; }
    .str .breadcrumbs > span:last-of-type {
      /*background-color: transparent;*/ }
      .str .breadcrumbs > span:last-of-type:after {
        display: none; }
    .str .breadcrumbs > span:first-of-type:before {
      background-color: #099AD6; }
.str .wrap-of-wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
.str .top-home-bar {
  background-color: #9AD5EE; }
.str footer.main {
  /*padding-top: 20px;*/ }
.str .top-bar, .str .breadcrumbs {
  background-color: #6bc2e6; }


@media (max-width: 420px) {
  .str header.main .logo img {
    max-width: 245px; } }


@media (max-width: 420px) {
  .str .dl-menuwrapper button {
    right: 6px; } }
#page {
  padding-top: 96px; }

.empty section.main .iris-container.gen p, .search section.main .iris-container.gen p {
  padding-bottom: 0; }

.empty section.main .iris-container.gen h1, .search section.main .iris-container.gen h1 {
  font-size: 2em; }

.empty section.main .iris-container.gen h2, .search section.main .iris-container.gen h2 {
  font-size: 1.5em;
  padding-bottom: 0; }

.empty section.main .iris-container.gen h2 > a, .search section.main .iris-container.gen h2 > a {
  padding-bottom: 0; }

.empty section.main .iris-container.gen h3, .search section.main .iris-container.gen h3 {
  font-size: 1.17em; }

.empty section.main .iris-container.gen h4, .search section.main .iris-container.gen h4 {
  font-size: 1em; }

.empty section.main .iris-container.gen h5, .search section.main .iris-container.gen h5 {
  font-size: 0.83em; }

.empty section.main .iris-container.gen h6, .search section.main .iris-container.gen h6 {
  font-size: 0.67em; }

.empty section.main .iris-container.gen .alignleft, .empty section.main .iris-container.gen .fl {
  float: left !important;
  margin: 0 20px 20px 0 !important; }

.search section.main .iris-container.gen .alignleft, .search section.main .iris-container.gen .fl {
  float: left !important;
  margin: 0 20px 20px 0 !important; }

.empty section.main .iris-container.gen .alignright, .empty section.main .iris-container.gen .fr {
  float: right !important;
  margin: 0 0 20px 20px !important; }

.search section.main .iris-container.gen .alignright, .search section.main .iris-container.gen .fr {
  float: right !important;
  margin: 0 0 20px 20px !important; }

.empty section.main .iris-container.gen .aligncenter, .search section.main .iris-container.gen .aligncenter {
  display: block !important;
  float: none !important;
  text-align: center !important;
  clear: both !important;
  margin: 0 auto !important; }

.iframe-wrapper {
  width: 970px;
  height: 457px;
  overflow: hidden;
  position: relative; }
  .iframe-wrapper > iframe {
    position: absolute;
    width: 1366px;
    height: 3000px;
    top: -113px;
    left: -198px; }

section.main .content .panel-grid p {
  padding-bottom: 0; }

@media (max-width: 1000px) {
  .iframe-wrapper {
    width: 446px;
    height: 908px; } }
@media (max-width: 767px) {
  .iframe-wrapper {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    max-width: 469px; } }
@media (max-width: 1000px) {
  .iframe-wrapper > iframe {
    width: 480px;
    left: -17px;
    top: -132px; } }
@media (max-width: 767px) {
  .iframe-wrapper > iframe {
    width: 101%;
    left: -3px;
    max-width: 480px; } }
.bg-img {
  display: none; }

@media (max-width: 767px) {
  .bg-img {
    display: block;
    width: 100%;
    max-width: 100%; } }
.big-box-custom-page {
  width: 100%;
  height: 670px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative; }
  .big-box-custom-page .box-in {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTg2YyIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwODg3MiIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, rgba(64, 162, 147, 0.9) 0%, rgba(116, 205, 175, 0.9) 100%);
    background: -webkit-linear-gradient(top, rgba(64, 162, 147, 0.9) 0%, rgba(116, 205, 175, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(64, 162, 147, 0.9) 0%, rgba(116, 205, 175, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e600a86c', endColorstr='#e6008872',GradientType=0 );
    position: absolute;
    bottom: 0;
    width: 100%; }

@media (max-width: 767px) {
  .big-box-custom-page {
    height: auto; } }
@media (max-width: 767px) {
  .big-box-custom-page .box-in {
    position: relative;
    height: auto; } }
section.main .iris-container.gen {
  /*padding-top: 0;*/ }

.institucional section.main, .cidadao section.main, .profissional section.main, .sns section.main {
  padding-top: 0;
  padding-bottom: 0; }

.institucional section.main .iris-container, .cidadao section.main .iris-container, .profissional section.main .iris-container, .sns section.main .iris-container {
  padding-top: 0; }

.institucional .big-box-custom-page .box-in .one-wrapper {
  margin: 0 auto;
  width: 300px;
  padding-top: 24px;
  text-align: center;
  color: white; }
.institucional .big-box-custom-page .box-in span {
  width: 70px;
  height: 74px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto 18px; }
.institucional .big-box-custom-page .box-in h4 {
  font-weight: 400;
  font-size: 24px;
  font-family: "Raleway", sans-serif;
  margin-top: 0;
  margin-bottom: 4px;
  padding-bottom: 0; }
.institucional .big-box-custom-page .box-in p {
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  margin-top: 0;
  margin-bottom: 0; }

p + ul {
  margin: 0;
  overflow: hidden; }
  p + ul li {
    /* padding-bottom: 21px;*/ }

.frm_style_formidable-style.with_frm_style fieldset {
  margin-top: -125px; }

.cidadao .big-box-custom-page .box-in ul {
  padding: 0;
  margin: 0;
  overflow: hidden; }
  .cidadao .big-box-custom-page .box-in ul li {
    list-style: none;
    float: left;
    width: 25%;
    position: relative;
    text-align: center;
    color: white;
    padding-top: 24px;
    height: 195px; }
    .cidadao .big-box-custom-page .box-in ul li:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 2px;
      background-color: white;
      height: 100%; }
    .cidadao .big-box-custom-page .box-in ul li:last-child:after {
      display: none; }
.cidadao .big-box-custom-page .box-in span {
  width: 70px;
  height: 74px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto 11px; }
.cidadao .big-box-custom-page .box-in h4 {
  font-weight: 400;
  font-size: 24px;
  font-family: "Raleway", sans-serif;
  margin-top: 0;
  margin-bottom: 4px;
  padding-bottom: 0;
  line-height: 30px; }

@media (max-width: 767px) {
  .cidadao .big-box-custom-page .box-in ul li {
    width: 100%;
    height: auto;
    padding-bottom: 10px; } }
@media (max-width: 767px) {
  .cidadao .big-box-custom-page .box-in ul li:after {
    width: 100%;
    height: 2px;
    top: initial;
    bottom: 0; } }
@media (max-width: 767px) {
  .cidadao .big-box-custom-page .box-in h4 {
    font-size: 17px; } }
.profissional .big-box-custom-page .box-in > ul {
  padding: 0;
  margin: 0;
  overflow: hidden; }
  .profissional .big-box-custom-page .box-in > ul > li {
    list-style: none;
    float: left;
    width: 33%;
    position: relative;
    text-align: center;
    color: white;
    padding-top: 24px;
    height: 195px; }
    .profissional .big-box-custom-page .box-in > ul > li:nth-child(2) {
      padding-top: 34px; }
    .profissional .big-box-custom-page .box-in > ul > li:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 2px;
      background-color: white;
      height: 100%; }
    .profissional .big-box-custom-page .box-in > ul > li:last-child:after {
      display: none; }
    .profissional .big-box-custom-page .box-in > ul > li > ul {
      padding: 0;
      margin: 15px auto 0;
      width: 90%;
      max-width: 380px; }
      .profissional .big-box-custom-page .box-in > ul > li > ul > li {
        list-style: none;
        padding-left: 53px;
        text-align: left;
        position: relative;
        font-size: 15px;
        font-family: "Raleway", sans-serif;
        font-weight: 300;
        margin-bottom: 10px; }
        .profissional .big-box-custom-page .box-in > ul > li > ul > li:before {
          content: "";
          display: block;
          width: 21px;
          height: 26px;
          background-image: url("images/p2.png");
          background-repeat: no-repeat;
          background-position: 0 0;
          position: absolute;
          left: 21px;
          top: -1px; }
.profissional .big-box-custom-page .box-in span {
  width: 70px;
  height: 74px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto 11px; }
.profissional .big-box-custom-page .box-in h4 {
  font-weight: 400;
  font-size: 24px;
  font-family: "Raleway", sans-serif;
  margin-top: 0;
  margin-bottom: 4px;
  padding-bottom: 0;
  line-height: 30px; }

@media (max-width: 767px) {
  .profissional .big-box-custom-page .box-in > ul > li {
    width: 100%;
    height: auto;
    padding-bottom: 10px; } }
@media (max-width: 767px) {
  .profissional .big-box-custom-page .box-in > ul > li:after {
    width: 100%;
    height: 2px;
    top: initial;
    bottom: 0; } }
@media (max-width: 767px) {
  .profissional .big-box-custom-page .box-in h4 {
    font-size: 17px; } }
.sns .big-box-custom-page .box-in > ul {
  padding: 0;
  margin: 0;
  overflow: hidden; }
  .sns .big-box-custom-page .box-in > ul > li {
    list-style: none;
    float: left;
    width: 50%;
    position: relative;
    text-align: center;
    color: white;
    padding-top: 34px;
    height: 195px; }
    .sns .big-box-custom-page .box-in > ul > li:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 2px;
      background-color: white;
      height: 100%; }
    .sns .big-box-custom-page .box-in > ul > li:last-child:after {
      display: none; }
    .sns .big-box-custom-page .box-in > ul > li > h4 {
      width: 97%;
      text-align: left;
      margin-left: auto;
      margin-right: auto;
      padding-left: 20px; }
    .sns .big-box-custom-page .box-in > ul > li > ul {
      padding: 0;
      margin: 15px auto 0;
      width: 97%; }
      .sns .big-box-custom-page .box-in > ul > li > ul > li {
        list-style: none;
        width: 50%;
        float: left;
        padding-left: 53px;
        text-align: left;
        position: relative;
        font-size: 18px;
        font-family: "Raleway", sans-serif;
        font-weight: 300;
        margin-bottom: 10px; }
        .sns .big-box-custom-page .box-in > ul > li > ul > li:before {
          content: "";
          display: block;
          width: 21px;
          height: 26px;
          background-image: url("images/p2.png");
          background-repeat: no-repeat;
          background-position: 0 0;
          position: absolute;
          left: 21px;
          top: -1px; }
.sns .big-box-custom-page .box-in span {
  width: 70px;
  height: 74px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto 11px; }
.sns .big-box-custom-page .box-in h4 {
  font-weight: 400;
  font-size: 24px;
  font-family: "Raleway", sans-serif;
  margin-top: 0;
  margin-bottom: 4px;
  padding-bottom: 0;
  line-height: 30px; }

@media (max-width: 767px) {
  .sns .big-box-custom-page .box-in > ul > li {
    width: 100%;
    height: auto;
    padding-bottom: 10px; } }
@media (max-width: 767px) {
  .sns .big-box-custom-page .box-in > ul > li:after {
    width: 100%;
    height: 2px;
    top: initial;
    bottom: 0; } }
.grn .top-home-bar, .institucional2 .top-home-bar {
  background-color: #B1D9D3;
  overflow: hidden;
  position: relative;
  z-index: 1; }

.grn .breadcrumbs, .institucional2 .breadcrumbs, .single-apps .breadcrumbs {
  max-width: 100%; }

.grn .breadcrumbs > span:first-of-type:before {
  background-color: #ec008c; }

.institucional2 .breadcrumbs > span:first-of-type:before {
  background-color: #ec008c; }
.institucional2 section.main .iris-container {
  max-width: 1200px; }

.grn .big-box-custom-page .box-in > ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .grn .big-box-custom-page .box-in > ul > li {
    list-style: none;
    float: left;
    position: relative;
    text-align: center;
    color: white;
    /*&:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 2px;
      background-color: white;
      height: 100%;
    }*/ }
    .grn .big-box-custom-page .box-in > ul > li.cols1x1 {
      width: 100%; }
    .grn .big-box-custom-page .box-in > ul > li.cols1x2 {
      width: 50%; }
    .grn .big-box-custom-page .box-in > ul > li.cols1x3 {
      width: 33%; }
    .grn .big-box-custom-page .box-in > ul > li.cols1x4 {
      width: 25%; }
    .grn .big-box-custom-page .box-in > ul > li.cols2x3 {
      width: 66%; }
    .grn .big-box-custom-page .box-in > ul > li.cols3x4 {
      width: 75%; }
    .grn .big-box-custom-page .box-in > ul > li.ico-one-column {
      padding-top: 34px; }
    .grn .big-box-custom-page .box-in > ul > li.ico-two-columns {
      padding-top: 34px; }
      .grn .big-box-custom-page .box-in > ul > li.ico-two-columns.sthng {
        text-align: center;
        padding: 66px 0 0 67px; }
        .grn .big-box-custom-page .box-in > ul > li.ico-two-columns.sthng a img {
          margin: auto;
          width: 274px; }
    .grn .big-box-custom-page .box-in > ul > li:last-child:after {
      display: none; }
    .grn .big-box-custom-page .box-in > ul > li > a {
      padding-top: 12px;
      padding-bottom: 12px;
      display: inline-block; }
    .grn .big-box-custom-page .box-in > ul > li > ul {
      padding: 0;
      margin: 15px auto 0;
      width: 97%; }
      .grn .big-box-custom-page .box-in > ul > li > ul > li {
        list-style: none;
        padding-left: 53px;
        text-align: left;
        position: relative;
        font-size: 18px;
        font-family: "Raleway", sans-serif;
        font-weight: 300;
        margin-bottom: 10px; }
        .grn .big-box-custom-page .box-in > ul > li > ul > li:before {
          content: "";
          display: block;
          width: 21px;
          height: 26px;
          background-image: url("images/p2.png");
          background-repeat: no-repeat;
          background-position: 0 0;
          position: absolute;
          left: 21px;
          top: -1px; }
        .grn .big-box-custom-page .box-in > ul > li > ul > li a {
          color: white;
          padding-bottom: 0;
          /* text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden; */ }
    .grn .big-box-custom-page .box-in > ul > li.ico-two-columns h4 {
      text-align: left;
      width: 97%;
      margin-left: auto;
      margin-right: auto;
      padding-left: 2px; }
    .grn .big-box-custom-page .box-in > ul > li.ico-two-columns > ul {
      max-width: initial;
      padding: 0;
      margin: 15px auto 0;
      width: 97%;
      max-width: none; }
      .grn .big-box-custom-page .box-in > ul > li.ico-two-columns > ul > li {
        list-style: none;
        width: 50%;
        float: left;
        text-align: left;
        position: relative;
        font-size: 18px;
        font-family: "Raleway", sans-serif;
        font-weight: 300;
        margin-bottom: 10px; }
        .grn .big-box-custom-page .box-in > ul > li.ico-two-columns > ul > li:before {
          content: "";
          display: block;
          width: 21px;
          height: 26px;
          background-image: url("images/p2.png");
          background-repeat: no-repeat;
          background-position: 0 0;
          position: absolute;
          left: 21px;
          top: -1px; }
    .grn .big-box-custom-page .box-in > ul > li.ico-one-column h4 {
      text-align: left;
      width: 97%;
      margin-left: auto;
      margin-right: auto;
      padding-left: 21px; }
.grn .big-box-custom-page .box-in span {
  width: 70px;
  height: 74px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto 11px; }
.grn .big-box-custom-page .box-in h4 {
  font-weight: 400;
  font-size: 24px;
  font-family: "Raleway", sans-serif;
  margin-top: 0;
  margin-bottom: 4px;
  padding-bottom: 0;
  line-height: 30px;
  color: white; }

@media (max-width: 767px) {
  .grn .big-box-custom-page .box-in > ul > li.cols1x1 {
    width: 100%;
    height: auto;
    padding-bottom: 10px; } }
@media (max-width: 767px) {
  .grn .big-box-custom-page .box-in > ul > li.cols1x2 {
    width: 100%;
    height: auto;
    padding-bottom: 10px; } }
@media (max-width: 767px) {
  .grn .big-box-custom-page .box-in > ul > li.cols1x3 {
    width: 100%;
    height: auto;
    padding-bottom: 10px; } }
@media (max-width: 767px) {
  .grn .big-box-custom-page .box-in > ul > li.cols1x4 {
    width: 100%;
    height: auto;
    padding-bottom: 10px; } }
@media (max-width: 767px) {
  .grn .big-box-custom-page .box-in > ul > li.cols2x3 {
    width: 100%;
    height: auto;
    padding-bottom: 10px; } }
@media (max-width: 767px) {
  .grn .big-box-custom-page .box-in > ul > li.cols3x4 {
    width: 100%;
    height: auto;
    padding-bottom: 10px; } }
@media (max-width: 767px) {
  .grn .big-box-custom-page .box-in > ul > li {
    width: 100%;
    height: auto;
    padding-bottom: 10px; } }
@media (max-width: 767px) {
  .grn .big-box-custom-page .box-in > ul > li:after {
    width: 100%;
    height: 2px;
    top: initial;
    bottom: 0; } }
@media (max-width: 767px) {
  .grn .big-box-custom-page .box-in h4 {
    font-size: 17px; } }
#cnt04, #cnt03, #cnt02, .page-template.pdt #cnt01 {
  font-size: 37px;
  white-space: nowrap;
  font-family: monospace; }

.innerslider-box {
  width: 100%;
  position: absolute;
  height: 71px;
  bottom: 9px; }

.innerslider-elem {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  height: 71px;
  position: relative; }

.absolute-slider {
  width: 93.4%;
  left: 3.3%;
  height: 71px;
  position: absolute;
  overflow: hidden; }

.absolute-slider.slick-slider {
  overflow: visible; }

.grn .big-box-custom-page .box-in > ul > li > ul > li a {
  transition: color linear 0.3s; }
  .grn .big-box-custom-page .box-in > ul > li > ul > li a:hover {
    color: #307A6E; }

.slider .slide-content .content-slide {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 88px 88px; }
.slider .content-slide br {
  display: block;
  margin: 0; }
.slider .content-slide .extrabold {
  font-weight: bolder; }
.slider .content-slide .bold {
  font-weight: bold; }
.slider .content-slide .light {
  font-weight: lighter; }
.slider .content-slide .f50 {
  font-size: 50px;
  line-height: initial; }
.slider .content-slide .f42 {
  font-size: 42px;
  line-height: 47px; }
.slider .content-slide .f30 {
  font-size: 30px;
  line-height: 35px; }
.slider .content-slide .f23 {
  font-size: 23px;
  line-height: 28px; }
.slider .content-slide .f20 {
  font-size: 20px;
  line-height: 25px; }

@media (max-width: 767px) {
  .slider .slide-content .content-slide {
    text-align: center;
    padding: 0 0 88px 0;
    display: block;
    width: 100%; } }
@media (max-width: 480px) {
  .slider .content-slide .f50 {
    font-size: 40px; }
  .slider .content-slide .f42 {
    font-size: 37px; }
  .slider .content-slide .f30 {
    font-size: 25px; } }
/*.ods-widgets-section .col-33-left {
  padding: 0 15px 28px;
  width: 25%;
  margin-right: -5px;
  font-family: "Raleway", sans-serif;
  li {
    font-size: 14px;
  }
  a {
    font-size: 16px;
  }
}*/
/*@media (max-width: 840px) {
  .ods-widgets-section .col-33-left {
    width: 24%;
  }
}*/
/*@media (max-width: 767px) {
  .ods-widgets-section .col-33-left {
    width: 100%;
  }
}*/
.top-image {
  height: 469px !important;
  margin-left: 0; }

/*.page.page-id-431 #page {
  padding-top: 63px;
}*/
/* .breadcrumbs {
 box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
} */
.feat .col-content {
  padding-top: 55px !important;
  height: 259px !important; }
  .feat .col-content h2 {
    height: 50px !important; }
  .feat .col-content a {
    text-decoration: none !important; }

.iris-container.box {
  padding-bottom: 20px; }

.ico-text h4:hover {
  color: #307A6E !important;
  transition: color linear 0.3s; }

.cols2x3 {
  height: 240px; }

body.pdt .search-row input {
  padding: 8px 6px 6px; }

.pdt header.main nav.main li {
  margin-right: 25px; }

.str header.main nav.main li {
  margin-right: 18px; }
.str header.main nav.main ul {
  padding-right: 5px; }

#menu-item-713 {
  display: none; }

.social {
  color: #ec008c !important;
  margin-right: 10px;
  font-size: 20px; }

.single-apps .app-top-bar {
  overflow: hidden; }
  .single-apps .app-top-bar > img {
    float: left;
    margin-right: 41px; }
  .single-apps .app-top-bar .info-bar {
    padding-top: 19px;
    margin-bottom: 26px; }
    .single-apps .app-top-bar .info-bar h1 {
      font-family: "Raleway", sans-serif;
      color: #ec008c;
      font-size: 30px;
      font-weight: 400;
      margin-top: 0;
      margin-bottom: 7px;
      padding-bottom: 0; }
    .single-apps .app-top-bar .info-bar h3 {
      font-family: "Roboto", sans-serif;
      font-weight: 300;
      font-size: 18px;
      margin-top: 0;
      margin-bottom: 22px;
      color: #666666;
      padding-bottom: 0; }
    .single-apps .app-top-bar .info-bar .logos-app {
      overflow: hidden; }
    .single-apps .app-top-bar .info-bar a {
      float: left;
      margin-right: 10px;
      padding-bottom: 0; }
.single-apps article.content {
  padding: 14px 28px 0; }
  .single-apps article.content .img-col {
    float: left;
    width: 42%;
    margin-right: 4%;
    padding-top: 7px; }
    .single-apps article.content .img-col img {
      max-width: 100%;
      height: auto; }
  .single-apps article.content .content-col {
    float: left;
    width: 49%; }
    .single-apps article.content .content-col p {
      color: #666666;
      font-size: 16px;
      line-height: 28px;
      font-family: "Roboto", sans-serif;
      font-weight: 300;
      letter-spacing: -0.3px; }
    .single-apps article.content .content-col.only {
      float: none;
      width: 100%; }

@media (max-width: 767px) {
  .single-apps article.content .img-col {
    width: 100%;
    float: none; }
    .single-apps article.content .img-col img {
      margin-left: auto;
      margin-right: auto;
      display: block;
      margin-bottom: 15px;
      width: 450px;
      max-width: 90%; } }
@media (max-width: 767px) {
  .single-apps article.content .content-col {
    width: 100%;
    float: none; } }
@media (max-width: 767px) {
  header.main .dl-menuwrapper .dl-menu {
    top: 58px; }

  .spsm {
    float: none;
    clear: both;
    text-align: center; }
    .spsm > div > a img {
      float: none;
      display: block;
      margin-left: auto;
      margin-right: auto; }
    .spsm > div > span {
      right: initial; }

  .single-apps .app-top-bar > img {
    margin-bottom: 10px; } }
.apps-blog article.content .apps-list-blog {
  padding: 0 0 0 4px;
  margin-top: 54px; }
  .apps-blog article.content .apps-list-blog li {
    list-style: none;
    margin-right: 5.3%;
    width: 29.8%;
    float: left;
    margin-bottom: 27px; }
    .apps-blog article.content .apps-list-blog li:nth-child(3n) {
      margin-right: 0; }
    .apps-blog article.content .apps-list-blog li .top-line {
      margin-bottom: 12px;
      min-height: 78px; }
      .apps-blog article.content .apps-list-blog li .top-line > a {
        padding: 0; }
        .apps-blog article.content .apps-list-blog li .top-line > a > img {
          margin-right: 21px;
          margin-bottom: 10px;
          float: left; }
        .apps-blog article.content .apps-list-blog li .top-line > a h3 {
          font-family: "Raleway", sans-serif;
          color: #ec008c;
          font-size: 24px;
          font-weight: 400;
          margin-top: 0;
          padding-top: 20px;
          margin-bottom: 0;
          padding-bottom: 0;
          line-height: 29px; }
    .apps-blog article.content .apps-list-blog li .desc {
      clear: both;
      margin-top: 12px; }
      .apps-blog article.content .apps-list-blog li .desc p {
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        font-size: 16px;
        line-height: 26px;
        margin-top: 0;
        margin-bottom: 0;
        color: #666666;
        padding-bottom: 0; }
      .apps-blog article.content .apps-list-blog li .desc .more {
        color: #ec008c;
        font-size: 16px;
        font-weight: 300;
        padding: 0;
        margin-bottom: 30px; }

@media (max-width: 991px) {
  .apps-blog article.content .apps-list-blog li {
    width: 45%;
    margin-right: 10%; }
    .apps-blog article.content .apps-list-blog li:nth-child(3n) {
      margin-right: 10%; }
    .apps-blog article.content .apps-list-blog li:nth-child(2n) {
      margin-right: 0 !important; } }
@media (max-width: 767px) {
  .apps-blog article.content .apps-list-blog li {
    width: 100%;
    margin-right: 0 !important; }
    .apps-blog article.content .apps-list-blog li:nth-child(3n) {
      margin-right: 0; }
    .apps-blog article.content .apps-list-blog li:nth-child(2n) {
      margin-right: 0 !important; } }
.single-post article.content,
.single-noticias article.content {
  padding: 20px 0px 20px 25px; }
  .single-post article.content h1,
  .single-noticias article.content h1 {
    color: #ec008c;
    font-size: 28px !important;
    font-weight: lighter;
    font-family: "Raleway", sans-serif;
    line-height: 1.2;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 21px; }
  .single-post article.content .post-info-bar,
  .single-noticias article.content .post-info-bar {
    margin-bottom: 21px; }
    .single-post article.content .post-info-bar .post-info,
    .single-noticias article.content .post-info-bar .post-info {
      overflow: hidden; }
      .single-post article.content .post-info-bar .post-info span,
      .single-noticias article.content .post-info-bar .post-info span {
        float: left;
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        font-size: 16px;
        line-height: 15px;
        margin-top: 6px;
        margin-bottom: 0;
        color: #ec008c;
        padding-bottom: 0;
        padding-left: 5px;
        padding-right: 5px; }
        .single-post article.content .post-info-bar .post-info span:first-of-type,
        .single-noticias article.content .post-info-bar .post-info span:first-of-type {
          padding-left: 0; }
  .single-post article.content .l-col,
  .single-noticias article.content .l-col {
    float: left;
    width: 52%;
    clear: left; }
    .single-post article.content .l-col p,
    .single-noticias article.content .l-col p {
      margin-top: 0;
      margin-bottom: 21px;
      padding-bottom: 0; }
      .single-post article.content .l-col p a,
      .single-noticias article.content .l-col p a {
        padding: 0; }
  .single-post article.content .r-col,
  .single-noticias article.content .r-col {
    padding-top: 2px;
    float: right;
    width: 41%;
    overflow: hidden; }
    .single-post article.content .r-col img,
    .single-noticias article.content .r-col img {
      float: right;
      clear: right;
      margin-bottom: 30px;
      display: block;
      max-width: 100%; }
  .single-post article.content .voltar,
  .single-noticias article.content .voltar {
    display: block;
    width: 89px;
    margin-top: 20px;
    font-size: 14px;
    color: white;
    background-color: #ec008c;
    padding: 7px 10px 7px 32px;
    border-radius: 3px;
    background-image: url("images/voltarr.png");
    background-repeat: no-repeat;
    background-position: 11px 11px; }

.single-noticias-literacia article.content h1 {
  color: #FF6E11; }
.single-noticias-literacia article.content .post-info-bar .post-info span {
  color: #FF6E11; }
.single-noticias-literacia article.content .voltar {
  background-color: #FF6E11; }

.blog article.content .iris-page-header h1, .search article.content .iris-page-header h1 {
  font-family: "Raleway", sans-serif;
  color: #ec008c;
  font-size: 28px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 21px;
  padding-bottom: 0; }

.blog article.content .iris-page-header, .search article.content .iris-page-header {
  height: 150px;
  overflow: hidden; }

.blog article.content .iris-page-header form, .search article.content .iris-page-header form {
  float: left;
  width: 82%; }

.blog article.content .iris-page-header form input, .search article.content .iris-page-header form input {
  border: 2px solid #9ED1CA;
  height: 37px;
  border-radius: 3px;
  float: left;
  padding-left: 7px;
  padding-right: 7px;
  margin-right: 10px; }

.blog article.content .iris-page-header form .textinput, .search article.content .iris-page-header form .textinput {
  width: 45%; }

.blog article.content .iris-page-header form label, .search article.content .iris-page-header form label {
  float: left;
  font-weight: 300;
  font-size: 16px;
  line-height: 15px;
  margin-top: 12px;
  margin-bottom: 0;
  color: #666666;
  padding-bottom: 0;
  padding-right: 10px;
  width: 36px; }

.blog article.content .iris-page-header form .datepicker, .search article.content .iris-page-header form .datepicker {
  width: 15.7%;
  background-image: url("images/data.png");
  background-repeat: no-repeat;
  background-position: 90% 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 34px; }

.blog article.content .iris-page-header form input[type="submit"], .search article.content .iris-page-header form input[type="submit"] {
  color: white;
  background-color: #ec008c;
  border-color: #ec008c;
  text-align: center;
  width: 9.8%;
  padding-left: 0;
  padding-right: 0;
  margin-right: 0; }

.blog article.content .iris-page-header .navigation, .search article.content .iris-page-header .navigation {
  float: right;
  width: 18%; }

.blog article.content .iris-page-header .navigation ol, .search article.content .iris-page-header .navigation ol {
  padding: 0;
  float: right; }

.blog article.content .iris-page-header .navigation ol li:last-child a, .search article.content .iris-page-header .navigation ol li:last-child a {
  margin-right: 0; }

.blog article.content .iris-page-header .navigation ol li:first-child a, .blog article.content .iris-page-header .navigation ol li:first-child span {
  margin-left: 0; }

.search article.content .iris-page-header .navigation ol li:first-child a, .search article.content .iris-page-header .navigation ol li:first-child span {
  margin-left: 0; }

.blog article.content .iris-page-header .navigation ol li a, .blog article.content .iris-page-header .navigation ol li span {
  float: left;
  padding: 0;
  background-color: transparent;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 19px;
  color: #ec008c;
  border: 0;
  text-align: center;
  width: 12px;
  height: 35px;
  padding-top: 8px;
  margin: 0 11px; }

.search article.content .iris-page-header .navigation ol li a, .search article.content .iris-page-header .navigation ol li span {
  float: left;
  padding: 0;
  background-color: transparent;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 19px;
  color: #ec008c;
  border: 0;
  text-align: center;
  width: 12px;
  height: 35px;
  padding-top: 8px;
  margin: 0 11px; }

.blog article.content .iris-page-header .navigation ol li span.page.current, .search article.content .iris-page-header .navigation ol li span.page.current {
  background-color: #D9ECEA;
  border-radius: 100%;
  width: 35px;
  height: 35px; }

.blog article.content .iris-page-header .navigation ol li .next, .blog article.content .iris-page-header .navigation ol li .prev {
  background-image: url("images/paginarr.png");
  background-repeat: no-repeat;
  background-position: 0 12px;
  background-color: transparent;
  border: 0;
  text-indent: 999px;
  overflow: hidden;
  width: 10px; }

.search article.content .iris-page-header .navigation ol li .next, .search article.content .iris-page-header .navigation ol li .prev {
  background-image: url("images/paginarr.png");
  background-repeat: no-repeat;
  background-position: 0 12px;
  background-color: transparent;
  border: 0;
  text-indent: 999px;
  overflow: hidden;
  width: 10px; }

.blog article.content .iris-page-header .navigation ol li .next, .search article.content .iris-page-header .navigation ol li .next {
  background-position: -30px 12px; }

.blog article.content .thumb-a, .search article.content .thumb-a {
  width: 30%;
  max-width: 311px;
  height: 170px;
  display: block;
  float: left;
  padding-right: 41px;
  padding-top: 1px;
  padding-bottom: 0; }

.blog article.content .thumb-a img, .search article.content .thumb-a img {
  float: left;
  max-width: 100%;
  height: auto; }

.blog article.content .post-short-wrapper .text-wrap, .search article.content .post-short-wrapper .text-wrap {
  float: left;
  width: 70%; }

.blog article.content .post-short-wrapper .text-wrap .post-title, .search article.content .post-short-wrapper .text-wrap .post-title {
  padding: 0;
  margin-bottom: 9px;
  margin-top: -3px; }

.blog article.content .post-short-wrapper .text-wrap .post-title a, .search article.content .post-short-wrapper .text-wrap .post-title a {
  font-family: "Raleway", sans-serif;
  color: #ec008c;
  font-size: 24px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0; }

.blog article.content .post-short-wrapper .text-wrap .post-info, .search article.content .post-short-wrapper .text-wrap .post-info {
  overflow: hidden;
  margin-bottom: 23px; }

.blog article.content .post-short-wrapper .text-wrap .post-info span, .search article.content .post-short-wrapper .text-wrap .post-info span {
  float: left;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 15px;
  margin-top: 6px;
  margin-bottom: 0;
  color: #ec008c;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 5px; }

.blog article.content .post-short-wrapper .text-wrap .post-info span:first-of-type, .search article.content .post-short-wrapper .text-wrap .post-info span:first-of-type {
  padding-left: 0; }

.blog article.content .post-short-wrapper .text-wrap > p, .search article.content .post-short-wrapper .text-wrap > p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 6px;
  color: #666666;
  padding-bottom: 0; }

.blog article.content .post-short-wrapper .text-wrap .more, .search article.content .post-short-wrapper .text-wrap .more {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 0;
  color: #ec008c;
  padding-bottom: 0; }

.blog article.content .s-p, .search article.content .s-p {
  clear: both;
  overflow: hidden;
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
  padding-bottom: 14px; }

.blog article.content .after-nav .navigation, .search article.content .after-nav .navigation {
  float: right; }

.blog article.content .after-nav .navigation ol, .search article.content .after-nav .navigation ol {
  padding: 0; }

.blog article.content .after-nav .navigation ol li:last-child a, .search article.content .after-nav .navigation ol li:last-child a {
  margin-right: 0; }

.blog article.content .after-nav .navigation ol li:first-child a, .blog article.content .after-nav .navigation ol li:first-child span {
  margin-left: 0; }

.search article.content .after-nav .navigation ol li:first-child a, .search article.content .after-nav .navigation ol li:first-child span {
  margin-left: 0; }

.blog article.content .after-nav .navigation ol li a, .blog article.content .after-nav .navigation ol li span {
  float: left;
  padding: 0;
  background-color: transparent;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 19px;
  color: #ec008c;
  border: 0;
  text-align: center;
  width: 12px;
  height: 35px;
  padding-top: 8px;
  margin: 0 11px; }

.search article.content .after-nav .navigation ol li a, .search article.content .after-nav .navigation ol li span {
  float: left;
  padding: 0;
  background-color: transparent;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 19px;
  color: #ec008c;
  border: 0;
  text-align: center;
  width: 12px;
  height: 35px;
  padding-top: 8px;
  margin: 0 11px; }

.blog article.content .after-nav .navigation ol li span.page.current, .search article.content .after-nav .navigation ol li span.page.current {
  background-color: #D9ECEA;
  border-radius: 100%;
  width: 35px;
  height: 35px; }

.blog article.content .after-nav .navigation ol li .next, .blog article.content .after-nav .navigation ol li .prev {
  background-image: url("images/paginarr.png");
  background-repeat: no-repeat;
  background-position: 0 12px;
  background-color: transparent;
  border: 0;
  text-indent: 999px;
  overflow: hidden;
  width: 10px; }

.search article.content .after-nav .navigation ol li .next, .search article.content .after-nav .navigation ol li .prev {
  background-image: url("images/paginarr.png");
  background-repeat: no-repeat;
  background-position: 0 12px;
  background-color: transparent;
  border: 0;
  text-indent: 999px;
  overflow: hidden;
  width: 10px; }

.blog article.content .after-nav .navigation ol li .next {
  background-position: -30px 12px; }

.search article.content .after-nav .navigation ol li .next {
  background-position: -30px 12px; }

.ui-datepicker-calendar {
  width: 100%; }
  .ui-datepicker-calendar td a {
    display: inline-block;
    width: 100%;
    text-align: center; }

.ui-datepicker {
  width: 200px; }
  .ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center; }
  .ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0; }

.ui-datepicker-prev {
  left: 2px; }

.ui-datepicker-next {
  right: 2px; }

.ui-datepicker-prev, .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker-prev span, .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
  text-indent: 999px;
  overflow: hidden; }

@media (max-width: 1210px) {
  .blog article.content .iris-page-header {
    height: auto;
    padding-bottom: 10px; }
    .blog article.content .iris-page-header form {
      width: 478px; }
      .blog article.content .iris-page-header form .textinput {
        width: 100%;
        margin-bottom: 10px; }
      .blog article.content .iris-page-header form .datepicker {
        width: 147px; }
      .blog article.content .iris-page-header form input[type="submit"] {
        width: 92px; }
    .blog article.content .iris-page-header .navigation {
      width: 300px;
      overflow: hidden; }
      .blog article.content .iris-page-header .navigation .wp-paginate {
        float: right; } }
@media (max-width: 991px) {
  .blog article.content .iris-page-header form {
    float: none;
    margin-left: 0; }
  .blog article.content .iris-page-header .navigation {
    float: none;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    padding-top: 15px; }
    .blog article.content .iris-page-header .navigation .wp-paginate {
      float: none;
      margin-left: auto;
      margin-right: auto;
      text-align: center; }
      .blog article.content .iris-page-header .navigation .wp-paginate li {
        display: inline-block; } }
@media (max-width: 767px) {
  .blog article.content .thumb-a {
    width: 270px;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .blog article.content .post-short-wrapper .text-wrap {
    width: 100%;
    float: none;
    margin-top: 10px;
    clear: both; } }
@media (max-width: 767px) {
  .share {
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    overflow: hidden; } }
#flayup {
  top: -110px !important; }

.grn .big-box-custom-page .box-in > ul > li.sthng > a figure {
  margin: 0;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: auto; }
.grn .big-box-custom-page .box-in > ul > li.sthng > a img {
  opacity: 1;
  transition: opacity 0.5s; }
  .grn .big-box-custom-page .box-in > ul > li.sthng > a img:hover {
    opacity: 0; }
.grn .big-box-custom-page .box-in figure {
  width: 74px;
  height: 71px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto 11px;
  position: relative; }
  .grn .big-box-custom-page .box-in figure span {
    position: absolute;
    top: 0;
    left: 100;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 1;
    transition: opacity 0.5s; }
  .grn .big-box-custom-page .box-in figure:hover .to-zero {
    opacity: 0; }

.page.sublist-sub article.content .inner-list a, .page.sublist-sub article.content .inner-list span {
  float: left;
  margin-left: 0;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 4px;
  padding: 9px 15px 11px;
  text-align: center; }
.page.sublist-sub article.content .inner-list a {
  text-decoration: none;
  background-color: #ECEEF2;
  border: 1px solid #ECEEF2;
  color: #ec008c; }
  .page.sublist-sub article.content .inner-list a:hover {
    background-color: #BADDD8; }
.page.sublist-sub article.content .inner-list span {
  background-color: transparent;
  border: 1px solid #8CC7BE;
  color: #8CC7BE; }
.page.sublist-sub article.content .inner-list .inner-list {
  overflow: hidden;
  margin-bottom: 25px; }
.page.sublist-sub article.content .back:hover, .page.sublist article.content .back:hover {
  background-color: #ec008c; }

.iris-transparencia:hover {
  text-decoration: none; }

.str.pne header.main nav.main a:hover {
  color: #FF6F11; }
.str.pne .breadcrumbs > span:first-of-type {
  background-color: #ff6f11; }
  .str.pne .breadcrumbs > span:first-of-type:before {
    background-color: #ff6f11; }
  .str.pne .breadcrumbs > span:first-of-type:after {
    border-color: transparent transparent transparent #ff6f11; }
.str.pne .breadcrumbs > span:nth-of-type(2) {
  background-color: #ff8c41; }
  .str.pne .breadcrumbs > span:nth-of-type(2):after {
    border-color: transparent transparent transparent #ff8c41; }
.str.pne .breadcrumbs > span:nth-of-type(3) {
  background-color: #ffa367; }
  .str.pne .breadcrumbs > span:nth-of-type(3):after {
    border-color: transparent transparent transparent #ffa367; }
.str.pne .breadcrumbs > span:nth-of-type(4) {
  background-color: #ffb585; }
  .str.pne .breadcrumbs > span:nth-of-type(4):after {
    border-color: transparent transparent transparent #ffb585; }
.str.pne .breadcrumbs > span:nth-of-type(5) {
  background-color: #F0C7A6; }
  .str.pne .breadcrumbs > span:nth-of-type(5):after {
    border-color: transparent transparent transparent #F0C7A6; }
.str.pne .breadcrumbs > span:last-of-type:after {
  display: none; }
.str.pne .top-home-bar {
  background-color: #ffb585; }
.str.pne .feat .col-content {
  padding-top: 34px !important;
  height: 195px !important;
  background-color: #ff6f11;
  background: #ff6f11;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodÃ”Ã‡Å½EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ffa970 0%, #ff6f11 100%);
  background: -webkit-linear-gradient(top, #ffa970 0%, #ff6f11 100%);
  background: linear-gradient(to bottom, #ffa970 0%, #ff6f11 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa970', endColorstr='#ff6f11',GradientType=0 ); }
.str.pne .col-content h2 {
  font-size: 25px;
  height: 36px !important;
  margin-bottom: 0; }
.str.pne .feat-img {
  margin-bottom: 24px; }
.str.pne .slider h1 {
  padding: 0 0 0 59px;
  font-size: 33px;
  line-height: 37px; }
.str.pne .slider p {
  padding: 5px 0 0 61px; }
.str.pne header.main .dl-menuwrapper .dl-menu {
  border-top: 5px solid #ff6f11; }
.str.pne .pne-bar {
  position: relative;
  height: 304px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover; }
  .str.pne .pne-bar .in-wrap {
    display: table;
    height: 100%;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 51px; }
    .str.pne .pne-bar .in-wrap .wrap {
      display: table-cell;
      vertical-align: middle; }
      .str.pne .pne-bar .in-wrap .wrap .cont-wrap {
        position: relative;
        padding-top: 174px;
        float: left; }
  .str.pne .pne-bar h1 {
    margin: 0;
    font-size: 32px;
    line-height: 37px;
    font-weight: 400;
    color: white;
    font-family: "arconregular"; }
  .str.pne .pne-bar figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 152px;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto 0; }
.str.pne .btns-wrap {
  padding-bottom: 10px;
  overflow: hidden; }
.str.pne article.content .back {
  background-color: #FF6E11; }
.str.pne .blog article.content .iris-page-header {
  height: 257px; }
.str.pne .filter-buttons {
  overflow: hidden; }
  .str.pne .filter-buttons > span {
    color: #FF6E11;
    font-size: 16px;
    display: block;
    margin: 0;
    margin-bottom: 10px;
    font-family: "Raleway", sans-serif; }
  .str.pne .filter-buttons .a-wrap {
    overflow: hidden;
    margin-bottom: 36px; }
  .str.pne .filter-buttons a {
    float: left;
    width: 18.5%;
    margin-right: 1.8%;
    height: 60px;
    background-color: #EAEAEA;
    color: #666666;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    line-height: 21px;
    position: relative; }
    .str.pne .filter-buttons a.sel-f {
      background-color: #FF6E11;
      color: white; }
      .str.pne .filter-buttons a.sel-f > span.f-x {
        display: block; }
    .str.pne .filter-buttons a > span.f-x {
      width: 13px;
      height: 13px;
      background-image: url("images/f-x.png");
      background-repeat: no-repeat;
      overflow: hidden;
      position: absolute;
      top: 5px;
      right: 5px;
      background-position: center center;
      text-indent: 999px;
      cursor: pointer;
      display: none; }
    .str.pne .filter-buttons a:last-of-type {
      margin-right: 0; }
    .str.pne .filter-buttons a:hover {
      background-color: #FF6E11;
      color: white; }
    .str.pne .filter-buttons a figure {
      float: left;
      width: 60px;
      height: 60px;
      background-color: #FF6E11;
      margin: 0;
      background-position: center center;
      background-repeat: no-repeat; }
    .str.pne .filter-buttons a > span {
      float: right;
      width: -moz-calc(100% - 60px);
      width: -webkit-calc(100% - 60px);
      width: -o-calc(100% - 60px);
      width: calc(100% - 60px);
      height: 100%; }
      .str.pne .filter-buttons a > span > span {
        display: table;
        width: 100%;
        height: 100%; }
        .str.pne .filter-buttons a > span > span > span {
          display: table-cell;
          vertical-align: middle;
          padding-left: 13%;
          padding-right: 6%; }
.str.pne .blog article.content {
  padding: 20px 0px 20px 25px; }
  .str.pne .blog article.content .iris-page-header h1 {
    margin-top: 30px;
    margin-bottom: 21px;
    color: #FF6E11; }
.str.pne .blog .breadcrumbs {
  background-color: transparent; }
.str.pne .blog article.content .iris-page-header form input {
  border: 2px solid #D9D9D9; }
  .str.pne .blog article.content .iris-page-header form input[type="submit"] {
    background-color: #FF6E11;
    border-color: #FF6E11; }
.str.pne .blog article.content .post-short-wrapper .text-wrap .post-title a, .str.pne .blog article.content .post-short-wrapper .text-wrap .post-info span, .str.pne .blog article.content .post-short-wrapper .text-wrap .more {
  color: #FF6E11; }
.str.pne .blog article.content .iris-page-header .navigation ol li span.page.current, .str.pne .blog article.content .after-nav .navigation ol li span.page.current {
  background-color: #EFEFEF; }
.str.pne .blog article.content .iris-page-header .navigation ol li a, .str.pne .blog article.content .after-nav .navigation ol li a, .str.pne .blog article.content .iris-page-header .navigation ol li span, .str.pne .blog article.content .after-nav .navigation ol li span {
  color: #666666; }
.str.pne .blog article.content .iris-page-header .navigation ol li .next, .str.pne .blog article.content .iris-page-header .navigation ol li .prev {
  background-image: url("images/paginarrg.png"); }
.str.pne .blog article.content .after-nav .navigation ol li .next, .str.pne .blog article.content .after-nav .navigation ol li .prev {
  background-image: url("images/paginarrg.png"); }
.str.pne .blog article.content .back {
  margin-bottom: 20px; }
.str.pne .blog article.content .iris-page-header form .datepicker {
  background-image: url("images/datag.png"); }
.str.pne .top-bar, .str.pne .breadcrumbs {
  background-color: transparent; }

@media (max-width: 1210px) {
  .str.pne .filter-buttons a {
    width: 30%;
    margin-bottom: 10px; }
  .str.pne .blog article.content .iris-page-header {
    height: auto; } }
@media (max-width: 767px) {
  .str.pne .filter-buttons a {
    width: 49%;
    margin-right: 1%; } }
.archive.str.pne .top-bar, .archive.str.pne .breadcrumbs {
  background-color: transparent; }

.accordion-item-title {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #414141;
  text-decoration: none;
  font-size: 16px;
  border-bottom: 1px solid #CCCCCC;
  padding: 20px 40px 23px 0;
  display: block;
  position: relative; }
  .accordion-item-title:after {
    content: "";
    display: block;
    width: 21px;
    height: 14px;
    background-image: url("images/acc-arr.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 5px; }
  .accordion-item-title.open:after {
    background-position: top center; }
  .accordion-item-title p {
    padding-bottom: 0px !important; }

.accordion-item-content {
  border-bottom: 1px solid #CCCCCC;
  padding: 26px 40px 35px 4px;
  display: none; }
  .accordion-item-content > p {
    padding-bottom: 0px !important; }

.accordion-item-content-image {
  /*width: 30%;*/
  float: right;
  /*max-width: 311px;*/
  /*display: block;*/
  /*padding-left: 41px;*/ }

.accordion-item-content-text {
  /*float:left;*/
  /*width: 70%;*/ }

.accordion-item-content-text-no-image {
  width: 100%; }

.top-banner {
  width: 100%;
  height: 300px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 46px; }

.top-banner-icon-text {
  height: 304px;
  margin-bottom: 0; }

.top-banner-outer {
  display: table;
  height: 100%;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 51px; }

.top-banner-inner {
  display: table-cell;
  vertical-align: middle; }

.top-banner-content {
  /*position: relative;*/
  /*padding-top: 174px;*/
  color: #fff;
  float: left; }

.top-banner-content-icon {
  vertical-align: middle;
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 0;*/
  /*width: 100%;*/
  /*height: 152px;*/
  /*background-repeat: no-repeat;*/
  /*background-position: center center;*/
  /*margin: 0 auto 0;*/ }

.top-banner-content-top .top-banner-content-title {
  margin-bottom: 10px; }

.top-banner-content-bottom .top-banner-content-title {
  margin-top: 10px; }

.top-banner-content-right .top-banner-content-title {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px; }

.top-banner-content-left .top-banner-content-title {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px; }

.top-banner-content-title {
  margin: 0;
  font-size: 32px;
  line-height: 37px;
  font-weight: 400;
  color: white;
  font-family: "arconregular"; }

.top-banner-empty {
  display: none; }

.back, a.back {
  display: block;
  width: 89px;
  font-size: 14px;
  line-height: 21px;
  color: white !important;
  padding: 7px 10px 7px 32px;
  border-radius: 3px;
  background-image: url("images/voltarr.png");
  background-repeat: no-repeat;
  background-position: 11px 11px;
  margin-top: 50px;
  /* 57 */
  margin-bottom: 0;
  /* 74 */
  background-color: #ec008c; }

.filter-buttons-title {
  display: block;
  margin-bottom: 15px; }

.filter-buttons-container {
  margin-bottom: 30px; }

.filter-buttons-item {
  float: left;
  width: 23.6%;
  margin-right: 1.8%;
  height: 60px;
  background-color: #efefef;
  color: #414141;
  line-height: 17px;
  position: relative; }

.filter-buttons-item:last-child {
  margin-right: 0; }

.filter-buttons-item:hover,
.filter-buttons-item.active {
  color: white;
  background-color: #ec008c; }

.filter-buttons-item.active .filter-buttons-item-close {
  display: block; }

.filter-buttons-item-outer {
  display: table;
  width: 100%;
  height: 100%; }

.filter-buttons-item-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.filter-buttons-item-close {
  width: 13px;
  height: 13px;
  background-image: url("images/f-x.png");
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
  top: 5px;
  right: 5px;
  background-position: center center;
  text-indent: 999px;
  cursor: pointer;
  display: none; }

.buttons-list {
  padding-bottom: 10px; }

.buttons-list-item {
  float: left;
  width: 32.9%;
  margin-right: 0.7%;
  margin-bottom: 10px;
  position: relative;
  height: 115px;
  background-color: #EAEAEA;
  color: #666666;
  font-size: 28px;
  line-height: 38px;
  font-family: "Raleway", sans-serif; }

.buttons-list-item-two {
  width: 49.3%; }

.buttons-list-item-three:nth-of-type(3n) {
  margin-right: -1%; }

.buttons-list-item-two:nth-of-type(2n) {
  margin-right: -1%; }

.buttons-list-item:hover {
  background-color: #ec008c;
  color: #fff; }

.buttons-list-item-outer {
  display: table;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 87%; }

.buttons-list-item-inner {
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  padding-left: 52px;
  /*top: 10px;*/
  position: relative; }

.buttons-list-item-inner:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 31px;
  height: 31px;
  background-image: url("images/green-arrows.png");
  background-repeat: no-repeat;
  /*background-position: top center;*/
  /*margin-top: -13px;*/
  top: 42px;
  left: 2px; }

.buttons-list-item:hover .buttons-list-item-inner:before {
  background-position: bottom center; }

.linkslist {
  list-style: none;
  padding: 0;
  margin: 0; }

.linkslist-item {
  margin-bottom: 21px; }

/* user in homepage */
.box {
  border: solid 1px rgba(0, 0, 0, 0.15);
  position: relative; }

.box-gray {
  background-color: #F7F7F7; }

.box-header {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center; }

.box-header img {
  /*max-width: 60px;*/ }

.box-content {
  position: relative; }

.box-content-title {
  font-size: 15px;
  line-height: 1.1;
  font-weight: 600;
  color: #fff;
  text-decoration: none; }

.box-content .fa-chevron-right,
.box-arrow {
  font-size: 30px;
  color: #c4c4c4;
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -5px; }

.box:hover .fa-chevron-right {
  color: #414141; }

.box-margin-bottom {
  margin-bottom: 20px; }

.box.half-height {
  height: calc(50% - 20px); }

.box-video {
  width: auto; }

.box-video iframe {
  width: 100%;
  height: 194px;
  border: none;
  display: block; }

.box-video-description {
  font-size: 16px;
  padding: 15px; }

.box-video-description h3 {
  font-size: 18px; }

.box-video-seemore {
  display: block;
  text-align: right; }

.box-big .box-content-title {
  display: block;
  margin-top: 35px; }

.box-content-counter {
  /*margin-top: 10px;*/
  /*margin-bottom: 5px;*/
  font-size: 27px;
  color: #fff; }

.box-content-counter-desc {
  font-size: 14px;
  color: #fff; }

.box-seemore {
  font-size: 12px;
  font-family: "Roboto", sans-serif; }

.box-seemore .fa {
  font-size: 22px;
  vertical-align: middle; }

.box-seemore:hover {
  color: #ec008c; }

.box-document-seemore {
  /*position:absolute;*/
  padding-left: 10px;
  line-height: 35px;
  /* box-header-title */ }

/* slick slider */
.slick-slide:hover {
  text-decoration: none; }

/* used in homepage page-tpl-home.php */
.highlight-item-image {
  margin-bottom: 2px; }

.highlight-item-image .slick-track {
  height: 195px; }

.highlight-item-image .inner-slider img {
  position: absolute;
  /*z-index: -100;*/
  top: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  height: 201px;
  /*object-fit: cover !important;*/
  /*object-position: center right !important;*/ }

.highlight-item-content {
  background-color: #ec008c;
  background: #00a86d;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTg2ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDg4NzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #74CDAF 0%, #ec008c 100%);
  background: -webkit-linear-gradient(top, #74CDAF 0%, #ec008c 100%);
  background: linear-gradient(to bottom, #74cdaf 0%, #ec008c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a86d', endColorstr='#008872',GradientType=0 );
  text-align: center;
  padding-top: 27px;
  padding-bottom: 27px; }

.highlight-item-logo {
  margin: auto;
  max-height: 87px; }

.highlight-item-title {
  font-family: "arconregular";
  font-size: 34px;
  margin-top: 21px;
  color: #fff; }

/* tabs */
.tab-out-wrap {
  /*margin-top: 18px;*/ }
  .tab-out-wrap .tab-labels {
    overflow: hidden; }
    .tab-out-wrap .tab-labels a {
      float: left;
      border-top: 1px solid #66B5A9;
      /*border-left: 1px solid #66B5A9;*/
      border-right: 1px solid #66B5A9;
      border-bottom: 1px solid #66B5A9;
      background-color: #fff;
      padding: 9px 9px 11px 10px;
      height: 43px; }
      .tab-out-wrap .tab-labels a.active, .tab-out-wrap .tab-labels a:hover {
        background-color: #66B5A9;
        color: white; }
      .tab-out-wrap .tab-labels a:first-child, .tab-out-wrap .tab-labels a.tab-first {
        border-left: 1px solid #66B5A9; }
      .tab-out-wrap .tab-labels a:last-child, .tab-out-wrap .tab-labels a.tab-last {
        /*border-right: 2px solid #66B5A9;*/
        /*margin-right: -10px;*/ }
      .tab-out-wrap .tab-labels a.tab-other-lines {
        border-top: none; }
    @media (max-width: 767px) {
      .tab-out-wrap .tab-labels a {
        width: 100%;
        border-top: 0;
        border-left: 1px solid #66B5A9;
        /*border-right: 2px solid #66B5A9;
        border-left: 2px solid #66B5A9;*/
        font-size: 14px;
        /*&:first-child {
          border-top: 2px solid #66B5A9;
        }*/
        /*&:nth-child(3) {
          border-right: 2px solid #66B5A9;
        }*/ } }
  .tab-out-wrap .tab-content > ul ul {
    list-style: disc; }
  .tab-out-wrap .tab-content > ul ul ul {
    list-style: circle; }
  .tab-out-wrap .tab-content > ul {
    padding: 0;
    margin-top: 21px; }
  .tab-out-wrap .tab-content > ul > li {
    display: none;
    list-style: none; }
  .tab-out-wrap .tab-content ul li {
    /*display: none;*/ }
    .tab-out-wrap .tab-content ul li.active {
      display: block; }
    .tab-out-wrap .tab-content ul li #entity_link_date {
      display: inline-block;
      padding-bottom: 0; }
    .tab-out-wrap .tab-content ul li p {
      /*padding-bottom: 0;*/ }
    .tab-out-wrap .tab-content ul li .tab-accordion .single-question:first-child a {
      padding-top: 4px; }
    .tab-out-wrap .tab-content ul li .tab-accordion .single-question a {
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      color: #414141;
      text-decoration: none;
      font-size: 16px;
      border-bottom: 1px solid #CCCCCC;
      padding: 20px 40px 23px 0;
      display: block;
      position: relative; }
      .tab-out-wrap .tab-content ul li .tab-accordion .single-question a:after {
        content: "";
        display: block;
        width: 21px;
        height: 14px;
        background-image: url("images/acc-arr.png");
        background-repeat: no-repeat;
        background-position: bottom center;
        position: absolute;
        top: 50%;
        margin-top: -8px;
        right: 5px; }
      .tab-out-wrap .tab-content ul li .tab-accordion .single-question a.open:after {
        background-position: top center; }
    .tab-out-wrap .tab-content ul li .tab-accordion .single-question p {
      border-bottom: 1px solid #CCCCCC;
      padding: 26px 40px 35px 4px;
      display: none; }

/* tabs */
.tabs-dark-blue {
  /*margin-top: 18px;*/ }
  .tabs-dark-blue .tab-labels a {
    border-top: 1px solid #006aa7;
    border-right: 1px solid #006aa7;
    border-bottom: 1px solid #006aa7; }
    .tabs-dark-blue .tab-labels a.active, .tabs-dark-blue .tab-labels a:hover {
      background-color: #006aa7; }
    .tabs-dark-blue .tab-labels a:first-child, .tabs-dark-blue .tab-labels a.tab-first {
      border-left: 1px solid #006aa7; }
  @media (max-width: 767px) {
    .tabs-dark-blue .tab-labels a {
      border-left: 1px solid #006aa7; } }

.linkbutton {
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 5px;
  border-radius: 4px;
  padding: 9px 15px 11px;
  text-align: center;
  text-decoration: none;
  background-color: #ECEEF2;
  border: 1px solid #ECEEF2;
  color: #ec008c;
  white-space: nowrap; }

.linkbutton:first-child {
  margin-left: 0; }

.linkbutton:hover {
  background-color: #BADDD8; }

.linkbutton-nolink {
  background-color: transparent;
  border: 1px solid #8CC7BE;
  color: #8CC7BE; }

.linkbutton-nolink:hover {
  background-color: transparent; }

/* headersearch */
.header-search {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 30px; }

.header-search-input {
  border: 2px solid #9ED1CA;
  height: 37px;
  border-radius: 3px;
  padding-left: 7px;
  padding-right: 7px; }

.header-search-submit {
  color: white;
  border: 2px solid #9ED1CA;
  height: 37px;
  border-radius: 3px;
  background-color: #ec008c;
  border-color: #ec008c;
  text-align: center;
  margin-left: 2.1%;
  width: 9.8%; }

/* buttonsimage */
.buttonimage .buttonimage-image {
  width: 100%;
  height: 201px;
  overflow: hidden; }

.highlight-item-image .slick-track .slick-slide,
.buttonimage-image .inner-slide {
  height: 201px;
  background-size: cover; }

.buttonimage-content {
  padding-top: 34px;
  height: 215px;
  font-family: "Raleway", sans-serif;
  color: #fff;
  margin-top: 3px;
  min-height: 195px;
  text-align: center;
  padding: 32px 6px 6px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400; }
  .buttonimage-content h1, .buttonimage-content h2, .buttonimage-content h3, .buttonimage-content h4, .buttonimage-content h5, .buttonimage-content h6 {
    margin: 0;
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 19px; }
  .buttonimage-content h2 {
    font-size: 25px;
    height: 36px;
    margin-bottom: 0;
    font-family: "arconregular"; }
  .buttonimage-content p {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    margin: 0; }
  .buttonimage-content a {
    color: white; }

.buttonimage-content-icon {
  width: 100%;
  display: block;
  height: 87px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  margin-bottom: 24px; }

/* breacrumbs */
.top-home-bar {
  display: block;
  height: 38px;
  margin: auto;
  overflow: hidden;
  background-color: #B9E4AC;
  padding: 0;
  box-shadow: none; }

.breadcrumbs {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  margin-bottom: 40px;
  color: white;
  height: 38px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px !important;
  background-color: #66B5A9;
  font-family: "Raleway", sans-serif; }
  .breadcrumbs span {
    color: white;
    text-transform: uppercase; }
    .breadcrumbs span a {
      color: white; }
  .breadcrumbs > span {
    float: left;
    padding-top: 13px;
    padding-bottom: 11px;
    padding-right: 10px;
    position: relative;
    padding-left: 25px; }
    .breadcrumbs > span:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-color: transparent transparent transparent #ec008c;
      border-width: 19px 0 19px 12px;
      position: absolute;
      top: 0;
      left: 100%;
      z-index: 1; }
    .breadcrumbs > span:first-of-type {
      background-color: #ca0078;
      padding-left: 25px; }
      .breadcrumbs > span:first-of-type:after {
        border-color: transparent transparent transparent #ca0078; }
      .breadcrumbs > span:first-of-type:before {
        content: "";
        width: 10000px;
        height: 100%;
        right: 100%;
        top: 0;
        background-color: #ca0078;
        position: absolute; }
    .breadcrumbs > span:nth-of-type(2) {
      background-color: #ec008c; }
      .breadcrumbs > span:nth-of-type(2):after {
        border-color: transparent transparent transparent #ec008c; }
    .breadcrumbs > span:nth-of-type(3) {
      background-color: #ff0096; }
      .breadcrumbs > span:nth-of-type(3):after {
        border-color: transparent transparent transparent #ff0096; }
    .breadcrumbs > span:nth-of-type(4) {
      background-color: #ff35ac; }
      .breadcrumbs > span:nth-of-type(4):after {
        border-color: transparent transparent transparent #ff35ac; }
    .breadcrumbs > span:nth-of-type(5) {
      background-color: #ff35ac; }
      .breadcrumbs > span:nth-of-type(5):after {
        border-color: transparent transparent transparent #ff5cbc; }
    .breadcrumbs > span:last-of-type {
      /*background-color: transparent;*/ }
      .breadcrumbs > span:last-of-type:after {
        display: none; }

/* SLIDER */
.slider-container {
  width: 100%;
  position: relative;
  padding: 0; }

.slider {
  color: white;
  font-family: "Raleway", sans-serif;
  max-height: 469px;
  overflow: hidden; }
  .slider .slide-content {
    width: 100%;
    display: table;
    height: 469px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
  .slider .inside-slide {
    display: table-cell;
    vertical-align: middle;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 75px; }
  .slider .slide {
    min-height: 469px;
    background-size: cover !important;
    background-position: center top !important; }
    .slider .slide > img {
      position: absolute;
      z-index: -100;
      top: 0;
      bottom: 0;
      right: 0;
      min-width: 100%;
      height: 469px;
      /*object-fit: cover !important;*/
      /*object-position: center right !important;*/ }
  .slider .slick-arrow {
    display: block;
    position: absolute;
    top: 36%;
    z-index: 100;
    cursor: pointer;
    font-size: 60px; }
  .slider .slick-next {
    right: 25px; }
  .slider .slick-prev {
    left: 25px; }
    
    .slider p {
      padding: 0;
      width: 100%; 
      font-size: 38px;
      line-height: 45px;
      font-weight: 400;}
      
    .slider h1 {
      font-size: 48px;
      line-height: 45px;
      font-weight: 700; 
      text-transform: uppercase;}
      
  .slider p {
    /*padding: 0 0 0 25px;*/
    width: 50%; }
  .slider .slick-dots {
    position: absolute;
    bottom: 30px;
    width: 100%;
    padding: 0 0 0 5%;
    margin: 0;
    text-align: center; }
    .slider .slick-dots li {
      display: inline-block;
      background-color: rgba(255, 255, 255, 0.5);
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      height: 21px;
      width: 21px;
      color: transparent;
      margin: 0 7px; }
      .slider .slick-dots li.slick-active {
        background-color: white; }
    .slider .slick-dots button {
      font-size: 0;
      background-color: transparent;
      border: none;
      -webkit-appearance: none;
      display: block;
      width: 100%;
      height: 100%;
      outline: 0; }

.rsbtn {
  z-index: 0 !important; }

header.main {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white; }
  header.main .logo {
    float: left;
    position: relative;
    z-index: 20; }
  header.main .logo-mobile {
    display: none; }
  header.main nav.main-mobile {
    display: none; }


section.main .iris-container {
  padding: 20px 10px 50px 10px; }

.page-template.tab-page section.main-no-top-banner,
.page-template.tab-parent-page section.main-no-top-banner,
.page-template.accordion section.main-no-top-banner {
  margin-top: 46px; }

.page-template.tab-page .back,
.page-template.tab-parent-page .back,
.page-template.accordion .back,
.page-template.iris-buttons .back,
.page-template.aio .back,
.page-template.apps-blog .back,
.page-template.cidadao .back,
.page-template.empty .back,
.page-template.generic .back,
.page-template.institucional .back,
.page-template.institucional2 .back,
.page-template.profissional .back,
.page-template.tabs-lists .back,
.page-template.entitiesmain .back,
.page-template.presentation-tab-page .back,
.page-template.reforma .back,
.page-template.reforma-sns .back,
.single-iris-entities .back,
.page-template.pne .back {
  background-color: #ec008c; }

.page-template.empty-pdt .back,
.page-template.pdt .back {
  background-color: #55BB33; }

.page-template.empty-str .back,
.page-template.str .back {
  background-color: #099ad6; }

.page-template.pne .back {
  background-color: #ff6f11; }

.page-template.documents .back {
  margin-top: 0;
  margin-bottom: 0;
  background-color: #ec008c; }



.page-template.empty .page-title,
.page-template.empty .blog article.content .iris-page-header .page-title,
.page-template.generic .page-title,
.page-template.generic .blog article.content .iris-page-header .page-title,
.page-template.accordion .page-title,
.page-template.accordion .blog article.content .iris-page-header .page-title,
.page-template.apps-blog .page-title,
.page-template.apps-blog .blog article.content .iris-page-header .page-title,
.page-template.sublist-sub .page-title,
.page-template.sublist-sub .blog article.content .iris-page-header .page-title,
.page-template.sublist .page-title,
.page-template.sublist .blog article.content .iris-page-header .page-title,
.page-template.empty-pne.pne .page-title,
.page-template.empty-pne.pne .blog article.content .iris-page-header .page-title,
.page-template.programa-pne .page-title,
.page-template.programa-pne .blog article.content .iris-page-header .page-title,
.page-template.empty-pdt .page-title,
.page-template.empty-pdt .blog article.content .iris-page-header .page-title,
.page-template.tab-page .page-title,
.page-template.tab-page .blog article.content .iris-page-header .page-title,
.page-template.tab-parent-page .page-title,
.page-template.tab-parent-page .blog article.content .iris-page-header .page-title,
.page-template.documents .page-title,
.page-template.documents .blog article.content .iris-page-header .page-title,
.page-template.documents-hosp .page-title,
.page-template.documents-hosp .blog article.content .iris-page-header .page-title,
.page-template.documents-inter .page-title,
.page-template.documents-inter .blog article.content .iris-page-header .page-title,
.page-template.iris-buttons .page-title,
.page-template.iris-buttons .blog article.content .iris-page-header .page-title,
.page-template.empty-str .page-title,
.page-template.empty-str .blog article.content .iris-page-header .page-title,
.page-template.tabs-lists .page-title,
.page-template.tabs-lists .blog article.content .iris-page-header .page-title,
.page-template.tab-page-pne .page-title,
.page-template.tab-page-pne .blog article.content .iris-page-header .page-title,
.page-template.presentation-tab-page .page-title,
.page-template.presentation-tab-page .blog article.content .iris-page-header .page-title,
.search.search-results .page-title,
.search.search-results .blog article.content .iris-page-header .page-title,
.single-iris-entities .page-title,
.single-iris-entities .blog article.content .iris-page-header .page-title,
.page-template.entitiesmain .page-title,
.page-template.entitiesmain .blog article.content .iris-page-header .page-title,
.page-template.institucional2 .page-title,
.page-template.institucional2 .blog article.content .iris-page-header .page-title,
.page-template.reforma .page-title,
.page-template.reforma .blog article.content .iris-page-header .page-title,
.page-template.pne .page-title,
.page-template.pne .blog article.content .iris-page-header .page-title,
.page-template.mapa-siip .page-title,
.page-template.mapa-siip .blog article.content .iris-page-header .page-title,
.page-template.saudemaismain .page-title,
.page-template.saudemaismain .blog article.content .iris-page-header .page-title,
.single-iris-saude-mais .page-title,
.single-iris-saude-mais .blog article.content .iris-page-header .page-title,
.page-template.noticias-investimento .page-title,
.page-template.noticias-investimento .blog article.content .iris-page-header .page-title,
.page-template.boas-praticas .page-title,
.page-template.boas-praticas .blog article.content .iris-page-header .page-title,
.page-template.concursos .page-title,
.page-template.concursos .blog article.content .iris-page-header .page-title {
  color: #ec008c;
  font-size: 28px !important;
  /* a retirar o important no futuro apos limpeza */
  font-weight: lighter;
  font-family: "Raleway", sans-serif;
  line-height: 1.2;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 21px; }

/* retirar no futuro quando estiver tudo normalizado */
.page-template.empty .content-body,
.page-template.generic .content-body,
.page-template.accordion .content-body,
.page-template.apps-blog .content-body,
.page-template.sublist-sub .content-body,
.page-template.sublist .content-body,
.page-template.empty-pne.pne .content-body,
.page-template.programa-pne .content-body,
.page-template.empty-pdt .content-body,
.page-template.tab-page .content-body,
.page-template.tab-parent-page .content-body,
.page-template.documents .content-body,
.page-template.documents-hosp .content-body,
.page-template.documents-inter .content-body,
.page-template.iris-buttons .content-body,
.page-template.empty-str .content-body,
.page-template.tabs-lists .content-body {
  font-weight: lighter; }
.page-template.empty .content,
.page-template.generic .content,
.page-template.accordion .content,
.page-template.apps-blog .content,
.page-template.sublist-sub .content,
.page-template.sublist .content,
.page-template.empty-pne.pne .content,
.page-template.programa-pne .content,
.page-template.empty-pdt .content,
.page-template.tab-page .content,
.page-template.tab-parent-page .content,
.page-template.documents .content,
.page-template.documents-hosp .content,
.page-template.documents-inter .content,
.page-template.iris-buttons .content,
.page-template.empty-str .content,
.page-template.tabs-lists .content {
  font-size: 16px;
  line-height: 21px;
  color: #414141;
  font-family: "Roboto", sans-serif;
  font-weight: lighter; }

.page-template.empty-pne.pne .page-title,
.page-template.tab-page-pne .page-title {
  color: #ff6f11; }

.page-template.empty-pdt .page-title {
  color: #55BB33; }

.page-template.empty-str .page-title {
  color: #099ad6; }

.col-images,
.col-images-image {
  float: right; }

.aio.grn .big-box-custom-page .box-in > ul > li > ul > li:before,
.aio.grn .big-box-custom-page .box-in > ul > li.ico-two-columns > ul > li:before {
  left: 2px; }

.aio.grn .big-box-custom-page .box-in > ul > li > ul > li {
  padding-left: 32px; }

.aio.grn .big-box-custom-page .box-in > ul > li > ul {
  padding-left: 21px; }

.aio.grn .big-box-custom-page .box-in > ul > li.cols1x3,
.aio.grn .big-box-custom-page .box-in > ul > li.cols2x3,
.aio.grn .big-box-custom-page .box-in > ul > li.cols1x4 {
  border-right: solid 2px #fff; }

.aio.grn .big-box-custom-page .box-in > ul > li.cols1x3:last-child,
.aio.grn .big-box-custom-page .box-in > ul > li.cols2x3:last-child,
.aio.grn .big-box-custom-page .box-in > ul > li.cols1x4:last-child {
  border-right: none; }

.aio.grn .big-box-custom-page .box-in > ul > li.cols2x3 {
  height: auto !important;
  padding-bottom: 34px; }

.aio .boxbuttons-boxbutton {
  font-family: "arconregular";
  margin-top: 28px; }
.aio .boxbuttons-boxbutton .box-content-title {
  color: #6d6e71;
  font-size: 17px;
  line-height: 18px;
  font-family: "arconregular";
  font-weight: normal; }
.aio .boxbuttons-boxbutton .box-header img {
  margin-left: auto;
  margin-right: auto;
  width: 60px;
  height: 60px; }
.aio .box-header {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTg2YyIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwODg3MiIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(left, rgba(64, 162, 147, 0.9) 0%, rgba(116, 205, 175, 0.9) 100%);
  background: -webkit-linear-gradient(left, rgba(64, 162, 147, 0.9) 0%, rgba(116, 205, 175, 0.9) 100%);
  background: linear-gradient(to left, rgba(64, 162, 147, 0.9) 0%, rgba(116, 205, 175, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e600a86c', endColorstr='#e6008872',GradientType=0 ); }

.tab-page .top-banner,
.tab-page-pne .top-banner {
  margin-bottom: 0; }
.tab-page section.main .iris-container.gen,
.tab-page-pne section.main .iris-container.gen {
  /*padding: 0 25px;*/
  /*p {
    color: #666666;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
  }*/ }
  .tab-page section.main .iris-container.gen .back,
  .tab-page-pne section.main .iris-container.gen .back {
    /*margin-top: 57px;*/
    /*margin-bottom: 74px;*/
    /*background-color: #ec008c;*/ }

.tab-page-pne section.main .iris-container.gen .tab-out-wrap .tab-labels {
  /*@media (max-width: 1216px) {
    a {
      &:nth-child(3) {
        border-right: 2px solid $color-pne;
      }            
    }
  }*/
  /*@media (max-width: 991px) {
    a {
      &:nth-child(3) {
        border-right: 1px solid $color-pne;
        border-left: 2px solid $color-pne;
      }
      &:nth-child(2), &:nth-child(4) {
        border-right: 2px solid $color-pne;
      }
      &:nth-child(5) {
        border-left: 2px solid $color-pne;
      }
    }
  }*/
  /*@media (max-width: 767px) {
    a {
      border-right: 2px solid $color-pne;
      border-left: 2px solid $color-pne;
      &:first-child {
        border-top: 2px solid $color-pne;
      }
      &:nth-child(3) {
        border-right: 2px solid $color-pne;
      }
    }
  }*/ }
  .tab-page-pne section.main .iris-container.gen .tab-out-wrap .tab-labels a {
    border-color: #ff6f11;
    /*border-top: 2px solid $color-pne;
    border-left: 1px solid $color-pne;
    border-right: 1px solid $color-pne;
    border-bottom: 2px solid $color-pne;*/
    color: #ff6f11; }
    .tab-page-pne section.main .iris-container.gen .tab-out-wrap .tab-labels a.active, .tab-page-pne section.main .iris-container.gen .tab-out-wrap .tab-labels a:hover {
      background-color: #ff6f11;
      color: #fff; }
    .tab-page-pne section.main .iris-container.gen .tab-out-wrap .tab-labels a:first-child {
      /*border-left: 2px solid $color-pne;*/ }
    .tab-page-pne section.main .iris-container.gen .tab-out-wrap .tab-labels a:last-child {
      /*border-right: 2px solid $color-pne;*/ }
.tab-page-pne section.main .iris-container.gen .tab-out-wrap .tab-content ul li .tab-accordion .single-question a:after {
  background-image: url("images/acc-arr.png"); }

.page-template.documents .blog article.content .iris-page-header,
.page-template.documents-hosp .blog article.content .iris-page-header,
.page-template.documents-inter .blog article.content .iris-page-header {
  height: auto;
  margin-bottom: 30px; }
.page-template.documents .blog article.content,
.page-template.documents-hosp .blog article.content,
.page-template.documents-inter .blog article.content {
  padding: 0; }
.page-template.documents .documents-list,
.page-template.documents-hosp .documents-list,
.page-template.documents-inter .documents-list {
  border-top: solid 1px #ccc;
  padding-top: 40px;
  padding-bottom: 40px; }
.page-template.documents .documents-list-item,
.page-template.documents-hosp .documents-list-item,
.page-template.documents-inter .documents-list-item {
  margin-bottom: 30px; }
.page-template.documents .documents-list-item-header,
.page-template.documents-hosp .documents-list-item-header,
.page-template.documents-inter .documents-list-item-header {
  /*margin-bottom: 10px;*/ }
.page-template.documents .documents-list-item-date,
.page-template.documents-hosp .documents-list-item-date,
.page-template.documents-inter .documents-list-item-date {
  color: #999;
  font-weight: 300; }
.page-template.documents .documents-list-item-title,
.page-template.documents-hosp .documents-list-item-title,
.page-template.documents-inter .documents-list-item-title {
  font-weight: 300; }
.page-template.documents .documents-list-item-wrapper,
.page-template.documents-hosp .documents-list-item-wrapper,
.page-template.documents-inter .documents-list-item-wrapper {
  margin-top: 10px; }
.page-template.documents .box-document-seemore .fa,
.page-template.documents-hosp .box-document-seemore .fa,
.page-template.documents-inter .box-document-seemore .fa {
  font-size: 12px; }
.page-template.documents .filter-buttons-item,
.page-template.documents-hosp .filter-buttons-item,
.page-template.documents-inter .filter-buttons-item {
  margin-top: 10px;
  width: 200px; }
  .page-template.documents .filter-buttons-item .filter-buttons-item-outer,
  .page-template.documents-hosp .filter-buttons-item .filter-buttons-item-outer,
  .page-template.documents-inter .filter-buttons-item .filter-buttons-item-outer {
    padding: 10px; }

.page-template.iris-buttons {
  /*section.main .container {
  	padding-top:29px;
  	padding-bottom:56px;
  }*/
  /*section.main .container .content {
  	padding-top:6px;
  }*/ }
  .page-template.iris-buttons .back {
    margin-top: 81px;
    margin-bottom: 0; }

.content-bottom-text {
  margin-top: 30px; }

.container-homepage {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 50px;
  padding-top: 0px !important;
  /* to remove after uniformization in style.scss section.main .container */ }

.homepage-block {
  margin-top: 30px; }

.box-transparencia {
  background-color: #f4f1e2;
  background-image: url("images/home_transparencia_bg.jpg");
  background-size: cover;
  border: none; }

.box-transparencia .box-content-title {
  font-size: 18px; }

.box-transparencia .box-content-counter {
  font-size: 20px; }

.box-transparencia .box-content-counter-desc {
  font-size: 12px; }

.news-item {
  position: relative;
  height: 100%; }

.news-item-link:hover .fa {
  color: #c00072; }


.news-item-image,
.news-item-title,
.news-item-text {
  width: 100%; 
  overflow: hidden;
  position: relative;
}

.news-item-image {
  height: 120px;
}

.news-item-title {
  font-size: 15px;
  color: #414141;
  margin-bottom: 10px; }

.news-item-text {
  font-size: 13px;
  line-height: 13.5px;
  color: #414141; }

.news-item-date {
  position: absolute;
  bottom: 0;
  font-size: 12px;
  color: #666; }

.news-item-date .fa {
  font-size: 16px;
  color: #ec008c; }

.box-highlights {
  min-height: 151px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  text-align: left; }

.box-highlights .box-header {
  text-align: left;
  color: #fff;
  background-color: #ec008c;
  padding-left: 25px; }

.box-highlights-list-item {
  font-size: 18px;
  height: 98px;
  line-height: 98px;
  padding: 0 15px;
  /*display: block;*/
  /*height: 100%;*/
  /*width: 100%;*/
  /*background-color: $bg-gray;*/ }

.box-highlights-list-item .icon {
  position: absolute;
  font-size: 22px;
  left: 15px;
  top: 50%;
  margin-top: -11px;
  /*color:#fff;*/ }

.box-highlights .text {
  display: inline-block;
  line-height: 18px;
  color: #000;
  vertical-align: middle;
  padding-left: 30px; }

/*.box-highlights-list-item.color1 {
  background-color:#FAAD17;
}
.box-highlights-list-item.color2 {
  background-color:#099BD7;
}
.box-highlights-list-item.color3 {
  background-color:#68b3b9;
}*/
.box-news, .box-newsletter {
  padding: 15px 25px; }

.box-news .box-header,
.box-newsletter .box-header {
  font-family: "Raleway", sans-serif;
  text-align: left;
  margin-bottom: 20px;
  padding: 0;
  position: relative; }

.box-news .box-content {
  height: 262px; }

.box-news .box-header-seemore {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 35px;
  /* box-header-title */ }

.box-news .box-header-title,
.box-newsletter .box-header-title {
  font-size: 28px;
  color: #ec008c; }
  
.box-news .box-header-dtitle {
  font-size: 28px;
  color: #ec008c; 
 }
 
 
#blog {margin-top: 50px} 


.box-newsletter {
  display: table;
  padding-top: 25px;
  padding-left: 15px;
  padding-right: 15px; }

.box-newsletter .box-header {
  margin-bottom: 0; }

.box-newsletter .box-content {
  font-size: 13px; }

.box-newsletter .box-content span {
  display: block; }

.box-newsletter .box-content strong {
  display: block;
  margin-bottom: 5px; }

.box-newsletter .box-content input {
  font-size: 13px;
  height: 30px;
  padding-left: 10px;
  width: 59%;
  border: none;
  margin: 0;
  margin-top: 5px;
  margin-right: 1%; }

.box-newsletter .box-content input[type="text"] {
  width: 30%; }

/*.box-newsletter .box-content input[type="submit"] {
  width: 40%;
  border:none;
  background-color:$color1;
  color:#fff;
}*/
.box-newsletter form {
  white-space: nowrap; }

.box-newsletter .box-content button {
  display: inline-block;
  border: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
  vertical-align: middle;
  width: 9%;
  text-align: right; }

.box-newsletter button .fa-chevron-right {
  position: relative;
  right: auto;
  top: auto;
  margin-top: 0; }

.entitydetails img {
  margin-bottom: 21px;
  margin-left: auto; }

.entitydetails {
  text-align: right; }

article.content .entitydetails p {
  padding-bottom: 0; }

.entitydetails-contacts-title {
  margin-top: 21px;
  margin-bottom: 0; }

.entitydetails-contacts-title span, .entitydetails-contacts-title-presentation span {
  color: #fff;
  background-color: #ec008c;
  padding: 1px 15px; }

.entitydetails-contacts-title-presentation {
  margin-top: 0;
  margin-bottom: 10px; }

.categorieslist,
.entitieslist {
  list-style: none;
  padding: 0; }

.categorieslist-item {
  padding-bottom: 20px; }

.categorieslist-item-title {
  display: block;
  color: #ec008c;
  padding-bottom: 10px; }

.entitieslist-item a {
  color: #414141; }

.organigram-root {
  position: relative;
  background-color: #58585B;
  color: #fff;
  text-align: center;
  line-height: 40px;
  cursor: pointer; }

.organigram-root:hover {
  background-color: #39393a;
  color: #fff; }

.organigram-root:after {
  border: solid 1px #6d6e71;
  content: '';
  height: 250px;
  top: 40px;
  left: 50%;
  position: absolute; }

.organigram-horizontal-line {
  margin-top: 15px;
  border: solid 1px #6d6e71;
  width: 61%;
  margin-left: auto;
  margin-right: auto;
  clear: both; }

.organigram-horizontal-line-left {
  width: 30.5%;
  margin-left: 19.5%; }

.organigram-block:before {
  border: solid 1px #6d6e71;
  content: '';
  height: 40px;
  left: 50%;
  top: -40px;
  position: absolute; }

.organigram-block-no-connection:before {
  border: none; }

.organigram-block {
  position: relative;
  width: 39%;
  margin-top: 40px;
  cursor: pointer; }

.organigram-block-top {
  border: solid 2px #6d6e71;
  margin-bottom: 8px; }

.organigram-block-content {
  background-color: #E5E6E7;
  text-align: center;
  line-height: 40px; }

.organigram-block-content:hover {
  background-color: #39393a;
  color: #fff; }

.organigram-block-left {
  float: left; }

.organigram-block-right {
  float: right; }

.organigram-block-right:before {
  top: -42px;
  height: 42px; }

.organigram-separator {
  margin-top: 30px;
  border: solid 2px #6d6e71; }

.organigram-column:first-child {
  margin-left: 0; }

.organigram-columns {
  margin-top: 15px; }

.organigram-column {
  width: 31.1%;
  margin-left: 3.33%;
  float: left; }

.organigram-column-header {
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  background-color: #39A69C;
  color: #fff;
  text-align: center; }

.organigram-column-header:hover {
  background-color: #2f7b6e; }

.organigram-column-header span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 21px; }

.organigram-column-block {
  position: relative;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 15px;
  border-top: solid 2px #39A69C;
  border-bottom: solid 2px #39A69C;
  border-right: solid 2px #39A69C;
  height: 70px;
  line-height: 70px; }

.organigram-column-block:hover {
  color: #fff;
  background-color: #2f7b6e;
  border-top: solid 2px #2f7b6e;
  border-bottom: solid 2px #2f7b6e;
  border-right: solid 2px #2f7b6e; }

.organigram-column-block span {
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
  line-height: normal; }

.organigram-column-block:before {
  border: solid 2px #39A69C;
  content: '';
  height: 84px;
  left: 0;
  top: -18px;
  position: absolute; }

.organigram-column-block:after {
  border: solid 2px #fff;
  background-color: #39A69C;
  content: '';
  height: 15px;
  width: 15px;
  top: 50%;
  left: -6.5px;
  margin-top: -6.5px;
  position: absolute;
  border-radius: 15px; }

.organigram-columns-childs {
  position: relative;
  margin-top: 18px; }

.organigram-columns-childs:before {
  border: solid 2px #39A69C;
  content: '';
  width: 80%;
  left: 10%;
  top: 0;
  position: absolute; }

.organigram-columns-childs:after {
  border: solid 2px #39A69C;
  content: '';
  left: 50%;
  margin-left: -1px;
  top: -33px;
  height: 28px;
  position: absolute; }

.organigram-child-block {
  position: relative;
  cursor: pointer;
  float: left;
  width: 19%;
  padding-left: 1%;
  padding-right: 1%;
  margin-top: 30px;
  margin-left: 1.25%;
  border: solid 2px #39A69C;
  height: 75px;
  line-height: 75px;
  text-align: center;
  font-size: 14px; }

.organigram-child-block:first-child {
  margin-left: 0; }

.organigram-child-block:after {
  border: solid 2px #fff;
  background-color: #39A69C;
  content: '';
  height: 15px;
  width: 15px;
  top: -36.5px;
  left: 50%;
  margin-left: -6.5px;
  position: absolute;
  border-radius: 15px; }

.organigram-child-block:before {
  border: solid 2px #39A69C;
  content: '';
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -1px;
  height: 28px; }

.organigram-child-block:hover {
  color: #fff;
  border: solid 2px #2f7b6e;
  background-color: #2f7b6e; }

.organigram-child-block span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal; }

.page-template.reforma .breadcrumbs > span:first-of-type:before {
  background-color: #ec008c; }
.page-template.reforma .buttonimage-content {
  /*height: 215px;*/
  background-color: #069074;
  background: #069074;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodÃ”Ã‡Å½EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #4fd6c0 0%, #18a192 100%);
  background: -webkit-linear-gradient(top, #4fd6c0 0%, #18a192 100%);
  background: linear-gradient(to bottom, #4fd6c0 0%, #18a192 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fd6c0', endColorstr='#18a192',GradientType=0 ); }
.page-template.reforma .back {
  margin-bottom: 0;
  margin-top: 20px; }
.page-template.reforma footer.main {
  padding-top: 0; }

.page-template.pdt .counter {
  text-align: center; }
  .page-template.pdt .counter h4, .page-template.pdt .counter p {
    color: #688B84; }
  .page-template.pdt .counter h4 {
    line-height: 30px;
    margin-bottom: 11px; }
  .page-template.pdt .counter p {
    font-family: "arconregular";
    font-size: 20px;
    line-height: 19px; }
.page-template.pdt .ods-widgets-section {
  font-family: "Raleway", sans-serif;
  padding-top: 20px; }
  .page-template.pdt .ods-widgets-section li {
    font-size: 14px; }
  .page-template.pdt .ods-widgets-section a {
    font-size: 16px; }
  .page-template.pdt .ods-widgets-section .odswidget-most-popular-datasets__theme-picto,
  .page-template.pdt .ods-widgets-section .odswidget-last-datasets-feed__theme-picto {
    display: none; }
  .page-template.pdt .ods-widgets-section .odswidget-most-popular-datasets__dataset-details,
  .page-template.pdt .ods-widgets-section .odswidget-last-datasets-feed__dataset-details {
    margin-left: 0; }
  .page-template.pdt .ods-widgets-section .odswidget-tag-cloud__tag-list {
    padding: 0; }
.page-template.pdt .buttonimage-content {
  background-color: #ec008c;
  background: #99D685;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTg2ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDg4NzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #99D685 0%, #55BB33 100%);
  background: -webkit-linear-gradient(top, #99D685 0%, #55BB33 100%);
  background: linear-gradient(to bottom, #99d685 0%, #55bb33 100%); }

.page-template.str.pne {
  /*#page {
      padding-top: 63px;
  }*/ }
  .page-template.str.pne .buttonimage-content {
    background-color: #ff6f11;
    background: #ff6f11;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodÃ”Ã‡Å½EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffa970 0%, #ff6f11 100%);
    background: -webkit-linear-gradient(top, #ffa970 0%, #ff6f11 100%);
    background: linear-gradient(to bottom, #ffa970 0%, #ff6f11 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa970', endColorstr='#ff6f11',GradientType=0 ); }
  .page-template.str.pne .pne-button {
    margin-bottom: 30px;
    height: 115px;
    line-height: 115px;
    background-color: #EAEAEA;
    color: #666666;
    font-size: 28px;
    /*line-height: 38px;*/
    font-family: "Raleway", sans-serif;
    padding-left: 81px;
    /*&:nth-of-type(3n) {
      margin-right: -1%;
    }*/ }
    .page-template.str.pne .pne-button:before {
      content: "";
      display: block;
      position: absolute;
      width: 31px;
      height: 31px;
      background-image: url("images/pne-arr.png");
      background-repeat: no-repeat;
      background-position: top center;
      top: 50%;
      margin-top: -30px;
      left: 50px; }
    .page-template.str.pne .pne-button span {
      display: inline-block;
      line-height: 38px;
      vertical-align: middle; }
    .page-template.str.pne .pne-button:hover {
      background-color: #FF6E11;
      color: white; }
      .page-template.str.pne .pne-button:hover:before {
        background-position: bottom center; }

.page-template.str .row-2 {
  padding: 0;
  padding-top: 20px; }
.page-template.str .buttonimage-content {
  /*height: 215px;*/
  background: #099ad6;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTg2ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDg4NzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #6bc2e6 0%, #099ad6 100%);
  background: -webkit-linear-gradient(top, #6bc2e6 0%, #099ad6 100%);
  background: linear-gradient(to bottom, #6bc2e6 0%, #099ad6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bc2e6', endColorstr='#099ad6',GradientType=0 ); }

.page.sublist article.content ul {
  padding: 0;
  overflow: hidden; }
  .page.sublist article.content ul li {
    list-style: none;
    float: left;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 10px;
    clear: both; }
    .page.sublist article.content ul li:nth-child(2n) {
      float: right;
      clear: right;
      width: 50%;
      margin-right: 0%; }
    .page.sublist article.content ul li a {
      color: #666666;
      font-size: 16px;
      font-family: "Roboto", sans-serif;
      font-weight: 300;
      padding: 0; }
      .page.sublist article.content ul li a:hover {
        color: #ec008c; }

.monitorizacaohome .back,
.monitorizacaohome .sub-col .image-wrapper {
  background-color: #005180; }
.monitorizacaohome .row-2 .col .sub-col-wrapper {
  padding: 0 15px 28px;
  width: 25%;
  float: left; }
.monitorizacaohome .sub-col {
  display: block;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.15);
  text-decoration: none;
  color: #414141;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400; }
  .monitorizacaohome .sub-col:hover {
    color: #414141; }
.monitorizacaohome .sub-col:before {
  content: " ";
  display: table; }
.monitorizacaohome .sub-col:after {
  content: " ";
  display: table;
  clear: both; }
.monitorizacaohome .sub-col .image-wrapper {
  display: inline-block;
  padding: 10px 15px 8px;
  min-height: 82px;
  display: inline-block; }
  .monitorizacaohome .sub-col .image-wrapper img {
    width: 60px; }
.monitorizacaohome .row-2 .col .sub-col-wrapper .text {
  color: #6d6e71;
  font-size: 17px;
  font-family: "arconregular";
  padding: 6px 36px 0 9px;
  display: inline-block;
  vertical-align: middle; }
.monitorizacaohome .sub-col .fa-chevron-right {
  display: block;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -15px;
  font-size: 30px;
  color: #c4c4c4; }
.monitorizacaohome .buttonimage-content {
  /*height: 215px;*/
  background: #005180;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTg2ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDg4NzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #4ca8dc 0%, #005180 100%);
  background: -webkit-linear-gradient(top, #4ca8dc 0%, #005180 100%);
  background: linear-gradient(to bottom, #4ca8dc 0%, #005180 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006aa7', endColorstr='#005180',GradientType=0 ); }
.monitorizacaohome .row-2 {
  padding: 0;
  padding-top: 20px; }
.monitorizacaohome .breadcrumbs {
  background-color: #005180; }
  .monitorizacaohome .breadcrumbs > span:after {
    border-color: transparent transparent transparent #005180; }
  .monitorizacaohome .breadcrumbs > span:first-of-type {
    background-color: #005180; }
    .monitorizacaohome .breadcrumbs > span:first-of-type:after {
      border-color: transparent transparent transparent #005180; }
  .monitorizacaohome .breadcrumbs > span:nth-of-type(2) {
    background-color: #005d94; }
    .monitorizacaohome .breadcrumbs > span:nth-of-type(2):after {
      border-color: transparent transparent transparent #005d94; }
  .monitorizacaohome .breadcrumbs > span:nth-of-type(3) {
    background-color: #006aa7; }
    .monitorizacaohome .breadcrumbs > span:nth-of-type(3):after {
      border-color: transparent transparent transparent #006aa7; }
  .monitorizacaohome .breadcrumbs > span:nth-of-type(4) {
    background-color: #0076bb; }
    .monitorizacaohome .breadcrumbs > span:nth-of-type(4):after {
      border-color: transparent transparent transparent #0076bb; }
  .monitorizacaohome .breadcrumbs > span:nth-of-type(5) {
    background-color: #0083ce; }
    .monitorizacaohome .breadcrumbs > span:nth-of-type(5):after {
      border-color: transparent transparent transparent #0083ce; }
  .monitorizacaohome .breadcrumbs > span:last-of-type {
    /*background-color: transparent;*/ }
    .monitorizacaohome .breadcrumbs > span:last-of-type:after {
      display: none; }
  .monitorizacaohome .breadcrumbs > span:first-of-type:before {
    background-color: #005180; }
.monitorizacaohome .wrap-of-wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.page-template.mapa-siip .page-title {
  margin-top: 0; }
.page-template.mapa-siip #map {
  height: 600px; }
.page-template.mapa-siip #ProviderSubTypeContainer, .page-template.mapa-siip #NetworksContainer, .page-template.mapa-siip #RNCCITypeContainer {
  display: none; }
.page-template.mapa-siip .form-search label {
  color: #ec008c;
  font-weight: 300; }
.page-template.mapa-siip .form-search input[type="radio"] {
  /*position: static;
  width: 1px;
  height: 0;*/
  display: none; }
.page-template.mapa-siip .form-search input[type="radio"] + span {
  display: inline-block;
  width: 22px;
  height: 22px;
  cursor: pointer;
  border-radius: 22px;
  border: solid 1px #ec008c;
  vertical-align: middle;
  margin-right: 5px; }
.page-template.mapa-siip .form-search input[type="radio"]:checked + span {
  background-color: #ec008c; }
.page-template.mapa-siip .form-search-btn {
  background-color: #ec008c;
  color: #fff; }
.page-template.mapa-siip .search-results {
  margin-top: 15px;
  height: 198px;
  overflow: auto; }
.page-template.mapa-siip .search-detail,
.page-template.mapa-siip .search-results,
.page-template.mapa-siip .search-results-empty {
  display: none; }
.page-template.mapa-siip .search-results-list {
  margin: 0;
  margin-top: 10px;
  padding: 0; }
.page-template.mapa-siip .search-results-list li {
  list-style: none;
  padding-bottom: 8px; }
.page-template.mapa-siip .search-results-list li i {
  display: inline-block;
  width: 25px;
  height: 25px;
  font-size: 12px;
  font-weight: 300;
  line-height: 25px;
  border: solid 1px #4d4d4d;
  border-radius: 21px;
  vertical-align: middle;
  color: #fff;
  background-color: #4d4d4d;
  margin-right: 15px;
  text-align: center;
  font-style: normal; }
.page-template.mapa-siip .search-detail p {
  padding-bottom: 0; }
.page-template.mapa-siip .search-detail .search-contacts {
  float: right;
  background-color: #ec008c;
  color: #fff;
  padding: 0px 10px;
  margin-top: 15px; }
.page-template.mapa-siip .search-detail-name {
  font-size: 28px;
  line-height: 34px;
  color: #ec008c; }
.page-template.mapa-siip .iconmarker {
  width: 25px;
  height: 25px;
  line-height: 25px;
  border: solid 1px #4d4d4d;
  border-radius: 25px;
  color: #fff;
  background-color: #4d4d4d;
  text-align: center; }
.page-template.mapa-siip .search-detail .tab-content {
  padding: 0px 10px;
  border-left: solid 1px #ec008c;
  border-right: solid 1px #ec008c;
  border-bottom: solid 1px #ec008c;
  max-height: 524px;
  overflow: auto; }
.page-template.mapa-siip .schedule-weekday,
.page-template.mapa-siip .schedule-time {
  display: inline-block; }
.page-template.mapa-siip .schedule-weekday {
  font-weight: bold;
  width: 100px; }

.page-template.saudemaismain .saudemaislist {
  margin-top: 20px; }
.page-template.saudemaismain .saudemaislist-column-header {
  background: #ec008c;
  color: #fff;
  display: block;
  text-align: center;
  padding: 5px;
  margin-bottom: 10px; }
.page-template.saudemaismain .saudemaislist-items a {
  display: block;
  margin-bottom: 10px; }

.page-template.noticias-investimento .page-title {
  margin-top: 0; }
.page-template.noticias-investimento #map {
  height: 600px; }
.page-template.noticias-investimento .form-search label {
  color: #ec008c;
  font-weight: 300; }
.page-template.noticias-investimento .form-search input[type="radio"] {
  /*position: static;
  width: 1px;
  height: 0;*/
  display: none; }
.page-template.noticias-investimento .form-search input[type="radio"] + span {
  float: left;
  display: inline-block;
  width: 22px;
  height: 22px;
  cursor: pointer;
  border-radius: 22px;
  border: solid 1px #ec008c;
  vertical-align: middle;
  margin-right: 5px; }
.page-template.noticias-investimento .form-search input[type="radio"]:checked + span {
  background-color: #ec008c; }
.page-template.noticias-investimento .form-search-btn {
  background-color: #ec008c;
  color: #fff; }
.page-template.noticias-investimento .search-results {
  margin-top: 15px;
  height: 358px;
  overflow: auto; }
.page-template.noticias-investimento .search-results,
.page-template.noticias-investimento .search-results-empty {
  display: none; }
.page-template.noticias-investimento .search-detail-text {
  height: 425px;
  overflow: auto; }
.page-template.noticias-investimento .search-results-list {
  margin: 0;
  margin-top: 10px;
  padding: 0; }
.page-template.noticias-investimento .search-results-list li {
  list-style: none;
  padding-bottom: 8px; }
.page-template.noticias-investimento .search-results-list li i {
  float: left;
  display: inline-block;
  width: 25px;
  height: 25px;
  font-size: 12px;
  font-weight: 300;
  line-height: 25px;
  border: solid 1px #4d4d4d;
  border-radius: 21px;
  vertical-align: middle;
  color: #fff;
  background-color: #4d4d4d;
  margin-right: 15px;
  text-align: center;
  font-style: normal; }
.page-template.noticias-investimento .search-detail-name {
  font-size: 28px;
  line-height: 34px;
  color: #ec008c; }
.page-template.noticias-investimento .iconmarker {
  width: 25px;
  height: 25px;
  line-height: 25px;
  border: solid 1px #4d4d4d;
  border-radius: 25px;
  color: #fff;
  background-color: #4d4d4d;
  text-align: center; }
.page-template.noticias-investimento .search-detail-images {
  margin-bottom: 10px;
        /*.slick-dots li button:before
        {
            font-family: 'slick';
            font-size: 6px;
            line-height: 20px;

            position: absolute;
            top: 0;
            left: 0;

            width: 20px;
            height: 20px;

            content: 'â€¢';
            text-align: center;

            opacity: .25;
            color: black;

            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }*/ }
  .page-template.noticias-investimento .search-detail-images .slick-dots {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center; }
  .page-template.noticias-investimento .search-detail-images .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
  .page-template.noticias-investimento .search-detail-images .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    background-color: black;
    opacity: .25;
    border-radius: 20px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    /*background: transparent;*/ }
  .page-template.noticias-investimento .search-detail-images .slick-dots li button:hover,
  .page-template.noticias-investimento .search-detail-images .slick-dots li button:focus {
    outline: none;
    opacity: 1; }
  .page-template.noticias-investimento .search-detail-images .slick-dots li.slick-active button {
    opacity: .75;
    color: black; }
  .page-template.noticias-investimento .search-detail-images .slick-arrow {
    display: none; }
.page-template.noticias-investimento .dropdown-menu > .active > a {
  background-color: #ec008c; }
.page-template.noticias-investimento .dropdown-menu > li > a {
  padding: 3px 10px; }
.page-template.noticias-investimento .multiselect-container > li > a > label {
  padding: 3px 20px; }
.page-template.noticias-investimento .multiselect-container > li.active > a > label {
  color: #fff; }
.page-template.noticias-investimento .multiselect-native-select {
  display: block; }
.page-template.noticias-investimento .multiselect {
  width: 100%; }
.page-template.noticias-investimento .multiselect span {
  text-align: left;
  padding: 6px 28px 6px 0px; }
.page-template.noticias-investimento .multiselect-selected-text {
  font-weight: lighter;
  color: #555; }
.page-template.noticias-investimento .documents-list-item-date {
  color: #999;
  font-weight: 300; }

.page-template.reforma-sns .breadcrumbs > span:first-of-type:before {
  background-color: #ec008c; }
.page-template.reforma-sns .page-title {
  color: #ec008c;
  font-family: Raleway, sans-serif;
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 21px;
  padding-bottom: 0; }
.page-template.reforma-sns .buttonimage-content-reforma {
  background-color: #66B5A9;
  background: #66B5A9;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodÃ”Ã‡Å½EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #4fd6c0 0%, #18a192 100%);
  background: -webkit-linear-gradient(top, #4fd6c0 0%, #18a192 100%);
  background: linear-gradient(to bottom, #4fd6c0 0%, #18a192 100%);
  background-size: 100% auto;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fd6c0', endColorstr='#18a192',GradientType=0 );
  padding-top: 34px;
  height: 215px;
  font-family: "Raleway", sans-serif;
  color: #fff;
  margin-top: 3px;
  min-height: 195px;
  text-align: center;
  padding: 32px 6px 6px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400; }
  .page-template.reforma-sns .buttonimage-content-reforma h1, .page-template.reforma-sns .buttonimage-content-reforma h2, .page-template.reforma-sns .buttonimage-content-reforma h3, .page-template.reforma-sns .buttonimage-content-reforma h4, .page-template.reforma-sns .buttonimage-content-reforma h5, .page-template.reforma-sns .buttonimage-content-reforma h6 {
    margin: 0;
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 19px; }
  .page-template.reforma-sns .buttonimage-content-reforma h2 {
    font-size: 25px;
    height: 36px;
    margin-bottom: 0;
    font-family: "arconregular";
    padding: 0 20px; }
  .page-template.reforma-sns .buttonimage-content-reforma p {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    margin: 0; }
  .page-template.reforma-sns .buttonimage-content-reforma a {
    color: white; }
.page-template.reforma-sns .renovar-transformar-modernizar {
  margin: 15px -10px; }
  .page-template.reforma-sns .renovar-transformar-modernizar .row.vdivide [class*='col-']:not(:last-child):after {
    background: #00a293;
    width: 1px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 30px; }
  .page-template.reforma-sns .renovar-transformar-modernizar hr {
    background: #00a293;
    height: 2px;
    margin: 10px 0px; }
  .page-template.reforma-sns .renovar-transformar-modernizar h3 {
    color: #00a293;
    font-size: 18px;
    font-weight: 500;
    padding: 0; }
.page-template.reforma-sns footer.main {
  padding-top: 0; }
.page-template.reforma-sns .reforma-iris-single-buttons-container {
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center; }
  .page-template.reforma-sns .reforma-iris-single-buttons-container .single-buttons-image {
    max-height: 185px;
    padding: 10px 6px 20px 6px;
    border: 1px solid #ec008c; }
  .page-template.reforma-sns .reforma-iris-single-buttons-container .buttonimage-content-icon {
    color: #ec008c;
    margin-bottom: 10px;
    max-height: 50px; }
  .page-template.reforma-sns .reforma-iris-single-buttons-container h2 {
    color: #ec008c;
    font-family: Roboto, sans-serif;
    font-size: 16pt;
    line-height: 16pt;
    font-weight: 400;
    padding-bottom: 10px; }
  .page-template.reforma-sns .reforma-iris-single-buttons-container .enter-button {
    display: inline-block;
    width: 150px;
    height: 41px;
    line-height: 50px;
    color: white !important;
    padding: 7px 7px 7px 7px;
    border-radius: 3px;
    background-color: #ec008c;
    margin: 0px 70px; }
    .page-template.reforma-sns .reforma-iris-single-buttons-container .enter-button h4 {
      font-size: 18px; }
  .page-template.reforma-sns .reforma-iris-single-buttons-container .two-buttons {
    display: inline-block;
    width: 150px;
    height: 41px;
    line-height: 50px;
    color: white !important;
    padding: 7px 7px 7px 7px;
    border-radius: 3px;
    background-color: #ec008c;
    margin: 10px 0px; }
    .page-template.reforma-sns .reforma-iris-single-buttons-container .two-buttons h4 {
      font-size: 18px; }
.page-template.reforma-sns .faq-button {
  display: block;
  height: 41px;
  line-height: 50px;
  color: white !important;
  padding: 7px 7px 7px 7px;
  border-radius: 3px;
  background-color: #ec008c; }
  .page-template.reforma-sns .faq-button h4 {
    font-size: 18px;
    text-align: center; }
.page-template.reforma-sns .back {
  margin-bottom: 0;
  margin-top: 20px; }
.page-template.reforma-sns .reforma-iris-single-buttons-container:nth-last-child(2) h2 {
  color: white; }
  .page-template.reforma-sns .reforma-iris-single-buttons-container:nth-last-child(2) h2 p {
    padding-bottom: 0; }
.page-template.reforma-sns .reforma-iris-single-buttons-container:nth-last-child(1) .buttonimage-content-icon {
  height: 0px !important; }
.page-template.reforma-sns .reforma-iris-single-buttons-container:nth-last-child(1) h2 p {
  padding-bottom: 0px !important; }

@media (max-width: 767px) {
  .page-template.reforma-sns .single-buttons-image {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 300% !important; } }
@media (max-width: 440px) {
  .page-template.reforma-sns .single-buttons-image {
    max-height: 205px !important; } }
.page-template.boas-praticas .page-title {
  margin-top: 0; }
.page-template.boas-praticas #map {
  height: 600px; }
.page-template.boas-praticas .form-search label {
  color: #ec008c;
  font-weight: 300; }
.page-template.boas-praticas .form-search input[type="radio"] {
  /*position: static;
  width: 1px;
  height: 0;*/
  display: none; }
.page-template.boas-praticas .form-search input[type="radio"] + span {
  float: left;
  display: inline-block;
  width: 22px;
  height: 22px;
  cursor: pointer;
  border-radius: 22px;
  border: solid 1px #ec008c;
  vertical-align: middle;
  margin-right: 5px; }
.page-template.boas-praticas .form-search input[type="radio"]:checked + span {
  background-color: #ec008c; }
.page-template.boas-praticas .form-search-btn {
  background-color: #ec008c;
  color: #fff; }
.page-template.boas-praticas .search-results {
  margin-top: 15px;
  height: 358px;
  overflow: auto; }
.page-template.boas-praticas .search-results,
.page-template.boas-praticas .search-results-empty {
  display: none; }
.page-template.boas-praticas .search-detail-text {
  height: 425px;
  overflow: auto; }
.page-template.boas-praticas .search-results-list {
  margin: 0;
  margin-top: 10px;
  padding: 0; }
.page-template.boas-praticas .search-results-list li {
  list-style: none;
  padding-bottom: 8px; }
.page-template.boas-praticas .search-results-list li i {
  float: left;
  display: inline-block;
  width: 25px;
  height: 25px;
  font-size: 12px;
  font-weight: 300;
  line-height: 25px;
  border: solid 1px #4d4d4d;
  border-radius: 21px;
  vertical-align: middle;
  color: #fff;
  background-color: #4d4d4d;
  margin-right: 15px;
  text-align: center;
  font-style: normal; }
.page-template.boas-praticas .search-detail-name {
  font-size: 28px;
  line-height: 34px;
  color: #ec008c; }
.page-template.boas-praticas .iconmarker {
  width: 25px;
  height: 25px;
  line-height: 25px;
  border: solid 1px #4d4d4d;
  border-radius: 25px;
  color: #fff;
  background-color: #4d4d4d;
  text-align: center; }
.page-template.boas-praticas .search-detail-images {
  margin-bottom: 10px;
        /*.slick-dots li button:before
        {
            font-family: 'slick';
            font-size: 6px;
            line-height: 20px;

            position: absolute;
            top: 0;
            left: 0;

            width: 20px;
            height: 20px;

            content: 'â€¢';
            text-align: center;

            opacity: .25;
            color: black;

            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }*/ }
  .page-template.boas-praticas .search-detail-images .slick-dots {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center; }
  .page-template.boas-praticas .search-detail-images .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
  .page-template.boas-praticas .search-detail-images .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    background-color: black;
    opacity: .25;
    border-radius: 20px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    /*background: transparent;*/ }
  .page-template.boas-praticas .search-detail-images .slick-dots li button:hover,
  .page-template.boas-praticas .search-detail-images .slick-dots li button:focus {
    outline: none;
    opacity: 1; }
  .page-template.boas-praticas .search-detail-images .slick-dots li.slick-active button {
    opacity: .75;
    color: black; }
  .page-template.boas-praticas .search-detail-images .slick-arrow {
    display: none; }
.page-template.boas-praticas .dropdown-menu > .active > a {
  background-color: #ec008c; }
.page-template.boas-praticas .dropdown-menu > li > a {
  padding: 3px 10px; }
.page-template.boas-praticas .multiselect-container > li > a > label {
  padding: 3px 20px; }
.page-template.boas-praticas .multiselect-container > li.active > a > label {
  color: #fff; }
.page-template.boas-praticas .multiselect-native-select {
  display: block; }
.page-template.boas-praticas .multiselect {
  width: 100%; }
.page-template.boas-praticas .multiselect span {
  text-align: left;
  padding: 6px 28px 6px 0px; }
.page-template.boas-praticas .multiselect-selected-text {
  font-weight: lighter;
  color: #555; }
.page-template.boas-praticas .documents-list-item-date {
  color: #999;
  font-weight: 300; }

.page-template.concursos .page-title {
  margin-top: 0; }
.page-template.concursos #map {
  height: 600px; }
.page-template.concursos .form-search label {
  color: #ec008c;
  font-weight: 300; }
.page-template.concursos .form-search input[type="radio"] {
  /*position: static;
  width: 1px;
  height: 0;*/
  display: none; }
.page-template.concursos .form-search input[type="radio"] + span {
  float: left;
  display: inline-block;
  width: 22px;
  height: 22px;
  cursor: pointer;
  border-radius: 22px;
  border: solid 1px #ec008c;
  vertical-align: middle;
  margin-right: 5px; }
.page-template.concursos .form-search input[type="radio"]:checked + span {
  background-color: #ec008c; }
.page-template.concursos .form-search-btn {
  background-color: #ec008c;
  color: #fff; }
.page-template.concursos .search-results {
  margin-top: 15px;
  height: 358px;
  overflow: auto; }
.page-template.concursos .search-results,
.page-template.concursos .search-results-empty {
  display: none; }
.page-template.concursos .search-detail-text {
  height: 425px;
  overflow: auto; }
.page-template.concursos .search-results-list {
  margin: 0;
  margin-top: 10px;
  padding: 0; }
.page-template.concursos .search-results-list li {
  list-style: none;
  padding-bottom: 8px; }
.page-template.concursos .search-results-list li i {
  float: left;
  display: inline-block;
  width: 25px;
  height: 25px;
  font-size: 12px;
  font-weight: 300;
  line-height: 25px;
  border: solid 1px #4d4d4d;
  border-radius: 21px;
  vertical-align: middle;
  color: #fff;
  background-color: #4d4d4d;
  margin-right: 15px;
  text-align: center;
  font-style: normal; }
.page-template.concursos .search-detail-name {
  font-size: 28px;
  line-height: 34px;
  color: #ec008c; }
.page-template.concursos .iconmarker {
  width: 25px;
  height: 25px;
  line-height: 25px;
  border: solid 1px #4d4d4d;
  border-radius: 25px;
  color: #fff;
  background-color: #4d4d4d;
  text-align: center; }
.page-template.concursos .search-detail-images {
  margin-bottom: 10px;
        /*.slick-dots li button:before
        {
            font-family: 'slick';
            font-size: 6px;
            line-height: 20px;

            position: absolute;
            top: 0;
            left: 0;

            width: 20px;
            height: 20px;

            content: 'â€¢';
            text-align: center;

            opacity: .25;
            color: black;

            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }*/ }
  .page-template.concursos .search-detail-images .slick-dots {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center; }
  .page-template.concursos .search-detail-images .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
  .page-template.concursos .search-detail-images .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    background-color: black;
    opacity: .25;
    border-radius: 20px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    /*background: transparent;*/ }
  .page-template.concursos .search-detail-images .slick-dots li button:hover,
  .page-template.concursos .search-detail-images .slick-dots li button:focus {
    outline: none;
    opacity: 1; }
  .page-template.concursos .search-detail-images .slick-dots li.slick-active button {
    opacity: .75;
    color: black; }
  .page-template.concursos .search-detail-images .slick-arrow {
    display: none; }
.page-template.concursos .dropdown-menu > .active > a {
  background-color: #ec008c; }
.page-template.concursos .dropdown-menu > li > a {
  padding: 3px 10px; }
.page-template.concursos .multiselect-container > li > a > label {
  padding: 3px 20px; }
.page-template.concursos .multiselect-container > li.active > a > label {
  color: #fff; }
.page-template.concursos .multiselect-native-select {
  display: block; }
.page-template.concursos .multiselect {
  width: 100%; }
.page-template.concursos .multiselect span {
  text-align: left;
  padding: 6px 28px 6px 0px; }
.page-template.concursos .multiselect-selected-text {
  font-weight: lighter;
  color: #555; }
.page-template.concursos .documents-list-item-date {
  color: #999;
  font-weight: 300; }

/* 893 */
body.home footer.main {
  padding-top: 2px; }

footer.main {
  padding-top: 0;
  /* 80px */ }
  footer.main .box {
    background-color: #ece3e8;
    border: none; }
    footer.main .box .wraps {
      padding: 25px 25px 15px 25px;
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
  footer.main .widget {
    float: left;
    padding-right: 50px; }
  footer.main .logo-wrapper {
    float: right; }
    footer.main .logo-wrapper .logo {
      padding: 16px 3px 20px 0; }
  footer.main h3 {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700; }
  footer.main ul {
    list-style: none;
    padding: 0;
    margin: 9px 0 0; }
  footer.main a {
    text-decoration: none;
    color: #414141;
    font-size: 14px;
    line-height: 18px; }
    footer.main a:hover {
      color: #414141; }
  footer.main .box-2 {
    max-width: 1200px;
    padding: 12px 42px; }
    footer.main .box-2 a:first-of-type {
      /*margin-right: 35px;*/ }
    footer.main .box-2:before {
      /*content: " ";*/
      /*display: table;*/ }
    footer.main .box-2:after {
      /*content: " ";*/
      /*display: table;*/
      /*clear: both;*/ }
  footer.main p {
    font-size: 14px;
    float: right;
    line-height: 30px; }
  footer.main .share {
    position: relative;
    float: right;
    margin-top: -1px;
    margin-right: -35px;
    width: 115px; }
    
  footer.main span {
    padding-right: 6px;}  
    
    footer.main .share .stButton .stLarge {
      width: 20px;
      height: 19px; }
    footer.main .share span, footer.main .share a {
      margin: 0 !important;
      float: left;
      margin-left: 1px; }
      footer.main .share span.share-text, footer.main .share a.share-text {
        color: #58585B;
        font-weight: 700;
        margin-right: 7px;
        font-size: 15px; }
      footer.main .share span > span > span, footer.main .share a > span > span {
        background-image: url("images/shareico.png") !important;
        background-repeat: no-repeat;
        -webkit-background-size: 117px;
        background-size: 117px; }
    footer.main .share .st_linkedin_large .stButton .stLarge {
      background-position: -61px -2px;
      width: 20px; }
    footer.main .share .twitter_large .stButton .stLarge {
      background-position: -2px -2px; }
    footer.main .share .st_facebook_large .stButton .stLarge {
      background-position: -32px -2px; }
    footer.main .share .st_googleplus_large .stButton .stLarge {
      background-position: -89px -2px; }

.str footer.main .share span > span > span, .str footer.main .share a > span > span {
  background-image: url("images/shareicoblue.png") !important; }

.str.pne footer.main .share span > span > span, .str.pne footer.main .share a > span > span {
  background-image: url("images/shareicoorange.png") !important; }

/* 3012 */
.institucional footer.main, .cidadao footer.main, .profissional footer.main, .sns footer.main {
  padding-top: 20px; }

/* 3370 */
.grn footer.main {
  /*padding-top: 20px;*/ }

footer .socialgroup > span, footer .spsm > span {
  display: block;
  font-size: 10px;
  margin-bottom: 4px;

  }
footer .spsm {
  float: right;
  text-align: right;
  height: 60px; }
  footer .spsm > a {
    margin-right: 10px; }
    footer .spsm > a img {
      float: right;
      width: 75px; }
footer .socialgroup {
  float: right;
  margin-right: 10px; }
footer .f-note {
  margin: 0;
  font-size: 13px;
  text-align: center;
  line-height: 30px;
  float: right;
  position: relative;
  bottom: 15px; }

/* 3906 */
footer.main {
  overflow: hidden; }
  footer.main .box-2 > :first-child {
    /*display: inline-block;*/
    /*float: left;*/ }
    footer.main .box-2 > :first-child img {
      /*margin-top: 10px;*/ }
  footer.main .box-2 > :nth-child(2) {
    /*display: inline-block;*/
    /*float: left;*/ }
    footer.main .box-2 > :nth-child(2) img {
      /*margin-top: 10px;*/ }

/*BTN OPINION*/
.btn-opinion {
  position: fixed;
  right: 0;
  top: 100px;
  z-index: 1000; }

.btn-opinion-open .btn-opinion-overlay {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

.btn-opinion .btn-opinion-title {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: -1px 3px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -1px 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: -1px 3px 5px rgba(0, 0, 0, 0.3);
  border: 0;
  display: block;
  margin: 0;
  padding: 15px 25px;
  width: 160px;
  background-color: #ec008c;
  font-weight: 700;
  color: #fff;
  outline: 0; }

.btn-opinion-open .btn-opinion-title {
  padding: 8px;
  width: 100%; }

.btn-opinion-container {
  display: none;
  border: 3px solid #ec008c;
  padding: 5px 10px;
  background-color: #fff; }

.btn-opinion-open .btn-opinion-container {
  display: block; }

.btn-opinion-container .frm_style_formidable-style.with_frm_style fieldset {
  margin-top: 0; }

/*SEAL*/
/* cyrillic-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Fira Sans Light"), local("FiraSans-Light"), url(https://fonts.gstatic.com/s/firasans/v6/VTBnrK42EiOBncVyQXZ7j6-j2U0lmluP9RWlSytm3ho.woff2) format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; }
/* cyrillic */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Fira Sans Light"), local("FiraSans-Light"), url(https://fonts.gstatic.com/s/firasans/v6/VTBnrK42EiOBncVyQXZ7j5X5f-9o1vgP2EXwfjgl7AY.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
/* greek */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Fira Sans Light"), local("FiraSans-Light"), url(https://fonts.gstatic.com/s/firasans/v6/VTBnrK42EiOBncVyQXZ7j6aRobkAwv3vxw3jMhVENGA.woff2) format("woff2");
  unicode-range: U+0370-03FF; }
/* latin-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Fira Sans Light"), local("FiraSans-Light"), url(https://fonts.gstatic.com/s/firasans/v6/VTBnrK42EiOBncVyQXZ7jz0LW-43aMEzIO6XUTLjad8.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Fira Sans Light"), local("FiraSans-Light"), url(https://fonts.gstatic.com/s/firasans/v6/VTBnrK42EiOBncVyQXZ7j-gdm0LZdjqr5-oayXSOefg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
/* cyrillic-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Fira Sans Bold"), local("FiraSans-Bold"), url(https://fonts.gstatic.com/s/firasans/v6/DugPdSljmOTocZOR2CItOq-j2U0lmluP9RWlSytm3ho.woff2) format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; }
/* cyrillic */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Fira Sans Bold"), local("FiraSans-Bold"), url(https://fonts.gstatic.com/s/firasans/v6/DugPdSljmOTocZOR2CItOpX5f-9o1vgP2EXwfjgl7AY.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
/* greek */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Fira Sans Bold"), local("FiraSans-Bold"), url(https://fonts.gstatic.com/s/firasans/v6/DugPdSljmOTocZOR2CItOqaRobkAwv3vxw3jMhVENGA.woff2) format("woff2");
  unicode-range: U+0370-03FF; }
/* latin-ext */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Fira Sans Bold"), local("FiraSans-Bold"), url(https://fonts.gstatic.com/s/firasans/v6/DugPdSljmOTocZOR2CItOj0LW-43aMEzIO6XUTLjad8.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Fira Sans Bold"), local("FiraSans-Bold"), url(https://fonts.gstatic.com/s/firasans/v6/DugPdSljmOTocZOR2CItOugdm0LZdjqr5-oayXSOefg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

@media (max-width: 991px) {
  .header-search-submit {
    width: auto; }

  .box-video {
    margin-top: 30px; }

  .slider p {
    width: 100%; }

  .box-document-seemore {
    font-size: 16px;
    /*font-size: 1.2vw;*/ }

  .slider, .slider .slide-content, .slider .slide, .slider .slide > img {
    height: 440px; }

  .slider .slide, .slider .slide > img {
    min-height: 1px; }
  .slider h1 {
    padding-bottom: 88px; } 
    
  .slider p {
      font-size: 28px;
      line-height: 28px;
      font-weight: 400;
      text-align: center;}  
    
    }
@media (max-width: 479px) {
  .linkbutton {
    white-space: normal; }

  .pdt .top-home-bar,
  .str .breadcrumbs > span:first-of-type,
  .pne .breadcrumbs > span:first-of-type {
    padding-left: 15px; }

  .pdt .breadcrumbs > span:first-of-type {
    padding-left: 0; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .box-content-title {
    font-size: 17px;
    /* fallback */
    font-size: 1.67vw; }

  .box-content .fa-chevron-right, .box-arrow {
    font-size: 25px;
    /* fallback */
    font-size: 2.50vw;
    margin-top: calc(-2.50vw/2); }

  .box-video iframe {
    height: 193px;
    height: 16.10vw; }

  .box-video-description h3 {
    font-size: 15px;
    /* fallback */
    font-size: 1.51vw; }

  .box-video-description {
    font-size: 15px;
    /* fallback */
    font-size: 1.34vw;
    padding: 1.25vw; }

  .box-seemore {
    font-size: 12px;
    /* fallback */
    font-size: 1.2vw; }

  .box-seemore .fa {
    font-size: 22px;
    font-size: 1.2vw; } }
@media (min-width: 768px) and (max-width: 991px) {
  .box-small .box-content {
    padding-left: 10px; }

  .box-video iframe {
    height: 300px; }

  .highlight-item-title {
    font-size: 27px; }

  .buttonimage-wrapper {
    margin-bottom: 20px; }

  .buttonimage .buttonimage-image,
  .buttonimage-image .inner-slide {
    height: 130px; }

  .buttonimage-content {
    height: 140px;
    min-height: 140px; }

  .buttonimage-content-icon {
    height: 50px;
    margin-bottom: 15px; } }
@media (max-width: 767px) {
  .highlight-item:first-child,
  .buttonimage-wrapper:first-child {
    margin-top: 0; }

  .highlight-item,
  .buttonimage-wrapper {
    margin-top: 20px; }

  .box-small {
    margin-top: 10px; }

  .box-margin-bottom {
    margin-bottom: 0; }

  .box-big .box-content {
    padding-top: 10px;
    padding-bottom: 10px; }

  .box-big .box-content-title {
    margin-top: 0; }

  .box-seemore {
    font-size: 12px;
    /* fallback */
    /*font-size: 1.2vw;*/ }

  .box-seemore .fa,
  .box-document-seemore {
    font-size: 16px;
    /*font-size: 1.2vw;*/ }

  .tab-out-wrap .tab-labels a {
    height: auto; }

  .tab-out-wrap-dark-blue .tab-labels a {
    height: auto; }

  .accordion-item-content {
    padding: 10px 4px; }

  .accordion-item-content-image {
    margin-bottom: 10px; }

  .accordion-item-content-image img {
    margin-left: auto;
    margin-right: auto; }

  .slider {
    height: 349px; }
    .slider .slide {
      height: 349px; }
    .slider .slide > img {
      /*height: 100%;*/
      /*object-fit: fill !important;*/
      /*object-position: center !important;*/
      height: 349px; }
    .slider h1 {
      padding: 1px 0 72px 0;
      /*text-align: center;*/
      font-size: 30px;
      line-height: 42px; }
      .slider h1 {
        font-size: 38px;
        line-height: 35px; }
    .slider .slick-dots {
      display: none !important; } }
      
      
     
@media (max-width: 1199px) {
      
header.main nav.main ul {
    padding-right: 5px;
}

header.main nav.main li {
    margin-right: 14px;
}
}      
      
      
@media (max-width: 1023px) {

header.main nav.main {
      display: none; }

  header.main {
    height: 74px;
    /*background-color: $color1;*/ }
    
    header.main nav.main-mobile {
      display: block;
      z-index: 10; }

    header.main .dl-menuwrapper {
      top: 8px; } }
      
      
      
@media (max-width: 991px) {
  header.main .dl-menuwrapper {
    top: -45px; 
    }      
}  
     
@media (max-width: 767px) {
  header.main .iris-container {
    padding-left: 15px;
    padding-right: 15px; }
  header.main .dl-menuwrapper button {
    right: 15px; }
  header.main .logo {
    display: none; }
  header.main .logo-mobile {
    display: block;
    z-index: 20;
    position: relative;
    float: left; }
  header.main .logo-mobile img {
    max-height: 50px; } 
  header.main .dl-menuwrapper {
      top: -30px; }
    }
@media (max-width: 378px) {   
  header.main .dl-menuwrapper {
      top: -38px; }
    } 
    
/* 900 */
@media (max-width: 1150px) {
  footer.main .box-2 p {
    width: 300px; } }
@media (max-width: 866px) {
  footer.main .box-2 p {
    width: 100%; } }
/* 1134 */
@media (max-width: 1199px) {
  footer.main .widget {
    padding-right: 0;
    width: 20%; }
  footer.main .widget a,
  footer.main .widget h3 {
    font-size: 13px; }
  footer.main .logo-wrapper {
    float: none;
    clear: both;
    text-align: center; }
  footer.main .logo-wrapper .logo {
    padding: 0;
    padding-top: 10px; }
  footer.main .btn-opinion {
    top: 120px; } }
@media (max-width: 991px) {
  footer.main .widget {
    width: 20%;
    padding-right: 0; }
  footer.main .widget a,
  footer.main .widget h3 {
    font-size: 13px; }
  footer.main .logo-wrapper {
    float: none;
    text-align: center;
    clear: both; }
    footer.main .logo-wrapper .logo {
      max-width: 100%;
      padding-right: 0;
      padding-top: 30px; }
  footer.main .logo-ms.ms2 {
    margin-bottom: 19px; }
  footer.main p {
    font-size: 11px; } }
@media (max-width: 767px) {
  footer.main .widget {
    float: none;
    width: 100%;
    padding-bottom: 20px; }
  footer.main .box-2 {
    padding-top: 25px; }
    footer.main .box-2 p {
      font-size: 14px;
      float: none;
      line-height: 22px; }
  footer.main .logo-ms {
    margin-bottom: 10px; }

  footer.main .box-2 > :first-child img {
    margin-top: 0; }
  footer.main .box-2 > :nth-child(2) {
    display: inline;
    float: none; }
    footer.main .box-2 > :nth-child(2) img {
      margin-top: 0; }

  footer .socialgroup {
    float: left;
    /*float: none;
    margin: 32px auto;
    clear: both;*/ }
    footer .socialgroup > span {
      /*left: initial;*/
      /*text-align: center;*/
      /*margin: 0 auto;*/
      /*display: block;*/ }

  .btn-opinion {
    left: 0;
    width: 100%;
    bottom: 0;
    top: auto; }

  .btn-opinion-open {
    position: absolute;
    top: 0; }

  .btn-opinion .btn-opinion-title {
    width: 100%; }

  /*.btn-opinion, .btn-opinion-open {
    display:none;
  }*/ }
@media (max-width: 991px) {
  .col-images {
    float: left; }

  .col-images-image {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px; } }
@media (max-width: 767px) {
  .single-iris-entities section.main .iris-container,
  .page-template.entitiesmain section.main .iris-container {
    padding: 10px; }

  .post-type-archive-noticias article.content .iris-page-header form,
  .page-template.documents article.content .iris-page-header form,
  .page-template.documents-hosp article.content .iris-page-header form,
  .page-template.documents-inter article.content .iris-page-header form {
    width: 100%;
    max-width: 476px; }
    .post-type-archive-noticias article.content .iris-page-header form input[type="submit"],
    .page-template.documents article.content .iris-page-header form input[type="submit"],
    .page-template.documents-hosp article.content .iris-page-header form input[type="submit"],
    .page-template.documents-inter article.content .iris-page-header form input[type="submit"] {
      margin-top: 10px;
      margin-left: 37px;
      clear: both; } }
@media (max-width: 479px) {
  section.main .iris-container {
    padding-left: 15px;
    padding-right: 15px; }

  .post-type-archive-noticias article.content .iris-page-header form,
  .page-template.documents article.content .iris-page-header form,
  .page-template.documents-hosp article.content .iris-page-header form,
  .page-template.documents-inter article.content .iris-page-header form {
    width: 100%; }
    .post-type-archive-noticias article.content .iris-page-header form .datepicker,
    .page-template.documents article.content .iris-page-header form .datepicker,
    .page-template.documents-hosp article.content .iris-page-header form .datepicker,
    .page-template.documents-inter article.content .iris-page-header form .datepicker {
      margin-bottom: 10px; }
    .post-type-archive-noticias article.content .iris-page-header form label,
    .page-template.documents article.content .iris-page-header form label,
    .page-template.documents-hosp article.content .iris-page-header form label,
    .page-template.documents-inter article.content .iris-page-header form label {
      clear: both; }
    .post-type-archive-noticias article.content .iris-page-header form input[type="submit"],
    .page-template.documents article.content .iris-page-header form input[type="submit"],
    .page-template.documents-hosp article.content .iris-page-header form input[type="submit"],
    .page-template.documents-inter article.content .iris-page-header form input[type="submit"] {
      margin-top: 0; } }
@media (min-width: 768px) and (max-width: 1199px) {
  .grn .big-box-custom-page .box-in > ul > li.ico-two-columns.sthng {
    padding-left: 20px;
    padding-right: 20px;
    width: 34%; } }
@media (min-width: 768px) and (max-width: 991px) {
  .page.page-id-189.grn .big-box-custom-page .box-in > ul > li.ico-two-columns {
    /*height: 300px !important;*/
    padding-top: 10px; }

  .page.page-id-189.grn .big-box-custom-page .box-in > ul > li.ico-two-columns.sthng a img {
    max-width: 100%;
    display: block;
    height: auto; }
  .page.page-id-189.grn .big-box-custom-page .box-in > ul > li > a {
    padding-top: 0;
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    margin-top: -35px; } }
@media (max-width: 991px) {
  .aio .boxbuttons-boxbutton {
    margin-bottom: 10px; }
  .aio .boxbuttons-boxbutton:nth-child(3n+0) {
    padding-left: 0; } }
@media (max-width: 767px) {
  .aio .boxbuttons-boxbutton {
    padding-left: 0; }

  .page.page-id-189.grn .big-box-custom-page .box-in > ul > li.ico-two-columns {
    height: auto !important; }

  .grn .big-box-custom-page .box-in > ul > li.ico-two-columns.sthng {
    padding: 10px; }

  .aio.grn .big-box-custom-page .box-in > ul > li.cols1x3,
  .aio.grn .big-box-custom-page .box-in > ul > li.cols2x3,
  .aio.grn .big-box-custom-page .box-in > ul > li.cols1x4 {
    border-right: none;
    border-bottom: solid 2px #fff; } }
@media (max-width: 480px) {
  .aio.grn .big-box-custom-page .box-in > ul > li > ul > li {
    width: 100%; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .news-item-title {
    font-size: 15px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .box-big .box-content-title {
    margin-top: 3.54vw;
    /* 35px */ }

  .box-news .box-content {
    height: 270px; }

  .box-news .box-header-title,
  .box-newsletter .box-header-title {
    font-size: 30px; }

  .news-item-image, .news-item-title, .news-item-text {
    max-width: 100%; }

  .news-item-image {
    /*max-height: 105px;*/
    max-height: none; }

  /*.box-highlights .box-header-title {
    font-size: 25px;
  }*/
  .box-highlights, .box-newsletter {
    margin-top: 30px;
    margin-bottom: 0; }

  .box-highlights-list-item .text {
    font-size: 16px; }

  .box-highlights-list-item .icon {
    font-size: 25px; }

  .news-item-title {
    /*font-size:15px;*/ } }
@media (max-width: 991px) {
  .slider .slide-content {
    padding-left: 0;
    padding-right: 0; }

  .slider .inside-slide {
    display: block;
    background-color: rgba(0, 0, 0, 0.4);
    padding-bottom: 0; }
    
    .slider .inside-slide h1 {
      padding: 40px 40px 10px 40px;
      font-size: 30px;
      line-height: 32px;
      text-align: center; }
      
    .slider .inside-slide p {
      padding-bottom: 40px;
     }

  .str.pne .slider .inside-slide, .pdt .slider .inside-slide {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.4); }
    .str.pne .slider .inside-slide h1, .pdt .slider .inside-slide h1 {
      padding: 0;
      float: left;
      text-align: left; }
    .str.pne .slider .inside-slide p, .pdt .slider .inside-slide p {
      width: auto;
      padding: 0; }
    .str.pne .slider .inside-slide img, .pdt .slider .inside-slide img {
      margin-left: auto;
      margin-right: auto; }

  .str .wrap-of-wrap, .monitorizacaohome .wrap-of-wrap {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    padding: 10px; }
  .str .wrap-of-wrap .text-img-wrapper, .monitorizacaohome .wrap-of-wrap .text-img-wrapper {
    position: relative;
    top: auto;
    transform: none;
    padding-left: 0; }
    .str .wrap-of-wrap .text-img-wrapper .text, .monitorizacaohome .wrap-of-wrap .text-img-wrapper .text {
      /*float:left;*/
      text-align: left; }
      .str .wrap-of-wrap .text-img-wrapper .text h1, .str .wrap-of-wrap .text-img-wrapper .text strong, .monitorizacaohome .wrap-of-wrap .text-img-wrapper .text h1, .monitorizacaohome .wrap-of-wrap .text-img-wrapper .text strong {
        font-size: 30px;
        line-height: 32px; }
    .str .wrap-of-wrap .text-img-wrapper img, .monitorizacaohome .wrap-of-wrap .text-img-wrapper img {
      /*float: left;*/
      margin: 0.5em 1em 0.5em 0;
      margin-left: auto;
      margin-right: auto; } }
@media (max-width: 767px) {
  .home .absolute-slider {
    width: 85%;
    left: 7.5%; }
    .home .absolute-slider .slick-prev {
      left: -8%; }
    .home .absolute-slider .slick-next {
      right: -8%; }

  .slider .inside-slide h1 {
    font-size: 25px;
    line-height: 27px; }
    .slider .inside-slide h1 strong {
      font-size: 30px;
      line-height: 32px; }

  .str.pne .slider .inside-slide h1, .pdt .slider .inside-slide h1 {
    font-size: 20px;
    line-height: 22px; }

  .str .wrap-of-wrap .text-img-wrapper .text h1, .str .wrap-of-wrap .text-img-wrapper strong, .monitorizacaohome .wrap-of-wrap .text-img-wrapper .text h1, .monitorizacaohome .wrap-of-wrap .text-img-wrapper strong {
    font-size: 20px;
    line-height: 22px; }

  .box-transparencia .img-responsive,
  .box-small .img-responsive {
    display: inline; }

  .box-news .box-content {
    height: auto; }

  .news-item:first-child {
    margin-top: 0; }

  .news-item {
    margin-top: 10px; }

  .news-item-image, .news-item-title, .news-item-text {
    max-width: none; }

  .news-item-image {
    max-height: none; }

  .news-item-date {
    display: block;
    position: relative;
    margin-top: 10px; }

  .box-news {
    margin-bottom: 10px; } }
@media (max-width: 479px) {
  .home .absolute-slider {
    width: 80%;
    left: 10%; }
    .home .absolute-slider .slick-prev {
      left: -10%; }
    .home .absolute-slider .slick-next {
      right: -10%; }
  .home .news-item-image, .home .news-item-title, .home .news-item-text {
    max-width: 100%; }
  .home .box-content-title {
    font-size: 20px;
    font-size: 4.17vw;
    /* 20px */ }
  .home .box-content .fa-chevron-right, .home .box-arrow {
    font-size: 6.26vw;
    /* 30px */
    margin-top: -3.13vw; }
  .home .box-newsletter button .fa-chevron-right {
    margin-top: 0; }

  .box-newsletter {
    height: auto; }

  .box-newsletter .box-content input {
    width: 90%; }

  .box-newsletter .box-content input[type="text"] {
    width: 100%;
    margin-right: 0;
    display: block; }

  /*.box-newsletter .box-content button {
    width: 100%;
  }*/
  .box-highlights-list-item .text {
    font-size: 25px;
    font-size: 5.2vw;
    line-height: 6.2vw; }

  .str.pne .slider .inside-slide h1 {
    width: 67vw; } }
@media (max-width: 767px) {
  .entitydetails {
    text-align: left; }

  .entitydetails img {
    margin-left: 0;
    margin-right: auto; }

  .single-iris-entities .linkbutton {
    width: 100%; } }
@media (max-width: 991px) {
  .organigram-block-content {
    font-size: 15px; }

  .organigram-column-block span {
    font-size: 14px; }

  .organigram-child-block {
    font-size: 12px; } }
@media (max-width: 767px) {
  .organigram-horizontal-line {
    display: none; }

  .organigram-block {
    width: 100%;
    margin-top: 15px; }

  .organigram-block-left, .organigram-block-right {
    float: none; }

  .organigram-root:after, .organigram-block:before {
    border: none; }

  .organigram-column-header span {
    font-size: 14px;
    line-height: 18px; }

  .organigram-column-block span,
  .organigram-child-block {
    font-size: 1.9vw; } }
@media (max-width: 480px) {
  .organigram-column-block span,
  .organigram-child-block {
    font-size: 12px;
    font-size: 2.5vw; } }
@media (max-width: 767px) {
  	/*.post-type-archive-noticias {
  		article.content .iris-page-header form {
  			width: 100%;
  			max-width: 476px;
  
  			input[type="submit"] {
  				margin-top: 10px;
  				margin-left: 37px;
  				clear:both;
  			}
  		}
  	}*/ }
@media (max-width: 479px) {
  	/*.post-type-archive-noticias {
  		article.content .iris-page-header form {
  			width: 100%;
  
  			.datepicker {
  				margin-bottom: 10px;
  			}
  
  			label {
  				clear:both;
  			}
  
  			input[type="submit"] {
  				margin-top: 0;
  				
  			}
  		}
  	}*/ }
@media (min-width: 922px) {
  .page-template.pdt .buttonimage-wrapper {
    margin-top: 20px; } }
@media (max-width: 991px) {
  .page-template.pdt .ods-widgets {
    margin-bottom: 20px; }
  .page-template.pdt .counter {
    margin-bottom: 20px; } }
@media (max-width: 768px) {
  .page.sublist article.content ul li,
  .page.sublist article.content ul li:nth-child(2n) {
    float: none;
    width: 100%; } }
@media (max-width: 991px) {
  .page-template.documents .box-document-seemore .fa,
  .page-template.documents-hosp .box-document-seemore .fa,
  .page-template.documents-inter .box-document-seemore .fa {
    font-size: 16px; } }
@media (max-width: 767px) {
  .page-template.reforma .slider .inside-slide h1 {
    font-size: 20px;
    line-height: 22px; }
  .page-template.reforma .slider .inside-slide p {
    font-size: 12px; } }
@media (max-width: 1200px) {
  .monitorizacaohome .row-2 .col .sub-col-wrapper {
    width: 50%; } }
@media (max-width: 767px) {
  .monitorizacaohome .row-2 .col .sub-col-wrapper {
    width: 100%; } }
.home-video #container {
  background: url("images/livestream_wallpaper.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
.home-video html,
.home-video body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: transparent; }
.home-video #container {
  min-height: 670px;
  position: relative; }
.home-video #header {
  padding: 10px; }
.home-video #body {
  padding: 10px;
  padding-bottom: 60px;
  /* Height of the footer */ }
.home-video #footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  /* Height of the footer */ }
.home-video .content {
  width: 100%;
  height: 600px;
  max-width: 832px;
  position: absolute;
  /*it can be fixed too*/
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  /*this to solve "the content will not be cut when the window is smaller than the content": */
  /*max-width:100%;*/
  max-height: 100%;
  overflow: auto; }
  .home-video .content iframe {
    width: 100%;
    height: 468px;
    frameborder: 0;
    scrolling: no; }
.home-video .institution-logos {
  padding: 10px;
  text-align: left; }
.home-video .institution-logos img {
  margin: 0 15px;
  max-height: 50px;
  height: auto; }
.home-video .site-inner {
  display: none; }
.home-video .half-left img,
.home-video .half-right img {
  height: auto;
  width: 100%; }
@media (max-width: 767px) {
  .home-video .content iframe {
    height: 100%; }
  .home-video .content {
    height: auto; }
  .home-video #container {
    height: auto; } }

.monitorizacao-theme header.main .widget_search input[type="submit"],
.monitorizacao-theme header.main nav.main .menu-item-has-children > .sub-menu > .menu-item-has-children:hover > a,
.monitorizacao-theme header.main nav.main .menu-item-has-children > .sub-menu a:hover {
  background-color: #005180; }
.monitorizacao-theme header.main nav.main .menu-item-has-children > .sub-menu {
  border-top-color: #005180; }
.monitorizacao-theme a,
.monitorizacao-theme header.main nav.main a:hover,
.monitorizacao-theme header.main nav.main .menu-item-has-children:hover > a,
.monitorizacao-theme header.main nav.main .menu-item-has-children:hover > .icon {
  color: #005180; }
.monitorizacao-theme .back {
  background-color: #005180 !important; }
.monitorizacao-theme .page-title {
  color: #005180 !important; }
.monitorizacao-theme .breadcrumbs {
  background-color: #005180; }
  .monitorizacao-theme .breadcrumbs > span:after {
    border-color: transparent transparent transparent #005180; }
  .monitorizacao-theme .breadcrumbs > span:first-of-type {
    background-color: #005180; }
    .monitorizacao-theme .breadcrumbs > span:first-of-type:after {
      border-color: transparent transparent transparent #005180; }
  .monitorizacao-theme .breadcrumbs > span:nth-of-type(2) {
    background-color: #005d94; }
    .monitorizacao-theme .breadcrumbs > span:nth-of-type(2):after {
      border-color: transparent transparent transparent #005d94; }
  .monitorizacao-theme .breadcrumbs > span:nth-of-type(3) {
    background-color: #006aa7; }
    .monitorizacao-theme .breadcrumbs > span:nth-of-type(3):after {
      border-color: transparent transparent transparent #006aa7; }
  .monitorizacao-theme .breadcrumbs > span:nth-of-type(4) {
    background-color: #0076bb; }
    .monitorizacao-theme .breadcrumbs > span:nth-of-type(4):after {
      border-color: transparent transparent transparent #0076bb; }
  .monitorizacao-theme .breadcrumbs > span:nth-of-type(5) {
    background-color: #0083ce; }
    .monitorizacao-theme .breadcrumbs > span:nth-of-type(5):after {
      border-color: transparent transparent transparent #0083ce; }
  .monitorizacao-theme .breadcrumbs > span:last-of-type {
    /*background-color: transparent;*/ }
    .monitorizacao-theme .breadcrumbs > span:last-of-type:after {
      display: none; }
  .monitorizacao-theme .breadcrumbs > span:first-of-type:before {
    background-color: #005180; }



/*! PAGE STYLE CHANGE */
 
#content a, #content a:link, #content a:active, #content a:hover {text-decoration: none;}
#content a, #content a:link, #content a:active {color: #ec008c;}
#content a:hover {color: #c00072;}
 
#destaque h2 {line-height:1;}
#destaque h2 a {color: #c00072;}
#destaque h2 a:hover {color: #333;}

#destaque .col-sm-6 {min-height:250px}

#events div .badge {
    width: 52px;
    height: 52px;
    border-radius: 0;
    background: #333;
    float: left;
    margin: 0 17px 0 0;
    padding: 13px 0 0 0;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
}

#events .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 6px;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999999;
    border-radius: 10px;
}

#events .agenda-ative {
    padding: 12px;
}

#events .agenda-futuro {
    padding: 12px;
}

#events h3 {
    font-size: 16px;
    margin:2px 0;
    padding:0;
}

#events a:hover {
    color: #222;
}


#events p {
    font-size: 11px;
    margin:0;
    padding:0;
}


#newsletter {
   margin-top:50px;
   display: table;
}


#content .col-middle {
    vertical-align: middle;
}
#content .col-height {
    display: table-cell;
    float: none;
    height: 100%;
}


#content .row{
    margin-left: 0;
    margin-right: 0;
}

#content .comment-form{
    display: none;
}


#content .news-head h1, #content .agenda-main h1  {
    margin: 15px 0 5px 0;
    padding: 0;
}

#content .news-head h2, #content .agenda-main h2 {
    margin: 0;
    padding: 0;
    color: #ec008c;
    font-size: 22px;
}


#content .agenda-top {
    margin-top: 25px;
}

#content .image-left, #content .image-right,  #content .image-center{
    display: block;
    height: auto;
    max-width: 100%;
    min-width: 100%;
    padding: 20px 0;
}

#content .image-left img, #content .image-right img,  #content .image-center img{
    max-width: 100%;
    min-width: 100%;
}

#content img {
    max-width: 100%;
    height: auto;
}

#content img {
    border: 0 none;
    margin: 0;
    padding: 0;
}
#content img {
    vertical-align: middle;
}

#content .image-caption {
    display: block;
    font-size: 12px;
    text-align: right;
    font-weight: 600;
    padding: 5px 0;
}


#content .otherNews h2, #content .otherEvents h2 {
    font-weight: lighter;
    color: #ca0078;
    border-bottom: 1px solid #ca0078;
    font-size: 22px;
    margin-top: 15px;
}

#content .otherGallerie h2 {
    font-weight: 400;
    color: #333;
    border-bottom: 1px solid #ca0078;
    font-size: 22px;
    margin-top: 35px;
}


#content .otherNews .lastNews-title, #content .otherEvents .lastEvents-title {
    padding-top: 20px;
    font-weight: 700;
}


#content .otherGallerie .gallerie-title {
    padding-top: 20px;
    font-weight: 400;
}

#content .otherNews .lastNews, #content .lastNews, #content .lastEvents {
    font-size: 16px;
    line-height: 21px;
    font-family: Roboto,sans-serif;
    font-weight: lighter;
}


#content article {
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    font-family: Roboto,sans-serif;
    font-weight: lighter;
}


#content article .box-header-seemore{
    position: absolute;
    right: 0;
    top: 10px;
    line-height: 35px;
}

#content .lastNews-title, #content .lastEvents-title {
    padding-top: 35px;
    font-weight: 400;
    color: #111;
    font-size: 18px;
}

#content .lastNews-title a, #content .lastEvents-title a {
    color: #111;
}

#content .lastNews-title a:hover, #content .lastEvents-title a:hover {
    color: #ec008c;
}

#content .lastNews-content, #content .lastEvents-content {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
}

#content .lastNews-date, #content .lastEvents-date {
    font-size: 11px;
    font-weight: 600;
    text-align: left;
    color: #555;
}

#content .news-body-top, #content .agenda-body-top {
    padding: 0 0 25px 0;
}


#content .genericbox h1, #content .galleria h1{
    color: #ec008c;
    font-size: 28px !important;
    font-weight: lighter;
    font-family: Raleway,sans-serif;
    line-height: 1.2;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 21px;
}


#content .genericbox h2 {
    margin-top: -20px;
}

#content .dow-wrapper {
    background: url("/files/26/2613.png") no-repeat scroll left center #eee;
    margin: 20px 0;
    padding: 0 50px 24px 100px;
    border-radius: 5px;
}

#content .dow-wrapper a {
    color: #c2161c;
}

#content .dow-wrapper:hover {
    background: url("/files/26/2613.png") no-repeat scroll left center #dfdfdf;
}

#content .dow-wrapper a:hover {
    color: #e14045;
}

#content .dow-wrapper h2 {
    font-size: 18px !important;
    font-weight: 400;
    font-family: Roboto,sans-serif;
    line-height: 1.2;
    padding: 0;
    margin-bottom: 0;
}

#content .news-archive {
    border: 1px solid #e5e5e5;
    background: none repeat scroll 0 0 rgba(251, 251, 251, 1);
    min-height: 300px;
    margin: 0 0 30px 0;
}


#content .events-archive {
    border: 1px solid #e5e5e5;
    background: none repeat scroll 0 0 rgba(251, 251, 251, 1);
    min-height: 450px;
    margin: 0 0 30px 0;
}

#content .news-archive .news-img {
    height: 170px;
    overflow: hidden;
    position: relative;
}

#content  .news-archive .news-img img {
    height: 100%;
    width: 100%;
}

#content .events-archive .events-img {
    height: 320px;
    overflow: hidden;
    position: relative;
    background: url("/files/26/2634.png") no-repeat scroll center center #e7ebee;
}

#content .events-archive .events-img img{
    height: 100%;
    width: 100%;
}



#content .news-archive .data {
    bottom: 0;
    right: 0;
    position: absolute;
    width: auto;
    z-index: 8;
}


#content .readmore {
    bottom: 42px;
    right: 30px;
    position: absolute;
    width: auto;
    z-index: 8;
}

#content .genericbox .news-archive h1, #content .genericbox .events-archive h1 {
    font-size: 18px !important;
    font-weight: 400;
    font-family: Roboto,sans-serif;
    line-height: 1.2;
    padding: 0;
    margin: 10px 0;
}


#content .genericbox .news-archive h1 a, #content .genericbox .events-archive h1 a {
    color: #333;
}

#content .genericbox .news-archive h1 a:hover, #content .genericbox .events-archive h1 a:hover {
    color: #ec008c;
}


#content .news-archive .data .dia {
    background: none repeat scroll 0 0 rgba(132, 2, 100, 0.8);
    color: #ffffff;
    float: left;
    font-size: 12px;
    line-height: 14px;
    padding: 5px 10px;
    position: relative;
    text-align: center;
    z-index: 50;
}
#content .news-archive .data .mes {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    color: #ffffff;
    float: left;
    font-size: 12px;
    line-height: 14px;
    padding: 5px 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 49;
}


#content .news-archive .news-txt, #content .events-archive .events-txt {
    padding: 5px 15px;
}

#content .space-videos {
    padding-bottom: 30px;
}

#content .space-videos .box-video-description {
    background-color: #F7F7F7;
    text-align: center;
    font-weight: 500;
}


#newsletter .text-newsletter, #newsletter .box-content, #newsletter .box-header {
    display: block;
    padding-top:10px;
    padding-bottom:10px;
}

#content .news-content {
    display: block;
    padding-bottom:25px;
}

#destaque .destaque-img {
    width: 100%;
	overflow: hidden;
	position: relative;
	height: 250px;
}

#content .news-item-title {
    color: #111;
    padding: 6px 0;
}

#content .news-item-link:hover h3{
    color: #ec008c;
}


footer.main h2 {
    font-size: 14px;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
}

footer.main a {
    font-size: 14px;
}

footer.main a:hover {
    text-decoration: underline;
}


#galleria img {
    height: 100%;
    width: 100%;
}





.form-post {
    background: #F7F7F7 none repeat scroll 0 0;
    border: 1px solid #c1c1ba;
    padding: 40px;
}

.form-post {
    margin: 40px 0;
}

.form-post input[type="submit"] {
    padding: 0;
    text-align: center;
    width: 100%;
}

.form-post input[type="submit"] {
    background-color: #ec008c;
    border: medium none;
    border-radius: 4px;
    color: white;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    height: 58px;
    letter-spacing: 0.1em;
    line-height: 48px;
    padding: 0 20px;
    text-transform: uppercase;
    transition: background-color 150ms linear 0s;
}

.form-post input[type="submit"] {
    border: medium none;
    box-shadow: none;
}


.form-post input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: #c00072;
}


.form-post .row {
    text-align: left;
}

.form-post .label {
    margin: 15px 0 5px 0;
    text-align: left;
}

.form-post label {
    font-size: 16px;
}

.form-post p {
    font-size: 10px;
    margin:5px 0 15px 10px
}

.form-input{
    margin-top:10px;
} 

.tradio{
    margin-top: 15px;
}

.bradio {
    text-align: left;
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1.4em;
    color: #555;
}

.bradio input[type="radio"] {
    float:left;
}

.form-button {
    margin-top: 30px;
}

.form-button input[type="submit"] {
    font-size:10px;
}

@media only screen and (min-width: 64.063em) {

.form-button input[type="submit"] {
    font-size:16px;
}

.form-input{
    margin-top:0;
} 

}


#form-contact input[type="date"]:-moz-placeholder, #form-contact input[type="date"]::-moz-placeholder, #form-contact input[type="datetime-local"]:-moz-placeholder, #form-contact input[type="datetime-local"]::-moz-placeholder, #form-contact input[type="datetime"]:-moz-placeholder, #form-contact input[type="datetime"]::-moz-placeholder, #form-contact input[type="email"]:-moz-placeholder, #form-contact input[type="email"]::-moz-placeholder, #form-contact input[type="month"]:-moz-placeholder, #form-contact input[type="month"]::-moz-placeholder, #form-contact input[type="number"]:-moz-placeholder, #form-contact input[type="number"]::-moz-placeholder, #form-contact input[type="password"]:-moz-placeholder, #form-contact input[type="password"]::-moz-placeholder, #form-contact input[type="search"]:-moz-placeholder, #form-contact input[type="search"]::-moz-placeholder, #form-contact input[type="tel"]:-moz-placeholder, #form-contact input[type="tel"]::-moz-placeholder, #form-contact input[type="text"]:-moz-placeholder, #form-contact input[type="text"]::-moz-placeholder, #form-contact input[type="time"]:-moz-placeholder, #form-contact input[type="time"]::-moz-placeholder, #form-contact input[type="url"]:-moz-placeholder, #form-contact input[type="url"]::-moz-placeholder, #form-contact input[type="week"]:-moz-placeholder, #form-contact input[type="week"]::-moz-placeholder, #form-contact select:-moz-placeholder, #form-contact select::-moz-placeholder, #form-contact textarea:-moz-placeholder, #form-contact textarea::-moz-placeholder {
    color: #333;
}

#form-contact input::placeholder, #form-contact textarea::placeholder {
    opacity: 0.92;
}

#form-contact input[type="date"], #form-contact input[type="datetime-local"], #form-contact input[type="datetime"], #form-contact input[type="email"], #form-contact input[type="month"], #form-contact input[type="number"], #form-contact input[type="password"], #form-contact input[type="search"], #form-contact input[type="tel"], #form-contact input[type="text"], #form-contact input[type="time"], #form-contact input[type="url"], #form-contact input[type="week"] {
    font-size: 17px;
    line-height: 1.3;
    padding: 15px 10px 11px;
    border: solid 1px #c1c1ba;
    margin-bottom: 0;
    height: auto;
    text-align: left;
    color: #111;
    width: 100%;
    cursor: pointer;
    vertical-align: bottom;
    -webkit-appearance: none;
}

#form-contact textarea {
    resize: vertical;
    width: 100%;
}


#form-contact select, textarea {
    font-size: 17px;
    line-height: 1.3;
    padding: 15px 10px 11px;
    border: solid 1px #c1c1ba;
    margin-bottom: 0;
    height: auto;
    text-align: left;
    color: #111;
    cursor: pointer;
    vertical-align: bottom;
    -webkit-appearance: none;
}


#form-contact .form-input {
    margin-bottom: 15px;
}

.lista-seccoes-faq-item {
    margin-bottom: 25px;
}


.lista-seccoes-faq-item a{
    border: 8px solid #ec008c;
}

.lista-seccoes-faq-item a:hover{
    border: 8px solid #ca0078;
}


.lista-seccoes-faq-item a {
    text-decoration: none;
    color: #0064ff;
    font-weight: 800;
    padding: 1em 1em 5em;
    display: block;
    height: 100%;
}

#content .genericbox h3 {margin-bottom:0; padding-bottom: 8px; padding-top: 18px; font-weight: 600;}

.menu-item-502 {margin-bottom: 25px}
