@font-face {
		font-family: 'HelveticaRoundedLT-BoldCond';
		src: url('assets/font/helveticaroundedltboldcondensed.eot');
		src: url('assets/font/helveticaroundedltboldcondensed.eot?#iefix') format('embedded-opentype'),
				 url('assets/font/helveticaroundedltboldcondensed.woff') format('woff'),
				 url('assets/font/helveticaroundedltboldcondensed.ttf') format('truetype'),
				 url('assets/font/helveticaroundedltboldcondensed.svg#helveticaroundedltboldcondensed') format('svg');
		font-weight: normal;
		font-style: normal;
}


/*  GRID COLUMN SETUP   ==================================================================== */

.col {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
}

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


/* all browsers except IE6 and lower */


/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */

@media only screen and (max-width: 768px) {
    .col {
        margin: 1% 0 1% 0%;
    }
}

.span_2_of_2 {
    width: 100%;
}

.span_1_of_2 {
    width: 49.2%;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 768px) {
    .span_2_of_2 {
        width: 100%;
    }
    .span_1_of_2 {
        width: 100%;
    }
}

.empresa_parceira {
    text-align: center;
    position: relative;
    vertical-align: middle;
    max-width: 95%;
    display: inline;
    margin: 0 auto !important;
    padding: 30px 1rem;
    outline: 1px solid rgba(0, 0, 0, 0);
    transition: all 0.3s ease-in-out;
}

.empresa_parceira:hover,
.empresa_parceira:focus {
    border-radius: 0;
    outline: 1px solid #dddfe0;
    box-shadow: 3px 3px 3px -1px rgba(0, 0, 0, 0.21);
}

hr.style-one {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(65, 168, 95, 0), rgba(65, 168, 95, 0.75), rgba(65, 168, 95, 0));
}

.manchete, .sub-manchete, .btn_saibamais {
}
.textos-noticias {
    width:75%;
    text-align: center;
    margin-left: 12.5%;
    padding-top: 30px;
    padding-bottom: 30px;
}
@media only screen and (max-width: 2090px) {
   .manchete {
      font-size: 3.5em !important;
   }
    .sub-manchete {
        font-size: 1em !important;
    }
}
@media only screen and (max-width: 990px) {
   .manchete {
      font-size: 2.2em !important;
   }
    .sub-manchete {
        font-size: 1em !important;
    }
}

@media only screen and (max-width: 768px) {
   .manchete {
      font-size: 1.5em !important;
   }
    .sub-manchete {
        font-size: 1em !important;
    }
}
@media only screen and (max-width: 100px) {
   .manchete {
      font-size: 1em !important;
   }
    .sub-manchete {
        font-size: 1em !important;
    }
}


.fadein {
    opacity: 0;
}
.zoom-img {
    position: relative;
    overflow: hidden;
}

.zoom-img img {
    max-width: 100%;
    max-height: 100%;
    -moz-transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s ease-in-out;
}

.zoom-img:hover img,
.zoom-img:focus img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.image-wrap {
    margin: 0 auto;
    display: table;
}

.image-text img {
    visibility: hidden;
    max-width: 100%;
    width: auto;
}

.caption {
    text-align: center;
    position: absolute;
    bottom: 100%;
    padding: 8px;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
}

.caption-wrap {
    display: table-caption;
    caption-side: bottom;
    position: relative;
    opacity: 0;
    transition: opacity .3s, visibility .3s ease-in-out;
}

.image-text:hover~.caption-wrap,
.image-text:focus~.caption-wrap,
.caption-wrap:hover,
.caption-wrap:focus {
    visibility: visible;
    opacity: 1;
}

@media (min-width: 100px) {
    .mbr-slider > .container img {
        width: 500% !important;
    }
    .mbr-section-title {
        font-size: 4.5vmax !important;
    }
    .mbr-section-lead {
        font-size: 3vmax !important;
    }
    .mbr-section-noticias {
        font-size: 3vmax !important;
    }
}

@media (min-width: 350px) {
    .mbr-slider > .container img {
        width: 350% !important;
    }
    .mbr-section-title {
        font-size: 3.5vmax !important;
    }
    .mbr-section-lead {
        font-size: 2.1vmax !important;
    }
    .mbr-section-noticias  {
        font-size: 3vmax !important;
    }
}

@media (min-width: 543px) {
    .mbr-slider > .container img {
        width: 200% !important;
    }
    .mbr-section-title {
        font-size: 4.5vmax !important;
    }
    .mbr-section-lead {
        font-size: 2.7vmax !important;
    }
    .mbr-section-noticias  {
        font-size: 2.7vmax !important;
    }
}

@media (min-width: 768px) {
    .mbr-slider > .container img {
        width: 100% !important;
    }
    .mbr-section-title {
        font-size: 2.8vmax !important;
    }
    .mbr-section-lead {
        font-size: 1.4vmax !important;
    }
    .mbr-section-noticias {
        font-size: 2.6vmax !important;
    }
}

@media (min-width: 1199px) {
    .mbr-slider > .container img {
        width: 100% !important;
    }
    .mbr-section-title {
        font-size: 42px !important;
    }
    .mbr-section-lead {
        font-size: 16px !important;
    }
    .mbr-section-noticias {
        font-size: 22px !important;
    }
}

@media (max-width: 480px) {
    .tabs-empresa {
        width: 100%;
    }
}




/* Accordion */

.panel-body li {
    padding-top: 10px;
}

.fa-chevron-up {
    padding-right: 10px;
}

.panel-title>a:hover {
    color: rgba(255, 255, 255, 0.75);
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
}

.accordion .collapsed .fa-chevron-up:before {
    content: "\f078";
}

.panel-title>a {
    color: white;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
}

#accordion .panel-title>a {
    display: block;
    padding: 20px 15px;
    outline: none;
    font-weight: 700;
    text-decoration: none;
    background: transparent;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-body {
    padding: 15px 30px;
}

.panel-heading {
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0;
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group+.panel-footer {
    border-top-width: 0;
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
    margin-bottom: 0;
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
    padding-right: 15px;
    padding-left: 15px;
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd;
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0;
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0;
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0;
}

.panel>.table-responsive {
    margin-bottom: 0;
    border: 0;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.panel-group .panel+.panel {
    margin-top: 15px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}

.panel-default {
    border-color: #ddd;
}

.panel-default>.panel-heading {
    color: #333;
    border-color: #ddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd;
}



/* Seta */

.div-btn {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-align: center;
}

.shine {
    overflow: hidden;
    display: inline-block;
    position: relative;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-family: sans-serif;
    background: #41a85f;
}

.shine:after {
    content: "";
    position: absolute;
    top: -10%;
    left: -110%;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: rotate(30deg);
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient( to top, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.0) 100%);
}

.shine:hover:after {
    opacity: 1;
    top: -30%;
    left: 100%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.3s;
    transition-timing-function: ease-out;
}

.shine:hover:before {
    opacity: 1;
    top: -10%;
    left: -110%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.3s;
    transition-timing-function: ease-out;
}

.dataTables_filter input,
.dataTables_filter select {
    height: 7px;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    border-radius: 2px;
    border: 1px solid white;
    box-shadow:
        0 2px 2px 0 rgba(0,0,0,0.16),
        0 0 0 1px rgba(0,0,0,0.08);
    padding: 11px;
    background: rgba(255,255,255,0.5); /*rgba(65,168,95,0.65);*/
}

.dropdown-toggle {
    cursor: pointer;
}

.features-list li i {
    width: 80px;
    height: 80px;
    border: 1px solid #fff;
    display: table;
    line-height: 78px;
    border-radius: 50%;
    font-size: 34px;
    margin: 0 auto 15px;
    text-align: center;
}

.features-list li h5 {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -0.5px;
    text-align: center;
}

.features-list li {
  width: 50%;
  float: left;
  color: #fff;
  text-align: center;
}

.features-list {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
}

.mbr-section--bg-adapted {
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.intro14 {
  background-size: cover;
  padding: 100px 0 20px;
}

.intro14 h3 {
    color: #fff;
    margin: 0px 0px 20px;
    font-size: 55px;
    font-weight: 200;
}

.text-center {
    text-align: center;
}

.intro14 p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  opacity: 1;
  padding: 0 10%;
  margin: 0 0 -15px;
  line-height: 28px;
}

.page_head h1 {color: #222;margin: 0 0 10px;font-style: normal;text-align: center;}
.separator{display: block;width: 10%;min-width: 80px; height: 20px;background: transparent;position: relative; margin: auto;}
.separator:before{ content: ''; position: absolute; height: 2px; width: 100%; top: 1px; left: 0; background: #41a85f;}
.separator.transparent:before {content: ''; display: none;}

.col-align-three {
    width: 33%;
    min-width: 350px;
}

.mbr-cards-col {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 0px;
}

.hide {
    display: none !important;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: rgb(237,237,237);
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: rgb(237,237,237);
}


.col-centered {
    float: none;
    margin: 0 auto;
}
