*,
*,
*:before,
*:after {
  box-sizing: border-box; }

body {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5; }
 

ul {
  padding: 0;
  margin: 0; }
  ul li {
    list-style: none; }

figcaption,
.title,
h2 {
  transition: all .2s ease; }

a {
  color: #333333;
  transition: all .2s ease; }
  a:hover {
    color: #333333;
    text-decoration: none; }
    a:hover figcaption,
    a:hover .title,
    a:hover h2 {
      color: #0099CC !important; }

.news-reduced a:hover {
  color: #0099CC; }

img {
  max-width: 100%;
  transition: all .2s ease-in-out; }
  img.alignright {
    float: right;
    margin: 0 0 1em 1em; }
  img.alignleft {
    float: left;
    margin: 0 1em 1em 0; }
  img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }


.alignright {
  float: right; }

.alignleft {
  float: left; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.open > .dropdown-menu {
  display: block !important; }

.border-right {
  border-right: 1px solid #eee; }

.news-wrap div[class*="col-"] {
  border-right: 1px solid #E9E9E9; }
  .news-wrap div[class*="col-"]:last-child {
    border-right: 0; }

.links-uteis {
  margin: 10px 0 0; }

.clearfix:before, .blog-item-list:before, .destaques-small article .head:before, .news .news-reduced.sidebar:before, .result-list .result-item:before, .input-n-btn:before, .card-list.inline-card .card:before, .logo-wrap:before, .vertical-tabs .vertical-tabs-wrap:before, nav.main-nav:before,
.clearfix:after,
.blog-item-list:after,
.destaques-small article .head:after,
.news .news-reduced.sidebar:after,
.result-list .result-item:after,
.input-n-btn:after,
.card-list.inline-card .card:after,
.logo-wrap:after,
.vertical-tabs .vertical-tabs-wrap:after,
nav.main-nav:after {
  content: "";
  display: table; }

.clearfix:after, .blog-item-list:after, .destaques-small article .head:after, .news .news-reduced.sidebar:after, .result-list .result-item:after, .input-n-btn:after, .card-list.inline-card .card:after, .logo-wrap:after, .vertical-tabs .vertical-tabs-wrap:after, nav.main-nav:after {
  clear: both; }

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-15 {
  width: 20%;
  float: left; }

.banner-hide-carol{
  display:none;
}


@media (min-width: 1200px) {
  .hide-lg {
    display: none; }

  .hide-sm {
    display: block; }

  .hide-xs {
    display: block; } 

}
@media (max-width: 1200px) {
  .hide-lg {
    display: none; } 
	
	
	
	}
@media (max-width: 992px) {
  .hide-md {
    display: none; }
    
   .banner-slide-home{
     display: none;
   }

   .banner-hide-carol{
     display:block;
   }

   

  .show-md {
    display: block; } }
@media (max-width: 768px) {
  .hide-sm {
    display: none; }
  



	div.article-img {
		max-height:200px;
	}
	div.bx-viewport {
		height:260 !important;
	}

  .show-sm {
    display: block; } }
@media (max-width: 480px) {
  .hide-xs {
    display: none; }

  .show-xs {
    display: block; } }
@media (min-width: 1200px) {
  .container {
    width: 1366px;
    max-width: 100%; } }
@media (min-width: 992px) and (max-width: 1200px) {
  .container {
    width: 980px; } }
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left; } }
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left; } }
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left; } }
h4.section-title {
  color: #F36F21;
  display: block;
  border-bottom: 1px solid #E9E9E9;
  padding: 0 0 10px;
  font-weight: 200;
  margin-bottom: 15px; }

.heading {
  border-bottom: 2px solid #E9E9E9;
  padding-bottom: 10px;
  text-transform: uppercase; }

.page-caption {
  margin: 25px 0 25px;
  font-weight: 100;
  font-size: 32px;
  color: #F36F21;
  text-transform: uppercase;
  letter-spacing: 2px; }

.title h2 {
  margin: 0 0 15px 0;
  font-weight: 700;
  line-height: 1.2;
  font-size: 32px; }

.description p {
  margin-bottom: 15px;
  padding: 0;
  font-size: 14px; }

.text-content {
  margin-bottom: 60px; }
  .text-content:last-child {
    margin-bottom: 0; }
  .text-content p {
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 14px;
    letter-spacing: 1px;
    color: #655f5f; }
    .text-content p.bold {
      font-weight: 600; }
    .text-content p.semibold {
      font-weight: 500; }
    .text-content p.light {
      font-weight: 200; }
    .text-content p a {
      text-decoration: none !important;
      font-weight: 600; }
  .text-content h5 {
    color: #F36F21;
    margin: 0;
    line-height: 1.6; }
  .text-content h4,
  .text-content h3,
  .text-content h2,
  .text-content h1 {
    margin: 20px 0;
    line-height: 1.6;
    font-weight: 200; }
  .text-content img {
    margin-bottom: 20px; }

.blog-item {
  margin-bottom: 40px; }
  .blog-item h2 {
    font-weight: 700;
    margin: 0 0 20px; }

.blog-item-list h2 {
  margin: 0 0 15px; }
.blog-item-list .entry-image {
  float: left;
  width: 40%;
  padding-right: 20px;
  padding-bottom: 10px; }
.blog-item-list .entry-meta {
  margin-bottom: 15px; }
.blog-item-list .blog-item-list-content {
  float: left;
  width: 60%;
  margin-bottom: 40px; }

.entry-meta {
  margin-bottom: 20px;
  text-transform: none; }
  .entry-meta span {
    margin-right: 20px;
    color: #888;
    font-size: 11px; }
    .entry-meta span a {
      color: #888;
      font-size: inherit; }

.entry-image {
  margin-bottom: 20px; }
  .entry-image img {
    width: 100%; }

.entry-content {
  margin-bottom: 15px; }

.entry-category {
  margin-bottom: 20px;
  color: #333333;
  font-size: 12px;
  font-weight: 700; }

.banner-slider img {
  width: 100%; }

.destaques {
  margin-bottom: 30px; }
  .destaques figure img {
    width: 100%;
    position: absolute; }
  .destaques .destaques-body .title h2 {
    color: #333333;
    font-size: 31px; }
  .destaques .destaques-body .description p {
    font-size: 12px; }

.destaques-small article {
  margin-bottom: 30px; }
  .destaques-small article .head figure {
    float: left;
    width: 40%;
    padding: 4px 5px 0 0;
    transition: all .2s ease-in-out; }
    .destaques-small article .head figure img {
      width: 100%; }
  .destaques-small article .head figcaption {
    float: left;
    width: 60%;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1.2; }
  .destaques-small article .content {
    margin-top: 10px;
    font-size: 12px;
    color: #888;
    line-height: 1.1; }

.news article {
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 15px;
  margin-bottom: 15px; }
  .news article:last-child {
    border-bottom: 0;
    margin-bottom: 0; }
.news .news-destaque figure {
  position: relative;
  overflow: hidden;
  max-height: 220px !important; }
.news .news-destaque .title {
  margin: 15px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1; }
.news .news-destaque .content {
  color: #888;
  line-height: 1.1; }
.news .news-reduced figure {
  position: relative;
  overflow: hidden;
  max-height: 125px; }
.news .news-reduced .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
  margin-top: 10px; }
.news .news-reduced a {
  font-weight: 600; }
.news .news-reduced.sidebar figure {
  float: left;
  width: 40%;
  margin-right: 10px;
  margin-bottom: 10px; }
.news .news-reduced.sidebar .title {
  font-size: 12px;
  line-height: 1.2;
  margin-top: 0;
  font-weight: 400; }
.news .news-reduced.sidebar time {
  color: #888;
  font-weight: 300;
  font-size: 12px; }

.img-list {
  font-size: 0; }
  .img-list li {
    display: inline-block;
    width: 10%;
    padding: 5px; }
    .img-list li a {
      font-size: 1rem; }

.newsletter-box {
  border-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1px; }

.button-list {
  margin: 20px; }

.associe_page {
  color: #655f5f; }
  .associe_page .text-content h3 {
    color: #F36F21; }
  .associe_page .text-content .main-text {
    font-size: 18px;
    font-weight: 300; }

.list-button {
  display: block;
  margin-bottom: 1px;
  position: relative;
  padding: 15px 10px 15px 65px;
  background: #ffffff;
  font-weight: 600;
  font-size: 15px;
  color: #0099CC;
  border: 1px solid rgba(0, 153, 204, 0.1);
  transition: all .2s ease-in-out; }
  .list-button:hover {
    color: #0099CC;
    background: #f6f6f6;
    border: 1px solid rgba(0, 153, 204, 0.2); }
    .list-button:hover span {
      color: #0099CC; }
  .list-button span {
    transition: all .2s ease-in-out;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    font-size: 24px;
    width: 50px;
    height: 100%;
    text-align: center;
    line-height: 54px;
    border-right: 1px solid #eee; }

.convenio-list ul li {
  width: 50%;
  display: inline-block;
  float: left;
  padding: 10px; }
  .convenio-list ul li img {
    border: 1px solid #E9E9E9;
    padding: 10px; }

.result-list {
  margin: 40px 0; }
  .result-list .result-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E9E9E9; }
    .result-list .result-item .jornal-img {
      float: left;
      margin-right: 15px; }
    .result-list .result-item:last-child {
      border-bottom: 0; }
    .result-list .result-item h3,
    .result-list .result-item h2 {
      font-weight: 700;
      margin: 0 0 10px; }
    .result-list .result-item .text-content p {
      font-size: 12px;
      margin: 0 0 10px; }

.revista-item {
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(233, 233, 233, 0.6);
  padding-bottom: 30px; }
  .revista-item figure {
    text-align: center;
    margin-bottom: 5px; }
  .revista-item figcaption {
    text-align: center;
    font-weight: 700;
    font-size: 14px; }

.input-n-btn input {
  float: left;
  width: 60%;
  margin-right: 5px;
  font-size: 12px; }
.input-n-btn button {
  width: 35%; }

.card-list.inline-card .card .card-img {
  float: left;
  margin-right: 10px; }
.card-list.inline-card .card .card-content {
  width: 100%; }
  .card-list.inline-card .card .card-content h4 {
    margin: 0 0 10px; }
  .card-list.inline-card .card .card-content h5 {
    margin: 0; }

.card, .card-list.inline-card .card {
  border: 1px solid #E9E9E9;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.05);
  transition: all .2s ease-in-out;
  margin-bottom: 30px; }
  .card:hover, .card-list.inline-card .card:hover {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.08); }
  .card .card-img img, .card-list.inline-card .card .card-img img {
    width: 100%; }
  .card .card-content, .card-list.inline-card .card .card-content {
    padding: 10px; }
    .card .card-content h4, .card-list.inline-card .card .card-content h4 {
      color: #0099CC;
      word-break: break-word;
      font-weight: 200; }
    .card .card-content h5, .card-list.inline-card .card .card-content h5 {
      color: #888; }

.map {
  height: 400px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 40px; }
  .map iframe {
    pointer-events: none; }

table.table {
  font-size: 12px;
  margin-bottom: 40px; }
  table.table > tbody > tr > td,
  table.table > thead > tr > th {
    padding: 5px; }
  table.table > thead > tr > th {
    text-transform: uppercase; }

.accordion {
  margin-bottom: 30px;
  margin-top: 30px; }

.doubleAccordion > div.accordion-container {
  background: #ffffff;
  margin-bottom: 7px;
  font-size: 0;
  border: 1px solid #E9E9E9; }

.doubleAccordion > div.accordion-container > a.accordion-button {
  color: #333333;
  text-decoration: none;
  font-size: 16px;
  display: block;
  padding: 15px;
  transition: all .2s ease-in-out; }

.doubleAccordion > div.accordion-container > a.accordion-button.open {
  background: #E9E9E9; }

.doubleAccordion > div.accordion-container > div.accordion-body {
  font-size: 14px;
  padding: 25px 15px 10px;
  background: white;
  color: #888;
  line-height: 1.4; }

.doubleAccordion .image {
  float: left;
  margin: 0 25px 10px 0;
  max-width: 50%; }

.category-list ul li {
  margin-bottom: 10px; }
  .category-list ul li a {
    display: block;
    padding: 7px 0;
    border-bottom: 2px dotted #E9E9E9;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    transition: all .2s ease-in-out; }
    .category-list ul li a i {
      font-size: 10px;
      color: #888;
      position: relative;
      top: -2px; }
    .category-list ul li a:hover {
      color: #0099CC; }

.accordion-container.blue .accordion .card .card-header a {
  background-color: #0099CC; }
.accordion-container .accordion .card {
  box-shadow: 0px 0px 0px transparent;
  border: 0px dashed transparent;
  margin-bottom: 10px; }
  .accordion-container .accordion .card .card-header a {
    display: block;
    min-height: 28px;
    font-size: 16px;
    padding: 5px 18px;
    background-color: #F36F21;
    color: #fff; }
    .accordion-container .accordion .card .card-header a .icons {
      font-size: 22px;
      line-height: 1.2; }
    .accordion-container .accordion .card .card-header a .icons .plus {
      display: none; }
    .accordion-container .accordion .card .card-header a .icons .minus {
      display: inline; }
  .accordion-container .accordion .card .card-header a.collapsed .icons .plus {
    display: inline; }
  .accordion-container .accordion .card .card-header a.collapsed .icons .minus {
    display: none; }
  .accordion-container .accordion .card .card-block .unidade-info {
    margin-top: 60px; }
  .accordion-container .accordion .card .collapse, .accordion-container .accordion .card .collapsing {
    background-color: #fafafa; }
    .accordion-container .accordion .card .collapse .card-block, .accordion-container .accordion .card .collapsing .card-block {
      padding: 22px 18px;
      color: #655f5f; }

.maps h4, .comments h4 {
  color: #F36F21;
  font-weight: 200; }

.comments .form-content {
  background-color: #fafafa;
  padding: 20px; }
.comments .comments-content {
  max-height: 285px;
  overflow: auto; }
  .comments .comments-content .comment {
    padding: 10px;
    border-bottom: 1px solid #E9E9E9; }
    .comments .comments-content .comment p {
      font-style: italic; }
    .comments .comments-content .comment h5 {
      color: #0099CC; }

#contato > .row {
  margin-right: 0px; }
#contato .form-content {
  background-color: #fafafa;
  padding: 20px; }
#contato .unidade-form {
  border-right: 1px solid #eee; }

table.table.table-unidade-valores {
  border-color: #fff;
  font-size: 14px;
  color: #333333; }
  table.table.table-unidade-valores thead tr {
    border-color: #fff; }
    table.table.table-unidade-valores thead tr.small-title-line th {
      border-color: #ebebeb; }
    table.table.table-unidade-valores thead tr th {
      border-color: #fff;
      font-weight: 200; }
      table.table.table-unidade-valores thead tr th.main-title {
        color: #F36F21;
        font-weight: 200; }
      table.table.table-unidade-valores thead tr th.secondary-title {
        background-color: #F36F21;
        color: #fff;
        border-color: #F36F21;
        font-weight: 200; }
        table.table.table-unidade-valores thead tr th.secondary-title h3 {
          margin-top: 5px;
          margin-bottom: 5px; }
  table.table.table-unidade-valores tbody tr {
    border-color: #fff; }
    table.table.table-unidade-valores tbody tr:first-child {
      border-top: #ebebeb; }
    table.table.table-unidade-valores tbody tr td {
      border-color: #fff;
      padding: 10px 5px; }
      table.table.table-unidade-valores tbody tr td.valores-blue {
        color: #0099CC; }
      table.table.table-unidade-valores tbody tr td.valores-gray {
        color: #ababab;
        font-weight: 200; }
      table.table.table-unidade-valores tbody tr td .old {
        text-decoration: line-through; }
      table.table.table-unidade-valores tbody tr td .valores {
        font-size: 28px; }
      table.table.table-unidade-valores tbody tr td .valores-small {
        font-size: 22px; }
  table.table.table-unidade-valores tfoot {
    font-size: 22px;
    color: #F36F21;
    background-color: #fafafa; }
    table.table.table-unidade-valores tfoot tr td .destaque {
      font-size: 36px;
      font-weight: 600; }

@media (min-width: 991px) and (max-width: 1199px) {
  .input-n-btn {
    text-align: right; }
    .input-n-btn input {
      float: none;
      width: 100%;
      margin-bottom: 10px; }
    .input-n-btn button {
      width: 100%; } }
.embed_video {
  width: 360px;
  height: 230px;
  float: right;
  text-align: center; }

@media (max-width: 1199px) {
  .destaques-small article .head figure {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 10px; }
  .destaques-small article .head figcaption {
    float: none;
    width: 100%; } }
@media (max-width: 991px) {
  .destaques-small article .head figure {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 10px; }
  .destaques-small article .head figcaption {
    float: none;
    width: 100%; }

  .blog-item-list .entry-image {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-bottom: 0; }
  .blog-item-list .blog-item-list-content {
    float: none;
    clear: both;
    width: 100%;
    margin-bottom: 40px; }

  .img-list li {
    width: 25%; }

  .doubleAccordion .image {
    max-width: 100%;
    float: none;
    clear: both;
    display: block;
    text-align: center; }

  .bx-wrapper {
	
    margin-bottom: 30px; } }
	
@media (max-width: 580px) {
  .result-list .result-item .jornal-img {
    float: none;
    margin-right: 0;
    margin-bottom: 15px; }

  .img-list li {
    width: 50%; }
    .img-list li img {
      width: 100%; } }
.form-control {
  border: 1px solid #E9E9E9;
  border-radius: 0;
  box-shadow: 0 0 0; }
  .form-control:focus {
    box-shadow: 0 0 0;
    border-color: #E9E9E9; }

textarea.form-control {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

select.form-control {
  -webkit-appearance: none;
  background: url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") no-repeat;
  background-position: 95%;
  background-size: 10px; }

.form {
  margin-bottom: 40px; }

.form-body {
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.05);
  padding: 20px;
  border: 1px solid #E9E9E9; }
  .form-body h3 {
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 0; }
  .form-body label {
    text-transform: uppercase;
    font-weight: 700;
    color: #333333;
    font-size: 10px; }
  .form-body .form-control {
    border: 1px solid #E9E9E9;
    padding: 0 10px;
    max-width: 100%; }
    .form-body .form-control:focus {
      border-color: #c8c8c8; }
  .form-body .panel {
    position: relative; }
  .form-body .hide-item {
    position: absolute;
    right: 0;
    padding: 5px; }
  .form-body .checkbox {
    line-height: 1;
    padding: 19px 0 0px; }
    .form-body .checkbox > input[type="checkbox"] {
      position: absolute;
      opacity: 0; }
      .form-body .checkbox > input[type="checkbox"] + label {
        position: relative;
        cursor: pointer;
        padding: 0; }
      .form-body .checkbox > input[type="checkbox"] + label:before {
        content: '';
        margin-right: 5px;
        margin-top: 0;
        display: inline-block;
        vertical-align: text-top;
        line-height: 20px;
        width: 17px;
        height: 17px;
        background: white;
        border: 1px solid #bbb; }
      .form-body .checkbox > input[type="checkbox"]:hover + label:before {
        background: #eee; }
      .form-body .checkbox > input[type="checkbox"]:focus + label:before {
        box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12); }
      .form-body .checkbox > input[type="checkbox"]:checked + label:before {
        background: white; }
      .form-body .checkbox > input[type="checkbox"]:disabled + label {
        color: #b8b8b8;
        cursor: auto; }
      .form-body .checkbox > input[type="checkbox"]:disabled + label:before {
        box-shadow: none;
        background: #ddd; }
      .form-body .checkbox > input[type="checkbox"]:checked + label:after {
        content: '\f00c';
        position: absolute;
        left: 2px;
        top: 1px;
        color: #F36F21;
        font-family: 'FontAwesome';
        font-size: 13px; }
  .form-body .radio {
    margin-top: 5px; }
    .form-body .radio > input[type="radio"] {
      position: absolute;
      opacity: 0; }
      .form-body .radio > input[type="radio"] + label {
        position: relative;
        cursor: pointer;
        padding: 0; }
      .form-body .radio > input[type="radio"] + label:before {
        content: '';
        margin-right: 3px;
        margin-top: 0;
        display: inline-block;
        vertical-align: text-top;
        line-height: 20px;
        width: 17px;
        height: 17px;
        background: white;
        border: 1px solid #bbb;
        border-radius: 50%; }
      .form-body .radio > input[type="radio"]:hover + label:before {
        background: #eee; }
      .form-body .radio > input[type="radio"]:focus + label:before {
        box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12); }
      .form-body .radio > input[type="radio"]:checked + label:before {
        background: white; }
      .form-body .radio > input[type="radio"]:disabled + label {
        color: #b8b8b8;
        cursor: auto; }
      .form-body .radio > input[type="radio"]:disabled + label:before {
        box-shadow: none;
        background: #ddd; }
      .form-body .radio > input[type="radio"]:checked + label:after {
        content: '';
        position: absolute;
        left: 3px;
        top: 3px;
        width: 11px;
        height: 11px;
        border-radius: 50%;
        background: #F36F21; }

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.inputfile + label {
  display: block;
  padding: 5px 10px;
  border: 1px solid #E9E9E9;
  font-weight: 400;
  text-transform: none;
  color: #999;
  transition: all .2s ease-in-out;
  font-size: 14px; }
  .inputfile + label i {
    margin-right: 5px;
    font-size: 17px; }

.inputfile:focus + label {
  border-color: #c8c8c8; }

.inputfile + label {
  cursor: pointer;
  /* "hand" cursor */ }

.inputfile:focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px; }

.search-bar {
  margin-bottom: 40px; }
  .search-bar .form-control {
    font-size: 21px;
    border-bottom: 2px solid #F36F21;
    padding: 0 10px;
    height: 40px; }

.form-item {
  padding: 25px;
  border: 1px solid #eee;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  overflow: hidden; }

header.header--top {
  padding: 3px 0;
  border-bottom: 1px solid #E9E9E9; }
  header.header--top .nav-top {
    float: left; }
    header.header--top .nav-top ul {
      font-size: 0; }
      header.header--top .nav-top ul li {
        display: inline-block;
        padding: 12px 0; }
        header.header--top .nav-top ul li:last-child > a {
          border-right: 0; }
        header.header--top .nav-top ul li a {
          color: #333333;
          text-decoration: none;
          font-size: 12px;
          font-weight: 600;
          display: block;
          padding: 4px 10px;
          border-right: 1px solid #E9E9E9; }
        header.header--top .nav-top ul li.top-login {
          display: none; }
          header.header--top .nav-top ul li.top-login a {
            color: #ffffff; }
  header.header--top .social-media {
    float: left; }
    header.header--top .social-media ul {
      margin: 0 40px; }
      header.header--top .social-media ul li {
        display: inline-block;
        padding: 10px 0; }
        header.header--top .social-media ul li a {
          font-size: 22px; }
  header.header--top .header-login {
    float: right; }
    header.header--top .header-login form.navbar-form {
      position: relative; }
      header.header--top .header-login form.navbar-form label {
        display: inline-block;
        margin-right: 5px;
        margin-left: 5px;
        font-size: 11px;
        font-weight: 600; }
      header.header--top .header-login form.navbar-form .navbar-form-tools {
        float: right;
        margin-left: 5px; }
        header.header--top .header-login form.navbar-form .navbar-form-tools a {
          display: block;
          font-size: 12px;
          font-weight: 700;
          color: #0099CC; }
      header.header--top .header-login form.navbar-form.logged {
        display: none; }
    header.header--top .header-login .profile {
      display: none;
      padding: 15px;
      position: relative; }
      header.header--top .header-login .profile span {
        color: #F36F21;
        font-weight: 600; }
      header.header--top .header-login .profile-dropdown {
        position: absolute;
        display: none;
        background: #ffffff;
        box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.05); }
      header.header--top .header-login .profile .toggle-settings {
        color: #888;
        position: relative;
        top: -1px;
        font-size: 10px; }
      header.header--top .header-login .profile.logged {
        display: block !important; }

.logo-wrap {
  position: relative;
  padding: 15px 0;
  min-height: 80px; }
  .logo-wrap .logo {
    float: left;
    position: absolute;
    top: 50%;
    height: 60px;
    transform: translateY(-50%); }
  .logo-wrap .ads-header {
    float: right; }

@media (max-width: 1200px) {
  header.header--top .social-media {
    float: none; }
    header.header--top .social-media ul {
      margin: 0; }
  header.header--top .header-login {
    float: none; }
    header.header--top .header-login .navbar-form {
      padding: 0; }

  .logo-wrap .logo {
    position: relative;
    top: auto;
    transform: translateY(0);
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    float: none; }
  .logo-wrap .ads-header {
    clear: both;
    float: none;
    width: 100%;
    text-align: center; } }
@media (max-width: 991px) {
  header.header--top .header-login {
    float: none;
    width: 100%; }
  header.header--top .social-media {
    float: none; }
  header.header--top .header-login .navbar-form {
    margin: 10px 0;
    padding: 0; }

  .logo-wrap {
    padding: 15px 0; } }
@media (max-width: 580px) {
  header.header--top .nav-top {
    float: none; }
  header.header--top .social-media {
    display: none; }
  header.header--top .navbar-form {
    display: none; }
  header.header--top .top-login {
    display: block !important; } }
.banner-slide-home {
  margin-top: 45px; }

.article-wrap .title h4 {
  font-weight: 600; }
.article-wrap p {
  margin-bottom: 0; }

.article-img {
  position: relative;
  overflow: hidden;
  max-height: 200px; }
  .article-img img {
    width: 100%; }

.slider-container {
  padding: 0px 15px; }

.slider-content {
  margin-bottom: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #ebebeb;
  box-shadow: 1px 1px 3px #ccc; }
  .slider-content .banner-slider {
    margin-left: -10px;
    margin-right: -15px; }
  .slider-content .bx-wrapper {
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    margin-bottom: 0;
    border: 0px solid #fff; }
  .slider-content #bx-pager {
    height: 380px;
    margin-right: -10px;
    margin-left: -10px;
    overflow: auto;
    border: 0px solid #fff; }
    .slider-content #bx-pager a {
      margin: 5px 0px;
      display: block; }
      .slider-content #bx-pager a:first-child {
        margin-top: 0px; }
      .slider-content #bx-pager a:last-child {
        margin-bottom: 0px; }
      .slider-content #bx-pager a.active, .slider-content #bx-pager a:hover {
        box-shadow: 1px 1px 3px #ccc;
        opacity: 0.5; }

.vertical-tabs {
  margin-bottom: 20px; }
  .vertical-tabs .vertical-tabs-wrap {
    position: relative; }
    .vertical-tabs .vertical-tabs-wrap .vertical-tabs-nav {
      float: right;
      width: 30%;
      padding: 0 0 0 10px; }
      .vertical-tabs .vertical-tabs-wrap .vertical-tabs-nav li a {
        background: #ebebeb;
        display: block;
        padding: 12px;
        margin-bottom: 2px;
        font-size: 16px;
        font-weight: 700;
        transition: all .2s ease-in-out; }
        .vertical-tabs .vertical-tabs-wrap .vertical-tabs-nav li a:active, .vertical-tabs .vertical-tabs-wrap .vertical-tabs-nav li a:visited, .vertical-tabs .vertical-tabs-wrap .vertical-tabs-nav li a:focus {
          text-decoration: none; }
      .vertical-tabs .vertical-tabs-wrap .vertical-tabs-nav li:last-child a {
        margin-bottom: 0; }
      .vertical-tabs .vertical-tabs-wrap .vertical-tabs-nav li.active a {
        background: #F36F21;
        color: #ffffff; }
    .vertical-tabs .vertical-tabs-wrap .vertical-tabs-items {
      float: left;
      width: 70%;
      overflow: hidden; }
      .vertical-tabs .vertical-tabs-wrap .vertical-tabs-items li {
        display: none; }
        .vertical-tabs .vertical-tabs-wrap .vertical-tabs-items li img {
          width: 100%; }
        .vertical-tabs .vertical-tabs-wrap .vertical-tabs-items li.active {
          display: block; }

.vertical-tabs2 {
  margin-bottom: 20px; }
  .vertical-tabs2 .nav-pills > li a {
    border-radius: 0px;
    font-size: 16px;
    font-weight: 500;
    background-color: #ebebeb; }
  .vertical-tabs2 .nav-pills > li.active a, .vertical-tabs2 .nav-pills > li.active a:focus, .vertical-tabs2 .nav-pills > li.active a:hover {
    background-color: #F36F21; }
  .vertical-tabs2 .tab-content {
    max-height: 368px;
    overflow: auto; }
    .vertical-tabs2 .tab-content .tab-pane h4 {
      color: #F36F21;
      padding: 0 0 10px;
      font-weight: 200;
      margin-bottom: 15px; }
    .vertical-tabs2 .tab-content .tab-pane p {
      font-size: 12px; }

@media (max-width: 991px) {
  .vertical-tabs .vertical-tabs-wrap .vertical-tabs-nav li a {
    font-size: 12px; } }
@media (max-width: 768px) {
  .vertical-tabs2 .tab-content {
    max-height: none;
    height: auto; } }
@media (max-width: 580px) {
  .vertical-tabs .vertical-tabs-wrap .vertical-tabs-nav {
    float: none;
    width: 100%;
    margin: 0 0 10px;
    padding: 0; }
    .vertical-tabs .vertical-tabs-wrap .vertical-tabs-nav li a {
      font-size: 12px; }
  .vertical-tabs .vertical-tabs-wrap .vertical-tabs-items {
    width: 100%;
    display: block;
    float: none;
    height: auto !important; } }
nav.main-nav {
  padding: 6px 0;
  border-top: 2px solid #333333;
  border-bottom: 1px solid #E9E9E9;
  position: relative;
  margin-bottom: 5px;
  background: white;
  top: -100%;
  transition: all .4s ease-in-out; }
  nav.main-nav.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99; }
  nav.main-nav .nav-wrap {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 1200px) {
      nav.main-nav .nav-wrap {
        max-width: 980px; } }
    @media (max-width: 991px) {
      nav.main-nav .nav-wrap {
        width: 720px; } }
    @media (max-width: 767px) {
      nav.main-nav .nav-wrap {
        padding: 0 15px;
        max-width: 100%; } }
  nav.main-nav .nav-toggler {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    display: none; }
  nav.main-nav .menu {
    float: left; }
    nav.main-nav .menu #closeMenu {
      display: none; }
    nav.main-nav .menu > li {
      display: inline-block;
      background: url("../img/seperator.png") no-repeat right center; }
      nav.main-nav .menu > li:last-child, nav.main-nav .menu > li:nth-last-child(2) {
        background: none; }
        nav.main-nav .menu > li:last-child:after, nav.main-nav .menu > li:nth-last-child(2):after {
          content: none; }
      nav.main-nav .menu > li a:not(.button) {
        color: #333333;
        font-weight: 700;
        font-size: 12px;
        text-transform: uppercase;
        display: block;
        text-decoration: none;
        transition: all .2s ease-in-out;
        margin: 6px;
        padding: 8px 15px; }
      nav.main-nav .menu > li > a:not(.button):hover {
        background: #0099CC;
        color: #ffffff; }
      nav.main-nav .menu > li.has-submenu.mega-menu .sub-menu {
        white-space: normal; }
        nav.main-nav .menu > li.has-submenu.mega-menu .sub-menu .sub-menu-nav {
          float: left;
          width: 25%;
          padding-right: 15px; }
        nav.main-nav .menu > li.has-submenu.mega-menu .sub-menu .mega-menu-content {
          float: left;
          width: 75%;
          padding: 0 40px;
          border-left: 1px solid #E9E9E9; }
          nav.main-nav .menu > li.has-submenu.mega-menu .sub-menu .mega-menu-content .news-destaque figure {
            margin-bottom: 5px;
            max-height: 120px;
            overflow: hidden; }
          nav.main-nav .menu > li.has-submenu.mega-menu .sub-menu .mega-menu-content .news-destaque .title {
            font-size: 12px;
            font-weight: 700;
            margin-bottom: 10px;
            text-transform: normal; }
          nav.main-nav .menu > li.has-submenu.mega-menu .sub-menu .mega-menu-content .news-destaque .content {
            font-size: 11px;
            font-weight: 400;
            margin-bottom: 5px;
            text-transform: normal; }
          nav.main-nav .menu > li.has-submenu.mega-menu .sub-menu .mega-menu-content .news-destaque .link, nav.main-nav .menu > li.has-submenu.mega-menu .sub-menu .mega-menu-content .news-destaque .text-content p a, .text-content p nav.main-nav .menu > li.has-submenu.mega-menu .sub-menu .mega-menu-content .news-destaque a {
            color: #F36F21; }
      nav.main-nav .menu > li.has-submenu .sub-menu {
        min-width: 180px;
        z-index: 99;
        white-space: nowrap;
        display: none;
        position: absolute;
        padding: 5px 0;
        box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.05);
        background: #fff; }
        nav.main-nav .menu > li.has-submenu .sub-menu li {
          display: block; }
          nav.main-nav .menu > li.has-submenu .sub-menu li:last-child a {
            border-bottom: 0; }
          nav.main-nav .menu > li.has-submenu .sub-menu li a {
            color: gray;
            font-weight: 400;
            border-bottom: 1px dotted #E9E9E9; }
            nav.main-nav .menu > li.has-submenu .sub-menu li a:hover {
              color: #333333; }
      nav.main-nav .menu > li.has-submenu:hover > .sub-menu {
        display: block; }
        nav.main-nav .menu > li.has-submenu:hover > .sub-menu .has-submenu {
          position: relative; }
          nav.main-nav .menu > li.has-submenu:hover > .sub-menu .has-submenu:hover > .sub-menu {
            display: block;
            right: -100%;
            top: 0%; }

.header-search {
  position: relative;
  float: right;
  padding: 11px; }
  .header-search a {
    color: #333333; }
  .header-search .search-form {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    padding: 12px;
    border: 4px solid #eee;
    background: #ffffff;
    width: 250px;
    z-index: 10; }
    .header-search .search-form input.form-control {
      width: 70%;
      float: left; }
    .header-search .search-form .button {
      float: right;
      padding: 5px; }

@media (max-width: 991px) {
  nav.main-nav .nav-toggler {
    display: block; }
  nav.main-nav .menu {
    position: fixed;
    top: 0;
    left: -100%;
    background: #333;
    height: 100%;
    z-index: 200;
    width: 280px;
    padding: 10px;
    overflow: auto;
    transition: all .2s ease-in-out; }
    nav.main-nav .menu #closeMenu {
      display: block;
      text-align: right; }
      nav.main-nav .menu #closeMenu a {
        font-size: 21px;
        padding: 0 10px 0 0;
        margin: 0; }
    nav.main-nav .menu.open {
      left: 0; }
    nav.main-nav .menu > li {
      display: block;
      background: none; }
      nav.main-nav .menu > li a:not(.button) {
        color: #ffffff;
        padding: 10px; }
        nav.main-nav .menu > li a:not(.button):hover {
          background: transparent; }
      nav.main-nav .menu > li:after {
        content: none; }
      nav.main-nav .menu > li.has-submenu.mega-menu {
        display: none; }
      nav.main-nav .menu > li.has-submenu .sub-menu {
        display: block;
        position: relative;
        background: #333;
        box-shadow: 0 0 0;
        padding: 0 0 0 20px;
        margin: 0 0 20px; }
        nav.main-nav .menu > li.has-submenu .sub-menu li {
          display: block; }
          nav.main-nav .menu > li.has-submenu .sub-menu li a {
            color: #ffffff;
            background: #333;
            border-bottom: 0;
            font-size: 10px;
            padding: 3px; }
            nav.main-nav .menu > li.has-submenu .sub-menu li a:hover {
              color: #ffffff; }
      nav.main-nav .menu > li.has-submenu:hover .sub-menu {
        display: block; }
        nav.main-nav .menu > li.has-submenu:hover .sub-menu .has-submenu {
          position: relative; }
          nav.main-nav .menu > li.has-submenu:hover .sub-menu .has-submenu:hover > .sub-menu {
            display: block;
            position: relative;
            right: 0;
            top: 0; } }
.button {
  border: 0;
  display: inline-block;
  font-size: inherit;
  height: 34px;
  transition: all .2s ease-in-out;
  text-decoration: none;
  outline: 0; }
  .button:hover, .button:focus {
    text-decoration: none;
    outline: 0; }
  .button:hover, .button:active, .button:visited {
    color: #ffffff; }
  .button i {
    margin-right: 5px; }
  .button-primary {
    background: #F36F21;
    color: #ffffff;
    padding: 5px 20px;
    border: 1px solid #F36F21; }
    .button-primary:hover {
      background: #df5a0c; }
  .button-secondary {
    background: #0099CC;
    color: #ffffff;
    padding: 5px 20px;
    border: 1px solid #0099CC; }
    .button-secondary:hover {
      background: #007aa3; }
  .button-icon {
    padding-left: 10px;
    padding-right: 10px; }

.link, .text-content p a {
  color: #0099CC;
  text-decoration: underline; }
  .link:hover, .text-content p a:hover {
    color: #00ace6;
    text-decoration: underline; }

footer.footer {
  padding: 10px 0;
  border-top: 3px solid #E9E9E9;
  margin-top: 30px; }
  footer.footer ul.footer-menu {
    margin: 0 -15px; }
    footer.footer ul.footer-menu > li {
      vertical-align: top;
      margin-bottom: 15px;
      display: inline-block;
      padding: 15px; }
      footer.footer ul.footer-menu > li > a {
        font-weight: 700;
        font-size: 14px;
        margin-bottom: 5px;
        display: block; }
      footer.footer ul.footer-menu > li ul.sub-menu li {
        margin-bottom: 3px; }
        footer.footer ul.footer-menu > li ul.sub-menu li a {
          color: #888;
          font-size: 12px; }

footer.sub-footer {
  background: #e8e8e8;
  padding: 20px 0; }
  footer.sub-footer .sub-footer-info p {
    margin-bottom: 7px;
    font-weight: 600; }
    footer.sub-footer .sub-footer-info p:last-child {
      margin-bottom: 0; }

.social-list, header.header--top .social-media {
  text-align: right; }
  .social-list li, header.header--top .social-media li {
    display: inline-block;
    margin-right: 20px; }
    .social-list li:last-child, header.header--top .social-media li:last-child {
      margin-right: 0; }
    .social-list li a, header.header--top .social-media li a {
      font-size: 41px;
      display: inline-block; }
      .social-list li a .fa-facebook, header.header--top .social-media li a .fa-facebook {
        color: #3b5998; }
      .social-list li a .fa-twitter, header.header--top .social-media li a .fa-twitter {
        color: #55acee; }
      .social-list li a .fa-youtube, header.header--top .social-media li a .fa-youtube {
        color: #bb0000; }
      .social-list li a .fa-linkedin, header.header--top .social-media li a .fa-linkedin {
        color: #007bb5; }

.jr-content h2 {
  font-weight: 100;
  font-size: 2em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 30px; }

.jr-content .btn-primary {
  color: #ffffff;
  background: #F36F21;
  padding: 8px 12px;
  border: 0;
  display: inline-block;
  transition: all .2s ease-in-out; }

.jr-content .btn-primary:hover {
  background: #e2661c !important; }

.jr-content .btn-success {
  color: #ffffff;
  background: #27ae60;
  padding: 8px 12px;
  border: 0;
  display: inline-block; }

.jr-content .btn-primary:hover {
  background: #27ae60; }

.jr-form fieldset {
  border: 1px solid #E9E9E9;
  padding: 20px;
  margin-bottom: 25px;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.05); }

.jr-form fieldset > fieldset:last-child {
  margin-bottom: 0; }

.jr-form fieldset legend {
  font-size: 19px;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 200;
  border-bottom: 0;
  display: inline-block;
  width: auto;
  background: white; }

.jr-content table a {
  color: #0099CC; }

/*# sourceMappingURL=main.css.map */

input#gform_submit_button_4.gform_button.button {
font-size: 16px;
    background-color: #F36F21;
    width: 10%;

}

input#gform_submit_button_3.gform_button.button {
background-color: #F36F21;
	font-size: 16px;
	width: 10%;

}

input#gform_submit_button_5.gform_button.button {
background-color: #F36F21;
	font-size: 16px;
	width: 10%;
	
}


.custom-popup.hide {
  display: none;
}

.custom-popup {
  display: block;
  position: fixed;

  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  
  transform: none;
  padding-top: 8%;
  background: rgba(0, 0, 0, 0.55);
}

.custom-popup .content {
  padding: 30px;
  position: relative;
  background: #FFFFFF;
  max-width: 560px;
  margin: auto;
}

.custom-popup .cta-close {
  top: -15px;
  right: -15px;
  display: block;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #337ab7;
  position: absolute;
  appearance: none;
  font-size: 18px;
  border: 1px solid #000;
}

.custom-popup .content h2 {
  margin-top: 0;
  margin-bottom: 20px;
}

.custom-popup .content p {
  font-size: 16px;
  line-height: 1.2;
}

.custom-popup .content p a {
  border-bottom: 1px solid #000;
}

.custom-popup .content img {
  width: 100%;
  height: auto;
  display: block;
}