/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* CSS RESET DONE */

html,body { height: 100%; }
body {
  color: #2C3E50;
  margin: 0 auto;
  font-family: "Lato",sans-serif; 
   
}
.header {
  margin-bottom: 40px;
}
.clearfix {
  clear: both;
}

.container {
  z-index: 1;
  position: relative;
 
  padding-top: 120px;
  text-align: center;
  height: 100%;
}
  .container.normal { background-color: #fff;}
  .container.blue {
    background-color: #0099cc;
  }
  .container.green {
    background-color: #9ed846;
  }
  .container.red {
    background-color: #ff6766;
  }


  .container .img-centered {
    margin: 0px auto;
    width: 330px;
  }

h1 {

  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  text-shadow: 0px 1px 1px #888;
  text-transform: uppercase;
}
a {
  text-decoration: none;
 color: #2C3E50;
  margin: 0 10px;
}

a:hover , a:focus {
  text-decoration: underline;
  color: #019740 !important
}

b {
  font-weight: bold;
  color: #019740;
  }

h4, .h4 {
    font-size: 18px;
    font-weight: bold;
}

p {
  font-size: 14px;
  line-height: 1.75;
}

.btn {
  box-sizing:border-box;
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
  
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  height: 50px;
  background-color: #666;
  
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 0px 1px 1px #888;
}
  a.btn span.btn {
    position: absolute;
    top: 4px;
    left: 0;
    z-index: -1;
    
    width: 100%;
    background-color: #444;
  }
  .btn:active,
  .btn:active > span.btn{
    top: 2px;
  }
  .btn.active,
  .btn.active > span.btn {
    top: 2px;
  }
.btn-small {
  height: 30px;
  font-size: 12px;
  line-height: 10px;
}
  a.btn-small span.btn {
    height: 30px;
  }


/* Menu Styles */

.menu {
  width: 100%;
  position: fixed;
  height: 100px;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 2;
}
  .menu .slider {
    position: relative;
    left: 10%;
    width: 80%;
    text-align: center;
  }
  
    .menu .slider .bar, .menu .slider .bar .before {
      height: 20px;
 
      transition: .5s; 
      -webkit-transition: .5s; 
     
      border-radius: 20px;
      -moz-border-radius: 20px;
      -webkit-border-radius: 20px;
    }
    
    .menu .slider .bar {
      position: relative;
      left: 3px;
      width: 100%;
      background-color: #777;
    }
      .menu .slider .bar .before {
        width: 100px;
        float: left;
        position: relative;
        left: -3px;
        background-color: #019740;
      }
      .menu .slider .bar a.knob { 
        position: absolute;
        top: -5px;
        left: 0;
        margin: 0;
        display: block;
        width: 30px;
        height: 30px;
        background-color: #ccc;

        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        
        transition: .5s; 
        -webkit-transition: .5s; 
      }
    .menu ul { 
      height: 100%; 
      display: inline-block;
      margin: 20px 0 15px 0;
    }
    .menu ul li {
      margin: 0 10px;
      font-size: 16px;
      font-weight: bold;
      float: left;
    }
    .menu ul li a { color: #444; margin: 0; }
    






.container {
    width: 940px;
}

.row {
    margin-right: -15px;
    margin-top: -49px;
}
.text-center {
    text-align: center;
}

.col-md-4 {
    width: 45.333%;
}
.col-md-45 {
    width: 45.333%;
}

.col-xs-12{
  width:100%
}

.col-xs-11{
  width:91.66666667%
}

.col-xs-10{
  width:83.33333333%
}

.col-xs-9{
  width:75%
}

.col-xs-8{
  width:66.66666667%
}

.col-xs-7{
  width:58.33333333%
}

.col-xs-6{
  width:50%
}

.col-xs-5{
  width:41.66666667%
}

.col-xs-4{
  width:33.33333333%
}

.col-xs-3{
  width:25%
}

.col-xs-2{
  width:16.66666667%
}

.col-xs-1{
  width:8.33333333%
}

.col-xs-pull-12{
  right:100%
}

.col-xs-pull-11{
  right:91.66666667%
}

.col-xs-pull-10{
  right:83.33333333%
}

.col-xs-pull-9{
  right:75%
}

.col-xs-pull-8{
  right:66.66666667%
}

.col-xs-pull-7{
  right:58.33333333%
}

.col-xs-pull-6{
  right:50%
}

.col-xs-pull-5{
  right:41.66666667%
}

.col-xs-pull-4{
  right:33.33333333%
}

.col-xs-pull-3{
  right:25%
}

.col-xs-pull-2{
  right:16.66666667%
}

.col-xs-pull-1{
  right:8.33333333%
}




.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.img-circle {
    border-radius: 50%;
}

p.large {
    font-size: 16px;
}

.dados {
  margin-right: 10px; 
}

.bolodoido {
  height: 25px;
}
.bolodoido2 {
   height: 45px; 
}



#home {
  background: url('fundohome.jpg');
}


.menu ul li.active a {
  font-weight: bolder;
  color:#019740;
  font-size: 18px;
}
.menu ul li.active a {
  text-decoration: none;
}

.menu ul li a:hover ,  .menu ul li a:focus {
  text-decoration: none;
}

 
.col-md-4 img {
  
  height: 72px;
}

h3 {
  font-weight: bold;
}



.legenda {
  text-align: right;
  /* position: absolute; */
  margin-bottom: -6px;
} 

.legenda p {
  font-weight: bold;
  font-size: 12px;
}