/* proposed candidate */
.bg-gradient {
  background: #007e86; /* Old browsers */
  background: -moz-linear-gradient(left,  #007e86 0%, #00a69d 51%, #00dbcf 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#007e86), color-stop(51%,#00a69d), color-stop(100%,#00dbcf)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  #007e86 0%,#00a69d 51%,#00dbcf 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  #007e86 0%,#00a69d 51%,#00dbcf 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  #007e86 0%,#00a69d 51%,#00dbcf 100%); /* IE10+ */
  background: linear-gradient(to right,  #007e86 0%,#00a69d 51%,#00dbcf 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007e86', endColorstr='#00dbcf',GradientType=1 ); /* IE6-9 */
}
/* page + login */
.page.gray { background-color: #f0f0f0; }
.page.white { background-color: #fff; }
.page h1 {
  font-family: "Calibre Medium";
  font-size: 30px;
  color: #3d9b95;
  text-align: center;
  margin: 0;
  padding: 30px 0 25px 0;
}
.page h2 {
  font-family: "Calibre Semibold";
  font-size: 26px;
  text-transform: uppercase;
  text-align: center;
  color: #00857e;
  margin: 0;
  padding: 30px 0 43px 0;
}
.page h2.inversed {
  color: #fff;
  padding-bottom: 40px;
}
.page p.description {
  font-family: "Calibre Light";
  font-size: 15px;
  text-align: center;
}
.form-login {
  margin-top: 55px;
  margin-bottom: 20px;
  padding: 30px 0 40px 0;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
.form-login label {
  font-family: "Calibre Medium";
  font-size: 15px;
  color: #747474;
}
.form-login .form-control { height: 40px; }
.form-login button.btn {
  font-family: "Calibre Semibold";
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  float: right;
  width: 130px;
  height: 40px;
  margin-top: 5px;
}
.form-footer > * {
  float: left;
  font-family: "Calibre Semibold";
  font-size: 13px;
  text-transform: uppercase;
  color: #747474;
}
.form-footer a { text-decoration: underline; }
.form-login a:hover { color: #00a59e; }
/* cases page */
.filter .btn {
  width: 115px;
  height: 45px;
  background-color: #007e86;
  font-family: "Calibre Semibold";
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
.case-filter .filter { padding: 0 5px 0 5px; }
.case-filter { padding: 0 0 45px; }
.case-filter .filter .chosen-single {
  border-width: 3px;
  padding: 8px 0 0 12px
}
.case-filter p {
  font-family: "Calibre Light";
  font-size: 18px;
  color: #747474;
  text-align: center;
  margin: 0 80px 35px;
  line-height: 22px;
}
.case-filter .filter div { margin-right: 8px; }
.case-results {
  background-color: #fff;
  padding-top: 30px;
}
.case-results .page-body p {
  font-family: "Calibre Light";
  font-size: 18px;
  color: #3d9b95;
  text-align: center;
}
.case-detail .image-case,
.case-results .image-case {
  position: relative;
  height: 310px;
}
.case-detail .image-case img,
.case-results .image-case img {
  width: 310px;
  height: 310px;
}
.case-detail .image-case *,
.case-results .image-case * {
  position: absolute;
  bottom: 0;
}
.case-detail .image-case h4,
.case-results .image-case h4 {
  font-family: "Calibre Semibold";
  font-size: 22px;
  color: #fff;
  left: 10px;
  z-index: 2;
}
.case-detail .image-case .tag,
.case-results .image-case .tag {
  font-family: "Calibre Medium";
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  bottom: 40px;
  left: 22px;
  padding: 2px 12px 2px 8px;
  border-radius: 3px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  z-index: 2;
}
.case-detail .image-case .tag:before,
.case-results .image-case .tag:before {
  border-style: solid;
  border-width: 11px 13px 11px 0;
  border-color: transparent #007e86 transparent transparent;
  content: "";
  position: absolute;
  left: -12px;
  bottom: 0;
}
.case-detail .shadow,
.case-results .shadow {
  display: block;
  width: 310px;
  height: 310px;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 45%, rgba(0,0,0,1) 130%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(45%,rgba(0,0,0,0)), color-stop(130%,rgba(0,0,0,1)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 45%,rgba(0,0,0,1) 130%);
  background: -o-linear-gradient(top, rgba(0,0,0,0) 45%,rgba(0,0,0,1) 130%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 45%,rgba(0,0,0,1) 130%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 45%,rgba(0,0,0,1) 130%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
  z-index: 1;
}
.case-results a {
  text-decoration: none;
}
.case-results .body-case {
  padding: 25px 15px;
  width: 310px;
  height: 230px;
  margin-bottom: 10px;
}
.case-results .body-case p {
  font-family: "Calibre Semibold";
  font-size: 15px;
  text-transform: uppercase;
  color: #4c4c4c;
  text-align: left;
}
.case-results .body-case p.xlabel {
  font-family: "Calibre Medium";
  margin-bottom: 0;
}
.case-results .body-case .content {
  font-family: "Calibre Light";
  font-size: 16px;
  color: #4c4c4c;
  text-align: left;
  line-height: 18px;
}
.case-results .body-case { background-color: #ebebeb; }
.case-results .body-case.inversed,
.case-results .body-case.inversed-1 {
  background-color: #dbdbdb;
}
/*.case-results .page-body > div > div > div:nth-child(2) .body-case { background-color: #dbdbdb; }*/
/*.case-results .testimonials .colleger { padding-top: 10px; }*/
.btn.load-more {
  width: 240px;
  height: 40px;
  margin: 45px 35px;
  border: 1px solid #00a69d;
  background: none;
  font-family: "Calibre Semibold";
  font-size: 14px;
  color: #a5a5a5;
  text-transform: uppercase;
}
/* page case detail */
.case-detail .detail {
  padding-top: 40px;
  padding-bottom: 35px;
}
.case-detail .detail h1 {
  text-align: left;
  padding-top: 0;
  margin-top: -8px;
}
.case-detail .detail .description { padding-left: 10px; }
.case-detail .detail .description p {
  font-family: "Calibre Light";
  font-size: 18px;
  color: #747474;
  line-height: 22px;
}
.case-detail .case-filter { padding-top: 35px; }
/* page me enterprise + steps + call-block + grid-service */
.enterprise-participate {
  height: 240px;
  border: 2px solid #d5d5d5;
  margin: 55px 0 60px 0;
}
.enterprise-participate .list-image {
  list-style: none;
  margin: 0;
  padding: 0 50px 0 50px;
}
.enterprise-participate .list-image li {
  display: inline-block;
  padding: 20px 8px;
}
/* page me talent */
.how-participate .page-body > div > div > p {
  font-family: "Calibre Light";
  font-size: 18px;
  color: #747474;
  line-height: 22px;
  padding: 0 55px 30px 0;
}
/* page challenge */
.btn-load {
  margin-bottom: 20px;
}
.challenges .case-filter { padding: 0 0 45px; }
.challenges .case-filter .filter { padding: 0 70px 0 70px; }
.page-body > p > b {
  font-weight: normal;
  color: #3d9b95;
}
.challenges .case-results #container .item {
  width: 465px;
  margin-bottom: 20px;
}
.challenges .case-results .challenge {
  background-color: #efefef;
}
.challenge { padding: 15px 0; }
.challenge .challenge-block { padding: 15px 30px; }
.challenge .challenge-header {
  height: 35px;
  margin-bottom: 20px;
}
.challenge .challenge-header h2 {
  font-family: "Calibre Medium";
  font-size: 30px;
  color: #3d9b95;
  float: left;
  margin: 0;
  padding: 0;
}
.challenge .challenge-header p.sector {
  font-family: "Calibre Light";
  font-size: 16px;
  color: #4c4c4c;
  float: right;
}
.challenge .challenge-header p.sector b {
  font-family: "Calibre Medium";
  font-weight: normal;
  color: #3d9b95;
}
.challenge .challenge-block p {
  text-align: left;
  color: #4c4c4c;
  line-height: 20px;
  font-size: 16px;
}
.challenge .challenge-block { border-top: 1px solid #fff; }
.challenge .challenge-block:first-child { border: none; }
.challenge .challenge-block .titration * { display: inline-block; }
.challenge .challenge-block p {
  font-family: "Calibre Light";
  font-size: 16px;
  color: #4c4c4c;
  margin: 0;
}
.challenge .challenge-block .titration span {
  width: 100px;
  font-family: "Calibre Light";
  font-size: 14px;
  text-transform: uppercase;
  border: 2px solid #3d9b95;
  text-align: center;
  color: #4c4c4c;
  margin-left: 15px;
}
.challenge .challenge-block span.tag {
  display: block;
  padding: 5px 10px;
  background-color: #a5a5a5;
  font-family: "Calibre Semibold";
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 15px;
}
.challenge .challenge-block .btn {
  display: block;
  width: 100%;
  height: 45px;
  font-family: "Calibre Semibold";
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 16px;
  padding: 13px 0;
}
/* judges page */
.judges { padding-bottom: 80px; }
.judges .grid .row h3 {
  font-family: "Calibre Semibold";
  font-size: 18px;
  color: #3d9b95;
  text-transform: uppercase;
  margin: 0;
}
.judges .grid .row h5 {
  font-family: "Calibre Semibold";
  font-size: 14px;
  color: #747474;
  text-transform: uppercase;
  margin: 5px 0 10px;
}
.judges .grid .row p {
  font-family: "Calibre Light";
  font-size: 16px;
  color: #4c4c4c;
  line-height: 18px;
}
.judges .grid .row .desc {
  padding: 20px;
  background-color: #f8f8f8;
}
.judges .grid .row img {
  width: 100%;
  height: 213px;
}
.judges .grid .row .desc.inverted { background-color: #e9e8e9; }
/* fellow page */
.fellow .banner > div { height: 365px; }
.fellow .banner .breadcrumb { background: none; }
.fellow .banner .breadcrumb li { color: #fff; }
.fellow .banner .breadcrumb li a { color: #fff; }
.fellow .banner .bg-gradient { padding: 0 20px; }
.fellow .banner div p {
  font-family: "Calibre Thin";
  font-size: 47px;
  color: #fff;
  line-height: 40px;
  width: 220px;
  margin: 0 auto;
  padding-top: 65px;
}
.fellow .banner div p span.fnt-lg { font-size: 110px; }
.fellow .banner div p span.fnt-md { font-size: 58px; }
.fellow .banner div p span.fnt-bold {
  font-family: "Calibre Medium";
  font-size: 42px;
  text-transform: uppercase;
}
.fellow .banner { margin-bottom: 25px; }
.fellow .grid .desc {
  font-family: "Calibre Semibold";
  font-size: 14px;
  text-transform: uppercase;
  color: #4c4c4c;
  text-align: center;
  padding: 15px 15px;
  background-color: #f8f8f8;
}
.fellow .grid .desc.inverted { background-color: #e9e8e9; }
.fellow .grid .desc h3 {
  font-size: 18px;
  color: #3d9b95;
  margin: 0;
}
.fellow .grid .desc span { color: #747474; }
.fellow .grid .desc span.job {
  color: #3d9b95;
  display: block;
}
.fellow .grid .desc p {
  font-family: "Calibre Light";
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  text-transform: none;
  margin-top: 15px;
}
.fellow .grid .img-responsive {
  height: 160px;
  margin: 20px auto;
  background-color: #e9e8e9;
  border-radius: 15px
}
.bolsistas-i .grid .row .box{
    background-color: #f8f8f8;
}
.bolsistas-i .grid .row .box.inverted{
    background-color: #e9e8e9;
}
.bolsistas-i .grid .row .box{
    border-bottom: 4px solid #f0f0f0;
}
.fellow .grid .row {
  /*height: 420px;
  overflow: hidden;*/
  height: 360px;
  overflow: hidden;
}
.fellow .grid .row > div {
  height: 100%
}
/* page faq + accordion */
.accordion { padding-bottom: 40px; }
.accordion h3 {
  position: relative;
  background-color: #e0e0e0;
  margin: 0;
  height: 50px;
  cursor: pointer;
  padding: 15px 20px;
  font-family: "Calibre Medium";
  font-size: 18px;
  color: #000;
  border-top: 1px solid #fff;
}
.accordion h3:first-child { border: none; }
.accordion h3 span {
  width: 60px;
  height: 49px;
  position: absolute;
  right: 0;
  top: 0;
}
.accordion h3:first-child span { height: 50px; }
.accordion h3 span .ic-plus { margin: 18px 23px; }
.accordion h3 span .ic-sub { margin: 24px 23px; }
.accordion .content {
  background-color: #fff;
  padding: 35px 40px;
}
.accordion .content p { margin-bottom: 30px; }
.accordion .content .answer strong {
  font-family: "Calibre Medium";
  font-size: 18px;
  color: #000;
  line-height: 24px;
  font-weight: normal;
}
.accordion .content .answer {
  font-family: "Calibre Light";
  font-size: 18px;
  color: #747474;
  line-height: 24px;
}
.faq.block h2 {
  font-family: "Calibre Semibold";
  font-size: 24px;
  color: #747474;
}
/* page contact us */
.contact-us p {
  font-family: "Calibre Light";
  font-size: 15px;
  color: #747474;
  text-align: center;
}
.contact-us .panel-form label {
  font-family: "Calibre Medium";
  font-size: 15px;
  color: #747474;
  display: block;
}
.contact-us .panel-form input { height: 40px; }
.contact-us span.required { color: #3e9b95; }
.contact-us .panel-form .row .col-md-6:nth-child(1) { padding-right: 10px; }
.contact-us .panel-form .row .col-md-6:nth-child(2) { padding-left: 10px; }
.contact-us .panel-form {
  border-top: 1px solid #d8d8d8;
  padding-top: 30px;
  padding-bottom: 15px;
}
.contact-us .panel-form .input-group input {
  width: 180px;
  border-radius: 4px;
  margin-left: 5px;
}
.contact-us .panel-form .input-group input.small { width: 40px; }
.contact-us .panel-form .uf {
  float: left;
  margin-right: 5px;
}
.contact-us .panel-form .chosen-contact .chosen-container a.chosen-single {
  font-family: "Calibre Light";
  font-size: 15px;
  height: 40px;
  color: #3e9b95;
  background: none;
  background-color: #fff;
  border: 1px solid #cccccc;
  box-shadow: none;
  padding: 8px 0 0 3px;
}
.contact-us .panel-form .chosen-contact .chosen-container-single .chosen-single span {
  height: 40px;
  margin-right: 15px;
}
.contact-us .chosen-contact .chosen-single div b {
  background-position: -1px -10px;
  margin: 18px 0 0 0;
}
.contact-us .chosen-contact .chosen-with-drop .chosen-single div b { background-position: -15px -10px; }
.contact-us .panel-form textarea {
  width: 480px;
  max-width: 480px;
  height: 195px;
  max-height: 195px;
}
.contact-us .panel-form .submit-inline * { float: left; }
.contact-us .panel-form .btn {
  width: 130px;
  height: 45px;
  font-family: "Calibre Semibold";
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  float: right;
}
.contact-us form { padding-bottom: 90px; }
/* inova-menu */
.inova-menu .menu-top {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  margin-top: 15px;
}
.inova-menu .menu-top > li { margin: 0; }
.inova-menu .menu-top > li > a {
  /* padding: 15px 0 15px 36px; */
  /* altera padding para remover menu nossa banca */
  padding: 15px 0 15px 62px;
}
.inova-menu .menu-top > li:first-child > a { padding-left: 0; }
.inova-menu .menu-top .dropdown.active a,
.inova-menu .menu-top .dropdown:hover {
  background: none;
  color: #00857e;
}
.inova-menu .icon.ic-user {
  background: url('imgs/sprites.png') no-repeat -2px -22px;
  width: 19px;
  height: 21px;
  display: inline-block;
  margin: 5px 3px -5px 0;
}
.inova-menu .header-login { margin-top: 10px; }
header .img-case { text-align: center; }
.inova-menu .header-login a.signin {
  font-family: "Calibre Light";
  font-size: 14px;
  color: #00a59e;
  text-transform: uppercase;
  float: right;
  padding: 40px 0;
}
.inova-menu .header-login a.signin:hover {
  font-weight: bold;
  color: #00857e;
  text-decoration: none;
}
/* calendar block */
.page .calendar h1 { text-align: left; }
.page .calendar .days { margin-bottom: 10px; }
.page .calendar .day {
  height: 167px;
  min-height: 167px;
  padding: 30px 15px 20px 15px;
}
.page .calendar .day span {
  font-family: "Calibre Light";
  font-size: 21px;
  color: #000;
  line-height: 22px;
}
.page .calendar .day .desc {
  font-family: "Calibre Light";
  font-size: 16px;
  line-height: 20px;
  color: #747474;
}
.page .calendar .day .desc a {
  color: #008087;
  text-decoration: underline;
}
/* cases featured block */
.page .cases-featured h1 { text-align: left; }
.cases-featured .case-results { padding-top: 0; }
.cases-featured .case-results .shadow,
.cases-featured .case-results .body-case,
.cases-featured .case-results .image-case img { width: 100%; }
.cases-featured .case-results .body-case.inversed { background-color: #dbdbdb; }
.case-results .cms_render_model_add img { margin-bottom: 20px!important; } /* alinha botao de add do CMS */
/* home-news block */
.page .home-news h1 { text-align: left; }
.page h2.lower {
  font-family: "Calibre Medium";
  text-transform: none;
  color: #3d9b95;
}
/* adaptação dos estilos */
i.ic-grid {
  background: url('imgs/grid-sprites.png') no-repeat;
  display: block;
}
.breadcrumb {
  background-color: #f0f0f0;
  padding: 5px 0 0;
  margin: 0;
  font-size: 16px;
}
.breadcrumb li {
  font-family: "Calibre Medium";
  color: #747474;
}
.breadcrumb li a {
  font-family: "Calibre Semibold";
  text-decoration: underline;
  color: #747474;
}
.breadcrumb > li + li:before {
  background: url('imgs/sprites.png') no-repeat -27px 5px;
  padding: 0px 8px;
  content: " ";
}

.block .title {
  font-family: "Calibre Medium";
  font-size: 30px;
  color: #3d9b95;
  margin: 25px 0;
}
.block .title.center { text-align: center; }
.block .title.right { text-align: right; }
.block .title.left { text-align: left; }
.block.bg-gradient .title { color: #ffffff; }

.bannerfeat {
  width: 100%;
  height: 95px;
  margin: 25px 0 15px;
  display: table;
}
.bannerfeat .plan {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.bannerfeat .plan span {
  font-family: "Calibre Semibold";
  font-size: 26px;
  color: #fff;
  text-transform: uppercase;
  width: 660px;
  padding: 10px 0;
  background-color: #007e86;
  display: block;
  margin: 0 auto;
}
.panel.block .title {
  font-family: "Calibre Semibold";
  font-size: 26px;
  color: #00857e;
  text-transform: uppercase;
  margin: 40px 0;
}
.panel.block .title.inversed {
  color: #fff;
}
.btn-group {
  width: 480px;
  margin: 0 auto;
  display: block;
  height: 50px;
}
.btn-group .btn {
  font-family: "Calibre Light";
  font-size: 24px;
  color: #00857e;
  width: 220px;
  height: 50px;
  border: 1px solid #007e86;
  background: none;
  margin-left: 20px;
  z-index: 2;
}
.login-page .btn-group .btn.first { margin-left: 0; }
.login-page .btn-group .btn { margin-left: 40px; }
.filter .btn:hover,
.btn.load-more:hover,
.form-login .btn:hover,
.btn-group .btn:hover,
.challenge .challenge-block .btn:hover,
.trainee-form input[type='submit']:hover {
  background: #00b5c0; /* Old browsers */
  background: -moz-linear-gradient(left,  #00b5c0 0%, #05c7bc 51%, #45f0e7 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#00b5c0), color-stop(51%,#05c7bc), color-stop(100%,#45f0e7)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  #00b5c0 0%,#05c7bc 51%,#45f0e7 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  #00b5c0 0%,#05c7bc 51%,#45f0e7 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  #00b5c0 0%,#05c7bc 51%,#45f0e7 100%); /* IE10+ */
  background: linear-gradient(to right,  #00b5c0 0%,#05c7bc 51%,#45f0e7 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b5c0', endColorstr='#05c7bc',GradientType=1 ); /* IE6-9 */
  color: #fff;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel .btn-group .btn.active {
  background: #007e86; /* Old browsers */
  background: -moz-linear-gradient(left,  #007e86 0%, #00a69d 51%, #00dbcf 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#007e86), color-stop(51%,#00a69d), color-stop(100%,#00dbcf)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  #007e86 0%,#00a69d 51%,#00dbcf 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  #007e86 0%,#00a69d 51%,#00dbcf 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  #007e86 0%,#00a69d 51%,#00dbcf 100%); /* IE10+ */
  background: linear-gradient(to right,  #007e86 0%,#00a69d 51%,#00dbcf 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007e86', endColorstr='#00dbcf',GradientType=1 ); /* IE6-9 */
  color: #fff;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel .btn-group .btn.active:before {
  position: absolute;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #00a199 transparent transparent transparent;
  content: "";
  margin: 40px 0 0 0;
  left: 100px; 
}
.panel .steps {
  margin-top: 60px;
}
.panel .steps .step {
  position: relative;
  min-height: 270px;
}
.panel .steps .step .pos {
  position: absolute;
  font-family: "Calibre Semibold";
  font-size: 300px;
  line-height: 220px;
  color: #fff;
}
.panel .steps .step .desc {
  position: absolute;
  font-family: "Calibre Light";
  font-size: 24px;
  line-height: 28px;
  padding: 55px 63px;
}
.panel .subpanel .body {
  font-family: "Calibre Light";
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 0 60px;
}
.panel .subpanel .filter form {
  width: 660px;
  margin: 0 auto;
  margin-top: 35px;
  margin-bottom: 34px;
}
.panel .subpanel .filter label {
  font-family: "Calibre Semibold";
  font-size: 22px;
  color: #fff;
  margin-right: 10px;
}
.panel .subpanel .filter .chosen-container { margin: 0 10px 0 0; }
.panel .subpanel .filter .chosen-single { border-width: 3px; }
.panel .subpanel .filter .btn {
  font-family: "Calibre Semibold";
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  background-color: #007e86;
  width: 115px;
  height: 45px;
}
.panel .subpanel .enterprise .filter .btn {
  width: 242px;
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 35px;
}

.filter .chosen-container {
  margin: 0 18px 0 0;
  height: 45px;
  font-family: "Calibre Semibold";
  font-size: 14px;
  text-transform: uppercase;
}
.filter .chosen-single {
  height: 45px;
  border: 2px solid #008882;
  border-radius: 0;
  box-shadow: none;
  background: #fff;
  padding: 8px 0 0 20px;
  color: #858585;
}
.filter .chosen-drop {
  border: 2px solid #008882;
  border-top-width: 0;
  border-radius: 0;
}
.filter .chosen-results { margin: 4px 0 0 12px; }
.filter .chosen-container-active.chosen-with-drop .chosen-single {
  border: 2px solid #008882;
  background: #fff;
}
.chosen-contact .chosen-single div b,
.filter .chosen-single div b {
  background: url('imgs/sprites.png') no-repeat -1px -1px;
  width: 11px;
  height: 6px;
}
.filter .chosen-single div b {
  background-position: -1px -1px;
  margin: 18px 0 0 0;
}
.filter .chosen-with-drop .chosen-single div b { background-position: -15px -1px; }
.filter .chosen-container .chosen-results li:first-child {
  border: none;
}
.filter .chosen-container .chosen-results li {
  font-family: "Calibre Semibold";
  font-size: 14px;
  color: #858585;
  padding: 15px 0;
  border-top: 1px solid #d9d9d9;
}
.filter .chosen-container .chosen-results li.highlighted {
  background: none;
  color: #00857e;
}
.trainee-modal .modal-header {
  background: none;
  border: none;
}
.trainee-modal .modal-title {
  font-family: "Calibre Medium";
  font-size: 30px;
  color: #3d9b95;
  text-align: center;
  margin: 0;
  padding: 30px 0 15px 0;
}
.trainee-modal .modal-content {
  background-color: #f0f0f0;
  border-radius: 0;
}
.trainee-modal .modal-footer {
  border: none;
  padding: 15px 0 35px;
  text-align: left;
}
.trainee-modal ul.error-list {
  list-style: none;
  padding: 0;
  font-family: "Calibre Medium";
  font-size: 15px;
  color: #747474;
}
.trainee-modal ul.error-list li:before {
  content: "* ";
  color: #3d9b95;
}
.trainee-form label {
  font-family: "Calibre Medium";
  font-size: 15px;
  color: #747474;
}
.trainee-form input {
  font-family: "Calibre Light";
  font-size: 18px;
  height: 40px;
  color: #3e9b95;
  padding: 6px 8px;
}
.trainee-form input::-webkit-input-placeholder { color:transparent; }
.trainee-form input:-moz-placeholder { color:transparent; } /* FF 4-18 */
.trainee-form input::-moz-placeholder { color:transparent; } /* FF 19+ */
.trainee-form input:-ms-input-placeholder { color:transparent; } /* IE 10+ */
.trainee-form textarea::-webkit-input-placeholder { color:transparent; }
.trainee-form textarea:-moz-placeholder { color:transparent; } /* FF 4-18 */
.trainee-form textarea::-moz-placeholder { color:transparent; } /* FF 19+ */
.trainee-form textarea:-ms-input-placeholder { color:transparent; } /* IE 10+ */
.trainee-form input[type='submit'] {
  font-family: "Calibre Semibold";
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  width: 130px;
  height: 40px;
  float: right;
  margin: 10px 0 20px;
}
.trainee-form .col-margin input[type='submit'] {
  margin: 27px 0 0;
}
.trainee-form .required label:after {
  content: " *";
  color: #3e9b95;
}
.trainee-form .nolabel label {
  display: none;
}
.trainee-form .form-inline .form-group:first-child {
  margin-right: 5px;
}
.trainee-form .form-inline label {
  margin-bottom: 5px;
}
.trainee-form .form-inline .form-group {
  float: left;
}
.trainee-modal form.trainee-form .ddd {
  width: 40px;
  margin-right: 5px;
}
.trainee-form .ddd {
  width: 48px;
}
.trainee-modal form.trainee-form .phone {
  width: 161px;
}
.trainee-form .phone {
  width: 177px;
}
.trainee-form .col-margin {
  padding-left: 8px;
}
.trainee-form .col-margin:first-child {
  padding-right: 8px;
  padding-left: 0;
}
.trainee-form .chosen-container-single {
  font-family: "Calibre Light";
  font-size: 18px;
  color: #3e9b95;
}
.trainee-form .chosen-container .chosen-results {
  overflow-y: overlay;
}
.trainee-form .chosen-container-single .chosen-single {
  height: 40px;
  border: 1px solid #cccccc;
  background: none;
  background-color: #fff;
  padding: 6px;
  color: #3e9b95;
}
.trainee-form .chosen-container-single .chosen-single span {
  margin-right: 0;
}
.trainee-form .chosen-container .chosen-results li {
  line-height: 20px;
}
.trainee-form .chosen-container .chosen-results li.highlighted {
  background:  none;
  color: #3e9b95;
}
.trainee-form .chosen-container-single div b {
  background: url('imgs/sprites.png') no-repeat -1px -10px;
  width: 11px;
  height: 6px;
  margin: 15px 0;
}
.trainee-form .chosen-container-single.chosen-with-drop div b {
  background-position: -15px -10px;
}
.image-list {
  padding: 0 35px;
}
.image-list img {
  padding: 15px 10px;

}

.bloco-bootstrap2 .cont-corpo .form-trainee ul {
  margin: 0;
}
header .icon:first-child, footer .icon:first-child {
  margin: 2px 5px 0 0;
}
/* final */

/* responsivo mobile */
@media (max-width: 991px) {
  /*.page h1 { font-size: 36px; }*/
  /*.container { padding: 0 40px; }*/
/*  .description p {
    font-family: "Calibre Light";
    font-size: 26px;
    color: #747474;
    line-height: 30px;
  }*/
  .videoimagem .desc p { margin-bottom: 50px; }
  /* bolsistas responsivo */
  .fellow.block-adjusted {
    background-color: #fff;
    padding-top: 45px;
  }
/*  .fellow .title {
    font-size: 36px;
    margin: 0;
    padding: 0;
  }*/
  /*.fellow .grid { padding: 0 45px; }
  .fellow .grid .row { height: auto; }
  .fellow .grid .img-responsive {
    width: 100%;
    height: 325px;
  }*/
/*  .fellow .grid .desc {
    height: 300px;
    padding: 25px 30px;
  }*/
  /*.fellow .grid .desc.inverted { background-color: #f8f8f8; }
  .fellow .grid .desc h3 { font-size: 28px; }
  .fellow .grid .desc span { font-size: 24px; }
  .fellow .grid .desc p {
    font-size: 26px;
    line-height: 30px;
  }*/
  /* filtro responsivo */
  /*.filter form { padding: 0 10%; }*/
  /*.filter form select {
    height: 100px;
    border: 8px solid #008882;
    width: 100%;
    text-transform: uppercase;
    background: #fff;
    margin-bottom: 40px;
    font-family: "Calibre Semibold";
    font-size: 28px;
    padding-left: 20px;
    color: #858585;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
  }
  .filter .btn {
    font-size: 34px;
    height: 75px;
  }*/
  /* carregar mais responsivo */
  .form-loadmore {
    margin: 0 90px;
  }
  .form-loadmore .load-more {
    width: 100%;
    height: 75px;
    margin: 45px 0;
    font-size: 30px;
  }

/** ARON EDIT **/

header .icon.logo-casa{
    display:none;
}
/** Destaque Plugin **/
.home-news .iel, .gradient.iel{
background-size: 100% 100% ;
overflow: hidden;
background-repeat: no-repeat ;
}

.home-news .bg{
background-size: 100%;
}

.home-news .full, .home-news .bg{
height: 395px ;
}

.panel .block{
    background: #fff ;
}

/*.img-case a img{
width: 80% !important;
box-sizing: border-box;
}*/
.panel .subpanel .filter label{
    font-size: 39px;
}

.chosen-single, .chosen-container{
    width: 100% ;
    margin-bottom:2% ;
    height: 85px ;
    font-size: 28px ;
}

.panel .subpanel .filter .btn{
    width: 100% !important;
    font-size: 34px;
    height: 100px ;
}

/*.filter{
    margin:0 auto;
}*/

.panel .btn-group{
    padding: 0;
    height:75px;
    box-sizing: border-box;
    width:100% ;
}
.panel .btn-group .btn{
    width: 320px;
    font-size:28px;
    margin:0;
}


.panel {
    background: #fff ;
}

.title{
    font-size:36px;
}

.panel .btn-group .btn:first{
    margin-left:6% ;
}

.panel .btn-group:last-child{
    margin-right: 6% ;
}

.panel .btn-group .btn.active:before{
    display:none;
}

/** End Painel Plugin **/

footer{
    clear:both;
}

.no-padding{
  padding: 0 !important;
}

/**  slide responsive  **/

.button-slide-left{
    background-color:#00736d;
    height:290px;
    color:#fff;
    font-size: 22px;
    float: left;
    width: 40px;
}

.button-slide-right{
    background-color:#00736d;
    height:290px;
    color:#fff;
    font-size: 22px;
    display: inline-block;
    float: right;
    width: 40px;
}

.button-slide-right div, .button-slide-left div{
   margin-top: 120px;
   padding:4px;
   font-size: 36px;
   cursor: pointer;
}

.container .button-slide-left{
    margin-left:-40px;
}
.container .button-slide-right{
    margin-right:-40px;
}

/** End slide responsive **/

/** slide Cases featured **/

.cases-tag{
    padding-left: 63px;
    padding-right: 63px;
}

/** SOU EMPRESA **/
.bannerfeat .plan{
    background-color: inherit;
}

.bannerfeat .plan span{
    background: rgba(0,0,0,0);
    width: auto;
}

.bannerfeat{
    height: 74px;
    margin-bottom:80px;
    margin-top:50px;
}

.blockpartners .image-list img{

}

.blockpartners .image-list img:last-child{

}

.grid-system p{
    font-size: 26px;
}

.panel.block{
    background-color: #fff !important;
}

.panel.block .title.t-mobile{
    font-size:48px;
    margin-top:60px;
    margin-bottom: 60px;
}
.panel .btn-group .btn.btn-mobile{
    height:75px;
    font-size: 35px;
}

.panel .btn-group {
    margin-bottom:100px;
}
.panel .subpanel .enterprise .filter .btn,
.panel .subpanel .filter .btn{
    margin-bottom: 40px;
}
.home-news .hfeatured{
    height:300px;
}

.bg-bannerfeat{
    background-color:#f0f0f0;
}

.container .container.bg-bannerfeat{
    background-color: #fff;
}
.container .container.bg-bannerfeat a .bannerfeat{
    margin-top:10px;
}
    .steps{
        margin: 0;
    }

    .steps .row{
        margin-left: 90px;
        margin-top: 30px;
    }
    .steps .desc p{
        font-size: 26px;
        line-height: 28px;
    }
    .steps .step .desc{
        margin: 20px
    }

    .steps .step .desc p{
        font-size: 26px;
        line-height: 28px;
    }

    .steps .step .pos{
        font-size:466px !important;
        margin-top: 15px;
    }

    .steps > .desc{
        padding: 0 15px 35px !important;
        margin-bottom: 40px;
        border-bottom: 1px solid #ccc;
    }

    .steps .slideshow{
        margin-bottom: 10px;
    }

/** Perguntas Frequentes **/

.accordion .content p {
  font-size: 28px;
  line-height: 32px;
}

.accordion{
    padding-bottom: 10px;
}

.accordion h3 {
  background-color: #e0e0e0;
  margin: 0;
  padding: 25px 20px;
  font-size: 28px;
  height: auto;
  padding-right: 100px;
}
.accordion h3:first-child span,
.accordion h3 span {
  width: 95px;
  height: 100%;
}

.faq.block{
    margin-top:60px;
}

.accordion .content .answer strong {
  font-size: 28px;
  line-height: 32px;
}

.accordion .content {
  padding: 50px;
}

.accordion .content .answer {
  font-size: 28px;
  line-height: 34px;
}

.faq.block h2 {
  font-size: 36px;
  margin-bottom:25px;
}

.accordion h3 span .ic-sub {
  margin: 42px 40px;
}

.case-filter p{
    font-size:26px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
    margin: 0 60px 40px;
    line-height: 28px;
}

.accordion h3 span .ic-plus {
  margin: 34px 40px;
}

.icon.ic-sub,
.icon.ic-plus{
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}

/** End Perguntas Frequentes **/


.grid-system .grid .row{
    height: auto !important;
    margin-left: 43px;
    margin-right: 43px;
}

.grid-system .grid .desc p{
    font-size:30px;
    line-height: 32px;
}

.steps .row{
    margin-left: 90px;
    margin-top: 30px;
}

.steps .step .desc{
    margin: 20px;
}

/** end EDIT ARON **/
.call-projects{
    margin-top:50px;
}
}

.blockpartners .title{
  color:#000;
  font-size: 22px;
  font-family: "Calibre Light"
}

.blockpartners .image-list img{
  padding: 15px 20px;
  vertical-align: baseline;
}

.blockpartners .image-list{
  padding-top: 20px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
}


.hat-cni {
background: #00908a; /* Old browsers */
background: -moz-linear-gradient(left,  #00908a 0%, #00a39c 51%, #00b9b1 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#00908a), color-stop(51%,#00a39c), color-stop(100%,#00b9b1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #00908a 0%,#00a39c 51%,#00b9b1 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #00908a 0%,#00a39c 51%,#00b9b1 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #00908a 0%,#00a39c 51%,#00b9b1 100%); /* IE10+ */
background: linear-gradient(to right,  #00908a 0%,#00a39c 51%,#00b9b1 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00908a', endColorstr='#00b9b1',GradientType=1 ); /* IE6-8 */
}
.hat-cni-arrow {
float: left;
border-style: solid;
border-width: 11px 10px 10px 0;
border-color: transparent #119096 transparent transparent;
border-color: transparent #119096 transparent transparent;
margin-top: 20px;
margin-left: -16px;
}

.cases-properties{
    position: absolute; 
    padding-left: 20px ;
    padding-right: 20px ;
}

.image-case .cases-properties .tag,
.image-case .cases-properties h4{
    position: relative;
    margin-bottom: 0 !important;
} 

.image-case .cases-properties .tag{
    float:left;
    bottom: 0;
}

.image-case .cases-properties h4{
    float: left;
    width: 100%;
    padding-bottom:10px;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle){
    margin-right: 20px;
}
