/************************************* geral  ************************************/
body {
    font: 400 15px Lato, sans-serif;
    line-height: 1.8;
    color: #818181;
}
h1 {
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 30px;
}
h2 {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 30px;
}
h3 {
    font-size: 20px;
    line-height: 1.375em;
    font-weight: 300;
}
h5 {
    font-size: 40px;
    line-height: 1.375em;
    font-weight: 300;
}
.padding{
  padding: 20px;
}
.padding-bottom{
  padding-bottom: 20px;
}
.padding-top{
  padding-top: 20px;
}
.padding-vertical{
  padding: 20px 0 20px 0;
}
.padding-horizontal{
  padding: 0 20px 0 20px;
}
.margin{
  margin: 20px;
}
.margin-bottom{
  margin-bottom: 20px;
}
.margin-top{
  margin-top: 20px;
}
.margin-vertical{
  margin: 20px 0 20px 0;
}
.margin-horizontal{
  margin: 0 20px 0 20px;
}
.justificar{
  text-align: justify;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.justificar-conteudo{
  display: flex;
  justify-content: space-between;
}
.vermelho{
  color: #c0202a;
}
.cinza{
  color: #f5f5f5;
}
.cinza-escuro{
  color: #333333;
}
.bg-vermelho{
  background-color: #c0202a;
}
.bg-cinza{
  background-color: #f5f5f5;
}
.bg-cinza-escuro{
  background-color: #333333;
}
.center{
  margin: 0 auto;
}
.btn-link{
  cursor: pointer;
}
.depoimento{
  font-style: italic;
  font-family: "Times New Roman", Georgia, Serif;
  color: #375c67;
}
.branco{
  color: #fff;
}
/************************************* menu  ************************************/
.navbar {
   background-color: rgba(0, 0, 0, 0.7);
   border-color: transparent;
   background-color: none;
   border-color: none;
   border-radius: 0;
   position: fixed;
   z-index: 999;
   width: 100%;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{
  color: #c0202a;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{
  color: #c0202a;
}
.navbar-brand img{
  width: 180px;
}
.affix {
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: #f8f8f8; */
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.affix + .container-fluid {
    padding-top: 70px;
}  
.jumbotron {
    color: #fff;
    padding: 0;
    border-bottom: 15px solid #c0202a;
    /*background-image: url(../images/bg-home.jpg);*/
    background-size: cover;
    background-position: center center;
    min-height: 600px;
}
.carousel{
  height:600px;
/*  padding-top: 250px;*/
}
.carousel-inner{
  height:600px;
}
.item{
  background-size: cover;
  background-position: center center;
  min-height: 600px;
}
.item .descricao{
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0; 
  background-color: rgba(255, 255, 255, 0.76);
}
.bg1{
  background-image: url(../images/761908006.jpg);
}
.bg2{
  background-image: url(../images/794123071.jpg);
}
.bg3{
  background-image: url(../images/473619436.jpg);
}
.bg4{
  background-image: url(../images/761907973.jpg);
}
.bg5{
  background-image: url(../images/761907976.jpg);
}
/************************************* experimente  ************************************/
@@import url(https://fonts.googleapis.com/css?family=Lato:700);
*,
*:before,
*:after {
  box-sizing: border-box;
}

#percent {
  display: block;
  width: 160px;
  border: 1px solid #CCC;
  border-radius: 5px;
  margin: 50px auto 20px;
  padding: 10px;
  color: #c0202a;
  font-family: "Lato", Tahoma, Geneva, sans-serif;
  font-size: 35px;
  text-align: center;
}

#donut {
  display: block;
  margin: 0px auto;
  color: #1ABC9C;
  font-size: 20px;
  text-align: center;
}


code {
  background: #FAFAFA;
  border: 1px solid #DDD;
  border-radius: 3px;
  padding: 0px 4px;
}

.donut-size {
  font-size: 12em;
}

.pie-wrapper {
  position: relative;
  width: 1em;
  height: 1em;
  margin: 0px auto;
}
.pie-wrapper .pie {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  clip: rect(0, 1em, 1em, 0.5em);
}
.pie-wrapper .half-circle {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0.1em solid #c0202a;
  border-radius: 50%;
  clip: rect(0em, 0.5em, 1em, 0em);
}
.pie-wrapper .right-side {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.pie-wrapper .label {
  position: absolute;
  top: 0.52em;
  right: 0.4em;
  bottom: 0.4em;
  left: 0.4em;
  display: block;
  background: none;
  border-radius: 50%;
  color: #7F8C8D;
  font-size: 0.25em;
  line-height: 2.6em;
  text-align: center;
  cursor: default;
  z-index: 2;
}
.pie-wrapper .smaller {
  padding-bottom: 20px;
  color: #BDC3C7;
  font-size: 0.45em;
  vertical-align: super;
}
.pie-wrapper .shadow {
  width: 100%;
  height: 100%;
  border: 0.1em solid #BDC3C7;
  border-radius: 50%;
}

