body {
  background-color: #F5F5F5;

  /*font-size-adjust: 0.58;*/
}
.img-center {
    margin: 0 auto;
}
.navbar {
    z-index: 999;
}
footer {
  background-color: #999;
  padding: 20px 0;
  color: #EEE;
}
footer a {
  color: #EEE !important;
  font-weight: bold;
}
footer a:hover {
  color: #4285F4 !important;
  text-decoration: none;
}
.texto { 
  /*text-align: justify;*/
}
.texto h5 { 
  margin-top: 30px;
}
.info h5 {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
}
h1 {
  color: #555;
  font-size: 30px;
}
h2, h3, h4, h5, h6 {
  color: #555;
  font-size: 20px;
}
.lista-striped .item {
  margin-bottom: 5px;
  padding: 10px;
}
.lista-striped img {
  margin-right: 5px;
  margin-bottom: 0px;
}
.lista-striped .item:nth-child(even){
  background-color: #F5F5F5; /*#F1F1F1*/
}
.lista-striped .item:nth-child(odd){
  background-color: #F9F9F9;
}

@media (min-width: 768px) {
  article figure {
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  article figure {
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  article figure {
    margin-right: 0px;
    margin-bottom: 8px;
  }
}
article figcaption {
  background-color: #F9F9F9;
}

.breadcrumb,.breadcrumb a, .breadcrumb a:visited {color: #555;}
.breadcrumb>li+li:before {content: "\276F\00a0";}


.header {
  background: #666 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #666), color-stop(1, #888)) !important;
  background: -ms-linear-gradient(bottom, #666, #888) !important;
  background: -moz-linear-gradient(center bottom, #666 0%, #888 100%) !important;
  background: -o-linear-gradient(#888, #666) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888', endColorstr='#666', GradientType=0) !important;

  height: 128px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 15px;
  padding-bottom: 0;
  top: 0;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}
.vertical-align {
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;

}
@media (max-width: 767px) { 
    .row.vertical-align {
        display: table; /* turn off the flexible box layout */
        margin: 0 auto;
    }
}
.bg-gradient {
  background: #777 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #777), color-stop(1, #DDD)) !important;
  background: -ms-linear-gradient(bottom, #777, #DDD) !important;
  background: -moz-linear-gradient(center bottom, #777 0%, #DDD 100%) !important;
  background: -o-linear-gradient(#DDD, #777) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DDD', endColorstr='#777', GradientType=0) !important;
}


.header h2 {
  font-size: 10px;
  font-family: Verdana;
  color: #FFF;
  text-align: center;
  margin-top: 1px;
}
.header h4 {
  font-size: 12px;
  color: #FFF;
  text-align: center;
}
#corpo {
  background-color: #FFF;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}
#principal {
  margin: 15px;
}

.painel {margin-bottom: 20px;}
.catalogo {margin:0;padding: 0}
@media (min-width: 768px) {
  .lista { 
    min-height: 110px
  }
}

.panel {
  border-radius: 0 !important;
}

@-ms-viewport       { width: device-width; }

/*
Paineis com alturas iguais:
*/
.equal {
  display: flex;
  flex-wrap: wrap;
}
.equal > div[class*='col-'] {  
  display: flex;
  flex-direction: column;
}

.flex-col {
  display: flex;
  display: -webkit-flex;
  flex: 1 100%;
  flex-flow: column nowrap;
}

.flex-grow {
  display: flex;
  -webkit-flex: 2;
  flex: 2;
}


.btn {
  border-radius: 0;
  white-space: normal;
}
.btn-default {
  background-color: #f4f4f4;
  color: #444;
  border-color: #ddd;
}
.btn-default:hover,
.btn-default:active,
.btn-default.hover {
  background-color: #e7e7e7;
}
.btn-primary {
  background-color: #4285F4;
  border-color: #3B78E7;
}
.btn-primary:hover,
.btn-primary.hover {
  background-color: #3B78E7;
}
.btn-primary:active {
  background-color: #3367D6 !important;
}
/*.btn-primary, .btn-primary:visited {
  background-color: #CB6499 !important;
  border-color: #555;
  color: #FFF;
}
.btn-primary:hover, .btn-primary:active {
  background-color: #999 !important;
}*/



/*
####################################
CAROUSEL - Apenas na pagina inicial
*/

.carousel-caption {
    background: rgba(0, 0, 0, 0.3);
    max-width: 100%;
    width:100%;
    left: 0;
    bottom: 0;
    padding: 10px 10px 10px 10px;
    text-align: left;

}
.carousel-caption .lead {
  font-weight: bold;
  font-family: Verdana;
  margin: 0;
  line-height: 1.25;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}





/*####################################*/
.banners img {
  width: 270px;
}


@-ms-viewport       { width: device-width; }


/* COBERTURAS */
.cobertura {
  margin-bottom: 15px
}
.cobertura .lead {
 font-size: medium !important;
}
.cobertura .info  {
  font-family: Verdana;
  font-size: small;
  line-height: 1.3;
}
.cobertura small  {
  font-family: Verdana;
  font-size: xx-small;
}
.cobertura .info .fa {
  width: 15px;
  text-align: center;
}
.cobertura .btn {
  font-weight: bold;
}

 .cobertura img {
  width: 100%;
  } 

#wrapper {
  min-height:100%;
  position:relative;
}





@media (min-width: 768px) {
  .navbar-default {
    background-color: #666;
    margin-bottom: 0;
  }

  .navbar-default .navbar-brand {
    color: #fff;
  }
  .navbar-default .navbar-brand:hover,
  .navbar-default .navbar-brand:focus {
    color: #000000;
  }
  .navbar-default .navbar-text {
    color: #fff;
  }
  .navbar-default .navbar-nav > li > a {
    color: #fff;
  }
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #4285F4;
  }
}
@media (max-width: 767px) {
  .navbar {
    background-color: #666;
    margin-bottom: 0;
  }
  .collapsing, .in {background-color: #f1f1f1;}
  /*.collapsing ul li a, .in ul li a {color: #555!important;}
  .collapsing ul li a:hover, .in ul li a:hover {color: #f1f1f1!important;}*/

.navbar-toggle {
  border-radius: 0;
  background-color: #FFF;
  }
.navbar-default .navbar-toggle>.icon-bar {
   background-color: #4285F4;
}

.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
  background-color: #999;
  border-color: #FFF;
  }
.navbar-default .navbar-toggle:hover>.icon-bar, .navbar-default .navbar-toggle:focus>.icon-bar {
  background-color: #FFF;
  }
}








a {
  color: #4285F4;
}
a:hover, a:active, a:focus {
  color: #3B78E7;
}






/*.dropdown-menu li a {
  /*white-space: normal;
  word-break: break-word;
  margin-bottom: 5px;
}*/


