@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,800,500,600,700);
.green {
  color: #026435 !important; }

.bg-green {
  background-color: #026435 !important; }

.bg-green-50 {
  background-color: rgba(2, 100, 53, 0.5) !important; }

.bg-green-85 {
  background-color: rgba(2, 100, 53, 0.85) !important; }

.light-green {
  color: #14BC6F !important; }

.bg-light-green {
  background-color: #14BC6F !important; }

.bg-light-green-80 {
  background-color: rgba(20, 188, 111, 0.8) !important; }

.white {
  color: white !important; }

.bg-white {
  background-color: white !important; }

.demi-white {
  color: #FAFAFA !important; }

.bg-demi-white {
  background-color: #FAFAFA !important; }
.no-right-padding{
  padding-right: 0px!important;
}
a {
    color: #026435;
    pointer-events: all;
}
a:hover {
    color: #14BC6F;
}
    a:link {
        pointer-events: all;
    }

.footer_link {
      color: white;
      width: calc(100% / 4);
      text-transform: uppercase;
      font-size: 16px;
      text-align: center;
      list-style: none;
      display: inline-block;
      cursor: pointer; }
    .footer_link:hover {
        font-weight: bold;
        text-decoration: none;
    }
}


body {
    background-color: transparent;
    font-family: "Raleway", sans-serif;
    scrollbar-face-color: #000000;
    scrollbar-shadow-color: #2D2C4D;
    scrollbar-highlight-color: #7D7E94;
    scrollbar-3dlight-color: #7D7E94;
    scrollbar-darkshadow-color: #2D2C4D;
    scrollbar-track-color: #7D7E94;
    scrollbar-arrow-color: #C1C1D1;
    
}

/* ::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
    background-color: red;
    border-left: 1px solid #ccc;
}
::-webkit-scrollbar-thumb {
    background-color: green;
}
::-webkit-scrollbar-thumb:hover {
    background-color: blue;
} */

a{text-decoration: none;}
a:hover{text-decoration: none;opacity: 0.9}
a:visited{text-decoration: none;}
.bg0 {
  background-image: url(../imgs/bg0.jpg);
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  }
.bg1 {
  background-image: url(../imgs/bg1.jpg);
  background-position: center;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  }
.bg2 {
  background-image: url(../imgs/bg2.jpg);
  background-position: center;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  }
.bg3 {
  background-image: url(../imgs/bg3.jpg);
  background-position: center;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  }
.bg4 {
  background-image: url(../imgs/bg4.jpg);
  background-position: center;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  }
ul li {
  list-style: none; 

}

.col-md-9 {
  padding: 0px 1px; }

.notbold {
  font-weight: 400 !important; }

.header .logo {
  height: 109px;
  align-items: center;
  justify-content: center;
  display: flex;
        -webkit-transition: all 500ms ease-out 0s;
        -moz-transition: all 500ms ease-out 0s;
        -o-transition: all 500ms ease-out 0s;
        transition: all 500ms ease-out 0s;
  margin-bottom: 0px; }

.header .logo:hover {
  opacity: 0.8;
        -webkit-transition: all 500ms ease-out 0s;
        -moz-transition: all 500ms ease-out 0s;
        -o-transition: all 500ms ease-out 0s;
        transition: all 500ms ease-out 0s;
}
  .header .logo a {
    margin: 0px 2px 0px 0px;
    background-color: transparent;
    padding: 0px; }
    .header .logo a img {
      width: 100%; }
.header .title-holder .page-title {
  position: relative;
  float: left;
  height: 109px;
  text-transform: uppercase;
  width: calc(100% - 50px);
  align-items: center;
  justify-content: center;
  display: flex;
   text-align: center;
    line-height: 109px;
    vertical-align: middle;
   }
.header .title-holder .head-options {
  width: 49px;
  position: relative;
  float: right; }
  .header .title-holder .head-options .language,
  .header .title-holder .head-options .search {
    width: 48px;
    /*height: 53px;*/
    text-align: center;
    color: #585858;
    align-items: center;
    justify-content: center;
    display: flex; }
  .header .title-holder .head-options .search {
    margin-top: 3px; }

  .language .lang-menu {
    text-align: center;
    opacity: 1;
    position: relative;
    cursor: pointer;
    /*height: 0px;*/
    width: 48px;
    /*margin-left: -55px;*/
    /*margin-top: 15px;*/
    margin-bottom: 0px;
    -webkit-padding-start: 0px;
    padding: 0px;
    color: white;
    z-index: 2; }
    .language .lang-menu a,  .language .lang-menu span  {
      color: rgba(2, 100, 53, 0.85); }
      .language .lang-menu a li, .language .lang-menu span li {
        background-color: #FFF;
        padding: 8px 33px 8px 15px;
      	margin-bottom: 1px;
    }
      .language .lang-menu a:last-child li, .language .lang-menu span:last-child li {
        padding: 8px 33px 7px 15px;
    	margin-bottom: 0px;
      }
        .language .lang-menu a li:hover {
          background-color: rgba(2, 100, 53, 0.85);
          color: white; }
     .language .lang-menu a.disabled li:hover, .language .lang-menu a.disabled li.active-lang{
      color: rgba(2, 100, 53, 0.85) !important;
        background-color: #FFF !important;
    }

.language .lang-menu a li.active-lang{
	background-color: rgba(2, 100, 53, 0.85);
    color: white; }

 .language .lang-menu a.disabled {
    pointer-events:  auto;
}
.language .lang-menu a[disabled] {
    pointer-events: auto;
}

.language .lang-menu span li:hover { cursor: default;}
.menus {
  margin-top: 1px; }
  .menus .left-menu {
    padding: 0px;
    cursor: pointer; }
    .menus .left-menu.open .dropdown .barras {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
    .menus .left-menu .dropdown {
      height: 40px;
      align-items: center;
      justify-content: left;
      display: flex;
      padding-left: 10px; }
      .menus .left-menu .dropdown .barras {
        width: 28px;
        height: 40px;
        background: url(../imgs/barras.png) 0px 8px no-repeat;
        -webkit-transition: all 500ms ease-out 0s;
        -moz-transition: all 500ms ease-out 0s;
        -o-transition: all 500ms ease-out 0s;
        transition: all 500ms ease-out 0s; }
    .menus .left-menu.open > .dropdown-menu {
	      height: 362px !important;
	      background-color: rgba(2, 100, 53, 0.5);
	      -webkit-transition: all 500ms ease-out 0s;
	      -moz-transition: all 500ms ease-out 0s;
	      -o-transition: all 500ms ease-out 0s;
	      transition: all 500ms ease-out 0s;
	      opacity: 1;
	      overflow: visible;
      }
    .menus .left-menu .dropdown-menu {
      width: 100%;
      border-radius: 0;
      background-color: rgba(2, 100, 53, 0.5);
      padding: 0px;
      display: block;
      opacity: 0;
      overflow: hidden;
      height: 0px;
      -webkit-transition: all 500ms ease-out 0s;
      -moz-transition: all 500ms ease-out 0s;
      -o-transition: all 500ms ease-out 0s;
      transition: all 500ms ease-out 0s; }
      .menus .left-menu .dropdown-menu li {
        color: white;
        display: block;
        cursor: pointer;
        height: 90px;
        overflow: hidden;
        width: 100%;
        z-index: 2; }
        .menus .left-menu .dropdown-menu li.open .bar {
          width: calc(100% + 10px);
          left: 10px;
          margin-left: -10px; }
        .menus .left-menu .dropdown-menu li.first .text,
        .menus .left-menu .dropdown-menu li.first .bar {
          height: 85px !important; }
        .menus .left-menu .dropdown-menu li .extra-wrapper.visible {
          left: calc(100% - 0px);
          opacity: 1;
          width: calc(100% * 3 - 48px);
          min-height: 355px; }
        .menus .left-menu .dropdown-menu li.no-top {
          border-top: none; }
        .menus .left-menu .dropdown-menu li.no-bottom {
          border-bottom: none; }
        .menus .left-menu .dropdown-menu li .text,
        .menus .left-menu .dropdown-menu li .bar {
          height: 80px;
          font-weight: bold;
          text-transform: uppercase; }
        .menus .left-menu .dropdown-menu li img,
        .menus .left-menu .dropdown-menu li .text {
          position: relative;
          float: left;
          z-index: 2;
          padding-left: 10px; }
        .menus .left-menu .dropdown-menu li .text {
          align-items: center;
          justify-content: left;
          display: flex; }
        .menus .left-menu .dropdown-menu li img {
          margin-top: 15px; }
        .menus .left-menu .dropdown-menu li .bar {
          width: 20px;
          right: 0px;
          position: absolute;
          -webkit-transition: width 200ms ease-out 0s;
          -moz-transition: width 200ms ease-out 0s;
          -o-transition: width 200ms ease-out 0s;
          transition: width 200ms ease-out 0s; }
        .menus .left-menu .dropdown-menu li .bot-spliter,
        .menus .left-menu .dropdown-menu li .top-spliter {
          height: 5px;
          width: 100%;
          clear: both; }
        .menus .left-menu .dropdown-menu li .top-spliter {
          border-bottom: dashed white 1px; }
        .menus .left-menu .dropdown-menu li .bot-spliter {
          border-top: dashed white 1px; }
      .menus .left-menu .dropdown-menu .extra-wrapper {
        position: absolute;
        z-index: -1;
        left: 0px;
        top: 0px;
        opacity: 0;
        transition: left 0.2s ease-in-out 200ms, opacity 0.4s ease-in-out 200ms;
        overflow: hidden;
        width: 0px; }
        .menus .left-menu .dropdown-menu .extra-wrapper .extra {
          background-color: white;
          color: #707070;
          min-height: 355px;
          padding: 0px 10px 10px 10px;
          margin-left: 3px; }
          .menus .left-menu .dropdown-menu .extra-wrapper .extra p {
            padding: 0px 20px 5px 30px;
            text-align: justify;
            color: #707070;
            font-family: "Raleway", sans-serif; }
          .menus .left-menu .dropdown-menu .extra-wrapper .extra.left-related {
            padding-left: 15px; }
            .menus .left-menu .dropdown-menu .extra-wrapper .extra.left-related h3 {
              position: relative;
              font-family: "Raleway", sans-serif;
              width: 250px;
              padding: 17px 20px 20px 20px;
              margin-bottom: 5px;
              margin-top: 0px;
              font-size: 24px;
              border-bottom: dashed 1px #026435;
              text-transform: uppercase;
              font-weight: bold; }
            .menus .left-menu .dropdown-menu .extra-wrapper .extra.left-related .left-related-content {
              width: calc(100% - 160px);
              margin-left: 40px;
              margin-top: 15px;
              position: relative;
              float: left; }
  .menus .top-menu {
    background-color: rgba(2, 100, 53, 0.5);
    height: 40px;
    margin-bottom: 0px;
    padding-left: 0px;
    align-items: center;
    justify-content: left;
    display: flex;
    font-weight: bold;
     }
    .menus .top-menu .top-bar {
      background-color: #14BC6F !important;
      z-index: 20000;
      margin-left: -20px;
      margin-right: -20px;
      margin-top: 5px;
      position: relative;
      height: 10px;
      display: none; }
    .menus .top-menu li {
      height: 40px;
      display: inline-block;
      padding: 10px 20px;
      color: white;
      white-space: nowrap;
      cursor: pointer;
      overflow: hidden; }
      .menus .top-menu li.fst-level {
        text-align: center; }
      .menus .top-menu li:hover {
            overflow:visible;
        }
        .menus .top-menu li.fst-level:first-child {
          width: calc(100% / 12); }
        .menus .top-menu li.fst-level:nth-child(3) {
          width: calc(100% / 4); }
        .menus .top-menu li.fst-level:nth-child(2), .menus .top-menu li.fst-level:nth-child(4), .menus .top-menu li.fst-level:nth-child(5), .menus .top-menu li.fst-level:nth-child(6) {
          width: calc(100% / 5); }
      .menus .top-menu li ul.snd-level {
        text-align: left;
        display: block;
        padding: 0px;
        height: 0px;
        top: 50px;
        width: 0px;
        opacity: 0;
        -webkit-transition: opacity 500ms ease-out 0s;
        -moz-transition: opacity 500ms ease-out 0s;
        -o-transition: opacity 500ms ease-out 0s;
        transition: opacity 500ms ease-out 0s; }
        .menus .top-menu li ul.snd-level li {
          border-bottom: #707070 1px solid; }
          .menus .top-menu li ul.snd-level li.top-bar-holder {
            padding: 0px !important;
            height: 20px;
            background-color: transparent !important; }
            .menus .top-menu li ul.snd-level li.top-bar-holder:hover {
              background-color: transparent !important; }
          .menus .top-menu li ul.snd-level li:last-child {
            border-bottom: none; }
      .menus .top-menu li:hover {
        background-color: rgba(2, 100, 53, 0.85); }
        .menus .top-menu li:hover .snd-level {
          z-index: 11000;
          position: absolute;
          width: auto;
          display: block;
          opacity: 1;
          height: auto !important;
          top: 40px;
          margin-left: -20px;
          -webkit-transition: opacity 500ms ease-out 0s, top 500ms;
          -moz-transition: opacity 500ms ease-out 0s, top 500ms;
          -o-transition: opacity 500ms ease-out 0s, top 500ms;
          transition: opacity 500ms ease-out 0s, top 500ms;
        }
          .menus .top-menu li:hover .snd-level li {
            display: block;
            background-color: rgba(2, 100, 53, 0.85); }
            .menus .top-menu li:hover .snd-level li:hover {
              background-color: rgba(2, 100, 53, 0.85);
              font-weight: bold;
              color: #14BC6F; }

.content .main-content-wrapper .main-content {
  width: calc(100% - 53px);
  background: url(../imgs/watermark.png) no-repeat 90% 100%;
  font-size: 16px;
}
  .content .main-content-wrapper .main-content.esconde {
    visibility: hidden; }
  .content .main-content-wrapper .main-content .row {
    margin: 0px;
    padding-bottom: 40px; }
    .content .main-content-wrapper .main-content .row .imgs-block {
      margin-top: 0px; }
      .content .main-content-wrapper .main-content .row .imgs-block.padding-medium {
        margin-top: 200px; }
      .content .main-content-wrapper .main-content .row .imgs-block.padding-big {
        margin-top: 250px; }
  .content .main-content-wrapper .main-content .breadcrumb {
    background-color: white; }
    .content .main-content-wrapper .main-content .breadcrumb li a {
      color: #707070; }
    .content .main-content-wrapper .main-content .breadcrumb li.active a {
      color: #026435; }
    .content .main-content-wrapper .main-content .breadcrumb > li + li::before {
      content: "> "; }
  .content .main-content-wrapper .main-content h3, .content .main-content-wrapper .main-content h4, .content .main-content-wrapper .main-content h5 {
    text-transform: uppercase;
    color: #707070;
    font-weight: bold;
    font-family: "Raleway", sans-serif; }
  .content .main-content-wrapper .main-content h3 {
    font-size: 20px;
    margin-left: 15px;
    margin-top: 0px;
    margin-bottom: 0px; }
  .content .main-content-wrapper .main-content h4 {
    font-size: 17px;
    padding-top: 15px;
    padding-bottom: 15px; }
  .content .main-content-wrapper .main-content h5 {
    border-top: 1px dashed #707070;
    border-bottom: 1px dashed #707070;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px; }
  .content .main-content-wrapper .main-content hr {
    border: none;
    border-bottom: dashed #026435 1px;
    width: 40%;
    margin-left: 0px; }
  .content .main-content-wrapper .main-content p {
    padding: 0px 20px 5px 30px;
    text-align: justify;
    color: #707070;
    font-family: "Raleway", sans-serif; }
  .content .main-content-wrapper .main-content table tr td {
    font-family: "Raleway", sans-serif; }
    .content .main-content-wrapper .main-content table tr td:first-child {
      font-weight: bold;
      padding-right: 20px; }
  .content .main-content-wrapper .main-content.left-related h3 {
    position: relative;
    width: 250px;
    padding: 20px;
    margin-bottom: 5px;
    font-size: 24px;
    border-bottom: dashed 1px #026435; }
  .content .main-content-wrapper .main-content.left-related .left-related-content {
    width: calc(100% - 240px);
    margin-left: 40px;
    margin-top: 15px;
    position: relative;
    float: left; }

.direction-table tr {
  color: #585858;
  font-family: "Raleway", sans-serif; }
  .direction-table tr td:first-child {
    padding-left: 25px; }

.arrows-menu {
  width: 100px;
  padding-left: 0px;
  margin-top: 5px;
  position: relative;
  float: left; }
  .arrows-menu a {
    z-index: 2;
    position: relative; }
    .arrows-menu a li {
      display: block;
      list-style: none;
      color: #026435;
      padding: 20px; }
      .arrows-menu a li:hover, .arrows-menu a li.active {
    color: #026435 !important;
        font-weight: bold; }
    .arrows-menu a:hover {
      text-decoration: none; }
  .arrows-menu li {
    display: block;
    list-style: none;
    cursor: pointer;
    padding: 20px;
    font-weight: bold;
    height: 60px !important; }

  .arrows-menu::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 10px;
    margin-left: 130px;
    height: 50px;
    left: 0%;
    border-right: 1px dashed #026435;
    z-index: 0; }

#page_footer .footer-left {
  height: 75px;
  margin-right: 1px; }
#page_footer .footer-center {
  position: relative;
    height: 180px;
  float: left;
  width: calc(100% - 50px); }
  #page_footer .footer-center ul {
    padding: 30px 0px 20px 0px;
    padding-left: 0px;
    margin-bottom: 0px; }
    #page_footer .footer-center ul li {
      color: white;
      width: calc(100% / 4);
      text-transform: uppercase;
      font-size: 16px;
      text-align: center;
      list-style: none;
      display: inline-block;
      cursor: pointer; }
      #page_footer .footer-center ul li:last-child {
        width: calc(100% / 5); }
      #page_footer .footer-center ul li:hover {
        font-weight: bold;
        text-decoration: none; }
#page_footer .footer-right {
  width: 49px;
  height: 180px;
  position: relative;
  float: right; }
#page_footer .footer-empty-bar {
  clear: both;
  height: 40px; }
#page_footer .footer-credits {
  height: 60px;
  padding: 10px; }
#noticia_walker{
    font-size: 10px;
    margin-top: 40px;
}

.icons_menu{max-height:50px;}
.right_side_page_img{max-width:240px;}
.decretos_list{

}
.decretos_list li{
    padding:5px 8px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    /* ...and now for the proper property */
    transition:.5s;
}
.decretos_list li:hover{
    background-color:#c0c0c0;
    cursor:pointer;
    cursor:hand;
}

.tb-contactos td{
    padding:10px 0;
}

.tb-contactos img{
    max-height:25px;
}
.map-big{width:100%;margin-top:25px;}
.imgs-block:before{
    content: '';
    display: block;
    position: absolute;
    top: 17px;
    width: 10px;
    margin-left: -10px;
    height: 70px;
    left: 0%;
    border-right: 1px dashed #026435;
    z-index: 0;
}

#gps-lx{
    margin-top:55px;
    color:#707070;
}
#gps-prt{
    margin-top:285px;
    color:#707070;
}
.reg_pdf li{
    padding: 7px 0;
}
.reg_pdf img{
    max-height:30px;
}


#slideshow-sentence{
  position: absolute;
  text-align:right;
  /*top: 30%;*/
  right: 11%;
  text-shadow: 2px 2px #707070;
  color: white;
  width: 30%;
  font-weight: bold;
  text-transform: uppercase;
}
#slideshow-sentence h1{
  font-weight: bold!important;
}

.noticiasList .row {
    padding-bottom: 0 !important;
    border-bottom: 1px #707070 dashed;
    pointer-events: all;
}
    .noticiasList .row .col-md-8 .data_noticia {
        padding-top: 5px;
        pointer-events: all;
    }
    .noticiasList .row .col-md-8 .destaque {
        color: #707070;
        font-weight: bold;
        font-size: 16px;
        pointer-events: all;
    }
    .noticiasList .row .col-md-4 img {
        height: 50px;
        width: 100%;
        max-width: 500px !important;
        pointer-events: all;
    }
.eventosList .row{
    padding-bottom: 0 !important;
    border-bottom: 1px #707070 dashed;
}

.avisosList .row{
    padding-bottom: 0 !important;
    border-bottom: 1px #707070 dashed;
}
.avisosList .row .col-md-8 .data_noticia{
    padding-top: 5px;

}
.avisosList .row .col-md-8 .destaque{
    color: #707070;
    font-weight: bold;
    font-size: 16px;
}
.avisosList .row .col-md-4 img{
    height: 50px;
    width: 100%;
    max-width: 500px !important;
}

.hfaq .resposta{
    width:580px;
    text-align:justify;
} 

.hfaq .pergunta{
    width:580px;
} 


.revlink{
    display:block;
    text-align:center;
}
.revlink img{
    max-height: 250px;
}
.revmonth{
    color: #707070;
}

.news_link, .news_link:active, .news_link:visited {
    color: #026435;
    pointer-events: all;
}
.news_link:hover{
    opacity: 0.9;
    text-decoration: none;
    color:#14BC6F;
}

.newsbody {
    padding: 15px 0;
    font-size: 16px;
    color: #707070;
    display: none;
    text-align: justify;
    pointer-events: all;
}

    .col-md-8:link, .noticiasList:link, .newsbody:link, .newsbody:active, .newsbody:visited, .newsbody:local-link {
        pointer-events: all;
        z-index: 90005001;
        background-color: yellow;
    }

.revistas-img{
    min-height: 260px !important;
}
.revinf{
    padding: 7px 0;
    text-align:center;
    font-size: 16px;
    color: #707070;
}
.revinf img{
     position: relative !important;
     float: none !important;
     padding-left: 0 !important;
     margin-top: 0px !important;
     max-width: 14px;
}

.associados-select{
    padding: 25px 0;
}
.associadosList li a{
    color: #707070;
}
.associadosList li:hover, .associadosList li:visited{
    color: #707070;
}
.associadosList li{
    cursor: pointer;
    cursor: hand;
}
.backList{
    cursor: pointer;
    cursor: hand;
}
.backList:hover{
    color: #707070;
}

#direccao_titulo3{
    margin-left: 15px;
}
#direccao_titulo3 a{
    color:#707070;
}
#listconcelhos{
    width: 80%;
}
.btn-group{
    width: 100%;
}
.open>.dropdown-toggle.btn-default{
    color: #FFF;
}
.multiselect, .multiselect-container{
    width: 80%;
}
.container.content{
    min-height: 419px;
}

/*SLIDER*/

/* I wanted to center my loader */
#cycle-loader {
	height:32px;
	left:50%;
	margin:-8px 0 0 -8px;
	position:absolute;
	top:50%;
	width:32px;
	z-index:999;
}

/*I want to avoid jumpiness as the JS loads, so I initially hide my cycle*/
#maximage {
	display:none;/* Only use this if you fade it in again after the images load */
	position:fixed !important;
}

#arrow_left, #arrow_right {
	bottom:30px;
	height:67px;
	position:absolute;
	right:30px;
	width:36px;
	z-index:1000;
}
#arrow_left {
	right:86px;
}

#arrow_left:hover, #arrow_right:hover {
	bottom:29px;
}
#arrow_left:active, #arrow_right:active {
	bottom:28px;
}

.in-slide-content {
	color:#333;
	float:right;
	font-family:'Helvetica Neue', helvetica;
	font-size:60px;
	font-weight:bold;
	right:0;
	margin:40px;
	padding:20px;
	position:absolute;
	top:0;
	width:700px;
	z-index:11000; /* Show above .gradient */
	text-shadow: 0 1px 0 #fff;
	-webkit-font-smoothing:antialiased;
}
div.mc-image {
	-webkit-transition: left 1s ease-in-out;
	-moz-transition: left 1s ease-in-out;
	-o-transition: left 1s ease-in-out;
	transition: left 1s ease-in-out;
}

/*MENU MOBILE*/

.navbar-default{
    background-color: rgba(2, 100, 53, 0.85) !important;
    border-color: rgba(2, 100, 53, 0.85) !important;
}

.navbar-toggle{
    float:left;
    margin-left: 15px;
}

.nav>li, .nav>li>ul>li{
    background: rgba(20, 188, 111, 0.8) !important;
    margin: 1px 0;
    color: #FFF;
}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav .open .dropdown-menu>li>a{
    color: #FFF;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 800;
}

.navbar-default .navbar-toggle{
    border: none;
}
.navbar-default .navbar-toggle .icon-bar{
    background-color: #FFF;
}
.navbar-toggle .icon-bar{
    display: block;
    width: 32px;
    height: 5px;
    border-radius: 1px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    background-color: rgba(2, 100, 53, 0.85) !important;
}

.scroll-top-wrapper {
  position: relative;
  float: right;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 15000;
  background-color: rgba(2, 100, 53, 0.85);
  color: white;
  width: 50px;
  height: 50px;
  line-height: 43px;
  top: -10px;
  padding-top: 2px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .scroll-top-wrapper:hover {
    background-color: #14BC6F; }
  .scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0; }
  .scroll-top-wrapper i.fa {
    line-height: inherit; }

.missing-footer {
  background-color: white;
  overflow: hidden;
  position: relative;
  float: left;
  height: 135px;
  margin-top: 90px; }

.missing-footer {
  width: 0px;
  display: none; }

#page_footer {
  position: relative;
  float: none; }


.img100{
	width: 100%;
}
.arrow{
	margin-top: 0px!important;
	margin-right: 15px;
}
.bgpadrao{
	background: url("../imgs/padrao.png") repeat;
	background-color: white;
}
.slider-right,
.slider-left{
  position: absolute;
  height: 68px;
  top: 45%;
  width: 36px;
  cursor: pointer;
  background-size: 70%;
}
.slider-left{
  left: 50px;
  background: url('../imgs/arrow_left.png') no-repeat;
}
.slider-right{
	right: 50px;
	background: url('../imgs/arrow_right.png') no-repeat;
}
.contact-map{
  margin-top: 53px;
  padding: 0px;
}
.contact-map iframe{
  width: 100%;
}

.contact-form{
  width: 80%;
  clear: both;
}
.contact-form textarea,
.input-group{
  width: 100%;
}
.contact-form h3{
  color: #707070;
}
.contact-form select {
    border: 1px solid #111;
    background: transparent;
    width: 100%;
    padding: 5px;
    font-size: 16px;
    border: 1px solid #ccc;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.contact-form .buttons{
  margin-top: 10px!important;
}
.btn{
  color: #FFF;
  border: none;
  border-radius: 0px;
  background-color: rgb(8, 253, 136);
  padding: 10px 20px;
}
.btn:hover{
  background-color: #026435 !important;
  color: #FFF;
}
.contact-form .btn{
  color: #FFF;
  border: none;
  border-radius: 0px;
  background-color: #026435;
  padding: 10px 20px;
}
.contact-form .btn:hover{
  background-color: rgb(8, 253, 136) !important;
}
.contact-form .welcome{
  color: #707070;
  padding: 10px 20px;
  text-align: justify;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: rgb(8, 253, 136);
    color: #707070;
    border: 1px solid rgb(8, 253, 136);
}
/*# sourceMappingURL=style.css.map */

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(126, 239, 104, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);
  outline: 0 none;
}
.special-padding{
  padding-right: 15px;
  padding-left: 15px;
}

.slider-right,
.slider-left{
  background-size: 50%!important;
  z-index: 999;
}




.swiper-container {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide {
    width: 100%;
    height: 100%;
}
.swiper-button-next{
    background-image: url('../imgs/arrow_right.png');
}
.swiper-button-prev{
    background-image: url('../imgs/arrow_left.png');
}
.sentence{
    position: absolute;
    text-align: right;
    top: 35%;
    right: 25%;
    text-shadow: 4px 3px 5px rgba(0, 0, 0, 1);
    color: white;
    width: 75%;
    font-weight: bold;
	line-height: 2em;
    text-transform: uppercase;
}
.sentence.sub-sentence {
    color: #ffffff;
	text-shadow: 4px 3px 5px rgba(0, 0, 0, 1);
    top: 41%;
}
.sentence.sub-sentence.fs-2em { top: 38%; }
.fs-1-2em{font-size: 1.3em;}
.fs-2em{font-size: 2em;}

.sentence.sub-sentence a{ color: #ffffff !important; }
.sentence.sub-sentence a:hover{ color: #026435; !important; }
.fright{ float:right !important; }
.btn.bg-green:hover { background-color: #14BC6F !important;}
.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
  background-color: #14BC6F !important;
  border-color: none !important;
}

.dropdown-menu {
    border-radius: 0 !important;
    box-shadow: none !important;}
ul.multiselect-container.dropdown-menu li.active{ background-color: #14BC6F !important;}
a:focus, a:hover {
	color: #026435 !important;
	text-decoration: none !important;
}
.margin-50px{
  margin-top: -50px;
}
.arrows-menu li, #switch-content ul.reg_pdf li a{ color: #026435 !important;}
.arrows-menu li:hover, .arrows-menu li.active, #switch-content ul.reg_pdf li a:hover,  #switch-content ul.reg_pdf li a:active{ color: #14BC6F !important; }

.revtable tr td, .revtable tr td:first-child{
    padding-right: 20px;
    font-weight: bold;
    padding-top: 10px;
    text-align: center;
}
.revtable td img{
    margin-top: 0 !important;
    float: none !important;
}
#RevistaDT, table#RevistaDT tbody{
	width:100% !important;
}
#RevistaDT tr td{
    padding-right: 20px;
    width:33% !important;
}
#RevistaDT > tbody > tr > td > a > img{width:100%; height:auto;}
a u{
	word-wrap:break-word;
}


.revistasList a#botao_Seguinte{
	display: block;
	float: right;
}
.revistasList a#botao_Anterior{
	display: block;
	float: left;
}
.revistasList a#botao_Seguinte::after {
    content: "\00a0\00bb";
}
.revistasList a#botao_Anterior::before {
    content: "\00ab\00a0";
}

.revistasList a#botao_Anterior, .revistasList a#botao_Seguinte{
	padding: 20px;
}


#menu-revistas.menu-item.open-effect.open div.extra-wrapper.visible div.extra.left-related{
	height:762px !important;
}

.destaque div.row div.col-md-8 div.pergunta.destaque{
	font-weight: normal !important;
	padding-bottom: 0.6em;
    padding-top: 0.6em;
}

.row.hfaq{min-height: 355px; }


/*NOVO OVERLAY PARA IMAGENS*/
.overlay_image {
    height: 0%;
    width: 0%;
    position: fixed;
    z-index:90005000;
    top: 50%;
    left: 50%;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.8);
    /*overflow-y: hidden;*/
    overflow:hidden;
    /*margin-top:10px;*/
    transform-origin:center;
    
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition:  0.3s ease-in-out;
    align-content:center;
    
    
    
}

.overlay_image-content {

    z-index:90005000;
    height:0;
    width:0;
    
    animation:0.3s zoom;
    -webkit-animation: 0.3s zoom;
    -ms-zoom-animation: 0.3s zoom;
    -o-animation: 0.3s zoom;

   
    
    
}



.overlay_image a {
    
    text-decoration: none;
    font-size: 36px;
    display: block;
    transition: 0.3s;
    
}
.overlay_image a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay_image .closebtn {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 50px;
    font-weight:bold;
    color: #818181;
    z-index:90005000;
}

.thumb {
    cursor: pointer;
    transition: 0.3s;
}

.thumb:hover {
    opacity: 0.7;
}

@-webkit-keyframes zoom {
    from {-webkit-transform: scale(0)}
    to {-webkit-transform: scale(1)}
}

@keyframes zoom {
    from {transform: scale(0.1)}
    to {transform: scale(1)}
}
