body {
  font-family: 'Calibri' !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Calibri' !important;
}

p{
  font-family: 'Calibri' !important;
  font-size: 18px;
}

footer p{
  font-family: 'Calibri' !important;
  font-size: 13px;
}

.menusuperior h1{
  font-family: 'Calibri' !important;
  font-size: 15px;
}

/** TESTE DE IMPLEMENTACAO DETALHE HR **/ 
div.star-light {
  padding: 0;
  border: none;
  border-top: solid 5px;
  text-align: center;
  max-width: 250px;
  margin: 25px auto 30px;
}
div.star-light {
  border-color: red;
}
div.star-light:after{
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: -0.8em;
  font-size: 2em;
  padding: 0 0.25em;
}
div.star-light:after {
  background-color: #18BC9C;
  color: red;
}
/** FIM DO TESTE DE IMPLEMENTACAO DETALHE HR **/ 

div.star-light,
div.star-primary {
  max-width: 250px !important;
  
  padding: 0 !important;
  text-align: center !important;
  border: none !important;
  border-top: solid 0.25rem !important;
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

div.star-light:after,
div.star-primary:after {
  position: relative !important;
  top: -.8em !important;
  display: inline-block !important;
  padding: 0 0.25em !important;
  font-family: FontAwesome !important;
  font-size: 2em !important;
}

div.star-light {
  border-color: #2C3E50;
}
div.star-light:after {
  color: #2C3E50;
  background-color: white;
}
div.star-primary {
  border-color: #2C3E50;
}

div.star-primary:after {
  color: #2C3E50;
  background-color: white;
}

.img-centered {
  margin: 0 auto;
}
section {
  padding: 100px 0;
}
section h2 {
  margin: 0;
  font-size: 3em;
}
section.success {
  background: #18BC9C;
  color: white;
}
@media (max-width: 767px) {
  section {
    padding: 75px 0;
  }
  section.first {
    padding-top: 75px;
  }
}
.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eeeeee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease,opacity 0.3s ease;
  -moz-transition: top 0.3s ease,opacity 0.3s ease;
  -ms-transition: top 0.3s ease,opacity 0.3s ease;
  transition: top 0.3s ease,opacity 0.3s ease;
}
.floating-label-form-group:not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #18BC9C;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eeeeee;
}

footer{
  margin-top: 50px;
  background: black;
  padding: 50px 0;
  min-width: 100%;
  margin-bottom: 0;
}

footer p {
  color: white;
}

.contNer{
  margin-top: 5%;
}

.bfh-languages{  
   -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.bfh-languages-act{  
   -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    color: grey;
}

.logoFooterP{       
    width: 40%;
    height: 30%;  
    color:grey;       
}

.logoFooterG{       
    width: 60%;
    height: 40%;         
}



.titlePost{
color: #000;
-webkit-transition: 0.3s ease-in;
-moz-transition: 0.3s ease-in;
-o-transition: 0.3s ease-in;
transition: 0.3s ease-in;
}

.titlePost:hover{
    color: #696969;
    cursor:pointer;
    text-decoration: none;
}

.btnPost{
color: #fff;
background-color: #000;
border-color: #000;
-webkit-transition: 0.3s ease-in;
-moz-transition: 0.3s ease-in;
-o-transition: 0.3s ease-in;
transition: 0.3s ease-in;
}

.btnPost:hover{
color: #000;
background-color: #696969;
border-color: #696969;
}

.grayscale img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
/*
.grayscale img:hover{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    cursor:pointer;
}
*/
.corLink a{
    color: grey;
} 

.fa{  
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.fa:hover{
    color: #D3D3D3;
    cursor:pointer;
}

.linkCarroceu{
  color: #adbbc2;
  text-decoration:none;
  text-shadow: rgb(0, 0, 0) -1px 4px 10px;
-webkit-transition: 0.2s ease-in;
-moz-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
}

.linkCarroceu h1{
  font-size: 40px;
  color: #FFF;
}

.linkCarroceu:link{
  text-decoration:none;
  color: #FFF;
}

.linkCarroceu:visited{
  text-decoration:none;
  color: #FFF;
}
.linkCarroceu:hover{
  text-decoration:none;
  color: #FFF;
}

.linkCarroceu:active{
  text-decoration:none;
  color: #FFF;
}

.linkCarroceu h1:hover{
  color: #000;
  text-decoration:none;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
    text-shadow: rgb(255, 255, 255) -1px 4px 10px;
}

.linkCarroceu h1:link{
  color: #000;
  text-decoration:none;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.linkCarroceu h1:visited{
  color: #000;
  text-decoration:none;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.linkCarroceu h1:active{
  color: #000;
  text-decoration:none;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

header.carousel {
    height: 65%;
}

.fill{
  /**
  -webkit-filter: blur(1px) grayscale(100%);
  -moz-filter: blur(1px) grayscale(100%);
  -o-filter: blur(1px) grayscale(100%);
  -ms-filter: blur(1px) grayscale(100%);
  filter: blur(1px) grayscale(100%);
  */

  -webkit-filter:grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}



.imgTopAllPages {
  margin-top: -3%;

}

.imgTopAllPages img{
  position: relative;
  width: 100%;
  height: 50%;
  max-height: 350px;
}


















.entry-header {
    text-align: center;
}
style.css?ver=4.5.3:5
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
style.css?ver=4.5.3:8
* {
    outline: none !important;
}
style.css?ver=4.5.3:8
* {
    font-family: 'clear_sans_thinregular', sans-serif;
    font-size: 16px;
}

.entry-header h1.entry-title {
    background: black;
    text-align: center;
    font-family: 'clear_sans_mediumregular', sans-serif;
    text-transform: uppercase;
    font-size: 1.500em;
    color: white;
    letter-spacing: 1px;
    display: inline-block;
    margin: 50px 0;
    padding: 8px 25px;
}

style.css?ver=4.5.3:5
h1, .h1 {
    font-size: 36px;
}
style.css?ver=4.5.3:5
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
style.css?ver=4.5.3:5
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
style.css?ver=4.5.3:5
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
style.css?ver=4.5.3:8
* {
    outline: none !important;
}




/* TABS VERTICAL 
/* custom inclusion of right, left and below tabs */

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}


.nav-tabs > li > a{
  color: #000;
}
